@zezosoft/zezo-ott-react-native-ui-kit 1.0.2 → 1.0.3

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 (466) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +6 -0
  3. package/lib/module/assets/animations/135037-payment-processing-error.json +1347 -1
  4. package/lib/module/assets/animations/7227-vui-animation.json +3377 -1
  5. package/lib/module/assets/animations/succesfull-payment.json +2379 -1
  6. package/lib/module/assets/animations/voice-icon.json +542 -1
  7. package/lib/module/components/Account/Account.js +6 -6
  8. package/lib/module/components/Account/Account.js.map +1 -1
  9. package/lib/module/components/Account/index.js +1 -1
  10. package/lib/module/components/Account/index.js.map +1 -1
  11. package/lib/module/components/Alert/UAAlert.js +138 -0
  12. package/lib/module/components/Alert/UAAlert.js.map +1 -0
  13. package/lib/module/components/Alert/index.js +4 -0
  14. package/lib/module/components/Alert/index.js.map +1 -0
  15. package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js +9 -9
  16. package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +1 -1
  17. package/lib/module/components/Auth/Login/LoginWithEmail.js +10 -10
  18. package/lib/module/components/Auth/Login/LoginWithEmail.js.map +1 -1
  19. package/lib/module/components/Auth/Login/LoginWithPhone.js +10 -10
  20. package/lib/module/components/Auth/Login/LoginWithPhone.js.map +1 -1
  21. package/lib/module/components/Auth/OTP/OTP.js +9 -9
  22. package/lib/module/components/Auth/OTP/OTP.js.map +1 -1
  23. package/lib/module/components/Auth/SignUp/SignUp.js +10 -10
  24. package/lib/module/components/Auth/SignUp/SignUp.js.map +1 -1
  25. package/lib/module/components/Auth/SplashScreen/SplashScreen.js +6 -6
  26. package/lib/module/components/Auth/SplashScreen/SplashScreen.js.map +1 -1
  27. package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js +1 -6
  28. package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js.map +1 -1
  29. package/lib/module/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.js +1 -1
  30. package/lib/module/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -1
  31. package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js +1 -1
  32. package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -1
  33. package/lib/module/components/Auth/index.js +6 -6
  34. package/lib/module/components/Auth/index.js.map +1 -1
  35. package/lib/module/components/BackgroundLayout/BackgroundLayout.js +1 -1
  36. package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -1
  37. package/lib/module/components/BlogView/BlogView.js +4 -10
  38. package/lib/module/components/BlogView/BlogView.js.map +1 -1
  39. package/lib/module/components/BlogView/index.js +1 -1
  40. package/lib/module/components/BlogView/index.js.map +1 -1
  41. package/lib/module/components/Button/BackBtn.js +1 -1
  42. package/lib/module/components/Button/BackBtn.js.map +1 -1
  43. package/lib/module/components/Button/MenuBtn.js +1 -1
  44. package/lib/module/components/Button/MenuBtn.js.map +1 -1
  45. package/lib/module/components/Button/PrimaryBtn.js +2 -2
  46. package/lib/module/components/Button/PrimaryBtn.js.map +1 -1
  47. package/lib/module/components/Button/TextButton.js +2 -2
  48. package/lib/module/components/Button/TextButton.js.map +1 -1
  49. package/lib/module/components/Button/index.js +3 -3
  50. package/lib/module/components/Button/index.js.map +1 -1
  51. package/lib/module/components/Content/Card/Category/Category.js +2 -2
  52. package/lib/module/components/Content/Card/Category/Category.js.map +1 -1
  53. package/lib/module/components/Content/Card/NowWatching/NowWatching.js +6 -6
  54. package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -1
  55. package/lib/module/components/Content/Card/Sliders/Styles/One.js +3 -3
  56. package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
  57. package/lib/module/components/Content/Card/Sliders/Styles/Two.js +4 -4
  58. package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -1
  59. package/lib/module/components/Content/Card/Sliders/index.js +2 -2
  60. package/lib/module/components/Content/Card/Sliders/index.js.map +1 -1
  61. package/lib/module/components/Content/Card/Styles/Five.js +4 -4
  62. package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
  63. package/lib/module/components/Content/Card/Styles/Four.js +4 -4
  64. package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
  65. package/lib/module/components/Content/Card/Styles/One.js +4 -4
  66. package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
  67. package/lib/module/components/Content/Card/Styles/RotateInOut.js +4 -4
  68. package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
  69. package/lib/module/components/Content/Card/Styles/Six.js +5 -5
  70. package/lib/module/components/Content/Card/Styles/Six.js.map +1 -1
  71. package/lib/module/components/Content/Card/Styles/Three.js +4 -4
  72. package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
  73. package/lib/module/components/Content/Card/Styles/TopTen.js +5 -5
  74. package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
  75. package/lib/module/components/Content/Card/Styles/Two.js +4 -4
  76. package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
  77. package/lib/module/components/Content/Card/components/CardPoster.js +1 -10
  78. package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
  79. package/lib/module/components/Content/Card/components/NavigateToMore.js +2 -2
  80. package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -1
  81. package/lib/module/components/Content/Card/components/NoContentFallback.js +3 -3
  82. package/lib/module/components/Content/Card/components/NoContentFallback.js.map +1 -1
  83. package/lib/module/components/Content/Card/components/ShowAllButton.js +1 -1
  84. package/lib/module/components/Content/Card/components/ShowAllButton.js.map +1 -1
  85. package/lib/module/components/Content/Card/components/ThumbnailCard.js +1 -1
  86. package/lib/module/components/Content/Card/components/ThumbnailCard.js.map +1 -1
  87. package/lib/module/components/Content/Card/index.js +10 -10
  88. package/lib/module/components/Content/Card/index.js.map +1 -1
  89. package/lib/module/components/Content/Content.js +4 -4
  90. package/lib/module/components/Content/Content.js.map +1 -1
  91. package/lib/module/components/Content/Sections.js +2 -2
  92. package/lib/module/components/Content/Sections.js.map +1 -1
  93. package/lib/module/components/ContentView/ContentView.js +8 -9
  94. package/lib/module/components/ContentView/ContentView.js.map +1 -1
  95. package/lib/module/components/ContentView/MoreContentList.js +6 -6
  96. package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
  97. package/lib/module/components/ContentView/components/AboutSection.js +2 -2
  98. package/lib/module/components/ContentView/components/AboutSection.js.map +1 -1
  99. package/lib/module/components/ContentView/components/CastCard.js +2 -2
  100. package/lib/module/components/ContentView/components/CastCard.js.map +1 -1
  101. package/lib/module/components/ContentView/components/EpisodeCard.js +3 -3
  102. package/lib/module/components/ContentView/components/EpisodeCard.js.map +1 -1
  103. package/lib/module/components/ContentView/components/GenreTags.js +1 -1
  104. package/lib/module/components/ContentView/components/GenreTags.js.map +1 -1
  105. package/lib/module/components/ContentView/components/HeroBanner.js +5 -5
  106. package/lib/module/components/ContentView/components/HeroBanner.js.map +1 -1
  107. package/lib/module/components/ContentView/components/PlayButton.js +0 -1
  108. package/lib/module/components/ContentView/components/PlayButton.js.map +1 -1
  109. package/lib/module/components/ContentView/components/Title.js +1 -1
  110. package/lib/module/components/ContentView/components/Title.js.map +1 -1
  111. package/lib/module/components/ContentView/components/TrailerButton.js +1 -2
  112. package/lib/module/components/ContentView/components/TrailerButton.js.map +1 -1
  113. package/lib/module/components/ContentView/index.js +2 -2
  114. package/lib/module/components/ContentView/index.js.map +1 -1
  115. package/lib/module/components/Headers/AppHeader.js +2 -2
  116. package/lib/module/components/Headers/AppHeader.js.map +1 -1
  117. package/lib/module/components/Headers/One.js +2 -2
  118. package/lib/module/components/Headers/One.js.map +1 -1
  119. package/lib/module/components/Headers/Three.js +2 -2
  120. package/lib/module/components/Headers/Three.js.map +1 -1
  121. package/lib/module/components/Headers/Two.js +5 -6
  122. package/lib/module/components/Headers/Two.js.map +1 -1
  123. package/lib/module/components/Headers/index.js +3 -3
  124. package/lib/module/components/Headers/index.js.map +1 -1
  125. package/lib/module/components/Input/Input.js +3 -3
  126. package/lib/module/components/Input/Input.js.map +1 -1
  127. package/lib/module/components/Input/InputOne.js +1 -1
  128. package/lib/module/components/Input/InputOne.js.map +1 -1
  129. package/lib/module/components/Input/InputTwo.js +1 -1
  130. package/lib/module/components/Input/InputTwo.js.map +1 -1
  131. package/lib/module/components/Input/PhoneNumberInput.js +1 -1
  132. package/lib/module/components/Input/PhoneNumberInput.js.map +1 -1
  133. package/lib/module/components/Keyboard/HideKeyboard.js.map +1 -1
  134. package/lib/module/components/Loader/Loader.js +1 -6
  135. package/lib/module/components/Loader/Loader.js.map +1 -1
  136. package/lib/module/components/Logo/Logo.js +2 -2
  137. package/lib/module/components/Logo/Logo.js.map +1 -1
  138. package/lib/module/components/Search/One.js +9 -9
  139. package/lib/module/components/Search/One.js.map +1 -1
  140. package/lib/module/components/Search/components/RecentSearchesSection.js +1 -1
  141. package/lib/module/components/Search/components/RecentSearchesSection.js.map +1 -1
  142. package/lib/module/components/Search/components/SearchCard.js +3 -3
  143. package/lib/module/components/Search/components/SearchCard.js.map +1 -1
  144. package/lib/module/components/Search/index.js +2 -2
  145. package/lib/module/components/Search/index.js.map +1 -1
  146. package/lib/module/components/Settings/AppSettings.js +4 -4
  147. package/lib/module/components/Settings/AppSettings.js.map +1 -1
  148. package/lib/module/components/Settings/index.js +1 -1
  149. package/lib/module/components/Settings/index.js.map +1 -1
  150. package/lib/module/components/Subscription/SubOne.js +4 -4
  151. package/lib/module/components/Subscription/SubOne.js.map +1 -1
  152. package/lib/module/components/Subscription/index.js +1 -1
  153. package/lib/module/components/Subscription/index.js.map +1 -1
  154. package/lib/module/components/TabBar/One.js +2 -2
  155. package/lib/module/components/TabBar/One.js.map +1 -1
  156. package/lib/module/components/TabBar/Three.js +1 -1
  157. package/lib/module/components/TabBar/Three.js.map +1 -1
  158. package/lib/module/components/TabBar/Two.js +2 -2
  159. package/lib/module/components/TabBar/Two.js.map +1 -1
  160. package/lib/module/components/TabBar/index.js +3 -3
  161. package/lib/module/components/TabBar/index.js.map +1 -1
  162. package/lib/module/components/Text/Text.js +1 -1
  163. package/lib/module/components/Text/Text.js.map +1 -1
  164. package/lib/module/components/Text/index.js +1 -1
  165. package/lib/module/components/Text/index.js.map +1 -1
  166. package/lib/module/components/User/DeviceSessions/DeviceSessions.js +3 -3
  167. package/lib/module/components/User/DeviceSessions/DeviceSessions.js.map +1 -1
  168. package/lib/module/components/User/WatchHistory/WatchHistory.js +4 -4
  169. package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
  170. package/lib/module/components/User/WatchLater/WatchLater.js +5 -5
  171. package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
  172. package/lib/module/components/User/components/UserAvatar.js +1 -1
  173. package/lib/module/components/User/components/UserAvatar.js.map +1 -1
  174. package/lib/module/components/User/components/UserSection.js +3 -3
  175. package/lib/module/components/User/components/UserSection.js.map +1 -1
  176. package/lib/module/components/User/index.js +3 -3
  177. package/lib/module/components/User/index.js.map +1 -1
  178. package/lib/module/components/View/View.js.map +1 -1
  179. package/lib/module/components/View/index.js +1 -1
  180. package/lib/module/components/View/index.js.map +1 -1
  181. package/lib/module/components/index.js +19 -18
  182. package/lib/module/components/index.js.map +1 -1
  183. package/lib/module/components/layout/SafeAreaWrapper.js +1 -1
  184. package/lib/module/components/layout/SafeAreaWrapper.js.map +1 -1
  185. package/lib/module/components/layout/index.js +1 -1
  186. package/lib/module/components/layout/index.js.map +1 -1
  187. package/lib/module/constants/dummySections.js.map +1 -1
  188. package/lib/module/hooks/useDebounce.js.map +1 -1
  189. package/lib/module/hooks/useInitSplashCacheSync.js +7 -7
  190. package/lib/module/hooks/useInitSplashCacheSync.js.map +1 -1
  191. package/lib/module/hooks/useKeyboard.js.map +1 -1
  192. package/lib/module/hooks/usePaginatedSection.js.map +1 -1
  193. package/lib/module/index.js +3 -3
  194. package/lib/module/index.js.map +1 -1
  195. package/lib/module/package.json +1 -0
  196. package/lib/module/store/RecentSearchesStore.js.map +1 -1
  197. package/lib/module/store/splashStore.js.map +1 -1
  198. package/lib/module/theme/ThemeProvider.js +11 -8
  199. package/lib/module/theme/ThemeProvider.js.map +1 -1
  200. package/lib/module/theme/hook/useTheme.js +2 -2
  201. package/lib/module/theme/hook/useTheme.js.map +1 -1
  202. package/lib/module/theme/index.js +3 -2
  203. package/lib/module/theme/index.js.map +1 -1
  204. package/lib/module/theme/themes.js +0 -13
  205. package/lib/module/theme/themes.js.map +1 -1
  206. package/lib/typescript/package.json +1 -0
  207. package/lib/typescript/src/components/Account/Account.d.ts +0 -1
  208. package/lib/typescript/src/components/Account/Account.d.ts.map +1 -1
  209. package/lib/typescript/src/components/Alert/UAAlert.d.ts +16 -0
  210. package/lib/typescript/src/components/Alert/UAAlert.d.ts.map +1 -0
  211. package/lib/typescript/src/components/Alert/index.d.ts +2 -0
  212. package/lib/typescript/src/components/Alert/index.d.ts.map +1 -0
  213. package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +1 -1
  214. package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +1 -1
  215. package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +1 -1
  216. package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +1 -1
  217. package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +1 -1
  218. package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts.map +1 -1
  219. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.d.ts +0 -4
  220. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -1
  221. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -1
  222. package/lib/typescript/src/components/Auth/index.d.ts +1 -1
  223. package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
  224. package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -1
  225. package/lib/typescript/src/components/BlogView/BlogView.d.ts +0 -4
  226. package/lib/typescript/src/components/BlogView/BlogView.d.ts.map +1 -1
  227. package/lib/typescript/src/components/Button/BackBtn.d.ts.map +1 -1
  228. package/lib/typescript/src/components/Button/MenuBtn.d.ts.map +1 -1
  229. package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -1
  230. package/lib/typescript/src/components/Button/TextButton.d.ts.map +1 -1
  231. package/lib/typescript/src/components/Content/Card/Category/Category.d.ts +1 -1
  232. package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -1
  233. package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.map +1 -1
  234. package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -1
  235. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts.map +1 -1
  236. package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -1
  237. package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -1
  238. package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -1
  239. package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -1
  240. package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts.map +1 -1
  241. package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -1
  242. package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -1
  243. package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -1
  244. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +0 -8
  245. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
  246. package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts.map +1 -1
  247. package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts +1 -2
  248. package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts.map +1 -1
  249. package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts.map +1 -1
  250. package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts.map +1 -1
  251. package/lib/typescript/src/components/Content/Card/index.d.ts +2 -2
  252. package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
  253. package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
  254. package/lib/typescript/src/components/ContentView/ContentView.d.ts +1 -2
  255. package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +1 -1
  256. package/lib/typescript/src/components/ContentView/MoreContentList.d.ts.map +1 -1
  257. package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts +1 -2
  258. package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +1 -1
  259. package/lib/typescript/src/components/ContentView/components/CastCard.d.ts +1 -6
  260. package/lib/typescript/src/components/ContentView/components/CastCard.d.ts.map +1 -1
  261. package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts +1 -2
  262. package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +1 -1
  263. package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts +1 -1
  264. package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts.map +1 -1
  265. package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts +1 -2
  266. package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts.map +1 -1
  267. package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts +1 -2
  268. package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts.map +1 -1
  269. package/lib/typescript/src/components/ContentView/components/Title.d.ts +1 -1
  270. package/lib/typescript/src/components/ContentView/components/Title.d.ts.map +1 -1
  271. package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts +1 -2
  272. package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts.map +1 -1
  273. package/lib/typescript/src/components/Headers/AppHeader.d.ts.map +1 -1
  274. package/lib/typescript/src/components/Headers/One.d.ts.map +1 -1
  275. package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
  276. package/lib/typescript/src/components/Headers/Two.d.ts.map +1 -1
  277. package/lib/typescript/src/components/Input/InputOne.d.ts.map +1 -1
  278. package/lib/typescript/src/components/Input/InputTwo.d.ts.map +1 -1
  279. package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts.map +1 -1
  280. package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts.map +1 -1
  281. package/lib/typescript/src/components/Loader/Loader.d.ts +0 -4
  282. package/lib/typescript/src/components/Loader/Loader.d.ts.map +1 -1
  283. package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
  284. package/lib/typescript/src/components/Search/One.d.ts.map +1 -1
  285. package/lib/typescript/src/components/Search/components/RecentSearchesSection.d.ts.map +1 -1
  286. package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -1
  287. package/lib/typescript/src/components/Settings/AppSettings.d.ts.map +1 -1
  288. package/lib/typescript/src/components/Subscription/SubOne.d.ts +1 -1
  289. package/lib/typescript/src/components/Subscription/SubOne.d.ts.map +1 -1
  290. package/lib/typescript/src/components/Subscription/index.d.ts +2 -2
  291. package/lib/typescript/src/components/Subscription/index.d.ts.map +1 -1
  292. package/lib/typescript/src/components/TabBar/One.d.ts +2 -2
  293. package/lib/typescript/src/components/TabBar/One.d.ts.map +1 -1
  294. package/lib/typescript/src/components/TabBar/Three.d.ts.map +1 -1
  295. package/lib/typescript/src/components/TabBar/Two.d.ts +1 -1
  296. package/lib/typescript/src/components/TabBar/Two.d.ts.map +1 -1
  297. package/lib/typescript/src/components/TabBar/index.d.ts +2 -2
  298. package/lib/typescript/src/components/Text/Text.d.ts.map +1 -1
  299. package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts +1 -1
  300. package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts.map +1 -1
  301. package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -1
  302. package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -1
  303. package/lib/typescript/src/components/User/components/UserAvatar.d.ts.map +1 -1
  304. package/lib/typescript/src/components/User/components/UserSection.d.ts.map +1 -1
  305. package/lib/typescript/src/components/View/View.d.ts.map +1 -1
  306. package/lib/typescript/src/components/index.d.ts +1 -0
  307. package/lib/typescript/src/components/index.d.ts.map +1 -1
  308. package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts.map +1 -1
  309. package/lib/typescript/src/constants/dummySections.d.ts.map +1 -1
  310. package/lib/typescript/src/hooks/useDebounce.d.ts.map +1 -1
  311. package/lib/typescript/src/hooks/useInitSplashCacheSync.d.ts +1 -1
  312. package/lib/typescript/src/hooks/useInitSplashCacheSync.d.ts.map +1 -1
  313. package/lib/typescript/src/hooks/useKeyboard.d.ts.map +1 -1
  314. package/lib/typescript/src/hooks/usePaginatedSection.d.ts.map +1 -1
  315. package/lib/typescript/src/index.d.ts.map +1 -1
  316. package/lib/typescript/src/store/RecentSearchesStore.d.ts +5 -3
  317. package/lib/typescript/src/store/RecentSearchesStore.d.ts.map +1 -1
  318. package/lib/typescript/src/store/splashStore.d.ts +5 -3
  319. package/lib/typescript/src/store/splashStore.d.ts.map +1 -1
  320. package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -1
  321. package/lib/typescript/src/theme/hook/useTheme.d.ts.map +1 -1
  322. package/lib/typescript/src/theme/index.d.ts +5 -0
  323. package/lib/typescript/src/theme/index.d.ts.map +1 -1
  324. package/lib/typescript/src/theme/themes.d.ts +11 -4
  325. package/lib/typescript/src/theme/themes.d.ts.map +1 -1
  326. package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
  327. package/lib/typescript/src/types/hook/usePaginatedSetion.d.ts +1 -1
  328. package/lib/typescript/src/types/hook/usePaginatedSetion.d.ts.map +1 -1
  329. package/package.json +167 -70
  330. package/src/Styles/globalStyles.ts +18 -18
  331. package/src/assets/animations/135037-payment-processing-error.json +1347 -1
  332. package/src/assets/animations/7227-vui-animation.json +3377 -1
  333. package/src/assets/animations/succesfull-payment.json +2379 -1
  334. package/src/assets/animations/voice-icon.json +542 -1
  335. package/src/components/Account/Account.tsx +139 -61
  336. package/src/components/Alert/UAAlert.tsx +168 -0
  337. package/src/components/Alert/index.ts +1 -0
  338. package/src/components/Auth/ForgotPassword/ForgotPassword.tsx +53 -23
  339. package/src/components/Auth/Login/LoginWithEmail.tsx +62 -32
  340. package/src/components/Auth/Login/LoginWithPhone.tsx +55 -24
  341. package/src/components/Auth/OTP/OTP.tsx +77 -32
  342. package/src/components/Auth/SignUp/SignUp.tsx +67 -32
  343. package/src/components/Auth/SplashScreen/SplashScreen.tsx +44 -16
  344. package/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.tsx +21 -12
  345. package/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.tsx +5 -5
  346. package/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.tsx +15 -5
  347. package/src/components/Auth/index.ts +1 -1
  348. package/src/components/BackgroundLayout/BackgroundLayout.tsx +45 -17
  349. package/src/components/BlogView/BlogView.tsx +51 -31
  350. package/src/components/Button/BackBtn.tsx +31 -9
  351. package/src/components/Button/MenuBtn.tsx +61 -22
  352. package/src/components/Button/PrimaryBtn.tsx +30 -10
  353. package/src/components/Button/TextButton.tsx +30 -15
  354. package/src/components/Button/index.ts +1 -1
  355. package/src/components/Content/Card/Category/Category.tsx +73 -32
  356. package/src/components/Content/Card/NowWatching/NowWatching.tsx +102 -44
  357. package/src/components/Content/Card/Sliders/Styles/One.tsx +89 -38
  358. package/src/components/Content/Card/Sliders/Styles/Two.tsx +47 -21
  359. package/src/components/Content/Card/Sliders/index.ts +2 -2
  360. package/src/components/Content/Card/Styles/Five.tsx +65 -22
  361. package/src/components/Content/Card/Styles/Four.tsx +73 -23
  362. package/src/components/Content/Card/Styles/One.tsx +68 -21
  363. package/src/components/Content/Card/Styles/RotateInOut.tsx +59 -23
  364. package/src/components/Content/Card/Styles/Six.tsx +57 -19
  365. package/src/components/Content/Card/Styles/Three.tsx +59 -23
  366. package/src/components/Content/Card/Styles/TopTen.tsx +59 -26
  367. package/src/components/Content/Card/Styles/Two.tsx +39 -18
  368. package/src/components/Content/Card/components/CardPoster.tsx +34 -32
  369. package/src/components/Content/Card/components/NavigateToMore.tsx +17 -7
  370. package/src/components/Content/Card/components/NoContentFallback.tsx +36 -19
  371. package/src/components/Content/Card/components/ShowAllButton.tsx +12 -8
  372. package/src/components/Content/Card/components/ThumbnailCard.tsx +26 -17
  373. package/src/components/Content/Card/index.ts +2 -2
  374. package/src/components/Content/Content.tsx +41 -17
  375. package/src/components/Content/Sections.tsx +14 -8
  376. package/src/components/ContentView/ContentView.tsx +34 -27
  377. package/src/components/ContentView/MoreContentList.tsx +40 -18
  378. package/src/components/ContentView/components/AboutSection.tsx +30 -12
  379. package/src/components/ContentView/components/CastCard.tsx +65 -24
  380. package/src/components/ContentView/components/EpisodeCard.tsx +109 -44
  381. package/src/components/ContentView/components/GenreTags.tsx +35 -11
  382. package/src/components/ContentView/components/HeroBanner.tsx +52 -21
  383. package/src/components/ContentView/components/PlayButton.tsx +13 -5
  384. package/src/components/ContentView/components/Title.tsx +30 -10
  385. package/src/components/ContentView/components/TrailerButton.tsx +16 -7
  386. package/src/components/Headers/AppHeader.tsx +40 -14
  387. package/src/components/Headers/One.tsx +18 -9
  388. package/src/components/Headers/Three.tsx +22 -7
  389. package/src/components/Headers/Two.tsx +24 -13
  390. package/src/components/Headers/index.ts +1 -1
  391. package/src/components/Input/Input.ts +1 -1
  392. package/src/components/Input/InputOne.tsx +69 -23
  393. package/src/components/Input/InputTwo.tsx +41 -18
  394. package/src/components/Input/PhoneNumberInput.tsx +94 -48
  395. package/src/components/Keyboard/HideKeyboard.tsx +16 -10
  396. package/src/components/Loader/Loader.tsx +3 -8
  397. package/src/components/Logo/Logo.tsx +17 -9
  398. package/src/components/Search/One.tsx +46 -17
  399. package/src/components/Search/components/RecentSearchesSection.tsx +48 -21
  400. package/src/components/Search/components/SearchCard.tsx +34 -16
  401. package/src/components/Search/index.ts +1 -1
  402. package/src/components/Settings/AppSettings.tsx +80 -29
  403. package/src/components/Subscription/SubOne.tsx +84 -39
  404. package/src/components/Subscription/index.ts +1 -1
  405. package/src/components/TabBar/One.tsx +22 -18
  406. package/src/components/TabBar/Three.tsx +55 -19
  407. package/src/components/TabBar/Two.tsx +16 -12
  408. package/src/components/TabBar/index.ts +1 -1
  409. package/src/components/Text/Text.tsx +7 -3
  410. package/src/components/User/DeviceSessions/DeviceSessions.tsx +93 -38
  411. package/src/components/User/WatchHistory/WatchHistory.tsx +37 -12
  412. package/src/components/User/WatchLater/WatchLater.tsx +94 -31
  413. package/src/components/User/components/UserAvatar.tsx +8 -4
  414. package/src/components/User/components/UserSection.tsx +34 -19
  415. package/src/components/View/View.tsx +11 -2
  416. package/src/components/index.ts +1 -0
  417. package/src/components/layout/SafeAreaWrapper.tsx +10 -4
  418. package/src/constants/dummySections.ts +9 -7
  419. package/src/hooks/useDebounce.ts +4 -1
  420. package/src/hooks/useInitSplashCacheSync.ts +46 -18
  421. package/src/hooks/useKeyboard.ts +5 -3
  422. package/src/hooks/usePaginatedSection.ts +11 -7
  423. package/src/store/RecentSearchesStore.ts +12 -7
  424. package/src/store/splashStore.ts +16 -16
  425. package/src/theme/ThemeProvider.tsx +50 -20
  426. package/src/theme/hook/useTheme.ts +7 -3
  427. package/src/theme/index.ts +6 -0
  428. package/src/theme/themes.ts +42 -31
  429. package/src/types/content/content-view.types.ts +4 -1
  430. package/src/types/hook/usePaginatedSetion.ts +1 -1
  431. package/lib/module/components/Icons/AlertIcon.js +0 -33
  432. package/lib/module/components/Icons/AlertIcon.js.map +0 -1
  433. package/lib/module/components/Icons/DeviceIcon.js +0 -25
  434. package/lib/module/components/Icons/DeviceIcon.js.map +0 -1
  435. package/lib/module/components/Icons/DoneIcon/DoneIcon.js +0 -23
  436. package/lib/module/components/Icons/DoneIcon/DoneIcon.js.map +0 -1
  437. package/lib/module/components/Icons/ForgotPasswordMessageIcon.js +0 -65
  438. package/lib/module/components/Icons/ForgotPasswordMessageIcon.js.map +0 -1
  439. package/lib/module/components/Icons/ForgotPasswordMessageIconTwo.js +0 -56
  440. package/lib/module/components/Icons/ForgotPasswordMessageIconTwo.js.map +0 -1
  441. package/lib/module/components/Icons/NewIndex.js +0 -36
  442. package/lib/module/components/Icons/NewIndex.js.map +0 -1
  443. package/lib/module/components/Icons/ResendOTP.js +0 -21
  444. package/lib/module/components/Icons/ResendOTP.js.map +0 -1
  445. package/lib/typescript/src/components/Icons/AlertIcon.d.ts +0 -7
  446. package/lib/typescript/src/components/Icons/AlertIcon.d.ts.map +0 -1
  447. package/lib/typescript/src/components/Icons/DeviceIcon.d.ts +0 -7
  448. package/lib/typescript/src/components/Icons/DeviceIcon.d.ts.map +0 -1
  449. package/lib/typescript/src/components/Icons/DoneIcon/DoneIcon.d.ts +0 -6
  450. package/lib/typescript/src/components/Icons/DoneIcon/DoneIcon.d.ts.map +0 -1
  451. package/lib/typescript/src/components/Icons/ForgotPasswordMessageIcon.d.ts +0 -3
  452. package/lib/typescript/src/components/Icons/ForgotPasswordMessageIcon.d.ts.map +0 -1
  453. package/lib/typescript/src/components/Icons/ForgotPasswordMessageIconTwo.d.ts +0 -3
  454. package/lib/typescript/src/components/Icons/ForgotPasswordMessageIconTwo.d.ts.map +0 -1
  455. package/lib/typescript/src/components/Icons/NewIndex.d.ts +0 -19
  456. package/lib/typescript/src/components/Icons/NewIndex.d.ts.map +0 -1
  457. package/lib/typescript/src/components/Icons/ResendOTP.d.ts +0 -7
  458. package/lib/typescript/src/components/Icons/ResendOTP.d.ts.map +0 -1
  459. package/src/components/Icons/AlertIcon.tsx +0 -18
  460. package/src/components/Icons/DeviceIcon.tsx +0 -18
  461. package/src/components/Icons/DoneIcon/DoneIcon.tsx +0 -17
  462. package/src/components/Icons/ForgotPasswordMessageIcon.tsx +0 -34
  463. package/src/components/Icons/ForgotPasswordMessageIconTwo.tsx +0 -32
  464. package/src/components/Icons/NewIndex.ts +0 -35
  465. package/src/components/Icons/ResendOTP.tsx +0 -13
  466. /package/src/{index.ts → index.tsx} +0 -0
