adata-ui 3.1.79 → 3.1.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) 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 +37 -2
  5. package/dist/runtime/components/Chip.vue +5 -5
  6. package/dist/runtime/components/Chip.vue.d.ts +21 -2
  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 +47 -2
  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 +69 -69
  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 +0 -50
  19. package/dist/runtime/components/Modal.vue +78 -78
  20. package/dist/runtime/components/Modal.vue.d.ts +49 -9
  21. package/dist/runtime/components/NewFooter.vue +113 -113
  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 +79 -3
  27. package/dist/runtime/components/Tag.vue +4 -4
  28. package/dist/runtime/components/Tag.vue.d.ts +12 -2
  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 +44 -4
  32. package/dist/runtime/components/button/Button.vue +22 -22
  33. package/dist/runtime/components/button/Button.vue.d.ts +21 -3
  34. package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
  35. package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +39 -7
  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 +5 -3
  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 +7 -2
  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 +35 -3
  47. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +54 -54
  48. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +1 -7
  49. package/dist/runtime/components/forms/request-demo/RequestDemo.vue +57 -57
  50. package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +0 -26
  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 +2 -8
  56. package/dist/runtime/components/header/HeaderLink.vue +46 -46
  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 +67 -67
  62. package/dist/runtime/components/header/ProductMenu.vue.d.ts +2 -8
  63. package/dist/runtime/components/header/ProfileMenu.vue +37 -37
  64. package/dist/runtime/components/header/ProfileMenu.vue.d.ts +1 -5
  65. package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
  66. package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +1 -5
  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 +14 -9
  70. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
  71. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +0 -29
  72. package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
  73. package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +1 -5
  74. package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +23 -23
  75. package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
  76. package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +1 -5
  77. package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
  78. package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +1 -5
  79. package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
  80. package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +1 -5
  81. package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
  82. package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
  83. package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
  84. package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
  85. package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
  86. package/dist/runtime/components/modals/id/IdModals.vue +44 -44
  87. package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
  88. package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
  89. package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
  90. package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
  91. package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
  92. package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
  93. package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
  94. package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
  95. package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
  96. package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
  97. package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
  98. package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
  99. package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
  100. package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
  101. package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +0 -46
  102. package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
  103. package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +36 -2
  104. package/dist/runtime/components/row-card/RowCard.vue +27 -27
  105. package/dist/runtime/components/row-card/RowCard.vue.d.ts +9 -2
  106. package/dist/runtime/components/select-row/index.vue +58 -58
  107. package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
  108. package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
  109. package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +20 -2
  110. package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
  111. package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
  112. package/dist/runtime/icons/ai-assistant.vue +13 -13
  113. package/dist/runtime/icons/akimat.vue +20 -20
  114. package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
  115. package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
  116. package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
  117. package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
  118. package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
  119. package/dist/runtime/icons/avatar.vue +41 -41
  120. package/dist/runtime/icons/avto/car.vue +17 -17
  121. package/dist/runtime/icons/avto/truck.vue +17 -17
  122. package/dist/runtime/icons/bank.vue +14 -14
  123. package/dist/runtime/icons/block.vue +19 -19
  124. package/dist/runtime/icons/bookmark.vue +19 -19
  125. package/dist/runtime/icons/calculator.vue +19 -19
  126. package/dist/runtime/icons/chartBar.vue +14 -14
  127. package/dist/runtime/icons/check-circle.vue +25 -25
  128. package/dist/runtime/icons/check-sb.vue +7 -7
  129. package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
  130. package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
  131. package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
  132. package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
  133. package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
  134. package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
  135. package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
  136. package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
  137. package/dist/runtime/icons/clipboard-text.vue +17 -17
  138. package/dist/runtime/icons/clock.vue +25 -25
  139. package/dist/runtime/icons/color-mode/moon.vue +20 -20
  140. package/dist/runtime/icons/color-mode/sun.vue +27 -27
  141. package/dist/runtime/icons/communication/mail.vue +19 -19
  142. package/dist/runtime/icons/communication/phone.vue +19 -19
  143. package/dist/runtime/icons/company.vue +19 -19
  144. package/dist/runtime/icons/currency/dollar.vue +19 -19
  145. package/dist/runtime/icons/currency/down.vue +22 -22
  146. package/dist/runtime/icons/currency/eur.vue +69 -69
  147. package/dist/runtime/icons/currency/rub.vue +25 -25
  148. package/dist/runtime/icons/currency/tenge.vue +9 -9
  149. package/dist/runtime/icons/currency/usd.vue +269 -269
  150. package/dist/runtime/icons/currency/yuan.vue +37 -37
  151. package/dist/runtime/icons/document/hdocument.vue +17 -17
  152. package/dist/runtime/icons/document/id.vue +19 -19
  153. package/dist/runtime/icons/document/profile.vue +19 -19
  154. package/dist/runtime/icons/eye-closed.vue +26 -26
  155. package/dist/runtime/icons/eye-open.vue +7 -7
  156. package/dist/runtime/icons/eye-opened.vue +23 -23
  157. package/dist/runtime/icons/file/excel-icon.vue +14 -14
  158. package/dist/runtime/icons/file/file.vue +19 -19
  159. package/dist/runtime/icons/file/files.vue +17 -17
  160. package/dist/runtime/icons/globe.vue +19 -19
  161. package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
  162. package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
  163. package/dist/runtime/icons/handshake.vue +19 -19
  164. package/dist/runtime/icons/history.vue +19 -19
  165. package/dist/runtime/icons/hot-line.vue +6 -6
  166. package/dist/runtime/icons/id.vue +9 -9
  167. package/dist/runtime/icons/info/info-circle.vue +29 -29
  168. package/dist/runtime/icons/invoice.vue +35 -35
  169. package/dist/runtime/icons/kaspi-qr.vue +13 -13
  170. package/dist/runtime/icons/link-chain.vue +31 -31
  171. package/dist/runtime/icons/loader-circle.vue +34 -34
  172. package/dist/runtime/icons/lock.vue +19 -19
  173. package/dist/runtime/icons/logo/adata.vue +48 -48
  174. package/dist/runtime/icons/logo/logo.vue +27 -27
  175. package/dist/runtime/icons/map-paper.vue +5 -5
  176. package/dist/runtime/icons/map-pin-rect.vue +15 -15
  177. package/dist/runtime/icons/medal.vue +17 -17
  178. package/dist/runtime/icons/menu/menu-filled.vue +61 -61
  179. package/dist/runtime/icons/menu/menu.vue +41 -41
  180. package/dist/runtime/icons/message.vue +24 -24
  181. package/dist/runtime/icons/modals/door.vue +162 -162
  182. package/dist/runtime/icons/moon.vue +10 -10
  183. package/dist/runtime/icons/navigation/expand-window.vue +19 -19
  184. package/dist/runtime/icons/navigation/location.vue +25 -25
  185. package/dist/runtime/icons/navigation/logout.vue +19 -19
  186. package/dist/runtime/icons/notifications.vue +25 -25
  187. package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
  188. package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
  189. package/dist/runtime/icons/other-service/block.vue +16 -16
  190. package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
  191. package/dist/runtime/icons/other-service/globe.vue +16 -16
  192. package/dist/runtime/icons/other-service/link.vue +7 -7
  193. package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
  194. package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
  195. package/dist/runtime/icons/other-service/users-three.vue +7 -7
  196. package/dist/runtime/icons/payment/payment-card.vue +6 -6
  197. package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
  198. package/dist/runtime/icons/plus.vue +24 -24
  199. package/dist/runtime/icons/radio/radio-check.vue +24 -24
  200. package/dist/runtime/icons/radio/radio-empty.vue +20 -20
  201. package/dist/runtime/icons/receipt/hcheck.vue +27 -27
  202. package/dist/runtime/icons/receipt/receipt.vue +27 -27
  203. package/dist/runtime/icons/sanctions.vue +8 -8
  204. package/dist/runtime/icons/scale.vue +19 -19
  205. package/dist/runtime/icons/search.vue +27 -27
  206. package/dist/runtime/icons/socials/facebook.vue +15 -15
  207. package/dist/runtime/icons/socials/google.vue +41 -41
  208. package/dist/runtime/icons/socials/instagram.vue +19 -19
  209. package/dist/runtime/icons/socials/linkedin.vue +24 -24
  210. package/dist/runtime/icons/socials/mailru.vue +34 -34
  211. package/dist/runtime/icons/socials/telegram.vue +15 -15
  212. package/dist/runtime/icons/socials/tik-tok.vue +15 -15
  213. package/dist/runtime/icons/socials/whatsapp.vue +21 -21
  214. package/dist/runtime/icons/socials/yandex.vue +28 -28
  215. package/dist/runtime/icons/socials/youtube.vue +16 -16
  216. package/dist/runtime/icons/sun.vue +14 -14
  217. package/dist/runtime/icons/sviazi.vue +19 -19
  218. package/dist/runtime/icons/tasks.vue +10 -10
  219. package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
  220. package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
  221. package/dist/runtime/icons/users/users-three.vue +17 -17
  222. package/dist/runtime/icons/users/users.vue +31 -31
  223. package/dist/runtime/icons/warning-triangle.vue +29 -29
  224. package/dist/runtime/icons/work-bag.vue +20 -20
  225. package/dist/runtime/icons/x-mark.vue +18 -18
  226. package/dist/runtime/illustrations/address-location.vue +38 -38
  227. package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
  228. package/dist/runtime/illustrations/bill.vue +133 -133
  229. package/dist/runtime/illustrations/buildings.vue +82 -82
  230. package/dist/runtime/illustrations/calendar.vue +156 -156
  231. package/dist/runtime/illustrations/chains.vue +152 -152
  232. package/dist/runtime/illustrations/coin-percent.vue +126 -126
  233. package/dist/runtime/illustrations/coins-stack.vue +202 -202
  234. package/dist/runtime/illustrations/delete-dark.vue +31 -31
  235. package/dist/runtime/illustrations/delete.vue +32 -32
  236. package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
  237. package/dist/runtime/illustrations/document.vue +64 -64
  238. package/dist/runtime/illustrations/door.vue +74 -74
  239. package/dist/runtime/illustrations/empty-box.vue +77 -77
  240. package/dist/runtime/illustrations/empty-wallet.vue +161 -161
  241. package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
  242. package/dist/runtime/illustrations/hammer.vue +156 -156
  243. package/dist/runtime/illustrations/hand-cash.vue +108 -108
  244. package/dist/runtime/illustrations/info.vue +39 -39
  245. package/dist/runtime/illustrations/mail.vue +68 -68
  246. package/dist/runtime/illustrations/ok.vue +62 -62
  247. package/dist/runtime/illustrations/people-group.vue +237 -237
  248. package/dist/runtime/illustrations/person-with-phone.vue +187 -187
  249. package/dist/runtime/illustrations/person.vue +159 -159
  250. package/dist/runtime/illustrations/phone-check.vue +90 -90
  251. package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
  252. package/dist/runtime/illustrations/stop-hand.vue +77 -77
  253. package/dist/runtime/illustrations/stop-sign.vue +34 -34
  254. package/dist/runtime/illustrations/suit.vue +111 -111
  255. package/dist/runtime/illustrations/suitcase.vue +105 -105
  256. package/dist/runtime/illustrations/terminal-dark.vue +48 -48
  257. package/dist/runtime/illustrations/terminal.vue +234 -234
  258. package/dist/runtime/illustrations/trash-can.vue +108 -108
  259. package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
  260. package/dist/runtime/illustrations/two-persons.vue +169 -169
  261. package/dist/runtime/lang/en.js +1 -1
  262. package/dist/runtime/lang/kk.js +1 -1
  263. package/dist/runtime/lang/ru.js +1 -1
  264. package/dist/runtime/public/kaspi/logo.svg +4 -4
  265. package/dist/runtime/server/tsconfig.json +3 -3
  266. package/package.json +73 -73
