@cuemath/leap 3.1.0-gg2 → 3.1.0

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 (395) 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/styles.js +5 -4
  96. package/dist/features/homework/styles.js.map +1 -1
  97. package/dist/features/hooks/use-debounce.js +16 -0
  98. package/dist/features/hooks/use-debounce.js.map +1 -0
  99. package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js +38 -36
  100. package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js.map +1 -1
  101. package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js +24 -22
  102. package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js.map +1 -1
  103. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js +23 -22
  104. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js.map +1 -1
  105. package/dist/features/milestone/create/comps/chapters-selection-step/utils.js +49 -47
  106. package/dist/features/milestone/create/comps/chapters-selection-step/utils.js.map +1 -1
  107. package/dist/features/milestone/create/comps/class-details-step/class-details-step.js +94 -87
  108. package/dist/features/milestone/create/comps/class-details-step/class-details-step.js.map +1 -1
  109. package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js +13 -12
  110. package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js.map +1 -1
  111. package/dist/features/milestone/create/comps/test-type-step/test-type-step.js +23 -21
  112. package/dist/features/milestone/create/comps/test-type-step/test-type-step.js.map +1 -1
  113. package/dist/features/milestone/create/milestone-create-helpers.js +165 -162
  114. package/dist/features/milestone/create/milestone-create-helpers.js.map +1 -1
  115. package/dist/features/trial-session/comps/pricing/india-pricing/index.js +96 -0
  116. package/dist/features/trial-session/comps/pricing/india-pricing/index.js.map +1 -0
  117. package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js +59 -0
  118. package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js.map +1 -0
  119. package/dist/features/trial-session/comps/pricing/pricing.js +36 -35
  120. package/dist/features/trial-session/comps/pricing/pricing.js.map +1 -1
  121. package/dist/features/ui/stepper/stepper.js +7 -7
  122. package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js +22 -19
  123. package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js.map +1 -1
  124. package/dist/index.d.ts +298 -247
  125. package/dist/index.js +184 -180
  126. package/dist/index.js.map +1 -1
  127. package/dist/static/accuracy-meter.99585cba.json +4218 -0
  128. package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
  129. package/dist/static/achievement_bg.0d0555ac.png +0 -0
  130. package/dist/static/advance-mode-segment-lottie.51ff6707.json +1 -0
  131. package/dist/static/alarm-clock-orange.31fb90d9.svg +1 -0
  132. package/dist/static/alarm-clock-purple.06d4911c.svg +1 -0
  133. package/dist/static/alien-1.fc7ba696.svg +1 -0
  134. package/dist/static/alien-2.15fdda07.svg +1 -0
  135. package/dist/static/alien-3.2664a37f.svg +1 -0
  136. package/dist/static/alien-4.06ac66da.svg +1 -0
  137. package/dist/static/ashta.0d3926b2.png +0 -0
  138. package/dist/static/avatar-selected.860ee923.json +1 -0
  139. package/dist/static/awesome.8e1cf046.png +0 -0
  140. package/dist/static/badge_success.2f6c8e65.png +0 -0
  141. package/dist/static/beginner1x.489908a7.json +3508 -0
  142. package/dist/static/bg_empty_resources.63b187fd.png +0 -0
  143. package/dist/static/blue-clip.87cc4543.svg +1 -0
  144. package/dist/static/bobwave.5603c70b.gif +0 -0
  145. package/dist/static/book-green.20f6eed3.svg +1 -0
  146. package/dist/static/book-open-blue.d4f8d08c.svg +5 -0
  147. package/dist/static/book-orange.04bdc75e.svg +1 -0
  148. package/dist/static/book-yellow.c210ac06.svg +1 -0
  149. package/dist/static/bronze-1.da4e4b5f.json +4176 -0
  150. package/dist/static/bronze-2.97f9c639.json +4433 -0
  151. package/dist/static/bronze-3.6a433ebd.json +4786 -0
  152. package/dist/static/bullet-yellow.2f892d88.svg +1 -0
  153. package/dist/static/calendar-blue.e0d52d09.svg +1 -0
  154. package/dist/static/calendar-gray.1c72682a.svg +1 -0
  155. package/dist/static/calendar-green.a2b6a393.svg +1 -0
  156. package/dist/static/caution.5766a967.svg +1 -0
  157. package/dist/static/chapter-1.8a1683a0.svg +1 -0
  158. package/dist/static/chapter-10.c97de4a5.svg +1 -0
  159. package/dist/static/chapter-2.71ac6dfc.svg +1 -0
  160. package/dist/static/chapter-3.003fc901.svg +1 -0
  161. package/dist/static/chapter-4.8abbacd8.svg +1 -0
  162. package/dist/static/chapter-5.c774b439.svg +1 -0
  163. package/dist/static/chapter-6.cb5cf1cb.svg +1 -0
  164. package/dist/static/chapter-7.57b0beb4.svg +1 -0
  165. package/dist/static/chapter-8.68d36477.svg +1 -0
  166. package/dist/static/chapter-9.0c00e26f.svg +1 -0
  167. package/dist/static/chapter-completed.1241399b.json +497 -0
  168. package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
  169. package/dist/static/chapter-header-bg.4ed173c2.svg +1 -0
  170. package/dist/static/chatva.d0c57a95.png +0 -0
  171. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
  172. package/dist/static/circle-cuemath-logo.8bcb1ad4.svg +1 -0
  173. package/dist/static/circle-outercircle-bg.65f21460.svg +1 -0
  174. package/dist/static/circular-loader.a5a1a0a6.json +238 -0
  175. package/dist/static/clock-30min.eae818b8.json +1197 -0
  176. package/dist/static/clock-45min.df8adf51.json +1197 -0
  177. package/dist/static/clock-60min.2b48d875.json +1197 -0
  178. package/dist/static/clock-90min.3e557ed7.json +1407 -0
  179. package/dist/static/clock-orange.c144059b.svg +6 -0
  180. package/dist/static/color-1.45101b9a.json +4545 -0
  181. package/dist/static/color-2.ccdc7d0a.json +4828 -0
  182. package/dist/static/color-3.5e8e1422.json +5273 -0
  183. package/dist/static/community-bulb.3b42af21.svg +1 -0
  184. package/dist/static/competitive-arena.b9c40801.json +1 -0
  185. package/dist/static/congrats.75718de8.png +0 -0
  186. package/dist/static/cool.1893941c.png +0 -0
  187. package/dist/static/cosa.46c0c49b.png +0 -0
  188. package/dist/static/crosshair-circle.522a26ea.svg +1 -0
  189. package/dist/static/crown-overlay.11fb073c.svg +1 -0
  190. package/dist/static/crown.c18fa217.svg +1 -0
  191. package/dist/static/cuecoin-gold.bcb8085e.svg +1 -0
  192. package/dist/static/cuemath-app-qr-code.4beefe48.svg +1 -0
  193. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
  194. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  195. package/dist/static/default-chapter.8ede1160.png +0 -0
  196. package/dist/static/desktop-with-purple-fill.dfec66cc.svg +1 -0
  197. package/dist/static/difficult.6846c064.json +2755 -0
  198. package/dist/static/dob.9ce3c15b.json +1 -0
  199. package/dist/static/doda.3103971c.png +0 -0
  200. package/dist/static/duration-30min-gray.f6442df4.svg +1 -0
  201. package/dist/static/duration-45min-gray.ad90fb23.svg +1 -0
  202. package/dist/static/duration-60min-gray.874e52a2.svg +1 -0
  203. package/dist/static/duration-90min-gray.32a04cef.svg +1 -0
  204. package/dist/static/dvi.fc7b32a5.png +0 -0
  205. package/dist/static/earth-green.e1329b7a.svg +1 -0
  206. package/dist/static/easy-rescheduling.3a6d1a00.gif +0 -0
  207. package/dist/static/easy.68242ddd.json +2658 -0
  208. package/dist/static/eka.b10a06fa.png +0 -0
  209. package/dist/static/elite-circle.3df58972.json +6876 -0
  210. package/dist/static/ellipse-clip.dfb25608.svg +1 -0
  211. package/dist/static/empty_mix_tests.1d251f07.png +0 -0
  212. package/dist/static/enrichment-mini.fc3c0f83.gif +0 -0
  213. package/dist/static/enrichment.571feac0.gif +0 -0
  214. package/dist/static/error-lottie.b3507a4b.json +5255 -0
  215. package/dist/static/error.cbe1ddde.json +1 -0
  216. package/dist/static/familiar1x.7c9c7f15.json +3046 -0
  217. package/dist/static/female-avatar.b8cd1012.svg +1 -0
  218. package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
  219. package/dist/static/five-min-clock.6be5cc41.json +721 -0
  220. package/dist/static/game-play.4982b0cb.svg +1 -0
  221. package/dist/static/games.47abcb18.gif +0 -0
  222. package/dist/static/globe-with-blue-fill.beae6ca4.svg +1 -0
  223. package/dist/static/gold-1.ab2489fe.json +4176 -0
  224. package/dist/static/gold-2.34045826.json +4441 -0
  225. package/dist/static/gold-3.d704698b.json +4810 -0
  226. package/dist/static/grade-grid-background.b17b4ccb.svg +1 -0
  227. package/dist/static/grade.b3730524.json +1 -0
  228. package/dist/static/graduate-hat.4b49eb44.svg +1 -0
  229. package/dist/static/graduate-icon-pink.01fbfb1b.svg +1 -0
  230. package/dist/static/graduate-pink-filled-bg.c91e9c53.svg +1 -0
  231. package/dist/static/great.2a5dcc34.png +0 -0
  232. package/dist/static/green-balloon.67ac8587.svg +1 -0
  233. package/dist/static/green-face.1b4dd82f.svg +1 -0
  234. package/dist/static/hexo.eab4b9f5.png +0 -0
  235. package/dist/static/infinite-button-bg.5909225e.json +1 -0
  236. package/dist/static/infinite-button-symbol.aa31350c.json +1 -0
  237. package/dist/static/jigii-wave.150a6d18.gif +0 -0
  238. package/dist/static/key.d6846476.json +1 -0
  239. package/dist/static/kudos.b7e2aeb6.png +0 -0
  240. package/dist/static/learn.71b13323.json +1 -0
  241. package/dist/static/learned-shield-gray.1495b0d5.svg +1 -0
  242. package/dist/static/learned-shield-green.7c26b423.svg +1 -0
  243. package/dist/static/learning-plan.72d64a61.png +0 -0
  244. package/dist/static/learning-session.71cc8f22.gif +0 -0
  245. package/dist/static/learnt.870c5e38.svg +1 -0
  246. package/dist/static/lesson-overview-banner.f5404af6.png +0 -0
  247. package/dist/static/levelup-rings.b1055283.json +549 -0
  248. package/dist/static/like.cb492460.svg +1 -0
  249. package/dist/static/live-session.a0d25c78.svg +1 -0
  250. package/dist/static/loader-1.6524355e.svg +1 -0
  251. package/dist/static/loader.52f8c35c.svg +1 -0
  252. package/dist/static/locked.0c3b7577.svg +1 -0
  253. package/dist/static/mail.c30e8708.json +1 -0
  254. package/dist/static/maintenance.a26aca65.svg +1 -0
  255. package/dist/static/male-avatar.2febc9eb.svg +1 -0
  256. package/dist/static/mastered-badge.81f156fb.svg +1 -0
  257. package/dist/static/mastered-shield-gray.a58cbe19.svg +1 -0
  258. package/dist/static/mastered-shield-green.070fa4eb.svg +1 -0
  259. package/dist/static/max-wave.44e002c9.gif +0 -0
  260. package/dist/static/medium.94c3829b.json +2289 -0
  261. package/dist/static/mental-math.3c95f169.svg +1 -0
  262. package/dist/static/milestone-intro-1.281a354c.svg +1 -0
  263. package/dist/static/milestone-intro-2.19faee69.svg +1 -0
  264. package/dist/static/milestone-intro-3.6f6055d6.svg +1 -0
  265. package/dist/static/mistake.476d1aa7.svg +1 -0
  266. package/dist/static/no-info.f4bfe437.png +0 -0
  267. package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
  268. package/dist/static/node-learn-bg.b61f815c.svg +1 -0
  269. package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
  270. package/dist/static/node-project-bg.e6a33e28.svg +1 -0
  271. package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
  272. package/dist/static/node-recap-bg.546154e4.svg +1 -0
  273. package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
  274. package/dist/static/node-video-bg.3df3f73a.svg +1 -0
  275. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  276. package/dist/static/number-1-orange.cbf526ed.svg +1 -0
  277. package/dist/static/number-2-orange.6f29eb72.svg +1 -0
  278. package/dist/static/number-3-orange.58baf717.svg +1 -0
  279. package/dist/static/number-4-orange.5ed1ec5e.svg +1 -0
  280. package/dist/static/octo.3020bd93.png +0 -0
  281. package/dist/static/one-star-filled.b6084257.svg +1 -0
  282. package/dist/static/orange-face.5824c2e9.svg +1 -0
  283. package/dist/static/otp.2d08f874.json +1 -0
  284. package/dist/static/otp.a3029760.json +1 -0
  285. package/dist/static/parent-avatar.772d53e0.json +1 -0
  286. package/dist/static/people-with-orange-fill.3835b8f1.svg +1 -0
  287. package/dist/static/phone-number.0be312ea.json +1 -0
  288. package/dist/static/phone-number.84f55562.json +1 -0
  289. package/dist/static/play-icon.13baaa7d.svg +1 -0
  290. package/dist/static/play.68d16dec.svg +1 -0
  291. package/dist/static/point1.b53831de.json +2942 -0
  292. package/dist/static/point10.7b5e536d.json +3179 -0
  293. package/dist/static/point100.1df16f82.json +3196 -0
  294. package/dist/static/point15.fea00c32.json +3179 -0
  295. package/dist/static/point2.7cec6e24.json +1 -0
  296. package/dist/static/point20.c88d776d.json +3178 -0
  297. package/dist/static/point25.a18c346a.json +3178 -0
  298. package/dist/static/point3.f96fe7aa.json +1 -0
  299. package/dist/static/point30.c5224b0b.json +3202 -0
  300. package/dist/static/point35.fad343dd.json +3058 -0
  301. package/dist/static/point4.fe04fb83.json +1 -0
  302. package/dist/static/point40.10a16f72.json +3082 -0
  303. package/dist/static/point45.2ad7561f.json +3082 -0
  304. package/dist/static/point5.da40ed1f.json +2948 -0
  305. package/dist/static/point50.5718cb3d.json +3046 -0
  306. package/dist/static/point60.17380d9f.json +3076 -0
  307. package/dist/static/points-sum.360e63de.svg +1 -0
  308. package/dist/static/practice.158dd488.json +1 -0
  309. package/dist/static/practiced-shield-green.90278855.svg +1 -0
  310. package/dist/static/practiced-shield-grey.16cf4fe0.svg +1 -0
  311. package/dist/static/proficient-badge.1a6dbb72.svg +1 -0
  312. package/dist/static/proficient1x.fa6e7b80.json +3430 -0
  313. package/dist/static/profile-board.4f4a17e6.svg +1 -0
  314. package/dist/static/project.eb665827.json +1 -0
  315. package/dist/static/puzzle-student.de530364.svg +1 -0
  316. package/dist/static/puzzle.5aad5cf8.svg +1 -0
  317. package/dist/static/puzzle.b298c7e4.json +1 -0
  318. package/dist/static/puzzle_card_easy.7d9439b5.png +0 -0
  319. package/dist/static/puzzle_card_hard.185a19c4.png +0 -0
  320. package/dist/static/puzzle_card_medium.17daef9c.png +0 -0
  321. package/dist/static/puzzles.1e269965.gif +0 -0
  322. package/dist/static/random-mode-segment-lottie.79cf1c07.json +1 -0
  323. package/dist/static/recap.0dd2c1e2.json +1 -0
  324. package/dist/static/refund-policy-with-headphone.589398e0.svg +1 -0
  325. package/dist/static/refund-policy.912dbb4c.svg +1 -0
  326. package/dist/static/report-404.dd67785c.svg +1 -0
  327. package/dist/static/rocket-broken.1f86fa43.svg +1 -0
  328. package/dist/static/rocket-yellow.62d27e15.svg +1 -0
  329. package/dist/static/school-success-mini.f74a852f.gif +0 -0
  330. package/dist/static/school-success.f9669771.gif +0 -0
  331. package/dist/static/score.41971107.svg +1 -0
  332. package/dist/static/sequence-mode-segment-lottie.11ac49e9.json +1 -0
  333. package/dist/static/shared.3af01b49.png +0 -0
  334. package/dist/static/sheet-reference.9da7a09f.png +0 -0
  335. package/dist/static/silver-1.0396328a.json +4168 -0
  336. package/dist/static/silver-2.bf50615f.json +4433 -0
  337. package/dist/static/silver-3.13d66b84.json +4810 -0
  338. package/dist/static/skills.90ce4cbb.gif +0 -0
  339. package/dist/static/sleepy-boi.031a1165.json +1008 -0
  340. package/dist/static/smiley.49bb7d7c.svg +1 -0
  341. package/dist/static/speckie-wave.510639ce.gif +0 -0
  342. package/dist/static/spinner-white.639e0d87.json +122 -0
  343. package/dist/static/spiral_pattern.9fd3e6e9.png +0 -0
  344. package/dist/static/splash-screen.bbf567ce.json +2411 -0
  345. package/dist/static/star-orange-filled.a7ff9c8f.svg +1 -0
  346. package/dist/static/star-orange.a91a341f.svg +1 -0
  347. package/dist/static/star-with-green-fill.86877d41.svg +1 -0
  348. package/dist/static/stay-connected.371d3d9d.gif +0 -0
  349. package/dist/static/streak-green.b59bf4dd.svg +1 -0
  350. package/dist/static/streak-white.2cbdc9b8.svg +1 -0
  351. package/dist/static/student-avatar.524226bd.json +1 -0
  352. package/dist/static/table-mode-reveal.b44a82c3.json +1 -0
  353. package/dist/static/table-mode-star.b8a1d762.json +1 -0
  354. package/dist/static/table-segment-star.78e851d6.json +1 -0
  355. package/dist/static/target-achieved-text.053bd142.json +2830 -0
  356. package/dist/static/target-achieved-text.10db8475.json +1 -0
  357. package/dist/static/teacher-validation.7577ecdc.json +245 -0
  358. package/dist/static/tera-wave.2954a6a4.gif +0 -0
  359. package/dist/static/test-difficulty-easy.56df71dd.svg +1 -0
  360. package/dist/static/test-difficulty-hard.7250f1f4.svg +1 -0
  361. package/dist/static/test-difficulty-medium.2fd9686e.svg +1 -0
  362. package/dist/static/test-prep-mini.718e5734.gif +0 -0
  363. package/dist/static/test-prep.ea433f71.gif +0 -0
  364. package/dist/static/test.803d6036.json +1 -0
  365. package/dist/static/tetra.354ff2b9.png +0 -0
  366. package/dist/static/three-stars-filled.72b51f03.svg +1 -0
  367. package/dist/static/tick-green.a1654049.svg +1 -0
  368. package/dist/static/total-streak.d5ce7669.json +842 -0
  369. package/dist/static/total-time-spent.434005d3.json +200 -0
  370. package/dist/static/total-time.d979cbb9.json +24383 -0
  371. package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
  372. package/dist/static/track-progress.c75b1031.gif +0 -0
  373. package/dist/static/trophy-blue-filled.7e2b40ab.svg +1 -0
  374. package/dist/static/trophy-blue.e684ba4c.svg +1 -0
  375. package/dist/static/trophy-circle.b7b23e36.svg +1 -0
  376. package/dist/static/trophy-green.6c0741c8.svg +10 -0
  377. package/dist/static/two-stars-filled.a51a14b4.svg +1 -0
  378. package/dist/static/up-arrow.a6946bd3.svg +1 -0
  379. package/dist/static/user-crown-grid-background.c2875a73.svg +1 -0
  380. package/dist/static/user-down.a06f2f94.svg +1 -0
  381. package/dist/static/user-pin.5f334465.svg +1 -0
  382. package/dist/static/user-profile-background.199977a9.svg +1 -0
  383. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
  384. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
  385. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
  386. package/dist/static/user-up.2aecbbae.svg +1 -0
  387. package/dist/static/username.9e034d51.json +1 -0
  388. package/dist/static/video.b41451e2.json +1 -0
  389. package/dist/static/vinnie-wave.10734dd5.gif +0 -0
  390. package/dist/static/way-forward.1428093e.gif +0 -0
  391. package/dist/static/wow.864fbb02.png +0 -0
  392. package/dist/static/yellow-face.b7525a33.svg +1 -0
  393. package/dist/static/your-goals.63ffbee5.gif +0 -0
  394. package/dist/static/zodasa.336c3bb0.png +0 -0
  395. package/package.json +3 -2
