@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,2830 @@
1
+ {
2
+ "v": "5.9.0",
3
+ "fr": 30,
4
+ "ip": 0,
5
+ "op": 120,
6
+ "w": 200,
7
+ "h": 200,
8
+ "nm": "TARGET ACHIEVED",
9
+ "ddd": 0,
10
+ "assets": [
11
+ {
12
+ "id": "comp_0",
13
+ "nm": "CONFETTI",
14
+ "fr": 30,
15
+ "layers": [
16
+ {
17
+ "ddd": 0,
18
+ "ind": 1,
19
+ "ty": 4,
20
+ "nm": "Shape Layer 7",
21
+ "sr": 1,
22
+ "ks": {
23
+ "o": { "a": 0, "k": 100, "ix": 11 },
24
+ "r": { "a": 0, "k": 0, "ix": 10 },
25
+ "p": {
26
+ "a": 1,
27
+ "k": [
28
+ {
29
+ "i": { "x": 0.667, "y": 1 },
30
+ "o": { "x": 0.333, "y": 0 },
31
+ "t": 9,
32
+ "s": [153.5, 42.25, 0],
33
+ "to": [6.75, -16.25, 0],
34
+ "ti": [1.167, 9.22, 0]
35
+ },
36
+ { "t": 24, "s": [141.833, 14.53, 0] }
37
+ ],
38
+ "ix": 2,
39
+ "l": 2
40
+ },
41
+ "a": { "a": 0, "k": [-17.172, 503.828, 0], "ix": 1, "l": 2 },
42
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
43
+ },
44
+ "ao": 0,
45
+ "shapes": [
46
+ {
47
+ "ty": "gr",
48
+ "it": [
49
+ {
50
+ "d": 1,
51
+ "ty": "el",
52
+ "s": { "a": 0, "k": [9.656, 9.656], "ix": 2 },
53
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
54
+ "nm": "Ellipse Path 1",
55
+ "mn": "ADBE Vector Shape - Ellipse",
56
+ "hd": false
57
+ },
58
+ {
59
+ "ty": "fl",
60
+ "c": {
61
+ "a": 1,
62
+ "k": [
63
+ { "t": 9, "s": [1, 1, 1, 1], "h": 1 },
64
+ {
65
+ "t": 11.223,
66
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
67
+ "h": 1
68
+ },
69
+ {
70
+ "t": 13.444,
71
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
72
+ "h": 1
73
+ },
74
+ { "t": 15.667, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
75
+ {
76
+ "t": 17.89,
77
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
78
+ "h": 1
79
+ },
80
+ { "t": 20.11, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
81
+ { "t": 22.333, "s": [1, 1, 1, 1], "h": 1 },
82
+ {
83
+ "t": 24.556,
84
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
85
+ "h": 1
86
+ },
87
+ {
88
+ "t": 26.777,
89
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
90
+ "h": 1
91
+ },
92
+ { "t": 29, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
93
+ {
94
+ "t": 31.223,
95
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
96
+ "h": 1
97
+ },
98
+ { "t": 33.444, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
99
+ { "t": 35.667, "s": [1, 1, 1, 1], "h": 1 },
100
+ {
101
+ "t": 37.89,
102
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
103
+ "h": 1
104
+ },
105
+ {
106
+ "t": 40.11,
107
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
108
+ "h": 1
109
+ },
110
+ { "t": 42.333, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
111
+ {
112
+ "t": 44.556,
113
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
114
+ "h": 1
115
+ },
116
+ { "t": 46.777, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
117
+ { "t": 49, "s": [1, 1, 1, 1], "h": 1 },
118
+ { "t": 51, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
119
+ {
120
+ "t": 53.222,
121
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
122
+ "h": 1
123
+ },
124
+ { "t": 55.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
125
+ {
126
+ "t": 57.667,
127
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
128
+ "h": 1
129
+ },
130
+ { "t": 59.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
131
+ { "t": 62.11, "s": [1, 1, 1, 1], "h": 1 },
132
+ { "t": 64, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
133
+ {
134
+ "t": 66.222,
135
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
136
+ "h": 1
137
+ },
138
+ { "t": 68.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
139
+ {
140
+ "t": 70.667,
141
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
142
+ "h": 1
143
+ },
144
+ { "t": 72.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
145
+ { "t": 75.11, "s": [1, 1, 1, 1], "h": 1 },
146
+ {
147
+ "t": 77.333,
148
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
149
+ "h": 1
150
+ },
151
+ {
152
+ "t": 79.555,
153
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
154
+ "h": 1
155
+ },
156
+ { "t": 81.777, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
157
+ { "t": 84, "s": [0.929411768913, 0.423529416323, 0.937254905701, 1], "h": 1 },
158
+ { "t": 86.222, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
159
+ { "t": 88.444, "s": [1, 1, 1, 1], "h": 1 },
160
+ {
161
+ "t": 90.667,
162
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
163
+ "h": 1
164
+ },
165
+ {
166
+ "t": 92.888,
167
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
168
+ "h": 1
169
+ },
170
+ { "t": 95.11, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
171
+ {
172
+ "t": 97.333,
173
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
174
+ "h": 1
175
+ },
176
+ { "t": 99.555, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
177
+ { "t": 101.777, "s": [1, 1, 1, 1], "h": 1 },
178
+ {
179
+ "t": 103.777,
180
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
181
+ "h": 1
182
+ },
183
+ {
184
+ "t": 105.999,
185
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
186
+ "h": 1
187
+ },
188
+ { "t": 108.222, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
189
+ {
190
+ "t": 110.444,
191
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
192
+ "h": 1
193
+ },
194
+ { "t": 112.665, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
195
+ { "t": 114.888, "s": [1, 1, 1, 1], "h": 1 },
196
+ {
197
+ "t": 117,
198
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
199
+ "h": 1
200
+ },
201
+ {
202
+ "t": 119.222,
203
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
204
+ "h": 1
205
+ },
206
+ { "t": 121.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
207
+ {
208
+ "t": 123.667,
209
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
210
+ "h": 1
211
+ },
212
+ { "t": 125.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
213
+ { "t": 128.11, "s": [1, 1, 1, 1], "h": 1 },
214
+ {
215
+ "t": 130,
216
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
217
+ "h": 1
218
+ },
219
+ {
220
+ "t": 132.222,
221
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
222
+ "h": 1
223
+ },
224
+ { "t": 134.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
225
+ {
226
+ "t": 136.667,
227
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
228
+ "h": 1
229
+ },
230
+ { "t": 138.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
231
+ { "t": 141.11, "s": [1, 1, 1, 1], "h": 1 },
232
+ {
233
+ "t": 143,
234
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
235
+ "h": 1
236
+ },
237
+ {
238
+ "t": 145.222,
239
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
240
+ "h": 1
241
+ },
242
+ { "t": 147.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
243
+ {
244
+ "t": 149.667,
245
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
246
+ "h": 1
247
+ },
248
+ { "t": 151.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
249
+ { "t": 154.1103515625, "s": [1, 1, 1, 1], "h": 1 }
250
+ ],
251
+ "ix": 4
252
+ },
253
+ "o": { "a": 0, "k": 100, "ix": 5 },
254
+ "r": 1,
255
+ "bm": 0,
256
+ "nm": "Fill 1",
257
+ "mn": "ADBE Vector Graphic - Fill",
258
+ "hd": false
259
+ },
260
+ {
261
+ "ty": "tr",
262
+ "p": { "a": 0, "k": [-17.172, 503.828], "ix": 2 },
263
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
264
+ "s": { "a": 0, "k": [50, 50], "ix": 3 },
265
+ "r": { "a": 0, "k": 0, "ix": 6 },
266
+ "o": { "a": 0, "k": 100, "ix": 7 },
267
+ "sk": { "a": 0, "k": 0, "ix": 4 },
268
+ "sa": { "a": 0, "k": 0, "ix": 5 },
269
+ "nm": "Transform"
270
+ }
271
+ ],
272
+ "nm": "Ellipse 1",
273
+ "np": 3,
274
+ "cix": 2,
275
+ "bm": 0,
276
+ "ix": 1,
277
+ "mn": "ADBE Vector Group",
278
+ "hd": false
279
+ }
280
+ ],
281
+ "ip": 9,
282
+ "op": 24,
283
+ "st": -1,
284
+ "bm": 0
285
+ },
286
+ {
287
+ "ddd": 0,
288
+ "ind": 2,
289
+ "ty": 4,
290
+ "nm": "Shape Layer 6",
291
+ "sr": 1,
292
+ "ks": {
293
+ "o": { "a": 0, "k": 100, "ix": 11 },
294
+ "r": { "a": 0, "k": 0, "ix": 10 },
295
+ "p": {
296
+ "a": 1,
297
+ "k": [
298
+ {
299
+ "i": { "x": 0.667, "y": 1 },
300
+ "o": { "x": 0.333, "y": 0 },
301
+ "t": 3,
302
+ "s": [128.5, 37.25, 0],
303
+ "to": [6.75, -16.25, 0],
304
+ "ti": [1.167, 9.22, 0]
305
+ },
306
+ { "t": 18, "s": [116.833, 9.53, 0] }
307
+ ],
308
+ "ix": 2,
309
+ "l": 2
310
+ },
311
+ "a": { "a": 0, "k": [-17.172, 503.828, 0], "ix": 1, "l": 2 },
312
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
313
+ },
314
+ "ao": 0,
315
+ "shapes": [
316
+ {
317
+ "ty": "gr",
318
+ "it": [
319
+ {
320
+ "d": 1,
321
+ "ty": "el",
322
+ "s": { "a": 0, "k": [9.656, 9.656], "ix": 2 },
323
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
324
+ "nm": "Ellipse Path 1",
325
+ "mn": "ADBE Vector Shape - Ellipse",
326
+ "hd": false
327
+ },
328
+ {
329
+ "ty": "fl",
330
+ "c": {
331
+ "a": 1,
332
+ "k": [
333
+ { "t": 3, "s": [1, 1, 1, 1], "h": 1 },
334
+ {
335
+ "t": 5.223,
336
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
337
+ "h": 1
338
+ },
339
+ {
340
+ "t": 7.444,
341
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
342
+ "h": 1
343
+ },
344
+ { "t": 9.667, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
345
+ {
346
+ "t": 11.89,
347
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
348
+ "h": 1
349
+ },
350
+ { "t": 14.11, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
351
+ { "t": 16.333, "s": [1, 1, 1, 1], "h": 1 },
352
+ {
353
+ "t": 18.556,
354
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
355
+ "h": 1
356
+ },
357
+ {
358
+ "t": 20.777,
359
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
360
+ "h": 1
361
+ },
362
+ { "t": 23, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
363
+ {
364
+ "t": 25.223,
365
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
366
+ "h": 1
367
+ },
368
+ { "t": 27.444, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
369
+ { "t": 29.667, "s": [1, 1, 1, 1], "h": 1 },
370
+ {
371
+ "t": 31.89,
372
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
373
+ "h": 1
374
+ },
375
+ {
376
+ "t": 34.11,
377
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
378
+ "h": 1
379
+ },
380
+ { "t": 36.333, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
381
+ {
382
+ "t": 38.556,
383
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
384
+ "h": 1
385
+ },
386
+ { "t": 40.777, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
387
+ { "t": 43, "s": [1, 1, 1, 1], "h": 1 },
388
+ { "t": 45, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
389
+ {
390
+ "t": 47.222,
391
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
392
+ "h": 1
393
+ },
394
+ { "t": 49.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
395
+ {
396
+ "t": 51.667,
397
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
398
+ "h": 1
399
+ },
400
+ { "t": 53.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
401
+ { "t": 56.11, "s": [1, 1, 1, 1], "h": 1 },
402
+ { "t": 58, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
403
+ {
404
+ "t": 60.222,
405
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
406
+ "h": 1
407
+ },
408
+ { "t": 62.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
409
+ {
410
+ "t": 64.667,
411
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
412
+ "h": 1
413
+ },
414
+ { "t": 66.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
415
+ { "t": 69.11, "s": [1, 1, 1, 1], "h": 1 },
416
+ {
417
+ "t": 71.333,
418
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
419
+ "h": 1
420
+ },
421
+ {
422
+ "t": 73.555,
423
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
424
+ "h": 1
425
+ },
426
+ { "t": 75.777, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
427
+ { "t": 78, "s": [0.929411768913, 0.423529416323, 0.937254905701, 1], "h": 1 },
428
+ { "t": 80.222, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
429
+ { "t": 82.444, "s": [1, 1, 1, 1], "h": 1 },
430
+ {
431
+ "t": 84.667,
432
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
433
+ "h": 1
434
+ },
435
+ {
436
+ "t": 86.888,
437
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
438
+ "h": 1
439
+ },
440
+ { "t": 89.11, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
441
+ {
442
+ "t": 91.333,
443
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
444
+ "h": 1
445
+ },
446
+ { "t": 93.555, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
447
+ { "t": 95.777, "s": [1, 1, 1, 1], "h": 1 },
448
+ {
449
+ "t": 97.777,
450
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
451
+ "h": 1
452
+ },
453
+ {
454
+ "t": 99.999,
455
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
456
+ "h": 1
457
+ },
458
+ { "t": 102.222, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
459
+ {
460
+ "t": 104.444,
461
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
462
+ "h": 1
463
+ },
464
+ { "t": 106.665, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
465
+ { "t": 108.888, "s": [1, 1, 1, 1], "h": 1 },
466
+ {
467
+ "t": 111,
468
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
469
+ "h": 1
470
+ },
471
+ {
472
+ "t": 113.222,
473
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
474
+ "h": 1
475
+ },
476
+ { "t": 115.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
477
+ {
478
+ "t": 117.667,
479
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
480
+ "h": 1
481
+ },
482
+ { "t": 119.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
483
+ { "t": 122.11, "s": [1, 1, 1, 1], "h": 1 },
484
+ {
485
+ "t": 124,
486
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
487
+ "h": 1
488
+ },
489
+ {
490
+ "t": 126.222,
491
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
492
+ "h": 1
493
+ },
494
+ { "t": 128.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
495
+ {
496
+ "t": 130.667,
497
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
498
+ "h": 1
499
+ },
500
+ { "t": 132.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
501
+ { "t": 135.11, "s": [1, 1, 1, 1], "h": 1 },
502
+ {
503
+ "t": 137,
504
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
505
+ "h": 1
506
+ },
507
+ {
508
+ "t": 139.222,
509
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
510
+ "h": 1
511
+ },
512
+ { "t": 141.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
513
+ {
514
+ "t": 143.667,
515
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
516
+ "h": 1
517
+ },
518
+ { "t": 145.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
519
+ { "t": 148.1103515625, "s": [1, 1, 1, 1], "h": 1 }
520
+ ],
521
+ "ix": 4
522
+ },
523
+ "o": { "a": 0, "k": 100, "ix": 5 },
524
+ "r": 1,
525
+ "bm": 0,
526
+ "nm": "Fill 1",
527
+ "mn": "ADBE Vector Graphic - Fill",
528
+ "hd": false
529
+ },
530
+ {
531
+ "ty": "tr",
532
+ "p": { "a": 0, "k": [-17.172, 503.828], "ix": 2 },
533
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
534
+ "s": { "a": 0, "k": [50, 50], "ix": 3 },
535
+ "r": { "a": 0, "k": 0, "ix": 6 },
536
+ "o": { "a": 0, "k": 100, "ix": 7 },
537
+ "sk": { "a": 0, "k": 0, "ix": 4 },
538
+ "sa": { "a": 0, "k": 0, "ix": 5 },
539
+ "nm": "Transform"
540
+ }
541
+ ],
542
+ "nm": "Ellipse 1",
543
+ "np": 3,
544
+ "cix": 2,
545
+ "bm": 0,
546
+ "ix": 1,
547
+ "mn": "ADBE Vector Group",
548
+ "hd": false
549
+ }
550
+ ],
551
+ "ip": 3,
552
+ "op": 18,
553
+ "st": -7,
554
+ "bm": 0
555
+ },
556
+ {
557
+ "ddd": 0,
558
+ "ind": 3,
559
+ "ty": 4,
560
+ "nm": "Shape Layer 5",
561
+ "sr": 1,
562
+ "ks": {
563
+ "o": { "a": 0, "k": 100, "ix": 11 },
564
+ "r": { "a": 0, "k": 0, "ix": 10 },
565
+ "p": { "a": 0, "k": [165.58, 23.128, 0], "ix": 2, "l": 2 },
566
+ "a": { "a": 0, "k": [-29.5, 501.796, 0], "ix": 1, "l": 2 },
567
+ "s": { "a": 0, "k": [-100, 100, 100], "ix": 6, "l": 2 }
568
+ },
569
+ "ao": 0,
570
+ "shapes": [
571
+ {
572
+ "ty": "gr",
573
+ "it": [
574
+ {
575
+ "ind": 0,
576
+ "ty": "sh",
577
+ "ix": 1,
578
+ "ks": {
579
+ "a": 0,
580
+ "k": {
581
+ "i": [
582
+ [0, 0],
583
+ [1.75, -10.25],
584
+ [-6.75, -0.75]
585
+ ],
586
+ "o": [
587
+ [0, 0],
588
+ [-0.923, 5.405],
589
+ [3.113, 0.346]
590
+ ],
591
+ "v": [
592
+ [-37.5, 491.75],
593
+ [-26.75, 500],
594
+ [-21.5, 512]
595
+ ],
596
+ "c": false
597
+ },
598
+ "ix": 2
599
+ },
600
+ "nm": "Path 1",
601
+ "mn": "ADBE Vector Shape - Group",
602
+ "hd": false
603
+ },
604
+ {
605
+ "ty": "st",
606
+ "c": {
607
+ "a": 1,
608
+ "k": [
609
+ { "t": 5, "s": [1, 1, 1, 1], "h": 1 },
610
+ {
611
+ "t": 7.223,
612
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
613
+ "h": 1
614
+ },
615
+ {
616
+ "t": 9.444,
617
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
618
+ "h": 1
619
+ },
620
+ { "t": 11.667, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
621
+ {
622
+ "t": 13.89,
623
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
624
+ "h": 1
625
+ },
626
+ { "t": 16.11, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
627
+ { "t": 18.333, "s": [1, 1, 1, 1], "h": 1 },
628
+ {
629
+ "t": 20.556,
630
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
631
+ "h": 1
632
+ },
633
+ {
634
+ "t": 22.777,
635
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
636
+ "h": 1
637
+ },
638
+ { "t": 25, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
639
+ {
640
+ "t": 27.223,
641
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
642
+ "h": 1
643
+ },
644
+ { "t": 29.444, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
645
+ { "t": 31.667, "s": [1, 1, 1, 1], "h": 1 },
646
+ {
647
+ "t": 33.89,
648
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
649
+ "h": 1
650
+ },
651
+ {
652
+ "t": 36.11,
653
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
654
+ "h": 1
655
+ },
656
+ { "t": 38.333, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
657
+ {
658
+ "t": 40.556,
659
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
660
+ "h": 1
661
+ },
662
+ { "t": 42.777, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
663
+ { "t": 45, "s": [1, 1, 1, 1], "h": 1 },
664
+ { "t": 47, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
665
+ {
666
+ "t": 49.222,
667
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
668
+ "h": 1
669
+ },
670
+ { "t": 51.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
671
+ {
672
+ "t": 53.667,
673
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
674
+ "h": 1
675
+ },
676
+ { "t": 55.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
677
+ { "t": 58.11, "s": [1, 1, 1, 1], "h": 1 },
678
+ { "t": 60, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
679
+ {
680
+ "t": 62.222,
681
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
682
+ "h": 1
683
+ },
684
+ { "t": 64.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
685
+ {
686
+ "t": 66.667,
687
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
688
+ "h": 1
689
+ },
690
+ { "t": 68.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
691
+ { "t": 71.11, "s": [1, 1, 1, 1], "h": 1 },
692
+ {
693
+ "t": 73.333,
694
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
695
+ "h": 1
696
+ },
697
+ {
698
+ "t": 75.555,
699
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
700
+ "h": 1
701
+ },
702
+ { "t": 77.777, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
703
+ { "t": 80, "s": [0.929411768913, 0.423529416323, 0.937254905701, 1], "h": 1 },
704
+ { "t": 82.222, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
705
+ { "t": 84.444, "s": [1, 1, 1, 1], "h": 1 },
706
+ {
707
+ "t": 86.667,
708
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
709
+ "h": 1
710
+ },
711
+ {
712
+ "t": 88.888,
713
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
714
+ "h": 1
715
+ },
716
+ { "t": 91.11, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
717
+ {
718
+ "t": 93.333,
719
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
720
+ "h": 1
721
+ },
722
+ { "t": 95.555, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
723
+ { "t": 97.777, "s": [1, 1, 1, 1], "h": 1 },
724
+ {
725
+ "t": 99.777,
726
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
727
+ "h": 1
728
+ },
729
+ {
730
+ "t": 101.999,
731
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
732
+ "h": 1
733
+ },
734
+ { "t": 104.222, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
735
+ {
736
+ "t": 106.444,
737
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
738
+ "h": 1
739
+ },
740
+ { "t": 108.665, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
741
+ { "t": 110.888, "s": [1, 1, 1, 1], "h": 1 },
742
+ {
743
+ "t": 113,
744
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
745
+ "h": 1
746
+ },
747
+ {
748
+ "t": 115.222,
749
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
750
+ "h": 1
751
+ },
752
+ { "t": 117.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
753
+ {
754
+ "t": 119.667,
755
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
756
+ "h": 1
757
+ },
758
+ { "t": 121.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
759
+ { "t": 124.11, "s": [1, 1, 1, 1], "h": 1 },
760
+ {
761
+ "t": 126,
762
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
763
+ "h": 1
764
+ },
765
+ {
766
+ "t": 128.222,
767
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
768
+ "h": 1
769
+ },
770
+ { "t": 130.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
771
+ {
772
+ "t": 132.667,
773
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
774
+ "h": 1
775
+ },
776
+ { "t": 134.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
777
+ { "t": 137.11, "s": [1, 1, 1, 1], "h": 1 },
778
+ {
779
+ "t": 139,
780
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
781
+ "h": 1
782
+ },
783
+ {
784
+ "t": 141.222,
785
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
786
+ "h": 1
787
+ },
788
+ { "t": 143.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
789
+ {
790
+ "t": 145.667,
791
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
792
+ "h": 1
793
+ },
794
+ { "t": 147.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
795
+ { "t": 150.1103515625, "s": [1, 1, 1, 1], "h": 1 }
796
+ ],
797
+ "ix": 3
798
+ },
799
+ "o": { "a": 0, "k": 100, "ix": 4 },
800
+ "w": { "a": 0, "k": 2, "ix": 5 },
801
+ "lc": 2,
802
+ "lj": 2,
803
+ "bm": 0,
804
+ "nm": "Stroke 1",
805
+ "mn": "ADBE Vector Graphic - Stroke",
806
+ "hd": false
807
+ },
808
+ {
809
+ "ty": "tr",
810
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
811
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
812
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
813
+ "r": { "a": 0, "k": 0, "ix": 6 },
814
+ "o": { "a": 0, "k": 100, "ix": 7 },
815
+ "sk": { "a": 0, "k": 0, "ix": 4 },
816
+ "sa": { "a": 0, "k": 0, "ix": 5 },
817
+ "nm": "Transform"
818
+ }
819
+ ],
820
+ "nm": "Shape 1",
821
+ "np": 3,
822
+ "cix": 2,
823
+ "bm": 0,
824
+ "ix": 1,
825
+ "mn": "ADBE Vector Group",
826
+ "hd": false
827
+ },
828
+ {
829
+ "ty": "tm",
830
+ "s": {
831
+ "a": 1,
832
+ "k": [
833
+ {
834
+ "i": { "x": [0.667], "y": [1] },
835
+ "o": { "x": [0.333], "y": [0] },
836
+ "t": 10,
837
+ "s": [100]
838
+ },
839
+ { "t": 20, "s": [0] }
840
+ ],
841
+ "ix": 1
842
+ },
843
+ "e": {
844
+ "a": 1,
845
+ "k": [
846
+ {
847
+ "i": { "x": [0.667], "y": [1] },
848
+ "o": { "x": [0.333], "y": [0] },
849
+ "t": 5,
850
+ "s": [100]
851
+ },
852
+ { "t": 15, "s": [0] }
853
+ ],
854
+ "ix": 2
855
+ },
856
+ "o": { "a": 0, "k": 0, "ix": 3 },
857
+ "m": 1,
858
+ "ix": 2,
859
+ "nm": "Trim Paths 1",
860
+ "mn": "ADBE Vector Filter - Trim",
861
+ "hd": false
862
+ }
863
+ ],
864
+ "ip": 5,
865
+ "op": 20,
866
+ "st": 5,
867
+ "bm": 0
868
+ },
869
+ {
870
+ "ddd": 0,
871
+ "ind": 4,
872
+ "ty": 4,
873
+ "nm": "Shape Layer 4",
874
+ "sr": 1,
875
+ "ks": {
876
+ "o": { "a": 0, "k": 100, "ix": 11 },
877
+ "r": { "a": 0, "k": 0, "ix": 10 },
878
+ "p": { "a": 0, "k": [105.5, 22.046, 0], "ix": 2, "l": 2 },
879
+ "a": { "a": 0, "k": [-29.5, 501.796, 0], "ix": 1, "l": 2 },
880
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
881
+ },
882
+ "ao": 0,
883
+ "shapes": [
884
+ {
885
+ "ty": "gr",
886
+ "it": [
887
+ {
888
+ "ind": 0,
889
+ "ty": "sh",
890
+ "ix": 1,
891
+ "ks": {
892
+ "a": 0,
893
+ "k": {
894
+ "i": [
895
+ [0, 0],
896
+ [1.75, -10.25],
897
+ [-6.75, -0.75]
898
+ ],
899
+ "o": [
900
+ [0, 0],
901
+ [-0.923, 5.405],
902
+ [3.113, 0.346]
903
+ ],
904
+ "v": [
905
+ [-37.5, 491.75],
906
+ [-26.75, 500],
907
+ [-21.5, 512]
908
+ ],
909
+ "c": false
910
+ },
911
+ "ix": 2
912
+ },
913
+ "nm": "Path 1",
914
+ "mn": "ADBE Vector Shape - Group",
915
+ "hd": false
916
+ },
917
+ {
918
+ "ty": "st",
919
+ "c": {
920
+ "a": 1,
921
+ "k": [
922
+ { "t": 0, "s": [1, 1, 1, 1], "h": 1 },
923
+ {
924
+ "t": 2.223,
925
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
926
+ "h": 1
927
+ },
928
+ {
929
+ "t": 4.444,
930
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
931
+ "h": 1
932
+ },
933
+ { "t": 6.667, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
934
+ {
935
+ "t": 8.89,
936
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
937
+ "h": 1
938
+ },
939
+ { "t": 11.11, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
940
+ { "t": 13.333, "s": [1, 1, 1, 1], "h": 1 },
941
+ {
942
+ "t": 15.556,
943
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
944
+ "h": 1
945
+ },
946
+ {
947
+ "t": 17.777,
948
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
949
+ "h": 1
950
+ },
951
+ { "t": 20, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
952
+ {
953
+ "t": 22.223,
954
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
955
+ "h": 1
956
+ },
957
+ { "t": 24.444, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
958
+ { "t": 26.667, "s": [1, 1, 1, 1], "h": 1 },
959
+ {
960
+ "t": 28.89,
961
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
962
+ "h": 1
963
+ },
964
+ {
965
+ "t": 31.11,
966
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
967
+ "h": 1
968
+ },
969
+ { "t": 33.333, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
970
+ {
971
+ "t": 35.556,
972
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
973
+ "h": 1
974
+ },
975
+ { "t": 37.777, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
976
+ { "t": 40, "s": [1, 1, 1, 1], "h": 1 },
977
+ { "t": 42, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
978
+ {
979
+ "t": 44.222,
980
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
981
+ "h": 1
982
+ },
983
+ { "t": 46.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
984
+ {
985
+ "t": 48.667,
986
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
987
+ "h": 1
988
+ },
989
+ { "t": 50.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
990
+ { "t": 53.11, "s": [1, 1, 1, 1], "h": 1 },
991
+ { "t": 55, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
992
+ {
993
+ "t": 57.222,
994
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
995
+ "h": 1
996
+ },
997
+ { "t": 59.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
998
+ {
999
+ "t": 61.667,
1000
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1001
+ "h": 1
1002
+ },
1003
+ { "t": 63.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1004
+ { "t": 66.11, "s": [1, 1, 1, 1], "h": 1 },
1005
+ {
1006
+ "t": 68.333,
1007
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1008
+ "h": 1
1009
+ },
1010
+ {
1011
+ "t": 70.555,
1012
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1013
+ "h": 1
1014
+ },
1015
+ { "t": 72.777, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1016
+ { "t": 75, "s": [0.929411768913, 0.423529416323, 0.937254905701, 1], "h": 1 },
1017
+ { "t": 77.222, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1018
+ { "t": 79.444, "s": [1, 1, 1, 1], "h": 1 },
1019
+ {
1020
+ "t": 81.667,
1021
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1022
+ "h": 1
1023
+ },
1024
+ {
1025
+ "t": 83.888,
1026
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1027
+ "h": 1
1028
+ },
1029
+ { "t": 86.11, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1030
+ {
1031
+ "t": 88.333,
1032
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1033
+ "h": 1
1034
+ },
1035
+ { "t": 90.555, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1036
+ { "t": 92.777, "s": [1, 1, 1, 1], "h": 1 },
1037
+ {
1038
+ "t": 94.777,
1039
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1040
+ "h": 1
1041
+ },
1042
+ {
1043
+ "t": 96.999,
1044
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1045
+ "h": 1
1046
+ },
1047
+ { "t": 99.222, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1048
+ {
1049
+ "t": 101.444,
1050
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1051
+ "h": 1
1052
+ },
1053
+ { "t": 103.665, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1054
+ { "t": 105.888, "s": [1, 1, 1, 1], "h": 1 },
1055
+ {
1056
+ "t": 108,
1057
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1058
+ "h": 1
1059
+ },
1060
+ {
1061
+ "t": 110.222,
1062
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1063
+ "h": 1
1064
+ },
1065
+ { "t": 112.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1066
+ {
1067
+ "t": 114.667,
1068
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1069
+ "h": 1
1070
+ },
1071
+ { "t": 116.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1072
+ { "t": 119.11, "s": [1, 1, 1, 1], "h": 1 },
1073
+ {
1074
+ "t": 121,
1075
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1076
+ "h": 1
1077
+ },
1078
+ {
1079
+ "t": 123.222,
1080
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1081
+ "h": 1
1082
+ },
1083
+ { "t": 125.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1084
+ {
1085
+ "t": 127.667,
1086
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1087
+ "h": 1
1088
+ },
1089
+ { "t": 129.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1090
+ { "t": 132.11, "s": [1, 1, 1, 1], "h": 1 },
1091
+ {
1092
+ "t": 134,
1093
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1094
+ "h": 1
1095
+ },
1096
+ {
1097
+ "t": 136.222,
1098
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1099
+ "h": 1
1100
+ },
1101
+ { "t": 138.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1102
+ {
1103
+ "t": 140.667,
1104
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1105
+ "h": 1
1106
+ },
1107
+ { "t": 142.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1108
+ { "t": 145.1103515625, "s": [1, 1, 1, 1], "h": 1 }
1109
+ ],
1110
+ "ix": 3
1111
+ },
1112
+ "o": { "a": 0, "k": 100, "ix": 4 },
1113
+ "w": { "a": 0, "k": 2, "ix": 5 },
1114
+ "lc": 2,
1115
+ "lj": 2,
1116
+ "bm": 0,
1117
+ "nm": "Stroke 1",
1118
+ "mn": "ADBE Vector Graphic - Stroke",
1119
+ "hd": false
1120
+ },
1121
+ {
1122
+ "ty": "tr",
1123
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1124
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1125
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1126
+ "r": { "a": 0, "k": 0, "ix": 6 },
1127
+ "o": { "a": 0, "k": 100, "ix": 7 },
1128
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1129
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1130
+ "nm": "Transform"
1131
+ }
1132
+ ],
1133
+ "nm": "Shape 1",
1134
+ "np": 3,
1135
+ "cix": 2,
1136
+ "bm": 0,
1137
+ "ix": 1,
1138
+ "mn": "ADBE Vector Group",
1139
+ "hd": false
1140
+ },
1141
+ {
1142
+ "ty": "tm",
1143
+ "s": {
1144
+ "a": 1,
1145
+ "k": [
1146
+ {
1147
+ "i": { "x": [0.667], "y": [1] },
1148
+ "o": { "x": [0.333], "y": [0] },
1149
+ "t": 5,
1150
+ "s": [100]
1151
+ },
1152
+ { "t": 15, "s": [0] }
1153
+ ],
1154
+ "ix": 1
1155
+ },
1156
+ "e": {
1157
+ "a": 1,
1158
+ "k": [
1159
+ {
1160
+ "i": { "x": [0.667], "y": [1] },
1161
+ "o": { "x": [0.333], "y": [0] },
1162
+ "t": 0,
1163
+ "s": [100]
1164
+ },
1165
+ { "t": 10, "s": [0] }
1166
+ ],
1167
+ "ix": 2
1168
+ },
1169
+ "o": { "a": 0, "k": 0, "ix": 3 },
1170
+ "m": 1,
1171
+ "ix": 2,
1172
+ "nm": "Trim Paths 1",
1173
+ "mn": "ADBE Vector Filter - Trim",
1174
+ "hd": false
1175
+ }
1176
+ ],
1177
+ "ip": 0,
1178
+ "op": 15,
1179
+ "st": 0,
1180
+ "bm": 0
1181
+ }
1182
+ ]
1183
+ }
1184
+ ],
1185
+ "layers": [
1186
+ {
1187
+ "ddd": 0,
1188
+ "ind": 1,
1189
+ "ty": 4,
1190
+ "nm": "TARGET ACHIEVED! Outlines",
1191
+ "sr": 1,
1192
+ "ks": {
1193
+ "o": { "a": 0, "k": 100, "ix": 11 },
1194
+ "r": { "a": 0, "k": 0, "ix": 10 },
1195
+ "p": {
1196
+ "a": 1,
1197
+ "k": [
1198
+ {
1199
+ "i": { "x": 0.61, "y": 1 },
1200
+ "o": { "x": 0, "y": 0 },
1201
+ "t": 0,
1202
+ "s": [100.514, 99.763, 0],
1203
+ "to": [0, 0, 0],
1204
+ "ti": [0, 0, 0]
1205
+ },
1206
+ {
1207
+ "i": { "x": 0.405, "y": 1 },
1208
+ "o": { "x": 0.458, "y": 0 },
1209
+ "t": 4,
1210
+ "s": [100.514, 105.883, 0],
1211
+ "to": [0, 0, 0],
1212
+ "ti": [0, 0, 0]
1213
+ },
1214
+ { "t": 20, "s": [100.514, 100.783, 0] }
1215
+ ],
1216
+ "ix": 2,
1217
+ "l": 2
1218
+ },
1219
+ "a": { "a": 0, "k": [-0.182, -4.23, 0], "ix": 1, "l": 2 },
1220
+ "s": { "a": 0, "k": [102, 102, 100], "ix": 6, "l": 2 }
1221
+ },
1222
+ "ao": 0,
1223
+ "ef": [
1224
+ {
1225
+ "ty": 21,
1226
+ "nm": "Fill",
1227
+ "np": 9,
1228
+ "mn": "ADBE Fill",
1229
+ "ix": 1,
1230
+ "en": 1,
1231
+ "ef": [
1232
+ {
1233
+ "ty": 10,
1234
+ "nm": "Fill Mask",
1235
+ "mn": "ADBE Fill-0001",
1236
+ "ix": 1,
1237
+ "v": { "a": 0, "k": 0, "ix": 1 }
1238
+ },
1239
+ {
1240
+ "ty": 7,
1241
+ "nm": "All Masks",
1242
+ "mn": "ADBE Fill-0007",
1243
+ "ix": 2,
1244
+ "v": { "a": 0, "k": 0, "ix": 2 }
1245
+ },
1246
+ {
1247
+ "ty": 2,
1248
+ "nm": "Color",
1249
+ "mn": "ADBE Fill-0002",
1250
+ "ix": 3,
1251
+ "v": {
1252
+ "a": 1,
1253
+ "k": [
1254
+ {
1255
+ "i": { "x": [0.833], "y": [0.833] },
1256
+ "o": { "x": [0.167], "y": [0.167] },
1257
+ "t": 0,
1258
+ "s": [1, 0.717647075653, 0, 1]
1259
+ },
1260
+ {
1261
+ "i": { "x": [0.833], "y": [0.833] },
1262
+ "o": { "x": [0.167], "y": [0.167] },
1263
+ "t": 8,
1264
+ "s": [1, 0.533333361149, 0.298039227724, 1]
1265
+ },
1266
+ {
1267
+ "i": { "x": [0.833], "y": [0.833] },
1268
+ "o": { "x": [0.167], "y": [0.167] },
1269
+ "t": 16,
1270
+ "s": [1, 0.501960813999, 0.956862747669, 1]
1271
+ },
1272
+ {
1273
+ "i": { "x": [0.833], "y": [0.833] },
1274
+ "o": { "x": [0.167], "y": [0.167] },
1275
+ "t": 32,
1276
+ "s": [0.20000000298, 0.800000011921, 1, 1]
1277
+ },
1278
+ {
1279
+ "i": { "x": [0.833], "y": [0.833] },
1280
+ "o": { "x": [0.167], "y": [0.167] },
1281
+ "t": 40,
1282
+ "s": [1, 0.717647075653, 0, 1]
1283
+ },
1284
+ {
1285
+ "i": { "x": [0.833], "y": [0.833] },
1286
+ "o": { "x": [0.167], "y": [0.167] },
1287
+ "t": 48,
1288
+ "s": [1, 0.533333361149, 0.298039227724, 1]
1289
+ },
1290
+ {
1291
+ "i": { "x": [0.833], "y": [0.833] },
1292
+ "o": { "x": [0.167], "y": [0.167] },
1293
+ "t": 56,
1294
+ "s": [1, 0.501960813999, 0.956862747669, 1]
1295
+ },
1296
+ {
1297
+ "i": { "x": [0.833], "y": [0.833] },
1298
+ "o": { "x": [0.167], "y": [0.167] },
1299
+ "t": 72,
1300
+ "s": [0.20000000298, 0.800000011921, 1, 1]
1301
+ },
1302
+ {
1303
+ "i": { "x": [0.833], "y": [0.833] },
1304
+ "o": { "x": [0.167], "y": [0.167] },
1305
+ "t": 80,
1306
+ "s": [1, 0.717647075653, 0, 1]
1307
+ },
1308
+ {
1309
+ "i": { "x": [0.833], "y": [0.833] },
1310
+ "o": { "x": [0.167], "y": [0.167] },
1311
+ "t": 88,
1312
+ "s": [1, 0.533333361149, 0.298039227724, 1]
1313
+ },
1314
+ {
1315
+ "i": { "x": [0.833], "y": [0.833] },
1316
+ "o": { "x": [0.167], "y": [0.167] },
1317
+ "t": 96,
1318
+ "s": [1, 0.501960813999, 0.956862747669, 1]
1319
+ },
1320
+ {
1321
+ "i": { "x": [0.833], "y": [0.833] },
1322
+ "o": { "x": [0.167], "y": [0.167] },
1323
+ "t": 112,
1324
+ "s": [0.20000000298, 0.800000011921, 1, 1]
1325
+ },
1326
+ { "t": 120, "s": [1, 0.717647075653, 0, 1] }
1327
+ ],
1328
+ "ix": 3
1329
+ }
1330
+ },
1331
+ {
1332
+ "ty": 7,
1333
+ "nm": "Invert",
1334
+ "mn": "ADBE Fill-0006",
1335
+ "ix": 4,
1336
+ "v": { "a": 0, "k": 0, "ix": 4 }
1337
+ },
1338
+ {
1339
+ "ty": 0,
1340
+ "nm": "Horizontal Feather",
1341
+ "mn": "ADBE Fill-0003",
1342
+ "ix": 5,
1343
+ "v": { "a": 0, "k": 0, "ix": 5 }
1344
+ },
1345
+ {
1346
+ "ty": 0,
1347
+ "nm": "Vertical Feather",
1348
+ "mn": "ADBE Fill-0004",
1349
+ "ix": 6,
1350
+ "v": { "a": 0, "k": 0, "ix": 6 }
1351
+ },
1352
+ {
1353
+ "ty": 0,
1354
+ "nm": "Opacity",
1355
+ "mn": "ADBE Fill-0005",
1356
+ "ix": 7,
1357
+ "v": { "a": 0, "k": 1, "ix": 7 }
1358
+ }
1359
+ ]
1360
+ }
1361
+ ],
1362
+ "shapes": [
1363
+ {
1364
+ "ty": "gr",
1365
+ "it": [
1366
+ {
1367
+ "ind": 0,
1368
+ "ty": "sh",
1369
+ "ix": 1,
1370
+ "ks": {
1371
+ "a": 0,
1372
+ "k": {
1373
+ "i": [
1374
+ [0, 0],
1375
+ [0, 0],
1376
+ [0, 0],
1377
+ [0, 0],
1378
+ [0, 0],
1379
+ [0, 0],
1380
+ [0, 0],
1381
+ [0, 0]
1382
+ ],
1383
+ "o": [
1384
+ [0, 0],
1385
+ [0, 0],
1386
+ [0, 0],
1387
+ [0, 0],
1388
+ [0, 0],
1389
+ [0, 0],
1390
+ [0, 0],
1391
+ [0, 0]
1392
+ ],
1393
+ "v": [
1394
+ [-56.153, -6.84],
1395
+ [-53.421, -6.84],
1396
+ [-53.421, 0],
1397
+ [-51.729, 0],
1398
+ [-51.729, -6.84],
1399
+ [-48.998, -6.84],
1400
+ [-48.998, -8.459],
1401
+ [-56.153, -8.459]
1402
+ ],
1403
+ "c": true
1404
+ },
1405
+ "ix": 2
1406
+ },
1407
+ "nm": "T",
1408
+ "mn": "ADBE Vector Shape - Group",
1409
+ "hd": false
1410
+ },
1411
+ {
1412
+ "ty": "fl",
1413
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
1414
+ "o": { "a": 0, "k": 100, "ix": 5 },
1415
+ "r": 1,
1416
+ "bm": 0,
1417
+ "nm": "Fill 1",
1418
+ "mn": "ADBE Vector Graphic - Fill",
1419
+ "hd": false
1420
+ },
1421
+ {
1422
+ "ty": "tr",
1423
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1424
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1425
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1426
+ "r": { "a": 0, "k": 0, "ix": 6 },
1427
+ "o": { "a": 0, "k": 100, "ix": 7 },
1428
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1429
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1430
+ "nm": "Transform"
1431
+ }
1432
+ ],
1433
+ "nm": "T",
1434
+ "np": 3,
1435
+ "cix": 2,
1436
+ "bm": 0,
1437
+ "ix": 1,
1438
+ "mn": "ADBE Vector Group",
1439
+ "hd": false
1440
+ },
1441
+ {
1442
+ "ty": "gr",
1443
+ "it": [
1444
+ {
1445
+ "ind": 0,
1446
+ "ty": "sh",
1447
+ "ix": 1,
1448
+ "ks": {
1449
+ "a": 0,
1450
+ "k": {
1451
+ "i": [
1452
+ [0, 0],
1453
+ [0, 0],
1454
+ [0, 0],
1455
+ [0, 0],
1456
+ [0, 0],
1457
+ [0, 0],
1458
+ [0, 0],
1459
+ [0, 0]
1460
+ ],
1461
+ "o": [
1462
+ [0, 0],
1463
+ [0, 0],
1464
+ [0, 0],
1465
+ [0, 0],
1466
+ [0, 0],
1467
+ [0, 0],
1468
+ [0, 0],
1469
+ [0, 0]
1470
+ ],
1471
+ "v": [
1472
+ [-50.033, 0],
1473
+ [-48.184, 0],
1474
+ [-47.386, -2.006],
1475
+ [-43.833, -2.006],
1476
+ [-43.024, 0],
1477
+ [-41.163, 0],
1478
+ [-44.607, -8.459],
1479
+ [-46.613, -8.459]
1480
+ ],
1481
+ "c": true
1482
+ },
1483
+ "ix": 2
1484
+ },
1485
+ "nm": "A",
1486
+ "mn": "ADBE Vector Shape - Group",
1487
+ "hd": false
1488
+ },
1489
+ {
1490
+ "ind": 1,
1491
+ "ty": "sh",
1492
+ "ix": 2,
1493
+ "ks": {
1494
+ "a": 0,
1495
+ "k": {
1496
+ "i": [
1497
+ [0, 0],
1498
+ [0, 0],
1499
+ [0, 0]
1500
+ ],
1501
+ "o": [
1502
+ [0, 0],
1503
+ [0, 0],
1504
+ [0, 0]
1505
+ ],
1506
+ "v": [
1507
+ [-46.734, -3.625],
1508
+ [-45.61, -6.441],
1509
+ [-44.474, -3.625]
1510
+ ],
1511
+ "c": true
1512
+ },
1513
+ "ix": 2
1514
+ },
1515
+ "nm": "A",
1516
+ "mn": "ADBE Vector Shape - Group",
1517
+ "hd": false
1518
+ },
1519
+ {
1520
+ "ty": "mm",
1521
+ "mm": 1,
1522
+ "nm": "Merge Paths 1",
1523
+ "mn": "ADBE Vector Filter - Merge",
1524
+ "hd": false
1525
+ },
1526
+ {
1527
+ "ty": "fl",
1528
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
1529
+ "o": { "a": 0, "k": 100, "ix": 5 },
1530
+ "r": 1,
1531
+ "bm": 0,
1532
+ "nm": "Fill 1",
1533
+ "mn": "ADBE Vector Graphic - Fill",
1534
+ "hd": false
1535
+ },
1536
+ {
1537
+ "ty": "tr",
1538
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1539
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1540
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1541
+ "r": { "a": 0, "k": 0, "ix": 6 },
1542
+ "o": { "a": 0, "k": 100, "ix": 7 },
1543
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1544
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1545
+ "nm": "Transform"
1546
+ }
1547
+ ],
1548
+ "nm": "A",
1549
+ "np": 5,
1550
+ "cix": 2,
1551
+ "bm": 0,
1552
+ "ix": 2,
1553
+ "mn": "ADBE Vector Group",
1554
+ "hd": false
1555
+ },
1556
+ {
1557
+ "ty": "gr",
1558
+ "it": [
1559
+ {
1560
+ "ind": 0,
1561
+ "ty": "sh",
1562
+ "ix": 1,
1563
+ "ks": {
1564
+ "a": 0,
1565
+ "k": {
1566
+ "i": [
1567
+ [0, 0],
1568
+ [0, 0],
1569
+ [0, 0],
1570
+ [0, 0],
1571
+ [0, 0],
1572
+ [0, 0],
1573
+ [0, 0],
1574
+ [0, 1.136],
1575
+ [1.656, 0],
1576
+ [0, 0]
1577
+ ],
1578
+ "o": [
1579
+ [0, 0],
1580
+ [0, 0],
1581
+ [0, 0],
1582
+ [0, 0],
1583
+ [0, 0],
1584
+ [0, 0],
1585
+ [0.955, -0.411],
1586
+ [0, -1.559],
1587
+ [0, 0],
1588
+ [0, 0]
1589
+ ],
1590
+ "v": [
1591
+ [-40.453, 0],
1592
+ [-38.762, 0],
1593
+ [-38.762, -3.13],
1594
+ [-37.082, -3.13],
1595
+ [-35.619, 0.012],
1596
+ [-33.783, 0.012],
1597
+ [-35.39, -3.36],
1598
+ [-33.879, -5.801],
1599
+ [-36.61, -8.459],
1600
+ [-40.453, -8.459]
1601
+ ],
1602
+ "c": true
1603
+ },
1604
+ "ix": 2
1605
+ },
1606
+ "nm": "R",
1607
+ "mn": "ADBE Vector Shape - Group",
1608
+ "hd": false
1609
+ },
1610
+ {
1611
+ "ind": 1,
1612
+ "ty": "sh",
1613
+ "ix": 2,
1614
+ "ks": {
1615
+ "a": 0,
1616
+ "k": {
1617
+ "i": [
1618
+ [0, 0],
1619
+ [0, 0],
1620
+ [0, 0],
1621
+ [0, -0.665],
1622
+ [0.713, 0]
1623
+ ],
1624
+ "o": [
1625
+ [0, 0],
1626
+ [0, 0],
1627
+ [0.713, 0],
1628
+ [0, 0.677],
1629
+ [0, 0]
1630
+ ],
1631
+ "v": [
1632
+ [-38.762, -4.749],
1633
+ [-38.762, -6.84],
1634
+ [-36.731, -6.84],
1635
+ [-35.571, -5.801],
1636
+ [-36.731, -4.749]
1637
+ ],
1638
+ "c": true
1639
+ },
1640
+ "ix": 2
1641
+ },
1642
+ "nm": "R",
1643
+ "mn": "ADBE Vector Shape - Group",
1644
+ "hd": false
1645
+ },
1646
+ {
1647
+ "ty": "mm",
1648
+ "mm": 1,
1649
+ "nm": "Merge Paths 1",
1650
+ "mn": "ADBE Vector Filter - Merge",
1651
+ "hd": false
1652
+ },
1653
+ {
1654
+ "ty": "fl",
1655
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
1656
+ "o": { "a": 0, "k": 100, "ix": 5 },
1657
+ "r": 1,
1658
+ "bm": 0,
1659
+ "nm": "Fill 1",
1660
+ "mn": "ADBE Vector Graphic - Fill",
1661
+ "hd": false
1662
+ },
1663
+ {
1664
+ "ty": "tr",
1665
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1666
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1667
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1668
+ "r": { "a": 0, "k": 0, "ix": 6 },
1669
+ "o": { "a": 0, "k": 100, "ix": 7 },
1670
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1671
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1672
+ "nm": "Transform"
1673
+ }
1674
+ ],
1675
+ "nm": "R",
1676
+ "np": 5,
1677
+ "cix": 2,
1678
+ "bm": 0,
1679
+ "ix": 3,
1680
+ "mn": "ADBE Vector Group",
1681
+ "hd": false
1682
+ },
1683
+ {
1684
+ "ty": "gr",
1685
+ "it": [
1686
+ {
1687
+ "ind": 0,
1688
+ "ty": "sh",
1689
+ "ix": 1,
1690
+ "ks": {
1691
+ "a": 0,
1692
+ "k": {
1693
+ "i": [
1694
+ [0, -2.502],
1695
+ [-2.381, 0],
1696
+ [-0.532, 0.665],
1697
+ [0, 0],
1698
+ [0, 0],
1699
+ [0, 0],
1700
+ [0, 0],
1701
+ [0, 0],
1702
+ [0, 0],
1703
+ [0.834, 0],
1704
+ [0, 1.656],
1705
+ [-1.631, 0],
1706
+ [-0.181, -1.039],
1707
+ [0, 0],
1708
+ [1.958, 0]
1709
+ ],
1710
+ "o": [
1711
+ [0, 2.538],
1712
+ [1.221, 0],
1713
+ [0, 0],
1714
+ [0, 0],
1715
+ [0, 0],
1716
+ [0, 0],
1717
+ [0, 0],
1718
+ [0, 0],
1719
+ [-0.423, 0.641],
1720
+ [-1.668, 0],
1721
+ [0, -1.523],
1722
+ [1.16, 0],
1723
+ [0, 0],
1724
+ [-0.326, -1.68],
1725
+ [-2.635, 0]
1726
+ ],
1727
+ "v": [
1728
+ [-33.147, -4.218],
1729
+ [-29.05, 0.181],
1730
+ [-26.439, -0.943],
1731
+ [-26.439, 0],
1732
+ [-24.953, 0],
1733
+ [-24.953, -3.988],
1734
+ [-28.578, -3.988],
1735
+ [-28.578, -2.453],
1736
+ [-26.705, -2.453],
1737
+ [-28.699, -1.438],
1738
+ [-31.455, -4.242],
1739
+ [-28.808, -7.021],
1740
+ [-26.693, -5.281],
1741
+ [-25.11, -5.837],
1742
+ [-28.796, -8.641]
1743
+ ],
1744
+ "c": true
1745
+ },
1746
+ "ix": 2
1747
+ },
1748
+ "nm": "G",
1749
+ "mn": "ADBE Vector Shape - Group",
1750
+ "hd": false
1751
+ },
1752
+ {
1753
+ "ty": "fl",
1754
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
1755
+ "o": { "a": 0, "k": 100, "ix": 5 },
1756
+ "r": 1,
1757
+ "bm": 0,
1758
+ "nm": "Fill 1",
1759
+ "mn": "ADBE Vector Graphic - Fill",
1760
+ "hd": false
1761
+ },
1762
+ {
1763
+ "ty": "tr",
1764
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1765
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1766
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1767
+ "r": { "a": 0, "k": 0, "ix": 6 },
1768
+ "o": { "a": 0, "k": 100, "ix": 7 },
1769
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1770
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1771
+ "nm": "Transform"
1772
+ }
1773
+ ],
1774
+ "nm": "G",
1775
+ "np": 3,
1776
+ "cix": 2,
1777
+ "bm": 0,
1778
+ "ix": 4,
1779
+ "mn": "ADBE Vector Group",
1780
+ "hd": false
1781
+ },
1782
+ {
1783
+ "ty": "gr",
1784
+ "it": [
1785
+ {
1786
+ "ind": 0,
1787
+ "ty": "sh",
1788
+ "ix": 1,
1789
+ "ks": {
1790
+ "a": 0,
1791
+ "k": {
1792
+ "i": [
1793
+ [0, 0],
1794
+ [0, 0],
1795
+ [0, 0],
1796
+ [0, 0],
1797
+ [0, 0],
1798
+ [0, 0],
1799
+ [0, 0],
1800
+ [0, 0],
1801
+ [0, 0],
1802
+ [0, 0],
1803
+ [0, 0],
1804
+ [0, 0]
1805
+ ],
1806
+ "o": [
1807
+ [0, 0],
1808
+ [0, 0],
1809
+ [0, 0],
1810
+ [0, 0],
1811
+ [0, 0],
1812
+ [0, 0],
1813
+ [0, 0],
1814
+ [0, 0],
1815
+ [0, 0],
1816
+ [0, 0],
1817
+ [0, 0],
1818
+ [0, 0]
1819
+ ],
1820
+ "v": [
1821
+ [-23.869, 0],
1822
+ [-17.815, 0],
1823
+ [-17.815, -1.619],
1824
+ [-22.178, -1.619],
1825
+ [-22.178, -3.517],
1826
+ [-18.31, -3.517],
1827
+ [-18.31, -5.136],
1828
+ [-22.178, -5.136],
1829
+ [-22.178, -6.84],
1830
+ [-17.815, -6.84],
1831
+ [-17.815, -8.459],
1832
+ [-23.869, -8.459]
1833
+ ],
1834
+ "c": true
1835
+ },
1836
+ "ix": 2
1837
+ },
1838
+ "nm": "E",
1839
+ "mn": "ADBE Vector Shape - Group",
1840
+ "hd": false
1841
+ },
1842
+ {
1843
+ "ty": "fl",
1844
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
1845
+ "o": { "a": 0, "k": 100, "ix": 5 },
1846
+ "r": 1,
1847
+ "bm": 0,
1848
+ "nm": "Fill 1",
1849
+ "mn": "ADBE Vector Graphic - Fill",
1850
+ "hd": false
1851
+ },
1852
+ {
1853
+ "ty": "tr",
1854
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1855
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1856
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1857
+ "r": { "a": 0, "k": 0, "ix": 6 },
1858
+ "o": { "a": 0, "k": 100, "ix": 7 },
1859
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1860
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1861
+ "nm": "Transform"
1862
+ }
1863
+ ],
1864
+ "nm": "E",
1865
+ "np": 3,
1866
+ "cix": 2,
1867
+ "bm": 0,
1868
+ "ix": 5,
1869
+ "mn": "ADBE Vector Group",
1870
+ "hd": false
1871
+ },
1872
+ {
1873
+ "ty": "gr",
1874
+ "it": [
1875
+ {
1876
+ "ind": 0,
1877
+ "ty": "sh",
1878
+ "ix": 1,
1879
+ "ks": {
1880
+ "a": 0,
1881
+ "k": {
1882
+ "i": [
1883
+ [0, 0],
1884
+ [0, 0],
1885
+ [0, 0],
1886
+ [0, 0],
1887
+ [0, 0],
1888
+ [0, 0],
1889
+ [0, 0],
1890
+ [0, 0]
1891
+ ],
1892
+ "o": [
1893
+ [0, 0],
1894
+ [0, 0],
1895
+ [0, 0],
1896
+ [0, 0],
1897
+ [0, 0],
1898
+ [0, 0],
1899
+ [0, 0],
1900
+ [0, 0]
1901
+ ],
1902
+ "v": [
1903
+ [-17.237, -6.84],
1904
+ [-14.505, -6.84],
1905
+ [-14.505, 0],
1906
+ [-12.813, 0],
1907
+ [-12.813, -6.84],
1908
+ [-10.082, -6.84],
1909
+ [-10.082, -8.459],
1910
+ [-17.237, -8.459]
1911
+ ],
1912
+ "c": true
1913
+ },
1914
+ "ix": 2
1915
+ },
1916
+ "nm": "T",
1917
+ "mn": "ADBE Vector Shape - Group",
1918
+ "hd": false
1919
+ },
1920
+ {
1921
+ "ty": "fl",
1922
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
1923
+ "o": { "a": 0, "k": 100, "ix": 5 },
1924
+ "r": 1,
1925
+ "bm": 0,
1926
+ "nm": "Fill 1",
1927
+ "mn": "ADBE Vector Graphic - Fill",
1928
+ "hd": false
1929
+ },
1930
+ {
1931
+ "ty": "tr",
1932
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1933
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1934
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1935
+ "r": { "a": 0, "k": 0, "ix": 6 },
1936
+ "o": { "a": 0, "k": 100, "ix": 7 },
1937
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1938
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1939
+ "nm": "Transform"
1940
+ }
1941
+ ],
1942
+ "nm": "T",
1943
+ "np": 3,
1944
+ "cix": 2,
1945
+ "bm": 0,
1946
+ "ix": 6,
1947
+ "mn": "ADBE Vector Group",
1948
+ "hd": false
1949
+ },
1950
+ {
1951
+ "ty": "gr",
1952
+ "it": [
1953
+ {
1954
+ "ind": 0,
1955
+ "ty": "sh",
1956
+ "ix": 1,
1957
+ "ks": {
1958
+ "a": 0,
1959
+ "k": {
1960
+ "i": [
1961
+ [0, 0],
1962
+ [0, 0],
1963
+ [0, 0],
1964
+ [0, 0],
1965
+ [0, 0],
1966
+ [0, 0],
1967
+ [0, 0],
1968
+ [0, 0]
1969
+ ],
1970
+ "o": [
1971
+ [0, 0],
1972
+ [0, 0],
1973
+ [0, 0],
1974
+ [0, 0],
1975
+ [0, 0],
1976
+ [0, 0],
1977
+ [0, 0],
1978
+ [0, 0]
1979
+ ],
1980
+ "v": [
1981
+ [-7.013, 0],
1982
+ [-5.164, 0],
1983
+ [-4.366, -2.006],
1984
+ [-0.813, -2.006],
1985
+ [-0.004, 0],
1986
+ [1.857, 0],
1987
+ [-1.587, -8.459],
1988
+ [-3.593, -8.459]
1989
+ ],
1990
+ "c": true
1991
+ },
1992
+ "ix": 2
1993
+ },
1994
+ "nm": "A",
1995
+ "mn": "ADBE Vector Shape - Group",
1996
+ "hd": false
1997
+ },
1998
+ {
1999
+ "ind": 1,
2000
+ "ty": "sh",
2001
+ "ix": 2,
2002
+ "ks": {
2003
+ "a": 0,
2004
+ "k": {
2005
+ "i": [
2006
+ [0, 0],
2007
+ [0, 0],
2008
+ [0, 0]
2009
+ ],
2010
+ "o": [
2011
+ [0, 0],
2012
+ [0, 0],
2013
+ [0, 0]
2014
+ ],
2015
+ "v": [
2016
+ [-3.714, -3.625],
2017
+ [-2.59, -6.441],
2018
+ [-1.454, -3.625]
2019
+ ],
2020
+ "c": true
2021
+ },
2022
+ "ix": 2
2023
+ },
2024
+ "nm": "A",
2025
+ "mn": "ADBE Vector Shape - Group",
2026
+ "hd": false
2027
+ },
2028
+ {
2029
+ "ty": "mm",
2030
+ "mm": 1,
2031
+ "nm": "Merge Paths 1",
2032
+ "mn": "ADBE Vector Filter - Merge",
2033
+ "hd": false
2034
+ },
2035
+ {
2036
+ "ty": "fl",
2037
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
2038
+ "o": { "a": 0, "k": 100, "ix": 5 },
2039
+ "r": 1,
2040
+ "bm": 0,
2041
+ "nm": "Fill 1",
2042
+ "mn": "ADBE Vector Graphic - Fill",
2043
+ "hd": false
2044
+ },
2045
+ {
2046
+ "ty": "tr",
2047
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2048
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2049
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2050
+ "r": { "a": 0, "k": 0, "ix": 6 },
2051
+ "o": { "a": 0, "k": 100, "ix": 7 },
2052
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2053
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2054
+ "nm": "Transform"
2055
+ }
2056
+ ],
2057
+ "nm": "A",
2058
+ "np": 5,
2059
+ "cix": 2,
2060
+ "bm": 0,
2061
+ "ix": 7,
2062
+ "mn": "ADBE Vector Group",
2063
+ "hd": false
2064
+ },
2065
+ {
2066
+ "ty": "gr",
2067
+ "it": [
2068
+ {
2069
+ "ind": 0,
2070
+ "ty": "sh",
2071
+ "ix": 1,
2072
+ "ks": {
2073
+ "a": 0,
2074
+ "k": {
2075
+ "i": [
2076
+ [0, -2.502],
2077
+ [-2.659, 0],
2078
+ [-0.218, 1.922],
2079
+ [0, 0],
2080
+ [1.233, 0],
2081
+ [0, 1.728],
2082
+ [-1.535, 0],
2083
+ [-0.181, -1.039],
2084
+ [0, 0],
2085
+ [1.922, 0]
2086
+ ],
2087
+ "o": [
2088
+ [0, 2.526],
2089
+ [2.079, 0],
2090
+ [0, 0],
2091
+ [-0.133, 1.233],
2092
+ [-1.607, 0],
2093
+ [0, -1.462],
2094
+ [1.16, 0],
2095
+ [0, 0],
2096
+ [-0.326, -1.68],
2097
+ [-2.586, 0]
2098
+ ],
2099
+ "v": [
2100
+ [1.761, -4.206],
2101
+ [6.172, 0.181],
2102
+ [10.136, -3.094],
2103
+ [8.505, -3.468],
2104
+ [6.124, -1.438],
2105
+ [3.453, -4.351],
2106
+ [6.027, -7.021],
2107
+ [8.166, -5.281],
2108
+ [9.677, -5.837],
2109
+ [6.04, -8.641]
2110
+ ],
2111
+ "c": true
2112
+ },
2113
+ "ix": 2
2114
+ },
2115
+ "nm": "C",
2116
+ "mn": "ADBE Vector Shape - Group",
2117
+ "hd": false
2118
+ },
2119
+ {
2120
+ "ty": "fl",
2121
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
2122
+ "o": { "a": 0, "k": 100, "ix": 5 },
2123
+ "r": 1,
2124
+ "bm": 0,
2125
+ "nm": "Fill 1",
2126
+ "mn": "ADBE Vector Graphic - Fill",
2127
+ "hd": false
2128
+ },
2129
+ {
2130
+ "ty": "tr",
2131
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2132
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2133
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2134
+ "r": { "a": 0, "k": 0, "ix": 6 },
2135
+ "o": { "a": 0, "k": 100, "ix": 7 },
2136
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2137
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2138
+ "nm": "Transform"
2139
+ }
2140
+ ],
2141
+ "nm": "C",
2142
+ "np": 3,
2143
+ "cix": 2,
2144
+ "bm": 0,
2145
+ "ix": 8,
2146
+ "mn": "ADBE Vector Group",
2147
+ "hd": false
2148
+ },
2149
+ {
2150
+ "ty": "gr",
2151
+ "it": [
2152
+ {
2153
+ "ind": 0,
2154
+ "ty": "sh",
2155
+ "ix": 1,
2156
+ "ks": {
2157
+ "a": 0,
2158
+ "k": {
2159
+ "i": [
2160
+ [0, 0],
2161
+ [0, 0],
2162
+ [0, 0],
2163
+ [0, 0],
2164
+ [0, 0],
2165
+ [0, 0],
2166
+ [0, 0],
2167
+ [0, 0],
2168
+ [0, 0],
2169
+ [0, 0],
2170
+ [0, 0],
2171
+ [0, 0]
2172
+ ],
2173
+ "o": [
2174
+ [0, 0],
2175
+ [0, 0],
2176
+ [0, 0],
2177
+ [0, 0],
2178
+ [0, 0],
2179
+ [0, 0],
2180
+ [0, 0],
2181
+ [0, 0],
2182
+ [0, 0],
2183
+ [0, 0],
2184
+ [0, 0],
2185
+ [0, 0]
2186
+ ],
2187
+ "v": [
2188
+ [10.955, 0],
2189
+ [12.646, 0],
2190
+ [12.646, -3.517],
2191
+ [16.502, -3.517],
2192
+ [16.502, 0],
2193
+ [18.193, 0],
2194
+ [18.193, -8.459],
2195
+ [16.502, -8.459],
2196
+ [16.502, -5.136],
2197
+ [12.646, -5.136],
2198
+ [12.646, -8.459],
2199
+ [10.955, -8.459]
2200
+ ],
2201
+ "c": true
2202
+ },
2203
+ "ix": 2
2204
+ },
2205
+ "nm": "H",
2206
+ "mn": "ADBE Vector Shape - Group",
2207
+ "hd": false
2208
+ },
2209
+ {
2210
+ "ty": "fl",
2211
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
2212
+ "o": { "a": 0, "k": 100, "ix": 5 },
2213
+ "r": 1,
2214
+ "bm": 0,
2215
+ "nm": "Fill 1",
2216
+ "mn": "ADBE Vector Graphic - Fill",
2217
+ "hd": false
2218
+ },
2219
+ {
2220
+ "ty": "tr",
2221
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2222
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2223
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2224
+ "r": { "a": 0, "k": 0, "ix": 6 },
2225
+ "o": { "a": 0, "k": 100, "ix": 7 },
2226
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2227
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2228
+ "nm": "Transform"
2229
+ }
2230
+ ],
2231
+ "nm": "H",
2232
+ "np": 3,
2233
+ "cix": 2,
2234
+ "bm": 0,
2235
+ "ix": 9,
2236
+ "mn": "ADBE Vector Group",
2237
+ "hd": false
2238
+ },
2239
+ {
2240
+ "ty": "gr",
2241
+ "it": [
2242
+ {
2243
+ "ind": 0,
2244
+ "ty": "sh",
2245
+ "ix": 1,
2246
+ "ks": {
2247
+ "a": 0,
2248
+ "k": {
2249
+ "i": [
2250
+ [0, 0],
2251
+ [0, 0],
2252
+ [0, 0],
2253
+ [0, 0]
2254
+ ],
2255
+ "o": [
2256
+ [0, 0],
2257
+ [0, 0],
2258
+ [0, 0],
2259
+ [0, 0]
2260
+ ],
2261
+ "v": [
2262
+ [19.415, 0],
2263
+ [21.106, 0],
2264
+ [21.106, -8.459],
2265
+ [19.415, -8.459]
2266
+ ],
2267
+ "c": true
2268
+ },
2269
+ "ix": 2
2270
+ },
2271
+ "nm": "I",
2272
+ "mn": "ADBE Vector Shape - Group",
2273
+ "hd": false
2274
+ },
2275
+ {
2276
+ "ty": "fl",
2277
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
2278
+ "o": { "a": 0, "k": 100, "ix": 5 },
2279
+ "r": 1,
2280
+ "bm": 0,
2281
+ "nm": "Fill 1",
2282
+ "mn": "ADBE Vector Graphic - Fill",
2283
+ "hd": false
2284
+ },
2285
+ {
2286
+ "ty": "tr",
2287
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2288
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2289
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2290
+ "r": { "a": 0, "k": 0, "ix": 6 },
2291
+ "o": { "a": 0, "k": 100, "ix": 7 },
2292
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2293
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2294
+ "nm": "Transform"
2295
+ }
2296
+ ],
2297
+ "nm": "I",
2298
+ "np": 3,
2299
+ "cix": 2,
2300
+ "bm": 0,
2301
+ "ix": 10,
2302
+ "mn": "ADBE Vector Group",
2303
+ "hd": false
2304
+ },
2305
+ {
2306
+ "ty": "gr",
2307
+ "it": [
2308
+ {
2309
+ "ind": 0,
2310
+ "ty": "sh",
2311
+ "ix": 1,
2312
+ "ks": {
2313
+ "a": 0,
2314
+ "k": {
2315
+ "i": [
2316
+ [0, 0],
2317
+ [0, 0],
2318
+ [0, 0],
2319
+ [0, 0],
2320
+ [0, 0],
2321
+ [0, 0],
2322
+ [0, 0],
2323
+ [0, 0],
2324
+ [0, 0],
2325
+ [0, 0],
2326
+ [0, 0],
2327
+ [0, 0]
2328
+ ],
2329
+ "o": [
2330
+ [0, 0],
2331
+ [0, 0],
2332
+ [0, 0],
2333
+ [0, 0],
2334
+ [0, 0],
2335
+ [0, 0],
2336
+ [0, 0],
2337
+ [0, 0],
2338
+ [0, 0],
2339
+ [0, 0],
2340
+ [0, 0],
2341
+ [0, 0]
2342
+ ],
2343
+ "v": [
2344
+ [22.367, 0],
2345
+ [28.421, 0],
2346
+ [28.421, -1.619],
2347
+ [24.058, -1.619],
2348
+ [24.058, -3.517],
2349
+ [27.926, -3.517],
2350
+ [27.926, -5.136],
2351
+ [24.058, -5.136],
2352
+ [24.058, -6.84],
2353
+ [28.421, -6.84],
2354
+ [28.421, -8.459],
2355
+ [22.367, -8.459]
2356
+ ],
2357
+ "c": true
2358
+ },
2359
+ "ix": 2
2360
+ },
2361
+ "nm": "E",
2362
+ "mn": "ADBE Vector Shape - Group",
2363
+ "hd": false
2364
+ },
2365
+ {
2366
+ "ty": "fl",
2367
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
2368
+ "o": { "a": 0, "k": 100, "ix": 5 },
2369
+ "r": 1,
2370
+ "bm": 0,
2371
+ "nm": "Fill 1",
2372
+ "mn": "ADBE Vector Graphic - Fill",
2373
+ "hd": false
2374
+ },
2375
+ {
2376
+ "ty": "tr",
2377
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2378
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2379
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2380
+ "r": { "a": 0, "k": 0, "ix": 6 },
2381
+ "o": { "a": 0, "k": 100, "ix": 7 },
2382
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2383
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2384
+ "nm": "Transform"
2385
+ }
2386
+ ],
2387
+ "nm": "E",
2388
+ "np": 3,
2389
+ "cix": 2,
2390
+ "bm": 0,
2391
+ "ix": 11,
2392
+ "mn": "ADBE Vector Group",
2393
+ "hd": false
2394
+ },
2395
+ {
2396
+ "ty": "gr",
2397
+ "it": [
2398
+ {
2399
+ "ind": 0,
2400
+ "ty": "sh",
2401
+ "ix": 1,
2402
+ "ks": {
2403
+ "a": 0,
2404
+ "k": {
2405
+ "i": [
2406
+ [0, 0],
2407
+ [0, 0],
2408
+ [0, 0],
2409
+ [0, 0],
2410
+ [0, 0],
2411
+ [0, 0],
2412
+ [0, 0]
2413
+ ],
2414
+ "o": [
2415
+ [0, 0],
2416
+ [0, 0],
2417
+ [0, 0],
2418
+ [0, 0],
2419
+ [0, 0],
2420
+ [0, 0],
2421
+ [0, 0]
2422
+ ],
2423
+ "v": [
2424
+ [28.951, -8.459],
2425
+ [32.202, 0],
2426
+ [34.293, 0],
2427
+ [37.555, -8.459],
2428
+ [35.67, -8.459],
2429
+ [33.241, -2.067],
2430
+ [30.812, -8.459]
2431
+ ],
2432
+ "c": true
2433
+ },
2434
+ "ix": 2
2435
+ },
2436
+ "nm": "V",
2437
+ "mn": "ADBE Vector Shape - Group",
2438
+ "hd": false
2439
+ },
2440
+ {
2441
+ "ty": "fl",
2442
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
2443
+ "o": { "a": 0, "k": 100, "ix": 5 },
2444
+ "r": 1,
2445
+ "bm": 0,
2446
+ "nm": "Fill 1",
2447
+ "mn": "ADBE Vector Graphic - Fill",
2448
+ "hd": false
2449
+ },
2450
+ {
2451
+ "ty": "tr",
2452
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2453
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2454
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2455
+ "r": { "a": 0, "k": 0, "ix": 6 },
2456
+ "o": { "a": 0, "k": 100, "ix": 7 },
2457
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2458
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2459
+ "nm": "Transform"
2460
+ }
2461
+ ],
2462
+ "nm": "V",
2463
+ "np": 3,
2464
+ "cix": 2,
2465
+ "bm": 0,
2466
+ "ix": 12,
2467
+ "mn": "ADBE Vector Group",
2468
+ "hd": false
2469
+ },
2470
+ {
2471
+ "ty": "gr",
2472
+ "it": [
2473
+ {
2474
+ "ind": 0,
2475
+ "ty": "sh",
2476
+ "ix": 1,
2477
+ "ks": {
2478
+ "a": 0,
2479
+ "k": {
2480
+ "i": [
2481
+ [0, 0],
2482
+ [0, 0],
2483
+ [0, 0],
2484
+ [0, 0],
2485
+ [0, 0],
2486
+ [0, 0],
2487
+ [0, 0],
2488
+ [0, 0],
2489
+ [0, 0],
2490
+ [0, 0],
2491
+ [0, 0],
2492
+ [0, 0]
2493
+ ],
2494
+ "o": [
2495
+ [0, 0],
2496
+ [0, 0],
2497
+ [0, 0],
2498
+ [0, 0],
2499
+ [0, 0],
2500
+ [0, 0],
2501
+ [0, 0],
2502
+ [0, 0],
2503
+ [0, 0],
2504
+ [0, 0],
2505
+ [0, 0],
2506
+ [0, 0]
2507
+ ],
2508
+ "v": [
2509
+ [38.267, 0],
2510
+ [44.321, 0],
2511
+ [44.321, -1.619],
2512
+ [39.958, -1.619],
2513
+ [39.958, -3.517],
2514
+ [43.826, -3.517],
2515
+ [43.826, -5.136],
2516
+ [39.958, -5.136],
2517
+ [39.958, -6.84],
2518
+ [44.321, -6.84],
2519
+ [44.321, -8.459],
2520
+ [38.267, -8.459]
2521
+ ],
2522
+ "c": true
2523
+ },
2524
+ "ix": 2
2525
+ },
2526
+ "nm": "E",
2527
+ "mn": "ADBE Vector Shape - Group",
2528
+ "hd": false
2529
+ },
2530
+ {
2531
+ "ty": "fl",
2532
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
2533
+ "o": { "a": 0, "k": 100, "ix": 5 },
2534
+ "r": 1,
2535
+ "bm": 0,
2536
+ "nm": "Fill 1",
2537
+ "mn": "ADBE Vector Graphic - Fill",
2538
+ "hd": false
2539
+ },
2540
+ {
2541
+ "ty": "tr",
2542
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2543
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2544
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2545
+ "r": { "a": 0, "k": 0, "ix": 6 },
2546
+ "o": { "a": 0, "k": 100, "ix": 7 },
2547
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2548
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2549
+ "nm": "Transform"
2550
+ }
2551
+ ],
2552
+ "nm": "E",
2553
+ "np": 3,
2554
+ "cix": 2,
2555
+ "bm": 0,
2556
+ "ix": 13,
2557
+ "mn": "ADBE Vector Group",
2558
+ "hd": false
2559
+ },
2560
+ {
2561
+ "ty": "gr",
2562
+ "it": [
2563
+ {
2564
+ "ind": 0,
2565
+ "ty": "sh",
2566
+ "ix": 1,
2567
+ "ks": {
2568
+ "a": 0,
2569
+ "k": {
2570
+ "i": [
2571
+ [0, 0],
2572
+ [0, 0],
2573
+ [0, 2.369],
2574
+ [2.405, 0],
2575
+ [0, 0]
2576
+ ],
2577
+ "o": [
2578
+ [0, 0],
2579
+ [2.405, 0],
2580
+ [0, -2.369],
2581
+ [0, 0],
2582
+ [0, 0]
2583
+ ],
2584
+ "v": [
2585
+ [45.359, 0],
2586
+ [48.622, 0],
2587
+ [52.67, -4.218],
2588
+ [48.622, -8.459],
2589
+ [45.359, -8.459]
2590
+ ],
2591
+ "c": true
2592
+ },
2593
+ "ix": 2
2594
+ },
2595
+ "nm": "D",
2596
+ "mn": "ADBE Vector Shape - Group",
2597
+ "hd": false
2598
+ },
2599
+ {
2600
+ "ind": 1,
2601
+ "ty": "sh",
2602
+ "ix": 2,
2603
+ "ks": {
2604
+ "a": 0,
2605
+ "k": {
2606
+ "i": [
2607
+ [0, 0],
2608
+ [0, 0],
2609
+ [0, 0],
2610
+ [0, -1.462],
2611
+ [1.354, 0]
2612
+ ],
2613
+ "o": [
2614
+ [0, 0],
2615
+ [0, 0],
2616
+ [1.354, 0],
2617
+ [0, 1.462],
2618
+ [0, 0]
2619
+ ],
2620
+ "v": [
2621
+ [47.05, -1.704],
2622
+ [47.05, -6.755],
2623
+ [48.597, -6.755],
2624
+ [50.918, -4.218],
2625
+ [48.597, -1.704]
2626
+ ],
2627
+ "c": true
2628
+ },
2629
+ "ix": 2
2630
+ },
2631
+ "nm": "D",
2632
+ "mn": "ADBE Vector Shape - Group",
2633
+ "hd": false
2634
+ },
2635
+ {
2636
+ "ty": "mm",
2637
+ "mm": 1,
2638
+ "nm": "Merge Paths 1",
2639
+ "mn": "ADBE Vector Filter - Merge",
2640
+ "hd": false
2641
+ },
2642
+ {
2643
+ "ty": "fl",
2644
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
2645
+ "o": { "a": 0, "k": 100, "ix": 5 },
2646
+ "r": 1,
2647
+ "bm": 0,
2648
+ "nm": "Fill 1",
2649
+ "mn": "ADBE Vector Graphic - Fill",
2650
+ "hd": false
2651
+ },
2652
+ {
2653
+ "ty": "tr",
2654
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2655
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2656
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2657
+ "r": { "a": 0, "k": 0, "ix": 6 },
2658
+ "o": { "a": 0, "k": 100, "ix": 7 },
2659
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2660
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2661
+ "nm": "Transform"
2662
+ }
2663
+ ],
2664
+ "nm": "D",
2665
+ "np": 5,
2666
+ "cix": 2,
2667
+ "bm": 0,
2668
+ "ix": 14,
2669
+ "mn": "ADBE Vector Group",
2670
+ "hd": false
2671
+ },
2672
+ {
2673
+ "ty": "gr",
2674
+ "it": [
2675
+ {
2676
+ "ind": 0,
2677
+ "ty": "sh",
2678
+ "ix": 1,
2679
+ "ks": {
2680
+ "a": 0,
2681
+ "k": {
2682
+ "i": [
2683
+ [0, 0],
2684
+ [0, 0],
2685
+ [0, 0],
2686
+ [0, 0]
2687
+ ],
2688
+ "o": [
2689
+ [0, 0],
2690
+ [0, 0],
2691
+ [0, 0],
2692
+ [0, 0]
2693
+ ],
2694
+ "v": [
2695
+ [53.915, -2.78],
2696
+ [55.607, -2.78],
2697
+ [55.607, -8.459],
2698
+ [53.915, -8.459]
2699
+ ],
2700
+ "c": true
2701
+ },
2702
+ "ix": 2
2703
+ },
2704
+ "nm": "!",
2705
+ "mn": "ADBE Vector Shape - Group",
2706
+ "hd": false
2707
+ },
2708
+ {
2709
+ "ind": 1,
2710
+ "ty": "sh",
2711
+ "ix": 2,
2712
+ "ks": {
2713
+ "a": 0,
2714
+ "k": {
2715
+ "i": [
2716
+ [0, -0.556],
2717
+ [-0.604, 0],
2718
+ [0, 0.592],
2719
+ [0.544, 0]
2720
+ ],
2721
+ "o": [
2722
+ [0, 0.592],
2723
+ [0.544, 0],
2724
+ [0, -0.556],
2725
+ [-0.604, 0]
2726
+ ],
2727
+ "v": [
2728
+ [53.734, -0.955],
2729
+ [54.786, 0.097],
2730
+ [55.789, -0.955],
2731
+ [54.786, -1.97]
2732
+ ],
2733
+ "c": true
2734
+ },
2735
+ "ix": 2
2736
+ },
2737
+ "nm": "!",
2738
+ "mn": "ADBE Vector Shape - Group",
2739
+ "hd": false
2740
+ },
2741
+ {
2742
+ "ty": "mm",
2743
+ "mm": 1,
2744
+ "nm": "Merge Paths 1",
2745
+ "mn": "ADBE Vector Filter - Merge",
2746
+ "hd": false
2747
+ },
2748
+ {
2749
+ "ty": "fl",
2750
+ "c": { "a": 0, "k": [1, 0.717649990905, 0, 1], "ix": 4 },
2751
+ "o": { "a": 0, "k": 100, "ix": 5 },
2752
+ "r": 1,
2753
+ "bm": 0,
2754
+ "nm": "Fill 1",
2755
+ "mn": "ADBE Vector Graphic - Fill",
2756
+ "hd": false
2757
+ },
2758
+ {
2759
+ "ty": "tr",
2760
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2761
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2762
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2763
+ "r": { "a": 0, "k": 0, "ix": 6 },
2764
+ "o": { "a": 0, "k": 100, "ix": 7 },
2765
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2766
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2767
+ "nm": "Transform"
2768
+ }
2769
+ ],
2770
+ "nm": "!",
2771
+ "np": 5,
2772
+ "cix": 2,
2773
+ "bm": 0,
2774
+ "ix": 15,
2775
+ "mn": "ADBE Vector Group",
2776
+ "hd": false
2777
+ }
2778
+ ],
2779
+ "ip": 0,
2780
+ "op": 120,
2781
+ "st": -56,
2782
+ "bm": 0
2783
+ },
2784
+ {
2785
+ "ddd": 0,
2786
+ "ind": 2,
2787
+ "ty": 0,
2788
+ "nm": "CONFETTI",
2789
+ "refId": "comp_0",
2790
+ "sr": 1,
2791
+ "ks": {
2792
+ "o": { "a": 0, "k": 100, "ix": 11 },
2793
+ "r": { "a": 0, "k": 90, "ix": 10 },
2794
+ "p": { "a": 0, "k": [113.81, 110.998, 0], "ix": 2, "l": 2 },
2795
+ "a": { "a": 0, "k": [135, 135, 0], "ix": 1, "l": 2 },
2796
+ "s": { "a": 0, "k": [56.1, 56.1, 100], "ix": 6, "l": 2 }
2797
+ },
2798
+ "ao": 0,
2799
+ "w": 270,
2800
+ "h": 270,
2801
+ "ip": 0,
2802
+ "op": 24,
2803
+ "st": 0,
2804
+ "bm": 0
2805
+ },
2806
+ {
2807
+ "ddd": 0,
2808
+ "ind": 3,
2809
+ "ty": 0,
2810
+ "nm": "CONFETTI",
2811
+ "refId": "comp_0",
2812
+ "sr": 1,
2813
+ "ks": {
2814
+ "o": { "a": 0, "k": 100, "ix": 11 },
2815
+ "r": { "a": 0, "k": -82, "ix": 10 },
2816
+ "p": { "a": 0, "k": [83.72, 97.228, 0], "ix": 2, "l": 2 },
2817
+ "a": { "a": 0, "k": [135, 135, 0], "ix": 1, "l": 2 },
2818
+ "s": { "a": 0, "k": [51, 51, 100], "ix": 6, "l": 2 }
2819
+ },
2820
+ "ao": 0,
2821
+ "w": 270,
2822
+ "h": 270,
2823
+ "ip": 2,
2824
+ "op": 26,
2825
+ "st": 2,
2826
+ "bm": 0
2827
+ }
2828
+ ],
2829
+ "markers": []
2830
+ }