@cuemath/leap 3.1.0-gg1 → 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_59003)"><rect width="800" height="800" fill="#FF884C"/><path d="M953.5 850.5L644.083 830.259L404 418.083L816.176 178L923.5 117.002L953.5 850.5Z" fill="#FFDDCC"/><mask id="mask0_4179_59003" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="149" y="148" width="559" height="549"><path d="M431.5 697C579.299 697 707.584 563.181 707.584 415.464C707.584 267.748 587.769 148 439.971 148C292.172 148 149.5 272.283 149.5 420C149.5 567.717 283.701 697 431.5 697Z" fill="#FFC2A3"/></mask><g mask="url(#mask0_4179_59003)"/><mask id="mask1_4179_59003" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="134" y="161" width="525" height="525"><path d="M396.338 685.385C541.224 685.385 658.677 567.997 658.677 423.193C658.677 278.388 541.224 161 396.338 161C251.453 161 134 278.388 134 423.193C134 567.997 251.453 685.385 396.338 685.385Z" fill="#FFC2A3"/></mask><g mask="url(#mask1_4179_59003)"><rect x="-79" y="83" width="479.421" height="317.315" fill="#FF884C"/><mask id="mask2_4179_59003" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-79" y="83" width="480" height="318"><rect x="-79" y="83" width="479.421" height="317.315" fill="#FF7E3B"/></mask><g mask="url(#mask2_4179_59003)"><path d="M228.233 225.542C228.233 225.542 232.575 228.023 238.157 225.542C243.738 223.061 248.08 225.542 248.08 225.542" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 231.606C228.233 231.606 232.575 234.087 238.157 231.606C243.738 229.125 248.08 231.606 248.08 231.606" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 324.647C228.233 324.647 232.575 327.128 238.157 324.647C243.738 322.166 248.08 324.647 248.08 324.647" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 330.712C228.233 330.712 232.575 333.193 238.157 330.712C243.738 328.231 248.08 330.712 248.08 330.712" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 275.026C228.233 275.026 232.575 277.507 238.157 275.026C243.738 272.545 248.08 275.026 248.08 275.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 281.091C228.233 281.091 232.575 283.572 238.157 281.091C243.738 278.61 248.08 281.091 248.08 281.091" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 175.782C228.233 175.782 232.575 178.263 238.157 175.782C243.738 173.301 248.08 175.782 248.08 175.782" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 181.847C228.233 181.847 232.575 184.328 238.157 181.847C243.738 179.365 248.08 181.847 248.08 181.847" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 374.132C228.233 374.132 232.575 376.613 238.157 374.132C243.738 371.651 248.08 374.132 248.08 374.132" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 380.196C228.233 380.196 232.575 382.677 238.157 380.196C243.738 377.715 248.08 380.196 248.08 380.196" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 250.214C228.233 250.214 232.575 252.695 238.157 250.214C243.738 247.733 248.08 250.214 248.08 250.214" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 256.278C228.233 256.278 232.575 258.759 238.157 256.278C243.738 253.797 248.08 256.278 248.08 256.278" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 349.321C228.233 349.321 232.575 351.802 238.157 349.321C243.738 346.84 248.08 349.321 248.08 349.321" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 355.386C228.233 355.386 232.575 357.867 238.157 355.386C243.738 352.904 248.08 355.386 248.08 355.386" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 299.698C228.233 299.698 232.575 302.179 238.157 299.698C243.738 297.217 248.08 299.698 248.08 299.698" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 305.763C228.233 305.763 232.575 308.244 238.157 305.763C243.738 303.281 248.08 305.763 248.08 305.763" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 200.454C228.233 200.454 232.575 202.935 238.157 200.454C243.738 197.973 248.08 200.454 248.08 200.454" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 206.518C228.233 206.518 232.575 208.999 238.157 206.518C243.738 204.037 248.08 206.518 248.08 206.518" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 398.805C228.233 398.805 232.575 401.287 238.157 398.805C243.738 396.324 248.08 398.805 248.08 398.805" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 225.542C387.022 225.542 391.364 228.023 396.946 225.542C402.528 223.061 406.87 225.542 406.87 225.542" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 231.606C387.022 231.606 391.364 234.087 396.946 231.606C402.528 229.125 406.87 231.606 406.87 231.606" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 324.647C387.022 324.647 391.364 327.128 396.946 324.647C402.528 322.166 406.87 324.647 406.87 324.647" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 330.712C387.022 330.712 391.364 333.193 396.946 330.712C402.528 328.231 406.87 330.712 406.87 330.712" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 275.026C387.022 275.026 391.364 277.507 396.946 275.026C402.528 272.545 406.87 275.026 406.87 275.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 281.091C387.022 281.091 391.364 283.572 396.946 281.091C402.528 278.61 406.87 281.091 406.87 281.091" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 175.782C387.022 175.782 391.364 178.263 396.946 175.782C402.528 173.301 406.87 175.782 406.87 175.782" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 181.847C387.022 181.847 391.364 184.328 396.946 181.847C402.528 179.365 406.87 181.847 406.87 181.847" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 374.132C387.022 374.132 391.364 376.613 396.946 374.132C402.528 371.651 406.87 374.132 406.87 374.132" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 380.196C387.022 380.196 391.364 382.677 396.946 380.196C402.528 377.715 406.87 380.196 406.87 380.196" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 250.214C387.022 250.214 391.364 252.695 396.946 250.214C402.528 247.733 406.87 250.214 406.87 250.214" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 256.278C387.022 256.278 391.364 258.759 396.946 256.278C402.528 253.797 406.87 256.278 406.87 256.278" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 349.321C387.022 349.321 391.364 351.802 396.946 349.321C402.528 346.84 406.87 349.321 406.87 349.321" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 355.386C387.022 355.386 391.364 357.867 396.946 355.386C402.528 352.904 406.87 355.386 406.87 355.386" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 299.698C387.022 299.698 391.364 302.179 396.946 299.698C402.528 297.217 406.87 299.698 406.87 299.698" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 305.763C387.022 305.763 391.364 308.244 396.946 305.763C402.528 303.281 406.87 305.763 406.87 305.763" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 200.454C387.022 200.454 391.364 202.935 396.946 200.454C402.528 197.973 406.87 200.454 406.87 200.454" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 206.518C387.022 206.518 391.364 208.999 396.946 206.518C402.528 204.037 406.87 206.518 406.87 206.518" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 398.805C387.022 398.805 391.364 401.287 396.946 398.805C402.528 396.324 406.87 398.805 406.87 398.805" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 225.542C307.628 225.542 311.97 228.023 317.552 225.542C323.133 223.061 327.475 225.542 327.475 225.542" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 231.606C307.628 231.606 311.97 234.087 317.552 231.606C323.133 229.125 327.475 231.606 327.475 231.606" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 324.647C307.628 324.647 311.97 327.128 317.552 324.647C323.133 322.166 327.475 324.647 327.475 324.647" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 330.712C307.628 330.712 311.97 333.193 317.552 330.712C323.133 328.231 327.475 330.712 327.475 330.712" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 275.026C307.628 275.026 311.97 277.507 317.552 275.026C323.133 272.545 327.475 275.026 327.475 275.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 281.091C307.628 281.091 311.97 283.572 317.552 281.091C323.133 278.61 327.475 281.091 327.475 281.091" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 175.782C307.628 175.782 311.97 178.263 317.552 175.782C323.133 173.301 327.475 175.782 327.475 175.782" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 181.847C307.628 181.847 311.97 184.328 317.552 181.847C323.133 179.365 327.475 181.847 327.475 181.847" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 374.132C307.628 374.132 311.97 376.613 317.552 374.132C323.133 371.651 327.475 374.132 327.475 374.132" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 380.196C307.628 380.196 311.97 382.677 317.552 380.196C323.133 377.715 327.475 380.196 327.475 380.196" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 250.214C307.628 250.214 311.97 252.695 317.552 250.214C323.133 247.733 327.475 250.214 327.475 250.214" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 256.278C307.628 256.278 311.97 258.759 317.552 256.278C323.133 253.797 327.475 256.278 327.475 256.278" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 349.321C307.628 349.321 311.97 351.802 317.552 349.321C323.133 346.84 327.475 349.321 327.475 349.321" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 355.386C307.628 355.386 311.97 357.867 317.552 355.386C323.133 352.904 327.475 355.386 327.475 355.386" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 299.698C307.628 299.698 311.97 302.179 317.552 299.698C323.133 297.217 327.475 299.698 327.475 299.698" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 305.763C307.628 305.763 311.97 308.244 317.552 305.763C323.133 303.281 327.475 305.763 327.475 305.763" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 200.454C307.628 200.454 311.97 202.935 317.552 200.454C323.133 197.973 327.475 200.454 327.475 200.454" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 206.518C307.628 206.518 311.97 208.999 317.552 206.518C323.133 204.037 327.475 206.518 327.475 206.518" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 398.805C307.628 398.805 311.97 401.287 317.552 398.805C323.133 396.324 327.475 398.805 327.475 398.805" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 225.542C148.837 225.542 153.179 228.023 158.761 225.542C164.343 223.061 168.685 225.542 168.685 225.542" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 231.606C148.837 231.606 153.179 234.087 158.761 231.606C164.343 229.125 168.685 231.606 168.685 231.606" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 324.647C148.837 324.647 153.179 327.128 158.761 324.647C164.343 322.166 168.685 324.647 168.685 324.647" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 330.712C148.837 330.712 153.179 333.193 158.761 330.712C164.343 328.231 168.685 330.712 168.685 330.712" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 275.026C148.837 275.026 153.179 277.507 158.761 275.026C164.343 272.545 168.685 275.026 168.685 275.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 281.091C148.837 281.091 153.179 283.572 158.761 281.091C164.343 278.61 168.685 281.091 168.685 281.091" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 175.782C148.837 175.782 153.179 178.263 158.761 175.782C164.343 173.301 168.685 175.782 168.685 175.782" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 181.847C148.837 181.847 153.179 184.328 158.761 181.847C164.343 179.365 168.685 181.847 168.685 181.847" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 374.132C148.837 374.132 153.179 376.613 158.761 374.132C164.343 371.651 168.685 374.132 168.685 374.132" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 380.196C148.837 380.196 153.179 382.677 158.761 380.196C164.343 377.715 168.685 380.196 168.685 380.196" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 250.214C148.837 250.214 153.179 252.695 158.761 250.214C164.343 247.733 168.685 250.214 168.685 250.214" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 256.278C148.837 256.278 153.179 258.759 158.761 256.278C164.343 253.797 168.685 256.278 168.685 256.278" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 349.321C148.837 349.321 153.179 351.802 158.761 349.321C164.343 346.84 168.685 349.321 168.685 349.321" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 355.386C148.837 355.386 153.179 357.867 158.761 355.386C164.343 352.904 168.685 355.386 168.685 355.386" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 299.698C148.837 299.698 153.179 302.179 158.761 299.698C164.343 297.217 168.685 299.698 168.685 299.698" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 305.763C148.837 305.763 153.179 308.244 158.761 305.763C164.343 303.281 168.685 305.763 168.685 305.763" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 200.454C148.837 200.454 153.179 202.935 158.761 200.454C164.343 197.973 168.685 200.454 168.685 200.454" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 206.518C148.837 206.518 153.179 208.999 158.761 206.518C164.343 204.037 168.685 206.518 168.685 206.518" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 398.805C148.837 398.805 153.179 401.287 158.761 398.805C164.343 396.324 168.685 398.805 168.685 398.805" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 225.542C267.93 225.542 272.272 228.023 277.853 225.542C283.435 223.061 287.777 225.542 287.777 225.542" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 231.606C267.93 231.606 272.272 234.087 277.853 231.606C283.435 229.125 287.777 231.606 287.777 231.606" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 324.647C267.93 324.647 272.272 327.128 277.853 324.647C283.435 322.166 287.777 324.647 287.777 324.647" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 330.712C267.93 330.712 272.272 333.193 277.853 330.712C283.435 328.231 287.777 330.712 287.777 330.712" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 275.026C267.93 275.026 272.272 277.507 277.853 275.026C283.435 272.545 287.777 275.026 287.777 275.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 281.091C267.93 281.091 272.272 283.572 277.853 281.091C283.435 278.61 287.777 281.091 287.777 281.091" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 175.782C267.93 175.782 272.272 178.263 277.853 175.782C283.435 173.301 287.777 175.782 287.777 175.782" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 181.847C267.93 181.847 272.272 184.328 277.853 181.847C283.435 179.365 287.777 181.847 287.777 181.847" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 374.132C267.93 374.132 272.272 376.613 277.853 374.132C283.435 371.651 287.777 374.132 287.777 374.132" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 380.196C267.93 380.196 272.272 382.677 277.853 380.196C283.435 377.715 287.777 380.196 287.777 380.196" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 250.214C267.93 250.214 272.272 252.695 277.853 250.214C283.435 247.733 287.777 250.214 287.777 250.214" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 256.278C267.93 256.278 272.272 258.759 277.853 256.278C283.435 253.797 287.777 256.278 287.777 256.278" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 349.321C267.93 349.321 272.272 351.802 277.853 349.321C283.435 346.84 287.777 349.321 287.777 349.321" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 355.386C267.93 355.386 272.272 357.867 277.853 355.386C283.435 352.904 287.777 355.386 287.777 355.386" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 299.698C267.93 299.698 272.272 302.179 277.853 299.698C283.435 297.217 287.777 299.698 287.777 299.698" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 305.763C267.93 305.763 272.272 308.244 277.853 305.763C283.435 303.281 287.777 305.763 287.777 305.763" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 200.454C267.93 200.454 272.272 202.935 277.853 200.454C283.435 197.973 287.777 200.454 287.777 200.454" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 206.518C267.93 206.518 272.272 208.999 277.853 206.518C283.435 204.037 287.777 206.518 287.777 206.518" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 398.805C267.93 398.805 272.272 401.287 277.853 398.805C283.435 396.324 287.777 398.805 287.777 398.805" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 225.542C347.325 225.542 351.667 228.023 357.249 225.542C362.831 223.061 367.173 225.542 367.173 225.542" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 231.606C347.325 231.606 351.667 234.087 357.249 231.606C362.831 229.125 367.173 231.606 367.173 231.606" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 324.647C347.325 324.647 351.667 327.128 357.249 324.647C362.831 322.166 367.173 324.647 367.173 324.647" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 330.712C347.325 330.712 351.667 333.193 357.249 330.712C362.831 328.231 367.173 330.712 367.173 330.712" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 275.026C347.325 275.026 351.667 277.507 357.249 275.026C362.831 272.545 367.173 275.026 367.173 275.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 281.091C347.325 281.091 351.667 283.572 357.249 281.091C362.831 278.61 367.173 281.091 367.173 281.091" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 175.782C347.325 175.782 351.667 178.263 357.249 175.782C362.831 173.301 367.173 175.782 367.173 175.782" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 181.847C347.325 181.847 351.667 184.328 357.249 181.847C362.831 179.365 367.173 181.847 367.173 181.847" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 374.132C347.325 374.132 351.667 376.613 357.249 374.132C362.831 371.651 367.173 374.132 367.173 374.132" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 380.196C347.325 380.196 351.667 382.677 357.249 380.196C362.831 377.715 367.173 380.196 367.173 380.196" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 250.214C347.325 250.214 351.667 252.695 357.249 250.214C362.831 247.733 367.173 250.214 367.173 250.214" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 256.278C347.325 256.278 351.667 258.759 357.249 256.278C362.831 253.797 367.173 256.278 367.173 256.278" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 349.321C347.325 349.321 351.667 351.802 357.249 349.321C362.831 346.84 367.173 349.321 367.173 349.321" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 355.386C347.325 355.386 351.667 357.867 357.249 355.386C362.831 352.904 367.173 355.386 367.173 355.386" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 299.698C347.325 299.698 351.667 302.179 357.249 299.698C362.831 297.217 367.173 299.698 367.173 299.698" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 305.763C347.325 305.763 351.667 308.244 357.249 305.763C362.831 303.281 367.173 305.763 367.173 305.763" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 200.454C347.325 200.454 351.667 202.935 357.249 200.454C362.831 197.973 367.173 200.454 367.173 200.454" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 206.518C347.325 206.518 351.667 208.999 357.249 206.518C362.831 204.037 367.173 206.518 367.173 206.518" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 398.805C347.325 398.805 351.667 401.287 357.249 398.805C362.831 396.324 367.173 398.805 367.173 398.805" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 225.542C188.535 225.542 192.877 228.023 198.459 225.542C204.041 223.061 208.383 225.542 208.383 225.542" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 231.606C188.535 231.606 192.877 234.087 198.459 231.606C204.041 229.125 208.383 231.606 208.383 231.606" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 324.647C188.535 324.647 192.877 327.128 198.459 324.647C204.041 322.166 208.383 324.647 208.383 324.647" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 330.712C188.535 330.712 192.877 333.193 198.459 330.712C204.041 328.231 208.383 330.712 208.383 330.712" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 275.026C188.535 275.026 192.877 277.507 198.459 275.026C204.041 272.545 208.383 275.026 208.383 275.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 281.091C188.535 281.091 192.877 283.572 198.459 281.091C204.041 278.61 208.383 281.091 208.383 281.091" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 175.782C188.535 175.782 192.877 178.263 198.459 175.782C204.041 173.301 208.383 175.782 208.383 175.782" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 181.847C188.535 181.847 192.877 184.328 198.459 181.847C204.041 179.365 208.383 181.847 208.383 181.847" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 374.132C188.535 374.132 192.877 376.613 198.459 374.132C204.041 371.651 208.383 374.132 208.383 374.132" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 380.196C188.535 380.196 192.877 382.677 198.459 380.196C204.041 377.715 208.383 380.196 208.383 380.196" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 250.214C188.535 250.214 192.877 252.695 198.459 250.214C204.041 247.733 208.383 250.214 208.383 250.214" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 256.278C188.535 256.278 192.877 258.759 198.459 256.278C204.041 253.797 208.383 256.278 208.383 256.278" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 349.321C188.535 349.321 192.877 351.802 198.459 349.321C204.041 346.84 208.383 349.321 208.383 349.321" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 355.386C188.535 355.386 192.877 357.867 198.459 355.386C204.041 352.904 208.383 355.386 208.383 355.386" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 299.698C188.535 299.698 192.877 302.179 198.459 299.698C204.041 297.217 208.383 299.698 208.383 299.698" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 305.763C188.535 305.763 192.877 308.244 198.459 305.763C204.041 303.281 208.383 305.763 208.383 305.763" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 200.454C188.535 200.454 192.877 202.935 198.459 200.454C204.041 197.973 208.383 200.454 208.383 200.454" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 206.518C188.535 206.518 192.877 208.999 198.459 206.518C204.041 204.037 208.383 206.518 208.383 206.518" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 398.805C188.535 398.805 192.877 401.287 198.459 398.805C204.041 396.324 208.383 398.805 208.383 398.805" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 237.809C248.082 237.809 252.423 240.29 258.005 237.809C263.587 235.328 267.929 237.809 267.929 237.809" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 243.874C248.082 243.874 252.423 246.355 258.005 243.874C263.587 241.393 267.929 243.874 267.929 243.874" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 336.915C248.082 336.915 252.423 339.396 258.005 336.915C263.587 334.434 267.929 336.915 267.929 336.915" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 342.979C248.082 342.979 252.423 345.46 258.005 342.979C263.587 340.498 267.929 342.979 267.929 342.979" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 287.294C248.082 287.294 252.423 289.775 258.005 287.294C263.587 284.813 267.929 287.294 267.929 287.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 293.358C248.082 293.358 252.423 295.839 258.005 293.358C263.587 290.877 267.929 293.358 267.929 293.358" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 188.05C248.082 188.05 252.423 190.531 258.005 188.05C263.587 185.569 267.929 188.05 267.929 188.05" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 194.114C248.082 194.114 252.423 196.595 258.005 194.114C263.587 191.633 267.929 194.114 267.929 194.114" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 386.399C248.082 386.399 252.423 388.88 258.005 386.399C263.587 383.918 267.929 386.399 267.929 386.399" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 392.464C248.082 392.464 252.423 394.945 258.005 392.464C263.587 389.983 267.929 392.464 267.929 392.464" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 262.481C248.082 262.481 252.423 264.962 258.005 262.481C263.587 260 267.929 262.481 267.929 262.481" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 268.546C248.082 268.546 252.423 271.027 258.005 268.546C263.587 266.065 267.929 268.546 267.929 268.546" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 163.239C248.082 163.239 252.423 165.72 258.005 163.239C263.587 160.758 267.929 163.239 267.929 163.239" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 169.304C248.082 169.304 252.423 171.785 258.005 169.304C263.587 166.822 267.929 169.304 267.929 169.304" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 361.589C248.082 361.589 252.423 364.07 258.005 361.589C263.587 359.108 267.929 361.589 267.929 361.589" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 367.653C248.082 367.653 252.423 370.134 258.005 367.653C263.587 365.172 267.929 367.653 267.929 367.653" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 311.968C248.082 311.968 252.423 314.449 258.005 311.968C263.587 309.487 267.929 311.968 267.929 311.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 318.032C248.082 318.032 252.423 320.513 258.005 318.032C263.587 315.551 267.929 318.032 267.929 318.032" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 212.723C248.082 212.723 252.423 215.205 258.005 212.723C263.587 210.242 267.929 212.723 267.929 212.723" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 218.788C248.082 218.788 252.423 221.269 258.005 218.788C263.587 216.307 267.929 218.788 267.929 218.788" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 237.809C327.477 237.809 331.818 240.29 337.4 237.809C342.982 235.328 347.324 237.809 347.324 237.809" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 243.874C327.477 243.874 331.818 246.355 337.4 243.874C342.982 241.393 347.324 243.874 347.324 243.874" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 336.915C327.477 336.915 331.818 339.396 337.4 336.915C342.982 334.434 347.324 336.915 347.324 336.915" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 342.979C327.477 342.979 331.818 345.46 337.4 342.979C342.982 340.498 347.324 342.979 347.324 342.979" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 287.294C327.477 287.294 331.818 289.775 337.4 287.294C342.982 284.813 347.324 287.294 347.324 287.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 293.358C327.477 293.358 331.818 295.839 337.4 293.358C342.982 290.877 347.324 293.358 347.324 293.358" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 188.05C327.477 188.05 331.818 190.531 337.4 188.05C342.982 185.569 347.324 188.05 347.324 188.05" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 194.114C327.477 194.114 331.818 196.595 337.4 194.114C342.982 191.633 347.324 194.114 347.324 194.114" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 386.399C327.477 386.399 331.818 388.88 337.4 386.399C342.982 383.918 347.324 386.399 347.324 386.399" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 392.464C327.477 392.464 331.818 394.945 337.4 392.464C342.982 389.983 347.324 392.464 347.324 392.464" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 262.481C327.477 262.481 331.818 264.962 337.4 262.481C342.982 260 347.324 262.481 347.324 262.481" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 268.546C327.477 268.546 331.818 271.027 337.4 268.546C342.982 266.065 347.324 268.546 347.324 268.546" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 163.239C327.477 163.239 331.818 165.72 337.4 163.239C342.982 160.758 347.324 163.239 347.324 163.239" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 169.304C327.477 169.304 331.818 171.785 337.4 169.304C342.982 166.822 347.324 169.304 347.324 169.304" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 361.589C327.477 361.589 331.818 364.07 337.4 361.589C342.982 359.108 347.324 361.589 347.324 361.589" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 367.653C327.477 367.653 331.818 370.134 337.4 367.653C342.982 365.172 347.324 367.653 347.324 367.653" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 311.968C327.477 311.968 331.818 314.449 337.4 311.968C342.982 309.487 347.324 311.968 347.324 311.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 318.032C327.477 318.032 331.818 320.513 337.4 318.032C342.982 315.551 347.324 318.032 347.324 318.032" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 212.723C327.477 212.723 331.818 215.205 337.4 212.723C342.982 210.242 347.324 212.723 347.324 212.723" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 218.788C327.477 218.788 331.818 221.269 337.4 218.788C342.982 216.307 347.324 218.788 347.324 218.788" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 237.809C168.687 237.809 173.028 240.29 178.61 237.809C184.192 235.328 188.534 237.809 188.534 237.809" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 243.874C168.687 243.874 173.028 246.355 178.61 243.874C184.192 241.393 188.534 243.874 188.534 243.874" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 336.915C168.687 336.915 173.028 339.396 178.61 336.915C184.192 334.434 188.534 336.915 188.534 336.915" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 342.979C168.687 342.979 173.028 345.46 178.61 342.979C184.192 340.498 188.534 342.979 188.534 342.979" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 287.294C168.687 287.294 173.028 289.775 178.61 287.294C184.192 284.813 188.534 287.294 188.534 287.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 293.358C168.687 293.358 173.028 295.839 178.61 293.358C184.192 290.877 188.534 293.358 188.534 293.358" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 188.05C168.687 188.05 173.028 190.531 178.61 188.05C184.192 185.569 188.534 188.05 188.534 188.05" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 194.114C168.687 194.114 173.028 196.595 178.61 194.114C184.192 191.633 188.534 194.114 188.534 194.114" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 386.399C168.687 386.399 173.028 388.88 178.61 386.399C184.192 383.918 188.534 386.399 188.534 386.399" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 392.464C168.687 392.464 173.028 394.945 178.61 392.464C184.192 389.983 188.534 392.464 188.534 392.464" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 262.481C168.687 262.481 173.028 264.962 178.61 262.481C184.192 260 188.534 262.481 188.534 262.481" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 268.546C168.687 268.546 173.028 271.027 178.61 268.546C184.192 266.065 188.534 268.546 188.534 268.546" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 163.239C168.687 163.239 173.028 165.72 178.61 163.239C184.192 160.758 188.534 163.239 188.534 163.239" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 169.304C168.687 169.304 173.028 171.785 178.61 169.304C184.192 166.822 188.534 169.304 188.534 169.304" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 361.589C168.687 361.589 173.028 364.07 178.61 361.589C184.192 359.108 188.534 361.589 188.534 361.589" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 367.653C168.687 367.653 173.028 370.134 178.61 367.653C184.192 365.172 188.534 367.653 188.534 367.653" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 311.968C168.687 311.968 173.028 314.449 178.61 311.968C184.192 309.487 188.534 311.968 188.534 311.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 318.032C168.687 318.032 173.028 320.513 178.61 318.032C184.192 315.551 188.534 318.032 188.534 318.032" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 212.723C168.687 212.723 173.028 215.205 178.61 212.723C184.192 210.242 188.534 212.723 188.534 212.723" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 218.788C168.687 218.788 173.028 221.269 178.61 218.788C184.192 216.307 188.534 218.788 188.534 218.788" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 237.809C287.779 237.809 292.121 240.29 297.703 237.809C303.285 235.328 307.627 237.809 307.627 237.809" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 243.874C287.779 243.874 292.121 246.355 297.703 243.874C303.285 241.393 307.627 243.874 307.627 243.874" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 336.915C287.779 336.915 292.121 339.396 297.703 336.915C303.285 334.434 307.627 336.915 307.627 336.915" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 342.979C287.779 342.979 292.121 345.46 297.703 342.979C303.285 340.498 307.627 342.979 307.627 342.979" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 287.294C287.779 287.294 292.121 289.775 297.703 287.294C303.285 284.813 307.627 287.294 307.627 287.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 293.358C287.779 293.358 292.121 295.839 297.703 293.358C303.285 290.877 307.627 293.358 307.627 293.358" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 188.05C287.779 188.05 292.121 190.531 297.703 188.05C303.285 185.569 307.627 188.05 307.627 188.05" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 194.114C287.779 194.114 292.121 196.595 297.703 194.114C303.285 191.633 307.627 194.114 307.627 194.114" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 386.399C287.779 386.399 292.121 388.88 297.703 386.399C303.285 383.918 307.627 386.399 307.627 386.399" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 392.464C287.779 392.464 292.121 394.945 297.703 392.464C303.285 389.983 307.627 392.464 307.627 392.464" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 262.481C287.779 262.481 292.121 264.962 297.703 262.481C303.285 260 307.627 262.481 307.627 262.481" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 268.546C287.779 268.546 292.121 271.027 297.703 268.546C303.285 266.065 307.627 268.546 307.627 268.546" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 163.239C287.779 163.239 292.121 165.72 297.703 163.239C303.285 160.758 307.627 163.239 307.627 163.239" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 169.304C287.779 169.304 292.121 171.785 297.703 169.304C303.285 166.822 307.627 169.304 307.627 169.304" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 361.589C287.779 361.589 292.121 364.07 297.703 361.589C303.285 359.108 307.627 361.589 307.627 361.589" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 367.653C287.779 367.653 292.121 370.134 297.703 367.653C303.285 365.172 307.627 367.653 307.627 367.653" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 311.968C287.779 311.968 292.121 314.449 297.703 311.968C303.285 309.487 307.627 311.968 307.627 311.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 318.032C287.779 318.032 292.121 320.513 297.703 318.032C303.285 315.551 307.627 318.032 307.627 318.032" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 212.723C287.779 212.723 292.121 215.205 297.703 212.723C303.285 210.242 307.627 212.723 307.627 212.723" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 218.788C287.779 218.788 292.121 221.269 297.703 218.788C303.285 216.307 307.627 218.788 307.627 218.788" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 237.809C128.989 237.809 133.331 240.29 138.913 237.809C144.495 235.328 148.837 237.809 148.837 237.809" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 243.874C128.989 243.874 133.331 246.355 138.913 243.874C144.495 241.393 148.837 243.874 148.837 243.874" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 336.915C128.989 336.915 133.331 339.396 138.913 336.915C144.495 334.434 148.837 336.915 148.837 336.915" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 342.979C128.989 342.979 133.331 345.46 138.913 342.979C144.495 340.498 148.837 342.979 148.837 342.979" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 287.294C128.989 287.294 133.331 289.775 138.913 287.294C144.495 284.813 148.837 287.294 148.837 287.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 293.358C128.989 293.358 133.331 295.839 138.913 293.358C144.495 290.877 148.837 293.358 148.837 293.358" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 188.05C128.989 188.05 133.331 190.531 138.913 188.05C144.495 185.569 148.837 188.05 148.837 188.05" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 194.114C128.989 194.114 133.331 196.595 138.913 194.114C144.495 191.633 148.837 194.114 148.837 194.114" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 386.399C128.989 386.399 133.331 388.88 138.913 386.399C144.495 383.918 148.837 386.399 148.837 386.399" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 392.464C128.989 392.464 133.331 394.945 138.913 392.464C144.495 389.983 148.837 392.464 148.837 392.464" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 262.481C128.989 262.481 133.331 264.962 138.913 262.481C144.495 260 148.837 262.481 148.837 262.481" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 268.546C128.989 268.546 133.331 271.027 138.913 268.546C144.495 266.065 148.837 268.546 148.837 268.546" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 163.239C128.989 163.239 133.331 165.72 138.913 163.239C144.495 160.758 148.837 163.239 148.837 163.239" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 169.304C128.989 169.304 133.331 171.785 138.913 169.304C144.495 166.822 148.837 169.304 148.837 169.304" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 361.589C128.989 361.589 133.331 364.07 138.913 361.589C144.495 359.108 148.837 361.589 148.837 361.589" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 367.653C128.989 367.653 133.331 370.134 138.913 367.653C144.495 365.172 148.837 367.653 148.837 367.653" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 311.968C128.989 311.968 133.331 314.449 138.913 311.968C144.495 309.487 148.837 311.968 148.837 311.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 318.032C128.989 318.032 133.331 320.513 138.913 318.032C144.495 315.551 148.837 318.032 148.837 318.032" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 212.723C128.989 212.723 133.331 215.205 138.913 212.723C144.495 210.242 148.837 212.723 148.837 212.723" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 218.788C128.989 218.788 133.331 221.269 138.913 218.788C144.495 216.307 148.837 218.788 148.837 218.788" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 237.809C367.174 237.809 371.516 240.29 377.098 237.809C382.679 235.328 387.021 237.809 387.021 237.809" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 243.874C367.174 243.874 371.516 246.355 377.098 243.874C382.679 241.393 387.021 243.874 387.021 243.874" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 336.915C367.174 336.915 371.516 339.396 377.098 336.915C382.679 334.434 387.021 336.915 387.021 336.915" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 342.979C367.174 342.979 371.516 345.46 377.098 342.979C382.679 340.498 387.021 342.979 387.021 342.979" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 287.294C367.174 287.294 371.516 289.775 377.098 287.294C382.679 284.813 387.021 287.294 387.021 287.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 293.358C367.174 293.358 371.516 295.839 377.098 293.358C382.679 290.877 387.021 293.358 387.021 293.358" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 188.05C367.174 188.05 371.516 190.531 377.098 188.05C382.679 185.569 387.021 188.05 387.021 188.05" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 194.114C367.174 194.114 371.516 196.595 377.098 194.114C382.679 191.633 387.021 194.114 387.021 194.114" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 386.399C367.174 386.399 371.516 388.88 377.098 386.399C382.679 383.918 387.021 386.399 387.021 386.399" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 392.464C367.174 392.464 371.516 394.945 377.098 392.464C382.679 389.983 387.021 392.464 387.021 392.464" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 262.481C367.174 262.481 371.516 264.962 377.098 262.481C382.679 260 387.021 262.481 387.021 262.481" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 268.546C367.174 268.546 371.516 271.027 377.098 268.546C382.679 266.065 387.021 268.546 387.021 268.546" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 163.239C367.174 163.239 371.516 165.72 377.098 163.239C382.679 160.758 387.021 163.239 387.021 163.239" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 169.304C367.174 169.304 371.516 171.785 377.098 169.304C382.679 166.822 387.021 169.304 387.021 169.304" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 361.589C367.174 361.589 371.516 364.07 377.098 361.589C382.679 359.108 387.021 361.589 387.021 361.589" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 367.653C367.174 367.653 371.516 370.134 377.098 367.653C382.679 365.172 387.021 367.653 387.021 367.653" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 311.968C367.174 311.968 371.516 314.449 377.098 311.968C382.679 309.487 387.021 311.968 387.021 311.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 318.032C367.174 318.032 371.516 320.513 377.098 318.032C382.679 315.551 387.021 318.032 387.021 318.032" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 212.723C367.174 212.723 371.516 215.205 377.098 212.723C382.679 210.242 387.021 212.723 387.021 212.723" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 218.788C367.174 218.788 371.516 221.269 377.098 218.788C382.679 216.307 387.021 218.788 387.021 218.788" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 237.809C208.384 237.809 212.726 240.29 218.308 237.809C223.89 235.328 228.232 237.809 228.232 237.809" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 243.874C208.384 243.874 212.726 246.355 218.308 243.874C223.89 241.393 228.232 243.874 228.232 243.874" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 336.915C208.384 336.915 212.726 339.396 218.308 336.915C223.89 334.434 228.232 336.915 228.232 336.915" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 342.979C208.384 342.979 212.726 345.46 218.308 342.979C223.89 340.498 228.232 342.979 228.232 342.979" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 287.294C208.384 287.294 212.726 289.775 218.308 287.294C223.89 284.813 228.232 287.294 228.232 287.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 293.358C208.384 293.358 212.726 295.839 218.308 293.358C223.89 290.877 228.232 293.358 228.232 293.358" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 188.05C208.384 188.05 212.726 190.531 218.308 188.05C223.89 185.569 228.232 188.05 228.232 188.05" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 194.114C208.384 194.114 212.726 196.595 218.308 194.114C223.89 191.633 228.232 194.114 228.232 194.114" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 386.399C208.384 386.399 212.726 388.88 218.308 386.399C223.89 383.918 228.232 386.399 228.232 386.399" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 392.464C208.384 392.464 212.726 394.945 218.308 392.464C223.89 389.983 228.232 392.464 228.232 392.464" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 262.481C208.384 262.481 212.726 264.962 218.308 262.481C223.89 260 228.232 262.481 228.232 262.481" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 268.546C208.384 268.546 212.726 271.027 218.308 268.546C223.89 266.065 228.232 268.546 228.232 268.546" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 163.239C208.384 163.239 212.726 165.72 218.308 163.239C223.89 160.758 228.232 163.239 228.232 163.239" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 169.304C208.384 169.304 212.726 171.785 218.308 169.304C223.89 166.822 228.232 169.304 228.232 169.304" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 361.589C208.384 361.589 212.726 364.07 218.308 361.589C223.89 359.108 228.232 361.589 228.232 361.589" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 367.653C208.384 367.653 212.726 370.134 218.308 367.653C223.89 365.172 228.232 367.653 228.232 367.653" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 311.968C208.384 311.968 212.726 314.449 218.308 311.968C223.89 309.487 228.232 311.968 228.232 311.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 318.032C208.384 318.032 212.726 320.513 218.308 318.032C223.89 315.551 228.232 318.032 228.232 318.032" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 212.723C208.384 212.723 212.726 215.205 218.308 212.723C223.89 210.242 228.232 212.723 228.232 212.723" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 218.788C208.384 218.788 212.726 221.269 218.308 218.788C223.89 216.307 228.232 218.788 228.232 218.788" stroke="#EC5B13" stroke-width="0.862269"/></g><rect x="400.422" y="83" width="479.421" height="317.315" fill="#FF884C"/><mask id="mask3_4179_59003" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="400" y="83" width="480" height="318"><rect x="400.422" y="83" width="479.421" height="317.315" fill="#FF7E3B"/></mask><g mask="url(#mask3_4179_59003)"><path d="M390.075 225.542C390.075 225.542 394.417 228.023 399.999 225.542C405.581 223.061 409.923 225.542 409.923 225.542" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 231.606C390.075 231.606 394.417 234.087 399.999 231.606C405.581 229.125 409.923 231.606 409.923 231.606" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 324.647C390.075 324.647 394.417 327.128 399.999 324.647C405.581 322.166 409.923 324.647 409.923 324.647" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 330.712C390.075 330.712 394.417 333.193 399.999 330.712C405.581 328.231 409.923 330.712 409.923 330.712" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 275.026C390.075 275.026 394.417 277.507 399.999 275.026C405.581 272.545 409.923 275.026 409.923 275.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 281.091C390.075 281.091 394.417 283.572 399.999 281.091C405.581 278.61 409.923 281.091 409.923 281.091" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 175.782C390.075 175.782 394.417 178.263 399.999 175.782C405.581 173.301 409.923 175.782 409.923 175.782" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 181.847C390.075 181.847 394.417 184.328 399.999 181.847C405.581 179.365 409.923 181.847 409.923 181.847" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 374.132C390.075 374.132 394.417 376.613 399.999 374.132C405.581 371.651 409.923 374.132 409.923 374.132" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 380.196C390.075 380.196 394.417 382.677 399.999 380.196C405.581 377.715 409.923 380.196 409.923 380.196" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 250.214C390.075 250.214 394.417 252.695 399.999 250.214C405.581 247.733 409.923 250.214 409.923 250.214" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 256.278C390.075 256.278 394.417 258.759 399.999 256.278C405.581 253.797 409.923 256.278 409.923 256.278" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 349.321C390.075 349.321 394.417 351.802 399.999 349.321C405.581 346.84 409.923 349.321 409.923 349.321" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 355.386C390.075 355.386 394.417 357.867 399.999 355.386C405.581 352.904 409.923 355.386 409.923 355.386" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 299.698C390.075 299.698 394.417 302.179 399.999 299.698C405.581 297.217 409.923 299.698 409.923 299.698" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 305.763C390.075 305.763 394.417 308.244 399.999 305.763C405.581 303.281 409.923 305.763 409.923 305.763" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 200.454C390.075 200.454 394.417 202.935 399.999 200.454C405.581 197.973 409.923 200.454 409.923 200.454" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 206.518C390.075 206.518 394.417 208.999 399.999 206.518C405.581 204.037 409.923 206.518 409.923 206.518" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 398.805C390.075 398.805 394.417 401.287 399.999 398.805C405.581 396.324 409.923 398.805 409.923 398.805" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 225.542C548.865 225.542 553.207 228.023 558.789 225.542C564.371 223.061 568.713 225.542 568.713 225.542" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 231.606C548.865 231.606 553.207 234.087 558.789 231.606C564.371 229.125 568.713 231.606 568.713 231.606" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 324.647C548.865 324.647 553.207 327.128 558.789 324.647C564.371 322.166 568.713 324.647 568.713 324.647" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 330.712C548.865 330.712 553.207 333.193 558.789 330.712C564.371 328.231 568.713 330.712 568.713 330.712" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 275.026C548.865 275.026 553.207 277.507 558.789 275.026C564.371 272.545 568.713 275.026 568.713 275.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 281.091C548.865 281.091 553.207 283.572 558.789 281.091C564.371 278.61 568.713 281.091 568.713 281.091" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 175.782C548.865 175.782 553.207 178.263 558.789 175.782C564.371 173.301 568.713 175.782 568.713 175.782" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 181.847C548.865 181.847 553.207 184.328 558.789 181.847C564.371 179.365 568.713 181.847 568.713 181.847" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 374.132C548.865 374.132 553.207 376.613 558.789 374.132C564.371 371.651 568.713 374.132 568.713 374.132" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 380.196C548.865 380.196 553.207 382.677 558.789 380.196C564.371 377.715 568.713 380.196 568.713 380.196" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 250.214C548.865 250.214 553.207 252.695 558.789 250.214C564.371 247.733 568.713 250.214 568.713 250.214" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 256.278C548.865 256.278 553.207 258.759 558.789 256.278C564.371 253.797 568.713 256.278 568.713 256.278" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 349.321C548.865 349.321 553.207 351.802 558.789 349.321C564.371 346.84 568.713 349.321 568.713 349.321" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 355.386C548.865 355.386 553.207 357.867 558.789 355.386C564.371 352.904 568.713 355.386 568.713 355.386" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 299.698C548.865 299.698 553.207 302.179 558.789 299.698C564.371 297.217 568.713 299.698 568.713 299.698" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 305.763C548.865 305.763 553.207 308.244 558.789 305.763C564.371 303.281 568.713 305.763 568.713 305.763" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 200.454C548.865 200.454 553.207 202.935 558.789 200.454C564.371 197.973 568.713 200.454 568.713 200.454" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 206.518C548.865 206.518 553.207 208.999 558.789 206.518C564.371 204.037 568.713 206.518 568.713 206.518" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 398.805C548.865 398.805 553.207 401.287 558.789 398.805C564.371 396.324 568.713 398.805 568.713 398.805" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 225.542C469.47 225.542 473.812 228.023 479.393 225.542C484.975 223.061 489.317 225.542 489.317 225.542" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 231.606C469.47 231.606 473.812 234.087 479.393 231.606C484.975 229.125 489.317 231.606 489.317 231.606" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 324.647C469.47 324.647 473.812 327.128 479.393 324.647C484.975 322.166 489.317 324.647 489.317 324.647" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 330.712C469.47 330.712 473.812 333.193 479.393 330.712C484.975 328.231 489.317 330.712 489.317 330.712" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 275.026C469.47 275.026 473.812 277.507 479.393 275.026C484.975 272.545 489.317 275.026 489.317 275.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 281.091C469.47 281.091 473.812 283.572 479.393 281.091C484.975 278.61 489.317 281.091 489.317 281.091" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 175.782C469.47 175.782 473.812 178.263 479.393 175.782C484.975 173.301 489.317 175.782 489.317 175.782" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 181.847C469.47 181.847 473.812 184.328 479.393 181.847C484.975 179.365 489.317 181.847 489.317 181.847" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 374.132C469.47 374.132 473.812 376.613 479.393 374.132C484.975 371.651 489.317 374.132 489.317 374.132" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 380.196C469.47 380.196 473.812 382.677 479.393 380.196C484.975 377.715 489.317 380.196 489.317 380.196" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 250.214C469.47 250.214 473.812 252.695 479.393 250.214C484.975 247.733 489.317 250.214 489.317 250.214" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 256.278C469.47 256.278 473.812 258.759 479.393 256.278C484.975 253.797 489.317 256.278 489.317 256.278" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 349.321C469.47 349.321 473.812 351.802 479.393 349.321C484.975 346.84 489.317 349.321 489.317 349.321" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 355.386C469.47 355.386 473.812 357.867 479.393 355.386C484.975 352.904 489.317 355.386 489.317 355.386" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 299.698C469.47 299.698 473.812 302.179 479.393 299.698C484.975 297.217 489.317 299.698 489.317 299.698" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 305.763C469.47 305.763 473.812 308.244 479.393 305.763C484.975 303.281 489.317 305.763 489.317 305.763" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 200.454C469.47 200.454 473.812 202.935 479.393 200.454C484.975 197.973 489.317 200.454 489.317 200.454" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 206.518C469.47 206.518 473.812 208.999 479.393 206.518C484.975 204.037 489.317 206.518 489.317 206.518" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 398.805C469.47 398.805 473.812 401.287 479.393 398.805C484.975 396.324 489.317 398.805 489.317 398.805" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 225.542C628.26 225.542 632.602 228.023 638.183 225.542C643.765 223.061 648.107 225.542 648.107 225.542" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 231.606C628.26 231.606 632.602 234.087 638.183 231.606C643.765 229.125 648.107 231.606 648.107 231.606" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 324.647C628.26 324.647 632.602 327.128 638.183 324.647C643.765 322.166 648.107 324.647 648.107 324.647" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 330.712C628.26 330.712 632.602 333.193 638.183 330.712C643.765 328.231 648.107 330.712 648.107 330.712" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 275.026C628.26 275.026 632.602 277.507 638.183 275.026C643.765 272.545 648.107 275.026 648.107 275.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 281.091C628.26 281.091 632.602 283.572 638.183 281.091C643.765 278.61 648.107 281.091 648.107 281.091" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 175.782C628.26 175.782 632.602 178.263 638.183 175.782C643.765 173.301 648.107 175.782 648.107 175.782" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 181.847C628.26 181.847 632.602 184.328 638.183 181.847C643.765 179.365 648.107 181.847 648.107 181.847" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 374.132C628.26 374.132 632.602 376.613 638.183 374.132C643.765 371.651 648.107 374.132 648.107 374.132" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 380.196C628.26 380.196 632.602 382.677 638.183 380.196C643.765 377.715 648.107 380.196 648.107 380.196" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 250.214C628.26 250.214 632.602 252.695 638.183 250.214C643.765 247.733 648.107 250.214 648.107 250.214" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 256.278C628.26 256.278 632.602 258.759 638.183 256.278C643.765 253.797 648.107 256.278 648.107 256.278" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 349.321C628.26 349.321 632.602 351.802 638.183 349.321C643.765 346.84 648.107 349.321 648.107 349.321" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 355.386C628.26 355.386 632.602 357.867 638.183 355.386C643.765 352.904 648.107 355.386 648.107 355.386" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 299.698C628.26 299.698 632.602 302.179 638.183 299.698C643.765 297.217 648.107 299.698 648.107 299.698" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 305.763C628.26 305.763 632.602 308.244 638.183 305.763C643.765 303.281 648.107 305.763 648.107 305.763" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 200.454C628.26 200.454 632.602 202.935 638.183 200.454C643.765 197.973 648.107 200.454 648.107 200.454" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 206.518C628.26 206.518 632.602 208.999 638.183 206.518C643.765 204.037 648.107 206.518 648.107 206.518" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 398.805C628.26 398.805 632.602 401.287 638.183 398.805C643.765 396.324 648.107 398.805 648.107 398.805" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 225.542C429.772 225.542 434.114 228.023 439.696 225.542C445.278 223.061 449.62 225.542 449.62 225.542" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 231.606C429.772 231.606 434.114 234.087 439.696 231.606C445.278 229.125 449.62 231.606 449.62 231.606" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 324.647C429.772 324.647 434.114 327.128 439.696 324.647C445.278 322.166 449.62 324.647 449.62 324.647" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 330.712C429.772 330.712 434.114 333.193 439.696 330.712C445.278 328.231 449.62 330.712 449.62 330.712" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 275.026C429.772 275.026 434.114 277.507 439.696 275.026C445.278 272.545 449.62 275.026 449.62 275.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 281.091C429.772 281.091 434.114 283.572 439.696 281.091C445.278 278.61 449.62 281.091 449.62 281.091" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 175.782C429.772 175.782 434.114 178.263 439.696 175.782C445.278 173.301 449.62 175.782 449.62 175.782" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 181.847C429.772 181.847 434.114 184.328 439.696 181.847C445.278 179.365 449.62 181.847 449.62 181.847" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 374.132C429.772 374.132 434.114 376.613 439.696 374.132C445.278 371.651 449.62 374.132 449.62 374.132" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 380.196C429.772 380.196 434.114 382.677 439.696 380.196C445.278 377.715 449.62 380.196 449.62 380.196" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 250.214C429.772 250.214 434.114 252.695 439.696 250.214C445.278 247.733 449.62 250.214 449.62 250.214" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 256.278C429.772 256.278 434.114 258.759 439.696 256.278C445.278 253.797 449.62 256.278 449.62 256.278" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 349.321C429.772 349.321 434.114 351.802 439.696 349.321C445.278 346.84 449.62 349.321 449.62 349.321" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 355.386C429.772 355.386 434.114 357.867 439.696 355.386C445.278 352.904 449.62 355.386 449.62 355.386" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 299.698C429.772 299.698 434.114 302.179 439.696 299.698C445.278 297.217 449.62 299.698 449.62 299.698" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 305.763C429.772 305.763 434.114 308.244 439.696 305.763C445.278 303.281 449.62 305.763 449.62 305.763" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 200.454C429.772 200.454 434.114 202.935 439.696 200.454C445.278 197.973 449.62 200.454 449.62 200.454" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 206.518C429.772 206.518 434.114 208.999 439.696 206.518C445.278 204.037 449.62 206.518 449.62 206.518" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 398.805C429.772 398.805 434.114 401.287 439.696 398.805C445.278 396.324 449.62 398.805 449.62 398.805" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 225.542C588.562 225.542 592.904 228.023 598.486 225.542C604.068 223.061 608.41 225.542 608.41 225.542" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 231.606C588.562 231.606 592.904 234.087 598.486 231.606C604.068 229.125 608.41 231.606 608.41 231.606" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 324.647C588.562 324.647 592.904 327.128 598.486 324.647C604.068 322.166 608.41 324.647 608.41 324.647" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 330.712C588.562 330.712 592.904 333.193 598.486 330.712C604.068 328.231 608.41 330.712 608.41 330.712" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 275.026C588.562 275.026 592.904 277.507 598.486 275.026C604.068 272.545 608.41 275.026 608.41 275.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 281.091C588.562 281.091 592.904 283.572 598.486 281.091C604.068 278.61 608.41 281.091 608.41 281.091" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 175.782C588.562 175.782 592.904 178.263 598.486 175.782C604.068 173.301 608.41 175.782 608.41 175.782" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 181.847C588.562 181.847 592.904 184.328 598.486 181.847C604.068 179.365 608.41 181.847 608.41 181.847" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 374.132C588.562 374.132 592.904 376.613 598.486 374.132C604.068 371.651 608.41 374.132 608.41 374.132" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 380.196C588.562 380.196 592.904 382.677 598.486 380.196C604.068 377.715 608.41 380.196 608.41 380.196" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 250.214C588.562 250.214 592.904 252.695 598.486 250.214C604.068 247.733 608.41 250.214 608.41 250.214" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 256.278C588.562 256.278 592.904 258.759 598.486 256.278C604.068 253.797 608.41 256.278 608.41 256.278" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 349.321C588.562 349.321 592.904 351.802 598.486 349.321C604.068 346.84 608.41 349.321 608.41 349.321" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 355.386C588.562 355.386 592.904 357.867 598.486 355.386C604.068 352.904 608.41 355.386 608.41 355.386" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 299.698C588.562 299.698 592.904 302.179 598.486 299.698C604.068 297.217 608.41 299.698 608.41 299.698" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 305.763C588.562 305.763 592.904 308.244 598.486 305.763C604.068 303.281 608.41 305.763 608.41 305.763" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 200.454C588.562 200.454 592.904 202.935 598.486 200.454C604.068 197.973 608.41 200.454 608.41 200.454" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 206.518C588.562 206.518 592.904 208.999 598.486 206.518C604.068 204.037 608.41 206.518 608.41 206.518" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 398.805C588.562 398.805 592.904 401.287 598.486 398.805C604.068 396.324 608.41 398.805 608.41 398.805" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 225.542C509.168 225.542 513.51 228.023 519.092 225.542C524.673 223.061 529.015 225.542 529.015 225.542" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 231.606C509.168 231.606 513.51 234.087 519.092 231.606C524.673 229.125 529.015 231.606 529.015 231.606" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 324.647C509.168 324.647 513.51 327.128 519.092 324.647C524.673 322.166 529.015 324.647 529.015 324.647" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 330.712C509.168 330.712 513.51 333.193 519.092 330.712C524.673 328.231 529.015 330.712 529.015 330.712" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 275.026C509.168 275.026 513.51 277.507 519.092 275.026C524.673 272.545 529.015 275.026 529.015 275.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 281.091C509.168 281.091 513.51 283.572 519.092 281.091C524.673 278.61 529.015 281.091 529.015 281.091" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 175.782C509.168 175.782 513.51 178.263 519.092 175.782C524.673 173.301 529.015 175.782 529.015 175.782" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 181.847C509.168 181.847 513.51 184.328 519.092 181.847C524.673 179.365 529.015 181.847 529.015 181.847" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 374.132C509.168 374.132 513.51 376.613 519.092 374.132C524.673 371.651 529.015 374.132 529.015 374.132" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 380.196C509.168 380.196 513.51 382.677 519.092 380.196C524.673 377.715 529.015 380.196 529.015 380.196" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 250.214C509.168 250.214 513.51 252.695 519.092 250.214C524.673 247.733 529.015 250.214 529.015 250.214" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 256.278C509.168 256.278 513.51 258.759 519.092 256.278C524.673 253.797 529.015 256.278 529.015 256.278" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 349.321C509.168 349.321 513.51 351.802 519.092 349.321C524.673 346.84 529.015 349.321 529.015 349.321" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 355.386C509.168 355.386 513.51 357.867 519.092 355.386C524.673 352.904 529.015 355.386 529.015 355.386" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 299.698C509.168 299.698 513.51 302.179 519.092 299.698C524.673 297.217 529.015 299.698 529.015 299.698" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 305.763C509.168 305.763 513.51 308.244 519.092 305.763C524.673 303.281 529.015 305.763 529.015 305.763" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 200.454C509.168 200.454 513.51 202.935 519.092 200.454C524.673 197.973 529.015 200.454 529.015 200.454" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 206.518C509.168 206.518 513.51 208.999 519.092 206.518C524.673 204.037 529.015 206.518 529.015 206.518" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 398.805C509.168 398.805 513.51 401.287 519.092 398.805C524.673 396.324 529.015 398.805 529.015 398.805" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 237.809C409.924 237.809 414.266 240.29 419.848 237.809C425.429 235.328 429.771 237.809 429.771 237.809" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 243.874C409.924 243.874 414.266 246.355 419.848 243.874C425.429 241.393 429.771 243.874 429.771 243.874" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 336.915C409.924 336.915 414.266 339.396 419.848 336.915C425.429 334.434 429.771 336.915 429.771 336.915" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 342.979C409.924 342.979 414.266 345.46 419.848 342.979C425.429 340.498 429.771 342.979 429.771 342.979" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 287.294C409.924 287.294 414.266 289.775 419.848 287.294C425.429 284.813 429.771 287.294 429.771 287.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 293.358C409.924 293.358 414.266 295.839 419.848 293.358C425.429 290.877 429.771 293.358 429.771 293.358" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 188.05C409.924 188.05 414.266 190.531 419.848 188.05C425.429 185.569 429.771 188.05 429.771 188.05" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 194.114C409.924 194.114 414.266 196.595 419.848 194.114C425.429 191.633 429.771 194.114 429.771 194.114" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 386.399C409.924 386.399 414.266 388.88 419.848 386.399C425.429 383.918 429.771 386.399 429.771 386.399" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 392.464C409.924 392.464 414.266 394.945 419.848 392.464C425.429 389.983 429.771 392.464 429.771 392.464" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 262.481C409.924 262.481 414.266 264.962 419.848 262.481C425.429 260 429.771 262.481 429.771 262.481" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 268.546C409.924 268.546 414.266 271.027 419.848 268.546C425.429 266.065 429.771 268.546 429.771 268.546" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 163.239C409.924 163.239 414.266 165.72 419.848 163.239C425.429 160.758 429.771 163.239 429.771 163.239" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 169.304C409.924 169.304 414.266 171.785 419.848 169.304C425.429 166.822 429.771 169.304 429.771 169.304" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 361.589C409.924 361.589 414.266 364.07 419.848 361.589C425.429 359.108 429.771 361.589 429.771 361.589" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 367.653C409.924 367.653 414.266 370.134 419.848 367.653C425.429 365.172 429.771 367.653 429.771 367.653" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 311.968C409.924 311.968 414.266 314.449 419.848 311.968C425.429 309.487 429.771 311.968 429.771 311.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 318.032C409.924 318.032 414.266 320.513 419.848 318.032C425.429 315.551 429.771 318.032 429.771 318.032" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 212.723C409.924 212.723 414.266 215.205 419.848 212.723C425.429 210.242 429.771 212.723 429.771 212.723" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 218.788C409.924 218.788 414.266 221.269 419.848 218.788C425.429 216.307 429.771 218.788 429.771 218.788" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 237.809C568.714 237.809 573.056 240.29 578.638 237.809C584.219 235.328 588.561 237.809 588.561 237.809" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 243.874C568.714 243.874 573.056 246.355 578.638 243.874C584.219 241.393 588.561 243.874 588.561 243.874" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 336.915C568.714 336.915 573.056 339.396 578.638 336.915C584.219 334.434 588.561 336.915 588.561 336.915" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 342.979C568.714 342.979 573.056 345.46 578.638 342.979C584.219 340.498 588.561 342.979 588.561 342.979" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 287.294C568.714 287.294 573.056 289.775 578.638 287.294C584.219 284.813 588.561 287.294 588.561 287.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 293.358C568.714 293.358 573.056 295.839 578.638 293.358C584.219 290.877 588.561 293.358 588.561 293.358" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 188.05C568.714 188.05 573.056 190.531 578.638 188.05C584.219 185.569 588.561 188.05 588.561 188.05" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 194.114C568.714 194.114 573.056 196.595 578.638 194.114C584.219 191.633 588.561 194.114 588.561 194.114" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 386.399C568.714 386.399 573.056 388.88 578.638 386.399C584.219 383.918 588.561 386.399 588.561 386.399" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 392.464C568.714 392.464 573.056 394.945 578.638 392.464C584.219 389.983 588.561 392.464 588.561 392.464" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 262.481C568.714 262.481 573.056 264.962 578.638 262.481C584.219 260 588.561 262.481 588.561 262.481" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 268.546C568.714 268.546 573.056 271.027 578.638 268.546C584.219 266.065 588.561 268.546 588.561 268.546" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 163.239C568.714 163.239 573.056 165.72 578.638 163.239C584.219 160.758 588.561 163.239 588.561 163.239" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 169.304C568.714 169.304 573.056 171.785 578.638 169.304C584.219 166.822 588.561 169.304 588.561 169.304" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 361.589C568.714 361.589 573.056 364.07 578.638 361.589C584.219 359.108 588.561 361.589 588.561 361.589" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 367.653C568.714 367.653 573.056 370.134 578.638 367.653C584.219 365.172 588.561 367.653 588.561 367.653" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 311.968C568.714 311.968 573.056 314.449 578.638 311.968C584.219 309.487 588.561 311.968 588.561 311.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 318.032C568.714 318.032 573.056 320.513 578.638 318.032C584.219 315.551 588.561 318.032 588.561 318.032" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 212.723C568.714 212.723 573.056 215.205 578.638 212.723C584.219 210.242 588.561 212.723 588.561 212.723" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 218.788C568.714 218.788 573.056 221.269 578.638 218.788C584.219 216.307 588.561 218.788 588.561 218.788" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 237.809C489.319 237.809 493.661 240.29 499.243 237.809C504.825 235.328 509.167 237.809 509.167 237.809" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 243.874C489.319 243.874 493.661 246.355 499.243 243.874C504.825 241.393 509.167 243.874 509.167 243.874" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 336.915C489.319 336.915 493.661 339.396 499.243 336.915C504.825 334.434 509.167 336.915 509.167 336.915" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 342.979C489.319 342.979 493.661 345.46 499.243 342.979C504.825 340.498 509.167 342.979 509.167 342.979" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 287.294C489.319 287.294 493.661 289.775 499.243 287.294C504.825 284.813 509.167 287.294 509.167 287.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 293.358C489.319 293.358 493.661 295.839 499.243 293.358C504.825 290.877 509.167 293.358 509.167 293.358" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 188.05C489.319 188.05 493.661 190.531 499.243 188.05C504.825 185.569 509.167 188.05 509.167 188.05" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 194.114C489.319 194.114 493.661 196.595 499.243 194.114C504.825 191.633 509.167 194.114 509.167 194.114" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 386.399C489.319 386.399 493.661 388.88 499.243 386.399C504.825 383.918 509.167 386.399 509.167 386.399" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 392.464C489.319 392.464 493.661 394.945 499.243 392.464C504.825 389.983 509.167 392.464 509.167 392.464" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 262.481C489.319 262.481 493.661 264.962 499.243 262.481C504.825 260 509.167 262.481 509.167 262.481" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 268.546C489.319 268.546 493.661 271.027 499.243 268.546C504.825 266.065 509.167 268.546 509.167 268.546" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 163.239C489.319 163.239 493.661 165.72 499.243 163.239C504.825 160.758 509.167 163.239 509.167 163.239" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 169.304C489.319 169.304 493.661 171.785 499.243 169.304C504.825 166.822 509.167 169.304 509.167 169.304" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 361.589C489.319 361.589 493.661 364.07 499.243 361.589C504.825 359.108 509.167 361.589 509.167 361.589" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 367.653C489.319 367.653 493.661 370.134 499.243 367.653C504.825 365.172 509.167 367.653 509.167 367.653" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 311.968C489.319 311.968 493.661 314.449 499.243 311.968C504.825 309.487 509.167 311.968 509.167 311.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 318.032C489.319 318.032 493.661 320.513 499.243 318.032C504.825 315.551 509.167 318.032 509.167 318.032" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 212.723C489.319 212.723 493.661 215.205 499.243 212.723C504.825 210.242 509.167 212.723 509.167 212.723" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 218.788C489.319 218.788 493.661 221.269 499.243 218.788C504.825 216.307 509.167 218.788 509.167 218.788" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 237.809C648.109 237.809 652.451 240.29 658.033 237.809C663.615 235.328 667.957 237.809 667.957 237.809" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 243.874C648.109 243.874 652.451 246.355 658.033 243.874C663.615 241.393 667.957 243.874 667.957 243.874" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 336.915C648.109 336.915 652.451 339.396 658.033 336.915C663.615 334.434 667.957 336.915 667.957 336.915" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 342.979C648.109 342.979 652.451 345.46 658.033 342.979C663.615 340.498 667.957 342.979 667.957 342.979" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 287.294C648.109 287.294 652.451 289.775 658.033 287.294C663.615 284.813 667.957 287.294 667.957 287.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 293.358C648.109 293.358 652.451 295.839 658.033 293.358C663.615 290.877 667.957 293.358 667.957 293.358" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 188.05C648.109 188.05 652.451 190.531 658.033 188.05C663.615 185.569 667.957 188.05 667.957 188.05" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 194.114C648.109 194.114 652.451 196.595 658.033 194.114C663.615 191.633 667.957 194.114 667.957 194.114" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 386.399C648.109 386.399 652.451 388.88 658.033 386.399C663.615 383.918 667.957 386.399 667.957 386.399" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 392.464C648.109 392.464 652.451 394.945 658.033 392.464C663.615 389.983 667.957 392.464 667.957 392.464" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 262.481C648.109 262.481 652.451 264.962 658.033 262.481C663.615 260 667.957 262.481 667.957 262.481" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 268.546C648.109 268.546 652.451 271.027 658.033 268.546C663.615 266.065 667.957 268.546 667.957 268.546" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 163.239C648.109 163.239 652.451 165.72 658.033 163.239C663.615 160.758 667.957 163.239 667.957 163.239" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 169.304C648.109 169.304 652.451 171.785 658.033 169.304C663.615 166.822 667.957 169.304 667.957 169.304" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 361.589C648.109 361.589 652.451 364.07 658.033 361.589C663.615 359.108 667.957 361.589 667.957 361.589" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 367.653C648.109 367.653 652.451 370.134 658.033 367.653C663.615 365.172 667.957 367.653 667.957 367.653" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 311.968C648.109 311.968 652.451 314.449 658.033 311.968C663.615 309.487 667.957 311.968 667.957 311.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 318.032C648.109 318.032 652.451 320.513 658.033 318.032C663.615 315.551 667.957 318.032 667.957 318.032" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 212.723C648.109 212.723 652.451 215.205 658.033 212.723C663.615 210.242 667.957 212.723 667.957 212.723" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 218.788C648.109 218.788 652.451 221.269 658.033 218.788C663.615 216.307 667.957 218.788 667.957 218.788" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 237.809C449.621 237.809 453.963 240.29 459.545 237.809C465.127 235.328 469.469 237.809 469.469 237.809" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 243.874C449.621 243.874 453.963 246.355 459.545 243.874C465.127 241.393 469.469 243.874 469.469 243.874" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 336.915C449.621 336.915 453.963 339.396 459.545 336.915C465.127 334.434 469.469 336.915 469.469 336.915" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 342.979C449.621 342.979 453.963 345.46 459.545 342.979C465.127 340.498 469.469 342.979 469.469 342.979" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 287.294C449.621 287.294 453.963 289.775 459.545 287.294C465.127 284.813 469.469 287.294 469.469 287.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 293.358C449.621 293.358 453.963 295.839 459.545 293.358C465.127 290.877 469.469 293.358 469.469 293.358" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 188.05C449.621 188.05 453.963 190.531 459.545 188.05C465.127 185.569 469.469 188.05 469.469 188.05" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 194.114C449.621 194.114 453.963 196.595 459.545 194.114C465.127 191.633 469.469 194.114 469.469 194.114" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 386.399C449.621 386.399 453.963 388.88 459.545 386.399C465.127 383.918 469.469 386.399 469.469 386.399" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 392.464C449.621 392.464 453.963 394.945 459.545 392.464C465.127 389.983 469.469 392.464 469.469 392.464" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 262.481C449.621 262.481 453.963 264.962 459.545 262.481C465.127 260 469.469 262.481 469.469 262.481" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 268.546C449.621 268.546 453.963 271.027 459.545 268.546C465.127 266.065 469.469 268.546 469.469 268.546" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 163.239C449.621 163.239 453.963 165.72 459.545 163.239C465.127 160.758 469.469 163.239 469.469 163.239" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 169.304C449.621 169.304 453.963 171.785 459.545 169.304C465.127 166.822 469.469 169.304 469.469 169.304" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 361.589C449.621 361.589 453.963 364.07 459.545 361.589C465.127 359.108 469.469 361.589 469.469 361.589" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 367.653C449.621 367.653 453.963 370.134 459.545 367.653C465.127 365.172 469.469 367.653 469.469 367.653" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 311.968C449.621 311.968 453.963 314.449 459.545 311.968C465.127 309.487 469.469 311.968 469.469 311.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 318.032C449.621 318.032 453.963 320.513 459.545 318.032C465.127 315.551 469.469 318.032 469.469 318.032" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 212.723C449.621 212.723 453.963 215.205 459.545 212.723C465.127 210.242 469.469 212.723 469.469 212.723" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 218.788C449.621 218.788 453.963 221.269 459.545 218.788C465.127 216.307 469.469 218.788 469.469 218.788" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 237.809C608.411 237.809 612.753 240.29 618.335 237.809C623.917 235.328 628.259 237.809 628.259 237.809" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 243.874C608.411 243.874 612.753 246.355 618.335 243.874C623.917 241.393 628.259 243.874 628.259 243.874" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 336.915C608.411 336.915 612.753 339.396 618.335 336.915C623.917 334.434 628.259 336.915 628.259 336.915" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 342.979C608.411 342.979 612.753 345.46 618.335 342.979C623.917 340.498 628.259 342.979 628.259 342.979" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 287.294C608.411 287.294 612.753 289.775 618.335 287.294C623.917 284.813 628.259 287.294 628.259 287.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 293.358C608.411 293.358 612.753 295.839 618.335 293.358C623.917 290.877 628.259 293.358 628.259 293.358" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 188.05C608.411 188.05 612.753 190.531 618.335 188.05C623.917 185.569 628.259 188.05 628.259 188.05" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 194.114C608.411 194.114 612.753 196.595 618.335 194.114C623.917 191.633 628.259 194.114 628.259 194.114" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 386.399C608.411 386.399 612.753 388.88 618.335 386.399C623.917 383.918 628.259 386.399 628.259 386.399" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 392.464C608.411 392.464 612.753 394.945 618.335 392.464C623.917 389.983 628.259 392.464 628.259 392.464" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 262.481C608.411 262.481 612.753 264.962 618.335 262.481C623.917 260 628.259 262.481 628.259 262.481" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 268.546C608.411 268.546 612.753 271.027 618.335 268.546C623.917 266.065 628.259 268.546 628.259 268.546" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 163.239C608.411 163.239 612.753 165.72 618.335 163.239C623.917 160.758 628.259 163.239 628.259 163.239" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 169.304C608.411 169.304 612.753 171.785 618.335 169.304C623.917 166.822 628.259 169.304 628.259 169.304" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 361.589C608.411 361.589 612.753 364.07 618.335 361.589C623.917 359.108 628.259 361.589 628.259 361.589" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 367.653C608.411 367.653 612.753 370.134 618.335 367.653C623.917 365.172 628.259 367.653 628.259 367.653" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 311.968C608.411 311.968 612.753 314.449 618.335 311.968C623.917 309.487 628.259 311.968 628.259 311.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 318.032C608.411 318.032 612.753 320.513 618.335 318.032C623.917 315.551 628.259 318.032 628.259 318.032" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 212.723C608.411 212.723 612.753 215.205 618.335 212.723C623.917 210.242 628.259 212.723 628.259 212.723" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 218.788C608.411 218.788 612.753 221.269 618.335 218.788C623.917 216.307 628.259 218.788 628.259 218.788" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 237.809C529.017 237.809 533.359 240.29 538.94 237.809C544.522 235.328 548.864 237.809 548.864 237.809" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 243.874C529.017 243.874 533.359 246.355 538.94 243.874C544.522 241.393 548.864 243.874 548.864 243.874" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 336.915C529.017 336.915 533.359 339.396 538.94 336.915C544.522 334.434 548.864 336.915 548.864 336.915" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 342.979C529.017 342.979 533.359 345.46 538.94 342.979C544.522 340.498 548.864 342.979 548.864 342.979" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 287.294C529.017 287.294 533.359 289.775 538.94 287.294C544.522 284.813 548.864 287.294 548.864 287.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 293.358C529.017 293.358 533.359 295.839 538.94 293.358C544.522 290.877 548.864 293.358 548.864 293.358" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 188.05C529.017 188.05 533.359 190.531 538.94 188.05C544.522 185.569 548.864 188.05 548.864 188.05" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 194.114C529.017 194.114 533.359 196.595 538.94 194.114C544.522 191.633 548.864 194.114 548.864 194.114" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 386.399C529.017 386.399 533.359 388.88 538.94 386.399C544.522 383.918 548.864 386.399 548.864 386.399" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 392.464C529.017 392.464 533.359 394.945 538.94 392.464C544.522 389.983 548.864 392.464 548.864 392.464" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 262.481C529.017 262.481 533.359 264.962 538.94 262.481C544.522 260 548.864 262.481 548.864 262.481" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 268.546C529.017 268.546 533.359 271.027 538.94 268.546C544.522 266.065 548.864 268.546 548.864 268.546" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 163.239C529.017 163.239 533.359 165.72 538.94 163.239C544.522 160.758 548.864 163.239 548.864 163.239" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 169.304C529.017 169.304 533.359 171.785 538.94 169.304C544.522 166.822 548.864 169.304 548.864 169.304" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 361.589C529.017 361.589 533.359 364.07 538.94 361.589C544.522 359.108 548.864 361.589 548.864 361.589" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 367.653C529.017 367.653 533.359 370.134 538.94 367.653C544.522 365.172 548.864 367.653 548.864 367.653" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 311.968C529.017 311.968 533.359 314.449 538.94 311.968C544.522 309.487 548.864 311.968 548.864 311.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 318.032C529.017 318.032 533.359 320.513 538.94 318.032C544.522 315.551 548.864 318.032 548.864 318.032" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 212.723C529.017 212.723 533.359 215.205 538.94 212.723C544.522 210.242 548.864 212.723 548.864 212.723" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 218.788C529.017 218.788 533.359 221.269 538.94 218.788C544.522 216.307 548.864 218.788 548.864 218.788" stroke="#EC5B13" stroke-width="0.862269"/></g><rect x="-79" y="400.314" width="479.421" height="317.315" fill="#FF884C"/><mask id="mask4_4179_59003" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-79" y="400" width="480" height="318"><rect x="-79" y="400.314" width="479.421" height="317.315" fill="#FF7E3B"/></mask><g mask="url(#mask4_4179_59003)"><path d="M228.233 542.856C228.233 542.856 232.575 545.337 238.157 542.856C243.738 540.375 248.08 542.856 248.08 542.856" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 548.921C228.233 548.921 232.575 551.402 238.157 548.921C243.738 546.44 248.08 548.921 248.08 548.921" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 443.612C228.233 443.612 232.575 446.093 238.157 443.612C243.738 441.131 248.08 443.612 248.08 443.612" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 449.677C228.233 449.677 232.575 452.158 238.157 449.677C243.738 447.195 248.08 449.677 248.08 449.677" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 641.962C228.233 641.962 232.575 644.443 238.157 641.962C243.738 639.481 248.08 641.962 248.08 641.962" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 648.026C228.233 648.026 232.575 650.507 238.157 648.026C243.738 645.545 248.08 648.026 248.08 648.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 400.055C228.233 400.055 232.575 402.537 238.157 400.055C243.738 397.574 248.08 400.055 248.08 400.055" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 592.341C228.233 592.341 232.575 594.822 238.157 592.341C243.738 589.86 248.08 592.341 248.08 592.341" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 598.405C228.233 598.405 232.575 600.886 238.157 598.405C243.738 595.924 248.08 598.405 248.08 598.405" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 493.097C228.233 493.097 232.575 495.578 238.157 493.097C243.738 490.615 248.08 493.097 248.08 493.097" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 499.161C228.233 499.161 232.575 501.642 238.157 499.161C243.738 496.68 248.08 499.161 248.08 499.161" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 567.528C228.233 567.528 232.575 570.009 238.157 567.528C243.738 565.047 248.08 567.528 248.08 567.528" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 573.593C228.233 573.593 232.575 576.074 238.157 573.593C243.738 571.112 248.08 573.593 248.08 573.593" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 468.286C228.233 468.286 232.575 470.767 238.157 468.286C243.738 465.805 248.08 468.286 248.08 468.286" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 474.35C228.233 474.35 232.575 476.832 238.157 474.35C243.738 471.869 248.08 474.35 248.08 474.35" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 666.636C228.233 666.636 232.575 669.117 238.157 666.636C243.738 664.154 248.08 666.636 248.08 666.636" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 672.7C228.233 672.7 232.575 675.181 238.157 672.7C243.738 670.219 248.08 672.7 248.08 672.7" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 418.663C228.233 418.663 232.575 421.144 238.157 418.663C243.738 416.182 248.08 418.663 248.08 418.663" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 424.727C228.233 424.727 232.575 427.208 238.157 424.727C243.738 422.246 248.08 424.727 248.08 424.727" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 617.013C228.233 617.013 232.575 619.494 238.157 617.013C243.738 614.531 248.08 617.013 248.08 617.013" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 623.077C228.233 623.077 232.575 625.558 238.157 623.077C243.738 620.596 248.08 623.077 248.08 623.077" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 517.768C228.233 517.768 232.575 520.249 238.157 517.768C243.738 515.287 248.08 517.768 248.08 517.768" stroke="#EC5B13" stroke-width="0.862269"/><path d="M228.233 523.833C228.233 523.833 232.575 526.314 238.157 523.833C243.738 521.352 248.08 523.833 248.08 523.833" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 542.856C387.022 542.856 391.364 545.337 396.946 542.856C402.528 540.375 406.87 542.856 406.87 542.856" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 548.921C387.022 548.921 391.364 551.402 396.946 548.921C402.528 546.44 406.87 548.921 406.87 548.921" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 443.612C387.022 443.612 391.364 446.093 396.946 443.612C402.528 441.131 406.87 443.612 406.87 443.612" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 449.677C387.022 449.677 391.364 452.158 396.946 449.677C402.528 447.195 406.87 449.677 406.87 449.677" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 641.962C387.022 641.962 391.364 644.443 396.946 641.962C402.528 639.481 406.87 641.962 406.87 641.962" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 648.026C387.022 648.026 391.364 650.507 396.946 648.026C402.528 645.545 406.87 648.026 406.87 648.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 400.055C387.022 400.055 391.364 402.537 396.946 400.055C402.528 397.574 406.87 400.055 406.87 400.055" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 592.341C387.022 592.341 391.364 594.822 396.946 592.341C402.528 589.86 406.87 592.341 406.87 592.341" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 598.405C387.022 598.405 391.364 600.886 396.946 598.405C402.528 595.924 406.87 598.405 406.87 598.405" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 493.097C387.022 493.097 391.364 495.578 396.946 493.097C402.528 490.615 406.87 493.097 406.87 493.097" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 499.161C387.022 499.161 391.364 501.642 396.946 499.161C402.528 496.68 406.87 499.161 406.87 499.161" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 567.528C387.022 567.528 391.364 570.009 396.946 567.528C402.528 565.047 406.87 567.528 406.87 567.528" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 573.593C387.022 573.593 391.364 576.074 396.946 573.593C402.528 571.112 406.87 573.593 406.87 573.593" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 468.286C387.022 468.286 391.364 470.767 396.946 468.286C402.528 465.805 406.87 468.286 406.87 468.286" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 474.35C387.022 474.35 391.364 476.832 396.946 474.35C402.528 471.869 406.87 474.35 406.87 474.35" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 666.636C387.022 666.636 391.364 669.117 396.946 666.636C402.528 664.154 406.87 666.636 406.87 666.636" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 672.7C387.022 672.7 391.364 675.181 396.946 672.7C402.528 670.219 406.87 672.7 406.87 672.7" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 418.663C387.022 418.663 391.364 421.144 396.946 418.663C402.528 416.182 406.87 418.663 406.87 418.663" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 424.727C387.022 424.727 391.364 427.208 396.946 424.727C402.528 422.246 406.87 424.727 406.87 424.727" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 617.013C387.022 617.013 391.364 619.494 396.946 617.013C402.528 614.531 406.87 617.013 406.87 617.013" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 623.077C387.022 623.077 391.364 625.558 396.946 623.077C402.528 620.596 406.87 623.077 406.87 623.077" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 517.768C387.022 517.768 391.364 520.249 396.946 517.768C402.528 515.287 406.87 517.768 406.87 517.768" stroke="#EC5B13" stroke-width="0.862269"/><path d="M387.022 523.833C387.022 523.833 391.364 526.314 396.946 523.833C402.528 521.352 406.87 523.833 406.87 523.833" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 542.856C307.628 542.856 311.97 545.337 317.552 542.856C323.133 540.375 327.475 542.856 327.475 542.856" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 548.921C307.628 548.921 311.97 551.402 317.552 548.921C323.133 546.44 327.475 548.921 327.475 548.921" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 443.612C307.628 443.612 311.97 446.093 317.552 443.612C323.133 441.131 327.475 443.612 327.475 443.612" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 449.677C307.628 449.677 311.97 452.158 317.552 449.677C323.133 447.195 327.475 449.677 327.475 449.677" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 641.962C307.628 641.962 311.97 644.443 317.552 641.962C323.133 639.481 327.475 641.962 327.475 641.962" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 648.026C307.628 648.026 311.97 650.507 317.552 648.026C323.133 645.545 327.475 648.026 327.475 648.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 400.055C307.628 400.055 311.97 402.537 317.552 400.055C323.133 397.574 327.475 400.055 327.475 400.055" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 592.341C307.628 592.341 311.97 594.822 317.552 592.341C323.133 589.86 327.475 592.341 327.475 592.341" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 598.405C307.628 598.405 311.97 600.886 317.552 598.405C323.133 595.924 327.475 598.405 327.475 598.405" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 493.097C307.628 493.097 311.97 495.578 317.552 493.097C323.133 490.615 327.475 493.097 327.475 493.097" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 499.161C307.628 499.161 311.97 501.642 317.552 499.161C323.133 496.68 327.475 499.161 327.475 499.161" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 567.528C307.628 567.528 311.97 570.009 317.552 567.528C323.133 565.047 327.475 567.528 327.475 567.528" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 573.593C307.628 573.593 311.97 576.074 317.552 573.593C323.133 571.112 327.475 573.593 327.475 573.593" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 468.286C307.628 468.286 311.97 470.767 317.552 468.286C323.133 465.805 327.475 468.286 327.475 468.286" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 474.35C307.628 474.35 311.97 476.832 317.552 474.35C323.133 471.869 327.475 474.35 327.475 474.35" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 666.636C307.628 666.636 311.97 669.117 317.552 666.636C323.133 664.154 327.475 666.636 327.475 666.636" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 672.7C307.628 672.7 311.97 675.181 317.552 672.7C323.133 670.219 327.475 672.7 327.475 672.7" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 418.663C307.628 418.663 311.97 421.144 317.552 418.663C323.133 416.182 327.475 418.663 327.475 418.663" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 424.727C307.628 424.727 311.97 427.208 317.552 424.727C323.133 422.246 327.475 424.727 327.475 424.727" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 617.013C307.628 617.013 311.97 619.494 317.552 617.013C323.133 614.531 327.475 617.013 327.475 617.013" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 623.077C307.628 623.077 311.97 625.558 317.552 623.077C323.133 620.596 327.475 623.077 327.475 623.077" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 517.768C307.628 517.768 311.97 520.249 317.552 517.768C323.133 515.287 327.475 517.768 327.475 517.768" stroke="#EC5B13" stroke-width="0.862269"/><path d="M307.628 523.833C307.628 523.833 311.97 526.314 317.552 523.833C323.133 521.352 327.475 523.833 327.475 523.833" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 542.856C148.837 542.856 153.179 545.337 158.761 542.856C164.343 540.375 168.685 542.856 168.685 542.856" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 548.921C148.837 548.921 153.179 551.402 158.761 548.921C164.343 546.44 168.685 548.921 168.685 548.921" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 443.612C148.837 443.612 153.179 446.093 158.761 443.612C164.343 441.131 168.685 443.612 168.685 443.612" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 449.677C148.837 449.677 153.179 452.158 158.761 449.677C164.343 447.195 168.685 449.677 168.685 449.677" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 641.962C148.837 641.962 153.179 644.443 158.761 641.962C164.343 639.481 168.685 641.962 168.685 641.962" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 648.026C148.837 648.026 153.179 650.507 158.761 648.026C164.343 645.545 168.685 648.026 168.685 648.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 400.055C148.837 400.055 153.179 402.537 158.761 400.055C164.343 397.574 168.685 400.055 168.685 400.055" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 592.341C148.837 592.341 153.179 594.822 158.761 592.341C164.343 589.86 168.685 592.341 168.685 592.341" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 598.405C148.837 598.405 153.179 600.886 158.761 598.405C164.343 595.924 168.685 598.405 168.685 598.405" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 493.097C148.837 493.097 153.179 495.578 158.761 493.097C164.343 490.615 168.685 493.097 168.685 493.097" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 499.161C148.837 499.161 153.179 501.642 158.761 499.161C164.343 496.68 168.685 499.161 168.685 499.161" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 567.528C148.837 567.528 153.179 570.009 158.761 567.528C164.343 565.047 168.685 567.528 168.685 567.528" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 573.593C148.837 573.593 153.179 576.074 158.761 573.593C164.343 571.112 168.685 573.593 168.685 573.593" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 468.286C148.837 468.286 153.179 470.767 158.761 468.286C164.343 465.805 168.685 468.286 168.685 468.286" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 474.35C148.837 474.35 153.179 476.832 158.761 474.35C164.343 471.869 168.685 474.35 168.685 474.35" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 666.636C148.837 666.636 153.179 669.117 158.761 666.636C164.343 664.154 168.685 666.636 168.685 666.636" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 672.7C148.837 672.7 153.179 675.181 158.761 672.7C164.343 670.219 168.685 672.7 168.685 672.7" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 418.663C148.837 418.663 153.179 421.144 158.761 418.663C164.343 416.182 168.685 418.663 168.685 418.663" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 424.727C148.837 424.727 153.179 427.208 158.761 424.727C164.343 422.246 168.685 424.727 168.685 424.727" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 617.013C148.837 617.013 153.179 619.494 158.761 617.013C164.343 614.531 168.685 617.013 168.685 617.013" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 623.077C148.837 623.077 153.179 625.558 158.761 623.077C164.343 620.596 168.685 623.077 168.685 623.077" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 517.768C148.837 517.768 153.179 520.249 158.761 517.768C164.343 515.287 168.685 517.768 168.685 517.768" stroke="#EC5B13" stroke-width="0.862269"/><path d="M148.837 523.833C148.837 523.833 153.179 526.314 158.761 523.833C164.343 521.352 168.685 523.833 168.685 523.833" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 542.856C267.93 542.856 272.272 545.337 277.853 542.856C283.435 540.375 287.777 542.856 287.777 542.856" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 548.921C267.93 548.921 272.272 551.402 277.853 548.921C283.435 546.44 287.777 548.921 287.777 548.921" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 443.612C267.93 443.612 272.272 446.093 277.853 443.612C283.435 441.131 287.777 443.612 287.777 443.612" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 449.677C267.93 449.677 272.272 452.158 277.853 449.677C283.435 447.195 287.777 449.677 287.777 449.677" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 641.962C267.93 641.962 272.272 644.443 277.853 641.962C283.435 639.481 287.777 641.962 287.777 641.962" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 648.026C267.93 648.026 272.272 650.507 277.853 648.026C283.435 645.545 287.777 648.026 287.777 648.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 400.055C267.93 400.055 272.272 402.537 277.853 400.055C283.435 397.574 287.777 400.055 287.777 400.055" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 592.341C267.93 592.341 272.272 594.822 277.853 592.341C283.435 589.86 287.777 592.341 287.777 592.341" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 598.405C267.93 598.405 272.272 600.886 277.853 598.405C283.435 595.924 287.777 598.405 287.777 598.405" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 493.097C267.93 493.097 272.272 495.578 277.853 493.097C283.435 490.615 287.777 493.097 287.777 493.097" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 499.161C267.93 499.161 272.272 501.642 277.853 499.161C283.435 496.68 287.777 499.161 287.777 499.161" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 567.528C267.93 567.528 272.272 570.009 277.853 567.528C283.435 565.047 287.777 567.528 287.777 567.528" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 573.593C267.93 573.593 272.272 576.074 277.853 573.593C283.435 571.112 287.777 573.593 287.777 573.593" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 468.286C267.93 468.286 272.272 470.767 277.853 468.286C283.435 465.805 287.777 468.286 287.777 468.286" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 474.35C267.93 474.35 272.272 476.832 277.853 474.35C283.435 471.869 287.777 474.35 287.777 474.35" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 666.636C267.93 666.636 272.272 669.117 277.853 666.636C283.435 664.154 287.777 666.636 287.777 666.636" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 672.7C267.93 672.7 272.272 675.181 277.853 672.7C283.435 670.219 287.777 672.7 287.777 672.7" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 418.663C267.93 418.663 272.272 421.144 277.853 418.663C283.435 416.182 287.777 418.663 287.777 418.663" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 424.727C267.93 424.727 272.272 427.208 277.853 424.727C283.435 422.246 287.777 424.727 287.777 424.727" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 617.013C267.93 617.013 272.272 619.494 277.853 617.013C283.435 614.531 287.777 617.013 287.777 617.013" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 623.077C267.93 623.077 272.272 625.558 277.853 623.077C283.435 620.596 287.777 623.077 287.777 623.077" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 517.768C267.93 517.768 272.272 520.249 277.853 517.768C283.435 515.287 287.777 517.768 287.777 517.768" stroke="#EC5B13" stroke-width="0.862269"/><path d="M267.93 523.833C267.93 523.833 272.272 526.314 277.853 523.833C283.435 521.352 287.777 523.833 287.777 523.833" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 542.856C347.325 542.856 351.667 545.337 357.249 542.856C362.831 540.375 367.173 542.856 367.173 542.856" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 548.921C347.325 548.921 351.667 551.402 357.249 548.921C362.831 546.44 367.173 548.921 367.173 548.921" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 443.612C347.325 443.612 351.667 446.093 357.249 443.612C362.831 441.131 367.173 443.612 367.173 443.612" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 449.677C347.325 449.677 351.667 452.158 357.249 449.677C362.831 447.195 367.173 449.677 367.173 449.677" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 641.962C347.325 641.962 351.667 644.443 357.249 641.962C362.831 639.481 367.173 641.962 367.173 641.962" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 648.026C347.325 648.026 351.667 650.507 357.249 648.026C362.831 645.545 367.173 648.026 367.173 648.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 400.055C347.325 400.055 351.667 402.537 357.249 400.055C362.831 397.574 367.173 400.055 367.173 400.055" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 592.341C347.325 592.341 351.667 594.822 357.249 592.341C362.831 589.86 367.173 592.341 367.173 592.341" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 598.405C347.325 598.405 351.667 600.886 357.249 598.405C362.831 595.924 367.173 598.405 367.173 598.405" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 493.097C347.325 493.097 351.667 495.578 357.249 493.097C362.831 490.615 367.173 493.097 367.173 493.097" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 499.161C347.325 499.161 351.667 501.642 357.249 499.161C362.831 496.68 367.173 499.161 367.173 499.161" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 567.528C347.325 567.528 351.667 570.009 357.249 567.528C362.831 565.047 367.173 567.528 367.173 567.528" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 573.593C347.325 573.593 351.667 576.074 357.249 573.593C362.831 571.112 367.173 573.593 367.173 573.593" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 468.286C347.325 468.286 351.667 470.767 357.249 468.286C362.831 465.805 367.173 468.286 367.173 468.286" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 474.35C347.325 474.35 351.667 476.832 357.249 474.35C362.831 471.869 367.173 474.35 367.173 474.35" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 666.636C347.325 666.636 351.667 669.117 357.249 666.636C362.831 664.154 367.173 666.636 367.173 666.636" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 672.7C347.325 672.7 351.667 675.181 357.249 672.7C362.831 670.219 367.173 672.7 367.173 672.7" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 418.663C347.325 418.663 351.667 421.144 357.249 418.663C362.831 416.182 367.173 418.663 367.173 418.663" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 424.727C347.325 424.727 351.667 427.208 357.249 424.727C362.831 422.246 367.173 424.727 367.173 424.727" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 617.013C347.325 617.013 351.667 619.494 357.249 617.013C362.831 614.531 367.173 617.013 367.173 617.013" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 623.077C347.325 623.077 351.667 625.558 357.249 623.077C362.831 620.596 367.173 623.077 367.173 623.077" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 517.768C347.325 517.768 351.667 520.249 357.249 517.768C362.831 515.287 367.173 517.768 367.173 517.768" stroke="#EC5B13" stroke-width="0.862269"/><path d="M347.325 523.833C347.325 523.833 351.667 526.314 357.249 523.833C362.831 521.352 367.173 523.833 367.173 523.833" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 542.856C188.535 542.856 192.877 545.337 198.459 542.856C204.041 540.375 208.383 542.856 208.383 542.856" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 548.921C188.535 548.921 192.877 551.402 198.459 548.921C204.041 546.44 208.383 548.921 208.383 548.921" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 443.612C188.535 443.612 192.877 446.093 198.459 443.612C204.041 441.131 208.383 443.612 208.383 443.612" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 449.677C188.535 449.677 192.877 452.158 198.459 449.677C204.041 447.195 208.383 449.677 208.383 449.677" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 641.962C188.535 641.962 192.877 644.443 198.459 641.962C204.041 639.481 208.383 641.962 208.383 641.962" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 648.026C188.535 648.026 192.877 650.507 198.459 648.026C204.041 645.545 208.383 648.026 208.383 648.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 400.055C188.535 400.055 192.877 402.537 198.459 400.055C204.041 397.574 208.383 400.055 208.383 400.055" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 592.341C188.535 592.341 192.877 594.822 198.459 592.341C204.041 589.86 208.383 592.341 208.383 592.341" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 598.405C188.535 598.405 192.877 600.886 198.459 598.405C204.041 595.924 208.383 598.405 208.383 598.405" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 493.097C188.535 493.097 192.877 495.578 198.459 493.097C204.041 490.615 208.383 493.097 208.383 493.097" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 499.161C188.535 499.161 192.877 501.642 198.459 499.161C204.041 496.68 208.383 499.161 208.383 499.161" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 567.528C188.535 567.528 192.877 570.009 198.459 567.528C204.041 565.047 208.383 567.528 208.383 567.528" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 573.593C188.535 573.593 192.877 576.074 198.459 573.593C204.041 571.112 208.383 573.593 208.383 573.593" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 468.286C188.535 468.286 192.877 470.767 198.459 468.286C204.041 465.805 208.383 468.286 208.383 468.286" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 474.35C188.535 474.35 192.877 476.832 198.459 474.35C204.041 471.869 208.383 474.35 208.383 474.35" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 666.636C188.535 666.636 192.877 669.117 198.459 666.636C204.041 664.154 208.383 666.636 208.383 666.636" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 672.7C188.535 672.7 192.877 675.181 198.459 672.7C204.041 670.219 208.383 672.7 208.383 672.7" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 418.663C188.535 418.663 192.877 421.144 198.459 418.663C204.041 416.182 208.383 418.663 208.383 418.663" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 424.727C188.535 424.727 192.877 427.208 198.459 424.727C204.041 422.246 208.383 424.727 208.383 424.727" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 617.013C188.535 617.013 192.877 619.494 198.459 617.013C204.041 614.531 208.383 617.013 208.383 617.013" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 623.077C188.535 623.077 192.877 625.558 198.459 623.077C204.041 620.596 208.383 623.077 208.383 623.077" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 517.768C188.535 517.768 192.877 520.249 198.459 517.768C204.041 515.287 208.383 517.768 208.383 517.768" stroke="#EC5B13" stroke-width="0.862269"/><path d="M188.535 523.833C188.535 523.833 192.877 526.314 198.459 523.833C204.041 521.352 208.383 523.833 208.383 523.833" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 555.124C248.082 555.124 252.423 557.605 258.005 555.124C263.587 552.643 267.929 555.124 267.929 555.124" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 561.188C248.082 561.188 252.423 563.669 258.005 561.188C263.587 558.707 267.929 561.188 267.929 561.188" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 455.88C248.082 455.88 252.423 458.361 258.005 455.88C263.587 453.399 267.929 455.88 267.929 455.88" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 461.944C248.082 461.944 252.423 464.425 258.005 461.944C263.587 459.463 267.929 461.944 267.929 461.944" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 654.229C248.082 654.229 252.423 656.71 258.005 654.229C263.587 651.748 267.929 654.229 267.929 654.229" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 660.294C248.082 660.294 252.423 662.775 258.005 660.294C263.587 657.813 267.929 660.294 267.929 660.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 406.259C248.082 406.259 252.423 408.74 258.005 406.259C263.587 403.778 267.929 406.259 267.929 406.259" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 412.323C248.082 412.323 252.423 414.804 258.005 412.323C263.587 409.842 267.929 412.323 267.929 412.323" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 604.608C248.082 604.608 252.423 607.089 258.005 604.608C263.587 602.127 267.929 604.608 267.929 604.608" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 610.673C248.082 610.673 252.423 613.154 258.005 610.673C263.587 608.192 267.929 610.673 267.929 610.673" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 505.364C248.082 505.364 252.423 507.845 258.005 505.364C263.587 502.883 267.929 505.364 267.929 505.364" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 511.429C248.082 511.429 252.423 513.91 258.005 511.429C263.587 508.947 267.929 511.429 267.929 511.429" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 579.796C248.082 579.796 252.423 582.277 258.005 579.796C263.587 577.315 267.929 579.796 267.929 579.796" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 585.86C248.082 585.86 252.423 588.341 258.005 585.86C263.587 583.379 267.929 585.86 267.929 585.86" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 480.554C248.082 480.554 252.423 483.035 258.005 480.554C263.587 478.072 267.929 480.554 267.929 480.554" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 486.618C248.082 486.618 252.423 489.099 258.005 486.618C263.587 484.137 267.929 486.618 267.929 486.618" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 678.903C248.082 678.903 252.423 681.384 258.005 678.903C263.587 676.422 267.929 678.903 267.929 678.903" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 684.968C248.082 684.968 252.423 687.449 258.005 684.968C263.587 682.487 267.929 684.968 267.929 684.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 430.93C248.082 430.93 252.423 433.412 258.005 430.93C263.587 428.449 267.929 430.93 267.929 430.93" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 436.995C248.082 436.995 252.423 439.476 258.005 436.995C263.587 434.514 267.929 436.995 267.929 436.995" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 629.282C248.082 629.282 252.423 631.763 258.005 629.282C263.587 626.801 267.929 629.282 267.929 629.282" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 635.347C248.082 635.347 252.423 637.828 258.005 635.347C263.587 632.865 267.929 635.347 267.929 635.347" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 530.038C248.082 530.038 252.423 532.519 258.005 530.038C263.587 527.557 267.929 530.038 267.929 530.038" stroke="#EC5B13" stroke-width="0.862269"/><path d="M248.082 536.102C248.082 536.102 252.423 538.583 258.005 536.102C263.587 533.621 267.929 536.102 267.929 536.102" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 555.124C327.477 555.124 331.818 557.605 337.4 555.124C342.982 552.643 347.324 555.124 347.324 555.124" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 561.188C327.477 561.188 331.818 563.669 337.4 561.188C342.982 558.707 347.324 561.188 347.324 561.188" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 455.88C327.477 455.88 331.818 458.361 337.4 455.88C342.982 453.399 347.324 455.88 347.324 455.88" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 461.944C327.477 461.944 331.818 464.425 337.4 461.944C342.982 459.463 347.324 461.944 347.324 461.944" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 654.229C327.477 654.229 331.818 656.71 337.4 654.229C342.982 651.748 347.324 654.229 347.324 654.229" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 660.294C327.477 660.294 331.818 662.775 337.4 660.294C342.982 657.813 347.324 660.294 347.324 660.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 406.259C327.477 406.259 331.818 408.74 337.4 406.259C342.982 403.778 347.324 406.259 347.324 406.259" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 412.323C327.477 412.323 331.818 414.804 337.4 412.323C342.982 409.842 347.324 412.323 347.324 412.323" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 604.608C327.477 604.608 331.818 607.089 337.4 604.608C342.982 602.127 347.324 604.608 347.324 604.608" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 610.673C327.477 610.673 331.818 613.154 337.4 610.673C342.982 608.192 347.324 610.673 347.324 610.673" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 505.364C327.477 505.364 331.818 507.845 337.4 505.364C342.982 502.883 347.324 505.364 347.324 505.364" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 511.429C327.477 511.429 331.818 513.91 337.4 511.429C342.982 508.947 347.324 511.429 347.324 511.429" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 579.796C327.477 579.796 331.818 582.277 337.4 579.796C342.982 577.315 347.324 579.796 347.324 579.796" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 585.86C327.477 585.86 331.818 588.341 337.4 585.86C342.982 583.379 347.324 585.86 347.324 585.86" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 480.554C327.477 480.554 331.818 483.035 337.4 480.554C342.982 478.072 347.324 480.554 347.324 480.554" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 486.618C327.477 486.618 331.818 489.099 337.4 486.618C342.982 484.137 347.324 486.618 347.324 486.618" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 678.903C327.477 678.903 331.818 681.384 337.4 678.903C342.982 676.422 347.324 678.903 347.324 678.903" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 684.968C327.477 684.968 331.818 687.449 337.4 684.968C342.982 682.487 347.324 684.968 347.324 684.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 430.93C327.477 430.93 331.818 433.412 337.4 430.93C342.982 428.449 347.324 430.93 347.324 430.93" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 436.995C327.477 436.995 331.818 439.476 337.4 436.995C342.982 434.514 347.324 436.995 347.324 436.995" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 629.282C327.477 629.282 331.818 631.763 337.4 629.282C342.982 626.801 347.324 629.282 347.324 629.282" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 635.347C327.477 635.347 331.818 637.828 337.4 635.347C342.982 632.865 347.324 635.347 347.324 635.347" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 530.038C327.477 530.038 331.818 532.519 337.4 530.038C342.982 527.557 347.324 530.038 347.324 530.038" stroke="#EC5B13" stroke-width="0.862269"/><path d="M327.477 536.102C327.477 536.102 331.818 538.583 337.4 536.102C342.982 533.621 347.324 536.102 347.324 536.102" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 555.124C168.687 555.124 173.028 557.605 178.61 555.124C184.192 552.643 188.534 555.124 188.534 555.124" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 561.188C168.687 561.188 173.028 563.669 178.61 561.188C184.192 558.707 188.534 561.188 188.534 561.188" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 455.88C168.687 455.88 173.028 458.361 178.61 455.88C184.192 453.399 188.534 455.88 188.534 455.88" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 461.944C168.687 461.944 173.028 464.425 178.61 461.944C184.192 459.463 188.534 461.944 188.534 461.944" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 654.229C168.687 654.229 173.028 656.71 178.61 654.229C184.192 651.748 188.534 654.229 188.534 654.229" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 660.294C168.687 660.294 173.028 662.775 178.61 660.294C184.192 657.813 188.534 660.294 188.534 660.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 406.259C168.687 406.259 173.028 408.74 178.61 406.259C184.192 403.778 188.534 406.259 188.534 406.259" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 412.323C168.687 412.323 173.028 414.804 178.61 412.323C184.192 409.842 188.534 412.323 188.534 412.323" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 604.608C168.687 604.608 173.028 607.089 178.61 604.608C184.192 602.127 188.534 604.608 188.534 604.608" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 610.673C168.687 610.673 173.028 613.154 178.61 610.673C184.192 608.192 188.534 610.673 188.534 610.673" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 505.364C168.687 505.364 173.028 507.845 178.61 505.364C184.192 502.883 188.534 505.364 188.534 505.364" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 511.429C168.687 511.429 173.028 513.91 178.61 511.429C184.192 508.947 188.534 511.429 188.534 511.429" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 579.796C168.687 579.796 173.028 582.277 178.61 579.796C184.192 577.315 188.534 579.796 188.534 579.796" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 585.86C168.687 585.86 173.028 588.341 178.61 585.86C184.192 583.379 188.534 585.86 188.534 585.86" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 480.554C168.687 480.554 173.028 483.035 178.61 480.554C184.192 478.072 188.534 480.554 188.534 480.554" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 486.618C168.687 486.618 173.028 489.099 178.61 486.618C184.192 484.137 188.534 486.618 188.534 486.618" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 678.903C168.687 678.903 173.028 681.384 178.61 678.903C184.192 676.422 188.534 678.903 188.534 678.903" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 684.968C168.687 684.968 173.028 687.449 178.61 684.968C184.192 682.487 188.534 684.968 188.534 684.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 430.93C168.687 430.93 173.028 433.412 178.61 430.93C184.192 428.449 188.534 430.93 188.534 430.93" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 436.995C168.687 436.995 173.028 439.476 178.61 436.995C184.192 434.514 188.534 436.995 188.534 436.995" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 629.282C168.687 629.282 173.028 631.763 178.61 629.282C184.192 626.801 188.534 629.282 188.534 629.282" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 635.347C168.687 635.347 173.028 637.828 178.61 635.347C184.192 632.865 188.534 635.347 188.534 635.347" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 530.038C168.687 530.038 173.028 532.519 178.61 530.038C184.192 527.557 188.534 530.038 188.534 530.038" stroke="#EC5B13" stroke-width="0.862269"/><path d="M168.687 536.102C168.687 536.102 173.028 538.583 178.61 536.102C184.192 533.621 188.534 536.102 188.534 536.102" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 555.124C287.779 555.124 292.121 557.605 297.703 555.124C303.285 552.643 307.627 555.124 307.627 555.124" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 561.188C287.779 561.188 292.121 563.669 297.703 561.188C303.285 558.707 307.627 561.188 307.627 561.188" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 455.88C287.779 455.88 292.121 458.361 297.703 455.88C303.285 453.399 307.627 455.88 307.627 455.88" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 461.944C287.779 461.944 292.121 464.425 297.703 461.944C303.285 459.463 307.627 461.944 307.627 461.944" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 654.229C287.779 654.229 292.121 656.71 297.703 654.229C303.285 651.748 307.627 654.229 307.627 654.229" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 660.294C287.779 660.294 292.121 662.775 297.703 660.294C303.285 657.813 307.627 660.294 307.627 660.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 406.259C287.779 406.259 292.121 408.74 297.703 406.259C303.285 403.778 307.627 406.259 307.627 406.259" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 412.323C287.779 412.323 292.121 414.804 297.703 412.323C303.285 409.842 307.627 412.323 307.627 412.323" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 604.608C287.779 604.608 292.121 607.089 297.703 604.608C303.285 602.127 307.627 604.608 307.627 604.608" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 610.673C287.779 610.673 292.121 613.154 297.703 610.673C303.285 608.192 307.627 610.673 307.627 610.673" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 505.364C287.779 505.364 292.121 507.845 297.703 505.364C303.285 502.883 307.627 505.364 307.627 505.364" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 511.429C287.779 511.429 292.121 513.91 297.703 511.429C303.285 508.947 307.627 511.429 307.627 511.429" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 579.796C287.779 579.796 292.121 582.277 297.703 579.796C303.285 577.315 307.627 579.796 307.627 579.796" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 585.86C287.779 585.86 292.121 588.341 297.703 585.86C303.285 583.379 307.627 585.86 307.627 585.86" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 480.554C287.779 480.554 292.121 483.035 297.703 480.554C303.285 478.072 307.627 480.554 307.627 480.554" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 486.618C287.779 486.618 292.121 489.099 297.703 486.618C303.285 484.137 307.627 486.618 307.627 486.618" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 678.903C287.779 678.903 292.121 681.384 297.703 678.903C303.285 676.422 307.627 678.903 307.627 678.903" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 684.968C287.779 684.968 292.121 687.449 297.703 684.968C303.285 682.487 307.627 684.968 307.627 684.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 430.93C287.779 430.93 292.121 433.412 297.703 430.93C303.285 428.449 307.627 430.93 307.627 430.93" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 436.995C287.779 436.995 292.121 439.476 297.703 436.995C303.285 434.514 307.627 436.995 307.627 436.995" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 629.282C287.779 629.282 292.121 631.763 297.703 629.282C303.285 626.801 307.627 629.282 307.627 629.282" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 635.347C287.779 635.347 292.121 637.828 297.703 635.347C303.285 632.865 307.627 635.347 307.627 635.347" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 530.038C287.779 530.038 292.121 532.519 297.703 530.038C303.285 527.557 307.627 530.038 307.627 530.038" stroke="#EC5B13" stroke-width="0.862269"/><path d="M287.779 536.102C287.779 536.102 292.121 538.583 297.703 536.102C303.285 533.621 307.627 536.102 307.627 536.102" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 555.124C128.989 555.124 133.331 557.605 138.913 555.124C144.495 552.643 148.837 555.124 148.837 555.124" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 561.188C128.989 561.188 133.331 563.669 138.913 561.188C144.495 558.707 148.837 561.188 148.837 561.188" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 455.88C128.989 455.88 133.331 458.361 138.913 455.88C144.495 453.399 148.837 455.88 148.837 455.88" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 461.944C128.989 461.944 133.331 464.425 138.913 461.944C144.495 459.463 148.837 461.944 148.837 461.944" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 654.229C128.989 654.229 133.331 656.71 138.913 654.229C144.495 651.748 148.837 654.229 148.837 654.229" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 660.294C128.989 660.294 133.331 662.775 138.913 660.294C144.495 657.813 148.837 660.294 148.837 660.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 406.259C128.989 406.259 133.331 408.74 138.913 406.259C144.495 403.778 148.837 406.259 148.837 406.259" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 412.323C128.989 412.323 133.331 414.804 138.913 412.323C144.495 409.842 148.837 412.323 148.837 412.323" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 604.608C128.989 604.608 133.331 607.089 138.913 604.608C144.495 602.127 148.837 604.608 148.837 604.608" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 610.673C128.989 610.673 133.331 613.154 138.913 610.673C144.495 608.192 148.837 610.673 148.837 610.673" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 505.364C128.989 505.364 133.331 507.845 138.913 505.364C144.495 502.883 148.837 505.364 148.837 505.364" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 511.429C128.989 511.429 133.331 513.91 138.913 511.429C144.495 508.947 148.837 511.429 148.837 511.429" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 579.796C128.989 579.796 133.331 582.277 138.913 579.796C144.495 577.315 148.837 579.796 148.837 579.796" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 585.86C128.989 585.86 133.331 588.341 138.913 585.86C144.495 583.379 148.837 585.86 148.837 585.86" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 480.554C128.989 480.554 133.331 483.035 138.913 480.554C144.495 478.072 148.837 480.554 148.837 480.554" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 486.618C128.989 486.618 133.331 489.099 138.913 486.618C144.495 484.137 148.837 486.618 148.837 486.618" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 678.903C128.989 678.903 133.331 681.384 138.913 678.903C144.495 676.422 148.837 678.903 148.837 678.903" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 684.968C128.989 684.968 133.331 687.449 138.913 684.968C144.495 682.487 148.837 684.968 148.837 684.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 430.93C128.989 430.93 133.331 433.412 138.913 430.93C144.495 428.449 148.837 430.93 148.837 430.93" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 436.995C128.989 436.995 133.331 439.476 138.913 436.995C144.495 434.514 148.837 436.995 148.837 436.995" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 629.282C128.989 629.282 133.331 631.763 138.913 629.282C144.495 626.801 148.837 629.282 148.837 629.282" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 635.347C128.989 635.347 133.331 637.828 138.913 635.347C144.495 632.865 148.837 635.347 148.837 635.347" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 530.038C128.989 530.038 133.331 532.519 138.913 530.038C144.495 527.557 148.837 530.038 148.837 530.038" stroke="#EC5B13" stroke-width="0.862269"/><path d="M128.989 536.102C128.989 536.102 133.331 538.583 138.913 536.102C144.495 533.621 148.837 536.102 148.837 536.102" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 555.124C367.174 555.124 371.516 557.605 377.098 555.124C382.679 552.643 387.021 555.124 387.021 555.124" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 561.188C367.174 561.188 371.516 563.669 377.098 561.188C382.679 558.707 387.021 561.188 387.021 561.188" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 455.88C367.174 455.88 371.516 458.361 377.098 455.88C382.679 453.399 387.021 455.88 387.021 455.88" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 461.944C367.174 461.944 371.516 464.425 377.098 461.944C382.679 459.463 387.021 461.944 387.021 461.944" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 654.229C367.174 654.229 371.516 656.71 377.098 654.229C382.679 651.748 387.021 654.229 387.021 654.229" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 660.294C367.174 660.294 371.516 662.775 377.098 660.294C382.679 657.813 387.021 660.294 387.021 660.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 406.259C367.174 406.259 371.516 408.74 377.098 406.259C382.679 403.778 387.021 406.259 387.021 406.259" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 412.323C367.174 412.323 371.516 414.804 377.098 412.323C382.679 409.842 387.021 412.323 387.021 412.323" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 604.608C367.174 604.608 371.516 607.089 377.098 604.608C382.679 602.127 387.021 604.608 387.021 604.608" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 610.673C367.174 610.673 371.516 613.154 377.098 610.673C382.679 608.192 387.021 610.673 387.021 610.673" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 505.364C367.174 505.364 371.516 507.845 377.098 505.364C382.679 502.883 387.021 505.364 387.021 505.364" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 511.429C367.174 511.429 371.516 513.91 377.098 511.429C382.679 508.947 387.021 511.429 387.021 511.429" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 579.796C367.174 579.796 371.516 582.277 377.098 579.796C382.679 577.315 387.021 579.796 387.021 579.796" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 585.86C367.174 585.86 371.516 588.341 377.098 585.86C382.679 583.379 387.021 585.86 387.021 585.86" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 480.554C367.174 480.554 371.516 483.035 377.098 480.554C382.679 478.072 387.021 480.554 387.021 480.554" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 486.618C367.174 486.618 371.516 489.099 377.098 486.618C382.679 484.137 387.021 486.618 387.021 486.618" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 678.903C367.174 678.903 371.516 681.384 377.098 678.903C382.679 676.422 387.021 678.903 387.021 678.903" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 684.968C367.174 684.968 371.516 687.449 377.098 684.968C382.679 682.487 387.021 684.968 387.021 684.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 430.93C367.174 430.93 371.516 433.412 377.098 430.93C382.679 428.449 387.021 430.93 387.021 430.93" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 436.995C367.174 436.995 371.516 439.476 377.098 436.995C382.679 434.514 387.021 436.995 387.021 436.995" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 629.282C367.174 629.282 371.516 631.763 377.098 629.282C382.679 626.801 387.021 629.282 387.021 629.282" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 635.347C367.174 635.347 371.516 637.828 377.098 635.347C382.679 632.865 387.021 635.347 387.021 635.347" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 530.038C367.174 530.038 371.516 532.519 377.098 530.038C382.679 527.557 387.021 530.038 387.021 530.038" stroke="#EC5B13" stroke-width="0.862269"/><path d="M367.174 536.102C367.174 536.102 371.516 538.583 377.098 536.102C382.679 533.621 387.021 536.102 387.021 536.102" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 555.124C208.384 555.124 212.726 557.605 218.308 555.124C223.89 552.643 228.232 555.124 228.232 555.124" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 561.188C208.384 561.188 212.726 563.669 218.308 561.188C223.89 558.707 228.232 561.188 228.232 561.188" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 455.88C208.384 455.88 212.726 458.361 218.308 455.88C223.89 453.399 228.232 455.88 228.232 455.88" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 461.944C208.384 461.944 212.726 464.425 218.308 461.944C223.89 459.463 228.232 461.944 228.232 461.944" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 654.229C208.384 654.229 212.726 656.71 218.308 654.229C223.89 651.748 228.232 654.229 228.232 654.229" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 660.294C208.384 660.294 212.726 662.775 218.308 660.294C223.89 657.813 228.232 660.294 228.232 660.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 406.259C208.384 406.259 212.726 408.74 218.308 406.259C223.89 403.778 228.232 406.259 228.232 406.259" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 412.323C208.384 412.323 212.726 414.804 218.308 412.323C223.89 409.842 228.232 412.323 228.232 412.323" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 604.608C208.384 604.608 212.726 607.089 218.308 604.608C223.89 602.127 228.232 604.608 228.232 604.608" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 610.673C208.384 610.673 212.726 613.154 218.308 610.673C223.89 608.192 228.232 610.673 228.232 610.673" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 505.364C208.384 505.364 212.726 507.845 218.308 505.364C223.89 502.883 228.232 505.364 228.232 505.364" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 511.429C208.384 511.429 212.726 513.91 218.308 511.429C223.89 508.947 228.232 511.429 228.232 511.429" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 579.796C208.384 579.796 212.726 582.277 218.308 579.796C223.89 577.315 228.232 579.796 228.232 579.796" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 585.86C208.384 585.86 212.726 588.341 218.308 585.86C223.89 583.379 228.232 585.86 228.232 585.86" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 480.554C208.384 480.554 212.726 483.035 218.308 480.554C223.89 478.072 228.232 480.554 228.232 480.554" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 486.618C208.384 486.618 212.726 489.099 218.308 486.618C223.89 484.137 228.232 486.618 228.232 486.618" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 678.903C208.384 678.903 212.726 681.384 218.308 678.903C223.89 676.422 228.232 678.903 228.232 678.903" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 684.968C208.384 684.968 212.726 687.449 218.308 684.968C223.89 682.487 228.232 684.968 228.232 684.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 430.93C208.384 430.93 212.726 433.412 218.308 430.93C223.89 428.449 228.232 430.93 228.232 430.93" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 436.995C208.384 436.995 212.726 439.476 218.308 436.995C223.89 434.514 228.232 436.995 228.232 436.995" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 629.282C208.384 629.282 212.726 631.763 218.308 629.282C223.89 626.801 228.232 629.282 228.232 629.282" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 635.347C208.384 635.347 212.726 637.828 218.308 635.347C223.89 632.865 228.232 635.347 228.232 635.347" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 530.038C208.384 530.038 212.726 532.519 218.308 530.038C223.89 527.557 228.232 530.038 228.232 530.038" stroke="#EC5B13" stroke-width="0.862269"/><path d="M208.384 536.102C208.384 536.102 212.726 538.583 218.308 536.102C223.89 533.621 228.232 536.102 228.232 536.102" stroke="#EC5B13" stroke-width="0.862269"/></g><rect x="400.422" y="400.314" width="479.421" height="317.315" fill="#FF884C"/><mask id="mask5_4179_59003" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="400" y="400" width="480" height="318"><rect x="400.422" y="400.314" width="479.421" height="317.315" fill="#FF7E3B"/></mask><g mask="url(#mask5_4179_59003)"><path d="M390.075 542.856C390.075 542.856 394.417 545.337 399.999 542.856C405.581 540.375 409.923 542.856 409.923 542.856" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 548.921C390.075 548.921 394.417 551.402 399.999 548.921C405.581 546.44 409.923 548.921 409.923 548.921" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 443.612C390.075 443.612 394.417 446.093 399.999 443.612C405.581 441.131 409.923 443.612 409.923 443.612" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 449.677C390.075 449.677 394.417 452.158 399.999 449.677C405.581 447.195 409.923 449.677 409.923 449.677" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 641.962C390.075 641.962 394.417 644.443 399.999 641.962C405.581 639.481 409.923 641.962 409.923 641.962" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 648.026C390.075 648.026 394.417 650.507 399.999 648.026C405.581 645.545 409.923 648.026 409.923 648.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 400.055C390.075 400.055 394.417 402.537 399.999 400.055C405.581 397.574 409.923 400.055 409.923 400.055" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 592.341C390.075 592.341 394.417 594.822 399.999 592.341C405.581 589.86 409.923 592.341 409.923 592.341" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 598.405C390.075 598.405 394.417 600.886 399.999 598.405C405.581 595.924 409.923 598.405 409.923 598.405" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 493.097C390.075 493.097 394.417 495.578 399.999 493.097C405.581 490.615 409.923 493.097 409.923 493.097" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 499.161C390.075 499.161 394.417 501.642 399.999 499.161C405.581 496.68 409.923 499.161 409.923 499.161" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 567.528C390.075 567.528 394.417 570.009 399.999 567.528C405.581 565.047 409.923 567.528 409.923 567.528" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 573.593C390.075 573.593 394.417 576.074 399.999 573.593C405.581 571.112 409.923 573.593 409.923 573.593" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 468.286C390.075 468.286 394.417 470.767 399.999 468.286C405.581 465.805 409.923 468.286 409.923 468.286" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 474.35C390.075 474.35 394.417 476.832 399.999 474.35C405.581 471.869 409.923 474.35 409.923 474.35" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 666.636C390.075 666.636 394.417 669.117 399.999 666.636C405.581 664.154 409.923 666.636 409.923 666.636" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 672.7C390.075 672.7 394.417 675.181 399.999 672.7C405.581 670.219 409.923 672.7 409.923 672.7" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 418.663C390.075 418.663 394.417 421.144 399.999 418.663C405.581 416.182 409.923 418.663 409.923 418.663" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 424.727C390.075 424.727 394.417 427.208 399.999 424.727C405.581 422.246 409.923 424.727 409.923 424.727" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 617.013C390.075 617.013 394.417 619.494 399.999 617.013C405.581 614.531 409.923 617.013 409.923 617.013" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 623.077C390.075 623.077 394.417 625.558 399.999 623.077C405.581 620.596 409.923 623.077 409.923 623.077" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 517.768C390.075 517.768 394.417 520.249 399.999 517.768C405.581 515.287 409.923 517.768 409.923 517.768" stroke="#EC5B13" stroke-width="0.862269"/><path d="M390.075 523.833C390.075 523.833 394.417 526.314 399.999 523.833C405.581 521.352 409.923 523.833 409.923 523.833" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 542.856C548.865 542.856 553.207 545.337 558.789 542.856C564.371 540.375 568.713 542.856 568.713 542.856" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 548.921C548.865 548.921 553.207 551.402 558.789 548.921C564.371 546.44 568.713 548.921 568.713 548.921" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 443.612C548.865 443.612 553.207 446.093 558.789 443.612C564.371 441.131 568.713 443.612 568.713 443.612" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 449.677C548.865 449.677 553.207 452.158 558.789 449.677C564.371 447.195 568.713 449.677 568.713 449.677" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 641.962C548.865 641.962 553.207 644.443 558.789 641.962C564.371 639.481 568.713 641.962 568.713 641.962" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 648.026C548.865 648.026 553.207 650.507 558.789 648.026C564.371 645.545 568.713 648.026 568.713 648.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 400.055C548.865 400.055 553.207 402.537 558.789 400.055C564.371 397.574 568.713 400.055 568.713 400.055" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 592.341C548.865 592.341 553.207 594.822 558.789 592.341C564.371 589.86 568.713 592.341 568.713 592.341" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 598.405C548.865 598.405 553.207 600.886 558.789 598.405C564.371 595.924 568.713 598.405 568.713 598.405" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 493.097C548.865 493.097 553.207 495.578 558.789 493.097C564.371 490.615 568.713 493.097 568.713 493.097" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 499.161C548.865 499.161 553.207 501.642 558.789 499.161C564.371 496.68 568.713 499.161 568.713 499.161" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 567.528C548.865 567.528 553.207 570.009 558.789 567.528C564.371 565.047 568.713 567.528 568.713 567.528" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 573.593C548.865 573.593 553.207 576.074 558.789 573.593C564.371 571.112 568.713 573.593 568.713 573.593" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 468.286C548.865 468.286 553.207 470.767 558.789 468.286C564.371 465.805 568.713 468.286 568.713 468.286" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 474.35C548.865 474.35 553.207 476.832 558.789 474.35C564.371 471.869 568.713 474.35 568.713 474.35" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 666.636C548.865 666.636 553.207 669.117 558.789 666.636C564.371 664.154 568.713 666.636 568.713 666.636" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 672.7C548.865 672.7 553.207 675.181 558.789 672.7C564.371 670.219 568.713 672.7 568.713 672.7" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 418.663C548.865 418.663 553.207 421.144 558.789 418.663C564.371 416.182 568.713 418.663 568.713 418.663" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 424.727C548.865 424.727 553.207 427.208 558.789 424.727C564.371 422.246 568.713 424.727 568.713 424.727" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 617.013C548.865 617.013 553.207 619.494 558.789 617.013C564.371 614.531 568.713 617.013 568.713 617.013" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 623.077C548.865 623.077 553.207 625.558 558.789 623.077C564.371 620.596 568.713 623.077 568.713 623.077" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 517.768C548.865 517.768 553.207 520.249 558.789 517.768C564.371 515.287 568.713 517.768 568.713 517.768" stroke="#EC5B13" stroke-width="0.862269"/><path d="M548.865 523.833C548.865 523.833 553.207 526.314 558.789 523.833C564.371 521.352 568.713 523.833 568.713 523.833" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 542.856C469.47 542.856 473.812 545.337 479.393 542.856C484.975 540.375 489.317 542.856 489.317 542.856" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 548.921C469.47 548.921 473.812 551.402 479.393 548.921C484.975 546.44 489.317 548.921 489.317 548.921" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 443.612C469.47 443.612 473.812 446.093 479.393 443.612C484.975 441.131 489.317 443.612 489.317 443.612" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 449.677C469.47 449.677 473.812 452.158 479.393 449.677C484.975 447.195 489.317 449.677 489.317 449.677" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 641.962C469.47 641.962 473.812 644.443 479.393 641.962C484.975 639.481 489.317 641.962 489.317 641.962" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 648.026C469.47 648.026 473.812 650.507 479.393 648.026C484.975 645.545 489.317 648.026 489.317 648.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 400.055C469.47 400.055 473.812 402.537 479.393 400.055C484.975 397.574 489.317 400.055 489.317 400.055" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 592.341C469.47 592.341 473.812 594.822 479.393 592.341C484.975 589.86 489.317 592.341 489.317 592.341" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 598.405C469.47 598.405 473.812 600.886 479.393 598.405C484.975 595.924 489.317 598.405 489.317 598.405" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 493.097C469.47 493.097 473.812 495.578 479.393 493.097C484.975 490.615 489.317 493.097 489.317 493.097" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 499.161C469.47 499.161 473.812 501.642 479.393 499.161C484.975 496.68 489.317 499.161 489.317 499.161" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 567.528C469.47 567.528 473.812 570.009 479.393 567.528C484.975 565.047 489.317 567.528 489.317 567.528" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 573.593C469.47 573.593 473.812 576.074 479.393 573.593C484.975 571.112 489.317 573.593 489.317 573.593" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 468.286C469.47 468.286 473.812 470.767 479.393 468.286C484.975 465.805 489.317 468.286 489.317 468.286" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 474.35C469.47 474.35 473.812 476.832 479.393 474.35C484.975 471.869 489.317 474.35 489.317 474.35" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 666.636C469.47 666.636 473.812 669.117 479.393 666.636C484.975 664.154 489.317 666.636 489.317 666.636" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 672.7C469.47 672.7 473.812 675.181 479.393 672.7C484.975 670.219 489.317 672.7 489.317 672.7" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 418.663C469.47 418.663 473.812 421.144 479.393 418.663C484.975 416.182 489.317 418.663 489.317 418.663" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 424.727C469.47 424.727 473.812 427.208 479.393 424.727C484.975 422.246 489.317 424.727 489.317 424.727" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 617.013C469.47 617.013 473.812 619.494 479.393 617.013C484.975 614.531 489.317 617.013 489.317 617.013" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 623.077C469.47 623.077 473.812 625.558 479.393 623.077C484.975 620.596 489.317 623.077 489.317 623.077" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 517.768C469.47 517.768 473.812 520.249 479.393 517.768C484.975 515.287 489.317 517.768 489.317 517.768" stroke="#EC5B13" stroke-width="0.862269"/><path d="M469.47 523.833C469.47 523.833 473.812 526.314 479.393 523.833C484.975 521.352 489.317 523.833 489.317 523.833" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 542.856C628.26 542.856 632.602 545.337 638.183 542.856C643.765 540.375 648.107 542.856 648.107 542.856" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 548.921C628.26 548.921 632.602 551.402 638.183 548.921C643.765 546.44 648.107 548.921 648.107 548.921" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 443.612C628.26 443.612 632.602 446.093 638.183 443.612C643.765 441.131 648.107 443.612 648.107 443.612" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 449.677C628.26 449.677 632.602 452.158 638.183 449.677C643.765 447.195 648.107 449.677 648.107 449.677" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 641.962C628.26 641.962 632.602 644.443 638.183 641.962C643.765 639.481 648.107 641.962 648.107 641.962" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 648.026C628.26 648.026 632.602 650.507 638.183 648.026C643.765 645.545 648.107 648.026 648.107 648.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 400.055C628.26 400.055 632.602 402.537 638.183 400.055C643.765 397.574 648.107 400.055 648.107 400.055" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 592.341C628.26 592.341 632.602 594.822 638.183 592.341C643.765 589.86 648.107 592.341 648.107 592.341" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 598.405C628.26 598.405 632.602 600.886 638.183 598.405C643.765 595.924 648.107 598.405 648.107 598.405" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 493.097C628.26 493.097 632.602 495.578 638.183 493.097C643.765 490.615 648.107 493.097 648.107 493.097" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 499.161C628.26 499.161 632.602 501.642 638.183 499.161C643.765 496.68 648.107 499.161 648.107 499.161" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 567.528C628.26 567.528 632.602 570.009 638.183 567.528C643.765 565.047 648.107 567.528 648.107 567.528" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 573.593C628.26 573.593 632.602 576.074 638.183 573.593C643.765 571.112 648.107 573.593 648.107 573.593" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 468.286C628.26 468.286 632.602 470.767 638.183 468.286C643.765 465.805 648.107 468.286 648.107 468.286" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 474.35C628.26 474.35 632.602 476.832 638.183 474.35C643.765 471.869 648.107 474.35 648.107 474.35" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 666.636C628.26 666.636 632.602 669.117 638.183 666.636C643.765 664.154 648.107 666.636 648.107 666.636" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 672.7C628.26 672.7 632.602 675.181 638.183 672.7C643.765 670.219 648.107 672.7 648.107 672.7" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 418.663C628.26 418.663 632.602 421.144 638.183 418.663C643.765 416.182 648.107 418.663 648.107 418.663" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 424.727C628.26 424.727 632.602 427.208 638.183 424.727C643.765 422.246 648.107 424.727 648.107 424.727" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 617.013C628.26 617.013 632.602 619.494 638.183 617.013C643.765 614.531 648.107 617.013 648.107 617.013" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 623.077C628.26 623.077 632.602 625.558 638.183 623.077C643.765 620.596 648.107 623.077 648.107 623.077" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 517.768C628.26 517.768 632.602 520.249 638.183 517.768C643.765 515.287 648.107 517.768 648.107 517.768" stroke="#EC5B13" stroke-width="0.862269"/><path d="M628.26 523.833C628.26 523.833 632.602 526.314 638.183 523.833C643.765 521.352 648.107 523.833 648.107 523.833" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 542.856C429.772 542.856 434.114 545.337 439.696 542.856C445.278 540.375 449.62 542.856 449.62 542.856" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 548.921C429.772 548.921 434.114 551.402 439.696 548.921C445.278 546.44 449.62 548.921 449.62 548.921" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 443.612C429.772 443.612 434.114 446.093 439.696 443.612C445.278 441.131 449.62 443.612 449.62 443.612" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 449.677C429.772 449.677 434.114 452.158 439.696 449.677C445.278 447.195 449.62 449.677 449.62 449.677" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 641.962C429.772 641.962 434.114 644.443 439.696 641.962C445.278 639.481 449.62 641.962 449.62 641.962" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 648.026C429.772 648.026 434.114 650.507 439.696 648.026C445.278 645.545 449.62 648.026 449.62 648.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 400.055C429.772 400.055 434.114 402.537 439.696 400.055C445.278 397.574 449.62 400.055 449.62 400.055" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 592.341C429.772 592.341 434.114 594.822 439.696 592.341C445.278 589.86 449.62 592.341 449.62 592.341" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 598.405C429.772 598.405 434.114 600.886 439.696 598.405C445.278 595.924 449.62 598.405 449.62 598.405" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 493.097C429.772 493.097 434.114 495.578 439.696 493.097C445.278 490.615 449.62 493.097 449.62 493.097" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 499.161C429.772 499.161 434.114 501.642 439.696 499.161C445.278 496.68 449.62 499.161 449.62 499.161" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 567.528C429.772 567.528 434.114 570.009 439.696 567.528C445.278 565.047 449.62 567.528 449.62 567.528" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 573.593C429.772 573.593 434.114 576.074 439.696 573.593C445.278 571.112 449.62 573.593 449.62 573.593" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 468.286C429.772 468.286 434.114 470.767 439.696 468.286C445.278 465.805 449.62 468.286 449.62 468.286" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 474.35C429.772 474.35 434.114 476.832 439.696 474.35C445.278 471.869 449.62 474.35 449.62 474.35" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 666.636C429.772 666.636 434.114 669.117 439.696 666.636C445.278 664.154 449.62 666.636 449.62 666.636" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 672.7C429.772 672.7 434.114 675.181 439.696 672.7C445.278 670.219 449.62 672.7 449.62 672.7" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 418.663C429.772 418.663 434.114 421.144 439.696 418.663C445.278 416.182 449.62 418.663 449.62 418.663" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 424.727C429.772 424.727 434.114 427.208 439.696 424.727C445.278 422.246 449.62 424.727 449.62 424.727" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 617.013C429.772 617.013 434.114 619.494 439.696 617.013C445.278 614.531 449.62 617.013 449.62 617.013" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 623.077C429.772 623.077 434.114 625.558 439.696 623.077C445.278 620.596 449.62 623.077 449.62 623.077" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 517.768C429.772 517.768 434.114 520.249 439.696 517.768C445.278 515.287 449.62 517.768 449.62 517.768" stroke="#EC5B13" stroke-width="0.862269"/><path d="M429.772 523.833C429.772 523.833 434.114 526.314 439.696 523.833C445.278 521.352 449.62 523.833 449.62 523.833" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 542.856C588.562 542.856 592.904 545.337 598.486 542.856C604.068 540.375 608.41 542.856 608.41 542.856" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 548.921C588.562 548.921 592.904 551.402 598.486 548.921C604.068 546.44 608.41 548.921 608.41 548.921" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 443.612C588.562 443.612 592.904 446.093 598.486 443.612C604.068 441.131 608.41 443.612 608.41 443.612" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 449.677C588.562 449.677 592.904 452.158 598.486 449.677C604.068 447.195 608.41 449.677 608.41 449.677" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 641.962C588.562 641.962 592.904 644.443 598.486 641.962C604.068 639.481 608.41 641.962 608.41 641.962" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 648.026C588.562 648.026 592.904 650.507 598.486 648.026C604.068 645.545 608.41 648.026 608.41 648.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 400.055C588.562 400.055 592.904 402.537 598.486 400.055C604.068 397.574 608.41 400.055 608.41 400.055" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 592.341C588.562 592.341 592.904 594.822 598.486 592.341C604.068 589.86 608.41 592.341 608.41 592.341" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 598.405C588.562 598.405 592.904 600.886 598.486 598.405C604.068 595.924 608.41 598.405 608.41 598.405" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 493.097C588.562 493.097 592.904 495.578 598.486 493.097C604.068 490.615 608.41 493.097 608.41 493.097" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 499.161C588.562 499.161 592.904 501.642 598.486 499.161C604.068 496.68 608.41 499.161 608.41 499.161" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 567.528C588.562 567.528 592.904 570.009 598.486 567.528C604.068 565.047 608.41 567.528 608.41 567.528" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 573.593C588.562 573.593 592.904 576.074 598.486 573.593C604.068 571.112 608.41 573.593 608.41 573.593" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 468.286C588.562 468.286 592.904 470.767 598.486 468.286C604.068 465.805 608.41 468.286 608.41 468.286" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 474.35C588.562 474.35 592.904 476.832 598.486 474.35C604.068 471.869 608.41 474.35 608.41 474.35" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 666.636C588.562 666.636 592.904 669.117 598.486 666.636C604.068 664.154 608.41 666.636 608.41 666.636" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 672.7C588.562 672.7 592.904 675.181 598.486 672.7C604.068 670.219 608.41 672.7 608.41 672.7" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 418.663C588.562 418.663 592.904 421.144 598.486 418.663C604.068 416.182 608.41 418.663 608.41 418.663" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 424.727C588.562 424.727 592.904 427.208 598.486 424.727C604.068 422.246 608.41 424.727 608.41 424.727" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 617.013C588.562 617.013 592.904 619.494 598.486 617.013C604.068 614.531 608.41 617.013 608.41 617.013" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 623.077C588.562 623.077 592.904 625.558 598.486 623.077C604.068 620.596 608.41 623.077 608.41 623.077" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 517.768C588.562 517.768 592.904 520.249 598.486 517.768C604.068 515.287 608.41 517.768 608.41 517.768" stroke="#EC5B13" stroke-width="0.862269"/><path d="M588.562 523.833C588.562 523.833 592.904 526.314 598.486 523.833C604.068 521.352 608.41 523.833 608.41 523.833" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 542.856C509.168 542.856 513.51 545.337 519.092 542.856C524.673 540.375 529.015 542.856 529.015 542.856" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 548.921C509.168 548.921 513.51 551.402 519.092 548.921C524.673 546.44 529.015 548.921 529.015 548.921" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 443.612C509.168 443.612 513.51 446.093 519.092 443.612C524.673 441.131 529.015 443.612 529.015 443.612" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 449.677C509.168 449.677 513.51 452.158 519.092 449.677C524.673 447.195 529.015 449.677 529.015 449.677" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 641.962C509.168 641.962 513.51 644.443 519.092 641.962C524.673 639.481 529.015 641.962 529.015 641.962" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 648.026C509.168 648.026 513.51 650.507 519.092 648.026C524.673 645.545 529.015 648.026 529.015 648.026" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 400.055C509.168 400.055 513.51 402.537 519.092 400.055C524.673 397.574 529.015 400.055 529.015 400.055" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 592.341C509.168 592.341 513.51 594.822 519.092 592.341C524.673 589.86 529.015 592.341 529.015 592.341" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 598.405C509.168 598.405 513.51 600.886 519.092 598.405C524.673 595.924 529.015 598.405 529.015 598.405" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 493.097C509.168 493.097 513.51 495.578 519.092 493.097C524.673 490.615 529.015 493.097 529.015 493.097" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 499.161C509.168 499.161 513.51 501.642 519.092 499.161C524.673 496.68 529.015 499.161 529.015 499.161" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 567.528C509.168 567.528 513.51 570.009 519.092 567.528C524.673 565.047 529.015 567.528 529.015 567.528" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 573.593C509.168 573.593 513.51 576.074 519.092 573.593C524.673 571.112 529.015 573.593 529.015 573.593" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 468.286C509.168 468.286 513.51 470.767 519.092 468.286C524.673 465.805 529.015 468.286 529.015 468.286" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 474.35C509.168 474.35 513.51 476.832 519.092 474.35C524.673 471.869 529.015 474.35 529.015 474.35" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 666.636C509.168 666.636 513.51 669.117 519.092 666.636C524.673 664.154 529.015 666.636 529.015 666.636" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 672.7C509.168 672.7 513.51 675.181 519.092 672.7C524.673 670.219 529.015 672.7 529.015 672.7" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 418.663C509.168 418.663 513.51 421.144 519.092 418.663C524.673 416.182 529.015 418.663 529.015 418.663" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 424.727C509.168 424.727 513.51 427.208 519.092 424.727C524.673 422.246 529.015 424.727 529.015 424.727" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 617.013C509.168 617.013 513.51 619.494 519.092 617.013C524.673 614.531 529.015 617.013 529.015 617.013" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 623.077C509.168 623.077 513.51 625.558 519.092 623.077C524.673 620.596 529.015 623.077 529.015 623.077" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 517.768C509.168 517.768 513.51 520.249 519.092 517.768C524.673 515.287 529.015 517.768 529.015 517.768" stroke="#EC5B13" stroke-width="0.862269"/><path d="M509.168 523.833C509.168 523.833 513.51 526.314 519.092 523.833C524.673 521.352 529.015 523.833 529.015 523.833" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 555.124C409.924 555.124 414.266 557.605 419.848 555.124C425.429 552.643 429.771 555.124 429.771 555.124" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 561.188C409.924 561.188 414.266 563.669 419.848 561.188C425.429 558.707 429.771 561.188 429.771 561.188" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 455.88C409.924 455.88 414.266 458.361 419.848 455.88C425.429 453.399 429.771 455.88 429.771 455.88" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 461.944C409.924 461.944 414.266 464.425 419.848 461.944C425.429 459.463 429.771 461.944 429.771 461.944" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 654.229C409.924 654.229 414.266 656.71 419.848 654.229C425.429 651.748 429.771 654.229 429.771 654.229" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 660.294C409.924 660.294 414.266 662.775 419.848 660.294C425.429 657.813 429.771 660.294 429.771 660.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 406.259C409.924 406.259 414.266 408.74 419.848 406.259C425.429 403.778 429.771 406.259 429.771 406.259" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 412.323C409.924 412.323 414.266 414.804 419.848 412.323C425.429 409.842 429.771 412.323 429.771 412.323" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 604.608C409.924 604.608 414.266 607.089 419.848 604.608C425.429 602.127 429.771 604.608 429.771 604.608" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 610.673C409.924 610.673 414.266 613.154 419.848 610.673C425.429 608.192 429.771 610.673 429.771 610.673" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 505.364C409.924 505.364 414.266 507.845 419.848 505.364C425.429 502.883 429.771 505.364 429.771 505.364" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 511.429C409.924 511.429 414.266 513.91 419.848 511.429C425.429 508.947 429.771 511.429 429.771 511.429" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 579.796C409.924 579.796 414.266 582.277 419.848 579.796C425.429 577.315 429.771 579.796 429.771 579.796" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 585.86C409.924 585.86 414.266 588.341 419.848 585.86C425.429 583.379 429.771 585.86 429.771 585.86" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 480.554C409.924 480.554 414.266 483.035 419.848 480.554C425.429 478.072 429.771 480.554 429.771 480.554" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 486.618C409.924 486.618 414.266 489.099 419.848 486.618C425.429 484.137 429.771 486.618 429.771 486.618" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 678.903C409.924 678.903 414.266 681.384 419.848 678.903C425.429 676.422 429.771 678.903 429.771 678.903" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 684.968C409.924 684.968 414.266 687.449 419.848 684.968C425.429 682.487 429.771 684.968 429.771 684.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 430.93C409.924 430.93 414.266 433.412 419.848 430.93C425.429 428.449 429.771 430.93 429.771 430.93" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 436.995C409.924 436.995 414.266 439.476 419.848 436.995C425.429 434.514 429.771 436.995 429.771 436.995" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 629.282C409.924 629.282 414.266 631.763 419.848 629.282C425.429 626.801 429.771 629.282 429.771 629.282" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 635.347C409.924 635.347 414.266 637.828 419.848 635.347C425.429 632.865 429.771 635.347 429.771 635.347" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 530.038C409.924 530.038 414.266 532.519 419.848 530.038C425.429 527.557 429.771 530.038 429.771 530.038" stroke="#EC5B13" stroke-width="0.862269"/><path d="M409.924 536.102C409.924 536.102 414.266 538.583 419.848 536.102C425.429 533.621 429.771 536.102 429.771 536.102" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 555.124C568.714 555.124 573.056 557.605 578.638 555.124C584.219 552.643 588.561 555.124 588.561 555.124" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 561.188C568.714 561.188 573.056 563.669 578.638 561.188C584.219 558.707 588.561 561.188 588.561 561.188" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 455.88C568.714 455.88 573.056 458.361 578.638 455.88C584.219 453.399 588.561 455.88 588.561 455.88" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 461.944C568.714 461.944 573.056 464.425 578.638 461.944C584.219 459.463 588.561 461.944 588.561 461.944" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 654.229C568.714 654.229 573.056 656.71 578.638 654.229C584.219 651.748 588.561 654.229 588.561 654.229" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 660.294C568.714 660.294 573.056 662.775 578.638 660.294C584.219 657.813 588.561 660.294 588.561 660.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 406.259C568.714 406.259 573.056 408.74 578.638 406.259C584.219 403.778 588.561 406.259 588.561 406.259" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 412.323C568.714 412.323 573.056 414.804 578.638 412.323C584.219 409.842 588.561 412.323 588.561 412.323" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 604.608C568.714 604.608 573.056 607.089 578.638 604.608C584.219 602.127 588.561 604.608 588.561 604.608" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 610.673C568.714 610.673 573.056 613.154 578.638 610.673C584.219 608.192 588.561 610.673 588.561 610.673" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 505.364C568.714 505.364 573.056 507.845 578.638 505.364C584.219 502.883 588.561 505.364 588.561 505.364" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 511.429C568.714 511.429 573.056 513.91 578.638 511.429C584.219 508.947 588.561 511.429 588.561 511.429" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 579.796C568.714 579.796 573.056 582.277 578.638 579.796C584.219 577.315 588.561 579.796 588.561 579.796" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 585.86C568.714 585.86 573.056 588.341 578.638 585.86C584.219 583.379 588.561 585.86 588.561 585.86" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 480.554C568.714 480.554 573.056 483.035 578.638 480.554C584.219 478.072 588.561 480.554 588.561 480.554" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 486.618C568.714 486.618 573.056 489.099 578.638 486.618C584.219 484.137 588.561 486.618 588.561 486.618" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 678.903C568.714 678.903 573.056 681.384 578.638 678.903C584.219 676.422 588.561 678.903 588.561 678.903" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 684.968C568.714 684.968 573.056 687.449 578.638 684.968C584.219 682.487 588.561 684.968 588.561 684.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 430.93C568.714 430.93 573.056 433.412 578.638 430.93C584.219 428.449 588.561 430.93 588.561 430.93" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 436.995C568.714 436.995 573.056 439.476 578.638 436.995C584.219 434.514 588.561 436.995 588.561 436.995" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 629.282C568.714 629.282 573.056 631.763 578.638 629.282C584.219 626.801 588.561 629.282 588.561 629.282" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 635.347C568.714 635.347 573.056 637.828 578.638 635.347C584.219 632.865 588.561 635.347 588.561 635.347" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 530.038C568.714 530.038 573.056 532.519 578.638 530.038C584.219 527.557 588.561 530.038 588.561 530.038" stroke="#EC5B13" stroke-width="0.862269"/><path d="M568.714 536.102C568.714 536.102 573.056 538.583 578.638 536.102C584.219 533.621 588.561 536.102 588.561 536.102" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 555.124C489.319 555.124 493.661 557.605 499.243 555.124C504.825 552.643 509.167 555.124 509.167 555.124" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 561.188C489.319 561.188 493.661 563.669 499.243 561.188C504.825 558.707 509.167 561.188 509.167 561.188" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 455.88C489.319 455.88 493.661 458.361 499.243 455.88C504.825 453.399 509.167 455.88 509.167 455.88" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 461.944C489.319 461.944 493.661 464.425 499.243 461.944C504.825 459.463 509.167 461.944 509.167 461.944" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 654.229C489.319 654.229 493.661 656.71 499.243 654.229C504.825 651.748 509.167 654.229 509.167 654.229" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 660.294C489.319 660.294 493.661 662.775 499.243 660.294C504.825 657.813 509.167 660.294 509.167 660.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 406.259C489.319 406.259 493.661 408.74 499.243 406.259C504.825 403.778 509.167 406.259 509.167 406.259" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 412.323C489.319 412.323 493.661 414.804 499.243 412.323C504.825 409.842 509.167 412.323 509.167 412.323" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 604.608C489.319 604.608 493.661 607.089 499.243 604.608C504.825 602.127 509.167 604.608 509.167 604.608" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 610.673C489.319 610.673 493.661 613.154 499.243 610.673C504.825 608.192 509.167 610.673 509.167 610.673" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 505.364C489.319 505.364 493.661 507.845 499.243 505.364C504.825 502.883 509.167 505.364 509.167 505.364" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 511.429C489.319 511.429 493.661 513.91 499.243 511.429C504.825 508.947 509.167 511.429 509.167 511.429" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 579.796C489.319 579.796 493.661 582.277 499.243 579.796C504.825 577.315 509.167 579.796 509.167 579.796" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 585.86C489.319 585.86 493.661 588.341 499.243 585.86C504.825 583.379 509.167 585.86 509.167 585.86" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 480.554C489.319 480.554 493.661 483.035 499.243 480.554C504.825 478.072 509.167 480.554 509.167 480.554" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 486.618C489.319 486.618 493.661 489.099 499.243 486.618C504.825 484.137 509.167 486.618 509.167 486.618" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 678.903C489.319 678.903 493.661 681.384 499.243 678.903C504.825 676.422 509.167 678.903 509.167 678.903" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 684.968C489.319 684.968 493.661 687.449 499.243 684.968C504.825 682.487 509.167 684.968 509.167 684.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 430.93C489.319 430.93 493.661 433.412 499.243 430.93C504.825 428.449 509.167 430.93 509.167 430.93" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 436.995C489.319 436.995 493.661 439.476 499.243 436.995C504.825 434.514 509.167 436.995 509.167 436.995" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 629.282C489.319 629.282 493.661 631.763 499.243 629.282C504.825 626.801 509.167 629.282 509.167 629.282" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 635.347C489.319 635.347 493.661 637.828 499.243 635.347C504.825 632.865 509.167 635.347 509.167 635.347" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 530.038C489.319 530.038 493.661 532.519 499.243 530.038C504.825 527.557 509.167 530.038 509.167 530.038" stroke="#EC5B13" stroke-width="0.862269"/><path d="M489.319 536.102C489.319 536.102 493.661 538.583 499.243 536.102C504.825 533.621 509.167 536.102 509.167 536.102" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 555.124C648.109 555.124 652.451 557.605 658.033 555.124C663.615 552.643 667.957 555.124 667.957 555.124" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 561.188C648.109 561.188 652.451 563.669 658.033 561.188C663.615 558.707 667.957 561.188 667.957 561.188" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 455.88C648.109 455.88 652.451 458.361 658.033 455.88C663.615 453.399 667.957 455.88 667.957 455.88" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 461.944C648.109 461.944 652.451 464.425 658.033 461.944C663.615 459.463 667.957 461.944 667.957 461.944" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 654.229C648.109 654.229 652.451 656.71 658.033 654.229C663.615 651.748 667.957 654.229 667.957 654.229" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 660.294C648.109 660.294 652.451 662.775 658.033 660.294C663.615 657.813 667.957 660.294 667.957 660.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 406.259C648.109 406.259 652.451 408.74 658.033 406.259C663.615 403.778 667.957 406.259 667.957 406.259" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 412.323C648.109 412.323 652.451 414.804 658.033 412.323C663.615 409.842 667.957 412.323 667.957 412.323" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 604.608C648.109 604.608 652.451 607.089 658.033 604.608C663.615 602.127 667.957 604.608 667.957 604.608" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 610.673C648.109 610.673 652.451 613.154 658.033 610.673C663.615 608.192 667.957 610.673 667.957 610.673" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 505.364C648.109 505.364 652.451 507.845 658.033 505.364C663.615 502.883 667.957 505.364 667.957 505.364" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 511.429C648.109 511.429 652.451 513.91 658.033 511.429C663.615 508.947 667.957 511.429 667.957 511.429" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 579.796C648.109 579.796 652.451 582.277 658.033 579.796C663.615 577.315 667.957 579.796 667.957 579.796" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 585.86C648.109 585.86 652.451 588.341 658.033 585.86C663.615 583.379 667.957 585.86 667.957 585.86" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 480.554C648.109 480.554 652.451 483.035 658.033 480.554C663.615 478.072 667.957 480.554 667.957 480.554" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 486.618C648.109 486.618 652.451 489.099 658.033 486.618C663.615 484.137 667.957 486.618 667.957 486.618" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 678.903C648.109 678.903 652.451 681.384 658.033 678.903C663.615 676.422 667.957 678.903 667.957 678.903" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 684.968C648.109 684.968 652.451 687.449 658.033 684.968C663.615 682.487 667.957 684.968 667.957 684.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 430.93C648.109 430.93 652.451 433.412 658.033 430.93C663.615 428.449 667.957 430.93 667.957 430.93" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 436.995C648.109 436.995 652.451 439.476 658.033 436.995C663.615 434.514 667.957 436.995 667.957 436.995" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 629.282C648.109 629.282 652.451 631.763 658.033 629.282C663.615 626.801 667.957 629.282 667.957 629.282" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 635.347C648.109 635.347 652.451 637.828 658.033 635.347C663.615 632.865 667.957 635.347 667.957 635.347" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 530.038C648.109 530.038 652.451 532.519 658.033 530.038C663.615 527.557 667.957 530.038 667.957 530.038" stroke="#EC5B13" stroke-width="0.862269"/><path d="M648.109 536.102C648.109 536.102 652.451 538.583 658.033 536.102C663.615 533.621 667.957 536.102 667.957 536.102" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 555.124C449.621 555.124 453.963 557.605 459.545 555.124C465.127 552.643 469.469 555.124 469.469 555.124" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 561.188C449.621 561.188 453.963 563.669 459.545 561.188C465.127 558.707 469.469 561.188 469.469 561.188" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 455.88C449.621 455.88 453.963 458.361 459.545 455.88C465.127 453.399 469.469 455.88 469.469 455.88" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 461.944C449.621 461.944 453.963 464.425 459.545 461.944C465.127 459.463 469.469 461.944 469.469 461.944" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 654.229C449.621 654.229 453.963 656.71 459.545 654.229C465.127 651.748 469.469 654.229 469.469 654.229" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 660.294C449.621 660.294 453.963 662.775 459.545 660.294C465.127 657.813 469.469 660.294 469.469 660.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 406.259C449.621 406.259 453.963 408.74 459.545 406.259C465.127 403.778 469.469 406.259 469.469 406.259" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 412.323C449.621 412.323 453.963 414.804 459.545 412.323C465.127 409.842 469.469 412.323 469.469 412.323" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 604.608C449.621 604.608 453.963 607.089 459.545 604.608C465.127 602.127 469.469 604.608 469.469 604.608" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 610.673C449.621 610.673 453.963 613.154 459.545 610.673C465.127 608.192 469.469 610.673 469.469 610.673" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 505.364C449.621 505.364 453.963 507.845 459.545 505.364C465.127 502.883 469.469 505.364 469.469 505.364" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 511.429C449.621 511.429 453.963 513.91 459.545 511.429C465.127 508.947 469.469 511.429 469.469 511.429" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 579.796C449.621 579.796 453.963 582.277 459.545 579.796C465.127 577.315 469.469 579.796 469.469 579.796" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 585.86C449.621 585.86 453.963 588.341 459.545 585.86C465.127 583.379 469.469 585.86 469.469 585.86" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 480.554C449.621 480.554 453.963 483.035 459.545 480.554C465.127 478.072 469.469 480.554 469.469 480.554" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 486.618C449.621 486.618 453.963 489.099 459.545 486.618C465.127 484.137 469.469 486.618 469.469 486.618" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 678.903C449.621 678.903 453.963 681.384 459.545 678.903C465.127 676.422 469.469 678.903 469.469 678.903" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 684.968C449.621 684.968 453.963 687.449 459.545 684.968C465.127 682.487 469.469 684.968 469.469 684.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 430.93C449.621 430.93 453.963 433.412 459.545 430.93C465.127 428.449 469.469 430.93 469.469 430.93" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 436.995C449.621 436.995 453.963 439.476 459.545 436.995C465.127 434.514 469.469 436.995 469.469 436.995" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 629.282C449.621 629.282 453.963 631.763 459.545 629.282C465.127 626.801 469.469 629.282 469.469 629.282" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 635.347C449.621 635.347 453.963 637.828 459.545 635.347C465.127 632.865 469.469 635.347 469.469 635.347" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 530.038C449.621 530.038 453.963 532.519 459.545 530.038C465.127 527.557 469.469 530.038 469.469 530.038" stroke="#EC5B13" stroke-width="0.862269"/><path d="M449.621 536.102C449.621 536.102 453.963 538.583 459.545 536.102C465.127 533.621 469.469 536.102 469.469 536.102" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 555.124C608.411 555.124 612.753 557.605 618.335 555.124C623.917 552.643 628.259 555.124 628.259 555.124" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 561.188C608.411 561.188 612.753 563.669 618.335 561.188C623.917 558.707 628.259 561.188 628.259 561.188" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 455.88C608.411 455.88 612.753 458.361 618.335 455.88C623.917 453.399 628.259 455.88 628.259 455.88" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 461.944C608.411 461.944 612.753 464.425 618.335 461.944C623.917 459.463 628.259 461.944 628.259 461.944" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 654.229C608.411 654.229 612.753 656.71 618.335 654.229C623.917 651.748 628.259 654.229 628.259 654.229" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 660.294C608.411 660.294 612.753 662.775 618.335 660.294C623.917 657.813 628.259 660.294 628.259 660.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 406.259C608.411 406.259 612.753 408.74 618.335 406.259C623.917 403.778 628.259 406.259 628.259 406.259" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 412.323C608.411 412.323 612.753 414.804 618.335 412.323C623.917 409.842 628.259 412.323 628.259 412.323" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 604.608C608.411 604.608 612.753 607.089 618.335 604.608C623.917 602.127 628.259 604.608 628.259 604.608" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 610.673C608.411 610.673 612.753 613.154 618.335 610.673C623.917 608.192 628.259 610.673 628.259 610.673" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 505.364C608.411 505.364 612.753 507.845 618.335 505.364C623.917 502.883 628.259 505.364 628.259 505.364" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 511.429C608.411 511.429 612.753 513.91 618.335 511.429C623.917 508.947 628.259 511.429 628.259 511.429" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 579.796C608.411 579.796 612.753 582.277 618.335 579.796C623.917 577.315 628.259 579.796 628.259 579.796" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 585.86C608.411 585.86 612.753 588.341 618.335 585.86C623.917 583.379 628.259 585.86 628.259 585.86" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 480.554C608.411 480.554 612.753 483.035 618.335 480.554C623.917 478.072 628.259 480.554 628.259 480.554" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 486.618C608.411 486.618 612.753 489.099 618.335 486.618C623.917 484.137 628.259 486.618 628.259 486.618" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 678.903C608.411 678.903 612.753 681.384 618.335 678.903C623.917 676.422 628.259 678.903 628.259 678.903" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 684.968C608.411 684.968 612.753 687.449 618.335 684.968C623.917 682.487 628.259 684.968 628.259 684.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 430.93C608.411 430.93 612.753 433.412 618.335 430.93C623.917 428.449 628.259 430.93 628.259 430.93" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 436.995C608.411 436.995 612.753 439.476 618.335 436.995C623.917 434.514 628.259 436.995 628.259 436.995" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 629.282C608.411 629.282 612.753 631.763 618.335 629.282C623.917 626.801 628.259 629.282 628.259 629.282" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 635.347C608.411 635.347 612.753 637.828 618.335 635.347C623.917 632.865 628.259 635.347 628.259 635.347" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 530.038C608.411 530.038 612.753 532.519 618.335 530.038C623.917 527.557 628.259 530.038 628.259 530.038" stroke="#EC5B13" stroke-width="0.862269"/><path d="M608.411 536.102C608.411 536.102 612.753 538.583 618.335 536.102C623.917 533.621 628.259 536.102 628.259 536.102" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 555.124C529.017 555.124 533.359 557.605 538.94 555.124C544.522 552.643 548.864 555.124 548.864 555.124" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 561.188C529.017 561.188 533.359 563.669 538.94 561.188C544.522 558.707 548.864 561.188 548.864 561.188" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 455.88C529.017 455.88 533.359 458.361 538.94 455.88C544.522 453.399 548.864 455.88 548.864 455.88" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 461.944C529.017 461.944 533.359 464.425 538.94 461.944C544.522 459.463 548.864 461.944 548.864 461.944" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 654.229C529.017 654.229 533.359 656.71 538.94 654.229C544.522 651.748 548.864 654.229 548.864 654.229" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 660.294C529.017 660.294 533.359 662.775 538.94 660.294C544.522 657.813 548.864 660.294 548.864 660.294" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 406.259C529.017 406.259 533.359 408.74 538.94 406.259C544.522 403.778 548.864 406.259 548.864 406.259" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 412.323C529.017 412.323 533.359 414.804 538.94 412.323C544.522 409.842 548.864 412.323 548.864 412.323" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 604.608C529.017 604.608 533.359 607.089 538.94 604.608C544.522 602.127 548.864 604.608 548.864 604.608" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 610.673C529.017 610.673 533.359 613.154 538.94 610.673C544.522 608.192 548.864 610.673 548.864 610.673" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 505.364C529.017 505.364 533.359 507.845 538.94 505.364C544.522 502.883 548.864 505.364 548.864 505.364" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 511.429C529.017 511.429 533.359 513.91 538.94 511.429C544.522 508.947 548.864 511.429 548.864 511.429" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 579.796C529.017 579.796 533.359 582.277 538.94 579.796C544.522 577.315 548.864 579.796 548.864 579.796" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 585.86C529.017 585.86 533.359 588.341 538.94 585.86C544.522 583.379 548.864 585.86 548.864 585.86" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 480.554C529.017 480.554 533.359 483.035 538.94 480.554C544.522 478.072 548.864 480.554 548.864 480.554" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 486.618C529.017 486.618 533.359 489.099 538.94 486.618C544.522 484.137 548.864 486.618 548.864 486.618" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 678.903C529.017 678.903 533.359 681.384 538.94 678.903C544.522 676.422 548.864 678.903 548.864 678.903" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 684.968C529.017 684.968 533.359 687.449 538.94 684.968C544.522 682.487 548.864 684.968 548.864 684.968" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 430.93C529.017 430.93 533.359 433.412 538.94 430.93C544.522 428.449 548.864 430.93 548.864 430.93" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 436.995C529.017 436.995 533.359 439.476 538.94 436.995C544.522 434.514 548.864 436.995 548.864 436.995" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 629.282C529.017 629.282 533.359 631.763 538.94 629.282C544.522 626.801 548.864 629.282 548.864 629.282" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 635.347C529.017 635.347 533.359 637.828 538.94 635.347C544.522 632.865 548.864 635.347 548.864 635.347" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 530.038C529.017 530.038 533.359 532.519 538.94 530.038C544.522 527.557 548.864 530.038 548.864 530.038" stroke="#EC5B13" stroke-width="0.862269"/><path d="M529.017 536.102C529.017 536.102 533.359 538.583 538.94 536.102C544.522 533.621 548.864 536.102 548.864 536.102" stroke="#EC5B13" stroke-width="0.862269"/></g></g><path d="M396.338 685.385C541.224 685.385 658.677 567.997 658.677 423.193C658.677 278.388 541.224 161 396.338 161C251.453 161 134 278.388 134 423.193C134 567.997 251.453 685.385 396.338 685.385Z" stroke="#EC5B13" stroke-width="10"/><path d="M712.806 245.495C712.272 245.355 711.725 245.673 711.584 246.207L709.288 254.909C709.147 255.443 709.466 255.991 710 256.131C710.534 256.272 711.081 255.954 711.222 255.42L713.263 247.684L720.998 249.725C721.532 249.866 722.079 249.547 722.22 249.013C722.361 248.479 722.042 247.932 721.508 247.791L712.806 245.495ZM584.518 726.423C584.377 726.957 584.695 727.504 585.229 727.645L593.931 729.941C594.466 730.082 595.013 729.763 595.154 729.229C595.294 728.695 594.976 728.148 594.442 728.007L586.706 725.967L588.747 718.231C588.888 717.697 588.57 717.15 588.036 717.009C587.501 716.868 586.954 717.187 586.813 717.721L584.518 726.423ZM711.687 246.966C808.977 413.995 752.251 628.383 584.981 725.814L585.988 727.542C754.21 629.557 811.263 413.945 713.415 245.959L711.687 246.966Z" fill="#2B2B2B"/><path d="M396.296 632.36C511.887 632.36 605.593 538.707 605.593 423.18C605.593 307.653 511.887 214 396.296 214C280.705 214 187 307.653 187 423.18C187 538.707 280.705 632.36 396.296 632.36Z" fill="#FFC2A3" stroke="#EC5B13" stroke-width="10"/><path d="M592 424H559.825M396 620V597.506M200 424H230.656M396 228V252.225" stroke="#2B2B2B" stroke-width="2"/><path d="M511.175 352.292L397.123 420.71L481.489 561.346M511.175 352.292L507.315 369.184M511.175 352.292L492.911 345.173M481.489 561.346L461.424 559.973M481.489 561.346L491.609 544.197" stroke="#B23B00" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M216.653 117.414C202.765 103.529 180.248 103.529 166.361 117.414L120.388 163.378L74.4158 209.341C60.5281 223.226 60.5281 245.739 74.4158 259.624L115.8 301L258.037 158.79L216.653 117.414Z" fill="#FFC2A3"/><path d="M575.348 117.414C589.235 103.529 611.752 103.529 625.639 117.414L671.612 163.378L717.584 209.341C731.472 223.226 731.472 245.739 717.584 259.624L676.2 301L533.963 158.79L575.348 117.414Z" fill="#FFC2A3"/><path d="M120.388 163.378L166.361 117.414C180.248 103.529 202.765 103.529 216.653 117.414L258.037 158.79L115.8 301L74.4158 259.624C60.5281 245.739 60.5281 223.226 74.4158 209.341L120.388 163.378ZM120.388 163.378L100.637 143.63M671.612 163.378L625.639 117.414C611.752 103.529 589.235 103.529 575.347 117.414L533.963 158.79L676.2 301L717.584 259.624C731.472 245.739 731.472 223.226 717.584 209.341L671.612 163.378ZM671.612 163.378L690.04 144.953" stroke="#EC5B13" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_4179_59003"><rect width="800" height="800" fill="white"/></clipPath></defs></svg>