@cuemath/leap 3.1.0-gg2 → 3.1.1-beta-0.1

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 (405) hide show
  1. package/dist/assets/gif/gif.js +22 -22
  2. package/dist/assets/gif/gif.js.map +1 -1
  3. package/dist/assets/illustrations/illustrations.js +128 -127
  4. package/dist/assets/illustrations/illustrations.js.map +1 -1
  5. package/dist/assets/images/images.js +32 -32
  6. package/dist/assets/images/images.js.map +1 -1
  7. package/dist/assets/line-icons/icons/check.js +3 -3
  8. package/dist/assets/line-icons/icons/check.js.map +1 -1
  9. package/dist/assets/line-icons/icons/puzzle-icon.js +51 -0
  10. package/dist/assets/line-icons/icons/puzzle-icon.js.map +1 -0
  11. package/dist/assets/line-icons/icons/share.js +48 -0
  12. package/dist/assets/line-icons/icons/share.js.map +1 -0
  13. package/dist/assets/line-icons/icons/tile.js +54 -0
  14. package/dist/assets/line-icons/icons/tile.js.map +1 -0
  15. package/dist/assets/lottie/lottie.js +86 -86
  16. package/dist/assets/lottie/lottie.js.map +1 -1
  17. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +34 -32
  18. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -1
  19. package/dist/features/chapters-v2/chapter-details/chapter-details.js +47 -45
  20. package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -1
  21. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +11 -11
  22. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -1
  23. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +47 -46
  24. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +1 -1
  25. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +165 -124
  26. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +1 -1
  27. package/dist/features/chapters-v2/utils/node-card-utils.js +41 -41
  28. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  29. package/dist/features/cue-canvas/bottombar/homework-controls.js +73 -0
  30. package/dist/features/cue-canvas/bottombar/homework-controls.js.map +1 -0
  31. package/dist/features/cue-canvas/cue-canvas-context.js +8 -5
  32. package/dist/features/cue-canvas/cue-canvas-context.js.map +1 -1
  33. package/dist/features/cue-canvas/cue-canvas-core.js +80 -75
  34. package/dist/features/cue-canvas/cue-canvas-core.js.map +1 -1
  35. package/dist/features/cue-canvas/cue-canvas-helpers.js +31 -25
  36. package/dist/features/cue-canvas/cue-canvas-helpers.js.map +1 -1
  37. package/dist/features/cue-canvas/cue-canvas-provider.js +14 -12
  38. package/dist/features/cue-canvas/cue-canvas-provider.js.map +1 -1
  39. package/dist/features/cue-canvas/cue-canvas.js +79 -65
  40. package/dist/features/cue-canvas/cue-canvas.js.map +1 -1
  41. package/dist/features/cue-canvas/cue-cavas-styled.js +45 -42
  42. package/dist/features/cue-canvas/cue-cavas-styled.js.map +1 -1
  43. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +61 -54
  44. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
  45. package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js +18 -14
  46. package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js.map +1 -1
  47. package/dist/features/cue-canvas/hooks/use-upload-helper.js +23 -0
  48. package/dist/features/cue-canvas/hooks/use-upload-helper.js.map +1 -0
  49. package/dist/features/cue-canvas/sidebar/homework/helper.js +20 -0
  50. package/dist/features/cue-canvas/sidebar/homework/helper.js.map +1 -0
  51. package/dist/features/cue-canvas/sidebar/homework/homework-menu.js +33 -0
  52. package/dist/features/cue-canvas/sidebar/homework/homework-menu.js.map +1 -0
  53. package/dist/features/cue-canvas/sidebar/homework/homework-request.js +68 -0
  54. package/dist/features/cue-canvas/sidebar/homework/homework-request.js.map +1 -0
  55. package/dist/features/cue-canvas/sidebar/homework/homework-styled.js +25 -0
  56. package/dist/features/cue-canvas/sidebar/homework/homework-styled.js.map +1 -0
  57. package/dist/features/cue-canvas/sidebar/homework/homework.js +39 -0
  58. package/dist/features/cue-canvas/sidebar/homework/homework.js.map +1 -0
  59. package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js +13 -0
  60. package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js.map +1 -0
  61. package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js +60 -0
  62. package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js.map +1 -0
  63. package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js +44 -0
  64. package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js.map +1 -0
  65. package/dist/features/cue-canvas/sidebar/puzzles/filters.js +107 -0
  66. package/dist/features/cue-canvas/sidebar/puzzles/filters.js.map +1 -0
  67. package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js +42 -0
  68. package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js.map +1 -0
  69. package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js +84 -0
  70. package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js.map +1 -0
  71. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js +36 -0
  72. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js.map +1 -0
  73. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js +133 -0
  74. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js.map +1 -0
  75. package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js +96 -0
  76. package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js.map +1 -0
  77. package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js +29 -0
  78. package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js.map +1 -0
  79. package/dist/features/cue-canvas/sidebar/puzzles/utils.js +120 -0
  80. package/dist/features/cue-canvas/sidebar/puzzles/utils.js.map +1 -0
  81. package/dist/features/cue-canvas/sidebar/sidebar-styled.js +32 -0
  82. package/dist/features/cue-canvas/sidebar/sidebar-styled.js.map +1 -0
  83. package/dist/features/cue-canvas/sidebar/sidebar.js +29 -0
  84. package/dist/features/cue-canvas/sidebar/sidebar.js.map +1 -0
  85. package/dist/features/cue-canvas/sidebar/tiles/tile.js +16 -0
  86. package/dist/features/cue-canvas/sidebar/tiles/tile.js.map +1 -0
  87. package/dist/features/cue-canvas/toolbar/grid-menu.js +13 -13
  88. package/dist/features/cue-canvas/toolbar/grid-menu.js.map +1 -1
  89. package/dist/features/cue-canvas/toolbar/tool.js +22 -20
  90. package/dist/features/cue-canvas/toolbar/tool.js.map +1 -1
  91. package/dist/features/homework/homework-card-view.js +56 -54
  92. package/dist/features/homework/homework-card-view.js.map +1 -1
  93. package/dist/features/homework/homework-card.js +53 -52
  94. package/dist/features/homework/homework-card.js.map +1 -1
  95. package/dist/features/homework/hw-card-list/api/get-homeworks.js +1 -1
  96. package/dist/features/homework/hw-card-list/api/get-homeworks.js.map +1 -1
  97. package/dist/features/homework/hw-card-list/hw-card-list-utils.js +12 -0
  98. package/dist/features/homework/hw-card-list/hw-card-list-utils.js.map +1 -0
  99. package/dist/features/homework/hw-card-list/hw-card-list-view.js +137 -107
  100. package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
  101. package/dist/features/homework/styles.js +5 -4
  102. package/dist/features/homework/styles.js.map +1 -1
  103. package/dist/features/hooks/use-debounce.js +16 -0
  104. package/dist/features/hooks/use-debounce.js.map +1 -0
  105. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js +199 -262
  106. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js.map +1 -1
  107. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js +15 -15
  108. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js.map +1 -1
  109. package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js +38 -36
  110. package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js.map +1 -1
  111. package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js +24 -22
  112. package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js.map +1 -1
  113. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js +23 -22
  114. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js.map +1 -1
  115. package/dist/features/milestone/create/comps/chapters-selection-step/utils.js +49 -47
  116. package/dist/features/milestone/create/comps/chapters-selection-step/utils.js.map +1 -1
  117. package/dist/features/milestone/create/comps/class-details-step/class-details-step.js +94 -87
  118. package/dist/features/milestone/create/comps/class-details-step/class-details-step.js.map +1 -1
  119. package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js +13 -12
  120. package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js.map +1 -1
  121. package/dist/features/milestone/create/comps/test-type-step/test-type-step.js +23 -21
  122. package/dist/features/milestone/create/comps/test-type-step/test-type-step.js.map +1 -1
  123. package/dist/features/milestone/create/milestone-create-helpers.js +165 -162
  124. package/dist/features/milestone/create/milestone-create-helpers.js.map +1 -1
  125. package/dist/features/trial-session/comps/pricing/india-pricing/index.js +96 -0
  126. package/dist/features/trial-session/comps/pricing/india-pricing/index.js.map +1 -0
  127. package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js +59 -0
  128. package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js.map +1 -0
  129. package/dist/features/trial-session/comps/pricing/pricing.js +36 -35
  130. package/dist/features/trial-session/comps/pricing/pricing.js.map +1 -1
  131. package/dist/features/ui/stepper/stepper.js +7 -7
  132. package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js +22 -19
  133. package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js.map +1 -1
  134. package/dist/index.d.ts +311 -260
  135. package/dist/index.js +184 -180
  136. package/dist/index.js.map +1 -1
  137. package/dist/static/accuracy-meter.99585cba.json +4218 -0
  138. package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
  139. package/dist/static/achievement_bg.0d0555ac.png +0 -0
  140. package/dist/static/advance-mode-segment-lottie.51ff6707.json +1 -0
  141. package/dist/static/alarm-clock-orange.31fb90d9.svg +1 -0
  142. package/dist/static/alarm-clock-purple.06d4911c.svg +1 -0
  143. package/dist/static/alien-1.fc7ba696.svg +1 -0
  144. package/dist/static/alien-2.15fdda07.svg +1 -0
  145. package/dist/static/alien-3.2664a37f.svg +1 -0
  146. package/dist/static/alien-4.06ac66da.svg +1 -0
  147. package/dist/static/ashta.0d3926b2.png +0 -0
  148. package/dist/static/avatar-selected.860ee923.json +1 -0
  149. package/dist/static/awesome.8e1cf046.png +0 -0
  150. package/dist/static/badge_success.2f6c8e65.png +0 -0
  151. package/dist/static/beginner1x.489908a7.json +3508 -0
  152. package/dist/static/bg_empty_resources.63b187fd.png +0 -0
  153. package/dist/static/blue-clip.87cc4543.svg +1 -0
  154. package/dist/static/bobwave.5603c70b.gif +0 -0
  155. package/dist/static/book-green.20f6eed3.svg +1 -0
  156. package/dist/static/book-open-blue.d4f8d08c.svg +5 -0
  157. package/dist/static/book-orange.04bdc75e.svg +1 -0
  158. package/dist/static/book-yellow.c210ac06.svg +1 -0
  159. package/dist/static/bronze-1.da4e4b5f.json +4176 -0
  160. package/dist/static/bronze-2.97f9c639.json +4433 -0
  161. package/dist/static/bronze-3.6a433ebd.json +4786 -0
  162. package/dist/static/bullet-yellow.2f892d88.svg +1 -0
  163. package/dist/static/calendar-blue.e0d52d09.svg +1 -0
  164. package/dist/static/calendar-gray.1c72682a.svg +1 -0
  165. package/dist/static/calendar-green.a2b6a393.svg +1 -0
  166. package/dist/static/caution.5766a967.svg +1 -0
  167. package/dist/static/chapter-1.8a1683a0.svg +1 -0
  168. package/dist/static/chapter-10.c97de4a5.svg +1 -0
  169. package/dist/static/chapter-2.71ac6dfc.svg +1 -0
  170. package/dist/static/chapter-3.003fc901.svg +1 -0
  171. package/dist/static/chapter-4.8abbacd8.svg +1 -0
  172. package/dist/static/chapter-5.c774b439.svg +1 -0
  173. package/dist/static/chapter-6.cb5cf1cb.svg +1 -0
  174. package/dist/static/chapter-7.57b0beb4.svg +1 -0
  175. package/dist/static/chapter-8.68d36477.svg +1 -0
  176. package/dist/static/chapter-9.0c00e26f.svg +1 -0
  177. package/dist/static/chapter-completed.1241399b.json +497 -0
  178. package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
  179. package/dist/static/chapter-header-bg.4ed173c2.svg +1 -0
  180. package/dist/static/chatva.d0c57a95.png +0 -0
  181. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
  182. package/dist/static/circle-cuemath-logo.8bcb1ad4.svg +1 -0
  183. package/dist/static/circle-outercircle-bg.65f21460.svg +1 -0
  184. package/dist/static/circular-loader.a5a1a0a6.json +238 -0
  185. package/dist/static/clock-30min.eae818b8.json +1197 -0
  186. package/dist/static/clock-45min.df8adf51.json +1197 -0
  187. package/dist/static/clock-60min.2b48d875.json +1197 -0
  188. package/dist/static/clock-90min.3e557ed7.json +1407 -0
  189. package/dist/static/clock-orange.c144059b.svg +6 -0
  190. package/dist/static/color-1.45101b9a.json +4545 -0
  191. package/dist/static/color-2.ccdc7d0a.json +4828 -0
  192. package/dist/static/color-3.5e8e1422.json +5273 -0
  193. package/dist/static/community-bulb.3b42af21.svg +1 -0
  194. package/dist/static/competitive-arena.b9c40801.json +1 -0
  195. package/dist/static/congrats.75718de8.png +0 -0
  196. package/dist/static/cool.1893941c.png +0 -0
  197. package/dist/static/cosa.46c0c49b.png +0 -0
  198. package/dist/static/crosshair-circle.522a26ea.svg +1 -0
  199. package/dist/static/crown-overlay.11fb073c.svg +1 -0
  200. package/dist/static/crown.c18fa217.svg +1 -0
  201. package/dist/static/cuecoin-gold.bcb8085e.svg +1 -0
  202. package/dist/static/cuemath-app-qr-code.4beefe48.svg +1 -0
  203. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
  204. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  205. package/dist/static/default-chapter.8ede1160.png +0 -0
  206. package/dist/static/desktop-with-purple-fill.dfec66cc.svg +1 -0
  207. package/dist/static/difficult.6846c064.json +2755 -0
  208. package/dist/static/dob.9ce3c15b.json +1 -0
  209. package/dist/static/doda.3103971c.png +0 -0
  210. package/dist/static/duration-30min-gray.f6442df4.svg +1 -0
  211. package/dist/static/duration-45min-gray.ad90fb23.svg +1 -0
  212. package/dist/static/duration-60min-gray.874e52a2.svg +1 -0
  213. package/dist/static/duration-90min-gray.32a04cef.svg +1 -0
  214. package/dist/static/dvi.fc7b32a5.png +0 -0
  215. package/dist/static/earth-green.e1329b7a.svg +1 -0
  216. package/dist/static/easy-rescheduling.3a6d1a00.gif +0 -0
  217. package/dist/static/easy.68242ddd.json +2658 -0
  218. package/dist/static/eka.b10a06fa.png +0 -0
  219. package/dist/static/elite-circle.3df58972.json +6876 -0
  220. package/dist/static/ellipse-clip.dfb25608.svg +1 -0
  221. package/dist/static/empty_mix_tests.1d251f07.png +0 -0
  222. package/dist/static/enrichment-mini.fc3c0f83.gif +0 -0
  223. package/dist/static/enrichment.571feac0.gif +0 -0
  224. package/dist/static/error-lottie.b3507a4b.json +5255 -0
  225. package/dist/static/error.cbe1ddde.json +1 -0
  226. package/dist/static/familiar1x.7c9c7f15.json +3046 -0
  227. package/dist/static/female-avatar.b8cd1012.svg +1 -0
  228. package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
  229. package/dist/static/five-min-clock.6be5cc41.json +721 -0
  230. package/dist/static/game-play.4982b0cb.svg +1 -0
  231. package/dist/static/games.47abcb18.gif +0 -0
  232. package/dist/static/globe-with-blue-fill.beae6ca4.svg +1 -0
  233. package/dist/static/gold-1.ab2489fe.json +4176 -0
  234. package/dist/static/gold-2.34045826.json +4441 -0
  235. package/dist/static/gold-3.d704698b.json +4810 -0
  236. package/dist/static/grade-grid-background.b17b4ccb.svg +1 -0
  237. package/dist/static/grade.b3730524.json +1 -0
  238. package/dist/static/graduate-hat.4b49eb44.svg +1 -0
  239. package/dist/static/graduate-icon-pink.01fbfb1b.svg +1 -0
  240. package/dist/static/graduate-pink-filled-bg.c91e9c53.svg +1 -0
  241. package/dist/static/great.2a5dcc34.png +0 -0
  242. package/dist/static/green-balloon.67ac8587.svg +1 -0
  243. package/dist/static/green-face.1b4dd82f.svg +1 -0
  244. package/dist/static/hexo.eab4b9f5.png +0 -0
  245. package/dist/static/infinite-button-bg.5909225e.json +1 -0
  246. package/dist/static/infinite-button-symbol.aa31350c.json +1 -0
  247. package/dist/static/jigii-wave.150a6d18.gif +0 -0
  248. package/dist/static/key.d6846476.json +1 -0
  249. package/dist/static/kudos.b7e2aeb6.png +0 -0
  250. package/dist/static/learn.71b13323.json +1 -0
  251. package/dist/static/learned-shield-gray.1495b0d5.svg +1 -0
  252. package/dist/static/learned-shield-green.7c26b423.svg +1 -0
  253. package/dist/static/learning-plan.72d64a61.png +0 -0
  254. package/dist/static/learning-session.71cc8f22.gif +0 -0
  255. package/dist/static/learnt.870c5e38.svg +1 -0
  256. package/dist/static/lesson-overview-banner.f5404af6.png +0 -0
  257. package/dist/static/levelup-rings.b1055283.json +549 -0
  258. package/dist/static/like.cb492460.svg +1 -0
  259. package/dist/static/live-session.a0d25c78.svg +1 -0
  260. package/dist/static/loader-1.6524355e.svg +1 -0
  261. package/dist/static/loader.52f8c35c.svg +1 -0
  262. package/dist/static/locked.0c3b7577.svg +1 -0
  263. package/dist/static/mail.c30e8708.json +1 -0
  264. package/dist/static/maintenance.a26aca65.svg +1 -0
  265. package/dist/static/male-avatar.2febc9eb.svg +1 -0
  266. package/dist/static/mastered-badge.81f156fb.svg +1 -0
  267. package/dist/static/mastered-shield-gray.a58cbe19.svg +1 -0
  268. package/dist/static/mastered-shield-green.070fa4eb.svg +1 -0
  269. package/dist/static/max-wave.44e002c9.gif +0 -0
  270. package/dist/static/medium.94c3829b.json +2289 -0
  271. package/dist/static/mental-math.3c95f169.svg +1 -0
  272. package/dist/static/milestone-intro-1.281a354c.svg +1 -0
  273. package/dist/static/milestone-intro-2.19faee69.svg +1 -0
  274. package/dist/static/milestone-intro-3.6f6055d6.svg +1 -0
  275. package/dist/static/mistake.476d1aa7.svg +1 -0
  276. package/dist/static/no-info.f4bfe437.png +0 -0
  277. package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
  278. package/dist/static/node-learn-bg.b61f815c.svg +1 -0
  279. package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
  280. package/dist/static/node-project-bg.e6a33e28.svg +1 -0
  281. package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
  282. package/dist/static/node-recap-bg.546154e4.svg +1 -0
  283. package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
  284. package/dist/static/node-video-bg.3df3f73a.svg +1 -0
  285. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  286. package/dist/static/number-1-orange.cbf526ed.svg +1 -0
  287. package/dist/static/number-2-orange.6f29eb72.svg +1 -0
  288. package/dist/static/number-3-orange.58baf717.svg +1 -0
  289. package/dist/static/number-4-orange.5ed1ec5e.svg +1 -0
  290. package/dist/static/octo.3020bd93.png +0 -0
  291. package/dist/static/one-star-filled.b6084257.svg +1 -0
  292. package/dist/static/orange-face.5824c2e9.svg +1 -0
  293. package/dist/static/otp.2d08f874.json +1 -0
  294. package/dist/static/otp.a3029760.json +1 -0
  295. package/dist/static/parent-avatar.772d53e0.json +1 -0
  296. package/dist/static/people-with-orange-fill.3835b8f1.svg +1 -0
  297. package/dist/static/phone-number.0be312ea.json +1 -0
  298. package/dist/static/phone-number.84f55562.json +1 -0
  299. package/dist/static/play-icon.13baaa7d.svg +1 -0
  300. package/dist/static/play.68d16dec.svg +1 -0
  301. package/dist/static/point1.b53831de.json +2942 -0
  302. package/dist/static/point10.7b5e536d.json +3179 -0
  303. package/dist/static/point100.1df16f82.json +3196 -0
  304. package/dist/static/point15.fea00c32.json +3179 -0
  305. package/dist/static/point2.7cec6e24.json +1 -0
  306. package/dist/static/point20.c88d776d.json +3178 -0
  307. package/dist/static/point25.a18c346a.json +3178 -0
  308. package/dist/static/point3.f96fe7aa.json +1 -0
  309. package/dist/static/point30.c5224b0b.json +3202 -0
  310. package/dist/static/point35.fad343dd.json +3058 -0
  311. package/dist/static/point4.fe04fb83.json +1 -0
  312. package/dist/static/point40.10a16f72.json +3082 -0
  313. package/dist/static/point45.2ad7561f.json +3082 -0
  314. package/dist/static/point5.da40ed1f.json +2948 -0
  315. package/dist/static/point50.5718cb3d.json +3046 -0
  316. package/dist/static/point60.17380d9f.json +3076 -0
  317. package/dist/static/points-sum.360e63de.svg +1 -0
  318. package/dist/static/practice.158dd488.json +1 -0
  319. package/dist/static/practiced-shield-green.90278855.svg +1 -0
  320. package/dist/static/practiced-shield-grey.16cf4fe0.svg +1 -0
  321. package/dist/static/proficient-badge.1a6dbb72.svg +1 -0
  322. package/dist/static/proficient1x.fa6e7b80.json +3430 -0
  323. package/dist/static/profile-board.4f4a17e6.svg +1 -0
  324. package/dist/static/project.eb665827.json +1 -0
  325. package/dist/static/puzzle-student.de530364.svg +1 -0
  326. package/dist/static/puzzle.5aad5cf8.svg +1 -0
  327. package/dist/static/puzzle.b298c7e4.json +1 -0
  328. package/dist/static/puzzle_card_easy.7d9439b5.png +0 -0
  329. package/dist/static/puzzle_card_hard.185a19c4.png +0 -0
  330. package/dist/static/puzzle_card_medium.17daef9c.png +0 -0
  331. package/dist/static/puzzles.1e269965.gif +0 -0
  332. package/dist/static/random-mode-segment-lottie.79cf1c07.json +1 -0
  333. package/dist/static/recap.0dd2c1e2.json +1 -0
  334. package/dist/static/refund-policy-with-headphone.589398e0.svg +1 -0
  335. package/dist/static/refund-policy.912dbb4c.svg +1 -0
  336. package/dist/static/report-404.dd67785c.svg +1 -0
  337. package/dist/static/rocket-broken.1f86fa43.svg +1 -0
  338. package/dist/static/rocket-yellow.62d27e15.svg +1 -0
  339. package/dist/static/school-success-mini.f74a852f.gif +0 -0
  340. package/dist/static/school-success.f9669771.gif +0 -0
  341. package/dist/static/score.41971107.svg +1 -0
  342. package/dist/static/sequence-mode-segment-lottie.11ac49e9.json +1 -0
  343. package/dist/static/shared.3af01b49.png +0 -0
  344. package/dist/static/sheet-reference.9da7a09f.png +0 -0
  345. package/dist/static/silver-1.0396328a.json +4168 -0
  346. package/dist/static/silver-2.bf50615f.json +4433 -0
  347. package/dist/static/silver-3.13d66b84.json +4810 -0
  348. package/dist/static/skills.90ce4cbb.gif +0 -0
  349. package/dist/static/sleepy-boi.031a1165.json +1008 -0
  350. package/dist/static/smiley.49bb7d7c.svg +1 -0
  351. package/dist/static/speckie-wave.510639ce.gif +0 -0
  352. package/dist/static/spinner-white.639e0d87.json +122 -0
  353. package/dist/static/spiral_pattern.9fd3e6e9.png +0 -0
  354. package/dist/static/splash-screen.bbf567ce.json +2411 -0
  355. package/dist/static/star-orange-filled.a7ff9c8f.svg +1 -0
  356. package/dist/static/star-orange.a91a341f.svg +1 -0
  357. package/dist/static/star-with-green-fill.86877d41.svg +1 -0
  358. package/dist/static/stay-connected.371d3d9d.gif +0 -0
  359. package/dist/static/streak-green.b59bf4dd.svg +1 -0
  360. package/dist/static/streak-white.2cbdc9b8.svg +1 -0
  361. package/dist/static/student-avatar.524226bd.json +1 -0
  362. package/dist/static/table-mode-reveal.b44a82c3.json +1 -0
  363. package/dist/static/table-mode-star.b8a1d762.json +1 -0
  364. package/dist/static/table-segment-star.78e851d6.json +1 -0
  365. package/dist/static/target-achieved-text.053bd142.json +2830 -0
  366. package/dist/static/target-achieved-text.10db8475.json +1 -0
  367. package/dist/static/teacher-validation.7577ecdc.json +245 -0
  368. package/dist/static/tera-wave.2954a6a4.gif +0 -0
  369. package/dist/static/test-difficulty-easy.56df71dd.svg +1 -0
  370. package/dist/static/test-difficulty-hard.7250f1f4.svg +1 -0
  371. package/dist/static/test-difficulty-medium.2fd9686e.svg +1 -0
  372. package/dist/static/test-prep-mini.718e5734.gif +0 -0
  373. package/dist/static/test-prep.ea433f71.gif +0 -0
  374. package/dist/static/test.803d6036.json +1 -0
  375. package/dist/static/tetra.354ff2b9.png +0 -0
  376. package/dist/static/three-stars-filled.72b51f03.svg +1 -0
  377. package/dist/static/tick-green.a1654049.svg +1 -0
  378. package/dist/static/total-streak.d5ce7669.json +842 -0
  379. package/dist/static/total-time-spent.434005d3.json +200 -0
  380. package/dist/static/total-time.d979cbb9.json +24383 -0
  381. package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
  382. package/dist/static/track-progress.c75b1031.gif +0 -0
  383. package/dist/static/trophy-blue-filled.7e2b40ab.svg +1 -0
  384. package/dist/static/trophy-blue.e684ba4c.svg +1 -0
  385. package/dist/static/trophy-circle.b7b23e36.svg +1 -0
  386. package/dist/static/trophy-green.6c0741c8.svg +10 -0
  387. package/dist/static/two-stars-filled.a51a14b4.svg +1 -0
  388. package/dist/static/up-arrow.a6946bd3.svg +1 -0
  389. package/dist/static/user-crown-grid-background.c2875a73.svg +1 -0
  390. package/dist/static/user-down.a06f2f94.svg +1 -0
  391. package/dist/static/user-pin.5f334465.svg +1 -0
  392. package/dist/static/user-profile-background.199977a9.svg +1 -0
  393. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
  394. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
  395. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
  396. package/dist/static/user-up.2aecbbae.svg +1 -0
  397. package/dist/static/username.9e034d51.json +1 -0
  398. package/dist/static/video.b41451e2.json +1 -0
  399. package/dist/static/vinnie-wave.10734dd5.gif +0 -0
  400. package/dist/static/way-forward.1428093e.gif +0 -0
  401. package/dist/static/wow.864fbb02.png +0 -0
  402. package/dist/static/yellow-face.b7525a33.svg +1 -0
  403. package/dist/static/your-goals.63ffbee5.gif +0 -0
  404. package/dist/static/zodasa.336c3bb0.png +0 -0
  405. package/package.json +3 -2
