adata-ui 3.1.80 → 3.1.82
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/README.md +84 -84
- package/dist/module.json +1 -1
- package/dist/runtime/components/Alert.vue +26 -26
- package/dist/runtime/components/Alert.vue.d.ts +2 -37
- package/dist/runtime/components/Chip.vue +5 -5
- package/dist/runtime/components/Chip.vue.d.ts +2 -21
- package/dist/runtime/components/ColorMode.vue +12 -12
- package/dist/runtime/components/CurveBlock.vue +177 -177
- package/dist/runtime/components/DigitBadge.vue +5 -5
- package/dist/runtime/components/DigitBadge.vue.d.ts +1 -1
- package/dist/runtime/components/Drawer.vue +32 -32
- package/dist/runtime/components/Drawer.vue.d.ts +2 -47
- package/dist/runtime/components/EmptyHeader.vue +6 -6
- package/dist/runtime/components/Error.vue +59 -59
- package/dist/runtime/components/Footer.vue +73 -73
- package/dist/runtime/components/FooterAccordion.vue +45 -45
- package/dist/runtime/components/Header.vue +111 -111
- package/dist/runtime/components/Header.vue.d.ts +50 -0
- package/dist/runtime/components/Modal.vue +78 -78
- package/dist/runtime/components/Modal.vue.d.ts +9 -49
- package/dist/runtime/components/NewFooter.vue +114 -114
- package/dist/runtime/components/NewFooterAccordion.vue +52 -52
- package/dist/runtime/components/OtherServiceFeatures.vue +45 -45
- package/dist/runtime/components/PkMobileServices.vue +22 -22
- package/dist/runtime/components/SidePanel.vue +76 -76
- package/dist/runtime/components/SidePanel.vue.d.ts +3 -79
- package/dist/runtime/components/Tag.vue +4 -4
- package/dist/runtime/components/Tag.vue.d.ts +2 -12
- package/dist/runtime/components/Toggle.vue +30 -30
- package/dist/runtime/components/accordion/Accordion.vue +41 -41
- package/dist/runtime/components/accordion/Accordion.vue.d.ts +4 -44
- package/dist/runtime/components/button/Button.vue +22 -22
- package/dist/runtime/components/button/Button.vue.d.ts +4 -22
- package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
- package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +7 -39
- package/dist/runtime/components/date-picker/DatePicker.vue +38 -38
- package/dist/runtime/components/error-template/index.vue +32 -32
- package/dist/runtime/components/error-template/index.vue.d.ts +3 -5
- package/dist/runtime/components/feature-description/FeatureDescription.vue +46 -46
- package/dist/runtime/components/floating-label/FloatingLabel.vue +5 -5
- package/dist/runtime/components/floating-label/FloatingLabel.vue.d.ts +2 -7
- package/dist/runtime/components/forms/input/password/InputPassword.vue +25 -25
- package/dist/runtime/components/forms/input/password/InputPassword.vue.d.ts +1 -1
- package/dist/runtime/components/forms/input/standard/InputStandard.vue +108 -108
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue +63 -63
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +3 -35
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +61 -55
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +11 -2
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue +63 -59
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +27 -0
- package/dist/runtime/components/header/AlmatyContacts.vue +76 -76
- package/dist/runtime/components/header/AstanaContacts.vue +31 -31
- package/dist/runtime/components/header/CardGallery.vue +60 -60
- package/dist/runtime/components/header/ContactMenu.vue +39 -39
- package/dist/runtime/components/header/ContactMenu.vue.d.ts +8 -2
- package/dist/runtime/components/header/HeaderLink.vue +68 -55
- package/dist/runtime/components/header/LangSwitcher.vue +26 -26
- package/dist/runtime/components/header/ListItem.vue +15 -15
- package/dist/runtime/components/header/NavCard.vue +28 -28
- package/dist/runtime/components/header/NavList.vue +52 -52
- package/dist/runtime/components/header/ProductMenu.vue +72 -72
- package/dist/runtime/components/header/ProductMenu.vue.d.ts +8 -2
- package/dist/runtime/components/header/ProfileMenu.vue +37 -37
- package/dist/runtime/components/header/ProfileMenu.vue.d.ts +5 -1
- package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
- package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +5 -1
- package/dist/runtime/components/header/TopHeader.vue +72 -72
- package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
- package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +9 -14
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +29 -0
- package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
- package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +5 -1
- package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +26 -26
- package/dist/runtime/components/modals/ApplicationAcceptedModal.vue +43 -0
- package/dist/runtime/components/modals/ApplicationAcceptedModal.vue.d.ts +9 -0
- package/dist/runtime/components/modals/ConnectingTariffModal.vue +58 -0
- package/dist/runtime/components/modals/ConnectingTariffModal.vue.d.ts +19 -0
- package/dist/runtime/components/modals/InsufficientFundsModal.vue +68 -0
- package/dist/runtime/components/modals/InsufficientFundsModal.vue.d.ts +18 -0
- package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
- package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +5 -1
- package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
- package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +5 -1
- package/dist/runtime/components/modals/SubmitApplicationModal.vue +114 -0
- package/dist/runtime/components/modals/SubmitApplicationModal.vue.d.ts +17 -0
- package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
- package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +5 -1
- package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
- package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
- package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
- package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
- package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
- package/dist/runtime/components/modals/id/IdModals.vue +44 -44
- package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
- package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
- package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
- package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
- package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
- package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
- package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
- package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
- package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
- package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
- package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
- package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
- package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
- package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
- package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +46 -0
- package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
- package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +2 -36
- package/dist/runtime/components/row-card/RowCard.vue +27 -27
- package/dist/runtime/components/row-card/RowCard.vue.d.ts +2 -9
- package/dist/runtime/components/select-row/index.vue +58 -58
- package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
- package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
- package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +2 -20
- package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
- package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
- package/dist/runtime/composables/projectState.d.ts +2 -2
- package/dist/runtime/composables/useBuyTariffs.d.ts +7 -0
- package/dist/runtime/composables/useBuyTariffs.js +73 -0
- package/dist/runtime/composables/useIdModals.d.ts +11 -21
- package/dist/runtime/composables/usePayment.d.ts +5 -5
- package/dist/runtime/i18n/i18n.config.d.ts +9 -0
- package/dist/runtime/i18n.d.ts +1 -1
- package/dist/runtime/icons/ai-assistant.vue +13 -13
- package/dist/runtime/icons/akimat.vue +20 -20
- package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
- package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
- package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
- package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
- package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
- package/dist/runtime/icons/avatar.vue +41 -41
- package/dist/runtime/icons/avto/car.vue +17 -17
- package/dist/runtime/icons/avto/truck.vue +17 -17
- package/dist/runtime/icons/bank.vue +14 -14
- package/dist/runtime/icons/block.vue +19 -19
- package/dist/runtime/icons/bookmark.vue +19 -19
- package/dist/runtime/icons/calculator.vue +19 -19
- package/dist/runtime/icons/chartBar.vue +14 -14
- package/dist/runtime/icons/check-circle.vue +25 -25
- package/dist/runtime/icons/check-sb.vue +7 -7
- package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
- package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
- package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
- package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
- package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
- package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
- package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
- package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
- package/dist/runtime/icons/clipboard-text.vue +17 -17
- package/dist/runtime/icons/clock.vue +25 -25
- package/dist/runtime/icons/color-mode/moon.vue +20 -20
- package/dist/runtime/icons/color-mode/sun.vue +27 -27
- package/dist/runtime/icons/communication/mail.vue +19 -19
- package/dist/runtime/icons/communication/phone.vue +19 -19
- package/dist/runtime/icons/company.vue +19 -19
- package/dist/runtime/icons/currency/dollar.vue +19 -19
- package/dist/runtime/icons/currency/down.vue +22 -22
- package/dist/runtime/icons/currency/eur.vue +69 -69
- package/dist/runtime/icons/currency/rub.vue +25 -25
- package/dist/runtime/icons/currency/tenge.vue +9 -9
- package/dist/runtime/icons/currency/usd.vue +269 -269
- package/dist/runtime/icons/currency/yuan.vue +37 -37
- package/dist/runtime/icons/document/hdocument.vue +17 -17
- package/dist/runtime/icons/document/id.vue +19 -19
- package/dist/runtime/icons/document/profile.vue +19 -19
- package/dist/runtime/icons/eye-closed.vue +26 -26
- package/dist/runtime/icons/eye-open.vue +7 -7
- package/dist/runtime/icons/eye-opened.vue +23 -23
- package/dist/runtime/icons/file/excel-icon.vue +14 -14
- package/dist/runtime/icons/file/file.vue +19 -19
- package/dist/runtime/icons/file/files.vue +17 -17
- package/dist/runtime/icons/globe.vue +19 -19
- package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
- package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
- package/dist/runtime/icons/handshake.vue +19 -19
- package/dist/runtime/icons/history.vue +19 -19
- package/dist/runtime/icons/hot-line.vue +6 -6
- package/dist/runtime/icons/id.vue +9 -9
- package/dist/runtime/icons/info/info-circle.vue +29 -29
- package/dist/runtime/icons/invoice.vue +35 -35
- package/dist/runtime/icons/kaspi-qr.vue +13 -13
- package/dist/runtime/icons/link-chain.vue +31 -31
- package/dist/runtime/icons/loader-circle.vue +34 -34
- package/dist/runtime/icons/lock.vue +19 -19
- package/dist/runtime/icons/logo/adata.vue +48 -48
- package/dist/runtime/icons/logo/logo.vue +27 -27
- package/dist/runtime/icons/map-paper.vue +5 -5
- package/dist/runtime/icons/map-pin-rect.vue +15 -15
- package/dist/runtime/icons/medal.vue +17 -17
- package/dist/runtime/icons/menu/menu-filled.vue +61 -61
- package/dist/runtime/icons/menu/menu.vue +41 -41
- package/dist/runtime/icons/message.vue +24 -24
- package/dist/runtime/icons/modals/door.vue +162 -162
- package/dist/runtime/icons/moon.vue +10 -10
- package/dist/runtime/icons/navigation/expand-window.vue +19 -19
- package/dist/runtime/icons/navigation/location.vue +25 -25
- package/dist/runtime/icons/navigation/logout.vue +19 -19
- package/dist/runtime/icons/notifications.vue +25 -25
- package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
- package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
- package/dist/runtime/icons/other-service/block.vue +16 -16
- package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
- package/dist/runtime/icons/other-service/globe.vue +16 -16
- package/dist/runtime/icons/other-service/link.vue +7 -7
- package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
- package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
- package/dist/runtime/icons/other-service/users-three.vue +7 -7
- package/dist/runtime/icons/payment/payment-card.vue +6 -6
- package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
- package/dist/runtime/icons/plus.vue +24 -24
- package/dist/runtime/icons/radio/radio-check.vue +24 -24
- package/dist/runtime/icons/radio/radio-empty.vue +20 -20
- package/dist/runtime/icons/receipt/hcheck.vue +27 -27
- package/dist/runtime/icons/receipt/receipt.vue +27 -27
- package/dist/runtime/icons/sanctions.vue +8 -8
- package/dist/runtime/icons/scale.vue +19 -19
- package/dist/runtime/icons/search.vue +27 -27
- package/dist/runtime/icons/socials/facebook.vue +15 -15
- package/dist/runtime/icons/socials/google.vue +41 -41
- package/dist/runtime/icons/socials/instagram.vue +19 -19
- package/dist/runtime/icons/socials/linkedin.vue +24 -24
- package/dist/runtime/icons/socials/mailru.vue +34 -34
- package/dist/runtime/icons/socials/telegram.vue +15 -15
- package/dist/runtime/icons/socials/tik-tok.vue +15 -15
- package/dist/runtime/icons/socials/whatsapp.vue +21 -21
- package/dist/runtime/icons/socials/yandex.vue +28 -28
- package/dist/runtime/icons/socials/youtube.vue +16 -16
- package/dist/runtime/icons/sun.vue +14 -14
- package/dist/runtime/icons/sviazi.vue +19 -19
- package/dist/runtime/icons/tasks.vue +10 -10
- package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
- package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
- package/dist/runtime/icons/users/users-three.vue +17 -17
- package/dist/runtime/icons/users/users.vue +31 -31
- package/dist/runtime/icons/warning-triangle.vue +29 -29
- package/dist/runtime/icons/work-bag.vue +20 -20
- package/dist/runtime/icons/x-mark.vue +18 -18
- package/dist/runtime/illustrations/address-location.vue +38 -38
- package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
- package/dist/runtime/illustrations/bill.vue +133 -133
- package/dist/runtime/illustrations/buildings.vue +82 -82
- package/dist/runtime/illustrations/calendar.vue +156 -156
- package/dist/runtime/illustrations/chains.vue +152 -152
- package/dist/runtime/illustrations/coin-percent.vue +126 -126
- package/dist/runtime/illustrations/coins-stack.vue +202 -202
- package/dist/runtime/illustrations/delete-dark.vue +31 -31
- package/dist/runtime/illustrations/delete.vue +32 -32
- package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
- package/dist/runtime/illustrations/document.vue +64 -64
- package/dist/runtime/illustrations/door.vue +74 -74
- package/dist/runtime/illustrations/empty-box.vue +77 -77
- package/dist/runtime/illustrations/empty-wallet.vue +161 -161
- package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
- package/dist/runtime/illustrations/hammer.vue +156 -156
- package/dist/runtime/illustrations/hand-cash.vue +108 -108
- package/dist/runtime/illustrations/info.vue +39 -39
- package/dist/runtime/illustrations/mail.vue +68 -68
- package/dist/runtime/illustrations/ok.vue +62 -62
- package/dist/runtime/illustrations/people-group.vue +237 -237
- package/dist/runtime/illustrations/person-with-phone.vue +187 -187
- package/dist/runtime/illustrations/person.vue +159 -159
- package/dist/runtime/illustrations/phone-check.vue +90 -90
- package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
- package/dist/runtime/illustrations/stop-hand.vue +77 -77
- package/dist/runtime/illustrations/stop-sign.vue +34 -34
- package/dist/runtime/illustrations/suit.vue +111 -111
- package/dist/runtime/illustrations/suitcase.vue +105 -105
- package/dist/runtime/illustrations/terminal-dark.vue +48 -48
- package/dist/runtime/illustrations/terminal.vue +234 -234
- package/dist/runtime/illustrations/trash-can.vue +108 -108
- package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
- package/dist/runtime/illustrations/two-persons.vue +169 -169
- package/dist/runtime/lang/en.js +5 -2
- package/dist/runtime/lang/kk.js +5 -2
- package/dist/runtime/lang/ru.d.ts +3 -0
- package/dist/runtime/lang/ru.js +5 -2
- package/dist/runtime/plugins/toast.d.ts +1 -503
- package/dist/runtime/public/kaspi/logo.svg +4 -4
- package/dist/runtime/server/tsconfig.json +3 -3
- package/dist/runtime/utils/getMaxZindex.d.ts +2 -0
- package/dist/runtime/utils/getMaxZindex.js +22 -0
- package/dist/runtime/utils/localizedNavigation.d.ts +1 -1
- package/dist/runtime/utils/useUrls.d.ts +1 -0
- package/dist/runtime/utils/useUrls.js +1 -0
- package/package.json +73 -73
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
fill="none"
|
|
4
|
-
height="120"
|
|
5
|
-
viewBox="0 0 120 120"
|
|
6
|
-
width="120"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle cx="60" cy="60" fill="#BDC7CE" fill-opacity="0.15" r="50" />
|
|
10
|
-
<g clip-path="url(#clip0_3500_21978)">
|
|
11
|
-
<path
|
|
12
|
-
d="M59.59 101.1C83.8905 101.1 103.59 98.7629 103.59 95.88C103.59 92.9971 83.8905 90.66 59.59 90.66C35.2895 90.66 15.59 92.9971 15.59 95.88C15.59 98.7629 35.2895 101.1 59.59 101.1Z"
|
|
13
|
-
fill="#BDC7CE"
|
|
14
|
-
opacity="0.2"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
d="M89.73 52.01H28.95L22.37 67.3H42.62V71.2C42.6187 71.7392 42.7238 72.2735 42.9292 72.7721C43.1347 73.2707 43.4365 73.7238 43.8173 74.1056C44.1982 74.4874 44.6506 74.7903 45.1487 74.997C45.6468 75.2036 46.1807 75.31 46.72 75.31H72.6C73.1388 75.31 73.6723 75.2036 74.1698 74.9968C74.6673 74.79 75.1191 74.4869 75.4992 74.105C75.8792 73.7231 76.1801 73.2699 76.3844 72.7713C76.5888 72.2728 76.6927 71.7388 76.69 71.2V67.3H96.35L89.73 52.01Z"
|
|
18
|
-
class="fill-white dark:fill-gray-900"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
d="M99.44 67.3V67.09L89.77 42.09H28.95L19.26 67.09V67.3H10.5L23.28 38.17C23.4174 37.6877 23.7086 37.2635 24.1094 36.962C24.5102 36.6605 24.9985 36.4983 25.5 36.5H93.66C94.1611 36.4987 94.6492 36.6598 95.0512 36.959C95.4531 37.2583 95.7474 37.6796 95.89 38.16L108.82 67.3H99.44Z"
|
|
22
|
-
class="fill-white dark:fill-gray-900"
|
|
23
|
-
stroke="#9DA3AC"
|
|
24
|
-
stroke-linecap="round"
|
|
25
|
-
stroke-linejoin="round"
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
d="M89.77 42.08H28.95V52.01H89.77V42.08Z"
|
|
29
|
-
class="fill-white dark:fill-gray-900"
|
|
30
|
-
stroke="#9DA3AC"
|
|
31
|
-
stroke-linecap="round"
|
|
32
|
-
stroke-linejoin="round"
|
|
33
|
-
/>
|
|
34
|
-
<path
|
|
35
|
-
d="M28.95 42.08V52.02L23.83 67.3H19.26V67.09L28.95 42.08Z"
|
|
36
|
-
fill="#BDC7CE"
|
|
37
|
-
stroke="#9DA3AC"
|
|
38
|
-
stroke-linecap="round"
|
|
39
|
-
stroke-linejoin="round"
|
|
40
|
-
/>
|
|
41
|
-
<path
|
|
42
|
-
d="M89.7695 42.08V52.02L94.8895 67.3H99.4595V67.09L89.7695 42.08Z"
|
|
43
|
-
fill="#BDC7CE"
|
|
44
|
-
stroke="#9DA3AC"
|
|
45
|
-
stroke-linecap="round"
|
|
46
|
-
stroke-linejoin="round"
|
|
47
|
-
/>
|
|
48
|
-
<path d="M19.26 85.28V67.3" stroke="black" stroke-linecap="round" stroke-linejoin="round" />
|
|
49
|
-
<path
|
|
50
|
-
d="M99.4396 67.3V81.68L98.6796 78.16L96.3496 67.3H99.4396Z"
|
|
51
|
-
class="fill-white dark:fill-gray-900"
|
|
52
|
-
stroke="black"
|
|
53
|
-
stroke-linecap="round"
|
|
54
|
-
stroke-linejoin="round"
|
|
55
|
-
/>
|
|
56
|
-
<path
|
|
57
|
-
d="M89.7296 52.01H29.7296L24.5996 67.3H43.3896V71.2C43.3896 72.29 43.8226 73.3355 44.5934 74.1062C45.3642 74.877 46.4096 75.31 47.4996 75.31H71.9996C73.0897 75.31 74.135 74.877 74.9058 74.1062C75.6766 73.3355 76.1096 72.29 76.1096 71.2V67.3H94.8996L89.7296 52.01Z"
|
|
58
|
-
fill="#BDC7CE"
|
|
59
|
-
opacity="0.2"
|
|
60
|
-
/>
|
|
61
|
-
<path
|
|
62
|
-
d="M108.82 67.3L99.44 77.34L98.68 78.16L97.3 79.63H37.5L20.31 76.8L19.26 76.63L10.5 75.19V67.3"
|
|
63
|
-
stroke="black"
|
|
64
|
-
stroke-linecap="round"
|
|
65
|
-
stroke-linejoin="round"
|
|
66
|
-
/>
|
|
67
|
-
<path
|
|
68
|
-
d="M108.82 67.3V81.16C108.82 82.4861 108.294 83.7579 107.356 84.6956C106.418 85.6332 105.146 86.16 103.82 86.16H15.5303C14.2042 86.16 12.9324 85.6332 11.9948 84.6956C11.0571 83.7579 10.5303 82.4861 10.5303 81.16V67.3H42.6503V71.2C42.649 71.7393 42.7541 72.2735 42.9595 72.7721C43.165 73.2707 43.4667 73.7239 43.8476 74.1057C44.2284 74.4874 44.6809 74.7903 45.179 74.997C45.677 75.2037 46.211 75.3101 46.7503 75.3101H72.6303C73.1691 75.3101 73.7025 75.2036 74.2001 74.9968C74.6976 74.79 75.1494 74.487 75.5294 74.105C75.9095 73.7231 76.2104 73.2699 76.4147 72.7714C76.6191 72.2728 76.7229 71.7388 76.7203 71.2V67.3H108.82Z"
|
|
69
|
-
class="fill-white dark:fill-gray-900"
|
|
70
|
-
stroke="#9DA3AC"
|
|
71
|
-
stroke-linecap="round"
|
|
72
|
-
stroke-linejoin="round"
|
|
73
|
-
/>
|
|
74
|
-
</g>
|
|
75
|
-
</svg>
|
|
76
|
-
</template>
|
|
77
|
-
<script setup lang="ts"></script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="none"
|
|
4
|
+
height="120"
|
|
5
|
+
viewBox="0 0 120 120"
|
|
6
|
+
width="120"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="60" cy="60" fill="#BDC7CE" fill-opacity="0.15" r="50" />
|
|
10
|
+
<g clip-path="url(#clip0_3500_21978)">
|
|
11
|
+
<path
|
|
12
|
+
d="M59.59 101.1C83.8905 101.1 103.59 98.7629 103.59 95.88C103.59 92.9971 83.8905 90.66 59.59 90.66C35.2895 90.66 15.59 92.9971 15.59 95.88C15.59 98.7629 35.2895 101.1 59.59 101.1Z"
|
|
13
|
+
fill="#BDC7CE"
|
|
14
|
+
opacity="0.2"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M89.73 52.01H28.95L22.37 67.3H42.62V71.2C42.6187 71.7392 42.7238 72.2735 42.9292 72.7721C43.1347 73.2707 43.4365 73.7238 43.8173 74.1056C44.1982 74.4874 44.6506 74.7903 45.1487 74.997C45.6468 75.2036 46.1807 75.31 46.72 75.31H72.6C73.1388 75.31 73.6723 75.2036 74.1698 74.9968C74.6673 74.79 75.1191 74.4869 75.4992 74.105C75.8792 73.7231 76.1801 73.2699 76.3844 72.7713C76.5888 72.2728 76.6927 71.7388 76.69 71.2V67.3H96.35L89.73 52.01Z"
|
|
18
|
+
class="fill-white dark:fill-gray-900"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M99.44 67.3V67.09L89.77 42.09H28.95L19.26 67.09V67.3H10.5L23.28 38.17C23.4174 37.6877 23.7086 37.2635 24.1094 36.962C24.5102 36.6605 24.9985 36.4983 25.5 36.5H93.66C94.1611 36.4987 94.6492 36.6598 95.0512 36.959C95.4531 37.2583 95.7474 37.6796 95.89 38.16L108.82 67.3H99.44Z"
|
|
22
|
+
class="fill-white dark:fill-gray-900"
|
|
23
|
+
stroke="#9DA3AC"
|
|
24
|
+
stroke-linecap="round"
|
|
25
|
+
stroke-linejoin="round"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M89.77 42.08H28.95V52.01H89.77V42.08Z"
|
|
29
|
+
class="fill-white dark:fill-gray-900"
|
|
30
|
+
stroke="#9DA3AC"
|
|
31
|
+
stroke-linecap="round"
|
|
32
|
+
stroke-linejoin="round"
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
d="M28.95 42.08V52.02L23.83 67.3H19.26V67.09L28.95 42.08Z"
|
|
36
|
+
fill="#BDC7CE"
|
|
37
|
+
stroke="#9DA3AC"
|
|
38
|
+
stroke-linecap="round"
|
|
39
|
+
stroke-linejoin="round"
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
d="M89.7695 42.08V52.02L94.8895 67.3H99.4595V67.09L89.7695 42.08Z"
|
|
43
|
+
fill="#BDC7CE"
|
|
44
|
+
stroke="#9DA3AC"
|
|
45
|
+
stroke-linecap="round"
|
|
46
|
+
stroke-linejoin="round"
|
|
47
|
+
/>
|
|
48
|
+
<path d="M19.26 85.28V67.3" stroke="black" stroke-linecap="round" stroke-linejoin="round" />
|
|
49
|
+
<path
|
|
50
|
+
d="M99.4396 67.3V81.68L98.6796 78.16L96.3496 67.3H99.4396Z"
|
|
51
|
+
class="fill-white dark:fill-gray-900"
|
|
52
|
+
stroke="black"
|
|
53
|
+
stroke-linecap="round"
|
|
54
|
+
stroke-linejoin="round"
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
d="M89.7296 52.01H29.7296L24.5996 67.3H43.3896V71.2C43.3896 72.29 43.8226 73.3355 44.5934 74.1062C45.3642 74.877 46.4096 75.31 47.4996 75.31H71.9996C73.0897 75.31 74.135 74.877 74.9058 74.1062C75.6766 73.3355 76.1096 72.29 76.1096 71.2V67.3H94.8996L89.7296 52.01Z"
|
|
58
|
+
fill="#BDC7CE"
|
|
59
|
+
opacity="0.2"
|
|
60
|
+
/>
|
|
61
|
+
<path
|
|
62
|
+
d="M108.82 67.3L99.44 77.34L98.68 78.16L97.3 79.63H37.5L20.31 76.8L19.26 76.63L10.5 75.19V67.3"
|
|
63
|
+
stroke="black"
|
|
64
|
+
stroke-linecap="round"
|
|
65
|
+
stroke-linejoin="round"
|
|
66
|
+
/>
|
|
67
|
+
<path
|
|
68
|
+
d="M108.82 67.3V81.16C108.82 82.4861 108.294 83.7579 107.356 84.6956C106.418 85.6332 105.146 86.16 103.82 86.16H15.5303C14.2042 86.16 12.9324 85.6332 11.9948 84.6956C11.0571 83.7579 10.5303 82.4861 10.5303 81.16V67.3H42.6503V71.2C42.649 71.7393 42.7541 72.2735 42.9595 72.7721C43.165 73.2707 43.4667 73.7239 43.8476 74.1057C44.2284 74.4874 44.6809 74.7903 45.179 74.997C45.677 75.2037 46.211 75.3101 46.7503 75.3101H72.6303C73.1691 75.3101 73.7025 75.2036 74.2001 74.9968C74.6976 74.79 75.1494 74.487 75.5294 74.105C75.9095 73.7231 76.2104 73.2699 76.4147 72.7714C76.6191 72.2728 76.7229 71.7388 76.7203 71.2V67.3H108.82Z"
|
|
69
|
+
class="fill-white dark:fill-gray-900"
|
|
70
|
+
stroke="#9DA3AC"
|
|
71
|
+
stroke-linecap="round"
|
|
72
|
+
stroke-linejoin="round"
|
|
73
|
+
/>
|
|
74
|
+
</g>
|
|
75
|
+
</svg>
|
|
76
|
+
</template>
|
|
77
|
+
<script setup lang="ts"></script>
|
|
@@ -1,161 +1,161 @@
|
|
|
1
|
-
<script lang="ts" setup></script>
|
|
2
|
-
|
|
3
|
-
<template>
|
|
4
|
-
<svg
|
|
5
|
-
fill="none"
|
|
6
|
-
height="100"
|
|
7
|
-
viewBox="0 0 100 100"
|
|
8
|
-
width="100"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
>
|
|
11
|
-
<circle cx="50" cy="50" fill="#BDC7CE" fill-opacity="0.15" r="50" />
|
|
12
|
-
<g clip-path="url(#clip0_7183_8385)">
|
|
13
|
-
<path
|
|
14
|
-
d="M68.5287 75.8083C68.5287 75.8083 94.9901 91.6834 94.4792 89.769L93.8039 74.0023C93.8039 74.0023 77.6625 54.6146 75.3357 35.4074C74.4232 28.1833 77.6168 18.0153 77.6168 18.0153C75.7214 16.9324 74.0446 15.5118 72.6713 13.8253L72.8081 13.7079C70.6 11.1976 68.5926 8.47043 65.8643 7.05269C62.8714 5.49951 59.8877 4.89449 44.1933 4.54231H44.0017L41.0544 4.93063L40.9905 4.88546L35.8078 1.9597L4.78399 0.424559C4.18177 0.361348 4.31864 0.785762 5.4501 1.86035C20.2411 15.7939 37.3863 58.6871 37.3863 58.6871L42.6147 61.5768L42.1037 62.2812C41.1924 63.5102 40.735 65.0116 40.8081 66.5344C41.6202 82.0482 39.7587 83.484 41.4194 86.4007C43.9469 90.8526 50.1243 93.1824 52.8161 97.9322L72.3063 92.3968H72.3519C73.0307 91.2367 73.4653 89.9528 73.6294 88.6221C74.0856 85.4706 73.456 80.6395 68.0177 75.2755L68.5287 75.8083Z"
|
|
15
|
-
class="fill-white dark:fill-gray-900"
|
|
16
|
-
/>
|
|
17
|
-
<path
|
|
18
|
-
d="M54.7692 56.7365V56.583L43.3634 57.1248L43.5185 60.5382C43.0531 61.2245 42.606 61.8205 42.2502 62.3442C41.3388 63.5733 40.8814 65.0746 40.9545 66.5974C41.7574 82.1112 39.9051 83.547 41.5658 86.4638C44.0933 90.9156 50.2616 93.2454 52.9534 97.9953L72.3158 92.4237C72.3158 92.4237 77.4713 84.6578 67.9816 75.2664C59.9337 67.3289 56.9043 58.8315 56.6945 56.1134C55.995 56.0631 55.3035 56.2869 54.7692 56.7365Z"
|
|
19
|
-
class="fill-white dark:fill-gray-900"
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
d="M35.5353 23.0902C38.2727 23.2257 46.9502 25.9709 55.208 33.7187C64.9258 42.8302 72.6178 37.5114 72.6178 37.5114L73.2109 34.983C73.2109 34.983 65.528 40.3017 55.8011 31.1903C47.9357 23.8126 39.6961 20.9681 36.5664 20.6069C36.2055 20.9084 35.9234 21.2915 35.7439 21.7238C35.5644 22.1561 35.4929 22.6248 35.5353 23.0902Z"
|
|
23
|
-
fill="#BDC7CE"
|
|
24
|
-
opacity="0.2"
|
|
25
|
-
/>
|
|
26
|
-
<path
|
|
27
|
-
d="M45.6721 58.5244C45.1976 59.2107 44.7596 59.8157 44.3946 60.3304C43.4824 61.5587 43.0278 63.0615 43.1081 64.5837C43.911 80.0975 42.0496 81.5243 43.7103 84.45C46.2378 88.9019 53.7474 91.8728 57.6527 100.009L52.8623 97.9772C50.1249 93.2273 43.9932 90.8976 41.4656 86.4457C39.8141 83.5199 41.6664 82.0932 40.8634 66.5794C40.7817 65.057 41.2364 63.5537 42.15 62.3261C42.5241 61.8114 42.9529 61.2154 43.4274 60.5201L45.6721 58.5244Z"
|
|
28
|
-
fill="#BDC7CE"
|
|
29
|
-
opacity="0.2"
|
|
30
|
-
/>
|
|
31
|
-
<path
|
|
32
|
-
d="M56.7762 56.1404C56.9861 58.8495 60.0154 67.3559 68.0634 75.3025C77.553 84.6487 72.3976 92.4146 72.3976 92.4146L69.8609 93.0738C69.8609 93.0738 75.0163 85.3169 65.5267 75.9165C57.862 68.3402 54.7505 60.2763 54.2852 57.188C54.5866 56.8303 54.9697 56.5487 55.4029 56.3666C55.836 56.1844 56.3068 56.1069 56.7762 56.1404Z"
|
|
33
|
-
fill="#BDC7CE"
|
|
34
|
-
opacity="0.2"
|
|
35
|
-
/>
|
|
36
|
-
<path
|
|
37
|
-
d="M72.5884 37.3304C72.5884 37.3304 64.8963 42.6492 55.1786 33.5377C46.9208 25.7989 38.2524 23.0447 35.5058 22.9183C35.5058 22.9183 35.2139 21.5999 36.7833 20.2092C41.7288 15.7754 52.4959 23.8213 55.7899 20.9046"
|
|
38
|
-
stroke="#9DA3AC"
|
|
39
|
-
stroke-linecap="round"
|
|
40
|
-
stroke-linejoin="round"
|
|
41
|
-
stroke-width="0.9"
|
|
42
|
-
/>
|
|
43
|
-
<path
|
|
44
|
-
d="M65.9107 7.06165C68.6481 8.47939 70.6464 11.2065 72.8637 13.7169L72.7086 13.8433C71.4201 12.2754 69.8559 10.9508 68.0915 9.93324C65.0165 8.3349 61.9689 7.71183 45.8913 7.35063L29.5217 9.53591C28.8571 8.69821 28.3924 7.72277 28.1621 6.6824L44.2215 4.55127C59.9341 4.89442 62.9178 5.49944 65.9107 7.06165Z"
|
|
45
|
-
fill="#BDC7CE"
|
|
46
|
-
opacity="0.2"
|
|
47
|
-
/>
|
|
48
|
-
<path
|
|
49
|
-
d="M59.1396 12.2451C57.8221 15.9673 55.2427 19.1231 51.8398 21.176"
|
|
50
|
-
stroke="#9DA3AC"
|
|
51
|
-
stroke-linecap="round"
|
|
52
|
-
stroke-linejoin="round"
|
|
53
|
-
stroke-width="0.9"
|
|
54
|
-
/>
|
|
55
|
-
<path
|
|
56
|
-
d="M72.3987 92.4148C72.3987 92.4148 77.5542 84.6579 68.0645 75.3026C60.0166 67.3561 56.9872 58.8587 56.7774 56.1406C56.7774 56.1406 55.436 55.8878 54.04 57.4861C49.7058 62.5069 58.1734 72.9277 55.2809 76.2688"
|
|
57
|
-
stroke="#9DA3AC"
|
|
58
|
-
stroke-linecap="round"
|
|
59
|
-
stroke-linejoin="round"
|
|
60
|
-
stroke-width="0.9"
|
|
61
|
-
/>
|
|
62
|
-
<path
|
|
63
|
-
d="M53.0354 97.9863C50.298 93.2454 44.1754 90.9156 41.6478 86.4547C39.9872 83.538 41.8395 82.1022 41.0365 66.5884C40.9635 65.0628 41.4208 63.5586 42.3322 62.3262"
|
|
64
|
-
stroke="#9DA3AC"
|
|
65
|
-
stroke-linecap="round"
|
|
66
|
-
stroke-linejoin="round"
|
|
67
|
-
stroke-width="0.9"
|
|
68
|
-
/>
|
|
69
|
-
<path
|
|
70
|
-
d="M44.8418 79.9261C49.1214 77.8967 52.7108 74.6772 55.1709 70.6611"
|
|
71
|
-
stroke="#9DA3AC"
|
|
72
|
-
stroke-linecap="round"
|
|
73
|
-
stroke-linejoin="round"
|
|
74
|
-
stroke-width="0.9"
|
|
75
|
-
/>
|
|
76
|
-
<path
|
|
77
|
-
d="M63.839 70.5346C63.839 70.5346 89.0777 86.0665 84.2417 81.2986C69.3685 66.6517 63.4375 38.604 63.4375 38.604"
|
|
78
|
-
stroke="#9DA3AC"
|
|
79
|
-
stroke-linecap="round"
|
|
80
|
-
stroke-linejoin="round"
|
|
81
|
-
stroke-width="0.9"
|
|
82
|
-
/>
|
|
83
|
-
<path
|
|
84
|
-
d="M68.4743 56.4206L49.3856 47.1556L39.3485 23.8036C38.2083 23.1782 36.9197 22.8664 35.6165 22.9006C35.5237 22.3038 35.6303 21.6933 35.9202 21.1619C36.2101 20.6306 36.6673 20.2074 37.2224 19.9568L35.7534 19.424C35.7534 19.424 15.597 6.5831 13.1973 7.6306C26.647 26.4946 39.6587 56.9082 39.6587 56.9082L53.2088 64.5748C53.2088 64.5748 50.9185 57.0256 56.7674 56.1316C57.8112 60.3957 59.6091 64.4434 62.0779 68.0875L64.1857 70.7966L84.853 81.9037C84.853 81.9037 78.7304 75.9799 73.0914 65.1979L68.4743 56.4206Z"
|
|
85
|
-
fill="#BDC7CE"
|
|
86
|
-
opacity="0.2"
|
|
87
|
-
/>
|
|
88
|
-
<path
|
|
89
|
-
d="M39.396 18.9183C39.396 18.9183 -2.57733 -5.67985 5.4706 1.86936C20.2616 15.8029 37.4068 58.6961 37.4068 58.6961L53.9133 67.8347"
|
|
90
|
-
stroke="#9DA3AC"
|
|
91
|
-
stroke-linecap="round"
|
|
92
|
-
stroke-linejoin="round"
|
|
93
|
-
stroke-width="0.9"
|
|
94
|
-
/>
|
|
95
|
-
<path
|
|
96
|
-
d="M68.5735 75.8084C68.5735 75.8084 99.0589 94.0673 93.9673 89.0556C68.9476 64.4123 66.2832 38.8569 66.2832 38.8569"
|
|
97
|
-
stroke="#9DA3AC"
|
|
98
|
-
stroke-linecap="round"
|
|
99
|
-
stroke-linejoin="round"
|
|
100
|
-
stroke-width="0.9"
|
|
101
|
-
/>
|
|
102
|
-
<path
|
|
103
|
-
d="M37.0588 19.9656C37.0588 19.9656 7.85991 2.09493 13.4442 8.47023C25.0507 21.7355 39.3125 56.6281 39.3125 56.6281L52.8626 64.3037"
|
|
104
|
-
stroke="#9DA3AC"
|
|
105
|
-
stroke-linecap="round"
|
|
106
|
-
stroke-linejoin="round"
|
|
107
|
-
stroke-width="0.9"
|
|
108
|
-
/>
|
|
109
|
-
<path
|
|
110
|
-
d="M4.89453 0.469727L35.8362 1.99582L41.019 4.9216"
|
|
111
|
-
stroke="#9DA3AC"
|
|
112
|
-
stroke-linecap="round"
|
|
113
|
-
stroke-linejoin="round"
|
|
114
|
-
stroke-width="0.9"
|
|
115
|
-
/>
|
|
116
|
-
<path
|
|
117
|
-
d="M94.4989 89.6878L93.8511 74.0024C93.8511 74.0024 77.0617 54.6869 75.3828 35.4165"
|
|
118
|
-
stroke="#9DA3AC"
|
|
119
|
-
stroke-linecap="round"
|
|
120
|
-
stroke-linejoin="round"
|
|
121
|
-
stroke-width="0.9"
|
|
122
|
-
/>
|
|
123
|
-
<path
|
|
124
|
-
d="M38.5742 18.4483C38.5742 18.4483 42.4522 13.2289 45.7918 11.3867"
|
|
125
|
-
stroke="#9DA3AC"
|
|
126
|
-
stroke-linecap="round"
|
|
127
|
-
stroke-linejoin="round"
|
|
128
|
-
stroke-width="0.9"
|
|
129
|
-
/>
|
|
130
|
-
<path
|
|
131
|
-
d="M45.5898 19.6042L48.6648 17.4189L53.8568 19.7307"
|
|
132
|
-
stroke="#9DA3AC"
|
|
133
|
-
stroke-linecap="round"
|
|
134
|
-
stroke-linejoin="round"
|
|
135
|
-
stroke-width="0.9"
|
|
136
|
-
/>
|
|
137
|
-
<path
|
|
138
|
-
d="M77.6629 18.0155C72.7903 15.487 70.2628 9.44586 65.6913 7.07093C62.6893 5.51774 59.7056 4.91272 44.0203 4.56055L27.9336 6.70069C28.2697 8.21796 29.0982 9.58472 30.2926 10.5924C31.4871 11.6 32.9819 12.1932 34.549 12.2813L45.6536 11.3783L53.3275 13.7081"
|
|
139
|
-
stroke="#9DA3AC"
|
|
140
|
-
stroke-linecap="round"
|
|
141
|
-
stroke-linejoin="round"
|
|
142
|
-
stroke-width="0.9"
|
|
143
|
-
/>
|
|
144
|
-
<path
|
|
145
|
-
d="M81.548 25.6764C86.6831 25.6764 90.846 21.5567 90.846 16.4747C90.846 11.3927 86.6831 7.27295 81.548 7.27295C76.4129 7.27295 72.25 11.3927 72.25 16.4747C72.25 21.5567 76.4129 25.6764 81.548 25.6764Z"
|
|
146
|
-
fill="#BDC7CE"
|
|
147
|
-
/>
|
|
148
|
-
<path
|
|
149
|
-
d="M85.1513 16.4653C85.1561 17.2283 85.0889 17.9902 84.9506 18.7409C84.8393 19.3408 84.6264 19.9178 84.321 20.4475C84.0495 20.893 83.6618 21.258 83.1987 21.5041C82.6819 21.7633 82.1079 21.8905 81.5289 21.8743C80.7986 21.9019 80.0817 21.6751 79.5032 21.2332C78.9287 20.7445 78.5154 20.0965 78.317 19.3729C78.0424 18.4282 77.9132 17.448 77.9337 16.4653C77.9151 15.4844 78.0349 14.5057 78.2896 13.5575C78.4675 12.8362 78.8658 12.1866 79.4302 11.6973C80.0329 11.2483 80.7752 11.0215 81.5289 11.0562C82.2625 11.0241 82.9838 11.2513 83.5636 11.6973C84.1333 12.1695 84.5492 12.7979 84.759 13.5034C85.0414 14.4651 85.1737 15.4639 85.1513 16.4653ZM79.6766 16.4653C79.6634 17.2095 79.7215 17.9533 79.8499 18.6867C79.9203 19.1775 80.1255 19.6397 80.443 20.0231C80.7391 20.3067 81.135 20.4653 81.5471 20.4653C81.9592 20.4653 82.3551 20.3067 82.6512 20.0231C82.9705 19.6433 83.1787 19.1842 83.2534 18.6957C83.4967 17.2245 83.4967 15.724 83.2534 14.2529C83.1793 13.7604 82.9747 13.2961 82.6603 12.9074C82.5181 12.7584 82.3449 12.6417 82.1528 12.5653C81.9606 12.4889 81.7539 12.4546 81.5471 12.4649C81.3416 12.4547 81.1364 12.4891 80.9457 12.5655C80.755 12.6419 80.5835 12.7586 80.443 12.9074C80.1287 13.2961 79.924 13.7604 79.8499 14.2529C79.7155 14.9827 79.6514 15.7235 79.6583 16.4653H79.6766Z"
|
|
150
|
-
class="fill-white dark:fill-gray-900"
|
|
151
|
-
/>
|
|
152
|
-
</g>
|
|
153
|
-
<defs>
|
|
154
|
-
<clipPath id="clip0_7183_8385">
|
|
155
|
-
<rect width="91" height="100" fill="white" transform="translate(4)" />
|
|
156
|
-
</clipPath>
|
|
157
|
-
</defs>
|
|
158
|
-
</svg>
|
|
159
|
-
</template>
|
|
160
|
-
|
|
161
|
-
<style scoped></style>
|
|
1
|
+
<script lang="ts" setup></script>
|
|
2
|
+
|
|
3
|
+
<template>
|
|
4
|
+
<svg
|
|
5
|
+
fill="none"
|
|
6
|
+
height="100"
|
|
7
|
+
viewBox="0 0 100 100"
|
|
8
|
+
width="100"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
>
|
|
11
|
+
<circle cx="50" cy="50" fill="#BDC7CE" fill-opacity="0.15" r="50" />
|
|
12
|
+
<g clip-path="url(#clip0_7183_8385)">
|
|
13
|
+
<path
|
|
14
|
+
d="M68.5287 75.8083C68.5287 75.8083 94.9901 91.6834 94.4792 89.769L93.8039 74.0023C93.8039 74.0023 77.6625 54.6146 75.3357 35.4074C74.4232 28.1833 77.6168 18.0153 77.6168 18.0153C75.7214 16.9324 74.0446 15.5118 72.6713 13.8253L72.8081 13.7079C70.6 11.1976 68.5926 8.47043 65.8643 7.05269C62.8714 5.49951 59.8877 4.89449 44.1933 4.54231H44.0017L41.0544 4.93063L40.9905 4.88546L35.8078 1.9597L4.78399 0.424559C4.18177 0.361348 4.31864 0.785762 5.4501 1.86035C20.2411 15.7939 37.3863 58.6871 37.3863 58.6871L42.6147 61.5768L42.1037 62.2812C41.1924 63.5102 40.735 65.0116 40.8081 66.5344C41.6202 82.0482 39.7587 83.484 41.4194 86.4007C43.9469 90.8526 50.1243 93.1824 52.8161 97.9322L72.3063 92.3968H72.3519C73.0307 91.2367 73.4653 89.9528 73.6294 88.6221C74.0856 85.4706 73.456 80.6395 68.0177 75.2755L68.5287 75.8083Z"
|
|
15
|
+
class="fill-white dark:fill-gray-900"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
d="M54.7692 56.7365V56.583L43.3634 57.1248L43.5185 60.5382C43.0531 61.2245 42.606 61.8205 42.2502 62.3442C41.3388 63.5733 40.8814 65.0746 40.9545 66.5974C41.7574 82.1112 39.9051 83.547 41.5658 86.4638C44.0933 90.9156 50.2616 93.2454 52.9534 97.9953L72.3158 92.4237C72.3158 92.4237 77.4713 84.6578 67.9816 75.2664C59.9337 67.3289 56.9043 58.8315 56.6945 56.1134C55.995 56.0631 55.3035 56.2869 54.7692 56.7365Z"
|
|
19
|
+
class="fill-white dark:fill-gray-900"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M35.5353 23.0902C38.2727 23.2257 46.9502 25.9709 55.208 33.7187C64.9258 42.8302 72.6178 37.5114 72.6178 37.5114L73.2109 34.983C73.2109 34.983 65.528 40.3017 55.8011 31.1903C47.9357 23.8126 39.6961 20.9681 36.5664 20.6069C36.2055 20.9084 35.9234 21.2915 35.7439 21.7238C35.5644 22.1561 35.4929 22.6248 35.5353 23.0902Z"
|
|
23
|
+
fill="#BDC7CE"
|
|
24
|
+
opacity="0.2"
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
d="M45.6721 58.5244C45.1976 59.2107 44.7596 59.8157 44.3946 60.3304C43.4824 61.5587 43.0278 63.0615 43.1081 64.5837C43.911 80.0975 42.0496 81.5243 43.7103 84.45C46.2378 88.9019 53.7474 91.8728 57.6527 100.009L52.8623 97.9772C50.1249 93.2273 43.9932 90.8976 41.4656 86.4457C39.8141 83.5199 41.6664 82.0932 40.8634 66.5794C40.7817 65.057 41.2364 63.5537 42.15 62.3261C42.5241 61.8114 42.9529 61.2154 43.4274 60.5201L45.6721 58.5244Z"
|
|
28
|
+
fill="#BDC7CE"
|
|
29
|
+
opacity="0.2"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M56.7762 56.1404C56.9861 58.8495 60.0154 67.3559 68.0634 75.3025C77.553 84.6487 72.3976 92.4146 72.3976 92.4146L69.8609 93.0738C69.8609 93.0738 75.0163 85.3169 65.5267 75.9165C57.862 68.3402 54.7505 60.2763 54.2852 57.188C54.5866 56.8303 54.9697 56.5487 55.4029 56.3666C55.836 56.1844 56.3068 56.1069 56.7762 56.1404Z"
|
|
33
|
+
fill="#BDC7CE"
|
|
34
|
+
opacity="0.2"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d="M72.5884 37.3304C72.5884 37.3304 64.8963 42.6492 55.1786 33.5377C46.9208 25.7989 38.2524 23.0447 35.5058 22.9183C35.5058 22.9183 35.2139 21.5999 36.7833 20.2092C41.7288 15.7754 52.4959 23.8213 55.7899 20.9046"
|
|
38
|
+
stroke="#9DA3AC"
|
|
39
|
+
stroke-linecap="round"
|
|
40
|
+
stroke-linejoin="round"
|
|
41
|
+
stroke-width="0.9"
|
|
42
|
+
/>
|
|
43
|
+
<path
|
|
44
|
+
d="M65.9107 7.06165C68.6481 8.47939 70.6464 11.2065 72.8637 13.7169L72.7086 13.8433C71.4201 12.2754 69.8559 10.9508 68.0915 9.93324C65.0165 8.3349 61.9689 7.71183 45.8913 7.35063L29.5217 9.53591C28.8571 8.69821 28.3924 7.72277 28.1621 6.6824L44.2215 4.55127C59.9341 4.89442 62.9178 5.49944 65.9107 7.06165Z"
|
|
45
|
+
fill="#BDC7CE"
|
|
46
|
+
opacity="0.2"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M59.1396 12.2451C57.8221 15.9673 55.2427 19.1231 51.8398 21.176"
|
|
50
|
+
stroke="#9DA3AC"
|
|
51
|
+
stroke-linecap="round"
|
|
52
|
+
stroke-linejoin="round"
|
|
53
|
+
stroke-width="0.9"
|
|
54
|
+
/>
|
|
55
|
+
<path
|
|
56
|
+
d="M72.3987 92.4148C72.3987 92.4148 77.5542 84.6579 68.0645 75.3026C60.0166 67.3561 56.9872 58.8587 56.7774 56.1406C56.7774 56.1406 55.436 55.8878 54.04 57.4861C49.7058 62.5069 58.1734 72.9277 55.2809 76.2688"
|
|
57
|
+
stroke="#9DA3AC"
|
|
58
|
+
stroke-linecap="round"
|
|
59
|
+
stroke-linejoin="round"
|
|
60
|
+
stroke-width="0.9"
|
|
61
|
+
/>
|
|
62
|
+
<path
|
|
63
|
+
d="M53.0354 97.9863C50.298 93.2454 44.1754 90.9156 41.6478 86.4547C39.9872 83.538 41.8395 82.1022 41.0365 66.5884C40.9635 65.0628 41.4208 63.5586 42.3322 62.3262"
|
|
64
|
+
stroke="#9DA3AC"
|
|
65
|
+
stroke-linecap="round"
|
|
66
|
+
stroke-linejoin="round"
|
|
67
|
+
stroke-width="0.9"
|
|
68
|
+
/>
|
|
69
|
+
<path
|
|
70
|
+
d="M44.8418 79.9261C49.1214 77.8967 52.7108 74.6772 55.1709 70.6611"
|
|
71
|
+
stroke="#9DA3AC"
|
|
72
|
+
stroke-linecap="round"
|
|
73
|
+
stroke-linejoin="round"
|
|
74
|
+
stroke-width="0.9"
|
|
75
|
+
/>
|
|
76
|
+
<path
|
|
77
|
+
d="M63.839 70.5346C63.839 70.5346 89.0777 86.0665 84.2417 81.2986C69.3685 66.6517 63.4375 38.604 63.4375 38.604"
|
|
78
|
+
stroke="#9DA3AC"
|
|
79
|
+
stroke-linecap="round"
|
|
80
|
+
stroke-linejoin="round"
|
|
81
|
+
stroke-width="0.9"
|
|
82
|
+
/>
|
|
83
|
+
<path
|
|
84
|
+
d="M68.4743 56.4206L49.3856 47.1556L39.3485 23.8036C38.2083 23.1782 36.9197 22.8664 35.6165 22.9006C35.5237 22.3038 35.6303 21.6933 35.9202 21.1619C36.2101 20.6306 36.6673 20.2074 37.2224 19.9568L35.7534 19.424C35.7534 19.424 15.597 6.5831 13.1973 7.6306C26.647 26.4946 39.6587 56.9082 39.6587 56.9082L53.2088 64.5748C53.2088 64.5748 50.9185 57.0256 56.7674 56.1316C57.8112 60.3957 59.6091 64.4434 62.0779 68.0875L64.1857 70.7966L84.853 81.9037C84.853 81.9037 78.7304 75.9799 73.0914 65.1979L68.4743 56.4206Z"
|
|
85
|
+
fill="#BDC7CE"
|
|
86
|
+
opacity="0.2"
|
|
87
|
+
/>
|
|
88
|
+
<path
|
|
89
|
+
d="M39.396 18.9183C39.396 18.9183 -2.57733 -5.67985 5.4706 1.86936C20.2616 15.8029 37.4068 58.6961 37.4068 58.6961L53.9133 67.8347"
|
|
90
|
+
stroke="#9DA3AC"
|
|
91
|
+
stroke-linecap="round"
|
|
92
|
+
stroke-linejoin="round"
|
|
93
|
+
stroke-width="0.9"
|
|
94
|
+
/>
|
|
95
|
+
<path
|
|
96
|
+
d="M68.5735 75.8084C68.5735 75.8084 99.0589 94.0673 93.9673 89.0556C68.9476 64.4123 66.2832 38.8569 66.2832 38.8569"
|
|
97
|
+
stroke="#9DA3AC"
|
|
98
|
+
stroke-linecap="round"
|
|
99
|
+
stroke-linejoin="round"
|
|
100
|
+
stroke-width="0.9"
|
|
101
|
+
/>
|
|
102
|
+
<path
|
|
103
|
+
d="M37.0588 19.9656C37.0588 19.9656 7.85991 2.09493 13.4442 8.47023C25.0507 21.7355 39.3125 56.6281 39.3125 56.6281L52.8626 64.3037"
|
|
104
|
+
stroke="#9DA3AC"
|
|
105
|
+
stroke-linecap="round"
|
|
106
|
+
stroke-linejoin="round"
|
|
107
|
+
stroke-width="0.9"
|
|
108
|
+
/>
|
|
109
|
+
<path
|
|
110
|
+
d="M4.89453 0.469727L35.8362 1.99582L41.019 4.9216"
|
|
111
|
+
stroke="#9DA3AC"
|
|
112
|
+
stroke-linecap="round"
|
|
113
|
+
stroke-linejoin="round"
|
|
114
|
+
stroke-width="0.9"
|
|
115
|
+
/>
|
|
116
|
+
<path
|
|
117
|
+
d="M94.4989 89.6878L93.8511 74.0024C93.8511 74.0024 77.0617 54.6869 75.3828 35.4165"
|
|
118
|
+
stroke="#9DA3AC"
|
|
119
|
+
stroke-linecap="round"
|
|
120
|
+
stroke-linejoin="round"
|
|
121
|
+
stroke-width="0.9"
|
|
122
|
+
/>
|
|
123
|
+
<path
|
|
124
|
+
d="M38.5742 18.4483C38.5742 18.4483 42.4522 13.2289 45.7918 11.3867"
|
|
125
|
+
stroke="#9DA3AC"
|
|
126
|
+
stroke-linecap="round"
|
|
127
|
+
stroke-linejoin="round"
|
|
128
|
+
stroke-width="0.9"
|
|
129
|
+
/>
|
|
130
|
+
<path
|
|
131
|
+
d="M45.5898 19.6042L48.6648 17.4189L53.8568 19.7307"
|
|
132
|
+
stroke="#9DA3AC"
|
|
133
|
+
stroke-linecap="round"
|
|
134
|
+
stroke-linejoin="round"
|
|
135
|
+
stroke-width="0.9"
|
|
136
|
+
/>
|
|
137
|
+
<path
|
|
138
|
+
d="M77.6629 18.0155C72.7903 15.487 70.2628 9.44586 65.6913 7.07093C62.6893 5.51774 59.7056 4.91272 44.0203 4.56055L27.9336 6.70069C28.2697 8.21796 29.0982 9.58472 30.2926 10.5924C31.4871 11.6 32.9819 12.1932 34.549 12.2813L45.6536 11.3783L53.3275 13.7081"
|
|
139
|
+
stroke="#9DA3AC"
|
|
140
|
+
stroke-linecap="round"
|
|
141
|
+
stroke-linejoin="round"
|
|
142
|
+
stroke-width="0.9"
|
|
143
|
+
/>
|
|
144
|
+
<path
|
|
145
|
+
d="M81.548 25.6764C86.6831 25.6764 90.846 21.5567 90.846 16.4747C90.846 11.3927 86.6831 7.27295 81.548 7.27295C76.4129 7.27295 72.25 11.3927 72.25 16.4747C72.25 21.5567 76.4129 25.6764 81.548 25.6764Z"
|
|
146
|
+
fill="#BDC7CE"
|
|
147
|
+
/>
|
|
148
|
+
<path
|
|
149
|
+
d="M85.1513 16.4653C85.1561 17.2283 85.0889 17.9902 84.9506 18.7409C84.8393 19.3408 84.6264 19.9178 84.321 20.4475C84.0495 20.893 83.6618 21.258 83.1987 21.5041C82.6819 21.7633 82.1079 21.8905 81.5289 21.8743C80.7986 21.9019 80.0817 21.6751 79.5032 21.2332C78.9287 20.7445 78.5154 20.0965 78.317 19.3729C78.0424 18.4282 77.9132 17.448 77.9337 16.4653C77.9151 15.4844 78.0349 14.5057 78.2896 13.5575C78.4675 12.8362 78.8658 12.1866 79.4302 11.6973C80.0329 11.2483 80.7752 11.0215 81.5289 11.0562C82.2625 11.0241 82.9838 11.2513 83.5636 11.6973C84.1333 12.1695 84.5492 12.7979 84.759 13.5034C85.0414 14.4651 85.1737 15.4639 85.1513 16.4653ZM79.6766 16.4653C79.6634 17.2095 79.7215 17.9533 79.8499 18.6867C79.9203 19.1775 80.1255 19.6397 80.443 20.0231C80.7391 20.3067 81.135 20.4653 81.5471 20.4653C81.9592 20.4653 82.3551 20.3067 82.6512 20.0231C82.9705 19.6433 83.1787 19.1842 83.2534 18.6957C83.4967 17.2245 83.4967 15.724 83.2534 14.2529C83.1793 13.7604 82.9747 13.2961 82.6603 12.9074C82.5181 12.7584 82.3449 12.6417 82.1528 12.5653C81.9606 12.4889 81.7539 12.4546 81.5471 12.4649C81.3416 12.4547 81.1364 12.4891 80.9457 12.5655C80.755 12.6419 80.5835 12.7586 80.443 12.9074C80.1287 13.2961 79.924 13.7604 79.8499 14.2529C79.7155 14.9827 79.6514 15.7235 79.6583 16.4653H79.6766Z"
|
|
150
|
+
class="fill-white dark:fill-gray-900"
|
|
151
|
+
/>
|
|
152
|
+
</g>
|
|
153
|
+
<defs>
|
|
154
|
+
<clipPath id="clip0_7183_8385">
|
|
155
|
+
<rect width="91" height="100" fill="white" transform="translate(4)" />
|
|
156
|
+
</clipPath>
|
|
157
|
+
</defs>
|
|
158
|
+
</svg>
|
|
159
|
+
</template>
|
|
160
|
+
|
|
161
|
+
<style scoped></style>
|