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,202 +1,202 @@
1
- <template>
2
- <svg
3
- width="156"
4
- height="155"
5
- viewBox="0 0 156 155"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <circle cx="78.0001" cy="76.2083" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
10
- <g clip-path="url(#clip0_2708_133538)">
11
- <path
12
- d="M59.7884 81.0303C59.1465 77.4201 52.5679 74.6121 44.4649 74.6121H44.3846V71.8844V58.9677C44.3846 55.1168 37.5653 52.0681 29.0611 52.0681C20.6372 52.0681 13.8179 55.197 13.8179 58.9677V71.1623V71.9646V73.8901V86.8067V86.9672C13.8179 87.3683 13.8981 87.8497 14.1388 88.2508C15.5027 91.3797 21.6802 93.7865 29.1414 93.7865H29.2216V96.5143C29.2216 100.365 36.041 103.414 44.5451 103.414C52.969 103.414 59.8686 100.285 59.8686 96.5143V81.5117C59.8686 81.4315 59.8686 81.3512 59.8686 81.271C59.7884 81.271 59.7884 81.1106 59.7884 81.0303Z"
13
- class="fill-white dark:fill-gray-900"
14
- />
15
- <path
16
- d="M127.902 90.7375C135.789 90.7375 142.183 84.3798 142.183 76.5372C142.183 68.6946 135.789 62.3369 127.902 62.3369C120.015 62.3369 113.622 68.6946 113.622 76.5372C113.622 84.3798 120.015 90.7375 127.902 90.7375Z"
17
- class="fill-white dark:fill-gray-900"
18
- />
19
- <path
20
- opacity="0.2"
21
- d="M131.752 87.6891C123.89 87.6891 117.472 81.3511 117.472 73.4888C117.472 69.8785 118.836 66.6694 121.002 64.1824C116.67 66.5892 113.701 71.2424 113.701 76.6177C113.701 84.48 120.119 90.818 127.982 90.818C132.314 90.818 136.085 88.8925 138.732 85.9241C136.646 87.0473 134.239 87.6891 131.752 87.6891Z"
22
- fill="#BDC7CE"
23
- />
24
- <path
25
- d="M59.7881 81.0305C59.1463 77.4203 52.5676 74.6123 44.4646 74.6123C36.3616 74.6123 29.7829 77.4203 29.2213 81.0305H29.1411C29.1411 81.1107 29.1411 81.191 29.1411 81.2712C29.1411 81.3514 29.1411 81.4317 29.1411 81.5119V96.4342C29.1411 100.285 35.9605 103.334 44.4646 103.334C52.8885 103.334 59.7881 100.205 59.7881 96.4342V81.5119C59.7881 81.4317 59.7881 81.3514 59.7881 81.2712C59.7881 81.2712 59.7881 81.1107 59.7881 81.0305Z"
26
- class="fill-white dark:fill-gray-900"
27
- />
28
- <path
29
- d="M29.2216 93.7858C20.3965 93.7858 13.8179 90.4162 13.8179 86.9665V71.9639"
30
- class="fill-white dark:fill-gray-900"
31
- />
32
- <path
33
- d="M29.2216 93.7858C20.3965 93.7858 13.8179 90.4162 13.8179 86.9665V71.9639"
34
- stroke="#9DA3AC"
35
- stroke-width="0.738095"
36
- stroke-miterlimit="10"
37
- />
38
- <path
39
- d="M13.8179 79.5859C13.8179 83.5171 20.8779 87.2878 29.1414 87.2878"
40
- stroke="#9DA3AC"
41
- stroke-width="0.738095"
42
- stroke-linecap="round"
43
- stroke-linejoin="round"
44
- />
45
- <path
46
- d="M13.8179 71.9639C13.8179 76.3764 19.9954 80.5482 29.3821 80.5482"
47
- stroke="#9DA3AC"
48
- stroke-width="0.738095"
49
- stroke-linecap="round"
50
- stroke-linejoin="round"
51
- />
52
- <path
53
- d="M13.8179 73.9703V58.9677C13.8179 55.1168 20.6372 52.0681 29.1414 52.0681C37.6455 52.0681 44.4649 55.197 44.4649 58.9677V74.6121"
54
- stroke="#9DA3AC"
55
- stroke-width="0.738095"
56
- stroke-linecap="round"
57
- stroke-linejoin="round"
58
- />
59
- <path
60
- d="M13.8179 66.1079C13.8179 70.4402 20.6372 73.89 29.1414 73.89C37.6455 73.89 44.4649 70.4402 44.4649 66.1079"
61
- stroke="#9DA3AC"
62
- stroke-width="0.738095"
63
- stroke-linecap="round"
64
- stroke-linejoin="round"
65
- />
66
- <path
67
- d="M13.8179 58.4861C13.8179 63.2195 20.6372 67.1507 29.1414 67.1507C37.6455 67.1507 44.4649 63.2997 44.4649 58.4861"
68
- stroke="#9DA3AC"
69
- stroke-width="0.738095"
70
- stroke-linecap="round"
71
- stroke-linejoin="round"
72
- />
73
- <path
74
- opacity="0.2"
75
- d="M31.468 94.1877C25.2102 93.7063 20.2361 91.5402 18.9524 88.7322C18.792 88.3311 18.6315 87.8497 18.6315 87.4486V87.3683V73.9703V72.5262V71.7239V58.9677C18.6315 58.8875 18.6315 58.8072 18.6315 58.727C18.6315 58.6468 18.6315 58.5666 18.6315 58.4863H18.7118C19.1931 55.2772 24.5684 52.6297 31.5482 52.1483C30.7459 52.0681 29.9436 52.0681 29.1414 52.0681C21.0384 52.0681 14.4597 54.8761 13.8981 58.4863H13.8179C13.8179 58.5666 13.8179 58.6468 13.8179 58.727C13.8179 58.8072 13.8179 58.8875 13.8179 58.9677V71.7239V72.5262V73.9703V87.3683V87.4486C13.8179 87.8497 13.8981 88.3311 14.1388 88.7322C15.5027 91.8611 21.6802 94.2679 29.1414 94.2679H29.2216C29.2216 94.2679 29.2216 94.2679 29.3018 94.2679C30.0239 94.2679 30.7459 94.2679 31.468 94.1877Z"
76
- fill="#BDC7CE"
77
- />
78
- <path
79
- d="M59.7881 96.5145C59.7881 100.365 52.9688 103.414 44.4646 103.414C35.9605 103.414 29.1411 100.285 29.1411 96.5145V81.5119C29.1411 77.661 35.9605 74.6123 44.4646 74.6123C52.9688 74.6123 59.7881 77.7412 59.7881 81.5119V96.5145Z"
80
- stroke="#9DA3AC"
81
- stroke-width="0.738095"
82
- stroke-linecap="round"
83
- stroke-linejoin="round"
84
- />
85
- <path
86
- d="M29.2207 88.6523C29.2207 92.9846 36.0401 96.4344 44.5442 96.4344C53.0483 96.4344 59.8677 92.9846 59.8677 88.6523"
87
- stroke="#9DA3AC"
88
- stroke-width="0.738095"
89
- stroke-linecap="round"
90
- stroke-linejoin="round"
91
- />
92
- <path
93
- d="M29.2207 81.031C29.2207 85.7644 36.0401 89.6956 44.5442 89.6956C53.0483 89.6956 59.8677 85.8447 59.8677 81.031"
94
- stroke="#9DA3AC"
95
- stroke-width="0.738095"
96
- stroke-linecap="round"
97
- stroke-linejoin="round"
98
- />
99
- <path
100
- opacity="0.2"
101
- d="M34.1951 96.5137V81.5112C34.1951 81.4309 34.1951 81.3507 34.1951 81.2705C34.1951 81.1902 34.1951 81.11 34.1951 81.0298H34.2754C34.7567 77.8207 40.0517 75.2534 46.9513 74.6918C46.1491 74.6116 45.2665 74.6116 44.384 74.6116C36.281 74.6116 29.7024 77.4195 29.1408 81.0298H29.0605C29.0605 81.11 29.0605 81.1902 29.0605 81.2705C29.0605 81.3507 29.0605 81.4309 29.0605 81.5112V96.4335C29.0605 100.284 35.8799 103.333 44.384 103.333C45.2665 103.333 46.0688 103.253 46.9513 103.253C39.7308 102.772 34.1951 99.9635 34.1951 96.5137Z"
102
- fill="#BDC7CE"
103
- />
104
- <path
105
- d="M46.2292 81.2707C46.3897 80.7091 46.4699 80.2277 46.6304 79.7463"
106
- stroke="#9DA3AC"
107
- stroke-width="0.738095"
108
- stroke-linecap="round"
109
- stroke-linejoin="round"
110
- />
111
- <path
112
- d="M47.9133 76.7782C51.5236 69.4774 59.065 64.4231 67.7296 64.4231C78.801 64.4231 88.0272 72.6063 89.5515 83.2766"
113
- stroke="#9DA3AC"
114
- stroke-width="0.738095"
115
- stroke-linecap="round"
116
- stroke-linejoin="round"
117
- stroke-dasharray="2.94 2.94"
118
- />
119
- <path
120
- d="M89.7134 84.8809C89.7134 85.4425 89.7936 85.9238 89.7936 86.4854"
121
- stroke="#9DA3AC"
122
- stroke-width="0.738095"
123
- stroke-linecap="round"
124
- stroke-linejoin="round"
125
- />
126
- <path
127
- d="M90.1128 98.1185C90.1128 97.5569 90.1128 97.0755 90.193 96.5139"
128
- stroke="#9DA3AC"
129
- stroke-width="0.738095"
130
- stroke-linecap="round"
131
- stroke-linejoin="round"
132
- />
133
- <path
134
- d="M90.6741 93.0637C92.5995 84.3991 99.4991 77.66 108.404 76.2961"
135
- stroke="#9DA3AC"
136
- stroke-width="0.738095"
137
- stroke-linecap="round"
138
- stroke-linejoin="round"
139
- stroke-dasharray="3.18 3.18"
140
- />
141
- <path
142
- d="M110.09 76.1361C110.651 76.1361 111.133 76.0559 111.694 76.0559"
143
- stroke="#9DA3AC"
144
- stroke-width="0.738095"
145
- stroke-linecap="round"
146
- stroke-linejoin="round"
147
- />
148
- <path
149
- d="M127.902 90.7375C135.789 90.7375 142.183 84.3798 142.183 76.5372C142.183 68.6946 135.789 62.3369 127.902 62.3369C120.015 62.3369 113.622 68.6946 113.622 76.5372C113.622 84.3798 120.015 90.7375 127.902 90.7375Z"
150
- stroke="#9DA3AC"
151
- stroke-width="0.738095"
152
- stroke-linecap="round"
153
- stroke-linejoin="round"
154
- />
155
- <path
156
- opacity="0.2"
157
- d="M127.902 99.5627C133.441 99.5627 137.931 99.1316 137.931 98.5999C137.931 98.0682 133.441 97.6372 127.902 97.6372C122.364 97.6372 117.874 98.0682 117.874 98.5999C117.874 99.1316 122.364 99.5627 127.902 99.5627Z"
158
- fill="#BDC7CE"
159
- />
160
- <path
161
- d="M125.411 73.5323C125.564 72.3905 124.763 71.3409 123.621 71.1879C122.479 71.035 121.43 71.8365 121.277 72.9783C121.124 74.1201 121.925 75.1697 123.067 75.3227C124.209 75.4757 125.258 74.6741 125.411 73.5323Z"
162
- stroke="#9DA3AC"
163
- stroke-width="0.738095"
164
- stroke-linecap="round"
165
- stroke-linejoin="round"
166
- />
167
- <path
168
- d="M134.501 79.8568C134.654 78.715 133.852 77.6654 132.71 77.5124C131.569 77.3594 130.519 78.161 130.366 79.3028C130.213 80.4445 131.015 81.4941 132.156 81.6471C133.298 81.8001 134.348 80.9986 134.501 79.8568Z"
169
- stroke="#9DA3AC"
170
- stroke-width="0.738095"
171
- stroke-linecap="round"
172
- stroke-linejoin="round"
173
- />
174
- <path
175
- d="M131.03 69.397C131.03 69.4772 124.531 83.4368 124.531 83.4368"
176
- stroke="#9DA3AC"
177
- stroke-width="0.738095"
178
- stroke-linecap="round"
179
- stroke-linejoin="round"
180
- />
181
- <path
182
- d="M87.6277 100.285C87.6277 100.285 86.9859 96.9152 83.5361 96.6746"
183
- stroke="#9DA3AC"
184
- stroke-width="0.738095"
185
- stroke-linecap="round"
186
- stroke-linejoin="round"
187
- />
188
- <path
189
- d="M93.1631 100.285C93.1631 100.285 94.3665 96.835 97.5756 96.6746"
190
- stroke="#9DA3AC"
191
- stroke-width="0.738095"
192
- stroke-linecap="round"
193
- stroke-linejoin="round"
194
- />
195
- </g>
196
- <defs>
197
- <clipPath id="clip0_2708_133538">
198
- <rect width="129.167" height="52.148" fill="white" transform="translate(13.4167 51.6667)" />
199
- </clipPath>
200
- </defs>
201
- </svg>
202
- </template>
1
+ <template>
2
+ <svg
3
+ width="156"
4
+ height="155"
5
+ viewBox="0 0 156 155"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <circle cx="78.0001" cy="76.2083" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
10
+ <g clip-path="url(#clip0_2708_133538)">
11
+ <path
12
+ d="M59.7884 81.0303C59.1465 77.4201 52.5679 74.6121 44.4649 74.6121H44.3846V71.8844V58.9677C44.3846 55.1168 37.5653 52.0681 29.0611 52.0681C20.6372 52.0681 13.8179 55.197 13.8179 58.9677V71.1623V71.9646V73.8901V86.8067V86.9672C13.8179 87.3683 13.8981 87.8497 14.1388 88.2508C15.5027 91.3797 21.6802 93.7865 29.1414 93.7865H29.2216V96.5143C29.2216 100.365 36.041 103.414 44.5451 103.414C52.969 103.414 59.8686 100.285 59.8686 96.5143V81.5117C59.8686 81.4315 59.8686 81.3512 59.8686 81.271C59.7884 81.271 59.7884 81.1106 59.7884 81.0303Z"
13
+ class="fill-white dark:fill-gray-900"
14
+ />
15
+ <path
16
+ d="M127.902 90.7375C135.789 90.7375 142.183 84.3798 142.183 76.5372C142.183 68.6946 135.789 62.3369 127.902 62.3369C120.015 62.3369 113.622 68.6946 113.622 76.5372C113.622 84.3798 120.015 90.7375 127.902 90.7375Z"
17
+ class="fill-white dark:fill-gray-900"
18
+ />
19
+ <path
20
+ opacity="0.2"
21
+ d="M131.752 87.6891C123.89 87.6891 117.472 81.3511 117.472 73.4888C117.472 69.8785 118.836 66.6694 121.002 64.1824C116.67 66.5892 113.701 71.2424 113.701 76.6177C113.701 84.48 120.119 90.818 127.982 90.818C132.314 90.818 136.085 88.8925 138.732 85.9241C136.646 87.0473 134.239 87.6891 131.752 87.6891Z"
22
+ fill="#BDC7CE"
23
+ />
24
+ <path
25
+ d="M59.7881 81.0305C59.1463 77.4203 52.5676 74.6123 44.4646 74.6123C36.3616 74.6123 29.7829 77.4203 29.2213 81.0305H29.1411C29.1411 81.1107 29.1411 81.191 29.1411 81.2712C29.1411 81.3514 29.1411 81.4317 29.1411 81.5119V96.4342C29.1411 100.285 35.9605 103.334 44.4646 103.334C52.8885 103.334 59.7881 100.205 59.7881 96.4342V81.5119C59.7881 81.4317 59.7881 81.3514 59.7881 81.2712C59.7881 81.2712 59.7881 81.1107 59.7881 81.0305Z"
26
+ class="fill-white dark:fill-gray-900"
27
+ />
28
+ <path
29
+ d="M29.2216 93.7858C20.3965 93.7858 13.8179 90.4162 13.8179 86.9665V71.9639"
30
+ class="fill-white dark:fill-gray-900"
31
+ />
32
+ <path
33
+ d="M29.2216 93.7858C20.3965 93.7858 13.8179 90.4162 13.8179 86.9665V71.9639"
34
+ stroke="#9DA3AC"
35
+ stroke-width="0.738095"
36
+ stroke-miterlimit="10"
37
+ />
38
+ <path
39
+ d="M13.8179 79.5859C13.8179 83.5171 20.8779 87.2878 29.1414 87.2878"
40
+ stroke="#9DA3AC"
41
+ stroke-width="0.738095"
42
+ stroke-linecap="round"
43
+ stroke-linejoin="round"
44
+ />
45
+ <path
46
+ d="M13.8179 71.9639C13.8179 76.3764 19.9954 80.5482 29.3821 80.5482"
47
+ stroke="#9DA3AC"
48
+ stroke-width="0.738095"
49
+ stroke-linecap="round"
50
+ stroke-linejoin="round"
51
+ />
52
+ <path
53
+ d="M13.8179 73.9703V58.9677C13.8179 55.1168 20.6372 52.0681 29.1414 52.0681C37.6455 52.0681 44.4649 55.197 44.4649 58.9677V74.6121"
54
+ stroke="#9DA3AC"
55
+ stroke-width="0.738095"
56
+ stroke-linecap="round"
57
+ stroke-linejoin="round"
58
+ />
59
+ <path
60
+ d="M13.8179 66.1079C13.8179 70.4402 20.6372 73.89 29.1414 73.89C37.6455 73.89 44.4649 70.4402 44.4649 66.1079"
61
+ stroke="#9DA3AC"
62
+ stroke-width="0.738095"
63
+ stroke-linecap="round"
64
+ stroke-linejoin="round"
65
+ />
66
+ <path
67
+ d="M13.8179 58.4861C13.8179 63.2195 20.6372 67.1507 29.1414 67.1507C37.6455 67.1507 44.4649 63.2997 44.4649 58.4861"
68
+ stroke="#9DA3AC"
69
+ stroke-width="0.738095"
70
+ stroke-linecap="round"
71
+ stroke-linejoin="round"
72
+ />
73
+ <path
74
+ opacity="0.2"
75
+ d="M31.468 94.1877C25.2102 93.7063 20.2361 91.5402 18.9524 88.7322C18.792 88.3311 18.6315 87.8497 18.6315 87.4486V87.3683V73.9703V72.5262V71.7239V58.9677C18.6315 58.8875 18.6315 58.8072 18.6315 58.727C18.6315 58.6468 18.6315 58.5666 18.6315 58.4863H18.7118C19.1931 55.2772 24.5684 52.6297 31.5482 52.1483C30.7459 52.0681 29.9436 52.0681 29.1414 52.0681C21.0384 52.0681 14.4597 54.8761 13.8981 58.4863H13.8179C13.8179 58.5666 13.8179 58.6468 13.8179 58.727C13.8179 58.8072 13.8179 58.8875 13.8179 58.9677V71.7239V72.5262V73.9703V87.3683V87.4486C13.8179 87.8497 13.8981 88.3311 14.1388 88.7322C15.5027 91.8611 21.6802 94.2679 29.1414 94.2679H29.2216C29.2216 94.2679 29.2216 94.2679 29.3018 94.2679C30.0239 94.2679 30.7459 94.2679 31.468 94.1877Z"
76
+ fill="#BDC7CE"
77
+ />
78
+ <path
79
+ d="M59.7881 96.5145C59.7881 100.365 52.9688 103.414 44.4646 103.414C35.9605 103.414 29.1411 100.285 29.1411 96.5145V81.5119C29.1411 77.661 35.9605 74.6123 44.4646 74.6123C52.9688 74.6123 59.7881 77.7412 59.7881 81.5119V96.5145Z"
80
+ stroke="#9DA3AC"
81
+ stroke-width="0.738095"
82
+ stroke-linecap="round"
83
+ stroke-linejoin="round"
84
+ />
85
+ <path
86
+ d="M29.2207 88.6523C29.2207 92.9846 36.0401 96.4344 44.5442 96.4344C53.0483 96.4344 59.8677 92.9846 59.8677 88.6523"
87
+ stroke="#9DA3AC"
88
+ stroke-width="0.738095"
89
+ stroke-linecap="round"
90
+ stroke-linejoin="round"
91
+ />
92
+ <path
93
+ d="M29.2207 81.031C29.2207 85.7644 36.0401 89.6956 44.5442 89.6956C53.0483 89.6956 59.8677 85.8447 59.8677 81.031"
94
+ stroke="#9DA3AC"
95
+ stroke-width="0.738095"
96
+ stroke-linecap="round"
97
+ stroke-linejoin="round"
98
+ />
99
+ <path
100
+ opacity="0.2"
101
+ d="M34.1951 96.5137V81.5112C34.1951 81.4309 34.1951 81.3507 34.1951 81.2705C34.1951 81.1902 34.1951 81.11 34.1951 81.0298H34.2754C34.7567 77.8207 40.0517 75.2534 46.9513 74.6918C46.1491 74.6116 45.2665 74.6116 44.384 74.6116C36.281 74.6116 29.7024 77.4195 29.1408 81.0298H29.0605C29.0605 81.11 29.0605 81.1902 29.0605 81.2705C29.0605 81.3507 29.0605 81.4309 29.0605 81.5112V96.4335C29.0605 100.284 35.8799 103.333 44.384 103.333C45.2665 103.333 46.0688 103.253 46.9513 103.253C39.7308 102.772 34.1951 99.9635 34.1951 96.5137Z"
102
+ fill="#BDC7CE"
103
+ />
104
+ <path
105
+ d="M46.2292 81.2707C46.3897 80.7091 46.4699 80.2277 46.6304 79.7463"
106
+ stroke="#9DA3AC"
107
+ stroke-width="0.738095"
108
+ stroke-linecap="round"
109
+ stroke-linejoin="round"
110
+ />
111
+ <path
112
+ d="M47.9133 76.7782C51.5236 69.4774 59.065 64.4231 67.7296 64.4231C78.801 64.4231 88.0272 72.6063 89.5515 83.2766"
113
+ stroke="#9DA3AC"
114
+ stroke-width="0.738095"
115
+ stroke-linecap="round"
116
+ stroke-linejoin="round"
117
+ stroke-dasharray="2.94 2.94"
118
+ />
119
+ <path
120
+ d="M89.7134 84.8809C89.7134 85.4425 89.7936 85.9238 89.7936 86.4854"
121
+ stroke="#9DA3AC"
122
+ stroke-width="0.738095"
123
+ stroke-linecap="round"
124
+ stroke-linejoin="round"
125
+ />
126
+ <path
127
+ d="M90.1128 98.1185C90.1128 97.5569 90.1128 97.0755 90.193 96.5139"
128
+ stroke="#9DA3AC"
129
+ stroke-width="0.738095"
130
+ stroke-linecap="round"
131
+ stroke-linejoin="round"
132
+ />
133
+ <path
134
+ d="M90.6741 93.0637C92.5995 84.3991 99.4991 77.66 108.404 76.2961"
135
+ stroke="#9DA3AC"
136
+ stroke-width="0.738095"
137
+ stroke-linecap="round"
138
+ stroke-linejoin="round"
139
+ stroke-dasharray="3.18 3.18"
140
+ />
141
+ <path
142
+ d="M110.09 76.1361C110.651 76.1361 111.133 76.0559 111.694 76.0559"
143
+ stroke="#9DA3AC"
144
+ stroke-width="0.738095"
145
+ stroke-linecap="round"
146
+ stroke-linejoin="round"
147
+ />
148
+ <path
149
+ d="M127.902 90.7375C135.789 90.7375 142.183 84.3798 142.183 76.5372C142.183 68.6946 135.789 62.3369 127.902 62.3369C120.015 62.3369 113.622 68.6946 113.622 76.5372C113.622 84.3798 120.015 90.7375 127.902 90.7375Z"
150
+ stroke="#9DA3AC"
151
+ stroke-width="0.738095"
152
+ stroke-linecap="round"
153
+ stroke-linejoin="round"
154
+ />
155
+ <path
156
+ opacity="0.2"
157
+ d="M127.902 99.5627C133.441 99.5627 137.931 99.1316 137.931 98.5999C137.931 98.0682 133.441 97.6372 127.902 97.6372C122.364 97.6372 117.874 98.0682 117.874 98.5999C117.874 99.1316 122.364 99.5627 127.902 99.5627Z"
158
+ fill="#BDC7CE"
159
+ />
160
+ <path
161
+ d="M125.411 73.5323C125.564 72.3905 124.763 71.3409 123.621 71.1879C122.479 71.035 121.43 71.8365 121.277 72.9783C121.124 74.1201 121.925 75.1697 123.067 75.3227C124.209 75.4757 125.258 74.6741 125.411 73.5323Z"
162
+ stroke="#9DA3AC"
163
+ stroke-width="0.738095"
164
+ stroke-linecap="round"
165
+ stroke-linejoin="round"
166
+ />
167
+ <path
168
+ d="M134.501 79.8568C134.654 78.715 133.852 77.6654 132.71 77.5124C131.569 77.3594 130.519 78.161 130.366 79.3028C130.213 80.4445 131.015 81.4941 132.156 81.6471C133.298 81.8001 134.348 80.9986 134.501 79.8568Z"
169
+ stroke="#9DA3AC"
170
+ stroke-width="0.738095"
171
+ stroke-linecap="round"
172
+ stroke-linejoin="round"
173
+ />
174
+ <path
175
+ d="M131.03 69.397C131.03 69.4772 124.531 83.4368 124.531 83.4368"
176
+ stroke="#9DA3AC"
177
+ stroke-width="0.738095"
178
+ stroke-linecap="round"
179
+ stroke-linejoin="round"
180
+ />
181
+ <path
182
+ d="M87.6277 100.285C87.6277 100.285 86.9859 96.9152 83.5361 96.6746"
183
+ stroke="#9DA3AC"
184
+ stroke-width="0.738095"
185
+ stroke-linecap="round"
186
+ stroke-linejoin="round"
187
+ />
188
+ <path
189
+ d="M93.1631 100.285C93.1631 100.285 94.3665 96.835 97.5756 96.6746"
190
+ stroke="#9DA3AC"
191
+ stroke-width="0.738095"
192
+ stroke-linecap="round"
193
+ stroke-linejoin="round"
194
+ />
195
+ </g>
196
+ <defs>
197
+ <clipPath id="clip0_2708_133538">
198
+ <rect width="129.167" height="52.148" fill="white" transform="translate(13.4167 51.6667)" />
199
+ </clipPath>
200
+ </defs>
201
+ </svg>
202
+ </template>
@@ -1,31 +1,31 @@
1
- <template>
2
- <svg width="121" height="120" viewBox="0 0 121 120" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <circle cx="60.5" cy="60" r="50" fill="#BDC7CE" fill-opacity="0.15"/>
4
- <g clip-path="url(#clip0_8796_3522)">
5
- <path d="M61.2734 43.3979C44.8608 43.3979 31.5469 45.9054 31.5469 48.9999V49.3283L37.6441 101.229C37.8192 102.773 38.5022 104.216 39.5869 105.334C40.6716 106.451 42.0971 107.181 43.6414 107.408C49.4499 108.173 55.3044 108.538 61.1634 108.502C66.8933 108.547 72.6198 108.215 78.3056 107.507C79.8499 107.29 81.2795 106.574 82.3742 105.468C83.4688 104.362 84.1676 102.928 84.3629 101.388L90.9699 49.3681V49.0398C90.9999 45.9054 77.6859 43.3979 61.2734 43.3979Z" fill="#26282B"/>
6
- <path d="M55.0568 18.4728C38.3144 22.1942 25.3203 27.7863 26.0699 30.9604L27.7492 38.4629H27.9391C30.238 40.9803 43.602 40.3733 59.2249 36.9007C74.8478 33.4281 87.2122 28.3335 88.2117 25.0798H88.4016L86.7224 17.5773C85.9527 14.3136 71.8291 14.7514 55.0568 18.4728Z" fill="#26282B"/>
7
- <path d="M86.6721 17.4975L86.7421 17.8358H86.5622C85.5626 21.0796 73.1983 26.1841 57.5754 29.6567C41.9525 33.1293 28.5885 33.7363 26.2896 31.2189H26.1097L26.0297 30.8806C25.32 27.6965 38.3141 22.1045 55.0165 18.3831C71.7189 14.6617 85.9525 14.3135 86.6721 17.4975Z" fill="#26282B"/>
8
- <path opacity="0.2" d="M75.4769 24.5225L59.1743 36.8608C43.5514 40.3334 30.1875 40.9404 27.8986 38.4329H27.7087L26.1094 31.2687H26.2893C28.5883 33.7762 49.7686 34.2538 75.4769 24.5225Z" fill="#BDC7CE"/>
9
- <path d="M61.2734 43.3979C44.8608 43.3979 31.5469 45.9054 31.5469 48.9999V49.3283L37.6441 101.229C37.8192 102.773 38.5022 104.216 39.5869 105.334C40.6716 106.451 42.0971 107.181 43.6414 107.408C49.4499 108.173 55.3044 108.538 61.1634 108.502C66.8933 108.547 72.6198 108.215 78.3056 107.507C79.8499 107.29 81.2795 106.574 82.3742 105.468C83.4688 104.362 84.1676 102.928 84.3629 101.388L90.9699 49.3681V49.0398C90.9999 45.9054 77.6859 43.3979 61.2734 43.3979Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="M55.0568 18.4728C38.3144 22.1942 25.3203 27.7863 26.0699 30.9604L27.7492 38.4629H27.9391C30.238 40.9803 43.602 40.3733 59.2249 36.9007C74.8478 33.4281 87.2122 28.3335 88.2117 25.0798H88.4016L86.7224 17.5773C85.9527 14.3136 71.8291 14.7514 55.0568 18.4728Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="M26.1094 31.3084H26.2893C28.5883 33.8258 41.9522 33.2188 57.5751 29.7462C73.198 26.2736 85.5623 21.179 86.5619 17.9253H86.7418" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path d="M61.2738 98.0249C60.9702 98.0262 60.6694 97.9676 60.3887 97.8526C60.1079 97.7375 59.8529 97.5683 59.6382 97.3546C59.4235 97.1409 59.2535 96.887 59.1379 96.6075C59.0224 96.3281 58.9635 96.0286 58.9649 95.7264V66.0448C59.0035 65.46 59.2641 64.9118 59.6938 64.5112C60.1235 64.1107 60.6901 63.8878 61.2788 63.8878C61.8675 63.8878 62.4341 64.1107 62.8638 64.5112C63.2935 64.9118 63.5541 65.46 63.5928 66.0448V95.7264C63.5928 96.0291 63.5327 96.3287 63.416 96.6083C63.2994 96.8878 63.1284 97.1416 62.9129 97.3552C62.6975 97.5688 62.4418 97.7379 62.1605 97.8528C61.8792 97.9677 61.5779 98.0262 61.2738 98.0249V98.0249Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
13
- <path opacity="0.2" d="M61.2738 96.7411V67.0595C61.2742 66.5149 61.4697 65.9883 61.8251 65.5743C62.1805 65.1603 62.6726 64.886 63.2129 64.8008C62.9426 64.3844 62.5443 64.0662 62.0774 63.8937C61.6105 63.7212 61.1001 63.7035 60.6223 63.8434C60.1445 63.9833 59.725 64.2732 59.4263 64.6699C59.1276 65.0666 58.9657 65.5488 58.9649 66.0446V95.7262C58.9635 96.0284 59.0224 96.3279 59.1379 96.6073C59.2535 96.8868 59.4235 97.1407 59.6382 97.3544C59.8529 97.5681 60.1079 97.7373 60.3887 97.8524C60.6694 97.9674 60.9702 98.026 61.2738 98.0247C61.4002 98.0345 61.5272 98.0345 61.6536 98.0247C61.402 97.6438 61.2697 97.197 61.2738 96.7411Z" fill="#BDC7CE"/>
14
- <path d="M47.4504 98.0846C46.8738 98.0868 46.3174 97.8732 45.8916 97.4861C45.4658 97.0991 45.2016 96.567 45.1515 95.9951L42.4627 66.4329C42.407 65.8246 42.5964 65.2192 42.9891 64.7499C43.3818 64.2806 43.9457 63.9858 44.5567 63.9304C45.1678 63.875 45.7759 64.0635 46.2473 64.4544C46.7188 64.8453 47.0149 65.4067 47.0706 66.015L49.7594 95.5772C49.8121 96.1851 49.6209 96.7891 49.2276 97.2571C48.8342 97.7251 48.2708 98.0191 47.6603 98.0747L47.4504 98.0846Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
15
- <path opacity="0.2" d="M74.6375 96.8209L77.3263 67.2686C77.3514 66.9677 77.4361 66.6747 77.5756 66.4065C77.715 66.1383 77.9064 65.9002 78.1387 65.706C78.371 65.5117 78.6396 65.3651 78.929 65.2747C79.2185 65.1843 79.523 65.1518 79.8252 65.1791C79.6171 64.7147 79.2602 64.3322 78.8104 64.0913C78.3606 63.8504 77.8433 63.7647 77.3394 63.8478C76.8355 63.9308 76.3734 64.1778 76.0256 64.5502C75.6778 64.9225 75.4638 65.3991 75.4172 65.9055L72.7284 95.4677C72.6755 96.0767 72.8664 96.6818 73.2595 97.1514C73.6526 97.621 74.2161 97.9171 74.8274 97.9751C74.6616 97.6142 74.596 97.2156 74.6375 96.8209Z" fill="#BDC7CE"/>
16
- <path opacity="0.2" d="M47.3998 96.9902L44.5511 67.4479C44.4925 66.8398 44.6785 66.2334 45.0681 65.7615C45.4578 65.2897 46.0195 64.9908 46.6301 64.9304C46.3397 64.5122 45.9181 64.2016 45.4314 64.0473C44.9448 63.893 44.4204 63.9038 43.9405 64.0778C43.4606 64.2518 43.0522 64.5794 42.7793 65.0091C42.5063 65.4389 42.3842 65.9466 42.432 66.4528L45.2707 95.9951C45.2995 96.2966 45.3879 96.5895 45.5307 96.8569C45.6735 97.1242 45.868 97.3609 46.103 97.5532C46.338 97.7455 46.6089 97.8897 46.9 97.9775C47.1912 98.0653 47.4969 98.0949 47.7996 98.0647C47.5753 97.7469 47.4376 97.3767 47.3998 96.9902Z" fill="#BDC7CE"/>
17
- <path d="M74.9374 98.0846H74.7275C74.4243 98.0596 74.1291 97.975 73.8589 97.8355C73.5888 97.6961 73.3491 97.5047 73.1539 97.2724C72.9586 97.0401 72.8117 96.7714 72.7215 96.4821C72.6313 96.1928 72.5997 95.8886 72.6285 95.5871L75.3173 66.0249C75.3423 65.7234 75.4274 65.4299 75.5676 65.1614C75.7078 64.893 75.9003 64.6551 76.1338 64.4616C76.3673 64.268 76.6373 64.1226 76.9278 64.034C77.2184 63.9453 77.5238 63.9152 77.8261 63.9453C78.4366 64.0009 79.0001 64.2948 79.3934 64.7629C79.7867 65.2309 79.978 65.8349 79.9252 66.4428L77.2364 96.005C77.1817 96.5742 76.9159 97.1026 76.4908 97.4872C76.0657 97.8717 75.5118 98.0847 74.9374 98.0846Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
18
- <g opacity="0.2">
19
- <path opacity="0.2" d="M37.2943 52.0348C34.3856 51.2687 32.4665 50.3532 31.8967 49.3682H31.5469L37.6441 101.279C37.8192 102.823 38.5022 104.266 39.5869 105.384C40.6716 106.501 42.0971 107.23 43.6414 107.458H43.7713L37.2943 52.0348Z" fill="#BDC7CE"/>
20
- </g>
21
- <path d="M91.0001 49.3186L84.3932 101.348C84.1979 102.889 83.4991 104.322 82.4044 105.428C81.3098 106.534 79.8802 107.251 78.3359 107.468C72.6501 108.175 66.9235 108.508 61.1937 108.463C55.3347 108.499 49.4802 108.133 43.6717 107.368C42.1274 107.141 40.7019 106.412 39.6172 105.294C38.5325 104.177 37.8494 102.733 37.6744 101.189L31.5771 49.2788H31.927C33.5363 52.0848 46.0306 54.2539 61.2237 54.2539C76.4168 54.2539 88.9111 52.0748 90.5204 49.2788H91.0301L91.0001 49.3186Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
22
- <path opacity="0.2" d="M91.0001 48.8009V49.1093H90.4903C88.881 51.9153 76.3867 54.0844 61.1936 54.0844C55.6673 54.0985 50.1455 53.7662 44.6611 53.0894C44.6611 50.2138 54.2868 44.4825 69.13 43.3481C81.7343 44.0447 91.0001 46.2138 91.0001 48.8009Z" fill="#BDC7CE"/>
23
- <path d="M65.7316 18.9901L64.0523 11.4976L53.9969 13.7364L43.9315 15.9652L45.6107 23.4677L39.0537 24.9204L39.6934 27.7762L48.9492 25.7165L47.27 18.2239L54.6366 16.5921L61.9933 14.9503L63.6725 22.4528L72.9383 20.3931L72.2986 17.5374L65.7316 18.9901Z" fill="#26282B" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
24
- </g>
25
- <defs>
26
- <clipPath id="clip0_8796_3522">
27
- <rect width="66" height="98" fill="white" transform="translate(25.5 11)"/>
28
- </clipPath>
29
- </defs>
30
- </svg>
31
- </template>
1
+ <template>
2
+ <svg width="121" height="120" viewBox="0 0 121 120" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <circle cx="60.5" cy="60" r="50" fill="#BDC7CE" fill-opacity="0.15"/>
4
+ <g clip-path="url(#clip0_8796_3522)">
5
+ <path d="M61.2734 43.3979C44.8608 43.3979 31.5469 45.9054 31.5469 48.9999V49.3283L37.6441 101.229C37.8192 102.773 38.5022 104.216 39.5869 105.334C40.6716 106.451 42.0971 107.181 43.6414 107.408C49.4499 108.173 55.3044 108.538 61.1634 108.502C66.8933 108.547 72.6198 108.215 78.3056 107.507C79.8499 107.29 81.2795 106.574 82.3742 105.468C83.4688 104.362 84.1676 102.928 84.3629 101.388L90.9699 49.3681V49.0398C90.9999 45.9054 77.6859 43.3979 61.2734 43.3979Z" fill="#26282B"/>
6
+ <path d="M55.0568 18.4728C38.3144 22.1942 25.3203 27.7863 26.0699 30.9604L27.7492 38.4629H27.9391C30.238 40.9803 43.602 40.3733 59.2249 36.9007C74.8478 33.4281 87.2122 28.3335 88.2117 25.0798H88.4016L86.7224 17.5773C85.9527 14.3136 71.8291 14.7514 55.0568 18.4728Z" fill="#26282B"/>
7
+ <path d="M86.6721 17.4975L86.7421 17.8358H86.5622C85.5626 21.0796 73.1983 26.1841 57.5754 29.6567C41.9525 33.1293 28.5885 33.7363 26.2896 31.2189H26.1097L26.0297 30.8806C25.32 27.6965 38.3141 22.1045 55.0165 18.3831C71.7189 14.6617 85.9525 14.3135 86.6721 17.4975Z" fill="#26282B"/>
8
+ <path opacity="0.2" d="M75.4769 24.5225L59.1743 36.8608C43.5514 40.3334 30.1875 40.9404 27.8986 38.4329H27.7087L26.1094 31.2687H26.2893C28.5883 33.7762 49.7686 34.2538 75.4769 24.5225Z" fill="#BDC7CE"/>
9
+ <path d="M61.2734 43.3979C44.8608 43.3979 31.5469 45.9054 31.5469 48.9999V49.3283L37.6441 101.229C37.8192 102.773 38.5022 104.216 39.5869 105.334C40.6716 106.451 42.0971 107.181 43.6414 107.408C49.4499 108.173 55.3044 108.538 61.1634 108.502C66.8933 108.547 72.6198 108.215 78.3056 107.507C79.8499 107.29 81.2795 106.574 82.3742 105.468C83.4688 104.362 84.1676 102.928 84.3629 101.388L90.9699 49.3681V49.0398C90.9999 45.9054 77.6859 43.3979 61.2734 43.3979Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
10
+ <path d="M55.0568 18.4728C38.3144 22.1942 25.3203 27.7863 26.0699 30.9604L27.7492 38.4629H27.9391C30.238 40.9803 43.602 40.3733 59.2249 36.9007C74.8478 33.4281 87.2122 28.3335 88.2117 25.0798H88.4016L86.7224 17.5773C85.9527 14.3136 71.8291 14.7514 55.0568 18.4728Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
11
+ <path d="M26.1094 31.3084H26.2893C28.5883 33.8258 41.9522 33.2188 57.5751 29.7462C73.198 26.2736 85.5623 21.179 86.5619 17.9253H86.7418" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
12
+ <path d="M61.2738 98.0249C60.9702 98.0262 60.6694 97.9676 60.3887 97.8526C60.1079 97.7375 59.8529 97.5683 59.6382 97.3546C59.4235 97.1409 59.2535 96.887 59.1379 96.6075C59.0224 96.3281 58.9635 96.0286 58.9649 95.7264V66.0448C59.0035 65.46 59.2641 64.9118 59.6938 64.5112C60.1235 64.1107 60.6901 63.8878 61.2788 63.8878C61.8675 63.8878 62.4341 64.1107 62.8638 64.5112C63.2935 64.9118 63.5541 65.46 63.5928 66.0448V95.7264C63.5928 96.0291 63.5327 96.3287 63.416 96.6083C63.2994 96.8878 63.1284 97.1416 62.9129 97.3552C62.6975 97.5688 62.4418 97.7379 62.1605 97.8528C61.8792 97.9677 61.5779 98.0262 61.2738 98.0249V98.0249Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
13
+ <path opacity="0.2" d="M61.2738 96.7411V67.0595C61.2742 66.5149 61.4697 65.9883 61.8251 65.5743C62.1805 65.1603 62.6726 64.886 63.2129 64.8008C62.9426 64.3844 62.5443 64.0662 62.0774 63.8937C61.6105 63.7212 61.1001 63.7035 60.6223 63.8434C60.1445 63.9833 59.725 64.2732 59.4263 64.6699C59.1276 65.0666 58.9657 65.5488 58.9649 66.0446V95.7262C58.9635 96.0284 59.0224 96.3279 59.1379 96.6073C59.2535 96.8868 59.4235 97.1407 59.6382 97.3544C59.8529 97.5681 60.1079 97.7373 60.3887 97.8524C60.6694 97.9674 60.9702 98.026 61.2738 98.0247C61.4002 98.0345 61.5272 98.0345 61.6536 98.0247C61.402 97.6438 61.2697 97.197 61.2738 96.7411Z" fill="#BDC7CE"/>
14
+ <path d="M47.4504 98.0846C46.8738 98.0868 46.3174 97.8732 45.8916 97.4861C45.4658 97.0991 45.2016 96.567 45.1515 95.9951L42.4627 66.4329C42.407 65.8246 42.5964 65.2192 42.9891 64.7499C43.3818 64.2806 43.9457 63.9858 44.5567 63.9304C45.1678 63.875 45.7759 64.0635 46.2473 64.4544C46.7188 64.8453 47.0149 65.4067 47.0706 66.015L49.7594 95.5772C49.8121 96.1851 49.6209 96.7891 49.2276 97.2571C48.8342 97.7251 48.2708 98.0191 47.6603 98.0747L47.4504 98.0846Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
15
+ <path opacity="0.2" d="M74.6375 96.8209L77.3263 67.2686C77.3514 66.9677 77.4361 66.6747 77.5756 66.4065C77.715 66.1383 77.9064 65.9002 78.1387 65.706C78.371 65.5117 78.6396 65.3651 78.929 65.2747C79.2185 65.1843 79.523 65.1518 79.8252 65.1791C79.6171 64.7147 79.2602 64.3322 78.8104 64.0913C78.3606 63.8504 77.8433 63.7647 77.3394 63.8478C76.8355 63.9308 76.3734 64.1778 76.0256 64.5502C75.6778 64.9225 75.4638 65.3991 75.4172 65.9055L72.7284 95.4677C72.6755 96.0767 72.8664 96.6818 73.2595 97.1514C73.6526 97.621 74.2161 97.9171 74.8274 97.9751C74.6616 97.6142 74.596 97.2156 74.6375 96.8209Z" fill="#BDC7CE"/>
16
+ <path opacity="0.2" d="M47.3998 96.9902L44.5511 67.4479C44.4925 66.8398 44.6785 66.2334 45.0681 65.7615C45.4578 65.2897 46.0195 64.9908 46.6301 64.9304C46.3397 64.5122 45.9181 64.2016 45.4314 64.0473C44.9448 63.893 44.4204 63.9038 43.9405 64.0778C43.4606 64.2518 43.0522 64.5794 42.7793 65.0091C42.5063 65.4389 42.3842 65.9466 42.432 66.4528L45.2707 95.9951C45.2995 96.2966 45.3879 96.5895 45.5307 96.8569C45.6735 97.1242 45.868 97.3609 46.103 97.5532C46.338 97.7455 46.6089 97.8897 46.9 97.9775C47.1912 98.0653 47.4969 98.0949 47.7996 98.0647C47.5753 97.7469 47.4376 97.3767 47.3998 96.9902Z" fill="#BDC7CE"/>
17
+ <path d="M74.9374 98.0846H74.7275C74.4243 98.0596 74.1291 97.975 73.8589 97.8355C73.5888 97.6961 73.3491 97.5047 73.1539 97.2724C72.9586 97.0401 72.8117 96.7714 72.7215 96.4821C72.6313 96.1928 72.5997 95.8886 72.6285 95.5871L75.3173 66.0249C75.3423 65.7234 75.4274 65.4299 75.5676 65.1614C75.7078 64.893 75.9003 64.6551 76.1338 64.4616C76.3673 64.268 76.6373 64.1226 76.9278 64.034C77.2184 63.9453 77.5238 63.9152 77.8261 63.9453C78.4366 64.0009 79.0001 64.2948 79.3934 64.7629C79.7867 65.2309 79.978 65.8349 79.9252 66.4428L77.2364 96.005C77.1817 96.5742 76.9159 97.1026 76.4908 97.4872C76.0657 97.8717 75.5118 98.0847 74.9374 98.0846Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
18
+ <g opacity="0.2">
19
+ <path opacity="0.2" d="M37.2943 52.0348C34.3856 51.2687 32.4665 50.3532 31.8967 49.3682H31.5469L37.6441 101.279C37.8192 102.823 38.5022 104.266 39.5869 105.384C40.6716 106.501 42.0971 107.23 43.6414 107.458H43.7713L37.2943 52.0348Z" fill="#BDC7CE"/>
20
+ </g>
21
+ <path d="M91.0001 49.3186L84.3932 101.348C84.1979 102.889 83.4991 104.322 82.4044 105.428C81.3098 106.534 79.8802 107.251 78.3359 107.468C72.6501 108.175 66.9235 108.508 61.1937 108.463C55.3347 108.499 49.4802 108.133 43.6717 107.368C42.1274 107.141 40.7019 106.412 39.6172 105.294C38.5325 104.177 37.8494 102.733 37.6744 101.189L31.5771 49.2788H31.927C33.5363 52.0848 46.0306 54.2539 61.2237 54.2539C76.4168 54.2539 88.9111 52.0748 90.5204 49.2788H91.0301L91.0001 49.3186Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
22
+ <path opacity="0.2" d="M91.0001 48.8009V49.1093H90.4903C88.881 51.9153 76.3867 54.0844 61.1936 54.0844C55.6673 54.0985 50.1455 53.7662 44.6611 53.0894C44.6611 50.2138 54.2868 44.4825 69.13 43.3481C81.7343 44.0447 91.0001 46.2138 91.0001 48.8009Z" fill="#BDC7CE"/>
23
+ <path d="M65.7316 18.9901L64.0523 11.4976L53.9969 13.7364L43.9315 15.9652L45.6107 23.4677L39.0537 24.9204L39.6934 27.7762L48.9492 25.7165L47.27 18.2239L54.6366 16.5921L61.9933 14.9503L63.6725 22.4528L72.9383 20.3931L72.2986 17.5374L65.7316 18.9901Z" fill="#26282B" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
24
+ </g>
25
+ <defs>
26
+ <clipPath id="clip0_8796_3522">
27
+ <rect width="66" height="98" fill="white" transform="translate(25.5 11)"/>
28
+ </clipPath>
29
+ </defs>
30
+ </svg>
31
+ </template>
@@ -1,32 +1,32 @@
1
- <template>
2
- <svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <circle cx="50" cy="50" r="50" fill="#BDC7CE" fill-opacity="0.15"/>
4
- <g clip-path="url(#clip0_3647_12359)">
5
- <path d="M50.7734 33.3979C34.3608 33.3979 21.0469 35.9054 21.0469 38.9999V39.3283L27.1441 91.2288C27.3192 92.773 28.0022 94.2163 29.0869 95.3338C30.1716 96.4514 31.5971 97.1806 33.1414 97.4079C38.9499 98.1727 44.8044 98.5384 50.6634 98.5024C56.3933 98.547 62.1198 98.2146 67.8056 97.5074C69.3499 97.2903 70.7795 96.5736 71.8742 95.4678C72.9688 94.3619 73.6676 92.9283 73.8629 91.388L80.4699 39.3681V39.0398C80.4999 35.9054 67.1859 33.3979 50.7734 33.3979Z" fill="white"/>
6
- <path d="M44.5568 8.47281C27.8144 12.1942 14.8203 17.7863 15.5699 20.9604L17.2492 28.4629H17.4391C19.738 30.9803 33.102 30.3733 48.7249 26.9007C64.3478 23.4281 76.7122 18.3335 77.7117 15.0798H77.9016L76.2224 7.5773C75.4527 4.31361 61.3291 4.75142 44.5568 8.47281Z" fill="white"/>
7
- <path d="M76.1721 7.4975L76.2421 7.83581H76.0622C75.0626 11.0796 62.6983 16.184 47.0754 19.6567C31.4525 23.1293 18.0885 23.7363 15.7896 21.2189H15.6097L15.5297 20.8806C14.82 17.6965 27.8141 12.1045 44.5165 8.38306C61.2189 4.66167 75.4525 4.31343 76.1721 7.4975Z" fill="white"/>
8
- <path opacity="0.2" d="M64.9769 14.5225L48.6743 26.8608C33.0514 30.3334 19.6875 30.9404 17.3986 28.4329H17.2087L15.6094 21.2687H15.7893C18.0883 23.7762 39.2686 24.2538 64.9769 14.5225Z" fill="#BDC7CE"/>
9
- <path d="M50.7734 33.3979C34.3608 33.3979 21.0469 35.9054 21.0469 38.9999V39.3283L27.1441 91.2288C27.3192 92.773 28.0022 94.2163 29.0869 95.3338C30.1716 96.4514 31.5971 97.1806 33.1414 97.4079C38.9499 98.1727 44.8044 98.5384 50.6634 98.5024C56.3933 98.547 62.1198 98.2146 67.8056 97.5074C69.3499 97.2903 70.7795 96.5736 71.8742 95.4678C72.9688 94.3619 73.6676 92.9283 73.8629 91.388L80.4699 39.3681V39.0398C80.4999 35.9054 67.1859 33.3979 50.7734 33.3979Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="M44.5568 8.47281C27.8144 12.1942 14.8203 17.7863 15.5699 20.9604L17.2492 28.4629H17.4391C19.738 30.9803 33.102 30.3733 48.7249 26.9007C64.3478 23.4281 76.7122 18.3335 77.7117 15.0798H77.9016L76.2224 7.5773C75.4527 4.31361 61.3291 4.75142 44.5568 8.47281Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="M15.6094 21.3084H15.7893C18.0883 23.8258 31.4522 23.2188 47.0751 19.7462C62.698 16.2736 75.0623 11.179 76.0619 7.92529H76.2418" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path d="M50.7738 88.0248C50.4702 88.0261 50.1694 87.9676 49.8887 87.8525C49.6079 87.7375 49.3529 87.5682 49.1382 87.3545C48.9235 87.1408 48.7535 86.8869 48.6379 86.6075C48.5224 86.328 48.4635 86.0285 48.4649 85.7263V56.0447C48.5035 55.4599 48.7641 54.9117 49.1938 54.5112C49.6235 54.1106 50.1901 53.8877 50.7788 53.8877C51.3675 53.8877 51.9341 54.1106 52.3638 54.5112C52.7935 54.9117 53.0541 55.4599 53.0928 56.0447V85.7263C53.0928 86.029 53.0327 86.3287 52.916 86.6082C52.7994 86.8877 52.6284 87.1416 52.4129 87.3551C52.1975 87.5687 51.9418 87.7378 51.6605 87.8527C51.3792 87.9676 51.0779 88.0261 50.7738 88.0248V88.0248Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
13
- <path opacity="0.2" d="M50.7738 86.7411V57.0595C50.7742 56.5149 50.9697 55.9883 51.3251 55.5743C51.6805 55.1603 52.1726 54.886 52.7129 54.8008C52.4426 54.3844 52.0443 54.0662 51.5774 53.8937C51.1105 53.7212 50.6001 53.7035 50.1223 53.8434C49.6445 53.9833 49.225 54.2732 48.9263 54.6699C48.6276 55.0666 48.4657 55.5488 48.4649 56.0446V85.7262C48.4635 86.0284 48.5224 86.3279 48.6379 86.6073C48.7535 86.8868 48.9235 87.1407 49.1382 87.3544C49.3529 87.5681 49.6079 87.7373 49.8887 87.8524C50.1694 87.9674 50.4702 88.026 50.7738 88.0247C50.9002 88.0345 51.0272 88.0345 51.1536 88.0247C50.902 87.6438 50.7697 87.197 50.7738 86.7411Z" fill="#BDC7CE"/>
14
- <path d="M36.9504 88.0846C36.3738 88.0868 35.8174 87.8732 35.3916 87.4861C34.9658 87.0991 34.7016 86.567 34.6515 85.9951L31.9627 56.4329C31.907 55.8246 32.0964 55.2192 32.4891 54.7499C32.8818 54.2806 33.4457 53.9858 34.0567 53.9304C34.6678 53.875 35.2759 54.0635 35.7473 54.4544C36.2188 54.8453 36.5149 55.4067 36.5706 56.015L39.2594 85.5772C39.3121 86.1851 39.1209 86.7891 38.7276 87.2571C38.3342 87.7251 37.7708 88.0191 37.1603 88.0747L36.9504 88.0846Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
15
- <path opacity="0.2" d="M64.1375 86.8209L66.8263 57.2686C66.8514 56.9677 66.9361 56.6747 67.0756 56.4065C67.215 56.1383 67.4064 55.9002 67.6387 55.706C67.871 55.5117 68.1396 55.3651 68.429 55.2747C68.7185 55.1843 69.023 55.1518 69.3252 55.1791C69.1171 54.7147 68.7602 54.3322 68.3104 54.0913C67.8606 53.8504 67.3433 53.7647 66.8394 53.8478C66.3355 53.9308 65.8734 54.1778 65.5256 54.5502C65.1778 54.9225 64.9638 55.3991 64.9172 55.9055L62.2284 85.4677C62.1755 86.0767 62.3664 86.6818 62.7595 87.1514C63.1526 87.621 63.7161 87.9171 64.3274 87.9751C64.1616 87.6142 64.096 87.2156 64.1375 86.8209Z" fill="#BDC7CE"/>
16
- <path opacity="0.2" d="M36.8998 86.9902L34.0511 57.4479C33.9925 56.8398 34.1785 56.2334 34.5681 55.7615C34.9578 55.2897 35.5195 54.9908 36.1301 54.9304C35.8397 54.5122 35.4181 54.2016 34.9314 54.0473C34.4448 53.893 33.9204 53.9038 33.4405 54.0778C32.9606 54.2518 32.5522 54.5794 32.2793 55.0091C32.0063 55.4389 31.8842 55.9466 31.932 56.4528L34.7707 85.9951C34.7995 86.2966 34.8879 86.5895 35.0307 86.8569C35.1735 87.1242 35.368 87.3609 35.603 87.5532C35.838 87.7455 36.1089 87.8897 36.4 87.9775C36.6912 88.0653 36.9969 88.0949 37.2996 88.0647C37.0753 87.7469 36.9376 87.3767 36.8998 86.9902Z" fill="#BDC7CE"/>
17
- <path d="M64.4374 88.0847H64.2275C63.9243 88.0597 63.6291 87.9751 63.3589 87.8356C63.0888 87.6962 62.8491 87.5048 62.6539 87.2725C62.4586 87.0401 62.3117 86.7715 62.2215 86.4822C62.1313 86.1929 62.0997 85.8887 62.1285 85.5872L64.8173 56.025C64.8423 55.7235 64.9274 55.4299 65.0676 55.1615C65.2078 54.8931 65.4003 54.6552 65.6338 54.4617C65.8673 54.2681 66.1373 54.1227 66.4278 54.0341C66.7184 53.9454 67.0238 53.9153 67.3261 53.9454C67.9366 54.001 68.5001 54.2949 68.8934 54.763C69.2867 55.231 69.478 55.835 69.4252 56.4429L66.7364 86.0051C66.6817 86.5743 66.4159 87.1027 65.9908 87.4873C65.5657 87.8718 65.0118 88.0848 64.4374 88.0847Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
18
- <g opacity="0.2">
19
- <path opacity="0.2" d="M26.7943 42.0348C23.8856 41.2687 21.9665 40.3532 21.3967 39.3682H21.0469L27.1441 91.2787C27.3192 92.8229 28.0022 94.2661 29.0869 95.3837C30.1716 96.5013 31.5971 97.2305 33.1414 97.4577H33.2713L26.7943 42.0348Z" fill="#BDC7CE"/>
20
- </g>
21
- <path d="M80.5001 39.3186L73.8932 91.3484C73.6979 92.8887 72.9991 94.3224 71.9044 95.4282C70.8098 96.5341 69.3802 97.2508 67.8359 97.4678C62.1501 98.1751 56.4235 98.5075 50.6937 98.4629C44.8347 98.4988 38.9802 98.1332 33.1717 97.3684C31.6274 97.1411 30.2019 96.4119 29.1172 95.2943C28.0325 94.1767 27.3494 92.7334 27.1744 91.1892L21.0771 39.2788H21.427C23.0363 42.0848 35.5306 44.2539 50.7237 44.2539C65.9168 44.2539 78.4111 42.0748 80.0204 39.2788H80.5301L80.5001 39.3186Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
22
- <path opacity="0.2" d="M80.5001 38.8009V39.1093H79.9903C78.381 41.9153 65.8867 44.0844 50.6936 44.0844C45.1673 44.0985 39.6455 43.7662 34.1611 43.0894C34.1611 40.2138 43.7868 34.4825 58.63 33.3481C71.2343 34.0447 80.5001 36.2138 80.5001 38.8009Z" fill="#BDC7CE"/>
23
- <path d="M55.2316 8.9901L53.5523 1.49756L43.4969 3.73636L33.4315 5.96522L35.1107 13.4677L28.5537 14.9204L29.1934 17.7762L38.4492 15.7165L36.77 8.22393L44.1366 6.59209L51.4933 4.95029L53.1725 12.4528L62.4383 10.3931L61.7986 7.53736L55.2316 8.9901Z" fill="white" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
24
- </g>
25
- <defs>
26
- <clipPath id="clip0_3647_12359">
27
- <rect width="66" height="98" fill="white" transform="translate(15 1)"/>
28
- </clipPath>
29
- </defs>
30
- </svg>
31
-
32
- </template>
1
+ <template>
2
+ <svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <circle cx="50" cy="50" r="50" fill="#BDC7CE" fill-opacity="0.15"/>
4
+ <g clip-path="url(#clip0_3647_12359)">
5
+ <path d="M50.7734 33.3979C34.3608 33.3979 21.0469 35.9054 21.0469 38.9999V39.3283L27.1441 91.2288C27.3192 92.773 28.0022 94.2163 29.0869 95.3338C30.1716 96.4514 31.5971 97.1806 33.1414 97.4079C38.9499 98.1727 44.8044 98.5384 50.6634 98.5024C56.3933 98.547 62.1198 98.2146 67.8056 97.5074C69.3499 97.2903 70.7795 96.5736 71.8742 95.4678C72.9688 94.3619 73.6676 92.9283 73.8629 91.388L80.4699 39.3681V39.0398C80.4999 35.9054 67.1859 33.3979 50.7734 33.3979Z" fill="white"/>
6
+ <path d="M44.5568 8.47281C27.8144 12.1942 14.8203 17.7863 15.5699 20.9604L17.2492 28.4629H17.4391C19.738 30.9803 33.102 30.3733 48.7249 26.9007C64.3478 23.4281 76.7122 18.3335 77.7117 15.0798H77.9016L76.2224 7.5773C75.4527 4.31361 61.3291 4.75142 44.5568 8.47281Z" fill="white"/>
7
+ <path d="M76.1721 7.4975L76.2421 7.83581H76.0622C75.0626 11.0796 62.6983 16.184 47.0754 19.6567C31.4525 23.1293 18.0885 23.7363 15.7896 21.2189H15.6097L15.5297 20.8806C14.82 17.6965 27.8141 12.1045 44.5165 8.38306C61.2189 4.66167 75.4525 4.31343 76.1721 7.4975Z" fill="white"/>
8
+ <path opacity="0.2" d="M64.9769 14.5225L48.6743 26.8608C33.0514 30.3334 19.6875 30.9404 17.3986 28.4329H17.2087L15.6094 21.2687H15.7893C18.0883 23.7762 39.2686 24.2538 64.9769 14.5225Z" fill="#BDC7CE"/>
9
+ <path d="M50.7734 33.3979C34.3608 33.3979 21.0469 35.9054 21.0469 38.9999V39.3283L27.1441 91.2288C27.3192 92.773 28.0022 94.2163 29.0869 95.3338C30.1716 96.4514 31.5971 97.1806 33.1414 97.4079C38.9499 98.1727 44.8044 98.5384 50.6634 98.5024C56.3933 98.547 62.1198 98.2146 67.8056 97.5074C69.3499 97.2903 70.7795 96.5736 71.8742 95.4678C72.9688 94.3619 73.6676 92.9283 73.8629 91.388L80.4699 39.3681V39.0398C80.4999 35.9054 67.1859 33.3979 50.7734 33.3979Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
10
+ <path d="M44.5568 8.47281C27.8144 12.1942 14.8203 17.7863 15.5699 20.9604L17.2492 28.4629H17.4391C19.738 30.9803 33.102 30.3733 48.7249 26.9007C64.3478 23.4281 76.7122 18.3335 77.7117 15.0798H77.9016L76.2224 7.5773C75.4527 4.31361 61.3291 4.75142 44.5568 8.47281Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
11
+ <path d="M15.6094 21.3084H15.7893C18.0883 23.8258 31.4522 23.2188 47.0751 19.7462C62.698 16.2736 75.0623 11.179 76.0619 7.92529H76.2418" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
12
+ <path d="M50.7738 88.0248C50.4702 88.0261 50.1694 87.9676 49.8887 87.8525C49.6079 87.7375 49.3529 87.5682 49.1382 87.3545C48.9235 87.1408 48.7535 86.8869 48.6379 86.6075C48.5224 86.328 48.4635 86.0285 48.4649 85.7263V56.0447C48.5035 55.4599 48.7641 54.9117 49.1938 54.5112C49.6235 54.1106 50.1901 53.8877 50.7788 53.8877C51.3675 53.8877 51.9341 54.1106 52.3638 54.5112C52.7935 54.9117 53.0541 55.4599 53.0928 56.0447V85.7263C53.0928 86.029 53.0327 86.3287 52.916 86.6082C52.7994 86.8877 52.6284 87.1416 52.4129 87.3551C52.1975 87.5687 51.9418 87.7378 51.6605 87.8527C51.3792 87.9676 51.0779 88.0261 50.7738 88.0248V88.0248Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
13
+ <path opacity="0.2" d="M50.7738 86.7411V57.0595C50.7742 56.5149 50.9697 55.9883 51.3251 55.5743C51.6805 55.1603 52.1726 54.886 52.7129 54.8008C52.4426 54.3844 52.0443 54.0662 51.5774 53.8937C51.1105 53.7212 50.6001 53.7035 50.1223 53.8434C49.6445 53.9833 49.225 54.2732 48.9263 54.6699C48.6276 55.0666 48.4657 55.5488 48.4649 56.0446V85.7262C48.4635 86.0284 48.5224 86.3279 48.6379 86.6073C48.7535 86.8868 48.9235 87.1407 49.1382 87.3544C49.3529 87.5681 49.6079 87.7373 49.8887 87.8524C50.1694 87.9674 50.4702 88.026 50.7738 88.0247C50.9002 88.0345 51.0272 88.0345 51.1536 88.0247C50.902 87.6438 50.7697 87.197 50.7738 86.7411Z" fill="#BDC7CE"/>
14
+ <path d="M36.9504 88.0846C36.3738 88.0868 35.8174 87.8732 35.3916 87.4861C34.9658 87.0991 34.7016 86.567 34.6515 85.9951L31.9627 56.4329C31.907 55.8246 32.0964 55.2192 32.4891 54.7499C32.8818 54.2806 33.4457 53.9858 34.0567 53.9304C34.6678 53.875 35.2759 54.0635 35.7473 54.4544C36.2188 54.8453 36.5149 55.4067 36.5706 56.015L39.2594 85.5772C39.3121 86.1851 39.1209 86.7891 38.7276 87.2571C38.3342 87.7251 37.7708 88.0191 37.1603 88.0747L36.9504 88.0846Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
15
+ <path opacity="0.2" d="M64.1375 86.8209L66.8263 57.2686C66.8514 56.9677 66.9361 56.6747 67.0756 56.4065C67.215 56.1383 67.4064 55.9002 67.6387 55.706C67.871 55.5117 68.1396 55.3651 68.429 55.2747C68.7185 55.1843 69.023 55.1518 69.3252 55.1791C69.1171 54.7147 68.7602 54.3322 68.3104 54.0913C67.8606 53.8504 67.3433 53.7647 66.8394 53.8478C66.3355 53.9308 65.8734 54.1778 65.5256 54.5502C65.1778 54.9225 64.9638 55.3991 64.9172 55.9055L62.2284 85.4677C62.1755 86.0767 62.3664 86.6818 62.7595 87.1514C63.1526 87.621 63.7161 87.9171 64.3274 87.9751C64.1616 87.6142 64.096 87.2156 64.1375 86.8209Z" fill="#BDC7CE"/>
16
+ <path opacity="0.2" d="M36.8998 86.9902L34.0511 57.4479C33.9925 56.8398 34.1785 56.2334 34.5681 55.7615C34.9578 55.2897 35.5195 54.9908 36.1301 54.9304C35.8397 54.5122 35.4181 54.2016 34.9314 54.0473C34.4448 53.893 33.9204 53.9038 33.4405 54.0778C32.9606 54.2518 32.5522 54.5794 32.2793 55.0091C32.0063 55.4389 31.8842 55.9466 31.932 56.4528L34.7707 85.9951C34.7995 86.2966 34.8879 86.5895 35.0307 86.8569C35.1735 87.1242 35.368 87.3609 35.603 87.5532C35.838 87.7455 36.1089 87.8897 36.4 87.9775C36.6912 88.0653 36.9969 88.0949 37.2996 88.0647C37.0753 87.7469 36.9376 87.3767 36.8998 86.9902Z" fill="#BDC7CE"/>
17
+ <path d="M64.4374 88.0847H64.2275C63.9243 88.0597 63.6291 87.9751 63.3589 87.8356C63.0888 87.6962 62.8491 87.5048 62.6539 87.2725C62.4586 87.0401 62.3117 86.7715 62.2215 86.4822C62.1313 86.1929 62.0997 85.8887 62.1285 85.5872L64.8173 56.025C64.8423 55.7235 64.9274 55.4299 65.0676 55.1615C65.2078 54.8931 65.4003 54.6552 65.6338 54.4617C65.8673 54.2681 66.1373 54.1227 66.4278 54.0341C66.7184 53.9454 67.0238 53.9153 67.3261 53.9454C67.9366 54.001 68.5001 54.2949 68.8934 54.763C69.2867 55.231 69.478 55.835 69.4252 56.4429L66.7364 86.0051C66.6817 86.5743 66.4159 87.1027 65.9908 87.4873C65.5657 87.8718 65.0118 88.0848 64.4374 88.0847Z" stroke="#9DA3AC" stroke-miterlimit="10"/>
18
+ <g opacity="0.2">
19
+ <path opacity="0.2" d="M26.7943 42.0348C23.8856 41.2687 21.9665 40.3532 21.3967 39.3682H21.0469L27.1441 91.2787C27.3192 92.8229 28.0022 94.2661 29.0869 95.3837C30.1716 96.5013 31.5971 97.2305 33.1414 97.4577H33.2713L26.7943 42.0348Z" fill="#BDC7CE"/>
20
+ </g>
21
+ <path d="M80.5001 39.3186L73.8932 91.3484C73.6979 92.8887 72.9991 94.3224 71.9044 95.4282C70.8098 96.5341 69.3802 97.2508 67.8359 97.4678C62.1501 98.1751 56.4235 98.5075 50.6937 98.4629C44.8347 98.4988 38.9802 98.1332 33.1717 97.3684C31.6274 97.1411 30.2019 96.4119 29.1172 95.2943C28.0325 94.1767 27.3494 92.7334 27.1744 91.1892L21.0771 39.2788H21.427C23.0363 42.0848 35.5306 44.2539 50.7237 44.2539C65.9168 44.2539 78.4111 42.0748 80.0204 39.2788H80.5301L80.5001 39.3186Z" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
22
+ <path opacity="0.2" d="M80.5001 38.8009V39.1093H79.9903C78.381 41.9153 65.8867 44.0844 50.6936 44.0844C45.1673 44.0985 39.6455 43.7662 34.1611 43.0894C34.1611 40.2138 43.7868 34.4825 58.63 33.3481C71.2343 34.0447 80.5001 36.2138 80.5001 38.8009Z" fill="#BDC7CE"/>
23
+ <path d="M55.2316 8.9901L53.5523 1.49756L43.4969 3.73636L33.4315 5.96522L35.1107 13.4677L28.5537 14.9204L29.1934 17.7762L38.4492 15.7165L36.77 8.22393L44.1366 6.59209L51.4933 4.95029L53.1725 12.4528L62.4383 10.3931L61.7986 7.53736L55.2316 8.9901Z" fill="white" stroke="#9DA3AC" stroke-linecap="round" stroke-linejoin="round"/>
24
+ </g>
25
+ <defs>
26
+ <clipPath id="clip0_3647_12359">
27
+ <rect width="66" height="98" fill="white" transform="translate(15 1)"/>
28
+ </clipPath>
29
+ </defs>
30
+ </svg>
31
+
32
+ </template>