@reapit/elements 5.0.0-beta.1 → 5.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (396) hide show
  1. package/dist/cjs/components/accordion/accordion.d.ts +2 -1
  2. package/dist/cjs/components/accordion/accordion.stories.d.ts +8 -0
  3. package/dist/cjs/components/avatar/avatar.stories.d.ts +15 -0
  4. package/dist/cjs/components/badge/badge.stories.d.ts +12 -0
  5. package/dist/cjs/components/breadcrumb/breadcrumb.stories.d.ts +12 -0
  6. package/dist/cjs/components/button/button.d.ts +0 -11
  7. package/dist/cjs/components/button/button.stories.d.ts +50 -0
  8. package/dist/cjs/components/card/__styles__/index.d.ts +0 -6
  9. package/dist/cjs/components/card/card-components.d.ts +0 -8
  10. package/dist/cjs/components/card/card.d.ts +0 -5
  11. package/dist/cjs/components/card/card.stories.d.ts +34 -0
  12. package/dist/cjs/components/chip/chip.stories.d.ts +12 -0
  13. package/dist/cjs/components/drawer/drawer.stories.d.ts +17 -0
  14. package/dist/cjs/components/file-input/file-input.stories.d.ts +11 -0
  15. package/dist/cjs/components/form-layout/form-layout.stories.d.ts +12 -0
  16. package/dist/cjs/components/grid/grid.stories.d.ts +26 -0
  17. package/dist/cjs/components/icon/__styles__/index.d.ts +0 -6
  18. package/dist/cjs/components/icon/icon-component.d.ts +2 -5
  19. package/dist/cjs/components/icon/icon.stories.d.ts +21 -0
  20. package/dist/cjs/components/input/input.stories.d.ts +67 -0
  21. package/dist/cjs/components/input-add-on/input-add-on.stories.d.ts +15 -0
  22. package/dist/cjs/components/input-error/input-error.d.ts +1 -2
  23. package/dist/cjs/components/input-error/input-error.stories.d.ts +8 -0
  24. package/dist/cjs/components/input-group/input-group.stories.d.ts +58 -0
  25. package/dist/cjs/components/key-value-list/key-value-list.stories.d.ts +12 -0
  26. package/dist/cjs/components/label/label.stories.d.ts +9 -0
  27. package/dist/cjs/components/layout/__styles__/index.d.ts +0 -1
  28. package/dist/cjs/components/layout/layout.d.ts +0 -1
  29. package/dist/cjs/components/layout/layout.stories.d.ts +33 -0
  30. package/dist/cjs/components/loader/loader.stories.d.ts +17 -0
  31. package/dist/cjs/components/mobile-controls/mobile-controls.stories.d.ts +9 -0
  32. package/dist/cjs/components/modal/modal.stories.d.ts +21 -0
  33. package/dist/cjs/components/multi-select/multi-select.stories.d.ts +15 -0
  34. package/dist/cjs/components/nav/nav-responsive.d.ts +0 -5
  35. package/dist/cjs/components/nav/nav.stories.d.ts +18 -0
  36. package/dist/cjs/components/page-header/page-header.stories.d.ts +9 -0
  37. package/dist/cjs/components/pagination/pagination.stories.d.ts +15 -0
  38. package/dist/cjs/components/persistent-notification/persistent-notification.stories.d.ts +45 -0
  39. package/dist/cjs/components/placeholder-image/images/index.d.ts +2 -2
  40. package/dist/cjs/components/placeholder-image/images/placeholder-images/placeholderLarge.d.ts +1 -1
  41. package/dist/cjs/components/placeholder-image/images/placeholder-images/placeholderSmall.d.ts +1 -1
  42. package/dist/cjs/components/placeholder-image/placeholder-image.stories.d.ts +12 -0
  43. package/dist/cjs/components/progress-bar/progress-bar.stories.d.ts +22 -0
  44. package/dist/cjs/components/searchable-dropdown/searchable-dropdown.d.ts +2 -2
  45. package/dist/cjs/components/searchable-dropdown/searchable-dropdown.stories.d.ts +25 -0
  46. package/dist/cjs/components/secondary-nav/secondary-nav.stories.d.ts +12 -0
  47. package/dist/cjs/components/select/select.stories.d.ts +12 -0
  48. package/dist/cjs/components/snack/snack.stories.d.ts +45 -0
  49. package/dist/cjs/components/snack/use-snack-hook.story-component.d.ts +1 -0
  50. package/dist/cjs/components/status-indicator/status-indicator.stories.d.ts +38 -0
  51. package/dist/cjs/components/steps/steps.stories.d.ts +24 -0
  52. package/dist/cjs/components/table/table.stories.d.ts +248 -0
  53. package/dist/cjs/components/tabs/tabs.stories.d.ts +22 -0
  54. package/dist/cjs/components/tag/tag.stories.d.ts +40 -0
  55. package/dist/cjs/components/textarea/textarea.stories.d.ts +15 -0
  56. package/dist/cjs/components/tile/tile.stories.d.ts +15 -0
  57. package/dist/cjs/components/toggle/toggle.stories.d.ts +28 -0
  58. package/dist/cjs/components/tool-tip/tooltip.stories.d.ts +12 -0
  59. package/dist/cjs/components/typography/typography.stories.d.ts +36 -0
  60. package/dist/cjs/hooks/use-media-query/media.stories.d.ts +16 -3
  61. package/dist/cjs/hooks/use-media-query/media.story-component.d.ts +2 -0
  62. package/dist/cjs/hooks/use-portal/use-portal.stories.d.ts +13 -0
  63. package/dist/cjs/icons/index.d.ts +0 -1
  64. package/dist/cjs/index.d.ts +0 -1
  65. package/dist/cjs/index.js +10 -1
  66. package/dist/cjs/index.js.map +1 -1
  67. package/dist/cjs/storybook/render-html-markup.d.ts +5 -8
  68. package/dist/cjs/styles/flexbox.stories.d.ts +116 -0
  69. package/dist/cjs/styles/theming.stories.d.ts +7 -0
  70. package/dist/cjs/styles/utilities.stories.d.ts +16 -0
  71. package/dist/esm/assets/{asset-a67729a7 → asset-5a3e61e0} +0 -1
  72. package/dist/esm/components/accordion/accordion.d.ts +2 -1
  73. package/dist/esm/components/accordion/accordion.stories.d.ts +8 -0
  74. package/dist/esm/components/avatar/avatar.stories.d.ts +15 -0
  75. package/dist/esm/components/badge/badge.stories.d.ts +12 -0
  76. package/dist/esm/components/breadcrumb/breadcrumb.stories.d.ts +12 -0
  77. package/dist/esm/components/button/button.d.ts +0 -11
  78. package/dist/esm/components/button/button.stories.d.ts +50 -0
  79. package/dist/esm/components/card/__styles__/index.d.ts +0 -6
  80. package/dist/esm/components/card/card-components.d.ts +0 -8
  81. package/dist/esm/components/card/card.d.ts +0 -5
  82. package/dist/esm/components/card/card.stories.d.ts +34 -0
  83. package/dist/esm/components/chip/chip.stories.d.ts +12 -0
  84. package/dist/esm/components/drawer/drawer.stories.d.ts +17 -0
  85. package/dist/esm/components/file-input/file-input.stories.d.ts +11 -0
  86. package/dist/esm/components/form-layout/form-layout.stories.d.ts +12 -0
  87. package/dist/esm/components/grid/grid.stories.d.ts +26 -0
  88. package/dist/esm/components/icon/__styles__/index.d.ts +0 -6
  89. package/dist/esm/components/icon/icon-component.d.ts +2 -5
  90. package/dist/esm/components/icon/icon.stories.d.ts +21 -0
  91. package/dist/esm/components/input/input.stories.d.ts +67 -0
  92. package/dist/esm/components/input-add-on/input-add-on.stories.d.ts +15 -0
  93. package/dist/esm/components/input-error/input-error.d.ts +1 -2
  94. package/dist/esm/components/input-error/input-error.stories.d.ts +8 -0
  95. package/dist/esm/components/input-group/input-group.stories.d.ts +58 -0
  96. package/dist/esm/components/key-value-list/key-value-list.stories.d.ts +12 -0
  97. package/dist/esm/components/label/label.stories.d.ts +9 -0
  98. package/dist/esm/components/layout/__styles__/index.d.ts +0 -1
  99. package/dist/esm/components/layout/layout.d.ts +0 -1
  100. package/dist/esm/components/layout/layout.stories.d.ts +33 -0
  101. package/dist/esm/components/loader/loader.stories.d.ts +17 -0
  102. package/dist/esm/components/mobile-controls/mobile-controls.stories.d.ts +9 -0
  103. package/dist/esm/components/modal/modal.stories.d.ts +21 -0
  104. package/dist/esm/components/multi-select/multi-select.stories.d.ts +15 -0
  105. package/dist/esm/components/nav/nav-responsive.d.ts +0 -5
  106. package/dist/esm/components/nav/nav.stories.d.ts +18 -0
  107. package/dist/esm/components/page-header/page-header.stories.d.ts +9 -0
  108. package/dist/esm/components/pagination/pagination.stories.d.ts +15 -0
  109. package/dist/esm/components/persistent-notification/persistent-notification.stories.d.ts +45 -0
  110. package/dist/esm/components/placeholder-image/images/index.d.ts +2 -2
  111. package/dist/esm/components/placeholder-image/images/placeholder-images/placeholderLarge.d.ts +1 -1
  112. package/dist/esm/components/placeholder-image/images/placeholder-images/placeholderSmall.d.ts +1 -1
  113. package/dist/esm/components/placeholder-image/placeholder-image.stories.d.ts +12 -0
  114. package/dist/esm/components/progress-bar/progress-bar.stories.d.ts +22 -0
  115. package/dist/esm/components/searchable-dropdown/searchable-dropdown.d.ts +2 -2
  116. package/dist/esm/components/searchable-dropdown/searchable-dropdown.stories.d.ts +25 -0
  117. package/dist/esm/components/secondary-nav/secondary-nav.stories.d.ts +12 -0
  118. package/dist/esm/components/select/select.stories.d.ts +12 -0
  119. package/dist/esm/components/snack/snack.stories.d.ts +45 -0
  120. package/dist/esm/components/snack/use-snack-hook.story-component.d.ts +1 -0
  121. package/dist/esm/components/status-indicator/status-indicator.stories.d.ts +38 -0
  122. package/dist/esm/components/steps/steps.stories.d.ts +24 -0
  123. package/dist/esm/components/table/table.stories.d.ts +248 -0
  124. package/dist/esm/components/tabs/tabs.stories.d.ts +22 -0
  125. package/dist/esm/components/tag/tag.stories.d.ts +40 -0
  126. package/dist/esm/components/textarea/textarea.stories.d.ts +15 -0
  127. package/dist/esm/components/tile/tile.stories.d.ts +15 -0
  128. package/dist/esm/components/toggle/toggle.stories.d.ts +28 -0
  129. package/dist/esm/components/tool-tip/tooltip.stories.d.ts +12 -0
  130. package/dist/esm/components/typography/typography.stories.d.ts +36 -0
  131. package/dist/esm/hooks/use-media-query/media.stories.d.ts +16 -3
  132. package/dist/esm/hooks/use-media-query/media.story-component.d.ts +2 -0
  133. package/dist/esm/hooks/use-portal/use-portal.stories.d.ts +13 -0
  134. package/dist/esm/icons/index.d.ts +0 -1
  135. package/dist/esm/index.d.ts +0 -1
  136. package/dist/esm/index.js +10 -1
  137. package/dist/esm/index.js.map +1 -1
  138. package/dist/esm/storybook/render-html-markup.d.ts +5 -8
  139. package/dist/esm/styles/flexbox.stories.d.ts +116 -0
  140. package/dist/esm/styles/theming.stories.d.ts +7 -0
  141. package/dist/esm/styles/utilities.stories.d.ts +16 -0
  142. package/dist/index.css +6 -21
  143. package/package.json +37 -44
  144. package/assets/animated-icons/docsAnimated1.svg +0 -24
  145. package/assets/animated-icons/docsAnimated2.svg +0 -17
  146. package/assets/animated-icons/webhooksAnimated1.svg +0 -14
  147. package/assets/animated-icons/webhooksAnimated2.svg +0 -14
  148. package/assets/animated-icons/webhooksDocsAnimated1.svg +0 -26
  149. package/assets/animated-icons/webhooksDocsAnimated2.svg +0 -19
  150. package/assets/animated-icons/welcomeAnimated1.svg +0 -22
  151. package/assets/animated-icons/welcomeAnimated2.svg +0 -22
  152. package/assets/infographic-icons/agencyCloudInfographic.svg +0 -13
  153. package/assets/infographic-icons/apiDocsInfographic.svg +0 -12
  154. package/assets/infographic-icons/apiInfographic.svg +0 -12
  155. package/assets/infographic-icons/appCategoryInfographic.svg +0 -10
  156. package/assets/infographic-icons/appInfographic.svg +0 -8
  157. package/assets/infographic-icons/appInfographicAlt.svg +0 -14
  158. package/assets/infographic-icons/appMarketDarkInfographic.svg +0 -22
  159. package/assets/infographic-icons/appMarketInfographic.svg +0 -22
  160. package/assets/infographic-icons/appSettingsAuthDarkInfographic.svg +0 -14
  161. package/assets/infographic-icons/appSettingsAuthInfographic.svg +0 -14
  162. package/assets/infographic-icons/appTypeInfographic.svg +0 -11
  163. package/assets/infographic-icons/applicantInfographic.svg +0 -17
  164. package/assets/infographic-icons/authenticatedInfographic.svg +0 -29
  165. package/assets/infographic-icons/barnInfographic.svg +0 -16
  166. package/assets/infographic-icons/bungalowInfographic.svg +0 -7
  167. package/assets/infographic-icons/codeInfographic.svg +0 -5
  168. package/assets/infographic-icons/cottageInfographic.svg +0 -19
  169. package/assets/infographic-icons/crmInfographic.svg +0 -15
  170. package/assets/infographic-icons/customerInfographic.svg +0 -18
  171. package/assets/infographic-icons/designInfographic.svg +0 -20
  172. package/assets/infographic-icons/developerAppsInfographic.svg +0 -35
  173. package/assets/infographic-icons/developmentInfographic.svg +0 -13
  174. package/assets/infographic-icons/devicesInfographic.svg +0 -10
  175. package/assets/infographic-icons/docsInfographic.svg +0 -20
  176. package/assets/infographic-icons/doorLockInfographic.svg +0 -7
  177. package/assets/infographic-icons/editAppCancelInfographic.svg +0 -13
  178. package/assets/infographic-icons/editAppInfographic.svg +0 -18
  179. package/assets/infographic-icons/elementsInfographic.svg +0 -16
  180. package/assets/infographic-icons/farmInfographic.svg +0 -21
  181. package/assets/infographic-icons/feedAltInfographic.svg +0 -8
  182. package/assets/infographic-icons/feedInfographic.svg +0 -8
  183. package/assets/infographic-icons/flatInfographic.svg +0 -22
  184. package/assets/infographic-icons/foundationsCustomerInfographic.svg +0 -33
  185. package/assets/infographic-icons/globeInfographic.svg +0 -20
  186. package/assets/infographic-icons/graphQlInfographic.svg +0 -10
  187. package/assets/infographic-icons/houseInfographic.svg +0 -13
  188. package/assets/infographic-icons/htmlInfographic.svg +0 -8
  189. package/assets/infographic-icons/landInfographic.svg +0 -12
  190. package/assets/infographic-icons/landlordInfographic.svg +0 -14
  191. package/assets/infographic-icons/leadGenerationInfographic.svg +0 -28
  192. package/assets/infographic-icons/listInfographic.svg +0 -14
  193. package/assets/infographic-icons/lockedInfographic.svg +0 -6
  194. package/assets/infographic-icons/logoKeyInfographic.svg +0 -8
  195. package/assets/infographic-icons/logoSettingsInfographic.svg +0 -9
  196. package/assets/infographic-icons/mailInfographic.svg +0 -4
  197. package/assets/infographic-icons/maisonetteInfographic.svg +0 -17
  198. package/assets/infographic-icons/manageAppListingInfographic.svg +0 -17
  199. package/assets/infographic-icons/manageWebhooksInfographic.svg +0 -14
  200. package/assets/infographic-icons/marketingInfographic.svg +0 -23
  201. package/assets/infographic-icons/marketplaceAppACInfographic.svg +0 -18
  202. package/assets/infographic-icons/myAppsInfographic.svg +0 -18
  203. package/assets/infographic-icons/newCustomerInfographic.svg +0 -46
  204. package/assets/infographic-icons/phoneInfographic.svg +0 -12
  205. package/assets/infographic-icons/platformApiInfographic.svg +0 -19
  206. package/assets/infographic-icons/productivityInfographic.svg +0 -16
  207. package/assets/infographic-icons/propTechInfographic.svg +0 -22
  208. package/assets/infographic-icons/propertyManagementInfographic.svg +0 -23
  209. package/assets/infographic-icons/reapitConnectInfographic.svg +0 -17
  210. package/assets/infographic-icons/reapitConnectSettingsDevicesDarkInfographic.svg +0 -30
  211. package/assets/infographic-icons/reapitConnectSettingsDevicesInfographic.svg +0 -30
  212. package/assets/infographic-icons/reapitLogoInfographic.svg +0 -12
  213. package/assets/infographic-icons/reapitLogoSmallInfographic.svg +0 -9
  214. package/assets/infographic-icons/reapitUserInfographic.svg +0 -39
  215. package/assets/infographic-icons/refreshInfographic.svg +0 -6
  216. package/assets/infographic-icons/reportInfographic.svg +0 -6
  217. package/assets/infographic-icons/reportingInfographic.svg +0 -8
  218. package/assets/infographic-icons/salesProgressionInfographic.svg +0 -22
  219. package/assets/infographic-icons/selectInfographic.svg +0 -10
  220. package/assets/infographic-icons/serverInfographic.svg +0 -5
  221. package/assets/infographic-icons/sharedEntitiesInfographic.svg +0 -32
  222. package/assets/infographic-icons/shieldInfographic.svg +0 -12
  223. package/assets/infographic-icons/userAuthInfographic.svg +0 -33
  224. package/assets/infographic-icons/userDeviceInfographic.svg +0 -34
  225. package/assets/infographic-icons/userHouseInfographic.svg +0 -10
  226. package/assets/infographic-icons/userInfographic.svg +0 -31
  227. package/assets/infographic-icons/utilityRegistrationInfographic.svg +0 -15
  228. package/assets/infographic-icons/vendorInfographic.svg +0 -25
  229. package/assets/infographic-icons/webDeveloperInfographic.svg +0 -48
  230. package/assets/infographic-icons/webDeveloperInfographicAlt.svg +0 -23
  231. package/assets/infographic-icons/webInfographic.svg +0 -12
  232. package/assets/infographic-icons/webhooksDocsInfographic.svg +0 -19
  233. package/assets/infographic-icons/webhooksInfographic.svg +0 -11
  234. package/assets/infographic-icons/welcomeInfographic.svg +0 -19
  235. package/assets/menu-icons/accountMenu.svg +0 -5
  236. package/assets/menu-icons/analyticsMenu.svg +0 -9
  237. package/assets/menu-icons/apiMenu.svg +0 -5
  238. package/assets/menu-icons/appLauncherMenu.svg +0 -12
  239. package/assets/menu-icons/appsMenu.svg +0 -7
  240. package/assets/menu-icons/dataMenu.svg +0 -6
  241. package/assets/menu-icons/defaultMenu.svg +0 -5
  242. package/assets/menu-icons/desktopMenu.svg +0 -4
  243. package/assets/menu-icons/developersMenu.svg +0 -4
  244. package/assets/menu-icons/docsMenu.svg +0 -6
  245. package/assets/menu-icons/hamburgerMenu.svg +0 -13
  246. package/assets/menu-icons/hamburgerOpenMenu.svg +0 -11
  247. package/assets/menu-icons/helpMenu.svg +0 -4
  248. package/assets/menu-icons/installedMenu.svg +0 -4
  249. package/assets/menu-icons/logoutMenu.svg +0 -4
  250. package/assets/menu-icons/manageMenu.svg +0 -5
  251. package/assets/menu-icons/mapMenu.svg +0 -10
  252. package/assets/menu-icons/marketplaceMenu.svg +0 -4
  253. package/assets/menu-icons/myAccountMenu.svg +0 -5
  254. package/assets/menu-icons/officesMenu.svg +0 -6
  255. package/assets/menu-icons/paymentsMenu.svg +0 -6
  256. package/assets/menu-icons/profileMenu.svg +0 -4
  257. package/assets/menu-icons/reapitLogoMenu.svg +0 -12
  258. package/assets/menu-icons/reapitLogoSelectedMenu.svg +0 -12
  259. package/assets/menu-icons/reapitLogoTextMenu.svg +0 -12
  260. package/assets/menu-icons/resultsMenu.svg +0 -9
  261. package/assets/menu-icons/searchMenu.svg +0 -4
  262. package/assets/menu-icons/supportMenu.svg +0 -6
  263. package/assets/menu-icons/uiMenu.svg +0 -7
  264. package/assets/menu-icons/usersMenu.svg +0 -4
  265. package/assets/menu-icons/webhooksMenu.svg +0 -8
  266. package/assets/system-icons/addSolidSystem.svg +0 -3
  267. package/assets/system-icons/addSystem.svg +0 -3
  268. package/assets/system-icons/arrowDownSolidSystem.svg +0 -3
  269. package/assets/system-icons/arrowDownSystem.svg +0 -3
  270. package/assets/system-icons/arrowLeftSolidSystem.svg +0 -3
  271. package/assets/system-icons/arrowLeftSystem.svg +0 -3
  272. package/assets/system-icons/arrowRightSolidSystem.svg +0 -3
  273. package/assets/system-icons/arrowRightSystem.svg +0 -3
  274. package/assets/system-icons/arrowUpSolidSystem.svg +0 -3
  275. package/assets/system-icons/arrowUpSystem.svg +0 -3
  276. package/assets/system-icons/asteriskSolidSystem.svg +0 -3
  277. package/assets/system-icons/asteriskSystem.svg +0 -3
  278. package/assets/system-icons/authenticationSolidSystem.svg +0 -3
  279. package/assets/system-icons/authenticationSystem.svg +0 -4
  280. package/assets/system-icons/backSolidSystem.svg +0 -3
  281. package/assets/system-icons/backSystem.svg +0 -3
  282. package/assets/system-icons/bulletListSolidSystem.svg +0 -8
  283. package/assets/system-icons/bulletListSystem.svg +0 -3
  284. package/assets/system-icons/calendarSolidSystem.svg +0 -6
  285. package/assets/system-icons/calendarSystem.svg +0 -9
  286. package/assets/system-icons/cancelSolidSystem.svg +0 -3
  287. package/assets/system-icons/cancelSystem.svg +0 -4
  288. package/assets/system-icons/carSolidSystem.svg +0 -5
  289. package/assets/system-icons/carSystem.svg +0 -3
  290. package/assets/system-icons/checkSolidSystem.svg +0 -3
  291. package/assets/system-icons/checkSystem.svg +0 -3
  292. package/assets/system-icons/circleSolidSystem.svg +0 -3
  293. package/assets/system-icons/circleSystem.svg +0 -3
  294. package/assets/system-icons/closeSolidSystem.svg +0 -3
  295. package/assets/system-icons/closeSystem.svg +0 -3
  296. package/assets/system-icons/cloudSolidSystem.svg +0 -3
  297. package/assets/system-icons/cloudSystem.svg +0 -3
  298. package/assets/system-icons/companySolidSystem.svg +0 -3
  299. package/assets/system-icons/companySystem.svg +0 -3
  300. package/assets/system-icons/dollarSolidSystem.svg +0 -5
  301. package/assets/system-icons/dollarSystem.svg +0 -4
  302. package/assets/system-icons/downSolidSystem.svg +0 -3
  303. package/assets/system-icons/downSystem.svg +0 -3
  304. package/assets/system-icons/download.svg +0 -16
  305. package/assets/system-icons/downloadSolidSystem.svg +0 -4
  306. package/assets/system-icons/downloadSystem.svg +0 -4
  307. package/assets/system-icons/editSolidSystem.svg +0 -4
  308. package/assets/system-icons/editSystem.svg +0 -3
  309. package/assets/system-icons/emailSolidSystem.svg +0 -4
  310. package/assets/system-icons/emailSystem.svg +0 -3
  311. package/assets/system-icons/errorSolidSystem.svg +0 -3
  312. package/assets/system-icons/errorSystem.svg +0 -4
  313. package/assets/system-icons/euroSolidSystem.svg +0 -3
  314. package/assets/system-icons/euroSystem.svg +0 -4
  315. package/assets/system-icons/favouriteSolidSystem.svg +0 -3
  316. package/assets/system-icons/favouriteSystem.svg +0 -3
  317. package/assets/system-icons/filterSolidSystem.svg +0 -5
  318. package/assets/system-icons/filterSystem.svg +0 -5
  319. package/assets/system-icons/geoLocationSolidSystem.svg +0 -4
  320. package/assets/system-icons/geoLocationSystem.svg +0 -4
  321. package/assets/system-icons/githubSolidSystem.svg +0 -3
  322. package/assets/system-icons/githubSystem.svg +0 -3
  323. package/assets/system-icons/hamburgerMenuSolidSystem.svg +0 -5
  324. package/assets/system-icons/hamburgerMenuSystem.svg +0 -3
  325. package/assets/system-icons/hideSolidSystem.svg +0 -3
  326. package/assets/system-icons/hideSystem.svg +0 -3
  327. package/assets/system-icons/homeSolidSystem.svg +0 -3
  328. package/assets/system-icons/homeSystem.svg +0 -3
  329. package/assets/system-icons/infoSolidSystem.svg +0 -3
  330. package/assets/system-icons/infoSystem.svg +0 -4
  331. package/assets/system-icons/linkSolidSystem.svg +0 -4
  332. package/assets/system-icons/linkSystem.svg +0 -4
  333. package/assets/system-icons/lockSolidSystem.svg +0 -3
  334. package/assets/system-icons/lockSystem.svg +0 -4
  335. package/assets/system-icons/messageSolidSystem.svg +0 -3
  336. package/assets/system-icons/messageSystem.svg +0 -6
  337. package/assets/system-icons/moreSolidSystem.svg +0 -5
  338. package/assets/system-icons/moreSystem.svg +0 -5
  339. package/assets/system-icons/nextSolidSystem.svg +0 -3
  340. package/assets/system-icons/nextSystem.svg +0 -3
  341. package/assets/system-icons/paymentSolidSystem.svg +0 -3
  342. package/assets/system-icons/paymentSystem.svg +0 -3
  343. package/assets/system-icons/phoneSolidSystem.svg +0 -3
  344. package/assets/system-icons/phoneSystem.svg +0 -3
  345. package/assets/system-icons/pinSolidSystem.svg +0 -3
  346. package/assets/system-icons/pinSystem.svg +0 -3
  347. package/assets/system-icons/poundSolidSystem.svg +0 -3
  348. package/assets/system-icons/poundSystem.svg +0 -4
  349. package/assets/system-icons/previewSystem.svg +0 -4
  350. package/assets/system-icons/questionSolidSystem.svg +0 -3
  351. package/assets/system-icons/questionSystem.svg +0 -4
  352. package/assets/system-icons/refreshSolidSystem.svg +0 -3
  353. package/assets/system-icons/refreshSystem.svg +0 -3
  354. package/assets/system-icons/saveSystem.svg +0 -10
  355. package/assets/system-icons/searchSolidSystem.svg +0 -3
  356. package/assets/system-icons/searchSystem.svg +0 -3
  357. package/assets/system-icons/securityTokenSolidSystem.svg +0 -4
  358. package/assets/system-icons/securityTokenSystem.svg +0 -7
  359. package/assets/system-icons/settingsSolidSystem.svg +0 -3
  360. package/assets/system-icons/settingsSystem.svg +0 -4
  361. package/assets/system-icons/shareSolidSystem.svg +0 -3
  362. package/assets/system-icons/shareSystem.svg +0 -3
  363. package/assets/system-icons/sortSolidSystem.svg +0 -4
  364. package/assets/system-icons/sortSystem.svg +0 -4
  365. package/assets/system-icons/tickSolidSystem.svg +0 -3
  366. package/assets/system-icons/tickSystem.svg +0 -3
  367. package/assets/system-icons/trashSolidSystem.svg +0 -4
  368. package/assets/system-icons/trashSystem.svg +0 -6
  369. package/assets/system-icons/upSolidSystem.svg +0 -3
  370. package/assets/system-icons/upSystem.svg +0 -3
  371. package/assets/system-icons/usernameSolidSystem.svg +0 -4
  372. package/assets/system-icons/usernameSystem.svg +0 -3
  373. package/assets/system-icons/videoSolidSystem.svg +0 -3
  374. package/assets/system-icons/videoSystem.svg +0 -3
  375. package/assets/system-icons/viewSolidSystem.svg +0 -4
  376. package/assets/system-icons/viewSystem.svg +0 -4
  377. package/assets/system-icons/walkingSolidSystem.svg +0 -4
  378. package/assets/system-icons/walkingSystem.svg +0 -3
  379. package/assets/system-icons/warningSolidSystem.svg +0 -3
  380. package/assets/system-icons/warningSystem.svg +0 -5
  381. package/dist/cjs/71331a14aae8c896.svg +0 -22
  382. package/dist/cjs/components/persistant-notification/__styles__/index.d.ts +0 -2
  383. package/dist/cjs/components/persistant-notification/__tests__/persistent-notification.test.d.ts +0 -1
  384. package/dist/cjs/components/persistant-notification/index.d.ts +0 -2
  385. package/dist/cjs/components/persistant-notification/persistent-notification.d.ts +0 -14
  386. package/dist/cjs/components/snack/use-snack-hook.stories.d.ts +0 -2
  387. package/dist/cjs/e110dff8980ad1c0.svg +0 -32
  388. package/dist/cjs/icons/icons-legacy.d.ts +0 -238
  389. package/dist/esm/71331a14aae8c896.svg +0 -22
  390. package/dist/esm/components/persistant-notification/__styles__/index.d.ts +0 -2
  391. package/dist/esm/components/persistant-notification/__tests__/persistent-notification.test.d.ts +0 -1
  392. package/dist/esm/components/persistant-notification/index.d.ts +0 -2
  393. package/dist/esm/components/persistant-notification/persistent-notification.d.ts +0 -14
  394. package/dist/esm/components/snack/use-snack-hook.stories.d.ts +0 -2
  395. package/dist/esm/e110dff8980ad1c0.svg +0 -32
  396. package/dist/esm/icons/icons-legacy.d.ts +0 -238
