@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,35 +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_5927_7369)">
3
- <circle cx="40" cy="40" r="40" fill="#d8dee4"/>
4
- <path d="M73.0984 62.9999C75.2502 62.9947 76.9935 61.2792 77 59.1616V17.2395C76.9948 15.1218 75.2502 13.4051 73.0984 13.3999H52.8396C50.7219 13.4051 49.0052 15.1218 49 17.2395V59.1603C49.0052 61.2779 50.7219 62.9947 52.8396 62.9999H73.0984Z" fill="#798da1"/>
5
- <path d="M73.0984 63.0001H52.9016C50.7498 62.9949 49.0052 61.2781 49 59.1605V54.2974C61.865 54.2974 65.5516 54.2974 77 54.2974V59.1618C76.9935 61.2794 75.2502 62.9949 73.0984 63.0001Z" fill="#607890"/>
6
- <rect x="53" y="18" width="9" height="9" rx="1" fill="#d8dee4"/>
7
- <rect x="64" y="18" width="9" height="9" rx="1" fill="#9faebc"/>
8
- <rect x="53" y="29" width="9" height="9" rx="1" fill="#d8dee4"/>
9
- <rect x="64" y="29" width="9" height="9" rx="1" fill="#fff"/>
10
- <rect x="53" y="40" width="9" height="9" rx="1" fill="#9faebc"/>
11
- <rect x="64" y="40" width="9" height="9" rx="1" fill="#d8dee4"/>
12
- <path d="M14 70.4774C14.9969 65.7951 16.3194 62.2752 19.7375 59.1147C22.5468 56.5172 31.9625 55.9491 33.524 56.5322C35.7432 53.5997 38.5825 50.5798 38.5825 50.5798C38.5825 50.5798 43.6192 51.5169 46.7131 56.3872C46.7208 56.3755 46.7282 56.3659 46.7354 56.3582C47.4292 55.6115 53.9414 55.9477 57.699 57.5064C61.7944 59.2051 62.6445 61.8119 63.5311 64.5304C63.7633 65.2424 63.998 65.962 64.2941 66.675C65.2976 69.0911 65.7334 68.9274 66 70.4774C60 75.5 50.8073 80 40.8201 80C29.9745 80 20.5 76.5 14 70.4774Z" fill="#fff"/>
13
- <path d="M24.7203 77.1C25.5539 73.6071 26.7502 69.3774 26.7502 69.3774C26.7502 69.3774 26.2722 73.8643 26.8238 77.85C26.1095 77.6227 25.408 77.3604 24.7203 77.1Z" fill="#d8dee4"/>
14
- <path d="M53.5 77.7C54.4584 73.2871 53.683 68.1643 53.683 68.1643C53.683 68.1643 55.6834 72.7228 56.5 76.5C55.6114 76.8146 54.4301 77.4401 53.5 77.7Z" fill="#d8dee4"/>
15
- <path d="M40.5223 60.3611C44.0866 60.1895 46.8659 57.7652 46.7301 54.9462C46.5944 52.1272 43.5949 49.9811 40.0306 50.1527C36.4663 50.3243 33.6869 52.7486 33.8227 55.5676C33.9585 58.3866 36.958 60.5327 40.5223 60.3611Z" fill="#d8dee4"/>
16
- <path d="M21.0479 32.8023C21.3134 33.3572 21.5782 33.8559 21.8332 34.2854C25.7307 29.0323 25.1917 25.4159 24.7269 22.2977C24.5104 20.8455 24.3101 19.5013 24.5815 18.1502C24.6319 18.5957 24.7249 19.031 24.8604 19.4456C25.4686 21.3067 26.9372 22.6393 28.6843 23.5233C27.8967 21.2379 27.2658 19.0254 27.2642 16.9211C28.0291 17.4343 28.9062 17.9314 29.8082 18.4425C31.9731 19.6694 34.2808 20.9771 35.5209 22.7839C35.4773 20.3276 35.0183 18.6074 34.3544 17.285C35.519 17.5372 36.7996 17.6303 38.1665 17.4521C39.7336 17.2477 41.1374 16.9798 42.4175 16.7354C47.5174 15.762 50.6547 15.1631 54.3332 20.4521C56.284 23.2573 56.4138 26.2498 56.5255 28.8262C56.5874 30.2518 56.6437 31.55 56.9999 32.6187C57.2528 32.0863 57.4871 31.5531 57.7028 31.0197C59.5881 31.7376 60.983 33.6176 61.0922 35.8856C61.2248 38.6391 59.4165 41.005 56.9505 41.4688C55.6135 49.0019 51.3644 57.5389 39.971 58.0875C29.7277 58.5806 25.0315 50.1472 22.9225 43.445C22.8158 43.4574 22.7081 43.4663 22.5993 43.4715C19.8068 43.606 17.4263 41.29 17.2822 38.2988C17.1565 35.6873 18.7765 33.4245 21.0479 32.8023Z" fill="#FFE5C7"/>
17
- <path d="M29.7242 27.2447C29.697 27.724 30.2937 27.6253 30.793 27.5428L30.8051 27.5408C31.2016 27.4754 31.4024 27.3237 31.6197 27.1597C31.9743 26.8921 32.3725 26.5915 33.7359 26.5789C34.0615 26.5759 34.4712 26.7847 34.8671 26.9865C35.4412 27.2791 35.9864 27.557 36.2042 27.1528C37.25 25.212 29.9127 23.9253 29.7242 27.2447Z" fill="#506478"/>
18
- <path d="M52.3919 26.6793C51.8914 25.742 50.2332 25.3395 49.085 25.4665C48.1235 25.573 46.5139 26.0549 46.583 27.039C46.6043 27.3403 47.0555 27.286 47.4065 27.2057C47.6438 27.1514 47.8195 27.0786 47.9857 27.0097C48.2013 26.9204 48.401 26.8376 48.6988 26.8104C49.2113 26.7634 49.7392 26.8512 50.19 27.0552C50.3153 27.1119 50.4322 27.1757 50.5464 27.238C50.9298 27.4472 51.282 27.6393 51.8126 27.4903C52.431 27.3164 52.6426 27.1488 52.3919 26.6793Z" fill="#506478"/>
19
- <path d="M49.5771 32.4222C49.6387 32.4448 49.697 32.4721 49.7519 32.5034C51.0253 33.2308 50.4813 36.1771 48.3374 35.4218C46.8524 34.8987 47.5427 31.6754 49.5771 32.4222Z" fill="#506478"/>
20
- <path d="M33.6494 32.2162C33.5898 32.1823 33.5267 32.1527 33.4599 32.1282C31.2548 31.3188 30.5066 34.8125 32.1162 35.3795C34.4399 36.1982 35.0296 33.0047 33.6494 32.2162Z" fill="#506478"/>
21
- <path d="M48 46.6187C48 46.6187 44.5353 51.5807 38 49.5035C41.525 52.2282 46.674 53.2905 48 46.6187Z" fill="#506478"/>
22
- <path d="M49.5006 32.8608C49.275 32.6468 48.8458 32.8371 48.9071 33.1282C48.9383 33.2766 48.9681 33.3953 49.1052 33.4965C49.3143 33.651 49.7332 33.47 49.7163 33.2237C49.7051 33.0633 49.6181 32.9722 49.5006 32.8608Z" fill="#fff"/>
23
- <path d="M29.2229 3.64798C25.9392 3.86527 23.4921 6.90206 22.9916 9.75738C22.1326 9.82292 21.2946 10.1278 20.6393 10.6175C19.6348 11.3681 19.1274 12.5323 18.9493 13.7736C19.7762 12.4978 20.7713 12.233 21.9027 12.2129C15.0135 16.3598 19.0167 29.5418 21.8332 34.2855C25.7307 29.0323 25.1917 25.416 24.7269 22.2977C24.5104 20.8455 24.3101 19.5014 24.5815 18.1502C24.6319 18.5957 24.7249 19.031 24.8604 19.4456C25.4686 21.3068 26.9372 22.6393 28.6843 23.5233C27.8967 21.238 27.2658 19.0254 27.2642 16.9211C28.0291 17.4344 28.9062 17.9315 29.8082 18.4426C31.9731 19.6694 34.2808 20.9771 35.5209 22.784C35.4773 20.3276 35.0183 18.6074 34.3544 17.2851C35.519 17.5372 36.7996 17.6304 38.1665 17.4521C39.7336 17.2478 41.1374 16.9798 42.4175 16.7355C47.5174 15.762 50.6547 15.1632 54.3332 20.4521C56.284 23.2573 56.4138 26.2498 56.5255 28.8263C56.5874 30.2519 56.6437 31.5501 56.9999 32.6188C63.3332 19.2854 57.9998 5.41919 42.1666 2.45216C35.3764 1.17974 28.4772 3.10037 25.9435 7.98877C26.2113 6.03161 26.7087 4.35189 29.2229 3.64798Z" fill="#506478"/>
24
- <path d="M33.3765 32.6033C33.1321 32.3715 32.6669 32.5776 32.7333 32.8932C32.7674 33.054 32.7993 33.1827 32.948 33.2923C33.1747 33.4599 33.6288 33.2639 33.6104 32.9967C33.5982 32.8229 33.5039 32.7241 33.3765 32.6033Z" fill="#fff"/>
25
- <path d="M24.3773 29.637V39.6005C24.3773 39.9759 24.685 40.2829 25.0612 40.2829H37.3796C37.7557 40.2829 38.0634 39.9759 38.0634 39.6005L38.0636 35.2329H42.3042V39.6005C42.3042 39.9759 42.6119 40.2829 42.9881 40.2829H55.3065C55.6826 40.2829 55.9903 39.9759 55.9903 39.6005V29.637C55.9903 29.2616 55.6826 28.9546 55.3065 28.9546H42.9881C42.6119 28.9546 42.3042 29.2616 42.3042 29.637V33.8681H38.0293V29.637C38.0293 29.2616 37.7216 28.9546 37.3454 28.9546H25.0612C24.6851 28.9546 24.3773 29.2616 24.3773 29.637ZM44.0052 31.3196H54.2891V37.9183L44.0052 37.9181V31.3196ZM26.0785 31.3196H36.3624V37.9183L26.0785 37.9181V31.3196Z" fill="#506478"/>
26
- <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"/>
27
- <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"/>
28
- <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"/>
29
- </g>
30
- <defs>
31
- <clipPath id="clip0_5927_7369">
32
- <rect width="80" height="80" fill="#fff"/>
33
- </clipPath>
34
- </defs>
35
- </svg>
@@ -1,13 +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_5905_4629)">
3
- <path d="M12.5391 0.585938C12.5391 0.262344 12.2767 0 11.9531 0H8.04688C7.72328 0 7.46094 0.262344 7.46094 0.585938V1.5625H12.5391V0.585938Z" fill="#798da1"/>
4
- <path d="M19.4141 18.8281C17.9457 18.8281 19.8064 18.8281 16.25 18.8281V10.0391C16.25 9.84312 16.1521 9.6602 15.9891 9.55156L12.4734 7.20781C12.2937 7.08793 12.0625 7.07676 11.872 7.17871C11.6814 7.28066 11.5625 7.47922 11.5625 7.69531V18.8281C7.23026 18.8281 11.5459 18.8281 7.85156 18.8281V5.74219C7.85156 5.41859 7.58922 5.15625 7.26562 5.15625H3.75C3.42641 5.15625 3.16406 5.41859 3.16406 5.74219V13.5547H4.53125C5.50051 13.5547 6.28906 14.3432 6.28906 15.3125V18.8281C4.0486 18.8281 3.4502 18.8281 0.585938 18.8281C0.262344 18.8281 0 19.0905 0 19.4141C0 19.7377 0.262344 20 0.585938 20H19.4141C19.7377 20 20 19.7377 20 19.4141C20 19.0905 19.7377 18.8281 19.4141 18.8281ZM13.3203 11.9922C13.3203 11.6686 13.5827 11.4062 13.9062 11.4062C14.2298 11.4062 14.4922 11.6686 14.4922 11.9922V13.1641C14.4922 13.4877 14.2298 13.75 13.9062 13.75C13.5827 13.75 13.3203 13.4877 13.3203 13.1641V11.9922ZM13.3203 15.5078C13.3203 15.1842 13.5827 14.9219 13.9062 14.9219C14.2298 14.9219 14.4922 15.1842 14.4922 15.5078V16.6797C14.4922 17.0033 14.2298 17.2656 13.9062 17.2656C13.5827 17.2656 13.3203 17.0033 13.3203 16.6797V15.5078ZM6.09375 11.9922C6.09375 12.3158 5.83141 12.5781 5.50781 12.5781C5.18422 12.5781 4.92188 12.3158 4.92188 11.9922V10.8203C4.92188 10.4967 5.18422 10.2344 5.50781 10.2344C5.83141 10.2344 6.09375 10.4967 6.09375 10.8203V11.9922ZM6.09375 8.47656C6.09375 8.80016 5.83141 9.0625 5.50781 9.0625C5.18422 9.0625 4.92188 8.80016 4.92188 8.47656V7.30469C4.92188 6.98109 5.18422 6.71875 5.50781 6.71875C5.83141 6.71875 6.09375 6.98109 6.09375 7.30469V8.47656Z" fill="#d8dee4"/>
5
- <path d="M19.4141 18.8281H19.1797V13.1641C19.1797 12.9421 19.0543 12.7392 18.8558 12.64L17.4219 11.923V18.8281C12.8833 18.8281 12.7634 18.8281 10.3906 18.8281V7.69531C10.3906 7.04582 10.7464 6.45195 11.319 6.14547C11.5732 6.00941 11.86 5.9375 12.1484 5.9375C12.4967 5.9375 12.834 6.03961 13.1237 6.23289L13.7109 6.62437V3.32031C13.7109 2.99672 13.4486 2.73438 13.125 2.73438H6.875C6.55141 2.73438 6.28906 2.99672 6.28906 3.32031V3.98438H7.26562C8.23488 3.98438 9.02344 4.77293 9.02344 5.74219V18.8281C6 18.8281 6.28906 18.8281 5.11719 18.8281V15.3125C5.11719 14.9889 4.85484 14.7266 4.53125 14.7266H1.40625C1.08266 14.7266 0.820312 14.9889 0.820312 15.3125V18.8281H0.585938C0.262344 18.8281 0 19.0905 0 19.4141C0 19.7377 0.262344 20 0.585938 20H19.4141C19.7377 20 20 19.7377 20 19.4141C20 19.0905 19.7377 18.8281 19.4141 18.8281ZM2.38281 17.4609C2.38281 17.1373 2.64516 16.875 2.96875 16.875C3.29234 16.875 3.55469 17.1373 3.55469 17.4609V18.8281H2.38281V17.4609Z" fill="#798da1"/>
6
- <path d="M10.3906 18.8281V7.69531C10.3906 7.04582 10.7464 6.45195 11.319 6.14547C11.5732 6.00941 11.86 5.9375 12.1484 5.9375C12.4967 5.9375 12.834 6.03961 13.1237 6.23289L13.7109 6.62437V3.32031C13.7109 2.99672 13.4486 2.73438 13.125 2.73438H6.875C6.55141 2.73438 6.28906 2.99672 6.28906 3.32031V3.98438H7.26562C8.23488 3.98438 9.02344 4.77293 9.02344 5.74219V18.8281C9.02344 18.8281 10 18.8281 10.3906 18.8281Z" fill="#798da1"/>
7
- </g>
8
- <defs>
9
- <clipPath id="clip0_5905_4629">
10
- <rect width="20" height="20" fill="#fff"/>
11
- </clipPath>
12
- </defs>
13
- </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="M2.59546 3H33.5295C34.957 3 36.125 4.20522 36.125 5.67827V23.6021H0V5.67827C0 4.20522 1.16796 3 2.59546 3Z" fill="#d8dee4"/>
3
- <path d="M2.56014 30.8127C1.15213 30.8127 0.00012207 29.5289 0.00012207 27.9598V23.6021H36.1249V27.9598C36.1249 29.5289 34.9729 30.8127 33.5649 30.8127H2.56014Z" fill="#9faebc"/>
4
- <path d="M16.0556 30.8127L15.303 33.9031H10.5366C9.70527 33.9031 9.03137 34.5948 9.03137 35.4482C9.03137 36.3016 9.70527 36.9934 10.5366 36.9934H17.1118V36.9999H19.0131V36.9934H25.6942C26.5255 36.9934 27.1994 36.3016 27.1994 35.4482C27.1994 34.5948 26.5255 33.9031 25.6942 33.9031H20.9277L20.1751 30.8127H16.0556Z" fill="#9faebc"/>
5
- <path d="M36.0668 32.9999C36.9907 32.9977 37.7392 32.2611 37.742 31.3519V9.64855C37.7397 8.73933 36.9907 8.00221 36.0668 8H23.6648C22.7556 8.00221 22.0184 8.73933 22.0162 9.64855V31.3513C22.0184 32.2605 22.7556 32.9977 23.6648 32.9999H36.0668Z" fill="#798da1"/>
6
- <path d="M36.0668 32.9998H23.6914C22.7675 32.9976 22.0185 32.2604 22.0162 31.3512V29.2632C27.5399 29.2632 32.8265 29.2632 37.742 29.2632V31.3518C37.7392 32.261 36.9907 32.9976 36.0668 32.9998Z" fill="#9faebc"/>
7
- <path d="M38.6066 35H31.3934C30.6249 34.9981 30.0019 34.3751 30 33.6066V18.3934C30.0019 17.6249 30.6249 17.0019 31.3934 17H38.6066C39.3751 17.0019 39.9981 17.6249 40 18.3934V33.6071C39.9977 34.3756 39.3751 34.9981 38.6066 35Z" fill="#d8dee4"/>
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M31.3733 34.1391H38.4677L38.4682 34.1391C38.7575 34.1381 38.9924 33.9001 38.9939 33.6056V18.3946C38.9927 18.1006 38.7579 17.862 38.4685 17.8609H31.3726C31.0832 17.862 30.8483 18.1006 30.8472 18.3947V33.6053C30.8483 33.8995 31.0833 34.1381 31.3728 34.1391L31.3733 34.1391ZM31.3713 35C30.615 34.9981 30.0018 34.3751 30 33.6066V18.3934C30.0018 17.6249 30.615 17.0019 31.3713 17H38.4698C39.2261 17.0019 39.8392 17.6249 39.8411 18.3934V33.6071C39.8388 34.3756 39.2261 34.9981 38.4698 35H31.3713Z" fill="#d8dee4"/>
9
- <path d="M38.6066 35H31.3934C30.6249 34.9982 30.0019 34.3751 30 33.6066V31.8418C34.5947 31.8418 35.9113 31.8418 40 31.8418V33.6071C39.9977 34.3756 39.3751 34.9982 38.6066 35Z" fill="#798da1"/>
10
- </svg>
@@ -1,20 +0,0 @@
1
- <svg width="1em" height="1em" viewBox="0 0 80 81" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M68.0839 32.5781L39.9172 22.6511L11.7505 32.5781L39.9172 42.6555L68.0839 32.5781Z" fill="#798da1"/>
3
- <path d="M68.0842 32.5781L39.9175 22.6511V42.6555L68.0842 32.5781Z" fill="#9faebc"/>
4
- <path d="M50.5783 7.46606H28.611C26.4797 7.46606 24.7457 9.23906 24.7457 11.4178V58.7411C24.7457 60.9199 26.4797 62.6929 28.611 62.6929H50.5783C52.7097 62.6929 54.4441 60.9199 54.4441 58.7411V11.4178C54.4441 9.23906 52.7097 7.46606 50.5783 7.46606V7.46606Z" fill="#506478"/>
5
- <path d="M32.189 10.3965C31.9798 10.0786 31.8576 9.69614 31.8576 9.28426C31.8576 8.47572 32.3286 7.78095 33.0042 7.46606H28.6113C26.4764 7.46606 24.7455 9.2355 24.7455 11.4178V58.7411C24.7455 60.9235 26.4764 62.6924 28.6113 62.6924H33.2815V13.8597C33.2815 12.6169 32.8676 11.428 32.189 10.3965Z" fill="#506478"/>
6
- <path d="M26.9832 32.426V58.7411C26.9832 59.6603 27.712 60.4054 28.6108 60.4054H50.578C51.4768 60.4054 52.2056 59.6603 52.2056 58.7411C52.2056 57.8381 52.2056 44.6557 52.2056 32.426H26.9832Z" fill="#506478"/>
7
- <path d="M50.5653 9.75391H47.3006C46.9926 9.75391 46.7432 10.0089 46.7432 10.3232C46.7432 11.0784 46.1391 11.696 45.4008 11.696H33.7636C33.0248 11.696 32.4207 11.0784 32.4207 10.3232C32.4207 10.0089 32.1712 9.75391 31.8632 9.75391H28.5986C27.6993 9.75391 26.9705 10.499 26.9705 11.4177V48.7548H52.1934V11.4177C52.1934 10.499 51.4645 9.75391 50.5653 9.75391Z" fill="#fff"/>
8
- <path d="M28.9352 28.5258L39.6076 18.0381L50.2801 28.5258V43.0087H28.9352V28.5258Z" fill="#506478"/>
9
- <path d="M28.9352 28.5258L39.6076 18.0381L50.2801 28.5258V36.7661L28.9352 28.5258Z" fill="#d8dee4"/>
10
- <path d="M50.2801 43.0087H44.0328L35.1825 22.3866L39.6077 18.0381L50.2801 28.5258V43.0087Z" fill="#9faebc"/>
11
- <path d="M50.2801 28.5258V36.7661L39.6077 32.6977L35.1825 22.3866L39.6077 18.0381L50.2801 28.5258Z" fill="#d8dee4"/>
12
- <path d="M39.9172 42.6831L11.7505 32.5779V68.9179L39.9172 78.0015V42.6831Z" fill="#607890"/>
13
- <path d="M68.0842 68.9179V32.5779L39.9175 42.6831V78.0015L68.0842 68.9179Z" fill="#506478"/>
14
- <path d="M11.7504 32.5784L1.99976 44.3104L30.6966 54.9142L39.9171 42.6558L11.7504 32.5784Z" fill="#d8dee4"/>
15
- <path d="M68.0842 32.5781L77.8381 44.3101L49.1413 54.9139L39.9175 42.6555L68.0842 32.5781Z" fill="#FABE3D"/>
16
- <path d="M68.0842 32.5779L77.8381 44.3099L49.1413 54.9137L39.9175 42.6553L68.0842 32.5779Z" fill="#798da1"/>
17
- <rect width="10.2439" height="10.2818" rx="4" transform="matrix(0.762524 -0.64696 0.631676 0.775232 44.3977 27.4504)" fill="#FFE5C7"/>
18
- <rect width="19.2099" height="19.3572" rx="6" transform="matrix(0.849949 0.526866 -0.514212 0.857663 19.7162 2)" fill="#7e9bfa"/>
19
- <rect width="7.74445" height="7.85" rx="3" transform="matrix(0.950312 0.311297 -0.302034 0.953297 58.7117 2.60693)" fill="#FFE5C7"/>
20
- </svg>
@@ -1,7 +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="M25.8996 5H8V35H25.8996C26.5073 35 27 34.486 27 33.852V6.14796C27 5.51398 26.5073 5 25.8996 5Z" fill="#d8dee4"/>
3
- <rect x="28" y="21" width="7" height="8" fill="#fff"/>
4
- <path d="M37.2421 18.1034H36.3158V14.6897C36.3158 11.549 33.4863 9 30 9C26.5137 9 23.6842 11.549 23.6842 14.6897V18.1034H22.7579C22.3368 18.1034 22 18.4069 22 18.7862V30.3172C22 30.689 22.3368 31 22.7579 31H37.2421C37.6632 31 38 30.689 38 30.3172V18.7862C38 18.4069 37.6632 18.1034 37.2421 18.1034ZM27.8947 23.7931C27.8947 22.7462 28.8379 21.8966 30 21.8966C31.1621 21.8966 32.1053 22.7462 32.1053 23.7931C32.1053 24.4 31.7937 24.9538 31.2632 25.3103V26.8276C31.2632 27.4572 30.6989 27.9655 30 27.9655C29.3011 27.9655 28.7368 27.4572 28.7368 26.8276V25.3103C28.2063 24.9538 27.8947 24.4 27.8947 23.7931ZM26.2105 14.6897C26.2105 12.8083 27.9116 11.2759 30 11.2759C32.0884 11.2759 33.7895 12.8083 33.7895 14.6897V18.1034H26.2105V14.6897Z" fill="#9faebc"/>
5
- <path d="M18.4957 0.221253C18.1791 0.000940636 17.7721 -0.0589812 17.4018 0.0601593L2.83033 4.74766C2.3345 4.90719 2 5.355 2 5.85938V34.1406C2 34.6451 2.33441 35.0928 2.83033 35.2523L17.4018 39.9398C17.7753 40.0601 18.1821 39.9969 18.4957 39.7787C18.8124 39.5586 19 39.2048 19 38.8281V1.17188C19 0.795237 18.8124 0.441487 18.4957 0.221253Z" fill="#798da1"/>
6
- <circle cx="14" cy="21" r="2" fill="#9faebc"/>
7
- </svg>
@@ -1,13 +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="M59.6654 13.8976V12.6602C59.6666 11.1404 60.2197 9.71852 61.2248 8.65806C62.2526 7.57376 63.6086 6.98643 65.0253 7.00024C67.8992 6.98518 70.4114 9.6382 70.3972 12.6627L70.3972 13.9001L59.6654 13.8976Z" fill="#607890"/>
3
- <path d="M70.335 49.207L65.793 58.3753C65.6022 58.759 65.225 59.001 64.8133 58.9999C64.5162 59.001 64.2359 58.8745 64.0316 58.659C63.9534 58.5765 63.8867 58.482 63.8326 58.3742L59.2916 49.207L70.335 49.207Z" fill="#506478"/>
4
- <path d="M73.4572 33.9686L73.4572 22.7454C73.4572 22.0434 73.3254 21.754 73.202 21.6185C73.0925 21.4982 72.8136 21.308 72.059 21.2818L72.0499 47.6514C72.0496 48.5333 71.3719 49.2481 70.536 49.2482L59.5255 49.2492C58.6895 49.2492 58.0117 48.5344 58.0113 47.6524L58 14.8755C58 14.5216 58.1332 14.1827 58.3699 13.933C58.6055 13.6845 58.9266 13.544 59.2621 13.544L70.8004 13.544C71.1346 13.5427 71.4558 13.6833 71.6925 13.933L71.6937 13.9343C71.9304 14.184 72.0624 14.5241 72.0612 14.8792L72.0609 15.8251C74.4244 15.8616 75.9947 16.615 76.934 17.8877C77.8579 19.1395 77.9994 20.6753 78 21.8184L78 33.9722C78 35.2958 76.9831 36.3686 75.7286 36.3686L75.7251 36.3686C75.1039 36.3664 74.5351 36.1028 74.1216 35.6664C73.7127 35.2351 73.4556 34.6348 73.4572 33.9707L73.4572 33.9686Z" fill="#798da1"/>
5
- <path d="M54.2506 79.9999H22.1929C18.7773 79.9916 16.0083 77.2225 16 73.807V6.19285C16.0083 2.77733 18.7773 0.00831535 22.1929 0H54.2506C57.6661 0.00831535 60.4352 2.77733 60.4435 6.19285V73.8091C60.4331 77.2246 57.6661 79.9916 54.2506 79.9999Z" fill="#d8dee4"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M22.2022 76.1738H54.2413L54.2436 76.1738C55.5502 76.1694 56.6108 75.1113 56.6174 73.8024V6.19811C56.612 4.89144 55.5516 3.83117 54.2448 3.82609H22.1986C20.8917 3.83117 19.8312 4.89172 19.8261 6.19863V73.8012C19.8312 75.1086 20.8924 76.1694 22.1999 76.1738L22.2022 76.1738ZM22.1929 79.9999C18.7773 79.9916 16.0083 77.2225 16 73.807V6.19285C16.0083 2.77733 18.7773 0.00831535 22.1929 0H54.2506C57.6661 0.00831535 60.4352 2.77733 60.4435 6.19285V73.8091C60.4331 77.2246 57.6661 79.9916 54.2506 79.9999H22.1929Z" fill="#d8dee4"/>
7
- <path d="M54.2506 80H22.1929C18.7773 79.9917 16.0083 77.2227 16 73.8071V65.9634C36.4202 65.9634 42.2718 65.9634 60.4435 65.9634V73.8092C60.4331 77.2247 57.6661 79.9917 54.2506 80Z" fill="#607890"/>
8
- <rect x="24.6957" y="6.95654" width="20.8696" height="22.6087" rx="1" fill="#798da1"/>
9
- <path d="M24.6957 45.2174C24.6957 44.2569 25.4743 43.4783 26.4348 43.4783H50.7826C51.7431 43.4783 52.5218 44.2569 52.5218 45.2174V57.3913C52.5218 58.3518 51.7431 59.1304 50.7826 59.1304H26.4348C25.4743 59.1304 24.6957 58.3518 24.6957 57.3913V45.2174Z" fill="#798da1"/>
10
- <rect x="24.6957" y="33.0435" width="19.1304" height="5.21739" rx="1" fill="#fff"/>
11
- <circle cx="18.9999" cy="60.9999" r="13.5714" fill="#fff"/>
12
- <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 46ZM26.4543 65.851C27.1398 66.5365 27.1398 67.6516 26.4543 68.3377C25.774 69.0174 24.659 69.0285 23.9676 68.3377L19.0586 63.427L14.0318 68.3383C13.3463 69.0238 12.2312 69.0238 11.5451 68.3383C10.8596 67.6527 10.8596 66.5377 11.5451 65.8516L16.4553 60.9414L11.5451 56.0312C10.8596 55.3451 10.8596 54.2301 11.5451 53.5445C12.2312 52.859 13.3463 52.859 14.0318 53.5445L19.0586 58.4559L23.9676 53.5445C24.652 52.8602 25.767 52.8578 26.4543 53.5445C27.1398 54.2301 27.1398 55.3451 26.4543 56.0312L21.5441 60.9414L26.4543 65.851Z" fill="#7e9bfa"/>
13
- </svg>
@@ -1,18 +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="M70.8672 46.6932H70.0868V25.5466C68.7848 27.2889 65.4034 27.2889 64.2143 25.5466V31.7229H55.2476V27.889C54.8283 28.0194 54.3922 28.1116 53.9319 28.1116C53.4728 28.1116 53.0372 28.0195 52.6174 27.889V31.7229H44.0797V26.3274C42.4015 28.0697 39.8855 28.0697 38.2072 26.3274V46.6933H37.3743C36.3528 46.6933 35.5253 47.5525 35.5253 48.6129C35.5253 49.6734 36.3528 50.5324 37.3743 50.5324H70.8672C73.0371 50.5323 73.0034 46.6932 70.8672 46.6932ZM64.2143 34.4527V38.8053C64.2143 39.6466 63.353 40.3385 62.5364 40.3385H55.2477V34.4526L64.2143 34.4527ZM52.6175 34.4527V40.3385L45.4786 40.3385C44.6625 40.3385 44.0797 39.6524 44.0797 38.8053V34.4527L52.6175 34.4527Z" fill="#798da1"/>
3
- <path d="M70.8672 46.6282H70.0868C58.3416 46.6282 38.2072 46.6283 38.2072 46.6283H37.3743C36.3528 46.6283 35.5253 47.502 35.5253 48.5803C35.5253 49.6586 36.3528 50.5322 37.3743 50.5322H70.8672C73.0371 50.532 73.0034 46.6282 70.8672 46.6282Z" fill="#506478"/>
4
- <path d="M33.3856 29.3105C33.704 29.4053 34.0255 29.4504 34.3423 29.4504C35.7802 29.4504 37.1083 28.5169 37.541 27.0714L37.7166 26.4859C37.8356 27.5489 38.4586 28.4855 39.3907 29.0098C39.6915 29.1765 40.0122 29.3143 40.3682 29.3847C40.5884 29.4292 40.8078 29.4504 41.0235 29.4504C42.5847 29.4504 43.9804 28.3539 44.2958 26.7682L44.3772 26.3619C44.4607 27.4922 45.1099 28.4878 46.075 29.0258C46.4625 29.2424 46.8984 29.3854 47.3695 29.433C47.4821 29.4451 47.5942 29.4499 47.7046 29.4499C49.3996 29.4499 50.852 28.1672 51.0245 26.4484L51.0492 26.2012C51.0797 27.4148 51.7611 28.4564 52.7586 29.0134C53.2403 29.2829 53.7888 29.4498 54.3797 29.4498C54.9727 29.4498 55.5206 29.2829 56.0024 29.0134C56.9991 28.4564 57.6811 27.4148 57.7126 26.2012L57.7363 26.4484C57.909 28.1671 59.3606 29.4499 61.0562 29.4499C61.1674 29.4499 61.2787 29.4451 61.3916 29.433C61.8618 29.3854 62.2978 29.2424 62.6866 29.0258C63.6511 28.4878 64.301 27.4922 64.383 26.3619L64.4644 26.7682C64.7812 28.3546 66.176 29.4504 67.7367 29.4504C67.953 29.4504 68.1716 29.4291 68.3927 29.3847C68.747 29.3143 69.0693 29.1765 69.3686 29.0098C70.3023 28.4854 70.9253 27.5489 71.0443 26.4859L71.2199 27.0714C71.6527 28.5169 72.9808 29.4504 74.4193 29.4504C74.7355 29.4504 75.0569 29.4053 75.3753 29.3105C77.1439 28.7839 78.1489 26.9274 77.6211 25.1651L74.7646 15.6307C74.1679 13.638 72.3302 12.2727 70.2457 12.2727H38.5162C36.4307 12.2727 34.5932 13.638 33.9963 15.6307L31.1405 25.1651C30.6127 26.9275 31.6179 28.784 33.3856 29.3105Z" fill="#607890"/>
5
- <path d="M52.6176 34.4521V40.338L45.4787 40.3379C44.6625 40.3379 44.0798 39.6519 44.0798 38.8048V34.4521L52.6176 34.4521Z" fill="#9faebc"/>
6
- <path d="M44.0798 27.4562V31.7225H52.6175V28.9298C51.6974 28.356 51.0783 27.3564 51.0492 26.2009L51.0246 26.4481C50.852 28.167 49.3997 29.4496 47.7047 29.4496C47.5942 29.4496 47.4822 29.4449 47.3695 29.4327C46.8985 29.3852 46.4625 29.2422 46.075 29.0255C45.11 28.4876 44.4608 27.4919 44.3772 26.3617L44.2958 26.768C44.2478 27.0094 44.1747 27.2396 44.0798 27.4562Z" fill="#fff"/>
7
- <path d="M55.2477 29.3282C55.5135 29.253 55.7659 29.1455 56.0024 29.0132C56.9991 28.4562 57.6811 27.4146 57.7127 26.2009L57.7364 26.4481C57.9091 28.1669 59.3607 29.4496 61.0562 29.4496C61.1675 29.4496 61.2788 29.4449 61.3916 29.4327C61.8619 29.3852 62.2978 29.2422 62.6866 29.0255C63.4058 28.6245 63.95 27.9689 64.2144 27.1929V31.7225H55.2477V29.3282Z" fill="#fff"/>
8
- <path d="M64.2143 38.8048V34.4522L55.2477 34.4521V40.338H62.5364C63.353 40.338 64.2143 39.6461 64.2143 38.8048Z" fill="#d8dee4"/>
9
- <path d="M48.2506 79.9999H16.1929C12.7773 79.9916 10.0083 77.2225 10 73.807V6.19285C10.0083 2.77733 12.7773 0.00831535 16.1929 0H48.2506C51.6661 0.00831535 54.4352 2.77733 54.4435 6.19285V73.8091C54.4331 77.2246 51.6661 79.9916 48.2506 79.9999Z" fill="#d8dee4"/>
10
- <path fill-rule="evenodd" clip-rule="evenodd" d="M16.2022 76.1738H48.2413L48.2436 76.1738C49.5502 76.1694 50.6108 75.1113 50.6174 73.8024V6.19811C50.612 4.89144 49.5516 3.83117 48.2448 3.82609H16.1986C14.8917 3.83117 13.8312 4.89172 13.8261 6.19863V73.8012C13.8312 75.1086 14.8924 76.1694 16.1999 76.1738L16.2022 76.1738ZM16.1929 79.9999C12.7773 79.9916 10.0083 77.2225 10 73.807V6.19285C10.0083 2.77733 12.7773 0.00831535 16.1929 0H48.2506C51.6661 0.00831535 54.4352 2.77733 54.4435 6.19285V73.8091C54.4331 77.2246 51.6661 79.9916 48.2506 79.9999H16.1929Z" fill="#d8dee4"/>
11
- <path d="M48.2506 80H16.1929C12.7773 79.9917 10.0083 77.2227 10 73.8071V65.9634C30.4202 65.9634 36.2718 65.9634 54.4435 65.9634V73.8092C54.4331 77.2247 51.6661 79.9917 48.2506 80Z" fill="#607890"/>
12
- <rect x="18.6957" y="6.95654" width="20.8696" height="22.6087" rx="1" fill="#798da1"/>
13
- <path d="M18.6957 45.2174C18.6957 44.2569 19.4743 43.4783 20.4348 43.4783H44.7826C45.7431 43.4783 46.5218 44.2569 46.5218 45.2174V57.3913C46.5218 58.3518 45.7431 59.1304 44.7826 59.1304H20.4348C19.4743 59.1304 18.6957 58.3518 18.6957 57.3913V45.2174Z" fill="#798da1"/>
14
- <rect x="18.6957" y="33.0435" width="19.1304" height="5.21739" rx="1" fill="#fff"/>
15
- <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"/>
16
- <path d="M26.4197 52.5222L27.4609 53.5645C27.8085 53.9125 28 54.3754 28 54.8678C28 55.3602 27.8085 55.8232 27.4609 56.171L26.1855 57.4478L22.5404 53.799L23.8159 52.5222C24.511 51.8263 25.7238 51.8256 26.4197 52.5222Z" fill="#fff"/>
17
- <path d="M12.1448 64.2055L20.4984 55.8414L24.1435 59.4904L15.7891 67.8538C15.7421 67.9009 15.6831 67.9348 15.6183 67.951L11.457 68.9889C11.4276 68.9964 11.3974 69 11.3678 69C11.2714 69 11.1772 68.9617 11.108 68.8924C11.0166 68.8009 10.9798 68.6675 11.0108 68.5422L12.0476 64.3765C12.0637 64.3124 12.0977 64.2527 12.1448 64.2055Z" fill="#fff"/>
18
- </svg>
@@ -1,16 +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="M66.7394 34.0756L39.9983 24.6511L13.2572 34.0756L39.9983 43.643L66.7394 34.0756Z" fill="#9faebc"/>
3
- <path d="M66.7398 34.0756L39.9987 24.6511V43.643L66.7398 34.0756Z" fill="#607890"/>
4
- <path d="M50.5785 7.46606H28.6113C26.4799 7.46606 24.746 9.23906 24.746 11.4178V58.7411C24.746 60.9199 26.4799 62.6929 28.6113 62.6929H50.5785C52.7099 62.6929 54.4443 60.9199 54.4443 58.7411V11.4178C54.4443 9.23906 52.7099 7.46606 50.5785 7.46606V7.46606Z" fill="#d8dee4"/>
5
- <path d="M50.5655 9.75391H47.3009C46.9928 9.75391 46.7434 10.0089 46.7434 10.3232C46.7434 11.0784 46.1393 11.696 45.401 11.696H33.7638C33.025 11.696 32.4209 11.0784 32.4209 10.3232C32.4209 10.0089 32.1715 9.75391 31.8635 9.75391H28.5988C27.6995 9.75391 26.9707 10.499 26.9707 11.4177V48.7548H52.1936V11.4177C52.1936 10.499 51.4648 9.75391 50.5655 9.75391Z" fill="#d8dee4"/>
6
- <path d="M28.9354 28.5258L39.6079 18.0381L50.2803 28.5258V43.0087H28.9354V28.5258Z" fill="#506478"/>
7
- <path d="M28.9354 28.5258L39.6079 18.0381L50.2803 28.5258V36.7661L28.9354 28.5258Z" fill="#d8dee4"/>
8
- <path d="M50.2804 43.0087H44.0331L35.1827 22.3866L39.6079 18.0381L50.2804 28.5258V43.0087Z" fill="#9faebc"/>
9
- <path d="M50.2804 28.5258V36.7661L39.6079 32.6977L35.1827 22.3866L39.6079 18.0381L50.2804 28.5258Z" fill="#798da1"/>
10
- <path d="M39.9983 43.6692L13.2572 34.0754V68.5762L39.9983 77.2001V43.6692Z" fill="#607890"/>
11
- <path d="M66.7398 68.5762V34.0754L39.9987 43.6692V77.2001L66.7398 68.5762Z" fill="#506478"/>
12
- <path d="M13.2572 34.0759L4 45.2142L31.2444 55.2813L39.9983 43.6433L13.2572 34.0759Z" fill="#d8dee4"/>
13
- <path d="M66.7398 34.0754L76 45.2137L48.7556 55.2808L39.9987 43.6428L66.7398 34.0754Z" fill="#798da1"/>
14
- <path d="M41.0002 9C41.0002 5.13401 44.1343 2 48.0002 2H59.0002C62.8662 2 66.0002 5.13401 66.0002 9C66.0002 12.866 62.8662 16 59.0002 16H48.0002C44.1343 16 41.0002 12.866 41.0002 9Z" fill="#9faebc"/>
15
- <path d="M72.0841 17.6883C71.6228 15.908 69.7875 14.8853 68.084 15.6001C67.645 13.9058 65.934 12.8306 64.1995 13.4744V9.10606C64.198 4.96787 58.2007 4.96143 58.1993 9.10606V25.2176C56.6815 23.6329 55.3237 22.2153 55.3204 22.2118C54.1513 20.9897 52.2467 20.9897 51.0778 22.212C49.9094 23.4297 49.9052 25.418 51.0779 26.6413C51.3678 26.9438 58.7187 34.6189 59.0086 34.9215C60.8973 36.8934 63.458 38 66.1288 37.9999C71.6914 37.9991 76.1994 33.2926 76.2 27.485C76.2 25.3967 76.2 25.733 76.2 20.5912C76.1991 18.3897 74.0696 16.8551 72.0841 17.6883Z" fill="#7e9bfa"/>
16
- </svg>
@@ -1,21 +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_2681_1524)">
3
- <g clip-path="url(#clip1_2681_1524)">
4
- <path d="M19.9549 9.77553L17.1977 3.11879C17.1382 2.97524 17.0242 2.86114 16.8806 2.80172L10.2237 0.0443751C10.0801 -0.0151172 9.91884 -0.0151172 9.77529 0.0443751L3.11848 2.80172C2.97489 2.86114 2.86082 2.97524 2.80137 3.11879L0.044099 9.77545C-0.0307839 9.95627 -0.0104323 10.1625 0.0982788 10.3252C0.20699 10.4879 0.389764 10.5856 0.585467 10.5856H1.88231V19.4138C1.88231 19.7375 2.14465 19.9998 2.46824 19.9998C8.52833 19.9998 8.62953 19.9998 17.5308 19.9998C17.8544 19.9998 18.1167 19.7375 18.1167 19.4138V10.5857H19.4136C19.6093 10.5857 19.792 10.488 19.9008 10.3253C20.0095 10.1626 20.0298 9.95635 19.9549 9.77553Z" fill="#fff"/>
5
- <path d="M6.82031 14.4692V19.1714L9.17138 16.8203L6.82031 14.4692Z" fill="#798da1"/>
6
- <path d="M9.99998 17.649L7.64893 20H12.3511L9.99998 17.649Z" fill="#798da1"/>
7
- <path d="M7.64893 13.6406L9.99998 15.9917L12.3511 13.6406H7.64893Z" fill="#798da1"/>
8
- <path d="M10.8286 16.8203L13.1797 19.1714V14.4692L10.8286 16.8203Z" fill="#798da1"/>
9
- <path d="M19.9549 9.77553L17.1977 3.11879C17.1382 2.97524 17.0242 2.86114 16.8806 2.80172L10.2237 0.0443751C10.0801 -0.0151172 9.91884 -0.0151172 9.77529 0.0443751L3.11848 2.80172C2.97489 2.86114 2.86082 2.97524 2.80137 3.11879L0.044099 9.77545C-0.0307839 9.95627 -0.0104323 10.1625 0.0982788 10.3252C0.20699 10.4879 0.389764 10.5856 0.585467 10.5856H1.88231V19.4138C1.88231 19.7375 2.14465 19.9998 2.46824 19.9998H5.64794V13.0545C5.64794 12.7309 5.91028 12.4685 6.23388 12.4685H13.7651C14.0887 12.4685 14.3511 12.7309 14.3511 13.0545V19.9998H17.5308C17.8544 19.9998 18.1167 19.7375 18.1167 19.4138V10.5857H19.4136C19.6093 10.5857 19.792 10.488 19.9008 10.3253C20.0095 10.1626 20.0298 9.95635 19.9549 9.77553ZM12.4682 8.11697C12.4682 8.44056 12.2059 8.70291 11.8823 8.70291H8.11673C7.79314 8.70291 7.53079 8.44056 7.53079 8.11697V4.35134C7.53079 4.02778 7.79314 3.7654 8.11673 3.7654H11.8823C12.2059 3.7654 12.4682 4.02778 12.4682 4.35134V8.11697Z" fill="#d8dee4"/>
10
- <path d="M11.2969 4.9375H8.70312V7.53125H11.2969V4.9375Z" fill="#798da1"/>
11
- </g>
12
- </g>
13
- <defs>
14
- <clipPath id="clip0_2681_1524">
15
- <rect width="20" height="20" fill="#fff"/>
16
- </clipPath>
17
- <clipPath id="clip1_2681_1524">
18
- <rect width="20" height="20.0003" fill="#fff" transform="translate(-0.000488281 -0.000244141)"/>
19
- </clipPath>
20
- </defs>
21
- </svg>
@@ -1,8 +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="M34 13V34.6351C34 36.3866 32.5806 37.8116 30.8359 37.8116H9.16406C7.4194 37.8116 6 36.3866 6 34.6351V5.17646C6 3.42496 7.4194 2 9.16406 2H23C28 7 31 10 34 13Z" fill="#d8dee4"/>
3
- <path d="M23 9.82354L23 2C25.5 4.5 31.5 10.5 34 13L26.1641 13C24.4194 13 23 11.575 23 9.82354Z" fill="#9faebc"/>
4
- <circle cx="15.5" cy="29" r="3" fill="#fff"/>
5
- <path d="M17.9865 16.2485C15.9933 15.8557 13.9362 15.9294 11.9762 16.4634C11.8383 16.5033 11.7172 16.5871 11.6312 16.7021C11.5453 16.8172 11.4993 16.9572 11.5003 17.1006V18.4855C11.5029 18.6908 11.6039 18.8824 11.7718 19.0006C11.9396 19.119 12.1541 19.1495 12.3484 19.0828C14.7825 18.329 17.4082 18.491 19.7313 19.5383C22.0544 20.5855 23.9146 22.4457 24.9618 24.7688C26.009 27.092 26.171 29.7177 25.4172 32.1518C25.3505 32.346 25.381 32.5606 25.4994 32.7284C25.6176 32.8963 25.8092 32.9972 26.0146 32.9999H27.3992C27.5429 33.0009 27.6828 32.9549 27.7978 32.869C27.9128 32.783 27.9967 32.6619 28.0364 32.5239C28.5706 30.5639 28.6443 28.5069 28.2515 26.5137C27.7463 23.9797 26.5016 21.6522 24.6745 19.8252C22.8475 17.9983 20.5203 16.7537 17.9865 16.2485Z" fill="#9faebc"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.4231 33C14.3827 33 13.3849 32.5867 12.6493 31.851C11.9136 31.1153 11.5003 30.1175 11.5003 29.0771C11.5003 28.0366 11.9135 27.0388 12.6493 26.3032C13.385 25.5675 14.3827 25.1541 15.4231 25.1541C16.4636 25.1541 17.4614 25.5674 18.197 26.3032C18.9327 27.0389 19.346 28.0366 19.346 29.0771C19.3449 30.1172 18.9312 31.1143 18.1957 31.8497C17.4603 32.5853 16.4633 32.9988 15.4231 33ZM15.4231 27.7694C15.0764 27.7694 14.7438 27.9072 14.4985 28.1524C14.2533 28.3977 14.1155 28.7303 14.1155 29.0771C14.1155 29.4238 14.2533 29.7564 14.4985 30.0018C14.7438 30.2469 15.0764 30.3847 15.4231 30.3847C15.7699 30.3847 16.1025 30.2469 16.3478 30.0018C16.593 29.7564 16.7308 29.4238 16.7308 29.0771C16.7303 28.7305 16.5924 28.398 16.3472 28.153C16.1022 27.9078 15.7697 27.7699 15.4231 27.7694Z" fill="#9faebc"/>
7
- <path d="M11.8735 21.3603C13.4794 20.6166 15.278 20.3945 17.0166 20.7253C18.7126 21.0469 20.27 21.8778 21.4817 23.1075C22.6931 24.3373 23.5009 25.9072 23.797 27.608C24.0933 29.3088 23.8639 31.0594 23.1394 32.6264C23.085 32.7392 22.9996 32.8342 22.8932 32.9003C22.7868 32.9664 22.6638 33.001 22.5386 32.9998H21.059C20.9027 32.9984 20.7522 32.9412 20.6346 32.8384C20.5168 32.7357 20.4398 32.5943 20.4173 32.4397C20.395 32.2851 20.4285 32.1275 20.512 31.9956C21.3843 30.4953 21.5463 28.6853 20.9544 27.0538C20.3624 25.4223 19.0774 24.1373 17.446 23.5454C15.8146 22.9534 14.0047 23.1154 12.5043 23.9877C12.3723 24.0712 12.2148 24.1049 12.0602 24.0825C11.9056 24.06 11.7642 23.9829 11.6614 23.8653C11.5587 23.7475 11.5015 23.5971 11.5 23.4408V21.9612C11.4989 21.836 11.5335 21.7129 11.5996 21.6065C11.6657 21.5002 11.7607 21.4148 11.8735 21.3603Z" fill="#9faebc"/>
8
- </svg>
@@ -1,8 +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="M38 11.4706V5.17646C38 3.42496 36.5806 2 34.8359 2H5.16406C3.4194 2 2 3.42496 2 5.17646V11.4706H38Z" fill="#798da1"/>
3
- <path d="M2 11.3999V34.6351C2 36.3866 3.4194 37.8116 5.16406 37.8116H34.8359C36.5806 37.8116 38 36.3866 38 34.6351V11.3999H2Z" fill="#d8dee4"/>
4
- <circle cx="15.5" cy="29" r="3" fill="#fff"/>
5
- <path d="M17.9865 16.2485C15.9933 15.8557 13.9362 15.9294 11.9762 16.4634C11.8383 16.5033 11.7172 16.5871 11.6312 16.7021C11.5453 16.8172 11.4993 16.9572 11.5003 17.1006V18.4855C11.5029 18.6908 11.6039 18.8824 11.7718 19.0006C11.9396 19.119 12.1541 19.1495 12.3484 19.0828C14.7825 18.329 17.4082 18.491 19.7313 19.5383C22.0544 20.5855 23.9146 22.4457 24.9618 24.7688C26.009 27.092 26.171 29.7177 25.4172 32.1518C25.3505 32.346 25.381 32.5606 25.4994 32.7284C25.6176 32.8963 25.8092 32.9972 26.0146 32.9999H27.3992C27.5429 33.0009 27.6828 32.9549 27.7978 32.869C27.9128 32.783 27.9967 32.6619 28.0364 32.5239C28.5706 30.5639 28.6443 28.5069 28.2515 26.5137C27.7463 23.9797 26.5016 21.6522 24.6745 19.8252C22.8475 17.9983 20.5203 16.7537 17.9865 16.2485Z" fill="#9faebc"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.4231 33C14.3827 33 13.3849 32.5867 12.6493 31.851C11.9136 31.1153 11.5003 30.1175 11.5003 29.0771C11.5003 28.0366 11.9135 27.0388 12.6493 26.3032C13.385 25.5675 14.3827 25.1541 15.4231 25.1541C16.4636 25.1541 17.4614 25.5674 18.197 26.3032C18.9327 27.0389 19.346 28.0366 19.346 29.0771C19.3449 30.1172 18.9312 31.1143 18.1957 31.8497C17.4603 32.5853 16.4633 32.9988 15.4231 33ZM15.4231 27.7694C15.0764 27.7694 14.7438 27.9072 14.4985 28.1524C14.2533 28.3977 14.1155 28.7303 14.1155 29.0771C14.1155 29.4238 14.2533 29.7564 14.4985 30.0018C14.7438 30.2469 15.0764 30.3847 15.4231 30.3847C15.7699 30.3847 16.1025 30.2469 16.3478 30.0018C16.593 29.7564 16.7308 29.4238 16.7308 29.0771C16.7303 28.7305 16.5924 28.398 16.3472 28.153C16.1022 27.9078 15.7697 27.7699 15.4231 27.7694Z" fill="#9faebc"/>
7
- <path d="M11.8735 21.3603C13.4794 20.6166 15.278 20.3945 17.0166 20.7253C18.7126 21.0469 20.27 21.8778 21.4817 23.1075C22.6931 24.3373 23.5009 25.9072 23.797 27.608C24.0933 29.3088 23.8639 31.0594 23.1394 32.6264C23.085 32.7392 22.9996 32.8342 22.8932 32.9003C22.7868 32.9664 22.6638 33.001 22.5386 32.9998H21.059C20.9027 32.9984 20.7522 32.9412 20.6346 32.8384C20.5168 32.7357 20.4398 32.5943 20.4173 32.4397C20.395 32.2851 20.4285 32.1275 20.512 31.9956C21.3843 30.4953 21.5463 28.6853 20.9544 27.0538C20.3624 25.4223 19.0774 24.1373 17.446 23.5454C15.8146 22.9534 14.0047 23.1154 12.5043 23.9877C12.3723 24.0712 12.2148 24.1049 12.0602 24.0825C11.9056 24.06 11.7642 23.9829 11.6614 23.8653C11.5587 23.7475 11.5015 23.5971 11.5 23.4408V21.9612C11.4989 21.836 11.5335 21.7129 11.5996 21.6065C11.6657 21.5002 11.7607 21.4148 11.8735 21.3603Z" fill="#9faebc"/>
8
- </svg>
@@ -1,22 +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_5905_4631)">
3
- <path d="M20 20H11V4H20V16.264V20Z" fill="#d8dee4"/>
4
- <path d="M13 2H12L12.0002 20H13V2Z" fill="#798da1"/>
5
- <path d="M1.27977 0V1.78715H0V20H12V0H1.27977Z" fill="#798da1"/>
6
- <path d="M5.14902 4.50488H3.61719V6.38001H5.14902V4.50488Z" fill="#fff"/>
7
- <path d="M8.96188 4.50488H7.43005V6.38001H8.96188V4.50488Z" fill="#fff"/>
8
- <path d="M3.61719 8.25513H5.14902V10.1303H3.61719V8.25513Z" fill="#fff"/>
9
- <path d="M8.96188 8.25513H7.43005V10.1303H8.96188V8.25513Z" fill="#fff"/>
10
- <path d="M3.61719 12.0056H5.14902V13.8807H3.61719V12.0056Z" fill="#fff"/>
11
- <path d="M8.96188 12.0056H7.43005V13.8807H8.96188V12.0056Z" fill="#fff"/>
12
- <path d="M3.61719 15.7559H5.14902V17.631H3.61719V15.7559Z" fill="#fff"/>
13
- <path d="M8.96188 15.7559H7.43005V17.631H8.96188V15.7559Z" fill="#fff"/>
14
- <path d="M16.281 8.25513H14.7491V10.1303H16.281V8.25513Z" fill="#798da1"/>
15
- <path d="M16.281 12.0056H14.7491V13.8807H16.281V12.0056Z" fill="#798da1"/>
16
- </g>
17
- <defs>
18
- <clipPath id="clip0_5905_4631">
19
- <rect width="20" height="20" fill="#fff"/>
20
- </clipPath>
21
- </defs>
22
- </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_5925_6912)">
3
- <mask id="mask0_5925_6912" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="80" height="80">
4
- <circle cx="40" cy="40" r="40" fill="#C4C4C4"/>
5
- </mask>
6
- <g mask="url(#mask0_5925_6912)">
7
- <path d="M59.1959 94.5766L35.2209 35.974L-23 11.6167V94.5766H59.1959Z" fill="#506478"/>
8
- <path d="M93.5284 94.576V62.3026V60.2148L35.1632 36.0024L59.1959 94.576H93.5284Z" fill="#9faebc"/>
9
- <path d="M-23 11.6159L35.1632 36.0022L11.1594 -22.4844L-23 11.6159Z" fill="#d8dee4"/>
10
- <path d="M93.5285 11.6163L35.3364 -46.8123L26.3061 -37.7653L11.1306 -22.4549L35.1633 36.0027L93.5285 60.215V11.6163Z" fill="#798da1"/>
11
- </g>
12
- <path d="M24.8418 39.5604V8.13479C24.8418 6.41065 26.1944 5 27.8476 5H71.63C73.2832 5 74.6358 6.41065 74.6358 8.13479V39.5604H24.8418Z" fill="#798da1"/>
13
- <path d="M24.8418 38.7314V42.7203C24.8418 44.5019 26.1944 45.9596 27.8476 45.9596L71.63 45.9596C73.2832 45.9596 74.6358 44.5019 74.6358 42.7203V38.7314L24.8418 38.7314Z" fill="#607890"/>
14
- <path d="M44.4863 45.9595H54.9975L55.7794 48.7335C56.2333 50.3456 57.9576 51.6642 59.6108 51.6642H56.605C54.9518 51.6642 53.2275 50.3456 52.7736 48.7335L52.454 47.6008H44.0238L44.4863 45.9595Z" fill="#506478"/>
15
- <path d="M59.5738 51.664H65.2735C65.6885 51.664 66.025 52.005 66.025 52.4259C66.025 52.8467 65.6885 53.1878 65.2735 53.1878H34.2138C33.7988 53.1878 33.4624 52.8467 33.4624 52.4259C33.4624 52.005 33.7988 51.664 34.2138 51.664H39.8983C41.5444 51.6517 43.2547 50.338 43.7065 48.7334L44.026 47.6008H52.4541L52.7737 48.7335C53.2276 50.3456 54.9519 51.6642 56.6051 51.6642H59.6108C59.5985 51.6642 59.5862 51.6641 59.5738 51.664Z" fill="#506478"/>
16
- <path d="M71.4232 10.9475V13.0314H28.0542V10.9475C28.0542 9.43664 29.3443 8.21265 30.9349 8.21265H68.5433C70.1339 8.21265 71.4232 9.43664 71.4232 10.9475Z" fill="#9faebc"/>
17
- <path d="M71.4232 13.0312V32.6084C71.4232 34.216 70.1339 35.5189 68.5433 35.5189H30.9349C29.3443 35.5189 28.0542 34.216 28.0542 32.6084V13.0312H71.4232Z" fill="#fff"/>
18
- <path d="M77.1405 57.7139H60.8967C59.1661 57.7097 57.763 56.3067 57.7588 54.576V20.3157C57.763 18.585 59.1661 17.1819 60.8967 17.1777H77.1405C78.8712 17.1819 80.2742 18.585 80.2784 20.3157V54.5771C80.2732 56.3077 78.8712 57.7097 77.1405 57.7139Z" fill="#d8dee4"/>
19
- <path fill-rule="evenodd" clip-rule="evenodd" d="M60.9015 55.7753H77.1358H77.1369C77.799 55.773 78.3364 55.2369 78.3398 54.5736V20.3183C78.337 19.6562 77.7997 19.119 77.1376 19.1164H60.8997C60.2374 19.119 59.7001 19.6564 59.6975 20.3186V54.5731C59.7001 55.2355 60.2378 55.773 60.9003 55.7753H60.9015ZM60.8967 57.7139C59.1661 57.7097 57.763 56.3067 57.7588 54.576V20.3157C57.763 18.585 59.1661 17.1819 60.8967 17.1777H77.1405C78.8712 17.1819 80.2742 18.585 80.2784 20.3157V54.5771C80.2732 56.3077 78.8712 57.7097 77.1405 57.7139H60.8967Z" fill="#d8dee4"/>
20
- <path d="M77.1405 57.714H60.8967C59.1661 57.7097 57.763 56.3067 57.7588 54.576V50.6016C68.1058 50.6016 71.0708 50.6016 80.2784 50.6016V54.5771C80.2732 56.3077 78.8712 57.7097 77.1405 57.714Z" fill="#607890"/>
21
- <rect x="62.1649" y="20.7026" width="10.5747" height="11.4559" rx="1" fill="#798da1"/>
22
- <path d="M62.1649 40.0897C62.1649 39.603 62.5595 39.2085 63.0461 39.2085H75.3833C75.87 39.2085 76.2645 39.603 76.2645 40.0897V46.2583C76.2645 46.745 75.87 47.1395 75.3833 47.1395H63.0461C62.5595 47.1395 62.1649 46.745 62.1649 46.2583V40.0897Z" fill="#798da1"/>
23
- <rect x="62.1649" y="33.9209" width="9.69346" height="2.64367" rx="1" fill="#798da1"/>
24
- <path d="M28.6767 14.574C26.1225 8.45717 19.0834 5.56501 12.9543 8.11417C8.76362 9.85714 5.91418 13.8075 5.58766 18.3268C2.04607 18.8156 -0.42796 22.0773 0.0618173 25.6119C0.505036 28.8102 3.24593 31.1909 6.48103 31.1877H28.6766C33.2735 31.1877 37 27.4686 37 22.8809C37 18.2932 33.2736 14.574 28.6767 14.574Z" fill="#d8dee4"/>
25
- <path d="M16.6594 67.3847L27.3143 61.1605C27.7012 60.9496 27.9825 60.4925 27.9823 60.0002C27.9823 59.5079 27.7362 59.0507 27.3494 58.8397L16.6593 52.6155C16.2725 52.4045 15.7098 52.4045 15.323 52.6155C14.9361 52.8264 14.6548 53.2836 14.6548 53.7759V66.2243C14.6548 66.7165 14.9362 67.1738 15.323 67.3847C15.534 67.5255 15.7802 67.5606 15.9912 67.5606C16.2021 67.5606 16.4484 67.5253 16.6594 67.3847Z" fill="#fff"/>
26
- <path d="M20 44C11.1385 44 4 51.1385 4 60C4 68.8615 11.1385 76 20 76C28.8615 76 36 68.8615 36 60C36 51.1385 28.8615 44 20 44ZM27.3143 61.1604L16.6593 67.3847C16.4484 67.5252 16.2021 67.5606 15.9912 67.5606C15.7802 67.5606 15.5339 67.5255 15.323 67.3847C14.9361 67.1737 14.6548 66.7165 14.6548 66.2242V53.7759C14.6548 53.2836 14.9361 52.8264 15.323 52.6154C15.7098 52.4045 16.2725 52.4045 16.6593 52.6154L27.3494 58.8397C27.7362 59.0506 27.9822 59.5079 27.9822 60.0001C27.9825 60.4924 27.7011 60.9496 27.3143 61.1606V61.1604Z" fill="#7e9bfa"/>
27
- </g>
28
- <defs>
29
- <clipPath id="clip0_5925_6912">
30
- <rect width="80" height="80" fill="#fff"/>
31
- </clipPath>
32
- </defs>
33
- </svg>
@@ -1,20 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <ellipse cx="20" cy="21" rx="19" ry="18.5" fill="#fff"/>
3
- <path d="M18.872 38.1512V33.2986C17.4034 33.3465 15.9491 33.4732 14.5389 33.694C15.7279 36.0356 17.23 37.6377 18.872 38.1512Z" fill="#798da1"/>
4
- <path d="M13.6513 31.6417C15.3516 31.3456 17.1015 31.1744 18.8796 31.1248V22.0889H11.9086C12.0183 25.6492 12.6534 28.9475 13.6513 31.6417Z" fill="#798da1"/>
5
- <path d="M28.0919 22.0889H21.1244V31.1248C22.9008 31.1761 24.6524 31.3456 26.3527 31.6417C27.3488 28.9475 27.9857 25.6492 28.0919 22.0889Z" fill="#9faebc"/>
6
- <path d="M26.3527 10.3589C24.6524 10.6516 22.9008 10.8228 21.1244 10.8758V19.9117H28.0919C27.9857 16.3532 27.3488 13.0496 26.3527 10.3589Z" fill="#9faebc"/>
7
- <path d="M21.1244 33.2986V38.1512C22.7698 37.6377 24.2667 36.0321 25.4539 33.694C24.042 33.4732 22.5947 33.3465 21.1244 33.2986Z" fill="#9faebc"/>
8
- <path d="M21.1244 3.8457V8.69659C22.5947 8.65208 24.0455 8.52371 25.4539 8.30461C24.2667 5.96476 22.7681 4.36263 21.1244 3.8457Z" fill="#9faebc"/>
9
- <path d="M14.5389 8.30461C15.9491 8.52542 17.4034 8.65208 18.872 8.69659V3.8457C17.23 4.36092 15.7261 5.96476 14.5389 8.30461Z" fill="#798da1"/>
10
- <path d="M11.9086 19.9117H18.8796V10.8758C17.1015 10.8245 15.3516 10.655 13.6513 10.3589C12.6534 13.0496 12.0183 16.3532 11.9086 19.9117Z" fill="#798da1"/>
11
- <path d="M30.3409 19.9112H38.9998C38.7256 15.3719 36.7634 11.2758 33.6973 8.20508C32.1067 8.89659 30.3851 9.46487 28.5769 9.89792C29.6102 12.753 30.233 16.1781 30.3409 19.9112Z" fill="#9faebc"/>
12
- <path d="M24.0863 38.9998C26.9844 38.3871 29.6277 37.1324 31.8659 35.407C30.5602 34.8918 29.1695 34.4639 27.7169 34.1318C26.719 36.2149 25.4894 37.8924 24.0863 38.9998Z" fill="#9faebc"/>
13
- <path d="M28.5769 32.1039C30.3834 32.5369 32.1049 33.1001 33.6973 33.795C36.7634 30.7243 38.7256 26.6282 38.9998 22.0889H30.3409C30.233 25.8203 29.6066 29.2454 28.5769 32.1039Z" fill="#9faebc"/>
14
- <path d="M12.2785 34.1318C10.8276 34.4639 9.43874 34.8918 8.13123 35.407C10.3694 37.1324 13.0145 38.3836 15.9091 38.9998C14.5042 37.8924 13.2746 36.2149 12.2785 34.1318Z" fill="#d8dee4"/>
15
- <path d="M11.4194 9.89817C9.61117 9.46511 7.88964 8.89855 6.30082 8.20703C3.23639 11.2761 1.27424 15.3721 1 19.9115H9.65894C9.75979 16.1783 10.3844 12.7584 11.4194 9.89817Z" fill="#d8dee4"/>
16
- <path d="M15.9091 3C13.0145 3.61278 10.3694 4.86744 8.13123 6.59109C9.43697 7.10631 10.8259 7.53594 12.2785 7.86458C13.2746 5.78318 14.5042 4.10745 15.9091 3Z" fill="#d8dee4"/>
17
- <path d="M9.65717 22.0889H1C1.27424 26.6248 3.23639 30.7226 6.30082 33.795C7.88964 33.1001 9.61117 32.5369 11.4212 32.1039C10.3844 29.2454 9.75979 25.8203 9.65717 22.0889Z" fill="#d8dee4"/>
18
- <path d="M27.7169 7.86458C29.1695 7.53594 30.5584 7.10631 31.8659 6.59109C29.626 4.8623 26.9826 3.61449 24.0863 3C25.4894 4.10745 26.719 5.78318 27.7169 7.86458Z" fill="#9faebc"/>
19
- <path d="M35.5009 4.30862C34.1203 0.740501 30.3153 -0.946597 27.0023 0.540415C24.7371 1.55715 23.1969 3.86151 23.0204 6.4978C21.106 6.78294 19.7687 8.68557 20.0334 10.7474C20.273 12.6131 21.7546 14.0019 23.5033 14H35.5009C37.9857 14 40 11.8305 40 9.15434C40 6.47817 37.9858 4.30862 35.5009 4.30862Z" fill="#d8dee4"/>
20
- </svg>
@@ -1,10 +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 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 fill-rule="evenodd" clip-rule="evenodd" d="M42.8438 11.1715C42.9236 10.9029 42.9664 10.6183 42.9664 10.3234C42.9664 8.68293 41.6404 7.35693 39.9999 7.35693C38.3594 7.35693 37.0334 8.68293 37.0334 10.3234C37.0334 10.6167 37.0758 10.8998 37.1548 11.1672L30.3086 15.1199C30.1166 14.9171 29.8925 14.738 29.6385 14.5904C28.219 13.7744 26.4 14.2589 25.584 15.6784C24.768 17.0979 25.2525 18.9169 26.672 19.7329C26.9254 19.8786 27.1915 19.9828 27.4624 20.0477V27.9541C27.1946 28.0191 26.9315 28.1227 26.6805 28.267C25.261 29.0915 24.7765 30.902 25.5925 32.3215C26.4085 33.741 28.219 34.2255 29.647 33.4095C29.8984 33.2635 30.1204 33.0866 30.3111 32.8864L37.1535 36.837C37.0754 37.1031 37.0334 37.3848 37.0334 37.6765C37.0334 39.317 38.3594 40.643 39.9999 40.643C41.6404 40.643 42.9664 39.3085 42.9664 37.6765C42.9664 37.3496 42.9138 37.0353 42.8166 36.7414L49.6192 32.8138C49.8248 33.0448 50.0704 33.247 50.353 33.4095C51.7725 34.2255 53.5915 33.741 54.4075 32.3215C55.232 30.902 54.7475 29.0915 53.3195 28.267C53.0687 28.1228 52.8055 28.0192 52.5375 27.9542V20.0477C52.8084 19.9829 53.0746 19.8786 53.328 19.7329C54.7475 18.9084 55.232 17.0979 54.416 15.6784C53.5915 14.2589 51.781 13.7744 50.3615 14.5904C50.1061 14.7388 49.881 14.9191 49.6882 15.1233L42.8438 11.1715ZM39.1737 13.1737C39.4359 13.2494 39.7131 13.2899 39.9999 13.2899C40.2877 13.2899 40.5659 13.2491 40.8288 13.173L49.7872 28.6888C49.5867 28.88 49.41 29.1027 49.265 29.355C49.1208 29.6057 49.0173 29.869 48.9523 30.137H31.0479C30.9829 29.8691 30.8793 29.6059 30.735 29.355C30.5894 29.1043 30.4131 28.8828 30.2136 28.6925L39.1737 13.1737ZM37.866 12.3858C37.8937 12.4144 37.9219 12.4425 37.9507 12.47L28.9904 27.9893C28.9516 27.978 28.9126 27.9675 28.8734 27.9578V20.0407C29.6285 19.853 30.3088 19.3715 30.7265 18.6449C31.1435 17.9194 31.2209 17.0918 31.0073 16.3458L37.866 12.3858ZM42.0511 12.4681C42.0781 12.4423 42.1047 12.4159 42.1307 12.3891L48.9915 16.3502C48.7795 17.095 48.8573 17.9209 49.2735 18.6449C49.6912 19.3714 50.3715 19.853 51.1265 20.0407V27.9571C51.088 27.9666 51.0497 27.9768 51.0116 27.9877L42.0511 12.4681ZM49.0099 31.7425L42.1937 35.6779C41.6515 35.0829 40.87 34.71 39.9999 34.71C39.1598 34.71 38.4022 35.0577 37.8629 35.6173L31.0134 31.6626C31.0244 31.6246 31.0346 31.5864 31.0441 31.548H48.9552C48.9712 31.6134 48.9895 31.6783 49.0099 31.7425Z" fill="#fff"/>
6
- <path d="M40 43.566L13 35V68.401L40 77V43.566Z" fill="#607890"/>
7
- <path d="M67 68.401V34L40 43.566V77L67 68.401Z" fill="#506478"/>
8
- <path d="M13.2576 34L4 45.0304L31.2457 55L40 43.4747L13.2576 34Z" fill="#d8dee4"/>
9
- <path d="M66.7401 34L76 45.0304L48.7566 55L40 43.4747L66.7401 34Z" fill="#798da1"/>
10
- </svg>
@@ -1,13 +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_5905_4632)">
3
- <path d="M2 20H18V7.88218L10 2L2 7.88218V20Z" fill="#d8dee4"/>
4
- <path d="M1.22096 10L10 2.65656L18.779 10L20 8.36478L10 0L7.6199e-06 8.36478L1.22096 10Z" fill="#798da1"/>
5
- <path d="M6 12H14V20H6V12Z" fill="#fff"/>
6
- <path d="M8 14H12V20H8V14Z" fill="#798da1"/>
7
- </g>
8
- <defs>
9
- <clipPath id="clip0_5905_4632">
10
- <rect width="20" height="20" fill="#fff"/>
11
- </clipPath>
12
- </defs>
13
- </svg>
@@ -1,8 +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="M38 11.4706V5.17646C38 3.42496 36.5806 2 34.8359 2H5.16406C3.4194 2 2 3.42496 2 5.17646V11.4706H38Z" fill="#798da1"/>
3
- <path d="M2 11.3999V34.6351C2 36.3866 3.4194 37.8116 5.16406 37.8116H34.8359C36.5806 37.8116 38 36.3866 38 34.6351V11.3999H2Z" fill="#d8dee4"/>
4
- <path d="M28.6181 15.2573H11.399C9.52499 15.2573 8 16.74 8 18.5624V29.0362C8 30.8586 9.52499 32.3413 11.399 32.3413H28.6181C30.4921 32.3413 32.0171 30.8586 32.0171 29.0362V18.5624C32.0171 16.74 30.4921 15.2573 28.6181 15.2573Z" fill="#fff"/>
5
- <path d="M28.6179 15.2578H23.7476C21.8736 15.2578 20.3486 16.7405 20.3486 18.5629L16.7972 29.0367C16.7972 30.8591 18.3222 32.3418 20.1962 32.3418H28.6179C30.4919 32.3418 32.0169 30.8591 32.0169 29.0367V18.5629C32.0169 16.7405 30.4919 15.2578 28.6179 15.2578Z" fill="#fff"/>
6
- <path d="M28.6181 15.2573H11.399C9.52499 15.2573 8 16.74 8 18.5624V29.0362C8 30.8586 9.52499 32.3413 11.399 32.3413H28.6181C30.4921 32.3413 32.0171 30.8586 32.0171 29.0362V18.5624C32.0171 16.74 30.4921 15.2573 28.6181 15.2573ZM16.716 20.5152L13.1402 23.9918L16.3201 27.0834C16.595 27.3506 16.595 27.7839 16.3201 28.0507C16.0457 28.3179 15.6001 28.3179 15.3252 28.0507L11.6476 24.4752C11.3727 24.2079 11.3727 23.7751 11.6476 23.5079L15.7206 19.5479C15.9955 19.2807 16.4412 19.2807 16.716 19.5479C16.9905 19.8147 16.9905 20.248 16.716 20.5152ZM22.8666 18.9058L19.1458 29.1484C19.0163 29.5051 18.6143 29.6916 18.248 29.5657C17.8816 29.4398 17.6893 29.049 17.8188 28.6928L21.5395 18.4502C21.669 18.094 22.0705 17.907 22.4374 18.0329C22.8037 18.1588 22.996 18.5496 22.8666 18.9058ZM28.3695 24.0907L24.2964 28.0507C24.0215 28.3179 23.5759 28.3179 23.301 28.0507C23.0266 27.7839 23.0266 27.3506 23.301 27.0834L26.8769 23.6068L23.6969 20.5152C23.4221 20.248 23.4221 19.8147 23.6969 19.5479C23.9714 19.2807 24.417 19.2807 24.6919 19.5479L28.3695 23.1234C28.6444 23.3907 28.6444 23.8235 28.3695 24.0907Z" fill="#9faebc"/>
7
- <path d="M28.6193 15.2578H22.0519C19.5808 21.9293 18.2942 25.682 15.7209 32.3418H28.6193C30.4933 32.3418 32.0182 30.8591 32.0182 29.0367V18.5629C32.0182 16.7405 30.4933 15.2578 28.6193 15.2578ZM22.9611 18.9063L19.2403 29.1489C19.1108 29.5055 18.7088 29.6921 18.3425 29.5662C17.9761 29.4403 17.7838 29.0495 17.9132 28.6933L21.634 18.4507C21.7635 18.0945 22.165 17.9075 22.5318 18.0334C22.8982 18.1593 23.0905 18.5501 22.9611 18.9063ZM28.3707 24.0912L24.2976 28.0512C24.0227 28.3184 23.5771 28.3184 23.3022 28.0512C23.0278 27.7844 23.0278 27.3511 23.3022 27.0839L26.878 23.6073L23.6981 20.5157C23.4232 20.2485 23.4232 19.8152 23.6981 19.5484C23.9725 19.2812 24.4181 19.2812 24.693 19.5484L28.3707 23.1239C28.6455 23.3912 28.6455 23.824 28.3707 24.0912Z" fill="#9faebc"/>
8
- </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
- <path d="M11.1719 0C10.848 0 10.5859 0.301133 10.5859 0.625V2.47625C10.7813 2.45758 10.9729 2.42188 11.1719 2.42188C11.371 2.42188 11.5625 2.4557 11.7578 2.47387V0.625C11.7578 0.301133 11.4957 0 11.1719 0Z" fill="#798da1"/>
3
- <path d="M15.4937 1.2558C15.2139 1.09272 14.8551 1.19057 14.6932 1.47037L13.8013 3.01526C14.1594 3.17826 14.4985 3.37151 14.8196 3.59561L15.7083 2.05631C15.8702 1.77592 15.7741 1.41772 15.4937 1.2558Z" fill="#798da1"/>
4
- <path d="M18.7107 4.47267C18.5476 4.19115 18.1888 4.09673 17.9101 4.2581L16.3816 5.1406C16.6081 5.45771 16.8057 5.79439 16.9731 6.15243L18.4961 5.27318C18.7765 5.11122 18.8726 4.75306 18.7107 4.47267Z" fill="#798da1"/>
5
- <path d="M7.57788 1.47026C7.41538 1.18874 7.05659 1.09261 6.77737 1.25569C6.49698 1.41764 6.40085 1.77581 6.5628 2.0562L7.48128 3.64706C7.79975 3.41846 8.13585 3.22042 8.4912 3.05225L7.57788 1.47026Z" fill="#798da1"/>
6
- <path d="M4.36087 4.25809C4.08048 4.09672 3.72173 4.19286 3.56036 4.47266C3.39841 4.75305 3.49454 5.11126 3.77493 5.27317L5.36837 6.19313C5.53501 5.83536 5.73044 5.4977 5.95653 5.17934L4.36087 4.25809Z" fill="#798da1"/>
7
- <path d="M17.6544 19.6201C15.5595 14.0331 10.6014 9.95209 4.71512 8.97076L0.682266 8.3051C0.512383 8.27678 0.338594 8.32463 0.207188 8.436C0.0758203 8.54729 0 8.71076 0 8.88303V9.73811C0.741719 10.0278 10.8357 10.0653 15.7155 20H17.7969L17.6544 19.6201Z" fill="#798da1"/>
8
- <path d="M17.2787 16.1888C16.6569 15.3199 15.4789 13.712 14.9478 13.1544C16.8132 12.2889 18.2989 12.0155 19.2896 11.8332C19.5656 11.7824 19.8032 11.7387 19.9999 11.6912V17C19.9999 17 19.9999 17 19.9999 17L19.9999 19.4141C19.9999 19.738 19.7378 20.0001 19.414 20.0001H19.0878L18.7518 19.2082C18.3538 18.1471 17.8551 17.1399 17.2758 16.1899C17.2767 16.1896 17.2777 16.1892 17.2787 16.1888Z" fill="#798da1"/>
9
- <path d="M19.7856 8.43709C19.6498 8.3258 19.4714 8.28127 19.2992 8.31572C18.7224 8.48873 16.0559 8.58959 12.5458 11.0436C13.0718 11.429 13.5753 11.8437 14.0566 12.2837C16.7889 10.9283 18.9507 10.7544 20.0001 10.4961V8.89022C20.0001 8.71471 19.9214 8.54838 19.7856 8.43709Z" fill="#798da1"/>
10
- <path d="M11.1718 3.59375C8.57426 3.59375 6.39859 5.53195 5.99023 8.03293C7.96707 8.49012 9.82965 9.27562 11.5104 10.3361C12.9706 9.25703 14.5973 8.40113 16.3233 7.83461C15.8394 5.40766 13.7182 3.59375 11.1718 3.59375Z" fill="#d8dee4"/>
11
- <path d="M0 10.926C0.100146 10.9641 0.341172 10.9977 0.694959 11.0471C3.04108 11.3743 10.346 12.3931 14.4098 20H4.5L0.585938 20C0.26207 20 0 19.7379 0 19.4141V10.926Z" fill="#798da1"/>
12
- </svg>
@@ -1,14 +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_4862)">
3
- <circle cx="10" cy="10" r="10" fill="#798da1"/>
4
- <path d="M7.01309 14.5846L7.2853 14.3124C7.3601 14.2376 7.46528 14.2016 7.57023 14.2148C7.79206 14.2428 7.98075 14.0542 7.95273 13.8323C7.93949 13.7274 7.97549 13.6222 8.0503 13.5474L8.3225 13.2752C8.41771 13.18 8.57206 13.18 8.66723 13.2752C8.76245 13.3704 8.91679 13.3704 9.01196 13.2752L9.2075 13.0797C9.30271 12.9844 9.30271 12.8301 9.2075 12.7349C9.11229 12.6397 9.11229 12.4854 9.2075 12.3902L9.72764 11.87C9.82286 11.7748 9.9772 11.7748 10.0724 11.87C10.1676 11.9653 10.3219 11.9653 10.4171 11.87L11.2957 10.9915L9.34629 9.04211L4.90834 13.4801C4.73244 13.656 4.62712 13.8902 4.61226 14.1385L4.54636 15.2402C4.52772 15.552 4.78577 15.8101 5.09758 15.7914L6.19929 15.7255C6.4476 15.7107 6.68182 15.6053 6.85771 15.4294L7.01309 15.2741C7.1083 15.1788 7.1083 15.0245 7.01309 14.9293C6.91788 14.8341 6.91788 14.6798 7.01309 14.5846V14.5846Z" fill="#fff"/>
5
- <path d="M7.01308 14.5846L7.28529 14.3124C7.36009 14.2376 7.46527 14.2016 7.57022 14.2149C7.79205 14.2429 7.98074 14.0542 7.95272 13.8324C7.93948 13.7274 7.97548 13.6222 8.05028 13.5474L8.32249 13.2752C8.4177 13.18 8.57205 13.18 8.66722 13.2752C8.76243 13.3704 8.91678 13.3704 9.01195 13.2752L9.20749 13.0797C9.3027 12.9845 9.3027 12.8301 9.20749 12.735C9.11228 12.6398 9.11228 12.4854 9.20749 12.3902L9.72763 11.8701C9.82284 11.7749 9.97719 11.7749 10.0724 11.8701C10.1676 11.9653 10.3219 11.9653 10.4171 11.8701L11.2957 10.9915L10.321 10.0168C8.87007 11.4747 7.78892 12.5559 4.70251 15.6442C4.80338 15.7427 4.94395 15.8006 5.09757 15.7915L6.19928 15.7256C6.44759 15.7107 6.68181 15.6054 6.8577 15.4295L7.01308 15.2741C7.10829 15.1789 7.10829 15.0246 7.01308 14.9294C6.91787 14.8342 6.91787 14.6799 7.01308 14.5846Z" fill="#d8dee4"/>
6
- <path d="M15.6605 4.80136C14.1072 3.24802 11.5886 3.24802 10.0353 4.80136C8.48188 6.35471 8.48192 8.87325 10.0353 10.4266C11.5886 11.98 14.1072 11.98 15.6605 10.4266C17.2139 8.87329 17.2139 6.35471 15.6605 4.80136ZM13.1188 7.34311C12.6784 6.90273 12.6781 6.18881 13.1188 5.74814C13.5592 5.30775 14.2731 5.30809 14.7135 5.74843C15.1538 6.18881 15.1541 6.90273 14.7138 7.34311C14.2731 7.78379 13.5591 7.78349 13.1188 7.34311Z" fill="#fff"/>
7
- <path d="M15.6603 4.80139C15.8975 7.69071 15.6273 10.3936 9.45129 9.68613C9.61239 9.9497 9.80698 10.1986 10.035 10.4267C11.5884 11.98 14.1069 11.98 15.6603 10.4267C17.2137 8.87332 17.2137 6.35474 15.6603 4.80139Z" fill="#d8dee4"/>
8
- </g>
9
- <defs>
10
- <clipPath id="clip0_5907_4862">
11
- <rect width="20" height="20" fill="#fff" transform="matrix(-1 0 0 1 20 0)"/>
12
- </clipPath>
13
- </defs>
14
- </svg>
@@ -1,28 +0,0 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="mask0_5933_8583" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="81" height="80">
3
- <circle r="40" transform="matrix(1 0 1.79901e-05 1 40.0007 40)" fill="#F2F2F2"/>
4
- </mask>
5
- <g mask="url(#mask0_5933_8583)">
6
- <rect width="80" height="80" fill="#d8dee4"/>
7
- <path d="M18 72.7975C20.1086 68.2085 22.8731 63.8569 26.2465 60.6009C28.9927 57.9502 34.78 56.6505 35.9968 57.1275C38.1867 54.1076 40.9857 51 40.9857 51C40.9857 51 45.9574 51.9655 49.0115 56.9841C49.0191 56.9721 49.0264 56.9621 49.0335 56.9542C49.7183 56.1848 51.3715 56.6584 55.0807 58.2645C59.2003 60.0483 60.7974 63.3864 62.2191 66.3579C62.5579 67.0659 62.8867 67.7532 63.2373 68.3936C63.8357 69.4866 64.4339 70.5123 65 71.4433C59.2264 77.558 51.3207 81.5127 42.457 81.9582C33.0928 82.4289 24.4323 78.8937 18 72.7975Z" fill="#798da1"/>
8
- <path d="M28.95 80C28.2903 79.7367 27.64 79.4511 27 79.144C28.3387 75.6061 30.1313 71.5999 30.1313 71.5999C30.1313 71.5999 29.0547 75.791 28.95 80Z" fill="#9faebc"/>
9
- <path d="M57 77.3181C56.4418 77.6715 55.8731 78.0077 55.2945 78.326C54.7585 74.3142 53.4316 70.5749 53.4316 70.5749C53.4316 70.5749 55.3819 74.043 57 77.3181Z" fill="#9faebc"/>
10
- <path d="M42.384 61.7965C45.8302 61.6152 48.5175 59.0536 48.3862 56.075C48.2549 53.0965 45.3548 50.8288 41.9086 51.0102C38.4624 51.1915 35.7751 53.7531 35.9064 56.7317C36.0377 59.7102 38.9378 61.9779 42.384 61.7965Z" fill="#9faebc"/>
11
- </g>
12
- <path d="M8.93147 34.5912C10.2845 34.5903 11.4758 33.8812 12.1616 32.8057C12.795 31.8141 12.7871 30.9364 12.7808 30.2309C12.7802 30.1626 12.7796 30.0959 12.7796 30.0309L12.7935 29.996C9.45737 28.5892 7.11055 25.2405 7.11055 21.3334C2.74343 2.51027 27.8338 5.3755 27.8338 18.7138C27.8338 19.9706 26.8353 21.037 25.5106 21.037V21.3334C25.5106 21.546 25.5037 21.7568 25.49 21.9659C25.3496 24.1572 24.4849 26.0895 23.172 27.5771C22.257 28.6198 21.1164 29.4526 19.8281 29.9959L19.8421 30.0309C19.8421 30.0944 19.8416 30.1593 19.8411 30.2253C19.8355 30.9473 19.8288 31.8175 20.46 32.8057C21.1458 33.8812 22.3372 34.5903 23.6902 34.5912C21.5 37.5 12 37.5 8.93147 34.5912Z" fill="#FFE5C7"/>
13
- <path d="M3.19994 9.36809C3.18744 9.38985 3.1912 9.41899 3.20943 9.43797C4.25003 10.5216 4.83286 11.9797 4.83286 13.4978V18.5897C4.83286 19.9633 5.92364 21.0811 7.27624 21.0811C7.27624 18.1803 7.27464 16.6644 7.2752 15.8496C7.27558 15.3352 7.76284 14.9654 8.24484 15.1167C9.75992 15.5922 11.5272 15.8372 13.3846 15.4255C16.653 14.7008 17.5787 13.3942 20.2448 12.7414C23.2238 12.0129 25.9256 14.3404 25.9068 17.3177C25.9012 18.2964 25.8852 19.5196 25.8833 21.0811C27.223 21.0811 28.2327 20.0013 28.2327 18.7287V14.7449C28.2628 13.3578 28.2008 8.46616 24.7368 5.06032C20.7094 1.10032 14.3259 1.42452 9.70307 3.54317C9.55271 3.6121 9.55665 3.83171 9.70918 3.89574L10.915 4.40206C11.0952 4.47779 11.0573 4.74878 10.8635 4.76997L10.2778 4.8341C7.12747 5.17765 4.50668 7.0951 3.19994 9.36809Z" fill="#506478"/>
14
- <path d="M1.99994 41.518V45.3451C7.5 51 25 51 30.6216 45.3451V41.518C30.6216 37.5028 27.5183 34.2503 23.6906 34.2489C22.3372 34.2484 21.1456 33.5174 20.46 32.4104C18.0667 34.5552 14.5562 34.5564 12.1616 32.4104C11.476 33.5174 10.2843 34.2484 8.93093 34.2489C5.10325 34.2503 1.99994 37.5028 1.99994 41.518Z" fill="#9faebc"/>
15
- <path d="M56.9315 34.5912C58.2845 34.5903 59.4758 33.8812 60.1616 32.8057C60.795 31.8141 60.7871 30.9364 60.7808 30.2309C60.7802 30.1626 60.7796 30.0959 60.7796 30.0309L60.7935 29.996C57.4574 28.5892 55.1106 25.2405 55.1106 21.3334C50.7434 2.51027 75.8338 5.3755 75.8338 18.7138C75.8338 19.9706 74.8353 21.037 73.5106 21.037V21.3334C73.5106 21.546 73.5037 21.7568 73.49 21.9659C73.3496 24.1572 72.4849 26.0895 71.172 27.5771C70.257 28.6198 69.1164 29.4526 67.8281 29.9959L67.8421 30.0309C67.8421 30.0944 67.8416 30.1593 67.8411 30.2253C67.8355 30.9473 67.8288 31.8175 68.46 32.8057C69.1458 33.8812 70.3372 34.5903 71.6902 34.5912C69.5 37.5 60 37.5 56.9315 34.5912Z" fill="#FFE5C7"/>
16
- <path d="M51.1999 9.36809C51.1874 9.38985 51.1912 9.41899 51.2094 9.43797C52.25 10.5216 52.8329 11.9797 52.8329 13.4978V18.5897C52.8329 19.9633 53.9236 21.0811 55.2762 21.0811C55.2762 18.1803 55.2746 16.6644 55.2752 15.8496C55.2756 15.3352 55.7628 14.9654 56.2448 15.1167C57.7599 15.5922 59.5272 15.8372 61.3846 15.4255C64.653 14.7008 65.5787 13.3942 68.2448 12.7414C71.2238 12.0129 73.9256 14.3404 73.9068 17.3177C73.9012 18.2964 73.8852 19.5196 73.8833 21.0811C75.223 21.0811 76.2327 20.0013 76.2327 18.7287V14.7449C76.2628 13.3578 76.2008 8.46616 72.7368 5.06032C68.7094 1.10032 62.3259 1.42452 57.7031 3.54317C57.5527 3.6121 57.5567 3.83171 57.7092 3.89574L58.915 4.40206C59.0952 4.47779 59.0573 4.74878 58.8635 4.76997L58.2778 4.8341C55.1275 5.17765 52.5067 7.0951 51.1999 9.36809Z" fill="#506478"/>
17
- <path d="M49.9999 41.518V45.3451C55.5 51 73 51 78.6216 45.3451V41.518C78.6216 37.5028 75.5183 34.2503 71.6906 34.2489C70.3372 34.2484 69.1456 33.5174 68.46 32.4104C66.0667 34.5552 62.5562 34.5564 60.1616 32.4104C59.476 33.5174 58.2843 34.2484 56.9309 34.2489C53.1033 34.2503 49.9999 37.5028 49.9999 41.518Z" fill="#9faebc"/>
18
- <path d="M24.2037 37.8933C23.3803 38.7754 22.8963 40.0143 22.9613 41.363C23.0834 43.9 25.1025 45.8644 27.4711 45.7503C27.5633 45.7459 27.6547 45.7384 27.7452 45.7279C29.5339 51.4125 33.5171 58.5655 42.2053 58.1472C51.869 57.6819 55.473 50.4409 56.607 44.0515C58.6986 43.6581 60.2324 41.6514 60.1199 39.3159C60.0683 38.2447 59.6785 37.2755 59.0671 36.5218C58.5 37.8564 56.9843 37.3178 56.4389 36.0325C55.9781 34.9465 55.9051 33.8094 55.8319 32.6688C55.7358 31.1712 55.6393 29.6676 54.6642 28.2655C51.7544 24.0817 49.3906 24.6633 45.6313 25.5883C44.348 25.904 42.9019 26.2598 41.216 26.4797C36.0317 27.1558 30.8475 24.4651 30.8475 24.4651C30.8475 24.4651 27.1326 29.8502 27.6952 38.3C27.8254 40.2587 25.36 40.3247 24.2037 37.8933Z" fill="#FFE5C7"/>
19
- <path d="M34.1381 33.0882C33.7147 33.1582 33.2085 33.2419 33.2316 32.8354C33.3915 30.02 39.6148 31.1112 38.7278 32.7574C38.5431 33.1002 38.0807 32.8645 37.5937 32.6163C37.2579 32.4452 36.9104 32.2681 36.6343 32.2706C35.4779 32.2813 35.1401 32.5363 34.8394 32.7633C34.6551 32.9024 34.4847 33.031 34.1484 33.0865L34.1381 33.0882Z" fill="#506478"/>
20
- <path d="M49.6531 31.3272C50.627 31.2194 52.0334 31.5608 52.458 32.3558C52.6706 32.7541 52.4911 32.8962 51.9667 33.0436C51.5165 33.17 51.2179 33.0071 50.8926 32.8297C50.7958 32.7769 50.6966 32.7227 50.5904 32.6746C50.208 32.5016 49.7603 32.4271 49.3255 32.467C49.073 32.4901 48.9036 32.5603 48.7207 32.6361C48.5797 32.6945 48.4308 32.7562 48.2295 32.8023C47.9318 32.8704 47.549 32.9165 47.531 32.6609C47.4723 31.8262 48.8376 31.4175 49.6531 31.3272Z" fill="#506478"/>
21
- <path d="M51.082 34.9621C51.0115 34.9219 50.9368 34.8869 50.8578 34.858C48.2486 33.9002 47.3632 38.0342 49.2677 38.7052C52.0174 39.6738 52.7151 35.895 51.082 34.9621Z" fill="#506478"/>
22
- <path d="M36.4567 34.858C36.5357 34.8869 36.6104 34.9219 36.6809 34.9621C38.314 35.895 37.6163 39.6738 34.8666 38.7052C32.9621 38.0342 33.8475 33.9002 36.4567 34.858Z" fill="#506478"/>
23
- <path d="M50.7594 35.4204C50.4701 35.146 49.9197 35.39 49.9983 35.7634C50.0383 35.9537 50.0764 36.106 50.2524 36.2357C50.5206 36.4339 51.0578 36.2018 51.0361 35.8859C51.0217 35.6802 50.9102 35.5633 50.7594 35.4204Z" fill="#fff"/>
24
- <path d="M36.0652 48.0769C36.0652 48.0769 42.489 51.9089 47.3856 49.0862C44.7296 52.9178 37.5574 52.3308 36.0652 48.0769Z" fill="#506478"/>
25
- <path d="M28.1353 17.6055C31.732 12.4011 39.3182 11.1875 46.1793 12.4732C50.063 13.201 62.8172 17.6044 59.1701 25.0766C59.3827 27.3149 59.5026 29.5725 59.5047 31.8209C59.5059 33.2503 59.5328 34.7868 59.1795 36.1837C58.7367 37.9343 57.026 37.4158 56.439 36.0326C55.3733 33.5207 56.3821 30.7357 54.6643 28.2656C50.7611 22.6535 47.8405 25.6159 41.2161 26.4798C36.0319 27.1559 30.8476 24.4652 30.8476 24.4652C30.8476 24.4652 27.1328 29.8503 27.6953 38.3001C27.8725 40.9658 23.2421 40.1259 23.6471 34.2558C24.0518 28.3857 22.6496 18.1318 28.1353 17.6055Z" fill="#506478"/>
26
- <path d="M36.3579 35.4201C36.0686 35.1457 35.5182 35.3897 35.5968 35.7631C35.6371 35.9533 35.6749 36.1057 35.8508 36.2354C36.119 36.4337 36.6564 36.2018 36.6345 35.8856C36.6202 35.6799 36.5086 35.5631 36.3579 35.4201Z" fill="#fff"/>
27
- <path d="M33.5074 59.1997C32.5456 59.0407 31.6127 58.8173 30.7344 58.5359C24.2964 56.4732 20.5863 51.2534 19.2772 44.4733C19.1529 43.831 18.233 43.847 18.1312 44.4933C16.8857 52.4201 12.379 58.089 4.46358 59.7168C3.83407 59.8462 3.8503 60.7657 4.48411 60.8728C12.3779 62.2058 17.1601 67.702 18.6756 75.5175C18.771 76.0099 19.2873 76.0034 19.2577 75.9924C19.5399 75.9872 19.7778 75.7778 19.8216 75.4962C20.4529 71.4412 22.3278 65.9144 27.6748 62.6133C29.383 61.5596 31.3526 60.8004 33.5289 60.3564C33.8043 60.3002 34.0007 60.0531 33.9953 59.7692C33.99 59.4853 33.7847 59.2456 33.5074 59.1997Z" fill="#7e9bfa"/>
28
- </svg>
@@ -1,14 +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_5683)">
3
- <path d="M15.6688 0H4.33126C3.60123 0 3 0.577918 3 1.27964V14.5098C3 15.2116 3.60123 15.7895 4.33126 15.7895H5.12571C5.25453 13.3127 7.40177 11.3312 10 11.3312C12.6197 11.3312 14.7669 13.3128 14.8743 15.7895H15.6687C16.3988 15.7895 17 15.2116 17 14.5098V1.27964C17 0.577918 16.3988 0 15.6688 0Z" fill="#d8dee4"/>
4
- <path d="M10 10C7.2413 10 5 12.2414 5 15C5 17.7586 7.24136 20 10 20C12.7586 20 15 17.7586 15 15C15 12.2414 12.7586 10 10 10ZM12.27 14.5113L9.85627 16.9251C9.71255 17.0688 9.51151 17.155 9.31025 17.155C9.10899 17.155 8.90796 17.0688 8.76423 16.9251L7.55734 15.7182C7.24124 15.4021 7.24124 14.9136 7.55734 14.6262C7.87344 14.3101 8.36193 14.3101 8.64934 14.6262L9.3102 15.287L11.1779 13.4194C11.494 13.1033 11.9825 13.1033 12.2699 13.4194C12.586 13.7068 12.5861 14.1953 12.27 14.5113Z" fill="#798da1"/>
5
- <path d="M12.27 14.5114L9.85632 16.9252C9.7126 17.0689 9.51155 17.1551 9.31029 17.1551C9.10903 17.1551 8.90801 17.0689 8.76427 16.9252L7.55739 15.7183C7.24129 15.4022 7.24129 14.9137 7.55739 14.6263C7.87349 14.3102 8.36198 14.3102 8.64938 14.6263L9.31024 15.2871L11.1779 13.4194C11.494 13.1033 11.9825 13.1033 12.2699 13.4194C12.586 13.7069 12.5861 14.1954 12.27 14.5114Z" fill="#fff"/>
6
- <path d="M6.76931 3.15796C6.17454 3.15796 5.69238 3.62924 5.69238 4.21059C5.69238 4.79194 6.17454 5.26322 6.76931 5.26322H13.2308C13.8256 5.26322 14.3078 4.79194 14.3078 4.21059C14.3078 3.62924 13.8256 3.15796 13.2308 3.15796H6.76931Z" fill="#fff"/>
7
- <path d="M6.76931 6.31585C6.17454 6.31585 5.69238 6.78713 5.69238 7.36849C5.69238 7.94984 6.17454 8.42112 6.76931 8.42112H13.2308C13.8256 8.42112 14.3078 7.94984 14.3078 7.36849C14.3078 6.78713 13.8256 6.31585 13.2308 6.31585H6.76931Z" fill="#fff"/>
8
- </g>
9
- <defs>
10
- <clipPath id="clip0_5917_5683">
11
- <rect width="20" height="20" fill="#fff" transform="matrix(-1 0 0 1 20 0)"/>
12
- </clipPath>
13
- </defs>
14
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="12" y="21" width="11" height="13" fill="#d8dee4"/>
3
- <path d="M29.7211 16.8103H28.1579V11.069C28.1579 5.7869 23.3832 1.5 17.5 1.5C11.6168 1.5 6.84211 5.7869 6.84211 11.069V16.8103H5.27895C4.56842 16.8103 4 17.3207 4 17.9586V37.3517C4 37.9769 4.56842 38.5 5.27895 38.5H29.7211C30.4316 38.5 31 37.9769 31 37.3517V17.9586C31 17.3207 30.4316 16.8103 29.7211 16.8103ZM13.9474 26.3793C13.9474 24.6186 15.5389 23.1897 17.5 23.1897C19.4611 23.1897 21.0526 24.6186 21.0526 26.3793C21.0526 27.4 20.5268 28.3314 19.6316 28.931V31.4828C19.6316 32.5417 18.6795 33.3966 17.5 33.3966C16.3205 33.3966 15.3684 32.5417 15.3684 31.4828V28.931C14.4732 28.3314 13.9474 27.4 13.9474 26.3793ZM11.1053 11.069C11.1053 7.90483 13.9758 5.32759 17.5 5.32759C21.0242 5.32759 23.8947 7.90483 23.8947 11.069V16.8103H11.1053V11.069Z" fill="#9faebc"/>
4
- <circle cx="23.5" cy="11" r="2.5" fill="#fff"/>
5
- <path d="M30.841 31.0405L29.9366 33.6436L35.191 35.5L37 30.2939L31.4011 18.8173C32.9171 16.5765 33.21 13.6112 31.918 10.9628C30.023 7.0784 25.2939 5.4076 21.409 7.24991C17.5241 9.09221 15.8961 13.7777 17.7911 17.6621C19.0832 20.3105 21.6156 21.9359 24.3376 22.167L24.7683 23.0498L27.3955 23.978L26.4911 26.581L29.1183 27.5093L28.2138 30.1123L30.841 31.0405ZM21.3659 11.6186C20.9352 10.7358 21.3875 9.43424 22.2704 9.01554C23.1533 8.59683 24.467 9.06094 24.8977 9.94376C25.4145 11.0031 24.8761 12.1281 23.9932 12.5468C22.9336 13.0492 21.8828 12.678 21.3659 11.6186Z" fill="#798da1"/>
6
- </svg>
@@ -1,8 +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="M6.52405 15.7L21.8365 1L37.149 15.7V36H6.52405V15.7Z" fill="#d8dee4"/>
3
- <path d="M6.52405 15.7L21.8365 1L37.149 15.7V27.25L6.52405 15.7Z" fill="#d8dee4"/>
4
- <path d="M37.1486 36H28.1852L15.4871 7.09512L21.8361 1L37.1486 15.7V36Z" fill="#9faebc"/>
5
- <path d="M37.1486 15.7V27.25L21.8361 21.5476L15.4871 7.09512L21.8361 1L37.1486 15.7Z" fill="#798da1"/>
6
- <ellipse cx="8.83655" cy="15" rx="2.5" ry="3" fill="#fff"/>
7
- <path d="M16.624 34.8209L15.7337 37.3594L20.9058 39.1699L22.6864 34.0928L17.1753 22.9004C18.6676 20.7151 18.9559 17.8233 17.6841 15.2404C15.8188 11.4523 11.1639 9.82285 7.33991 11.6195C3.51593 13.4162 1.91338 17.9856 3.77869 21.7738C5.05049 24.3566 7.54326 25.9418 10.2226 26.1671L10.6465 27.0281L13.2325 27.9333L12.3422 30.4718L14.9283 31.3771L14.038 33.9156L16.624 34.8209ZM7.29747 15.88C6.87354 15.019 7.31869 13.7498 8.18778 13.3414C9.05686 12.9331 10.3499 13.3857 10.7738 14.2466C11.2825 15.2798 10.7526 16.3769 9.88351 16.7852C8.84061 17.2752 7.80619 16.9131 7.29747 15.88Z" fill="#9faebc"/>
8
- </svg>
@@ -1,9 +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="M1 16.7L16.5 2L32 16.7V37H1V16.7Z" fill="#d8dee4"/>
3
- <path d="M1 16.56L16.5 2L32 16.56V28L1 16.56Z" fill="#798da1"/>
4
- <path d="M32 37H22.8966L10 8.09512L16.4483 2L32 16.7V37Z" fill="#9faebc"/>
5
- <path d="M32 16.56V28L15.5 21.9L10 8.03707L16.4483 2L32 16.56Z" fill="#798da1"/>
6
- <path d="M30.8261 6.92414C29.2383 2.84629 24.8626 0.918175 21.0527 2.61762C18.4477 3.7796 16.6764 6.41315 16.4734 9.42606C14.2719 9.75193 12.734 11.9264 13.0384 14.2828C13.3139 16.415 15.0177 18.0021 17.0287 18H30.826C33.6835 18 36 15.5206 36 12.4621C36 9.40362 33.6836 6.92414 30.8261 6.92414Z" fill="#d8dee4"/>
7
- <circle cx="30.5" cy="17.5" r="4.5" fill="#fff"/>
8
- <path d="M37.5762 16.1657C37.5762 16.1657 36.6053 15.7707 36.3084 15.0619C36.01 14.352 36.4084 13.3837 36.4084 13.3837C36.4946 13.1729 36.4438 12.8595 36.2953 12.6875L35.2559 11.66C35.0826 11.5122 34.7689 11.4645 34.5593 11.5524C34.5593 11.5524 33.5949 11.9598 32.8827 11.6678C32.1693 11.3769 31.7669 10.4105 31.7669 10.4105C31.6794 10.2004 31.422 10.0154 31.195 10L29.733 10.0059C29.5063 10.0248 29.2503 10.2129 29.1645 10.4239C29.1645 10.4239 28.7708 11.3928 28.0611 11.6912C27.3512 11.9895 26.383 11.592 26.383 11.592C26.1721 11.5053 25.8593 11.5565 25.6871 11.705L24.6591 12.7445C24.5114 12.9178 24.4633 13.2316 24.5516 13.4411C24.5516 13.4411 24.9589 14.4046 24.6678 15.1168C24.3758 15.829 23.4104 16.2324 23.4104 16.2324C23.2004 16.3204 23.0159 16.5781 23 16.8052L23.0062 18.2663C23.0251 18.4933 23.2127 18.749 23.4238 18.8348C23.4238 18.8348 24.3932 19.2292 24.6903 19.9383C24.9885 20.6473 24.5902 21.6157 24.5902 21.6157C24.5039 21.8265 24.5547 22.1394 24.7038 22.3119L25.743 23.3389C25.916 23.4871 26.2298 23.5352 26.4394 23.4469C26.4394 23.4469 27.4043 23.0411 28.1164 23.3314C28.8286 23.6225 29.2317 24.5892 29.2317 24.5892C29.3197 24.7993 29.577 24.9838 29.8046 25L31.2648 24.9931C31.4918 24.9742 31.7475 24.7866 31.8342 24.5755C31.8342 24.5755 32.2288 23.6072 32.9378 23.309C33.6471 23.0107 34.616 23.409 34.616 23.409C34.8268 23.4956 35.1397 23.4445 35.3118 23.2959L36.3395 22.2574C36.4873 22.0844 36.5354 21.7711 36.4475 21.5611C36.4475 21.5611 36.0407 20.5954 36.331 19.8834C36.6228 19.1703 37.5895 18.7675 37.5895 18.7675C37.7992 18.68 37.9841 18.4222 38 18.1952L37.9939 16.7345C37.9748 16.5072 37.7869 16.2516 37.5762 16.1657ZM33.2222 18.6115C32.6069 20.1142 30.8911 20.8356 29.388 20.2208C27.8851 19.6067 27.1646 17.8896 27.7779 16.3873C28.3927 14.8838 30.1099 14.1638 31.6123 14.777C33.1152 15.3924 33.8355 17.109 33.2222 18.6115Z" fill="#9faebc"/>
9
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.46553 11.7915C9.61416 11.9262 9.80347 12 9.9992 12C10.1947 12 10.3841 11.9262 10.5329 11.7915L20 4C20 3.5 19.3644 3.00019 19.0313 3H0.968716C0.635539 3 0 3.5 0 4L9.46553 11.7915Z" fill="#798da1"/>
3
- <path d="M11.3941 10.7922C11.0068 11.1482 10.5126 11.3442 10.0013 11.3442C9.48995 11.3442 8.99566 11.1482 8.6084 10.7922L1 3C0.5 3 0 3.5 0 4V14.8715C0 15.4776 0.225763 16.0587 0.627551 16.4873C1.0295 16.9158 1.57445 17.1565 2.14286 17.1565H17.8571C18.4256 17.1565 18.9705 16.9158 19.3724 16.4873C19.7742 16.0587 20 15.4776 20 14.8715V4C20 3.5 19.5 3 19 3L11.3941 10.7922Z" fill="#d8dee4"/>
4
- </svg>
@@ -1,17 +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_5905_4859)">
3
- <path d="M2 20H18V7.88218L10 2L2 7.88218V20Z" fill="#d8dee4"/>
4
- <path d="M5 9H9V13H5V9Z" fill="#fff"/>
5
- <path d="M11 9H15V13H11V9Z" fill="#fff"/>
6
- <path d="M5 14H9V18H5V14Z" fill="#798da1"/>
7
- <path d="M11 14H15V18H11V14Z" fill="#fff"/>
8
- <path d="M11 4H15V7H11V4Z" fill="#fff"/>
9
- <path d="M5 4H9V7H5V4Z" fill="#fff"/>
10
- <path d="M1.22096 10L10 2.65656L18.779 10L20 8.36478L10 0L7.6199e-06 8.36478L1.22096 10Z" fill="#798da1"/>
11
- </g>
12
- <defs>
13
- <clipPath id="clip0_5905_4859">
14
- <rect width="20" height="20" fill="#fff"/>
15
- </clipPath>
16
- </defs>
17
- </svg>
@@ -1,17 +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="M70.8672 46.6932H70.0868V25.5466C68.7848 27.2889 65.4034 27.2889 64.2143 25.5466V31.7229H55.2476V27.889C54.8283 28.0194 54.3922 28.1116 53.9319 28.1116C53.4728 28.1116 53.0372 28.0195 52.6174 27.889V31.7229H44.0797V26.3274C42.4015 28.0697 39.8855 28.0697 38.2072 26.3274V46.6933H37.3743C36.3528 46.6933 35.5253 47.5525 35.5253 48.6129C35.5253 49.6734 36.3528 50.5324 37.3743 50.5324H70.8672C73.0371 50.5323 73.0034 46.6932 70.8672 46.6932ZM64.2143 34.4527V38.8053C64.2143 39.6466 63.353 40.3385 62.5364 40.3385H55.2477V34.4526L64.2143 34.4527ZM52.6175 34.4527V40.3385L45.4786 40.3385C44.6625 40.3385 44.0797 39.6524 44.0797 38.8053V34.4527L52.6175 34.4527Z" fill="#798da1"/>
3
- <path d="M70.8672 46.6282H70.0868C58.3416 46.6282 38.2072 46.6283 38.2072 46.6283H37.3743C36.3528 46.6283 35.5253 47.502 35.5253 48.5803C35.5253 49.6586 36.3528 50.5322 37.3743 50.5322H70.8672C73.0371 50.532 73.0034 46.6282 70.8672 46.6282Z" fill="#506478"/>
4
- <path d="M33.3856 29.3105C33.704 29.4053 34.0255 29.4504 34.3423 29.4504C35.7802 29.4504 37.1083 28.5169 37.541 27.0714L37.7166 26.4859C37.8356 27.5489 38.4586 28.4855 39.3907 29.0098C39.6915 29.1765 40.0122 29.3143 40.3682 29.3847C40.5884 29.4292 40.8078 29.4504 41.0235 29.4504C42.5847 29.4504 43.9804 28.3539 44.2958 26.7682L44.3772 26.3619C44.4607 27.4922 45.1099 28.4878 46.075 29.0258C46.4625 29.2424 46.8984 29.3854 47.3695 29.433C47.4821 29.4451 47.5942 29.4499 47.7046 29.4499C49.3996 29.4499 50.852 28.1672 51.0245 26.4484L51.0492 26.2012C51.0797 27.4148 51.7611 28.4564 52.7586 29.0134C53.2403 29.2829 53.7888 29.4498 54.3797 29.4498C54.9727 29.4498 55.5206 29.2829 56.0024 29.0134C56.9991 28.4564 57.6811 27.4148 57.7126 26.2012L57.7363 26.4484C57.909 28.1671 59.3606 29.4499 61.0562 29.4499C61.1674 29.4499 61.2787 29.4451 61.3916 29.433C61.8618 29.3854 62.2978 29.2424 62.6866 29.0258C63.6511 28.4878 64.301 27.4922 64.383 26.3619L64.4644 26.7682C64.7812 28.3546 66.176 29.4504 67.7367 29.4504C67.953 29.4504 68.1716 29.4291 68.3927 29.3847C68.747 29.3143 69.0693 29.1765 69.3686 29.0098C70.3023 28.4854 70.9253 27.5489 71.0443 26.4859L71.2199 27.0714C71.6527 28.5169 72.9808 29.4504 74.4193 29.4504C74.7355 29.4504 75.0569 29.4053 75.3753 29.3105C77.1439 28.7839 78.1489 26.9274 77.6211 25.1651L74.7646 15.6307C74.1679 13.638 72.3302 12.2727 70.2457 12.2727H38.5162C36.4307 12.2727 34.5932 13.638 33.9963 15.6307L31.1405 25.1651C30.6127 26.9275 31.6179 28.784 33.3856 29.3105Z" fill="#607890"/>
5
- <path d="M52.6176 34.4521V40.338L45.4787 40.3379C44.6625 40.3379 44.0798 39.6519 44.0798 38.8048V34.4521L52.6176 34.4521Z" fill="#9faebc"/>
6
- <path d="M44.0798 27.4562V31.7225H52.6175V28.9298C51.6974 28.356 51.0783 27.3564 51.0492 26.2009L51.0246 26.4481C50.852 28.167 49.3997 29.4496 47.7047 29.4496C47.5942 29.4496 47.4822 29.4449 47.3695 29.4327C46.8985 29.3852 46.4625 29.2422 46.075 29.0255C45.11 28.4876 44.4608 27.4919 44.3772 26.3617L44.2958 26.768C44.2478 27.0094 44.1747 27.2396 44.0798 27.4562Z" fill="#fff"/>
7
- <path d="M55.2477 29.3282C55.5135 29.253 55.7659 29.1455 56.0024 29.0132C56.9991 28.4562 57.6811 27.4146 57.7127 26.2009L57.7364 26.4481C57.9091 28.1669 59.3607 29.4496 61.0562 29.4496C61.1675 29.4496 61.2788 29.4449 61.3916 29.4327C61.8619 29.3852 62.2978 29.2422 62.6866 29.0255C63.4058 28.6245 63.95 27.9689 64.2144 27.1929V31.7225H55.2477V29.3282Z" fill="#fff"/>
8
- <path d="M64.2143 38.8048V34.4522L55.2477 34.4521V40.338H62.5364C63.353 40.338 64.2143 39.6461 64.2143 38.8048Z" fill="#d8dee4"/>
9
- <path d="M48.2506 79.9999H16.1929C12.7773 79.9916 10.0083 77.2225 10 73.807V6.19285C10.0083 2.77733 12.7773 0.00831535 16.1929 0H48.2506C51.6661 0.00831535 54.4352 2.77733 54.4435 6.19285V73.8091C54.4331 77.2246 51.6661 79.9916 48.2506 79.9999Z" fill="#d8dee4"/>
10
- <path fill-rule="evenodd" clip-rule="evenodd" d="M16.2022 76.1738H48.2413L48.2436 76.1738C49.5502 76.1694 50.6108 75.1113 50.6174 73.8024V6.19811C50.612 4.89144 49.5516 3.83117 48.2448 3.82609H16.1986C14.8917 3.83117 13.8312 4.89172 13.8261 6.19863V73.8012C13.8312 75.1086 14.8924 76.1694 16.1999 76.1738L16.2022 76.1738ZM16.1929 79.9999C12.7773 79.9916 10.0083 77.2225 10 73.807V6.19285C10.0083 2.77733 12.7773 0.00831535 16.1929 0H48.2506C51.6661 0.00831535 54.4352 2.77733 54.4435 6.19285V73.8091C54.4331 77.2246 51.6661 79.9916 48.2506 79.9999H16.1929Z" fill="#d8dee4"/>
11
- <path d="M48.2506 80H16.1929C12.7773 79.9917 10.0083 77.2227 10 73.8071V65.9634C30.4202 65.9634 36.2718 65.9634 54.4435 65.9634V73.8092C54.4331 77.2247 51.6661 79.9917 48.2506 80Z" fill="#607890"/>
12
- <rect x="18.6957" y="6.95654" width="20.8696" height="22.6087" rx="1" fill="#798da1"/>
13
- <path d="M18.6957 45.2174C18.6957 44.2569 19.4743 43.4783 20.4348 43.4783H44.7826C45.7431 43.4783 46.5218 44.2569 46.5218 45.2174V57.3913C46.5218 58.3518 45.7431 59.1304 44.7826 59.1304H20.4348C19.4743 59.1304 18.6957 58.3518 18.6957 57.3913V45.2174Z" fill="#798da1"/>
14
- <rect x="18.6957" y="33.0435" width="19.1304" height="5.21739" rx="1" fill="#fff"/>
15
- <circle cx="19" cy="61.0001" r="6.42857" fill="#fff"/>
16
- <path fill-rule="evenodd" clip-rule="evenodd" d="M33.2941 57.5842L30.9884 57.0829C30.7879 56.4691 30.5395 55.8703 30.2463 55.2935L31.5228 53.308C31.7508 52.9532 31.7007 52.4874 31.4026 52.1894L27.8106 48.5974C27.5126 48.2993 27.0468 48.2492 26.692 48.4772L24.7065 49.7537C24.1297 49.4605 23.5309 49.2121 22.9171 49.0116L22.4158 46.7059C22.3263 46.2939 21.9615 46 21.5399 46H16.4601C16.0385 46 15.6737 46.2939 15.5842 46.7059L15.0829 49.0116C14.4691 49.2121 13.8703 49.4605 13.2935 49.7537L11.308 48.4772C10.9532 48.2492 10.4874 48.2993 10.1894 48.5974L6.59735 52.1894C6.29935 52.4874 6.24922 52.9532 6.47719 53.308L7.75366 55.2935C7.46046 55.8703 7.21213 56.4691 7.01163 57.0829L4.70587 57.5842C4.29388 57.6739 4 58.0385 4 58.4601V63.5399C4 63.9615 4.29388 64.3261 4.70587 64.4158L7.01163 64.9171C7.21213 65.5309 7.46046 66.1297 7.75366 66.7065L6.47719 68.692C6.24922 69.0468 6.29935 69.5126 6.59735 69.8106L10.1894 73.4026C10.4874 73.7007 10.9532 73.7508 11.308 73.5228L13.2935 72.2463C13.8703 72.5395 14.4691 72.7879 15.0829 72.9884L15.5842 75.2941C15.6737 75.7061 16.0385 76 16.4601 76H21.5399C21.9615 76 22.3263 75.7061 22.4158 75.2941L22.9171 72.9884C23.5309 72.7879 24.1297 72.5395 24.7065 72.2463L26.692 73.5228C27.0468 73.7508 27.5126 73.7009 27.8106 73.4026L31.4026 69.8106C31.7007 69.5126 31.7508 69.0468 31.5228 68.692L30.2463 66.7065C30.5395 66.1297 30.7879 65.5309 30.9884 64.9171L33.2941 64.4158C33.7061 64.3261 34 63.9615 34 63.5399V58.4601C34 58.0385 33.7061 57.6739 33.2941 57.5842ZM19 67C22.3137 67 25 64.3137 25 61C25 57.6863 22.3137 55 19 55C15.6863 55 13 57.6863 13 61C13 64.3137 15.6863 67 19 67Z" fill="#7e9bfa"/>
17
- </svg>