@cuemath/leap 2.8.25 → 2.8.27

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 (238) 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/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js +81 -79
  4. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js.map +1 -1
  5. package/dist/features/circle-games/game-launcher/game-launcher.js +61 -65
  6. package/dist/features/circle-games/game-launcher/game-launcher.js.map +1 -1
  7. package/dist/features/circle-games/leaderboard/comps/banner/banner.js +35 -53
  8. package/dist/features/circle-games/leaderboard/comps/banner/banner.js.map +1 -1
  9. package/dist/features/circle-games/leaderboard/leaderboard.js +56 -55
  10. package/dist/features/circle-games/leaderboard/leaderboard.js.map +1 -1
  11. package/dist/features/circle-games/sign-up/comp/circular-steps/circular-steps.js +40 -41
  12. package/dist/features/circle-games/sign-up/comp/circular-steps/circular-steps.js.map +1 -1
  13. package/dist/features/circle-games/sign-up/comp/spinner/spinner-styled.js +4 -8
  14. package/dist/features/circle-games/sign-up/comp/spinner/spinner-styled.js.map +1 -1
  15. package/dist/features/circle-games/sign-up/comp/spinner/spinner.js +6 -23
  16. package/dist/features/circle-games/sign-up/comp/spinner/spinner.js.map +1 -1
  17. package/dist/features/circle-games/sign-up/comp/splash-screen/splash-screen.js +40 -35
  18. package/dist/features/circle-games/sign-up/comp/splash-screen/splash-screen.js.map +1 -1
  19. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/difficulty-and-duration-selection.js +2 -2
  20. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-card-lottie-animation.js +8 -23
  21. 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
  22. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-radio-card.js +11 -11
  23. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-radio-card.js.map +1 -1
  24. package/dist/features/milestone/milestone-tests/tests-creation/utils/index.js +37 -43
  25. package/dist/features/milestone/milestone-tests/tests-creation/utils/index.js.map +1 -1
  26. package/dist/features/post-game-stats/accuracy/accuracy.js +38 -34
  27. package/dist/features/post-game-stats/accuracy/accuracy.js.map +1 -1
  28. package/dist/features/post-game-stats/clock/clock.js +43 -39
  29. package/dist/features/post-game-stats/clock/clock.js.map +1 -1
  30. package/dist/features/post-game-stats/points/points.js +43 -44
  31. package/dist/features/post-game-stats/points/points.js.map +1 -1
  32. package/dist/features/post-game-stats/streak/streak.js +30 -28
  33. package/dist/features/post-game-stats/streak/streak.js.map +1 -1
  34. package/dist/features/trial-session/comps/av-panels/teacher-av-panel/teacher-av-panel.js +56 -54
  35. package/dist/features/trial-session/comps/av-panels/teacher-av-panel/teacher-av-panel.js.map +1 -1
  36. package/dist/features/trial-session/comps/parent-app/parent-app.js +25 -20
  37. package/dist/features/trial-session/comps/parent-app/parent-app.js.map +1 -1
  38. package/dist/features/trial-session/comps/school-goals/school-goals-view.js +4 -4
  39. package/dist/features/trial-session/comps/school-goals/school-goals-view.js.map +1 -1
  40. package/dist/features/trial-session/comps/session-insights/session-insights.js +40 -39
  41. package/dist/features/trial-session/comps/session-insights/session-insights.js.map +1 -1
  42. package/dist/features/trial-session/trial-session-view.js +95 -79
  43. package/dist/features/trial-session/trial-session-view.js.map +1 -1
  44. package/dist/features/ui/loader/circular-loader/circular-loader.js +16 -20
  45. package/dist/features/ui/loader/circular-loader/circular-loader.js.map +1 -1
  46. package/dist/features/ui/lottie-animation/helper.js +13 -0
  47. package/dist/features/ui/lottie-animation/helper.js.map +1 -0
  48. package/dist/features/ui/lottie-animation/lottie-animation.js +37 -0
  49. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -0
  50. package/dist/features/ui/nudge/nudge-styled.js +4 -8
  51. package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
  52. package/dist/features/ui/nudge/nudge.js +13 -30
  53. package/dist/features/ui/nudge/nudge.js.map +1 -1
  54. package/dist/features/ui/perfect-hits/perfect-hits-helpers.js +22 -20
  55. package/dist/features/ui/perfect-hits/perfect-hits-helpers.js.map +1 -1
  56. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js +25 -48
  57. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js.map +1 -1
  58. package/dist/features/worksheet/worksheet/worksheet-question/header/validated-animation.js +12 -26
  59. package/dist/features/worksheet/worksheet/worksheet-question/header/validated-animation.js.map +1 -1
  60. package/dist/index.d.ts +58 -0
  61. package/dist/index.js +466 -464
  62. package/dist/index.js.map +1 -1
  63. package/dist/static/accuracy-meter.99585cba.json +4218 -0
  64. package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
  65. package/dist/static/beginner1x.489908a7.json +3508 -0
  66. package/dist/static/bronze-1.da4e4b5f.json +4176 -0
  67. package/dist/static/bronze-2.97f9c639.json +4433 -0
  68. package/dist/static/bronze-3.6a433ebd.json +4786 -0
  69. package/dist/static/circular-loader.a5a1a0a6.json +238 -0
  70. package/dist/static/clock-30min.eae818b8.json +1197 -0
  71. package/dist/static/clock-45min.df8adf51.json +1197 -0
  72. package/dist/static/clock-60min.2b48d875.json +1197 -0
  73. package/dist/static/clock-90min.3e557ed7.json +1407 -0
  74. package/dist/static/color-1.45101b9a.json +4545 -0
  75. package/dist/static/color-2.ccdc7d0a.json +4828 -0
  76. package/dist/static/color-3.5e8e1422.json +5273 -0
  77. package/dist/static/difficult.6846c064.json +2755 -0
  78. package/dist/static/easy-rescheduling-lottie.28026af9.json +9301 -0
  79. package/dist/static/easy.68242ddd.json +2658 -0
  80. package/dist/static/elite-circle.3df58972.json +6876 -0
  81. package/dist/static/error-lottie.b3507a4b.json +5255 -0
  82. package/dist/static/familiar1x.7c9c7f15.json +3046 -0
  83. package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
  84. package/dist/static/five-min-clock.6be5cc41.json +721 -0
  85. package/dist/static/gold-1.ab2489fe.json +4176 -0
  86. package/dist/static/gold-2.34045826.json +4441 -0
  87. package/dist/static/gold-3.d704698b.json +4810 -0
  88. package/dist/static/levelup-rings.b1055283.json +549 -0
  89. package/dist/static/medium.94c3829b.json +2289 -0
  90. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  91. package/dist/static/point1.b53831de.json +2942 -0
  92. package/dist/static/point10.7b5e536d.json +3179 -0
  93. package/dist/static/point100.1df16f82.json +3196 -0
  94. package/dist/static/point15.fea00c32.json +3179 -0
  95. package/dist/static/point20.c88d776d.json +3178 -0
  96. package/dist/static/point25.a18c346a.json +3178 -0
  97. package/dist/static/point30.c5224b0b.json +3202 -0
  98. package/dist/static/point35.fad343dd.json +3058 -0
  99. package/dist/static/point40.10a16f72.json +3082 -0
  100. package/dist/static/point45.2ad7561f.json +3082 -0
  101. package/dist/static/point5.da40ed1f.json +2948 -0
  102. package/dist/static/point50.5718cb3d.json +3046 -0
  103. package/dist/static/point60.17380d9f.json +3076 -0
  104. package/dist/static/proficient1x.fa6e7b80.json +3430 -0
  105. package/dist/static/silver-1.0396328a.json +4168 -0
  106. package/dist/static/silver-2.bf50615f.json +4433 -0
  107. package/dist/static/silver-3.13d66b84.json +4810 -0
  108. package/dist/static/sleepy-boi.031a1165.json +1008 -0
  109. package/dist/static/spinner-white.639e0d87.json +122 -0
  110. package/dist/static/splash-screen.bbf567ce.json +2411 -0
  111. package/dist/static/stay-connected-lottie.111439b3.json +3547 -0
  112. package/dist/static/teacher-validation.7577ecdc.json +245 -0
  113. package/dist/static/total-streak.d5ce7669.json +842 -0
  114. package/dist/static/total-time-spent.434005d3.json +200 -0
  115. package/dist/static/total-time.d979cbb9.json +24383 -0
  116. package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
  117. package/dist/static/track-progress-lottie.422108cf.json +2972 -0
  118. package/package.json +1 -1
  119. package/dist/assets/lotties/circle/100pts.json.js +0 -7957
  120. package/dist/assets/lotties/circle/100pts.json.js.map +0 -1
  121. package/dist/assets/lotties/circle/10pts.json.js +0 -7753
  122. package/dist/assets/lotties/circle/10pts.json.js.map +0 -1
  123. package/dist/assets/lotties/circle/15pts.json.js +0 -7879
  124. package/dist/assets/lotties/circle/15pts.json.js.map +0 -1
  125. package/dist/assets/lotties/circle/1pts.json.js +0 -7257
  126. package/dist/assets/lotties/circle/1pts.json.js.map +0 -1
  127. package/dist/assets/lotties/circle/20pts.json.js +0 -7845
  128. package/dist/assets/lotties/circle/20pts.json.js.map +0 -1
  129. package/dist/assets/lotties/circle/25pts.json.js +0 -7971
  130. package/dist/assets/lotties/circle/25pts.json.js.map +0 -1
  131. package/dist/assets/lotties/circle/30pts.json.js +0 -7941
  132. package/dist/assets/lotties/circle/30pts.json.js.map +0 -1
  133. package/dist/assets/lotties/circle/35pts.json.js +0 -7881
  134. package/dist/assets/lotties/circle/35pts.json.js.map +0 -1
  135. package/dist/assets/lotties/circle/40pts.json.js +0 -7725
  136. package/dist/assets/lotties/circle/40pts.json.js.map +0 -1
  137. package/dist/assets/lotties/circle/45pts.json.js +0 -7851
  138. package/dist/assets/lotties/circle/45pts.json.js.map +0 -1
  139. package/dist/assets/lotties/circle/50pts.json.js +0 -7707
  140. package/dist/assets/lotties/circle/50pts.json.js.map +0 -1
  141. package/dist/assets/lotties/circle/5pts.json.js +0 -7420
  142. package/dist/assets/lotties/circle/5pts.json.js.map +0 -1
  143. package/dist/assets/lotties/circle/60pts.json.js +0 -7701
  144. package/dist/assets/lotties/circle/60pts.json.js.map +0 -1
  145. package/dist/assets/lotties/circle/accuracy-meter-lottie.json.js +0 -6811
  146. package/dist/assets/lotties/circle/accuracy-meter-lottie.json.js.map +0 -1
  147. package/dist/assets/lotties/circle/accuracy-needle-lottie.json.js +0 -1503
  148. package/dist/assets/lotties/circle/accuracy-needle-lottie.json.js.map +0 -1
  149. package/dist/assets/lotties/circle/circular-loader.json.js +0 -635
  150. package/dist/assets/lotties/circle/circular-loader.json.js.map +0 -1
  151. package/dist/assets/lotties/circle/elite-circle-lottie.json.js +0 -12079
  152. package/dist/assets/lotties/circle/elite-circle-lottie.json.js.map +0 -1
  153. package/dist/assets/lotties/circle/levelup-rings-lottie.json.js +0 -1412
  154. package/dist/assets/lotties/circle/levelup-rings-lottie.json.js.map +0 -1
  155. package/dist/assets/lotties/circle/sleepy-boi-lottie.json.js +0 -2632
  156. package/dist/assets/lotties/circle/sleepy-boi-lottie.json.js.map +0 -1
  157. package/dist/assets/lotties/circle/spinner-white.json.js +0 -316
  158. package/dist/assets/lotties/circle/spinner-white.json.js.map +0 -1
  159. package/dist/assets/lotties/circle/splash-screen.json.js +0 -5864
  160. package/dist/assets/lotties/circle/splash-screen.json.js.map +0 -1
  161. package/dist/assets/lotties/circle/total-streak-lottie.json.js +0 -2103
  162. package/dist/assets/lotties/circle/total-streak-lottie.json.js.map +0 -1
  163. package/dist/assets/lotties/circle/total-time-lottie.json.js +0 -33016
  164. package/dist/assets/lotties/circle/total-time-lottie.json.js.map +0 -1
  165. package/dist/assets/lotties/circle/total-time-spent-lottie.json.js +0 -260
  166. package/dist/assets/lotties/circle/total-time-spent-lottie.json.js.map +0 -1
  167. package/dist/assets/lotties/circle/tournament-ripple-lottie.json.js +0 -1563
  168. package/dist/assets/lotties/circle/tournament-ripple-lottie.json.js.map +0 -1
  169. package/dist/assets/lotties/common/nudge-tap.json.js +0 -3597
  170. package/dist/assets/lotties/common/nudge-tap.json.js.map +0 -1
  171. package/dist/assets/lotties/error-lottie.json.js +0 -12755
  172. package/dist/assets/lotties/error-lottie.json.js.map +0 -1
  173. package/dist/assets/lotties/perfect-hits/bronze-1.json.js +0 -10871
  174. package/dist/assets/lotties/perfect-hits/bronze-1.json.js.map +0 -1
  175. package/dist/assets/lotties/perfect-hits/bronze-2.json.js +0 -11389
  176. package/dist/assets/lotties/perfect-hits/bronze-2.json.js.map +0 -1
  177. package/dist/assets/lotties/perfect-hits/bronze-3.json.js +0 -12169
  178. package/dist/assets/lotties/perfect-hits/bronze-3.json.js.map +0 -1
  179. package/dist/assets/lotties/perfect-hits/color-1.json.js +0 -12348
  180. package/dist/assets/lotties/perfect-hits/color-1.json.js.map +0 -1
  181. package/dist/assets/lotties/perfect-hits/color-2.json.js +0 -12941
  182. package/dist/assets/lotties/perfect-hits/color-2.json.js.map +0 -1
  183. package/dist/assets/lotties/perfect-hits/color-3.json.js +0 -14034
  184. package/dist/assets/lotties/perfect-hits/color-3.json.js.map +0 -1
  185. package/dist/assets/lotties/perfect-hits/gold-1.json.js +0 -10871
  186. package/dist/assets/lotties/perfect-hits/gold-1.json.js.map +0 -1
  187. package/dist/assets/lotties/perfect-hits/gold-2.json.js +0 -11389
  188. package/dist/assets/lotties/perfect-hits/gold-2.json.js.map +0 -1
  189. package/dist/assets/lotties/perfect-hits/gold-3.json.js +0 -12169
  190. package/dist/assets/lotties/perfect-hits/gold-3.json.js.map +0 -1
  191. package/dist/assets/lotties/perfect-hits/silver-1.json.js +0 -10871
  192. package/dist/assets/lotties/perfect-hits/silver-1.json.js.map +0 -1
  193. package/dist/assets/lotties/perfect-hits/silver-2.json.js +0 -11389
  194. package/dist/assets/lotties/perfect-hits/silver-2.json.js.map +0 -1
  195. package/dist/assets/lotties/perfect-hits/silver-3.json.js +0 -12169
  196. package/dist/assets/lotties/perfect-hits/silver-3.json.js.map +0 -1
  197. package/dist/assets/lotties/teacher-validation.json.js +0 -649
  198. package/dist/assets/lotties/teacher-validation.json.js.map +0 -1
  199. package/dist/assets/lotties/tests-creation/clock_30_min.json.js +0 -2857
  200. package/dist/assets/lotties/tests-creation/clock_30_min.json.js.map +0 -1
  201. package/dist/assets/lotties/tests-creation/clock_45_min.json.js +0 -2857
  202. package/dist/assets/lotties/tests-creation/clock_45_min.json.js.map +0 -1
  203. package/dist/assets/lotties/tests-creation/clock_60_min.json.js +0 -2857
  204. package/dist/assets/lotties/tests-creation/clock_60_min.json.js.map +0 -1
  205. package/dist/assets/lotties/tests-creation/clock_90_min.json.js +0 -3345
  206. package/dist/assets/lotties/tests-creation/clock_90_min.json.js.map +0 -1
  207. package/dist/assets/lotties/tests-creation/difficult.json.js +0 -6713
  208. package/dist/assets/lotties/tests-creation/difficult.json.js.map +0 -1
  209. package/dist/assets/lotties/tests-creation/easy.json.js +0 -6525
  210. package/dist/assets/lotties/tests-creation/easy.json.js.map +0 -1
  211. package/dist/assets/lotties/tests-creation/medium.json.js +0 -5603
  212. package/dist/assets/lotties/tests-creation/medium.json.js.map +0 -1
  213. package/dist/assets/lotties/trial-v3/15min-clock.json.js +0 -2037
  214. package/dist/assets/lotties/trial-v3/15min-clock.json.js.map +0 -1
  215. package/dist/assets/lotties/trial-v3/5min-clock.json.js +0 -2062
  216. package/dist/assets/lotties/trial-v3/5min-clock.json.js.map +0 -1
  217. package/dist/assets/lotties/trial-v3/insight/beginner1x.json.js +0 -8517
  218. package/dist/assets/lotties/trial-v3/insight/beginner1x.json.js.map +0 -1
  219. package/dist/assets/lotties/trial-v3/insight/familiar1x.json.js +0 -7396
  220. package/dist/assets/lotties/trial-v3/insight/familiar1x.json.js.map +0 -1
  221. package/dist/assets/lotties/trial-v3/insight/proficient1x.json.js +0 -8559
  222. package/dist/assets/lotties/trial-v3/insight/proficient1x.json.js.map +0 -1
  223. package/dist/assets/lotties/trial-v3/parent-app/easy-rescheduling-lottie.json.js +0 -23284
  224. package/dist/assets/lotties/trial-v3/parent-app/easy-rescheduling-lottie.json.js.map +0 -1
  225. package/dist/assets/lotties/trial-v3/parent-app/stay-connected-lottie.json.js +0 -9090
  226. package/dist/assets/lotties/trial-v3/parent-app/stay-connected-lottie.json.js.map +0 -1
  227. package/dist/assets/lotties/trial-v3/parent-app/track-progress-lottie.json.js +0 -8675
  228. package/dist/assets/lotties/trial-v3/parent-app/track-progress-lottie.json.js.map +0 -1
  229. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/fetch-lottie.js +0 -13
  230. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/fetch-lottie.js.map +0 -1
  231. package/dist/features/circle-games/game-launcher/game-launcher-styled.js +0 -10
  232. package/dist/features/circle-games/game-launcher/game-launcher-styled.js.map +0 -1
  233. package/dist/features/post-game-stats/points/points-styled.js +0 -10
  234. package/dist/features/post-game-stats/points/points-styled.js.map +0 -1
  235. package/dist/features/trial-session/comps/render-lottie/index.js +0 -26
  236. package/dist/features/trial-session/comps/render-lottie/index.js.map +0 -1
  237. package/dist/features/ui/loader/circular-loader/circular-loader-styled.js +0 -17
  238. package/dist/features/ui/loader/circular-loader/circular-loader-styled.js.map +0 -1
