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.
Files changed (288) hide show
  1. package/README.md +84 -84
  2. package/dist/module.json +1 -1
  3. package/dist/runtime/components/Alert.vue +26 -26
  4. package/dist/runtime/components/Alert.vue.d.ts +2 -37
  5. package/dist/runtime/components/Chip.vue +5 -5
  6. package/dist/runtime/components/Chip.vue.d.ts +2 -21
  7. package/dist/runtime/components/ColorMode.vue +12 -12
  8. package/dist/runtime/components/CurveBlock.vue +177 -177
  9. package/dist/runtime/components/DigitBadge.vue +5 -5
  10. package/dist/runtime/components/DigitBadge.vue.d.ts +1 -1
  11. package/dist/runtime/components/Drawer.vue +32 -32
  12. package/dist/runtime/components/Drawer.vue.d.ts +2 -47
  13. package/dist/runtime/components/EmptyHeader.vue +6 -6
  14. package/dist/runtime/components/Error.vue +59 -59
  15. package/dist/runtime/components/Footer.vue +73 -73
  16. package/dist/runtime/components/FooterAccordion.vue +45 -45
  17. package/dist/runtime/components/Header.vue +111 -111
  18. package/dist/runtime/components/Header.vue.d.ts +50 -0
  19. package/dist/runtime/components/Modal.vue +78 -78
  20. package/dist/runtime/components/Modal.vue.d.ts +9 -49
  21. package/dist/runtime/components/NewFooter.vue +114 -114
  22. package/dist/runtime/components/NewFooterAccordion.vue +52 -52
  23. package/dist/runtime/components/OtherServiceFeatures.vue +45 -45
  24. package/dist/runtime/components/PkMobileServices.vue +22 -22
  25. package/dist/runtime/components/SidePanel.vue +76 -76
  26. package/dist/runtime/components/SidePanel.vue.d.ts +3 -79
  27. package/dist/runtime/components/Tag.vue +4 -4
  28. package/dist/runtime/components/Tag.vue.d.ts +2 -12
  29. package/dist/runtime/components/Toggle.vue +30 -30
  30. package/dist/runtime/components/accordion/Accordion.vue +41 -41
  31. package/dist/runtime/components/accordion/Accordion.vue.d.ts +4 -44
  32. package/dist/runtime/components/button/Button.vue +22 -22
  33. package/dist/runtime/components/button/Button.vue.d.ts +4 -22
  34. package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
  35. package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +7 -39
  36. package/dist/runtime/components/date-picker/DatePicker.vue +38 -38
  37. package/dist/runtime/components/error-template/index.vue +32 -32
  38. package/dist/runtime/components/error-template/index.vue.d.ts +3 -5
  39. package/dist/runtime/components/feature-description/FeatureDescription.vue +46 -46
  40. package/dist/runtime/components/floating-label/FloatingLabel.vue +5 -5
  41. package/dist/runtime/components/floating-label/FloatingLabel.vue.d.ts +2 -7
  42. package/dist/runtime/components/forms/input/password/InputPassword.vue +25 -25
  43. package/dist/runtime/components/forms/input/password/InputPassword.vue.d.ts +1 -1
  44. package/dist/runtime/components/forms/input/standard/InputStandard.vue +108 -108
  45. package/dist/runtime/components/forms/input/textarea/ATextarea.vue +63 -63
  46. package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +3 -35
  47. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +61 -55
  48. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +11 -2
  49. package/dist/runtime/components/forms/request-demo/RequestDemo.vue +63 -59
  50. package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +27 -0
  51. package/dist/runtime/components/header/AlmatyContacts.vue +76 -76
  52. package/dist/runtime/components/header/AstanaContacts.vue +31 -31
  53. package/dist/runtime/components/header/CardGallery.vue +60 -60
  54. package/dist/runtime/components/header/ContactMenu.vue +39 -39
  55. package/dist/runtime/components/header/ContactMenu.vue.d.ts +8 -2
  56. package/dist/runtime/components/header/HeaderLink.vue +68 -55
  57. package/dist/runtime/components/header/LangSwitcher.vue +26 -26
  58. package/dist/runtime/components/header/ListItem.vue +15 -15
  59. package/dist/runtime/components/header/NavCard.vue +28 -28
  60. package/dist/runtime/components/header/NavList.vue +52 -52
  61. package/dist/runtime/components/header/ProductMenu.vue +72 -72
  62. package/dist/runtime/components/header/ProductMenu.vue.d.ts +8 -2
  63. package/dist/runtime/components/header/ProfileMenu.vue +37 -37
  64. package/dist/runtime/components/header/ProfileMenu.vue.d.ts +5 -1
  65. package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
  66. package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +5 -1
  67. package/dist/runtime/components/header/TopHeader.vue +72 -72
  68. package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
  69. package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +9 -14
  70. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
  71. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +29 -0
  72. package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
  73. package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +5 -1
  74. package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +26 -26
  75. package/dist/runtime/components/modals/ApplicationAcceptedModal.vue +43 -0
  76. package/dist/runtime/components/modals/ApplicationAcceptedModal.vue.d.ts +9 -0
  77. package/dist/runtime/components/modals/ConnectingTariffModal.vue +58 -0
  78. package/dist/runtime/components/modals/ConnectingTariffModal.vue.d.ts +19 -0
  79. package/dist/runtime/components/modals/InsufficientFundsModal.vue +68 -0
  80. package/dist/runtime/components/modals/InsufficientFundsModal.vue.d.ts +18 -0
  81. package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
  82. package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +5 -1
  83. package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
  84. package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +5 -1
  85. package/dist/runtime/components/modals/SubmitApplicationModal.vue +114 -0
  86. package/dist/runtime/components/modals/SubmitApplicationModal.vue.d.ts +17 -0
  87. package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
  88. package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +5 -1
  89. package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
  90. package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
  91. package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
  92. package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
  93. package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
  94. package/dist/runtime/components/modals/id/IdModals.vue +44 -44
  95. package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
  96. package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
  97. package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
  98. package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
  99. package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
  100. package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
  101. package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
  102. package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
  103. package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
  104. package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
  105. package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
  106. package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
  107. package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
  108. package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
  109. package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +46 -0
  110. package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
  111. package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +2 -36
  112. package/dist/runtime/components/row-card/RowCard.vue +27 -27
  113. package/dist/runtime/components/row-card/RowCard.vue.d.ts +2 -9
  114. package/dist/runtime/components/select-row/index.vue +58 -58
  115. package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
  116. package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
  117. package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +2 -20
  118. package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
  119. package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
  120. package/dist/runtime/composables/projectState.d.ts +2 -2
  121. package/dist/runtime/composables/useBuyTariffs.d.ts +7 -0
  122. package/dist/runtime/composables/useBuyTariffs.js +73 -0
  123. package/dist/runtime/composables/useIdModals.d.ts +11 -21
  124. package/dist/runtime/composables/usePayment.d.ts +5 -5
  125. package/dist/runtime/i18n/i18n.config.d.ts +9 -0
  126. package/dist/runtime/i18n.d.ts +1 -1
  127. package/dist/runtime/icons/ai-assistant.vue +13 -13
  128. package/dist/runtime/icons/akimat.vue +20 -20
  129. package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
  130. package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
  131. package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
  132. package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
  133. package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
  134. package/dist/runtime/icons/avatar.vue +41 -41
  135. package/dist/runtime/icons/avto/car.vue +17 -17
  136. package/dist/runtime/icons/avto/truck.vue +17 -17
  137. package/dist/runtime/icons/bank.vue +14 -14
  138. package/dist/runtime/icons/block.vue +19 -19
  139. package/dist/runtime/icons/bookmark.vue +19 -19
  140. package/dist/runtime/icons/calculator.vue +19 -19
  141. package/dist/runtime/icons/chartBar.vue +14 -14
  142. package/dist/runtime/icons/check-circle.vue +25 -25
  143. package/dist/runtime/icons/check-sb.vue +7 -7
  144. package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
  145. package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
  146. package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
  147. package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
  148. package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
  149. package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
  150. package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
  151. package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
  152. package/dist/runtime/icons/clipboard-text.vue +17 -17
  153. package/dist/runtime/icons/clock.vue +25 -25
  154. package/dist/runtime/icons/color-mode/moon.vue +20 -20
  155. package/dist/runtime/icons/color-mode/sun.vue +27 -27
  156. package/dist/runtime/icons/communication/mail.vue +19 -19
  157. package/dist/runtime/icons/communication/phone.vue +19 -19
  158. package/dist/runtime/icons/company.vue +19 -19
  159. package/dist/runtime/icons/currency/dollar.vue +19 -19
  160. package/dist/runtime/icons/currency/down.vue +22 -22
  161. package/dist/runtime/icons/currency/eur.vue +69 -69
  162. package/dist/runtime/icons/currency/rub.vue +25 -25
  163. package/dist/runtime/icons/currency/tenge.vue +9 -9
  164. package/dist/runtime/icons/currency/usd.vue +269 -269
  165. package/dist/runtime/icons/currency/yuan.vue +37 -37
  166. package/dist/runtime/icons/document/hdocument.vue +17 -17
  167. package/dist/runtime/icons/document/id.vue +19 -19
  168. package/dist/runtime/icons/document/profile.vue +19 -19
  169. package/dist/runtime/icons/eye-closed.vue +26 -26
  170. package/dist/runtime/icons/eye-open.vue +7 -7
  171. package/dist/runtime/icons/eye-opened.vue +23 -23
  172. package/dist/runtime/icons/file/excel-icon.vue +14 -14
  173. package/dist/runtime/icons/file/file.vue +19 -19
  174. package/dist/runtime/icons/file/files.vue +17 -17
  175. package/dist/runtime/icons/globe.vue +19 -19
  176. package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
  177. package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
  178. package/dist/runtime/icons/handshake.vue +19 -19
  179. package/dist/runtime/icons/history.vue +19 -19
  180. package/dist/runtime/icons/hot-line.vue +6 -6
  181. package/dist/runtime/icons/id.vue +9 -9
  182. package/dist/runtime/icons/info/info-circle.vue +29 -29
  183. package/dist/runtime/icons/invoice.vue +35 -35
  184. package/dist/runtime/icons/kaspi-qr.vue +13 -13
  185. package/dist/runtime/icons/link-chain.vue +31 -31
  186. package/dist/runtime/icons/loader-circle.vue +34 -34
  187. package/dist/runtime/icons/lock.vue +19 -19
  188. package/dist/runtime/icons/logo/adata.vue +48 -48
  189. package/dist/runtime/icons/logo/logo.vue +27 -27
  190. package/dist/runtime/icons/map-paper.vue +5 -5
  191. package/dist/runtime/icons/map-pin-rect.vue +15 -15
  192. package/dist/runtime/icons/medal.vue +17 -17
  193. package/dist/runtime/icons/menu/menu-filled.vue +61 -61
  194. package/dist/runtime/icons/menu/menu.vue +41 -41
  195. package/dist/runtime/icons/message.vue +24 -24
  196. package/dist/runtime/icons/modals/door.vue +162 -162
  197. package/dist/runtime/icons/moon.vue +10 -10
  198. package/dist/runtime/icons/navigation/expand-window.vue +19 -19
  199. package/dist/runtime/icons/navigation/location.vue +25 -25
  200. package/dist/runtime/icons/navigation/logout.vue +19 -19
  201. package/dist/runtime/icons/notifications.vue +25 -25
  202. package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
  203. package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
  204. package/dist/runtime/icons/other-service/block.vue +16 -16
  205. package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
  206. package/dist/runtime/icons/other-service/globe.vue +16 -16
  207. package/dist/runtime/icons/other-service/link.vue +7 -7
  208. package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
  209. package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
  210. package/dist/runtime/icons/other-service/users-three.vue +7 -7
  211. package/dist/runtime/icons/payment/payment-card.vue +6 -6
  212. package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
  213. package/dist/runtime/icons/plus.vue +24 -24
  214. package/dist/runtime/icons/radio/radio-check.vue +24 -24
  215. package/dist/runtime/icons/radio/radio-empty.vue +20 -20
  216. package/dist/runtime/icons/receipt/hcheck.vue +27 -27
  217. package/dist/runtime/icons/receipt/receipt.vue +27 -27
  218. package/dist/runtime/icons/sanctions.vue +8 -8
  219. package/dist/runtime/icons/scale.vue +19 -19
  220. package/dist/runtime/icons/search.vue +27 -27
  221. package/dist/runtime/icons/socials/facebook.vue +15 -15
  222. package/dist/runtime/icons/socials/google.vue +41 -41
  223. package/dist/runtime/icons/socials/instagram.vue +19 -19
  224. package/dist/runtime/icons/socials/linkedin.vue +24 -24
  225. package/dist/runtime/icons/socials/mailru.vue +34 -34
  226. package/dist/runtime/icons/socials/telegram.vue +15 -15
  227. package/dist/runtime/icons/socials/tik-tok.vue +15 -15
  228. package/dist/runtime/icons/socials/whatsapp.vue +21 -21
  229. package/dist/runtime/icons/socials/yandex.vue +28 -28
  230. package/dist/runtime/icons/socials/youtube.vue +16 -16
  231. package/dist/runtime/icons/sun.vue +14 -14
  232. package/dist/runtime/icons/sviazi.vue +19 -19
  233. package/dist/runtime/icons/tasks.vue +10 -10
  234. package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
  235. package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
  236. package/dist/runtime/icons/users/users-three.vue +17 -17
  237. package/dist/runtime/icons/users/users.vue +31 -31
  238. package/dist/runtime/icons/warning-triangle.vue +29 -29
  239. package/dist/runtime/icons/work-bag.vue +20 -20
  240. package/dist/runtime/icons/x-mark.vue +18 -18
  241. package/dist/runtime/illustrations/address-location.vue +38 -38
  242. package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
  243. package/dist/runtime/illustrations/bill.vue +133 -133
  244. package/dist/runtime/illustrations/buildings.vue +82 -82
  245. package/dist/runtime/illustrations/calendar.vue +156 -156
  246. package/dist/runtime/illustrations/chains.vue +152 -152
  247. package/dist/runtime/illustrations/coin-percent.vue +126 -126
  248. package/dist/runtime/illustrations/coins-stack.vue +202 -202
  249. package/dist/runtime/illustrations/delete-dark.vue +31 -31
  250. package/dist/runtime/illustrations/delete.vue +32 -32
  251. package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
  252. package/dist/runtime/illustrations/document.vue +64 -64
  253. package/dist/runtime/illustrations/door.vue +74 -74
  254. package/dist/runtime/illustrations/empty-box.vue +77 -77
  255. package/dist/runtime/illustrations/empty-wallet.vue +161 -161
  256. package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
  257. package/dist/runtime/illustrations/hammer.vue +156 -156
  258. package/dist/runtime/illustrations/hand-cash.vue +108 -108
  259. package/dist/runtime/illustrations/info.vue +39 -39
  260. package/dist/runtime/illustrations/mail.vue +68 -68
  261. package/dist/runtime/illustrations/ok.vue +62 -62
  262. package/dist/runtime/illustrations/people-group.vue +237 -237
  263. package/dist/runtime/illustrations/person-with-phone.vue +187 -187
  264. package/dist/runtime/illustrations/person.vue +159 -159
  265. package/dist/runtime/illustrations/phone-check.vue +90 -90
  266. package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
  267. package/dist/runtime/illustrations/stop-hand.vue +77 -77
  268. package/dist/runtime/illustrations/stop-sign.vue +34 -34
  269. package/dist/runtime/illustrations/suit.vue +111 -111
  270. package/dist/runtime/illustrations/suitcase.vue +105 -105
  271. package/dist/runtime/illustrations/terminal-dark.vue +48 -48
  272. package/dist/runtime/illustrations/terminal.vue +234 -234
  273. package/dist/runtime/illustrations/trash-can.vue +108 -108
  274. package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
  275. package/dist/runtime/illustrations/two-persons.vue +169 -169
  276. package/dist/runtime/lang/en.js +5 -2
  277. package/dist/runtime/lang/kk.js +5 -2
  278. package/dist/runtime/lang/ru.d.ts +3 -0
  279. package/dist/runtime/lang/ru.js +5 -2
  280. package/dist/runtime/plugins/toast.d.ts +1 -503
  281. package/dist/runtime/public/kaspi/logo.svg +4 -4
  282. package/dist/runtime/server/tsconfig.json +3 -3
  283. package/dist/runtime/utils/getMaxZindex.d.ts +2 -0
  284. package/dist/runtime/utils/getMaxZindex.js +22 -0
  285. package/dist/runtime/utils/localizedNavigation.d.ts +1 -1
  286. package/dist/runtime/utils/useUrls.d.ts +1 -0
  287. package/dist/runtime/utils/useUrls.js +1 -0
  288. package/package.json +73 -73