@@ -0,0 +1 @@
1
+ <svg width="800" height="800" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4179_34040)"><rect width="800" height="800" fill="#33CCFF"/><rect width="800" height="800" fill="#33CCFF"/><mask id="mask0_4179_34040" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="214" y="306" width="685" height="657"><path d="M367.884 588.373L267.335 487.968L538.716 360.068L642.971 459.858L367.884 588.373Z" fill="#99E5FF"/><path d="M476.55 613.564L456.583 594.07L513.9 568.128L537.022 587.087L476.55 613.564Z" fill="#99E5FF"/><path d="M555.241 575.118L535.274 555.625L592.59 529.683L615.713 548.642L555.241 575.118Z" fill="#99E5FF"/><path d="M632.183 538.42L612.216 518.927L669.532 492.985L692.655 511.944L632.183 538.42Z" fill="#99E5FF"/><path d="M518.519 652.009L498.551 632.516L555.868 606.573L578.991 625.533L518.519 652.009Z" fill="#99E5FF"/><path d="M597.21 613.564L577.242 594.07L634.559 568.128L657.682 587.087L597.21 613.564Z" fill="#99E5FF"/><path d="M674.152 576.866L654.184 557.372L711.501 531.43L734.624 550.389L674.152 576.866Z" fill="#99E5FF"/><path d="M560.487 693.949L540.52 674.456L597.836 648.514L620.959 667.473L560.487 693.949Z" fill="#99E5FF"/><path d="M639.178 655.504L619.211 636.011L676.527 610.068L699.65 629.028L639.178 655.504Z" fill="#99E5FF"/><path d="M716.12 618.806L696.153 599.313L753.469 573.371L776.592 592.33L716.12 618.806Z" fill="#99E5FF"/><path d="M237.454 456.358L214 433.9L485.381 306L512.541 327.844L237.454 456.358Z" fill="#99E5FF"/><path d="M555.868 963L899 802.953V668.394L555.868 828.441V963Z" fill="#99E5FF"/></mask><g mask="url(#mask0_4179_34040)"><rect x="25" y="235" width="479.421" height="317.315" fill="#33CCFF"/><mask id="mask1_4179_34040" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="25" y="235" width="480" height="318"><rect x="25" y="235" width="479.421" height="317.315" fill="#1EB5F0"/></mask><g mask="url(#mask1_4179_34040)"><path d="M219.396 397.837L206.592 397.837L202.826 408.381L199.814 402.356" stroke="#0086E5" stroke-width="0.862269"/><path d="M291.698 524.366L278.895 524.366L275.129 534.91L272.116 528.885" stroke="#0086E5" stroke-width="0.862269"/><path d="M452.873 397.837L440.069 397.837L436.304 408.381L433.291 402.356" stroke="#0086E5" stroke-width="0.862269"/><path d="M336.888 397.837L324.084 397.837L320.318 408.381L317.306 402.356" stroke="#0086E5" stroke-width="0.862269"/><path d="M409.19 524.366L396.387 524.366L392.621 534.91L389.608 528.885" stroke="#0086E5" stroke-width="0.862269"/><path d="M255.547 461.102L242.743 461.102L238.977 471.646L235.965 465.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M489.024 461.102L476.221 461.102L472.455 471.646L469.442 465.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M416.722 334.571L403.918 334.571L400.152 345.115L397.14 339.09" stroke="#0086E5" stroke-width="0.862269"/><path d="M373.039 461.102L360.235 461.102L356.47 471.646L353.457 465.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M300.736 334.571L287.933 334.571L284.167 345.115L281.154 339.09" stroke="#0086E5" stroke-width="0.862269"/><path d="M237.471 429.47L224.667 429.47L220.901 440.014L217.889 433.988" stroke="#0086E5" stroke-width="0.862269"/><path d="M470.949 429.47L458.146 429.47L454.38 440.014L451.367 433.988" stroke="#0086E5" stroke-width="0.862269"/><path d="M398.646 302.94L385.843 302.94L382.077 313.484L379.064 307.459" stroke="#0086E5" stroke-width="0.862269"/><path d="M354.963 429.47L342.159 429.47L338.394 440.014L335.381 433.988" stroke="#0086E5" stroke-width="0.862269"/><path d="M282.66 302.94L269.857 302.94L266.091 313.484L263.078 307.459" stroke="#0086E5" stroke-width="0.862269"/><path d="M516.138 302.94L503.334 302.94L499.568 313.484L496.556 307.459" stroke="#0086E5" stroke-width="0.862269"/><path d="M273.623 492.733L260.819 492.733L257.053 503.277L254.041 497.252" stroke="#0086E5" stroke-width="0.862269"/><path d="M507.101 492.733L494.297 492.733L490.531 503.277L487.519 497.252" stroke="#0086E5" stroke-width="0.862269"/><path d="M434.798 366.204L421.994 366.204L418.228 376.748L415.216 370.723" stroke="#0086E5" stroke-width="0.862269"/><path d="M391.114 492.733L378.311 492.733L374.545 503.277L371.532 497.252" stroke="#0086E5" stroke-width="0.862269"/><path d="M318.812 366.204L306.008 366.204L302.242 376.748L299.23 370.723" stroke="#0086E5" stroke-width="0.862269"/><path d="M240.484 536.417L227.68 536.417L223.915 546.961L220.902 540.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M401.658 409.887L388.855 409.887L385.089 420.432L382.076 414.406" stroke="#0086E5" stroke-width="0.862269"/><path d="M473.961 536.417L461.157 536.417L457.392 546.961L454.379 540.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M285.673 409.887L272.869 409.887L269.103 420.432L266.091 414.406" stroke="#0086E5" stroke-width="0.862269"/><path d="M357.976 536.417L345.172 536.417L341.406 546.961L338.394 540.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M519.15 409.887L506.347 409.887L502.581 420.432L499.568 414.406" stroke="#0086E5" stroke-width="0.862269"/><path d="M437.81 473.151L425.006 473.151L421.24 483.695L418.228 477.67" stroke="#0086E5" stroke-width="0.862269"/><path d="M365.507 346.622L352.703 346.622L348.937 357.166L345.925 351.141" stroke="#0086E5" stroke-width="0.862269"/><path d="M321.824 473.151L309.021 473.151L305.255 483.695L302.242 477.67" stroke="#0086E5" stroke-width="0.862269"/><path d="M249.521 346.622L236.718 346.622L232.952 357.166L229.939 351.141" stroke="#0086E5" stroke-width="0.862269"/><path d="M482.999 346.622L470.195 346.622L466.43 357.166L463.417 351.141" stroke="#0086E5" stroke-width="0.862269"/><path d="M419.734 441.52L406.931 441.52L403.165 452.064L400.152 446.039" stroke="#0086E5" stroke-width="0.862269"/><path d="M347.432 314.989L334.628 314.989L330.862 325.533L327.85 319.508" stroke="#0086E5" stroke-width="0.862269"/><path d="M303.749 441.52L290.945 441.52L287.18 452.064L284.167 446.039" stroke="#0086E5" stroke-width="0.862269"/><path d="M231.446 314.989L218.643 314.989L214.877 325.533L211.864 319.508" stroke="#0086E5" stroke-width="0.862269"/><path d="M464.923 314.989L452.119 314.989L448.353 325.533L445.341 319.508" stroke="#0086E5" stroke-width="0.862269"/><path d="M222.408 504.784L209.604 504.784L205.838 515.328L202.826 509.303" stroke="#0086E5" stroke-width="0.862269"/><path d="M455.886 504.784L443.082 504.784L439.316 515.328L436.304 509.303" stroke="#0086E5" stroke-width="0.862269"/><path d="M383.583 378.255L370.779 378.255L367.014 388.799L364.001 382.774" stroke="#0086E5" stroke-width="0.862269"/><path d="M339.9 504.784L327.097 504.784L323.331 515.328L320.318 509.303" stroke="#0086E5" stroke-width="0.862269"/><path d="M267.598 378.255L254.794 378.255L251.028 388.799L248.016 382.774" stroke="#0086E5" stroke-width="0.862269"/><path d="M501.074 378.255L488.271 378.255L484.505 388.799L481.492 382.774" stroke="#0086E5" stroke-width="0.862269"/><path d="M266.091 530.391L253.287 530.391L249.521 540.936L246.509 534.91" stroke="#0086E5" stroke-width="0.862269"/><path d="M427.266 403.862L414.462 403.862L410.696 414.406L407.684 408.381" stroke="#0086E5" stroke-width="0.862269"/><path d="M499.568 530.391L486.765 530.391L482.999 540.936L479.986 534.91" stroke="#0086E5" stroke-width="0.862269"/><path d="M311.28 403.862L298.477 403.862L294.711 414.406L291.698 408.381" stroke="#0086E5" stroke-width="0.862269"/><path d="M383.583 530.391L370.779 530.391L367.014 540.936L364.001 534.91" stroke="#0086E5" stroke-width="0.862269"/><path d="M229.939 467.128L217.136 467.128L213.37 477.672L210.357 471.647" stroke="#0086E5" stroke-width="0.862269"/><path d="M463.417 467.128L450.613 467.128L446.848 477.672L443.835 471.647" stroke="#0086E5" stroke-width="0.862269"/><path d="M391.114 340.596L378.311 340.596L374.545 351.141L371.532 345.115" stroke="#0086E5" stroke-width="0.862269"/><path d="M347.432 467.128L334.628 467.128L330.862 477.672L327.85 471.647" stroke="#0086E5" stroke-width="0.862269"/><path d="M275.129 340.596L262.325 340.596L258.56 351.141L255.547 345.115" stroke="#0086E5" stroke-width="0.862269"/><path d="M508.606 340.596L495.803 340.596L492.037 351.141L489.024 345.115" stroke="#0086E5" stroke-width="0.862269"/><path d="M445.342 435.495L432.538 435.495L428.772 446.039L425.76 440.014" stroke="#0086E5" stroke-width="0.862269"/><path d="M373.039 308.964L360.235 308.964L356.47 319.508L353.457 313.483" stroke="#0086E5" stroke-width="0.862269"/><path d="M329.355 435.495L316.552 435.495L312.786 446.039L309.773 440.014" stroke="#0086E5" stroke-width="0.862269"/><path d="M257.053 308.964L244.249 308.964L240.483 319.508L237.471 313.483" stroke="#0086E5" stroke-width="0.862269"/><path d="M490.531 308.964L477.728 308.964L473.962 319.508L470.949 313.483" stroke="#0086E5" stroke-width="0.862269"/><path d="M248.015 498.759L235.212 498.759L231.446 509.303L228.433 503.278" stroke="#0086E5" stroke-width="0.862269"/><path d="M481.493 498.759L468.69 498.759L464.924 509.303L461.911 503.278" stroke="#0086E5" stroke-width="0.862269"/><path d="M409.19 372.229L396.387 372.229L392.621 382.773L389.608 376.748" stroke="#0086E5" stroke-width="0.862269"/><path d="M365.507 498.759L352.703 498.759L348.937 509.303L345.925 503.278" stroke="#0086E5" stroke-width="0.862269"/><path d="M293.204 372.229L280.4 372.229L276.635 382.773L273.622 376.748" stroke="#0086E5" stroke-width="0.862269"/><path d="M214.876 542.442L202.073 542.442L198.307 552.986L195.294 546.961" stroke="#0086E5" stroke-width="0.862269"/><path d="M376.052 415.913L363.248 415.913L359.482 426.457L356.47 420.432" stroke="#0086E5" stroke-width="0.862269"/><path d="M448.354 542.442L435.551 542.442L431.785 552.986L428.772 546.961" stroke="#0086E5" stroke-width="0.862269"/><path d="M260.066 415.913L247.262 415.913L243.497 426.457L240.484 420.432" stroke="#0086E5" stroke-width="0.862269"/><path d="M332.368 542.442L319.565 542.442L315.799 552.986L312.786 546.961" stroke="#0086E5" stroke-width="0.862269"/><path d="M493.543 415.913L480.739 415.913L476.974 426.457L473.961 420.432" stroke="#0086E5" stroke-width="0.862269"/><path d="M412.203 479.177L399.4 479.177L395.634 489.721L392.621 483.695" stroke="#0086E5" stroke-width="0.862269"/><path d="M339.9 352.647L327.097 352.647L323.331 363.191L320.318 357.166" stroke="#0086E5" stroke-width="0.862269"/><path d="M296.217 479.177L283.413 479.177L279.647 489.721L276.635 483.695" stroke="#0086E5" stroke-width="0.862269"/><path d="M223.914 352.647L211.11 352.647L207.345 363.191L204.332 357.166" stroke="#0086E5" stroke-width="0.862269"/><path d="M457.393 352.647L444.589 352.647L440.823 363.191L437.811 357.166" stroke="#0086E5" stroke-width="0.862269"/><path d="M394.127 447.546L381.323 447.546L377.558 458.09L374.545 452.065" stroke="#0086E5" stroke-width="0.862269"/><path d="M321.824 321.014L309.021 321.014L305.255 331.559L302.242 325.533" stroke="#0086E5" stroke-width="0.862269"/><path d="M278.142 447.546L265.338 447.546L261.572 458.09L258.56 452.065" stroke="#0086E5" stroke-width="0.862269"/><path d="M511.619 447.546L498.816 447.546L495.05 458.09L492.037 452.065" stroke="#0086E5" stroke-width="0.862269"/><path d="M439.316 321.014L426.513 321.014L422.747 331.559L419.734 325.533" stroke="#0086E5" stroke-width="0.862269"/><path d="M430.278 510.809L417.475 510.809L413.709 521.354L410.696 515.328" stroke="#0086E5" stroke-width="0.862269"/><path d="M357.976 384.28L345.172 384.28L341.406 394.824L338.394 388.799" stroke="#0086E5" stroke-width="0.862269"/><path d="M314.293 510.809L301.489 510.809L297.724 521.354L294.711 515.328" stroke="#0086E5" stroke-width="0.862269"/><path d="M241.99 384.28L229.187 384.28L225.421 394.824L222.408 388.799" stroke="#0086E5" stroke-width="0.862269"/><path d="M475.468 384.28L462.664 384.28L458.898 394.824L455.886 388.799" stroke="#0086E5" stroke-width="0.862269"/><path d="M225.42 408.382L212.617 408.382L208.851 418.926L205.838 412.901" stroke="#0086E5" stroke-width="0.862269"/><path d="M297.724 534.911L284.92 534.911L281.154 545.455L278.142 539.43" stroke="#0086E5" stroke-width="0.862269"/><path d="M458.898 408.382L446.095 408.382L442.329 418.926L439.316 412.901" stroke="#0086E5" stroke-width="0.862269"/><path d="M342.913 408.382L330.109 408.382L326.344 418.926L323.331 412.901" stroke="#0086E5" stroke-width="0.862269"/><path d="M415.215 534.911L402.411 534.911L398.645 545.455L395.633 539.43" stroke="#0086E5" stroke-width="0.862269"/><path d="M261.572 471.645L248.768 471.645L245.002 482.189L241.99 476.164" stroke="#0086E5" stroke-width="0.862269"/><path d="M495.05 471.645L482.246 471.645L478.48 482.189L475.468 476.164" stroke="#0086E5" stroke-width="0.862269"/><path d="M422.747 345.116L409.943 345.116L406.178 355.66L403.165 349.635" stroke="#0086E5" stroke-width="0.862269"/><path d="M379.063 471.645L366.26 471.645L362.494 482.189L359.481 476.164" stroke="#0086E5" stroke-width="0.862269"/><path d="M306.761 345.116L293.957 345.116L290.191 355.66L287.179 349.635" stroke="#0086E5" stroke-width="0.862269"/><path d="M243.497 440.012L230.693 440.012L226.927 450.557L223.915 444.531" stroke="#0086E5" stroke-width="0.862269"/><path d="M476.974 440.012L464.17 440.012L460.404 450.557L457.392 444.531" stroke="#0086E5" stroke-width="0.862269"/><path d="M404.671 313.483L391.867 313.483L388.102 324.027L385.089 318.002" stroke="#0086E5" stroke-width="0.862269"/><path d="M360.988 440.012L348.185 440.012L344.419 450.557L341.406 444.531" stroke="#0086E5" stroke-width="0.862269"/><path d="M288.686 313.483L275.882 313.483L272.116 324.027L269.104 318.002" stroke="#0086E5" stroke-width="0.862269"/><path d="M522.163 313.483L509.359 313.483L505.594 324.027L502.581 318.002" stroke="#0086E5" stroke-width="0.862269"/><path d="M279.648 503.278L266.844 503.278L263.079 513.822L260.066 507.797" stroke="#0086E5" stroke-width="0.862269"/><path d="M513.125 503.278L500.321 503.278L496.556 513.822L493.543 507.797" stroke="#0086E5" stroke-width="0.862269"/><path d="M440.822 376.749L428.019 376.749L424.253 387.293L421.24 381.268" stroke="#0086E5" stroke-width="0.862269"/><path d="M397.14 503.278L384.336 503.278L380.57 513.822L377.558 507.797" stroke="#0086E5" stroke-width="0.862269"/><path d="M324.837 376.749L312.033 376.749L308.268 387.293L305.255 381.268" stroke="#0086E5" stroke-width="0.862269"/><path d="M246.509 546.962L233.706 546.962L229.94 557.506L226.927 551.481" stroke="#0086E5" stroke-width="0.862269"/><path d="M407.684 420.43L394.88 420.43L391.114 430.975L388.102 424.949" stroke="#0086E5" stroke-width="0.862269"/><path d="M479.986 546.962L467.183 546.962L463.417 557.506L460.404 551.481" stroke="#0086E5" stroke-width="0.862269"/><path d="M291.698 420.43L278.895 420.43L275.129 430.975L272.116 424.949" stroke="#0086E5" stroke-width="0.862269"/><path d="M364.001 546.962L351.197 546.962L347.432 557.506L344.419 551.481" stroke="#0086E5" stroke-width="0.862269"/><path d="M443.835 483.696L431.031 483.696L427.266 494.24L424.253 488.215" stroke="#0086E5" stroke-width="0.862269"/><path d="M371.533 357.167L358.73 357.167L354.964 367.711L351.951 361.686" stroke="#0086E5" stroke-width="0.862269"/><path d="M327.85 483.696L315.046 483.696L311.28 494.24L308.268 488.215" stroke="#0086E5" stroke-width="0.862269"/><path d="M255.547 357.167L242.743 357.167L238.977 367.711L235.965 361.686" stroke="#0086E5" stroke-width="0.862269"/><path d="M489.024 357.167L476.221 357.167L472.455 367.711L469.442 361.686" stroke="#0086E5" stroke-width="0.862269"/><path d="M425.76 452.063L412.956 452.063L409.19 462.607L406.178 456.582" stroke="#0086E5" stroke-width="0.862269"/><path d="M353.456 325.534L340.652 325.534L336.887 336.078L333.874 330.053" stroke="#0086E5" stroke-width="0.862269"/><path d="M309.773 452.063L296.97 452.063L293.204 462.607L290.191 456.582" stroke="#0086E5" stroke-width="0.862269"/><path d="M237.471 325.534L224.667 325.534L220.901 336.078L217.889 330.053" stroke="#0086E5" stroke-width="0.862269"/><path d="M470.949 325.534L458.146 325.534L454.38 336.078L451.367 330.053" stroke="#0086E5" stroke-width="0.862269"/><path d="M228.433 515.329L215.629 515.329L211.864 525.873L208.851 519.848" stroke="#0086E5" stroke-width="0.862269"/><path d="M461.911 515.329L449.108 515.329L445.342 525.873L442.329 519.848" stroke="#0086E5" stroke-width="0.862269"/><path d="M389.607 388.8L376.804 388.8L373.038 399.344L370.025 393.319" stroke="#0086E5" stroke-width="0.862269"/><path d="M345.925 515.329L333.121 515.329L329.355 525.873L326.343 519.848" stroke="#0086E5" stroke-width="0.862269"/><path d="M273.623 388.8L260.819 388.8L257.053 399.344L254.041 393.319" stroke="#0086E5" stroke-width="0.862269"/><path d="M507.101 388.8L494.297 388.8L490.531 399.344L487.519 393.319" stroke="#0086E5" stroke-width="0.862269"/><path d="M272.116 540.936L259.313 540.936L255.547 551.48L252.534 545.455" stroke="#0086E5" stroke-width="0.862269"/><path d="M433.291 414.407L420.487 414.407L416.722 424.951L413.709 418.926" stroke="#0086E5" stroke-width="0.862269"/><path d="M505.594 540.936L492.79 540.936L489.024 551.48L486.012 545.455" stroke="#0086E5" stroke-width="0.862269"/><path d="M317.305 414.407L304.501 414.407L300.735 424.951L297.723 418.926" stroke="#0086E5" stroke-width="0.862269"/><path d="M389.607 540.936L376.804 540.936L373.038 551.48L370.025 545.455" stroke="#0086E5" stroke-width="0.862269"/><path d="M235.965 477.671L223.161 477.671L219.395 488.215L216.383 482.19" stroke="#0086E5" stroke-width="0.862269"/><path d="M469.442 477.671L456.639 477.671L452.873 488.215L449.86 482.19" stroke="#0086E5" stroke-width="0.862269"/><path d="M397.14 351.141L384.336 351.141L380.57 361.686L377.558 355.66" stroke="#0086E5" stroke-width="0.862269"/><path d="M353.456 477.671L340.652 477.671L336.887 488.215L333.874 482.19" stroke="#0086E5" stroke-width="0.862269"/><path d="M281.154 351.141L268.35 351.141L264.584 361.686L261.572 355.66" stroke="#0086E5" stroke-width="0.862269"/><path d="M514.632 351.141L501.828 351.141L498.062 361.686L495.05 355.66" stroke="#0086E5" stroke-width="0.862269"/><path d="M217.89 446.038L205.086 446.038L201.32 456.582L198.308 450.557" stroke="#0086E5" stroke-width="0.862269"/><path d="M451.366 446.038L438.563 446.038L434.797 456.582L431.784 450.557" stroke="#0086E5" stroke-width="0.862269"/><path d="M379.063 319.509L366.26 319.509L362.494 330.053L359.481 324.028" stroke="#0086E5" stroke-width="0.862269"/><path d="M335.381 446.038L322.577 446.038L318.811 456.582L315.799 450.557" stroke="#0086E5" stroke-width="0.862269"/><path d="M263.079 319.509L250.275 319.509L246.509 330.053L243.497 324.028" stroke="#0086E5" stroke-width="0.862269"/><path d="M496.557 319.509L483.753 319.509L479.987 330.053L476.975 324.028" stroke="#0086E5" stroke-width="0.862269"/><path d="M254.041 509.304L241.237 509.304L237.471 519.848L234.459 513.822" stroke="#0086E5" stroke-width="0.862269"/><path d="M487.518 509.304L474.714 509.304L470.948 519.848L467.936 513.822" stroke="#0086E5" stroke-width="0.862269"/><path d="M415.215 382.774L402.411 382.774L398.645 393.318L395.633 387.293" stroke="#0086E5" stroke-width="0.862269"/><path d="M371.533 509.304L358.73 509.304L354.964 519.848L351.951 513.822" stroke="#0086E5" stroke-width="0.862269"/><path d="M299.229 382.774L286.426 382.774L282.66 393.318L279.647 387.293" stroke="#0086E5" stroke-width="0.862269"/><path d="M382.076 426.456L369.273 426.456L365.507 437L362.494 430.975" stroke="#0086E5" stroke-width="0.862269"/><path d="M309.773 299.927L296.97 299.927L293.204 310.471L290.191 304.445" stroke="#0086E5" stroke-width="0.862269"/><path d="M266.091 426.456L253.287 426.456L249.521 437L246.509 430.975" stroke="#0086E5" stroke-width="0.862269"/><path d="M499.568 426.456L486.765 426.456L482.999 437L479.986 430.975" stroke="#0086E5" stroke-width="0.862269"/><path d="M427.266 299.927L414.462 299.927L410.696 310.471L407.684 304.445" stroke="#0086E5" stroke-width="0.862269"/><path d="M418.228 489.721L405.424 489.721L401.658 500.266L398.646 494.24" stroke="#0086E5" stroke-width="0.862269"/><path d="M345.925 363.192L333.121 363.192L329.355 373.736L326.343 367.711" stroke="#0086E5" stroke-width="0.862269"/><path d="M302.242 489.721L289.439 489.721L285.673 500.266L282.66 494.24" stroke="#0086E5" stroke-width="0.862269"/><path d="M229.939 363.192L217.136 363.192L213.37 373.736L210.357 367.711" stroke="#0086E5" stroke-width="0.862269"/><path d="M463.417 363.192L450.613 363.192L446.848 373.736L443.835 367.711" stroke="#0086E5" stroke-width="0.862269"/><path d="M400.152 458.089L387.349 458.089L383.583 468.633L380.57 462.608" stroke="#0086E5" stroke-width="0.862269"/><path d="M327.85 331.559L315.046 331.559L311.28 342.104L308.268 336.078" stroke="#0086E5" stroke-width="0.862269"/><path d="M284.167 458.089L271.363 458.089L267.597 468.633L264.585 462.608" stroke="#0086E5" stroke-width="0.862269"/><path d="M517.645 458.089L504.841 458.089L501.075 468.633L498.063 462.608" stroke="#0086E5" stroke-width="0.862269"/><path d="M445.342 331.559L432.538 331.559L428.772 342.104L425.76 336.078" stroke="#0086E5" stroke-width="0.862269"/><path d="M436.303 521.354L423.499 521.354L419.733 531.898L416.721 525.873" stroke="#0086E5" stroke-width="0.862269"/><path d="M364.001 394.825L351.197 394.825L347.432 405.369L344.419 399.344" stroke="#0086E5" stroke-width="0.862269"/><path d="M320.318 521.354L307.515 521.354L303.749 531.898L300.736 525.873" stroke="#0086E5" stroke-width="0.862269"/><path d="M248.015 394.825L235.212 394.825L231.446 405.369L228.433 399.344" stroke="#0086E5" stroke-width="0.862269"/><path d="M481.493 394.825L468.69 394.825L464.924 405.369L461.911 399.344" stroke="#0086E5" stroke-width="0.862269"/><path d="M231.446 418.925L218.643 418.925L214.877 429.469L211.864 423.444" stroke="#0086E5" stroke-width="0.862269"/><path d="M303.749 545.454L290.945 545.454L287.18 555.998L284.167 549.973" stroke="#0086E5" stroke-width="0.862269"/><path d="M464.923 418.925L452.119 418.925L448.353 429.469L445.341 423.444" stroke="#0086E5" stroke-width="0.862269"/><path d="M348.938 418.925L336.134 418.925L332.368 429.469L329.356 423.444" stroke="#0086E5" stroke-width="0.862269"/><path d="M421.241 545.454L408.438 545.454L404.672 555.998L401.659 549.973" stroke="#0086E5" stroke-width="0.862269"/><path d="M267.598 482.19L254.794 482.19L251.028 492.734L248.016 486.709" stroke="#0086E5" stroke-width="0.862269"/><path d="M501.074 482.19L488.271 482.19L484.505 492.734L481.492 486.709" stroke="#0086E5" stroke-width="0.862269"/><path d="M428.772 355.659L415.969 355.659L412.203 366.203L409.19 360.178" stroke="#0086E5" stroke-width="0.862269"/><path d="M385.09 482.19L372.286 482.19L368.52 492.734L365.508 486.709" stroke="#0086E5" stroke-width="0.862269"/><path d="M312.786 355.659L299.983 355.659L296.217 366.203L293.204 360.178" stroke="#0086E5" stroke-width="0.862269"/><path d="M249.521 450.557L236.718 450.557L232.952 461.102L229.939 455.076" stroke="#0086E5" stroke-width="0.862269"/><path d="M482.999 450.557L470.195 450.557L466.43 461.102L463.417 455.076" stroke="#0086E5" stroke-width="0.862269"/><path d="M410.696 324.028L397.893 324.028L394.127 334.572L391.114 328.547" stroke="#0086E5" stroke-width="0.862269"/><path d="M367.014 450.557L354.21 450.557L350.444 461.102L347.432 455.076" stroke="#0086E5" stroke-width="0.862269"/><path d="M294.711 324.028L281.907 324.028L278.142 334.572L275.129 328.547" stroke="#0086E5" stroke-width="0.862269"/><path d="M285.673 513.823L272.869 513.823L269.103 524.367L266.091 518.342" stroke="#0086E5" stroke-width="0.862269"/><path d="M519.15 513.823L506.347 513.823L502.581 524.367L499.568 518.342" stroke="#0086E5" stroke-width="0.862269"/><path d="M446.848 387.292L434.044 387.292L430.278 397.836L427.266 391.811" stroke="#0086E5" stroke-width="0.862269"/><path d="M403.165 513.823L390.361 513.823L386.596 524.367L383.583 518.342" stroke="#0086E5" stroke-width="0.862269"/><path d="M330.862 387.292L318.059 387.292L314.293 397.836L311.28 391.811" stroke="#0086E5" stroke-width="0.862269"/><path d="M413.709 430.975L400.905 430.975L397.14 441.52L394.127 435.494" stroke="#0086E5" stroke-width="0.862269"/><path d="M341.406 304.446L328.603 304.446L324.837 314.99L321.824 308.965" stroke="#0086E5" stroke-width="0.862269"/><path d="M297.724 430.975L284.92 430.975L281.154 441.52L278.142 435.494" stroke="#0086E5" stroke-width="0.862269"/><path d="M225.42 304.446L212.617 304.446L208.851 314.99L205.838 308.965" stroke="#0086E5" stroke-width="0.862269"/><path d="M458.898 304.446L446.095 304.446L442.329 314.99L439.316 308.965" stroke="#0086E5" stroke-width="0.862269"/><path d="M216.383 494.241L203.579 494.241L199.813 504.785L196.801 498.76" stroke="#0086E5" stroke-width="0.862269"/><path d="M449.86 494.241L437.057 494.241L433.291 504.785L430.278 498.76" stroke="#0086E5" stroke-width="0.862269"/><path d="M377.558 367.71L364.754 367.71L360.988 378.254L357.976 372.229" stroke="#0086E5" stroke-width="0.862269"/><path d="M333.875 494.241L321.071 494.241L317.306 504.785L314.293 498.76" stroke="#0086E5" stroke-width="0.862269"/><path d="M261.572 367.71L248.768 367.71L245.002 378.254L241.99 372.229" stroke="#0086E5" stroke-width="0.862269"/><path d="M495.05 367.71L482.246 367.71L478.48 378.254L475.468 372.229" stroke="#0086E5" stroke-width="0.862269"/><path d="M431.785 462.608L418.982 462.608L415.216 473.152L412.203 467.127" stroke="#0086E5" stroke-width="0.862269"/><path d="M359.482 336.079L346.679 336.079L342.913 346.623L339.9 340.598" stroke="#0086E5" stroke-width="0.862269"/><path d="M315.799 462.608L302.995 462.608L299.229 473.152L296.217 467.127" stroke="#0086E5" stroke-width="0.862269"/><path d="M243.497 336.079L230.693 336.079L226.927 346.623L223.915 340.598" stroke="#0086E5" stroke-width="0.862269"/><path d="M476.974 336.079L464.17 336.079L460.404 346.623L457.392 340.598" stroke="#0086E5" stroke-width="0.862269"/><path d="M234.458 525.872L221.655 525.872L217.889 536.416L214.877 530.391" stroke="#0086E5" stroke-width="0.862269"/><path d="M467.937 525.872L455.133 525.872L451.367 536.416L448.355 530.391" stroke="#0086E5" stroke-width="0.862269"/><path d="M395.633 399.343L382.829 399.343L379.063 409.887L376.051 403.861" stroke="#0086E5" stroke-width="0.862269"/><path d="M351.95 525.872L339.147 525.872L335.381 536.416L332.368 530.391" stroke="#0086E5" stroke-width="0.862269"/><path d="M279.648 399.343L266.844 399.343L263.079 409.887L260.066 403.861" stroke="#0086E5" stroke-width="0.862269"/><path d="M513.125 399.343L500.321 399.343L496.556 409.887L493.543 403.861" stroke="#0086E5" stroke-width="0.862269"/><path d="M278.142 551.479L265.338 551.479L261.572 562.023L258.56 555.998" stroke="#0086E5" stroke-width="0.862269"/><path d="M439.316 424.95L426.513 424.95L422.747 435.494L419.734 429.469" stroke="#0086E5" stroke-width="0.862269"/><path d="M367.014 298.421L354.21 298.421L350.444 308.965L347.432 302.94" stroke="#0086E5" stroke-width="0.862269"/><path d="M511.619 551.479L498.816 551.479L495.05 562.023L492.037 555.998" stroke="#0086E5" stroke-width="0.862269"/><path d="M323.331 424.95L310.527 424.95L306.762 435.494L303.749 429.469" stroke="#0086E5" stroke-width="0.862269"/><path d="M251.028 298.421L238.224 298.421L234.458 308.965L231.446 302.94" stroke="#0086E5" stroke-width="0.862269"/><path d="M395.633 551.479L382.829 551.479L379.063 562.023L376.051 555.998" stroke="#0086E5" stroke-width="0.862269"/><path d="M484.505 298.421L471.701 298.421L467.936 308.965L464.923 302.94" stroke="#0086E5" stroke-width="0.862269"/><path d="M241.99 488.216L229.187 488.216L225.421 498.76L222.408 492.735" stroke="#0086E5" stroke-width="0.862269"/><path d="M475.468 488.216L462.664 488.216L458.898 498.76L455.886 492.735" stroke="#0086E5" stroke-width="0.862269"/><path d="M403.165 361.686L390.361 361.686L386.596 372.23L383.583 366.205" stroke="#0086E5" stroke-width="0.862269"/><path d="M359.482 488.216L346.679 488.216L342.913 498.76L339.9 492.735" stroke="#0086E5" stroke-width="0.862269"/><path d="M287.18 361.686L274.376 361.686L270.61 372.23L267.598 366.205" stroke="#0086E5" stroke-width="0.862269"/><path d="M520.657 361.686L507.854 361.686L504.088 372.23L501.075 366.205" stroke="#0086E5" stroke-width="0.862269"/><path d="M223.914 456.583L211.11 456.583L207.345 467.127L204.332 461.102" stroke="#0086E5" stroke-width="0.862269"/><path d="M457.393 456.583L444.589 456.583L440.823 467.127L437.811 461.102" stroke="#0086E5" stroke-width="0.862269"/><path d="M385.09 330.054L372.286 330.054L368.52 340.598L365.508 334.572" stroke="#0086E5" stroke-width="0.862269"/><path d="M341.406 456.583L328.603 456.583L324.837 467.127L321.824 461.102" stroke="#0086E5" stroke-width="0.862269"/><path d="M269.103 330.054L256.299 330.054L252.534 340.598L249.521 334.572" stroke="#0086E5" stroke-width="0.862269"/><path d="M502.581 330.054L489.777 330.054L486.012 340.598L482.999 334.572" stroke="#0086E5" stroke-width="0.862269"/><path d="M260.066 519.846L247.262 519.846L243.497 530.391L240.484 524.365" stroke="#0086E5" stroke-width="0.862269"/><path d="M493.543 519.846L480.739 519.846L476.974 530.391L473.961 524.365" stroke="#0086E5" stroke-width="0.862269"/><path d="M421.241 393.317L408.438 393.317L404.672 403.861L401.659 397.836" stroke="#0086E5" stroke-width="0.862269"/><path d="M377.558 519.846L364.754 519.846L360.988 530.391L357.976 524.365" stroke="#0086E5" stroke-width="0.862269"/><path d="M305.255 393.317L292.451 393.317L288.686 403.861L285.673 397.836" stroke="#0086E5" stroke-width="0.862269"/><path d="M388.103 437.001L375.299 437.001L371.533 447.545L368.521 441.52" stroke="#0086E5" stroke-width="0.862269"/><path d="M315.799 310.471L302.995 310.471L299.229 321.016L296.217 314.99" stroke="#0086E5" stroke-width="0.862269"/><path d="M272.116 437.001L259.313 437.001L255.547 447.545L252.534 441.52" stroke="#0086E5" stroke-width="0.862269"/><path d="M505.594 437.001L492.79 437.001L489.024 447.545L486.012 441.52" stroke="#0086E5" stroke-width="0.862269"/><path d="M433.291 310.471L420.487 310.471L416.722 321.016L413.709 314.99" stroke="#0086E5" stroke-width="0.862269"/><path d="M424.253 500.266L411.449 500.266L407.684 510.811L404.671 504.785" stroke="#0086E5" stroke-width="0.862269"/><path d="M351.95 373.735L339.147 373.735L335.381 384.279L332.368 378.254" stroke="#0086E5" stroke-width="0.862269"/><path d="M308.268 500.266L295.464 500.266L291.698 510.811L288.686 504.785" stroke="#0086E5" stroke-width="0.862269"/><path d="M235.965 373.735L223.161 373.735L219.395 384.279L216.383 378.254" stroke="#0086E5" stroke-width="0.862269"/><path d="M469.442 373.735L456.639 373.735L452.873 384.279L449.86 378.254" stroke="#0086E5" stroke-width="0.862269"/><path d="M406.178 468.634L393.374 468.634L389.608 479.178L386.596 473.153" stroke="#0086E5" stroke-width="0.862269"/><path d="M333.875 342.102L321.071 342.102L317.306 352.646L314.293 346.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M290.192 468.634L277.389 468.634L273.623 479.178L270.61 473.153" stroke="#0086E5" stroke-width="0.862269"/><path d="M217.89 342.102L205.086 342.102L201.32 352.646L198.308 346.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M523.67 468.634L510.866 468.634L507.101 479.178L504.088 473.153" stroke="#0086E5" stroke-width="0.862269"/><path d="M451.366 342.102L438.563 342.102L434.797 352.646L431.784 346.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M442.329 531.897L429.525 531.897L425.76 542.441L422.747 536.416" stroke="#0086E5" stroke-width="0.862269"/><path d="M370.026 405.368L357.223 405.368L353.457 415.912L350.444 409.887" stroke="#0086E5" stroke-width="0.862269"/><path d="M326.344 531.897L313.54 531.897L309.774 542.441L306.762 536.416" stroke="#0086E5" stroke-width="0.862269"/><path d="M254.041 405.368L241.237 405.368L237.471 415.912L234.459 409.887" stroke="#0086E5" stroke-width="0.862269"/><path d="M487.518 405.368L474.714 405.368L470.948 415.912L467.936 409.887" stroke="#0086E5" stroke-width="0.862269"/></g><rect x="504.422" y="235" width="479.421" height="317.315" fill="#33CCFF"/><mask id="mask2_4179_34040" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="504" y="235" width="480" height="318"><rect x="504.422" y="235" width="479.421" height="317.315" fill="#1EB5F0"/></mask><g mask="url(#mask2_4179_34040)"><path d="M537.643 524.366L524.839 524.366L521.073 534.91L518.061 528.885" stroke="#0086E5" stroke-width="0.862269"/><path d="M582.831 397.837L570.027 397.837L566.262 408.381L563.249 402.356" stroke="#0086E5" stroke-width="0.862269"/><path d="M655.134 524.366L642.33 524.366L638.564 534.91L635.552 528.885" stroke="#0086E5" stroke-width="0.862269"/><path d="M618.982 461.102L606.179 461.102L602.413 471.646L599.4 465.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M546.68 334.571L533.876 334.571L530.11 345.115L527.098 339.09" stroke="#0086E5" stroke-width="0.862269"/><path d="M600.907 429.47L588.104 429.47L584.338 440.014L581.325 433.988" stroke="#0086E5" stroke-width="0.862269"/><path d="M528.604 302.94L515.801 302.94L512.035 313.484L509.022 307.459" stroke="#0086E5" stroke-width="0.862269"/><path d="M519.566 492.733L506.763 492.733L502.997 503.277L499.984 497.252" stroke="#0086E5" stroke-width="0.862269"/><path d="M637.059 492.733L624.255 492.733L620.489 503.277L617.477 497.252" stroke="#0086E5" stroke-width="0.862269"/><path d="M564.756 366.204L551.952 366.204L548.186 376.748L545.174 370.723" stroke="#0086E5" stroke-width="0.862269"/><path d="M531.617 409.887L518.814 409.887L515.048 420.432L512.035 414.406" stroke="#0086E5" stroke-width="0.862269"/><path d="M603.92 536.417L591.116 536.417L587.351 546.961L584.338 540.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M567.768 473.151L554.964 473.151L551.198 483.695L548.186 477.67" stroke="#0086E5" stroke-width="0.862269"/><path d="M549.692 441.52L536.889 441.52L533.123 452.064L530.11 446.039" stroke="#0086E5" stroke-width="0.862269"/><path d="M585.844 504.784L573.04 504.784L569.274 515.328L566.262 509.303" stroke="#0086E5" stroke-width="0.862269"/><path d="M513.541 378.255L500.737 378.255L496.972 388.799L493.959 382.774" stroke="#0086E5" stroke-width="0.862269"/><path d="M512.035 530.391L499.232 530.391L495.466 540.936L492.453 534.91" stroke="#0086E5" stroke-width="0.862269"/><path d="M557.225 403.862L544.421 403.862L540.655 414.406L537.643 408.381" stroke="#0086E5" stroke-width="0.862269"/><path d="M629.527 530.391L616.724 530.391L612.958 540.936L609.945 534.91" stroke="#0086E5" stroke-width="0.862269"/><path d="M593.376 467.128L580.572 467.128L576.807 477.672L573.794 471.647" stroke="#0086E5" stroke-width="0.862269"/><path d="M521.072 340.596L508.269 340.596L504.503 351.141L501.49 345.115" stroke="#0086E5" stroke-width="0.862269"/><path d="M575.3 435.495L562.496 435.495L558.73 446.039L555.718 440.014" stroke="#0086E5" stroke-width="0.862269"/><path d="M611.451 498.759L598.648 498.759L594.882 509.303L591.869 503.278" stroke="#0086E5" stroke-width="0.862269"/><path d="M539.148 372.229L526.345 372.229L522.579 382.773L519.566 376.748" stroke="#0086E5" stroke-width="0.862269"/><path d="M506.01 415.913L493.206 415.913L489.44 426.457L486.428 420.432" stroke="#0086E5" stroke-width="0.862269"/><path d="M578.312 542.442L565.509 542.442L561.743 552.986L558.731 546.961" stroke="#0086E5" stroke-width="0.862269"/><path d="M542.161 479.177L529.358 479.177L525.592 489.721L522.579 483.695" stroke="#0086E5" stroke-width="0.862269"/><path d="M524.086 447.546L511.282 447.546L507.517 458.09L504.504 452.065" stroke="#0086E5" stroke-width="0.862269"/><path d="M560.236 510.809L547.433 510.809L543.667 521.354L540.654 515.328" stroke="#0086E5" stroke-width="0.862269"/><path d="M543.667 534.911L530.863 534.911L527.098 545.455L524.085 539.43" stroke="#0086E5" stroke-width="0.862269"/><path d="M588.856 408.382L576.053 408.382L572.287 418.926L569.274 412.901" stroke="#0086E5" stroke-width="0.862269"/><path d="M661.159 534.911L648.356 534.911L644.59 545.455L641.577 539.43" stroke="#0086E5" stroke-width="0.862269"/><path d="M507.516 471.645L494.712 471.645L490.946 482.189L487.934 476.164" stroke="#0086E5" stroke-width="0.862269"/><path d="M625.008 471.645L612.204 471.645L608.438 482.189L605.426 476.164" stroke="#0086E5" stroke-width="0.862269"/><path d="M552.705 345.116L539.901 345.116L536.136 355.66L533.123 349.635" stroke="#0086E5" stroke-width="0.862269"/><path d="M606.933 440.012L594.129 440.012L590.363 450.557L587.351 444.531" stroke="#0086E5" stroke-width="0.862269"/><path d="M534.629 313.483L521.825 313.483L518.06 324.027L515.047 318.002" stroke="#0086E5" stroke-width="0.862269"/><path d="M525.592 503.278L512.788 503.278L509.022 513.822L506.01 507.797" stroke="#0086E5" stroke-width="0.862269"/><path d="M643.084 503.278L630.28 503.278L626.515 513.822L623.502 507.797" stroke="#0086E5" stroke-width="0.862269"/><path d="M570.78 376.749L557.977 376.749L554.211 387.293L551.198 381.268" stroke="#0086E5" stroke-width="0.862269"/><path d="M537.643 420.43L524.839 420.43L521.073 430.975L518.061 424.949" stroke="#0086E5" stroke-width="0.862269"/><path d="M609.945 546.962L597.142 546.962L593.376 557.506L590.363 551.481" stroke="#0086E5" stroke-width="0.862269"/><path d="M573.794 483.696L560.99 483.696L557.225 494.24L554.212 488.215" stroke="#0086E5" stroke-width="0.862269"/><path d="M555.718 452.063L542.914 452.063L539.148 462.607L536.136 456.582" stroke="#0086E5" stroke-width="0.862269"/><path d="M591.869 515.329L579.066 515.329L575.3 525.873L572.287 519.848" stroke="#0086E5" stroke-width="0.862269"/><path d="M519.566 388.8L506.763 388.8L502.997 399.344L499.984 393.319" stroke="#0086E5" stroke-width="0.862269"/><path d="M518.061 540.936L505.257 540.936L501.491 551.48L498.479 545.455" stroke="#0086E5" stroke-width="0.862269"/><path d="M563.249 414.407L550.445 414.407L546.68 424.951L543.667 418.926" stroke="#0086E5" stroke-width="0.862269"/><path d="M635.552 540.936L622.748 540.936L618.982 551.48L615.97 545.455" stroke="#0086E5" stroke-width="0.862269"/><path d="M599.4 477.671L586.597 477.671L582.831 488.215L579.818 482.19" stroke="#0086E5" stroke-width="0.862269"/><path d="M527.098 351.141L514.294 351.141L510.528 361.686L507.516 355.66" stroke="#0086E5" stroke-width="0.862269"/><path d="M581.325 446.038L568.522 446.038L564.756 456.582L561.743 450.557" stroke="#0086E5" stroke-width="0.862269"/><path d="M509.022 319.509L496.219 319.509L492.453 330.053L489.44 324.028" stroke="#0086E5" stroke-width="0.862269"/><path d="M617.477 509.304L604.673 509.304L600.907 519.848L597.895 513.822" stroke="#0086E5" stroke-width="0.862269"/><path d="M545.174 382.774L532.37 382.774L528.604 393.318L525.592 387.293" stroke="#0086E5" stroke-width="0.862269"/><path d="M512.035 426.456L499.232 426.456L495.466 437L492.453 430.975" stroke="#0086E5" stroke-width="0.862269"/><path d="M548.187 489.721L535.383 489.721L531.617 500.266L528.605 494.24" stroke="#0086E5" stroke-width="0.862269"/><path d="M530.11 458.089L517.307 458.089L513.541 468.633L510.528 462.608" stroke="#0086E5" stroke-width="0.862269"/><path d="M566.263 521.354L553.459 521.354L549.693 531.898L546.681 525.873" stroke="#0086E5" stroke-width="0.862269"/><path d="M549.692 545.454L536.889 545.454L533.123 555.998L530.11 549.973" stroke="#0086E5" stroke-width="0.862269"/><path d="M594.882 418.925L582.078 418.925L578.312 429.469L575.3 423.444" stroke="#0086E5" stroke-width="0.862269"/><path d="M667.185 545.454L654.381 545.454L650.615 555.998L647.603 549.973" stroke="#0086E5" stroke-width="0.862269"/><path d="M513.541 482.19L500.737 482.19L496.972 492.734L493.959 486.709" stroke="#0086E5" stroke-width="0.862269"/><path d="M631.033 482.19L618.23 482.19L614.464 492.734L611.451 486.709" stroke="#0086E5" stroke-width="0.862269"/><path d="M558.73 355.659L545.927 355.659L542.161 366.203L539.148 360.178" stroke="#0086E5" stroke-width="0.862269"/><path d="M612.958 450.557L600.154 450.557L596.389 461.102L593.376 455.076" stroke="#0086E5" stroke-width="0.862269"/><path d="M540.655 324.028L527.852 324.028L524.086 334.572L521.073 328.547" stroke="#0086E5" stroke-width="0.862269"/><path d="M531.617 513.823L518.814 513.823L515.048 524.367L512.035 518.342" stroke="#0086E5" stroke-width="0.862269"/><path d="M649.109 513.823L636.306 513.823L632.54 524.367L629.527 518.342" stroke="#0086E5" stroke-width="0.862269"/><path d="M576.807 387.292L564.003 387.292L560.237 397.836L557.225 391.811" stroke="#0086E5" stroke-width="0.862269"/><path d="M543.667 430.975L530.863 430.975L527.098 441.52L524.085 435.494" stroke="#0086E5" stroke-width="0.862269"/><path d="M579.818 494.241L567.015 494.241L563.249 504.785L560.236 498.76" stroke="#0086E5" stroke-width="0.862269"/><path d="M507.516 367.71L494.712 367.71L490.946 378.254L487.934 372.229" stroke="#0086E5" stroke-width="0.862269"/><path d="M561.743 462.608L548.94 462.608L545.174 473.152L542.161 467.127" stroke="#0086E5" stroke-width="0.862269"/><path d="M597.895 525.872L585.091 525.872L581.325 536.416L578.313 530.391" stroke="#0086E5" stroke-width="0.862269"/><path d="M525.592 399.343L512.788 399.343L509.022 409.887L506.01 403.861" stroke="#0086E5" stroke-width="0.862269"/><path d="M524.086 551.479L511.282 551.479L507.517 562.023L504.504 555.998" stroke="#0086E5" stroke-width="0.862269"/><path d="M569.274 424.95L556.471 424.95L552.705 435.494L549.692 429.469" stroke="#0086E5" stroke-width="0.862269"/><path d="M641.577 551.479L628.774 551.479L625.008 562.023L621.995 555.998" stroke="#0086E5" stroke-width="0.862269"/><path d="M605.426 488.216L592.622 488.216L588.856 498.76L585.844 492.735" stroke="#0086E5" stroke-width="0.862269"/><path d="M533.123 361.686L520.319 361.686L516.554 372.23L513.541 366.205" stroke="#0086E5" stroke-width="0.862269"/><path d="M587.351 456.583L574.547 456.583L570.781 467.127L567.769 461.102" stroke="#0086E5" stroke-width="0.862269"/><path d="M515.047 330.054L502.243 330.054L498.477 340.598L495.465 334.572" stroke="#0086E5" stroke-width="0.862269"/><path d="M506.01 519.848L493.206 519.848L489.44 530.393L486.428 524.367" stroke="#0086E5" stroke-width="0.862269"/><path d="M623.502 519.848L610.698 519.848L606.933 530.393L603.92 524.367" stroke="#0086E5" stroke-width="0.862269"/><path d="M551.199 393.317L538.396 393.317L534.63 403.861L531.617 397.836" stroke="#0086E5" stroke-width="0.862269"/><path d="M518.061 437.001L505.257 437.001L501.491 447.545L498.479 441.52" stroke="#0086E5" stroke-width="0.862269"/><path d="M554.212 500.266L541.408 500.266L537.643 510.811L534.63 504.785" stroke="#0086E5" stroke-width="0.862269"/><path d="M536.136 468.634L523.332 468.634L519.566 479.178L516.554 473.153" stroke="#0086E5" stroke-width="0.862269"/><path d="M572.287 531.897L559.483 531.897L555.718 542.441L552.705 536.416" stroke="#0086E5" stroke-width="0.862269"/><path d="M698.817 397.837L686.014 397.837L682.248 408.381L679.235 402.356" stroke="#0086E5" stroke-width="0.862269"/><path d="M771.121 524.366L758.317 524.366L754.552 534.91L751.539 528.885" stroke="#0086E5" stroke-width="0.862269"/><path d="M816.31 397.837L803.506 397.837L799.74 408.381L796.728 402.356" stroke="#0086E5" stroke-width="0.862269"/><path d="M734.969 461.102L722.165 461.102L718.399 471.646L715.387 465.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M662.667 334.571L649.863 334.571L646.098 345.115L643.085 339.09" stroke="#0086E5" stroke-width="0.862269"/><path d="M780.158 334.571L767.355 334.571L763.589 345.115L760.576 339.09" stroke="#0086E5" stroke-width="0.862269"/><path d="M716.894 429.47L704.09 429.47L700.324 440.014L697.312 433.988" stroke="#0086E5" stroke-width="0.862269"/><path d="M644.591 302.94L631.787 302.94L628.021 313.484L625.009 307.459" stroke="#0086E5" stroke-width="0.862269"/><path d="M762.083 302.94L749.279 302.94L745.514 313.484L742.501 307.459" stroke="#0086E5" stroke-width="0.862269"/><path d="M753.045 492.733L740.241 492.733L736.476 503.277L733.463 497.252" stroke="#0086E5" stroke-width="0.862269"/><path d="M680.742 366.204L667.939 366.204L664.173 376.748L661.16 370.723" stroke="#0086E5" stroke-width="0.862269"/><path d="M798.234 366.204L785.431 366.204L781.665 376.748L778.652 370.723" stroke="#0086E5" stroke-width="0.862269"/><path d="M647.604 409.887L634.8 409.887L631.034 420.432L628.022 414.406" stroke="#0086E5" stroke-width="0.862269"/><path d="M719.906 536.417L707.103 536.417L703.337 546.961L700.324 540.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M765.096 409.887L752.292 409.887L748.526 420.432L745.514 414.406" stroke="#0086E5" stroke-width="0.862269"/><path d="M683.755 473.151L670.951 473.151L667.186 483.695L664.173 477.67" stroke="#0086E5" stroke-width="0.862269"/><path d="M611.452 346.622L598.649 346.622L594.883 357.166L591.87 351.141" stroke="#0086E5" stroke-width="0.862269"/><path d="M801.246 473.151L788.442 473.151L784.677 483.695L781.664 477.67" stroke="#0086E5" stroke-width="0.862269"/><path d="M728.944 346.622L716.141 346.622L712.375 357.166L709.362 351.141" stroke="#0086E5" stroke-width="0.862269"/><path d="M665.679 441.52L652.875 441.52L649.109 452.064L646.097 446.039" stroke="#0086E5" stroke-width="0.862269"/><path d="M593.376 314.989L580.572 314.989L576.807 325.533L573.794 319.508" stroke="#0086E5" stroke-width="0.862269"/><path d="M783.171 441.52L770.367 441.52L766.602 452.064L763.589 446.039" stroke="#0086E5" stroke-width="0.862269"/><path d="M710.868 314.989L698.065 314.989L694.299 325.533L691.286 319.508" stroke="#0086E5" stroke-width="0.862269"/><path d="M701.83 504.784L689.026 504.784L685.261 515.328L682.248 509.303" stroke="#0086E5" stroke-width="0.862269"/><path d="M629.527 378.255L616.724 378.255L612.958 388.799L609.945 382.774" stroke="#0086E5" stroke-width="0.862269"/><path d="M819.322 504.784L806.519 504.784L802.753 515.328L799.74 509.303" stroke="#0086E5" stroke-width="0.862269"/><path d="M747.02 378.255L734.216 378.255L730.45 388.799L727.438 382.774" stroke="#0086E5" stroke-width="0.862269"/><path d="M673.211 403.862L660.407 403.862L656.642 414.406L653.629 408.381" stroke="#0086E5" stroke-width="0.862269"/><path d="M745.514 530.391L732.71 530.391L728.944 540.936L725.932 534.91" stroke="#0086E5" stroke-width="0.862269"/><path d="M790.703 403.862L777.9 403.862L774.134 414.406L771.121 408.381" stroke="#0086E5" stroke-width="0.862269"/><path d="M709.362 467.128L696.559 467.128L692.793 477.672L689.78 471.647" stroke="#0086E5" stroke-width="0.862269"/><path d="M637.06 340.596L624.256 340.596L620.49 351.141L617.478 345.115" stroke="#0086E5" stroke-width="0.862269"/><path d="M754.551 340.596L741.747 340.596L737.981 351.141L734.969 345.115" stroke="#0086E5" stroke-width="0.862269"/><path d="M691.286 435.495L678.483 435.495L674.717 446.039L671.704 440.014" stroke="#0086E5" stroke-width="0.862269"/><path d="M618.983 308.964L606.18 308.964L602.414 319.508L599.401 313.483" stroke="#0086E5" stroke-width="0.862269"/><path d="M808.778 435.495L795.975 435.495L792.209 446.039L789.196 440.014" stroke="#0086E5" stroke-width="0.862269"/><path d="M736.476 308.964L723.672 308.964L719.906 319.508L716.894 313.483" stroke="#0086E5" stroke-width="0.862269"/><path d="M727.438 498.759L714.634 498.759L710.868 509.303L707.856 503.278" stroke="#0086E5" stroke-width="0.862269"/><path d="M655.135 372.229L642.331 372.229L638.565 382.773L635.553 376.748" stroke="#0086E5" stroke-width="0.862269"/><path d="M772.627 372.229L759.823 372.229L756.058 382.773L753.045 376.748" stroke="#0086E5" stroke-width="0.862269"/><path d="M621.996 415.913L609.192 415.913L605.427 426.457L602.414 420.432" stroke="#0086E5" stroke-width="0.862269"/><path d="M694.299 542.442L681.495 542.442L677.729 552.986L674.717 546.961" stroke="#0086E5" stroke-width="0.862269"/><path d="M739.488 415.913L726.685 415.913L722.919 426.457L719.906 420.432" stroke="#0086E5" stroke-width="0.862269"/><path d="M811.791 542.442L798.987 542.442L795.222 552.986L792.209 546.961" stroke="#0086E5" stroke-width="0.862269"/><path d="M658.147 479.177L645.344 479.177L641.578 489.721L638.565 483.695" stroke="#0086E5" stroke-width="0.862269"/><path d="M585.845 352.647L573.041 352.647L569.275 363.191L566.263 357.166" stroke="#0086E5" stroke-width="0.862269"/><path d="M819.322 352.647L806.519 352.647L802.753 363.191L799.74 357.166" stroke="#0086E5" stroke-width="0.862269"/><path d="M775.64 479.177L762.836 479.177L759.07 489.721L756.058 483.695" stroke="#0086E5" stroke-width="0.862269"/><path d="M703.337 352.647L690.533 352.647L686.768 363.191L683.755 357.166" stroke="#0086E5" stroke-width="0.862269"/><path d="M640.072 447.546L627.269 447.546L623.503 458.09L620.49 452.065" stroke="#0086E5" stroke-width="0.862269"/><path d="M567.769 321.014L554.965 321.014L551.199 331.559L548.187 325.533" stroke="#0086E5" stroke-width="0.862269"/><path d="M801.246 321.014L788.442 321.014L784.677 331.559L781.664 325.533" stroke="#0086E5" stroke-width="0.862269"/><path d="M757.564 447.546L744.761 447.546L740.995 458.09L737.982 452.065" stroke="#0086E5" stroke-width="0.862269"/><path d="M685.261 321.014L672.457 321.014L668.691 331.559L665.679 325.533" stroke="#0086E5" stroke-width="0.862269"/><path d="M676.224 510.809L663.42 510.809L659.654 521.354L656.642 515.328" stroke="#0086E5" stroke-width="0.862269"/><path d="M603.921 384.28L591.117 384.28L587.352 394.824L584.339 388.799" stroke="#0086E5" stroke-width="0.862269"/><path d="M793.716 510.809L780.912 510.809L777.146 521.354L774.134 515.328" stroke="#0086E5" stroke-width="0.862269"/><path d="M721.412 384.28L708.608 384.28L704.843 394.824L701.83 388.799" stroke="#0086E5" stroke-width="0.862269"/><path d="M704.843 408.382L692.039 408.382L688.273 418.926L685.261 412.901" stroke="#0086E5" stroke-width="0.862269"/><path d="M777.146 534.911L764.342 534.911L760.576 545.455L757.564 539.43" stroke="#0086E5" stroke-width="0.862269"/><path d="M740.994 471.645L728.191 471.645L724.425 482.189L721.412 476.164" stroke="#0086E5" stroke-width="0.862269"/><path d="M668.691 345.116L655.888 345.116L652.122 355.66L649.109 349.635" stroke="#0086E5" stroke-width="0.862269"/><path d="M786.184 345.116L773.38 345.116L769.614 355.66L766.602 349.635" stroke="#0086E5" stroke-width="0.862269"/><path d="M722.919 440.012L710.115 440.012L706.35 450.557L703.337 444.531" stroke="#0086E5" stroke-width="0.862269"/><path d="M650.616 313.483L637.813 313.483L634.047 324.027L631.034 318.002" stroke="#0086E5" stroke-width="0.862269"/><path d="M768.107 313.483L755.304 313.483L751.538 324.027L748.525 318.002" stroke="#0086E5" stroke-width="0.862269"/><path d="M759.07 503.278L746.267 503.278L742.501 513.822L739.488 507.797" stroke="#0086E5" stroke-width="0.862269"/><path d="M686.768 376.749L673.964 376.749L670.198 387.293L667.186 381.268" stroke="#0086E5" stroke-width="0.862269"/><path d="M804.26 376.749L791.456 376.749L787.69 387.293L784.678 381.268" stroke="#0086E5" stroke-width="0.862269"/><path d="M653.628 420.43L640.824 420.43L637.059 430.975L634.046 424.949" stroke="#0086E5" stroke-width="0.862269"/><path d="M725.932 546.962L713.128 546.962L709.362 557.506L706.35 551.481" stroke="#0086E5" stroke-width="0.862269"/><path d="M771.121 420.43L758.317 420.43L754.552 430.975L751.539 424.949" stroke="#0086E5" stroke-width="0.862269"/><path d="M689.779 483.696L676.976 483.696L673.21 494.24L670.197 488.215" stroke="#0086E5" stroke-width="0.862269"/><path d="M617.478 357.167L604.674 357.167L600.908 367.711L597.896 361.686" stroke="#0086E5" stroke-width="0.862269"/><path d="M807.272 483.696L794.469 483.696L790.703 494.24L787.69 488.215" stroke="#0086E5" stroke-width="0.862269"/><path d="M734.969 357.167L722.165 357.167L718.399 367.711L715.387 361.686" stroke="#0086E5" stroke-width="0.862269"/><path d="M671.704 452.063L658.9 452.063L655.135 462.607L652.122 456.582" stroke="#0086E5" stroke-width="0.862269"/><path d="M599.401 325.534L586.598 325.534L582.832 336.078L579.819 330.053" stroke="#0086E5" stroke-width="0.862269"/><path d="M789.196 452.063L776.393 452.063L772.627 462.607L769.614 456.582" stroke="#0086E5" stroke-width="0.862269"/><path d="M716.894 325.534L704.09 325.534L700.324 336.078L697.312 330.053" stroke="#0086E5" stroke-width="0.862269"/><path d="M707.855 515.329L695.052 515.329L691.286 525.873L688.273 519.848" stroke="#0086E5" stroke-width="0.862269"/><path d="M635.553 388.8L622.749 388.8L618.983 399.344L615.971 393.319" stroke="#0086E5" stroke-width="0.862269"/><path d="M753.045 388.8L740.241 388.8L736.476 399.344L733.463 393.319" stroke="#0086E5" stroke-width="0.862269"/><path d="M679.236 414.407L666.433 414.407L662.667 424.951L659.654 418.926" stroke="#0086E5" stroke-width="0.862269"/><path d="M751.538 540.936L738.734 540.936L734.969 551.48L731.956 545.455" stroke="#0086E5" stroke-width="0.862269"/><path d="M796.728 414.407L783.924 414.407L780.158 424.951L777.146 418.926" stroke="#0086E5" stroke-width="0.862269"/><path d="M715.387 477.671L702.583 477.671L698.817 488.215L695.805 482.19" stroke="#0086E5" stroke-width="0.862269"/><path d="M643.084 351.141L630.28 351.141L626.515 361.686L623.502 355.66" stroke="#0086E5" stroke-width="0.862269"/><path d="M760.576 351.141L747.773 351.141L744.007 361.686L740.994 355.66" stroke="#0086E5" stroke-width="0.862269"/><path d="M697.312 446.038L684.508 446.038L680.742 456.582L677.73 450.557" stroke="#0086E5" stroke-width="0.862269"/><path d="M625.009 319.509L612.205 319.509L608.439 330.053L605.427 324.028" stroke="#0086E5" stroke-width="0.862269"/><path d="M814.804 446.038L802 446.038L798.234 456.582L795.222 450.557" stroke="#0086E5" stroke-width="0.862269"/><path d="M742.501 319.509L729.697 319.509L725.932 330.053L722.919 324.028" stroke="#0086E5" stroke-width="0.862269"/><path d="M733.463 509.304L720.659 509.304L716.894 519.848L713.881 513.822" stroke="#0086E5" stroke-width="0.862269"/><path d="M661.16 382.774L648.357 382.774L644.591 393.318L641.578 387.293" stroke="#0086E5" stroke-width="0.862269"/><path d="M778.652 382.774L765.849 382.774L762.083 393.318L759.07 387.293" stroke="#0086E5" stroke-width="0.862269"/><path d="M628.021 426.456L615.218 426.456L611.452 437L608.439 430.975" stroke="#0086E5" stroke-width="0.862269"/><path d="M555.719 299.927L542.915 299.927L539.149 310.471L536.137 304.445" stroke="#0086E5" stroke-width="0.862269"/><path d="M789.196 299.927L776.393 299.927L772.627 310.471L769.614 304.445" stroke="#0086E5" stroke-width="0.862269"/><path d="M745.514 426.456L732.71 426.456L728.944 437L725.932 430.975" stroke="#0086E5" stroke-width="0.862269"/><path d="M673.211 299.927L660.407 299.927L656.642 310.471L653.629 304.445" stroke="#0086E5" stroke-width="0.862269"/><path d="M664.173 489.721L651.369 489.721L647.603 500.266L644.591 494.24" stroke="#0086E5" stroke-width="0.862269"/><path d="M591.87 363.192L579.067 363.192L575.301 373.736L572.288 367.711" stroke="#0086E5" stroke-width="0.862269"/><path d="M781.665 489.721L768.861 489.721L765.096 500.266L762.083 494.24" stroke="#0086E5" stroke-width="0.862269"/><path d="M709.362 363.192L696.559 363.192L692.793 373.736L689.78 367.711" stroke="#0086E5" stroke-width="0.862269"/><path d="M646.098 458.089L633.294 458.089L629.528 468.633L626.516 462.608" stroke="#0086E5" stroke-width="0.862269"/><path d="M573.794 331.559L560.99 331.559L557.225 342.104L554.212 336.078" stroke="#0086E5" stroke-width="0.862269"/><path d="M807.272 331.559L794.469 331.559L790.703 342.104L787.69 336.078" stroke="#0086E5" stroke-width="0.862269"/><path d="M763.589 458.089L750.785 458.089L747.019 468.633L744.007 462.608" stroke="#0086E5" stroke-width="0.862269"/><path d="M691.286 331.559L678.483 331.559L674.717 342.104L671.704 336.078" stroke="#0086E5" stroke-width="0.862269"/><path d="M682.248 521.354L669.444 521.354L665.679 531.898L662.666 525.873" stroke="#0086E5" stroke-width="0.862269"/><path d="M609.945 394.825L597.142 394.825L593.376 405.369L590.363 399.344" stroke="#0086E5" stroke-width="0.862269"/><path d="M799.74 521.354L786.937 521.354L783.171 531.898L780.158 525.873" stroke="#0086E5" stroke-width="0.862269"/><path d="M727.438 394.825L714.634 394.825L710.868 405.369L707.856 399.344" stroke="#0086E5" stroke-width="0.862269"/><path d="M710.868 418.925L698.065 418.925L694.299 429.469L691.286 423.444" stroke="#0086E5" stroke-width="0.862269"/><path d="M783.171 545.454L770.367 545.454L766.602 555.998L763.589 549.973" stroke="#0086E5" stroke-width="0.862269"/><path d="M747.02 482.19L734.216 482.19L730.45 492.734L727.438 486.709" stroke="#0086E5" stroke-width="0.862269"/><path d="M674.717 355.659L661.913 355.659L658.147 366.203L655.135 360.178" stroke="#0086E5" stroke-width="0.862269"/><path d="M792.209 355.659L779.405 355.659L775.64 366.203L772.627 360.178" stroke="#0086E5" stroke-width="0.862269"/><path d="M728.944 450.557L716.141 450.557L712.375 461.102L709.362 455.076" stroke="#0086E5" stroke-width="0.862269"/><path d="M656.641 324.028L643.837 324.028L640.071 334.572L637.059 328.547" stroke="#0086E5" stroke-width="0.862269"/><path d="M774.133 324.028L761.329 324.028L757.563 334.572L754.551 328.547" stroke="#0086E5" stroke-width="0.862269"/><path d="M765.096 513.823L752.292 513.823L748.526 524.367L745.514 518.342" stroke="#0086E5" stroke-width="0.862269"/><path d="M692.793 387.292L679.989 387.292L676.224 397.836L673.211 391.811" stroke="#0086E5" stroke-width="0.862269"/><path d="M810.284 387.292L797.481 387.292L793.715 397.836L790.702 391.811" stroke="#0086E5" stroke-width="0.862269"/><path d="M659.654 430.975L646.851 430.975L643.085 441.52L640.072 435.494" stroke="#0086E5" stroke-width="0.862269"/><path d="M587.351 304.446L574.547 304.446L570.781 314.99L567.769 308.965" stroke="#0086E5" stroke-width="0.862269"/><path d="M777.146 430.975L764.342 430.975L760.576 441.52L757.564 435.494" stroke="#0086E5" stroke-width="0.862269"/><path d="M704.843 304.446L692.039 304.446L688.273 314.99L685.261 308.965" stroke="#0086E5" stroke-width="0.862269"/><path d="M695.806 494.241L683.002 494.241L679.236 504.785L676.224 498.76" stroke="#0086E5" stroke-width="0.862269"/><path d="M623.502 367.71L610.698 367.71L606.933 378.254L603.92 372.229" stroke="#0086E5" stroke-width="0.862269"/><path d="M813.297 494.241L800.493 494.241L796.727 504.785L793.715 498.76" stroke="#0086E5" stroke-width="0.862269"/><path d="M740.994 367.71L728.191 367.71L724.425 378.254L721.412 372.229" stroke="#0086E5" stroke-width="0.862269"/><path d="M677.729 462.608L664.926 462.608L661.16 473.152L658.147 467.127" stroke="#0086E5" stroke-width="0.862269"/><path d="M605.427 336.079L592.623 336.079L588.857 346.623L585.845 340.598" stroke="#0086E5" stroke-width="0.862269"/><path d="M795.222 462.608L782.418 462.608L778.652 473.152L775.64 467.127" stroke="#0086E5" stroke-width="0.862269"/><path d="M722.919 336.079L710.115 336.079L706.35 346.623L703.337 340.598" stroke="#0086E5" stroke-width="0.862269"/><path d="M713.881 525.872L701.077 525.872L697.311 536.416L694.299 530.391" stroke="#0086E5" stroke-width="0.862269"/><path d="M641.578 399.343L628.775 399.343L625.009 409.887L621.996 403.861" stroke="#0086E5" stroke-width="0.862269"/><path d="M759.07 399.343L746.267 399.343L742.501 409.887L739.488 403.861" stroke="#0086E5" stroke-width="0.862269"/><path d="M685.261 424.95L672.457 424.95L668.691 435.494L665.679 429.469" stroke="#0086E5" stroke-width="0.862269"/><path d="M612.958 298.421L600.154 298.421L596.389 308.965L593.376 302.94" stroke="#0086E5" stroke-width="0.862269"/><path d="M757.564 551.479L744.761 551.479L740.995 562.023L737.982 555.998" stroke="#0086E5" stroke-width="0.862269"/><path d="M802.753 424.95L789.949 424.95L786.184 435.494L783.171 429.469" stroke="#0086E5" stroke-width="0.862269"/><path d="M730.45 298.421L717.647 298.421L713.881 308.965L710.868 302.94" stroke="#0086E5" stroke-width="0.862269"/><path d="M721.412 488.216L708.608 488.216L704.843 498.76L701.83 492.735" stroke="#0086E5" stroke-width="0.862269"/><path d="M649.109 361.686L636.306 361.686L632.54 372.23L629.527 366.205" stroke="#0086E5" stroke-width="0.862269"/><path d="M766.602 361.686L753.798 361.686L750.032 372.23L747.02 366.205" stroke="#0086E5" stroke-width="0.862269"/><path d="M703.337 456.583L690.533 456.583L686.768 467.127L683.755 461.102" stroke="#0086E5" stroke-width="0.862269"/><path d="M631.034 330.054L618.231 330.054L614.465 340.598L611.452 334.572" stroke="#0086E5" stroke-width="0.862269"/><path d="M748.525 330.054L735.722 330.054L731.956 340.598L728.943 334.572" stroke="#0086E5" stroke-width="0.862269"/><path d="M739.488 519.846L726.685 519.846L722.919 530.391L719.906 524.365" stroke="#0086E5" stroke-width="0.862269"/><path d="M667.186 393.317L654.382 393.317L650.616 403.861L647.604 397.836" stroke="#0086E5" stroke-width="0.862269"/><path d="M784.677 393.317L771.873 393.317L768.107 403.861L765.095 397.836" stroke="#0086E5" stroke-width="0.862269"/><path d="M634.047 437.001L621.243 437.001L617.477 447.545L614.465 441.52" stroke="#0086E5" stroke-width="0.862269"/><path d="M561.744 310.471L548.941 310.471L545.175 321.016L542.162 314.99" stroke="#0086E5" stroke-width="0.862269"/><path d="M795.222 310.471L782.418 310.471L778.652 321.016L775.64 314.99" stroke="#0086E5" stroke-width="0.862269"/><path d="M751.538 437.001L738.734 437.001L734.969 447.545L731.956 441.52" stroke="#0086E5" stroke-width="0.862269"/><path d="M679.236 310.471L666.433 310.471L662.667 321.016L659.654 314.99" stroke="#0086E5" stroke-width="0.862269"/><path d="M670.197 500.266L657.394 500.266L653.628 510.811L650.615 504.785" stroke="#0086E5" stroke-width="0.862269"/><path d="M597.896 373.735L585.092 373.735L581.326 384.279L578.314 378.254" stroke="#0086E5" stroke-width="0.862269"/><path d="M787.689 500.266L774.886 500.266L771.12 510.811L768.107 504.785" stroke="#0086E5" stroke-width="0.862269"/><path d="M715.387 373.735L702.583 373.735L698.817 384.279L695.805 378.254" stroke="#0086E5" stroke-width="0.862269"/><path d="M652.122 468.634L639.318 468.634L635.553 479.178L632.54 473.153" stroke="#0086E5" stroke-width="0.862269"/><path d="M579.819 342.102L567.016 342.102L563.25 352.646L560.237 346.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M813.297 342.102L800.493 342.102L796.727 352.646L793.715 346.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M769.614 468.634L756.811 468.634L753.045 479.178L750.032 473.153" stroke="#0086E5" stroke-width="0.862269"/><path d="M697.312 342.102L684.508 342.102L680.742 352.646L677.73 346.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M688.273 531.897L675.47 531.897L671.704 542.441L668.691 536.416" stroke="#0086E5" stroke-width="0.862269"/><path d="M615.971 405.368L603.167 405.368L599.401 415.912L596.389 409.887" stroke="#0086E5" stroke-width="0.862269"/><path d="M805.766 531.897L792.962 531.897L789.196 542.441L786.184 536.416" stroke="#0086E5" stroke-width="0.862269"/><path d="M733.463 405.368L720.659 405.368L716.894 415.912L713.881 409.887" stroke="#0086E5" stroke-width="0.862269"/></g><rect x="25" y="552.314" width="479.421" height="317.315" fill="#33CCFF"/><mask id="mask3_4179_34040" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="25" y="552" width="480" height="318"><rect x="25" y="552.314" width="479.421" height="317.315" fill="#1EB5F0"/></mask><g mask="url(#mask3_4179_34040)"><path d="M219.396 715.151L206.592 715.151L202.826 725.695L199.814 719.67" stroke="#0086E5" stroke-width="0.862269"/><path d="M452.873 715.151L440.069 715.151L436.304 725.695L433.291 719.67" stroke="#0086E5" stroke-width="0.862269"/><path d="M380.57 588.622L367.767 588.622L364.001 599.166L360.988 593.141" stroke="#0086E5" stroke-width="0.862269"/><path d="M336.888 715.151L324.084 715.151L320.318 725.695L317.306 719.67" stroke="#0086E5" stroke-width="0.862269"/><path d="M264.585 588.622L251.781 588.622L248.016 599.166L245.003 593.141" stroke="#0086E5" stroke-width="0.862269"/><path d="M498.062 588.622L485.259 588.622L481.493 599.166L478.481 593.141" stroke="#0086E5" stroke-width="0.862269"/><path d="M255.547 778.417L242.743 778.417L238.977 788.961L235.965 782.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M489.024 778.417L476.221 778.417L472.455 788.961L469.442 782.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M416.722 651.886L403.918 651.886L400.152 662.43L397.14 656.404" stroke="#0086E5" stroke-width="0.862269"/><path d="M373.039 778.417L360.235 778.417L356.47 788.961L353.457 782.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M300.736 651.886L287.933 651.886L284.167 662.43L281.154 656.404" stroke="#0086E5" stroke-width="0.862269"/><path d="M237.471 746.784L224.667 746.784L220.901 757.328L217.889 751.303" stroke="#0086E5" stroke-width="0.862269"/><path d="M470.949 746.784L458.146 746.784L454.38 757.328L451.367 751.303" stroke="#0086E5" stroke-width="0.862269"/><path d="M398.646 620.255L385.843 620.255L382.077 630.799L379.064 624.774" stroke="#0086E5" stroke-width="0.862269"/><path d="M354.963 746.784L342.159 746.784L338.394 757.328L335.381 751.303" stroke="#0086E5" stroke-width="0.862269"/><path d="M282.66 620.255L269.857 620.255L266.091 630.799L263.078 624.774" stroke="#0086E5" stroke-width="0.862269"/><path d="M516.138 620.255L503.334 620.255L499.568 630.799L496.556 624.774" stroke="#0086E5" stroke-width="0.862269"/><path d="M362.494 556.989L349.691 556.989L345.925 567.533L342.912 561.508" stroke="#0086E5" stroke-width="0.862269"/><path d="M434.798 683.518L421.994 683.518L418.228 694.063L415.216 688.037" stroke="#0086E5" stroke-width="0.862269"/><path d="M246.509 556.989L233.706 556.989L229.94 567.533L226.927 561.508" stroke="#0086E5" stroke-width="0.862269"/><path d="M318.812 683.518L306.008 683.518L302.242 694.063L299.23 688.037" stroke="#0086E5" stroke-width="0.862269"/><path d="M479.986 556.989L467.183 556.989L463.417 567.533L460.404 561.508" stroke="#0086E5" stroke-width="0.862269"/><path d="M401.658 727.202L388.855 727.202L385.089 737.746L382.076 731.721" stroke="#0086E5" stroke-width="0.862269"/><path d="M329.355 600.673L316.552 600.673L312.786 611.217L309.773 605.192" stroke="#0086E5" stroke-width="0.862269"/><path d="M285.673 727.202L272.869 727.202L269.103 737.746L266.091 731.721" stroke="#0086E5" stroke-width="0.862269"/><path d="M519.15 727.202L506.347 727.202L502.581 737.746L499.568 731.721" stroke="#0086E5" stroke-width="0.862269"/><path d="M446.848 600.673L434.044 600.673L430.278 611.217L427.266 605.192" stroke="#0086E5" stroke-width="0.862269"/><path d="M437.81 790.466L425.006 790.466L421.24 801.01L418.228 794.985" stroke="#0086E5" stroke-width="0.862269"/><path d="M365.507 663.936L352.703 663.936L348.937 674.48L345.925 668.455" stroke="#0086E5" stroke-width="0.862269"/><path d="M321.824 790.466L309.021 790.466L305.255 801.01L302.242 794.985" stroke="#0086E5" stroke-width="0.862269"/><path d="M249.521 663.936L236.718 663.936L232.952 674.48L229.939 668.455" stroke="#0086E5" stroke-width="0.862269"/><path d="M482.999 663.936L470.195 663.936L466.43 674.48L463.417 668.455" stroke="#0086E5" stroke-width="0.862269"/><path d="M419.734 758.835L406.931 758.835L403.165 769.379L400.152 763.354" stroke="#0086E5" stroke-width="0.862269"/><path d="M347.432 632.304L334.628 632.304L330.862 642.848L327.85 636.822" stroke="#0086E5" stroke-width="0.862269"/><path d="M303.749 758.835L290.945 758.835L287.18 769.379L284.167 763.354" stroke="#0086E5" stroke-width="0.862269"/><path d="M231.446 632.304L218.643 632.304L214.877 642.848L211.864 636.822" stroke="#0086E5" stroke-width="0.862269"/><path d="M464.923 632.304L452.119 632.304L448.353 642.848L445.341 636.822" stroke="#0086E5" stroke-width="0.862269"/><path d="M311.28 569.04L298.477 569.04L294.711 579.584L291.698 573.559" stroke="#0086E5" stroke-width="0.862269"/><path d="M383.583 695.569L370.779 695.569L367.014 706.113L364.001 700.088" stroke="#0086E5" stroke-width="0.862269"/><path d="M267.598 695.569L254.794 695.569L251.028 706.113L248.016 700.088" stroke="#0086E5" stroke-width="0.862269"/><path d="M428.772 569.04L415.969 569.04L412.203 579.584L409.19 573.559" stroke="#0086E5" stroke-width="0.862269"/><path d="M501.074 695.569L488.271 695.569L484.505 706.113L481.492 700.088" stroke="#0086E5" stroke-width="0.862269"/><path d="M427.266 721.177L414.462 721.177L410.696 731.721L407.684 725.695" stroke="#0086E5" stroke-width="0.862269"/><path d="M354.963 594.647L342.159 594.647L338.394 605.191L335.381 599.166" stroke="#0086E5" stroke-width="0.862269"/><path d="M311.28 721.177L298.477 721.177L294.711 731.721L291.698 725.695" stroke="#0086E5" stroke-width="0.862269"/><path d="M238.978 594.647L226.174 594.647L222.408 605.191L219.396 599.166" stroke="#0086E5" stroke-width="0.862269"/><path d="M472.455 594.647L459.651 594.647L455.886 605.191L452.873 599.166" stroke="#0086E5" stroke-width="0.862269"/><path d="M229.939 784.442L217.136 784.442L213.37 794.986L210.357 788.961" stroke="#0086E5" stroke-width="0.862269"/><path d="M463.417 784.442L450.613 784.442L446.848 794.986L443.835 788.961" stroke="#0086E5" stroke-width="0.862269"/><path d="M391.114 657.911L378.311 657.911L374.545 668.455L371.532 662.43" stroke="#0086E5" stroke-width="0.862269"/><path d="M347.432 784.442L334.628 784.442L330.862 794.986L327.85 788.961" stroke="#0086E5" stroke-width="0.862269"/><path d="M275.129 657.911L262.325 657.911L258.56 668.455L255.547 662.43" stroke="#0086E5" stroke-width="0.862269"/><path d="M508.606 657.911L495.803 657.911L492.037 668.455L489.024 662.43" stroke="#0086E5" stroke-width="0.862269"/><path d="M445.342 752.809L432.538 752.809L428.772 763.354L425.76 757.328" stroke="#0086E5" stroke-width="0.862269"/><path d="M373.039 626.278L360.235 626.278L356.47 636.822L353.457 630.797" stroke="#0086E5" stroke-width="0.862269"/><path d="M329.355 752.809L316.552 752.809L312.786 763.354L309.773 757.328" stroke="#0086E5" stroke-width="0.862269"/><path d="M257.053 626.278L244.249 626.278L240.483 636.822L237.471 630.797" stroke="#0086E5" stroke-width="0.862269"/><path d="M490.531 626.278L477.728 626.278L473.962 636.822L470.949 630.797" stroke="#0086E5" stroke-width="0.862269"/><path d="M336.888 563.014L324.084 563.014L320.318 573.559L317.306 567.533" stroke="#0086E5" stroke-width="0.862269"/><path d="M409.19 689.544L396.387 689.544L392.621 700.088L389.608 694.063" stroke="#0086E5" stroke-width="0.862269"/><path d="M220.902 563.014L208.098 563.014L204.332 573.559L201.32 567.533" stroke="#0086E5" stroke-width="0.862269"/><path d="M293.204 689.544L280.4 689.544L276.635 700.088L273.622 694.063" stroke="#0086E5" stroke-width="0.862269"/><path d="M454.38 563.014L441.576 563.014L437.811 573.559L434.798 567.533" stroke="#0086E5" stroke-width="0.862269"/><path d="M376.052 733.227L363.248 733.227L359.482 743.771L356.47 737.746" stroke="#0086E5" stroke-width="0.862269"/><path d="M303.749 606.698L290.945 606.698L287.18 617.242L284.167 611.217" stroke="#0086E5" stroke-width="0.862269"/><path d="M260.066 733.227L247.262 733.227L243.497 743.771L240.484 737.746" stroke="#0086E5" stroke-width="0.862269"/><path d="M493.543 733.227L480.739 733.227L476.974 743.771L473.961 737.746" stroke="#0086E5" stroke-width="0.862269"/><path d="M421.241 606.698L408.438 606.698L404.672 617.242L401.659 611.217" stroke="#0086E5" stroke-width="0.862269"/><path d="M501.074 543.432L488.271 543.432L484.505 553.977L481.492 547.951" stroke="#0086E5" stroke-width="0.862269"/><path d="M267.598 543.432L254.794 543.432L251.028 553.977L248.016 547.951" stroke="#0086E5" stroke-width="0.862269"/><path d="M412.203 796.491L399.4 796.491L395.634 807.035L392.621 801.01" stroke="#0086E5" stroke-width="0.862269"/><path d="M339.9 669.962L327.097 669.962L323.331 680.506L320.318 674.481" stroke="#0086E5" stroke-width="0.862269"/><path d="M296.217 796.491L283.413 796.491L279.647 807.035L276.635 801.01" stroke="#0086E5" stroke-width="0.862269"/><path d="M223.914 669.962L211.11 669.962L207.345 680.506L204.332 674.481" stroke="#0086E5" stroke-width="0.862269"/><path d="M385.09 543.432L372.286 543.432L368.52 553.977L365.508 547.951" stroke="#0086E5" stroke-width="0.862269"/><path d="M457.393 669.962L444.589 669.962L440.823 680.506L437.811 674.481" stroke="#0086E5" stroke-width="0.862269"/><path d="M394.127 764.86L381.323 764.86L377.558 775.404L374.545 769.379" stroke="#0086E5" stroke-width="0.862269"/><path d="M321.824 638.329L309.021 638.329L305.255 648.873L302.242 642.848" stroke="#0086E5" stroke-width="0.862269"/><path d="M278.142 764.86L265.338 764.86L261.572 775.404L258.56 769.379" stroke="#0086E5" stroke-width="0.862269"/><path d="M511.619 764.86L498.816 764.86L495.05 775.404L492.037 769.379" stroke="#0086E5" stroke-width="0.862269"/><path d="M439.316 638.329L426.513 638.329L422.747 648.873L419.734 642.848" stroke="#0086E5" stroke-width="0.862269"/><path d="M519.15 575.065L506.347 575.065L502.581 585.609L499.568 579.584" stroke="#0086E5" stroke-width="0.862269"/><path d="M285.673 575.065L272.869 575.065L269.103 585.609L266.091 579.584" stroke="#0086E5" stroke-width="0.862269"/><path d="M357.976 701.595L345.172 701.595L341.406 712.139L338.394 706.113" stroke="#0086E5" stroke-width="0.862269"/><path d="M241.99 701.595L229.187 701.595L225.421 712.139L222.408 706.113" stroke="#0086E5" stroke-width="0.862269"/><path d="M403.165 575.065L390.361 575.065L386.596 585.609L383.583 579.584" stroke="#0086E5" stroke-width="0.862269"/><path d="M475.468 701.595L462.664 701.595L458.898 712.139L455.886 706.113" stroke="#0086E5" stroke-width="0.862269"/><path d="M225.42 725.696L212.617 725.696L208.851 736.24L205.838 730.215" stroke="#0086E5" stroke-width="0.862269"/><path d="M458.898 725.696L446.095 725.696L442.329 736.24L439.316 730.215" stroke="#0086E5" stroke-width="0.862269"/><path d="M386.596 599.165L373.792 599.165L370.026 609.709L367.014 603.684" stroke="#0086E5" stroke-width="0.862269"/><path d="M342.913 725.696L330.109 725.696L326.344 736.24L323.331 730.215" stroke="#0086E5" stroke-width="0.862269"/><path d="M270.609 599.165L257.806 599.165L254.04 609.709L251.027 603.684" stroke="#0086E5" stroke-width="0.862269"/><path d="M504.088 599.165L491.284 599.165L487.519 609.709L484.506 603.684" stroke="#0086E5" stroke-width="0.862269"/><path d="M261.572 788.96L248.768 788.96L245.002 799.504L241.99 793.479" stroke="#0086E5" stroke-width="0.862269"/><path d="M495.05 788.96L482.246 788.96L478.48 799.504L475.468 793.479" stroke="#0086E5" stroke-width="0.862269"/><path d="M422.747 662.43L409.943 662.43L406.178 672.975L403.165 666.949" stroke="#0086E5" stroke-width="0.862269"/><path d="M379.063 788.96L366.26 788.96L362.494 799.504L359.481 793.479" stroke="#0086E5" stroke-width="0.862269"/><path d="M306.761 662.43L293.957 662.43L290.191 672.975L287.179 666.949" stroke="#0086E5" stroke-width="0.862269"/><path d="M243.497 757.327L230.693 757.327L226.927 767.871L223.915 761.846" stroke="#0086E5" stroke-width="0.862269"/><path d="M476.974 757.327L464.17 757.327L460.404 767.871L457.392 761.846" stroke="#0086E5" stroke-width="0.862269"/><path d="M404.671 630.798L391.867 630.798L388.102 641.342L385.089 635.317" stroke="#0086E5" stroke-width="0.862269"/><path d="M360.988 757.327L348.185 757.327L344.419 767.871L341.406 761.846" stroke="#0086E5" stroke-width="0.862269"/><path d="M288.686 630.798L275.882 630.798L272.116 641.342L269.104 635.317" stroke="#0086E5" stroke-width="0.862269"/><path d="M522.163 630.798L509.359 630.798L505.594 641.342L502.581 635.317" stroke="#0086E5" stroke-width="0.862269"/><path d="M368.52 567.534L355.716 567.534L351.95 578.078L348.938 572.053" stroke="#0086E5" stroke-width="0.862269"/><path d="M440.822 694.063L428.019 694.063L424.253 704.607L421.24 698.582" stroke="#0086E5" stroke-width="0.862269"/><path d="M252.534 567.534L239.731 567.534L235.965 578.078L232.952 572.053" stroke="#0086E5" stroke-width="0.862269"/><path d="M324.837 694.063L312.033 694.063L308.268 704.607L305.255 698.582" stroke="#0086E5" stroke-width="0.862269"/><path d="M486.012 567.534L473.208 567.534L469.442 578.078L466.43 572.053" stroke="#0086E5" stroke-width="0.862269"/><path d="M407.684 737.745L394.88 737.745L391.114 748.289L388.102 742.264" stroke="#0086E5" stroke-width="0.862269"/><path d="M335.381 611.216L322.577 611.216L318.811 621.76L315.799 615.735" stroke="#0086E5" stroke-width="0.862269"/><path d="M291.698 737.745L278.895 737.745L275.129 748.289L272.116 742.264" stroke="#0086E5" stroke-width="0.862269"/><path d="M219.396 611.216L206.592 611.216L202.826 621.76L199.814 615.735" stroke="#0086E5" stroke-width="0.862269"/><path d="M452.873 611.216L440.069 611.216L436.304 621.76L433.291 615.735" stroke="#0086E5" stroke-width="0.862269"/><path d="M299.229 547.952L286.426 547.952L282.66 558.496L279.647 552.471" stroke="#0086E5" stroke-width="0.862269"/><path d="M371.533 674.481L358.73 674.481L354.964 685.025L351.951 679" stroke="#0086E5" stroke-width="0.862269"/><path d="M255.547 674.481L242.743 674.481L238.977 685.025L235.965 679" stroke="#0086E5" stroke-width="0.862269"/><path d="M416.722 547.952L403.918 547.952L400.152 558.496L397.14 552.471" stroke="#0086E5" stroke-width="0.862269"/><path d="M489.024 674.481L476.221 674.481L472.455 685.025L469.442 679" stroke="#0086E5" stroke-width="0.862269"/><path d="M425.76 769.378L412.956 769.378L409.19 779.922L406.178 773.897" stroke="#0086E5" stroke-width="0.862269"/><path d="M353.456 642.848L340.652 642.848L336.887 653.393L333.874 647.367" stroke="#0086E5" stroke-width="0.862269"/><path d="M309.773 769.378L296.97 769.378L293.204 779.922L290.191 773.897" stroke="#0086E5" stroke-width="0.862269"/><path d="M237.471 642.848L224.667 642.848L220.901 653.393L217.889 647.367" stroke="#0086E5" stroke-width="0.862269"/><path d="M470.949 642.848L458.146 642.848L454.38 653.393L451.367 647.367" stroke="#0086E5" stroke-width="0.862269"/><path d="M317.305 579.583L304.501 579.583L300.735 590.127L297.723 584.102" stroke="#0086E5" stroke-width="0.862269"/><path d="M389.607 706.114L376.804 706.114L373.038 716.658L370.025 710.633" stroke="#0086E5" stroke-width="0.862269"/><path d="M273.623 706.114L260.819 706.114L257.053 716.658L254.041 710.633" stroke="#0086E5" stroke-width="0.862269"/><path d="M434.798 579.583L421.994 579.583L418.228 590.127L415.216 584.102" stroke="#0086E5" stroke-width="0.862269"/><path d="M507.101 706.114L494.297 706.114L490.531 716.658L487.519 710.633" stroke="#0086E5" stroke-width="0.862269"/><path d="M433.291 731.721L420.487 731.721L416.722 742.266L413.709 736.24" stroke="#0086E5" stroke-width="0.862269"/><path d="M360.988 605.19L348.185 605.19L344.419 615.734L341.406 609.709" stroke="#0086E5" stroke-width="0.862269"/><path d="M317.305 731.721L304.501 731.721L300.735 742.266L297.723 736.24" stroke="#0086E5" stroke-width="0.862269"/><path d="M245.002 605.19L232.199 605.19L228.433 615.734L225.42 609.709" stroke="#0086E5" stroke-width="0.862269"/><path d="M478.48 605.19L465.677 605.19L461.911 615.734L458.898 609.709" stroke="#0086E5" stroke-width="0.862269"/><path d="M235.965 794.985L223.161 794.985L219.395 805.529L216.383 799.504" stroke="#0086E5" stroke-width="0.862269"/><path d="M324.837 541.925L312.033 541.925L308.268 552.469L305.255 546.444" stroke="#0086E5" stroke-width="0.862269"/><path d="M469.442 794.985L456.639 794.985L452.873 805.529L449.86 799.504" stroke="#0086E5" stroke-width="0.862269"/><path d="M397.14 668.456L384.336 668.456L380.57 679L377.558 672.975" stroke="#0086E5" stroke-width="0.862269"/><path d="M353.456 794.985L340.652 794.985L336.887 805.529L333.874 799.504" stroke="#0086E5" stroke-width="0.862269"/><path d="M281.154 668.456L268.35 668.456L264.584 679L261.572 672.975" stroke="#0086E5" stroke-width="0.862269"/><path d="M442.329 541.925L429.525 541.925L425.76 552.469L422.747 546.444" stroke="#0086E5" stroke-width="0.862269"/><path d="M514.632 668.456L501.828 668.456L498.062 679L495.05 672.975" stroke="#0086E5" stroke-width="0.862269"/><path d="M217.89 763.352L205.086 763.352L201.32 773.896L198.308 767.871" stroke="#0086E5" stroke-width="0.862269"/><path d="M451.366 763.352L438.563 763.352L434.797 773.896L431.784 767.871" stroke="#0086E5" stroke-width="0.862269"/><path d="M379.063 636.823L366.26 636.823L362.494 647.367L359.481 641.342" stroke="#0086E5" stroke-width="0.862269"/><path d="M335.381 763.352L322.577 763.352L318.811 773.896L315.799 767.871" stroke="#0086E5" stroke-width="0.862269"/><path d="M263.079 636.823L250.275 636.823L246.509 647.367L243.497 641.342" stroke="#0086E5" stroke-width="0.862269"/><path d="M496.557 636.823L483.753 636.823L479.987 647.367L476.975 641.342" stroke="#0086E5" stroke-width="0.862269"/><path d="M342.913 573.559L330.109 573.559L326.344 584.104L323.331 578.078" stroke="#0086E5" stroke-width="0.862269"/><path d="M415.215 700.089L402.411 700.089L398.645 710.633L395.633 704.608" stroke="#0086E5" stroke-width="0.862269"/><path d="M226.927 573.559L214.124 573.559L210.358 584.104L207.345 578.078" stroke="#0086E5" stroke-width="0.862269"/><path d="M299.229 700.089L286.426 700.089L282.66 710.633L279.647 704.608" stroke="#0086E5" stroke-width="0.862269"/><path d="M460.404 573.559L447.601 573.559L443.835 584.104L440.822 578.078" stroke="#0086E5" stroke-width="0.862269"/><path d="M382.076 743.77L369.273 743.77L365.507 754.314L362.494 748.289" stroke="#0086E5" stroke-width="0.862269"/><path d="M309.773 617.241L296.97 617.241L293.204 627.785L290.191 621.76" stroke="#0086E5" stroke-width="0.862269"/><path d="M266.091 743.77L253.287 743.77L249.521 754.314L246.509 748.289" stroke="#0086E5" stroke-width="0.862269"/><path d="M499.568 743.77L486.765 743.77L482.999 754.314L479.986 748.289" stroke="#0086E5" stroke-width="0.862269"/><path d="M427.266 617.241L414.462 617.241L410.696 627.785L407.684 621.76" stroke="#0086E5" stroke-width="0.862269"/><path d="M507.101 553.975L494.297 553.975L490.531 564.52L487.519 558.494" stroke="#0086E5" stroke-width="0.862269"/><path d="M273.623 553.975L260.819 553.975L257.053 564.52L254.041 558.494" stroke="#0086E5" stroke-width="0.862269"/><path d="M345.925 680.507L333.121 680.507L329.355 691.051L326.343 685.026" stroke="#0086E5" stroke-width="0.862269"/><path d="M229.939 680.507L217.136 680.507L213.37 691.051L210.357 685.026" stroke="#0086E5" stroke-width="0.862269"/><path d="M391.114 553.975L378.311 553.975L374.545 564.52L371.532 558.494" stroke="#0086E5" stroke-width="0.862269"/><path d="M463.417 680.507L450.613 680.507L446.848 691.051L443.835 685.026" stroke="#0086E5" stroke-width="0.862269"/><path d="M400.152 775.403L387.349 775.403L383.583 785.947L380.57 779.922" stroke="#0086E5" stroke-width="0.862269"/><path d="M327.85 648.874L315.046 648.874L311.28 659.418L308.268 653.393" stroke="#0086E5" stroke-width="0.862269"/><path d="M284.167 775.403L271.363 775.403L267.597 785.947L264.585 779.922" stroke="#0086E5" stroke-width="0.862269"/><path d="M517.645 775.403L504.841 775.403L501.075 785.947L498.063 779.922" stroke="#0086E5" stroke-width="0.862269"/><path d="M445.342 648.874L432.538 648.874L428.772 659.418L425.76 653.393" stroke="#0086E5" stroke-width="0.862269"/><path d="M291.698 585.608L278.895 585.608L275.129 596.152L272.116 590.127" stroke="#0086E5" stroke-width="0.862269"/><path d="M364.001 712.139L351.197 712.139L347.432 722.684L344.419 716.658" stroke="#0086E5" stroke-width="0.862269"/><path d="M248.015 712.139L235.212 712.139L231.446 722.684L228.433 716.658" stroke="#0086E5" stroke-width="0.862269"/><path d="M409.19 585.608L396.387 585.608L392.621 596.152L389.608 590.127" stroke="#0086E5" stroke-width="0.862269"/><path d="M481.493 712.139L468.69 712.139L464.924 722.684L461.911 716.658" stroke="#0086E5" stroke-width="0.862269"/><path d="M231.446 736.239L218.643 736.239L214.877 746.783L211.864 740.758" stroke="#0086E5" stroke-width="0.862269"/><path d="M464.923 736.239L452.119 736.239L448.353 746.783L445.341 740.758" stroke="#0086E5" stroke-width="0.862269"/><path d="M392.621 609.71L379.817 609.71L376.052 620.254L373.039 614.229" stroke="#0086E5" stroke-width="0.862269"/><path d="M348.938 736.239L336.134 736.239L332.368 746.783L329.356 740.758" stroke="#0086E5" stroke-width="0.862269"/><path d="M276.635 609.71L263.832 609.71L260.066 620.254L257.053 614.229" stroke="#0086E5" stroke-width="0.862269"/><path d="M510.112 609.71L497.309 609.71L493.543 620.254L490.53 614.229" stroke="#0086E5" stroke-width="0.862269"/><path d="M267.598 799.505L254.794 799.505L251.028 810.049L248.016 804.024" stroke="#0086E5" stroke-width="0.862269"/><path d="M356.47 546.444L343.666 546.444L339.9 556.988L336.888 550.963" stroke="#0086E5" stroke-width="0.862269"/><path d="M501.074 799.505L488.271 799.505L484.505 810.049L481.492 804.024" stroke="#0086E5" stroke-width="0.862269"/><path d="M428.772 672.973L415.969 672.973L412.203 683.518L409.19 677.492" stroke="#0086E5" stroke-width="0.862269"/><path d="M240.484 546.444L227.68 546.444L223.915 556.988L220.902 550.963" stroke="#0086E5" stroke-width="0.862269"/><path d="M385.09 799.505L372.286 799.505L368.52 810.049L365.508 804.024" stroke="#0086E5" stroke-width="0.862269"/><path d="M312.786 672.973L299.983 672.973L296.217 683.518L293.204 677.492" stroke="#0086E5" stroke-width="0.862269"/><path d="M473.961 546.444L461.157 546.444L457.392 556.988L454.379 550.963" stroke="#0086E5" stroke-width="0.862269"/><path d="M249.521 767.872L236.718 767.872L232.952 778.416L229.939 772.391" stroke="#0086E5" stroke-width="0.862269"/><path d="M482.999 767.872L470.195 767.872L466.43 778.416L463.417 772.391" stroke="#0086E5" stroke-width="0.862269"/><path d="M410.696 641.343L397.893 641.343L394.127 651.887L391.114 645.861" stroke="#0086E5" stroke-width="0.862269"/><path d="M367.014 767.872L354.21 767.872L350.444 778.416L347.432 772.391" stroke="#0086E5" stroke-width="0.862269"/><path d="M294.711 641.343L281.907 641.343L278.142 651.887L275.129 645.861" stroke="#0086E5" stroke-width="0.862269"/><path d="M374.545 578.077L361.741 578.077L357.976 588.621L354.963 582.596" stroke="#0086E5" stroke-width="0.862269"/><path d="M446.848 704.606L434.044 704.606L430.278 715.15L427.266 709.125" stroke="#0086E5" stroke-width="0.862269"/><path d="M258.56 578.077L245.756 578.077L241.99 588.621L238.978 582.596" stroke="#0086E5" stroke-width="0.862269"/><path d="M330.862 704.606L318.059 704.606L314.293 715.15L311.28 709.125" stroke="#0086E5" stroke-width="0.862269"/><path d="M492.037 578.077L479.233 578.077L475.468 588.621L472.455 582.596" stroke="#0086E5" stroke-width="0.862269"/><path d="M413.709 748.29L400.905 748.29L397.14 758.834L394.127 752.809" stroke="#0086E5" stroke-width="0.862269"/><path d="M341.406 621.761L328.603 621.761L324.837 632.305L321.824 626.279" stroke="#0086E5" stroke-width="0.862269"/><path d="M297.724 748.29L284.92 748.29L281.154 758.834L278.142 752.809" stroke="#0086E5" stroke-width="0.862269"/><path d="M225.42 621.761L212.617 621.761L208.851 632.305L205.838 626.279" stroke="#0086E5" stroke-width="0.862269"/><path d="M458.898 621.761L446.095 621.761L442.329 632.305L439.316 626.279" stroke="#0086E5" stroke-width="0.862269"/><path d="M305.255 558.495L292.451 558.495L288.686 569.039L285.673 563.014" stroke="#0086E5" stroke-width="0.862269"/><path d="M377.558 685.024L364.754 685.024L360.988 695.568L357.976 689.543" stroke="#0086E5" stroke-width="0.862269"/><path d="M261.572 685.024L248.768 685.024L245.002 695.568L241.99 689.543" stroke="#0086E5" stroke-width="0.862269"/><path d="M422.747 558.495L409.943 558.495L406.178 569.039L403.165 563.014" stroke="#0086E5" stroke-width="0.862269"/><path d="M495.05 685.024L482.246 685.024L478.48 695.568L475.468 689.543" stroke="#0086E5" stroke-width="0.862269"/><path d="M431.785 779.923L418.982 779.923L415.216 790.467L412.203 784.442" stroke="#0086E5" stroke-width="0.862269"/><path d="M359.482 653.393L346.679 653.393L342.913 663.938L339.9 657.912" stroke="#0086E5" stroke-width="0.862269"/><path d="M315.799 779.923L302.995 779.923L299.229 790.467L296.217 784.442" stroke="#0086E5" stroke-width="0.862269"/><path d="M243.497 653.393L230.693 653.393L226.927 663.938L223.915 657.912" stroke="#0086E5" stroke-width="0.862269"/><path d="M476.974 653.393L464.17 653.393L460.404 663.938L457.392 657.912" stroke="#0086E5" stroke-width="0.862269"/><path d="M323.331 590.128L310.527 590.128L306.762 600.672L303.749 594.647" stroke="#0086E5" stroke-width="0.862269"/><path d="M395.633 716.657L382.829 716.657L379.063 727.201L376.051 721.176" stroke="#0086E5" stroke-width="0.862269"/><path d="M279.648 716.657L266.844 716.657L263.079 727.201L260.066 721.176" stroke="#0086E5" stroke-width="0.862269"/><path d="M440.822 590.128L428.019 590.128L424.253 600.672L421.24 594.647" stroke="#0086E5" stroke-width="0.862269"/><path d="M513.125 716.657L500.321 716.657L496.556 727.201L493.543 721.176" stroke="#0086E5" stroke-width="0.862269"/><path d="M439.316 742.264L426.513 742.264L422.747 752.809L419.734 746.783" stroke="#0086E5" stroke-width="0.862269"/><path d="M367.014 615.735L354.21 615.735L350.444 626.279L347.432 620.254" stroke="#0086E5" stroke-width="0.862269"/><path d="M323.331 742.264L310.527 742.264L306.762 752.809L303.749 746.783" stroke="#0086E5" stroke-width="0.862269"/><path d="M251.028 615.735L238.224 615.735L234.458 626.279L231.446 620.254" stroke="#0086E5" stroke-width="0.862269"/><path d="M484.505 615.735L471.701 615.735L467.936 626.279L464.923 620.254" stroke="#0086E5" stroke-width="0.862269"/><path d="M330.862 552.47L318.059 552.47L314.293 563.014L311.28 556.988" stroke="#0086E5" stroke-width="0.862269"/><path d="M403.165 679.001L390.361 679.001L386.596 689.545L383.583 683.52" stroke="#0086E5" stroke-width="0.862269"/><path d="M214.876 552.47L202.073 552.47L198.307 563.014L195.294 556.988" stroke="#0086E5" stroke-width="0.862269"/><path d="M287.18 679.001L274.376 679.001L270.61 689.545L267.598 683.52" stroke="#0086E5" stroke-width="0.862269"/><path d="M448.354 552.47L435.551 552.47L431.785 563.014L428.772 556.988" stroke="#0086E5" stroke-width="0.862269"/><path d="M520.657 679.001L507.854 679.001L504.088 689.545L501.075 683.52" stroke="#0086E5" stroke-width="0.862269"/><path d="M223.914 773.897L211.11 773.897L207.345 784.441L204.332 778.416" stroke="#0086E5" stroke-width="0.862269"/><path d="M457.393 773.897L444.589 773.897L440.823 784.441L437.811 778.416" stroke="#0086E5" stroke-width="0.862269"/><path d="M385.09 647.368L372.286 647.368L368.52 657.912L365.508 651.887" stroke="#0086E5" stroke-width="0.862269"/><path d="M341.406 773.897L328.603 773.897L324.837 784.441L321.824 778.416" stroke="#0086E5" stroke-width="0.862269"/><path d="M269.103 647.368L256.299 647.368L252.534 657.912L249.521 651.887" stroke="#0086E5" stroke-width="0.862269"/><path d="M502.581 647.368L489.777 647.368L486.012 657.912L482.999 651.887" stroke="#0086E5" stroke-width="0.862269"/><path d="M348.938 584.102L336.134 584.102L332.368 594.646L329.356 588.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M421.241 710.632L408.438 710.632L404.672 721.176L401.659 715.151" stroke="#0086E5" stroke-width="0.862269"/><path d="M232.952 584.102L220.149 584.102L216.383 594.646L213.37 588.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M305.255 710.632L292.451 710.632L288.686 721.176L285.673 715.151" stroke="#0086E5" stroke-width="0.862269"/><path d="M466.43 584.102L453.626 584.102L449.86 594.646L446.848 588.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M388.103 754.315L375.299 754.315L371.533 764.859L368.521 758.834" stroke="#0086E5" stroke-width="0.862269"/><path d="M315.799 627.786L302.995 627.786L299.229 638.33L296.217 632.305" stroke="#0086E5" stroke-width="0.862269"/><path d="M272.116 754.315L259.313 754.315L255.547 764.859L252.534 758.834" stroke="#0086E5" stroke-width="0.862269"/><path d="M505.594 754.315L492.79 754.315L489.024 764.859L486.012 758.834" stroke="#0086E5" stroke-width="0.862269"/><path d="M433.291 627.786L420.487 627.786L416.722 638.33L413.709 632.305" stroke="#0086E5" stroke-width="0.862269"/><path d="M513.125 564.52L500.321 564.52L496.556 575.064L493.543 569.039" stroke="#0086E5" stroke-width="0.862269"/><path d="M279.648 564.52L266.844 564.52L263.079 575.064L260.066 569.039" stroke="#0086E5" stroke-width="0.862269"/><path d="M351.95 691.05L339.147 691.05L335.381 701.594L332.368 695.569" stroke="#0086E5" stroke-width="0.862269"/><path d="M235.965 691.05L223.161 691.05L219.395 701.594L216.383 695.569" stroke="#0086E5" stroke-width="0.862269"/><path d="M397.14 564.52L384.336 564.52L380.57 575.064L377.558 569.039" stroke="#0086E5" stroke-width="0.862269"/><path d="M469.442 691.05L456.639 691.05L452.873 701.594L449.86 695.569" stroke="#0086E5" stroke-width="0.862269"/><path d="M406.178 785.948L393.374 785.948L389.608 796.492L386.596 790.467" stroke="#0086E5" stroke-width="0.862269"/><path d="M333.875 659.417L321.071 659.417L317.306 669.961L314.293 663.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M290.192 785.948L277.389 785.948L273.623 796.492L270.61 790.467" stroke="#0086E5" stroke-width="0.862269"/><path d="M217.89 659.417L205.086 659.417L201.32 669.961L198.308 663.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M523.67 785.948L510.866 785.948L507.101 796.492L504.088 790.467" stroke="#0086E5" stroke-width="0.862269"/><path d="M451.366 659.417L438.563 659.417L434.797 669.961L431.784 663.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M297.724 596.153L284.92 596.153L281.154 606.697L278.142 600.672" stroke="#0086E5" stroke-width="0.862269"/><path d="M370.026 722.682L357.223 722.682L353.457 733.227L350.444 727.201" stroke="#0086E5" stroke-width="0.862269"/><path d="M254.041 722.682L241.237 722.682L237.471 733.227L234.459 727.201" stroke="#0086E5" stroke-width="0.862269"/><path d="M415.215 596.153L402.411 596.153L398.645 606.697L395.633 600.672" stroke="#0086E5" stroke-width="0.862269"/><path d="M487.518 722.682L474.714 722.682L470.948 733.227L467.936 727.201" stroke="#0086E5" stroke-width="0.862269"/></g><rect x="504.422" y="552.314" width="479.421" height="317.315" fill="#33CCFF"/><mask id="mask4_4179_34040" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="504" y="552" width="480" height="318"><rect x="504.422" y="552.314" width="479.421" height="317.315" fill="#1EB5F0"/></mask><g mask="url(#mask4_4179_34040)"><path d="M582.831 715.151L570.027 715.151L566.262 725.695L563.249 719.67" stroke="#0086E5" stroke-width="0.862269"/><path d="M510.528 588.622L497.725 588.622L493.959 599.166L490.946 593.141" stroke="#0086E5" stroke-width="0.862269"/><path d="M618.982 778.417L606.179 778.417L602.413 788.961L599.4 782.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M546.68 651.886L533.876 651.886L530.11 662.43L527.098 656.404" stroke="#0086E5" stroke-width="0.862269"/><path d="M600.907 746.784L588.104 746.784L584.338 757.328L581.325 751.303" stroke="#0086E5" stroke-width="0.862269"/><path d="M528.604 620.255L515.801 620.255L512.035 630.799L509.022 624.774" stroke="#0086E5" stroke-width="0.862269"/><path d="M564.756 683.518L551.952 683.518L548.186 694.063L545.174 688.037" stroke="#0086E5" stroke-width="0.862269"/><path d="M531.617 727.202L518.814 727.202L515.048 737.746L512.035 731.721" stroke="#0086E5" stroke-width="0.862269"/><path d="M567.768 790.466L554.964 790.466L551.198 801.01L548.186 794.985" stroke="#0086E5" stroke-width="0.862269"/><path d="M549.692 758.835L536.889 758.835L533.123 769.379L530.11 763.354" stroke="#0086E5" stroke-width="0.862269"/><path d="M513.541 695.569L500.737 695.569L496.972 706.113L493.959 700.088" stroke="#0086E5" stroke-width="0.862269"/><path d="M557.225 721.177L544.421 721.177L540.655 731.721L537.643 725.695" stroke="#0086E5" stroke-width="0.862269"/><path d="M593.376 784.442L580.572 784.442L576.807 794.986L573.794 788.961" stroke="#0086E5" stroke-width="0.862269"/><path d="M521.072 657.911L508.269 657.911L504.503 668.455L501.49 662.43" stroke="#0086E5" stroke-width="0.862269"/><path d="M575.3 752.809L562.496 752.809L558.73 763.354L555.718 757.328" stroke="#0086E5" stroke-width="0.862269"/><path d="M539.148 689.544L526.345 689.544L522.579 700.088L519.566 694.063" stroke="#0086E5" stroke-width="0.862269"/><path d="M506.01 733.227L493.206 733.227L489.44 743.771L486.428 737.746" stroke="#0086E5" stroke-width="0.862269"/><path d="M542.161 796.491L529.358 796.491L525.592 807.035L522.579 801.01" stroke="#0086E5" stroke-width="0.862269"/><path d="M524.086 764.86L511.282 764.86L507.517 775.404L504.504 769.379" stroke="#0086E5" stroke-width="0.862269"/><path d="M588.856 725.696L576.053 725.696L572.287 736.24L569.274 730.215" stroke="#0086E5" stroke-width="0.862269"/><path d="M516.554 599.165L503.75 599.165L499.984 609.709L496.972 603.684" stroke="#0086E5" stroke-width="0.862269"/><path d="M507.516 788.96L494.712 788.96L490.946 799.504L487.934 793.479" stroke="#0086E5" stroke-width="0.862269"/><path d="M625.008 788.96L612.204 788.96L608.438 799.504L605.426 793.479" stroke="#0086E5" stroke-width="0.862269"/><path d="M552.705 662.43L539.901 662.43L536.136 672.975L533.123 666.949" stroke="#0086E5" stroke-width="0.862269"/><path d="M606.933 757.327L594.129 757.327L590.363 767.871L587.351 761.846" stroke="#0086E5" stroke-width="0.862269"/><path d="M534.629 630.798L521.825 630.798L518.06 641.342L515.047 635.317" stroke="#0086E5" stroke-width="0.862269"/><path d="M570.78 694.063L557.977 694.063L554.211 704.607L551.198 698.582" stroke="#0086E5" stroke-width="0.862269"/><path d="M537.643 737.745L524.839 737.745L521.073 748.289L518.061 742.264" stroke="#0086E5" stroke-width="0.862269"/><path d="M555.718 769.378L542.914 769.378L539.148 779.922L536.136 773.897" stroke="#0086E5" stroke-width="0.862269"/><path d="M519.566 706.114L506.763 706.114L502.997 716.658L499.984 710.633" stroke="#0086E5" stroke-width="0.862269"/><path d="M563.249 731.721L550.445 731.721L546.68 742.266L543.667 736.24" stroke="#0086E5" stroke-width="0.862269"/><path d="M599.4 794.985L586.597 794.985L582.831 805.529L579.818 799.504" stroke="#0086E5" stroke-width="0.862269"/><path d="M527.098 668.456L514.294 668.456L510.528 679L507.516 672.975" stroke="#0086E5" stroke-width="0.862269"/><path d="M581.325 763.352L568.522 763.352L564.756 773.896L561.743 767.871" stroke="#0086E5" stroke-width="0.862269"/><path d="M509.022 636.823L496.219 636.823L492.453 647.367L489.44 641.342" stroke="#0086E5" stroke-width="0.862269"/><path d="M545.174 700.089L532.37 700.089L528.604 710.633L525.592 704.608" stroke="#0086E5" stroke-width="0.862269"/><path d="M512.035 743.77L499.232 743.77L495.466 754.314L492.453 748.289" stroke="#0086E5" stroke-width="0.862269"/><path d="M530.11 775.403L517.307 775.403L513.541 785.947L510.528 779.922" stroke="#0086E5" stroke-width="0.862269"/><path d="M594.882 736.239L582.078 736.239L578.312 746.783L575.3 740.758" stroke="#0086E5" stroke-width="0.862269"/><path d="M522.579 609.71L509.775 609.71L506.01 620.254L502.997 614.229" stroke="#0086E5" stroke-width="0.862269"/><path d="M513.541 799.505L500.737 799.505L496.972 810.049L493.959 804.024" stroke="#0086E5" stroke-width="0.862269"/><path d="M631.033 799.505L618.23 799.505L614.464 810.049L611.451 804.024" stroke="#0086E5" stroke-width="0.862269"/><path d="M558.73 672.973L545.927 672.973L542.161 683.518L539.148 677.492" stroke="#0086E5" stroke-width="0.862269"/><path d="M612.958 767.872L600.154 767.872L596.389 778.416L593.376 772.391" stroke="#0086E5" stroke-width="0.862269"/><path d="M540.655 641.343L527.852 641.343L524.086 651.887L521.073 645.861" stroke="#0086E5" stroke-width="0.862269"/><path d="M504.504 578.077L491.7 578.077L487.935 588.621L484.922 582.596" stroke="#0086E5" stroke-width="0.862269"/><path d="M576.807 704.606L564.003 704.606L560.237 715.15L557.225 709.125" stroke="#0086E5" stroke-width="0.862269"/><path d="M543.667 748.29L530.863 748.29L527.098 758.834L524.085 752.809" stroke="#0086E5" stroke-width="0.862269"/><path d="M507.516 685.024L494.712 685.024L490.946 695.568L487.934 689.543" stroke="#0086E5" stroke-width="0.862269"/><path d="M561.743 779.923L548.94 779.923L545.174 790.467L542.161 784.442" stroke="#0086E5" stroke-width="0.862269"/><path d="M525.592 716.657L512.788 716.657L509.022 727.201L506.01 721.176" stroke="#0086E5" stroke-width="0.862269"/><path d="M569.274 742.264L556.471 742.264L552.705 752.809L549.692 746.783" stroke="#0086E5" stroke-width="0.862269"/><path d="M533.123 679.001L520.319 679.001L516.554 689.545L513.541 683.52" stroke="#0086E5" stroke-width="0.862269"/><path d="M587.351 773.897L574.547 773.897L570.781 784.441L567.769 778.416" stroke="#0086E5" stroke-width="0.862269"/><path d="M515.047 647.368L502.243 647.368L498.477 657.912L495.465 651.887" stroke="#0086E5" stroke-width="0.862269"/><path d="M551.199 710.632L538.396 710.632L534.63 721.176L531.617 715.151" stroke="#0086E5" stroke-width="0.862269"/><path d="M518.061 754.315L505.257 754.315L501.491 764.859L498.479 758.834" stroke="#0086E5" stroke-width="0.862269"/><path d="M536.136 785.948L523.332 785.948L519.566 796.492L516.554 790.467" stroke="#0086E5" stroke-width="0.862269"/><path d="M698.817 715.151L686.014 715.151L682.248 725.695L679.235 719.67" stroke="#0086E5" stroke-width="0.862269"/><path d="M626.516 588.622L613.712 588.622L609.946 599.166L606.934 593.141" stroke="#0086E5" stroke-width="0.862269"/><path d="M816.31 715.151L803.506 715.151L799.74 725.695L796.728 719.67" stroke="#0086E5" stroke-width="0.862269"/><path d="M744.007 588.622L731.203 588.622L727.437 599.166L724.425 593.141" stroke="#0086E5" stroke-width="0.862269"/><path d="M734.969 778.417L722.165 778.417L718.399 788.961L715.387 782.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M662.667 651.886L649.863 651.886L646.098 662.43L643.085 656.404" stroke="#0086E5" stroke-width="0.862269"/><path d="M780.158 651.886L767.355 651.886L763.589 662.43L760.576 656.404" stroke="#0086E5" stroke-width="0.862269"/><path d="M716.894 746.784L704.09 746.784L700.324 757.328L697.312 751.303" stroke="#0086E5" stroke-width="0.862269"/><path d="M644.591 620.255L631.787 620.255L628.021 630.799L625.009 624.774" stroke="#0086E5" stroke-width="0.862269"/><path d="M762.083 620.255L749.279 620.255L745.514 630.799L742.501 624.774" stroke="#0086E5" stroke-width="0.862269"/><path d="M608.439 556.989L595.636 556.989L591.87 567.533L588.857 561.508" stroke="#0086E5" stroke-width="0.862269"/><path d="M680.742 683.518L667.939 683.518L664.173 694.063L661.16 688.037" stroke="#0086E5" stroke-width="0.862269"/><path d="M725.932 556.989L713.128 556.989L709.362 567.533L706.35 561.508" stroke="#0086E5" stroke-width="0.862269"/><path d="M798.234 683.518L785.431 683.518L781.665 694.063L778.652 688.037" stroke="#0086E5" stroke-width="0.862269"/><path d="M647.604 727.202L634.8 727.202L631.034 737.746L628.022 731.721" stroke="#0086E5" stroke-width="0.862269"/><path d="M575.301 600.673L562.497 600.673L558.731 611.217L555.719 605.192" stroke="#0086E5" stroke-width="0.862269"/><path d="M808.778 600.673L795.975 600.673L792.209 611.217L789.196 605.192" stroke="#0086E5" stroke-width="0.862269"/><path d="M765.096 727.202L752.292 727.202L748.526 737.746L745.514 731.721" stroke="#0086E5" stroke-width="0.862269"/><path d="M692.793 600.673L679.989 600.673L676.224 611.217L673.211 605.192" stroke="#0086E5" stroke-width="0.862269"/><path d="M683.755 790.466L670.951 790.466L667.186 801.01L664.173 794.985" stroke="#0086E5" stroke-width="0.862269"/><path d="M611.452 663.936L598.649 663.936L594.883 674.48L591.87 668.455" stroke="#0086E5" stroke-width="0.862269"/><path d="M801.246 790.466L788.442 790.466L784.677 801.01L781.664 794.985" stroke="#0086E5" stroke-width="0.862269"/><path d="M728.944 663.936L716.141 663.936L712.375 674.48L709.362 668.455" stroke="#0086E5" stroke-width="0.862269"/><path d="M665.679 758.835L652.875 758.835L649.109 769.379L646.097 763.354" stroke="#0086E5" stroke-width="0.862269"/><path d="M593.376 632.304L580.572 632.304L576.807 642.848L573.794 636.822" stroke="#0086E5" stroke-width="0.862269"/><path d="M783.171 758.835L770.367 758.835L766.602 769.379L763.589 763.354" stroke="#0086E5" stroke-width="0.862269"/><path d="M710.868 632.304L698.065 632.304L694.299 642.848L691.286 636.822" stroke="#0086E5" stroke-width="0.862269"/><path d="M557.225 569.04L544.421 569.04L540.655 579.584L537.643 573.559" stroke="#0086E5" stroke-width="0.862269"/><path d="M629.527 695.569L616.724 695.569L612.958 706.113L609.945 700.088" stroke="#0086E5" stroke-width="0.862269"/><path d="M790.703 569.04L777.9 569.04L774.134 579.584L771.121 573.559" stroke="#0086E5" stroke-width="0.862269"/><path d="M674.717 569.04L661.913 569.04L658.147 579.584L655.135 573.559" stroke="#0086E5" stroke-width="0.862269"/><path d="M747.02 695.569L734.216 695.569L730.45 706.113L727.438 700.088" stroke="#0086E5" stroke-width="0.862269"/><path d="M673.211 721.177L660.407 721.177L656.642 731.721L653.629 725.695" stroke="#0086E5" stroke-width="0.862269"/><path d="M600.908 594.647L588.105 594.647L584.339 605.191L581.326 599.166" stroke="#0086E5" stroke-width="0.862269"/><path d="M790.703 721.177L777.9 721.177L774.134 731.721L771.121 725.695" stroke="#0086E5" stroke-width="0.862269"/><path d="M718.399 594.647L705.596 594.647L701.83 605.191L698.817 599.166" stroke="#0086E5" stroke-width="0.862269"/><path d="M709.362 784.442L696.559 784.442L692.793 794.986L689.78 788.961" stroke="#0086E5" stroke-width="0.862269"/><path d="M637.06 657.911L624.256 657.911L620.49 668.455L617.478 662.43" stroke="#0086E5" stroke-width="0.862269"/><path d="M754.551 657.911L741.747 657.911L737.981 668.455L734.969 662.43" stroke="#0086E5" stroke-width="0.862269"/><path d="M691.286 752.809L678.483 752.809L674.717 763.354L671.704 757.328" stroke="#0086E5" stroke-width="0.862269"/><path d="M618.983 626.278L606.18 626.278L602.414 636.822L599.401 630.797" stroke="#0086E5" stroke-width="0.862269"/><path d="M808.778 752.809L795.975 752.809L792.209 763.354L789.196 757.328" stroke="#0086E5" stroke-width="0.862269"/><path d="M736.476 626.278L723.672 626.278L719.906 636.822L716.894 630.797" stroke="#0086E5" stroke-width="0.862269"/><path d="M582.832 563.014L570.028 563.014L566.263 573.559L563.25 567.533" stroke="#0086E5" stroke-width="0.862269"/><path d="M655.135 689.544L642.331 689.544L638.565 700.088L635.553 694.063" stroke="#0086E5" stroke-width="0.862269"/><path d="M816.31 563.014L803.506 563.014L799.74 573.559L796.728 567.533" stroke="#0086E5" stroke-width="0.862269"/><path d="M700.324 563.014L687.521 563.014L683.755 573.559L680.742 567.533" stroke="#0086E5" stroke-width="0.862269"/><path d="M772.627 689.544L759.823 689.544L756.058 700.088L753.045 694.063" stroke="#0086E5" stroke-width="0.862269"/><path d="M621.996 733.227L609.192 733.227L605.427 743.771L602.414 737.746" stroke="#0086E5" stroke-width="0.862269"/><path d="M549.693 606.698L536.89 606.698L533.124 617.242L530.111 611.217" stroke="#0086E5" stroke-width="0.862269"/><path d="M783.171 606.698L770.367 606.698L766.602 617.242L763.589 611.217" stroke="#0086E5" stroke-width="0.862269"/><path d="M739.488 733.227L726.685 733.227L722.919 743.771L719.906 737.746" stroke="#0086E5" stroke-width="0.862269"/><path d="M667.186 606.698L654.382 606.698L650.616 617.242L647.604 611.217" stroke="#0086E5" stroke-width="0.862269"/><path d="M513.542 543.432L500.738 543.432L496.973 553.977L493.96 547.951" stroke="#0086E5" stroke-width="0.862269"/><path d="M658.147 796.491L645.344 796.491L641.578 807.035L638.565 801.01" stroke="#0086E5" stroke-width="0.862269"/><path d="M585.845 669.962L573.041 669.962L569.275 680.506L566.263 674.481" stroke="#0086E5" stroke-width="0.862269"/><path d="M747.02 543.432L734.216 543.432L730.45 553.977L727.438 547.951" stroke="#0086E5" stroke-width="0.862269"/><path d="M819.322 669.962L806.519 669.962L802.753 680.506L799.74 674.481" stroke="#0086E5" stroke-width="0.862269"/><path d="M631.034 543.432L618.231 543.432L614.465 553.977L611.452 547.951" stroke="#0086E5" stroke-width="0.862269"/><path d="M775.64 796.491L762.836 796.491L759.07 807.035L756.058 801.01" stroke="#0086E5" stroke-width="0.862269"/><path d="M703.337 669.962L690.533 669.962L686.768 680.506L683.755 674.481" stroke="#0086E5" stroke-width="0.862269"/><path d="M640.072 764.86L627.269 764.86L623.503 775.404L620.49 769.379" stroke="#0086E5" stroke-width="0.862269"/><path d="M567.769 638.329L554.965 638.329L551.199 648.873L548.187 642.848" stroke="#0086E5" stroke-width="0.862269"/><path d="M801.246 638.329L788.442 638.329L784.677 648.873L781.664 642.848" stroke="#0086E5" stroke-width="0.862269"/><path d="M757.564 764.86L744.761 764.86L740.995 775.404L737.982 769.379" stroke="#0086E5" stroke-width="0.862269"/><path d="M685.261 638.329L672.457 638.329L668.691 648.873L665.679 642.848" stroke="#0086E5" stroke-width="0.862269"/><path d="M531.618 575.065L518.815 575.065L515.049 585.609L512.036 579.584" stroke="#0086E5" stroke-width="0.862269"/><path d="M603.921 701.595L591.117 701.595L587.352 712.139L584.339 706.113" stroke="#0086E5" stroke-width="0.862269"/><path d="M765.096 575.065L752.292 575.065L748.526 585.609L745.514 579.584" stroke="#0086E5" stroke-width="0.862269"/><path d="M649.109 575.065L636.306 575.065L632.54 585.609L629.527 579.584" stroke="#0086E5" stroke-width="0.862269"/><path d="M721.412 701.595L708.608 701.595L704.843 712.139L701.83 706.113" stroke="#0086E5" stroke-width="0.862269"/><path d="M704.843 725.696L692.039 725.696L688.273 736.24L685.261 730.215" stroke="#0086E5" stroke-width="0.862269"/><path d="M632.54 599.165L619.736 599.165L615.971 609.709L612.958 603.684" stroke="#0086E5" stroke-width="0.862269"/><path d="M750.032 599.165L737.229 599.165L733.463 609.709L730.45 603.684" stroke="#0086E5" stroke-width="0.862269"/><path d="M740.994 788.96L728.191 788.96L724.425 799.504L721.412 793.479" stroke="#0086E5" stroke-width="0.862269"/><path d="M668.691 662.43L655.888 662.43L652.122 672.975L649.109 666.949" stroke="#0086E5" stroke-width="0.862269"/><path d="M786.184 662.43L773.38 662.43L769.614 672.975L766.602 666.949" stroke="#0086E5" stroke-width="0.862269"/><path d="M722.919 757.327L710.115 757.327L706.35 767.871L703.337 761.846" stroke="#0086E5" stroke-width="0.862269"/><path d="M650.616 630.798L637.813 630.798L634.047 641.342L631.034 635.317" stroke="#0086E5" stroke-width="0.862269"/><path d="M768.107 630.798L755.304 630.798L751.538 641.342L748.525 635.317" stroke="#0086E5" stroke-width="0.862269"/><path d="M614.465 567.534L601.661 567.534L597.895 578.078L594.883 572.053" stroke="#0086E5" stroke-width="0.862269"/><path d="M686.768 694.063L673.964 694.063L670.198 704.607L667.186 698.582" stroke="#0086E5" stroke-width="0.862269"/><path d="M731.957 567.534L719.153 567.534L715.388 578.078L712.375 572.053" stroke="#0086E5" stroke-width="0.862269"/><path d="M804.26 694.063L791.456 694.063L787.69 704.607L784.678 698.582" stroke="#0086E5" stroke-width="0.862269"/><path d="M653.628 737.745L640.824 737.745L637.059 748.289L634.046 742.264" stroke="#0086E5" stroke-width="0.862269"/><path d="M581.325 611.216L568.522 611.216L564.756 621.76L561.743 615.735" stroke="#0086E5" stroke-width="0.862269"/><path d="M814.804 611.216L802 611.216L798.234 621.76L795.222 615.735" stroke="#0086E5" stroke-width="0.862269"/><path d="M771.121 737.745L758.317 737.745L754.552 748.289L751.539 742.264" stroke="#0086E5" stroke-width="0.862269"/><path d="M698.817 611.216L686.014 611.216L682.248 621.76L679.235 615.735" stroke="#0086E5" stroke-width="0.862269"/><path d="M545.175 547.952L532.371 547.952L528.605 558.496L525.593 552.471" stroke="#0086E5" stroke-width="0.862269"/><path d="M617.478 674.481L604.674 674.481L600.908 685.025L597.896 679" stroke="#0086E5" stroke-width="0.862269"/><path d="M778.652 547.952L765.849 547.952L762.083 558.496L759.07 552.471" stroke="#0086E5" stroke-width="0.862269"/><path d="M662.667 547.952L649.863 547.952L646.098 558.496L643.085 552.471" stroke="#0086E5" stroke-width="0.862269"/><path d="M734.969 674.481L722.165 674.481L718.399 685.025L715.387 679" stroke="#0086E5" stroke-width="0.862269"/><path d="M671.704 769.378L658.9 769.378L655.135 779.922L652.122 773.897" stroke="#0086E5" stroke-width="0.862269"/><path d="M599.401 642.848L586.598 642.848L582.832 653.393L579.819 647.367" stroke="#0086E5" stroke-width="0.862269"/><path d="M789.196 769.378L776.393 769.378L772.627 779.922L769.614 773.897" stroke="#0086E5" stroke-width="0.862269"/><path d="M716.894 642.848L704.09 642.848L700.324 653.393L697.312 647.367" stroke="#0086E5" stroke-width="0.862269"/><path d="M563.25 579.583L550.446 579.583L546.681 590.127L543.668 584.102" stroke="#0086E5" stroke-width="0.862269"/><path d="M635.553 706.114L622.749 706.114L618.983 716.658L615.971 710.633" stroke="#0086E5" stroke-width="0.862269"/><path d="M796.728 579.583L783.924 579.583L780.158 590.127L777.146 584.102" stroke="#0086E5" stroke-width="0.862269"/><path d="M680.742 579.583L667.939 579.583L664.173 590.127L661.16 584.102" stroke="#0086E5" stroke-width="0.862269"/><path d="M753.045 706.114L740.241 706.114L736.476 716.658L733.463 710.633" stroke="#0086E5" stroke-width="0.862269"/><path d="M679.236 731.721L666.433 731.721L662.667 742.266L659.654 736.24" stroke="#0086E5" stroke-width="0.862269"/><path d="M606.933 605.19L594.129 605.19L590.363 615.734L587.351 609.709" stroke="#0086E5" stroke-width="0.862269"/><path d="M796.728 731.721L783.924 731.721L780.158 742.266L777.146 736.24" stroke="#0086E5" stroke-width="0.862269"/><path d="M724.425 605.19L711.621 605.19L707.855 615.734L704.843 609.709" stroke="#0086E5" stroke-width="0.862269"/><path d="M570.781 541.925L557.978 541.925L554.212 552.469L551.199 546.444" stroke="#0086E5" stroke-width="0.862269"/><path d="M715.387 794.985L702.583 794.985L698.817 805.529L695.805 799.504" stroke="#0086E5" stroke-width="0.862269"/><path d="M643.084 668.456L630.28 668.456L626.515 679L623.502 672.975" stroke="#0086E5" stroke-width="0.862269"/><path d="M804.26 541.925L791.456 541.925L787.69 552.469L784.678 546.444" stroke="#0086E5" stroke-width="0.862269"/><path d="M688.273 541.925L675.47 541.925L671.704 552.469L668.691 546.444" stroke="#0086E5" stroke-width="0.862269"/><path d="M760.576 668.456L747.773 668.456L744.007 679L740.994 672.975" stroke="#0086E5" stroke-width="0.862269"/><path d="M697.312 763.352L684.508 763.352L680.742 773.896L677.73 767.871" stroke="#0086E5" stroke-width="0.862269"/><path d="M625.009 636.823L612.205 636.823L608.439 647.367L605.427 641.342" stroke="#0086E5" stroke-width="0.862269"/><path d="M814.804 763.352L802 763.352L798.234 773.896L795.222 767.871" stroke="#0086E5" stroke-width="0.862269"/><path d="M742.501 636.823L729.697 636.823L725.932 647.367L722.919 641.342" stroke="#0086E5" stroke-width="0.862269"/><path d="M588.857 573.559L576.054 573.559L572.288 584.104L569.275 578.078" stroke="#0086E5" stroke-width="0.862269"/><path d="M661.16 700.089L648.357 700.089L644.591 710.633L641.578 704.608" stroke="#0086E5" stroke-width="0.862269"/><path d="M706.35 573.559L693.546 573.559L689.78 584.104L686.768 578.078" stroke="#0086E5" stroke-width="0.862269"/><path d="M778.652 700.089L765.849 700.089L762.083 710.633L759.07 704.608" stroke="#0086E5" stroke-width="0.862269"/><path d="M628.021 743.77L615.218 743.77L611.452 754.314L608.439 748.289" stroke="#0086E5" stroke-width="0.862269"/><path d="M555.719 617.241L542.915 617.241L539.149 627.785L536.137 621.76" stroke="#0086E5" stroke-width="0.862269"/><path d="M789.196 617.241L776.393 617.241L772.627 627.785L769.614 621.76" stroke="#0086E5" stroke-width="0.862269"/><path d="M745.514 743.77L732.71 743.77L728.944 754.314L725.932 748.289" stroke="#0086E5" stroke-width="0.862269"/><path d="M673.211 617.241L660.407 617.241L656.642 627.785L653.629 621.76" stroke="#0086E5" stroke-width="0.862269"/><path d="M519.567 553.975L506.764 553.975L502.998 564.52L499.985 558.494" stroke="#0086E5" stroke-width="0.862269"/><path d="M591.87 680.507L579.067 680.507L575.301 691.051L572.288 685.026" stroke="#0086E5" stroke-width="0.862269"/><path d="M753.045 553.975L740.241 553.975L736.476 564.52L733.463 558.494" stroke="#0086E5" stroke-width="0.862269"/><path d="M637.06 553.975L624.256 553.975L620.49 564.52L617.478 558.494" stroke="#0086E5" stroke-width="0.862269"/><path d="M709.362 680.507L696.559 680.507L692.793 691.051L689.78 685.026" stroke="#0086E5" stroke-width="0.862269"/><path d="M646.098 775.403L633.294 775.403L629.528 785.947L626.516 779.922" stroke="#0086E5" stroke-width="0.862269"/><path d="M573.794 648.874L560.99 648.874L557.225 659.418L554.212 653.393" stroke="#0086E5" stroke-width="0.862269"/><path d="M807.272 648.874L794.469 648.874L790.703 659.418L787.69 653.393" stroke="#0086E5" stroke-width="0.862269"/><path d="M763.589 775.403L750.785 775.403L747.019 785.947L744.007 779.922" stroke="#0086E5" stroke-width="0.862269"/><path d="M691.286 648.874L678.483 648.874L674.717 659.418L671.704 653.393" stroke="#0086E5" stroke-width="0.862269"/><path d="M537.643 585.608L524.839 585.608L521.073 596.152L518.061 590.127" stroke="#0086E5" stroke-width="0.862269"/><path d="M609.945 712.139L597.142 712.139L593.376 722.684L590.363 716.658" stroke="#0086E5" stroke-width="0.862269"/><path d="M771.121 585.608L758.317 585.608L754.552 596.152L751.539 590.127" stroke="#0086E5" stroke-width="0.862269"/><path d="M655.135 585.608L642.331 585.608L638.565 596.152L635.553 590.127" stroke="#0086E5" stroke-width="0.862269"/><path d="M727.438 712.139L714.634 712.139L710.868 722.684L707.856 716.658" stroke="#0086E5" stroke-width="0.862269"/><path d="M710.868 736.239L698.065 736.239L694.299 746.783L691.286 740.758" stroke="#0086E5" stroke-width="0.862269"/><path d="M638.565 609.71L625.762 609.71L621.996 620.254L618.983 614.229" stroke="#0086E5" stroke-width="0.862269"/><path d="M756.058 609.71L743.254 609.71L739.488 620.254L736.476 614.229" stroke="#0086E5" stroke-width="0.862269"/><path d="M602.414 546.444L589.61 546.444L585.845 556.988L582.832 550.963" stroke="#0086E5" stroke-width="0.862269"/><path d="M747.02 799.505L734.216 799.505L730.45 810.049L727.438 804.024" stroke="#0086E5" stroke-width="0.862269"/><path d="M674.717 672.973L661.913 672.973L658.147 683.518L655.135 677.492" stroke="#0086E5" stroke-width="0.862269"/><path d="M719.906 546.444L707.103 546.444L703.337 556.988L700.324 550.963" stroke="#0086E5" stroke-width="0.862269"/><path d="M792.209 672.973L779.405 672.973L775.64 683.518L772.627 677.492" stroke="#0086E5" stroke-width="0.862269"/><path d="M728.944 767.872L716.141 767.872L712.375 778.416L709.362 772.391" stroke="#0086E5" stroke-width="0.862269"/><path d="M656.641 641.343L643.837 641.343L640.071 651.887L637.059 645.861" stroke="#0086E5" stroke-width="0.862269"/><path d="M774.133 641.343L761.329 641.343L757.563 651.887L754.551 645.861" stroke="#0086E5" stroke-width="0.862269"/><path d="M620.489 578.077L607.686 578.077L603.92 588.621L600.907 582.596" stroke="#0086E5" stroke-width="0.862269"/><path d="M692.793 704.606L679.989 704.606L676.224 715.15L673.211 709.125" stroke="#0086E5" stroke-width="0.862269"/><path d="M737.981 578.077L725.178 578.077L721.412 588.621L718.399 582.596" stroke="#0086E5" stroke-width="0.862269"/><path d="M810.284 704.606L797.481 704.606L793.715 715.15L790.702 709.125" stroke="#0086E5" stroke-width="0.862269"/><path d="M659.654 748.29L646.851 748.29L643.085 758.834L640.072 752.809" stroke="#0086E5" stroke-width="0.862269"/><path d="M587.351 621.761L574.547 621.761L570.781 632.305L567.769 626.279" stroke="#0086E5" stroke-width="0.862269"/><path d="M777.146 748.29L764.342 748.29L760.576 758.834L757.564 752.809" stroke="#0086E5" stroke-width="0.862269"/><path d="M704.843 621.761L692.039 621.761L688.273 632.305L685.261 626.279" stroke="#0086E5" stroke-width="0.862269"/><path d="M551.199 558.495L538.396 558.495L534.63 569.039L531.617 563.014" stroke="#0086E5" stroke-width="0.862269"/><path d="M623.502 685.024L610.698 685.024L606.933 695.568L603.92 689.543" stroke="#0086E5" stroke-width="0.862269"/><path d="M784.677 558.495L771.873 558.495L768.107 569.039L765.095 563.014" stroke="#0086E5" stroke-width="0.862269"/><path d="M668.691 558.495L655.888 558.495L652.122 569.039L649.109 563.014" stroke="#0086E5" stroke-width="0.862269"/><path d="M740.994 685.024L728.191 685.024L724.425 695.568L721.412 689.543" stroke="#0086E5" stroke-width="0.862269"/><path d="M677.729 779.923L664.926 779.923L661.16 790.467L658.147 784.442" stroke="#0086E5" stroke-width="0.862269"/><path d="M605.427 653.393L592.623 653.393L588.857 663.938L585.845 657.912" stroke="#0086E5" stroke-width="0.862269"/><path d="M795.222 779.923L782.418 779.923L778.652 790.467L775.64 784.442" stroke="#0086E5" stroke-width="0.862269"/><path d="M722.919 653.393L710.115 653.393L706.35 663.938L703.337 657.912" stroke="#0086E5" stroke-width="0.862269"/><path d="M569.275 590.128L556.472 590.128L552.706 600.672L549.693 594.647" stroke="#0086E5" stroke-width="0.862269"/><path d="M641.578 716.657L628.775 716.657L625.009 727.201L621.996 721.176" stroke="#0086E5" stroke-width="0.862269"/><path d="M802.753 590.128L789.949 590.128L786.184 600.672L783.171 594.647" stroke="#0086E5" stroke-width="0.862269"/><path d="M686.768 590.128L673.964 590.128L670.198 600.672L667.186 594.647" stroke="#0086E5" stroke-width="0.862269"/><path d="M759.07 716.657L746.267 716.657L742.501 727.201L739.488 721.176" stroke="#0086E5" stroke-width="0.862269"/><path d="M685.261 742.264L672.457 742.264L668.691 752.809L665.679 746.783" stroke="#0086E5" stroke-width="0.862269"/><path d="M612.958 615.735L600.154 615.735L596.389 626.279L593.376 620.254" stroke="#0086E5" stroke-width="0.862269"/><path d="M802.753 742.264L789.949 742.264L786.184 752.809L783.171 746.783" stroke="#0086E5" stroke-width="0.862269"/><path d="M730.45 615.735L717.647 615.735L713.881 626.279L710.868 620.254" stroke="#0086E5" stroke-width="0.862269"/><path d="M576.808 552.47L564.004 552.47L560.238 563.014L557.226 556.988" stroke="#0086E5" stroke-width="0.862269"/><path d="M649.109 679.001L636.306 679.001L632.54 689.545L629.527 683.52" stroke="#0086E5" stroke-width="0.862269"/><path d="M810.284 552.47L797.481 552.47L793.715 563.014L790.702 556.988" stroke="#0086E5" stroke-width="0.862269"/><path d="M694.299 552.47L681.495 552.47L677.729 563.014L674.717 556.988" stroke="#0086E5" stroke-width="0.862269"/><path d="M766.602 679.001L753.798 679.001L750.032 689.545L747.02 683.52" stroke="#0086E5" stroke-width="0.862269"/><path d="M703.337 773.897L690.533 773.897L686.768 784.441L683.755 778.416" stroke="#0086E5" stroke-width="0.862269"/><path d="M631.034 647.368L618.231 647.368L614.465 657.912L611.452 651.887" stroke="#0086E5" stroke-width="0.862269"/><path d="M748.525 647.368L735.722 647.368L731.956 657.912L728.943 651.887" stroke="#0086E5" stroke-width="0.862269"/><path d="M594.882 584.102L582.078 584.102L578.312 594.646L575.3 588.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M667.186 710.632L654.382 710.632L650.616 721.176L647.604 715.151" stroke="#0086E5" stroke-width="0.862269"/><path d="M712.375 584.102L699.571 584.102L695.806 594.646L692.793 588.621" stroke="#0086E5" stroke-width="0.862269"/><path d="M784.677 710.632L771.873 710.632L768.107 721.176L765.095 715.151" stroke="#0086E5" stroke-width="0.862269"/><path d="M634.047 754.315L621.243 754.315L617.477 764.859L614.465 758.834" stroke="#0086E5" stroke-width="0.862269"/><path d="M561.744 627.786L548.941 627.786L545.175 638.33L542.162 632.305" stroke="#0086E5" stroke-width="0.862269"/><path d="M795.222 627.786L782.418 627.786L778.652 638.33L775.64 632.305" stroke="#0086E5" stroke-width="0.862269"/><path d="M751.538 754.315L738.734 754.315L734.969 764.859L731.956 758.834" stroke="#0086E5" stroke-width="0.862269"/><path d="M679.236 627.786L666.433 627.786L662.667 638.33L659.654 632.305" stroke="#0086E5" stroke-width="0.862269"/><path d="M525.593 564.52L512.789 564.52L509.023 575.064L506.011 569.039" stroke="#0086E5" stroke-width="0.862269"/><path d="M597.896 691.05L585.092 691.05L581.326 701.594L578.314 695.569" stroke="#0086E5" stroke-width="0.862269"/><path d="M759.07 564.52L746.267 564.52L742.501 575.064L739.488 569.039" stroke="#0086E5" stroke-width="0.862269"/><path d="M643.084 564.52L630.28 564.52L626.515 575.064L623.502 569.039" stroke="#0086E5" stroke-width="0.862269"/><path d="M715.387 691.05L702.583 691.05L698.817 701.594L695.805 695.569" stroke="#0086E5" stroke-width="0.862269"/><path d="M652.122 785.948L639.318 785.948L635.553 796.492L632.54 790.467" stroke="#0086E5" stroke-width="0.862269"/><path d="M579.819 659.417L567.016 659.417L563.25 669.961L560.237 663.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M813.297 659.417L800.493 659.417L796.727 669.961L793.715 663.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M769.614 785.948L756.811 785.948L753.045 796.492L750.032 790.467" stroke="#0086E5" stroke-width="0.862269"/><path d="M697.312 659.417L684.508 659.417L680.742 669.961L677.73 663.936" stroke="#0086E5" stroke-width="0.862269"/><path d="M543.669 596.153L530.865 596.153L527.1 606.697L524.087 600.672" stroke="#0086E5" stroke-width="0.862269"/><path d="M615.971 722.682L603.167 722.682L599.401 733.227L596.389 727.201" stroke="#0086E5" stroke-width="0.862269"/><path d="M777.146 596.153L764.342 596.153L760.576 606.697L757.564 600.672" stroke="#0086E5" stroke-width="0.862269"/><path d="M661.16 596.153L648.357 596.153L644.591 606.697L641.578 600.672" stroke="#0086E5" stroke-width="0.862269"/><path d="M733.463 722.682L720.659 722.682L716.894 733.227L713.881 727.201" stroke="#0086E5" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M36 310.194L615.825 895.5L959.448 734.498L374.762 150L36 310.194ZM367.467 589.077L266.958 488.593L538.858 359.763L643.072 459.632L367.467 589.077ZM476.717 613.458L456.758 593.95L514.052 567.987L537.165 586.961L476.717 613.458ZM555.377 574.983L535.417 555.474L592.711 529.511L615.825 548.486L555.377 574.983ZM632.289 538.256L612.329 518.747L669.623 492.784L692.737 511.759L632.289 538.256ZM518.669 651.934L498.71 632.426L556.003 606.463L579.117 625.437L518.669 651.934ZM597.329 613.458L577.369 593.95L634.663 567.987L657.777 586.961L597.329 613.458ZM674.24 576.731L654.281 557.223L711.575 531.26L734.689 550.234L674.24 576.731ZM560.621 693.908L540.661 674.399L597.955 648.436L621.069 667.411L560.621 693.908ZM639.281 655.432L619.321 635.924L676.615 609.961L699.729 628.935L639.281 655.432ZM716.192 618.705L696.233 599.197L753.527 573.234L776.64 592.208L716.192 618.705ZM237.088 456.958L213.644 434.482L485.544 305.652L512.693 327.513L237.088 456.958Z" fill="#99E5FF"/><path d="M615.825 895.5L36 310.194V444.859V570.78L223.152 757.846L307.161 715.897L615.825 1030.17V895.5Z" fill="#99E5FF"/><path d="M36 570.78V310.194M36 570.78L223.152 757.846L307.161 715.897L615.825 1030.17M36 570.78V444.859V310.194M615.825 1030.17L959.448 869.163V734.498M615.825 1030.17V895.5M36 310.194L615.825 895.5M36 310.194L374.762 150L959.448 734.498M615.825 895.5L959.448 734.498M266.958 488.593L367.467 589.077L643.072 459.632L538.858 359.763L266.958 488.593ZM456.758 593.95L476.717 613.458L537.165 586.961L514.052 567.987L456.758 593.95ZM535.417 555.474L555.377 574.983L615.825 548.486L592.711 529.511L535.417 555.474ZM612.329 518.747L632.289 538.256L692.737 511.759L669.623 492.784L612.329 518.747ZM498.71 632.426L518.669 651.934L579.117 625.437L556.003 606.463L498.71 632.426ZM577.369 593.95L597.329 613.458L657.777 586.961L634.663 567.987L577.369 593.95ZM654.281 557.223L674.24 576.731L734.689 550.234L711.575 531.26L654.281 557.223ZM540.661 674.399L560.621 693.908L621.069 667.411L597.955 648.436L540.661 674.399ZM619.321 635.924L639.281 655.432L699.729 628.935L676.615 609.961L619.321 635.924ZM696.233 599.197L716.192 618.705L776.64 592.208L753.527 573.234L696.233 599.197ZM213.644 434.482L237.088 456.958L512.693 327.513L485.544 305.652L213.644 434.482Z" stroke="#0086E5" stroke-width="10" stroke-linejoin="round"/><path d="M33 443L310 718" stroke="#0086E5" stroke-width="4" stroke-linejoin="round" stroke-dasharray="11 11"/><path d="M173 158.63C214.277 206.738 238.011 316.919 235.947 441.068V449.344L241.622 454L487.734 339.163L490.314 320.54C502.697 203.427 443.534 96.3833 421.692 50L173 158.63Z" fill="#D6F5FF" stroke="#0086E5" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M252.549 306.337C254.74 318.25 265.465 322.511 279.063 317.292C292.411 312.167 300.325 300.658 298.15 288.832C297.031 282.745 293.119 278.847 287.635 277.508C290.507 273.333 291.844 268.538 290.981 263.842C289.046 253.32 279.163 249.294 267.389 253.813C255.533 258.365 248.502 268.884 250.437 279.405C251.301 284.101 254.026 287.337 257.937 288.815C253.487 294.06 251.43 300.25 252.549 306.337ZM261.946 274.894C261.098 270.286 264.053 266.079 269.276 264.074C274.5 262.069 278.609 263.657 279.44 268.179C280.208 272.353 277.237 276.472 271.931 278.509C266.624 280.546 262.713 279.068 261.946 274.894ZM264.804 301.539C263.845 296.322 267.5 291.102 273.802 288.683C280.02 286.296 284.904 288.238 285.864 293.455C286.855 298.847 283.349 303.916 277.048 306.335C270.581 308.818 265.796 306.931 264.804 301.539Z" fill="#0055CC"/><path d="M308.192 316.35C309.053 316.206 309.799 315.919 310.546 315.633C318.256 312.673 321.754 303.697 320.091 294.653C319.1 289.262 315.443 286.756 310.883 288.506C306.737 290.097 304.194 294.611 304.93 298.611C305.682 302.698 309.424 304.706 313.569 303.115C314.233 302.86 314.88 302.518 315.511 302.09C315.22 306.298 313.05 309.458 309.733 310.732C309.236 310.923 308.821 311.082 308.39 311.154L308.192 316.35Z" fill="#0055CC"/><path d="M317.141 268.695C320.275 285.738 329.694 297.856 346.193 291.523C362.609 285.221 366.54 267.979 363.406 250.936C360.272 233.892 350.605 221.87 334.52 228.045C318.186 234.314 314.007 251.652 317.141 268.695ZM328.749 264.239C326.286 250.848 329.532 242.434 336.662 239.697C343.627 237.023 349.336 242 351.798 255.391C354.261 268.783 351.264 277.102 344.05 279.87C336.837 282.639 331.211 277.631 328.749 264.239Z" fill="#0055CC"/><path d="M369.204 248.71C372.338 265.754 381.756 277.871 398.256 271.538C414.672 265.236 418.602 247.994 415.468 230.951C412.334 213.907 402.667 201.885 386.582 208.06C370.249 214.33 366.069 231.667 369.204 248.71ZM380.811 244.254C378.349 230.863 381.595 222.449 388.725 219.712C395.69 217.038 401.398 222.015 403.861 235.407C406.323 248.798 403.326 257.117 396.113 259.886C388.899 262.654 383.274 257.646 380.811 244.254Z" fill="#0055CC"/><path d="M421.266 228.725C424.4 245.769 433.819 257.886 450.318 251.553C466.734 245.251 470.665 228.009 467.531 210.966C464.397 193.923 454.73 181.9 438.645 188.075C422.311 194.345 418.132 211.682 421.266 228.725ZM432.874 224.269C430.411 210.878 433.657 202.464 440.787 199.727C447.752 197.053 453.461 202.03 455.923 215.422C458.386 228.813 455.389 237.132 448.175 239.901C440.962 242.67 435.336 237.661 432.874 224.269Z" fill="#0055CC"/></g><defs><clipPath id="clip0_4179_34040"><rect width="800" height="800" fill="white"/></clipPath></defs></svg>