@@ -1,223 +1,223 @@
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_8013_8834)">
11
- <path
12
- 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"
13
- class="fill-white dark:fill-gray-900"
14
- />
15
- <path
16
- 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"
17
- stroke="#9DA3AC"
18
- stroke-linecap="round"
19
- stroke-linejoin="round"
20
- stroke-width="0.9375"
21
- />
22
- <path
23
- 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"
24
- fill="#BDC7CE"
25
- opacity="0.2"
26
- />
27
- <path
28
- 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"
29
- fill="#BDC7CE"
30
- opacity="0.2"
31
- />
32
- <path
33
- 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"
34
- fill="#BDC7CE"
35
- opacity="0.2"
36
- />
37
- <path
38
- 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"
39
- fill="#BDC7CE"
40
- opacity="0.2"
41
- />
42
- <path
43
- 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"
44
- fill="#BDC7CE"
45
- opacity="0.2"
46
- />
47
- <path
48
- 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"
49
- fill="#BDC7CE"
50
- opacity="0.2"
51
- />
52
- <path
53
- 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"
54
- fill="#BDC7CE"
55
- opacity="0.2"
56
- />
57
- <path
58
- 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"
59
- fill="#BDC7CE"
60
- opacity="0.2"
61
- />
62
- <path
63
- 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"
64
- fill="#BDC7CE"
65
- opacity="0.2"
66
- />
67
- <path
68
- 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"
69
- fill="#BDC7CE"
70
- opacity="0.2"
71
- />
72
- <path
73
- 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"
74
- fill="#BDC7CE"
75
- opacity="0.2"
76
- />
77
- <path
78
- 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"
79
- fill="#BDC7CE"
80
- opacity="0.2"
81
- />
82
- <path
83
- 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"
84
- fill="#BDC7CE"
85
- opacity="0.2"
86
- />
87
- <path
88
- d="M81.4163 32.0488V73.83L78.8564 96.4058H81.797L84.3188 73.83V32.0488H81.4163Z"
89
- fill="#BDC7CE"
90
- opacity="0.2"
91
- />
92
- <path
93
- 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"
94
- stroke="#9DA3AC"
95
- stroke-linecap="round"
96
- stroke-linejoin="round"
97
- stroke-width="0.9375"
98
- />
99
- <path
100
- 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"
101
- stroke="#9DA3AC"
102
- stroke-linecap="round"
103
- stroke-linejoin="round"
104
- stroke-width="0.9375"
105
- />
106
- <path
107
- 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"
108
- stroke="#9DA3AC"
109
- stroke-linecap="round"
110
- stroke-linejoin="round"
111
- stroke-width="0.9375"
112
- />
113
- <path
114
- d="M48.7949 15.8838H59.0725"
115
- stroke="#9DA3AC"
116
- stroke-linecap="round"
117
- stroke-linejoin="round"
118
- stroke-width="0.9375"
119
- />
120
- <path
121
- d="M48.7949 19.7061H63.193"
122
- stroke="#9DA3AC"
123
- stroke-linecap="round"
124
- stroke-linejoin="round"
125
- stroke-width="0.9375"
126
- />
127
- <path
128
- 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"
129
- stroke="#9DA3AC"
130
- stroke-linecap="round"
131
- stroke-linejoin="round"
132
- stroke-width="0.9375"
133
- />
134
- <path
135
- 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"
136
- fill="#BDC7CE"
137
- opacity="0.2"
138
- />
139
- <path
140
- d="M50.5078 48.5425L54.7616 52.506L61.2612 44.8521"
141
- stroke="#9DA3AC"
142
- stroke-linecap="round"
143
- stroke-linejoin="round"
144
- stroke-width="0.9375"
145
- />
146
- <path
147
- 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"
148
- stroke="#9DA3AC"
149
- stroke-linecap="round"
150
- stroke-linejoin="round"
151
- stroke-width="0.9375"
152
- />
153
- <path
154
- 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"
155
- stroke="#9DA3AC"
156
- stroke-linecap="round"
157
- stroke-linejoin="round"
158
- stroke-width="0.9375"
159
- />
160
- <path
161
- 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"
162
- stroke="#9DA3AC"
163
- stroke-linecap="round"
164
- stroke-linejoin="round"
165
- stroke-width="0.9375"
166
- />
167
- <path
168
- 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"
169
- stroke="#9DA3AC"
170
- stroke-linecap="round"
171
- stroke-linejoin="round"
172
- stroke-width="0.9375"
173
- />
174
- <path
175
- 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"
176
- stroke="#9DA3AC"
177
- stroke-linecap="round"
178
- stroke-linejoin="round"
179
- stroke-width="0.9375"
180
- />
181
- <path
182
- 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"
183
- stroke="#9DA3AC"
184
- stroke-linecap="round"
185
- stroke-linejoin="round"
186
- stroke-width="0.9375"
187
- />
188
- <path
189
- 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"
190
- stroke="#9DA3AC"
191
- stroke-linecap="round"
192
- stroke-linejoin="round"
193
- stroke-width="0.9375"
194
- />
195
- <path
196
- 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"
197
- stroke="#9DA3AC"
198
- stroke-linecap="round"
199
- stroke-linejoin="round"
200
- stroke-width="0.9375"
201
- />
202
- <path
203
- 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"
204
- stroke="#9DA3AC"
205
- stroke-linecap="round"
206
- stroke-linejoin="round"
207
- stroke-width="0.9375"
208
- />
209
- <path
210
- 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"
211
- stroke="#9DA3AC"
212
- stroke-linecap="round"
213
- stroke-linejoin="round"
214
- stroke-width="0.9375"
215
- />
216
- </g>
217
- <defs>
218
- <clipPath id="clip0_8013_8834">
219
- <rect fill="white" height="100" transform="translate(30 10)" width="60" />
220
- </clipPath>
221
- </defs>
222
- </svg>
223
- </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_8013_8834)">
11
+ <path
12
+ 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"
13
+ class="fill-white dark:fill-gray-900"
14
+ />
15
+ <path
16
+ 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"
17
+ stroke="#9DA3AC"
18
+ stroke-linecap="round"
19
+ stroke-linejoin="round"
20
+ stroke-width="0.9375"
21
+ />
22
+ <path
23
+ 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"
24
+ fill="#BDC7CE"
25
+ opacity="0.2"
26
+ />
27
+ <path
28
+ 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"
29
+ fill="#BDC7CE"
30
+ opacity="0.2"
31
+ />
32
+ <path
33
+ 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"
34
+ fill="#BDC7CE"
35
+ opacity="0.2"
36
+ />
37
+ <path
38
+ 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"
39
+ fill="#BDC7CE"
40
+ opacity="0.2"
41
+ />
42
+ <path
43
+ 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"
44
+ fill="#BDC7CE"
45
+ opacity="0.2"
46
+ />
47
+ <path
48
+ 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"
49
+ fill="#BDC7CE"
50
+ opacity="0.2"
51
+ />
52
+ <path
53
+ 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"
54
+ fill="#BDC7CE"
55
+ opacity="0.2"
56
+ />
57
+ <path
58
+ 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"
59
+ fill="#BDC7CE"
60
+ opacity="0.2"
61
+ />
62
+ <path
63
+ 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"
64
+ fill="#BDC7CE"
65
+ opacity="0.2"
66
+ />
67
+ <path
68
+ 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"
69
+ fill="#BDC7CE"
70
+ opacity="0.2"
71
+ />
72
+ <path
73
+ 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"
74
+ fill="#BDC7CE"
75
+ opacity="0.2"
76
+ />
77
+ <path
78
+ 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"
79
+ fill="#BDC7CE"
80
+ opacity="0.2"
81
+ />
82
+ <path
83
+ 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"
84
+ fill="#BDC7CE"
85
+ opacity="0.2"
86
+ />
87
+ <path
88
+ d="M81.4163 32.0488V73.83L78.8564 96.4058H81.797L84.3188 73.83V32.0488H81.4163Z"
89
+ fill="#BDC7CE"
90
+ opacity="0.2"
91
+ />
92
+ <path
93
+ 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"
94
+ stroke="#9DA3AC"
95
+ stroke-linecap="round"
96
+ stroke-linejoin="round"
97
+ stroke-width="0.9375"
98
+ />
99
+ <path
100
+ 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"
101
+ stroke="#9DA3AC"
102
+ stroke-linecap="round"
103
+ stroke-linejoin="round"
104
+ stroke-width="0.9375"
105
+ />
106
+ <path
107
+ 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"
108
+ stroke="#9DA3AC"
109
+ stroke-linecap="round"
110
+ stroke-linejoin="round"
111
+ stroke-width="0.9375"
112
+ />
113
+ <path
114
+ d="M48.7949 15.8838H59.0725"
115
+ stroke="#9DA3AC"
116
+ stroke-linecap="round"
117
+ stroke-linejoin="round"
118
+ stroke-width="0.9375"
119
+ />
120
+ <path
121
+ d="M48.7949 19.7061H63.193"
122
+ stroke="#9DA3AC"
123
+ stroke-linecap="round"
124
+ stroke-linejoin="round"
125
+ stroke-width="0.9375"
126
+ />
127
+ <path
128
+ 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"
129
+ stroke="#9DA3AC"
130
+ stroke-linecap="round"
131
+ stroke-linejoin="round"
132
+ stroke-width="0.9375"
133
+ />
134
+ <path
135
+ 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"
136
+ fill="#BDC7CE"
137
+ opacity="0.2"
138
+ />
139
+ <path
140
+ d="M50.5078 48.5425L54.7616 52.506L61.2612 44.8521"
141
+ stroke="#9DA3AC"
142
+ stroke-linecap="round"
143
+ stroke-linejoin="round"
144
+ stroke-width="0.9375"
145
+ />
146
+ <path
147
+ 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"
148
+ stroke="#9DA3AC"
149
+ stroke-linecap="round"
150
+ stroke-linejoin="round"
151
+ stroke-width="0.9375"
152
+ />
153
+ <path
154
+ 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"
155
+ stroke="#9DA3AC"
156
+ stroke-linecap="round"
157
+ stroke-linejoin="round"
158
+ stroke-width="0.9375"
159
+ />
160
+ <path
161
+ 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"
162
+ stroke="#9DA3AC"
163
+ stroke-linecap="round"
164
+ stroke-linejoin="round"
165
+ stroke-width="0.9375"
166
+ />
167
+ <path
168
+ 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"
169
+ stroke="#9DA3AC"
170
+ stroke-linecap="round"
171
+ stroke-linejoin="round"
172
+ stroke-width="0.9375"
173
+ />
174
+ <path
175
+ 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"
176
+ stroke="#9DA3AC"
177
+ stroke-linecap="round"
178
+ stroke-linejoin="round"
179
+ stroke-width="0.9375"
180
+ />
181
+ <path
182
+ 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"
183
+ stroke="#9DA3AC"
184
+ stroke-linecap="round"
185
+ stroke-linejoin="round"
186
+ stroke-width="0.9375"
187
+ />
188
+ <path
189
+ 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"
190
+ stroke="#9DA3AC"
191
+ stroke-linecap="round"
192
+ stroke-linejoin="round"
193
+ stroke-width="0.9375"
194
+ />
195
+ <path
196
+ 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"
197
+ stroke="#9DA3AC"
198
+ stroke-linecap="round"
199
+ stroke-linejoin="round"
200
+ stroke-width="0.9375"
201
+ />
202
+ <path
203
+ 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"
204
+ stroke="#9DA3AC"
205
+ stroke-linecap="round"
206
+ stroke-linejoin="round"
207
+ stroke-width="0.9375"
208
+ />
209
+ <path
210
+ 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"
211
+ stroke="#9DA3AC"
212
+ stroke-linecap="round"
213
+ stroke-linejoin="round"
214
+ stroke-width="0.9375"
215
+ />
216
+ </g>
217
+ <defs>
218
+ <clipPath id="clip0_8013_8834">
219
+ <rect fill="white" height="100" transform="translate(30 10)" width="60" />
220
+ </clipPath>
221
+ </defs>
222
+ </svg>
223
+ </template>