@cuemath/leap 2.8.25-rj-5 → 2.8.26

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 (263) hide show
  1. package/dist/assets/lottie/lottie.js +61 -0
  2. package/dist/assets/lottie/lottie.js.map +1 -0
  3. package/dist/features/analytics-events/platform-events-student.js +5 -6
  4. package/dist/features/analytics-events/platform-events-student.js.map +1 -1
  5. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js +81 -79
  6. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js.map +1 -1
  7. package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js +16 -17
  8. package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js.map +1 -1
  9. package/dist/features/circle-games/game-launcher/game-launcher.js +61 -65
  10. package/dist/features/circle-games/game-launcher/game-launcher.js.map +1 -1
  11. package/dist/features/circle-games/games/web-view/web-view-types.js.map +1 -1
  12. package/dist/features/circle-games/leaderboard/comps/banner/banner.js +35 -53
  13. package/dist/features/circle-games/leaderboard/comps/banner/banner.js.map +1 -1
  14. package/dist/features/circle-games/leaderboard/leaderboard-styled.js +16 -20
  15. package/dist/features/circle-games/leaderboard/leaderboard-styled.js.map +1 -1
  16. package/dist/features/circle-games/leaderboard/leaderboard.js +77 -131
  17. package/dist/features/circle-games/leaderboard/leaderboard.js.map +1 -1
  18. package/dist/features/circle-games/sign-up/comp/circular-steps/circular-steps.js +40 -41
  19. package/dist/features/circle-games/sign-up/comp/circular-steps/circular-steps.js.map +1 -1
  20. package/dist/features/circle-games/sign-up/comp/spinner/spinner-styled.js +4 -8
  21. package/dist/features/circle-games/sign-up/comp/spinner/spinner-styled.js.map +1 -1
  22. package/dist/features/circle-games/sign-up/comp/spinner/spinner.js +6 -23
  23. package/dist/features/circle-games/sign-up/comp/spinner/spinner.js.map +1 -1
  24. package/dist/features/circle-games/sign-up/comp/splash-screen/splash-screen.js +40 -35
  25. package/dist/features/circle-games/sign-up/comp/splash-screen/splash-screen.js.map +1 -1
  26. package/dist/features/journey/journey-id/journey-id-student.js +1 -1
  27. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  28. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/difficulty-and-duration-selection.js +2 -2
  29. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-card-lottie-animation.js +8 -23
  30. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-card-lottie-animation.js.map +1 -1
  31. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-radio-card.js +11 -11
  32. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-radio-card.js.map +1 -1
  33. package/dist/features/milestone/milestone-tests/tests-creation/utils/index.js +37 -43
  34. package/dist/features/milestone/milestone-tests/tests-creation/utils/index.js.map +1 -1
  35. package/dist/features/post-game-stats/accuracy/accuracy.js +38 -34
  36. package/dist/features/post-game-stats/accuracy/accuracy.js.map +1 -1
  37. package/dist/features/post-game-stats/clock/clock.js +43 -39
  38. package/dist/features/post-game-stats/clock/clock.js.map +1 -1
  39. package/dist/features/post-game-stats/points/points.js +43 -44
  40. package/dist/features/post-game-stats/points/points.js.map +1 -1
  41. package/dist/features/post-game-stats/streak/streak.js +30 -28
  42. package/dist/features/post-game-stats/streak/streak.js.map +1 -1
  43. package/dist/features/trial-session/comps/av-panels/teacher-av-panel/teacher-av-panel.js +56 -54
  44. package/dist/features/trial-session/comps/av-panels/teacher-av-panel/teacher-av-panel.js.map +1 -1
  45. package/dist/features/trial-session/comps/parent-app/parent-app.js +25 -20
  46. package/dist/features/trial-session/comps/parent-app/parent-app.js.map +1 -1
  47. package/dist/features/trial-session/comps/school-goals/school-goals-view.js +4 -4
  48. package/dist/features/trial-session/comps/school-goals/school-goals-view.js.map +1 -1
  49. package/dist/features/trial-session/comps/session-insights/session-insights.js +40 -39
  50. package/dist/features/trial-session/comps/session-insights/session-insights.js.map +1 -1
  51. package/dist/features/trial-session/comps/trial-circle-game/trial-circle-game.js +38 -39
  52. package/dist/features/trial-session/comps/trial-circle-game/trial-circle-game.js.map +1 -1
  53. package/dist/features/trial-session/trial-session-types.js.map +1 -1
  54. package/dist/features/trial-session/trial-session-view.js +95 -81
  55. package/dist/features/trial-session/trial-session-view.js.map +1 -1
  56. package/dist/features/ui/loader/circular-loader/circular-loader.js +16 -20
  57. package/dist/features/ui/loader/circular-loader/circular-loader.js.map +1 -1
  58. package/dist/features/ui/lottie-animation/helper.js +13 -0
  59. package/dist/features/ui/lottie-animation/helper.js.map +1 -0
  60. package/dist/features/ui/lottie-animation/lottie-animation.js +37 -0
  61. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -0
  62. package/dist/features/ui/nudge/nudge-styled.js +4 -8
  63. package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
  64. package/dist/features/ui/nudge/nudge.js +13 -30
  65. package/dist/features/ui/nudge/nudge.js.map +1 -1
  66. package/dist/features/ui/perfect-hits/perfect-hits-helpers.js +22 -20
  67. package/dist/features/ui/perfect-hits/perfect-hits-helpers.js.map +1 -1
  68. package/dist/features/worksheet/constants/events.js +2 -1
  69. package/dist/features/worksheet/constants/events.js.map +1 -1
  70. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js +25 -48
  71. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js.map +1 -1
  72. package/dist/features/worksheet/worksheet/worksheet-question/header/validated-animation.js +12 -26
  73. package/dist/features/worksheet/worksheet/worksheet-question/header/validated-animation.js.map +1 -1
  74. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js +4 -0
  75. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js.map +1 -1
  76. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +250 -219
  77. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
  78. package/dist/features/worksheet/worksheet/worksheet.js +33 -32
  79. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  80. package/dist/index.d.ts +62 -17
  81. package/dist/index.js +313 -313
  82. package/dist/static/accuracy-meter.99585cba.json +4218 -0
  83. package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
  84. package/dist/static/beginner1x.489908a7.json +3508 -0
  85. package/dist/static/bronze-1.da4e4b5f.json +4176 -0
  86. package/dist/static/bronze-2.97f9c639.json +4433 -0
  87. package/dist/static/bronze-3.6a433ebd.json +4786 -0
  88. package/dist/static/circular-loader.a5a1a0a6.json +238 -0
  89. package/dist/static/clock-30min.eae818b8.json +1197 -0
  90. package/dist/static/clock-45min.df8adf51.json +1197 -0
  91. package/dist/static/clock-60min.2b48d875.json +1197 -0
  92. package/dist/static/clock-90min.3e557ed7.json +1407 -0
  93. package/dist/static/color-1.45101b9a.json +4545 -0
  94. package/dist/static/color-2.ccdc7d0a.json +4828 -0
  95. package/dist/static/color-3.5e8e1422.json +5273 -0
  96. package/dist/static/difficult.6846c064.json +2755 -0
  97. package/dist/static/easy-rescheduling-lottie.28026af9.json +9301 -0
  98. package/dist/static/easy.68242ddd.json +2658 -0
  99. package/dist/static/elite-circle.3df58972.json +6876 -0
  100. package/dist/static/error-lottie.b3507a4b.json +5255 -0
  101. package/dist/static/familiar1x.7c9c7f15.json +3046 -0
  102. package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
  103. package/dist/static/five-min-clock.6be5cc41.json +721 -0
  104. package/dist/static/gold-1.ab2489fe.json +4176 -0
  105. package/dist/static/gold-2.34045826.json +4441 -0
  106. package/dist/static/gold-3.d704698b.json +4810 -0
  107. package/dist/static/levelup-rings.b1055283.json +549 -0
  108. package/dist/static/medium.94c3829b.json +2289 -0
  109. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  110. package/dist/static/point1.b53831de.json +2942 -0
  111. package/dist/static/point10.7b5e536d.json +3179 -0
  112. package/dist/static/point100.1df16f82.json +3196 -0
  113. package/dist/static/point15.fea00c32.json +3179 -0
  114. package/dist/static/point20.c88d776d.json +3178 -0
  115. package/dist/static/point25.a18c346a.json +3178 -0
  116. package/dist/static/point30.c5224b0b.json +3202 -0
  117. package/dist/static/point35.fad343dd.json +3058 -0
  118. package/dist/static/point40.10a16f72.json +3082 -0
  119. package/dist/static/point45.2ad7561f.json +3082 -0
  120. package/dist/static/point5.da40ed1f.json +2948 -0
  121. package/dist/static/point50.5718cb3d.json +3046 -0
  122. package/dist/static/point60.17380d9f.json +3076 -0
  123. package/dist/static/proficient1x.fa6e7b80.json +3430 -0
  124. package/dist/static/silver-1.0396328a.json +4168 -0
  125. package/dist/static/silver-2.bf50615f.json +4433 -0
  126. package/dist/static/silver-3.13d66b84.json +4810 -0
  127. package/dist/static/sleepy-boi.031a1165.json +1008 -0
  128. package/dist/static/spinner-white.639e0d87.json +122 -0
  129. package/dist/static/splash-screen.bbf567ce.json +2411 -0
  130. package/dist/static/stay-connected-lottie.111439b3.json +3547 -0
  131. package/dist/static/teacher-validation.7577ecdc.json +245 -0
  132. package/dist/static/total-streak.d5ce7669.json +842 -0
  133. package/dist/static/total-time-spent.434005d3.json +200 -0
  134. package/dist/static/total-time.d979cbb9.json +24383 -0
  135. package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
  136. package/dist/static/track-progress-lottie.422108cf.json +2972 -0
  137. package/package.json +1 -1
  138. package/dist/assets/lotties/circle/100pts.json.js +0 -7957
  139. package/dist/assets/lotties/circle/100pts.json.js.map +0 -1
  140. package/dist/assets/lotties/circle/10pts.json.js +0 -7753
  141. package/dist/assets/lotties/circle/10pts.json.js.map +0 -1
  142. package/dist/assets/lotties/circle/15pts.json.js +0 -7879
  143. package/dist/assets/lotties/circle/15pts.json.js.map +0 -1
  144. package/dist/assets/lotties/circle/1pts.json.js +0 -7257
  145. package/dist/assets/lotties/circle/1pts.json.js.map +0 -1
  146. package/dist/assets/lotties/circle/20pts.json.js +0 -7845
  147. package/dist/assets/lotties/circle/20pts.json.js.map +0 -1
  148. package/dist/assets/lotties/circle/25pts.json.js +0 -7971
  149. package/dist/assets/lotties/circle/25pts.json.js.map +0 -1
  150. package/dist/assets/lotties/circle/30pts.json.js +0 -7941
  151. package/dist/assets/lotties/circle/30pts.json.js.map +0 -1
  152. package/dist/assets/lotties/circle/35pts.json.js +0 -7881
  153. package/dist/assets/lotties/circle/35pts.json.js.map +0 -1
  154. package/dist/assets/lotties/circle/40pts.json.js +0 -7725
  155. package/dist/assets/lotties/circle/40pts.json.js.map +0 -1
  156. package/dist/assets/lotties/circle/45pts.json.js +0 -7851
  157. package/dist/assets/lotties/circle/45pts.json.js.map +0 -1
  158. package/dist/assets/lotties/circle/50pts.json.js +0 -7707
  159. package/dist/assets/lotties/circle/50pts.json.js.map +0 -1
  160. package/dist/assets/lotties/circle/5pts.json.js +0 -7420
  161. package/dist/assets/lotties/circle/5pts.json.js.map +0 -1
  162. package/dist/assets/lotties/circle/60pts.json.js +0 -7701
  163. package/dist/assets/lotties/circle/60pts.json.js.map +0 -1
  164. package/dist/assets/lotties/circle/accuracy-meter-lottie.json.js +0 -6811
  165. package/dist/assets/lotties/circle/accuracy-meter-lottie.json.js.map +0 -1
  166. package/dist/assets/lotties/circle/accuracy-needle-lottie.json.js +0 -1503
  167. package/dist/assets/lotties/circle/accuracy-needle-lottie.json.js.map +0 -1
  168. package/dist/assets/lotties/circle/circular-loader.json.js +0 -635
  169. package/dist/assets/lotties/circle/circular-loader.json.js.map +0 -1
  170. package/dist/assets/lotties/circle/elite-circle-lottie.json.js +0 -12079
  171. package/dist/assets/lotties/circle/elite-circle-lottie.json.js.map +0 -1
  172. package/dist/assets/lotties/circle/levelup-rings-lottie.json.js +0 -1412
  173. package/dist/assets/lotties/circle/levelup-rings-lottie.json.js.map +0 -1
  174. package/dist/assets/lotties/circle/sleepy-boi-lottie.json.js +0 -2632
  175. package/dist/assets/lotties/circle/sleepy-boi-lottie.json.js.map +0 -1
  176. package/dist/assets/lotties/circle/spinner-white.json.js +0 -316
  177. package/dist/assets/lotties/circle/spinner-white.json.js.map +0 -1
  178. package/dist/assets/lotties/circle/splash-screen.json.js +0 -5864
  179. package/dist/assets/lotties/circle/splash-screen.json.js.map +0 -1
  180. package/dist/assets/lotties/circle/total-streak-lottie.json.js +0 -2103
  181. package/dist/assets/lotties/circle/total-streak-lottie.json.js.map +0 -1
  182. package/dist/assets/lotties/circle/total-time-lottie.json.js +0 -33016
  183. package/dist/assets/lotties/circle/total-time-lottie.json.js.map +0 -1
  184. package/dist/assets/lotties/circle/total-time-spent-lottie.json.js +0 -260
  185. package/dist/assets/lotties/circle/total-time-spent-lottie.json.js.map +0 -1
  186. package/dist/assets/lotties/circle/tournament-ripple-lottie.json.js +0 -1563
  187. package/dist/assets/lotties/circle/tournament-ripple-lottie.json.js.map +0 -1
  188. package/dist/assets/lotties/common/nudge-tap.json.js +0 -3597
  189. package/dist/assets/lotties/common/nudge-tap.json.js.map +0 -1
  190. package/dist/assets/lotties/error-lottie.json.js +0 -12755
  191. package/dist/assets/lotties/error-lottie.json.js.map +0 -1
  192. package/dist/assets/lotties/perfect-hits/bronze-1.json.js +0 -10871
  193. package/dist/assets/lotties/perfect-hits/bronze-1.json.js.map +0 -1
  194. package/dist/assets/lotties/perfect-hits/bronze-2.json.js +0 -11389
  195. package/dist/assets/lotties/perfect-hits/bronze-2.json.js.map +0 -1
  196. package/dist/assets/lotties/perfect-hits/bronze-3.json.js +0 -12169
  197. package/dist/assets/lotties/perfect-hits/bronze-3.json.js.map +0 -1
  198. package/dist/assets/lotties/perfect-hits/color-1.json.js +0 -12348
  199. package/dist/assets/lotties/perfect-hits/color-1.json.js.map +0 -1
  200. package/dist/assets/lotties/perfect-hits/color-2.json.js +0 -12941
  201. package/dist/assets/lotties/perfect-hits/color-2.json.js.map +0 -1
  202. package/dist/assets/lotties/perfect-hits/color-3.json.js +0 -14034
  203. package/dist/assets/lotties/perfect-hits/color-3.json.js.map +0 -1
  204. package/dist/assets/lotties/perfect-hits/gold-1.json.js +0 -10871
  205. package/dist/assets/lotties/perfect-hits/gold-1.json.js.map +0 -1
  206. package/dist/assets/lotties/perfect-hits/gold-2.json.js +0 -11389
  207. package/dist/assets/lotties/perfect-hits/gold-2.json.js.map +0 -1
  208. package/dist/assets/lotties/perfect-hits/gold-3.json.js +0 -12169
  209. package/dist/assets/lotties/perfect-hits/gold-3.json.js.map +0 -1
  210. package/dist/assets/lotties/perfect-hits/silver-1.json.js +0 -10871
  211. package/dist/assets/lotties/perfect-hits/silver-1.json.js.map +0 -1
  212. package/dist/assets/lotties/perfect-hits/silver-2.json.js +0 -11389
  213. package/dist/assets/lotties/perfect-hits/silver-2.json.js.map +0 -1
  214. package/dist/assets/lotties/perfect-hits/silver-3.json.js +0 -12169
  215. package/dist/assets/lotties/perfect-hits/silver-3.json.js.map +0 -1
  216. package/dist/assets/lotties/teacher-validation.json.js +0 -649
  217. package/dist/assets/lotties/teacher-validation.json.js.map +0 -1
  218. package/dist/assets/lotties/tests-creation/clock_30_min.json.js +0 -2857
  219. package/dist/assets/lotties/tests-creation/clock_30_min.json.js.map +0 -1
  220. package/dist/assets/lotties/tests-creation/clock_45_min.json.js +0 -2857
  221. package/dist/assets/lotties/tests-creation/clock_45_min.json.js.map +0 -1
  222. package/dist/assets/lotties/tests-creation/clock_60_min.json.js +0 -2857
  223. package/dist/assets/lotties/tests-creation/clock_60_min.json.js.map +0 -1
  224. package/dist/assets/lotties/tests-creation/clock_90_min.json.js +0 -3345
  225. package/dist/assets/lotties/tests-creation/clock_90_min.json.js.map +0 -1
  226. package/dist/assets/lotties/tests-creation/difficult.json.js +0 -6713
  227. package/dist/assets/lotties/tests-creation/difficult.json.js.map +0 -1
  228. package/dist/assets/lotties/tests-creation/easy.json.js +0 -6525
  229. package/dist/assets/lotties/tests-creation/easy.json.js.map +0 -1
  230. package/dist/assets/lotties/tests-creation/medium.json.js +0 -5603
  231. package/dist/assets/lotties/tests-creation/medium.json.js.map +0 -1
  232. package/dist/assets/lotties/trial-v3/15min-clock.json.js +0 -2037
  233. package/dist/assets/lotties/trial-v3/15min-clock.json.js.map +0 -1
  234. package/dist/assets/lotties/trial-v3/5min-clock.json.js +0 -2062
  235. package/dist/assets/lotties/trial-v3/5min-clock.json.js.map +0 -1
  236. package/dist/assets/lotties/trial-v3/insight/beginner1x.json.js +0 -8517
  237. package/dist/assets/lotties/trial-v3/insight/beginner1x.json.js.map +0 -1
  238. package/dist/assets/lotties/trial-v3/insight/familiar1x.json.js +0 -7396
  239. package/dist/assets/lotties/trial-v3/insight/familiar1x.json.js.map +0 -1
  240. package/dist/assets/lotties/trial-v3/insight/proficient1x.json.js +0 -8559
  241. package/dist/assets/lotties/trial-v3/insight/proficient1x.json.js.map +0 -1
  242. package/dist/assets/lotties/trial-v3/parent-app/easy-rescheduling-lottie.json.js +0 -23284
  243. package/dist/assets/lotties/trial-v3/parent-app/easy-rescheduling-lottie.json.js.map +0 -1
  244. package/dist/assets/lotties/trial-v3/parent-app/stay-connected-lottie.json.js +0 -9090
  245. package/dist/assets/lotties/trial-v3/parent-app/stay-connected-lottie.json.js.map +0 -1
  246. package/dist/assets/lotties/trial-v3/parent-app/track-progress-lottie.json.js +0 -8675
  247. package/dist/assets/lotties/trial-v3/parent-app/track-progress-lottie.json.js.map +0 -1
  248. package/dist/features/circle-games/enum/circle-action-ids.js +0 -5
  249. package/dist/features/circle-games/enum/circle-action-ids.js.map +0 -1
  250. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/fetch-lottie.js +0 -13
  251. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/fetch-lottie.js.map +0 -1
  252. package/dist/features/circle-games/game-launcher/game-launcher-styled.js +0 -10
  253. package/dist/features/circle-games/game-launcher/game-launcher-styled.js.map +0 -1
  254. package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar-styled.js +0 -12
  255. package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar-styled.js.map +0 -1
  256. package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar.js +0 -30
  257. package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar.js.map +0 -1
  258. package/dist/features/post-game-stats/points/points-styled.js +0 -10
  259. package/dist/features/post-game-stats/points/points-styled.js.map +0 -1
  260. package/dist/features/trial-session/comps/render-lottie/index.js +0 -26
  261. package/dist/features/trial-session/comps/render-lottie/index.js.map +0 -1
  262. package/dist/features/ui/loader/circular-loader/circular-loader-styled.js +0 -17
  263. package/dist/features/ui/loader/circular-loader/circular-loader-styled.js.map +0 -1