@@ -1,237 +1,237 @@
1
- <template>
2
- <svg
3
- width="155"
4
- height="155"
5
- viewBox="0 0 155 155"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <circle cx="77.5001" cy="77.4998" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
10
- <g clip-path="url(#clip0_2938_133808)">
11
- <path
12
- d="M131.221 84.6428L131.105 84.3844L129.523 81.4136C127.315 77.8573 124.242 74.924 120.592 72.8901C116.942 70.8562 112.837 69.7888 108.662 69.7886H94.2105V69.9306V69.7886L94.0432 17.8378L87.197 17.7603L63.454 17.8378C61.9658 17.8411 60.4928 18.1389 59.1193 18.7141C57.7458 19.2893 56.4987 20.1305 55.4493 21.1898C54.4 22.249 53.5689 23.5055 53.0037 24.8874C52.4384 26.2693 52.1501 27.7494 52.1552 29.2431V29.3723C52.0651 30.4702 52.0265 31.6198 52.0394 32.7952V35.9986H52.1681L52.2839 68.2902V69.9306H66.5168L65.3071 78.5332L63.2224 89.2411L62.8234 89.4865C62.5789 89.4865 62.3344 89.4865 62.077 89.4865C58.2502 89.4879 54.5027 90.5816 51.2717 92.64C48.0407 94.6983 45.4594 97.6364 43.8291 101.111L43.9449 101.047L43.8677 101.176L38.1282 113.899V114.015L42.9797 116.276C44.0125 119.386 45.7784 122.2 48.1273 124.478C48.5391 124.878 48.9637 125.266 49.4142 125.627C51.2936 127.139 53.4239 128.306 55.707 129.076V129.425L55.5011 129.321V141.618H59.3617V141.528L71.8703 141.308L71.7673 135.173L94.2362 135.082V135.173H100.581H107.543V117.322H123.152V99.2386H137.591L131.221 84.6428Z"
13
- class="fill-white dark:fill-gray-900"
14
- />
15
- <path
16
- opacity="0.2"
17
- d="M52.1799 36.0888L52.2958 69.9563L94.2095 69.8143L94.1966 65.0738L57.4175 65.203L57.3146 35.6626L52.1799 36.0888Z"
18
- fill="#BDC7CE"
19
- />
20
- <path opacity="0.2" d="M100.541 69.8145H94.2097V135.134H100.541V69.8145Z" fill="#BDC7CE" />
21
- <path
22
- opacity="0.2"
23
- d="M94.3256 17.502V17.5666C87.7368 26.2853 77.223 30.8965 68.3049 33.3249C63.0127 34.7865 57.5824 35.687 52.103 36.0116V32.8211C52.103 28.9461 52.3347 25.3424 54.6768 22.6428C66.1172 25.0711 83.8118 26.337 94.3256 17.502Z"
24
- fill="#BDC7CE"
25
- />
26
- <path
27
- opacity="0.2"
28
- d="M82.2424 109.83C82.2426 113.474 81.2622 117.05 79.4048 120.181C77.5474 123.311 74.8819 125.88 71.6899 127.616V122.553C74.5043 121.022 76.9144 118.839 78.7204 116.186C80.5265 113.533 81.6765 110.486 82.0751 107.298C82.1893 108.137 82.2452 108.983 82.2424 109.83Z"
29
- fill="#BDC7CE"
30
- />
31
- <path
32
- opacity="0.2"
33
- d="M59.3355 141.579H55.4749V129.296C58.6792 131.362 64.1099 127.888 64.1099 127.888C64.1099 127.888 62.5785 131.879 59.3098 133.054L59.3355 141.579Z"
34
- fill="#BDC7CE"
35
- />
36
- <path
37
- opacity="0.2"
38
- d="M64.1352 127.914L60.0301 130.006C56.1706 129.611 52.5067 128.106 49.4777 125.673C46.4488 123.24 44.1833 119.982 42.9531 116.289L38.1016 114.028L43.8411 101.305C45.0596 98.701 46.814 96.3855 48.9886 94.511C49.9569 93.6781 51.0043 92.9427 52.1157 92.3152C53.0637 91.7666 54.0585 91.304 55.0884 90.9331C54.3911 91.3875 53.7248 91.8881 53.0938 92.4314C50.9191 94.3059 49.1648 96.6214 47.9462 99.2256L42.2067 111.949L47.0583 114.222C48.294 117.909 50.5616 121.161 53.5899 123.589C56.6183 126.017 60.2793 127.519 64.1352 127.914Z"
39
- fill="#BDC7CE"
40
- />
41
- <path
42
- opacity="0.2"
43
- d="M89.3072 98.6702C87.8011 98.6675 86.3235 98.2579 85.0295 97.4845C83.7354 96.7111 82.6727 95.6023 81.9527 94.2746C81.2327 92.9468 80.882 91.4491 80.9375 89.9384C80.993 88.4277 81.4525 86.9599 82.2679 85.689C81.0884 86.2371 80.0522 87.0533 79.2412 88.0728C78.4302 89.0924 77.8666 90.2873 77.5952 91.5632C77.3237 92.8391 77.3517 94.1608 77.677 95.424C78.0023 96.6871 78.6161 97.8569 79.4696 98.8409C80.3231 99.8249 81.393 100.596 82.5946 101.093C83.7963 101.591 85.0967 101.8 86.3932 101.706C87.6896 101.612 88.9464 101.216 90.0641 100.55C91.1819 99.8844 92.1299 98.9665 92.8332 97.8694C91.7309 98.3935 90.5269 98.667 89.3072 98.6702Z"
44
- fill="#BDC7CE"
45
- />
46
- <path
47
- opacity="0.2"
48
- d="M69.965 118.085C69.8338 118.086 69.7036 118.062 69.5819 118.013C69.4602 117.963 69.3495 117.89 69.2561 117.798C69.1627 117.705 69.0885 117.595 69.0379 117.474C68.9873 117.352 68.9613 117.222 68.9613 117.09C68.9592 116.894 69.0128 116.701 69.1157 116.535C68.9439 116.619 68.7987 116.749 68.6965 116.911C68.5942 117.073 68.5389 117.26 68.5366 117.452C68.5366 117.719 68.6424 117.975 68.8306 118.164C69.0189 118.353 69.2742 118.459 69.5404 118.459C69.7078 118.46 69.8726 118.418 70.0191 118.336C70.1655 118.255 70.2887 118.137 70.3769 117.994C70.2485 118.056 70.1075 118.087 69.965 118.085Z"
49
- fill="#BDC7CE"
50
- />
51
- <path
52
- opacity="0.2"
53
- d="M62.1796 91.2692C59.1812 96.6684 63.1577 105.051 70.9819 105.051C69.9773 105.552 69.1374 106.332 68.5626 107.299C60.7383 107.299 56.7619 99.0709 59.7732 93.7751C59.7953 93.7112 59.8256 93.6504 59.8632 93.5942C56.5012 95.1113 52.7237 95.4303 49.1564 94.4984L49.0405 94.3563C50.0088 93.5234 51.0563 92.7879 52.1677 92.1605C55.5664 92.905 59.1138 92.529 62.2826 91.0884L62.1796 91.2692Z"
54
- fill="#BDC7CE"
55
- />
56
- <path
57
- opacity="0.2"
58
- d="M68.8704 75.6405L69.6168 70.0088H66.5154L65.3186 79.0117H94.1705V75.6405H68.8704Z"
59
- fill="#BDC7CE"
60
- />
61
- <path
62
- d="M62.5268 42.0432L62.1664 43.9549C62.0691 44.4688 61.7725 44.9228 61.3417 45.2171C60.9109 45.5114 60.3813 45.6219 59.8694 45.5243C59.3574 45.4267 58.9051 45.1289 58.6119 44.6965C58.3186 44.2641 58.2085 43.7325 58.3058 43.2187L58.6661 41.3716"
63
- stroke="#9DA3AC"
64
- stroke-width="1.29167"
65
- stroke-linecap="round"
66
- stroke-linejoin="round"
67
- />
68
- <path
69
- d="M51.5501 105.284L51.1899 107.131C51.0909 107.645 50.7926 108.098 50.3606 108.391C49.9286 108.684 49.3982 108.793 48.8863 108.694C48.3743 108.594 47.9227 108.295 47.6307 107.861C47.3387 107.428 47.2302 106.895 47.3292 106.382L47.6895 104.547"
70
- stroke="#9DA3AC"
71
- stroke-width="1.29167"
72
- stroke-linecap="round"
73
- stroke-linejoin="round"
74
- />
75
- <path
76
- d="M77.8668 42.0432L77.5193 43.8903C77.4196 44.4038 77.1212 44.8567 76.6894 45.1497C76.2576 45.4426 75.7277 45.5518 75.2158 45.4533C74.9634 45.4053 74.7229 45.3076 74.5084 45.1658C74.2938 45.024 74.1093 44.8409 73.9657 44.6271C73.8221 44.4133 73.7222 44.173 73.6717 43.9201C73.6212 43.6673 73.6211 43.4069 73.6716 43.1541L74.0062 41.3716"
77
- stroke="#9DA3AC"
78
- stroke-width="1.29167"
79
- stroke-linecap="round"
80
- stroke-linejoin="round"
81
- />
82
- <path
83
- d="M120.707 88.6471L121.311 90.4296C121.482 90.9247 121.842 91.3313 122.311 91.5602C122.543 91.6736 122.796 91.7399 123.054 91.7553C123.312 91.7708 123.57 91.735 123.814 91.6502C124.059 91.5654 124.284 91.4332 124.477 91.261C124.67 91.0889 124.828 90.8802 124.941 90.6469C125.054 90.4136 125.12 90.1603 125.135 89.9014C125.151 89.6425 125.115 89.3831 125.031 89.138L124.426 87.3555"
84
- stroke="#9DA3AC"
85
- stroke-width="1.29167"
86
- stroke-linecap="round"
87
- stroke-linejoin="round"
88
- />
89
- <path
90
- d="M80.9039 54.6372C80.9039 54.6372 78.7291 61.9093 67.4946 64.2601"
91
- stroke="#9DA3AC"
92
- stroke-width="1.29167"
93
- stroke-linecap="round"
94
- stroke-linejoin="round"
95
- />
96
- <path
97
- d="M52.9399 121.003C52.9399 121.003 52.155 123.587 48.1399 124.452"
98
- stroke="#9DA3AC"
99
- stroke-width="1.29167"
100
- stroke-linecap="round"
101
- stroke-linejoin="round"
102
- />
103
- <path
104
- d="M116.1 104.91C116.1 104.91 118.017 107.209 122.444 106.305"
105
- stroke="#9DA3AC"
106
- stroke-width="1.29167"
107
- stroke-linecap="round"
108
- stroke-linejoin="round"
109
- />
110
- <path
111
- d="M69.9907 33.6216L69.8748 33.9962L63.4404 54.8695L69.373 53.6424L66.5675 69.9691"
112
- stroke="#9DA3AC"
113
- stroke-width="1.29167"
114
- stroke-linecap="round"
115
- stroke-linejoin="round"
116
- />
117
- <path
118
- d="M94.2091 78.5717H65.3186L66.5154 69.9692H94.2091V78.5717Z"
119
- stroke="#9DA3AC"
120
- stroke-width="1.29167"
121
- stroke-linecap="round"
122
- stroke-linejoin="round"
123
- />
124
- <path
125
- d="M93.9648 17.9024C95.1109 17.1517 96.4574 16.7688 97.8255 16.8045"
126
- stroke="#9DA3AC"
127
- stroke-width="1.29167"
128
- stroke-linecap="round"
129
- stroke-linejoin="round"
130
- />
131
- <path
132
- d="M94.2102 69.7885L52.2964 69.9306L52.1549 29.2431C52.1481 27.7499 52.4348 26.2701 52.9986 24.8883C53.5625 23.5065 54.3923 22.2499 55.4407 21.1905C56.489 20.1311 57.7352 19.2896 59.108 18.7143C60.4808 18.139 61.9532 17.8411 63.4408 17.8377L94.0429 17.7344L94.2102 69.7885Z"
133
- stroke="#9DA3AC"
134
- stroke-width="1.29167"
135
- stroke-linecap="round"
136
- stroke-linejoin="round"
137
- />
138
- <path
139
- d="M94.0425 17.812L93.9782 17.8766C93.0902 19.0391 83.3742 32.6145 93.8752 47.0812"
140
- stroke="#9DA3AC"
141
- stroke-width="1.29167"
142
- stroke-linecap="round"
143
- stroke-linejoin="round"
144
- />
145
- <path
146
- d="M52.1284 36.2055C57.5544 35.8743 62.9319 34.9826 68.1758 33.5447C76.9909 31.1422 87.4018 26.5697 93.9134 17.9542C94.6956 16.6376 95.1379 15.1459 95.2003 13.6143"
147
- stroke="#9DA3AC"
148
- stroke-width="1.29167"
149
- stroke-linecap="round"
150
- stroke-linejoin="round"
151
- />
152
- <path
153
- d="M65.3196 78.5723L63.2349 89.2802"
154
- stroke="#9DA3AC"
155
- stroke-width="1.29167"
156
- stroke-linecap="round"
157
- stroke-linejoin="round"
158
- />
159
- <path
160
- d="M94.2097 135.044V78.5723"
161
- stroke="#9DA3AC"
162
- stroke-width="1.29167"
163
- stroke-linecap="round"
164
- stroke-linejoin="round"
165
- />
166
- <path
167
- d="M94.2097 69.7886H108.661C113.453 69.7873 118.141 71.1913 122.149 73.828C126.157 76.4646 129.31 80.219 131.22 84.6298L137.565 99.2515H123.126V117.335H107.465V135.147"
168
- stroke="#9DA3AC"
169
- stroke-width="1.29167"
170
- stroke-linecap="round"
171
- stroke-linejoin="round"
172
- />
173
- <path
174
- d="M112.792 70.3833V95.4933C112.792 95.4933 110.63 84.8371 105.457 85.5862C100.618 86.2967 99.4985 96.7592 106.563 96.7592L94.2866 110.025"
175
- stroke="#9DA3AC"
176
- stroke-width="1.29167"
177
- stroke-linecap="round"
178
- stroke-linejoin="round"
179
- />
180
- <path
181
- d="M110.103 88.5954L131.98 80.5225L129.407 91.8504"
182
- stroke="#9DA3AC"
183
- stroke-width="1.29167"
184
- stroke-linecap="round"
185
- stroke-linejoin="round"
186
- />
187
- <path
188
- d="M85.7804 101.667C87.4374 101.667 89.0571 101.174 90.4348 100.25C91.8125 99.326 92.8862 98.0127 93.5203 96.4762C94.1544 94.9397 94.3203 93.249 93.997 91.6179C93.6738 89.9868 92.8759 88.4885 91.7042 87.3125C90.5326 86.1365 89.0399 85.3356 87.4148 85.0112C85.7897 84.6867 84.1053 84.8532 82.5745 85.4897C81.0437 86.1261 79.7352 87.2039 78.8147 88.5867C77.8941 89.9695 77.4028 91.5953 77.4028 93.2584C77.4028 95.4885 78.2855 97.6273 79.8566 99.2042C81.4277 100.781 83.5586 101.667 85.7804 101.667V101.667Z"
189
- stroke="#9DA3AC"
190
- stroke-width="1.29167"
191
- stroke-linecap="round"
192
- stroke-linejoin="round"
193
- />
194
- <path
195
- d="M55.5 141.437V128.844"
196
- stroke="#9DA3AC"
197
- stroke-width="1.29167"
198
- stroke-linecap="round"
199
- stroke-linejoin="round"
200
- />
201
- <path
202
- d="M71.4324 141.438V116.031C71.4324 116.031 78.3945 108.423 73.8518 105.387C70.789 103.334 68.5627 107.26 68.5627 107.26C60.7385 107.26 56.762 99.0194 59.7604 93.7236L59.8634 93.5557C56.4979 95.0596 52.725 95.3783 49.1565 94.4598"
203
- stroke="#9DA3AC"
204
- stroke-width="1.29167"
205
- stroke-linecap="round"
206
- stroke-linejoin="round"
207
- />
208
- <path
209
- d="M43.8411 101.111C45.1978 98.2204 47.2177 95.6934 49.7351 93.7371C52.2525 91.7809 55.1959 90.4511 58.3241 89.8568C61.4522 89.2625 64.6762 89.4205 67.7318 90.318C70.7874 91.2154 73.5876 92.8267 75.9032 95.0199C78.2187 97.2131 79.9835 99.9257 81.0532 102.935C82.1228 105.945 82.4668 109.167 82.0569 112.336C81.647 115.505 80.495 118.531 78.6951 121.167C76.8952 123.803 74.4988 125.973 71.7021 127.5"
210
- stroke="#9DA3AC"
211
- stroke-width="1.29167"
212
- stroke-linecap="round"
213
- stroke-linejoin="round"
214
- />
215
- <path
216
- d="M43.8411 101.111L38.1016 113.834L42.9531 116.108C44.1827 119.802 46.4476 123.062 49.4765 125.498C52.5053 127.933 56.1696 129.44 60.0301 129.838"
217
- stroke="#9DA3AC"
218
- stroke-width="1.29167"
219
- stroke-linecap="round"
220
- stroke-linejoin="round"
221
- />
222
- <path
223
- d="M69.5269 119.092C69.8462 119.094 70.1589 119.002 70.4254 118.825C70.6919 118.649 70.9001 118.397 71.0234 118.101C71.1468 117.806 71.1797 117.48 71.118 117.166C71.0564 116.851 70.9029 116.562 70.6771 116.336C70.4514 116.109 70.1636 115.955 69.8504 115.893C69.5371 115.831 69.2127 115.864 68.9182 115.988C68.6237 116.112 68.3727 116.321 68.1969 116.588C68.0211 116.856 67.9287 117.17 67.9312 117.49C67.9346 117.914 68.1037 118.319 68.4022 118.619C68.7008 118.919 69.1047 119.089 69.5269 119.092V119.092Z"
224
- stroke="#9DA3AC"
225
- stroke-width="1.29167"
226
- stroke-linecap="round"
227
- stroke-linejoin="round"
228
- />
229
- </g>
230
- <defs>
231
- <clipPath id="clip0_2938_133808">
232
- <rect width="100.75" height="129.167" fill="white" transform="translate(37.4583 12.9165)" />
233
- </clipPath>
234
- </defs>
235
- </svg>
236
- </template>
237
- <script setup lang="ts"></script>
1
+ <template>
2
+ <svg
3
+ width="155"
4
+ height="155"
5
+ viewBox="0 0 155 155"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <circle cx="77.5001" cy="77.4998" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
10
+ <g clip-path="url(#clip0_2938_133808)">
11
+ <path
12
+ d="M131.221 84.6428L131.105 84.3844L129.523 81.4136C127.315 77.8573 124.242 74.924 120.592 72.8901C116.942 70.8562 112.837 69.7888 108.662 69.7886H94.2105V69.9306V69.7886L94.0432 17.8378L87.197 17.7603L63.454 17.8378C61.9658 17.8411 60.4928 18.1389 59.1193 18.7141C57.7458 19.2893 56.4987 20.1305 55.4493 21.1898C54.4 22.249 53.5689 23.5055 53.0037 24.8874C52.4384 26.2693 52.1501 27.7494 52.1552 29.2431V29.3723C52.0651 30.4702 52.0265 31.6198 52.0394 32.7952V35.9986H52.1681L52.2839 68.2902V69.9306H66.5168L65.3071 78.5332L63.2224 89.2411L62.8234 89.4865C62.5789 89.4865 62.3344 89.4865 62.077 89.4865C58.2502 89.4879 54.5027 90.5816 51.2717 92.64C48.0407 94.6983 45.4594 97.6364 43.8291 101.111L43.9449 101.047L43.8677 101.176L38.1282 113.899V114.015L42.9797 116.276C44.0125 119.386 45.7784 122.2 48.1273 124.478C48.5391 124.878 48.9637 125.266 49.4142 125.627C51.2936 127.139 53.4239 128.306 55.707 129.076V129.425L55.5011 129.321V141.618H59.3617V141.528L71.8703 141.308L71.7673 135.173L94.2362 135.082V135.173H100.581H107.543V117.322H123.152V99.2386H137.591L131.221 84.6428Z"
13
+ class="fill-white dark:fill-gray-900"
14
+ />
15
+ <path
16
+ opacity="0.2"
17
+ d="M52.1799 36.0888L52.2958 69.9563L94.2095 69.8143L94.1966 65.0738L57.4175 65.203L57.3146 35.6626L52.1799 36.0888Z"
18
+ fill="#BDC7CE"
19
+ />
20
+ <path opacity="0.2" d="M100.541 69.8145H94.2097V135.134H100.541V69.8145Z" fill="#BDC7CE" />
21
+ <path
22
+ opacity="0.2"
23
+ d="M94.3256 17.502V17.5666C87.7368 26.2853 77.223 30.8965 68.3049 33.3249C63.0127 34.7865 57.5824 35.687 52.103 36.0116V32.8211C52.103 28.9461 52.3347 25.3424 54.6768 22.6428C66.1172 25.0711 83.8118 26.337 94.3256 17.502Z"
24
+ fill="#BDC7CE"
25
+ />
26
+ <path
27
+ opacity="0.2"
28
+ d="M82.2424 109.83C82.2426 113.474 81.2622 117.05 79.4048 120.181C77.5474 123.311 74.8819 125.88 71.6899 127.616V122.553C74.5043 121.022 76.9144 118.839 78.7204 116.186C80.5265 113.533 81.6765 110.486 82.0751 107.298C82.1893 108.137 82.2452 108.983 82.2424 109.83Z"
29
+ fill="#BDC7CE"
30
+ />
31
+ <path
32
+ opacity="0.2"
33
+ d="M59.3355 141.579H55.4749V129.296C58.6792 131.362 64.1099 127.888 64.1099 127.888C64.1099 127.888 62.5785 131.879 59.3098 133.054L59.3355 141.579Z"
34
+ fill="#BDC7CE"
35
+ />
36
+ <path
37
+ opacity="0.2"
38
+ d="M64.1352 127.914L60.0301 130.006C56.1706 129.611 52.5067 128.106 49.4777 125.673C46.4488 123.24 44.1833 119.982 42.9531 116.289L38.1016 114.028L43.8411 101.305C45.0596 98.701 46.814 96.3855 48.9886 94.511C49.9569 93.6781 51.0043 92.9427 52.1157 92.3152C53.0637 91.7666 54.0585 91.304 55.0884 90.9331C54.3911 91.3875 53.7248 91.8881 53.0938 92.4314C50.9191 94.3059 49.1648 96.6214 47.9462 99.2256L42.2067 111.949L47.0583 114.222C48.294 117.909 50.5616 121.161 53.5899 123.589C56.6183 126.017 60.2793 127.519 64.1352 127.914Z"
39
+ fill="#BDC7CE"
40
+ />
41
+ <path
42
+ opacity="0.2"
43
+ d="M89.3072 98.6702C87.8011 98.6675 86.3235 98.2579 85.0295 97.4845C83.7354 96.7111 82.6727 95.6023 81.9527 94.2746C81.2327 92.9468 80.882 91.4491 80.9375 89.9384C80.993 88.4277 81.4525 86.9599 82.2679 85.689C81.0884 86.2371 80.0522 87.0533 79.2412 88.0728C78.4302 89.0924 77.8666 90.2873 77.5952 91.5632C77.3237 92.8391 77.3517 94.1608 77.677 95.424C78.0023 96.6871 78.6161 97.8569 79.4696 98.8409C80.3231 99.8249 81.393 100.596 82.5946 101.093C83.7963 101.591 85.0967 101.8 86.3932 101.706C87.6896 101.612 88.9464 101.216 90.0641 100.55C91.1819 99.8844 92.1299 98.9665 92.8332 97.8694C91.7309 98.3935 90.5269 98.667 89.3072 98.6702Z"
44
+ fill="#BDC7CE"
45
+ />
46
+ <path
47
+ opacity="0.2"
48
+ d="M69.965 118.085C69.8338 118.086 69.7036 118.062 69.5819 118.013C69.4602 117.963 69.3495 117.89 69.2561 117.798C69.1627 117.705 69.0885 117.595 69.0379 117.474C68.9873 117.352 68.9613 117.222 68.9613 117.09C68.9592 116.894 69.0128 116.701 69.1157 116.535C68.9439 116.619 68.7987 116.749 68.6965 116.911C68.5942 117.073 68.5389 117.26 68.5366 117.452C68.5366 117.719 68.6424 117.975 68.8306 118.164C69.0189 118.353 69.2742 118.459 69.5404 118.459C69.7078 118.46 69.8726 118.418 70.0191 118.336C70.1655 118.255 70.2887 118.137 70.3769 117.994C70.2485 118.056 70.1075 118.087 69.965 118.085Z"
49
+ fill="#BDC7CE"
50
+ />
51
+ <path
52
+ opacity="0.2"
53
+ d="M62.1796 91.2692C59.1812 96.6684 63.1577 105.051 70.9819 105.051C69.9773 105.552 69.1374 106.332 68.5626 107.299C60.7383 107.299 56.7619 99.0709 59.7732 93.7751C59.7953 93.7112 59.8256 93.6504 59.8632 93.5942C56.5012 95.1113 52.7237 95.4303 49.1564 94.4984L49.0405 94.3563C50.0088 93.5234 51.0563 92.7879 52.1677 92.1605C55.5664 92.905 59.1138 92.529 62.2826 91.0884L62.1796 91.2692Z"
54
+ fill="#BDC7CE"
55
+ />
56
+ <path
57
+ opacity="0.2"
58
+ d="M68.8704 75.6405L69.6168 70.0088H66.5154L65.3186 79.0117H94.1705V75.6405H68.8704Z"
59
+ fill="#BDC7CE"
60
+ />
61
+ <path
62
+ d="M62.5268 42.0432L62.1664 43.9549C62.0691 44.4688 61.7725 44.9228 61.3417 45.2171C60.9109 45.5114 60.3813 45.6219 59.8694 45.5243C59.3574 45.4267 58.9051 45.1289 58.6119 44.6965C58.3186 44.2641 58.2085 43.7325 58.3058 43.2187L58.6661 41.3716"
63
+ stroke="#9DA3AC"
64
+ stroke-width="1.29167"
65
+ stroke-linecap="round"
66
+ stroke-linejoin="round"
67
+ />
68
+ <path
69
+ d="M51.5501 105.284L51.1899 107.131C51.0909 107.645 50.7926 108.098 50.3606 108.391C49.9286 108.684 49.3982 108.793 48.8863 108.694C48.3743 108.594 47.9227 108.295 47.6307 107.861C47.3387 107.428 47.2302 106.895 47.3292 106.382L47.6895 104.547"
70
+ stroke="#9DA3AC"
71
+ stroke-width="1.29167"
72
+ stroke-linecap="round"
73
+ stroke-linejoin="round"
74
+ />
75
+ <path
76
+ d="M77.8668 42.0432L77.5193 43.8903C77.4196 44.4038 77.1212 44.8567 76.6894 45.1497C76.2576 45.4426 75.7277 45.5518 75.2158 45.4533C74.9634 45.4053 74.7229 45.3076 74.5084 45.1658C74.2938 45.024 74.1093 44.8409 73.9657 44.6271C73.8221 44.4133 73.7222 44.173 73.6717 43.9201C73.6212 43.6673 73.6211 43.4069 73.6716 43.1541L74.0062 41.3716"
77
+ stroke="#9DA3AC"
78
+ stroke-width="1.29167"
79
+ stroke-linecap="round"
80
+ stroke-linejoin="round"
81
+ />
82
+ <path
83
+ d="M120.707 88.6471L121.311 90.4296C121.482 90.9247 121.842 91.3313 122.311 91.5602C122.543 91.6736 122.796 91.7399 123.054 91.7553C123.312 91.7708 123.57 91.735 123.814 91.6502C124.059 91.5654 124.284 91.4332 124.477 91.261C124.67 91.0889 124.828 90.8802 124.941 90.6469C125.054 90.4136 125.12 90.1603 125.135 89.9014C125.151 89.6425 125.115 89.3831 125.031 89.138L124.426 87.3555"
84
+ stroke="#9DA3AC"
85
+ stroke-width="1.29167"
86
+ stroke-linecap="round"
87
+ stroke-linejoin="round"
88
+ />
89
+ <path
90
+ d="M80.9039 54.6372C80.9039 54.6372 78.7291 61.9093 67.4946 64.2601"
91
+ stroke="#9DA3AC"
92
+ stroke-width="1.29167"
93
+ stroke-linecap="round"
94
+ stroke-linejoin="round"
95
+ />
96
+ <path
97
+ d="M52.9399 121.003C52.9399 121.003 52.155 123.587 48.1399 124.452"
98
+ stroke="#9DA3AC"
99
+ stroke-width="1.29167"
100
+ stroke-linecap="round"
101
+ stroke-linejoin="round"
102
+ />
103
+ <path
104
+ d="M116.1 104.91C116.1 104.91 118.017 107.209 122.444 106.305"
105
+ stroke="#9DA3AC"
106
+ stroke-width="1.29167"
107
+ stroke-linecap="round"
108
+ stroke-linejoin="round"
109
+ />
110
+ <path
111
+ d="M69.9907 33.6216L69.8748 33.9962L63.4404 54.8695L69.373 53.6424L66.5675 69.9691"
112
+ stroke="#9DA3AC"
113
+ stroke-width="1.29167"
114
+ stroke-linecap="round"
115
+ stroke-linejoin="round"
116
+ />
117
+ <path
118
+ d="M94.2091 78.5717H65.3186L66.5154 69.9692H94.2091V78.5717Z"
119
+ stroke="#9DA3AC"
120
+ stroke-width="1.29167"
121
+ stroke-linecap="round"
122
+ stroke-linejoin="round"
123
+ />
124
+ <path
125
+ d="M93.9648 17.9024C95.1109 17.1517 96.4574 16.7688 97.8255 16.8045"
126
+ stroke="#9DA3AC"
127
+ stroke-width="1.29167"
128
+ stroke-linecap="round"
129
+ stroke-linejoin="round"
130
+ />
131
+ <path
132
+ d="M94.2102 69.7885L52.2964 69.9306L52.1549 29.2431C52.1481 27.7499 52.4348 26.2701 52.9986 24.8883C53.5625 23.5065 54.3923 22.2499 55.4407 21.1905C56.489 20.1311 57.7352 19.2896 59.108 18.7143C60.4808 18.139 61.9532 17.8411 63.4408 17.8377L94.0429 17.7344L94.2102 69.7885Z"
133
+ stroke="#9DA3AC"
134
+ stroke-width="1.29167"
135
+ stroke-linecap="round"
136
+ stroke-linejoin="round"
137
+ />
138
+ <path
139
+ d="M94.0425 17.812L93.9782 17.8766C93.0902 19.0391 83.3742 32.6145 93.8752 47.0812"
140
+ stroke="#9DA3AC"
141
+ stroke-width="1.29167"
142
+ stroke-linecap="round"
143
+ stroke-linejoin="round"
144
+ />
145
+ <path
146
+ d="M52.1284 36.2055C57.5544 35.8743 62.9319 34.9826 68.1758 33.5447C76.9909 31.1422 87.4018 26.5697 93.9134 17.9542C94.6956 16.6376 95.1379 15.1459 95.2003 13.6143"
147
+ stroke="#9DA3AC"
148
+ stroke-width="1.29167"
149
+ stroke-linecap="round"
150
+ stroke-linejoin="round"
151
+ />
152
+ <path
153
+ d="M65.3196 78.5723L63.2349 89.2802"
154
+ stroke="#9DA3AC"
155
+ stroke-width="1.29167"
156
+ stroke-linecap="round"
157
+ stroke-linejoin="round"
158
+ />
159
+ <path
160
+ d="M94.2097 135.044V78.5723"
161
+ stroke="#9DA3AC"
162
+ stroke-width="1.29167"
163
+ stroke-linecap="round"
164
+ stroke-linejoin="round"
165
+ />
166
+ <path
167
+ d="M94.2097 69.7886H108.661C113.453 69.7873 118.141 71.1913 122.149 73.828C126.157 76.4646 129.31 80.219 131.22 84.6298L137.565 99.2515H123.126V117.335H107.465V135.147"
168
+ stroke="#9DA3AC"
169
+ stroke-width="1.29167"
170
+ stroke-linecap="round"
171
+ stroke-linejoin="round"
172
+ />
173
+ <path
174
+ d="M112.792 70.3833V95.4933C112.792 95.4933 110.63 84.8371 105.457 85.5862C100.618 86.2967 99.4985 96.7592 106.563 96.7592L94.2866 110.025"
175
+ stroke="#9DA3AC"
176
+ stroke-width="1.29167"
177
+ stroke-linecap="round"
178
+ stroke-linejoin="round"
179
+ />
180
+ <path
181
+ d="M110.103 88.5954L131.98 80.5225L129.407 91.8504"
182
+ stroke="#9DA3AC"
183
+ stroke-width="1.29167"
184
+ stroke-linecap="round"
185
+ stroke-linejoin="round"
186
+ />
187
+ <path
188
+ d="M85.7804 101.667C87.4374 101.667 89.0571 101.174 90.4348 100.25C91.8125 99.326 92.8862 98.0127 93.5203 96.4762C94.1544 94.9397 94.3203 93.249 93.997 91.6179C93.6738 89.9868 92.8759 88.4885 91.7042 87.3125C90.5326 86.1365 89.0399 85.3356 87.4148 85.0112C85.7897 84.6867 84.1053 84.8532 82.5745 85.4897C81.0437 86.1261 79.7352 87.2039 78.8147 88.5867C77.8941 89.9695 77.4028 91.5953 77.4028 93.2584C77.4028 95.4885 78.2855 97.6273 79.8566 99.2042C81.4277 100.781 83.5586 101.667 85.7804 101.667V101.667Z"
189
+ stroke="#9DA3AC"
190
+ stroke-width="1.29167"
191
+ stroke-linecap="round"
192
+ stroke-linejoin="round"
193
+ />
194
+ <path
195
+ d="M55.5 141.437V128.844"
196
+ stroke="#9DA3AC"
197
+ stroke-width="1.29167"
198
+ stroke-linecap="round"
199
+ stroke-linejoin="round"
200
+ />
201
+ <path
202
+ d="M71.4324 141.438V116.031C71.4324 116.031 78.3945 108.423 73.8518 105.387C70.789 103.334 68.5627 107.26 68.5627 107.26C60.7385 107.26 56.762 99.0194 59.7604 93.7236L59.8634 93.5557C56.4979 95.0596 52.725 95.3783 49.1565 94.4598"
203
+ stroke="#9DA3AC"
204
+ stroke-width="1.29167"
205
+ stroke-linecap="round"
206
+ stroke-linejoin="round"
207
+ />
208
+ <path
209
+ d="M43.8411 101.111C45.1978 98.2204 47.2177 95.6934 49.7351 93.7371C52.2525 91.7809 55.1959 90.4511 58.3241 89.8568C61.4522 89.2625 64.6762 89.4205 67.7318 90.318C70.7874 91.2154 73.5876 92.8267 75.9032 95.0199C78.2187 97.2131 79.9835 99.9257 81.0532 102.935C82.1228 105.945 82.4668 109.167 82.0569 112.336C81.647 115.505 80.495 118.531 78.6951 121.167C76.8952 123.803 74.4988 125.973 71.7021 127.5"
210
+ stroke="#9DA3AC"
211
+ stroke-width="1.29167"
212
+ stroke-linecap="round"
213
+ stroke-linejoin="round"
214
+ />
215
+ <path
216
+ d="M43.8411 101.111L38.1016 113.834L42.9531 116.108C44.1827 119.802 46.4476 123.062 49.4765 125.498C52.5053 127.933 56.1696 129.44 60.0301 129.838"
217
+ stroke="#9DA3AC"
218
+ stroke-width="1.29167"
219
+ stroke-linecap="round"
220
+ stroke-linejoin="round"
221
+ />
222
+ <path
223
+ d="M69.5269 119.092C69.8462 119.094 70.1589 119.002 70.4254 118.825C70.6919 118.649 70.9001 118.397 71.0234 118.101C71.1468 117.806 71.1797 117.48 71.118 117.166C71.0564 116.851 70.9029 116.562 70.6771 116.336C70.4514 116.109 70.1636 115.955 69.8504 115.893C69.5371 115.831 69.2127 115.864 68.9182 115.988C68.6237 116.112 68.3727 116.321 68.1969 116.588C68.0211 116.856 67.9287 117.17 67.9312 117.49C67.9346 117.914 68.1037 118.319 68.4022 118.619C68.7008 118.919 69.1047 119.089 69.5269 119.092V119.092Z"
224
+ stroke="#9DA3AC"
225
+ stroke-width="1.29167"
226
+ stroke-linecap="round"
227
+ stroke-linejoin="round"
228
+ />
229
+ </g>
230
+ <defs>
231
+ <clipPath id="clip0_2938_133808">
232
+ <rect width="100.75" height="129.167" fill="white" transform="translate(37.4583 12.9165)" />
233
+ </clipPath>
234
+ </defs>
235
+ </svg>
236
+ </template>
237
+ <script setup lang="ts"></script>