@digital-ai/dot-illustrations 1.0.31 → 2.0.1

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 +18 -15
  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,41 @@
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_10358)">
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M62.679 238.687C63.7097 235.176 64.0713 230.382 64.6669 226.763C65.4463 222.035 65.9084 217.535 66.5175 212.778C66.7785 210.745 69.7566 185.945 69.4661 180.091C69.4514 179.793 62.7832 179.388 61.1483 179.537C55.8331 180.024 52.6785 178.767 47.3804 179.539C45.8117 179.767 42.6412 180.247 42.6412 180.247C42.6412 180.247 43.1351 195.349 42.8104 198.862C42.0027 207.621 42.5726 214.857 42.1044 223.645C41.8704 228.042 41.9022 233.746 41.0554 238.06C41.0051 238.319 50.9297 238.371 50.9297 238.371C50.9297 238.371 50.9922 231.088 51.35 228.3C51.7581 225.113 52.3648 221.206 52.8256 218.027C53.8526 210.96 54.0095 206.375 55.0953 198.402C55.2657 197.153 55.5855 194.228 55.9177 193.032C55.9642 192.865 55.6983 205.588 55.827 208.666C56.1419 216.198 55.5341 219.514 55.4507 227.453C55.4274 229.629 54.7877 237.841 54.9507 238.492C54.9985 238.679 62.6459 238.778 62.679 238.687Z" fill="#8591AE"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M108.777 115C110.171 114.131 112.025 112.333 112.103 112.286C112.344 112.143 113.664 110.958 113.78 110.83C114.148 110.423 115.261 109.554 114.87 109.191C114.676 109.009 114.101 109.431 113.817 109.647C113.273 110.058 111.732 110.875 111.787 110.805C111.908 110.654 112.596 109.955 112.707 109.848C113.269 109.308 113.574 109.077 114.185 108.496C114.402 108.289 114.962 107.911 114.649 107.562C114.323 107.198 113.747 107.737 113.487 107.941C112.693 108.563 112.433 108.704 111.753 109.259C111.531 109.439 110.68 110.098 110.791 110.021C110.968 109.898 111.443 109.376 111.53 109.292C112.3 108.551 112.829 107.987 113.514 107.201C113.685 107.005 114.021 106.565 113.798 106.296C113.543 105.991 112.971 106.422 112.311 106.946C111.544 107.556 110.688 108.308 110.555 108.424C110.411 108.55 109.881 109.037 109.551 109.154C109.426 109.198 109.888 108.681 110.118 108.412C110.694 107.741 111.254 107.221 111.797 106.42C111.978 106.154 111.905 105.607 111.467 105.722C110.995 105.845 110.37 106.398 110.032 106.687C109.351 107.273 108.647 107.779 108.036 108.433C107.632 108.864 107.123 109.512 106.535 109.73C106.478 109.751 106.777 108.678 106.78 108.609C106.812 107.999 106.648 106.933 106.087 106.919C105.855 106.914 105.657 107.429 105.617 107.668C105.561 107.993 105.548 108.476 105.478 108.792C105.33 109.457 104.826 109.977 104.418 110.504C104.033 110.999 103.781 111.785 103.37 112.264C103.128 112.546 102.518 112.961 102.527 113.285C102.537 113.585 103.063 114.144 103.301 114.315C103.964 114.792 105.762 116.318 106.224 116.405C106.367 116.432 106.706 116.244 107.135 115.878C107.712 115.387 108.501 115.173 108.777 115Z" fill="#8591AE"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M134.241 105.02C135.418 103.874 136.223 102.829 136.331 102.685C136.498 102.462 137.475 101.285 137.605 101.13C137.806 100.892 138.497 100.053 138.801 99.6237C139.323 98.8887 138.489 98.8837 138.247 99.1277C137.833 99.5439 137 100.215 136.56 100.561C136.32 100.75 135.537 101.361 135.576 101.279C135.662 101.107 136.377 100.263 136.472 100.141C136.977 99.4955 137.083 99.3585 137.493 98.6404C137.642 98.3806 138.169 97.7823 137.811 97.5273C137.523 97.3208 137.118 97.8247 136.77 98.2057C136.088 98.9502 135.934 99.1011 135.388 99.788C135.211 100.011 134.026 101.065 134.118 100.965C134.263 100.807 134.899 99.9476 134.968 99.8472C135.561 98.9591 136.136 98.3772 136.638 97.4625C136.764 97.2351 136.744 96.323 135.937 97.1233C135.29 97.7633 134.291 98.8831 133.995 99.2415C133.873 99.3905 132.62 100.732 132.323 100.916C132.211 100.985 132.868 99.3878 133.034 99.0775C133.453 98.2987 133.665 97.8561 134.109 96.9949C134.239 96.7412 134.268 96.0251 133.743 96.235C133.289 96.4146 132.903 97.1784 132.625 97.5751C132.11 98.312 131.682 98.9018 131.224 99.6704C130.922 100.178 130.083 101.218 129.597 101.615C129.274 101.881 129.524 101.043 129.349 100.154C129.245 99.6187 128.912 98.9021 128.203 98.8365C127.974 98.8145 128.239 99.482 128.271 99.7967C128.303 100.125 128.381 100.652 128.38 100.976C128.376 101.656 128.413 102.752 128.129 103.355C127.605 104.46 127.606 106.288 127.97 106.491C128.313 106.683 121.658 120.505 121.198 121.108C120.451 122.089 112.367 127.153 110.738 128.637C109.975 129.334 113.514 136.431 115.739 134.485C117.836 132.652 122.605 128.651 124.885 126.425C126.578 124.77 131.427 108 131.464 107.962C131.564 107.857 131.9 107.702 132.242 107.253C132.701 106.65 134.007 105.248 134.241 105.02Z" fill="#D6DCE8"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M34.6185 186.138C34.6537 186.581 34.6448 187.026 34.7013 187.471L34.8425 189.286C34.8623 189.44 34.8429 189.737 34.8353 189.804C34.812 190.008 34.82 191.327 34.8224 191.479C34.8284 191.876 34.9388 192.781 35.6135 192.711C35.7838 192.693 35.8615 192.476 35.8836 192.355C35.9624 191.935 35.8604 191.315 35.9065 190.884C35.92 190.749 35.8942 190.371 35.912 190.439C35.9502 190.584 35.8876 190.987 35.8942 191.104C35.9265 191.72 35.9571 192.413 36.0825 193.038C36.1286 193.265 36.2404 193.705 36.6035 193.704C37.1188 193.704 36.9658 193.089 36.9676 192.843C36.9707 192.179 36.9394 191.853 36.9105 191.194C36.9008 190.98 36.8744 190.236 36.8706 190.337C36.8649 190.497 36.9078 190.934 36.9085 191.024C36.9132 191.78 36.9745 192.571 37.2681 193.312C37.3444 193.505 37.5231 193.913 37.7961 193.941C38.4677 194.006 38.0025 191.325 37.9827 191.077C37.9712 190.932 37.9146 190.389 37.9964 190.152C38.0266 190.062 38.1226 190.545 38.1386 190.811C38.1811 191.541 38.2101 192.224 38.5825 192.852C38.7242 193.091 39.108 193.281 39.3607 193.033C39.6075 192.791 39.442 192.136 39.4188 191.801C39.3712 191.124 39.2818 190.419 39.1585 189.743C39.0777 189.296 38.9103 188.677 39.049 188.248C39.0706 188.184 39.1078 188.383 39.1403 188.448C39.2107 188.59 39.3008 188.728 39.4053 188.851C39.6105 189.093 40.4677 189.726 40.7484 189.317C40.8418 189.182 40.8983 188.795 40.7667 188.642C40.5886 188.438 40.2983 188.406 40.1333 188.198C39.7857 187.76 39.6956 187.212 39.557 186.711C39.4269 186.24 39.2589 185.787 39.1504 185.311C39.0874 185.03 39.0233 184.262 38.7141 184.065C38.5041 183.933 37.9098 184.026 37.691 184.059C37.0808 184.15 36.5414 184.308 35.9589 184.461C35.6214 184.55 35.2561 184.589 34.9862 184.785C34.8025 184.918 34.6063 185.984 34.6185 186.138Z" fill="#252D40"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M102.748 112.726C103.654 113.661 104.661 114.478 105.737 115.209C105.886 115.31 107.316 116.103 107.315 116.105C107.109 116.821 106.191 117.55 105.666 118.041C104.031 119.574 102.251 120.976 100.337 122.147C93.4152 126.382 85.9829 130.257 78.4872 133.375C76.3539 134.264 74.1479 134.918 71.9795 135.705C70.9822 136.067 69.8233 136.288 69.5164 137.443C68.7021 140.497 69.2068 144.264 69.1893 147.404C69.1665 151.456 70.7574 172.961 71.0373 176.188C71.1289 177.243 71.0333 182.282 71.0333 182.282C71.0333 182.282 53.8656 180.792 48.327 181.048C46.6715 181.125 41.5595 180.916 41.5595 180.916C41.5595 180.916 41.1746 173.488 41.2621 170.319C41.4236 164.507 41.3065 158.592 41.1571 152.773C41.0938 150.318 41.5299 147.363 41.0279 144.956C40.9983 144.815 40.939 145.233 40.896 145.373C40.8112 145.647 40.7291 145.921 40.6416 146.194C40.3859 146.995 40.1207 147.792 39.8946 148.602C39.2445 150.928 38.4786 153.41 38.1812 155.806C37.1421 164.143 39.8865 172.327 39.3777 180.598C39.3185 181.566 39.6886 183.543 39.2875 184.399C39.2324 184.518 38.3656 184.655 38.231 184.693C37.2228 184.97 36.208 185.23 35.1824 185.434C35.0532 185.46 34.3129 185.694 34.2268 185.621C34.0733 185.491 34.0154 184.674 33.9629 184.464C33.6816 183.333 33.364 182.212 33.0935 181.077C31.975 176.388 31.5604 171.544 31.0543 166.762C30.555 162.059 30.6882 157.708 31.2105 153.02C31.7596 148.085 33.2415 143.12 34.9684 138.467C35.7759 136.291 36.4974 134.027 38.4746 132.627C40.009 131.541 42.0764 131.015 43.9082 130.71C44.5516 130.604 45.9743 130.718 46.5032 130.394C46.6782 130.286 46.6324 129.342 46.654 129.152C46.7859 128.023 47.3996 127.755 48.5006 127.632C50.9368 127.362 53.377 127.599 55.8173 127.49C57.2063 127.428 58.7663 126.942 60.1512 127.165C60.4945 127.22 60.8511 128.08 60.9965 128.343C61.5093 129.264 62.1675 129.239 63.2873 129.083C64.9119 128.856 66.1906 128.257 67.6792 127.632C70.4182 126.484 79.5923 124.033 80.2666 123.83C82.2263 123.239 84.4229 122.102 86.3099 121.304C92.0181 118.893 97.2768 115.854 102.471 112.512" fill="#3D465C"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M48.3725 127.783C48.6377 125.686 48.9355 122.636 48.9099 120.523C48.9005 119.793 49.066 118.637 48.8251 117.955C48.8211 117.94 48.4227 117.948 48.3729 117.944C48.0848 117.925 47.7995 117.871 47.5424 117.738C46.498 117.194 46.039 116.068 46.1749 114.936C46.2072 114.673 46.2732 114.423 46.3782 114.181C47.2544 112.163 48.739 114.422 49.8548 114.387C50.4874 114.366 50.6879 113.312 50.9894 112.814C52.4605 110.392 50.2316 109.487 51.0365 107.09C51.2761 106.379 51.9693 105.78 52.505 105.289C54.7043 103.266 56.7582 103.58 59.5551 104.137C61.0128 104.428 62.3237 104.622 63.3951 105.776C64.6388 107.12 64.8339 108.795 64.8151 110.542C64.7828 113.749 65.2808 117.944 63.2376 120.582C61.0518 123.406 59.0988 122.941 59.0988 122.941C59.0988 122.941 58.839 127.44 58.6641 127.59C55.3128 128.542 50.6341 128.274 48.5384 127.815" fill="#8591AE"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M59.1029 122.94C59.1056 122.941 57.9318 122.721 57.3975 122.462C55.7151 121.647 54.5925 120.402 54.5925 120.402C54.5925 120.402 54.7271 121.071 54.8227 121.273C55.0205 121.696 55.2103 122.131 55.462 122.525C56.2077 123.696 57.5831 124.745 58.9532 125.137C58.9532 125.137 59.1029 123.094 59.1029 122.94Z" fill="#3D465C"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M95.3739 133.56C95.4237 132.443 95.3268 131.186 95.3241 130.144C95.7077 130.125 99.6231 130.934 100.841 129.716C101.95 128.607 101.735 125.43 102.09 120.458C102.178 119.23 101.743 110.039 92.1005 112.45C88.7397 113.29 88.6616 114.647 86.6319 117.487C83.9346 121.263 87.4005 127.11 86.072 131.093C85.9899 131.34 85.2321 135.459 85.469 135.7C87.57 137.836 90.8744 137.107 92.8556 136.584C93.6094 136.385 94.5475 136.05 95.0684 135.839C95.7548 135.559 95.3456 134.195 95.3739 133.56Z" fill="#8591AE"/>
12
+ <path d="M95.3739 133.56C95.4237 132.443 95.3268 131.186 95.3241 130.144C95.7077 130.125 99.6231 130.934 100.841 129.716C101.95 128.607 101.735 125.43 102.09 120.458C102.178 119.23 101.743 110.039 92.1005 112.45C88.7397 113.29 88.6616 114.647 86.6319 117.487C83.9346 121.263 87.4005 127.11 86.072 131.093C85.9899 131.34 85.2321 135.459 85.469 135.7C87.57 137.836 90.8744 137.107 92.8556 136.584C93.6094 136.385 94.5475 136.05 95.0684 135.839C95.7548 135.559 95.3456 134.195 95.3739 133.56Z" fill="#D6DCE8"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M95.3309 130.145C94.9221 130.027 93.699 129.892 92.3975 129.064C93.1054 130.849 94.4852 131.845 95.3749 132.084C95.3507 131.162 95.3309 130.145 95.3309 130.145Z" fill="#494F60" fill-opacity="0.3"/>
14
+ <path d="M162.732 131.108C162.467 129.011 163.016 124.927 163.256 122.766C163.337 122.041 163.098 120.879 163.339 120.197C163.345 120.182 163.743 120.19 163.793 120.186C164.081 120.167 164.366 120.115 164.623 119.98C165.668 119.438 166.127 118.311 165.991 117.178C165.959 116.915 165.893 116.665 165.788 116.423C165.242 115.167 163.599 115.049 163.11 115.835C162.8 116.337 162.866 117.181 162.446 117.167C161.813 117.147 161.341 116.147 161.33 115.564C161.284 113.318 161.948 113.397 161.143 111C160.903 110.289 159.156 108.768 157.358 109.344C155.253 110.017 154.262 110.452 151.464 111.009C150.008 111.3 148.516 111.281 148.549 111.812C148.658 113.639 148.056 115.02 147.915 116.762C147.682 119.609 147.147 123.842 148.029 124.972C149.37 126.691 151.994 126.127 151.994 126.127L152.429 130.776C152.833 131.125 154.315 130.975 154.841 131.03C157.276 131.289 160.14 131.53 162.555 131.001" fill="#8591AE"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M151.996 126.121C151.996 126.121 152.594 126.082 153.633 125.747C155.327 125.098 156.438 123.688 156.438 123.688C156.438 123.688 156.303 124.356 156.208 124.558C156.01 124.981 155.82 125.416 155.568 125.81C154.823 126.981 153.577 128.007 152.207 128.398L151.996 126.121Z" fill="#3D465C"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M48.3794 113.826C47.9689 113.458 47.5221 113.631 47.3807 113.099C46.8545 111.119 46.5907 107.369 48.2287 104.691C49.6904 102.302 52.7013 100.852 55.1281 100.475C56.3489 100.287 57.6275 100.696 58.7743 101.065C60.376 101.578 62.403 102.306 63.2348 103.918C63.7718 104.957 63.0517 105.75 61.9534 105.658C60.131 105.506 58.5482 104.233 56.7055 104.09C55.4848 103.998 54.0392 104.707 53.0486 105.38C52.3689 105.842 51.8789 106.485 51.6878 107.29C51.5411 107.91 51.6084 108.576 51.5855 109.212C51.5626 109.856 51.9691 112.145 51.6461 113.421C51.3917 114.425 51.2706 115.398 50.5249 115.551C50.1453 115.629 49.2812 115.804 49.1736 115.247C48.9488 114.073 48.72 114.131 48.3794 113.826Z" fill="#252D40"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M163.47 115.988C163.88 115.62 164.503 115.853 164.754 115.364C165.296 114.304 164.669 114.477 165.314 113.491C165.557 113.117 166.26 112.768 165.912 111.838C165.567 110.911 166.032 110.156 165.499 109.687C164.816 109.088 164.97 108.383 164.811 107.822C164.634 107.193 164.114 107.43 163.82 106.831C163.638 106.462 162.984 106.408 162.203 106.531C159.796 106.906 160.814 104.213 157.733 104.493C157.179 104.543 156.554 105.363 155.834 105.167C154.752 104.873 154.091 105.255 153.379 105.781C153.005 106.058 152.578 104.901 151.25 105.805C150.742 106.15 149.882 105.873 149.061 105.548C147.437 104.908 147.531 106.357 146.863 106.065C146.162 105.758 145.445 106.088 145.166 106.558C144.63 107.461 145.886 107.862 145.397 108.333C144.924 108.791 144.817 109.41 145.549 109.59C145.885 109.672 145.979 110.092 145.873 110.298C145.337 111.337 146.476 112.331 147.889 112.336C149.717 112.344 149.515 110.803 151.925 111.17C153.951 111.477 155.012 109.756 156.193 109.948C158.094 110.259 158.646 108.784 159.904 110.072C160.35 110.528 160.354 111.092 160.377 111.728C160.399 112.372 159.993 114.66 160.316 115.936C160.57 116.941 160.692 117.914 161.437 118.067C161.817 118.145 162.494 118.247 162.789 117.763C163.268 116.971 163.129 116.293 163.47 115.988Z" fill="#252D40"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M75.8165 153.712C75.5316 154.03 75.2471 155.148 74.2908 157.311C73.1706 159.843 78.9206 161.69 82.2839 163.656C81.8079 165.506 81.7402 165.331 81.1305 167.217C79.7576 166.726 70.6772 163.34 68.4173 160.828C66.4097 158.594 68.3047 156.056 69.9504 152.45C70.5327 151.175 71.6546 152.233 73.8723 153.006C74.4175 153.196 75.6844 153.44 75.8165 153.712Z" fill="#D6DCE8"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M102.374 170.738C102.374 170.738 104.435 172.058 109.566 201.813C114.914 232.835 113.296 231.854 115.606 240.211C109.871 240.077 103.015 240.037 99.3699 240.601C99.0132 234.424 92.6589 203.516 88.6466 192.616C83.8644 217.027 83.5037 222.178 81.7271 239.442C69.9513 239.855 64.126 238.621 64.126 238.621C64.126 238.621 70.8073 214.409 72.5584 203.897C72.7455 202.78 79.6274 170.529 79.6274 170.529C79.6274 170.529 97.5098 170.494 102.374 170.738Z" fill="#3D465C"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M110.529 127.878C111.042 127.936 113.417 131.436 114.64 132.659C114.852 132.871 116.156 134.062 115.988 134.232C114.303 135.916 112.533 137.387 110.82 139.1C110.171 139.749 108.576 141.047 107.783 142.014C106.47 143.621 106.036 144.321 105.126 146.142C104.651 147.093 103.725 154.956 103.409 158.661C103.168 161.493 104.966 171.397 104.826 171.535C104.661 171.701 76.8693 171.519 76.8115 171.461C76.7065 171.356 79.9973 164.69 80.2383 162.019C80.5478 158.613 78.8331 149.437 78.8331 149.437C78.8331 149.437 75.658 155.716 75.4992 155.874C75.1896 156.183 69.4975 153.682 69.188 152.907C68.6792 151.631 70.4384 148.445 70.861 147.601C72.6632 143.997 74.8168 138.413 76.8761 136.324C78.8667 134.305 83.4067 133.114 84.2277 133.033C85.1483 132.943 86.2722 135.333 89.0354 135.516C93.9549 135.843 95.8056 133.698 96.5096 133.577C97.9928 133.319 99.472 132.93 101.203 132.309C103.029 131.65 109.972 127.813 110.529 127.878Z" fill="#252D40"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M171.511 179.841C171.511 179.841 174.132 194.352 175.551 201.191C179.581 220.614 179.053 218.065 183.686 241.451C178.368 241.328 172.849 241.348 168.919 241.363C167.91 234.742 160.514 201.733 157.89 190.889C158.042 207.757 157.896 223.722 158.006 241.001C147.084 241.385 144.888 240.052 144.888 240.052C144.888 240.052 143.736 217.237 142.851 207.391C142.447 202.903 142.601 179.096 142.601 179.096C142.601 179.096 166.999 179.615 171.511 179.841Z" fill="#8591AE"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M182.545 176.901C182.702 178.262 182.493 180.407 182.504 180.482C182.536 180.713 182.449 182.191 182.425 182.332C182.351 182.784 182.362 183.962 181.923 183.896C181.703 183.864 181.679 183.27 181.672 182.972C181.658 182.403 181.39 180.973 181.373 181.046C181.337 181.203 181.239 182.015 181.226 182.143C181.167 182.791 181.175 183.109 181.113 183.81C181.091 184.059 181.135 184.621 180.745 184.598C180.338 184.575 180.39 183.919 180.388 183.643C180.381 182.802 180.338 182.559 180.346 181.827C180.349 181.589 180.336 180.691 180.344 180.803C180.356 180.983 180.262 181.564 180.252 181.664C180.169 182.552 180.076 183.19 179.92 184.046C179.88 184.259 179.768 184.707 179.477 184.701C179.145 184.693 179.129 184.096 179.128 183.393C179.127 182.576 179.172 181.627 179.179 181.48C179.187 181.32 179.229 180.721 179.133 180.445C179.098 180.341 179 180.91 178.944 181.2C178.805 181.925 178.758 182.561 178.517 183.332C178.438 183.588 178.043 183.825 177.89 183.479C177.725 183.107 177.761 182.412 177.774 182.041C177.802 181.292 177.767 180.57 177.876 179.832C177.947 179.344 178.105 178.675 177.942 178.178C177.925 178.13 177.381 178.882 177.338 178.92C176.956 179.259 176.175 179.706 175.875 179.347C175.751 179.198 175.984 178.801 176.119 178.65C176.302 178.445 176.61 178.186 176.78 177.976C177.137 177.534 177.214 176.935 177.346 176.394C177.469 175.886 177.851 175.313 177.95 174.796C178.007 174.492 178.255 174.033 178.282 173.821C178.35 173.273 179.017 173.618 179.252 173.685C179.908 173.869 182.157 173.93 182.021 174.478C182.021 174.796 182.223 175.133 182.29 175.432C182.429 176.064 182.514 176.631 182.545 176.901Z" fill="#8591AE"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M182.042 146.596C180.46 142.984 181.236 141.886 178.786 140.822C177.387 140.881 172.098 144.969 171.925 145.261C173.262 146.762 175.208 148.179 176.363 150.793C177.668 153.748 178.786 158.557 178.786 161.596C178.266 165.589 178.266 172.797 178.266 174.484C178.265 175.66 181.239 175.166 182.042 174.482C182.33 173.057 184.474 166.024 184.474 162.434C185.733 157.688 183.361 149.605 182.042 146.596Z" fill="#8591AE"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M131.764 122.32C131.778 121.45 132.125 120.466 132.485 119.503C132.62 119.141 133.082 116.454 133.188 116.048C133.407 115.208 134.012 115.093 134.164 115.71C134.35 116.467 133.924 118.05 134.112 119.028C134.357 118.053 134.614 116.499 134.785 115.518C134.925 114.713 135.571 114.014 136.07 114.19C136.822 114.454 135.884 116.886 135.817 118.631C136.344 117.57 136.511 116.983 136.73 116.293C136.865 115.862 137.367 114.349 137.391 114.323C137.617 114.083 137.945 113.671 138.324 113.861L138.421 113.953C138.892 114.065 138.252 115.741 137.952 116.96C137.729 117.879 137.571 118.637 137.451 119.21C137.777 118.599 138.089 118.179 138.351 117.636C138.657 116.999 138.788 116.511 138.99 115.865C139.147 115.361 139.483 114.964 139.809 115.047C140.261 115.161 140.267 115.641 140.172 116.162C140.062 116.764 139.973 117.182 139.673 118.11C139.247 119.434 138.945 120.942 138.945 120.942C138.945 120.942 139.285 120.558 139.796 120.044C140.194 119.642 140.804 119.537 141.252 119.565C141.923 119.608 142.502 119.717 142.453 120.376C142.434 120.647 141.683 120.602 140.941 120.93C140.417 121.161 140.165 121.808 139.894 122.258C139.433 123.028 138.536 125.096 137.274 125.722C136.38 126.165 135.79 126.725 134.932 128.955C133.762 132.001 129.999 139.538 129.441 140.601C129.241 140.982 132.062 139.722 133.768 139.061C135.668 138.326 138.682 144.506 137.768 145.133C132.533 148.72 126.981 147.646 126.37 147.519C125.072 147.248 123.454 146.661 122.89 145.367C122.291 143.992 123.176 141.592 123.5 140.113C124.163 137.078 128.75 131.056 130.901 126.7C131.831 124.815 131.739 123.826 131.764 122.32Z" fill="#8591AE"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M170.688 144.674C170.688 144.674 171.652 161.19 172.12 164.929C172.244 165.923 175.018 184.956 175.018 184.956C175.018 184.956 165.44 184.051 163.846 184.067C158.719 184.117 145.456 183.769 140.15 184.067C139.708 173.184 140.966 152.366 141.101 151.29C141.417 148.739 142.119 144.361 142.119 144.361C139.276 145.63 136.836 147.304 136.836 147.304L131.617 138.273C131.617 138.273 140.022 133.285 143.039 131.509C146.786 129.305 151.908 129.651 151.908 129.651C151.908 129.651 154.422 131.021 156.854 131.071C160.055 131.137 162.455 129.647 162.455 129.647C162.455 129.647 164.457 129.515 167.09 130.828C176.928 133.803 183.634 145.073 183.634 145.073C183.634 145.073 175.353 149.176 174.721 149.808C173.532 149.068 170.688 144.674 170.688 144.674Z" fill="#D6DCE8"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M98.2799 107.977C98.2799 107.977 102.269 110.759 103.802 111.008C105.773 111.33 106.879 111.811 108.804 110.284C107.341 119.044 102.289 118.368 101.401 118.072C99.8694 117.561 99.8385 117.698 98.3943 116.975C99.1197 119.153 98.51 121.375 96.876 120.518C93.9499 118.981 91.8193 123.376 94.88 124.002C96.4319 124.32 96.0442 125.483 93.394 127.377C92.2863 128.169 88.3952 131.433 85.7504 130.544C85.1083 129.953 84.4744 129.26 83.9104 127.853C83.158 125.978 79.9641 121.461 81.3073 117.115C81.559 116.299 82.3289 115.149 80.1081 115.254C76.61 115.418 76.1012 109.548 78.217 107.276C79.5132 105.884 82.2926 103.568 84.8836 105.787C86.9227 107.535 85.8769 108.671 88.7465 108.138C90.6281 107.788 91.1019 110.162 93.0818 108.739C94.6714 107.596 96.1236 106.906 98.2799 107.977Z" fill="#252D40"/>
27
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M171.514 101.283C171.207 99.6693 170.778 98.4222 170.717 98.2527C170.624 97.9902 170.18 96.5259 170.122 96.332C170.034 96.0337 169.714 94.9941 169.524 94.5043C169.198 93.664 168.735 94.3566 168.805 94.6931C168.924 95.2678 169.025 96.3332 169.071 96.8912C169.097 97.1953 169.175 98.1856 169.128 98.1082C169.032 97.9414 168.721 96.8793 168.672 96.7326C168.412 95.9559 168.356 95.7921 167.983 95.054C167.848 94.787 167.639 94.0171 167.229 94.1756C166.898 94.3019 167.095 94.9176 167.221 95.418C167.467 96.3976 167.508 96.6089 167.78 97.4433C167.869 97.7135 168.095 99.283 168.063 99.1514C168.011 98.943 167.644 97.9387 167.598 97.8264C167.184 96.8422 167.015 96.0414 166.528 95.1187C166.409 94.8877 165.636 94.4019 165.859 95.5164C166.037 96.4089 166.421 97.8596 166.557 98.3042C166.614 98.4885 167.043 100.273 167.033 100.622C167.028 100.754 166.058 99.3258 165.891 99.0157C165.472 98.2367 165.219 97.816 164.745 96.9713C164.605 96.7228 164.023 96.3039 163.909 96.8577C163.809 97.3356 164.233 98.0788 164.411 98.5295C164.743 99.3649 164.999 100.047 165.388 100.853C165.644 101.385 166.051 102.658 166.115 103.282C166.158 103.698 165.596 103.028 164.758 102.684C164.254 102.476 163.473 102.359 163.027 102.915C162.883 103.093 163.586 103.24 163.866 103.387C164.158 103.542 164.641 103.766 164.91 103.945C165.475 104.324 166.411 104.897 166.757 105.466C167.391 106.512 168.916 107.519 169.287 107.327C169.636 107.146 175.488 123.002 175.737 123.72C176.144 124.883 184.561 131.588 184.561 131.588L190.855 125.173C190.855 125.173 181.765 119.476 179.97 116.841C178.706 114.987 172.451 105.273 172.439 105.222C172.407 105.081 172.463 104.714 172.277 104.182C172.026 103.466 171.576 101.604 171.514 101.283Z" fill="#8591AE"/>
28
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M241.954 184.611C243 185.876 243.786 186.666 243.879 186.821C244.022 187.061 244.682 187.641 244.795 187.809C244.967 188.067 245.642 188.656 245.898 189.115C246.338 189.901 245.51 189.817 245.295 189.549C244.929 189.09 244.54 188.837 244.142 188.446C243.924 188.232 242.979 187.527 243.009 187.61C243.074 187.792 243.73 189.085 243.812 189.216C244.243 189.914 244.325 189.857 244.655 190.615C244.775 190.889 245.163 191.497 244.781 191.712C244.472 191.886 243.929 191.164 243.624 190.748C243.026 189.934 243.056 189.914 242.586 189.173C242.434 188.931 241.598 188.041 241.678 188.151C241.807 188.323 242.056 189.294 242.266 189.702C242.754 190.653 243.269 191.29 243.671 192.253C243.771 192.493 243.652 193.398 242.936 192.515C242.364 191.809 241.49 190.587 241.234 190.199C241.128 190.039 240.281 188.698 240.005 188.483C239.901 188.401 240.267 189.816 240.4 190.144C240.732 190.963 240.897 191.469 241.244 192.372C241.346 192.638 241.126 193.231 240.628 192.967C240.196 192.739 239.926 192.134 239.693 191.709C239.261 190.922 238.842 190.114 238.47 189.301C238.223 188.764 237.424 188.268 236.984 187.821C236.691 187.522 236.261 188.443 235.991 189.308C235.831 189.829 235.422 190.506 234.71 190.495C234.48 190.492 234.815 189.857 234.881 189.547C234.948 189.224 235.083 188.709 235.117 188.387C235.186 187.71 235.341 186.624 235.123 185.995C234.722 184.839 234.919 183.023 235.303 182.859C235.665 182.705 227.182 168.087 226.789 167.437C226.152 166.382 222.837 158.376 222.837 158.376L231.459 156.565C231.459 156.565 233.902 165.5 234.787 168.563C235.409 170.719 238.903 181.732 238.935 181.773C239.023 181.888 239.467 182.651 239.945 182.952C240.59 183.358 241.745 184.359 241.954 184.611Z" fill="#8591AE"/>
29
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M198.885 137.023C199.309 132.549 197.305 112.459 204.421 108.518C205.08 108.153 205.864 105.946 212.464 105.856C214.115 105.833 225.67 107.116 222.257 119.064C220.048 126.793 222.375 127.886 225.067 130.578C226.98 132.49 238.214 139.896 232.635 147.335C230.118 150.69 222.993 149.033 221.554 158.146C220.791 162.976 222.273 164.806 218.581 167.444C216.861 168.672 214.402 167.747 209.986 170.201C205.067 172.933 203.296 171.483 202.851 171.119C201.416 169.945 198.658 169.053 199.229 166.2C201.09 156.894 202.17 156.818 200.58 151.822L198.885 137.023Z" fill="#252D40"/>
30
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M206.076 129.537C206.23 128.937 206.584 127.439 206.584 127.439C206.584 127.439 203.061 126.34 202.759 123.581C202.37 120.017 202.82 119.477 203.199 113.021C203.232 112.484 203.992 109.654 206.15 109.527C206.311 109.517 206.653 109.148 206.926 109.605C207.033 109.781 207.131 109.694 208.634 111.52C209.883 113.037 211.7 113.687 211.953 113.8C212.933 113.126 212.993 114.551 214.198 115.221C214.324 115.29 215.384 115.88 215.726 116.153C216.706 116.936 216.802 117.536 215.881 120.76C214.579 125.316 216.966 125.775 216.01 128.11C215.632 129.036 215.707 129.048 215.337 129.973C214.299 132.568 208.455 133.933 207.987 133.882C207.868 133.868 205.963 134.031 205.839 130.828C205.833 130.672 205.972 129.938 206.076 129.537Z" fill="#8591AE"/>
31
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M206.577 127.442C206.582 127.437 207.116 127.532 207.185 127.543C209.132 127.82 211.064 127.602 211.399 127.564C210.013 128.634 208.985 129.117 206.246 128.852C206.269 128.751 206.528 127.703 206.577 127.442Z" fill="#494F60" fill-opacity="0.3"/>
32
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M205.871 108.2C205.076 108.459 204.497 112.044 208.283 114.852C210.521 116.512 212.54 116.417 215.422 116.329C218.219 116.242 215.153 121.601 217.57 121.467C218.183 121.432 222.507 117.311 218.022 111.195C217.821 110.919 214.693 107.517 211.822 107.159C206.675 106.515 206.854 107.88 205.871 108.2Z" fill="#252D40"/>
33
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M206.407 109.582C206.456 109.829 206.908 110.61 206.65 111.014C206.174 111.751 204.816 111.346 204.238 111.79C203.578 112.296 203.19 112.906 203.098 114.528C203.042 115.494 202.749 116.578 202.703 117.809C201.252 112.42 202.092 111.711 202.307 111.343C202.901 110.334 206.219 108.631 206.407 109.582Z" fill="#252D40"/>
34
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M238.652 242.316C237.992 239.016 232.998 214.94 229.899 197.048C228.865 191.084 225.885 178.767 225.457 177.198C224.054 172.052 219.424 164.776 219.022 160.792C218.779 158.385 219.278 157.059 219.566 152C220.713 157.078 221.83 160.283 223.788 161.967C226.281 161.571 233 158.933 233 158.933C233 158.933 233.711 157.614 232.98 153.812C232.253 150.029 230.557 147.035 228.902 139.854C226.688 130.251 222.685 133.901 220.382 132.058C218.987 130.942 218.191 129.781 217.417 129.065C217.026 128.704 216.728 128.866 215.96 129.019C214.737 129.264 212.696 129.757 210.006 130.119C209.368 130.205 208.496 132.778 208.496 132.778C208.496 132.778 208.555 130.279 208.124 130.107C207.446 129.835 205.535 128.972 205.535 128.972C205.535 128.972 204.222 130.156 204.156 130.245C201.821 133.385 195.099 126.919 192.288 124.938C190.018 123.339 187.872 121.828 185.468 121.484C184.081 121.662 183.021 122.488 181.713 123.48C180.284 124.565 178.654 125.861 178.317 127.05C179.696 129.828 185.096 133.484 186.908 134.86C188.526 136.089 191.503 138.349 194.46 141.117C192.549 147.807 196.649 153.641 195.449 160.78C194.225 168.069 191.667 172.481 191.631 179.576C191.586 188.259 198.166 241.145 198.166 241.145L213.963 241.774C213.963 241.774 211.57 226.911 210.099 207.046C210.061 206.541 208.618 194.78 208.078 186.372C211.737 198.409 212.52 201.219 214.618 211.53C218.244 229.355 219.281 230.593 222.136 242.176C227.295 243.119 238.652 242.316 238.652 242.316Z" fill="#CBD2E2"/>
35
+ </g>
36
+ <defs>
37
+ <clipPath id="clip0_3427_10358">
38
+ <rect x="34" y="34" width="204" height="204" rx="102" fill="white"/>
39
+ </clipPath>
40
+ </defs>
41
+ </svg>
@@ -0,0 +1,38 @@
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
+ <path opacity="0.8" d="M160.517 101.328C159.965 101.328 159.517 101.776 159.517 102.328C159.517 102.88 159.965 103.328 160.517 103.328L160.517 101.328ZM180.515 128.43C180.905 128.821 181.539 128.821 181.929 128.43L188.293 122.066C188.684 121.676 188.684 121.043 188.293 120.652C187.903 120.262 187.269 120.262 186.879 120.652L181.222 126.309L175.565 120.652C175.175 120.262 174.541 120.262 174.151 120.652C173.76 121.043 173.76 121.676 174.151 122.066L180.515 128.43ZM160.517 103.328L176.222 103.328L176.222 101.328L160.517 101.328L160.517 103.328ZM180.222 107.328L180.222 127.723L182.222 127.723L182.222 107.328L180.222 107.328ZM176.222 103.328C178.431 103.328 180.222 105.119 180.222 107.328L182.222 107.328C182.222 104.014 179.536 101.328 176.222 101.328L176.222 103.328Z" fill="#CBD2E2"/>
8
+ <g filter="url(#filter0_d_3521_12739)">
9
+ <path d="M62.5027 90.6836V116.25C62.5027 120.668 66.0844 124.25 70.5027 124.25H142.405C146.824 124.25 150.405 120.668 150.405 116.25V90.6837C150.405 86.2654 146.824 82.6837 142.405 82.6837L70.5027 82.6836C66.0844 82.6836 62.5027 86.2653 62.5027 90.6836Z" fill="#252D40"/>
10
+ </g>
11
+ <path d="M112.875 94.0352H78.2084C75.9992 94.0352 74.2084 95.4784 74.2084 97.2587C74.2084 99.0391 75.9992 100.482 78.2084 100.482H112.875C115.084 100.482 116.875 99.0391 116.875 97.2587C116.875 95.4784 115.084 94.0352 112.875 94.0352Z" fill="#8591AE"/>
12
+ <path d="M136.875 108.004H78.2084C75.9992 108.004 74.2084 109.447 74.2084 111.227C74.2084 113.008 75.9992 114.451 78.2084 114.451H136.875C139.084 114.451 140.875 113.008 140.875 111.227C140.875 109.447 139.084 108.004 136.875 108.004Z" fill="#8591AE"/>
13
+ <g filter="url(#filter1_d_3521_12739)">
14
+ <path d="M134.503 144.941V170.508C134.503 174.926 138.084 178.508 142.503 178.508H214.405C218.824 178.508 222.405 174.926 222.405 170.508V144.942C222.405 140.523 218.824 136.942 214.405 136.942L142.503 136.941C138.084 136.941 134.503 140.523 134.503 144.941Z" fill="#252D40"/>
15
+ </g>
16
+ <path d="M184.875 148.293H150.208C147.999 148.293 146.208 149.736 146.208 151.517C146.208 153.297 147.999 154.74 150.208 154.74H184.875C187.084 154.74 188.875 153.297 188.875 151.517C188.875 149.736 187.084 148.293 184.875 148.293Z" fill="#8591AE"/>
17
+ <path d="M208.875 162.262H150.208C147.999 162.262 146.208 163.705 146.208 165.485C146.208 167.266 147.999 168.709 150.208 168.709H208.875C211.084 168.709 212.875 167.266 212.875 165.485C212.875 163.705 211.084 162.262 208.875 162.262Z" fill="#8591AE"/>
18
+ <defs>
19
+ <filter id="filter0_d_3521_12739" x="46.5027" y="74.6836" width="119.903" height="73.5664" 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_12739"/>
26
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3521_12739" result="shape"/>
27
+ </filter>
28
+ <filter id="filter1_d_3521_12739" x="118.503" y="128.941" width="119.903" height="73.5664" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
29
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
30
+ <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"/>
31
+ <feOffset dy="8"/>
32
+ <feGaussianBlur stdDeviation="8"/>
33
+ <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"/>
34
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3521_12739"/>
35
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3521_12739" result="shape"/>
36
+ </filter>
37
+ </defs>
38
+ </svg>
@@ -0,0 +1,38 @@
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
+ <path opacity="0.8" d="M127.159 158.723C127.711 158.723 128.159 158.275 128.159 157.723C128.159 157.17 127.711 156.723 127.159 156.723L127.159 158.723ZM107.161 131.62C106.771 131.23 106.137 131.23 105.747 131.62L99.383 137.984C98.9925 138.375 98.9925 139.008 99.383 139.399C99.7735 139.789 100.407 139.789 100.797 139.399L106.454 133.742L112.111 139.399C112.501 139.789 113.135 139.789 113.525 139.399C113.916 139.008 113.916 138.375 113.525 137.984L107.161 131.62ZM127.159 156.723L111.454 156.723L111.454 158.723L127.159 158.723L127.159 156.723ZM107.454 152.723L107.454 132.328L105.454 132.328L105.454 152.723L107.454 152.723ZM111.454 156.723C109.245 156.723 107.454 154.932 107.454 152.723L105.454 152.723C105.454 156.036 108.14 158.723 111.454 158.723L111.454 156.723Z" fill="#CBD2E2"/>
8
+ <g filter="url(#filter0_d_3521_12738)">
9
+ <path d="M62.5027 90.6836V116.25C62.5027 120.668 66.0844 124.25 70.5027 124.25H142.405C146.824 124.25 150.405 120.668 150.405 116.25V90.6837C150.405 86.2654 146.824 82.6837 142.405 82.6837L70.5027 82.6836C66.0844 82.6836 62.5027 86.2653 62.5027 90.6836Z" fill="#252D40"/>
10
+ </g>
11
+ <path d="M112.875 94.0352H78.2085C75.9994 94.0352 74.2085 95.4784 74.2085 97.2587C74.2085 99.0391 75.9994 100.482 78.2085 100.482H112.875C115.084 100.482 116.875 99.0391 116.875 97.2587C116.875 95.4784 115.084 94.0352 112.875 94.0352Z" fill="#8591AE"/>
12
+ <path d="M136.875 108.004H78.2085C75.9994 108.004 74.2085 109.447 74.2085 111.227C74.2085 113.008 75.9994 114.451 78.2085 114.451H136.875C139.084 114.451 140.875 113.008 140.875 111.227C140.875 109.447 139.084 108.004 136.875 108.004Z" fill="#8591AE"/>
13
+ <g filter="url(#filter1_d_3521_12738)">
14
+ <path d="M134.503 144.941V170.508C134.503 174.926 138.084 178.508 142.503 178.508H214.405C218.824 178.508 222.405 174.926 222.405 170.508V144.942C222.405 140.523 218.824 136.942 214.405 136.942L142.503 136.941C138.084 136.941 134.503 140.523 134.503 144.941Z" fill="#252D40"/>
15
+ </g>
16
+ <path d="M184.875 148.293H150.208C147.999 148.293 146.208 149.736 146.208 151.517C146.208 153.297 147.999 154.74 150.208 154.74H184.875C187.084 154.74 188.875 153.297 188.875 151.517C188.875 149.736 187.084 148.293 184.875 148.293Z" fill="#8591AE"/>
17
+ <path d="M208.875 162.262H150.208C147.999 162.262 146.208 163.705 146.208 165.485C146.208 167.266 147.999 168.709 150.208 168.709H208.875C211.084 168.709 212.875 167.266 212.875 165.485C212.875 163.705 211.084 162.262 208.875 162.262Z" fill="#8591AE"/>
18
+ <defs>
19
+ <filter id="filter0_d_3521_12738" x="46.5027" y="74.6836" width="119.903" height="73.5664" 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_12738"/>
26
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3521_12738" result="shape"/>
27
+ </filter>
28
+ <filter id="filter1_d_3521_12738" x="118.503" y="128.941" width="119.903" height="73.5664" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
29
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
30
+ <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"/>
31
+ <feOffset dy="8"/>
32
+ <feGaussianBlur stdDeviation="8"/>
33
+ <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"/>
34
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3521_12738"/>
35
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3521_12738" result="shape"/>
36
+ </filter>
37
+ </defs>
38
+ </svg>
@@ -0,0 +1,21 @@
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_3416_9631)">
4
+ <rect x="131" y="26" width="9" height="54" fill="#8591AE"/>
5
+ <rect x="131" y="26" width="9" height="54" fill="#8591AE"/>
6
+ <rect x="132" y="187" width="9" height="54" fill="#8591AE"/>
7
+ <path d="M122.756 82C122.756 78.6863 125.442 76 128.756 76H143.048C146.362 76 149.048 78.6863 149.048 82V94.0834H122.756V82Z" fill="#3D465C"/>
8
+ <path d="M114.39 101.924C114.39 97.593 117.901 94.082 122.232 94.082H150.768C155.099 94.082 158.61 97.593 158.61 101.924V116.686H114.39V101.924Z" fill="#3D465C"/>
9
+ <path d="M112 118.688C112 117.583 112.895 116.688 114 116.688H159C160.105 116.688 161 117.583 161 118.688V123.729C161 124.834 160.105 125.729 159 125.729H114C112.895 125.729 112 124.834 112 123.729V118.688Z" fill="#8591AE"/>
10
+ <path d="M123 149.863C123 148.282 124.282 147 125.863 147H127.851C129.432 147 130.714 148.282 130.714 149.863V161.591H123V149.863Z" fill="#3D465C"/>
11
+ <path d="M141 149.863C141 148.282 142.282 147 143.863 147H145.851C147.432 147 148.714 148.282 148.714 149.863V161.591H141V149.863Z" fill="#3D465C"/>
12
+ <path d="M148.714 200.58C148.714 203.894 146.028 206.58 142.714 206.58H131.571C128.258 206.58 125.572 203.894 125.572 200.58V189.558H148.714V200.58Z" fill="#3D465C"/>
13
+ <path d="M156.429 182.401C156.429 186.354 153.224 189.559 149.271 189.559H123.73C119.776 189.559 116.572 186.354 116.572 182.401V168.889H156.429V182.401Z" fill="#3D465C"/>
14
+ <path d="M159 166.891C159 167.995 158.105 168.891 157 168.891H116C114.895 168.891 114 167.995 114 166.891V163.595C114 162.491 114.895 161.595 116 161.595H157C158.105 161.595 159 162.491 159 163.595V166.891Z" fill="#8591AE"/>
15
+ </g>
16
+ <defs>
17
+ <clipPath id="clip0_3416_9631">
18
+ <rect x="34" y="34" width="204" height="204" rx="102" fill="white"/>
19
+ </clipPath>
20
+ </defs>
21
+ </svg>
@@ -0,0 +1,17 @@
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_10071)">
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 fill-rule="evenodd" clip-rule="evenodd" d="M141.015 195C157.023 195 170 182.024 170 166.016C170 150.008 157.023 137.031 141.015 137.031C125.007 137.031 112.03 150.008 112.03 166.016C112.03 182.024 125.007 195 141.015 195ZM154.2 161.269C155.412 160.124 155.501 158.176 154.399 156.916C153.297 155.657 151.422 155.564 150.21 156.709L135.892 170.232L130.473 165.113C129.261 163.968 127.385 164.061 126.283 165.32C125.181 166.579 125.271 168.528 126.483 169.673L133.897 176.676C135.029 177.745 136.756 177.745 137.887 176.676L154.2 161.269Z" fill="#80AA4D"/>
6
+ <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"/>
7
+ </g>
8
+ <circle cx="225" cy="52" r="8" fill="#494F60" fill-opacity="0.3"/>
9
+ <circle cx="233.5" cy="34.5" r="4.5" fill="#494F60" fill-opacity="0.3"/>
10
+ <circle cx="43.5" cy="63.5" r="3.5" fill="#494F60" fill-opacity="0.3"/>
11
+ <circle cx="33.5" cy="211.5" r="7.5" fill="#494F60" fill-opacity="0.3"/>
12
+ <defs>
13
+ <clipPath id="clip0_3413_10071">
14
+ <rect x="34" y="34" width="204" height="204" rx="102" fill="white"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
@@ -0,0 +1,19 @@
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_12771)">
4
+ <path d="M319 248H-103V218.224H41.3001C46.1709 218.224 50.8742 216.447 54.5275 213.225L100.275 172.887C107.833 166.222 119.171 166.222 126.729 172.887L134.044 179.337C141.603 186.002 152.94 186.002 160.499 179.337L197.379 146.817C205.48 139.674 217.789 140.253 225.184 148.125L319 248Z" fill="#3D465C"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M162.605 209.511L162.605 237.751H187.481V186.279C210.586 185.371 229 168.693 229 148.253V147.184C229 142.233 224.413 138.219 218.754 138.219C213.095 138.219 208.508 142.233 208.508 147.184V148.253C208.508 158.788 199.261 167.433 187.481 168.313V112.098C187.481 106.088 181.913 101.215 175.043 101.215C168.173 101.215 162.605 106.088 162.605 112.098L162.605 191.58C152.049 191.58 143.492 184.093 143.492 174.857V139.646C143.492 134.695 138.905 130.681 133.246 130.681C127.587 130.681 123 134.695 123 139.646V174.857C123 193.996 140.732 209.511 162.605 209.511Z" fill="#CBD2E2"/>
6
+ <circle cx="167.5" cy="54.5" r="41.5" fill="#3D465C"/>
7
+ </g>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M82.8509 119.98C84.3928 118.85 86.359 118.367 88.5757 118.897C90.4631 119.348 91.8778 120.163 92.8269 121.255C93.7806 122.352 94.2028 123.658 94.2174 124.97C94.2462 127.543 92.7194 130.151 90.5527 131.605C89.0178 132.635 86.9892 133.381 84.7238 133.864C87.3882 135.452 90.9809 135.934 94.6922 135.627C98.5221 135.312 102.329 134.168 105.084 132.724C105.589 132.459 106.213 132.654 106.478 133.159C106.743 133.664 106.548 134.288 106.043 134.553C103.031 136.132 98.9537 137.348 94.862 137.686C90.7862 138.022 86.5458 137.497 83.3209 135.424C82.8044 135.092 82.3424 134.72 81.9321 134.316C81.7311 134.34 81.5292 134.361 81.3265 134.381C77.7005 134.732 73.7023 134.536 70.0585 133.765C64.1199 132.51 61.1626 129.445 60.0414 127.403C59.7669 126.903 59.9496 126.276 60.4495 126.001C60.9495 125.727 61.5773 125.909 61.8518 126.409C62.6689 127.897 65.1053 130.607 70.4857 131.745C73.6971 132.424 77.2205 132.631 80.4664 132.382C79.1445 129.993 79.0074 127.092 79.7319 124.637C80.2776 122.787 81.3336 121.091 82.8509 119.98ZM82.7581 132.123C85.5043 131.705 87.8391 130.939 89.4019 129.89C91.0624 128.776 92.1723 126.787 92.1522 124.993C92.1424 124.121 91.8687 123.3 91.2683 122.61C90.6633 121.914 89.6656 121.281 88.0955 120.906C86.4745 120.518 85.1291 120.871 84.0714 121.646C82.9891 122.439 82.1573 123.715 81.7128 125.221C81.0262 127.548 81.3137 130.188 82.7581 132.123Z" fill="#252D40"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M58.4884 101.493C57.9975 101.783 57.3642 101.621 57.0739 101.13C51.318 91.3964 37.6463 88.5023 28.8789 94.3934L28.8551 94.4094L28.8305 94.424C19.6915 99.8545 17.0281 112.727 22.5812 120.948L22.5971 120.971L22.6117 120.996C27.7394 129.571 39.7929 132.036 47.4406 126.835L47.4643 126.819L47.489 126.805C55.4708 122.002 57.709 110.749 52.8475 103.649L52.8312 103.625L52.8163 103.6C48.3197 96.1796 37.882 94.1502 31.3543 98.6553L31.3308 98.6715L31.3064 98.6865C24.4779 102.861 22.6699 112.494 26.836 118.474L26.8525 118.497L26.8675 118.522C30.733 124.786 39.554 126.389 44.9615 122.576L44.9852 122.56L45.0097 122.544C50.6858 119.001 52.0631 110.985 48.5957 106.127L48.5791 106.103L48.5638 106.079C45.3286 100.969 38.1302 99.7958 33.8392 102.91L33.8158 102.927L33.7916 102.943C29.2691 105.855 28.3119 112.248 31.0818 115.988L31.0991 116.012L31.1151 116.036C33.7132 119.994 39.2949 120.74 42.4669 118.329L42.49 118.311L42.5141 118.295C45.8888 116.018 46.4211 111.248 44.3611 108.626L44.343 108.603L44.3262 108.579C42.367 105.771 38.4109 105.444 36.3545 107.14L36.3311 107.16L36.3067 107.177C34.0742 108.809 33.9592 111.95 35.2896 113.459L35.3094 113.481L35.3279 113.505C36.6388 115.177 38.947 115.091 39.9009 114.148L39.9233 114.125L39.947 114.105C40.4798 113.639 40.7057 113.033 40.713 112.47C40.7206 111.875 40.4902 111.439 40.2593 111.251L40.2312 111.229L40.2048 111.204C39.9549 110.97 39.6905 110.904 39.4732 110.916C39.5283 110.966 39.5788 111.023 39.6235 111.087C39.9512 111.553 39.8385 112.198 39.3717 112.525C38.54 113.109 37.691 112.578 37.3592 112.135C36.9642 111.607 36.8775 110.862 37.2296 110.168C37.5763 109.397 38.3812 108.98 39.1169 108.877C39.9187 108.765 40.8354 108.981 41.589 109.671C42.4012 110.348 42.7917 111.439 42.7782 112.496C42.7642 113.587 42.3241 114.757 41.3301 115.639C39.4392 117.478 35.7381 117.349 33.7206 114.802C31.5816 112.346 31.9223 107.845 35.0637 105.528C38.0851 103.061 43.3823 103.647 46.0033 107.373C48.7977 110.961 48.0048 117.061 43.6934 119.991C39.5475 123.118 32.6426 122.095 29.4046 117.194C25.9366 112.48 27.1731 104.768 32.6494 101.222C37.921 97.4183 46.433 98.8837 50.2935 104.95C54.4359 110.786 52.771 120.114 46.1278 124.281C39.7356 128.765 29.6062 126.86 25.125 119.631C20.2971 112.669 22.4027 101.729 30.2048 96.9393C37.7189 91.775 49.4616 94.1118 54.5678 102.506C60.0812 110.589 57.5395 123.148 48.5783 128.559C39.9408 134.412 26.5852 131.632 20.8537 122.08C14.6569 112.874 17.6271 98.6988 27.7508 92.6631C37.5163 86.123 52.5039 89.3442 58.8516 100.078C59.1419 100.569 58.9793 101.203 58.4884 101.493Z" fill="#252D40"/>
10
+ <circle cx="225" cy="52" r="8" fill="#494F60" fill-opacity="0.3"/>
11
+ <circle cx="233.5" cy="34.5" r="4.5" fill="#494F60" fill-opacity="0.3"/>
12
+ <circle cx="43.5" cy="63.5" r="3.5" fill="#494F60" fill-opacity="0.3"/>
13
+ <circle cx="33.5" cy="211.5" r="7.5" fill="#494F60" fill-opacity="0.3"/>
14
+ <defs>
15
+ <clipPath id="clip0_3429_12771">
16
+ <rect x="34" y="34" width="204" height="204" rx="102" fill="white"/>
17
+ </clipPath>
18
+ </defs>
19
+ </svg>
@@ -0,0 +1,39 @@
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_10255)">
4
+ <path opacity="0.5" d="M122.64 144.538L112.605 251.62L22.5632 192.12L122.64 144.538Z" fill="url(#paint0_linear_3427_10255)"/>
5
+ <path opacity="0.5" d="M147.139 145.362L238 202.909L144.112 256.134L147.139 145.362Z" fill="url(#paint1_linear_3427_10255)"/>
6
+ <path opacity="0.5" d="M142.605 133.581L221.46 60.4418L248.926 164.813L142.605 133.581Z" fill="url(#paint2_linear_3427_10255)"/>
7
+ <path opacity="0.5" d="M130.384 131.523L78.9823 27.9461L198.624 34.1298L130.384 131.523Z" fill="url(#paint3_linear_3427_10255)"/>
8
+ <path opacity="0.5" d="M119.614 139.213L12.8465 152.178L51.839 51.5433L119.614 139.213Z" fill="url(#paint4_linear_3427_10255)"/>
9
+ <path d="M126.327 80.5213C129.263 74.5785 137.737 74.5785 140.673 80.5212L153.424 106.337C154.589 108.695 156.838 110.33 159.441 110.71L187.961 114.876C194.522 115.834 197.136 123.9 192.384 128.525L171.767 148.592C169.878 150.431 169.016 153.081 169.462 155.678L174.327 184.025C175.449 190.56 168.59 195.544 162.721 192.46L137.222 179.059C134.892 177.834 132.108 177.834 129.778 179.059L104.279 192.46C98.4098 195.544 91.5512 190.56 92.6728 184.025L97.5378 155.678C97.9836 153.081 97.1216 150.431 95.233 148.592L74.6157 128.525C69.8642 123.9 72.4783 115.834 79.0393 114.876L107.559 110.71C110.162 110.33 112.411 108.695 113.576 106.337L126.327 80.5213Z" fill="#D6DCE8"/>
10
+ </g>
11
+ <path d="M165.257 70.3544C165.887 67.7731 169.558 67.7731 170.187 70.3544L170.239 70.5671C170.436 71.3733 171.083 72.0007 171.892 72.1829C174.173 72.696 174.213 75.977 171.92 76.4355C171.091 76.6013 170.435 77.2345 170.239 78.0569L170.185 78.2851C169.567 80.8782 165.878 80.8782 165.26 78.2851L165.206 78.0569C165.01 77.2345 164.353 76.6013 163.524 76.4355C161.232 75.977 161.272 72.696 163.553 72.1829C164.362 72.0007 165.009 71.3733 165.206 70.5671L165.257 70.3544Z" fill="#8591AE"/>
12
+ <path d="M66.1006 171.072C66.9371 167.642 71.8139 167.642 72.6504 171.072L72.7193 171.354C72.9805 172.425 73.84 173.259 74.9155 173.501C77.9455 174.183 77.9982 178.542 74.9528 179.151C73.8514 179.371 72.9791 180.212 72.7189 181.305L72.6467 181.608C71.8265 185.053 66.9245 185.053 66.1043 181.608L66.0321 181.305C65.7719 180.212 64.8995 179.371 63.7982 179.151C60.7528 178.542 60.8055 174.183 63.8355 173.501C64.911 173.259 65.7704 172.425 66.0317 171.354L66.1006 171.072Z" fill="#8591AE"/>
13
+ <path d="M193.636 155.919C194.265 153.338 197.936 153.338 198.566 155.919L198.617 156.132C198.814 156.938 199.461 157.565 200.27 157.747C202.551 158.26 202.591 161.541 200.299 162C199.47 162.166 198.813 162.799 198.617 163.621L198.563 163.85C197.945 166.443 194.256 166.443 193.638 163.85L193.584 163.621C193.388 162.799 192.732 162.166 191.903 162C189.61 161.541 189.65 158.26 191.931 157.747C192.74 157.565 193.387 156.938 193.584 156.132L193.636 155.919Z" fill="#8591AE"/>
14
+ <defs>
15
+ <linearGradient id="paint0_linear_3427_10255" x1="71.9945" y1="211.896" x2="104.641" y2="169.853" gradientUnits="userSpaceOnUse">
16
+ <stop stop-color="#252D40"/>
17
+ <stop offset="1" stop-color="#3D465C"/>
18
+ </linearGradient>
19
+ <linearGradient id="paint1_linear_3427_10255" x1="184.17" y1="221.064" x2="161.527" y2="172.891" gradientUnits="userSpaceOnUse">
20
+ <stop stop-color="#252D40"/>
21
+ <stop offset="1" stop-color="#3D465C"/>
22
+ </linearGradient>
23
+ <linearGradient id="paint2_linear_3427_10255" x1="225.257" y1="117.123" x2="172.897" y2="126.705" gradientUnits="userSpaceOnUse">
24
+ <stop stop-color="#252D40"/>
25
+ <stop offset="1" stop-color="#3D465C"/>
26
+ </linearGradient>
27
+ <linearGradient id="paint3_linear_3427_10255" x1="140.161" y1="42.6202" x2="133.056" y2="98.7471" gradientUnits="userSpaceOnUse">
28
+ <stop stop-color="#252D40"/>
29
+ <stop offset="1" stop-color="#3D465C"/>
30
+ </linearGradient>
31
+ <linearGradient id="paint4_linear_3427_10255" x1="43.0271" y1="104.049" x2="91.05" y2="127.009" gradientUnits="userSpaceOnUse">
32
+ <stop stop-color="#252D40"/>
33
+ <stop offset="1" stop-color="#3D465C"/>
34
+ </linearGradient>
35
+ <clipPath id="clip0_3427_10255">
36
+ <rect x="34" y="34" width="204" height="204" rx="102" fill="white"/>
37
+ </clipPath>
38
+ </defs>
39
+ </svg>
@@ -0,0 +1,102 @@
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="39" cy="65" r="8" fill="#494F60" fill-opacity="0.3"/>
4
+ <circle cx="47.5" cy="47.5" r="4.5" fill="#494F60" fill-opacity="0.3"/>
5
+ <circle cx="236.965" cy="196.648" r="7.5" fill="#494F60" fill-opacity="0.3"/>
6
+ <g filter="url(#filter0_d_3427_12054)">
7
+ <path d="M67.7854 195.968L133.544 215.736V131.421L67.7854 110.039V195.968Z" fill="#252D40"/>
8
+ <path d="M133.543 215.739L197.463 196.431V110.502L133.543 131.424V215.739Z" fill="#3D465C"/>
9
+ </g>
10
+ <path opacity="0.57" d="M148.437 182.299L197.463 164.707V110.502L133.544 131.424L148.437 182.299Z" fill="url(#paint0_linear_3427_12054)"/>
11
+ <path d="M133.393 90.8887L67.8357 110.092L133.559 131.476L133.393 90.8887Z" fill="#CBD2E2"/>
12
+ <path d="M133.393 90.8887L197.588 110.603L133.559 131.472L133.393 90.8887Z" fill="#8591AE"/>
13
+ <g filter="url(#filter1_d_3427_12054)">
14
+ <path d="M107.488 111.063L122.236 105.311C123.768 104.708 125.457 104.691 126.933 105.262C128.408 105.834 129.548 106.947 130.103 108.357L135.971 124.654C136.526 126.064 136.449 127.656 135.758 129.079C135.067 130.503 133.818 131.641 132.286 132.243L117.538 137.995C116.006 138.597 114.317 138.615 112.841 138.043C111.366 137.472 110.226 136.359 109.671 134.948L103.803 118.652C103.248 117.242 103.325 115.65 104.016 114.226C104.707 112.803 105.956 111.665 107.488 111.063Z" fill="#252D40"/>
15
+ <path d="M122.782 118.116C122.782 120.668 120.712 122.737 118.16 122.737C115.607 122.737 113.538 120.668 113.538 118.116C113.538 115.563 115.607 113.494 118.16 113.494C120.712 113.494 122.782 115.563 122.782 118.116Z" stroke="#CBD2E2" stroke-width="2"/>
16
+ <path d="M125.511 125.466L121.763 121.719L125.511 125.466Z" fill="#CBD2E2"/>
17
+ <path d="M125.511 125.466L121.763 121.719" stroke="#CBD2E2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
18
+ </g>
19
+ <path d="M133.554 131.422L68.0756 110.271L39.4224 130.042L109.637 153.541L133.554 131.422Z" fill="#3D465C"/>
20
+ <g filter="url(#filter2_d_3427_12054)">
21
+ <path d="M89.768 72.983L113.105 68.4235C114.726 68.14 116.385 68.4612 117.716 69.3163C119.048 70.1715 119.942 71.4906 120.203 72.9835L123.994 95.1616C124.255 96.6545 123.861 98.1988 122.899 99.4549C121.937 100.711 120.485 101.576 118.864 101.859L95.527 106.419C93.9054 106.702 92.2466 106.381 90.9154 105.526C89.5842 104.671 88.6897 103.352 88.4287 101.859L84.638 79.6809C84.377 78.188 84.7708 76.6437 85.7329 75.3876C86.695 74.1315 88.1464 73.2665 89.768 72.983Z" fill="#252D40"/>
22
+ <path d="M98.4344 81.6516L107.927 79.9452C111.316 79.336 114.556 81.5891 115.165 84.9776C115.775 88.366 113.521 91.6067 110.133 92.2158L100.64 93.9223C97.2518 94.5314 94.0112 92.2783 93.402 88.8899C92.7929 85.5014 95.046 82.2608 98.4344 81.6516Z" stroke="#CBD2E2" stroke-width="2"/>
23
+ <path d="M110.911 85.7432C111.098 86.7821 110.407 87.7756 109.368 87.9624C108.329 88.1492 107.336 87.4584 107.149 86.4195C106.962 85.3806 107.653 84.387 108.692 84.2003C109.731 84.0135 110.724 84.7043 110.911 85.7432Z" fill="#CBD2E2" stroke="#CBD2E2"/>
24
+ </g>
25
+ <g filter="url(#filter3_d_3427_12054)">
26
+ <path d="M128.699 57.7942L149.569 54.2015C151.195 53.9422 152.849 54.2877 154.167 55.1628C155.485 56.038 156.36 57.3696 156.599 58.8666L160.659 80.0183C160.898 81.5153 160.481 83.0529 159.501 84.2948C158.52 85.5368 157.056 86.3797 155.43 86.6391L134.559 90.2317C132.934 90.4911 131.28 90.1456 129.962 89.2704C128.643 88.3953 127.769 87.0637 127.53 85.5667L123.47 64.415C123.231 62.918 123.648 61.3804 124.628 60.1384C125.609 58.8965 127.073 58.0535 128.699 57.7942Z" fill="#252D40"/>
27
+ <path d="M137.485 69.1191L142.59 81.3714L144.428 76.0621L149.737 74.2242L137.485 69.1191Z" stroke="#CBD2E2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
28
+ <path d="M135.647 62.1777L136.464 65.1387L135.647 62.1777Z" fill="#CBD2E2"/>
29
+ <path d="M135.647 62.1777L136.464 65.1387" stroke="#CBD2E2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
30
+ <path d="M133.503 68.1L130.542 67.2832L133.503 68.1Z" fill="#CBD2E2"/>
31
+ <path d="M133.503 68.1L130.542 67.2832" stroke="#CBD2E2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
32
+ <path d="M142.59 64.1172L140.548 66.0571L142.59 64.1172Z" fill="#CBD2E2"/>
33
+ <path d="M142.59 64.1172L140.548 66.0571" stroke="#CBD2E2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
34
+ <path d="M134.422 72.1816L132.482 74.2237L134.422 72.1816Z" fill="#CBD2E2"/>
35
+ <path d="M134.422 72.1816L132.482 74.2237" stroke="#CBD2E2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
36
+ </g>
37
+ <g filter="url(#filter4_d_3427_12054)">
38
+ <path d="M146.071 92.207L183.469 98.1689C185.098 98.4029 186.576 99.2233 187.575 100.45C188.575 101.676 189.016 103.207 188.801 104.708L186.843 117.928C186.627 119.428 185.774 120.774 184.469 121.669C183.164 122.564 181.516 122.936 179.887 122.702L142.488 116.74C140.859 116.506 139.382 115.686 138.382 114.459C137.382 113.233 136.941 111.701 137.157 110.201L139.114 96.981C139.33 95.4808 140.184 94.1351 141.488 93.2398C142.793 92.3445 144.441 91.973 146.071 92.207Z" fill="#252D40"/>
39
+ <path d="M161.47 103.832L173.579 105.701" stroke="#CBD2E2" stroke-width="2" stroke-linecap="round"/>
40
+ <path d="M160.591 109.531L179.822 112.499" stroke="#CBD2E2" stroke-width="2" stroke-linecap="round"/>
41
+ <g clip-path="url(#clip0_3427_12054)">
42
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M149.356 96.939C149.511 96.9012 149.732 96.8757 149.968 96.9357L152.774 97.6475C152.923 97.6852 153.051 97.75 153.153 97.8199C153.69 98.1864 153.692 98.7638 153.674 98.9983C153.664 99.1237 153.642 99.2439 153.628 99.3161L153.627 99.3218C153.61 99.4124 153.605 99.4451 153.602 99.4685L153.507 100.466C153.65 100.595 153.798 100.735 153.942 100.885L155.415 100.689L155.442 100.687C156.03 100.644 156.471 100.937 156.689 101.303L156.751 101.407L157.57 104.36L157.576 104.385C157.618 104.578 157.636 104.845 157.525 105.129C157.41 105.422 157.2 105.626 156.978 105.758L156.937 105.783L155.589 106.404C155.567 106.512 155.542 106.611 155.519 106.698C155.515 106.713 155.512 106.728 155.508 106.742C155.482 106.844 155.452 106.938 155.422 107.02L156.368 108.11C156.677 108.422 156.711 108.819 156.675 109.072C156.639 109.339 156.518 109.582 156.36 109.765L156.344 109.784L154.312 111.89C154.069 112.155 153.75 112.259 153.494 112.278C153.241 112.297 152.917 112.242 152.641 112.024L151.48 111.18C151.282 111.243 151.086 111.295 150.898 111.34L150.352 112.628C150.204 113.051 149.841 113.242 149.679 113.309C149.477 113.394 149.174 113.461 148.858 113.381L146.052 112.669C145.511 112.532 144.973 111.992 145.099 111.288L145.232 109.903C145.088 109.774 144.94 109.635 144.797 109.485L143.323 109.68L143.296 109.682C142.708 109.726 142.267 109.432 142.049 109.066L141.987 108.962L141.168 106.009L141.163 105.985C141.12 105.792 141.102 105.524 141.213 105.24C141.328 104.947 141.538 104.743 141.761 104.611L141.801 104.587L143.149 103.965C143.171 103.857 143.197 103.758 143.219 103.671C143.223 103.656 143.227 103.642 143.23 103.627C143.259 103.514 143.293 103.412 143.326 103.325L142.42 102.185L142.389 102.133C142.267 101.927 142.192 101.69 142.175 101.462C142.167 101.348 142.17 101.194 142.218 101.029C142.255 100.902 142.339 100.706 142.521 100.544L144.592 98.3981L144.696 98.3361C144.839 98.2509 145.064 98.1388 145.35 98.1178C145.661 98.0949 145.94 98.1861 146.174 98.3362L146.202 98.354L147.34 99.2071C147.517 99.1429 147.713 99.0771 147.917 99.0246L148.437 97.7788C148.437 97.7788 148.438 97.7768 148.441 97.7698L148.452 97.7396C148.462 97.7154 148.48 97.6694 148.503 97.6187C148.55 97.5187 148.647 97.3398 148.838 97.1885C149.006 97.0548 149.194 96.9784 149.356 96.939ZM149.971 98.8032L149.183 100.689L148.629 100.73C148.404 100.746 148.211 100.817 147.872 100.942C147.763 100.982 147.639 101.028 147.493 101.08L147.037 101.241L145.485 100.078L144.154 101.458L145.342 102.954L145.232 103.389C145.189 103.558 145.122 103.716 145.082 103.809C145.078 103.818 145.074 103.827 145.071 103.835C145.026 103.94 145.001 104.004 144.984 104.072C144.905 104.384 144.898 104.448 144.902 104.503L144.948 105.128L143.045 106.006L143.55 107.825L145.565 107.557L145.884 107.977C146.095 108.257 146.385 108.512 146.768 108.842L147.122 109.148L146.942 111.028L148.858 111.514L149.596 109.776L150.053 109.676C150.546 109.568 150.923 109.482 151.243 109.337L151.723 109.119L153.338 110.293L154.669 108.914L153.39 107.439L153.506 106.981C153.549 106.811 153.617 106.653 153.656 106.561C153.66 106.551 153.664 106.542 153.667 106.534C153.712 106.429 153.737 106.365 153.754 106.297C153.833 105.985 153.841 105.922 153.837 105.866L153.791 105.241L155.693 104.363L155.188 102.545L153.173 102.812L152.855 102.392C152.643 102.112 152.353 101.857 151.97 101.527L151.616 101.221L151.801 99.2954C151.802 99.2864 151.803 99.2773 151.804 99.2682L149.971 98.8032Z" fill="#CBD2E2"/>
43
+ <circle cx="149.449" cy="105.057" r="1.5" transform="rotate(14.2328 149.449 105.057)" fill="#CBD2E2" stroke="#CBD2E2"/>
44
+ </g>
45
+ </g>
46
+ <path d="M197.593 110.6L133.544 131.431L157.453 154.73L229.465 131.771L197.593 110.6Z" fill="#252D40"/>
47
+ <circle cx="33.5" cy="183.5" r="3.5" fill="#494F60" fill-opacity="0.3"/>
48
+ <defs>
49
+ <filter id="filter0_d_3427_12054" x="51.7854" y="102.039" width="161.677" height="137.699" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
50
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
51
+ <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"/>
52
+ <feOffset dy="8"/>
53
+ <feGaussianBlur stdDeviation="8"/>
54
+ <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"/>
55
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3427_12054"/>
56
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3427_12054" result="shape"/>
57
+ </filter>
58
+ <filter id="filter1_d_3427_12054" x="87.4358" y="96.8457" width="64.9023" height="65.6133" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
59
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
60
+ <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"/>
61
+ <feOffset dy="8"/>
62
+ <feGaussianBlur stdDeviation="8"/>
63
+ <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"/>
64
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3427_12054"/>
65
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3427_12054" result="shape"/>
66
+ </filter>
67
+ <filter id="filter2_d_3427_12054" x="68.5593" y="60.3223" width="71.5132" height="70.1973" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
68
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
69
+ <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"/>
70
+ <feOffset dy="8"/>
71
+ <feGaussianBlur stdDeviation="8"/>
72
+ <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"/>
73
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3427_12054"/>
74
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3427_12054" result="shape"/>
75
+ </filter>
76
+ <filter id="filter3_d_3427_12054" x="107.404" y="46.1172" width="69.3213" height="68.1992" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
77
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
78
+ <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"/>
79
+ <feOffset dy="8"/>
80
+ <feGaussianBlur stdDeviation="8"/>
81
+ <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"/>
82
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3427_12054"/>
83
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3427_12054" result="shape"/>
84
+ </filter>
85
+ <filter id="filter4_d_3427_12054" x="121.103" y="84.1387" width="83.7507" height="62.6309" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
86
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
87
+ <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"/>
88
+ <feOffset dy="8"/>
89
+ <feGaussianBlur stdDeviation="8"/>
90
+ <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"/>
91
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3427_12054"/>
92
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3427_12054" result="shape"/>
93
+ </filter>
94
+ <linearGradient id="paint0_linear_3427_12054" x1="159.687" y1="119.877" x2="178.166" y2="182.299" gradientUnits="userSpaceOnUse">
95
+ <stop stop-color="#3D465C"/>
96
+ <stop offset="0.730669" stop-color="#3D465C"/>
97
+ </linearGradient>
98
+ <clipPath id="clip0_3427_12054">
99
+ <rect width="20" height="20" fill="white" transform="translate(142.214 92.9062) rotate(14.2328)"/>
100
+ </clipPath>
101
+ </defs>
102
+ </svg>
@@ -0,0 +1,92 @@
1
+ <svg width="272" height="272" viewBox="0 0 272 272" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3420_11709)">
3
+ <circle cx="136" cy="136" r="102" fill="#494F60" fill-opacity="0.3"/>
4
+ <g clip-path="url(#clip1_3420_11709)">
5
+ <path d="M124.842 239.908C127.091 235.809 121.51 232.823 119.397 232.142C119.547 231.884 119.672 231.62 119.771 231.352C120.18 230.204 120.13 229.007 119.627 227.876C119.123 226.744 118.182 225.714 116.892 224.884C115.603 224.054 114.008 223.451 112.259 223.132C110.51 222.813 107.356 222.859 105.589 223.132L102.782 180.127H97.0137L93.1311 219.456C88.8172 217.915 85.2925 222.745 86.6465 225.111C85.3102 225.246 84.0444 225.589 82.9577 226.111C81.871 226.633 80.9959 227.318 80.4076 228.107C80.0379 228.622 79.9825 229.713 80.3013 230.947C72.9253 232.142 68.73 239.908 76.5962 243.324C88.2783 248.398 118.101 252.195 124.842 239.908Z" fill="#D6DCE8"/>
6
+ <path d="M196.475 243.781C198.724 239.682 193.144 236.696 191.03 236.015C191.18 235.757 191.305 235.493 191.405 235.225C191.814 234.077 191.764 232.88 191.26 231.749C190.756 230.617 189.815 229.587 188.526 228.757C187.237 227.927 185.642 227.324 183.892 227.005C182.143 226.686 178.865 226.732 177.097 227.005L173.985 184H168.647L163.798 223.357C159.963 223.738 156.926 226.618 158.28 228.984C156.944 229.119 155.678 229.462 154.591 229.984C153.505 230.506 152.629 231.191 152.041 231.98C151.671 232.495 151.616 233.586 151.935 234.82C144.559 236.015 140.364 243.781 148.23 247.197C159.912 252.271 189.735 256.068 196.475 243.781Z" fill="#D6DCE8"/>
7
+ <path d="M162.216 244.168C162.15 241.525 162.041 238.738 160.575 236.487C159.11 234.236 155.777 232.849 153.425 234.278C154.316 233.317 154.858 232.11 154.969 230.835C155.081 229.561 154.757 228.286 154.046 227.199C153.334 226.112 152.273 225.27 151.017 224.797C149.762 224.325 148.379 224.246 147.073 224.574C147.008 221.402 143.449 200.446 141.704 181.5H130.651C128.906 200.116 124.506 219.998 124.441 223.091C123.131 222.757 121.743 222.831 120.482 223.303C119.221 223.776 118.154 224.621 117.441 225.713C116.728 226.805 116.406 228.086 116.524 229.365C116.641 230.644 117.192 231.853 118.093 232.812C115.742 231.383 110.829 231.315 108.008 234.278C105.188 237.241 105.035 242.718 106.522 246.519C100.08 247.945 92.581 265.172 103.669 274.356H167.831C178.825 265.352 176.885 248.895 162.216 244.168Z" fill="#D6DCE8"/>
8
+ <path d="M161.212 268.5C163.469 262.5 157.869 258.129 155.748 257.133C155.898 256.755 156.023 256.369 156.123 255.976C156.534 254.296 156.484 252.545 155.978 250.888C155.473 249.232 154.528 247.725 153.234 246.51C151.94 245.295 150.339 244.412 148.584 243.945C146.828 243.479 144.975 243.443 143.201 243.843L139.072 181H133.283L128.054 238.511C124.205 239.068 121.519 243.378 122.878 246.842C121.537 247.039 120.267 247.542 119.176 248.305C118.085 249.069 117.207 250.072 116.617 251.227C116.245 251.981 116.19 253.577 116.51 255.384C109.107 257.133 104.897 268.5 112.791 273.5C124.516 280.926 154.447 286.483 161.212 268.5Z" fill="#3D465C"/>
9
+ </g>
10
+ <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"/>
11
+ <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"/>
12
+ <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"/>
13
+ <path d="M157.159 222H114.532C113.248 222 112.403 220.662 112.955 219.503L132.996 177.389C133.611 176.097 135.435 176.053 136.112 177.314L158.698 219.428C159.322 220.591 158.479 222 157.159 222Z" fill="url(#paint0_linear_3420_11709)"/>
14
+ <path d="M106.745 218.508H92.1798C90.8826 218.508 90.0383 217.144 90.6172 215.983L97.4652 202.25C98.0904 200.996 99.8636 200.952 100.55 202.174L108.268 215.907C108.922 217.071 108.081 218.508 106.745 218.508Z" fill="url(#paint1_linear_3420_11709)"/>
15
+ <path d="M177.756 216.762H163.19C161.893 216.762 161.049 215.398 161.627 214.237L168.475 200.504C169.101 199.25 170.874 199.206 171.56 200.427L179.278 214.161C179.932 215.325 179.091 216.762 177.756 216.762Z" fill="url(#paint2_linear_3420_11709)"/>
16
+ <path d="M90.2308 210.359H110.021C111.628 210.359 112.931 209.056 112.931 207.449V72.6909C112.931 72.1295 112.768 71.58 112.463 71.1088L102.292 55.4044C101.129 53.6079 98.4893 53.6397 97.3694 55.4637L87.7507 71.1302C87.4694 71.5883 87.3206 72.1153 87.3206 72.6529V207.449C87.3206 209.056 88.6235 210.359 90.2308 210.359Z" fill="url(#paint3_linear_3420_11709)"/>
17
+ <path d="M160.077 210.359H182.777C184.384 210.359 185.687 209.056 185.687 207.449V72.7374C185.687 72.1472 185.508 71.5709 185.173 71.085L174.146 55.0984C173.007 53.4473 170.579 53.4161 169.398 55.0374L157.725 71.0652C157.362 71.563 157.167 72.1628 157.167 72.7786V207.449C157.167 209.056 158.47 210.359 160.077 210.359Z" fill="url(#paint4_linear_3420_11709)"/>
18
+ <path d="M119.915 210.359H151.346C157.775 210.359 162.987 205.147 162.987 198.718V55.0491C162.987 53.2518 162.571 51.4789 161.771 49.8693L145.354 16.8277C140.996 8.05625 128.414 8.25988 124.342 17.1677L109.328 50.0113C108.634 51.5303 108.274 53.1809 108.274 54.8511V198.718C108.274 205.147 113.486 210.359 119.915 210.359Z" fill="url(#paint5_linear_3420_11709)"/>
19
+ <g filter="url(#filter0_d_3420_11709)">
20
+ <path d="M94.5962 153.903C84.3521 163.448 79.6569 172.043 78.5898 175.147V199.303C82.2762 199.206 93.3157 199.885 107.983 203.377C122.651 206.869 128.84 204.832 130.101 203.377V89.5859C129.519 89.877 127.715 91.0411 125.154 93.3693C121.953 96.2795 119.042 103.264 117.296 121.308C115.55 139.351 107.401 141.971 94.5962 153.903Z" fill="#D6DCE8"/>
21
+ </g>
22
+ <g filter="url(#filter1_d_3420_11709)">
23
+ <path d="M176.756 153.67C186.942 163.225 191.611 171.828 192.672 174.935V199.113C189.006 199.016 178.029 199.695 163.444 203.191C148.86 206.687 142.705 204.647 141.451 203.191V89.293C142.03 89.5843 143.824 90.7495 146.371 93.0799C149.554 95.9929 152.448 102.984 154.184 121.045C155.92 139.105 164.023 141.727 176.756 153.67Z" fill="#D6DCE8"/>
24
+ </g>
25
+ <g filter="url(#filter2_d_3420_11709)">
26
+ <path d="M122.535 79.6623V190.571C122.535 192.821 124.359 194.645 126.609 194.645H145.235C147.485 194.645 149.309 192.821 149.309 190.571V79.8214C149.309 79.173 149.154 78.534 148.858 77.9574L138.607 58.0331C137.026 54.9613 132.58 55.1267 131.232 58.3076L122.858 78.0728C122.644 78.5756 122.535 79.1162 122.535 79.6623Z" fill="#D6DCE8"/>
27
+ <path d="M131.239 58.259L128.064 65.7212H142.615L138.606 57.9802C137.021 54.9197 132.588 55.0875 131.239 58.259Z" fill="#8591AE"/>
28
+ <path d="M119.333 184.462V205.997H154.839V184.462L139.705 166.127H135.631L119.333 184.462Z" fill="#D6DCE8"/>
29
+ <path d="M135.34 168.164C135.34 167.039 136.252 166.127 137.377 166.127C138.502 166.127 139.414 167.039 139.414 168.164V206.003H135.34V168.164Z" fill="#3D465C"/>
30
+ <path d="M142.906 86.094H128.646C129.034 84.0568 131.033 79.9824 135.922 79.9824C140.811 79.9824 142.615 84.0568 142.906 86.094Z" fill="#3D465C"/>
31
+ </g>
32
+ </g>
33
+ <defs>
34
+ <filter id="filter0_d_3420_11709" x="59.9642" y="84.9295" width="88.7627" height="152.97" 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="13.9692"/>
38
+ <feGaussianBlur stdDeviation="9.31281"/>
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.24 0"/>
40
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3420_11709"/>
41
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3420_11709" result="shape"/>
42
+ </filter>
43
+ <filter id="filter1_d_3420_11709" x="122.826" y="84.6366" width="88.4717" height="153.079" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
44
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
45
+ <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"/>
46
+ <feOffset dy="13.9692"/>
47
+ <feGaussianBlur stdDeviation="9.31281"/>
48
+ <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"/>
49
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3420_11709"/>
50
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3420_11709" result="shape"/>
51
+ </filter>
52
+ <filter id="filter2_d_3420_11709" x="110.021" y="51.1229" width="54.1308" height="168.85" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
53
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
54
+ <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"/>
55
+ <feOffset dy="4.65641"/>
56
+ <feGaussianBlur stdDeviation="4.65641"/>
57
+ <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"/>
58
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3420_11709"/>
59
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3420_11709" result="shape"/>
60
+ </filter>
61
+ <linearGradient id="paint0_linear_3420_11709" x1="120.027" y1="198.136" x2="151.817" y2="198.136" gradientUnits="userSpaceOnUse">
62
+ <stop stop-color="#3D465C"/>
63
+ <stop offset="1" stop-color="#8591AE"/>
64
+ </linearGradient>
65
+ <linearGradient id="paint1_linear_3420_11709" x1="92.841" y1="208.905" x2="106.247" y2="208.905" gradientUnits="userSpaceOnUse">
66
+ <stop stop-color="#3D465C"/>
67
+ <stop offset="1" stop-color="#8591AE"/>
68
+ </linearGradient>
69
+ <linearGradient id="paint2_linear_3420_11709" x1="163.851" y1="207.159" x2="177.257" y2="207.159" gradientUnits="userSpaceOnUse">
70
+ <stop stop-color="#3D465C"/>
71
+ <stop offset="1" stop-color="#8591AE"/>
72
+ </linearGradient>
73
+ <linearGradient id="paint3_linear_3420_11709" x1="91.6992" y1="130.945" x2="108.552" y2="130.945" gradientUnits="userSpaceOnUse">
74
+ <stop stop-color="#3D465C"/>
75
+ <stop offset="1" stop-color="#8591AE"/>
76
+ </linearGradient>
77
+ <linearGradient id="paint4_linear_3420_11709" x1="162.043" y1="131.039" x2="180.811" y2="131.039" gradientUnits="userSpaceOnUse">
78
+ <stop stop-color="#3D465C"/>
79
+ <stop offset="1" stop-color="#8591AE"/>
80
+ </linearGradient>
81
+ <linearGradient id="paint5_linear_3420_11709" x1="117.629" y1="102.662" x2="153.633" y2="102.662" gradientUnits="userSpaceOnUse">
82
+ <stop stop-color="#3D465C"/>
83
+ <stop offset="1" stop-color="#8591AE"/>
84
+ </linearGradient>
85
+ <clipPath id="clip0_3420_11709">
86
+ <rect width="272" height="272" fill="white"/>
87
+ </clipPath>
88
+ <clipPath id="clip1_3420_11709">
89
+ <rect x="34" y="34" width="204" height="204" rx="102" fill="white"/>
90
+ </clipPath>
91
+ </defs>
92
+ </svg>
@@ -0,0 +1,21 @@
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="M62.8266 82.7522V142.702H209.192V94.6388C209.192 88.0236 204.001 87.0589 201.406 87.4034H119.4L113.172 75H69.0549C63.657 75 62.6535 80.1681 62.8266 82.7522Z" fill="#3D465C"/>
4
+ <g filter="url(#filter0_d_3429_12020)">
5
+ <path d="M50.3416 129.825L61.2491 189.425C62.4956 194.815 67.6551 196.508 70.0789 196.681H200.968C207.617 196.681 209.971 190.462 210.318 187.352C213.434 168.004 220.083 127.13 221.745 118.423C223.407 109.716 216.551 107.194 212.915 107.021H141.757L133.965 119.46H61.2491C50.03 119.46 49.3028 126.37 50.3416 129.825Z" fill="#D6DCE8"/>
6
+ </g>
7
+ <path d="M143.033 55.9798C144.153 51.3869 150.684 51.3869 151.804 55.9798L151.956 56.6021C152.311 58.0555 153.477 59.1868 154.937 59.5152C159.048 60.4403 159.12 66.3555 154.987 67.182C153.493 67.481 152.309 68.6225 151.956 70.1052L151.81 70.7161C150.709 75.3411 144.128 75.3411 143.027 70.7161L142.882 70.1052C142.529 68.6225 141.345 67.481 139.85 67.182C135.718 66.3555 135.789 60.4403 139.901 59.5152C141.36 59.1868 142.527 58.0555 142.881 56.6021L143.033 55.9798Z" fill="#3D465C"/>
8
+ <path d="M120.528 43.5206C121.254 40.5421 125.49 40.5421 126.216 43.5206L126.276 43.766C126.503 44.6961 127.249 45.4201 128.183 45.6303C130.815 46.2224 130.861 50.0082 128.216 50.5371C127.259 50.7284 126.502 51.459 126.276 52.408L126.213 52.6713C125.501 55.6633 121.243 55.6633 120.531 52.6713L120.468 52.408C120.242 51.459 119.485 50.7284 118.528 50.5371C115.883 50.0082 115.929 46.2224 118.561 45.6303C119.495 45.4201 120.241 44.6961 120.468 43.766L120.528 43.5206Z" fill="#3D465C"/>
9
+ <path d="M143.551 27.6612C144.278 24.6827 148.513 24.6827 149.239 27.6612L149.299 27.9066C149.526 28.8368 150.273 29.5608 151.207 29.7709C153.838 30.363 153.884 34.1488 151.239 34.6778C150.283 34.8691 149.525 35.5997 149.299 36.5486L149.236 36.8119C148.524 39.8039 144.267 39.8039 143.554 36.8119L143.492 36.5486C143.266 35.5997 142.508 34.8691 141.551 34.6778C138.907 34.1488 138.952 30.363 141.584 29.7709C142.518 29.5608 143.264 28.8368 143.491 27.9066L143.551 27.6612Z" fill="#3D465C"/>
10
+ <defs>
11
+ <filter id="filter0_d_3429_12020" x="35.3617" y="99.7023" width="201.277" height="118.937" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
12
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
13
+ <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"/>
14
+ <feOffset dy="7.31915"/>
15
+ <feGaussianBlur stdDeviation="7.31915"/>
16
+ <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"/>
17
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3429_12020"/>
18
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3429_12020" result="shape"/>
19
+ </filter>
20
+ </defs>
21
+ </svg>
@@ -0,0 +1,17 @@
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_10425)">
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 fill-rule="evenodd" clip-rule="evenodd" d="M171.8 165.4C171.8 182.189 158.189 195.8 141.4 195.8C124.611 195.8 111 182.189 111 165.4C111 148.611 124.611 135 141.4 135C158.189 135 171.8 148.611 171.8 165.4ZM148.283 153.747C149.65 152.38 151.866 152.38 153.233 153.747C154.6 155.114 154.6 157.33 153.233 158.697L146.395 165.535L152.963 172.104C154.33 173.471 154.33 175.687 152.963 177.053C151.597 178.42 149.38 178.42 148.014 177.053L141.445 170.485L134.876 177.053C133.509 178.42 131.293 178.42 129.927 177.053C128.56 175.686 128.56 173.47 129.927 172.103L136.495 165.535L129.657 158.697C128.29 157.33 128.29 155.114 129.657 153.747C131.024 152.38 133.24 152.38 134.607 153.747L141.445 160.585L148.283 153.747Z" fill="#E26264"/>
6
+ <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"/>
7
+ </g>
8
+ <circle cx="225" cy="52" r="8" fill="#494F60" fill-opacity="0.3"/>
9
+ <circle cx="233.5" cy="34.5" r="4.5" fill="#494F60" fill-opacity="0.3"/>
10
+ <circle cx="43.5" cy="63.5" r="3.5" fill="#494F60" fill-opacity="0.3"/>
11
+ <circle cx="33.5" cy="211.5" r="7.5" fill="#494F60" fill-opacity="0.3"/>
12
+ <defs>
13
+ <clipPath id="clip0_3413_10425">
14
+ <rect x="34" y="34" width="204" height="204" rx="102" fill="white"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>