@zezosoft/zezo-ott-react-native-ui-kit 1.1.3 → 1.1.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.
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js +5 -2
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js.map +1 -1
- package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js +232 -0
- package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js.map +1 -0
- package/lib/module/components/Auth/One/Login/LoginWithEmail.js +324 -0
- package/lib/module/components/Auth/One/Login/LoginWithEmail.js.map +1 -0
- package/lib/module/components/Auth/{Login → One/Login}/LoginWithPhone.js +13 -11
- package/lib/module/components/Auth/One/Login/LoginWithPhone.js.map +1 -0
- package/lib/module/components/Auth/One/OTP/OTP.js +301 -0
- package/lib/module/components/Auth/One/OTP/OTP.js.map +1 -0
- package/lib/module/components/Auth/{QrLogin → One/QrLogin}/QrLogin.js +4 -4
- package/lib/module/components/Auth/One/QrLogin/QrLogin.js.map +1 -0
- package/lib/module/components/Auth/{QrLogin → One/QrLogin}/components/QrViewArea.js +1 -1
- package/lib/module/components/Auth/One/QrLogin/components/QrViewArea.js.map +1 -0
- package/lib/module/components/Auth/One/SignUp/SignUp.js +362 -0
- package/lib/module/components/Auth/One/SignUp/SignUp.js.map +1 -0
- package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/SplashScreen.js +8 -5
- package/lib/module/components/Auth/One/SplashScreen/SplashScreen.js.map +1 -0
- package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js +80 -0
- package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
- package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashLottie/SplashLottie.js +1 -1
- package/lib/module/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
- package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashVideo/SplashVideo.js +42 -21
- package/lib/module/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
- package/lib/module/components/Auth/One/index.js +25 -0
- package/lib/module/components/Auth/One/index.js.map +1 -0
- package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js +93 -0
- package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js.map +1 -0
- package/lib/module/components/Auth/{ForgotPassword → Two/ForgotPassword}/ForgotPassword.js +55 -28
- package/lib/module/components/Auth/Two/ForgotPassword/ForgotPassword.js.map +1 -0
- package/lib/module/components/Auth/Two/Login/AuthLoginShell.js +138 -0
- package/lib/module/components/Auth/Two/Login/AuthLoginShell.js.map +1 -0
- package/lib/module/components/Auth/Two/Login/LoginWithEmail.js +226 -0
- package/lib/module/components/Auth/Two/Login/LoginWithEmail.js.map +1 -0
- package/lib/module/components/Auth/Two/Login/LoginWithPhone.js +143 -0
- package/lib/module/components/Auth/Two/Login/LoginWithPhone.js.map +1 -0
- package/lib/module/components/Auth/{OTP → Two/OTP}/OTP.js +93 -63
- package/lib/module/components/Auth/Two/OTP/OTP.js.map +1 -0
- package/lib/module/components/Auth/Two/QrLogin/QrLogin.js +479 -0
- package/lib/module/components/Auth/Two/QrLogin/QrLogin.js.map +1 -0
- package/lib/module/components/Auth/Two/QrLogin/components/QrViewArea.js +295 -0
- package/lib/module/components/Auth/Two/QrLogin/components/QrViewArea.js.map +1 -0
- package/lib/module/components/Auth/Two/SignUp/SignUp.js +379 -0
- package/lib/module/components/Auth/Two/SignUp/SignUp.js.map +1 -0
- package/lib/module/components/Auth/Two/SplashScreen/SplashScreen.js +141 -0
- package/lib/module/components/Auth/Two/SplashScreen/SplashScreen.js.map +1 -0
- package/lib/module/components/Auth/{SplashScreen → Two/SplashScreen}/components/SplashImage/SplashImage.js +1 -1
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.js +63 -0
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.js +157 -0
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
- package/lib/module/components/Auth/Two/index.js +29 -0
- package/lib/module/components/Auth/Two/index.js.map +1 -0
- package/lib/module/components/Auth/index.js +7 -22
- package/lib/module/components/Auth/index.js.map +1 -1
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js +7 -3
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -1
- package/lib/module/components/BackgroundLayout/BackgroundLayoutOne.js +52 -0
- package/lib/module/components/BackgroundLayout/BackgroundLayoutOne.js.map +1 -0
- package/lib/module/components/BottomSheet/BottomSheet.js +7 -3
- package/lib/module/components/BottomSheet/BottomSheet.js.map +1 -1
- package/lib/module/components/BottomSheet/BottomSheetOne.js +170 -0
- package/lib/module/components/BottomSheet/BottomSheetOne.js.map +1 -0
- package/lib/module/components/BottomSheet/index.js +1 -0
- package/lib/module/components/BottomSheet/index.js.map +1 -1
- package/lib/module/components/Button/PrimaryBtn.js +16 -6
- package/lib/module/components/Button/PrimaryBtn.js.map +1 -1
- package/lib/module/components/Content/Card/Category/Category.js +5 -2
- package/lib/module/components/Content/Card/Category/Category.js.map +1 -1
- package/lib/module/components/Content/Card/Category/CategroyTwo.js +287 -0
- package/lib/module/components/Content/Card/Category/CategroyTwo.js.map +1 -0
- package/lib/module/components/Content/Card/Sliders/Styles/One.js +6 -6
- package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/Three.js +714 -0
- package/lib/module/components/Content/Card/Sliders/Styles/Three.js.map +1 -0
- package/lib/module/components/Content/Card/Sliders/index.js +3 -1
- package/lib/module/components/Content/Card/Sliders/index.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Five.js +1 -0
- package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Four.js +1 -0
- package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/One.js +1 -0
- package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/RotateInOut.js +1 -0
- package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Three.js +14 -44
- package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/TopTen.js +1 -0
- package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Two.js +1 -0
- package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/components/CardPoster.js +102 -4
- package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
- package/lib/module/components/Content/Card/components/NavigateToMore.js +26 -2
- package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -1
- package/lib/module/components/Content/Content.js +28 -11
- package/lib/module/components/Content/Content.js.map +1 -1
- package/lib/module/components/Content/Sections.js +11 -2
- package/lib/module/components/Content/Sections.js.map +1 -1
- package/lib/module/components/Content/types.js +4 -0
- package/lib/module/components/Content/types.js.map +1 -0
- package/lib/module/components/ContentView/MoreContentList.js +1 -0
- package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
- package/lib/module/components/ContentView/{ContentView.js → One/ContentViewOne.js} +6 -5
- package/lib/module/components/ContentView/One/ContentViewOne.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/AboutSection.js +2 -2
- package/lib/module/components/ContentView/One/components/AboutSection.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/CastCard.js +2 -2
- package/lib/module/components/ContentView/One/components/CastCard.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/EpisodeCard.js +5 -6
- package/lib/module/components/ContentView/One/components/EpisodeCard.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/GenreTags.js +2 -2
- package/lib/module/components/ContentView/One/components/GenreTags.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/HeroBanner.js +45 -44
- package/lib/module/components/ContentView/One/components/HeroBanner.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/MiniInfo.js +50 -5
- package/lib/module/components/ContentView/One/components/MiniInfo.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/PlayButton.js +1 -1
- package/lib/module/components/ContentView/One/components/PlayButton.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/Title.js +1 -1
- package/lib/module/components/ContentView/One/components/Title.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/TrailerButton.js +2 -2
- package/lib/module/components/ContentView/One/components/TrailerButton.js.map +1 -0
- package/lib/module/components/ContentView/Two/ContentViewTwo.js +220 -0
- package/lib/module/components/ContentView/Two/ContentViewTwo.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/AboutSection.js +150 -0
- package/lib/module/components/ContentView/Two/components/AboutSection.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/Details.js +156 -0
- package/lib/module/components/ContentView/Two/components/Details.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/EpisodeCard.js +425 -0
- package/lib/module/components/ContentView/Two/components/EpisodeCard.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/GenreTags.js +86 -0
- package/lib/module/components/ContentView/Two/components/GenreTags.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/HeroBanner.js +339 -0
- package/lib/module/components/ContentView/Two/components/HeroBanner.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/LikeShareActions.js +88 -0
- package/lib/module/components/ContentView/Two/components/LikeShareActions.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js +235 -0
- package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js.map +1 -0
- package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js +120 -0
- package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/SectionTabs.js +112 -0
- package/lib/module/components/ContentView/Two/components/SectionTabs.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/Title.js +146 -0
- package/lib/module/components/ContentView/Two/components/Title.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/index.js +18 -0
- package/lib/module/components/ContentView/Two/components/index.js.map +1 -0
- package/lib/module/components/ContentView/index.js +6 -1
- package/lib/module/components/ContentView/index.js.map +1 -1
- package/lib/module/components/Headers/Four.js +68 -0
- package/lib/module/components/Headers/Four.js.map +1 -0
- package/lib/module/components/Headers/Three.js +75 -24
- package/lib/module/components/Headers/Three.js.map +1 -1
- package/lib/module/components/Headers/index.js +3 -1
- package/lib/module/components/Headers/index.js.map +1 -1
- package/lib/module/components/Input/Input.js +5 -1
- package/lib/module/components/Input/Input.js.map +1 -1
- package/lib/module/components/Input/InputThree.js +157 -0
- package/lib/module/components/Input/InputThree.js.map +1 -0
- package/lib/module/components/Input/PhoneNumberInput.js.map +1 -1
- package/lib/module/components/Input/PhoneNumberInputTwo.js +316 -0
- package/lib/module/components/Input/PhoneNumberInputTwo.js.map +1 -0
- package/lib/module/components/Loader/Loader.js +14 -6
- package/lib/module/components/Loader/Loader.js.map +1 -1
- package/lib/module/components/Logo/Logo.js +42 -17
- package/lib/module/components/Logo/Logo.js.map +1 -1
- package/lib/module/components/NewRelease/NewReleaseSheet.js +227 -0
- package/lib/module/components/NewRelease/NewReleaseSheet.js.map +1 -0
- package/lib/module/components/NewRelease/index.js +4 -0
- package/lib/module/components/NewRelease/index.js.map +1 -0
- package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js +92 -17
- package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js +65 -2
- package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js +2 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js +4 -2
- package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js +80 -46
- package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js +78 -29
- package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js +21 -34
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js +58 -0
- package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js.map +1 -0
- package/lib/module/components/Reels/ReelsSeries/utils/quality.js +44 -0
- package/lib/module/components/Reels/ReelsSeries/utils/quality.js.map +1 -0
- package/lib/module/components/Reels/index.js +1 -0
- package/lib/module/components/Reels/index.js.map +1 -1
- package/lib/module/components/Search/One.js +7 -4
- package/lib/module/components/Search/One.js.map +1 -1
- package/lib/module/components/Search/components/SearchCard.js +59 -7
- package/lib/module/components/Search/components/SearchCard.js.map +1 -1
- package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js +2 -1
- package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js.map +1 -1
- package/lib/module/components/User/WatchHistory/WatchHistory.js +1 -0
- package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
- package/lib/module/components/User/WatchLater/WatchLater.js +1 -0
- package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
- package/lib/module/components/common/AppStatusBar.js +2 -1
- package/lib/module/components/common/AppStatusBar.js.map +1 -1
- package/lib/module/components/index.js +1 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/constants/dummySections.js +3 -1
- package/lib/module/constants/dummySections.js.map +1 -1
- package/lib/module/hooks/useSplashCache.js +78 -60
- package/lib/module/hooks/useSplashCache.js.map +1 -1
- package/lib/module/theme/ThemeProvider.js +14 -2
- package/lib/module/theme/ThemeProvider.js.map +1 -1
- package/lib/module/theme/hook/index.js +0 -1
- package/lib/module/theme/hook/index.js.map +1 -1
- package/lib/module/theme/hook/useInternalTheme.js +21 -7
- package/lib/module/theme/hook/useInternalTheme.js.map +1 -1
- package/lib/module/theme/themes.js +2 -0
- package/lib/module/theme/themes.js.map +1 -1
- package/lib/module/theme/utils/validateColor.js +84 -0
- package/lib/module/theme/utils/validateColor.js.map +1 -0
- package/lib/module/utils/colorUtils.js +68 -0
- package/lib/module/utils/colorUtils.js.map +1 -0
- package/lib/typescript/src/components/Auth/{ForgotPassword → One/ForgotPassword}/ForgotPassword.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/ForgotPassword/ForgotPassword.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{Login → One/Login}/LoginWithEmail.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/Login/LoginWithEmail.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{Login → One/Login}/LoginWithPhone.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/Login/LoginWithPhone.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{OTP → One/OTP}/OTP.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/OTP/OTP.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{QrLogin → One/QrLogin}/QrLogin.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/QrLogin/QrLogin.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{QrLogin → One/QrLogin}/components/QrViewArea.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/QrLogin/components/QrViewArea.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{SignUp → One/SignUp}/SignUp.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/SignUp/SignUp.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/SplashScreen.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/SplashScreen.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts +14 -0
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/index.d.ts +234 -0
- package/lib/typescript/src/components/Auth/One/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts +16 -0
- package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts +53 -0
- package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/Login/AuthLoginShell.d.ts +17 -0
- package/lib/typescript/src/components/Auth/Two/Login/AuthLoginShell.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/Login/LoginWithEmail.d.ts +52 -0
- package/lib/typescript/src/components/Auth/Two/Login/LoginWithEmail.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/Login/LoginWithPhone.d.ts +37 -0
- package/lib/typescript/src/components/Auth/Two/Login/LoginWithPhone.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts +63 -0
- package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/QrLogin/QrLogin.d.ts +19 -0
- package/lib/typescript/src/components/Auth/Two/QrLogin/QrLogin.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/QrLogin/components/QrViewArea.d.ts +14 -0
- package/lib/typescript/src/components/Auth/Two/QrLogin/components/QrViewArea.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts +67 -0
- package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/SplashScreen.d.ts +35 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/SplashScreen.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.d.ts +17 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.d.ts +20 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/index.d.ts +220 -0
- package/lib/typescript/src/components/Auth/Two/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/index.d.ts +447 -232
- package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayoutOne.d.ts +7 -0
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayoutOne.d.ts.map +1 -0
- package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts.map +1 -1
- package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts +19 -0
- package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts.map +1 -0
- package/lib/typescript/src/components/BottomSheet/index.d.ts +2 -0
- package/lib/typescript/src/components/BottomSheet/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts +1 -0
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/index.d.ts +1 -0
- package/lib/typescript/src/components/Button/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts +26 -0
- package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts +19 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts +11 -0
- package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +1 -0
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts +3 -0
- package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Content.d.ts +2 -52
- package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Sections.d.ts +1 -52
- package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/types.d.ts +149 -0
- package/lib/typescript/src/components/Content/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/MoreContentList.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts +15 -0
- package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/AboutSection.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/AboutSection.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/CastCard.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/CastCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/EpisodeCard.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/EpisodeCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/GenreTags.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/GenreTags.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/HeroBanner.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/HeroBanner.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/MiniInfo.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/MiniInfo.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/One/components/PlayButton.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/Title.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/Title.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/One/components/TrailerButton.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts +18 -0
- package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts +27 -0
- package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/Details.d.ts +15 -0
- package/lib/typescript/src/components/ContentView/Two/components/Details.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/EpisodeCard.d.ts +23 -0
- package/lib/typescript/src/components/ContentView/Two/components/EpisodeCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts +22 -0
- package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts +8 -0
- package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts +25 -0
- package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/MoreLikeThisContentList .d.ts +26 -0
- package/lib/typescript/src/components/ContentView/Two/components/MoreLikeThisContentList .d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts +21 -0
- package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts +28 -0
- package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts +34 -0
- package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/index.d.ts +15 -0
- package/lib/typescript/src/components/ContentView/Two/components/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/index.d.ts +6 -1
- package/lib/typescript/src/components/ContentView/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Four.d.ts +18 -0
- package/lib/typescript/src/components/Headers/Four.d.ts.map +1 -0
- package/lib/typescript/src/components/Headers/Three.d.ts +9 -1
- package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/index.d.ts +1 -0
- package/lib/typescript/src/components/Headers/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/Input.d.ts +2 -0
- package/lib/typescript/src/components/Input/Input.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/InputThree.d.ts +22 -0
- package/lib/typescript/src/components/Input/InputThree.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/PhoneNumberInputTwo.d.ts +26 -0
- package/lib/typescript/src/components/Input/PhoneNumberInputTwo.d.ts.map +1 -0
- package/lib/typescript/src/components/Loader/Loader.d.ts +2 -0
- package/lib/typescript/src/components/Loader/Loader.d.ts.map +1 -1
- package/lib/typescript/src/components/Logo/Logo.d.ts +1 -1
- package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
- package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts +10 -0
- package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts.map +1 -0
- package/lib/typescript/src/components/NewRelease/index.d.ts +2 -0
- package/lib/typescript/src/components/NewRelease/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts +2 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts +1 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/RightControls.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts +2 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts +9 -2
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts +11 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts +11 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts +15 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts +34 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts.map +1 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts +10 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts.map +1 -0
- package/lib/typescript/src/components/Reels/index.d.ts +1 -0
- package/lib/typescript/src/components/Reels/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts +1 -0
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -1
- package/lib/typescript/src/components/User/PurchaseHistory/PurchaseHistory.d.ts.map +1 -1
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -1
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -1
- package/lib/typescript/src/components/common/AppStatusBar.d.ts +1 -0
- package/lib/typescript/src/components/common/AppStatusBar.d.ts.map +1 -1
- package/lib/typescript/src/components/index.d.ts +1 -0
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/dummySections.d.ts +3 -1
- package/lib/typescript/src/constants/dummySections.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useSplashCache.d.ts.map +1 -1
- package/lib/typescript/src/theme/ThemeProvider.d.ts +2 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -1
- package/lib/typescript/src/theme/hook/index.d.ts +0 -1
- package/lib/typescript/src/theme/hook/index.d.ts.map +1 -1
- package/lib/typescript/src/theme/hook/useInternalTheme.d.ts.map +1 -1
- package/lib/typescript/src/theme/themes.d.ts +1 -0
- package/lib/typescript/src/theme/themes.d.ts.map +1 -1
- package/lib/typescript/src/theme/utils/validateColor.d.ts +21 -0
- package/lib/typescript/src/theme/utils/validateColor.d.ts.map +1 -0
- package/lib/typescript/src/types/content/content-view.types.d.ts +40 -1
- package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
- package/lib/typescript/src/utils/colorUtils.d.ts +19 -0
- package/lib/typescript/src/utils/colorUtils.d.ts.map +1 -0
- package/package.json +9 -16
- package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +0 -1
- package/lib/module/components/Auth/Login/LoginWithEmail.js +0 -314
- package/lib/module/components/Auth/Login/LoginWithEmail.js.map +0 -1
- package/lib/module/components/Auth/Login/LoginWithPhone.js.map +0 -1
- package/lib/module/components/Auth/OTP/OTP.js.map +0 -1
- package/lib/module/components/Auth/QrLogin/QrLogin.js.map +0 -1
- package/lib/module/components/Auth/QrLogin/components/QrViewArea.js.map +0 -1
- package/lib/module/components/Auth/SignUp/SignUp.js +0 -352
- package/lib/module/components/Auth/SignUp/SignUp.js.map +0 -1
- package/lib/module/components/Auth/SplashScreen/SplashScreen.js.map +0 -1
- package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js.map +0 -1
- package/lib/module/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.js.map +0 -1
- package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js.map +0 -1
- package/lib/module/components/ContentView/ContentView.js.map +0 -1
- package/lib/module/components/ContentView/components/AboutSection.js.map +0 -1
- package/lib/module/components/ContentView/components/CastCard.js.map +0 -1
- package/lib/module/components/ContentView/components/EpisodeCard.js.map +0 -1
- package/lib/module/components/ContentView/components/GenreTags.js.map +0 -1
- package/lib/module/components/ContentView/components/HeroBanner.js.map +0 -1
- package/lib/module/components/ContentView/components/MiniInfo.js.map +0 -1
- package/lib/module/components/ContentView/components/PlayButton.js.map +0 -1
- package/lib/module/components/ContentView/components/Title.js.map +0 -1
- package/lib/module/components/ContentView/components/TrailerButton.js.map +0 -1
- package/lib/module/theme/hook/useThemeStatusBar.js +0 -33
- package/lib/module/theme/hook/useThemeStatusBar.js.map +0 -1
- package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/QrLogin/QrLogin.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/QrLogin/components/QrViewArea.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/ContentView.d.ts +0 -15
- package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/CastCard.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/MiniInfo.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/Title.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts.map +0 -1
- package/lib/typescript/src/theme/hook/useThemeStatusBar.d.ts +0 -10
- package/lib/typescript/src/theme/hook/useThemeStatusBar.d.ts.map +0 -1
- package/src/Styles/globalStyles.ts +0 -70
- package/src/assets/animations/135037-payment-processing-error.json +0 -1347
- package/src/assets/animations/7227-vui-animation.json +0 -3377
- package/src/assets/animations/Failed.json +0 -2103
- package/src/assets/animations/Pending.json +0 -522
- package/src/assets/animations/Successful.json +0 -2289
- package/src/assets/animations/heart.json +0 -788
- package/src/assets/animations/succesfull-payment.json +0 -2379
- package/src/assets/animations/voice-icon.json +0 -542
- package/src/assets/img/back.png +0 -0
- package/src/assets/img/bottom-panel.png +0 -0
- package/src/assets/img/camera.png +0 -0
- package/src/assets/img/camera2.png +0 -0
- package/src/assets/img/home.png +0 -0
- package/src/assets/img/lock.png +0 -0
- package/src/assets/img/play.png +0 -0
- package/src/assets/img/profile.jpg +0 -0
- package/src/assets/img/qr-code.png +0 -0
- package/src/assets/img/shadow.png +0 -0
- package/src/assets/img/shadow2.png +0 -0
- package/src/assets/img/user.png +0 -0
- package/src/assets/svg/Account.svg +0 -4
- package/src/assets/svg/Favourite.svg +0 -14
- package/src/assets/svg/Upcoming.svg +0 -4
- package/src/assets/svg/content-error.svg +0 -28
- package/src/assets/svg/download.svg +0 -3
- package/src/assets/svg/eye-off.svg +0 -10
- package/src/assets/svg/favorites.svg +0 -3
- package/src/assets/svg/h.svg +0 -4
- package/src/assets/svg/home.svg +0 -5
- package/src/assets/svg/home1.svg +0 -3
- package/src/assets/svg/menu-bar.svg +0 -4
- package/src/assets/svg/my-space.svg +0 -14
- package/src/assets/svg/play-icon-with-bg.svg +0 -5
- package/src/assets/svg/profile.svg +0 -4
- package/src/assets/svg/search.svg +0 -5
- package/src/assets/svg/search1.svg +0 -4
- package/src/assets/svg/server-error.svg +0 -139
- package/src/components/Account/Account.tsx +0 -367
- package/src/components/Account/index.ts +0 -1
- package/src/components/Alert/AlertDialog.tsx +0 -247
- package/src/components/Alert/UAAlert.tsx +0 -170
- package/src/components/Alert/index.ts +0 -2
- package/src/components/Auth/AuthProvider/AuthProvider.tsx +0 -415
- package/src/components/Auth/ForgotPassword/ForgotPassword.tsx +0 -308
- package/src/components/Auth/Login/LoginWithEmail.tsx +0 -441
- package/src/components/Auth/Login/LoginWithPhone.tsx +0 -306
- package/src/components/Auth/OTP/OTP.tsx +0 -454
- package/src/components/Auth/QrLogin/QrLogin.tsx +0 -602
- package/src/components/Auth/QrLogin/components/QrViewArea.tsx +0 -423
- package/src/components/Auth/SignUp/SignUp.tsx +0 -462
- package/src/components/Auth/SplashScreen/SplashScreen.tsx +0 -245
- package/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.tsx +0 -92
- package/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.tsx +0 -77
- package/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.tsx +0 -164
- package/src/components/Auth/index.ts +0 -26
- package/src/components/BackgroundLayout/BackgroundLayout.tsx +0 -172
- package/src/components/BlogView/BlogView.tsx +0 -276
- package/src/components/BlogView/index.ts +0 -8
- package/src/components/BlurView/BlurView.tsx +0 -199
- package/src/components/BlurView/index.ts +0 -7
- package/src/components/BottomSheet/BottomSheet.tsx +0 -195
- package/src/components/BottomSheet/index.ts +0 -2
- package/src/components/Button/BackBtn.tsx +0 -168
- package/src/components/Button/MenuBtn.tsx +0 -229
- package/src/components/Button/PrimaryBtn.tsx +0 -126
- package/src/components/Button/SecondaryBtn.tsx +0 -132
- package/src/components/Button/TextButton.tsx +0 -145
- package/src/components/Button/index.ts +0 -18
- package/src/components/Content/Card/Category/Category.tsx +0 -429
- package/src/components/Content/Card/NowWatching/NowWatching.tsx +0 -624
- package/src/components/Content/Card/Sliders/Styles/One.tsx +0 -490
- package/src/components/Content/Card/Sliders/Styles/Two.tsx +0 -391
- package/src/components/Content/Card/Sliders/index.ts +0 -15
- package/src/components/Content/Card/Styles/Five.tsx +0 -384
- package/src/components/Content/Card/Styles/Four.tsx +0 -378
- package/src/components/Content/Card/Styles/One.tsx +0 -385
- package/src/components/Content/Card/Styles/RotateInOut.tsx +0 -412
- package/src/components/Content/Card/Styles/Six.tsx +0 -392
- package/src/components/Content/Card/Styles/Three.tsx +0 -349
- package/src/components/Content/Card/Styles/TopTen.tsx +0 -411
- package/src/components/Content/Card/Styles/Two.tsx +0 -415
- package/src/components/Content/Card/components/AdsPoster.tsx +0 -202
- package/src/components/Content/Card/components/CardPoster.tsx +0 -258
- package/src/components/Content/Card/components/NavigateToMore.tsx +0 -69
- package/src/components/Content/Card/components/RentOrBuyIcon.tsx +0 -129
- package/src/components/Content/Card/components/ShowAllButton.tsx +0 -92
- package/src/components/Content/Card/components/ThumbnailCard.tsx +0 -234
- package/src/components/Content/Card/components/index.ts +0 -1
- package/src/components/Content/Card/index.ts +0 -30
- package/src/components/Content/Content.tsx +0 -369
- package/src/components/Content/Sections.tsx +0 -273
- package/src/components/ContentView/ContentView.tsx +0 -242
- package/src/components/ContentView/MoreContentList.tsx +0 -326
- package/src/components/ContentView/components/AboutSection.tsx +0 -216
- package/src/components/ContentView/components/CastCard.tsx +0 -265
- package/src/components/ContentView/components/EpisodeCard.tsx +0 -536
- package/src/components/ContentView/components/GenreTags.tsx +0 -132
- package/src/components/ContentView/components/HeroBanner.tsx +0 -372
- package/src/components/ContentView/components/MiniInfo.tsx +0 -292
- package/src/components/ContentView/components/PlayButton.tsx +0 -56
- package/src/components/ContentView/components/Title.tsx +0 -149
- package/src/components/ContentView/components/TrailerButton.tsx +0 -76
- package/src/components/ContentView/index.ts +0 -7
- package/src/components/Fallbacks/NoContentFallback.tsx +0 -176
- package/src/components/Fallbacks/NotFoundFallback.tsx +0 -94
- package/src/components/Fallbacks/index.ts +0 -2
- package/src/components/Headers/AppHeader.tsx +0 -150
- package/src/components/Headers/One.tsx +0 -115
- package/src/components/Headers/Three.tsx +0 -72
- package/src/components/Headers/Two.tsx +0 -100
- package/src/components/Headers/index.ts +0 -16
- package/src/components/Input/Input.ts +0 -16
- package/src/components/Input/InputOne.tsx +0 -259
- package/src/components/Input/InputTwo.tsx +0 -212
- package/src/components/Input/PhoneNumberInput.tsx +0 -429
- package/src/components/Keyboard/HideKeyboard.tsx +0 -88
- package/src/components/Loader/Loader.tsx +0 -28
- package/src/components/Logo/Logo.tsx +0 -126
- package/src/components/Reels/ReelsSeries/MediaControls/BottomControls.tsx +0 -156
- package/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.tsx +0 -234
- package/src/components/Reels/ReelsSeries/MediaControls/MiddleControls.tsx +0 -196
- package/src/components/Reels/ReelsSeries/MediaControls/RightControls.tsx +0 -92
- package/src/components/Reels/ReelsSeries/MediaControls/TopControls.tsx +0 -163
- package/src/components/Reels/ReelsSeries/Model/DetailsModal.tsx +0 -210
- package/src/components/Reels/ReelsSeries/Model/SettingModal.tsx +0 -143
- package/src/components/Reels/ReelsSeries/Model/UnlockModal.tsx +0 -154
- package/src/components/Reels/ReelsSeries/ReelsSeries.tsx +0 -231
- package/src/components/Reels/ReelsSeries/ReelsSeriesItem.tsx +0 -432
- package/src/components/Reels/ReelsSeries/components/AnimatedThreeLines.tsx +0 -184
- package/src/components/Reels/ReelsSeries/components/Episodes.tsx +0 -154
- package/src/components/Reels/ReelsSeries/components/GradientOverlay.tsx +0 -41
- package/src/components/Reels/ReelsSeries/components/Like.tsx +0 -40
- package/src/components/Reels/ReelsSeries/components/RotatingLoader.tsx +0 -79
- package/src/components/Reels/ReelsSeries/components/Synopsis.tsx +0 -332
- package/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.tsx +0 -190
- package/src/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.tsx +0 -80
- package/src/components/Reels/ReelsSeries/components/VideoControls/index.ts +0 -2
- package/src/components/Reels/ReelsSeries/types.ts +0 -38
- package/src/components/Reels/index.ts +0 -8
- package/src/components/Reels/utils/Controls/gestureUtils.ts +0 -42
- package/src/components/Reels/utils/Controls/index.ts +0 -4
- package/src/components/Reels/utils/Controls/overlayUtils.ts +0 -35
- package/src/components/Reels/utils/Controls/videoControlsConstants.ts +0 -25
- package/src/components/Reels/utils/Controls/videoRef.ts +0 -4
- package/src/components/Reels/utils/index.ts +0 -1
- package/src/components/Reels/utils/timeoutUtils.ts +0 -29
- package/src/components/Search/One.tsx +0 -253
- package/src/components/Search/components/RecentSearchesSection.tsx +0 -181
- package/src/components/Search/components/SearchCard.tsx +0 -218
- package/src/components/Search/index.ts +0 -16
- package/src/components/Settings/AppSettings.tsx +0 -428
- package/src/components/Settings/index.ts +0 -1
- package/src/components/Subscription/SubOne.tsx +0 -874
- package/src/components/Subscription/index.ts +0 -12
- package/src/components/TabBar/One.tsx +0 -148
- package/src/components/TabBar/Three.tsx +0 -169
- package/src/components/TabBar/Two.tsx +0 -189
- package/src/components/TabBar/index.ts +0 -20
- package/src/components/Text/Text.tsx +0 -85
- package/src/components/Text/index.ts +0 -5
- package/src/components/User/DeviceSessions/DeviceSessions.tsx +0 -468
- package/src/components/User/ProfileUpdate/ProfileUpdate.tsx +0 -278
- package/src/components/User/PurchaseHistory/PurchaseHistory.tsx +0 -493
- package/src/components/User/WatchHistory/WatchHistory.tsx +0 -226
- package/src/components/User/WatchLater/WatchLater.tsx +0 -396
- package/src/components/User/components/UserAvatar.tsx +0 -120
- package/src/components/User/components/UserSection.tsx +0 -228
- package/src/components/User/index.ts +0 -18
- package/src/components/View/View.tsx +0 -37
- package/src/components/View/index.ts +0 -5
- package/src/components/common/AppStatusBar.tsx +0 -51
- package/src/components/index.ts +0 -28
- package/src/components/layout/SafeAreaWrapper.tsx +0 -45
- package/src/components/layout/index.ts +0 -1
- package/src/constants/dummySections.ts +0 -94
- package/src/hooks/Images/index.ts +0 -2
- package/src/hooks/Images/useImageLoader.ts +0 -206
- package/src/hooks/Images/useImageValidation.ts +0 -36
- package/src/hooks/index.ts +0 -17
- package/src/hooks/useAdTracking.ts +0 -349
- package/src/hooks/useCards.ts +0 -228
- package/src/hooks/useDebounce.ts +0 -35
- package/src/hooks/useKeyboard.ts +0 -43
- package/src/hooks/useNavigationMode.ts +0 -46
- package/src/hooks/usePaginatedSection.ts +0 -101
- package/src/hooks/usePrevious.ts +0 -28
- package/src/hooks/useSafeCallback.ts +0 -43
- package/src/hooks/useSkeletonItems.ts +0 -30
- package/src/hooks/useSplashCache.ts +0 -167
- package/src/hooks/useThemeColors.ts +0 -51
- package/src/index.tsx +0 -8
- package/src/store/RecentSearchesStore.ts +0 -78
- package/src/store/splashStore.ts +0 -91
- package/src/store/themeStore.ts +0 -43
- package/src/theme/ThemeProvider.tsx +0 -99
- package/src/theme/hook/index.ts +0 -2
- package/src/theme/hook/useInternalTheme.ts +0 -89
- package/src/theme/hook/useThemeStatusBar.ts +0 -42
- package/src/theme/index.ts +0 -7
- package/src/theme/themes.ts +0 -333
- package/src/types/content/content-view.types.ts +0 -164
- package/src/types/hook/index.ts +0 -5
- package/src/types/hook/usePaginatedSetion.ts +0 -19
- package/src/types/index.ts +0 -7
- package/src/types/sections/index.ts +0 -84
- package/src/utils/Display.ts +0 -14
- package/src/utils/Formater.ts +0 -14
- package/src/utils/PlatformSelector.ts +0 -29
- package/src/utils/SizeMatters.ts +0 -7
- package/src/utils/Spacing.ts +0 -27
- /package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashLottie/SplashLottie.d.ts +0 -0
- /package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashVideo/SplashVideo.d.ts +0 -0
- /package/lib/typescript/src/components/Auth/{SplashScreen → Two/SplashScreen}/components/SplashImage/SplashImage.d.ts +0 -0
- /package/lib/typescript/src/components/ContentView/{components → One/components}/PlayButton.d.ts +0 -0
- /package/lib/typescript/src/components/ContentView/{components → One/components}/TrailerButton.d.ts +0 -0
|
@@ -1,3377 +0,0 @@
|
|
|
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
|
-
}
|