@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.
- package/dist/cjs/components/accordion/accordion.d.ts +2 -1
- package/dist/cjs/components/accordion/accordion.stories.d.ts +8 -0
- package/dist/cjs/components/avatar/avatar.stories.d.ts +15 -0
- package/dist/cjs/components/badge/badge.stories.d.ts +12 -0
- package/dist/cjs/components/breadcrumb/breadcrumb.stories.d.ts +12 -0
- package/dist/cjs/components/button/button.d.ts +0 -11
- package/dist/cjs/components/button/button.stories.d.ts +50 -0
- package/dist/cjs/components/card/__styles__/index.d.ts +0 -6
- package/dist/cjs/components/card/card-components.d.ts +0 -8
- package/dist/cjs/components/card/card.d.ts +0 -5
- package/dist/cjs/components/card/card.stories.d.ts +34 -0
- package/dist/cjs/components/chip/chip.stories.d.ts +12 -0
- package/dist/cjs/components/drawer/drawer.stories.d.ts +17 -0
- package/dist/cjs/components/file-input/file-input.stories.d.ts +11 -0
- package/dist/cjs/components/form-layout/form-layout.stories.d.ts +12 -0
- package/dist/cjs/components/grid/grid.stories.d.ts +26 -0
- package/dist/cjs/components/icon/__styles__/index.d.ts +0 -6
- package/dist/cjs/components/icon/icon-component.d.ts +2 -5
- package/dist/cjs/components/icon/icon.stories.d.ts +21 -0
- package/dist/cjs/components/input/input.stories.d.ts +67 -0
- package/dist/cjs/components/input-add-on/input-add-on.stories.d.ts +15 -0
- package/dist/cjs/components/input-error/input-error.d.ts +1 -2
- package/dist/cjs/components/input-error/input-error.stories.d.ts +8 -0
- package/dist/cjs/components/input-group/input-group.stories.d.ts +58 -0
- package/dist/cjs/components/key-value-list/key-value-list.stories.d.ts +12 -0
- package/dist/cjs/components/label/label.stories.d.ts +9 -0
- package/dist/cjs/components/layout/__styles__/index.d.ts +0 -1
- package/dist/cjs/components/layout/layout.d.ts +0 -1
- package/dist/cjs/components/layout/layout.stories.d.ts +33 -0
- package/dist/cjs/components/loader/loader.stories.d.ts +17 -0
- package/dist/cjs/components/mobile-controls/mobile-controls.stories.d.ts +9 -0
- package/dist/cjs/components/modal/modal.stories.d.ts +21 -0
- package/dist/cjs/components/multi-select/multi-select.stories.d.ts +15 -0
- package/dist/cjs/components/nav/nav-responsive.d.ts +0 -5
- package/dist/cjs/components/nav/nav.stories.d.ts +18 -0
- package/dist/cjs/components/page-header/page-header.stories.d.ts +9 -0
- package/dist/cjs/components/pagination/pagination.stories.d.ts +15 -0
- package/dist/cjs/components/persistent-notification/persistent-notification.stories.d.ts +45 -0
- package/dist/cjs/components/placeholder-image/images/index.d.ts +2 -2
- package/dist/cjs/components/placeholder-image/images/placeholder-images/placeholderLarge.d.ts +1 -1
- package/dist/cjs/components/placeholder-image/images/placeholder-images/placeholderSmall.d.ts +1 -1
- package/dist/cjs/components/placeholder-image/placeholder-image.stories.d.ts +12 -0
- package/dist/cjs/components/progress-bar/progress-bar.stories.d.ts +22 -0
- package/dist/cjs/components/searchable-dropdown/searchable-dropdown.d.ts +2 -2
- package/dist/cjs/components/searchable-dropdown/searchable-dropdown.stories.d.ts +25 -0
- package/dist/cjs/components/secondary-nav/secondary-nav.stories.d.ts +12 -0
- package/dist/cjs/components/select/select.stories.d.ts +12 -0
- package/dist/cjs/components/snack/snack.stories.d.ts +45 -0
- package/dist/cjs/components/snack/use-snack-hook.story-component.d.ts +1 -0
- package/dist/cjs/components/status-indicator/status-indicator.stories.d.ts +38 -0
- package/dist/cjs/components/steps/steps.stories.d.ts +24 -0
- package/dist/cjs/components/table/table.stories.d.ts +248 -0
- package/dist/cjs/components/tabs/tabs.stories.d.ts +22 -0
- package/dist/cjs/components/tag/tag.stories.d.ts +40 -0
- package/dist/cjs/components/textarea/textarea.stories.d.ts +15 -0
- package/dist/cjs/components/tile/tile.stories.d.ts +15 -0
- package/dist/cjs/components/toggle/toggle.stories.d.ts +28 -0
- package/dist/cjs/components/tool-tip/tooltip.stories.d.ts +12 -0
- package/dist/cjs/components/typography/typography.stories.d.ts +36 -0
- package/dist/cjs/hooks/use-media-query/media.stories.d.ts +16 -3
- package/dist/cjs/hooks/use-media-query/media.story-component.d.ts +2 -0
- package/dist/cjs/hooks/use-portal/use-portal.stories.d.ts +13 -0
- package/dist/cjs/icons/index.d.ts +0 -1
- package/dist/cjs/index.d.ts +0 -1
- package/dist/cjs/index.js +10 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/storybook/render-html-markup.d.ts +5 -8
- package/dist/cjs/styles/flexbox.stories.d.ts +116 -0
- package/dist/cjs/styles/theming.stories.d.ts +7 -0
- package/dist/cjs/styles/utilities.stories.d.ts +16 -0
- package/dist/esm/assets/{asset-a67729a7 → asset-5a3e61e0} +0 -1
- package/dist/esm/components/accordion/accordion.d.ts +2 -1
- package/dist/esm/components/accordion/accordion.stories.d.ts +8 -0
- package/dist/esm/components/avatar/avatar.stories.d.ts +15 -0
- package/dist/esm/components/badge/badge.stories.d.ts +12 -0
- package/dist/esm/components/breadcrumb/breadcrumb.stories.d.ts +12 -0
- package/dist/esm/components/button/button.d.ts +0 -11
- package/dist/esm/components/button/button.stories.d.ts +50 -0
- package/dist/esm/components/card/__styles__/index.d.ts +0 -6
- package/dist/esm/components/card/card-components.d.ts +0 -8
- package/dist/esm/components/card/card.d.ts +0 -5
- package/dist/esm/components/card/card.stories.d.ts +34 -0
- package/dist/esm/components/chip/chip.stories.d.ts +12 -0
- package/dist/esm/components/drawer/drawer.stories.d.ts +17 -0
- package/dist/esm/components/file-input/file-input.stories.d.ts +11 -0
- package/dist/esm/components/form-layout/form-layout.stories.d.ts +12 -0
- package/dist/esm/components/grid/grid.stories.d.ts +26 -0
- package/dist/esm/components/icon/__styles__/index.d.ts +0 -6
- package/dist/esm/components/icon/icon-component.d.ts +2 -5
- package/dist/esm/components/icon/icon.stories.d.ts +21 -0
- package/dist/esm/components/input/input.stories.d.ts +67 -0
- package/dist/esm/components/input-add-on/input-add-on.stories.d.ts +15 -0
- package/dist/esm/components/input-error/input-error.d.ts +1 -2
- package/dist/esm/components/input-error/input-error.stories.d.ts +8 -0
- package/dist/esm/components/input-group/input-group.stories.d.ts +58 -0
- package/dist/esm/components/key-value-list/key-value-list.stories.d.ts +12 -0
- package/dist/esm/components/label/label.stories.d.ts +9 -0
- package/dist/esm/components/layout/__styles__/index.d.ts +0 -1
- package/dist/esm/components/layout/layout.d.ts +0 -1
- package/dist/esm/components/layout/layout.stories.d.ts +33 -0
- package/dist/esm/components/loader/loader.stories.d.ts +17 -0
- package/dist/esm/components/mobile-controls/mobile-controls.stories.d.ts +9 -0
- package/dist/esm/components/modal/modal.stories.d.ts +21 -0
- package/dist/esm/components/multi-select/multi-select.stories.d.ts +15 -0
- package/dist/esm/components/nav/nav-responsive.d.ts +0 -5
- package/dist/esm/components/nav/nav.stories.d.ts +18 -0
- package/dist/esm/components/page-header/page-header.stories.d.ts +9 -0
- package/dist/esm/components/pagination/pagination.stories.d.ts +15 -0
- package/dist/esm/components/persistent-notification/persistent-notification.stories.d.ts +45 -0
- package/dist/esm/components/placeholder-image/images/index.d.ts +2 -2
- package/dist/esm/components/placeholder-image/images/placeholder-images/placeholderLarge.d.ts +1 -1
- package/dist/esm/components/placeholder-image/images/placeholder-images/placeholderSmall.d.ts +1 -1
- package/dist/esm/components/placeholder-image/placeholder-image.stories.d.ts +12 -0
- package/dist/esm/components/progress-bar/progress-bar.stories.d.ts +22 -0
- package/dist/esm/components/searchable-dropdown/searchable-dropdown.d.ts +2 -2
- package/dist/esm/components/searchable-dropdown/searchable-dropdown.stories.d.ts +25 -0
- package/dist/esm/components/secondary-nav/secondary-nav.stories.d.ts +12 -0
- package/dist/esm/components/select/select.stories.d.ts +12 -0
- package/dist/esm/components/snack/snack.stories.d.ts +45 -0
- package/dist/esm/components/snack/use-snack-hook.story-component.d.ts +1 -0
- package/dist/esm/components/status-indicator/status-indicator.stories.d.ts +38 -0
- package/dist/esm/components/steps/steps.stories.d.ts +24 -0
- package/dist/esm/components/table/table.stories.d.ts +248 -0
- package/dist/esm/components/tabs/tabs.stories.d.ts +22 -0
- package/dist/esm/components/tag/tag.stories.d.ts +40 -0
- package/dist/esm/components/textarea/textarea.stories.d.ts +15 -0
- package/dist/esm/components/tile/tile.stories.d.ts +15 -0
- package/dist/esm/components/toggle/toggle.stories.d.ts +28 -0
- package/dist/esm/components/tool-tip/tooltip.stories.d.ts +12 -0
- package/dist/esm/components/typography/typography.stories.d.ts +36 -0
- package/dist/esm/hooks/use-media-query/media.stories.d.ts +16 -3
- package/dist/esm/hooks/use-media-query/media.story-component.d.ts +2 -0
- package/dist/esm/hooks/use-portal/use-portal.stories.d.ts +13 -0
- package/dist/esm/icons/index.d.ts +0 -1
- package/dist/esm/index.d.ts +0 -1
- package/dist/esm/index.js +10 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/storybook/render-html-markup.d.ts +5 -8
- package/dist/esm/styles/flexbox.stories.d.ts +116 -0
- package/dist/esm/styles/theming.stories.d.ts +7 -0
- package/dist/esm/styles/utilities.stories.d.ts +16 -0
- package/dist/index.css +6 -21
- package/package.json +37 -44
- package/assets/animated-icons/docsAnimated1.svg +0 -24
- package/assets/animated-icons/docsAnimated2.svg +0 -17
- package/assets/animated-icons/webhooksAnimated1.svg +0 -14
- package/assets/animated-icons/webhooksAnimated2.svg +0 -14
- package/assets/animated-icons/webhooksDocsAnimated1.svg +0 -26
- package/assets/animated-icons/webhooksDocsAnimated2.svg +0 -19
- package/assets/animated-icons/welcomeAnimated1.svg +0 -22
- package/assets/animated-icons/welcomeAnimated2.svg +0 -22
- package/assets/infographic-icons/agencyCloudInfographic.svg +0 -13
- package/assets/infographic-icons/apiDocsInfographic.svg +0 -12
- package/assets/infographic-icons/apiInfographic.svg +0 -12
- package/assets/infographic-icons/appCategoryInfographic.svg +0 -10
- package/assets/infographic-icons/appInfographic.svg +0 -8
- package/assets/infographic-icons/appInfographicAlt.svg +0 -14
- package/assets/infographic-icons/appMarketDarkInfographic.svg +0 -22
- package/assets/infographic-icons/appMarketInfographic.svg +0 -22
- package/assets/infographic-icons/appSettingsAuthDarkInfographic.svg +0 -14
- package/assets/infographic-icons/appSettingsAuthInfographic.svg +0 -14
- package/assets/infographic-icons/appTypeInfographic.svg +0 -11
- package/assets/infographic-icons/applicantInfographic.svg +0 -17
- package/assets/infographic-icons/authenticatedInfographic.svg +0 -29
- package/assets/infographic-icons/barnInfographic.svg +0 -16
- package/assets/infographic-icons/bungalowInfographic.svg +0 -7
- package/assets/infographic-icons/codeInfographic.svg +0 -5
- package/assets/infographic-icons/cottageInfographic.svg +0 -19
- package/assets/infographic-icons/crmInfographic.svg +0 -15
- package/assets/infographic-icons/customerInfographic.svg +0 -18
- package/assets/infographic-icons/designInfographic.svg +0 -20
- package/assets/infographic-icons/developerAppsInfographic.svg +0 -35
- package/assets/infographic-icons/developmentInfographic.svg +0 -13
- package/assets/infographic-icons/devicesInfographic.svg +0 -10
- package/assets/infographic-icons/docsInfographic.svg +0 -20
- package/assets/infographic-icons/doorLockInfographic.svg +0 -7
- package/assets/infographic-icons/editAppCancelInfographic.svg +0 -13
- package/assets/infographic-icons/editAppInfographic.svg +0 -18
- package/assets/infographic-icons/elementsInfographic.svg +0 -16
- package/assets/infographic-icons/farmInfographic.svg +0 -21
- package/assets/infographic-icons/feedAltInfographic.svg +0 -8
- package/assets/infographic-icons/feedInfographic.svg +0 -8
- package/assets/infographic-icons/flatInfographic.svg +0 -22
- package/assets/infographic-icons/foundationsCustomerInfographic.svg +0 -33
- package/assets/infographic-icons/globeInfographic.svg +0 -20
- package/assets/infographic-icons/graphQlInfographic.svg +0 -10
- package/assets/infographic-icons/houseInfographic.svg +0 -13
- package/assets/infographic-icons/htmlInfographic.svg +0 -8
- package/assets/infographic-icons/landInfographic.svg +0 -12
- package/assets/infographic-icons/landlordInfographic.svg +0 -14
- package/assets/infographic-icons/leadGenerationInfographic.svg +0 -28
- package/assets/infographic-icons/listInfographic.svg +0 -14
- package/assets/infographic-icons/lockedInfographic.svg +0 -6
- package/assets/infographic-icons/logoKeyInfographic.svg +0 -8
- package/assets/infographic-icons/logoSettingsInfographic.svg +0 -9
- package/assets/infographic-icons/mailInfographic.svg +0 -4
- package/assets/infographic-icons/maisonetteInfographic.svg +0 -17
- package/assets/infographic-icons/manageAppListingInfographic.svg +0 -17
- package/assets/infographic-icons/manageWebhooksInfographic.svg +0 -14
- package/assets/infographic-icons/marketingInfographic.svg +0 -23
- package/assets/infographic-icons/marketplaceAppACInfographic.svg +0 -18
- package/assets/infographic-icons/myAppsInfographic.svg +0 -18
- package/assets/infographic-icons/newCustomerInfographic.svg +0 -46
- package/assets/infographic-icons/phoneInfographic.svg +0 -12
- package/assets/infographic-icons/platformApiInfographic.svg +0 -19
- package/assets/infographic-icons/productivityInfographic.svg +0 -16
- package/assets/infographic-icons/propTechInfographic.svg +0 -22
- package/assets/infographic-icons/propertyManagementInfographic.svg +0 -23
- package/assets/infographic-icons/reapitConnectInfographic.svg +0 -17
- package/assets/infographic-icons/reapitConnectSettingsDevicesDarkInfographic.svg +0 -30
- package/assets/infographic-icons/reapitConnectSettingsDevicesInfographic.svg +0 -30
- package/assets/infographic-icons/reapitLogoInfographic.svg +0 -12
- package/assets/infographic-icons/reapitLogoSmallInfographic.svg +0 -9
- package/assets/infographic-icons/reapitUserInfographic.svg +0 -39
- package/assets/infographic-icons/refreshInfographic.svg +0 -6
- package/assets/infographic-icons/reportInfographic.svg +0 -6
- package/assets/infographic-icons/reportingInfographic.svg +0 -8
- package/assets/infographic-icons/salesProgressionInfographic.svg +0 -22
- package/assets/infographic-icons/selectInfographic.svg +0 -10
- package/assets/infographic-icons/serverInfographic.svg +0 -5
- package/assets/infographic-icons/sharedEntitiesInfographic.svg +0 -32
- package/assets/infographic-icons/shieldInfographic.svg +0 -12
- package/assets/infographic-icons/userAuthInfographic.svg +0 -33
- package/assets/infographic-icons/userDeviceInfographic.svg +0 -34
- package/assets/infographic-icons/userHouseInfographic.svg +0 -10
- package/assets/infographic-icons/userInfographic.svg +0 -31
- package/assets/infographic-icons/utilityRegistrationInfographic.svg +0 -15
- package/assets/infographic-icons/vendorInfographic.svg +0 -25
- package/assets/infographic-icons/webDeveloperInfographic.svg +0 -48
- package/assets/infographic-icons/webDeveloperInfographicAlt.svg +0 -23
- package/assets/infographic-icons/webInfographic.svg +0 -12
- package/assets/infographic-icons/webhooksDocsInfographic.svg +0 -19
- package/assets/infographic-icons/webhooksInfographic.svg +0 -11
- package/assets/infographic-icons/welcomeInfographic.svg +0 -19
- package/assets/menu-icons/accountMenu.svg +0 -5
- package/assets/menu-icons/analyticsMenu.svg +0 -9
- package/assets/menu-icons/apiMenu.svg +0 -5
- package/assets/menu-icons/appLauncherMenu.svg +0 -12
- package/assets/menu-icons/appsMenu.svg +0 -7
- package/assets/menu-icons/dataMenu.svg +0 -6
- package/assets/menu-icons/defaultMenu.svg +0 -5
- package/assets/menu-icons/desktopMenu.svg +0 -4
- package/assets/menu-icons/developersMenu.svg +0 -4
- package/assets/menu-icons/docsMenu.svg +0 -6
- package/assets/menu-icons/hamburgerMenu.svg +0 -13
- package/assets/menu-icons/hamburgerOpenMenu.svg +0 -11
- package/assets/menu-icons/helpMenu.svg +0 -4
- package/assets/menu-icons/installedMenu.svg +0 -4
- package/assets/menu-icons/logoutMenu.svg +0 -4
- package/assets/menu-icons/manageMenu.svg +0 -5
- package/assets/menu-icons/mapMenu.svg +0 -10
- package/assets/menu-icons/marketplaceMenu.svg +0 -4
- package/assets/menu-icons/myAccountMenu.svg +0 -5
- package/assets/menu-icons/officesMenu.svg +0 -6
- package/assets/menu-icons/paymentsMenu.svg +0 -6
- package/assets/menu-icons/profileMenu.svg +0 -4
- package/assets/menu-icons/reapitLogoMenu.svg +0 -12
- package/assets/menu-icons/reapitLogoSelectedMenu.svg +0 -12
- package/assets/menu-icons/reapitLogoTextMenu.svg +0 -12
- package/assets/menu-icons/resultsMenu.svg +0 -9
- package/assets/menu-icons/searchMenu.svg +0 -4
- package/assets/menu-icons/supportMenu.svg +0 -6
- package/assets/menu-icons/uiMenu.svg +0 -7
- package/assets/menu-icons/usersMenu.svg +0 -4
- package/assets/menu-icons/webhooksMenu.svg +0 -8
- package/assets/system-icons/addSolidSystem.svg +0 -3
- package/assets/system-icons/addSystem.svg +0 -3
- package/assets/system-icons/arrowDownSolidSystem.svg +0 -3
- package/assets/system-icons/arrowDownSystem.svg +0 -3
- package/assets/system-icons/arrowLeftSolidSystem.svg +0 -3
- package/assets/system-icons/arrowLeftSystem.svg +0 -3
- package/assets/system-icons/arrowRightSolidSystem.svg +0 -3
- package/assets/system-icons/arrowRightSystem.svg +0 -3
- package/assets/system-icons/arrowUpSolidSystem.svg +0 -3
- package/assets/system-icons/arrowUpSystem.svg +0 -3
- package/assets/system-icons/asteriskSolidSystem.svg +0 -3
- package/assets/system-icons/asteriskSystem.svg +0 -3
- package/assets/system-icons/authenticationSolidSystem.svg +0 -3
- package/assets/system-icons/authenticationSystem.svg +0 -4
- package/assets/system-icons/backSolidSystem.svg +0 -3
- package/assets/system-icons/backSystem.svg +0 -3
- package/assets/system-icons/bulletListSolidSystem.svg +0 -8
- package/assets/system-icons/bulletListSystem.svg +0 -3
- package/assets/system-icons/calendarSolidSystem.svg +0 -6
- package/assets/system-icons/calendarSystem.svg +0 -9
- package/assets/system-icons/cancelSolidSystem.svg +0 -3
- package/assets/system-icons/cancelSystem.svg +0 -4
- package/assets/system-icons/carSolidSystem.svg +0 -5
- package/assets/system-icons/carSystem.svg +0 -3
- package/assets/system-icons/checkSolidSystem.svg +0 -3
- package/assets/system-icons/checkSystem.svg +0 -3
- package/assets/system-icons/circleSolidSystem.svg +0 -3
- package/assets/system-icons/circleSystem.svg +0 -3
- package/assets/system-icons/closeSolidSystem.svg +0 -3
- package/assets/system-icons/closeSystem.svg +0 -3
- package/assets/system-icons/cloudSolidSystem.svg +0 -3
- package/assets/system-icons/cloudSystem.svg +0 -3
- package/assets/system-icons/companySolidSystem.svg +0 -3
- package/assets/system-icons/companySystem.svg +0 -3
- package/assets/system-icons/dollarSolidSystem.svg +0 -5
- package/assets/system-icons/dollarSystem.svg +0 -4
- package/assets/system-icons/downSolidSystem.svg +0 -3
- package/assets/system-icons/downSystem.svg +0 -3
- package/assets/system-icons/download.svg +0 -16
- package/assets/system-icons/downloadSolidSystem.svg +0 -4
- package/assets/system-icons/downloadSystem.svg +0 -4
- package/assets/system-icons/editSolidSystem.svg +0 -4
- package/assets/system-icons/editSystem.svg +0 -3
- package/assets/system-icons/emailSolidSystem.svg +0 -4
- package/assets/system-icons/emailSystem.svg +0 -3
- package/assets/system-icons/errorSolidSystem.svg +0 -3
- package/assets/system-icons/errorSystem.svg +0 -4
- package/assets/system-icons/euroSolidSystem.svg +0 -3
- package/assets/system-icons/euroSystem.svg +0 -4
- package/assets/system-icons/favouriteSolidSystem.svg +0 -3
- package/assets/system-icons/favouriteSystem.svg +0 -3
- package/assets/system-icons/filterSolidSystem.svg +0 -5
- package/assets/system-icons/filterSystem.svg +0 -5
- package/assets/system-icons/geoLocationSolidSystem.svg +0 -4
- package/assets/system-icons/geoLocationSystem.svg +0 -4
- package/assets/system-icons/githubSolidSystem.svg +0 -3
- package/assets/system-icons/githubSystem.svg +0 -3
- package/assets/system-icons/hamburgerMenuSolidSystem.svg +0 -5
- package/assets/system-icons/hamburgerMenuSystem.svg +0 -3
- package/assets/system-icons/hideSolidSystem.svg +0 -3
- package/assets/system-icons/hideSystem.svg +0 -3
- package/assets/system-icons/homeSolidSystem.svg +0 -3
- package/assets/system-icons/homeSystem.svg +0 -3
- package/assets/system-icons/infoSolidSystem.svg +0 -3
- package/assets/system-icons/infoSystem.svg +0 -4
- package/assets/system-icons/linkSolidSystem.svg +0 -4
- package/assets/system-icons/linkSystem.svg +0 -4
- package/assets/system-icons/lockSolidSystem.svg +0 -3
- package/assets/system-icons/lockSystem.svg +0 -4
- package/assets/system-icons/messageSolidSystem.svg +0 -3
- package/assets/system-icons/messageSystem.svg +0 -6
- package/assets/system-icons/moreSolidSystem.svg +0 -5
- package/assets/system-icons/moreSystem.svg +0 -5
- package/assets/system-icons/nextSolidSystem.svg +0 -3
- package/assets/system-icons/nextSystem.svg +0 -3
- package/assets/system-icons/paymentSolidSystem.svg +0 -3
- package/assets/system-icons/paymentSystem.svg +0 -3
- package/assets/system-icons/phoneSolidSystem.svg +0 -3
- package/assets/system-icons/phoneSystem.svg +0 -3
- package/assets/system-icons/pinSolidSystem.svg +0 -3
- package/assets/system-icons/pinSystem.svg +0 -3
- package/assets/system-icons/poundSolidSystem.svg +0 -3
- package/assets/system-icons/poundSystem.svg +0 -4
- package/assets/system-icons/previewSystem.svg +0 -4
- package/assets/system-icons/questionSolidSystem.svg +0 -3
- package/assets/system-icons/questionSystem.svg +0 -4
- package/assets/system-icons/refreshSolidSystem.svg +0 -3
- package/assets/system-icons/refreshSystem.svg +0 -3
- package/assets/system-icons/saveSystem.svg +0 -10
- package/assets/system-icons/searchSolidSystem.svg +0 -3
- package/assets/system-icons/searchSystem.svg +0 -3
- package/assets/system-icons/securityTokenSolidSystem.svg +0 -4
- package/assets/system-icons/securityTokenSystem.svg +0 -7
- package/assets/system-icons/settingsSolidSystem.svg +0 -3
- package/assets/system-icons/settingsSystem.svg +0 -4
- package/assets/system-icons/shareSolidSystem.svg +0 -3
- package/assets/system-icons/shareSystem.svg +0 -3
- package/assets/system-icons/sortSolidSystem.svg +0 -4
- package/assets/system-icons/sortSystem.svg +0 -4
- package/assets/system-icons/tickSolidSystem.svg +0 -3
- package/assets/system-icons/tickSystem.svg +0 -3
- package/assets/system-icons/trashSolidSystem.svg +0 -4
- package/assets/system-icons/trashSystem.svg +0 -6
- package/assets/system-icons/upSolidSystem.svg +0 -3
- package/assets/system-icons/upSystem.svg +0 -3
- package/assets/system-icons/usernameSolidSystem.svg +0 -4
- package/assets/system-icons/usernameSystem.svg +0 -3
- package/assets/system-icons/videoSolidSystem.svg +0 -3
- package/assets/system-icons/videoSystem.svg +0 -3
- package/assets/system-icons/viewSolidSystem.svg +0 -4
- package/assets/system-icons/viewSystem.svg +0 -4
- package/assets/system-icons/walkingSolidSystem.svg +0 -4
- package/assets/system-icons/walkingSystem.svg +0 -3
- package/assets/system-icons/warningSolidSystem.svg +0 -3
- package/assets/system-icons/warningSystem.svg +0 -5
- package/dist/cjs/71331a14aae8c896.svg +0 -22
- package/dist/cjs/components/persistant-notification/__styles__/index.d.ts +0 -2
- package/dist/cjs/components/persistant-notification/__tests__/persistent-notification.test.d.ts +0 -1
- package/dist/cjs/components/persistant-notification/index.d.ts +0 -2
- package/dist/cjs/components/persistant-notification/persistent-notification.d.ts +0 -14
- package/dist/cjs/components/snack/use-snack-hook.stories.d.ts +0 -2
- package/dist/cjs/e110dff8980ad1c0.svg +0 -32
- package/dist/cjs/icons/icons-legacy.d.ts +0 -238
- package/dist/esm/71331a14aae8c896.svg +0 -22
- package/dist/esm/components/persistant-notification/__styles__/index.d.ts +0 -2
- package/dist/esm/components/persistant-notification/__tests__/persistent-notification.test.d.ts +0 -1
- package/dist/esm/components/persistant-notification/index.d.ts +0 -2
- package/dist/esm/components/persistant-notification/persistent-notification.d.ts +0 -14
- package/dist/esm/components/snack/use-snack-hook.stories.d.ts +0 -2
- package/dist/esm/e110dff8980ad1c0.svg +0 -32
- package/dist/esm/icons/icons-legacy.d.ts +0 -238
|
@@ -1,14 +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="M40 74C56.5685 74 70 60.5685 70 44C70 27.4315 56.5685 14 40 14C23.4315 14 10 27.4315 10 44C10 60.5685 23.4315 74 40 74Z" fill="#506478"/>
|
|
3
|
-
<path d="M67.952 54.9174L11.8463 33.6157C16.0712 22.1649 27.0823 14 40.0004 14C56.569 14 70.0004 27.4315 70.0004 44C70.0004 47.8518 69.2745 51.5341 67.952 54.9174Z" fill="#d8dee4"/>
|
|
4
|
-
<path d="M27.9762 16.5066C31.6572 14.8945 35.7241 14 39.9999 14C56.5684 14 69.9999 27.4315 69.9999 44C69.9999 56.3097 62.586 66.8878 51.9798 71.5125L27.9762 16.5066Z" fill="#9faebc"/>
|
|
5
|
-
<path d="M27.9762 16.5066C31.6572 14.8945 35.7241 14 39.9999 14C56.5684 14 69.9999 27.4315 69.9999 44C69.9999 47.8582 69.2716 51.5463 67.9449 54.9343L40.2075 44.5355L27.9762 16.5066Z" fill="#798da1"/>
|
|
6
|
-
<circle cx="40" cy="15" r="14" fill="#fff"/>
|
|
7
|
-
<path d="M40.0011 6C37.1283 6 34.78 8.29822 34.78 11.1097C34.78 12.6988 35.5302 14.1239 36.7014 15.0627C36.5206 14.9369 36.2781 14.8754 36.0571 14.9186C34.2332 15.1641 32.5916 16.1682 31.5657 17.6855C31.3605 17.9755 31.1781 18.3102 31.0413 18.6226C30.9729 18.7565 30.9957 18.9127 31.0641 19.0466C31.2465 19.3589 31.4745 19.6713 31.6797 19.9391C31.9988 20.363 32.3408 20.7423 32.7284 21.0993C33.0476 21.4117 33.4124 21.7018 33.7772 21.9919C35.5783 23.3083 37.7443 24 39.9786 24C42.213 24 44.3789 23.3083 46.18 21.9919C46.5448 21.7241 46.9096 21.4117 47.2288 21.0993C47.5936 20.7423 47.9584 20.363 48.2776 19.9391C48.5056 19.649 48.7108 19.3589 48.8932 19.0466C49.0071 18.9127 49.0299 18.7564 48.9615 18.6226C48.8247 18.2879 48.6424 17.9755 48.4372 17.6855C47.3884 16.1682 45.7697 15.1641 43.9457 14.9186C43.7222 14.8968 43.4768 14.9392 43.2953 15.0671C44.4696 14.1283 45.2221 12.7012 45.2221 11.1097C45.2221 8.29822 42.8738 6 40.0011 6Z" fill="#7e9bfa"/>
|
|
8
|
-
<circle cx="14" cy="58" r="14" fill="#fff"/>
|
|
9
|
-
<path d="M14.0011 49C11.1283 49 8.78 51.2982 8.78 54.1097C8.78 55.6988 9.53025 57.1239 10.7014 58.0627C10.5206 57.9369 10.2781 57.8754 10.0571 57.9186C8.23316 58.1641 6.59163 59.1682 5.56567 60.6855C5.36047 60.9755 5.17806 61.3102 5.04129 61.6226C4.97291 61.7565 4.99569 61.9127 5.06407 62.0466C5.24649 62.3589 5.47446 62.6713 5.67965 62.9391C5.99883 63.363 6.34083 63.7423 6.72844 64.0993C7.04761 64.4117 7.41239 64.7018 7.77722 64.9919C9.57835 66.3083 11.7443 67 13.9786 67C16.213 67 18.3789 66.3083 20.18 64.9919C20.5448 64.7241 20.9096 64.4117 21.2288 64.0993C21.5936 63.7423 21.9584 63.363 22.2776 62.9391C22.5056 62.649 22.7108 62.3589 22.8932 62.0466C23.0071 61.9127 23.0299 61.7564 22.9615 61.6226C22.8247 61.2879 22.6424 60.9755 22.4372 60.6855C21.3884 59.1682 19.7697 58.1641 17.9457 57.9186C17.7222 57.8968 17.4768 57.9392 17.2953 58.0671C18.4696 57.1283 19.2221 55.7012 19.2221 54.1097C19.2221 51.2982 16.8738 49 14.0011 49Z" fill="#7e9bfa"/>
|
|
10
|
-
<circle cx="66" cy="58" r="14" fill="#fff"/>
|
|
11
|
-
<path d="M66.0011 49C63.1283 49 60.78 51.2982 60.78 54.1097C60.78 55.6988 61.5302 57.1239 62.7014 58.0627C62.5206 57.9369 62.2781 57.8754 62.0571 57.9186C60.2332 58.1641 58.5916 59.1682 57.5657 60.6855C57.3605 60.9755 57.1781 61.3102 57.0413 61.6226C56.9729 61.7565 56.9957 61.9127 57.0641 62.0466C57.2465 62.3589 57.4745 62.6713 57.6797 62.9391C57.9988 63.363 58.3408 63.7423 58.7284 64.0993C59.0476 64.4117 59.4124 64.7018 59.7772 64.9919C61.5783 66.3083 63.7443 67 65.9786 67C68.213 67 70.3789 66.3083 72.18 64.9919C72.5448 64.7241 72.9096 64.4117 73.2288 64.0993C73.5936 63.7423 73.9584 63.363 74.2776 62.9391C74.5056 62.649 74.7108 62.3589 74.8932 62.0466C75.0071 61.9127 75.0299 61.7564 74.9615 61.6226C74.8247 61.2879 74.6424 60.9755 74.4372 60.6855C73.3884 59.1682 71.7697 58.1641 69.9457 57.9186C69.7222 57.8968 69.4768 57.9392 69.2953 58.0671C70.4696 57.1283 71.2221 55.7012 71.2221 54.1097C71.2221 51.2982 68.8738 49 66.0011 49Z" fill="#7e9bfa"/>
|
|
12
|
-
<path d="M39.4628 48.3218L39.4577 48.3197C38.9214 48.5409 36.9854 48.5368 35.5797 48.5339C35.0027 48.5326 34.515 48.5316 34.2501 48.5464C31.7513 48.5719 29.6859 46.5494 29.6604 44.0519C29.6604 41.5542 31.705 39.4897 34.2039 39.4642L38.0178 39.4253C38.0435 39.425 38.0541 39.4583 38.0327 39.4726C37.2665 39.9855 36.4928 40.8685 36.0781 41.6838C36.0405 41.7578 35.9654 41.805 35.8824 41.8062L34.0507 41.8318C32.8537 41.844 31.8844 42.8328 31.8966 44.0291C31.9089 45.2254 32.8982 46.1942 34.0951 46.1819C34.3882 46.1788 34.8736 46.174 35.3814 46.1689C36.0298 46.1624 36.7148 46.1556 37.0825 46.1515C37.1767 46.1501 37.2728 46.149 37.37 46.1484C38.1648 46.1431 39.0348 46.1373 39.5692 45.7263C40.0435 45.4003 40.3017 44.914 40.382 44.6018C40.511 44.1753 40.4975 43.7438 40.3942 43.3548C40.3667 43.251 40.4237 43.1442 40.5253 43.1093C41.1721 42.8869 41.8343 42.8678 42.4284 42.9307C42.5229 42.9407 42.6164 43.0254 42.6347 43.1186C42.8479 44.2019 42.6183 45.3859 42.0802 46.2716L42.0807 46.2729L42.0824 46.2729C41.4662 47.2551 40.569 47.9979 39.4628 48.3218Z" fill="#fff"/>
|
|
13
|
-
<path d="M36.6581 44.9719C36.12 42.308 38.2158 39.6033 41.0609 39.5549C41.064 39.5549 41.067 39.5547 41.0701 39.5546C41.0723 39.5545 41.0746 39.5544 41.0768 39.5544L45.0442 39.5139C47.5686 39.4881 49.634 41.5314 49.634 44.0545C49.634 46.5269 47.6101 48.5704 45.1365 48.5956L41.2644 48.6351C41.2385 48.6354 41.2281 48.6016 41.2499 48.5876C42.0293 48.0863 42.8259 47.1881 43.2198 46.3801C43.2568 46.3041 43.3329 46.2552 43.4174 46.254L45.2436 46.2285C46.4406 46.2163 47.4099 45.2275 47.3977 44.0312C47.3977 42.8348 46.4183 41.8659 45.2213 41.8781L42.2177 41.9088L42.2193 41.9121C42.0851 41.9154 41.9467 41.9161 41.8064 41.9169C41.0967 41.921 40.3402 41.9253 39.8528 42.2458C39.388 42.5368 39.0782 42.9584 38.9157 43.4485C38.7903 43.8473 38.7853 44.3383 38.8972 44.7148C38.9266 44.8136 38.8698 44.9179 38.7695 44.9418C38.1138 45.0978 37.5094 45.1317 36.8427 45.1239C36.753 45.1229 36.6759 45.0597 36.6581 44.9719Z" fill="#fff"/>
|
|
14
|
-
</svg>
|
|
@@ -1,23 +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="M21.8393 8C20.7347 8 19.8393 8.89543 19.8393 10V13.3614C19.8393 14.466 18.9439 15.3614 17.8393 15.3614H17C15.8954 15.3614 15 16.2569 15 17.3614V76C15 77.1046 15.8954 78 17 78H49C50.1046 78 51 77.1046 51 76V10C51 8.89543 50.1046 8 49 8H21.8393Z" fill="#798da1"/>
|
|
3
|
-
<path d="M30.4472 21.5146H25.8517V27.14H30.4472V21.5146Z" fill="#fff"/>
|
|
4
|
-
<path d="M41.8858 21.5146H37.2903V27.14H41.8858V21.5146Z" fill="#fff"/>
|
|
5
|
-
<path d="M25.8517 32.7654H30.4472V38.3908H25.8517V32.7654Z" fill="#fff"/>
|
|
6
|
-
<path d="M41.8858 32.7654H37.2903V38.3908H41.8858V32.7654Z" fill="#fff"/>
|
|
7
|
-
<path d="M25.8517 44.0168H30.4472V49.6422H25.8517V44.0168Z" fill="#fff"/>
|
|
8
|
-
<path d="M41.8858 44.0168H37.2903V49.6422H41.8858V44.0168Z" fill="#fff"/>
|
|
9
|
-
<path d="M25.8517 55.2676H30.4472V60.893H25.8517V55.2676Z" fill="#fff"/>
|
|
10
|
-
<path d="M41.8858 55.2676H37.2903V60.893H41.8858V55.2676Z" fill="#fff"/>
|
|
11
|
-
<path d="M6 76C6 77.1046 6.89543 78 8 78H32C33.1046 78 34 77.1046 34 76V56.4572L20 46L6 56.4572V76Z" fill="#d8dee4"/>
|
|
12
|
-
<path d="M35.9924 60C37.7974 60 38.6785 57.7096 37.3714 56.4152L21.375 40.5736C20.6027 39.8088 19.3892 39.8088 18.617 40.5736L2.62055 56.4152C1.31346 57.7096 2.19453 60 3.99955 60H35.9924Z" fill="#9faebc"/>
|
|
13
|
-
<path d="M15 64H25C26.1046 64 27 64.8954 27 66V78H13V66C13 64.8954 13.8954 64 15 64Z" fill="#fff"/>
|
|
14
|
-
<path d="M17 67H23C23.5523 67 24 67.4477 24 68V78H16V68C16 67.4477 16.4477 67 17 67Z" fill="#9faebc"/>
|
|
15
|
-
<path d="M67.9941 71.9999H49.5609C47.597 71.9952 46.0048 70.403 46 68.439V29.5609C46.0048 27.597 47.597 26.0048 49.5609 26H67.9941C69.958 26.0048 71.5502 27.597 71.555 29.5609V68.4402C71.549 70.4042 69.958 71.9952 67.9941 71.9999Z" fill="#d8dee4"/>
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M49.5662 69.7999H67.9887L67.9901 69.7999C68.7413 69.7974 69.3512 69.189 69.355 68.4364V29.5639C69.3519 28.8126 68.7422 28.2029 67.9908 28.2H49.5642C48.8127 28.2029 48.2029 28.8127 48.2 29.5642V68.4357C48.2029 69.1874 48.8131 69.7974 49.5649 69.7999L49.5662 69.7999ZM49.5609 71.9999C47.597 71.9952 46.0048 70.403 46 68.439V29.5609C46.0048 27.597 47.597 26.0048 49.5609 26H67.9941C69.958 26.0048 71.5502 27.597 71.555 29.5609V68.4402C71.549 70.4042 69.958 71.9952 67.9941 71.9999H49.5609Z" fill="#d8dee4"/>
|
|
17
|
-
<path d="M67.9941 72H49.5609C47.597 71.9952 46.0048 70.403 46 68.4391V63.929C57.7416 63.929 61.1063 63.929 71.555 63.929V68.4403C71.549 70.4042 69.958 71.9952 67.9941 72Z" fill="#607890"/>
|
|
18
|
-
<rect x="51" y="30" width="12" height="13" rx="1" fill="#798da1"/>
|
|
19
|
-
<path d="M51 52C51 51.4477 51.4477 51 52 51H66C66.5523 51 67 51.4477 67 52V59C67 59.5523 66.5523 60 66 60H52C51.4477 60 51 59.5523 51 59V52Z" fill="#798da1"/>
|
|
20
|
-
<rect x="51" y="45" width="11" height="3" rx="1" fill="#798da1"/>
|
|
21
|
-
<path d="M55.5892 14.6199L59.6496 13.0256L67.7935 12.3928L71.7164 21.7468L62.5631 25.3102L59.0762 26.6464L55.5892 14.6199Z" fill="#fff"/>
|
|
22
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M75.6827 26.9543C75.4011 27.1462 75.0251 27.2422 74.6491 27.0503L74.6493 27.0506C72.2057 25.8019 67.6003 24.073 63.277 24.9375L59.3296 13.0282C63.3712 11.2034 65.9086 6.9775 67.1304 4.4802C67.2243 4.1919 67.6003 4 67.9763 4C68.3523 4.09594 68.7283 4.2883 68.8222 4.67254L71.0893 11.4401C73.031 11.5761 74.7762 12.7854 75.436 14.808C76.0997 16.6729 75.5188 18.8367 74.0164 20.1776L75.9648 25.9939C76.0587 26.2822 75.9649 26.666 75.6827 26.9543ZM51.0512 29.3116C49.8293 29.3116 48.6074 28.5431 48.1375 27.1984L46.1641 21.2444C45.882 20.4763 45.9759 19.6119 46.3519 18.8434C46.7278 18.0749 47.3855 17.4987 48.1375 17.2104L55.9384 14.5211L59.8857 26.4304L58.051 27.0629L56.7544 34.3504C56.5846 35.3048 55.7547 36 54.7853 36H54.1022C52.9976 36 52.1022 35.1046 52.1022 34V29.1137L52.0849 29.1197C52.0203 29.1362 51.9584 29.1527 51.8984 29.1687L51.8983 29.1687C51.6092 29.2458 51.3626 29.3116 51.0512 29.3116Z" fill="#7e9bfa"/>
|
|
23
|
-
</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="M69.8672 71.6932H69.0868V50.5466C67.7848 52.2889 64.4034 52.2889 63.2143 50.5466V56.7229H54.2476V52.889C53.8283 53.0194 53.3922 53.1116 52.9319 53.1116C52.4728 53.1116 52.0372 53.0195 51.6174 52.889V56.7229H43.0797V51.3274C41.4015 53.0697 38.8855 53.0697 37.2072 51.3274V71.6933H36.3743C35.3528 71.6933 34.5253 72.5525 34.5253 73.6129C34.5253 74.6734 35.3528 75.5324 36.3743 75.5324H69.8672C72.0371 75.5323 72.0034 71.6932 69.8672 71.6932ZM63.2143 59.4527V63.8053C63.2143 64.6466 62.353 65.3385 61.5364 65.3385H54.2477V59.4526L63.2143 59.4527ZM51.6175 59.4527V65.3385L44.4786 65.3385C43.6625 65.3385 43.0797 64.6524 43.0797 63.8053V59.4527L51.6175 59.4527Z" fill="#798da1"/>
|
|
3
|
-
<path d="M69.8672 71.6284H69.0868C57.3416 71.6284 37.2072 71.6285 37.2072 71.6285H36.3743C35.3528 71.6285 34.5253 72.5022 34.5253 73.5806C34.5253 74.6589 35.3528 75.5324 36.3743 75.5324H69.8672C72.0371 75.5323 72.0034 71.6284 69.8672 71.6284Z" fill="#506478"/>
|
|
4
|
-
<path d="M32.3856 54.3105C32.704 54.4053 33.0255 54.4504 33.3423 54.4504C34.7802 54.4504 36.1083 53.5169 36.541 52.0714L36.7166 51.4859C36.8356 52.5489 37.4586 53.4855 38.3907 54.0098C38.6915 54.1765 39.0122 54.3143 39.3682 54.3847C39.5884 54.4292 39.8078 54.4504 40.0235 54.4504C41.5847 54.4504 42.9804 53.3539 43.2958 51.7682L43.3772 51.3619C43.4607 52.4922 44.1099 53.4878 45.075 54.0258C45.4625 54.2424 45.8984 54.3854 46.3695 54.433C46.4821 54.4451 46.5942 54.4499 46.7046 54.4499C48.3996 54.4499 49.852 53.1672 50.0245 51.4484L50.0492 51.2012C50.0797 52.4148 50.7611 53.4564 51.7586 54.0134C52.2403 54.2829 52.7888 54.4498 53.3797 54.4498C53.9727 54.4498 54.5206 54.2829 55.0024 54.0134C55.9991 53.4564 56.6811 52.4148 56.7126 51.2012L56.7363 51.4484C56.909 53.1671 58.3606 54.4499 60.0562 54.4499C60.1674 54.4499 60.2787 54.4451 60.3916 54.433C60.8618 54.3854 61.2978 54.2424 61.6866 54.0258C62.6511 53.4878 63.301 52.4922 63.383 51.3619L63.4644 51.7682C63.7812 53.3546 65.176 54.4504 66.7367 54.4504C66.953 54.4504 67.1716 54.4291 67.3927 54.3847C67.747 54.3143 68.0693 54.1765 68.3686 54.0098C69.3023 53.4854 69.9253 52.5489 70.0443 51.4859L70.2199 52.0714C70.6527 53.5169 71.9808 54.4504 73.4193 54.4504C73.7355 54.4504 74.0569 54.4053 74.3753 54.3105C76.1439 53.7839 77.1489 51.9274 76.6211 50.1651L73.7646 40.6307C73.1679 38.638 71.3302 37.2727 69.2457 37.2727H37.5162C35.4307 37.2727 33.5932 38.638 32.9963 40.6307L30.1405 50.1651C29.6127 51.9275 30.6179 53.784 32.3856 54.3105Z" fill="#607890"/>
|
|
5
|
-
<path d="M51.6176 59.4521V65.338L44.4787 65.3379C43.6625 65.3379 43.0798 64.6519 43.0798 63.8048V59.4521L51.6176 59.4521Z" fill="#9faebc"/>
|
|
6
|
-
<path d="M43.0798 52.4562V56.7225H51.6175V53.9298C50.6974 53.356 50.0783 52.3564 50.0492 51.2009L50.0246 51.4481C49.852 53.167 48.3997 54.4496 46.7047 54.4496C46.5942 54.4496 46.4822 54.4449 46.3695 54.4327C45.8985 54.3852 45.4625 54.2422 45.075 54.0255C44.11 53.4876 43.4608 52.4919 43.3772 51.3617L43.2958 51.768C43.2478 52.0094 43.1747 52.2396 43.0798 52.4562Z" fill="#fff"/>
|
|
7
|
-
<path d="M54.2477 54.3282C54.5135 54.253 54.7659 54.1455 55.0024 54.0132C55.9991 53.4562 56.6811 52.4146 56.7127 51.2009L56.7364 51.4481C56.9091 53.1669 58.3607 54.4496 60.0562 54.4496C60.1675 54.4496 60.2788 54.4449 60.3916 54.4327C60.8619 54.3852 61.2978 54.2422 61.6866 54.0255C62.4058 53.6245 62.95 52.9689 63.2144 52.1929V56.7225H54.2477V54.3282Z" fill="#fff"/>
|
|
8
|
-
<path d="M63.2143 63.8048V59.4522L54.2477 59.4521V65.338H61.5364C62.353 65.338 63.2143 64.6461 63.2143 63.8048Z" fill="#d8dee4"/>
|
|
9
|
-
<path d="M42.2506 79.9999H10.1929C6.77733 79.9916 4.00832 77.2225 4 73.807V6.19285C4.00832 2.77733 6.77733 0.00831535 10.1929 0H42.2506C45.6661 0.00831535 48.4352 2.77733 48.4435 6.19285V73.8091C48.4331 77.2246 45.6661 79.9916 42.2506 79.9999Z" fill="#d8dee4"/>
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2022 76.1738H42.2413L42.2436 76.1738C43.5502 76.1694 44.6108 75.1113 44.6174 73.8024V6.19811C44.612 4.89144 43.5516 3.83117 42.2448 3.82609H10.1986C8.89172 3.83117 7.83117 4.89172 7.82609 6.19863V73.8012C7.83118 75.1086 8.8924 76.1694 10.1999 76.1738L10.2022 76.1738ZM10.1929 79.9999C6.77733 79.9916 4.00832 77.2225 4 73.807V6.19285C4.00832 2.77733 6.77733 0.00831535 10.1929 0H42.2506C45.6661 0.00831535 48.4352 2.77733 48.4435 6.19285V73.8091C48.4331 77.2246 45.6661 79.9916 42.2506 79.9999H10.1929Z" fill="#d8dee4"/>
|
|
11
|
-
<path d="M42.2506 80H10.1929C6.77733 79.9917 4.00832 77.2227 4 73.8071V65.9634C24.4202 65.9634 30.2718 65.9634 48.4435 65.9634V73.8092C48.4331 77.2247 45.6661 79.9917 42.2506 80Z" fill="#607890"/>
|
|
12
|
-
<rect x="12.6957" y="6.95654" width="20.8696" height="22.6087" rx="1" fill="#798da1"/>
|
|
13
|
-
<path d="M12.6957 45.2174C12.6957 44.2569 13.4743 43.4783 14.4348 43.4783H38.7826C39.7431 43.4783 40.5218 44.2569 40.5218 45.2174V57.3913C40.5218 58.3518 39.7431 59.1304 38.7826 59.1304H14.4348C13.4743 59.1304 12.6957 58.3518 12.6957 57.3913V45.2174Z" fill="#798da1"/>
|
|
14
|
-
<rect x="12.6957" y="33.0435" width="19.1304" height="5.21739" rx="1" fill="#798da1"/>
|
|
15
|
-
<path d="M50.6883 12.925C47.3487 5.53389 38.1451 2.03919 30.1314 5.11943C24.6521 7.22552 20.9265 11.9988 20.4995 17.4597C15.8689 18.0504 12.6342 21.9915 13.2746 26.2626C13.8541 30.1272 17.4378 33.0039 21.6676 33H50.6882C56.6985 33 61.5709 28.506 61.5709 22.9626C61.5709 17.4191 56.6987 12.925 50.6883 12.925Z" fill="#fff"/>
|
|
16
|
-
<circle cx="61" cy="19" r="15" fill="#7e9bfa"/>
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M70.0626 17.2123L59.9625 27.204C59.4492 27.7175 58.7669 28.0001 58.0411 28.0001C57.3153 28.0001 56.633 27.7175 56.1197 27.204L51.9388 23.134C51.4255 22.6205 51.1428 21.9379 51.1428 21.2118C51.1428 20.4854 51.4255 19.8028 51.9388 19.2893C52.4519 18.7758 53.1342 18.493 53.8602 18.493C54.586 18.493 55.2685 18.7758 55.7816 19.2895L58.0409 21.4369L66.2194 13.3677C66.7327 12.8542 67.415 12.5715 68.1408 12.5715C68.8666 12.5715 69.5489 12.8542 70.0622 13.3677C71.122 14.428 71.122 16.1524 70.0626 17.2123Z" fill="#fff"/>
|
|
18
|
-
</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="M66.7398 35.0756L39.9987 25.6511V44.643L66.7398 35.0756Z" fill="#607890"/>
|
|
3
|
-
<path d="M66.7394 35.0756L39.9983 25.6511L13.2572 35.0756L39.9983 44.643L66.7394 35.0756Z" fill="#9faebc"/>
|
|
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="#8EDDFF"/>
|
|
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="M66.7398 69.5762V35.0754L39.9987 44.6692V78.2001L66.7398 69.5762Z" fill="#506478"/>
|
|
11
|
-
<path d="M39.9983 44.6692L13.2572 35.0754V69.5762L39.9983 78.2001V44.6692Z" fill="#607890"/>
|
|
12
|
-
<path d="M13.2572 35.0759L4 46.2142L31.2444 56.2813L39.9983 44.6433L13.2572 35.0759Z" fill="#d8dee4"/>
|
|
13
|
-
<path d="M66.7398 35.0757L76 46.2139L48.7556 56.281L39.9987 44.643L66.7398 35.0757Z" fill="#7e9bfa"/>
|
|
14
|
-
<path d="M66.7398 35.0754L76 46.2137L48.7556 56.2808L39.9987 44.6428L66.7398 35.0754Z" fill="#798da1"/>
|
|
15
|
-
<path d="M53.8586 6.92781C55.6198 4.03763 59.4074 3.13396 62.3185 4.90941L72.0277 10.8309C74.9388 12.6063 75.871 16.3886 74.1098 19.2787L68.1419 29.0722C66.3807 31.9624 62.5931 32.866 59.6819 31.0906L49.9728 25.1691C47.0617 23.3937 46.1295 19.6114 47.8907 16.7213L53.8586 6.92781Z" fill="#7e9bfa"/>
|
|
16
|
-
<path d="M28.9408 26.0991C27.3912 27.406 27.1757 29.7349 28.4594 31.3009L31.7768 35.3479C33.0605 36.9139 35.3573 37.124 36.9069 35.8171L40.876 32.4696C42.4256 31.1627 42.6412 28.8337 41.3575 27.2677L38.0401 23.2207C36.7564 21.6547 34.4596 21.4447 32.91 22.7516L28.9408 26.0991Z" fill="#fff"/>
|
|
17
|
-
<path d="M15.1628 13.0131C13.8754 12.5938 12.5 13.2947 12.0908 14.5785L10.6645 19.0532C10.2553 20.337 10.9673 21.7176 12.2548 22.1368L16.6193 23.558C17.9067 23.9772 19.2822 23.2763 19.6914 21.9925L21.1176 17.5178C21.5268 16.234 20.8148 14.8534 19.5273 14.4342L15.1628 13.0131Z" fill="#d8dee4"/>
|
|
18
|
-
</svg>
|
|
@@ -1,46 +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_6913)">
|
|
3
|
-
<mask id="mask0_5925_6913" 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_6913)">
|
|
7
|
-
<path d="M59.1959 98.3888L35.2209 39.7863L-23 15.429V98.3888H59.1959Z" fill="#506478"/>
|
|
8
|
-
<path d="M93.5284 98.3883V66.1148V64.027L35.1632 39.8147L59.1959 98.3883H93.5284Z" fill="#9faebc"/>
|
|
9
|
-
<path d="M-23 15.4281L35.1632 39.8145L11.1594 -18.6721L-23 15.4281Z" fill="#d8dee4"/>
|
|
10
|
-
<path d="M93.5285 15.4286L35.3364 -43L26.3061 -33.953L11.1306 -18.6427L35.1633 39.8149L93.5285 64.0273V15.4286Z" fill="#798da1"/>
|
|
11
|
-
</g>
|
|
12
|
-
<path d="M37.5486 23.7391L21.7001 40.2223C19.8206 42.1772 21.4335 45.4861 24.1174 45.0988C24.575 45.0327 25.0816 44.8818 25.6422 44.623C25.6422 44.623 26.1362 48.7427 30.4722 48.4179C30.4722 48.4179 31.0623 52.5854 35.8626 51.5657C35.8626 51.5657 38.1921 55.8726 44.7759 49.7979C48.0244 46.8006 58.7701 38.1022 58.7701 38.1022L37.5486 23.7391Z" fill="#F5B555"/>
|
|
13
|
-
<path d="M74.8691 16.6457L59.2504 21.4867C58.3093 21.7755 57.2894 21.6421 56.4544 21.1212L47.3109 15.4186C46.0763 14.6486 44.5596 14.479 43.1856 14.9572L32.9681 18.5134L38.3437 22.8258L22.4953 39.3091C20.6157 41.2638 22.2286 44.5729 24.9127 44.1856C25.3701 44.1194 25.8769 43.9685 26.4375 43.7098C26.4375 43.7098 26.9315 47.8294 31.2673 47.5047C31.2673 47.5047 31.8575 51.672 36.6579 50.6524C36.6579 50.6524 38.9874 54.9593 45.5712 48.8846C48.8196 45.8874 59.5654 37.1889 59.5654 37.1889L79.023 31.0169L74.8691 16.6457Z" fill="#FFE5C7"/>
|
|
14
|
-
<path d="M50.6078 28.9241C52.7834 27.9103 52.4134 26.0361 51.5313 25.3502L44.889 20.0616C44.1762 19.4941 43.3415 19.0994 42.4506 18.9085L35.8206 17.4879L33.1321 18.4235L38.5078 22.7359L34.1476 27.2709C34.7907 27.2361 38.0035 27.0051 40.6514 25.7694C40.6514 25.7694 45.931 31.1034 50.6078 28.9241Z" fill="#F5B555"/>
|
|
15
|
-
<path d="M52.669 24.2838L46.0267 18.9952C45.3139 18.4276 44.4794 18.0329 43.5885 17.842L34.7253 15.9428C33.6527 15.7129 32.5331 15.9546 31.6507 16.6063L23.6378 22.5247C23.0495 22.9593 22.283 23.0717 21.5947 22.8242L9.53737 18.489L8.35449 33.329L22.5781 39.1938L35.1681 26.21C35.1681 26.21 38.8321 26.0829 41.7891 24.7029C41.7891 24.7029 47.0687 30.0369 51.7457 27.8577C53.9213 26.8439 53.5512 24.9696 52.669 24.2838Z" fill="#FFEFDD"/>
|
|
16
|
-
<path d="M50.3782 27.6561C46.629 27.6937 42.1774 23.1989 42.0692 23.1727C42.0692 23.1727 38.8322 26.2292 32.953 24.8234C32.953 24.8234 31.9978 28.2892 26.5308 34.528C25.5069 35.6966 23.8567 36.0924 22.411 35.5233C21.8677 35.3095 21.2586 35.0885 20.6072 34.8603C19.051 34.3152 18.0291 32.8216 18.0867 31.1737L18.4187 21.6822C16.3676 20.9695 13.971 23.065 12.075 25.1604C10.0979 27.3456 8.66531 29.5307 8.7369 28.5314L8.35461 33.329L22.223 39.0475L22.2191 39.0513L22.5647 39.1938L22.5685 39.1899L22.5781 39.1938L24.8723 36.8142L35.1547 26.2101C35.1547 26.2101 38.8187 26.0829 41.7757 24.7029C41.7656 24.7001 42.6661 25.6193 44.0625 26.5385C46.0235 27.8291 48.9626 29.1198 51.7323 27.8577C52.5596 27.4808 53.0182 26.9744 53.2212 26.4541C52.9309 27.0075 51.9356 27.6405 50.3782 27.6561Z" fill="#F5B555"/>
|
|
17
|
-
<path d="M40.9351 50.6524C36.9374 46.7621 37.8091 44.3248 37.8091 44.3248L58.979 34.3011L59.0081 34.2946C60.6777 33.925 61.8349 32.402 61.744 30.6945L61.2213 20.8819L79.2052 30.2169L79.3433 30.6945L59.5655 37.1889C59.5655 37.1889 48.8196 45.8874 45.5712 48.8846C38.9874 54.9593 36.658 50.6524 36.658 50.6524C36.658 50.6524 38.4926 52.6197 40.9351 50.6524Z" fill="#F5B555"/>
|
|
18
|
-
<path d="M26.2861 44.5423C29.636 41.4061 32.986 38.2699 36.3359 35.1336C36.6259 34.8622 36.1901 34.4281 35.9011 34.6988C32.5511 37.8351 29.2012 40.9713 25.8512 44.1075C25.5611 44.3791 25.9969 44.813 26.2861 44.5423Z" fill="#F5B555"/>
|
|
19
|
-
<path d="M31.1158 48.3371C34.3384 45.2177 37.561 42.0985 40.7836 38.9791C41.0689 38.7028 40.6336 38.2685 40.3486 38.5443C37.1261 41.6636 33.9035 44.7829 30.6809 47.9022C30.3955 48.1785 30.8308 48.6129 31.1158 48.3371Z" fill="#F5B555"/>
|
|
20
|
-
<path d="M36.5063 51.485C39.3578 48.7299 42.2093 45.9748 45.0608 43.2198C45.3464 42.9438 44.9111 42.5095 44.6259 42.7848C41.7744 45.5399 38.923 48.295 36.0715 51.05C35.7859 51.326 36.2212 51.7605 36.5063 51.485Z" fill="#F5B555"/>
|
|
21
|
-
<path d="M38.581 42.6785L38.6223 42.636C39.7535 41.4741 41.6717 41.5392 42.907 42.7815L42.6788 42.552C41.5697 41.4364 41.56 39.6184 42.6571 38.4918L43.1536 37.9816C43.8103 37.3072 44.7141 37.0364 45.5723 37.1641C45.4847 36.2358 45.7873 35.2764 46.4829 34.5619L46.5285 34.5152C47.773 33.2369 49.8016 33.2265 51.0597 34.4922L51.6581 35.0942C51.5449 34.2419 51.8051 33.3481 52.4461 32.6896C53.5431 31.5628 55.3314 31.5537 56.4405 32.6695L59.0343 35.2787C60.1432 36.3943 60.153 38.2122 59.0559 39.3391C58.3518 40.0625 57.363 40.3225 56.4515 40.1226C57.0927 41.3484 56.9103 42.9037 55.8995 43.9421L55.854 43.9888C55.1584 44.7033 54.2178 45.0209 53.3036 44.9416C53.4383 45.8124 53.1814 46.7339 52.5248 47.4083L52.0282 47.9185C50.9312 49.0453 49.1428 49.0544 48.0337 47.9388L45.3563 45.2454L47.8053 47.7091C49.0406 48.9516 49.1247 50.9008 47.9934 52.0629L47.9519 52.1054C46.8207 53.2675 44.9023 53.2022 43.667 51.9597L38.769 47.0325C37.5338 45.7899 37.4495 43.8406 38.581 42.6785Z" fill="#F5B555"/>
|
|
22
|
-
<path d="M73.0685 35.199L73.0677 35.1918L73.3489 35.1193L73.3494 35.1265L73.0685 35.199Z" fill="#9faebc"/>
|
|
23
|
-
<path d="M72.2118 35.4199V35.4127L73.0676 35.1919L73.0684 35.199L72.2118 35.4199Z" fill="#d8dee4"/>
|
|
24
|
-
<path d="M65.4492 37.1641L65.449 37.1568L72.2118 35.4126V35.4198L65.4492 37.1641Z" fill="#d8dee4"/>
|
|
25
|
-
<path d="M0.5 30.4998L12.0786 36.8164L20.9746 21.1328L8.5224 14.3054L0.5 30.4998Z" fill="#fff"/>
|
|
26
|
-
<path d="M12.0645 36.8086L3.82403 32.1344L6.10486 29.8033L2.38281 23.1368L2.43056 23.0526L17.3998 19.126L12.0645 36.8086Z" fill="#fff"/>
|
|
27
|
-
<path d="M2.98744 13.1061C3.49152 11.2379 5.60623 10.3286 7.30897 11.2478L18.4227 17.2473L7.14142 37.5882L0.00012207 33.7896L0.000122086 24.1776L2.98744 13.1061Z" fill="#9faebc"/>
|
|
28
|
-
<path d="M76.7099 31.2995L66.4464 35.9249L59.1697 19.4275L75.4522 12.1472L76.7099 31.2995Z" fill="#fff"/>
|
|
29
|
-
<path d="M66.4729 35.9131L62.9362 17.7661L73.5285 22.7542L78.2828 29.7406L78.2861 29.7911L73.9374 32.6206L66.4729 35.9131Z" fill="#fff"/>
|
|
30
|
-
<path d="M74.5749 10.4991C76.3646 9.73609 78.3959 10.8522 78.7116 12.772L80 20.6066V33.4779C79.9379 33.5095 79.8744 33.5391 79.8095 33.5667L71.2815 37.1883L62.0992 15.8177L74.5749 10.4991Z" fill="#d8dee4"/>
|
|
31
|
-
<path d="M38.7322 46.3387C40.2205 47.7833 41.7087 49.228 43.197 50.6726C44.2369 51.6818 46.0895 51.7852 47.1109 50.6726C48.1126 49.5813 48.2207 47.836 47.1109 46.7587C45.6226 45.3141 44.1343 43.8695 42.646 42.425C41.6062 41.4157 39.7535 41.3123 38.7322 42.425C37.7305 43.5161 37.6223 45.2615 38.7322 46.3387Z" fill="#FFE5C7"/>
|
|
32
|
-
<path d="M42.5834 41.7355C44.1208 43.1279 45.658 44.5201 47.1954 45.9126C48.2325 46.8518 49.9683 47.0132 50.9787 45.9126C51.9192 44.8881 52.0865 43.1324 50.9787 42.1291C49.4414 40.7369 47.9041 39.3446 46.3668 37.9522C45.3296 37.0129 43.5939 36.8515 42.5834 37.9522C41.643 38.9767 41.4757 40.7322 42.5834 41.7355Z" fill="#FFE5C7"/>
|
|
33
|
-
<path d="M46.9947 37.8923C48.532 39.2846 50.0693 40.6768 51.6066 42.0693C52.6795 43.0409 54.4752 43.2078 55.5204 42.0693C56.4933 41.0094 56.6664 39.1933 55.5204 38.1555C53.9832 36.7631 52.4458 35.3708 50.9086 33.9784C49.8356 33.0067 48.04 32.8398 46.9947 33.9784C46.0219 35.0382 45.8487 36.8544 46.9947 37.8923Z" fill="#FFE5C7"/>
|
|
34
|
-
<path d="M52.9894 35.009C54.12 36.0262 55.2508 37.0434 56.3814 38.0606C57.1704 38.7706 58.4833 38.8974 59.2514 38.0606C59.9629 37.2857 60.0944 35.9488 59.2514 35.1905C58.1208 34.1733 56.9902 33.156 55.8596 32.1388C55.0705 31.4289 53.7576 31.3021 52.9894 32.1388C52.278 32.9137 52.1465 34.2506 52.9894 35.009Z" fill="#FFE5C7"/>
|
|
35
|
-
<path d="M8.35376 78.0002C8.35376 79.1048 9.24919 80.0002 10.3538 80.0002H29.8068C30.9113 80.0002 31.8068 79.1048 31.8068 78.0002V61.9558L20.0803 53.1968L8.35376 61.9558V78.0002Z" fill="#d8dee4"/>
|
|
36
|
-
<path d="M33.4756 64.923C34.9875 64.923 35.7255 63.0046 34.6307 61.9204L21.232 48.6513C20.5852 48.0108 19.5687 48.0108 18.9219 48.6513L5.52315 61.9204C4.42833 63.0046 5.16631 64.923 6.67821 64.923H33.4756Z" fill="#9faebc"/>
|
|
37
|
-
<path d="M15.8923 68.2734H24.2683C25.1935 68.2734 25.9435 69.0235 25.9435 69.9487V79.9999H14.217V69.9487C14.217 69.0235 14.9671 68.2734 15.8923 68.2734Z" fill="#fff"/>
|
|
38
|
-
<path d="M17.5675 70.7861H22.5931C23.0557 70.7861 23.4307 71.1611 23.4307 71.6237V79.9998H16.7299V71.6237C16.7299 71.1611 17.1049 70.7861 17.5675 70.7861Z" fill="#9faebc"/>
|
|
39
|
-
<path d="M65.7071 9.02614C65.13 8.93167 64.5701 8.79903 64.0431 8.63192C60.1797 7.40701 57.9533 4.30734 57.1677 0.281085C57.0931 -0.100342 56.5411 -0.0908585 56.48 0.292964C55.7326 5.00015 53.0282 8.36655 48.2782 9.33316C47.9004 9.41001 47.9102 9.95605 48.2905 10.0196C53.0275 10.8112 55.8973 14.0751 56.8067 18.7162C56.864 19.0086 57.1738 19.0047 57.156 18.9982C57.3253 18.9951 57.4681 18.8708 57.4944 18.7036C57.8733 16.2956 58.9983 13.0135 62.207 11.0532C63.2321 10.4275 64.4141 9.97667 65.72 9.71298C65.8853 9.67963 66.0031 9.53291 65.9999 9.36433C65.9968 9.19569 65.8735 9.05339 65.7071 9.02614Z" fill="#7e9bfa"/>
|
|
40
|
-
</g>
|
|
41
|
-
<defs>
|
|
42
|
-
<clipPath id="clip0_5925_6913">
|
|
43
|
-
<rect width="80" height="80.0001" fill="#fff"/>
|
|
44
|
-
</clipPath>
|
|
45
|
-
</defs>
|
|
46
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_5917_5668)">
|
|
3
|
-
<path d="M15.7495 19.1468C16.1629 18.6826 16.6246 18.2619 17.0619 17.8189C17.7088 17.1632 17.7139 16.3678 17.0707 15.7168C16.3036 14.9406 15.5335 14.1674 14.76 13.3977C14.1271 12.7678 13.3356 12.7694 12.7056 13.3965C12.2244 13.8755 11.742 14.3536 11.2711 14.8426C11.2385 14.8762 11.2073 14.9033 11.1759 14.9232L10.8463 15.2542C10.7545 15.313 10.6633 15.3121 10.5437 15.247C10.2328 15.0775 9.90259 14.9407 9.60395 14.7524C8.20995 13.8734 7.04084 12.7405 6.00715 11.4642C5.49284 10.8293 5.03575 10.154 4.71989 9.39134C4.6673 9.26426 4.66576 9.17302 4.73628 9.07647L5.06582 8.74548C5.08153 8.72404 5.09929 8.70243 5.12234 8.68031C5.2668 8.54037 5.40988 8.39923 5.55246 8.2574C5.88559 7.92607 6.21477 7.59095 6.54554 7.25706C7.20392 6.5925 7.20257 5.81133 6.54178 5.14163C6.16699 4.76211 5.78929 4.38518 5.4128 4.00717C5.02486 3.6177 4.63998 3.22517 4.24863 2.83926C3.61464 2.21399 2.82307 2.21276 2.19043 2.83754C1.70755 3.31481 1.24023 3.8082 0.749656 4.27726C0.292914 4.71423 0.0601944 5.24366 0.0135543 5.86616C-0.0615771 6.87506 0.184645 7.82877 0.529044 8.75983C1.24106 10.6854 2.3241 12.3902 3.63444 13.9567C5.40646 16.0752 7.52512 17.7517 10.0032 18.9612C11.118 19.5054 12.2755 19.9238 13.5303 19.9927C14.3931 20.0413 15.1478 19.8223 15.7495 19.1468Z" fill="#798da1"/>
|
|
4
|
-
<path d="M10.0252 3.77404C9.84606 3.77164 9.65073 3.80697 9.48936 3.88225C9.07222 4.07656 8.87622 4.56842 8.98803 5.0589C9.08638 5.49108 9.46628 5.78967 9.94422 5.79547C11.0609 5.80919 12.0487 6.16401 12.8697 6.93234C13.7724 7.7766 14.194 8.83546 14.2375 10.0673C14.2454 10.2863 14.3273 10.5355 14.4556 10.7109C14.7233 11.0772 15.199 11.1692 15.6356 11.0019C16.0217 10.8541 16.2491 10.5069 16.2457 10.0465C16.2332 8.33017 15.6112 6.86442 14.4098 5.60132C13.2043 4.43517 11.7406 3.79841 10.0252 3.77404Z" fill="#d8dee4"/>
|
|
5
|
-
<path d="M16.8548 2.71948C18.9265 4.87074 19.917 7.1761 19.9978 9.86956C20.0164 10.4888 19.6421 10.898 19.0489 10.9297C18.423 10.9632 17.9981 10.5754 17.9826 9.94328C17.9498 8.61709 17.6505 7.35658 16.9953 6.2036C15.5028 3.5766 13.2264 2.20753 10.2301 2.03569C9.89762 2.01682 9.58602 1.98201 9.35225 1.71482C9.05293 1.37285 9.02664 0.979439 9.18782 0.578997C9.35038 0.175294 9.67993 -0.00667221 10.108 0.000703532C12.0586 0.0339738 13.8583 0.579172 15.4823 1.66301C16.0431 2.03739 16.5545 2.48644 16.8548 2.71948Z" fill="#d8dee4"/>
|
|
6
|
-
</g>
|
|
7
|
-
<defs>
|
|
8
|
-
<clipPath id="clip0_5917_5668">
|
|
9
|
-
<rect width="20" height="20" fill="#fff" transform="matrix(-1 0 0 1 20 0)"/>
|
|
10
|
-
</clipPath>
|
|
11
|
-
</defs>
|
|
12
|
-
</svg>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<svg width="292" height="269" viewBox="0 0 292 269" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M81.9111 100.259C99.1176 100.259 113.066 86.3105 113.066 69.1039C113.066 51.8974 99.1176 37.9487 81.9111 37.9487C64.7045 37.9487 50.7559 51.8974 50.7559 69.1039C50.7559 86.3105 64.7045 100.259 81.9111 100.259Z" fill="#fff"/>
|
|
3
|
-
<path d="M137.746 54.9051L127.838 53.6456C127.021 51.1318 126.015 48.7076 124.839 46.4046L130.958 38.5259C133.435 35.3375 133.145 30.8369 130.315 28.0965L122.015 19.7962C119.248 16.9398 114.747 16.6552 111.554 19.1269L103.686 25.2454C101.383 24.0702 98.9583 23.0636 96.4392 22.2467L95.1797 12.3549C94.7054 8.38655 91.3378 5.39844 87.3484 5.39844H75.5435C71.5541 5.39844 68.1866 8.38655 67.7123 12.3391L66.4527 22.2467C63.9337 23.0636 61.5094 24.0649 59.2064 25.2454L51.333 19.1269C48.1499 16.6552 43.6493 16.9398 40.9036 19.7698L32.6033 28.0649C29.7469 30.8369 29.4571 35.3375 31.934 38.5311L38.0525 46.4046C36.872 48.7076 35.8707 51.1318 35.0539 53.6456L25.162 54.9051C21.1937 55.3794 18.2056 58.747 18.2056 62.7364V74.5413C18.2056 78.5307 21.1937 81.8983 25.1462 82.3726L35.0539 83.6321C35.8707 86.1459 36.8773 88.5701 38.0525 90.8731L31.934 98.7518C29.4571 101.94 29.7469 106.441 32.577 109.181L40.8773 117.482C43.6493 120.333 48.1446 120.617 51.3383 118.146L59.2117 112.027C61.5147 113.208 63.9389 114.214 66.4527 115.026L67.7123 124.912C68.1866 128.891 71.5541 131.879 75.5435 131.879H87.3484C91.3378 131.879 94.7054 128.891 95.1797 124.939L96.4392 115.031C98.953 114.214 101.377 113.208 103.68 112.032L111.559 118.151C114.747 120.628 119.248 120.338 121.988 117.508L130.289 109.208C133.145 106.436 133.435 101.94 130.958 98.7466L124.839 90.8731C126.02 88.5701 127.027 86.1459 127.838 83.6321L137.725 82.3726C141.693 81.8983 144.681 78.5307 144.681 74.5413V62.7364C144.686 58.747 141.698 55.3794 137.746 54.9051ZM81.446 94.989C66.9165 94.989 55.0958 83.1683 55.0958 68.6389C55.0958 54.1094 66.9165 42.2887 81.446 42.2887C95.9755 42.2887 107.796 54.1094 107.796 68.6389C107.796 83.1683 95.9755 94.989 81.446 94.989Z" fill="#798da1"/>
|
|
4
|
-
<path d="M81.7093 50.5376C76.1244 50.5376 71.5591 55.103 71.5591 60.6878C71.5591 66.2727 76.1244 70.838 81.7093 70.838C87.2941 70.838 91.8595 66.2727 91.8595 60.6878C91.8595 55.103 87.2941 50.5376 81.7093 50.5376Z" fill="#9faebc"/>
|
|
5
|
-
<path d="M99.1285 78.9496C98.8625 78.2847 98.508 77.6642 98.1091 77.088C96.0702 74.0739 92.9232 72.0794 89.3773 71.5918C88.9341 71.5475 88.4466 71.6361 88.0919 71.9021C86.2303 73.2761 84.0142 73.9853 81.7093 73.9853C79.4044 73.9853 77.1882 73.2761 75.3266 71.9021C74.972 71.6361 74.4844 71.5032 74.0412 71.5918C70.4953 72.0794 67.304 74.0739 65.3094 77.088C64.9105 77.6642 64.5559 78.3291 64.29 78.9496C64.1571 79.2156 64.2013 79.5258 64.3343 79.7918C64.6889 80.4123 65.1321 81.0329 65.531 81.5648C66.1515 82.407 66.8164 83.1604 67.5699 83.8696C68.1905 84.4901 68.8996 85.0663 69.6089 85.6426C73.1104 88.2577 77.3212 89.6317 81.665 89.6317C86.0087 89.6317 90.2195 88.2576 93.7211 85.6426C94.4302 85.1107 95.1394 84.4901 95.76 83.8696C96.4692 83.1604 97.1783 82.4069 97.7989 81.5648C98.2421 80.9886 98.6411 80.4123 98.9957 79.7918C99.2172 79.5258 99.2615 79.2155 99.1285 78.9496Z" fill="#9faebc"/>
|
|
6
|
-
<path d="M217.664 113.832C200.069 70.8516 151.579 50.5291 109.359 68.4414C80.4909 80.6887 60.8622 108.447 58.6129 140.203C34.2164 143.638 17.1738 166.556 20.5477 191.393C23.6008 213.867 42.4817 230.595 64.767 230.573H217.664C249.329 230.573 275 204.439 275 172.203C275 139.966 249.331 113.832 217.664 113.832Z" fill="#fff"/>
|
|
7
|
-
<path d="M249.028 28.4646C244.127 16.486 230.62 10.8221 218.858 15.8143C210.817 19.2276 205.349 26.9636 204.722 35.8141C197.926 36.7713 193.179 43.1587 194.119 50.0808C194.969 56.3441 200.229 61.0063 206.436 61H249.028C257.849 61 265 53.7167 265 44.7325C265 35.7481 257.849 28.4646 249.028 28.4646Z" fill="#fff"/>
|
|
8
|
-
<path d="M206.008 141.981V161.6C137.339 161.6 68.6695 161.599 0 161.599V141.981C0 136.404 4.52482 131.879 10.1018 131.879H195.907C201.484 131.879 206.008 136.404 206.008 141.981Z" fill="#9faebc"/>
|
|
9
|
-
<path d="M206.011 156.516V258.125C206.011 263.703 201.489 268.225 195.911 268.225H10.1032C4.52479 268.225 0.00292969 263.703 0.00292969 258.125V156.516C68.6722 156.516 137.342 156.516 206.011 156.516Z" fill="#d8dee4"/>
|
|
10
|
-
<path d="M169.219 148.058C167.113 148.058 165.406 146.351 165.406 144.246V144.193C165.406 142.087 167.113 140.38 169.219 140.38C171.325 140.38 173.032 142.087 173.032 144.193V144.246C173.032 146.352 171.325 148.058 169.219 148.058Z" fill="#fff"/>
|
|
11
|
-
<path d="M181.396 148.058C179.289 148.058 177.583 146.351 177.583 144.246V144.193C177.583 142.087 179.29 140.38 181.396 140.38C183.501 140.38 185.208 142.087 185.208 144.193V144.246C185.208 146.352 183.502 148.058 181.396 148.058Z" fill="#fff"/>
|
|
12
|
-
<path d="M193.572 148.058C191.466 148.058 189.76 146.351 189.76 144.246V144.193C189.76 142.087 191.467 140.38 193.572 140.38C195.679 140.38 197.385 142.087 197.385 144.193V144.246C197.385 146.352 195.679 148.058 193.572 148.058Z" fill="#fff"/>
|
|
13
|
-
<path d="M119.267 207.366H18.2771C16.1708 207.366 14.4644 205.659 14.4644 203.553C14.4644 201.447 16.1713 199.74 18.2771 199.74H119.267C121.373 199.74 123.08 201.447 123.08 203.553C123.08 205.659 121.373 207.366 119.267 207.366Z" fill="#fff"/>
|
|
14
|
-
<path d="M67.5622 166.214H20.9263C17.6126 166.214 14.9263 168.9 14.9263 172.214V186.867C14.9263 190.18 17.6126 192.867 20.9263 192.867H67.5622C70.8759 192.867 73.5622 190.18 73.5622 186.867V172.214C73.5622 168.9 70.8759 166.214 67.5622 166.214Z" fill="#798da1"/>
|
|
15
|
-
<path d="M187.9 166.214H163.917C161.708 166.214 159.917 168.005 159.917 170.214V178.205C159.917 180.415 161.708 182.205 163.917 182.205H187.9C190.109 182.205 191.9 180.415 191.9 178.205V170.214C191.9 168.005 190.109 166.214 187.9 166.214Z" fill="#798da1"/>
|
|
16
|
-
<path d="M150.586 166.214H126.603C124.394 166.214 122.603 168.005 122.603 170.214V178.205C122.603 180.415 124.394 182.205 126.603 182.205H150.586C152.795 182.205 154.586 180.415 154.586 178.205V170.214C154.586 168.005 152.795 166.214 150.586 166.214Z" fill="#798da1"/>
|
|
17
|
-
<path d="M185.768 230.181H18.9263C16.7171 230.181 14.9263 231.972 14.9263 234.181V252.834C14.9263 255.043 16.7171 256.834 18.9263 256.834H185.768C187.977 256.834 189.768 255.043 189.768 252.834V234.181C189.768 231.972 187.977 230.181 185.768 230.181Z" fill="#fff"/>
|
|
18
|
-
<path d="M187.736 220.738H18.2771C16.1708 220.738 14.4644 219.031 14.4644 216.926C14.4644 214.82 16.1713 213.113 18.2771 213.113H187.736C189.842 213.113 191.549 214.82 191.549 216.926C191.549 219.031 189.842 220.738 187.736 220.738Z" fill="#fff"/>
|
|
19
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="79" viewBox="0 0 80 79" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9 62.0322V22.9032C9 20.7564 10.6842 19 12.7426 19H67.2574C69.3158 19 71 20.7564 71 22.9032V62.0322H9Z" fill="#798da1"/>
|
|
3
|
-
<path d="M9 61V65.9667C9 68.185 10.6842 70 12.7426 70L67.2574 70C69.3158 70 71 68.185 71 65.9667V61L9 61Z" fill="#607890"/>
|
|
4
|
-
<path d="M33.4599 70H46.5477L47.5213 73.454C48.0864 75.4614 50.2334 77.1031 52.2918 77.1031H48.5492C46.4908 77.1031 44.3438 75.4614 43.7787 73.454L43.3807 72.0437H32.884L33.4599 70Z" fill="#506478"/>
|
|
5
|
-
<path d="M52.2457 77.1026H59.3426C59.8593 77.1026 60.2783 77.5272 60.2783 78.0513C60.2783 78.5753 59.8593 78.9999 59.3426 78.9999H20.6693C20.1526 78.9999 19.7336 78.5753 19.7336 78.0513C19.7336 77.5272 20.1526 77.1026 20.6693 77.1026H27.7472C29.7968 77.0874 31.9263 75.4515 32.4888 73.4536L32.8867 72.0435H43.3807L43.7787 73.4538C44.3438 75.4611 46.4908 77.1029 48.5493 77.1029H52.2918C52.2765 77.1029 52.2611 77.1028 52.2457 77.1026Z" fill="#506478"/>
|
|
6
|
-
<path d="M37 37C37 35.8954 37.8954 35 39 35H47C48.1046 35 49 35.8954 49 37V55C49 56.1046 48.1046 57 47 57H39C37.8954 57 37 56.1046 37 55V37Z" fill="#9faebc"/>
|
|
7
|
-
<path d="M52 46C52 44.8954 52.8954 44 54 44H62C63.1046 44 64 44.8954 64 46V55C64 56.1046 63.1046 57 62 57H54C52.8954 57 52 56.1046 52 55V46Z" fill="#9faebc"/>
|
|
8
|
-
<path d="M47.0019 8.00173C44.2405 1.37522 36.6307 -1.75797 30.0047 1.00363C25.4742 2.89184 22.3937 7.17138 22.0407 12.0673C18.212 12.5969 15.5373 16.1303 16.0668 19.9595C16.546 23.4244 19.5091 26.0035 23.0065 26H47.0018C51.9713 26 56 21.9709 56 17.0009C56 12.0309 51.9715 8.00173 47.0019 8.00173Z" fill="#d8dee4"/>
|
|
9
|
-
<circle cx="60" cy="20" r="8" fill="#fff"/>
|
|
10
|
-
<path d="M75.0959 17.1536C75.0959 17.1536 73.0246 16.3109 72.3912 14.7987C71.7547 13.2844 72.6046 11.2185 72.6046 11.2185C72.7885 10.7689 72.6801 10.1003 72.3632 9.73324L70.1459 7.54126C69.7761 7.22604 69.107 7.12435 68.6598 7.31181C68.6598 7.31181 66.6025 8.18099 65.083 7.55805C63.5612 6.93739 62.7028 4.87575 62.7028 4.87575C62.5161 4.42754 61.9669 4.03283 61.4826 4L58.3637 4.01262C57.8802 4.05282 57.334 4.4541 57.151 4.90424C57.151 4.90424 56.3111 6.97131 54.7969 7.60779C53.2826 8.24429 51.217 7.39616 51.217 7.39616C50.7672 7.21135 50.0998 7.32043 49.7325 7.63738L47.5395 9.85493C47.2242 10.2247 47.1217 10.894 47.31 11.3411C47.31 11.3411 48.179 13.3965 47.5579 14.9157C46.9351 16.4352 44.8755 17.2959 44.8755 17.2959C44.4274 17.4835 44.0339 18.0333 44 18.5177L44.0132 21.6347C44.0535 22.1191 44.4539 22.6645 44.904 22.8475C44.904 22.8475 46.9723 23.689 47.6059 25.2018C48.2422 26.7142 47.3923 28.7802 47.3923 28.7802C47.2084 29.2298 47.3166 29.8974 47.6347 30.2654L49.8518 32.4563C50.2209 32.7725 50.8902 32.8751 51.3373 32.6868C51.3373 32.6868 53.3959 31.821 54.9151 32.4404C56.4343 33.0614 57.2944 35.1237 57.2944 35.1237C57.482 35.5717 58.031 35.9654 58.5164 36L61.6315 35.9854C62.1159 35.945 62.6613 35.5447 62.8462 35.0943C62.8462 35.0943 63.6881 33.0287 65.2005 32.3925C66.7139 31.7561 68.7808 32.6058 68.7808 32.6058C69.2305 32.7906 69.898 32.6815 70.2652 32.3646L72.4576 30.149C72.7729 29.7801 72.8756 29.1117 72.688 28.6636C72.688 28.6636 71.8201 26.6035 72.4394 25.0845C73.062 23.5633 75.1244 22.704 75.1244 22.704C75.5717 22.5174 75.9661 21.9674 76 21.483L75.9869 18.3669C75.9463 17.882 75.5453 17.3367 75.0959 17.1536ZM65.8074 22.3712C64.4947 25.577 60.8344 27.116 57.6278 25.8044C54.4215 24.4944 52.8846 20.8312 54.1928 17.6261C55.5044 14.4188 59.1678 12.8828 62.373 14.191C65.579 15.5038 67.1158 19.1659 65.8074 22.3712Z" fill="#7e9bfa"/>
|
|
11
|
-
<path d="M3 71.439C3.00478 73.403 4.59609 74.9952 6.55895 74.9999H24.9821C26.945 74.9952 28.5351 73.4042 28.541 71.4402V32.5609C28.5363 30.597 26.945 29.0048 24.9821 29H6.55895C4.59609 29.0048 3.00478 30.597 3 32.5609V71.439Z" fill="#d8dee4"/>
|
|
12
|
-
<path d="M24.9821 74.9998H6.55895C4.59609 74.995 3.00478 73.4028 3 71.4389V66.9287C14.7352 66.9287 18.098 66.9287 28.541 66.9287V71.4401C28.5351 73.404 26.945 74.995 24.9821 74.9998Z" fill="#607890"/>
|
|
13
|
-
<rect x="5.99841" y="33" width="13.9924" height="14" rx="1" fill="#fff"/>
|
|
14
|
-
<path d="M5.99731 56C5.99731 55.4477 6.44479 55 6.99677 55H20.9891C21.5411 55 21.9886 55.4477 21.9886 56V63C21.9886 63.5523 21.5411 64 20.9891 64H6.99677C6.44479 64 5.99731 63.5523 5.99731 63V56Z" fill="#798da1"/>
|
|
15
|
-
<rect x="5.99841" y="50" width="10.994" height="3" rx="1" fill="#798da1"/>
|
|
16
|
-
</svg>
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<mask id="mask0_5925_7250" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="8" width="72" height="72">
|
|
3
|
-
<ellipse rx="35.6366" ry="35.63" transform="matrix(1 0 1.78378e-05 1 39.6373 43.6959)" fill="#C4C4C4"/>
|
|
4
|
-
</mask>
|
|
5
|
-
<g mask="url(#mask0_5925_7250)">
|
|
6
|
-
<rect width="84.8648" height="77.7189" transform="matrix(1 0 1.78303e-05 1 0.0797119 4.60986)" fill="#d8dee4"/>
|
|
7
|
-
<rect x="-3.55103" y="69" width="82" height="17" fill="#9faebc"/>
|
|
8
|
-
</g>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.449 0.499512V28.4995H61.449V66.4995H39.449V28.4995V0.499512H54.449Z" fill="#d8dee4"/>
|
|
10
|
-
<rect x="33.949" y="59.9995" width="15" height="45.5" transform="rotate(-180 33.949 59.9995)" fill="#fff"/>
|
|
11
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.449 69.0619H65.2545C65.6185 69.0619 65.9093 68.771 65.9093 68.407V66.1512C65.9093 65.7867 65.6183 65.4963 65.2543 65.4963H63.3623V29.3277C63.3623 28.1632 62.4161 27.29 61.3246 27.29H56.5214V2.03743C56.5214 0.872926 55.5752 -0.000244141 54.4837 -0.000244141H39.7834C38.6189 -0.000244141 37.7457 0.945973 37.7457 2.03743V65.4235H36.449V69.0619ZM56.303 31.5838C55.939 31.5838 55.6481 31.8746 55.6481 32.2386V34.2763C55.6481 34.6403 55.939 34.9311 56.303 34.9311H58.3406C58.7046 34.9311 58.9955 34.6403 58.9955 34.2763V32.2386C58.9955 31.8746 58.7046 31.5838 58.3406 31.5838H56.303ZM56.303 38.4246C55.939 38.4246 55.6481 38.7155 55.6481 39.0795V41.1172C55.6481 41.4811 55.939 41.772 56.303 41.772H58.3406C58.7046 41.772 58.9955 41.4811 58.9955 41.1172V39.0795C58.9955 38.7155 58.7046 38.4246 58.3406 38.4246H56.303ZM56.303 45.2655C55.939 45.2655 55.6481 45.5564 55.6481 45.9204V47.958C55.6481 48.322 55.939 48.6129 56.303 48.6129H58.3406C58.7046 48.6129 58.9955 48.322 58.9955 47.958V45.9204C58.9955 45.5564 58.7046 45.2655 58.3406 45.2655H56.303ZM56.303 52.1064C55.939 52.1064 55.6481 52.3973 55.6481 52.7612V54.7989C55.6481 55.1629 55.939 55.4538 56.303 55.4538H58.3406C58.7046 55.4538 58.9955 55.1629 58.9955 54.7989V52.7612C58.9955 52.3973 58.7046 52.1064 58.3406 52.1064H56.303ZM55.6481 59.529C55.6481 59.165 55.3573 58.8741 54.9933 58.8741L54.9933 58.8015L51.2089 58.801V65.4235H55.6481V59.529ZM49.5347 4.2938C49.1708 4.2938 48.8799 4.58467 48.8799 4.94864L48.8804 6.98631C48.8804 7.35029 49.1713 7.64116 49.5352 7.64116H51.5729C51.9369 7.64116 52.2278 7.35029 52.2278 6.98631V4.94864C52.2278 4.58467 51.9369 4.2938 51.5729 4.2938H49.5347ZM49.5347 11.1347C49.1708 11.1347 48.8799 11.4255 48.8799 11.7895L48.8804 13.8272C48.8804 14.1912 49.1713 14.482 49.5352 14.482H51.5729C51.9369 14.482 52.2278 14.1912 52.2278 13.8272V11.7895C52.2278 11.4255 51.9369 11.1347 51.5729 11.1347H49.5347ZM49.5347 17.9756C49.1708 17.9756 48.8799 18.2664 48.8799 18.6304L48.8804 20.6681C48.8804 21.032 49.1713 21.3229 49.5352 21.3229H51.5729C51.9369 21.3229 52.2278 21.032 52.2278 20.6681V18.6304C52.2278 18.2664 51.9369 17.9756 51.5729 17.9756H49.5347ZM49.5347 24.8164C49.1708 24.8164 48.8799 25.1073 48.8799 25.4713L48.8804 27.509C48.8804 27.8729 49.1713 28.1638 49.5352 28.1638H51.5729C51.9369 28.1638 52.2278 27.8729 52.2278 27.509V25.4713C52.2278 25.1073 51.9369 24.8164 51.5729 24.8164H49.5347ZM49.5347 31.5842C49.1708 31.5842 48.8799 31.875 48.8799 32.239L48.8804 34.2767C48.8804 34.6406 49.1713 34.9315 49.5352 34.9315H51.5729C51.9369 34.9315 52.2278 34.6406 52.2278 34.2767V32.239C52.2278 31.875 51.9369 31.5842 51.5729 31.5842H49.5347ZM49.5347 38.425C49.1708 38.425 48.8799 38.7159 48.8799 39.0799L48.8804 41.1175C48.8804 41.4815 49.1713 41.7724 49.5352 41.7724H51.5729C51.9369 41.7724 52.2278 41.4815 52.2278 41.1175V39.0799C52.2278 38.7159 51.9369 38.425 51.5729 38.425H49.5347ZM49.5347 45.2659C49.1708 45.2659 48.8799 45.5568 48.8799 45.9208L48.8804 47.9584C48.8804 48.3224 49.1713 48.6133 49.5352 48.6133H51.5729C51.9369 48.6133 52.2278 48.3224 52.2278 47.9584V45.9208C52.2278 45.5568 51.9369 45.2659 51.5729 45.2659H49.5347ZM49.5347 52.1068C49.1708 52.1068 48.8799 52.3977 48.8799 52.7616L48.8804 54.7993C48.8804 55.1633 49.1713 55.4542 49.5352 55.4542H51.5729C51.9369 55.4542 52.2278 55.1633 52.2278 54.7993V52.7616C52.2278 52.3977 51.9369 52.1068 51.5729 52.1068H49.5347ZM42.6938 4.29431C42.3299 4.29431 42.039 4.58519 42.039 4.94916V6.98683C42.039 7.35081 42.3299 7.64168 42.6938 7.64168H44.7315C45.0955 7.64168 45.3864 7.35081 45.3864 6.98683V4.94916C45.3864 4.58519 45.0955 4.29431 44.7315 4.29431H42.6938ZM42.6938 11.1352C42.3299 11.1352 42.039 11.4261 42.039 11.79V13.8277C42.039 14.1917 42.3299 14.4826 42.6938 14.4826H44.7315C45.0955 14.4826 45.3864 14.1917 45.3864 13.8277V11.79C45.3864 11.4261 45.0955 11.1352 44.7315 11.1352H42.6938ZM42.6938 17.9761C42.3299 17.9761 42.039 18.2669 42.039 18.6309V20.6686C42.039 21.0326 42.3299 21.3234 42.6938 21.3234H44.7315C45.0955 21.3234 45.3864 21.0326 45.3864 20.6686V18.6309C45.3864 18.2669 45.0955 17.9761 44.7315 17.9761H42.6938ZM42.6938 24.817C42.3299 24.817 42.039 25.1078 42.039 25.4718V27.5095C42.039 27.8734 42.3299 28.1643 42.6938 28.1643H44.7315C45.0955 28.1643 45.3864 27.8734 45.3864 27.5095V25.4718C45.3864 25.1078 45.0955 24.817 44.7315 24.817H42.6938ZM42.6938 31.5847C42.3299 31.5847 42.039 31.8755 42.039 32.2395V34.2772C42.039 34.6412 42.3299 34.932 42.6938 34.932H44.7315C45.0955 34.932 45.3864 34.6412 45.3864 34.2772V32.2395C45.3864 31.8755 45.0955 31.5847 44.7315 31.5847H42.6938ZM42.6938 38.4256C42.3299 38.4256 42.039 38.7164 42.039 39.0804L42.0395 41.1181C42.0395 41.482 42.3304 41.7729 42.6944 41.7729H44.732C45.096 41.7729 45.3869 41.482 45.3869 41.1181L45.3864 39.0804C45.3864 38.7164 45.0955 38.4256 44.7315 38.4256H42.6938ZM42.6938 45.2664C42.3299 45.2664 42.039 45.5573 42.039 45.9213V47.959C42.039 48.3229 42.3299 48.6138 42.6938 48.6138H44.7315C45.0955 48.6138 45.3864 48.3229 45.3864 47.959V45.9213C45.3864 45.5573 45.0955 45.2664 44.7315 45.2664H42.6938ZM42.6938 52.1073C42.3299 52.1073 42.039 52.3982 42.039 52.7622V54.7998C42.039 55.1638 42.3299 55.4547 42.6938 55.4547H44.7315C45.0955 55.4547 45.3864 55.1638 45.3864 54.7998V52.7622C45.3864 52.3982 45.0955 52.1073 44.7315 52.1073H42.6938ZM46.1142 58.9482C45.7502 58.9482 45.4594 59.2391 45.4594 59.603L45.4594 65.5707H49.8986V58.9482H46.1142Z" fill="#607890"/>
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.0057 69.0618H65.2545C65.6185 69.0618 65.9094 68.7709 65.9094 68.4069V66.1511C65.9094 65.7866 65.6183 65.4962 65.2543 65.4962H63.3624V29.3276C63.3624 28.1631 62.4161 27.2899 61.3247 27.2899H56.5215C58.3407 27.2899 47.949 27.2899 56.5215 27.2899L56.3024 65.4234H55.0057V69.0618ZM56.303 31.5837C55.9391 31.5837 55.6482 31.8745 55.6482 32.2385V34.2762C55.6482 34.6402 55.9391 34.931 56.303 34.931H58.3407C58.7047 34.931 58.9956 34.6402 58.9956 34.2762V32.2385C58.9956 31.8745 58.7047 31.5837 58.3407 31.5837H56.303ZM56.303 38.4245C55.9391 38.4245 55.6482 38.7154 55.6482 39.0794V41.1171C55.6482 41.481 55.9391 41.7719 56.303 41.7719H58.3407C58.7047 41.7719 58.9956 41.481 58.9956 41.1171V39.0794C58.9956 38.7154 58.7047 38.4245 58.3407 38.4245H56.303ZM56.303 45.2654C55.9391 45.2654 55.6482 45.5563 55.6482 45.9203V47.9579C55.6482 48.3219 55.9391 48.6128 56.303 48.6128H58.3407C58.7047 48.6128 58.9956 48.3219 58.9956 47.9579V45.9203C58.9956 45.5563 58.7047 45.2654 58.3407 45.2654H56.303ZM56.303 52.1063C55.9391 52.1063 55.6482 52.3972 55.6482 52.7612V54.7988C55.6482 55.1628 55.9391 55.4537 56.303 55.4537H58.3407C58.7047 55.4537 58.9956 55.1628 58.9956 54.7988V52.7612C58.9956 52.3972 58.7047 52.1063 58.3407 52.1063H56.303ZM55.6482 59.5289C55.6482 59.1649 55.3573 58.874 54.9933 58.874L54.9934 58.8014L51.209 58.8009V65.4234H55.6482V59.5289ZM49.5348 4.2937C49.1708 4.2937 48.8799 4.58458 48.8799 4.94855L48.8805 6.98622C48.8805 7.35019 49.1713 7.64107 49.5353 7.64107H51.573C51.937 7.64107 52.2278 7.35019 52.2278 6.98622V4.94855C52.2278 4.58458 51.937 4.2937 51.573 4.2937H49.5348ZM49.5348 11.1346C49.1708 11.1346 48.8799 11.4255 48.8799 11.7894L48.8805 13.8271C48.8805 14.1911 49.1713 14.4819 49.5353 14.4819H51.573C51.937 14.4819 52.2278 14.1911 52.2278 13.8271V11.7894C52.2278 11.4255 51.937 11.1346 51.573 11.1346H49.5348ZM49.5348 17.9755C49.1708 17.9755 48.8799 18.2663 48.8799 18.6303L48.8805 20.668C48.8805 21.032 49.1713 21.3228 49.5353 21.3228H51.573C51.937 21.3228 52.2278 21.032 52.2278 20.668V18.6303C52.2278 18.2663 51.937 17.9755 51.573 17.9755H49.5348ZM49.5348 24.8163C49.1708 24.8163 48.8799 25.1072 48.8799 25.4712L48.8805 27.5089C48.8805 27.8728 49.1713 28.1637 49.5353 28.1637H51.573C51.937 28.1637 52.2278 27.8728 52.2278 27.5089V25.4712C52.2278 25.1072 51.937 24.8163 51.573 24.8163H49.5348ZM49.5348 31.5841C49.1708 31.5841 48.8799 31.8749 48.8799 32.2389L48.8805 34.2766C48.8805 34.6405 49.1713 34.9314 49.5353 34.9314H51.573C51.937 34.9314 52.2278 34.6405 52.2278 34.2766V32.2389C52.2278 31.8749 51.937 31.5841 51.573 31.5841H49.5348ZM49.5348 38.4249C49.1708 38.4249 48.8799 38.7158 48.8799 39.0798L48.8805 41.1175C48.8805 41.4814 49.1713 41.7723 49.5353 41.7723H51.573C51.937 41.7723 52.2278 41.4814 52.2278 41.1175V39.0798C52.2278 38.7158 51.937 38.4249 51.573 38.4249H49.5348ZM49.5348 45.2658C49.1708 45.2658 48.8799 45.5567 48.8799 45.9207L48.8805 47.9583C48.8805 48.3223 49.1713 48.6132 49.5353 48.6132H51.573C51.937 48.6132 52.2278 48.3223 52.2278 47.9583V45.9207C52.2278 45.5567 51.937 45.2658 51.573 45.2658H49.5348ZM49.5348 52.1067C49.1708 52.1067 48.8799 52.3976 48.8799 52.7615L48.8805 54.7992C48.8805 55.1632 49.1713 55.4541 49.5353 55.4541H51.573C51.937 55.4541 52.2278 55.1632 52.2278 54.7992V52.7615C52.2278 52.3976 51.937 52.1067 51.573 52.1067H49.5348ZM42.6939 4.29422C42.3299 4.29422 42.0391 4.5851 42.0391 4.94907V6.98674C42.0391 7.35071 42.3299 7.64159 42.6939 7.64159H44.7316C45.0956 7.64159 45.3864 7.35071 45.3864 6.98674V4.94907C45.3864 4.5851 45.0956 4.29422 44.7316 4.29422H42.6939ZM42.6939 11.1351C42.3299 11.1351 42.0391 11.426 42.0391 11.7899V13.8276C42.0391 14.1916 42.3299 14.4825 42.6939 14.4825H44.7316C45.0956 14.4825 45.3864 14.1916 45.3864 13.8276V11.7899C45.3864 11.426 45.0956 11.1351 44.7316 11.1351H42.6939ZM42.6939 17.976C42.3299 17.976 42.0391 18.2669 42.0391 18.6308V20.6685C42.0391 21.0325 42.3299 21.3233 42.6939 21.3233H44.7316C45.0956 21.3233 45.3864 21.0325 45.3864 20.6685V18.6308C45.3864 18.2669 45.0956 17.976 44.7316 17.976H42.6939ZM42.6939 24.8169C42.3299 24.8169 42.0391 25.1077 42.0391 25.4717V27.5094C42.0391 27.8734 42.3299 28.1642 42.6939 28.1642H44.7316C45.0956 28.1642 45.3864 27.8734 45.3864 27.5094V25.4717C45.3864 25.1077 45.0956 24.8169 44.7316 24.8169H42.6939ZM42.6939 31.5846C42.3299 31.5846 42.0391 31.8755 42.0391 32.2394V34.2771C42.0391 34.6411 42.3299 34.9319 42.6939 34.9319H44.7316C45.0956 34.9319 45.3864 34.6411 45.3864 34.2771V32.2394C45.3864 31.8755 45.0956 31.5846 44.7316 31.5846H42.6939ZM42.6939 38.4255C42.3299 38.4255 42.0391 38.7163 42.0391 39.0803L42.0396 41.118C42.0396 41.4819 42.3304 41.7728 42.6944 41.7728H44.7321C45.0961 41.7728 45.3869 41.4819 45.3869 41.118L45.3864 39.0803C45.3864 38.7163 45.0956 38.4255 44.7316 38.4255H42.6939ZM42.6939 45.2663C42.3299 45.2663 42.0391 45.5572 42.0391 45.9212V47.9589C42.0391 48.3228 42.3299 48.6137 42.6939 48.6137H44.7316C45.0956 48.6137 45.3864 48.3228 45.3864 47.9589V45.9212C45.3864 45.5572 45.0956 45.2663 44.7316 45.2663H42.6939ZM42.6939 52.1072C42.3299 52.1072 42.0391 52.3981 42.0391 52.7621V54.7997C42.0391 55.1637 42.3299 55.4546 42.6939 55.4546H44.7316C45.0956 55.4546 45.3864 55.1637 45.3864 54.7997V52.7621C45.3864 52.3981 45.0956 52.1072 44.7316 52.1072H42.6939ZM46.1143 58.9481C45.7503 58.9481 45.4594 59.239 45.4594 59.6029L45.4594 65.5707H49.8987V58.9481H46.1143Z" fill="#506478"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.303 31.5837C55.9391 31.5837 55.6482 31.8746 55.6482 32.2386V34.2763C55.6482 34.6402 55.9391 34.9311 56.303 34.9311H58.3407C58.7047 34.9311 58.9956 34.6402 58.9956 34.2763V32.2386C58.9956 31.8746 58.7047 31.5837 58.3407 31.5837H56.303ZM56.303 38.4246C55.9391 38.4246 55.6482 38.7155 55.6482 39.0795V41.1171C55.6482 41.4811 55.9391 41.772 56.303 41.772H58.3407C58.7047 41.772 58.9956 41.4811 58.9956 41.1171V39.0795C58.9956 38.7155 58.7047 38.4246 58.3407 38.4246H56.303ZM56.303 45.2655C55.9391 45.2655 55.6482 45.5564 55.6482 45.9203V47.958C55.6482 48.322 55.9391 48.6129 56.303 48.6129H58.3407C58.7047 48.6129 58.9956 48.322 58.9956 47.958V45.9203C58.9956 45.5564 58.7047 45.2655 58.3407 45.2655H56.303ZM56.303 52.1064C55.9391 52.1064 55.6482 52.3973 55.6482 52.7612V54.7989C55.6482 55.1629 55.9391 55.4537 56.303 55.4537H58.3407C58.7047 55.4537 58.9956 55.1629 58.9956 54.7989V52.7612C58.9956 52.3973 58.7047 52.1064 58.3407 52.1064H56.303ZM55.6482 59.529C55.6482 59.165 55.3573 58.8741 54.9933 58.8741L54.9934 58.8015L51.209 58.801V65.4235H55.6482V59.529ZM49.5348 31.5841C49.1708 31.5841 48.8799 31.875 48.8799 32.239L48.8805 34.2766C48.8805 34.6406 49.1713 34.9315 49.5353 34.9315H51.573C51.937 34.9315 52.2278 34.6406 52.2278 34.2766V32.239C52.2278 31.875 51.937 31.5841 51.573 31.5841H49.5348ZM49.5348 38.425C49.1708 38.425 48.8799 38.7159 48.8799 39.0799L48.8805 41.1175C48.8805 41.4815 49.1713 41.7724 49.5353 41.7724H51.573C51.937 41.7724 52.2278 41.4815 52.2278 41.1175V39.0799C52.2278 38.7159 51.937 38.425 51.573 38.425H49.5348ZM49.5348 45.2659C49.1708 45.2659 48.8799 45.5568 48.8799 45.9207L48.8805 47.9584C48.8805 48.3224 49.1713 48.6133 49.5353 48.6133H51.573C51.937 48.6133 52.2278 48.3224 52.2278 47.9584V45.9207C52.2278 45.5568 51.937 45.2659 51.573 45.2659H49.5348ZM49.5348 52.1068C49.1708 52.1068 48.8799 52.3976 48.8799 52.7616L48.8805 54.7993C48.8805 55.1633 49.1713 55.4541 49.5353 55.4541H51.573C51.937 55.4541 52.2278 55.1633 52.2278 54.7993V52.7616C52.2278 52.3976 51.937 52.1068 51.573 52.1068H49.5348ZM42.6939 31.5847C42.3299 31.5847 42.0391 31.8755 42.0391 32.2395V34.2772C42.0391 34.6411 42.3299 34.932 42.6939 34.932H44.7316C45.0956 34.932 45.3864 34.6411 45.3864 34.2772V32.2395C45.3864 31.8755 45.0956 31.5847 44.7316 31.5847H42.6939ZM42.6939 38.4255C42.3299 38.4255 42.0391 38.7164 42.0391 39.0804L42.0396 41.118C42.0396 41.482 42.3304 41.7729 42.6944 41.7729H44.7321C45.0961 41.7729 45.3869 41.482 45.3869 41.118L45.3864 39.0804C45.3864 38.7164 45.0956 38.4255 44.7316 38.4255H42.6939ZM42.6939 45.2664C42.3299 45.2664 42.0391 45.5573 42.0391 45.9213V47.9589C42.0391 48.3229 42.3299 48.6138 42.6939 48.6138H44.7316C45.0956 48.6138 45.3864 48.3229 45.3864 47.9589V45.9213C45.3864 45.5573 45.0956 45.2664 44.7316 45.2664H42.6939ZM42.6939 52.1073C42.3299 52.1073 42.0391 52.3982 42.0391 52.7621V54.7998C42.0391 55.1638 42.3299 55.4547 42.6939 55.4547H44.7316C45.0956 55.4547 45.3864 55.1638 45.3864 54.7998V52.7621C45.3864 52.3982 45.0956 52.1073 44.7316 52.1073H42.6939ZM46.1143 58.9482C45.7503 58.9482 45.4594 59.239 45.4594 59.603L45.4594 65.5707H49.8987V58.9482H46.1143Z" fill="#fff"/>
|
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.449 65.4235H35.2716V9.6059C35.2716 8.4414 34.1802 7.64088 33.0882 7.93223L17.7329 12.3714C17.005 12.5897 16.4958 13.2446 16.4958 14.0451V65.4963H14.6038C14.2399 65.4963 13.949 65.7872 13.949 66.1511V68.407C13.949 68.771 14.2399 69.0618 14.6038 69.0618H36.449V65.4235ZM21.1534 17.0287C20.9351 17.0287 20.7894 17.1744 20.7894 17.3927H20.7168V19.2847C20.7168 19.503 20.8625 19.6487 21.0807 19.6487H30.6866C30.9049 19.6487 31.0506 19.503 31.0506 19.2847V17.3927C31.0506 17.1744 30.9049 17.0287 30.6866 17.0287H21.1534ZM21.1534 22.9965C20.9351 22.9965 20.7894 23.1422 20.7894 23.3604H20.7168V25.2524C20.7168 25.4707 20.8625 25.6164 21.0807 25.6164H30.6866C30.9049 25.6164 31.0506 25.4707 31.0506 25.2524V23.3604C31.0506 23.1422 30.9049 22.9965 30.6866 22.9965H21.1534ZM21.1534 28.9637C20.9351 28.9637 20.7894 29.1094 20.7894 29.3276H20.7168V31.2196C20.7168 31.4379 20.8625 31.5836 21.0807 31.5836H30.6866C30.9049 31.5836 31.0506 31.4379 31.0506 31.2196V29.3276C31.0506 29.1094 30.9049 28.9637 30.6866 28.9637H21.1534ZM21.1534 34.9314C20.9351 34.9314 20.7894 35.0771 20.7894 35.2954H20.7168V37.1874C20.7168 37.4056 20.8625 37.5513 21.0807 37.5513H30.6866C30.9049 37.5513 31.0506 37.4056 31.0506 37.1874V35.2954C31.0506 35.0771 30.9049 34.9314 30.6866 34.9314H21.1534ZM21.1534 40.8986C20.9351 40.8986 20.7894 41.0443 20.7894 41.2626H20.7168V43.1546C20.7168 43.3728 20.8625 43.5185 21.0807 43.5185H30.6866C30.9049 43.5185 31.0506 43.3728 31.0506 43.1546V41.2626C31.0506 41.0443 30.9049 40.8986 30.6866 40.8986H21.1534ZM21.1534 46.9388C20.9351 46.9388 20.7894 47.0845 20.7894 47.3028H20.7168V49.1222C20.7168 49.3404 20.8625 49.4861 21.0807 49.4861H30.6866C30.9049 49.4861 31.0506 49.3404 31.0506 49.1222V47.3028C31.0506 47.0845 30.9049 46.9388 30.6866 46.9388H21.1534ZM21.1534 52.9066C20.9351 52.9066 20.7894 53.0522 20.7894 53.2705H20.7168V55.1625C20.7168 55.3808 20.8625 55.5265 21.0807 55.5265H30.6866C30.9049 55.5265 31.0506 55.3808 31.0506 55.1625V53.2705C31.0506 53.0522 30.9049 52.9066 30.6866 52.9066H21.1534ZM21.1534 58.8738C20.9351 58.8738 20.7894 59.0194 20.7894 59.2377H20.7168V61.1297C20.7168 61.348 20.8625 61.4937 21.0807 61.4937H30.6866C30.9049 61.4937 31.0506 61.348 31.0506 61.1297V59.2377C31.0506 59.0194 30.9049 58.8738 30.6866 58.8738H21.1534Z" fill="#798da1"/>
|
|
15
|
-
<path d="M44.004 77C44.004 78.1046 44.8995 79 46.004 79H70.004C71.1086 79 72.004 78.1046 72.004 77V57.4572L58.004 47L44.004 57.4572V77Z" fill="#d8dee4"/>
|
|
16
|
-
<path d="M73.9964 61C75.8014 61 76.6825 58.7096 75.3754 57.4152L59.379 41.5736C58.6068 40.8088 57.3932 40.8088 56.621 41.5736L40.6246 57.4152C39.3175 58.7096 40.1986 61 42.0036 61H73.9964Z" fill="#9faebc"/>
|
|
17
|
-
<path d="M53.004 65H63.004C64.1086 65 65.004 65.8954 65.004 67V79H51.004V67C51.004 65.8954 51.8995 65 53.004 65Z" fill="#fff"/>
|
|
18
|
-
<path d="M55.004 68H61.004C61.5563 68 62.004 68.4477 62.004 69V79H54.004V69C54.004 68.4477 54.4517 68 55.004 68Z" fill="#9faebc"/>
|
|
19
|
-
<path d="M71.4712 4H48.5287C46.0319 4 44 6.08286 44 8.64303V23.357C44 25.9171 46.0319 28 48.5287 28H71.4712C73.9681 28 76 25.9171 76 23.357V8.64303C76 6.08286 73.9681 4 71.4712 4Z" fill="#fff"/>
|
|
20
|
-
<path d="M71.4705 4H64.9814C62.4845 4 60.4526 6.08286 60.4526 8.64303L55.7208 23.357C55.7208 25.9171 57.7527 28 60.2496 28H71.4705C73.9673 28 75.9992 25.9171 75.9992 23.357V8.64303C75.9992 6.08286 73.9673 4 71.4705 4Z" fill="#fff"/>
|
|
21
|
-
<path d="M71.4712 4H48.5287C46.0319 4 44 6.08286 44 8.64303V23.357C44 25.9171 46.0319 28 48.5287 28H71.4712C73.9681 28 76 25.9171 76 23.357V8.64303C76 6.08286 73.9681 4 71.4712 4ZM55.6131 11.3864L50.8488 16.2704L55.0856 20.6136C55.4519 20.989 55.4519 21.5977 55.0856 21.9725C54.72 22.3479 54.1263 22.3479 53.76 21.9725L48.86 16.9495C48.4938 16.5741 48.4938 15.966 48.86 15.5906L54.2869 10.0275C54.6531 9.65211 55.2469 9.65211 55.6131 10.0275C55.9788 10.4023 55.9788 11.011 55.6131 11.3864ZM63.808 9.12547L58.8505 23.5146C58.678 24.0156 58.1424 24.2776 57.6543 24.1008C57.1661 23.924 56.9099 23.3749 57.0824 22.8745L62.0399 8.48542C62.2124 7.98505 62.7474 7.72237 63.2361 7.8992C63.7243 8.07603 63.9805 8.62509 63.808 9.12547ZM71.14 16.4094L65.7131 21.9725C65.3469 22.3479 64.7531 22.3479 64.3869 21.9725C64.0212 21.5977 64.0212 20.989 64.3869 20.6136L69.1513 15.7296L64.9144 11.3864C64.5481 11.011 64.5481 10.4023 64.9144 10.0275C65.28 9.65211 65.8737 9.65211 66.24 10.0275L71.14 15.0505C71.5062 15.4259 71.5062 16.034 71.14 16.4094Z" fill="#7e9bfa"/>
|
|
22
|
-
</svg>
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<ellipse rx="35.6376" ry="35.6309" transform="matrix(1 0 1.79901e-05 1 39.651 41.6966)" fill="#d8dee4"/>
|
|
3
|
-
<path d="M63.4615 66H50.4615V27H61.4615C62.5661 27 63.4615 27.8954 63.4615 29V56.8934V66Z" fill="#506478"/>
|
|
4
|
-
<path d="M31.4482 21C30.3437 21 29.4482 21.9093 29.4482 23.0139C29.4482 24.1148 28.5558 25.0211 27.4549 25.0211C26.354 25.0211 25.4615 25.9135 25.4615 27.0144V66H53.4615V23C53.4615 21.8954 52.5661 21 51.4615 21H31.4482Z" fill="#607890"/>
|
|
5
|
-
<path d="M36.9008 29H33.4615V33.1428H36.9008V29Z" fill="#fff"/>
|
|
6
|
-
<path d="M45.4615 29H42.0223V33.1428H45.4615V29Z" fill="#fff"/>
|
|
7
|
-
<path d="M33.4615 37.2856H36.9008V41.4283H33.4615V37.2856Z" fill="#fff"/>
|
|
8
|
-
<path d="M45.4615 37.2856H42.0223V41.4283H45.4615V37.2856Z" fill="#fff"/>
|
|
9
|
-
<path d="M33.4615 45.5716H36.9008V49.7144H33.4615V45.5716Z" fill="#fff"/>
|
|
10
|
-
<path d="M45.4615 45.5716H42.0223V49.7144H45.4615V45.5716Z" fill="#fff"/>
|
|
11
|
-
<path d="M33.4615 53.8572H36.9008V58H33.4615V53.8572Z" fill="#fff"/>
|
|
12
|
-
<path d="M45.4615 53.8572H42.0223V58H45.4615V53.8572Z" fill="#fff"/>
|
|
13
|
-
<path d="M72.4867 55.5694C67.076 68.3559 54.4118 77.3275 39.6517 77.3275C27.8553 77.3275 17.3974 71.5971 10.911 62.7686C17.1649 64.5193 28.1811 61.5104 39.3554 58.4582C52.9005 54.7585 66.6779 50.9953 72.4867 55.5694Z" fill="#9faebc"/>
|
|
14
|
-
<circle cx="61" cy="19.0001" r="6.42857" fill="#fff"/>
|
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M75.2941 15.5842L72.9884 15.0829C72.7879 14.4691 72.5395 13.8703 72.2463 13.2935L73.5228 11.308C73.7508 10.9532 73.7007 10.4874 73.4026 10.1894L69.8106 6.59735C69.5126 6.29935 69.0468 6.24922 68.692 6.47719L66.7065 7.75366C66.1297 7.46046 65.5309 7.21213 64.9171 7.01163L64.4158 4.70587C64.3263 4.29388 63.9615 4 63.5399 4H58.4601C58.0385 4 57.6737 4.29388 57.5842 4.70587L57.0829 7.01163C56.4691 7.21213 55.8703 7.46046 55.2935 7.75366L53.308 6.47719C52.9532 6.24922 52.4874 6.29935 52.1894 6.59735L48.5974 10.1894C48.2993 10.4874 48.2492 10.9532 48.4772 11.308L49.7537 13.2935C49.4605 13.8703 49.2121 14.4691 49.0116 15.0829L46.7059 15.5842C46.2939 15.6739 46 16.0385 46 16.4601V21.5399C46 21.9615 46.2939 22.3261 46.7059 22.4158L49.0116 22.9171C49.2121 23.5309 49.4605 24.1297 49.7537 24.7065L48.4772 26.692C48.2492 27.0468 48.2993 27.5126 48.5974 27.8106L52.1894 31.4026C52.4874 31.7007 52.9532 31.7508 53.308 31.5228L55.2935 30.2463C55.8703 30.5395 56.4691 30.7879 57.0829 30.9884L57.5842 33.2941C57.6737 33.7061 58.0385 34 58.4601 34H63.5399C63.9615 34 64.3263 33.7061 64.4158 33.2941L64.9171 30.9884C65.5309 30.7879 66.1297 30.5395 66.7065 30.2463L68.692 31.5228C69.0468 31.7508 69.5126 31.7009 69.8106 31.4026L73.4026 27.8106C73.7007 27.5126 73.7508 27.0468 73.5228 26.692L72.2463 24.7065C72.5395 24.1297 72.7879 23.5309 72.9884 22.9171L75.2941 22.4158C75.7061 22.3261 76 21.9615 76 21.5399V16.4601C76 16.0385 75.7061 15.6739 75.2941 15.5842ZM61 25C64.3137 25 67 22.3137 67 19C67 15.6863 64.3137 13 61 13C57.6863 13 55 15.6863 55 19C55 22.3137 57.6863 25 61 25Z" fill="#7e9bfa"/>
|
|
16
|
-
<path d="M43.4615 75C43.4615 76.1046 44.357 77 45.4615 77H69.4615C70.5661 77 71.4615 76.1046 71.4615 75V55.4572L57.4615 45L43.4615 55.4572V75Z" fill="#d8dee4"/>
|
|
17
|
-
<path d="M73.4539 59C75.259 59 76.14 56.7096 74.8329 55.4152L58.8365 39.5736C58.0643 38.8088 56.8508 38.8088 56.0785 39.5736L40.0821 55.4152C38.775 56.7096 39.6561 59 41.4611 59H73.4539Z" fill="#9faebc"/>
|
|
18
|
-
<path d="M52.4615 63H62.4615C63.5661 63 64.4615 63.8954 64.4615 65V77H50.4615V65C50.4615 63.8954 51.357 63 52.4615 63Z" fill="#fff"/>
|
|
19
|
-
<path d="M54.4615 66H60.4615C61.0138 66 61.4615 66.4477 61.4615 67V77H53.4615V67C53.4615 66.4477 53.9093 66 54.4615 66Z" fill="#9faebc"/>
|
|
20
|
-
<path d="M20.9243 18.367V17.2248C20.9232 15.8219 20.4126 14.5094 19.4848 13.5305C18.5361 12.5296 17.2844 11.9875 15.9766 12.0002C13.3238 11.9863 11.0048 14.4353 11.018 17.2271L11.018 18.3693L20.9243 18.367Z" fill="#607890"/>
|
|
21
|
-
<path d="M11.0756 50.9604L15.2682 59.4235C15.4442 59.7777 15.7925 60.001 16.1725 60C16.4467 60.001 16.7055 59.8843 16.894 59.6854C16.9662 59.6092 17.0278 59.5219 17.0778 59.4225L21.2695 50.9604L11.0756 50.9604Z" fill="#506478"/>
|
|
22
|
-
<path d="M8.19338 36.8938L8.19338 26.5339C8.19338 25.886 8.31499 25.6188 8.42896 25.4937C8.53002 25.3827 8.78749 25.2072 9.48398 25.183L9.4924 49.5242C9.49269 50.3383 10.1182 50.998 10.8898 50.9981L21.0534 50.999C21.8251 50.9991 22.4508 50.3393 22.4511 49.5251L22.4616 19.2694C22.4616 18.9427 22.3386 18.6299 22.1201 18.3994C21.9027 18.17 21.6062 18.0403 21.2966 18.0403L10.6458 18.0403C10.3373 18.0391 10.0408 18.1689 9.82232 18.3994L9.82122 18.4006C9.60272 18.6311 9.48084 18.945 9.48194 19.2729L9.48224 20.146C7.30052 20.1797 5.85105 20.8751 4.98396 22.0499C4.13119 23.2054 4.00058 24.6231 4 25.6783L4 36.8972C4 38.1189 4.93869 39.1093 6.09669 39.1093L6.09987 39.1093C6.67333 39.1072 7.19835 38.8639 7.58011 38.4611C7.95748 38.063 8.19486 37.5088 8.19338 36.8958L8.19338 36.8938Z" fill="#9faebc"/>
|
|
23
|
-
</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="M46.4518 8.00173C43.8285 1.37522 36.5991 -1.75797 30.3045 1.00363C26.0005 2.89184 23.074 7.17138 22.7387 12.0673C19.1014 12.5969 16.5605 16.1303 17.0635 19.9595C17.5187 23.4244 20.3337 26.0035 23.6562 26H46.4517C51.1728 26 55 21.9709 55 17.0009C55 12.0309 51.1729 8.00173 46.4518 8.00173Z" fill="#d8dee4"/>
|
|
3
|
-
<path d="M2 63.0322V23.9032C2 21.7564 3.68416 20 5.74258 20H60.2574C62.3158 20 64 21.7564 64 23.9032V63.0322H2Z" fill="#798da1"/>
|
|
4
|
-
<path d="M2 62V66.9667C2 69.185 3.68416 71 5.74258 71L60.2574 71C62.3158 71 64 69.185 64 66.9667V62L2 62Z" fill="#607890"/>
|
|
5
|
-
<path d="M26.4599 71H39.5477L40.5213 74.454C41.0864 76.4614 43.2334 78.1031 45.2918 78.1031H41.5492C39.4908 78.1031 37.3438 76.4614 36.7787 74.454L36.3807 73.0437H25.884L26.4599 71Z" fill="#506478"/>
|
|
6
|
-
<path d="M45.2457 78.1026H52.3426C52.8593 78.1026 53.2783 78.5272 53.2783 79.0513C53.2783 79.5753 52.8593 79.9999 52.3426 79.9999H13.6693C13.1526 79.9999 12.7336 79.5753 12.7336 79.0513C12.7336 78.5272 13.1526 78.1026 13.6693 78.1026H20.7472C22.7968 78.0874 24.9263 76.4515 25.4888 74.4536L25.8867 73.0435H36.3807L36.7787 74.4538C37.3438 76.4611 39.4908 78.1029 41.5493 78.1029H45.2918C45.2765 78.1029 45.2611 78.1028 45.2457 78.1026Z" fill="#506478"/>
|
|
7
|
-
<path d="M60 27.4053V30H6V27.4053C6 25.524 7.60631 24 9.58684 24H56.4142C58.3947 24 60 25.524 60 27.4053Z" fill="#9faebc"/>
|
|
8
|
-
<path d="M60 30V54.376C60 56.3778 58.3947 58 56.4142 58H9.58684C7.60631 58 6 56.3778 6 54.376V30H60Z" fill="#fff"/>
|
|
9
|
-
<path d="M13 46C13 43.7909 14.7909 42 17 42H49C51.2091 42 53 43.7909 53 46C53 48.2091 51.2091 50 49 50H17C14.7909 50 13 48.2091 13 46Z" fill="#9faebc"/>
|
|
10
|
-
<path d="M24.3618 44L24.7401 44.634L25.0125 45.4792L25.3302 44.6189L25.6934 44.0151L26.4197 44.4075L26.0263 45.0566L25.3302 45.7811L26.3592 45.6H27.0855V46.4453H26.3894L25.421 46.2642L26.1171 46.9887L26.4651 47.5774L25.7539 48L25.3605 47.366L25.0125 46.4453L24.725 47.3208L24.3467 47.9547L23.5901 47.5321L23.9987 46.8981L24.6342 46.2642L23.7566 46.4453H23V45.6H23.7566L24.6947 45.7811L24.0138 45.117L23.6204 44.4226L24.3618 44Z" fill="#fff"/>
|
|
11
|
-
<path d="M29.6667 44L30.045 44.634L30.3173 45.4792L30.6351 44.6189L30.9982 44.0151L31.7245 44.4075L31.3311 45.0566L30.6351 45.7811L31.664 45.6H32.3903V46.4453H31.6943L30.7259 46.2642L31.4219 46.9887L31.7699 47.5774L31.0588 48L30.6653 47.366L30.3173 46.4453L30.0298 47.3208L29.6515 47.9547L28.895 47.5321L29.3035 46.8981L29.939 46.2642L29.0614 46.4453H28.3048V45.6H29.0614L29.9996 45.7811L29.3186 45.117L28.9252 44.4226L29.6667 44Z" fill="#fff"/>
|
|
12
|
-
<path d="M34.9715 44L35.3498 44.634L35.6222 45.4792L35.9399 44.6189L36.3031 44.0151L37.0294 44.4075L36.636 45.0566L35.9399 45.7811L36.9689 45.6H37.6952V46.4453H36.9991L36.0307 46.2642L36.7267 46.9887L37.0748 47.5774L36.3636 48L35.9702 47.366L35.6222 46.4453L35.3347 47.3208L34.9564 47.9547L34.1998 47.5321L34.6084 46.8981L35.2439 46.2642L34.3663 46.4453H33.6097V45.6H34.3663L35.3044 45.7811L34.6235 45.117L34.2301 44.4226L34.9715 44Z" fill="#fff"/>
|
|
13
|
-
<path d="M40.2764 44L40.6546 44.634L40.927 45.4792L41.2448 44.6189L41.6079 44.0151L42.3342 44.4075L41.9408 45.0566L41.2448 45.7811L42.2737 45.6H43V46.4453H42.304L41.3356 46.2642L42.0316 46.9887L42.3796 47.5774L41.6684 48L41.275 47.366L40.927 46.4453L40.6395 47.3208L40.2612 47.9547L39.5047 47.5321L39.9132 46.8981L40.5487 46.2642L39.6711 46.4453H38.9145V45.6H39.6711L40.6092 45.7811L39.9283 45.117L39.5349 44.4226L40.2764 44Z" fill="#fff"/>
|
|
14
|
-
<path d="M62 4C56.204 4.00716 51.5071 8.73034 51.5 14.5589V21.0567C51.5 21.5053 51.8616 21.869 52.3077 21.869H55.5385C55.9846 21.869 56.3462 21.5053 56.3462 21.0567V14.5589C56.3461 11.4188 58.8775 8.87335 62 8.87335C66 8.87335 67.6539 11 67.6539 12.5589V12.8212C67.6539 13.2697 68.0155 13.6334 68.4616 13.6334H71.6923C72.1384 13.6334 72.5 13.2697 72.5 12.8212V12.5589C72.4929 6.73034 67.796 4.00716 62 4Z" fill="#7e9bfa"/>
|
|
15
|
-
<path d="M52.1176 15.7703H71.8824C74.1565 15.7703 76 17.6274 76 19.9184V31.8517C76 34.1427 74.1565 35.9999 71.8824 35.9999H52.1176C49.8435 35.9999 48 34.1427 48 31.8518V19.9185C48 17.6274 49.8435 15.7703 52.1176 15.7703Z" fill="#7e9bfa"/>
|
|
16
|
-
<path d="M66 23.4475C66.0081 21.5515 64.4477 20.008 62.5148 20C60.5818 19.992 59.0082 21.5225 59 23.4185C58.9944 24.729 59.7499 25.9283 60.9474 26.5096L60.407 30.2172C60.3528 30.5927 60.6193 30.9401 61.002 30.9932C61.0345 30.9977 61.0672 31 61.1 31H63.9C64.2866 31.0037 64.603 30.6994 64.6068 30.3202C64.6071 30.2857 64.6048 30.2514 64.5999 30.2172L64.0595 26.5096C65.2425 25.9286 65.9925 24.7451 66 23.4475Z" fill="#fff"/>
|
|
17
|
-
</svg>
|
|
@@ -1,30 +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_5935_3706)">
|
|
3
|
-
<path d="M76.4441 79.9999H58.0108C56.0469 79.9952 54.4547 78.403 54.45 76.439V37.5609C54.4547 35.597 56.0469 34.0048 58.0108 34H76.4441C78.408 34.0048 80.0002 35.597 80.0049 37.5609V76.4402C79.999 78.4042 78.408 79.9952 76.4441 79.9999Z" fill="#d8dee4"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.0162 77.7999H76.4387L76.44 77.7999C77.1913 77.7974 77.8011 77.189 77.8049 76.4364V37.5639C77.8019 36.8126 77.1921 36.2029 76.4407 36.2H58.0142C57.2627 36.2029 56.6529 36.8127 56.65 37.5642V76.4357C56.6529 77.1874 57.2631 77.7974 58.0149 77.7999L58.0162 77.7999ZM58.0108 79.9999C56.0469 79.9952 54.4547 78.403 54.45 76.439V37.5609C54.4547 35.597 56.0469 34.0048 58.0108 34H76.4441C78.408 34.0048 80.0002 35.597 80.0049 37.5609V76.4402C79.999 78.4042 78.408 79.9952 76.4441 79.9999H58.0108Z" fill="#d8dee4"/>
|
|
5
|
-
<path d="M76.4441 79.9998H58.0108C56.0469 79.995 54.4547 78.4028 54.45 76.4389V71.9287C66.1916 71.9287 69.5562 71.9287 80.0049 71.9287V76.4401C79.999 78.404 78.408 79.995 76.4441 79.9998Z" fill="#9faebc"/>
|
|
6
|
-
<rect x="59.45" y="38" width="12" height="13" rx="1" fill="#fff"/>
|
|
7
|
-
<path d="M59.45 60C59.45 59.4477 59.8977 59 60.45 59H74.45C75.0022 59 75.45 59.4477 75.45 60V67C75.45 67.5523 75.0022 68 74.45 68H60.45C59.8977 68 59.45 67.5523 59.45 67V60Z" fill="#798da1"/>
|
|
8
|
-
<rect x="59.45" y="53" width="11" height="3" rx="1" fill="#9faebc"/>
|
|
9
|
-
<path d="M0 63.0322V23.9032C0 21.7564 1.68416 20 3.74258 20H58.2574C60.3158 20 62 21.7564 62 23.9032V63.0322H0Z" fill="#798da1"/>
|
|
10
|
-
<path d="M0 62V66.9667C0 69.185 1.68416 71 3.74258 71L58.2574 71C60.3158 71 62 69.185 62 66.9667V62L0 62Z" fill="#9faebc"/>
|
|
11
|
-
<path d="M24.4599 71H37.5477L38.5213 74.454C39.0864 76.4614 41.2334 78.1031 43.2918 78.1031H39.5492C37.4908 78.1031 35.3438 76.4614 34.7787 74.454L34.3807 73.0437H23.884L24.4599 71Z" fill="#9faebc"/>
|
|
12
|
-
<path d="M43.2457 78.1026H50.3426C50.8593 78.1026 51.2783 78.5272 51.2783 79.0513C51.2783 79.5753 50.8593 79.9999 50.3426 79.9999H11.6693C11.1526 79.9999 10.7336 79.5753 10.7336 79.0513C10.7336 78.5272 11.1526 78.1026 11.6693 78.1026H18.7472C20.7968 78.0874 22.9263 76.4515 23.4888 74.4536L23.8867 73.0435H34.3807L34.7787 74.4538C35.3438 76.4611 37.4908 78.1029 39.5493 78.1029H43.2918C43.2765 78.1029 43.2611 78.1028 43.2457 78.1026Z" fill="#9faebc"/>
|
|
13
|
-
<path d="M58 27.4053V30H4V27.4053C4 25.524 5.60631 24 7.58684 24H54.4142C56.3947 24 58 25.524 58 27.4053Z" fill="#9faebc"/>
|
|
14
|
-
<path d="M58 30V54.376C58 56.3778 56.3947 58 54.4142 58H7.58684C5.60631 58 4 56.3778 4 54.376V30H58Z" fill="#fff"/>
|
|
15
|
-
<path d="M11 46C11 43.7909 12.7909 42 15 42H47C49.2091 42 51 43.7909 51 46V46C51 48.2091 49.2091 50 47 50H15C12.7909 50 11 48.2091 11 46V46Z" fill="#9faebc"/>
|
|
16
|
-
<path d="M22.3618 44L22.7401 44.634L23.0125 45.4792L23.3302 44.6189L23.6934 44.0151L24.4197 44.4075L24.0263 45.0566L23.3302 45.7811L24.3592 45.6H25.0855V46.4453H24.3894L23.421 46.2642L24.1171 46.9887L24.4651 47.5774L23.7539 48L23.3605 47.366L23.0125 46.4453L22.725 47.3208L22.3467 47.9547L21.5901 47.5321L21.9987 46.8981L22.6342 46.2642L21.7566 46.4453H21V45.6H21.7566L22.6947 45.7811L22.0138 45.117L21.6204 44.4226L22.3618 44Z" fill="#fff"/>
|
|
17
|
-
<path d="M27.6667 44L28.045 44.634L28.3173 45.4792L28.6351 44.6189L28.9982 44.0151L29.7245 44.4075L29.3311 45.0566L28.6351 45.7811L29.664 45.6H30.3903V46.4453H29.6943L28.7259 46.2642L29.4219 46.9887L29.7699 47.5774L29.0588 48L28.6653 47.366L28.3173 46.4453L28.0298 47.3208L27.6515 47.9547L26.895 47.5321L27.3035 46.8981L27.939 46.2642L27.0614 46.4453H26.3048V45.6H27.0614L27.9996 45.7811L27.3186 45.117L26.9252 44.4226L27.6667 44Z" fill="#fff"/>
|
|
18
|
-
<path d="M32.9715 44L33.3498 44.634L33.6222 45.4792L33.9399 44.6189L34.3031 44.0151L35.0294 44.4075L34.636 45.0566L33.9399 45.7811L34.9689 45.6H35.6952V46.4453H34.9991L34.0307 46.2642L34.7267 46.9887L35.0748 47.5774L34.3636 48L33.9702 47.366L33.6222 46.4453L33.3347 47.3208L32.9564 47.9547L32.1998 47.5321L32.6084 46.8981L33.2439 46.2642L32.3663 46.4453H31.6097V45.6H32.3663L33.3044 45.7811L32.6235 45.117L32.2301 44.4226L32.9715 44Z" fill="#fff"/>
|
|
19
|
-
<path d="M38.2764 44L38.6546 44.634L38.927 45.4792L39.2448 44.6189L39.6079 44.0151L40.3342 44.4075L39.9408 45.0566L39.2448 45.7811L40.2737 45.6H41V46.4453H40.304L39.3356 46.2642L40.0316 46.9887L40.3796 47.5774L39.6684 48L39.275 47.366L38.927 46.4453L38.6395 47.3208L38.2612 47.9547L37.5047 47.5321L37.9132 46.8981L38.5487 46.2642L37.6711 46.4453H36.9145V45.6H37.6711L38.6092 45.7811L37.9283 45.117L37.5349 44.4226L38.2764 44Z" fill="#fff"/>
|
|
20
|
-
<path d="M45.4518 8.00173C42.8285 1.37522 35.5991 -1.75797 29.3045 1.00363C25.0005 2.89184 22.074 7.17138 21.7387 12.0673C18.1014 12.5969 15.5605 16.1303 16.0635 19.9595C16.5187 23.4244 19.3337 26.0035 22.6562 26H45.4517C50.1728 26 54 21.9709 54 17.0009C54 12.0309 50.1729 8.00173 45.4518 8.00173Z" fill="#d8dee4"/>
|
|
21
|
-
<path d="M62 4C56.204 4.00716 51.5071 8.73034 51.5 14.5589V21.0567C51.5 21.5053 51.8616 21.869 52.3077 21.869H55.5385C55.9846 21.869 56.3462 21.5053 56.3462 21.0567V14.5589C56.3461 11.4188 58.8775 8.87335 62 8.87335C66 8.87335 67.6539 11 67.6539 12.5589V12.8212C67.6539 13.2697 68.0155 13.6334 68.4616 13.6334H71.6923C72.1384 13.6334 72.5 13.2697 72.5 12.8212V12.5589C72.4929 6.73034 67.796 4.00716 62 4Z" fill="#7e9bfa"/>
|
|
22
|
-
<path d="M52.1176 15.7705H71.8824C74.1565 15.7705 76 17.6277 76 19.9186V31.852C76 34.143 74.1565 36.0002 71.8824 36.0002H52.1176C49.8435 36.0002 48 34.143 48 31.852V19.9187C48 17.6277 49.8435 15.7705 52.1176 15.7705Z" fill="#7e9bfa"/>
|
|
23
|
-
<path d="M66 23.4475C66.0081 21.5515 64.4477 20.008 62.5148 20C60.5818 19.992 59.0082 21.5225 59 23.4185C58.9944 24.729 59.7499 25.9283 60.9474 26.5096L60.407 30.2172C60.3528 30.5927 60.6193 30.9401 61.002 30.9932C61.0345 30.9977 61.0672 31 61.1 31H63.9C64.2866 31.0037 64.603 30.6994 64.6068 30.3202C64.6071 30.2857 64.6048 30.2514 64.5999 30.2172L64.0595 26.5096C65.2425 25.9286 65.9925 24.7451 66 23.4475Z" fill="#fff"/>
|
|
24
|
-
</g>
|
|
25
|
-
<defs>
|
|
26
|
-
<clipPath id="clip0_5935_3706">
|
|
27
|
-
<rect width="80.005" height="80" fill="#fff"/>
|
|
28
|
-
</clipPath>
|
|
29
|
-
</defs>
|
|
30
|
-
</svg>
|
|
@@ -1,30 +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_5935_3705)">
|
|
3
|
-
<path d="M76.4441 79.9999H58.0108C56.0469 79.9952 54.4547 78.403 54.45 76.439V37.5609C54.4547 35.597 56.0469 34.0048 58.0108 34H76.4441C78.408 34.0048 80.0002 35.597 80.0049 37.5609V76.4402C79.999 78.4042 78.408 79.9952 76.4441 79.9999Z" fill="#d8dee4"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.0162 77.7999H76.4387L76.44 77.7999C77.1913 77.7974 77.8011 77.189 77.8049 76.4364V37.5639C77.8019 36.8126 77.1921 36.2029 76.4407 36.2H58.0142C57.2627 36.2029 56.6529 36.8127 56.65 37.5642V76.4357C56.6529 77.1874 57.2631 77.7974 58.0149 77.7999L58.0162 77.7999ZM58.0108 79.9999C56.0469 79.9952 54.4547 78.403 54.45 76.439V37.5609C54.4547 35.597 56.0469 34.0048 58.0108 34H76.4441C78.408 34.0048 80.0002 35.597 80.0049 37.5609V76.4402C79.999 78.4042 78.408 79.9952 76.4441 79.9999H58.0108Z" fill="#d8dee4"/>
|
|
5
|
-
<path d="M76.4441 80H58.0108C56.0469 79.9952 54.4547 78.403 54.45 76.4391V71.929C66.1916 71.929 69.5562 71.929 80.0049 71.929V76.4403C79.999 78.4042 78.408 79.9952 76.4441 80Z" fill="#607890"/>
|
|
6
|
-
<rect x="59.45" y="38" width="12" height="13" rx="1" fill="#fff"/>
|
|
7
|
-
<path d="M59.45 60C59.45 59.4477 59.8977 59 60.45 59H74.45C75.0022 59 75.45 59.4477 75.45 60V67C75.45 67.5523 75.0022 68 74.45 68H60.45C59.8977 68 59.45 67.5523 59.45 67V60Z" fill="#798da1"/>
|
|
8
|
-
<rect x="59.45" y="53" width="11" height="3" rx="1" fill="#9faebc"/>
|
|
9
|
-
<path d="M0 63.0322V23.9032C0 21.7564 1.68416 20 3.74258 20H58.2574C60.3158 20 62 21.7564 62 23.9032V63.0322H0Z" fill="#798da1"/>
|
|
10
|
-
<path d="M0 62V66.9667C0 69.185 1.68416 71 3.74258 71L58.2574 71C60.3158 71 62 69.185 62 66.9667V62L0 62Z" fill="#607890"/>
|
|
11
|
-
<path d="M24.4599 71H37.5477L38.5213 74.454C39.0864 76.4614 41.2334 78.1031 43.2918 78.1031H39.5492C37.4908 78.1031 35.3438 76.4614 34.7787 74.454L34.3807 73.0437H23.884L24.4599 71Z" fill="#506478"/>
|
|
12
|
-
<path d="M43.2457 78.1026H50.3426C50.8593 78.1026 51.2783 78.5272 51.2783 79.0513C51.2783 79.5753 50.8593 79.9999 50.3426 79.9999H11.6693C11.1526 79.9999 10.7336 79.5753 10.7336 79.0513C10.7336 78.5272 11.1526 78.1026 11.6693 78.1026H18.7472C20.7968 78.0874 22.9263 76.4515 23.4888 74.4536L23.8867 73.0435H34.3807L34.7787 74.4538C35.3438 76.4611 37.4908 78.1029 39.5493 78.1029H43.2918C43.2765 78.1029 43.2611 78.1028 43.2457 78.1026Z" fill="#506478"/>
|
|
13
|
-
<path d="M58 27.4053V30H4V27.4053C4 25.524 5.60631 24 7.58684 24H54.4142C56.3947 24 58 25.524 58 27.4053Z" fill="#9faebc"/>
|
|
14
|
-
<path d="M58 30V54.376C58 56.3778 56.3947 58 54.4142 58H7.58684C5.60631 58 4 56.3778 4 54.376V30H58Z" fill="#fff"/>
|
|
15
|
-
<path d="M11 46C11 43.7909 12.7909 42 15 42H47C49.2091 42 51 43.7909 51 46C51 48.2091 49.2091 50 47 50H15C12.7909 50 11 48.2091 11 46Z" fill="#9faebc"/>
|
|
16
|
-
<path d="M22.3618 44L22.7401 44.634L23.0125 45.4792L23.3302 44.6189L23.6934 44.0151L24.4197 44.4075L24.0263 45.0566L23.3302 45.7811L24.3592 45.6H25.0855V46.4453H24.3894L23.421 46.2642L24.1171 46.9887L24.4651 47.5774L23.7539 48L23.3605 47.366L23.0125 46.4453L22.725 47.3208L22.3467 47.9547L21.5901 47.5321L21.9987 46.8981L22.6342 46.2642L21.7566 46.4453H21V45.6H21.7566L22.6947 45.7811L22.0138 45.117L21.6204 44.4226L22.3618 44Z" fill="#fff"/>
|
|
17
|
-
<path d="M27.6667 44L28.045 44.634L28.3173 45.4792L28.6351 44.6189L28.9982 44.0151L29.7245 44.4075L29.3311 45.0566L28.6351 45.7811L29.664 45.6H30.3903V46.4453H29.6943L28.7259 46.2642L29.4219 46.9887L29.7699 47.5774L29.0588 48L28.6653 47.366L28.3173 46.4453L28.0298 47.3208L27.6515 47.9547L26.895 47.5321L27.3035 46.8981L27.939 46.2642L27.0614 46.4453H26.3048V45.6H27.0614L27.9996 45.7811L27.3186 45.117L26.9252 44.4226L27.6667 44Z" fill="#fff"/>
|
|
18
|
-
<path d="M32.9715 44L33.3498 44.634L33.6222 45.4792L33.9399 44.6189L34.3031 44.0151L35.0294 44.4075L34.636 45.0566L33.9399 45.7811L34.9689 45.6H35.6952V46.4453H34.9991L34.0307 46.2642L34.7267 46.9887L35.0748 47.5774L34.3636 48L33.9702 47.366L33.6222 46.4453L33.3347 47.3208L32.9564 47.9547L32.1998 47.5321L32.6084 46.8981L33.2439 46.2642L32.3663 46.4453H31.6097V45.6H32.3663L33.3044 45.7811L32.6235 45.117L32.2301 44.4226L32.9715 44Z" fill="#fff"/>
|
|
19
|
-
<path d="M38.2764 44L38.6546 44.634L38.927 45.4792L39.2448 44.6189L39.6079 44.0151L40.3342 44.4075L39.9408 45.0566L39.2448 45.7811L40.2737 45.6H41V46.4453H40.304L39.3356 46.2642L40.0316 46.9887L40.3796 47.5774L39.6684 48L39.275 47.366L38.927 46.4453L38.6395 47.3208L38.2612 47.9547L37.5047 47.5321L37.9132 46.8981L38.5487 46.2642L37.6711 46.4453H36.9145V45.6H37.6711L38.6092 45.7811L37.9283 45.117L37.5349 44.4226L38.2764 44Z" fill="#fff"/>
|
|
20
|
-
<path d="M45.4518 8.00173C42.8285 1.37522 35.5991 -1.75797 29.3045 1.00363C25.0005 2.89184 22.074 7.17138 21.7387 12.0673C18.1014 12.5969 15.5605 16.1303 16.0635 19.9595C16.5187 23.4244 19.3337 26.0035 22.6562 26H45.4517C50.1728 26 54 21.9709 54 17.0009C54 12.0309 50.1729 8.00173 45.4518 8.00173Z" fill="#d8dee4"/>
|
|
21
|
-
<path d="M62 4C56.204 4.00716 51.5071 8.73034 51.5 14.5589V21.0567C51.5 21.5053 51.8616 21.869 52.3077 21.869H55.5385C55.9846 21.869 56.3462 21.5053 56.3462 21.0567V14.5589C56.3461 11.4188 58.8775 8.87335 62 8.87335C66 8.87335 67.6539 11 67.6539 12.5589V12.8212C67.6539 13.2697 68.0155 13.6334 68.4616 13.6334H71.6923C72.1384 13.6334 72.5 13.2697 72.5 12.8212V12.5589C72.4929 6.73034 67.796 4.00716 62 4Z" fill="#7e9bfa"/>
|
|
22
|
-
<path d="M52.1176 15.7703H71.8824C74.1565 15.7703 76 17.6274 76 19.9184V31.8517C76 34.1427 74.1565 35.9999 71.8824 35.9999H52.1176C49.8435 35.9999 48 34.1427 48 31.8518V19.9185C48 17.6274 49.8435 15.7703 52.1176 15.7703Z" fill="#7e9bfa"/>
|
|
23
|
-
<path d="M66 23.4475C66.0081 21.5515 64.4477 20.008 62.5148 20C60.5818 19.992 59.0082 21.5225 59 23.4185C58.9944 24.729 59.7499 25.9283 60.9474 26.5096L60.407 30.2172C60.3528 30.5927 60.6193 30.9401 61.002 30.9932C61.0345 30.9977 61.0672 31 61.1 31H63.9C64.2866 31.0037 64.603 30.6994 64.6068 30.3202C64.6071 30.2857 64.6048 30.2514 64.5999 30.2172L64.0595 26.5096C65.2425 25.9286 65.9925 24.7451 66 23.4475Z" fill="#fff"/>
|
|
24
|
-
</g>
|
|
25
|
-
<defs>
|
|
26
|
-
<clipPath id="clip0_5935_3705">
|
|
27
|
-
<rect width="80.005" height="80" fill="#fff"/>
|
|
28
|
-
</clipPath>
|
|
29
|
-
</defs>
|
|
30
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<svg width="1em" height="0.2em" viewBox="0 0 382 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M140.403 12.9339H158.607C166.391 12.9339 169.864 18.3232 169.864 23.5926C169.864 28.8621 166.391 34.2513 158.607 34.2513H140.403V12.9339ZM152.978 42.6345L170.343 62.5148H181.72L163.157 41.5567L164.834 41.1974C177.289 38.6824 179.205 28.8621 179.205 23.3531C179.205 10.419 168.547 4.5507 158.607 4.43094H131.181V62.5148H140.523V42.395H152.858L152.978 42.6345Z" fill="#222B33"/>
|
|
3
|
-
<path d="M193.696 38.4429L194.056 37.1255C195.613 31.4968 200.403 28.1435 206.87 28.1435C213.816 28.1435 218.127 31.4968 218.846 37.2453L218.966 38.4429H193.696ZM222.199 26.8261C218.726 22.9938 213.337 20.9579 206.63 20.9579C193.816 20.9579 185.193 29.4609 185.193 42.0357C185.193 55.3291 193.696 63.5926 207.469 63.5926C213.936 63.5926 220.283 61.3172 224.235 57.7243L218.966 52.5746C215.972 54.9699 211.062 56.1675 207.708 56.1675C200.163 56.1675 194.894 52.3351 194.056 46.2273L193.936 45.0297H227.229C227.589 37.2453 225.912 30.898 222.199 26.8261Z" fill="#222B33"/>
|
|
4
|
-
<path d="M343.756 22.0357H335.373V62.5148H343.756V22.0357Z" fill="#222B33"/>
|
|
5
|
-
<path d="M363.756 59.6405C366.152 61.916 369.744 63.1136 373.936 62.9938C376.69 62.8741 378.846 62.5148 381.361 61.5567L379.086 54.6106C377.649 55.2094 375.972 55.5687 374.655 55.5687C370.583 55.5687 368.187 52.9339 368.187 48.5028V29.2214H379.924V22.2753H368.307V10.419L359.924 11.2573V22.2753H352.02V29.2214H359.924V48.5028C359.924 53.413 361.241 57.1256 363.756 59.6405Z" fill="#222B33"/>
|
|
6
|
-
<path d="M254.295 55.6884C246.99 55.6884 241.122 49.7004 241.122 42.5148C241.122 35.3291 247.11 29.3411 254.295 29.3411C261.481 29.3411 267.469 35.3291 267.469 42.5148C267.469 49.7004 261.601 55.6884 254.295 55.6884ZM275.972 62.395V22.1555H267.828V25.7483L266.87 25.0297C263.158 22.395 258.846 20.9579 254.295 20.9579C242.439 20.9579 232.858 30.5387 232.858 42.395C232.858 54.2513 242.439 63.8321 254.295 63.8321C258.846 63.8321 263.158 62.395 266.87 59.7603L267.828 59.0417V62.395H275.972Z" fill="#222B33"/>
|
|
7
|
-
<path d="M306.511 28.9818C313.816 28.9818 319.684 34.9698 319.684 42.1555C319.684 49.3411 313.696 55.3291 306.511 55.3291C299.325 55.3291 293.337 49.3411 293.337 42.1555C293.337 34.9698 299.205 28.9818 306.511 28.9818ZM306.511 63.5926C318.367 63.5926 327.948 54.0118 327.948 42.1555C327.948 30.2992 318.367 20.7183 306.511 20.7183C301.96 20.7183 297.649 22.1555 293.936 24.7902L292.978 25.5088V22.1555H284.834V79.5207H292.978V58.8022L293.936 59.5207C297.649 62.1555 301.96 63.5926 306.511 63.5926Z" fill="#222B33"/>
|
|
8
|
-
<path d="M339.565 4.19141C337.05 4.19141 334.415 5.74829 334.415 9.34111C334.415 12.9339 337.05 14.4908 339.565 14.4908C342.08 14.4908 344.714 12.9339 344.714 9.34111C344.714 5.74829 342.08 4.19141 339.565 4.19141Z" fill="#222B33"/>
|
|
9
|
-
<path d="M96.4469 0L58.1235 0.11976L77.1655 12.5749V40L96.4469 27.0659V0Z" fill="#98C1C2"/>
|
|
10
|
-
<path d="M77.1662 40L38.9626 40.1198L57.8848 52.5749V80L77.1662 67.0659V40Z" fill="#D1263D"/>
|
|
11
|
-
<path d="M38.9625 13.0542L0.63916 13.174L19.6811 25.7488V53.0542L38.9625 40.1201V13.0542Z" fill="#FD9E1D"/>
|
|
12
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg width="1em" height="1em" viewBox="0 0 136 113" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g id="Group 39876">
|
|
3
|
-
<g id="Reapit Device RGB">
|
|
4
|
-
<path id="Vector" d="M81.6992 0.400146L108.515 18.0312V56.4837L135.499 38.3489V0.400146H81.6992Z" fill="#98C1C2"/>
|
|
5
|
-
<path id="Vector_2" d="M54.7002 56.4836L81.5165 74.1147V112.567L108.5 94.4324V56.4836H54.7002Z" fill="#D1263D"/>
|
|
6
|
-
<path id="Vector_3" d="M0.904297 18.5344L27.7206 36.1655V74.6179L54.7044 56.4831V18.5344H0.904297Z" fill="#FD9E1D"/>
|
|
7
|
-
</g>
|
|
8
|
-
</g>
|
|
9
|
-
</svg>
|
|
@@ -1,39 +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_5933_8584)">
|
|
3
|
-
<mask id="mask0_5933_8584" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="81" height="80">
|
|
4
|
-
<circle r="40" transform="matrix(1 0 0.000546136 1 40.0218 40)" fill="#C4C4C4"/>
|
|
5
|
-
</mask>
|
|
6
|
-
<g mask="url(#mask0_5933_8584)">
|
|
7
|
-
<rect width="80" height="80" fill="#d8dee4"/>
|
|
8
|
-
<path d="M74.1725 85.5814C74.1725 85.5814 64.6872 85.5814 57.6736 80.2629C46.9249 76.6032 51.8026 54.5787 52.6413 53.7654C53.4799 52.9517 56.7624 54.4071 59.2723 58.3301C62.7584 63.7789 61.6608 67.4284 64.679 70.4442C68.3998 74.1621 74.1675 76.5809 74.1675 76.5809C75.7715 76.5809 72.8871 81.6034 74.1725 85.5814Z" fill="#9faebc"/>
|
|
9
|
-
<path d="M58.3327 78.2925C47.5839 74.6327 51.9977 54.6559 52.8365 53.8426C53.6751 53.029 56.3218 54.8372 57.6546 56.2687C54.7697 58.361 59.3274 70.3639 58.3327 78.2925Z" fill="#607890"/>
|
|
10
|
-
<path d="M34.2351 57.8552C33.7716 60.2336 25.4276 69.5457 24.2884 82.6363C33.9091 92.2898 48.8492 93.9213 60.3118 87.531C59.3676 76.6423 55.5447 59.7935 53.324 54.8238C50.2373 47.9165 43.5836 46.3567 43.5836 46.3567C43.5836 46.3567 34.8424 54.739 34.2351 57.8552Z" fill="#9faebc"/>
|
|
11
|
-
<path d="M52.6579 52.9259C52.6597 56.1492 49.3314 58.7622 45.2239 58.7622C41.1164 58.7622 37.7852 56.1492 37.7834 52.9259C37.7817 49.7026 41.11 47.0896 45.2175 47.0896C49.325 47.0896 52.6562 49.7026 52.6579 52.9259Z" fill="#607890"/>
|
|
12
|
-
<path d="M21.8041 97.0763C21.8041 97.0763 21.5845 81.4124 29.5737 75.5031C37.5631 69.5942 38.2556 53.9281 37.6623 53.0203C37.0692 52.1121 29.4895 53.1801 25.9059 56.1651C19.2309 61.725 14.2793 70.5864 11.484 78.6663C7.92928 76.5082 23.0833 93.3607 21.8041 97.0763Z" fill="#9faebc"/>
|
|
13
|
-
<path d="M30.7572 83.127C31.9924 79.4449 36.5243 71.2627 36.5243 71.2627C36.5243 71.2627 33.2305 81.0814 35.2954 86.3999C33.6456 85.9907 31.9951 84.3543 30.7572 83.127Z" fill="#607890"/>
|
|
14
|
-
</g>
|
|
15
|
-
<path d="M23.3399 33.041C22.6856 34.0154 22.3254 35.2244 22.3881 36.5172C22.5362 39.5669 24.9824 41.9283 27.8521 41.7912C27.9638 41.7858 28.0746 41.7768 28.1842 41.7641C30.3514 48.5976 35.1773 57.1961 45.7034 56.6932C57.4114 56.1339 61.7779 47.4298 63.1519 39.7491C65.6859 39.2762 67.5442 36.864 67.4079 34.0565C67.3454 32.7688 66.8732 31.6038 66.1324 30.6977C65.4452 32.3019 63.609 31.6544 62.9483 30.1094C62.39 28.8039 62.3016 27.437 62.2129 26.0659C62.0964 24.2657 61.9795 22.4582 60.7981 20.7727C59.8687 19.4469 58.762 19.0032 57.4932 18.4944C57.0688 18.3243 56.6264 18.1469 56.1663 17.9268C56.135 17.9118 56.018 17.8707 55.8677 17.8179C55.5265 17.6981 55.0134 17.5179 54.9406 17.4458C55.078 17.6557 56.8049 20.3692 54.61 20.8587C52.3257 21.3684 43.9797 18.7674 43.9797 18.7674C43.9797 18.7674 45.325 20.8116 42.2296 21.9825C39.1345 23.1533 30.8383 18.5573 30.8383 18.5573C30.8383 18.5573 27.4421 22.6777 28.1236 32.8351C28.2795 35.1618 24.9744 35.6495 23.3399 33.041Z" fill="#FFE5C7"/>
|
|
16
|
-
<path d="M36.1065 27.8402C35.5361 27.9758 34.8543 28.1378 34.8689 27.4712C34.9701 22.854 43.4399 24.3325 42.3065 27.0714C42.0705 27.6418 41.4348 27.2789 40.7654 26.8966C40.3037 26.633 39.8261 26.3603 39.4523 26.3781C37.8872 26.4529 37.4404 26.887 37.0425 27.2736C36.7987 27.5104 36.5733 27.7294 36.1204 27.8369L36.1065 27.8402Z" fill="#506478"/>
|
|
17
|
-
<path d="M54.686 24.241C55.8614 24.0401 57.5771 24.4778 58.1204 25.6232C58.3924 26.197 58.1803 26.4131 57.5506 26.6523C57.0102 26.8573 56.6425 26.6319 56.2421 26.3865C56.1229 26.3134 56.0008 26.2386 55.8704 26.1728C55.401 25.9364 54.8561 25.8471 54.3311 25.9248C54.0261 25.9697 53.8235 26.08 53.6048 26.1991C53.4362 26.2909 53.2581 26.3879 53.016 26.4643C52.658 26.5773 52.1962 26.6617 52.165 26.2882C52.0634 25.0684 53.7018 24.4093 54.686 24.241Z" fill="#506478"/>
|
|
18
|
-
<path d="M41.2745 30.2613C41.214 30.1821 41.1476 30.108 41.075 30.0403C38.6778 27.8009 36.5434 32.8812 38.3015 34.479C40.8398 36.7856 42.6762 32.0997 41.2745 30.2613Z" fill="#506478"/>
|
|
19
|
-
<path d="M56.1717 30.269C56.2443 30.3368 56.3107 30.4108 56.3712 30.4901C57.7729 32.3285 55.9365 37.0144 53.3982 34.7077C51.6401 33.11 53.7745 28.0297 56.1717 30.269Z" fill="#506478"/>
|
|
20
|
-
<path d="M39.9231 30.9011C39.9529 30.3824 40.5909 30.2706 40.8069 30.7392C40.9194 30.9834 40.9995 31.1785 40.9533 31.4533C40.882 31.8757 40.2611 31.9766 40.0442 31.6157C39.9019 31.3794 39.9082 31.1655 39.9231 30.9011Z" fill="#fff"/>
|
|
21
|
-
<path d="M55.0194 31.1301C55.0493 30.6114 55.6873 30.4996 55.9033 30.9682C56.0158 31.2124 56.0958 31.4075 56.0496 31.6823C55.9784 32.1043 55.3575 32.2056 55.1406 31.8447C54.9982 31.6084 55.0042 31.3946 55.0194 31.1301Z" fill="#fff"/>
|
|
22
|
-
<path d="M38.6631 42.1096C38.6631 42.1096 47.6488 44.581 54.2409 42.4504C54.5948 46.6636 51.5792 51.5584 45.9812 51.1784C41.2028 50.8546 38.6177 47.7956 38.6631 42.1096Z" fill="#506478"/>
|
|
23
|
-
<path d="M41.4302 49.565C42.5992 50.5115 44.1237 51.0524 45.9812 51.1785C47.908 51.3094 49.5288 50.8148 50.8114 49.9387C49.4771 48.509 49.0462 48.0142 46.3539 48.093C42.806 48.1963 42.3428 49.0558 41.4302 49.565Z" fill="#7e9bfa"/>
|
|
24
|
-
<path d="M38.6634 42.1096C38.6601 42.5212 38.6721 42.9174 38.6964 43.3017C40.2819 44.2506 47.1319 47.8626 54.1986 44.1931C54.2729 43.6096 54.2893 43.0235 54.2412 42.4504C47.4024 44.5177 38.6634 42.1096 38.6634 42.1096Z" fill="#fff"/>
|
|
25
|
-
<path d="M28.6568 7.9585C33.0145 1.70236 42.2055 0.243517 50.5182 1.78907C55.2235 2.66392 78.8198 10.519 66.2573 16.9395C66.5148 19.6301 66.6602 22.344 66.6627 25.0468C66.6641 26.765 66.6967 28.612 66.2686 30.2912C65.7322 32.3955 63.6595 31.7723 62.9484 30.1095C61.6572 27.09 62.8794 23.7421 60.7983 20.7729C59.5581 19.0036 58.0021 18.8052 56.1665 17.9269C56.0593 17.8757 54.9501 17.5191 54.9323 17.4331C54.9323 17.4331 56.8937 20.3496 54.6101 20.8589C52.3258 21.3686 43.9799 18.7675 43.9799 18.7675C43.9799 18.7675 45.3252 20.8117 42.2298 21.9826C39.1347 23.1535 30.8385 18.5575 30.8385 18.5575C30.8385 18.5575 27.4422 22.6779 28.1238 32.8352C28.3385 36.0397 21.9883 35.7558 22.479 28.6995C22.9693 21.6431 22.0106 8.59115 28.6568 7.9585Z" fill="#506478"/>
|
|
26
|
-
<path d="M16.866 63.3855L31.3272 75.5356L35.4846 75.0069L35.3132 70.5682L34.7092 70.2286L33.8286 68.126L31.1688 67.2626L29.9238 64.9024L27.4467 64.5609L26.652 62.1634L24.3864 61.7L20.7033 58.2963L16.866 63.3855Z" fill="#7e9bfa"/>
|
|
27
|
-
<path opacity="0.5" d="M17.6929 62.2408L16.8311 63.3839L31.2923 75.5341L33.7008 75.2382C28.065 71.2974 22.7375 66.9173 17.6929 62.2408Z" fill="#7e9bfa"/>
|
|
28
|
-
<path d="M24.3514 61.6986L20.6685 58.2948L19.2122 60.2262C24.2803 64.9865 29.6596 69.4211 35.3712 73.3865L35.2566 70.6053L34.6524 70.2657L33.7828 68.1438L31.1284 67.2704L29.8864 64.9054L27.4106 64.5616L26.6167 62.1626L24.3514 61.6986Z" fill="#7e9bfa"/>
|
|
29
|
-
<path opacity="0.5" d="M22.8783 58.9687L17.8943 65.5233L16.3092 64.3202L21.2931 57.7656L22.8783 58.9687Z" fill="#7e9bfa"/>
|
|
30
|
-
<ellipse cx="9.28165" cy="53.243" rx="2.46476" ry="2.49152" fill="#d8dee4"/>
|
|
31
|
-
<path d="M11.0431 54.4339C10.4509 55.4194 9.17122 55.7391 8.1847 55.1476C7.19778 54.556 6.87821 53.2776 7.47023 52.292C8.06226 51.3062 9.34191 50.9868 10.3286 51.5782C11.3154 52.1697 11.6349 53.4481 11.0431 54.4339ZM5.49949 52.1188C3.04955 56.198 4.37327 61.4889 8.45627 63.9366C12.5397 66.3844 17.8354 65.0618 20.2855 60.9827C22.7357 56.9035 21.412 51.6124 17.3288 49.1647C13.2456 46.7171 7.94963 48.0397 5.49949 52.1188Z" fill="#7e9bfa"/>
|
|
32
|
-
<path d="M22.8783 58.9687L17.8943 65.5233L16.3092 64.3202L21.2931 57.7656L22.8783 58.9687Z" fill="#7e9bfa"/>
|
|
33
|
-
</g>
|
|
34
|
-
<defs>
|
|
35
|
-
<clipPath id="clip0_5933_8584">
|
|
36
|
-
<rect width="80" height="80" fill="#fff"/>
|
|
37
|
-
</clipPath>
|
|
38
|
-
</defs>
|
|
39
|
-
</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
|
-
<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="M24.051 22.6164C22.5323 18.7934 18.3469 16.9858 14.7026 18.579C12.2108 19.6684 10.5165 22.1373 10.3224 24.9619C8.21658 25.2674 6.74554 27.306 7.03676 29.5151C7.30029 31.5141 8.93001 33.002 10.8536 33H24.051C26.7842 33 29 30.6755 29 27.8082C29 24.9409 26.7843 22.6164 24.051 22.6164Z" fill="#fff"/>
|
|
5
|
-
<path d="M24.4883 31C28.8888 31 32.5288 27.6338 32.9577 23.3488C33.0045 22.8817 32.6194 22.5 32.15 22.5H30.1188C29.6493 22.5 29.2767 22.8838 29.1936 23.3459C28.7924 25.5756 26.8344 27.274 24.4883 27.274C21.8533 27.274 19.7077 25.1315 19.7077 22.5C19.7077 19.8685 21.8531 17.726 24.4883 17.726C25.4909 17.726 26.4238 18.0288 27.2167 18.5876L25.9807 19.8685C25.7242 20.1479 25.8408 20.5672 26.214 20.5672L31.9273 20.6138C32.1605 20.6138 32.3704 20.4042 32.3469 20.1713L32.0672 14.4891C32.0439 14.1165 31.6241 14.0234 31.3675 14.3028L29.8518 15.8863C28.3362 14.6753 26.4705 14 24.5117 14C19.8244 14 16 17.8192 16 22.5C15.9998 27.1808 19.8008 31 24.4883 31Z" fill="#9faebc"/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="1em" height="1em" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M13.75 1H18.75C19.0815 1 19.3994 1.1317 19.6338 1.36611C19.8682 1.60053 19.9999 1.91847 19.9999 2.24999V5.99996H12.5V2.24999C12.5 1.91847 12.6317 1.60053 12.8661 1.36611C13.1005 1.1317 13.4185 1 13.75 1V1Z" fill="#506478"/>
|
|
3
|
-
<path d="M26.2498 3.5H21.2499V5.99998C21.2499 6.3315 21.1182 6.64944 20.8838 6.88386C20.6493 7.11828 20.3314 7.24997 19.9999 7.24997H12.4999C12.1684 7.24997 11.8505 7.11828 11.6161 6.88386C11.3816 6.64944 11.25 6.3315 11.25 5.99998V3.5H6.24999C5.91847 3.5 5.60053 3.6317 5.36611 3.86611C5.1317 4.10053 5 4.41847 5 4.74999V29.7498C5 30.0813 5.1317 30.3993 5.36611 30.6337C5.60053 30.8681 5.91847 30.9998 6.24999 30.9998H26.2498C26.5814 30.9998 26.8993 30.8681 27.1337 30.6337C27.3681 30.3993 27.4998 30.0813 27.4998 29.7498V4.74999C27.4998 4.41847 27.3681 4.10053 27.1337 3.86611C26.8993 3.6317 26.5814 3.5 26.2498 3.5ZM16.8749 9.79042C17.556 9.87601 18.2122 10.101 18.8026 10.4513C19.3929 10.8017 19.9048 11.2699 20.3062 11.8267C20.7076 12.3836 20.9901 13.0172 21.1359 13.688C21.2817 14.3588 21.2877 15.0524 21.1536 15.7257L16.8749 14.2995V9.79042ZM15.6249 9.79042V14.7499C15.6247 14.8812 15.6659 15.0093 15.7426 15.1158C15.8194 15.2224 15.9277 15.3021 16.0523 15.3437L20.758 16.9122C20.3831 17.6944 19.8112 18.3657 19.0984 18.86C18.3856 19.3543 17.5565 19.6546 16.6925 19.7315C15.8286 19.8085 14.9594 19.6593 14.1705 19.2987C13.3816 18.9381 12.7001 18.3785 12.193 17.6748C11.6858 16.9711 11.3704 16.1476 11.2778 15.2852C11.1852 14.4227 11.3185 13.551 11.6647 12.7557C12.0109 11.9604 12.558 11.2688 13.2523 10.7489C13.9467 10.229 14.7643 9.89871 15.6249 9.79042ZM23.7499 28.4998H8.74997V27.2498H11.25V24.7498H13.7499V27.2498H14.9999V23.4999H17.4999V27.2498H18.7499V22.2499H21.2499V27.2498H23.7499V28.4998Z" fill="#9faebc"/>
|
|
4
|
-
<path d="M16.8748 9.79053C17.5559 9.87611 18.2121 10.1011 18.8024 10.4514C19.3927 10.8018 19.9046 11.27 20.306 11.8268C20.7075 12.3837 20.9899 13.0173 21.1357 13.6881C21.2815 14.3589 21.2875 15.0525 21.1535 15.7258L16.8748 14.2996V9.79053ZM15.6248 9.79053V14.75C15.6246 14.8813 15.6658 15.0094 15.7425 15.1159C15.8192 15.2225 15.9275 15.3022 16.0521 15.3438L20.7578 16.9123C20.383 17.6946 19.811 18.3658 19.0982 18.8601C18.3855 19.3544 17.5564 19.6547 16.6924 19.7316C15.8284 19.8086 14.9593 19.6594 14.1704 19.2988C13.3815 18.9382 12.7 18.3786 12.1928 17.6749C11.6856 16.9712 11.3702 16.1477 11.2776 15.2853C11.185 14.4228 11.3183 13.5511 11.6645 12.7558C12.0107 11.9605 12.5578 11.2689 13.2522 10.749C13.9465 10.2291 14.7641 9.89882 15.6248 9.79053Z" fill="#d8dee4"/>
|
|
5
|
-
<path d="M23.7499 28.5H8.75V27.25H11.25V24.75H13.75V27.25H15V23.5H17.4999V27.25H18.7499V22.25H21.2499V27.25H23.7499V28.5Z" fill="#F2F2F2"/>
|
|
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
|
-
<rect x="8" y="11" width="24" height="28" fill="#9faebc"/>
|
|
3
|
-
<path d="M20 18V10.5L28 11.5L28.5 21L20 18Z" fill="#fff"/>
|
|
4
|
-
<path d="M33.3333 3.33325H26.6667V6.66659C26.6667 7.10861 26.4911 7.53254 26.1785 7.8451C25.866 8.15766 25.442 8.33325 25 8.33325H15C14.558 8.33325 14.1341 8.15766 13.8215 7.8451C13.5089 7.53254 13.3333 7.10861 13.3333 6.66659V3.33325H6.66667C6.22464 3.33325 5.80072 3.50885 5.48816 3.82141C5.17559 4.13397 5 4.55789 5 4.99992V38.3333C5 38.7753 5.17559 39.1992 5.48816 39.5118C5.80072 39.8243 6.22464 39.9999 6.66667 39.9999H33.3333C33.7754 39.9999 34.1993 39.8243 34.5119 39.5118C34.8244 39.1992 35 38.7753 35 38.3333V4.99992C35 4.55789 34.8244 4.13397 34.5119 3.82141C34.1993 3.50885 33.7754 3.33325 33.3333 3.33325ZM30 36.6666H10V34.9999H13.3333V31.6666H16.6667V34.9999H18.3333V29.9999H21.6667V34.9999H23.3333V28.3333H26.6667V34.9999H30V36.6666Z" fill="#d8dee4"/>
|
|
5
|
-
<circle cx="20.005" cy="18.3349" r="6.665" fill="#9faebc"/>
|
|
6
|
-
<path d="M20.958 10.7283C20.6733 10.6925 20.387 10.7807 20.1718 10.9706C19.9566 11.1604 19.8334 11.4335 19.8334 11.7205V17.0118C19.8334 17.8727 20.3842 18.6369 21.2009 18.9092L26.2221 20.5829C26.4944 20.6736 26.7925 20.6431 27.0407 20.4989C27.2888 20.3548 27.4631 20.111 27.5191 19.8295C27.7247 18.7971 27.7154 17.7335 27.4919 16.7048C27.2683 15.6762 26.8352 14.7047 26.2196 13.8508C25.6041 12.9969 24.8192 12.2789 23.9139 11.7417C23.0087 11.2045 22.0025 10.8595 20.958 10.7283Z" fill="#fff"/>
|
|
7
|
-
<path d="M14.6667 0H25.3333C25.7754 0 26.1993 0.175595 26.5118 0.488156C26.8244 0.800716 27 1.22464 27 1.66667V8.66667H13V1.66667C13 1.22464 13.1756 0.800716 13.4882 0.488156C13.8007 0.175595 14.2246 0 14.6667 0Z" fill="#798da1"/>
|
|
8
|
-
</svg>
|