@@ -1,22 +0,0 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <ellipse rx="35.6376" ry="35.6309" transform="matrix(1 0 1.79901e-05 1 41.1895 43.6966)" fill="#d8dee4"/>
3
- <path d="M51 67H39V34H49C50.1046 34 51 34.8954 51 36V59.2944V67Z" fill="#506478"/>
4
- <path d="M22.3467 27C21.3597 27 20.5595 27.8038 20.5595 28.7908C20.5595 29.7738 19.7627 30.5743 18.7798 30.5743C17.7968 30.5743 17 31.3711 17 32.3541V67H42V29C42 27.8954 41.1046 27 40 27H22.3467Z" fill="#607890"/>
5
- <path d="M27.2982 34.0098H24.2345V37.76H27.2982V34.0098Z" fill="#fff"/>
6
- <path d="M34.9239 34.0098H31.8602V37.76H34.9239V34.0098Z" fill="#fff"/>
7
- <path d="M24.2345 41.5103H27.2982V45.2605H24.2345V41.5103Z" fill="#fff"/>
8
- <path d="M34.9239 41.5103H31.8602V45.2605H34.9239V41.5103Z" fill="#fff"/>
9
- <path d="M24.2345 49.0112H27.2982V52.7615H24.2345V49.0112Z" fill="#fff"/>
10
- <path d="M34.9239 49.0112H31.8602V52.7615H34.9239V49.0112Z" fill="#fff"/>
11
- <path d="M24.2345 56.5117H27.2982V60.262H24.2345V56.5117Z" fill="#fff"/>
12
- <path d="M34.9239 56.5117H31.8602V60.262H34.9239V56.5117Z" fill="#fff"/>
13
- <path d="M9.61187 38.7247C12.7094 37.7412 14.4197 34.4263 13.449 31.2882C13.2169 30.5377 12.85 29.8302 12.3697 29.2332L17.0742 21.9706C18.1396 22.3065 19.322 22.3057 20.5343 21.9208C21.6788 21.5574 22.6507 20.8741 23.4035 19.961L31.3577 23.2042C31.2996 23.972 31.397 24.7652 31.6291 25.5156C32.5999 28.6539 35.8717 30.3867 38.9691 29.4032C42.0665 28.4197 43.777 25.1048 42.8063 21.9667C42.5741 21.2163 42.2072 20.5087 41.727 19.9117L46.431 12.6493C47.4964 12.9852 48.6788 12.9844 49.891 12.5995C52.9886 11.616 54.6989 8.3011 53.7282 5.16298C52.7574 2.02473 49.4855 0.291919 46.3881 1.2754C43.2906 2.25893 41.5803 5.57381 42.551 8.71194C42.7831 9.46235 43.15 10.1699 43.6303 10.7669L38.9258 18.0294C37.8604 17.6936 36.678 17.6944 35.4658 18.0793C34.3212 18.4427 33.3493 19.126 32.5965 20.0391L24.6423 16.7959C24.7004 16.0281 24.603 15.2349 24.3709 14.4845C23.4001 11.3462 20.1283 9.6134 17.0309 10.5969C13.9335 11.5804 12.223 14.8953 13.1937 18.0334C13.4259 18.7838 13.7928 19.4914 14.273 20.0884L9.56899 27.3508C8.50365 27.0149 7.32118 27.0157 6.10896 27.4006C3.01143 28.3841 1.30111 31.699 2.27183 34.8371C3.24244 37.9749 6.51494 39.708 9.61187 38.7247Z" fill="#798da1"/>
14
- <path d="M70.4794 64.0001C64.044 73.2631 53.3254 79.3276 41.1901 79.3276C29.0548 79.3276 18.336 73.2631 11.9003 64.0001C23.5622 68.1356 61.5 47 76 51.5C74.5 57.5 71.6884 62.2599 70.4794 64.0001Z" fill="#9faebc"/>
15
- <path d="M45 77C45 78.1046 45.8954 79 47 79H71C72.1046 79 73 78.1046 73 77V57.4572L59 47L45 57.4572V77Z" fill="#d8dee4"/>
16
- <path d="M74.9924 61C76.7974 61 77.6785 58.7096 76.3714 57.4152L60.375 41.5736C59.6027 40.8088 58.3892 40.8088 57.617 41.5736L41.6205 57.4152C40.3135 58.7096 41.1945 61 42.9995 61H74.9924Z" fill="#9faebc"/>
17
- <path d="M54 65H64C65.1046 65 66 65.8954 66 67V79H52V67C52 65.8954 52.8954 65 54 65Z" fill="#fff"/>
18
- <path d="M56 68H62C62.5523 68 63 68.4477 63 69V79H55V69C55 68.4477 55.4477 68 56 68Z" fill="#9faebc"/>
19
- <rect x="46" y="4" width="30" height="30" rx="4" fill="#7e9bfa"/>
20
- <path d="M69.3493 7.95349C70.0097 8.06841 70.3975 8.80969 70.1514 9.48668L68.1423 15.0133C67.8145 15.9153 66.6685 16.0168 66.232 15.1825L65.3718 13.5384C65.3412 13.5599 65.3097 13.5805 65.2775 13.6001L52.3696 21.4891C51.5156 22.0111 50.4412 21.6932 49.9701 20.779C49.4989 19.8649 49.8093 18.7007 50.6633 18.1787L63.5712 10.2897C63.5969 10.274 63.6227 10.2591 63.6488 10.2449L62.8498 8.71779C62.4134 7.88351 63.0782 6.86226 63.9581 7.01537L69.3493 7.95349Z" fill="#fff"/>
21
- <path d="M66.3908 17.0576C65.9132 17.0576 65.5261 17.4322 65.5261 17.8942V27.9335C65.5261 28.3956 65.139 28.7702 64.6615 28.7702C64.184 28.7702 63.7969 28.3956 63.7969 27.9335V21.2407C63.7969 20.7786 63.4098 20.4041 62.9322 20.4041H59.4737C58.9962 20.4041 58.6091 20.7786 58.6091 21.2407V27.9335C58.6091 28.3956 58.222 28.7702 57.7445 28.7702C57.2669 28.7702 56.8798 28.3956 56.8798 27.9335V24.5871C56.8798 24.1251 56.4927 23.7505 56.0152 23.7505H52.5567C52.0792 23.7505 51.6921 24.1251 51.6921 24.5871V30.1087C51.6921 30.2935 51.8469 30.4434 52.0379 30.4434H70.3681C70.5591 30.4434 70.7139 30.2935 70.7139 30.1087V17.8942C70.7139 17.4322 70.3268 17.0576 69.8493 17.0576H66.3908Z" fill="#fff"/>
22
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.83333 2H23.1667C25.2801 2 27 3.61522 27 5.6V34.4C27 36.3848 25.2801 38 23.1667 38H7.83333C5.71991 38 4 36.3848 4 34.4V5.6C4 3.61522 5.71991 2 7.83333 2Z" fill="#d8dee4"/>
3
- <path d="M15.9479 35.2708C17.0736 35.2708 17.9861 34.3753 17.9861 33.2708C17.9861 32.1662 17.0736 31.2708 15.9479 31.2708C14.8222 31.2708 13.9097 32.1662 13.9097 33.2708C13.9097 34.3753 14.8222 35.2708 15.9479 35.2708Z" fill="#798da1"/>
4
- <path d="M19 4H15C14.4473 4 14 4.44734 14 5C14 5.55266 14.4473 6 15 6H19C19.5527 6 20 5.55266 20 5C20 4.44734 19.5527 4 19 4Z" fill="#798da1"/>
5
- <path d="M12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6Z" fill="#798da1"/>
6
- <path d="M16 13C16 10.2386 18.2386 8 21 8H34C36.7614 8 39 10.2386 39 13C39 15.7614 36.7614 18 34 18H21C18.2386 18 16 15.7614 16 13Z" fill="#9faebc"/>
7
- <path d="M34.1506 19.0357C33.8312 17.8118 32.5606 17.1086 31.3813 17.6001C31.0774 16.4352 29.8928 15.6961 28.692 16.1387V13.1354C28.691 10.2904 24.539 10.286 24.538 13.1354V24.2121C23.4872 23.1227 22.5472 22.148 22.5449 22.1457C21.7356 21.3054 20.417 21.3054 19.6077 22.1458C18.7989 22.983 18.796 24.3499 19.6078 25.1909C19.8085 25.3989 24.8976 30.6755 25.0983 30.8836C26.4058 32.2393 28.1787 33.0001 30.0277 33C33.8787 32.9995 36.9996 29.7637 37 25.771C37 24.3353 37 24.5665 37 21.0315C36.9994 19.518 35.5251 18.4629 34.1506 19.0357Z" fill="#798da1"/>
8
- <path d="M6 21L6 12.7637C6 12.3417 6.36747 12 6.82117 12L12.1788 12C12.6325 12 13 12.3417 13 12.7637L13 21L6 21Z" fill="#9faebc"/>
9
- <path d="M1.80156 20L16.1984 20C16.8582 20 17.2346 20.6747 16.8378 21.1467L9.63971 29.7142C9.31965 30.0953 8.68074 30.0953 8.36069 29.7142L1.16225 21.1467C0.765377 20.6747 1.14184 20 1.80156 20V20Z" fill="#9faebc"/>
10
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="1em" height="1em" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M28.6692 22.6382H3.58075C3.26022 22.6382 3 22.8984 3 23.2189V27.5118C3 28.5386 3.83619 29.3749 4.86296 29.3749H27.387C28.4138 29.3749 29.25 28.5386 29.25 27.5118V23.2189C29.25 22.8984 28.9897 22.6382 28.6692 22.6382ZM6.36836 27.0519C5.79216 27.0519 5.323 26.5826 5.323 26.0065C5.323 25.4304 5.79216 24.9612 6.36836 24.9612C6.94456 24.9612 7.41371 25.4304 7.41371 26.0065C7.41371 26.5826 6.94456 27.0519 6.36836 27.0519ZM10.0852 27.0519C9.50897 27.0519 9.03981 26.5826 9.03981 26.0065C9.03981 25.4304 9.50897 24.9612 10.0852 24.9612C10.6614 24.9612 11.1305 25.4304 11.1305 26.0065C11.1305 26.5826 10.6614 27.0519 10.0852 27.0519ZM26.8108 26.5873H15.6604C15.3398 26.5873 15.0796 26.3271 15.0796 26.0065C15.0796 25.686 15.3398 25.4258 15.6604 25.4258H26.8108C27.1313 25.4258 27.3916 25.686 27.3916 26.0065C27.3916 26.3271 27.1313 26.5873 26.8108 26.5873Z" fill="#9faebc"/>
3
- <path d="M28.6692 15.2046H3.58075C3.3439 15.2046 3.13929 15.3487 3.05106 15.5484C3.01863 15.6273 3 15.7064 3 15.79V21.3606C3 21.6811 3.26022 21.9413 3.58075 21.9413H28.6692C28.9897 21.9413 29.25 21.6811 29.25 21.3606V15.79C29.25 15.7064 29.2314 15.6273 29.1989 15.5484C29.1107 15.3487 28.9061 15.2046 28.6692 15.2046ZM6.36836 19.6183C5.79216 19.6183 5.323 19.1491 5.323 18.5729C5.323 17.9968 5.79216 17.5276 6.36836 17.5276C6.94456 17.5276 7.41371 17.9968 7.41371 18.5729C7.41371 19.1491 6.94456 19.6183 6.36836 19.6183ZM10.0852 19.6183C9.50897 19.6183 9.03981 19.1491 9.03981 18.5729C9.03981 17.9968 9.50897 17.5276 10.0852 17.5276C10.6614 17.5276 11.1305 17.9968 11.1305 18.5729C11.1305 19.1491 10.6614 19.6183 10.0852 19.6183ZM26.8108 19.1537H15.6604C15.3398 19.1537 15.0796 18.8935 15.0796 18.5729C15.0796 18.2524 15.3398 17.9922 15.6604 17.9922H26.8108C27.1313 17.9922 27.3916 18.2524 27.3916 18.5729C27.3916 18.8935 27.1313 19.1537 26.8108 19.1537Z" fill="#d8dee4"/>
4
- <path d="M3.58075 14.3915H28.6692C28.8643 14.3915 29.0501 14.2939 29.1569 14.1266C29.2175 14.0337 29.25 13.9223 29.25 13.8154C29.25 13.7318 29.2314 13.6527 29.1989 13.5738L25.8212 5.97289C25.5239 5.30387 24.8548 4.86719 24.1162 4.86719H8.13375C7.39513 4.86719 6.7261 5.30387 6.42871 5.97289L3.05106 13.5738C3.01863 13.6527 3 13.7318 3 13.8154C3 13.9223 3.03243 14.0338 3.09301 14.1266C3.19987 14.2939 3.38567 14.3915 3.58075 14.3915Z" fill="#d8dee4"/>
5
- </svg>
@@ -1,32 +0,0 @@
1
- <svg width="280" height="293" viewBox="0 0 280 293" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M104.875 205.918C104.875 180.558 84.3081 160 58.9375 160C33.5669 160 13 180.558 13 205.918C13 231.278 33.5669 251.836 58.9375 251.836C84.3081 251.836 104.875 231.278 104.875 205.918Z" fill="#9faebc"/>
3
- <path d="M32.3978 209.1H29.3407L28.5871 211.303H26.6392L30.2223 201.283H31.6584L35.2415 211.303H33.194L32.3978 209.1ZM29.8384 207.537H31.9712L31.2318 205.319L30.9332 203.756H30.8621L30.5635 205.334L29.8384 207.537ZM36.0586 204.197H37.4093L37.6225 205.049H37.6794C37.9261 204.689 38.2154 204.424 38.5468 204.253C38.888 204.083 39.3004 203.998 39.7838 203.998C40.6752 203.998 41.3435 204.282 41.7886 204.85C42.2343 205.409 42.4569 206.314 42.4569 207.565C42.4569 208.171 42.3858 208.721 42.2436 209.214C42.1014 209.697 41.8882 210.109 41.6038 210.45C41.3293 210.791 40.988 211.052 40.58 211.232C40.1819 211.412 39.7225 211.502 39.2008 211.502C38.9072 211.502 38.6654 211.478 38.4757 211.431C38.2864 211.393 38.0967 211.326 37.9069 211.232V214.146H36.0586V204.197ZM39.2293 205.561C38.8694 205.561 38.585 205.651 38.3761 205.831C38.1771 206.011 38.0207 206.281 37.9069 206.641V209.597C38.0398 209.701 38.182 209.787 38.3335 209.853C38.4948 209.91 38.7032 209.939 38.9591 209.939C39.4901 209.939 39.8882 209.754 40.1535 209.384C40.4193 209.005 40.5516 208.384 40.5516 207.522C40.5516 206.897 40.4477 206.414 40.2388 206.073C40.0304 205.732 39.6941 205.561 39.2293 205.561ZM43.7372 204.197H45.0879L45.3012 205.049H45.3581C45.6047 204.689 45.894 204.424 46.2254 204.253C46.5667 204.083 46.979 203.998 47.4625 203.998C48.3539 203.998 49.0222 204.282 49.4673 204.85C49.913 205.409 50.1356 206.314 50.1356 207.565C50.1356 208.171 50.0645 208.721 49.9223 209.214C49.7801 209.697 49.5668 210.109 49.2825 210.45C49.0079 210.791 48.6667 211.052 48.2587 211.232C47.8606 211.412 47.4012 211.502 46.8795 211.502C46.5858 211.502 46.3441 211.478 46.1543 211.431C45.9651 211.393 45.7754 211.326 45.5856 211.232V214.146H43.7372V204.197ZM46.9079 205.561C46.5481 205.561 46.2637 205.651 46.0548 205.831C45.8557 206.011 45.6993 206.281 45.5856 206.641V209.597C45.7185 209.701 45.8607 209.787 46.0122 209.853C46.1735 209.91 46.3818 209.939 46.6378 209.939C47.1688 209.939 47.5669 209.754 47.8322 209.384C48.0979 209.005 48.2303 208.384 48.2303 207.522C48.2303 206.897 48.1264 206.414 47.9175 206.073C47.7091 205.732 47.3728 205.561 46.9079 205.561ZM53.3211 208.915C53.3211 209.247 53.3638 209.488 53.4491 209.64C53.5344 209.792 53.6722 209.867 53.8614 209.867C53.9752 209.867 54.0846 209.858 54.1885 209.839C54.3022 209.82 54.44 209.777 54.6008 209.711L54.7999 211.161C54.6484 211.236 54.416 211.312 54.1032 211.388C53.7904 211.464 53.4682 211.502 53.1363 211.502C52.596 211.502 52.1836 211.378 51.8993 211.132C51.6149 210.877 51.4727 210.46 51.4727 209.882V201.354H53.3211V208.915ZM55.7662 204.197H57.6146V211.303H55.7662V204.197ZM55.4961 202.193C55.4961 201.918 55.5956 201.685 55.7947 201.496C56.003 201.297 56.2874 201.198 56.6478 201.198C57.0082 201.198 57.2969 201.297 57.5151 201.496C57.7426 201.685 57.8564 201.918 57.8564 202.193C57.8564 202.467 57.7426 202.699 57.5151 202.889C57.2969 203.069 57.0082 203.159 56.6478 203.159C56.2874 203.159 56.003 203.069 55.7947 202.889C55.5956 202.699 55.4961 202.467 55.4961 202.193ZM64.4473 210.862C64.1629 211.071 63.8173 211.227 63.4093 211.331C63.0112 211.445 62.5989 211.502 62.1723 211.502C61.6036 211.502 61.1201 211.412 60.722 211.232C60.3337 211.052 60.016 210.801 59.7693 210.479C59.5232 210.147 59.3428 209.749 59.229 209.285C59.1251 208.82 59.0726 208.308 59.0726 207.75C59.0726 206.546 59.3428 205.622 59.8831 204.978C60.4234 204.325 61.2104 203.998 62.2434 203.998C62.7651 203.998 63.1818 204.04 63.4946 204.126C63.8173 204.211 64.1061 204.32 64.362 204.452L63.9212 205.959C63.7036 205.855 63.4854 205.774 63.2672 205.717C63.0588 205.661 62.8171 205.632 62.542 205.632C62.0301 205.632 61.6418 205.803 61.3761 206.144C61.1108 206.475 60.9779 207.011 60.9779 207.75C60.9779 208.053 61.0113 208.333 61.0775 208.588C61.1442 208.844 61.2437 209.067 61.3761 209.256C61.5089 209.445 61.6796 209.597 61.8879 209.711C62.1061 209.815 62.3571 209.867 62.6415 209.867C62.9543 209.867 63.2201 209.829 63.4378 209.754C63.656 209.669 63.8501 209.569 64.0207 209.455L64.4473 210.862ZM65.5225 204.609C65.902 204.438 66.3521 204.305 66.8732 204.211C67.395 204.106 67.9397 204.055 68.5084 204.055C69.0017 204.055 69.414 204.116 69.7454 204.239C70.0774 204.353 70.3382 204.519 70.5275 204.737C70.7265 204.954 70.8643 205.215 70.9398 205.518C71.0251 205.821 71.0678 206.162 71.0678 206.542C71.0678 206.958 71.0536 207.38 71.0251 207.807C70.9967 208.223 70.9781 208.635 70.9682 209.043C70.9682 209.45 70.9825 209.848 71.0109 210.237C71.0393 210.616 71.1104 210.976 71.2242 211.317H69.717L69.4184 210.337H69.3473C69.1581 210.63 68.8923 210.886 68.5511 211.104C68.2196 211.312 67.7882 211.417 67.2572 211.417C66.9257 211.417 66.6271 211.369 66.3614 211.275C66.0961 211.17 65.8686 211.028 65.6789 210.848C65.4896 210.658 65.3425 210.44 65.2381 210.194C65.1342 209.939 65.0817 209.654 65.0817 209.342C65.0817 208.905 65.1768 208.541 65.3661 208.247C65.5651 207.944 65.8451 207.702 66.205 207.522C66.5747 207.333 67.0111 207.205 67.5131 207.139C68.025 207.063 68.5937 207.039 69.2193 207.068C69.2861 206.537 69.2478 206.158 69.1056 205.931C68.9634 205.693 68.6462 205.575 68.1529 205.575C67.7832 205.575 67.39 205.613 66.9728 205.689C66.5654 205.764 66.229 205.864 65.9632 205.987L65.5225 204.609ZM67.8686 209.896C68.2382 209.896 68.5325 209.815 68.7501 209.654C68.9683 209.484 69.1296 209.303 69.2336 209.114V208.19C68.9399 208.162 68.6555 208.157 68.3804 208.176C68.1152 208.195 67.8784 208.237 67.6695 208.304C67.4611 208.37 67.2954 208.465 67.1718 208.588C67.0488 208.711 66.987 208.868 66.987 209.057C66.987 209.322 67.063 209.531 67.2145 209.683C67.3758 209.825 67.594 209.896 67.8686 209.896ZM76.9702 211.303V207.267C76.9702 206.688 76.8849 206.272 76.7143 206.016C76.5529 205.76 76.2735 205.632 75.8754 205.632C75.5248 205.632 75.2262 205.736 74.9796 205.945C74.7428 206.144 74.5721 206.395 74.4677 206.698V211.303H72.6193V204.197H74.0838L74.2971 205.135H74.3539C74.5722 204.831 74.8609 204.566 75.2213 204.339C75.5817 204.111 76.046 203.998 76.6147 203.998C76.9653 203.998 77.2781 204.045 77.5532 204.14C77.8282 204.234 78.0601 204.391 78.2499 204.609C78.4396 204.826 78.5818 205.125 78.6764 205.504C78.7711 205.874 78.8186 206.333 78.8186 206.883V211.303H76.9702ZM79.628 204.197H80.6091V202.861L82.4575 202.335V204.197H84.1922V205.76H82.4575V208.489C82.4575 208.981 82.5046 209.337 82.5997 209.555C82.7036 209.763 82.8934 209.867 83.1685 209.867C83.3577 209.867 83.519 209.848 83.6519 209.811C83.7941 209.772 83.9505 209.716 84.1211 209.64L84.4482 211.061C84.1922 211.184 83.8936 211.289 83.5524 211.374C83.2111 211.459 82.865 211.502 82.5144 211.502C81.8604 211.502 81.3769 211.336 81.0641 211.005C80.7606 210.663 80.6091 210.109 80.6091 209.342V205.76H79.628V204.197ZM88.2675 209.342C88.2675 209.152 88.1872 209.001 88.0258 208.887C87.865 208.773 87.666 208.669 87.4286 208.574C87.1918 208.479 86.931 208.384 86.6466 208.29C86.3622 208.185 86.1019 208.048 85.8646 207.878C85.6278 207.697 85.4287 207.475 85.2674 207.21C85.1066 206.935 85.0257 206.584 85.0257 206.158C85.0257 205.457 85.2346 204.921 85.6513 204.552C86.0686 204.182 86.6707 203.998 87.4571 203.998C87.9974 203.998 88.4857 204.055 88.9216 204.168C89.358 204.282 89.6993 204.41 89.9454 204.552L89.533 205.888C89.3154 205.803 89.0403 205.712 88.7083 205.618C88.3769 205.523 88.04 205.476 87.6988 205.476C87.1492 205.476 86.8741 205.689 86.8741 206.115C86.8741 206.286 86.955 206.423 87.1158 206.528C87.2772 206.631 87.4762 206.731 87.713 206.826C87.9504 206.911 88.2107 207.006 88.495 207.11C88.7794 207.214 89.0403 207.352 89.2771 207.522C89.5144 207.683 89.7135 207.896 89.8743 208.162C90.0356 208.427 90.116 208.768 90.116 209.185C90.116 209.905 89.8841 210.474 89.4193 210.891C88.9643 211.298 88.2774 211.502 87.3575 211.502C86.8555 211.502 86.3814 211.435 85.9357 211.303C85.4998 211.179 85.1443 211.033 84.8693 210.862L85.3811 209.484C85.5993 209.607 85.8886 209.73 86.2485 209.853C86.6089 209.967 86.9786 210.024 87.3575 210.024C87.6326 210.024 87.8508 209.971 88.0116 209.867C88.1822 209.763 88.2675 209.588 88.2675 209.342Z" fill="#fff"/>
4
- <path d="M135.078 67.5103C135.078 30.2254 104.84 0 67.5391 0C30.2383 0 0 30.2254 0 67.5103C0 104.795 30.2383 135.021 67.5391 135.021C104.84 135.021 135.078 104.795 135.078 67.5103Z" fill="#798da1"/>
5
- <path d="M28.6904 60.8551C29.2111 60.7556 29.7813 60.6812 30.4011 60.632C31.0332 60.5697 31.6593 60.5391 32.279 60.5391C32.9236 60.5391 33.5682 60.5949 34.2128 60.7064C34.8698 60.8053 35.4586 61.0158 35.9792 61.3383C36.4998 61.6477 36.9213 62.0877 37.2436 62.6579C37.5782 63.2155 37.7456 63.9463 37.7456 64.851C37.7456 65.6688 37.6031 66.3625 37.3179 66.9326C37.0328 67.4902 36.6548 67.9483 36.1837 68.308C35.7127 68.6671 35.1735 68.9273 34.5661 69.0886C33.9711 69.2493 33.3513 69.3302 32.7067 69.3302C32.6447 69.3302 32.5456 69.3302 32.4092 69.3302C32.2728 69.3302 32.1303 69.3302 31.9815 69.3302C31.8328 69.3176 31.684 69.305 31.5353 69.293C31.3989 69.2804 31.2998 69.2679 31.2378 69.2558V73.735H28.6904V60.8551ZM32.4836 62.7322C32.2357 62.7322 32.0001 62.7442 31.777 62.7694C31.5539 62.7814 31.3742 62.8 31.2378 62.8252V67.0441C31.2874 67.0562 31.3618 67.0687 31.4609 67.0813C31.5601 67.0933 31.6654 67.1059 31.777 67.1185C31.8886 67.1185 31.9939 67.1185 32.0931 67.1185C32.2046 67.1185 32.2853 67.1185 32.3348 67.1185C32.6695 67.1185 32.998 67.0873 33.3203 67.0255C33.655 66.9632 33.9525 66.8517 34.2128 66.691C34.4731 66.5172 34.6776 66.2821 34.8264 65.9847C34.9875 65.6874 35.0681 65.2971 35.0681 64.8138C35.0681 64.4049 34.9937 64.0704 34.845 63.8102C34.6962 63.5374 34.4979 63.3204 34.25 63.1597C34.0145 62.9984 33.7418 62.8869 33.4318 62.8252C33.122 62.7628 32.8059 62.7322 32.4836 62.7322ZM43.8624 66.7096C43.4781 66.5729 43.131 66.5051 42.8211 66.5051C42.3872 66.5051 42.0216 66.6227 41.7241 66.8583C41.439 67.0813 41.2468 67.3721 41.1477 67.7318V73.735H38.7305V64.4421H40.6085L40.8874 65.6688H40.9618C41.1725 65.2101 41.4576 64.857 41.8171 64.6094C42.1765 64.3612 42.598 64.2377 43.0814 64.2377C43.4037 64.2377 43.7694 64.3055 44.1785 64.4421L43.8624 66.7096ZM44.803 69.0886C44.803 67.5148 45.1872 66.3067 45.9558 65.4643C46.7243 64.6094 47.8027 64.1819 49.1911 64.1819C49.9348 64.1819 50.5794 64.2994 51.1248 64.535C51.6702 64.7701 52.1227 65.1046 52.4822 65.5387C52.8416 65.9596 53.1082 66.474 53.2817 67.0813C53.4676 67.6881 53.5606 68.3572 53.5606 69.0886C53.5606 70.6618 53.1763 71.8764 52.4078 72.7314C51.6516 73.5738 50.5794 73.9952 49.1911 73.9952C48.4473 73.9952 47.8027 73.8772 47.2573 73.6421C46.7119 73.4065 46.2533 73.078 45.8814 72.6571C45.5219 72.223 45.2492 71.7026 45.0633 71.0958C44.8897 70.4885 44.803 69.8194 44.803 69.0886ZM47.2945 69.0886C47.2945 69.4975 47.3317 69.8752 47.4061 70.2223C47.4805 70.5689 47.592 70.8728 47.7408 71.133C47.8895 71.3932 48.0816 71.5977 48.3172 71.7463C48.5651 71.8825 48.8564 71.9508 49.1911 71.9508C49.8233 71.9508 50.2943 71.7212 50.6042 71.2631C50.9141 70.8045 51.069 70.0796 51.069 69.0886C51.069 68.2336 50.9265 67.546 50.6414 67.0255C50.3563 66.4926 49.8729 66.2264 49.1911 66.2264C48.5961 66.2264 48.1312 66.4494 47.7965 66.8954C47.4619 67.3415 47.2945 68.0724 47.2945 69.0886ZM55.2361 64.4421H57.0027L57.2817 65.5573H57.356C57.6781 65.0861 58.056 64.7395 58.4903 64.5165C58.9365 64.2934 59.4757 64.1819 60.1079 64.1819C61.2728 64.1819 62.1467 64.5536 62.7296 65.2971C63.312 66.0279 63.6035 67.2114 63.6035 68.847C63.6035 69.6396 63.5106 70.3584 63.3246 71.0029C63.1387 71.6348 62.8598 72.1738 62.4879 72.6199C62.1281 73.0659 61.6818 73.4065 61.1492 73.6421C60.6285 73.8772 60.027 73.9952 59.3456 73.9952C58.9611 73.9952 58.645 73.9641 58.3973 73.9023C58.149 73.8526 57.9013 73.7656 57.6535 73.6421V77.4522H55.2361V64.4421ZM59.3828 66.2264C58.9113 66.2264 58.5395 66.3439 58.2671 66.5795C58.0068 66.8145 57.8023 67.1677 57.6535 67.6389V71.5047C57.8269 71.6408 58.0128 71.7524 58.2113 71.8393C58.4219 71.9136 58.6948 71.9508 59.0295 71.9508C59.7235 71.9508 60.2441 71.7092 60.5913 71.2259C60.9381 70.7301 61.112 69.9184 61.112 68.7912C61.112 67.9734 60.9752 67.3415 60.7029 66.8954C60.43 66.4494 59.9898 66.2264 59.3828 66.2264ZM72.715 72.9358C72.3431 73.2332 71.8346 73.4869 71.1903 73.6979C70.5581 73.8957 69.8822 73.9952 69.1636 73.9952C67.6635 73.9952 66.5665 73.5612 65.8725 72.6942C65.178 71.8141 64.8313 70.6126 64.8313 69.0886C64.8313 67.453 65.2217 66.2264 66.0027 65.4086C66.7836 64.5908 67.8806 64.1819 69.2938 64.1819C69.7646 64.1819 70.2235 64.2437 70.6697 64.3678C71.116 64.4913 71.5124 64.6958 71.8597 64.9811C72.2064 65.2659 72.4853 65.6502 72.6964 66.1334C72.907 66.6167 73.0125 67.2174 73.0125 67.9363C73.0125 68.1965 72.9939 68.4752 72.9567 68.7726C72.9316 69.07 72.8884 69.3794 72.8266 69.7019H67.2485C67.2856 70.4825 67.4836 71.0707 67.8435 71.4676C68.2153 71.8639 68.8103 72.0623 69.6284 72.0623C70.1365 72.0623 70.5888 71.988 70.9858 71.8393C71.3949 71.678 71.7044 71.5168 71.9155 71.356L72.715 72.9358ZM69.2566 66.1148C68.6244 66.1148 68.153 66.3067 67.8435 66.691C67.546 67.0627 67.366 67.5645 67.3042 68.1965H70.7627C70.8119 67.5274 70.7069 67.013 70.4466 66.6538C70.1983 66.2941 69.8018 66.1148 69.2566 66.1148ZM79.8512 66.7096C79.4673 66.5729 79.12 66.5051 78.8099 66.5051C78.3763 66.5051 78.0104 66.6227 77.7129 66.8583C77.428 67.0813 77.236 67.3721 77.1365 67.7318V73.735H74.7193V64.4421H76.5973L76.8762 65.6688H76.9506C77.1617 65.2101 77.4466 64.857 77.8059 64.6094C78.1657 64.3612 78.5868 64.2377 79.0703 64.2377C79.3929 64.2377 79.7582 64.3055 80.1673 64.4421L79.8512 66.7096ZM80.8345 64.4421H82.1174V62.6951L84.5346 62.0074V64.4421H86.8031V66.4866H84.5346V70.055C84.5346 70.699 84.5964 71.1636 84.7206 71.449C84.8567 71.7212 85.1045 71.8579 85.4643 71.8579C85.7121 71.8579 85.9226 71.8327 86.0965 71.7835C86.2824 71.7338 86.487 71.6594 86.7101 71.5605L87.1378 73.4191C86.8031 73.5798 86.4126 73.7164 85.9663 73.828C85.5201 73.9395 85.0673 73.9952 84.609 73.9952C83.7537 73.9952 83.1215 73.7782 82.7124 73.3447C82.3154 72.8987 82.1174 72.1738 82.1174 71.1702V66.4866H80.8345V64.4421ZM88.5066 64.4421H90.9238V73.735H88.5066V64.4421ZM88.1533 61.8215C88.1533 61.4618 88.2835 61.1584 88.5438 60.9108C88.8167 60.6506 89.1885 60.5205 89.6594 60.5205C90.1308 60.5205 90.5087 60.6506 90.7936 60.9108C91.0911 61.1584 91.2399 61.4618 91.2399 61.8215C91.2399 62.1807 91.0911 62.484 90.7936 62.7322C90.5087 62.9673 90.1308 63.0854 89.6594 63.0854C89.1885 63.0854 88.8167 62.9673 88.5438 62.7322C88.2835 62.484 88.1533 62.1807 88.1533 61.8215ZM100.714 72.9358C100.343 73.2332 99.8345 73.4869 99.1898 73.6979C98.5576 73.8957 97.8822 73.9952 97.1631 73.9952C95.663 73.9952 94.566 73.5612 93.872 72.6942C93.178 71.8141 92.8307 70.6126 92.8307 69.0886C92.8307 67.453 93.2212 66.2264 94.0021 65.4086C94.7831 64.5908 95.8801 64.1819 97.2932 64.1819C97.7641 64.1819 98.2229 64.2437 98.6692 64.3678C99.1154 64.4913 99.5119 64.6958 99.8592 64.9811C100.206 65.2659 100.485 65.6502 100.696 66.1334C100.906 66.6167 101.012 67.2174 101.012 67.9363C101.012 68.1965 100.993 68.4752 100.956 68.7726C100.932 69.07 100.888 69.3794 100.826 69.7019H95.2479C95.2851 70.4825 95.4836 71.0707 95.8429 71.4676C96.2148 71.8639 96.8098 72.0623 97.6279 72.0623C98.136 72.0623 98.5888 71.988 98.9853 71.8393C99.3943 71.678 99.7044 71.5168 99.9149 71.356L100.714 72.9358ZM97.256 66.1148C96.6238 66.1148 96.153 66.3067 95.8429 66.691C95.5454 67.0627 95.3655 67.5645 95.3037 68.1965H98.7621C98.8119 67.5274 98.7063 67.013 98.446 66.6538C98.1983 66.2941 97.8013 66.1148 97.256 66.1148ZM106.568 71.1702C106.568 70.922 106.463 70.7241 106.252 70.5754C106.041 70.4268 105.781 70.2901 105.471 70.1665C105.161 70.0425 104.82 69.9184 104.449 69.7948C104.077 69.6582 103.735 69.4789 103.426 69.2558C103.116 69.0202 102.855 68.7289 102.645 68.3823C102.434 68.0226 102.329 67.5645 102.329 67.007C102.329 66.0897 102.601 65.39 103.147 64.9068C103.692 64.4235 104.479 64.1819 105.508 64.1819C106.215 64.1819 106.853 64.2563 107.424 64.4049C107.993 64.5536 108.44 64.7209 108.762 64.9068L108.223 66.6538C107.938 66.5423 107.578 66.4242 107.145 66.3007C106.71 66.1766 106.271 66.1148 105.824 66.1148C105.105 66.1148 104.746 66.3936 104.746 66.9512C104.746 67.1742 104.851 67.3535 105.062 67.4902C105.273 67.6263 105.533 67.7564 105.843 67.8805C106.153 67.992 106.494 68.1155 106.866 68.2522C107.238 68.3883 107.578 68.5682 107.888 68.7912C108.198 69.0017 108.458 69.2804 108.669 69.6276C108.88 69.9741 108.985 70.4202 108.985 70.9657C108.985 71.9071 108.681 72.6505 108.074 73.196C107.479 73.7285 106.58 73.9952 105.378 73.9952C104.721 73.9952 104.101 73.9083 103.519 73.735C102.948 73.5738 102.484 73.3819 102.124 73.1589L102.794 71.356C103.079 71.5168 103.457 71.678 103.928 71.8393C104.399 71.988 104.882 72.0623 105.378 72.0623C105.738 72.0623 106.022 71.994 106.234 71.8579C106.457 71.7212 106.568 71.4922 106.568 71.1702Z" fill="#fff"/>
6
- <path d="M280 238.062C280 207.721 255.393 183.125 225.039 183.125C194.685 183.125 170.078 207.721 170.078 238.062C170.078 268.404 194.685 293 225.039 293C255.393 293 280 268.404 280 238.062Z" fill="#A0C862"/>
7
- <path d="M199.578 235.856H196.231V245.335H193.984V235.856H190.62V233.856H199.578V235.856ZM205.163 244.63C204.835 244.892 204.387 245.117 203.818 245.302C203.26 245.477 202.664 245.565 202.03 245.565C200.706 245.565 199.738 245.182 199.126 244.417C198.513 243.641 198.207 242.58 198.207 241.235C198.207 239.792 198.552 238.71 199.241 237.988C199.93 237.267 200.898 236.906 202.145 236.906C202.56 236.906 202.965 236.961 203.359 237.07C203.752 237.179 204.102 237.36 204.409 237.611C204.715 237.863 204.961 238.201 205.147 238.628C205.333 239.054 205.426 239.584 205.426 240.219C205.426 240.448 205.41 240.694 205.377 240.957C205.355 241.219 205.317 241.492 205.262 241.777H200.34C200.373 242.465 200.548 242.985 200.865 243.334C201.193 243.684 201.718 243.859 202.44 243.859C202.888 243.859 203.288 243.794 203.638 243.662C203.999 243.52 204.272 243.378 204.458 243.236L205.163 244.63ZM202.112 238.611C201.554 238.611 201.138 238.781 200.865 239.12C200.602 239.448 200.444 239.891 200.389 240.448H203.441C203.485 239.858 203.392 239.404 203.162 239.087C202.943 238.77 202.593 238.611 202.112 238.611ZM211.952 245.335V240.678C211.952 240.011 211.854 239.53 211.657 239.235C211.471 238.939 211.148 238.792 210.689 238.792C210.284 238.792 209.94 238.912 209.655 239.153C209.382 239.382 209.185 239.672 209.065 240.022V245.335H206.932V237.136H208.622L208.868 238.218H208.934C209.185 237.868 209.519 237.562 209.934 237.3C210.35 237.037 210.886 236.906 211.542 236.906C211.947 236.906 212.308 236.961 212.625 237.07C212.942 237.179 213.21 237.36 213.429 237.611C213.648 237.863 213.812 238.207 213.921 238.644C214.03 239.071 214.085 239.601 214.085 240.235V245.335H211.952ZM215.823 237.611C216.261 237.414 216.78 237.261 217.382 237.152C217.983 237.032 218.612 236.972 219.268 236.972C219.837 236.972 220.313 237.043 220.696 237.185C221.079 237.316 221.379 237.507 221.598 237.759C221.828 238.01 221.986 238.311 222.074 238.661C222.172 239.011 222.222 239.404 222.222 239.841C222.222 240.322 222.205 240.809 222.172 241.301C222.14 241.782 222.118 242.258 222.107 242.728C222.107 243.198 222.123 243.657 222.156 244.105C222.189 244.543 222.271 244.958 222.402 245.352H220.663L220.318 244.22H220.236C220.018 244.559 219.711 244.854 219.318 245.106C218.935 245.346 218.437 245.466 217.825 245.466C217.442 245.466 217.097 245.412 216.791 245.302C216.485 245.182 216.222 245.018 216.004 244.81C215.785 244.592 215.615 244.34 215.495 244.056C215.375 243.761 215.314 243.433 215.314 243.072C215.314 242.569 215.424 242.148 215.643 241.809C215.872 241.459 216.195 241.181 216.611 240.973C217.037 240.754 217.54 240.607 218.12 240.53C218.711 240.443 219.367 240.415 220.089 240.448C220.165 239.836 220.122 239.399 219.957 239.136C219.793 238.863 219.427 238.726 218.858 238.726C218.432 238.726 217.978 238.77 217.497 238.857C217.026 238.945 216.638 239.06 216.332 239.202L215.823 237.611ZM218.53 243.712C218.957 243.712 219.296 243.619 219.547 243.433C219.799 243.236 219.985 243.028 220.105 242.81V241.744C219.766 241.711 219.438 241.705 219.121 241.727C218.815 241.749 218.541 241.798 218.3 241.875C218.06 241.951 217.868 242.061 217.726 242.203C217.584 242.345 217.513 242.525 217.513 242.744C217.513 243.05 217.6 243.291 217.775 243.466C217.961 243.63 218.213 243.712 218.53 243.712ZM229.032 245.335V240.678C229.032 240.011 228.933 239.53 228.736 239.235C228.551 238.939 228.228 238.792 227.768 238.792C227.364 238.792 227.019 238.912 226.735 239.153C226.461 239.382 226.265 239.672 226.144 240.022V245.335H224.011V237.136H225.701L225.947 238.218H226.013C226.265 237.868 226.598 237.562 227.014 237.3C227.429 237.037 227.965 236.906 228.622 236.906C229.026 236.906 229.387 236.961 229.704 237.07C230.022 237.179 230.29 237.36 230.508 237.611C230.727 237.863 230.891 238.207 231.001 238.644C231.11 239.071 231.165 239.601 231.165 240.235V245.335H229.032ZM238.759 244.827C238.431 245.067 238.032 245.248 237.561 245.368C237.102 245.499 236.626 245.565 236.134 245.565C235.478 245.565 234.92 245.461 234.461 245.253C234.012 245.045 233.646 244.756 233.361 244.384C233.077 244.001 232.869 243.542 232.738 243.006C232.618 242.471 232.557 241.88 232.557 241.235C232.557 239.847 232.869 238.781 233.493 238.038C234.116 237.283 235.024 236.906 236.216 236.906C236.818 236.906 237.299 236.955 237.66 237.054C238.032 237.152 238.365 237.278 238.661 237.431L238.152 239.169C237.9 239.049 237.649 238.956 237.397 238.89C237.157 238.825 236.878 238.792 236.561 238.792C235.97 238.792 235.522 238.989 235.215 239.382C234.909 239.765 234.756 240.383 234.756 241.235C234.756 241.585 234.794 241.908 234.871 242.203C234.947 242.498 235.062 242.755 235.215 242.974C235.368 243.192 235.565 243.367 235.806 243.498C236.057 243.619 236.347 243.679 236.675 243.679C237.036 243.679 237.343 243.635 237.594 243.548C237.846 243.449 238.07 243.334 238.267 243.203L238.759 244.827ZM240.246 237.136H242.379V245.335H240.246V237.136ZM239.934 234.823C239.934 234.506 240.049 234.238 240.279 234.02C240.519 233.79 240.848 233.675 241.263 233.675C241.679 233.675 242.012 233.79 242.264 234.02C242.526 234.238 242.658 234.506 242.658 234.823C242.658 235.14 242.526 235.408 242.264 235.627C242.012 235.835 241.679 235.938 241.263 235.938C240.848 235.938 240.519 235.835 240.279 235.627C240.049 235.408 239.934 235.14 239.934 234.823ZM251.018 244.63C250.69 244.892 250.241 245.117 249.672 245.302C249.115 245.477 248.519 245.565 247.884 245.565C246.561 245.565 245.593 245.182 244.98 244.417C244.368 243.641 244.062 242.58 244.062 241.235C244.062 239.792 244.406 238.71 245.095 237.988C245.784 237.267 246.752 236.906 247.999 236.906C248.415 236.906 248.819 236.961 249.213 237.07C249.607 237.179 249.957 237.36 250.263 237.611C250.569 237.863 250.815 238.201 251.001 238.628C251.187 239.054 251.28 239.584 251.28 240.219C251.28 240.448 251.264 240.694 251.231 240.957C251.209 241.219 251.171 241.492 251.116 241.777H246.194C246.227 242.465 246.402 242.985 246.719 243.334C247.047 243.684 247.572 243.859 248.294 243.859C248.743 243.859 249.142 243.794 249.492 243.662C249.853 243.52 250.126 243.378 250.312 243.236L251.018 244.63ZM247.966 238.611C247.408 238.611 246.993 238.781 246.719 239.12C246.457 239.448 246.298 239.891 246.244 240.448H249.295C249.339 239.858 249.246 239.404 249.016 239.087C248.797 238.77 248.447 238.611 247.966 238.611ZM256.182 243.072C256.182 242.853 256.089 242.678 255.904 242.547C255.718 242.416 255.488 242.296 255.215 242.187C254.941 242.077 254.64 241.968 254.312 241.859C253.984 241.738 253.683 241.58 253.41 241.383C253.136 241.175 252.907 240.918 252.721 240.612C252.535 240.295 252.442 239.891 252.442 239.399C252.442 238.59 252.682 237.972 253.164 237.546C253.645 237.119 254.34 236.906 255.247 236.906C255.871 236.906 256.434 236.972 256.937 237.103C257.44 237.234 257.834 237.382 258.118 237.546L257.643 239.087C257.391 238.989 257.074 238.885 256.691 238.775C256.308 238.666 255.92 238.611 255.526 238.611C254.892 238.611 254.575 238.857 254.575 239.349C254.575 239.546 254.668 239.705 254.854 239.825C255.04 239.945 255.269 240.06 255.543 240.169C255.816 240.268 256.117 240.377 256.445 240.497C256.773 240.618 257.074 240.776 257.347 240.973C257.621 241.159 257.85 241.405 258.036 241.711C258.222 242.017 258.315 242.411 258.315 242.892C258.315 243.723 258.047 244.379 257.511 244.86C256.986 245.33 256.193 245.565 255.132 245.565C254.553 245.565 254.006 245.488 253.492 245.335C252.989 245.193 252.579 245.024 252.261 244.827L252.852 243.236C253.104 243.378 253.437 243.52 253.853 243.662C254.268 243.794 254.695 243.859 255.132 243.859C255.45 243.859 255.701 243.799 255.887 243.679C256.084 243.559 256.182 243.356 256.182 243.072Z" fill="#fff"/>
8
- <path d="M269.609 48.3778C269.609 29.207 254.062 13.666 234.883 13.666C215.704 13.666 200.156 29.207 200.156 48.3778C200.156 67.5485 215.704 83.0895 234.883 83.0895C254.062 83.0895 269.609 67.5485 269.609 48.3778Z" fill="#006580"/>
9
- <path d="M274 106C274 98.8203 268.18 93 261 93C253.82 93 248 98.8203 248 106C248 113.18 253.82 119 261 119C268.18 119 274 113.18 274 106Z" fill="#d8dee4"/>
10
- <path d="M53 125.5C53 114.73 44.2696 106 33.5 106C22.7304 106 14 114.73 14 125.5C14 136.27 22.7304 145 33.5 145C44.2696 145 53 136.27 53 125.5Z" fill="#E3EED1"/>
11
- <path d="M148 260C148 252.268 141.732 246 134 246C126.268 246 120 252.268 120 260C120 267.732 126.268 274 134 274C141.732 274 148 267.732 148 260Z" fill="#fff"/>
12
- <path d="M221.023 52.7073C220.79 52.8749 220.491 52.9952 220.127 53.068C219.769 53.1409 219.401 53.1774 219.022 53.1774C218.562 53.1774 218.125 53.1081 217.709 52.9696C217.301 52.8239 216.94 52.5943 216.627 52.2809C216.313 51.9602 216.061 51.5484 215.872 51.0455C215.689 50.5353 215.598 49.9194 215.598 49.1978C215.598 48.4471 215.7 47.8203 215.905 47.3174C216.116 46.8072 216.386 46.399 216.714 46.0929C217.049 45.7795 217.421 45.5572 217.83 45.426C218.238 45.2875 218.646 45.2183 219.055 45.2183C219.492 45.2183 219.86 45.2474 220.159 45.3057C220.466 45.364 220.717 45.4333 220.914 45.5134L220.619 46.7817C220.451 46.7015 220.25 46.6432 220.017 46.6067C219.791 46.5703 219.514 46.5521 219.186 46.5521C218.58 46.5521 218.092 46.7671 217.72 47.1971C217.356 47.6271 217.173 48.2941 217.173 49.1978C217.173 49.5914 217.217 49.9522 217.305 50.2802C217.392 50.6009 217.523 50.8778 217.698 51.1111C217.88 51.337 218.103 51.5156 218.366 51.6468C218.635 51.7707 218.945 51.8326 219.295 51.8326C219.623 51.8326 219.9 51.7998 220.127 51.7342C220.352 51.6686 220.549 51.5848 220.717 51.4828L221.023 52.7073ZM221.258 50.2911C221.258 49.3655 221.484 48.6548 221.936 48.1592C222.388 47.6563 223.022 47.4048 223.839 47.4048C224.277 47.4048 224.656 47.4741 224.977 47.6126C225.297 47.751 225.564 47.9478 225.775 48.2029C225.986 48.4507 226.143 48.7532 226.245 49.1104C226.355 49.4675 226.41 49.8611 226.41 50.2911C226.41 51.2167 226.183 51.931 225.731 52.4339C225.286 52.9296 224.656 53.1774 223.839 53.1774C223.402 53.1774 223.022 53.1081 222.702 52.9696C222.381 52.8312 222.111 52.638 221.892 52.3902C221.681 52.1351 221.52 51.829 221.411 51.4718C221.309 51.1147 221.258 50.7211 221.258 50.2911ZM222.724 50.2911C222.724 50.5316 222.745 50.7539 222.789 50.958C222.833 51.1621 222.899 51.3406 222.986 51.4937C223.074 51.6468 223.186 51.767 223.325 51.8545C223.471 51.9347 223.642 51.9748 223.839 51.9748C224.211 51.9748 224.488 51.8399 224.67 51.5702C224.853 51.3006 224.944 50.8742 224.944 50.2911C224.944 49.7882 224.86 49.3837 224.692 49.0776C224.524 48.7642 224.24 48.6074 223.839 48.6074C223.489 48.6074 223.216 48.7386 223.019 49.001C222.822 49.2634 222.724 49.6935 222.724 50.2911ZM230.742 53.0243V49.9194C230.742 49.4748 230.676 49.1541 230.545 48.9573C230.421 48.7605 230.206 48.6621 229.9 48.6621C229.63 48.6621 229.4 48.7423 229.211 48.9026C229.029 49.0557 228.897 49.2488 228.817 49.4821V53.0243H227.395V47.5579H228.522L228.686 48.2795H228.729C228.897 48.0462 229.119 47.8421 229.397 47.6672C229.674 47.4923 230.031 47.4048 230.468 47.4048C230.738 47.4048 230.979 47.4413 231.19 47.5142C231.402 47.587 231.58 47.7073 231.726 47.8749C231.872 48.0426 231.982 48.2722 232.054 48.5637C232.127 48.848 232.164 49.2015 232.164 49.6242V53.0243H230.742ZM232.786 47.5579H233.541V46.5302L234.963 46.1257V47.5579H236.297V48.7605H234.963V50.8596C234.963 51.2386 234.999 51.5119 235.072 51.6796C235.152 51.8399 235.298 51.9201 235.51 51.9201C235.656 51.9201 235.78 51.9055 235.881 51.8764C235.991 51.8472 236.111 51.8035 236.242 51.7452L236.494 52.8385C236.297 52.9332 236.067 53.0134 235.805 53.079C235.542 53.1446 235.277 53.1774 235.006 53.1774C234.503 53.1774 234.131 53.0498 233.891 52.7947C233.658 52.5323 233.541 52.1059 233.541 51.5156V48.7605H232.786V47.5579ZM237.135 47.8749C237.427 47.7437 237.774 47.6417 238.174 47.5688C238.575 47.4886 238.995 47.4486 239.432 47.4486C239.811 47.4486 240.128 47.496 240.384 47.5907C240.639 47.6781 240.839 47.8057 240.985 47.9733C241.139 48.141 241.244 48.3414 241.303 48.5746C241.368 48.8079 241.401 49.0703 241.401 49.3618C241.401 49.6825 241.39 50.0068 241.368 50.3348C241.346 50.6555 241.332 50.9726 241.324 51.286C241.324 51.5994 241.335 51.9055 241.357 52.2043C241.379 52.4959 241.434 52.7729 241.521 53.0352H240.362L240.132 52.2809H240.078C239.932 52.5068 239.728 52.7036 239.465 52.8712C239.21 53.0316 238.878 53.1118 238.47 53.1118C238.214 53.1118 237.985 53.0753 237.781 53.0024C237.577 52.9223 237.402 52.8129 237.256 52.6745C237.11 52.5287 236.997 52.3611 236.917 52.1715C236.836 51.9748 236.796 51.7561 236.796 51.5156C236.796 51.1803 236.869 50.8997 237.015 50.6737C237.168 50.4405 237.383 50.2546 237.66 50.1162C237.945 49.9704 238.28 49.872 238.667 49.821C239.06 49.7627 239.498 49.7445 239.979 49.7663C240.03 49.3581 240.001 49.0666 239.892 48.8917C239.782 48.7095 239.538 48.6184 239.159 48.6184C238.874 48.6184 238.572 48.6475 238.251 48.7058C237.938 48.7642 237.678 48.8407 237.474 48.9354L237.135 47.8749ZM238.94 51.942C239.224 51.942 239.45 51.88 239.618 51.7561C239.786 51.6249 239.91 51.4864 239.99 51.3407V50.63C239.764 50.6082 239.546 50.6045 239.334 50.6191C239.13 50.6337 238.947 50.6665 238.787 50.7175C238.627 50.7685 238.499 50.8414 238.404 50.9361C238.31 51.0309 238.262 51.1511 238.262 51.2969C238.262 51.501 238.32 51.6614 238.437 51.778C238.561 51.8873 238.728 51.942 238.94 51.942ZM246.466 52.6854C246.247 52.8457 245.981 52.966 245.668 53.0462C245.362 53.1336 245.044 53.1774 244.716 53.1774C244.279 53.1774 243.907 53.1081 243.601 52.9696C243.301 52.8312 243.058 52.638 242.868 52.3902C242.678 52.1351 242.54 51.829 242.452 51.4718C242.372 51.1147 242.332 50.7211 242.332 50.2911C242.332 49.3655 242.54 48.6548 242.955 48.1592C243.371 47.6563 243.976 47.4048 244.771 47.4048C245.172 47.4048 245.493 47.4376 245.733 47.5032C245.981 47.5688 246.204 47.6526 246.401 47.7547L246.062 48.9136C245.894 48.8334 245.726 48.7714 245.558 48.7277C245.398 48.684 245.212 48.6621 245.001 48.6621C244.607 48.6621 244.308 48.7933 244.104 49.0557C243.9 49.3108 243.797 49.7226 243.797 50.2911C243.797 50.5244 243.823 50.7393 243.874 50.9361C243.925 51.1329 244.001 51.3042 244.104 51.45C244.206 51.5958 244.337 51.7124 244.497 51.7998C244.665 51.88 244.858 51.9201 245.077 51.9201C245.318 51.9201 245.522 51.891 245.69 51.8326C245.858 51.767 246.007 51.6905 246.138 51.603L246.466 52.6854ZM246.757 47.5579H247.512V46.5302L248.934 46.1257V47.5579H250.268V48.7605H248.934V50.8596C248.934 51.2386 248.97 51.5119 249.043 51.6796C249.123 51.8399 249.269 51.9201 249.481 51.9201C249.627 51.9201 249.751 51.9055 249.852 51.8764C249.962 51.8472 250.082 51.8035 250.213 51.7452L250.465 52.8385C250.268 52.9332 250.038 53.0134 249.776 53.079C249.513 53.1446 249.248 53.1774 248.977 53.1774C248.474 53.1774 248.102 53.0498 247.862 52.7947C247.629 52.5323 247.512 52.1059 247.512 51.5156V48.7605H246.757V47.5579ZM253.403 51.5156C253.403 51.3698 253.342 51.2532 253.217 51.1657C253.093 51.0783 252.94 50.9981 252.758 50.9252C252.576 50.8523 252.375 50.7794 252.156 50.7065C251.938 50.6264 251.737 50.5207 251.555 50.3895C251.373 50.251 251.22 50.0797 251.096 49.8756C250.971 49.6643 250.91 49.3946 250.91 49.0666C250.91 48.5273 251.07 48.1155 251.391 47.8312C251.712 47.547 252.174 47.4048 252.78 47.4048C253.196 47.4048 253.571 47.4486 253.906 47.536C254.242 47.6235 254.504 47.7219 254.694 47.8312L254.377 48.8589C254.209 48.7933 253.998 48.724 253.742 48.6512C253.487 48.5783 253.228 48.5418 252.966 48.5418C252.543 48.5418 252.331 48.7058 252.331 49.0338C252.331 49.165 252.393 49.2707 252.517 49.3509C252.642 49.4311 252.795 49.5076 252.977 49.5805C253.159 49.6461 253.36 49.7189 253.578 49.7991C253.797 49.8793 253.998 49.985 254.18 50.1162C254.362 50.2401 254.515 50.4041 254.639 50.6082C254.763 50.8122 254.825 51.0746 254.825 51.3953C254.825 51.9492 254.646 52.3865 254.289 52.7073C253.939 53.0206 253.41 53.1774 252.703 53.1774C252.317 53.1774 251.952 53.1264 251.61 53.0243C251.274 52.9296 251.001 52.8166 250.789 52.6854L251.183 51.6249C251.351 51.7196 251.573 51.8144 251.85 51.9092C252.127 51.9966 252.412 52.0404 252.703 52.0404C252.915 52.0404 253.082 52.0003 253.206 51.9201C253.338 51.8399 253.403 51.7051 253.403 51.5156Z" fill="#fff"/>
13
- <path d="M186.811 36H110.44C103.03 36 97.0022 42.1639 97.0022 49.7386V214.261C97.0022 221.836 103.03 228 110.44 228H186.811C194.221 228 200.251 221.836 200.251 214.261V49.7386C200.251 42.1639 194.221 36 186.811 36V36Z" fill="#506478"/>
14
- <path d="M122.878 46.1879C122.151 45.0826 121.726 43.753 121.726 42.3211C121.726 39.5101 123.363 37.0947 125.712 36H110.44C103.018 36 97 42.1516 97 49.7386V214.261C97 221.848 103.018 227.998 110.44 227.998H126.676V58.2279C126.676 53.9074 125.237 49.7739 122.878 46.1879V46.1879Z" fill="#506478"/>
15
- <path d="M104.78 122.775V214.261C104.78 217.457 107.314 220.047 110.438 220.047H186.809C189.934 220.047 192.467 217.457 192.467 214.261C192.467 211.122 192.467 165.292 192.467 122.775H104.78Z" fill="#506478"/>
16
- <path d="M186.765 43.9536H175.415C174.345 43.9536 173.477 44.84 173.477 45.9329C173.477 48.5585 171.377 50.7055 168.81 50.7055H128.353C125.784 50.7055 123.684 48.5585 123.684 45.9329C123.684 44.84 122.817 43.9536 121.746 43.9536H110.396C107.27 43.9536 104.736 46.5438 104.736 49.7379V206.171C104.736 213.903 111.004 220.171 118.736 220.171H178.425C186.157 220.171 192.425 213.903 192.425 206.171V49.7379C192.425 46.5438 189.892 43.9536 186.765 43.9536Z" fill="#fff"/>
17
- <path d="M111.567 153.491L148.67 117.03L185.774 153.491V203.843H111.567V153.491Z" fill="#506478"/>
18
- <path d="M111.567 153.491L148.67 117.03L185.774 153.491V182.139L111.567 153.491Z" fill="#d8dee4"/>
19
- <path d="M185.774 203.843H164.054L133.286 132.148L148.67 117.03L185.774 153.491V203.843Z" fill="#9faebc"/>
20
- <path d="M185.774 153.491V182.139L148.67 167.995L133.286 132.148L148.67 117.03L185.774 153.491Z" fill="#32BCFA"/>
21
- <rect x="113.13" y="78.2456" width="38.4051" height="38.4051" rx="19.2026" fill="#FFEFDD"/>
22
- <rect x="148.463" y="69.0283" width="66.825" height="66.825" rx="33.4125" fill="#E3EED1"/>
23
- <g clip-path="url(#clip0_560_302)">
24
- <path d="M225.559 124.682C224.31 120.009 219.34 117.324 214.727 119.201C213.538 114.753 208.904 111.931 204.207 113.621V102.154C204.203 91.2911 187.962 91.2742 187.958 102.154V144.447C183.848 140.287 180.171 136.566 180.162 136.557C176.996 133.348 171.838 133.348 168.673 136.557C165.509 139.753 165.498 144.973 168.673 148.184C169.458 148.978 189.365 169.125 190.15 169.919C195.265 175.096 202.199 178 209.432 178V178C224.496 177.999 236.704 165.644 236.705 150.399C236.705 144.917 236.705 145.8 236.705 132.302C236.703 126.523 230.936 122.495 225.559 124.682Z" fill="#7e9bfa"/>
25
- </g>
26
- <rect x="143.086" y="59.811" width="16.1302" height="16.1302" rx="8.06508" fill="#FBEAEF"/>
27
- <defs>
28
- <clipPath id="clip0_560_302">
29
- <rect width="83" height="84" fill="#fff" transform="translate(160 94)"/>
30
- </clipPath>
31
- </defs>
32
- </svg>
@@ -1,12 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_5917_5673)">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.6089 3.51592C14.9178 3.51592 13.5477 0 9.97568 0C6.45263 0 5.08259 3.51592 2.39149 3.51592C2.19575 3.51592 2 3.71976 2 3.97445C2 11.9237 3.07651 15.8473 9.77977 19.9236C9.92654 20.0255 10.0733 20.0255 10.1713 19.9236C16.9235 15.847 18 11.9233 18 3.97445C18 3.71961 17.8046 3.51592 17.6089 3.51592Z" fill="#798da1"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.8489 3.90727C16.5 8 10.6499 14.1914 5.3999 16.5C6.5 18 9 19.5 9.82134 19.9256C9.97184 20.025 10.1223 20.025 10.2228 19.9256C17.1462 15.9457 18.2 12.1152 18.2 4.35492C18.2 4.10613 17.9109 3.71922 17.8489 3.90727Z" fill="#d8dee4"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4527 6.1773L8.65739 11.0015L7.55685 9.87588C6.14182 8.50907 4.09811 10.5994 5.43445 12.0467L7.63554 14.2175C8.18581 14.8608 9.20767 14.8608 9.75794 14.2175L15.5749 8.34782C16.9112 6.90052 14.7891 4.73001 13.4527 6.1773Z" fill="#fff"/>
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_5917_5673">
9
- <rect width="20" height="20" fill="#fff" transform="matrix(-1 0 0 1 20 0)"/>
10
- </clipPath>
11
- </defs>
12
- </svg>
@@ -1,33 +0,0 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_5926_7311)">
3
- <mask id="mask0_5926_7311" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="80" height="80">
4
- <ellipse rx="39.9782" ry="40" transform="matrix(1 0 0.000546136 1 40 40)" fill="#C4C4C4"/>
5
- </mask>
6
- <g mask="url(#mask0_5926_7311)">
7
- <rect width="79.9563" height="80" fill="#d8dee4"/>
8
- <path d="M19.9891 75.5C19.9891 67.0769 26.5845 62.1011 30.4581 58.53C33.6116 55.6229 40.2573 54.1973 41.6545 54.7205C44.1692 51.4083 47.3832 48 47.3832 48C47.3832 48 53.0924 49.059 56.5994 54.5632C56.6081 54.55 56.6165 54.5391 56.6246 54.5304C57.411 53.6866 59.3094 54.206 63.5687 55.9675C68.2993 57.924 70.1333 61.5851 71.7658 64.8441C72.1548 65.6207 72.5324 66.3745 72.935 67.0769C73.6221 68.2756 74.309 69.4005 74.9591 70.4217C68.3292 77.1281 59.251 81.4656 49.0727 81.9542C38.3198 82.4704 27.3754 82.1861 19.9891 75.5Z" fill="#798da1"/>
9
- <path d="M32.4523 80C31.6171 79.7185 30.7939 79.8282 29.9836 79.5C31.4828 74.5 35.4806 69 35.4806 69C35.4806 69 32.5849 75.5007 32.4523 80Z" fill="#9faebc"/>
10
- <path d="M67.9629 74.1332C67.2562 74.5109 66.5363 74.8703 65.8038 75.2106C65.1252 70.9221 63.4454 66.9249 63.4454 66.9249C63.4454 66.9249 65.9144 70.6322 67.9629 74.1332Z" fill="#9faebc"/>
11
- <path d="M50.4589 60.5411C54.8217 60.3473 58.2237 57.609 58.0575 54.425C57.8913 51.241 54.2198 48.817 49.857 49.0109C45.4942 49.2047 41.8109 51.816 41.9771 55C42.1433 58.184 46.0961 60.735 50.4589 60.5411Z" fill="#9faebc"/>
12
- </g>
13
- <path d="M32.514 13.4897C32.585 13.3508 32.625 13.1933 32.625 13.0265V12.6987C32.625 7 26.745 2.00895 19.5 2C12.255 2.00895 6.375 7 6.375 12.6987V13.0265C6.375 13.1933 6.41504 13.3508 6.48599 13.4897C6.41346 14.0491 6.37571 14.6195 6.375 15.1987V23.3209C6.375 23.8816 6.82705 24.3362 7.38464 24.3362H11.4231C11.9807 24.3362 12.4328 23.8816 12.4328 23.3209V15.1987C12.4327 11.2735 15.5969 8.09168 19.5 8.09168C23.4031 8.09168 26.5673 11.2735 26.5672 15.1987V23.3209C26.5672 23.8816 27.0193 24.3362 27.5769 24.3362H31.6154C32.1729 24.3362 32.625 23.8816 32.625 23.3209V15.1987C32.6243 14.6195 32.5865 14.0491 32.514 13.4897Z" fill="#798da1"/>
14
- <path d="M7.14704 16.7129H31.853C34.6956 16.7129 37 19.0344 37 21.898V36.8147C37 39.6785 34.6956 41.9999 31.853 41.9999H7.14704C4.30441 41.9999 2 39.6785 2 36.8148V21.8981C2 19.0344 4.30441 16.7129 7.14704 16.7129Z" fill="#798da1"/>
15
- <path d="M24.5 26.3093C24.5101 23.9394 22.5597 22.01 20.1435 22C17.7272 21.9901 15.7602 23.9032 15.75 26.2731C15.743 27.9113 16.6874 29.4104 18.1842 30.1371L17.5087 34.7716C17.441 35.2409 17.7741 35.6751 18.2526 35.7415C18.2931 35.7471 18.334 35.75 18.3749 35.75H21.875C22.3582 35.7546 22.7538 35.3742 22.7585 34.9002C22.7589 34.8572 22.7561 34.8142 22.7499 34.7716L22.0744 30.1371C23.5532 29.4107 24.4906 27.9313 24.5 26.3093Z" fill="#9faebc"/>
16
- <path d="M29.0134 32.2481C28.0431 33.288 27.4728 34.7488 27.5493 36.3388C27.6933 39.33 30.0725 41.646 32.8635 41.5115C32.9722 41.5063 33.0799 41.4974 33.1865 41.485C35.2943 48.1873 39.9879 56.6206 50.2256 56.1274C61.6129 55.5789 65.8597 47.0417 67.1959 39.5086C69.6606 39.0448 71.4679 36.6789 71.3354 33.9254C71.2746 32.6624 70.8153 31.5198 70.0948 30.6311C69.4266 32.2046 67.6405 31.5696 66.9979 30.0542C66.4549 28.7738 66.3689 27.4332 66.2826 26.0884C66.1694 24.3228 66.0557 22.55 64.9067 20.8969C61.4779 15.9643 58.6925 16.65 54.2627 17.7405C52.7505 18.1128 51.0465 18.5323 49.0599 18.7915C42.951 19.5886 36.8421 16.4163 36.8421 16.4163C36.8421 16.4163 32.4647 22.7653 33.1276 32.7276C33.281 35.0369 30.3759 35.1148 29.0134 32.2481Z" fill="#FFE5C7"/>
17
- <path d="M40.7195 26.5824C40.2205 26.6649 39.6241 26.7635 39.6513 26.2843C39.8397 22.9649 47.173 24.2515 46.1278 26.1923C45.9101 26.5965 45.3652 26.3187 44.7914 26.026C44.3957 25.8242 43.9863 25.6154 43.6609 25.6184C42.2982 25.631 41.9002 25.9316 41.5458 26.1993C41.3287 26.3633 41.1279 26.5149 40.7316 26.5804L40.7195 26.5824Z" fill="#506478"/>
18
- <path d="M59.0016 24.5061C60.1492 24.379 61.8065 24.7816 62.3068 25.7188C62.5573 26.1884 62.3458 26.356 61.7278 26.5298C61.1975 26.6788 60.8455 26.4867 60.4623 26.2776C60.3482 26.2153 60.2313 26.1515 60.1061 26.0947C59.6556 25.8907 59.1279 25.8029 58.6156 25.85C58.318 25.8771 58.1185 25.9599 57.9029 26.0493C57.7369 26.1182 57.5613 26.1909 57.3241 26.2453C56.9733 26.3256 56.5223 26.3799 56.5011 26.0786C56.4319 25.0945 58.0407 24.6125 59.0016 24.5061Z" fill="#506478"/>
19
- <path d="M60.6853 28.7917C60.6023 28.7443 60.5143 28.703 60.4212 28.6689C57.3466 27.5397 56.3033 32.4137 58.5476 33.2047C61.7876 34.3468 62.6098 29.8916 60.6853 28.7917Z" fill="#506478"/>
20
- <path d="M43.4516 28.6689C43.5447 28.703 43.6327 28.7443 43.7157 28.7917C45.6402 29.8916 44.818 34.3468 41.578 33.2047C39.3337 32.4137 40.377 27.5397 43.4516 28.6689Z" fill="#506478"/>
21
- <path d="M60.3057 29.3319C59.9647 29.0084 59.3158 29.2962 59.4084 29.7364C59.4555 29.9609 59.5004 30.1404 59.7078 30.2933C60.024 30.5271 60.6574 30.2532 60.6318 29.8807C60.6149 29.6382 60.4834 29.5005 60.3057 29.3319Z" fill="#fff"/>
22
- <path d="M42.9904 44.2544C42.9904 44.2544 50.5599 48.7723 56.3298 45.4444C53.2001 49.9618 44.7488 49.2698 42.9904 44.2544Z" fill="#506478"/>
23
- <path d="M43.3358 29.3316C42.9948 29.0082 42.3458 29.2959 42.4384 29.7362C42.486 29.9605 42.5305 30.1401 42.7378 30.293C43.054 30.5268 43.6875 30.2533 43.6618 29.8804C43.6449 29.6379 43.5134 29.5002 43.3358 29.3316Z" fill="#fff"/>
24
- <path d="M33.6459 8.32858C37.8842 2.19261 46.8233 0.76179 54.9082 2.27765C59.4846 3.1357 74.5136 8.32725 70.216 17.137C70.4665 19.776 70.6078 22.4377 70.6103 25.0886C70.6116 26.7738 70.6434 28.5854 70.227 30.2323C69.7053 32.2962 67.6894 31.685 66.9978 30.0541C65.742 27.0926 66.9307 23.8091 64.9066 20.8968C60.3072 14.2802 56.8657 17.7729 49.0598 18.7914C42.9509 19.5885 36.842 16.4162 36.842 16.4162C36.842 16.4162 32.4646 22.7652 33.1275 32.7275C33.3363 35.8704 27.88 34.8801 28.3572 27.9593C28.8341 21.0385 27.1819 8.94907 33.6459 8.32858Z" fill="#506478"/>
25
- <path d="M19.0586 46C10.8197 46 4 52.7025 4 60.9414C4 69.1803 10.8197 76 19.0586 76C27.2975 76 34 69.1803 34 60.9414C34 52.7025 27.2975 46 19.0586 46Z" fill="#7e9bfa"/>
26
- <path d="M25.4521 55.8445C26.0569 55.2397 27.0375 55.2397 27.6423 55.8445C28.2471 56.4493 28.2471 57.4299 27.6423 58.0347L18.4629 67.2141C18.1569 67.5201 17.7548 67.6713 17.3537 67.6677C16.9534 67.6707 16.5521 67.5196 16.2467 67.2141L10.7894 61.7569C10.1846 61.152 10.1846 60.1715 10.7894 59.5667C11.3942 58.9618 12.3748 58.9618 12.9796 59.5667L17.3548 63.9418L25.4521 55.8445Z" fill="#fff"/>
27
- </g>
28
- <defs>
29
- <clipPath id="clip0_5926_7311">
30
- <rect width="80" height="80" fill="#fff"/>
31
- </clipPath>
32
- </defs>
33
- </svg>
@@ -1,34 +0,0 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_5918_5770)">
3
- <mask id="mask0_5918_5770" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="80" height="80">
4
- <ellipse rx="39.9782" ry="40" transform="matrix(1 0 0.000546136 1 40 40)" fill="#C4C4C4"/>
5
- </mask>
6
- <g mask="url(#mask0_5918_5770)">
7
- <rect width="79.9563" height="80" fill="#d8dee4"/>
8
- <path d="M19.9891 75.5C19.9891 67.0769 26.5845 62.1011 30.4581 58.53C33.6116 55.6229 40.2573 54.1973 41.6545 54.7205C44.1692 51.4083 47.3832 48 47.3832 48C47.3832 48 53.0924 49.059 56.5994 54.5632C56.6081 54.55 56.6165 54.5391 56.6246 54.5304C57.411 53.6866 59.3094 54.206 63.5687 55.9675C68.2993 57.924 70.1333 61.5851 71.7658 64.8441C72.1548 65.6207 72.5324 66.3745 72.935 67.0769C73.6221 68.2756 74.309 69.4005 74.9591 70.4217C68.3292 77.1281 59.251 81.4656 49.0727 81.9542C38.3198 82.4704 27.3754 82.1861 19.9891 75.5Z" fill="#798da1"/>
9
- <path d="M32.4523 80C31.6171 79.7185 30.7939 79.8282 29.9836 79.5C31.4828 74.5 35.4806 69 35.4806 69C35.4806 69 32.5849 75.5007 32.4523 80Z" fill="#9faebc"/>
10
- <path d="M67.9629 74.1332C67.2562 74.5109 66.5363 74.8703 65.8038 75.2106C65.1252 70.9221 63.4454 66.9249 63.4454 66.9249C63.4454 66.9249 65.9144 70.6322 67.9629 74.1332Z" fill="#9faebc"/>
11
- <path d="M50.4589 60.5411C54.8217 60.3473 58.2237 57.609 58.0575 54.425C57.8913 51.241 54.2198 48.817 49.857 49.0109C45.4942 49.2047 41.8109 51.816 41.9771 55C42.1433 58.184 46.0961 60.735 50.4589 60.5411Z" fill="#9faebc"/>
12
- </g>
13
- <path d="M29.0134 32.2481C28.0431 33.288 27.4728 34.7488 27.5493 36.3388C27.6933 39.33 30.0725 41.646 32.8635 41.5115C32.9722 41.5063 33.0799 41.4974 33.1865 41.485C35.2943 48.1873 39.9879 56.6206 50.2256 56.1274C61.6129 55.5789 65.8597 47.0417 67.1959 39.5086C69.6606 39.0448 71.4679 36.6789 71.3354 33.9254C71.2746 32.6624 70.8153 31.5198 70.0948 30.6311C69.4266 32.2046 67.6405 31.5696 66.9979 30.0542C66.4549 28.7738 66.3689 27.4332 66.2826 26.0884C66.1694 24.3228 66.0557 22.55 64.9067 20.8969C61.4779 15.9643 58.6925 16.65 54.2627 17.7405C52.7505 18.1128 51.0465 18.5323 49.0599 18.7915C42.951 19.5886 36.8421 16.4163 36.8421 16.4163C36.8421 16.4163 32.4647 22.7653 33.1276 32.7276C33.281 35.0369 30.3759 35.1148 29.0134 32.2481Z" fill="#FFE5C7"/>
14
- <path d="M40.7195 26.5824C40.2205 26.6649 39.6241 26.7635 39.6513 26.2843C39.8397 22.9649 47.173 24.2515 46.1278 26.1923C45.9101 26.5965 45.3652 26.3187 44.7914 26.026C44.3957 25.8242 43.9863 25.6154 43.6609 25.6184C42.2982 25.631 41.9002 25.9316 41.5458 26.1993C41.3287 26.3633 41.1279 26.5149 40.7316 26.5804L40.7195 26.5824Z" fill="#506478"/>
15
- <path d="M59.0016 24.5061C60.1492 24.379 61.8065 24.7816 62.3068 25.7188C62.5573 26.1884 62.3458 26.356 61.7278 26.5298C61.1975 26.6788 60.8455 26.4867 60.4623 26.2776C60.3482 26.2153 60.2313 26.1515 60.1061 26.0947C59.6556 25.8907 59.1279 25.8029 58.6156 25.85C58.318 25.8771 58.1185 25.9599 57.9029 26.0493C57.7369 26.1182 57.5613 26.1909 57.3241 26.2453C56.9733 26.3256 56.5223 26.3799 56.5011 26.0786C56.4319 25.0945 58.0407 24.6125 59.0016 24.5061Z" fill="#506478"/>
16
- <path d="M60.6853 28.7917C60.6023 28.7443 60.5143 28.703 60.4212 28.6689C57.3466 27.5397 56.3033 32.4137 58.5476 33.2047C61.7876 34.3468 62.6098 29.8916 60.6853 28.7917Z" fill="#506478"/>
17
- <path d="M43.4516 28.6689C43.5447 28.703 43.6327 28.7443 43.7157 28.7917C45.6402 29.8916 44.818 34.3468 41.578 33.2047C39.3337 32.4137 40.377 27.5397 43.4516 28.6689Z" fill="#506478"/>
18
- <path d="M60.3057 29.3319C59.9647 29.0084 59.3158 29.2962 59.4084 29.7364C59.4555 29.9609 59.5004 30.1404 59.7078 30.2933C60.024 30.5271 60.6574 30.2532 60.6318 29.8807C60.6149 29.6382 60.4834 29.5005 60.3057 29.3319Z" fill="#fff"/>
19
- <path d="M42.9904 44.2544C42.9904 44.2544 50.5599 48.7723 56.3298 45.4444C53.2001 49.9618 44.7488 49.2698 42.9904 44.2544Z" fill="#506478"/>
20
- <path d="M43.3358 29.3316C42.9948 29.0082 42.3458 29.2959 42.4384 29.7362C42.486 29.9605 42.5305 30.1401 42.7378 30.293C43.054 30.5268 43.6875 30.2533 43.6618 29.8804C43.6449 29.6379 43.5134 29.5002 43.3358 29.3316Z" fill="#fff"/>
21
- <path d="M33.6459 8.32858C37.8842 2.19261 46.8233 0.76179 54.9082 2.27765C59.4846 3.1357 74.5136 8.32725 70.216 17.137C70.4665 19.776 70.6078 22.4377 70.6103 25.0886C70.6116 26.7738 70.6434 28.5854 70.227 30.2323C69.7053 32.2962 67.6894 31.685 66.9978 30.0541C65.742 27.0926 66.9307 23.8091 64.9066 20.8968C60.3072 14.2802 56.8657 17.7729 49.0598 18.7914C42.9509 19.5885 36.842 16.4162 36.842 16.4162C36.842 16.4162 32.4646 22.7652 33.1275 32.7275C33.3363 35.8704 27.88 34.8801 28.3572 27.9593C28.8341 21.0385 27.1819 8.94907 33.6459 8.32858Z" fill="#506478"/>
22
- <path d="M0 74.439C0.00477872 76.403 1.59609 77.9952 3.55895 77.9999H21.9821C23.945 77.9952 25.5351 76.4042 25.541 74.4402V35.5609C25.5363 33.597 23.945 32.0048 21.9821 32H3.55895C1.59609 32.0048 0.00477872 33.597 0 35.5609V74.439Z" fill="#798da1"/>
23
- <path d="M21.9821 78H3.55895C1.59609 77.9952 0.00477872 76.403 0 74.4391V69.929C11.7352 69.929 15.098 69.929 25.541 69.929V74.4403C25.5351 76.4042 23.945 77.9952 21.9821 78Z" fill="#607890"/>
24
- <rect x="2.99841" y="36" width="13.9924" height="14" rx="1" fill="#fff"/>
25
- <path d="M2.99731 59C2.99731 58.4477 3.44479 58 3.99677 58H17.9891C18.5411 58 18.9886 58.4477 18.9886 59V66C18.9886 66.5523 18.5411 67 17.9891 67H3.99677C3.44479 67 2.99731 66.5523 2.99731 66V59Z" fill="#d8dee4"/>
26
- <rect x="2.99841" y="53" width="10.994" height="3" rx="1" fill="#d8dee4"/>
27
- <path d="M35.3928 67.5719L27.2857 75.4291C26.5057 76.1879 25.2306 76.1927 24.4455 75.4291L18.3365 69.507L15.156 74.7166C14.2538 76.195 11.9472 75.892 11.4882 74.2299L4.06829 47.4526C3.66835 46.008 5.03526 44.6799 6.52952 45.0685L34.1541 52.2598C35.8684 52.7045 36.1829 54.9379 34.6563 55.8159L29.2823 58.8958L35.3928 64.8192C36.1762 65.5798 36.1762 66.8115 35.3928 67.5719V67.5719Z" fill="#7e9bfa"/>
28
- </g>
29
- <defs>
30
- <clipPath id="clip0_5918_5770">
31
- <rect width="80" height="80" fill="#fff"/>
32
- </clipPath>
33
- </defs>
34
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.12632 11.982C7.72355 11.8554 7.31639 12.1646 7.31607 12.5953C7.31552 13.3012 7.31693 14.6346 7.31693 17.227C7.31693 20.5392 9.29976 23.3779 12.1189 24.5705C17.2167 26.7332 22.8654 22.8912 22.8654 17.227C22.8654 15.7622 22.8799 14.7215 22.8851 13.8248C22.9008 11.332 20.6431 9.38339 18.1538 9.99335C15.9259 10.5399 15.1524 11.6338 12.4212 12.2406C10.8691 12.5852 9.39234 12.3801 8.12632 11.982V11.982Z" fill="#FFE5C7"/>
3
- <path d="M8.85733 28.4662C10.0007 28.4654 11.0074 27.8643 11.587 26.9525C12.1222 26.1119 12.1155 25.3679 12.1102 24.7698C12.1097 24.7119 12.1092 24.6553 12.1092 24.6002L12.1209 24.5705C9.3018 23.3779 7.31897 20.5392 7.31897 17.2269V16.9757C6.18896 16.9757 5.27725 16.0399 5.27725 14.8898V10.6266C5.27725 9.35529 4.79038 8.13457 3.92029 7.22766C3.90537 7.21161 3.90223 7.18754 3.91244 7.16908C5.00476 5.26617 7.1949 3.66022 9.82715 3.3729L10.3164 3.31913C10.4781 3.30147 10.5103 3.07434 10.3596 3.01094L9.35206 2.58718C9.22484 2.53341 9.22091 2.34962 9.34656 2.29183C13.2101 0.518141 18.5437 0.246871 21.9094 3.56231C24.804 6.41385 24.8558 10.5094 24.8307 11.6707V15.0062C24.8307 16.0716 23.9869 16.9757 22.8675 16.9757V17.2269C22.8675 20.5392 20.8846 23.3779 18.0655 24.5705L18.0773 24.6002C18.0773 24.6541 18.0769 24.709 18.0764 24.765C18.0717 25.377 18.0661 26.1147 18.5995 26.9525C18.6292 26.9992 18.66 27.0451 18.6919 27.0902C18.1677 28.4812 17.8809 29.9886 17.8809 31.563C12.1092 34 6.20117 33 8.85733 28.4662Z" fill="#fff"/>
4
- <path d="M3.91418 7.16895C3.90374 7.18717 3.90688 7.21157 3.92211 7.22746C4.79165 8.13469 5.27868 9.35556 5.27868 10.6265V14.8898C5.27868 16.0398 6.19015 16.9757 7.3204 16.9757C7.3204 14.547 7.31907 13.2778 7.31954 12.5956C7.31985 12.1649 7.72702 11.8553 8.12978 11.982C9.39581 12.3801 10.8726 12.5852 12.4246 12.2405C15.1558 11.6338 15.9293 10.5398 18.1571 9.99329C20.6465 9.38333 22.9041 11.332 22.8884 13.8248C22.8837 14.6442 22.8704 15.6683 22.8688 16.9757C23.9882 16.9757 24.832 16.0716 24.832 15.0062V11.6707C24.8571 10.5093 24.8053 6.41381 21.9108 3.56226C18.5454 0.246744 13.2112 0.518175 9.3483 2.29203C9.22266 2.34973 9.22595 2.5336 9.3534 2.58721L10.361 3.01113C10.5116 3.07454 10.4799 3.30142 10.318 3.31916L9.82858 3.37285C7.19609 3.6605 5.00611 5.26589 3.91418 7.16895V7.16895Z" fill="#506478"/>
5
- <path d="M2.99805 32.2001V34.4049C2.99805 36.7479 7.5 40.0126 15.2677 40.0126C24 40.0126 27.1846 36.7607 27.1846 34.4049V32.2001C27.1846 29.8869 24.5622 28.0131 21.3276 28.0123C20.1839 28.012 19.177 27.5909 18.5976 26.9531C16.5752 28.1887 13.6086 28.1895 11.5851 26.9531C11.0058 27.5909 9.99872 28.012 8.85504 28.0123C5.62048 28.0131 2.99805 29.8869 2.99805 32.2001Z" fill="#798da1"/>
6
- <path d="M20.1074 37.0001C20.1074 37.5523 20.5551 38.0001 21.1074 38.0001H33.8443C34.3965 38.0001 34.8443 37.5523 34.8443 37.0001V26.6618L27.4758 21.158L20.1074 26.6618V37.0001Z" fill="#d8dee4"/>
7
- <path d="M35.8929 28.5263C36.8429 28.5263 37.3066 27.3208 36.6186 26.6396L28.1995 18.3019C27.793 17.8994 27.1543 17.8994 26.7479 18.3019L18.3287 26.6396C17.6408 27.3208 18.1045 28.5263 19.0545 28.5263H35.8929Z" fill="#9faebc"/>
8
- <path d="M24.8443 30.6316H30.1074C30.6888 30.6316 31.16 31.1029 31.16 31.6842V38H23.7916V31.6842C23.7916 31.1029 24.2629 30.6316 24.8443 30.6316Z" fill="#fff"/>
9
- <path d="M25.8968 32.2104H29.0547C29.3454 32.2104 29.581 32.4461 29.581 32.7368V37.9999H25.3705V32.7368C25.3705 32.4461 25.6061 32.2104 25.8968 32.2104Z" fill="#9faebc"/>
10
- </svg>
@@ -1,31 +0,0 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_5925_6911)">
3
- <mask id="mask0_5925_6911" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="80" height="80">
4
- <ellipse rx="39.9782" ry="40" transform="matrix(1 0 0.000546136 1 40 40)" fill="#C4C4C4"/>
5
- </mask>
6
- <g mask="url(#mask0_5925_6911)">
7
- <path d="M0 0H79.9563V80H1.10284e-09L0 0Z" fill="#d8dee4"/>
8
- <path d="M19.9891 75.5C19.9891 67.0769 26.5845 62.1011 30.4581 58.53C33.6116 55.6229 40.2573 54.1973 41.6545 54.7205C44.1692 51.4083 47.3832 48 47.3832 48C47.3832 48 53.0924 49.059 56.5994 54.5632C56.6081 54.55 56.6165 54.5391 56.6246 54.5304C57.411 53.6866 59.3094 54.206 63.5687 55.9675C68.2993 57.924 70.1333 61.5851 71.7658 64.8441C72.1548 65.6207 72.5324 66.3745 72.935 67.0769C73.6221 68.2756 74.309 69.4005 74.9591 70.4217C68.3292 77.1281 59.251 81.4656 49.0727 81.9542C38.3198 82.4704 27.3754 82.1861 19.9891 75.5Z" fill="#798da1"/>
9
- <path d="M32.4523 80C31.6171 79.7185 30.7939 79.8282 29.9836 79.5C31.4828 74.5 35.4806 69 35.4806 69C35.4806 69 32.5849 75.5007 32.4523 80Z" fill="#9faebc"/>
10
- <path d="M67.9629 74.1332C67.2562 74.5109 66.5363 74.8703 65.8038 75.2106C65.1252 70.9221 63.4454 66.9249 63.4454 66.9249C63.4454 66.9249 65.9144 70.6322 67.9629 74.1332Z" fill="#9faebc"/>
11
- <path d="M50.4589 60.5411C54.8217 60.3473 58.2237 57.609 58.0575 54.425C57.8913 51.241 54.2198 48.817 49.857 49.0109C45.4942 49.2047 41.8109 51.816 41.9771 55C42.1433 58.184 46.0961 60.735 50.4589 60.5411Z" fill="#9faebc"/>
12
- </g>
13
- <path d="M29.0134 32.2481C28.0431 33.288 27.4728 34.7488 27.5493 36.3388C27.6933 39.33 30.0725 41.646 32.8635 41.5115C32.9722 41.5063 33.0799 41.4974 33.1865 41.485C35.2943 48.1873 39.9879 56.6206 50.2256 56.1274C61.6129 55.5789 65.8597 47.0417 67.1959 39.5086C69.6606 39.0448 71.4679 36.6789 71.3354 33.9254C71.2746 32.6624 70.8153 31.5198 70.0948 30.6311C69.4266 32.2046 67.6405 31.5696 66.9979 30.0542C66.4549 28.7738 66.3689 27.4332 66.2826 26.0884C66.1694 24.3228 66.0557 22.55 64.9067 20.8969C61.4779 15.9643 58.6925 16.65 54.2627 17.7405C52.7505 18.1128 51.0465 18.5323 49.0599 18.7915C42.951 19.5886 36.8421 16.4163 36.8421 16.4163C36.8421 16.4163 32.4647 22.7653 33.1276 32.7276C33.281 35.0369 30.3759 35.1148 29.0134 32.2481Z" fill="#FFE5C7"/>
14
- <path d="M40.7195 26.5824C40.2205 26.6649 39.6241 26.7635 39.6513 26.2843C39.8397 22.9649 47.173 24.2515 46.1278 26.1923C45.9101 26.5965 45.3652 26.3187 44.7914 26.026C44.3957 25.8242 43.9863 25.6154 43.6609 25.6184C42.2982 25.631 41.9002 25.9316 41.5458 26.1993C41.3287 26.3633 41.1279 26.5149 40.7316 26.5804L40.7195 26.5824Z" fill="#506478"/>
15
- <path d="M59.0016 24.5061C60.1492 24.379 61.8065 24.7816 62.3068 25.7188C62.5573 26.1884 62.3458 26.356 61.7278 26.5298C61.1975 26.6788 60.8455 26.4867 60.4623 26.2776C60.3482 26.2153 60.2313 26.1515 60.1061 26.0947C59.6556 25.8907 59.1279 25.8029 58.6156 25.85C58.318 25.8771 58.1185 25.9599 57.9029 26.0493C57.7369 26.1182 57.5613 26.1909 57.3241 26.2453C56.9733 26.3256 56.5223 26.3799 56.5011 26.0786C56.4319 25.0945 58.0407 24.6125 59.0016 24.5061Z" fill="#506478"/>
16
- <path d="M60.6853 28.7917C60.6023 28.7443 60.5143 28.703 60.4212 28.6689C57.3466 27.5397 56.3033 32.4137 58.5476 33.2047C61.7876 34.3468 62.6098 29.8916 60.6853 28.7917Z" fill="#506478"/>
17
- <path d="M43.4516 28.6689C43.5447 28.703 43.6327 28.7443 43.7157 28.7917C45.6402 29.8916 44.818 34.3468 41.578 33.2047C39.3337 32.4137 40.377 27.5397 43.4516 28.6689Z" fill="#506478"/>
18
- <path d="M60.3057 29.3319C59.9647 29.0084 59.3158 29.2962 59.4084 29.7364C59.4555 29.9609 59.5004 30.1404 59.7078 30.2933C60.024 30.5271 60.6574 30.2532 60.6318 29.8807C60.6149 29.6382 60.4834 29.5005 60.3057 29.3319Z" fill="#fff"/>
19
- <path d="M42.9904 44.2544C42.9904 44.2544 50.5599 48.7723 56.3298 45.4444C53.2001 49.9618 44.7488 49.2698 42.9904 44.2544Z" fill="#506478"/>
20
- <path d="M43.3358 29.3316C42.9948 29.0082 42.3458 29.2959 42.4384 29.7362C42.486 29.9605 42.5305 30.1401 42.7378 30.293C43.054 30.5268 43.6875 30.2533 43.6618 29.8804C43.6449 29.6379 43.5134 29.5002 43.3358 29.3316Z" fill="#fff"/>
21
- <path d="M33.6459 8.32858C37.8842 2.19261 46.8233 0.76179 54.9082 2.27765C59.4846 3.1357 74.5136 8.32725 70.216 17.137C70.4665 19.776 70.6078 22.4377 70.6103 25.0886C70.6116 26.7738 70.6434 28.5854 70.227 30.2323C69.7053 32.2962 67.6894 31.685 66.9978 30.0541C65.742 27.0926 66.9307 23.8091 64.9066 20.8968C60.3072 14.2802 56.8657 17.7729 49.0598 18.7914C42.9509 19.5885 36.842 16.4162 36.842 16.4162C36.842 16.4162 32.4646 22.7652 33.1275 32.7275C33.3363 35.8704 27.88 34.8801 28.3572 27.9593C28.8341 21.0385 27.1819 8.94907 33.6459 8.32858Z" fill="#506478"/>
22
- <path d="M33.5097 59.1997C32.5477 59.0407 31.6147 58.8173 30.7363 58.5359C24.2973 56.4732 20.5866 51.2534 19.2773 44.4733C19.153 43.831 18.233 43.847 18.1312 44.4933C16.8855 52.4201 12.3781 58.089 4.46145 59.7168C3.83185 59.8462 3.84808 60.7657 4.48198 60.8728C12.3769 62.2058 17.1599 67.702 18.6757 75.5175C18.7711 76.0099 19.2874 76.0034 19.2578 75.9924C19.54 75.9872 19.7779 75.7778 19.8218 75.4962C20.4532 71.4412 22.3284 65.9144 27.6762 62.6133C29.3846 61.5596 31.3546 60.8004 33.5312 60.3564C33.8066 60.3002 34.003 60.0531 33.9977 59.7692C33.9924 59.4853 33.787 59.2456 33.5097 59.1997Z" fill="#7e9bfa"/>
23
- <path d="M26.3272 24.799C26.0257 24.7497 25.7333 24.6804 25.458 24.5931C23.44 23.9532 22.2773 22.3333 21.8673 20.2289C21.8284 20.0296 21.5401 20.0346 21.5081 20.2352C21.1173 22.6956 19.7042 24.4554 17.2229 24.9611C17.0256 25.0013 17.0306 25.2867 17.2293 25.3199C19.7036 25.7332 21.2024 27.4389 21.677 29.8646C21.7069 30.0174 21.8688 30.0154 21.8595 30.012C21.9479 30.0104 22.0225 29.9454 22.0363 29.858C22.2344 28.5993 22.8224 26.8838 24.4987 25.8588C25.0342 25.5317 25.6517 25.296 26.3339 25.158C26.4202 25.1406 26.4818 25.0639 26.4801 24.9757C26.4785 24.8876 26.4141 24.8132 26.3272 24.799Z" fill="#798da1"/>
24
- <path d="M18.6409 34.4839C18.1681 34.4066 17.7094 34.2979 17.2777 34.161C14.1127 33.1574 12.2892 30.6168 11.6462 27.3164C11.5851 27.0037 11.1329 27.0116 11.0828 27.3262C10.4698 31.185 8.25359 33.9451 4.36197 34.7382C4.05248 34.8012 4.06037 35.2488 4.37196 35.3009C8.25268 35.9491 10.6033 38.6242 11.3477 42.4287C11.3946 42.6684 11.6484 42.6652 11.6338 42.6599C11.7726 42.6573 11.8895 42.5553 11.9111 42.4183C12.2218 40.4442 13.1441 37.7536 15.7731 36.1461C16.613 35.6331 17.5814 35.2633 18.6514 35.047C18.7868 35.0196 18.8833 34.8993 18.8808 34.7611C18.8782 34.6229 18.7772 34.5062 18.6409 34.4839Z" fill="#fff"/>
25
- </g>
26
- <defs>
27
- <clipPath id="clip0_5925_6911">
28
- <rect width="80" height="80" fill="#fff"/>
29
- </clipPath>
30
- </defs>
31
- </svg>
@@ -1,15 +0,0 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <ellipse rx="35.6376" ry="35.6309" transform="matrix(1 0 1.79901e-05 1 42.1895 41.6966)" fill="#d8dee4"/>
3
- <path d="M74.2092 57.3462C69.4183 67.5572 59.8685 75.3332 47.905 77.3682C35.9415 79.4032 24.3576 75.2221 16.4596 67.1694C33.9981 71.2868 43.5 55.0001 74.2092 57.3462Z" fill="#9faebc"/>
4
- <path d="M6.46741 67.8888C6.46741 68.9933 7.36284 69.8888 8.46741 69.8888H42.7013C43.8059 69.8888 44.7013 68.9933 44.7013 67.8888V40.4721L25.5844 26.1929L6.46741 40.4721V67.8888Z" fill="#798da1"/>
5
- <path d="M47.422 45.3099C49.8868 45.3099 51.0899 42.1824 49.305 40.4148L27.462 18.7832C26.4075 17.7389 24.7504 17.7389 23.6959 18.7832L1.85285 40.4148C0.0680384 42.1824 1.27113 45.3099 3.73588 45.3099H47.422Z" fill="#9faebc"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M32.2387 47.3311H35.0151C35.1327 47.3311 35.2278 47.4281 35.2278 47.5474C35.2278 47.5776 35.2217 47.6065 35.2109 47.6325L34.3494 50.3734H36.47C36.5876 50.3734 36.6827 50.4704 36.6827 50.5897C36.6827 50.638 36.6671 50.683 36.6404 50.7189L33.0829 56.4603C33.0207 56.5611 32.8897 56.5914 32.7904 56.5278C32.7181 56.4815 32.6828 56.3983 32.6931 56.3175L33.036 52.6401H30.742C30.6244 52.6401 30.5293 52.5432 30.5293 52.4238C30.5293 52.3967 30.5343 52.3704 30.5432 52.3467L32.0356 47.4832C32.0639 47.3907 32.1479 47.3313 32.2386 47.3313V47.3311L32.2387 47.3311Z" fill="#fff"/>
7
- <path d="M18.5779 56.5611C20.279 56.5611 21.6524 55.237 21.6524 53.6067C21.6524 52.0453 18.9011 47.6458 18.7754 47.4518C18.7754 47.3785 18.6991 47.3311 18.6004 47.3311C18.5017 47.3311 18.4254 47.3785 18.376 47.4518C18.2503 47.6459 15.499 52.0411 15.499 53.6067C15.499 55.237 16.8769 56.5611 18.578 56.5611H18.5779Z" fill="#fff"/>
8
- <path d="M39.4302 65.0927H38.4693V59.7225H39.4302C39.5278 59.7048 39.6101 59.6524 39.6535 59.5802C39.697 59.508 39.697 59.424 39.6535 59.3518C39.6101 59.2797 39.5278 59.2273 39.4302 59.2095H38.4693V58.9463C38.4693 58.5807 38.2253 58.2428 37.8292 58.06C37.4331 57.8771 36.9452 57.8771 36.5491 58.06C36.153 58.2428 35.909 58.5807 35.909 58.9463V59.2094L35.2706 59.2095V58.9463C35.2706 58.5807 35.0266 58.2428 34.6305 58.06C34.2345 57.8771 33.7464 57.8771 33.3504 58.06C32.9544 58.2428 32.7103 58.5807 32.7103 58.9463V59.2094L32.072 59.2095V58.9463C32.072 58.5807 31.8279 58.2428 31.4318 58.06C31.0358 57.8771 30.5478 57.8771 30.1517 58.06C29.7556 58.2428 29.5117 58.5807 29.5117 58.9463V59.2094L28.5508 59.2095C28.4531 59.2273 28.3709 59.2797 28.3274 59.3518C28.2839 59.424 28.2839 59.508 28.3274 59.5802C28.3709 59.6524 28.4531 59.7048 28.5508 59.7225H29.5117V65.0927H28.5508C28.4332 65.0927 28.3246 65.1428 28.2657 65.2242C28.207 65.3056 28.207 65.4059 28.2657 65.4874C28.3246 65.5688 28.4332 65.619 28.5508 65.619H29.5117V66.1294V66.1294C29.5117 66.4951 29.7556 66.8329 30.1517 67.0158C30.5478 67.1986 31.0358 67.1986 31.4318 67.0158C31.8279 66.8329 32.072 66.4951 32.072 66.1294V65.6058H32.7104V66.1163L32.7103 66.1162C32.7103 66.4819 32.9544 66.8198 33.3504 67.0027C33.7464 67.1855 34.2345 67.1855 34.6305 67.0027C35.0266 66.8198 35.2706 66.4819 35.2706 66.1162V65.6058H35.9091V66.1163L35.909 66.1162C35.909 66.4819 36.153 66.8198 36.5491 67.0027C36.9452 67.1855 37.4331 67.1855 37.8292 67.0027C38.2253 66.8198 38.4693 66.4819 38.4693 66.1162V65.6058H39.4302C39.5478 65.6058 39.6563 65.5557 39.7152 65.4742C39.7739 65.3928 39.7739 65.2925 39.7152 65.2111C39.6564 65.1297 39.5478 65.0796 39.4302 65.0796L39.4302 65.0927ZM32.7105 65.0927H32.0721V59.7225H32.7105L32.7105 65.0927ZM35.9091 65.0927H35.2707V59.7225H35.9092L35.9091 65.0927Z" fill="#fff"/>
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.1474 58.6924H22.0039H22.0041C22.3188 58.6924 22.6206 58.8174 22.8432 59.04C23.0658 59.2624 23.1908 59.5643 23.1908 59.8791V60.632C23.1908 60.9467 23.0658 61.2486 22.8432 61.4711C22.6206 61.6937 22.3188 61.8187 22.0041 61.8187H21.1245C20.9026 61.8188 20.688 61.7388 20.5202 61.5935C20.3524 61.4482 20.2425 61.2472 20.2108 61.0276H16.9354C16.9036 61.2472 16.7938 61.4482 16.626 61.5935C16.4582 61.7388 16.2436 61.8188 16.0216 61.8187H15.1474C14.8326 61.8187 14.5309 61.6937 14.3083 61.4711C14.0857 61.2486 13.9607 60.9467 13.9607 60.632V59.8791C13.9607 59.5643 14.0857 59.2625 14.3083 59.04C14.5309 58.8174 14.8326 58.6924 15.1474 58.6924ZM20.3177 62.6382L22.4893 63.6206L22.4892 63.6206C22.6979 63.714 22.8752 63.8658 22.9996 64.0576C23.1241 64.2494 23.1904 64.4731 23.1907 64.7017V65.8673C23.1907 66.1821 23.0657 66.484 22.8432 66.7064C22.6206 66.929 22.3188 67.054 22.0041 67.054H15.1475C14.8328 67.054 14.531 66.929 14.3084 66.7064C14.0859 66.484 13.9609 66.1821 13.9609 65.8673V64.7017C13.9612 64.4731 14.0275 64.2494 14.152 64.0576C14.2764 63.8658 14.4537 63.714 14.6624 63.6206L16.8406 62.6382C16.9298 62.5975 17.0009 62.5251 17.0398 62.4351L17.0397 62.4352L17.1056 62.2835C17.1981 62.0719 17.3502 61.8917 17.5433 61.7652C17.7366 61.6388 17.9625 61.5714 18.1935 61.5714H18.9714C19.2012 61.5727 19.4257 61.6407 19.6176 61.7671C19.8096 61.8935 19.9607 62.0729 20.0526 62.2835L20.1185 62.4365C20.1577 62.526 20.2286 62.5979 20.3177 62.6382Z" fill="#fff"/>
10
- <path d="M75.3771 48.0572H56.6229C54.6248 48.0524 53.0049 46.4582 53 44.4918V5.56532C53.0049 3.59895 54.6248 2.00479 56.6229 2H75.3771C77.3752 2.00479 78.9952 3.59895 79 5.56532V44.493C78.9939 46.4594 77.3752 48.0524 75.3771 48.0572Z" fill="#798da1"/>
11
- <path fill-rule="evenodd" clip-rule="evenodd" d="M56.5707 45.8544H75.0161L75.0174 45.8544C75.7696 45.8519 76.3802 45.2427 76.3841 44.4892V5.56835C76.381 4.81608 75.7705 4.20567 75.0181 4.20274H56.5686C55.8162 4.20567 55.2057 4.81624 55.2027 5.56865V44.4885C55.2057 45.2412 55.8166 45.8519 56.5694 45.8544L56.5707 45.8544ZM56.5653 48.0572C54.599 48.0524 53.0048 46.4582 53 44.4918V5.56532C53.0048 3.59895 54.599 2.00479 56.5653 2H75.0215C76.9878 2.00479 78.582 3.59895 78.5868 5.56532V44.493C78.5808 46.4594 76.9878 48.0524 75.0215 48.0572H56.5653Z" fill="#798da1"/>
12
- <path d="M75.3771 48.0574H56.6229C54.6248 48.0526 53.0049 46.4585 53 44.4921V39.9763C64.9461 39.9763 68.3693 39.9763 79 39.9763V44.4933C78.9939 46.4597 77.3752 48.0526 75.3771 48.0574Z" fill="#607890"/>
13
- <circle cx="61" cy="19" r="15" fill="#7e9bfa"/>
14
- <path d="M61.0011 11C58.1283 11 55.78 13.2982 55.78 16.1097C55.78 17.6988 56.5302 19.1239 57.7014 20.0627C57.5206 19.9369 57.2781 19.8754 57.0571 19.9186C55.2332 20.1641 53.5916 21.1682 52.5657 22.6855C52.3605 22.9755 52.1781 23.3102 52.0413 23.6226C51.9729 23.7565 51.9957 23.9127 52.0641 24.0466C52.2465 24.3589 52.4745 24.6713 52.6797 24.9391C52.9988 25.363 53.3408 25.7423 53.7284 26.0993C54.0476 26.4117 54.4124 26.7018 54.7772 26.9919C56.5783 28.3083 58.7443 29 60.9786 29C63.213 29 65.3789 28.3083 67.18 26.9919C67.5448 26.7241 67.9096 26.4117 68.2288 26.0993C68.5936 25.7423 68.9584 25.363 69.2776 24.9391C69.5056 24.649 69.7108 24.3589 69.8932 24.0466C70.0071 23.9127 70.0299 23.7564 69.9615 23.6226C69.8247 23.2879 69.6424 22.9755 69.4372 22.6855C68.3884 21.1682 66.7697 20.1641 64.9457 19.9186C64.7222 19.8968 64.4768 19.9392 64.2953 20.0671C65.4696 19.1283 66.2221 17.7012 66.2221 16.1097C66.2221 13.2982 63.8738 11 61.0011 11Z" fill="#fff"/>
15
- </svg>
@@ -1,25 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_5907_4861)">
3
- <path d="M2.55227 16.6724C0.965508 14.9025 -2.24164e-07 12.5641 0 10C4.82823e-07 4.47715 4.47715 -4.82823e-07 10 0C15.5229 4.82823e-07 20 4.47715 20 10C20 12.5641 19.0345 14.9025 17.4477 16.6724L2.55227 16.6724Z" fill="#798da1"/>
4
- <path d="M5.893 3.89702C6.17186 2.81245 7.21511 2.69526 7.21511 2.69526C7.21511 2.69526 7.4414 0.768188 9.99999 0.768188C12.5586 0.768189 12.7849 2.69526 12.7849 2.69526C12.7849 2.69526 13.8281 2.81245 14.107 3.89702C14.3859 4.98159 13.6653 6.52475 13.6653 6.52475L9.99999 8.01803L6.33472 6.52475C6.33472 6.52475 5.61417 4.98163 5.893 3.89702Z" fill="#d8dee4"/>
5
- <path d="M14.107 3.89707C14.3859 4.98164 13.6653 6.52481 13.6653 6.52481L11.8966 7.24539L11.4463 6.69922L11.4463 4.30418C12.544 4.07637 12.7849 3.32031 12.7849 2.69531C12.7849 2.69531 13.8281 2.8125 14.107 3.89707Z" fill="#d8dee4"/>
6
- <path d="M7.30175 7.17455C7.30175 7.17455 6.95421 6.32838 6.33472 6.52482C5.71523 6.72127 6.34968 8.5549 7.55863 8.67045L7.30175 7.17455Z" fill="#fff"/>
7
- <path d="M12.6982 7.17455C12.6982 7.17455 13.0457 6.32838 13.6652 6.52482C14.2847 6.72127 13.6502 8.5549 12.4413 8.67045L12.6982 7.17455Z" fill="#fff"/>
8
- <path d="M2.55225 16.6724C2.93147 15.564 3.35748 14.5308 3.71092 14.2188C4.57029 13.46 8.29314 12.8469 8.29314 12.8469L10 14.1667L11.7068 12.8469C11.7068 12.8469 15.4297 13.46 16.289 14.2188C16.6425 14.5308 17.0685 15.564 17.4477 16.6724C15.6169 18.7147 12.9587 20 9.99998 20C7.04127 20 4.38311 18.7147 2.55225 16.6724Z" fill="#d8dee4"/>
9
- <path d="M5.91331 18.6328C9.66722 18.6328 12.9374 16.564 14.6475 13.5046C15.3553 13.7125 15.9927 13.9569 16.2891 14.2187C16.6426 14.5308 17.0686 15.564 17.4478 16.6724C15.6169 18.7147 12.9588 20 10.0001 20C8.11886 20 6.35925 19.4801 4.85632 18.5768C5.20371 18.6134 5.55624 18.6328 5.91331 18.6328Z" fill="#d8dee4"/>
10
- <path d="M9.4198 15.9485L9.99996 15.0675L10.5801 15.9485L11.084 19.9418C10.7279 19.9802 10.3663 20 9.99996 20C9.63363 20 9.27199 19.9802 8.91589 19.9418L9.4198 15.9485Z" fill="#798da1"/>
11
- <path d="M9.38938 16.0831L10.6107 16.0831C10.6996 16.0831 10.7773 16.023 10.7997 15.9369L11.2891 14.0519L8.71094 14.0519L9.20031 15.9369C9.22266 16.023 9.30039 16.0831 9.38938 16.0831Z" fill="#798da1"/>
12
- <path d="M10.0184 15.9369L10.5078 14.0519L11.289 14.0519L10.7997 15.9369C10.7773 16.023 10.6996 16.0831 10.6106 16.0831H9.82935C9.91833 16.0831 9.99606 16.023 10.0184 15.9369Z" fill="#798da1"/>
13
- <path d="M11.7069 8.46924L11.7069 12.847C11.7069 13.5124 10.9427 14.0519 10.0001 14.0519C9.05739 14.0519 8.29321 13.5124 8.29321 12.847L8.29321 8.46924L11.7069 8.46924Z" fill="#fff"/>
14
- <path d="M11.7068 12.3047L10 14.0519C10 14.0519 10.6641 15.2528 11.0937 15.2528C11.5234 15.2528 12.2659 12.9477 12.2659 12.9477L11.7068 12.3047Z" fill="#fff"/>
15
- <path d="M8.29319 12.3047L10 14.0519C10 14.0519 9.33597 15.2528 8.90628 15.2528C8.47659 15.2528 7.73413 12.9477 7.73413 12.9477L8.29319 12.3047Z" fill="#fff"/>
16
- <path d="M4.40715 17.0409L4.85699 18.5772C4.56984 18.4047 4.29187 18.2184 4.02441 18.0188L4.02441 17.0958C4.02441 16.87 4.34371 16.8242 4.40715 17.0409Z" fill="#798da1"/>
17
- <path d="M15.9758 17.0957L15.9758 18.0187C15.7083 18.2184 15.4303 18.4046 15.1432 18.5772L15.593 17.0408C15.6565 16.8242 15.9758 16.87 15.9758 17.0957Z" fill="#798da1"/>
18
- <path d="M7.21516 6.1068C7.38602 5.69012 7.39836 4.41356 7.85161 4.2318C8.30485 4.05004 8.68493 4.5443 10 4.5443C11.3152 4.5443 11.6952 4.05004 12.1485 4.2318C12.6017 4.41356 12.6141 5.69012 12.7849 6.1068C12.9441 6.49501 13.1441 6.57411 13.1707 6.58313C13.1727 6.64383 13.1739 6.70489 13.1739 6.76649C13.1739 9.1036 11.7529 11.8446 10.0001 11.8446C8.24723 11.8446 6.82629 9.1036 6.82629 6.76649C6.82629 6.70485 6.8275 6.64379 6.82946 6.58313C6.85602 6.57415 7.05598 6.49501 7.21516 6.1068Z" fill="#fff"/>
19
- </g>
20
- <defs>
21
- <clipPath id="clip0_5907_4861">
22
- <rect width="20" height="20" fill="#fff" transform="matrix(1 0 0 -1 0 20)"/>
23
- </clipPath>
24
- </defs>
25
- </svg>
@@ -1,48 +0,0 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_5926_7346)">
3
- <mask id="mask0_5926_7346" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="81" height="80">
4
- <circle r="40" transform="matrix(1 0 1.79901e-05 1 40.0007 40)" fill="#C4C4C4"/>
5
- </mask>
6
- <g mask="url(#mask0_5926_7346)">
7
- <rect width="80" height="80" fill="#d8dee4"/>
8
- <path d="M79.4284 80.9909C79.4284 80.9909 71.5751 80.9909 65.7705 76.5529C56.8726 73.499 60.9208 55.1206 61.6156 54.4419C62.3102 53.763 68.494 54.3815 71.9995 56.0374C76.8207 58.3148 76.6564 61.7318 77.8573 65.0675C79.6002 69.9092 79.4283 73.4804 79.4283 73.4804C80.7563 73.4804 78.3659 77.6714 79.4284 80.9909Z" fill="#fff"/>
9
- <path d="M46.3743 58.1625C45.9895 60.1471 38.4489 70.0765 37.5 81C45.4612 89.0553 58.4584 88.258 67.9516 82.9256C67.1746 73.8394 64.0169 59.7799 62.1804 55.633C59.6278 49.8691 54.1195 48.5676 54.1195 48.5676C54.1195 48.5676 46.8786 55.5622 46.3743 58.1625Z" fill="#fff"/>
10
- <path d="M61.6298 54.0495C61.6298 56.7392 58.873 58.9196 55.4722 58.9196C52.0714 58.9196 49.3144 56.7392 49.3144 54.0495C49.3143 51.3598 52.0712 49.1794 55.472 49.1794C58.8728 49.1794 61.6297 51.3598 61.6298 54.0495Z" fill="#d8dee4"/>
11
- <path d="M36.0647 90.891C36.0647 90.891 35.8897 77.8201 42.507 72.8891C49.1244 67.9585 49.7045 54.8858 49.2137 54.1283C48.7231 53.3705 38.7577 53.3378 35.7893 55.8286C30.2603 60.4681 26.3179 73.2577 24 80C21.0578 78.1992 37.1254 87.7905 36.0647 90.891Z" fill="#fff"/>
12
- <path d="M37.5 80.5C38.0227 77.3038 41.9492 66.8714 41.9492 66.8714C41.9492 66.8714 40.6087 75.8901 43 80.0002C41.2702 80.5735 38.6742 81.3482 37.5 80.5Z" fill="#d8dee4"/>
13
- <path d="M69.8103 77.8347C69.5863 74.5731 67.6427 66.9507 67.6427 66.9507C67.6427 66.9507 68.24 75.6485 65.4491 79.5537C66.8702 79.5655 68.5502 78.5765 69.8103 77.8347Z" fill="#d8dee4"/>
14
- </g>
15
- <mask id="mask1_5926_7346" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="4" width="54" height="36">
16
- <path d="M41.465 14.9166C37.7717 5.87618 27.5935 1.60164 18.7313 5.36923C12.6717 7.94528 8.55158 13.7838 8.07945 20.4632C2.95851 21.1857 -0.618807 26.0063 0.0893844 31.2304C0.730255 35.9574 4.69344 39.476 9.37122 39.4712H41.4649C48.1116 39.4712 53.5 33.9745 53.5 27.194C53.5 20.4135 48.1119 14.9166 41.465 14.9166Z" fill="#d8dee4"/>
17
- </mask>
18
- <g mask="url(#mask1_5926_7346)">
19
- <rect x="-7.62207" y="-1.71655" width="63.9068" height="49.3959" fill="#9faebc"/>
20
- <path d="M41.0459 58.9215L29.0736 29.6574L0 17.4941V58.9215H41.0459Z" fill="#506478"/>
21
- <path d="M58.1904 58.9211V42.8048V41.7622L29.0448 29.6714L41.0459 58.9211H58.1904Z" fill="#9faebc"/>
22
- <path d="M0 17.4936L29.0448 29.6713L17.058 0.465088L0 17.4936Z" fill="#d8dee4"/>
23
- <path d="M58.1904 17.4937L29.1313 -11.6836L24.6218 -7.16582L17.0437 0.479639L29.0448 29.6714L58.1904 41.7622V17.4937Z" fill="#798da1"/>
24
- </g>
25
- <path d="M45.7627 36.9841C45.8952 39.7353 43.9206 42.066 41.3523 42.1897C38.7838 42.3133 36.5942 40.1831 36.4617 37.4319C36.3292 34.6803 38.3039 32.3496 40.8724 32.2259C43.4407 32.1023 45.6302 34.2325 45.7627 36.9841Z" fill="#FFE5C7"/>
26
- <path d="M76.7577 35.212C76.8903 37.9636 74.9156 40.2943 72.3473 40.4179C69.7788 40.5416 67.5892 38.4114 67.4567 35.6598C67.3242 32.9086 69.2989 30.5775 71.8674 30.4539C74.4357 30.3302 76.6252 32.4607 76.7577 35.212Z" fill="#FFE5C7"/>
27
- <path d="M40.1356 34.8538C40.1356 34.8538 41.8127 56.3798 57.3306 55.6327C72.8485 54.8855 73.9576 38.027 73.2971 31.9127C73.2971 23.5 69.4416 16.4453 69.4416 16.4453L56.3236 15.7324L44.9332 18.5858L39.7043 22.1026L39.5283 26.048L40.1356 34.8538Z" fill="#FFE5C7"/>
28
- <path d="M47.9056 27.2641C47.8804 27.7085 48.4384 27.6127 48.8998 27.5364C49.8596 27.378 49.5732 26.6703 51.5955 26.6516C52.3293 26.6448 53.5274 27.8077 53.8659 27.1795C54.8278 25.3944 48.079 24.211 47.9056 27.2641Z" fill="#506478"/>
29
- <path d="M68.7552 26.7442C68.2948 25.8821 66.7697 25.5119 65.7135 25.6287C64.8292 25.7267 63.3487 26.1699 63.4123 27.0751C63.4318 27.3522 63.8469 27.3023 64.1697 27.2284C64.6712 27.1136 64.8734 26.9091 65.3583 26.8648C65.8298 26.8216 66.3153 26.9023 66.7299 27.0899C67.232 27.3174 67.589 27.668 68.2224 27.4901C68.7912 27.3302 68.9858 27.1761 68.7552 26.7442Z" fill="#506478"/>
30
- <path d="M66.3269 32.1013C66.2763 32.0724 66.2228 32.0473 66.1661 32.0266C64.2949 31.3397 63.66 34.3044 65.0258 34.7856C66.9977 35.4803 67.4981 32.7703 66.3269 32.1013Z" fill="#506478"/>
31
- <path d="M66.0956 32.4297C65.8881 32.233 65.4934 32.4079 65.5498 32.6757C65.5785 32.8122 65.6058 32.9214 65.732 33.0144C65.9243 33.1566 66.3096 32.9901 66.294 32.7635C66.2837 32.616 66.2037 32.5322 66.0956 32.4297Z" fill="#fff"/>
32
- <path d="M39.5496 11.9705C41.1776 10.754 44.0316 10.7773 45.1828 13.0303C42.2227 14.3186 39.7138 12.2217 37.9951 14.8735C38.159 13.7318 38.6256 12.6609 39.5496 11.9705Z" fill="#506478"/>
33
- <path d="M42.7937 14.9415C45.541 11.6098 42.8817 6.83772 47.4446 5.56017C42.7384 5.8716 39.9004 12.4798 42.7937 14.9415Z" fill="#506478"/>
34
- <path d="M43.5605 12.4311C44.327 5.83928 51.9098 3.06533 59.3502 4.4596C73.9134 7.18864 78.8191 19.9426 72.9937 32.2065C72.6661 31.2236 72.6143 30.0295 72.5574 28.7182C72.4546 26.3484 72.3353 23.596 70.5409 21.0158C67.1575 16.151 64.272 16.7018 59.5812 17.5972C58.4037 17.822 57.1124 18.0684 55.671 18.2564C54.4135 18.4204 53.2354 18.3346 52.164 18.1026C52.7749 19.319 53.1972 20.9014 53.2373 23.1611C52.0967 21.4992 49.9741 20.2964 47.9828 19.1679C47.1533 18.6978 46.3465 18.2407 45.643 17.7686C45.6444 19.7041 46.2248 21.7391 46.9492 23.8411C45.3422 23.028 43.9914 21.8024 43.432 20.0905C43.3074 19.7092 43.2219 19.3089 43.1755 18.8993C42.9261 20.1418 43.1103 21.3779 43.3094 22.7134C43.7369 25.5815 44.2327 28.9078 40.6478 33.7395C37.7351 28.834 33.4428 14.1174 43.5605 12.4311Z" fill="#506478"/>
35
- <path d="M51.5162 31.8371C51.4614 31.8059 51.4033 31.7787 51.3419 31.7562C49.3137 31.0117 48.6255 34.2252 50.1059 34.7467C52.2433 35.4996 52.7857 32.5623 51.5162 31.8371Z" fill="#506478"/>
36
- <path d="M51.2651 32.193C51.0403 31.9797 50.6124 32.1693 50.6735 32.4596C50.7049 32.6075 50.7342 32.7259 50.871 32.8267C51.0795 32.9808 51.4972 32.8006 51.4802 32.5548C51.469 32.3949 51.3823 32.3041 51.2651 32.193Z" fill="#fff"/>
37
- <path d="M42.9878 29.4646V38.6289C42.9878 38.9742 43.2708 39.2566 43.6168 39.2566H54.9471C55.2931 39.2566 55.5761 38.9742 55.5761 38.6289L55.5763 34.6117H59.4768V38.6289C59.4768 38.9742 59.7598 39.2566 60.1058 39.2566H71.4361C71.7821 39.2566 72.0651 38.9742 72.0651 38.6289V29.4646C72.0651 29.1193 71.7821 28.8369 71.4361 28.8369H60.1058C59.7598 28.8369 59.4768 29.1193 59.4768 29.4646V33.3563H55.5447V29.4646C55.5447 29.1193 55.2617 28.8369 54.9157 28.8369H43.6168C43.2708 28.8369 42.9878 29.1193 42.9878 29.4646ZM61.0413 31.0122H70.5003V37.0816L61.0413 37.0814V31.0122ZM44.5525 31.0122H54.0115V37.0816L44.5525 37.0814V31.0122Z" fill="#506478"/>
38
- <path d="M65 45C65 45 61.5353 49.962 55 47.8849C58.525 50.6095 63.674 51.6719 65 45Z" fill="#506478"/>
39
- <path d="M31.4712 51.9995H8.52875C6.03188 51.9995 4 54.0824 4 56.6425V71.3565C4 73.9167 6.03188 75.9995 8.52875 75.9995H31.4712C33.9681 75.9995 36 73.9167 36 71.3565V56.6425C36 54.0824 33.9681 51.9995 31.4712 51.9995Z" fill="#fff"/>
40
- <path d="M31.4705 51.9995H24.9814C22.4845 51.9995 20.4526 54.0824 20.4526 56.6425L15.7208 71.3565C15.7208 73.9167 17.7527 75.9995 20.2496 75.9995H31.4705C33.9673 75.9995 35.9992 73.9167 35.9992 71.3565V56.6425C35.9992 54.0824 33.9673 51.9995 31.4705 51.9995Z" fill="#fff"/>
41
- <path d="M31.4712 51.9995H8.52875C6.03187 51.9995 4 54.0824 4 56.6425V71.3565C4 73.9167 6.03187 75.9995 8.52875 75.9995H31.4712C33.9681 75.9995 36 73.9167 36 71.3565V56.6425C36 54.0824 33.9681 51.9995 31.4712 51.9995ZM15.6131 59.386L10.8488 64.2699L15.0856 68.6131C15.4519 68.9885 15.4519 69.5972 15.0856 69.972C14.72 70.3474 14.1263 70.3474 13.76 69.972L8.86 64.949C8.49375 64.5736 8.49375 63.9656 8.86 63.5901L14.2869 58.0271C14.6531 57.6516 15.2469 57.6516 15.6131 58.0271C15.9788 58.4019 15.9788 59.0105 15.6131 59.386ZM23.808 57.125L18.8505 71.5141C18.678 72.0151 18.1424 72.2771 17.6543 72.1003C17.1661 71.9235 16.9099 71.3744 17.0824 70.874L22.0399 56.4849C22.2124 55.9846 22.7474 55.7219 23.2361 55.8987C23.7243 56.0755 23.9805 56.6246 23.808 57.125ZM31.14 64.4089L25.7131 69.972C25.3469 70.3474 24.7531 70.3474 24.3869 69.972C24.0212 69.5972 24.0212 68.9885 24.3869 68.6131L29.1513 63.7291L24.9144 59.386C24.5481 59.0105 24.5481 58.4019 24.9144 58.0271C25.28 57.6516 25.8737 57.6516 26.24 58.0271L31.14 63.05C31.5062 63.4255 31.5062 64.0335 31.14 64.4089Z" fill="#7e9bfa"/>
42
- </g>
43
- <defs>
44
- <clipPath id="clip0_5926_7346">
45
- <rect width="80.0014" height="80" fill="#fff"/>
46
- </clipPath>
47
- </defs>
48
- </svg>
@@ -1,23 +0,0 @@
1
- <svg width="81" height="80" viewBox="0 0 81 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="mask0_5925_7251" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="81" height="80">
3
- <circle r="40" transform="matrix(1 0 1.79893e-05 1 40.0007 40)" fill="#C4C4C4"/>
4
- </mask>
5
- <g mask="url(#mask0_5925_7251)">
6
- <rect width="80" height="80" fill="#d8dee4"/>
7
- <path fill-rule="evenodd" clip-rule="evenodd" d="M36.0619 53.1197C32.7395 52.9964 25.7253 53.7881 23.3334 55.9997C19.1605 59.858 18.002 65.6716 16.8581 71.4119L16.858 71.4119C16.4225 73.5975 15.9891 75.7725 15.3922 77.8249C14.035 77.0815 15.6813 79.1331 18.014 82.0401C20.896 85.6318 24.8259 90.5292 25.4342 93.0749C25.4435 93.702 25.4656 94.0612 25.4656 94.0612C25.5424 93.7956 25.5268 93.4625 25.4342 93.0749C25.4026 90.9386 25.52 85.6939 27.1685 80.9521C36.2343 89.2048 49.6802 90.0098 59.6766 83.744C59.4387 81.9714 59.1082 80.027 58.7132 78.0047C64.9254 81.3854 72.0387 81.0429 72.0387 81.0429C71.3294 79.1464 71.6777 76.9281 71.9359 75.284V75.284C72.1609 73.8513 72.3174 72.8546 71.6458 72.8869C71.6458 72.8869 71.6458 68.9998 69.5 63.8331C69.1931 63.0944 68.95 62.3487 68.7094 61.611C67.7908 58.7943 66.9099 56.0933 62.6666 54.3332C60.1382 53.2844 56.406 52.7698 53.903 52.7498C51.5734 54.2853 48.6433 55.292 44.971 55.4688C41.3526 55.643 38.4264 54.7034 36.0619 53.1197Z" fill="#fff"/>
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M51.3016 53.7168C51.4423 56.6376 48.5625 59.1496 44.8694 59.3274C41.1763 59.5052 38.0684 57.2815 37.9278 54.3607C37.7871 51.4398 40.6669 48.9279 44.36 48.7501C48.0531 48.5723 51.1609 50.7959 51.3016 53.7168ZM27.7351 80.2736C28.1357 76.7754 30.5998 68.6696 30.5998 68.6696C30.5998 68.6696 29.5317 77.9983 32.3434 82.3366C30.8138 82.2798 29.0546 81.1334 27.7351 80.2736ZM58.5058 67.4125C58.5058 67.4125 61.0151 75.5883 61.4288 79.1186C60.0993 79.99 58.3265 81.1519 56.7827 81.2133C59.6092 76.8265 58.5058 67.4125 58.5058 67.4125Z" fill="#d8dee4"/>
9
- </g>
10
- <path fill-rule="evenodd" clip-rule="evenodd" d="M26.0479 31.1837C26.3134 31.7386 26.5782 32.2373 26.8332 32.6668C30.7307 27.4136 30.1917 23.7973 29.7269 20.679V20.679C29.5104 19.2268 29.3101 17.8827 29.5815 16.5315C29.6319 16.977 29.7249 17.4123 29.8604 17.8269C30.4686 19.6881 31.9372 21.0206 33.6843 21.9046C32.8967 19.6193 32.2658 17.4067 32.2642 15.3024C33.0291 15.8157 33.9062 16.3128 34.8082 16.8239C36.9731 18.0507 39.2808 19.3584 40.5209 21.1653C40.4773 18.7089 40.0183 16.9887 39.3544 15.6664C40.519 15.9185 41.7996 16.0117 43.1665 15.8334C44.7336 15.6291 46.1374 15.3611 47.4175 15.1168C52.5174 14.1433 55.6547 13.5444 59.3332 18.8334C61.284 21.6386 61.4138 24.6311 61.5255 27.2076C61.5874 28.6332 61.6437 29.9314 61.9999 31C62.2528 30.4677 62.4871 29.9344 62.7028 29.4011C64.5881 30.119 65.983 31.999 66.0922 34.2669C66.2248 37.0205 64.4165 39.3863 61.9505 39.8502C60.6135 47.3833 56.3644 55.9203 44.971 56.4688C34.7277 56.962 30.0315 48.5286 27.9225 41.8264C27.8158 41.8388 27.7081 41.8476 27.5993 41.8529C24.8068 41.9873 22.4263 39.6713 22.2822 36.6802C22.1565 34.0687 23.7765 31.8059 26.0479 31.1837Z" fill="#FFE5C7"/>
11
- <path d="M34.7242 25.626C34.697 26.1053 35.2937 26.0067 35.793 25.9242L35.8051 25.9222C36.2016 25.8567 36.4024 25.7051 36.6197 25.5411C36.9743 25.2734 37.3725 24.9728 38.7359 24.9602C39.0615 24.9572 39.4712 25.166 39.8671 25.3678C40.4412 25.6604 40.9864 25.9383 41.2042 25.5341C42.25 23.5933 34.9127 22.3067 34.7242 25.626Z" fill="#506478"/>
12
- <path d="M57.3919 25.0606C56.8914 24.1234 55.2332 23.7208 54.085 23.8479C53.1235 23.9543 51.5139 24.4362 51.583 25.4204C51.6043 25.7217 52.0555 25.6674 52.4065 25.5871C52.6438 25.5327 52.8195 25.4599 52.9857 25.3911C53.2013 25.3017 53.401 25.2189 53.6988 25.1918C54.2113 25.1447 54.7392 25.2325 55.19 25.4365C55.3153 25.4933 55.4322 25.5571 55.5464 25.6194C55.9298 25.8285 56.282 26.0206 56.8126 25.8716C57.431 25.6977 57.6426 25.5302 57.3919 25.0606Z" fill="#506478"/>
13
- <path d="M54.5771 30.8035C54.6387 30.8261 54.697 30.8534 54.7519 30.8847C56.0253 31.6121 55.4813 34.5584 53.3374 33.8032C51.8524 33.2801 52.5427 30.0568 54.5771 30.8035Z" fill="#506478"/>
14
- <path d="M38.6494 30.5976C38.5898 30.5636 38.5267 30.534 38.4599 30.5096C36.2548 29.7002 35.5066 33.1939 37.1162 33.7609C39.4399 34.5795 40.0296 31.386 38.6494 30.5976Z" fill="#506478"/>
15
- <path d="M53 45C53 45 49.5353 49.962 43 47.8849C46.525 50.6095 51.674 51.6719 53 45Z" fill="#506478"/>
16
- <path d="M54.5006 31.2421C54.275 31.0282 53.8458 31.2184 53.9071 31.5095C53.9383 31.658 53.9681 31.7767 54.1052 31.8778C54.3143 32.0324 54.7332 31.8514 54.7163 31.6051C54.7051 31.4447 54.6181 31.3536 54.5006 31.2421Z" fill="#fff"/>
17
- <path d="M34.2229 2.02932C30.9392 2.24662 28.4921 5.2834 27.9916 8.13873C27.1326 8.20426 26.2946 8.50916 25.6393 8.99882C24.6348 9.74946 24.1274 10.9137 23.9493 12.155C24.7762 10.8792 25.7713 10.6144 26.9027 10.5942C20.0135 14.7411 24.0167 27.9231 26.8332 32.6668C30.7307 27.4137 30.1917 23.7973 29.7269 20.6791C29.5104 19.2269 29.3101 17.8827 29.5815 16.5316C29.6319 16.9771 29.7249 17.4124 29.8604 17.827C30.4686 19.6882 31.9372 21.0207 33.6843 21.9047C32.8967 19.6193 32.2658 17.4068 32.2642 15.3025C33.0291 15.8157 33.9062 16.3128 34.8082 16.8239C36.9731 18.0508 39.2808 19.3585 40.5209 21.1653C40.4773 18.709 40.0183 16.9888 39.3544 15.6664C40.519 15.9186 41.7996 16.0117 43.1665 15.8335C44.7336 15.6291 46.1374 15.3612 47.4175 15.1168C52.5174 14.1434 55.6547 13.5445 59.3332 18.8335C61.284 21.6387 61.4138 24.6312 61.5255 27.2076C61.5874 28.6332 61.6437 29.9314 61.9999 31.0001C68.3332 17.6667 62.9998 3.80053 47.1666 0.833509C40.3764 -0.438912 33.4772 1.48172 30.9435 6.37012C31.2113 4.41296 31.7087 2.73324 34.2229 2.02932Z" fill="#506478"/>
18
- <path d="M38.3765 30.9847C38.1321 30.7528 37.6669 30.959 37.7333 31.2745C37.7674 31.4353 37.7993 31.5641 37.948 31.6737C38.1747 31.8412 38.6288 31.6453 38.6104 31.3781C38.5982 31.2042 38.5039 31.1055 38.3765 30.9847Z" fill="#fff"/>
19
- <path d="M29.3773 28.0183V37.9819C29.3773 38.3572 29.685 38.6643 30.0612 38.6643H42.3796C42.7557 38.6643 43.0634 38.3572 43.0634 37.9819L43.0636 33.6143H47.3042V37.9819C47.3042 38.3572 47.6119 38.6643 47.9881 38.6643H60.3065C60.6826 38.6643 60.9903 38.3572 60.9903 37.9819V28.0183C60.9903 27.643 60.6826 27.3359 60.3065 27.3359H47.9881C47.6119 27.3359 47.3042 27.643 47.3042 28.0183V32.2495H43.0293V28.0183C43.0293 27.643 42.7216 27.3359 42.3454 27.3359H30.0612C29.6851 27.3359 29.3773 27.643 29.3773 28.0183ZM49.0052 29.7009H59.2891V36.2996L49.0052 36.2994V29.7009ZM31.0785 29.7009H41.3624V36.2996L31.0785 36.2994V29.7009Z" fill="#506478"/>
20
- <path d="M31.4712 52.9995H8.52875C6.03188 52.9995 4 55.0824 4 57.6425V72.3565C4 74.9167 6.03188 76.9995 8.52875 76.9995H31.4712C33.9681 76.9995 36 74.9167 36 72.3565V57.6425C36 55.0824 33.9681 52.9995 31.4712 52.9995Z" fill="#fff"/>
21
- <path d="M31.4705 52.9995H24.9814C22.4845 52.9995 20.4526 55.0824 20.4526 57.6425L15.7208 72.3565C15.7208 74.9167 17.7527 76.9995 20.2496 76.9995H31.4705C33.9673 76.9995 35.9992 74.9167 35.9992 72.3565V57.6425C35.9992 55.0824 33.9673 52.9995 31.4705 52.9995Z" fill="#fff"/>
22
- <path d="M31.4712 52.9995H8.52875C6.03187 52.9995 4 55.0824 4 57.6425V72.3565C4 74.9167 6.03187 76.9995 8.52875 76.9995H31.4712C33.9681 76.9995 36 74.9167 36 72.3565V57.6425C36 55.0824 33.9681 52.9995 31.4712 52.9995ZM15.6131 60.386L10.8488 65.2699L15.0856 69.6131C15.4519 69.9885 15.4519 70.5972 15.0856 70.972C14.72 71.3474 14.1263 71.3474 13.76 70.972L8.86 65.949C8.49375 65.5736 8.49375 64.9656 8.86 64.5901L14.2869 59.0271C14.6531 58.6516 15.2469 58.6516 15.6131 59.0271C15.9788 59.4019 15.9788 60.0105 15.6131 60.386ZM23.808 58.125L18.8505 72.5141C18.678 73.0151 18.1424 73.2771 17.6543 73.1003C17.1661 72.9235 16.9099 72.3744 17.0824 71.874L22.0399 57.4849C22.2124 56.9846 22.7474 56.7219 23.2361 56.8987C23.7243 57.0755 23.9805 57.6246 23.808 58.125ZM31.14 65.4089L25.7131 70.972C25.3469 71.3474 24.7531 71.3474 24.3869 70.972C24.0212 70.5972 24.0212 69.9885 24.3869 69.6131L29.1513 64.7291L24.9144 60.386C24.5481 60.0105 24.5481 59.4019 24.9144 59.0271C25.28 58.6516 25.8737 58.6516 26.24 59.0271L31.14 64.05C31.5062 64.4255 31.5062 65.0335 31.14 65.4089Z" fill="#7e9bfa"/>
23
- </svg>
@@ -1,12 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_5916_5639)">
3
- <path d="M10.8086 7.53516V18.8348L13.975 15.9278L16.2731 20.0007L17.9431 19.2055L15.7304 15.2877H20.0018L10.8086 7.53516Z" fill="#798da1"/>
4
- <path d="M7.34127 16.1272C6.88044 14.7639 6.56748 13.362 6.40733 11.942C7.20191 11.9869 8.02106 12.0139 8.85231 12.0139H8.88659V10.6009H8.85231C7.93051 10.6009 7.06495 10.5718 6.2557 10.5223C6.19942 9.77873 6.16275 8.99023 6.16275 8.1365C6.16275 7.28277 6.19447 6.49427 6.24837 5.74857C7.06019 5.6992 7.92553 5.66991 8.84733 5.66991C9.76913 5.66991 10.6321 5.69905 11.4414 5.74857C11.4414 6.00541 12.8014 6.83373 13.0357 7.03115C13.0234 6.64034 12.999 6.26066 12.972 5.88097C14.5309 6.0278 16.0697 6.3169 17.5664 6.74377C17.6548 7.20212 17.7006 7.66657 17.7032 8.13195C17.7027 8.59656 17.6585 9.06041 17.5712 9.51813C17.5039 9.87077 17.107 10.4638 16.9266 10.6709C15.7723 10.1093 14.8608 9.54042 14.0408 8.986C12.782 8.13484 11.6676 7.2265 10.3709 6.3949C10.1891 7.86275 10.1822 8.04791 9.8671 10.3916C9.69534 11.6693 9.42368 15.689 9.42368 16.2871C8.84733 16.2871 8.19368 16.1272 7.34127 16.1272ZM5.59829 0.583848C5.24184 1.85389 4.99181 3.14712 4.85008 4.45231C3.43043 4.58174 2.02378 4.81068 0.642323 5.13739C1.08849 4.11037 1.75684 3.17725 2.60704 2.39452C3.45723 1.6118 4.47146 0.99583 5.58838 0.583848H5.59829ZM5.59829 15.6912C4.47744 15.2811 3.45911 14.6658 2.60533 13.8826C1.75173 13.0992 1.08045 12.1647 0.632412 11.1353C2.01387 11.463 3.42069 11.6927 4.84035 11.8228C4.98139 13.1272 5.23073 14.4196 5.58598 15.689L5.59829 15.6912ZM4.71076 10.3916C3.15929 10.2429 1.62778 9.95313 0.138656 9.52675C-0.0462188 8.60819 -0.0462188 7.66641 0.138656 6.74785C1.62787 6.32147 3.15942 6.03172 4.71076 5.88301C4.66181 6.61307 4.63248 7.36571 4.63248 8.12946C4.63248 8.89321 4.66181 9.6637 4.71076 10.3916ZM8.85251 4.25879C8.01392 4.25879 7.19477 4.28355 6.40753 4.32837C6.56921 2.90304 6.88457 1.49588 7.34881 0.127515C8.34771 -0.042505 9.37202 -0.042505 10.3709 0.127515C10.8301 1.49708 11.1404 2.90484 11.2975 4.33077C10.5103 4.28361 9.69109 4.25879 8.85251 4.25879ZM12.8599 4.44981C12.7188 3.14466 12.4695 1.85155 12.1141 0.581349C13.2336 0.992208 14.2505 1.60789 15.1029 2.39106C15.9553 3.17423 16.6254 4.10847 17.0726 5.13706C15.6894 4.8094 14.281 4.57958 12.8599 4.44981Z" fill="#d8dee4"/>
5
- <path d="M7.34258 16.1272C6.88175 14.7639 6.56879 13.3621 6.40864 11.942C7.20322 11.987 8.02237 12.0139 8.85362 12.0139H8.8879V10.6009H8.85362C7.93182 10.6009 7.06625 10.5718 6.25701 10.5223C6.20073 9.77875 6.16406 8.99025 6.16406 8.13652C6.16406 7.28279 6.19578 6.49428 6.24968 5.74858C7.06149 5.69922 7.92684 5.66992 8.84864 5.66992C9.77044 5.66992 10.6334 5.69907 11.4427 5.74858C11.4427 6.00543 12.8027 6.83374 13.037 7.03117C13.0247 6.64036 13.0003 6.26068 12.9734 5.88099C14.5322 6.02782 16.071 6.31692 17.5677 6.74378C17.6561 7.20214 17.7019 7.66659 17.7045 8.13197C17.704 8.59658 17.6598 9.06043 17.5725 9.51814C17.5052 9.87079 17.1083 10.4638 16.9279 10.6709C15.7736 10.1093 14.8621 9.54044 14.0421 8.98602C12.7833 8.13485 11.6689 7.22651 10.3722 6.39492C10.1904 7.86277 10.1835 8.04793 9.86841 10.3916C9.69665 11.6693 9.42499 15.689 9.42499 16.2871C8.84864 16.2871 8.19499 16.1272 7.34258 16.1272Z" fill="#798da1"/>
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_5916_5639">
9
- <rect width="20" height="20" fill="#fff" transform="matrix(-1 0 0 1 20 0)"/>
10
- </clipPath>
11
- </defs>
12
- </svg>
@@ -1,19 +0,0 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M67.7279 31.115L39.7133 21.2627L11.6986 31.115L39.7133 41.1166L67.7279 31.115Z" fill="#9faebc"/>
3
- <path d="M67.7267 31.115L39.712 21.2627V41.1166L67.7267 31.115Z" fill="#607890"/>
4
- <path d="M50.2925 5.46606H28.3253C26.1939 5.46606 24.46 7.23906 24.46 9.41784V56.7411C24.46 58.9199 26.1939 60.6929 28.3253 60.6929H50.2925C52.4239 60.6929 54.1583 58.9199 54.1583 56.7411V9.41784C54.1583 7.23906 52.4239 5.46606 50.2925 5.46606V5.46606Z" fill="#d8dee4"/>
5
- <path d="M50.2795 7.75391H47.0149C46.7068 7.75391 46.4574 8.00886 46.4574 8.32323C46.4574 9.07844 45.8533 9.69602 45.115 9.69602H33.4778C32.739 9.69602 32.1349 9.07844 32.1349 8.32323C32.1349 8.00886 31.8855 7.75391 31.5774 7.75391H28.3128C27.4135 7.75391 26.6847 8.49896 26.6847 9.4177V46.7548H51.9076V9.4177C51.9076 8.49896 51.1788 7.75391 50.2795 7.75391Z" fill="#d8dee4"/>
6
- <path d="M28.6494 26.5258L39.3219 16.0381L49.9943 26.5258V41.0087H28.6494V26.5258Z" fill="#506478"/>
7
- <path d="M28.6494 26.5258L39.3219 16.0381L49.9943 26.5258V34.7661L28.6494 26.5258Z" fill="#d8dee4"/>
8
- <path d="M49.9944 41.0087H43.7471L34.8967 20.3866L39.3219 16.0381L49.9944 26.5258V41.0087Z" fill="#9faebc"/>
9
- <path d="M49.9944 26.5258V34.7661L39.3219 30.6977L34.8967 20.3866L39.3219 16.0381L49.9944 26.5258Z" fill="#798da1"/>
10
- <path d="M52.3681 3.98673C53.5632 2.02554 56.1334 1.41233 58.1088 2.6171L64.6971 6.63524C66.6725 7.84 67.3051 10.4065 66.11 12.3677L62.0604 19.0133C60.8653 20.9745 58.2951 21.5877 56.3197 20.3829L49.7313 16.3648C47.7559 15.16 47.1234 12.5935 48.3185 10.6323L52.3681 3.98673Z" fill="#9faebc"/>
11
- <path d="M29.1493 23.2171C27.6803 24.426 27.476 26.5803 28.6929 28.0289L31.8377 31.7725C33.0546 33.221 35.232 33.4153 36.7009 32.2064L40.4636 29.1099C41.9326 27.901 42.1369 25.7467 40.92 24.2981L37.7752 20.5546C36.5583 19.106 34.381 18.9117 32.912 20.1206L29.1493 23.2171Z" fill="#fff"/>
12
- <path d="M16.0881 11.1124C14.8676 10.7246 13.5637 11.3729 13.1758 12.5604L11.8238 16.6996C11.4359 17.8872 12.1108 19.1642 13.3313 19.552L17.4688 20.8666C18.6893 21.2544 19.9931 20.6061 20.381 19.4185L21.7331 15.2793C22.121 14.0918 21.4461 12.8147 20.2256 12.4269L16.0881 11.1124Z" fill="#d8dee4"/>
13
- <path d="M39.7133 41.1442L11.6986 31.115V67.1817L39.7133 76.197V41.1442Z" fill="#607890"/>
14
- <path d="M67.7267 67.1817V31.115L39.712 41.1442V76.197L67.7267 67.1817Z" fill="#506478"/>
15
- <path d="M11.698 31.1155L2 42.7593L30.5419 53.2833L39.7127 41.1171L11.698 31.1155Z" fill="#d8dee4"/>
16
- <path d="M67.7267 31.115L77.4279 42.7588L48.886 53.2828L39.712 41.1166L67.7267 31.115Z" fill="#798da1"/>
17
- <path d="M24.5991 65.5873L24.594 65.5834C23.9148 65.6435 21.7263 64.9897 20.1372 64.5151C19.4849 64.3202 18.9336 64.1556 18.6291 64.0828C15.7942 63.2724 14.1204 60.3857 14.9096 57.6679C15.7278 54.9583 18.7169 53.4045 21.5519 54.2149L25.8788 55.4517C25.908 55.46 25.909 55.4997 25.8802 55.5081C24.8454 55.8074 23.681 56.5059 22.9449 57.2512C22.8781 57.3189 22.7777 57.3449 22.6834 57.3184L20.603 56.7318C19.2451 56.3437 17.8247 57.0912 17.4467 58.3931C17.0686 59.6949 17.8704 61.0777 19.2283 61.4658C19.5608 61.5607 20.1114 61.7182 20.6875 61.883C21.4231 62.0935 22.2002 62.3158 22.6175 62.4346C22.7245 62.4648 22.8335 62.4958 22.9437 62.5277C23.8445 62.7885 24.8306 63.074 25.5696 62.8074C26.2129 62.6128 26.6643 62.1718 26.8574 61.8601C27.143 61.4406 27.2691 60.968 27.2797 60.5114C27.2825 60.3896 27.382 60.2928 27.5083 60.289C28.3129 60.2647 29.0682 60.4661 29.7197 60.7336C29.8233 60.7761 29.9012 60.8994 29.8914 61.0066C29.7777 62.2533 29.1302 63.4607 28.2314 64.241L28.2315 64.2426L28.2335 64.2432C27.2146 65.1021 25.9565 65.607 24.5991 65.5873Z" fill="#7e9bfa"/>
18
- <path d="M22.5242 61.0129C22.7881 57.9425 26.0448 55.7114 29.2789 56.613L29.2971 56.6178L33.7981 57.9044C36.662 58.7231 38.3289 61.6323 37.5024 64.3694C36.6926 67.0514 33.7339 68.5895 30.9276 67.7873L26.5346 66.5316C26.5052 66.5232 26.5045 66.483 26.5338 66.4751C27.5796 66.1928 28.775 65.4856 29.4852 64.7411C29.5519 64.6711 29.654 64.6435 29.75 64.6705L31.8241 65.2554C33.1821 65.6435 34.6024 64.896 34.9805 63.5941C35.3724 62.2963 34.5819 60.9167 33.2239 60.5286L29.8163 59.5545L29.817 59.5587C29.6642 59.5172 29.5074 59.4716 29.3484 59.4254C28.5443 59.1918 27.6871 58.9428 27.0308 59.1269C26.4098 59.2867 25.9212 59.6402 25.5768 60.1174C25.3044 60.508 25.1378 61.039 25.1412 61.4849C25.142 61.6019 25.0436 61.696 24.9223 61.6883C24.1295 61.6376 23.4347 61.4717 22.6831 61.2397C22.5821 61.2085 22.5155 61.114 22.5242 61.0129Z" fill="#7e9bfa"/>
19
- </svg>
@@ -1,11 +0,0 @@
1
- <svg width="76" height="79" viewBox="0 0 76 79" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M67 34.4285L40 25L13 34.4285L40 44L67 34.4285Z" fill="#9faebc"/>
3
- <path d="M67 34.4285L40 25V44L67 34.4285Z" fill="#607890"/>
4
- <path d="M52.564 11.2517C51.9575 4.9453 46.676 0 40.2717 0C33.8676 0 28.5864 4.94539 27.9794 11.2517C23.8788 11.8404 20.7161 15.4077 20.7161 19.7066C20.7161 24.4157 24.5117 28.2468 29.177 28.2468C55.1412 28.2468 27.0325 28.2469 51.3663 28.2469C56.0317 28.2469 59.8272 24.4157 59.8272 19.7067C59.8272 15.4077 56.6644 11.8404 52.564 11.2517Z" fill="#7e9bfa"/>
5
- <path d="M47.8486 23.4714C47.7921 23.3332 47.6601 23.2429 47.5137 23.2429H43.5415L43.5415 14C41.5391 14 39.7646 14 37.0166 14L37.0166 23.243H33.0291C32.8827 23.243 32.7507 23.3332 32.6942 23.4707C32.6383 23.609 32.6688 23.768 32.7725 23.8737L40.0042 31.274C40.0724 31.3435 40.1645 31.3827 40.2609 31.3827C40.3573 31.3827 40.4494 31.3435 40.5175 31.2747L47.7703 23.8745C47.874 23.7687 47.9052 23.6097 47.8486 23.4714Z" fill="#fff"/>
6
- <path d="M40.2717 33.4135C37.497 33.4135 35.2329 31.1083 35.1607 28.2468H27.2345C27.2822 28.6934 27.3475 29.1374 27.4336 29.5757C27.5387 30.1109 27.9923 30.4954 28.5187 30.4954H30.5213C30.5792 30.6502 30.6406 30.8036 30.7053 30.9555L29.2889 32.4253C28.9166 32.8115 28.8579 33.4164 29.1485 33.872C29.6823 34.709 30.3012 35.4947 30.9881 36.2074C31.6757 36.9209 32.4329 37.5631 33.239 38.1163C33.6779 38.4178 34.2607 38.3566 34.6329 37.9704L36.0493 36.5008C36.1957 36.568 36.3436 36.6317 36.4929 36.6918V38.7697C36.4929 39.3159 36.8634 39.7866 37.3792 39.8957C38.3262 40.0959 39.2993 40.1974 40.2717 40.1974C41.244 40.1974 42.2171 40.0959 43.1642 39.8957C43.6801 39.7866 44.0506 39.3159 44.0506 38.7697L44.0505 36.6918C44.1998 36.6317 44.3477 36.568 44.4941 36.5008L45.9101 37.9702C46.2823 38.3563 46.865 38.4174 47.304 38.1162C48.1098 37.5633 48.8672 36.9209 49.5552 36.2071C50.2427 35.4936 50.8615 34.7079 51.3947 33.8716C51.6851 33.4161 51.6264 32.8114 51.2542 32.4251L49.838 30.9557C49.9028 30.8038 49.9642 30.6503 50.0221 30.4954H52.0243C52.5507 30.4954 53.0043 30.1109 53.1094 29.5756C53.1955 29.1373 53.2609 28.6934 53.3086 28.2468H45.3828C45.3107 31.1083 43.0465 33.4135 40.2717 33.4135Z" fill="#fff"/>
7
- <path d="M40 43.5661L13 34.5V68.401L40 77V43.5661Z" fill="#607890"/>
8
- <path d="M67 68.401V34L40 43.566V77L67 68.401Z" fill="#506478"/>
9
- <path d="M13.2576 34L4 45.0304L31.2457 55L40 43.4747L13.2576 34Z" fill="#d8dee4"/>
10
- <path d="M66.7401 34L76 45.0304L48.7566 55L40 43.4747L66.7401 34Z" fill="#798da1"/>
11
- </svg>