@zezosoft/zezo-ott-react-native-ui-kit 1.3.5 → 1.3.6

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 (1131) hide show
  1. package/LICENSE +1 -1
  2. package/lib/module/components/Account/Account.js +10 -9
  3. package/lib/module/components/Account/Account.js.map +1 -1
  4. package/lib/module/components/Account/index.js +5 -0
  5. package/lib/module/components/Account/index.js.map +1 -1
  6. package/lib/module/components/Alert/AlertDialog.js +11 -9
  7. package/lib/module/components/Alert/AlertDialog.js.map +1 -1
  8. package/lib/module/components/Alert/UAAlert.js +15 -8
  9. package/lib/module/components/Alert/UAAlert.js.map +1 -1
  10. package/lib/module/components/Alert/index.js +5 -0
  11. package/lib/module/components/Alert/index.js.map +1 -1
  12. package/lib/module/components/Auth/AuthProvider/AuthProvider.js +41 -33
  13. package/lib/module/components/Auth/AuthProvider/AuthProvider.js.map +1 -1
  14. package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js +18 -15
  15. package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js.map +1 -1
  16. package/lib/module/components/Auth/One/Login/LoginWithEmail.js +7 -8
  17. package/lib/module/components/Auth/One/Login/LoginWithEmail.js.map +1 -1
  18. package/lib/module/components/Auth/One/Login/LoginWithPhone.js +5 -5
  19. package/lib/module/components/Auth/One/Login/LoginWithPhone.js.map +1 -1
  20. package/lib/module/components/Auth/One/OTP/OTP.js +19 -10
  21. package/lib/module/components/Auth/One/OTP/OTP.js.map +1 -1
  22. package/lib/module/components/Auth/One/QrLogin/QrLogin.js +178 -425
  23. package/lib/module/components/Auth/One/QrLogin/QrLogin.js.map +1 -1
  24. package/lib/module/components/Auth/One/QrLogin/components/index.js +8 -0
  25. package/lib/module/components/Auth/One/QrLogin/components/index.js.map +1 -0
  26. package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-fallback.js +125 -0
  27. package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-fallback.js.map +1 -0
  28. package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-frame.js +153 -0
  29. package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-frame.js.map +1 -0
  30. package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-header.js +50 -0
  31. package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-header.js.map +1 -0
  32. package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-intro.js +199 -0
  33. package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-intro.js.map +1 -0
  34. package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-overlay.js +219 -0
  35. package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-overlay.js.map +1 -0
  36. package/lib/module/components/Auth/One/SignUp/SignUp.js +8 -12
  37. package/lib/module/components/Auth/One/SignUp/SignUp.js.map +1 -1
  38. package/lib/module/components/Auth/One/SplashScreen/SplashScreen.js +74 -37
  39. package/lib/module/components/Auth/One/SplashScreen/SplashScreen.js.map +1 -1
  40. package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js +17 -14
  41. package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js.map +1 -1
  42. package/lib/module/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.js +19 -9
  43. package/lib/module/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -1
  44. package/lib/module/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.js +8 -12
  45. package/lib/module/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -1
  46. package/lib/module/components/Auth/One/SplashScreen/utils/splashUtils.js +22 -0
  47. package/lib/module/components/Auth/One/SplashScreen/utils/splashUtils.js.map +1 -0
  48. package/lib/module/components/Auth/One/index.js +1 -1
  49. package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js +11 -5
  50. package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js.map +1 -1
  51. package/lib/module/components/Auth/Two/ForgotPassword/ForgotPassword.js +15 -21
  52. package/lib/module/components/Auth/Two/ForgotPassword/ForgotPassword.js.map +1 -1
  53. package/lib/module/components/Auth/Two/Login/EmailOrPhoneLogin.js +36 -25
  54. package/lib/module/components/Auth/Two/Login/EmailOrPhoneLogin.js.map +1 -1
  55. package/lib/module/components/Auth/Two/OTP/OTP.js +20 -11
  56. package/lib/module/components/Auth/Two/OTP/OTP.js.map +1 -1
  57. package/lib/module/components/Auth/Two/SignUp/SignUp.js +6 -11
  58. package/lib/module/components/Auth/Two/SignUp/SignUp.js.map +1 -1
  59. package/lib/module/components/Auth/Two/index.js +1 -1
  60. package/lib/module/components/Auth/index.js +5 -0
  61. package/lib/module/components/Auth/index.js.map +1 -1
  62. package/lib/module/components/BackgroundLayout/One/One.js +8 -3
  63. package/lib/module/components/BackgroundLayout/One/One.js.map +1 -1
  64. package/lib/module/components/BackgroundLayout/Two/Two.js +8 -3
  65. package/lib/module/components/BackgroundLayout/Two/Two.js.map +1 -1
  66. package/lib/module/components/BackgroundLayout/index.js +5 -0
  67. package/lib/module/components/BackgroundLayout/index.js.map +1 -1
  68. package/lib/module/components/BlogView/BlogView.js +7 -2
  69. package/lib/module/components/BlogView/BlogView.js.map +1 -1
  70. package/lib/module/components/BlogView/index.js +1 -1
  71. package/lib/module/components/BlurView/BlurView.js +2 -2
  72. package/lib/module/components/BlurView/BlurView.js.map +1 -1
  73. package/lib/module/components/BlurView/index.js +1 -1
  74. package/lib/module/components/BottomSheet/BottomSheet.js +9 -4
  75. package/lib/module/components/BottomSheet/BottomSheet.js.map +1 -1
  76. package/lib/module/components/BottomSheet/BottomSheetOne.js +10 -8
  77. package/lib/module/components/BottomSheet/BottomSheetOne.js.map +1 -1
  78. package/lib/module/components/BottomSheet/index.js +5 -0
  79. package/lib/module/components/BottomSheet/index.js.map +1 -1
  80. package/lib/module/components/Button/BackBtn.js +41 -35
  81. package/lib/module/components/Button/BackBtn.js.map +1 -1
  82. package/lib/module/components/Button/MenuBtn.js +30 -28
  83. package/lib/module/components/Button/MenuBtn.js.map +1 -1
  84. package/lib/module/components/Button/PrimaryBtn.js +11 -9
  85. package/lib/module/components/Button/PrimaryBtn.js.map +1 -1
  86. package/lib/module/components/Button/SecondaryBtn.js +29 -22
  87. package/lib/module/components/Button/SecondaryBtn.js.map +1 -1
  88. package/lib/module/components/Button/TextButton.js +7 -2
  89. package/lib/module/components/Button/TextButton.js.map +1 -1
  90. package/lib/module/components/Button/index.js +1 -1
  91. package/lib/module/components/Button/types.js +4 -0
  92. package/lib/module/components/Button/types.js.map +1 -0
  93. package/lib/module/components/Content/Card/Category/Category.js +11 -11
  94. package/lib/module/components/Content/Card/Category/Category.js.map +1 -1
  95. package/lib/module/components/Content/Card/Category/CategroyTwo.js +6 -5
  96. package/lib/module/components/Content/Card/Category/CategroyTwo.js.map +1 -1
  97. package/lib/module/components/Content/Card/NowWatching/NowWatching.js +5 -25
  98. package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -1
  99. package/lib/module/components/Content/Card/Sliders/Styles/One.js +4 -4
  100. package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
  101. package/lib/module/components/Content/Card/Sliders/Styles/Three.js +19 -14
  102. package/lib/module/components/Content/Card/Sliders/Styles/Three.js.map +1 -1
  103. package/lib/module/components/Content/Card/Sliders/Styles/Two.js +6 -5
  104. package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -1
  105. package/lib/module/components/Content/Card/Sliders/index.js +2 -1
  106. package/lib/module/components/Content/Card/Sliders/index.js.map +1 -1
  107. package/lib/module/components/Content/Card/Styles/Five.js +7 -7
  108. package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
  109. package/lib/module/components/Content/Card/Styles/Four.js +8 -9
  110. package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
  111. package/lib/module/components/Content/Card/Styles/One.js +7 -7
  112. package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
  113. package/lib/module/components/Content/Card/Styles/RotateInOut.js +6 -6
  114. package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
  115. package/lib/module/components/Content/Card/Styles/Six.js +6 -6
  116. package/lib/module/components/Content/Card/Styles/Six.js.map +1 -1
  117. package/lib/module/components/Content/Card/Styles/Three.js +7 -7
  118. package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
  119. package/lib/module/components/Content/Card/Styles/TopTen.js +4 -4
  120. package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
  121. package/lib/module/components/Content/Card/Styles/Two.js +7 -7
  122. package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
  123. package/lib/module/components/Content/Card/components/AdsPoster.js +5 -0
  124. package/lib/module/components/Content/Card/components/AdsPoster.js.map +1 -1
  125. package/lib/module/components/Content/Card/components/CardPoster.js +21 -24
  126. package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
  127. package/lib/module/components/Content/Card/components/LiveBadge.js +93 -0
  128. package/lib/module/components/Content/Card/components/LiveBadge.js.map +1 -0
  129. package/lib/module/components/Content/Card/components/NavigateToMore.js +3 -3
  130. package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -1
  131. package/lib/module/components/Content/Card/components/RentOrBuyIcon.js +5 -0
  132. package/lib/module/components/Content/Card/components/RentOrBuyIcon.js.map +1 -1
  133. package/lib/module/components/Content/Card/components/ShowAllButton.js +2 -2
  134. package/lib/module/components/Content/Card/components/ThumbnailCard.js +12 -18
  135. package/lib/module/components/Content/Card/components/ThumbnailCard.js.map +1 -1
  136. package/lib/module/components/Content/Card/components/index.js +11 -0
  137. package/lib/module/components/Content/Card/components/index.js.map +1 -1
  138. package/lib/module/components/Content/Card/index.js +2 -1
  139. package/lib/module/components/Content/Card/index.js.map +1 -1
  140. package/lib/module/components/Content/Content.js +11 -14
  141. package/lib/module/components/Content/Content.js.map +1 -1
  142. package/lib/module/components/Content/Sections.js +2 -1
  143. package/lib/module/components/Content/Sections.js.map +1 -1
  144. package/lib/module/components/ContentView/MoreContentList.js +7 -6
  145. package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
  146. package/lib/module/components/ContentView/One/ContentViewOne.js +10 -7
  147. package/lib/module/components/ContentView/One/ContentViewOne.js.map +1 -1
  148. package/lib/module/components/ContentView/One/components/CastCard.js +2 -1
  149. package/lib/module/components/ContentView/One/components/CastCard.js.map +1 -1
  150. package/lib/module/components/ContentView/One/components/HeroBanner.js +223 -184
  151. package/lib/module/components/ContentView/One/components/HeroBanner.js.map +1 -1
  152. package/lib/module/components/ContentView/One/components/MiniInfo.js +3 -3
  153. package/lib/module/components/ContentView/One/components/MiniInfo.js.map +1 -1
  154. package/lib/module/components/ContentView/One/components/Title.js +1 -1
  155. package/lib/module/components/ContentView/Two/ContentViewTwo.js +17 -13
  156. package/lib/module/components/ContentView/Two/ContentViewTwo.js.map +1 -1
  157. package/lib/module/components/ContentView/Two/components/Details.js +2 -2
  158. package/lib/module/components/ContentView/Two/components/HeroBanner.js +141 -265
  159. package/lib/module/components/ContentView/Two/components/HeroBanner.js.map +1 -1
  160. package/lib/module/components/ContentView/Two/components/LikeShareActions.js +2 -2
  161. package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js +8 -7
  162. package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js.map +1 -1
  163. package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js +10 -7
  164. package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js.map +1 -1
  165. package/lib/module/components/ContentView/Two/components/SectionTabs.js +3 -2
  166. package/lib/module/components/ContentView/Two/components/SectionTabs.js.map +1 -1
  167. package/lib/module/components/ContentView/Two/components/Title.js +6 -6
  168. package/lib/module/components/ContentView/Two/components/Title.js.map +1 -1
  169. package/lib/module/components/ContentView/Two/components/index.js +2 -5
  170. package/lib/module/components/ContentView/Two/components/index.js.map +1 -1
  171. package/lib/module/components/ContentView/index.js +1 -1
  172. package/lib/module/components/ContentView/{One/components → shared}/AboutSection.js +49 -41
  173. package/lib/module/components/ContentView/shared/AboutSection.js.map +1 -0
  174. package/lib/module/components/ContentView/{Two/components → shared}/EpisodeCard.js +17 -23
  175. package/lib/module/components/ContentView/shared/EpisodeCard.js.map +1 -0
  176. package/lib/module/components/ContentView/shared/GenreTags.js +127 -0
  177. package/lib/module/components/ContentView/shared/GenreTags.js.map +1 -0
  178. package/lib/module/components/ContentView/{One/components → shared}/PlayButton.js +3 -3
  179. package/lib/module/components/ContentView/shared/PlayButton.js.map +1 -0
  180. package/lib/module/components/ContentView/{One/components → shared}/TrailerButton.js +3 -3
  181. package/lib/module/components/ContentView/shared/TrailerButton.js.map +1 -0
  182. package/lib/module/components/Fallbacks/NoContentFallback.js +13 -11
  183. package/lib/module/components/Fallbacks/NoContentFallback.js.map +1 -1
  184. package/lib/module/components/Fallbacks/NotFoundFallback.js +3 -3
  185. package/lib/module/components/Fallbacks/NotFoundFallback.js.map +1 -1
  186. package/lib/module/components/Fallbacks/index.js +5 -0
  187. package/lib/module/components/Fallbacks/index.js.map +1 -1
  188. package/lib/module/components/Headers/AppHeader.js +4 -3
  189. package/lib/module/components/Headers/AppHeader.js.map +1 -1
  190. package/lib/module/components/Headers/Four.js +2 -1
  191. package/lib/module/components/Headers/Four.js.map +1 -1
  192. package/lib/module/components/Headers/One.js +3 -3
  193. package/lib/module/components/Headers/One.js.map +1 -1
  194. package/lib/module/components/Headers/Three.js +5 -4
  195. package/lib/module/components/Headers/Three.js.map +1 -1
  196. package/lib/module/components/Headers/Two.js +4 -3
  197. package/lib/module/components/Headers/Two.js.map +1 -1
  198. package/lib/module/components/Headers/index.js +1 -1
  199. package/lib/module/components/Input/Input.js +1 -1
  200. package/lib/module/components/Input/InputOne.js +10 -3
  201. package/lib/module/components/Input/InputOne.js.map +1 -1
  202. package/lib/module/components/Input/InputThree.js +3 -3
  203. package/lib/module/components/Input/InputThree.js.map +1 -1
  204. package/lib/module/components/Input/InputTwo.js +21 -3
  205. package/lib/module/components/Input/InputTwo.js.map +1 -1
  206. package/lib/module/components/Input/PhoneInput/One/One.js +37 -65
  207. package/lib/module/components/Input/PhoneInput/One/One.js.map +1 -1
  208. package/lib/module/components/Input/PhoneInput/Two/Two.js +38 -65
  209. package/lib/module/components/Input/PhoneInput/Two/Two.js.map +1 -1
  210. package/lib/module/components/Input/PhoneInput/index.js +1 -1
  211. package/lib/module/components/Keyboard/HideKeyboard.js +13 -11
  212. package/lib/module/components/Keyboard/HideKeyboard.js.map +1 -1
  213. package/lib/module/components/Loader/Loader.js +7 -2
  214. package/lib/module/components/Loader/Loader.js.map +1 -1
  215. package/lib/module/components/Logo/Logo.js +16 -10
  216. package/lib/module/components/Logo/Logo.js.map +1 -1
  217. package/lib/module/components/NewRelease/NewReleaseSheet.js +19 -12
  218. package/lib/module/components/NewRelease/NewReleaseSheet.js.map +1 -1
  219. package/lib/module/components/NewRelease/index.js +5 -0
  220. package/lib/module/components/NewRelease/index.js.map +1 -1
  221. package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js +5 -0
  222. package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js.map +1 -1
  223. package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js +7 -2
  224. package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js.map +1 -1
  225. package/lib/module/components/Reels/ReelsSeries/MediaControls/MiddleControls.js +5 -0
  226. package/lib/module/components/Reels/ReelsSeries/MediaControls/MiddleControls.js.map +1 -1
  227. package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js +5 -0
  228. package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js.map +1 -1
  229. package/lib/module/components/Reels/ReelsSeries/MediaControls/TopControls.js +5 -0
  230. package/lib/module/components/Reels/ReelsSeries/MediaControls/TopControls.js.map +1 -1
  231. package/lib/module/components/Reels/ReelsSeries/Model/DetailsModal.js +15 -8
  232. package/lib/module/components/Reels/ReelsSeries/Model/DetailsModal.js.map +1 -1
  233. package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js +15 -8
  234. package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js.map +1 -1
  235. package/lib/module/components/Reels/ReelsSeries/Model/UnlockModal.js +5 -0
  236. package/lib/module/components/Reels/ReelsSeries/Model/UnlockModal.js.map +1 -1
  237. package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js +7 -2
  238. package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js.map +1 -1
  239. package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js +22 -19
  240. package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js.map +1 -1
  241. package/lib/module/components/Reels/ReelsSeries/components/AnimatedThreeLines.js +5 -0
  242. package/lib/module/components/Reels/ReelsSeries/components/AnimatedThreeLines.js.map +1 -1
  243. package/lib/module/components/Reels/ReelsSeries/components/Episodes.js +5 -0
  244. package/lib/module/components/Reels/ReelsSeries/components/Episodes.js.map +1 -1
  245. package/lib/module/components/Reels/ReelsSeries/components/GradientOverlay.js +5 -0
  246. package/lib/module/components/Reels/ReelsSeries/components/GradientOverlay.js.map +1 -1
  247. package/lib/module/components/Reels/ReelsSeries/components/Like.js +5 -0
  248. package/lib/module/components/Reels/ReelsSeries/components/Like.js.map +1 -1
  249. package/lib/module/components/Reels/ReelsSeries/components/RotatingLoader.js +5 -0
  250. package/lib/module/components/Reels/ReelsSeries/components/RotatingLoader.js.map +1 -1
  251. package/lib/module/components/Reels/ReelsSeries/components/Synopsis.js +12 -6
  252. package/lib/module/components/Reels/ReelsSeries/components/Synopsis.js.map +1 -1
  253. package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js +14 -7
  254. package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js.map +1 -1
  255. package/lib/module/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.js +14 -7
  256. package/lib/module/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.js.map +1 -1
  257. package/lib/module/components/Reels/ReelsSeries/components/VideoControls/index.js +5 -0
  258. package/lib/module/components/Reels/ReelsSeries/components/VideoControls/index.js.map +1 -1
  259. package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js +5 -0
  260. package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js.map +1 -1
  261. package/lib/module/components/Reels/ReelsSeries/utils/quality.js +6 -1
  262. package/lib/module/components/Reels/ReelsSeries/utils/quality.js.map +1 -1
  263. package/lib/module/components/Reels/index.js +1 -1
  264. package/lib/module/components/Reels/utils/Controls/gestureUtils.js +25 -16
  265. package/lib/module/components/Reels/utils/Controls/gestureUtils.js.map +1 -1
  266. package/lib/module/components/Reels/utils/Controls/index.js +5 -0
  267. package/lib/module/components/Reels/utils/Controls/index.js.map +1 -1
  268. package/lib/module/components/Reels/utils/Controls/overlayUtils.js +5 -0
  269. package/lib/module/components/Reels/utils/Controls/overlayUtils.js.map +1 -1
  270. package/lib/module/components/Reels/utils/Controls/videoControlsConstants.js +5 -0
  271. package/lib/module/components/Reels/utils/Controls/videoControlsConstants.js.map +1 -1
  272. package/lib/module/components/Reels/utils/Controls/videoRef.js +5 -0
  273. package/lib/module/components/Reels/utils/Controls/videoRef.js.map +1 -1
  274. package/lib/module/components/Reels/utils/index.js +5 -0
  275. package/lib/module/components/Reels/utils/index.js.map +1 -1
  276. package/lib/module/components/Reels/utils/timeoutUtils.js +5 -0
  277. package/lib/module/components/Reels/utils/timeoutUtils.js.map +1 -1
  278. package/lib/module/components/Search/One.js +16 -14
  279. package/lib/module/components/Search/One.js.map +1 -1
  280. package/lib/module/components/Search/components/RecentSearchesSection.js +2 -2
  281. package/lib/module/components/Search/components/SearchCard.js +4 -4
  282. package/lib/module/components/Search/components/SearchCard.js.map +1 -1
  283. package/lib/module/components/Search/index.js +2 -2
  284. package/lib/module/components/Settings/AppSettings.js +3 -3
  285. package/lib/module/components/Settings/AppSettings.js.map +1 -1
  286. package/lib/module/components/Settings/index.js +5 -0
  287. package/lib/module/components/Settings/index.js.map +1 -1
  288. package/lib/module/components/Subscription/SubOne.js +19 -10
  289. package/lib/module/components/Subscription/SubOne.js.map +1 -1
  290. package/lib/module/components/Subscription/components/SubsDetailsModal.js +5 -0
  291. package/lib/module/components/Subscription/components/SubsDetailsModal.js.map +1 -1
  292. package/lib/module/components/Subscription/components/SubscriptionCard.js +17 -10
  293. package/lib/module/components/Subscription/components/SubscriptionCard.js.map +1 -1
  294. package/lib/module/components/Subscription/index.js +2 -2
  295. package/lib/module/components/TabBar/One.js +50 -48
  296. package/lib/module/components/TabBar/One.js.map +1 -1
  297. package/lib/module/components/TabBar/Three.js +52 -48
  298. package/lib/module/components/TabBar/Three.js.map +1 -1
  299. package/lib/module/components/TabBar/Two.js +5 -5
  300. package/lib/module/components/TabBar/Two.js.map +1 -1
  301. package/lib/module/components/TabBar/index.js +2 -2
  302. package/lib/module/components/Text/Text.js +7 -2
  303. package/lib/module/components/Text/Text.js.map +1 -1
  304. package/lib/module/components/Text/index.js +2 -1
  305. package/lib/module/components/Text/index.js.map +1 -1
  306. package/lib/module/components/User/DeviceSessions/DeviceSessions.js +3 -3
  307. package/lib/module/components/User/DeviceSessions/DeviceSessions.js.map +1 -1
  308. package/lib/module/components/User/ProfileUpdate/ProfileUpdate.js +24 -19
  309. package/lib/module/components/User/ProfileUpdate/ProfileUpdate.js.map +1 -1
  310. package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js +3 -3
  311. package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js.map +1 -1
  312. package/lib/module/components/User/WatchHistory/WatchHistory.js +3 -3
  313. package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
  314. package/lib/module/components/User/WatchLater/WatchLater.js +37 -31
  315. package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
  316. package/lib/module/components/User/components/UserAvatar.js +4 -3
  317. package/lib/module/components/User/components/UserAvatar.js.map +1 -1
  318. package/lib/module/components/User/components/UserSection.js +6 -5
  319. package/lib/module/components/User/components/UserSection.js.map +1 -1
  320. package/lib/module/components/User/index.js +1 -1
  321. package/lib/module/components/View/View.js +2 -1
  322. package/lib/module/components/View/View.js.map +1 -1
  323. package/lib/module/components/View/index.js +2 -1
  324. package/lib/module/components/View/index.js.map +1 -1
  325. package/lib/module/components/common/AppStatusBar.js +5 -5
  326. package/lib/module/components/common/AppStatusBar.js.map +1 -1
  327. package/lib/module/components/common/index.js +4 -0
  328. package/lib/module/components/common/index.js.map +1 -0
  329. package/lib/module/components/index.js +2 -1
  330. package/lib/module/components/index.js.map +1 -1
  331. package/lib/module/components/layout/SafeAreaWrapper.js +7 -2
  332. package/lib/module/components/layout/SafeAreaWrapper.js.map +1 -1
  333. package/lib/module/components/layout/index.js +5 -0
  334. package/lib/module/components/layout/index.js.map +1 -1
  335. package/lib/module/constants/dummySections.js +5 -0
  336. package/lib/module/constants/dummySections.js.map +1 -1
  337. package/lib/module/hooks/Images/index.js +5 -1
  338. package/lib/module/hooks/Images/index.js.map +1 -1
  339. package/lib/module/hooks/Images/useImageLoader.js +18 -15
  340. package/lib/module/hooks/Images/useImageLoader.js.map +1 -1
  341. package/lib/module/hooks/index.js +1 -2
  342. package/lib/module/hooks/index.js.map +1 -1
  343. package/lib/module/hooks/useAdTracking.js +5 -0
  344. package/lib/module/hooks/useAdTracking.js.map +1 -1
  345. package/lib/module/hooks/useCards.js +10 -2
  346. package/lib/module/hooks/useCards.js.map +1 -1
  347. package/lib/module/hooks/useDebounce.js +5 -0
  348. package/lib/module/hooks/useDebounce.js.map +1 -1
  349. package/lib/module/hooks/useKeyboard.js +1 -1
  350. package/lib/module/hooks/useNavigationMode.js +3 -4
  351. package/lib/module/hooks/useNavigationMode.js.map +1 -1
  352. package/lib/module/hooks/usePaginatedSection.js +21 -5
  353. package/lib/module/hooks/usePaginatedSection.js.map +1 -1
  354. package/lib/module/hooks/usePrevious.js +1 -1
  355. package/lib/module/hooks/useSafeCallback.js +15 -22
  356. package/lib/module/hooks/useSafeCallback.js.map +1 -1
  357. package/lib/module/hooks/useSkeletonItems.js +1 -1
  358. package/lib/module/hooks/useSplashCache.js +70 -57
  359. package/lib/module/hooks/useSplashCache.js.map +1 -1
  360. package/lib/module/index.js +2 -1
  361. package/lib/module/index.js.map +1 -1
  362. package/lib/module/store/RecentSearchesStore.js +1 -1
  363. package/lib/module/store/splashStore.js +1 -1
  364. package/lib/module/store/storage.js +1 -1
  365. package/lib/module/theme/ThemeContext.js +10 -0
  366. package/lib/module/theme/ThemeContext.js.map +1 -0
  367. package/lib/module/theme/ThemeProvider.js +12 -22
  368. package/lib/module/theme/ThemeProvider.js.map +1 -1
  369. package/lib/module/theme/hooks/index.js +9 -0
  370. package/lib/module/theme/hooks/index.js.map +1 -0
  371. package/lib/module/theme/hooks/useTheme.js +91 -0
  372. package/lib/module/theme/hooks/useTheme.js.map +1 -0
  373. package/lib/module/theme/index.js +2 -1
  374. package/lib/module/theme/index.js.map +1 -1
  375. package/lib/module/{store/themeStore.js → theme/store/theme.js} +8 -6
  376. package/lib/module/theme/store/theme.js.map +1 -0
  377. package/lib/module/theme/themes.js +35 -70
  378. package/lib/module/theme/themes.js.map +1 -1
  379. package/lib/module/theme/utils/cleanColors.js +60 -0
  380. package/lib/module/theme/utils/cleanColors.js.map +1 -0
  381. package/lib/module/theme/utils/toRgba.js +128 -0
  382. package/lib/module/theme/utils/toRgba.js.map +1 -0
  383. package/lib/module/types/hook/usePaginatedSection.js +4 -0
  384. package/lib/module/types/hook/usePaginatedSection.js.map +1 -0
  385. package/lib/module/types/navigation.js +4 -0
  386. package/lib/module/types/navigation.js.map +1 -0
  387. package/lib/module/types/user.js +4 -0
  388. package/lib/module/types/user.js.map +1 -0
  389. package/lib/module/utils/Display.js +2 -1
  390. package/lib/module/utils/Display.js.map +1 -1
  391. package/lib/module/utils/Formater.js +19 -0
  392. package/lib/module/utils/Formater.js.map +1 -1
  393. package/lib/module/utils/SizeMatters.js +2 -1
  394. package/lib/module/utils/SizeMatters.js.map +1 -1
  395. package/lib/module/utils/Spacing.js +1 -1
  396. package/lib/module/utils/colorUtils.js +1 -1
  397. package/lib/module/{hooks/Images/useImageValidation.js → utils/imageValidation.js} +10 -7
  398. package/lib/module/utils/imageValidation.js.map +1 -0
  399. package/lib/module/utils/interaction.js +20 -0
  400. package/lib/module/utils/interaction.js.map +1 -0
  401. package/lib/typescript/src/components/Account/Account.d.ts +3 -12
  402. package/lib/typescript/src/components/Account/Account.d.ts.map +1 -1
  403. package/lib/typescript/src/components/Account/index.d.ts +4 -0
  404. package/lib/typescript/src/components/Account/index.d.ts.map +1 -1
  405. package/lib/typescript/src/components/Alert/AlertDialog.d.ts +1 -1
  406. package/lib/typescript/src/components/Alert/AlertDialog.d.ts.map +1 -1
  407. package/lib/typescript/src/components/Alert/UAAlert.d.ts +4 -0
  408. package/lib/typescript/src/components/Alert/UAAlert.d.ts.map +1 -1
  409. package/lib/typescript/src/components/Alert/index.d.ts +4 -0
  410. package/lib/typescript/src/components/Alert/index.d.ts.map +1 -1
  411. package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts +2 -2
  412. package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts.map +1 -1
  413. package/lib/typescript/src/components/Auth/One/ForgotPassword/ForgotPassword.d.ts +9 -12
  414. package/lib/typescript/src/components/Auth/One/ForgotPassword/ForgotPassword.d.ts.map +1 -1
  415. package/lib/typescript/src/components/Auth/One/Login/LoginWithEmail.d.ts +8 -11
  416. package/lib/typescript/src/components/Auth/One/Login/LoginWithEmail.d.ts.map +1 -1
  417. package/lib/typescript/src/components/Auth/One/Login/LoginWithPhone.d.ts +8 -11
  418. package/lib/typescript/src/components/Auth/One/Login/LoginWithPhone.d.ts.map +1 -1
  419. package/lib/typescript/src/components/Auth/One/OTP/OTP.d.ts +11 -12
  420. package/lib/typescript/src/components/Auth/One/OTP/OTP.d.ts.map +1 -1
  421. package/lib/typescript/src/components/Auth/One/QrLogin/QrLogin.d.ts +13 -9
  422. package/lib/typescript/src/components/Auth/One/QrLogin/QrLogin.d.ts.map +1 -1
  423. package/lib/typescript/src/components/Auth/One/QrLogin/components/index.d.ts +6 -0
  424. package/lib/typescript/src/components/Auth/One/QrLogin/components/index.d.ts.map +1 -0
  425. package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-fallback.d.ts +9 -0
  426. package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-fallback.d.ts.map +1 -0
  427. package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-frame.d.ts +4 -0
  428. package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-frame.d.ts.map +1 -0
  429. package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-header.d.ts +8 -0
  430. package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-header.d.ts.map +1 -0
  431. package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-intro.d.ts +11 -0
  432. package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-intro.d.ts.map +1 -0
  433. package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-overlay.d.ts +14 -0
  434. package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-overlay.d.ts.map +1 -0
  435. package/lib/typescript/src/components/Auth/One/SignUp/SignUp.d.ts +8 -11
  436. package/lib/typescript/src/components/Auth/One/SignUp/SignUp.d.ts.map +1 -1
  437. package/lib/typescript/src/components/Auth/One/SplashScreen/SplashScreen.d.ts +3 -3
  438. package/lib/typescript/src/components/Auth/One/SplashScreen/SplashScreen.d.ts.map +1 -1
  439. package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts +1 -1
  440. package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -1
  441. package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.d.ts +1 -1
  442. package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -1
  443. package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.d.ts +1 -1
  444. package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -1
  445. package/lib/typescript/src/components/Auth/One/SplashScreen/utils/splashUtils.d.ts +8 -0
  446. package/lib/typescript/src/components/Auth/One/SplashScreen/utils/splashUtils.d.ts.map +1 -0
  447. package/lib/typescript/src/components/Auth/One/index.d.ts +4426 -40
  448. package/lib/typescript/src/components/Auth/One/index.d.ts.map +1 -1
  449. package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts +6 -2
  450. package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts.map +1 -1
  451. package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts +10 -16
  452. package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts.map +1 -1
  453. package/lib/typescript/src/components/Auth/Two/Login/EmailOrPhoneLogin.d.ts +13 -5
  454. package/lib/typescript/src/components/Auth/Two/Login/EmailOrPhoneLogin.d.ts.map +1 -1
  455. package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts +11 -7
  456. package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts.map +1 -1
  457. package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts +8 -8
  458. package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts.map +1 -1
  459. package/lib/typescript/src/components/Auth/Two/index.d.ts +3037 -25
  460. package/lib/typescript/src/components/Auth/Two/index.d.ts.map +1 -1
  461. package/lib/typescript/src/components/Auth/index.d.ts +7465 -63
  462. package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
  463. package/lib/typescript/src/components/BackgroundLayout/One/One.d.ts +6 -2
  464. package/lib/typescript/src/components/BackgroundLayout/One/One.d.ts.map +1 -1
  465. package/lib/typescript/src/components/BackgroundLayout/Two/Two.d.ts +4 -0
  466. package/lib/typescript/src/components/BackgroundLayout/Two/Two.d.ts.map +1 -1
  467. package/lib/typescript/src/components/BackgroundLayout/index.d.ts +172 -1
  468. package/lib/typescript/src/components/BackgroundLayout/index.d.ts.map +1 -1
  469. package/lib/typescript/src/components/BlogView/BlogView.d.ts +6 -2
  470. package/lib/typescript/src/components/BlogView/BlogView.d.ts.map +1 -1
  471. package/lib/typescript/src/components/BlogView/index.d.ts +1 -1
  472. package/lib/typescript/src/components/BlurView/BlurView.d.ts +1 -1
  473. package/lib/typescript/src/components/BlurView/index.d.ts +1 -1
  474. package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts +6 -2
  475. package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts.map +1 -1
  476. package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts +6 -2
  477. package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts.map +1 -1
  478. package/lib/typescript/src/components/BottomSheet/index.d.ts +4 -0
  479. package/lib/typescript/src/components/BottomSheet/index.d.ts.map +1 -1
  480. package/lib/typescript/src/components/Button/BackBtn.d.ts +1 -1
  481. package/lib/typescript/src/components/Button/BackBtn.d.ts.map +1 -1
  482. package/lib/typescript/src/components/Button/MenuBtn.d.ts +1 -1
  483. package/lib/typescript/src/components/Button/MenuBtn.d.ts.map +1 -1
  484. package/lib/typescript/src/components/Button/PrimaryBtn.d.ts +4 -16
  485. package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -1
  486. package/lib/typescript/src/components/Button/SecondaryBtn.d.ts +5 -17
  487. package/lib/typescript/src/components/Button/SecondaryBtn.d.ts.map +1 -1
  488. package/lib/typescript/src/components/Button/TextButton.d.ts +8 -4
  489. package/lib/typescript/src/components/Button/TextButton.d.ts.map +1 -1
  490. package/lib/typescript/src/components/Button/index.d.ts +726 -28
  491. package/lib/typescript/src/components/Button/index.d.ts.map +1 -1
  492. package/lib/typescript/src/components/Button/types.d.ts +32 -0
  493. package/lib/typescript/src/components/Button/types.d.ts.map +1 -0
  494. package/lib/typescript/src/components/Content/Card/Category/Category.d.ts +2 -2
  495. package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -1
  496. package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts +2 -2
  497. package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts.map +1 -1
  498. package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts +5 -7
  499. package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.map +1 -1
  500. package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts +1 -1
  501. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts +4 -0
  502. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts.map +1 -1
  503. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts +1 -1
  504. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts.map +1 -1
  505. package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts +115 -3
  506. package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts.map +1 -1
  507. package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts +1 -1
  508. package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -1
  509. package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts +1 -1
  510. package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -1
  511. package/lib/typescript/src/components/Content/Card/Styles/One.d.ts +1 -1
  512. package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -1
  513. package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts +1 -1
  514. package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts +2 -2
  515. package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts.map +1 -1
  516. package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts +1 -1
  517. package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -1
  518. package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts +2 -2
  519. package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -1
  520. package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts +1 -1
  521. package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -1
  522. package/lib/typescript/src/components/Content/Card/components/AdsPoster.d.ts +5 -1
  523. package/lib/typescript/src/components/Content/Card/components/AdsPoster.d.ts.map +1 -1
  524. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +3 -2
  525. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
  526. package/lib/typescript/src/components/Content/Card/components/LiveBadge.d.ts +16 -0
  527. package/lib/typescript/src/components/Content/Card/components/LiveBadge.d.ts.map +1 -0
  528. package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts +1 -1
  529. package/lib/typescript/src/components/Content/Card/components/RentOrBuyIcon.d.ts +4 -0
  530. package/lib/typescript/src/components/Content/Card/components/RentOrBuyIcon.d.ts.map +1 -1
  531. package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts +2 -2
  532. package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts.map +1 -1
  533. package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts +1 -1
  534. package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts.map +1 -1
  535. package/lib/typescript/src/components/Content/Card/components/index.d.ts +10 -0
  536. package/lib/typescript/src/components/Content/Card/components/index.d.ts.map +1 -1
  537. package/lib/typescript/src/components/Content/Card/index.d.ts +4990 -36
  538. package/lib/typescript/src/components/Content/Card/index.d.ts.map +1 -1
  539. package/lib/typescript/src/components/Content/Content.d.ts +1 -1
  540. package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
  541. package/lib/typescript/src/components/Content/Sections.d.ts +1 -1
  542. package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
  543. package/lib/typescript/src/components/Content/types.d.ts +6 -7
  544. package/lib/typescript/src/components/Content/types.d.ts.map +1 -1
  545. package/lib/typescript/src/components/ContentView/MoreContentList.d.ts +1 -1
  546. package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts +2 -2
  547. package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts.map +1 -1
  548. package/lib/typescript/src/components/ContentView/One/components/CastCard.d.ts +2 -2
  549. package/lib/typescript/src/components/ContentView/One/components/CastCard.d.ts.map +1 -1
  550. package/lib/typescript/src/components/ContentView/One/components/HeroBanner.d.ts +2 -2
  551. package/lib/typescript/src/components/ContentView/One/components/HeroBanner.d.ts.map +1 -1
  552. package/lib/typescript/src/components/ContentView/One/components/MiniInfo.d.ts +1 -1
  553. package/lib/typescript/src/components/ContentView/One/components/Title.d.ts +1 -1
  554. package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts +2 -2
  555. package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts.map +1 -1
  556. package/lib/typescript/src/components/ContentView/Two/components/Details.d.ts +2 -2
  557. package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts +3 -3
  558. package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts.map +1 -1
  559. package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts +3 -3
  560. package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts.map +1 -1
  561. package/lib/typescript/src/components/ContentView/Two/components/MoreLikeThisContentList .d.ts +2 -2
  562. package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts +4 -3
  563. package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts.map +1 -1
  564. package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts +3 -3
  565. package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts.map +1 -1
  566. package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts +2 -2
  567. package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts.map +1 -1
  568. package/lib/typescript/src/components/ContentView/Two/components/index.d.ts +2 -5
  569. package/lib/typescript/src/components/ContentView/Two/components/index.d.ts.map +1 -1
  570. package/lib/typescript/src/components/ContentView/index.d.ts +3 -3
  571. package/lib/typescript/src/components/ContentView/index.d.ts.map +1 -1
  572. package/lib/typescript/src/components/ContentView/{One/components → shared}/AboutSection.d.ts +6 -4
  573. package/lib/typescript/src/components/ContentView/shared/AboutSection.d.ts.map +1 -0
  574. package/lib/typescript/src/components/ContentView/{Two/components → shared}/EpisodeCard.d.ts +4 -4
  575. package/lib/typescript/src/components/ContentView/shared/EpisodeCard.d.ts.map +1 -0
  576. package/lib/typescript/src/components/ContentView/{One/components → shared}/GenreTags.d.ts +5 -4
  577. package/lib/typescript/src/components/ContentView/shared/GenreTags.d.ts.map +1 -0
  578. package/lib/typescript/src/components/ContentView/shared/PlayButton.d.ts +14 -0
  579. package/lib/typescript/src/components/ContentView/shared/PlayButton.d.ts.map +1 -0
  580. package/lib/typescript/src/components/ContentView/shared/TrailerButton.d.ts +18 -0
  581. package/lib/typescript/src/components/ContentView/shared/TrailerButton.d.ts.map +1 -0
  582. package/lib/typescript/src/components/Fallbacks/NoContentFallback.d.ts +2 -2
  583. package/lib/typescript/src/components/Fallbacks/NoContentFallback.d.ts.map +1 -1
  584. package/lib/typescript/src/components/Fallbacks/NotFoundFallback.d.ts +1 -1
  585. package/lib/typescript/src/components/Fallbacks/index.d.ts +4 -0
  586. package/lib/typescript/src/components/Fallbacks/index.d.ts.map +1 -1
  587. package/lib/typescript/src/components/Headers/AppHeader.d.ts +2 -2
  588. package/lib/typescript/src/components/Headers/AppHeader.d.ts.map +1 -1
  589. package/lib/typescript/src/components/Headers/Four.d.ts +1 -1
  590. package/lib/typescript/src/components/Headers/Four.d.ts.map +1 -1
  591. package/lib/typescript/src/components/Headers/One.d.ts +1 -1
  592. package/lib/typescript/src/components/Headers/Three.d.ts +1 -1
  593. package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
  594. package/lib/typescript/src/components/Headers/Two.d.ts +1 -1
  595. package/lib/typescript/src/components/Headers/Two.d.ts.map +1 -1
  596. package/lib/typescript/src/components/Headers/index.d.ts +1 -1
  597. package/lib/typescript/src/components/Input/Input.d.ts +1 -1
  598. package/lib/typescript/src/components/Input/InputOne.d.ts +4 -4
  599. package/lib/typescript/src/components/Input/InputOne.d.ts.map +1 -1
  600. package/lib/typescript/src/components/Input/InputThree.d.ts +4 -4
  601. package/lib/typescript/src/components/Input/InputThree.d.ts.map +1 -1
  602. package/lib/typescript/src/components/Input/InputTwo.d.ts +4 -4
  603. package/lib/typescript/src/components/Input/InputTwo.d.ts.map +1 -1
  604. package/lib/typescript/src/components/Input/PhoneInput/One/One.d.ts +4 -4
  605. package/lib/typescript/src/components/Input/PhoneInput/One/One.d.ts.map +1 -1
  606. package/lib/typescript/src/components/Input/PhoneInput/Two/Two.d.ts +4 -4
  607. package/lib/typescript/src/components/Input/PhoneInput/Two/Two.d.ts.map +1 -1
  608. package/lib/typescript/src/components/Input/PhoneInput/index.d.ts +1 -1
  609. package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts +3 -3
  610. package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts.map +1 -1
  611. package/lib/typescript/src/components/Loader/Loader.d.ts +4 -0
  612. package/lib/typescript/src/components/Loader/Loader.d.ts.map +1 -1
  613. package/lib/typescript/src/components/Logo/Logo.d.ts +1 -1
  614. package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
  615. package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts +5 -1
  616. package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts.map +1 -1
  617. package/lib/typescript/src/components/NewRelease/index.d.ts +4 -0
  618. package/lib/typescript/src/components/NewRelease/index.d.ts.map +1 -1
  619. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts +4 -0
  620. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts.map +1 -1
  621. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts +4 -0
  622. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts.map +1 -1
  623. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MiddleControls.d.ts +4 -0
  624. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MiddleControls.d.ts.map +1 -1
  625. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/RightControls.d.ts +4 -0
  626. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/RightControls.d.ts.map +1 -1
  627. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/TopControls.d.ts +4 -0
  628. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/TopControls.d.ts.map +1 -1
  629. package/lib/typescript/src/components/Reels/ReelsSeries/Model/DetailsModal.d.ts +4 -0
  630. package/lib/typescript/src/components/Reels/ReelsSeries/Model/DetailsModal.d.ts.map +1 -1
  631. package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts +4 -0
  632. package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts.map +1 -1
  633. package/lib/typescript/src/components/Reels/ReelsSeries/Model/UnlockModal.d.ts +4 -0
  634. package/lib/typescript/src/components/Reels/ReelsSeries/Model/UnlockModal.d.ts.map +1 -1
  635. package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts +4 -0
  636. package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts.map +1 -1
  637. package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts +4 -0
  638. package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts.map +1 -1
  639. package/lib/typescript/src/components/Reels/ReelsSeries/components/AnimatedThreeLines.d.ts +4 -0
  640. package/lib/typescript/src/components/Reels/ReelsSeries/components/AnimatedThreeLines.d.ts.map +1 -1
  641. package/lib/typescript/src/components/Reels/ReelsSeries/components/Episodes.d.ts +4 -0
  642. package/lib/typescript/src/components/Reels/ReelsSeries/components/Episodes.d.ts.map +1 -1
  643. package/lib/typescript/src/components/Reels/ReelsSeries/components/GradientOverlay.d.ts +4 -0
  644. package/lib/typescript/src/components/Reels/ReelsSeries/components/GradientOverlay.d.ts.map +1 -1
  645. package/lib/typescript/src/components/Reels/ReelsSeries/components/Like.d.ts +4 -0
  646. package/lib/typescript/src/components/Reels/ReelsSeries/components/Like.d.ts.map +1 -1
  647. package/lib/typescript/src/components/Reels/ReelsSeries/components/RotatingLoader.d.ts +4 -0
  648. package/lib/typescript/src/components/Reels/ReelsSeries/components/RotatingLoader.d.ts.map +1 -1
  649. package/lib/typescript/src/components/Reels/ReelsSeries/components/Synopsis.d.ts +4 -0
  650. package/lib/typescript/src/components/Reels/ReelsSeries/components/Synopsis.d.ts.map +1 -1
  651. package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts +4 -0
  652. package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts.map +1 -1
  653. package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.d.ts +4 -0
  654. package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.d.ts.map +1 -1
  655. package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/index.d.ts +4 -0
  656. package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/index.d.ts.map +1 -1
  657. package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts +4 -0
  658. package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts.map +1 -1
  659. package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts +4 -0
  660. package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts.map +1 -1
  661. package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts +4 -0
  662. package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts.map +1 -1
  663. package/lib/typescript/src/components/Reels/index.d.ts +1 -1
  664. package/lib/typescript/src/components/Reels/utils/Controls/gestureUtils.d.ts +9 -5
  665. package/lib/typescript/src/components/Reels/utils/Controls/gestureUtils.d.ts.map +1 -1
  666. package/lib/typescript/src/components/Reels/utils/Controls/index.d.ts +4 -0
  667. package/lib/typescript/src/components/Reels/utils/Controls/index.d.ts.map +1 -1
  668. package/lib/typescript/src/components/Reels/utils/Controls/overlayUtils.d.ts +4 -0
  669. package/lib/typescript/src/components/Reels/utils/Controls/overlayUtils.d.ts.map +1 -1
  670. package/lib/typescript/src/components/Reels/utils/Controls/videoControlsConstants.d.ts +4 -0
  671. package/lib/typescript/src/components/Reels/utils/Controls/videoControlsConstants.d.ts.map +1 -1
  672. package/lib/typescript/src/components/Reels/utils/Controls/videoRef.d.ts +4 -0
  673. package/lib/typescript/src/components/Reels/utils/Controls/videoRef.d.ts.map +1 -1
  674. package/lib/typescript/src/components/Reels/utils/index.d.ts +4 -0
  675. package/lib/typescript/src/components/Reels/utils/index.d.ts.map +1 -1
  676. package/lib/typescript/src/components/Reels/utils/timeoutUtils.d.ts +4 -0
  677. package/lib/typescript/src/components/Reels/utils/timeoutUtils.d.ts.map +1 -1
  678. package/lib/typescript/src/components/Search/One.d.ts +2 -2
  679. package/lib/typescript/src/components/Search/One.d.ts.map +1 -1
  680. package/lib/typescript/src/components/Search/components/RecentSearchesSection.d.ts +2 -2
  681. package/lib/typescript/src/components/Search/components/SearchCard.d.ts +2 -2
  682. package/lib/typescript/src/components/Search/index.d.ts +2 -2
  683. package/lib/typescript/src/components/Settings/AppSettings.d.ts +7 -7
  684. package/lib/typescript/src/components/Settings/AppSettings.d.ts.map +1 -1
  685. package/lib/typescript/src/components/Settings/index.d.ts +4 -0
  686. package/lib/typescript/src/components/Settings/index.d.ts.map +1 -1
  687. package/lib/typescript/src/components/Subscription/SubOne.d.ts +5 -1
  688. package/lib/typescript/src/components/Subscription/SubOne.d.ts.map +1 -1
  689. package/lib/typescript/src/components/Subscription/components/SubsDetailsModal.d.ts +5 -1
  690. package/lib/typescript/src/components/Subscription/components/SubsDetailsModal.d.ts.map +1 -1
  691. package/lib/typescript/src/components/Subscription/components/SubscriptionCard.d.ts +5 -1
  692. package/lib/typescript/src/components/Subscription/components/SubscriptionCard.d.ts.map +1 -1
  693. package/lib/typescript/src/components/Subscription/index.d.ts +5 -5
  694. package/lib/typescript/src/components/Subscription/index.d.ts.map +1 -1
  695. package/lib/typescript/src/components/TabBar/One.d.ts +3 -12
  696. package/lib/typescript/src/components/TabBar/One.d.ts.map +1 -1
  697. package/lib/typescript/src/components/TabBar/Three.d.ts +2 -11
  698. package/lib/typescript/src/components/TabBar/Three.d.ts.map +1 -1
  699. package/lib/typescript/src/components/TabBar/Two.d.ts +3 -12
  700. package/lib/typescript/src/components/TabBar/Two.d.ts.map +1 -1
  701. package/lib/typescript/src/components/TabBar/index.d.ts +4 -4
  702. package/lib/typescript/src/components/Text/Text.d.ts +4 -0
  703. package/lib/typescript/src/components/Text/Text.d.ts.map +1 -1
  704. package/lib/typescript/src/components/Text/index.d.ts +1 -1
  705. package/lib/typescript/src/components/Text/index.d.ts.map +1 -1
  706. package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts +1 -1
  707. package/lib/typescript/src/components/User/ProfileUpdate/ProfileUpdate.d.ts +5 -1
  708. package/lib/typescript/src/components/User/ProfileUpdate/ProfileUpdate.d.ts.map +1 -1
  709. package/lib/typescript/src/components/User/PurchaseHistory/PurchaseHistory.d.ts +1 -1
  710. package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts +5 -17
  711. package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -1
  712. package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts +2 -2
  713. package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -1
  714. package/lib/typescript/src/components/User/components/UserAvatar.d.ts +1 -1
  715. package/lib/typescript/src/components/User/components/UserAvatar.d.ts.map +1 -1
  716. package/lib/typescript/src/components/User/components/UserSection.d.ts +2 -12
  717. package/lib/typescript/src/components/User/components/UserSection.d.ts.map +1 -1
  718. package/lib/typescript/src/components/User/index.d.ts +1 -1
  719. package/lib/typescript/src/components/View/View.d.ts +1 -1
  720. package/lib/typescript/src/components/View/View.d.ts.map +1 -1
  721. package/lib/typescript/src/components/View/index.d.ts +1 -1
  722. package/lib/typescript/src/components/View/index.d.ts.map +1 -1
  723. package/lib/typescript/src/components/common/AppStatusBar.d.ts +1 -1
  724. package/lib/typescript/src/components/common/index.d.ts +2 -0
  725. package/lib/typescript/src/components/common/index.d.ts.map +1 -0
  726. package/lib/typescript/src/components/index.d.ts +2 -1
  727. package/lib/typescript/src/components/index.d.ts.map +1 -1
  728. package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts +6 -2
  729. package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts.map +1 -1
  730. package/lib/typescript/src/components/layout/index.d.ts +4 -0
  731. package/lib/typescript/src/components/layout/index.d.ts.map +1 -1
  732. package/lib/typescript/src/constants/dummySections.d.ts +4 -0
  733. package/lib/typescript/src/constants/dummySections.d.ts.map +1 -1
  734. package/lib/typescript/src/hooks/Images/index.d.ts +4 -1
  735. package/lib/typescript/src/hooks/Images/index.d.ts.map +1 -1
  736. package/lib/typescript/src/hooks/Images/useImageLoader.d.ts +1 -1
  737. package/lib/typescript/src/hooks/Images/useImageLoader.d.ts.map +1 -1
  738. package/lib/typescript/src/hooks/index.d.ts +1 -2
  739. package/lib/typescript/src/hooks/index.d.ts.map +1 -1
  740. package/lib/typescript/src/hooks/useAdTracking.d.ts +7 -3
  741. package/lib/typescript/src/hooks/useAdTracking.d.ts.map +1 -1
  742. package/lib/typescript/src/hooks/useCards.d.ts +2 -7
  743. package/lib/typescript/src/hooks/useCards.d.ts.map +1 -1
  744. package/lib/typescript/src/hooks/useDebounce.d.ts +4 -0
  745. package/lib/typescript/src/hooks/useDebounce.d.ts.map +1 -1
  746. package/lib/typescript/src/hooks/useKeyboard.d.ts +1 -1
  747. package/lib/typescript/src/hooks/useNavigationMode.d.ts +1 -2
  748. package/lib/typescript/src/hooks/useNavigationMode.d.ts.map +1 -1
  749. package/lib/typescript/src/hooks/usePaginatedSection.d.ts +5 -11
  750. package/lib/typescript/src/hooks/usePaginatedSection.d.ts.map +1 -1
  751. package/lib/typescript/src/hooks/usePrevious.d.ts +1 -1
  752. package/lib/typescript/src/hooks/useSafeCallback.d.ts +6 -9
  753. package/lib/typescript/src/hooks/useSafeCallback.d.ts.map +1 -1
  754. package/lib/typescript/src/hooks/useSkeletonItems.d.ts +2 -2
  755. package/lib/typescript/src/hooks/useSkeletonItems.d.ts.map +1 -1
  756. package/lib/typescript/src/hooks/useSplashCache.d.ts +1 -1
  757. package/lib/typescript/src/hooks/useSplashCache.d.ts.map +1 -1
  758. package/lib/typescript/src/index.d.ts +1 -1
  759. package/lib/typescript/src/index.d.ts.map +1 -1
  760. package/lib/typescript/src/store/RecentSearchesStore.d.ts +1 -1
  761. package/lib/typescript/src/store/splashStore.d.ts +1 -1
  762. package/lib/typescript/src/store/storage.d.ts +1 -1
  763. package/lib/typescript/src/theme/ThemeContext.d.ts +16 -0
  764. package/lib/typescript/src/theme/ThemeContext.d.ts.map +1 -0
  765. package/lib/typescript/src/theme/ThemeProvider.d.ts +4 -17
  766. package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -1
  767. package/lib/typescript/src/theme/hooks/index.d.ts +6 -0
  768. package/lib/typescript/src/theme/hooks/index.d.ts.map +1 -0
  769. package/lib/typescript/src/theme/hooks/useTheme.d.ts +7 -0
  770. package/lib/typescript/src/theme/hooks/useTheme.d.ts.map +1 -0
  771. package/lib/typescript/src/theme/index.d.ts +2 -1
  772. package/lib/typescript/src/theme/index.d.ts.map +1 -1
  773. package/lib/typescript/src/{store/themeStore.d.ts → theme/store/theme.d.ts} +3 -3
  774. package/lib/typescript/src/theme/store/theme.d.ts.map +1 -0
  775. package/lib/typescript/src/theme/themes.d.ts +9 -18
  776. package/lib/typescript/src/theme/themes.d.ts.map +1 -1
  777. package/lib/typescript/src/theme/utils/cleanColors.d.ts +15 -0
  778. package/lib/typescript/src/theme/utils/cleanColors.d.ts.map +1 -0
  779. package/lib/typescript/src/theme/utils/toRgba.d.ts +16 -0
  780. package/lib/typescript/src/theme/utils/toRgba.d.ts.map +1 -0
  781. package/lib/typescript/src/types/content/content-view.types.d.ts +5 -8
  782. package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
  783. package/lib/typescript/src/types/hook/index.d.ts +2 -2
  784. package/lib/typescript/src/types/hook/index.d.ts.map +1 -1
  785. package/lib/typescript/src/types/hook/{usePaginatedSetion.d.ts → usePaginatedSection.d.ts} +2 -2
  786. package/lib/typescript/src/types/hook/usePaginatedSection.d.ts.map +1 -0
  787. package/lib/typescript/src/types/index.d.ts +3 -1
  788. package/lib/typescript/src/types/index.d.ts.map +1 -1
  789. package/lib/typescript/src/types/navigation.d.ts +16 -0
  790. package/lib/typescript/src/types/navigation.d.ts.map +1 -0
  791. package/lib/typescript/src/types/sections/index.d.ts +2 -1
  792. package/lib/typescript/src/types/sections/index.d.ts.map +1 -1
  793. package/lib/typescript/src/types/user.d.ts +16 -0
  794. package/lib/typescript/src/types/user.d.ts.map +1 -0
  795. package/lib/typescript/src/utils/Display.d.ts +4 -0
  796. package/lib/typescript/src/utils/Display.d.ts.map +1 -1
  797. package/lib/typescript/src/utils/Formater.d.ts +10 -0
  798. package/lib/typescript/src/utils/Formater.d.ts.map +1 -1
  799. package/lib/typescript/src/utils/SizeMatters.d.ts +1 -1
  800. package/lib/typescript/src/utils/SizeMatters.d.ts.map +1 -1
  801. package/lib/typescript/src/utils/Spacing.d.ts +1 -1
  802. package/lib/typescript/src/utils/colorUtils.d.ts +1 -1
  803. package/lib/typescript/src/{hooks/Images/useImageValidation.d.ts → utils/imageValidation.d.ts} +3 -3
  804. package/lib/typescript/src/utils/imageValidation.d.ts.map +1 -0
  805. package/lib/typescript/src/utils/interaction.d.ts +9 -0
  806. package/lib/typescript/src/utils/interaction.d.ts.map +1 -0
  807. package/package.json +134 -128
  808. package/src/assets/animations/135037-payment-processing-error.json +1347 -0
  809. package/src/assets/animations/7227-vui-animation.json +3377 -0
  810. package/src/assets/animations/Failed.json +2103 -0
  811. package/src/assets/animations/Pending.json +522 -0
  812. package/src/assets/animations/Successful.json +2289 -0
  813. package/src/assets/animations/heart.json +788 -0
  814. package/src/assets/animations/succesfull-payment.json +2379 -0
  815. package/src/assets/animations/voice-icon.json +542 -0
  816. package/src/assets/img/back.png +0 -0
  817. package/src/assets/img/bottom-panel.png +0 -0
  818. package/src/assets/img/camera.png +0 -0
  819. package/src/assets/img/camera2.png +0 -0
  820. package/src/assets/img/home.png +0 -0
  821. package/src/assets/img/lock.png +0 -0
  822. package/src/assets/img/play.png +0 -0
  823. package/src/assets/img/profile.jpg +0 -0
  824. package/src/assets/img/qr-code.png +0 -0
  825. package/src/assets/img/shadow.png +0 -0
  826. package/src/assets/img/shadow2.png +0 -0
  827. package/src/assets/img/user.png +0 -0
  828. package/src/assets/svg/Account.svg +4 -0
  829. package/src/assets/svg/Favourite.svg +14 -0
  830. package/src/assets/svg/Upcoming.svg +4 -0
  831. package/src/assets/svg/content-error.svg +28 -0
  832. package/src/assets/svg/download.svg +3 -0
  833. package/src/assets/svg/eye-off.svg +10 -0
  834. package/src/assets/svg/favorites.svg +3 -0
  835. package/src/assets/svg/h.svg +4 -0
  836. package/src/assets/svg/home.svg +5 -0
  837. package/src/assets/svg/home1.svg +3 -0
  838. package/src/assets/svg/menu-bar.svg +4 -0
  839. package/src/assets/svg/my-space.svg +14 -0
  840. package/src/assets/svg/play-icon-with-bg.svg +5 -0
  841. package/src/assets/svg/profile.svg +4 -0
  842. package/src/assets/svg/search.svg +5 -0
  843. package/src/assets/svg/search1.svg +4 -0
  844. package/src/assets/svg/server-error.svg +139 -0
  845. package/src/components/Account/Account.tsx +354 -0
  846. package/src/components/Account/index.ts +6 -0
  847. package/src/components/Alert/AlertDialog.tsx +253 -0
  848. package/src/components/Alert/UAAlert.tsx +176 -0
  849. package/src/components/Alert/index.ts +7 -0
  850. package/src/components/Auth/AuthProvider/AuthProvider.tsx +412 -0
  851. package/src/components/Auth/One/ForgotPassword/ForgotPassword.tsx +333 -0
  852. package/src/components/Auth/One/Login/LoginWithEmail.tsx +449 -0
  853. package/src/components/Auth/One/Login/LoginWithPhone.tsx +309 -0
  854. package/src/components/Auth/One/OTP/OTP.tsx +539 -0
  855. package/src/components/Auth/One/QrLogin/QrLogin.tsx +329 -0
  856. package/src/components/Auth/One/QrLogin/components/index.ts +8 -0
  857. package/src/components/Auth/One/QrLogin/components/qr-scanner-fallback.tsx +158 -0
  858. package/src/components/Auth/One/QrLogin/components/qr-scanner-frame.tsx +207 -0
  859. package/src/components/Auth/One/QrLogin/components/qr-scanner-header.tsx +65 -0
  860. package/src/components/Auth/One/QrLogin/components/qr-scanner-intro.tsx +255 -0
  861. package/src/components/Auth/One/QrLogin/components/qr-scanner-overlay.tsx +291 -0
  862. package/src/components/Auth/One/SignUp/SignUp.tsx +470 -0
  863. package/src/components/Auth/One/SplashScreen/SplashScreen.tsx +229 -0
  864. package/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.tsx +92 -0
  865. package/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.tsx +129 -0
  866. package/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.tsx +172 -0
  867. package/src/components/Auth/One/SplashScreen/utils/splashUtils.ts +23 -0
  868. package/src/components/Auth/One/index.ts +24 -0
  869. package/src/components/Auth/Two/AuthHeader/AuthHeader.tsx +130 -0
  870. package/src/components/Auth/Two/ForgotPassword/ForgotPassword.tsx +331 -0
  871. package/src/components/Auth/Two/Login/EmailOrPhoneLogin.tsx +612 -0
  872. package/src/components/Auth/Two/OTP/OTP.tsx +504 -0
  873. package/src/components/Auth/Two/SignUp/SignUp.tsx +439 -0
  874. package/src/components/Auth/Two/index.ts +20 -0
  875. package/src/components/Auth/index.ts +16 -0
  876. package/src/components/BackgroundLayout/One/One.tsx +184 -0
  877. package/src/components/BackgroundLayout/Two/Two.tsx +65 -0
  878. package/src/components/BackgroundLayout/index.ts +14 -0
  879. package/src/components/BlogView/BlogView.tsx +282 -0
  880. package/src/components/BlogView/index.ts +8 -0
  881. package/src/components/BlurView/BlurView.tsx +199 -0
  882. package/src/components/BlurView/index.ts +7 -0
  883. package/src/components/BottomSheet/BottomSheet.tsx +204 -0
  884. package/src/components/BottomSheet/BottomSheetOne.tsx +223 -0
  885. package/src/components/BottomSheet/index.ts +9 -0
  886. package/src/components/Button/BackBtn.tsx +149 -0
  887. package/src/components/Button/MenuBtn.tsx +220 -0
  888. package/src/components/Button/PrimaryBtn.tsx +123 -0
  889. package/src/components/Button/SecondaryBtn.tsx +123 -0
  890. package/src/components/Button/TextButton.tsx +150 -0
  891. package/src/components/Button/index.ts +18 -0
  892. package/src/components/Button/types.ts +33 -0
  893. package/src/components/Content/Card/Category/Category.tsx +436 -0
  894. package/src/components/Content/Card/Category/CategroyTwo.tsx +429 -0
  895. package/src/components/Content/Card/NowWatching/NowWatching.tsx +607 -0
  896. package/src/components/Content/Card/Sliders/Styles/One.tsx +490 -0
  897. package/src/components/Content/Card/Sliders/Styles/Three.tsx +1017 -0
  898. package/src/components/Content/Card/Sliders/Styles/Two.tsx +395 -0
  899. package/src/components/Content/Card/Sliders/index.ts +18 -0
  900. package/src/components/Content/Card/Styles/Five.tsx +367 -0
  901. package/src/components/Content/Card/Styles/Four.tsx +366 -0
  902. package/src/components/Content/Card/Styles/One.tsx +372 -0
  903. package/src/components/Content/Card/Styles/RotateInOut.tsx +413 -0
  904. package/src/components/Content/Card/Styles/Six.tsx +378 -0
  905. package/src/components/Content/Card/Styles/Three.tsx +312 -0
  906. package/src/components/Content/Card/Styles/TopTen.tsx +402 -0
  907. package/src/components/Content/Card/Styles/Two.tsx +404 -0
  908. package/src/components/Content/Card/components/AdsPoster.tsx +207 -0
  909. package/src/components/Content/Card/components/CardPoster.tsx +377 -0
  910. package/src/components/Content/Card/components/LiveBadge.tsx +125 -0
  911. package/src/components/Content/Card/components/NavigateToMore.tsx +97 -0
  912. package/src/components/Content/Card/components/RentOrBuyIcon.tsx +134 -0
  913. package/src/components/Content/Card/components/ShowAllButton.tsx +92 -0
  914. package/src/components/Content/Card/components/ThumbnailCard.tsx +219 -0
  915. package/src/components/Content/Card/components/index.ts +12 -0
  916. package/src/components/Content/Card/index.ts +31 -0
  917. package/src/components/Content/Content.tsx +338 -0
  918. package/src/components/Content/Sections.tsx +239 -0
  919. package/src/components/Content/types.ts +180 -0
  920. package/src/components/ContentView/MoreContentList.tsx +330 -0
  921. package/src/components/ContentView/One/ContentViewOne.tsx +251 -0
  922. package/src/components/ContentView/One/components/CastCard.tsx +266 -0
  923. package/src/components/ContentView/One/components/HeroBanner.tsx +413 -0
  924. package/src/components/ContentView/One/components/MiniInfo.tsx +343 -0
  925. package/src/components/ContentView/One/components/Title.tsx +149 -0
  926. package/src/components/ContentView/Two/ContentViewTwo.tsx +332 -0
  927. package/src/components/ContentView/Two/components/Details.tsx +196 -0
  928. package/src/components/ContentView/Two/components/HeroBanner.tsx +267 -0
  929. package/src/components/ContentView/Two/components/LikeShareActions.tsx +125 -0
  930. package/src/components/ContentView/Two/components/MoreLikeThisContentList .tsx +308 -0
  931. package/src/components/ContentView/Two/components/PlayOrTrailer.tsx +162 -0
  932. package/src/components/ContentView/Two/components/SectionTabs.tsx +181 -0
  933. package/src/components/ContentView/Two/components/Title.tsx +229 -0
  934. package/src/components/ContentView/Two/components/index.ts +12 -0
  935. package/src/components/ContentView/index.ts +13 -0
  936. package/src/components/ContentView/shared/AboutSection.tsx +226 -0
  937. package/src/components/ContentView/shared/EpisodeCard.tsx +600 -0
  938. package/src/components/ContentView/shared/GenreTags.tsx +189 -0
  939. package/src/components/ContentView/shared/PlayButton.tsx +52 -0
  940. package/src/components/ContentView/shared/TrailerButton.tsx +76 -0
  941. package/src/components/Fallbacks/NoContentFallback.tsx +175 -0
  942. package/src/components/Fallbacks/NotFoundFallback.tsx +94 -0
  943. package/src/components/Fallbacks/index.ts +7 -0
  944. package/src/components/Headers/AppHeader.tsx +151 -0
  945. package/src/components/Headers/Four.tsx +84 -0
  946. package/src/components/Headers/One.tsx +115 -0
  947. package/src/components/Headers/Three.tsx +137 -0
  948. package/src/components/Headers/Two.tsx +101 -0
  949. package/src/components/Headers/index.ts +34 -0
  950. package/src/components/Input/Input.ts +18 -0
  951. package/src/components/Input/InputOne.tsx +265 -0
  952. package/src/components/Input/InputThree.tsx +205 -0
  953. package/src/components/Input/InputTwo.tsx +217 -0
  954. package/src/components/Input/PhoneInput/One/One.tsx +415 -0
  955. package/src/components/Input/PhoneInput/Two/Two.tsx +406 -0
  956. package/src/components/Input/PhoneInput/index.ts +14 -0
  957. package/src/components/Keyboard/HideKeyboard.tsx +91 -0
  958. package/src/components/Loader/Loader.tsx +49 -0
  959. package/src/components/Logo/Logo.tsx +150 -0
  960. package/src/components/NewRelease/NewReleaseSheet.tsx +260 -0
  961. package/src/components/NewRelease/index.ts +6 -0
  962. package/src/components/Reels/ReelsSeries/MediaControls/BottomControls.tsx +226 -0
  963. package/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.tsx +324 -0
  964. package/src/components/Reels/ReelsSeries/MediaControls/MiddleControls.tsx +201 -0
  965. package/src/components/Reels/ReelsSeries/MediaControls/RightControls.tsx +100 -0
  966. package/src/components/Reels/ReelsSeries/MediaControls/TopControls.tsx +168 -0
  967. package/src/components/Reels/ReelsSeries/Model/DetailsModal.tsx +207 -0
  968. package/src/components/Reels/ReelsSeries/Model/SettingModal.tsx +151 -0
  969. package/src/components/Reels/ReelsSeries/Model/UnlockModal.tsx +159 -0
  970. package/src/components/Reels/ReelsSeries/ReelsSeries.tsx +278 -0
  971. package/src/components/Reels/ReelsSeries/ReelsSeriesItem.tsx +569 -0
  972. package/src/components/Reels/ReelsSeries/components/AnimatedThreeLines.tsx +189 -0
  973. package/src/components/Reels/ReelsSeries/components/Episodes.tsx +159 -0
  974. package/src/components/Reels/ReelsSeries/components/GradientOverlay.tsx +46 -0
  975. package/src/components/Reels/ReelsSeries/components/Like.tsx +45 -0
  976. package/src/components/Reels/ReelsSeries/components/RotatingLoader.tsx +84 -0
  977. package/src/components/Reels/ReelsSeries/components/Synopsis.tsx +338 -0
  978. package/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.tsx +185 -0
  979. package/src/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.tsx +77 -0
  980. package/src/components/Reels/ReelsSeries/components/VideoControls/index.ts +7 -0
  981. package/src/components/Reels/ReelsSeries/types.ts +78 -0
  982. package/src/components/Reels/ReelsSeries/useReelsWatchProgress.ts +90 -0
  983. package/src/components/Reels/ReelsSeries/utils/quality.ts +72 -0
  984. package/src/components/Reels/index.ts +9 -0
  985. package/src/components/Reels/utils/Controls/gestureUtils.ts +46 -0
  986. package/src/components/Reels/utils/Controls/index.ts +9 -0
  987. package/src/components/Reels/utils/Controls/overlayUtils.ts +40 -0
  988. package/src/components/Reels/utils/Controls/videoControlsConstants.ts +30 -0
  989. package/src/components/Reels/utils/Controls/videoRef.ts +9 -0
  990. package/src/components/Reels/utils/index.ts +6 -0
  991. package/src/components/Reels/utils/timeoutUtils.ts +34 -0
  992. package/src/components/Search/One.tsx +262 -0
  993. package/src/components/Search/components/RecentSearchesSection.tsx +181 -0
  994. package/src/components/Search/components/SearchCard.tsx +285 -0
  995. package/src/components/Search/index.ts +16 -0
  996. package/src/components/Settings/AppSettings.tsx +442 -0
  997. package/src/components/Settings/index.ts +6 -0
  998. package/src/components/Subscription/SubOne.tsx +423 -0
  999. package/src/components/Subscription/components/SubsDetailsModal.tsx +347 -0
  1000. package/src/components/Subscription/components/SubscriptionCard.tsx +342 -0
  1001. package/src/components/Subscription/index.ts +12 -0
  1002. package/src/components/TabBar/One.tsx +145 -0
  1003. package/src/components/TabBar/Three.tsx +162 -0
  1004. package/src/components/TabBar/Two.tsx +179 -0
  1005. package/src/components/TabBar/index.ts +20 -0
  1006. package/src/components/Text/Text.tsx +90 -0
  1007. package/src/components/Text/index.ts +6 -0
  1008. package/src/components/User/DeviceSessions/DeviceSessions.tsx +468 -0
  1009. package/src/components/User/ProfileUpdate/ProfileUpdate.tsx +293 -0
  1010. package/src/components/User/PurchaseHistory/PurchaseHistory.tsx +504 -0
  1011. package/src/components/User/WatchHistory/WatchHistory.tsx +214 -0
  1012. package/src/components/User/WatchLater/WatchLater.tsx +400 -0
  1013. package/src/components/User/components/UserAvatar.tsx +121 -0
  1014. package/src/components/User/components/UserSection.tsx +218 -0
  1015. package/src/components/User/index.ts +18 -0
  1016. package/src/components/View/View.tsx +38 -0
  1017. package/src/components/View/index.ts +6 -0
  1018. package/src/components/common/AppStatusBar.tsx +57 -0
  1019. package/src/components/common/index.ts +1 -0
  1020. package/src/components/index.ts +30 -0
  1021. package/src/components/layout/SafeAreaWrapper.tsx +50 -0
  1022. package/src/components/layout/index.ts +6 -0
  1023. package/src/constants/dummySections.ts +103 -0
  1024. package/src/hooks/Images/index.ts +6 -0
  1025. package/src/hooks/Images/useImageLoader.ts +209 -0
  1026. package/src/hooks/index.ts +16 -0
  1027. package/src/hooks/useAdTracking.ts +354 -0
  1028. package/src/hooks/useCards.ts +247 -0
  1029. package/src/hooks/useDebounce.ts +40 -0
  1030. package/src/hooks/useKeyboard.ts +43 -0
  1031. package/src/hooks/useNavigationMode.ts +48 -0
  1032. package/src/hooks/usePaginatedSection.ts +108 -0
  1033. package/src/hooks/usePrevious.ts +28 -0
  1034. package/src/hooks/useSafeCallback.ts +29 -0
  1035. package/src/hooks/useSkeletonItems.ts +30 -0
  1036. package/src/hooks/useSplashCache.ts +245 -0
  1037. package/src/index.tsx +9 -0
  1038. package/src/store/RecentSearchesStore.ts +72 -0
  1039. package/src/store/splashStore.ts +86 -0
  1040. package/src/store/storage.ts +29 -0
  1041. package/src/theme/ThemeContext.ts +19 -0
  1042. package/src/theme/ThemeProvider.tsx +87 -0
  1043. package/src/theme/hooks/index.ts +6 -0
  1044. package/src/theme/hooks/useTheme.ts +118 -0
  1045. package/src/theme/index.ts +8 -0
  1046. package/src/theme/store/theme.ts +50 -0
  1047. package/src/theme/themes.ts +262 -0
  1048. package/src/theme/utils/cleanColors.ts +71 -0
  1049. package/src/theme/utils/toRgba.ts +150 -0
  1050. package/src/types/content/content-view.types.ts +209 -0
  1051. package/src/types/hook/index.ts +6 -0
  1052. package/src/types/hook/usePaginatedSection.ts +20 -0
  1053. package/src/types/index.ts +10 -0
  1054. package/src/types/navigation.ts +17 -0
  1055. package/src/types/sections/index.ts +87 -0
  1056. package/src/types/user.ts +18 -0
  1057. package/src/utils/Display.ts +15 -0
  1058. package/src/utils/Formater.ts +33 -0
  1059. package/src/utils/SizeMatters.ts +8 -0
  1060. package/src/utils/Spacing.ts +27 -0
  1061. package/src/utils/colorUtils.ts +70 -0
  1062. package/src/utils/imageValidation.ts +36 -0
  1063. package/src/utils/interaction.ts +19 -0
  1064. package/lib/module/Styles/globalStyles.js +0 -71
  1065. package/lib/module/Styles/globalStyles.js.map +0 -1
  1066. package/lib/module/components/Auth/One/QrLogin/components/QrViewArea.js +0 -295
  1067. package/lib/module/components/Auth/One/QrLogin/components/QrViewArea.js.map +0 -1
  1068. package/lib/module/components/Content/index.js +0 -8
  1069. package/lib/module/components/Content/index.js.map +0 -1
  1070. package/lib/module/components/ContentView/One/components/AboutSection.js.map +0 -1
  1071. package/lib/module/components/ContentView/One/components/EpisodeCard.js +0 -398
  1072. package/lib/module/components/ContentView/One/components/EpisodeCard.js.map +0 -1
  1073. package/lib/module/components/ContentView/One/components/GenreTags.js +0 -94
  1074. package/lib/module/components/ContentView/One/components/GenreTags.js.map +0 -1
  1075. package/lib/module/components/ContentView/One/components/PlayButton.js.map +0 -1
  1076. package/lib/module/components/ContentView/One/components/TrailerButton.js.map +0 -1
  1077. package/lib/module/components/ContentView/Two/components/AboutSection.js +0 -153
  1078. package/lib/module/components/ContentView/Two/components/AboutSection.js.map +0 -1
  1079. package/lib/module/components/ContentView/Two/components/EpisodeCard.js.map +0 -1
  1080. package/lib/module/components/ContentView/Two/components/GenreTags.js +0 -89
  1081. package/lib/module/components/ContentView/Two/components/GenreTags.js.map +0 -1
  1082. package/lib/module/components/Subscription/components/index.js +0 -5
  1083. package/lib/module/components/Subscription/components/index.js.map +0 -1
  1084. package/lib/module/hooks/Images/useImageValidation.js.map +0 -1
  1085. package/lib/module/hooks/useThemeColors.js +0 -33
  1086. package/lib/module/hooks/useThemeColors.js.map +0 -1
  1087. package/lib/module/store/themeStore.js.map +0 -1
  1088. package/lib/module/theme/hook/index.js +0 -4
  1089. package/lib/module/theme/hook/index.js.map +0 -1
  1090. package/lib/module/theme/hook/useInternalTheme.js +0 -78
  1091. package/lib/module/theme/hook/useInternalTheme.js.map +0 -1
  1092. package/lib/module/theme/utils/validateColor.js +0 -84
  1093. package/lib/module/theme/utils/validateColor.js.map +0 -1
  1094. package/lib/module/types/hook/usePaginatedSetion.js +0 -4
  1095. package/lib/module/types/hook/usePaginatedSetion.js.map +0 -1
  1096. package/lib/module/utils/PlatformSelector.js +0 -31
  1097. package/lib/module/utils/PlatformSelector.js.map +0 -1
  1098. package/lib/typescript/src/Styles/globalStyles.d.ts +0 -66
  1099. package/lib/typescript/src/Styles/globalStyles.d.ts.map +0 -1
  1100. package/lib/typescript/src/components/Auth/One/QrLogin/components/QrViewArea.d.ts +0 -14
  1101. package/lib/typescript/src/components/Auth/One/QrLogin/components/QrViewArea.d.ts.map +0 -1
  1102. package/lib/typescript/src/components/Content/index.d.ts +0 -6
  1103. package/lib/typescript/src/components/Content/index.d.ts.map +0 -1
  1104. package/lib/typescript/src/components/ContentView/One/components/AboutSection.d.ts.map +0 -1
  1105. package/lib/typescript/src/components/ContentView/One/components/EpisodeCard.d.ts +0 -23
  1106. package/lib/typescript/src/components/ContentView/One/components/EpisodeCard.d.ts.map +0 -1
  1107. package/lib/typescript/src/components/ContentView/One/components/GenreTags.d.ts.map +0 -1
  1108. package/lib/typescript/src/components/ContentView/One/components/PlayButton.d.ts +0 -15
  1109. package/lib/typescript/src/components/ContentView/One/components/PlayButton.d.ts.map +0 -1
  1110. package/lib/typescript/src/components/ContentView/One/components/TrailerButton.d.ts +0 -18
  1111. package/lib/typescript/src/components/ContentView/One/components/TrailerButton.d.ts.map +0 -1
  1112. package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts +0 -27
  1113. package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts.map +0 -1
  1114. package/lib/typescript/src/components/ContentView/Two/components/EpisodeCard.d.ts.map +0 -1
  1115. package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts +0 -22
  1116. package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts.map +0 -1
  1117. package/lib/typescript/src/components/Subscription/components/index.d.ts +0 -3
  1118. package/lib/typescript/src/components/Subscription/components/index.d.ts.map +0 -1
  1119. package/lib/typescript/src/hooks/Images/useImageValidation.d.ts.map +0 -1
  1120. package/lib/typescript/src/hooks/useThemeColors.d.ts +0 -27
  1121. package/lib/typescript/src/hooks/useThemeColors.d.ts.map +0 -1
  1122. package/lib/typescript/src/store/themeStore.d.ts.map +0 -1
  1123. package/lib/typescript/src/theme/hook/index.d.ts +0 -2
  1124. package/lib/typescript/src/theme/hook/index.d.ts.map +0 -1
  1125. package/lib/typescript/src/theme/hook/useInternalTheme.d.ts +0 -7
  1126. package/lib/typescript/src/theme/hook/useInternalTheme.d.ts.map +0 -1
  1127. package/lib/typescript/src/theme/utils/validateColor.d.ts +0 -21
  1128. package/lib/typescript/src/theme/utils/validateColor.d.ts.map +0 -1
  1129. package/lib/typescript/src/types/hook/usePaginatedSetion.d.ts.map +0 -1
  1130. package/lib/typescript/src/utils/PlatformSelector.d.ts +0 -22
  1131. package/lib/typescript/src/utils/PlatformSelector.d.ts.map +0 -1
@@ -0,0 +1,3377 @@
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
+ }