@@ -0,0 +1 @@
1
+ <svg width="56" height="56" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23.3333" cy="30.7982" r="9.33333" fill="#FF884C"/><path d="M21.4819 16.334H26.1486V18.2007H21.4819V16.334Z" fill="#0D0D0D"/><path d="M19.1159 28.315L19.1409 26.3786L28.5907 26.5003L28.5658 28.4367L26.8604 28.4147L26.8145 31.6213C26.8099 31.9793 26.9776 32.3232 27.3531 32.3281C27.4783 32.3297 27.6353 32.2829 27.8085 32.2037L28.4578 34.0349C27.9077 34.2231 27.4216 34.2982 26.9836 34.2926C25.5442 34.274 24.7586 33.3037 24.7766 31.9043L24.8265 28.3885L22.7926 28.3623L22.7149 34.0423L20.681 34.0161L20.7587 28.3362L19.1159 28.315Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.2746 23.3346L15.9245 21.6846L16.9508 22.711C18.3584 21.4445 20.1181 20.5617 22.0653 20.2272V18.2008L25.5653 18.2008V20.2272C30.4019 21.0577 34.0822 25.2717 34.0822 30.3453C34.0822 36.0154 29.4856 40.612 23.8155 40.612C18.1454 40.612 13.5488 36.0154 13.5488 30.3453C13.5488 28.1564 14.2339 26.1275 15.4012 24.4612L14.2746 23.3346ZM23.8155 21.9453C19.1763 21.9453 15.4155 25.7061 15.4155 30.3453C15.4155 34.9845 19.1763 38.7453 23.8155 38.7453C28.4547 38.7453 32.2155 34.9845 32.2155 30.3453C32.2155 25.7061 28.4547 21.9453 23.8155 21.9453Z" fill="#0D0D0D"/><path d="M41.7277 24.2787L33.839 24.2787V22.412L41.7277 22.412V24.2787Z" fill="#0D0D0D"/><path d="M35.9035 28.9454H43.0901V27.0787H35.9035V28.9454Z" fill="#0D0D0D"/><path d="M43.0901 33.612H35.9035V31.7454H43.0901V33.612Z" fill="#0D0D0D"/><path d="M33.839 38.2787L41.7277 38.2787V36.412H33.839V38.2787Z" fill="#0D0D0D"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="112" height="112" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="112" height="112" rx="8" fill="#ECF8FF"/><rect x="13.4452" y="-0.471985" width="100" height="100" rx="7.14286" transform="rotate(8 13.4452 -0.471985)" fill="white"/><rect x="63.5497" y="55.9229" width="1.32878" height="23.6181" transform="rotate(30 63.5497 55.9229)" fill="#2B2B2B"/><path d="M87.9517 61.6768C88.631 62.5878 87.8574 63.8627 86.7357 63.6809L62.1086 59.6897L71.7785 42.941C72.2328 42.1542 73.344 42.089 73.8872 42.8173L87.9517 61.6768Z" fill="#0A80D5" stroke="black" stroke-width="1.26447"/><rect width="1.32878" height="23.6181" transform="matrix(-0.866025 0.5 0.5 0.866025 49.3628 56.1095)" fill="#2B2B2B"/><path d="M24.9669 61.8618C24.2876 62.7727 25.0612 64.0477 26.1829 63.8659L50.8099 59.8746L41.1401 43.126C40.6858 42.3391 39.5746 42.2739 39.0314 43.0023L24.9669 61.8618Z" fill="#FFBA07" stroke="black" stroke-width="1.26447"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="112" height="112" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="112" height="112" rx="8" fill="#FCF4E4"/><rect x="-0.472046" y="13.4449" width="100" height="100" rx="7.14286" transform="rotate(-8 -0.472046 13.4449)" fill="white"/><path d="M37.8891 26.9799C37.8891 34.0507 29.0002 40.1113 29.0002 40.1113C29.0002 40.1113 20.1113 34.0507 20.1113 26.9799C20.1113 24.5689 21.0478 22.2566 22.7148 20.5517C24.3818 18.8468 26.6427 17.889 29.0002 17.889C31.3577 17.889 33.6186 18.8468 35.2856 20.5517C36.9526 22.2566 37.8891 24.5689 37.8891 26.9799Z" stroke="#2B2B2B" stroke-width="2.22222" stroke-linecap="round" stroke-linejoin="round"/><path d="M29 30.111C30.8409 30.111 32.3333 28.6186 32.3333 26.7777C32.3333 24.9367 30.8409 23.4443 29 23.4443C27.159 23.4443 25.6666 24.9367 25.6666 26.7777C25.6666 28.6186 27.159 30.111 29 30.111Z" stroke="#2B2B2B" stroke-width="2.22222" stroke-linecap="round" stroke-linejoin="round"/><path d="M46 31H97.5" stroke="#FFCF56" stroke-width="2" stroke-dasharray="8 4"/><path d="M18 83H96.5" stroke="#FFCF56" stroke-width="2" stroke-dasharray="8 4"/><path d="M18 53H96.5" stroke="#FFCF56" stroke-width="2" stroke-dasharray="8 4"/><rect width="1.32878" height="23.6181" transform="matrix(-1 -8.74228e-08 -1.64851e-07 1 96.892 59.2881)" fill="#2B2B2B"/><path d="M72.8883 52.0719C71.8446 52.5211 71.877 54.0121 72.9393 54.4155L96.2626 63.2725L96.2626 43.9328C96.2626 43.0242 95.3329 42.4121 94.4983 42.7713L72.8883 52.0719Z" fill="#FFBA07" stroke="black" stroke-width="1.26447"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="112" height="112" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4371_104064)"><rect width="112" height="112" rx="8" fill="#FDEAFA"/><rect x="13.4452" y="-0.473022" width="100" height="100" rx="7.14286" transform="rotate(8 13.4452 -0.473022)" fill="white"/><circle cx="36" cy="35" r="15" fill="#0A80D5"/><path d="M41.5553 31.8334L33.9164 39.4723L30.4442 36" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M36 54.5833C31.7249 54.5833 27.5672 53.1844 24.1617 50.6C20.7561 48.0157 18.2898 44.3879 17.1392 40.2705C15.9887 36.1531 16.217 31.7723 17.7895 27.7969C19.362 23.8215 22.1921 20.4698 25.8479 18.2536C29.5037 16.0374 33.7843 15.0783 38.0363 15.5228C42.2882 15.9673 46.2779 17.791 49.3963 20.7155C52.5146 23.64 54.5904 27.5045 55.3066 31.7192C56.0228 35.9339 55.3401 40.2672 53.3628 44.0576" stroke="#2B2B2B" stroke-width="0.833333" stroke-linecap="round"/><circle cx="76" cy="76" r="15" fill="#ED6CEF"/><path d="M76 95.5833C71.273 95.5833 66.7056 93.8736 63.1405 90.7696C59.5755 87.6656 57.2535 83.3769 56.603 78.6949C55.9525 74.0129 57.0174 69.2536 59.6013 65.2954C62.1851 61.3371 66.1135 58.447 70.6615 57.1584" stroke="#2B2B2B" stroke-width="0.833333" stroke-linecap="round"/></g><defs><clipPath id="clip0_4371_104064"><rect width="112" height="112" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Mistake"><path id="Vector" d="M8.81221 4.34728L2.93026 14.1667C2.80899 14.3767 2.74483 14.6149 2.74415 14.8574C2.74347 15.0999 2.8063 15.3383 2.92639 15.549C3.04649 15.7597 3.21966 15.9353 3.42867 16.0583C3.63769 16.1813 3.87526 16.2474 4.11776 16.2501H15.8817C16.1242 16.2474 16.3617 16.1813 16.5707 16.0583C16.7798 15.9353 16.9529 15.7597 17.073 15.549C17.1931 15.3383 17.256 15.0999 17.2553 14.8574C17.2546 14.6149 17.1904 14.3767 17.0692 14.1667L11.1872 4.34728C11.0634 4.14319 10.8891 3.97445 10.6811 3.85734C10.4731 3.74023 10.2384 3.67871 9.99971 3.67871C9.761 3.67871 9.52633 3.74023 9.31832 3.85734C9.11032 3.97445 8.93601 4.14319 8.81221 4.34728Z" fill="#FF7E3B" stroke="#2B2B2B" stroke-width="1.38889" stroke-linecap="square" stroke-linejoin="round"/><path id="Vector_2" d="M10 7.91602V10.6938" stroke="#2B2B2B" stroke-width="1.38889" stroke-linecap="square" stroke-linejoin="round"/><path id="Vector_3" d="M10 13.4727H10.0069" stroke="#2B2B2B" stroke-width="1.38889" stroke-linecap="square" stroke-linejoin="round"/></g></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg width="180" height="56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_7566_33852)"><path d="M52.5388 9.43741C52.5268 9.30541 52.5148 9.17341 52.5148 9.02941C52.5148 7.75741 53.2228 6.29341 55.4428 6.29341C57.6268 6.29341 58.2988 7.79341 58.2988 8.78941C58.2988 11.1774 55.9708 10.9254 55.9708 12.3414V12.5574H54.5908V12.3414C54.5908 9.98941 56.8708 10.5294 56.8828 8.86141C56.8828 8.18941 56.4628 7.56541 55.3948 7.56541C54.3148 7.56541 53.8708 8.30941 53.8708 9.10141C53.8708 9.25741 53.8948 9.40141 53.9188 9.54541L52.5388 9.43741ZM54.4348 14.0934C54.4348 13.6374 54.8188 13.2654 55.3108 13.2654C55.7668 13.2654 56.1388 13.6374 56.1388 14.0934C56.1388 14.5854 55.7668 14.9694 55.3108 14.9694C54.8188 14.9694 54.4348 14.5854 54.4348 14.0934Z" fill="white" fill-opacity="0.6"/><path d="M28.5584 1.97953C28.5464 1.84753 28.5344 1.71553 28.5344 1.57153C28.5344 0.299527 29.2424 -1.16447 31.4624 -1.16447C33.6464 -1.16447 34.3184 0.335527 34.3184 1.33153C34.3184 3.71953 31.9904 3.46753 31.9904 4.88353V5.09953H30.6104V4.88353C30.6104 2.53153 32.8904 3.07153 32.9024 1.40353C32.9024 0.731527 32.4824 0.107527 31.4144 0.107527C30.3344 0.107527 29.8904 0.851527 29.8904 1.64353C29.8904 1.79953 29.9144 1.94353 29.9384 2.08753L28.5584 1.97953ZM30.4544 6.63553C30.4544 6.17953 30.8384 5.80753 31.3304 5.80753C31.7864 5.80753 32.1584 6.17953 32.1584 6.63553C32.1584 7.12753 31.7864 7.51153 31.3304 7.51153C30.8384 7.51153 30.4544 7.12753 30.4544 6.63553Z" fill="white" fill-opacity="0.6"/><path d="M2.11111 7.59647C2.09911 7.46447 2.08711 7.33247 2.08711 7.18847C2.08711 5.91647 2.79511 4.45247 5.01511 4.45247C7.19911 4.45247 7.87111 5.95247 7.87111 6.94847C7.87111 9.33647 5.54311 9.08447 5.54311 10.5005V10.7165H4.16311V10.5005C4.16311 8.14847 6.44311 8.68847 6.45511 7.02047C6.45511 6.34847 6.03511 5.72447 4.96711 5.72447C3.88711 5.72447 3.44311 6.46847 3.44311 7.26047C3.44311 7.41647 3.46711 7.56047 3.49111 7.70447L2.11111 7.59647ZM4.00711 12.2525C4.00711 11.7965 4.39111 11.4245 4.88311 11.4245C5.33911 11.4245 5.71111 11.7965 5.71111 12.2525C5.71111 12.7445 5.33911 13.1285 4.88311 13.1285C4.39111 13.1285 4.00711 12.7445 4.00711 12.2525Z" fill="white" fill-opacity="0.6"/><path d="M2.53884 32.1374C2.52684 32.0054 2.51484 31.8734 2.51484 31.7294C2.51484 30.4574 3.22284 28.9934 5.44284 28.9934C7.62684 28.9934 8.29884 30.4934 8.29884 31.4894C8.29884 33.8774 5.97084 33.6254 5.97084 35.0414V35.2574H4.59084V35.0414C4.59084 32.6894 6.87084 33.2294 6.88284 31.5614C6.88284 30.8894 6.46284 30.2654 5.39484 30.2654C4.31484 30.2654 3.87084 31.0094 3.87084 31.8014C3.87084 31.9574 3.89484 32.1014 3.91884 32.2454L2.53884 32.1374ZM4.43484 36.7934C4.43484 36.3374 4.81884 35.9654 5.31084 35.9654C5.76684 35.9654 6.13884 36.3374 6.13884 36.7934C6.13884 37.2854 5.76684 37.6694 5.31084 37.6694C4.81884 37.6694 4.43484 37.2854 4.43484 36.7934Z" fill="white" fill-opacity="0.6"/><path d="M21.0183 50.064C21.0063 49.932 20.9943 49.8 20.9943 49.656C20.9943 48.384 21.7023 46.92 23.9223 46.92C26.1063 46.92 26.7783 48.42 26.7783 49.416C26.7783 51.804 24.4503 51.552 24.4503 52.968V53.184H23.0703V52.968C23.0703 50.616 25.3503 51.156 25.3623 49.488C25.3623 48.816 24.9423 48.192 23.8743 48.192C22.7943 48.192 22.3503 48.936 22.3503 49.728C22.3503 49.884 22.3743 50.028 22.3983 50.172L21.0183 50.064ZM22.9143 54.72C22.9143 54.264 23.2983 53.892 23.7903 53.892C24.2463 53.892 24.6183 54.264 24.6183 54.72C24.6183 55.212 24.2463 55.596 23.7903 55.596C23.2983 55.596 22.9143 55.212 22.9143 54.72Z" fill="white" fill-opacity="0.6"/><path d="M58.1111 47.4981C58.0991 47.3661 58.0871 47.2341 58.0871 47.0901C58.0871 45.8181 58.7951 44.3541 61.0151 44.3541C63.1991 44.3541 63.8711 45.8541 63.8711 46.8501C63.8711 49.2381 61.5431 48.9861 61.5431 50.4021V50.6181H60.1631V50.4021C60.1631 48.0501 62.4431 48.5901 62.4551 46.9221C62.4551 46.2501 62.0351 45.6261 60.9671 45.6261C59.8871 45.6261 59.4431 46.3701 59.4431 47.1621C59.4431 47.3181 59.4671 47.4621 59.4911 47.6061L58.1111 47.4981ZM60.0071 52.1541C60.0071 51.6981 60.3911 51.3261 60.8831 51.3261C61.3391 51.3261 61.7111 51.6981 61.7111 52.1541C61.7111 52.6461 61.3391 53.0301 60.8831 53.0301C60.3911 53.0301 60.0071 52.6461 60.0071 52.1541Z" fill="white" fill-opacity="0.6"/><path d="M90.5388 26.564C90.5268 26.432 90.5148 26.3 90.5148 26.156C90.5148 24.884 91.2228 23.42 93.4428 23.42C95.6268 23.42 96.2988 24.92 96.2988 25.916C96.2988 28.304 93.9708 28.052 93.9708 29.468V29.684H92.5908V29.468C92.5908 27.116 94.8708 27.656 94.8828 25.988C94.8828 25.316 94.4628 24.692 93.3948 24.692C92.3148 24.692 91.8708 25.436 91.8708 26.228C91.8708 26.384 91.8948 26.528 91.9188 26.672L90.5388 26.564ZM92.4348 31.22C92.4348 30.764 92.8188 30.392 93.3108 30.392C93.7668 30.392 94.1388 30.764 94.1388 31.22C94.1388 31.712 93.7668 32.096 93.3108 32.096C92.8188 32.096 92.4348 31.712 92.4348 31.22Z" fill="white" fill-opacity="0.6"/><path d="M79.4021 1.97953C79.3901 1.84753 79.3781 1.71553 79.3781 1.57153C79.3781 0.299527 80.0861 -1.16447 82.3061 -1.16447C84.4901 -1.16447 85.1621 0.335527 85.1621 1.33153C85.1621 3.71953 82.8341 3.46753 82.8341 4.88353V5.09953H81.4541V4.88353C81.4541 2.53153 83.7341 3.07153 83.7461 1.40353C83.7461 0.731527 83.3261 0.107527 82.2581 0.107527C81.1781 0.107527 80.7341 0.851527 80.7341 1.64353C80.7341 1.79953 80.7581 1.94353 80.7821 2.08753L79.4021 1.97953ZM81.2981 6.63553C81.2981 6.17953 81.6821 5.80753 82.1741 5.80753C82.6301 5.80753 83.0021 6.17953 83.0021 6.63553C83.0021 7.12753 82.6301 7.51153 82.1741 7.51153C81.6821 7.51153 81.2981 7.12753 81.2981 6.63553Z" fill="white" fill-opacity="0.6"/><path d="M106.265 9.43741C106.253 9.30541 106.241 9.17341 106.241 9.02941C106.241 7.75741 106.949 6.29341 109.169 6.29341C111.353 6.29341 112.025 7.79341 112.025 8.78941C112.025 11.1774 109.697 10.9254 109.697 12.3414V12.5574H108.317V12.3414C108.317 9.98941 110.597 10.5294 110.609 8.86141C110.609 8.18941 110.189 7.56541 109.121 7.56541C108.041 7.56541 107.597 8.30941 107.597 9.10141C107.597 9.25741 107.621 9.40141 107.645 9.54541L106.265 9.43741ZM108.161 14.0934C108.161 13.6374 108.545 13.2654 109.037 13.2654C109.493 13.2654 109.865 13.6374 109.865 14.0934C109.865 14.5854 109.493 14.9694 109.037 14.9694C108.545 14.9694 108.161 14.5854 108.161 14.0934Z" fill="white" fill-opacity="0.6"/><path d="M97.1111 47.4981C97.0991 47.3661 97.0871 47.2341 97.0871 47.0901C97.0871 45.8181 97.7951 44.3541 100.015 44.3541C102.199 44.3541 102.871 45.8541 102.871 46.8501C102.871 49.2381 100.543 48.9861 100.543 50.4021V50.6181H99.1631V50.4021C99.1631 48.0501 101.443 48.5901 101.455 46.9221C101.455 46.2501 101.035 45.6261 99.9671 45.6261C98.8871 45.6261 98.4431 46.3701 98.4431 47.1621C98.4431 47.3181 98.4671 47.4621 98.4911 47.6061L97.1111 47.4981ZM99.0071 52.1541C99.0071 51.6981 99.3911 51.3261 99.8831 51.3261C100.339 51.3261 100.711 51.6981 100.711 52.1541C100.711 52.6461 100.339 53.0301 99.8831 53.0301C99.3911 53.0301 99.0071 52.6461 99.0071 52.1541Z" fill="white" fill-opacity="0.6"/><path d="M124.336 26.564C124.324 26.432 124.312 26.3 124.312 26.156C124.312 24.884 125.02 23.42 127.24 23.42C129.424 23.42 130.096 24.92 130.096 25.916C130.096 28.304 127.768 28.052 127.768 29.468V29.684H126.388V29.468C126.388 27.116 128.668 27.656 128.68 25.988C128.68 25.316 128.26 24.692 127.192 24.692C126.112 24.692 125.668 25.436 125.668 26.228C125.668 26.384 125.692 26.528 125.716 26.672L124.336 26.564ZM126.232 31.22C126.232 30.764 126.616 30.392 127.108 30.392C127.564 30.392 127.936 30.764 127.936 31.22C127.936 31.712 127.564 32.096 127.108 32.096C126.616 32.096 126.232 31.712 126.232 31.22Z" fill="white" fill-opacity="0.6"/><path d="M138.438 4.064C138.426 3.932 138.414 3.8 138.414 3.656C138.414 2.384 139.122 0.92 141.342 0.92C143.526 0.92 144.198 2.42 144.198 3.416C144.198 5.804 141.87 5.552 141.87 6.968V7.184H140.49V6.968C140.49 4.616 142.77 5.156 142.782 3.488C142.782 2.816 142.362 2.192 141.294 2.192C140.214 2.192 139.77 2.936 139.77 3.728C139.77 3.884 139.794 4.028 139.818 4.172L138.438 4.064ZM140.334 8.72C140.334 8.264 140.718 7.892 141.21 7.892C141.666 7.892 142.038 8.264 142.038 8.72C142.038 9.212 141.666 9.596 141.21 9.596C140.718 9.596 140.334 9.212 140.334 8.72Z" fill="white" fill-opacity="0.6"/><path d="M128.111 47.4981C128.099 47.3661 128.087 47.2341 128.087 47.0901C128.087 45.8181 128.795 44.3541 131.015 44.3541C133.199 44.3541 133.871 45.8541 133.871 46.8501C133.871 49.2381 131.543 48.9861 131.543 50.4021V50.6181H130.163V50.4021C130.163 48.0501 132.443 48.5901 132.455 46.9221C132.455 46.2501 132.035 45.6261 130.967 45.6261C129.887 45.6261 129.443 46.3701 129.443 47.1621C129.443 47.3181 129.467 47.4621 129.491 47.6061L128.111 47.4981ZM130.007 52.1541C130.007 51.6981 130.391 51.3261 130.883 51.3261C131.339 51.3261 131.711 51.6981 131.711 52.1541C131.711 52.6461 131.339 53.0301 130.883 53.0301C130.391 53.0301 130.007 52.6461 130.007 52.1541Z" fill="white" fill-opacity="0.6"/><path d="M154.64 25.564C154.628 25.432 154.616 25.3 154.616 25.156C154.616 23.884 155.324 22.42 157.544 22.42C159.728 22.42 160.4 23.92 160.4 24.916C160.4 27.304 158.072 27.052 158.072 28.468V28.684H156.692V28.468C156.692 26.116 158.972 26.656 158.984 24.988C158.984 24.316 158.564 23.692 157.496 23.692C156.416 23.692 155.972 24.436 155.972 25.228C155.972 25.384 155.996 25.528 156.02 25.672L154.64 25.564ZM156.536 30.22C156.536 29.764 156.92 29.392 157.412 29.392C157.868 29.392 158.24 29.764 158.24 30.22C158.24 30.712 157.868 31.096 157.412 31.096C156.92 31.096 156.536 30.712 156.536 30.22Z" fill="white" fill-opacity="0.6"/><path d="M168.611 9.59647C168.599 9.46447 168.587 9.33247 168.587 9.18847C168.587 7.91647 169.295 6.45247 171.515 6.45247C173.699 6.45247 174.371 7.95247 174.371 8.94847C174.371 11.3365 172.043 11.0845 172.043 12.5005V12.7165H170.663V12.5005C170.663 10.1485 172.943 10.6885 172.955 9.02047C172.955 8.34847 172.535 7.72447 171.467 7.72447C170.387 7.72447 169.943 8.46847 169.943 9.26047C169.943 9.41647 169.967 9.56047 169.991 9.70447L168.611 9.59647ZM170.507 14.2525C170.507 13.7965 170.891 13.4245 171.383 13.4245C171.839 13.4245 172.211 13.7965 172.211 14.2525C172.211 14.7445 171.839 15.1285 171.383 15.1285C170.891 15.1285 170.507 14.7445 170.507 14.2525Z" fill="white" fill-opacity="0.6"/><path d="M164.224 48.064C164.212 47.932 164.2 47.8 164.2 47.656C164.2 46.384 164.908 44.92 167.128 44.92C169.312 44.92 169.984 46.42 169.984 47.416C169.984 49.804 167.656 49.552 167.656 50.968V51.184H166.276V50.968C166.276 48.616 168.556 49.156 168.568 47.488C168.568 46.816 168.148 46.192 167.08 46.192C166 46.192 165.556 46.936 165.556 47.728C165.556 47.884 165.58 48.028 165.604 48.172L164.224 48.064ZM166.12 52.72C166.12 52.264 166.504 51.892 166.996 51.892C167.452 51.892 167.824 52.264 167.824 52.72C167.824 53.212 167.452 53.596 166.996 53.596C166.504 53.596 166.12 53.212 166.12 52.72Z" fill="white" fill-opacity="0.6"/></g><defs><clipPath id="clip0_7566_33852"><rect width="180" height="56" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="180" height="56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_7566_33818)"><path d="M18.8185 -172L19.9177 -146.875L27.5594 27.7999L50.4003 -145.577L53.6808 -170.478L27.594 27.8044L87.7491 -162.925L80.2123 -139.014L27.6273 27.8149L108.413 -127.341L119.988 -149.571L27.6582 27.831L149.419 -130.822L134.157 -110.929L27.6859 27.8523L156.665 -90.315L175.146 -107.247L27.7095 27.878L196.39 -79.5623L175.282 -66.1126L27.7282 27.9074L189.412 -39.0477L212.502 -48.6097L27.7416 27.9397L222.996 -15.3292L198.599 -9.9184L27.7491 27.9738L202.558 20.3567L227.551 19.2677L27.7507 28.0086L226.028 54.13L201.248 50.8698L27.7461 28.0432L194.667 80.6891L218.476 88.1983L27.7356 28.0765L205.122 120.438L182.966 108.906L27.7195 28.1074L166.533 134.642L186.372 149.868L27.6983 28.1351L162.797 175.596L145.89 157.148L27.6725 28.1587L121.676 175.742L135.113 196.839L27.6431 28.1774L104.16 212.952L94.5908 189.855L27.6109 28.1908L65.4658 199.014L70.8798 223.445L27.5768 28.1983L36.2829 228L35.187 202.95L27.5419 28.1999L4.69562 201.618L1.42056 226.478L27.5073 28.1953L-32.6478 218.925L-25.1125 195.019L27.474 28.1848L-53.2978 183.313L-64.887 205.571L27.4431 28.1687L-94.3175 186.822L-79.0156 166.876L27.4154 28.1475L-101.491 146.248L-120.045 163.247L27.3918 28.1217L-141.288 135.562L-120.072 122.043L27.3731 28.0923L-134.168 94.9883L-157.401 104.609L27.3597 28.0601L-167.894 71.329L-143.326 65.88L27.3522 28.026L-147.265 35.6347L-172.449 36.7321L27.3507 27.9911L-170.927 1.86978L-145.946 5.15637L27.3552 27.9566L-139.369 -24.6273L-163.374 -32.1985L27.3657 27.9233L-150.02 -64.4378L-127.684 -52.8124L27.3818 27.8923L-111.277 -78.5234L-131.271 -93.8683L27.4031 27.8646L-107.696 -119.596L-90.6665 -101.015L27.4288 27.841L-66.4876 -119.606L-80.0116 -140.839L27.4582 27.8223L-49.0589 -156.952L-39.4372 -133.729L27.4905 27.809L-10.3412 -142.909L-15.7785 -167.445L27.5245 27.8014L18.8185 -172Z" fill="white" fill-opacity="0.38"/><path d="M27.6483 -147.042C25.0579 -147.042 22.4806 -146.986 19.9177 -146.875L27.5594 27.7999L50.4003 -145.577C42.953 -146.544 35.3589 -147.042 27.6483 -147.042Z" fill="white" fill-opacity="0.38"/><path d="M80.2123 -139.014L27.6273 27.8149L108.413 -127.341C99.4406 -132.014 90.0122 -135.933 80.2123 -139.014Z" fill="white" fill-opacity="0.38"/><path d="M134.157 -110.929L27.6859 27.8523L156.665 -90.315C149.779 -97.818 142.247 -104.719 134.157 -110.929Z" fill="white" fill-opacity="0.38"/><path d="M175.282 -66.1126L27.7282 27.9074L189.412 -39.0477C185.481 -48.5177 180.742 -57.5679 175.282 -66.1126Z" fill="white" fill-opacity="0.38"/><path d="M198.599 -9.9184L27.7491 27.9738L202.558 20.3567C202.112 10.0067 200.767 -0.110352 198.599 -9.9184Z" fill="white" fill-opacity="0.38"/><path d="M194.667 80.6891C197.693 71.0805 199.913 61.1143 201.248 50.8698L27.7461 28.0432L194.667 80.6891Z" fill="white" fill-opacity="0.38"/><path d="M182.966 108.906L27.7195 28.1074L166.533 134.642C172.725 126.589 178.231 117.981 182.966 108.906Z" fill="white" fill-opacity="0.38"/><path d="M145.89 157.148L27.6725 28.1587L121.676 175.742C130.289 170.248 138.39 164.02 145.89 157.148Z" fill="white" fill-opacity="0.38"/><path d="M94.5908 189.855L27.6109 28.1908L65.4658 199.014C75.526 196.799 85.2617 193.718 94.5908 189.855Z" fill="white" fill-opacity="0.38"/><path d="M4.69562 201.618C12.2071 202.601 19.8684 203.109 27.6483 203.109C30.174 203.109 32.6873 203.055 35.187 202.95L27.5419 28.1999L4.69562 201.618Z" fill="white" fill-opacity="0.38"/><path d="M-25.1125 195.019L27.474 28.1848L-53.2978 183.313C-44.3309 187.997 -34.9078 191.927 -25.1125 195.019Z" fill="white" fill-opacity="0.38"/><path d="M-79.0156 166.876L27.4154 28.1475L-101.491 146.248C-94.6161 153.755 -87.0948 160.66 -79.0156 166.876Z" fill="white" fill-opacity="0.38"/><path d="M-120.072 122.043L27.3731 28.0923L-134.168 94.9883C-130.247 104.454 -125.52 113.501 -120.072 122.043Z" fill="white" fill-opacity="0.38"/><path d="M-143.326 65.88L27.3522 28.026L-147.265 35.6347C-146.824 45.974 -145.485 56.081 -143.326 65.88Z" fill="white" fill-opacity="0.38"/><path d="M-145.946 5.15637L27.3552 27.9566L-139.369 -24.6273C-142.392 -15.0298 -144.611 -5.07559 -145.946 5.15637Z" fill="white" fill-opacity="0.38"/><path d="M-127.684 -52.8124L27.3818 27.8923L-111.277 -78.5234C-117.458 -70.4765 -122.956 -61.8773 -127.684 -52.8124Z" fill="white" fill-opacity="0.38"/><path d="M-90.6665 -101.015L27.4288 27.841L-66.4876 -119.606C-75.0886 -114.111 -83.1774 -107.885 -90.6665 -101.015Z" fill="white" fill-opacity="0.38"/><path d="M-39.4372 -133.729L27.4905 27.809L-10.3412 -142.909C-20.3918 -140.685 -30.1177 -137.598 -39.4372 -133.729Z" fill="white" fill-opacity="0.38"/></g><defs><clipPath id="clip0_7566_33818"><rect width="180" height="56" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="180" height="56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_7566_33822)"><path d="M147.552 -36C182.898 -35.9997 211.552 -7.34595 211.552 28C211.552 63.3461 182.898 91.9997 147.552 92C112.206 92 83.5508 63.3462 83.5508 28C83.5509 -7.34611 112.206 -36 147.552 -36ZM147.461 -24C118.742 -24 95.4611 -0.718697 95.4609 28C95.4609 56.7188 118.742 80 147.461 80C176.18 80 199.461 56.7188 199.461 28C199.461 -0.718697 176.18 -24 147.461 -24Z" fill="white" fill-opacity="0.38"/><path d="M147.551 -12C169.642 -12 187.551 5.90861 187.551 28C187.551 50.0914 169.642 68 147.551 68C125.459 68 107.551 50.0914 107.551 28C107.551 5.90861 125.459 -12 147.551 -12ZM147.551 0C132.087 3.33786e-05 119.551 12.536 119.551 28C119.551 43.464 132.087 56 147.551 56C163.015 56 175.551 43.464 175.551 28C175.551 12.536 163.015 0 147.551 0Z" fill="white" fill-opacity="0.38"/><path d="M147.551 12C156.387 12 163.551 19.1634 163.551 28C163.551 36.8366 156.387 44 147.551 44C138.714 44 131.551 36.8365 131.551 28C131.551 19.1635 138.714 12 147.551 12ZM147.551 20.834C143.593 20.834 140.385 24.0422 140.385 28C140.385 31.9577 143.593 35.166 147.551 35.166C151.509 35.166 154.717 31.9578 154.717 28C154.717 24.0422 151.509 20.834 147.551 20.834Z" fill="white" fill-opacity="0.38"/></g><defs><clipPath id="clip0_7566_33822"><rect width="180" height="56" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="180" height="56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_7566_33897)"><path d="M55 -1C59.9706 -1 64 3.02944 64 8C64 12.9705 59.9705 17 55 17C52.2253 17 49.7447 15.7436 48.0938 13.7695L28.9082 30.1133L41.3926 45.7891C42.3157 45.2857 43.3745 45 44.5 45C48.0899 45 51 47.9101 51 51.5C51 55.0898 48.0898 58 44.5 58C40.9102 58 38 55.0898 38 51.5C38 49.7578 38.6858 48.1759 39.8018 47.0088L26.8916 30.8281L4.15039 21.207C2.7732 24.0439 -0.134695 26 -3.5 26C-8.1944 26 -12 22.1944 -12 17.5C-12 12.8056 -8.19442 9 -3.5 9C1.19442 9 5 12.8056 5 17.5C5 18.1219 4.93051 18.7276 4.80371 19.3115L27.3203 28.8379L46.9824 12.0879C46.3556 10.861 46 9.47231 46 8C46 3.02944 50.0294 -1 55 -1Z" fill="white" fill-opacity="0.6"/><path d="M170.329 -0.575177C171.8 -1.36207 173.631 -0.806954 174.418 0.664453C174.767 1.31796 174.85 2.04195 174.708 2.71428L179.435 4.64462C179.697 4.04252 180.155 3.5203 180.779 3.18656C182.25 2.39967 184.082 2.95431 184.869 4.42573C185.656 5.89733 185.1 7.72851 183.628 8.51545C182.675 9.02522 181.572 8.9687 180.699 8.46733L177.797 12.0447C178.03 12.271 178.234 12.5366 178.395 12.8387C179.233 14.4064 178.642 16.3566 177.075 17.195C175.507 18.0333 173.557 17.442 172.719 15.8744C171.88 14.3067 172.471 12.3565 174.039 11.5182C175.01 10.9991 176.126 11.0296 177.036 11.4993L179.971 7.8822C179.807 7.7017 179.659 7.5006 179.539 7.27582C179.255 6.74523 179.149 6.168 179.194 5.60979L174.348 3.63116C174.076 4.08962 173.683 4.48401 173.178 4.75371C171.707 5.54051 169.876 4.98562 169.089 3.51408C168.302 2.04259 168.857 0.211769 170.329 -0.575177Z" fill="white" fill-opacity="0.6"/><path d="M139.712 31.0202C137.602 31.0125 135.884 32.7176 135.876 34.8281C135.869 36.9387 137.573 38.6562 139.684 38.6639C140.593 38.6672 141.429 38.3521 142.087 37.8241L147.499 43.3055C146.942 43.9668 146.605 44.8193 146.601 45.7512C146.6 46.031 146.631 46.3035 146.687 46.5663L141.778 48.3273C141.132 46.9427 139.729 45.9812 138.1 45.9753C135.852 45.9673 134.023 47.7829 134.014 50.0312C134.006 52.2797 135.823 54.1099 138.071 54.1181C140.319 54.1261 142.149 52.3096 142.157 50.0613C142.158 49.7901 142.132 49.5251 142.082 49.2686L147.015 47.4919C147.644 48.7299 148.925 49.5806 150.409 49.5861C152.02 49.5919 153.402 48.6006 153.969 47.1923L160.118 49.4142C160.085 49.6249 160.068 49.8408 160.068 50.0608C160.076 52.3093 161.906 54.1255 164.154 54.1174C166.403 54.1091 168.219 52.2798 168.211 50.0313C168.203 47.783 166.373 45.9668 164.125 45.9748C162.444 45.9809 161.005 47.0046 160.389 48.4601L154.216 46.2383C154.234 46.0878 154.245 45.9346 154.245 45.7792C154.248 45.0969 154.07 44.4557 153.759 43.9001L159.963 37.6744C160.644 38.2918 161.549 38.6677 162.541 38.6641C164.651 38.6565 166.356 36.9387 166.348 34.828C166.34 32.7176 164.624 31.013 162.513 31.0206C160.403 31.0283 158.698 32.7453 158.706 34.8557C158.708 35.6354 158.945 36.3597 159.348 36.9628L153.242 43.1842C152.546 42.425 151.548 41.9474 150.437 41.9433C149.576 41.9402 148.781 42.2218 148.14 42.6997L142.743 37.1509C143.227 36.513 143.517 35.7186 143.52 34.856C143.528 32.7455 141.823 31.028 139.712 31.0202Z" fill="white" fill-opacity="0.6"/><path d="M99.3284 23.5987C98.1233 20.9351 99.3058 17.7983 101.969 16.5932C102.96 16.1449 104.016 16.0284 105.014 16.1942L108.903 6.08682C108.061 5.55321 107.359 4.77649 106.917 3.80001C105.712 1.13644 106.894 -2.00036 109.558 -3.20548C112.222 -4.41051 115.357 -3.22761 116.563 -0.564087C117.387 1.25783 117.094 3.30067 115.974 4.7955L121.073 10.0282C121.334 9.8517 121.613 9.69368 121.91 9.55933C124.748 8.27566 128.088 9.53508 129.372 12.3723C130.656 15.2098 129.397 18.551 126.559 19.8349C123.722 21.1187 120.38 19.8589 119.096 17.0214C118.251 15.1513 118.511 13.0632 119.598 11.4889L114.491 6.13875C114.31 6.24884 114.12 6.35042 113.922 6.44011C112.888 6.90794 111.783 7.01527 110.747 6.81654L107.012 16.9636C107.843 17.4967 108.536 18.2675 108.974 19.2346C110.179 21.8981 108.997 25.0337 106.333 26.2388C103.67 27.4439 100.534 26.262 99.3284 23.5987Z" fill="white" fill-opacity="0.6"/></g><defs><clipPath id="clip0_7566_33897"><rect width="180" height="56" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="180" height="56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_7566_33873)"><path d="M173.75 35.5C173.75 36.6835 174.718 37.6428 175.913 37.6428V43H181.32C181.32 41.8165 182.288 40.8571 183.483 40.8571C184.677 40.8571 185.645 41.8165 185.645 43L191.052 43V37.6428C189.858 37.6428 188.89 36.6835 188.89 35.5C188.89 34.3165 189.858 33.3571 191.052 33.3571V28L185.645 28C185.645 29.1834 184.677 30.1428 183.483 30.1428C182.288 30.1428 181.32 29.1834 181.32 28H175.913V33.3571C174.718 33.3571 173.75 34.3165 173.75 35.5Z" fill="white" fill-opacity="0.6"/><path d="M191.052 -2H175.913V3.35714C177.107 3.35714 178.076 4.31653 178.076 5.5C178.076 6.68346 177.107 7.64285 175.913 7.64285V13L181.32 13C181.32 14.1835 182.288 15.1428 183.483 15.1428C184.677 15.1428 185.645 14.1835 185.645 13L191.052 13V-2Z" fill="white" fill-opacity="0.6"/><path d="M166.18 28C166.18 26.8165 167.149 25.8571 168.343 25.8571C169.538 25.8571 170.506 26.8165 170.506 28H175.913V22.6428C174.718 22.6428 173.75 21.6834 173.75 20.5C173.75 19.3165 174.718 18.3571 175.913 18.3571V13L170.506 13C170.506 14.1835 169.538 15.1428 168.343 15.1428C167.149 15.1428 166.18 14.1835 166.18 13H160.773V18.3571C159.579 18.3571 158.611 19.3165 158.611 20.5C158.611 21.6834 159.579 22.6428 160.773 22.6428V28H166.18Z" fill="white" fill-opacity="0.6"/><path d="M160.773 58H175.913V52.6428C177.107 52.6428 178.076 51.6834 178.076 50.5C178.076 49.3165 177.107 48.3571 175.913 48.3571V43H170.506C170.506 44.1834 169.538 45.1428 168.343 45.1428C167.149 45.1428 166.18 44.1834 166.18 43H160.773V48.3571C159.579 48.3571 158.611 49.3165 158.611 50.5C158.611 51.6834 159.579 52.6428 160.773 52.6428V58Z" fill="white" fill-opacity="0.6"/><path d="M160.773 -2H145.634V3.35714C144.439 3.35714 143.471 4.31653 143.471 5.5C143.471 6.68346 144.439 7.64285 145.634 7.64285V13H151.041C151.041 11.8165 152.009 10.8571 153.204 10.8571C154.398 10.8571 155.366 11.8165 155.366 13H160.773V7.64285C161.968 7.64285 162.936 6.68346 162.936 5.5C162.936 4.31653 161.968 3.35714 160.773 3.35714V-2Z" fill="white" fill-opacity="0.6"/><path d="M130.494 58H145.634V52.6428C144.439 52.6428 143.471 51.6834 143.471 50.5C143.471 49.3165 144.439 48.3571 145.634 48.3571V43H140.227C140.227 41.8165 139.258 40.8571 138.064 40.8571C136.87 40.8571 135.901 41.8165 135.901 43H130.494V48.3571C131.689 48.3571 132.657 49.3165 132.657 50.5C132.657 51.6834 131.689 52.6428 130.494 52.6428V58Z" fill="white" fill-opacity="0.6"/><path d="M117.518 35.5C117.518 36.6835 116.549 37.6428 115.355 37.6428V43L120.762 43C120.762 44.1834 121.73 45.1428 122.924 45.1428C124.119 45.1428 125.087 44.1834 125.087 43H130.494V28H125.087C125.087 26.8165 124.119 25.8571 122.924 25.8571C121.73 25.8571 120.762 26.8165 120.762 28L115.355 28V33.3571C116.549 33.3571 117.518 34.3165 117.518 35.5Z" fill="white" fill-opacity="0.6"/><path d="M115.355 -2L100.215 -1.99996V3.35714C99.0207 3.35714 98.0524 4.31653 98.0524 5.5C98.0524 6.68346 99.0207 7.64285 100.215 7.64285V13L105.622 13C105.622 11.8165 106.59 10.8571 107.785 10.8571C108.979 10.8571 109.948 11.8165 109.948 13H115.355V7.64285C116.549 7.64285 117.518 6.68346 117.518 5.5C117.518 4.31653 116.549 3.35714 115.355 3.35714V-2Z" fill="white" fill-opacity="0.6"/><path d="M71.378 43V58H86.5175V52.6429C85.323 52.6429 84.3547 51.6835 84.3547 50.5C84.3547 49.3165 85.323 48.3572 86.5175 48.3572V43H81.1105C81.1105 41.8165 80.1422 40.8572 78.9477 40.8572C77.7533 40.8572 76.7849 41.8165 76.7849 43L71.378 43Z" fill="white" fill-opacity="0.6"/><path d="M59.9361 -1.99996H44.7966V3.35718C43.6021 3.35718 42.6338 4.31657 42.6338 5.50004C42.6338 6.6835 43.6021 7.64289 44.7966 7.64289V13H50.2036C50.2036 11.8166 51.1719 10.8572 52.3664 10.8572C53.5608 10.8572 54.5291 11.8166 54.5291 13H59.9361V7.64289C61.1306 7.64289 62.0989 6.6835 62.0989 5.50004C62.0989 4.31657 61.1306 3.35718 59.9361 3.35718V-1.99996Z" fill="white" fill-opacity="0.6"/><path d="M147.797 35.5C147.797 36.6835 146.828 37.6428 145.634 37.6428V43H151.041C151.041 44.1834 152.009 45.1428 153.204 45.1428C154.398 45.1428 155.366 44.1834 155.366 43H160.773V37.6428C161.968 37.6428 162.936 36.6835 162.936 35.5C162.936 34.3165 161.968 33.3571 160.773 33.3571V28H155.366C155.366 26.8165 154.398 25.8571 153.204 25.8571C152.009 25.8571 151.041 26.8165 151.041 28H145.634V33.3571C146.828 33.3571 147.797 34.3165 147.797 35.5Z" fill="white" fill-opacity="0.6"/><path d="M196.407 28C196.407 26.8165 197.376 25.8571 198.57 25.8571C199.765 25.8571 200.733 26.8165 200.733 28H206.14V22.6428C204.945 22.6428 203.977 21.6834 203.977 20.5C203.977 19.3165 204.945 18.3571 206.14 18.3571V13L200.733 13C200.733 14.1835 199.765 15.1428 198.57 15.1428C197.376 15.1428 196.407 14.1835 196.407 13H191V18.3571C189.806 18.3571 188.838 19.3165 188.838 20.5C188.838 21.6834 189.806 22.6428 191 22.6428V28H196.407Z" fill="white" fill-opacity="0.6"/><path d="M191 58H206.14V52.6428C207.334 52.6428 208.303 51.6834 208.303 50.5C208.303 49.3165 207.334 48.3571 206.14 48.3571V43H200.733C200.733 44.1834 199.765 45.1428 198.57 45.1428C197.376 45.1428 196.407 44.1834 196.407 43H191V48.3571C189.806 48.3571 188.838 49.3165 188.838 50.5C188.838 51.6834 189.806 52.6428 191 52.6428V58Z" fill="white" fill-opacity="0.6"/><path d="M198.622 30.1428C199.817 30.1428 200.785 29.1835 200.785 28L206.14 28H200.733C200.733 26.8165 199.765 25.8571 198.57 25.8571C197.376 25.8571 196.407 26.8165 196.407 28L191.052 28L196.459 28C196.459 29.1835 197.428 30.1428 198.622 30.1428Z" fill="white" fill-opacity="0.6"/></g><defs><clipPath id="clip0_7566_33873"><rect width="180" height="56" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="180" height="56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_7566_33877)"><path d="M41.9688 59L37 54L41.9688 49V59ZM49 59L44.0312 54L49 49V59ZM79.9688 59L75 54L79.9688 49V59ZM87 59L82.0312 54L87 49V59ZM118.969 59L114 54L118.969 49V59ZM126 59L121.031 54L126 49V59ZM157.969 59L153 54L157.969 49V59ZM165 59L160.031 54L165 49V59ZM198.969 59L194 54L198.969 49V59ZM206 59L201.031 54L206 49V59ZM3.96875 57L-1 52L3.96875 47V57ZM11 57L6.03125 52L11 47V57ZM99.9688 42L95 37L99.9688 32V42ZM107 42L102.031 37L107 32V42ZM136.969 42L132 37L136.969 32V42ZM144 42L139.031 37L144 32V42ZM175.969 42L171 37L175.969 32V42ZM183 42L178.031 37L183 32V42ZM1.96875 26L-3 21L1.96875 16V26ZM9 26L4.03125 21L9 16V26ZM116.969 26L112 21L116.969 16V26ZM124 26L119.031 21L124 16V26ZM154.969 26L150 21L154.969 16V26ZM162 26L157.031 21L162 16V26ZM195.969 26L191 21L195.969 16V26ZM203 26L198.031 21L203 16V26ZM21.9688 7L17 2L21.9688 -3V7ZM29 7L24.0312 2L29 -3V7ZM59.9688 7L55 2L59.9688 -3V7ZM67 7L62.0312 2L67 -3V7ZM97.9688 7L93 2L97.9688 -3V7ZM105 7L100.031 2L105 -3V7ZM136.969 7L132 2L136.969 -3V7ZM144 7L139.031 2L144 -3V7ZM174.969 7L170 2L174.969 -3V7ZM182 7L177.031 2L182 -3V7Z" fill="white" fill-opacity="0.38"/></g><defs><clipPath id="clip0_7566_33877"><rect width="180" height="56" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="180" height="56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_7566_33837)"><path d="M24.5508 0V18H21.5508V0H24.5508ZM27.0508 0V18H25.5508V0H27.0508ZM29.5508 0V18H28.0508V0H29.5508ZM33.5508 18H30.5508V0H33.5508V18Z" fill="black" fill-opacity="0.38"/><path fill-rule="evenodd" clip-rule="evenodd" d="M115.778 28C115.778 76.4783 76.4783 115.778 28 115.778C-20.4784 115.778 -59.7778 76.4783 -59.7778 28C-59.7778 -20.4783 -20.4784 -59.7778 28 -59.7778C76.4783 -59.7778 115.778 -20.4783 115.778 28ZM28 80.6667C57.087 80.6667 80.6667 57.087 80.6667 28C80.6667 -1.08699 57.087 -24.6667 28 -24.6667C-1.08702 -24.6667 -24.6667 -1.08699 -24.6667 28C-24.6667 57.087 -1.08702 80.6667 28 80.6667Z" fill="white" fill-opacity="0.15"/><path fill-rule="evenodd" clip-rule="evenodd" d="M150.889 28C150.889 95.8696 95.8696 150.889 28 150.889C-39.8697 150.889 -94.8889 95.8696 -94.8889 28C-94.8889 -39.8696 -39.8697 -94.8889 28 -94.8889C95.8696 -94.8889 150.889 -39.8696 150.889 28ZM28 115.778C76.4783 115.778 115.778 76.4783 115.778 28C115.778 -20.4783 76.4783 -59.7778 28 -59.7778C-20.4784 -59.7778 -59.7778 -20.4783 -59.7778 28C-59.7778 76.4783 -20.4784 115.778 28 115.778Z" fill="white" fill-opacity="0.38"/><path fill-rule="evenodd" clip-rule="evenodd" d="M226 28C226 137.352 137.352 226 28 226C-81.3524 226 -170 137.352 -170 28C-170 -81.3524 -81.3524 -170 28 -170C137.352 -170 226 -81.3524 226 28ZM28 150.889C95.8696 150.889 150.889 95.8696 150.889 28C150.889 -39.8696 95.8696 -94.8889 28 -94.8889C-39.8697 -94.8889 -94.8889 -39.8696 -94.8889 28C-94.8889 95.8696 -39.8697 150.889 28 150.889Z" fill="white" fill-opacity="0.6"/></g><defs><clipPath id="clip0_7566_33837"><rect width="180" height="56" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="180" height="56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_7566_33835)"><path d="M200 56H0V47H200V56ZM5 54H10V49H5V54ZM19 54H24V49H19V54ZM33 54H38V49H33V54ZM47 54H52V49H47V54ZM61 54H66V49H61V54ZM75 54H80V49H75V54ZM89 54H94V49H89V54ZM103 54H108V49H103V54ZM116 54H121V49H116V54ZM130 54H135V49H130V54ZM144 54H149V49H144V54ZM158 54H163V49H158V54ZM172 54H177V49H172V54ZM186 54H191V49H186V54ZM200 9H0V0H200V9ZM5 7H10V2H5V7ZM19 7H24V2H19V7ZM33 7H38V2H33V7ZM47 7H52V2H47V7ZM61 7H66V2H61V7ZM75 7H80V2H75V7ZM89 7H94V2H89V7ZM103 7H108V2H103V7ZM116 7H121V2H116V7ZM130 7H135V2H130V7ZM144 7H149V2H144V7ZM158 7H163V2H158V7ZM172 7H177V2H172V7ZM186 7H191V2H186V7Z" fill="white" fill-opacity="0.6"/></g><defs><clipPath id="clip0_7566_33835"><rect width="180" height="56" fill="white"/></clipPath></defs></svg>