@@ -0,0 +1,1008 @@
1
+ {
2
+ "v": "4.8.0",
3
+ "meta": { "g": "LottieFiles AE 3.4.4", "a": "", "k": "", "d": "", "tc": "" },
4
+ "fr": 30,
5
+ "ip": 0,
6
+ "op": 60,
7
+ "w": 1000,
8
+ "h": 1000,
9
+ "nm": "Home Page",
10
+ "ddd": 0,
11
+ "assets": [
12
+ {
13
+ "id": "comp_0",
14
+ "layers": [
15
+ {
16
+ "ddd": 0,
17
+ "ind": 1,
18
+ "ty": 4,
19
+ "nm": "z 2 Outlines",
20
+ "sr": 1,
21
+ "ks": {
22
+ "o": {
23
+ "a": 1,
24
+ "k": [
25
+ {
26
+ "i": { "x": [0.833], "y": [0.833] },
27
+ "o": { "x": [0.167], "y": [0.167] },
28
+ "t": 0,
29
+ "s": [100]
30
+ },
31
+ { "t": 28, "s": [0] }
32
+ ],
33
+ "ix": 11
34
+ },
35
+ "r": {
36
+ "a": 1,
37
+ "k": [
38
+ {
39
+ "i": { "x": [0.833], "y": [0.833] },
40
+ "o": { "x": [0.626], "y": [0] },
41
+ "t": 0,
42
+ "s": [0]
43
+ },
44
+ { "t": 30, "s": [18] }
45
+ ],
46
+ "ix": 10
47
+ },
48
+ "p": {
49
+ "a": 1,
50
+ "k": [
51
+ {
52
+ "i": { "x": 0.833, "y": 0.833 },
53
+ "o": { "x": 0.167, "y": 0.167 },
54
+ "t": 0,
55
+ "s": [509.138, 209.178, 0],
56
+ "to": [0, 0, 0],
57
+ "ti": [0, 0, 0]
58
+ },
59
+ { "t": 30, "s": [554.888, 157.178, 0] }
60
+ ],
61
+ "ix": 2
62
+ },
63
+ "a": { "a": 0, "k": [0.047, -5.164, 0], "ix": 1 },
64
+ "s": {
65
+ "a": 1,
66
+ "k": [
67
+ {
68
+ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] },
69
+ "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] },
70
+ "t": 0,
71
+ "s": [208, 208, 100]
72
+ },
73
+ { "t": 30, "s": [306, 306, 100] }
74
+ ],
75
+ "ix": 6
76
+ }
77
+ },
78
+ "ao": 0,
79
+ "shapes": [
80
+ {
81
+ "ty": "gr",
82
+ "it": [
83
+ {
84
+ "ind": 0,
85
+ "ty": "sh",
86
+ "ix": 1,
87
+ "ks": {
88
+ "a": 0,
89
+ "k": {
90
+ "i": [
91
+ [0, 0],
92
+ [0, 0],
93
+ [0, 0],
94
+ [0, 0],
95
+ [0, 0],
96
+ [0, 0],
97
+ [0, 0],
98
+ [0, 0],
99
+ [0, 0],
100
+ [0, 0]
101
+ ],
102
+ "o": [
103
+ [0, 0],
104
+ [0, 0],
105
+ [0, 0],
106
+ [0, 0],
107
+ [0, 0],
108
+ [0, 0],
109
+ [0, 0],
110
+ [0, 0],
111
+ [0, 0],
112
+ [0, 0]
113
+ ],
114
+ "v": [
115
+ [-5.564, 1.869],
116
+ [5.659, 1.869],
117
+ [5.659, -0.241],
118
+ [-2.634, -0.241],
119
+ [5.659, -10.087],
120
+ [5.659, -12.197],
121
+ [-5.564, -12.197],
122
+ [-5.564, -10.087],
123
+ [2.758, -10.087],
124
+ [-5.564, -0.241]
125
+ ],
126
+ "c": true
127
+ },
128
+ "ix": 2
129
+ },
130
+ "nm": "z",
131
+ "mn": "ADBE Vector Shape - Group",
132
+ "hd": false
133
+ },
134
+ {
135
+ "ty": "fl",
136
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 },
137
+ "o": { "a": 0, "k": 100, "ix": 5 },
138
+ "r": 1,
139
+ "bm": 0,
140
+ "nm": "Fill 1",
141
+ "mn": "ADBE Vector Graphic - Fill",
142
+ "hd": false
143
+ },
144
+ {
145
+ "ty": "tr",
146
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
147
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
148
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
149
+ "r": { "a": 0, "k": 0, "ix": 6 },
150
+ "o": { "a": 0, "k": 100, "ix": 7 },
151
+ "sk": { "a": 0, "k": 0, "ix": 4 },
152
+ "sa": { "a": 0, "k": 0, "ix": 5 },
153
+ "nm": "Transform"
154
+ }
155
+ ],
156
+ "nm": "z",
157
+ "np": 3,
158
+ "cix": 2,
159
+ "bm": 0,
160
+ "ix": 1,
161
+ "mn": "ADBE Vector Group",
162
+ "hd": false
163
+ }
164
+ ],
165
+ "ip": 0,
166
+ "op": 30,
167
+ "st": 0,
168
+ "bm": 0
169
+ },
170
+ {
171
+ "ddd": 0,
172
+ "ind": 3,
173
+ "ty": 4,
174
+ "nm": "z Outlines",
175
+ "sr": 1,
176
+ "ks": {
177
+ "o": {
178
+ "a": 1,
179
+ "k": [
180
+ {
181
+ "i": { "x": [0.833], "y": [0.833] },
182
+ "o": { "x": [0.167], "y": [0.167] },
183
+ "t": 0,
184
+ "s": [100]
185
+ },
186
+ { "t": 30, "s": [100] }
187
+ ],
188
+ "ix": 11
189
+ },
190
+ "r": { "a": 0, "k": 0, "ix": 10 },
191
+ "p": {
192
+ "a": 1,
193
+ "k": [
194
+ {
195
+ "i": { "x": 0.833, "y": 0.833 },
196
+ "o": { "x": 0.167, "y": 0.167 },
197
+ "t": 0,
198
+ "s": [481.235, 233.534, 0],
199
+ "to": [0, 0, 0],
200
+ "ti": [0, 0, 0]
201
+ },
202
+ { "t": 30, "s": [509.138, 209.178, 0] }
203
+ ],
204
+ "ix": 2
205
+ },
206
+ "a": { "a": 0, "k": [0.047, -5.164, 0], "ix": 1 },
207
+ "s": {
208
+ "a": 1,
209
+ "k": [
210
+ {
211
+ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] },
212
+ "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] },
213
+ "t": 0,
214
+ "s": [100, 100, 100]
215
+ },
216
+ { "t": 30, "s": [208, 208, 100] }
217
+ ],
218
+ "ix": 6
219
+ }
220
+ },
221
+ "ao": 0,
222
+ "shapes": [
223
+ {
224
+ "ty": "gr",
225
+ "it": [
226
+ {
227
+ "ind": 0,
228
+ "ty": "sh",
229
+ "ix": 1,
230
+ "ks": {
231
+ "a": 0,
232
+ "k": {
233
+ "i": [
234
+ [0, 0],
235
+ [0, 0],
236
+ [0, 0],
237
+ [0, 0],
238
+ [0, 0],
239
+ [0, 0],
240
+ [0, 0],
241
+ [0, 0],
242
+ [0, 0],
243
+ [0, 0]
244
+ ],
245
+ "o": [
246
+ [0, 0],
247
+ [0, 0],
248
+ [0, 0],
249
+ [0, 0],
250
+ [0, 0],
251
+ [0, 0],
252
+ [0, 0],
253
+ [0, 0],
254
+ [0, 0],
255
+ [0, 0]
256
+ ],
257
+ "v": [
258
+ [-5.564, 1.869],
259
+ [5.659, 1.869],
260
+ [5.659, -0.241],
261
+ [-2.634, -0.241],
262
+ [5.659, -10.087],
263
+ [5.659, -12.197],
264
+ [-5.564, -12.197],
265
+ [-5.564, -10.087],
266
+ [2.758, -10.087],
267
+ [-5.564, -0.241]
268
+ ],
269
+ "c": true
270
+ },
271
+ "ix": 2
272
+ },
273
+ "nm": "z",
274
+ "mn": "ADBE Vector Shape - Group",
275
+ "hd": false
276
+ },
277
+ {
278
+ "ty": "fl",
279
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 },
280
+ "o": { "a": 0, "k": 100, "ix": 5 },
281
+ "r": 1,
282
+ "bm": 0,
283
+ "nm": "Fill 1",
284
+ "mn": "ADBE Vector Graphic - Fill",
285
+ "hd": false
286
+ },
287
+ {
288
+ "ty": "tr",
289
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
290
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
291
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
292
+ "r": { "a": 0, "k": 0, "ix": 6 },
293
+ "o": { "a": 0, "k": 100, "ix": 7 },
294
+ "sk": { "a": 0, "k": 0, "ix": 4 },
295
+ "sa": { "a": 0, "k": 0, "ix": 5 },
296
+ "nm": "Transform"
297
+ }
298
+ ],
299
+ "nm": "z",
300
+ "np": 3,
301
+ "cix": 2,
302
+ "bm": 0,
303
+ "ix": 1,
304
+ "mn": "ADBE Vector Group",
305
+ "hd": false
306
+ }
307
+ ],
308
+ "ip": 0,
309
+ "op": 30,
310
+ "st": 0,
311
+ "bm": 0
312
+ },
313
+ {
314
+ "ddd": 0,
315
+ "ind": 5,
316
+ "ty": 4,
317
+ "nm": "z 3 Outlines",
318
+ "sr": 1,
319
+ "ks": {
320
+ "o": {
321
+ "a": 1,
322
+ "k": [
323
+ {
324
+ "i": { "x": [0.833], "y": [0.833] },
325
+ "o": { "x": [0.167], "y": [0.167] },
326
+ "t": 0,
327
+ "s": [0]
328
+ },
329
+ { "t": 30, "s": [100] }
330
+ ],
331
+ "ix": 11
332
+ },
333
+ "r": { "a": 0, "k": 0, "ix": 10 },
334
+ "p": {
335
+ "a": 1,
336
+ "k": [
337
+ {
338
+ "i": { "x": 0.833, "y": 0.833 },
339
+ "o": { "x": 0.167, "y": 0.167 },
340
+ "t": 0,
341
+ "s": [450.235, 259.534, 0],
342
+ "to": [0, 0, 0],
343
+ "ti": [0, 0, 0]
344
+ },
345
+ { "t": 30, "s": [481.235, 233.534, 0] }
346
+ ],
347
+ "ix": 2
348
+ },
349
+ "a": { "a": 0, "k": [0.047, -5.164, 0], "ix": 1 },
350
+ "s": {
351
+ "a": 1,
352
+ "k": [
353
+ {
354
+ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] },
355
+ "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] },
356
+ "t": 0,
357
+ "s": [30, 30, 100]
358
+ },
359
+ {
360
+ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] },
361
+ "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] },
362
+ "t": 20,
363
+ "s": [30, 30, 100]
364
+ },
365
+ {
366
+ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] },
367
+ "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] },
368
+ "t": 30,
369
+ "s": [100, 100, 100]
370
+ },
371
+ { "t": 50, "s": [100, 100, 100] }
372
+ ],
373
+ "ix": 6
374
+ }
375
+ },
376
+ "ao": 0,
377
+ "shapes": [
378
+ {
379
+ "ty": "gr",
380
+ "it": [
381
+ {
382
+ "ind": 0,
383
+ "ty": "sh",
384
+ "ix": 1,
385
+ "ks": {
386
+ "a": 0,
387
+ "k": {
388
+ "i": [
389
+ [0, 0],
390
+ [0, 0],
391
+ [0, 0],
392
+ [0, 0],
393
+ [0, 0],
394
+ [0, 0],
395
+ [0, 0],
396
+ [0, 0],
397
+ [0, 0],
398
+ [0, 0]
399
+ ],
400
+ "o": [
401
+ [0, 0],
402
+ [0, 0],
403
+ [0, 0],
404
+ [0, 0],
405
+ [0, 0],
406
+ [0, 0],
407
+ [0, 0],
408
+ [0, 0],
409
+ [0, 0],
410
+ [0, 0]
411
+ ],
412
+ "v": [
413
+ [-5.564, 1.869],
414
+ [5.659, 1.869],
415
+ [5.659, -0.241],
416
+ [-2.634, -0.241],
417
+ [5.659, -10.087],
418
+ [5.659, -12.197],
419
+ [-5.564, -12.197],
420
+ [-5.564, -10.087],
421
+ [2.758, -10.087],
422
+ [-5.564, -0.241]
423
+ ],
424
+ "c": true
425
+ },
426
+ "ix": 2
427
+ },
428
+ "nm": "z",
429
+ "mn": "ADBE Vector Shape - Group",
430
+ "hd": false
431
+ },
432
+ {
433
+ "ty": "fl",
434
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 },
435
+ "o": { "a": 0, "k": 100, "ix": 5 },
436
+ "r": 1,
437
+ "bm": 0,
438
+ "nm": "Fill 1",
439
+ "mn": "ADBE Vector Graphic - Fill",
440
+ "hd": false
441
+ },
442
+ {
443
+ "ty": "tr",
444
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
445
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
446
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
447
+ "r": { "a": 0, "k": 0, "ix": 6 },
448
+ "o": { "a": 0, "k": 100, "ix": 7 },
449
+ "sk": { "a": 0, "k": 0, "ix": 4 },
450
+ "sa": { "a": 0, "k": 0, "ix": 5 },
451
+ "nm": "Transform"
452
+ }
453
+ ],
454
+ "nm": "z",
455
+ "np": 3,
456
+ "cix": 2,
457
+ "bm": 0,
458
+ "ix": 1,
459
+ "mn": "ADBE Vector Group",
460
+ "hd": false
461
+ }
462
+ ],
463
+ "ip": 0,
464
+ "op": 30,
465
+ "st": 0,
466
+ "bm": 0
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ "id": "comp_1",
472
+ "layers": [
473
+ {
474
+ "ddd": 0,
475
+ "ind": 1,
476
+ "ty": 4,
477
+ "nm": "Ellipse 3946",
478
+ "sr": 1,
479
+ "ks": {
480
+ "o": { "a": 0, "k": 100, "ix": 11 },
481
+ "r": { "a": 0, "k": 0, "ix": 10 },
482
+ "p": { "a": 0, "k": [394.096, 418.801, 0], "ix": 2 },
483
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
484
+ "s": {
485
+ "a": 1,
486
+ "k": [
487
+ {
488
+ "i": { "x": [0.544, 0.544, 0.667], "y": [1, 1, 1] },
489
+ "o": { "x": [0.121, 0.121, 0.333], "y": [0.218, 0.218, 0] },
490
+ "t": 0,
491
+ "s": [100, 100, 100]
492
+ },
493
+ {
494
+ "i": { "x": [0.557, 0.557, 0.667], "y": [1, 1, 1] },
495
+ "o": { "x": [0.387, 0.387, 0.333], "y": [0, 0, 0] },
496
+ "t": 30,
497
+ "s": [66, 66, 100]
498
+ },
499
+ {
500
+ "i": { "x": [0.887, 0.887, 0.667], "y": [1, 1, 1] },
501
+ "o": { "x": [0.446, 0.446, 0.333], "y": [0, 0, 0] },
502
+ "t": 50,
503
+ "s": [135, 135, 100]
504
+ },
505
+ { "t": 61, "s": [100, 100, 100] }
506
+ ],
507
+ "ix": 6
508
+ }
509
+ },
510
+ "ao": 0,
511
+ "shapes": [
512
+ {
513
+ "ty": "gr",
514
+ "it": [
515
+ {
516
+ "d": 1,
517
+ "ty": "el",
518
+ "s": { "a": 0, "k": [36.373, 36.373], "ix": 2 },
519
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
520
+ "nm": "Ellipse Path 1",
521
+ "mn": "ADBE Vector Shape - Ellipse",
522
+ "hd": false
523
+ },
524
+ {
525
+ "ty": "fl",
526
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 },
527
+ "o": { "a": 0, "k": 100, "ix": 5 },
528
+ "r": 1,
529
+ "bm": 0,
530
+ "nm": "Fill 1",
531
+ "mn": "ADBE Vector Graphic - Fill",
532
+ "hd": false
533
+ },
534
+ {
535
+ "ty": "tr",
536
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
537
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
538
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
539
+ "r": { "a": 0, "k": 0, "ix": 6 },
540
+ "o": { "a": 0, "k": 100, "ix": 7 },
541
+ "sk": { "a": 0, "k": 0, "ix": 4 },
542
+ "sa": { "a": 0, "k": 0, "ix": 5 },
543
+ "nm": "Transform"
544
+ }
545
+ ],
546
+ "nm": "Ellipse 3946",
547
+ "np": 2,
548
+ "cix": 2,
549
+ "bm": 0,
550
+ "ix": 1,
551
+ "mn": "ADBE Vector Group",
552
+ "hd": false
553
+ }
554
+ ],
555
+ "ip": -3,
556
+ "op": 61,
557
+ "st": 30,
558
+ "bm": 0
559
+ }
560
+ ]
561
+ }
562
+ ],
563
+ "layers": [
564
+ {
565
+ "ddd": 0,
566
+ "ind": 1,
567
+ "ty": 3,
568
+ "nm": "Null 2",
569
+ "sr": 1,
570
+ "ks": {
571
+ "o": { "a": 0, "k": 0, "ix": 11 },
572
+ "r": { "a": 0, "k": 0, "ix": 10 },
573
+ "p": { "a": 0, "k": [500, 500, 0], "ix": 2 },
574
+ "a": { "a": 0, "k": [50, 50, 0], "ix": 1 },
575
+ "s": { "a": 0, "k": [170, 170, 100], "ix": 6 }
576
+ },
577
+ "ao": 0,
578
+ "ip": 0,
579
+ "op": 150,
580
+ "st": 0,
581
+ "bm": 0
582
+ },
583
+ {
584
+ "ddd": 0,
585
+ "ind": 2,
586
+ "ty": 0,
587
+ "nm": "ZZ",
588
+ "parent": 1,
589
+ "refId": "comp_0",
590
+ "sr": 1,
591
+ "ks": {
592
+ "o": { "a": 0, "k": 100, "ix": 11 },
593
+ "r": { "a": 0, "k": 0, "ix": 10 },
594
+ "p": { "a": 0, "k": [50, 50, 0], "ix": 2 },
595
+ "a": { "a": 0, "k": [375, 375, 0], "ix": 1 },
596
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
597
+ },
598
+ "ao": 0,
599
+ "tm": {
600
+ "a": 1,
601
+ "k": [
602
+ {
603
+ "i": { "x": [0.833], "y": [0.833] },
604
+ "o": { "x": [0.167], "y": [0.167] },
605
+ "t": 0,
606
+ "s": [0]
607
+ },
608
+ { "t": 29, "s": [0.967] }
609
+ ],
610
+ "ix": 2,
611
+ "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
612
+ },
613
+ "w": 750,
614
+ "h": 750,
615
+ "ip": 0,
616
+ "op": 150,
617
+ "st": 0,
618
+ "bm": 0
619
+ },
620
+ {
621
+ "ddd": 0,
622
+ "ind": 3,
623
+ "ty": 3,
624
+ "nm": "Null 1",
625
+ "parent": 1,
626
+ "sr": 1,
627
+ "ks": {
628
+ "o": { "a": 0, "k": 0, "ix": 11 },
629
+ "r": { "a": 0, "k": 0, "ix": 10 },
630
+ "p": {
631
+ "s": true,
632
+ "x": {
633
+ "a": 1,
634
+ "k": [
635
+ {
636
+ "i": { "x": [0.833], "y": [0.833] },
637
+ "o": { "x": [0.167], "y": [0.167] },
638
+ "t": 0,
639
+ "s": [50]
640
+ },
641
+ {
642
+ "i": { "x": [0.833], "y": [0.833] },
643
+ "o": { "x": [0.167], "y": [0.167] },
644
+ "t": 30,
645
+ "s": [50]
646
+ },
647
+ {
648
+ "i": { "x": [0.833], "y": [0.833] },
649
+ "o": { "x": [0.167], "y": [0.167] },
650
+ "t": 50,
651
+ "s": [50]
652
+ },
653
+ { "t": 60, "s": [50] }
654
+ ],
655
+ "ix": 3
656
+ },
657
+ "y": {
658
+ "a": 1,
659
+ "k": [
660
+ {
661
+ "i": { "x": [0.46], "y": [1] },
662
+ "o": { "x": [0.167], "y": [0.167] },
663
+ "t": 0,
664
+ "s": [50]
665
+ },
666
+ {
667
+ "i": { "x": [0.482], "y": [1] },
668
+ "o": { "x": [0.53], "y": [0] },
669
+ "t": 30,
670
+ "s": [60]
671
+ },
672
+ {
673
+ "i": { "x": [0.833], "y": [0.833] },
674
+ "o": { "x": [0.778], "y": [0] },
675
+ "t": 50,
676
+ "s": [45]
677
+ },
678
+ { "t": 60, "s": [50] }
679
+ ],
680
+ "ix": 4
681
+ }
682
+ },
683
+ "a": { "a": 0, "k": [50, 50, 0], "ix": 1 },
684
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
685
+ },
686
+ "ao": 0,
687
+ "ip": 0,
688
+ "op": 150,
689
+ "st": 0,
690
+ "bm": 0
691
+ },
692
+ {
693
+ "ddd": 0,
694
+ "ind": 4,
695
+ "ty": 0,
696
+ "nm": "Mouth",
697
+ "parent": 3,
698
+ "refId": "comp_1",
699
+ "sr": 1,
700
+ "ks": {
701
+ "o": { "a": 0, "k": 100, "ix": 11 },
702
+ "r": { "a": 0, "k": 0, "ix": 10 },
703
+ "p": {
704
+ "s": true,
705
+ "x": { "a": 0, "k": 50, "ix": 3 },
706
+ "y": { "a": 0, "k": 57.993, "ix": 4 }
707
+ },
708
+ "a": { "a": 0, "k": [375, 375, 0], "ix": 1 },
709
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
710
+ },
711
+ "ao": 0,
712
+ "w": 750,
713
+ "h": 750,
714
+ "ip": 0,
715
+ "op": 61,
716
+ "st": 0,
717
+ "bm": 0
718
+ },
719
+ {
720
+ "ddd": 0,
721
+ "ind": 5,
722
+ "ty": 4,
723
+ "nm": "Ellipse 3945",
724
+ "parent": 3,
725
+ "sr": 1,
726
+ "ks": {
727
+ "o": { "a": 0, "k": 100, "ix": 11 },
728
+ "r": { "a": 0, "k": 0, "ix": 10 },
729
+ "p": { "a": 0, "k": [100.013, -0.051, 0], "ix": 2 },
730
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
731
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
732
+ },
733
+ "ao": 0,
734
+ "hasMask": true,
735
+ "masksProperties": [
736
+ {
737
+ "inv": false,
738
+ "mode": "a",
739
+ "pt": {
740
+ "a": 0,
741
+ "k": {
742
+ "i": [
743
+ [0, 0],
744
+ [0, 0],
745
+ [0, 0],
746
+ [0, 0],
747
+ [0, 0],
748
+ [0, 0]
749
+ ],
750
+ "o": [
751
+ [0, 0],
752
+ [0, 0],
753
+ [0, 0],
754
+ [0, 0],
755
+ [0, 0],
756
+ [0, 0]
757
+ ],
758
+ "v": [
759
+ [38.987, 0.044],
760
+ [-37.013, 0.044],
761
+ [-36.013, 29.044],
762
+ [-12.013, 40.544],
763
+ [28.487, 36.044],
764
+ [41.987, 15.544]
765
+ ],
766
+ "c": true
767
+ },
768
+ "ix": 1
769
+ },
770
+ "o": { "a": 0, "k": 100, "ix": 3 },
771
+ "x": { "a": 0, "k": 0, "ix": 4 },
772
+ "nm": "Mask 1"
773
+ }
774
+ ],
775
+ "shapes": [
776
+ {
777
+ "ty": "gr",
778
+ "it": [
779
+ {
780
+ "d": 1,
781
+ "ty": "el",
782
+ "s": { "a": 0, "k": [58.197, 58.197], "ix": 2 },
783
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
784
+ "nm": "Ellipse Path 1",
785
+ "mn": "ADBE Vector Shape - Ellipse",
786
+ "hd": false
787
+ },
788
+ {
789
+ "ty": "st",
790
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 },
791
+ "o": { "a": 0, "k": 100, "ix": 4 },
792
+ "w": { "a": 0, "k": 3.637, "ix": 5 },
793
+ "lc": 1,
794
+ "lj": 1,
795
+ "ml": 4,
796
+ "bm": 0,
797
+ "nm": "Stroke 1",
798
+ "mn": "ADBE Vector Graphic - Stroke",
799
+ "hd": false
800
+ },
801
+ {
802
+ "ty": "tr",
803
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
804
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
805
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
806
+ "r": { "a": 0, "k": 0, "ix": 6 },
807
+ "o": { "a": 0, "k": 100, "ix": 7 },
808
+ "sk": { "a": 0, "k": 0, "ix": 4 },
809
+ "sa": { "a": 0, "k": 0, "ix": 5 },
810
+ "nm": "Transform"
811
+ }
812
+ ],
813
+ "nm": "Ellipse 3945",
814
+ "np": 2,
815
+ "cix": 2,
816
+ "bm": 0,
817
+ "ix": 1,
818
+ "mn": "ADBE Vector Group",
819
+ "hd": false
820
+ }
821
+ ],
822
+ "ip": 0,
823
+ "op": 150,
824
+ "st": 0,
825
+ "bm": 0
826
+ },
827
+ {
828
+ "ddd": 0,
829
+ "ind": 6,
830
+ "ty": 4,
831
+ "nm": "Ellipse 3944",
832
+ "parent": 3,
833
+ "sr": 1,
834
+ "ks": {
835
+ "o": { "a": 0, "k": 100, "ix": 11 },
836
+ "r": { "a": 0, "k": 0, "ix": 10 },
837
+ "p": { "a": 0, "k": [-1.832, -0.051, 0], "ix": 2 },
838
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
839
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
840
+ },
841
+ "ao": 0,
842
+ "hasMask": true,
843
+ "masksProperties": [
844
+ {
845
+ "inv": false,
846
+ "mode": "a",
847
+ "pt": {
848
+ "a": 0,
849
+ "k": {
850
+ "i": [
851
+ [0, 0],
852
+ [0, 0],
853
+ [0, 0],
854
+ [0, 0]
855
+ ],
856
+ "o": [
857
+ [0, 0],
858
+ [0, 0],
859
+ [0, 0],
860
+ [0, 0]
861
+ ],
862
+ "v": [
863
+ [37.832, -0.956],
864
+ [-38.168, -0.956],
865
+ [-27.168, 44.544],
866
+ [38.832, 25.044]
867
+ ],
868
+ "c": true
869
+ },
870
+ "ix": 1
871
+ },
872
+ "o": { "a": 0, "k": 100, "ix": 3 },
873
+ "x": { "a": 0, "k": 0, "ix": 4 },
874
+ "nm": "Mask 1"
875
+ }
876
+ ],
877
+ "shapes": [
878
+ {
879
+ "ty": "gr",
880
+ "it": [
881
+ {
882
+ "d": 1,
883
+ "ty": "el",
884
+ "s": { "a": 0, "k": [58.197, 58.197], "ix": 2 },
885
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
886
+ "nm": "Ellipse Path 1",
887
+ "mn": "ADBE Vector Shape - Ellipse",
888
+ "hd": false
889
+ },
890
+ {
891
+ "ty": "st",
892
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 },
893
+ "o": { "a": 0, "k": 100, "ix": 4 },
894
+ "w": { "a": 0, "k": 3.637, "ix": 5 },
895
+ "lc": 1,
896
+ "lj": 1,
897
+ "ml": 4,
898
+ "bm": 0,
899
+ "nm": "Stroke 1",
900
+ "mn": "ADBE Vector Graphic - Stroke",
901
+ "hd": false
902
+ },
903
+ {
904
+ "ty": "tr",
905
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
906
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
907
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
908
+ "r": { "a": 0, "k": 0, "ix": 6 },
909
+ "o": { "a": 0, "k": 100, "ix": 7 },
910
+ "sk": { "a": 0, "k": 0, "ix": 4 },
911
+ "sa": { "a": 0, "k": 0, "ix": 5 },
912
+ "nm": "Transform"
913
+ }
914
+ ],
915
+ "nm": "Ellipse 3944",
916
+ "np": 2,
917
+ "cix": 2,
918
+ "bm": 0,
919
+ "ix": 1,
920
+ "mn": "ADBE Vector Group",
921
+ "hd": false
922
+ }
923
+ ],
924
+ "ip": 0,
925
+ "op": 150,
926
+ "st": 0,
927
+ "bm": 0
928
+ },
929
+ {
930
+ "ddd": 0,
931
+ "ind": 7,
932
+ "ty": 4,
933
+ "nm": "Ellipse 3934",
934
+ "parent": 1,
935
+ "sr": 1,
936
+ "ks": {
937
+ "o": { "a": 0, "k": 100, "ix": 11 },
938
+ "r": { "a": 0, "k": 0, "ix": 10 },
939
+ "p": { "a": 0, "k": [50, 50, 0], "ix": 2 },
940
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
941
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
942
+ },
943
+ "ao": 0,
944
+ "shapes": [
945
+ {
946
+ "ty": "gr",
947
+ "it": [
948
+ {
949
+ "d": 1,
950
+ "ty": "el",
951
+ "s": { "a": 0, "k": [392.832, 392.832], "ix": 2 },
952
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
953
+ "nm": "Ellipse Path 1",
954
+ "mn": "ADBE Vector Shape - Ellipse",
955
+ "hd": false
956
+ },
957
+ {
958
+ "ty": "st",
959
+ "c": { "a": 0, "k": [0.166666671634, 0.166666671634, 0.166666671634, 1], "ix": 3 },
960
+ "o": { "a": 0, "k": 100, "ix": 4 },
961
+ "w": { "a": 0, "k": 3.637, "ix": 5 },
962
+ "lc": 1,
963
+ "lj": 1,
964
+ "ml": 4,
965
+ "bm": 0,
966
+ "nm": "Stroke 1",
967
+ "mn": "ADBE Vector Graphic - Stroke",
968
+ "hd": false
969
+ },
970
+ {
971
+ "ty": "fl",
972
+ "c": { "a": 0, "k": [0.166666671634, 0.166666671634, 0.166666671634, 1], "ix": 4 },
973
+ "o": { "a": 0, "k": 100, "ix": 5 },
974
+ "r": 1,
975
+ "bm": 0,
976
+ "nm": "Fill 1",
977
+ "mn": "ADBE Vector Graphic - Fill",
978
+ "hd": false
979
+ },
980
+ {
981
+ "ty": "tr",
982
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
983
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
984
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
985
+ "r": { "a": 0, "k": 0, "ix": 6 },
986
+ "o": { "a": 0, "k": 100, "ix": 7 },
987
+ "sk": { "a": 0, "k": 0, "ix": 4 },
988
+ "sa": { "a": 0, "k": 0, "ix": 5 },
989
+ "nm": "Transform"
990
+ }
991
+ ],
992
+ "nm": "Ellipse 3934",
993
+ "np": 3,
994
+ "cix": 2,
995
+ "bm": 0,
996
+ "ix": 1,
997
+ "mn": "ADBE Vector Group",
998
+ "hd": false
999
+ }
1000
+ ],
1001
+ "ip": 0,
1002
+ "op": 150,
1003
+ "st": 0,
1004
+ "bm": 0
1005
+ }
1006
+ ],
1007
+ "markers": []
1008
+ }