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,105 +1,105 @@
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_409_69309)">
11
- <path
12
- d="M21.7138 35.5142H99.2852C100.198 35.5197 101.072 35.8921 101.716 36.5501C102.359 37.2081 102.721 38.0981 102.721 39.0258V87.0555C102.721 89.3581 101.82 91.5665 100.218 93.1947C98.6156 94.8229 96.4423 95.7376 94.1761 95.7376H26.7816C24.5181 95.732 22.3494 94.8141 20.7513 93.1854C19.1532 91.5567 18.2564 89.3502 18.2578 87.0503V39.0258C18.2578 38.0945 18.6219 37.2013 19.2701 36.5427C19.9182 35.8841 20.7972 35.5142 21.7138 35.5142Z"
13
- class="fill-white dark:fill-gray-900"
14
- stroke="#9DA3AC"
15
- stroke-miterlimit="10"
16
- />
17
- <path
18
- d="M100.96 91.1918H26.7309C25.3718 91.1918 24.0683 90.6432 23.1073 89.6667C22.1462 88.6902 21.6063 87.3657 21.6063 85.9847V35.068C20.71 35.0979 19.86 35.4802 19.2356 36.1343C18.6112 36.7883 18.261 37.6632 18.2588 38.5744V86.6041C18.2602 88.9072 19.1615 91.1155 20.7648 92.7436C22.368 94.3716 24.5418 95.2862 26.8084 95.2862H94.1978C95.6478 95.2827 97.073 94.9035 98.3385 94.1843C99.6041 93.4651 100.668 92.4297 101.43 91.1761C101.296 91.1918 101.125 91.1918 100.96 91.1918Z"
19
- fill="#BDC7CE"
20
- opacity="0.2"
21
- />
22
- <path
23
- d="M90.7567 84.9558H30.2483C29.6744 84.9558 29.1061 84.8409 28.5758 84.6178C28.0456 84.3946 27.5638 84.0675 27.158 83.6551C26.7522 83.2428 26.4302 82.7532 26.2106 82.2145C25.9909 81.6757 25.8779 81.0982 25.8779 80.515V84.5936C25.8779 85.7714 26.3384 86.9009 27.158 87.7337C27.9776 88.5665 29.0892 89.0344 30.2483 89.0344H90.7567C91.9158 89.0344 93.0274 88.5665 93.847 87.7337C94.6666 86.9009 95.1271 85.7714 95.1271 84.5936V80.515C95.1271 81.0982 95.014 81.6757 94.7944 82.2145C94.5747 82.7532 94.2528 83.2428 93.847 83.6551C93.4412 84.0675 92.9594 84.3946 92.4292 84.6178C91.8989 84.8409 91.3306 84.9558 90.7567 84.9558Z"
24
- fill="#BDC7CE"
25
- opacity="0.2"
26
- />
27
- <path
28
- d="M99.3782 35.5142H21.6208C19.7635 35.5142 18.2578 37.0441 18.2578 38.9314V58.6944C18.2578 60.5816 19.7635 62.1116 21.6208 62.1116H99.3782C101.236 62.1116 102.741 60.5816 102.741 58.6944V38.9314C102.741 37.0441 101.236 35.5142 99.3782 35.5142Z"
29
- class="fill-white dark:fill-gray-900"
30
- stroke="#9DA3AC"
31
- stroke-miterlimit="10"
32
- />
33
- <path
34
- d="M102.474 59.0408H23.1716C22.6907 59.0408 22.2295 58.8467 21.8894 58.5012C21.5494 58.1556 21.3583 57.687 21.3583 57.1984V35.8658C21.3583 35.7434 21.3583 35.6279 21.3583 35.5194C20.5155 35.5867 19.7285 35.9741 19.1541 36.6044C18.5797 37.2348 18.2601 38.0618 18.2588 38.9208V58.6839C18.2602 59.5898 18.6149 60.4581 19.2453 61.0987C19.8757 61.7392 20.7303 62.0997 21.6218 62.1011H99.3792C100.212 62.1002 101.014 61.7858 101.631 61.2186C102.249 60.6514 102.637 59.8717 102.722 59.0303L102.474 59.0408Z"
35
- fill="#BDC7CE"
36
- opacity="0.2"
37
- />
38
- <path
39
- d="M25.873 62.1063H95.0963V81.4179C95.0963 82.0011 94.9833 82.5786 94.7637 83.1173C94.544 83.6561 94.2221 84.1457 93.8163 84.558C93.4105 84.9704 92.9287 85.2975 92.3984 85.5207C91.8682 85.7438 91.2999 85.8587 90.726 85.8587H30.2434C29.6695 85.8587 29.1012 85.7438 28.5709 85.5207C28.0407 85.2975 27.5589 84.9704 27.1531 84.558C26.7473 84.1457 26.4254 83.6561 26.2057 83.1173C25.9861 82.5786 25.873 82.0011 25.873 81.4179V62.1063Z"
40
- class="fill-white dark:fill-gray-900"
41
- stroke="#9DA3AC"
42
- stroke-miterlimit="10"
43
- />
44
- <path
45
- d="M52.8076 35.5089V30.475C52.807 30.3599 52.8286 30.2457 52.8713 30.1391C52.9141 30.0325 52.977 29.9355 53.0567 29.8536C53.1363 29.7717 53.231 29.7066 53.3354 29.6619C53.4398 29.6172 53.5519 29.5938 53.6652 29.5931H68.7496C68.8629 29.5938 68.975 29.6172 69.0794 29.6619C69.1838 29.7066 69.2785 29.7717 69.3582 29.8536C69.4378 29.9355 69.5008 30.0325 69.5435 30.1391C69.5862 30.2457 69.6079 30.3599 69.6072 30.475V35.5089"
46
- stroke="#9DA3AC"
47
- stroke-miterlimit="10"
48
- />
49
- <path
50
- d="M50.1787 35.6453V29.7191C50.1821 29.393 50.2486 29.0708 50.3745 28.7709C50.5004 28.471 50.6833 28.1992 50.9126 27.9711C51.1419 27.7429 51.4132 27.563 51.711 27.4414C52.0087 27.3198 52.3271 27.259 52.648 27.2625H69.7833C70.1042 27.259 70.4227 27.3198 70.7204 27.4414C71.0182 27.563 71.2895 27.7429 71.5188 27.9711C71.7481 28.1992 71.9309 28.471 72.0568 28.7709C72.1827 29.0708 72.2493 29.393 72.2527 29.7191V35.6453"
51
- stroke="#9DA3AC"
52
- stroke-miterlimit="10"
53
- />
54
- <path
55
- d="M99.3792 62.3215H21.627C21.1849 62.3222 20.747 62.2343 20.3384 62.0629C19.9298 61.8915 19.5585 61.6399 19.2456 61.3225C18.9328 61.0051 18.6846 60.6282 18.5153 60.2132C18.3459 59.7983 18.2588 59.3535 18.2588 58.9043V64.206C18.2588 65.1136 18.6137 65.9841 19.2453 66.626C19.877 67.2678 20.7337 67.6284 21.627 67.6284H99.3792C99.8213 67.6284 100.259 67.5398 100.667 67.3678C101.076 67.1957 101.447 66.9435 101.759 66.6256C102.071 66.3078 102.319 65.9305 102.488 65.5153C102.656 65.1001 102.743 64.6551 102.742 64.206V58.9043C102.743 59.3532 102.656 59.7979 102.488 60.2128C102.319 60.6277 102.071 61.0047 101.759 61.3222C101.446 61.6396 101.075 61.8913 100.667 62.0628C100.259 62.2343 99.821 62.3222 99.3792 62.3215Z"
56
- fill="#BDC7CE"
57
- opacity="0.2"
58
- />
59
- <path
60
- d="M63.6723 54.0646H58.651C58.4634 54.0649 58.2778 54.1043 58.1057 54.1803C57.9336 54.2563 57.7786 54.3673 57.6504 54.5065C57.5221 54.6457 57.4233 54.81 57.3599 54.9895C57.2966 55.169 57.2701 55.3598 57.2821 55.5501L58.651 77.5965C58.668 77.8792 58.7689 78.1501 58.9403 78.3734L61.1203 81.1921H61.203L63.383 78.3734C63.5545 78.1501 63.6554 77.8792 63.6723 77.5965L65.0413 55.5501C65.0533 55.3598 65.0268 55.169 64.9634 54.9895C64.9001 54.81 64.8013 54.6457 64.673 54.5065C64.5447 54.3673 64.3898 54.2563 64.2177 54.1803C64.0456 54.1043 63.86 54.0649 63.6723 54.0646Z"
61
- class="fill-white dark:fill-gray-900"
62
- stroke="#9DA3AC"
63
- stroke-miterlimit="10"
64
- />
65
- <path
66
- d="M60.4841 77.2973C60.3127 77.0759 60.2118 76.8068 60.1948 76.5257L58.8258 54.4793C58.8195 54.3452 58.8316 54.2109 58.862 54.0803C58.6741 54.0807 58.4883 54.1201 58.3159 54.196C58.1436 54.272 57.9883 54.3829 57.8596 54.522C57.731 54.6611 57.6317 54.8254 57.5677 55.0049C57.5038 55.1844 57.4766 55.3753 57.4878 55.5658L58.862 77.6122C58.8789 77.895 58.9798 78.1658 59.1513 78.3891L61.3313 81.2079H61.4088L62.442 79.8431L60.4841 77.2973Z"
67
- fill="#BDC7CE"
68
- opacity="0.2"
69
- />
70
- <path
71
- d="M65.5832 67.7649H56.8114C56.3892 67.7649 56.0469 68.1127 56.0469 68.5418V73.6124C56.0469 74.0415 56.3892 74.3893 56.8114 74.3893H65.5832C66.0054 74.3893 66.3477 74.0415 66.3477 73.6124V68.5418C66.3477 68.1127 66.0054 67.7649 65.5832 67.7649Z"
72
- class="fill-white dark:fill-gray-900"
73
- stroke="#9DA3AC"
74
- stroke-miterlimit="10"
75
- />
76
- <path
77
- d="M58.3506 73.077C58.1478 73.077 57.9533 72.9952 57.8099 72.8495C57.6666 72.7038 57.586 72.5062 57.586 72.3002V67.7649H56.8163C56.7159 67.7649 56.6165 67.785 56.5237 67.824C56.4309 67.8631 56.3467 67.9203 56.2757 67.9924C56.2047 68.0646 56.1484 68.1502 56.11 68.2445C56.0715 68.3387 56.0518 68.4397 56.0518 68.5418V73.6072C56.0518 73.8137 56.1321 74.0119 56.2754 74.1584C56.4186 74.3049 56.6131 74.3879 56.8163 74.3893H65.5984C65.8016 74.3879 65.9961 74.3049 66.1393 74.1584C66.2825 74.0119 66.3629 73.8137 66.3629 73.6072V73.0823L58.3506 73.077Z"
78
- fill="#BDC7CE"
79
- opacity="0.2"
80
- />
81
- <path
82
- d="M59.9678 69.3606V72.7253"
83
- stroke="#9DA3AC"
84
- stroke-linecap="round"
85
- stroke-miterlimit="10"
86
- />
87
- <path
88
- d="M62.4316 69.3606V72.7253"
89
- stroke="#9DA3AC"
90
- stroke-miterlimit="10"
91
- stroke-linecap="round"
92
- />
93
- </g>
94
- <defs>
95
- <clipPath id="clip0_409_69309">
96
- <rect
97
- width="85"
98
- height="69"
99
- class="fill-white dark:fill-gray-900"
100
- transform="translate(18 27)"
101
- />
102
- </clipPath>
103
- </defs>
104
- </svg>
105
- </template>
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_409_69309)">
11
+ <path
12
+ d="M21.7138 35.5142H99.2852C100.198 35.5197 101.072 35.8921 101.716 36.5501C102.359 37.2081 102.721 38.0981 102.721 39.0258V87.0555C102.721 89.3581 101.82 91.5665 100.218 93.1947C98.6156 94.8229 96.4423 95.7376 94.1761 95.7376H26.7816C24.5181 95.732 22.3494 94.8141 20.7513 93.1854C19.1532 91.5567 18.2564 89.3502 18.2578 87.0503V39.0258C18.2578 38.0945 18.6219 37.2013 19.2701 36.5427C19.9182 35.8841 20.7972 35.5142 21.7138 35.5142Z"
13
+ class="fill-white dark:fill-gray-900"
14
+ stroke="#9DA3AC"
15
+ stroke-miterlimit="10"
16
+ />
17
+ <path
18
+ d="M100.96 91.1918H26.7309C25.3718 91.1918 24.0683 90.6432 23.1073 89.6667C22.1462 88.6902 21.6063 87.3657 21.6063 85.9847V35.068C20.71 35.0979 19.86 35.4802 19.2356 36.1343C18.6112 36.7883 18.261 37.6632 18.2588 38.5744V86.6041C18.2602 88.9072 19.1615 91.1155 20.7648 92.7436C22.368 94.3716 24.5418 95.2862 26.8084 95.2862H94.1978C95.6478 95.2827 97.073 94.9035 98.3385 94.1843C99.6041 93.4651 100.668 92.4297 101.43 91.1761C101.296 91.1918 101.125 91.1918 100.96 91.1918Z"
19
+ fill="#BDC7CE"
20
+ opacity="0.2"
21
+ />
22
+ <path
23
+ d="M90.7567 84.9558H30.2483C29.6744 84.9558 29.1061 84.8409 28.5758 84.6178C28.0456 84.3946 27.5638 84.0675 27.158 83.6551C26.7522 83.2428 26.4302 82.7532 26.2106 82.2145C25.9909 81.6757 25.8779 81.0982 25.8779 80.515V84.5936C25.8779 85.7714 26.3384 86.9009 27.158 87.7337C27.9776 88.5665 29.0892 89.0344 30.2483 89.0344H90.7567C91.9158 89.0344 93.0274 88.5665 93.847 87.7337C94.6666 86.9009 95.1271 85.7714 95.1271 84.5936V80.515C95.1271 81.0982 95.014 81.6757 94.7944 82.2145C94.5747 82.7532 94.2528 83.2428 93.847 83.6551C93.4412 84.0675 92.9594 84.3946 92.4292 84.6178C91.8989 84.8409 91.3306 84.9558 90.7567 84.9558Z"
24
+ fill="#BDC7CE"
25
+ opacity="0.2"
26
+ />
27
+ <path
28
+ d="M99.3782 35.5142H21.6208C19.7635 35.5142 18.2578 37.0441 18.2578 38.9314V58.6944C18.2578 60.5816 19.7635 62.1116 21.6208 62.1116H99.3782C101.236 62.1116 102.741 60.5816 102.741 58.6944V38.9314C102.741 37.0441 101.236 35.5142 99.3782 35.5142Z"
29
+ class="fill-white dark:fill-gray-900"
30
+ stroke="#9DA3AC"
31
+ stroke-miterlimit="10"
32
+ />
33
+ <path
34
+ d="M102.474 59.0408H23.1716C22.6907 59.0408 22.2295 58.8467 21.8894 58.5012C21.5494 58.1556 21.3583 57.687 21.3583 57.1984V35.8658C21.3583 35.7434 21.3583 35.6279 21.3583 35.5194C20.5155 35.5867 19.7285 35.9741 19.1541 36.6044C18.5797 37.2348 18.2601 38.0618 18.2588 38.9208V58.6839C18.2602 59.5898 18.6149 60.4581 19.2453 61.0987C19.8757 61.7392 20.7303 62.0997 21.6218 62.1011H99.3792C100.212 62.1002 101.014 61.7858 101.631 61.2186C102.249 60.6514 102.637 59.8717 102.722 59.0303L102.474 59.0408Z"
35
+ fill="#BDC7CE"
36
+ opacity="0.2"
37
+ />
38
+ <path
39
+ d="M25.873 62.1063H95.0963V81.4179C95.0963 82.0011 94.9833 82.5786 94.7637 83.1173C94.544 83.6561 94.2221 84.1457 93.8163 84.558C93.4105 84.9704 92.9287 85.2975 92.3984 85.5207C91.8682 85.7438 91.2999 85.8587 90.726 85.8587H30.2434C29.6695 85.8587 29.1012 85.7438 28.5709 85.5207C28.0407 85.2975 27.5589 84.9704 27.1531 84.558C26.7473 84.1457 26.4254 83.6561 26.2057 83.1173C25.9861 82.5786 25.873 82.0011 25.873 81.4179V62.1063Z"
40
+ class="fill-white dark:fill-gray-900"
41
+ stroke="#9DA3AC"
42
+ stroke-miterlimit="10"
43
+ />
44
+ <path
45
+ d="M52.8076 35.5089V30.475C52.807 30.3599 52.8286 30.2457 52.8713 30.1391C52.9141 30.0325 52.977 29.9355 53.0567 29.8536C53.1363 29.7717 53.231 29.7066 53.3354 29.6619C53.4398 29.6172 53.5519 29.5938 53.6652 29.5931H68.7496C68.8629 29.5938 68.975 29.6172 69.0794 29.6619C69.1838 29.7066 69.2785 29.7717 69.3582 29.8536C69.4378 29.9355 69.5008 30.0325 69.5435 30.1391C69.5862 30.2457 69.6079 30.3599 69.6072 30.475V35.5089"
46
+ stroke="#9DA3AC"
47
+ stroke-miterlimit="10"
48
+ />
49
+ <path
50
+ d="M50.1787 35.6453V29.7191C50.1821 29.393 50.2486 29.0708 50.3745 28.7709C50.5004 28.471 50.6833 28.1992 50.9126 27.9711C51.1419 27.7429 51.4132 27.563 51.711 27.4414C52.0087 27.3198 52.3271 27.259 52.648 27.2625H69.7833C70.1042 27.259 70.4227 27.3198 70.7204 27.4414C71.0182 27.563 71.2895 27.7429 71.5188 27.9711C71.7481 28.1992 71.9309 28.471 72.0568 28.7709C72.1827 29.0708 72.2493 29.393 72.2527 29.7191V35.6453"
51
+ stroke="#9DA3AC"
52
+ stroke-miterlimit="10"
53
+ />
54
+ <path
55
+ d="M99.3792 62.3215H21.627C21.1849 62.3222 20.747 62.2343 20.3384 62.0629C19.9298 61.8915 19.5585 61.6399 19.2456 61.3225C18.9328 61.0051 18.6846 60.6282 18.5153 60.2132C18.3459 59.7983 18.2588 59.3535 18.2588 58.9043V64.206C18.2588 65.1136 18.6137 65.9841 19.2453 66.626C19.877 67.2678 20.7337 67.6284 21.627 67.6284H99.3792C99.8213 67.6284 100.259 67.5398 100.667 67.3678C101.076 67.1957 101.447 66.9435 101.759 66.6256C102.071 66.3078 102.319 65.9305 102.488 65.5153C102.656 65.1001 102.743 64.6551 102.742 64.206V58.9043C102.743 59.3532 102.656 59.7979 102.488 60.2128C102.319 60.6277 102.071 61.0047 101.759 61.3222C101.446 61.6396 101.075 61.8913 100.667 62.0628C100.259 62.2343 99.821 62.3222 99.3792 62.3215Z"
56
+ fill="#BDC7CE"
57
+ opacity="0.2"
58
+ />
59
+ <path
60
+ d="M63.6723 54.0646H58.651C58.4634 54.0649 58.2778 54.1043 58.1057 54.1803C57.9336 54.2563 57.7786 54.3673 57.6504 54.5065C57.5221 54.6457 57.4233 54.81 57.3599 54.9895C57.2966 55.169 57.2701 55.3598 57.2821 55.5501L58.651 77.5965C58.668 77.8792 58.7689 78.1501 58.9403 78.3734L61.1203 81.1921H61.203L63.383 78.3734C63.5545 78.1501 63.6554 77.8792 63.6723 77.5965L65.0413 55.5501C65.0533 55.3598 65.0268 55.169 64.9634 54.9895C64.9001 54.81 64.8013 54.6457 64.673 54.5065C64.5447 54.3673 64.3898 54.2563 64.2177 54.1803C64.0456 54.1043 63.86 54.0649 63.6723 54.0646Z"
61
+ class="fill-white dark:fill-gray-900"
62
+ stroke="#9DA3AC"
63
+ stroke-miterlimit="10"
64
+ />
65
+ <path
66
+ d="M60.4841 77.2973C60.3127 77.0759 60.2118 76.8068 60.1948 76.5257L58.8258 54.4793C58.8195 54.3452 58.8316 54.2109 58.862 54.0803C58.6741 54.0807 58.4883 54.1201 58.3159 54.196C58.1436 54.272 57.9883 54.3829 57.8596 54.522C57.731 54.6611 57.6317 54.8254 57.5677 55.0049C57.5038 55.1844 57.4766 55.3753 57.4878 55.5658L58.862 77.6122C58.8789 77.895 58.9798 78.1658 59.1513 78.3891L61.3313 81.2079H61.4088L62.442 79.8431L60.4841 77.2973Z"
67
+ fill="#BDC7CE"
68
+ opacity="0.2"
69
+ />
70
+ <path
71
+ d="M65.5832 67.7649H56.8114C56.3892 67.7649 56.0469 68.1127 56.0469 68.5418V73.6124C56.0469 74.0415 56.3892 74.3893 56.8114 74.3893H65.5832C66.0054 74.3893 66.3477 74.0415 66.3477 73.6124V68.5418C66.3477 68.1127 66.0054 67.7649 65.5832 67.7649Z"
72
+ class="fill-white dark:fill-gray-900"
73
+ stroke="#9DA3AC"
74
+ stroke-miterlimit="10"
75
+ />
76
+ <path
77
+ d="M58.3506 73.077C58.1478 73.077 57.9533 72.9952 57.8099 72.8495C57.6666 72.7038 57.586 72.5062 57.586 72.3002V67.7649H56.8163C56.7159 67.7649 56.6165 67.785 56.5237 67.824C56.4309 67.8631 56.3467 67.9203 56.2757 67.9924C56.2047 68.0646 56.1484 68.1502 56.11 68.2445C56.0715 68.3387 56.0518 68.4397 56.0518 68.5418V73.6072C56.0518 73.8137 56.1321 74.0119 56.2754 74.1584C56.4186 74.3049 56.6131 74.3879 56.8163 74.3893H65.5984C65.8016 74.3879 65.9961 74.3049 66.1393 74.1584C66.2825 74.0119 66.3629 73.8137 66.3629 73.6072V73.0823L58.3506 73.077Z"
78
+ fill="#BDC7CE"
79
+ opacity="0.2"
80
+ />
81
+ <path
82
+ d="M59.9678 69.3606V72.7253"
83
+ stroke="#9DA3AC"
84
+ stroke-linecap="round"
85
+ stroke-miterlimit="10"
86
+ />
87
+ <path
88
+ d="M62.4316 69.3606V72.7253"
89
+ stroke="#9DA3AC"
90
+ stroke-miterlimit="10"
91
+ stroke-linecap="round"
92
+ />
93
+ </g>
94
+ <defs>
95
+ <clipPath id="clip0_409_69309">
96
+ <rect
97
+ width="85"
98
+ height="69"
99
+ class="fill-white dark:fill-gray-900"
100
+ transform="translate(18 27)"
101
+ />
102
+ </clipPath>
103
+ </defs>
104
+ </svg>
105
+ </template>
@@ -1,48 +1,48 @@
1
- <template>
2
- <svg width="120" height="120" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <circle cx="60" cy="60" r="50" fill="#BDC7CE" fill-opacity="0.15"/>
4
- <g clip-path="url(#clip0_10876_5062)">
5
- <path d="M84.3376 32.0486H81.321C81.3235 31.1152 81.1401 30.1904 80.7814 29.3271C80.4226 28.4638 79.8955 27.6788 79.2301 27.0171C78.5647 26.3553 77.774 25.8296 76.9033 25.4702C76.0325 25.1107 75.0987 24.9244 74.1552 24.9219H66.0664V18.0211L67.018 19.0379L67.9697 18.0305L69.1116 19.0473L70.2345 18.0305L71.4526 19.0473L72.4708 18.0305L73.3083 18.7837V14.1989C73.3084 13.2098 72.9152 12.2605 72.2136 11.5558C71.5121 10.8512 70.5585 10.4479 69.5589 10.4331H48.5565C47.5569 10.4479 46.6033 10.8512 45.9017 11.5558C45.2002 12.2605 44.807 13.2098 44.8071 14.1989V24.9219H37.6414C36.6978 24.9244 35.764 25.1107 34.8933 25.4702C34.0226 25.8296 33.2319 26.3553 32.5665 27.0171C31.9011 27.6788 31.374 28.4638 31.0152 29.3271C30.6565 30.1904 30.4731 31.1152 30.4756 32.0486V72.5306L34.1679 103.269C34.3708 104.996 35.2077 106.59 36.5198 107.748C37.832 108.905 39.528 109.546 41.2861 109.548H71.0149C72.7937 109.545 74.5079 108.888 75.825 107.705C77.142 106.522 77.968 104.898 78.1425 103.146L78.8372 96.415H84.3376C85.0233 96.4138 85.7019 96.2788 86.3348 96.0178C86.9676 95.7568 87.5422 95.3749 88.0257 94.894C88.5092 94.413 88.8921 93.8425 89.1524 93.215C89.4128 92.5875 89.5455 91.9154 89.543 91.2371V37.2265C89.5455 35.8574 88.9988 34.5432 88.0229 33.5724C87.047 32.6016 85.7216 32.0536 84.3376 32.0486Z" fill="#26282B"/>
6
- <path d="M71.0149 109.53H41.2861C39.528 109.527 37.832 108.887 36.5198 107.729C35.2077 106.572 34.3708 104.978 34.1679 103.25L30.4756 72.512V32.03C30.4731 31.0966 30.6565 30.1718 31.0152 29.3085C31.374 28.4452 31.9011 27.6602 32.5665 26.9985C33.2319 26.3367 34.0226 25.811 34.8933 25.4516C35.764 25.0921 36.6978 24.9058 37.6414 24.9033H74.1362C75.0797 24.9058 76.0135 25.0921 76.8842 25.4516C77.755 25.811 78.5456 26.3367 79.211 26.9985C79.8764 27.6602 80.4036 28.4452 80.7623 29.3085C81.1211 30.1718 81.3044 31.0966 81.3019 32.03V72.512L78.1711 103.137C77.9938 104.892 77.1628 106.518 75.84 107.7C74.5172 108.881 72.7971 109.534 71.0149 109.53V109.53Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path opacity="0.2" d="M37.1087 103.25L33.4259 72.5118V32.0298C33.4258 30.1528 34.1763 28.3519 35.5134 27.0203C36.8505 25.6887 38.6658 24.9343 40.5631 24.9219H37.613C36.6695 24.9243 35.7357 25.1107 34.865 25.4701C33.9942 25.8296 33.2036 26.3553 32.5382 27.017C31.8728 27.6788 31.3457 28.4638 30.9869 29.3271C30.6282 30.1904 30.4448 31.1152 30.4473 32.0486V72.5306L34.1396 103.269C34.3425 104.996 35.1794 106.59 36.4915 107.748C37.8037 108.905 39.4997 109.546 41.2578 109.548H44.1983C42.4428 109.536 40.7524 108.889 39.4463 107.729C38.1401 106.569 37.3086 104.975 37.1087 103.25Z" fill="#BDC7CE"/>
8
- <path opacity="0.2" d="M67.2746 83.5454C67.1482 83.5661 67.0189 83.559 66.8956 83.5249C66.7723 83.4907 66.6581 83.4302 66.561 83.3476C66.4639 83.265 66.3863 83.1623 66.3336 83.0469C66.281 82.9314 66.2546 82.8059 66.2563 82.6792V80.2598L65.1905 80.4292C64.9829 80.4628 64.7942 80.5684 64.6582 80.7271C64.5222 80.8858 64.4478 81.0872 64.4482 81.2953V84.5433C64.4482 84.6695 64.4756 84.7941 64.5288 84.9088C64.582 85.0235 64.6596 85.1255 64.7563 85.2077C64.853 85.29 64.9665 85.3506 65.0891 85.3854C65.2117 85.4202 65.3404 85.4284 65.4665 85.4094L72.5942 84.2797C72.801 84.2482 72.9895 84.1445 73.1257 83.9873C73.2618 83.8302 73.3366 83.63 73.3364 83.423V82.5945L67.2746 83.5454Z" fill="#BDC7CE"/>
9
- <path opacity="0.2" d="M67.2746 92.9883C67.149 93.0088 67.0205 93.002 66.8979 92.9684C66.7753 92.9347 66.6616 92.8751 66.5646 92.7935C66.4677 92.712 66.3899 92.6105 66.3367 92.4962C66.2834 92.3818 66.256 92.2574 66.2563 92.1316V89.7026L65.1905 89.8721C64.9829 89.9057 64.7942 90.0113 64.6582 90.17C64.5222 90.3287 64.4478 90.5301 64.4482 90.7382V93.9862C64.4482 94.1124 64.4756 94.2371 64.5288 94.3518C64.582 94.4664 64.6596 94.5684 64.7563 94.6507C64.853 94.7329 64.9665 94.7935 65.0891 94.8283C65.2117 94.8631 65.3404 94.8714 65.4665 94.8524L72.5942 93.7226C72.801 93.6911 72.9895 93.5874 73.1257 93.4303C73.2618 93.2731 73.3366 93.0729 73.3364 92.8659V92.0374L67.2746 92.9883Z" fill="#BDC7CE"/>
10
- <path opacity="0.2" d="M67.2746 101.988C67.1485 102.007 67.0198 101.999 66.8972 101.964C66.7746 101.93 66.6611 101.869 66.5644 101.787C66.4677 101.704 66.3901 101.603 66.3369 101.488C66.2837 101.373 66.2563 101.248 66.2563 101.122V98.6934L65.1905 98.8628C64.9829 98.8964 64.7942 99.002 64.6582 99.1607C64.5222 99.3194 64.4478 99.5209 64.4482 99.729V103.005C64.4482 103.131 64.4756 103.256 64.5288 103.371C64.582 103.485 64.6596 103.587 64.7563 103.67C64.853 103.752 64.9665 103.813 65.0891 103.847C65.2117 103.882 65.3404 103.89 65.4665 103.871L72.5942 102.751C72.8017 102.717 72.9904 102.612 73.1265 102.453C73.2625 102.294 73.3369 102.093 73.3364 101.885V101.056L67.2746 101.988Z" fill="#BDC7CE"/>
11
- <path opacity="0.2" d="M54.5803 83.7994C54.3456 83.7994 54.1205 83.7072 53.9545 83.543C53.7885 83.3788 53.6953 83.1561 53.6953 82.9239V80.7397H52.7437C52.5106 80.7422 52.2879 80.8356 52.124 80.9995C51.9601 81.1635 51.8682 81.3848 51.8682 81.6153V84.8821C51.8682 85.1127 51.9601 85.334 52.124 85.4979C52.2879 85.6619 52.5106 85.7552 52.7437 85.7577H59.8809C60.1139 85.7552 60.3366 85.6619 60.5005 85.4979C60.6644 85.334 60.7564 85.1127 60.7564 84.8821V83.7994H54.5803Z" fill="#BDC7CE"/>
12
- <path opacity="0.2" d="M41.7533 82.6698C41.5457 82.6362 41.357 82.5306 41.221 82.3719C41.085 82.2132 41.0105 82.0117 41.011 81.8036V79.4124L40.3259 79.3088C40.1998 79.2898 40.071 79.298 39.9485 79.3328C39.8259 79.3676 39.7123 79.4283 39.6156 79.5105C39.5189 79.5928 39.4413 79.6947 39.3882 79.8094C39.335 79.924 39.3075 80.0488 39.3076 80.1749V83.4229C39.3075 83.6299 39.3822 83.8301 39.5184 83.9872C39.6546 84.1444 39.8431 84.2481 40.0499 84.2796L47.1776 85.4093C47.3036 85.4283 47.4324 85.4201 47.555 85.3853C47.6775 85.3505 47.7911 85.2899 47.8878 85.2077C47.9845 85.1254 48.0621 85.0234 48.1152 84.9087C48.1684 84.7941 48.1959 84.6694 48.1958 84.5432V83.6771L41.7533 82.6698Z" fill="#BDC7CE"/>
13
- <path opacity="0.2" d="M54.5804 93.1198C54.3473 93.1198 54.1236 93.0288 53.9579 92.8666C53.7922 92.7045 53.6978 92.4842 53.6953 92.2536V90.0601H52.7437C52.5107 90.0625 52.288 90.1559 52.1241 90.3198C51.9601 90.4837 51.8682 90.705 51.8682 90.9356V94.2024C51.867 94.317 51.8887 94.4306 51.9321 94.5367C51.9755 94.6429 52.0398 94.7395 52.1213 94.8209C52.2027 94.9024 52.2996 94.967 52.4065 95.0111C52.5133 95.0553 52.6279 95.078 52.7437 95.078H59.8809C59.9967 95.078 60.1113 95.0553 60.2182 95.0111C60.325 94.967 60.4219 94.9024 60.5034 94.8209C60.5848 94.7395 60.6491 94.6429 60.6925 94.5367C60.7359 94.4306 60.7577 94.317 60.7564 94.2024V93.1198H54.5804Z" fill="#BDC7CE"/>
14
- <path opacity="0.2" d="M41.7533 91.9901C41.5457 91.9565 41.357 91.8509 41.221 91.6922C41.085 91.5335 41.0105 91.332 41.011 91.124V88.7421L40.3259 88.6291C40.1998 88.6101 40.071 88.6183 39.9485 88.6531C39.8259 88.6879 39.7123 88.7485 39.6156 88.8308C39.5189 88.9131 39.4413 89.015 39.3882 89.1297C39.335 89.2444 39.3075 89.3691 39.3076 89.4953V92.7432C39.3071 92.9513 39.3816 93.1528 39.5176 93.3115C39.6536 93.4702 39.8423 93.5758 40.0499 93.6094L47.2251 94.7297C47.3512 94.7487 47.48 94.7405 47.6025 94.7057C47.7251 94.6709 47.8387 94.6103 47.9354 94.528C48.0321 94.4458 48.1097 94.3438 48.1628 94.2291C48.216 94.1144 48.2435 93.9897 48.2434 93.8635V93.0068L41.7533 91.9901Z" fill="#BDC7CE"/>
15
- <path opacity="0.2" d="M54.5803 102.365C54.3456 102.365 54.1205 102.273 53.9545 102.108C53.7885 101.944 53.6953 101.722 53.6953 101.489V99.3052H52.7437C52.5115 99.3052 52.2888 99.3964 52.1246 99.5589C51.9604 99.7213 51.8682 99.9416 51.8682 100.171V103.447C51.8682 103.678 51.9601 103.899 52.124 104.063C52.2879 104.227 52.5106 104.321 52.7437 104.323H59.8809C60.1139 104.321 60.3366 104.227 60.5005 104.063C60.6644 103.899 60.7564 103.678 60.7564 103.447V102.365H54.5803Z" fill="#BDC7CE"/>
16
- <path opacity="0.2" d="M41.7533 101.225C41.5457 101.192 41.357 101.086 41.221 100.928C41.085 100.769 41.0105 100.567 41.011 100.359V97.9774L40.3259 97.8645C40.1998 97.8455 40.071 97.8537 39.9485 97.8885C39.8259 97.9233 39.7123 97.9839 39.6156 98.0662C39.5189 98.1484 39.4413 98.2504 39.3882 98.3651C39.335 98.4797 39.3075 98.6045 39.3076 98.7306V101.979C39.3071 102.187 39.3816 102.388 39.5176 102.547C39.6536 102.706 39.8423 102.811 40.0499 102.845L47.2251 103.946C47.3448 103.957 47.4653 103.942 47.5791 103.905C47.693 103.867 47.7978 103.807 47.8871 103.727C47.9763 103.648 48.0481 103.551 48.098 103.443C48.1478 103.335 48.1746 103.218 48.1768 103.099V102.242L41.7533 101.225Z" fill="#BDC7CE"/>
17
- <path opacity="0.2" d="M51.9827 10.4707C50.9831 10.4856 50.0295 10.8889 49.3279 11.5935C48.6264 12.2981 48.2332 13.2475 48.2333 14.2365V24.9596H44.9121V14.1989C44.912 13.2098 45.3052 12.2605 46.0067 11.5558C46.7083 10.8512 47.6619 10.4479 48.6615 10.4331L51.9827 10.4707Z" fill="#BDC7CE"/>
18
- <path opacity="0.2" d="M73.3373 18.275V18.8117L73.0423 18.548L72.4999 18.0585L71.9194 18.6328L71.4816 19.0753L70.806 18.5104L70.2635 18.0585L69.7782 18.501L69.1406 19.0753L67.913 18.0585L66.9614 19.0658L66.0098 18.0491V14.2268C66.0098 13.2705 66.3938 12.3534 67.0773 11.6772C67.7608 11.001 68.6879 10.6211 69.6545 10.6211C70.6211 10.6211 71.5482 11.001 72.2317 11.6772C72.9152 12.3534 73.2992 13.2705 73.2992 14.2268L73.3373 18.275Z" fill="#BDC7CE"/>
19
- <path opacity="0.2" d="M68.2173 14.3875C68.2048 13.5582 68.4735 12.7487 68.9807 12.0882C69.4878 11.4278 70.2041 10.9546 71.0151 10.7441C70.5811 10.5605 70.1164 10.4584 69.6447 10.4429C68.6635 10.4842 67.7363 10.8991 67.0571 11.6009C66.3779 12.3027 65.9991 13.237 66 14.2086V18.0309L66.9516 19.0477L67.9033 18.0403L68.2268 18.3039L68.2173 14.3875Z" fill="#BDC7CE"/>
20
- <path opacity="0.2" d="M81.4163 32.0488V73.83L78.8564 96.4058H81.797L84.3188 73.83V32.0488H81.4163Z" fill="#BDC7CE"/>
21
- <path d="M74.1086 66.4399H38.3465C38.0779 66.4399 37.812 66.3871 37.5642 66.2846C37.3164 66.1821 37.0916 66.0318 36.903 65.8426C36.7144 65.6534 36.5657 65.429 36.4656 65.1824C36.3654 64.9359 36.3158 64.6721 36.3195 64.4064V32.8116C36.3183 32.5474 36.3698 32.2857 36.4711 32.0413C36.5724 31.7969 36.7215 31.5748 36.9098 31.3875C37.0982 31.2003 37.3221 31.0518 37.5686 30.9504C37.8152 30.849 38.0795 30.7969 38.3465 30.7969H74.1086C74.3748 30.7981 74.6381 30.8512 74.8836 30.9531C75.129 31.055 75.3517 31.2038 75.5391 31.3909C75.7264 31.578 75.8747 31.7997 75.9754 32.0435C76.0761 32.2872 76.1273 32.5482 76.126 32.8116V64.4064C76.1298 64.6713 76.0805 64.9343 75.9809 65.1803C75.8813 65.4262 75.7335 65.6502 75.5459 65.8393C75.3583 66.0284 75.1347 66.1788 74.888 66.2818C74.6413 66.3849 74.3764 66.4386 74.1086 66.4399V66.4399Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
22
- <path d="M44.8076 24.9219V14.1989C44.8075 13.2098 45.2007 12.2605 45.9023 11.5558C46.6038 10.8512 47.5574 10.4479 48.557 10.4331H69.588C70.5876 10.4479 71.5412 10.8512 72.2427 11.5558C72.9443 12.2605 73.3375 13.2098 73.3374 14.1989V18.7837L72.4999 18.0305L71.4817 19.0473L70.2636 18.0305L69.1121 19.0473L67.8845 18.0305L66.9329 19.0379L65.9813 18.0211" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
23
- <path d="M66.0473 24.9219V14.1989C66.0397 13.7078 66.1308 13.2202 66.3153 12.7642C66.4997 12.3083 66.7738 11.8931 67.1218 11.5428C67.4697 11.1924 67.8844 10.914 68.342 10.7235C68.7995 10.533 69.2908 10.4343 69.7872 10.4331" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
24
- <path d="M48.7949 15.8838H59.0725" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
25
- <path d="M48.7949 19.7061H63.193" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
26
- <path d="M81.3016 32.0488H84.3373C85.7213 32.0538 87.0467 32.6018 88.0226 33.5726C88.9986 34.5434 89.5453 35.8576 89.5427 37.2268V91.2185C89.5477 91.8983 89.4169 92.5725 89.1576 93.2022C88.8984 93.8318 88.5159 94.4046 88.0322 94.8875C87.5485 95.3705 86.973 95.754 86.3389 96.0162C85.7048 96.2784 85.0246 96.414 84.3373 96.4152H78.875" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
27
- <path opacity="0.2" d="M55.8847 59.5484C58.0617 59.5615 60.1937 58.9346 62.0101 57.7473C63.8266 56.56 65.2457 54.8659 66.0876 52.8796C66.9294 50.8933 67.156 48.7045 66.7387 46.5906C66.3214 44.4767 65.2789 42.5331 63.7435 41.0062C62.2081 39.4793 60.2489 38.4378 58.1143 38.0139C55.9798 37.59 53.7661 37.8029 51.754 38.6254C49.7419 39.4478 48.022 40.8429 46.8125 42.6337C45.6029 44.4245 44.9582 46.5303 44.96 48.6841C44.9562 50.1072 45.2358 51.517 45.7828 52.8331C46.3298 54.1492 47.1335 55.3458 48.1479 56.3546C49.1624 57.3635 50.3677 58.1648 51.6952 58.7128C53.0227 59.2608 54.4463 59.5447 55.8847 59.5484Z" fill="#BDC7CE"/>
28
- <path d="M50.5078 48.5425L54.7616 52.506L61.2612 44.8521" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
29
- <path d="M30.4756 72.5117C30.4756 72.5117 36.3186 77.7838 56.2171 77.7838C73.3463 77.7838 81.3019 72.5117 81.3019 72.5117" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
30
- <path d="M59.8906 85.8426H52.7534C52.5204 85.8401 52.2977 85.7468 52.1338 85.5828C51.9698 85.4189 51.8779 85.1977 51.8779 84.9671V81.7002C51.8779 81.4697 51.9698 81.2484 52.1338 81.0844C52.2977 80.9205 52.5204 80.8272 52.7534 80.8247H59.8906C60.1237 80.8272 60.3463 80.9205 60.5103 81.0844C60.6742 81.2484 60.7661 81.4697 60.7661 81.7002V84.9671C60.7661 85.1977 60.6742 85.4189 60.5103 85.5828C60.3463 85.7468 60.1237 85.8401 59.8906 85.8426V85.8426Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
31
- <path d="M59.8906 104.314H52.7534C52.5212 104.314 52.2985 104.222 52.1344 104.06C51.9702 103.897 51.8779 103.677 51.8779 103.447V100.181C51.8779 99.9509 51.9702 99.7306 52.1344 99.5681C52.2985 99.4057 52.5212 99.3145 52.7534 99.3145H59.8906C60.1228 99.3145 60.3455 99.4057 60.5097 99.5681C60.6739 99.7306 60.7661 99.9509 60.7661 100.181V103.457C60.7636 103.685 60.6703 103.903 60.5063 104.063C60.3424 104.224 60.1212 104.314 59.8906 104.314V104.314Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
32
- <path d="M59.8906 95.078H52.7534C52.5204 95.0755 52.2977 94.9821 52.1338 94.8182C51.9698 94.6543 51.8779 94.433 51.8779 94.2024V90.9356C51.8779 90.705 51.9698 90.4837 52.1338 90.3198C52.2977 90.1559 52.5204 90.0625 52.7534 90.0601H59.8906C60.1237 90.0625 60.3463 90.1559 60.5103 90.3198C60.6742 90.4837 60.7661 90.705 60.7661 90.9356V94.2024C60.7661 94.433 60.6742 94.6543 60.5103 94.8182C60.3463 94.9821 60.1237 95.0755 59.8906 95.078V95.078Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
33
- <path d="M47.2244 85.4849L40.0968 84.3646C39.8892 84.331 39.7005 84.2254 39.5645 84.0667C39.4284 83.908 39.354 83.7066 39.3545 83.4985V80.2505C39.3558 80.1251 39.3843 80.0015 39.438 79.8879C39.4918 79.7744 39.5696 79.6736 39.6661 79.5924C39.7626 79.5112 39.8757 79.4514 39.9976 79.4171C40.1195 79.3829 40.2474 79.3749 40.3727 79.3938L47.5004 80.5141C47.691 80.56 47.8607 80.6671 47.983 80.8188C48.1053 80.9705 48.1732 81.158 48.1761 81.352V84.6C48.1792 84.7219 48.1563 84.8431 48.1088 84.9557C48.0613 85.0683 47.9903 85.1696 47.9005 85.2532C47.8107 85.3367 47.704 85.4006 47.5875 85.4405C47.471 85.4804 47.3473 85.4956 47.2244 85.4849Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
34
- <path d="M47.2244 103.946L40.0968 102.826C39.8892 102.793 39.7005 102.687 39.5645 102.528C39.4284 102.37 39.354 102.168 39.3545 101.96V98.712C39.3544 98.5859 39.3819 98.4612 39.4351 98.3465C39.4882 98.2318 39.5658 98.1299 39.6625 98.0476C39.7592 97.9654 39.8727 97.9047 39.9953 97.8699C40.1179 97.8351 40.2467 97.8269 40.3727 97.8459L47.5004 98.9756C47.7072 99.0071 47.8957 99.1109 48.0319 99.268C48.1681 99.4252 48.2428 99.6254 48.2427 99.8324V103.08C48.2444 103.207 48.218 103.333 48.1654 103.448C48.1127 103.563 48.0351 103.666 47.938 103.749C47.841 103.831 47.7267 103.892 47.6034 103.926C47.4801 103.96 47.3508 103.967 47.2244 103.946V103.946Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
35
- <path d="M47.2251 94.7299L40.0499 93.5908C39.8423 93.5572 39.6536 93.4516 39.5176 93.2929C39.3816 93.1342 39.3071 92.9328 39.3076 92.7247V89.4767C39.3075 89.3505 39.335 89.2258 39.3882 89.1111C39.4413 88.9964 39.5189 88.8945 39.6156 88.8122C39.7123 88.73 39.8259 88.6693 39.9485 88.6345C40.071 88.5997 40.1998 88.5916 40.3259 88.6106L47.4535 89.7309C47.6611 89.7645 47.8498 89.8701 47.9858 90.0288C48.1219 90.1875 48.1963 90.3889 48.1958 90.597V93.845C48.1977 93.9682 48.1733 94.0905 48.1242 94.2038C48.075 94.3171 48.0023 94.4188 47.9106 94.5023C47.819 94.5859 47.7106 94.6494 47.5925 94.6886C47.4743 94.7278 47.3492 94.7419 47.2251 94.7299Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
36
- <path d="M65.4665 85.4849L72.5942 84.3646C72.8017 84.331 72.9904 84.2254 73.1265 84.0667C73.2625 83.908 73.3369 83.7066 73.3364 83.4985V80.2505C73.3351 80.1251 73.3067 80.0015 73.2529 79.8879C73.1991 79.7744 73.1214 79.6736 73.0248 79.5924C72.9283 79.5112 72.8152 79.4514 72.6933 79.4171C72.5714 79.3829 72.4435 79.3749 72.3182 79.3938L65.1905 80.5141C64.9829 80.5476 64.7942 80.6532 64.6582 80.812C64.5222 80.9707 64.4478 81.1722 64.4482 81.3802V84.6282C64.4479 84.754 64.4753 84.8785 64.5286 84.9928C64.5818 85.1071 64.6596 85.2086 64.7565 85.2901C64.8535 85.3717 64.9672 85.4313 65.0898 85.465C65.2124 85.4986 65.341 85.5054 65.4665 85.4849Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
37
- <path d="M65.4666 103.946L72.5942 102.826C72.8018 102.793 72.9905 102.687 73.1265 102.528C73.2626 102.37 73.337 102.168 73.3365 101.96V98.712C73.3366 98.5859 73.3091 98.4612 73.2559 98.3465C73.2028 98.2318 73.1252 98.1299 73.0285 98.0476C72.9318 97.9654 72.8182 97.9047 72.6957 97.8699C72.5731 97.8351 72.4443 97.8269 72.3183 97.8459L65.1906 98.9756C64.9838 99.0071 64.7953 99.1109 64.6591 99.268C64.5229 99.4252 64.4482 99.6254 64.4483 99.8324V103.08C64.4466 103.207 64.473 103.333 64.5256 103.448C64.5783 103.563 64.6559 103.666 64.7529 103.749C64.85 103.831 64.9643 103.892 65.0876 103.926C65.2109 103.96 65.3402 103.967 65.4666 103.946V103.946Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
38
- <path d="M65.4667 94.7299L72.5944 93.5908C72.802 93.5572 72.9907 93.4516 73.1267 93.2929C73.2627 93.1342 73.3371 92.9328 73.3366 92.7247V89.4767C73.3367 89.3505 73.3092 89.2258 73.2561 89.1111C73.2029 88.9964 73.1253 88.8945 73.0286 88.8122C72.9319 88.73 72.8184 88.6693 72.6958 88.6345C72.5732 88.5997 72.4445 88.5916 72.3184 88.6106L65.1907 89.7309C64.9831 89.7645 64.7944 89.8701 64.6584 90.0288C64.5224 90.1875 64.448 90.3889 64.4485 90.597V93.845C64.4456 93.9727 64.471 94.0995 64.523 94.2165C64.5749 94.3335 64.6521 94.4378 64.7492 94.5222C64.8462 94.6065 64.9607 94.6688 65.0847 94.7047C65.2086 94.7406 65.339 94.7492 65.4667 94.7299Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
39
- </g>
40
- <defs>
41
- <clipPath id="clip0_10876_5062">
42
- <rect width="60" height="100" fill="white" transform="translate(30 10)"/>
43
- </clipPath>
44
- </defs>
45
- </svg>
46
- </template>
47
- <script setup lang="ts">
48
- </script>
1
+ <template>
2
+ <svg width="120" height="120" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <circle cx="60" cy="60" r="50" fill="#BDC7CE" fill-opacity="0.15"/>
4
+ <g clip-path="url(#clip0_10876_5062)">
5
+ <path d="M84.3376 32.0486H81.321C81.3235 31.1152 81.1401 30.1904 80.7814 29.3271C80.4226 28.4638 79.8955 27.6788 79.2301 27.0171C78.5647 26.3553 77.774 25.8296 76.9033 25.4702C76.0325 25.1107 75.0987 24.9244 74.1552 24.9219H66.0664V18.0211L67.018 19.0379L67.9697 18.0305L69.1116 19.0473L70.2345 18.0305L71.4526 19.0473L72.4708 18.0305L73.3083 18.7837V14.1989C73.3084 13.2098 72.9152 12.2605 72.2136 11.5558C71.5121 10.8512 70.5585 10.4479 69.5589 10.4331H48.5565C47.5569 10.4479 46.6033 10.8512 45.9017 11.5558C45.2002 12.2605 44.807 13.2098 44.8071 14.1989V24.9219H37.6414C36.6978 24.9244 35.764 25.1107 34.8933 25.4702C34.0226 25.8296 33.2319 26.3553 32.5665 27.0171C31.9011 27.6788 31.374 28.4638 31.0152 29.3271C30.6565 30.1904 30.4731 31.1152 30.4756 32.0486V72.5306L34.1679 103.269C34.3708 104.996 35.2077 106.59 36.5198 107.748C37.832 108.905 39.528 109.546 41.2861 109.548H71.0149C72.7937 109.545 74.5079 108.888 75.825 107.705C77.142 106.522 77.968 104.898 78.1425 103.146L78.8372 96.415H84.3376C85.0233 96.4138 85.7019 96.2788 86.3348 96.0178C86.9676 95.7568 87.5422 95.3749 88.0257 94.894C88.5092 94.413 88.8921 93.8425 89.1524 93.215C89.4128 92.5875 89.5455 91.9154 89.543 91.2371V37.2265C89.5455 35.8574 88.9988 34.5432 88.0229 33.5724C87.047 32.6016 85.7216 32.0536 84.3376 32.0486Z" fill="#26282B"/>
6
+ <path d="M71.0149 109.53H41.2861C39.528 109.527 37.832 108.887 36.5198 107.729C35.2077 106.572 34.3708 104.978 34.1679 103.25L30.4756 72.512V32.03C30.4731 31.0966 30.6565 30.1718 31.0152 29.3085C31.374 28.4452 31.9011 27.6602 32.5665 26.9985C33.2319 26.3367 34.0226 25.811 34.8933 25.4516C35.764 25.0921 36.6978 24.9058 37.6414 24.9033H74.1362C75.0797 24.9058 76.0135 25.0921 76.8842 25.4516C77.755 25.811 78.5456 26.3367 79.211 26.9985C79.8764 27.6602 80.4036 28.4452 80.7623 29.3085C81.1211 30.1718 81.3044 31.0966 81.3019 32.03V72.512L78.1711 103.137C77.9938 104.892 77.1628 106.518 75.84 107.7C74.5172 108.881 72.7971 109.534 71.0149 109.53V109.53Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path opacity="0.2" d="M37.1087 103.25L33.4259 72.5118V32.0298C33.4258 30.1528 34.1763 28.3519 35.5134 27.0203C36.8505 25.6887 38.6658 24.9343 40.5631 24.9219H37.613C36.6695 24.9243 35.7357 25.1107 34.865 25.4701C33.9942 25.8296 33.2036 26.3553 32.5382 27.017C31.8728 27.6788 31.3457 28.4638 30.9869 29.3271C30.6282 30.1904 30.4448 31.1152 30.4473 32.0486V72.5306L34.1396 103.269C34.3425 104.996 35.1794 106.59 36.4915 107.748C37.8037 108.905 39.4997 109.546 41.2578 109.548H44.1983C42.4428 109.536 40.7524 108.889 39.4463 107.729C38.1401 106.569 37.3086 104.975 37.1087 103.25Z" fill="#BDC7CE"/>
8
+ <path opacity="0.2" d="M67.2746 83.5454C67.1482 83.5661 67.0189 83.559 66.8956 83.5249C66.7723 83.4907 66.6581 83.4302 66.561 83.3476C66.4639 83.265 66.3863 83.1623 66.3336 83.0469C66.281 82.9314 66.2546 82.8059 66.2563 82.6792V80.2598L65.1905 80.4292C64.9829 80.4628 64.7942 80.5684 64.6582 80.7271C64.5222 80.8858 64.4478 81.0872 64.4482 81.2953V84.5433C64.4482 84.6695 64.4756 84.7941 64.5288 84.9088C64.582 85.0235 64.6596 85.1255 64.7563 85.2077C64.853 85.29 64.9665 85.3506 65.0891 85.3854C65.2117 85.4202 65.3404 85.4284 65.4665 85.4094L72.5942 84.2797C72.801 84.2482 72.9895 84.1445 73.1257 83.9873C73.2618 83.8302 73.3366 83.63 73.3364 83.423V82.5945L67.2746 83.5454Z" fill="#BDC7CE"/>
9
+ <path opacity="0.2" d="M67.2746 92.9883C67.149 93.0088 67.0205 93.002 66.8979 92.9684C66.7753 92.9347 66.6616 92.8751 66.5646 92.7935C66.4677 92.712 66.3899 92.6105 66.3367 92.4962C66.2834 92.3818 66.256 92.2574 66.2563 92.1316V89.7026L65.1905 89.8721C64.9829 89.9057 64.7942 90.0113 64.6582 90.17C64.5222 90.3287 64.4478 90.5301 64.4482 90.7382V93.9862C64.4482 94.1124 64.4756 94.2371 64.5288 94.3518C64.582 94.4664 64.6596 94.5684 64.7563 94.6507C64.853 94.7329 64.9665 94.7935 65.0891 94.8283C65.2117 94.8631 65.3404 94.8714 65.4665 94.8524L72.5942 93.7226C72.801 93.6911 72.9895 93.5874 73.1257 93.4303C73.2618 93.2731 73.3366 93.0729 73.3364 92.8659V92.0374L67.2746 92.9883Z" fill="#BDC7CE"/>
10
+ <path opacity="0.2" d="M67.2746 101.988C67.1485 102.007 67.0198 101.999 66.8972 101.964C66.7746 101.93 66.6611 101.869 66.5644 101.787C66.4677 101.704 66.3901 101.603 66.3369 101.488C66.2837 101.373 66.2563 101.248 66.2563 101.122V98.6934L65.1905 98.8628C64.9829 98.8964 64.7942 99.002 64.6582 99.1607C64.5222 99.3194 64.4478 99.5209 64.4482 99.729V103.005C64.4482 103.131 64.4756 103.256 64.5288 103.371C64.582 103.485 64.6596 103.587 64.7563 103.67C64.853 103.752 64.9665 103.813 65.0891 103.847C65.2117 103.882 65.3404 103.89 65.4665 103.871L72.5942 102.751C72.8017 102.717 72.9904 102.612 73.1265 102.453C73.2625 102.294 73.3369 102.093 73.3364 101.885V101.056L67.2746 101.988Z" fill="#BDC7CE"/>
11
+ <path opacity="0.2" d="M54.5803 83.7994C54.3456 83.7994 54.1205 83.7072 53.9545 83.543C53.7885 83.3788 53.6953 83.1561 53.6953 82.9239V80.7397H52.7437C52.5106 80.7422 52.2879 80.8356 52.124 80.9995C51.9601 81.1635 51.8682 81.3848 51.8682 81.6153V84.8821C51.8682 85.1127 51.9601 85.334 52.124 85.4979C52.2879 85.6619 52.5106 85.7552 52.7437 85.7577H59.8809C60.1139 85.7552 60.3366 85.6619 60.5005 85.4979C60.6644 85.334 60.7564 85.1127 60.7564 84.8821V83.7994H54.5803Z" fill="#BDC7CE"/>
12
+ <path opacity="0.2" d="M41.7533 82.6698C41.5457 82.6362 41.357 82.5306 41.221 82.3719C41.085 82.2132 41.0105 82.0117 41.011 81.8036V79.4124L40.3259 79.3088C40.1998 79.2898 40.071 79.298 39.9485 79.3328C39.8259 79.3676 39.7123 79.4283 39.6156 79.5105C39.5189 79.5928 39.4413 79.6947 39.3882 79.8094C39.335 79.924 39.3075 80.0488 39.3076 80.1749V83.4229C39.3075 83.6299 39.3822 83.8301 39.5184 83.9872C39.6546 84.1444 39.8431 84.2481 40.0499 84.2796L47.1776 85.4093C47.3036 85.4283 47.4324 85.4201 47.555 85.3853C47.6775 85.3505 47.7911 85.2899 47.8878 85.2077C47.9845 85.1254 48.0621 85.0234 48.1152 84.9087C48.1684 84.7941 48.1959 84.6694 48.1958 84.5432V83.6771L41.7533 82.6698Z" fill="#BDC7CE"/>
13
+ <path opacity="0.2" d="M54.5804 93.1198C54.3473 93.1198 54.1236 93.0288 53.9579 92.8666C53.7922 92.7045 53.6978 92.4842 53.6953 92.2536V90.0601H52.7437C52.5107 90.0625 52.288 90.1559 52.1241 90.3198C51.9601 90.4837 51.8682 90.705 51.8682 90.9356V94.2024C51.867 94.317 51.8887 94.4306 51.9321 94.5367C51.9755 94.6429 52.0398 94.7395 52.1213 94.8209C52.2027 94.9024 52.2996 94.967 52.4065 95.0111C52.5133 95.0553 52.6279 95.078 52.7437 95.078H59.8809C59.9967 95.078 60.1113 95.0553 60.2182 95.0111C60.325 94.967 60.4219 94.9024 60.5034 94.8209C60.5848 94.7395 60.6491 94.6429 60.6925 94.5367C60.7359 94.4306 60.7577 94.317 60.7564 94.2024V93.1198H54.5804Z" fill="#BDC7CE"/>
14
+ <path opacity="0.2" d="M41.7533 91.9901C41.5457 91.9565 41.357 91.8509 41.221 91.6922C41.085 91.5335 41.0105 91.332 41.011 91.124V88.7421L40.3259 88.6291C40.1998 88.6101 40.071 88.6183 39.9485 88.6531C39.8259 88.6879 39.7123 88.7485 39.6156 88.8308C39.5189 88.9131 39.4413 89.015 39.3882 89.1297C39.335 89.2444 39.3075 89.3691 39.3076 89.4953V92.7432C39.3071 92.9513 39.3816 93.1528 39.5176 93.3115C39.6536 93.4702 39.8423 93.5758 40.0499 93.6094L47.2251 94.7297C47.3512 94.7487 47.48 94.7405 47.6025 94.7057C47.7251 94.6709 47.8387 94.6103 47.9354 94.528C48.0321 94.4458 48.1097 94.3438 48.1628 94.2291C48.216 94.1144 48.2435 93.9897 48.2434 93.8635V93.0068L41.7533 91.9901Z" fill="#BDC7CE"/>
15
+ <path opacity="0.2" d="M54.5803 102.365C54.3456 102.365 54.1205 102.273 53.9545 102.108C53.7885 101.944 53.6953 101.722 53.6953 101.489V99.3052H52.7437C52.5115 99.3052 52.2888 99.3964 52.1246 99.5589C51.9604 99.7213 51.8682 99.9416 51.8682 100.171V103.447C51.8682 103.678 51.9601 103.899 52.124 104.063C52.2879 104.227 52.5106 104.321 52.7437 104.323H59.8809C60.1139 104.321 60.3366 104.227 60.5005 104.063C60.6644 103.899 60.7564 103.678 60.7564 103.447V102.365H54.5803Z" fill="#BDC7CE"/>
16
+ <path opacity="0.2" d="M41.7533 101.225C41.5457 101.192 41.357 101.086 41.221 100.928C41.085 100.769 41.0105 100.567 41.011 100.359V97.9774L40.3259 97.8645C40.1998 97.8455 40.071 97.8537 39.9485 97.8885C39.8259 97.9233 39.7123 97.9839 39.6156 98.0662C39.5189 98.1484 39.4413 98.2504 39.3882 98.3651C39.335 98.4797 39.3075 98.6045 39.3076 98.7306V101.979C39.3071 102.187 39.3816 102.388 39.5176 102.547C39.6536 102.706 39.8423 102.811 40.0499 102.845L47.2251 103.946C47.3448 103.957 47.4653 103.942 47.5791 103.905C47.693 103.867 47.7978 103.807 47.8871 103.727C47.9763 103.648 48.0481 103.551 48.098 103.443C48.1478 103.335 48.1746 103.218 48.1768 103.099V102.242L41.7533 101.225Z" fill="#BDC7CE"/>
17
+ <path opacity="0.2" d="M51.9827 10.4707C50.9831 10.4856 50.0295 10.8889 49.3279 11.5935C48.6264 12.2981 48.2332 13.2475 48.2333 14.2365V24.9596H44.9121V14.1989C44.912 13.2098 45.3052 12.2605 46.0067 11.5558C46.7083 10.8512 47.6619 10.4479 48.6615 10.4331L51.9827 10.4707Z" fill="#BDC7CE"/>
18
+ <path opacity="0.2" d="M73.3373 18.275V18.8117L73.0423 18.548L72.4999 18.0585L71.9194 18.6328L71.4816 19.0753L70.806 18.5104L70.2635 18.0585L69.7782 18.501L69.1406 19.0753L67.913 18.0585L66.9614 19.0658L66.0098 18.0491V14.2268C66.0098 13.2705 66.3938 12.3534 67.0773 11.6772C67.7608 11.001 68.6879 10.6211 69.6545 10.6211C70.6211 10.6211 71.5482 11.001 72.2317 11.6772C72.9152 12.3534 73.2992 13.2705 73.2992 14.2268L73.3373 18.275Z" fill="#BDC7CE"/>
19
+ <path opacity="0.2" d="M68.2173 14.3875C68.2048 13.5582 68.4735 12.7487 68.9807 12.0882C69.4878 11.4278 70.2041 10.9546 71.0151 10.7441C70.5811 10.5605 70.1164 10.4584 69.6447 10.4429C68.6635 10.4842 67.7363 10.8991 67.0571 11.6009C66.3779 12.3027 65.9991 13.237 66 14.2086V18.0309L66.9516 19.0477L67.9033 18.0403L68.2268 18.3039L68.2173 14.3875Z" fill="#BDC7CE"/>
20
+ <path opacity="0.2" d="M81.4163 32.0488V73.83L78.8564 96.4058H81.797L84.3188 73.83V32.0488H81.4163Z" fill="#BDC7CE"/>
21
+ <path d="M74.1086 66.4399H38.3465C38.0779 66.4399 37.812 66.3871 37.5642 66.2846C37.3164 66.1821 37.0916 66.0318 36.903 65.8426C36.7144 65.6534 36.5657 65.429 36.4656 65.1824C36.3654 64.9359 36.3158 64.6721 36.3195 64.4064V32.8116C36.3183 32.5474 36.3698 32.2857 36.4711 32.0413C36.5724 31.7969 36.7215 31.5748 36.9098 31.3875C37.0982 31.2003 37.3221 31.0518 37.5686 30.9504C37.8152 30.849 38.0795 30.7969 38.3465 30.7969H74.1086C74.3748 30.7981 74.6381 30.8512 74.8836 30.9531C75.129 31.055 75.3517 31.2038 75.5391 31.3909C75.7264 31.578 75.8747 31.7997 75.9754 32.0435C76.0761 32.2872 76.1273 32.5482 76.126 32.8116V64.4064C76.1298 64.6713 76.0805 64.9343 75.9809 65.1803C75.8813 65.4262 75.7335 65.6502 75.5459 65.8393C75.3583 66.0284 75.1347 66.1788 74.888 66.2818C74.6413 66.3849 74.3764 66.4386 74.1086 66.4399V66.4399Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
22
+ <path d="M44.8076 24.9219V14.1989C44.8075 13.2098 45.2007 12.2605 45.9023 11.5558C46.6038 10.8512 47.5574 10.4479 48.557 10.4331H69.588C70.5876 10.4479 71.5412 10.8512 72.2427 11.5558C72.9443 12.2605 73.3375 13.2098 73.3374 14.1989V18.7837L72.4999 18.0305L71.4817 19.0473L70.2636 18.0305L69.1121 19.0473L67.8845 18.0305L66.9329 19.0379L65.9813 18.0211" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
23
+ <path d="M66.0473 24.9219V14.1989C66.0397 13.7078 66.1308 13.2202 66.3153 12.7642C66.4997 12.3083 66.7738 11.8931 67.1218 11.5428C67.4697 11.1924 67.8844 10.914 68.342 10.7235C68.7995 10.533 69.2908 10.4343 69.7872 10.4331" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
24
+ <path d="M48.7949 15.8838H59.0725" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
25
+ <path d="M48.7949 19.7061H63.193" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
26
+ <path d="M81.3016 32.0488H84.3373C85.7213 32.0538 87.0467 32.6018 88.0226 33.5726C88.9986 34.5434 89.5453 35.8576 89.5427 37.2268V91.2185C89.5477 91.8983 89.4169 92.5725 89.1576 93.2022C88.8984 93.8318 88.5159 94.4046 88.0322 94.8875C87.5485 95.3705 86.973 95.754 86.3389 96.0162C85.7048 96.2784 85.0246 96.414 84.3373 96.4152H78.875" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
27
+ <path opacity="0.2" d="M55.8847 59.5484C58.0617 59.5615 60.1937 58.9346 62.0101 57.7473C63.8266 56.56 65.2457 54.8659 66.0876 52.8796C66.9294 50.8933 67.156 48.7045 66.7387 46.5906C66.3214 44.4767 65.2789 42.5331 63.7435 41.0062C62.2081 39.4793 60.2489 38.4378 58.1143 38.0139C55.9798 37.59 53.7661 37.8029 51.754 38.6254C49.7419 39.4478 48.022 40.8429 46.8125 42.6337C45.6029 44.4245 44.9582 46.5303 44.96 48.6841C44.9562 50.1072 45.2358 51.517 45.7828 52.8331C46.3298 54.1492 47.1335 55.3458 48.1479 56.3546C49.1624 57.3635 50.3677 58.1648 51.6952 58.7128C53.0227 59.2608 54.4463 59.5447 55.8847 59.5484Z" fill="#BDC7CE"/>
28
+ <path d="M50.5078 48.5425L54.7616 52.506L61.2612 44.8521" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
29
+ <path d="M30.4756 72.5117C30.4756 72.5117 36.3186 77.7838 56.2171 77.7838C73.3463 77.7838 81.3019 72.5117 81.3019 72.5117" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
30
+ <path d="M59.8906 85.8426H52.7534C52.5204 85.8401 52.2977 85.7468 52.1338 85.5828C51.9698 85.4189 51.8779 85.1977 51.8779 84.9671V81.7002C51.8779 81.4697 51.9698 81.2484 52.1338 81.0844C52.2977 80.9205 52.5204 80.8272 52.7534 80.8247H59.8906C60.1237 80.8272 60.3463 80.9205 60.5103 81.0844C60.6742 81.2484 60.7661 81.4697 60.7661 81.7002V84.9671C60.7661 85.1977 60.6742 85.4189 60.5103 85.5828C60.3463 85.7468 60.1237 85.8401 59.8906 85.8426V85.8426Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
31
+ <path d="M59.8906 104.314H52.7534C52.5212 104.314 52.2985 104.222 52.1344 104.06C51.9702 103.897 51.8779 103.677 51.8779 103.447V100.181C51.8779 99.9509 51.9702 99.7306 52.1344 99.5681C52.2985 99.4057 52.5212 99.3145 52.7534 99.3145H59.8906C60.1228 99.3145 60.3455 99.4057 60.5097 99.5681C60.6739 99.7306 60.7661 99.9509 60.7661 100.181V103.457C60.7636 103.685 60.6703 103.903 60.5063 104.063C60.3424 104.224 60.1212 104.314 59.8906 104.314V104.314Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
32
+ <path d="M59.8906 95.078H52.7534C52.5204 95.0755 52.2977 94.9821 52.1338 94.8182C51.9698 94.6543 51.8779 94.433 51.8779 94.2024V90.9356C51.8779 90.705 51.9698 90.4837 52.1338 90.3198C52.2977 90.1559 52.5204 90.0625 52.7534 90.0601H59.8906C60.1237 90.0625 60.3463 90.1559 60.5103 90.3198C60.6742 90.4837 60.7661 90.705 60.7661 90.9356V94.2024C60.7661 94.433 60.6742 94.6543 60.5103 94.8182C60.3463 94.9821 60.1237 95.0755 59.8906 95.078V95.078Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
33
+ <path d="M47.2244 85.4849L40.0968 84.3646C39.8892 84.331 39.7005 84.2254 39.5645 84.0667C39.4284 83.908 39.354 83.7066 39.3545 83.4985V80.2505C39.3558 80.1251 39.3843 80.0015 39.438 79.8879C39.4918 79.7744 39.5696 79.6736 39.6661 79.5924C39.7626 79.5112 39.8757 79.4514 39.9976 79.4171C40.1195 79.3829 40.2474 79.3749 40.3727 79.3938L47.5004 80.5141C47.691 80.56 47.8607 80.6671 47.983 80.8188C48.1053 80.9705 48.1732 81.158 48.1761 81.352V84.6C48.1792 84.7219 48.1563 84.8431 48.1088 84.9557C48.0613 85.0683 47.9903 85.1696 47.9005 85.2532C47.8107 85.3367 47.704 85.4006 47.5875 85.4405C47.471 85.4804 47.3473 85.4956 47.2244 85.4849Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
34
+ <path d="M47.2244 103.946L40.0968 102.826C39.8892 102.793 39.7005 102.687 39.5645 102.528C39.4284 102.37 39.354 102.168 39.3545 101.96V98.712C39.3544 98.5859 39.3819 98.4612 39.4351 98.3465C39.4882 98.2318 39.5658 98.1299 39.6625 98.0476C39.7592 97.9654 39.8727 97.9047 39.9953 97.8699C40.1179 97.8351 40.2467 97.8269 40.3727 97.8459L47.5004 98.9756C47.7072 99.0071 47.8957 99.1109 48.0319 99.268C48.1681 99.4252 48.2428 99.6254 48.2427 99.8324V103.08C48.2444 103.207 48.218 103.333 48.1654 103.448C48.1127 103.563 48.0351 103.666 47.938 103.749C47.841 103.831 47.7267 103.892 47.6034 103.926C47.4801 103.96 47.3508 103.967 47.2244 103.946V103.946Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
35
+ <path d="M47.2251 94.7299L40.0499 93.5908C39.8423 93.5572 39.6536 93.4516 39.5176 93.2929C39.3816 93.1342 39.3071 92.9328 39.3076 92.7247V89.4767C39.3075 89.3505 39.335 89.2258 39.3882 89.1111C39.4413 88.9964 39.5189 88.8945 39.6156 88.8122C39.7123 88.73 39.8259 88.6693 39.9485 88.6345C40.071 88.5997 40.1998 88.5916 40.3259 88.6106L47.4535 89.7309C47.6611 89.7645 47.8498 89.8701 47.9858 90.0288C48.1219 90.1875 48.1963 90.3889 48.1958 90.597V93.845C48.1977 93.9682 48.1733 94.0905 48.1242 94.2038C48.075 94.3171 48.0023 94.4188 47.9106 94.5023C47.819 94.5859 47.7106 94.6494 47.5925 94.6886C47.4743 94.7278 47.3492 94.7419 47.2251 94.7299Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
36
+ <path d="M65.4665 85.4849L72.5942 84.3646C72.8017 84.331 72.9904 84.2254 73.1265 84.0667C73.2625 83.908 73.3369 83.7066 73.3364 83.4985V80.2505C73.3351 80.1251 73.3067 80.0015 73.2529 79.8879C73.1991 79.7744 73.1214 79.6736 73.0248 79.5924C72.9283 79.5112 72.8152 79.4514 72.6933 79.4171C72.5714 79.3829 72.4435 79.3749 72.3182 79.3938L65.1905 80.5141C64.9829 80.5476 64.7942 80.6532 64.6582 80.812C64.5222 80.9707 64.4478 81.1722 64.4482 81.3802V84.6282C64.4479 84.754 64.4753 84.8785 64.5286 84.9928C64.5818 85.1071 64.6596 85.2086 64.7565 85.2901C64.8535 85.3717 64.9672 85.4313 65.0898 85.465C65.2124 85.4986 65.341 85.5054 65.4665 85.4849Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
37
+ <path d="M65.4666 103.946L72.5942 102.826C72.8018 102.793 72.9905 102.687 73.1265 102.528C73.2626 102.37 73.337 102.168 73.3365 101.96V98.712C73.3366 98.5859 73.3091 98.4612 73.2559 98.3465C73.2028 98.2318 73.1252 98.1299 73.0285 98.0476C72.9318 97.9654 72.8182 97.9047 72.6957 97.8699C72.5731 97.8351 72.4443 97.8269 72.3183 97.8459L65.1906 98.9756C64.9838 99.0071 64.7953 99.1109 64.6591 99.268C64.5229 99.4252 64.4482 99.6254 64.4483 99.8324V103.08C64.4466 103.207 64.473 103.333 64.5256 103.448C64.5783 103.563 64.6559 103.666 64.7529 103.749C64.85 103.831 64.9643 103.892 65.0876 103.926C65.2109 103.96 65.3402 103.967 65.4666 103.946V103.946Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
38
+ <path d="M65.4667 94.7299L72.5944 93.5908C72.802 93.5572 72.9907 93.4516 73.1267 93.2929C73.2627 93.1342 73.3371 92.9328 73.3366 92.7247V89.4767C73.3367 89.3505 73.3092 89.2258 73.2561 89.1111C73.2029 88.9964 73.1253 88.8945 73.0286 88.8122C72.9319 88.73 72.8184 88.6693 72.6958 88.6345C72.5732 88.5997 72.4445 88.5916 72.3184 88.6106L65.1907 89.7309C64.9831 89.7645 64.7944 89.8701 64.6584 90.0288C64.5224 90.1875 64.448 90.3889 64.4485 90.597V93.845C64.4456 93.9727 64.471 94.0995 64.523 94.2165C64.5749 94.3335 64.6521 94.4378 64.7492 94.5222C64.8462 94.6065 64.9607 94.6688 65.0847 94.7047C65.2086 94.7406 65.339 94.7492 65.4667 94.7299Z" stroke="#9DA3AC" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round"/>
39
+ </g>
40
+ <defs>
41
+ <clipPath id="clip0_10876_5062">
42
+ <rect width="60" height="100" fill="white" transform="translate(30 10)"/>
43
+ </clipPath>
44
+ </defs>
45
+ </svg>
46
+ </template>
47
+ <script setup lang="ts">
48
+ </script>