adata-ui 3.1.79 → 3.1.80
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 +37 -2
- package/dist/runtime/components/Chip.vue +5 -5
- package/dist/runtime/components/Chip.vue.d.ts +21 -2
- 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 +47 -2
- package/dist/runtime/components/EmptyHeader.vue +6 -6
- package/dist/runtime/components/Error.vue +59 -59
- package/dist/runtime/components/Footer.vue +69 -69
- package/dist/runtime/components/FooterAccordion.vue +45 -45
- package/dist/runtime/components/Header.vue +111 -111
- package/dist/runtime/components/Header.vue.d.ts +0 -50
- package/dist/runtime/components/Modal.vue +78 -78
- package/dist/runtime/components/Modal.vue.d.ts +49 -9
- package/dist/runtime/components/NewFooter.vue +113 -113
- 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 +79 -3
- package/dist/runtime/components/Tag.vue +4 -4
- package/dist/runtime/components/Tag.vue.d.ts +12 -2
- 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 +44 -4
- package/dist/runtime/components/button/Button.vue +22 -22
- package/dist/runtime/components/button/Button.vue.d.ts +21 -3
- package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
- package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +39 -7
- 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 +5 -3
- 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 +7 -2
- 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 +35 -3
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +54 -54
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +1 -7
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue +57 -57
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +0 -26
- 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 +2 -8
- package/dist/runtime/components/header/HeaderLink.vue +46 -46
- 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 +67 -67
- package/dist/runtime/components/header/ProductMenu.vue.d.ts +2 -8
- package/dist/runtime/components/header/ProfileMenu.vue +37 -37
- package/dist/runtime/components/header/ProfileMenu.vue.d.ts +1 -5
- package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
- package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +1 -5
- 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 +14 -9
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +0 -29
- package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
- package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +1 -5
- package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +23 -23
- package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
- package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +1 -5
- package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
- package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +1 -5
- package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
- package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +1 -5
- 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 +0 -46
- package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
- package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +36 -2
- package/dist/runtime/components/row-card/RowCard.vue +27 -27
- package/dist/runtime/components/row-card/RowCard.vue.d.ts +9 -2
- 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 +20 -2
- 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/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 +1 -1
- package/dist/runtime/lang/kk.js +1 -1
- package/dist/runtime/lang/ru.js +1 -1
- package/dist/runtime/public/kaspi/logo.svg +4 -4
- package/dist/runtime/server/tsconfig.json +3 -3
- package/package.json +73 -73
|
@@ -1,187 +1,187 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
fill="none"
|
|
4
|
-
height="155"
|
|
5
|
-
viewBox="0 0 156 155"
|
|
6
|
-
width="156"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle cx="77.6673" cy="77.5001" fill="#BDC7CE" fill-opacity="0.15" r="64.5833" />
|
|
10
|
-
<path
|
|
11
|
-
d="M115.603 18.0549L86.6082 18.1585C84.4905 18.1636 82.3945 18.5859 80.4402 19.4014C78.4859 20.2168 76.7117 21.4094 75.219 22.9108C73.7264 24.4122 72.5445 26.193 71.7412 28.1514C70.9378 30.1097 70.5287 32.2072 70.5372 34.3237L70.6667 74.0056H85.9996L84.7046 83.2336L79.1749 111.94H57.8203L108.325 140.802C109.083 141.235 109.942 141.461 110.815 141.458C111.688 141.456 112.545 141.224 113.3 140.786C114.055 140.349 114.682 139.72 115.118 138.965C115.554 138.209 115.784 137.352 115.785 136.479V94.0536V73.8503L115.603 18.0549Z"
|
|
12
|
-
class="fill-white dark:fill-gray-900"
|
|
13
|
-
/>
|
|
14
|
-
<path
|
|
15
|
-
d="M57.4712 108.795C57.4712 108.717 57.4712 108.64 57.4712 108.562L52.5373 85.4079C52.3176 84.4756 51.7987 83.6407 51.0598 83.0308C50.3209 82.4209 49.4026 82.0693 48.4451 82.0299H38.4477C38.0285 82.0146 37.6115 82.0983 37.2308 82.2742C36.85 82.4501 36.5162 82.7133 36.2563 83.0424C35.9964 83.3715 35.8178 83.7572 35.7351 84.1682C35.6523 84.5792 35.6677 85.0039 35.78 85.4079L40.7139 108.562C40.9336 109.494 41.4525 110.329 42.1914 110.939C42.9303 111.549 43.8486 111.901 44.8061 111.94H54.8165C55.0338 111.938 55.2506 111.917 55.464 111.875H55.5287C55.7061 111.835 55.8795 111.779 56.0467 111.707L56.1892 111.617C56.3117 111.558 56.4287 111.489 56.5388 111.409L56.7201 111.228C56.7996 111.166 56.8733 111.097 56.9403 111.021C57.0129 110.935 57.0738 110.839 57.1216 110.736C57.165 110.679 57.2039 110.618 57.2381 110.555C57.2381 110.426 57.3417 110.309 57.3935 110.18C57.4453 110.05 57.3935 110.076 57.3935 110.012C57.4286 109.867 57.4503 109.72 57.4583 109.572C57.4583 109.572 57.4583 109.468 57.4583 109.416C57.4712 109.261 57.4712 109.105 57.4583 108.95C57.4583 108.95 57.4842 108.834 57.4712 108.795Z"
|
|
16
|
-
class="fill-white dark:fill-gray-900"
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
d="M115.799 74.0056L55.0893 99.5542L49.5985 92.9147L38.4355 82.03L76.1072 22.093L115.799 74.0056Z"
|
|
20
|
-
fill="url(#paint0_linear_2571_138983)"
|
|
21
|
-
/>
|
|
22
|
-
<path
|
|
23
|
-
d="M88.5266 79.7777L89.3295 74.0054H85.9884L84.6934 83.2334H115.799V79.7777H88.5266Z"
|
|
24
|
-
class="fill-white dark:fill-gray-900"
|
|
25
|
-
opacity="0.2"
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
d="M54.7772 111.94H44.7797C43.8222 111.901 42.9039 111.549 42.165 110.939C41.4261 110.329 40.9072 109.494 40.6875 108.562L35.7536 85.4079C35.6413 85.0039 35.6259 84.5792 35.7087 84.1682C35.7915 83.7572 35.97 83.3715 36.2299 83.0424C36.4898 82.7133 36.8237 82.4501 37.2044 82.2742C37.5852 82.0983 38.0021 82.0146 38.4213 82.0299H48.4187C49.3762 82.0693 50.2945 82.4209 51.0334 83.0308C51.7723 83.6407 52.2912 84.4756 52.5109 85.4079L57.4449 108.562C57.5571 108.966 57.5725 109.391 57.4898 109.802C57.407 110.213 57.2284 110.598 56.9685 110.928C56.7086 111.257 56.3748 111.52 55.994 111.696C55.6133 111.872 55.1964 111.955 54.7772 111.94V111.94Z"
|
|
29
|
-
class="fill-white dark:fill-gray-900"
|
|
30
|
-
stroke="#9DA3AC"
|
|
31
|
-
stroke-linecap="round"
|
|
32
|
-
stroke-linejoin="round"
|
|
33
|
-
stroke-width="1.29167"
|
|
34
|
-
/>
|
|
35
|
-
<path
|
|
36
|
-
d="M81.688 44.0825L81.2995 46.0627C81.2483 46.3354 81.1435 46.5953 80.9911 46.8272C80.8387 47.0591 80.6418 47.2585 80.4117 47.4138C80.1816 47.5691 79.923 47.6772 79.6508 47.7319C79.3786 47.7866 79.0983 47.7867 78.826 47.7323V47.7323C78.5545 47.681 78.2957 47.5767 78.0646 47.4252C77.8335 47.2738 77.6347 47.0782 77.4794 46.8497C77.3242 46.6212 77.2157 46.3643 77.1601 46.0937C77.1045 45.8232 77.1029 45.5443 77.1555 45.2732L77.531 43.293"
|
|
37
|
-
stroke="#9DA3AC"
|
|
38
|
-
stroke-linecap="round"
|
|
39
|
-
stroke-linejoin="round"
|
|
40
|
-
stroke-width="1.29167"
|
|
41
|
-
/>
|
|
42
|
-
<path
|
|
43
|
-
d="M98.1741 44.0825L97.7985 46.0627C97.7474 46.3354 97.6425 46.5953 97.4901 46.8272C97.3377 47.0591 97.1408 47.2585 96.9107 47.4138C96.6807 47.5691 96.422 47.6772 96.1498 47.7319C95.8776 47.7866 95.5973 47.7867 95.3251 47.7323V47.7323C95.0535 47.681 94.7947 47.5767 94.5636 47.4252C94.3326 47.2738 94.1337 47.0782 93.9785 46.8497C93.8232 46.6212 93.7147 46.3643 93.6591 46.0937C93.6035 45.8232 93.6019 45.5443 93.6545 45.2732L94.0301 43.293"
|
|
44
|
-
stroke="#9DA3AC"
|
|
45
|
-
stroke-linecap="round"
|
|
46
|
-
stroke-linejoin="round"
|
|
47
|
-
stroke-width="1.29167"
|
|
48
|
-
/>
|
|
49
|
-
<path
|
|
50
|
-
d="M101.475 57.5813C101.475 57.5813 99.1185 65.3468 87.0361 67.9353"
|
|
51
|
-
stroke="#9DA3AC"
|
|
52
|
-
stroke-linecap="round"
|
|
53
|
-
stroke-linejoin="round"
|
|
54
|
-
stroke-width="1.29167"
|
|
55
|
-
/>
|
|
56
|
-
<path
|
|
57
|
-
d="M115.566 17.5112L115.501 17.5889C108.482 26.8299 97.2803 31.7222 87.7879 34.2977C82.1487 35.8472 76.3634 36.8058 70.5255 37.158V33.7671C70.5091 29.7874 71.9668 25.9425 74.6177 22.973C86.8037 25.5486 104.364 26.8946 115.566 17.5112Z"
|
|
58
|
-
fill="#BDC7CE"
|
|
59
|
-
opacity="0.2"
|
|
60
|
-
/>
|
|
61
|
-
<path
|
|
62
|
-
d="M89.7167 35.0483L89.5872 35.4625L82.6201 57.8272L89.0045 56.5071L85.9871 74.0054"
|
|
63
|
-
stroke="#9DA3AC"
|
|
64
|
-
stroke-linecap="round"
|
|
65
|
-
stroke-linejoin="round"
|
|
66
|
-
stroke-width="1.29167"
|
|
67
|
-
/>
|
|
68
|
-
<path
|
|
69
|
-
d="M115.799 83.2334H84.6934L85.9884 74.0054H115.799V83.2334Z"
|
|
70
|
-
stroke="#9DA3AC"
|
|
71
|
-
stroke-linecap="round"
|
|
72
|
-
stroke-linejoin="round"
|
|
73
|
-
stroke-width="1.29167"
|
|
74
|
-
/>
|
|
75
|
-
<path
|
|
76
|
-
d="M115.526 18.1973C116.749 17.4008 118.185 16.9946 119.644 17.0325"
|
|
77
|
-
stroke="#9DA3AC"
|
|
78
|
-
stroke-linecap="round"
|
|
79
|
-
stroke-linejoin="round"
|
|
80
|
-
stroke-width="1.29167"
|
|
81
|
-
/>
|
|
82
|
-
<path
|
|
83
|
-
d="M47.7598 108.795C46.8006 108.756 45.8804 108.405 45.1393 107.795C44.3982 107.186 43.8769 106.351 43.6546 105.417L38.7336 82.2629C38.7273 82.1854 38.7273 82.1075 38.7336 82.03H38.4617C38.0372 81.9965 37.6111 82.0681 37.2209 82.2385C36.8308 82.4089 36.4887 82.6728 36.2249 83.0068C35.9612 83.3408 35.7838 83.7346 35.7087 84.1535C35.6335 84.5723 35.6628 85.0032 35.794 85.408L40.715 108.562C40.9392 109.495 41.4611 110.329 42.2018 110.938C42.9424 111.547 43.8616 111.899 44.8201 111.94H54.8175C55.2175 111.964 55.6175 111.894 55.986 111.737C56.3545 111.58 56.6816 111.34 56.9414 111.035C57.2012 110.73 57.3867 110.369 57.4833 109.98C57.5799 109.592 57.585 109.186 57.4982 108.795H47.7598Z"
|
|
84
|
-
class="fill-[#BDC7CE] dark:fill-gray-900"
|
|
85
|
-
opacity="0.2"
|
|
86
|
-
/>
|
|
87
|
-
<path
|
|
88
|
-
d="M72.3769 111.94H58.0283L108.883 141.009C109.606 141.422 110.425 141.637 111.258 141.634C112.09 141.631 112.908 141.41 113.628 140.991C114.348 140.573 114.945 139.973 115.36 139.252C115.775 138.53 115.993 137.713 115.993 136.88L72.3769 111.94Z"
|
|
89
|
-
fill="#BDC7CE"
|
|
90
|
-
opacity="0.2"
|
|
91
|
-
/>
|
|
92
|
-
<path
|
|
93
|
-
d="M49.4822 91.8531C48.8863 91.6961 48.2725 91.6178 47.6562 91.6202C47.6597 93.6123 48.4539 95.5216 49.8645 96.929C51.2752 98.3364 53.187 99.1269 55.1802 99.1269C55.1775 98.5427 55.108 97.9609 54.973 97.3925C53.6379 97.0604 52.4198 96.3681 51.4515 95.3912C50.4832 94.4144 49.802 93.1905 49.4822 91.8531V91.8531Z"
|
|
94
|
-
fill="#ECF1F7"
|
|
95
|
-
/>
|
|
96
|
-
<path
|
|
97
|
-
d="M86.5992 18.1712L115.594 18.0751L115.779 73.8701L71.4905 74.0169C71.2707 74.0176 71.0596 73.931 70.9036 73.7762C70.7477 73.6214 70.6597 73.411 70.6589 73.1913L70.5301 34.3639C70.5159 30.0903 72.201 25.9862 75.2145 22.9543C78.2281 19.9225 82.3233 18.2112 86.5993 18.1971L86.5992 18.1712Z"
|
|
98
|
-
stroke="#9DA3AC"
|
|
99
|
-
stroke-linecap="round"
|
|
100
|
-
stroke-linejoin="round"
|
|
101
|
-
stroke-width="1.29167"
|
|
102
|
-
/>
|
|
103
|
-
<path
|
|
104
|
-
d="M115.604 18.1067V18.1843C114.659 19.4786 104.195 33.9872 115.501 49.4794"
|
|
105
|
-
stroke="#9DA3AC"
|
|
106
|
-
stroke-linecap="round"
|
|
107
|
-
stroke-linejoin="round"
|
|
108
|
-
stroke-width="1.29167"
|
|
109
|
-
/>
|
|
110
|
-
<path
|
|
111
|
-
d="M70.5518 37.7663C76.3896 37.4141 82.1749 36.4554 87.8141 34.906C97.3065 32.3175 108.534 27.4381 115.527 18.1972C116.36 16.79 116.827 15.1973 116.887 13.5637"
|
|
112
|
-
stroke="#9DA3AC"
|
|
113
|
-
stroke-linecap="round"
|
|
114
|
-
stroke-linejoin="round"
|
|
115
|
-
stroke-width="1.29167"
|
|
116
|
-
/>
|
|
117
|
-
<path
|
|
118
|
-
d="M84.6925 83.2336L79.1758 111.94"
|
|
119
|
-
stroke="#9DA3AC"
|
|
120
|
-
stroke-linecap="round"
|
|
121
|
-
stroke-linejoin="round"
|
|
122
|
-
stroke-width="1.29167"
|
|
123
|
-
/>
|
|
124
|
-
<path
|
|
125
|
-
d="M115.785 83.1819V136.35C115.783 137.231 115.55 138.096 115.109 138.859C114.668 139.622 114.034 140.256 113.271 140.697C112.508 141.139 111.643 141.372 110.761 141.375C109.88 141.377 109.013 141.149 108.248 140.712L57.8203 111.888H100.245V103.592"
|
|
126
|
-
stroke="#9DA3AC"
|
|
127
|
-
stroke-linecap="round"
|
|
128
|
-
stroke-linejoin="round"
|
|
129
|
-
stroke-width="1.29167"
|
|
130
|
-
/>
|
|
131
|
-
<path
|
|
132
|
-
d="M47.6562 91.6204C48.6443 91.6204 49.6227 91.8149 50.5355 92.1928C51.4484 92.5707 52.2778 93.1245 52.9765 93.8228C53.6752 94.5211 54.2294 95.35 54.6075 96.2623C54.9856 97.1747 55.1802 98.1525 55.1802 99.14V99.14C53.1847 99.14 51.271 98.3477 49.86 96.9375C48.449 95.5273 47.6562 93.6147 47.6562 91.6204V91.6204V91.6204Z"
|
|
133
|
-
stroke="#9DA3AC"
|
|
134
|
-
stroke-linecap="round"
|
|
135
|
-
stroke-linejoin="round"
|
|
136
|
-
stroke-width="1.29167"
|
|
137
|
-
/>
|
|
138
|
-
<path
|
|
139
|
-
d="M39.5752 103.644H50.9583"
|
|
140
|
-
stroke="#9DA3AC"
|
|
141
|
-
stroke-linecap="round"
|
|
142
|
-
stroke-linejoin="round"
|
|
143
|
-
stroke-width="1.29167"
|
|
144
|
-
/>
|
|
145
|
-
<path
|
|
146
|
-
d="M39.5752 99.1399H55.18"
|
|
147
|
-
stroke="#9DA3AC"
|
|
148
|
-
stroke-linecap="round"
|
|
149
|
-
stroke-linejoin="round"
|
|
150
|
-
stroke-width="1.29167"
|
|
151
|
-
/>
|
|
152
|
-
<path
|
|
153
|
-
d="M40.4688 107.527H49.6633"
|
|
154
|
-
stroke="#9DA3AC"
|
|
155
|
-
stroke-linecap="round"
|
|
156
|
-
stroke-linejoin="round"
|
|
157
|
-
stroke-width="1.29167"
|
|
158
|
-
/>
|
|
159
|
-
<path
|
|
160
|
-
d="M71.4834 111.94V119.745"
|
|
161
|
-
stroke="#9DA3AC"
|
|
162
|
-
stroke-linecap="round"
|
|
163
|
-
stroke-linejoin="round"
|
|
164
|
-
stroke-width="1.29167"
|
|
165
|
-
/>
|
|
166
|
-
<path
|
|
167
|
-
d="M54.7772 111.94H44.7797C43.8222 111.901 42.9039 111.549 42.165 110.939C41.4261 110.329 40.9072 109.494 40.6875 108.562L35.7536 85.4079C35.6413 85.0039 35.6259 84.5792 35.7087 84.1682C35.7915 83.7572 35.97 83.3715 36.2299 83.0424C36.4898 82.7133 36.8237 82.4501 37.2044 82.2742C37.5852 82.0983 38.0021 82.0146 38.4213 82.0299H48.4187C49.3762 82.0693 50.2945 82.4209 51.0334 83.0308C51.7723 83.6407 52.2912 84.4756 52.5109 85.4079L57.4449 108.562C57.5571 108.966 57.5725 109.391 57.4898 109.802C57.407 110.213 57.2284 110.598 56.9685 110.928C56.7086 111.257 56.3748 111.52 55.994 111.696C55.6133 111.872 55.1964 111.955 54.7772 111.94V111.94Z"
|
|
168
|
-
stroke="#9DA3AC"
|
|
169
|
-
stroke-linecap="round"
|
|
170
|
-
stroke-linejoin="round"
|
|
171
|
-
stroke-width="1.29167"
|
|
172
|
-
/>
|
|
173
|
-
<defs>
|
|
174
|
-
<linearGradient
|
|
175
|
-
id="paint0_linear_2571_138983"
|
|
176
|
-
gradientUnits="userSpaceOnUse"
|
|
177
|
-
x1="58.3138"
|
|
178
|
-
x2="79.2787"
|
|
179
|
-
y1="92.8758"
|
|
180
|
-
y2="67.8848"
|
|
181
|
-
>
|
|
182
|
-
<stop offset="0.28" stop-color="#ECF1F7" />
|
|
183
|
-
<stop offset="0.69" stop-color="#ECF1F7" stop-opacity="0.3" />
|
|
184
|
-
</linearGradient>
|
|
185
|
-
</defs>
|
|
186
|
-
</svg>
|
|
187
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="none"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 156 155"
|
|
6
|
+
width="156"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="77.6673" cy="77.5001" fill="#BDC7CE" fill-opacity="0.15" r="64.5833" />
|
|
10
|
+
<path
|
|
11
|
+
d="M115.603 18.0549L86.6082 18.1585C84.4905 18.1636 82.3945 18.5859 80.4402 19.4014C78.4859 20.2168 76.7117 21.4094 75.219 22.9108C73.7264 24.4122 72.5445 26.193 71.7412 28.1514C70.9378 30.1097 70.5287 32.2072 70.5372 34.3237L70.6667 74.0056H85.9996L84.7046 83.2336L79.1749 111.94H57.8203L108.325 140.802C109.083 141.235 109.942 141.461 110.815 141.458C111.688 141.456 112.545 141.224 113.3 140.786C114.055 140.349 114.682 139.72 115.118 138.965C115.554 138.209 115.784 137.352 115.785 136.479V94.0536V73.8503L115.603 18.0549Z"
|
|
12
|
+
class="fill-white dark:fill-gray-900"
|
|
13
|
+
/>
|
|
14
|
+
<path
|
|
15
|
+
d="M57.4712 108.795C57.4712 108.717 57.4712 108.64 57.4712 108.562L52.5373 85.4079C52.3176 84.4756 51.7987 83.6407 51.0598 83.0308C50.3209 82.4209 49.4026 82.0693 48.4451 82.0299H38.4477C38.0285 82.0146 37.6115 82.0983 37.2308 82.2742C36.85 82.4501 36.5162 82.7133 36.2563 83.0424C35.9964 83.3715 35.8178 83.7572 35.7351 84.1682C35.6523 84.5792 35.6677 85.0039 35.78 85.4079L40.7139 108.562C40.9336 109.494 41.4525 110.329 42.1914 110.939C42.9303 111.549 43.8486 111.901 44.8061 111.94H54.8165C55.0338 111.938 55.2506 111.917 55.464 111.875H55.5287C55.7061 111.835 55.8795 111.779 56.0467 111.707L56.1892 111.617C56.3117 111.558 56.4287 111.489 56.5388 111.409L56.7201 111.228C56.7996 111.166 56.8733 111.097 56.9403 111.021C57.0129 110.935 57.0738 110.839 57.1216 110.736C57.165 110.679 57.2039 110.618 57.2381 110.555C57.2381 110.426 57.3417 110.309 57.3935 110.18C57.4453 110.05 57.3935 110.076 57.3935 110.012C57.4286 109.867 57.4503 109.72 57.4583 109.572C57.4583 109.572 57.4583 109.468 57.4583 109.416C57.4712 109.261 57.4712 109.105 57.4583 108.95C57.4583 108.95 57.4842 108.834 57.4712 108.795Z"
|
|
16
|
+
class="fill-white dark:fill-gray-900"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M115.799 74.0056L55.0893 99.5542L49.5985 92.9147L38.4355 82.03L76.1072 22.093L115.799 74.0056Z"
|
|
20
|
+
fill="url(#paint0_linear_2571_138983)"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M88.5266 79.7777L89.3295 74.0054H85.9884L84.6934 83.2334H115.799V79.7777H88.5266Z"
|
|
24
|
+
class="fill-white dark:fill-gray-900"
|
|
25
|
+
opacity="0.2"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M54.7772 111.94H44.7797C43.8222 111.901 42.9039 111.549 42.165 110.939C41.4261 110.329 40.9072 109.494 40.6875 108.562L35.7536 85.4079C35.6413 85.0039 35.6259 84.5792 35.7087 84.1682C35.7915 83.7572 35.97 83.3715 36.2299 83.0424C36.4898 82.7133 36.8237 82.4501 37.2044 82.2742C37.5852 82.0983 38.0021 82.0146 38.4213 82.0299H48.4187C49.3762 82.0693 50.2945 82.4209 51.0334 83.0308C51.7723 83.6407 52.2912 84.4756 52.5109 85.4079L57.4449 108.562C57.5571 108.966 57.5725 109.391 57.4898 109.802C57.407 110.213 57.2284 110.598 56.9685 110.928C56.7086 111.257 56.3748 111.52 55.994 111.696C55.6133 111.872 55.1964 111.955 54.7772 111.94V111.94Z"
|
|
29
|
+
class="fill-white dark:fill-gray-900"
|
|
30
|
+
stroke="#9DA3AC"
|
|
31
|
+
stroke-linecap="round"
|
|
32
|
+
stroke-linejoin="round"
|
|
33
|
+
stroke-width="1.29167"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M81.688 44.0825L81.2995 46.0627C81.2483 46.3354 81.1435 46.5953 80.9911 46.8272C80.8387 47.0591 80.6418 47.2585 80.4117 47.4138C80.1816 47.5691 79.923 47.6772 79.6508 47.7319C79.3786 47.7866 79.0983 47.7867 78.826 47.7323V47.7323C78.5545 47.681 78.2957 47.5767 78.0646 47.4252C77.8335 47.2738 77.6347 47.0782 77.4794 46.8497C77.3242 46.6212 77.2157 46.3643 77.1601 46.0937C77.1045 45.8232 77.1029 45.5443 77.1555 45.2732L77.531 43.293"
|
|
37
|
+
stroke="#9DA3AC"
|
|
38
|
+
stroke-linecap="round"
|
|
39
|
+
stroke-linejoin="round"
|
|
40
|
+
stroke-width="1.29167"
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
d="M98.1741 44.0825L97.7985 46.0627C97.7474 46.3354 97.6425 46.5953 97.4901 46.8272C97.3377 47.0591 97.1408 47.2585 96.9107 47.4138C96.6807 47.5691 96.422 47.6772 96.1498 47.7319C95.8776 47.7866 95.5973 47.7867 95.3251 47.7323V47.7323C95.0535 47.681 94.7947 47.5767 94.5636 47.4252C94.3326 47.2738 94.1337 47.0782 93.9785 46.8497C93.8232 46.6212 93.7147 46.3643 93.6591 46.0937C93.6035 45.8232 93.6019 45.5443 93.6545 45.2732L94.0301 43.293"
|
|
44
|
+
stroke="#9DA3AC"
|
|
45
|
+
stroke-linecap="round"
|
|
46
|
+
stroke-linejoin="round"
|
|
47
|
+
stroke-width="1.29167"
|
|
48
|
+
/>
|
|
49
|
+
<path
|
|
50
|
+
d="M101.475 57.5813C101.475 57.5813 99.1185 65.3468 87.0361 67.9353"
|
|
51
|
+
stroke="#9DA3AC"
|
|
52
|
+
stroke-linecap="round"
|
|
53
|
+
stroke-linejoin="round"
|
|
54
|
+
stroke-width="1.29167"
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
d="M115.566 17.5112L115.501 17.5889C108.482 26.8299 97.2803 31.7222 87.7879 34.2977C82.1487 35.8472 76.3634 36.8058 70.5255 37.158V33.7671C70.5091 29.7874 71.9668 25.9425 74.6177 22.973C86.8037 25.5486 104.364 26.8946 115.566 17.5112Z"
|
|
58
|
+
fill="#BDC7CE"
|
|
59
|
+
opacity="0.2"
|
|
60
|
+
/>
|
|
61
|
+
<path
|
|
62
|
+
d="M89.7167 35.0483L89.5872 35.4625L82.6201 57.8272L89.0045 56.5071L85.9871 74.0054"
|
|
63
|
+
stroke="#9DA3AC"
|
|
64
|
+
stroke-linecap="round"
|
|
65
|
+
stroke-linejoin="round"
|
|
66
|
+
stroke-width="1.29167"
|
|
67
|
+
/>
|
|
68
|
+
<path
|
|
69
|
+
d="M115.799 83.2334H84.6934L85.9884 74.0054H115.799V83.2334Z"
|
|
70
|
+
stroke="#9DA3AC"
|
|
71
|
+
stroke-linecap="round"
|
|
72
|
+
stroke-linejoin="round"
|
|
73
|
+
stroke-width="1.29167"
|
|
74
|
+
/>
|
|
75
|
+
<path
|
|
76
|
+
d="M115.526 18.1973C116.749 17.4008 118.185 16.9946 119.644 17.0325"
|
|
77
|
+
stroke="#9DA3AC"
|
|
78
|
+
stroke-linecap="round"
|
|
79
|
+
stroke-linejoin="round"
|
|
80
|
+
stroke-width="1.29167"
|
|
81
|
+
/>
|
|
82
|
+
<path
|
|
83
|
+
d="M47.7598 108.795C46.8006 108.756 45.8804 108.405 45.1393 107.795C44.3982 107.186 43.8769 106.351 43.6546 105.417L38.7336 82.2629C38.7273 82.1854 38.7273 82.1075 38.7336 82.03H38.4617C38.0372 81.9965 37.6111 82.0681 37.2209 82.2385C36.8308 82.4089 36.4887 82.6728 36.2249 83.0068C35.9612 83.3408 35.7838 83.7346 35.7087 84.1535C35.6335 84.5723 35.6628 85.0032 35.794 85.408L40.715 108.562C40.9392 109.495 41.4611 110.329 42.2018 110.938C42.9424 111.547 43.8616 111.899 44.8201 111.94H54.8175C55.2175 111.964 55.6175 111.894 55.986 111.737C56.3545 111.58 56.6816 111.34 56.9414 111.035C57.2012 110.73 57.3867 110.369 57.4833 109.98C57.5799 109.592 57.585 109.186 57.4982 108.795H47.7598Z"
|
|
84
|
+
class="fill-[#BDC7CE] dark:fill-gray-900"
|
|
85
|
+
opacity="0.2"
|
|
86
|
+
/>
|
|
87
|
+
<path
|
|
88
|
+
d="M72.3769 111.94H58.0283L108.883 141.009C109.606 141.422 110.425 141.637 111.258 141.634C112.09 141.631 112.908 141.41 113.628 140.991C114.348 140.573 114.945 139.973 115.36 139.252C115.775 138.53 115.993 137.713 115.993 136.88L72.3769 111.94Z"
|
|
89
|
+
fill="#BDC7CE"
|
|
90
|
+
opacity="0.2"
|
|
91
|
+
/>
|
|
92
|
+
<path
|
|
93
|
+
d="M49.4822 91.8531C48.8863 91.6961 48.2725 91.6178 47.6562 91.6202C47.6597 93.6123 48.4539 95.5216 49.8645 96.929C51.2752 98.3364 53.187 99.1269 55.1802 99.1269C55.1775 98.5427 55.108 97.9609 54.973 97.3925C53.6379 97.0604 52.4198 96.3681 51.4515 95.3912C50.4832 94.4144 49.802 93.1905 49.4822 91.8531V91.8531Z"
|
|
94
|
+
fill="#ECF1F7"
|
|
95
|
+
/>
|
|
96
|
+
<path
|
|
97
|
+
d="M86.5992 18.1712L115.594 18.0751L115.779 73.8701L71.4905 74.0169C71.2707 74.0176 71.0596 73.931 70.9036 73.7762C70.7477 73.6214 70.6597 73.411 70.6589 73.1913L70.5301 34.3639C70.5159 30.0903 72.201 25.9862 75.2145 22.9543C78.2281 19.9225 82.3233 18.2112 86.5993 18.1971L86.5992 18.1712Z"
|
|
98
|
+
stroke="#9DA3AC"
|
|
99
|
+
stroke-linecap="round"
|
|
100
|
+
stroke-linejoin="round"
|
|
101
|
+
stroke-width="1.29167"
|
|
102
|
+
/>
|
|
103
|
+
<path
|
|
104
|
+
d="M115.604 18.1067V18.1843C114.659 19.4786 104.195 33.9872 115.501 49.4794"
|
|
105
|
+
stroke="#9DA3AC"
|
|
106
|
+
stroke-linecap="round"
|
|
107
|
+
stroke-linejoin="round"
|
|
108
|
+
stroke-width="1.29167"
|
|
109
|
+
/>
|
|
110
|
+
<path
|
|
111
|
+
d="M70.5518 37.7663C76.3896 37.4141 82.1749 36.4554 87.8141 34.906C97.3065 32.3175 108.534 27.4381 115.527 18.1972C116.36 16.79 116.827 15.1973 116.887 13.5637"
|
|
112
|
+
stroke="#9DA3AC"
|
|
113
|
+
stroke-linecap="round"
|
|
114
|
+
stroke-linejoin="round"
|
|
115
|
+
stroke-width="1.29167"
|
|
116
|
+
/>
|
|
117
|
+
<path
|
|
118
|
+
d="M84.6925 83.2336L79.1758 111.94"
|
|
119
|
+
stroke="#9DA3AC"
|
|
120
|
+
stroke-linecap="round"
|
|
121
|
+
stroke-linejoin="round"
|
|
122
|
+
stroke-width="1.29167"
|
|
123
|
+
/>
|
|
124
|
+
<path
|
|
125
|
+
d="M115.785 83.1819V136.35C115.783 137.231 115.55 138.096 115.109 138.859C114.668 139.622 114.034 140.256 113.271 140.697C112.508 141.139 111.643 141.372 110.761 141.375C109.88 141.377 109.013 141.149 108.248 140.712L57.8203 111.888H100.245V103.592"
|
|
126
|
+
stroke="#9DA3AC"
|
|
127
|
+
stroke-linecap="round"
|
|
128
|
+
stroke-linejoin="round"
|
|
129
|
+
stroke-width="1.29167"
|
|
130
|
+
/>
|
|
131
|
+
<path
|
|
132
|
+
d="M47.6562 91.6204C48.6443 91.6204 49.6227 91.8149 50.5355 92.1928C51.4484 92.5707 52.2778 93.1245 52.9765 93.8228C53.6752 94.5211 54.2294 95.35 54.6075 96.2623C54.9856 97.1747 55.1802 98.1525 55.1802 99.14V99.14C53.1847 99.14 51.271 98.3477 49.86 96.9375C48.449 95.5273 47.6562 93.6147 47.6562 91.6204V91.6204V91.6204Z"
|
|
133
|
+
stroke="#9DA3AC"
|
|
134
|
+
stroke-linecap="round"
|
|
135
|
+
stroke-linejoin="round"
|
|
136
|
+
stroke-width="1.29167"
|
|
137
|
+
/>
|
|
138
|
+
<path
|
|
139
|
+
d="M39.5752 103.644H50.9583"
|
|
140
|
+
stroke="#9DA3AC"
|
|
141
|
+
stroke-linecap="round"
|
|
142
|
+
stroke-linejoin="round"
|
|
143
|
+
stroke-width="1.29167"
|
|
144
|
+
/>
|
|
145
|
+
<path
|
|
146
|
+
d="M39.5752 99.1399H55.18"
|
|
147
|
+
stroke="#9DA3AC"
|
|
148
|
+
stroke-linecap="round"
|
|
149
|
+
stroke-linejoin="round"
|
|
150
|
+
stroke-width="1.29167"
|
|
151
|
+
/>
|
|
152
|
+
<path
|
|
153
|
+
d="M40.4688 107.527H49.6633"
|
|
154
|
+
stroke="#9DA3AC"
|
|
155
|
+
stroke-linecap="round"
|
|
156
|
+
stroke-linejoin="round"
|
|
157
|
+
stroke-width="1.29167"
|
|
158
|
+
/>
|
|
159
|
+
<path
|
|
160
|
+
d="M71.4834 111.94V119.745"
|
|
161
|
+
stroke="#9DA3AC"
|
|
162
|
+
stroke-linecap="round"
|
|
163
|
+
stroke-linejoin="round"
|
|
164
|
+
stroke-width="1.29167"
|
|
165
|
+
/>
|
|
166
|
+
<path
|
|
167
|
+
d="M54.7772 111.94H44.7797C43.8222 111.901 42.9039 111.549 42.165 110.939C41.4261 110.329 40.9072 109.494 40.6875 108.562L35.7536 85.4079C35.6413 85.0039 35.6259 84.5792 35.7087 84.1682C35.7915 83.7572 35.97 83.3715 36.2299 83.0424C36.4898 82.7133 36.8237 82.4501 37.2044 82.2742C37.5852 82.0983 38.0021 82.0146 38.4213 82.0299H48.4187C49.3762 82.0693 50.2945 82.4209 51.0334 83.0308C51.7723 83.6407 52.2912 84.4756 52.5109 85.4079L57.4449 108.562C57.5571 108.966 57.5725 109.391 57.4898 109.802C57.407 110.213 57.2284 110.598 56.9685 110.928C56.7086 111.257 56.3748 111.52 55.994 111.696C55.6133 111.872 55.1964 111.955 54.7772 111.94V111.94Z"
|
|
168
|
+
stroke="#9DA3AC"
|
|
169
|
+
stroke-linecap="round"
|
|
170
|
+
stroke-linejoin="round"
|
|
171
|
+
stroke-width="1.29167"
|
|
172
|
+
/>
|
|
173
|
+
<defs>
|
|
174
|
+
<linearGradient
|
|
175
|
+
id="paint0_linear_2571_138983"
|
|
176
|
+
gradientUnits="userSpaceOnUse"
|
|
177
|
+
x1="58.3138"
|
|
178
|
+
x2="79.2787"
|
|
179
|
+
y1="92.8758"
|
|
180
|
+
y2="67.8848"
|
|
181
|
+
>
|
|
182
|
+
<stop offset="0.28" stop-color="#ECF1F7" />
|
|
183
|
+
<stop offset="0.69" stop-color="#ECF1F7" stop-opacity="0.3" />
|
|
184
|
+
</linearGradient>
|
|
185
|
+
</defs>
|
|
186
|
+
</svg>
|
|
187
|
+
</template>
|