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,152 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="155"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 155 155"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="77.2628" cy="77.5003" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
+
<g clip-path="url(#clip0_2483_104006)">
|
|
11
|
+
<path
|
|
12
|
+
d="M40.0508 98.5367C40.0786 99.2516 39.9449 99.9636 39.6597 100.62C39.3745 101.277 38.945 101.861 38.4029 102.33L27.8478 111.338C26.8834 112.159 25.6311 112.566 24.3659 112.468C23.1007 112.371 21.9263 111.776 21.1006 110.816C20.2758 109.856 19.8676 108.608 19.9658 107.347C20.0639 106.087 20.6602 104.917 21.6238 104.094L32.179 95.0869C33.0483 94.3595 34.1502 93.966 35.2854 93.9777H35.4636L41.1308 89.1412C39.0963 87.9253 36.7293 87.378 34.3652 87.5771C32.0011 87.7762 29.7599 88.7116 27.9591 90.2505L17.404 99.2688C15.2378 101.232 13.9249 103.96 13.7441 106.872C13.5634 109.784 14.5289 112.652 16.4358 114.866C18.3427 117.081 21.0408 118.468 23.9573 118.733C26.8738 118.998 29.7792 118.12 32.0565 116.285L42.6228 107.267C44.4985 105.667 45.7929 103.496 46.3061 101.09C46.8193 98.6843 46.5227 96.1767 45.462 93.9554L40.0508 98.5367Z"
|
|
13
|
+
class="fill-white dark:fill-gray-900"
|
|
14
|
+
stroke="#9DA3AC"
|
|
15
|
+
stroke-width="1.11351"
|
|
16
|
+
stroke-miterlimit="10"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M49.1681 82.2636C49.1778 81.5931 49.3296 80.9323 49.6136 80.3244C49.8976 79.7165 50.3073 79.1752 50.8159 78.7361L61.371 69.7288C61.9872 69.1626 62.3592 68.3804 62.4087 67.5467C62.4583 66.713 62.1816 65.8926 61.6367 65.2579C61.0919 64.6232 60.3213 64.2236 59.487 64.143C58.6526 64.0624 57.8194 64.3071 57.1624 64.8258L46.5961 73.8442C44.7619 75.4285 43.4902 77.5607 42.9706 79.9233C42.451 82.2859 42.7112 84.7524 43.7124 86.9558L49.1681 82.2636Z"
|
|
20
|
+
class="fill-white dark:fill-gray-900"
|
|
21
|
+
stroke="#9DA3AC"
|
|
22
|
+
stroke-width="1.11351"
|
|
23
|
+
stroke-miterlimit="10"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M67.7858 81.0542C67.5093 80.732 67.1717 80.4675 66.7923 80.2757C66.4129 80.084 65.9993 79.9688 65.5751 79.9369C65.1509 79.9049 64.7245 79.9568 64.3205 80.0896C63.9164 80.2223 63.5428 80.4332 63.2208 80.7103L57.0748 85.9793C56.6003 86.3872 56.0481 86.6957 55.4512 86.8863C54.8544 87.0769 54.2251 87.1457 53.601 87.0886H53.4897L47.9226 91.8141C49.9561 93.1069 52.3533 93.7132 54.7595 93.5434C57.1657 93.3736 59.4532 92.4367 61.2835 90.8713L67.4629 85.5911C68.1094 85.032 68.5066 84.24 68.5672 83.3892C68.6277 82.5384 68.3467 81.6985 67.7858 81.0542V81.0542Z"
|
|
27
|
+
class="fill-white dark:fill-gray-900"
|
|
28
|
+
stroke="#9DA3AC"
|
|
29
|
+
stroke-width="1.11351"
|
|
30
|
+
stroke-miterlimit="10"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M33.826 102.84C33.1633 102.842 32.516 102.641 31.9715 102.264C31.4269 101.888 31.0114 101.354 30.7808 100.735C30.5502 100.116 30.5157 99.4414 30.682 98.8022C30.8482 98.163 31.2072 97.5901 31.7105 97.1605L52.5313 79.4121C53.1874 78.8966 54.0182 78.6535 54.85 78.7338C55.6817 78.8141 56.4502 79.2114 56.9948 79.8428C57.5395 80.4742 57.8183 81.2909 57.7729 82.1222C57.7275 82.9535 57.3614 83.7352 56.7511 84.304L35.9304 102.052C35.3463 102.558 34.5995 102.837 33.826 102.84Z"
|
|
34
|
+
class="fill-white dark:fill-gray-900"
|
|
35
|
+
stroke="#9DA3AC"
|
|
36
|
+
stroke-width="1.11351"
|
|
37
|
+
stroke-miterlimit="10"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
d="M74.0987 54.065C73.2658 53.9998 72.4902 53.6178 71.9325 52.9982C71.3748 52.3786 71.0779 51.569 71.1033 50.7372L71.649 38.5352C71.652 38.101 71.7428 37.6718 71.9161 37.2734C72.0894 36.875 72.3417 36.5155 72.6577 36.2165C72.9737 35.9175 73.3471 35.6851 73.7554 35.5331C74.1638 35.3812 74.5986 35.3129 75.034 35.3323C75.4695 35.3517 75.8965 35.4585 76.2896 35.6461C76.6826 35.8338 77.0336 36.0985 77.3216 36.4244C77.6096 36.7504 77.8286 37.1309 77.9655 37.5431C78.1024 37.9553 78.1544 38.3909 78.1185 38.8236L77.5839 51.0256C77.5463 51.874 77.1746 52.6735 76.5493 53.2507C75.924 53.8279 75.0955 54.1365 74.2434 54.1094L74.0987 54.065Z"
|
|
41
|
+
class="fill-white dark:fill-gray-900"
|
|
42
|
+
stroke="#9DA3AC"
|
|
43
|
+
stroke-width="1.11351"
|
|
44
|
+
stroke-miterlimit="10"
|
|
45
|
+
/>
|
|
46
|
+
<path
|
|
47
|
+
d="M96.7015 99.3021C95.9103 99.3007 95.1467 99.013 94.5527 98.4924L85.3893 90.4057C84.7455 89.8379 84.3546 89.0386 84.3024 88.1836C84.2502 87.3286 84.541 86.488 85.1109 85.8466C85.6808 85.2053 86.4832 84.8158 87.3413 84.7638C88.1995 84.7118 89.0433 85.0015 89.6871 85.5693L98.8504 93.6559C99.3434 94.0901 99.6919 94.6636 99.8497 95.3C100.007 95.9365 99.967 96.6056 99.7337 97.2186C99.5005 97.8315 99.0853 98.3593 98.5437 98.7315C98.002 99.1036 97.3595 99.3027 96.7015 99.3021V99.3021Z"
|
|
48
|
+
class="fill-white dark:fill-gray-900"
|
|
49
|
+
stroke="#9DA3AC"
|
|
50
|
+
stroke-width="1.11351"
|
|
51
|
+
stroke-miterlimit="10"
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
d="M74.2871 109.363C73.4467 109.363 72.6389 109.038 72.0343 108.457C71.4298 107.875 71.0756 107.082 71.0468 106.246L70.6682 94.0436C70.6815 93.2148 71.0144 92.4228 71.5978 91.8318C72.1812 91.2408 72.9705 90.896 73.8022 90.8689C74.6338 90.8418 75.4441 91.1345 76.065 91.6862C76.686 92.238 77.07 93.0066 77.1377 93.8328L77.5274 106.035C77.5407 106.459 77.4701 106.881 77.3195 107.278C77.1689 107.675 76.9413 108.038 76.6496 108.347C76.358 108.656 76.0081 108.905 75.6199 109.079C75.2317 109.253 74.8129 109.35 74.3873 109.363H74.2871Z"
|
|
55
|
+
class="fill-white dark:fill-gray-900"
|
|
56
|
+
stroke="#9DA3AC"
|
|
57
|
+
stroke-width="1.11351"
|
|
58
|
+
stroke-miterlimit="10"
|
|
59
|
+
/>
|
|
60
|
+
<path
|
|
61
|
+
d="M58.4 58.6021C57.6112 58.5471 56.872 58.1987 56.329 57.626L47.8003 48.8738C47.2023 48.2589 46.874 47.4326 46.8876 46.5765C46.9012 45.7205 47.2555 44.9049 47.8727 44.3091C48.4898 43.7134 49.3193 43.3863 50.1785 43.3998C51.0377 43.4133 51.8563 43.7664 52.4543 44.3812L60.9719 53.1334C61.4308 53.6035 61.735 54.2017 61.8442 54.8484C61.9533 55.4951 61.8621 56.1595 61.5829 56.7533C61.3036 57.3471 60.8495 57.8421 60.2809 58.1723C59.7123 58.5026 59.0562 58.6525 58.4 58.6021V58.6021Z"
|
|
62
|
+
class="fill-white dark:fill-gray-900"
|
|
63
|
+
stroke="#9DA3AC"
|
|
64
|
+
stroke-width="1.11351"
|
|
65
|
+
stroke-miterlimit="10"
|
|
66
|
+
/>
|
|
67
|
+
<path
|
|
68
|
+
d="M112.467 62.4518C112.869 61.8588 113.4 61.3641 114.021 61.0048C114.642 60.6456 115.336 60.4311 116.052 60.3775L129.915 59.3902C131.181 59.299 132.433 59.7129 133.393 60.5409C134.354 61.3689 134.945 62.543 135.036 63.8051C135.128 65.0673 134.712 66.3139 133.881 67.2708C133.05 68.2277 131.872 68.8166 130.605 68.9078L116.732 69.895C115.594 69.9758 114.465 69.6493 113.547 68.9744L113.414 68.8634L105.976 69.3848C106.87 71.5771 108.437 73.4315 110.453 74.6828C112.469 75.934 114.83 76.518 117.199 76.351L131.072 75.3637C133.989 75.0706 136.676 73.6568 138.563 71.4223C140.45 69.1878 141.389 66.3085 141.181 63.3956C140.972 60.4827 139.632 57.7654 137.446 55.8205C135.259 53.8756 132.398 52.8562 129.469 52.9786L115.596 53.9659C113.132 54.1379 110.794 55.1148 108.944 56.7453C107.094 58.3758 105.836 60.5688 105.364 62.9843L112.467 62.4518Z"
|
|
69
|
+
class="fill-white dark:fill-gray-900"
|
|
70
|
+
stroke="#9DA3AC"
|
|
71
|
+
stroke-width="1.11351"
|
|
72
|
+
stroke-miterlimit="10"
|
|
73
|
+
/>
|
|
74
|
+
<path
|
|
75
|
+
d="M95.4098 70.1392C95.0017 70.6715 94.4851 71.1118 93.894 71.431C93.303 71.7503 92.6508 71.9414 91.9804 71.9917L78.1185 72.9789C77.6813 72.9907 77.251 73.0905 76.8535 73.2724C76.4561 73.4542 76.0996 73.7144 75.8058 74.0372C75.512 74.36 75.2868 74.7387 75.1438 75.1505C75.0009 75.5623 74.943 75.9987 74.9739 76.4334C75.0047 76.868 75.1236 77.2919 75.3233 77.6796C75.523 78.0673 75.7994 78.4106 76.1359 78.689C76.4724 78.9674 76.8619 79.1751 77.2811 79.2994C77.7003 79.4238 78.1404 79.4623 78.5749 79.4127L92.448 78.4254C94.8705 78.2476 97.1706 77.2954 99.0062 75.7105C100.842 74.1255 102.115 71.9926 102.636 69.6289L95.4098 70.1392Z"
|
|
76
|
+
class="fill-white dark:fill-gray-900"
|
|
77
|
+
stroke="#9DA3AC"
|
|
78
|
+
stroke-width="1.11351"
|
|
79
|
+
stroke-miterlimit="10"
|
|
80
|
+
/>
|
|
81
|
+
<path
|
|
82
|
+
d="M79.7215 60.0671C79.7511 60.4899 79.8642 60.9027 80.0545 61.2819C80.2448 61.661 80.5084 61.9989 80.8302 62.2762C81.152 62.5535 81.5256 62.7647 81.9295 62.8976C82.3335 63.0306 82.7599 63.0827 83.1842 63.051L91.3009 62.4742C91.9247 62.4227 92.5525 62.4942 93.1485 62.6845C93.7446 62.8749 94.2972 63.1803 94.7747 63.5834L94.8527 63.6611L102.134 63.1397C101.268 60.9018 99.7035 59 97.6712 57.714C95.6389 56.428 93.2459 55.8258 90.8444 55.996L82.7165 56.5729C82.2886 56.6036 81.871 56.7187 81.4881 56.9116C81.1052 57.1044 80.7645 57.3711 80.4858 57.6962C80.2072 58.0213 79.9961 58.3983 79.8649 58.8053C79.7337 59.2122 79.685 59.6411 79.7215 60.0671V60.0671Z"
|
|
83
|
+
class="fill-white dark:fill-gray-900"
|
|
84
|
+
stroke="#9DA3AC"
|
|
85
|
+
stroke-width="1.11351"
|
|
86
|
+
stroke-miterlimit="10"
|
|
87
|
+
/>
|
|
88
|
+
<path
|
|
89
|
+
d="M120.027 62.6958C120.558 63.0882 120.956 63.6331 121.168 64.2574C121.379 64.8818 121.393 65.5556 121.209 66.1884C121.025 66.8212 120.651 67.3827 120.137 67.7974C119.623 68.2121 118.994 68.4602 118.335 68.5084L90.9891 70.4496C90.153 70.476 89.3392 70.1791 88.7178 69.6212C88.0964 69.0633 87.7156 68.2876 87.6552 67.4564C87.5948 66.6252 87.8594 65.8029 88.3936 65.1616C88.9279 64.5204 89.6904 64.1098 90.5216 64.0159L117.878 62.0746C118.646 62.0128 119.411 62.2338 120.027 62.6958V62.6958Z"
|
|
90
|
+
class="fill-white dark:fill-gray-900"
|
|
91
|
+
stroke="#9DA3AC"
|
|
92
|
+
stroke-width="1.11351"
|
|
93
|
+
stroke-miterlimit="10"
|
|
94
|
+
/>
|
|
95
|
+
<path
|
|
96
|
+
opacity="0.2"
|
|
97
|
+
d="M50.3149 74.6423L60.87 65.6239C61.1136 65.4198 61.3879 65.2552 61.6828 65.1359C61.1196 64.5058 60.3311 64.1204 59.4862 64.0623C58.6413 64.0043 57.8071 64.2781 57.1624 64.8252L46.5961 73.8436C44.7619 75.428 43.4902 77.5602 42.9706 79.9228C42.451 82.2853 42.7112 84.7519 43.7124 86.9552L46.5404 84.5481C46.2983 82.7148 46.5165 80.8503 47.1752 79.1215C47.8339 77.3928 48.9127 75.8538 50.3149 74.6423V74.6423Z"
|
|
98
|
+
fill="#BDC7CE"
|
|
99
|
+
/>
|
|
100
|
+
<path
|
|
101
|
+
opacity="0.2"
|
|
102
|
+
d="M20.1088 115.896C18.1733 113.633 17.2157 110.699 17.4452 107.735C17.6747 104.771 19.0727 102.018 21.3336 100.077L31.8998 91.0701C34.0572 89.2144 36.8466 88.2536 39.6937 88.3856C37.7674 87.579 35.6538 87.322 33.5893 87.6433C31.5248 87.9645 29.5906 88.8514 28.0029 90.2048L17.4477 99.2232C15.7261 100.69 14.4893 102.64 13.8991 104.819C13.3089 106.998 13.393 109.304 14.1403 111.434C14.8876 113.565 16.2633 115.421 18.0872 116.759C19.9111 118.097 22.0982 118.856 24.362 118.935C22.7249 118.268 21.268 117.227 20.1088 115.896V115.896Z"
|
|
103
|
+
fill="#BDC7CE"
|
|
104
|
+
/>
|
|
105
|
+
<path
|
|
106
|
+
opacity="0.2"
|
|
107
|
+
d="M34.9169 101.709C34.6385 101.388 34.4265 101.014 34.2932 100.611C34.1598 100.208 34.1076 99.7819 34.1397 99.3583C34.1717 98.9348 34.2874 98.5217 34.48 98.1428C34.6726 97.7639 34.9383 97.4265 35.262 97.1501L56.0828 79.4018C56.1889 79.3202 56.3005 79.2461 56.4168 79.1799C55.833 78.7908 55.1379 78.602 54.4366 78.642C53.7354 78.682 53.0664 78.9488 52.531 79.4018L31.7103 97.1501C31.0516 97.6723 30.6236 98.43 30.5175 99.2619C30.4114 100.094 30.6355 100.934 31.1422 101.604C31.6489 102.273 32.398 102.72 33.2299 102.847C34.0619 102.974 34.9109 102.773 35.5961 102.286C35.3424 102.128 35.1134 101.934 34.9169 101.709Z"
|
|
108
|
+
fill="#BDC7CE"
|
|
109
|
+
/>
|
|
110
|
+
<path
|
|
111
|
+
opacity="0.2"
|
|
112
|
+
d="M60.6368 56.6613C59.8478 56.6036 59.1072 56.2604 58.5547 55.6962L50.0371 46.933C49.5964 46.4832 49.2981 45.9143 49.1793 45.297C49.0605 44.6797 49.1265 44.0412 49.3691 43.4609C48.8216 43.6004 48.3208 43.8815 47.9174 44.2758C47.514 44.6701 47.2224 45.1636 47.0721 45.7064C46.9217 46.2491 46.9181 46.8218 47.0614 47.3664C47.2047 47.911 47.49 48.4082 47.8882 48.8076L56.4169 57.5598C56.9661 58.1239 57.7018 58.4707 58.4879 58.536C58.9465 58.5715 59.4074 58.5087 59.8395 58.3518C60.2717 58.1949 60.665 57.9475 60.9931 57.6263C61.3104 57.3096 61.5603 56.9323 61.7279 56.5171C61.3747 56.6249 61.006 56.6737 60.6368 56.6613V56.6613Z"
|
|
113
|
+
fill="#BDC7CE"
|
|
114
|
+
/>
|
|
115
|
+
<path
|
|
116
|
+
opacity="0.2"
|
|
117
|
+
d="M98.5703 97.283C97.7792 97.2816 97.0154 96.9938 96.4214 96.4732L87.258 88.3756C86.7868 87.9576 86.4484 87.4116 86.2842 86.8047C86.1201 86.1978 86.1374 85.5563 86.334 84.959C85.797 85.1368 85.3166 85.4525 84.9412 85.8743C84.5659 86.2961 84.3087 86.809 84.1958 87.3613C84.0829 87.9137 84.1182 88.486 84.2981 89.0205C84.478 89.5549 84.7962 90.0326 85.2206 90.4055L94.3839 98.4921C95.0287 99.0576 95.8719 99.3458 96.7294 99.2938C97.5868 99.2419 98.3887 98.854 98.96 98.2148C99.2454 97.8903 99.4647 97.5135 99.6057 97.1055C99.2725 97.2202 98.9229 97.2802 98.5703 97.283V97.283Z"
|
|
118
|
+
fill="#BDC7CE"
|
|
119
|
+
/>
|
|
120
|
+
<path
|
|
121
|
+
opacity="0.2"
|
|
122
|
+
d="M74.5775 108.63C74.0362 108.054 73.727 107.3 73.709 106.511L73.3972 94.3091C73.3825 93.6798 73.5528 93.06 73.8872 92.5259C74.2215 91.9918 74.7053 91.5667 75.279 91.303C74.7803 91.0376 74.2202 90.9078 73.6551 90.9266C73.09 90.9454 72.5398 91.1123 72.06 91.4103C71.5802 91.7083 71.1878 92.127 70.9221 92.6242C70.6564 93.1214 70.5269 93.6796 70.5466 94.2426L70.8585 106.445C70.8785 107.233 71.1874 107.986 71.727 108.563C72.0449 108.893 72.4274 109.153 72.8508 109.329C73.2742 109.504 73.7293 109.591 74.1878 109.584C74.627 109.571 75.0591 109.469 75.4572 109.284C75.1276 109.12 74.8297 108.898 74.5775 108.63V108.63Z"
|
|
123
|
+
fill="#BDC7CE"
|
|
124
|
+
/>
|
|
125
|
+
<path
|
|
126
|
+
opacity="0.2"
|
|
127
|
+
d="M74.6446 53.1452C74.1332 52.5224 73.8785 51.7294 73.9319 50.9266L74.4887 38.7246C74.5152 38.0952 74.7267 37.4875 75.0969 36.9767C75.467 36.466 75.9796 36.0748 76.5709 35.8516C76.0933 35.5501 75.5442 35.3798 74.9793 35.3579C74.4143 35.336 73.8536 35.4632 73.354 35.7267C72.8543 35.9902 72.4335 36.3807 72.1341 36.8585C71.8347 37.3362 71.6674 37.8844 71.6492 38.4473L71.0925 50.6493C71.0652 51.4963 71.3733 52.32 71.9504 52.9426C72.5275 53.5652 73.3272 53.9368 74.1769 53.9771C74.6211 53.9986 75.0651 53.9268 75.4797 53.7664C75.1691 53.6062 74.887 53.3963 74.6446 53.1452V53.1452Z"
|
|
128
|
+
fill="#BDC7CE"
|
|
129
|
+
/>
|
|
130
|
+
<path
|
|
131
|
+
opacity="0.2"
|
|
132
|
+
d="M89.9319 75.5857L76.0699 76.573C75.7518 76.5885 75.4331 76.5586 75.1235 76.4842C75.2001 77.3251 75.6044 78.1026 76.2496 78.6501C76.8948 79.1975 77.7296 79.4713 78.5751 79.4127L92.4482 78.4254C94.8712 78.2494 97.1722 77.2978 99.0081 75.7126C100.844 74.1274 102.117 71.9934 102.636 69.6289L98.9282 69.8841C98.02 71.5025 96.7225 72.8707 95.1522 73.8659C93.5819 74.8611 91.7881 75.4521 89.9319 75.5857V75.5857Z"
|
|
133
|
+
fill="#BDC7CE"
|
|
134
|
+
/>
|
|
135
|
+
<path
|
|
136
|
+
opacity="0.2"
|
|
137
|
+
d="M138.856 60.3106C139.065 63.2792 138.084 66.2091 136.129 68.4587C134.173 70.7083 131.403 72.0942 128.424 72.3129L114.551 73.2891C111.736 73.4889 108.951 72.6167 106.757 70.8487C107.367 71.8867 108.145 72.8165 109.062 73.5997C110.168 74.5726 111.457 75.3169 112.854 75.7891C114.251 76.2614 115.729 76.4523 117.201 76.3507L131.074 75.3634C133.339 75.2103 135.505 74.3774 137.287 72.9743C139.068 71.5712 140.381 69.6638 141.054 67.5029C141.726 65.3419 141.726 63.0288 141.054 60.8679C140.381 58.707 139.068 56.7995 137.287 55.3965C138.185 56.8913 138.722 58.5735 138.856 60.3106Z"
|
|
138
|
+
fill="#BDC7CE"
|
|
139
|
+
/>
|
|
140
|
+
<path
|
|
141
|
+
opacity="0.2"
|
|
142
|
+
d="M118.477 62.9508C118.508 63.3741 118.454 63.7991 118.319 64.2017C118.184 64.6042 117.971 64.9763 117.692 65.2967C117.413 65.6171 117.073 65.8796 116.692 66.069C116.311 66.2584 115.896 66.3711 115.471 66.4007L88.1257 68.353C87.9921 68.353 87.8585 68.353 87.7249 68.353C87.9646 69.0107 88.4124 69.573 89.0008 69.9551C89.5892 70.3373 90.2863 70.5186 90.9871 70.4717L118.332 68.5194C119.155 68.4712 119.927 68.1119 120.492 67.5149C121.057 66.918 121.372 66.1285 121.372 65.308C121.372 64.4876 121.057 63.6981 120.492 63.1011C119.927 62.5042 119.155 62.1448 118.332 62.0967C118.418 62.3739 118.467 62.6611 118.477 62.9508V62.9508Z"
|
|
143
|
+
fill="#BDC7CE"
|
|
144
|
+
/>
|
|
145
|
+
</g>
|
|
146
|
+
<defs>
|
|
147
|
+
<clipPath id="clip0_2483_104006">
|
|
148
|
+
<rect width="129.167" height="84.6264" fill="white" transform="translate(12.9167 34.875)" />
|
|
149
|
+
</clipPath>
|
|
150
|
+
</defs>
|
|
151
|
+
</svg>
|
|
152
|
+
</template>
|
|
@@ -0,0 +1,126 @@
|
|
|
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="78.3333" cy="77.4998" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
+
<g clip-path="url(#clip0_2935_107723)">
|
|
11
|
+
<path
|
|
12
|
+
d="M130.943 85.3113C131.7 81.8669 132.078 78.4224 132.078 74.855C132.078 57.2637 123.121 41.6407 109.495 32.1684C109.117 32.0454 108.864 31.7994 108.612 31.6764C108.486 31.5534 108.36 31.4304 108.234 31.4304C107.603 31.0613 106.972 30.5692 106.215 30.2002C105.458 29.8311 104.701 29.3391 104.07 28.97C104.07 28.97 103.944 28.97 103.944 28.847C103.313 28.478 102.556 28.1089 101.925 27.8629C101.799 27.7399 101.673 27.7399 101.547 27.6169C100.916 27.3708 100.285 27.0018 99.6546 26.7558C99.5284 26.7558 99.4022 26.6327 99.2761 26.6327C97.7621 26.0177 96.2482 25.4026 94.608 24.9105C94.4819 24.9105 94.2296 24.7875 94.1034 24.7875C93.4726 24.5415 92.8418 24.4184 92.211 24.2954C91.9586 24.2954 91.8325 24.1724 91.5801 24.1724C90.9493 24.0494 90.1924 23.8034 89.5615 23.6804C89.4354 23.6804 89.3092 23.6804 89.183 23.5573C88.4261 23.4343 87.5429 23.3113 86.786 23.1883C86.6598 23.1883 86.4075 23.1883 86.2813 23.0653C85.6505 22.9423 85.0197 22.9423 84.2627 22.8192C84.0104 22.8192 83.758 22.8192 83.5057 22.6962C82.8749 22.6962 82.2441 22.5732 81.7394 22.5732C81.4871 22.5732 81.2348 22.5732 80.9825 22.5732C80.0993 22.5732 79.3423 22.4502 78.4592 22.4502C48.6848 22.5732 24.7139 45.9462 24.7139 74.855C24.7139 75.8391 24.7139 76.8232 24.84 77.8073C24.84 78.1764 24.84 78.4224 24.9662 78.7915C24.9662 79.5296 25.0924 80.1446 25.2185 80.8827C25.2185 81.2518 25.3447 81.6208 25.3447 81.9899C25.4708 82.605 25.597 83.3431 25.597 83.9581C25.597 84.2042 25.7232 84.4502 25.7232 84.8192C25.7232 85.0653 25.7232 85.3113 25.8493 85.5573C28.1203 112.744 49.8203 133.164 77.9546 133.164C105.71 133.164 128.294 112.621 131.069 86.0494C130.943 86.4184 130.943 86.7875 130.817 87.2796C130.817 86.5415 130.817 85.9264 130.943 85.3113Z"
|
|
13
|
+
class="fill-white dark:fill-gray-900"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
opacity="0.2"
|
|
17
|
+
d="M78.3332 33.1528C103.566 33.1528 124.13 52.5893 125.266 76.9464C125.266 76.3314 125.266 75.5933 125.266 74.9782C125.266 49.6369 104.197 29.0933 78.3332 29.0933C52.4698 29.0933 31.4006 49.6369 31.4006 74.8552C31.4006 75.4702 31.4006 76.2083 31.4006 76.8234C32.5361 52.5893 53.1006 33.1528 78.3332 33.1528Z"
|
|
18
|
+
class="fill-white dark:fill-gray-900"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M78.333 127.137C107.946 127.137 131.952 103.729 131.952 74.855C131.952 45.9806 107.946 22.5732 78.333 22.5732C48.72 22.5732 24.7139 45.9806 24.7139 74.855C24.7139 103.729 48.72 127.137 78.333 127.137Z"
|
|
22
|
+
stroke="#9DA3AC"
|
|
23
|
+
stroke-width="1.29167"
|
|
24
|
+
stroke-linecap="round"
|
|
25
|
+
stroke-linejoin="round"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
opacity="0.2"
|
|
29
|
+
d="M109.369 32.1685L105.458 37.5812C97.8883 32.1685 88.4261 29.0931 78.3331 29.0931C52.4697 29.0931 31.4005 49.6367 31.4005 74.855C31.4005 90.478 39.3488 104.256 51.5865 112.498L47.8017 117.788C33.7976 108.438 24.7139 92.6923 24.7139 74.855C24.7139 45.9463 48.6848 22.5732 78.3331 22.5732C89.94 22.5732 100.538 26.1407 109.369 32.1685Z"
|
|
30
|
+
fill="#BDC7CE"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
opacity="0.2"
|
|
34
|
+
d="M78.333 127.752C104.323 127.752 125.896 109.792 130.943 85.9266C128.167 112.498 105.584 133.042 77.8284 133.042C49.6941 133.042 27.9941 112.498 25.7231 85.4346C30.5173 109.546 52.2173 127.752 78.333 127.752Z"
|
|
35
|
+
fill="white"
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
d="M78.3332 120.617C104.253 120.617 125.266 100.129 125.266 74.8552C125.266 49.5816 104.253 29.0933 78.3332 29.0933C52.4131 29.0933 31.4006 49.5816 31.4006 74.8552C31.4006 100.129 52.4131 120.617 78.3332 120.617Z"
|
|
39
|
+
stroke="#9DA3AC"
|
|
40
|
+
stroke-width="1.29167"
|
|
41
|
+
stroke-linecap="round"
|
|
42
|
+
stroke-linejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M130.943 84.2041C128.672 111.391 105.837 132.426 77.7022 132.426C49.6941 132.426 27.8679 111.883 25.7231 84.8192"
|
|
46
|
+
stroke="#9DA3AC"
|
|
47
|
+
stroke-width="1.29167"
|
|
48
|
+
stroke-linecap="round"
|
|
49
|
+
stroke-linejoin="round"
|
|
50
|
+
/>
|
|
51
|
+
<path
|
|
52
|
+
d="M42.5034 113.852V118.772"
|
|
53
|
+
stroke="#9DA3AC"
|
|
54
|
+
stroke-width="1.29167"
|
|
55
|
+
stroke-linecap="round"
|
|
56
|
+
stroke-linejoin="round"
|
|
57
|
+
/>
|
|
58
|
+
<path
|
|
59
|
+
d="M56.2551 122.708V127.875"
|
|
60
|
+
stroke="#9DA3AC"
|
|
61
|
+
stroke-width="1.29167"
|
|
62
|
+
stroke-linecap="round"
|
|
63
|
+
stroke-linejoin="round"
|
|
64
|
+
/>
|
|
65
|
+
<path
|
|
66
|
+
d="M71.8989 126.768V131.812"
|
|
67
|
+
stroke="#9DA3AC"
|
|
68
|
+
stroke-width="1.29167"
|
|
69
|
+
stroke-linecap="round"
|
|
70
|
+
stroke-linejoin="round"
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
d="M90.5713 125.907V130.704"
|
|
74
|
+
stroke="#9DA3AC"
|
|
75
|
+
stroke-width="1.29167"
|
|
76
|
+
stroke-linecap="round"
|
|
77
|
+
stroke-linejoin="round"
|
|
78
|
+
/>
|
|
79
|
+
<path
|
|
80
|
+
d="M105.837 119.756V124.676"
|
|
81
|
+
stroke="#9DA3AC"
|
|
82
|
+
stroke-width="1.29167"
|
|
83
|
+
stroke-linecap="round"
|
|
84
|
+
stroke-linejoin="round"
|
|
85
|
+
/>
|
|
86
|
+
<path
|
|
87
|
+
d="M117.066 111.021V115.327"
|
|
88
|
+
stroke="#9DA3AC"
|
|
89
|
+
stroke-width="1.29167"
|
|
90
|
+
stroke-linecap="round"
|
|
91
|
+
stroke-linejoin="round"
|
|
92
|
+
/>
|
|
93
|
+
<path
|
|
94
|
+
d="M66.0949 71.2879C69.0911 71.2879 71.5199 68.9196 71.5199 65.9982C71.5199 63.0768 69.0911 60.7085 66.0949 60.7085C63.0988 60.7085 60.6699 63.0768 60.6699 65.9982C60.6699 68.9196 63.0988 71.2879 66.0949 71.2879Z"
|
|
95
|
+
stroke="#9DA3AC"
|
|
96
|
+
stroke-width="1.29167"
|
|
97
|
+
stroke-linecap="round"
|
|
98
|
+
stroke-linejoin="round"
|
|
99
|
+
/>
|
|
100
|
+
<path
|
|
101
|
+
d="M90.571 91.2166C93.5671 91.2166 95.996 88.8483 95.996 85.9269C95.996 83.0055 93.5671 80.6372 90.571 80.6372C87.5748 80.6372 85.146 83.0055 85.146 85.9269C85.146 88.8483 87.5748 91.2166 90.571 91.2166Z"
|
|
102
|
+
stroke="#9DA3AC"
|
|
103
|
+
stroke-width="1.29167"
|
|
104
|
+
stroke-linecap="round"
|
|
105
|
+
stroke-linejoin="round"
|
|
106
|
+
/>
|
|
107
|
+
<path
|
|
108
|
+
d="M91.7063 58.4941L65.2122 90.7243"
|
|
109
|
+
stroke="#9DA3AC"
|
|
110
|
+
stroke-width="1.29167"
|
|
111
|
+
stroke-linecap="round"
|
|
112
|
+
stroke-linejoin="round"
|
|
113
|
+
/>
|
|
114
|
+
</g>
|
|
115
|
+
<defs>
|
|
116
|
+
<clipPath id="clip0_2935_107723">
|
|
117
|
+
<rect
|
|
118
|
+
width="108.5"
|
|
119
|
+
height="111.083"
|
|
120
|
+
class="fill-white dark:fill-gray-900"
|
|
121
|
+
transform="translate(24.0833 21.9585)"
|
|
122
|
+
/>
|
|
123
|
+
</clipPath>
|
|
124
|
+
</defs>
|
|
125
|
+
</svg>
|
|
126
|
+
</template>
|
|
@@ -0,0 +1,202 @@
|
|
|
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="78.0001" cy="76.2083" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
+
<g clip-path="url(#clip0_2708_133538)">
|
|
11
|
+
<path
|
|
12
|
+
d="M59.7884 81.0303C59.1465 77.4201 52.5679 74.6121 44.4649 74.6121H44.3846V71.8844V58.9677C44.3846 55.1168 37.5653 52.0681 29.0611 52.0681C20.6372 52.0681 13.8179 55.197 13.8179 58.9677V71.1623V71.9646V73.8901V86.8067V86.9672C13.8179 87.3683 13.8981 87.8497 14.1388 88.2508C15.5027 91.3797 21.6802 93.7865 29.1414 93.7865H29.2216V96.5143C29.2216 100.365 36.041 103.414 44.5451 103.414C52.969 103.414 59.8686 100.285 59.8686 96.5143V81.5117C59.8686 81.4315 59.8686 81.3512 59.8686 81.271C59.7884 81.271 59.7884 81.1106 59.7884 81.0303Z"
|
|
13
|
+
class="fill-white dark:fill-gray-900"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M127.902 90.7375C135.789 90.7375 142.183 84.3798 142.183 76.5372C142.183 68.6946 135.789 62.3369 127.902 62.3369C120.015 62.3369 113.622 68.6946 113.622 76.5372C113.622 84.3798 120.015 90.7375 127.902 90.7375Z"
|
|
17
|
+
class="fill-white dark:fill-gray-900"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
opacity="0.2"
|
|
21
|
+
d="M131.752 87.6891C123.89 87.6891 117.472 81.3511 117.472 73.4888C117.472 69.8785 118.836 66.6694 121.002 64.1824C116.67 66.5892 113.701 71.2424 113.701 76.6177C113.701 84.48 120.119 90.818 127.982 90.818C132.314 90.818 136.085 88.8925 138.732 85.9241C136.646 87.0473 134.239 87.6891 131.752 87.6891Z"
|
|
22
|
+
fill="#BDC7CE"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M59.7881 81.0305C59.1463 77.4203 52.5676 74.6123 44.4646 74.6123C36.3616 74.6123 29.7829 77.4203 29.2213 81.0305H29.1411C29.1411 81.1107 29.1411 81.191 29.1411 81.2712C29.1411 81.3514 29.1411 81.4317 29.1411 81.5119V96.4342C29.1411 100.285 35.9605 103.334 44.4646 103.334C52.8885 103.334 59.7881 100.205 59.7881 96.4342V81.5119C59.7881 81.4317 59.7881 81.3514 59.7881 81.2712C59.7881 81.2712 59.7881 81.1107 59.7881 81.0305Z"
|
|
26
|
+
class="fill-white dark:fill-gray-900"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M29.2216 93.7858C20.3965 93.7858 13.8179 90.4162 13.8179 86.9665V71.9639"
|
|
30
|
+
class="fill-white dark:fill-gray-900"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M29.2216 93.7858C20.3965 93.7858 13.8179 90.4162 13.8179 86.9665V71.9639"
|
|
34
|
+
stroke="#9DA3AC"
|
|
35
|
+
stroke-width="0.738095"
|
|
36
|
+
stroke-miterlimit="10"
|
|
37
|
+
/>
|
|
38
|
+
<path
|
|
39
|
+
d="M13.8179 79.5859C13.8179 83.5171 20.8779 87.2878 29.1414 87.2878"
|
|
40
|
+
stroke="#9DA3AC"
|
|
41
|
+
stroke-width="0.738095"
|
|
42
|
+
stroke-linecap="round"
|
|
43
|
+
stroke-linejoin="round"
|
|
44
|
+
/>
|
|
45
|
+
<path
|
|
46
|
+
d="M13.8179 71.9639C13.8179 76.3764 19.9954 80.5482 29.3821 80.5482"
|
|
47
|
+
stroke="#9DA3AC"
|
|
48
|
+
stroke-width="0.738095"
|
|
49
|
+
stroke-linecap="round"
|
|
50
|
+
stroke-linejoin="round"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
d="M13.8179 73.9703V58.9677C13.8179 55.1168 20.6372 52.0681 29.1414 52.0681C37.6455 52.0681 44.4649 55.197 44.4649 58.9677V74.6121"
|
|
54
|
+
stroke="#9DA3AC"
|
|
55
|
+
stroke-width="0.738095"
|
|
56
|
+
stroke-linecap="round"
|
|
57
|
+
stroke-linejoin="round"
|
|
58
|
+
/>
|
|
59
|
+
<path
|
|
60
|
+
d="M13.8179 66.1079C13.8179 70.4402 20.6372 73.89 29.1414 73.89C37.6455 73.89 44.4649 70.4402 44.4649 66.1079"
|
|
61
|
+
stroke="#9DA3AC"
|
|
62
|
+
stroke-width="0.738095"
|
|
63
|
+
stroke-linecap="round"
|
|
64
|
+
stroke-linejoin="round"
|
|
65
|
+
/>
|
|
66
|
+
<path
|
|
67
|
+
d="M13.8179 58.4861C13.8179 63.2195 20.6372 67.1507 29.1414 67.1507C37.6455 67.1507 44.4649 63.2997 44.4649 58.4861"
|
|
68
|
+
stroke="#9DA3AC"
|
|
69
|
+
stroke-width="0.738095"
|
|
70
|
+
stroke-linecap="round"
|
|
71
|
+
stroke-linejoin="round"
|
|
72
|
+
/>
|
|
73
|
+
<path
|
|
74
|
+
opacity="0.2"
|
|
75
|
+
d="M31.468 94.1877C25.2102 93.7063 20.2361 91.5402 18.9524 88.7322C18.792 88.3311 18.6315 87.8497 18.6315 87.4486V87.3683V73.9703V72.5262V71.7239V58.9677C18.6315 58.8875 18.6315 58.8072 18.6315 58.727C18.6315 58.6468 18.6315 58.5666 18.6315 58.4863H18.7118C19.1931 55.2772 24.5684 52.6297 31.5482 52.1483C30.7459 52.0681 29.9436 52.0681 29.1414 52.0681C21.0384 52.0681 14.4597 54.8761 13.8981 58.4863H13.8179C13.8179 58.5666 13.8179 58.6468 13.8179 58.727C13.8179 58.8072 13.8179 58.8875 13.8179 58.9677V71.7239V72.5262V73.9703V87.3683V87.4486C13.8179 87.8497 13.8981 88.3311 14.1388 88.7322C15.5027 91.8611 21.6802 94.2679 29.1414 94.2679H29.2216C29.2216 94.2679 29.2216 94.2679 29.3018 94.2679C30.0239 94.2679 30.7459 94.2679 31.468 94.1877Z"
|
|
76
|
+
fill="#BDC7CE"
|
|
77
|
+
/>
|
|
78
|
+
<path
|
|
79
|
+
d="M59.7881 96.5145C59.7881 100.365 52.9688 103.414 44.4646 103.414C35.9605 103.414 29.1411 100.285 29.1411 96.5145V81.5119C29.1411 77.661 35.9605 74.6123 44.4646 74.6123C52.9688 74.6123 59.7881 77.7412 59.7881 81.5119V96.5145Z"
|
|
80
|
+
stroke="#9DA3AC"
|
|
81
|
+
stroke-width="0.738095"
|
|
82
|
+
stroke-linecap="round"
|
|
83
|
+
stroke-linejoin="round"
|
|
84
|
+
/>
|
|
85
|
+
<path
|
|
86
|
+
d="M29.2207 88.6523C29.2207 92.9846 36.0401 96.4344 44.5442 96.4344C53.0483 96.4344 59.8677 92.9846 59.8677 88.6523"
|
|
87
|
+
stroke="#9DA3AC"
|
|
88
|
+
stroke-width="0.738095"
|
|
89
|
+
stroke-linecap="round"
|
|
90
|
+
stroke-linejoin="round"
|
|
91
|
+
/>
|
|
92
|
+
<path
|
|
93
|
+
d="M29.2207 81.031C29.2207 85.7644 36.0401 89.6956 44.5442 89.6956C53.0483 89.6956 59.8677 85.8447 59.8677 81.031"
|
|
94
|
+
stroke="#9DA3AC"
|
|
95
|
+
stroke-width="0.738095"
|
|
96
|
+
stroke-linecap="round"
|
|
97
|
+
stroke-linejoin="round"
|
|
98
|
+
/>
|
|
99
|
+
<path
|
|
100
|
+
opacity="0.2"
|
|
101
|
+
d="M34.1951 96.5137V81.5112C34.1951 81.4309 34.1951 81.3507 34.1951 81.2705C34.1951 81.1902 34.1951 81.11 34.1951 81.0298H34.2754C34.7567 77.8207 40.0517 75.2534 46.9513 74.6918C46.1491 74.6116 45.2665 74.6116 44.384 74.6116C36.281 74.6116 29.7024 77.4195 29.1408 81.0298H29.0605C29.0605 81.11 29.0605 81.1902 29.0605 81.2705C29.0605 81.3507 29.0605 81.4309 29.0605 81.5112V96.4335C29.0605 100.284 35.8799 103.333 44.384 103.333C45.2665 103.333 46.0688 103.253 46.9513 103.253C39.7308 102.772 34.1951 99.9635 34.1951 96.5137Z"
|
|
102
|
+
fill="#BDC7CE"
|
|
103
|
+
/>
|
|
104
|
+
<path
|
|
105
|
+
d="M46.2292 81.2707C46.3897 80.7091 46.4699 80.2277 46.6304 79.7463"
|
|
106
|
+
stroke="#9DA3AC"
|
|
107
|
+
stroke-width="0.738095"
|
|
108
|
+
stroke-linecap="round"
|
|
109
|
+
stroke-linejoin="round"
|
|
110
|
+
/>
|
|
111
|
+
<path
|
|
112
|
+
d="M47.9133 76.7782C51.5236 69.4774 59.065 64.4231 67.7296 64.4231C78.801 64.4231 88.0272 72.6063 89.5515 83.2766"
|
|
113
|
+
stroke="#9DA3AC"
|
|
114
|
+
stroke-width="0.738095"
|
|
115
|
+
stroke-linecap="round"
|
|
116
|
+
stroke-linejoin="round"
|
|
117
|
+
stroke-dasharray="2.94 2.94"
|
|
118
|
+
/>
|
|
119
|
+
<path
|
|
120
|
+
d="M89.7134 84.8809C89.7134 85.4425 89.7936 85.9238 89.7936 86.4854"
|
|
121
|
+
stroke="#9DA3AC"
|
|
122
|
+
stroke-width="0.738095"
|
|
123
|
+
stroke-linecap="round"
|
|
124
|
+
stroke-linejoin="round"
|
|
125
|
+
/>
|
|
126
|
+
<path
|
|
127
|
+
d="M90.1128 98.1185C90.1128 97.5569 90.1128 97.0755 90.193 96.5139"
|
|
128
|
+
stroke="#9DA3AC"
|
|
129
|
+
stroke-width="0.738095"
|
|
130
|
+
stroke-linecap="round"
|
|
131
|
+
stroke-linejoin="round"
|
|
132
|
+
/>
|
|
133
|
+
<path
|
|
134
|
+
d="M90.6741 93.0637C92.5995 84.3991 99.4991 77.66 108.404 76.2961"
|
|
135
|
+
stroke="#9DA3AC"
|
|
136
|
+
stroke-width="0.738095"
|
|
137
|
+
stroke-linecap="round"
|
|
138
|
+
stroke-linejoin="round"
|
|
139
|
+
stroke-dasharray="3.18 3.18"
|
|
140
|
+
/>
|
|
141
|
+
<path
|
|
142
|
+
d="M110.09 76.1361C110.651 76.1361 111.133 76.0559 111.694 76.0559"
|
|
143
|
+
stroke="#9DA3AC"
|
|
144
|
+
stroke-width="0.738095"
|
|
145
|
+
stroke-linecap="round"
|
|
146
|
+
stroke-linejoin="round"
|
|
147
|
+
/>
|
|
148
|
+
<path
|
|
149
|
+
d="M127.902 90.7375C135.789 90.7375 142.183 84.3798 142.183 76.5372C142.183 68.6946 135.789 62.3369 127.902 62.3369C120.015 62.3369 113.622 68.6946 113.622 76.5372C113.622 84.3798 120.015 90.7375 127.902 90.7375Z"
|
|
150
|
+
stroke="#9DA3AC"
|
|
151
|
+
stroke-width="0.738095"
|
|
152
|
+
stroke-linecap="round"
|
|
153
|
+
stroke-linejoin="round"
|
|
154
|
+
/>
|
|
155
|
+
<path
|
|
156
|
+
opacity="0.2"
|
|
157
|
+
d="M127.902 99.5627C133.441 99.5627 137.931 99.1316 137.931 98.5999C137.931 98.0682 133.441 97.6372 127.902 97.6372C122.364 97.6372 117.874 98.0682 117.874 98.5999C117.874 99.1316 122.364 99.5627 127.902 99.5627Z"
|
|
158
|
+
fill="#BDC7CE"
|
|
159
|
+
/>
|
|
160
|
+
<path
|
|
161
|
+
d="M125.411 73.5323C125.564 72.3905 124.763 71.3409 123.621 71.1879C122.479 71.035 121.43 71.8365 121.277 72.9783C121.124 74.1201 121.925 75.1697 123.067 75.3227C124.209 75.4757 125.258 74.6741 125.411 73.5323Z"
|
|
162
|
+
stroke="#9DA3AC"
|
|
163
|
+
stroke-width="0.738095"
|
|
164
|
+
stroke-linecap="round"
|
|
165
|
+
stroke-linejoin="round"
|
|
166
|
+
/>
|
|
167
|
+
<path
|
|
168
|
+
d="M134.501 79.8568C134.654 78.715 133.852 77.6654 132.71 77.5124C131.569 77.3594 130.519 78.161 130.366 79.3028C130.213 80.4445 131.015 81.4941 132.156 81.6471C133.298 81.8001 134.348 80.9986 134.501 79.8568Z"
|
|
169
|
+
stroke="#9DA3AC"
|
|
170
|
+
stroke-width="0.738095"
|
|
171
|
+
stroke-linecap="round"
|
|
172
|
+
stroke-linejoin="round"
|
|
173
|
+
/>
|
|
174
|
+
<path
|
|
175
|
+
d="M131.03 69.397C131.03 69.4772 124.531 83.4368 124.531 83.4368"
|
|
176
|
+
stroke="#9DA3AC"
|
|
177
|
+
stroke-width="0.738095"
|
|
178
|
+
stroke-linecap="round"
|
|
179
|
+
stroke-linejoin="round"
|
|
180
|
+
/>
|
|
181
|
+
<path
|
|
182
|
+
d="M87.6277 100.285C87.6277 100.285 86.9859 96.9152 83.5361 96.6746"
|
|
183
|
+
stroke="#9DA3AC"
|
|
184
|
+
stroke-width="0.738095"
|
|
185
|
+
stroke-linecap="round"
|
|
186
|
+
stroke-linejoin="round"
|
|
187
|
+
/>
|
|
188
|
+
<path
|
|
189
|
+
d="M93.1631 100.285C93.1631 100.285 94.3665 96.835 97.5756 96.6746"
|
|
190
|
+
stroke="#9DA3AC"
|
|
191
|
+
stroke-width="0.738095"
|
|
192
|
+
stroke-linecap="round"
|
|
193
|
+
stroke-linejoin="round"
|
|
194
|
+
/>
|
|
195
|
+
</g>
|
|
196
|
+
<defs>
|
|
197
|
+
<clipPath id="clip0_2708_133538">
|
|
198
|
+
<rect width="129.167" height="52.148" fill="white" transform="translate(13.4167 51.6667)" />
|
|
199
|
+
</clipPath>
|
|
200
|
+
</defs>
|
|
201
|
+
</svg>
|
|
202
|
+
</template>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="121" height="120" viewBox="0 0 121 120" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<circle cx="60.5" cy="60" r="50" fill="#BDC7CE" fill-opacity="0.15"/>
|
|
4
|
+
<g clip-path="url(#clip0_8796_3522)">
|
|
5
|
+
<path d="M61.2734 43.3979C44.8608 43.3979 31.5469 45.9054 31.5469 48.9999V49.3283L37.6441 101.229C37.8192 102.773 38.5022 104.216 39.5869 105.334C40.6716 106.451 42.0971 107.181 43.6414 107.408C49.4499 108.173 55.3044 108.538 61.1634 108.502C66.8933 108.547 72.6198 108.215 78.3056 107.507C79.8499 107.29 81.2795 106.574 82.3742 105.468C83.4688 104.362 84.1676 102.928 84.3629 101.388L90.9699 49.3681V49.0398C90.9999 45.9054 77.6859 43.3979 61.2734 43.3979Z" fill="#26282B"/>
|
|
6
|
+
<path d="M55.0568 18.4728C38.3144 22.1942 25.3203 27.7863 26.0699 30.9604L27.7492 38.4629H27.9391C30.238 40.9803 43.602 40.3733 59.2249 36.9007C74.8478 33.4281 87.2122 28.3335 88.2117 25.0798H88.4016L86.7224 17.5773C85.9527 14.3136 71.8291 14.7514 55.0568 18.4728Z" fill="#26282B"/>
|
|
7
|
+
<path d="M86.6721 17.4975L86.7421 17.8358H86.5622C85.5626 21.0796 73.1983 26.1841 57.5754 29.6567C41.9525 33.1293 28.5885 33.7363 26.2896 31.2189H26.1097L26.0297 30.8806C25.32 27.6965 38.3141 22.1045 55.0165 18.3831C71.7189 14.6617 85.9525 14.3135 86.6721 17.4975Z" fill="#26282B"/>
|
|
8
|
+
<path opacity="0.2" d="M75.4769 24.5225L59.1743 36.8608C43.5514 40.3334 30.1875 40.9404 27.8986 38.4329H27.7087L26.1094 31.2687H26.2893C28.5883 33.7762 49.7686 34.2538 75.4769 24.5225Z" fill="#BDC7CE"/>
|
|
9
|
+
<path d="M61.2734 43.3979C44.8608 43.3979 31.5469 45.9054 31.5469 48.9999V49.3283L37.6441 101.229C37.8192 102.773 38.5022 104.216 39.5869 105.334C40.6716 106.451 42.0971 107.181 43.6414 107.408C49.4499 108.173 55.3044 108.538 61.1634 108.502C66.8933 108.547 72.6198 108.215 78.3056 107.507C79.8499 107.29 81.2795 106.574 82.3742 105.468C83.4688 104.362 84.1676 102.928 84.3629 101.388L90.9699 49.3681V49.0398C90.9999 45.9054 77.6859 43.3979 61.2734 43.3979Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
<path d="M55.0568 18.4728C38.3144 22.1942 25.3203 27.7863 26.0699 30.9604L27.7492 38.4629H27.9391C30.238 40.9803 43.602 40.3733 59.2249 36.9007C74.8478 33.4281 87.2122 28.3335 88.2117 25.0798H88.4016L86.7224 17.5773C85.9527 14.3136 71.8291 14.7514 55.0568 18.4728Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
<path d="M26.1094 31.3084H26.2893C28.5883 33.8258 41.9522 33.2188 57.5751 29.7462C73.198 26.2736 85.5623 21.179 86.5619 17.9253H86.7418" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
|
|
12
|
+
<path d="M61.2738 98.0249C60.9702 98.0262 60.6694 97.9676 60.3887 97.8526C60.1079 97.7375 59.8529 97.5683 59.6382 97.3546C59.4235 97.1409 59.2535 96.887 59.1379 96.6075C59.0224 96.3281 58.9635 96.0286 58.9649 95.7264V66.0448C59.0035 65.46 59.2641 64.9118 59.6938 64.5112C60.1235 64.1107 60.6901 63.8878 61.2788 63.8878C61.8675 63.8878 62.4341 64.1107 62.8638 64.5112C63.2935 64.9118 63.5541 65.46 63.5928 66.0448V95.7264C63.5928 96.0291 63.5327 96.3287 63.416 96.6083C63.2994 96.8878 63.1284 97.1416 62.9129 97.3552C62.6975 97.5688 62.4418 97.7379 62.1605 97.8528C61.8792 97.9677 61.5779 98.0262 61.2738 98.0249V98.0249Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
|
|
13
|
+
<path opacity="0.2" d="M61.2738 96.7411V67.0595C61.2742 66.5149 61.4697 65.9883 61.8251 65.5743C62.1805 65.1603 62.6726 64.886 63.2129 64.8008C62.9426 64.3844 62.5443 64.0662 62.0774 63.8937C61.6105 63.7212 61.1001 63.7035 60.6223 63.8434C60.1445 63.9833 59.725 64.2732 59.4263 64.6699C59.1276 65.0666 58.9657 65.5488 58.9649 66.0446V95.7262C58.9635 96.0284 59.0224 96.3279 59.1379 96.6073C59.2535 96.8868 59.4235 97.1407 59.6382 97.3544C59.8529 97.5681 60.1079 97.7373 60.3887 97.8524C60.6694 97.9674 60.9702 98.026 61.2738 98.0247C61.4002 98.0345 61.5272 98.0345 61.6536 98.0247C61.402 97.6438 61.2697 97.197 61.2738 96.7411Z" fill="#BDC7CE"/>
|
|
14
|
+
<path d="M47.4504 98.0846C46.8738 98.0868 46.3174 97.8732 45.8916 97.4861C45.4658 97.0991 45.2016 96.567 45.1515 95.9951L42.4627 66.4329C42.407 65.8246 42.5964 65.2192 42.9891 64.7499C43.3818 64.2806 43.9457 63.9858 44.5567 63.9304C45.1678 63.875 45.7759 64.0635 46.2473 64.4544C46.7188 64.8453 47.0149 65.4067 47.0706 66.015L49.7594 95.5772C49.8121 96.1851 49.6209 96.7891 49.2276 97.2571C48.8342 97.7251 48.2708 98.0191 47.6603 98.0747L47.4504 98.0846Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
|
|
15
|
+
<path opacity="0.2" d="M74.6375 96.8209L77.3263 67.2686C77.3514 66.9677 77.4361 66.6747 77.5756 66.4065C77.715 66.1383 77.9064 65.9002 78.1387 65.706C78.371 65.5117 78.6396 65.3651 78.929 65.2747C79.2185 65.1843 79.523 65.1518 79.8252 65.1791C79.6171 64.7147 79.2602 64.3322 78.8104 64.0913C78.3606 63.8504 77.8433 63.7647 77.3394 63.8478C76.8355 63.9308 76.3734 64.1778 76.0256 64.5502C75.6778 64.9225 75.4638 65.3991 75.4172 65.9055L72.7284 95.4677C72.6755 96.0767 72.8664 96.6818 73.2595 97.1514C73.6526 97.621 74.2161 97.9171 74.8274 97.9751C74.6616 97.6142 74.596 97.2156 74.6375 96.8209Z" fill="#BDC7CE"/>
|
|
16
|
+
<path opacity="0.2" d="M47.3998 96.9902L44.5511 67.4479C44.4925 66.8398 44.6785 66.2334 45.0681 65.7615C45.4578 65.2897 46.0195 64.9908 46.6301 64.9304C46.3397 64.5122 45.9181 64.2016 45.4314 64.0473C44.9448 63.893 44.4204 63.9038 43.9405 64.0778C43.4606 64.2518 43.0522 64.5794 42.7793 65.0091C42.5063 65.4389 42.3842 65.9466 42.432 66.4528L45.2707 95.9951C45.2995 96.2966 45.3879 96.5895 45.5307 96.8569C45.6735 97.1242 45.868 97.3609 46.103 97.5532C46.338 97.7455 46.6089 97.8897 46.9 97.9775C47.1912 98.0653 47.4969 98.0949 47.7996 98.0647C47.5753 97.7469 47.4376 97.3767 47.3998 96.9902Z" fill="#BDC7CE"/>
|
|
17
|
+
<path d="M74.9374 98.0846H74.7275C74.4243 98.0596 74.1291 97.975 73.8589 97.8355C73.5888 97.6961 73.3491 97.5047 73.1539 97.2724C72.9586 97.0401 72.8117 96.7714 72.7215 96.4821C72.6313 96.1928 72.5997 95.8886 72.6285 95.5871L75.3173 66.0249C75.3423 65.7234 75.4274 65.4299 75.5676 65.1614C75.7078 64.893 75.9003 64.6551 76.1338 64.4616C76.3673 64.268 76.6373 64.1226 76.9278 64.034C77.2184 63.9453 77.5238 63.9152 77.8261 63.9453C78.4366 64.0009 79.0001 64.2948 79.3934 64.7629C79.7867 65.2309 79.978 65.8349 79.9252 66.4428L77.2364 96.005C77.1817 96.5742 76.9159 97.1026 76.4908 97.4872C76.0657 97.8717 75.5118 98.0847 74.9374 98.0846Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
|
|
18
|
+
<g opacity="0.2">
|
|
19
|
+
<path opacity="0.2" d="M37.2943 52.0348C34.3856 51.2687 32.4665 50.3532 31.8967 49.3682H31.5469L37.6441 101.279C37.8192 102.823 38.5022 104.266 39.5869 105.384C40.6716 106.501 42.0971 107.23 43.6414 107.458H43.7713L37.2943 52.0348Z" fill="#BDC7CE"/>
|
|
20
|
+
</g>
|
|
21
|
+
<path d="M91.0001 49.3186L84.3932 101.348C84.1979 102.889 83.4991 104.322 82.4044 105.428C81.3098 106.534 79.8802 107.251 78.3359 107.468C72.6501 108.175 66.9235 108.508 61.1937 108.463C55.3347 108.499 49.4802 108.133 43.6717 107.368C42.1274 107.141 40.7019 106.412 39.6172 105.294C38.5325 104.177 37.8494 102.733 37.6744 101.189L31.5771 49.2788H31.927C33.5363 52.0848 46.0306 54.2539 61.2237 54.2539C76.4168 54.2539 88.9111 52.0748 90.5204 49.2788H91.0301L91.0001 49.3186Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
|
|
22
|
+
<path opacity="0.2" d="M91.0001 48.8009V49.1093H90.4903C88.881 51.9153 76.3867 54.0844 61.1936 54.0844C55.6673 54.0985 50.1455 53.7662 44.6611 53.0894C44.6611 50.2138 54.2868 44.4825 69.13 43.3481C81.7343 44.0447 91.0001 46.2138 91.0001 48.8009Z" fill="#BDC7CE"/>
|
|
23
|
+
<path d="M65.7316 18.9901L64.0523 11.4976L53.9969 13.7364L43.9315 15.9652L45.6107 23.4677L39.0537 24.9204L39.6934 27.7762L48.9492 25.7165L47.27 18.2239L54.6366 16.5921L61.9933 14.9503L63.6725 22.4528L72.9383 20.3931L72.2986 17.5374L65.7316 18.9901Z" fill="#26282B" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
|
|
24
|
+
</g>
|
|
25
|
+
<defs>
|
|
26
|
+
<clipPath id="clip0_8796_3522">
|
|
27
|
+
<rect width="66" height="98" fill="white" transform="translate(25.5 11)"/>
|
|
28
|
+
</clipPath>
|
|
29
|
+
</defs>
|
|
30
|
+
</svg>
|
|
31
|
+
</template>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<circle cx="50" cy="50" r="50" fill="#BDC7CE" fill-opacity="0.15"/>
|
|
4
|
+
<g clip-path="url(#clip0_3647_12359)">
|
|
5
|
+
<path d="M50.7734 33.3979C34.3608 33.3979 21.0469 35.9054 21.0469 38.9999V39.3283L27.1441 91.2288C27.3192 92.773 28.0022 94.2163 29.0869 95.3338C30.1716 96.4514 31.5971 97.1806 33.1414 97.4079C38.9499 98.1727 44.8044 98.5384 50.6634 98.5024C56.3933 98.547 62.1198 98.2146 67.8056 97.5074C69.3499 97.2903 70.7795 96.5736 71.8742 95.4678C72.9688 94.3619 73.6676 92.9283 73.8629 91.388L80.4699 39.3681V39.0398C80.4999 35.9054 67.1859 33.3979 50.7734 33.3979Z" fill="white"/>
|
|
6
|
+
<path d="M44.5568 8.47281C27.8144 12.1942 14.8203 17.7863 15.5699 20.9604L17.2492 28.4629H17.4391C19.738 30.9803 33.102 30.3733 48.7249 26.9007C64.3478 23.4281 76.7122 18.3335 77.7117 15.0798H77.9016L76.2224 7.5773C75.4527 4.31361 61.3291 4.75142 44.5568 8.47281Z" fill="white"/>
|
|
7
|
+
<path d="M76.1721 7.4975L76.2421 7.83581H76.0622C75.0626 11.0796 62.6983 16.184 47.0754 19.6567C31.4525 23.1293 18.0885 23.7363 15.7896 21.2189H15.6097L15.5297 20.8806C14.82 17.6965 27.8141 12.1045 44.5165 8.38306C61.2189 4.66167 75.4525 4.31343 76.1721 7.4975Z" fill="white"/>
|
|
8
|
+
<path opacity="0.2" d="M64.9769 14.5225L48.6743 26.8608C33.0514 30.3334 19.6875 30.9404 17.3986 28.4329H17.2087L15.6094 21.2687H15.7893C18.0883 23.7762 39.2686 24.2538 64.9769 14.5225Z" fill="#BDC7CE"/>
|
|
9
|
+
<path d="M50.7734 33.3979C34.3608 33.3979 21.0469 35.9054 21.0469 38.9999V39.3283L27.1441 91.2288C27.3192 92.773 28.0022 94.2163 29.0869 95.3338C30.1716 96.4514 31.5971 97.1806 33.1414 97.4079C38.9499 98.1727 44.8044 98.5384 50.6634 98.5024C56.3933 98.547 62.1198 98.2146 67.8056 97.5074C69.3499 97.2903 70.7795 96.5736 71.8742 95.4678C72.9688 94.3619 73.6676 92.9283 73.8629 91.388L80.4699 39.3681V39.0398C80.4999 35.9054 67.1859 33.3979 50.7734 33.3979Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
<path d="M44.5568 8.47281C27.8144 12.1942 14.8203 17.7863 15.5699 20.9604L17.2492 28.4629H17.4391C19.738 30.9803 33.102 30.3733 48.7249 26.9007C64.3478 23.4281 76.7122 18.3335 77.7117 15.0798H77.9016L76.2224 7.5773C75.4527 4.31361 61.3291 4.75142 44.5568 8.47281Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
<path d="M15.6094 21.3084H15.7893C18.0883 23.8258 31.4522 23.2188 47.0751 19.7462C62.698 16.2736 75.0623 11.179 76.0619 7.92529H76.2418" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
|
|
12
|
+
<path d="M50.7738 88.0248C50.4702 88.0261 50.1694 87.9676 49.8887 87.8525C49.6079 87.7375 49.3529 87.5682 49.1382 87.3545C48.9235 87.1408 48.7535 86.8869 48.6379 86.6075C48.5224 86.328 48.4635 86.0285 48.4649 85.7263V56.0447C48.5035 55.4599 48.7641 54.9117 49.1938 54.5112C49.6235 54.1106 50.1901 53.8877 50.7788 53.8877C51.3675 53.8877 51.9341 54.1106 52.3638 54.5112C52.7935 54.9117 53.0541 55.4599 53.0928 56.0447V85.7263C53.0928 86.029 53.0327 86.3287 52.916 86.6082C52.7994 86.8877 52.6284 87.1416 52.4129 87.3551C52.1975 87.5687 51.9418 87.7378 51.6605 87.8527C51.3792 87.9676 51.0779 88.0261 50.7738 88.0248V88.0248Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
|
|
13
|
+
<path opacity="0.2" d="M50.7738 86.7411V57.0595C50.7742 56.5149 50.9697 55.9883 51.3251 55.5743C51.6805 55.1603 52.1726 54.886 52.7129 54.8008C52.4426 54.3844 52.0443 54.0662 51.5774 53.8937C51.1105 53.7212 50.6001 53.7035 50.1223 53.8434C49.6445 53.9833 49.225 54.2732 48.9263 54.6699C48.6276 55.0666 48.4657 55.5488 48.4649 56.0446V85.7262C48.4635 86.0284 48.5224 86.3279 48.6379 86.6073C48.7535 86.8868 48.9235 87.1407 49.1382 87.3544C49.3529 87.5681 49.6079 87.7373 49.8887 87.8524C50.1694 87.9674 50.4702 88.026 50.7738 88.0247C50.9002 88.0345 51.0272 88.0345 51.1536 88.0247C50.902 87.6438 50.7697 87.197 50.7738 86.7411Z" fill="#BDC7CE"/>
|
|
14
|
+
<path d="M36.9504 88.0846C36.3738 88.0868 35.8174 87.8732 35.3916 87.4861C34.9658 87.0991 34.7016 86.567 34.6515 85.9951L31.9627 56.4329C31.907 55.8246 32.0964 55.2192 32.4891 54.7499C32.8818 54.2806 33.4457 53.9858 34.0567 53.9304C34.6678 53.875 35.2759 54.0635 35.7473 54.4544C36.2188 54.8453 36.5149 55.4067 36.5706 56.015L39.2594 85.5772C39.3121 86.1851 39.1209 86.7891 38.7276 87.2571C38.3342 87.7251 37.7708 88.0191 37.1603 88.0747L36.9504 88.0846Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
|
|
15
|
+
<path opacity="0.2" d="M64.1375 86.8209L66.8263 57.2686C66.8514 56.9677 66.9361 56.6747 67.0756 56.4065C67.215 56.1383 67.4064 55.9002 67.6387 55.706C67.871 55.5117 68.1396 55.3651 68.429 55.2747C68.7185 55.1843 69.023 55.1518 69.3252 55.1791C69.1171 54.7147 68.7602 54.3322 68.3104 54.0913C67.8606 53.8504 67.3433 53.7647 66.8394 53.8478C66.3355 53.9308 65.8734 54.1778 65.5256 54.5502C65.1778 54.9225 64.9638 55.3991 64.9172 55.9055L62.2284 85.4677C62.1755 86.0767 62.3664 86.6818 62.7595 87.1514C63.1526 87.621 63.7161 87.9171 64.3274 87.9751C64.1616 87.6142 64.096 87.2156 64.1375 86.8209Z" fill="#BDC7CE"/>
|
|
16
|
+
<path opacity="0.2" d="M36.8998 86.9902L34.0511 57.4479C33.9925 56.8398 34.1785 56.2334 34.5681 55.7615C34.9578 55.2897 35.5195 54.9908 36.1301 54.9304C35.8397 54.5122 35.4181 54.2016 34.9314 54.0473C34.4448 53.893 33.9204 53.9038 33.4405 54.0778C32.9606 54.2518 32.5522 54.5794 32.2793 55.0091C32.0063 55.4389 31.8842 55.9466 31.932 56.4528L34.7707 85.9951C34.7995 86.2966 34.8879 86.5895 35.0307 86.8569C35.1735 87.1242 35.368 87.3609 35.603 87.5532C35.838 87.7455 36.1089 87.8897 36.4 87.9775C36.6912 88.0653 36.9969 88.0949 37.2996 88.0647C37.0753 87.7469 36.9376 87.3767 36.8998 86.9902Z" fill="#BDC7CE"/>
|
|
17
|
+
<path d="M64.4374 88.0847H64.2275C63.9243 88.0597 63.6291 87.9751 63.3589 87.8356C63.0888 87.6962 62.8491 87.5048 62.6539 87.2725C62.4586 87.0401 62.3117 86.7715 62.2215 86.4822C62.1313 86.1929 62.0997 85.8887 62.1285 85.5872L64.8173 56.025C64.8423 55.7235 64.9274 55.4299 65.0676 55.1615C65.2078 54.8931 65.4003 54.6552 65.6338 54.4617C65.8673 54.2681 66.1373 54.1227 66.4278 54.0341C66.7184 53.9454 67.0238 53.9153 67.3261 53.9454C67.9366 54.001 68.5001 54.2949 68.8934 54.763C69.2867 55.231 69.478 55.835 69.4252 56.4429L66.7364 86.0051C66.6817 86.5743 66.4159 87.1027 65.9908 87.4873C65.5657 87.8718 65.0118 88.0848 64.4374 88.0847Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
|
|
18
|
+
<g opacity="0.2">
|
|
19
|
+
<path opacity="0.2" d="M26.7943 42.0348C23.8856 41.2687 21.9665 40.3532 21.3967 39.3682H21.0469L27.1441 91.2787C27.3192 92.8229 28.0022 94.2661 29.0869 95.3837C30.1716 96.5013 31.5971 97.2305 33.1414 97.4577H33.2713L26.7943 42.0348Z" fill="#BDC7CE"/>
|
|
20
|
+
</g>
|
|
21
|
+
<path d="M80.5001 39.3186L73.8932 91.3484C73.6979 92.8887 72.9991 94.3224 71.9044 95.4282C70.8098 96.5341 69.3802 97.2508 67.8359 97.4678C62.1501 98.1751 56.4235 98.5075 50.6937 98.4629C44.8347 98.4988 38.9802 98.1332 33.1717 97.3684C31.6274 97.1411 30.2019 96.4119 29.1172 95.2943C28.0325 94.1767 27.3494 92.7334 27.1744 91.1892L21.0771 39.2788H21.427C23.0363 42.0848 35.5306 44.2539 50.7237 44.2539C65.9168 44.2539 78.4111 42.0748 80.0204 39.2788H80.5301L80.5001 39.3186Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
|
|
22
|
+
<path opacity="0.2" d="M80.5001 38.8009V39.1093H79.9903C78.381 41.9153 65.8867 44.0844 50.6936 44.0844C45.1673 44.0985 39.6455 43.7662 34.1611 43.0894C34.1611 40.2138 43.7868 34.4825 58.63 33.3481C71.2343 34.0447 80.5001 36.2138 80.5001 38.8009Z" fill="#BDC7CE"/>
|
|
23
|
+
<path d="M55.2316 8.9901L53.5523 1.49756L43.4969 3.73636L33.4315 5.96522L35.1107 13.4677L28.5537 14.9204L29.1934 17.7762L38.4492 15.7165L36.77 8.22393L44.1366 6.59209L51.4933 4.95029L53.1725 12.4528L62.4383 10.3931L61.7986 7.53736L55.2316 8.9901Z" fill="white" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
|
|
24
|
+
</g>
|
|
25
|
+
<defs>
|
|
26
|
+
<clipPath id="clip0_3647_12359">
|
|
27
|
+
<rect width="66" height="98" fill="white" transform="translate(15 1)"/>
|
|
28
|
+
</clipPath>
|
|
29
|
+
</defs>
|
|
30
|
+
</svg>
|
|
31
|
+
|
|
32
|
+
</template>
|