@@ -0,0 +1,842 @@
1
+ {
2
+ "v": "4.8.0",
3
+ "meta": { "g": "LottieFiles AE 3.5.4", "a": "", "k": "", "d": "", "tc": "" },
4
+ "fr": 30,
5
+ "ip": 0,
6
+ "op": 41,
7
+ "w": 1000,
8
+ "h": 1000,
9
+ "nm": "STREAK LOTTIE OPTIMIZE",
10
+ "ddd": 0,
11
+ "assets": [],
12
+ "layers": [
13
+ {
14
+ "ddd": 0,
15
+ "ind": 1,
16
+ "ty": 4,
17
+ "nm": "Calender Rib 1",
18
+ "parent": 4,
19
+ "sr": 1,
20
+ "ks": {
21
+ "o": { "a": 0, "k": 100, "ix": 11 },
22
+ "r": { "a": 0, "k": 0, "ix": 10 },
23
+ "p": { "a": 0, "k": [-19.76, -185.369, 0], "ix": 2 },
24
+ "a": { "a": 0, "k": [-32.25, -130.75, 0], "ix": 1 },
25
+ "s": { "a": 0, "k": [218, 218, 100], "ix": 6 }
26
+ },
27
+ "ao": 0,
28
+ "shapes": [
29
+ {
30
+ "ty": "gr",
31
+ "it": [
32
+ {
33
+ "ind": 0,
34
+ "ty": "sh",
35
+ "ix": 1,
36
+ "ks": {
37
+ "a": 0,
38
+ "k": {
39
+ "i": [
40
+ [0, 0],
41
+ [0, -10.747]
42
+ ],
43
+ "o": [
44
+ [0, 10.751],
45
+ [0, 0]
46
+ ],
47
+ "v": [
48
+ [-32.25, -153.25],
49
+ [-32.25, -110.25]
50
+ ],
51
+ "c": false
52
+ },
53
+ "ix": 2
54
+ },
55
+ "nm": "Path 1",
56
+ "mn": "ADBE Vector Shape - Group",
57
+ "hd": false
58
+ },
59
+ {
60
+ "ty": "st",
61
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
62
+ "o": { "a": 0, "k": 100, "ix": 4 },
63
+ "w": { "a": 0, "k": 19, "ix": 5 },
64
+ "lc": 2,
65
+ "lj": 1,
66
+ "ml": 4,
67
+ "bm": 0,
68
+ "nm": "Stroke 1",
69
+ "mn": "ADBE Vector Graphic - Stroke",
70
+ "hd": false
71
+ },
72
+ {
73
+ "ty": "fl",
74
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 },
75
+ "o": { "a": 0, "k": 100, "ix": 5 },
76
+ "r": 1,
77
+ "bm": 0,
78
+ "nm": "Fill 1",
79
+ "mn": "ADBE Vector Graphic - Fill",
80
+ "hd": false
81
+ },
82
+ {
83
+ "ty": "tr",
84
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
85
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
86
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
87
+ "r": { "a": 0, "k": 0, "ix": 6 },
88
+ "o": { "a": 0, "k": 100, "ix": 7 },
89
+ "sk": { "a": 0, "k": 0, "ix": 4 },
90
+ "sa": { "a": 0, "k": 0, "ix": 5 },
91
+ "nm": "Transform"
92
+ }
93
+ ],
94
+ "nm": "Shape 1",
95
+ "np": 3,
96
+ "cix": 2,
97
+ "bm": 0,
98
+ "ix": 1,
99
+ "mn": "ADBE Vector Group",
100
+ "hd": false
101
+ },
102
+ {
103
+ "ty": "tm",
104
+ "s": { "a": 0, "k": 0, "ix": 1 },
105
+ "e": {
106
+ "a": 1,
107
+ "k": [
108
+ { "i": { "x": [0.5], "y": [1] }, "o": { "x": [0.5], "y": [0] }, "t": 14, "s": [0] },
109
+ { "i": { "x": [0.5], "y": [1] }, "o": { "x": [0.5], "y": [0] }, "t": 27, "s": [100] },
110
+ {
111
+ "i": { "x": [0.65], "y": [1] },
112
+ "o": { "x": [0.5], "y": [0] },
113
+ "t": 29,
114
+ "s": [100]
115
+ },
116
+ { "t": 33, "s": [0] }
117
+ ],
118
+ "ix": 2
119
+ },
120
+ "o": { "a": 0, "k": 0, "ix": 3 },
121
+ "m": 1,
122
+ "ix": 2,
123
+ "nm": "Trim Paths 1",
124
+ "mn": "ADBE Vector Filter - Trim",
125
+ "hd": false
126
+ }
127
+ ],
128
+ "ip": 2,
129
+ "op": 152,
130
+ "st": 2,
131
+ "bm": 0
132
+ },
133
+ {
134
+ "ddd": 0,
135
+ "ind": 2,
136
+ "ty": 4,
137
+ "nm": "Calender Rib 2",
138
+ "parent": 4,
139
+ "sr": 1,
140
+ "ks": {
141
+ "o": { "a": 0, "k": 100, "ix": 11 },
142
+ "r": { "a": 0, "k": 0, "ix": 10 },
143
+ "p": { "a": 0, "k": [115.4, -185.369, 0], "ix": 2 },
144
+ "a": { "a": 0, "k": [-32.25, -130.75, 0], "ix": 1 },
145
+ "s": { "a": 0, "k": [218, 218, 100], "ix": 6 }
146
+ },
147
+ "ao": 0,
148
+ "shapes": [
149
+ {
150
+ "ty": "gr",
151
+ "it": [
152
+ {
153
+ "ind": 0,
154
+ "ty": "sh",
155
+ "ix": 1,
156
+ "ks": {
157
+ "a": 0,
158
+ "k": {
159
+ "i": [
160
+ [0, 0],
161
+ [0, -10.747]
162
+ ],
163
+ "o": [
164
+ [0, 10.751],
165
+ [0, 0]
166
+ ],
167
+ "v": [
168
+ [-32.25, -153.25],
169
+ [-32.25, -110.25]
170
+ ],
171
+ "c": false
172
+ },
173
+ "ix": 2
174
+ },
175
+ "nm": "Path 1",
176
+ "mn": "ADBE Vector Shape - Group",
177
+ "hd": false
178
+ },
179
+ {
180
+ "ty": "st",
181
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
182
+ "o": { "a": 0, "k": 100, "ix": 4 },
183
+ "w": { "a": 0, "k": 19, "ix": 5 },
184
+ "lc": 2,
185
+ "lj": 1,
186
+ "ml": 4,
187
+ "bm": 0,
188
+ "nm": "Stroke 1",
189
+ "mn": "ADBE Vector Graphic - Stroke",
190
+ "hd": false
191
+ },
192
+ {
193
+ "ty": "fl",
194
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 },
195
+ "o": { "a": 0, "k": 100, "ix": 5 },
196
+ "r": 1,
197
+ "bm": 0,
198
+ "nm": "Fill 1",
199
+ "mn": "ADBE Vector Graphic - Fill",
200
+ "hd": false
201
+ },
202
+ {
203
+ "ty": "tm",
204
+ "s": { "a": 0, "k": 0, "ix": 1 },
205
+ "e": {
206
+ "a": 1,
207
+ "k": [
208
+ {
209
+ "i": { "x": [0.5], "y": [1] },
210
+ "o": { "x": [0.5], "y": [0] },
211
+ "t": 14,
212
+ "s": [0]
213
+ },
214
+ {
215
+ "i": { "x": [0.5], "y": [1] },
216
+ "o": { "x": [0.5], "y": [0] },
217
+ "t": 27,
218
+ "s": [100]
219
+ },
220
+ {
221
+ "i": { "x": [0.65], "y": [1] },
222
+ "o": { "x": [0.5], "y": [0] },
223
+ "t": 29,
224
+ "s": [100]
225
+ },
226
+ { "t": 33, "s": [0] }
227
+ ],
228
+ "ix": 2
229
+ },
230
+ "o": { "a": 0, "k": 0, "ix": 3 },
231
+ "m": 1,
232
+ "ix": 4,
233
+ "nm": "Trim Paths 1",
234
+ "mn": "ADBE Vector Filter - Trim",
235
+ "hd": false
236
+ },
237
+ {
238
+ "ty": "tr",
239
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
240
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
241
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
242
+ "r": { "a": 0, "k": 0, "ix": 6 },
243
+ "o": { "a": 0, "k": 100, "ix": 7 },
244
+ "sk": { "a": 0, "k": 0, "ix": 4 },
245
+ "sa": { "a": 0, "k": 0, "ix": 5 },
246
+ "nm": "Transform"
247
+ }
248
+ ],
249
+ "nm": "Shape 1",
250
+ "np": 4,
251
+ "cix": 2,
252
+ "bm": 0,
253
+ "ix": 1,
254
+ "mn": "ADBE Vector Group",
255
+ "hd": false
256
+ }
257
+ ],
258
+ "ip": 2,
259
+ "op": 152,
260
+ "st": 2,
261
+ "bm": 0
262
+ },
263
+ {
264
+ "ddd": 0,
265
+ "ind": 3,
266
+ "ty": 4,
267
+ "nm": "Circle Stroke",
268
+ "sr": 1,
269
+ "ks": {
270
+ "o": { "a": 0, "k": 100, "ix": 11 },
271
+ "r": { "a": 0, "k": 0, "ix": 10 },
272
+ "p": { "a": 0, "k": [500, 500, 0], "ix": 2 },
273
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
274
+ "s": { "a": 0, "k": [224, 224, 100], "ix": 6 }
275
+ },
276
+ "ao": 0,
277
+ "shapes": [
278
+ {
279
+ "ty": "gr",
280
+ "it": [
281
+ {
282
+ "ty": "rc",
283
+ "d": 1,
284
+ "s": { "a": 0, "k": [377.308, 377.308], "ix": 2 },
285
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
286
+ "r": { "a": 0, "k": 211, "ix": 4 },
287
+ "nm": "Rectangle Path 1",
288
+ "mn": "ADBE Vector Shape - Rect",
289
+ "hd": false
290
+ },
291
+ {
292
+ "ty": "st",
293
+ "c": { "a": 0, "k": [0.239215686275, 0.843137254902, 0.443137254902, 1], "ix": 3 },
294
+ "o": { "a": 0, "k": 100, "ix": 4 },
295
+ "w": { "a": 0, "k": 1.572, "ix": 5 },
296
+ "lc": 1,
297
+ "lj": 1,
298
+ "ml": 4,
299
+ "bm": 0,
300
+ "nm": "Stroke 1",
301
+ "mn": "ADBE Vector Graphic - Stroke",
302
+ "hd": false
303
+ },
304
+ {
305
+ "ty": "tr",
306
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
307
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
308
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
309
+ "r": { "a": 0, "k": 0, "ix": 6 },
310
+ "o": { "a": 0, "k": 100, "ix": 7 },
311
+ "sk": { "a": 0, "k": 0, "ix": 4 },
312
+ "sa": { "a": 0, "k": 0, "ix": 5 },
313
+ "nm": "Transform"
314
+ }
315
+ ],
316
+ "nm": "Rectangle 16370",
317
+ "np": 2,
318
+ "cix": 2,
319
+ "bm": 0,
320
+ "ix": 1,
321
+ "mn": "ADBE Vector Group",
322
+ "hd": false
323
+ }
324
+ ],
325
+ "ip": 0,
326
+ "op": 150,
327
+ "st": 0,
328
+ "bm": 0
329
+ },
330
+ {
331
+ "ddd": 0,
332
+ "ind": 4,
333
+ "ty": 3,
334
+ "nm": "Null Collect 1",
335
+ "sr": 1,
336
+ "ks": {
337
+ "o": { "a": 0, "k": 0, "ix": 11 },
338
+ "r": { "a": 0, "k": 0, "ix": 10 },
339
+ "p": { "a": 0, "k": [500, 440, 0], "ix": 2 },
340
+ "a": { "a": 0, "k": [50, 50, 0], "ix": 1 },
341
+ "s": { "a": 0, "k": [130, 130, 100], "ix": 6 }
342
+ },
343
+ "ao": 0,
344
+ "ip": 0,
345
+ "op": 152,
346
+ "st": 0,
347
+ "bm": 0
348
+ },
349
+ {
350
+ "ddd": 0,
351
+ "ind": 5,
352
+ "ty": 4,
353
+ "nm": "Main Circle FR (Mask) 2",
354
+ "parent": 4,
355
+ "td": 1,
356
+ "sr": 1,
357
+ "ks": {
358
+ "o": { "a": 0, "k": 100, "ix": 11 },
359
+ "r": { "a": 0, "k": 0, "ix": 10 },
360
+ "p": { "a": 0, "k": [50, 95.896, 0], "ix": 2 },
361
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
362
+ "s": { "a": 0, "k": [210, 210, 100], "ix": 6 }
363
+ },
364
+ "ao": 0,
365
+ "shapes": [
366
+ {
367
+ "ty": "gr",
368
+ "it": [
369
+ {
370
+ "d": 1,
371
+ "ty": "el",
372
+ "s": { "a": 0, "k": [309, 309], "ix": 2 },
373
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
374
+ "nm": "Ellipse Path 1",
375
+ "mn": "ADBE Vector Shape - Ellipse",
376
+ "hd": false
377
+ },
378
+ {
379
+ "ty": "fl",
380
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 },
381
+ "o": { "a": 0, "k": 100, "ix": 5 },
382
+ "r": 1,
383
+ "bm": 0,
384
+ "nm": "Fill 1",
385
+ "mn": "ADBE Vector Graphic - Fill",
386
+ "hd": false
387
+ },
388
+ {
389
+ "ty": "tr",
390
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
391
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
392
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
393
+ "r": { "a": 0, "k": 0, "ix": 6 },
394
+ "o": { "a": 0, "k": 100, "ix": 7 },
395
+ "sk": { "a": 0, "k": 0, "ix": 4 },
396
+ "sa": { "a": 0, "k": 0, "ix": 5 },
397
+ "nm": "Transform"
398
+ }
399
+ ],
400
+ "nm": "Ellipse 3962",
401
+ "np": 3,
402
+ "cix": 2,
403
+ "bm": 0,
404
+ "ix": 1,
405
+ "mn": "ADBE Vector Group",
406
+ "hd": false
407
+ }
408
+ ],
409
+ "ip": 0,
410
+ "op": 150,
411
+ "st": 0,
412
+ "bm": 0
413
+ },
414
+ {
415
+ "ddd": 0,
416
+ "ind": 6,
417
+ "ty": 4,
418
+ "nm": "Holes",
419
+ "tt": 1,
420
+ "sr": 1,
421
+ "ks": {
422
+ "o": { "a": 0, "k": 100, "ix": 11 },
423
+ "r": { "a": 0, "k": 0, "ix": 10 },
424
+ "p": {
425
+ "a": 1,
426
+ "k": [
427
+ {
428
+ "i": { "x": 0.5, "y": 1 },
429
+ "o": { "x": 0.22, "y": 0 },
430
+ "t": 15,
431
+ "s": [497.166, 46.091, 0],
432
+ "to": [0, 0, 0],
433
+ "ti": [0, 0, 0]
434
+ },
435
+ {
436
+ "i": { "x": 0.5, "y": 0.5 },
437
+ "o": { "x": 0.5, "y": 0.5 },
438
+ "t": 27,
439
+ "s": [497.82, 195.384, 0],
440
+ "to": [0, 0, 0],
441
+ "ti": [0, 0, 0]
442
+ },
443
+ {
444
+ "i": { "x": 0.5, "y": 1 },
445
+ "o": { "x": 0.5, "y": 0 },
446
+ "t": 29,
447
+ "s": [497.82, 195.384, 0],
448
+ "to": [0, 0, 0],
449
+ "ti": [0, 0, 0]
450
+ },
451
+ { "t": 34, "s": [497.166, 29.091, 0] }
452
+ ],
453
+ "ix": 2
454
+ },
455
+ "a": { "a": 0, "k": [497.122, 194.572, 0], "ix": 1 },
456
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
457
+ },
458
+ "ao": 0,
459
+ "shapes": [
460
+ {
461
+ "ty": "gr",
462
+ "it": [
463
+ {
464
+ "ty": "gr",
465
+ "it": [
466
+ {
467
+ "d": 1,
468
+ "ty": "el",
469
+ "s": { "a": 0, "k": [99.875, 99.875], "ix": 2 },
470
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
471
+ "nm": "Ellipse Path 1",
472
+ "mn": "ADBE Vector Shape - Ellipse",
473
+ "hd": false
474
+ },
475
+ {
476
+ "ty": "fl",
477
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 },
478
+ "o": { "a": 0, "k": 100, "ix": 5 },
479
+ "r": 1,
480
+ "bm": 0,
481
+ "nm": "Fill 1",
482
+ "mn": "ADBE Vector Graphic - Fill",
483
+ "hd": false
484
+ },
485
+ {
486
+ "ty": "tr",
487
+ "p": { "a": 0, "k": [-90.57, -305.617], "ix": 2 },
488
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
489
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
490
+ "r": { "a": 0, "k": 0, "ix": 6 },
491
+ "o": { "a": 0, "k": 100, "ix": 7 },
492
+ "sk": { "a": 0, "k": 0, "ix": 4 },
493
+ "sa": { "a": 0, "k": 0, "ix": 5 },
494
+ "nm": "Transform"
495
+ }
496
+ ],
497
+ "nm": "Ellipse 1",
498
+ "np": 3,
499
+ "cix": 2,
500
+ "bm": 0,
501
+ "ix": 1,
502
+ "mn": "ADBE Vector Group",
503
+ "hd": false
504
+ },
505
+ {
506
+ "ty": "tr",
507
+ "p": { "a": 0, "k": [584.548, 194.799], "ix": 2 },
508
+ "a": { "a": 0, "k": [-90.57, -305.617], "ix": 1 },
509
+ "s": { "a": 0, "k": [106, 106], "ix": 3 },
510
+ "r": { "a": 0, "k": 0, "ix": 6 },
511
+ "o": { "a": 0, "k": 100, "ix": 7 },
512
+ "sk": { "a": 0, "k": 0, "ix": 4 },
513
+ "sa": { "a": 0, "k": 0, "ix": 5 },
514
+ "nm": "Transform"
515
+ }
516
+ ],
517
+ "nm": "Hole 2",
518
+ "np": 1,
519
+ "cix": 2,
520
+ "bm": 0,
521
+ "ix": 1,
522
+ "mn": "ADBE Vector Group",
523
+ "hd": false
524
+ },
525
+ {
526
+ "ty": "gr",
527
+ "it": [
528
+ {
529
+ "ty": "gr",
530
+ "it": [
531
+ {
532
+ "d": 1,
533
+ "ty": "el",
534
+ "s": { "a": 0, "k": [99.875, 99.875], "ix": 2 },
535
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
536
+ "nm": "Ellipse Path 1",
537
+ "mn": "ADBE Vector Shape - Ellipse",
538
+ "hd": false
539
+ },
540
+ {
541
+ "ty": "fl",
542
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 },
543
+ "o": { "a": 0, "k": 100, "ix": 5 },
544
+ "r": 1,
545
+ "bm": 0,
546
+ "nm": "Fill 1",
547
+ "mn": "ADBE Vector Graphic - Fill",
548
+ "hd": false
549
+ },
550
+ {
551
+ "ty": "tr",
552
+ "p": { "a": 0, "k": [-90.57, -305.617], "ix": 2 },
553
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
554
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
555
+ "r": { "a": 0, "k": 0, "ix": 6 },
556
+ "o": { "a": 0, "k": 100, "ix": 7 },
557
+ "sk": { "a": 0, "k": 0, "ix": 4 },
558
+ "sa": { "a": 0, "k": 0, "ix": 5 },
559
+ "nm": "Transform"
560
+ }
561
+ ],
562
+ "nm": "Ellipse 1",
563
+ "np": 3,
564
+ "cix": 2,
565
+ "bm": 0,
566
+ "ix": 1,
567
+ "mn": "ADBE Vector Group",
568
+ "hd": false
569
+ },
570
+ {
571
+ "ty": "tr",
572
+ "p": { "a": 0, "k": [409.695, 194.346], "ix": 2 },
573
+ "a": { "a": 0, "k": [-90.57, -305.617], "ix": 1 },
574
+ "s": { "a": 0, "k": [106, 106], "ix": 3 },
575
+ "r": { "a": 0, "k": 0, "ix": 6 },
576
+ "o": { "a": 0, "k": 100, "ix": 7 },
577
+ "sk": { "a": 0, "k": 0, "ix": 4 },
578
+ "sa": { "a": 0, "k": 0, "ix": 5 },
579
+ "nm": "Transform"
580
+ }
581
+ ],
582
+ "nm": "Hole",
583
+ "np": 1,
584
+ "cix": 2,
585
+ "bm": 0,
586
+ "ix": 2,
587
+ "mn": "ADBE Vector Group",
588
+ "hd": false
589
+ }
590
+ ],
591
+ "ip": 0,
592
+ "op": 150,
593
+ "st": 0,
594
+ "bm": 0
595
+ },
596
+ {
597
+ "ddd": 0,
598
+ "ind": 8,
599
+ "ty": 4,
600
+ "nm": "Main Circle FR (Mask)",
601
+ "parent": 4,
602
+ "td": 1,
603
+ "sr": 1,
604
+ "ks": {
605
+ "o": { "a": 0, "k": 100, "ix": 11 },
606
+ "r": { "a": 0, "k": 0, "ix": 10 },
607
+ "p": { "a": 0, "k": [50, 95.896, 0], "ix": 2 },
608
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
609
+ "s": { "a": 0, "k": [210, 210, 100], "ix": 6 }
610
+ },
611
+ "ao": 0,
612
+ "shapes": [
613
+ {
614
+ "ty": "gr",
615
+ "it": [
616
+ {
617
+ "d": 1,
618
+ "ty": "el",
619
+ "s": { "a": 0, "k": [309, 309], "ix": 2 },
620
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
621
+ "nm": "Ellipse Path 1",
622
+ "mn": "ADBE Vector Shape - Ellipse",
623
+ "hd": false
624
+ },
625
+ {
626
+ "ty": "fl",
627
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 },
628
+ "o": { "a": 0, "k": 100, "ix": 5 },
629
+ "r": 1,
630
+ "bm": 0,
631
+ "nm": "Fill 1",
632
+ "mn": "ADBE Vector Graphic - Fill",
633
+ "hd": false
634
+ },
635
+ {
636
+ "ty": "tr",
637
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
638
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
639
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
640
+ "r": { "a": 0, "k": 0, "ix": 6 },
641
+ "o": { "a": 0, "k": 100, "ix": 7 },
642
+ "sk": { "a": 0, "k": 0, "ix": 4 },
643
+ "sa": { "a": 0, "k": 0, "ix": 5 },
644
+ "nm": "Transform"
645
+ }
646
+ ],
647
+ "nm": "Ellipse 3962",
648
+ "np": 3,
649
+ "cix": 2,
650
+ "bm": 0,
651
+ "ix": 1,
652
+ "mn": "ADBE Vector Group",
653
+ "hd": false
654
+ }
655
+ ],
656
+ "ip": 0,
657
+ "op": 150,
658
+ "st": 0,
659
+ "bm": 0
660
+ },
661
+ {
662
+ "ddd": 0,
663
+ "ind": 9,
664
+ "ty": 4,
665
+ "nm": "Calender Rim",
666
+ "parent": 4,
667
+ "tt": 1,
668
+ "sr": 1,
669
+ "ks": {
670
+ "o": { "a": 0, "k": 100, "ix": 11 },
671
+ "r": { "a": 0, "k": 0, "ix": 10 },
672
+ "p": {
673
+ "a": 1,
674
+ "k": [
675
+ {
676
+ "i": { "x": 0.742, "y": 1 },
677
+ "o": { "x": 0.167, "y": 0.167 },
678
+ "t": 15,
679
+ "s": [47.82, -304.39, 0],
680
+ "to": [0, 0, 0],
681
+ "ti": [0, 0, 0]
682
+ },
683
+ {
684
+ "i": { "x": 0.742, "y": 0.742 },
685
+ "o": { "x": 0.302, "y": 0.302 },
686
+ "t": 27,
687
+ "s": [50, -154.304, 0],
688
+ "to": [0, 0, 0],
689
+ "ti": [0, 0, 0]
690
+ },
691
+ {
692
+ "i": { "x": 0.3, "y": 1 },
693
+ "o": { "x": 0.302, "y": 0 },
694
+ "t": 29,
695
+ "s": [50, -154.304, 0],
696
+ "to": [0, 0, 0],
697
+ "ti": [0, 0, 0]
698
+ },
699
+ { "t": 40, "s": [47.82, -319.65, 0] }
700
+ ],
701
+ "ix": 2
702
+ },
703
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
704
+ "s": { "a": 0, "k": [218, 218, 100], "ix": 6 }
705
+ },
706
+ "ao": 0,
707
+ "shapes": [
708
+ {
709
+ "ty": "gr",
710
+ "it": [
711
+ {
712
+ "ind": 0,
713
+ "ty": "sh",
714
+ "ix": 1,
715
+ "ks": {
716
+ "a": 0,
717
+ "k": {
718
+ "i": [
719
+ [0, 0],
720
+ [-52.626, 0],
721
+ [-26.241, -41.38]
722
+ ],
723
+ "o": [
724
+ [26.241, -41.38],
725
+ [52.626, 0],
726
+ [0, 0]
727
+ ],
728
+ "v": [
729
+ [-125.078, 34.423],
730
+ [0, -34.423],
731
+ [125.078, 34.423]
732
+ ],
733
+ "c": true
734
+ },
735
+ "ix": 2
736
+ },
737
+ "nm": "Path 1",
738
+ "mn": "ADBE Vector Shape - Group",
739
+ "hd": false
740
+ },
741
+ {
742
+ "ty": "fl",
743
+ "c": { "a": 0, "k": [0.239215686917, 0.843137264252, 0.443137258291, 1], "ix": 4 },
744
+ "o": { "a": 0, "k": 100, "ix": 5 },
745
+ "r": 1,
746
+ "bm": 0,
747
+ "nm": "Fill 1",
748
+ "mn": "ADBE Vector Graphic - Fill",
749
+ "hd": false
750
+ },
751
+ {
752
+ "ty": "tr",
753
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
754
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
755
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
756
+ "r": { "a": 0, "k": 0, "ix": 6 },
757
+ "o": { "a": 0, "k": 100, "ix": 7 },
758
+ "sk": { "a": 0, "k": 0, "ix": 4 },
759
+ "sa": { "a": 0, "k": 0, "ix": 5 },
760
+ "nm": "Transform"
761
+ }
762
+ ],
763
+ "nm": "Ellipse 3934",
764
+ "np": 2,
765
+ "cix": 2,
766
+ "bm": 0,
767
+ "ix": 1,
768
+ "mn": "ADBE Vector Group",
769
+ "hd": false
770
+ }
771
+ ],
772
+ "ip": 15,
773
+ "op": 150,
774
+ "st": 0,
775
+ "bm": 0
776
+ },
777
+ {
778
+ "ddd": 0,
779
+ "ind": 11,
780
+ "ty": 4,
781
+ "nm": "Ellipse 3964",
782
+ "sr": 1,
783
+ "ks": {
784
+ "o": { "a": 0, "k": 100, "ix": 11 },
785
+ "r": { "a": 0, "k": 0, "ix": 10 },
786
+ "p": { "a": 0, "k": [500.147, 499.099, 0], "ix": 2 },
787
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
788
+ "s": { "a": 0, "k": [273, 273, 100], "ix": 6 }
789
+ },
790
+ "ao": 0,
791
+ "shapes": [
792
+ {
793
+ "ty": "gr",
794
+ "it": [
795
+ {
796
+ "d": 1,
797
+ "ty": "el",
798
+ "s": { "a": 0, "k": [309, 309], "ix": 2 },
799
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
800
+ "nm": "Ellipse Path 1",
801
+ "mn": "ADBE Vector Shape - Ellipse",
802
+ "hd": false
803
+ },
804
+ {
805
+ "ty": "fl",
806
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 },
807
+ "o": { "a": 0, "k": 100, "ix": 5 },
808
+ "r": 1,
809
+ "bm": 0,
810
+ "nm": "Fill 1",
811
+ "mn": "ADBE Vector Graphic - Fill",
812
+ "hd": false
813
+ },
814
+ {
815
+ "ty": "tr",
816
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
817
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
818
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
819
+ "r": { "a": 0, "k": 0, "ix": 6 },
820
+ "o": { "a": 0, "k": 100, "ix": 7 },
821
+ "sk": { "a": 0, "k": 0, "ix": 4 },
822
+ "sa": { "a": 0, "k": 0, "ix": 5 },
823
+ "nm": "Transform"
824
+ }
825
+ ],
826
+ "nm": "Ellipse 3962",
827
+ "np": 3,
828
+ "cix": 2,
829
+ "bm": 0,
830
+ "ix": 1,
831
+ "mn": "ADBE Vector Group",
832
+ "hd": false
833
+ }
834
+ ],
835
+ "ip": 0,
836
+ "op": 150,
837
+ "st": -14,
838
+ "bm": 0
839
+ }
840
+ ],
841
+ "markers": []
842
+ }