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,25 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="200" height="62" viewBox="0 0 200 62" fill="none" xmlns="https://www.w3.org/2000/svg" class="group">
|
|
7
|
+
|
|
8
|
+
<path class="group-hover:fill-[#023DFF]" d="M48.0517 19.0322C50.6523 19.0322 52.7536 21.1321 52.7536 23.7309V25.7545C52.7536 28.3533 50.6523 30.4532 48.0517 30.4532H28.7861V23.7309C28.7861 21.1321 30.8875 19.0322 33.4881 19.0322H48.0517Z" fill="#BDC7CE"/>
|
|
9
|
+
<path class="group-hover:fill-[#00BB00]" d="M48.0517 42.9912C50.6523 42.9912 52.7536 40.8914 52.7536 38.2926V36.269C52.7536 33.6702 50.6523 31.5703 48.0517 31.5703H28.7861V38.2926C28.7861 40.8914 30.8875 42.9912 33.4881 42.9912H48.0517Z" fill="#BDC7CE"/>
|
|
10
|
+
<path class="group-hover:fill-[#000000] dark:group-hover:fill-[#E3E5E8]" d="M60.9558 36.026H64.2569C65.0404 36.026 65.6509 35.8319 66.0738 35.4369C66.5039 35.0488 66.7188 34.5291 66.7188 33.8776C66.7188 33.2262 66.5039 32.7134 66.0738 32.3114C65.6439 31.9095 65.0404 31.7085 64.2569 31.7085H60.9558V36.0191V36.026ZM60.9558 29.6363H63.5634C64.2221 29.6363 64.7492 29.4492 65.1445 29.0681C65.5328 28.6869 65.7339 28.2087 65.7339 27.6197C65.7339 27.0306 65.5398 26.5801 65.1445 26.192C64.7492 25.804 64.2221 25.603 63.5634 25.603H60.9558V29.6433V29.6363ZM58.5146 38.2783V23.3438H63.7297C65.0474 23.3438 66.1154 23.7388 66.9268 24.5219C67.7381 25.305 68.1474 26.2822 68.1474 27.4464C68.1474 28.68 67.6897 29.6502 66.7812 30.3501C68.3694 31.0362 69.1599 32.249 69.1599 33.9885C69.1599 35.2775 68.7022 36.3171 67.7797 37.1002C66.8643 37.8833 65.6785 38.2783 64.2361 38.2783H58.5146Z" fill="#BDC7CE"/>
|
|
11
|
+
<path class="group-hover:fill-[#000000] dark:group-hover:fill-[#E3E5E8]" d="M75.2833 29.567C74.666 29.567 74.0834 29.7541 73.5356 30.1214C72.9877 30.4956 72.641 31.057 72.4815 31.8124H78.078C77.9672 31.0847 77.6549 30.5234 77.1418 30.1422C76.6286 29.7541 76.0114 29.567 75.2763 29.567H75.2833ZM75.4704 38.4376C73.9655 38.4376 72.6965 37.9179 71.6493 36.8783C70.602 35.8388 70.082 34.5498 70.082 33.0113C70.082 31.4728 70.5952 30.1768 71.6145 29.1443C72.634 28.1047 73.9101 27.585 75.422 27.585C76.9338 27.585 78.2584 28.1324 79.2084 29.2274C80.1585 30.3224 80.5954 31.7431 80.5123 33.4964H72.3912C72.4745 34.335 72.8143 35.0141 73.4108 35.5269C74.0072 36.0398 74.6937 36.2962 75.4636 36.2962C76.6286 36.2962 77.5511 35.8665 78.2375 35.0141L79.9019 36.4417C78.8478 37.7723 77.3707 38.4376 75.4636 38.4376H75.4704Z" fill="#BDC7CE"/>
|
|
12
|
+
<path class="group-hover:fill-[#000000] dark:group-hover:fill-[#E3E5E8]" d="M81.9962 38.2705V27.7644H84.3126V28.8801C84.9852 28.0554 85.8937 27.6396 87.0241 27.6396C87.3917 27.6396 87.6829 27.6743 87.9049 27.7436V30.1414C87.5859 30.0028 87.1768 29.9335 86.6842 29.9335C85.5887 29.9335 84.7979 30.3701 84.3056 31.2364V38.2775H81.9893L81.9962 38.2705Z" fill="#BDC7CE"/>
|
|
13
|
+
<path class="group-hover:fill-[#000000] dark:group-hover:fill-[#E3E5E8]" d="M93.3147 29.567C92.6975 29.567 92.1149 29.7541 91.5671 30.1214C91.0191 30.4956 90.6725 31.057 90.513 31.8124H96.1095C95.9984 31.0847 95.6864 30.5234 95.1732 30.1422C94.6601 29.7541 94.0428 29.567 93.3147 29.567ZM93.5019 38.4376C91.997 38.4376 90.7279 37.9179 89.6806 36.8783C88.6334 35.8388 88.1133 34.5498 88.1133 33.0113C88.1133 31.4728 88.6266 30.1768 89.646 29.1443C90.6655 28.1117 91.9416 27.585 93.4534 27.585C94.9651 27.585 96.2898 28.1324 97.2399 29.2274C98.1899 30.3224 98.6269 31.7431 98.5436 33.4964H90.4227C90.506 34.335 90.8458 35.0141 91.4422 35.5269C92.0386 36.0398 92.7251 36.2962 93.4949 36.2962C94.6601 36.2962 95.5823 35.8665 96.269 35.0141L97.9334 36.4417C96.8792 37.7723 95.402 38.4376 93.4949 38.4376H93.5019Z" fill="#BDC7CE"/>
|
|
14
|
+
<path class="group-hover:fill-[#000000] dark:group-hover:fill-[#E3E5E8]" d="M100.021 38.2714V23.3438H102.337V32.554L106.546 27.7652H109.383L104.986 32.7203L109.91 38.2714H106.983L102.337 33.0183V38.2714H100.021Z" fill="#BDC7CE"/>
|
|
15
|
+
<path class="group-hover:fill-[#000000] dark:group-hover:fill-[#E3E5E8]" d="M114.369 29.567C113.752 29.567 113.169 29.7541 112.622 30.1214C112.074 30.4956 111.727 31.057 111.567 31.8124H117.164C117.053 31.0847 116.741 30.5233 116.228 30.1422C115.715 29.7541 115.097 29.567 114.362 29.567H114.369ZM114.556 38.4376C113.051 38.4376 111.782 37.9179 110.735 36.8783C109.688 35.8388 109.168 34.5498 109.168 33.0113C109.168 31.4728 109.681 30.1768 110.7 29.1442C111.72 28.1047 112.996 27.585 114.508 27.585C116.02 27.585 117.344 28.1324 118.294 29.2274C119.244 30.3224 119.681 31.7431 119.598 33.4964H111.477C111.56 34.335 111.9 35.0141 112.497 35.5269C113.093 36.0398 113.78 36.2962 114.55 36.2962C115.715 36.2962 116.637 35.8665 117.323 35.0141L118.988 36.4417C117.934 37.7723 116.457 38.4376 114.55 38.4376H114.556Z" fill="#BDC7CE"/>
|
|
16
|
+
<path class="group-hover:fill-[#000000] dark:group-hover:fill-[#E3E5E8]" d="M127.861 36.0318H131.162C131.946 36.0318 132.556 35.8378 132.979 35.4428C133.409 35.0547 133.624 34.5349 133.624 33.8835C133.624 33.232 133.409 32.7192 132.979 32.3173C132.549 31.9153 131.946 31.7213 131.162 31.7213H127.861V36.0318ZM127.861 29.6422H130.469C131.127 29.6422 131.655 29.4551 132.05 29.0739C132.438 28.6928 132.639 28.2146 132.639 27.6255C132.639 27.0365 132.445 26.586 132.05 26.1979C131.662 25.8098 131.127 25.6088 130.469 25.6088H127.861V29.6491V29.6422ZM125.42 38.2842V23.3496H130.635C131.953 23.3496 133.021 23.7446 133.832 24.5277C134.643 25.3108 135.053 26.288 135.053 27.4523C135.053 28.6858 134.595 29.6561 133.687 30.356C135.268 31.0421 136.065 32.2549 136.065 33.9944C136.065 35.2834 135.607 36.3229 134.685 37.106C133.77 37.8891 132.584 38.2842 131.141 38.2842H125.42Z" fill="#BDC7CE"/>
|
|
17
|
+
<path class="group-hover:fill-[#000000] dark:group-hover:fill-[#E3E5E8]" d="M142.48 36.3028C143.659 36.3028 144.568 35.8385 145.213 34.9168V31.1537C144.582 30.2112 143.673 29.7469 142.48 29.7469C141.572 29.7469 140.816 30.0587 140.226 30.6825C139.637 31.3062 139.346 32.0893 139.346 33.0249C139.346 33.9604 139.644 34.7436 140.226 35.3673C140.816 35.991 141.565 36.3028 142.48 36.3028ZM145.213 38.2849V37.4047C144.429 38.1047 143.437 38.4581 142.244 38.4581C140.733 38.4581 139.471 37.9314 138.479 36.878C137.48 35.8247 136.988 34.5426 136.988 33.0318C136.988 31.521 137.487 30.2389 138.479 29.1855C139.477 28.1322 140.733 27.6055 142.244 27.6055C143.423 27.6055 144.408 27.9658 145.213 28.6796V27.7787H147.529V38.2918H145.213V38.2849Z" fill="#BDC7CE"/>
|
|
18
|
+
<path class="group-hover:fill-[#000000] dark:group-hover:fill-[#E3E5E8]" d="M149.741 38.2771V27.764H152.057V28.755C152.744 27.9858 153.736 27.5977 155.025 27.5977C156.315 27.5977 157.349 28.0065 158.119 28.8243C158.888 29.6421 159.277 30.7301 159.277 32.0746V38.2771H156.96V32.3448C156.96 31.5617 156.752 30.9311 156.343 30.4529C155.927 29.9747 155.338 29.7391 154.568 29.7391C153.361 29.7391 152.529 30.3143 152.064 31.4647V38.2771H149.748H149.741Z" fill="#BDC7CE"/>
|
|
19
|
+
<path class="group-hover:fill-[#000000] dark:group-hover:fill-[#E3E5E8]" d="M161.35 38.2772V23.3496H163.667V32.5598L167.876 27.7641H170.712L166.316 32.7262L171.239 38.2772H168.313L163.667 33.0242V38.2772H161.35Z" fill="#BDC7CE"/>
|
|
20
|
+
</svg>
|
|
21
|
+
</template>
|
|
22
|
+
|
|
23
|
+
<style scoped>
|
|
24
|
+
|
|
25
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="200" height="62" viewBox="0 0 146 62" fill="none" xmlns="https://www.w3.org/2000/svg" class="group">
|
|
7
|
+
<path class="group-hover:fill-[#15599D]" fill-rule="evenodd" clip-rule="evenodd" d="M131.176 41.6184H133.434C133.673 41.6184 133.866 41.4067 133.866 41.1458V41.1337V34.7911H137.725C142.001 34.7911 145.5 32.3029 145.5 27.5395C145.5 23.2008 142.641 20.3789 138.114 20.3789H131.176C130.775 20.3789 130.45 20.7338 130.45 21.1713V40.8258C130.45 41.2637 130.775 41.6184 131.176 41.6184ZM64.8104 38.4432L64.8105 38.4557C64.8105 38.6105 64.7424 38.7481 64.6369 38.8342C62.7298 40.5544 60.0429 41.9824 56.7023 41.9824C50.6216 41.9824 46.623 37.2488 46.623 30.9985C46.623 25.0514 50.7881 20.0146 56.647 20.0146C59.6894 20.0146 61.6791 20.8467 63.5015 22.3575L63.5023 22.3581L63.5053 22.3606C63.6884 22.5047 63.8077 22.7393 63.8077 23.0048C63.8077 23.2057 63.7392 23.3895 63.6262 23.5291L63.6318 23.5285L62.2373 25.3454C62.1582 25.4567 62.0346 25.5284 61.8956 25.5284C61.7953 25.5284 61.7027 25.4908 61.6293 25.428L61.6289 25.4277L61.6206 25.4205C60.2301 24.1992 58.7983 23.4432 56.508 23.4432C52.926 23.4432 50.205 26.8721 50.205 30.9985C50.205 35.3679 52.8426 38.5841 56.8135 38.5841C58.6461 38.5841 60.3122 37.9469 61.5063 36.9758V33.0011H56.9793H56.9681C56.7292 33.0011 56.5356 32.7895 56.5356 32.5287H56.5359V32.5164V30.24L56.5356 30.227C56.5356 29.966 56.7292 29.7545 56.9681 29.7545H56.9793H64.3782H64.3784C64.6172 29.7548 64.8105 29.9662 64.8105 30.2271L64.8104 30.2392V38.4432ZM69.0542 41.6184H71.3121C71.551 41.6184 71.7446 41.4067 71.7446 41.1458H71.7444V41.1337V34.2147H75.9649L80.5878 41.2987L80.5886 41.2975C80.7207 41.4922 80.9325 41.6184 81.1714 41.6184H83.9838C84.2226 41.6184 84.416 41.4067 84.416 41.1458C84.416 41.0354 84.3813 40.9338 84.3231 40.8531L79.5746 33.5775C82.2958 32.7281 84.2118 30.6344 84.2118 27.1454C84.2118 23.0488 81.5461 20.3789 76.9923 20.3789H69.0637L69.0542 20.3786C68.6537 20.3786 68.329 20.7337 68.329 21.1712V40.8258C68.329 41.2637 68.6537 41.6184 69.0542 41.6184ZM71.7444 30.9074V24.2495C71.7444 23.9885 71.938 23.7771 72.1768 23.7771H76.7146C79.2413 23.7771 80.7408 25.0212 80.7408 27.2965C80.7408 29.5118 79.1859 30.9074 76.7424 30.9074H71.7444ZM96.7807 41.9824C102.751 41.9824 106.971 36.9758 106.971 30.9985C106.971 24.9605 102.806 20.0146 96.8363 20.0146C90.8663 20.0146 86.6457 25.0212 86.6457 30.9985C86.6457 37.0365 90.8108 41.9824 96.7807 41.9824ZM96.8363 38.5539C92.9766 38.5539 90.2278 35.1249 90.2278 30.9985C90.2278 26.8112 92.921 23.4432 96.7807 23.4432C100.64 23.4432 103.389 26.8721 103.389 30.9985C103.389 35.1858 100.696 38.5539 96.8363 38.5539ZM118.154 41.9521C123.235 41.9521 126.511 38.7664 126.511 32.4247V21.1713C126.511 20.7338 126.187 20.3789 125.786 20.3789H123.528C123.289 20.3789 123.096 20.5903 123.096 20.8513H123.096V20.8635V32.6068C123.096 36.5205 121.236 38.5234 118.209 38.5234C115.155 38.5234 113.294 36.3994 113.294 32.4549V20.8635V20.8513H113.294C113.294 20.5903 113.101 20.3789 112.862 20.3789H110.604C110.203 20.3789 109.879 20.7338 109.879 21.1713V32.6068C109.879 38.7664 113.1 41.9521 118.154 41.9521ZM133.866 31.4234V24.2495C133.866 23.9885 134.059 23.7771 134.298 23.7771H137.836C140.391 23.7771 142.029 25.0817 142.029 27.5702C142.029 29.8454 140.419 31.4234 137.836 31.4234H133.866Z" fill="#BDC7CE"/>
|
|
8
|
+
<path class="group-hover:fill-[#15599D]" fill-rule="evenodd" clip-rule="evenodd" d="M29.0607 47.5968C35.2868 45.1747 40.1513 39.6418 40.1513 30.9994C40.1513 22.3575 35.2868 16.8243 29.0604 14.4023C26.6226 13.4538 23.9748 12.9797 21.325 12.9797C18.6753 12.9797 16.0275 13.4538 13.5896 14.4023C7.36344 16.8243 2.49886 22.3575 2.49886 30.9994C2.49886 39.6418 7.36345 45.1747 13.5898 47.5968C16.0276 48.5454 18.6755 49.0198 21.3252 49.0198C23.9749 49.0198 26.6228 48.5454 29.0607 47.5968ZM42.1505 31C42.1505 57.6667 0.5 57.6667 0.5 31C0.5 4.33334 42.1505 4.33334 42.1505 31ZM41.0614 30.9994C41.0614 40.134 35.9304 45.9783 29.3627 48.5334C26.8255 49.5205 24.0741 50.0141 21.3252 50.0141C18.5763 50.0141 15.8248 49.5205 13.2876 48.5334C6.71986 45.9783 1.58887 40.134 1.58887 30.9994C1.58887 21.8655 6.71986 16.021 13.2875 13.4661C15.8247 12.4787 18.5761 11.9853 21.325 11.9853C24.074 11.9853 26.8254 12.4787 29.3626 13.4661C35.9304 16.021 41.0614 21.8655 41.0614 30.9994Z" fill="#BDC7CE"/>
|
|
9
|
+
<path class="group-hover:fill-[#fff]" fill-rule="evenodd" clip-rule="evenodd" d="M41.1033 31.0005C41.1033 40.135 35.9724 45.9793 29.4047 48.5344C26.8674 49.5216 24.1161 50.0151 21.3673 50.0151C18.6183 50.0151 15.8668 49.5216 13.3296 48.5344C6.76185 45.9793 1.63086 40.135 1.63086 31.0005C1.63086 21.8665 6.76185 16.022 13.3295 13.4671C15.8667 12.4797 18.6182 11.9863 21.367 11.9863C24.116 11.9863 26.8673 12.4797 29.4046 13.4671C35.9724 16.022 41.1033 21.8665 41.1033 31.0005ZM29.1027 47.5979C35.3288 45.1757 40.1934 39.6429 40.1934 31.0005C40.1934 22.3585 35.3288 16.8253 29.1024 14.4033C26.6646 13.4549 24.0168 12.9807 21.367 12.9807C18.7174 12.9807 16.0694 13.4549 13.6316 14.4033C7.40544 16.8253 2.54085 22.3585 2.54085 31.0005C2.54085 39.6429 7.40544 45.1757 13.6319 47.5979C16.0695 48.5464 18.7175 49.0209 21.3673 49.0209C24.0169 49.0209 26.6648 48.5464 29.1027 47.5979Z" fill="#FEFEFE"/>
|
|
10
|
+
<path class="group-hover:fill-[#fff]" fill-rule="evenodd" clip-rule="evenodd" d="M10.5575 41.7314H18.5811C23.0169 41.7314 25.9362 39.77 25.9362 35.8457C25.9362 32.902 24.5321 31.4617 22.2587 30.511C23.6621 29.6526 24.8418 28.3043 24.8418 25.8817C24.8418 21.8573 21.6333 20.2715 18.3566 20.2715H10.5575C10.1595 20.2715 9.83691 20.6241 9.83691 21.0592V21.062V40.9438V40.944C9.83691 41.3791 10.1595 41.7314 10.5575 41.7314ZM14.0486 28.9479V24.8827V24.8826C14.0488 24.6216 14.2421 24.4104 14.4809 24.4104H17.7108C19.5354 24.4104 20.5462 25.2071 20.5462 26.618C20.5462 28.2731 19.3387 28.9479 17.4304 28.9479H14.0486ZM14.0486 37.1201V32.8717H18.4407C20.6581 32.8717 21.6406 33.7611 21.6406 35.2014C21.6406 36.8573 20.4896 37.5927 18.5811 37.5927H14.4809C14.2421 37.5927 14.0486 37.3814 14.0486 37.1204V37.1201ZM28.8422 41.7314H32.0129C32.4109 41.7314 32.7334 41.3791 32.7334 40.944V40.9438V21.0592V21.059C32.7331 20.6239 32.4109 20.2715 32.0129 20.2715H28.8422C28.6035 20.2715 28.4102 20.4829 28.4101 20.744V41.2591C28.4101 41.5201 28.6035 41.7314 28.8422 41.7314Z" fill="white"/>
|
|
11
|
+
</svg>
|
|
12
|
+
</template>
|
|
13
|
+
|
|
14
|
+
<style scoped>
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="200" height="62" viewBox="0 0 200 62" fill="none" xmlns="https://www.w3.org/2000/svg" class="group">
|
|
7
|
+
<path class="group-hover:fill-[#5C5754]" fill-rule="evenodd" clip-rule="evenodd" d="M68.0783 26.6758V28.6732H62.3788V30.9945H67.6108V32.8404H62.3788V35.4922H68.202V37.4897H60V26.6758H68.0783Z" fill="#BDC7CE"/>
|
|
8
|
+
<path class="group-hover:fill-[#5C5754]" fill-rule="evenodd" clip-rule="evenodd" d="M76.9332 26.91C76.5482 26.7515 76.1082 26.6758 75.6269 26.6758H69.8105V37.5034H72.1825V33.2744H74.5544C75.1526 33.2744 75.5788 33.4052 75.8401 33.6669C76.1014 33.9286 76.2731 34.342 76.3557 34.9067C76.4176 35.3407 76.4657 35.7952 76.4931 36.2705C76.5207 36.7457 76.6032 37.1521 76.7337 37.4966H79.1057C78.9957 37.3451 78.9132 37.1659 78.8583 36.9456C78.8032 36.7321 78.7619 36.4977 78.7345 36.2567C78.7069 36.0157 78.6864 35.7815 78.6796 35.5472C78.6753 35.4034 78.6685 35.2725 78.6621 35.153C78.6583 35.0781 78.6546 35.0075 78.6519 34.9412C78.6383 34.6656 78.597 34.397 78.5419 34.1215C78.4801 33.846 78.3976 33.5981 78.2737 33.3707C78.157 33.1434 77.9988 32.9437 77.8064 32.7784C77.6137 32.6131 77.3732 32.4891 77.0776 32.4064V32.3789C77.6827 32.1379 78.1157 31.7865 78.3838 31.3182C78.6519 30.8498 78.7826 30.2988 78.7826 29.6651C78.7826 29.2518 78.7069 28.8662 78.5627 28.5079C78.4183 28.1429 78.2051 27.8329 77.93 27.5573C77.655 27.2818 77.3181 27.0683 76.9332 26.91ZM76.0052 31.2018C75.7371 31.4428 75.3247 31.5668 74.7815 31.5668V31.56H72.1827V28.5155H74.7815C75.3247 28.5155 75.7303 28.6395 76.0052 28.8737C76.2734 29.108 76.4109 29.4936 76.4109 30.0171C76.4109 30.5681 76.2803 30.9608 76.0052 31.2018Z" fill="#BDC7CE"/>
|
|
9
|
+
<path class="group-hover:fill-[#5C5754]" fill-rule="evenodd" clip-rule="evenodd" d="M87.1222 37.4082C86.6066 37.6285 86.0909 37.7319 85.5615 37.7319C84.7365 37.7319 83.994 37.5872 83.3271 37.2979C82.6671 37.0087 82.1102 36.616 81.6565 36.1064C81.2027 35.6034 80.852 35.0111 80.6115 34.3292C80.3708 33.6473 80.2471 32.9103 80.2471 32.1252C80.2471 31.3192 80.3708 30.5685 80.6115 29.8728C80.852 29.184 81.2027 28.5779 81.6565 28.0614C82.1102 27.5447 82.6671 27.1452 83.3271 26.8491C83.9871 26.5529 84.7297 26.4082 85.5615 26.4082C86.1184 26.4082 86.6547 26.4909 87.1703 26.6562C87.6929 26.8215 88.1602 27.0695 88.5797 27.3932C88.9991 27.7169 89.3429 28.1164 89.6179 28.5916C89.8929 29.067 90.0579 29.6111 90.1197 30.231H87.8509C87.7066 29.625 87.4384 29.1703 87.0329 28.8673C86.6271 28.5641 86.1389 28.4126 85.5684 28.4126C85.0321 28.4126 84.5783 28.5159 84.2071 28.7225C83.8358 28.9291 83.5334 29.2047 83.2996 29.556C83.0659 29.9073 82.9009 30.2999 82.7909 30.7476C82.6877 31.1953 82.6327 31.6499 82.6327 32.1252C82.6327 32.5797 82.6877 33.0206 82.7909 33.4477C82.894 33.8747 83.0659 34.2604 83.2996 34.6047C83.5334 34.9491 83.8358 35.2247 84.2071 35.4314C84.5783 35.6381 85.0321 35.7413 85.5684 35.7413C86.3521 35.7413 86.964 35.5414 87.3903 35.1421C87.8166 34.7426 88.0709 34.164 88.1397 33.4063H85.7471V31.6361H90.2847V37.4839H88.7721L88.5316 36.2579C88.1053 36.809 87.6379 37.1947 87.1222 37.4082Z" fill="#BDC7CE"/>
|
|
10
|
+
<path class="group-hover:fill-[#5C5754]" d="M84.4875 60.8243C84.4875 60.8243 100.562 45.8023 97.2424 29.5051C96.8611 27.6853 95.898 20.1056 78.2402 10.1807C89.9595 14.0795 94.3734 16.3225 106.85 12.4398C108.787 11.0639 115.098 10.2287 117.761 0.0228733C118.12 -0.606528 118.634 16.3634 112.334 28.2335C112.152 28.8576 101.14 48.8792 88.6522 58.1877C88.2097 58.4762 84.4875 60.8243 84.4875 60.8243Z" fill="#BDC7CE"/>
|
|
11
|
+
<path class="group-hover:fill-[#5C5754]" d="M138.356 1.61035C138.356 1.61035 120.989 15.2159 122.822 31.7177C123.038 33.5612 123.312 41.1872 140 52.5482C128.681 47.6842 123.196 44.3589 110.203 47.9921C109.071 48.907 105.323 49.1276 99.7233 59.3452C99.3087 59.9417 100.331 43.0055 107.678 31.7177C107.916 31.1118 121.747 11.5963 135.024 3.37749C135.491 3.12745 138.356 1.61035 138.356 1.61035Z" fill="#BDC7CE"/>
|
|
12
|
+
</svg>
|
|
13
|
+
</template>
|
|
14
|
+
|
|
15
|
+
<style scoped>
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="200" height="62" viewBox="0 0 200 62" fill="none" xmlns="https://www.w3.org/2000/svg" class="group">
|
|
7
|
+
<path class="group-hover:fill-[#97134B]" d="M59.0907 25.2644L59.1197 27.4316V29.1839H65.1521C65.453 30.3784 65.453 31.6279 65.1521 32.8224H59.1197V40.4667C57.6396 40.688 56.1344 40.688 54.6543 40.4667V21.6513L54.851 21.4854H66.8673C66.9891 22.056 67.0454 22.6385 67.035 23.2217C67.0587 23.5048 67.0192 23.7896 66.9195 24.056C66.8198 24.3223 66.6622 24.5638 66.4579 24.7633C66.071 25.0984 65.4681 25.2644 64.6395 25.2644H59.0907Z" fill="#BDC7CE"/>
|
|
8
|
+
<path class="group-hover:fill-[#97134B]" d="M78.3736 27.8214C79.7213 29.1555 80.3952 31.0642 80.3952 33.5474C80.4075 34.5731 80.2607 35.5947 79.9599 36.5763C79.7013 37.4257 79.2725 38.2149 78.6993 38.8967C78.1443 39.5367 77.4467 40.0404 76.6616 40.3681C75.7807 40.7265 74.8346 40.9014 73.8824 40.882C72.9341 40.9016 71.9924 40.7221 71.1193 40.3554C70.341 40.0165 69.65 39.5081 69.0978 38.868C68.5235 38.1883 68.0975 37.3983 67.8468 36.5476C67.288 34.5803 67.288 32.4985 67.8468 30.5312C68.0993 29.6838 68.5202 28.8949 69.0849 28.2108C69.6293 27.5607 70.3207 27.0468 71.1032 26.7106C71.9821 26.3441 72.9288 26.1636 73.8824 26.1808C75.7374 26.1766 77.2344 26.7234 78.3736 27.8214ZM73.8985 29.4172C73.5399 29.4005 73.1859 29.5027 72.8926 29.7077C72.6266 29.9183 72.4182 30.1915 72.2865 30.5024C72.1228 30.8689 72.0142 31.2571 71.964 31.6547C71.9068 32.1206 71.8788 32.5896 71.8802 33.059C71.8802 33.8346 71.9028 34.5081 71.9512 35.073C71.982 35.5557 72.0774 36.0323 72.2349 36.4902C72.3462 36.828 72.556 37.1256 72.8378 37.3456C73.133 37.5428 73.4847 37.6402 73.8405 37.6232C74.1962 37.6544 74.5521 37.5654 74.8501 37.3706C75.1482 37.1758 75.3707 36.8869 75.4816 36.5508C75.7835 35.5658 75.9164 34.5376 75.8749 33.5091C75.9191 32.4794 75.7861 31.4497 75.4816 30.4641C75.3715 30.1429 75.1564 29.8671 74.8703 29.6804C74.5842 29.4937 74.2434 29.4067 73.9018 29.4332L73.8985 29.4172Z" fill="#BDC7CE"/>
|
|
9
|
+
<path class="group-hover:fill-[#97134B]" d="M82.082 28.5997C82.2029 28.1653 82.3818 27.7488 82.614 27.3612C82.8109 26.9862 83.0778 26.6515 83.4007 26.375C84.1851 26.3981 84.9449 26.6509 85.5842 27.1014C86.2235 27.5519 86.7135 28.1799 86.9924 28.9061C87.7039 27.2357 88.8742 26.4016 90.5035 26.4037C91.1262 26.4189 91.746 26.4937 92.3542 26.6272C92.3387 27.3172 92.2402 28.0029 92.0608 28.6699C91.8956 29.3764 91.6261 30.055 91.2612 30.6839C90.795 30.5424 90.3153 30.4493 89.8296 30.4062C88.8914 30.4062 88.1273 30.8786 87.5276 31.8233V40.4666C86.8086 40.5857 86.0803 40.6412 85.3513 40.6325C84.6128 40.6403 83.8749 40.5848 83.146 40.4666V31.4882C83.146 30.1008 82.7913 29.138 82.082 28.5997Z" fill="#BDC7CE"/>
|
|
10
|
+
<path class="group-hover:fill-[#97134B]" d="M103.332 26.5698C103.442 27.0765 103.498 27.5932 103.5 28.1114C103.499 28.6213 103.443 29.1296 103.332 29.6275L99.992 29.5732V35.9567C99.992 36.8281 100.401 37.2622 101.227 37.2622H102.797C103.025 37.8538 103.149 38.4801 103.161 39.1134C103.178 39.5175 103.141 39.922 103.052 40.3167C101.787 40.4956 100.512 40.5895 99.2343 40.5975C96.8699 40.5975 95.6877 39.307 95.6877 36.7259V29.5988L93.4985 29.6275C93.3647 29.1386 93.2985 28.6339 93.3019 28.1274C93.3009 27.602 93.367 27.0787 93.4985 26.5698L95.6877 26.6273V25.0154C95.6877 24.0707 95.8704 23.3983 96.2358 22.9982C96.6002 22.6024 97.2031 22.4014 98.0736 22.4014H99.7889L99.9855 22.5961V26.6273L103.332 26.5698Z" fill="#BDC7CE"/>
|
|
11
|
+
<path class="group-hover:fill-[#97134B]" d="M116.386 34.9351H109.087C109.08 35.6267 109.307 36.3006 109.731 36.8501C110.125 37.3097 110.766 37.5363 111.666 37.5363C112.188 37.5281 112.708 37.4661 113.217 37.3512C113.907 37.1935 114.585 36.9866 115.245 36.732C115.895 37.4385 116.298 38.3341 116.393 39.2854C114.888 40.3493 113.053 40.8813 110.889 40.8813C109.872 40.913 108.861 40.7235 107.926 40.3259C107.158 39.9771 106.493 39.4412 105.991 38.7684C105.477 38.0627 105.118 37.2581 104.937 36.4065C104.719 35.4308 104.611 34.4342 104.615 33.4349C104.605 32.4645 104.734 31.4976 104.995 30.5624C105.223 29.7299 105.614 28.9501 106.146 28.2675C106.67 27.612 107.343 27.0881 108.11 26.7387C108.989 26.3514 109.943 26.1618 110.905 26.1833C111.736 26.1716 112.561 26.3235 113.333 26.6301C114.025 26.9055 114.651 27.322 115.171 27.8526C115.685 28.3862 116.083 29.0198 116.338 29.7134C116.615 30.4703 116.752 31.2703 116.744 32.0753C116.767 33.0407 116.646 34.0043 116.386 34.9351ZM109.045 31.9348H112.72V31.6156C112.745 31.0177 112.586 30.4265 112.262 29.9208C112.11 29.7008 111.903 29.5237 111.661 29.4068C111.42 29.2898 111.151 29.2371 110.882 29.2538C110.625 29.2375 110.368 29.2878 110.136 29.3997C109.904 29.5116 109.706 29.6813 109.561 29.8921C109.287 30.323 109.112 30.9901 109.045 31.9348Z" fill="#BDC7CE"/>
|
|
12
|
+
<path class="group-hover:fill-[#97134B]" d="M120.062 21.4282C121.577 21.392 122.873 21.3643 123.95 21.3452C125.027 21.326 125.887 21.3175 126.53 21.3197C128.571 21.3197 130.177 21.7452 131.346 22.5964C132.516 23.4475 133.1 24.7114 133.1 26.3882C133.101 27.1997 132.857 27.9931 132.401 28.6671C131.97 29.342 131.346 29.8743 130.608 30.1959C131.09 30.3534 131.541 30.5932 131.94 30.9045C132.356 31.2264 132.72 31.6109 133.016 32.0439C133.318 32.4826 133.559 32.9592 133.732 33.4611C133.908 33.9662 133.998 34.497 133.997 35.0314C133.997 36.9465 133.384 38.3593 132.159 39.2701C130.934 40.1808 129.198 40.6393 126.952 40.6457C126.26 40.6457 125.343 40.6361 124.202 40.617C123.06 40.5978 121.68 40.5712 120.062 40.5372L119.865 40.3425V21.6388L120.062 21.4282ZM124.327 24.4571V28.9256H126.31C127.203 28.9256 127.829 28.7086 128.193 28.2872C128.559 27.8355 128.751 27.27 128.735 26.6914C128.756 26.117 128.556 25.5561 128.177 25.121C127.806 24.7061 127.184 24.4827 126.31 24.4827H125.166C124.843 24.4859 124.572 24.4763 124.327 24.4571ZM126.646 32.1014H124.327V37.5274C124.811 37.5082 125.356 37.5082 125.962 37.5274C126.529 37.5492 127.096 37.5021 127.652 37.3869C128.17 37.277 128.633 36.9928 128.964 36.5826C129.346 36.0688 129.534 35.4386 129.496 34.8016C129.505 34.1109 129.262 33.4401 128.812 32.9121C128.354 32.3716 127.632 32.1014 126.646 32.1014Z" fill="#BDC7CE"/>
|
|
13
|
+
<path class="group-hover:fill-[#97134B]" d="M148.583 38.4658C148.468 38.9053 148.289 39.3258 148.051 39.7138C147.848 40.0889 147.57 40.4199 147.235 40.6873C146.648 40.6985 146.067 40.5708 145.54 40.3149C145.013 40.059 144.555 39.6822 144.205 39.2159C142.986 40.3266 141.666 40.882 140.245 40.882C139.592 40.8965 138.942 40.7781 138.337 40.5341C137.819 40.3201 137.351 40.0041 136.96 39.6053C136.587 39.2183 136.301 38.7584 136.119 38.2552C135.931 37.7437 135.836 37.2034 135.838 36.6593C135.822 35.9358 135.971 35.218 136.273 34.5591C136.55 33.9752 136.958 33.462 137.466 33.059C137.993 32.6498 138.594 32.3433 139.236 32.1557C139.936 31.9432 140.664 31.8356 141.396 31.8365C141.829 31.8365 142.206 31.8365 142.535 31.8525C142.863 31.8685 143.147 31.8748 143.389 31.894V31.361C143.389 30.1768 142.783 29.5864 141.564 29.5864C140.78 29.5864 139.405 29.8928 137.44 30.5056C136.877 29.8672 136.522 28.8565 136.373 27.4734C136.822 27.3075 137.322 27.1511 137.872 27.0042C138.427 26.8542 138.991 26.7234 139.572 26.6148C140.152 26.5063 140.723 26.4138 141.284 26.3499C141.788 26.2888 142.295 26.2558 142.802 26.251C143.443 26.2508 144.081 26.3444 144.695 26.5287C145.284 26.7016 145.833 26.9904 146.307 27.3777C146.782 27.7777 147.157 28.2813 147.403 28.8491C147.689 29.5311 147.828 30.2651 147.809 31.0035V36.6465C147.796 37.5115 148.058 38.1115 148.583 38.4658ZM140.107 36.388C140.107 37.2593 140.61 37.6934 141.622 37.6934C142.144 37.6934 142.733 37.4242 143.389 36.8859V34.6517L142.451 34.6102C142.196 34.6102 142.006 34.6102 141.874 34.6102C140.697 34.6038 140.107 35.1943 140.107 36.388Z" fill="#BDC7CE"/>
|
|
14
|
+
<path class="group-hover:fill-[#97134B]" d="M163.153 31.2809V36.9782C163.153 38.2006 163.379 39.1198 163.827 39.7294C163.13 40.3597 162.217 40.7023 161.273 40.687C160.306 40.687 159.635 40.4667 159.277 40.0199C158.92 39.573 158.746 38.8996 158.746 37.9931V32.0724C158.776 31.5963 158.69 31.1199 158.494 30.684C158.389 30.5293 158.244 30.4059 158.073 30.3271C157.903 30.2484 157.714 30.2173 157.527 30.2372C157.193 30.2476 156.864 30.3235 156.56 30.4606C156.156 30.6406 155.786 30.8854 155.463 31.1851V40.4667C155.141 40.521 154.799 40.5625 154.425 40.5912C154.051 40.6199 153.667 40.6327 153.274 40.6327C152.881 40.6327 152.497 40.6327 152.123 40.5912C151.749 40.5497 151.404 40.521 151.085 40.4667V26.5986L151.282 26.4039H152.939C154.08 26.4039 154.848 26.9592 155.241 28.07C156.55 26.9209 157.85 26.3475 159.142 26.3496C160.434 26.3517 161.43 26.8007 162.131 27.6965C162.812 28.5966 163.153 29.7914 163.153 31.2809Z" fill="#BDC7CE"/>
|
|
15
|
+
<path class="group-hover:fill-[#97134B]" d="M177.187 34.9354L177.89 36.9653C178.264 38.1867 178.713 38.974 179.238 39.3272C178.877 39.7536 178.426 40.0964 177.917 40.3313C177.408 40.5663 176.852 40.6877 176.291 40.6869C175.785 40.7237 175.284 40.5697 174.888 40.256C174.487 39.827 174.197 39.3078 174.043 38.7431L173.205 36.3525C173.1 35.9177 172.877 35.5194 172.56 35.2003C172.281 34.9961 171.94 34.8925 171.593 34.9066C171.18 34.9066 170.89 34.9162 170.723 34.9354V40.4667C169.309 40.6879 167.87 40.6879 166.457 40.4667V20.2054L166.654 20.0107H168.337C169.217 20.0107 169.833 20.2054 170.191 20.5948C170.548 20.9842 170.723 21.6609 170.723 22.6248V31.351H171.171C171.337 31.3511 171.499 31.3038 171.638 31.215C171.778 31.1261 171.889 30.9994 171.957 30.8499L173.418 28.0699C173.615 27.5859 173.958 27.1734 174.4 26.8881C174.841 26.6027 175.361 26.4582 175.888 26.474C176.433 26.474 177.245 26.4932 178.332 26.5283L178.499 26.7517L176.339 30.901C176.005 31.5559 175.513 32.1193 174.908 32.5416C175.45 32.7373 175.938 33.0556 176.334 33.4712C176.729 33.8868 177.022 34.3882 177.187 34.9354Z" fill="#BDC7CE"/>
|
|
16
|
+
<path class="group-hover:fill-[#0CAFC0]" d="M47.0608 29.6089C46.9927 29.469 46.8861 29.351 46.7532 29.2685C46.6202 29.1861 46.4665 29.1425 46.3096 29.1428H44.0527C43.8474 29.1434 43.6497 29.2196 43.4982 29.3567C42.8575 29.9604 42.0961 30.4246 41.2631 30.7192C40.4301 31.0139 39.5441 31.1325 38.6619 31.0675C35.3862 30.8568 32.9423 28.4215 32.9778 25.3957C32.9965 24.2963 33.4525 23.2485 34.247 22.48C35.0414 21.7115 36.11 21.2843 37.2208 21.2912C37.6928 21.2989 38.1579 21.4047 38.5861 21.6015C39.0143 21.7983 39.396 22.0818 39.7066 22.4338C39.8545 22.6059 39.9781 22.797 40.0741 23.0019C40.1323 23.1706 40.1323 23.3536 40.0741 23.5222C39.9985 23.7172 39.8523 23.8774 39.6641 23.9718C39.4758 24.0661 39.2589 24.0879 39.0553 24.0329H39.0392C38.5134 23.8416 37.9365 23.8392 37.4092 24.0263C36.8819 24.2133 36.4378 24.5778 36.1543 25.056C35.8709 25.5343 35.7663 26.0959 35.8586 26.6428C35.951 27.1897 36.2346 27.6871 36.6598 28.0481C36.6922 28.0876 36.7315 28.1212 36.7758 28.147L36.8274 28.1789L36.8532 28.1981C36.8801 28.2296 36.913 28.2556 36.9499 28.2747C37.5377 28.6008 38.1963 28.7818 38.8698 28.8024C39.5433 28.8229 40.2119 28.6824 40.8189 28.3928C41.5423 28.0197 42.1646 27.4799 42.6331 26.8189C43.1016 26.1578 43.4028 25.395 43.5111 24.5946C43.6262 23.8319 43.572 23.0535 43.352 22.3137C43.1321 21.574 42.7517 20.8906 42.2375 20.3113C41.6186 19.6008 40.8547 19.0282 39.9961 18.631C39.1376 18.2338 38.2038 18.0211 37.2562 18.0068H37.1466C35.1698 18.0141 33.2748 18.7889 31.8689 20.1646C30.4629 21.5403 29.6583 23.4071 29.6279 25.3638C29.6194 26.1523 29.7192 26.9383 29.9245 27.7002C29.7794 27.6842 29.6344 27.6683 29.4893 27.6587C26.1426 27.4448 23.17 28.7949 20.9517 31.5175C20.8527 31.6386 20.7902 31.7849 20.7715 31.9396C20.7528 32.0943 20.7787 32.251 20.8461 32.3918C20.9135 32.5326 21.0197 32.6517 21.1525 32.7353C21.2853 32.8189 21.4392 32.8637 21.5966 32.8644H23.8535C24.0598 32.8644 24.2587 32.7881 24.4112 32.6506C25.0529 32.0434 25.8168 31.5772 26.6529 31.2824C27.4891 30.9876 28.3787 30.8709 29.2636 30.9398C32.5393 31.1505 34.98 33.5858 34.9477 36.6116C34.9266 37.7107 34.4686 38.7573 33.6731 39.5245C32.8777 40.2917 31.8088 40.7175 30.6983 40.7098C30.2268 40.7017 29.7622 40.5959 29.3346 40.399C28.907 40.2022 28.5258 39.9188 28.2157 39.5671C28.0667 39.3952 27.942 39.2041 27.845 38.999C27.7884 38.8301 27.7884 38.6476 27.845 38.4787C27.9206 38.2844 28.0662 38.1247 28.2537 38.0304C28.4413 37.9361 28.6575 37.9139 28.8606 37.968H28.8799C29.4054 38.1578 29.9814 38.1589 30.5077 37.9714C31.034 37.7838 31.4771 37.4194 31.7598 36.9416C32.0426 36.4639 32.147 35.903 32.055 35.3569C31.9629 34.8107 31.6802 34.3138 31.2561 33.9528C31.2267 33.9137 31.1893 33.8811 31.1465 33.8571L31.0884 33.822L31.0659 33.8028C31.0383 33.772 31.0056 33.7461 30.9691 33.7262C30.3811 33.4006 29.7224 33.2201 29.0489 33.2001C28.3754 33.1801 27.7069 33.3212 27.1002 33.6113C26.3756 33.9821 25.7524 34.5209 25.2836 35.1817C24.8149 35.8425 24.5145 36.6057 24.408 37.4063C24.2931 38.1687 24.3471 38.9468 24.5665 39.6865C24.7859 40.4262 25.1653 41.1097 25.6783 41.6896C26.2982 42.3998 27.0627 42.9723 27.9217 43.3694C28.7807 43.7666 29.7149 43.9795 30.6629 43.9941H30.7499C32.7267 43.9876 34.6218 43.213 36.0274 41.837C37.433 40.4611 38.2367 38.5938 38.2654 36.6371C38.2734 35.8488 38.1747 35.063 37.972 34.3007C38.1171 34.3007 38.2589 34.3358 38.404 34.3422C38.6297 34.3582 38.8554 34.3646 39.0779 34.3646C42.1537 34.3646 44.8813 33.0208 46.9448 30.4834C47.0449 30.363 47.1088 30.2172 47.1293 30.0626C47.1498 29.908 47.1261 29.7508 47.0608 29.6089Z" fill="#BDC7CE"/>
|
|
17
|
+
</svg>
|
|
18
|
+
</template>
|
|
19
|
+
|
|
20
|
+
<style scoped>
|
|
21
|
+
|
|
22
|
+
</style>
|
|
23
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="200" height="62" viewBox="0 0 200 62" fill="none" xmlns="https://www.w3.org/2000/svg" class="group">
|
|
7
|
+
<path class="group-hover:fill-[#00805F]" fill-rule="evenodd" clip-rule="evenodd" d="M55.8237 7L47.855 15.0277H39.9687V22.9725L32 30.9998L39.9687 39.028V46.9727H47.855L55.8237 55L63.7923 46.9727H71.6786V39.028L79.6472 30.9998L71.6786 22.9725V15.0277H63.7923L55.8237 7ZM41.951 39.6123L33.4013 30.9998L41.951 22.3877V17.0242H47.2744L55.8237 8.4117L64.3728 17.0242H69.6968V22.3877L78.2459 30.9998L69.6968 39.6123V44.9763H64.3728L55.8237 53.5888L47.2744 44.9763H41.951V39.6123ZM36.2039 30.9998L55.8237 50.7654L75.4433 30.9998L55.8237 11.2351L36.2039 30.9998Z" fill="#BDC7CE"/>
|
|
8
|
+
<path class="group-hover:fill-[#FAAE17]" fill-rule="evenodd" clip-rule="evenodd" d="M69.6963 25.2115C66.3858 29.232 61.3933 31.7991 55.8232 31.7991C51.5238 31.7995 48.0178 35.3315 48.0178 39.6628C48.0178 41.7084 48.7996 43.5752 50.0776 44.9767H50.0766L55.8232 50.7653L75.4429 31.0007L69.6963 25.2115ZM41.9501 36.7889C45.2606 32.7684 50.2531 30.2023 55.8232 30.2018C60.1227 30.2018 63.6291 26.6698 63.6291 22.3381C63.6291 20.2929 62.8473 18.4256 61.5693 17.0246L55.8232 11.2355L36.204 31.0007L41.9501 36.7899V36.7889ZM33.4014 31.0007L41.95 22.3881V17.0246H47.274L55.8232 8.41211L64.3724 17.0246H69.6964V22.3881L78.2455 31.0007L69.6964 39.6132V44.9767H64.3724L55.8232 53.5892L47.274 44.9767H41.95V39.6132L33.4014 31.0007Z" fill="#F4F5F6"/>
|
|
9
|
+
<path class="group-hover:fill-[#00805F]" fill-rule="evenodd" clip-rule="evenodd" d="M113.697 42.1805L110.526 35.7913L107.355 42.1805H113.697ZM84.3655 40.5831V44.5762H93.482C94.5718 44.5762 95.4638 43.6781 95.4638 42.5796C95.4638 41.4817 94.5718 40.5831 93.482 40.5831H84.3655ZM84.3655 34.1944V38.1875H93.482C94.5718 38.1875 95.4638 37.2889 95.4638 36.191C95.4638 35.0925 94.5718 34.1944 93.482 34.1944H84.3655ZM121.624 31.7982H125.588L136.686 42.9788V31.7982H140.65V46.9724H136.686L125.588 35.7913V46.9724H121.624V31.7982ZM149.053 39.3851L159.28 31.7982H154.92L146.2 38.1875V31.7982H142.235V46.9724H146.2V40.5831L154.92 46.9724H159.28L149.053 39.3851ZM150.956 15.0273H154.92V21.4161L163.64 15.0273H168L157.774 22.6142L168 30.2009H163.64L154.92 23.8123V30.2009H150.956V15.0273ZM142.235 23.8123L149.766 15.0273H145.803L140.254 21.4161L134.705 15.0273H130.741L138.272 23.8123V30.2009H142.235V23.8123ZM121.624 15.0273H125.588V27.8052H136.686V30.2009H121.624V15.0273ZM110.526 19.0204L113.697 25.4095H107.355L110.526 19.0204ZM116.075 30.2009H120.039L112.508 15.0273H108.544L101.013 30.2009H104.977L106.166 27.8052H114.886L116.075 30.2009ZM80.4014 15.0273H84.3655V21.4161H95.4638V15.0273H99.4274V30.2009H95.4638V23.8123H84.3655V30.2009H80.4014V15.0273ZM80.4014 31.7982H95.6617C97.7332 31.7982 99.4274 33.5055 99.4274 35.5919C99.4274 37.6782 97.7332 39.3851 95.6617 39.3851C97.7332 39.3851 99.4274 41.0924 99.4274 43.1787C99.4274 45.2651 97.7332 46.9724 95.6617 46.9724H80.4014V31.7982ZM104.977 46.9724H101.013L108.544 31.7982H112.508L120.039 46.9724H116.075L114.886 44.5762H106.166L104.977 46.9724Z" fill="#BDC7CE"/>
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="200" height="62" viewBox="0 0 200 62" fill="none" xmlns="https://www.w3.org/2000/svg" class="group">
|
|
7
|
+
<path class="group-hover:fill-[#FE5000]" fill-rule="evenodd" clip-rule="evenodd" d="M64.6821 12H36.3182C33.3866 12 31 14.3257 31 17.1817V44.8186C31 47.675 33.3866 50 36.3182 50H64.6821C67.6155 50 70 47.675 70 44.8186V17.1817C70 14.3257 67.6155 12 64.6821 12ZM56.7919 36.6441C57.8961 36.1041 58.5944 35.0047 58.5944 33.8014V18.2931L53.8748 20.5907C52.7702 21.1301 52.0732 22.2299 52.0732 23.4324V38.9418L56.7919 36.6441ZM47.0095 41.4081C48.1149 40.8702 48.8124 39.7703 48.8124 38.5675V31.7952L44.0944 34.0928C42.9883 34.6307 42.2913 35.7319 42.2913 36.9347V43.7072L47.0095 41.4081Z" fill="#BDC7CE"/>
|
|
8
|
+
<path class="group-hover:fill-[#FE5000]" fill-rule="evenodd" clip-rule="evenodd" d="M126.419 30.9185C127.06 31.4551 127.517 32.1222 127.765 32.932C128.08 33.9639 128.13 35.0685 128.019 36.1386C127.848 37.8203 126.963 39.0619 125.409 39.8818C124.074 40.5873 122.609 40.8415 121.109 40.9495C120.177 41.0166 119.125 41.0166 118.192 40.9495C116.692 40.8415 115.227 40.5873 113.891 39.8818C112.339 39.0619 111.454 37.8203 111.281 36.1386C111.233 35.669 111.234 35.3014 111.235 34.8464L111.235 34.6371H116.304C116.304 34.7063 116.304 34.7528 116.304 34.7932C116.303 34.8599 116.303 34.91 116.304 35.0181C116.32 36.0663 116.739 36.6222 117.811 36.8688C118.982 37.1404 120.321 37.1378 121.49 36.8688C122.596 36.6131 123.006 35.9823 123.025 35.0157C123.022 34.8588 123.001 34.6975 122.962 34.5326C122.858 34.1027 122.522 33.8286 122.12 33.6285C121.627 33.3809 120.851 33.2457 120.209 33.1337C120.04 33.1042 119.88 33.0765 119.737 33.0486C119.349 32.9727 118.961 32.8991 118.573 32.8255H118.573C117.648 32.6502 116.723 32.4749 115.805 32.2701C114.869 32.0629 113.988 31.703 113.205 31.1609C113.093 31.0829 112.986 31.0023 112.884 30.9185H112.882C112.241 30.3812 111.784 29.7148 111.537 28.9046C111.323 28.2045 111.222 27.5126 111.239 26.7904C111.238 26.4885 111.247 26.1992 111.281 25.861C111.454 24.1782 112.339 22.9378 113.891 22.1183C115.227 21.4124 116.692 21.1584 118.192 21.0502C119.126 20.9833 120.174 20.9833 121.109 21.0502C122.609 21.1584 124.074 21.4124 125.409 22.1183C126.963 22.9378 127.848 24.1782 128.019 25.861C128.068 26.3312 128.067 26.6992 128.066 27.1543V27.1543V27.1544V27.1544L128.066 27.3614H122.997C122.997 27.2929 122.997 27.2465 122.997 27.2062C122.998 27.1395 122.998 27.0892 122.997 26.9821C122.981 25.9341 122.562 25.3783 121.49 25.1314C120.316 24.8591 118.984 24.8608 117.811 25.1314C117.017 25.3142 116.582 25.6673 116.404 26.2636C116.313 26.5742 116.32 26.9487 116.405 27.3035C116.509 27.7336 116.844 28.0078 117.246 28.209C117.753 28.4621 118.511 28.5977 119.146 28.711C119.293 28.7374 119.434 28.7627 119.564 28.7879C119.953 28.8638 120.342 28.9376 120.731 29.0113L120.731 29.0113L120.732 29.0114L120.732 29.0114C121.655 29.1864 122.579 29.3615 123.496 29.5659C124.432 29.775 125.313 30.1333 126.096 30.6767C126.208 30.7534 126.315 30.8353 126.417 30.9185H126.419ZM144.353 40.7753H149.836L141.608 21.226H136.105L127.876 40.7753H133.359L134.48 38.1117H143.232L144.353 40.7753ZM163.517 32.2519V21.227H169V29.7452V40.7764H163.517V40.7751C163.292 40.3867 157.189 29.8602 157.12 29.7505V40.7764H151.636V21.227H157.12C157.12 21.227 163.277 31.8462 163.517 32.2519ZM109.158 21.2377V23.9716V30.3155V33.002C109.158 34.0823 109.002 35.1565 108.664 36.1852C108.344 37.1624 107.836 38.0392 107.13 38.7936C106.515 39.451 105.787 40.0287 104.94 40.3637C103.721 40.8457 102.368 41 101.062 41C100.101 41 99.141 40.9218 98.188 40.8024C97.3045 40.6913 96.3978 40.4702 95.6175 40.0332C94.8839 39.6224 94.262 39.0509 93.7391 38.4009C93.2181 37.7536 92.8 37.029 92.575 36.2289C92.283 35.1886 92.0626 34.0853 92.0626 33.002V21.2377H97.3664V33.6094C97.3664 34.5475 97.5775 35.3183 98.2326 36.0282C98.8624 36.7114 99.7038 36.9698 100.619 36.9698C101.525 36.9698 102.359 36.7144 102.987 36.0431C103.65 35.3349 103.854 34.5478 103.854 33.6094V30.3155V26.5963V21.2377H109.158ZM85.8263 23.1663C84.8975 23.6175 84.3111 24.541 84.3111 25.5511V28.3467L84.3083 33.3136C84.3083 33.6571 84.2906 34.0021 84.2504 34.3425C84.1113 35.4994 83.4324 36.2564 82.2438 36.3328H77V40.7172C77.0586 40.721 80.327 40.7245 80.3678 40.7245C80.6873 40.7242 81.007 40.725 81.3268 40.7257H81.3269H81.3272H81.3276C82.1106 40.7276 82.894 40.7296 83.6775 40.7148C84.4258 40.7016 85.1669 40.5945 85.8902 40.3928C87.4287 39.9639 88.6104 39.1179 89.2589 37.655C89.676 36.716 89.7912 35.7221 89.7921 34.7112V34.3119C89.7921 34.3021 89.7927 34.2923 89.7935 34.2825C89.7941 34.2723 89.7948 34.2621 89.7948 34.2516V32.1054V31.3088V21.2377L85.8263 23.1663ZM135.975 34.5577L138.856 27.7158L141.736 34.5577H135.975Z" fill="#BDC7CE"/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
11
|
+
|
|
12
|
+
<style scoped>
|
|
13
|
+
|
|
14
|
+
</style>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="200" height="62" viewBox="0 0 200 62" fill="none" xmlns="https://www.w3.org/2000/svg" class="group">
|
|
7
|
+
<path class="group-hover:fill-[#F14635]" fill-rule="evenodd" clip-rule="evenodd" d="M48.6364 32.5111C52.3951 33.0913 52.9032 35.3154 53.207 37.3853L53.2577 37.7382L53.2922 37.9784L53.4752 39.1966C53.8332 41.5224 54.5803 46.3503 54.5803 48.8697C54.5803 49.4993 54.5249 49.9826 54.4237 50.2481C54.255 50.6573 53.7636 51.05 53.0851 51.3773C51.4433 51.7815 49.7272 52 47.9595 52C47.7723 52 47.5882 51.9909 47.4034 51.9854C46.689 51.7825 46.1521 51.4438 45.8678 50.9808C45.0094 49.5836 44.9577 46.4704 44.9405 42.8325L44.9385 42.4105L44.9316 41.3201C44.9036 37.4688 44.8796 34.1482 46.2789 32.9565C46.8208 32.4982 47.5908 32.3465 48.6364 32.5111ZM40.4414 40.896C41.2559 40.8502 41.7797 44.8566 41.885 47.8946C41.9588 50.0097 41.7367 50.8798 41.382 51.1922C40.9806 51.0582 40.586 50.9131 40.1973 50.7556C39.9379 50.2843 39.7397 49.543 39.6137 48.572C39.2293 45.5206 39.5633 40.9498 40.4414 40.896ZM60.8619 46.8831C60.8111 47.1613 60.7395 47.3763 60.6511 47.5577C59.9547 48.1166 59.2227 48.6296 58.4568 49.0912C58.2128 49.1323 57.9961 49.1037 57.8901 48.9247C56.8749 47.1409 56.4939 41.5449 57.4763 41.0578C58.7572 40.4391 61.0518 45.9156 60.8619 46.8831ZM47.6563 10C59.0931 10 68.3936 19.0571 68.65 30.3271L68.6553 30.7166V30.8967C68.6343 35.9875 66.7608 40.645 63.6743 44.25C63.5624 44.1938 63.3582 44.0099 62.9882 43.4564C62.6053 42.9 59.3036 37.8188 59.3036 31.995C59.3036 30.8521 60.951 29.0667 62.4088 27.4996C63.4986 26.3203 64.5309 25.2079 64.911 24.3337C65.3952 23.2056 65.0564 22.4179 64.5206 22.1509C64.0357 21.9136 63.3076 22.0867 62.7967 22.9941C61.9582 24.4628 61.6896 24.7373 60.4666 25.7199C59.2632 26.7021 57.3499 27.6908 57.3499 26.411C57.3499 25.7199 58.4155 24.1549 58.942 23.0579C59.4796 21.9487 58.9001 21.1457 57.79 21.1457C55.6101 21.1457 54.163 23.9226 54.163 24.8847C54.163 25.8459 54.6294 25.9828 54.6294 27.1023C54.6294 28.2301 52.2376 29.693 49.9846 29.693C47.8154 29.693 46.5575 29.254 46.0363 28.0171L45.9698 27.8434L45.8191 27.3977C45.2846 25.8357 44.9013 24.7029 44.2338 23.519C43.8795 22.893 43.3327 22.4589 42.8598 22.077C42.2417 21.597 41.9211 21.155 41.8542 20.8253C41.7925 20.4982 41.7593 19.8819 42.8158 18.461C43.8702 17.0483 44.0179 15.9811 43.4903 15.4304C43.2991 15.2345 42.9731 15.109 42.5544 15.109C41.8139 15.109 40.7849 15.5013 39.7244 16.5791C38.076 18.2682 39.0118 19.872 39.0118 20.576C39.0118 21.2795 38.7098 21.6775 37.7206 22.6347C36.7241 23.5961 36.3802 24.4203 36.2662 27.7331C36.2225 29.44 35.9219 30.4225 35.6521 31.2937C35.4189 32.0574 35.2045 32.7753 35.1929 33.8126C35.1744 34.962 35.3657 35.7028 35.589 36.5575C35.8082 37.3475 36.0411 38.2527 36.1903 39.767C36.4275 42.111 36.345 44.091 35.9136 46.1147L35.7985 46.6218L35.7716 46.7675C35.6833 47.1231 35.5783 47.5551 35.4363 47.7169C30.1213 43.9418 26.6553 37.7764 26.6553 30.8072C26.6553 19.3167 36.0574 10 47.6563 10Z" fill="#BDC7CE"/>
|
|
8
|
+
<path class="group-hover:fill-[#000] dark:group-hover:fill-[#fff]" d="M127.09 27.3829C128.651 27.3829 129.865 27.9623 130.732 29.1211C131.599 30.28 132.032 31.873 132.032 33.8999V34.0885C132.032 36.0684 131.589 37.6495 130.703 38.832C129.816 40.0144 128.62 40.6056 127.113 40.6056C125.95 40.6056 124.994 40.1774 124.244 39.3211V45.7551H120.298V27.6186H123.986L124.104 28.7971C124.861 27.8543 125.856 27.3829 127.09 27.3829ZM99.5704 27.3829C101.186 27.3829 102.463 27.7796 103.4 28.5731C104.337 29.3667 104.817 30.4549 104.84 31.8376V37.4826C104.856 38.6533 105.035 39.5489 105.379 40.1695V40.3699H101.432C101.292 40.1106 101.167 39.7296 101.058 39.2268C100.332 40.146 99.3166 40.6056 98.0128 40.6056C96.8183 40.6056 95.8034 40.2422 94.968 39.5155C94.1326 38.7888 93.7149 37.8754 93.7149 36.7754C93.7149 35.3927 94.2224 34.3478 95.2374 33.6407C96.2523 32.9336 97.7279 32.58 99.664 32.58H100.882V31.9083C100.882 30.7377 100.378 30.1523 99.3713 30.1523C98.4344 30.1523 97.966 30.6159 97.966 31.5429H94.0194C94.0194 30.3094 94.5405 29.3078 95.5829 28.5378C96.625 27.7679 97.9543 27.3829 99.5704 27.3829ZM112.417 27.3829C114.087 27.3829 115.43 27.7639 116.445 28.526C117.46 29.2882 117.968 30.2898 117.968 31.5311H114.009C114.009 30.5099 113.475 29.9992 112.405 29.9992C111.991 29.9992 111.644 30.115 111.363 30.3468C111.082 30.5786 110.941 30.8673 110.941 31.213C110.941 31.5666 111.113 31.8533 111.456 32.0733C111.8 32.2933 112.348 32.474 113.102 32.6154C113.855 32.7569 114.517 32.9258 115.087 33.1221C116.992 33.7821 117.944 34.9645 117.944 36.6694C117.944 37.8322 117.431 38.7789 116.404 39.5096C115.377 40.2402 114.048 40.6056 112.417 40.6056C111.331 40.6056 110.363 40.4092 109.512 40.0163C108.661 39.6235 107.998 39.0892 107.521 38.4136C107.045 37.7379 106.807 37.0269 106.807 36.2806H110.496C110.512 36.8697 110.707 37.2999 111.082 37.571C111.456 37.842 111.936 37.9775 112.522 37.9775C113.061 37.9775 113.465 37.8675 113.734 37.6476C114.004 37.4275 114.138 37.1408 114.138 36.7872C114.138 36.4495 113.963 36.1783 113.611 35.9741C113.26 35.7699 112.592 35.5577 111.609 35.3377C110.625 35.1178 109.813 34.829 109.173 34.4715C108.533 34.1141 108.045 33.68 107.709 33.1693C107.373 32.6586 107.205 32.0733 107.205 31.4133C107.205 30.2427 107.686 29.2783 108.646 28.5201C109.606 27.762 110.863 27.3829 112.417 27.3829ZM82.7658 22.2456V30.7769L88.3514 22.2456H93.4339L87.1925 30.8005L92.9542 40.3699H88.0825L84.4522 33.9825L82.7658 35.8445V40.3699H78.6553V22.2456H82.7658ZM138.414 27.6186V40.3699H134.455V27.6186H138.414ZM173.216 27.6186V29.7634L167.572 37.3058H173.345V40.3699H162.583V38.1543L168.204 30.6827H161.582L164.22 27.6186H173.216ZM143.705 36.2567C144.785 36.2567 145.659 37.1403 145.659 38.2304C145.659 39.3204 144.785 40.2042 143.705 40.2042C142.626 40.2042 141.751 39.3204 141.751 38.2304C141.751 37.1403 142.626 36.2567 143.705 36.2567ZM152.871 22.2451V31.7685L153.269 31.2433L156.252 27.5553H160.995L156.546 32.7488L161.289 40.1831H156.757L153.986 35.4797L152.871 36.5885V40.1831H148.913V22.2451H152.871ZM100.882 34.7014H99.7343C98.3602 34.7014 97.6732 35.322 97.6732 36.5634C97.6732 36.9248 97.7942 37.2174 98.0362 37.4414C98.2783 37.6653 98.5866 37.7772 98.9614 37.7772C99.4532 37.7772 99.8612 37.6711 100.185 37.4591C100.509 37.2469 100.741 37.0073 100.882 36.7401V34.7014ZM126.118 30.447C125.181 30.447 124.556 30.7848 124.244 31.4604V36.4809C124.588 37.1879 125.22 37.5415 126.141 37.5415C127.398 37.5415 128.046 36.4495 128.085 34.2653V33.841C128.085 31.5784 127.43 30.447 126.118 30.447ZM136.488 22.2451C137.567 22.2451 138.442 23.1708 138.442 24.3128C138.442 25.4548 137.567 26.3805 136.488 26.3805C135.409 26.3805 134.534 25.4548 134.534 24.3128C134.534 23.1708 135.409 22.2451 136.488 22.2451Z" fill="#BDC7CE"/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
11
|
+
|
|
12
|
+
<style scoped>
|
|
13
|
+
|
|
14
|
+
</style>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="200" height="62" viewBox="0 0 200 62" fill="none" xmlns="https://www.w3.org/2000/svg" class="group">
|
|
7
|
+
<path class="group-hover:fill-[#000000] dark:group-hover:fill-[#FFFFFF] " d="M75.3816 29.75C75.3816 35.9633 64.1034 41 50.1909 41C36.2784 41 25 35.9633 25 29.75V22.25C25 21.5625 25.4408 20.9999 26.2595 21C26.7434 21.0001 27.699 21.5328 28.617 22.0447C29.1326 22.3322 29.6364 22.6131 30.0382 22.7893C35.4989 25.1842 42.525 26.625 50.1909 26.625C57.8568 26.625 64.8827 25.1842 70.3435 22.7893C70.9751 22.5122 71.588 22.1685 72.144 21.8565C72.9697 21.3932 73.6705 21 74.1221 21C74.9409 21 75.3816 21.5625 75.3816 22.25V29.75ZM165.13 36.5465L160.938 30.9943L165.019 25.4419H161.095L157.731 30.3057V21H154.368V36.5465H157.731V31.6383L161.319 36.5465H165.13ZM94.7634 26.5967C95.3913 25.7084 96.4226 25.1309 98.0146 25.1309C100.593 25.1309 102.275 26.9521 102.275 29.7283V36.5465H98.9115V30.017C98.9115 28.9065 98.3734 28.1958 97.2971 28.1958C96.176 28.1958 95.5481 28.9731 95.5481 30.2835V36.5465H92.1847V30.017C92.1847 28.9065 91.6466 28.1958 90.5704 28.1958C89.4492 28.1958 88.8214 28.9731 88.8214 30.2835V36.5465H85.458V25.4419H88.8214V26.4635C89.3371 25.7084 90.3238 25.1309 91.826 25.1309C93.1489 25.1309 94.1355 25.664 94.7634 26.5967ZM109.311 32.2379L111.418 25.4419H115.006L111.172 36.2134C109.916 39.7446 107.92 41.1439 104.781 40.9884V37.8791C106.351 37.8791 107.091 37.3905 107.584 36.0358L103.122 25.4419H106.822L109.311 32.2379ZM121.189 36.8575C123.386 36.8575 125.292 35.7248 126.256 33.9925L123.319 32.3268C122.96 33.1041 122.13 33.5705 121.144 33.5705C119.686 33.5705 118.61 32.5266 118.61 30.9943C118.61 29.4618 119.686 28.4179 121.144 28.4179C122.13 28.4179 122.938 28.8844 123.319 29.6616L126.256 27.9737C125.292 26.2636 123.364 25.1309 121.189 25.1309C117.78 25.1309 115.247 27.685 115.247 30.9943C115.247 34.3034 117.78 36.8575 121.189 36.8575ZM135.53 26.4857V25.4419H138.894V36.5465H135.53V35.5027C134.79 36.3466 133.691 36.8575 132.189 36.8575C129.252 36.8575 126.83 34.3034 126.83 30.9943C126.83 27.685 129.252 25.1309 132.189 25.1309C133.691 25.1309 134.79 25.6417 135.53 26.4857ZM130.193 30.9943C130.193 32.6599 131.315 33.7038 132.862 33.7038C134.409 33.7038 135.53 32.6599 135.53 30.9943C135.53 29.3285 134.409 28.2847 132.862 28.2847C131.315 28.2847 130.193 29.3285 130.193 30.9943ZM144.724 27.4185V25.4419H141.361V36.5465H144.724V31.5272C144.724 29.3285 146.698 28.7733 148.088 28.9954V25.2198C146.675 25.2198 145.173 25.9305 144.724 27.4185ZM152.12 34.7476C152.12 35.9025 151.155 36.8575 149.989 36.8575C148.824 36.8575 147.859 35.9025 147.859 34.7476C147.859 33.5928 148.824 32.6377 149.989 32.6377C151.155 32.6377 152.12 33.5928 152.12 34.7476ZM174.776 27.6628L170.538 33.4372H175V36.5465H166.031V34.3256L170.269 28.5511H166.255V25.4419H174.776V27.6628Z" fill="#BDC7CE"/>
|
|
8
|
+
</svg>
|
|
9
|
+
</template>
|
|
10
|
+
|
|
11
|
+
<style scoped>
|
|
12
|
+
|
|
13
|
+
</style>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="200" height="62" viewBox="0 0 200 62" fill="none" xmlns="https://www.w3.org/2000/svg" class="group">
|
|
7
|
+
<path class="group-hover:fill-[#846D41]" d="M42.5587 30.7173L34.667 30.8673V29.9151L42.5604 30.1083C42.557 30.2273 42.557 30.3447 42.557 30.4619C42.557 30.5483 42.5587 30.6345 42.5587 30.7173ZM56.2601 16.3656L56.0669 8.74805H57.0312L56.8829 16.3656C56.7724 16.3621 56.6603 16.3621 56.5482 16.3621C56.4533 16.3621 56.355 16.3638 56.2601 16.3656ZM70.5377 30.1083L78.4311 29.9151V30.8673L70.5394 30.7189C70.5412 30.6345 70.5429 30.5499 70.5429 30.4637C70.5429 30.3447 70.5429 30.2273 70.5377 30.1083ZM42.657 32.1559L34.836 33.1149L34.736 32.1662L42.5984 31.5487C42.6122 31.7523 42.6329 31.9541 42.657 32.1559ZM54.7853 16.4724L53.7952 8.9171L54.7526 8.81706L55.4062 16.4086C55.1993 16.4276 54.9923 16.4466 54.7853 16.4724ZM70.4291 28.6714L78.2621 27.6675L78.3622 28.6145L70.4929 29.2769C70.4756 29.0751 70.4566 28.875 70.4291 28.6714ZM42.8985 33.579L35.2397 35.3332L35.0396 34.4018L42.7795 32.9822C42.814 33.1822 42.8554 33.3806 42.8985 33.579ZM53.3346 16.7364L51.551 9.31556L52.4946 9.11892L53.9435 16.6087C53.74 16.645 53.5347 16.6898 53.3346 16.7364ZM70.1772 27.2518L77.8585 25.4475L78.0568 26.3807L70.3014 27.8503C70.2651 27.6503 70.2237 27.4519 70.1772 27.2518ZM43.2867 34.9727L35.8745 37.4998L35.5795 36.5925L43.1073 34.3897C43.1625 34.5846 43.2211 34.7795 43.2867 34.9727ZM51.9201 17.1539L49.3637 9.94345L50.2797 9.65021L52.5117 16.9589C52.3117 17.0192 52.1151 17.0848 51.9201 17.1539ZM69.7821 25.8649L77.2237 23.2826L77.5204 24.1899L69.9667 26.448C69.9081 26.2531 69.8477 26.0599 69.7821 25.8649ZM43.818 36.3234L36.7335 39.5853L36.3419 38.7142L43.5747 35.761C43.6541 35.9491 43.7334 36.1371 43.818 36.3234ZM50.5608 17.7145L47.2524 10.7939L48.1338 10.4092L51.1283 17.4608C50.9369 17.5419 50.7472 17.6265 50.5608 17.7145ZM69.244 24.5264L76.3647 21.1972L76.7527 22.0682L69.4855 25.0835C69.4096 24.8955 69.3302 24.711 69.244 24.5264ZM44.4872 37.6137L37.8082 41.5724L37.3286 40.7462L44.1871 37.0738C44.2837 37.2566 44.3837 37.4378 44.4872 37.6137ZM49.2706 18.4182L45.2428 11.8547L46.0794 11.3821L49.8071 18.1042C49.6242 18.2061 49.4466 18.3096 49.2706 18.4182ZM68.5713 23.2429L75.29 19.2083L75.7712 20.0345L68.8731 23.7777C68.7748 23.5966 68.6747 23.4189 68.5713 23.2429ZM64.6711 42.0193L64.6383 41.971C64.8074 41.8502 64.9747 41.7242 65.1368 41.5966L65.4577 42.0193H64.6711ZM45.2876 38.8332L40.9994 42.0193H39.4814L44.934 38.3278C45.0461 38.4986 45.1651 38.6677 45.2876 38.8332ZM48.0649 19.2514L43.3539 13.1208L44.1371 12.5637L48.565 18.8839C48.396 19.003 48.2287 19.1238 48.0649 19.2514ZM67.7692 22.0354L74.0135 17.3418L74.5776 18.1146L68.1244 22.5357C68.0089 22.3667 67.8916 22.1994 67.7692 22.0354ZM66.6204 42.0193L65.7906 41.0515C65.9458 40.9135 66.0977 40.7738 66.246 40.6289L67.5501 42.0193H66.6204ZM46.2122 39.9665L43.9784 42.0193H42.8088L45.8068 39.499C45.9379 39.6595 46.0725 39.8147 46.2122 39.9665ZM46.9556 20.1984L41.61 14.5698L42.3293 13.935L47.4128 19.7827C47.2558 19.919 47.1058 20.0569 46.9556 20.1984ZM66.8446 20.9143L72.5473 15.6169L73.1873 16.3275L67.2481 21.3765C67.1171 21.2196 66.9825 21.0643 66.8446 20.9143ZM68.9524 42.0193L66.836 40.0235C66.974 39.8699 67.1102 39.7146 67.243 39.5577L70.0927 42.021H68.9524V42.0193ZM47.254 41.0032L46.3554 42.0193H45.4101L46.8004 40.5789C46.9487 40.7238 47.0989 40.8652 47.254 41.0032ZM45.9517 21.2541L40.0282 16.1913L40.6751 15.4875L46.3622 20.7969C46.2226 20.9471 46.0846 21.0988 45.9517 21.2541ZM65.8061 19.8896L70.9068 14.0506L71.6193 14.6923L66.2581 20.3088C66.1115 20.1674 65.9597 20.0259 65.8061 19.8896ZM71.8573 42.0193L67.7692 38.8937C67.8899 38.728 68.0107 38.5589 68.1262 38.3899L73.3339 42.0193H71.8573ZM48.4012 41.9296L48.3357 42.0193H47.5387L47.9043 41.5518C48.0649 41.6812 48.2322 41.8053 48.4012 41.9296ZM45.0651 22.4063L38.6241 17.968L39.1933 17.1987L45.4239 21.9078C45.3014 22.0717 45.1807 22.2373 45.0651 22.4063ZM64.666 18.9754L69.1129 12.6637L69.8891 13.2278L65.161 19.348C64.9988 19.2204 64.8333 19.0944 64.666 18.9754ZM75.1969 41.726L68.5764 37.6758C68.6816 37.4998 68.7817 37.3204 68.8783 37.1393L75.6833 40.9032L75.1969 41.726ZM44.3027 23.638L37.4149 19.8793L37.9013 19.0565L44.6097 23.1084C44.5028 23.2826 44.401 23.4585 44.3027 23.638ZM63.4308 18.1836L67.1792 11.4683L68.0107 11.9496L63.9639 18.5028C63.7879 18.3924 63.6102 18.2872 63.4308 18.1836ZM76.287 39.7492L69.2508 36.3872C69.3354 36.2026 69.4165 36.0147 69.4941 35.8266L76.6855 38.8798L76.287 39.7492ZM43.6731 24.9386L36.4144 21.9044L36.8111 21.035L43.9214 24.3815C43.8335 24.5643 43.7507 24.7506 43.6731 24.9386ZM62.1182 17.5246L65.1299 10.4765L66.008 10.8715L62.6822 17.7869C62.4976 17.6937 62.3096 17.6075 62.1182 17.5246ZM77.1633 37.6671L69.7874 35.04C69.8528 34.8468 69.9133 34.6536 69.9702 34.4569L77.4652 36.7616L77.1633 37.6671ZM43.178 26.2945L35.6312 24.0175L35.9366 23.1136L43.3695 25.7149C43.3005 25.9081 43.2366 26.1013 43.178 26.2945ZM60.7399 17.0072L62.991 9.70369L63.9052 10.0056L61.3299 17.2091C61.1349 17.1349 60.9382 17.0675 60.7399 17.0072ZM77.8171 35.5075L70.1841 33.648C70.229 33.4513 70.2704 33.2512 70.3066 33.0494L78.0241 34.5777L77.8171 35.5075ZM42.8261 27.6934L35.0758 26.2065L35.2828 25.2749L42.9589 27.0983C42.9106 27.2949 42.8675 27.495 42.8261 27.6934ZM59.3133 16.6381L60.7831 9.15342L61.7232 9.35869L59.9223 16.7761C59.7205 16.7261 59.5169 16.6795 59.3133 16.6381ZM78.2397 33.2926L70.4324 32.2266C70.4583 32.0248 70.4791 31.823 70.4946 31.6194L78.3484 32.3456L78.2397 33.2926ZM42.6191 29.1199L34.7515 28.4368L34.8585 27.4898L42.6881 28.5128C42.6639 28.7162 42.6381 28.9181 42.6191 29.1199ZM57.8523 16.4241L58.525 8.83257L59.4841 8.93952L58.4715 16.4949C58.2663 16.4655 58.0592 16.4431 57.8523 16.4241Z" fill="#BDC7CE"/>
|
|
8
|
+
<path class="group-hover:fill-[#846D41]" d="M66.4774 20.398C67.5676 20.5706 68.4974 21.1208 69.327 21.8643L70.2206 22.6611L69.327 23.4581C68.4957 24.1999 67.5658 24.7536 66.4774 24.9244V26.708C66.4774 27.3514 66.9121 28.3777 67.1277 29.0005C67.5952 30.3562 68.004 31.9794 66.612 32.9627L53.3988 42.3224L53.3452 41.5634C53.1573 38.8932 53.8627 38.1911 54.5648 35.8297C54.6717 35.4725 54.3785 34.7135 54.256 34.3703C53.9128 33.4215 53.5833 32.5211 53.5833 31.4948V28.5278L47.7184 32.6867L47.1233 31.7C43.8821 26.3284 43.8821 18.994 47.1233 13.6224L47.7184 12.6391L53.5833 16.7963V13.8294C53.5833 12.8047 53.9128 11.9043 54.256 10.9538C54.3785 10.6123 54.6717 9.85158 54.5648 9.49451C53.8627 7.1313 53.159 6.43096 53.3452 3.75899L53.4005 3L66.6137 12.3597C66.9966 12.6305 67.283 12.9841 67.4382 13.4309C67.7608 14.352 67.4348 15.437 67.1295 16.3219C66.9139 16.9447 66.4792 17.971 66.4792 18.6144V20.398H66.4774Z" fill="#BDC7CE"/>
|
|
9
|
+
<path class="group-hover:fill-[#fff]" d="M66.0509 20.779C67.1928 20.8567 68.157 21.3913 69.0437 22.1814L69.5801 22.6593L69.0437 23.137C68.1588 23.9288 67.1928 24.4618 66.0509 24.5377V26.7042C66.0509 28.3517 68.2951 31.2755 66.3648 32.6106L53.7709 41.5287C53.5828 38.8274 54.2504 38.3875 54.9749 35.9449C55.1215 35.4533 54.8247 34.6822 54.6574 34.22C54.3348 33.3247 54.0106 32.4588 54.0106 31.4893V27.6961L47.8472 32.0655L47.4902 31.4738C44.3301 26.2385 44.3301 19.0731 47.4902 13.836L47.8472 13.2444L54.0106 17.6154V13.8274C54.0106 12.858 54.3348 11.992 54.6574 11.0968C54.8247 10.6345 55.1215 9.86342 54.9749 9.37008C54.2504 6.93098 53.5828 6.48939 53.7709 3.78809L66.3648 12.7062C68.2951 14.0413 66.0509 16.9651 66.0509 18.6125V20.779Z" fill="white"/>
|
|
10
|
+
<path class="group-hover:fill-[#123258]" d="M54.6528 13.828C54.6528 12.0513 55.9655 10.4505 55.5911 9.18959C55.1548 7.71646 54.5216 6.72115 54.3095 5.14453L66.003 13.2364C67.4106 14.2092 65.4114 16.9243 65.4114 18.6148V21.4282C66.7086 21.3126 67.7194 21.8577 68.6181 22.6633C67.7194 23.4671 66.7069 24.0122 65.4114 23.8967V26.7101C65.4114 28.4006 67.4106 31.1139 66.003 32.0903L54.3095 40.1803C54.5234 38.602 55.1548 37.6068 55.5911 36.1336C55.9655 34.8727 54.6528 33.2719 54.6528 31.4969V26.46L48.0409 31.1484C45.0033 26.115 45.0033 19.2064 48.0409 14.173L54.6528 18.8632V13.828Z" fill="#BDC7CE"/>
|
|
11
|
+
<path class="group-hover:fill-[#fff]" d="M63.3791 12.5789C60.8608 11.2058 58.463 9.74302 56.4172 7.80762C56.8864 10.0069 57.9869 11.7267 59.7774 13.1636C60.1345 13.45 59.9775 13.9968 59.291 13.8933C57.8575 13.6794 57.6678 12.465 56.1274 12.189V18.6146C57.6696 18.3368 57.8575 17.1259 59.291 16.9103C59.9758 16.8068 60.1345 17.3536 59.7774 17.6399C58.0335 19.0389 56.9433 20.7086 56.4568 22.8269L56.4189 22.7907L56.4431 22.8925L56.4189 22.9942L56.4568 22.9597C56.9451 25.0798 58.0335 26.746 59.7774 28.1467C60.1345 28.4331 59.9758 28.9799 59.291 28.8763C57.8575 28.6625 57.6678 27.4499 56.1274 27.1738V33.5993C57.6696 33.3233 57.8575 32.1089 59.291 31.8933C59.9758 31.7916 60.1345 32.3384 59.7774 32.623C57.9869 34.06 56.8881 35.7797 56.4172 37.979C58.463 36.0454 60.8608 34.5826 63.3791 33.2094C63.9795 32.88 63.9915 32.3539 63.2947 31.8002C63.1135 31.6553 63.06 31.3776 63.3447 31.3137C64.1623 31.1258 64.5642 30.8152 64.8886 30.3858C64.5642 29.9597 64.1623 29.6474 63.3447 29.4577C63.0618 29.3921 63.1135 29.1145 63.2947 28.9696C63.9915 28.4175 63.9811 27.8897 63.3791 27.562C60.9038 26.2131 58.5492 24.7778 56.5259 22.8925C58.5475 21.0106 60.9038 19.5736 63.3791 18.2247C63.9795 17.8969 63.9915 17.3674 63.2947 16.8171C63.1135 16.6722 63.06 16.3928 63.3447 16.3289C64.1623 16.1409 64.5642 15.8304 64.8886 15.4026C64.5642 14.9748 64.1623 14.6644 63.3447 14.4746C63.0618 14.4091 63.1135 14.1331 63.2947 13.9864C63.9915 13.4362 63.9795 12.9066 63.3791 12.5789ZM63.4482 21.9127C63.8708 21.3952 64.1916 20.7518 64.1847 20.0342L59.2358 22.8597L64.1847 25.6887C64.1916 24.9693 63.8708 24.3276 63.4482 23.8084C64.0209 23.5617 64.5452 23.2392 65.0317 22.8597C64.5452 22.4819 64.0209 22.1594 63.4482 21.9127ZM54.6145 20.0704C52.0962 18.6973 49.6984 17.2345 47.6526 15.3026C48.1201 17.4985 49.2223 19.22 51.0112 20.6552C51.3682 20.9432 51.206 21.5177 50.5247 21.3866C49.0912 21.1089 48.2667 19.8289 46.7246 19.6823V26.1078C48.2667 25.9767 49.0912 24.6709 50.5247 24.4036C51.206 24.2776 51.3682 24.8469 51.0112 25.1332C49.2223 26.5701 48.1218 28.2898 47.6526 30.4875C49.6967 28.5539 52.0944 27.0927 54.6145 25.7162C55.2149 25.3885 55.2253 24.8607 54.5283 24.3087C54.3473 24.1638 54.2937 23.886 54.5784 23.8222C55.396 23.6325 55.7996 23.3219 56.124 22.8941C55.7996 22.4681 55.396 22.1576 54.5784 21.9679C54.2955 21.9024 54.3473 21.6246 54.5283 21.4814C55.2269 20.926 55.2149 20.3982 54.6145 20.0704Z" fill="white"/>
|
|
12
|
+
<path class="group-hover:fill-[#123258]" d="M65.0786 50.3068C69.41 48.9924 72.3683 46.3066 74.5659 42.9688H69.2719C68.6113 44.6006 67.2296 45.1077 65.2459 44.68C65.7789 46.0979 65.6857 48.5266 63.5899 49.0925C60.7679 49.8549 59.2551 47.3623 60.5557 46.0582C61.4217 47.7245 62.9086 46.8345 63.0673 45.7287C63.2605 44.3832 60.566 43.545 59.3552 44.9577C58.1494 46.3618 57.8388 49.246 61.2181 50.7967C63.3001 51.7541 64.7629 52.4337 65.5771 54.3329C65.96 53.4134 66.0808 51.5591 65.0786 50.3068ZM53.994 52.2923H59.0671C57.7613 51.5505 57.2213 50.8105 56.5296 49.5892C55.8396 50.8087 55.3015 51.5505 53.994 52.2923ZM54.7098 42.9688H58.3512C57.4128 43.4845 57.0264 44.0003 56.5296 44.8456C56.0346 44.0021 55.6482 43.4863 54.7098 42.9688ZM48.1463 50.3068C43.8149 48.9924 40.8548 46.3066 38.6572 42.9688H43.9529C44.6118 44.6006 45.9952 45.1077 47.979 44.68C47.4459 46.0979 47.5374 48.5266 49.635 49.0925C52.457 49.8549 53.9698 47.3623 52.6691 46.0582C51.805 47.7245 50.3163 46.8345 50.1576 45.7287C49.9644 44.3832 52.6588 43.545 53.8697 44.9577C55.0755 46.3618 55.3859 49.246 52.0085 50.7967C49.9265 51.7541 48.4636 52.4337 47.6495 54.3329C47.2631 53.4134 47.1424 51.5591 48.1463 50.3068Z" fill="#BDC7CE"/>
|
|
13
|
+
<path class="group-hover:fill-[#846D41]" d="M83.1337 19.5098H149.024V20.1238H83.1337V19.5098ZM83.1337 34.2668H149.024V34.8809H83.1337V34.2668ZM83.4252 30.5633C83.4011 30.8013 83.3752 31.0049 83.3475 31.1826C83.3286 31.3326 83.2992 31.4809 83.2613 31.6258C83.2372 31.7483 83.1957 31.8967 83.1406 32.0727C83.0734 32.2796 83.0043 32.485 82.9336 32.6902L83.5719 32.9851C83.7392 33.0662 83.9151 33.13 84.0962 33.1783C84.2825 33.2284 84.4739 33.2749 84.6706 33.3129C84.8827 33.3542 85.095 33.3836 85.3037 33.4009C85.5124 33.4198 85.7177 33.4284 85.9143 33.4284C86.5371 33.4284 87.0942 33.344 87.591 33.1732C88.0878 33.0059 88.5259 32.7575 88.9123 32.4297C89.3367 32.0433 89.6592 31.6138 89.8783 31.1394C90.0956 30.6616 90.2044 30.1373 90.2044 29.5646C90.2044 29.3765 90.1905 29.1954 90.1663 29.0195C90.1388 28.8383 90.0974 28.6589 90.0405 28.4829C89.9818 28.295 89.9146 28.1207 89.8317 27.9569C89.7524 27.7965 89.6644 27.6481 89.5661 27.5171C89.378 27.2789 89.0986 27.0357 88.7277 26.7822C88.3535 26.532 87.8877 26.2613 87.3219 25.9783C87.0804 25.8525 86.8406 25.7265 86.6009 25.5971C86.3887 25.4798 86.1817 25.3573 85.9781 25.2262C85.6832 25.0382 85.4623 24.8243 85.3158 24.5811C85.1674 24.3414 85.0932 24.0705 85.0932 23.7687C85.0846 23.5306 85.1295 23.3185 85.2226 23.127C85.3158 22.9354 85.4537 22.7699 85.6331 22.6232C85.7988 22.4836 85.9781 22.3835 86.18 22.3232C86.3818 22.261 86.6078 22.2282 86.863 22.23C87.0839 22.23 87.2995 22.2559 87.5065 22.3162C87.7134 22.3766 87.9101 22.4663 88.0912 22.5888C88.2223 22.6629 88.35 22.7905 88.4725 22.97C88.595 23.1512 88.7122 23.3701 88.8261 23.6358H89.1365C89.1952 23.4323 89.2418 23.2511 89.2745 23.0994C89.3108 22.9424 89.3419 22.8164 89.366 22.7198L89.6765 21.9178L89.2504 21.6556C88.902 21.4797 88.5329 21.345 88.1534 21.2571C87.7739 21.1726 87.3753 21.1312 86.9579 21.1312C86.4163 21.1398 85.9229 21.2157 85.4727 21.3641C85.026 21.5107 84.6257 21.7297 84.2721 22.0161C84.0514 22.1938 83.8617 22.3852 83.7046 22.5888C83.5477 22.794 83.4183 23.02 83.3217 23.2598C83.2338 23.472 83.1647 23.7031 83.1147 23.9566C83.0664 24.2292 83.0422 24.5052 83.044 24.7812C83.044 25.0106 83.0612 25.2332 83.0923 25.4419C83.1217 25.6454 83.1665 25.8455 83.2251 26.0422C83.4873 26.7787 84.0445 27.3859 84.8949 27.8603L85.9764 28.4485C86.1817 28.5554 86.38 28.6624 86.5767 28.7727C86.7682 28.8762 86.9563 28.9883 87.1391 29.1057C87.4754 29.3196 87.7289 29.5473 87.898 29.7957C88.0705 30.0423 88.1534 30.308 88.1534 30.5961C88.1534 30.8583 88.0998 31.1032 87.9877 31.3291C87.8791 31.5534 87.7204 31.757 87.5168 31.9381C87.3529 32.0692 87.1495 32.1675 86.908 32.2331C86.6647 32.2986 86.3853 32.3314 86.0765 32.3314C85.5279 32.3383 85.0657 32.1968 84.6897 31.9036C84.317 31.6087 84.0306 31.1601 83.8323 30.5633H83.4252ZM90.9081 31.9709L90.2853 33.2146L91.2186 33.1836L92.1018 33.2146L92.4468 32.0192C92.5279 31.7673 92.609 31.5137 92.6917 31.2636C92.771 31.0238 92.8521 30.7823 92.9385 30.5443L93.2161 29.8078L94.0993 29.7095C94.2391 29.6939 94.4012 29.6853 94.5892 29.6801C94.7772 29.6767 94.9911 29.6767 95.2292 29.6767C95.469 29.6767 95.6863 29.6801 95.8829 29.6887C96.0813 29.6939 96.252 29.7026 96.39 29.7095L97.3077 29.8078L97.5527 30.5616L98.0943 32.0519L98.4377 33.2128L99.8797 33.1818L101.534 33.2128L100.911 31.9364C99.9124 29.8078 98.8964 27.3842 97.8649 24.6656L97.0645 22.4922L96.6384 21.3278L95.8864 21.3778L95.2809 21.3278L94.8703 22.4922L94.02 24.7001C93.4714 26.0681 92.9401 27.3531 92.4192 28.5624C91.9328 29.706 91.429 30.8428 90.9081 31.9709ZM93.7423 28.4502L94.02 27.7792L94.8548 25.6679L95.2654 24.6846L95.6569 25.6679L96.509 27.7792L96.7868 28.4502L96.2296 28.5312C96.1002 28.5485 95.9622 28.5571 95.8208 28.5589C95.6777 28.564 95.5259 28.564 95.362 28.564C94.986 28.564 94.641 28.5485 94.3304 28.5157L93.7423 28.4502ZM103.107 33.1836L103.942 33.2146L103.975 32.1675C103.992 31.7725 104.02 31.3326 104.059 30.841C104.099 30.3511 104.147 29.8094 104.204 29.2196L104.466 26.8287L104.63 25.4384L105.319 26.7804L106.202 28.6158L107.281 30.8583C107.438 31.186 107.577 31.4775 107.701 31.7346C107.809 31.9588 107.916 32.1865 108.02 32.4141L108.346 33.2163L108.691 33.1852L109.051 33.2163L109.593 31.9243C109.781 31.4896 109.976 31.0566 110.178 30.6272C110.447 30.0493 110.726 29.4783 111.018 28.9108L112.082 26.8477L112.786 25.3884L112.917 26.7977L113.195 29.173C113.212 29.3541 113.241 29.6887 113.281 30.1821C113.319 30.6788 113.367 31.3344 113.424 32.1537L113.49 33.218L115.011 33.1869L116.388 33.218L116.108 31.6966C115.975 30.9653 115.853 30.2321 115.742 29.4972C115.62 28.7003 115.503 27.8413 115.389 26.9167C115.273 26.0732 115.177 25.2901 115.09 24.5621C115.011 23.8359 114.937 23.1563 114.882 22.5284L114.751 21.333L114.08 21.3831L113.391 21.333L112.884 22.5612C112.715 22.9372 112.508 23.3823 112.265 23.8981C111.987 24.4879 111.703 25.0728 111.409 25.654L110.002 28.3898L109.377 29.5352L108.756 28.3398C108.532 27.9172 108.311 27.4894 108.097 27.0616C107.861 26.5907 107.633 26.1164 107.413 25.6367L106.217 23.0994L105.431 21.3313L104.777 21.3813L104.057 21.3313L103.876 22.9027L103.369 26.865L103.074 28.9608C102.995 29.4386 102.917 29.9164 102.843 30.3943C102.76 30.9238 102.662 31.4982 102.55 32.121L102.338 33.218L103.107 33.1836ZM118.468 21.3778L117.143 21.3278L117.226 22.0489C117.242 22.2696 117.255 22.5335 117.264 22.8423C117.273 23.1477 117.274 23.4961 117.274 23.879V30.2873C117.266 30.6841 117.26 31.0808 117.257 31.4758C117.254 31.8053 117.248 32.0623 117.242 32.2486L117.143 33.2146L118.502 33.1836L119.91 33.2146L119.844 32.2659C119.812 31.7277 119.796 31.0721 119.796 30.3028L119.781 28.326V27.6394L120.222 28.326C120.476 28.7158 120.7 29.0747 120.892 29.3989C121.073 29.6973 121.247 29.9975 121.416 30.3028L122.513 32.2659L123.037 33.2146L124.528 33.1836L126.215 33.2146L125.526 32.2986C125.142 31.7449 124.738 31.1308 124.312 30.4581C123.859 29.7387 123.417 29.0125 122.989 28.2777L122.465 27.3445C122.827 27.2548 123.137 27.1634 123.393 27.0633C123.648 26.965 123.85 26.8615 123.988 26.7545C124.221 26.6062 124.426 26.4182 124.593 26.2008C124.761 25.9887 124.897 25.7437 125.004 25.4643C125.076 25.2797 125.126 25.0883 125.156 24.8933C125.187 24.7001 125.201 24.4983 125.201 24.2878C125.192 23.8135 125.102 23.3892 124.928 23.0183C124.755 22.644 124.497 22.3145 124.152 22.0299C123.865 21.8005 123.52 21.6245 123.117 21.5055C122.71 21.3847 122.244 21.3244 121.711 21.3244L120.17 21.3572L118.468 21.3778ZM119.779 26.9357V22.4404L120.4 22.3904C121.064 22.3904 121.563 22.556 121.895 22.8924C122.232 23.2287 122.397 23.7306 122.397 24.4017C122.39 24.7381 122.349 25.0451 122.268 25.3298C122.189 25.6161 122.063 25.8731 121.89 26.1025C121.685 26.3785 121.456 26.5872 121.202 26.7304C120.948 26.8684 120.671 26.9426 120.367 26.9495L119.779 26.9357ZM129.768 22.0644L129.816 21.3278L128.407 21.3778L127.032 21.3278L127.098 22.0144L127.146 23.2425L127.162 25.3711V28.188C127.162 28.6227 127.176 29.016 127.203 29.3645C127.229 29.7163 127.277 30.0217 127.341 30.2838C127.415 30.6358 127.538 30.96 127.714 31.2551C127.89 31.5534 128.119 31.8225 128.404 32.0674C128.895 32.5176 129.468 32.8541 130.122 33.0783C130.776 33.2974 131.509 33.4112 132.318 33.4112C132.671 33.4112 133.011 33.3905 133.341 33.3457C133.67 33.3026 133.996 33.2319 134.315 33.1335C134.66 33.0265 134.976 32.8955 135.266 32.7367C135.554 32.5781 135.823 32.3866 136.068 32.1675C136.452 31.838 136.761 31.4068 136.991 30.8703C137.22 30.3339 137.37 29.6871 137.443 28.9245C137.475 28.7124 137.501 28.3036 137.52 27.6999C137.537 27.0926 137.551 26.2957 137.56 25.3056L137.591 23.227L137.624 22.0627L137.689 21.3261L136.872 21.3761L135.971 21.3261L136.037 22.0782L136.068 23.2252L136.101 25.2884V27.4998C136.085 28.2104 136.028 28.8314 135.926 29.3541C135.83 29.8819 135.683 30.3166 135.495 30.6599C135.228 31.1585 134.872 31.5258 134.432 31.7707C133.993 32.014 133.465 32.133 132.842 32.133C132.256 32.1243 131.752 32.0261 131.336 31.8329C130.92 31.6397 130.582 31.3464 130.32 30.9531C130.201 30.7651 130.101 30.5685 130.02 30.3615C129.934 30.1303 129.875 29.8889 129.846 29.6439C129.787 29.3179 129.744 28.9746 129.711 28.621C129.68 28.2484 129.665 27.8741 129.665 27.4998L129.68 25.3867L129.73 23.2408L129.768 22.0644ZM141.277 21.3778L139.902 21.3278L139.952 22.261L139.985 23.5859L140.018 25.6161L140.001 29.0056L139.985 30.6926L139.952 32.183L139.902 33.2146L141.345 33.1836L142.669 33.2146L142.586 32.1675C142.562 31.945 142.547 31.7087 142.535 31.4551C142.526 31.1842 142.521 30.9135 142.521 30.6444V29.0056L142.536 27.8603L143.292 29.0056L144.339 30.6444C144.584 31.0118 144.794 31.336 144.967 31.6138C145.11 31.8398 145.252 32.0675 145.388 32.2986L145.912 33.2146L147.615 33.1836L149.269 33.2146L148.565 32.2814L147.354 30.5133L145.519 27.8448L144.52 26.2905L145.143 25.5523L146.78 23.7341L148.074 22.3421L149.072 21.3261L147.911 21.3761L146.814 21.3261L146.159 22.292C145.988 22.5457 145.776 22.832 145.524 23.1545C145.238 23.515 144.948 23.8722 144.653 24.224L143.556 25.5833L142.524 26.7321V25.5523L142.59 23.603L142.605 22.2783L142.671 21.3295L141.277 21.3778Z" fill="#BDC7CE"/>
|
|
14
|
+
<path class="group-hover:fill-[#846D41]" d="M83.8958 35.7247L83.2266 35.7022L83.2507 36.1542L83.2662 36.7994L83.2834 37.7878L83.2749 39.4351L83.2662 40.2544L83.2507 40.9789L83.2266 41.481L83.9268 41.4654L84.5737 41.481L84.5323 40.9721C84.5203 40.8582 84.5116 40.7427 84.5081 40.6271C84.5048 40.4959 84.5013 40.3632 84.5013 40.232V39.4351L84.5099 38.878L84.8755 39.4351L85.3844 40.232C85.5052 40.4115 85.6069 40.5684 85.6897 40.703C85.7604 40.8134 85.8278 40.9238 85.8933 41.0359L86.1486 41.481L86.9766 41.4654L87.7822 41.481L87.4389 41.029L86.8489 40.1682L85.9589 38.871L85.4741 38.1155L85.776 37.7567L86.5729 36.8736L87.2008 36.1974L87.6856 35.704L87.1197 35.7264L86.5868 35.704L86.2676 36.1715C86.1849 36.2957 86.0796 36.4337 85.9589 36.5906C85.8191 36.7666 85.6794 36.9391 85.5362 37.1116L85.0015 37.7705L84.4995 38.3277V37.7532L84.5305 36.8062L84.5392 36.1611L84.572 35.7006L83.8958 35.7247ZM94.8718 40.8755L94.5699 41.481L95.0235 41.4654L95.4531 41.481L95.6204 40.9014C95.6601 40.7771 95.6997 40.6547 95.7412 40.534C95.7791 40.4115 95.8205 40.2959 95.8602 40.1837L95.9964 39.8267L96.426 39.7784C96.4932 39.7698 96.5726 39.7663 96.6657 39.7646C96.7572 39.7628 96.8607 39.7628 96.9762 39.7628C97.0936 39.7628 97.1988 39.7646 97.2954 39.7698C97.392 39.7714 97.4747 39.7749 97.542 39.7801L97.9887 39.8284L98.1079 40.1959L98.3718 40.9203L98.5391 41.4843L99.2394 41.4688L100.045 41.4843L99.7413 40.8634C99.2567 39.8284 98.7633 38.6503 98.2596 37.3289L97.8697 36.2698L97.6628 35.7057L97.297 35.7281L97.0021 35.7057L96.802 36.2698L96.3881 37.3444C96.1362 37.9741 95.8774 38.6002 95.6118 39.223C95.3703 39.7749 95.1254 40.3269 94.8718 40.8755ZM96.2501 39.1626L96.3846 38.8366L96.79 37.8102L96.9901 37.3324L97.1815 37.8102L97.5955 38.8366L97.7317 39.1626L97.4609 39.2022C97.3971 39.2109 97.3316 39.2144 97.2626 39.216C97.1919 39.2195 97.1195 39.2195 97.04 39.2195C96.871 39.2195 96.7037 39.2126 96.5381 39.1953L96.2501 39.1626ZM109.605 36.249H110.003L109.638 36.9184L108.937 38.1535L108.054 39.6577C107.907 39.9077 107.759 40.1578 107.607 40.4046C107.471 40.6219 107.35 40.8099 107.242 40.9634L106.979 41.3447L107.067 41.5275L107.878 41.4723C108.009 41.4671 108.142 41.4654 108.273 41.4654C108.437 41.4637 108.632 41.4637 108.858 41.4637C109.391 41.4671 109.846 41.4723 110.224 41.4775C110.6 41.481 110.898 41.4861 111.117 41.4947L111.675 41.5275L111.651 41.1462L111.675 40.7237C111.547 40.7513 111.435 40.7771 111.34 40.7979C111.245 40.8203 111.169 40.8358 111.109 40.8427C111.005 40.8634 110.878 40.879 110.721 40.8876C110.567 40.8979 110.388 40.9031 110.184 40.9065C109.984 40.9151 109.801 40.922 109.632 40.9255C109.46 40.9289 109.303 40.9306 109.156 40.9306L108.749 40.922L109.101 40.2683L109.801 39.0418L110.598 37.6721L111.402 36.3578L111.721 35.8402L111.651 35.6592L110.759 35.6902C110.202 35.7057 109.636 35.7144 109.063 35.7144C108.546 35.723 108.13 35.7144 107.821 35.6902L107.328 35.6592L107.343 35.961L107.328 36.3199L107.806 36.2973L108.753 36.2629L109.605 36.249ZM119.625 35.7247L118.766 35.7022L119.037 36.1387C119.123 36.2767 119.208 36.4165 119.29 36.5561C119.366 36.6855 119.435 36.808 119.499 36.9184L120.27 38.407L120.636 39.0832V40.27L120.612 40.9703L120.581 41.4792L121.264 41.4637L121.926 41.4792L121.876 40.9945C121.861 40.7944 121.852 40.5098 121.852 40.1354C121.852 39.9974 121.855 39.8767 121.859 39.7749C121.861 39.6732 121.864 39.5904 121.868 39.5231L121.924 39.0832L122.257 38.3518L123.015 36.8701C123.113 36.6717 123.196 36.5078 123.261 36.3819C123.327 36.256 123.375 36.1697 123.413 36.1214L123.675 35.7006L123.222 35.723L122.775 35.7006L122.623 36.1059C122.571 36.2474 122.521 36.3837 122.473 36.5078C122.43 36.6217 122.382 36.7355 122.33 36.8459C122.273 36.977 122.212 37.1168 122.145 37.2651C122.071 37.4221 121.997 37.5808 121.923 37.7377L121.595 38.3915L121.269 37.7532C121.19 37.6014 121.112 37.4497 121.038 37.2961C120.972 37.1599 120.912 37.0236 120.855 36.8856C120.788 36.7442 120.726 36.6044 120.67 36.475C120.615 36.3456 120.564 36.2215 120.52 36.1076L120.369 35.7022L119.625 35.7247ZM131.238 41.1462L131.222 41.4792L131.595 41.4637L131.936 41.4792L131.912 41.1376C131.895 40.8582 131.888 40.4511 131.888 39.9198L131.872 38.6762L131.879 37.8015L131.895 37.4652L132.326 37.9344L133.304 38.9935C133.742 39.4559 134.099 39.8456 134.379 40.1631C134.515 40.3183 134.65 40.4735 134.784 40.6306C134.901 40.7685 135.015 40.9065 135.126 41.048L135.462 41.4775L135.869 41.4619L136.235 41.4775L136.218 41.0394V40.1804L136.226 38.6054L136.25 36.9391L136.281 36.056V35.6988L135.923 35.7212L135.571 35.6988L135.586 36.1284L135.61 37.0512L135.643 38.0862L135.659 39.0108L135.674 39.7422L135.252 39.3143C135.1 39.1557 134.948 38.997 134.8 38.8366C134.632 38.6572 134.467 38.476 134.303 38.2949L133.34 37.2444C133.125 37.0047 132.944 36.7994 132.79 36.6286C132.669 36.4905 132.55 36.3509 132.433 36.2094L132.043 35.7006L131.629 35.723L131.217 35.7006L131.241 36.2335L131.279 37.0615L131.286 38.407L131.27 39.9285C131.26 40.1562 131.251 40.3838 131.246 40.6116C131.246 40.8134 131.243 40.9911 131.238 41.1462ZM144.092 40.8755L143.79 41.481L144.244 41.4654L144.673 41.481L144.841 40.9014C144.88 40.7771 144.92 40.6547 144.961 40.534C145.001 40.4115 145.041 40.2959 145.08 40.1837L145.215 39.8267L145.645 39.7784C145.713 39.7698 145.793 39.7663 145.884 39.7646C145.976 39.7628 146.079 39.7628 146.195 39.7628C146.312 39.7628 146.417 39.7646 146.514 39.7698C146.611 39.7714 146.693 39.7749 146.761 39.7801L147.207 39.8284L147.326 40.1959L147.59 40.9203L147.756 41.4843L148.456 41.4688L149.26 41.4843L148.958 40.8634C148.473 39.8284 147.978 38.6503 147.476 37.3289L147.088 36.2698L146.88 35.7057L146.514 35.7281L146.219 35.7057L146.021 36.2698L145.607 37.3444C145.355 37.9723 145.096 38.6002 144.83 39.223C144.591 39.7749 144.344 40.3269 144.092 40.8755ZM145.47 39.1626L145.605 38.8366L146.012 37.8102L146.212 37.3324L146.404 37.8102L146.817 38.8366L146.952 39.1626L146.683 39.2022C146.617 39.2109 146.552 39.2144 146.483 39.216C146.412 39.2195 146.34 39.2195 146.259 39.2195C146.077 39.2195 145.908 39.2109 145.757 39.1953L145.47 39.1626Z" fill="#BDC7CE"/>
|
|
15
|
+
|
|
16
|
+
</svg>
|
|
17
|
+
</template>
|
|
18
|
+
|
|
19
|
+
<style scoped>
|
|
20
|
+
|
|
21
|
+
</style>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class="fill-deepblue-900 dark:fill-gray-200 h-5" xmlns="https://www.w3.org/2000/svg" width="39" height="16" viewBox="0 0 39 16" fill="none">
|
|
3
|
+
<g clip-path="url(#clip0_2311_13638)">
|
|
4
|
+
<path fill="currentColor" d="M6.67938 12.2763C5.76179 12.7406 4.61707 12.8859 3.74762 12.8859C1.49277 12.8859 0.333008 11.6187 0.333008 9.58158C0.333008 7.19244 2.0719 4.70593 4.92394 4.70593C6.51842 4.70593 7.66164 5.58819 7.66164 7.04714C7.66164 9.05132 5.71215 9.77331 2.55627 9.69392C2.55627 9.9186 2.6375 10.2706 2.79845 10.4953C3.10381 10.8967 3.63631 11.1049 4.31171 11.1049C5.16461 11.1049 5.88965 10.9132 6.51842 10.6076L6.67938 12.2763ZM4.63362 6.38956C3.55508 6.38956 2.94286 7.27182 2.7819 8.00879C4.58548 8.02526 5.48802 7.76763 5.48802 7.06212C5.48652 6.66218 5.16461 6.38956 4.63362 6.38956ZM10.4249 8.51208C9.05005 8.51208 7.93542 9.62202 7.93542 10.9911C7.93542 12.1355 8.71611 13.0971 9.77509 13.3817C9.89995 12.3332 9.19897 11.427 8.44084 11.5333C8.44084 11.5333 8.5341 10.9791 9.14482 10.7949C9.67582 10.6346 9.90145 10.8982 9.95109 10.9701C9.89243 10.8788 9.62016 10.4099 9.76005 9.91561C9.91499 9.36438 10.4264 9.12322 10.4264 9.12322C10.4264 9.12322 10.9379 9.36438 11.0928 9.91561C11.2312 10.4099 10.9589 10.8788 10.9018 10.9701C10.9514 10.8982 11.177 10.6346 11.708 10.7949C12.3188 10.9791 12.412 11.5333 12.412 11.5333C11.6554 11.427 10.9544 12.3332 11.0778 13.3817C12.1367 13.0971 12.9174 12.1355 12.9174 10.9911C12.9144 9.62202 11.7998 8.51208 10.4249 8.51208Z"/>
|
|
5
|
+
<path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M19.3931 4.88119L19.3134 5.80539H19.2818C18.8802 5.16878 18.2048 4.70593 17.1262 4.70593C15.1948 4.70743 13.5552 6.29969 13.5552 8.79967C13.5552 11.045 14.9376 12.6058 16.884 12.6058C17.7851 12.6058 18.5402 12.2388 19.0065 11.5858H19.0381V12.095C19.0381 13.5285 18.1536 14.1501 16.9954 14.1501C16.0793 14.1501 15.2098 13.8476 14.7119 13.5615L14.2291 15.3934C14.9361 15.7918 16.0296 15.9985 17.06 15.9985C18.2183 15.9985 19.3916 15.7754 20.2611 15.0429C21.1455 14.2625 21.4509 13.0357 21.4509 11.5393V7.19094C21.4509 6.02857 21.4825 5.37549 21.5156 4.88119H19.3931ZM19.0065 9.19811C19.0065 9.40482 18.99 9.65946 18.9268 9.83472C18.7658 10.4084 18.2679 10.8218 17.6407 10.8218C16.6118 10.8218 16.0327 9.91411 16.0327 8.75174C16.0327 7.33473 16.7562 6.53786 17.6407 6.53786C18.3161 6.53786 18.7824 6.96775 18.9599 7.60436C18.9915 7.73168 19.008 7.89045 19.008 8.05073V9.19811H19.0065ZM26.3547 4.70743C23.8291 4.70743 22.1579 6.31617 22.1579 8.83263C22.1579 11.3491 23.9269 12.847 26.2269 12.847C28.3343 12.847 30.3755 11.5408 30.3755 8.69033C30.3755 6.34762 28.7675 4.70743 26.3547 4.70743ZM26.29 6.42701C27.4002 6.42701 27.8499 7.60585 27.8499 8.76822C27.8499 10.1702 27.2392 11.1094 26.29 11.1094C25.2446 11.1094 24.682 10.1058 24.682 8.76822C24.682 7.62233 25.1167 6.42701 26.29 6.42701ZM30.0988 4.88119H32.7522L33.8142 8.4971C34.0068 9.15018 34.1527 9.77181 34.264 10.3919H34.3121C34.4415 9.75533 34.5693 9.16516 34.7468 8.4971L35.7607 4.88119H38.3344L35.4072 12.6702H32.9628L30.0988 4.88119Z"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_2311_13638">
|
|
9
|
+
<rect width="38" height="16" fill="white" transform="translate(0.333008)"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
13
|
+
</template>
|
|
14
|
+
<script setup lang="ts">
|
|
15
|
+
</script>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 24 20" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M22.5 18.5H21V8C21 7.60217 20.842 7.22064 20.5607 6.93934C20.2794 6.65803 19.8978 6.5 19.5 6.5H13.5V2C13.5002 1.72837 13.4266 1.46179 13.2871 1.22872C13.1476 0.995642 12.9474 0.804819 12.708 0.676614C12.4685 0.54841 12.1987 0.487637 11.9274 0.500781C11.6561 0.513926 11.3935 0.600495 11.1675 0.751248L3.6675 5.75C3.46176 5.88727 3.29315 6.07328 3.17669 6.29148C3.06023 6.50968 2.99953 6.75329 3 7.00062V18.5H1.5C1.30109 18.5 1.11032 18.579 0.96967 18.7197C0.829018 18.8603 0.75 19.0511 0.75 19.25C0.75 19.4489 0.829018 19.6397 0.96967 19.7803C1.11032 19.921 1.30109 20 1.5 20H22.5C22.6989 20 22.8897 19.921 23.0303 19.7803C23.171 19.6397 23.25 19.4489 23.25 19.25C23.25 19.0511 23.171 18.8603 23.0303 18.7197C22.8897 18.579 22.6989 18.5 22.5 18.5ZM19.5 8V18.5H13.5V8H19.5ZM4.5 7.00062L12 2V18.5H4.5V7.00062ZM10.5 9.5V11C10.5 11.1989 10.421 11.3897 10.2803 11.5303C10.1397 11.671 9.94891 11.75 9.75 11.75C9.55109 11.75 9.36032 11.671 9.21967 11.5303C9.07902 11.3897 9 11.1989 9 11V9.5C9 9.30109 9.07902 9.11032 9.21967 8.96967C9.36032 8.82902 9.55109 8.75 9.75 8.75C9.94891 8.75 10.1397 8.82902 10.2803 8.96967C10.421 9.11032 10.5 9.30109 10.5 9.5ZM7.5 9.5V11C7.5 11.1989 7.42098 11.3897 7.28033 11.5303C7.13968 11.671 6.94891 11.75 6.75 11.75C6.55109 11.75 6.36032 11.671 6.21967 11.5303C6.07902 11.3897 6 11.1989 6 11V9.5C6 9.30109 6.07902 9.11032 6.21967 8.96967C6.36032 8.82902 6.55109 8.75 6.75 8.75C6.94891 8.75 7.13968 8.82902 7.28033 8.96967C7.42098 9.11032 7.5 9.30109 7.5 9.5ZM7.5 14.75V16.25C7.5 16.4489 7.42098 16.6397 7.28033 16.7803C7.13968 16.921 6.94891 17 6.75 17C6.55109 17 6.36032 16.921 6.21967 16.7803C6.07902 16.6397 6 16.4489 6 16.25V14.75C6 14.5511 6.07902 14.3603 6.21967 14.2197C6.36032 14.079 6.55109 14 6.75 14C6.94891 14 7.13968 14.079 7.28033 14.2197C7.42098 14.3603 7.5 14.5511 7.5 14.75ZM10.5 14.75V16.25C10.5 16.4489 10.421 16.6397 10.2803 16.7803C10.1397 16.921 9.94891 17 9.75 17C9.55109 17 9.36032 16.921 9.21967 16.7803C9.07902 16.6397 9 16.4489 9 16.25V14.75C9 14.5511 9.07902 14.3603 9.21967 14.2197C9.36032 14.079 9.55109 14 9.75 14C9.94891 14 10.1397 14.079 10.2803 14.2197C10.421 14.3603 10.5 14.5511 10.5 14.75Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
|
|
8
|
+
</template>
|
package/icons/copy.vue
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M2.81998 2.04999C2.61577 2.04999 2.41992 2.13111 2.27552 2.27552C2.13111 2.41992 2.04999 2.61577 2.04999 2.81998V8.64743C2.04999 8.85164 2.13111 9.04749 2.27552 9.19189C2.41992 9.3363 2.61577 9.41742 2.81998 9.41742H3.46748C3.75742 9.41742 3.99247 9.65247 3.99247 9.94242C3.99247 10.2324 3.75742 10.4674 3.46748 10.4674H2.81998C2.33729 10.4674 1.87437 10.2757 1.53306 9.93435C1.19175 9.59304 1 9.13012 1 8.64743V2.81998C1 2.33729 1.19175 1.87437 1.53306 1.53306C1.87437 1.19175 2.33729 1 2.81998 1H8.64743C9.13012 1 9.59304 1.19175 9.93435 1.53306C10.2757 1.87437 10.4674 2.33729 10.4674 2.81998V3.46748C10.4674 3.75742 10.2324 3.99247 9.94242 3.99247C9.65247 3.99247 9.41742 3.75742 9.41742 3.46748V2.81998C9.41742 2.61577 9.3363 2.41992 9.19189 2.27552C9.04749 2.13111 8.85164 2.04999 8.64743 2.04999H2.81998ZM7.35247 6.58247C6.92721 6.58247 6.58247 6.92721 6.58247 7.35247V13.1799C6.58247 13.6052 6.92721 13.9499 7.35247 13.9499H13.1799C13.6052 13.9499 13.9499 13.6052 13.9499 13.1799V7.35247C13.9499 6.92721 13.6052 6.58247 13.1799 6.58247H7.35247ZM5.53248 7.35247C5.53248 6.34732 6.34732 5.53248 7.35247 5.53248H13.1799C14.1851 5.53248 14.9999 6.34732 14.9999 7.35247V13.1799C14.9999 14.1851 14.1851 14.9999 13.1799 14.9999H7.35247C6.34732 14.9999 5.53248 14.1851 5.53248 13.1799V7.35247Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M8.52496 1.525C8.52496 1.23505 8.28991 1 7.99996 1C7.71001 1 7.47496 1.23505 7.47496 1.525V3.35454H6.52834C5.8427 3.35454 5.18513 3.62691 4.70031 4.11174C4.21549 4.59656 3.94312 5.25412 3.94312 5.93977C3.94312 6.62541 4.21549 7.28297 4.70031 7.7678C5.18513 8.25262 5.8427 8.52499 6.52834 8.52499H7.47496V11.5954H4.46811C4.17817 11.5954 3.94312 11.8305 3.94312 12.1204C3.94312 12.4104 4.17817 12.6454 4.46811 12.6454H7.47496V14.475C7.47496 14.7649 7.71001 15 7.99996 15C8.28991 15 8.52496 14.7649 8.52496 14.475V12.6454H9.47152C10.1572 12.6454 10.8147 12.3731 11.2995 11.8882C11.7844 11.4034 12.0567 10.7459 12.0567 10.0602C12.0567 9.37457 11.7844 8.71701 11.2995 8.23219C10.8147 7.74736 10.1572 7.47499 9.47152 7.47499H8.52496V4.40454H10.9431C11.2331 4.40454 11.4681 4.16949 11.4681 3.87954C11.4681 3.58959 11.2331 3.35454 10.9431 3.35454H8.52496V1.525ZM7.47496 4.40454H6.52834C6.12117 4.40454 5.73068 4.56629 5.44277 4.8542C5.15486 5.14211 4.99311 5.5326 4.99311 5.93977C4.99311 6.34693 5.15486 6.73742 5.44277 7.02534C5.73068 7.31325 6.12117 7.47499 6.52834 7.47499H7.47496V4.40454ZM8.52496 8.52499V11.5954H9.47152C9.87869 11.5954 10.2692 11.4337 10.5571 11.1458C10.845 10.8579 11.0067 10.4674 11.0067 10.0602C11.0067 9.65305 10.845 9.26256 10.5571 8.97465C10.2692 8.68674 9.87869 8.52499 9.47152 8.52499H8.52496Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="16"
|
|
8
|
+
height="16"
|
|
9
|
+
viewBox="0 0 16 16"
|
|
10
|
+
fill="none"
|
|
11
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
d="M8 12L12.3301 4.5H3.66987L8 12Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
</template>
|
|
19
|
+
|
|
20
|
+
<style scoped>
|
|
21
|
+
|
|
22
|
+
</style>
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="https://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
3
|
+
<path d="M20.8334 -0.166626H-4.83325V16.1667H20.8334V-0.166626Z" fill="#333399" />
|
|
4
|
+
<path
|
|
5
|
+
d="M1.55726 7.80909H2.2401L2.45113 7.17228L2.66216 7.80909H3.34483L2.79247 8.20262L3.0035 8.83944L2.45113 8.44591L1.89876 8.83944L2.10963 8.20262L1.55726 7.80909ZM3.72867 11.5529L3.17631 11.1594L2.62394 11.5529L2.83481 10.9163L2.28244 10.5228H2.96528L3.17631 9.88594L3.38717 10.5228H4.07001L3.51764 10.9163L3.72867 11.5529ZM3.5239 5.47394L3.73477 6.11075L3.1824 5.71723L2.63004 6.11075L2.84107 5.47394L2.2887 5.08041H2.97154L3.1824 4.44375L3.39343 5.08041H4.07627L3.5239 5.47394ZM5.76286 13.5417L5.21049 13.1482L4.65812 13.5417L4.86899 12.9049L4.31662 12.5114H4.99946L5.21049 11.8746L5.42152 12.5114H6.10419L5.55183 12.9049L5.76286 13.5417ZM5.55759 3.50856L5.76846 4.14538L5.21609 3.75185L4.66373 4.14538L4.87476 3.50856L4.32239 3.11503H5.00523L5.21609 2.47838L5.42712 3.11503H6.10996L5.55759 3.50856ZM8.5466 14.2752L7.99407 13.8816L7.4417 14.2752L7.65273 13.6383L7.10037 13.2448H7.7832L7.99407 12.608L8.20511 13.2448H8.88794L8.33557 13.6383L8.5466 14.2752ZM8.33557 2.75527L8.5466 3.39208L7.99407 2.99856L7.4417 3.39208L7.65273 2.75527L7.10037 2.36174H7.7832L7.99407 1.72492L8.20511 2.36174H8.88794L8.33557 2.75527ZM10.5612 3.11503L10.7722 2.47838L10.9831 3.11503H11.6659L11.1135 3.50856L11.3246 4.14538L10.7722 3.75185L10.2199 4.14538L10.4307 3.50856L9.87851 3.11503H10.5612ZM11.3302 13.5417L10.778 13.1482L10.2254 13.5417L10.4365 12.9049L9.88411 12.5114H10.5669L10.778 11.8746L10.9888 12.5114H11.6717L11.1193 12.9049L11.3302 13.5417ZM12.5949 5.08041L12.8059 4.44375L13.0169 5.08041H13.6996L13.1473 5.47394L13.3583 6.11075L12.8059 5.71723L12.2535 6.11075L12.4644 5.47394L11.912 5.08041H12.5949ZM13.3644 11.5529L12.812 11.1594L12.2598 11.5529L12.4707 10.9163L11.9183 10.5228H12.6011L12.812 9.88594L13.023 10.5228H13.7059L13.1535 10.9163L13.3644 11.5529ZM14.1016 8.83944L13.5492 8.44591L12.9968 8.83944L13.2077 8.20262L12.6553 7.80909H13.3382L13.5492 7.17228L13.7601 7.80909H14.4429L13.8905 8.20262L14.1016 8.83944Z"
|
|
6
|
+
fill="#333399"
|
|
7
|
+
/>
|
|
8
|
+
<path
|
|
9
|
+
d="M7.99407 1.72492L7.7832 2.36174H7.10037L7.65273 2.75527L7.4417 3.39208L7.99407 2.99856L8.5466 3.39208L8.33557 2.75527L8.88794 2.36174H8.20511L7.99407 1.72492Z"
|
|
10
|
+
fill="#E7BA1F"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M5.21609 2.47838L5.00523 3.11503H4.32239L4.87476 3.50856L4.66373 4.14538L5.21609 3.75185L5.76846 4.14538L5.55759 3.50856L6.10996 3.11503H5.42712L5.21609 2.47838Z"
|
|
14
|
+
fill="#E7BA1F"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M3.1824 4.44375L2.97154 5.08041H2.2887L2.84107 5.47394L2.63004 6.11075L3.1824 5.71723L3.73477 6.11075L3.5239 5.47394L4.07627 5.08041H3.39343L3.1824 4.44375Z"
|
|
18
|
+
fill="#E7BA1F"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M2.45113 8.44591L3.0035 8.83944L2.79247 8.20262L3.34483 7.80909H2.66216L2.45113 7.17228L2.2401 7.80909H1.55726L2.10963 8.20262L1.89876 8.83944L2.45113 8.44591Z"
|
|
22
|
+
fill="#E7BA1F"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M3.38717 10.5228L3.17631 9.88594L2.96528 10.5228H2.28244L2.83481 10.9163L2.62394 11.5529L3.17631 11.1594L3.72867 11.5529L3.51764 10.9163L4.07001 10.5228H3.38717Z"
|
|
26
|
+
fill="#E7BA1F"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M5.42152 12.5114L5.21049 11.8746L4.99946 12.5114H4.31662L4.86899 12.9049L4.65812 13.5417L5.21049 13.1482L5.76286 13.5417L5.55183 12.9049L6.10419 12.5114H5.42152Z"
|
|
30
|
+
fill="#E7BA1F"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M8.20511 13.2448L7.99407 12.608L7.7832 13.2448H7.10037L7.65273 13.6383L7.4417 14.2752L7.99407 13.8816L8.5466 14.2752L8.33557 13.6383L8.88794 13.2448H8.20511Z"
|
|
34
|
+
fill="#E7BA1F"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d="M10.9888 12.5114L10.778 11.8746L10.5669 12.5114H9.88411L10.4365 12.9049L10.2254 13.5417L10.778 13.1482L11.3302 13.5417L11.1193 12.9049L11.6717 12.5114H10.9888Z"
|
|
38
|
+
fill="#E7BA1F"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d="M13.023 10.5228L12.812 9.88594L12.6011 10.5228H11.9183L12.4707 10.9163L12.2598 11.5529L12.812 11.1594L13.3644 11.5529L13.1535 10.9163L13.7059 10.5228H13.023Z"
|
|
42
|
+
fill="#E7BA1F"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M13.7601 7.80909L13.5492 7.17228L13.3382 7.80909H12.6553L13.2077 8.20262L12.9968 8.83944L13.5492 8.44591L14.1016 8.83944L13.8905 8.20262L14.4429 7.80909H13.7601Z"
|
|
46
|
+
fill="#E7BA1F"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M12.2535 6.11075L12.8059 5.71723L13.3583 6.11075L13.1473 5.47394L13.6996 5.08041H13.0169L12.8059 4.44375L12.5949 5.08041H11.912L12.4644 5.47394L12.2535 6.11075Z"
|
|
50
|
+
fill="#E7BA1F"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
d="M10.2199 4.14538L10.7722 3.75185L11.3246 4.14538L11.1135 3.50856L11.6659 3.11503H10.9831L10.7722 2.47838L10.5612 3.11503H9.87851L10.4307 3.50856L10.2199 4.14538Z"
|
|
54
|
+
fill="#E7BA1F"
|
|
55
|
+
/>
|
|
56
|
+
</svg>
|
|
57
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="https://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
3
|
+
<path d="M20.8333 10.7222H-4.83337V16.1667H20.8333V10.7222Z" fill="#ED1C24" />
|
|
4
|
+
<path d="M20.8333 5.27787H-4.83337V10.7222H20.8333V5.27787Z" fill="#2400D6" />
|
|
5
|
+
<path d="M20.8333 -0.166626H-4.83337V5.27787H20.8333V-0.166626Z" fill="white" />
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|