adata-ui 0.3.99 → 2.0.0
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/-error.vue +170 -0
- package/.editorconfig +12 -0
- package/.eslintrc.cjs +4 -0
- package/.gitlab-ci.yml +16 -0
- package/.nuxtrc +1 -0
- package/.nvmrc +1 -0
- package/.playground/app.config.ts +5 -0
- package/.playground/nuxt.config.ts +4 -0
- package/.prettierignore +24 -0
- package/.prettierrc +10 -0
- package/README.md +75 -7
- package/app.config.ts +27 -0
- package/app.vue +7 -0
- package/assets/img/adata-mobile.png +0 -0
- package/assets/img/analytics-mobile.png +0 -0
- package/assets/img/compliance-mobile.png +0 -0
- package/assets/img/empty-box.png +0 -0
- package/assets/img/fea-mobile.png +0 -0
- package/assets/img/fines-mobile.png +0 -0
- package/assets/img/pk-mobile.png +0 -0
- package/assets/img/tenders-mobile.png +0 -0
- package/assets/img/work-mobile.png +0 -0
- package/assets/styles/index.scss +101 -0
- package/assets/styles/modules/_base.scss +5 -0
- package/assets/styles/modules/_typography.scss +152 -0
- package/components/elements/README.md +1 -0
- package/components/elements/a-select-row/index.vue +140 -0
- package/components/elements/accordion/AAccordion.vue +196 -0
- package/components/elements/accordion/AAccordionGroup/AAccordionGroup.vue +145 -0
- package/components/elements/accordion/AAccordionGroup/types.ts +20 -0
- package/components/elements/accordion/AAccordionGroup/ui.config.ts +22 -0
- package/components/elements/accordion/types.ts +14 -0
- package/components/elements/accordion/ui.config.ts +22 -0
- package/components/elements/alert/AAlert.vue +65 -0
- package/components/elements/banner/ABanner.vue +49 -0
- package/components/elements/bg-block/ABgBlock.vue +11 -0
- package/components/elements/button/AButton.vue +188 -0
- package/components/elements/button/types.ts +24 -0
- package/components/elements/calendar/ACalendar.vue +83 -0
- package/components/elements/carousel/ACarousel.vue +159 -0
- package/components/elements/carousel/config.ui.ts +15 -0
- package/components/elements/carousel/types.ts +18 -0
- package/components/elements/chip-wrapper/AChipWrapper.vue +80 -0
- package/components/elements/chip-wrapper/types.ts +12 -0
- package/components/elements/chips/AChips.vue +32 -0
- package/components/elements/companies/AOurClients.vue +42 -0
- package/components/elements/curve-block/ACurveBlock.vue +196 -0
- package/components/elements/digit-badge/ADigitBadge.vue +83 -0
- package/components/elements/error-template/index.vue +48 -0
- package/components/elements/error-template/types.ts +23 -0
- package/components/elements/feature-description/AFeatureDescription.vue +112 -0
- package/components/elements/illustrations/noAccess.vue +62 -0
- package/components/elements/infinite-carousel/AInfiniteCarousel.vue +55 -0
- package/components/elements/infinite-scroll/AInfiniteScroll.vue +33 -0
- package/components/elements/leave-note/ALeaveNote.vue +77 -0
- package/components/elements/pagination/APagination.vue +110 -0
- package/components/elements/photos-animation/APhotosAnimation.vue +83 -0
- package/components/elements/select/ASelect.vue +389 -0
- package/components/elements/select/ASelectMobile.vue +186 -0
- package/components/elements/select/ui/select-button.vue +112 -0
- package/components/elements/select/ui/select-list.vue +99 -0
- package/components/elements/show-more/AShowMore.vue +35 -0
- package/components/elements/skeleton/ASkeleton.vue +44 -0
- package/components/elements/star-rating/AStarRating.vue +181 -0
- package/components/elements/star-rating/types.ts +8 -0
- package/components/elements/star-rating/ui/Star.vue +74 -0
- package/components/elements/status-badge/AStatusBadge.vue +74 -0
- package/components/elements/table/ATable.vue +93 -0
- package/components/elements/table/table.config.ts +32 -0
- package/components/elements/tree-select/ATreeSelect.vue +169 -0
- package/components/elements/tree-select/TreeService.ts +249 -0
- package/components/elements/tree-select/components/tree-select-nodes.vue +90 -0
- package/components/elements/tree-select/types.ts +34 -0
- package/components/elements/tree-select-mobile/ATreeSelectMobile.vue +79 -0
- package/components/elements/tree-select-mobile/components/ATreeSelectNodesMobile.vue +175 -0
- package/components/features/color-mode/AColorMode.client.vue +53 -0
- package/components/features/dropdown/ADropdown.vue +124 -0
- package/components/features/go-top/GoTop.vue +58 -0
- package/components/features/lang-switcher/lang-switcher.vue +56 -0
- package/components/features/pk-mobile-services/APkMobileServices.vue +130 -0
- package/components/features//321/201hange-version/AChangeVersion.vue +20 -0
- package/components/forms/README.md +1 -0
- package/components/forms/checkbox/ACheckbox.vue +151 -0
- package/components/forms/feedback-form/FeedbackForm.vue +171 -0
- package/components/forms/input/button/AInputButton.vue +53 -0
- package/components/forms/input/date/AInputDate.vue +213 -0
- package/components/forms/input/password/AInputPassword.vue +53 -0
- package/components/forms/input/standard/AInputStandard.vue +412 -0
- package/components/forms/input/textarea/ATextarea.vue +200 -0
- package/components/forms/radio-button/ARadioButton.vue +87 -0
- package/components/forms/request-demo/ARequestDemo.vue +90 -0
- package/components/forms/toggle/AToggle.vue +157 -0
- package/components/forms/toggle/types.ts +16 -0
- package/components/modals/AboutTariffModal.vue +113 -0
- package/components/modals/AnotherDeviceModal.vue +59 -0
- package/components/modals/ApplicationAcceptedModal.vue +47 -0
- package/components/modals/AuthModal.vue +50 -0
- package/components/modals/ConnectingTariffModal.vue +68 -0
- package/components/modals/ContactsMobileModel.vue +182 -0
- package/components/modals/ContentNavigationModal.vue +282 -0
- package/components/modals/Insufficient-funds-modal.vue +74 -0
- package/components/modals/LimitReachedModal.vue +29 -0
- package/components/modals/NoAccessModal.vue +37 -0
- package/components/modals/PaymentMethodModal.vue +101 -0
- package/components/modals/RedirectsBanksModal.vue +69 -0
- package/components/modals/ReplenishModal.vue +132 -0
- package/components/modals/ReportBugConfirmModal.vue +30 -0
- package/components/modals/ReportBugModal.vue +156 -0
- package/components/modals/SubmitApplicationModal.vue +111 -0
- package/components/navigation/README.md +1 -0
- package/components/navigation/bottom-navigation/ABottomNavigation.vue +101 -0
- package/components/navigation/breadcrumbs/ABreadcrumbs.vue +66 -0
- package/components/navigation/breadcrumbs/types.ts +4 -0
- package/components/navigation/footer/AFooter.vue +126 -0
- package/components/navigation/footer/NewFooter.vue +276 -0
- package/components/navigation/footer/ui/footer-acccordion.vue +119 -0
- package/components/navigation/footer/ui/new-footer-accordion.vue +120 -0
- package/components/navigation/header/AHeader.vue +187 -0
- package/components/navigation/header/AlmatyContacts.vue +143 -0
- package/components/navigation/header/AstanaContacts.vue +65 -0
- package/components/navigation/header/CardGallery.vue +248 -0
- package/components/navigation/header/ContactMenu.vue +114 -0
- package/components/navigation/header/HeaderLink.vue +247 -0
- package/components/navigation/header/ListItem.vue +31 -0
- package/components/navigation/header/NavCard.vue +41 -0
- package/components/navigation/header/NavList.vue +115 -0
- package/components/navigation/header/NotificationsMenu.vue +51 -0
- package/components/navigation/header/ProductMenu.vue +212 -0
- package/components/navigation/header/ProfileMenu.vue +189 -0
- package/components/navigation/header/TopHeader.vue +181 -0
- package/components/navigation/header/types.ts +28 -0
- package/components/navigation/line-tabs/ALineTabs.vue +111 -0
- package/components/navigation/line-tabs/types.ts +21 -0
- package/components/navigation/mobile-navigation/AMobileNavigation.vue +104 -0
- package/components/navigation/pill-tabs/APillTabs.vue +157 -0
- package/components/navigation/pill-tabs/types.ts +22 -0
- package/components/navigation/side-navigation/ASideNavigation.vue +404 -0
- package/components/overlays/README.md +1 -0
- package/components/overlays/modal/AModal.vue +332 -0
- package/components/overlays/sideover/ASlideover.vue +351 -0
- package/components/overlays/tooltip/ATooltip.vue +242 -0
- package/components/transitions/ATransitionHeight.vue +67 -0
- package/components/utils/index.ts +19 -0
- package/composables/highlight.ts +18 -0
- package/composables/modalsState.ts +8 -0
- package/composables/projectState.ts +2 -0
- package/composables/useAdaptive.ts +46 -0
- package/composables/useCarouselScroll.ts +49 -0
- package/composables/useHeaderNavigationLinks.ts +576 -0
- package/composables/useUIValidation.ts +16 -0
- package/histoire.config.ts +10 -0
- package/i18n/i18n.config.ts +21 -0
- package/i18n.config.ts +21 -0
- package/icons/adata-logo.vue +17 -0
- package/icons/arrow/arrow-bottom-left-on-square.vue +5 -0
- package/icons/arrow/arrow-circle-down.vue +20 -0
- package/icons/arrow/arrow-circle-reset.vue +16 -0
- package/icons/arrow/arrow-corner.vue +9 -0
- package/icons/arrow/arrow-graph-down.vue +13 -0
- package/icons/arrow/arrow-graph-up.vue +14 -0
- package/icons/arrow/arrow-square-down.vue +15 -0
- package/icons/arrow/arrow-top-right-on-square.vue +6 -0
- package/icons/arrow-currency-gray.vue +5 -0
- package/icons/arrow-currency-green.vue +5 -0
- package/icons/arrow-currency-red.vue +5 -0
- package/icons/arrow-side-up.vue +6 -0
- package/icons/avatar.vue +12 -0
- package/icons/block.vue +16 -0
- package/icons/bookmark/bookmark-filled.vue +18 -0
- package/icons/bookmark/bookmark.vue +5 -0
- package/icons/browsers/browser-duck.vue +65 -0
- package/icons/browsers/browser-google.vue +24 -0
- package/icons/browsers/browser-yandex.vue +13 -0
- package/icons/building-vector.vue +7 -0
- package/icons/calculator.vue +7 -0
- package/icons/calendar.vue +24 -0
- package/icons/car.vue +7 -0
- package/icons/check/check-circle.vue +6 -0
- package/icons/check/check-shield.vue +14 -0
- package/icons/check/check.vue +17 -0
- package/icons/check/checkmark-circle.vue +6 -0
- package/icons/checkbox/checkbox-active.vue +17 -0
- package/icons/checkbox/checkbox-empty.vue +10 -0
- package/icons/checkbox/checkbox-intermediate.vue +7 -0
- package/icons/chevron/chevron-down.vue +5 -0
- package/icons/chevron/chevron-left.vue +5 -0
- package/icons/chevron/chevron-right.vue +5 -0
- package/icons/chevron/chevron-up.vue +5 -0
- package/icons/chevron/double-chevron-right.vue +12 -0
- package/icons/clipboard-text.vue +7 -0
- package/icons/clock.vue +9 -0
- package/icons/company/company-bazis.vue +21 -0
- package/icons/company/company-bereke.vue +25 -0
- package/icons/company/company-bigroup.vue +16 -0
- package/icons/company/company-erg.vue +17 -0
- package/icons/company/company-forte.vue +23 -0
- package/icons/company/company-halyk.vue +15 -0
- package/icons/company/company-jusan.vue +14 -0
- package/icons/company/company-kaspi.vue +14 -0
- package/icons/company/company-mycar.vue +13 -0
- package/icons/company/company-samruk.vue +21 -0
- package/icons/company-egov-small.vue +15 -0
- package/icons/company.vue +8 -0
- package/icons/copy.vue +7 -0
- package/icons/currency/currency-dollar.vue +16 -0
- package/icons/currency/currency-down.vue +22 -0
- package/icons/currency/currency-eur.vue +57 -0
- package/icons/currency/currency-rub.vue +7 -0
- package/icons/currency/currency-usd.vue +221 -0
- package/icons/currency/currency-yuan.vue +25 -0
- package/icons/delete.vue +7 -0
- package/icons/document.vue +5 -0
- package/icons/download.vue +11 -0
- package/icons/edit.vue +7 -0
- package/icons/education.vue +16 -0
- package/icons/egov-small.vue +7 -0
- package/icons/expand-window.vue +7 -0
- package/icons/eye-closed.vue +26 -0
- package/icons/eye-open.vue +7 -0
- package/icons/eye-opened.vue +23 -0
- package/icons/file/file.vue +16 -0
- package/icons/file/files.vue +16 -0
- package/icons/filter.vue +5 -0
- package/icons/flag.vue +7 -0
- package/icons/gift.vue +8 -0
- package/icons/globe.vue +16 -0
- package/icons/graph-pie.vue +14 -0
- package/icons/hand/hand-thumb-up-filled.vue +5 -0
- package/icons/hand/hand-thumb-up.vue +5 -0
- package/icons/hand-with-phone/hand-with-phone-dark.vue +52 -0
- package/icons/hand-with-phone/hand-with-phone-light.vue +52 -0
- package/icons/handshake.vue +5 -0
- package/icons/hcheck.vue +14 -0
- package/icons/hdocument.vue +7 -0
- package/icons/history.vue +5 -0
- package/icons/horizontal-more.vue +13 -0
- package/icons/hummer.vue +16 -0
- package/icons/id.vue +7 -0
- package/icons/info/info-circle.vue +29 -0
- package/icons/invoice.vue +7 -0
- package/icons/judge.vue +14 -0
- package/icons/link-chain.vue +28 -0
- package/icons/link.vue +7 -0
- package/icons/linkedin.vue +24 -0
- package/icons/loader-circle.vue +27 -0
- package/icons/location.vue +8 -0
- package/icons/lock.vue +5 -0
- package/icons/logo.vue +15 -0
- package/icons/logout.vue +16 -0
- package/icons/magnify/magnifying-glass-minus.vue +8 -0
- package/icons/magnify/magnifying-glass-plus.vue +9 -0
- package/icons/magnify/magnifying-glass.vue +9 -0
- package/icons/mail.vue +7 -0
- package/icons/main-filter.vue +5 -0
- package/{dist/img/location.807c7100.svg → icons/map/map-pin-filled.vue} +7 -4
- package/icons/map/map-pin-rect.vue +15 -0
- package/{src/assets/location.svg → icons/map/map-pin.vue} +7 -4
- package/icons/map-marker-start.vue +7 -0
- package/icons/map-paper.vue +5 -0
- package/icons/medal.vue +7 -0
- package/icons/menu-filled.vue +20 -0
- package/icons/menu.vue +8 -0
- package/icons/message/message.vue +12 -0
- package/icons/minus/minus-circle.vue +10 -0
- package/icons/money.vue +5 -0
- package/icons/monitoring.vue +10 -0
- package/icons/moon.vue +8 -0
- package/icons/more.vue +29 -0
- package/icons/note-pencil.vue +14 -0
- package/icons/note.vue +14 -0
- package/icons/notification.vue +16 -0
- package/icons/paperclip.vue +7 -0
- package/icons/payment/payment-card.vue +6 -0
- package/icons/payment/payment-kaspi.vue +11 -0
- package/icons/person-vector.vue +7 -0
- package/icons/person-with-briefcase.vue +10 -0
- package/icons/phone-filled.vue +5 -0
- package/icons/phone.vue +7 -0
- package/icons/plus/plus-circle.vue +8 -0
- package/icons/plus/plus.vue +13 -0
- package/icons/profile.vue +5 -0
- package/icons/radio/radio-check.vue +8 -0
- package/icons/radio/radio-empty.vue +10 -0
- package/icons/receipt.vue +8 -0
- package/icons/robot.vue +14 -0
- package/icons/scales/scale.vue +16 -0
- package/icons/scales/scales.vue +5 -0
- package/icons/scales/standing-scales.vue +15 -0
- package/icons/search.vue +15 -0
- package/icons/share/share-alt.vue +5 -0
- package/icons/share/share.vue +14 -0
- package/icons/ship.vue +8 -0
- package/icons/socials/face-book.vue +15 -0
- package/icons/socials/instagram.vue +19 -0
- package/icons/socials/telegram.vue +15 -0
- package/icons/socials/tik-tok.vue +15 -0
- package/icons/socials/youtube.vue +16 -0
- package/icons/sort/sort-asc.vue +15 -0
- package/icons/sort/sort-desc.vue +15 -0
- package/icons/splitting-arrows.vue +8 -0
- package/icons/star/star-filled.vue +40 -0
- package/icons/star/star-half-filled.vue +20 -0
- package/icons/star/star.vue +25 -0
- package/icons/sun.vue +14 -0
- package/icons/sviazi.vue +5 -0
- package/icons/tag.vue +30 -0
- package/icons/tender-search.vue +11 -0
- package/icons/toasts/check-circle-toast.vue +6 -0
- package/icons/toasts/warning-triangle-toast.vue +7 -0
- package/icons/trash.vue +13 -0
- package/icons/triangle.vue +10 -0
- package/icons/truck.vue +7 -0
- package/icons/user-square.vue +14 -0
- package/icons/user.vue +22 -0
- package/icons/users-focus.vue +8 -0
- package/icons/users-three.vue +7 -0
- package/icons/users.vue +8 -0
- package/icons/warning/warning-circle.vue +29 -0
- package/icons/warning/warning-triangle-filled.vue +12 -0
- package/icons/warning/warning-triangle.vue +28 -0
- package/icons/whatsapp.vue +8 -0
- package/icons/work-bag.vue +11 -0
- package/icons/work-search.vue +10 -0
- package/icons/work.vue +5 -0
- package/icons/x-mark.vue +15 -0
- package/illustrations/address-location.vue +38 -0
- package/illustrations/ball-with-chain.vue +120 -0
- package/illustrations/bill.vue +133 -0
- package/illustrations/buildings.vue +82 -0
- package/illustrations/calendar.vue +156 -0
- package/illustrations/chains.vue +152 -0
- package/illustrations/coin-percent.vue +126 -0
- package/illustrations/coins-stack.vue +202 -0
- package/illustrations/delete-dark.vue +31 -0
- package/illustrations/delete.vue +32 -0
- package/illustrations/doc-with-stamp.vue +126 -0
- package/illustrations/document.vue +64 -0
- package/illustrations/door.vue +74 -0
- package/illustrations/empty-box.vue +77 -0
- package/illustrations/empty-wallet.vue +161 -0
- package/illustrations/graph-in-coin.vue +119 -0
- package/illustrations/hammer.vue +156 -0
- package/illustrations/hand-cash.vue +108 -0
- package/illustrations/info.vue +39 -0
- package/illustrations/mail.vue +68 -0
- package/illustrations/ok.vue +62 -0
- package/illustrations/people-group.vue +237 -0
- package/illustrations/person-with-phone.vue +187 -0
- package/illustrations/person.vue +159 -0
- package/illustrations/phone-check.vue +90 -0
- package/illustrations/phone-payment-method.vue +223 -0
- package/illustrations/stop-hand.vue +77 -0
- package/illustrations/stop-sign.vue +34 -0
- package/illustrations/suit.vue +111 -0
- package/illustrations/suitcase.vue +105 -0
- package/illustrations/terminal-dark.vue +48 -0
- package/illustrations/terminal.vue +234 -0
- package/illustrations/trash-can.vue +108 -0
- package/illustrations/turn-on-tariff.vue +38 -0
- package/illustrations/two-persons.vue +169 -0
- package/lang/en.ts +593 -0
- package/lang/kk.ts +594 -0
- package/lang/ru.ts +595 -0
- package/layouts/default.vue +13 -0
- package/nuxt.config.ts +64 -0
- package/package.json +65 -76
- package/plugins/maska.ts +5 -0
- package/plugins/toast.client.ts +58 -0
- package/public/error-illustrations/401.webp +0 -0
- package/public/error-illustrations/403.webp +0 -0
- package/public/error-illustrations/404.webp +0 -0
- package/public/error-illustrations/500.webp +0 -0
- package/public/error-illustrations/502.webp +0 -0
- package/public/error-illustrations/503.webp +0 -0
- package/public/error-illustrations/504.webp +0 -0
- package/public/header/compliance.webp +0 -0
- package/public/header/unload.webp +0 -0
- package/public/header/ved.webp +0 -0
- package/public/mode/dark-analytics-en.webp +0 -0
- package/public/mode/dark-analytics-kk.webp +0 -0
- package/public/mode/dark-analytics-ru.webp +0 -0
- package/public/mode/dark-complience-en.webp +0 -0
- package/public/mode/dark-complience-kk.webp +0 -0
- package/public/mode/dark-complience-ru.webp +0 -0
- package/public/mode/dark-fea-en.webp +0 -0
- package/public/mode/dark-fea-kk.webp +0 -0
- package/public/mode/dark-fea-ru.webp +0 -0
- package/public/mode/dark-fines-en.webp +0 -0
- package/public/mode/dark-fines-kk.webp +0 -0
- package/public/mode/dark-fines-ru.webp +0 -0
- package/public/mode/dark-pk-en.webp +0 -0
- package/public/mode/dark-pk-kk.webp +0 -0
- package/public/mode/dark-pk-ru.webp +0 -0
- package/public/mode/dark-tenders-en.webp +0 -0
- package/public/mode/dark-tenders-kk.webp +0 -0
- package/public/mode/dark-tenders-ru.webp +0 -0
- package/public/mode/dark-work-en.webp +0 -0
- package/public/mode/dark-work-kk.webp +0 -0
- package/public/mode/dark-work-ru.webp +0 -0
- package/public/mode/light-analytics-en.webp +0 -0
- package/public/mode/light-analytics-kk.webp +0 -0
- package/public/mode/light-analytics-ru.webp +0 -0
- package/public/mode/light-complience-en.webp +0 -0
- package/public/mode/light-complience-kk.webp +0 -0
- package/public/mode/light-complience-ru.webp +0 -0
- package/public/mode/light-fea-en.webp +0 -0
- package/public/mode/light-fea-kk.webp +0 -0
- package/public/mode/light-fea-ru.webp +0 -0
- package/public/mode/light-fines-en.webp +0 -0
- package/public/mode/light-fines-kk.webp +0 -0
- package/public/mode/light-fines-ru.webp +0 -0
- package/public/mode/light-pk-en.webp +0 -0
- package/public/mode/light-pk-kk.webp +0 -0
- package/public/mode/light-pk-ru.webp +0 -0
- package/public/mode/light-tenders-en.webp +0 -0
- package/public/mode/light-tenders-kk.webp +0 -0
- package/public/mode/light-tenders-ru.webp +0 -0
- package/public/mode/light-work-en.webp +0 -0
- package/public/mode/light-work-kk.webp +0 -0
- package/public/mode/light-work-ru.webp +0 -0
- package/public/tariff/subtract.png +0 -0
- package/shared/constans/pages.ts +73 -0
- package/tailwind.config.ts +163 -0
- package/tests/AButton.test.ts +81 -0
- package/tsconfig.json +6 -0
- package/utils/getMaxZindex.ts +25 -0
- package/utils/localizedNavigation.ts +36 -0
- package/vitest.config.ts +14 -0
- package/babel.config.js +0 -5
- package/dist/adata-ui.common.js +0 -10910
- package/dist/adata-ui.common.js.map +0 -1
- package/dist/adata-ui.css +0 -1
- package/dist/adata-ui.umd.js +0 -10920
- package/dist/adata-ui.umd.js.map +0 -1
- package/dist/adata-ui.umd.min.js +0 -7
- package/dist/adata-ui.umd.min.js.map +0 -1
- package/dist/demo.html +0 -10
- package/dist/img/expand-window.39c851da.svg +0 -3
- package/dist/img/facebook.797d820f.svg +0 -4
- package/dist/img/instagram.8a77381c.svg +0 -6
- package/dist/img/linkedIn.607d9542.svg +0 -13
- package/dist/img/logo-desktop-main.4d169395.svg +0 -8
- package/dist/img/logo-mobile-main.397bce24.svg +0 -4
- package/dist/img/logo-white-desktop.7d0e3481.svg +0 -8
- package/dist/img/mail.e4826575.svg +0 -3
- package/dist/img/phone.ae6c1746.svg +0 -3
- package/dist/img/telegram.be0d1008.svg +0 -4
- package/dist/img/tiktok.eaeb39cb.svg +0 -4
- package/dist/img/up-down.e2b28f72.svg +0 -3
- package/dist/img/youtube.125aace6.svg +0 -5
- package/package-lock.json +0 -27138
- package/public/favicon.ico +0 -0
- package/public/index.html +0 -17
- package/public/logo.svg +0 -4
- package/src/App.vue +0 -31
- package/src/assets/_text_field.scss +0 -225
- package/src/assets/expand-window.svg +0 -3
- package/src/assets/facebook.svg +0 -4
- package/src/assets/instagram.svg +0 -6
- package/src/assets/linkedIn.svg +0 -13
- package/src/assets/logo-desktop-main.svg +0 -8
- package/src/assets/logo-desktop.svg +0 -9
- package/src/assets/logo-desktop.webp +0 -0
- package/src/assets/logo-mobile-main.svg +0 -4
- package/src/assets/logo-mobile.svg +0 -9
- package/src/assets/logo-mobile.webp +0 -0
- package/src/assets/logo-white-desktop.svg +0 -8
- package/src/assets/mail.svg +0 -3
- package/src/assets/phone.svg +0 -3
- package/src/assets/style.scss +0 -1
- package/src/assets/telegram.svg +0 -4
- package/src/assets/tiktok.svg +0 -4
- package/src/assets/up-down.svg +0 -3
- package/src/assets/youtube.svg +0 -5
- package/src/components/Alert/Alert.stories.js +0 -17
- package/src/components/Alert/Alert.vue +0 -63
- package/src/components/BottomNavigationBar/ABottomNavigationBar.vue +0 -160
- package/src/components/BottomNavigationBar/BottomNavigationBar.stories.js +0 -25
- package/src/components/Button/AButton.vue +0 -231
- package/src/components/Button/Button.stories.js +0 -23
- package/src/components/Checkbox/ACheckbox.vue +0 -114
- package/src/components/Checkbox/Checkbox.stories.js +0 -15
- package/src/components/CheckboxMenu/CheckboxMenu.stories.js +0 -24
- package/src/components/CheckboxMenu/CheckboxMenu.vue +0 -108
- package/src/components/ErrorPages/BadGateway.vue +0 -224
- package/src/components/ErrorPages/Forbidden.vue +0 -468
- package/src/components/ErrorPages/InternalServerError.vue +0 -275
- package/src/components/ErrorPages/NotFound.vue +0 -995
- package/src/components/ErrorPages/Unavailable.vue +0 -3705
- package/src/components/Footer/Footer.stories.js +0 -20
- package/src/components/Footer/Footer.vue +0 -292
- package/src/components/Header/ChildLinks.vue +0 -144
- package/src/components/Header/Header.stories.js +0 -56
- package/src/components/Header/Header.vue +0 -1306
- package/src/components/Header/InfoHeader.vue +0 -319
- package/src/components/Header/Profile.vue +0 -670
- package/src/components/Header/ProfileMenu.vue +0 -293
- package/src/components/Header/ProfileMobile.vue +0 -308
- package/src/components/Header/ProfileOld.vue +0 -781
- package/src/components/InternalServerError/InternalServerError.stories.js +0 -17
- package/src/components/InternalServerError/InternalServerError.vue +0 -262
- package/src/components/Introduction.stories.mdx +0 -7
- package/src/components/Loader/Loader.stories.js +0 -25
- package/src/components/Loader/Loader.vue +0 -325
- package/src/components/MailTo/MailTo.stories.js +0 -15
- package/src/components/MailTo/MailTo.vue +0 -258
- package/src/components/NavIcon/ANavIcon.vue +0 -50
- package/src/components/NavIcon/NavIcon.stories.js +0 -15
- package/src/components/PasswordField/PasswordField.stories.js +0 -16
- package/src/components/PasswordField/PasswordField.vue +0 -77
- package/src/components/SearchTextField/SearchTextField.stories.js +0 -78
- package/src/components/SearchTextField/SearchTextField.vue +0 -230
- package/src/components/ServiceSlider/AServiceSlider.vue +0 -793
- package/src/components/ServiceSlider/ServiceSlider.stories.js +0 -20
- package/src/components/Table/ATable.vue +0 -117
- package/src/components/Table/Table.stories.js +0 -15
- package/src/components/TextArea/TextArea.stories.js +0 -17
- package/src/components/TextArea/TextArea.vue +0 -116
- package/src/components/TextError/TextError.stories.js +0 -15
- package/src/components/TextError/TextError.vue +0 -57
- package/src/components/TextField/TextField.stories.js +0 -17
- package/src/components/TextField/TextField.vue +0 -107
- package/src/components/index.js +0 -56
- package/src/components/newComponents/FooterNew/FooterBottom.vue +0 -153
- package/src/components/newComponents/FooterNew/FooterItem.vue +0 -114
- package/src/components/newComponents/FooterNew/FooterNew.stories.js +0 -20
- package/src/components/newComponents/FooterNew/FooterNew.vue +0 -39
- package/src/components/newComponents/FooterNew/FooterTop.vue +0 -321
- package/src/components/newComponents/FooterRedesign/FooterAccordion.vue +0 -221
- package/src/components/newComponents/FooterRedesign/FooterRedesign.vue +0 -430
- package/src/components/transitions/SlideToggle.vue +0 -55
- package/src/components/transitions/VerticalMobileToggle.vue +0 -75
- package/src/configs/icons.js +0 -112
- package/src/configs/profileDropDown.js +0 -134
- package/src/main.js +0 -12
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="156"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 156 155"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="79.2916" cy="77.4998" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
+
<g clip-path="url(#clip0_2935_107718)">
|
|
11
|
+
<path
|
|
12
|
+
d="M108.332 126.993C108.338 126.92 108.338 126.847 108.332 126.773V25.0928C108.353 23.914 108.033 22.7544 107.409 21.7564C106.786 20.7584 105.887 19.9652 104.823 19.4741V19.4741C104.257 18.3644 103.367 17.4551 102.274 16.8676C101.181 16.2801 99.9363 16.0422 98.7056 16.1857L54.4676 20.717C52.6854 20.9202 51.0311 21.7492 49.7949 23.0583C48.5588 24.3674 47.8196 26.0731 47.7072 27.8763C47.7072 27.9928 47.7072 28.1093 47.7072 28.2259V129.906C47.6876 131.041 47.9813 132.158 48.5554 133.135C49.1296 134.111 49.9617 134.907 50.9589 135.434V135.434L51.2031 135.564C51.2031 135.564 51.2031 135.499 51.2031 135.473C51.5694 136.232 52.0908 136.905 52.7331 137.447C53.3754 137.989 54.1241 138.389 54.9303 138.619C55.7967 138.92 56.7179 139.026 57.6293 138.93L101.944 134.373C103.775 134.167 105.471 133.302 106.718 131.936C107.965 130.571 108.68 128.797 108.73 126.942L108.332 126.993Z"
|
|
13
|
+
fill="white"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M101.571 134.27L57.256 138.827C56.3945 138.931 55.521 138.847 54.6943 138.582C53.8676 138.317 53.1069 137.876 52.4637 137.29C51.8205 136.703 51.3097 135.984 50.9658 135.182C50.6218 134.38 50.4528 133.512 50.4699 132.639V30.9582C50.4699 26.1162 53.0404 23.8377 57.256 23.4622L101.571 18.9051C102.433 18.8013 103.306 18.8848 104.133 19.15C104.96 19.4152 105.72 19.8559 106.363 20.4424C107.007 21.029 107.517 21.7476 107.861 22.55C108.205 23.3523 108.374 24.2197 108.357 25.0935V126.774C108.322 128.64 107.614 130.43 106.365 131.809C105.117 133.188 103.413 134.063 101.571 134.27V134.27Z"
|
|
17
|
+
class="fill-white dark:fill-gray-900"
|
|
18
|
+
stroke="#9DA3AC"
|
|
19
|
+
stroke-width="1.29167"
|
|
20
|
+
stroke-linecap="round"
|
|
21
|
+
stroke-linejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
opacity="0.2"
|
|
25
|
+
d="M107.008 127.266L62.7061 131.862C61.8446 131.966 60.9711 131.882 60.1444 131.617C59.3176 131.352 58.557 130.911 57.9139 130.325C57.2707 129.738 56.7598 129.019 56.4159 128.217C56.0719 127.415 55.9028 126.547 55.92 125.674V23.7988C52.6555 24.5756 50.7791 26.8412 50.7791 31.0358V132.716C50.7616 133.59 50.9306 134.457 51.2747 135.258C51.6188 136.06 52.1298 136.778 52.7733 137.364C53.4167 137.949 54.1776 138.389 55.0043 138.652C55.8311 138.916 56.7044 138.998 57.5651 138.892L101.88 134.335C103.711 134.129 105.406 133.264 106.654 131.898C107.901 130.532 108.616 128.758 108.666 126.903C108.131 127.094 107.574 127.216 107.008 127.266V127.266Z"
|
|
26
|
+
fill="#BDC7CE"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M50.8947 135.435C49.8975 134.907 49.0654 134.111 48.4912 133.135C47.917 132.159 47.6234 131.041 47.643 129.907V28.291C47.6949 26.4277 48.4102 24.6454 49.6583 23.2692C50.9065 21.8931 52.6044 21.0149 54.4419 20.7951L98.7442 16.238C99.9721 16.0922 101.215 16.3262 102.308 16.9089C103.4 17.4917 104.291 18.3955 104.862 19.5005"
|
|
30
|
+
stroke="#9DA3AC"
|
|
31
|
+
stroke-width="1.29167"
|
|
32
|
+
stroke-linecap="round"
|
|
33
|
+
stroke-linejoin="round"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
opacity="0.2"
|
|
37
|
+
d="M104.862 19.436C103.836 18.9534 102.698 18.761 101.572 18.8794L57.2567 23.4365C53.0154 23.8119 50.4706 26.0904 50.4706 30.9453V132.613C50.4628 133.625 50.6964 134.624 51.1518 135.526C50.088 135.032 49.1905 134.236 48.5695 133.235C47.9485 132.235 47.631 131.074 47.6559 129.894V28.2137C47.6913 26.3474 48.3992 24.5579 49.6478 23.1787C50.8964 21.7995 52.6004 20.9248 54.442 20.7177L98.7442 16.1477C99.9749 16.0041 101.22 16.242 102.313 16.8295C103.406 17.417 104.295 18.3263 104.862 19.436V19.436Z"
|
|
38
|
+
class="fill-white dark:fill-gray-900"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d="M102.599 114.98L56.2788 119.731V33.5731L102.599 28.8218V114.98Z"
|
|
42
|
+
stroke="#9DA3AC"
|
|
43
|
+
stroke-width="1.29167"
|
|
44
|
+
stroke-linecap="round"
|
|
45
|
+
stroke-linejoin="round"
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
d="M75.8406 27.1259L82.9737 26.4268"
|
|
49
|
+
stroke="#9DA3AC"
|
|
50
|
+
stroke-width="1.29167"
|
|
51
|
+
stroke-linecap="round"
|
|
52
|
+
stroke-linejoin="round"
|
|
53
|
+
/>
|
|
54
|
+
<path
|
|
55
|
+
d="M84.4375 128.492C86.1174 126.717 86.1798 124.03 84.5768 122.491C82.9738 120.951 80.3125 121.143 78.6326 122.918C76.9527 124.693 76.8903 127.38 78.4933 128.919C80.0963 130.458 82.7576 130.267 84.4375 128.492Z"
|
|
56
|
+
stroke="#9DA3AC"
|
|
57
|
+
stroke-width="1.29167"
|
|
58
|
+
stroke-linecap="round"
|
|
59
|
+
stroke-linejoin="round"
|
|
60
|
+
/>
|
|
61
|
+
<path
|
|
62
|
+
opacity="0.2"
|
|
63
|
+
d="M84.9915 127.861C84.6217 128.499 84.1077 129.04 83.4914 129.44C82.8751 129.841 82.1737 130.089 81.4442 130.165C80.9062 130.231 80.3604 130.179 79.8444 130.012C79.3284 129.845 78.8545 129.567 78.4551 129.198C78.0557 128.829 77.7404 128.377 77.5309 127.874C77.3214 127.37 77.2227 126.827 77.2415 126.282C77.2542 125.417 77.5001 124.572 77.9529 123.838C78.4057 123.104 79.0484 122.507 79.812 122.113C79.3884 122.82 79.1619 123.63 79.1565 124.456C79.149 124.997 79.2564 125.533 79.4715 126.029C79.6866 126.524 80.0045 126.968 80.4037 127.33C80.803 127.691 81.2744 127.963 81.7863 128.126C82.2983 128.289 82.839 128.34 83.3721 128.275C83.9331 128.242 84.4828 128.101 84.9915 127.861V127.861Z"
|
|
64
|
+
fill="#BDC7CE"
|
|
65
|
+
/>
|
|
66
|
+
<path
|
|
67
|
+
opacity="0.2"
|
|
68
|
+
d="M90.0096 84.2891C96.2143 77.6428 96.5116 67.7718 90.6736 62.2418C84.8356 56.7117 75.073 57.6167 68.8682 64.263C62.6635 70.9094 62.3662 80.7803 68.2042 86.3104C74.0422 91.8405 83.8048 90.9355 90.0096 84.2891Z"
|
|
69
|
+
fill="#BDC7CE"
|
|
70
|
+
/>
|
|
71
|
+
<path
|
|
72
|
+
d="M72.4863 75.3225L77.8972 80.2939L86.4183 67.1016"
|
|
73
|
+
stroke="#9DA3AC"
|
|
74
|
+
stroke-width="1.29167"
|
|
75
|
+
stroke-linecap="round"
|
|
76
|
+
stroke-linejoin="round"
|
|
77
|
+
/>
|
|
78
|
+
</g>
|
|
79
|
+
<defs>
|
|
80
|
+
<clipPath id="clip0_2935_107718">
|
|
81
|
+
<rect
|
|
82
|
+
width="62"
|
|
83
|
+
height="124"
|
|
84
|
+
class="fill-white dark:fill-gray-900"
|
|
85
|
+
transform="translate(47 15.5)"
|
|
86
|
+
/>
|
|
87
|
+
</clipPath>
|
|
88
|
+
</defs>
|
|
89
|
+
</svg>
|
|
90
|
+
</template>
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="none"
|
|
4
|
+
height="120"
|
|
5
|
+
viewBox="0 0 120 120"
|
|
6
|
+
width="120"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="60" cy="60" fill="#BDC7CE" fill-opacity="0.15" r="50" />
|
|
10
|
+
<g clip-path="url(#clip0_8013_8834)">
|
|
11
|
+
<path
|
|
12
|
+
d="M84.3376 32.0486H81.321C81.3235 31.1152 81.1401 30.1904 80.7814 29.3271C80.4226 28.4638 79.8955 27.6788 79.2301 27.0171C78.5647 26.3553 77.774 25.8296 76.9033 25.4702C76.0325 25.1107 75.0987 24.9244 74.1552 24.9219H66.0664V18.0211L67.018 19.0379L67.9697 18.0305L69.1116 19.0473L70.2345 18.0305L71.4526 19.0473L72.4708 18.0305L73.3083 18.7837V14.1989C73.3084 13.2098 72.9152 12.2605 72.2136 11.5558C71.5121 10.8512 70.5585 10.4479 69.5589 10.4331H48.5565C47.5569 10.4479 46.6033 10.8512 45.9017 11.5558C45.2002 12.2605 44.807 13.2098 44.8071 14.1989V24.9219H37.6414C36.6978 24.9244 35.764 25.1107 34.8933 25.4702C34.0226 25.8296 33.2319 26.3553 32.5665 27.0171C31.9011 27.6788 31.374 28.4638 31.0152 29.3271C30.6565 30.1904 30.4731 31.1152 30.4756 32.0486V72.5306L34.1679 103.269C34.3708 104.996 35.2077 106.59 36.5198 107.748C37.832 108.905 39.528 109.546 41.2861 109.548H71.0149C72.7937 109.545 74.5079 108.888 75.825 107.705C77.142 106.522 77.968 104.898 78.1425 103.146L78.8372 96.415H84.3376C85.0233 96.4138 85.7019 96.2788 86.3348 96.0178C86.9676 95.7568 87.5422 95.3749 88.0257 94.894C88.5092 94.413 88.8921 93.8425 89.1524 93.215C89.4128 92.5875 89.5455 91.9154 89.543 91.2371V37.2265C89.5455 35.8574 88.9988 34.5432 88.0229 33.5724C87.047 32.6016 85.7216 32.0536 84.3376 32.0486Z"
|
|
13
|
+
class="fill-white dark:fill-gray-900"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M71.0149 109.53H41.2861C39.528 109.527 37.832 108.887 36.5198 107.729C35.2077 106.572 34.3708 104.978 34.1679 103.25L30.4756 72.512V32.03C30.4731 31.0966 30.6565 30.1718 31.0152 29.3085C31.374 28.4452 31.9011 27.6602 32.5665 26.9985C33.2319 26.3367 34.0226 25.811 34.8933 25.4516C35.764 25.0921 36.6978 24.9058 37.6414 24.9033H74.1362C75.0797 24.9058 76.0135 25.0921 76.8842 25.4516C77.755 25.811 78.5456 26.3367 79.211 26.9985C79.8764 27.6602 80.4036 28.4452 80.7623 29.3085C81.1211 30.1718 81.3044 31.0966 81.3019 32.03V72.512L78.1711 103.137C77.9938 104.892 77.1628 106.518 75.84 107.7C74.5172 108.881 72.7971 109.534 71.0149 109.53V109.53Z"
|
|
17
|
+
stroke="#9DA3AC"
|
|
18
|
+
stroke-linecap="round"
|
|
19
|
+
stroke-linejoin="round"
|
|
20
|
+
stroke-width="0.9375"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M37.1087 103.25L33.4259 72.5118V32.0298C33.4258 30.1528 34.1763 28.3519 35.5134 27.0203C36.8505 25.6887 38.6658 24.9343 40.5631 24.9219H37.613C36.6695 24.9243 35.7357 25.1107 34.865 25.4701C33.9942 25.8296 33.2036 26.3553 32.5382 27.017C31.8728 27.6788 31.3457 28.4638 30.9869 29.3271C30.6282 30.1904 30.4448 31.1152 30.4473 32.0486V72.5306L34.1396 103.269C34.3425 104.996 35.1794 106.59 36.4915 107.748C37.8037 108.905 39.4997 109.546 41.2578 109.548H44.1983C42.4428 109.536 40.7524 108.889 39.4463 107.729C38.1401 106.569 37.3086 104.975 37.1087 103.25Z"
|
|
24
|
+
fill="#BDC7CE"
|
|
25
|
+
opacity="0.2"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M67.2746 83.5454C67.1482 83.5661 67.0189 83.559 66.8956 83.5249C66.7723 83.4907 66.6581 83.4302 66.561 83.3476C66.4639 83.265 66.3863 83.1623 66.3336 83.0469C66.281 82.9314 66.2546 82.8059 66.2563 82.6792V80.2598L65.1905 80.4292C64.9829 80.4628 64.7942 80.5684 64.6582 80.7271C64.5222 80.8858 64.4478 81.0872 64.4482 81.2953V84.5433C64.4482 84.6695 64.4756 84.7941 64.5288 84.9088C64.582 85.0235 64.6596 85.1255 64.7563 85.2077C64.853 85.29 64.9665 85.3506 65.0891 85.3854C65.2117 85.4202 65.3404 85.4284 65.4665 85.4094L72.5942 84.2797C72.801 84.2482 72.9895 84.1445 73.1257 83.9873C73.2618 83.8302 73.3366 83.63 73.3364 83.423V82.5945L67.2746 83.5454Z"
|
|
29
|
+
fill="#BDC7CE"
|
|
30
|
+
opacity="0.2"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M67.2746 92.9883C67.149 93.0088 67.0205 93.002 66.8979 92.9684C66.7753 92.9347 66.6616 92.8751 66.5646 92.7935C66.4677 92.712 66.3899 92.6105 66.3367 92.4962C66.2834 92.3818 66.256 92.2574 66.2563 92.1316V89.7026L65.1905 89.8721C64.9829 89.9057 64.7942 90.0113 64.6582 90.17C64.5222 90.3287 64.4478 90.5301 64.4482 90.7382V93.9862C64.4482 94.1124 64.4756 94.2371 64.5288 94.3518C64.582 94.4664 64.6596 94.5684 64.7563 94.6507C64.853 94.7329 64.9665 94.7935 65.0891 94.8283C65.2117 94.8631 65.3404 94.8714 65.4665 94.8524L72.5942 93.7226C72.801 93.6911 72.9895 93.5874 73.1257 93.4303C73.2618 93.2731 73.3366 93.0729 73.3364 92.8659V92.0374L67.2746 92.9883Z"
|
|
34
|
+
fill="#BDC7CE"
|
|
35
|
+
opacity="0.2"
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
d="M67.2746 101.988C67.1485 102.007 67.0198 101.999 66.8972 101.964C66.7746 101.93 66.6611 101.869 66.5644 101.787C66.4677 101.704 66.3901 101.603 66.3369 101.488C66.2837 101.373 66.2563 101.248 66.2563 101.122V98.6934L65.1905 98.8628C64.9829 98.8964 64.7942 99.002 64.6582 99.1607C64.5222 99.3194 64.4478 99.5209 64.4482 99.729V103.005C64.4482 103.131 64.4756 103.256 64.5288 103.371C64.582 103.485 64.6596 103.587 64.7563 103.67C64.853 103.752 64.9665 103.813 65.0891 103.847C65.2117 103.882 65.3404 103.89 65.4665 103.871L72.5942 102.751C72.8017 102.717 72.9904 102.612 73.1265 102.453C73.2625 102.294 73.3369 102.093 73.3364 101.885V101.056L67.2746 101.988Z"
|
|
39
|
+
fill="#BDC7CE"
|
|
40
|
+
opacity="0.2"
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
d="M54.5803 83.7994C54.3456 83.7994 54.1205 83.7072 53.9545 83.543C53.7885 83.3788 53.6953 83.1561 53.6953 82.9239V80.7397H52.7437C52.5106 80.7422 52.2879 80.8356 52.124 80.9995C51.9601 81.1635 51.8682 81.3848 51.8682 81.6153V84.8821C51.8682 85.1127 51.9601 85.334 52.124 85.4979C52.2879 85.6619 52.5106 85.7552 52.7437 85.7577H59.8809C60.1139 85.7552 60.3366 85.6619 60.5005 85.4979C60.6644 85.334 60.7564 85.1127 60.7564 84.8821V83.7994H54.5803Z"
|
|
44
|
+
fill="#BDC7CE"
|
|
45
|
+
opacity="0.2"
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
d="M41.7533 82.6698C41.5457 82.6362 41.357 82.5306 41.221 82.3719C41.085 82.2132 41.0105 82.0117 41.011 81.8036V79.4124L40.3259 79.3088C40.1998 79.2898 40.071 79.298 39.9485 79.3328C39.8259 79.3676 39.7123 79.4283 39.6156 79.5105C39.5189 79.5928 39.4413 79.6947 39.3882 79.8094C39.335 79.924 39.3075 80.0488 39.3076 80.1749V83.4229C39.3075 83.6299 39.3822 83.8301 39.5184 83.9872C39.6546 84.1444 39.8431 84.2481 40.0499 84.2796L47.1776 85.4093C47.3036 85.4283 47.4324 85.4201 47.555 85.3853C47.6775 85.3505 47.7911 85.2899 47.8878 85.2077C47.9845 85.1254 48.0621 85.0234 48.1152 84.9087C48.1684 84.7941 48.1959 84.6694 48.1958 84.5432V83.6771L41.7533 82.6698Z"
|
|
49
|
+
fill="#BDC7CE"
|
|
50
|
+
opacity="0.2"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
d="M54.5804 93.1198C54.3473 93.1198 54.1236 93.0288 53.9579 92.8666C53.7922 92.7045 53.6978 92.4842 53.6953 92.2536V90.0601H52.7437C52.5107 90.0625 52.288 90.1559 52.1241 90.3198C51.9601 90.4837 51.8682 90.705 51.8682 90.9356V94.2024C51.867 94.317 51.8887 94.4306 51.9321 94.5367C51.9755 94.6429 52.0398 94.7395 52.1213 94.8209C52.2027 94.9024 52.2996 94.967 52.4065 95.0111C52.5133 95.0553 52.6279 95.078 52.7437 95.078H59.8809C59.9967 95.078 60.1113 95.0553 60.2182 95.0111C60.325 94.967 60.4219 94.9024 60.5034 94.8209C60.5848 94.7395 60.6491 94.6429 60.6925 94.5367C60.7359 94.4306 60.7577 94.317 60.7564 94.2024V93.1198H54.5804Z"
|
|
54
|
+
fill="#BDC7CE"
|
|
55
|
+
opacity="0.2"
|
|
56
|
+
/>
|
|
57
|
+
<path
|
|
58
|
+
d="M41.7533 91.9901C41.5457 91.9565 41.357 91.8509 41.221 91.6922C41.085 91.5335 41.0105 91.332 41.011 91.124V88.7421L40.3259 88.6291C40.1998 88.6101 40.071 88.6183 39.9485 88.6531C39.8259 88.6879 39.7123 88.7485 39.6156 88.8308C39.5189 88.9131 39.4413 89.015 39.3882 89.1297C39.335 89.2444 39.3075 89.3691 39.3076 89.4953V92.7432C39.3071 92.9513 39.3816 93.1528 39.5176 93.3115C39.6536 93.4702 39.8423 93.5758 40.0499 93.6094L47.2251 94.7297C47.3512 94.7487 47.48 94.7405 47.6025 94.7057C47.7251 94.6709 47.8387 94.6103 47.9354 94.528C48.0321 94.4458 48.1097 94.3438 48.1628 94.2291C48.216 94.1144 48.2435 93.9897 48.2434 93.8635V93.0068L41.7533 91.9901Z"
|
|
59
|
+
fill="#BDC7CE"
|
|
60
|
+
opacity="0.2"
|
|
61
|
+
/>
|
|
62
|
+
<path
|
|
63
|
+
d="M54.5803 102.365C54.3456 102.365 54.1205 102.273 53.9545 102.108C53.7885 101.944 53.6953 101.722 53.6953 101.489V99.3052H52.7437C52.5115 99.3052 52.2888 99.3964 52.1246 99.5589C51.9604 99.7213 51.8682 99.9416 51.8682 100.171V103.447C51.8682 103.678 51.9601 103.899 52.124 104.063C52.2879 104.227 52.5106 104.321 52.7437 104.323H59.8809C60.1139 104.321 60.3366 104.227 60.5005 104.063C60.6644 103.899 60.7564 103.678 60.7564 103.447V102.365H54.5803Z"
|
|
64
|
+
fill="#BDC7CE"
|
|
65
|
+
opacity="0.2"
|
|
66
|
+
/>
|
|
67
|
+
<path
|
|
68
|
+
d="M41.7533 101.225C41.5457 101.192 41.357 101.086 41.221 100.928C41.085 100.769 41.0105 100.567 41.011 100.359V97.9774L40.3259 97.8645C40.1998 97.8455 40.071 97.8537 39.9485 97.8885C39.8259 97.9233 39.7123 97.9839 39.6156 98.0662C39.5189 98.1484 39.4413 98.2504 39.3882 98.3651C39.335 98.4797 39.3075 98.6045 39.3076 98.7306V101.979C39.3071 102.187 39.3816 102.388 39.5176 102.547C39.6536 102.706 39.8423 102.811 40.0499 102.845L47.2251 103.946C47.3448 103.957 47.4653 103.942 47.5791 103.905C47.693 103.867 47.7978 103.807 47.8871 103.727C47.9763 103.648 48.0481 103.551 48.098 103.443C48.1478 103.335 48.1746 103.218 48.1768 103.099V102.242L41.7533 101.225Z"
|
|
69
|
+
fill="#BDC7CE"
|
|
70
|
+
opacity="0.2"
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
d="M51.9827 10.4707C50.9831 10.4856 50.0295 10.8889 49.3279 11.5935C48.6264 12.2981 48.2332 13.2475 48.2333 14.2365V24.9596H44.9121V14.1989C44.912 13.2098 45.3052 12.2605 46.0067 11.5558C46.7083 10.8512 47.6619 10.4479 48.6615 10.4331L51.9827 10.4707Z"
|
|
74
|
+
fill="#BDC7CE"
|
|
75
|
+
opacity="0.2"
|
|
76
|
+
/>
|
|
77
|
+
<path
|
|
78
|
+
d="M73.3373 18.275V18.8117L73.0423 18.548L72.4999 18.0585L71.9194 18.6328L71.4816 19.0753L70.806 18.5104L70.2635 18.0585L69.7782 18.501L69.1406 19.0753L67.913 18.0585L66.9614 19.0658L66.0098 18.0491V14.2268C66.0098 13.2705 66.3938 12.3534 67.0773 11.6772C67.7608 11.001 68.6879 10.6211 69.6545 10.6211C70.6211 10.6211 71.5482 11.001 72.2317 11.6772C72.9152 12.3534 73.2992 13.2705 73.2992 14.2268L73.3373 18.275Z"
|
|
79
|
+
fill="#BDC7CE"
|
|
80
|
+
opacity="0.2"
|
|
81
|
+
/>
|
|
82
|
+
<path
|
|
83
|
+
d="M68.2173 14.3875C68.2048 13.5582 68.4735 12.7487 68.9807 12.0882C69.4878 11.4278 70.2041 10.9546 71.0151 10.7441C70.5811 10.5605 70.1164 10.4584 69.6447 10.4429C68.6635 10.4842 67.7363 10.8991 67.0571 11.6009C66.3779 12.3027 65.9991 13.237 66 14.2086V18.0309L66.9516 19.0477L67.9033 18.0403L68.2268 18.3039L68.2173 14.3875Z"
|
|
84
|
+
fill="#BDC7CE"
|
|
85
|
+
opacity="0.2"
|
|
86
|
+
/>
|
|
87
|
+
<path
|
|
88
|
+
d="M81.4163 32.0488V73.83L78.8564 96.4058H81.797L84.3188 73.83V32.0488H81.4163Z"
|
|
89
|
+
fill="#BDC7CE"
|
|
90
|
+
opacity="0.2"
|
|
91
|
+
/>
|
|
92
|
+
<path
|
|
93
|
+
d="M74.1086 66.4399H38.3465C38.0779 66.4399 37.812 66.3871 37.5642 66.2846C37.3164 66.1821 37.0916 66.0318 36.903 65.8426C36.7144 65.6534 36.5657 65.429 36.4656 65.1824C36.3654 64.9359 36.3158 64.6721 36.3195 64.4064V32.8116C36.3183 32.5474 36.3698 32.2857 36.4711 32.0413C36.5724 31.7969 36.7215 31.5748 36.9098 31.3875C37.0982 31.2003 37.3221 31.0518 37.5686 30.9504C37.8152 30.849 38.0795 30.7969 38.3465 30.7969H74.1086C74.3748 30.7981 74.6381 30.8512 74.8836 30.9531C75.129 31.055 75.3517 31.2038 75.5391 31.3909C75.7264 31.578 75.8747 31.7997 75.9754 32.0435C76.0761 32.2872 76.1273 32.5482 76.126 32.8116V64.4064C76.1298 64.6713 76.0805 64.9343 75.9809 65.1803C75.8813 65.4262 75.7335 65.6502 75.5459 65.8393C75.3583 66.0284 75.1347 66.1788 74.888 66.2818C74.6413 66.3849 74.3764 66.4386 74.1086 66.4399V66.4399Z"
|
|
94
|
+
stroke="#9DA3AC"
|
|
95
|
+
stroke-linecap="round"
|
|
96
|
+
stroke-linejoin="round"
|
|
97
|
+
stroke-width="0.9375"
|
|
98
|
+
/>
|
|
99
|
+
<path
|
|
100
|
+
d="M44.8076 24.9219V14.1989C44.8075 13.2098 45.2007 12.2605 45.9023 11.5558C46.6038 10.8512 47.5574 10.4479 48.557 10.4331H69.588C70.5876 10.4479 71.5412 10.8512 72.2427 11.5558C72.9443 12.2605 73.3375 13.2098 73.3374 14.1989V18.7837L72.4999 18.0305L71.4817 19.0473L70.2636 18.0305L69.1121 19.0473L67.8845 18.0305L66.9329 19.0379L65.9813 18.0211"
|
|
101
|
+
stroke="#9DA3AC"
|
|
102
|
+
stroke-linecap="round"
|
|
103
|
+
stroke-linejoin="round"
|
|
104
|
+
stroke-width="0.9375"
|
|
105
|
+
/>
|
|
106
|
+
<path
|
|
107
|
+
d="M66.0473 24.9219V14.1989C66.0397 13.7078 66.1308 13.2202 66.3153 12.7642C66.4997 12.3083 66.7738 11.8931 67.1218 11.5428C67.4697 11.1924 67.8844 10.914 68.342 10.7235C68.7995 10.533 69.2908 10.4343 69.7872 10.4331"
|
|
108
|
+
stroke="#9DA3AC"
|
|
109
|
+
stroke-linecap="round"
|
|
110
|
+
stroke-linejoin="round"
|
|
111
|
+
stroke-width="0.9375"
|
|
112
|
+
/>
|
|
113
|
+
<path
|
|
114
|
+
d="M48.7949 15.8838H59.0725"
|
|
115
|
+
stroke="#9DA3AC"
|
|
116
|
+
stroke-linecap="round"
|
|
117
|
+
stroke-linejoin="round"
|
|
118
|
+
stroke-width="0.9375"
|
|
119
|
+
/>
|
|
120
|
+
<path
|
|
121
|
+
d="M48.7949 19.7061H63.193"
|
|
122
|
+
stroke="#9DA3AC"
|
|
123
|
+
stroke-linecap="round"
|
|
124
|
+
stroke-linejoin="round"
|
|
125
|
+
stroke-width="0.9375"
|
|
126
|
+
/>
|
|
127
|
+
<path
|
|
128
|
+
d="M81.3016 32.0488H84.3373C85.7213 32.0538 87.0467 32.6018 88.0226 33.5726C88.9986 34.5434 89.5453 35.8576 89.5427 37.2268V91.2185C89.5477 91.8983 89.4169 92.5725 89.1576 93.2022C88.8984 93.8318 88.5159 94.4046 88.0322 94.8875C87.5485 95.3705 86.973 95.754 86.3389 96.0162C85.7048 96.2784 85.0246 96.414 84.3373 96.4152H78.875"
|
|
129
|
+
stroke="#9DA3AC"
|
|
130
|
+
stroke-linecap="round"
|
|
131
|
+
stroke-linejoin="round"
|
|
132
|
+
stroke-width="0.9375"
|
|
133
|
+
/>
|
|
134
|
+
<path
|
|
135
|
+
d="M55.8847 59.5484C58.0617 59.5615 60.1937 58.9346 62.0101 57.7473C63.8266 56.56 65.2457 54.8659 66.0876 52.8796C66.9294 50.8933 67.156 48.7045 66.7387 46.5906C66.3214 44.4767 65.2789 42.5331 63.7435 41.0062C62.2081 39.4793 60.2489 38.4378 58.1143 38.0139C55.9798 37.59 53.7661 37.8029 51.754 38.6254C49.7419 39.4478 48.022 40.8429 46.8125 42.6337C45.6029 44.4245 44.9582 46.5303 44.96 48.6841C44.9562 50.1072 45.2358 51.517 45.7828 52.8331C46.3298 54.1492 47.1335 55.3458 48.1479 56.3546C49.1624 57.3635 50.3677 58.1648 51.6952 58.7128C53.0227 59.2608 54.4463 59.5447 55.8847 59.5484Z"
|
|
136
|
+
fill="#BDC7CE"
|
|
137
|
+
opacity="0.2"
|
|
138
|
+
/>
|
|
139
|
+
<path
|
|
140
|
+
d="M50.5078 48.5425L54.7616 52.506L61.2612 44.8521"
|
|
141
|
+
stroke="#9DA3AC"
|
|
142
|
+
stroke-linecap="round"
|
|
143
|
+
stroke-linejoin="round"
|
|
144
|
+
stroke-width="0.9375"
|
|
145
|
+
/>
|
|
146
|
+
<path
|
|
147
|
+
d="M30.4756 72.5117C30.4756 72.5117 36.3186 77.7838 56.2171 77.7838C73.3463 77.7838 81.3019 72.5117 81.3019 72.5117"
|
|
148
|
+
stroke="#9DA3AC"
|
|
149
|
+
stroke-linecap="round"
|
|
150
|
+
stroke-linejoin="round"
|
|
151
|
+
stroke-width="0.9375"
|
|
152
|
+
/>
|
|
153
|
+
<path
|
|
154
|
+
d="M59.8906 85.8426H52.7534C52.5204 85.8401 52.2977 85.7468 52.1338 85.5828C51.9698 85.4189 51.8779 85.1977 51.8779 84.9671V81.7002C51.8779 81.4697 51.9698 81.2484 52.1338 81.0844C52.2977 80.9205 52.5204 80.8272 52.7534 80.8247H59.8906C60.1237 80.8272 60.3463 80.9205 60.5103 81.0844C60.6742 81.2484 60.7661 81.4697 60.7661 81.7002V84.9671C60.7661 85.1977 60.6742 85.4189 60.5103 85.5828C60.3463 85.7468 60.1237 85.8401 59.8906 85.8426V85.8426Z"
|
|
155
|
+
stroke="#9DA3AC"
|
|
156
|
+
stroke-linecap="round"
|
|
157
|
+
stroke-linejoin="round"
|
|
158
|
+
stroke-width="0.9375"
|
|
159
|
+
/>
|
|
160
|
+
<path
|
|
161
|
+
d="M59.8906 104.314H52.7534C52.5212 104.314 52.2985 104.222 52.1344 104.06C51.9702 103.897 51.8779 103.677 51.8779 103.447V100.181C51.8779 99.9509 51.9702 99.7306 52.1344 99.5681C52.2985 99.4057 52.5212 99.3145 52.7534 99.3145H59.8906C60.1228 99.3145 60.3455 99.4057 60.5097 99.5681C60.6739 99.7306 60.7661 99.9509 60.7661 100.181V103.457C60.7636 103.685 60.6703 103.903 60.5063 104.063C60.3424 104.224 60.1212 104.314 59.8906 104.314V104.314Z"
|
|
162
|
+
stroke="#9DA3AC"
|
|
163
|
+
stroke-linecap="round"
|
|
164
|
+
stroke-linejoin="round"
|
|
165
|
+
stroke-width="0.9375"
|
|
166
|
+
/>
|
|
167
|
+
<path
|
|
168
|
+
d="M59.8906 95.078H52.7534C52.5204 95.0755 52.2977 94.9821 52.1338 94.8182C51.9698 94.6543 51.8779 94.433 51.8779 94.2024V90.9356C51.8779 90.705 51.9698 90.4837 52.1338 90.3198C52.2977 90.1559 52.5204 90.0625 52.7534 90.0601H59.8906C60.1237 90.0625 60.3463 90.1559 60.5103 90.3198C60.6742 90.4837 60.7661 90.705 60.7661 90.9356V94.2024C60.7661 94.433 60.6742 94.6543 60.5103 94.8182C60.3463 94.9821 60.1237 95.0755 59.8906 95.078V95.078Z"
|
|
169
|
+
stroke="#9DA3AC"
|
|
170
|
+
stroke-linecap="round"
|
|
171
|
+
stroke-linejoin="round"
|
|
172
|
+
stroke-width="0.9375"
|
|
173
|
+
/>
|
|
174
|
+
<path
|
|
175
|
+
d="M47.2244 85.4849L40.0968 84.3646C39.8892 84.331 39.7005 84.2254 39.5645 84.0667C39.4284 83.908 39.354 83.7066 39.3545 83.4985V80.2505C39.3558 80.1251 39.3843 80.0015 39.438 79.8879C39.4918 79.7744 39.5696 79.6736 39.6661 79.5924C39.7626 79.5112 39.8757 79.4514 39.9976 79.4171C40.1195 79.3829 40.2474 79.3749 40.3727 79.3938L47.5004 80.5141C47.691 80.56 47.8607 80.6671 47.983 80.8188C48.1053 80.9705 48.1732 81.158 48.1761 81.352V84.6C48.1792 84.7219 48.1563 84.8431 48.1088 84.9557C48.0613 85.0683 47.9903 85.1696 47.9005 85.2532C47.8107 85.3367 47.704 85.4006 47.5875 85.4405C47.471 85.4804 47.3473 85.4956 47.2244 85.4849Z"
|
|
176
|
+
stroke="#9DA3AC"
|
|
177
|
+
stroke-linecap="round"
|
|
178
|
+
stroke-linejoin="round"
|
|
179
|
+
stroke-width="0.9375"
|
|
180
|
+
/>
|
|
181
|
+
<path
|
|
182
|
+
d="M47.2244 103.946L40.0968 102.826C39.8892 102.793 39.7005 102.687 39.5645 102.528C39.4284 102.37 39.354 102.168 39.3545 101.96V98.712C39.3544 98.5859 39.3819 98.4612 39.4351 98.3465C39.4882 98.2318 39.5658 98.1299 39.6625 98.0476C39.7592 97.9654 39.8727 97.9047 39.9953 97.8699C40.1179 97.8351 40.2467 97.8269 40.3727 97.8459L47.5004 98.9756C47.7072 99.0071 47.8957 99.1109 48.0319 99.268C48.1681 99.4252 48.2428 99.6254 48.2427 99.8324V103.08C48.2444 103.207 48.218 103.333 48.1654 103.448C48.1127 103.563 48.0351 103.666 47.938 103.749C47.841 103.831 47.7267 103.892 47.6034 103.926C47.4801 103.96 47.3508 103.967 47.2244 103.946V103.946Z"
|
|
183
|
+
stroke="#9DA3AC"
|
|
184
|
+
stroke-linecap="round"
|
|
185
|
+
stroke-linejoin="round"
|
|
186
|
+
stroke-width="0.9375"
|
|
187
|
+
/>
|
|
188
|
+
<path
|
|
189
|
+
d="M47.2251 94.7299L40.0499 93.5908C39.8423 93.5572 39.6536 93.4516 39.5176 93.2929C39.3816 93.1342 39.3071 92.9328 39.3076 92.7247V89.4767C39.3075 89.3505 39.335 89.2258 39.3882 89.1111C39.4413 88.9964 39.5189 88.8945 39.6156 88.8122C39.7123 88.73 39.8259 88.6693 39.9485 88.6345C40.071 88.5997 40.1998 88.5916 40.3259 88.6106L47.4535 89.7309C47.6611 89.7645 47.8498 89.8701 47.9858 90.0288C48.1219 90.1875 48.1963 90.3889 48.1958 90.597V93.845C48.1977 93.9682 48.1733 94.0905 48.1242 94.2038C48.075 94.3171 48.0023 94.4188 47.9106 94.5023C47.819 94.5859 47.7106 94.6494 47.5925 94.6886C47.4743 94.7278 47.3492 94.7419 47.2251 94.7299Z"
|
|
190
|
+
stroke="#9DA3AC"
|
|
191
|
+
stroke-linecap="round"
|
|
192
|
+
stroke-linejoin="round"
|
|
193
|
+
stroke-width="0.9375"
|
|
194
|
+
/>
|
|
195
|
+
<path
|
|
196
|
+
d="M65.4665 85.4849L72.5942 84.3646C72.8017 84.331 72.9904 84.2254 73.1265 84.0667C73.2625 83.908 73.3369 83.7066 73.3364 83.4985V80.2505C73.3351 80.1251 73.3067 80.0015 73.2529 79.8879C73.1991 79.7744 73.1214 79.6736 73.0248 79.5924C72.9283 79.5112 72.8152 79.4514 72.6933 79.4171C72.5714 79.3829 72.4435 79.3749 72.3182 79.3938L65.1905 80.5141C64.9829 80.5476 64.7942 80.6532 64.6582 80.812C64.5222 80.9707 64.4478 81.1722 64.4482 81.3802V84.6282C64.4479 84.754 64.4753 84.8785 64.5286 84.9928C64.5818 85.1071 64.6596 85.2086 64.7565 85.2901C64.8535 85.3717 64.9672 85.4313 65.0898 85.465C65.2124 85.4986 65.341 85.5054 65.4665 85.4849Z"
|
|
197
|
+
stroke="#9DA3AC"
|
|
198
|
+
stroke-linecap="round"
|
|
199
|
+
stroke-linejoin="round"
|
|
200
|
+
stroke-width="0.9375"
|
|
201
|
+
/>
|
|
202
|
+
<path
|
|
203
|
+
d="M65.4666 103.946L72.5942 102.826C72.8018 102.793 72.9905 102.687 73.1265 102.528C73.2626 102.37 73.337 102.168 73.3365 101.96V98.712C73.3366 98.5859 73.3091 98.4612 73.2559 98.3465C73.2028 98.2318 73.1252 98.1299 73.0285 98.0476C72.9318 97.9654 72.8182 97.9047 72.6957 97.8699C72.5731 97.8351 72.4443 97.8269 72.3183 97.8459L65.1906 98.9756C64.9838 99.0071 64.7953 99.1109 64.6591 99.268C64.5229 99.4252 64.4482 99.6254 64.4483 99.8324V103.08C64.4466 103.207 64.473 103.333 64.5256 103.448C64.5783 103.563 64.6559 103.666 64.7529 103.749C64.85 103.831 64.9643 103.892 65.0876 103.926C65.2109 103.96 65.3402 103.967 65.4666 103.946V103.946Z"
|
|
204
|
+
stroke="#9DA3AC"
|
|
205
|
+
stroke-linecap="round"
|
|
206
|
+
stroke-linejoin="round"
|
|
207
|
+
stroke-width="0.9375"
|
|
208
|
+
/>
|
|
209
|
+
<path
|
|
210
|
+
d="M65.4667 94.7299L72.5944 93.5908C72.802 93.5572 72.9907 93.4516 73.1267 93.2929C73.2627 93.1342 73.3371 92.9328 73.3366 92.7247V89.4767C73.3367 89.3505 73.3092 89.2258 73.2561 89.1111C73.2029 88.9964 73.1253 88.8945 73.0286 88.8122C72.9319 88.73 72.8184 88.6693 72.6958 88.6345C72.5732 88.5997 72.4445 88.5916 72.3184 88.6106L65.1907 89.7309C64.9831 89.7645 64.7944 89.8701 64.6584 90.0288C64.5224 90.1875 64.448 90.3889 64.4485 90.597V93.845C64.4456 93.9727 64.471 94.0995 64.523 94.2165C64.5749 94.3335 64.6521 94.4378 64.7492 94.5222C64.8462 94.6065 64.9607 94.6688 65.0847 94.7047C65.2086 94.7406 65.339 94.7492 65.4667 94.7299Z"
|
|
211
|
+
stroke="#9DA3AC"
|
|
212
|
+
stroke-linecap="round"
|
|
213
|
+
stroke-linejoin="round"
|
|
214
|
+
stroke-width="0.9375"
|
|
215
|
+
/>
|
|
216
|
+
</g>
|
|
217
|
+
<defs>
|
|
218
|
+
<clipPath id="clip0_8013_8834">
|
|
219
|
+
<rect fill="white" height="100" transform="translate(30 10)" width="60" />
|
|
220
|
+
</clipPath>
|
|
221
|
+
</defs>
|
|
222
|
+
</svg>
|
|
223
|
+
</template>
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="156"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 156 155"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="79.6248" cy="77.5001" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
+
<g clip-path="url(#clip0_2708_133543)">
|
|
11
|
+
<path
|
|
12
|
+
d="M111.243 60.4993C108.861 60.6348 106.622 61.6736 104.99 63.4009C103.357 65.1283 102.456 67.4122 102.472 69.7804V29.6305C102.472 27.6339 101.673 25.7191 100.251 24.3073C98.8284 22.8955 96.8992 22.1023 94.8875 22.1023H94.7182H94.1618C92.7345 22.2138 91.3681 22.7241 90.2207 23.5739C89.0733 24.4238 88.1916 25.5786 87.6777 26.9049C86.373 29.9354 85.7695 33.2177 85.9116 36.5102V21.0457C85.9102 19.6425 85.5143 18.2675 84.7684 17.0754C84.0226 15.8833 82.9564 14.9215 81.6898 14.298L81.8349 14.214C80.6627 13.6482 79.3652 13.3863 78.0634 13.4527C76.7616 13.5192 75.498 13.9117 74.3904 14.5938C73.2828 15.276 72.3673 16.2254 71.7293 17.3536C71.0913 18.4818 70.7516 19.752 70.7419 21.0457V27.9255L70.8387 28.2377V28.6339C70.5974 27.5423 70.1139 26.5178 69.4233 25.6351C68.7327 24.7523 67.8525 24.0336 66.8467 23.5311C66.6064 23.4109 66.3601 23.3027 66.1088 23.2069H66.012C65.7822 23.1229 65.5644 23.0628 65.3346 23.0028H65.1531L64.512 22.8827H64.3064C64.0285 22.8648 63.7496 22.8648 63.4717 22.8827C61.4601 22.8827 59.5308 23.6759 58.1084 25.0877C56.686 26.4995 55.8869 28.4143 55.8869 30.4109V46.8959C55.2621 45.6361 54.2938 44.5755 53.092 43.8348C51.8902 43.094 50.5031 42.7028 49.0884 42.7056H48.8464C46.8802 42.768 45.0157 43.5873 43.6474 44.9901C42.2792 46.393 41.5146 48.2692 41.5156 50.2217V104.9C41.5156 114.599 45.3977 123.901 52.308 130.76C59.2182 137.619 68.5905 141.472 78.3631 141.472C79.0526 141.472 79.73 141.472 80.4075 141.412H80.976C81.4478 141.412 81.9075 141.412 82.3672 141.304L83.1777 141.195L84.3027 141.039L85.2099 140.883L86.1898 140.679C86.5164 140.679 86.8309 140.535 87.1575 140.463L88.0286 140.235C88.3673 140.155 88.706 140.059 89.0447 139.947L89.8189 139.707C90.1697 139.599 90.5326 139.479 90.8834 139.346L91.5125 139.106L92.7222 138.662L93.0488 138.518C95.0711 137.648 97.0104 136.599 98.8433 135.384L99.0731 135.24C99.4844 134.964 99.8836 134.676 100.283 134.388L100.561 134.184C100.96 133.883 101.347 133.583 101.771 133.271L102.025 133.067C102.412 132.743 102.799 132.419 103.162 132.082C103.232 132.033 103.297 131.977 103.355 131.914C103.743 131.566 104.13 131.194 104.565 130.822C105.372 130.061 106.11 129.261 106.779 128.42C112.338 121.849 115.38 113.54 115.368 104.96V64.4015C115.368 63.8725 115.261 63.3488 115.051 62.8624C114.841 62.376 114.534 61.937 114.149 61.572C113.763 61.2071 113.306 60.9238 112.807 60.7394C112.307 60.555 111.775 60.4733 111.243 60.4993Z"
|
|
13
|
+
class="fill-white dark:fill-gray-900"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
opacity="0.2"
|
|
17
|
+
d="M66.8476 23.5426C65.6929 22.958 64.4062 22.6779 63.111 22.7291C61.8158 22.7803 60.5556 23.1612 59.4514 23.8351C58.3473 24.509 57.4363 25.4534 56.8058 26.5775C56.1754 27.7017 55.8467 28.9678 55.8514 30.2543V76.4435L62.662 74.4145V30.2543C62.664 28.8604 63.0565 27.4945 63.7956 26.3092C64.5348 25.124 65.5915 24.1661 66.8476 23.5426Z"
|
|
18
|
+
class="fill-white dark:fill-gray-900"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
opacity="0.2"
|
|
22
|
+
d="M81.8343 14.2141C80.7781 13.6785 79.6091 13.3987 78.423 13.3977C76.4114 13.3977 74.4821 14.1909 73.0597 15.6027C71.6372 17.0145 70.8381 18.9293 70.8381 20.9258V72.9023H77.552L77.6609 20.9258C77.6603 19.5329 78.0505 18.1673 78.7876 16.9819C79.5247 15.7965 80.5796 14.8382 81.8343 14.2141Z"
|
|
23
|
+
fill="#BDC7CE"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
opacity="0.2"
|
|
27
|
+
d="M85.8519 134.784C81.012 134.784 76.2195 133.838 71.7482 131.999C67.2768 130.16 63.2142 127.465 59.7925 124.068C56.3707 120.671 53.6568 116.638 51.8058 112.199C49.9547 107.761 49.0028 103.004 49.0044 98.2V43.462C49.0044 43.2139 49.0044 42.9617 49.0044 42.7056C47.0023 42.7151 45.0855 43.5112 43.6732 44.9197C42.2608 46.3282 41.468 48.2345 41.468 50.2217V104.9C41.4664 109.711 42.4215 114.476 44.2786 118.921C46.1357 123.366 48.8582 127.403 52.2903 130.802C55.7223 134.2 59.7963 136.893 64.2788 138.726C68.7613 140.559 73.5642 141.496 78.4122 141.484C83.8084 141.486 89.1392 140.311 94.0269 138.041C98.9145 135.771 103.239 132.462 106.695 128.348C100.567 132.545 93.2969 134.79 85.8519 134.784Z"
|
|
28
|
+
fill="#BDC7CE"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
opacity="0.2"
|
|
32
|
+
d="M98.1539 22.9065C97.0942 22.3817 95.9268 22.1064 94.7426 22.1021C92.7309 22.1021 90.8017 22.8952 89.3793 24.307C87.9569 25.7188 87.1577 27.6336 87.1577 29.6302V73.8624L93.8716 75.2311L93.9683 29.6062C93.9753 28.2149 94.3701 26.8526 95.1088 25.6702C95.8475 24.4878 96.9014 23.5312 98.1539 22.9065Z"
|
|
33
|
+
class="fill-white dark:fill-gray-900"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M107.3 61.2918C108.549 60.7706 109.889 60.5012 111.244 60.4993V60.4993C112.287 60.4993 113.287 60.9104 114.024 61.6422C114.761 62.374 115.175 63.3665 115.175 64.4015V104.912C115.175 114.611 111.293 123.913 104.383 130.772C97.4727 137.63 88.1005 141.484 78.3279 141.484V141.484C68.5554 141.484 59.1831 137.63 52.2729 130.772C45.3627 123.913 41.4805 114.611 41.4805 104.912V50.2337C41.4789 49.2456 41.6737 48.267 42.0535 47.3537C42.4334 46.4404 42.9909 45.6104 43.6942 44.9112C44.3976 44.212 45.2329 43.6573 46.1525 43.2789C47.072 42.9004 48.0577 42.7056 49.0532 42.7056V42.7056C50.0497 42.704 51.0367 42.8977 51.9577 43.2754C52.8786 43.6532 53.7154 44.2076 54.4201 44.907C55.1247 45.6063 55.6833 46.4369 56.0639 47.3509C56.4445 48.265 56.6396 49.2446 56.638 50.2337V76.0118"
|
|
37
|
+
stroke="#9DA3AC"
|
|
38
|
+
stroke-width="1.2097"
|
|
39
|
+
stroke-miterlimit="10"
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
d="M55.8513 40.1238V30.2544C55.8513 28.2578 56.6505 26.343 58.0729 24.9312C59.4953 23.5194 61.4245 22.7263 63.4362 22.7263V22.7263C65.4478 22.7263 67.377 23.5194 68.7995 24.9312C70.2219 26.343 71.021 28.2578 71.021 30.2544V72.9017"
|
|
43
|
+
stroke="#9DA3AC"
|
|
44
|
+
stroke-width="1.2097"
|
|
45
|
+
stroke-miterlimit="10"
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
d="M70.7434 20.8656V21.0457C70.7434 19.0491 71.5426 17.1343 72.965 15.7225C74.3874 14.3107 76.3166 13.5176 78.3282 13.5176V13.5176C80.3399 13.5176 82.2691 14.3107 83.6916 15.7225C85.114 17.1343 85.9131 19.0491 85.9131 21.0457V73.6585"
|
|
49
|
+
stroke="#9DA3AC"
|
|
50
|
+
stroke-width="1.2097"
|
|
51
|
+
stroke-miterlimit="10"
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
d="M47.9629 79.8779C47.9629 79.8779 66.8463 67.7873 94.2097 75.4595"
|
|
55
|
+
stroke="#9DA3AC"
|
|
56
|
+
stroke-width="1.2097"
|
|
57
|
+
stroke-miterlimit="10"
|
|
58
|
+
/>
|
|
59
|
+
<path
|
|
60
|
+
d="M74.0693 106.544C74.0693 106.544 79.005 92.5446 102.473 90.4915V29.6302C102.473 27.6336 101.674 25.7188 100.252 24.307C98.8292 22.8952 96.8999 22.1021 94.8883 22.1021V22.1021C93.4295 22.1014 92.0014 22.5182 90.7753 23.3027"
|
|
61
|
+
stroke="#9DA3AC"
|
|
62
|
+
stroke-width="1.2097"
|
|
63
|
+
stroke-miterlimit="10"
|
|
64
|
+
/>
|
|
65
|
+
</g>
|
|
66
|
+
<defs>
|
|
67
|
+
<clipPath id="clip0_2708_133543">
|
|
68
|
+
<rect
|
|
69
|
+
width="74.9167"
|
|
70
|
+
height="129.167"
|
|
71
|
+
class="fill-white dark:fill-gray-900"
|
|
72
|
+
transform="translate(40.875 12.917)"
|
|
73
|
+
/>
|
|
74
|
+
</clipPath>
|
|
75
|
+
</defs>
|
|
76
|
+
</svg>
|
|
77
|
+
</template>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="121"
|
|
4
|
+
height="120"
|
|
5
|
+
viewBox="0 0 121 120"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M60.585 110C88.1992 110 110.585 87.6142 110.585 60C110.585 32.3858 88.1992 10 60.585 10C32.9707 10 10.585 32.3858 10.585 60C10.585 87.6142 32.9707 110 60.585 110Z"
|
|
11
|
+
fill="#BDC7CE"
|
|
12
|
+
fill-opacity="0.15"
|
|
13
|
+
/>
|
|
14
|
+
<path
|
|
15
|
+
d="M54.2738 21.975L20.6738 80.275C17.5738 85.575 21.4738 92.175 27.5738 92.175H94.8737C100.974 92.175 104.774 85.575 101.774 80.275L68.0738 21.975C64.9738 16.675 57.3737 16.675 54.2738 21.975Z"
|
|
16
|
+
class="fill-white dark:fill-gray-900"
|
|
17
|
+
stroke="#9DA3AC"
|
|
18
|
+
stroke-miterlimit="10"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M64.5852 41.8002L61.5852 70.3002C61.4852 70.8002 61.0852 71.2002 60.4852 71.2002C59.9852 71.2002 59.6852 70.8002 59.5852 70.3002L56.5852 41.8002C56.3852 39.6002 57.9852 37.6002 60.1852 37.4002C62.3852 37.2002 64.3852 38.8002 64.5852 41.0002C64.5852 41.2002 64.5852 41.5002 64.5852 41.8002Z"
|
|
22
|
+
fill="#9DA3AC"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M60.5852 81.9999C62.1316 81.9999 63.3852 80.7463 63.3852 79.1999C63.3852 77.6535 62.1316 76.3999 60.5852 76.3999C59.0388 76.3999 57.7852 77.6535 57.7852 79.1999C57.7852 80.7463 59.0388 81.9999 60.5852 81.9999Z"
|
|
26
|
+
fill="#9DA3AC"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M101.674 80.275L68.0738 21.975C64.9738 16.675 57.3738 16.675 54.3738 21.975L20.6738 80.275C17.5738 85.575 21.4738 92.175 27.5738 92.175H94.8737C100.874 92.175 104.774 85.575 101.674 80.275ZM89.6738 85.175H32.6738C30.6738 85.175 29.3738 82.975 30.3738 81.175L58.8738 30.275C59.8738 28.475 62.4738 28.475 63.5738 30.275L92.0738 81.175C92.9738 82.975 91.6738 85.175 89.6738 85.175Z"
|
|
30
|
+
fill="#BDC7CE"
|
|
31
|
+
fill-opacity="0.3"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
</template>
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="none"
|
|
4
|
+
height="120"
|
|
5
|
+
viewBox="0 0 120 120"
|
|
6
|
+
width="120"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="60" cy="60" fill="#BDC7CE" fill-opacity="0.15" r="50" />
|
|
10
|
+
<g clip-path="url(#clip0_7114_6421)">
|
|
11
|
+
<path
|
|
12
|
+
d="M82.4352 17.971L78.4495 16.1612L77.3311 15.6703L73.8138 10.4912L59.4766 22.5147L45.1395 10.4912L45.0917 10.5682V10.4912L41.4883 15.6703L17.4307 26.5675L39.0033 109.519H79.8163L101.427 26.5867L82.4352 17.971Z"
|
|
13
|
+
class="fill-white dark:fill-gray-900"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M27.676 21.9463L50.472 109.422H39.0979L17.4775 26.4996L27.676 21.9463Z"
|
|
17
|
+
fill="#BDC7CE"
|
|
18
|
+
opacity="0.2"
|
|
19
|
+
/>
|
|
20
|
+
<g opacity="0.2">
|
|
21
|
+
<path d="M61.4353 28.1365V28.127L61.1104 28.1365H61.4353Z" fill="#BDC7CE" opacity="0.2" />
|
|
22
|
+
<path
|
|
23
|
+
d="M56.3021 73.4295C56.3021 51.7217 60.2688 29.4845 60.2975 29.3594H57.5064C57.5064 29.3594 53.0811 51.6447 53.0811 73.4198C53.0811 73.4198 57.1815 93.4237 59.5041 100.884C59.982 99.344 60.5364 97.2646 61.1099 94.9446C58.8828 86.0498 56.3021 73.4295 56.3021 73.4295Z"
|
|
24
|
+
fill="#BDC7CE"
|
|
25
|
+
opacity="0.2"
|
|
26
|
+
/>
|
|
27
|
+
</g>
|
|
28
|
+
<path
|
|
29
|
+
d="M57.7563 22.9863L55.2139 23.535L57.5652 29.4746L59.4959 29.4938L60.3274 29.4842L57.7563 22.9863Z"
|
|
30
|
+
fill="#BDC7CE"
|
|
31
|
+
opacity="0.2"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
d="M36.2019 29.6767L42.2809 27.1642L38.1231 23.9489L45.2056 17.1045C45.1292 14.8808 45.0814 12.6667 45.0814 10.4814L41.1434 16.2573L33.2102 23.9585L37.368 27.1738L31.2891 29.6863L59.4472 102.01C59.4472 102.01 55.6239 88.6101 51.8485 69.8673L36.2019 29.6767Z"
|
|
35
|
+
fill="#BDC7CE"
|
|
36
|
+
opacity="0.2"
|
|
37
|
+
/>
|
|
38
|
+
<path
|
|
39
|
+
d="M48.2366 24.8058L46.153 15.3622L45.417 14.207L46.4779 27.4338L55.8831 24.8154L55.5199 23.2078L48.2366 24.8058Z"
|
|
40
|
+
fill="#BDC7CE"
|
|
41
|
+
opacity="0.2"
|
|
42
|
+
/>
|
|
43
|
+
<path
|
|
44
|
+
d="M87.8169 29.6668L81.738 27.1639L85.8957 23.9391L78.8132 17.1043C78.8897 14.8805 78.5073 18.3461 78.5073 16.1416L82.4835 17.9514L90.8086 23.9198L86.6413 27.1447L92.7202 29.6476L59.5059 101.971C59.5059 101.971 65.4701 86.6461 72.1703 69.8382L87.8169 29.6668Z"
|
|
45
|
+
fill="#BDC7CE"
|
|
46
|
+
opacity="0.2"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M70.7551 25.2775L72.8483 15.8435L73.5747 14.6787L72.5233 27.9055L63.1182 25.2871L63.4814 23.6795L70.7551 25.2775Z"
|
|
50
|
+
fill="#BDC7CE"
|
|
51
|
+
opacity="0.2"
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
d="M41.1915 16.2767L33.2679 23.9779L37.4256 27.2027L31.3467 29.7056L59.5048 102.029C59.5048 102.029 45.1677 52.4049 45.1677 10.52L41.1915 16.2767Z"
|
|
55
|
+
stroke="#9DA3AC"
|
|
56
|
+
stroke-linecap="round"
|
|
57
|
+
stroke-linejoin="round"
|
|
58
|
+
stroke-width="0.955808"
|
|
59
|
+
/>
|
|
60
|
+
<path
|
|
61
|
+
d="M59.4959 22.5146L48.332 24.9501L45.1396 10.4814L59.4959 22.5146Z"
|
|
62
|
+
stroke="#9DA3AC"
|
|
63
|
+
stroke-linecap="round"
|
|
64
|
+
stroke-linejoin="round"
|
|
65
|
+
stroke-width="0.955808"
|
|
66
|
+
/>
|
|
67
|
+
<path
|
|
68
|
+
d="M79.9014 109.519L101.522 26.5962L77.378 15.6605L73.8607 10.4814L59.4949 22.5146L45.1386 10.4814L41.6117 15.6605L17.4775 26.5962L39.0884 109.519"
|
|
69
|
+
stroke="#9DA3AC"
|
|
70
|
+
stroke-linecap="round"
|
|
71
|
+
stroke-linejoin="round"
|
|
72
|
+
stroke-width="0.955808"
|
|
73
|
+
/>
|
|
74
|
+
<path
|
|
75
|
+
d="M77.8095 16.2767L85.7428 23.9779L81.5754 27.2027L87.6544 29.7056L59.5059 102.029C59.5059 102.029 73.843 52.4049 73.843 10.52L77.8095 16.2767Z"
|
|
76
|
+
stroke="#9DA3AC"
|
|
77
|
+
stroke-linecap="round"
|
|
78
|
+
stroke-linejoin="round"
|
|
79
|
+
stroke-width="0.955808"
|
|
80
|
+
/>
|
|
81
|
+
<path
|
|
82
|
+
d="M59.4951 22.5146L70.5634 24.9308L73.8609 10.4814L59.4951 22.5146Z"
|
|
83
|
+
stroke="#9DA3AC"
|
|
84
|
+
stroke-linecap="round"
|
|
85
|
+
stroke-linejoin="round"
|
|
86
|
+
stroke-width="0.955808"
|
|
87
|
+
/>
|
|
88
|
+
<path
|
|
89
|
+
d="M59.4959 22.5146L55.2139 23.4484L57.5652 29.388L59.4959 29.4072L61.4362 29.388L63.7875 23.4484L59.4959 22.5146Z"
|
|
90
|
+
stroke="#9DA3AC"
|
|
91
|
+
stroke-linecap="round"
|
|
92
|
+
stroke-linejoin="round"
|
|
93
|
+
stroke-width="0.955808"
|
|
94
|
+
/>
|
|
95
|
+
<path
|
|
96
|
+
d="M61.4358 29.3877H57.5648C57.5648 29.3877 53.082 52.9437 53.082 74.7092C53.082 74.7092 57.1825 94.7131 59.5051 102.174C61.8277 94.7131 65.9281 74.7092 65.9281 74.7092C65.9281 52.9437 61.4358 29.3877 61.4358 29.3877Z"
|
|
97
|
+
stroke="#9DA3AC"
|
|
98
|
+
stroke-linecap="round"
|
|
99
|
+
stroke-linejoin="round"
|
|
100
|
+
stroke-width="0.955808"
|
|
101
|
+
/>
|
|
102
|
+
<path
|
|
103
|
+
d="M82.7881 55.9951H90.014"
|
|
104
|
+
stroke="#9DA3AC"
|
|
105
|
+
stroke-linecap="round"
|
|
106
|
+
stroke-linejoin="round"
|
|
107
|
+
stroke-width="0.955808"
|
|
108
|
+
/>
|
|
109
|
+
</g>
|
|
110
|
+
</svg>
|
|
111
|
+
</template>
|