@@ -1 +1,3377 @@
1
- {"v":"5.4.1","fr":29.9700012207031,"ip":0,"op":147.000005987433,"w":500,"h":500,"nm":"Comp 1","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"particle","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":37,"ix":11},"r":{"a":0,"k":43,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[250,250,0],"ix":1},"s":{"a":0,"k":[76,76,100],"ix":6}},"ao":0,"w":500,"h":500,"ip":11.0000004480392,"op":159.000006476203,"st":11.0000004480392,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"particle","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":64,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[250,250,0],"ix":1},"s":{"a":0,"k":[56,56,100],"ix":6}},"ao":0,"w":500,"h":500,"ip":3.00000012219251,"op":151.000006150356,"st":3.00000012219251,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"particle","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[250,250,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":500,"h":500,"ip":0,"op":148.000006028164,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"particle","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":64,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[250,250,0],"ix":1},"s":{"a":0,"k":[56,56,100],"ix":6}},"ao":0,"w":500,"h":500,"ip":0,"op":148.000006028164,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"particle","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[250,250,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":500,"h":500,"ip":0,"op":148.000006028164,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 13","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":73,"s":[100],"e":[0]},{"t":118.000004806239}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[243,260,0],"e":[359,453,0],"to":[29.6666660308838,59.8333320617676,0],"ti":[-188.66667175293,2.16666674613953,0]},{"t":119.000004846969}],"ix":2},"a":{"a":0,"k":[-38,69,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[0,0,100],"e":[100,100,100]},{"t":40.0000016292334}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,0,0.51764681947,1],"ix":3},"o":{"a":0,"k":0,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717231840246,0.109803914089,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-38,69],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":119.000004846969,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 12","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[100],"e":[0]},{"t":129.000005254278}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[243,260,0],"e":[440,69,0],"to":[-87.3333358764648,-126.166664123535,0],"ti":[19.3333339691162,163.16667175293,0]},{"t":130.000005295009}],"ix":2},"a":{"a":0,"k":[-38,69,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[0,0,100],"e":[100,100,100]},{"t":40.0000016292334}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,0,0.51764681947,1],"ix":3},"o":{"a":0,"k":0,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.109803914089,0.361153187471,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-38,69],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":131.000005335739,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 11","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[100],"e":[0]},{"t":146.000005946702}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[243,260,0],"e":[61,43,0],"to":[-87.3333358764648,-126.166664123535,0],"ti":[26.3333339691162,163.16667175293,0]},{"t":147.000005987433}],"ix":2},"a":{"a":0,"k":[-38,69,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[0,0,100],"e":[100,100,100]},{"t":40.0000016292334}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,0,0.51764681947,1],"ix":3},"o":{"a":0,"k":0,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.109803914089,0.570611093559,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-38,69],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":148.000006028164,"st":0,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":29,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[10],"e":[364]},{"t":146.000005946702}],"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-119,-41],[-30.323,-103.914],[104.896,20.243],[-78.419,150.051]],"o":[[102.344,35.261],[39.537,135.487],[-114,-22],[49.993,-95.659]],"v":[[-1.416,-211.459],[196,0],[10.711,211.764],[-57.258,-15.108]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[-119,-41],[-30.323,-103.914],[104.896,20.243],[-78.419,150.051]],"o":[[102.344,35.261],[39.537,135.487],[-114,-22],[49.993,-95.659]],"v":[[-1.416,-211.459],[196,0],[10.711,211.764],[-57.258,-15.108]],"c":true}],"e":[{"i":[[-80.982,-20.295],[73.415,-79.547],[96.311,46.23],[-128.557,107.054]],"o":[[117.957,29.561],[-119.513,129.496],[-125,-60],[79.06,-65.837]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[{"i":[[-80.982,-20.295],[73.415,-79.547],[96.311,46.23],[-128.557,107.054]],"o":[[117.957,29.561],[-119.513,129.496],[-125,-60],[79.06,-65.837]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-73.636,-39.34],[9.912,-107.793],[54.366,50.928],[23.692,141.462]],"o":[[146,78],[-8.207,89.254],[-135.298,-126.742],[-16.995,-101.47]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[{"i":[[-73.636,-39.34],[9.912,-107.793],[54.366,50.928],[23.692,141.462]],"o":[[146,78],[-8.207,89.254],[-135.298,-126.742],[-16.995,-101.47]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"t":146.000005946702}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0,0.51764681947,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.18472886927,0.356862745098,1],"ix":4},"o":{"a":0,"k":0,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":174,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":609.000024805079,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[4],"e":[364]},{"t":146.000005946702}],"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-119,-41],[-30.323,-103.914],[104.896,20.243],[-78.419,150.051]],"o":[[102.344,35.261],[39.537,135.487],[-114,-22],[49.993,-95.659]],"v":[[-1.416,-211.459],[196,0],[10.711,211.764],[-57.258,-15.108]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[-119,-41],[-30.323,-103.914],[104.896,20.243],[-78.419,150.051]],"o":[[102.344,35.261],[39.537,135.487],[-114,-22],[49.993,-95.659]],"v":[[-1.416,-211.459],[196,0],[10.711,211.764],[-57.258,-15.108]],"c":true}],"e":[{"i":[[-80.982,-20.295],[73.415,-79.547],[96.311,46.23],[-128.557,107.054]],"o":[[117.957,29.561],[-119.513,129.496],[-125,-60],[79.06,-65.837]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[{"i":[[-80.982,-20.295],[73.415,-79.547],[96.311,46.23],[-128.557,107.054]],"o":[[117.957,29.561],[-119.513,129.496],[-125,-60],[79.06,-65.837]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-73.636,-39.34],[9.912,-107.793],[54.366,50.928],[23.692,141.462]],"o":[[146,78],[-8.207,89.254],[-135.298,-126.742],[-16.995,-101.47]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[{"i":[[-73.636,-39.34],[9.912,-107.793],[54.366,50.928],[23.692,141.462]],"o":[[146,78],[-8.207,89.254],[-135.298,-126.742],[-16.995,-101.47]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"t":146.000005946702}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0,0.51764681947,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.18472886927,0.356862745098,1],"ix":4},"o":{"a":0,"k":0,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":174,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":609.000024805079,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":146.000005946702}],"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-119,-41],[-30.323,-103.914],[104.896,20.243],[-78.419,150.051]],"o":[[102.344,35.261],[39.537,135.487],[-114,-22],[49.993,-95.659]],"v":[[-1.416,-211.459],[196,0],[10.711,211.764],[-57.258,-15.108]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[-119,-41],[-30.323,-103.914],[104.896,20.243],[-78.419,150.051]],"o":[[102.344,35.261],[39.537,135.487],[-114,-22],[49.993,-95.659]],"v":[[-1.416,-211.459],[196,0],[10.711,211.764],[-57.258,-15.108]],"c":true}],"e":[{"i":[[-80.982,-20.295],[73.415,-79.547],[96.311,46.23],[-128.557,107.054]],"o":[[117.957,29.561],[-119.513,129.496],[-125,-60],[79.06,-65.837]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[{"i":[[-80.982,-20.295],[73.415,-79.547],[96.311,46.23],[-128.557,107.054]],"o":[[117.957,29.561],[-119.513,129.496],[-125,-60],[79.06,-65.837]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-73.636,-39.34],[9.912,-107.793],[54.366,50.928],[23.692,141.462]],"o":[[146,78],[-8.207,89.254],[-135.298,-126.742],[-16.995,-101.47]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[{"i":[[-73.636,-39.34],[9.912,-107.793],[54.366,50.928],[23.692,141.462]],"o":[[146,78],[-8.207,89.254],[-135.298,-126.742],[-16.995,-101.47]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"t":146.000005946702}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0,0.51764681947,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.18472886927,0.356862745098,1],"ix":4},"o":{"a":0,"k":0,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":174,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":609.000024805079,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 8","sr":1,"ks":{"o":{"a":0,"k":32,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[9],"e":[369]},{"t":146.000005946702}],"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-119,-41],[31.105,-103.683],[104.896,20.243],[35.656,149.755]],"o":[[102.344,35.261],[-33,110],[-114,-22],[-25,-105]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[-119,-41],[31.105,-103.683],[104.896,20.243],[35.656,149.755]],"o":[[102.344,35.261],[-33,110],[-114,-22],[-25,-105]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-167.87,25.909],[104.33,-28.858],[0.101,-122.225],[-61.689,141.041]],"o":[[144.066,-22.235],[-208.901,57.784],[-0.114,138.654],[64.474,-147.409]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[{"i":[[-167.87,25.909],[104.33,-28.858],[0.101,-122.225],[-61.689,141.041]],"o":[[144.066,-22.235],[-208.901,57.784],[-0.114,138.654],[64.474,-147.409]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-73.636,-39.34],[80.69,-72.157],[42.39,-112.759],[-67.612,61.515]],"o":[[146,78],[-59.46,53.172],[-65.236,173.531],[76.1,-69.237]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[{"i":[[-73.636,-39.34],[80.69,-72.157],[42.39,-112.759],[-67.612,61.515]],"o":[[146,78],[-59.46,53.172],[-65.236,173.531],[76.1,-69.237]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"t":146.000005946702}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.541176470588,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.18472886927,0.356862745098,1],"ix":4},"o":{"a":0,"k":0,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":63,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":609.000024805079,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":0,"k":68,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[4],"e":[364]},{"t":146.000005946702}],"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-119,-41],[31.105,-103.683],[104.896,20.243],[35.656,149.755]],"o":[[102.344,35.261],[-33,110],[-114,-22],[-25,-105]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[-119,-41],[31.105,-103.683],[104.896,20.243],[35.656,149.755]],"o":[[102.344,35.261],[-33,110],[-114,-22],[-25,-105]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-167.87,25.909],[104.33,-28.858],[0.101,-122.225],[-61.689,141.041]],"o":[[144.066,-22.235],[-208.901,57.784],[-0.114,138.654],[64.474,-147.409]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[{"i":[[-167.87,25.909],[104.33,-28.858],[0.101,-122.225],[-61.689,141.041]],"o":[[144.066,-22.235],[-208.901,57.784],[-0.114,138.654],[64.474,-147.409]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-73.636,-39.34],[80.69,-72.157],[42.39,-112.759],[-67.612,61.515]],"o":[[146,78],[-59.46,53.172],[-65.236,173.531],[76.1,-69.237]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[{"i":[[-73.636,-39.34],[80.69,-72.157],[42.39,-112.759],[-67.612,61.515]],"o":[[146,78],[-59.46,53.172],[-65.236,173.531],[76.1,-69.237]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"t":146.000005946702}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.541176470588,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.18472886927,0.356862745098,1],"ix":4},"o":{"a":0,"k":0,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":63,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":609.000024805079,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":146.000005946702}],"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-119,-41],[31.105,-103.683],[104.896,20.243],[35.656,149.755]],"o":[[102.344,35.261],[-33,110],[-114,-22],[-25,-105]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[-119,-41],[31.105,-103.683],[104.896,20.243],[35.656,149.755]],"o":[[102.344,35.261],[-33,110],[-114,-22],[-25,-105]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-167.87,25.909],[104.33,-28.858],[0.101,-122.225],[-61.689,141.041]],"o":[[144.066,-22.235],[-208.901,57.784],[-0.114,138.654],[64.474,-147.409]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[{"i":[[-167.87,25.909],[104.33,-28.858],[0.101,-122.225],[-61.689,141.041]],"o":[[144.066,-22.235],[-208.901,57.784],[-0.114,138.654],[64.474,-147.409]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-73.636,-39.34],[80.69,-72.157],[42.39,-112.759],[-67.612,61.515]],"o":[[146,78],[-59.46,53.172],[-65.236,173.531],[76.1,-69.237]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[{"i":[[-73.636,-39.34],[80.69,-72.157],[42.39,-112.759],[-67.612,61.515]],"o":[[146,78],[-59.46,53.172],[-65.236,173.531],[76.1,-69.237]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"t":146.000005946702}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.541176470588,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.18472886927,0.356862745098,1],"ix":4},"o":{"a":0,"k":0,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":63,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":609.000024805079,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 10","sr":1,"ks":{"o":{"a":0,"k":35,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[7],"e":[367]},{"t":146.000005946702}],"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-119,-41],[83.63,-171.189],[91.894,-19.026],[136.12,122.068]],"o":[[102.344,35.261],[-50.41,103.188],[-113.692,23.54],[-80.356,-72.061]],"v":[[0,-196],[140.921,-0.554],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[-119,-41],[83.63,-171.189],[91.894,-19.026],[136.12,122.068]],"o":[[102.344,35.261],[-50.41,103.188],[-113.692,23.54],[-80.356,-72.061]],"v":[[0,-196],[140.921,-0.554],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-77.672,-30.611],[61.838,-88.846],[53.437,-48.909],[88.745,125.787]],"o":[[112.663,44.4],[-62.336,89.562],[-102.281,93.615],[-85.549,-121.256]],"v":[[0,-196],[196,0],[50.115,165.716],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[{"i":[[-77.672,-30.611],[61.838,-88.846],[53.437,-48.909],[88.745,125.787]],"o":[[112.663,44.4],[-62.336,89.562],[-102.281,93.615],[-85.549,-121.256]],"v":[[0,-196],[196,0],[50.115,165.716],[-141,0]],"c":true}],"e":[{"i":[[-74.17,38.325],[88.151,-62.825],[104.924,-20.101],[-96.599,61.86]],"o":[[97.23,-50.241],[-158.903,113.249],[-128.692,24.654],[168.835,-108.119]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[{"i":[[-74.17,38.325],[88.151,-62.825],[104.924,-20.101],[-96.599,61.86]],"o":[[97.23,-50.241],[-158.903,113.249],[-128.692,24.654],[168.835,-108.119]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"t":146.000005946702}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.039215682535,0.740022906135,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.18472886927,0.356862745098,1],"ix":4},"o":{"a":0,"k":0,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":609.000024805079,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 9","sr":1,"ks":{"o":{"a":0,"k":61,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[4],"e":[364]},{"t":146.000005946702}],"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-119,-41],[83.63,-171.189],[91.894,-19.026],[136.12,122.068]],"o":[[102.344,35.261],[-50.41,103.188],[-113.692,23.54],[-80.356,-72.061]],"v":[[0,-196],[140.921,-0.554],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[-119,-41],[83.63,-171.189],[91.894,-19.026],[136.12,122.068]],"o":[[102.344,35.261],[-50.41,103.188],[-113.692,23.54],[-80.356,-72.061]],"v":[[0,-196],[140.921,-0.554],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-77.672,-30.611],[61.838,-88.846],[53.437,-48.909],[88.745,125.787]],"o":[[112.663,44.4],[-62.336,89.562],[-102.281,93.615],[-85.549,-121.256]],"v":[[0,-196],[196,0],[50.115,165.716],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[{"i":[[-77.672,-30.611],[61.838,-88.846],[53.437,-48.909],[88.745,125.787]],"o":[[112.663,44.4],[-62.336,89.562],[-102.281,93.615],[-85.549,-121.256]],"v":[[0,-196],[196,0],[50.115,165.716],[-141,0]],"c":true}],"e":[{"i":[[-74.17,38.325],[88.151,-62.825],[104.924,-20.101],[-96.599,61.86]],"o":[[97.23,-50.241],[-158.903,113.249],[-128.692,24.654],[168.835,-108.119]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[{"i":[[-74.17,38.325],[88.151,-62.825],[104.924,-20.101],[-96.599,61.86]],"o":[[97.23,-50.241],[-158.903,113.249],[-128.692,24.654],[168.835,-108.119]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"t":146.000005946702}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.039215682535,0.740022906135,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.18472886927,0.356862745098,1],"ix":4},"o":{"a":0,"k":0,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":609.000024805079,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":146.000005946702}],"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-119,-41],[83.63,-171.189],[91.894,-19.026],[136.12,122.068]],"o":[[102.344,35.261],[-50.41,103.188],[-113.692,23.54],[-80.356,-72.061]],"v":[[0,-196],[140.921,-0.554],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[-119,-41],[83.63,-171.189],[91.894,-19.026],[136.12,122.068]],"o":[[102.344,35.261],[-50.41,103.188],[-113.692,23.54],[-80.356,-72.061]],"v":[[0,-196],[140.921,-0.554],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-77.672,-30.611],[61.838,-88.846],[53.437,-48.909],[88.745,125.787]],"o":[[112.663,44.4],[-62.336,89.562],[-102.281,93.615],[-85.549,-121.256]],"v":[[0,-196],[196,0],[50.115,165.716],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[{"i":[[-77.672,-30.611],[61.838,-88.846],[53.437,-48.909],[88.745,125.787]],"o":[[112.663,44.4],[-62.336,89.562],[-102.281,93.615],[-85.549,-121.256]],"v":[[0,-196],[196,0],[50.115,165.716],[-141,0]],"c":true}],"e":[{"i":[[-74.17,38.325],[88.151,-62.825],[104.924,-20.101],[-96.599,61.86]],"o":[[97.23,-50.241],[-158.903,113.249],[-128.692,24.654],[168.835,-108.119]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[{"i":[[-74.17,38.325],[88.151,-62.825],[104.924,-20.101],[-96.599,61.86]],"o":[[97.23,-50.241],[-158.903,113.249],[-128.692,24.654],[168.835,-108.119]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}],"e":[{"i":[[-108.248,0],[-34.231,-102.693],[87,-62],[-87,127]],"o":[[108.248,0],[30,90],[-88.153,62.822],[61.176,-89.303]],"v":[[0,-196],[196,0],[55,196],[-141,0]],"c":true}]},{"t":146.000005946702}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.039215682535,0.740022906135,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.18472886927,0.356862745098,1],"ix":4},"o":{"a":0,"k":0,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":609.000024805079,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"particles","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":22,"ix":11},"r":{"a":0,"k":51,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[250,250,0],"ix":1},"s":{"a":0,"k":[145,145,100],"ix":6}},"ao":0,"w":500,"h":500,"ip":0,"op":159.000006476203,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"particles","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[250,250,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":500,"h":500,"ip":0,"op":159.000006476203,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Pre-comp 5","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":16,"ix":11},"r":{"a":0,"k":112,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[250,250,0],"ix":1},"s":{"a":0,"k":[-100,100,100],"ix":6}},"ao":0,"w":500,"h":500,"ip":0,"op":149.000006068894,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Pre-comp 5","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[250,250,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":500,"h":500,"ip":0,"op":149.000006068894,"st":0,"bm":0}],"markers":[]}
1
+ {
2
+ "v": "5.4.1",
3
+ "fr": 29.9700012207031,
4
+ "ip": 0,
5
+ "op": 147.000005987433,
6
+ "w": 500,
7
+ "h": 500,
8
+ "nm": "Comp 1",
9
+ "ddd": 0,
10
+ "assets": [
11
+ {
12
+ "id": "comp_0",
13
+ "layers": [
14
+ {
15
+ "ddd": 0,
16
+ "ind": 1,
17
+ "ty": 0,
18
+ "nm": "particle",
19
+ "refId": "comp_1",
20
+ "sr": 1,
21
+ "ks": {
22
+ "o": { "a": 0, "k": 37, "ix": 11 },
23
+ "r": { "a": 0, "k": 43, "ix": 10 },
24
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
25
+ "a": { "a": 0, "k": [250, 250, 0], "ix": 1 },
26
+ "s": { "a": 0, "k": [76, 76, 100], "ix": 6 }
27
+ },
28
+ "ao": 0,
29
+ "w": 500,
30
+ "h": 500,
31
+ "ip": 11.0000004480392,
32
+ "op": 159.000006476203,
33
+ "st": 11.0000004480392,
34
+ "bm": 0
35
+ },
36
+ {
37
+ "ddd": 0,
38
+ "ind": 2,
39
+ "ty": 0,
40
+ "nm": "particle",
41
+ "refId": "comp_2",
42
+ "sr": 1,
43
+ "ks": {
44
+ "o": { "a": 0, "k": 100, "ix": 11 },
45
+ "r": { "a": 0, "k": 64, "ix": 10 },
46
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
47
+ "a": { "a": 0, "k": [250, 250, 0], "ix": 1 },
48
+ "s": { "a": 0, "k": [56, 56, 100], "ix": 6 }
49
+ },
50
+ "ao": 0,
51
+ "w": 500,
52
+ "h": 500,
53
+ "ip": 3.00000012219251,
54
+ "op": 151.000006150356,
55
+ "st": 3.00000012219251,
56
+ "bm": 0
57
+ },
58
+ {
59
+ "ddd": 0,
60
+ "ind": 3,
61
+ "ty": 0,
62
+ "nm": "particle",
63
+ "refId": "comp_2",
64
+ "sr": 1,
65
+ "ks": {
66
+ "o": { "a": 0, "k": 100, "ix": 11 },
67
+ "r": { "a": 0, "k": 0, "ix": 10 },
68
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
69
+ "a": { "a": 0, "k": [250, 250, 0], "ix": 1 },
70
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
71
+ },
72
+ "ao": 0,
73
+ "w": 500,
74
+ "h": 500,
75
+ "ip": 0,
76
+ "op": 148.000006028164,
77
+ "st": 0,
78
+ "bm": 0
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "id": "comp_1",
84
+ "layers": [
85
+ {
86
+ "ddd": 0,
87
+ "ind": 1,
88
+ "ty": 0,
89
+ "nm": "particle",
90
+ "refId": "comp_2",
91
+ "sr": 1,
92
+ "ks": {
93
+ "o": { "a": 0, "k": 100, "ix": 11 },
94
+ "r": { "a": 0, "k": 64, "ix": 10 },
95
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
96
+ "a": { "a": 0, "k": [250, 250, 0], "ix": 1 },
97
+ "s": { "a": 0, "k": [56, 56, 100], "ix": 6 }
98
+ },
99
+ "ao": 0,
100
+ "w": 500,
101
+ "h": 500,
102
+ "ip": 0,
103
+ "op": 148.000006028164,
104
+ "st": 0,
105
+ "bm": 0
106
+ },
107
+ {
108
+ "ddd": 0,
109
+ "ind": 2,
110
+ "ty": 0,
111
+ "nm": "particle",
112
+ "refId": "comp_2",
113
+ "sr": 1,
114
+ "ks": {
115
+ "o": { "a": 0, "k": 100, "ix": 11 },
116
+ "r": { "a": 0, "k": 0, "ix": 10 },
117
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
118
+ "a": { "a": 0, "k": [250, 250, 0], "ix": 1 },
119
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
120
+ },
121
+ "ao": 0,
122
+ "w": 500,
123
+ "h": 500,
124
+ "ip": 0,
125
+ "op": 148.000006028164,
126
+ "st": 0,
127
+ "bm": 0
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "id": "comp_2",
133
+ "layers": [
134
+ {
135
+ "ddd": 0,
136
+ "ind": 1,
137
+ "ty": 4,
138
+ "nm": "Shape Layer 13",
139
+ "sr": 1,
140
+ "ks": {
141
+ "o": {
142
+ "a": 1,
143
+ "k": [
144
+ {
145
+ "i": { "x": [0.833], "y": [0.833] },
146
+ "o": { "x": [0.167], "y": [0.167] },
147
+ "n": ["0p833_0p833_0p167_0p167"],
148
+ "t": 73,
149
+ "s": [100],
150
+ "e": [0]
151
+ },
152
+ { "t": 118.000004806239 }
153
+ ],
154
+ "ix": 11
155
+ },
156
+ "r": { "a": 0, "k": 0, "ix": 10 },
157
+ "p": {
158
+ "a": 1,
159
+ "k": [
160
+ {
161
+ "i": { "x": 0.667, "y": 1 },
162
+ "o": { "x": 0.333, "y": 0 },
163
+ "n": "0p667_1_0p333_0",
164
+ "t": 0,
165
+ "s": [243, 260, 0],
166
+ "e": [359, 453, 0],
167
+ "to": [29.6666660308838, 59.8333320617676, 0],
168
+ "ti": [-188.66667175293, 2.16666674613953, 0]
169
+ },
170
+ { "t": 119.000004846969 }
171
+ ],
172
+ "ix": 2
173
+ },
174
+ "a": { "a": 0, "k": [-38, 69, 0], "ix": 1 },
175
+ "s": {
176
+ "a": 1,
177
+ "k": [
178
+ {
179
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
180
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
181
+ "n": [
182
+ "0p667_1_0p333_0",
183
+ "0p667_1_0p333_0",
184
+ "0p667_1_0p333_0"
185
+ ],
186
+ "t": 0,
187
+ "s": [0, 0, 100],
188
+ "e": [100, 100, 100]
189
+ },
190
+ { "t": 40.0000016292334 }
191
+ ],
192
+ "ix": 6
193
+ }
194
+ },
195
+ "ao": 0,
196
+ "shapes": [
197
+ {
198
+ "ty": "gr",
199
+ "it": [
200
+ {
201
+ "d": 1,
202
+ "ty": "el",
203
+ "s": { "a": 0, "k": [10, 10], "ix": 2 },
204
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
205
+ "nm": "Ellipse Path 1",
206
+ "mn": "ADBE Vector Shape - Ellipse",
207
+ "hd": false
208
+ },
209
+ {
210
+ "ty": "st",
211
+ "c": { "a": 0, "k": [1, 0, 0.51764681947, 1], "ix": 3 },
212
+ "o": { "a": 0, "k": 0, "ix": 4 },
213
+ "w": { "a": 0, "k": 5, "ix": 5 },
214
+ "lc": 1,
215
+ "lj": 1,
216
+ "ml": 4,
217
+ "ml2": { "a": 0, "k": 4, "ix": 8 },
218
+ "nm": "Stroke 1",
219
+ "mn": "ADBE Vector Graphic - Stroke",
220
+ "hd": false
221
+ },
222
+ {
223
+ "ty": "fl",
224
+ "c": {
225
+ "a": 0,
226
+ "k": [1, 0.717231840246, 0.109803914089, 1],
227
+ "ix": 4
228
+ },
229
+ "o": { "a": 0, "k": 100, "ix": 5 },
230
+ "r": 1,
231
+ "nm": "Fill 1",
232
+ "mn": "ADBE Vector Graphic - Fill",
233
+ "hd": false
234
+ },
235
+ {
236
+ "ty": "tr",
237
+ "p": { "a": 0, "k": [-38, 69], "ix": 2 },
238
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
239
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
240
+ "r": { "a": 0, "k": 0, "ix": 6 },
241
+ "o": { "a": 0, "k": 100, "ix": 7 },
242
+ "sk": { "a": 0, "k": 0, "ix": 4 },
243
+ "sa": { "a": 0, "k": 0, "ix": 5 },
244
+ "nm": "Transform"
245
+ }
246
+ ],
247
+ "nm": "Ellipse 1",
248
+ "np": 3,
249
+ "cix": 2,
250
+ "ix": 1,
251
+ "mn": "ADBE Vector Group",
252
+ "hd": false
253
+ }
254
+ ],
255
+ "ip": 0,
256
+ "op": 119.000004846969,
257
+ "st": 0,
258
+ "bm": 0
259
+ },
260
+ {
261
+ "ddd": 0,
262
+ "ind": 2,
263
+ "ty": 4,
264
+ "nm": "Shape Layer 12",
265
+ "sr": 1,
266
+ "ks": {
267
+ "o": {
268
+ "a": 1,
269
+ "k": [
270
+ {
271
+ "i": { "x": [0.833], "y": [0.833] },
272
+ "o": { "x": [0.167], "y": [0.167] },
273
+ "n": ["0p833_0p833_0p167_0p167"],
274
+ "t": 84,
275
+ "s": [100],
276
+ "e": [0]
277
+ },
278
+ { "t": 129.000005254278 }
279
+ ],
280
+ "ix": 11
281
+ },
282
+ "r": { "a": 0, "k": 0, "ix": 10 },
283
+ "p": {
284
+ "a": 1,
285
+ "k": [
286
+ {
287
+ "i": { "x": 0.667, "y": 1 },
288
+ "o": { "x": 0.333, "y": 0 },
289
+ "n": "0p667_1_0p333_0",
290
+ "t": 0,
291
+ "s": [243, 260, 0],
292
+ "e": [440, 69, 0],
293
+ "to": [-87.3333358764648, -126.166664123535, 0],
294
+ "ti": [19.3333339691162, 163.16667175293, 0]
295
+ },
296
+ { "t": 130.000005295009 }
297
+ ],
298
+ "ix": 2
299
+ },
300
+ "a": { "a": 0, "k": [-38, 69, 0], "ix": 1 },
301
+ "s": {
302
+ "a": 1,
303
+ "k": [
304
+ {
305
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
306
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
307
+ "n": [
308
+ "0p667_1_0p333_0",
309
+ "0p667_1_0p333_0",
310
+ "0p667_1_0p333_0"
311
+ ],
312
+ "t": 0,
313
+ "s": [0, 0, 100],
314
+ "e": [100, 100, 100]
315
+ },
316
+ { "t": 40.0000016292334 }
317
+ ],
318
+ "ix": 6
319
+ }
320
+ },
321
+ "ao": 0,
322
+ "shapes": [
323
+ {
324
+ "ty": "gr",
325
+ "it": [
326
+ {
327
+ "d": 1,
328
+ "ty": "el",
329
+ "s": { "a": 0, "k": [10, 10], "ix": 2 },
330
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
331
+ "nm": "Ellipse Path 1",
332
+ "mn": "ADBE Vector Shape - Ellipse",
333
+ "hd": false
334
+ },
335
+ {
336
+ "ty": "st",
337
+ "c": { "a": 0, "k": [1, 0, 0.51764681947, 1], "ix": 3 },
338
+ "o": { "a": 0, "k": 0, "ix": 4 },
339
+ "w": { "a": 0, "k": 5, "ix": 5 },
340
+ "lc": 1,
341
+ "lj": 1,
342
+ "ml": 4,
343
+ "ml2": { "a": 0, "k": 4, "ix": 8 },
344
+ "nm": "Stroke 1",
345
+ "mn": "ADBE Vector Graphic - Stroke",
346
+ "hd": false
347
+ },
348
+ {
349
+ "ty": "fl",
350
+ "c": {
351
+ "a": 0,
352
+ "k": [1, 0.109803914089, 0.361153187471, 1],
353
+ "ix": 4
354
+ },
355
+ "o": { "a": 0, "k": 100, "ix": 5 },
356
+ "r": 1,
357
+ "nm": "Fill 1",
358
+ "mn": "ADBE Vector Graphic - Fill",
359
+ "hd": false
360
+ },
361
+ {
362
+ "ty": "tr",
363
+ "p": { "a": 0, "k": [-38, 69], "ix": 2 },
364
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
365
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
366
+ "r": { "a": 0, "k": 0, "ix": 6 },
367
+ "o": { "a": 0, "k": 100, "ix": 7 },
368
+ "sk": { "a": 0, "k": 0, "ix": 4 },
369
+ "sa": { "a": 0, "k": 0, "ix": 5 },
370
+ "nm": "Transform"
371
+ }
372
+ ],
373
+ "nm": "Ellipse 1",
374
+ "np": 3,
375
+ "cix": 2,
376
+ "ix": 1,
377
+ "mn": "ADBE Vector Group",
378
+ "hd": false
379
+ }
380
+ ],
381
+ "ip": 0,
382
+ "op": 131.000005335739,
383
+ "st": 0,
384
+ "bm": 0
385
+ },
386
+ {
387
+ "ddd": 0,
388
+ "ind": 3,
389
+ "ty": 4,
390
+ "nm": "Shape Layer 11",
391
+ "sr": 1,
392
+ "ks": {
393
+ "o": {
394
+ "a": 1,
395
+ "k": [
396
+ {
397
+ "i": { "x": [0.833], "y": [0.833] },
398
+ "o": { "x": [0.167], "y": [0.167] },
399
+ "n": ["0p833_0p833_0p167_0p167"],
400
+ "t": 101,
401
+ "s": [100],
402
+ "e": [0]
403
+ },
404
+ { "t": 146.000005946702 }
405
+ ],
406
+ "ix": 11
407
+ },
408
+ "r": { "a": 0, "k": 0, "ix": 10 },
409
+ "p": {
410
+ "a": 1,
411
+ "k": [
412
+ {
413
+ "i": { "x": 0.833, "y": 0.833 },
414
+ "o": { "x": 0.167, "y": 0.167 },
415
+ "n": "0p833_0p833_0p167_0p167",
416
+ "t": 0,
417
+ "s": [243, 260, 0],
418
+ "e": [61, 43, 0],
419
+ "to": [-87.3333358764648, -126.166664123535, 0],
420
+ "ti": [26.3333339691162, 163.16667175293, 0]
421
+ },
422
+ { "t": 147.000005987433 }
423
+ ],
424
+ "ix": 2
425
+ },
426
+ "a": { "a": 0, "k": [-38, 69, 0], "ix": 1 },
427
+ "s": {
428
+ "a": 1,
429
+ "k": [
430
+ {
431
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
432
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
433
+ "n": [
434
+ "0p667_1_0p333_0",
435
+ "0p667_1_0p333_0",
436
+ "0p667_1_0p333_0"
437
+ ],
438
+ "t": 0,
439
+ "s": [0, 0, 100],
440
+ "e": [100, 100, 100]
441
+ },
442
+ { "t": 40.0000016292334 }
443
+ ],
444
+ "ix": 6
445
+ }
446
+ },
447
+ "ao": 0,
448
+ "shapes": [
449
+ {
450
+ "ty": "gr",
451
+ "it": [
452
+ {
453
+ "d": 1,
454
+ "ty": "el",
455
+ "s": { "a": 0, "k": [10, 10], "ix": 2 },
456
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
457
+ "nm": "Ellipse Path 1",
458
+ "mn": "ADBE Vector Shape - Ellipse",
459
+ "hd": false
460
+ },
461
+ {
462
+ "ty": "st",
463
+ "c": { "a": 0, "k": [1, 0, 0.51764681947, 1], "ix": 3 },
464
+ "o": { "a": 0, "k": 0, "ix": 4 },
465
+ "w": { "a": 0, "k": 5, "ix": 5 },
466
+ "lc": 1,
467
+ "lj": 1,
468
+ "ml": 4,
469
+ "ml2": { "a": 0, "k": 4, "ix": 8 },
470
+ "nm": "Stroke 1",
471
+ "mn": "ADBE Vector Graphic - Stroke",
472
+ "hd": false
473
+ },
474
+ {
475
+ "ty": "fl",
476
+ "c": {
477
+ "a": 0,
478
+ "k": [0.109803914089, 0.570611093559, 1, 1],
479
+ "ix": 4
480
+ },
481
+ "o": { "a": 0, "k": 100, "ix": 5 },
482
+ "r": 1,
483
+ "nm": "Fill 1",
484
+ "mn": "ADBE Vector Graphic - Fill",
485
+ "hd": false
486
+ },
487
+ {
488
+ "ty": "tr",
489
+ "p": { "a": 0, "k": [-38, 69], "ix": 2 },
490
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
491
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
492
+ "r": { "a": 0, "k": 0, "ix": 6 },
493
+ "o": { "a": 0, "k": 100, "ix": 7 },
494
+ "sk": { "a": 0, "k": 0, "ix": 4 },
495
+ "sa": { "a": 0, "k": 0, "ix": 5 },
496
+ "nm": "Transform"
497
+ }
498
+ ],
499
+ "nm": "Ellipse 1",
500
+ "np": 3,
501
+ "cix": 2,
502
+ "ix": 1,
503
+ "mn": "ADBE Vector Group",
504
+ "hd": false
505
+ }
506
+ ],
507
+ "ip": 0,
508
+ "op": 148.000006028164,
509
+ "st": 0,
510
+ "bm": 0
511
+ }
512
+ ]
513
+ },
514
+ {
515
+ "id": "comp_3",
516
+ "layers": [
517
+ {
518
+ "ddd": 0,
519
+ "ind": 1,
520
+ "ty": 4,
521
+ "nm": "Shape Layer 6",
522
+ "sr": 1,
523
+ "ks": {
524
+ "o": { "a": 0, "k": 29, "ix": 11 },
525
+ "r": {
526
+ "a": 1,
527
+ "k": [
528
+ {
529
+ "i": { "x": [0.833], "y": [0.833] },
530
+ "o": { "x": [0.167], "y": [0.167] },
531
+ "n": ["0p833_0p833_0p167_0p167"],
532
+ "t": 0,
533
+ "s": [10],
534
+ "e": [364]
535
+ },
536
+ { "t": 146.000005946702 }
537
+ ],
538
+ "ix": 10
539
+ },
540
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
541
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
542
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
543
+ },
544
+ "ao": 0,
545
+ "shapes": [
546
+ {
547
+ "ty": "gr",
548
+ "it": [
549
+ {
550
+ "ind": 0,
551
+ "ty": "sh",
552
+ "ix": 1,
553
+ "ks": {
554
+ "a": 1,
555
+ "k": [
556
+ {
557
+ "i": { "x": 0.667, "y": 1 },
558
+ "o": { "x": 0.333, "y": 0 },
559
+ "n": "0p667_1_0p333_0",
560
+ "t": 0,
561
+ "s": [
562
+ {
563
+ "i": [
564
+ [-108.248, 0],
565
+ [-34.231, -102.693],
566
+ [87, -62],
567
+ [-87, 127]
568
+ ],
569
+ "o": [
570
+ [108.248, 0],
571
+ [30, 90],
572
+ [-88.153, 62.822],
573
+ [61.176, -89.303]
574
+ ],
575
+ "v": [
576
+ [0, -196],
577
+ [196, 0],
578
+ [55, 196],
579
+ [-141, 0]
580
+ ],
581
+ "c": true
582
+ }
583
+ ],
584
+ "e": [
585
+ {
586
+ "i": [
587
+ [-119, -41],
588
+ [-30.323, -103.914],
589
+ [104.896, 20.243],
590
+ [-78.419, 150.051]
591
+ ],
592
+ "o": [
593
+ [102.344, 35.261],
594
+ [39.537, 135.487],
595
+ [-114, -22],
596
+ [49.993, -95.659]
597
+ ],
598
+ "v": [
599
+ [-1.416, -211.459],
600
+ [196, 0],
601
+ [10.711, 211.764],
602
+ [-57.258, -15.108]
603
+ ],
604
+ "c": true
605
+ }
606
+ ]
607
+ },
608
+ {
609
+ "i": { "x": 0.667, "y": 1 },
610
+ "o": { "x": 0.333, "y": 0 },
611
+ "n": "0p667_1_0p333_0",
612
+ "t": 35,
613
+ "s": [
614
+ {
615
+ "i": [
616
+ [-119, -41],
617
+ [-30.323, -103.914],
618
+ [104.896, 20.243],
619
+ [-78.419, 150.051]
620
+ ],
621
+ "o": [
622
+ [102.344, 35.261],
623
+ [39.537, 135.487],
624
+ [-114, -22],
625
+ [49.993, -95.659]
626
+ ],
627
+ "v": [
628
+ [-1.416, -211.459],
629
+ [196, 0],
630
+ [10.711, 211.764],
631
+ [-57.258, -15.108]
632
+ ],
633
+ "c": true
634
+ }
635
+ ],
636
+ "e": [
637
+ {
638
+ "i": [
639
+ [-80.982, -20.295],
640
+ [73.415, -79.547],
641
+ [96.311, 46.23],
642
+ [-128.557, 107.054]
643
+ ],
644
+ "o": [
645
+ [117.957, 29.561],
646
+ [-119.513, 129.496],
647
+ [-125, -60],
648
+ [79.06, -65.837]
649
+ ],
650
+ "v": [
651
+ [0, -196],
652
+ [196, 0],
653
+ [55, 196],
654
+ [-141, 0]
655
+ ],
656
+ "c": true
657
+ }
658
+ ]
659
+ },
660
+ {
661
+ "i": { "x": 0.667, "y": 1 },
662
+ "o": { "x": 0.333, "y": 0 },
663
+ "n": "0p667_1_0p333_0",
664
+ "t": 69,
665
+ "s": [
666
+ {
667
+ "i": [
668
+ [-80.982, -20.295],
669
+ [73.415, -79.547],
670
+ [96.311, 46.23],
671
+ [-128.557, 107.054]
672
+ ],
673
+ "o": [
674
+ [117.957, 29.561],
675
+ [-119.513, 129.496],
676
+ [-125, -60],
677
+ [79.06, -65.837]
678
+ ],
679
+ "v": [
680
+ [0, -196],
681
+ [196, 0],
682
+ [55, 196],
683
+ [-141, 0]
684
+ ],
685
+ "c": true
686
+ }
687
+ ],
688
+ "e": [
689
+ {
690
+ "i": [
691
+ [-73.636, -39.34],
692
+ [9.912, -107.793],
693
+ [54.366, 50.928],
694
+ [23.692, 141.462]
695
+ ],
696
+ "o": [
697
+ [146, 78],
698
+ [-8.207, 89.254],
699
+ [-135.298, -126.742],
700
+ [-16.995, -101.47]
701
+ ],
702
+ "v": [
703
+ [0, -196],
704
+ [196, 0],
705
+ [55, 196],
706
+ [-141, 0]
707
+ ],
708
+ "c": true
709
+ }
710
+ ]
711
+ },
712
+ {
713
+ "i": { "x": 0.667, "y": 1 },
714
+ "o": { "x": 0.333, "y": 0 },
715
+ "n": "0p667_1_0p333_0",
716
+ "t": 102,
717
+ "s": [
718
+ {
719
+ "i": [
720
+ [-73.636, -39.34],
721
+ [9.912, -107.793],
722
+ [54.366, 50.928],
723
+ [23.692, 141.462]
724
+ ],
725
+ "o": [
726
+ [146, 78],
727
+ [-8.207, 89.254],
728
+ [-135.298, -126.742],
729
+ [-16.995, -101.47]
730
+ ],
731
+ "v": [
732
+ [0, -196],
733
+ [196, 0],
734
+ [55, 196],
735
+ [-141, 0]
736
+ ],
737
+ "c": true
738
+ }
739
+ ],
740
+ "e": [
741
+ {
742
+ "i": [
743
+ [-108.248, 0],
744
+ [-34.231, -102.693],
745
+ [87, -62],
746
+ [-87, 127]
747
+ ],
748
+ "o": [
749
+ [108.248, 0],
750
+ [30, 90],
751
+ [-88.153, 62.822],
752
+ [61.176, -89.303]
753
+ ],
754
+ "v": [
755
+ [0, -196],
756
+ [196, 0],
757
+ [55, 196],
758
+ [-141, 0]
759
+ ],
760
+ "c": true
761
+ }
762
+ ]
763
+ },
764
+ { "t": 146.000005946702 }
765
+ ],
766
+ "ix": 2
767
+ },
768
+ "nm": "Path 1",
769
+ "mn": "ADBE Vector Shape - Group",
770
+ "hd": false
771
+ },
772
+ {
773
+ "ty": "st",
774
+ "c": { "a": 0, "k": [1, 0, 0.51764681947, 1], "ix": 3 },
775
+ "o": { "a": 0, "k": 100, "ix": 4 },
776
+ "w": { "a": 0, "k": 2, "ix": 5 },
777
+ "lc": 1,
778
+ "lj": 1,
779
+ "ml": 4,
780
+ "ml2": { "a": 0, "k": 4, "ix": 8 },
781
+ "nm": "Stroke 1",
782
+ "mn": "ADBE Vector Graphic - Stroke",
783
+ "hd": false
784
+ },
785
+ {
786
+ "ty": "fl",
787
+ "c": {
788
+ "a": 0,
789
+ "k": [0, 0.18472886927, 0.356862745098, 1],
790
+ "ix": 4
791
+ },
792
+ "o": { "a": 0, "k": 0, "ix": 5 },
793
+ "r": 1,
794
+ "nm": "Fill 1",
795
+ "mn": "ADBE Vector Graphic - Fill",
796
+ "hd": false
797
+ },
798
+ {
799
+ "ty": "tr",
800
+ "p": { "a": 0, "k": [2, 0], "ix": 2 },
801
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
802
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
803
+ "r": { "a": 0, "k": 174, "ix": 6 },
804
+ "o": { "a": 0, "k": 100, "ix": 7 },
805
+ "sk": { "a": 0, "k": 0, "ix": 4 },
806
+ "sa": { "a": 0, "k": 0, "ix": 5 },
807
+ "nm": "Transform"
808
+ }
809
+ ],
810
+ "nm": "Ellipse 1",
811
+ "np": 3,
812
+ "cix": 2,
813
+ "ix": 1,
814
+ "mn": "ADBE Vector Group",
815
+ "hd": false
816
+ }
817
+ ],
818
+ "ip": 0,
819
+ "op": 609.000024805079,
820
+ "st": 0,
821
+ "bm": 0
822
+ },
823
+ {
824
+ "ddd": 0,
825
+ "ind": 2,
826
+ "ty": 4,
827
+ "nm": "Shape Layer 5",
828
+ "sr": 1,
829
+ "ks": {
830
+ "o": { "a": 0, "k": 50, "ix": 11 },
831
+ "r": {
832
+ "a": 1,
833
+ "k": [
834
+ {
835
+ "i": { "x": [0.833], "y": [0.833] },
836
+ "o": { "x": [0.167], "y": [0.167] },
837
+ "n": ["0p833_0p833_0p167_0p167"],
838
+ "t": 0,
839
+ "s": [4],
840
+ "e": [364]
841
+ },
842
+ { "t": 146.000005946702 }
843
+ ],
844
+ "ix": 10
845
+ },
846
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
847
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
848
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
849
+ },
850
+ "ao": 0,
851
+ "shapes": [
852
+ {
853
+ "ty": "gr",
854
+ "it": [
855
+ {
856
+ "ind": 0,
857
+ "ty": "sh",
858
+ "ix": 1,
859
+ "ks": {
860
+ "a": 1,
861
+ "k": [
862
+ {
863
+ "i": { "x": 0.667, "y": 1 },
864
+ "o": { "x": 0.333, "y": 0 },
865
+ "n": "0p667_1_0p333_0",
866
+ "t": 0,
867
+ "s": [
868
+ {
869
+ "i": [
870
+ [-108.248, 0],
871
+ [-34.231, -102.693],
872
+ [87, -62],
873
+ [-87, 127]
874
+ ],
875
+ "o": [
876
+ [108.248, 0],
877
+ [30, 90],
878
+ [-88.153, 62.822],
879
+ [61.176, -89.303]
880
+ ],
881
+ "v": [
882
+ [0, -196],
883
+ [196, 0],
884
+ [55, 196],
885
+ [-141, 0]
886
+ ],
887
+ "c": true
888
+ }
889
+ ],
890
+ "e": [
891
+ {
892
+ "i": [
893
+ [-119, -41],
894
+ [-30.323, -103.914],
895
+ [104.896, 20.243],
896
+ [-78.419, 150.051]
897
+ ],
898
+ "o": [
899
+ [102.344, 35.261],
900
+ [39.537, 135.487],
901
+ [-114, -22],
902
+ [49.993, -95.659]
903
+ ],
904
+ "v": [
905
+ [-1.416, -211.459],
906
+ [196, 0],
907
+ [10.711, 211.764],
908
+ [-57.258, -15.108]
909
+ ],
910
+ "c": true
911
+ }
912
+ ]
913
+ },
914
+ {
915
+ "i": { "x": 0.667, "y": 1 },
916
+ "o": { "x": 0.333, "y": 0 },
917
+ "n": "0p667_1_0p333_0",
918
+ "t": 35,
919
+ "s": [
920
+ {
921
+ "i": [
922
+ [-119, -41],
923
+ [-30.323, -103.914],
924
+ [104.896, 20.243],
925
+ [-78.419, 150.051]
926
+ ],
927
+ "o": [
928
+ [102.344, 35.261],
929
+ [39.537, 135.487],
930
+ [-114, -22],
931
+ [49.993, -95.659]
932
+ ],
933
+ "v": [
934
+ [-1.416, -211.459],
935
+ [196, 0],
936
+ [10.711, 211.764],
937
+ [-57.258, -15.108]
938
+ ],
939
+ "c": true
940
+ }
941
+ ],
942
+ "e": [
943
+ {
944
+ "i": [
945
+ [-80.982, -20.295],
946
+ [73.415, -79.547],
947
+ [96.311, 46.23],
948
+ [-128.557, 107.054]
949
+ ],
950
+ "o": [
951
+ [117.957, 29.561],
952
+ [-119.513, 129.496],
953
+ [-125, -60],
954
+ [79.06, -65.837]
955
+ ],
956
+ "v": [
957
+ [0, -196],
958
+ [196, 0],
959
+ [55, 196],
960
+ [-141, 0]
961
+ ],
962
+ "c": true
963
+ }
964
+ ]
965
+ },
966
+ {
967
+ "i": { "x": 0.667, "y": 1 },
968
+ "o": { "x": 0.333, "y": 0 },
969
+ "n": "0p667_1_0p333_0",
970
+ "t": 69,
971
+ "s": [
972
+ {
973
+ "i": [
974
+ [-80.982, -20.295],
975
+ [73.415, -79.547],
976
+ [96.311, 46.23],
977
+ [-128.557, 107.054]
978
+ ],
979
+ "o": [
980
+ [117.957, 29.561],
981
+ [-119.513, 129.496],
982
+ [-125, -60],
983
+ [79.06, -65.837]
984
+ ],
985
+ "v": [
986
+ [0, -196],
987
+ [196, 0],
988
+ [55, 196],
989
+ [-141, 0]
990
+ ],
991
+ "c": true
992
+ }
993
+ ],
994
+ "e": [
995
+ {
996
+ "i": [
997
+ [-73.636, -39.34],
998
+ [9.912, -107.793],
999
+ [54.366, 50.928],
1000
+ [23.692, 141.462]
1001
+ ],
1002
+ "o": [
1003
+ [146, 78],
1004
+ [-8.207, 89.254],
1005
+ [-135.298, -126.742],
1006
+ [-16.995, -101.47]
1007
+ ],
1008
+ "v": [
1009
+ [0, -196],
1010
+ [196, 0],
1011
+ [55, 196],
1012
+ [-141, 0]
1013
+ ],
1014
+ "c": true
1015
+ }
1016
+ ]
1017
+ },
1018
+ {
1019
+ "i": { "x": 0.667, "y": 1 },
1020
+ "o": { "x": 0.333, "y": 0 },
1021
+ "n": "0p667_1_0p333_0",
1022
+ "t": 102,
1023
+ "s": [
1024
+ {
1025
+ "i": [
1026
+ [-73.636, -39.34],
1027
+ [9.912, -107.793],
1028
+ [54.366, 50.928],
1029
+ [23.692, 141.462]
1030
+ ],
1031
+ "o": [
1032
+ [146, 78],
1033
+ [-8.207, 89.254],
1034
+ [-135.298, -126.742],
1035
+ [-16.995, -101.47]
1036
+ ],
1037
+ "v": [
1038
+ [0, -196],
1039
+ [196, 0],
1040
+ [55, 196],
1041
+ [-141, 0]
1042
+ ],
1043
+ "c": true
1044
+ }
1045
+ ],
1046
+ "e": [
1047
+ {
1048
+ "i": [
1049
+ [-108.248, 0],
1050
+ [-34.231, -102.693],
1051
+ [87, -62],
1052
+ [-87, 127]
1053
+ ],
1054
+ "o": [
1055
+ [108.248, 0],
1056
+ [30, 90],
1057
+ [-88.153, 62.822],
1058
+ [61.176, -89.303]
1059
+ ],
1060
+ "v": [
1061
+ [0, -196],
1062
+ [196, 0],
1063
+ [55, 196],
1064
+ [-141, 0]
1065
+ ],
1066
+ "c": true
1067
+ }
1068
+ ]
1069
+ },
1070
+ { "t": 146.000005946702 }
1071
+ ],
1072
+ "ix": 2
1073
+ },
1074
+ "nm": "Path 1",
1075
+ "mn": "ADBE Vector Shape - Group",
1076
+ "hd": false
1077
+ },
1078
+ {
1079
+ "ty": "st",
1080
+ "c": { "a": 0, "k": [1, 0, 0.51764681947, 1], "ix": 3 },
1081
+ "o": { "a": 0, "k": 100, "ix": 4 },
1082
+ "w": { "a": 0, "k": 2, "ix": 5 },
1083
+ "lc": 1,
1084
+ "lj": 1,
1085
+ "ml": 4,
1086
+ "ml2": { "a": 0, "k": 4, "ix": 8 },
1087
+ "nm": "Stroke 1",
1088
+ "mn": "ADBE Vector Graphic - Stroke",
1089
+ "hd": false
1090
+ },
1091
+ {
1092
+ "ty": "fl",
1093
+ "c": {
1094
+ "a": 0,
1095
+ "k": [0, 0.18472886927, 0.356862745098, 1],
1096
+ "ix": 4
1097
+ },
1098
+ "o": { "a": 0, "k": 0, "ix": 5 },
1099
+ "r": 1,
1100
+ "nm": "Fill 1",
1101
+ "mn": "ADBE Vector Graphic - Fill",
1102
+ "hd": false
1103
+ },
1104
+ {
1105
+ "ty": "tr",
1106
+ "p": { "a": 0, "k": [2, 0], "ix": 2 },
1107
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1108
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1109
+ "r": { "a": 0, "k": 174, "ix": 6 },
1110
+ "o": { "a": 0, "k": 100, "ix": 7 },
1111
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1112
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1113
+ "nm": "Transform"
1114
+ }
1115
+ ],
1116
+ "nm": "Ellipse 1",
1117
+ "np": 3,
1118
+ "cix": 2,
1119
+ "ix": 1,
1120
+ "mn": "ADBE Vector Group",
1121
+ "hd": false
1122
+ }
1123
+ ],
1124
+ "ip": 0,
1125
+ "op": 609.000024805079,
1126
+ "st": 0,
1127
+ "bm": 0
1128
+ },
1129
+ {
1130
+ "ddd": 0,
1131
+ "ind": 3,
1132
+ "ty": 4,
1133
+ "nm": "Shape Layer 3",
1134
+ "sr": 1,
1135
+ "ks": {
1136
+ "o": { "a": 0, "k": 100, "ix": 11 },
1137
+ "r": {
1138
+ "a": 1,
1139
+ "k": [
1140
+ {
1141
+ "i": { "x": [0.833], "y": [0.833] },
1142
+ "o": { "x": [0.167], "y": [0.167] },
1143
+ "n": ["0p833_0p833_0p167_0p167"],
1144
+ "t": 0,
1145
+ "s": [0],
1146
+ "e": [360]
1147
+ },
1148
+ { "t": 146.000005946702 }
1149
+ ],
1150
+ "ix": 10
1151
+ },
1152
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
1153
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
1154
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
1155
+ },
1156
+ "ao": 0,
1157
+ "shapes": [
1158
+ {
1159
+ "ty": "gr",
1160
+ "it": [
1161
+ {
1162
+ "ind": 0,
1163
+ "ty": "sh",
1164
+ "ix": 1,
1165
+ "ks": {
1166
+ "a": 1,
1167
+ "k": [
1168
+ {
1169
+ "i": { "x": 0.667, "y": 1 },
1170
+ "o": { "x": 0.333, "y": 0 },
1171
+ "n": "0p667_1_0p333_0",
1172
+ "t": 0,
1173
+ "s": [
1174
+ {
1175
+ "i": [
1176
+ [-108.248, 0],
1177
+ [-34.231, -102.693],
1178
+ [87, -62],
1179
+ [-87, 127]
1180
+ ],
1181
+ "o": [
1182
+ [108.248, 0],
1183
+ [30, 90],
1184
+ [-88.153, 62.822],
1185
+ [61.176, -89.303]
1186
+ ],
1187
+ "v": [
1188
+ [0, -196],
1189
+ [196, 0],
1190
+ [55, 196],
1191
+ [-141, 0]
1192
+ ],
1193
+ "c": true
1194
+ }
1195
+ ],
1196
+ "e": [
1197
+ {
1198
+ "i": [
1199
+ [-119, -41],
1200
+ [-30.323, -103.914],
1201
+ [104.896, 20.243],
1202
+ [-78.419, 150.051]
1203
+ ],
1204
+ "o": [
1205
+ [102.344, 35.261],
1206
+ [39.537, 135.487],
1207
+ [-114, -22],
1208
+ [49.993, -95.659]
1209
+ ],
1210
+ "v": [
1211
+ [-1.416, -211.459],
1212
+ [196, 0],
1213
+ [10.711, 211.764],
1214
+ [-57.258, -15.108]
1215
+ ],
1216
+ "c": true
1217
+ }
1218
+ ]
1219
+ },
1220
+ {
1221
+ "i": { "x": 0.667, "y": 1 },
1222
+ "o": { "x": 0.333, "y": 0 },
1223
+ "n": "0p667_1_0p333_0",
1224
+ "t": 35,
1225
+ "s": [
1226
+ {
1227
+ "i": [
1228
+ [-119, -41],
1229
+ [-30.323, -103.914],
1230
+ [104.896, 20.243],
1231
+ [-78.419, 150.051]
1232
+ ],
1233
+ "o": [
1234
+ [102.344, 35.261],
1235
+ [39.537, 135.487],
1236
+ [-114, -22],
1237
+ [49.993, -95.659]
1238
+ ],
1239
+ "v": [
1240
+ [-1.416, -211.459],
1241
+ [196, 0],
1242
+ [10.711, 211.764],
1243
+ [-57.258, -15.108]
1244
+ ],
1245
+ "c": true
1246
+ }
1247
+ ],
1248
+ "e": [
1249
+ {
1250
+ "i": [
1251
+ [-80.982, -20.295],
1252
+ [73.415, -79.547],
1253
+ [96.311, 46.23],
1254
+ [-128.557, 107.054]
1255
+ ],
1256
+ "o": [
1257
+ [117.957, 29.561],
1258
+ [-119.513, 129.496],
1259
+ [-125, -60],
1260
+ [79.06, -65.837]
1261
+ ],
1262
+ "v": [
1263
+ [0, -196],
1264
+ [196, 0],
1265
+ [55, 196],
1266
+ [-141, 0]
1267
+ ],
1268
+ "c": true
1269
+ }
1270
+ ]
1271
+ },
1272
+ {
1273
+ "i": { "x": 0.667, "y": 1 },
1274
+ "o": { "x": 0.333, "y": 0 },
1275
+ "n": "0p667_1_0p333_0",
1276
+ "t": 69,
1277
+ "s": [
1278
+ {
1279
+ "i": [
1280
+ [-80.982, -20.295],
1281
+ [73.415, -79.547],
1282
+ [96.311, 46.23],
1283
+ [-128.557, 107.054]
1284
+ ],
1285
+ "o": [
1286
+ [117.957, 29.561],
1287
+ [-119.513, 129.496],
1288
+ [-125, -60],
1289
+ [79.06, -65.837]
1290
+ ],
1291
+ "v": [
1292
+ [0, -196],
1293
+ [196, 0],
1294
+ [55, 196],
1295
+ [-141, 0]
1296
+ ],
1297
+ "c": true
1298
+ }
1299
+ ],
1300
+ "e": [
1301
+ {
1302
+ "i": [
1303
+ [-73.636, -39.34],
1304
+ [9.912, -107.793],
1305
+ [54.366, 50.928],
1306
+ [23.692, 141.462]
1307
+ ],
1308
+ "o": [
1309
+ [146, 78],
1310
+ [-8.207, 89.254],
1311
+ [-135.298, -126.742],
1312
+ [-16.995, -101.47]
1313
+ ],
1314
+ "v": [
1315
+ [0, -196],
1316
+ [196, 0],
1317
+ [55, 196],
1318
+ [-141, 0]
1319
+ ],
1320
+ "c": true
1321
+ }
1322
+ ]
1323
+ },
1324
+ {
1325
+ "i": { "x": 0.667, "y": 1 },
1326
+ "o": { "x": 0.333, "y": 0 },
1327
+ "n": "0p667_1_0p333_0",
1328
+ "t": 102,
1329
+ "s": [
1330
+ {
1331
+ "i": [
1332
+ [-73.636, -39.34],
1333
+ [9.912, -107.793],
1334
+ [54.366, 50.928],
1335
+ [23.692, 141.462]
1336
+ ],
1337
+ "o": [
1338
+ [146, 78],
1339
+ [-8.207, 89.254],
1340
+ [-135.298, -126.742],
1341
+ [-16.995, -101.47]
1342
+ ],
1343
+ "v": [
1344
+ [0, -196],
1345
+ [196, 0],
1346
+ [55, 196],
1347
+ [-141, 0]
1348
+ ],
1349
+ "c": true
1350
+ }
1351
+ ],
1352
+ "e": [
1353
+ {
1354
+ "i": [
1355
+ [-108.248, 0],
1356
+ [-34.231, -102.693],
1357
+ [87, -62],
1358
+ [-87, 127]
1359
+ ],
1360
+ "o": [
1361
+ [108.248, 0],
1362
+ [30, 90],
1363
+ [-88.153, 62.822],
1364
+ [61.176, -89.303]
1365
+ ],
1366
+ "v": [
1367
+ [0, -196],
1368
+ [196, 0],
1369
+ [55, 196],
1370
+ [-141, 0]
1371
+ ],
1372
+ "c": true
1373
+ }
1374
+ ]
1375
+ },
1376
+ { "t": 146.000005946702 }
1377
+ ],
1378
+ "ix": 2
1379
+ },
1380
+ "nm": "Path 1",
1381
+ "mn": "ADBE Vector Shape - Group",
1382
+ "hd": false
1383
+ },
1384
+ {
1385
+ "ty": "st",
1386
+ "c": { "a": 0, "k": [1, 0, 0.51764681947, 1], "ix": 3 },
1387
+ "o": { "a": 0, "k": 100, "ix": 4 },
1388
+ "w": { "a": 0, "k": 2, "ix": 5 },
1389
+ "lc": 1,
1390
+ "lj": 1,
1391
+ "ml": 4,
1392
+ "ml2": { "a": 0, "k": 4, "ix": 8 },
1393
+ "nm": "Stroke 1",
1394
+ "mn": "ADBE Vector Graphic - Stroke",
1395
+ "hd": false
1396
+ },
1397
+ {
1398
+ "ty": "fl",
1399
+ "c": {
1400
+ "a": 0,
1401
+ "k": [0, 0.18472886927, 0.356862745098, 1],
1402
+ "ix": 4
1403
+ },
1404
+ "o": { "a": 0, "k": 0, "ix": 5 },
1405
+ "r": 1,
1406
+ "nm": "Fill 1",
1407
+ "mn": "ADBE Vector Graphic - Fill",
1408
+ "hd": false
1409
+ },
1410
+ {
1411
+ "ty": "tr",
1412
+ "p": { "a": 0, "k": [2, 0], "ix": 2 },
1413
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1414
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1415
+ "r": { "a": 0, "k": 174, "ix": 6 },
1416
+ "o": { "a": 0, "k": 100, "ix": 7 },
1417
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1418
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1419
+ "nm": "Transform"
1420
+ }
1421
+ ],
1422
+ "nm": "Ellipse 1",
1423
+ "np": 3,
1424
+ "cix": 2,
1425
+ "ix": 1,
1426
+ "mn": "ADBE Vector Group",
1427
+ "hd": false
1428
+ }
1429
+ ],
1430
+ "ip": 0,
1431
+ "op": 609.000024805079,
1432
+ "st": 0,
1433
+ "bm": 0
1434
+ },
1435
+ {
1436
+ "ddd": 0,
1437
+ "ind": 4,
1438
+ "ty": 4,
1439
+ "nm": "Shape Layer 8",
1440
+ "sr": 1,
1441
+ "ks": {
1442
+ "o": { "a": 0, "k": 32, "ix": 11 },
1443
+ "r": {
1444
+ "a": 1,
1445
+ "k": [
1446
+ {
1447
+ "i": { "x": [0.833], "y": [0.833] },
1448
+ "o": { "x": [0.167], "y": [0.167] },
1449
+ "n": ["0p833_0p833_0p167_0p167"],
1450
+ "t": 0,
1451
+ "s": [9],
1452
+ "e": [369]
1453
+ },
1454
+ { "t": 146.000005946702 }
1455
+ ],
1456
+ "ix": 10
1457
+ },
1458
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
1459
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
1460
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
1461
+ },
1462
+ "ao": 0,
1463
+ "shapes": [
1464
+ {
1465
+ "ty": "gr",
1466
+ "it": [
1467
+ {
1468
+ "ind": 0,
1469
+ "ty": "sh",
1470
+ "ix": 1,
1471
+ "ks": {
1472
+ "a": 1,
1473
+ "k": [
1474
+ {
1475
+ "i": { "x": 0.667, "y": 1 },
1476
+ "o": { "x": 0.333, "y": 0 },
1477
+ "n": "0p667_1_0p333_0",
1478
+ "t": 0,
1479
+ "s": [
1480
+ {
1481
+ "i": [
1482
+ [-108.248, 0],
1483
+ [-34.231, -102.693],
1484
+ [87, -62],
1485
+ [-87, 127]
1486
+ ],
1487
+ "o": [
1488
+ [108.248, 0],
1489
+ [30, 90],
1490
+ [-88.153, 62.822],
1491
+ [61.176, -89.303]
1492
+ ],
1493
+ "v": [
1494
+ [0, -196],
1495
+ [196, 0],
1496
+ [55, 196],
1497
+ [-141, 0]
1498
+ ],
1499
+ "c": true
1500
+ }
1501
+ ],
1502
+ "e": [
1503
+ {
1504
+ "i": [
1505
+ [-119, -41],
1506
+ [31.105, -103.683],
1507
+ [104.896, 20.243],
1508
+ [35.656, 149.755]
1509
+ ],
1510
+ "o": [
1511
+ [102.344, 35.261],
1512
+ [-33, 110],
1513
+ [-114, -22],
1514
+ [-25, -105]
1515
+ ],
1516
+ "v": [
1517
+ [0, -196],
1518
+ [196, 0],
1519
+ [55, 196],
1520
+ [-141, 0]
1521
+ ],
1522
+ "c": true
1523
+ }
1524
+ ]
1525
+ },
1526
+ {
1527
+ "i": { "x": 0.667, "y": 1 },
1528
+ "o": { "x": 0.333, "y": 0 },
1529
+ "n": "0p667_1_0p333_0",
1530
+ "t": 35,
1531
+ "s": [
1532
+ {
1533
+ "i": [
1534
+ [-119, -41],
1535
+ [31.105, -103.683],
1536
+ [104.896, 20.243],
1537
+ [35.656, 149.755]
1538
+ ],
1539
+ "o": [
1540
+ [102.344, 35.261],
1541
+ [-33, 110],
1542
+ [-114, -22],
1543
+ [-25, -105]
1544
+ ],
1545
+ "v": [
1546
+ [0, -196],
1547
+ [196, 0],
1548
+ [55, 196],
1549
+ [-141, 0]
1550
+ ],
1551
+ "c": true
1552
+ }
1553
+ ],
1554
+ "e": [
1555
+ {
1556
+ "i": [
1557
+ [-167.87, 25.909],
1558
+ [104.33, -28.858],
1559
+ [0.101, -122.225],
1560
+ [-61.689, 141.041]
1561
+ ],
1562
+ "o": [
1563
+ [144.066, -22.235],
1564
+ [-208.901, 57.784],
1565
+ [-0.114, 138.654],
1566
+ [64.474, -147.409]
1567
+ ],
1568
+ "v": [
1569
+ [0, -196],
1570
+ [196, 0],
1571
+ [55, 196],
1572
+ [-141, 0]
1573
+ ],
1574
+ "c": true
1575
+ }
1576
+ ]
1577
+ },
1578
+ {
1579
+ "i": { "x": 0.667, "y": 1 },
1580
+ "o": { "x": 0.333, "y": 0 },
1581
+ "n": "0p667_1_0p333_0",
1582
+ "t": 69,
1583
+ "s": [
1584
+ {
1585
+ "i": [
1586
+ [-167.87, 25.909],
1587
+ [104.33, -28.858],
1588
+ [0.101, -122.225],
1589
+ [-61.689, 141.041]
1590
+ ],
1591
+ "o": [
1592
+ [144.066, -22.235],
1593
+ [-208.901, 57.784],
1594
+ [-0.114, 138.654],
1595
+ [64.474, -147.409]
1596
+ ],
1597
+ "v": [
1598
+ [0, -196],
1599
+ [196, 0],
1600
+ [55, 196],
1601
+ [-141, 0]
1602
+ ],
1603
+ "c": true
1604
+ }
1605
+ ],
1606
+ "e": [
1607
+ {
1608
+ "i": [
1609
+ [-73.636, -39.34],
1610
+ [80.69, -72.157],
1611
+ [42.39, -112.759],
1612
+ [-67.612, 61.515]
1613
+ ],
1614
+ "o": [
1615
+ [146, 78],
1616
+ [-59.46, 53.172],
1617
+ [-65.236, 173.531],
1618
+ [76.1, -69.237]
1619
+ ],
1620
+ "v": [
1621
+ [0, -196],
1622
+ [196, 0],
1623
+ [55, 196],
1624
+ [-141, 0]
1625
+ ],
1626
+ "c": true
1627
+ }
1628
+ ]
1629
+ },
1630
+ {
1631
+ "i": { "x": 0.667, "y": 1 },
1632
+ "o": { "x": 0.333, "y": 0 },
1633
+ "n": "0p667_1_0p333_0",
1634
+ "t": 102,
1635
+ "s": [
1636
+ {
1637
+ "i": [
1638
+ [-73.636, -39.34],
1639
+ [80.69, -72.157],
1640
+ [42.39, -112.759],
1641
+ [-67.612, 61.515]
1642
+ ],
1643
+ "o": [
1644
+ [146, 78],
1645
+ [-59.46, 53.172],
1646
+ [-65.236, 173.531],
1647
+ [76.1, -69.237]
1648
+ ],
1649
+ "v": [
1650
+ [0, -196],
1651
+ [196, 0],
1652
+ [55, 196],
1653
+ [-141, 0]
1654
+ ],
1655
+ "c": true
1656
+ }
1657
+ ],
1658
+ "e": [
1659
+ {
1660
+ "i": [
1661
+ [-108.248, 0],
1662
+ [-34.231, -102.693],
1663
+ [87, -62],
1664
+ [-87, 127]
1665
+ ],
1666
+ "o": [
1667
+ [108.248, 0],
1668
+ [30, 90],
1669
+ [-88.153, 62.822],
1670
+ [61.176, -89.303]
1671
+ ],
1672
+ "v": [
1673
+ [0, -196],
1674
+ [196, 0],
1675
+ [55, 196],
1676
+ [-141, 0]
1677
+ ],
1678
+ "c": true
1679
+ }
1680
+ ]
1681
+ },
1682
+ { "t": 146.000005946702 }
1683
+ ],
1684
+ "ix": 2
1685
+ },
1686
+ "nm": "Path 1",
1687
+ "mn": "ADBE Vector Shape - Group",
1688
+ "hd": false
1689
+ },
1690
+ {
1691
+ "ty": "st",
1692
+ "c": { "a": 0, "k": [1, 0.541176470588, 0, 1], "ix": 3 },
1693
+ "o": { "a": 0, "k": 100, "ix": 4 },
1694
+ "w": { "a": 0, "k": 2, "ix": 5 },
1695
+ "lc": 1,
1696
+ "lj": 1,
1697
+ "ml": 4,
1698
+ "ml2": { "a": 0, "k": 4, "ix": 8 },
1699
+ "nm": "Stroke 1",
1700
+ "mn": "ADBE Vector Graphic - Stroke",
1701
+ "hd": false
1702
+ },
1703
+ {
1704
+ "ty": "fl",
1705
+ "c": {
1706
+ "a": 0,
1707
+ "k": [0, 0.18472886927, 0.356862745098, 1],
1708
+ "ix": 4
1709
+ },
1710
+ "o": { "a": 0, "k": 0, "ix": 5 },
1711
+ "r": 1,
1712
+ "nm": "Fill 1",
1713
+ "mn": "ADBE Vector Graphic - Fill",
1714
+ "hd": false
1715
+ },
1716
+ {
1717
+ "ty": "tr",
1718
+ "p": { "a": 0, "k": [2, 0], "ix": 2 },
1719
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1720
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1721
+ "r": { "a": 0, "k": 63, "ix": 6 },
1722
+ "o": { "a": 0, "k": 100, "ix": 7 },
1723
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1724
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1725
+ "nm": "Transform"
1726
+ }
1727
+ ],
1728
+ "nm": "Ellipse 1",
1729
+ "np": 3,
1730
+ "cix": 2,
1731
+ "ix": 1,
1732
+ "mn": "ADBE Vector Group",
1733
+ "hd": false
1734
+ }
1735
+ ],
1736
+ "ip": 0,
1737
+ "op": 609.000024805079,
1738
+ "st": 0,
1739
+ "bm": 0
1740
+ },
1741
+ {
1742
+ "ddd": 0,
1743
+ "ind": 5,
1744
+ "ty": 4,
1745
+ "nm": "Shape Layer 7",
1746
+ "sr": 1,
1747
+ "ks": {
1748
+ "o": { "a": 0, "k": 68, "ix": 11 },
1749
+ "r": {
1750
+ "a": 1,
1751
+ "k": [
1752
+ {
1753
+ "i": { "x": [0.833], "y": [0.833] },
1754
+ "o": { "x": [0.167], "y": [0.167] },
1755
+ "n": ["0p833_0p833_0p167_0p167"],
1756
+ "t": 0,
1757
+ "s": [4],
1758
+ "e": [364]
1759
+ },
1760
+ { "t": 146.000005946702 }
1761
+ ],
1762
+ "ix": 10
1763
+ },
1764
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
1765
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
1766
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
1767
+ },
1768
+ "ao": 0,
1769
+ "shapes": [
1770
+ {
1771
+ "ty": "gr",
1772
+ "it": [
1773
+ {
1774
+ "ind": 0,
1775
+ "ty": "sh",
1776
+ "ix": 1,
1777
+ "ks": {
1778
+ "a": 1,
1779
+ "k": [
1780
+ {
1781
+ "i": { "x": 0.667, "y": 1 },
1782
+ "o": { "x": 0.333, "y": 0 },
1783
+ "n": "0p667_1_0p333_0",
1784
+ "t": 0,
1785
+ "s": [
1786
+ {
1787
+ "i": [
1788
+ [-108.248, 0],
1789
+ [-34.231, -102.693],
1790
+ [87, -62],
1791
+ [-87, 127]
1792
+ ],
1793
+ "o": [
1794
+ [108.248, 0],
1795
+ [30, 90],
1796
+ [-88.153, 62.822],
1797
+ [61.176, -89.303]
1798
+ ],
1799
+ "v": [
1800
+ [0, -196],
1801
+ [196, 0],
1802
+ [55, 196],
1803
+ [-141, 0]
1804
+ ],
1805
+ "c": true
1806
+ }
1807
+ ],
1808
+ "e": [
1809
+ {
1810
+ "i": [
1811
+ [-119, -41],
1812
+ [31.105, -103.683],
1813
+ [104.896, 20.243],
1814
+ [35.656, 149.755]
1815
+ ],
1816
+ "o": [
1817
+ [102.344, 35.261],
1818
+ [-33, 110],
1819
+ [-114, -22],
1820
+ [-25, -105]
1821
+ ],
1822
+ "v": [
1823
+ [0, -196],
1824
+ [196, 0],
1825
+ [55, 196],
1826
+ [-141, 0]
1827
+ ],
1828
+ "c": true
1829
+ }
1830
+ ]
1831
+ },
1832
+ {
1833
+ "i": { "x": 0.667, "y": 1 },
1834
+ "o": { "x": 0.333, "y": 0 },
1835
+ "n": "0p667_1_0p333_0",
1836
+ "t": 35,
1837
+ "s": [
1838
+ {
1839
+ "i": [
1840
+ [-119, -41],
1841
+ [31.105, -103.683],
1842
+ [104.896, 20.243],
1843
+ [35.656, 149.755]
1844
+ ],
1845
+ "o": [
1846
+ [102.344, 35.261],
1847
+ [-33, 110],
1848
+ [-114, -22],
1849
+ [-25, -105]
1850
+ ],
1851
+ "v": [
1852
+ [0, -196],
1853
+ [196, 0],
1854
+ [55, 196],
1855
+ [-141, 0]
1856
+ ],
1857
+ "c": true
1858
+ }
1859
+ ],
1860
+ "e": [
1861
+ {
1862
+ "i": [
1863
+ [-167.87, 25.909],
1864
+ [104.33, -28.858],
1865
+ [0.101, -122.225],
1866
+ [-61.689, 141.041]
1867
+ ],
1868
+ "o": [
1869
+ [144.066, -22.235],
1870
+ [-208.901, 57.784],
1871
+ [-0.114, 138.654],
1872
+ [64.474, -147.409]
1873
+ ],
1874
+ "v": [
1875
+ [0, -196],
1876
+ [196, 0],
1877
+ [55, 196],
1878
+ [-141, 0]
1879
+ ],
1880
+ "c": true
1881
+ }
1882
+ ]
1883
+ },
1884
+ {
1885
+ "i": { "x": 0.667, "y": 1 },
1886
+ "o": { "x": 0.333, "y": 0 },
1887
+ "n": "0p667_1_0p333_0",
1888
+ "t": 69,
1889
+ "s": [
1890
+ {
1891
+ "i": [
1892
+ [-167.87, 25.909],
1893
+ [104.33, -28.858],
1894
+ [0.101, -122.225],
1895
+ [-61.689, 141.041]
1896
+ ],
1897
+ "o": [
1898
+ [144.066, -22.235],
1899
+ [-208.901, 57.784],
1900
+ [-0.114, 138.654],
1901
+ [64.474, -147.409]
1902
+ ],
1903
+ "v": [
1904
+ [0, -196],
1905
+ [196, 0],
1906
+ [55, 196],
1907
+ [-141, 0]
1908
+ ],
1909
+ "c": true
1910
+ }
1911
+ ],
1912
+ "e": [
1913
+ {
1914
+ "i": [
1915
+ [-73.636, -39.34],
1916
+ [80.69, -72.157],
1917
+ [42.39, -112.759],
1918
+ [-67.612, 61.515]
1919
+ ],
1920
+ "o": [
1921
+ [146, 78],
1922
+ [-59.46, 53.172],
1923
+ [-65.236, 173.531],
1924
+ [76.1, -69.237]
1925
+ ],
1926
+ "v": [
1927
+ [0, -196],
1928
+ [196, 0],
1929
+ [55, 196],
1930
+ [-141, 0]
1931
+ ],
1932
+ "c": true
1933
+ }
1934
+ ]
1935
+ },
1936
+ {
1937
+ "i": { "x": 0.667, "y": 1 },
1938
+ "o": { "x": 0.333, "y": 0 },
1939
+ "n": "0p667_1_0p333_0",
1940
+ "t": 102,
1941
+ "s": [
1942
+ {
1943
+ "i": [
1944
+ [-73.636, -39.34],
1945
+ [80.69, -72.157],
1946
+ [42.39, -112.759],
1947
+ [-67.612, 61.515]
1948
+ ],
1949
+ "o": [
1950
+ [146, 78],
1951
+ [-59.46, 53.172],
1952
+ [-65.236, 173.531],
1953
+ [76.1, -69.237]
1954
+ ],
1955
+ "v": [
1956
+ [0, -196],
1957
+ [196, 0],
1958
+ [55, 196],
1959
+ [-141, 0]
1960
+ ],
1961
+ "c": true
1962
+ }
1963
+ ],
1964
+ "e": [
1965
+ {
1966
+ "i": [
1967
+ [-108.248, 0],
1968
+ [-34.231, -102.693],
1969
+ [87, -62],
1970
+ [-87, 127]
1971
+ ],
1972
+ "o": [
1973
+ [108.248, 0],
1974
+ [30, 90],
1975
+ [-88.153, 62.822],
1976
+ [61.176, -89.303]
1977
+ ],
1978
+ "v": [
1979
+ [0, -196],
1980
+ [196, 0],
1981
+ [55, 196],
1982
+ [-141, 0]
1983
+ ],
1984
+ "c": true
1985
+ }
1986
+ ]
1987
+ },
1988
+ { "t": 146.000005946702 }
1989
+ ],
1990
+ "ix": 2
1991
+ },
1992
+ "nm": "Path 1",
1993
+ "mn": "ADBE Vector Shape - Group",
1994
+ "hd": false
1995
+ },
1996
+ {
1997
+ "ty": "st",
1998
+ "c": { "a": 0, "k": [1, 0.541176470588, 0, 1], "ix": 3 },
1999
+ "o": { "a": 0, "k": 100, "ix": 4 },
2000
+ "w": { "a": 0, "k": 2, "ix": 5 },
2001
+ "lc": 1,
2002
+ "lj": 1,
2003
+ "ml": 4,
2004
+ "ml2": { "a": 0, "k": 4, "ix": 8 },
2005
+ "nm": "Stroke 1",
2006
+ "mn": "ADBE Vector Graphic - Stroke",
2007
+ "hd": false
2008
+ },
2009
+ {
2010
+ "ty": "fl",
2011
+ "c": {
2012
+ "a": 0,
2013
+ "k": [0, 0.18472886927, 0.356862745098, 1],
2014
+ "ix": 4
2015
+ },
2016
+ "o": { "a": 0, "k": 0, "ix": 5 },
2017
+ "r": 1,
2018
+ "nm": "Fill 1",
2019
+ "mn": "ADBE Vector Graphic - Fill",
2020
+ "hd": false
2021
+ },
2022
+ {
2023
+ "ty": "tr",
2024
+ "p": { "a": 0, "k": [2, 0], "ix": 2 },
2025
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2026
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2027
+ "r": { "a": 0, "k": 63, "ix": 6 },
2028
+ "o": { "a": 0, "k": 100, "ix": 7 },
2029
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2030
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2031
+ "nm": "Transform"
2032
+ }
2033
+ ],
2034
+ "nm": "Ellipse 1",
2035
+ "np": 3,
2036
+ "cix": 2,
2037
+ "ix": 1,
2038
+ "mn": "ADBE Vector Group",
2039
+ "hd": false
2040
+ }
2041
+ ],
2042
+ "ip": 0,
2043
+ "op": 609.000024805079,
2044
+ "st": 0,
2045
+ "bm": 0
2046
+ },
2047
+ {
2048
+ "ddd": 0,
2049
+ "ind": 6,
2050
+ "ty": 4,
2051
+ "nm": "Shape Layer 2",
2052
+ "sr": 1,
2053
+ "ks": {
2054
+ "o": { "a": 0, "k": 100, "ix": 11 },
2055
+ "r": {
2056
+ "a": 1,
2057
+ "k": [
2058
+ {
2059
+ "i": { "x": [0.833], "y": [0.833] },
2060
+ "o": { "x": [0.167], "y": [0.167] },
2061
+ "n": ["0p833_0p833_0p167_0p167"],
2062
+ "t": 0,
2063
+ "s": [0],
2064
+ "e": [360]
2065
+ },
2066
+ { "t": 146.000005946702 }
2067
+ ],
2068
+ "ix": 10
2069
+ },
2070
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
2071
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
2072
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
2073
+ },
2074
+ "ao": 0,
2075
+ "shapes": [
2076
+ {
2077
+ "ty": "gr",
2078
+ "it": [
2079
+ {
2080
+ "ind": 0,
2081
+ "ty": "sh",
2082
+ "ix": 1,
2083
+ "ks": {
2084
+ "a": 1,
2085
+ "k": [
2086
+ {
2087
+ "i": { "x": 0.667, "y": 1 },
2088
+ "o": { "x": 0.333, "y": 0 },
2089
+ "n": "0p667_1_0p333_0",
2090
+ "t": 0,
2091
+ "s": [
2092
+ {
2093
+ "i": [
2094
+ [-108.248, 0],
2095
+ [-34.231, -102.693],
2096
+ [87, -62],
2097
+ [-87, 127]
2098
+ ],
2099
+ "o": [
2100
+ [108.248, 0],
2101
+ [30, 90],
2102
+ [-88.153, 62.822],
2103
+ [61.176, -89.303]
2104
+ ],
2105
+ "v": [
2106
+ [0, -196],
2107
+ [196, 0],
2108
+ [55, 196],
2109
+ [-141, 0]
2110
+ ],
2111
+ "c": true
2112
+ }
2113
+ ],
2114
+ "e": [
2115
+ {
2116
+ "i": [
2117
+ [-119, -41],
2118
+ [31.105, -103.683],
2119
+ [104.896, 20.243],
2120
+ [35.656, 149.755]
2121
+ ],
2122
+ "o": [
2123
+ [102.344, 35.261],
2124
+ [-33, 110],
2125
+ [-114, -22],
2126
+ [-25, -105]
2127
+ ],
2128
+ "v": [
2129
+ [0, -196],
2130
+ [196, 0],
2131
+ [55, 196],
2132
+ [-141, 0]
2133
+ ],
2134
+ "c": true
2135
+ }
2136
+ ]
2137
+ },
2138
+ {
2139
+ "i": { "x": 0.667, "y": 1 },
2140
+ "o": { "x": 0.333, "y": 0 },
2141
+ "n": "0p667_1_0p333_0",
2142
+ "t": 35,
2143
+ "s": [
2144
+ {
2145
+ "i": [
2146
+ [-119, -41],
2147
+ [31.105, -103.683],
2148
+ [104.896, 20.243],
2149
+ [35.656, 149.755]
2150
+ ],
2151
+ "o": [
2152
+ [102.344, 35.261],
2153
+ [-33, 110],
2154
+ [-114, -22],
2155
+ [-25, -105]
2156
+ ],
2157
+ "v": [
2158
+ [0, -196],
2159
+ [196, 0],
2160
+ [55, 196],
2161
+ [-141, 0]
2162
+ ],
2163
+ "c": true
2164
+ }
2165
+ ],
2166
+ "e": [
2167
+ {
2168
+ "i": [
2169
+ [-167.87, 25.909],
2170
+ [104.33, -28.858],
2171
+ [0.101, -122.225],
2172
+ [-61.689, 141.041]
2173
+ ],
2174
+ "o": [
2175
+ [144.066, -22.235],
2176
+ [-208.901, 57.784],
2177
+ [-0.114, 138.654],
2178
+ [64.474, -147.409]
2179
+ ],
2180
+ "v": [
2181
+ [0, -196],
2182
+ [196, 0],
2183
+ [55, 196],
2184
+ [-141, 0]
2185
+ ],
2186
+ "c": true
2187
+ }
2188
+ ]
2189
+ },
2190
+ {
2191
+ "i": { "x": 0.667, "y": 1 },
2192
+ "o": { "x": 0.333, "y": 0 },
2193
+ "n": "0p667_1_0p333_0",
2194
+ "t": 69,
2195
+ "s": [
2196
+ {
2197
+ "i": [
2198
+ [-167.87, 25.909],
2199
+ [104.33, -28.858],
2200
+ [0.101, -122.225],
2201
+ [-61.689, 141.041]
2202
+ ],
2203
+ "o": [
2204
+ [144.066, -22.235],
2205
+ [-208.901, 57.784],
2206
+ [-0.114, 138.654],
2207
+ [64.474, -147.409]
2208
+ ],
2209
+ "v": [
2210
+ [0, -196],
2211
+ [196, 0],
2212
+ [55, 196],
2213
+ [-141, 0]
2214
+ ],
2215
+ "c": true
2216
+ }
2217
+ ],
2218
+ "e": [
2219
+ {
2220
+ "i": [
2221
+ [-73.636, -39.34],
2222
+ [80.69, -72.157],
2223
+ [42.39, -112.759],
2224
+ [-67.612, 61.515]
2225
+ ],
2226
+ "o": [
2227
+ [146, 78],
2228
+ [-59.46, 53.172],
2229
+ [-65.236, 173.531],
2230
+ [76.1, -69.237]
2231
+ ],
2232
+ "v": [
2233
+ [0, -196],
2234
+ [196, 0],
2235
+ [55, 196],
2236
+ [-141, 0]
2237
+ ],
2238
+ "c": true
2239
+ }
2240
+ ]
2241
+ },
2242
+ {
2243
+ "i": { "x": 0.667, "y": 1 },
2244
+ "o": { "x": 0.333, "y": 0 },
2245
+ "n": "0p667_1_0p333_0",
2246
+ "t": 102,
2247
+ "s": [
2248
+ {
2249
+ "i": [
2250
+ [-73.636, -39.34],
2251
+ [80.69, -72.157],
2252
+ [42.39, -112.759],
2253
+ [-67.612, 61.515]
2254
+ ],
2255
+ "o": [
2256
+ [146, 78],
2257
+ [-59.46, 53.172],
2258
+ [-65.236, 173.531],
2259
+ [76.1, -69.237]
2260
+ ],
2261
+ "v": [
2262
+ [0, -196],
2263
+ [196, 0],
2264
+ [55, 196],
2265
+ [-141, 0]
2266
+ ],
2267
+ "c": true
2268
+ }
2269
+ ],
2270
+ "e": [
2271
+ {
2272
+ "i": [
2273
+ [-108.248, 0],
2274
+ [-34.231, -102.693],
2275
+ [87, -62],
2276
+ [-87, 127]
2277
+ ],
2278
+ "o": [
2279
+ [108.248, 0],
2280
+ [30, 90],
2281
+ [-88.153, 62.822],
2282
+ [61.176, -89.303]
2283
+ ],
2284
+ "v": [
2285
+ [0, -196],
2286
+ [196, 0],
2287
+ [55, 196],
2288
+ [-141, 0]
2289
+ ],
2290
+ "c": true
2291
+ }
2292
+ ]
2293
+ },
2294
+ { "t": 146.000005946702 }
2295
+ ],
2296
+ "ix": 2
2297
+ },
2298
+ "nm": "Path 1",
2299
+ "mn": "ADBE Vector Shape - Group",
2300
+ "hd": false
2301
+ },
2302
+ {
2303
+ "ty": "st",
2304
+ "c": { "a": 0, "k": [1, 0.541176470588, 0, 1], "ix": 3 },
2305
+ "o": { "a": 0, "k": 100, "ix": 4 },
2306
+ "w": { "a": 0, "k": 2, "ix": 5 },
2307
+ "lc": 1,
2308
+ "lj": 1,
2309
+ "ml": 4,
2310
+ "ml2": { "a": 0, "k": 4, "ix": 8 },
2311
+ "nm": "Stroke 1",
2312
+ "mn": "ADBE Vector Graphic - Stroke",
2313
+ "hd": false
2314
+ },
2315
+ {
2316
+ "ty": "fl",
2317
+ "c": {
2318
+ "a": 0,
2319
+ "k": [0, 0.18472886927, 0.356862745098, 1],
2320
+ "ix": 4
2321
+ },
2322
+ "o": { "a": 0, "k": 0, "ix": 5 },
2323
+ "r": 1,
2324
+ "nm": "Fill 1",
2325
+ "mn": "ADBE Vector Graphic - Fill",
2326
+ "hd": false
2327
+ },
2328
+ {
2329
+ "ty": "tr",
2330
+ "p": { "a": 0, "k": [2, 0], "ix": 2 },
2331
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2332
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2333
+ "r": { "a": 0, "k": 63, "ix": 6 },
2334
+ "o": { "a": 0, "k": 100, "ix": 7 },
2335
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2336
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2337
+ "nm": "Transform"
2338
+ }
2339
+ ],
2340
+ "nm": "Ellipse 1",
2341
+ "np": 3,
2342
+ "cix": 2,
2343
+ "ix": 1,
2344
+ "mn": "ADBE Vector Group",
2345
+ "hd": false
2346
+ }
2347
+ ],
2348
+ "ip": 0,
2349
+ "op": 609.000024805079,
2350
+ "st": 0,
2351
+ "bm": 0
2352
+ },
2353
+ {
2354
+ "ddd": 0,
2355
+ "ind": 7,
2356
+ "ty": 4,
2357
+ "nm": "Shape Layer 10",
2358
+ "sr": 1,
2359
+ "ks": {
2360
+ "o": { "a": 0, "k": 35, "ix": 11 },
2361
+ "r": {
2362
+ "a": 1,
2363
+ "k": [
2364
+ {
2365
+ "i": { "x": [0.833], "y": [0.833] },
2366
+ "o": { "x": [0.167], "y": [0.167] },
2367
+ "n": ["0p833_0p833_0p167_0p167"],
2368
+ "t": 0,
2369
+ "s": [7],
2370
+ "e": [367]
2371
+ },
2372
+ { "t": 146.000005946702 }
2373
+ ],
2374
+ "ix": 10
2375
+ },
2376
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
2377
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
2378
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
2379
+ },
2380
+ "ao": 0,
2381
+ "shapes": [
2382
+ {
2383
+ "ty": "gr",
2384
+ "it": [
2385
+ {
2386
+ "ind": 0,
2387
+ "ty": "sh",
2388
+ "ix": 1,
2389
+ "ks": {
2390
+ "a": 1,
2391
+ "k": [
2392
+ {
2393
+ "i": { "x": 0.667, "y": 1 },
2394
+ "o": { "x": 0.333, "y": 0 },
2395
+ "n": "0p667_1_0p333_0",
2396
+ "t": 0,
2397
+ "s": [
2398
+ {
2399
+ "i": [
2400
+ [-108.248, 0],
2401
+ [-34.231, -102.693],
2402
+ [87, -62],
2403
+ [-87, 127]
2404
+ ],
2405
+ "o": [
2406
+ [108.248, 0],
2407
+ [30, 90],
2408
+ [-88.153, 62.822],
2409
+ [61.176, -89.303]
2410
+ ],
2411
+ "v": [
2412
+ [0, -196],
2413
+ [196, 0],
2414
+ [55, 196],
2415
+ [-141, 0]
2416
+ ],
2417
+ "c": true
2418
+ }
2419
+ ],
2420
+ "e": [
2421
+ {
2422
+ "i": [
2423
+ [-119, -41],
2424
+ [83.63, -171.189],
2425
+ [91.894, -19.026],
2426
+ [136.12, 122.068]
2427
+ ],
2428
+ "o": [
2429
+ [102.344, 35.261],
2430
+ [-50.41, 103.188],
2431
+ [-113.692, 23.54],
2432
+ [-80.356, -72.061]
2433
+ ],
2434
+ "v": [
2435
+ [0, -196],
2436
+ [140.921, -0.554],
2437
+ [55, 196],
2438
+ [-141, 0]
2439
+ ],
2440
+ "c": true
2441
+ }
2442
+ ]
2443
+ },
2444
+ {
2445
+ "i": { "x": 0.667, "y": 1 },
2446
+ "o": { "x": 0.333, "y": 0 },
2447
+ "n": "0p667_1_0p333_0",
2448
+ "t": 35,
2449
+ "s": [
2450
+ {
2451
+ "i": [
2452
+ [-119, -41],
2453
+ [83.63, -171.189],
2454
+ [91.894, -19.026],
2455
+ [136.12, 122.068]
2456
+ ],
2457
+ "o": [
2458
+ [102.344, 35.261],
2459
+ [-50.41, 103.188],
2460
+ [-113.692, 23.54],
2461
+ [-80.356, -72.061]
2462
+ ],
2463
+ "v": [
2464
+ [0, -196],
2465
+ [140.921, -0.554],
2466
+ [55, 196],
2467
+ [-141, 0]
2468
+ ],
2469
+ "c": true
2470
+ }
2471
+ ],
2472
+ "e": [
2473
+ {
2474
+ "i": [
2475
+ [-77.672, -30.611],
2476
+ [61.838, -88.846],
2477
+ [53.437, -48.909],
2478
+ [88.745, 125.787]
2479
+ ],
2480
+ "o": [
2481
+ [112.663, 44.4],
2482
+ [-62.336, 89.562],
2483
+ [-102.281, 93.615],
2484
+ [-85.549, -121.256]
2485
+ ],
2486
+ "v": [
2487
+ [0, -196],
2488
+ [196, 0],
2489
+ [50.115, 165.716],
2490
+ [-141, 0]
2491
+ ],
2492
+ "c": true
2493
+ }
2494
+ ]
2495
+ },
2496
+ {
2497
+ "i": { "x": 0.667, "y": 1 },
2498
+ "o": { "x": 0.333, "y": 0 },
2499
+ "n": "0p667_1_0p333_0",
2500
+ "t": 69,
2501
+ "s": [
2502
+ {
2503
+ "i": [
2504
+ [-77.672, -30.611],
2505
+ [61.838, -88.846],
2506
+ [53.437, -48.909],
2507
+ [88.745, 125.787]
2508
+ ],
2509
+ "o": [
2510
+ [112.663, 44.4],
2511
+ [-62.336, 89.562],
2512
+ [-102.281, 93.615],
2513
+ [-85.549, -121.256]
2514
+ ],
2515
+ "v": [
2516
+ [0, -196],
2517
+ [196, 0],
2518
+ [50.115, 165.716],
2519
+ [-141, 0]
2520
+ ],
2521
+ "c": true
2522
+ }
2523
+ ],
2524
+ "e": [
2525
+ {
2526
+ "i": [
2527
+ [-74.17, 38.325],
2528
+ [88.151, -62.825],
2529
+ [104.924, -20.101],
2530
+ [-96.599, 61.86]
2531
+ ],
2532
+ "o": [
2533
+ [97.23, -50.241],
2534
+ [-158.903, 113.249],
2535
+ [-128.692, 24.654],
2536
+ [168.835, -108.119]
2537
+ ],
2538
+ "v": [
2539
+ [0, -196],
2540
+ [196, 0],
2541
+ [55, 196],
2542
+ [-141, 0]
2543
+ ],
2544
+ "c": true
2545
+ }
2546
+ ]
2547
+ },
2548
+ {
2549
+ "i": { "x": 0.667, "y": 1 },
2550
+ "o": { "x": 0.333, "y": 0 },
2551
+ "n": "0p667_1_0p333_0",
2552
+ "t": 102,
2553
+ "s": [
2554
+ {
2555
+ "i": [
2556
+ [-74.17, 38.325],
2557
+ [88.151, -62.825],
2558
+ [104.924, -20.101],
2559
+ [-96.599, 61.86]
2560
+ ],
2561
+ "o": [
2562
+ [97.23, -50.241],
2563
+ [-158.903, 113.249],
2564
+ [-128.692, 24.654],
2565
+ [168.835, -108.119]
2566
+ ],
2567
+ "v": [
2568
+ [0, -196],
2569
+ [196, 0],
2570
+ [55, 196],
2571
+ [-141, 0]
2572
+ ],
2573
+ "c": true
2574
+ }
2575
+ ],
2576
+ "e": [
2577
+ {
2578
+ "i": [
2579
+ [-108.248, 0],
2580
+ [-34.231, -102.693],
2581
+ [87, -62],
2582
+ [-87, 127]
2583
+ ],
2584
+ "o": [
2585
+ [108.248, 0],
2586
+ [30, 90],
2587
+ [-88.153, 62.822],
2588
+ [61.176, -89.303]
2589
+ ],
2590
+ "v": [
2591
+ [0, -196],
2592
+ [196, 0],
2593
+ [55, 196],
2594
+ [-141, 0]
2595
+ ],
2596
+ "c": true
2597
+ }
2598
+ ]
2599
+ },
2600
+ { "t": 146.000005946702 }
2601
+ ],
2602
+ "ix": 2
2603
+ },
2604
+ "nm": "Path 1",
2605
+ "mn": "ADBE Vector Shape - Group",
2606
+ "hd": false
2607
+ },
2608
+ {
2609
+ "ty": "st",
2610
+ "c": {
2611
+ "a": 0,
2612
+ "k": [0.039215682535, 0.740022906135, 1, 1],
2613
+ "ix": 3
2614
+ },
2615
+ "o": { "a": 0, "k": 100, "ix": 4 },
2616
+ "w": { "a": 0, "k": 2, "ix": 5 },
2617
+ "lc": 1,
2618
+ "lj": 1,
2619
+ "ml": 4,
2620
+ "ml2": { "a": 0, "k": 4, "ix": 8 },
2621
+ "nm": "Stroke 1",
2622
+ "mn": "ADBE Vector Graphic - Stroke",
2623
+ "hd": false
2624
+ },
2625
+ {
2626
+ "ty": "fl",
2627
+ "c": {
2628
+ "a": 0,
2629
+ "k": [0, 0.18472886927, 0.356862745098, 1],
2630
+ "ix": 4
2631
+ },
2632
+ "o": { "a": 0, "k": 0, "ix": 5 },
2633
+ "r": 1,
2634
+ "nm": "Fill 1",
2635
+ "mn": "ADBE Vector Graphic - Fill",
2636
+ "hd": false
2637
+ },
2638
+ {
2639
+ "ty": "tr",
2640
+ "p": { "a": 0, "k": [2, 0], "ix": 2 },
2641
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2642
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2643
+ "r": { "a": 0, "k": 0, "ix": 6 },
2644
+ "o": { "a": 0, "k": 100, "ix": 7 },
2645
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2646
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2647
+ "nm": "Transform"
2648
+ }
2649
+ ],
2650
+ "nm": "Ellipse 1",
2651
+ "np": 3,
2652
+ "cix": 2,
2653
+ "ix": 1,
2654
+ "mn": "ADBE Vector Group",
2655
+ "hd": false
2656
+ }
2657
+ ],
2658
+ "ip": 0,
2659
+ "op": 609.000024805079,
2660
+ "st": 0,
2661
+ "bm": 0
2662
+ },
2663
+ {
2664
+ "ddd": 0,
2665
+ "ind": 8,
2666
+ "ty": 4,
2667
+ "nm": "Shape Layer 9",
2668
+ "sr": 1,
2669
+ "ks": {
2670
+ "o": { "a": 0, "k": 61, "ix": 11 },
2671
+ "r": {
2672
+ "a": 1,
2673
+ "k": [
2674
+ {
2675
+ "i": { "x": [0.833], "y": [0.833] },
2676
+ "o": { "x": [0.167], "y": [0.167] },
2677
+ "n": ["0p833_0p833_0p167_0p167"],
2678
+ "t": 0,
2679
+ "s": [4],
2680
+ "e": [364]
2681
+ },
2682
+ { "t": 146.000005946702 }
2683
+ ],
2684
+ "ix": 10
2685
+ },
2686
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
2687
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
2688
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
2689
+ },
2690
+ "ao": 0,
2691
+ "shapes": [
2692
+ {
2693
+ "ty": "gr",
2694
+ "it": [
2695
+ {
2696
+ "ind": 0,
2697
+ "ty": "sh",
2698
+ "ix": 1,
2699
+ "ks": {
2700
+ "a": 1,
2701
+ "k": [
2702
+ {
2703
+ "i": { "x": 0.667, "y": 1 },
2704
+ "o": { "x": 0.333, "y": 0 },
2705
+ "n": "0p667_1_0p333_0",
2706
+ "t": 0,
2707
+ "s": [
2708
+ {
2709
+ "i": [
2710
+ [-108.248, 0],
2711
+ [-34.231, -102.693],
2712
+ [87, -62],
2713
+ [-87, 127]
2714
+ ],
2715
+ "o": [
2716
+ [108.248, 0],
2717
+ [30, 90],
2718
+ [-88.153, 62.822],
2719
+ [61.176, -89.303]
2720
+ ],
2721
+ "v": [
2722
+ [0, -196],
2723
+ [196, 0],
2724
+ [55, 196],
2725
+ [-141, 0]
2726
+ ],
2727
+ "c": true
2728
+ }
2729
+ ],
2730
+ "e": [
2731
+ {
2732
+ "i": [
2733
+ [-119, -41],
2734
+ [83.63, -171.189],
2735
+ [91.894, -19.026],
2736
+ [136.12, 122.068]
2737
+ ],
2738
+ "o": [
2739
+ [102.344, 35.261],
2740
+ [-50.41, 103.188],
2741
+ [-113.692, 23.54],
2742
+ [-80.356, -72.061]
2743
+ ],
2744
+ "v": [
2745
+ [0, -196],
2746
+ [140.921, -0.554],
2747
+ [55, 196],
2748
+ [-141, 0]
2749
+ ],
2750
+ "c": true
2751
+ }
2752
+ ]
2753
+ },
2754
+ {
2755
+ "i": { "x": 0.667, "y": 1 },
2756
+ "o": { "x": 0.333, "y": 0 },
2757
+ "n": "0p667_1_0p333_0",
2758
+ "t": 35,
2759
+ "s": [
2760
+ {
2761
+ "i": [
2762
+ [-119, -41],
2763
+ [83.63, -171.189],
2764
+ [91.894, -19.026],
2765
+ [136.12, 122.068]
2766
+ ],
2767
+ "o": [
2768
+ [102.344, 35.261],
2769
+ [-50.41, 103.188],
2770
+ [-113.692, 23.54],
2771
+ [-80.356, -72.061]
2772
+ ],
2773
+ "v": [
2774
+ [0, -196],
2775
+ [140.921, -0.554],
2776
+ [55, 196],
2777
+ [-141, 0]
2778
+ ],
2779
+ "c": true
2780
+ }
2781
+ ],
2782
+ "e": [
2783
+ {
2784
+ "i": [
2785
+ [-77.672, -30.611],
2786
+ [61.838, -88.846],
2787
+ [53.437, -48.909],
2788
+ [88.745, 125.787]
2789
+ ],
2790
+ "o": [
2791
+ [112.663, 44.4],
2792
+ [-62.336, 89.562],
2793
+ [-102.281, 93.615],
2794
+ [-85.549, -121.256]
2795
+ ],
2796
+ "v": [
2797
+ [0, -196],
2798
+ [196, 0],
2799
+ [50.115, 165.716],
2800
+ [-141, 0]
2801
+ ],
2802
+ "c": true
2803
+ }
2804
+ ]
2805
+ },
2806
+ {
2807
+ "i": { "x": 0.667, "y": 1 },
2808
+ "o": { "x": 0.333, "y": 0 },
2809
+ "n": "0p667_1_0p333_0",
2810
+ "t": 69,
2811
+ "s": [
2812
+ {
2813
+ "i": [
2814
+ [-77.672, -30.611],
2815
+ [61.838, -88.846],
2816
+ [53.437, -48.909],
2817
+ [88.745, 125.787]
2818
+ ],
2819
+ "o": [
2820
+ [112.663, 44.4],
2821
+ [-62.336, 89.562],
2822
+ [-102.281, 93.615],
2823
+ [-85.549, -121.256]
2824
+ ],
2825
+ "v": [
2826
+ [0, -196],
2827
+ [196, 0],
2828
+ [50.115, 165.716],
2829
+ [-141, 0]
2830
+ ],
2831
+ "c": true
2832
+ }
2833
+ ],
2834
+ "e": [
2835
+ {
2836
+ "i": [
2837
+ [-74.17, 38.325],
2838
+ [88.151, -62.825],
2839
+ [104.924, -20.101],
2840
+ [-96.599, 61.86]
2841
+ ],
2842
+ "o": [
2843
+ [97.23, -50.241],
2844
+ [-158.903, 113.249],
2845
+ [-128.692, 24.654],
2846
+ [168.835, -108.119]
2847
+ ],
2848
+ "v": [
2849
+ [0, -196],
2850
+ [196, 0],
2851
+ [55, 196],
2852
+ [-141, 0]
2853
+ ],
2854
+ "c": true
2855
+ }
2856
+ ]
2857
+ },
2858
+ {
2859
+ "i": { "x": 0.667, "y": 1 },
2860
+ "o": { "x": 0.333, "y": 0 },
2861
+ "n": "0p667_1_0p333_0",
2862
+ "t": 102,
2863
+ "s": [
2864
+ {
2865
+ "i": [
2866
+ [-74.17, 38.325],
2867
+ [88.151, -62.825],
2868
+ [104.924, -20.101],
2869
+ [-96.599, 61.86]
2870
+ ],
2871
+ "o": [
2872
+ [97.23, -50.241],
2873
+ [-158.903, 113.249],
2874
+ [-128.692, 24.654],
2875
+ [168.835, -108.119]
2876
+ ],
2877
+ "v": [
2878
+ [0, -196],
2879
+ [196, 0],
2880
+ [55, 196],
2881
+ [-141, 0]
2882
+ ],
2883
+ "c": true
2884
+ }
2885
+ ],
2886
+ "e": [
2887
+ {
2888
+ "i": [
2889
+ [-108.248, 0],
2890
+ [-34.231, -102.693],
2891
+ [87, -62],
2892
+ [-87, 127]
2893
+ ],
2894
+ "o": [
2895
+ [108.248, 0],
2896
+ [30, 90],
2897
+ [-88.153, 62.822],
2898
+ [61.176, -89.303]
2899
+ ],
2900
+ "v": [
2901
+ [0, -196],
2902
+ [196, 0],
2903
+ [55, 196],
2904
+ [-141, 0]
2905
+ ],
2906
+ "c": true
2907
+ }
2908
+ ]
2909
+ },
2910
+ { "t": 146.000005946702 }
2911
+ ],
2912
+ "ix": 2
2913
+ },
2914
+ "nm": "Path 1",
2915
+ "mn": "ADBE Vector Shape - Group",
2916
+ "hd": false
2917
+ },
2918
+ {
2919
+ "ty": "st",
2920
+ "c": {
2921
+ "a": 0,
2922
+ "k": [0.039215682535, 0.740022906135, 1, 1],
2923
+ "ix": 3
2924
+ },
2925
+ "o": { "a": 0, "k": 100, "ix": 4 },
2926
+ "w": { "a": 0, "k": 2, "ix": 5 },
2927
+ "lc": 1,
2928
+ "lj": 1,
2929
+ "ml": 4,
2930
+ "ml2": { "a": 0, "k": 4, "ix": 8 },
2931
+ "nm": "Stroke 1",
2932
+ "mn": "ADBE Vector Graphic - Stroke",
2933
+ "hd": false
2934
+ },
2935
+ {
2936
+ "ty": "fl",
2937
+ "c": {
2938
+ "a": 0,
2939
+ "k": [0, 0.18472886927, 0.356862745098, 1],
2940
+ "ix": 4
2941
+ },
2942
+ "o": { "a": 0, "k": 0, "ix": 5 },
2943
+ "r": 1,
2944
+ "nm": "Fill 1",
2945
+ "mn": "ADBE Vector Graphic - Fill",
2946
+ "hd": false
2947
+ },
2948
+ {
2949
+ "ty": "tr",
2950
+ "p": { "a": 0, "k": [2, 0], "ix": 2 },
2951
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2952
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2953
+ "r": { "a": 0, "k": 0, "ix": 6 },
2954
+ "o": { "a": 0, "k": 100, "ix": 7 },
2955
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2956
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2957
+ "nm": "Transform"
2958
+ }
2959
+ ],
2960
+ "nm": "Ellipse 1",
2961
+ "np": 3,
2962
+ "cix": 2,
2963
+ "ix": 1,
2964
+ "mn": "ADBE Vector Group",
2965
+ "hd": false
2966
+ }
2967
+ ],
2968
+ "ip": 0,
2969
+ "op": 609.000024805079,
2970
+ "st": 0,
2971
+ "bm": 0
2972
+ },
2973
+ {
2974
+ "ddd": 0,
2975
+ "ind": 9,
2976
+ "ty": 4,
2977
+ "nm": "Shape Layer 1",
2978
+ "sr": 1,
2979
+ "ks": {
2980
+ "o": { "a": 0, "k": 100, "ix": 11 },
2981
+ "r": {
2982
+ "a": 1,
2983
+ "k": [
2984
+ {
2985
+ "i": { "x": [0.833], "y": [0.833] },
2986
+ "o": { "x": [0.167], "y": [0.167] },
2987
+ "n": ["0p833_0p833_0p167_0p167"],
2988
+ "t": 0,
2989
+ "s": [0],
2990
+ "e": [360]
2991
+ },
2992
+ { "t": 146.000005946702 }
2993
+ ],
2994
+ "ix": 10
2995
+ },
2996
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
2997
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
2998
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
2999
+ },
3000
+ "ao": 0,
3001
+ "shapes": [
3002
+ {
3003
+ "ty": "gr",
3004
+ "it": [
3005
+ {
3006
+ "ind": 0,
3007
+ "ty": "sh",
3008
+ "ix": 1,
3009
+ "ks": {
3010
+ "a": 1,
3011
+ "k": [
3012
+ {
3013
+ "i": { "x": 0.667, "y": 1 },
3014
+ "o": { "x": 0.333, "y": 0 },
3015
+ "n": "0p667_1_0p333_0",
3016
+ "t": 0,
3017
+ "s": [
3018
+ {
3019
+ "i": [
3020
+ [-108.248, 0],
3021
+ [-34.231, -102.693],
3022
+ [87, -62],
3023
+ [-87, 127]
3024
+ ],
3025
+ "o": [
3026
+ [108.248, 0],
3027
+ [30, 90],
3028
+ [-88.153, 62.822],
3029
+ [61.176, -89.303]
3030
+ ],
3031
+ "v": [
3032
+ [0, -196],
3033
+ [196, 0],
3034
+ [55, 196],
3035
+ [-141, 0]
3036
+ ],
3037
+ "c": true
3038
+ }
3039
+ ],
3040
+ "e": [
3041
+ {
3042
+ "i": [
3043
+ [-119, -41],
3044
+ [83.63, -171.189],
3045
+ [91.894, -19.026],
3046
+ [136.12, 122.068]
3047
+ ],
3048
+ "o": [
3049
+ [102.344, 35.261],
3050
+ [-50.41, 103.188],
3051
+ [-113.692, 23.54],
3052
+ [-80.356, -72.061]
3053
+ ],
3054
+ "v": [
3055
+ [0, -196],
3056
+ [140.921, -0.554],
3057
+ [55, 196],
3058
+ [-141, 0]
3059
+ ],
3060
+ "c": true
3061
+ }
3062
+ ]
3063
+ },
3064
+ {
3065
+ "i": { "x": 0.667, "y": 1 },
3066
+ "o": { "x": 0.333, "y": 0 },
3067
+ "n": "0p667_1_0p333_0",
3068
+ "t": 35,
3069
+ "s": [
3070
+ {
3071
+ "i": [
3072
+ [-119, -41],
3073
+ [83.63, -171.189],
3074
+ [91.894, -19.026],
3075
+ [136.12, 122.068]
3076
+ ],
3077
+ "o": [
3078
+ [102.344, 35.261],
3079
+ [-50.41, 103.188],
3080
+ [-113.692, 23.54],
3081
+ [-80.356, -72.061]
3082
+ ],
3083
+ "v": [
3084
+ [0, -196],
3085
+ [140.921, -0.554],
3086
+ [55, 196],
3087
+ [-141, 0]
3088
+ ],
3089
+ "c": true
3090
+ }
3091
+ ],
3092
+ "e": [
3093
+ {
3094
+ "i": [
3095
+ [-77.672, -30.611],
3096
+ [61.838, -88.846],
3097
+ [53.437, -48.909],
3098
+ [88.745, 125.787]
3099
+ ],
3100
+ "o": [
3101
+ [112.663, 44.4],
3102
+ [-62.336, 89.562],
3103
+ [-102.281, 93.615],
3104
+ [-85.549, -121.256]
3105
+ ],
3106
+ "v": [
3107
+ [0, -196],
3108
+ [196, 0],
3109
+ [50.115, 165.716],
3110
+ [-141, 0]
3111
+ ],
3112
+ "c": true
3113
+ }
3114
+ ]
3115
+ },
3116
+ {
3117
+ "i": { "x": 0.667, "y": 1 },
3118
+ "o": { "x": 0.333, "y": 0 },
3119
+ "n": "0p667_1_0p333_0",
3120
+ "t": 69,
3121
+ "s": [
3122
+ {
3123
+ "i": [
3124
+ [-77.672, -30.611],
3125
+ [61.838, -88.846],
3126
+ [53.437, -48.909],
3127
+ [88.745, 125.787]
3128
+ ],
3129
+ "o": [
3130
+ [112.663, 44.4],
3131
+ [-62.336, 89.562],
3132
+ [-102.281, 93.615],
3133
+ [-85.549, -121.256]
3134
+ ],
3135
+ "v": [
3136
+ [0, -196],
3137
+ [196, 0],
3138
+ [50.115, 165.716],
3139
+ [-141, 0]
3140
+ ],
3141
+ "c": true
3142
+ }
3143
+ ],
3144
+ "e": [
3145
+ {
3146
+ "i": [
3147
+ [-74.17, 38.325],
3148
+ [88.151, -62.825],
3149
+ [104.924, -20.101],
3150
+ [-96.599, 61.86]
3151
+ ],
3152
+ "o": [
3153
+ [97.23, -50.241],
3154
+ [-158.903, 113.249],
3155
+ [-128.692, 24.654],
3156
+ [168.835, -108.119]
3157
+ ],
3158
+ "v": [
3159
+ [0, -196],
3160
+ [196, 0],
3161
+ [55, 196],
3162
+ [-141, 0]
3163
+ ],
3164
+ "c": true
3165
+ }
3166
+ ]
3167
+ },
3168
+ {
3169
+ "i": { "x": 0.667, "y": 1 },
3170
+ "o": { "x": 0.333, "y": 0 },
3171
+ "n": "0p667_1_0p333_0",
3172
+ "t": 102,
3173
+ "s": [
3174
+ {
3175
+ "i": [
3176
+ [-74.17, 38.325],
3177
+ [88.151, -62.825],
3178
+ [104.924, -20.101],
3179
+ [-96.599, 61.86]
3180
+ ],
3181
+ "o": [
3182
+ [97.23, -50.241],
3183
+ [-158.903, 113.249],
3184
+ [-128.692, 24.654],
3185
+ [168.835, -108.119]
3186
+ ],
3187
+ "v": [
3188
+ [0, -196],
3189
+ [196, 0],
3190
+ [55, 196],
3191
+ [-141, 0]
3192
+ ],
3193
+ "c": true
3194
+ }
3195
+ ],
3196
+ "e": [
3197
+ {
3198
+ "i": [
3199
+ [-108.248, 0],
3200
+ [-34.231, -102.693],
3201
+ [87, -62],
3202
+ [-87, 127]
3203
+ ],
3204
+ "o": [
3205
+ [108.248, 0],
3206
+ [30, 90],
3207
+ [-88.153, 62.822],
3208
+ [61.176, -89.303]
3209
+ ],
3210
+ "v": [
3211
+ [0, -196],
3212
+ [196, 0],
3213
+ [55, 196],
3214
+ [-141, 0]
3215
+ ],
3216
+ "c": true
3217
+ }
3218
+ ]
3219
+ },
3220
+ { "t": 146.000005946702 }
3221
+ ],
3222
+ "ix": 2
3223
+ },
3224
+ "nm": "Path 1",
3225
+ "mn": "ADBE Vector Shape - Group",
3226
+ "hd": false
3227
+ },
3228
+ {
3229
+ "ty": "st",
3230
+ "c": {
3231
+ "a": 0,
3232
+ "k": [0.039215682535, 0.740022906135, 1, 1],
3233
+ "ix": 3
3234
+ },
3235
+ "o": { "a": 0, "k": 100, "ix": 4 },
3236
+ "w": { "a": 0, "k": 2, "ix": 5 },
3237
+ "lc": 1,
3238
+ "lj": 1,
3239
+ "ml": 4,
3240
+ "ml2": { "a": 0, "k": 4, "ix": 8 },
3241
+ "nm": "Stroke 1",
3242
+ "mn": "ADBE Vector Graphic - Stroke",
3243
+ "hd": false
3244
+ },
3245
+ {
3246
+ "ty": "fl",
3247
+ "c": {
3248
+ "a": 0,
3249
+ "k": [0, 0.18472886927, 0.356862745098, 1],
3250
+ "ix": 4
3251
+ },
3252
+ "o": { "a": 0, "k": 0, "ix": 5 },
3253
+ "r": 1,
3254
+ "nm": "Fill 1",
3255
+ "mn": "ADBE Vector Graphic - Fill",
3256
+ "hd": false
3257
+ },
3258
+ {
3259
+ "ty": "tr",
3260
+ "p": { "a": 0, "k": [2, 0], "ix": 2 },
3261
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3262
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3263
+ "r": { "a": 0, "k": 0, "ix": 6 },
3264
+ "o": { "a": 0, "k": 100, "ix": 7 },
3265
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3266
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3267
+ "nm": "Transform"
3268
+ }
3269
+ ],
3270
+ "nm": "Ellipse 1",
3271
+ "np": 3,
3272
+ "cix": 2,
3273
+ "ix": 1,
3274
+ "mn": "ADBE Vector Group",
3275
+ "hd": false
3276
+ }
3277
+ ],
3278
+ "ip": 0,
3279
+ "op": 609.000024805079,
3280
+ "st": 0,
3281
+ "bm": 0
3282
+ }
3283
+ ]
3284
+ }
3285
+ ],
3286
+ "layers": [
3287
+ {
3288
+ "ddd": 0,
3289
+ "ind": 1,
3290
+ "ty": 0,
3291
+ "nm": "particles",
3292
+ "refId": "comp_0",
3293
+ "sr": 1,
3294
+ "ks": {
3295
+ "o": { "a": 0, "k": 22, "ix": 11 },
3296
+ "r": { "a": 0, "k": 51, "ix": 10 },
3297
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
3298
+ "a": { "a": 0, "k": [250, 250, 0], "ix": 1 },
3299
+ "s": { "a": 0, "k": [145, 145, 100], "ix": 6 }
3300
+ },
3301
+ "ao": 0,
3302
+ "w": 500,
3303
+ "h": 500,
3304
+ "ip": 0,
3305
+ "op": 159.000006476203,
3306
+ "st": 0,
3307
+ "bm": 0
3308
+ },
3309
+ {
3310
+ "ddd": 0,
3311
+ "ind": 2,
3312
+ "ty": 0,
3313
+ "nm": "particles",
3314
+ "refId": "comp_0",
3315
+ "sr": 1,
3316
+ "ks": {
3317
+ "o": { "a": 0, "k": 100, "ix": 11 },
3318
+ "r": { "a": 0, "k": 0, "ix": 10 },
3319
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
3320
+ "a": { "a": 0, "k": [250, 250, 0], "ix": 1 },
3321
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
3322
+ },
3323
+ "ao": 0,
3324
+ "w": 500,
3325
+ "h": 500,
3326
+ "ip": 0,
3327
+ "op": 159.000006476203,
3328
+ "st": 0,
3329
+ "bm": 0
3330
+ },
3331
+ {
3332
+ "ddd": 0,
3333
+ "ind": 3,
3334
+ "ty": 0,
3335
+ "nm": "Pre-comp 5",
3336
+ "refId": "comp_3",
3337
+ "sr": 1,
3338
+ "ks": {
3339
+ "o": { "a": 0, "k": 16, "ix": 11 },
3340
+ "r": { "a": 0, "k": 112, "ix": 10 },
3341
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
3342
+ "a": { "a": 0, "k": [250, 250, 0], "ix": 1 },
3343
+ "s": { "a": 0, "k": [-100, 100, 100], "ix": 6 }
3344
+ },
3345
+ "ao": 0,
3346
+ "w": 500,
3347
+ "h": 500,
3348
+ "ip": 0,
3349
+ "op": 149.000006068894,
3350
+ "st": 0,
3351
+ "bm": 0
3352
+ },
3353
+ {
3354
+ "ddd": 0,
3355
+ "ind": 4,
3356
+ "ty": 0,
3357
+ "nm": "Pre-comp 5",
3358
+ "refId": "comp_3",
3359
+ "sr": 1,
3360
+ "ks": {
3361
+ "o": { "a": 0, "k": 100, "ix": 11 },
3362
+ "r": { "a": 0, "k": 0, "ix": 10 },
3363
+ "p": { "a": 0, "k": [250, 250, 0], "ix": 2 },
3364
+ "a": { "a": 0, "k": [250, 250, 0], "ix": 1 },
3365
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
3366
+ },
3367
+ "ao": 0,
3368
+ "w": 500,
3369
+ "h": 500,
3370
+ "ip": 0,
3371
+ "op": 149.000006068894,
3372
+ "st": 0,
3373
+ "bm": 0
3374
+ }
3375
+ ],
3376
+ "markers": []
3377
+ }