diff --git a/.eslintrc.json b/.eslintrc.json
new file mode 100644
index 0000000000000000000000000000000000000000..bffb357a7122523ec94045523758c4b825b448ef
--- /dev/null
+++ b/.eslintrc.json
@@ -0,0 +1,3 @@
+{
+ "extends": "next/core-web-vitals"
+}
diff --git a/.gitattributes b/.gitattributes
index a6344aac8c09253b3b630fb776ae94478aa0275b..7df936b9f876dda03b0135e3ec0e8504082bb03f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,35 +1,12 @@
-*.7z filter=lfs diff=lfs merge=lfs -text
-*.arrow filter=lfs diff=lfs merge=lfs -text
-*.bin filter=lfs diff=lfs merge=lfs -text
-*.bz2 filter=lfs diff=lfs merge=lfs -text
-*.ckpt filter=lfs diff=lfs merge=lfs -text
-*.ftz filter=lfs diff=lfs merge=lfs -text
-*.gz filter=lfs diff=lfs merge=lfs -text
-*.h5 filter=lfs diff=lfs merge=lfs -text
-*.joblib filter=lfs diff=lfs merge=lfs -text
-*.lfs.* filter=lfs diff=lfs merge=lfs -text
-*.mlmodel filter=lfs diff=lfs merge=lfs -text
-*.model filter=lfs diff=lfs merge=lfs -text
-*.msgpack filter=lfs diff=lfs merge=lfs -text
-*.npy filter=lfs diff=lfs merge=lfs -text
-*.npz filter=lfs diff=lfs merge=lfs -text
-*.onnx filter=lfs diff=lfs merge=lfs -text
-*.ot filter=lfs diff=lfs merge=lfs -text
-*.parquet filter=lfs diff=lfs merge=lfs -text
-*.pb filter=lfs diff=lfs merge=lfs -text
-*.pickle filter=lfs diff=lfs merge=lfs -text
-*.pkl filter=lfs diff=lfs merge=lfs -text
-*.pt filter=lfs diff=lfs merge=lfs -text
-*.pth filter=lfs diff=lfs merge=lfs -text
-*.rar filter=lfs diff=lfs merge=lfs -text
-*.safetensors filter=lfs diff=lfs merge=lfs -text
-saved_model/**/* filter=lfs diff=lfs merge=lfs -text
-*.tar.* filter=lfs diff=lfs merge=lfs -text
-*.tar filter=lfs diff=lfs merge=lfs -text
-*.tflite filter=lfs diff=lfs merge=lfs -text
-*.tgz filter=lfs diff=lfs merge=lfs -text
-*.wasm filter=lfs diff=lfs merge=lfs -text
-*.xz filter=lfs diff=lfs merge=lfs -text
-*.zip filter=lfs diff=lfs merge=lfs -text
-*.zst filter=lfs diff=lfs merge=lfs -text
-*tfevents* filter=lfs diff=lfs merge=lfs -text
+# Auto detect text files and perform LF normalization
+* text=auto
+public/b1.png filter=lfs diff=lfs merge=lfs -text
+public/b2.jpg filter=lfs diff=lfs merge=lfs -text
+public/b3.jpg filter=lfs diff=lfs merge=lfs -text
+public/b5.jpg filter=lfs diff=lfs merge=lfs -text
+public/b5.png filter=lfs diff=lfs merge=lfs -text
+public/sodaimage/bg.png filter=lfs diff=lfs merge=lfs -text
+public/sodaimage/bg03.png filter=lfs diff=lfs merge=lfs -text
+public/sodaimage/mockup.png filter=lfs diff=lfs merge=lfs -text
+public/works/works02.jpg filter=lfs diff=lfs merge=lfs -text
+public/works/works03.jpg filter=lfs diff=lfs merge=lfs -text
diff --git a/.gitignore b/.gitignore
index 4d29575de80483b005c29bfcac5061cd2f45313e..fd3dbb571a12a1c3baf000db049e141c888d05a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,20 +4,33 @@
/node_modules
/.pnp
.pnp.js
+.yarn/install-state.gz
# testing
/coverage
+# next.js
+/.next/
+/out/
+
# production
/build
# misc
.DS_Store
-.env.local
-.env.development.local
-.env.test.local
-.env.production.local
+*.pem
+# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
+
+# local env files
+.env*.local
+
+# vercel
+.vercel
+
+# typescript
+*.tsbuildinfo
+next-env.d.ts
diff --git a/README.md b/README.md
index 41b79ce1b7ed5f829c7dded674b953cdf66c10c1..b7ab9559a3dafac2470b545a7bce821e3f68f8ac 100644
--- a/README.md
+++ b/README.md
@@ -1,81 +1,50 @@
----
-title: Web Agency
-emoji: 🐠
-colorFrom: indigo
-colorTo: red
-sdk: static
-pinned: false
-app_build_command: npm run build
-app_file: build/index.html
----
+# Agency Website
-# Getting Started with Create React App
+Welcome to the **Agency Website** project! This is a modern, responsive website template built using **Next.js**. It's designed to showcase agency services with a sleek and interactive design, incorporating 3D elements using **Spline**, and animations with **Framer Motion**. The website is styled with **Tailwind CSS** and developed with **TypeScript** for robust type safety.
-This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
-## Available Scripts
+## 🔗 Live Demo
-In the project directory, you can run:
+Check out the live version of the Agency Website:
+[**Live Demo**](https://agency01.vercel.app/)
-### `npm start`
+## 🚀 Purpose
-Runs the app in the development mode.\
-Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
+The goal of this project is to provide a visually stunning and interactive website template for agencies. The website features:
-The page will reload when you make changes.\
-You may also see any lint errors in the console.
+- A modern, professional design.
+- 3D elements and animations to enhance user experience.
+- Responsive layout to ensure optimal viewing on all devices.
-### `npm test`
+Built with **Next.js** for server-side rendering and static site generation, **Tailwind CSS** for utility-first styling, **Framer Motion** for animations, **Spline** for 3D graphics, and **TypeScript** for type safety, this template offers both flexibility and performance.
-Launches the test runner in the interactive watch mode.\
-See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
+## 🛠️ Frameworks & Technologies
-### `npm run build`
+This project utilizes the following technologies:
-Builds the app for production to the `build` folder.\
-It correctly bundles React in production mode and optimizes the build for the best performance.
+- **Next.js** - React framework for server-side rendering (SSR) and static site generation (SSG).
+- **React** - For building the user interface with reusable components.
+- **Tailwind CSS** - For utility-first styling and responsive design.
+- **Framer Motion** - For smooth animations and interactive elements.
+- **Spline** - For integrating 3D graphics into the website.
+- **TypeScript** - For static type checking and improved code quality.
-The build is minified and the filenames include the hashes.\
-Your app is ready to be deployed!
+## 📝 Setup & Customization
-See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
+To get started with the project:
-### `npm run eject`
+```bash
+# Clone the repository
+git clone https://github.com/charltonkdev/agency-website.git
-**Note: this is a one-way operation. Once you `eject`, you can't go back!**
+# Navigate to the project folder
+cd agency-website
-If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
+# Install dependencies
+npm install
-Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
+# Run the development server
+npm run dev
-You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
-
-## Learn More
-
-You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
-
-To learn React, check out the [React documentation](https://reactjs.org/).
-
-### Code Splitting
-
-This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
-
-### Analyzing the Bundle Size
-
-This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
-
-### Making a Progressive Web App
-
-This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
-
-### Advanced Configuration
-
-This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
-
-### Deployment
-
-This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
-
-### `npm run build` fails to minify
-
-This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
+# Open http://localhost:3000 in your browser to view the project
+```
diff --git a/next.config.mjs b/next.config.mjs
new file mode 100644
index 0000000000000000000000000000000000000000..da5bc8f622d29e994096390bdeb799bee949498d
--- /dev/null
+++ b/next.config.mjs
@@ -0,0 +1,6 @@
+/** @type {import('next').NextConfig} */
+const nextConfig = {
+ };
+
+ export default nextConfig;
+
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000000000000000000000000000000000000..c4634f0fa456aa0d8bf51872f7a2878e6834c504
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,6471 @@
+{
+ "name": "agency01",
+ "version": "0.1.0",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "agency01",
+ "version": "0.1.0",
+ "dependencies": {
+ "@react-three/drei": "^9.108.3",
+ "@react-three/fiber": "^8.16.8",
+ "@splinetool/react-spline": "^4.0.0",
+ "@splinetool/runtime": "^1.8.9",
+ "@studio-freight/lenis": "^1.0.42",
+ "@tabler/icons-react": "^3.9.0",
+ "@tsparticles/engine": "^3.5.0",
+ "@tsparticles/react": "^3.0.0",
+ "@tsparticles/slim": "^3.5.0",
+ "clsx": "^2.1.1",
+ "framer-motion": "^11.2.14",
+ "gsap": "^3.12.5",
+ "lenis": "^1.1.5",
+ "locomotive-scroll": "^4.1.4",
+ "mini-svg-data-uri": "^1.4.4",
+ "next": "14.2.4",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "react-feather": "^2.0.10",
+ "react-icons": "^5.2.1",
+ "sass": "^1.77.6",
+ "simplex-noise": "^4.0.1",
+ "tailwind-merge": "^2.4.0",
+ "tailwindcss-animate": "^1.0.7",
+ "three": "^0.166.1",
+ "three-globe": "^2.31.1"
+ },
+ "devDependencies": {
+ "@types/locomotive-scroll": "^4.1.3",
+ "@types/node": "^20",
+ "@types/react": "^18",
+ "@types/react-dom": "^18",
+ "eslint": "^8",
+ "eslint-config-next": "14.2.4",
+ "postcss": "^8",
+ "tailwindcss": "^3.4.1",
+ "typescript": "^5"
+ }
+ },
+ "node_modules/@alloc/quick-lru": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
+ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@babel/runtime": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz",
+ "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==",
+ "dependencies": {
+ "regenerator-runtime": "^0.14.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@darkroom.engineering/tempus": {
+ "version": "0.0.46",
+ "resolved": "https://registry.npmjs.org/@darkroom.engineering/tempus/-/tempus-0.0.46.tgz",
+ "integrity": "sha512-s5vav3KMHYezvUCl4ee5epg0oimF6M8C9gAaKxFnFaTvX2q3ywFDryIv6XLd0mRFUt3S1uHDJqKaiEcs2ZVSvw=="
+ },
+ "node_modules/@eslint-community/eslint-utils": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
+ "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
+ "dev": true,
+ "dependencies": {
+ "eslint-visitor-keys": "^3.3.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
+ }
+ },
+ "node_modules/@eslint-community/regexpp": {
+ "version": "4.11.0",
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz",
+ "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==",
+ "dev": true,
+ "engines": {
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc": {
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
+ "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
+ "dev": true,
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^9.6.0",
+ "globals": "^13.19.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.1.2",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@eslint/js": {
+ "version": "8.57.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
+ "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
+ "dev": true,
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@humanwhocodes/config-array": {
+ "version": "0.11.14",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
+ "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
+ "deprecated": "Use @eslint/config-array instead",
+ "dev": true,
+ "dependencies": {
+ "@humanwhocodes/object-schema": "^2.0.2",
+ "debug": "^4.3.1",
+ "minimatch": "^3.0.5"
+ },
+ "engines": {
+ "node": ">=10.10.0"
+ }
+ },
+ "node_modules/@humanwhocodes/module-importer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
+ "dev": true,
+ "engines": {
+ "node": ">=12.22"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@humanwhocodes/object-schema": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
+ "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
+ "deprecated": "Use @eslint/object-schema instead",
+ "dev": true
+ },
+ "node_modules/@isaacs/cliui": {
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
+ "dependencies": {
+ "string-width": "^5.1.2",
+ "string-width-cjs": "npm:string-width@^4.2.0",
+ "strip-ansi": "^7.0.1",
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
+ "wrap-ansi": "^8.1.0",
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ }
+ },
+ "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dependencies": {
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/@jridgewell/gen-mapping": {
+ "version": "0.3.5",
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
+ "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
+ "dependencies": {
+ "@jridgewell/set-array": "^1.2.1",
+ "@jridgewell/sourcemap-codec": "^1.4.10",
+ "@jridgewell/trace-mapping": "^0.3.24"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/resolve-uri": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/set-array": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
+ "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/sourcemap-codec": {
+ "version": "1.4.15",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
+ "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
+ },
+ "node_modules/@jridgewell/trace-mapping": {
+ "version": "0.3.25",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
+ "dependencies": {
+ "@jridgewell/resolve-uri": "^3.1.0",
+ "@jridgewell/sourcemap-codec": "^1.4.14"
+ }
+ },
+ "node_modules/@mediapipe/tasks-vision": {
+ "version": "0.10.8",
+ "resolved": "https://registry.npmjs.org/@mediapipe/tasks-vision/-/tasks-vision-0.10.8.tgz",
+ "integrity": "sha512-Rp7ll8BHrKB3wXaRFKhrltwZl1CiXGdibPxuWXvqGnKTnv8fqa/nvftYNuSbf+pbJWKYCXdBtYTITdAUTGGh0Q=="
+ },
+ "node_modules/@monogrid/gainmap-js": {
+ "version": "3.0.5",
+ "resolved": "https://registry.npmjs.org/@monogrid/gainmap-js/-/gainmap-js-3.0.5.tgz",
+ "integrity": "sha512-53sCTG4FaJBaAq/tcufARtVYDMDGqyBT9i7F453pWGhZ5LqubDHDWtYoHo9VhQqMcHTEexdJqSsR58y+9HVmQA==",
+ "dependencies": {
+ "promise-worker-transferable": "^1.0.4"
+ },
+ "peerDependencies": {
+ "three": ">= 0.159.0"
+ }
+ },
+ "node_modules/@next/env": {
+ "version": "14.2.4",
+ "resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.4.tgz",
+ "integrity": "sha512-3EtkY5VDkuV2+lNmKlbkibIJxcO4oIHEhBWne6PaAp+76J9KoSsGvNikp6ivzAT8dhhBMYrm6op2pS1ApG0Hzg=="
+ },
+ "node_modules/@next/eslint-plugin-next": {
+ "version": "14.2.4",
+ "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.4.tgz",
+ "integrity": "sha512-svSFxW9f3xDaZA3idQmlFw7SusOuWTpDTAeBlO3AEPDltrraV+lqs7mAc6A27YdnpQVVIA3sODqUAAHdWhVWsA==",
+ "dev": true,
+ "dependencies": {
+ "glob": "10.3.10"
+ }
+ },
+ "node_modules/@next/swc-darwin-arm64": {
+ "version": "14.2.4",
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.4.tgz",
+ "integrity": "sha512-AH3mO4JlFUqsYcwFUHb1wAKlebHU/Hv2u2kb1pAuRanDZ7pD/A/KPD98RHZmwsJpdHQwfEc/06mgpSzwrJYnNg==",
+ "cpu": [
+ "arm64"
+ ],
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@next/swc-darwin-x64": {
+ "version": "14.2.4",
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.4.tgz",
+ "integrity": "sha512-QVadW73sWIO6E2VroyUjuAxhWLZWEpiFqHdZdoQ/AMpN9YWGuHV8t2rChr0ahy+irKX5mlDU7OY68k3n4tAZTg==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@next/swc-linux-arm64-gnu": {
+ "version": "14.2.4",
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.4.tgz",
+ "integrity": "sha512-KT6GUrb3oyCfcfJ+WliXuJnD6pCpZiosx2X3k66HLR+DMoilRb76LpWPGb4tZprawTtcnyrv75ElD6VncVamUQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@next/swc-linux-arm64-musl": {
+ "version": "14.2.4",
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.4.tgz",
+ "integrity": "sha512-Alv8/XGSs/ytwQcbCHwze1HmiIkIVhDHYLjczSVrf0Wi2MvKn/blt7+S6FJitj3yTlMwMxII1gIJ9WepI4aZ/A==",
+ "cpu": [
+ "arm64"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@next/swc-linux-x64-gnu": {
+ "version": "14.2.4",
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.4.tgz",
+ "integrity": "sha512-ze0ShQDBPCqxLImzw4sCdfnB3lRmN3qGMB2GWDRlq5Wqy4G36pxtNOo2usu/Nm9+V2Rh/QQnrRc2l94kYFXO6Q==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@next/swc-linux-x64-musl": {
+ "version": "14.2.4",
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.4.tgz",
+ "integrity": "sha512-8dwC0UJoc6fC7PX70csdaznVMNr16hQrTDAMPvLPloazlcaWfdPogq+UpZX6Drqb1OBlwowz8iG7WR0Tzk/diQ==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@next/swc-win32-arm64-msvc": {
+ "version": "14.2.4",
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.4.tgz",
+ "integrity": "sha512-jxyg67NbEWkDyvM+O8UDbPAyYRZqGLQDTPwvrBBeOSyVWW/jFQkQKQ70JDqDSYg1ZDdl+E3nkbFbq8xM8E9x8A==",
+ "cpu": [
+ "arm64"
+ ],
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@next/swc-win32-ia32-msvc": {
+ "version": "14.2.4",
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.4.tgz",
+ "integrity": "sha512-twrmN753hjXRdcrZmZttb/m5xaCBFa48Dt3FbeEItpJArxriYDunWxJn+QFXdJ3hPkm4u7CKxncVvnmgQMY1ag==",
+ "cpu": [
+ "ia32"
+ ],
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@next/swc-win32-x64-msvc": {
+ "version": "14.2.4",
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.4.tgz",
+ "integrity": "sha512-tkLrjBzqFTP8DVrAAQmZelEahfR9OxWpFR++vAI9FBhCiIxtwHwBHC23SBHCTURBtwB4kc/x44imVOnkKGNVGg==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@pkgjs/parseargs": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
+ "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
+ "optional": true,
+ "engines": {
+ "node": ">=14"
+ }
+ },
+ "node_modules/@react-spring/animated": {
+ "version": "9.6.1",
+ "resolved": "https://registry.npmjs.org/@react-spring/animated/-/animated-9.6.1.tgz",
+ "integrity": "sha512-ls/rJBrAqiAYozjLo5EPPLLOb1LM0lNVQcXODTC1SMtS6DbuBCPaKco5svFUQFMP2dso3O+qcC4k9FsKc0KxMQ==",
+ "dependencies": {
+ "@react-spring/shared": "~9.6.1",
+ "@react-spring/types": "~9.6.1"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
+ }
+ },
+ "node_modules/@react-spring/core": {
+ "version": "9.6.1",
+ "resolved": "https://registry.npmjs.org/@react-spring/core/-/core-9.6.1.tgz",
+ "integrity": "sha512-3HAAinAyCPessyQNNXe5W0OHzRfa8Yo5P748paPcmMowZ/4sMfaZ2ZB6e5x5khQI8NusOHj8nquoutd6FRY5WQ==",
+ "dependencies": {
+ "@react-spring/animated": "~9.6.1",
+ "@react-spring/rafz": "~9.6.1",
+ "@react-spring/shared": "~9.6.1",
+ "@react-spring/types": "~9.6.1"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/react-spring/donate"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
+ }
+ },
+ "node_modules/@react-spring/rafz": {
+ "version": "9.6.1",
+ "resolved": "https://registry.npmjs.org/@react-spring/rafz/-/rafz-9.6.1.tgz",
+ "integrity": "sha512-v6qbgNRpztJFFfSE3e2W1Uz+g8KnIBs6SmzCzcVVF61GdGfGOuBrbjIcp+nUz301awVmREKi4eMQb2Ab2gGgyQ=="
+ },
+ "node_modules/@react-spring/shared": {
+ "version": "9.6.1",
+ "resolved": "https://registry.npmjs.org/@react-spring/shared/-/shared-9.6.1.tgz",
+ "integrity": "sha512-PBFBXabxFEuF8enNLkVqMC9h5uLRBo6GQhRMQT/nRTnemVENimgRd+0ZT4yFnAQ0AxWNiJfX3qux+bW2LbG6Bw==",
+ "dependencies": {
+ "@react-spring/rafz": "~9.6.1",
+ "@react-spring/types": "~9.6.1"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
+ }
+ },
+ "node_modules/@react-spring/three": {
+ "version": "9.6.1",
+ "resolved": "https://registry.npmjs.org/@react-spring/three/-/three-9.6.1.tgz",
+ "integrity": "sha512-Tyw2YhZPKJAX3t2FcqvpLRb71CyTe1GvT3V+i+xJzfALgpk10uPGdGaQQ5Xrzmok1340DAeg2pR/MCfaW7b8AA==",
+ "dependencies": {
+ "@react-spring/animated": "~9.6.1",
+ "@react-spring/core": "~9.6.1",
+ "@react-spring/shared": "~9.6.1",
+ "@react-spring/types": "~9.6.1"
+ },
+ "peerDependencies": {
+ "@react-three/fiber": ">=6.0",
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "three": ">=0.126"
+ }
+ },
+ "node_modules/@react-spring/types": {
+ "version": "9.6.1",
+ "resolved": "https://registry.npmjs.org/@react-spring/types/-/types-9.6.1.tgz",
+ "integrity": "sha512-POu8Mk0hIU3lRXB3bGIGe4VHIwwDsQyoD1F394OK7STTiX9w4dG3cTLljjYswkQN+hDSHRrj4O36kuVa7KPU8Q=="
+ },
+ "node_modules/@react-three/drei": {
+ "version": "9.108.3",
+ "resolved": "https://registry.npmjs.org/@react-three/drei/-/drei-9.108.3.tgz",
+ "integrity": "sha512-414jioJq9hGaq24kCfwCZ2mQ9HLkikICTmDjxU5eHaOYwT6MiSrfxZnFDsUNWUwY0GeuF9M8hJjsGagCtGA22Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.11.2",
+ "@mediapipe/tasks-vision": "0.10.8",
+ "@monogrid/gainmap-js": "^3.0.5",
+ "@react-spring/three": "~9.6.1",
+ "@use-gesture/react": "^10.2.24",
+ "camera-controls": "^2.4.2",
+ "cross-env": "^7.0.3",
+ "detect-gpu": "^5.0.28",
+ "glsl-noise": "^0.0.0",
+ "hls.js": "1.3.5",
+ "maath": "^0.10.7",
+ "meshline": "^3.1.6",
+ "react-composer": "^5.0.3",
+ "stats-gl": "^2.0.0",
+ "stats.js": "^0.17.0",
+ "suspend-react": "^0.1.3",
+ "three-mesh-bvh": "^0.7.0",
+ "three-stdlib": "^2.29.9",
+ "troika-three-text": "^0.49.0",
+ "tunnel-rat": "^0.1.2",
+ "utility-types": "^3.10.0",
+ "uuid": "^9.0.1",
+ "zustand": "^3.7.1"
+ },
+ "peerDependencies": {
+ "@react-three/fiber": ">=8.0",
+ "react": ">=18.0",
+ "react-dom": ">=18.0",
+ "three": ">=0.137"
+ },
+ "peerDependenciesMeta": {
+ "react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@react-three/fiber": {
+ "version": "8.16.8",
+ "resolved": "https://registry.npmjs.org/@react-three/fiber/-/fiber-8.16.8.tgz",
+ "integrity": "sha512-Lc8fjATtvQEfSd8d5iKdbpHtRm/aPMeFj7jQvp6TNHfpo8IQTW3wwcE1ZMrGGoUH+w2mnyS+0MK1NLPLnuzGkQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.17.8",
+ "@types/react-reconciler": "^0.26.7",
+ "@types/webxr": "*",
+ "base64-js": "^1.5.1",
+ "buffer": "^6.0.3",
+ "its-fine": "^1.0.6",
+ "react-reconciler": "^0.27.0",
+ "react-use-measure": "^2.1.1",
+ "scheduler": "^0.21.0",
+ "suspend-react": "^0.1.3",
+ "zustand": "^3.7.1"
+ },
+ "peerDependencies": {
+ "expo": ">=43.0",
+ "expo-asset": ">=8.4",
+ "expo-file-system": ">=11.0",
+ "expo-gl": ">=11.0",
+ "react": ">=18.0",
+ "react-dom": ">=18.0",
+ "react-native": ">=0.64",
+ "three": ">=0.133"
+ },
+ "peerDependenciesMeta": {
+ "expo": {
+ "optional": true
+ },
+ "expo-asset": {
+ "optional": true
+ },
+ "expo-file-system": {
+ "optional": true
+ },
+ "expo-gl": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ },
+ "react-native": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@rushstack/eslint-patch": {
+ "version": "1.10.3",
+ "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.3.tgz",
+ "integrity": "sha512-qC/xYId4NMebE6w/V33Fh9gWxLgURiNYgVNObbJl2LZv0GUUItCcCqC5axQSwRaAgaxl2mELq1rMzlswaQ0Zxg==",
+ "dev": true
+ },
+ "node_modules/@splinetool/react-spline": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/@splinetool/react-spline/-/react-spline-4.0.0.tgz",
+ "integrity": "sha512-FqrV7/K2q998Y0t83QUauQxsifKWAg9CFZoSb64qRuH7IfHkDs5/OgU1ACkg0aTgsEPtFlH+kATQ+8X6MrizHQ==",
+ "dependencies": {
+ "blurhash": "2.0.5",
+ "lodash.debounce": "4.0.8",
+ "react-merge-refs": "2.1.1",
+ "thumbhash": "0.1.1"
+ },
+ "peerDependencies": {
+ "@splinetool/runtime": "*",
+ "next": ">=14.2.0",
+ "react": "*",
+ "react-dom": "*"
+ },
+ "peerDependenciesMeta": {
+ "next": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@splinetool/runtime": {
+ "version": "1.8.9",
+ "resolved": "https://registry.npmjs.org/@splinetool/runtime/-/runtime-1.8.9.tgz",
+ "integrity": "sha512-YoqtdtQNWI7FPHpNpiHn2UZdc72YraOIEWAPGqFpJQ5+KGnVc3pmRNNjLJ4wR0CmUiiePeclKT3rj3vk1pdw+w==",
+ "dependencies": {
+ "on-change": "^4.0.0",
+ "semver-compare": "^1.0.0"
+ }
+ },
+ "node_modules/@studio-freight/lenis": {
+ "version": "1.0.42",
+ "resolved": "https://registry.npmjs.org/@studio-freight/lenis/-/lenis-1.0.42.tgz",
+ "integrity": "sha512-HJAGf2DeM+BTvKzHv752z6Z7zy6bA643nZM7W88Ft9tnw2GsJSp6iJ+3cekjyMIWH+cloL2U9X82dKXgdU8kPg==",
+ "deprecated": "'@studio-freight/lenis' has been renamed to just 'lenis', run 'npx @darkroom.engineering/codemods' to update your dependecies accordingly."
+ },
+ "node_modules/@swc/counter": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
+ "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ=="
+ },
+ "node_modules/@swc/helpers": {
+ "version": "0.5.5",
+ "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.5.tgz",
+ "integrity": "sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==",
+ "dependencies": {
+ "@swc/counter": "^0.1.3",
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@tabler/icons": {
+ "version": "3.9.0",
+ "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.9.0.tgz",
+ "integrity": "sha512-wZAwEu4iI0WmUA/bjstzNYri13D8X14f/SCRrzr2MyU+WP/6Vd+xq4YLM52dOS8V6ZVt+ujuE9IFkuJdsdSVAQ==",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ }
+ },
+ "node_modules/@tabler/icons-react": {
+ "version": "3.9.0",
+ "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.9.0.tgz",
+ "integrity": "sha512-7Fbcrb5LYBGd9rwfkgrJsvLYGqPqO4WV3u6lfqE2wRzEVcevDQcdvo8toKp5Jcc66MPMEmMg+/tnUGwFIKQmUQ==",
+ "dependencies": {
+ "@tabler/icons": "3.9.0"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
+ "peerDependencies": {
+ "react": ">= 16"
+ }
+ },
+ "node_modules/@tsparticles/basic": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/basic/-/basic-3.5.0.tgz",
+ "integrity": "sha512-oty33TxM2aHWrzcwWRic1bQ04KBCdpnvzv8JXEkx5Uyp70vgVegUbtKmwGki3shqKZIt3v2qE4I8NsK6onhLrA==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0",
+ "@tsparticles/move-base": "^3.5.0",
+ "@tsparticles/shape-circle": "^3.5.0",
+ "@tsparticles/updater-color": "^3.5.0",
+ "@tsparticles/updater-opacity": "^3.5.0",
+ "@tsparticles/updater-out-modes": "^3.5.0",
+ "@tsparticles/updater-size": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/engine": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/engine/-/engine-3.5.0.tgz",
+ "integrity": "sha512-RCwrJ2SvSYdhXJ24oUCjSUKEZQ9lXwObOWMvfMC9vS6/bk+Qo0N7Xx8AfumqzP/LebB1YJdlCvuoJMauAon0Pg==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "hasInstallScript": true
+ },
+ "node_modules/@tsparticles/interaction-external-attract": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/interaction-external-attract/-/interaction-external-attract-3.5.0.tgz",
+ "integrity": "sha512-BQYjoHtq7yaETSvPtzKt93OO9MZ1WuDZj7cFPG+iujNekXiwhLRQ89a+QMcsTrCLx70KLJ7SuTzQL5MT1/kb2Q==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/interaction-external-bounce": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/interaction-external-bounce/-/interaction-external-bounce-3.5.0.tgz",
+ "integrity": "sha512-H/0//dn4zwKes8zWIjolfeokL0VAlj+EkK7LUhznPhPu+Gt+h6aJqPlwC2MdI5Rvcnps8dT7YoCBWBQ4tJH6zg==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/interaction-external-bubble": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/interaction-external-bubble/-/interaction-external-bubble-3.5.0.tgz",
+ "integrity": "sha512-xTS4PQDMC5j9qOAFTC1M9DfBTJl8P8M41ySGtZHnCvVqG0oLlLSw15msniamjXyaoA4tZvBPM6G+GmFdgE9w1A==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/interaction-external-connect": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/interaction-external-connect/-/interaction-external-connect-3.5.0.tgz",
+ "integrity": "sha512-VSpyZ0P8Hu4nq6C917X3tnwEROfGjrm0ivWJmbBv/lFJ9euZ2VeezeITNZNtNvt/hS5vLI8npDetB/wtd994HQ==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/interaction-external-grab": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/interaction-external-grab/-/interaction-external-grab-3.5.0.tgz",
+ "integrity": "sha512-WOTWSGVerlfJZ9zwq8Eyutq1h0LAr1hI/Fs8j7s5qabZjxPzUBV8rhgghZ/nGrHEiB6j8SW4XMHkN6XR0VM9Ww==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/interaction-external-pause": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/interaction-external-pause/-/interaction-external-pause-3.5.0.tgz",
+ "integrity": "sha512-Hnj1mBH5X3d3zwTP6R+tYn45uTq5XGLDINhEzl30EAjXK30LQe8/RgE91O4CsMSrlTmouG0OuHYGC3nyrn/dcw==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/interaction-external-push": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/interaction-external-push/-/interaction-external-push-3.5.0.tgz",
+ "integrity": "sha512-8UNt5lYRhydDJCK7AznR3s1nJj3OCeLcDknARoq7hATdI+G151QAubD9NUUURCZ1GdXpftT5Bh0Bl1YtiZwOhg==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/interaction-external-remove": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/interaction-external-remove/-/interaction-external-remove-3.5.0.tgz",
+ "integrity": "sha512-+qiVRnR8xywg++gn8fagwpuQVh0WWKxIMkY6l6lMw9UoXz8L6MUVgvWaT632EVmkrTgM43pZ1m0W3m9aBY9rZw==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/interaction-external-repulse": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/interaction-external-repulse/-/interaction-external-repulse-3.5.0.tgz",
+ "integrity": "sha512-lTF7iLqCCQ3AbQSDVTpE3TihoVvI322/5QTqQmwylrrmjbDxGu4Hym4BHK5GqDHOdodOnwU2DWjRF5cRx3aPPg==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/interaction-external-slow": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/interaction-external-slow/-/interaction-external-slow-3.5.0.tgz",
+ "integrity": "sha512-KYp1GWbXdnLunFvHJt2YMZMMITebAt0XkzisKoSe+rfvoCbcMGXI2XvDYb0UkGvd8sKTSnHcn7cGH8dhVXXYaQ==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/interaction-particles-attract": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/interaction-particles-attract/-/interaction-particles-attract-3.5.0.tgz",
+ "integrity": "sha512-ICnT9+9ZxINh5ZijyxjFXOOMC/jNQgOXPe+5MxgK/WYXE8mRbRzsOdaxiS3zK5PSFlqtztn189anDbfqcHDutQ==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/interaction-particles-collisions": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/interaction-particles-collisions/-/interaction-particles-collisions-3.5.0.tgz",
+ "integrity": "sha512-KrfyXy4l6nW2z0An2FE4z5R4rEiIONYPcDpkBhWqQK+pyLkHhtGYmqmP7Pb22IC9noFzjOCaR5CNVjWP7B+1vA==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/interaction-particles-links": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/interaction-particles-links/-/interaction-particles-links-3.5.0.tgz",
+ "integrity": "sha512-ZdIixcGcRJMxCq4zxeRAzzbbuN5vVoy3pDDLaO3mnWnfJWywkYZToV0XvOUaHUT2AkUuKa9ZuQKx0LO3z1AO+w==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/move-base": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/move-base/-/move-base-3.5.0.tgz",
+ "integrity": "sha512-9oDk7zTxyhUCstj3lHTNTiWAgqIBzWa2o1tVQFK63Qwq+/WxzJCSwZOocC9PAHGM1IP6nA4zYJSfjbMBTrUocA==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/move-parallax": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/move-parallax/-/move-parallax-3.5.0.tgz",
+ "integrity": "sha512-1NC2OGsbdLc5T4uiRqq7i24b9FIhfaLnx4wVtOQjX48jWfy/ZKOdIEYLFKOPHnaMI0MjinJTNXLi9i6zVNCobg==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/plugin-easing-quad": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/plugin-easing-quad/-/plugin-easing-quad-3.5.0.tgz",
+ "integrity": "sha512-Pd44hTiVlaaeQZwRlP+ih8jKmWuIQdkpPUJS0Qwzeck2nfK01IAflDJoxXxGF53vA8QOrz/K6VdVQJShD8yCsg==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/react": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/react/-/react-3.0.0.tgz",
+ "integrity": "sha512-hjGEtTT1cwv6BcjL+GcVgH++KYs52bIuQGW3PWv7z3tMa8g0bd6RI/vWSLj7p//NZ3uTjEIeilYIUPBh7Jfq/Q==",
+ "peerDependencies": {
+ "@tsparticles/engine": "^3.0.2",
+ "react": ">=16.8.0",
+ "react-dom": ">=16.8.0"
+ }
+ },
+ "node_modules/@tsparticles/shape-circle": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/shape-circle/-/shape-circle-3.5.0.tgz",
+ "integrity": "sha512-59TmXkeeI6Jzv5vt/D3TkclglabaoEXQi2kbDjSCBK68SXRHzlQu29mSAL41Y5S0Ft5ZJKkAQHX1IqEnm8Hyjg==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/shape-emoji": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/shape-emoji/-/shape-emoji-3.5.0.tgz",
+ "integrity": "sha512-cxWHxQxnG5vLDltkoxdo7KS87uKPwQgf4SDWy/WCxW4Psm1TEeeSGYMJPVed+wWPspOKmLb7u8OaEexgE2pHHQ==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/shape-image": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/shape-image/-/shape-image-3.5.0.tgz",
+ "integrity": "sha512-lWYg7DTv74dSOnXy+4dr7t1/OSuUmxDpIo12Lbxgx/QBN7A5I/HoqbKcs13TSA0RS1hcuMgtti07BcDTEYW3Dw==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/shape-line": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/shape-line/-/shape-line-3.5.0.tgz",
+ "integrity": "sha512-Qc4jwFEi/VnwmGwQBO/kCJEfNYdKHpeXfrdcqmm9c1B4iYHHDoaXJp6asMTggEfeAWu7fyPaO/7MURiPEqg7Hg==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/shape-polygon": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/shape-polygon/-/shape-polygon-3.5.0.tgz",
+ "integrity": "sha512-sqYL+YXpnq3nSWcOEGZaJ4Z7Cb7x8M0iORSLpPdNEIvwDKdPczYyQM95D8ep19Pv1CV5L0uRthV36wg7UpnJ9Q==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/shape-square": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/shape-square/-/shape-square-3.5.0.tgz",
+ "integrity": "sha512-rPHpA4Pzm1W5DIIow+lQS+VS7D2thSBQQbV9eHxb933Wh0/QC3me3w4vovuq7hdtVANhsUVO04n44Gc/2TgHkw==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/shape-star": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/shape-star/-/shape-star-3.5.0.tgz",
+ "integrity": "sha512-EDEJc4MYv3UbOeA3wrZjuJVtZ08PdCzzBij3T/7Tp3HUCf/p9XnfHBd/CPR5Mo6X0xpGfrein8UQN9CjGLHwUA==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/slim": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/slim/-/slim-3.5.0.tgz",
+ "integrity": "sha512-CKx3VtzsY0fs/dQc41PYtL3edm1z2sBROTgvz3adwqMyTWkQGnjLQhsM777Ebb6Yjf5Jxu4TzWOBc2HO7Cstkg==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "dependencies": {
+ "@tsparticles/basic": "^3.5.0",
+ "@tsparticles/engine": "^3.5.0",
+ "@tsparticles/interaction-external-attract": "^3.5.0",
+ "@tsparticles/interaction-external-bounce": "^3.5.0",
+ "@tsparticles/interaction-external-bubble": "^3.5.0",
+ "@tsparticles/interaction-external-connect": "^3.5.0",
+ "@tsparticles/interaction-external-grab": "^3.5.0",
+ "@tsparticles/interaction-external-pause": "^3.5.0",
+ "@tsparticles/interaction-external-push": "^3.5.0",
+ "@tsparticles/interaction-external-remove": "^3.5.0",
+ "@tsparticles/interaction-external-repulse": "^3.5.0",
+ "@tsparticles/interaction-external-slow": "^3.5.0",
+ "@tsparticles/interaction-particles-attract": "^3.5.0",
+ "@tsparticles/interaction-particles-collisions": "^3.5.0",
+ "@tsparticles/interaction-particles-links": "^3.5.0",
+ "@tsparticles/move-parallax": "^3.5.0",
+ "@tsparticles/plugin-easing-quad": "^3.5.0",
+ "@tsparticles/shape-emoji": "^3.5.0",
+ "@tsparticles/shape-image": "^3.5.0",
+ "@tsparticles/shape-line": "^3.5.0",
+ "@tsparticles/shape-polygon": "^3.5.0",
+ "@tsparticles/shape-square": "^3.5.0",
+ "@tsparticles/shape-star": "^3.5.0",
+ "@tsparticles/updater-life": "^3.5.0",
+ "@tsparticles/updater-rotate": "^3.5.0",
+ "@tsparticles/updater-stroke-color": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/updater-color": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/updater-color/-/updater-color-3.5.0.tgz",
+ "integrity": "sha512-TGGgiLixIg37sst2Fj9IV4XbdMwkT6PYanM7qEqyfmv4hJ/RHMQlCznEe6b7OhChQVBg5ov5EMl/BT4/fIWEYw==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/updater-life": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/updater-life/-/updater-life-3.5.0.tgz",
+ "integrity": "sha512-jlMEq16dwN+rZmW/UmLdqaCe4W0NFrVdmXkZV8QWYgu06a+Ucslz337nHYaP89/9rZWpNua/uq1JDjDzaVD5Jg==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/updater-opacity": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/updater-opacity/-/updater-opacity-3.5.0.tgz",
+ "integrity": "sha512-T2YfqdIFV/f5VOg1JQsXu6/owdi9g9K2wrJlBfgteo+IboVp6Lcuo4PGAfilWVkWrTdp1Nz4mz39NrLHfOce2g==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/updater-out-modes": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/updater-out-modes/-/updater-out-modes-3.5.0.tgz",
+ "integrity": "sha512-y6NZe2OSk5SrYdaLwUIQnHICsNEDIdPPJHQ2nAWSvAuPJphlSKjUknc7OaGiFwle6l0OkhWoZZe1rV1ktbw/lA==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/updater-rotate": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/updater-rotate/-/updater-rotate-3.5.0.tgz",
+ "integrity": "sha512-j4qPHQd1eUmDoGnIJOsVswHLqtTof1je+b2GTOLB3WIoKmlyUpzQYjVc7PNfLMuCEUubwpZCfcd/vC80VZeWkg==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/updater-size": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/updater-size/-/updater-size-3.5.0.tgz",
+ "integrity": "sha512-TnWlOChBsVZffT2uO0S4ALGSzxT6UAMIVlhGMGFgSeIlktKMqM+dxDGAPrYa1n8IS2dkVGisiXzsV0Ss6Ceu1A==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@tsparticles/updater-stroke-color": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/@tsparticles/updater-stroke-color/-/updater-stroke-color-3.5.0.tgz",
+ "integrity": "sha512-29X1zER+W9IBDv0nTD/jRXnu5rEU7uv7+W1N0B6leBipjAY24sg7Kub2SvXAaBKz6kHHWuCeccBOwIiiTpDqMA==",
+ "dependencies": {
+ "@tsparticles/engine": "^3.5.0"
+ }
+ },
+ "node_modules/@turf/boolean-point-in-polygon": {
+ "version": "6.5.0",
+ "resolved": "https://registry.npmjs.org/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-6.5.0.tgz",
+ "integrity": "sha512-DtSuVFB26SI+hj0SjrvXowGTUCHlgevPAIsukssW6BG5MlNSBQAo70wpICBNJL6RjukXg8d2eXaAWuD/CqL00A==",
+ "dependencies": {
+ "@turf/helpers": "^6.5.0",
+ "@turf/invariant": "^6.5.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/turf"
+ }
+ },
+ "node_modules/@turf/helpers": {
+ "version": "6.5.0",
+ "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-6.5.0.tgz",
+ "integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==",
+ "funding": {
+ "url": "https://opencollective.com/turf"
+ }
+ },
+ "node_modules/@turf/invariant": {
+ "version": "6.5.0",
+ "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-6.5.0.tgz",
+ "integrity": "sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==",
+ "dependencies": {
+ "@turf/helpers": "^6.5.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/turf"
+ }
+ },
+ "node_modules/@tweenjs/tween.js": {
+ "version": "23.1.2",
+ "resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-23.1.2.tgz",
+ "integrity": "sha512-kMCNaZCJugWI86xiEHaY338CU5JpD0B97p1j1IKNn/Zto8PgACjQx0UxbHjmOcLl/dDOBnItwD07KmCs75pxtQ=="
+ },
+ "node_modules/@types/draco3d": {
+ "version": "1.4.10",
+ "resolved": "https://registry.npmjs.org/@types/draco3d/-/draco3d-1.4.10.tgz",
+ "integrity": "sha512-AX22jp8Y7wwaBgAixaSvkoG4M/+PlAcm3Qs4OW8yT9DM4xUpWKeFhLueTAyZF39pviAdcDdeJoACapiAceqNcw=="
+ },
+ "node_modules/@types/json5": {
+ "version": "0.0.29",
+ "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
+ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
+ "dev": true
+ },
+ "node_modules/@types/locomotive-scroll": {
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/@types/locomotive-scroll/-/locomotive-scroll-4.1.3.tgz",
+ "integrity": "sha512-mo8BIiFA2OOyB/Mmv0U0WL9AjBisUdUi0AMeA6hcMODEFLZvwk0UUPM+yKzMnwfpYxC/LKNiZKXO7LQp+08mMg==",
+ "dev": true
+ },
+ "node_modules/@types/node": {
+ "version": "20.14.10",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz",
+ "integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==",
+ "dev": true,
+ "dependencies": {
+ "undici-types": "~5.26.4"
+ }
+ },
+ "node_modules/@types/offscreencanvas": {
+ "version": "2019.7.3",
+ "resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.3.tgz",
+ "integrity": "sha512-ieXiYmgSRXUDeOntE1InxjWyvEelZGP63M+cGuquuRLuIKKT1osnkXjxev9B7d1nXSug5vpunx+gNlbVxMlC9A=="
+ },
+ "node_modules/@types/prop-types": {
+ "version": "15.7.12",
+ "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz",
+ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q=="
+ },
+ "node_modules/@types/react": {
+ "version": "18.3.3",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz",
+ "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==",
+ "dependencies": {
+ "@types/prop-types": "*",
+ "csstype": "^3.0.2"
+ }
+ },
+ "node_modules/@types/react-dom": {
+ "version": "18.3.0",
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz",
+ "integrity": "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==",
+ "dev": true,
+ "dependencies": {
+ "@types/react": "*"
+ }
+ },
+ "node_modules/@types/react-reconciler": {
+ "version": "0.26.7",
+ "resolved": "https://registry.npmjs.org/@types/react-reconciler/-/react-reconciler-0.26.7.tgz",
+ "integrity": "sha512-mBDYl8x+oyPX/VBb3E638N0B7xG+SPk/EAMcVPeexqus/5aTpTphQi0curhhshOqRrc9t6OPoJfEUkbymse/lQ==",
+ "dependencies": {
+ "@types/react": "*"
+ }
+ },
+ "node_modules/@types/stats.js": {
+ "version": "0.17.3",
+ "resolved": "https://registry.npmjs.org/@types/stats.js/-/stats.js-0.17.3.tgz",
+ "integrity": "sha512-pXNfAD3KHOdif9EQXZ9deK82HVNaXP5ZIF5RP2QG6OQFNTaY2YIetfrE9t528vEreGQvEPRDDc8muaoYeK0SxQ=="
+ },
+ "node_modules/@types/three": {
+ "version": "0.163.0",
+ "resolved": "https://registry.npmjs.org/@types/three/-/three-0.163.0.tgz",
+ "integrity": "sha512-uIdDhsXRpQiBUkflBS/i1l3JX14fW6Ot9csed60nfbZNXHDTRsnV2xnTVwXcgbvTiboAR4IW+t+lTL5f1rqIqA==",
+ "dependencies": {
+ "@tweenjs/tween.js": "~23.1.1",
+ "@types/stats.js": "*",
+ "@types/webxr": "*",
+ "fflate": "~0.8.2",
+ "meshoptimizer": "~0.18.1"
+ }
+ },
+ "node_modules/@types/webxr": {
+ "version": "0.5.19",
+ "resolved": "https://registry.npmjs.org/@types/webxr/-/webxr-0.5.19.tgz",
+ "integrity": "sha512-4hxA+NwohSgImdTSlPXEqDqqFktNgmTXQ05ff1uWam05tNGroCMp4G+4XVl6qWm1p7GQ/9oD41kAYsSssF6Mzw=="
+ },
+ "node_modules/@typescript-eslint/parser": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.2.0.tgz",
+ "integrity": "sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==",
+ "dev": true,
+ "dependencies": {
+ "@typescript-eslint/scope-manager": "7.2.0",
+ "@typescript-eslint/types": "7.2.0",
+ "@typescript-eslint/typescript-estree": "7.2.0",
+ "@typescript-eslint/visitor-keys": "7.2.0",
+ "debug": "^4.3.4"
+ },
+ "engines": {
+ "node": "^16.0.0 || >=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^8.56.0"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@typescript-eslint/scope-manager": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz",
+ "integrity": "sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==",
+ "dev": true,
+ "dependencies": {
+ "@typescript-eslint/types": "7.2.0",
+ "@typescript-eslint/visitor-keys": "7.2.0"
+ },
+ "engines": {
+ "node": "^16.0.0 || >=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@typescript-eslint/types": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.2.0.tgz",
+ "integrity": "sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==",
+ "dev": true,
+ "engines": {
+ "node": "^16.0.0 || >=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@typescript-eslint/typescript-estree": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz",
+ "integrity": "sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==",
+ "dev": true,
+ "dependencies": {
+ "@typescript-eslint/types": "7.2.0",
+ "@typescript-eslint/visitor-keys": "7.2.0",
+ "debug": "^4.3.4",
+ "globby": "^11.1.0",
+ "is-glob": "^4.0.3",
+ "minimatch": "9.0.3",
+ "semver": "^7.5.4",
+ "ts-api-utils": "^1.0.1"
+ },
+ "engines": {
+ "node": "^16.0.0 || >=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0"
+ }
+ },
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
+ "version": "9.0.3",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/@typescript-eslint/visitor-keys": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz",
+ "integrity": "sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==",
+ "dev": true,
+ "dependencies": {
+ "@typescript-eslint/types": "7.2.0",
+ "eslint-visitor-keys": "^3.4.1"
+ },
+ "engines": {
+ "node": "^16.0.0 || >=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@ungap/structured-clone": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
+ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
+ "dev": true
+ },
+ "node_modules/@use-gesture/core": {
+ "version": "10.3.1",
+ "resolved": "https://registry.npmjs.org/@use-gesture/core/-/core-10.3.1.tgz",
+ "integrity": "sha512-WcINiDt8WjqBdUXye25anHiNxPc0VOrlT8F6LLkU6cycrOGUDyY/yyFmsg3k8i5OLvv25llc0QC45GhR/C8llw=="
+ },
+ "node_modules/@use-gesture/react": {
+ "version": "10.3.1",
+ "resolved": "https://registry.npmjs.org/@use-gesture/react/-/react-10.3.1.tgz",
+ "integrity": "sha512-Yy19y6O2GJq8f7CHf7L0nxL8bf4PZCPaVOCgJrusOeFHY1LvHgYXnmnXg6N5iwAnbgbZCDjo60SiM6IPJi9C5g==",
+ "dependencies": {
+ "@use-gesture/core": "10.3.1"
+ },
+ "peerDependencies": {
+ "react": ">= 16.8.0"
+ }
+ },
+ "node_modules/accessor-fn": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/accessor-fn/-/accessor-fn-1.5.0.tgz",
+ "integrity": "sha512-dml7D96DY/K5lt4Ra2jMnpL9Bhw5HEGws4p1OAIxFFj9Utd/RxNfEO3T3f0QIWFNwQU7gNxH9snUfqF/zNkP/w==",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/acorn": {
+ "version": "8.12.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
+ "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
+ "dev": true,
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "dev": true,
+ "peerDependencies": {
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/any-promise": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
+ "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A=="
+ },
+ "node_modules/anymatch": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
+ "dependencies": {
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/arg": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
+ "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
+ },
+ "node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "dev": true
+ },
+ "node_modules/aria-query": {
+ "version": "5.1.3",
+ "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
+ "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==",
+ "dev": true,
+ "dependencies": {
+ "deep-equal": "^2.0.5"
+ }
+ },
+ "node_modules/array-buffer-byte-length": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz",
+ "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.5",
+ "is-array-buffer": "^3.0.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/array-includes": {
+ "version": "3.1.8",
+ "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
+ "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.2",
+ "es-object-atoms": "^1.0.0",
+ "get-intrinsic": "^1.2.4",
+ "is-string": "^1.0.7"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/array.prototype.findlast": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
+ "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.2",
+ "es-errors": "^1.3.0",
+ "es-object-atoms": "^1.0.0",
+ "es-shim-unscopables": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/array.prototype.findlastindex": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz",
+ "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.2",
+ "es-errors": "^1.3.0",
+ "es-object-atoms": "^1.0.0",
+ "es-shim-unscopables": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/array.prototype.flat": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
+ "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1",
+ "es-shim-unscopables": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/array.prototype.flatmap": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
+ "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1",
+ "es-shim-unscopables": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/array.prototype.toreversed": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz",
+ "integrity": "sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1",
+ "es-shim-unscopables": "^1.0.0"
+ }
+ },
+ "node_modules/array.prototype.tosorted": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
+ "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.3",
+ "es-errors": "^1.3.0",
+ "es-shim-unscopables": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/arraybuffer.prototype.slice": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz",
+ "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==",
+ "dev": true,
+ "dependencies": {
+ "array-buffer-byte-length": "^1.0.1",
+ "call-bind": "^1.0.5",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.22.3",
+ "es-errors": "^1.2.1",
+ "get-intrinsic": "^1.2.3",
+ "is-array-buffer": "^3.0.4",
+ "is-shared-array-buffer": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/ast-types-flow": {
+ "version": "0.0.8",
+ "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
+ "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
+ "dev": true
+ },
+ "node_modules/available-typed-arrays": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
+ "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
+ "dev": true,
+ "dependencies": {
+ "possible-typed-array-names": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/axe-core": {
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.9.1.tgz",
+ "integrity": "sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/axobject-query": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz",
+ "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==",
+ "dev": true,
+ "dependencies": {
+ "deep-equal": "^2.0.5"
+ }
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
+ },
+ "node_modules/base64-js": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
+ "node_modules/bezier-easing": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/bezier-easing/-/bezier-easing-2.1.0.tgz",
+ "integrity": "sha512-gbIqZ/eslnUFC1tjEvtz0sgx+xTK20wDnYMIA27VA04R7w6xxXQPZDbibjA9DTWZRA2CXtwHykkVzlCaAJAZig=="
+ },
+ "node_modules/bidi-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz",
+ "integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==",
+ "dependencies": {
+ "require-from-string": "^2.0.2"
+ }
+ },
+ "node_modules/binary-extensions": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/bindall-standalone": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/bindall-standalone/-/bindall-standalone-1.0.5.tgz",
+ "integrity": "sha512-HDI7YBWXVJk/eoGz+e4lYQQJnYp1ZHcUvAY71lVptLMhQnDm86vD73AGPw2qIlgYR3P0bjmoAcXiA8qhFejBhA=="
+ },
+ "node_modules/blurhash": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.5.tgz",
+ "integrity": "sha512-cRygWd7kGBQO3VEhPiTgq4Wc43ctsM+o46urrmPOiuAe+07fzlSB9OJVdpgDL0jPqXUVQ9ht7aq7kxOeJHRK+w==",
+ "license": "MIT"
+ },
+ "node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/braces": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
+ "dependencies": {
+ "fill-range": "^7.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/buffer": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
+ "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "dependencies": {
+ "base64-js": "^1.3.1",
+ "ieee754": "^1.2.1"
+ }
+ },
+ "node_modules/busboy": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
+ "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
+ "dependencies": {
+ "streamsearch": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=10.16.0"
+ }
+ },
+ "node_modules/call-bind": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
+ "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
+ "dev": true,
+ "dependencies": {
+ "es-define-property": "^1.0.0",
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2",
+ "get-intrinsic": "^1.2.4",
+ "set-function-length": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/camelcase-css": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
+ "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/camera-controls": {
+ "version": "2.8.5",
+ "resolved": "https://registry.npmjs.org/camera-controls/-/camera-controls-2.8.5.tgz",
+ "integrity": "sha512-7VTwRk7Nu1nRKsY7bEt9HVBfKt8DETvzyYhLN4OW26OByBayMDB5fUaNcPI+z++vG23RH5yqn6ZRhZcgLQy2rA==",
+ "peerDependencies": {
+ "three": ">=0.126.1"
+ }
+ },
+ "node_modules/caniuse-lite": {
+ "version": "1.0.30001640",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001640.tgz",
+ "integrity": "sha512-lA4VMpW0PSUrFnkmVuEKBUovSWKhj7puyCg8StBChgu298N1AtuF1sKWEvfDuimSEDbhlb/KqPKC3fs1HbuQUA==",
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ]
+ },
+ "node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/chokidar": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
+ "dependencies": {
+ "anymatch": "~3.1.2",
+ "braces": "~3.0.2",
+ "glob-parent": "~5.1.2",
+ "is-binary-path": "~2.1.0",
+ "is-glob": "~4.0.1",
+ "normalize-path": "~3.0.0",
+ "readdirp": "~3.6.0"
+ },
+ "engines": {
+ "node": ">= 8.10.0"
+ },
+ "funding": {
+ "url": "https://paulmillr.com/funding/"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.2"
+ }
+ },
+ "node_modules/chokidar/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/client-only": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
+ "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA=="
+ },
+ "node_modules/clsx": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
+ "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/commander": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
+ "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
+ "dev": true
+ },
+ "node_modules/cross-env": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
+ "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
+ "dependencies": {
+ "cross-spawn": "^7.0.1"
+ },
+ "bin": {
+ "cross-env": "src/bin/cross-env.js",
+ "cross-env-shell": "src/bin/cross-env-shell.js"
+ },
+ "engines": {
+ "node": ">=10.14",
+ "npm": ">=6",
+ "yarn": ">=1"
+ }
+ },
+ "node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/cssesc": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
+ "bin": {
+ "cssesc": "bin/cssesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/csstype": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
+ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
+ },
+ "node_modules/d3-array": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz",
+ "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
+ "dependencies": {
+ "internmap": "1 - 2"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/d3-color": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz",
+ "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/d3-delaunay": {
+ "version": "6.0.4",
+ "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
+ "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==",
+ "dependencies": {
+ "delaunator": "5"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/d3-format": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz",
+ "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/d3-geo": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz",
+ "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==",
+ "dependencies": {
+ "d3-array": "2.5.0 - 3"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/d3-geo-voronoi": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/d3-geo-voronoi/-/d3-geo-voronoi-2.1.0.tgz",
+ "integrity": "sha512-kqE4yYuOjPbKdBXG0xztCacPwkVSK2REF1opSNrnqqtXJmNcM++UbwQ8SxvwP6IQTj9RvIjjK4qeiVsEfj0Z2Q==",
+ "dependencies": {
+ "d3-array": "3",
+ "d3-delaunay": "6",
+ "d3-geo": "3",
+ "d3-tricontour": "1"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/d3-interpolate": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
+ "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
+ "dependencies": {
+ "d3-color": "1 - 3"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/d3-scale": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz",
+ "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
+ "dependencies": {
+ "d3-array": "2.10.0 - 3",
+ "d3-format": "1 - 3",
+ "d3-interpolate": "1.2.0 - 3",
+ "d3-time": "2.1.1 - 3",
+ "d3-time-format": "2 - 4"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/d3-scale-chromatic": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
+ "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==",
+ "dependencies": {
+ "d3-color": "1 - 3",
+ "d3-interpolate": "1 - 3"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/d3-time": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz",
+ "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
+ "dependencies": {
+ "d3-array": "2 - 3"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/d3-time-format": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz",
+ "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
+ "dependencies": {
+ "d3-time": "1 - 3"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/d3-tricontour": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/d3-tricontour/-/d3-tricontour-1.0.2.tgz",
+ "integrity": "sha512-HIRxHzHagPtUPNabjOlfcyismJYIsc+Xlq4mlsts4e8eAcwyq9Tgk/sYdyhlBpQ0MHwVquc/8j+e29YjXnmxeA==",
+ "dependencies": {
+ "d3-delaunay": "6",
+ "d3-scale": "4"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/damerau-levenshtein": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
+ "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
+ "dev": true
+ },
+ "node_modules/data-joint": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/data-joint/-/data-joint-1.3.1.tgz",
+ "integrity": "sha512-tMK0m4OVGqiA3zkn8JmO6YAqD8UwJqIAx4AAwFl1SKTtKAqcXePuT+n2aayiX9uITtlN3DFtKKTOxJRUc2+HvQ==",
+ "dependencies": {
+ "index-array-by": "^1.4.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/data-view-buffer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz",
+ "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.6",
+ "es-errors": "^1.3.0",
+ "is-data-view": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/data-view-byte-length": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz",
+ "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "es-errors": "^1.3.0",
+ "is-data-view": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/data-view-byte-offset": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz",
+ "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.6",
+ "es-errors": "^1.3.0",
+ "is-data-view": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/debounce": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz",
+ "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug=="
+ },
+ "node_modules/debug": {
+ "version": "4.3.5",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
+ "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
+ "dev": true,
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/deep-equal": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz",
+ "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==",
+ "dev": true,
+ "dependencies": {
+ "array-buffer-byte-length": "^1.0.0",
+ "call-bind": "^1.0.5",
+ "es-get-iterator": "^1.1.3",
+ "get-intrinsic": "^1.2.2",
+ "is-arguments": "^1.1.1",
+ "is-array-buffer": "^3.0.2",
+ "is-date-object": "^1.0.5",
+ "is-regex": "^1.1.4",
+ "is-shared-array-buffer": "^1.0.2",
+ "isarray": "^2.0.5",
+ "object-is": "^1.1.5",
+ "object-keys": "^1.1.1",
+ "object.assign": "^4.1.4",
+ "regexp.prototype.flags": "^1.5.1",
+ "side-channel": "^1.0.4",
+ "which-boxed-primitive": "^1.0.2",
+ "which-collection": "^1.0.1",
+ "which-typed-array": "^1.1.13"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
+ "dev": true
+ },
+ "node_modules/define-data-property": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
+ "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
+ "dev": true,
+ "dependencies": {
+ "es-define-property": "^1.0.0",
+ "es-errors": "^1.3.0",
+ "gopd": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/define-properties": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
+ "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
+ "dev": true,
+ "dependencies": {
+ "define-data-property": "^1.0.1",
+ "has-property-descriptors": "^1.0.0",
+ "object-keys": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/delaunator": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz",
+ "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==",
+ "dependencies": {
+ "robust-predicates": "^3.0.2"
+ }
+ },
+ "node_modules/detect-gpu": {
+ "version": "5.0.38",
+ "resolved": "https://registry.npmjs.org/detect-gpu/-/detect-gpu-5.0.38.tgz",
+ "integrity": "sha512-36QeGHSXYcJ/RfrnPEScR8GDprbXFG4ZhXsfVNVHztZr38+fRxgHnJl3CjYXXjbeRUhu3ZZBJh6Lg0A9v0Qd8A==",
+ "dependencies": {
+ "webgl-constants": "^1.1.1"
+ }
+ },
+ "node_modules/didyoumean": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
+ "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
+ },
+ "node_modules/dir-glob": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
+ "dev": true,
+ "dependencies": {
+ "path-type": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/dlv": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
+ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
+ },
+ "node_modules/doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "dev": true,
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/draco3d": {
+ "version": "1.5.7",
+ "resolved": "https://registry.npmjs.org/draco3d/-/draco3d-1.5.7.tgz",
+ "integrity": "sha512-m6WCKt/erDXcw+70IJXnG7M3awwQPAsZvJGX5zY7beBqpELw6RDGkYVU0W43AFxye4pDZ5i2Lbyc/NNGqwjUVQ=="
+ },
+ "node_modules/earcut": {
+ "version": "2.2.4",
+ "resolved": "https://registry.npmjs.org/earcut/-/earcut-2.2.4.tgz",
+ "integrity": "sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ=="
+ },
+ "node_modules/eastasianwidth": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
+ },
+ "node_modules/emoji-regex": {
+ "version": "9.2.2",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
+ },
+ "node_modules/enhanced-resolve": {
+ "version": "5.17.0",
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz",
+ "integrity": "sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==",
+ "dev": true,
+ "dependencies": {
+ "graceful-fs": "^4.2.4",
+ "tapable": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/es-abstract": {
+ "version": "1.23.3",
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz",
+ "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==",
+ "dev": true,
+ "dependencies": {
+ "array-buffer-byte-length": "^1.0.1",
+ "arraybuffer.prototype.slice": "^1.0.3",
+ "available-typed-arrays": "^1.0.7",
+ "call-bind": "^1.0.7",
+ "data-view-buffer": "^1.0.1",
+ "data-view-byte-length": "^1.0.1",
+ "data-view-byte-offset": "^1.0.0",
+ "es-define-property": "^1.0.0",
+ "es-errors": "^1.3.0",
+ "es-object-atoms": "^1.0.0",
+ "es-set-tostringtag": "^2.0.3",
+ "es-to-primitive": "^1.2.1",
+ "function.prototype.name": "^1.1.6",
+ "get-intrinsic": "^1.2.4",
+ "get-symbol-description": "^1.0.2",
+ "globalthis": "^1.0.3",
+ "gopd": "^1.0.1",
+ "has-property-descriptors": "^1.0.2",
+ "has-proto": "^1.0.3",
+ "has-symbols": "^1.0.3",
+ "hasown": "^2.0.2",
+ "internal-slot": "^1.0.7",
+ "is-array-buffer": "^3.0.4",
+ "is-callable": "^1.2.7",
+ "is-data-view": "^1.0.1",
+ "is-negative-zero": "^2.0.3",
+ "is-regex": "^1.1.4",
+ "is-shared-array-buffer": "^1.0.3",
+ "is-string": "^1.0.7",
+ "is-typed-array": "^1.1.13",
+ "is-weakref": "^1.0.2",
+ "object-inspect": "^1.13.1",
+ "object-keys": "^1.1.1",
+ "object.assign": "^4.1.5",
+ "regexp.prototype.flags": "^1.5.2",
+ "safe-array-concat": "^1.1.2",
+ "safe-regex-test": "^1.0.3",
+ "string.prototype.trim": "^1.2.9",
+ "string.prototype.trimend": "^1.0.8",
+ "string.prototype.trimstart": "^1.0.8",
+ "typed-array-buffer": "^1.0.2",
+ "typed-array-byte-length": "^1.0.1",
+ "typed-array-byte-offset": "^1.0.2",
+ "typed-array-length": "^1.0.6",
+ "unbox-primitive": "^1.0.2",
+ "which-typed-array": "^1.1.15"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/es-define-property": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
+ "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
+ "dev": true,
+ "dependencies": {
+ "get-intrinsic": "^1.2.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-errors": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-get-iterator": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz",
+ "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "get-intrinsic": "^1.1.3",
+ "has-symbols": "^1.0.3",
+ "is-arguments": "^1.1.1",
+ "is-map": "^2.0.2",
+ "is-set": "^2.0.2",
+ "is-string": "^1.0.7",
+ "isarray": "^2.0.5",
+ "stop-iteration-iterator": "^1.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/es-iterator-helpers": {
+ "version": "1.0.19",
+ "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz",
+ "integrity": "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.3",
+ "es-errors": "^1.3.0",
+ "es-set-tostringtag": "^2.0.3",
+ "function-bind": "^1.1.2",
+ "get-intrinsic": "^1.2.4",
+ "globalthis": "^1.0.3",
+ "has-property-descriptors": "^1.0.2",
+ "has-proto": "^1.0.3",
+ "has-symbols": "^1.0.3",
+ "internal-slot": "^1.0.7",
+ "iterator.prototype": "^1.1.2",
+ "safe-array-concat": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-object-atoms": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
+ "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
+ "dev": true,
+ "dependencies": {
+ "es-errors": "^1.3.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-set-tostringtag": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz",
+ "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==",
+ "dev": true,
+ "dependencies": {
+ "get-intrinsic": "^1.2.4",
+ "has-tostringtag": "^1.0.2",
+ "hasown": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-shim-unscopables": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz",
+ "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==",
+ "dev": true,
+ "dependencies": {
+ "hasown": "^2.0.0"
+ }
+ },
+ "node_modules/es-to-primitive": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
+ "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
+ "dev": true,
+ "dependencies": {
+ "is-callable": "^1.1.4",
+ "is-date-object": "^1.0.1",
+ "is-symbol": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint": {
+ "version": "8.57.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
+ "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
+ "dev": true,
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@eslint-community/regexpp": "^4.6.1",
+ "@eslint/eslintrc": "^2.1.4",
+ "@eslint/js": "8.57.0",
+ "@humanwhocodes/config-array": "^0.11.14",
+ "@humanwhocodes/module-importer": "^1.0.1",
+ "@nodelib/fs.walk": "^1.2.8",
+ "@ungap/structured-clone": "^1.2.0",
+ "ajv": "^6.12.4",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.3.2",
+ "doctrine": "^3.0.0",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^7.2.2",
+ "eslint-visitor-keys": "^3.4.3",
+ "espree": "^9.6.1",
+ "esquery": "^1.4.2",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "find-up": "^5.0.0",
+ "glob-parent": "^6.0.2",
+ "globals": "^13.19.0",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.2.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "is-path-inside": "^3.0.3",
+ "js-yaml": "^4.1.0",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.1.2",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.3",
+ "strip-ansi": "^6.0.1",
+ "text-table": "^0.2.0"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-config-next": {
+ "version": "14.2.4",
+ "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.2.4.tgz",
+ "integrity": "sha512-Qr0wMgG9m6m4uYy2jrYJmyuNlYZzPRQq5Kvb9IDlYwn+7yq6W6sfMNFgb+9guM1KYwuIo6TIaiFhZJ6SnQ/Efw==",
+ "dev": true,
+ "dependencies": {
+ "@next/eslint-plugin-next": "14.2.4",
+ "@rushstack/eslint-patch": "^1.3.3",
+ "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0",
+ "eslint-import-resolver-node": "^0.3.6",
+ "eslint-import-resolver-typescript": "^3.5.2",
+ "eslint-plugin-import": "^2.28.1",
+ "eslint-plugin-jsx-a11y": "^6.7.1",
+ "eslint-plugin-react": "^7.33.2",
+ "eslint-plugin-react-hooks": "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705"
+ },
+ "peerDependencies": {
+ "eslint": "^7.23.0 || ^8.0.0",
+ "typescript": ">=3.3.1"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/eslint-import-resolver-node": {
+ "version": "0.3.9",
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
+ "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
+ "dev": true,
+ "dependencies": {
+ "debug": "^3.2.7",
+ "is-core-module": "^2.13.0",
+ "resolve": "^1.22.4"
+ }
+ },
+ "node_modules/eslint-import-resolver-node/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dev": true,
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "node_modules/eslint-import-resolver-typescript": {
+ "version": "3.6.1",
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.1.tgz",
+ "integrity": "sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==",
+ "dev": true,
+ "dependencies": {
+ "debug": "^4.3.4",
+ "enhanced-resolve": "^5.12.0",
+ "eslint-module-utils": "^2.7.4",
+ "fast-glob": "^3.3.1",
+ "get-tsconfig": "^4.5.0",
+ "is-core-module": "^2.11.0",
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": "^14.18.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts"
+ },
+ "peerDependencies": {
+ "eslint": "*",
+ "eslint-plugin-import": "*"
+ }
+ },
+ "node_modules/eslint-module-utils": {
+ "version": "2.8.1",
+ "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz",
+ "integrity": "sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==",
+ "dev": true,
+ "dependencies": {
+ "debug": "^3.2.7"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "peerDependenciesMeta": {
+ "eslint": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dev": true,
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "node_modules/eslint-plugin-import": {
+ "version": "2.29.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
+ "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
+ "dev": true,
+ "dependencies": {
+ "array-includes": "^3.1.7",
+ "array.prototype.findlastindex": "^1.2.3",
+ "array.prototype.flat": "^1.3.2",
+ "array.prototype.flatmap": "^1.3.2",
+ "debug": "^3.2.7",
+ "doctrine": "^2.1.0",
+ "eslint-import-resolver-node": "^0.3.9",
+ "eslint-module-utils": "^2.8.0",
+ "hasown": "^2.0.0",
+ "is-core-module": "^2.13.1",
+ "is-glob": "^4.0.3",
+ "minimatch": "^3.1.2",
+ "object.fromentries": "^2.0.7",
+ "object.groupby": "^1.0.1",
+ "object.values": "^1.1.7",
+ "semver": "^6.3.1",
+ "tsconfig-paths": "^3.15.0"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "peerDependencies": {
+ "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dev": true,
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/doctrine": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
+ "dev": true,
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true,
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/eslint-plugin-jsx-a11y": {
+ "version": "6.9.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.9.0.tgz",
+ "integrity": "sha512-nOFOCaJG2pYqORjK19lqPqxMO/JpvdCZdPtNdxY3kvom3jTvkAbOvQvD8wuD0G8BYR0IGAGYDlzqWJOh/ybn2g==",
+ "dev": true,
+ "dependencies": {
+ "aria-query": "~5.1.3",
+ "array-includes": "^3.1.8",
+ "array.prototype.flatmap": "^1.3.2",
+ "ast-types-flow": "^0.0.8",
+ "axe-core": "^4.9.1",
+ "axobject-query": "~3.1.1",
+ "damerau-levenshtein": "^1.0.8",
+ "emoji-regex": "^9.2.2",
+ "es-iterator-helpers": "^1.0.19",
+ "hasown": "^2.0.2",
+ "jsx-ast-utils": "^3.3.5",
+ "language-tags": "^1.0.9",
+ "minimatch": "^3.1.2",
+ "object.fromentries": "^2.0.8",
+ "safe-regex-test": "^1.0.3",
+ "string.prototype.includes": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4.0"
+ },
+ "peerDependencies": {
+ "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
+ }
+ },
+ "node_modules/eslint-plugin-react": {
+ "version": "7.34.3",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz",
+ "integrity": "sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==",
+ "dev": true,
+ "dependencies": {
+ "array-includes": "^3.1.8",
+ "array.prototype.findlast": "^1.2.5",
+ "array.prototype.flatmap": "^1.3.2",
+ "array.prototype.toreversed": "^1.1.2",
+ "array.prototype.tosorted": "^1.1.4",
+ "doctrine": "^2.1.0",
+ "es-iterator-helpers": "^1.0.19",
+ "estraverse": "^5.3.0",
+ "jsx-ast-utils": "^2.4.1 || ^3.0.0",
+ "minimatch": "^3.1.2",
+ "object.entries": "^1.1.8",
+ "object.fromentries": "^2.0.8",
+ "object.hasown": "^1.1.4",
+ "object.values": "^1.2.0",
+ "prop-types": "^15.8.1",
+ "resolve": "^2.0.0-next.5",
+ "semver": "^6.3.1",
+ "string.prototype.matchall": "^4.0.11"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "peerDependencies": {
+ "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
+ }
+ },
+ "node_modules/eslint-plugin-react-hooks": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz",
+ "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
+ }
+ },
+ "node_modules/eslint-plugin-react/node_modules/doctrine": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
+ "dev": true,
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/eslint-plugin-react/node_modules/resolve": {
+ "version": "2.0.0-next.5",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
+ "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
+ "dev": true,
+ "dependencies": {
+ "is-core-module": "^2.13.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/eslint-plugin-react/node_modules/semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true,
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/eslint-scope": {
+ "version": "7.2.2",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
+ "dev": true,
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-visitor-keys": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
+ "dev": true,
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/espree": {
+ "version": "9.6.1",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
+ "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
+ "dev": true,
+ "dependencies": {
+ "acorn": "^8.9.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^3.4.1"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/esquery": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
+ "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
+ "dev": true,
+ "dependencies": {
+ "estraverse": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dev": true,
+ "dependencies": {
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
+ "dev": true
+ },
+ "node_modules/fast-glob": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
+ "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
+ "dependencies": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.4"
+ },
+ "engines": {
+ "node": ">=8.6.0"
+ }
+ },
+ "node_modules/fast-glob/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
+ "dev": true
+ },
+ "node_modules/fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
+ "dev": true
+ },
+ "node_modules/fastq": {
+ "version": "1.17.1",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
+ "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "node_modules/fflate": {
+ "version": "0.8.2",
+ "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz",
+ "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A=="
+ },
+ "node_modules/file-entry-cache": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
+ "dev": true,
+ "dependencies": {
+ "flat-cache": "^3.0.4"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/fill-range": {
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
+ "dependencies": {
+ "to-regex-range": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "dev": true,
+ "dependencies": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/flat-cache": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
+ "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
+ "dev": true,
+ "dependencies": {
+ "flatted": "^3.2.9",
+ "keyv": "^4.5.3",
+ "rimraf": "^3.0.2"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/flatted": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
+ "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
+ "dev": true
+ },
+ "node_modules/for-each": {
+ "version": "0.3.3",
+ "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
+ "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
+ "dev": true,
+ "dependencies": {
+ "is-callable": "^1.1.3"
+ }
+ },
+ "node_modules/foreground-child": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz",
+ "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==",
+ "dependencies": {
+ "cross-spawn": "^7.0.0",
+ "signal-exit": "^4.0.1"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/frame-ticker": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/frame-ticker/-/frame-ticker-1.0.3.tgz",
+ "integrity": "sha512-E0X2u2JIvbEMrqEg5+4BpTqaD22OwojJI63K7MdKHdncjtAhGRbCR8nJCr2vwEt9NWBPCPcu70X9smPviEBy8Q==",
+ "dependencies": {
+ "simplesignal": "^2.1.6"
+ }
+ },
+ "node_modules/framer-motion": {
+ "version": "11.2.14",
+ "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.2.14.tgz",
+ "integrity": "sha512-0Nwg++Jymj4Yn7LFKH/nKuGrgVZTEIgIbLjl+LBBFBEzNd4rX+n3z/doqjEbvjk1xcmsim9h7du2+LTYdQTULw==",
+ "license": "MIT",
+ "dependencies": {
+ "tslib": "^2.4.0"
+ },
+ "peerDependencies": {
+ "@emotion/is-prop-valid": "*",
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0"
+ },
+ "peerDependenciesMeta": {
+ "@emotion/is-prop-valid": {
+ "optional": true
+ },
+ "react": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
+ "dev": true
+ },
+ "node_modules/fsevents": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
+ "hasInstallScript": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/function.prototype.name": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
+ "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1",
+ "functions-have-names": "^1.2.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/functions-have-names": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
+ "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
+ "dev": true,
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-intrinsic": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
+ "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
+ "dev": true,
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2",
+ "has-proto": "^1.0.1",
+ "has-symbols": "^1.0.3",
+ "hasown": "^2.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-symbol-description": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz",
+ "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.5",
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-tsconfig": {
+ "version": "4.7.5",
+ "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.5.tgz",
+ "integrity": "sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==",
+ "dev": true,
+ "dependencies": {
+ "resolve-pkg-maps": "^1.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
+ }
+ },
+ "node_modules/glob": {
+ "version": "10.3.10",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
+ "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
+ "dependencies": {
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^2.3.5",
+ "minimatch": "^9.0.1",
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
+ "path-scurry": "^1.10.1"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dependencies": {
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/glob/node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
+ "dependencies": {
+ "balanced-match": "^1.0.0"
+ }
+ },
+ "node_modules/glob/node_modules/minimatch": {
+ "version": "9.0.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+ "dependencies": {
+ "brace-expansion": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/globals": {
+ "version": "13.24.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
+ "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
+ "dev": true,
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/globalthis": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
+ "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
+ "dev": true,
+ "dependencies": {
+ "define-properties": "^1.2.1",
+ "gopd": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/globby": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
+ "dev": true,
+ "dependencies": {
+ "array-union": "^2.1.0",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.2.9",
+ "ignore": "^5.2.0",
+ "merge2": "^1.4.1",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/glsl-noise": {
+ "version": "0.0.0",
+ "resolved": "https://registry.npmjs.org/glsl-noise/-/glsl-noise-0.0.0.tgz",
+ "integrity": "sha512-b/ZCF6amfAUb7dJM/MxRs7AetQEahYzJ8PtgfrmEdtw6uyGOr+ZSGtgjFm6mfsBkxJ4d2W7kg+Nlqzqvn3Bc0w=="
+ },
+ "node_modules/gopd": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
+ "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
+ "dev": true,
+ "dependencies": {
+ "get-intrinsic": "^1.1.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/graceful-fs": {
+ "version": "4.2.11",
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
+ },
+ "node_modules/graphemer": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
+ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
+ "dev": true
+ },
+ "node_modules/gsap": {
+ "version": "3.12.5",
+ "resolved": "https://registry.npmjs.org/gsap/-/gsap-3.12.5.tgz",
+ "integrity": "sha512-srBfnk4n+Oe/ZnMIOXt3gT605BX9x5+rh/prT2F1SsNJsU1XuMiP0E2aptW481OnonOGACZWBqseH5Z7csHxhQ=="
+ },
+ "node_modules/h3-js": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/h3-js/-/h3-js-4.1.0.tgz",
+ "integrity": "sha512-LQhmMl1dRQQjMXPzJc7MpZ/CqPOWWuAvVEoVJM9n/s7vHypj+c3Pd5rLQCkAsOgAoAYKbNCsYFE++LF7MvSfCQ==",
+ "engines": {
+ "node": ">=4",
+ "npm": ">=3",
+ "yarn": ">=1.3.0"
+ }
+ },
+ "node_modules/has-bigints": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
+ "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
+ "dev": true,
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/has-property-descriptors": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
+ "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
+ "dev": true,
+ "dependencies": {
+ "es-define-property": "^1.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-proto": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
+ "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-symbols": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
+ "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-tostringtag": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
+ "dev": true,
+ "dependencies": {
+ "has-symbols": "^1.0.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/hasown": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "dependencies": {
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/hls.js": {
+ "version": "1.3.5",
+ "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.3.5.tgz",
+ "integrity": "sha512-uybAvKS6uDe0MnWNEPnO0krWVr+8m2R0hJ/viql8H3MVK+itq8gGQuIYoFHL3rECkIpNH98Lw8YuuWMKZxp3Ew=="
+ },
+ "node_modules/ieee754": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
+ "node_modules/ignore": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
+ "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/immediate": {
+ "version": "3.0.6",
+ "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
+ "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ=="
+ },
+ "node_modules/immutable": {
+ "version": "4.3.6",
+ "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.6.tgz",
+ "integrity": "sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ=="
+ },
+ "node_modules/import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "dev": true,
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.8.19"
+ }
+ },
+ "node_modules/index-array-by": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/index-array-by/-/index-array-by-1.4.1.tgz",
+ "integrity": "sha512-Zu6THdrxQdyTuT2uA5FjUoBEsFHPzHcPIj18FszN6yXKHxSfGcR4TPLabfuT//E25q1Igyx9xta2WMvD/x9P/g==",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
+ "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
+ "dev": true,
+ "dependencies": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+ "dev": true
+ },
+ "node_modules/internal-slot": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
+ "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==",
+ "dev": true,
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "hasown": "^2.0.0",
+ "side-channel": "^1.0.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/internmap": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz",
+ "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/is-arguments": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
+ "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-array-buffer": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
+ "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "get-intrinsic": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-async-function": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
+ "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
+ "dev": true,
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-bigint": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
+ "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
+ "dev": true,
+ "dependencies": {
+ "has-bigints": "^1.0.1"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-binary-path": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
+ "dependencies": {
+ "binary-extensions": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-boolean-object": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
+ "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-callable": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
+ "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-core-module": {
+ "version": "2.14.0",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.14.0.tgz",
+ "integrity": "sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==",
+ "dependencies": {
+ "hasown": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-data-view": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz",
+ "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==",
+ "dev": true,
+ "dependencies": {
+ "is-typed-array": "^1.1.13"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-date-object": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
+ "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
+ "dev": true,
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-finalizationregistry": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz",
+ "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-generator-function": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
+ "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
+ "dev": true,
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-map": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
+ "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-negative-zero": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
+ "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/is-number-object": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
+ "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
+ "dev": true,
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-path-inside": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
+ "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-promise": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
+ "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ=="
+ },
+ "node_modules/is-regex": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
+ "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-set": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
+ "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-shared-array-buffer": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz",
+ "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-string": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
+ "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
+ "dev": true,
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-symbol": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
+ "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
+ "dev": true,
+ "dependencies": {
+ "has-symbols": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-typed-array": {
+ "version": "1.1.13",
+ "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz",
+ "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==",
+ "dev": true,
+ "dependencies": {
+ "which-typed-array": "^1.1.14"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-weakmap": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
+ "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-weakref": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
+ "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-weakset": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz",
+ "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "get-intrinsic": "^1.2.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/isarray": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
+ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
+ "dev": true
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
+ },
+ "node_modules/iterator.prototype": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
+ "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==",
+ "dev": true,
+ "dependencies": {
+ "define-properties": "^1.2.1",
+ "get-intrinsic": "^1.2.1",
+ "has-symbols": "^1.0.3",
+ "reflect.getprototypeof": "^1.0.4",
+ "set-function-name": "^2.0.1"
+ }
+ },
+ "node_modules/its-fine": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/its-fine/-/its-fine-1.2.5.tgz",
+ "integrity": "sha512-fXtDA0X0t0eBYAGLVM5YsgJGsJ5jEmqZEPrGbzdf5awjv0xE7nqv3TVnvtUF060Tkes15DbDAKW/I48vsb6SyA==",
+ "dependencies": {
+ "@types/react-reconciler": "^0.28.0"
+ },
+ "peerDependencies": {
+ "react": ">=18.0"
+ }
+ },
+ "node_modules/its-fine/node_modules/@types/react-reconciler": {
+ "version": "0.28.8",
+ "resolved": "https://registry.npmjs.org/@types/react-reconciler/-/react-reconciler-0.28.8.tgz",
+ "integrity": "sha512-SN9c4kxXZonFhbX4hJrZy37yw9e7EIxcpHCxQv5JUS18wDE5ovkQKlqQEkufdJCCMfuI9BnjUJvhYeJ9x5Ra7g==",
+ "dependencies": {
+ "@types/react": "*"
+ }
+ },
+ "node_modules/jackspeak": {
+ "version": "2.3.6",
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
+ "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
+ "dependencies": {
+ "@isaacs/cliui": "^8.0.2"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
+ }
+ },
+ "node_modules/jiti": {
+ "version": "1.21.6",
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
+ "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
+ "bin": {
+ "jiti": "bin/jiti.js"
+ }
+ },
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
+ },
+ "node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dev": true,
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/json-buffer": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
+ "dev": true
+ },
+ "node_modules/json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+ "dev": true
+ },
+ "node_modules/json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
+ "dev": true
+ },
+ "node_modules/json5": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
+ "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
+ "dev": true,
+ "dependencies": {
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ }
+ },
+ "node_modules/jsx-ast-utils": {
+ "version": "3.3.5",
+ "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
+ "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
+ "dev": true,
+ "dependencies": {
+ "array-includes": "^3.1.6",
+ "array.prototype.flat": "^1.3.1",
+ "object.assign": "^4.1.4",
+ "object.values": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/kapsule": {
+ "version": "1.14.5",
+ "resolved": "https://registry.npmjs.org/kapsule/-/kapsule-1.14.5.tgz",
+ "integrity": "sha512-H0iSpTynUzZw3tgraDmReprpFRmH5oP5GPmaNsurSwLx2H5iCpOMIkp5q+sfhB4Tz/UJd1E1IbEE9Z6ksnJ6RA==",
+ "dependencies": {
+ "lodash-es": "4"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/keyv": {
+ "version": "4.5.4",
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
+ "dev": true,
+ "dependencies": {
+ "json-buffer": "3.0.1"
+ }
+ },
+ "node_modules/language-subtag-registry": {
+ "version": "0.3.23",
+ "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
+ "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
+ "dev": true
+ },
+ "node_modules/language-tags": {
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
+ "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
+ "dev": true,
+ "dependencies": {
+ "language-subtag-registry": "^0.3.20"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/lenis": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/lenis/-/lenis-1.1.6.tgz",
+ "integrity": "sha512-MQE2Pz49inEsT/H6enEfYeMysH/Yl6s9Z91th1KAm3RxMDzN0YOEncZzR3o6uvJH44yCCUDnr8ILMvT8o689RA==",
+ "dependencies": {
+ "@darkroom.engineering/tempus": "^0.0.46"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/darkroomengineering"
+ },
+ "peerDependencies": {
+ "react": ">=17.0.0",
+ "react-dom": ">=17.0.0"
+ },
+ "peerDependenciesMeta": {
+ "react": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/lethargy": {
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/lethargy/-/lethargy-1.0.9.tgz",
+ "integrity": "sha512-nFM8blpCF9rqIL5mRAaTGc78W8oQixVtsD86jbEPvcI13+lDUYJf3R7DZQQL7tCiBpbGpGKMX2gwJFO9hiaOkg=="
+ },
+ "node_modules/levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dev": true,
+ "dependencies": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/lie": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
+ "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
+ "dependencies": {
+ "immediate": "~3.0.5"
+ }
+ },
+ "node_modules/lilconfig": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
+ "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/lines-and-columns": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
+ },
+ "node_modules/locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "dev": true,
+ "dependencies": {
+ "p-locate": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/locomotive-scroll": {
+ "version": "4.1.4",
+ "resolved": "https://registry.npmjs.org/locomotive-scroll/-/locomotive-scroll-4.1.4.tgz",
+ "integrity": "sha512-6i98cFF2SKg6wIPpwVPuo2FG8qL3USsdDeew78TEYZyLoqleMWNfkSDpWA6mPym4dOfTIBXc678VmGlkgx3fTA==",
+ "dependencies": {
+ "bezier-easing": "^2.1.0",
+ "smoothscroll-polyfill": "^0.4.4",
+ "virtual-scroll": "^1.5.2"
+ }
+ },
+ "node_modules/lodash-es": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
+ "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
+ },
+ "node_modules/lodash.debounce": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
+ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
+ "license": "MIT"
+ },
+ "node_modules/lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
+ "dev": true
+ },
+ "node_modules/loose-envify": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
+ "dependencies": {
+ "js-tokens": "^3.0.0 || ^4.0.0"
+ },
+ "bin": {
+ "loose-envify": "cli.js"
+ }
+ },
+ "node_modules/lru-cache": {
+ "version": "10.4.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.0.tgz",
+ "integrity": "sha512-bfJaPTuEiTYBu+ulDaeQ0F+uLmlfFkMgXj4cbwfuMSjgObGMzb55FMMbDvbRU0fAHZ4sLGkz2mKwcMg8Dvm8Ww==",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/maath": {
+ "version": "0.10.8",
+ "resolved": "https://registry.npmjs.org/maath/-/maath-0.10.8.tgz",
+ "integrity": "sha512-tRvbDF0Pgqz+9XUa4jjfgAQ8/aPKmQdWXilFu2tMy4GWj4NOsx99HlULO4IeREfbO3a0sA145DZYyvXPkybm0g==",
+ "peerDependencies": {
+ "@types/three": ">=0.134.0",
+ "three": ">=0.134.0"
+ }
+ },
+ "node_modules/merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/meshline": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/meshline/-/meshline-3.3.1.tgz",
+ "integrity": "sha512-/TQj+JdZkeSUOl5Mk2J7eLcYTLiQm2IDzmlSvYm7ov15anEcDJ92GHqqazxTSreeNgfnYu24kiEvvv0WlbCdFQ==",
+ "peerDependencies": {
+ "three": ">=0.137"
+ }
+ },
+ "node_modules/meshoptimizer": {
+ "version": "0.18.1",
+ "resolved": "https://registry.npmjs.org/meshoptimizer/-/meshoptimizer-0.18.1.tgz",
+ "integrity": "sha512-ZhoIoL7TNV4s5B6+rx5mC//fw8/POGyNxS/DZyCJeiZ12ScLfVwRE/GfsxwiTkMYYD5DmK2/JXnEVXqL4rF+Sw=="
+ },
+ "node_modules/micromatch": {
+ "version": "4.0.7",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
+ "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
+ "dependencies": {
+ "braces": "^3.0.3",
+ "picomatch": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/mini-svg-data-uri": {
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz",
+ "integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==",
+ "license": "MIT",
+ "bin": {
+ "mini-svg-data-uri": "cli.js"
+ }
+ },
+ "node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/minimist": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
+ "dev": true,
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/minipass": {
+ "version": "7.1.2",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ }
+ },
+ "node_modules/ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
+ "dev": true
+ },
+ "node_modules/mz": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
+ "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
+ "dependencies": {
+ "any-promise": "^1.0.0",
+ "object-assign": "^4.0.1",
+ "thenify-all": "^1.0.0"
+ }
+ },
+ "node_modules/nanoid": {
+ "version": "3.3.7",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
+ "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "bin": {
+ "nanoid": "bin/nanoid.cjs"
+ },
+ "engines": {
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
+ }
+ },
+ "node_modules/natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
+ "dev": true
+ },
+ "node_modules/next": {
+ "version": "14.2.4",
+ "resolved": "https://registry.npmjs.org/next/-/next-14.2.4.tgz",
+ "integrity": "sha512-R8/V7vugY+822rsQGQCjoLhMuC9oFj9SOi4Cl4b2wjDrseD0LRZ10W7R6Czo4w9ZznVSshKjuIomsRjvm9EKJQ==",
+ "dependencies": {
+ "@next/env": "14.2.4",
+ "@swc/helpers": "0.5.5",
+ "busboy": "1.6.0",
+ "caniuse-lite": "^1.0.30001579",
+ "graceful-fs": "^4.2.11",
+ "postcss": "8.4.31",
+ "styled-jsx": "5.1.1"
+ },
+ "bin": {
+ "next": "dist/bin/next"
+ },
+ "engines": {
+ "node": ">=18.17.0"
+ },
+ "optionalDependencies": {
+ "@next/swc-darwin-arm64": "14.2.4",
+ "@next/swc-darwin-x64": "14.2.4",
+ "@next/swc-linux-arm64-gnu": "14.2.4",
+ "@next/swc-linux-arm64-musl": "14.2.4",
+ "@next/swc-linux-x64-gnu": "14.2.4",
+ "@next/swc-linux-x64-musl": "14.2.4",
+ "@next/swc-win32-arm64-msvc": "14.2.4",
+ "@next/swc-win32-ia32-msvc": "14.2.4",
+ "@next/swc-win32-x64-msvc": "14.2.4"
+ },
+ "peerDependencies": {
+ "@opentelemetry/api": "^1.1.0",
+ "@playwright/test": "^1.41.2",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "sass": "^1.3.0"
+ },
+ "peerDependenciesMeta": {
+ "@opentelemetry/api": {
+ "optional": true
+ },
+ "@playwright/test": {
+ "optional": true
+ },
+ "sass": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/normalize-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-hash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
+ "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/object-inspect": {
+ "version": "1.13.2",
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
+ "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object-is": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz",
+ "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object-keys": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object.assign": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
+ "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.5",
+ "define-properties": "^1.2.1",
+ "has-symbols": "^1.0.3",
+ "object-keys": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object.entries": {
+ "version": "1.1.8",
+ "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz",
+ "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-object-atoms": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object.fromentries": {
+ "version": "2.0.8",
+ "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
+ "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.2",
+ "es-object-atoms": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object.groupby": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
+ "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object.hasown": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.4.tgz",
+ "integrity": "sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==",
+ "dev": true,
+ "dependencies": {
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.2",
+ "es-object-atoms": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object.values": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz",
+ "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-object-atoms": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/on-change": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/on-change/-/on-change-4.0.2.tgz",
+ "integrity": "sha512-cMtCyuJmTx/bg2HCpHo3ZLeF7FZnBOapLqZHr2AlLeJ5Ul0Zu2mUJJz051Fdwu/Et2YW04ZD+TtU+gVy0ACNCA==",
+ "engines": {
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/on-change?sponsor=1"
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "dev": true,
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/optionator": {
+ "version": "0.9.4",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
+ "dev": true,
+ "dependencies": {
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0",
+ "word-wrap": "^1.2.5"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "dev": true,
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "dev": true,
+ "dependencies": {
+ "p-limit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dev": true,
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
+ },
+ "node_modules/path-scurry": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
+ "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
+ "dependencies": {
+ "lru-cache": "^10.2.0",
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/picocolors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
+ "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew=="
+ },
+ "node_modules/picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "engines": {
+ "node": ">=8.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
+ "node_modules/pify": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+ "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pirates": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
+ "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/possible-typed-array-names": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
+ "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/postcss": {
+ "version": "8.4.31",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
+ "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/postcss"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "nanoid": "^3.3.6",
+ "picocolors": "^1.0.0",
+ "source-map-js": "^1.0.2"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ }
+ },
+ "node_modules/postcss-import": {
+ "version": "15.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
+ "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
+ "dependencies": {
+ "postcss-value-parser": "^4.0.0",
+ "read-cache": "^1.0.0",
+ "resolve": "^1.1.7"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.0.0"
+ }
+ },
+ "node_modules/postcss-js": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
+ "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
+ "dependencies": {
+ "camelcase-css": "^2.0.1"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >= 16"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ "peerDependencies": {
+ "postcss": "^8.4.21"
+ }
+ },
+ "node_modules/postcss-load-config": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
+ "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "dependencies": {
+ "lilconfig": "^3.0.0",
+ "yaml": "^2.3.4"
+ },
+ "engines": {
+ "node": ">= 14"
+ },
+ "peerDependencies": {
+ "postcss": ">=8.0.9",
+ "ts-node": ">=9.0.0"
+ },
+ "peerDependenciesMeta": {
+ "postcss": {
+ "optional": true
+ },
+ "ts-node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/postcss-load-config/node_modules/lilconfig": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
+ "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/antonk52"
+ }
+ },
+ "node_modules/postcss-nested": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz",
+ "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==",
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.11"
+ },
+ "engines": {
+ "node": ">=12.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.14"
+ }
+ },
+ "node_modules/postcss-selector-parser": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz",
+ "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==",
+ "dependencies": {
+ "cssesc": "^3.0.0",
+ "util-deprecate": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-value-parser": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
+ },
+ "node_modules/potpack": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/potpack/-/potpack-1.0.2.tgz",
+ "integrity": "sha512-choctRBIV9EMT9WGAZHn3V7t0Z2pMQyl0EZE6pFc/6ml3ssw7Dlf/oAOvFwjm1HVsqfQN8GfeFyJ+d8tRzqueQ=="
+ },
+ "node_modules/prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/promise-worker-transferable": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/promise-worker-transferable/-/promise-worker-transferable-1.0.4.tgz",
+ "integrity": "sha512-bN+0ehEnrXfxV2ZQvU2PetO0n4gqBD4ulq3MI1WOPLgr7/Mg9yRQkX5+0v1vagr74ZTsl7XtzlaYDo2EuCeYJw==",
+ "dependencies": {
+ "is-promise": "^2.1.0",
+ "lie": "^3.0.2"
+ }
+ },
+ "node_modules/prop-types": {
+ "version": "15.8.1",
+ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
+ "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
+ "dependencies": {
+ "loose-envify": "^1.4.0",
+ "object-assign": "^4.1.1",
+ "react-is": "^16.13.1"
+ }
+ },
+ "node_modules/punycode": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
+ "node_modules/rafor": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/rafor/-/rafor-1.0.2.tgz",
+ "integrity": "sha512-b8e8/srbSbC0FZTxivEz9pj5z1mQM8CpCEv1aAxuaK26ljSOHJk8AjimcTaHpHIZlwH/VPbli12LuKKrJyyGmA=="
+ },
+ "node_modules/react": {
+ "version": "18.3.1",
+ "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
+ "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
+ "dependencies": {
+ "loose-envify": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/react-composer": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmjs.org/react-composer/-/react-composer-5.0.3.tgz",
+ "integrity": "sha512-1uWd07EME6XZvMfapwZmc7NgCZqDemcvicRi3wMJzXsQLvZ3L7fTHVyPy1bZdnWXM4iPjYuNE+uJ41MLKeTtnA==",
+ "dependencies": {
+ "prop-types": "^15.6.0"
+ },
+ "peerDependencies": {
+ "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
+ }
+ },
+ "node_modules/react-dom": {
+ "version": "18.3.1",
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
+ "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
+ "dependencies": {
+ "loose-envify": "^1.1.0",
+ "scheduler": "^0.23.2"
+ },
+ "peerDependencies": {
+ "react": "^18.3.1"
+ }
+ },
+ "node_modules/react-dom/node_modules/scheduler": {
+ "version": "0.23.2",
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
+ "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
+ "dependencies": {
+ "loose-envify": "^1.1.0"
+ }
+ },
+ "node_modules/react-feather": {
+ "version": "2.0.10",
+ "resolved": "https://registry.npmjs.org/react-feather/-/react-feather-2.0.10.tgz",
+ "integrity": "sha512-BLhukwJ+Z92Nmdcs+EMw6dy1Z/VLiJTzEQACDUEnWMClhYnFykJCGWQx+NmwP/qQHGX/5CzQ+TGi8ofg2+HzVQ==",
+ "dependencies": {
+ "prop-types": "^15.7.2"
+ },
+ "peerDependencies": {
+ "react": ">=16.8.6"
+ }
+ },
+ "node_modules/react-icons": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz",
+ "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==",
+ "peerDependencies": {
+ "react": "*"
+ }
+ },
+ "node_modules/react-is": {
+ "version": "16.13.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
+ },
+ "node_modules/react-merge-refs": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/react-merge-refs/-/react-merge-refs-2.1.1.tgz",
+ "integrity": "sha512-jLQXJ/URln51zskhgppGJ2ub7b2WFKGq3cl3NYKtlHoTG+dN2q7EzWrn3hN3EgPsTMvpR9tpq5ijdp7YwFZkag==",
+ "license": "MIT",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/react-reconciler": {
+ "version": "0.27.0",
+ "resolved": "https://registry.npmjs.org/react-reconciler/-/react-reconciler-0.27.0.tgz",
+ "integrity": "sha512-HmMDKciQjYmBRGuuhIaKA1ba/7a+UsM5FzOZsMO2JYHt9Jh8reCb7j1eDC95NOyUlKM9KRyvdx0flBuDvYSBoA==",
+ "dependencies": {
+ "loose-envify": "^1.1.0",
+ "scheduler": "^0.21.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "peerDependencies": {
+ "react": "^18.0.0"
+ }
+ },
+ "node_modules/react-use-measure": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/react-use-measure/-/react-use-measure-2.1.1.tgz",
+ "integrity": "sha512-nocZhN26cproIiIduswYpV5y5lQpSQS1y/4KuvUCjSKmw7ZWIS/+g3aFnX3WdBkyuGUtTLif3UTqnLLhbDoQig==",
+ "dependencies": {
+ "debounce": "^1.2.1"
+ },
+ "peerDependencies": {
+ "react": ">=16.13",
+ "react-dom": ">=16.13"
+ }
+ },
+ "node_modules/read-cache": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
+ "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
+ "dependencies": {
+ "pify": "^2.3.0"
+ }
+ },
+ "node_modules/readdirp": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
+ "dependencies": {
+ "picomatch": "^2.2.1"
+ },
+ "engines": {
+ "node": ">=8.10.0"
+ }
+ },
+ "node_modules/reflect.getprototypeof": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz",
+ "integrity": "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.1",
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.4",
+ "globalthis": "^1.0.3",
+ "which-builtin-type": "^1.1.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/regenerator-runtime": {
+ "version": "0.14.1",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
+ },
+ "node_modules/regexp.prototype.flags": {
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz",
+ "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.6",
+ "define-properties": "^1.2.1",
+ "es-errors": "^1.3.0",
+ "set-function-name": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/require-from-string": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/resolve": {
+ "version": "1.22.8",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
+ "dependencies": {
+ "is-core-module": "^2.13.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/resolve-pkg-maps": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
+ "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
+ "dev": true,
+ "funding": {
+ "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "deprecated": "Rimraf versions prior to v4 are no longer supported",
+ "dev": true,
+ "dependencies": {
+ "glob": "^7.1.3"
+ },
+ "bin": {
+ "rimraf": "bin.js"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/rimraf/node_modules/glob": {
+ "version": "7.2.3",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
+ "deprecated": "Glob versions prior to v9 are no longer supported",
+ "dev": true,
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.1.1",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/robust-predicates": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz",
+ "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg=="
+ },
+ "node_modules/run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "dependencies": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "node_modules/safe-array-concat": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz",
+ "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "get-intrinsic": "^1.2.4",
+ "has-symbols": "^1.0.3",
+ "isarray": "^2.0.5"
+ },
+ "engines": {
+ "node": ">=0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/safe-regex-test": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz",
+ "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.6",
+ "es-errors": "^1.3.0",
+ "is-regex": "^1.1.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/sass": {
+ "version": "1.77.6",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.6.tgz",
+ "integrity": "sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==",
+ "dependencies": {
+ "chokidar": ">=3.0.0 <4.0.0",
+ "immutable": "^4.0.0",
+ "source-map-js": ">=0.6.2 <2.0.0"
+ },
+ "bin": {
+ "sass": "sass.js"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/scheduler": {
+ "version": "0.21.0",
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.21.0.tgz",
+ "integrity": "sha512-1r87x5fz9MXqswA2ERLo0EbOAU74DpIUO090gIasYTqlVoJeMcl+Z1Rg7WHz+qtPujhS/hGIt9kxZOYBV3faRQ==",
+ "dependencies": {
+ "loose-envify": "^1.1.0"
+ }
+ },
+ "node_modules/semver": {
+ "version": "7.6.2",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
+ "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
+ "dev": true,
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/semver-compare": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz",
+ "integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow=="
+ },
+ "node_modules/set-function-length": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
+ "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
+ "dev": true,
+ "dependencies": {
+ "define-data-property": "^1.1.4",
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2",
+ "get-intrinsic": "^1.2.4",
+ "gopd": "^1.0.1",
+ "has-property-descriptors": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/set-function-name": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
+ "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
+ "dev": true,
+ "dependencies": {
+ "define-data-property": "^1.1.4",
+ "es-errors": "^1.3.0",
+ "functions-have-names": "^1.2.3",
+ "has-property-descriptors": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/side-channel": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
+ "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.4",
+ "object-inspect": "^1.13.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/signal-exit": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/simplesignal": {
+ "version": "2.1.7",
+ "resolved": "https://registry.npmjs.org/simplesignal/-/simplesignal-2.1.7.tgz",
+ "integrity": "sha512-PEo2qWpUke7IMhlqiBxrulIFvhJRLkl1ih52Rwa+bPjzhJepcd4GIjn2RiQmFSx3dQvsEAgF0/lXMwMN7vODaA=="
+ },
+ "node_modules/simplex-noise": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/simplex-noise/-/simplex-noise-4.0.1.tgz",
+ "integrity": "sha512-zl/+bdSqW7HJOQ0oDbxrNYaF4F5ik0i7M6YOYmEoIJNtg16NpvWaTTM1Y7oV/7T0jFljawLgYPS81Uu2rsfo1A=="
+ },
+ "node_modules/slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/smoothscroll-polyfill": {
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/smoothscroll-polyfill/-/smoothscroll-polyfill-0.4.4.tgz",
+ "integrity": "sha512-TK5ZA9U5RqCwMpfoMq/l1mrH0JAR7y7KRvOBx0n2869aLxch+gT9GhN3yUfjiw+d/DiF1mKo14+hd62JyMmoBg=="
+ },
+ "node_modules/source-map-js": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
+ "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/stats-gl": {
+ "version": "2.2.8",
+ "resolved": "https://registry.npmjs.org/stats-gl/-/stats-gl-2.2.8.tgz",
+ "integrity": "sha512-94G5nZvduDmzxBS7K0lYnynYwreZpkknD8g5dZmU6mpwIhy3caCrjAm11Qm1cbyx7mqix7Fp00RkbsonzKWnoQ==",
+ "dependencies": {
+ "@types/three": "^0.163.0"
+ }
+ },
+ "node_modules/stats.js": {
+ "version": "0.17.0",
+ "resolved": "https://registry.npmjs.org/stats.js/-/stats.js-0.17.0.tgz",
+ "integrity": "sha512-hNKz8phvYLPEcRkeG1rsGmV5ChMjKDAWU7/OJJdDErPBNChQXxCo3WZurGpnWc6gZhAzEPFad1aVgyOANH1sMw=="
+ },
+ "node_modules/stop-iteration-iterator": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz",
+ "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==",
+ "dev": true,
+ "dependencies": {
+ "internal-slot": "^1.0.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/streamsearch": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
+ "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/string-width": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
+ "dependencies": {
+ "eastasianwidth": "^0.2.0",
+ "emoji-regex": "^9.2.2",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/string-width-cjs": {
+ "name": "string-width",
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string-width-cjs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
+ },
+ "node_modules/string-width/node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ }
+ },
+ "node_modules/string-width/node_modules/strip-ansi": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dependencies": {
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/string.prototype.includes": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.0.tgz",
+ "integrity": "sha512-E34CkBgyeqNDcrbU76cDjL5JLcVrtSdYq0MEh/B10r17pRP4ciHLwTgnuLV8Ay6cgEMLkcBkFCKyFZ43YldYzg==",
+ "dev": true,
+ "dependencies": {
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.17.5"
+ }
+ },
+ "node_modules/string.prototype.matchall": {
+ "version": "4.0.11",
+ "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz",
+ "integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.2",
+ "es-errors": "^1.3.0",
+ "es-object-atoms": "^1.0.0",
+ "get-intrinsic": "^1.2.4",
+ "gopd": "^1.0.1",
+ "has-symbols": "^1.0.3",
+ "internal-slot": "^1.0.7",
+ "regexp.prototype.flags": "^1.5.2",
+ "set-function-name": "^2.0.2",
+ "side-channel": "^1.0.6"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/string.prototype.trim": {
+ "version": "1.2.9",
+ "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz",
+ "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.0",
+ "es-object-atoms": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/string.prototype.trimend": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz",
+ "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-object-atoms": "^1.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/string.prototype.trimstart": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
+ "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-object-atoms": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi-cjs": {
+ "name": "strip-ansi",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-bom": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
+ "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/styled-jsx": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz",
+ "integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==",
+ "dependencies": {
+ "client-only": "0.0.1"
+ },
+ "engines": {
+ "node": ">= 12.0.0"
+ },
+ "peerDependencies": {
+ "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0"
+ },
+ "peerDependenciesMeta": {
+ "@babel/core": {
+ "optional": true
+ },
+ "babel-plugin-macros": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/sucrase": {
+ "version": "3.35.0",
+ "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
+ "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
+ "dependencies": {
+ "@jridgewell/gen-mapping": "^0.3.2",
+ "commander": "^4.0.0",
+ "glob": "^10.3.10",
+ "lines-and-columns": "^1.1.6",
+ "mz": "^2.7.0",
+ "pirates": "^4.0.1",
+ "ts-interface-checker": "^0.1.9"
+ },
+ "bin": {
+ "sucrase": "bin/sucrase",
+ "sucrase-node": "bin/sucrase-node"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ }
+ },
+ "node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/suspend-react": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/suspend-react/-/suspend-react-0.1.3.tgz",
+ "integrity": "sha512-aqldKgX9aZqpoDp3e8/BZ8Dm7x1pJl+qI3ZKxDN0i/IQTWUwBx/ManmlVJ3wowqbno6c2bmiIfs+Um6LbsjJyQ==",
+ "peerDependencies": {
+ "react": ">=17.0"
+ }
+ },
+ "node_modules/tailwind-merge": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.4.0.tgz",
+ "integrity": "sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==",
+ "license": "MIT",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/dcastil"
+ }
+ },
+ "node_modules/tailwindcss": {
+ "version": "3.4.4",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz",
+ "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==",
+ "dependencies": {
+ "@alloc/quick-lru": "^5.2.0",
+ "arg": "^5.0.2",
+ "chokidar": "^3.5.3",
+ "didyoumean": "^1.2.2",
+ "dlv": "^1.1.3",
+ "fast-glob": "^3.3.0",
+ "glob-parent": "^6.0.2",
+ "is-glob": "^4.0.3",
+ "jiti": "^1.21.0",
+ "lilconfig": "^2.1.0",
+ "micromatch": "^4.0.5",
+ "normalize-path": "^3.0.0",
+ "object-hash": "^3.0.0",
+ "picocolors": "^1.0.0",
+ "postcss": "^8.4.23",
+ "postcss-import": "^15.1.0",
+ "postcss-js": "^4.0.1",
+ "postcss-load-config": "^4.0.1",
+ "postcss-nested": "^6.0.1",
+ "postcss-selector-parser": "^6.0.11",
+ "resolve": "^1.22.2",
+ "sucrase": "^3.32.0"
+ },
+ "bin": {
+ "tailwind": "lib/cli.js",
+ "tailwindcss": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/tailwindcss-animate": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/tailwindcss-animate/-/tailwindcss-animate-1.0.7.tgz",
+ "integrity": "sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==",
+ "peerDependencies": {
+ "tailwindcss": ">=3.0.0 || insiders"
+ }
+ },
+ "node_modules/tapable": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
+ "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
+ "dev": true
+ },
+ "node_modules/thenify": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
+ "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
+ "dependencies": {
+ "any-promise": "^1.0.0"
+ }
+ },
+ "node_modules/thenify-all": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
+ "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
+ "dependencies": {
+ "thenify": ">= 3.1.0 < 4"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/three": {
+ "version": "0.166.1",
+ "resolved": "https://registry.npmjs.org/three/-/three-0.166.1.tgz",
+ "integrity": "sha512-LtuafkKHHzm61AQA1be2MAYIw1IjmhOUxhBa0prrLpEMWbV7ijvxCRHjSgHPGp2493wLBzwKV46tA9nivLEgKg==",
+ "license": "MIT"
+ },
+ "node_modules/three-conic-polygon-geometry": {
+ "version": "1.6.3",
+ "resolved": "https://registry.npmjs.org/three-conic-polygon-geometry/-/three-conic-polygon-geometry-1.6.3.tgz",
+ "integrity": "sha512-uJhuUBHc5K4IFQ+31qVQboMIlEQ485WWX7+pN4qR2p4ctTO66nlJ2NWrXNn8x2A89Utyf09v+zyBIpWUVe1inQ==",
+ "dependencies": {
+ "@turf/boolean-point-in-polygon": "^6.5",
+ "d3-array": "1 - 3",
+ "d3-geo": "1 - 3",
+ "d3-geo-voronoi": "^2.0",
+ "d3-scale": "1 - 4",
+ "delaunator": "5",
+ "earcut": "2"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "peerDependencies": {
+ "three": ">=0.72.0"
+ }
+ },
+ "node_modules/three-fatline": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/three-fatline/-/three-fatline-0.7.0.tgz",
+ "integrity": "sha512-IG3mA1gNO1ccT/O8ou9rBnYJQynCreCZn12IfuyFoWNN9+0DrrSENlXk46I7TQfNBKCgwsHpzucJ2qyPC3I/dQ==",
+ "engines": {
+ "node": ">=12"
+ },
+ "peerDependencies": {
+ "three": ">=0.154.0"
+ }
+ },
+ "node_modules/three-geojson-geometry": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/three-geojson-geometry/-/three-geojson-geometry-1.3.2.tgz",
+ "integrity": "sha512-eJflV+2KLDrQNHAbEhvXadF355LYat3izE2sD3Qt1L6Sw41LZ7Nwc/FV9T/z1edeZVQxydeYpmWBsYsFzsPEHA==",
+ "dependencies": {
+ "d3-geo": "1 - 3",
+ "earcut": "2"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "peerDependencies": {
+ "three": ">=0.72.0"
+ }
+ },
+ "node_modules/three-globe": {
+ "version": "2.31.1",
+ "resolved": "https://registry.npmjs.org/three-globe/-/three-globe-2.31.1.tgz",
+ "integrity": "sha512-xsQGPsURxvPpHziq99cX++RmzDFFi3mITJyWNrGiY6cuH8BJkSb1C3xBYoqH5zmGSEIa16uPHN8KrYCiMUg8Wg==",
+ "license": "MIT",
+ "dependencies": {
+ "@tweenjs/tween.js": "18 - 23",
+ "accessor-fn": "1",
+ "d3-array": "3",
+ "d3-color": "3",
+ "d3-geo": "3",
+ "d3-interpolate": "3",
+ "d3-scale": "4",
+ "d3-scale-chromatic": "3",
+ "data-joint": "1",
+ "earcut": "2",
+ "frame-ticker": "1",
+ "h3-js": "4",
+ "index-array-by": "1",
+ "kapsule": "1",
+ "three-conic-polygon-geometry": "1",
+ "three-fatline": "^0.7",
+ "three-geojson-geometry": "1",
+ "tinycolor2": "1",
+ "yaot": "^1.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "peerDependencies": {
+ "three": ">=0.125"
+ }
+ },
+ "node_modules/three-mesh-bvh": {
+ "version": "0.7.6",
+ "resolved": "https://registry.npmjs.org/three-mesh-bvh/-/three-mesh-bvh-0.7.6.tgz",
+ "integrity": "sha512-rCjsnxEqR9r1/C/lCqzGLS67NDty/S/eT6rAJfDvsanrIctTWdNoR4ZOGWewCB13h1QkVo2BpmC0wakj1+0m8A==",
+ "peerDependencies": {
+ "three": ">= 0.151.0"
+ }
+ },
+ "node_modules/three-stdlib": {
+ "version": "2.30.4",
+ "resolved": "https://registry.npmjs.org/three-stdlib/-/three-stdlib-2.30.4.tgz",
+ "integrity": "sha512-E7sN8UkaorSq2uRZU14AE7wXkdCBa2oFwPkPt92zaecuzrgd98BXkTt+2tFQVF1tPJRvfs7aMZV5dSOq4/vNVg==",
+ "dependencies": {
+ "@types/draco3d": "^1.4.0",
+ "@types/offscreencanvas": "^2019.6.4",
+ "@types/webxr": "^0.5.2",
+ "draco3d": "^1.4.1",
+ "fflate": "^0.6.9",
+ "potpack": "^1.0.1"
+ },
+ "peerDependencies": {
+ "three": ">=0.128.0"
+ }
+ },
+ "node_modules/three-stdlib/node_modules/fflate": {
+ "version": "0.6.10",
+ "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.6.10.tgz",
+ "integrity": "sha512-IQrh3lEPM93wVCEczc9SaAOvkmcoQn/G8Bo1e8ZPlY3X3bnAxWaBdvTdvM1hP62iZp0BXWDy4vTAy4fF0+Dlpg=="
+ },
+ "node_modules/thumbhash": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/thumbhash/-/thumbhash-0.1.1.tgz",
+ "integrity": "sha512-kH5pKeIIBPQXAOni2AiY/Cu/NKdkFREdpH+TLdM0g6WA7RriCv0kPLgP731ady67MhTAqrVG/4mnEeibVuCJcg==",
+ "license": "MIT"
+ },
+ "node_modules/tiny-emitter": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-1.2.0.tgz",
+ "integrity": "sha512-rWjF00inHeWtT5UbQYAXoMI4hL6TRMqohuKCsODyPYYmfAxqfMnXLsIeNrbdPEkNxlk++rojVilTnI9IVmEBtA=="
+ },
+ "node_modules/tinycolor2": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
+ "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw=="
+ },
+ "node_modules/to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dependencies": {
+ "is-number": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8.0"
+ }
+ },
+ "node_modules/troika-three-text": {
+ "version": "0.49.1",
+ "resolved": "https://registry.npmjs.org/troika-three-text/-/troika-three-text-0.49.1.tgz",
+ "integrity": "sha512-lXGWxgjJP9kw4i4Wh+0k0Q/7cRfS6iOME4knKht/KozPu9GcFA9NnNpRvehIhrUawq9B0ZRw+0oiFHgRO+4Wig==",
+ "dependencies": {
+ "bidi-js": "^1.0.2",
+ "troika-three-utils": "^0.49.0",
+ "troika-worker-utils": "^0.49.0",
+ "webgl-sdf-generator": "1.1.1"
+ },
+ "peerDependencies": {
+ "three": ">=0.125.0"
+ }
+ },
+ "node_modules/troika-three-utils": {
+ "version": "0.49.0",
+ "resolved": "https://registry.npmjs.org/troika-three-utils/-/troika-three-utils-0.49.0.tgz",
+ "integrity": "sha512-umitFL4cT+Fm/uONmaQEq4oZlyRHWwVClaS6ZrdcueRvwc2w+cpNQ47LlJKJswpqtMFWbEhOLy0TekmcPZOdYA==",
+ "peerDependencies": {
+ "three": ">=0.125.0"
+ }
+ },
+ "node_modules/troika-worker-utils": {
+ "version": "0.49.0",
+ "resolved": "https://registry.npmjs.org/troika-worker-utils/-/troika-worker-utils-0.49.0.tgz",
+ "integrity": "sha512-1xZHoJrG0HFfCvT/iyN41DvI/nRykiBtHqFkGaGgJwq5iXfIZFBiPPEHFpPpgyKM3Oo5ITHXP5wM2TNQszYdVg=="
+ },
+ "node_modules/ts-api-utils": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
+ "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=16"
+ },
+ "peerDependencies": {
+ "typescript": ">=4.2.0"
+ }
+ },
+ "node_modules/ts-interface-checker": {
+ "version": "0.1.13",
+ "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
+ "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA=="
+ },
+ "node_modules/tsconfig-paths": {
+ "version": "3.15.0",
+ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
+ "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
+ "dev": true,
+ "dependencies": {
+ "@types/json5": "^0.0.29",
+ "json5": "^1.0.2",
+ "minimist": "^1.2.6",
+ "strip-bom": "^3.0.0"
+ }
+ },
+ "node_modules/tslib": {
+ "version": "2.6.3",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
+ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
+ },
+ "node_modules/tunnel-rat": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/tunnel-rat/-/tunnel-rat-0.1.2.tgz",
+ "integrity": "sha512-lR5VHmkPhzdhrM092lI2nACsLO4QubF0/yoOhzX7c+wIpbN1GjHNzCc91QlpxBi+cnx8vVJ+Ur6vL5cEoQPFpQ==",
+ "dependencies": {
+ "zustand": "^4.3.2"
+ }
+ },
+ "node_modules/tunnel-rat/node_modules/zustand": {
+ "version": "4.5.4",
+ "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.4.tgz",
+ "integrity": "sha512-/BPMyLKJPtFEvVL0E9E9BTUM63MNyhPGlvxk1XjrfWTUlV+BR8jufjsovHzrtR6YNcBEcL7cMHovL1n9xHawEg==",
+ "dependencies": {
+ "use-sync-external-store": "1.2.0"
+ },
+ "engines": {
+ "node": ">=12.7.0"
+ },
+ "peerDependencies": {
+ "@types/react": ">=16.8",
+ "immer": ">=9.0.6",
+ "react": ">=16.8"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "immer": {
+ "optional": true
+ },
+ "react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dev": true,
+ "dependencies": {
+ "prelude-ls": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/typed-array-buffer": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz",
+ "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "es-errors": "^1.3.0",
+ "is-typed-array": "^1.1.13"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/typed-array-byte-length": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz",
+ "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "for-each": "^0.3.3",
+ "gopd": "^1.0.1",
+ "has-proto": "^1.0.3",
+ "is-typed-array": "^1.1.13"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/typed-array-byte-offset": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz",
+ "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==",
+ "dev": true,
+ "dependencies": {
+ "available-typed-arrays": "^1.0.7",
+ "call-bind": "^1.0.7",
+ "for-each": "^0.3.3",
+ "gopd": "^1.0.1",
+ "has-proto": "^1.0.3",
+ "is-typed-array": "^1.1.13"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/typed-array-length": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz",
+ "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "for-each": "^0.3.3",
+ "gopd": "^1.0.1",
+ "has-proto": "^1.0.3",
+ "is-typed-array": "^1.1.13",
+ "possible-typed-array-names": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/typescript": {
+ "version": "5.5.3",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
+ "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
+ "dev": true,
+ "bin": {
+ "tsc": "bin/tsc",
+ "tsserver": "bin/tsserver"
+ },
+ "engines": {
+ "node": ">=14.17"
+ }
+ },
+ "node_modules/unbox-primitive": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
+ "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "has-bigints": "^1.0.2",
+ "has-symbols": "^1.0.3",
+ "which-boxed-primitive": "^1.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/undici-types": {
+ "version": "5.26.5",
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
+ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
+ "dev": true
+ },
+ "node_modules/uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dev": true,
+ "dependencies": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "node_modules/use-sync-external-store": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz",
+ "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==",
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
+ }
+ },
+ "node_modules/util-deprecate": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
+ },
+ "node_modules/utility-types": {
+ "version": "3.11.0",
+ "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz",
+ "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/uuid": {
+ "version": "9.0.1",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
+ "funding": [
+ "https://github.com/sponsors/broofa",
+ "https://github.com/sponsors/ctavan"
+ ],
+ "bin": {
+ "uuid": "dist/bin/uuid"
+ }
+ },
+ "node_modules/virtual-scroll": {
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/virtual-scroll/-/virtual-scroll-1.5.2.tgz",
+ "integrity": "sha512-7jDHwlKbHUho7CYU/HojE/VKFH8GV9P5fVWP2HCa7dRUOpVvwl93OBOKIIcb2mKd+vqsbVR/0zl0X70+3sUZqA==",
+ "dependencies": {
+ "bindall-standalone": "^1.0.5",
+ "lethargy": "^1.0.2",
+ "object-assign": "^4.0.1",
+ "tiny-emitter": "^1.0.0"
+ }
+ },
+ "node_modules/webgl-constants": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/webgl-constants/-/webgl-constants-1.1.1.tgz",
+ "integrity": "sha512-LkBXKjU5r9vAW7Gcu3T5u+5cvSvh5WwINdr0C+9jpzVB41cjQAP5ePArDtk/WHYdVj0GefCgM73BA7FlIiNtdg=="
+ },
+ "node_modules/webgl-sdf-generator": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/webgl-sdf-generator/-/webgl-sdf-generator-1.1.1.tgz",
+ "integrity": "sha512-9Z0JcMTFxeE+b2x1LJTdnaT8rT8aEp7MVxkNwoycNmJWwPdzoXzMh0BjJSh/AEFP+KPYZUli814h8bJZFIZ2jA=="
+ },
+ "node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/which-boxed-primitive": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
+ "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
+ "dev": true,
+ "dependencies": {
+ "is-bigint": "^1.0.1",
+ "is-boolean-object": "^1.1.0",
+ "is-number-object": "^1.0.4",
+ "is-string": "^1.0.5",
+ "is-symbol": "^1.0.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/which-builtin-type": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz",
+ "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==",
+ "dev": true,
+ "dependencies": {
+ "function.prototype.name": "^1.1.5",
+ "has-tostringtag": "^1.0.0",
+ "is-async-function": "^2.0.0",
+ "is-date-object": "^1.0.5",
+ "is-finalizationregistry": "^1.0.2",
+ "is-generator-function": "^1.0.10",
+ "is-regex": "^1.1.4",
+ "is-weakref": "^1.0.2",
+ "isarray": "^2.0.5",
+ "which-boxed-primitive": "^1.0.2",
+ "which-collection": "^1.0.1",
+ "which-typed-array": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/which-collection": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
+ "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
+ "dev": true,
+ "dependencies": {
+ "is-map": "^2.0.3",
+ "is-set": "^2.0.3",
+ "is-weakmap": "^2.0.2",
+ "is-weakset": "^2.0.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/which-typed-array": {
+ "version": "1.1.15",
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz",
+ "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==",
+ "dev": true,
+ "dependencies": {
+ "available-typed-arrays": "^1.0.7",
+ "call-bind": "^1.0.7",
+ "for-each": "^0.3.3",
+ "gopd": "^1.0.1",
+ "has-tostringtag": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/word-wrap": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/wrap-ansi": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
+ "dependencies": {
+ "ansi-styles": "^6.1.0",
+ "string-width": "^5.0.1",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs": {
+ "name": "wrap-ansi",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/strip-ansi": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dependencies": {
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "dev": true
+ },
+ "node_modules/yaml": {
+ "version": "2.4.5",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz",
+ "integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==",
+ "bin": {
+ "yaml": "bin.mjs"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/yaot": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/yaot/-/yaot-1.1.3.tgz",
+ "integrity": "sha512-AE8LInj21hTuA01RUK+9pSsl0ltQXO+rxn4Q+CJT4+NI/X7dhGGblF7vvzGj6ro0qXRCGAE/7ccEfu6S4DJayw==",
+ "dependencies": {
+ "rafor": "^1.0.2"
+ }
+ },
+ "node_modules/yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/zustand": {
+ "version": "3.7.2",
+ "resolved": "https://registry.npmjs.org/zustand/-/zustand-3.7.2.tgz",
+ "integrity": "sha512-PIJDIZKtokhof+9+60cpockVOq05sJzHCriyvaLBmEJixseQ1a5Kdov6fWZfWOu5SK9c+FhH1jU0tntLxRJYMA==",
+ "engines": {
+ "node": ">=12.7.0"
+ },
+ "peerDependencies": {
+ "react": ">=16.8"
+ },
+ "peerDependenciesMeta": {
+ "react": {
+ "optional": true
+ }
+ }
+ }
+ }
+}
diff --git a/package.json b/package.json
index 9623fe016ea523afac617d6d68ddc568905ee0fb..8a79a68b632a6ad249638f9ca570043a49be99a7 100644
--- a/package.json
+++ b/package.json
@@ -1,39 +1,53 @@
{
- "name": "react-template",
+ "name": "agency01",
"version": "0.1.0",
"private": true,
- "dependencies": {
- "@testing-library/dom": "^10.4.0",
- "@testing-library/jest-dom": "^6.6.3",
- "@testing-library/react": "^16.3.0",
- "@testing-library/user-event": "^13.5.0",
- "react": "^19.1.0",
- "react-dom": "^19.1.0",
- "react-scripts": "5.0.1",
- "web-vitals": "^2.1.4"
- },
"scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject"
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "@react-three/drei": "^9.108.3",
+ "@react-three/fiber": "^8.16.8",
+ "@splinetool/react-spline": "^4.0.0",
+ "@splinetool/runtime": "^1.8.9",
+ "@studio-freight/lenis": "^1.0.42",
+ "@tabler/icons-react": "^3.9.0",
+ "@tsparticles/engine": "^3.5.0",
+ "@tsparticles/react": "^3.0.0",
+ "@tsparticles/slim": "^3.5.0",
+ "clsx": "^2.1.1",
+ "framer-motion": "^11.2.14",
+ "gsap": "^3.12.5",
+ "lenis": "^1.1.5",
+ "locomotive-scroll": "^4.1.4",
+ "mini-svg-data-uri": "^1.4.4",
+ "next": "14.2.4",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "react-feather": "^2.0.10",
+ "react-icons": "^5.2.1",
+ "sass": "^1.77.6",
+ "simplex-noise": "^4.0.1",
+ "tailwind-merge": "^2.4.0",
+ "tailwindcss-animate": "^1.0.7",
+ "three": "^0.166.1",
+ "three-globe": "^2.31.1"
},
- "eslintConfig": {
- "extends": [
- "react-app",
- "react-app/jest"
- ]
+ "devDependencies": {
+ "@types/locomotive-scroll": "^4.1.3",
+ "@types/node": "^20",
+ "@types/react": "^18",
+ "@types/react-dom": "^18",
+ "eslint": "^8",
+ "eslint-config-next": "14.2.4",
+ "postcss": "^8",
+ "tailwindcss": "^3.4.1",
+ "typescript": "^5"
},
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
+ "overrides": {
+ "three": "^0.166.1"
}
}
diff --git a/postcss.config.mjs b/postcss.config.mjs
new file mode 100644
index 0000000000000000000000000000000000000000..1a69fd2a450afc3bf47e08b22c149190df0ffdb4
--- /dev/null
+++ b/postcss.config.mjs
@@ -0,0 +1,8 @@
+/** @type {import('postcss-load-config').Config} */
+const config = {
+ plugins: {
+ tailwindcss: {},
+ },
+};
+
+export default config;
diff --git a/public/b1.jpg b/public/b1.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1cab4f57b0dae7645f16f1a6e135e25aea17bb83
Binary files /dev/null and b/public/b1.jpg differ
diff --git a/public/b1.png b/public/b1.png
new file mode 100644
index 0000000000000000000000000000000000000000..63e075c6e8cfa312332d265cbb45ca287fe7c1bd
--- /dev/null
+++ b/public/b1.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b9366120de5af663060001dcb82a54839d267f5337cec80f9f343fed4acff79c
+size 134841
diff --git a/public/b1.svg b/public/b1.svg
new file mode 100644
index 0000000000000000000000000000000000000000..5aed98a8e8217f9881024a4aaa2dac7ceee0993a
--- /dev/null
+++ b/public/b1.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/public/b2.jpg b/public/b2.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..0205643e259c195f5eeaa10b30f6e5ce9ad94c82
--- /dev/null
+++ b/public/b2.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2f1ca88be428908cf52cf4956225f3c555ae24eea4ccfb6bbd6c1c2ec0433b7e
+size 160462
diff --git a/public/b3.jpg b/public/b3.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..0b626509f783600fdc64df1fc19a179570fea1ac
--- /dev/null
+++ b/public/b3.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:72b003eefdf1e3194158407f8b5891736b978b57b27dbce5df318faf8c938dfb
+size 138236
diff --git a/public/b4.svg b/public/b4.svg
new file mode 100644
index 0000000000000000000000000000000000000000..13cc77c9efef708125c75b26330b0b32a409c828
--- /dev/null
+++ b/public/b4.svg
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/b5.jpg b/public/b5.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6d42d7017dd29f88a530a075c586edce5c6fdb22
--- /dev/null
+++ b/public/b5.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:31eeb428fc9de8cb1a00239c0a8234955ec592b62fbe15fdadd8e001b20c2195
+size 122451
diff --git a/public/b5.png b/public/b5.png
new file mode 100644
index 0000000000000000000000000000000000000000..af20dbefa899ae1b053de05715d2411dc577c853
--- /dev/null
+++ b/public/b5.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0f48710b1b33948d9c49ec28bfd8f7490921165f9978606b9d324dfde9be872b
+size 998459
diff --git a/public/b5.svg b/public/b5.svg
new file mode 100644
index 0000000000000000000000000000000000000000..aa70ab8ddd803839774e77b4dd32c0cf0f516366
--- /dev/null
+++ b/public/b5.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/public/grid.svg b/public/grid.svg
new file mode 100644
index 0000000000000000000000000000000000000000..527cc2f378147980fce0a691cbc6f1e68abf6bf3
--- /dev/null
+++ b/public/grid.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/public/next.svg b/public/next.svg
new file mode 100644
index 0000000000000000000000000000000000000000..5174b28c565c285e3e312ec5178be64fbeca8398
--- /dev/null
+++ b/public/next.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/partner01.svg b/public/partner01.svg
new file mode 100644
index 0000000000000000000000000000000000000000..cc0bdfcbbe81288e4f9ba3e1a7d291ce5e279b1c
--- /dev/null
+++ b/public/partner01.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/public/partner02.svg b/public/partner02.svg
new file mode 100644
index 0000000000000000000000000000000000000000..e8ed2bbca2d7d4ad454028b63595f9c2da351f8a
--- /dev/null
+++ b/public/partner02.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/public/partner03.svg b/public/partner03.svg
new file mode 100644
index 0000000000000000000000000000000000000000..3a03f9e121dca95fcf98d34e59ec2746d730dc24
--- /dev/null
+++ b/public/partner03.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/partner04.svg b/public/partner04.svg
new file mode 100644
index 0000000000000000000000000000000000000000..7b3b319d7b3525e7afbd3c247e78c74f4217cbf0
--- /dev/null
+++ b/public/partner04.svg
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/public/sodaimage/bg.png b/public/sodaimage/bg.png
new file mode 100644
index 0000000000000000000000000000000000000000..73b36edef6fb142dfc361d818ebf1621ea3682d2
--- /dev/null
+++ b/public/sodaimage/bg.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:acf06ade24622bbc3aaa2be7ca1532e06cb3e3f49adfc4ace3fd38f561f7fbcc
+size 367544
diff --git a/public/sodaimage/bg03.png b/public/sodaimage/bg03.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6165a0814ac41e238a863faae1d1ee48bcdd4ce
--- /dev/null
+++ b/public/sodaimage/bg03.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ce0dbc02d06b60ddb77c09055680dcda7bcc8812dd8812ef1c1fbef6e8192eec
+size 3630466
diff --git a/public/sodaimage/bg2.png b/public/sodaimage/bg2.png
new file mode 100644
index 0000000000000000000000000000000000000000..e1baeeb20c33769d14c2e078e1315167ff7011f8
Binary files /dev/null and b/public/sodaimage/bg2.png differ
diff --git a/public/sodaimage/mockup.png b/public/sodaimage/mockup.png
new file mode 100644
index 0000000000000000000000000000000000000000..ea42e496cac78c354b6585f074df2fbc1d65aa64
--- /dev/null
+++ b/public/sodaimage/mockup.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:380d93ffa1da9b7b49e8fd11e39e7d9035b89214dc361e059dec844b20549a57
+size 7373778
diff --git a/public/vercel.svg b/public/vercel.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d2f84222734f27b623d1c80dda3561b04d1284af
--- /dev/null
+++ b/public/vercel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/works/works01.jpg b/public/works/works01.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f5f10b5d42d74c032dc6f5bbbc57d68b7e1d6fc2
Binary files /dev/null and b/public/works/works01.jpg differ
diff --git a/public/works/works02.jpg b/public/works/works02.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7bd39f73e91e6373eb54b3d85027ae072daa478e
--- /dev/null
+++ b/public/works/works02.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fd6c0924b5b3604bbdbb3b3e715357a453b9abc49ce59ddf1007c9d7954afb12
+size 138751
diff --git a/public/works/works03.jpg b/public/works/works03.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..973d10f9a73905232347c1543021583ac4db9468
--- /dev/null
+++ b/public/works/works03.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:de4531c61d3a90960a1bbc8d613938d08a289aa5c5640ba482af4a61b23b1f39
+size 172858
diff --git a/public/works/works04.jpg b/public/works/works04.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d08a3e2885c9641c4ef46a9bc4dd5e35668dc9fa
Binary files /dev/null and b/public/works/works04.jpg differ
diff --git a/public/works/works05.jpg b/public/works/works05.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7ec1fde28df9b22bd86b497f2b22370f40528de0
Binary files /dev/null and b/public/works/works05.jpg differ
diff --git a/src/app/favicon.ico b/src/app/favicon.ico
new file mode 100644
index 0000000000000000000000000000000000000000..718d6fea4835ec2d246af9800eddb7ffb276240c
Binary files /dev/null and b/src/app/favicon.ico differ
diff --git a/src/app/globals.css b/src/app/globals.css
new file mode 100644
index 0000000000000000000000000000000000000000..af09e50aac51d0a3457328f2e3e0937d06649d61
--- /dev/null
+++ b/src/app/globals.css
@@ -0,0 +1,160 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;
+
+:root {
+ --foreground-rgb: 11, 13, 33;
+ --background-start-rgb: 214, 219, 220;
+ --background-end-rgb: 0, 0, 0;
+}
+
+
+body {
+ color: rgb(var(--background-start-rgb));
+ background: rgb(var(--foreground-rgb));
+}
+
+@layer utilities {
+ .text-balance {
+ text-wrap: balance;
+ }
+}
+
+html.lenis, html.lenis body {
+ height: auto;
+}
+
+.lenis.lenis-smooth {
+ scroll-behavior: auto !important;
+}
+
+.lenis.lenis-smooth [data-lenis-prevent] {
+ overscroll-behavior: contain;
+}
+
+.lenis.lenis-stopped {
+ overflow: hidden;
+}
+
+.lenis.lenis-smooth iframe {
+ pointer-events: none;
+}
+
+.creativeBtn{
+ transition: 0.3s ease-in-out;
+ position: relative;
+ overflow: hidden;
+ border: 1px solid #fff;
+}
+.creativeBtn:hover {
+ color: #fff;
+}
+.creativeBtn span {
+ position: relative;
+ z-index: 9;
+}
+.creativeBtn:after {
+ content: '';
+ width: 100px;
+ height: 100px;
+ border-radius: 100%;
+ background:#000;
+ position: absolute;
+ display: block;
+ left: 0;
+ top:calc(-5vh);
+ z-index: 0;
+ scale: 0;
+ transition: 0.3s ease-in-out;
+}
+.creativeBtn:hover:after{
+ scale: 1.2;
+}
+
+
+/* components/Banner.module.css */
+
+.product {
+ position: absolute;
+ right: 0;
+ transform: translateX(60%);
+ bottom: calc(-10vw);
+ z-index: 2;
+ width: 500px;
+ transition: 0.7s;
+}
+
+.product .soda {
+ position: absolute;
+ bottom: 0;
+ right: 50%;
+ transform: translateX(-50%);
+}
+
+.soda {
+ --left: 0px;
+ background: var(--url) var(--left), url(/sodaimage/mockup.png) 0 0;
+ background-size: auto 100%;
+ width: 250px;
+ aspect-ratio: 2 / 4;
+ background-blend-mode: multiply;
+ transition: 0.8s;
+ mask-image: url(/sodaimage/mockup.png);
+ mask-size: auto 100%;
+}
+
+.soda:nth-child(2) {
+ opacity: 0;
+}
+
+.brandContainer:hover .product {
+ bottom: 100px;
+}
+
+.brandContainer:hover .product .soda:nth-child(2) {
+ opacity: 1;
+ --left: 500px;
+}
+
+.brandContainer:hover .product .soda:nth-child(1) {
+ opacity: 0;
+ --left: 500px;
+}
+
+@media screen and (max-width: 1023px) {
+ .soda {
+ width: 250px;
+ }
+}
+
+@media screen and (max-width: 767px) {
+ .soda {
+ width: 150px;
+ }
+ .product {
+ bottom: -260px;
+ }
+
+ .brandContainer:hover .product {
+ bottom: -150px;
+ }
+
+ .brandContainer:hover .product .soda:nth-child(2) {
+ --left: 300px;
+ }
+}
+
+@keyframes slideFadeInUp {
+ from {
+ opacity: 0;
+ transform: translateY(30px);
+ }
+ to {
+ opacity: 1;
+ transform: translateY(0);
+ }
+}
+
+.orbStyle {
+ animation: slideFadeInUp 1s ease forwards;
+}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..6dd959b0ce8b591db31a98ae462951211771de48
--- /dev/null
+++ b/src/app/layout.tsx
@@ -0,0 +1,28 @@
+import type { Metadata } from "next";
+import { Inter } from "next/font/google";
+import "./globals.css";
+import Menu from "@/components/Menu";
+import Footer from "@/components/Footer";
+
+const inter = Inter({ subsets: ["latin"] });
+
+export const metadata: Metadata = {
+ title: "Website Agency",
+ description: "We build your ideas",
+};
+
+export default function RootLayout({
+ children,
+}: Readonly<{
+ children: React.ReactNode;
+}>) {
+ return (
+
+
+
+ {children}
+
+
+
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..f3a50749aba2005163c6f75d4013de1477dc8bc9
--- /dev/null
+++ b/src/app/page.tsx
@@ -0,0 +1,17 @@
+import About from "@/components/About";
+import Hero from "@/components/Hero";
+import Services from '@/components/Services';
+import LenisScroll from '@/components/ui/LenisScroll';
+import Works from "@/components/Works";
+
+export default function Home() {
+ return (
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/components/About.tsx b/src/components/About.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..371d4cbbe9f253a55efd69f7c3f94d8548246742
--- /dev/null
+++ b/src/components/About.tsx
@@ -0,0 +1,52 @@
+'use client'
+import React, { useRef, useEffect, useState } from 'react';
+import { motion } from "framer-motion";
+
+const About = () => {
+ const [isVisible, setIsVisible] = useState(false);
+ const [hasAnimated, setHasAnimated] = useState(false);
+ const ref = useRef(null);
+
+ useEffect(() => {
+ const observer = new IntersectionObserver(
+ ([entry]) => {
+ if (entry.isIntersecting && !hasAnimated) {
+ setIsVisible(true);
+ setHasAnimated(true); // Ensure the animation plays only once
+ } else if (!entry.isIntersecting && entry.boundingClientRect.top > 0) {
+ setIsVisible(false);
+ setHasAnimated(false); // Reset the animation when scrolling up
+ }
+ },
+ {
+ threshold: 0.5, // Adjust threshold as needed
+ }
+ );
+
+ if (ref.current) {
+ observer.observe(ref.current);
+ }
+
+ return () => {
+ if (ref.current) {
+ observer.unobserve(ref.current);
+ }
+ };
+ }, [hasAnimated]);
+
+ return (
+
+
+ Welcome to iDEA agency, where creativity meets technology. We are a team of passionate designers and developers dedicated to crafting stunning websites that not only look great but also deliver exceptional user experiences. With years of industry experience, we specialize in creating custom digital solutions tailored to your business needs. Our mission is to elevate your brand online and help you stand out in the digital landscape.
+
+
+ );
+};
+
+export default About;
diff --git a/src/components/CanvasMenu/Button/index.jsx b/src/components/CanvasMenu/Button/index.jsx
new file mode 100644
index 0000000000000000000000000000000000000000..859221fd4d0231db297eb7f8aec59bcfd0b85e3a
--- /dev/null
+++ b/src/components/CanvasMenu/Button/index.jsx
@@ -0,0 +1,36 @@
+import { motion } from 'framer-motion';
+import styles from './style.module.scss';
+
+export default function Button({isActive, toggleMenu}) {
+ return (
+
+ )
+}
+
+function PerspectiveText({label}) {
+ return (
+
+ )
+}
\ No newline at end of file
diff --git a/src/components/CanvasMenu/Button/style.module.scss b/src/components/CanvasMenu/Button/style.module.scss
new file mode 100644
index 0000000000000000000000000000000000000000..c0743a39cab22ba8ea5313c6dae4a9f2af5de21e
--- /dev/null
+++ b/src/components/CanvasMenu/Button/style.module.scss
@@ -0,0 +1,68 @@
+.button{
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 100px;
+ height: 40px;
+ cursor: pointer;
+ border-radius: 25px;
+ overflow: hidden;
+
+ .slider{
+ position: relative;
+ width: 100%;
+ height: 100%;
+
+ .el{
+ width: 100%;
+ height: 100%;
+ background-color: #D35A0A;
+ p{
+ margin: 0px;
+ }
+ &:nth-of-type(2){
+ background-color: #000;
+ p{
+ color: #fff;
+ }
+ }
+ &:hover{
+ .perspectiveText{
+ transform: rotateX(90deg);
+ p{
+ &:nth-of-type(1){
+ transform: translateY(-100%);
+ opacity: 0;
+ }
+ &:nth-of-type(2){
+ opacity: 1;
+ }
+ }
+ }
+ }
+ }
+ }
+
+}
+
+.perspectiveText{
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ height: 100%;
+ width: 100%;
+ transform-style: preserve-3d;
+ transition: transform 0.5s cubic-bezier(0.6, 0, 0.24, 1);
+ p{
+ transition: all 0.5s cubic-bezier(0.6, 0, 0.24, 1);
+ pointer-events: none;
+ text-transform: uppercase;
+ &:nth-of-type(2){
+ position: absolute;
+ transform-origin: bottom center;
+ transform: rotateX(-90deg) translateY(9px);
+ opacity: 0;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/components/CanvasMenu/Nav/anim.js b/src/components/CanvasMenu/Nav/anim.js
new file mode 100644
index 0000000000000000000000000000000000000000..063237bbbf7811b6b848fca30c50ae8901ad1df4
--- /dev/null
+++ b/src/components/CanvasMenu/Nav/anim.js
@@ -0,0 +1,44 @@
+export const perspective = {
+ initial: {
+ opacity: 0,
+ rotateX: 90,
+ translateY: 80,
+ translateX: -20,
+ },
+ enter: (i) => ({
+ opacity: 1,
+ rotateX: 0,
+ translateY: 0,
+ translateX: 0,
+ transition: {
+ duration: 0.65,
+ delay: 0.5 + (i * 0.1),
+ ease: [.215,.61,.355,1],
+ opacity: { duration: 0.35}
+ }
+ }),
+ exit: {
+ opacity: 0,
+ transition: { duration: 0.5, type: "linear", ease: [0.76, 0, 0.24, 1]}
+ }
+}
+
+export const slideIn = {
+ initial: {
+ opacity: 0,
+ y: 20
+ },
+ enter: (i) => ({
+ opacity: 1,
+ y: 0,
+ transition: {
+ duration: 0.5,
+ delay: 0.75 + (i * 0.1),
+ ease: [.215,.61,.355,1]
+ }
+ }),
+ exit: {
+ opacity: 0,
+ transition: { duration: 0.5, type: "tween", ease: "easeInOut"}
+ }
+}
\ No newline at end of file
diff --git a/src/components/CanvasMenu/Nav/data.js b/src/components/CanvasMenu/Nav/data.js
new file mode 100644
index 0000000000000000000000000000000000000000..8cd38072a8f55db917e711a23a6bf267b72a3caa
--- /dev/null
+++ b/src/components/CanvasMenu/Nav/data.js
@@ -0,0 +1,37 @@
+export const links = [
+ {
+ title: "About",
+ href: "/"
+ },
+ {
+ title: "Works",
+ href: "/"
+ },
+ {
+ title: "Services",
+ href: "/"
+ },
+ {
+ title: "Contact",
+ href: "/"
+ }
+]
+
+export const footerLinks = [
+ {
+ title: "Facebook",
+ href: "/"
+ },
+ {
+ title: "LinkedIn",
+ href: "/"
+ },
+ {
+ title: "Instagram",
+ href: "/"
+ },
+ {
+ title: "Twitter",
+ href: "/"
+ }
+]
\ No newline at end of file
diff --git a/src/components/CanvasMenu/Nav/index.jsx b/src/components/CanvasMenu/Nav/index.jsx
new file mode 100644
index 0000000000000000000000000000000000000000..bba447867c7f70baa1757701b68dc20cb01134a6
--- /dev/null
+++ b/src/components/CanvasMenu/Nav/index.jsx
@@ -0,0 +1,54 @@
+import styles from "./style.module.scss";
+import { motion } from "framer-motion";
+import { links, footerLinks } from "./data";
+import Image from "next/image";
+import { perspective, slideIn } from "./anim";
+import clsx from "clsx";
+
+export default function index() {
+ return (
+
+
+
+ {links.map((link, i) => {
+ const { title, href } = link;
+ return (
+
+ );
+ })}
+
+
+ {footerLinks.map((link, i) => {
+ const { title, href } = link;
+ return (
+
+ {title}
+
+ );
+ })}
+
+
+
+
+
+
+ );
+}
diff --git a/src/components/CanvasMenu/Nav/style.module.scss b/src/components/CanvasMenu/Nav/style.module.scss
new file mode 100644
index 0000000000000000000000000000000000000000..b89b98feebf8e11ee8e0af4c7a9f4a58c3193d8b
--- /dev/null
+++ b/src/components/CanvasMenu/Nav/style.module.scss
@@ -0,0 +1,64 @@
+.nav{
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+ padding: 100px 40px 50px 40px;
+ height: 75vh;
+ box-sizing: border-box;
+ position: relative;
+ .body{
+ display: flex;
+ gap: 10px;
+ flex-direction: column;
+ .linkContainer{
+ perspective: 120px;
+ perspective-origin: bottom;
+ }
+ a{
+ text-decoration: none;
+ color: #000;
+ font-size: 46px;
+ width: max-content;
+ display: block;
+ transition: 0.2s ease-in-out;
+ overflow: hidden;
+ cursor: pointer;
+ }
+ a:after {
+ content: '';
+ display: block;
+ position: relative;
+ width: 100%;
+ height: 3px;
+ background: #000;
+ transform: translateX(-100%);
+ transition: .3s ease-in-out;
+ }
+ a:hover:after {
+ transform: translateX(0);
+ transition: .3s ease-in-out;
+ }
+ }
+ .footer{
+ display: flex;
+ flex-wrap: wrap;
+ a{
+ width: 50%;
+ margin-top: 5px;
+ }
+ }
+}
+
+.mainNav {
+ display: grid;
+ position: relative;
+ grid-template-columns: repeat(2, minmax(0, 1fr));
+}
+
+@media (max-width: 1024px){
+ .mainNav {
+ display: flex !important;
+ flex-direction: column !important;
+
+ }
+}
\ No newline at end of file
diff --git a/src/components/CanvasMenu/index.jsx b/src/components/CanvasMenu/index.jsx
new file mode 100644
index 0000000000000000000000000000000000000000..f614e341f679a3577fe6d0d5d0a22b4beb8af78f
--- /dev/null
+++ b/src/components/CanvasMenu/index.jsx
@@ -0,0 +1,44 @@
+'use client';
+import { useState } from 'react'
+import { AnimatePresence, motion } from 'framer-motion';
+import Button from './Button';
+import styles from './style.module.scss';
+import Nav from './Nav';
+import clsx from 'clsx';
+
+const menu = {
+ open: {
+ width: "88vw",
+ height: "75vh",
+ top: "-25px",
+ right: "-25px",
+ transition: { duration: 0.5, type: "tween", ease: [0.76, 0, 0.24, 1] }
+ },
+ closed: {
+ width: "100px",
+ height: "40px",
+ top: "0px",
+ right: "0px",
+ transition: { duration: 0.5, delay: 0.35, type: "tween", ease: [0.76, 0, 0.24, 1] }
+ }
+}
+
+export default function Index() {
+ const [isActive, setIsActive] = useState(false);
+
+ return (
+
+
+
+ {isActive && }
+
+
+
{ setIsActive(!isActive) }} />
+
+ )
+}
diff --git a/src/components/CanvasMenu/style.module.scss b/src/components/CanvasMenu/style.module.scss
new file mode 100644
index 0000000000000000000000000000000000000000..15568da81473d4d3bc7eb1d90db344b9a1a9405e
--- /dev/null
+++ b/src/components/CanvasMenu/style.module.scss
@@ -0,0 +1,17 @@
+.header {
+ position: fixed;
+ right: 50px;
+ top: 50px;
+ z-index: 99;
+ .menu {
+ width: 480px;
+ height: 650px;
+ background-color: #fff;
+ border-radius: 25px;
+ overflow: hidden;
+ position: relative;
+ a {
+ color: #000;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..eae6f7ac12ab008d37794723da58f3ba27c94a0c
--- /dev/null
+++ b/src/components/Footer.tsx
@@ -0,0 +1,130 @@
+'use client'
+import { useRef, useEffect } from 'react';
+import { gsap } from 'gsap';
+
+export function Footer() {
+ const listItemsRef = useRef<(HTMLLIElement | null)[]>([]);
+ const spanItemsRef = useRef<(HTMLSpanElement | null)[]>([]);
+
+ useEffect(() => {
+ const handleMouseEnter = (item: HTMLElement) => {
+ const textInitial = item.querySelector('.initial');
+ const textHover = item.querySelector('.hover');
+ gsap.to(textInitial, {
+ yPercent: -100,
+ perspective: 1000,
+ rotationX: 90,
+ duration: 1,
+ ease: 'power4.out',
+ });
+ gsap.to(textHover, {
+ yPercent: 0,
+ perspective: 1000,
+ rotationX: 0,
+ duration: 1,
+ ease: 'power4.out',
+ });
+ };
+
+ const handleMouseLeave = (item: HTMLElement) => {
+ const textInitial = item.querySelector('.initial');
+ const textHover = item.querySelector('.hover');
+ gsap.to(textInitial, {
+ yPercent: 0,
+ perspective: 1000,
+ rotationX: 0,
+ duration: 1,
+ ease: 'power4.out',
+ });
+ gsap.to(textHover, {
+ yPercent: 100,
+ perspective: 1000,
+ rotationX: -90,
+ duration: 1,
+ ease: 'power4.out',
+ });
+ };
+
+ const addEventListeners = (item: HTMLElement | null) => {
+ if (!item) return;
+ const textHover = item.querySelector('.hover');
+ gsap.set(textHover, { yPercent: 100, perspective: 1000, rotationX: -90 });
+
+ const enterHandler = () => handleMouseEnter(item);
+ const leaveHandler = () => handleMouseLeave(item);
+
+ item.addEventListener('mouseenter', enterHandler);
+ item.addEventListener('mouseleave', leaveHandler);
+
+ // Store handlers to remove them later
+ (item as any).__enterHandler = enterHandler;
+ (item as any).__leaveHandler = leaveHandler;
+ };
+
+ const removeEventListeners = (item: HTMLElement | null) => {
+ if (!item) return;
+ item.removeEventListener('mouseenter', (item as any).__enterHandler);
+ item.removeEventListener('mouseleave', (item as any).__leaveHandler);
+ };
+
+ listItemsRef.current.forEach(addEventListeners);
+ spanItemsRef.current.forEach(addEventListeners);
+
+ return () => {
+ listItemsRef.current.forEach(removeEventListeners);
+ spanItemsRef.current.forEach(removeEventListeners);
+ };
+ }, []);
+
+ return (
+
+
+
+ {['About', 'Services', 'Works', 'Contact'].map((text, index) => (
+ { listItemsRef.current[index] = el; }}
+ className="relative overflow-hidden h-5 cursor-pointer"
+ >
+ {text}
+ {text}
+
+ ))}
+
+
+
+
Let's Talk
+
+
+
+
+
+
mail
+
+
+
+
github
+
+
+
+
behance
+
+
+
+
dribble
+
+
+
+
linkedin
+
+
+
+
+ 2024 © CharltonK.dev
+
+
+
+ );
+}
+
+export default Footer;
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..6f84b0c16691309177dfd5872357acff26a2e006
--- /dev/null
+++ b/src/components/Header.tsx
@@ -0,0 +1,22 @@
+import React from 'react'
+const Header = () => {
+ return (
+
+
+ DNA
+
+
+
+ Home
+ Service
+ Project
+ Contact
+
+
Let's Talk
+
+
+
+ )
+}
+
+export default Header
\ No newline at end of file
diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..65517a9ca070825b0a6d955dc5d3b7d578f06848
--- /dev/null
+++ b/src/components/Hero.tsx
@@ -0,0 +1,25 @@
+import React from "react";
+import { Spotlight } from "./ui/Spotlight";
+import HeroContent from "./ui/HeroContent";
+import LostOrb from "./ui/LostOrb";
+
+export default function Hero() {
+ return (
+
+ );
+}
\ No newline at end of file
diff --git a/src/components/LostOrb/index.jsx b/src/components/LostOrb/index.jsx
new file mode 100644
index 0000000000000000000000000000000000000000..f4f4fc809077d1600ddd7e7f8fac66712961f346
--- /dev/null
+++ b/src/components/LostOrb/index.jsx
@@ -0,0 +1,11 @@
+import Spline from '@splinetool/react-spline/next';
+
+export default function Home() {
+ return (
+
+
+
+ );
+}
diff --git a/src/components/Menu.tsx b/src/components/Menu.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..99eb2af322ee6669ca9d60896704827990351a4b
--- /dev/null
+++ b/src/components/Menu.tsx
@@ -0,0 +1,18 @@
+'use client'
+import React from 'react';
+import Header from './CanvasMenu';
+
+const Menu = () => {
+ return (
+
+ )
+}
+
+export default Menu
\ No newline at end of file
diff --git a/src/components/Services.tsx b/src/components/Services.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..8e36ba413b42f65082dcdd287bf1c28f4d5d001d
--- /dev/null
+++ b/src/components/Services.tsx
@@ -0,0 +1,42 @@
+import { gridItems } from "../data";
+import { BentoGrid, BentoGridItem } from "./ui/BentoGrid";
+
+const Services = () => {
+ return (
+
+
+ Our Services
+
+ <>
+
+
+
+
+
+ {gridItems.map((item, i) => (
+
+ ))}
+
+ >
+
+ );
+};
+
+export default Services;
\ No newline at end of file
diff --git a/src/components/SodaAnimation/Soda.jsx b/src/components/SodaAnimation/Soda.jsx
new file mode 100644
index 0000000000000000000000000000000000000000..1cb2d9c34413848727c9df7514ffeb10a364d0db
--- /dev/null
+++ b/src/components/SodaAnimation/Soda.jsx
@@ -0,0 +1,12 @@
+const Soda = () => {
+ return (
+
+ );
+};
+
+export default Soda;
diff --git a/src/components/Works.tsx b/src/components/Works.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..8616885225fda74b189abb7e57be4bb5b09dddf1
--- /dev/null
+++ b/src/components/Works.tsx
@@ -0,0 +1,50 @@
+import { MdOutlineArrowOutward } from "react-icons/md";
+import { workItems } from "../data/index";
+import Image from "next/image";
+
+export default function Works() {
+ return (
+
+
+ Our Works
+
+ {workItems.map((item) => (
+
+
+
+
{item.title}
+
{item.description}
+
+
+ Category:
+ {item.category}
+
+
+ Tag:
+ {item.tag}
+
+
+
+
+ Project Details
+
+
+
+
+ ))}
+
+ );
+}
diff --git a/src/components/ui/BentoGrid.tsx b/src/components/ui/BentoGrid.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..9bf5864ef2d633652979b62e0d0e2765516f809b
--- /dev/null
+++ b/src/components/ui/BentoGrid.tsx
@@ -0,0 +1,171 @@
+'use client'
+import { useState } from "react";
+import { cn } from "@/utils/cn";
+import animationData from "@/data/confetti.json";
+import WebsiteMockup from "./WebsiteMockup";
+import Soda from "../SodaAnimation/Soda"
+import ProgLangList from "./ProgLangList";
+
+export const BentoGrid = ({
+ className,
+ children,
+}: {
+ className?: string;
+ children?: React.ReactNode;
+}) => {
+ return (
+
+ {children}
+
+ );
+};
+
+export const BentoGridItem = ({
+ className,
+ id,
+ title,
+ description,
+ descriptionClassName,
+ img,
+ imgClassName,
+ titleClassName,
+ spareImg,
+}: {
+ className?: string;
+ id: number;
+ title?: string | React.ReactNode;
+ description?: string | React.ReactNode;
+ img?: string;
+ imgClassName?: string;
+ titleClassName?: string;
+ descriptionClassName?: string;
+ spareImg?: string;
+}) => {
+ const leftLists = ["ReactJS", "Express", "Typescript"];
+ const rightLists = ["VueJS", "NuxtJS", "GraphQL"];
+
+ const [copied, setCopied] = useState(false);
+
+ const defaultOptions = {
+ loop: copied,
+ autoplay: copied,
+ animationData: animationData,
+ rendererSettings: {
+ preserveAspectRatio: "xMidYMid slice",
+ },
+ };
+
+ const handleCopy = () => {
+ const text = "idea@example.com";
+ navigator.clipboard.writeText(text);
+ setCopied(true);
+ };
+
+ return (
+
+ {/* add img divs */}
+
+
+ {img && (
+
+ )}
+
+
+ {spareImg && (
+
+ )}
+
+
+
+
+ {/* add text-3xl max-w-96 , remove text-neutral-600 dark:text-neutral-300*/}
+ {/* remove mb-2 mt-2 */}
+
+ {title}
+
+ {/* change the order of the title and des, font-extralight, remove text-xs text-neutral-600 dark:text-neutral-300 , change the text-color */}
+
+ {description}
+
+ {/* for the github 3d globe */}
+ {/*id === 2 &&
+ }*/}
+ {id === 1 &&
+
+
+
+ }
+ {id === 5 &&
}
+
+ {/* Tech stack list div */}
+ {id === 3 && (
+
+ )}
+ {id === 7 && (
+
+ {/* button border magic from tailwind css buttons */}
+ {/* add rounded-md h-8 md:h-8, remove rounded-full */}
+ {/* remove focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50 */}
+ {/* add handleCopy() for the copy the text */}
+
+
+
+
+ Let's Talk
+
+
+ )}
+
+
+
+ );
+};
\ No newline at end of file
diff --git a/src/components/ui/GradientBg.tsx b/src/components/ui/GradientBg.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..f3464bf47a704ffd7c2a5e878a1a5d7878c80a33
--- /dev/null
+++ b/src/components/ui/GradientBg.tsx
@@ -0,0 +1,181 @@
+"use client";
+import { cn } from "@/utils/cn";
+import { useEffect, useRef, useState } from "react";
+
+export const BackgroundGradientAnimation = ({
+ gradientBackgroundStart = "rgb(108, 0, 162)",
+ gradientBackgroundEnd = "rgb(0, 17, 82)",
+ firstColor = "18, 113, 255",
+ secondColor = "221, 74, 255",
+ thirdColor = "100, 220, 255",
+ fourthColor = "200, 50, 50",
+ fifthColor = "180, 180, 50",
+ pointerColor = "140, 100, 255",
+ size = "80%",
+ blendingValue = "hard-light",
+ children,
+ className,
+ interactive = true,
+ containerClassName,
+}: {
+ gradientBackgroundStart?: string;
+ gradientBackgroundEnd?: string;
+ firstColor?: string;
+ secondColor?: string;
+ thirdColor?: string;
+ fourthColor?: string;
+ fifthColor?: string;
+ pointerColor?: string;
+ size?: string;
+ blendingValue?: string;
+ children?: React.ReactNode;
+ className?: string;
+ interactive?: boolean;
+ containerClassName?: string;
+}) => {
+ const interactiveRef = useRef(null);
+
+ const [curX, setCurX] = useState(0);
+ const [curY, setCurY] = useState(0);
+ const [tgX, setTgX] = useState(0);
+ const [tgY, setTgY] = useState(0);
+ useEffect(() => {
+ document.body.style.setProperty(
+ "--gradient-background-start",
+ gradientBackgroundStart
+ );
+ document.body.style.setProperty(
+ "--gradient-background-end",
+ gradientBackgroundEnd
+ );
+ document.body.style.setProperty("--first-color", firstColor);
+ document.body.style.setProperty("--second-color", secondColor);
+ document.body.style.setProperty("--third-color", thirdColor);
+ document.body.style.setProperty("--fourth-color", fourthColor);
+ document.body.style.setProperty("--fifth-color", fifthColor);
+ document.body.style.setProperty("--pointer-color", pointerColor);
+ document.body.style.setProperty("--size", size);
+ document.body.style.setProperty("--blending-value", blendingValue);
+ }, []);
+
+ useEffect(() => {
+ function move() {
+ if (!interactiveRef.current) {
+ return;
+ }
+ setCurX(curX + (tgX - curX) / 20);
+ setCurY(curY + (tgY - curY) / 20);
+ interactiveRef.current.style.transform = `translate(${Math.round(
+ curX
+ )}px, ${Math.round(curY)}px)`;
+ }
+
+ move();
+ }, [tgX, tgY]);
+
+ const handleMouseMove = (event: React.MouseEvent) => {
+ if (interactiveRef.current) {
+ const rect = interactiveRef.current.getBoundingClientRect();
+ setTgX(event.clientX - rect.left);
+ setTgY(event.clientY - rect.top);
+ }
+ };
+
+ const [isSafari, setIsSafari] = useState(false);
+ useEffect(() => {
+ setIsSafari(/^((?!chrome|android).)*safari/i.test(navigator.userAgent));
+ }, []);
+
+ return (
+
+
+
+
+
+
+
+
+
+
+
{children}
+
+
+
+
+
+
+
+ {interactive && (
+
+ )}
+
+
+ );
+};
\ No newline at end of file
diff --git a/src/components/ui/HeroContent.tsx b/src/components/ui/HeroContent.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..80cc1fd54d10818b28374695d18e93fa2dc673c5
--- /dev/null
+++ b/src/components/ui/HeroContent.tsx
@@ -0,0 +1,34 @@
+'use client'
+import { useEffect } from "react";
+import { gsap } from "gsap";
+
+export default function HeroContent() {
+ useEffect(() => {
+ const tl = gsap.timeline();
+ tl.fromTo(".hero-text-1", { opacity: 0, y: 50 }, { opacity: 1, y: 0, duration: 0.3, ease: "power1.out", })
+ .fromTo(".hero-text-2", { opacity: 0, y: 50 }, { opacity: 1, y: 0, duration: 0.3, delay: 0.1, ease: "power1.out", })
+ .fromTo(".hero-button", { opacity: 0, y: 50 }, { opacity: 1, y: 0, duration: 0.3, delay: 0.15, ease: "power1.out", });
+ }, []);
+
+ return (
+
+
+
+ Transforming Ideas into Digital Excellence
+
+
+ Creating bespoke, innovative web solutions that drive your business forward.
+
+
+ Get Started
+
+
+ )
+}
diff --git a/src/components/ui/InfiniteMovingCard.tsx b/src/components/ui/InfiniteMovingCard.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..a6c87f12f985a22523cb63f62679a97fdedc955d
--- /dev/null
+++ b/src/components/ui/InfiniteMovingCard.tsx
@@ -0,0 +1,124 @@
+"use client";
+
+import { cn } from "@/utils/cn";
+import React, { useEffect, useState } from "react";
+import Image from "next/image";
+
+export const InfiniteMovingCards = ({
+ items,
+ direction = "left",
+ speed = "fast",
+ pauseOnHover = true,
+ className,
+}: {
+ items: {
+ name: string;
+ title?: string;
+ img?: string;
+ }[];
+ direction?: "left" | "right" | "up" | "down";
+ speed?: "fast" | "normal" | "slow";
+ pauseOnHover?: boolean;
+ className?: string;
+}) => {
+ const containerRef = React.useRef(null);
+ const scrollerRef = React.useRef(null);
+
+ useEffect(() => {
+ addAnimation();
+ }, []);
+ const [start, setStart] = useState(false);
+
+ function addAnimation() {
+ if (containerRef.current && scrollerRef.current) {
+ const scrollerContent = Array.from(scrollerRef.current.children);
+
+ scrollerContent.forEach((item) => {
+ const duplicatedItem = item.cloneNode(true);
+ if (scrollerRef.current) {
+ scrollerRef.current.appendChild(duplicatedItem);
+ }
+ });
+
+ getDirection();
+ getSpeed();
+ setStart(true);
+ }
+ }
+
+ const getDirection = () => {
+ if (containerRef.current) {
+ switch (direction) {
+ case "left":
+ containerRef.current.style.setProperty("--animation-direction", "forwards");
+ containerRef.current.style.setProperty("--animation-axis", "horizontal");
+ break;
+ case "right":
+ containerRef.current.style.setProperty("--animation-direction", "reverse");
+ containerRef.current.style.setProperty("--animation-axis", "horizontal");
+ break;
+ case "up":
+ containerRef.current.style.setProperty("--animation-direction", "forwards");
+ containerRef.current.style.setProperty("--animation-axis", "vertical");
+ break;
+ case "down":
+ containerRef.current.style.setProperty("--animation-direction", "reverse");
+ containerRef.current.style.setProperty("--animation-axis", "vertical");
+ break;
+ }
+ }
+ };
+
+ const getSpeed = () => {
+ if (containerRef.current) {
+ if (speed === "fast") {
+ containerRef.current.style.setProperty("--animation-duration", "20s");
+ } else if (speed === "normal") {
+ containerRef.current.style.setProperty("--animation-duration", "40s");
+ } else {
+ containerRef.current.style.setProperty("--animation-duration", "80s");
+ }
+ }
+ };
+
+ return (
+
+
+ {items.map((item, idx) => (
+
+ {item.img && (
+
+ )}
+ {item.title && (
+ {item.title}
+ )}
+
+ ))}
+
+
+ );
+};
diff --git a/src/components/ui/LenisScroll.tsx b/src/components/ui/LenisScroll.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..740f5e7345ec5c85b3e08f3eb35fcd1cb1db62a7
--- /dev/null
+++ b/src/components/ui/LenisScroll.tsx
@@ -0,0 +1,28 @@
+'use client';
+
+import { useEffect } from 'react';
+import Lenis from 'lenis';
+
+const LenisScroll: React.FC = () => {
+ useEffect(() => {
+ const lenis = new Lenis({
+ duration: 0.5, // Adjust this value to change the scroll speed (default is 1.2)
+ easing: (t) => t ** 0.5, // Customize the easing function if needed
+ });
+
+ function raf(time: number) {
+ lenis.raf(time);
+ requestAnimationFrame(raf);
+ }
+
+ requestAnimationFrame(raf);
+
+ return () => {
+ lenis.destroy();
+ };
+ }, []);
+
+ return null;
+};
+
+export default LenisScroll;
diff --git a/src/components/ui/LostOrb.tsx b/src/components/ui/LostOrb.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..cc6dec1afc442be4168870978ad0eb7879c54690
--- /dev/null
+++ b/src/components/ui/LostOrb.tsx
@@ -0,0 +1,11 @@
+import Spline from '@splinetool/react-spline/next';
+
+export default function LostOrb() {
+ return (
+
+
+
+ );
+}
diff --git a/src/components/ui/ProgLangList.tsx b/src/components/ui/ProgLangList.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..1906ced21256233c90f349e376daf68f46cbfdad
--- /dev/null
+++ b/src/components/ui/ProgLangList.tsx
@@ -0,0 +1,68 @@
+"use client";
+
+import React from "react";
+import { InfiniteMovingCards } from "./InfiniteMovingCard";
+
+export default function ProgLangList() {
+ return (
+
+ );
+}
+
+const leftProg = [
+ {
+ id: 20,
+ name: "prog1",
+ title: "Webflow",
+ img: "",
+ },
+ {
+ id: 21,
+ name: "prog2",
+ title: "WordPress",
+ img: "",
+ },
+ {
+ id: 22,
+ name: "prog3",
+ title: "NextJS",
+ img: "",
+ },
+];
+
+const rightProg = [
+ {
+ id: 23,
+ name: "prog4",
+ title: "VueJS",
+ img: "",
+ },
+ {
+ id: 24,
+ name: "prog5",
+ title: "TypeScript",
+ img: "",
+ },
+ {
+ id: 25,
+ name: "prog6",
+ title: "React",
+ img: "",
+ },
+ ];
diff --git a/src/components/ui/Sparkles.tsx b/src/components/ui/Sparkles.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..407c89752bc706c05a0093f2e47c946eb88dd373
--- /dev/null
+++ b/src/components/ui/Sparkles.tsx
@@ -0,0 +1,435 @@
+"use client";
+import React from "react";
+import { useEffect, useState } from "react";
+import Particles, { initParticlesEngine } from "@tsparticles/react";
+import type { Container, SingleOrMultiple } from "@tsparticles/engine";
+import { loadSlim } from "@tsparticles/slim";
+import { cn } from "@/utils/cn";
+import { motion, useAnimation } from "framer-motion";
+
+type ParticlesProps = {
+ id?: string;
+ className?: string;
+ background?: string;
+ particleSize?: number;
+ minSize?: number;
+ maxSize?: number;
+ speed?: number;
+ particleColor?: string;
+ particleDensity?: number;
+};
+export const SparklesCore = (props: ParticlesProps) => {
+ const {
+ id,
+ className,
+ background,
+ minSize,
+ maxSize,
+ speed,
+ particleColor,
+ particleDensity,
+ } = props;
+ const [init, setInit] = useState(false);
+ useEffect(() => {
+ initParticlesEngine(async (engine) => {
+ await loadSlim(engine);
+ }).then(() => {
+ setInit(true);
+ });
+ }, []);
+ const controls = useAnimation();
+
+ const particlesLoaded = async (container?: Container) => {
+ if (container) {
+ console.log(container);
+ controls.start({
+ opacity: 1,
+ transition: {
+ duration: 1,
+ },
+ });
+ }
+ };
+
+ return (
+
+ {init && (
+
+ resize: true as any,
+ },
+ modes: {
+ push: {
+ quantity: 4,
+ },
+ repulse: {
+ distance: 200,
+ duration: 0.4,
+ },
+ },
+ },
+ particles: {
+ bounce: {
+ horizontal: {
+ value: 1,
+ },
+ vertical: {
+ value: 1,
+ },
+ },
+ collisions: {
+ absorb: {
+ speed: 2,
+ },
+ bounce: {
+ horizontal: {
+ value: 1,
+ },
+ vertical: {
+ value: 1,
+ },
+ },
+ enable: false,
+ maxSpeed: 50,
+ mode: "bounce",
+ overlap: {
+ enable: true,
+ retries: 0,
+ },
+ },
+ color: {
+ value: particleColor || "#ffffff",
+ animation: {
+ h: {
+ count: 0,
+ enable: false,
+ speed: 1,
+ decay: 0,
+ delay: 0,
+ sync: true,
+ offset: 0,
+ },
+ s: {
+ count: 0,
+ enable: false,
+ speed: 1,
+ decay: 0,
+ delay: 0,
+ sync: true,
+ offset: 0,
+ },
+ l: {
+ count: 0,
+ enable: false,
+ speed: 1,
+ decay: 0,
+ delay: 0,
+ sync: true,
+ offset: 0,
+ },
+ },
+ },
+ effect: {
+ close: true,
+ fill: true,
+ options: {},
+ type: {} as SingleOrMultiple | undefined,
+ },
+ groups: {},
+ move: {
+ angle: {
+ offset: 0,
+ value: 90,
+ },
+ attract: {
+ distance: 200,
+ enable: false,
+ rotate: {
+ x: 3000,
+ y: 3000,
+ },
+ },
+ center: {
+ x: 50,
+ y: 50,
+ mode: "percent",
+ radius: 0,
+ },
+ decay: 0,
+ distance: {},
+ direction: "none",
+ drift: 0,
+ enable: true,
+ gravity: {
+ acceleration: 9.81,
+ enable: false,
+ inverse: false,
+ maxSpeed: 50,
+ },
+ path: {
+ clamp: true,
+ delay: {
+ value: 0,
+ },
+ enable: false,
+ options: {},
+ },
+ outModes: {
+ default: "out",
+ },
+ random: false,
+ size: false,
+ speed: {
+ min: 0.1,
+ max: 1,
+ },
+ spin: {
+ acceleration: 0,
+ enable: false,
+ },
+ straight: false,
+ trail: {
+ enable: false,
+ length: 10,
+ fill: {},
+ },
+ vibrate: false,
+ warp: false,
+ },
+ number: {
+ density: {
+ enable: true,
+ width: 400,
+ height: 400,
+ },
+ limit: {
+ mode: "delete",
+ value: 0,
+ },
+ value: particleDensity || 120,
+ },
+ opacity: {
+ value: {
+ min: 0.1,
+ max: 1,
+ },
+ animation: {
+ count: 0,
+ enable: true,
+ speed: speed || 4,
+ decay: 0,
+ delay: 0,
+ sync: false,
+ mode: "auto",
+ startValue: "random",
+ destroy: "none",
+ },
+ },
+ reduceDuplicates: false,
+ shadow: {
+ blur: 0,
+ color: {
+ value: "#000",
+ },
+ enable: false,
+ offset: {
+ x: 0,
+ y: 0,
+ },
+ },
+ shape: {
+ close: true,
+ fill: true,
+ options: {},
+ type: "circle",
+ },
+ size: {
+ value: {
+ min: minSize || 1,
+ max: maxSize || 3,
+ },
+ animation: {
+ count: 0,
+ enable: false,
+ speed: 5,
+ decay: 0,
+ delay: 0,
+ sync: false,
+ mode: "auto",
+ startValue: "random",
+ destroy: "none",
+ },
+ },
+ stroke: {
+ width: 0,
+ },
+ zIndex: {
+ value: 0,
+ opacityRate: 1,
+ sizeRate: 1,
+ velocityRate: 1,
+ },
+ destroy: {
+ bounds: {},
+ mode: "none",
+ split: {
+ count: 1,
+ factor: {
+ value: 3,
+ },
+ rate: {
+ value: {
+ min: 4,
+ max: 9,
+ },
+ },
+ sizeOffset: true,
+ },
+ },
+ roll: {
+ darken: {
+ enable: false,
+ value: 0,
+ },
+ enable: false,
+ enlighten: {
+ enable: false,
+ value: 0,
+ },
+ mode: "vertical",
+ speed: 25,
+ },
+ tilt: {
+ value: 0,
+ animation: {
+ enable: false,
+ speed: 0,
+ decay: 0,
+ sync: false,
+ },
+ direction: "clockwise",
+ enable: false,
+ },
+ twinkle: {
+ lines: {
+ enable: false,
+ frequency: 0.05,
+ opacity: 1,
+ },
+ particles: {
+ enable: false,
+ frequency: 0.05,
+ opacity: 1,
+ },
+ },
+ wobble: {
+ distance: 5,
+ enable: false,
+ speed: {
+ angle: 50,
+ move: 10,
+ },
+ },
+ life: {
+ count: 0,
+ delay: {
+ value: 0,
+ sync: false,
+ },
+ duration: {
+ value: 0,
+ sync: false,
+ },
+ },
+ rotate: {
+ value: 0,
+ animation: {
+ enable: false,
+ speed: 0,
+ decay: 0,
+ sync: false,
+ },
+ direction: "clockwise",
+ path: false,
+ },
+ orbit: {
+ animation: {
+ count: 0,
+ enable: false,
+ speed: 1,
+ decay: 0,
+ delay: 0,
+ sync: false,
+ },
+ enable: false,
+ opacity: 1,
+ rotation: {
+ value: 45,
+ },
+ width: 1,
+ },
+ links: {
+ blink: false,
+ color: {
+ value: "#fff",
+ },
+ consent: false,
+ distance: 100,
+ enable: false,
+ frequency: 1,
+ opacity: 1,
+ shadow: {
+ blur: 5,
+ color: {
+ value: "#000",
+ },
+ enable: false,
+ },
+ triangles: {
+ enable: false,
+ frequency: 1,
+ },
+ width: 1,
+ warp: false,
+ },
+ repulse: {
+ value: 0,
+ enabled: false,
+ distance: 1,
+ duration: 1,
+ factor: 1,
+ speed: 1,
+ },
+ },
+ detectRetina: true,
+ }}
+ />
+ )}
+
+ );
+};
diff --git a/src/components/ui/SparklesBg.tsx b/src/components/ui/SparklesBg.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..017fb98223e25cfb21e16097737e03f423457ffd
--- /dev/null
+++ b/src/components/ui/SparklesBg.tsx
@@ -0,0 +1,21 @@
+"use client";
+import React from "react";
+import { SparklesCore } from "./Sparkles";
+
+export default function SparklesBg() {
+ return (
+
+ );
+}
diff --git a/src/components/ui/Spotlight.tsx b/src/components/ui/Spotlight.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..cdc9a57a493a7efb7690fce2f3b06398fd8df7d8
--- /dev/null
+++ b/src/components/ui/Spotlight.tsx
@@ -0,0 +1,56 @@
+import React from "react";
+import { cn } from "@/utils/cn";
+
+type SpotlightProps = {
+ className?: string;
+ fill?: string;
+};
+
+export const Spotlight = ({ className, fill }: SpotlightProps) => {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+};
diff --git a/src/components/ui/Vortex.tsx b/src/components/ui/Vortex.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..2c4aace86ff60049bf55ff1a5fe6c512f1565606
--- /dev/null
+++ b/src/components/ui/Vortex.tsx
@@ -0,0 +1,256 @@
+'use client'
+import { cn } from "@/utils/cn";
+import React, { useEffect, useRef } from "react";
+import { createNoise3D } from "simplex-noise";
+import { motion } from "framer-motion";
+
+interface VortexProps {
+ children?: any;
+ className?: string;
+ containerClassName?: string;
+ particleCount?: number;
+ rangeY?: number;
+ baseHue?: number;
+ baseSpeed?: number;
+ rangeSpeed?: number;
+ baseRadius?: number;
+ rangeRadius?: number;
+ backgroundColor?: string;
+}
+
+export const Vortex = (props: VortexProps) => {
+ const canvasRef = useRef(null);
+ const containerRef = useRef(null);
+ const particleCount = props.particleCount || 700;
+ const particlePropCount = 9;
+ const particlePropsLength = particleCount * particlePropCount;
+ const rangeY = props.rangeY || 100;
+ const baseTTL = 50;
+ const rangeTTL = 150;
+ const baseSpeed = props.baseSpeed || 0.0;
+ const rangeSpeed = props.rangeSpeed || 1.5;
+ const baseRadius = props.baseRadius || 1;
+ const rangeRadius = props.rangeRadius || 2;
+ const baseHue = props.baseHue || 220;
+ const rangeHue = 100;
+ const noiseSteps = 3;
+ const xOff = 0.00125;
+ const yOff = 0.00125;
+ const zOff = 0.0005;
+ const backgroundColor = props.backgroundColor || "#000000";
+ let tick = 0;
+ const noise3D = createNoise3D();
+ let particleProps = new Float32Array(particlePropsLength);
+ let center: [number, number] = [0, 0];
+
+ const HALF_PI: number = 0.5 * Math.PI;
+ const TAU: number = 2 * Math.PI;
+ const TO_RAD: number = Math.PI / 180;
+ const rand = (n: number): number => n * Math.random();
+ const randRange = (n: number): number => n - rand(2 * n);
+ const fadeInOut = (t: number, m: number): number => {
+ let hm = 0.5 * m;
+ return Math.abs(((t + hm) % m) - hm) / hm;
+ };
+ const lerp = (n1: number, n2: number, speed: number): number =>
+ (1 - speed) * n1 + speed * n2;
+
+ const setup = () => {
+ const canvas = canvasRef.current;
+ const container = containerRef.current;
+ if (canvas && container) {
+ const ctx = canvas.getContext("2d");
+
+ if (ctx) {
+ resize(canvas, ctx);
+ initParticles();
+ draw(canvas, ctx);
+ }
+ }
+ };
+
+ const initParticles = () => {
+ tick = 0;
+ // simplex = new SimplexNoise();
+ particleProps = new Float32Array(particlePropsLength);
+
+ for (let i = 0; i < particlePropsLength; i += particlePropCount) {
+ initParticle(i);
+ }
+ };
+
+ const initParticle = (i: number) => {
+ const canvas = canvasRef.current;
+ if (!canvas) return;
+
+ let x, y, vx, vy, life, ttl, speed, radius, hue;
+
+ x = rand(canvas.width);
+ y = center[1] + randRange(rangeY);
+ vx = 0;
+ vy = 0;
+ life = 0;
+ ttl = baseTTL + rand(rangeTTL);
+ speed = baseSpeed + rand(rangeSpeed);
+ radius = baseRadius + rand(rangeRadius);
+ hue = baseHue + rand(rangeHue);
+
+ particleProps.set([x, y, vx, vy, life, ttl, speed, radius, hue], i);
+ };
+
+ const draw = (canvas: HTMLCanvasElement, ctx: CanvasRenderingContext2D) => {
+ tick++;
+
+ ctx.clearRect(0, 0, canvas.width, canvas.height);
+
+ ctx.fillStyle = backgroundColor;
+ ctx.fillRect(0, 0, canvas.width, canvas.height);
+
+ drawParticles(ctx);
+ renderGlow(canvas, ctx);
+ renderToScreen(canvas, ctx);
+
+ window.requestAnimationFrame(() => draw(canvas, ctx));
+ };
+
+ const drawParticles = (ctx: CanvasRenderingContext2D) => {
+ for (let i = 0; i < particlePropsLength; i += particlePropCount) {
+ updateParticle(i, ctx);
+ }
+ };
+
+ const updateParticle = (i: number, ctx: CanvasRenderingContext2D) => {
+ const canvas = canvasRef.current;
+ if (!canvas) return;
+
+ let i2 = 1 + i,
+ i3 = 2 + i,
+ i4 = 3 + i,
+ i5 = 4 + i,
+ i6 = 5 + i,
+ i7 = 6 + i,
+ i8 = 7 + i,
+ i9 = 8 + i;
+ let n, x, y, vx, vy, life, ttl, speed, x2, y2, radius, hue;
+
+ x = particleProps[i];
+ y = particleProps[i2];
+ n = noise3D(x * xOff, y * yOff, tick * zOff) * noiseSteps * TAU;
+ vx = lerp(particleProps[i3], Math.cos(n), 0.5);
+ vy = lerp(particleProps[i4], Math.sin(n), 0.5);
+ life = particleProps[i5];
+ ttl = particleProps[i6];
+ speed = particleProps[i7];
+ x2 = x + vx * speed;
+ y2 = y + vy * speed;
+ radius = particleProps[i8];
+ hue = particleProps[i9];
+
+ drawParticle(x, y, x2, y2, life, ttl, radius, hue, ctx);
+
+ life++;
+
+ particleProps[i] = x2;
+ particleProps[i2] = y2;
+ particleProps[i3] = vx;
+ particleProps[i4] = vy;
+ particleProps[i5] = life;
+
+ (checkBounds(x, y, canvas) || life > ttl) && initParticle(i);
+ };
+
+ const drawParticle = (
+ x: number,
+ y: number,
+ x2: number,
+ y2: number,
+ life: number,
+ ttl: number,
+ radius: number,
+ hue: number,
+ ctx: CanvasRenderingContext2D
+ ) => {
+ ctx.save();
+ ctx.lineCap = "round";
+ ctx.lineWidth = radius;
+ ctx.strokeStyle = `hsla(${hue},100%,60%,${fadeInOut(life, ttl)})`;
+ ctx.beginPath();
+ ctx.moveTo(x, y);
+ ctx.lineTo(x2, y2);
+ ctx.stroke();
+ ctx.closePath();
+ ctx.restore();
+ };
+
+ const checkBounds = (x: number, y: number, canvas: HTMLCanvasElement) => {
+ return x > canvas.width || x < 0 || y > canvas.height || y < 0;
+ };
+
+ const resize = (
+ canvas: HTMLCanvasElement,
+ ctx?: CanvasRenderingContext2D
+ ) => {
+ const { innerWidth, innerHeight } = window;
+
+ canvas.width = innerWidth;
+ canvas.height = innerHeight;
+
+ center[0] = 0.5 * canvas.width;
+ center[1] = 0.5 * canvas.height;
+ };
+
+ const renderGlow = (
+ canvas: HTMLCanvasElement,
+ ctx: CanvasRenderingContext2D
+ ) => {
+ ctx.save();
+ ctx.filter = "blur(8px) brightness(200%)";
+ ctx.globalCompositeOperation = "lighter";
+ ctx.drawImage(canvas, 0, 0);
+ ctx.restore();
+
+ ctx.save();
+ ctx.filter = "blur(4px) brightness(200%)";
+ ctx.globalCompositeOperation = "lighter";
+ ctx.drawImage(canvas, 0, 0);
+ ctx.restore();
+ };
+
+ const renderToScreen = (
+ canvas: HTMLCanvasElement,
+ ctx: CanvasRenderingContext2D
+ ) => {
+ ctx.save();
+ ctx.globalCompositeOperation = "lighter";
+ ctx.drawImage(canvas, 0, 0);
+ ctx.restore();
+ };
+
+ useEffect(() => {
+ setup();
+ window.addEventListener("resize", () => {
+ const canvas = canvasRef.current;
+ const ctx = canvas?.getContext("2d");
+ if (canvas && ctx) {
+ resize(canvas, ctx);
+ }
+ });
+ }, []);
+
+ return (
+
+
+
+
+
+
+ {props.children}
+
+
+ );
+};
diff --git a/src/components/ui/VortexBg.tsx b/src/components/ui/VortexBg.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..cc1c5e14bc34d5c8659435f4391ae16ad047db69
--- /dev/null
+++ b/src/components/ui/VortexBg.tsx
@@ -0,0 +1,18 @@
+import React from "react";
+import { Vortex } from "./Vortex";
+
+export default function VortexBg() {
+ return (
+
+
+
+
+
+ );
+}
diff --git a/src/components/ui/WebsiteMockup.tsx b/src/components/ui/WebsiteMockup.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..7153d1dd8ad13312fc5fa4b624249ebfd903d4dc
--- /dev/null
+++ b/src/components/ui/WebsiteMockup.tsx
@@ -0,0 +1,50 @@
+"use client";
+
+import React from "react";
+import { InfiniteMovingCards } from "./InfiniteMovingCard";
+
+export default function WebsiteMockup() {
+
+ return (
+
+
+
+ );
+}
+
+const testimonials = [
+ {
+ id: 10,
+ name: "Works01",
+ title: "",
+ img: "/works/works01.jpg",
+ },
+ {
+ id: 12,
+ name: "Works02",
+ title: "",
+ img: "/works/works02.jpg",
+ },
+ {
+ id: 13,
+ name: "Works03",
+ title: "",
+ img: "/works/works03.jpg",
+ },
+ {
+ id: 14,
+ name: "Works04",
+ title: "",
+ img: "/works/works04.jpg",
+ },
+ {
+ id: 15,
+ name: "Works05",
+ title: "",
+ img: "/works/works05.jpg",
+ },
+];
diff --git a/src/data/confetti.json b/src/data/confetti.json
new file mode 100644
index 0000000000000000000000000000000000000000..f49ad4253765838c86f263fa6467c4e0bf71d4ff
--- /dev/null
+++ b/src/data/confetti.json
@@ -0,0 +1 @@
+{"v":"5.7.12","fr":30,"ip":0,"op":60,"w":512,"h":512,"nm":"Confetti 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Null 3","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":260,"ix":10},"p":{"a":0,"k":[256,256,0],"ix":2,"l":2},"a":{"a":0,"k":[50,50,0],"ix":1,"l":2},"s":{"a":0,"k":[102,102,100],"ix":6,"l":2}},"ao":0,"ip":5,"op":60,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 50","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":14,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":19,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":41,"s":[100]},{"t":57,"s":[0]}],"ix":11},"r":{"a":0,"k":487,"ix":10},"p":{"a":0,"k":[50,50,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[41,41,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-19.362,34.498],[7.899,-25.433],[37.607,53.867],[11.905,108.592]],"o":[[0,0],[42.457,-75.648],[-9.025,29.061],[-47.221,-67.637],[-3.807,-34.72]],"v":[[1,2],[-48.536,-23.607],[-76.476,-100.021],[27.098,-130.112],[-120.809,-222.715]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.49411764705882355,0.8274509803921568,0.12941176470588237,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5,"x":"var $bm_rt;\n$bm_rt = wiggle(5, 3);"},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":17,"s":[0]},{"t":54,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":14,"s":[0]},{"t":49,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":14,"op":60,"st":14,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 49","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":13,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":18,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[100]},{"t":56,"s":[0]}],"ix":11},"r":{"a":0,"k":353,"ix":10},"p":{"a":0,"k":[50,50,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[70,70,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-14,37],[8.506,-58.529],[28.328,67.272],[11.905,108.592]],"o":[[0,0],[9.966,-26.338],[-12.365,85.083],[-32.013,-76.024],[-3.807,-34.72]],"v":[[1,2],[-48.536,-23.607],[-76.476,-100.021],[27.098,-130.112],[-120.809,-222.715]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.728918397193,0.113771438599,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5,"x":"var $bm_rt;\n$bm_rt = wiggle(5, 3);"},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":16,"s":[0]},{"t":53,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":13,"s":[0]},{"t":48,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":13,"op":60,"st":13,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 48","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":17,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":39,"s":[100]},{"t":55,"s":[0]}],"ix":11},"r":{"a":0,"k":187,"ix":10},"p":{"a":0,"k":[50,50,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[70,70,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-14,37],[8.254,-31.239],[20.685,70.001],[17.795,30.055]],"o":[[0,0],[9.966,-26.338],[-7.439,28.154],[-10.769,-36.442],[-17.795,-30.055]],"v":[[1,2],[2.692,-79.782],[-49.416,-90.653],[-14.589,-135.23],[-105.31,-168.421]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.89785563151,0.113771438599,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5,"x":"var $bm_rt;\n$bm_rt = wiggle(5, 3);"},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":15,"s":[0]},{"t":52,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":12,"s":[0]},{"t":47,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":12,"op":60,"st":12,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 47","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":11,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":16,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":38,"s":[100]},{"t":54,"s":[0]}],"ix":11},"r":{"a":0,"k":203,"ix":10},"p":{"a":0,"k":[50,50,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[58,58,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-14,37],[-1,38],[35.009,-27.828],[-11,31]],"o":[[0,0],[9.966,-26.338],[1,-38],[-39,31],[11,-31]],"v":[[1,2],[48,-39],[29,-112],[136,-107],[103,-176]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.104197326361,0.38322987276,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5,"x":"var $bm_rt;\n$bm_rt = wiggle(5, 3);"},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":14,"s":[0]},{"t":51,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":11,"s":[0]},{"t":46,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":11,"op":60,"st":11,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 46","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":15,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[100]},{"t":53,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[50,50,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-14,37],[-1,38],[35.009,-27.828],[-11,31]],"o":[[0,0],[9.966,-26.338],[1,-38],[-39,31],[11,-31]],"v":[[1,2],[48,-39],[29,-112],[136,-107],[103,-176]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.3137254901960784,0.8901960784313725,0.7607843137254902,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5,"x":"var $bm_rt;\n$bm_rt = wiggle(5, 3);"},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":13,"s":[0]},{"t":50,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":10,"s":[0]},{"t":45,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":10,"op":60,"st":10,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 45","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":9,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":14,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":36,"s":[100]},{"t":52,"s":[0]}],"ix":11},"r":{"a":0,"k":487,"ix":10},"p":{"a":0,"k":[256,256,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[41,41,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-19.362,34.498],[7.899,-25.433],[37.607,53.867],[11.905,108.592]],"o":[[0,0],[42.457,-75.648],[-9.025,29.061],[-47.221,-67.637],[-3.807,-34.72]],"v":[[1,2],[-48.536,-23.607],[-76.476,-100.021],[27.098,-130.112],[-120.809,-222.715]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.49411764705882355,0.8274509803921568,0.12941176470588237,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5,"x":"var $bm_rt;\n$bm_rt = wiggle(5, 3);"},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":12,"s":[0]},{"t":49,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":9,"s":[0]},{"t":44,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":9,"op":60,"st":9,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 43","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":8,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":13,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":35,"s":[100]},{"t":51,"s":[0]}],"ix":11},"r":{"a":0,"k":353,"ix":10},"p":{"a":0,"k":[256,256,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[70,70,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-14,37],[8.506,-58.529],[28.328,67.272],[11.905,108.592]],"o":[[0,0],[9.966,-26.338],[-12.365,85.083],[-32.013,-76.024],[-3.807,-34.72]],"v":[[1,2],[-48.536,-23.607],[-76.476,-100.021],[27.098,-130.112],[-120.809,-222.715]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.728918397193,0.113771438599,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5,"x":"var $bm_rt;\n$bm_rt = wiggle(5, 3);"},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":11,"s":[0]},{"t":48,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":8,"s":[0]},{"t":43,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":8,"op":60,"st":8,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 42","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":7,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[100]},{"t":50,"s":[0]}],"ix":11},"r":{"a":0,"k":187,"ix":10},"p":{"a":0,"k":[256,256,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[70,70,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-14,37],[8.254,-31.239],[20.685,70.001],[17.795,30.055]],"o":[[0,0],[9.966,-26.338],[-7.439,28.154],[-10.769,-36.442],[-17.795,-30.055]],"v":[[1,2],[2.692,-79.782],[-49.416,-90.653],[-14.589,-135.23],[-105.31,-168.421]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.89785563151,0.113771438599,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5,"x":"var $bm_rt;\n$bm_rt = wiggle(5, 3);"},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":10,"s":[0]},{"t":47,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":7,"s":[0]},{"t":42,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":7,"op":60,"st":7,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 44","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":11,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":33,"s":[100]},{"t":49,"s":[0]}],"ix":11},"r":{"a":0,"k":203,"ix":10},"p":{"a":0,"k":[256,256,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[58,58,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-14,37],[-1,38],[35.009,-27.828],[-11,31]],"o":[[0,0],[9.966,-26.338],[1,-38],[-39,31],[11,-31]],"v":[[1,2],[48,-39],[29,-112],[136,-107],[103,-176]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.104197326361,0.38322987276,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5,"x":"var $bm_rt;\n$bm_rt = wiggle(5, 3);"},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":9,"s":[0]},{"t":46,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":6,"s":[0]},{"t":41,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":6,"op":60,"st":6,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 41","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":5,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":32,"s":[100]},{"t":48,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,256,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-14,37],[-1,38],[35.009,-27.828],[-11,31]],"o":[[0,0],[9.966,-26.338],[1,-38],[-39,31],[11,-31]],"v":[[1,2],[48,-39],[29,-112],[136,-107],[103,-176]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.3137254901960784,0.8901960784313725,0.7607843137254902,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5,"x":"var $bm_rt;\n$bm_rt = wiggle(5, 3);"},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":8,"s":[0]},{"t":45,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.139],"y":[0]},"t":5,"s":[0]},{"t":40,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":5,"op":60,"st":5,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 40","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":11,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":33,"s":[100]},{"t":49,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.647},"o":{"x":0.167,"y":0.167},"t":6,"s":[269.95,307.113,0],"to":[-0.323,-0.36,0],"ti":[1.346,1.541,0]},{"i":{"x":0.833,"y":0.769},"o":{"x":0.167,"y":0.109},"t":7,"s":[268.011,304.951,0],"to":[-1.346,-1.541,0],"ti":[2.46,3.542,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.13},"t":8,"s":[261.875,297.864,0],"to":[-2.46,-3.542,0],"ti":[2.232,5.312,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.159},"t":9,"s":[253.252,283.701,0],"to":[-2.232,-5.312,0],"ti":[0.637,5.627,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.178},"t":10,"s":[248.481,265.992,0],"to":[-0.637,-5.627,0],"ti":[-0.921,4.788,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":11,"s":[249.431,249.939,0],"to":[0.921,-4.788,0],"ti":[-1.796,3.705,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":12,"s":[254.007,237.262,0],"to":[1.796,-3.705,0],"ti":[-2.147,2.784,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":13,"s":[260.206,227.707,0],"to":[2.147,-2.784,0],"ti":[-2.218,2.088,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":14,"s":[266.89,220.559,0],"to":[2.218,-2.088,0],"ti":[-2.161,1.578,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":15,"s":[273.513,215.179,0],"to":[2.161,-1.578,0],"ti":[-2.053,1.203,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.177},"t":16,"s":[279.855,211.089,0],"to":[2.053,-1.203,0],"ti":[-1.93,0.918,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":17,"s":[285.832,207.964,0],"to":[1.93,-0.918,0],"ti":[-1.801,0.7,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":18,"s":[291.433,205.582,0],"to":[1.801,-0.7,0],"ti":[-1.666,0.538,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":19,"s":[296.641,203.764,0],"to":[1.666,-0.538,0],"ti":[-1.53,0.417,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":20,"s":[301.428,202.354,0],"to":[1.53,-0.417,0],"ti":[-1.402,0.32,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":21,"s":[305.818,201.265,0],"to":[1.402,-0.32,0],"ti":[-1.283,0.243,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":22,"s":[309.838,200.433,0],"to":[1.283,-0.243,0],"ti":[-1.172,0.18,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":23,"s":[313.514,199.809,0],"to":[1.172,-0.18,0],"ti":[-1.068,0.128,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":24,"s":[316.868,199.355,0],"to":[1.068,-0.128,0],"ti":[-0.97,0.084,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":25,"s":[319.92,199.043,0],"to":[0.97,-0.084,0],"ti":[-0.879,0.048,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":26,"s":[322.69,198.85,0],"to":[0.879,-0.048,0],"ti":[-0.793,0.017,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":27,"s":[325.194,198.756,0],"to":[0.793,-0.017,0],"ti":[-0.712,-0.009,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":28,"s":[327.449,198.747,0],"to":[0.712,0.009,0],"ti":[-0.636,-0.03,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":29,"s":[329.469,198.808,0],"to":[0.636,0.03,0],"ti":[-0.564,-0.048,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":30,"s":[331.266,198.928,0],"to":[0.564,0.048,0],"ti":[-0.497,-0.063,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":31,"s":[332.854,199.098,0],"to":[0.497,0.063,0],"ti":[-0.434,-0.076,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":32,"s":[334.247,199.309,0],"to":[0.434,0.076,0],"ti":[-0.375,-0.085,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":33,"s":[335.457,199.552,0],"to":[0.375,0.085,0],"ti":[-0.32,-0.092,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":34,"s":[336.496,199.819,0],"to":[0.32,0.092,0],"ti":[-0.269,-0.097,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.181},"t":35,"s":[337.376,200.105,0],"to":[0.269,0.097,0],"ti":[-0.221,-0.099,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.182},"t":36,"s":[338.108,200.401,0],"to":[0.221,0.099,0],"ti":[-0.178,-0.1,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.183},"t":37,"s":[338.704,200.702,0],"to":[0.178,0.1,0],"ti":[-0.138,-0.098,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.184},"t":38,"s":[339.176,200.999,0],"to":[0.138,0.098,0],"ti":[-0.103,-0.094,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.186},"t":39,"s":[339.534,201.288,0],"to":[0.103,0.094,0],"ti":[-0.071,-0.087,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.187},"t":40,"s":[339.791,201.562,0],"to":[0.071,0.087,0],"ti":[-0.043,-0.079,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.188},"t":41,"s":[339.958,201.813,0],"to":[0.043,0.079,0],"ti":[-0.02,-0.068,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.189},"t":42,"s":[340.049,202.035,0],"to":[0.02,0.068,0],"ti":[0,-0.055,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.191},"t":43,"s":[340.075,202.222,0],"to":[0,0.055,0],"ti":[0.014,-0.04,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.191},"t":44,"s":[340.051,202.365,0],"to":[-0.014,0.04,0],"ti":[0.025,-0.022,0]},{"i":{"x":0.833,"y":0.855},"o":{"x":0.167,"y":0.184},"t":45,"s":[339.989,202.459,0],"to":[-0.025,0.022,0],"ti":[0.024,-0.002,0]},{"i":{"x":0.833,"y":0.799},"o":{"x":0.167,"y":0.197},"t":46,"s":[339.903,202.496,0],"to":[-0.024,0.002,0],"ti":[0.008,0.02,0]},{"i":{"x":0.833,"y":0.778},"o":{"x":0.167,"y":0.143},"t":47,"s":[339.844,202.469,0],"to":[-0.008,-0.02,0],"ti":[-0.011,0.042,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.133},"t":48,"s":[339.858,202.373,0],"to":[0.011,-0.042,0],"ti":[-0.012,0.057,0]},{"i":{"x":0.833,"y":0.823},"o":{"x":0.167,"y":0.156},"t":49,"s":[339.908,202.219,0],"to":[0.012,-0.057,0],"ti":[-0.001,0.066,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.158},"t":50,"s":[339.927,202.033,0],"to":[0.001,-0.066,0],"ti":[0.008,0.072,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.16},"t":51,"s":[339.916,201.823,0],"to":[-0.008,-0.072,0],"ti":[0.017,0.076,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.162},"t":52,"s":[339.877,201.599,0],"to":[-0.017,-0.076,0],"ti":[0.026,0.078,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.163},"t":53,"s":[339.812,201.365,0],"to":[-0.026,-0.078,0],"ti":[0.033,0.078,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.165},"t":54,"s":[339.723,201.128,0],"to":[-0.033,-0.078,0],"ti":[0.04,0.076,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.166},"t":55,"s":[339.613,200.895,0],"to":[-0.04,-0.076,0],"ti":[0.046,0.073,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.167},"t":56,"s":[339.484,200.67,0],"to":[-0.046,-0.073,0],"ti":[0.051,0.068,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.168},"t":57,"s":[339.339,200.457,0],"to":[-0.051,-0.068,0],"ti":[0.055,0.062,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.169},"t":58,"s":[339.179,200.262,0],"to":[-0.055,-0.062,0],"ti":[0.029,0.029,0]},{"t":59,"s":[339.007,200.087,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1.27,0.902,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":6,"s":[140.028,87.797,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.945,4.379,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.064,0.567,0]},"t":7,"s":[149.724,81.426,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.242,0.938,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.158,0.081,0]},"t":8,"s":[108.654,80.328,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.932,1.096,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.062,-0.235,0]},"t":9,"s":[122.85,125.952,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.849,0.986,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.361,0.045,0]},"t":10,"s":[67.435,113.999,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.46,0.786,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.186,-0.016,0]},"t":11,"s":[77.828,139.764,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.921,0.918,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.099,0.136,0]},"t":12,"s":[86.275,118.232,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.039,-1.479,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.604,-4.077,0]},"t":13,"s":[132.517,84.447,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.895,1.074,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.091,0.086,0]},"t":14,"s":[130.233,85.124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.337,1.045,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.399,0.039,0]},"t":15,"s":[104.061,104.576,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.903,0.992,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.067,0.029,0]},"t":16,"s":[97.155,67.886,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.652,0.971,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.607,-0.009,0]},"t":17,"s":[131.988,124.186,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.86,0.858,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.074,-0.045,0]},"t":18,"s":[137.528,73.357,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.036,1.045,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.207,0.201,0]},"t":19,"s":[88.621,106.456,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.926,0.915,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.025,0.029,0]},"t":20,"s":[55.617,129.849,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.262,4.966,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.634,4.996,0]},"t":21,"s":[102.914,93.756,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.946,0.946,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.094,0.082,0]},"t":22,"s":[97.417,93.144,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.703,0.499,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.154,-0.157,0]},"t":23,"s":[54.264,122.898,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.998,0.898,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.116,0.1,0]},"t":24,"s":[69.385,112.598,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.949,1.263,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.002,0.458,0]},"t":25,"s":[108.191,60.937,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.912,0.891,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.135,0.063,0]},"t":26,"s":[70.4,49.44,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.585,0.999,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.486,0.354,0]},"t":27,"s":[84.854,97.16,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.234,0.72,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.104,-0.001,0]},"t":28,"s":[85.713,111.857,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.975,0.919,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.061,0.119,0]},"t":29,"s":[89.136,97.385,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.375,0.152,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.036,-3.19,0]},"t":30,"s":[76.083,63.267,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.021,0.8,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.068,0.092,0]},"t":31,"s":[85.219,64.136,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.877,1.035,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.017,0.143,0]},"t":32,"s":[34.985,72.111,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.984,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.257,0.025,0]},"t":33,"s":[97.846,83.275,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.901,2.92,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.02,2.259,0]},"t":34,"s":[127.941,67.428,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.553,0.981,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.536,0.08,0]},"t":35,"s":[103.695,66.821,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.782,0.701,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.102,-0.025,0]},"t":36,"s":[99.227,81.408,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.859,0.804,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.135,0.116,0]},"t":37,"s":[79.727,70.137,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.953,0.952,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.203,0.145,0]},"t":38,"s":[48.153,40.939,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.831,0.706,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.106,-0.113,0]},"t":39,"s":[26.225,1.63,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.052,0.962,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.164,0.116,0]},"t":40,"s":[35.878,18.283,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.639,0.832,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.032,-0.069,0]},"t":41,"s":[45.795,60.473,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.99,0.924,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.108,0.165,0]},"t":42,"s":[29.734,37.417,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.965,-0.589,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.011,-0.907,0]},"t":43,"s":[-23.828,13.866,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.893,0.871,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.06,0.088,0]},"t":44,"s":[23.282,15.847,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.57,1.036,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.379,0.235,0]},"t":45,"s":[-4.081,51.66,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.965,0.796,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.073,0.025,0]},"t":46,"s":[-11.795,71.385,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.84,0.979,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.061,0.141,0]},"t":47,"s":[48.641,43.137,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.129,0.825,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.174,-0.028,0]},"t":48,"s":[13.642,2.267,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.979,1.021,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.051,0.159,0]},"t":49,"s":[-18.389,32.951,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.947,0.864,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.028,0.017,0]},"t":50,"s":[63.189,66.722,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.844,1.094,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.146,0.216,0]},"t":51,"s":[2.261,24.31,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.934,0.977,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.179,0.044,0]},"t":52,"s":[24.372,-2.358,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.521,0.999,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.314,-0.032,0]},"t":53,"s":[43.66,54.3,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.932,0.99,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.101,-0.001,0]},"t":54,"s":[39.61,13.352,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.265,0.893,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.359,-0.012,0]},"t":55,"s":[20.359,53.589,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.823,0.847,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.094,0.371,0]},"t":56,"s":[23.988,18.274,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.068,1.058,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.157,0.183,0]},"t":57,"s":[52.384,8.05,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,0.034,0]},"t":58,"s":[84.408,-0.484,100]},{"t":59,"s":[26.091,14.017,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[6,32],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":6.599,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.3137254901960784,0.8901960784313725,0.7607843137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-7.382,-25.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":6,"op":60,"st":6,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 39","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":11,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":16,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":38,"s":[100]},{"t":54,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.587},"o":{"x":0.167,"y":0.167},"t":11,"s":[266.709,299.63,0],"to":[-0.015,0.376,0],"ti":[0.204,-1.854,0]},{"i":{"x":0.833,"y":0.764},"o":{"x":0.167,"y":0.104},"t":12,"s":[266.621,301.887,0],"to":[-0.204,1.854,0],"ti":[0.96,-4.091,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":13,"s":[265.488,310.754,0],"to":[-0.96,4.091,0],"ti":[2.202,-5.284,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":14,"s":[260.859,326.432,0],"to":[-2.202,5.284,0],"ti":[3.145,-4.688,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":15,"s":[252.276,342.456,0],"to":[-3.145,4.688,0],"ti":[3.441,-3.397,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":16,"s":[241.99,354.561,0],"to":[-3.441,3.397,0],"ti":[3.35,-2.293,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":17,"s":[231.629,362.84,0],"to":[-3.35,2.293,0],"ti":[3.107,-1.507,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":18,"s":[221.889,368.32,0],"to":[-3.107,1.507,0],"ti":[2.823,-0.973,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":19,"s":[212.988,371.885,0],"to":[-2.823,0.973,0],"ti":[2.545,-0.61,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":20,"s":[204.948,374.155,0],"to":[-2.545,0.61,0],"ti":[2.287,-0.361,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":21,"s":[197.719,375.542,0],"to":[-2.287,0.361,0],"ti":[2.057,-0.189,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":22,"s":[191.223,376.321,0],"to":[-2.057,0.189,0],"ti":[1.855,-0.069,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":23,"s":[185.374,376.678,0],"to":[-1.855,0.069,0],"ti":[1.678,0.016,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":24,"s":[180.091,376.736,0],"to":[-1.678,-0.016,0],"ti":[1.52,0.078,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":25,"s":[175.308,376.58,0],"to":[-1.52,-0.078,0],"ti":[1.379,0.122,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":26,"s":[170.97,376.27,0],"to":[-1.379,-0.122,0],"ti":[1.252,0.155,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":27,"s":[167.033,375.845,0],"to":[-1.252,-0.155,0],"ti":[1.137,0.18,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":28,"s":[163.458,375.337,0],"to":[-1.137,-0.18,0],"ti":[1.031,0.198,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":29,"s":[160.214,374.766,0],"to":[-1.031,-0.198,0],"ti":[0.933,0.212,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":30,"s":[157.274,374.147,0],"to":[-0.933,-0.212,0],"ti":[0.843,0.223,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":31,"s":[154.615,373.492,0],"to":[-0.843,-0.223,0],"ti":[0.758,0.232,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":32,"s":[152.218,372.807,0],"to":[-0.758,-0.232,0],"ti":[0.683,0.239,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":33,"s":[150.067,372.098,0],"to":[-0.683,-0.239,0],"ti":[0.619,0.242,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":34,"s":[148.12,371.372,0],"to":[-0.619,-0.242,0],"ti":[0.56,0.239,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":35,"s":[146.355,370.647,0],"to":[-0.56,-0.239,0],"ti":[0.506,0.232,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":36,"s":[144.758,369.937,0],"to":[-0.506,-0.232,0],"ti":[0.454,0.219,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":37,"s":[143.32,369.258,0],"to":[-0.454,-0.219,0],"ti":[0.406,0.203,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":38,"s":[142.032,368.621,0],"to":[-0.406,-0.203,0],"ti":[0.36,0.184,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.177},"t":39,"s":[140.885,368.038,0],"to":[-0.36,-0.184,0],"ti":[0.317,0.162,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":40,"s":[139.871,367.517,0],"to":[-0.317,-0.162,0],"ti":[0.277,0.138,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.18},"t":41,"s":[138.982,367.066,0],"to":[-0.277,-0.138,0],"ti":[0.238,0.111,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.183},"t":42,"s":[138.211,366.692,0],"to":[-0.238,-0.111,0],"ti":[0.201,0.083,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.185},"t":43,"s":[137.554,366.399,0],"to":[-0.201,-0.083,0],"ti":[0.166,0.055,0]},{"i":{"x":0.833,"y":0.854},"o":{"x":0.167,"y":0.189},"t":44,"s":[137.005,366.191,0],"to":[-0.166,-0.055,0],"ti":[0.132,0.025,0]},{"i":{"x":0.833,"y":0.854},"o":{"x":0.167,"y":0.194},"t":45,"s":[136.559,366.071,0],"to":[-0.132,-0.025,0],"ti":[0.1,-0.005,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.195},"t":46,"s":[136.211,366.04,0],"to":[-0.1,0.005,0],"ti":[0.069,-0.034,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.182},"t":47,"s":[135.959,366.098,0],"to":[-0.069,0.034,0],"ti":[0.039,-0.063,0]},{"i":{"x":0.833,"y":0.81},"o":{"x":0.167,"y":0.158},"t":48,"s":[135.797,366.244,0],"to":[-0.039,0.063,0],"ti":[0.011,-0.091,0]},{"i":{"x":0.833,"y":0.81},"o":{"x":0.167,"y":0.148},"t":49,"s":[135.723,366.476,0],"to":[-0.011,0.091,0],"ti":[-0.016,-0.118,0]},{"i":{"x":0.833,"y":0.819},"o":{"x":0.167,"y":0.149},"t":50,"s":[135.732,366.79,0],"to":[0.016,0.118,0],"ti":[-0.036,-0.141,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.154},"t":51,"s":[135.82,367.181,0],"to":[0.036,0.141,0],"ti":[-0.044,-0.159,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.159},"t":52,"s":[135.95,367.634,0],"to":[0.044,0.159,0],"ti":[-0.046,-0.173,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.161},"t":53,"s":[136.085,368.134,0],"to":[0.046,0.173,0],"ti":[-0.047,-0.184,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.162},"t":54,"s":[136.223,368.671,0],"to":[0.047,0.184,0],"ti":[-0.048,-0.193,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.164},"t":55,"s":[136.365,369.239,0],"to":[0.048,0.193,0],"ti":[-0.048,-0.197,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.165},"t":56,"s":[136.509,369.827,0],"to":[0.048,0.197,0],"ti":[-0.048,-0.198,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.167},"t":57,"s":[136.653,370.423,0],"to":[0.048,0.198,0],"ti":[-0.047,-0.195,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.169},"t":58,"s":[136.796,371.017,0],"to":[0.047,0.195,0],"ti":[-0.023,-0.096,0]},{"t":59,"s":[136.937,371.594,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.877,0.953,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":11,"s":[59.343,96.124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.969,0.832,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.259,-0.107,0]},"t":12,"s":[89.744,43.042,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.861,1.087,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.05,0.166,0]},"t":13,"s":[104.203,66.307,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.424,0.974,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.208,0.043,0]},"t":14,"s":[95.197,89.821,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.819,0.904,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.07,-0.039,0]},"t":15,"s":[89.153,41.816,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.993,0.548,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.154,0.617,0]},"t":16,"s":[125.946,74.556,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.815,0.926,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.008,0.102,0]},"t":17,"s":[169.121,79.673,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.937,1.513,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.152,-0.669,0]},"t":18,"s":[129.751,102.297,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.747,1.071,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.266,0.072,0]},"t":19,"s":[81.726,99.791,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.055,0.899,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.124,0.038,0]},"t":20,"s":[93.197,117.733,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.922,1.324,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.033,0.474,0]},"t":21,"s":[116.588,84.536,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.473,1.053,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.179,0.066,0]},"t":22,"s":[77.774,77.458,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.932,0.902,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.099,0.033,0]},"t":23,"s":[80.336,112.065,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.026,1.108,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.364,0.57,0]},"t":24,"s":[93.979,55.33,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.832,0.728,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.02,0.047,0]},"t":25,"s":[91.437,45.624,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.069,0.952,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.076,0.12,0]},"t":26,"s":[94.777,67.955,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.954,0.9,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,-0.116,0]},"t":27,"s":[58.109,118.474,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.954,0.352,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.102,0.493,0]},"t":28,"s":[125.074,97.355,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.408,0.998,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.104,0.096,0]},"t":29,"s":[95.015,93.056,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.982,0.922,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.069,-0.002,0]},"t":30,"s":[108.364,63.932,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.838,-0.683,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.022,-1.218,0]},"t":31,"s":[29.719,92.263,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.943,0.975,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.172,0.088,0]},"t":32,"s":[91.786,90.449,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.84,0.834,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.177,-0.036,0]},"t":33,"s":[150.239,55.635,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.842,0.888,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.174,0.167,0]},"t":34,"s":[131.528,79.867,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.948,1.053,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.177,0.326,0]},"t":35,"s":[114.424,104,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.464,0.726,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.141,0.032,0]},"t":36,"s":[99.134,112.3,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.912,0.762,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,0.12,0]},"t":37,"s":[104.825,98.77,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.398,1.006,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.54,0.128,0]},"t":38,"s":[67.48,67.824,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.924,0.877,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.069,0.006,0]},"t":39,"s":[65.344,10.519,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-3.208,1.093,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.911,0.258,0]},"t":40,"s":[77.671,71.977,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.93,0.905,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.085,0.044,0]},"t":41,"s":[76.639,101.368,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.96,1.238,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.443,0.68,0]},"t":42,"s":[25.532,39.221,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.134,0.942,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.077,0.062,0]},"t":43,"s":[33.627,30.543,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.683,0.714,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.051,-0.194,0]},"t":44,"s":[29.417,64.046,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.008,0.948,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.113,0.118,0]},"t":45,"s":[40.374,53.993,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.787,1.36,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.007,-0.137,0]},"t":46,"s":[71.134,29.6,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.078,1.002,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.137,0.068,0]},"t":47,"s":[37.38,38.828,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.948,0.937,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.04,0.002,0]},"t":48,"s":[-15.322,-10.291,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.912,0.695,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.139,-0.254,0]},"t":49,"s":[86.713,39.937,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.314,1.014,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.669,0.115,0]},"t":50,"s":[48.493,27.546,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.73,0.854,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.066,0.012,0]},"t":51,"s":[46.484,-5.44,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.035,0.884,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.12,0.194,0]},"t":52,"s":[56.051,33.097,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.934,1.27,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.025,0.299,0]},"t":53,"s":[77.513,62.169,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.866,0.851,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.324,0.064,0]},"t":54,"s":[46.909,73.396,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.037,0.912,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.222,0.188,0]},"t":55,"s":[53.173,25.847,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.024,1.423,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.091,1.71,0]},"t":56,"s":[56.946,-11.873,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.891,0.665,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.019,0.07,0]},"t":57,"s":[96.787,-13.805,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.356,0.111,0]},"t":58,"s":[45.548,-2.059,100]},{"t":59,"s":[29.917,33.378,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[6,32],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":6.599,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.167325382607,0.716982433843,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-7.382,-25.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":11,"op":60,"st":11,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 38","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":7,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[100]},{"t":50,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.591},"o":{"x":0.167,"y":0.167},"t":7,"s":[262.436,299.331,0],"to":[0.489,-0.187,0],"ti":[-2.348,1.046,0]},{"i":{"x":0.833,"y":0.764},"o":{"x":0.167,"y":0.105},"t":8,"s":[265.373,298.21,0],"to":[2.348,-1.046,0],"ti":[-5.031,2.854,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":9,"s":[276.523,293.055,0],"to":[5.031,-2.854,0],"ti":[-6.175,4.882,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":10,"s":[295.56,281.084,0],"to":[6.175,-4.882,0],"ti":[-4.919,5.974,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":11,"s":[313.573,263.763,0],"to":[4.919,-5.974,0],"ti":[-2.793,5.995,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":12,"s":[325.076,245.24,0],"to":[2.793,-5.995,0],"ti":[-0.958,5.467,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":13,"s":[330.333,227.794,0],"to":[0.958,-5.467,0],"ti":[0.382,4.708,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":14,"s":[330.823,212.44,0],"to":[-0.382,-4.708,0],"ti":[1.261,3.892,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":15,"s":[328.039,199.545,0],"to":[-1.261,-3.892,0],"ti":[1.765,3.129,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":16,"s":[323.257,189.086,0],"to":[-1.765,-3.129,0],"ti":[2.001,2.482,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":17,"s":[317.447,180.769,0],"to":[-2.001,-2.482,0],"ti":[2.064,1.961,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":18,"s":[311.25,174.195,0],"to":[-2.064,-1.961,0],"ti":[2.024,1.552,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":19,"s":[305.064,169.001,0],"to":[-2.024,-1.552,0],"ti":[1.932,1.236,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":20,"s":[299.106,164.881,0],"to":[-1.932,-1.236,0],"ti":[1.816,0.99,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":21,"s":[293.474,161.588,0],"to":[-1.816,-0.99,0],"ti":[1.69,0.797,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":22,"s":[288.212,158.939,0],"to":[-1.69,-0.797,0],"ti":[1.563,0.644,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":23,"s":[283.333,156.803,0],"to":[-1.563,-0.644,0],"ti":[1.437,0.519,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":24,"s":[278.836,155.078,0],"to":[-1.437,-0.519,0],"ti":[1.316,0.416,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":25,"s":[274.712,153.691,0],"to":[-1.316,-0.416,0],"ti":[1.201,0.33,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":26,"s":[270.942,152.585,0],"to":[-1.201,-0.33,0],"ti":[1.094,0.257,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":27,"s":[267.505,151.714,0],"to":[-1.094,-0.257,0],"ti":[0.992,0.194,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":28,"s":[264.381,151.045,0],"to":[-0.992,-0.194,0],"ti":[0.897,0.139,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":29,"s":[261.551,150.551,0],"to":[-0.897,-0.139,0],"ti":[0.808,0.091,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":30,"s":[258.997,150.211,0],"to":[-0.808,-0.091,0],"ti":[0.724,0.048,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":31,"s":[256.702,150.007,0],"to":[-0.724,-0.048,0],"ti":[0.646,0.009,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":32,"s":[254.651,149.925,0],"to":[-0.646,-0.009,0],"ti":[0.572,-0.025,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":33,"s":[252.828,149.951,0],"to":[-0.572,0.025,0],"ti":[0.502,-0.055,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":34,"s":[251.221,150.073,0],"to":[-0.502,0.055,0],"ti":[0.437,-0.082,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":35,"s":[249.815,150.281,0],"to":[-0.437,0.082,0],"ti":[0.377,-0.105,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":36,"s":[248.597,150.563,0],"to":[-0.377,0.105,0],"ti":[0.321,-0.125,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":37,"s":[247.552,150.91,0],"to":[-0.321,0.125,0],"ti":[0.269,-0.141,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":38,"s":[246.671,151.311,0],"to":[-0.269,0.141,0],"ti":[0.22,-0.154,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":39,"s":[245.941,151.756,0],"to":[-0.22,0.154,0],"ti":[0.174,-0.163,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":40,"s":[245.353,152.233,0],"to":[-0.174,0.163,0],"ti":[0.132,-0.168,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":41,"s":[244.897,152.732,0],"to":[-0.132,0.168,0],"ti":[0.093,-0.169,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":42,"s":[244.562,153.241,0],"to":[-0.093,0.169,0],"ti":[0.057,-0.166,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":43,"s":[244.34,153.746,0],"to":[-0.057,0.166,0],"ti":[0.024,-0.158,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":44,"s":[244.221,154.236,0],"to":[-0.024,0.158,0],"ti":[-0.006,-0.145,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":45,"s":[244.197,154.694,0],"to":[0.006,0.145,0],"ti":[-0.033,-0.128,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":46,"s":[244.257,155.108,0],"to":[0.033,0.128,0],"ti":[-0.049,-0.109,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.175},"t":47,"s":[244.394,155.461,0],"to":[0.049,0.109,0],"ti":[-0.051,-0.108,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.16},"t":48,"s":[244.552,155.765,0],"to":[0.051,0.108,0],"ti":[-0.047,-0.12,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.16},"t":49,"s":[244.699,156.107,0],"to":[0.047,0.12,0],"ti":[-0.044,-0.131,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.163},"t":50,"s":[244.836,156.487,0],"to":[0.044,0.131,0],"ti":[-0.041,-0.137,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.164},"t":51,"s":[244.964,156.891,0],"to":[0.041,0.137,0],"ti":[-0.039,-0.14,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.166},"t":52,"s":[245.085,157.309,0],"to":[0.039,0.14,0],"ti":[-0.037,-0.14,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.168},"t":53,"s":[245.198,157.733,0],"to":[0.037,0.14,0],"ti":[-0.035,-0.138,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.169},"t":54,"s":[245.305,158.152,0],"to":[0.035,0.138,0],"ti":[-0.033,-0.133,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.171},"t":55,"s":[245.406,158.559,0],"to":[0.033,0.133,0],"ti":[-0.031,-0.125,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.172},"t":56,"s":[245.502,158.947,0],"to":[0.031,0.125,0],"ti":[-0.03,-0.116,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.174},"t":57,"s":[245.594,159.31,0],"to":[0.03,0.116,0],"ti":[-0.029,-0.104,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.176},"t":58,"s":[245.683,159.641,0],"to":[0.029,0.104,0],"ti":[-0.014,-0.049,0]},{"t":59,"s":[245.769,159.936,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.684,1.023,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":7,"s":[100.63,69.657,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.351,-1.07,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.113,0.018,0]},"t":8,"s":[104.514,69.052,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.905,1.153,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.067,0.087,0]},"t":9,"s":[115.346,69.821,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.398,0.948,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.695,0.054,0]},"t":10,"s":[58.871,88.161,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.965,0.738,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.069,-0.137,0]},"t":11,"s":[51.174,36.165,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.972,0.948,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.06,0.122,0]},"t":12,"s":[95.636,55.822,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.882,0.78,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.042,-0.141,0]},"t":13,"s":[69.725,97.853,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.246,1.072,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.285,0.134,0]},"t":14,"s":[86.959,82.233,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.96,0.883,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.094,0.039,0]},"t":15,"s":[94.096,56.625,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,1.134,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.077,0.29,0]},"t":16,"s":[151.503,104.404,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.845,0.96,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.166,0.051,0]},"t":17,"s":[121.653,123.646,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.987,1.023,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.181,-0.079,0]},"t":18,"s":[91.668,73.435,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.867,0.872,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.015,0.018,0]},"t":19,"s":[66.045,99.285,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.952,1.2,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.223,0.238,0]},"t":20,"s":[87.746,66.291,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.929,0.943,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.113,0.059,0]},"t":21,"s":[100.66,48.526,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.102,0.778,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.477,-0.182,0]},"t":22,"s":[95.172,108.893,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.575,0.936,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.046,0.133,0]},"t":23,"s":[95.987,89.94,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.108,0.256,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.079,-0.27,0]},"t":24,"s":[94.176,58.401,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.975,0.976,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.047,0.094,0]},"t":25,"s":[130.21,65.835,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.897,0.966,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.036,-0.034,0]},"t":26,"s":[47.499,124.757,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.822,1.024,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.43,-0.057,0]},"t":27,"s":[105.068,83.037,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.17,0.979,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.157,0.019,0]},"t":28,"s":[118.917,107.79,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.86,0.93,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.056,-0.028,0]},"t":29,"s":[134.616,75.912,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.094,0.206,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.205,-0.452,0]},"t":30,"s":[86.877,99.716,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.948,0.852,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.044,0.093,0]},"t":31,"s":[54.265,96.009,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.9,1.036,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.139,0.19,0]},"t":32,"s":[123.839,64.381,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.39,0.839,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.496,0.025,0]},"t":33,"s":[97.726,39.711,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.984,0.871,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.097,0.173,0]},"t":34,"s":[92.458,75.119,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.931,1.058,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.019,0.235,0]},"t":35,"s":[59.151,108.162,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.407,0.742,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.405,0.034,0]},"t":36,"s":[86.256,126.307,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.957,0.931,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.097,0.123,0]},"t":37,"s":[81.627,95.551,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.83,0.652,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.089,-0.391,0]},"t":38,"s":[53.31,31.043,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.098,1.066,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.164,0.11,0]},"t":39,"s":[67.002,42.37,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.867,0.972,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.045,0.037,0]},"t":40,"s":[81.207,78.404,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.908,0.922,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.224,-0.041,0]},"t":41,"s":[50.269,13.881,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.43,0.675,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.933,-1.114,0]},"t":42,"s":[31.981,57.039,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.97,0.375,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.07,0.112,0]},"t":43,"s":[30.188,54.035,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.919,0.947,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.046,0.096,0]},"t":44,"s":[41.246,45.317,100]},{"i":{"x":[0.833,0.833,0.833],"y":[17.435,1.051,1]},"o":{"x":[0.167,0.167,0.167],"y":[-2.661,-0.148,0]},"t":45,"s":[34.148,-11.396,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.997,0.938,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.083,0.032,0]},"t":46,"s":[34.363,9.033,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.893,0.829,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.004,-0.247,0]},"t":47,"s":[-8.365,-24.009,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.892,0.989,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.375,0.163,0]},"t":48,"s":[32.621,-15.669,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.847,1.17,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.364,-0.012,0]},"t":49,"s":[44.332,-6.94,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.476,0.712,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.183,0.056,0]},"t":50,"s":[47.804,-14.568,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.098,0.898,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.099,0.117,0]},"t":51,"s":[50.704,8.589,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.912,1.348,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.045,0.46,0]},"t":52,"s":[66.039,65.528,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.638,0.848,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.665,0.067,0]},"t":53,"s":[32.735,78.112,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.718,0.935,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.074,0.185,0]},"t":54,"s":[30.98,12.995,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.934,0.692,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.118,-0.305,0]},"t":55,"s":[46.164,-40.385,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.25,0.862,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.313,0.114,0]},"t":56,"s":[82.432,-28.944,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.952,0.97,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.094,0.211,0]},"t":57,"s":[74.813,1.96,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.112,-0.047,0]},"t":58,"s":[13.817,22.06,100]},{"t":59,"s":[39.779,9.173,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[6,32],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":6.599,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.3137254901960784,0.8901960784313725,0.7607843137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-7.382,-25.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":7,"op":60,"st":7,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 37","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":9,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":14,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":36,"s":[100]},{"t":52,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.583},"o":{"x":0.167,"y":0.167},"t":9,"s":[264.075,300.144,0],"to":[-0.069,0.468,0],"ti":[0.355,-2.342,0]},{"i":{"x":0.833,"y":0.763},"o":{"x":0.167,"y":0.104},"t":10,"s":[263.663,302.955,0],"to":[-0.355,2.342,0],"ti":[0.559,-5.353,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":11,"s":[261.945,314.199,0],"to":[-0.559,5.353,0],"ti":[0.004,-7.357,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":12,"s":[260.312,335.072,0],"to":[-0.004,7.357,0],"ti":[-1.215,-7.142,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":13,"s":[261.922,358.34,0],"to":[1.215,7.142,0],"ti":[-2.396,-5.718,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":14,"s":[267.601,377.926,0],"to":[2.396,5.718,0],"ti":[-3.152,-4.167,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":15,"s":[276.299,392.647,0],"to":[3.152,4.167,0],"ti":[-3.444,-2.85,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":16,"s":[286.512,402.925,0],"to":[3.444,2.85,0],"ti":[-3.405,-1.874,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":17,"s":[296.962,409.748,0],"to":[3.405,1.874,0],"ti":[-3.2,-1.208,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":18,"s":[306.94,414.169,0],"to":[3.2,1.208,0],"ti":[-2.937,-0.769,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":19,"s":[316.159,416.998,0],"to":[2.937,0.769,0],"ti":[-2.672,-0.481,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":20,"s":[324.559,418.783,0],"to":[2.672,0.481,0],"ti":[-2.428,-0.291,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":21,"s":[332.191,419.883,0],"to":[2.428,0.291,0],"ti":[-2.206,-0.163,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":22,"s":[339.125,420.527,0],"to":[2.206,0.163,0],"ti":[-2.007,-0.077,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":23,"s":[345.429,420.863,0],"to":[2.007,0.077,0],"ti":[-1.827,-0.019,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":24,"s":[351.165,420.991,0],"to":[1.827,0.019,0],"ti":[-1.665,0.021,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":25,"s":[356.391,420.977,0],"to":[1.665,-0.021,0],"ti":[-1.519,0.049,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":26,"s":[361.156,420.865,0],"to":[1.519,-0.049,0],"ti":[-1.386,0.069,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":27,"s":[365.504,420.683,0],"to":[1.386,-0.069,0],"ti":[-1.264,0.084,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":28,"s":[369.472,420.452,0],"to":[1.264,-0.084,0],"ti":[-1.151,0.096,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":29,"s":[373.088,420.182,0],"to":[1.151,-0.096,0],"ti":[-1.046,0.107,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":30,"s":[376.379,419.878,0],"to":[1.046,-0.107,0],"ti":[-0.947,0.118,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":31,"s":[379.365,419.542,0],"to":[0.947,-0.118,0],"ti":[-0.856,0.124,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":32,"s":[382.063,419.172,0],"to":[0.856,-0.124,0],"ti":[-0.773,0.118,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":33,"s":[384.499,418.801,0],"to":[0.773,-0.118,0],"ti":[-0.697,0.107,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":34,"s":[386.7,418.464,0],"to":[0.697,-0.107,0],"ti":[-0.626,0.097,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":35,"s":[388.681,418.159,0],"to":[0.626,-0.097,0],"ti":[-0.561,0.088,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":36,"s":[390.459,417.883,0],"to":[0.561,-0.088,0],"ti":[-0.5,0.079,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":37,"s":[392.047,417.633,0],"to":[0.5,-0.079,0],"ti":[-0.443,0.072,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":38,"s":[393.458,417.406,0],"to":[0.443,-0.072,0],"ti":[-0.39,0.066,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":39,"s":[394.704,417.199,0],"to":[0.39,-0.066,0],"ti":[-0.34,0.061,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":40,"s":[395.795,417.009,0],"to":[0.34,-0.061,0],"ti":[-0.293,0.057,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":41,"s":[396.741,416.833,0],"to":[0.293,-0.057,0],"ti":[-0.249,0.053,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.182},"t":42,"s":[397.551,416.669,0],"to":[0.249,-0.053,0],"ti":[-0.207,0.05,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.184},"t":43,"s":[398.233,416.514,0],"to":[0.207,-0.05,0],"ti":[-0.168,0.048,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.186},"t":44,"s":[398.794,416.367,0],"to":[0.168,-0.048,0],"ti":[-0.132,0.046,0]},{"i":{"x":0.833,"y":0.854},"o":{"x":0.167,"y":0.19},"t":45,"s":[399.242,416.225,0],"to":[0.132,-0.046,0],"ti":[-0.097,0.045,0]},{"i":{"x":0.833,"y":0.857},"o":{"x":0.167,"y":0.195},"t":46,"s":[399.584,416.088,0],"to":[0.097,-0.045,0],"ti":[-0.064,0.044,0]},{"i":{"x":0.833,"y":0.857},"o":{"x":0.167,"y":0.2},"t":47,"s":[399.824,415.954,0],"to":[0.064,-0.044,0],"ti":[-0.034,0.043,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.2},"t":48,"s":[399.97,415.824,0],"to":[0.034,-0.043,0],"ti":[-0.012,0.044,0]},{"i":{"x":0.833,"y":0.82},"o":{"x":0.167,"y":0.168},"t":49,"s":[400.026,415.696,0],"to":[0.012,-0.044,0],"ti":[-0.006,0.049,0]},{"i":{"x":0.833,"y":0.823},"o":{"x":0.167,"y":0.156},"t":50,"s":[400.041,415.559,0],"to":[0.006,-0.049,0],"ti":[-0.008,0.056,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.158},"t":51,"s":[400.063,415.401,0],"to":[0.008,-0.056,0],"ti":[-0.011,0.062,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.159},"t":52,"s":[400.091,415.224,0],"to":[0.011,-0.062,0],"ti":[-0.014,0.066,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.161},"t":53,"s":[400.129,415.031,0],"to":[0.014,-0.066,0],"ti":[-0.017,0.07,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.162},"t":54,"s":[400.175,414.825,0],"to":[0.017,-0.07,0],"ti":[-0.021,0.073,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.164},"t":55,"s":[400.232,414.61,0],"to":[0.021,-0.073,0],"ti":[-0.025,0.074,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.165},"t":56,"s":[400.301,414.389,0],"to":[0.025,-0.074,0],"ti":[-0.029,0.073,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.166},"t":57,"s":[400.382,414.168,0],"to":[0.029,-0.073,0],"ti":[-0.034,0.071,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":58,"s":[400.476,413.95,0],"to":[0.034,-0.071,0],"ti":[-0.018,0.035,0]},{"t":59,"s":[400.585,413.741,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[2.237,1.014,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":9,"s":[60.433,69.807,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.948,0.354,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.078,0.012,0]},"t":10,"s":[57.035,63.909,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.869,0.914,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.136,0.096,0]},"t":11,"s":[110.865,70.792,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.993,2.539,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.23,2.807,0]},"t":12,"s":[90.384,117.236,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.615,1.021,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.008,0.079,0]},"t":13,"s":[78.755,118.657,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.957,0.878,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.106,0.017,0]},"t":14,"s":[89.349,90.995,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.759,1.314,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.09,0.263,0]},"t":15,"s":[127.76,125.63,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.85,0.949,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.128,0.066,0]},"t":16,"s":[109.298,141.669,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.93,1.01,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.187,-0.134,0]},"t":17,"s":[74.466,65.123,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.468,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.45,0.009,0]},"t":18,"s":[46.407,94.474,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.94,2.673,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.099,2.042,0]},"t":19,"s":[50.79,61.594,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.179,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.209,0.079,0]},"t":20,"s":[74.379,60.195,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.903,1.053,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.057,0.166,0]},"t":21,"s":[67.656,89.669,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.318,0.963,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.577,0.032,0]},"t":22,"s":[88.817,119.34,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.032,0.863,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.089,-0.068,0]},"t":23,"s":[92.391,70.889,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.912,1.002,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.023,0.212,0]},"t":24,"s":[145.365,97.56,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.702,0.895,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.509,0.002,0]},"t":25,"s":[71.948,114.853,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.886,1.201,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.074,0.407,0]},"t":26,"s":[67.657,97.077,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.837,0.928,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.312,0.059,0]},"t":27,"s":[108.077,92.496,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.302,1.255,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.171,-0.517,0]},"t":28,"s":[122.812,108.142,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.944,1.236,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.065,0.063,0]},"t":29,"s":[136.892,105.97,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.917,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.168,0.062,0]},"t":30,"s":[71.752,114.791,100]},{"i":{"x":[0.833,0.833,0.833],"y":[4.698,0.909,1]},"o":{"x":[0.167,0.167,0.167],"y":[-10.728,0.167,0]},"t":31,"s":[93.325,80.942,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.281,2.111,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.081,0.997,0]},"t":32,"s":[93.159,47.153,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.918,0.796,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.064,0.078,0]},"t":33,"s":[100.704,44.07,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-6.847,0.936,1]},"o":{"x":[0.167,0.167,0.167],"y":[-7.898,0.141,0]},"t":34,"s":[67.68,88.243,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.94,0.681,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.084,-0.275,0]},"t":35,"s":[68.025,152.101,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.562,0.9,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.209,0.113,0]},"t":36,"s":[100.152,137.254,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.999,0.902,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.103,0.504,0]},"t":37,"s":[91.001,95.342,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.918,-2.094,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.001,0.554,0]},"t":38,"s":[52.026,87.036,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-2.601,0.998,1]},"o":{"x":[0.167,0.167,0.167],"y":[-3.839,0.086,0]},"t":39,"s":[90.362,85.565,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.926,0.91,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.085,-0.003,0]},"t":40,"s":[89.547,32.423,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.446,1.058,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.669,1.085,0]},"t":41,"s":[55.168,83.983,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.934,0.021,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.07,0.034,0]},"t":42,"s":[58.978,88.274,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.109,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.325,0.091,0]},"t":43,"s":[34.79,80.994,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.922,1.213,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.047,1.844,0]},"t":44,"s":[39.732,2.714,100]},{"i":{"x":[0.833,0.833,0.833],"y":[4.228,1.121,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.292,0.06,0]},"t":45,"s":[28.352,-0.992,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.984,0.973,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.081,0.049,0]},"t":46,"s":[29.041,12.182,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.923,0.921,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.02,-0.04,0]},"t":47,"s":[1.635,-20.19,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.207,3.708,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.991,-1.388,0]},"t":48,"s":[23.803,1.627,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.933,0.909,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.078,0.081,0]},"t":49,"s":[22.083,0.392,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.444,0.353,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.338,0.943,0]},"t":50,"s":[48.704,41.779,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.843,1.011,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.098,0.096,0]},"t":51,"s":[43.437,45.791,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.042,0.741,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.178,0.01,0]},"t":52,"s":[13.575,72.931,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.846,0.91,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.028,0.123,0]},"t":53,"s":[-12.851,42.13,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.907,1.471,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.181,1.058,0]},"t":54,"s":[26.868,-22.827,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.014,0.916,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.832,0.071,0]},"t":55,"s":[60.696,-28.382,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.956,6.012,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.077,11.039,0]},"t":56,"s":[64.461,8.569,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.945,1.005,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.093,0.082,0]},"t":57,"s":[14.897,8.85,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.162,0.005,0]},"t":58,"s":[38.326,-8.337,100]},{"t":59,"s":[30.376,9.931,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[6,32],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":6.599,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.167325382607,0.716982433843,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-7.382,-25.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":9,"op":60,"st":9,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 36","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":5,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":32,"s":[100]},{"t":48,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.604},"o":{"x":0.167,"y":0.167},"t":5,"s":[268.501,303.894,0],"to":[0.373,-0.267,0],"ti":[-1.332,1.601,0]},{"i":{"x":0.833,"y":0.775},"o":{"x":0.167,"y":0.106},"t":6,"s":[270.738,302.29,0],"to":[1.332,-1.601,0],"ti":[1.952,1.768,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.133},"t":7,"s":[276.491,294.286,0],"to":[-1.952,-1.768,0],"ti":[6.31,0.166,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.156},"t":8,"s":[259.026,291.685,0],"to":[-6.31,-0.166,0],"ti":[6.364,-0.502,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":9,"s":[238.628,293.288,0],"to":[-6.364,0.502,0],"ti":[5.435,-0.368,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.183},"t":10,"s":[220.844,294.694,0],"to":[-5.435,0.368,0],"ti":[4.549,-0.177,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.183},"t":11,"s":[206.017,295.497,0],"to":[-4.549,0.177,0],"ti":[3.853,-0.014,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":12,"s":[193.549,295.758,0],"to":[-3.853,0.014,0],"ti":[3.314,0.117,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":13,"s":[182.897,295.583,0],"to":[-3.314,-0.117,0],"ti":[2.886,0.223,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":14,"s":[173.668,295.056,0],"to":[-2.886,-0.223,0],"ti":[2.537,0.31,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":15,"s":[165.584,294.243,0],"to":[-2.537,-0.31,0],"ti":[2.246,0.383,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":16,"s":[158.446,293.194,0],"to":[-2.246,-0.383,0],"ti":[2.001,0.441,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":17,"s":[152.105,291.947,0],"to":[-2.001,-0.441,0],"ti":[1.789,0.485,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":18,"s":[146.441,290.551,0],"to":[-1.789,-0.485,0],"ti":[1.601,0.519,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":19,"s":[141.373,289.038,0],"to":[-1.601,-0.519,0],"ti":[1.435,0.544,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":20,"s":[136.833,287.437,0],"to":[-1.435,-0.544,0],"ti":[1.285,0.562,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":21,"s":[132.765,285.771,0],"to":[-1.285,-0.562,0],"ti":[1.15,0.573,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":22,"s":[129.121,284.063,0],"to":[-1.15,-0.573,0],"ti":[1.027,0.578,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":23,"s":[125.863,282.331,0],"to":[-1.027,-0.578,0],"ti":[0.915,0.576,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":24,"s":[122.957,280.597,0],"to":[-0.915,-0.576,0],"ti":[0.814,0.569,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":25,"s":[120.371,278.877,0],"to":[-0.814,-0.569,0],"ti":[0.721,0.558,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":26,"s":[118.075,277.184,0],"to":[-0.721,-0.558,0],"ti":[0.637,0.542,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":27,"s":[116.044,275.532,0],"to":[-0.637,-0.542,0],"ti":[0.56,0.523,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":28,"s":[114.254,273.931,0],"to":[-0.56,-0.523,0],"ti":[0.49,0.502,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":29,"s":[112.684,272.392,0],"to":[-0.49,-0.502,0],"ti":[0.427,0.478,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":30,"s":[111.312,270.921,0],"to":[-0.427,-0.478,0],"ti":[0.369,0.453,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":31,"s":[110.122,269.523,0],"to":[-0.369,-0.453,0],"ti":[0.317,0.426,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":32,"s":[109.095,268.204,0],"to":[-0.317,-0.426,0],"ti":[0.27,0.399,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":33,"s":[108.219,266.966,0],"to":[-0.27,-0.399,0],"ti":[0.226,0.37,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":34,"s":[107.478,265.812,0],"to":[-0.226,-0.37,0],"ti":[0.186,0.342,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":35,"s":[106.862,264.743,0],"to":[-0.186,-0.342,0],"ti":[0.15,0.313,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":36,"s":[106.36,263.762,0],"to":[-0.15,-0.313,0],"ti":[0.117,0.283,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":37,"s":[105.962,262.868,0],"to":[-0.117,-0.283,0],"ti":[0.086,0.254,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":38,"s":[105.66,262.062,0],"to":[-0.086,-0.254,0],"ti":[0.058,0.224,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":39,"s":[105.445,261.346,0],"to":[-0.058,-0.224,0],"ti":[0.032,0.194,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.182},"t":40,"s":[105.312,260.718,0],"to":[-0.032,-0.194,0],"ti":[0.008,0.164,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.184},"t":41,"s":[105.253,260.18,0],"to":[-0.008,-0.164,0],"ti":[-0.014,0.135,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.185},"t":42,"s":[105.263,259.732,0],"to":[0.014,-0.135,0],"ti":[-0.034,0.104,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.185},"t":43,"s":[105.336,259.373,0],"to":[0.034,-0.104,0],"ti":[-0.052,0.074,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.181},"t":44,"s":[105.467,259.105,0],"to":[0.052,-0.074,0],"ti":[-0.065,0.05,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.172},"t":45,"s":[105.65,258.927,0],"to":[0.065,-0.05,0],"ti":[-0.069,0.036,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.172},"t":46,"s":[105.86,258.807,0],"to":[0.069,-0.036,0],"ti":[-0.062,0.029,0]},{"i":{"x":0.833,"y":0.856},"o":{"x":0.167,"y":0.186},"t":47,"s":[106.065,258.712,0],"to":[0.062,-0.029,0],"ti":[-0.047,0.024,0]},{"i":{"x":0.833,"y":0.863},"o":{"x":0.167,"y":0.197},"t":48,"s":[106.232,258.632,0],"to":[0.047,-0.024,0],"ti":[-0.031,0.02,0]},{"i":{"x":0.833,"y":0.876},"o":{"x":0.167,"y":0.214},"t":49,"s":[106.349,258.566,0],"to":[0.031,-0.02,0],"ti":[-0.015,0.014,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.252},"t":50,"s":[106.418,258.515,0],"to":[0.015,-0.014,0],"ti":[0.001,0.009,0]},{"i":{"x":0.833,"y":0.742},"o":{"x":0.167,"y":0.188},"t":51,"s":[106.44,258.479,0],"to":[-0.001,-0.009,0],"ti":[0.016,0.003,0]},{"i":{"x":0.833,"y":0.781},"o":{"x":0.167,"y":0.123},"t":52,"s":[106.414,258.46,0],"to":[-0.016,-0.003,0],"ti":[0.031,-0.003,0]},{"i":{"x":0.833,"y":0.801},"o":{"x":0.167,"y":0.134},"t":53,"s":[106.343,258.459,0],"to":[-0.031,0.003,0],"ti":[0.045,-0.008,0]},{"i":{"x":0.833,"y":0.811},"o":{"x":0.167,"y":0.144},"t":54,"s":[106.228,258.475,0],"to":[-0.045,0.008,0],"ti":[0.059,-0.014,0]},{"i":{"x":0.833,"y":0.817},"o":{"x":0.167,"y":0.149},"t":55,"s":[106.07,258.51,0],"to":[-0.059,0.014,0],"ti":[0.072,-0.02,0]},{"i":{"x":0.833,"y":0.82},"o":{"x":0.167,"y":0.153},"t":56,"s":[105.873,258.562,0],"to":[-0.072,0.02,0],"ti":[0.084,-0.026,0]},{"i":{"x":0.833,"y":0.823},"o":{"x":0.167,"y":0.155},"t":57,"s":[105.639,258.632,0],"to":[-0.084,0.026,0],"ti":[0.095,-0.032,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.157},"t":58,"s":[105.369,258.719,0],"to":[-0.095,0.032,0],"ti":[0.05,-0.017,0]},{"t":59,"s":[105.069,258.823,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.896,-0.931,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":5,"s":[111.822,109.374,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.087,0.955,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.414,0.087,0]},"t":6,"s":[100.055,106.422,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.951,0.812,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.092,-0.097,0]},"t":7,"s":[97.093,40.951,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.773,0.949,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.117,0.15,0]},"t":8,"s":[67.613,71.247,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.893,1.157,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.132,-0.129,0]},"t":9,"s":[79.872,109.348,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.215,0.987,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.381,0.054,0]},"t":10,"s":[101.054,94.428,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.929,0.945,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.06,-0.015,0]},"t":11,"s":[106.979,137.485,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.974,0.793,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.477,-0.164,0]},"t":12,"s":[85.798,101.174,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.674,1.013,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.039,0.139,0]},"t":13,"s":[88.947,113.411,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.924,0.677,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.074,0.011,0]},"t":14,"s":[86.793,131.596,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.583,0.977,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.914,0.112,0]},"t":15,"s":[106.377,110.603,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.868,0.899,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.088,-0.033,0]},"t":16,"s":[104.74,50.192,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.873,0.902,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.225,0.471,0]},"t":17,"s":[75.287,93.627,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.914,0.963,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.244,0.557,0]},"t":18,"s":[57.971,102.957,100]},{"i":{"x":[0.833,0.833,0.833],"y":[6.07,1.272,1]},"o":{"x":[0.167,0.167,0.167],"y":[2.53,-0.068,0]},"t":19,"s":[48.983,104.599,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.801,1.91,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.082,0.064,0]},"t":20,"s":[48.677,103.694,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.786,1.017,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.143,0.076,0]},"t":21,"s":[67.607,107.546,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.999,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.136,0.014,0]},"t":22,"s":[93.956,61.633,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.898,0.924,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.001,-0.051,0]},"t":23,"s":[135.372,117.12,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.936,1.36,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.448,-0.923,0]},"t":24,"s":[94.654,82.761,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.146,1.103,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.276,0.068,0]},"t":25,"s":[85.351,85.606,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.778,0.911,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.092,0.046,0]},"t":26,"s":[87.506,70.455,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.973,0.043,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.134,1.425,0]},"t":27,"s":[107.432,104.297,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.792,1.155,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.04,0.091,0]},"t":28,"s":[140.473,106.399,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.932,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.139,0.054,0]},"t":29,"s":[118.147,128.441,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.974,1.121,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.054,-0.359,0]},"t":30,"s":[84.776,65.43,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.673,0.886,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.038,0.049,0]},"t":31,"s":[105.029,77.29,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.925,1.408,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.112,0.311,0]},"t":32,"s":[91.068,48.266,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.647,0.929,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.747,0.069,0]},"t":33,"s":[50.228,37.635,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.827,0.939,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.109,-0.474,0]},"t":34,"s":[54.329,100.336,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.244,1.036,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.161,-0.223,0]},"t":35,"s":[67.613,90.964,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.954,0.595,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.062,0.025,0]},"t":36,"s":[81.902,93.51,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.785,0.829,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.101,0.105,0]},"t":37,"s":[25.699,89.858,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.976,0.897,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.136,0.163,0]},"t":38,"s":[51.156,75.74,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.939,1.149,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.034,0.43,0]},"t":39,"s":[91.35,60.958,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.534,0.988,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.231,0.053,0]},"t":40,"s":[62.734,57.409,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.938,0.526,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.072,-0.014,0]},"t":41,"s":[70.32,67.319,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.896,0.923,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.24,0.101,0]},"t":42,"s":[14.17,58.838,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.32,0.689,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.419,-0.944,0]},"t":43,"s":[28.636,19.113,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.869,1.114,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.066,0.114,0]},"t":44,"s":[32.23,22.336,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.092,1.006,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.228,0.048,0]},"t":45,"s":[14.851,31.15,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.899,1.001,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.044,0.005,0]},"t":46,"s":[4.812,10.283,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.075,1.195,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.472,0.001,0]},"t":47,"s":[25.925,32.587,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.799,0.984,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.04,0.058,0]},"t":48,"s":[30.453,9.9,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.842,0.973,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.142,-0.02,0]},"t":49,"s":[21.826,85.625,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.674,0.929,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.177,-0.039,0]},"t":50,"s":[9.608,24.619,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.022,0.324,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.112,-0.462,0]},"t":51,"s":[-1.289,66.096,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.84,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.018,0.095,0]},"t":52,"s":[-33.054,59.758,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.926,1.101,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.173,1.876,0]},"t":53,"s":[7.239,14.644,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.273,1.364,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.683,0.046,0]},"t":54,"s":[44.549,12.547,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.913,0.998,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.094,0.068,0]},"t":55,"s":[40.492,17.184,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.637,1.065,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.953,-0.003,0]},"t":56,"s":[9.161,-7.703,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.935,0.991,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.079,0.037,0]},"t":57,"s":[7.764,16.458,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.3,-0.01,0]},"t":58,"s":[36.594,-26.534,100]},{"t":59,"s":[30.332,11.798,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[6,32],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":6.599,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.3137254901960784,0.8901960784313725,0.7607843137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-7.382,-25.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":5,"op":60,"st":5,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 35","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":9,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":31,"s":[100]},{"t":47,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.58},"o":{"x":0.167,"y":0.167},"t":4,"s":[269.847,301.952,0],"to":[0.17,-0.147,0],"ti":[-0.855,0.741,0]},{"i":{"x":0.833,"y":0.763},"o":{"x":0.167,"y":0.104},"t":5,"s":[270.865,301.071,0],"to":[0.855,-0.741,0],"ti":[-1.897,1.74,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":6,"s":[274.976,297.505,0],"to":[1.897,-1.74,0],"ti":[-2.487,2.492,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":7,"s":[282.245,290.631,0],"to":[2.487,-2.492,0],"ti":[-2.333,2.568,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":8,"s":[289.898,282.555,0],"to":[2.333,-2.568,0],"ti":[-1.909,2.26,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.184},"t":9,"s":[296.244,275.226,0],"to":[1.909,-2.26,0],"ti":[-1.56,1.916,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.183},"t":10,"s":[301.355,268.994,0],"to":[1.56,-1.916,0],"ti":[-1.325,1.619,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":11,"s":[305.606,263.727,0],"to":[1.325,-1.619,0],"ti":[-1.185,1.356,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":12,"s":[309.304,259.281,0],"to":[1.185,-1.356,0],"ti":[-1.147,1.074,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.177},"t":13,"s":[312.714,255.59,0],"to":[1.147,-1.074,0],"ti":[-1.205,0.459,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.179},"t":14,"s":[316.183,252.839,0],"to":[1.205,-0.459,0],"ti":[-0.955,-0.508,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.171},"t":15,"s":[319.947,252.839,0],"to":[0.955,0.508,0],"ti":[-0.499,-1.03,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":16,"s":[321.913,255.888,0],"to":[0.499,1.03,0],"ti":[-0.292,-1.003,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":17,"s":[322.944,259.018,0],"to":[0.292,1.003,0],"ti":[-0.216,-0.921,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":18,"s":[323.663,261.908,0],"to":[0.216,0.921,0],"ti":[-0.18,-0.838,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":19,"s":[324.24,264.543,0],"to":[0.18,0.838,0],"ti":[-0.16,-0.762,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":20,"s":[324.742,266.939,0],"to":[0.16,0.762,0],"ti":[-0.149,-0.692,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":21,"s":[325.202,269.115,0],"to":[0.149,0.692,0],"ti":[-0.143,-0.628,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":22,"s":[325.638,271.093,0],"to":[0.143,0.628,0],"ti":[-0.139,-0.568,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":23,"s":[326.06,272.884,0],"to":[0.139,0.568,0],"ti":[-0.136,-0.513,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":24,"s":[326.472,274.503,0],"to":[0.136,0.513,0],"ti":[-0.134,-0.461,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":25,"s":[326.877,275.962,0],"to":[0.134,0.461,0],"ti":[-0.131,-0.413,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":26,"s":[327.274,277.271,0],"to":[0.131,0.413,0],"ti":[-0.128,-0.369,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":27,"s":[327.663,278.442,0],"to":[0.128,0.369,0],"ti":[-0.123,-0.327,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":28,"s":[328.039,279.483,0],"to":[0.123,0.327,0],"ti":[-0.117,-0.287,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.177},"t":29,"s":[328.401,280.402,0],"to":[0.117,0.287,0],"ti":[-0.109,-0.251,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.178},"t":30,"s":[328.742,281.208,0],"to":[0.109,0.251,0],"ti":[-0.095,-0.217,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.181},"t":31,"s":[329.057,281.906,0],"to":[0.095,0.217,0],"ti":[-0.065,-0.188,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":32,"s":[329.315,282.507,0],"to":[0.065,0.188,0],"ti":[-0.024,-0.165,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.181},"t":33,"s":[329.447,283.036,0],"to":[0.024,0.165,0],"ti":[0.014,-0.145,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.176},"t":34,"s":[329.46,283.5,0],"to":[-0.014,0.145,0],"ti":[0.05,-0.126,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.169},"t":35,"s":[329.361,283.904,0],"to":[-0.05,0.126,0],"ti":[0.083,-0.109,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.163},"t":36,"s":[329.16,284.255,0],"to":[-0.083,0.109,0],"ti":[0.113,-0.092,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.16},"t":37,"s":[328.864,284.555,0],"to":[-0.113,0.092,0],"ti":[0.14,-0.078,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.159},"t":38,"s":[328.482,284.81,0],"to":[-0.14,0.078,0],"ti":[0.165,-0.064,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.159},"t":39,"s":[328.022,285.021,0],"to":[-0.165,0.064,0],"ti":[0.187,-0.05,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.16},"t":40,"s":[327.492,285.191,0],"to":[-0.187,0.05,0],"ti":[0.206,-0.038,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.161},"t":41,"s":[326.902,285.323,0],"to":[-0.206,0.038,0],"ti":[0.222,-0.026,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.162},"t":42,"s":[326.259,285.418,0],"to":[-0.222,0.026,0],"ti":[0.235,-0.015,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.163},"t":43,"s":[325.573,285.479,0],"to":[-0.235,0.015,0],"ti":[0.245,-0.007,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.164},"t":44,"s":[324.851,285.506,0],"to":[-0.245,0.007,0],"ti":[0.251,-0.008,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.165},"t":45,"s":[324.104,285.522,0],"to":[-0.251,0.008,0],"ti":[0.255,-0.011,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.166},"t":46,"s":[323.342,285.551,0],"to":[-0.255,0.011,0],"ti":[0.256,-0.015,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.167},"t":47,"s":[322.574,285.591,0],"to":[-0.256,0.015,0],"ti":[0.254,-0.018,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.168},"t":48,"s":[321.808,285.64,0],"to":[-0.254,0.018,0],"ti":[0.248,-0.02,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.169},"t":49,"s":[321.053,285.698,0],"to":[-0.248,0.02,0],"ti":[0.24,-0.022,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.17},"t":50,"s":[320.318,285.762,0],"to":[-0.24,0.022,0],"ti":[0.229,-0.023,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.171},"t":51,"s":[319.612,285.831,0],"to":[-0.229,0.023,0],"ti":[0.214,-0.024,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.173},"t":52,"s":[318.945,285.902,0],"to":[-0.214,0.024,0],"ti":[0.197,-0.024,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.175},"t":53,"s":[318.326,285.973,0],"to":[-0.197,0.024,0],"ti":[0.176,-0.022,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.178},"t":54,"s":[317.764,286.043,0],"to":[-0.176,0.022,0],"ti":[0.153,-0.02,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.182},"t":55,"s":[317.268,286.108,0],"to":[-0.153,0.02,0],"ti":[0.126,-0.017,0]},{"i":{"x":0.833,"y":0.857},"o":{"x":0.167,"y":0.188},"t":56,"s":[316.848,286.165,0],"to":[-0.126,0.017,0],"ti":[0.096,-0.013,0]},{"i":{"x":0.833,"y":0.87},"o":{"x":0.167,"y":0.2},"t":57,"s":[316.513,286.212,0],"to":[-0.096,0.013,0],"ti":[0.062,-0.008,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.232},"t":58,"s":[316.273,286.245,0],"to":[-0.062,0.008,0],"ti":[0.022,-0.003,0]},{"t":59,"s":[316.139,286.261,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1.112,0.057,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":4,"s":[102.583,113.906,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.982,0.964,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.048,0.091,0]},"t":5,"s":[89.34,107.749,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.826,0.789,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.023,-0.063,0]},"t":6,"s":[120.4,44.201,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.974,0.965,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.16,0.138,0]},"t":7,"s":[96.055,80.415,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.007,0.953,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.038,-0.061,0]},"t":8,"s":[69.666,135.77,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.054,1.124,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.007,-0.107,0]},"t":9,"s":[87.726,103.756,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.958,0.931,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.033,0.05,0]},"t":10,"s":[68.046,117.794,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.847,0.448,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.085,-0.418,0]},"t":11,"s":[100.548,82.836,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.903,0.976,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.184,0.098,0]},"t":12,"s":[84.441,88.646,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.653,0.719,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.581,-0.033,0]},"t":13,"s":[71.053,121.348,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.928,0.925,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.079,0.118,0]},"t":14,"s":[68.813,98.016,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.876,-0.382,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.52,-0.749,0]},"t":15,"s":[115.484,42.548,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.015,0.928,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.255,0.089,0]},"t":16,"s":[109.038,48.103,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.942,0.908,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.091,-0.516,0]},"t":17,"s":[105.912,134.682,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.984,-0.015,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.189,0.903,0]},"t":18,"s":[70.98,122.635,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.191,0.613,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.021,0.091,0]},"t":19,"s":[81.664,121.409,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.88,0.999,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.058,0.106,0]},"t":20,"s":[73.094,107.712,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.105,1.007,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.271,-0.001,0]},"t":21,"s":[101.314,57.875,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.034,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.046,0.006,0]},"t":22,"s":[113.878,107.014,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.956,0.958,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.024,1.786,0]},"t":23,"s":[85.547,53.745,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.812,-0.974,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.094,-0.086,0]},"t":24,"s":[125.423,51.139,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.021,0.814,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.149,0.087,0]},"t":25,"s":[106.714,52.421,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.926,0.902,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.017,0.151,0]},"t":26,"s":[83.118,81.524,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.571,1.517,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.689,0.542,0]},"t":27,"s":[112.603,117.515,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.176,0.931,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.103,0.072,0]},"t":28,"s":[109.423,124.06,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.971,0.91,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.057,-0.391,0]},"t":29,"s":[96.227,76.928,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.758,5.317,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.044,1.133,0]},"t":30,"s":[137.222,85.21,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.901,0.966,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.127,0.082,0]},"t":31,"s":[110.401,85.868,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.016,0.988,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.527,-0.056,0]},"t":32,"s":[59.435,51.153,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.802,1.05,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.013,-0.013,0]},"t":33,"s":[49.857,71.912,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.11,0.966,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.144,0.031,0]},"t":34,"s":[61.259,54.038,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.954,0.88,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.047,-0.059,0]},"t":35,"s":[76.982,82.665,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.849,1.149,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.103,0.274,0]},"t":36,"s":[40.562,65.859,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.016,1.039,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.187,0.053,0]},"t":37,"s":[56.885,58.517,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.025,0.918,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.013,0.027,0]},"t":38,"s":[70.044,78.995,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.03,2.634,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.019,-7.024,0]},"t":39,"s":[54.364,48.853,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.85,0.699,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.022,0.079,0]},"t":40,"s":[74.752,49.207,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.102,1.073,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.188,0.115,0]},"t":41,"s":[46.926,41.924,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.008,0.973,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.046,0.039,0]},"t":42,"s":[24.667,22.936,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.923,0.941,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.008,-0.041,0]},"t":43,"s":[74.072,58.487,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.782,0.823,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.08,-0.204,0]},"t":44,"s":[19.734,34.651,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.772,1.167,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.135,0.158,0]},"t":45,"s":[23.626,41.571,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.128,1.109,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.131,0.056,0]},"t":46,"s":[29.896,49.314,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.837,1.026,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.05,0.047,0]},"t":47,"s":[40.776,26.063,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.946,0.975,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.171,0.02,0]},"t":48,"s":[13.174,79.764,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.934,0.928,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.153,-0.036,0]},"t":49,"s":[-13.177,9.252,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.831,0.665,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.32,-0.508,0]},"t":50,"s":[-3.882,58.452,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.879,0.883,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.076,0.111,0]},"t":51,"s":[-5.803,51.522,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.861,0.931,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.266,0.29,0]},"t":52,"s":[15.263,30.594,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.125,2.138,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.208,-0.398,0]},"t":53,"s":[24.861,22.138,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.882,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.05,0.078,0]},"t":54,"s":[31.285,23.603,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.155,1.18,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.282,-0.051,0]},"t":55,"s":[15.205,2.136,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.018,0.906,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.054,0.057,0]},"t":56,"s":[8.46,15.435,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.07,2.225,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.015,0.737,0]},"t":57,"s":[27.717,-26.636,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,0.078,0]},"t":58,"s":[4.398,-31.997,100]},{"t":59,"s":[47.278,52.184,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[6,32],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":6.599,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.167325382607,0.716982433843,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-7.382,-25.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":4,"op":60,"st":4,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 34","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":15,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[100]},{"t":53,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.622},"o":{"x":0.167,"y":0.167},"t":10,"s":[271.252,303.813,0],"to":[0.284,-0.193,0],"ti":[-1.149,1.055,0]},{"i":{"x":0.833,"y":0.767},"o":{"x":0.167,"y":0.107},"t":11,"s":[272.957,302.654,0],"to":[1.149,-1.055,0],"ti":[-2.022,2.73,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.13},"t":12,"s":[278.144,297.481,0],"to":[2.022,-2.73,0],"ti":[-1.91,4.187,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":13,"s":[285.092,286.273,0],"to":[1.91,-4.187,0],"ti":[-1.055,4.438,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.178},"t":14,"s":[289.604,272.358,0],"to":[1.055,-4.438,0],"ti":[-0.359,3.914,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":15,"s":[291.42,259.644,0],"to":[0.359,-3.914,0],"ti":[0.022,3.308,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.182},"t":16,"s":[291.76,248.874,0],"to":[-0.022,-3.308,0],"ti":[0.239,2.795,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.181},"t":17,"s":[291.291,239.797,0],"to":[-0.239,-2.795,0],"ti":[0.374,2.38,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":18,"s":[290.325,232.102,0],"to":[-0.374,-2.38,0],"ti":[0.463,2.046,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":19,"s":[289.046,225.517,0],"to":[-0.463,-2.046,0],"ti":[0.527,1.772,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":20,"s":[287.548,219.827,0],"to":[-0.527,-1.772,0],"ti":[0.577,1.542,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":21,"s":[285.886,214.884,0],"to":[-0.577,-1.542,0],"ti":[0.62,1.344,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":22,"s":[284.087,210.573,0],"to":[-0.62,-1.344,0],"ti":[0.662,1.168,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":23,"s":[282.165,206.818,0],"to":[-0.662,-1.168,0],"ti":[0.709,1.006,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.174},"t":24,"s":[280.115,203.564,0],"to":[-0.709,-1.006,0],"ti":[0.773,0.841,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.172},"t":25,"s":[277.909,200.78,0],"to":[-0.773,-0.841,0],"ti":[0.882,0.613,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.169},"t":26,"s":[275.475,198.518,0],"to":[-0.882,-0.613,0],"ti":[0.968,0.094,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.169},"t":27,"s":[272.616,197.104,0],"to":[-0.968,-0.094,0],"ti":[0.794,-0.512,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.173},"t":28,"s":[269.666,197.956,0],"to":[-0.794,0.512,0],"ti":[0.517,-0.748,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.176},"t":29,"s":[267.851,200.177,0],"to":[-0.517,0.748,0],"ti":[0.389,-0.735,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":30,"s":[266.566,202.443,0],"to":[-0.389,0.735,0],"ti":[0.329,-0.691,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":31,"s":[265.514,204.588,0],"to":[-0.329,0.691,0],"ti":[0.293,-0.642,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":32,"s":[264.591,206.588,0],"to":[-0.293,0.642,0],"ti":[0.267,-0.593,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":33,"s":[263.756,208.44,0],"to":[-0.267,0.593,0],"ti":[0.245,-0.545,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":34,"s":[262.99,210.145,0],"to":[-0.245,0.545,0],"ti":[0.226,-0.497,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":35,"s":[262.283,211.707,0],"to":[-0.226,0.497,0],"ti":[0.206,-0.451,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":36,"s":[261.635,213.129,0],"to":[-0.206,0.451,0],"ti":[0.186,-0.406,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":37,"s":[261.046,214.413,0],"to":[-0.186,0.406,0],"ti":[0.164,-0.36,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.178},"t":38,"s":[260.52,215.562,0],"to":[-0.164,0.36,0],"ti":[0.14,-0.315,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.18},"t":39,"s":[260.062,216.575,0],"to":[-0.14,0.315,0],"ti":[0.114,-0.269,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.183},"t":40,"s":[259.679,217.45,0],"to":[-0.114,0.269,0],"ti":[0.086,-0.224,0]},{"i":{"x":0.833,"y":0.854},"o":{"x":0.167,"y":0.187},"t":41,"s":[259.376,218.188,0],"to":[-0.086,0.224,0],"ti":[0.055,-0.178,0]},{"i":{"x":0.833,"y":0.86},"o":{"x":0.167,"y":0.194},"t":42,"s":[259.162,218.791,0],"to":[-0.055,0.178,0],"ti":[0.022,-0.132,0]},{"i":{"x":0.833,"y":0.862},"o":{"x":0.167,"y":0.205},"t":43,"s":[259.045,219.258,0],"to":[-0.022,0.132,0],"ti":[-0.015,-0.086,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.21},"t":44,"s":[259.032,219.585,0],"to":[0.015,0.086,0],"ti":[-0.054,-0.038,0]},{"i":{"x":0.833,"y":0.802},"o":{"x":0.167,"y":0.162},"t":45,"s":[259.133,219.772,0],"to":[0.054,0.038,0],"ti":[-0.089,-0.002,0]},{"i":{"x":0.833,"y":0.818},"o":{"x":0.167,"y":0.144},"t":46,"s":[259.355,219.813,0],"to":[0.089,0.002,0],"ti":[-0.114,0.012,0]},{"i":{"x":0.833,"y":0.823},"o":{"x":0.167,"y":0.153},"t":47,"s":[259.669,219.787,0],"to":[0.114,-0.012,0],"ti":[-0.131,0.018,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.157},"t":48,"s":[260.041,219.743,0],"to":[0.131,-0.018,0],"ti":[-0.144,0.024,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.16},"t":49,"s":[260.458,219.681,0],"to":[0.144,-0.024,0],"ti":[-0.153,0.025,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.163},"t":50,"s":[260.907,219.601,0],"to":[0.153,-0.025,0],"ti":[-0.159,0.017,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.165},"t":51,"s":[261.377,219.531,0],"to":[0.159,-0.017,0],"ti":[-0.161,0.006,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.166},"t":52,"s":[261.86,219.498,0],"to":[0.161,-0.006,0],"ti":[-0.161,-0.005,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.168},"t":53,"s":[262.346,219.497,0],"to":[0.161,0.005,0],"ti":[-0.157,-0.014,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.169},"t":54,"s":[262.825,219.527,0],"to":[0.157,0.014,0],"ti":[-0.151,-0.023,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.17},"t":55,"s":[263.289,219.583,0],"to":[0.151,0.023,0],"ti":[-0.142,-0.03,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.171},"t":56,"s":[263.73,219.663,0],"to":[0.142,0.03,0],"ti":[-0.132,-0.036,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":57,"s":[264.142,219.763,0],"to":[0.132,0.036,0],"ti":[-0.119,-0.041,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.174},"t":58,"s":[264.519,219.88,0],"to":[0.119,0.041,0],"ti":[-0.056,-0.022,0]},{"t":59,"s":[264.857,220.011,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1.023,-0.027,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":10,"s":[92.348,80.588,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.063,0.897,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.018,0.091,0]},"t":11,"s":[63.239,83.148,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.953,1.468,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.036,0.435,0]},"t":12,"s":[100.528,112.151,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.799,0.83,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.11,0.071,0]},"t":13,"s":[34.84,119.029,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.908,1.046,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.142,0.163,0]},"t":14,"s":[63.172,73.511,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.12,0.916,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.917,0.03,0]},"t":15,"s":[103.227,26.126,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.04,-2.324,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.049,10.207,0]},"t":16,"s":[107.23,99.638,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.987,0.97,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.027,0.085,0]},"t":17,"s":[97.456,100.244,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.007,0.792,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.016,-0.047,0]},"t":18,"s":[111.909,123.776,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.079,0.895,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.006,0.139,0]},"t":19,"s":[99.739,108.689,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.885,0.438,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.04,0.401,0]},"t":20,"s":[112.92,86.203,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.27,0.904,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.304,0.098,0]},"t":21,"s":[87.298,80.298,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.89,1.161,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.064,0.638,0]},"t":22,"s":[77.606,46.38,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.303,0.905,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.348,0.055,0]},"t":23,"s":[118.751,41.284,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.938,-2.246,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.065,0.688,0]},"t":24,"s":[131.696,56.225,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.997,0.922,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.244,0.086,0]},"t":25,"s":[71.627,58.284,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.977,0.56,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.003,-1.183,0]},"t":26,"s":[86.93,136.413,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.554,0.858,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.032,0.103,0]},"t":27,"s":[72.183,131.272,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.904,0.976,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.102,0.202,0]},"t":28,"s":[82.81,109.279,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.416,0.998,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.64,-0.034,0]},"t":29,"s":[129.066,93.807,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.845,0.765,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.069,-0.002,0]},"t":30,"s":[135.997,104.839,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.974,0.903,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.18,0.129,0]},"t":31,"s":[94.456,94.071,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.873,1.617,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.038,0.599,0]},"t":32,"s":[58.778,74.421,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.889,0.949,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.243,0.073,0]},"t":33,"s":[83.328,71.244,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.695,0.802,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.338,-0.134,0]},"t":34,"s":[96.122,97.929,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.062,1.055,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.115,0.144,0]},"t":35,"s":[100.314,87.693,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.795,0.999,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.036,0.033,0]},"t":36,"s":[111.459,73.549,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.993,0.898,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.141,-0.002,0]},"t":37,"s":[91.979,97.003,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.87,1.251,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.007,0.447,0]},"t":38,"s":[63.62,73.964,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.09,1.06,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.232,0.063,0]},"t":39,"s":[89.728,68.683,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.977,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.043,0.035,0]},"t":40,"s":[104.347,89.888,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.984,1.034,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.032,0,0]},"t":41,"s":[74.014,53.405,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.81,0.943,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.02,0.024,0]},"t":42,"s":[95.84,90.08,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.816,0.763,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.148,-0.184,0]},"t":43,"s":[78.32,38.425,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.899,0.993,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.152,0.129,0]},"t":44,"s":[55.867,54.538,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.701,0.99,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.487,-0.007,0]},"t":45,"s":[28.81,84.258,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.904,1.154,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.115,-0.011,0]},"t":46,"s":[23.23,56.921,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.701,0.959,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.611,0.054,0]},"t":47,"s":[8.759,81.032,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.089,0.935,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.116,-0.083,0]},"t":48,"s":[6.473,12.233,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.758,1.033,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.043,-0.293,0]},"t":49,"s":[0.558,46.8,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.984,1.273,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.127,0.023,0]},"t":50,"s":[12.808,39.141,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.938,0.953,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.02,0.064,0]},"t":51,"s":[36.176,49.79,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.867,0.954,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.242,-0.11,0]},"t":52,"s":[17.41,4.217,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.67,0.939,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.224,-0.102,0]},"t":53,"s":[22.21,23.867,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.825,1.394,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.112,-0.223,0]},"t":54,"s":[25.048,15.014,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.216,0.678,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.159,0.069,0]},"t":55,"s":[33.433,17.425,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.985,1.08,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.06,0.112,0]},"t":56,"s":[42.612,3.611,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.012,0.926,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.019,0.041,0]},"t":57,"s":[9.673,-36.008,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.01,-0.68,0]},"t":58,"s":[36.625,41.5,100]},{"t":59,"s":[5.886,33.044,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.012,10.621],[-5.695,5.34],[-2.557,-7.377],[3.15,-2.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.8941176470588236,0.11372549019607843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.421,4.043],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":60,"st":10,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 33","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":1,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":28,"s":[100]},{"t":44,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.635},"o":{"x":0.167,"y":0.167},"t":1,"s":[270.415,303.961,0],"to":[0.303,-0.268,0],"ti":[-1.389,1.063,0]},{"i":{"x":0.833,"y":0.798},"o":{"x":0.167,"y":0.108},"t":2,"s":[272.233,302.354,0],"to":[1.389,-1.063,0],"ti":[-2.915,0.504,0]},{"i":{"x":0.833,"y":0.803},"o":{"x":0.167,"y":0.142},"t":3,"s":[278.751,297.585,0],"to":[2.915,-0.504,0],"ti":[-1.552,-2.903,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.144},"t":4,"s":[289.724,299.332,0],"to":[1.552,2.903,0],"ti":[0.807,-4.867,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":5,"s":[288.065,315.004,0],"to":[-0.807,4.867,0],"ti":[1.017,-4.14,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":6,"s":[284.884,328.537,0],"to":[-1.017,4.14,0],"ti":[0.905,-3.485,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.181},"t":7,"s":[281.965,339.842,0],"to":[-0.905,3.485,0],"ti":[0.776,-2.987,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.18},"t":8,"s":[279.455,349.449,0],"to":[-0.776,2.987,0],"ti":[0.667,-2.607,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":9,"s":[277.308,357.764,0],"to":[-0.667,2.607,0],"ti":[0.578,-2.312,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":10,"s":[275.455,365.094,0],"to":[-0.578,2.312,0],"ti":[0.505,-2.074,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":11,"s":[273.842,371.638,0],"to":[-0.505,2.074,0],"ti":[0.444,-1.876,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":12,"s":[272.427,377.536,0],"to":[-0.444,1.876,0],"ti":[0.393,-1.708,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":13,"s":[271.178,382.891,0],"to":[-0.393,1.708,0],"ti":[0.349,-1.562,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":14,"s":[270.071,387.781,0],"to":[-0.349,1.562,0],"ti":[0.31,-1.434,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":15,"s":[269.086,392.264,0],"to":[-0.31,1.434,0],"ti":[0.275,-1.32,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":16,"s":[268.211,396.386,0],"to":[-0.275,1.32,0],"ti":[0.243,-1.215,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":17,"s":[267.436,400.181,0],"to":[-0.243,1.215,0],"ti":[0.213,-1.118,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":18,"s":[266.752,403.676,0],"to":[-0.213,1.118,0],"ti":[0.185,-1.028,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":19,"s":[266.156,406.891,0],"to":[-0.185,1.028,0],"ti":[0.158,-0.941,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":20,"s":[265.642,409.842,0],"to":[-0.158,0.941,0],"ti":[0.131,-0.859,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":21,"s":[265.209,412.54,0],"to":[-0.131,0.859,0],"ti":[0.105,-0.779,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":22,"s":[264.855,414.996,0],"to":[-0.105,0.779,0],"ti":[0.078,-0.702,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":23,"s":[264.581,417.216,0],"to":[-0.078,0.702,0],"ti":[0.051,-0.625,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":24,"s":[264.386,419.205,0],"to":[-0.051,0.625,0],"ti":[0.024,-0.55,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":25,"s":[264.272,420.968,0],"to":[-0.024,0.55,0],"ti":[-0.004,-0.475,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.181},"t":26,"s":[264.241,422.506,0],"to":[0.004,0.475,0],"ti":[-0.032,-0.401,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.183},"t":27,"s":[264.295,423.82,0],"to":[0.032,0.401,0],"ti":[-0.062,-0.326,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.185},"t":28,"s":[264.435,424.912,0],"to":[0.062,0.326,0],"ti":[-0.092,-0.251,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.187},"t":29,"s":[264.666,425.779,0],"to":[0.092,0.251,0],"ti":[-0.123,-0.178,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.184},"t":30,"s":[264.99,426.419,0],"to":[0.123,0.178,0],"ti":[-0.144,-0.125,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.173},"t":31,"s":[265.403,426.848,0],"to":[0.144,0.125,0],"ti":[-0.154,-0.094,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.171},"t":32,"s":[265.856,427.168,0],"to":[0.154,0.094,0],"ti":[-0.158,-0.068,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.17},"t":33,"s":[266.328,427.409,0],"to":[0.158,0.068,0],"ti":[-0.158,-0.046,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.171},"t":34,"s":[266.806,427.579,0],"to":[0.158,0.046,0],"ti":[-0.155,-0.026,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.171},"t":35,"s":[267.278,427.686,0],"to":[0.155,0.026,0],"ti":[-0.148,-0.008,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.172},"t":36,"s":[267.736,427.736,0],"to":[0.148,0.008,0],"ti":[-0.139,0.007,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":37,"s":[268.169,427.736,0],"to":[0.139,-0.007,0],"ti":[-0.127,0.022,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":38,"s":[268.571,427.692,0],"to":[0.127,-0.022,0],"ti":[-0.114,0.034,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":39,"s":[268.934,427.607,0],"to":[0.114,-0.034,0],"ti":[-0.098,0.046,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.175},"t":40,"s":[269.252,427.486,0],"to":[0.098,-0.046,0],"ti":[-0.081,0.051,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.18},"t":41,"s":[269.522,427.333,0],"to":[0.081,-0.051,0],"ti":[-0.064,0.046,0]},{"i":{"x":0.833,"y":0.858},"o":{"x":0.167,"y":0.191},"t":42,"s":[269.74,427.18,0],"to":[0.064,-0.046,0],"ti":[-0.047,0.035,0]},{"i":{"x":0.833,"y":0.868},"o":{"x":0.167,"y":0.202},"t":43,"s":[269.907,427.059,0],"to":[0.047,-0.035,0],"ti":[-0.029,0.025,0]},{"i":{"x":0.833,"y":0.882},"o":{"x":0.167,"y":0.227},"t":44,"s":[270.02,426.97,0],"to":[0.029,-0.025,0],"ti":[-0.011,0.015,0]},{"i":{"x":0.833,"y":0.799},"o":{"x":0.167,"y":0.281},"t":45,"s":[270.079,426.911,0],"to":[0.011,-0.015,0],"ti":[0.007,0.006,0]},{"i":{"x":0.833,"y":0.748},"o":{"x":0.167,"y":0.142},"t":46,"s":[270.083,426.879,0],"to":[-0.007,-0.006,0],"ti":[0.025,-0.002,0]},{"i":{"x":0.833,"y":0.791},"o":{"x":0.167,"y":0.125},"t":47,"s":[270.035,426.873,0],"to":[-0.025,0.002,0],"ti":[0.041,-0.009,0]},{"i":{"x":0.833,"y":0.808},"o":{"x":0.167,"y":0.139},"t":48,"s":[269.935,426.889,0],"to":[-0.041,0.009,0],"ti":[0.056,-0.014,0]},{"i":{"x":0.833,"y":0.816},"o":{"x":0.167,"y":0.147},"t":49,"s":[269.788,426.925,0],"to":[-0.056,0.014,0],"ti":[0.07,-0.019,0]},{"i":{"x":0.833,"y":0.822},"o":{"x":0.167,"y":0.153},"t":50,"s":[269.597,426.976,0],"to":[-0.07,0.019,0],"ti":[0.082,-0.022,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.156},"t":51,"s":[269.367,427.038,0],"to":[-0.082,0.022,0],"ti":[0.092,-0.023,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.16},"t":52,"s":[269.104,427.106,0],"to":[-0.092,0.023,0],"ti":[0.099,-0.022,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.162},"t":53,"s":[268.815,427.175,0],"to":[-0.099,0.022,0],"ti":[0.104,-0.02,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.165},"t":54,"s":[268.508,427.24,0],"to":[-0.104,0.02,0],"ti":[0.105,-0.015,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.167},"t":55,"s":[268.192,427.293,0],"to":[-0.105,0.015,0],"ti":[0.103,-0.008,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.17},"t":56,"s":[267.876,427.329,0],"to":[-0.103,0.008,0],"ti":[0.098,0.002,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.173},"t":57,"s":[267.571,427.341,0],"to":[-0.098,-0.002,0],"ti":[0.088,0.014,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.176},"t":58,"s":[267.289,427.32,0],"to":[-0.088,-0.014,0],"ti":[0.041,0.01,0]},{"t":59,"s":[267.042,427.258,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1.161,0.992,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":1,"s":[88.706,125.309,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.987,0.969,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.055,-0.009,0]},"t":2,"s":[101.05,65.647,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.822,0.862,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.015,-0.05,0]},"t":3,"s":[64.822,119.625,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.03,1.194,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.156,0.21,0]},"t":4,"s":[95.37,85.974,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.939,0.943,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.022,0.058,0]},"t":5,"s":[130.225,63.782,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.866,0.793,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.229,-0.185,0]},"t":6,"s":[82.767,137.754,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.05,0.961,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.219,0.139,0]},"t":7,"s":[95.438,114.769,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.544,0.867,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.031,-0.072,0]},"t":8,"s":[103.2,80.591,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.032,0.895,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.102,0.224,0]},"t":9,"s":[90.818,98.938,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.336,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.023,0.402,0]},"t":10,"s":[35.459,109.792,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.842,1.105,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.056,0.095,0]},"t":11,"s":[111.828,112.627,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.085,0.874,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.176,0.046,0]},"t":12,"s":[66.113,132.396,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.934,0.924,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.042,0.248,0]},"t":13,"s":[25.062,87.733,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.884,1.494,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.328,-0.831,0]},"t":14,"s":[107.997,65.085,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.34,1.282,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.298,0.071,0]},"t":15,"s":[91.212,67.15,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.92,0.947,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.067,0.064,0]},"t":16,"s":[84.699,52.844,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.04,0.928,1]},"o":{"x":[0.167,0.167,0.167],"y":[-2.065,-0.147,0]},"t":17,"s":[117.811,115.589,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.695,1.984,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.027,-0.553,0]},"t":18,"s":[116.527,92.87,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.902,0.923,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.079,0.077,0]},"t":19,"s":[118.433,95.846,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.407,0.784,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.556,-0.959,0]},"t":20,"s":[77.764,57.746,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.863,0.619,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.069,0.136,0]},"t":21,"s":[70.59,60.792,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.073,1.124,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.213,0.107,0]},"t":22,"s":[112.827,65.643,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.871,1.062,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.039,0.05,0]},"t":23,"s":[139.959,82.972,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.858,0.887,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.235,0.036,0]},"t":24,"s":[89.044,39.953,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.03,1.025,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.202,0.321,0]},"t":25,"s":[61.106,115.024,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.926,0.861,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.022,0.019,0]},"t":26,"s":[41.52,141.346,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.086,0.818,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.674,0.209,0]},"t":27,"s":[68.262,107.246,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.999,0.94,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.077,0.154,0]},"t":28,"s":[65.317,84.613,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.919,1.127,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.001,-0.216,0]},"t":29,"s":[106.651,57.805,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.947,0.938,1]},"o":{"x":[0.167,0.167,0.167],"y":[-3.288,0.05,0]},"t":30,"s":[66.005,65.265,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-1.723,0.574,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.143,-0.241,0]},"t":31,"s":[67.009,46.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.991,1.067,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.086,0.104,0]},"t":32,"s":[66.639,51.274,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.778,0.921,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.01,0.037,0]},"t":33,"s":[54.923,71.216,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.071,0.741,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.133,-1.444,0]},"t":34,"s":[65.427,35.22,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.878,1.091,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,0.123,0]},"t":35,"s":[82.893,37.183,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.906,0.828,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.264,0.043,0]},"t":36,"s":[50.525,41.333,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.063,1.344,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.747,0.162,0]},"t":37,"s":[35.563,32.66,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.889,1.002,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.077,0.067,0]},"t":38,"s":[33.685,23.422,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.055,0.924,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.331,0.002,0]},"t":39,"s":[59.517,70.825,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,1.608,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.033,-0.9,0]},"t":40,"s":[68.226,22.181,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.215,0.945,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.055,0.073,0]},"t":41,"s":[53.746,26.302,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.832,0.514,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.06,-0.163,0]},"t":42,"s":[62.499,-7.882,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.925,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.166,0.101,0]},"t":43,"s":[31.128,3.701,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.261,0.975,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.72,-0.052,0]},"t":44,"s":[-0.586,59.702,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.131,1.044,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.063,-0.035,0]},"t":45,"s":[2.703,25.328,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.938,0.936,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.051,0.029,0]},"t":46,"s":[-10.892,49.534,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.851,0.962,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.242,-0.278,0]},"t":47,"s":[24.109,12.637,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.541,1.12,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.189,-0.068,0]},"t":48,"s":[15.151,21.155,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.973,1.225,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.072,0.049,0]},"t":49,"s":[8.06,16.479,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.881,0.962,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.04,0.061,0]},"t":50,"s":[61.168,27.875,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.037,0.929,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.278,-0.07,0]},"t":51,"s":[25.413,-14.304,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.927,1.673,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.026,-0.462,0]},"t":52,"s":[10.106,8.552,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.809,0.934,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.597,0.074,0]},"t":53,"s":[32.24,5.058,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.896,0.766,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.148,-0.321,0]},"t":54,"s":[29.528,36.767,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.876,1.171,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.422,0.129,0]},"t":55,"s":[26.015,30.226,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.716,0.961,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.252,0.056,0]},"t":56,"s":[25.151,18.362,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.719,0.812,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.118,-0.074,0]},"t":57,"s":[24.725,54.585,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.075,0.15,0]},"t":58,"s":[23.696,35.402,100]},{"t":59,"s":[33.602,11.392,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.012,10.621],[-5.695,5.34],[-2.557,-7.377],[3.15,-2.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.3137254901960784,0.8901960784313725,0.7607843137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.421,4.043],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":1,"op":60,"st":1,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 32","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":9,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":31,"s":[100]},{"t":47,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.569},"o":{"x":0.167,"y":0.167},"t":4,"s":[267.904,308.221,0],"to":[-0.062,-0.384,0],"ti":[-0.406,2.013,0]},{"i":{"x":0.833,"y":0.761},"o":{"x":0.167,"y":0.103},"t":5,"s":[267.529,305.917,0],"to":[0.406,-2.013,0],"ti":[-2.229,4.277,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.128},"t":6,"s":[270.337,296.143,0],"to":[2.229,-4.277,0],"ti":[-4.056,5.365,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":7,"s":[280.902,280.252,0],"to":[4.056,-5.365,0],"ti":[-4.394,5.019,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.178},"t":8,"s":[294.676,263.955,0],"to":[4.394,-5.019,0],"ti":[-3.868,4.214,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":9,"s":[307.264,250.141,0],"to":[3.868,-4.214,0],"ti":[-3.257,3.538,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":10,"s":[317.883,238.67,0],"to":[3.257,-3.538,0],"ti":[-2.752,3.047,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.18},"t":11,"s":[326.809,228.915,0],"to":[2.752,-3.047,0],"ti":[-2.349,2.69,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":12,"s":[334.394,220.39,0],"to":[2.349,-2.69,0],"ti":[-2.023,2.427,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.177},"t":13,"s":[340.902,212.773,0],"to":[2.023,-2.427,0],"ti":[-1.753,2.23,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":14,"s":[346.531,205.826,0],"to":[1.753,-2.23,0],"ti":[-1.519,2.072,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":15,"s":[351.417,199.393,0],"to":[1.519,-2.072,0],"ti":[-1.306,1.928,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":16,"s":[355.644,193.397,0],"to":[1.306,-1.928,0],"ti":[-1.106,1.797,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":17,"s":[359.255,187.824,0],"to":[1.106,-1.797,0],"ti":[-0.913,1.682,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":18,"s":[362.28,182.616,0],"to":[0.913,-1.682,0],"ti":[-0.72,1.579,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":19,"s":[364.731,177.73,0],"to":[0.72,-1.579,0],"ti":[-0.524,1.479,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":20,"s":[366.601,173.143,0],"to":[0.524,-1.479,0],"ti":[-0.321,1.378,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":21,"s":[367.872,168.855,0],"to":[0.321,-1.378,0],"ti":[-0.115,1.264,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":22,"s":[368.526,164.876,0],"to":[0.115,-1.264,0],"ti":[0.083,1.13,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":23,"s":[368.561,161.269,0],"to":[-0.083,-1.13,0],"ti":[0.254,0.978,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":24,"s":[368.028,158.096,0],"to":[-0.254,-0.978,0],"ti":[0.382,0.82,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":25,"s":[367.038,155.4,0],"to":[-0.382,-0.82,0],"ti":[0.464,0.67,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":26,"s":[365.735,153.176,0],"to":[-0.464,-0.67,0],"ti":[0.506,0.539,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":27,"s":[364.254,151.378,0],"to":[-0.506,-0.539,0],"ti":[0.52,0.43,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":28,"s":[362.7,149.94,0],"to":[-0.52,-0.43,0],"ti":[0.517,0.343,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.174},"t":29,"s":[361.136,148.795,0],"to":[-0.517,-0.343,0],"ti":[0.505,0.273,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":30,"s":[359.597,147.883,0],"to":[-0.505,-0.273,0],"ti":[0.487,0.216,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":31,"s":[358.105,147.16,0],"to":[-0.487,-0.216,0],"ti":[0.465,0.169,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":32,"s":[356.676,146.589,0],"to":[-0.465,-0.169,0],"ti":[0.441,0.132,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":33,"s":[355.317,146.143,0],"to":[-0.441,-0.132,0],"ti":[0.415,0.101,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":34,"s":[354.033,145.799,0],"to":[-0.415,-0.101,0],"ti":[0.388,0.076,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":35,"s":[352.827,145.538,0],"to":[-0.388,-0.076,0],"ti":[0.36,0.056,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":36,"s":[351.704,145.343,0],"to":[-0.36,-0.056,0],"ti":[0.33,0.04,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":37,"s":[350.668,145.203,0],"to":[-0.33,-0.04,0],"ti":[0.298,0.027,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.177},"t":38,"s":[349.724,145.104,0],"to":[-0.298,-0.027,0],"ti":[0.263,0.019,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.179},"t":39,"s":[348.882,145.038,0],"to":[-0.263,-0.019,0],"ti":[0.227,0.013,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.181},"t":40,"s":[348.144,144.993,0],"to":[-0.227,-0.013,0],"ti":[0.189,0.011,0]},{"i":{"x":0.833,"y":0.855},"o":{"x":0.167,"y":0.187},"t":41,"s":[347.517,144.959,0],"to":[-0.189,-0.011,0],"ti":[0.146,0.011,0]},{"i":{"x":0.833,"y":0.865},"o":{"x":0.167,"y":0.196},"t":42,"s":[347.011,144.929,0],"to":[-0.146,-0.011,0],"ti":[0.1,0.014,0]},{"i":{"x":0.833,"y":0.867},"o":{"x":0.167,"y":0.218},"t":43,"s":[346.639,144.893,0],"to":[-0.1,-0.014,0],"ti":[0.056,0.022,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.224},"t":44,"s":[346.413,144.843,0],"to":[-0.056,-0.022,0],"ti":[0.03,0.033,0]},{"i":{"x":0.833,"y":0.816},"o":{"x":0.167,"y":0.169},"t":45,"s":[346.304,144.761,0],"to":[-0.03,-0.033,0],"ti":[0.031,0.038,0]},{"i":{"x":0.833,"y":0.817},"o":{"x":0.167,"y":0.152},"t":46,"s":[346.234,144.648,0],"to":[-0.031,-0.038,0],"ti":[0.045,0.038,0]},{"i":{"x":0.833,"y":0.82},"o":{"x":0.167,"y":0.153},"t":47,"s":[346.12,144.534,0],"to":[-0.045,-0.038,0],"ti":[0.059,0.037,0]},{"i":{"x":0.833,"y":0.822},"o":{"x":0.167,"y":0.155},"t":48,"s":[345.962,144.422,0],"to":[-0.059,-0.037,0],"ti":[0.072,0.036,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.157},"t":49,"s":[345.764,144.313,0],"to":[-0.072,-0.036,0],"ti":[0.083,0.034,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.158},"t":50,"s":[345.53,144.207,0],"to":[-0.083,-0.034,0],"ti":[0.093,0.033,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.16},"t":51,"s":[345.264,144.107,0],"to":[-0.093,-0.033,0],"ti":[0.102,0.031,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.161},"t":52,"s":[344.97,144.011,0],"to":[-0.102,-0.031,0],"ti":[0.11,0.029,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.162},"t":53,"s":[344.65,143.922,0],"to":[-0.11,-0.029,0],"ti":[0.117,0.026,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.163},"t":54,"s":[344.308,143.839,0],"to":[-0.117,-0.026,0],"ti":[0.123,0.024,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.164},"t":55,"s":[343.947,143.764,0],"to":[-0.123,-0.024,0],"ti":[0.127,0.022,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.164},"t":56,"s":[343.572,143.695,0],"to":[-0.127,-0.022,0],"ti":[0.13,0.019,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.165},"t":57,"s":[343.185,143.634,0],"to":[-0.13,-0.019,0],"ti":[0.133,0.017,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.166},"t":58,"s":[342.79,143.581,0],"to":[-0.133,-0.017,0],"ti":[0.067,0.008,0]},{"t":59,"s":[342.389,143.535,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.916,0.916,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":4,"s":[146.545,56.981,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.984,6.136,1]},"o":{"x":[0.167,0.167,0.167],"y":[7.109,6.416,0]},"t":5,"s":[102.654,113.791,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.082,0.982,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.08,0.082,0]},"t":6,"s":[102.133,114.538,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.769,0.88,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.041,-0.024,0]},"t":7,"s":[115.051,67.711,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.979,0.924,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.13,0.272,0]},"t":8,"s":[89.461,104.174,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.843,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.029,-0.825,0]},"t":9,"s":[44.049,120.312,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.068,5.668,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.177,-0.052,0]},"t":10,"s":[77.823,118.832,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.009,0.967,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.037,0.082,0]},"t":11,"s":[107.747,119.743,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.92,0.945,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.009,-0.054,0]},"t":12,"s":[53.479,67.782,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-1.061,0.515,1]},"o":{"x":[0.167,0.167,0.167],"y":[-2.064,-0.16,0]},"t":13,"s":[113.921,99.393,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.981,1.019,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.087,0.101,0]},"t":14,"s":[111.576,88.565,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.95,0.906,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.025,0.015,0]},"t":15,"s":[55.899,36.375,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.094,1.148,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.128,0.737,0]},"t":16,"s":[98.768,100.4,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.97,0.816,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.044,0.053,0]},"t":17,"s":[81.873,108.568,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.853,0.986,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.047,0.153,0]},"t":18,"s":[117.879,85.877,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.034,0.862,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.192,-0.017,0]},"t":19,"s":[94.849,58.578,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.781,0.836,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.024,0.211,0]},"t":20,"s":[77.175,81.139,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.98,1.271,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.135,0.169,0]},"t":21,"s":[102.134,95.906,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.835,0.976,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.026,0.064,0]},"t":22,"s":[142.654,110.218,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.797,0.841,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.168,-0.034,0]},"t":23,"s":[111.887,49.352,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.009,1.01,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.141,0.175,0]},"t":24,"s":[81.638,92.763,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.947,0.894,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.008,0.009,0]},"t":25,"s":[38.028,132.048,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.012,0.82,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.143,0.392,0]},"t":26,"s":[86.128,88.194,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.088,0.901,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.011,0.155,0]},"t":27,"s":[68.431,76.37,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.042,1.263,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.043,0.518,0]},"t":28,"s":[88.699,62.632,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.935,1.037,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.028,0.063,0]},"t":29,"s":[46.98,59.998,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.851,1.103,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.298,0.026,0]},"t":30,"s":[109.874,70.958,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.881,1.047,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.189,0.046,0]},"t":31,"s":[96.114,55.137,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.231,0.962,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.278,0.03,0]},"t":32,"s":[85.214,90.54,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.189,0.931,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.061,-0.071,0]},"t":33,"s":[80.545,35.132,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.94,0.796,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.058,-0.412,0]},"t":34,"s":[98.178,65.031,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.966,0.606,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.209,0.141,0]},"t":35,"s":[40.533,60.003,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.938,1.021,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.059,0.106,0]},"t":36,"s":[56.966,52.732,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.747,1.016,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.244,0.016,0]},"t":37,"s":[47.335,25.638,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.818,0.906,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.124,0.014,0]},"t":38,"s":[49.783,59.415,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.061,0.813,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.154,0.718,0]},"t":39,"s":[54.761,18.968,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.894,1.058,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.035,0.15,0]},"t":40,"s":[60.644,13.657,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.945,0.618,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.384,0.034,0]},"t":41,"s":[50.471,7.064,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.973,0.982,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.087,0.107,0]},"t":42,"s":[47.647,18.253,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.927,0.88,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.04,-0.023,0]},"t":43,"s":[-15.426,58.31,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.52,0.892,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.604,0.275,0]},"t":44,"s":[27.159,27.049,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.928,0.901,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.072,0.364,0]},"t":45,"s":[21.997,13.425,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.588,1.135,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.54,0.54,0]},"t":46,"s":[59.347,9.373,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.055,1.741,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.104,0.051,0]},"t":47,"s":[54.352,8.634,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.999,0.829,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.033,0.075,0]},"t":48,"s":[34.643,10.569,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.881,0.973,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.001,0.163,0]},"t":49,"s":[67.47,-8.566,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.92,0.842,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.276,-0.04,0]},"t":50,"s":[34.991,-28.664,100]},{"i":{"x":[0.833,0.833,0.833],"y":[3.321,0.639,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.801,0.176,0]},"t":51,"s":[20.908,-15.133,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.876,0.894,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.08,0.108,0]},"t":52,"s":[21.531,-2.998,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.331,0.787,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.256,0.39,0]},"t":53,"s":[3.556,37.39,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.912,0.945,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.067,0.137,0]},"t":54,"s":[-5.112,48.357,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.837,0.83,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.482,-0.165,0]},"t":55,"s":[37.958,65.386,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.163,0.146,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.171,0.163,0]},"t":56,"s":[40.525,59.682,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.082,0.927,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.093,0.092,0]},"t":57,"s":[42.972,53.735,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.041,-0.57,0]},"t":58,"s":[65.106,-1.291,100]},{"t":59,"s":[21.097,5.723,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.012,10.621],[-5.695,5.34],[-2.557,-7.377],[3.15,-2.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.8941176470588236,0.11372549019607843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.421,4.043],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":4,"op":60,"st":4,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 31","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":5,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":32,"s":[100]},{"t":48,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.6},"o":{"x":0.167,"y":0.167},"t":5,"s":[274.616,306.243,0],"to":[-0.115,-0.59,0],"ti":[0.824,2.77,0]},{"i":{"x":0.833,"y":0.765},"o":{"x":0.167,"y":0.105},"t":6,"s":[273.925,302.703,0],"to":[-0.824,-2.77,0],"ti":[2.181,6.093,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":7,"s":[269.674,289.624,0],"to":[-2.181,-6.093,0],"ti":[3.267,8.196,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":8,"s":[260.838,266.142,0],"to":[-3.267,-8.196,0],"ti":[3.485,7.964,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":9,"s":[250.074,240.449,0],"to":[-3.485,-7.964,0],"ti":[3.198,6.707,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.183},"t":10,"s":[239.929,218.357,0],"to":[-3.198,-6.707,0],"ti":[2.853,5.529,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":11,"s":[230.887,200.209,0],"to":[-2.853,-5.529,0],"ti":[2.563,4.612,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":12,"s":[222.813,185.182,0],"to":[-2.563,-4.612,0],"ti":[2.332,3.906,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":13,"s":[215.51,172.535,0],"to":[-2.332,-3.906,0],"ti":[2.146,3.349,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":14,"s":[208.822,161.746,0],"to":[-2.146,-3.349,0],"ti":[1.992,2.898,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":15,"s":[202.636,152.442,0],"to":[-1.992,-2.898,0],"ti":[1.863,2.525,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":16,"s":[196.868,144.357,0],"to":[-1.863,-2.525,0],"ti":[1.751,2.21,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":17,"s":[191.458,137.291,0],"to":[-1.751,-2.21,0],"ti":[1.653,1.941,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":18,"s":[186.36,131.094,0],"to":[-1.653,-1.941,0],"ti":[1.563,1.706,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":19,"s":[181.542,125.648,0],"to":[-1.563,-1.706,0],"ti":[1.481,1.501,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":20,"s":[176.98,120.856,0],"to":[-1.481,-1.501,0],"ti":[1.403,1.32,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":21,"s":[172.656,116.64,0],"to":[-1.403,-1.32,0],"ti":[1.328,1.158,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":22,"s":[168.561,112.936,0],"to":[-1.328,-1.158,0],"ti":[1.255,1.014,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":23,"s":[164.687,109.689,0],"to":[-1.255,-1.014,0],"ti":[1.183,0.886,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":24,"s":[161.03,106.849,0],"to":[-1.183,-0.886,0],"ti":[1.111,0.771,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":25,"s":[157.59,104.374,0],"to":[-1.111,-0.771,0],"ti":[1.038,0.668,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":26,"s":[154.367,102.223,0],"to":[-1.038,-0.668,0],"ti":[0.964,0.577,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":27,"s":[151.363,100.364,0],"to":[-0.964,-0.577,0],"ti":[0.888,0.495,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":28,"s":[148.583,98.763,0],"to":[-0.888,-0.495,0],"ti":[0.81,0.422,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":29,"s":[146.035,97.394,0],"to":[-0.81,-0.422,0],"ti":[0.741,0.358,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":30,"s":[143.723,96.23,0],"to":[-0.741,-0.358,0],"ti":[0.687,0.303,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":31,"s":[141.59,95.244,0],"to":[-0.687,-0.303,0],"ti":[0.639,0.255,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":32,"s":[139.604,94.413,0],"to":[-0.639,-0.255,0],"ti":[0.592,0.214,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":33,"s":[137.759,93.715,0],"to":[-0.592,-0.214,0],"ti":[0.547,0.179,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":34,"s":[136.052,93.13,0],"to":[-0.547,-0.179,0],"ti":[0.502,0.149,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":35,"s":[134.48,92.643,0],"to":[-0.502,-0.149,0],"ti":[0.46,0.124,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":36,"s":[133.038,92.238,0],"to":[-0.46,-0.124,0],"ti":[0.418,0.103,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":37,"s":[131.723,91.901,0],"to":[-0.418,-0.103,0],"ti":[0.378,0.085,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":38,"s":[130.53,91.622,0],"to":[-0.378,-0.085,0],"ti":[0.339,0.071,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":39,"s":[129.457,91.39,0],"to":[-0.339,-0.071,0],"ti":[0.301,0.059,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":40,"s":[128.499,91.197,0],"to":[-0.301,-0.059,0],"ti":[0.264,0.049,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":41,"s":[127.654,91.037,0],"to":[-0.264,-0.049,0],"ti":[0.228,0.041,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.181},"t":42,"s":[126.917,90.903,0],"to":[-0.228,-0.041,0],"ti":[0.193,0.034,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.183},"t":43,"s":[126.287,90.791,0],"to":[-0.193,-0.034,0],"ti":[0.158,0.028,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.187},"t":44,"s":[125.761,90.698,0],"to":[-0.158,-0.028,0],"ti":[0.134,0.025,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.177},"t":45,"s":[125.337,90.622,0],"to":[-0.134,-0.025,0],"ti":[0.126,0.027,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.165},"t":46,"s":[124.96,90.547,0],"to":[-0.126,-0.027,0],"ti":[0.127,0.03,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.166},"t":47,"s":[124.579,90.461,0],"to":[-0.127,-0.03,0],"ti":[0.127,0.034,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.166},"t":48,"s":[124.196,90.364,0],"to":[-0.127,-0.034,0],"ti":[0.126,0.037,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.167},"t":49,"s":[123.816,90.257,0],"to":[-0.126,-0.037,0],"ti":[0.124,0.04,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.168},"t":50,"s":[123.44,90.141,0],"to":[-0.124,-0.04,0],"ti":[0.121,0.042,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.169},"t":51,"s":[123.073,90.017,0],"to":[-0.121,-0.042,0],"ti":[0.116,0.044,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.17},"t":52,"s":[122.717,89.887,0],"to":[-0.116,-0.044,0],"ti":[0.11,0.046,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.171},"t":53,"s":[122.376,89.751,0],"to":[-0.11,-0.046,0],"ti":[0.103,0.046,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.172},"t":54,"s":[122.055,89.613,0],"to":[-0.103,-0.046,0],"ti":[0.095,0.046,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.173},"t":55,"s":[121.755,89.474,0],"to":[-0.095,-0.046,0],"ti":[0.086,0.045,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.175},"t":56,"s":[121.483,89.337,0],"to":[-0.086,-0.045,0],"ti":[0.075,0.043,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.178},"t":57,"s":[121.241,89.204,0],"to":[-0.075,-0.043,0],"ti":[0.062,0.041,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.182},"t":58,"s":[121.035,89.077,0],"to":[-0.062,-0.041,0],"ti":[0.028,0.019,0]},{"t":59,"s":[120.867,88.96,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1.272,0.954,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":5,"s":[88.213,98.042,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.933,0.787,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.064,-0.101,0]},"t":6,"s":[98.671,49.922,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.952,0.883,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.333,0.137,0]},"t":7,"s":[54.098,71.655,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.856,1.001,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.111,0.287,0]},"t":8,"s":[63.017,105.433,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.962,0.719,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.076,0.001,0]},"t":9,"s":[59.185,119.254,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.999,1.027,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.071,0.118,0]},"t":10,"s":[102.36,105.209,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.903,0.921,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.001,0.02,0]},"t":11,"s":[79.066,71.811,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.893,-1.794,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.579,-1.652,0]},"t":12,"s":[101.985,115.908,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.972,0.937,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.076,0.086,0]},"t":13,"s":[105.84,113.791,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.033,0.698,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.042,-0.255,0]},"t":14,"s":[60.688,44.915,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.04,0.92,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.024,0.115,0]},"t":15,"s":[90.735,61.894,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.924,0.271,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.027,-2.022,0]},"t":16,"s":[48.636,106.533,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.029,0.986,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.867,0.094,0]},"t":17,"s":[110.804,104.766,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.309,0.797,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.022,-0.018,0]},"t":18,"s":[105.35,91.067,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.026,0.865,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.066,0.141,0]},"t":19,"s":[112.726,102.388,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.929,1.297,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.02,0.217,0]},"t":20,"s":[78.021,118.647,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.73,0.94,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.493,0.065,0]},"t":21,"s":[123.499,128.748,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.684,0.681,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.12,-0.217,0]},"t":22,"s":[116.924,82.593,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.991,1.037,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.113,0.113,0]},"t":23,"s":[102.179,95.418,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.886,0.872,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.01,0.026,0]},"t":24,"s":[61.093,131.691,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.995,1.018,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.309,0.239,0]},"t":25,"s":[97.755,79.275,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.561,0.959,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.006,0.015,0]},"t":26,"s":[111.269,51.174,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.977,0.909,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.103,-0.081,0]},"t":27,"s":[98.597,85.374,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.896,0.259,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.031,0.937,0]},"t":28,"s":[44.555,68.006,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.03,1.073,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.425,0.094,0]},"t":29,"s":[83.792,66.311,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.079,1.021,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.022,0.039,0]},"t":30,"s":[93.366,52.935,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.872,0.97,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.041,0.017,0]},"t":31,"s":[80.351,77.978,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.459,0.91,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.24,-0.047,0]},"t":32,"s":[105.736,46.617,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.918,1.164,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,1.147,0]},"t":33,"s":[119.231,66.597,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.338,0.408,1]},"o":{"x":[0.167,0.167,0.167],"y":[-4.839,0.055,0]},"t":34,"s":[31.333,68.163,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.923,0.942,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.089,0.097,0]},"t":35,"s":[32.821,63.516,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.316,1.245,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.049,-0.192,0]},"t":36,"s":[55.229,35.157,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.082,0.955,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.095,0.062,0]},"t":37,"s":[53.579,43.75,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.008,0.863,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.041,-0.1,0]},"t":38,"s":[41.681,9.938,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.021,1.024,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.008,0.213,0]},"t":39,"s":[65.338,25.314,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.135,1.097,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.017,0.019,0]},"t":40,"s":[39.293,35.228,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.942,0.902,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.052,0.045,0]},"t":41,"s":[71.909,22.453,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.84,1.746,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.192,0.562,0]},"t":42,"s":[-13.722,50.113,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.78,0.885,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.174,0.075,0]},"t":43,"s":[12.165,54.928,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.932,1.049,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.134,0.304,0]},"t":44,"s":[36.047,7.012,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.981,0.875,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.369,0.031,0]},"t":45,"s":[75.273,-11.082,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.976,1.192,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.024,0.248,0]},"t":46,"s":[68.05,17.747,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.142,0.902,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.033,0.058,0]},"t":47,"s":[73.648,32.314,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.915,0.932,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.092,0.553,0]},"t":48,"s":[69.641,-15.771,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.919,-0.285,1]},"o":{"x":[0.167,0.167,0.167],"y":[4.378,-0.361,0]},"t":49,"s":[32.387,-24.312,100]},{"i":{"x":[0.833,0.833,0.833],"y":[216.656,0.822,1]},"o":{"x":[0.167,0.167,0.167],"y":[-3.24,0.089,0]},"t":50,"s":[31.664,-22.708,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.938,0.876,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.083,0.156,0]},"t":51,"s":[31.682,0.419,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.616,0.585,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.235,0.252,0]},"t":52,"s":[-15.245,26.807,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.903,0.986,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.106,0.104,0]},"t":53,"s":[-2.957,39.841,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.946,0.871,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.581,-0.016,0]},"t":54,"s":[41.396,91.664,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.754,0.858,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.15,0.236,0]},"t":55,"s":[48.828,48.327,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.071,0.928,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.075,0.203,0]},"t":56,"s":[46.178,24.721,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.871,0.408,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,-0.524,0]},"t":57,"s":[72.828,8.231,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.235,0.097,0]},"t":58,"s":[23.424,10.493,100]},{"t":59,"s":[-3.769,24.296,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.012,10.621],[-5.695,5.34],[-2.557,-7.377],[3.15,-2.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.3137254901960784,0.8901960784313725,0.7607843137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.421,4.043],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":5,"op":60,"st":5,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 30","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":8,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":13,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":35,"s":[100]},{"t":51,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.613},"o":{"x":0.167,"y":0.167},"t":8,"s":[273.484,300.616,0],"to":[-0.073,-0.268,0],"ti":[0.394,1.23,0]},{"i":{"x":0.833,"y":0.766},"o":{"x":0.167,"y":0.106},"t":9,"s":[273.044,299.005,0],"to":[-0.394,-1.23,0],"ti":[0.97,2.68,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":10,"s":[271.118,293.234,0],"to":[-0.97,-2.68,0],"ti":[1.519,3.557,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.159},"t":11,"s":[267.222,282.925,0],"to":[-1.519,-3.557,0],"ti":[1.983,3.196,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.179},"t":12,"s":[262.002,271.894,0],"to":[-1.983,-3.196,0],"ti":[2.392,1.007,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.191},"t":13,"s":[255.326,263.748,0],"to":[-2.392,-1.007,0],"ti":[1.906,-1.439,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.174},"t":14,"s":[247.647,265.854,0],"to":[-1.906,1.439,0],"ti":[1.029,-2.094,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":15,"s":[243.888,272.381,0],"to":[-1.029,2.094,0],"ti":[0.709,-1.9,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":16,"s":[241.473,278.416,0],"to":[-0.709,1.9,0],"ti":[0.56,-1.691,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":17,"s":[239.636,283.781,0],"to":[-0.56,1.691,0],"ti":[0.476,-1.51,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":18,"s":[238.111,288.564,0],"to":[-0.476,1.51,0],"ti":[0.423,-1.353,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":19,"s":[236.781,292.841,0],"to":[-0.423,1.353,0],"ti":[0.389,-1.218,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":20,"s":[235.575,296.684,0],"to":[-0.389,1.218,0],"ti":[0.367,-1.099,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":21,"s":[234.45,300.149,0],"to":[-0.367,1.099,0],"ti":[0.353,-0.992,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":22,"s":[233.375,303.275,0],"to":[-0.353,0.992,0],"ti":[0.346,-0.895,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":23,"s":[232.33,306.098,0],"to":[-0.346,0.895,0],"ti":[0.345,-0.807,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":24,"s":[231.297,308.646,0],"to":[-0.345,0.807,0],"ti":[0.347,-0.725,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":25,"s":[230.261,310.941,0],"to":[-0.347,0.725,0],"ti":[0.353,-0.648,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":26,"s":[229.214,312.998,0],"to":[-0.353,0.648,0],"ti":[0.361,-0.575,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":27,"s":[228.146,314.83,0],"to":[-0.361,0.575,0],"ti":[0.371,-0.504,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":28,"s":[227.049,316.449,0],"to":[-0.371,0.504,0],"ti":[0.381,-0.434,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":29,"s":[225.922,317.856,0],"to":[-0.381,0.434,0],"ti":[0.391,-0.366,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":30,"s":[224.764,319.055,0],"to":[-0.391,0.366,0],"ti":[0.401,-0.298,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.172},"t":31,"s":[223.576,320.049,0],"to":[-0.401,0.298,0],"ti":[0.41,-0.232,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.171},"t":32,"s":[222.359,320.843,0],"to":[-0.41,0.232,0],"ti":[0.415,-0.168,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.171},"t":33,"s":[221.118,321.443,0],"to":[-0.415,0.168,0],"ti":[0.412,-0.106,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.171},"t":34,"s":[219.872,321.85,0],"to":[-0.412,0.106,0],"ti":[0.401,-0.05,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.171},"t":35,"s":[218.647,322.076,0],"to":[-0.401,0.05,0],"ti":[0.385,-0.003,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.171},"t":36,"s":[217.463,322.147,0],"to":[-0.385,0.003,0],"ti":[0.364,0.034,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.171},"t":37,"s":[216.337,322.093,0],"to":[-0.364,-0.034,0],"ti":[0.341,0.06,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.172},"t":38,"s":[215.276,321.946,0],"to":[-0.341,-0.06,0],"ti":[0.316,0.077,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":39,"s":[214.288,321.735,0],"to":[-0.316,-0.077,0],"ti":[0.29,0.086,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":40,"s":[213.378,321.486,0],"to":[-0.29,-0.086,0],"ti":[0.265,0.09,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":41,"s":[212.546,321.219,0],"to":[-0.265,-0.09,0],"ti":[0.239,0.088,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":42,"s":[211.79,320.949,0],"to":[-0.239,-0.088,0],"ti":[0.212,0.083,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":43,"s":[211.114,320.689,0],"to":[-0.212,-0.083,0],"ti":[0.186,0.075,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.178},"t":44,"s":[210.521,320.45,0],"to":[-0.186,-0.075,0],"ti":[0.176,0.067,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.167},"t":45,"s":[209.997,320.238,0],"to":[-0.176,-0.067,0],"ti":[0.178,0.059,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.167},"t":46,"s":[209.465,320.047,0],"to":[-0.178,-0.059,0],"ti":[0.179,0.05,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.168},"t":47,"s":[208.927,319.881,0],"to":[-0.179,-0.05,0],"ti":[0.179,0.042,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.166},"t":48,"s":[208.392,319.745,0],"to":[-0.179,-0.042,0],"ti":[0.184,0.036,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.164},"t":49,"s":[207.85,319.63,0],"to":[-0.184,-0.036,0],"ti":[0.189,0.031,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.166},"t":50,"s":[207.287,319.528,0],"to":[-0.189,-0.031,0],"ti":[0.191,0.026,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.167},"t":51,"s":[206.714,319.442,0],"to":[-0.191,-0.026,0],"ti":[0.19,0.019,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.168},"t":52,"s":[206.14,319.374,0],"to":[-0.19,-0.019,0],"ti":[0.186,0.013,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.169},"t":53,"s":[205.574,319.326,0],"to":[-0.186,-0.013,0],"ti":[0.18,0.006,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.17},"t":54,"s":[205.024,319.298,0],"to":[-0.18,-0.006,0],"ti":[0.171,-0.002,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.171},"t":55,"s":[204.495,319.292,0],"to":[-0.171,0.002,0],"ti":[0.161,-0.009,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.172},"t":56,"s":[203.995,319.308,0],"to":[-0.161,0.009,0],"ti":[0.149,-0.017,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":57,"s":[203.528,319.347,0],"to":[-0.149,0.017,0],"ti":[0.136,-0.024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.174},"t":58,"s":[203.099,319.409,0],"to":[-0.136,0.024,0],"ti":[0.065,-0.014,0]},{"t":59,"s":[202.712,319.493,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.949,1.131,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":8,"s":[62.161,96.543,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.907,0.999,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.13,0.051,0]},"t":9,"s":[100.156,112.306,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.255,0.94,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.78,-0.001,0]},"t":10,"s":[85.337,71.714,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.914,0.737,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.089,-0.212,0]},"t":11,"s":[83.564,111.805,100]},{"i":{"x":[0.833,0.833,0.833],"y":[3.317,0.894,1]},"o":{"x":[0.167,0.167,0.167],"y":[2.881,0.122,0]},"t":12,"s":[58.626,100.499,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.968,0.759,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.08,0.397,0]},"t":13,"s":[57.883,76.161,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.128,1.176,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.051,0.127,0]},"t":14,"s":[79.277,69.687,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.956,0.877,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.051,0.057,0]},"t":15,"s":[66.041,57.442,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.189,0.928,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.092,0.26,0]},"t":16,"s":[99.685,95.603,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.016,1.082,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.058,-0.51,0]},"t":17,"s":[83.661,113.563,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.924,1.121,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.013,0.041,0]},"t":18,"s":[136.015,111.04,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.746,0.893,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.873,0.049,0]},"t":19,"s":[73.781,116.06,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.529,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.124,0.375,0]},"t":20,"s":[79.202,103.731,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.027,1.092,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.055,0.101,0]},"t":21,"s":[90.283,100.207,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.852,0.985,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.02,0.044,0]},"t":22,"s":[83.612,83.82,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.603,0.729,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.191,-0.018,0]},"t":23,"s":[92.451,118.313,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.909,0.999,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.106,0.12,0]},"t":24,"s":[99.265,89.881,100]},{"i":{"x":[0.833,0.833,0.833],"y":[3.481,0.93,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.02,-0.001,0]},"t":25,"s":[124.872,26,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.92,0.628,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.081,-0.442,0]},"t":26,"s":[127.15,89.446,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.841,0.938,1]},"o":{"x":[0.167,0.167,0.167],"y":[-2.332,0.107,0]},"t":27,"s":[57.069,79.381,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.572,0.791,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.175,-0.245,0]},"t":28,"s":[59.486,44.49,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.638,0.895,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.103,0.139,0]},"t":29,"s":[61.689,53.354,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.822,1.105,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.108,0.401,0]},"t":30,"s":[70.8,66.698,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.094,0.926,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.157,0.047,0]},"t":31,"s":[101.268,70.196,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.89,-1.504,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.044,-0.649,0]},"t":32,"s":[135.914,62.272,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.08,0.944,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.345,0.086,0]},"t":33,"s":[62.097,63.174,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.94,0.915,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.041,-0.167,0]},"t":34,"s":[38.578,89.373,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.898,-33.804,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.213,5.1,0]},"t":35,"s":[84.734,80.668,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.645,0.976,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.457,0.084,0]},"t":36,"s":[71.735,80.523,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.902,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.074,-0.034,0]},"t":37,"s":[68.832,20.271,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.963,1.005,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.053,0.563,0]},"t":38,"s":[94.213,63.191,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.499,0.724,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.065,0.004,0]},"t":39,"s":[78.745,70.653,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.912,1.012,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,0.119,0]},"t":40,"s":[87.422,62.786,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.903,0.984,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.658,0.011,0]},"t":41,"s":[26.733,44.597,100]},{"i":{"x":[0.833,0.833,0.833],"y":[8.954,0.747,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.609,-0.019,0]},"t":42,"s":[23.521,65.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.931,0.997,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.082,0.124,0]},"t":43,"s":[23.011,48.501,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.153,0.822,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.407,-0.003,0]},"t":44,"s":[72.162,14.125,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.994,1.075,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.054,0.156,0]},"t":45,"s":[63.801,47.128,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.742,0.92,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.006,0.039,0]},"t":46,"s":[87.498,84.73,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.929,1.295,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.123,-1.924,0]},"t":47,"s":[65.378,13.453,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.536,1.079,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.497,0.065,0]},"t":48,"s":[19.027,16.413,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.076,0.957,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.102,0.041,0]},"t":49,"s":[25.686,2.971,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.924,0.87,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.04,-0.09,0]},"t":50,"s":[56.116,29.236,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.444,1.634,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.906,0.231,0]},"t":51,"s":[-1.889,16.583,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.986,0.961,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.098,0.074,0]},"t":52,"s":[2.996,9.45,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.952,0.802,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.017,-0.074,0]},"t":53,"s":[30.717,70.822,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.484,0.967,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.111,0.144,0]},"t":54,"s":[7.584,38.216,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.947,0.944,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.099,-0.054,0]},"t":55,"s":[17.496,-6.813,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.773,1.079,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.143,-0.17,0]},"t":56,"s":[68.936,20.442,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.98,0.725,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.132,0.041,0]},"t":57,"s":[50.024,11.466,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.027,0.12,0]},"t":58,"s":[17.481,29.004,100]},{"t":59,"s":[42.14,69.391,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.012,10.621],[-5.695,5.34],[-2.557,-7.377],[3.15,-2.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.8941176470588236,0.11372549019607843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.421,4.043],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":8,"op":60,"st":8,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 29","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":17,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":39,"s":[100]},{"t":55,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.577},"o":{"x":0.167,"y":0.167},"t":12,"s":[270.833,305.959,0],"to":[-0.088,-0.333,0],"ti":[0.479,1.681,0]},{"i":{"x":0.833,"y":0.762},"o":{"x":0.167,"y":0.104},"t":13,"s":[270.305,303.959,0],"to":[-0.479,-1.681,0],"ti":[0.843,3.89,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.128},"t":14,"s":[267.957,295.871,0],"to":[-0.843,-3.89,0],"ti":[-1.367,3.831,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.177},"t":15,"s":[265.25,280.619,0],"to":[1.367,-3.831,0],"ti":[-4.031,0.131,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.16},"t":16,"s":[276.159,272.888,0],"to":[4.031,-0.131,0],"ti":[-3.947,-2.293,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.185},"t":17,"s":[289.438,279.833,0],"to":[3.947,2.293,0],"ti":[-3.163,-2.107,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":18,"s":[299.839,286.644,0],"to":[3.163,2.107,0],"ti":[-2.643,-1.789,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":19,"s":[308.416,292.475,0],"to":[2.643,1.789,0],"ti":[-2.265,-1.502,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":20,"s":[315.699,297.38,0],"to":[2.265,1.502,0],"ti":[-1.975,-1.258,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.179},"t":21,"s":[322.005,301.489,0],"to":[1.975,1.258,0],"ti":[-1.746,-1.051,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":22,"s":[327.55,304.928,0],"to":[1.746,1.051,0],"ti":[-1.558,-0.872,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":23,"s":[332.48,307.794,0],"to":[1.558,0.872,0],"ti":[-1.4,-0.715,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":24,"s":[336.899,310.159,0],"to":[1.4,0.715,0],"ti":[-1.265,-0.574,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":25,"s":[340.882,312.081,0],"to":[1.265,0.574,0],"ti":[-1.148,-0.448,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":26,"s":[344.489,313.605,0],"to":[1.148,0.448,0],"ti":[-1.045,-0.333,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":27,"s":[347.771,314.769,0],"to":[1.045,0.333,0],"ti":[-0.954,-0.228,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":28,"s":[350.762,315.603,0],"to":[0.954,0.228,0],"ti":[-0.867,-0.129,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":29,"s":[353.494,316.134,0],"to":[0.867,0.129,0],"ti":[-0.779,-0.034,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":30,"s":[355.966,316.376,0],"to":[0.779,0.034,0],"ti":[-0.692,0.054,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":31,"s":[358.169,316.339,0],"to":[0.692,-0.054,0],"ti":[-0.607,0.132,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":32,"s":[360.118,316.051,0],"to":[0.607,-0.132,0],"ti":[-0.525,0.197,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":33,"s":[361.814,315.546,0],"to":[0.525,-0.197,0],"ti":[-0.446,0.247,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":34,"s":[363.265,314.868,0],"to":[0.446,-0.247,0],"ti":[-0.374,0.281,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":35,"s":[364.49,314.065,0],"to":[0.374,-0.281,0],"ti":[-0.309,0.299,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":36,"s":[365.508,313.183,0],"to":[0.309,-0.299,0],"ti":[-0.254,0.304,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":37,"s":[366.345,312.269,0],"to":[0.254,-0.304,0],"ti":[-0.208,0.299,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":38,"s":[367.029,311.356,0],"to":[0.208,-0.299,0],"ti":[-0.171,0.285,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":39,"s":[367.591,310.475,0],"to":[0.171,-0.285,0],"ti":[-0.143,0.266,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":40,"s":[368.057,309.644,0],"to":[0.143,-0.266,0],"ti":[-0.123,0.244,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":41,"s":[368.451,308.877,0],"to":[0.123,-0.244,0],"ti":[-0.108,0.219,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":42,"s":[368.793,308.182,0],"to":[0.108,-0.219,0],"ti":[-0.097,0.192,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":43,"s":[369.097,307.564,0],"to":[0.097,-0.192,0],"ti":[-0.091,0.166,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":44,"s":[369.377,307.027,0],"to":[0.091,-0.166,0],"ti":[-0.087,0.139,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":45,"s":[369.642,306.571,0],"to":[0.087,-0.139,0],"ti":[-0.085,0.112,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.181},"t":46,"s":[369.899,306.194,0],"to":[0.085,-0.112,0],"ti":[-0.083,0.087,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":47,"s":[370.15,305.896,0],"to":[0.083,-0.087,0],"ti":[-0.082,0.062,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":48,"s":[370.398,305.674,0],"to":[0.082,-0.062,0],"ti":[-0.081,0.039,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.178},"t":49,"s":[370.644,305.522,0],"to":[0.081,-0.039,0],"ti":[-0.079,0.017,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.175},"t":50,"s":[370.885,305.438,0],"to":[0.079,-0.017,0],"ti":[-0.075,-0.004,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.171},"t":51,"s":[371.117,305.419,0],"to":[0.075,0.004,0],"ti":[-0.071,-0.019,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.166},"t":52,"s":[371.334,305.462,0],"to":[0.071,0.019,0],"ti":[-0.071,-0.023,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.167},"t":53,"s":[371.546,305.533,0],"to":[0.071,0.023,0],"ti":[-0.069,-0.021,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.171},"t":54,"s":[371.758,305.598,0],"to":[0.069,0.021,0],"ti":[-0.064,-0.018,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.176},"t":55,"s":[371.962,305.656,0],"to":[0.064,0.018,0],"ti":[-0.056,-0.014,0]},{"i":{"x":0.833,"y":0.859},"o":{"x":0.167,"y":0.185},"t":56,"s":[372.145,305.704,0],"to":[0.056,0.014,0],"ti":[-0.042,-0.01,0]},{"i":{"x":0.833,"y":0.882},"o":{"x":0.167,"y":0.204},"t":57,"s":[372.295,305.741,0],"to":[0.042,0.01,0],"ti":[-0.025,-0.005,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.285},"t":58,"s":[372.399,305.764,0],"to":[0.025,0.005,0],"ti":[-0.007,-0.001,0]},{"t":59,"s":[372.443,305.77,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.332,1.186,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":12,"s":[64.57,85.432,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.875,0.947,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.095,0.058,0]},"t":13,"s":[69.942,108.953,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.206,0.842,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.249,-0.144,0]},"t":14,"s":[107.607,32.831,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.969,0.836,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.059,0.176,0]},"t":15,"s":[126.531,60.735,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,0.867,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.048,0.17,0]},"t":16,"s":[60.769,85.755,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.908,1.153,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0.222,0]},"t":17,"s":[102.39,109.836,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.333,0.945,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.877,0.054,0]},"t":18,"s":[60.887,124.258,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.949,1.054,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.067,-0.162,0]},"t":19,"s":[56.529,83.394,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.322,0.969,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.133,0.033,0]},"t":20,"s":[78.284,97.261,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.976,0.786,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.066,-0.05,0]},"t":21,"s":[69.892,74.45,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.923,1.181,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.033,0.137,0]},"t":22,"s":[110.724,88.677,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.066,0.942,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.984,0.057,0]},"t":23,"s":[81.454,110.927,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.003,0.937,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.091,-0.193,0]},"t":24,"s":[83.739,40.242,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.86,0.536,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.002,-0.266,0]},"t":25,"s":[107.061,61.553,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.865,1.004,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.206,0.102,0]},"t":26,"s":[83.024,56.466,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.851,0.868,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.217,0.004,0]},"t":27,"s":[66.63,33.237,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.158,0.859,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.189,0.226,0]},"t":28,"s":[56.437,57.54,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.865,1.267,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.055,0.203,0]},"t":29,"s":[48.398,71.747,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.754,0.941,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.218,0.064,0]},"t":30,"s":[71.71,81.652,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.096,0.683,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.126,-0.203,0]},"t":31,"s":[86.087,39.983,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.99,0.804,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.045,0.113,0]},"t":32,"s":[114.075,52.122,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.96,0.963,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.012,0.145,0]},"t":33,"s":[53.751,86.117,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.928,0.79,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.077,-0.066,0]},"t":34,"s":[106.75,131.89,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.204,0.982,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.532,0.138,0]},"t":35,"s":[79.216,106.312,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.915,0.889,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.093,-0.024,0]},"t":36,"s":[82.944,67.378,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.454,0.941,1]},"o":{"x":[0.167,0.167,0.167],"y":[3.696,0.337,0]},"t":37,"s":[114.826,97.73,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.872,0.088,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.098,-0.207,0]},"t":38,"s":[115.562,107.689,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.944,0.906,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.076,0.092,0]},"t":39,"s":[119.647,104.826,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.157,0.579,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.17,0.758,0]},"t":40,"s":[72.833,76.34,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.962,0.969,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.054,0.104,0]},"t":41,"s":[88.225,72.82,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.853,0.888,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.07,-0.05,0]},"t":42,"s":[43.922,58.537,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.885,-0.216,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.193,0.325,0]},"t":43,"s":[67.927,67.475,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.471,1.047,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.3,0.089,0]},"t":44,"s":[86.125,70.552,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.904,0.934,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,0.03,0]},"t":45,"s":[93.113,112.383,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.526,1.014,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.633,-0.31,0]},"t":46,"s":[46.616,46.845,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.045,1.106,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.101,0.012,0]},"t":47,"s":[39.563,60.724,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.969,1.027,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.029,0.047,0]},"t":48,"s":[6.525,44.501,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.929,0.915,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.05,0.021,0]},"t":49,"s":[57.474,81.367,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.854,1.348,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.48,3.659,0]},"t":50,"s":[25.518,32.394,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.966,0.815,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.195,0.067,0]},"t":51,"s":[30.245,31.253,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.921,1.317,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.077,0.152,0]},"t":52,"s":[33.783,37.163,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.996,0.978,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.48,0.066,0]},"t":53,"s":[-10.763,44.348,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.91,0.989,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.087,-0.029,0]},"t":54,"s":[-8.389,9.855,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.194,0.978,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.177,-0.012,0]},"t":55,"s":[46.091,35.382,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.01,0.743,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.058,-0.03,0]},"t":56,"s":[50.24,13.115,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.876,0.981,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.009,0.123,0]},"t":57,"s":[36.428,29.519,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.252,-0.025,0]},"t":58,"s":[51.9,63.715,100]},{"t":59,"s":[59.535,37.52,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.012,10.621],[-5.695,5.34],[-2.557,-7.377],[3.15,-2.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.3137254901960784,0.8901960784313725,0.7607843137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.421,4.043],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":12,"op":60,"st":12,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 28","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":3,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":8,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":30,"s":[100]},{"t":46,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.613},"o":{"x":0.167,"y":0.167},"t":3,"s":[270.565,305.387,0],"to":[-0.175,-0.467,0],"ti":[0.928,2.118,0]},{"i":{"x":0.833,"y":0.766},"o":{"x":0.167,"y":0.106},"t":4,"s":[269.518,302.585,0],"to":[-0.928,-2.118,0],"ti":[2.866,4.132,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.13},"t":5,"s":[264.999,292.679,0],"to":[-2.866,-4.132,0],"ti":[5.573,3.332,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.159},"t":6,"s":[252.323,277.795,0],"to":[-5.573,-3.332,0],"ti":[6.454,-0.145,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.178},"t":7,"s":[231.564,272.688,0],"to":[-6.454,0.145,0],"ti":[5.175,-2.485,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.183},"t":8,"s":[213.599,278.665,0],"to":[-5.175,2.485,0],"ti":[3.799,-3.017,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":9,"s":[200.516,287.597,0],"to":[-3.799,3.017,0],"ti":[2.848,-2.986,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":10,"s":[190.807,296.767,0],"to":[-2.848,2.986,0],"ti":[2.177,-2.823,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":11,"s":[183.426,305.511,0],"to":[-2.177,2.823,0],"ti":[1.672,-2.64,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":12,"s":[177.747,313.704,0],"to":[-1.672,2.64,0],"ti":[1.269,-2.465,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":13,"s":[173.394,321.352,0],"to":[-1.269,2.465,0],"ti":[0.931,-2.298,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":14,"s":[170.134,328.494,0],"to":[-0.931,2.298,0],"ti":[0.638,-2.135,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":15,"s":[167.806,335.14,0],"to":[-0.638,2.135,0],"ti":[0.374,-1.972,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":16,"s":[166.306,341.307,0],"to":[-0.374,1.972,0],"ti":[0.132,-1.802,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":17,"s":[165.565,346.975,0],"to":[-0.132,1.802,0],"ti":[-0.087,-1.628,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":18,"s":[165.516,352.122,0],"to":[0.087,1.628,0],"ti":[-0.279,-1.446,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":19,"s":[166.088,356.74,0],"to":[0.279,1.446,0],"ti":[-0.435,-1.255,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":20,"s":[167.189,360.798,0],"to":[0.435,1.255,0],"ti":[-0.549,-1.065,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":21,"s":[168.697,364.273,0],"to":[0.549,1.065,0],"ti":[-0.622,-0.888,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":22,"s":[170.482,367.189,0],"to":[0.622,0.888,0],"ti":[-0.661,-0.731,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":23,"s":[172.43,369.6,0],"to":[0.661,0.731,0],"ti":[-0.672,-0.596,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":24,"s":[174.447,371.574,0],"to":[0.672,0.596,0],"ti":[-0.665,-0.483,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":25,"s":[176.464,373.178,0],"to":[0.665,0.483,0],"ti":[-0.646,-0.39,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":26,"s":[178.436,374.475,0],"to":[0.646,0.39,0],"ti":[-0.62,-0.314,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":27,"s":[180.337,375.52,0],"to":[0.62,0.314,0],"ti":[-0.589,-0.251,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":28,"s":[182.153,376.359,0],"to":[0.589,0.251,0],"ti":[-0.557,-0.198,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":29,"s":[183.874,377.025,0],"to":[0.557,0.198,0],"ti":[-0.524,-0.154,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":30,"s":[185.496,377.549,0],"to":[0.524,0.154,0],"ti":[-0.49,-0.117,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":31,"s":[187.016,377.951,0],"to":[0.49,0.117,0],"ti":[-0.456,-0.086,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":32,"s":[188.435,378.252,0],"to":[0.456,0.086,0],"ti":[-0.422,-0.059,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":33,"s":[189.752,378.465,0],"to":[0.422,0.059,0],"ti":[-0.387,-0.035,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":34,"s":[190.966,378.603,0],"to":[0.387,0.035,0],"ti":[-0.352,-0.015,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":35,"s":[192.076,378.677,0],"to":[0.352,0.015,0],"ti":[-0.316,0.002,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.177},"t":36,"s":[193.079,378.696,0],"to":[0.316,-0.002,0],"ti":[-0.278,0.017,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":37,"s":[193.971,378.666,0],"to":[0.278,-0.017,0],"ti":[-0.239,0.029,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.181},"t":38,"s":[194.747,378.596,0],"to":[0.239,-0.029,0],"ti":[-0.199,0.039,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.184},"t":39,"s":[195.405,378.492,0],"to":[0.199,-0.039,0],"ti":[-0.156,0.047,0]},{"i":{"x":0.833,"y":0.856},"o":{"x":0.167,"y":0.19},"t":40,"s":[195.939,378.361,0],"to":[0.156,-0.047,0],"ti":[-0.11,0.054,0]},{"i":{"x":0.833,"y":0.86},"o":{"x":0.167,"y":0.199},"t":41,"s":[196.341,378.209,0],"to":[0.11,-0.054,0],"ti":[-0.061,0.058,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.206},"t":42,"s":[196.601,378.04,0],"to":[0.061,-0.058,0],"ti":[-0.017,0.06,0]},{"i":{"x":0.833,"y":0.817},"o":{"x":0.167,"y":0.18},"t":43,"s":[196.709,377.862,0],"to":[0.017,-0.06,0],"ti":[0.003,0.066,0]},{"i":{"x":0.833,"y":0.816},"o":{"x":0.167,"y":0.153},"t":44,"s":[196.702,377.682,0],"to":[-0.003,-0.066,0],"ti":[-0.001,0.08,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.153},"t":45,"s":[196.693,377.464,0],"to":[0.001,-0.08,0],"ti":[-0.01,0.093,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.156},"t":46,"s":[196.709,377.203,0],"to":[0.01,-0.093,0],"ti":[-0.019,0.104,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.158},"t":47,"s":[196.752,376.906,0],"to":[0.019,-0.104,0],"ti":[-0.028,0.112,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.16},"t":48,"s":[196.823,376.58,0],"to":[0.028,-0.112,0],"ti":[-0.038,0.118,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.162},"t":49,"s":[196.923,376.233,0],"to":[0.038,-0.118,0],"ti":[-0.049,0.122,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.163},"t":50,"s":[197.053,375.871,0],"to":[0.049,-0.122,0],"ti":[-0.059,0.124,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.164},"t":51,"s":[197.215,375.501,0],"to":[0.059,-0.124,0],"ti":[-0.069,0.124,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.164},"t":52,"s":[197.407,375.127,0],"to":[0.069,-0.124,0],"ti":[-0.079,0.122,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.165},"t":53,"s":[197.63,374.756,0],"to":[0.079,-0.122,0],"ti":[-0.089,0.119,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.165},"t":54,"s":[197.883,374.392,0],"to":[0.089,-0.119,0],"ti":[-0.099,0.115,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.165},"t":55,"s":[198.166,374.04,0],"to":[0.099,-0.115,0],"ti":[-0.108,0.109,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.166},"t":56,"s":[198.477,373.703,0],"to":[0.108,-0.109,0],"ti":[-0.116,0.102,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.166},"t":57,"s":[198.814,373.385,0],"to":[0.116,-0.102,0],"ti":[-0.124,0.095,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.166},"t":58,"s":[199.175,373.088,0],"to":[0.124,-0.095,0],"ti":[-0.064,0.045,0]},{"t":59,"s":[199.559,372.816,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.903,1.422,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":3,"s":[94.702,122.655,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.272,0.85,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.6,0.07,0]},"t":4,"s":[127.289,129.977,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.732,1.117,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.064,0.187,0]},"t":5,"s":[132.545,85.581,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.963,0.916,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.121,0.049,0]},"t":6,"s":[110.128,50.029,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.861,2.842,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.066,6.415,0]},"t":7,"s":[60.526,135.359,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.066,0.745,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.209,0.08,0]},"t":8,"s":[88.167,136.482,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.966,0.932,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.037,0.124,0]},"t":9,"s":[106.49,110.542,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.936,0.426,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.056,-0.36,0]},"t":10,"s":[73.621,57.227,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.484,1.02,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.27,0.097,0]},"t":11,"s":[93.234,67.259,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.866,0.935,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,0.016,0]},"t":12,"s":[88.608,126.279,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.185,0.861,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.221,-0.293,0]},"t":13,"s":[120.076,52.9,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.916,0.706,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.057,0.207,0]},"t":14,"s":[139.099,69.169,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-1.441,0.819,1]},"o":{"x":[0.167,0.167,0.167],"y":[6.732,0.116,0]},"t":15,"s":[77.908,80.095,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.941,1.013,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.086,0.155,0]},"t":16,"s":[77.141,107.685,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.598,0.859,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.198,0.011,0]},"t":17,"s":[55.437,139.887,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.889,0.971,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.105,0.204,0]},"t":18,"s":[61.857,102.633,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.557,0.988,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.337,-0.045,0]},"t":19,"s":[86.378,76.933,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.048,1.193,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.103,-0.014,0]},"t":20,"s":[94.434,93.656,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.894,0.969,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.03,0.058,0]},"t":21,"s":[129.176,79.379,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.003,0.846,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.385,-0.049,0]},"t":22,"s":[74.62,126.637,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.783,0.843,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.003,0.182,0]},"t":23,"s":[59.528,96.902,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.987,0.929,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.135,0.178,0]},"t":24,"s":[75.163,71.778,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.98,0.157,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.016,-0.467,0]},"t":25,"s":[100.236,49.638,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.196,0.894,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.026,0.092,0]},"t":26,"s":[79.183,52.988,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.937,1.011,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.058,0.384,0]},"t":27,"s":[95.26,83.538,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.998,0.441,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.251,0.01,0]},"t":28,"s":[41.321,92.009,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.333,0.953,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.002,0.098,0]},"t":29,"s":[54.762,82.447,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.996,0.891,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.067,-0.107,0]},"t":30,"s":[41.586,27.852,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.941,0.229,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.004,0.35,0]},"t":31,"s":[107.415,51.724,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.942,0.994,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.201,0.093,0]},"t":32,"s":[44.413,59.172,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.637,0.897,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.19,-0.007,0]},"t":33,"s":[62.871,120.641,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.914,1.033,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.108,0.443,0]},"t":34,"s":[57.246,63.863,100]},{"i":{"x":[0.833,0.833,0.833],"y":[3.767,0.841,1]},"o":{"x":[0.167,0.167,0.167],"y":[2.63,0.024,0]},"t":35,"s":[38.372,50.708,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.822,1.066,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.081,0.175,0]},"t":36,"s":[37.754,69.059,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.994,0.844,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.156,0.037,0]},"t":37,"s":[58.88,85.746,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.943,1.009,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.007,0.179,0]},"t":38,"s":[83,55.846,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.235,1.083,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.184,0.008,0]},"t":39,"s":[60.74,29.847,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.881,0.964,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.061,0.042,0]},"t":40,"s":[67.668,58.5,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.257,0.898,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.279,-0.062,0]},"t":41,"s":[41.227,1.342,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.914,0.99,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.063,0.452,0]},"t":42,"s":[29.972,34.049,100]},{"i":{"x":[0.833,0.833,0.833],"y":[3.558,0.889,1]},"o":{"x":[0.167,0.167,0.167],"y":[2.356,-0.011,0]},"t":43,"s":[75.997,41.447,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.923,0.757,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.081,0.337,0]},"t":44,"s":[77.684,34.902,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.665,1.132,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.086,0.127,0]},"t":45,"s":[24.202,32.753,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.007,0.637,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.074,0.051,0]},"t":46,"s":[28.012,28.648,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.981,0.974,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.006,0.108,0]},"t":47,"s":[-6.22,39.267,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,0.981,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.024,-0.038,0]},"t":48,"s":[30.742,74.855,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.934,1.113,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,-0.024,0]},"t":49,"s":[2.023,50.337,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.727,0.883,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.326,0.048,0]},"t":50,"s":[30.77,69.402,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.902,1.045,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.12,0.292,0]},"t":51,"s":[24.92,24.502,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.108,0.909,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.55,0.029,0]},"t":52,"s":[11.611,6.547,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.948,0.904,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.078,0.962,0]},"t":53,"s":[9.235,34.159,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.825,-0.409,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.138,0.611,0]},"t":54,"s":[43.201,36.778,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.973,0.815,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.159,0.089,0]},"t":55,"s":[30.429,37.192,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.903,1.034,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.039,0.152,0]},"t":56,"s":[16.318,43.768,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.408,0.765,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.6,0.024,0]},"t":57,"s":[25.931,51.757,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.089,0.129,0]},"t":58,"s":[27.481,40.555,100]},{"t":59,"s":[52.128,20.168,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.10196078431372549,0.3803921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":3,"op":60,"st":3,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"Shape Layer 27","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":1,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":28,"s":[100]},{"t":44,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.551},"o":{"x":0.167,"y":0.167},"t":1,"s":[264.583,303.394,0],"to":[0.152,-0.309,0],"ti":[-0.732,1.703,0]},{"i":{"x":0.833,"y":0.762},"o":{"x":0.167,"y":0.102},"t":2,"s":[265.494,301.541,0],"to":[0.732,-1.703,0],"ti":[-1.362,4.094,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.128},"t":3,"s":[268.975,293.174,0],"to":[1.362,-4.094,0],"ti":[-1.445,5.76,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":4,"s":[273.666,276.977,0],"to":[1.445,-5.76,0],"ti":[-1.23,5.729,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":5,"s":[277.646,258.613,0],"to":[1.23,-5.729,0],"ti":[-1.123,4.869,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.183},"t":6,"s":[281.044,242.601,0],"to":[1.123,-4.869,0],"ti":[-1.146,4.013,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.183},"t":7,"s":[284.385,229.397,0],"to":[1.146,-4.013,0],"ti":[-1.227,3.315,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":8,"s":[287.919,218.524,0],"to":[1.227,-3.315,0],"ti":[-1.326,2.748,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":9,"s":[291.745,209.508,0],"to":[1.326,-2.748,0],"ti":[-1.42,2.27,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":10,"s":[295.873,202.037,0],"to":[1.42,-2.27,0],"ti":[-1.493,1.856,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":11,"s":[300.264,195.89,0],"to":[1.493,-1.856,0],"ti":[-1.535,1.495,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":12,"s":[304.832,190.902,0],"to":[1.535,-1.495,0],"ti":[-1.541,1.186,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":13,"s":[309.473,186.917,0],"to":[1.541,-1.186,0],"ti":[-1.513,0.928,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":14,"s":[314.076,183.786,0],"to":[1.513,-0.928,0],"ti":[-1.459,0.719,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":15,"s":[318.551,181.352,0],"to":[1.459,-0.719,0],"ti":[-1.388,0.557,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":16,"s":[322.832,179.47,0],"to":[1.388,-0.557,0],"ti":[-1.306,0.432,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":17,"s":[326.879,178.013,0],"to":[1.306,-0.432,0],"ti":[-1.218,0.338,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":18,"s":[330.667,176.878,0],"to":[1.218,-0.338,0],"ti":[-1.129,0.269,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":19,"s":[334.187,175.983,0],"to":[1.129,-0.269,0],"ti":[-1.043,0.219,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":20,"s":[337.444,175.264,0],"to":[1.043,-0.219,0],"ti":[-0.959,0.182,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":21,"s":[340.444,174.672,0],"to":[0.959,-0.182,0],"ti":[-0.877,0.155,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":22,"s":[343.196,174.174,0],"to":[0.877,-0.155,0],"ti":[-0.798,0.134,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":23,"s":[345.706,173.744,0],"to":[0.798,-0.134,0],"ti":[-0.72,0.119,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":24,"s":[347.981,173.367,0],"to":[0.72,-0.119,0],"ti":[-0.644,0.106,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":25,"s":[350.026,173.032,0],"to":[0.644,-0.106,0],"ti":[-0.57,0.094,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.178},"t":26,"s":[351.847,172.732,0],"to":[0.57,-0.094,0],"ti":[-0.497,0.083,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.18},"t":27,"s":[353.446,172.467,0],"to":[0.497,-0.083,0],"ti":[-0.429,0.075,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.18},"t":28,"s":[354.827,172.237,0],"to":[0.429,-0.075,0],"ti":[-0.38,0.083,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":29,"s":[356.018,172.02,0],"to":[0.38,-0.083,0],"ti":[-0.347,0.103,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.172},"t":30,"s":[357.106,171.74,0],"to":[0.347,-0.103,0],"ti":[-0.318,0.12,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.172},"t":31,"s":[358.103,171.404,0],"to":[0.318,-0.12,0],"ti":[-0.291,0.134,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.172},"t":32,"s":[359.015,171.022,0],"to":[0.291,-0.134,0],"ti":[-0.265,0.144,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.172},"t":33,"s":[359.846,170.603,0],"to":[0.265,-0.144,0],"ti":[-0.24,0.151,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.172},"t":34,"s":[360.602,170.159,0],"to":[0.24,-0.151,0],"ti":[-0.216,0.155,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.172},"t":35,"s":[361.284,169.698,0],"to":[0.216,-0.155,0],"ti":[-0.193,0.156,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":36,"s":[361.896,169.23,0],"to":[0.193,-0.156,0],"ti":[-0.172,0.154,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":37,"s":[362.443,168.763,0],"to":[0.172,-0.154,0],"ti":[-0.151,0.15,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":38,"s":[362.927,168.306,0],"to":[0.151,-0.15,0],"ti":[-0.13,0.143,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":39,"s":[363.348,167.866,0],"to":[0.13,-0.143,0],"ti":[-0.109,0.134,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.177},"t":40,"s":[363.707,167.448,0],"to":[0.109,-0.134,0],"ti":[-0.095,0.123,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.175},"t":41,"s":[364.004,167.059,0],"to":[0.095,-0.123,0],"ti":[-0.093,0.109,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.172},"t":42,"s":[364.278,166.709,0],"to":[0.093,-0.109,0],"ti":[-0.096,0.093,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":43,"s":[364.562,166.405,0],"to":[0.096,-0.093,0],"ti":[-0.099,0.076,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":44,"s":[364.856,166.152,0],"to":[0.099,-0.076,0],"ti":[-0.1,0.058,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":45,"s":[365.154,165.951,0],"to":[0.1,-0.058,0],"ti":[-0.1,0.041,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.172},"t":46,"s":[365.455,165.803,0],"to":[0.1,-0.041,0],"ti":[-0.099,0.023,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.171},"t":47,"s":[365.754,165.707,0],"to":[0.099,-0.023,0],"ti":[-0.096,0.006,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.17},"t":48,"s":[366.048,165.664,0],"to":[0.096,-0.006,0],"ti":[-0.093,-0.01,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.169},"t":49,"s":[366.333,165.672,0],"to":[0.093,0.01,0],"ti":[-0.088,-0.026,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.168},"t":50,"s":[366.605,165.727,0],"to":[0.088,0.026,0],"ti":[-0.082,-0.04,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.167},"t":51,"s":[366.86,165.827,0],"to":[0.082,0.04,0],"ti":[-0.074,-0.052,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.167},"t":52,"s":[367.094,165.966,0],"to":[0.074,0.052,0],"ti":[-0.065,-0.063,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.167},"t":53,"s":[367.302,166.14,0],"to":[0.065,0.063,0],"ti":[-0.054,-0.071,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.168},"t":54,"s":[367.481,166.343,0],"to":[0.054,0.071,0],"ti":[-0.042,-0.077,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.169},"t":55,"s":[367.625,166.567,0],"to":[0.042,0.077,0],"ti":[-0.028,-0.08,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.17},"t":56,"s":[367.73,166.804,0],"to":[0.028,0.08,0],"ti":[-0.012,-0.079,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.171},"t":57,"s":[367.791,167.045,0],"to":[0.012,0.079,0],"ti":[0.003,-0.077,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.169},"t":58,"s":[367.803,167.28,0],"to":[-0.003,0.077,0],"ti":[0.005,-0.038,0]},{"t":59,"s":[367.776,167.508,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[-0.282,0.584,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":1,"s":[72.171,102.828,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.885,1.039,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.089,0.104,0]},"t":2,"s":[75.523,112.995,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.019,0.877,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.304,0.027,0]},"t":3,"s":[123.744,153.636,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.693,1.033,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.016,0.256,0]},"t":4,"s":[141.925,93.916,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.936,0.883,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.114,0.023,0]},"t":5,"s":[119.587,65.139,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.769,0.894,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.276,0.289,0]},"t":6,"s":[59.668,105.203,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.003,2.032,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.13,0.39,0]},"t":7,"s":[73.555,121.412,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.032,0.905,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.003,0.077,0]},"t":8,"s":[98.171,125.813,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.887,1.503,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.023,0.67,0]},"t":9,"s":[72.643,66.925,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.904,0.969,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.315,0.071,0]},"t":10,"s":[108.084,58.564,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.479,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.612,-0.05,0]},"t":11,"s":[120.859,117.368,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.764,0.88,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,-0.052,0]},"t":12,"s":[122.874,80.731,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.916,1.012,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.129,0.273,0]},"t":13,"s":[109.267,103.32,100]},{"i":{"x":[0.833,0.833,0.833],"y":[3.633,1.171,1]},"o":{"x":[0.167,0.167,0.167],"y":[12.53,0.011,0]},"t":14,"s":[84.332,113.266,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.72,0.952,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.081,0.056,0]},"t":15,"s":[84.165,101.864,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.993,0.575,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.119,-0.115,0]},"t":16,"s":[89.607,136.724,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.905,0.946,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.007,0.104,0]},"t":17,"s":[102.429,122.041,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.566,0.936,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.667,-0.15,0]},"t":18,"s":[90.653,61.798,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.025,1.312,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.079,-0.274,0]},"t":19,"s":[88.97,83.343,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.879,0.882,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.019,0.066,0]},"t":20,"s":[122.282,78.321,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.099,0.909,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.27,0.282,0]},"t":21,"s":[78.796,102.131,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.927,5.118,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.045,0.945,0]},"t":22,"s":[59.361,112.137,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.136,0.975,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.587,0.082,0]},"t":23,"s":[102.002,113.104,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.943,0.921,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.052,-0.036,0]},"t":24,"s":[96.704,64.316,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.841,2.162,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.183,-1.67,0]},"t":25,"s":[110.65,98.408,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.252,1.02,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.176,0.078,0]},"t":26,"s":[106.279,96.788,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.859,0.808,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.094,0.016,0]},"t":27,"s":[102.331,121.007,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.964,0.929,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.205,0.147,0]},"t":28,"s":[70.842,91.027,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.045,0.592,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.063,-0.479,0]},"t":29,"s":[49.193,51.754,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.816,0.982,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.029,0.105,0]},"t":30,"s":[61.557,57.576,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.115,0.844,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.152,-0.022,0]},"t":31,"s":[42.519,80.235,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.93,0.834,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.048,0.179,0]},"t":32,"s":[19.507,62.344,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.463,1.029,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.45,0.167,0]},"t":33,"s":[74.401,46.72,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.951,0.852,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.099,0.021,0]},"t":34,"s":[65.831,31.185,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.744,1.068,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.12,0.191,0]},"t":35,"s":[19.228,52.105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.91,0.811,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.124,0.037,0]},"t":36,"s":[38.347,68.326,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.615,1.069,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.166,0.149,0]},"t":37,"s":[77.863,38.956,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.84,0.995,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.073,0.038,0]},"t":38,"s":[80.904,1.852,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.914,0.924,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.174,-0.006,0]},"t":39,"s":[55.41,69.603,100]},{"i":{"x":[0.833,0.833,0.833],"y":[4.375,0.208,1]},"o":{"x":[0.167,0.167,0.167],"y":[2.748,-0.921,0]},"t":40,"s":[31.879,6.237,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.903,1.05,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.081,0.093,0]},"t":41,"s":[31.143,11.494,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.257,0.972,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.59,0.031,0]},"t":42,"s":[61.679,56.19,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.875,0.989,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.063,-0.042,0]},"t":43,"s":[66.703,-15.414,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.777,0.969,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.252,-0.012,0]},"t":44,"s":[46.165,32.254,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.071,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.133,-0.048,0]},"t":45,"s":[36.01,-9.217,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.042,0.895,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,0.166,0]},"t":46,"s":[18.977,17.016,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.64,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.028,0.41,0]},"t":47,"s":[50.584,43.433,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.951,1.026,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.054,0.108,0]},"t":48,"s":[3.2,50.175,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.826,0.687,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.121,0.02,0]},"t":49,"s":[31.978,72.587,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.958,0.985,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.16,0.114,0]},"t":50,"s":[20.225,43.283,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.531,0.899,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.084,-0.019,0]},"t":51,"s":[7.424,-37.423,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.924,0.885,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.101,0.475,0]},"t":52,"s":[13.811,28.463,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.207,0.722,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.872,0.302,0]},"t":53,"s":[43.338,42.467,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.956,0.943,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.09,0.119,0]},"t":54,"s":[40.761,47.811,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.074,0.996,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.092,-0.177,0]},"t":55,"s":[6.006,60.269,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.951,2.021,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.039,-0.004,0]},"t":56,"s":[22.502,56.273,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.823,0.991,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.12,0.077,0]},"t":57,"s":[-8.669,60.085,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.158,-0.01,0]},"t":58,"s":[4.137,9.589,100]},{"t":59,"s":[18.516,54.805,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.10196078431372549,0.3803921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":1,"op":60,"st":1,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"Shape Layer 26","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":9,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":31,"s":[100]},{"t":47,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.589},"o":{"x":0.167,"y":0.167},"t":4,"s":[269.491,306.01,0],"to":[0.367,0.261,0],"ti":[-1.762,-1.355,0]},{"i":{"x":0.833,"y":0.764},"o":{"x":0.167,"y":0.105},"t":5,"s":[271.692,307.579,0],"to":[1.762,1.355,0],"ti":[-4.055,-2.961,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":6,"s":[280.065,314.139,0],"to":[4.055,2.961,0],"ti":[-5.763,-3.712,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":7,"s":[296.024,325.342,0],"to":[5.763,3.712,0],"ti":[-5.909,-3.26,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":8,"s":[314.641,336.411,0],"to":[5.909,3.26,0],"ti":[-5.199,-2.461,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.184},"t":9,"s":[331.476,344.903,0],"to":[5.199,2.461,0],"ti":[-4.435,-1.834,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":10,"s":[345.833,351.179,0],"to":[4.435,1.834,0],"ti":[-3.802,-1.398,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.181},"t":11,"s":[358.083,355.908,0],"to":[3.802,1.398,0],"ti":[-3.292,-1.093,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":12,"s":[368.642,359.567,0],"to":[3.292,1.093,0],"ti":[-2.886,-0.867,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":13,"s":[377.836,362.467,0],"to":[2.886,0.867,0],"ti":[-2.566,-0.687,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":14,"s":[385.959,364.771,0],"to":[2.566,0.687,0],"ti":[-2.306,-0.543,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":15,"s":[393.233,366.589,0],"to":[2.306,0.543,0],"ti":[-2.085,-0.431,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":16,"s":[399.792,368.03,0],"to":[2.085,0.431,0],"ti":[-1.895,-0.342,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":17,"s":[405.741,369.174,0],"to":[1.895,0.342,0],"ti":[-1.729,-0.272,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":18,"s":[411.16,370.082,0],"to":[1.729,0.272,0],"ti":[-1.583,-0.217,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":19,"s":[416.115,370.805,0],"to":[1.583,0.217,0],"ti":[-1.452,-0.173,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":20,"s":[420.657,371.382,0],"to":[1.452,0.173,0],"ti":[-1.335,-0.139,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":21,"s":[424.829,371.844,0],"to":[1.335,0.139,0],"ti":[-1.229,-0.113,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":22,"s":[428.668,372.218,0],"to":[1.229,0.113,0],"ti":[-1.131,-0.094,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":23,"s":[432.201,372.525,0],"to":[1.131,0.094,0],"ti":[-1.041,-0.08,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":24,"s":[435.454,372.783,0],"to":[1.041,0.08,0],"ti":[-0.958,-0.071,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":25,"s":[438.448,373.008,0],"to":[0.958,0.071,0],"ti":[-0.88,-0.066,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":26,"s":[441.201,373.211,0],"to":[0.88,0.066,0],"ti":[-0.807,-0.063,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":27,"s":[443.727,373.403,0],"to":[0.807,0.063,0],"ti":[-0.738,-0.063,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":28,"s":[446.042,373.591,0],"to":[0.738,0.063,0],"ti":[-0.673,-0.065,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":29,"s":[448.156,373.783,0],"to":[0.673,0.065,0],"ti":[-0.611,-0.069,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":30,"s":[450.079,373.983,0],"to":[0.611,0.069,0],"ti":[-0.552,-0.073,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":31,"s":[451.822,374.195,0],"to":[0.552,0.073,0],"ti":[-0.495,-0.077,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":32,"s":[453.39,374.419,0],"to":[0.495,0.077,0],"ti":[-0.44,-0.082,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":33,"s":[454.792,374.659,0],"to":[0.44,0.082,0],"ti":[-0.387,-0.086,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":34,"s":[456.031,374.911,0],"to":[0.387,0.086,0],"ti":[-0.336,-0.09,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":35,"s":[457.115,375.176,0],"to":[0.336,0.09,0],"ti":[-0.286,-0.092,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.181},"t":36,"s":[458.047,375.45,0],"to":[0.286,0.092,0],"ti":[-0.237,-0.093,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.183},"t":37,"s":[458.831,375.73,0],"to":[0.237,0.093,0],"ti":[-0.19,-0.093,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.186},"t":38,"s":[459.47,376.01,0],"to":[0.19,0.093,0],"ti":[-0.143,-0.09,0]},{"i":{"x":0.833,"y":0.855},"o":{"x":0.167,"y":0.19},"t":39,"s":[459.968,376.286,0],"to":[0.143,0.09,0],"ti":[-0.097,-0.085,0]},{"i":{"x":0.833,"y":0.857},"o":{"x":0.167,"y":0.195},"t":40,"s":[460.328,376.55,0],"to":[0.097,0.085,0],"ti":[-0.052,-0.077,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.2},"t":41,"s":[460.55,376.795,0],"to":[0.052,0.077,0],"ti":[-0.007,-0.066,0]},{"i":{"x":0.833,"y":0.811},"o":{"x":0.167,"y":0.188},"t":42,"s":[460.639,377.012,0],"to":[0.007,0.066,0],"ti":[0.032,-0.061,0]},{"i":{"x":0.833,"y":0.813},"o":{"x":0.167,"y":0.149},"t":43,"s":[460.595,377.193,0],"to":[-0.032,0.061,0],"ti":[0.056,-0.069,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.151},"t":44,"s":[460.445,377.377,0],"to":[-0.056,0.069,0],"ti":[0.06,-0.083,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.159},"t":45,"s":[460.259,377.605,0],"to":[-0.06,0.083,0],"ti":[0.055,-0.097,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.16},"t":46,"s":[460.084,377.877,0],"to":[-0.055,0.097,0],"ti":[0.049,-0.11,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.161},"t":47,"s":[459.926,378.189,0],"to":[-0.049,0.11,0],"ti":[0.042,-0.121,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.162},"t":48,"s":[459.788,378.537,0],"to":[-0.042,0.121,0],"ti":[0.034,-0.13,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.163},"t":49,"s":[459.673,378.915,0],"to":[-0.034,0.13,0],"ti":[0.025,-0.138,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.163},"t":50,"s":[459.585,379.319,0],"to":[-0.025,0.138,0],"ti":[0.015,-0.145,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.164},"t":51,"s":[459.525,379.745,0],"to":[-0.015,0.145,0],"ti":[0.004,-0.15,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.164},"t":52,"s":[459.496,380.189,0],"to":[-0.004,0.15,0],"ti":[-0.006,-0.154,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.165},"t":53,"s":[459.499,380.647,0],"to":[0.006,0.154,0],"ti":[-0.017,-0.157,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.165},"t":54,"s":[459.535,381.115,0],"to":[0.017,0.157,0],"ti":[-0.028,-0.158,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.165},"t":55,"s":[459.603,381.589,0],"to":[0.028,0.158,0],"ti":[-0.039,-0.159,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.166},"t":56,"s":[459.705,382.066,0],"to":[0.039,0.159,0],"ti":[-0.05,-0.158,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.166},"t":57,"s":[459.838,382.542,0],"to":[0.05,0.158,0],"ti":[-0.059,-0.156,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.166},"t":58,"s":[460.002,383.013,0],"to":[0.059,0.156,0],"ti":[-0.032,-0.077,0]},{"t":59,"s":[460.195,383.477,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.947,0.942,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":4,"s":[97.409,66.055,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.753,1.579,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.148,-0.189,0]},"t":5,"s":[44.567,76.147,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.004,1.01,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.126,0.073,0]},"t":6,"s":[63.613,73.054,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.971,0.9,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.004,0.009,0]},"t":7,"s":[100.946,97.634,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.792,1.619,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.045,0.494,0]},"t":8,"s":[61.805,70.187,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.951,0.93,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.139,0.073,0]},"t":9,"s":[87.307,64.612,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.68,0.923,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.12,-0.436,0]},"t":10,"s":[125.487,111.62,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.883,-3.054,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.113,-0.938,0]},"t":11,"s":[109.816,104.073,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.123,0.988,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.289,0.085,0]},"t":12,"s":[65.323,104.689,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.897,1.021,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.05,-0.013,0]},"t":13,"s":[47.252,134.038,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.754,0.996,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.445,0.017,0]},"t":14,"s":[91.917,108.765,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.965,0.782,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.126,-0.004,0]},"t":15,"s":[102.196,140.322,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.598,0.943,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.059,0.135,0]},"t":16,"s":[122.314,110.374,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.954,0.983,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.105,-0.179,0]},"t":17,"s":[110.56,62.157,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.992,0.811,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.102,-0.022,0]},"t":18,"s":[65.661,77.47,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.964,1.174,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.009,0.149,0]},"t":19,"s":[85.871,65.321,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.389,0.889,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.062,0.056,0]},"t":20,"s":[67.714,49.917,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.983,1.088,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.096,0.335,0]},"t":21,"s":[78.115,97.527,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.976,1.012,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.021,0.043,0]},"t":22,"s":[143.974,113.298,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.021,1.014,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.034,0.01,0]},"t":23,"s":[91.205,80.878,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.004,0.973,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.017,0.012,0]},"t":24,"s":[128.534,117.961,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.938,0.878,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.004,-0.04,0]},"t":25,"s":[81.833,74.831,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.701,1.076,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.245,0.261,0]},"t":26,"s":[130.604,103.951,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.848,0.884,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.115,0.04,0]},"t":27,"s":[118.24,117.585,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.924,1.085,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.185,0.297,0]},"t":28,"s":[86.185,91.54,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.239,1.079,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.857,0.042,0]},"t":29,"s":[59.806,81.372,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.06,0.921,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.078,0.041,0]},"t":30,"s":[62.144,101.879,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.904,1.073,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.035,-1.454,0]},"t":31,"s":[25.053,61.948,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.113,0.614,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.64,0.039,0]},"t":32,"s":[88.839,64.113,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.878,0.934,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.048,0.106,0]},"t":33,"s":[98.389,60.046,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.973,1.366,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.265,-0.316,0]},"t":34,"s":[75.918,45.28,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.487,0.892,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.04,0.068,0]},"t":35,"s":[65.601,48.361,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.02,1.735,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.1,0.366,0]},"t":36,"s":[72.571,31.73,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.839,1.002,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.016,0.075,0]},"t":37,"s":[108.482,26.833,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.939,0.884,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.173,0.002,0]},"t":38,"s":[64.065,74.946,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.807,1.122,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.226,0.296,0]},"t":39,"s":[22.794,25.686,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.039,1.029,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.147,0.05,0]},"t":40,"s":[33.918,6.407,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.952,0.971,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.027,0.021,0]},"t":41,"s":[48.539,53.893,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.843,1.001,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.114,-0.046,0]},"t":42,"s":[27.022,-9.839,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.415,0.929,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.177,0.001,0]},"t":43,"s":[36.118,31.361,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.042,0.504,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.069,-0.476,0]},"t":44,"s":[44.181,-10.557,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.979,0.874,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.028,0.1,0]},"t":45,"s":[-4.037,-4.307,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.945,0.884,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.027,0.248,0]},"t":46,"s":[68.255,26.661,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.863,0.961,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.164,0.298,0]},"t":47,"s":[13.766,42.343,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.171,-1.3,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.213,-0.072,0]},"t":48,"s":[32.121,48.441,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.938,0.952,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.056,0.086,0]},"t":49,"s":[43.941,45.171,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.907,0.82,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.238,-0.116,0]},"t":50,"s":[7.866,-41.801,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.765,0.908,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.767,0.155,0]},"t":51,"s":[17.231,-5.411,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.963,0.772,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.087,0.843,0]},"t":52,"s":[18.373,36.907,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.047,0.926,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.066,0.131,0]},"t":53,"s":[41.417,41.547,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.142,1.256,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.03,-0.64,0]},"t":54,"s":[28.526,49.618,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.933,1.594,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.053,0.063,0]},"t":55,"s":[48.627,48.688,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.831,0.986,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.344,0.073,0]},"t":56,"s":[-5.742,52.477,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.959,1.011,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.164,-0.017,0]},"t":57,"s":[4.853,21.683,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.082,0.01,0]},"t":58,"s":[15.758,47.142,100]},{"t":59,"s":[10.26,18.203,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.3137254901960784,0.8901960784313725,0.7607843137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":4,"op":60,"st":4,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"Shape Layer 25","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":15,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[100]},{"t":53,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.59},"o":{"x":0.167,"y":0.167},"t":10,"s":[269.753,298.518,0],"to":[0.371,-0.157,0],"ti":[-1.794,0.84,0]},{"i":{"x":0.833,"y":0.764},"o":{"x":0.167,"y":0.105},"t":11,"s":[271.976,297.574,0],"to":[1.794,-0.84,0],"ti":[-3.913,2.158,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":12,"s":[280.516,293.478,0],"to":[3.913,-2.158,0],"ti":[-5.148,3.28,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":13,"s":[295.452,284.625,0],"to":[5.148,-3.28,0],"ti":[-4.973,3.376,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":14,"s":[311.406,273.799,0],"to":[4.973,-3.376,0],"ti":[-4.286,2.798,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.184},"t":15,"s":[325.289,264.369,0],"to":[4.286,-2.798,0],"ti":[-3.685,2.155,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":16,"s":[337.123,257.014,0],"to":[3.685,-2.155,0],"ti":[-3.222,1.625,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.181},"t":17,"s":[347.398,251.439,0],"to":[3.222,-1.625,0],"ti":[-2.85,1.213,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":18,"s":[356.453,247.262,0],"to":[2.85,-1.213,0],"ti":[-2.541,0.896,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":19,"s":[364.5,244.163,0],"to":[2.541,-0.896,0],"ti":[-2.276,0.656,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":20,"s":[371.696,241.885,0],"to":[2.276,-0.656,0],"ti":[-2.047,0.474,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":21,"s":[378.157,240.228,0],"to":[2.047,-0.474,0],"ti":[-1.845,0.337,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":22,"s":[383.976,239.042,0],"to":[1.845,-0.337,0],"ti":[-1.666,0.235,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":23,"s":[389.227,238.206,0],"to":[1.666,-0.235,0],"ti":[-1.505,0.161,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":24,"s":[393.971,237.63,0],"to":[1.505,-0.161,0],"ti":[-1.361,0.108,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":25,"s":[398.259,237.241,0],"to":[1.361,-0.108,0],"ti":[-1.229,0.074,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":26,"s":[402.134,236.98,0],"to":[1.229,-0.074,0],"ti":[-1.111,0.051,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":27,"s":[405.636,236.799,0],"to":[1.111,-0.051,0],"ti":[-1.01,0.021,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":28,"s":[408.801,236.672,0],"to":[1.01,-0.021,0],"ti":[-0.926,-0.021,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":29,"s":[411.696,236.673,0],"to":[0.926,0.021,0],"ti":[-0.853,-0.06,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":30,"s":[414.357,236.801,0],"to":[0.853,0.06,0],"ti":[-0.787,-0.092,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":31,"s":[416.812,237.033,0],"to":[0.787,0.092,0],"ti":[-0.729,-0.118,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":32,"s":[419.082,237.352,0],"to":[0.729,0.118,0],"ti":[-0.677,-0.139,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.172},"t":33,"s":[421.188,237.741,0],"to":[0.677,0.139,0],"ti":[-0.631,-0.156,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.172},"t":34,"s":[423.146,238.187,0],"to":[0.631,0.156,0],"ti":[-0.589,-0.169,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.171},"t":35,"s":[424.973,238.678,0],"to":[0.589,0.169,0],"ti":[-0.552,-0.179,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.171},"t":36,"s":[426.682,239.204,0],"to":[0.552,0.179,0],"ti":[-0.518,-0.186,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.171},"t":37,"s":[428.285,239.754,0],"to":[0.518,0.186,0],"ti":[-0.488,-0.19,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.171},"t":38,"s":[429.793,240.32,0],"to":[0.488,0.19,0],"ti":[-0.46,-0.192,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.171},"t":39,"s":[431.212,240.895,0],"to":[0.46,0.192,0],"ti":[-0.433,-0.191,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.171},"t":40,"s":[432.55,241.471,0],"to":[0.433,0.191,0],"ti":[-0.408,-0.188,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.171},"t":41,"s":[433.811,242.041,0],"to":[0.408,0.188,0],"ti":[-0.384,-0.184,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.171},"t":42,"s":[434.998,242.6,0],"to":[0.384,0.184,0],"ti":[-0.36,-0.177,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.172},"t":43,"s":[436.114,243.143,0],"to":[0.36,0.177,0],"ti":[-0.337,-0.169,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.172},"t":44,"s":[437.16,243.663,0],"to":[0.337,0.169,0],"ti":[-0.314,-0.159,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":45,"s":[438.136,244.156,0],"to":[0.314,0.159,0],"ti":[-0.29,-0.148,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":46,"s":[439.041,244.617,0],"to":[0.29,0.148,0],"ti":[-0.265,-0.135,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":47,"s":[439.873,245.043,0],"to":[0.265,0.135,0],"ti":[-0.239,-0.121,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.177},"t":48,"s":[440.629,245.429,0],"to":[0.239,0.121,0],"ti":[-0.211,-0.106,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.179},"t":49,"s":[441.306,245.771,0],"to":[0.211,0.106,0],"ti":[-0.188,-0.091,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.176},"t":50,"s":[441.897,246.067,0],"to":[0.188,0.091,0],"ti":[-0.176,-0.076,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.172},"t":51,"s":[442.436,246.318,0],"to":[0.176,0.076,0],"ti":[-0.167,-0.062,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.174},"t":52,"s":[442.952,246.526,0],"to":[0.167,0.062,0],"ti":[-0.154,-0.046,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.177},"t":53,"s":[443.435,246.688,0],"to":[0.154,0.046,0],"ti":[-0.137,-0.029,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.181},"t":54,"s":[443.874,246.8,0],"to":[0.137,0.029,0],"ti":[-0.117,-0.011,0]},{"i":{"x":0.833,"y":0.853},"o":{"x":0.167,"y":0.186},"t":55,"s":[444.258,246.86,0],"to":[0.117,0.011,0],"ti":[-0.092,0.008,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.192},"t":56,"s":[444.574,246.866,0],"to":[0.092,-0.008,0],"ti":[-0.065,0.028,0]},{"i":{"x":0.833,"y":0.809},"o":{"x":0.167,"y":0.188},"t":57,"s":[444.81,246.814,0],"to":[0.065,-0.028,0],"ti":[-0.052,0.051,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.148},"t":58,"s":[444.965,246.7,0],"to":[0.052,-0.051,0],"ti":[-0.027,0.032,0]},{"t":59,"s":[445.124,246.509,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.872,1.012,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":10,"s":[110.669,116.358,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.04,0.96,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.239,0.011,0]},"t":11,"s":[59.779,98.507,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.934,1.168,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.027,-0.078,0]},"t":12,"s":[32.558,118.992,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.283,0.983,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.327,0.056,0]},"t":13,"s":[72.99,108.43,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.904,0.749,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.064,-0.022,0]},"t":14,"s":[64.776,140.246,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.471,0.987,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.643,0.125,0]},"t":15,"s":[100.849,115.061,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.917,0.951,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,-0.015,0]},"t":16,"s":[106.224,64.521,100]},{"i":{"x":[0.833,0.833,0.833],"y":[7.839,0.661,1]},"o":{"x":[0.167,0.167,0.167],"y":[-10.254,-0.119,0]},"t":17,"s":[70.46,107.342,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.07,0.987,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.082,0.111,0]},"t":18,"s":[70.749,89.722,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.822,0.875,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,-0.015,0]},"t":19,"s":[46.798,35.679,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.002,0.943,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.157,0.249,0]},"t":20,"s":[90.882,81.249,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.942,1.169,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.002,-0.177,0]},"t":21,"s":[140.894,104.127,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.056,1.071,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.196,0.056,0]},"t":22,"s":[89.564,96.8,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.972,0.871,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.034,0.038,0]},"t":23,"s":[104.901,119.028,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.839,1.124,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.041,0.236,0]},"t":24,"s":[79.173,77.868,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.075,0.964,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.172,0.05,0]},"t":25,"s":[96.359,55.376,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.864,0.984,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.04,-0.064,0]},"t":26,"s":[112.425,111.326,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.964,0.96,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.216,-0.02,0]},"t":27,"s":[81.872,79.606,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.136,0.906,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.063,-0.076,0]},"t":28,"s":[62.674,105.212,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.04,0.329,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.052,0.758,0]},"t":29,"s":[73.611,91.797,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.897,0.991,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.027,0.095,0]},"t":30,"s":[44.883,90.141,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.864,1.007,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.445,-0.009,0]},"t":31,"s":[87.448,78.456,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.687,0.817,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.216,0.007,0]},"t":32,"s":[97.261,88.946,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.172,0.78,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.114,0.153,0]},"t":33,"s":[103.41,77.55,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.025,0.995,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.056,0.134,0]},"t":34,"s":[120.354,63.853,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.939,0.776,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.019,-0.005,0]},"t":35,"s":[68.478,41.315,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.781,1.002,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.226,0.133,0]},"t":36,"s":[135.85,62.489,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.836,0.898,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.135,0.002,0]},"t":37,"s":[117.729,98.108,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.955,0.732,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.17,0.45,0]},"t":38,"s":[88.261,61.749,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.161,0.879,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.097,0.121,0]},"t":39,"s":[59.775,53.492,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.92,1.01,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.055,0.268,0]},"t":40,"s":[72.912,35.197,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.014,1.011,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.932,0.009,0]},"t":41,"s":[34.35,26.941,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.166,0.799,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.091,0.01,0]},"t":42,"s":[35.945,36.212,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.01,1.008,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.055,0.142,0]},"t":43,"s":[53.22,25.739,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.804,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.009,0.007,0]},"t":44,"s":[1.613,10.927,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.916,0.919,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.054,0.145,0]},"t":45,"s":[59.191,27.12,100]},{"i":{"x":[0.833,0.833,0.833],"y":[32.334,1.954,1]},"o":{"x":[0.167,0.167,0.167],"y":[28.082,-2.647,0]},"t":46,"s":[24.376,49.1,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.963,1.605,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.083,0.077,0]},"t":47,"s":[24.272,48.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.911,0.914,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.066,0.073,0]},"t":48,"s":[63.337,56.778,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.402,1.919,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.325,2.783,0]},"t":49,"s":[41.555,-12.234,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.891,0.867,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.089,0.076,0]},"t":50,"s":[40.094,-14.365,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.348,0.976,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.357,0.224,0]},"t":51,"s":[16.969,11.25,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.893,1.059,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.067,-0.033,0]},"t":52,"s":[9.934,26.464,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.223,1.041,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.372,0.034,0]},"t":53,"s":[46.338,15.586,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.949,0.977,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.061,0.028,0]},"t":54,"s":[56.833,34.129,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.872,0.807,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.133,-0.032,0]},"t":55,"s":[18.206,6.413,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.098,0.917,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.239,0.147,0]},"t":56,"s":[33.108,26.401,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.855,-124.032,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.045,-45.948,0]},"t":57,"s":[41.083,52.674,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.195,0.083,0]},"t":58,"s":[23.746,52.627,100]},{"t":59,"s":[10.82,-18.691,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.10196078431372549,0.3803921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":60,"st":10,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"Shape Layer 24","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":7,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[100]},{"t":50,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.604},"o":{"x":0.167,"y":0.167},"t":7,"s":[265.04,301.431,0],"to":[-0.341,-0.143,0],"ti":[1.527,0.877,0]},{"i":{"x":0.833,"y":0.765},"o":{"x":0.167,"y":0.106},"t":8,"s":[262.993,300.574,0],"to":[-1.527,-0.877,0],"ti":[3.095,2.404,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":9,"s":[255.881,296.17,0],"to":[-3.095,-2.404,0],"ti":[3.636,3.902,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":10,"s":[244.425,286.149,0],"to":[-3.636,-3.902,0],"ti":[2.978,4.369,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.178},"t":11,"s":[234.064,272.758,0],"to":[-2.978,-4.369,0],"ti":[2.214,3.975,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.183},"t":12,"s":[226.554,259.936,0],"to":[-2.214,-3.975,0],"ti":[1.769,3.38,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":13,"s":[220.781,248.906,0],"to":[-1.769,-3.38,0],"ti":[1.52,2.839,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.181},"t":14,"s":[215.943,239.657,0],"to":[-1.52,-2.839,0],"ti":[1.364,2.397,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":15,"s":[211.658,231.874,0],"to":[-1.364,-2.397,0],"ti":[1.247,2.04,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.179},"t":16,"s":[207.761,225.273,0],"to":[-1.247,-2.04,0],"ti":[1.147,1.749,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":17,"s":[204.179,219.632,0],"to":[-1.147,-1.749,0],"ti":[1.054,1.508,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":18,"s":[200.881,214.781,0],"to":[-1.054,-1.508,0],"ti":[0.966,1.308,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":19,"s":[197.852,210.583,0],"to":[-0.966,-1.308,0],"ti":[0.881,1.139,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":20,"s":[195.083,206.935,0],"to":[-0.881,-1.139,0],"ti":[0.798,0.996,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":21,"s":[192.565,203.748,0],"to":[-0.798,-0.996,0],"ti":[0.718,0.875,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":22,"s":[190.293,200.956,0],"to":[-0.718,-0.875,0],"ti":[0.64,0.771,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":23,"s":[188.258,198.5,0],"to":[-0.64,-0.771,0],"ti":[0.565,0.681,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":24,"s":[186.453,196.332,0],"to":[-0.565,-0.681,0],"ti":[0.494,0.604,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":25,"s":[184.867,194.413,0],"to":[-0.494,-0.604,0],"ti":[0.425,0.537,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":26,"s":[183.491,192.71,0],"to":[-0.425,-0.537,0],"ti":[0.361,0.479,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.179},"t":27,"s":[182.314,191.193,0],"to":[-0.361,-0.479,0],"ti":[0.301,0.428,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.179},"t":28,"s":[181.325,189.838,0],"to":[-0.301,-0.428,0],"ti":[0.244,0.384,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.179},"t":29,"s":[180.511,188.625,0],"to":[-0.244,-0.384,0],"ti":[0.192,0.346,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.179},"t":30,"s":[179.859,187.534,0],"to":[-0.192,-0.346,0],"ti":[0.145,0.312,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":31,"s":[179.357,186.551,0],"to":[-0.145,-0.312,0],"ti":[0.103,0.284,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":32,"s":[178.99,185.66,0],"to":[-0.103,-0.284,0],"ti":[0.066,0.259,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.177},"t":33,"s":[178.741,184.85,0],"to":[-0.066,-0.259,0],"ti":[0.034,0.238,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":34,"s":[178.596,184.107,0],"to":[-0.034,-0.238,0],"ti":[0.008,0.219,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.174},"t":35,"s":[178.536,183.424,0],"to":[-0.008,-0.219,0],"ti":[-0.011,0.204,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.172},"t":36,"s":[178.545,182.791,0],"to":[0.011,-0.204,0],"ti":[-0.025,0.191,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.171},"t":37,"s":[178.604,182.2,0],"to":[0.025,-0.191,0],"ti":[-0.033,0.18,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.171},"t":38,"s":[178.696,181.645,0],"to":[0.033,-0.18,0],"ti":[-0.033,0.171,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.171},"t":39,"s":[178.8,181.121,0],"to":[0.033,-0.171,0],"ti":[-0.027,0.163,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.171},"t":40,"s":[178.897,180.622,0],"to":[0.027,-0.163,0],"ti":[-0.014,0.157,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.17},"t":41,"s":[178.964,180.143,0],"to":[0.014,-0.157,0],"ti":[-0.002,0.154,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.167},"t":42,"s":[178.981,179.68,0],"to":[0.002,-0.154,0],"ti":[-0.011,0.158,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.162},"t":43,"s":[178.978,179.217,0],"to":[0.011,-0.158,0],"ti":[-0.033,0.162,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.164},"t":44,"s":[179.048,178.732,0],"to":[0.033,-0.162,0],"ti":[-0.051,0.161,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.166},"t":45,"s":[179.179,178.243,0],"to":[0.051,-0.161,0],"ti":[-0.064,0.155,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.169},"t":46,"s":[179.355,177.765,0],"to":[0.064,-0.155,0],"ti":[-0.069,0.148,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.17},"t":47,"s":[179.564,177.312,0],"to":[0.069,-0.148,0],"ti":[-0.061,0.142,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.172},"t":48,"s":[179.767,176.879,0],"to":[0.061,-0.142,0],"ti":[-0.046,0.136,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.174},"t":49,"s":[179.929,176.457,0],"to":[0.046,-0.136,0],"ti":[-0.028,0.126,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.177},"t":50,"s":[180.041,176.061,0],"to":[0.028,-0.126,0],"ti":[-0.009,0.113,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.18},"t":51,"s":[180.098,175.7,0],"to":[0.009,-0.113,0],"ti":[0.012,0.096,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.181},"t":52,"s":[180.095,175.385,0],"to":[-0.012,-0.096,0],"ti":[0.034,0.077,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.176},"t":53,"s":[180.027,175.124,0],"to":[-0.034,-0.077,0],"ti":[0.057,0.055,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.166},"t":54,"s":[179.891,174.924,0],"to":[-0.057,-0.055,0],"ti":[0.08,0.032,0]},{"i":{"x":0.833,"y":0.815},"o":{"x":0.167,"y":0.156},"t":55,"s":[179.687,174.792,0],"to":[-0.08,-0.032,0],"ti":[0.103,0.008,0]},{"i":{"x":0.833,"y":0.815},"o":{"x":0.167,"y":0.152},"t":56,"s":[179.413,174.732,0],"to":[-0.103,-0.008,0],"ti":[0.125,-0.018,0]},{"i":{"x":0.833,"y":0.817},"o":{"x":0.167,"y":0.152},"t":57,"s":[179.07,174.747,0],"to":[-0.125,0.018,0],"ti":[0.147,-0.043,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.153},"t":58,"s":[178.66,174.838,0],"to":[-0.147,0.043,0],"ti":[0.079,-0.028,0]},{"t":59,"s":[178.187,175.006,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1.856,0.976,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":7,"s":[67.557,101.258,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.965,0.856,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.076,-0.033,0]},"t":8,"s":[62.081,60.567,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.899,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.062,0.197,0]},"t":9,"s":[123.801,89.604,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.652,0.91,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.485,0,0]},"t":10,"s":[88.344,110.822,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.902,1.594,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.11,1.18,0]},"t":11,"s":[80.981,89.674,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.494,0.831,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.569,0.073,0]},"t":12,"s":[57.576,88.067,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.815,1.117,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,0.164,0]},"t":13,"s":[53.56,101.12,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.035,0.99,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.152,0.049,0]},"t":14,"s":[81.37,114.583,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.939,0.9,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.025,-0.011,0]},"t":15,"s":[115.142,82.186,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.154,1.445,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.235,0.491,0]},"t":16,"s":[67.083,110.768,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.037,0.85,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.054,0.07,0]},"t":17,"s":[79.677,116.611,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.885,1.062,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.026,0.187,0]},"t":18,"s":[43.885,79.546,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.972,0.909,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.301,0.035,0]},"t":19,"s":[95.707,49.721,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.783,0.41,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.043,0.938,0]},"t":20,"s":[115.579,101.629,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.957,0.995,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.135,0.097,0]},"t":21,"s":[102.439,106.687,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.875,0.793,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.087,-0.005,0]},"t":22,"s":[81.407,137.444,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.844,0.981,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.25,0.14,0]},"t":23,"s":[91.687,108.575,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.4,1.01,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.178,-0.024,0]},"t":24,"s":[96.813,65.889,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.924,1.015,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.069,0.009,0]},"t":25,"s":[101.302,98.9,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.186,0.906,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.902,0.013,0]},"t":26,"s":[75.267,62.121,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.894,0.887,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.058,0.724,0]},"t":27,"s":[77.47,105.409,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.167,2.294,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.393,0.315,0]},"t":28,"s":[70.35,111.04,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.394,0.91,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.056,0.078,0]},"t":29,"s":[68.432,113.069,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.999,1.578,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.097,1.095,0]},"t":30,"s":[74.202,79.548,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.979,0.978,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.001,0.073,0]},"t":31,"s":[110.376,76.788,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.071,0.748,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.029,-0.029,0]},"t":32,"s":[74.587,98.699,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.005,0.895,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,0.125,0]},"t":33,"s":[101.235,82.443,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.897,1.096,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.004,0.401,0]},"t":34,"s":[51.784,49.555,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.916,0.982,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.43,0.045,0]},"t":35,"s":[103.982,40.922,100]},{"i":{"x":[0.833,0.833,0.833],"y":[22.316,1.143,1]},"o":{"x":[0.167,0.167,0.167],"y":[6.077,-0.023,0]},"t":36,"s":[116.519,59.525,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.868,1.051,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.083,0.053,0]},"t":37,"s":[116.693,44.996,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.915,0.931,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.226,0.031,0]},"t":38,"s":[71.936,84.414,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.19,1.045,1]},"o":{"x":[0.167,0.167,0.167],"y":[4.525,-0.385,0]},"t":39,"s":[45.732,21.041,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.945,0.893,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.09,0.029,0]},"t":40,"s":[45.24,32.32,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.147,0.824,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.16,0.379,0]},"t":41,"s":[38.713,14.915,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.02,0.834,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.078,0.158,0]},"t":42,"s":[40.945,10.011,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.96,1.294,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.016,0.167,0]},"t":43,"s":[7.998,4.532,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.811,0.925,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.078,0.065,0]},"t":44,"s":[48.948,-0.907,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.977,2.089,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.149,-0.765,0]},"t":45,"s":[27.778,23.742,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.789,1.036,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.033,0.077,0]},"t":46,"s":[0.947,21.32,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.934,0.902,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.138,0.025,0]},"t":47,"s":[20.246,55.394,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.839,1.071,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.317,0.568,0]},"t":48,"s":[49.89,6.617,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.533,0.903,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.173,0.038,0]},"t":49,"s":[43.72,-1.776,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.939,1.723,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.101,0.578,0]},"t":50,"s":[37.975,13.785,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.517,1.043,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.234,0.075,0]},"t":51,"s":[11.499,16.406,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.963,0.978,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.101,0.028,0]},"t":52,"s":[18.462,-8.949,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.022,0.904,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.068,-0.031,0]},"t":53,"s":[51.821,29.36,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.996,1.698,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.017,0.617,0]},"t":54,"s":[33.392,1.359,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.888,0.865,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.004,0.074,0]},"t":55,"s":[56.645,-3.016,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.486,0.985,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.324,0.219,0]},"t":56,"s":[34.461,37.994,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.009,0.874,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.099,-0.018,0]},"t":57,"s":[26.772,63.226,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.008,0.247,0]},"t":58,"s":[-12.998,42.488,100]},{"t":59,"s":[31.14,31.954,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.3137254901960784,0.8901960784313725,0.7607843137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":7,"op":60,"st":7,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"Shape Layer 23","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":5,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":32,"s":[100]},{"t":48,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.598},"o":{"x":0.167,"y":0.167},"t":5,"s":[261.789,302.009,0],"to":[-0.181,-0.464,0],"ti":[0.71,2.293,0]},{"i":{"x":0.833,"y":0.765},"o":{"x":0.167,"y":0.105},"t":6,"s":[260.702,299.226,0],"to":[-0.71,-2.293,0],"ti":[1.003,5.268,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":7,"s":[257.531,288.249,0],"to":[-1.003,-5.268,0],"ti":[0.104,7.272,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":8,"s":[254.686,267.621,0],"to":[-0.104,-7.272,0],"ti":[-1.513,7.003,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":9,"s":[256.909,244.618,0],"to":[1.513,-7.003,0],"ti":[-2.58,5.598,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":10,"s":[263.763,225.603,0],"to":[2.58,-5.598,0],"ti":[-2.89,4.322,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":11,"s":[272.387,211.032,0],"to":[2.89,-4.322,0],"ti":[-2.817,3.434,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":12,"s":[281.103,199.67,0],"to":[2.817,-3.434,0],"ti":[-2.604,2.843,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":13,"s":[289.287,190.426,0],"to":[2.604,-2.843,0],"ti":[-2.352,2.444,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":14,"s":[296.729,182.612,0],"to":[2.352,-2.444,0],"ti":[-2.098,2.172,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":15,"s":[303.402,175.762,0],"to":[2.098,-2.172,0],"ti":[-1.847,1.982,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":16,"s":[309.316,169.581,0],"to":[1.847,-1.982,0],"ti":[-1.599,1.847,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":17,"s":[314.483,163.871,0],"to":[1.599,-1.847,0],"ti":[-1.351,1.749,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":18,"s":[318.909,158.499,0],"to":[1.351,-1.749,0],"ti":[-1.1,1.67,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":19,"s":[322.589,153.379,0],"to":[1.1,-1.67,0],"ti":[-0.847,1.597,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":20,"s":[325.509,148.477,0],"to":[0.847,-1.597,0],"ti":[-0.598,1.514,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":21,"s":[327.669,143.798,0],"to":[0.598,-1.514,0],"ti":[-0.368,1.415,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":22,"s":[329.098,139.39,0],"to":[0.368,-1.415,0],"ti":[-0.17,1.301,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":23,"s":[329.877,135.307,0],"to":[0.17,-1.301,0],"ti":[-0.012,1.178,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":24,"s":[330.12,131.586,0],"to":[0.012,-1.178,0],"ti":[0.108,1.057,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":25,"s":[329.95,128.236,0],"to":[-0.108,-1.057,0],"ti":[0.197,0.942,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":26,"s":[329.473,125.245,0],"to":[-0.197,-0.942,0],"ti":[0.245,0.841,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":27,"s":[328.77,122.586,0],"to":[-0.245,-0.841,0],"ti":[0.252,0.756,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":28,"s":[328.003,120.201,0],"to":[-0.252,-0.756,0],"ti":[0.241,0.68,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":29,"s":[327.259,118.051,0],"to":[-0.241,-0.68,0],"ti":[0.227,0.611,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":30,"s":[326.555,116.118,0],"to":[-0.227,-0.611,0],"ti":[0.211,0.546,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":31,"s":[325.898,114.387,0],"to":[-0.211,-0.546,0],"ti":[0.196,0.484,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":32,"s":[325.288,112.845,0],"to":[-0.196,-0.484,0],"ti":[0.183,0.426,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":33,"s":[324.72,111.482,0],"to":[-0.183,-0.426,0],"ti":[0.173,0.371,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":34,"s":[324.187,110.287,0],"to":[-0.173,-0.371,0],"ti":[0.164,0.318,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":35,"s":[323.684,109.255,0],"to":[-0.164,-0.318,0],"ti":[0.159,0.267,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.18},"t":36,"s":[323.201,108.379,0],"to":[-0.159,-0.267,0],"ti":[0.156,0.217,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.18},"t":37,"s":[322.731,107.655,0],"to":[-0.156,-0.217,0],"ti":[0.154,0.168,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":38,"s":[322.267,107.078,0],"to":[-0.154,-0.168,0],"ti":[0.155,0.121,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.179},"t":39,"s":[321.804,106.645,0],"to":[-0.155,-0.121,0],"ti":[0.157,0.075,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.175},"t":40,"s":[321.338,106.352,0],"to":[-0.157,-0.075,0],"ti":[0.16,0.031,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.169},"t":41,"s":[320.863,106.193,0],"to":[-0.16,-0.031,0],"ti":[0.165,-0.011,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.163},"t":42,"s":[320.376,106.164,0],"to":[-0.165,0.011,0],"ti":[0.169,-0.052,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.16},"t":43,"s":[319.875,106.261,0],"to":[-0.169,0.052,0],"ti":[0.172,-0.092,0]},{"i":{"x":0.833,"y":0.823},"o":{"x":0.167,"y":0.158},"t":44,"s":[319.363,106.479,0],"to":[-0.172,0.092,0],"ti":[0.18,-0.125,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.158},"t":45,"s":[318.841,106.814,0],"to":[-0.18,0.125,0],"ti":[0.197,-0.144,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.159},"t":46,"s":[318.282,107.227,0],"to":[-0.197,0.144,0],"ti":[0.217,-0.157,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.16},"t":47,"s":[317.66,107.68,0],"to":[-0.217,0.157,0],"ti":[0.233,-0.168,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.162},"t":48,"s":[316.983,108.169,0],"to":[-0.233,0.168,0],"ti":[0.246,-0.177,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.163},"t":49,"s":[316.262,108.687,0],"to":[-0.246,0.177,0],"ti":[0.254,-0.183,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.164},"t":50,"s":[315.509,109.229,0],"to":[-0.254,0.183,0],"ti":[0.259,-0.188,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.166},"t":51,"s":[314.735,109.788,0],"to":[-0.259,0.188,0],"ti":[0.258,-0.189,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.167},"t":52,"s":[313.957,110.355,0],"to":[-0.258,0.189,0],"ti":[0.251,-0.187,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.169},"t":53,"s":[313.19,110.921,0],"to":[-0.251,0.187,0],"ti":[0.238,-0.182,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.172},"t":54,"s":[312.452,111.477,0],"to":[-0.238,0.182,0],"ti":[0.219,-0.173,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.174},"t":55,"s":[311.761,112.011,0],"to":[-0.219,0.173,0],"ti":[0.192,-0.16,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.178},"t":56,"s":[311.139,112.513,0],"to":[-0.192,0.16,0],"ti":[0.164,-0.143,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":57,"s":[310.606,112.97,0],"to":[-0.164,0.143,0],"ti":[0.139,-0.125,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.181},"t":58,"s":[310.154,113.373,0],"to":[-0.139,0.125,0],"ti":[0.064,-0.057,0]},{"t":59,"s":[309.77,113.717,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.657,0.977,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":5,"s":[122.178,94.449,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.995,0.673,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.11,-0.032,0]},"t":6,"s":[102.174,113.837,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.918,0.997,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.005,0.112,0]},"t":7,"s":[39.796,99.783,100]},{"i":{"x":[0.833,0.833,0.833],"y":[3.373,0.943,1]},"o":{"x":[0.167,0.167,0.167],"y":[-5.85,-0.003,0]},"t":8,"s":[98.461,58.708,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.007,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.081,-0.182,0]},"t":9,"s":[97.637,98.226,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.861,-0.461,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.006,2.089,0]},"t":10,"s":[121.922,85.826,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.953,1.17,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.208,0.088,0]},"t":11,"s":[95.646,85.311,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.37,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.109,0.056,0]},"t":12,"s":[78.043,76.794,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.019,1.331,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.096,1.985,0]},"t":13,"s":[85.681,102.643,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.951,1.177,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.016,0.067,0]},"t":14,"s":[135.804,103.775,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.984,0.896,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.12,0.057,0]},"t":15,"s":[74.18,98.145,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.067,2.296,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.019,0.418,0]},"t":16,"s":[99.49,115.703,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.975,0.941,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.037,0.078,0]},"t":17,"s":[78.946,120.079,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.978,0.68,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.036,-0.197,0]},"t":18,"s":[115.943,47.625,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.04,0.894,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.029,0.113,0]},"t":19,"s":[90.116,69.173,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.011,1.066,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.027,0.387,0]},"t":20,"s":[109.209,130.363,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.972,0.906,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.01,0.037,0]},"t":21,"s":[80.945,147.149,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.048,0.791,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.043,0.733,0]},"t":22,"s":[112.856,117.083,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.002,0.619,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.03,0.139,0]},"t":23,"s":[91.758,113.226,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.913,0.958,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.002,0.107,0]},"t":24,"s":[124.953,107.402,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.03,0.669,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.871,-0.086,0]},"t":25,"s":[90.896,86.565,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.06,0.86,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.091,0.111,0]},"t":26,"s":[89.309,96.814,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.994,1.197,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.035,0.207,0]},"t":27,"s":[71.266,127.218,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.064,0.909,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.007,0.059,0]},"t":28,"s":[102.251,147.752,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.023,1.152,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.036,1.009,0]},"t":29,"s":[73.55,78.754,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.89,0.917,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.018,0.054,0]},"t":30,"s":[124.448,72.546,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.937,-191.097,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.347,-188.615,0]},"t":31,"s":[59.508,90.091,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.122,0.759,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.254,0.083,0]},"t":32,"s":[39,90.083,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.937,0.922,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.092,0.127,0]},"t":33,"s":[44.062,72.23,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.05,0.825,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.262,-1.141,0]},"t":34,"s":[92.349,38.4,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.058,-0.83,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.031,0.159,0]},"t":35,"s":[80.711,40.702,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.872,0.959,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.034,0.087,0]},"t":36,"s":[99.332,43.228,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.945,0.925,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.238,-0.08,0]},"t":37,"s":[67.744,96.178,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.837,1.576,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.16,-0.761,0]},"t":38,"s":[50.721,69.109,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.787,0.792,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.171,0.073,0]},"t":39,"s":[56.555,71.779,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.453,0.836,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.137,0.139,0]},"t":40,"s":[62.129,50.654,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.984,0.889,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.07,0.169,0]},"t":41,"s":[70.779,19.084,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.921,1.022,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.02,0.334,0]},"t":42,"s":[15.062,-11.663,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.296,0.99,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.554,0.018,0]},"t":43,"s":[59.871,-21.902,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.84,1.249,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.089,-0.012,0]},"t":44,"s":[57.59,-8.938,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.049,0.942,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.174,0.062,0]},"t":45,"s":[24.406,-20.323,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.912,0.841,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.031,-0.187,0]},"t":46,"s":[-6.116,25.019,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.989,1.089,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.626,0.175,0]},"t":47,"s":[42.39,11.059,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.274,0.867,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.013,0.043,0]},"t":48,"s":[45.011,-1.68,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.577,1.034,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.064,0.225,0]},"t":49,"s":[42.735,24.617,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.975,0.934,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.073,0.024,0]},"t":50,"s":[52.491,40.139,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.91,0.866,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.036,-0.326,0]},"t":51,"s":[-24.813,18.208,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.149,1.734,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.154,0.22,0]},"t":52,"s":[29.263,22.673,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.047,0.962,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.092,0.075,0]},"t":53,"s":[33.471,25.402,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.891,0.786,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.03,-0.07,0]},"t":54,"s":[72.245,-1.354,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.937,0.815,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.355,0.137,0]},"t":55,"s":[11.503,13.161,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.127,0.918,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.26,0.152,0]},"t":56,"s":[-7.15,35.893,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.908,-1.79,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.092,-4.527,0]},"t":57,"s":[-2.619,63.648,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.867,0.086,0]},"t":58,"s":[40.328,63.147,100]},{"t":59,"s":[44.897,46.852,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.10196078431372549,0.3803921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":5,"op":60,"st":5,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"Shape Layer 22","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":2,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":7,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":29,"s":[100]},{"t":45,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.555},"o":{"x":0.167,"y":0.167},"t":2,"s":[263.182,299.465,0],"to":[-0.365,0.027,0],"ti":[1.949,-0.179,0]},{"i":{"x":0.833,"y":0.762},"o":{"x":0.167,"y":0.103},"t":3,"s":[260.99,299.63,0],"to":[-1.949,0.179,0],"ti":[4.498,-0.649,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.128},"t":4,"s":[251.489,300.54,0],"to":[-4.498,0.649,0],"ti":[6.073,-1.426,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":5,"s":[234.001,303.526,0],"to":[-6.073,1.426,0],"ti":[5.777,-2.109,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":6,"s":[215.049,309.096,0],"to":[-5.777,2.109,0],"ti":[4.639,-2.46,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":7,"s":[199.338,316.18,0],"to":[-4.639,2.46,0],"ti":[3.563,-2.581,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":8,"s":[187.213,323.857,0],"to":[-3.563,2.581,0],"ti":[2.716,-2.584,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":9,"s":[177.957,331.668,0],"to":[-2.716,2.584,0],"ti":[2.065,-2.517,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":10,"s":[170.915,339.358,0],"to":[-2.065,2.517,0],"ti":[1.564,-2.411,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":11,"s":[165.569,346.772,0],"to":[-1.564,2.411,0],"ti":[1.165,-2.278,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":12,"s":[161.531,353.821,0],"to":[-1.165,2.278,0],"ti":[0.843,-2.131,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":13,"s":[158.58,360.44,0],"to":[-0.843,2.131,0],"ti":[0.594,-1.982,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":14,"s":[156.475,366.609,0],"to":[-0.594,1.982,0],"ti":[0.404,-1.836,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":15,"s":[155.019,372.333,0],"to":[-0.404,1.836,0],"ti":[0.261,-1.696,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":16,"s":[154.052,377.626,0],"to":[-0.261,1.696,0],"ti":[0.155,-1.565,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":17,"s":[153.453,382.511,0],"to":[-0.155,1.565,0],"ti":[0.078,-1.441,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":18,"s":[153.124,387.013,0],"to":[-0.078,1.441,0],"ti":[0.024,-1.327,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":19,"s":[152.987,391.16,0],"to":[-0.024,1.327,0],"ti":[-0.012,-1.222,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":20,"s":[152.981,394.977,0],"to":[0.012,1.222,0],"ti":[-0.034,-1.124,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":21,"s":[153.059,398.49,0],"to":[0.034,1.124,0],"ti":[-0.044,-1.033,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":22,"s":[153.183,401.72,0],"to":[0.044,1.033,0],"ti":[-0.045,-0.949,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":23,"s":[153.322,404.688,0],"to":[0.045,0.949,0],"ti":[-0.039,-0.87,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":24,"s":[153.452,407.413,0],"to":[0.039,0.87,0],"ti":[-0.028,-0.797,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":25,"s":[153.556,409.91,0],"to":[0.028,0.797,0],"ti":[-0.013,-0.729,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":26,"s":[153.62,412.195,0],"to":[0.013,0.729,0],"ti":[0.005,-0.666,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":27,"s":[153.633,414.284,0],"to":[-0.005,0.666,0],"ti":[0.025,-0.607,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":28,"s":[153.589,416.19,0],"to":[-0.025,0.607,0],"ti":[0.045,-0.552,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":29,"s":[153.484,417.926,0],"to":[-0.045,0.552,0],"ti":[0.066,-0.501,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":30,"s":[153.316,419.502,0],"to":[-0.066,0.501,0],"ti":[0.086,-0.452,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":31,"s":[153.086,420.929,0],"to":[-0.086,0.452,0],"ti":[0.105,-0.407,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":32,"s":[152.797,422.216,0],"to":[-0.105,0.407,0],"ti":[0.122,-0.364,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":33,"s":[152.454,423.37,0],"to":[-0.122,0.364,0],"ti":[0.137,-0.324,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":34,"s":[152.063,424.4,0],"to":[-0.137,0.324,0],"ti":[0.149,-0.286,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":35,"s":[151.631,425.314,0],"to":[-0.149,0.286,0],"ti":[0.157,-0.251,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":36,"s":[151.17,426.118,0],"to":[-0.157,0.251,0],"ti":[0.161,-0.217,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":37,"s":[150.689,426.818,0],"to":[-0.161,0.217,0],"ti":[0.161,-0.186,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":38,"s":[150.202,427.422,0],"to":[-0.161,0.186,0],"ti":[0.156,-0.157,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.177},"t":39,"s":[149.722,427.936,0],"to":[-0.156,0.157,0],"ti":[0.145,-0.13,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.179},"t":40,"s":[149.266,428.364,0],"to":[-0.145,0.13,0],"ti":[0.13,-0.103,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.184},"t":41,"s":[148.849,428.714,0],"to":[-0.13,0.103,0],"ti":[0.112,-0.075,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.187},"t":42,"s":[148.487,428.98,0],"to":[-0.112,0.075,0],"ti":[0.095,-0.052,0]},{"i":{"x":0.833,"y":0.853},"o":{"x":0.167,"y":0.188},"t":43,"s":[148.176,429.161,0],"to":[-0.095,0.052,0],"ti":[0.076,-0.036,0]},{"i":{"x":0.833,"y":0.858},"o":{"x":0.167,"y":0.193},"t":44,"s":[147.92,429.292,0],"to":[-0.076,0.036,0],"ti":[0.058,-0.02,0]},{"i":{"x":0.833,"y":0.864},"o":{"x":0.167,"y":0.202},"t":45,"s":[147.718,429.375,0],"to":[-0.058,0.02,0],"ti":[0.041,-0.005,0]},{"i":{"x":0.833,"y":0.858},"o":{"x":0.167,"y":0.214},"t":46,"s":[147.57,429.411,0],"to":[-0.041,0.005,0],"ti":[0.024,0.009,0]},{"i":{"x":0.833,"y":0.811},"o":{"x":0.167,"y":0.201},"t":47,"s":[147.473,429.404,0],"to":[-0.024,-0.009,0],"ti":[0.007,0.022,0]},{"i":{"x":0.833,"y":0.791},"o":{"x":0.167,"y":0.149},"t":48,"s":[147.427,429.356,0],"to":[-0.007,-0.022,0],"ti":[-0.008,0.035,0]},{"i":{"x":0.833,"y":0.803},"o":{"x":0.167,"y":0.139},"t":49,"s":[147.429,429.27,0],"to":[0.008,-0.035,0],"ti":[-0.023,0.046,0]},{"i":{"x":0.833,"y":0.812},"o":{"x":0.167,"y":0.144},"t":50,"s":[147.476,429.149,0],"to":[0.023,-0.046,0],"ti":[-0.037,0.056,0]},{"i":{"x":0.833,"y":0.817},"o":{"x":0.167,"y":0.15},"t":51,"s":[147.567,428.995,0],"to":[0.037,-0.056,0],"ti":[-0.05,0.065,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.153},"t":52,"s":[147.698,428.811,0],"to":[0.05,-0.065,0],"ti":[-0.061,0.073,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.156},"t":53,"s":[147.866,428.602,0],"to":[0.061,-0.073,0],"ti":[-0.072,0.08,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.158},"t":54,"s":[148.067,428.371,0],"to":[0.072,-0.08,0],"ti":[-0.081,0.086,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.16},"t":55,"s":[148.297,428.121,0],"to":[0.081,-0.086,0],"ti":[-0.088,0.09,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.162},"t":56,"s":[148.552,427.857,0],"to":[0.088,-0.09,0],"ti":[-0.094,0.093,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.163},"t":57,"s":[148.827,427.581,0],"to":[0.094,-0.093,0],"ti":[-0.099,0.094,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.165},"t":58,"s":[149.118,427.299,0],"to":[0.099,-0.094,0],"ti":[-0.05,0.047,0]},{"t":59,"s":[149.419,427.014,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.986,0.936,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":2,"s":[78.01,99.254,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.926,0.531,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.017,-0.276,0]},"t":3,"s":[128.233,72.965,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.337,0.874,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.687,0.101,0]},"t":4,"s":[86.694,79.056,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.838,1.122,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.067,0.245,0]},"t":5,"s":[91.188,107.271,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.041,0.842,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.172,0.05,0]},"t":6,"s":[68.543,121.799,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.872,0.956,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.027,0.177,0]},"t":7,"s":[47.195,85.924,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.787,0.859,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.24,-0.094,0]},"t":8,"s":[79.057,53.992,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.016,0.785,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.137,0.203,0]},"t":9,"s":[95.971,69,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.952,0.823,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.013,0.136,0]},"t":10,"s":[122.24,79.447,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.768,0.977,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.111,0.157,0]},"t":11,"s":[91.043,95.99,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.026,0.806,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.13,-0.032,0]},"t":12,"s":[104.449,114.638,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.962,1.057,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.02,0.146,0]},"t":13,"s":[128.392,101.122,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.99,0.907,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.071,0.034,0]},"t":14,"s":[96.902,83.222,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.026,1.705,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.011,0.803,0]},"t":15,"s":[113.87,113.437,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.96,0.836,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.02,0.075,0]},"t":16,"s":[98.911,116.933,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.845,1.094,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.077,0.169,0]},"t":17,"s":[118.545,83.843,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.612,0.887,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.18,0.044,0]},"t":18,"s":[108.334,51.632,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.07,1.117,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.106,0.317,0]},"t":19,"s":[99.536,120.079,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.987,0.942,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,0.049,0]},"t":20,"s":[67.373,144.525,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.993,0.851,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.016,-0.19,0]},"t":21,"s":[126.372,85.891,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.911,1.01,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.008,0.19,0]},"t":22,"s":[76.632,103.785,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.779,0.97,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.349,0.009,0]},"t":23,"s":[122.04,117.809,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.843,1.086,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.075,-0.046,0]},"t":24,"s":[125.029,102.081,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.135,1.161,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.177,0.042,0]},"t":25,"s":[94.09,112.18,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.981,0.983,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.052,0.055,0]},"t":26,"s":[66.677,91.705,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.946,0.885,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.024,-0.021,0]},"t":27,"s":[138.63,151.835,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.1,0.917,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.153,0.304,0]},"t":28,"s":[82.794,103.616,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.825,23.963,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.045,-14.676,0]},"t":29,"s":[102.519,85.419,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.959,0.97,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.159,0.083,0]},"t":30,"s":[59.163,85.522,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.781,1.06,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.081,-0.046,0]},"t":31,"s":[11.254,57.108,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.97,0.941,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.134,0.035,0]},"t":32,"s":[35.57,75.366,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.91,0.974,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.047,-0.198,0]},"t":33,"s":[75.263,44.021,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.16,1.441,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.081,-0.038,0]},"t":34,"s":[49.845,53.322,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.019,0.947,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.09,0.07,0]},"t":35,"s":[47.721,46.924,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.937,0.949,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.016,-0.142,0]},"t":36,"s":[20.292,87.156,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.992,1.01,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.252,-0.131,0]},"t":37,"s":[54.089,72.277,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.683,0.671,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.008,0.009,0]},"t":38,"s":[45.702,78.056,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.156,0.664,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.113,0.112,0]},"t":39,"s":[53.33,71.575,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.955,0.899,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.054,0.111,0]},"t":40,"s":[74.741,52.442,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.831,0.987,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.096,0.48,0]},"t":41,"s":[13.206,-5.553,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.979,1.051,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.164,-0.015,0]},"t":42,"s":[41.869,-17.736,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.774,1.016,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.027,0.032,0]},"t":43,"s":[71.33,-7.435,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.832,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.132,0.013,0]},"t":44,"s":[49.137,-24.086,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.882,0.938,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.056,0.165,0]},"t":45,"s":[11.219,-4.255,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.917,0.797,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.282,-0.239,0]},"t":46,"s":[33.923,16.004,100]},{"i":{"x":[0.833,0.833,0.833],"y":[26.628,1.515,1]},"o":{"x":[0.167,0.167,0.167],"y":[-41.355,0.141,0]},"t":47,"s":[43.431,10.768,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.023,0.936,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.083,0.072,0]},"t":48,"s":[43.412,3.234,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.937,0.76,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.077,-0.285,0]},"t":49,"s":[49.311,57.286,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.757,0.888,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.255,0.128,0]},"t":50,"s":[-29.011,45.06,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.807,1.116,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.127,0.328,0]},"t":51,"s":[-9.692,22.004,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.012,0.927,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.147,0.048,0]},"t":52,"s":[27.268,14.157,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.85,0.798,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.01,-0.607,0]},"t":53,"s":[75.93,32.89,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.972,0.796,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.187,0.142,0]},"t":54,"s":[20.351,30.629,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.765,1.805,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.041,0.141,0]},"t":55,"s":[-24.176,27.418,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.956,0.931,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.129,0.076,0]},"t":56,"s":[5.634,22.754,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.972,0.674,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.092,-0.394,0]},"t":57,"s":[59.79,72.494,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.043,0.112,0]},"t":58,"s":[34.087,63.804,100]},{"t":59,"s":[51.017,38.534,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.10196078431372549,0.3803921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2,"op":60,"st":2,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"Shape Layer 21","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":8,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":13,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":35,"s":[100]},{"t":51,"s":[0]}],"ix":11},"r":{"a":0,"k":92,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.611},"o":{"x":0.167,"y":0.167},"t":8,"s":[268.269,306.17,0],"to":[0.003,0.494,0],"ti":[-0.124,-2.305,0]},{"i":{"x":0.833,"y":0.766},"o":{"x":0.167,"y":0.106},"t":9,"s":[268.288,309.137,0],"to":[0.124,2.305,0],"ti":[-0.683,-5.046,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.129},"t":10,"s":[269.014,319.997,0],"to":[0.683,5.046,0],"ti":[-1.89,-6.606,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.159},"t":11,"s":[272.384,339.414,0],"to":[1.89,6.606,0],"ti":[-3.289,-5.823,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.179},"t":12,"s":[280.355,359.634,0],"to":[3.289,5.823,0],"ti":[-4.111,-3.921,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.184},"t":13,"s":[292.117,374.353,0],"to":[4.111,3.921,0],"ti":[-4.169,-2.298,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":14,"s":[305.021,383.162,0],"to":[4.169,2.298,0],"ti":[-3.808,-1.326,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.181},"t":15,"s":[317.131,388.142,0],"to":[3.808,1.326,0],"ti":[-3.36,-0.831,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":16,"s":[327.87,391.116,0],"to":[3.36,0.831,0],"ti":[-2.951,-0.601,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":17,"s":[337.294,393.129,0],"to":[2.951,0.601,0],"ti":[-2.599,-0.51,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":18,"s":[345.577,394.723,0],"to":[2.599,0.51,0],"ti":[-2.295,-0.495,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":19,"s":[352.885,396.19,0],"to":[2.295,0.495,0],"ti":[-2.032,-0.524,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":20,"s":[359.349,397.694,0],"to":[2.032,0.524,0],"ti":[-1.8,-0.577,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":21,"s":[365.075,399.331,0],"to":[1.8,0.577,0],"ti":[-1.589,-0.643,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":22,"s":[370.148,401.158,0],"to":[1.589,0.643,0],"ti":[-1.392,-0.71,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":23,"s":[374.61,403.19,0],"to":[1.392,0.71,0],"ti":[-1.21,-0.771,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.174},"t":24,"s":[378.501,405.417,0],"to":[1.21,0.771,0],"ti":[-1.047,-0.823,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":25,"s":[381.873,407.817,0],"to":[1.047,0.823,0],"ti":[-0.897,-0.852,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.173},"t":26,"s":[384.78,410.354,0],"to":[0.897,0.852,0],"ti":[-0.758,-0.847,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":27,"s":[387.255,412.931,0],"to":[0.758,0.847,0],"ti":[-0.635,-0.817,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":28,"s":[389.33,415.438,0],"to":[0.635,0.817,0],"ti":[-0.53,-0.777,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":29,"s":[391.063,417.835,0],"to":[0.53,0.777,0],"ti":[-0.442,-0.729,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":30,"s":[392.509,420.098,0],"to":[0.442,0.729,0],"ti":[-0.37,-0.677,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":31,"s":[393.717,422.209,0],"to":[0.37,0.677,0],"ti":[-0.311,-0.623,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":32,"s":[394.73,424.158,0],"to":[0.311,0.623,0],"ti":[-0.263,-0.569,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":33,"s":[395.584,425.945,0],"to":[0.263,0.569,0],"ti":[-0.224,-0.517,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":34,"s":[396.309,427.572,0],"to":[0.224,0.517,0],"ti":[-0.192,-0.467,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":35,"s":[396.928,429.046,0],"to":[0.192,0.467,0],"ti":[-0.166,-0.419,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":36,"s":[397.461,430.372,0],"to":[0.166,0.419,0],"ti":[-0.144,-0.373,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":37,"s":[397.921,431.558,0],"to":[0.144,0.373,0],"ti":[-0.125,-0.33,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":38,"s":[398.322,432.612,0],"to":[0.125,0.33,0],"ti":[-0.11,-0.29,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.179},"t":39,"s":[398.672,433.54,0],"to":[0.11,0.29,0],"ti":[-0.096,-0.253,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":40,"s":[398.98,434.351,0],"to":[0.096,0.253,0],"ti":[-0.085,-0.219,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":41,"s":[399.251,435.056,0],"to":[0.085,0.219,0],"ti":[-0.075,-0.187,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.181},"t":42,"s":[399.491,435.663,0],"to":[0.075,0.187,0],"ti":[-0.066,-0.157,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.183},"t":43,"s":[399.701,436.178,0],"to":[0.066,0.157,0],"ti":[-0.058,-0.129,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.185},"t":44,"s":[399.886,436.606,0],"to":[0.058,0.129,0],"ti":[-0.05,-0.103,0]},{"i":{"x":0.833,"y":0.854},"o":{"x":0.167,"y":0.188},"t":45,"s":[400.047,436.953,0],"to":[0.05,0.103,0],"ti":[-0.042,-0.078,0]},{"i":{"x":0.833,"y":0.858},"o":{"x":0.167,"y":0.194},"t":46,"s":[400.184,437.223,0],"to":[0.042,0.078,0],"ti":[-0.035,-0.055,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.203},"t":47,"s":[400.3,437.422,0],"to":[0.035,0.055,0],"ti":[-0.029,-0.04,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.183},"t":48,"s":[400.393,437.552,0],"to":[0.029,0.04,0],"ti":[-0.025,-0.04,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.158},"t":49,"s":[400.471,437.661,0],"to":[0.025,0.04,0],"ti":[-0.022,-0.048,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.158},"t":50,"s":[400.541,437.792,0],"to":[0.022,0.048,0],"ti":[-0.019,-0.055,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.159},"t":51,"s":[400.602,437.946,0],"to":[0.019,0.055,0],"ti":[-0.015,-0.062,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.159},"t":52,"s":[400.653,438.122,0],"to":[0.015,0.062,0],"ti":[-0.012,-0.069,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.16},"t":53,"s":[400.694,438.32,0],"to":[0.012,0.069,0],"ti":[-0.008,-0.076,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.16},"t":54,"s":[400.724,438.538,0],"to":[0.008,0.076,0],"ti":[-0.004,-0.082,0]},{"i":{"x":0.833,"y":0.823},"o":{"x":0.167,"y":0.161},"t":55,"s":[400.743,438.775,0],"to":[0.004,0.082,0],"ti":[0.001,-0.09,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.157},"t":56,"s":[400.751,439.03,0],"to":[-0.001,0.09,0],"ti":[0.01,-0.102,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.156},"t":57,"s":[400.737,439.316,0],"to":[-0.01,0.102,0],"ti":[0.019,-0.113,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.16},"t":58,"s":[400.693,439.644,0],"to":[-0.019,0.113,0],"ti":[0.011,-0.059,0]},{"t":59,"s":[400.624,439.996,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[-5.266,0.476,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":8,"s":[101.238,48.218,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.994,0.881,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.084,0.099,0]},"t":9,"s":[100.863,56.49,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.87,1.004,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.006,0.279,0]},"t":10,"s":[73.006,100.241,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.943,0.716,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.233,0.004,0]},"t":11,"s":[98.954,118.86,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.692,0.993,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.185,0.118,0]},"t":12,"s":[113.422,99.365,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.962,0.95,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.114,-0.008,0]},"t":13,"s":[108.921,52.336,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.185,0.915,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.07,-0.128,0]},"t":14,"s":[96.758,95.263,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.076,1.566,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.057,3.934,0]},"t":15,"s":[103.361,78.328,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.937,0.67,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.04,0.073,0]},"t":16,"s":[82.062,77.962,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.435,0.477,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.254,0.111,0]},"t":17,"s":[122.901,80.818,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.986,1.01,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.098,0.099,0]},"t":18,"s":[112.827,89.288,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.908,0.891,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.016,0.009,0]},"t":19,"s":[54.614,133.963,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.977,1.123,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.871,0.351,0]},"t":20,"s":[103.222,83.744,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.079,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.032,0.05,0]},"t":21,"s":[108.364,68.125,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.812,-0.393,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.04,2.172,0]},"t":22,"s":[104.662,106.75,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.481,1.162,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.15,0.089,0]},"t":23,"s":[111.862,108.291,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.008,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,0.055,0]},"t":24,"s":[120.907,132.514,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.948,0.892,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.007,-0.052,0]},"t":25,"s":[59.613,61.164,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.83,1.094,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.141,0.365,0]},"t":26,"s":[126.782,105.209,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.965,1.033,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.163,0.044,0]},"t":27,"s":[101.882,118.255,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.119,1.091,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.059,0.024,0]},"t":28,"s":[75.979,90.498,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.983,0.951,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.049,0.043,0]},"t":29,"s":[91.099,129.32,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.873,0.878,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.022,-0.118,0]},"t":30,"s":[54.42,48.147,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.036,0.911,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.244,0.263,0]},"t":31,"s":[83.4,81.807,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.914,2.819,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.025,1.369,0]},"t":32,"s":[98.473,97.441,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-4.522,1.004,1]},"o":{"x":[0.167,0.167,0.167],"y":[3.172,0.08,0]},"t":33,"s":[76.975,98.454,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.977,1.005,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.085,0.004,0]},"t":34,"s":[76.395,75.312,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.837,0.918,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.032,0.005,0]},"t":35,"s":[38.536,99.649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.978,2.101,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.171,-4.786,0]},"t":36,"s":[65.888,73.73,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.051,1.151,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.03,0.077,0]},"t":37,"s":[91.971,74.174,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.063,1.136,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.032,0.054,0]},"t":38,"s":[72.715,67.868,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.933,0.911,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.036,0.052,0]},"t":39,"s":[103.785,85.634,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.65,1.416,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.353,1.245,0]},"t":40,"s":[49.165,38.912,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.946,0.946,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.109,0.069,0]},"t":41,"s":[59.594,35.561,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.678,0.628,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.154,-0.156,0]},"t":42,"s":[92.977,55.629,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.84,0.983,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.112,0.107,0]},"t":43,"s":[81.252,48.654,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.985,0.899,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.174,-0.021,0]},"t":44,"s":[47.617,24.458,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.939,1.627,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.018,0.474,0]},"t":45,"s":[16.653,43.696,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.962,0.982,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.225,0.074,0]},"t":46,"s":[42.187,47.804,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.962,0.963,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.07,-0.023,0]},"t":47,"s":[35.289,12.804,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.877,0.815,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.077,-0.066,0]},"t":48,"s":[39.035,40.12,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.027,0.867,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.257,0.151,0]},"t":49,"s":[-7.944,24.911,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.741,1.341,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.02,0.223,0]},"t":50,"s":[-30.445,6.276,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.947,0.894,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.123,0.067,0]},"t":51,"s":[-0.773,-4.844,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.692,0.982,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.147,0.394,0]},"t":52,"s":[61.907,51.792,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.975,0.468,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.114,-0.024,0]},"t":53,"s":[39.231,67.006,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.829,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.035,0.099,0]},"t":54,"s":[-21.899,55.157,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.981,0.881,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.163,-0.053,0]},"t":55,"s":[21.199,-8.63,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.959,1.022,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.025,0.276,0]},"t":56,"s":[66.363,30.41,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.943,0.882,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.08,0.018,0]},"t":57,"s":[31.738,47.268,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.182,0.283,0]},"t":58,"s":[49.437,25.928,100]},{"t":59,"s":[43.876,17.029,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.10196078431372549,0.3803921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":8,"op":60,"st":8,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"Shape Layer 20","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":11,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":33,"s":[100]},{"t":49,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.574},"o":{"x":0.167,"y":0.167},"t":6,"s":[273.987,258.212,0],"to":[-0.226,0.261,0],"ti":[1.235,-1.262,0]},{"i":{"x":0.833,"y":0.763},"o":{"x":0.167,"y":0.104},"t":7,"s":[272.634,259.781,0],"to":[-1.235,1.262,0],"ti":[3.172,-2.472,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":8,"s":[266.579,265.787,0],"to":[-3.172,2.472,0],"ti":[4.928,-2.338,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":9,"s":[253.605,274.613,0],"to":[-4.928,2.338,0],"ti":[5.281,-0.789,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":10,"s":[237.011,279.814,0],"to":[-5.281,0.789,0],"ti":[4.495,0.772,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":11,"s":[221.916,279.349,0],"to":[-4.495,-0.772,0],"ti":[3.459,1.674,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":12,"s":[210.041,275.183,0],"to":[-3.459,-1.674,0],"ti":[2.573,2.049,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":13,"s":[201.165,269.307,0],"to":[-2.573,-2.049,0],"ti":[1.908,2.132,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":14,"s":[194.6,262.891,0],"to":[-1.908,-2.132,0],"ti":[1.43,2.079,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":15,"s":[189.714,256.512,0],"to":[-1.43,-2.079,0],"ti":[1.088,1.968,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":16,"s":[186.021,250.417,0],"to":[-1.088,-1.968,0],"ti":[0.842,1.835,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":17,"s":[183.185,244.707,0],"to":[-0.842,-1.835,0],"ti":[0.663,1.699,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":18,"s":[180.968,239.407,0],"to":[-0.663,-1.699,0],"ti":[0.532,1.568,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":19,"s":[179.205,234.511,0],"to":[-0.532,-1.568,0],"ti":[0.434,1.443,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":20,"s":[177.777,230,0],"to":[-0.434,-1.443,0],"ti":[0.361,1.326,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":21,"s":[176.6,225.853,0],"to":[-0.361,-1.326,0],"ti":[0.305,1.218,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":22,"s":[175.612,222.043,0],"to":[-0.305,-1.218,0],"ti":[0.263,1.116,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":23,"s":[174.767,218.548,0],"to":[-0.263,-1.116,0],"ti":[0.231,1.022,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":24,"s":[174.033,215.345,0],"to":[-0.231,-1.022,0],"ti":[0.205,0.934,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":25,"s":[173.383,212.416,0],"to":[-0.205,-0.934,0],"ti":[0.185,0.851,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":26,"s":[172.801,209.743,0],"to":[-0.185,-0.851,0],"ti":[0.169,0.773,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":27,"s":[172.273,207.311,0],"to":[-0.169,-0.773,0],"ti":[0.155,0.7,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":28,"s":[171.79,205.104,0],"to":[-0.155,-0.7,0],"ti":[0.143,0.63,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":29,"s":[171.345,203.111,0],"to":[-0.143,-0.63,0],"ti":[0.131,0.565,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":30,"s":[170.934,201.322,0],"to":[-0.131,-0.565,0],"ti":[0.12,0.503,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":31,"s":[170.557,199.723,0],"to":[-0.12,-0.503,0],"ti":[0.109,0.444,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":32,"s":[170.213,198.306,0],"to":[-0.109,-0.444,0],"ti":[0.097,0.389,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":33,"s":[169.903,197.059,0],"to":[-0.097,-0.389,0],"ti":[0.085,0.336,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":34,"s":[169.629,195.974,0],"to":[-0.085,-0.336,0],"ti":[0.07,0.287,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.182},"t":35,"s":[169.396,195.042,0],"to":[-0.07,-0.287,0],"ti":[0.055,0.24,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.185},"t":36,"s":[169.206,194.254,0],"to":[-0.055,-0.24,0],"ti":[0.037,0.195,0]},{"i":{"x":0.833,"y":0.854},"o":{"x":0.167,"y":0.188},"t":37,"s":[169.067,193.604,0],"to":[-0.037,-0.195,0],"ti":[0.018,0.153,0]},{"i":{"x":0.833,"y":0.856},"o":{"x":0.167,"y":0.193},"t":38,"s":[168.983,193.083,0],"to":[-0.018,-0.153,0],"ti":[-0.004,0.114,0]},{"i":{"x":0.833,"y":0.855},"o":{"x":0.167,"y":0.199},"t":39,"s":[168.961,192.685,0],"to":[0.004,-0.114,0],"ti":[-0.028,0.076,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.195},"t":40,"s":[169.007,192.402,0],"to":[0.028,-0.076,0],"ti":[-0.046,0.036,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.19},"t":41,"s":[169.128,192.228,0],"to":[0.046,-0.036,0],"ti":[-0.055,-0.006,0]},{"i":{"x":0.833,"y":0.805},"o":{"x":0.167,"y":0.156},"t":42,"s":[169.284,192.183,0],"to":[0.055,0.006,0],"ti":[-0.06,-0.042,0]},{"i":{"x":0.833,"y":0.812},"o":{"x":0.167,"y":0.145},"t":43,"s":[169.457,192.261,0],"to":[0.06,0.042,0],"ti":[-0.063,-0.073,0]},{"i":{"x":0.833,"y":0.819},"o":{"x":0.167,"y":0.15},"t":44,"s":[169.642,192.438,0],"to":[0.063,0.073,0],"ti":[-0.065,-0.097,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.154},"t":45,"s":[169.834,192.698,0],"to":[0.065,0.097,0],"ti":[-0.066,-0.11,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.164},"t":46,"s":[170.032,193.022,0],"to":[0.066,0.11,0],"ti":[-0.066,-0.107,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.173},"t":47,"s":[170.231,193.359,0],"to":[0.066,0.107,0],"ti":[-0.066,-0.094,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.176},"t":48,"s":[170.43,193.661,0],"to":[0.066,0.094,0],"ti":[-0.064,-0.077,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.18},"t":49,"s":[170.626,193.92,0],"to":[0.064,0.077,0],"ti":[-0.062,-0.058,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.183},"t":50,"s":[170.816,194.125,0],"to":[0.062,0.058,0],"ti":[-0.059,-0.037,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.185},"t":51,"s":[170.999,194.269,0],"to":[0.059,0.037,0],"ti":[-0.056,-0.014,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.18},"t":52,"s":[171.172,194.347,0],"to":[0.056,0.014,0],"ti":[-0.052,0.01,0]},{"i":{"x":0.833,"y":0.816},"o":{"x":0.167,"y":0.165},"t":53,"s":[171.335,194.353,0],"to":[0.052,-0.01,0],"ti":[-0.048,0.036,0]},{"i":{"x":0.833,"y":0.811},"o":{"x":0.167,"y":0.153},"t":54,"s":[171.485,194.284,0],"to":[0.048,-0.036,0],"ti":[-0.043,0.061,0]},{"i":{"x":0.833,"y":0.812},"o":{"x":0.167,"y":0.149},"t":55,"s":[171.621,194.138,0],"to":[0.043,-0.061,0],"ti":[-0.038,0.087,0]},{"i":{"x":0.833,"y":0.816},"o":{"x":0.167,"y":0.15},"t":56,"s":[171.743,193.915,0],"to":[0.038,-0.087,0],"ti":[-0.033,0.112,0]},{"i":{"x":0.833,"y":0.819},"o":{"x":0.167,"y":0.152},"t":57,"s":[171.851,193.615,0],"to":[0.033,-0.112,0],"ti":[-0.028,0.137,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.154},"t":58,"s":[171.943,193.241,0],"to":[0.028,-0.137,0],"ti":[-0.013,0.074,0]},{"t":59,"s":[172.02,192.796,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1.05,0.926,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":6,"s":[113.755,94.294,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.873,0.226,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.031,-0.701,0]},"t":7,"s":[142.324,42.5,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.888,0.932,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.241,0.093,0]},"t":8,"s":[96.482,48.003,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.204,0.806,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.325,-0.366,0]},"t":9,"s":[72.3,93.591,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.921,0.58,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.059,0.146,0]},"t":10,"s":[63.951,85.144,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.459,0.97,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.529,0.104,0]},"t":11,"s":[92.765,73.936,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.995,0.876,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.088,-0.048,0]},"t":12,"s":[91.276,28.604,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.992,1.032,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.006,0.254,0]},"t":13,"s":[66.684,57.392,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.995,1.013,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.008,0.023,0]},"t":14,"s":[89.679,71.451,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.731,0.864,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.005,0.012,0]},"t":15,"s":[68.777,51.94,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.035,0.702,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.121,0.214,0]},"t":16,"s":[88.421,74.596,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.935,0.98,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.025,0.116,0]},"t":17,"s":[132.23,89.048,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.575,0.845,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.305,-0.027,0]},"t":18,"s":[69.974,126.315,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.931,0.98,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.104,0.18,0]},"t":19,"s":[83.338,98.135,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.313,0.783,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.391,-0.026,0]},"t":20,"s":[138.117,73.778,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.993,0.847,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.095,0.135,0]},"t":21,"s":[128.488,92.265,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.953,1.145,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.008,0.183,0]},"t":22,"s":[58.681,121.955,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.815,0.916,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.109,0.053,0]},"t":23,"s":[122.512,146.761,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.991,5.116,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.152,17.285,0]},"t":24,"s":[94.854,78.682,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.02,1.177,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.01,0.082,0]},"t":25,"s":[61.077,78.352,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.963,1.017,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.016,0.057,0]},"t":26,"s":[91.084,94.97,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.849,0.969,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.068,0.014,0]},"t":27,"s":[53.825,43.095,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.888,0.893,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.186,-0.051,0]},"t":28,"s":[74.356,105.62,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.814,1.146,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.324,0.371,0]},"t":29,"s":[91.09,66.721,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.498,0.904,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.151,0.053,0]},"t":30,"s":[96.876,55.445,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.992,1.823,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,0.645,0]},"t":31,"s":[104.026,86.476,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.986,0.931,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.009,0.076,0]},"t":32,"s":[54.137,91.081,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.906,0.944,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.017,-0.393,0]},"t":33,"s":[99.353,40.985,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.666,0.653,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.764,-0.167,0]},"t":34,"s":[61.794,49.744,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.993,0.855,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.074,0.11,0]},"t":35,"s":[57.194,46.834,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.011,1.186,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.008,0.195,0]},"t":36,"s":[98.549,37.625,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.007,1.031,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.009,0.058,0]},"t":37,"s":[60.683,30.783,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.882,0.935,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.007,0.023,0]},"t":38,"s":[103.351,52.891,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.098,0.657,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.282,-0.288,0]},"t":39,"s":[56.948,22.459,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.953,0.83,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.045,0.11,0]},"t":40,"s":[37.48,29.284,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.913,0.986,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.106,0.164,0]},"t":41,"s":[79.938,50.562,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-5.816,1.008,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.804,-0.017,0]},"t":42,"s":[61.287,72.597,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.946,1.042,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.084,0.008,0]},"t":43,"s":[60.383,54.282,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.87,0.901,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.155,0.028,0]},"t":44,"s":[-12.609,74.447,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.795,0.974,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.231,0.53,0]},"t":45,"s":[12.933,44.106,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.094,1.748,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.141,-0.037,0]},"t":46,"s":[27.371,38.441,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.924,0.881,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.044,0.075,0]},"t":47,"s":[48.387,42.359,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.231,0.927,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.898,0.279,0]},"t":48,"s":[3.703,3.258,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.188,-0.77,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.061,-0.58,0]},"t":49,"s":[7.498,-13.404,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.899,0.864,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.058,0.087,0]},"t":50,"s":[-6.825,-11.313,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.382,0.894,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.485,0.214,0]},"t":51,"s":[39.727,31.017,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,1.572,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.068,0.386,0]},"t":52,"s":[49.384,58.012,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.795,0.914,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.055,0.073,0]},"t":53,"s":[-4.528,65.442,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.999,1.691,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.141,3.173,0]},"t":54,"s":[27.852,6.982,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.947,0.907,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.001,0.074,0]},"t":55,"s":[75.027,5.405,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.867,0.463,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.146,0.773,0]},"t":56,"s":[28.477,20.053,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.164,1.39,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.224,0.099,0]},"t":57,"s":[45.412,21.822,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.055,0.069,0]},"t":58,"s":[55.436,31.442,100]},{"t":59,"s":[25.653,-23.168,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[6,32],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":6.599,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.3137254901960784,0.8901960784313725,0.7607843137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-7.382,-25.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":6,"op":60,"st":6,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"Shape Layer 19","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":11,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":16,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":38,"s":[100]},{"t":54,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.51},"o":{"x":0.167,"y":0.167},"t":11,"s":[273.717,253.598,0],"to":[0.28,-0.028,0],"ti":[-1.664,-0.082,0]},{"i":{"x":0.833,"y":0.759},"o":{"x":0.167,"y":0.1},"t":12,"s":[275.395,253.428,0],"to":[1.664,0.082,0],"ti":[-3.922,-0.767,0]},{"i":{"x":0.833,"y":0.823},"o":{"x":0.167,"y":0.127},"t":13,"s":[283.7,254.091,0],"to":[3.922,0.767,0],"ti":[-5.158,-1.975,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":14,"s":[298.929,258.033,0],"to":[5.158,1.975,0],"ti":[-4.6,-2.946,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":15,"s":[314.649,265.939,0],"to":[4.6,2.946,0],"ti":[-3.328,-3.296,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":16,"s":[326.529,275.709,0],"to":[3.328,3.296,0],"ti":[-2.233,-3.252,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":17,"s":[334.618,285.714,0],"to":[2.233,3.252,0],"ti":[-1.455,-3.046,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.18},"t":18,"s":[339.929,295.223,0],"to":[1.455,3.046,0],"ti":[-0.931,-2.79,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":19,"s":[343.35,303.988,0],"to":[0.931,2.79,0],"ti":[-0.582,-2.533,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":20,"s":[345.513,311.964,0],"to":[0.582,2.533,0],"ti":[-0.353,-2.293,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":21,"s":[346.843,319.188,0],"to":[0.353,2.293,0],"ti":[-0.205,-2.077,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":22,"s":[347.63,325.723,0],"to":[0.205,2.077,0],"ti":[-0.115,-1.887,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":23,"s":[348.075,331.651,0],"to":[0.115,1.887,0],"ti":[-0.064,-1.719,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":24,"s":[348.319,337.046,0],"to":[0.064,1.719,0],"ti":[-0.041,-1.573,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.174},"t":25,"s":[348.461,341.968,0],"to":[0.041,1.573,0],"ti":[-0.028,-1.452,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":26,"s":[348.564,346.482,0],"to":[0.028,1.452,0],"ti":[-0.019,-1.351,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":27,"s":[348.628,350.68,0],"to":[0.019,1.351,0],"ti":[-0.016,-1.256,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":28,"s":[348.676,354.586,0],"to":[0.016,1.256,0],"ti":[-0.018,-1.167,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":29,"s":[348.724,358.218,0],"to":[0.018,1.167,0],"ti":[-0.022,-1.082,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":30,"s":[348.783,361.589,0],"to":[0.022,1.082,0],"ti":[-0.029,-1,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":31,"s":[348.858,364.71,0],"to":[0.029,1,0],"ti":[-0.036,-0.921,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":32,"s":[348.955,367.59,0],"to":[0.036,0.921,0],"ti":[-0.043,-0.844,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":33,"s":[349.073,370.236,0],"to":[0.043,0.844,0],"ti":[-0.05,-0.768,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":34,"s":[349.212,372.652,0],"to":[0.05,0.768,0],"ti":[-0.056,-0.694,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":35,"s":[349.372,374.845,0],"to":[0.056,0.694,0],"ti":[-0.062,-0.622,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":36,"s":[349.55,376.819,0],"to":[0.062,0.622,0],"ti":[-0.067,-0.551,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":37,"s":[349.743,378.577,0],"to":[0.067,0.551,0],"ti":[-0.07,-0.481,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":38,"s":[349.95,380.124,0],"to":[0.07,0.481,0],"ti":[-0.073,-0.413,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.181},"t":39,"s":[350.166,381.464,0],"to":[0.073,0.413,0],"ti":[-0.075,-0.348,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.183},"t":40,"s":[350.389,382.603,0],"to":[0.075,0.348,0],"ti":[-0.075,-0.284,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.186},"t":41,"s":[350.614,383.549,0],"to":[0.075,0.284,0],"ti":[-0.075,-0.222,0]},{"i":{"x":0.833,"y":0.855},"o":{"x":0.167,"y":0.19},"t":42,"s":[350.84,384.306,0],"to":[0.075,0.222,0],"ti":[-0.073,-0.163,0]},{"i":{"x":0.833,"y":0.859},"o":{"x":0.167,"y":0.196},"t":43,"s":[351.062,384.882,0],"to":[0.073,0.163,0],"ti":[-0.071,-0.106,0]},{"i":{"x":0.833,"y":0.86},"o":{"x":0.167,"y":0.204},"t":44,"s":[351.279,385.285,0],"to":[0.071,0.106,0],"ti":[-0.068,-0.053,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.205},"t":45,"s":[351.487,385.521,0],"to":[0.068,0.053,0],"ti":[-0.064,-0.002,0]},{"i":{"x":0.833,"y":0.806},"o":{"x":0.167,"y":0.173},"t":46,"s":[351.685,385.601,0],"to":[0.064,0.002,0],"ti":[-0.059,0.045,0]},{"i":{"x":0.833,"y":0.804},"o":{"x":0.167,"y":0.146},"t":47,"s":[351.87,385.535,0],"to":[0.059,-0.045,0],"ti":[-0.054,0.088,0]},{"i":{"x":0.833,"y":0.811},"o":{"x":0.167,"y":0.145},"t":48,"s":[352.04,385.333,0],"to":[0.054,-0.088,0],"ti":[-0.049,0.127,0]},{"i":{"x":0.833,"y":0.817},"o":{"x":0.167,"y":0.149},"t":49,"s":[352.195,385.007,0],"to":[0.049,-0.127,0],"ti":[-0.043,0.161,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.153},"t":50,"s":[352.331,384.571,0],"to":[0.043,-0.161,0],"ti":[-0.035,0.185,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.161},"t":51,"s":[352.45,384.039,0],"to":[0.035,-0.185,0],"ti":[-0.024,0.192,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.168},"t":52,"s":[352.541,383.461,0],"to":[0.024,-0.192,0],"ti":[-0.013,0.188,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.17},"t":53,"s":[352.596,382.887,0],"to":[0.013,-0.188,0],"ti":[-0.001,0.179,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.172},"t":54,"s":[352.617,382.333,0],"to":[0.001,-0.179,0],"ti":[0.007,0.165,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":55,"s":[352.603,381.814,0],"to":[-0.007,-0.165,0],"ti":[0.003,0.149,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":56,"s":[352.574,381.345,0],"to":[-0.003,-0.149,0],"ti":[-0.011,0.133,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":57,"s":[352.587,380.922,0],"to":[0.011,-0.133,0],"ti":[-0.023,0.117,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.177},"t":58,"s":[352.639,380.546,0],"to":[0.023,-0.117,0],"ti":[-0.014,0.055,0]},{"t":59,"s":[352.724,380.217,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[2.45,-1.622,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":11,"s":[64.676,29.575,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.851,0.952,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.079,0.086,0]},"t":12,"s":[63.619,31.654,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.096,0.849,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.189,-0.115,0]},"t":13,"s":[83.082,94.984,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.044,1.052,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.045,0.186,0]},"t":14,"s":[98.428,68.346,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.951,0.791,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.029,0.032,0]},"t":15,"s":[65.326,46.692,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.846,0.999,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.117,0.139,0]},"t":16,"s":[115.976,81.786,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.191,0.9,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.181,-0.001,0]},"t":17,"s":[94.867,134.538,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.903,1.096,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.058,0.505,0]},"t":18,"s":[76.907,82.463,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.592,0.774,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.576,0.045,0]},"t":19,"s":[136.087,72.163,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.95,0.874,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.073,0.132,0]},"t":20,"s":[146.093,94.38,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.84,1.06,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.126,0.245,0]},"t":21,"s":[64.998,132.461,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.163,0.877,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.174,0.035,0]},"t":22,"s":[97.241,152.104,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.936,0.874,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.055,0.259,0]},"t":23,"s":[126.81,118.253,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.87,0.449,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.273,0.246,0]},"t":24,"s":[39.419,102.155,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.013,0.912,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.231,0.098,0]},"t":25,"s":[59.845,93.89,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.068,2.263,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.011,1.504,0]},"t":26,"s":[71.34,47.538,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.87,0.951,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.037,0.078,0]},"t":27,"s":[58.098,44.818,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.848,0.781,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.234,-0.119,0]},"t":28,"s":[82.135,88.74,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.37,1.069,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.185,0.135,0]},"t":29,"s":[95.452,70.689,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.991,0.946,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.068,0.038,0]},"t":30,"s":[106.399,41.339,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.931,0.784,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.01,-0.156,0]},"t":31,"s":[46.837,95.066,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.867,0.989,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.417,0.136,0]},"t":32,"s":[100.241,76.371,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.202,0.986,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.224,-0.013,0]},"t":33,"s":[91.348,46.624,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.962,0.96,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.059,-0.017,0]},"t":34,"s":[86.082,72.273,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.193,0.684,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.069,-0.076,0]},"t":35,"s":[104.113,51.031,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.964,0.99,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.058,0.113,0]},"t":36,"s":[94.281,62.125,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.717,0.85,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.063,-0.012,0]},"t":37,"s":[126.942,93.089,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.99,0.934,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.118,0.187,0]},"t":38,"s":[108.331,65.944,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.969,0.494,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.012,-0.318,0]},"t":39,"s":[63.723,44.138,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.947,0.903,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.049,0.1,0]},"t":40,"s":[102.921,48.671,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.464,0.113,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.147,0.604,0]},"t":41,"s":[78.268,71.671,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.902,1.068,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,0.092,0]},"t":42,"s":[87.176,75.352,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.234,0.908,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.554,0.037,0]},"t":43,"s":[28.705,110.854,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.845,1.441,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.061,0.901,0]},"t":44,"s":[18.357,46.477,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.091,0.982,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.181,0.07,0]},"t":45,"s":[57.758,39.913,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.948,0.801,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.044,-0.023,0]},"t":46,"s":[91.489,81.222,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.953,0.932,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.137,0.143,0]},"t":47,"s":[20.878,48.853,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.976,0.994,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.108,-0.379,0]},"t":48,"s":[47.568,3.824,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.831,1.042,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.035,-0.006,0]},"t":49,"s":[35.966,11.947,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.412,0.592,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.165,0.028,0]},"t":50,"s":[44.168,4.41,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.937,0.978,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.069,0.105,0]},"t":51,"s":[52.575,15.778,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.454,0.926,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.254,-0.03,0]},"t":52,"s":[2.557,60.137,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.959,1.407,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.098,-0.624,0]},"t":53,"s":[14.899,27.604,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.849,1.066,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.082,0.069,0]},"t":54,"s":[83.445,31.436,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.046,0.934,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.186,0.037,0]},"t":55,"s":[48.803,8.908,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.963,0.694,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.03,-0.323,0]},"t":56,"s":[20.805,49.183,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.959,0.832,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.065,0.115,0]},"t":57,"s":[64.315,40.919,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.079,0.165,0]},"t":58,"s":[39.92,18.864,100]},{"t":59,"s":[52.411,-3.555,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[6,32],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":6.599,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.167325382607,0.716982433843,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-7.382,-25.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":11,"op":60,"st":11,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"Shape Layer 18","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":17,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":39,"s":[100]},{"t":55,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.544},"o":{"x":0.167,"y":0.167},"t":12,"s":[267.865,255.269,0],"to":[-0.161,-0.402,0],"ti":[1.026,2.138,0]},{"i":{"x":0.833,"y":0.761},"o":{"x":0.167,"y":0.102},"t":13,"s":[266.901,252.858,0],"to":[-1.026,-2.138,0],"ti":[2.899,4.739,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.128},"t":14,"s":[261.706,242.443,0],"to":[-2.899,-4.739,0],"ti":[4.94,5.799,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":15,"s":[249.506,224.427,0],"to":[-4.94,-5.799,0],"ti":[5.963,4.5,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":16,"s":[232.069,207.647,0],"to":[-5.963,-4.5,0],"ti":[5.888,2.374,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.184},"t":17,"s":[213.727,197.425,0],"to":[-5.888,-2.374,0],"ti":[5.276,0.563,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":18,"s":[196.743,193.401,0],"to":[-5.276,-0.563,0],"ti":[4.452,-0.741,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":19,"s":[182.074,194.046,0],"to":[-4.452,0.741,0],"ti":[3.589,-1.577,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":20,"s":[170.029,197.845,0],"to":[-3.589,1.577,0],"ti":[2.794,-2.037,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":21,"s":[160.537,203.508,0],"to":[-2.794,2.037,0],"ti":[2.125,-2.229,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":22,"s":[153.265,210.066,0],"to":[-2.125,2.229,0],"ti":[1.595,-2.253,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":23,"s":[147.784,216.885,0],"to":[-1.595,2.253,0],"ti":[1.188,-2.18,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":24,"s":[143.692,223.586,0],"to":[-1.188,2.18,0],"ti":[0.88,-2.056,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":25,"s":[140.657,229.963,0],"to":[-0.88,2.056,0],"ti":[0.65,-1.912,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":26,"s":[138.413,235.924,0],"to":[-0.65,1.912,0],"ti":[0.477,-1.76,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":27,"s":[136.76,241.434,0],"to":[-0.477,1.76,0],"ti":[0.347,-1.607,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":28,"s":[135.553,246.481,0],"to":[-0.347,1.607,0],"ti":[0.25,-1.458,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":29,"s":[134.678,251.075,0],"to":[-0.25,1.458,0],"ti":[0.178,-1.316,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":30,"s":[134.053,255.23,0],"to":[-0.178,1.316,0],"ti":[0.125,-1.182,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":31,"s":[133.611,258.969,0],"to":[-0.125,1.182,0],"ti":[0.088,-1.057,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":32,"s":[133.302,262.321,0],"to":[-0.088,1.057,0],"ti":[0.062,-0.942,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":33,"s":[133.085,265.313,0],"to":[-0.062,0.942,0],"ti":[0.045,-0.835,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":34,"s":[132.931,267.971,0],"to":[-0.045,0.835,0],"ti":[0.035,-0.737,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":35,"s":[132.816,270.322,0],"to":[-0.035,0.737,0],"ti":[0.031,-0.648,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":36,"s":[132.72,272.392,0],"to":[-0.031,0.648,0],"ti":[0.031,-0.567,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.179},"t":37,"s":[132.63,274.209,0],"to":[-0.031,0.567,0],"ti":[0.035,-0.496,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.179},"t":38,"s":[132.533,275.797,0],"to":[-0.035,0.496,0],"ti":[0.04,-0.432,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":39,"s":[132.422,277.182,0],"to":[-0.04,0.432,0],"ti":[0.043,-0.377,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":40,"s":[132.291,278.392,0],"to":[-0.043,0.377,0],"ti":[0.036,-0.328,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.18},"t":41,"s":[132.166,279.447,0],"to":[-0.036,0.328,0],"ti":[0.026,-0.282,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.181},"t":42,"s":[132.075,280.359,0],"to":[-0.026,0.282,0],"ti":[0.017,-0.24,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.182},"t":43,"s":[132.011,281.139,0],"to":[-0.017,0.24,0],"ti":[0.01,-0.201,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.184},"t":44,"s":[131.972,281.799,0],"to":[-0.01,0.201,0],"ti":[0.003,-0.166,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.186},"t":45,"s":[131.954,282.347,0],"to":[-0.003,0.166,0],"ti":[-0.002,-0.133,0]},{"i":{"x":0.833,"y":0.854},"o":{"x":0.167,"y":0.189},"t":46,"s":[131.953,282.792,0],"to":[0.002,0.133,0],"ti":[-0.007,-0.102,0]},{"i":{"x":0.833,"y":0.859},"o":{"x":0.167,"y":0.195},"t":47,"s":[131.967,283.142,0],"to":[0.007,0.102,0],"ti":[-0.011,-0.073,0]},{"i":{"x":0.833,"y":0.866},"o":{"x":0.167,"y":0.204},"t":48,"s":[131.994,283.403,0],"to":[0.011,0.073,0],"ti":[-0.014,-0.046,0]},{"i":{"x":0.833,"y":0.869},"o":{"x":0.167,"y":0.222},"t":49,"s":[132.031,283.58,0],"to":[0.014,0.046,0],"ti":[-0.017,-0.02,0]},{"i":{"x":0.833,"y":0.811},"o":{"x":0.167,"y":0.23},"t":50,"s":[132.078,283.677,0],"to":[0.017,0.02,0],"ti":[-0.019,0.004,0]},{"i":{"x":0.833,"y":0.815},"o":{"x":0.167,"y":0.149},"t":51,"s":[132.132,283.7,0],"to":[0.019,-0.004,0],"ti":[-0.021,0.02,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.152},"t":52,"s":[132.193,283.651,0],"to":[0.021,-0.02,0],"ti":[-0.023,0.018,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.18},"t":53,"s":[132.259,283.583,0],"to":[0.023,-0.018,0],"ti":[-0.025,0.008,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.172},"t":54,"s":[132.331,283.544,0],"to":[0.025,-0.008,0],"ti":[-0.026,0,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.164},"t":55,"s":[132.408,283.533,0],"to":[0.026,0,0],"ti":[-0.027,-0.008,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.16},"t":56,"s":[132.487,283.545,0],"to":[0.027,0.008,0],"ti":[-0.027,-0.014,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.16},"t":57,"s":[132.568,283.579,0],"to":[0.027,0.014,0],"ti":[-0.027,-0.019,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.162},"t":58,"s":[132.649,283.63,0],"to":[0.027,0.019,0],"ti":[-0.013,-0.011,0]},{"t":59,"s":[132.728,283.695,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1.085,2.343,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":12,"s":[95.923,97.698,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.959,0.958,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.042,0.078,0]},"t":13,"s":[119.853,100.809,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.846,0.754,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.082,-0.083,0]},"t":14,"s":[71.61,47.548,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.108,0.987,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.182,0.126,0]},"t":15,"s":[95.909,74.187,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.971,0.88,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.047,-0.015,0]},"t":16,"s":[116.529,126.213,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.765,1.081,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.046,0.272,0]},"t":17,"s":[69.282,82.296,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.014,0.826,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.129,0.041,0]},"t":18,"s":[99.804,62.944,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.925,0.917,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.012,0.16,0]},"t":19,"s":[155.455,101.204,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.797,-29.781,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.787,622.842,0]},"t":20,"s":[90.335,142.892,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.16,1.74,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.141,0.084,0]},"t":21,"s":[96.569,142.898,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.834,0.902,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.055,0.075,0]},"t":22,"s":[105.516,144.953,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.994,0.309,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.168,0.547,0]},"t":23,"s":[79.375,124.659,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.849,0.77,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.007,0.095,0]},"t":24,"s":[53.599,121.011,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.006,0.971,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.187,0.131,0]},"t":25,"s":[77.44,94.418,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.991,0.812,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.006,-0.044,0]},"t":26,"s":[96.658,47.588,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.869,1.081,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.01,0.15,0]},"t":27,"s":[75.964,78.236,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.159,0.966,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.23,0.041,0]},"t":28,"s":[94.431,116.596,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.918,0.82,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.055,-0.058,0]},"t":29,"s":[104.908,41.132,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-2.162,1.012,1]},"o":{"x":[0.167,0.167,0.167],"y":[-4.52,0.155,0]},"t":30,"s":[74.497,85.65,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.955,0.956,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.086,0.011,0]},"t":31,"s":[75.047,137.348,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.922,1.056,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.097,-0.092,0]},"t":32,"s":[95.389,78.111,100]},{"i":{"x":[0.833,0.833,0.833],"y":[3.564,0.949,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.248,0.034,0]},"t":33,"s":[85.987,106.338,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.138,0.755,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.081,-0.133,0]},"t":34,"s":[86.576,59.064,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.92,0.905,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.052,0.126,0]},"t":35,"s":[67.887,77.283,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.048,1.699,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.951,0.69,0]},"t":36,"s":[117.559,112.652,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.968,0.892,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.091,0.074,0]},"t":37,"s":[115.524,117.508,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.028,0.868,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.052,0.361,0]},"t":38,"s":[94.322,71.923,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.911,0.982,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.021,0.226,0]},"t":39,"s":[107.41,58.262,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-1.313,0.689,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.225,-0.022,0]},"t":40,"s":[89.918,50.26,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.885,0.965,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.086,0.114,0]},"t":41,"s":[88.641,56.58,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.028,0.486,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.303,-0.061,0]},"t":42,"s":[54.485,73.842,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.806,1.029,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.021,0.099,0]},"t":43,"s":[41.537,63.86,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.052,0.898,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.146,0.021,0]},"t":44,"s":[58.89,12.33,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.928,1.279,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.032,0.455,0]},"t":45,"s":[81.867,81.726,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.858,0.905,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.543,0.064,0]},"t":46,"s":[44.5,97.298,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.018,0.916,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.202,0.656,0]},"t":47,"s":[49.475,29.648,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.415,-65.882,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.015,34.7,0]},"t":48,"s":[52.978,19.812,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.126,1.189,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.069,0.083,0]},"t":49,"s":[48.737,19.789,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.939,0.939,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.05,0.058,0]},"t":50,"s":[74.095,0.809,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.788,1.031,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.229,-0.233,0]},"t":51,"s":[10.268,62.842,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.913,1.141,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.137,0.023,0]},"t":52,"s":[27.318,46.475,100]},{"i":{"x":[0.833,0.833,0.833],"y":[3.588,0.962,1]},"o":{"x":[0.167,0.167,0.167],"y":[2.212,0.052,0]},"t":53,"s":[53.611,68.98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.93,0.969,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.081,-0.069,0]},"t":54,"s":[54.64,8.452,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.974,0.937,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.428,-0.05,0]},"t":55,"s":[21.647,41.626,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.031,0.906,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.037,-0.251,0]},"t":56,"s":[27.025,20.873,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.011,0.234,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.023,0.727,0]},"t":57,"s":[23.296,26.051,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.01,0.093,0]},"t":58,"s":[28.415,26.722,100]},{"t":59,"s":[22.608,32.219,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[6,32],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":6.599,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.167325382607,0.716982433843,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-7.382,-25.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":12,"op":60,"st":12,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"Shape Layer 17","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":8,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":13,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":35,"s":[100]},{"t":51,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.628},"o":{"x":0.167,"y":0.167},"t":8,"s":[275.449,259.557,0],"to":[0.546,0.159,0],"ti":[-2.494,-0.483,0]},{"i":{"x":0.833,"y":0.767},"o":{"x":0.167,"y":0.107},"t":9,"s":[278.724,260.512,0],"to":[2.494,0.483,0],"ti":[-5.49,-0.572,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.13},"t":10,"s":[290.414,262.453,0],"to":[5.49,0.572,0],"ti":[-7.452,0.063,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.159},"t":11,"s":[311.663,263.943,0],"to":[7.452,-0.063,0],"ti":[-7.172,1.285,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":12,"s":[335.126,262.075,0],"to":[7.172,-1.285,0],"ti":[-5.684,2.429,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.184},"t":13,"s":[354.697,256.231,0],"to":[5.684,-2.429,0],"ti":[-4.084,3.144,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":14,"s":[369.23,247.5,0],"to":[4.084,-3.144,0],"ti":[-2.734,3.404,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":15,"s":[379.199,237.368,0],"to":[2.734,-3.404,0],"ti":[-1.736,3.345,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":16,"s":[385.634,227.077,0],"to":[1.736,-3.345,0],"ti":[-1.056,3.132,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":17,"s":[389.616,217.298,0],"to":[1.056,-3.132,0],"ti":[-0.604,2.868,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":18,"s":[391.967,208.287,0],"to":[0.604,-2.868,0],"ti":[-0.305,2.608,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":19,"s":[393.24,200.09,0],"to":[0.305,-2.608,0],"ti":[-0.105,2.371,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":20,"s":[393.797,192.641,0],"to":[0.105,-2.371,0],"ti":[0.031,2.158,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":21,"s":[393.871,185.865,0],"to":[-0.031,-2.158,0],"ti":[0.123,1.968,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":22,"s":[393.614,179.691,0],"to":[-0.123,-1.968,0],"ti":[0.186,1.797,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":23,"s":[393.131,174.057,0],"to":[-0.186,-1.797,0],"ti":[0.228,1.644,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":24,"s":[392.497,168.908,0],"to":[-0.228,-1.644,0],"ti":[0.251,1.504,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":25,"s":[391.765,164.196,0],"to":[-0.251,-1.504,0],"ti":[0.261,1.377,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":26,"s":[390.988,159.882,0],"to":[-0.261,-1.377,0],"ti":[0.262,1.261,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":27,"s":[390.199,155.932,0],"to":[-0.262,-1.261,0],"ti":[0.256,1.155,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":28,"s":[389.418,152.313,0],"to":[-0.256,-1.155,0],"ti":[0.246,1.057,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":29,"s":[388.662,149,0],"to":[-0.246,-1.057,0],"ti":[0.233,0.967,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":30,"s":[387.941,145.969,0],"to":[-0.233,-0.967,0],"ti":[0.217,0.882,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":31,"s":[387.264,143.201,0],"to":[-0.217,-0.882,0],"ti":[0.199,0.803,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":32,"s":[386.64,140.677,0],"to":[-0.199,-0.803,0],"ti":[0.18,0.729,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":33,"s":[386.071,138.382,0],"to":[-0.18,-0.729,0],"ti":[0.159,0.659,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":34,"s":[385.563,136.303,0],"to":[-0.159,-0.659,0],"ti":[0.138,0.594,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":35,"s":[385.116,134.426,0],"to":[-0.138,-0.594,0],"ti":[0.117,0.531,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":36,"s":[384.732,132.741,0],"to":[-0.117,-0.531,0],"ti":[0.096,0.473,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":37,"s":[384.411,131.237,0],"to":[-0.096,-0.473,0],"ti":[0.076,0.417,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":38,"s":[384.153,129.905,0],"to":[-0.076,-0.417,0],"ti":[0.055,0.364,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":39,"s":[383.957,128.736,0],"to":[-0.055,-0.364,0],"ti":[0.036,0.314,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.181},"t":40,"s":[383.821,127.721,0],"to":[-0.036,-0.314,0],"ti":[0.017,0.266,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.183},"t":41,"s":[383.742,126.852,0],"to":[-0.017,-0.266,0],"ti":[0,0.222,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.185},"t":42,"s":[383.718,126.122,0],"to":[0,-0.222,0],"ti":[-0.017,0.179,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.187},"t":43,"s":[383.745,125.523,0],"to":[0.017,-0.179,0],"ti":[-0.032,0.139,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.19},"t":44,"s":[383.819,125.048,0],"to":[0.032,-0.139,0],"ti":[-0.046,0.101,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.19},"t":45,"s":[383.937,124.69,0],"to":[0.046,-0.101,0],"ti":[-0.058,0.066,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.185},"t":46,"s":[384.093,124.442,0],"to":[0.058,-0.066,0],"ti":[-0.068,0.032,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.173},"t":47,"s":[384.283,124.297,0],"to":[0.068,-0.032,0],"ti":[-0.074,0.009,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.166},"t":48,"s":[384.5,124.247,0],"to":[0.074,-0.009,0],"ti":[-0.073,0.002,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.172},"t":49,"s":[384.725,124.244,0],"to":[0.073,-0.002,0],"ti":[-0.068,0.003,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.174},"t":50,"s":[384.937,124.237,0],"to":[0.068,-0.003,0],"ti":[-0.061,0.006,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.178},"t":51,"s":[385.131,124.223,0],"to":[0.061,-0.006,0],"ti":[-0.052,0.011,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.182},"t":52,"s":[385.302,124.198,0],"to":[0.052,-0.011,0],"ti":[-0.041,0.017,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.184},"t":53,"s":[385.442,124.158,0],"to":[0.041,-0.017,0],"ti":[-0.028,0.024,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.179},"t":54,"s":[385.546,124.097,0],"to":[0.028,-0.024,0],"ti":[-0.026,0.021,0]},{"i":{"x":0.833,"y":0.817},"o":{"x":0.167,"y":0.171},"t":55,"s":[385.612,124.016,0],"to":[0.026,-0.021,0],"ti":[-0.034,0.006,0]},{"i":{"x":0.833,"y":0.813},"o":{"x":0.167,"y":0.153},"t":56,"s":[385.701,123.974,0],"to":[0.034,-0.006,0],"ti":[-0.043,-0.01,0]},{"i":{"x":0.833,"y":0.817},"o":{"x":0.167,"y":0.15},"t":57,"s":[385.818,123.981,0],"to":[0.043,0.01,0],"ti":[-0.048,-0.025,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.153},"t":58,"s":[385.957,124.035,0],"to":[0.048,0.025,0],"ti":[-0.025,-0.016,0]},{"t":59,"s":[386.107,124.13,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.944,0.679,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":8,"s":[49.219,103.811,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.111,0.916,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.166,0.113,0]},"t":9,"s":[96.918,92.8,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.903,29.641,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.048,19.517,0]},"t":10,"s":[80.991,61.448,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.606,1.004,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.607,0.083,0]},"t":11,"s":[118.185,61.313,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.989,0.964,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.073,0.004,0]},"t":12,"s":[124.101,107.653,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.917,0.896,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.013,-0.062,0]},"t":13,"s":[75.181,59.182,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-66.49,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[-62.917,0.413,0]},"t":14,"s":[117.68,86.992,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.946,0.5,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.083,-0.053,0]},"t":15,"s":[117.624,94.022,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.649,0.962,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.154,0.1,0]},"t":16,"s":[72.153,89.729,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.994,0.616,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.109,-0.07,0]},"t":17,"s":[88.106,68.252,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.926,0.942,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.006,0.106,0]},"t":18,"s":[139.441,79.894,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.246,0.999,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.681,-0.189,0]},"t":19,"s":[91.59,121.922,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.031,1.095,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.062,-0.001,0]},"t":20,"s":[96.806,109.051,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.909,0.978,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.023,0.044,0]},"t":21,"s":[76.174,121.699,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.265,0.951,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.035,-0.029,0]},"t":22,"s":[104.516,94.655,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.009,0.92,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.078,-0.118,0]},"t":23,"s":[106.997,114.689,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.918,7.262,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.008,-1.803,0]},"t":24,"s":[66.837,106.412,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-2.408,1.035,1]},"o":{"x":[0.167,0.167,0.167],"y":[-4.987,0.082,0]},"t":25,"s":[111.464,106.778,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.975,1.046,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.085,0.025,0]},"t":26,"s":[110.731,78.932,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.884,0.945,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.036,0.03,0]},"t":27,"s":[81.464,118.575,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.215,0.686,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.293,-0.158,0]},"t":28,"s":[101.82,56.948,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.963,0.967,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.06,0.113,0]},"t":29,"s":[109.895,78.255,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.916,0.979,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.066,-0.056,0]},"t":30,"s":[80.942,137.249,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-6.827,1.076,1]},"o":{"x":[0.167,0.167,0.167],"y":[12.816,-0.028,0]},"t":31,"s":[97.117,101.933,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.453,0.923,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.084,0.04,0]},"t":32,"s":[97.223,128.384,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.989,0.619,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.07,-0.935,0]},"t":33,"s":[107.061,77.679,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.947,0.924,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.013,0.107,0]},"t":34,"s":[43.764,81.828,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.92,-1.177,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.143,-0.844,0]},"t":35,"s":[98.569,96.663,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.435,0.919,1]},"o":{"x":[0.167,0.167,0.167],"y":[-2.31,0.087,0]},"t":36,"s":[78.363,95.331,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.931,2.861,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.079,-3.479,0]},"t":37,"s":[79.067,61.85,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.227,0.912,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.407,0.08,0]},"t":38,"s":[66.248,62.633,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.092,-2.126,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.093,1.726,0]},"t":39,"s":[68.428,44.364,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.901,1.019,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.044,0.086,0]},"t":40,"s":[86.481,43.437,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.779,1.036,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.541,0.015,0]},"t":41,"s":[48.571,9.591,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.776,1.009,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.134,0.025,0]},"t":42,"s":[41.665,51.149,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.092,0.916,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.133,0.008,0]},"t":43,"s":[30.243,-8.194,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.935,9.657,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.044,20.432,0]},"t":44,"s":[10.976,57.43,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.606,0.758,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.287,0.083,0]},"t":45,"s":[51.537,57.699,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.918,0.988,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.106,0.127,0]},"t":46,"s":[42.412,29.51,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-8.496,0.903,1]},"o":{"x":[0.167,0.167,0.167],"y":[-5.253,-0.014,0]},"t":47,"s":[8.401,-24.232,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.961,0.669,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.084,0.582,0]},"t":48,"s":[8.932,21.756,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.956,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.072,0.111,0]},"t":49,"s":[68.92,29.447,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.049,0.445,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.094,1.927,0]},"t":50,"s":[36.715,52.274,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.899,1.631,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.031,0.098,0]},"t":51,"s":[51.861,53.306,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.136,0.908,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.481,0.074,0]},"t":52,"s":[27.738,59.151,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.062,0.322,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.052,0.928,0]},"t":53,"s":[22.685,9.056,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.882,0.979,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.035,0.095,0]},"t":54,"s":[35.966,4.115,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.028,0.812,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.285,-0.029,0]},"t":55,"s":[12.831,-31.117,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.846,0.873,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.021,0.15,0]},"t":56,"s":[3.287,-4.957,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.815,0.964,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.182,0.241,0]},"t":57,"s":[16.066,27.774,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.152,-0.063,0]},"t":58,"s":[26.832,45.045,100]},{"t":59,"s":[39.927,35.232,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[6,32],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":6.599,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.167325382607,0.716982433843,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-7.382,-25.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":8,"op":60,"st":8,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":"Shape Layer 16","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":9,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":14,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":36,"s":[100]},{"t":52,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.587},"o":{"x":0.167,"y":0.167},"t":9,"s":[275.519,261.1,0],"to":[-0.307,-0.313,0],"ti":[1.698,1.185,0]},{"i":{"x":0.833,"y":0.774},"o":{"x":0.167,"y":0.104},"t":10,"s":[273.678,259.22,0],"to":[-1.698,-1.185,0],"ti":[1.745,-2.083,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.132},"t":11,"s":[265.331,253.99,0],"to":[-1.745,2.083,0],"ti":[-0.013,-6.364,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.156},"t":12,"s":[263.209,271.718,0],"to":[0.013,6.364,0],"ti":[-0.69,-6.377,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":13,"s":[265.411,292.176,0],"to":[0.69,6.377,0],"ti":[-0.533,-5.437,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.184},"t":14,"s":[267.35,309.98,0],"to":[0.533,5.437,0],"ti":[-0.321,-4.543,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":15,"s":[268.609,324.8,0],"to":[0.321,4.543,0],"ti":[-0.144,-3.839,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.181},"t":16,"s":[269.275,337.239,0],"to":[0.144,3.839,0],"ti":[-0.006,-3.291,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":17,"s":[269.475,347.837,0],"to":[0.006,3.291,0],"ti":[0.101,-2.855,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":18,"s":[269.314,356.986,0],"to":[-0.101,2.855,0],"ti":[0.186,-2.499,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":19,"s":[268.867,364.967,0],"to":[-0.186,2.499,0],"ti":[0.253,-2.201,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":20,"s":[268.196,371.978,0],"to":[-0.253,2.201,0],"ti":[0.306,-1.947,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":21,"s":[267.347,378.17,0],"to":[-0.306,1.947,0],"ti":[0.347,-1.728,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":22,"s":[266.36,383.661,0],"to":[-0.347,1.728,0],"ti":[0.377,-1.535,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":23,"s":[265.266,388.537,0],"to":[-0.377,1.535,0],"ti":[0.399,-1.366,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":24,"s":[264.095,392.873,0],"to":[-0.399,1.366,0],"ti":[0.413,-1.215,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":25,"s":[262.872,396.731,0],"to":[-0.413,1.215,0],"ti":[0.42,-1.082,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":26,"s":[261.617,400.166,0],"to":[-0.42,1.082,0],"ti":[0.421,-0.962,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":27,"s":[260.351,403.22,0],"to":[-0.421,0.962,0],"ti":[0.416,-0.854,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":28,"s":[259.092,405.935,0],"to":[-0.416,0.854,0],"ti":[0.407,-0.759,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":29,"s":[257.854,408.347,0],"to":[-0.407,0.759,0],"ti":[0.395,-0.675,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":30,"s":[256.649,410.491,0],"to":[-0.395,0.675,0],"ti":[0.379,-0.6,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":31,"s":[255.487,412.396,0],"to":[-0.379,0.6,0],"ti":[0.361,-0.535,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":32,"s":[254.375,414.092,0],"to":[-0.361,0.535,0],"ti":[0.343,-0.477,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":33,"s":[253.318,415.604,0],"to":[-0.343,0.477,0],"ti":[0.323,-0.427,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":34,"s":[252.319,416.955,0],"to":[-0.323,0.427,0],"ti":[0.304,-0.384,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":35,"s":[251.378,418.167,0],"to":[-0.304,0.384,0],"ti":[0.285,-0.347,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":36,"s":[250.495,419.259,0],"to":[-0.285,0.347,0],"ti":[0.268,-0.316,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.174},"t":37,"s":[249.666,420.25,0],"to":[-0.268,0.316,0],"ti":[0.252,-0.289,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":38,"s":[248.887,421.154,0],"to":[-0.252,0.289,0],"ti":[0.235,-0.266,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.174},"t":39,"s":[248.153,421.986,0],"to":[-0.235,0.266,0],"ti":[0.208,-0.241,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":40,"s":[247.479,422.749,0],"to":[-0.208,0.241,0],"ti":[0.175,-0.214,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.18},"t":41,"s":[246.907,423.43,0],"to":[-0.175,0.214,0],"ti":[0.145,-0.189,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.181},"t":42,"s":[246.43,424.033,0],"to":[-0.145,0.189,0],"ti":[0.118,-0.164,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.182},"t":43,"s":[246.038,424.562,0],"to":[-0.118,0.164,0],"ti":[0.094,-0.141,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.184},"t":44,"s":[245.721,425.02,0],"to":[-0.094,0.141,0],"ti":[0.073,-0.118,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.186},"t":45,"s":[245.472,425.408,0],"to":[-0.073,0.118,0],"ti":[0.055,-0.096,0]},{"i":{"x":0.833,"y":0.856},"o":{"x":0.167,"y":0.19},"t":46,"s":[245.282,425.73,0],"to":[-0.055,0.096,0],"ti":[0.039,-0.074,0]},{"i":{"x":0.833,"y":0.862},"o":{"x":0.167,"y":0.197},"t":47,"s":[245.143,425.985,0],"to":[-0.039,0.074,0],"ti":[0.025,-0.053,0]},{"i":{"x":0.833,"y":0.853},"o":{"x":0.167,"y":0.211},"t":48,"s":[245.048,426.176,0],"to":[-0.025,0.053,0],"ti":[0.019,-0.036,0]},{"i":{"x":0.833,"y":0.822},"o":{"x":0.167,"y":0.193},"t":49,"s":[244.991,426.303,0],"to":[-0.019,0.036,0],"ti":[0.026,-0.027,0]},{"i":{"x":0.833,"y":0.815},"o":{"x":0.167,"y":0.157},"t":50,"s":[244.933,426.392,0],"to":[-0.026,0.027,0],"ti":[0.039,-0.021,0]},{"i":{"x":0.833,"y":0.814},"o":{"x":0.167,"y":0.152},"t":51,"s":[244.836,426.464,0],"to":[-0.039,0.021,0],"ti":[0.052,-0.016,0]},{"i":{"x":0.833,"y":0.816},"o":{"x":0.167,"y":0.151},"t":52,"s":[244.701,426.519,0],"to":[-0.052,0.016,0],"ti":[0.065,-0.01,0]},{"i":{"x":0.833,"y":0.818},"o":{"x":0.167,"y":0.152},"t":53,"s":[244.525,426.558,0],"to":[-0.065,0.01,0],"ti":[0.079,-0.004,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.154},"t":54,"s":[244.308,426.579,0],"to":[-0.079,0.004,0],"ti":[0.092,0.002,0]},{"i":{"x":0.833,"y":0.823},"o":{"x":0.167,"y":0.156},"t":55,"s":[244.051,426.582,0],"to":[-0.092,-0.002,0],"ti":[0.105,0.007,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.157},"t":56,"s":[243.755,426.569,0],"to":[-0.105,-0.007,0],"ti":[0.117,0.012,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.159},"t":57,"s":[243.422,426.54,0],"to":[-0.117,-0.012,0],"ti":[0.128,0.017,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.16},"t":58,"s":[243.055,426.497,0],"to":[-0.128,-0.017,0],"ti":[0.066,0.01,0]},{"t":59,"s":[242.656,426.439,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.563,1.02,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":9,"s":[92.322,93.922,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.109,0.948,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.103,0.016,0]},"t":10,"s":[95.253,42.092,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.054,0.89,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.047,-0.14,0]},"t":11,"s":[107.675,106.42,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.929,0.725,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.033,0.342,0]},"t":12,"s":[79.026,82.445,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.393,1.033,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.475,0.12,0]},"t":13,"s":[126.398,74.729,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.968,0.877,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.097,0.024,0]},"t":14,"s":[119.33,57.001,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.834,1.214,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.053,0.26,0]},"t":15,"s":[74.88,81.854,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.042,0.975,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.06,0]},"t":16,"s":[102.06,93.554,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.894,0.977,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.028,-0.035,0]},"t":17,"s":[129.135,51.875,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.863,1.026,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.389,-0.032,0]},"t":18,"s":[88.364,81.23,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.102,0.969,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.212,0.02,0]},"t":19,"s":[77.256,59.947,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.698,1.03,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.046,-0.051,0]},"t":20,"s":[70.037,87.966,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.995,1.049,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.115,0.022,0]},"t":21,"s":[86.104,70.53,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.904,1.07,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.006,0.031,0]},"t":22,"s":[128.201,94.177,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.376,0.967,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.627,0.038,0]},"t":23,"s":[88.836,56.66,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.999,0.977,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.068,-0.054,0]},"t":24,"s":[82.802,125.882,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.976,1.097,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.002,-0.031,0]},"t":25,"s":[116.041,83.757,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.9,0.955,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.033,0.045,0]},"t":26,"s":[83.397,114.487,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.069,0.9,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.508,-0.099,0]},"t":27,"s":[106.769,47.904,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.758,0.953,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,0.497,0]},"t":28,"s":[111.355,78.308,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.163,1.569,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.127,-0.106,0]},"t":29,"s":[102.953,84.434,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.9,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.055,0.073,0]},"t":30,"s":[86.963,81.742,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.429,1.529,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.493,1.851,0]},"t":31,"s":[134.26,102.822,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.944,1.156,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.07,0.072,0]},"t":32,"s":[143.885,103.815,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.922,1.116,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.171,0.054,0]},"t":33,"s":[84.672,96.517,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.547,0.897,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.171,0.048,0]},"t":34,"s":[104.079,117.449,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.772,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.088,0.439,0]},"t":35,"s":[102.79,67.476,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.975,1.47,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.131,2.037,0]},"t":36,"s":[80.144,55.767,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.822,1.082,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.036,0.071,0]},"t":37,"s":[40.802,55.268,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.966,0.556,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.157,0.041,0]},"t":38,"s":[68.335,58.584,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.795,1.044,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.058,0.103,0]},"t":39,"s":[99.544,51.985,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.792,1.038,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.141,0.029,0]},"t":40,"s":[81.176,23.398,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.896,0.994,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.139,0.026,0]},"t":41,"s":[54.468,66.977,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.334,0.99,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.427,-0.006,0]},"t":42,"s":[14.561,3.526,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.853,0.974,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.067,-0.011,0]},"t":43,"s":[4.89,62.465,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.066,1.037,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.192,-0.037,0]},"t":44,"s":[53.289,10.271,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.882,0.941,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.037,0.026,0]},"t":45,"s":[90.493,46.486,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.078,0.738,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.284,-0.203,0]},"t":46,"s":[23.844,-5.784,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.862,0.898,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.04,0.122,0]},"t":47,"s":[-3.767,9.434,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.96,1.136,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.211,0.454,0]},"t":48,"s":[49.843,42.088,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.76,0.903,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.077,0.052,0]},"t":49,"s":[84.879,49.437,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.867,0.214,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.128,0.58,0]},"t":50,"s":[66.624,30.104,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.951,0.972,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.222,0.093,0]},"t":51,"s":[32.305,26.858,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.916,1.208,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.117,-0.043,0]},"t":52,"s":[11.683,-0.538,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.198,0.965,1]},"o":{"x":[0.167,0.167,0.167],"y":[10.387,0.06,0]},"t":53,"s":[20.245,17.535,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.475,0.823,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.078,-0.06,0]},"t":54,"s":[20.314,-45.662,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.442,0.954,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.099,0.157,0]},"t":55,"s":[19.25,-8.935,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.962,1.012,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.07,-0.101,0]},"t":56,"s":[13.603,32.461,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.007,0.766,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.071,0.01,0]},"t":57,"s":[49.18,13.788,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.006,0.129,0]},"t":58,"s":[29.913,35.117,100]},{"t":59,"s":[50.756,73.724,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[6,32],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":6.599,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.167325382607,0.716982433843,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-7.382,-25.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":9,"op":60,"st":9,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"Shape Layer 15","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":11,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":33,"s":[100]},{"t":49,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.63},"o":{"x":0.167,"y":0.167},"t":6,"s":[275.485,257.563,0],"to":[-0.11,-0.249,0],"ti":[0.689,1.001,0]},{"i":{"x":0.833,"y":0.767},"o":{"x":0.167,"y":0.108},"t":7,"s":[274.824,256.066,0],"to":[-0.689,-1.001,0],"ti":[1.729,2.01,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.13},"t":8,"s":[271.354,251.559,0],"to":[-1.729,-2.01,0],"ti":[2.505,2.573,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.159},"t":9,"s":[264.452,244.008,0],"to":[-2.505,-2.573,0],"ti":[2.58,2.412,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":10,"s":[256.321,236.124,0],"to":[-2.58,-2.412,0],"ti":[2.262,1.991,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.183},"t":11,"s":[248.97,229.538,0],"to":[-2.262,-1.991,0],"ti":[1.91,1.643,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":12,"s":[242.747,224.176,0],"to":[-1.91,-1.643,0],"ti":[1.608,1.404,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":13,"s":[237.508,219.678,0],"to":[-1.608,-1.404,0],"ti":[1.343,1.257,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.179},"t":14,"s":[233.099,215.75,0],"to":[-1.343,-1.257,0],"ti":[1.062,1.209,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":15,"s":[229.447,212.138,0],"to":[-1.062,-1.209,0],"ti":[0.452,1.267,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.177},"t":16,"s":[226.724,208.498,0],"to":[-0.452,-1.267,0],"ti":[-0.52,1.026,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.171},"t":17,"s":[226.732,204.537,0],"to":[0.52,-1.026,0],"ti":[-1.055,0.562,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":18,"s":[229.844,202.343,0],"to":[1.055,-0.562,0],"ti":[-1.033,0.324,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":19,"s":[233.062,201.165,0],"to":[1.033,-0.324,0],"ti":[-0.951,0.215,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":20,"s":[236.043,200.396,0],"to":[0.951,-0.215,0],"ti":[-0.867,0.144,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":21,"s":[238.767,199.873,0],"to":[0.867,-0.144,0],"ti":[-0.789,0.088,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":22,"s":[241.247,199.533,0],"to":[0.789,-0.088,0],"ti":[-0.717,0.039,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":23,"s":[243.501,199.346,0],"to":[0.717,-0.039,0],"ti":[-0.654,0.005,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":24,"s":[245.548,199.298,0],"to":[0.654,-0.005,0],"ti":[-0.601,-0.009,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":25,"s":[247.425,199.317,0],"to":[0.601,0.009,0],"ti":[-0.552,-0.013,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":26,"s":[249.152,199.353,0],"to":[0.552,0.013,0],"ti":[-0.504,-0.015,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":27,"s":[250.734,199.397,0],"to":[0.504,0.015,0],"ti":[-0.457,-0.014,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":28,"s":[252.175,199.441,0],"to":[0.457,0.014,0],"ti":[-0.412,-0.011,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":29,"s":[253.479,199.479,0],"to":[0.412,0.011,0],"ti":[-0.367,-0.007,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.177},"t":30,"s":[254.647,199.506,0],"to":[0.367,0.007,0],"ti":[-0.324,-0.001,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":31,"s":[255.684,199.519,0],"to":[0.324,0.001,0],"ti":[-0.281,0.005,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.18},"t":32,"s":[256.59,199.514,0],"to":[0.281,-0.005,0],"ti":[-0.238,0.012,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.183},"t":33,"s":[257.369,199.488,0],"to":[0.238,-0.012,0],"ti":[-0.197,0.019,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.186},"t":34,"s":[258.021,199.442,0],"to":[0.197,-0.019,0],"ti":[-0.156,0.027,0]},{"i":{"x":0.833,"y":0.854},"o":{"x":0.167,"y":0.189},"t":35,"s":[258.548,199.373,0],"to":[0.156,-0.027,0],"ti":[-0.116,0.034,0]},{"i":{"x":0.833,"y":0.856},"o":{"x":0.167,"y":0.194},"t":36,"s":[258.956,199.282,0],"to":[0.116,-0.034,0],"ti":[-0.078,0.042,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.199},"t":37,"s":[259.247,199.167,0],"to":[0.078,-0.042,0],"ti":[-0.042,0.049,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.191},"t":38,"s":[259.427,199.031,0],"to":[0.042,-0.049,0],"ti":[-0.007,0.055,0]},{"i":{"x":0.833,"y":0.809},"o":{"x":0.167,"y":0.164},"t":39,"s":[259.498,198.875,0],"to":[0.007,-0.055,0],"ti":[0.027,0.061,0]},{"i":{"x":0.833,"y":0.808},"o":{"x":0.167,"y":0.148},"t":40,"s":[259.466,198.699,0],"to":[-0.027,-0.061,0],"ti":[0.059,0.066,0]},{"i":{"x":0.833,"y":0.813},"o":{"x":0.167,"y":0.147},"t":41,"s":[259.336,198.506,0],"to":[-0.059,-0.066,0],"ti":[0.089,0.071,0]},{"i":{"x":0.833,"y":0.818},"o":{"x":0.167,"y":0.15},"t":42,"s":[259.112,198.3,0],"to":[-0.089,-0.071,0],"ti":[0.117,0.074,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.153},"t":43,"s":[258.802,198.083,0],"to":[-0.117,-0.074,0],"ti":[0.142,0.075,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.156},"t":44,"s":[258.411,197.859,0],"to":[-0.142,-0.075,0],"ti":[0.165,0.075,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.158},"t":45,"s":[257.947,197.632,0],"to":[-0.165,-0.075,0],"ti":[0.182,0.074,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.163},"t":46,"s":[257.418,197.407,0],"to":[-0.182,-0.074,0],"ti":[0.188,0.072,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.167},"t":47,"s":[256.856,197.186,0],"to":[-0.188,-0.072,0],"ti":[0.188,0.068,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.168},"t":48,"s":[256.29,196.974,0],"to":[-0.188,-0.068,0],"ti":[0.184,0.062,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.17},"t":49,"s":[255.73,196.777,0],"to":[-0.184,-0.062,0],"ti":[0.178,0.054,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.172},"t":50,"s":[255.185,196.601,0],"to":[-0.178,-0.054,0],"ti":[0.168,0.043,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.174},"t":51,"s":[254.664,196.453,0],"to":[-0.168,-0.043,0],"ti":[0.154,0.03,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.177},"t":52,"s":[254.178,196.341,0],"to":[-0.154,-0.03,0],"ti":[0.136,0.014,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.181},"t":53,"s":[253.74,196.272,0],"to":[-0.136,-0.014,0],"ti":[0.114,-0.009,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.185},"t":54,"s":[253.361,196.256,0],"to":[-0.114,0.009,0],"ti":[0.088,-0.039,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.176},"t":55,"s":[253.059,196.325,0],"to":[-0.088,0.039,0],"ti":[0.062,-0.069,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.163},"t":56,"s":[252.835,196.49,0],"to":[-0.062,0.069,0],"ti":[0.038,-0.096,0]},{"i":{"x":0.833,"y":0.82},"o":{"x":0.167,"y":0.156},"t":57,"s":[252.687,196.74,0],"to":[-0.038,0.096,0],"ti":[0.015,-0.119,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.155},"t":58,"s":[252.609,197.066,0],"to":[-0.015,0.119,0],"ti":[0.002,-0.065,0]},{"t":59,"s":[252.597,197.456,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.755,1.005,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":6,"s":[82.502,83.365,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.13,0.857,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.126,0.005,0]},"t":7,"s":[92.567,121.915,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.954,1.043,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.051,0.199,0]},"t":8,"s":[112.053,80.824,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.879,0.874,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.103,0.029,0]},"t":9,"s":[62.128,51.3,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.612,1.126,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.269,0.247,0]},"t":10,"s":[84.48,96.186,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.946,0.869,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.106,0.05,0]},"t":11,"s":[94.531,118.987,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.7,1.007,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.155,0.229,0]},"t":12,"s":[131.266,61.724,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.907,0.775,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.115,0.006,0]},"t":13,"s":[118.417,29.003,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.355,0.999,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.826,0.132,0]},"t":14,"s":[85.075,64.302,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.982,0.898,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.067,-0.001,0]},"t":15,"s":[81.335,124.25,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.912,0.874,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.023,0.465,0]},"t":16,"s":[101.012,65.094,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-1.675,1.303,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.722,0.245,0]},"t":17,"s":[85.57,52.183,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.895,0.888,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.086,0.065,0]},"t":18,"s":[84.785,45.511,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.611,0.792,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.406,0.329,0]},"t":19,"s":[60.369,76.428,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.931,1.274,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.073,0.139,0]},"t":20,"s":[54.064,86.903,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.849,0.976,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.399,0.064,0]},"t":21,"s":[106.629,102.562,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.815,0.921,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.186,-0.033,0]},"t":22,"s":[97.556,35.47,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.903,2.194,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.152,-1.466,0]},"t":23,"s":[90.213,83.359,100]},{"i":{"x":[0.833,0.833,0.833],"y":[3.319,1.048,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.578,0.078,0]},"t":24,"s":[81.292,80.783,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.951,0.967,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.08,0.031,0]},"t":25,"s":[79.79,120.257,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.962,0.971,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.122,-0.054,0]},"t":26,"s":[123.086,57.838,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.232,0.873,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.07,-0.045,0]},"t":27,"s":[105.488,95.827,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.055,0.885,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.061,0.244,0]},"t":28,"s":[115.025,71.124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.912,1.655,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.033,0.303,0]},"t":29,"s":[78.946,58.294,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.622,0.901,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.606,0.074,0]},"t":30,"s":[138.694,53.428,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.84,0.751,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.073,0.515,0]},"t":31,"s":[141.965,96.547,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.001,1.291,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.174,0.125,0]},"t":32,"s":[114.285,104.867,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.034,0.926,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.001,0.065,0]},"t":33,"s":[88.923,121.377,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.803,1.172,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.024,-0.633,0]},"t":34,"s":[114.574,47.291,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.958,0.952,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.145,0.056,0]},"t":35,"s":[78.466,55.906,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.8,1.065,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.086,-0.111,0]},"t":36,"s":[29.34,29.523,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.943,0.987,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.143,0.036,0]},"t":37,"s":[53.468,40.837,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.752,0.669,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.176,-0.016,0]},"t":38,"s":[87.347,20.728,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.766,1.02,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.126,0.111,0]},"t":39,"s":[76.456,37.629,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.931,0.959,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.129,0.016,0]},"t":40,"s":[54.995,87.783,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.044,1.088,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.403,-0.082,0]},"t":41,"s":[16.235,25.439,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.502,0.976,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.029,0.043,0]},"t":42,"s":[22.876,56.837,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.932,0.922,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,-0.033,0]},"t":43,"s":[12.722,-7.888,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.475,0.348,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.373,-1.253,0]},"t":44,"s":[84.051,38.375,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.949,0.884,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.099,0.096,0]},"t":45,"s":[71.021,35.491,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.795,1.365,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.133,0.294,0]},"t":46,"s":[1.946,15.801,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.93,1.015,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.14,0.068,0]},"t":47,"s":[28.567,8.027,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.248,0.922,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.452,0.012,0]},"t":48,"s":[67.532,49.862,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.928,1.749,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.094,-1.199,0]},"t":49,"s":[61.469,0.74,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.813,1.078,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.542,0.075,0]},"t":50,"s":[12.831,3.931,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.066,0.975,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.15,0.04,0]},"t":51,"s":[19.315,-27.951,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.028,0.938,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.037,-0.035,0]},"t":52,"s":[27.419,33.62,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.067,0.472,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.021,-0.242,0]},"t":53,"s":[12.92,-9.628,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.982,1.01,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.037,0.099,0]},"t":54,"s":[32.326,1.452,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.849,0.922,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.022,0.009,0]},"t":55,"s":[-2.724,60.543,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.975,-0.245,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.186,-1.156,0]},"t":56,"s":[24.945,-5.97,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.875,0.971,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.035,0.089,0]},"t":57,"s":[47.481,-1.498,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.25,-0.046,0]},"t":58,"s":[31.587,60.823,100]},{"t":59,"s":[23.622,20.517,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[6,32],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":6.599,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.167325382607,0.716982433843,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-7.382,-25.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":6,"op":60,"st":6,"bm":0},{"ddd":0,"ind":38,"ty":4,"nm":"Shape Layer 14","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":7,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[100]},{"t":50,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.588},"o":{"x":0.167,"y":0.167},"t":7,"s":[276.873,250.83,0],"to":[-0.189,-0.223,0],"ti":[1.057,0.986,0]},{"i":{"x":0.833,"y":0.763},"o":{"x":0.167,"y":0.104},"t":8,"s":[275.739,249.492,0],"to":[-1.057,-0.986,0],"ti":[2.736,1.782,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":9,"s":[270.529,244.915,0],"to":[-2.736,-1.782,0],"ti":[4.156,1.618,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":10,"s":[259.324,238.803,0],"to":[-4.156,-1.618,0],"ti":[4.345,0.759,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.179},"t":11,"s":[245.595,235.21,0],"to":[-4.345,-0.759,0],"ti":[3.769,0.09,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.184},"t":12,"s":[233.251,234.251,0],"to":[-3.769,-0.09,0],"ti":[3.138,-0.25,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.183},"t":13,"s":[222.982,234.672,0],"to":[-3.138,0.25,0],"ti":[2.634,-0.412,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":14,"s":[214.421,235.749,0],"to":[-2.634,0.412,0],"ti":[2.24,-0.491,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":15,"s":[207.179,237.146,0],"to":[-2.24,0.491,0],"ti":[1.931,-0.529,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":16,"s":[200.979,238.697,0],"to":[-1.931,0.529,0],"ti":[1.683,-0.547,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":17,"s":[195.596,240.321,0],"to":[-1.683,0.547,0],"ti":[1.48,-0.555,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":18,"s":[190.881,241.977,0],"to":[-1.48,0.555,0],"ti":[1.309,-0.559,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":19,"s":[186.716,243.649,0],"to":[-1.309,0.559,0],"ti":[1.16,-0.566,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":20,"s":[183.025,245.334,0],"to":[-1.16,0.566,0],"ti":[1.025,-0.581,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":21,"s":[179.755,247.045,0],"to":[-1.025,0.581,0],"ti":[0.884,-0.616,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":22,"s":[176.877,248.822,0],"to":[-0.884,0.616,0],"ti":[0.678,-0.697,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.175},"t":23,"s":[174.448,250.742,0],"to":[-0.678,0.697,0],"ti":[0.181,-0.747,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.183},"t":24,"s":[172.806,253.001,0],"to":[-0.181,0.747,0],"ti":[-0.395,-0.538,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.177},"t":25,"s":[173.36,255.224,0],"to":[0.395,0.538,0],"ti":[-0.6,-0.241,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.179},"t":26,"s":[175.177,256.227,0],"to":[0.6,0.241,0],"ti":[-0.564,-0.106,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":27,"s":[176.961,256.669,0],"to":[0.564,0.106,0],"ti":[-0.502,-0.043,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.179},"t":28,"s":[178.564,256.865,0],"to":[0.502,0.043,0],"ti":[-0.439,-0.008,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":29,"s":[179.975,256.928,0],"to":[0.439,0.008,0],"ti":[-0.38,0.014,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":30,"s":[181.2,256.911,0],"to":[0.38,-0.014,0],"ti":[-0.325,0.028,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.181},"t":31,"s":[182.253,256.843,0],"to":[0.325,-0.028,0],"ti":[-0.275,0.036,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.182},"t":32,"s":[183.148,256.743,0],"to":[0.275,-0.036,0],"ti":[-0.23,0.04,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.183},"t":33,"s":[183.9,256.626,0],"to":[0.23,-0.04,0],"ti":[-0.19,0.041,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.184},"t":34,"s":[184.526,256.502,0],"to":[0.19,-0.041,0],"ti":[-0.155,0.04,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.185},"t":35,"s":[185.04,256.378,0],"to":[0.155,-0.04,0],"ti":[-0.125,0.037,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.187},"t":36,"s":[185.458,256.261,0],"to":[0.125,-0.037,0],"ti":[-0.1,0.031,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.187},"t":37,"s":[185.791,256.158,0],"to":[0.1,-0.031,0],"ti":[-0.082,0.022,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.185},"t":38,"s":[186.06,256.075,0],"to":[0.082,-0.022,0],"ti":[-0.073,0.001,0]},{"i":{"x":0.833,"y":0.822},"o":{"x":0.167,"y":0.172},"t":39,"s":[186.284,256.027,0],"to":[0.073,-0.001,0],"ti":[-0.069,-0.03,0]},{"i":{"x":0.833,"y":0.817},"o":{"x":0.167,"y":0.157},"t":40,"s":[186.495,256.07,0],"to":[0.069,0.03,0],"ti":[-0.067,-0.059,0]},{"i":{"x":0.833,"y":0.818},"o":{"x":0.167,"y":0.153},"t":41,"s":[186.699,256.205,0],"to":[0.067,0.059,0],"ti":[-0.065,-0.084,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.154},"t":42,"s":[186.897,256.422,0],"to":[0.065,0.084,0],"ti":[-0.063,-0.106,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.156},"t":43,"s":[187.09,256.71,0],"to":[0.063,0.106,0],"ti":[-0.062,-0.125,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.158},"t":44,"s":[187.278,257.059,0],"to":[0.062,0.125,0],"ti":[-0.059,-0.141,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.16},"t":45,"s":[187.46,257.46,0],"to":[0.059,0.141,0],"ti":[-0.057,-0.153,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.162},"t":46,"s":[187.635,257.904,0],"to":[0.057,0.153,0],"ti":[-0.059,-0.163,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.162},"t":47,"s":[187.802,258.381,0],"to":[0.059,0.163,0],"ti":[-0.07,-0.168,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.162},"t":48,"s":[187.988,258.88,0],"to":[0.07,0.168,0],"ti":[-0.084,-0.171,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.164},"t":49,"s":[188.22,259.391,0],"to":[0.084,0.171,0],"ti":[-0.097,-0.171,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.165},"t":50,"s":[188.492,259.907,0],"to":[0.097,0.171,0],"ti":[-0.108,-0.169,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.165},"t":51,"s":[188.799,260.419,0],"to":[0.108,0.169,0],"ti":[-0.117,-0.165,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.166},"t":52,"s":[189.138,260.923,0],"to":[0.117,0.165,0],"ti":[-0.125,-0.159,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.167},"t":53,"s":[189.502,261.41,0],"to":[0.125,0.159,0],"ti":[-0.13,-0.151,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.168},"t":54,"s":[189.886,261.876,0],"to":[0.13,0.151,0],"ti":[-0.134,-0.141,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.169},"t":55,"s":[190.284,262.315,0],"to":[0.134,0.141,0],"ti":[-0.135,-0.13,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.17},"t":56,"s":[190.69,262.722,0],"to":[0.135,0.13,0],"ti":[-0.135,-0.117,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.172},"t":57,"s":[191.097,263.093,0],"to":[0.135,0.117,0],"ti":[-0.132,-0.103,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.173},"t":58,"s":[191.499,263.423,0],"to":[0.132,0.103,0],"ti":[-0.065,-0.048,0]},{"t":59,"s":[191.888,263.709,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.973,0.541,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":7,"s":[98.652,70.754,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.848,0.518,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.04,0.102,0]},"t":8,"s":[52.407,72.577,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.779,0.997,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.184,0.101,0]},"t":9,"s":[83.757,80.783,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.979,0.867,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.134,-0.003,0]},"t":10,"s":[109.776,120.093,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.877,0.951,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.028,0.222,0]},"t":11,"s":[152.905,82.158,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.679,0.626,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.257,-0.12,0]},"t":12,"s":[120.66,59.419,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.91,0.958,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.113,0.107,0]},"t":13,"s":[105.207,68.721,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.545,0.804,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.14,-0.083,0]},"t":14,"s":[61.164,101.207,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.937,1.003,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.072,0.145,0]},"t":15,"s":[57.69,84.913,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.643,0.859,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.256,0.003,0]},"t":16,"s":[83.888,62.79,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.821,0.798,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.109,0.204,0]},"t":17,"s":[77.451,85.785,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.087,0.898,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.156,0.142,0]},"t":18,"s":[56.288,101.636,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.943,1.927,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.042,0.454,0]},"t":19,"s":[32.111,124.298,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.091,0.877,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.178,0.076,0]},"t":20,"s":[81.428,129.386,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.009,0.967,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.043,0.259,0]},"t":21,"s":[65.685,67.723,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.955,0.799,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.008,-0.054,0]},"t":22,"s":[98.593,38.482,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.732,0.902,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.096,0.142,0]},"t":23,"s":[62.324,56.222,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.936,0.271,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.121,0.546,0]},"t":24,"s":[79.166,81.278,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.932,0.938,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.276,0.094,0]},"t":25,"s":[116.554,85.792,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.592,0.744,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.377,-0.236,0]},"t":26,"s":[107.89,120.793,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.083,0.766,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.073,0.124,0]},"t":27,"s":[109.46,111.669,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.998,0.945,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.042,0.129,0]},"t":28,"s":[96.752,92.8,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.958,0.687,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.002,-0.162,0]},"t":29,"s":[122.109,58.72,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.192,0.866,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.084,0.114,0]},"t":30,"s":[97.302,70.284,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.964,1.117,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.058,0.219,0]},"t":31,"s":[109.621,102.162,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.897,0.962,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.063,0.049,0]},"t":32,"s":[68.943,121.676,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.514,0.947,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.428,-0.071,0]},"t":33,"s":[92.184,74.87,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.944,0.654,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.072,-0.144,0]},"t":34,"s":[97.803,100.145,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.734,0.804,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.175,0.11,0]},"t":35,"s":[57.518,90.885,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.006,0.942,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.121,0.145,0]},"t":36,"s":[70.533,61.657,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.907,0.638,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.006,-0.187,0]},"t":37,"s":[99.011,22.279,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.045,0.875,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.773,0.108,0]},"t":38,"s":[68.391,34.404,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.907,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.029,0.249,0]},"t":39,"s":[64.692,74.939,100]},{"i":{"x":[0.833,0.833,0.833],"y":[8.194,0.523,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.82,-0.051,0]},"t":40,"s":[70.385,95.308,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.944,0.92,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.082,0.101,0]},"t":41,"s":[71.029,82.647,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.654,0.166,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.168,-2.039,0]},"t":42,"s":[14.793,22.846,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.026,0.906,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.11,0.093,0]},"t":43,"s":[33.445,25.195,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.908,1.479,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.02,0.754,0]},"t":44,"s":[92.281,46.336,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.981,0.951,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.884,0.071,0]},"t":45,"s":[15.049,48.962,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.761,1.318,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.024,-0.118,0]},"t":46,"s":[7.007,31.245,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.054,0.938,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.128,0.066,0]},"t":47,"s":[13.248,38.566,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.957,1.045,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.033,-0.241,0]},"t":48,"s":[24.888,3.264,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.6,1.009,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.09,0.029,0]},"t":49,"s":[5.738,12.341,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.956,0.936,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.105,0.008,0]},"t":50,"s":[14.963,-1.634,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.929,0.639,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.091,-0.275,0]},"t":51,"s":[50.015,13.874,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.185,1.318,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.46,0.108,0]},"t":52,"s":[33.27,10.27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.869,0.969,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.078,0.066,0]},"t":53,"s":[35.84,-1.726,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.164,0.842,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.228,-0.049,0]},"t":54,"s":[-3.278,56.039,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.948,1.064,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.055,0.177,0]},"t":55,"s":[-25.859,19.601,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.951,0.938,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.139,0.036,0]},"t":56,"s":[41.265,-12.971,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.325,0.731,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.118,-0.247,0]},"t":57,"s":[16.064,44.564,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.066,0.121,0]},"t":58,"s":[26.47,30.06,100]},{"t":59,"s":[-24.557,-2.189,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.012,10.621],[-5.695,5.34],[-2.557,-7.377],[3.15,-2.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.8941176470588236,0.11372549019607843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.421,4.043],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":7,"op":60,"st":7,"bm":0},{"ddd":0,"ind":39,"ty":4,"nm":"Shape Layer 13","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":15,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[100]},{"t":53,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.569},"o":{"x":0.167,"y":0.167},"t":10,"s":[278.346,255.953,0],"to":[-0.206,-0.234,0],"ti":[0.991,1.248,0]},{"i":{"x":0.833,"y":0.794},"o":{"x":0.167,"y":0.103},"t":11,"s":[277.109,254.547,0],"to":[-0.991,-1.248,0],"ti":[0.533,2.822,0]},{"i":{"x":0.833,"y":0.801},"o":{"x":0.167,"y":0.14},"t":12,"s":[272.4,248.463,0],"to":[-0.533,-2.822,0],"ti":[-2.874,1.607,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.143},"t":13,"s":[273.909,237.613,0],"to":[2.874,-1.607,0],"ti":[-4.877,-0.657,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.18},"t":14,"s":[289.644,238.823,0],"to":[4.877,0.657,0],"ti":[-4.118,-0.868,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.184},"t":15,"s":[303.171,241.554,0],"to":[4.118,0.868,0],"ti":[-3.424,-0.757,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":16,"s":[314.351,244.031,0],"to":[3.424,0.757,0],"ti":[-2.889,-0.625,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.181},"t":17,"s":[323.717,246.095,0],"to":[2.889,0.625,0],"ti":[-2.477,-0.51,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":18,"s":[331.687,247.782,0],"to":[2.477,0.51,0],"ti":[-2.154,-0.414,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":19,"s":[338.58,249.155,0],"to":[2.154,0.414,0],"ti":[-1.892,-0.333,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":20,"s":[344.611,250.265,0],"to":[1.892,0.333,0],"ti":[-1.675,-0.265,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":21,"s":[349.933,251.155,0],"to":[1.675,0.265,0],"ti":[-1.493,-0.207,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.177},"t":22,"s":[354.663,251.856,0],"to":[1.493,0.207,0],"ti":[-1.344,-0.162,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.176},"t":23,"s":[358.894,252.395,0],"to":[1.344,0.162,0],"ti":[-1.227,-0.138,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":24,"s":[362.724,252.827,0],"to":[1.227,0.138,0],"ti":[-1.133,-0.127,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":25,"s":[366.255,253.222,0],"to":[1.133,0.127,0],"ti":[-1.051,-0.117,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":26,"s":[369.523,253.587,0],"to":[1.051,0.117,0],"ti":[-0.978,-0.109,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":27,"s":[372.561,253.926,0],"to":[0.978,0.109,0],"ti":[-0.912,-0.101,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":28,"s":[375.391,254.24,0],"to":[0.912,0.101,0],"ti":[-0.852,-0.093,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":29,"s":[378.033,254.529,0],"to":[0.852,0.093,0],"ti":[-0.796,-0.085,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.172},"t":30,"s":[380.502,254.795,0],"to":[0.796,0.085,0],"ti":[-0.745,-0.076,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.172},"t":31,"s":[382.812,255.037,0],"to":[0.745,0.076,0],"ti":[-0.697,-0.068,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.172},"t":32,"s":[384.972,255.253,0],"to":[0.697,0.068,0],"ti":[-0.651,-0.059,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":33,"s":[386.993,255.443,0],"to":[0.651,0.059,0],"ti":[-0.608,-0.05,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":34,"s":[388.881,255.606,0],"to":[0.608,0.05,0],"ti":[-0.567,-0.04,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":35,"s":[390.642,255.741,0],"to":[0.567,0.04,0],"ti":[-0.527,-0.03,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":36,"s":[392.281,255.845,0],"to":[0.527,0.03,0],"ti":[-0.488,-0.019,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":37,"s":[393.801,255.919,0],"to":[0.488,0.019,0],"ti":[-0.45,-0.008,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":38,"s":[395.207,255.96,0],"to":[0.45,0.008,0],"ti":[-0.412,0.002,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":39,"s":[396.499,255.969,0],"to":[0.412,-0.002,0],"ti":[-0.375,0.014,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":40,"s":[397.679,255.945,0],"to":[0.375,-0.014,0],"ti":[-0.338,0.025,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":41,"s":[398.748,255.888,0],"to":[0.338,-0.025,0],"ti":[-0.301,0.036,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":42,"s":[399.706,255.797,0],"to":[0.301,-0.036,0],"ti":[-0.264,0.047,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":43,"s":[400.554,255.673,0],"to":[0.264,-0.047,0],"ti":[-0.227,0.057,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":44,"s":[401.291,255.517,0],"to":[0.227,-0.057,0],"ti":[-0.189,0.067,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.181},"t":45,"s":[401.915,255.33,0],"to":[0.189,-0.067,0],"ti":[-0.151,0.077,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.183},"t":46,"s":[402.427,255.112,0],"to":[0.151,-0.077,0],"ti":[-0.113,0.086,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.183},"t":47,"s":[402.824,254.867,0],"to":[0.113,-0.086,0],"ti":[-0.074,0.094,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.18},"t":48,"s":[403.104,254.596,0],"to":[0.074,-0.094,0],"ti":[-0.034,0.101,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.172},"t":49,"s":[403.266,254.302,0],"to":[0.034,-0.101,0],"ti":[0.002,0.108,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.162},"t":50,"s":[403.307,253.989,0],"to":[-0.002,-0.108,0],"ti":[0.028,0.114,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.16},"t":51,"s":[403.256,253.656,0],"to":[-0.028,-0.114,0],"ti":[0.05,0.119,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.159},"t":52,"s":[403.14,253.307,0],"to":[-0.05,-0.119,0],"ti":[0.071,0.117,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.165},"t":53,"s":[402.953,252.945,0],"to":[-0.071,-0.117,0],"ti":[0.081,0.103,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":54,"s":[402.716,252.603,0],"to":[-0.081,-0.103,0],"ti":[0.084,0.081,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":55,"s":[402.468,252.328,0],"to":[-0.084,-0.081,0],"ti":[0.087,0.059,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.175},"t":56,"s":[402.212,252.118,0],"to":[-0.087,-0.059,0],"ti":[0.089,0.038,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.172},"t":57,"s":[401.947,251.973,0],"to":[-0.089,-0.038,0],"ti":[0.091,0.018,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.168},"t":58,"s":[401.676,251.89,0],"to":[-0.091,-0.018,0],"ti":[0.046,0.004,0]},{"t":59,"s":[401.399,251.868,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.884,0.999,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":10,"s":[150.023,84.302,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.718,0.778,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.295,-0.001,0]},"t":11,"s":[115.536,94.772,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.873,0.898,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.118,0.133,0]},"t":12,"s":[101.947,84.391,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.035,1.291,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.243,0.465,0]},"t":13,"s":[69.48,67.085,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.989,0.813,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.025,0.065,0]},"t":14,"s":[52.556,63.303,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.856,0.84,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.012,0.15,0]},"t":15,"s":[76.674,80.31,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.805,0.955,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.197,0.174,0]},"t":16,"s":[55.698,101.414,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.152,1.045,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.145,-0.098,0]},"t":17,"s":[40.385,120.878,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.954,1.219,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.054,0.029,0]},"t":18,"s":[19.82,111.938,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.016,0.871,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.102,0.06,0]},"t":19,"s":[78.004,125.754,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.949,0.912,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.013,0.234,0]},"t":20,"s":[51.803,75.606,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.062,0.955,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.135,1.443,0]},"t":21,"s":[82.948,47.853,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.885,-0.218,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.035,-0.097,0]},"t":22,"s":[71.038,46.152,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.784,0.414,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.302,0.089,0]},"t":23,"s":[91.761,46.937,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.922,0.919,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.136,0.097,0]},"t":24,"s":[99.655,57.625,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.883,0.788,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.133,-3.004,0]},"t":25,"s":[112.222,122.076,100]},{"i":{"x":[0.833,0.833,0.833],"y":[4.25,0.248,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.289,0.137,0]},"t":26,"s":[111.361,120.336,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.223,0.834,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.081,0.094,0]},"t":27,"s":[111.012,117.65,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.926,1.003,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.061,0.167,0]},"t":28,"s":[124.959,96.101,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.488,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.648,0.003,0]},"t":29,"s":[73.624,74.745,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.933,0.958,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,-0.053,0]},"t":30,"s":[79.474,96.927,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.44,0.823,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.337,-0.086,0]},"t":31,"s":[39.363,83.33,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.955,0.354,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.098,0.158,0]},"t":32,"s":[47.32,90.031,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.968,0.971,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.099,0.096,0]},"t":33,"s":[92.847,97.529,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.719,0.771,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.051,-0.044,0]},"t":34,"s":[72.017,148.186,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.036,0.926,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.118,0.131,0]},"t":35,"s":[84.935,114.918,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.917,1.042,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.025,-0.658,0]},"t":36,"s":[115.633,56.769,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-3.33,1.406,1]},"o":{"x":[0.167,0.167,0.167],"y":[-14.6,0.028,0]},"t":37,"s":[71.733,63.301,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.842,0.897,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.085,0.069,0]},"t":38,"s":[71.982,53.5,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.296,1.262,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.177,0.435,0]},"t":39,"s":[84.68,111.004,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.873,0.865,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.065,0.063,0]},"t":40,"s":[96.026,124.642,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.082,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.241,0.218,0]},"t":41,"s":[44.359,68.117,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.979,1.947,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.041,1.94,0]},"t":42,"s":[16.99,33.186,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.848,0.777,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.028,0.077,0]},"t":43,"s":[71.31,31.618,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.963,1.037,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.185,0.133,0]},"t":44,"s":[30.563,51.009,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.958,0.898,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.066,0.026,0]},"t":45,"s":[-2.843,83.398,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.188,0.937,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.084,0.448,0]},"t":46,"s":[15.771,36.624,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.924,-0.025,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.058,-0.252,0]},"t":47,"s":[6.523,25.933,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.308,1.025,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.823,0.091,0]},"t":48,"s":[36.606,28.591,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.857,0.867,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.066,0.019,0]},"t":49,"s":[33.84,58.624,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.022,0.96,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.199,0.224,0]},"t":50,"s":[46.823,19.638,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.667,0.763,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.018,-0.078,0]},"t":51,"s":[56.147,-3.469,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.868,0.839,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.111,0.129,0]},"t":52,"s":[44.338,8.441,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.071,1.087,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.227,0.172,0]},"t":53,"s":[8.892,30.372,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.016,0.969,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,0.043,0]},"t":54,"s":[-11.629,50.878,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.012,0.823,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.013,-0.049,0]},"t":55,"s":[26.385,8.842,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.938,1.146,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.011,0.158,0]},"t":56,"s":[-18.969,35.342,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.128,0.932,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.244,0.053,0]},"t":57,"s":[33.051,65.059,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.051,-0.359,0]},"t":58,"s":[19.792,-16.798,100]},{"t":59,"s":[53.472,-1.378,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.012,10.621],[-5.695,5.34],[-2.557,-7.377],[3.15,-2.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.8941176470588236,0.11372549019607843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.421,4.043],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":60,"st":10,"bm":0},{"ddd":0,"ind":40,"ty":4,"nm":"Shape Layer 12","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":11,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":16,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":38,"s":[100]},{"t":54,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.583},"o":{"x":0.167,"y":0.167},"t":11,"s":[278.886,263.108,0],"to":[-0.396,0.093,0],"ti":[2.046,0.295,0]},{"i":{"x":0.833,"y":0.762},"o":{"x":0.167,"y":0.104},"t":12,"s":[276.51,263.668,0],"to":[-2.046,-0.295,0],"ti":[4.357,2.028,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.128},"t":13,"s":[266.607,261.339,0],"to":[-4.357,-2.028,0],"ti":[5.491,3.808,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":14,"s":[250.369,251.499,0],"to":[-5.491,-3.808,0],"ti":[5.141,4.15,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":15,"s":[233.659,238.49,0],"to":[-5.141,-4.15,0],"ti":[4.303,3.645,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.184},"t":16,"s":[219.52,226.601,0],"to":[-4.303,-3.645,0],"ti":[3.589,3.053,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.183},"t":17,"s":[207.84,216.618,0],"to":[-3.589,-3.053,0],"ti":[3.064,2.559,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":18,"s":[197.984,208.283,0],"to":[-3.064,-2.559,0],"ti":[2.675,2.164,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":19,"s":[189.458,201.262,0],"to":[-2.675,-2.164,0],"ti":[2.381,1.843,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":20,"s":[181.933,195.3,0],"to":[-2.381,-1.843,0],"ti":[2.153,1.575,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":21,"s":[175.17,190.206,0],"to":[-2.153,-1.575,0],"ti":[1.971,1.344,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":22,"s":[169.014,185.852,0],"to":[-1.971,-1.344,0],"ti":[1.824,1.14,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":23,"s":[163.346,182.143,0],"to":[-1.824,-1.14,0],"ti":[1.703,0.954,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":24,"s":[158.073,179.012,0],"to":[-1.703,-0.954,0],"ti":[1.601,0.778,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":25,"s":[153.127,176.419,0],"to":[-1.601,-0.778,0],"ti":[1.512,0.605,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":26,"s":[148.464,174.344,0],"to":[-1.512,-0.605,0],"ti":[1.427,0.431,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":27,"s":[144.054,172.787,0],"to":[-1.427,-0.431,0],"ti":[1.341,0.252,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":28,"s":[139.899,171.759,0],"to":[-1.341,-0.252,0],"ti":[1.243,0.072,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":29,"s":[136.007,171.274,0],"to":[-1.243,-0.072,0],"ti":[1.123,-0.099,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":30,"s":[132.443,171.328,0],"to":[-1.123,0.099,0],"ti":[0.987,-0.242,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":31,"s":[129.266,171.868,0],"to":[-0.987,0.242,0],"ti":[0.844,-0.342,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":32,"s":[126.522,172.779,0],"to":[-0.844,0.342,0],"ti":[0.71,-0.397,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":33,"s":[124.202,173.921,0],"to":[-0.71,0.397,0],"ti":[0.594,-0.415,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":34,"s":[122.26,175.163,0],"to":[-0.594,0.415,0],"ti":[0.499,-0.407,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":35,"s":[120.635,176.409,0],"to":[-0.499,0.407,0],"ti":[0.424,-0.386,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":36,"s":[119.263,177.604,0],"to":[-0.424,0.386,0],"ti":[0.362,-0.359,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":37,"s":[118.093,178.724,0],"to":[-0.362,0.359,0],"ti":[0.312,-0.329,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":38,"s":[117.089,179.757,0],"to":[-0.312,0.329,0],"ti":[0.271,-0.298,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":39,"s":[116.22,180.697,0],"to":[-0.271,0.298,0],"ti":[0.237,-0.267,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":40,"s":[115.461,181.543,0],"to":[-0.237,0.267,0],"ti":[0.208,-0.237,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":41,"s":[114.796,182.298,0],"to":[-0.208,0.237,0],"ti":[0.183,-0.208,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":42,"s":[114.21,182.964,0],"to":[-0.183,0.208,0],"ti":[0.161,-0.181,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":43,"s":[113.696,183.547,0],"to":[-0.161,0.181,0],"ti":[0.141,-0.155,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":44,"s":[113.244,184.051,0],"to":[-0.141,0.155,0],"ti":[0.122,-0.131,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.182},"t":45,"s":[112.85,184.48,0],"to":[-0.122,0.131,0],"ti":[0.105,-0.107,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.183},"t":46,"s":[112.51,184.835,0],"to":[-0.105,0.107,0],"ti":[0.089,-0.086,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.186},"t":47,"s":[112.219,185.124,0],"to":[-0.089,0.086,0],"ti":[0.074,-0.066,0]},{"i":{"x":0.833,"y":0.855},"o":{"x":0.167,"y":0.19},"t":48,"s":[111.973,185.351,0],"to":[-0.074,0.066,0],"ti":[0.06,-0.046,0]},{"i":{"x":0.833,"y":0.861},"o":{"x":0.167,"y":0.197},"t":49,"s":[111.772,185.518,0],"to":[-0.06,0.046,0],"ti":[0.046,-0.026,0]},{"i":{"x":0.833,"y":0.855},"o":{"x":0.167,"y":0.208},"t":50,"s":[111.612,185.626,0],"to":[-0.046,0.026,0],"ti":[0.035,-0.013,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.196},"t":51,"s":[111.493,185.674,0],"to":[-0.035,0.013,0],"ti":[0.027,-0.015,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.171},"t":52,"s":[111.404,185.706,0],"to":[-0.027,0.015,0],"ti":[0.021,-0.022,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.164},"t":53,"s":[111.333,185.761,0],"to":[-0.021,0.022,0],"ti":[0.015,-0.028,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.161},"t":54,"s":[111.28,185.837,0],"to":[-0.015,0.028,0],"ti":[0.01,-0.033,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.16},"t":55,"s":[111.243,185.929,0],"to":[-0.01,0.033,0],"ti":[0.006,-0.036,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.162},"t":56,"s":[111.219,186.034,0],"to":[-0.006,0.036,0],"ti":[0.003,-0.038,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.164},"t":57,"s":[111.207,186.148,0],"to":[-0.003,0.038,0],"ti":[0,-0.039,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.168},"t":58,"s":[111.203,186.265,0],"to":[0,0.039,0],"ti":[0,-0.019,0]},{"t":59,"s":[111.205,186.381,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.894,0.956,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":11,"s":[70.371,73.099,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.011,0.757,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.387,-0.094,0]},"t":12,"s":[81.451,49.764,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.535,0.952,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.009,0.127,0]},"t":13,"s":[84.489,60.747,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.814,1.157,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.102,-0.112,0]},"t":14,"s":[81.065,81.842,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.818,1.017,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.151,0.054,0]},"t":15,"s":[65.388,72.828,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.16,0.963,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.154,0.014,0]},"t":16,"s":[46.083,98.818,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.958,0.997,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.055,-0.066,0]},"t":17,"s":[23.236,67.65,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.924,0.911,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.086,-0.003,0]},"t":18,"s":[90.073,84.988,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.171,1.805,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.806,1.29,0]},"t":19,"s":[57.21,68.22,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.965,1.029,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.09,0.076,0]},"t":20,"s":[60.29,67.062,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.989,0.774,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.06,0.022,0]},"t":21,"s":[100.479,79.398,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.87,1.114,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.013,0.132,0]},"t":22,"s":[77.165,62.735,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.823,0.904,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.233,0.048,0]},"t":23,"s":[97.376,34.245,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.123,1.029,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.158,0.644,0]},"t":24,"s":[108.611,101.546,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.977,0.834,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.05,0.021,0]},"t":25,"s":[121.197,111.543,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.983,1.031,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.031,0.167,0]},"t":26,"s":[90.035,98.098,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.835,0.878,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.021,0.023,0]},"t":27,"s":[112.765,84.756,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.751,1.24,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.168,0.262,0]},"t":28,"s":[94.608,103.076,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.906,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.125,0.062,0]},"t":29,"s":[76.78,111.632,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.547,-0.27,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.74,2.198,0]},"t":30,"s":[41.278,78.465,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.914,1.188,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.072,0.089,0]},"t":31,"s":[36.77,77.159,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.441,0.893,1]},"o":{"x":[0.167,0.167,0.167],"y":[2.649,0.058,0]},"t":32,"s":[70.888,58.554,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.52,1.21,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.098,0.377,0]},"t":33,"s":[71.996,119.193,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.977,0.952,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.101,0.06,0]},"t":34,"s":[78.321,136.39,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.766,1.004,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.031,-0.115,0]},"t":35,"s":[108.467,75.868,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.959,0.964,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.129,0.004,0]},"t":36,"s":[86.503,101.319,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.84,0.825,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.079,-0.062,0]},"t":37,"s":[46.776,74.608,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.98,0.909,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.174,0.159,0]},"t":38,"s":[67.187,89.94,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.699,3.529,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.027,1.019,0]},"t":39,"s":[85.904,106.857,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.914,0.895,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.115,0.081,0]},"t":40,"s":[71.727,108.364,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.929,0.834,1]},"o":{"x":[0.167,0.167,0.167],"y":[2.984,0.401,0]},"t":41,"s":[34.691,61.105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.084,1.299,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.08,0.168,0]},"t":42,"s":[33.627,48.718,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.001,0.999,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.042,0.065,0]},"t":43,"s":[59.325,36.458,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.944,0.928,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.001,-0.001,0]},"t":44,"s":[7.81,92.753,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.889,0.958,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.168,-0.538,0]},"t":45,"s":[59.941,37.215,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.33,1.334,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.335,-0.083,0]},"t":46,"s":[42.632,44.663,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.973,0.992,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.067,0.067,0]},"t":47,"s":[36.89,40.928,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.915,0.649,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.04,-0.009,0]},"t":48,"s":[65.36,59.633,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.366,0.982,1]},"o":{"x":[0.167,0.167,0.167],"y":[3.347,0.109,0]},"t":49,"s":[46.071,42.784,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.284,0.916,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.096,-0.023,0]},"t":50,"s":[45.578,-11.282,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.976,-5.807,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.094,7.457,0]},"t":51,"s":[42.321,31.087,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.91,0.98,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.033,0.084,0]},"t":52,"s":[17.582,31.566,100]},{"i":{"x":[0.833,0.833,0.833],"y":[4.784,0.838,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.171,-0.026,0]},"t":53,"s":[35.243,70.197,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.95,1.095,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.082,0.171,0]},"t":54,"s":[36.597,40.776,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.762,1.02,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.123,0.044,0]},"t":55,"s":[-26.212,12.89,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.889,0.94,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.128,0.016,0]},"t":56,"s":[-0.792,72.669,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.804,0.91,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.335,-0.211,0]},"t":57,"s":[46.469,-1.813,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.145,1.163,0]},"t":58,"s":[62.111,19.267,100]},{"t":59,"s":[83.28,20.895,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.012,10.621],[-5.695,5.34],[-2.557,-7.377],[3.15,-2.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.8941176470588236,0.11372549019607843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.421,4.043],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":11,"op":60,"st":11,"bm":0},{"ddd":0,"ind":41,"ty":4,"nm":"Shape Layer 11","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":5,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":32,"s":[100]},{"t":48,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.595},"o":{"x":0.167,"y":0.167},"t":5,"s":[280.895,263.305,0],"to":[-0.567,0.175,0],"ti":[2.713,-0.992,0]},{"i":{"x":0.833,"y":0.764},"o":{"x":0.167,"y":0.105},"t":6,"s":[277.49,264.357,0],"to":[-2.713,0.992,0],"ti":[6.007,-2.449,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":7,"s":[264.618,269.257,0],"to":[-6.007,2.449,0],"ti":[8.091,-3.591,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":8,"s":[241.447,279.054,0],"to":[-8.091,3.591,0],"ti":[7.873,-3.782,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":9,"s":[216.07,290.801,0],"to":[-7.873,3.782,0],"ti":[6.648,-3.432,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":10,"s":[194.207,301.746,0],"to":[-6.648,3.432,0],"ti":[5.503,-3.025,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":11,"s":[176.185,311.391,0],"to":[-5.503,3.025,0],"ti":[4.615,-2.683,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":12,"s":[161.19,319.898,0],"to":[-4.615,2.683,0],"ti":[3.935,-2.407,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":13,"s":[148.493,327.489,0],"to":[-3.935,2.407,0],"ti":[3.399,-2.181,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":14,"s":[137.583,334.338,0],"to":[-3.399,2.181,0],"ti":[2.966,-1.993,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":15,"s":[128.098,340.575,0],"to":[-2.966,1.993,0],"ti":[2.607,-1.832,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":16,"s":[119.785,346.294,0],"to":[-2.607,1.832,0],"ti":[2.302,-1.693,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":17,"s":[112.455,351.568,0],"to":[-2.302,1.693,0],"ti":[2.037,-1.57,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":18,"s":[105.973,356.452,0],"to":[-2.037,1.57,0],"ti":[1.803,-1.461,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":19,"s":[100.233,360.99,0],"to":[-1.803,1.461,0],"ti":[1.593,-1.362,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":20,"s":[95.155,365.216,0],"to":[-1.593,1.362,0],"ti":[1.401,-1.271,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":21,"s":[90.677,369.16,0],"to":[-1.401,1.271,0],"ti":[1.224,-1.188,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":22,"s":[86.752,372.844,0],"to":[-1.224,1.188,0],"ti":[1.07,-1.108,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":23,"s":[83.332,376.285,0],"to":[-1.07,1.108,0],"ti":[0.937,-1.031,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":24,"s":[80.332,379.49,0],"to":[-0.937,1.031,0],"ti":[0.818,-0.958,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":25,"s":[77.708,382.471,0],"to":[-0.818,0.958,0],"ti":[0.71,-0.889,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":26,"s":[75.425,385.239,0],"to":[-0.71,0.889,0],"ti":[0.612,-0.822,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":27,"s":[73.45,387.804,0],"to":[-0.612,0.822,0],"ti":[0.523,-0.758,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":28,"s":[71.754,390.173,0],"to":[-0.523,0.758,0],"ti":[0.442,-0.696,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":29,"s":[70.313,392.354,0],"to":[-0.442,0.696,0],"ti":[0.369,-0.637,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":30,"s":[69.102,394.352,0],"to":[-0.369,0.637,0],"ti":[0.304,-0.579,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":31,"s":[68.096,396.175,0],"to":[-0.304,0.579,0],"ti":[0.245,-0.524,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":32,"s":[67.277,397.829,0],"to":[-0.245,0.524,0],"ti":[0.193,-0.471,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":33,"s":[66.624,399.32,0],"to":[-0.193,0.471,0],"ti":[0.147,-0.42,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":34,"s":[66.118,400.656,0],"to":[-0.147,0.42,0],"ti":[0.105,-0.37,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":35,"s":[65.744,401.84,0],"to":[-0.105,0.37,0],"ti":[0.069,-0.322,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.181},"t":36,"s":[65.487,402.877,0],"to":[-0.069,0.322,0],"ti":[0.037,-0.276,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.183},"t":37,"s":[65.332,403.773,0],"to":[-0.037,0.276,0],"ti":[0.009,-0.231,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.185},"t":38,"s":[65.265,404.532,0],"to":[-0.009,0.231,0],"ti":[-0.014,-0.188,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.187},"t":39,"s":[65.276,405.16,0],"to":[0.014,0.188,0],"ti":[-0.034,-0.146,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.189},"t":40,"s":[65.351,405.66,0],"to":[0.034,0.146,0],"ti":[-0.051,-0.106,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.19},"t":41,"s":[65.481,406.037,0],"to":[0.051,0.106,0],"ti":[-0.064,-0.066,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.186},"t":42,"s":[65.655,406.293,0],"to":[0.064,0.066,0],"ti":[-0.074,-0.028,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.172},"t":43,"s":[65.864,406.433,0],"to":[0.074,0.028,0],"ti":[-0.081,0.01,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.158},"t":44,"s":[66.098,406.459,0],"to":[0.081,-0.01,0],"ti":[-0.083,0.038,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.161},"t":45,"s":[66.349,406.373,0],"to":[0.083,-0.038,0],"ti":[-0.078,0.048,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.172},"t":46,"s":[66.596,406.231,0],"to":[0.078,-0.048,0],"ti":[-0.069,0.051,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":47,"s":[66.819,406.083,0],"to":[0.069,-0.051,0],"ti":[-0.057,0.054,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":48,"s":[67.01,405.928,0],"to":[0.057,-0.054,0],"ti":[-0.042,0.058,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.174},"t":49,"s":[67.16,405.761,0],"to":[0.042,-0.058,0],"ti":[-0.023,0.063,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.168},"t":50,"s":[67.259,405.58,0],"to":[0.023,-0.063,0],"ti":[-0.001,0.07,0]},{"i":{"x":0.833,"y":0.82},"o":{"x":0.167,"y":0.159},"t":51,"s":[67.298,405.38,0],"to":[0.001,-0.07,0],"ti":[0.023,0.076,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.155},"t":52,"s":[67.266,405.158,0],"to":[-0.023,-0.076,0],"ti":[0.046,0.073,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.166},"t":53,"s":[67.158,404.922,0],"to":[-0.046,-0.073,0],"ti":[0.062,0.06,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.166},"t":54,"s":[66.993,404.72,0],"to":[-0.062,-0.06,0],"ti":[0.076,0.046,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.165},"t":55,"s":[66.783,404.561,0],"to":[-0.076,-0.046,0],"ti":[0.086,0.031,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.164},"t":56,"s":[66.539,404.446,0],"to":[-0.086,-0.031,0],"ti":[0.093,0.016,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.164},"t":57,"s":[66.269,404.376,0],"to":[-0.093,-0.016,0],"ti":[0.097,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.164},"t":58,"s":[65.982,404.352,0],"to":[-0.097,0,0],"ti":[0.049,-0.004,0]},{"t":59,"s":[65.686,404.375,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.938,0.898,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":5,"s":[49.45,148.28,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.038,1.014,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.246,0.447,0]},"t":6,"s":[96.233,59.296,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.894,0.934,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.026,0.012,0]},"t":7,"s":[84.39,38.927,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.66,0.535,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.391,-0.32,0]},"t":8,"s":[101.568,62.764,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.929,0.999,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.074,0.102,0]},"t":9,"s":[106.222,57.834,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.162,0.853,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.472,-0.001,0]},"t":10,"s":[64.691,35.274,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.955,0.795,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.093,0.193,0]},"t":11,"s":[70.923,57.653,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.827,1.022,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.098,0.141,0]},"t":12,"s":[127.324,74.727,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.934,0.941,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.161,0.018,0]},"t":13,"s":[101.458,99.601,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.386,1.222,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.314,-0.197,0]},"t":14,"s":[73.693,68.044,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.064,0.905,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.069,0.061,0]},"t":15,"s":[79.522,77.427,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.928,1.413,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.036,0.681,0]},"t":16,"s":[46.671,43.016,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.358,0.941,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.543,0.069,0]},"t":17,"s":[104.84,38.219,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.006,1.25,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.096,-0.2,0]},"t":18,"s":[97.095,66.774,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.947,0.896,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.006,0.063,0]},"t":19,"s":[45.158,58.378,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.954,1.295,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.142,0.42,0]},"t":20,"s":[100.992,91.978,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.782,0.93,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.105,0.065,0]},"t":21,"s":[80.364,100.301,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.813,0.641,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.135,-0.451,0]},"t":22,"s":[89.494,62.471,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.187,0.991,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.15,0.109,0]},"t":23,"s":[104.25,68.373,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.922,0.748,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.058,-0.01,0]},"t":24,"s":[122.573,87.899,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.546,1.004,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.303,0.124,0]},"t":25,"s":[63.056,70.386,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.939,0.876,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.088,0.004,0]},"t":26,"s":[66.633,34.869,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.782,0.805,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.233,0.254,0]},"t":27,"s":[129.403,72.011,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.806,1.026,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.135,0.145,0]},"t":28,"s":[112.863,90.111,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.928,0.817,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.146,0.02,0]},"t":29,"s":[86.228,114.396,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.021,0.937,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.514,0.153,0]},"t":30,"s":[50.891,82.427,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.248,0.388,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.017,-0.251,0]},"t":31,"s":[55.82,44.045,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.895,0.966,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.062,0.096,0]},"t":32,"s":[49.632,53.61,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.992,0.911,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.404,-0.058,0]},"t":33,"s":[74.255,114.253,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.123,0.931,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.009,1.243,0]},"t":34,"s":[80.651,78.395,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.943,0.169,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.092,-0.398,0]},"t":35,"s":[74.861,75.817,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.802,1.723,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.176,0.093,0]},"t":36,"s":[19.702,76.263,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.938,1.043,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.144,0.075,0]},"t":37,"s":[37.393,80.265,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.507,0.949,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.243,0.028,0]},"t":38,"s":[61.705,41.546,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.85,0.881,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.1,-0.133,0]},"t":39,"s":[55.488,100.178,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.039,0.614,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.187,0.279,0]},"t":40,"s":[24.961,77.623,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.03,0.973,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.026,0.106,0]},"t":41,"s":[0.375,68.025,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.01,1.132,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.022,-0.04,0]},"t":42,"s":[36.365,33.155,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.865,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.009,0.051,0]},"t":43,"s":[-12.521,56.708,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.071,0.909,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.219,-0.051,0]},"t":44,"s":[42.47,-4.293,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.953,1.38,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,0.941,0]},"t":45,"s":[76.363,33.422,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.979,0.988,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.108,0.068,0]},"t":46,"s":[13.419,37.087,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.943,1.072,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.028,-0.014,0]},"t":47,"s":[40.835,16.71,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.911,1.007,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.176,0.039,0]},"t":48,"s":[20.376,34.131,100]},{"i":{"x":[0.833,0.833,0.833],"y":[3.32,0.906,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.367,0.007,0]},"t":49,"s":[26.948,1.687,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.176,0.438,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.08,0.755,0]},"t":50,"s":[27.375,36.914,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.984,0.868,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.057,0.098,0]},"t":51,"s":[15.071,41.282,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.862,1.428,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.019,0.226,0]},"t":52,"s":[53.354,66.388,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.873,0.951,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.21,0.07,0]},"t":53,"s":[22.228,81.077,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.145,0.971,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.242,-0.12,0]},"t":54,"s":[1.727,-9.051,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.874,0.919,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.053,-0.044,0]},"t":55,"s":[-9.032,27.824,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.791,-3.351,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.245,-3.045,0]},"t":56,"s":[20.502,3.731,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.021,0.93,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.139,0.085,0]},"t":57,"s":[35.73,4.373,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.017,-0.444,0]},"t":58,"s":[58.616,37.243,100]},{"t":59,"s":[30.021,32.047,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.012,10.621],[-5.695,5.34],[-2.557,-7.377],[3.15,-2.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.3137254901960784,0.8901960784313725,0.7607843137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.421,4.043],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":5,"op":60,"st":5,"bm":0},{"ddd":0,"ind":42,"ty":4,"nm":"Shape Layer 10","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":8,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":13,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":35,"s":[100]},{"t":51,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.609},"o":{"x":0.167,"y":0.167},"t":8,"s":[272.114,255.071,0],"to":[-0.266,0.053,0],"ti":[1.216,-0.382,0]},{"i":{"x":0.833,"y":0.765},"o":{"x":0.167,"y":0.106},"t":9,"s":[270.517,255.387,0],"to":[-1.216,0.382,0],"ti":[2.644,-1.017,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":10,"s":[264.819,257.361,0],"to":[-2.644,1.017,0],"ti":[3.502,-1.605,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":11,"s":[254.654,261.49,0],"to":[-3.502,1.605,0],"ti":[3.128,-2.062,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.179},"t":12,"s":[243.809,266.989,0],"to":[-3.128,2.062,0],"ti":[0.929,-2.4,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.191},"t":13,"s":[235.889,273.86,0],"to":[-0.929,2.4,0],"ti":[-1.493,-1.834,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.174},"t":14,"s":[238.235,281.389,0],"to":[1.493,1.834,0],"ti":[-2.114,-0.944,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":15,"s":[244.846,284.864,0],"to":[2.114,0.944,0],"ti":[-1.909,-0.642,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":16,"s":[250.917,287.051,0],"to":[1.909,0.642,0],"ti":[-1.697,-0.51,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":17,"s":[256.301,288.717,0],"to":[1.697,0.51,0],"ti":[-1.516,-0.438,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":18,"s":[261.1,290.112,0],"to":[1.516,0.438,0],"ti":[-1.362,-0.392,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":19,"s":[265.397,291.343,0],"to":[1.362,0.392,0],"ti":[-1.229,-0.362,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":20,"s":[269.269,292.467,0],"to":[1.229,0.362,0],"ti":[-1.114,-0.341,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":21,"s":[272.774,293.517,0],"to":[1.114,0.341,0],"ti":[-1.012,-0.326,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":22,"s":[275.955,294.515,0],"to":[1.012,0.326,0],"ti":[-0.921,-0.314,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":23,"s":[278.847,295.472,0],"to":[0.921,0.314,0],"ti":[-0.839,-0.305,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":24,"s":[281.482,296.4,0],"to":[0.839,0.305,0],"ti":[-0.762,-0.298,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":25,"s":[283.879,297.304,0],"to":[0.762,0.298,0],"ti":[-0.69,-0.293,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":26,"s":[286.053,298.19,0],"to":[0.69,0.293,0],"ti":[-0.621,-0.288,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":27,"s":[288.016,299.06,0],"to":[0.621,0.288,0],"ti":[-0.554,-0.284,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":28,"s":[289.778,299.918,0],"to":[0.554,0.284,0],"ti":[-0.486,-0.279,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":29,"s":[291.338,300.763,0],"to":[0.486,0.279,0],"ti":[-0.419,-0.273,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.177},"t":30,"s":[292.695,301.592,0],"to":[0.419,0.273,0],"ti":[-0.351,-0.266,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.178},"t":31,"s":[293.849,302.402,0],"to":[0.351,0.266,0],"ti":[-0.283,-0.258,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.18},"t":32,"s":[294.801,303.189,0],"to":[0.283,0.258,0],"ti":[-0.215,-0.245,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.183},"t":33,"s":[295.549,303.949,0],"to":[0.215,0.245,0],"ti":[-0.147,-0.225,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.186},"t":34,"s":[296.09,304.662,0],"to":[0.147,0.225,0],"ti":[-0.082,-0.198,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.19},"t":35,"s":[296.429,305.301,0],"to":[0.082,0.198,0],"ti":[-0.024,-0.164,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.191},"t":36,"s":[296.583,305.847,0],"to":[0.024,0.164,0],"ti":[0.026,-0.131,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.179},"t":37,"s":[296.574,306.285,0],"to":[-0.026,0.131,0],"ti":[0.067,-0.108,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.164},"t":38,"s":[296.425,306.636,0],"to":[-0.067,0.108,0],"ti":[0.097,-0.091,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.163},"t":39,"s":[296.17,306.934,0],"to":[-0.097,0.091,0],"ti":[0.117,-0.076,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.163},"t":40,"s":[295.842,307.183,0],"to":[-0.117,0.076,0],"ti":[0.129,-0.065,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.165},"t":41,"s":[295.468,307.393,0],"to":[-0.129,0.065,0],"ti":[0.134,-0.057,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.167},"t":42,"s":[295.071,307.574,0],"to":[-0.134,0.057,0],"ti":[0.133,-0.051,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.169},"t":43,"s":[294.667,307.733,0],"to":[-0.133,0.051,0],"ti":[0.128,-0.046,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.171},"t":44,"s":[294.272,307.878,0],"to":[-0.128,0.046,0],"ti":[0.12,-0.044,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.174},"t":45,"s":[293.898,308.012,0],"to":[-0.12,0.044,0],"ti":[0.108,-0.042,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.176},"t":46,"s":[293.554,308.14,0],"to":[-0.108,0.042,0],"ti":[0.094,-0.041,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.179},"t":47,"s":[293.249,308.264,0],"to":[-0.094,0.041,0],"ti":[0.08,-0.044,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.174},"t":48,"s":[292.988,308.385,0],"to":[-0.08,0.044,0],"ti":[0.068,-0.055,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.166},"t":49,"s":[292.767,308.528,0],"to":[-0.068,0.055,0],"ti":[0.056,-0.069,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.164},"t":50,"s":[292.579,308.714,0],"to":[-0.056,0.069,0],"ti":[0.044,-0.082,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.162},"t":51,"s":[292.428,308.941,0],"to":[-0.044,0.082,0],"ti":[0.03,-0.094,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.161},"t":52,"s":[292.318,309.205,0],"to":[-0.03,0.094,0],"ti":[0.016,-0.105,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.161},"t":53,"s":[292.249,309.504,0],"to":[-0.016,0.105,0],"ti":[0.001,-0.114,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.161},"t":54,"s":[292.223,309.833,0],"to":[-0.001,0.114,0],"ti":[-0.013,-0.122,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.161},"t":55,"s":[292.242,310.189,0],"to":[0.013,0.122,0],"ti":[-0.028,-0.128,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.162},"t":56,"s":[292.304,310.564,0],"to":[0.028,0.128,0],"ti":[-0.042,-0.131,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.163},"t":57,"s":[292.408,310.955,0],"to":[0.042,0.131,0],"ti":[-0.055,-0.133,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.164},"t":58,"s":[292.554,311.353,0],"to":[0.055,0.133,0],"ti":[-0.031,-0.067,0]},{"t":59,"s":[292.738,311.753,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.866,0.988,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":8,"s":[127.438,90.591,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.119,0.935,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.22,-0.014,0]},"t":9,"s":[90.096,28.016,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.948,1.126,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.049,-0.3,0]},"t":10,"s":[67.312,81.384,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.746,0.942,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.141,0.05,0]},"t":11,"s":[122.538,69.77,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.94,1.165,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.124,-0.191,0]},"t":12,"s":[102.02,98.906,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.968,1.084,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.21,0.055,0]},"t":13,"s":[60.035,90.043,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.429,0.887,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.051,0.042,0]},"t":14,"s":[71.968,116.451,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.886,0.984,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.07,0.318,0]},"t":15,"s":[64.586,63.443,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.12,0.842,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.307,-0.02,0]},"t":16,"s":[109.991,44.631,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.887,0.933,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.049,0.176,0]},"t":17,"s":[126.937,59.824,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.971,1.735,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.316,-0.347,0]},"t":18,"s":[85.604,73.442,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.831,0.945,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.045,0.075,0]},"t":19,"s":[70.771,70.802,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.913,0.639,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.164,-0.162,0]},"t":20,"s":[80.389,96.73,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.179,0.905,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.79,0.108,0]},"t":21,"s":[90.289,87.923,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.589,1.199,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.093,0.673,0]},"t":22,"s":[90.772,58.569,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.878,1.108,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.073,0.059,0]},"t":23,"s":[95.049,54.421,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.33,0.947,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.262,0.047,0]},"t":24,"s":[60.54,68.48,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.901,0.927,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.067,-0.148,0]},"t":25,"s":[44.437,36.222,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.929,4.165,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.525,-0.607,0]},"t":26,"s":[124.279,47.844,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-1.352,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.486,0.081,0]},"t":27,"s":[139.353,46.441,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.883,2.129,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.086,1.924,0]},"t":28,"s":[137.147,101.148,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.867,0.914,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.29,0.078,0]},"t":29,"s":[77.097,103.625,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.16,2.38,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.222,2.472,0]},"t":30,"s":[52.92,67.602,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.876,0.839,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.055,0.079,0]},"t":31,"s":[38.391,66.346,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.058,0.973,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.255,0.173,0]},"t":32,"s":[80.849,88.417,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.897,0.752,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.034,-0.04,0]},"t":33,"s":[101.514,109.026,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.242,1.058,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.446,0.126,0]},"t":34,"s":[66.389,95.048,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.892,1.025,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.062,0.034,0]},"t":35,"s":[58.31,67.448,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.044,0.974,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.364,0.019,0]},"t":36,"s":[89.867,114.12,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.587,0.887,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.029,-0.038,0]},"t":37,"s":[99.232,53.341,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.912,1.104,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.104,0.319,0]},"t":38,"s":[84.926,94.953,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.439,0.867,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.495,0.046,0]},"t":39,"s":[28.265,109.679,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.035,0.952,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.07,0.223,0]},"t":40,"s":[24.92,76.564,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.948,1.618,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.025,-0.113,0]},"t":41,"s":[45.873,56.751,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.603,0.985,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.138,0.073,0]},"t":42,"s":[16.102,65.143,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.028,0.911,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.105,-0.019,0]},"t":43,"s":[27.313,-5.503,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.923,1.561,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.021,1.347,0]},"t":44,"s":[69.528,52.086,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.395,0.972,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.056,0.073,0]},"t":45,"s":[13.347,55.885,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.991,0.96,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.069,-0.041,0]},"t":46,"s":[17.457,26.517,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.906,0.989,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.01,-0.077,0]},"t":47,"s":[-6.114,46.16,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.079,1.13,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.74,-0.013,0]},"t":48,"s":[14.941,35.961,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.225,0.927,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.041,0.051,0]},"t":49,"s":[17.614,44.753,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.151,-0.369,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.061,-0.61,0]},"t":50,"s":[12.402,22.217,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.952,0.988,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.054,0.089,0]},"t":51,"s":[31.658,24.926,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.879,0.864,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.115,-0.014,0]},"t":52,"s":[-22.38,66.727,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.835,0.983,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.269,0.215,0]},"t":53,"s":[0.27,30.796,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.829,1.068,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.168,-0.021,0]},"t":54,"s":[10.423,7.981,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.817,0.983,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.162,0.038,0]},"t":55,"s":[20.367,26.148,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.012,0.9,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.153,-0.021,0]},"t":56,"s":[30.864,-6.905,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.986,1.056,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.011,0.499,0]},"t":57,"s":[43.453,19.525,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.017,0.034,0]},"t":58,"s":[29.038,24.824,100]},{"t":59,"s":[41.021,15.933,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.012,10.621],[-5.695,5.34],[-2.557,-7.377],[3.15,-2.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.8941176470588236,0.11372549019607843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.421,4.043],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":8,"op":60,"st":8,"bm":0},{"ddd":0,"ind":43,"ty":4,"nm":"Shape Layer 9","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":15,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[100]},{"t":53,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = $bm_mul(time, 300);"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.607},"o":{"x":0.167,"y":0.167},"t":10,"s":[279.864,255.271,0],"to":[-0.343,0.177,0],"ti":[1.691,-0.679,0]},{"i":{"x":0.833,"y":0.764},"o":{"x":0.167,"y":0.106},"t":11,"s":[277.804,256.336,0],"to":[-1.691,0.679,0],"ti":[3.887,-1.09,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.129},"t":12,"s":[269.719,259.347,0],"to":[-3.887,1.09,0],"ti":[3.906,1.153,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.178},"t":13,"s":[254.482,262.875,0],"to":[-3.906,-1.153,0],"ti":[0.302,3.979,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.16},"t":14,"s":[246.284,252.432,0],"to":[-0.302,-3.979,0],"ti":[-2.124,4.016,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.184},"t":15,"s":[252.67,238.999,0],"to":[2.124,-4.016,0],"ti":[-1.967,3.264,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":16,"s":[259.026,228.335,0],"to":[1.967,-3.264,0],"ti":[-1.669,2.774,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":17,"s":[264.471,219.412,0],"to":[1.669,-2.774,0],"ti":[-1.398,2.426,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":18,"s":[269.041,211.694,0],"to":[1.398,-2.426,0],"ti":[-1.168,2.169,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":19,"s":[272.862,204.857,0],"to":[1.168,-2.169,0],"ti":[-0.974,1.973,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":20,"s":[276.051,198.681,0],"to":[0.974,-1.973,0],"ti":[-0.806,1.82,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":21,"s":[278.705,193.017,0],"to":[0.806,-1.82,0],"ti":[-0.644,1.685,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":22,"s":[280.888,187.764,0],"to":[0.644,-1.685,0],"ti":[-0.482,1.558,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":23,"s":[282.57,182.907,0],"to":[0.482,-1.558,0],"ti":[-0.333,1.443,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":24,"s":[283.781,178.414,0],"to":[0.333,-1.443,0],"ti":[-0.197,1.336,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":25,"s":[284.566,174.251,0],"to":[0.197,-1.336,0],"ti":[-0.074,1.237,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":26,"s":[284.965,170.396,0],"to":[0.074,-1.237,0],"ti":[0.038,1.14,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":27,"s":[285.012,166.831,0],"to":[-0.038,-1.14,0],"ti":[0.139,1.044,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.174},"t":28,"s":[284.739,163.555,0],"to":[-0.139,-1.044,0],"ti":[0.228,0.947,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":29,"s":[284.178,160.569,0],"to":[-0.228,-0.947,0],"ti":[0.304,0.848,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":30,"s":[283.368,157.874,0],"to":[-0.304,-0.848,0],"ti":[0.363,0.748,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":31,"s":[282.355,155.48,0],"to":[-0.363,-0.748,0],"ti":[0.405,0.649,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":32,"s":[281.189,153.386,0],"to":[-0.405,-0.649,0],"ti":[0.428,0.554,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":33,"s":[279.927,151.584,0],"to":[-0.428,-0.554,0],"ti":[0.433,0.464,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":34,"s":[278.623,150.062,0],"to":[-0.433,-0.464,0],"ti":[0.424,0.383,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":35,"s":[277.326,148.798,0],"to":[-0.424,-0.383,0],"ti":[0.403,0.31,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":36,"s":[276.078,147.765,0],"to":[-0.403,-0.31,0],"ti":[0.372,0.245,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":37,"s":[274.911,146.939,0],"to":[-0.372,-0.245,0],"ti":[0.335,0.19,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.181},"t":38,"s":[273.847,146.293,0],"to":[-0.335,-0.19,0],"ti":[0.294,0.141,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.183},"t":39,"s":[272.9,145.802,0],"to":[-0.294,-0.141,0],"ti":[0.25,0.1,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.186},"t":40,"s":[272.082,145.445,0],"to":[-0.25,-0.1,0],"ti":[0.205,0.064,0]},{"i":{"x":0.833,"y":0.855},"o":{"x":0.167,"y":0.19},"t":41,"s":[271.398,145.204,0],"to":[-0.205,-0.064,0],"ti":[0.16,0.034,0]},{"i":{"x":0.833,"y":0.861},"o":{"x":0.167,"y":0.196},"t":42,"s":[270.85,145.06,0],"to":[-0.16,-0.034,0],"ti":[0.115,0.009,0]},{"i":{"x":0.833,"y":0.868},"o":{"x":0.167,"y":0.208},"t":43,"s":[270.438,144.999,0],"to":[-0.115,-0.009,0],"ti":[0.071,-0.011,0]},{"i":{"x":0.833,"y":0.86},"o":{"x":0.167,"y":0.226},"t":44,"s":[270.159,145.005,0],"to":[-0.071,0.011,0],"ti":[0.029,-0.027,0]},{"i":{"x":0.833,"y":0.798},"o":{"x":0.167,"y":0.205},"t":45,"s":[270.01,145.067,0],"to":[-0.029,0.027,0],"ti":[-0.01,-0.039,0]},{"i":{"x":0.833,"y":0.789},"o":{"x":0.167,"y":0.142},"t":46,"s":[269.983,145.17,0],"to":[0.01,0.039,0],"ti":[-0.046,-0.046,0]},{"i":{"x":0.833,"y":0.804},"o":{"x":0.167,"y":0.138},"t":47,"s":[270.07,145.3,0],"to":[0.046,0.046,0],"ti":[-0.08,-0.05,0]},{"i":{"x":0.833,"y":0.814},"o":{"x":0.167,"y":0.145},"t":48,"s":[270.262,145.447,0],"to":[0.08,0.05,0],"ti":[-0.111,-0.049,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.151},"t":49,"s":[270.551,145.599,0],"to":[0.111,0.049,0],"ti":[-0.133,-0.043,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.161},"t":50,"s":[270.927,145.744,0],"to":[0.133,0.043,0],"ti":[-0.141,-0.026,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.168},"t":51,"s":[271.347,145.854,0],"to":[0.141,0.026,0],"ti":[-0.142,-0.004,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.166},"t":52,"s":[271.77,145.903,0],"to":[0.142,0.004,0],"ti":[-0.143,0.021,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.165},"t":53,"s":[272.2,145.876,0],"to":[0.143,-0.021,0],"ti":[-0.142,0.042,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.165},"t":54,"s":[272.629,145.78,0],"to":[0.142,-0.042,0],"ti":[-0.137,0.061,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.166},"t":55,"s":[273.049,145.622,0],"to":[0.137,-0.061,0],"ti":[-0.13,0.077,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.166},"t":56,"s":[273.452,145.412,0],"to":[0.13,-0.077,0],"ti":[-0.12,0.091,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.167},"t":57,"s":[273.829,145.157,0],"to":[0.12,-0.091,0],"ti":[-0.109,0.102,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.168},"t":58,"s":[274.175,144.866,0],"to":[0.109,-0.102,0],"ti":[-0.051,0.054,0]},{"t":59,"s":[274.483,144.545,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.838,1.875,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":10,"s":[109.864,70.089,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.856,0.69,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.172,0.076,0]},"t":11,"s":[86.733,68.252,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.028,0.993,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.199,0.114,0]},"t":12,"s":[64.924,89.385,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.797,0.9,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.021,-0.008,0]},"t":13,"s":[49.171,146.99,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.92,0.755,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.141,0.509,0]},"t":14,"s":[70.147,94.506,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.944,1.08,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.941,0.126,0]},"t":15,"s":[100.345,84.223,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.003,0.981,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.08,0.041,0]},"t":16,"s":[99.102,64.322,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.843,0.917,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.002,-0.024,0]},"t":17,"s":[129.334,103.257,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.977,-0.949,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.177,-21.258,0]},"t":18,"s":[98.181,73.031,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.969,0.966,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.032,0.087,0]},"t":19,"s":[70.521,73.149,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.819,0.396,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.048,-0.057,0]},"t":20,"s":[90.481,75.792,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.879,0.99,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.155,0.097,0]},"t":21,"s":[77.84,74.224,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.071,0.857,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.269,-0.012,0]},"t":22,"s":[63.067,64.426,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.698,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,0.2,0]},"t":23,"s":[56.422,72.999,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.807,0.455,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.115,-0.052,0]},"t":24,"s":[68.741,79.126,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.911,0.955,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.147,0.098,0]},"t":25,"s":[101.082,75.355,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.698,0.664,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.265,-0.1,0]},"t":26,"s":[143.609,54.475,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.73,1.014,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.074,0.111,0]},"t":27,"s":[146.608,63.972,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.888,1.027,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.121,0.012,0]},"t":28,"s":[118.472,92.79,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.05,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.324,0.02,0]},"t":29,"s":[55.394,59.194,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.866,0.94,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.031,-0.051,0]},"t":30,"s":[33.53,103.661,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.028,0.632,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.22,-0.21,0]},"t":31,"s":[68.551,76.112,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.9,1.084,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.021,0.108,0]},"t":32,"s":[89.966,83.951,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.007,1.005,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.497,0.042,0]},"t":33,"s":[61.396,110.752,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.966,0.971,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.077,0.004,0]},"t":34,"s":[55.64,56.936,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.958,0.958,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.058,-0.045,0]},"t":35,"s":[130.926,113.733,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.106,0.944,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.086,-0.085,0]},"t":36,"s":[86.439,76.969,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.866,0.598,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.047,-0.169,0]},"t":37,"s":[108.294,95.156,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.04,0.836,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.221,0.105,0]},"t":38,"s":[58.545,89.141,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.947,0.959,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.027,0.17,0]},"t":39,"s":[28.376,66.139,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.89,1.228,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.148,-0.079,0]},"t":40,"s":[72.983,43.989,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.128,1.021,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.339,0.061,0]},"t":41,"s":[56.935,55.362,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.199,0.907,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.05,0.017,0]},"t":42,"s":[51.706,12.909,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.938,1.369,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.059,0.774,0]},"t":43,"s":[64.946,65.932,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.252,1.001,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.238,0.068,0]},"t":44,"s":[20.13,72.328,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.97,0.949,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.063,0.001,0]},"t":45,"s":[31.738,37.588,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.893,1.019,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.046,-0.129,0]},"t":46,"s":[-14.966,72.869,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.07,1.207,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.373,0.016,0]},"t":47,"s":[15.041,59.042,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.075,0.894,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,0.059,0]},"t":48,"s":[23.68,76.032,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.071,0.973,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.039,0.396,0]},"t":49,"s":[7.79,16.858,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.941,0.564,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,-0.041,0]},"t":50,"s":[37.924,1.088,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.813,0.957,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.205,0.103,0]},"t":51,"s":[-17.733,11.662,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.814,1.008,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.15,-0.09,0]},"t":52,"s":[-1.626,56.352,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.897,1.062,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.151,0.008,0]},"t":53,"s":[18.416,34.888,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.817,0.918,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.441,0.035,0]},"t":54,"s":[43.027,58.529,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.877,3.279,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.153,-7.35,0]},"t":55,"s":[48.754,17.354,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.206,0.776,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.259,0.08,0]},"t":56,"s":[55.61,17.816,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.986,1.061,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.059,0.133,0]},"t":57,"s":[58.864,4.732,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.017,0.035,0]},"t":58,"s":[47.582,-17.422,100]},{"t":59,"s":[56.939,20.914,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.012,10.621],[-5.695,5.34],[-2.557,-7.377],[3.15,-2.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.8941176470588236,0.11372549019607843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.421,4.043],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":60,"st":10,"bm":0},{"ddd":0,"ind":44,"ty":4,"nm":"Shape Layer 8","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":9,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":14,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":36,"s":[100]},{"t":52,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.626},"o":{"x":0.167,"y":0.167},"t":9,"s":[278.864,255.82,0],"to":[-0.509,0.141,0],"ti":[2.192,-0.891,0]},{"i":{"x":0.833,"y":0.768},"o":{"x":0.167,"y":0.107},"t":10,"s":[275.812,256.665,0],"to":[-2.192,0.891,0],"ti":[4.157,-2.88,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.13},"t":11,"s":[265.713,261.168,0],"to":[-4.157,2.88,0],"ti":[3.28,-5.54,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.161},"t":12,"s":[250.868,273.944,0],"to":[-3.28,5.54,0],"ti":[-0.211,-6.285,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.179},"t":13,"s":[246.03,294.41,0],"to":[0.211,6.285,0],"ti":[-2.493,-4.913,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.185},"t":14,"s":[252.134,311.655,0],"to":[2.493,4.913,0],"ti":[-2.968,-3.51,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.184},"t":15,"s":[260.991,323.886,0],"to":[2.968,3.51,0],"ti":[-2.895,-2.554,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":16,"s":[269.941,332.712,0],"to":[2.895,2.554,0],"ti":[-2.702,-1.885,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":17,"s":[278.362,339.211,0],"to":[2.702,1.885,0],"ti":[-2.495,-1.387,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":18,"s":[286.152,344.024,0],"to":[2.495,1.387,0],"ti":[-2.299,-0.994,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":19,"s":[293.332,347.535,0],"to":[2.299,0.994,0],"ti":[-2.119,-0.668,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":20,"s":[299.949,349.988,0],"to":[2.119,0.668,0],"ti":[-1.954,-0.387,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":21,"s":[306.048,351.543,0],"to":[1.954,0.387,0],"ti":[-1.795,-0.137,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":22,"s":[311.672,352.309,0],"to":[1.795,0.137,0],"ti":[-1.633,0.088,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":23,"s":[316.816,352.363,0],"to":[1.633,-0.088,0],"ti":[-1.471,0.288,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":24,"s":[321.472,351.78,0],"to":[1.471,-0.288,0],"ti":[-1.306,0.458,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":25,"s":[325.642,350.637,0],"to":[1.306,-0.458,0],"ti":[-1.135,0.591,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":26,"s":[329.308,349.031,0],"to":[1.135,-0.591,0],"ti":[-0.968,0.681,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":27,"s":[332.455,347.089,0],"to":[0.968,-0.681,0],"ti":[-0.817,0.731,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":28,"s":[335.117,344.942,0],"to":[0.817,-0.731,0],"ti":[-0.687,0.746,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":29,"s":[337.355,342.705,0],"to":[0.687,-0.746,0],"ti":[-0.581,0.735,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":30,"s":[339.24,340.468,0],"to":[0.581,-0.735,0],"ti":[-0.497,0.706,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":31,"s":[340.842,338.297,0],"to":[0.497,-0.706,0],"ti":[-0.432,0.666,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":32,"s":[342.224,336.234,0],"to":[0.432,-0.666,0],"ti":[-0.383,0.622,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":33,"s":[343.437,334.299,0],"to":[0.383,-0.622,0],"ti":[-0.345,0.576,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":34,"s":[344.521,332.502,0],"to":[0.345,-0.576,0],"ti":[-0.315,0.529,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.174},"t":35,"s":[345.505,330.845,0],"to":[0.315,-0.529,0],"ti":[-0.292,0.487,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.173},"t":36,"s":[346.41,329.327,0],"to":[0.292,-0.487,0],"ti":[-0.279,0.457,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.17},"t":37,"s":[347.258,327.924,0],"to":[0.279,-0.457,0],"ti":[-0.273,0.434,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.17},"t":38,"s":[348.086,326.587,0],"to":[0.273,-0.434,0],"ti":[-0.265,0.411,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.171},"t":39,"s":[348.894,325.317,0],"to":[0.265,-0.411,0],"ti":[-0.255,0.387,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.172},"t":40,"s":[349.675,324.119,0],"to":[0.255,-0.387,0],"ti":[-0.243,0.361,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.172},"t":41,"s":[350.425,322.996,0],"to":[0.243,-0.361,0],"ti":[-0.229,0.334,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.173},"t":42,"s":[351.135,321.951,0],"to":[0.229,-0.334,0],"ti":[-0.212,0.306,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":43,"s":[351.799,320.989,0],"to":[0.212,-0.306,0],"ti":[-0.194,0.278,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":44,"s":[352.409,320.113,0],"to":[0.194,-0.278,0],"ti":[-0.173,0.249,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.177},"t":45,"s":[352.961,319.322,0],"to":[0.173,-0.249,0],"ti":[-0.15,0.219,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.18},"t":46,"s":[353.448,318.619,0],"to":[0.15,-0.219,0],"ti":[-0.126,0.188,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.183},"t":47,"s":[353.864,318.007,0],"to":[0.126,-0.188,0],"ti":[-0.101,0.156,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.188},"t":48,"s":[354.205,317.489,0],"to":[0.101,-0.156,0],"ti":[-0.075,0.131,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.184},"t":49,"s":[354.467,317.068,0],"to":[0.075,-0.131,0],"ti":[-0.049,0.118,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":50,"s":[354.652,316.704,0],"to":[0.049,-0.118,0],"ti":[-0.024,0.112,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.176},"t":51,"s":[354.762,316.358,0],"to":[0.024,-0.112,0],"ti":[0.001,0.104,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.174},"t":52,"s":[354.797,316.033,0],"to":[-0.001,-0.104,0],"ti":[0.025,0.094,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.17},"t":53,"s":[354.758,315.735,0],"to":[-0.025,-0.094,0],"ti":[0.049,0.084,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.165},"t":54,"s":[354.646,315.467,0],"to":[-0.049,-0.084,0],"ti":[0.071,0.072,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.162},"t":55,"s":[354.465,315.232,0],"to":[-0.071,-0.072,0],"ti":[0.091,0.06,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.16},"t":56,"s":[354.22,315.034,0],"to":[-0.091,-0.06,0],"ti":[0.109,0.047,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.16},"t":57,"s":[353.918,314.873,0],"to":[-0.109,-0.047,0],"ti":[0.124,0.033,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.161},"t":58,"s":[353.565,314.754,0],"to":[-0.124,-0.033,0],"ti":[0.066,0.013,0]},{"t":59,"s":[353.172,314.677,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.872,1.101,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":9,"s":[121.274,69.223,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.683,1.187,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.239,0.046,0]},"t":10,"s":[102.389,75.161,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.98,0.955,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.113,0.058,0]},"t":11,"s":[92.262,61.994,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.931,1.014,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.026,-0.097,0]},"t":12,"s":[63.863,104.769,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.274,0.951,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.401,0.012,0]},"t":13,"s":[85.432,85.001,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.092,1.206,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.094,-0.118,0]},"t":14,"s":[81.722,108.079,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.882,0.993,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.044,0.059,0]},"t":15,"s":[53.108,98.543,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.078,0.868,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.286,-0.008,0]},"t":16,"s":[113.303,131.662,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.91,0.819,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.04,0.226,0]},"t":17,"s":[138.039,101.322,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.965,1.01,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.209,0.154,0]},"t":18,"s":[90.083,83.561,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.383,0.796,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.061,0.009,0]},"t":19,"s":[86.533,62.73,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.943,1.025,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.079,0.141,0]},"t":20,"s":[88.578,85.983,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.633,0.981,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.181,0.019,0]},"t":21,"s":[52.598,119.725,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.913,0.912,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.108,-0.024,0]},"t":22,"s":[63.951,75.737,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.114,2.104,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.9,1.706,0]},"t":23,"s":[102.646,109.959,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.968,0.914,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.09,0.077,0]},"t":24,"s":[104.421,111.717,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.984,1.195,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.051,2.682,0]},"t":25,"s":[126.369,86.671,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.465,2.183,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.02,0.058,0]},"t":26,"s":[112.748,85.867,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.895,1.029,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,0.078,0]},"t":27,"s":[123.717,88.551,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.153,0.911,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.407,0.021,0]},"t":28,"s":[51.588,47.768,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.924,2.015,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.054,1.345,0]},"t":29,"s":[33.003,102.64,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.199,1.013,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.892,0.077,0]},"t":30,"s":[85.701,106.264,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.078,0.966,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.059,0.011,0]},"t":31,"s":[81.198,58.493,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.008,0.991,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.04,-0.058,0]},"t":32,"s":[96.43,113.732,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.02,0.927,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.007,-0.01,0]},"t":33,"s":[67.01,81.239,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.963,0.771,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.016,-0.605,0]},"t":34,"s":[99.306,110.284,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.823,0.301,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.067,0.131,0]},"t":35,"s":[59.341,106.769,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.189,0.922,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.158,0.095,0]},"t":36,"s":[81.457,100.615,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.974,1.274,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.058,-1.127,0]},"t":37,"s":[106.222,55.153,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.965,0.719,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.038,0.064,0]},"t":38,"s":[25.147,58.283,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.948,0.958,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.061,0.119,0]},"t":39,"s":[80.819,44.863,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.839,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.137,-0.083,0]},"t":40,"s":[48.72,13.108,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.058,0.872,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.173,0]},"t":41,"s":[60.869,29.019,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,1.357,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.034,0.237,0]},"t":42,"s":[73.011,43.835,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.288,1.012,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.054,0.068,0]},"t":43,"s":[52.393,51.855,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.942,0.906,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.065,0.011,0]},"t":44,"s":[64.871,9.492,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.756,0.775,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.193,0.731,0]},"t":45,"s":[9.336,58.19,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.038,1.229,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.127,0.132,0]},"t":46,"s":[26.111,64.455,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.014,0.878,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.026,0.061,0]},"t":47,"s":[58.4,75.08,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.98,0.77,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.012,0.262,0]},"t":48,"s":[11.51,35.267,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.932,1.06,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.026,0.131,0]},"t":49,"s":[66.25,16.716,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.825,0.866,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.377,0.035,0]},"t":50,"s":[24.642,-15.996,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.942,0.933,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.159,0.221,0]},"t":51,"s":[32.168,40.121,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.214,0.377,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.193,-0.341,0]},"t":52,"s":[40.464,74.155,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.906,0.958,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.06,0.096,0]},"t":53,"s":[37.96,67.475,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.566,1.064,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.711,-0.084,0]},"t":54,"s":[46.883,24.242,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.073,0.829,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.088,0.036,0]},"t":55,"s":[48.067,45.748,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.938,1.019,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.039,0.163,0]},"t":56,"s":[69.141,7.771,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.021,0.887,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.247,0.016,0]},"t":57,"s":[29.508,-32.064,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.017,0.316,0]},"t":58,"s":[39.499,17.057,100]},{"t":59,"s":[27.006,34.616,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.10196078431372549,0.3803921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":9,"op":60,"st":9,"bm":0},{"ddd":0,"ind":45,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":5,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":32,"s":[100]},{"t":48,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.638},"o":{"x":0.167,"y":0.167},"t":5,"s":[269.945,256.942,0],"to":[-0.448,-0.21,0],"ti":[1.991,0.807,0]},{"i":{"x":0.833,"y":0.768},"o":{"x":0.167,"y":0.108},"t":6,"s":[267.255,255.684,0],"to":[-1.991,-0.807,0],"ti":[4.389,1.346,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.13},"t":7,"s":[257.999,252.103,0],"to":[-4.389,-1.346,0],"ti":[6.039,1.363,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.159},"t":8,"s":[240.923,247.608,0],"to":[-6.039,-1.363,0],"ti":[5.978,1.14,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":9,"s":[221.767,243.923,0],"to":[-5.978,-1.14,0],"ti":[5.09,1.054,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.183},"t":10,"s":[205.053,240.767,0],"to":[-5.09,-1.054,0],"ti":[4.207,1.095,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.183},"t":11,"s":[191.227,237.6,0],"to":[-4.207,-1.095,0],"ti":[3.481,1.188,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":12,"s":[179.812,234.195,0],"to":[-3.481,-1.188,0],"ti":[2.886,1.294,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.179},"t":13,"s":[170.338,230.471,0],"to":[-2.886,-1.294,0],"ti":[2.378,1.39,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":14,"s":[162.496,226.433,0],"to":[-2.378,-1.39,0],"ti":[1.933,1.462,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":15,"s":[156.068,222.132,0],"to":[-1.933,-1.462,0],"ti":[1.54,1.499,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":16,"s":[150.896,217.662,0],"to":[-1.54,-1.499,0],"ti":[1.198,1.498,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":17,"s":[146.827,213.136,0],"to":[-1.198,-1.498,0],"ti":[0.906,1.46,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":18,"s":[143.71,208.674,0],"to":[-0.906,-1.46,0],"ti":[0.665,1.393,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":19,"s":[141.391,204.376,0],"to":[-0.665,-1.393,0],"ti":[0.471,1.306,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":20,"s":[139.72,200.316,0],"to":[-0.471,-1.306,0],"ti":[0.313,1.216,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":21,"s":[138.565,196.541,0],"to":[-0.313,-1.216,0],"ti":[0.184,1.137,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.174},"t":22,"s":[137.84,193.02,0],"to":[-0.184,-1.137,0],"ti":[0.081,1.063,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":23,"s":[137.463,189.72,0],"to":[-0.081,-1.063,0],"ti":[0.003,0.99,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":24,"s":[137.352,186.641,0],"to":[-0.003,-0.99,0],"ti":[-0.055,0.919,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":25,"s":[137.442,183.779,0],"to":[0.055,-0.919,0],"ti":[-0.097,0.849,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":26,"s":[137.68,181.129,0],"to":[0.097,-0.849,0],"ti":[-0.126,0.781,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":27,"s":[138.024,178.686,0],"to":[0.126,-0.781,0],"ti":[-0.145,0.716,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":28,"s":[138.439,176.442,0],"to":[0.145,-0.716,0],"ti":[-0.156,0.653,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":29,"s":[138.897,174.391,0],"to":[0.156,-0.653,0],"ti":[-0.159,0.592,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":30,"s":[139.374,172.526,0],"to":[0.159,-0.592,0],"ti":[-0.157,0.533,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":31,"s":[139.853,170.839,0],"to":[0.157,-0.533,0],"ti":[-0.15,0.477,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":32,"s":[140.317,169.325,0],"to":[0.15,-0.477,0],"ti":[-0.139,0.422,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":33,"s":[140.753,167.978,0],"to":[0.139,-0.422,0],"ti":[-0.125,0.37,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":34,"s":[141.152,166.791,0],"to":[0.125,-0.37,0],"ti":[-0.109,0.319,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.181},"t":35,"s":[141.505,165.76,0],"to":[0.109,-0.319,0],"ti":[-0.091,0.27,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.183},"t":36,"s":[141.806,164.879,0],"to":[0.091,-0.27,0],"ti":[-0.072,0.222,0]},{"i":{"x":0.833,"y":0.853},"o":{"x":0.167,"y":0.187},"t":37,"s":[142.051,164.142,0],"to":[0.072,-0.222,0],"ti":[-0.052,0.176,0]},{"i":{"x":0.833,"y":0.858},"o":{"x":0.167,"y":0.192},"t":38,"s":[142.237,163.545,0],"to":[0.052,-0.176,0],"ti":[-0.032,0.132,0]},{"i":{"x":0.833,"y":0.865},"o":{"x":0.167,"y":0.201},"t":39,"s":[142.363,163.084,0],"to":[0.032,-0.132,0],"ti":[-0.012,0.09,0]},{"i":{"x":0.833,"y":0.873},"o":{"x":0.167,"y":0.218},"t":40,"s":[142.428,162.753,0],"to":[0.012,-0.09,0],"ti":[0.007,0.05,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.243},"t":41,"s":[142.433,162.544,0],"to":[-0.007,-0.05,0],"ti":[0.026,0.012,0]},{"i":{"x":0.833,"y":0.765},"o":{"x":0.167,"y":0.167},"t":42,"s":[142.383,162.452,0],"to":[-0.026,-0.012,0],"ti":[0.042,-0.024,0]},{"i":{"x":0.833,"y":0.791},"o":{"x":0.167,"y":0.129},"t":43,"s":[142.28,162.472,0],"to":[-0.042,0.024,0],"ti":[0.057,-0.059,0]},{"i":{"x":0.833,"y":0.816},"o":{"x":0.167,"y":0.139},"t":44,"s":[142.128,162.599,0],"to":[-0.057,0.059,0],"ti":[0.07,-0.085,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.152},"t":45,"s":[141.935,162.827,0],"to":[-0.07,0.085,0],"ti":[0.078,-0.097,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.162},"t":46,"s":[141.71,163.111,0],"to":[-0.078,0.097,0],"ti":[0.083,-0.101,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.164},"t":47,"s":[141.466,163.41,0],"to":[-0.083,0.101,0],"ti":[0.085,-0.104,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.166},"t":48,"s":[141.211,163.718,0],"to":[-0.085,0.104,0],"ti":[0.084,-0.104,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.168},"t":49,"s":[140.955,164.031,0],"to":[-0.084,0.104,0],"ti":[0.078,-0.103,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.171},"t":50,"s":[140.709,164.343,0],"to":[-0.078,0.103,0],"ti":[0.08,-0.102,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.163},"t":51,"s":[140.484,164.649,0],"to":[-0.08,0.102,0],"ti":[0.095,-0.103,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.159},"t":52,"s":[140.231,164.956,0],"to":[-0.095,0.103,0],"ti":[0.112,-0.102,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.161},"t":53,"s":[139.917,165.266,0],"to":[-0.112,0.102,0],"ti":[0.125,-0.098,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.164},"t":54,"s":[139.556,165.569,0],"to":[-0.125,0.098,0],"ti":[0.134,-0.092,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.166},"t":55,"s":[139.164,165.856,0],"to":[-0.134,0.092,0],"ti":[0.138,-0.083,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.168},"t":56,"s":[138.753,166.12,0],"to":[-0.138,0.083,0],"ti":[0.139,-0.072,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.17},"t":57,"s":[138.335,166.353,0],"to":[-0.139,0.072,0],"ti":[0.135,-0.059,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.172},"t":58,"s":[137.921,166.55,0],"to":[-0.135,0.059,0],"ti":[0.067,-0.026,0]},{"t":59,"s":[137.522,166.706,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1.747,0.81,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":5,"s":[67.084,129.75,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.927,0.854,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.075,0.148,0]},"t":6,"s":[62.33,109.198,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.16,1.108,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.593,0.195,0]},"t":7,"s":[109.714,82.895,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.95,1.011,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.055,0.047,0]},"t":8,"s":[103.874,63.18,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.652,0.949,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.126,0.009,0]},"t":9,"s":[120.913,108.471,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.996,0.969,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.11,-0.133,0]},"t":10,"s":[114.137,57.365,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.991,1.188,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.004,-0.05,0]},"t":11,"s":[92.637,77.058,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.717,0.892,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.01,0.058,0]},"t":12,"s":[113.058,64.766,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.956,0.862,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.118,0.369,0]},"t":13,"s":[94.823,104.736,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.686,1.222,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.095,0.21,0]},"t":14,"s":[51.043,116.383,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.935,0.877,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.113,0.061,0]},"t":15,"s":[71.52,124.057,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.826,0.869,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.292,0.259,0]},"t":16,"s":[128.168,95.925,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.867,1.124,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.16,0.23,0]},"t":17,"s":[115.579,82.608,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.512,0.751,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.223,0.05,0]},"t":18,"s":[101.896,75.048,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.973,1.014,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.1,0.125,0]},"t":19,"s":[93.758,93.897,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.898,0.923,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.041,0.012,0]},"t":20,"s":[54.25,131.368,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.724,0.144,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.465,-1.005,0]},"t":21,"s":[80.758,87.771,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.924,1.014,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.119,0.092,0]},"t":22,"s":[86.54,91.108,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.904,0.995,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.912,0.012,0]},"t":23,"s":[99.918,122.044,100]},{"i":{"x":[0.833,0.833,0.833],"y":[11.64,0.966,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.63,-0.006,0]},"t":24,"s":[98.798,85.895,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.179,0.764,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.083,-0.058,0]},"t":25,"s":[98.627,119.725,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.897,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.057,0.129,0]},"t":26,"s":[120.625,99.715,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.129,0.846,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.428,0,0]},"t":27,"s":[51.46,62.943,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.842,1.057,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.051,0.182,0]},"t":28,"s":[34.76,99.837,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.887,0.971,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.176,0.034,0]},"t":29,"s":[77.215,131.147,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.072,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.319,-0.044,0]},"t":30,"s":[115.216,78.51,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.783,0.915,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.039,0,0]},"t":31,"s":[128.632,112.897,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.926,4.711,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.135,4.172,0]},"t":32,"s":[103.693,78.444,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.008,0.987,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.662,0.082,0]},"t":33,"s":[63.665,77.742,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.628,0.82,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.007,-0.016,0]},"t":34,"s":[68.138,109.713,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.039,0.849,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.074,0.155,0]},"t":35,"s":[63.26,82.764,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.925,1.07,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.027,0.186,0]},"t":36,"s":[104.89,51.456,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.219,1.029,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.727,0.038,0]},"t":37,"s":[43.633,26.02,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.892,0.966,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.06,0.022,0]},"t":38,"s":[49.933,72.695,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.243,0.988,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.367,-0.056,0]},"t":39,"s":[27.075,9.722,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.832,0.92,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.062,-0.015,0]},"t":40,"s":[20.365,47.293,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.936,3.513,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.165,-2.021,0]},"t":41,"s":[46.638,15.298,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.362,0.978,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.284,0.081,0]},"t":42,"s":[73.418,16.565,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.887,0.789,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.096,-0.029,0]},"t":43,"s":[67.341,-22.905,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.174,0.978,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.315,0.138,0]},"t":44,"s":[26.919,6.334,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.937,0.904,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.056,-0.031,0]},"t":45,"s":[12.404,51.222,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.142,1.239,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.264,0.63,0]},"t":46,"s":[57.152,18.419,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.933,1.11,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.052,0.062,0]},"t":47,"s":[46.41,13.418,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.849,0.964,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.344,0.047,0]},"t":48,"s":[75.422,32.787,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.055,0.769,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.185,-0.063,0]},"t":49,"s":[69.769,-12.086,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.398,0.912,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.033,0.13,0]},"t":50,"s":[65.147,13.473,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.884,2.464,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.069,1.481,0]},"t":51,"s":[72.836,58.774,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.911,0.943,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.296,0.079,0]},"t":52,"s":[28.388,61.475,100]},{"i":{"x":[0.833,0.833,0.833],"y":[3.369,0.846,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.317,-0.176,0]},"t":53,"s":[10.975,11.341,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.072,1.254,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.081,0.182,0]},"t":54,"s":[9.799,27.481,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.975,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.039,0.063,0]},"t":55,"s":[44.403,41.158,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.912,0.931,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.036,-0.052,0]},"t":56,"s":[-20.175,-14.141,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.193,1.424,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.504,-0.402,0]},"t":57,"s":[25.048,19.928,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.093,0.07,0]},"t":58,"s":[27.7,14.076,100]},{"t":59,"s":[50.717,49.703,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.10196078431372549,0.3803921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":5,"op":60,"st":5,"bm":0},{"ddd":0,"ind":46,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":17,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":39,"s":[100]},{"t":55,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.603},"o":{"x":0.167,"y":0.167},"t":12,"s":[269.021,253.165,0],"to":[0.334,-0.343,0],"ti":[-1.472,1.743,0]},{"i":{"x":0.833,"y":0.765},"o":{"x":0.167,"y":0.105},"t":13,"s":[271.027,251.106,0],"to":[1.472,-1.743,0],"ti":[-3.01,4.091,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":14,"s":[277.851,242.705,0],"to":[3.01,-4.091,0],"ti":[-3.712,5.823,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.159},"t":15,"s":[289.088,226.561,0],"to":[3.712,-5.823,0],"ti":[-3.262,5.954,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":16,"s":[300.123,207.765,0],"to":[3.262,-5.954,0],"ti":[-2.491,5.217,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.184},"t":17,"s":[308.66,190.839,0],"to":[2.491,-5.217,0],"ti":[-1.89,4.434,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":18,"s":[315.071,176.461,0],"to":[1.89,-4.434,0],"ti":[-1.471,3.789,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.181},"t":19,"s":[320.001,164.236,0],"to":[1.471,-3.789,0],"ti":[-1.175,3.273,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":20,"s":[323.898,153.727,0],"to":[1.175,-3.273,0],"ti":[-0.958,2.857,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":21,"s":[327.049,144.595,0],"to":[0.958,-2.857,0],"ti":[-0.794,2.513,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":22,"s":[329.644,136.588,0],"to":[0.794,-2.513,0],"ti":[-0.666,2.226,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":23,"s":[331.811,129.516,0],"to":[0.666,-2.226,0],"ti":[-0.563,1.981,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":24,"s":[333.638,123.235,0],"to":[0.563,-1.981,0],"ti":[-0.48,1.769,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":25,"s":[335.19,117.632,0],"to":[0.48,-1.769,0],"ti":[-0.41,1.586,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":26,"s":[336.516,112.618,0],"to":[0.41,-1.586,0],"ti":[-0.351,1.424,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":27,"s":[337.65,108.119,0],"to":[0.351,-1.424,0],"ti":[-0.3,1.282,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":28,"s":[338.62,104.073,0],"to":[0.3,-1.282,0],"ti":[-0.255,1.156,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":29,"s":[339.448,100.428,0],"to":[0.255,-1.156,0],"ti":[-0.216,1.044,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":30,"s":[340.152,97.139,0],"to":[0.216,-1.044,0],"ti":[-0.181,0.944,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":31,"s":[340.744,94.166,0],"to":[0.181,-0.944,0],"ti":[-0.149,0.856,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":32,"s":[341.237,91.474,0],"to":[0.149,-0.856,0],"ti":[-0.12,0.778,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":33,"s":[341.639,89.031,0],"to":[0.12,-0.778,0],"ti":[-0.094,0.709,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":34,"s":[341.96,86.808,0],"to":[0.094,-0.709,0],"ti":[-0.069,0.648,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":35,"s":[342.205,84.778,0],"to":[0.069,-0.648,0],"ti":[-0.038,0.59,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":36,"s":[342.374,82.918,0],"to":[0.038,-0.59,0],"ti":[-0.003,0.532,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":37,"s":[342.434,81.24,0],"to":[0.003,-0.532,0],"ti":[0.027,0.479,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":38,"s":[342.395,79.728,0],"to":[-0.027,-0.479,0],"ti":[0.051,0.433,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":39,"s":[342.275,78.364,0],"to":[-0.051,-0.433,0],"ti":[0.069,0.392,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":40,"s":[342.091,77.129,0],"to":[-0.069,-0.392,0],"ti":[0.082,0.356,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":41,"s":[341.861,76.01,0],"to":[-0.082,-0.356,0],"ti":[0.091,0.324,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":42,"s":[341.597,74.992,0],"to":[-0.091,-0.324,0],"ti":[0.096,0.296,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":43,"s":[341.314,74.063,0],"to":[-0.096,-0.296,0],"ti":[0.096,0.272,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":44,"s":[341.023,73.213,0],"to":[-0.096,-0.272,0],"ti":[0.094,0.25,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":45,"s":[340.736,72.433,0],"to":[-0.094,-0.25,0],"ti":[0.088,0.23,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":46,"s":[340.462,71.716,0],"to":[-0.088,-0.23,0],"ti":[0.08,0.212,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":47,"s":[340.209,71.055,0],"to":[-0.08,-0.212,0],"ti":[0.069,0.195,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":48,"s":[339.984,70.445,0],"to":[-0.069,-0.195,0],"ti":[0.056,0.18,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":49,"s":[339.795,69.882,0],"to":[-0.056,-0.18,0],"ti":[0.042,0.165,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":50,"s":[339.646,69.365,0],"to":[-0.042,-0.165,0],"ti":[0.027,0.151,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.176},"t":51,"s":[339.542,68.892,0],"to":[-0.027,-0.151,0],"ti":[0.01,0.143,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.168},"t":52,"s":[339.484,68.461,0],"to":[-0.01,-0.143,0],"ti":[-0.008,0.149,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.16},"t":53,"s":[339.48,68.033,0],"to":[0.008,-0.149,0],"ti":[-0.028,0.16,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.16},"t":54,"s":[339.535,67.568,0],"to":[0.028,-0.16,0],"ti":[-0.047,0.169,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.161},"t":55,"s":[339.647,67.072,0],"to":[0.047,-0.169,0],"ti":[-0.065,0.176,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.162},"t":56,"s":[339.816,66.553,0],"to":[0.065,-0.176,0],"ti":[-0.083,0.179,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.163},"t":57,"s":[340.039,66.018,0],"to":[0.083,-0.179,0],"ti":[-0.099,0.18,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.164},"t":58,"s":[340.312,65.476,0],"to":[0.099,-0.18,0],"ti":[-0.053,0.09,0]},{"t":59,"s":[340.633,64.937,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.887,0.858,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":12,"s":[119.548,103.77,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.117,0.413,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.32,0.202,0]},"t":13,"s":[75.487,97.516,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.839,0.857,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.049,0.097,0]},"t":14,"s":[59.951,93.123,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.919,1.065,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.172,0.2,0]},"t":15,"s":[97.388,66.554,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-2.744,0.826,1]},"o":{"x":[0.167,0.167,0.167],"y":[-2.464,0.037,0]},"t":16,"s":[132.453,47.628,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.896,0.982,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.085,0.16,0]},"t":17,"s":[131.306,81.38,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.123,0.94,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.42,-0.023,0]},"t":18,"s":[80.905,117.92,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.005,1.294,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.05,-0.217,0]},"t":19,"s":[68.413,89.26,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.919,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.004,0.065,0]},"t":20,"s":[99.306,97.223,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.384,0.975,1]},"o":{"x":[0.167,0.167,0.167],"y":[-3.282,0,0]},"t":21,"s":[66.686,61.177,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.766,1.087,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.089,-0.035,0]},"t":22,"s":[67.494,97.2,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.858,0.983,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.129,0.043,0]},"t":23,"s":[80.098,71.917,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.241,0.896,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.201,-0.022,0]},"t":24,"s":[102.945,123.537,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.932,1.252,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.062,0.427,0]},"t":25,"s":[119.07,82.641,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.957,0.883,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.378,0.063,0]},"t":26,"s":[56.225,72.735,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.764,0.982,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.089,0.289,0]},"t":27,"s":[67.587,112.547,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.911,1.01,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.075,-0.022,0]},"t":28,"s":[62.103,128.666,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.018,1.194,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.415,0.009,0]},"t":29,"s":[117.871,115.971,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.145,0.86,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.015,0.058,0]},"t":30,"s":[121.362,130.232,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.007,1.04,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.092,0.206,0]},"t":31,"s":[117.096,82.77,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.944,0.922,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.007,0.027,0]},"t":32,"s":[77.619,50.423,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.856,0.71,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.172,-1.15,0]},"t":33,"s":[120.562,98.344,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,0.484,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.199,0.117,0]},"t":34,"s":[106.534,95.106,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.217,1.063,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0.099,0]},"t":35,"s":[96.391,87.062,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.943,0.954,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.06,0.036,0]},"t":36,"s":[106.476,45.285,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.104,0.996,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.179,-0.103,0]},"t":37,"s":[70.097,118.413,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.008,1.087,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.046,-0.004,0]},"t":38,"s":[81.643,85.768,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.912,0.911,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.007,0.043,0]},"t":39,"s":[55.641,116.896,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.011,0.466,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.675,1.402,0]},"t":40,"s":[83.987,53.173,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.17,0.898,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.091,0.099,0]},"t":41,"s":[85.471,49.147,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.916,1.762,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.056,0.465,0]},"t":42,"s":[102.003,27.383,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.131,1.022,1]},"o":{"x":[0.167,0.167,0.167],"y":[7.85,0.075,0]},"t":43,"s":[51.831,22.635,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-1.033,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.051,0.017,0]},"t":44,"s":[51.293,70.822,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.9,1.802,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.087,1.766,0]},"t":45,"s":[52.676,10.032,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.828,0.986,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.491,0.075,0]},"t":46,"s":[85.033,7.021,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.048,0.89,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.162,-0.017,0]},"t":47,"s":[91.644,38.996,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.854,1.128,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.031,0.341,0]},"t":48,"s":[98.641,12.455,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.425,0.857,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.195,0.05,0]},"t":49,"s":[87.583,3.883,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.84,0.985,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.097,0.199,0]},"t":50,"s":[79.333,25.603,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.932,0.756,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.174,-0.018,0]},"t":51,"s":[30.689,41.218,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.381,1.037,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.362,0.127,0]},"t":52,"s":[-14.018,28.37,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.031,0.934,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.096,0.026,0]},"t":53,"s":[-5.646,3.642,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.941,0.845,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.022,-0.306,0]},"t":54,"s":[48.164,39.412,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.726,0.492,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.197,0.18,0]},"t":55,"s":[-25.525,31.762,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.914,1.052,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.12,0.1,0]},"t":56,"s":[-3.614,25.17,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.387,0.994,1]},"o":{"x":[0.167,0.167,0.167],"y":[2.415,0.032,0]},"t":57,"s":[46.515,-8.426,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.079,-0.006,0]},"t":58,"s":[48.307,46.093,100]},{"t":59,"s":[16.689,-4.541,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.10196078431372549,0.3803921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":12,"op":60,"st":12,"bm":0},{"ddd":0,"ind":47,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":8,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":13,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":35,"s":[100]},{"t":51,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.549},"o":{"x":0.167,"y":0.167},"t":8,"s":[272.244,257.087,0],"to":[-0.124,-0.32,0],"ti":[0.816,1.673,0]},{"i":{"x":0.833,"y":0.761},"o":{"x":0.167,"y":0.102},"t":9,"s":[271.5,255.164,0],"to":[-0.816,-1.673,0],"ti":[2.219,3.742,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.128},"t":10,"s":[267.351,247.049,0],"to":[-2.219,-3.742,0],"ti":[3.396,4.937,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":11,"s":[258.186,232.713,0],"to":[-3.396,-4.937,0],"ti":[3.5,4.76,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.179},"t":12,"s":[246.972,217.428,0],"to":[-3.5,-4.76,0],"ti":[2.913,4.097,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.184},"t":13,"s":[237.183,204.156,0],"to":[-2.913,-4.097,0],"ti":[2.265,3.524,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":14,"s":[229.496,192.846,0],"to":[-2.265,-3.524,0],"ti":[1.734,3.087,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":15,"s":[223.596,183.013,0],"to":[-1.734,-3.087,0],"ti":[1.325,2.741,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":16,"s":[219.089,174.323,0],"to":[-1.325,-2.741,0],"ti":[1.014,2.455,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":17,"s":[215.647,166.568,0],"to":[-1.014,-2.455,0],"ti":[0.78,2.215,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":18,"s":[213.008,159.593,0],"to":[-0.78,-2.215,0],"ti":[0.606,2.01,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":19,"s":[210.967,153.279,0],"to":[-0.606,-2.01,0],"ti":[0.48,1.83,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":20,"s":[209.371,147.533,0],"to":[-0.48,-1.83,0],"ti":[0.392,1.66,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":21,"s":[208.089,142.301,0],"to":[-0.392,-1.66,0],"ti":[0.329,1.501,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":22,"s":[207.021,137.573,0],"to":[-0.329,-1.501,0],"ti":[0.281,1.36,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":23,"s":[206.115,133.293,0],"to":[-0.281,-1.36,0],"ti":[0.243,1.235,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":24,"s":[205.336,129.411,0],"to":[-0.243,-1.235,0],"ti":[0.212,1.123,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":25,"s":[204.658,125.885,0],"to":[-0.212,-1.123,0],"ti":[0.187,1.022,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":26,"s":[204.062,122.676,0],"to":[-0.187,-1.022,0],"ti":[0.165,0.933,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":27,"s":[203.537,119.751,0],"to":[-0.165,-0.933,0],"ti":[0.145,0.852,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":28,"s":[203.075,117.081,0],"to":[-0.145,-0.852,0],"ti":[0.126,0.779,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":29,"s":[202.67,114.64,0],"to":[-0.126,-0.779,0],"ti":[0.108,0.713,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":30,"s":[202.32,112.406,0],"to":[-0.108,-0.713,0],"ti":[0.09,0.654,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":31,"s":[202.024,110.359,0],"to":[-0.09,-0.654,0],"ti":[0.072,0.599,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":32,"s":[201.781,108.484,0],"to":[-0.072,-0.599,0],"ti":[0.054,0.55,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":33,"s":[201.591,106.763,0],"to":[-0.054,-0.55,0],"ti":[0.036,0.505,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":34,"s":[201.455,105.183,0],"to":[-0.036,-0.505,0],"ti":[0.018,0.464,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":35,"s":[201.374,103.731,0],"to":[-0.018,-0.464,0],"ti":[-0.001,0.427,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":36,"s":[201.348,102.397,0],"to":[0.001,-0.427,0],"ti":[-0.019,0.391,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":37,"s":[201.377,101.171,0],"to":[0.019,-0.391,0],"ti":[-0.037,0.358,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":38,"s":[201.462,100.048,0],"to":[0.037,-0.358,0],"ti":[-0.055,0.327,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":39,"s":[201.6,99.021,0],"to":[0.055,-0.327,0],"ti":[-0.072,0.298,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":40,"s":[201.792,98.084,0],"to":[0.072,-0.298,0],"ti":[-0.089,0.269,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":41,"s":[202.034,97.235,0],"to":[0.089,-0.269,0],"ti":[-0.104,0.241,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":42,"s":[202.325,96.471,0],"to":[0.104,-0.241,0],"ti":[-0.118,0.213,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":43,"s":[202.66,95.791,0],"to":[0.118,-0.213,0],"ti":[-0.131,0.186,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":44,"s":[203.035,95.192,0],"to":[0.131,-0.186,0],"ti":[-0.142,0.158,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.172},"t":45,"s":[203.446,94.675,0],"to":[0.142,-0.158,0],"ti":[-0.151,0.13,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.172},"t":46,"s":[203.886,94.242,0],"to":[0.151,-0.13,0],"ti":[-0.157,0.102,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.172},"t":47,"s":[204.349,93.894,0],"to":[0.157,-0.102,0],"ti":[-0.161,0.078,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.169},"t":48,"s":[204.827,93.632,0],"to":[0.161,-0.078,0],"ti":[-0.163,0.067,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.167},"t":49,"s":[205.315,93.423,0],"to":[0.163,-0.067,0],"ti":[-0.166,0.057,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.167},"t":50,"s":[205.808,93.233,0],"to":[0.166,-0.057,0],"ti":[-0.172,0.042,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.165},"t":51,"s":[206.31,93.079,0],"to":[0.172,-0.042,0],"ti":[-0.179,0.025,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.165},"t":52,"s":[206.839,92.979,0],"to":[0.179,-0.025,0],"ti":[-0.182,0.01,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.167},"t":53,"s":[207.382,92.928,0],"to":[0.182,-0.01,0],"ti":[-0.181,-0.005,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.168},"t":54,"s":[207.929,92.922,0],"to":[0.181,0.005,0],"ti":[-0.176,-0.017,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.169},"t":55,"s":[208.467,92.955,0],"to":[0.176,0.017,0],"ti":[-0.169,-0.028,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.17},"t":56,"s":[208.986,93.024,0],"to":[0.169,0.028,0],"ti":[-0.158,-0.038,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.172},"t":57,"s":[209.478,93.124,0],"to":[0.158,0.038,0],"ti":[-0.145,-0.046,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.173},"t":58,"s":[209.934,93.25,0],"to":[0.145,0.046,0],"ti":[-0.069,-0.025,0]},{"t":59,"s":[210.348,93.398,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.87,0.772,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":8,"s":[119.453,55.55,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.948,0.927,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.231,0.131,0]},"t":9,"s":[106.941,69.697,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.287,0.579,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.135,-0.59,0]},"t":10,"s":[99.865,94.324,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.885,0.86,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.065,0.104,0]},"t":11,"s":[102.566,91.274,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.741,0.971,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.301,0.205,0]},"t":12,"s":[90.563,78.91,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.394,1.467,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.123,-0.044,0]},"t":13,"s":[85.972,70.463,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.896,0.973,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.069,0.071,0]},"t":14,"s":[76.313,75.971,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.334,0.741,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.413,-0.04,0]},"t":15,"s":[131.692,39.582,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.923,0.958,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.067,0.123,0]},"t":16,"s":[145.687,64.182,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.286,0.922,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.941,-0.085,0]},"t":17,"s":[75.572,116.009,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.026,3.589,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.094,-1.303,0]},"t":18,"s":[81.277,90.372,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.88,0.961,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.02,0.081,0]},"t":19,"s":[124.472,91.912,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.062,0.923,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.275,-0.072,0]},"t":20,"s":[67.544,42.493,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.861,1.459,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.036,-0.98,0]},"t":21,"s":[42.728,69.036,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.922,0.917,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.208,0.071,0]},"t":22,"s":[85.996,66.957,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-1.537,-47.561,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.187,74,0]},"t":23,"s":[114.947,80.491,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.566,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.086,0.083,0]},"t":24,"s":[113.049,80.506,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.925,0.917,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.054,0.103,0]},"t":25,"s":[57.15,89.382,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.098,5.726,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.754,-8.491,0]},"t":26,"s":[91.118,126.727,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.09,0.993,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.045,0.082,0]},"t":27,"s":[87.736,126.364,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.908,0.868,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.043,-0.008,0]},"t":28,"s":[95.097,147.312,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.56,0.516,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.913,0.225,0]},"t":29,"s":[79.819,128.237,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.128,0.929,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.088,0.101,0]},"t":30,"s":[78.286,116.992,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.943,0.612,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.051,-0.463,0]},"t":31,"s":[51.103,62.981,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.755,0.962,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.177,0.106,0]},"t":32,"s":[120.097,71.216,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.78,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.126,-0.07,0]},"t":33,"s":[97.985,101.356,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.958,0.93,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.054,0.134,0]},"t":34,"s":[55.144,84.965,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.921,0.999,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.086,-0.43,0]},"t":35,"s":[81.051,58.096,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.51,1.562,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.655,-0.001,0]},"t":36,"s":[68.289,62.454,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.243,1.041,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.072,0.073,0]},"t":37,"s":[68.9,58.129,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.116,0.929,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.062,0.028,0]},"t":38,"s":[64.548,91.624,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.007,0.943,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.048,-0.49,0]},"t":39,"s":[81.603,41.501,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.027,-0.787,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.007,-0.185,0]},"t":40,"s":[40.821,48.785,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.952,0.981,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.02,0.087,0]},"t":41,"s":[85.22,46.522,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.945,1.024,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.112,-0.025,0]},"t":42,"s":[26.513,0.273,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.934,0.915,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.158,0.018,0]},"t":43,"s":[51.537,35.891,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.358,1.609,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.318,4.617,0]},"t":44,"s":[42.897,-9.828,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.956,0.696,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.089,0.073,0]},"t":45,"s":[44.69,-10.668,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.922,0.946,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.095,0.115,0]},"t":46,"s":[72.117,-3.689,100]},{"i":{"x":[0.833,0.833,0.833],"y":[2.789,0.815,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.25,-0.156,0]},"t":47,"s":[59.287,14.778,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.827,0.946,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.08,0.152,0]},"t":48,"s":[60.089,8.351,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.698,-0.404,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.161,-0.154,0]},"t":49,"s":[42.069,0.529,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.95,0.986,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.115,0.089,0]},"t":50,"s":[22.609,3.273,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.627,0.926,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.126,-0.016,0]},"t":51,"s":[-28.548,46.76,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.957,0.182,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.107,-0.67,0]},"t":52,"s":[-8.217,10.367,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.796,0.936,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.089,0.093,0]},"t":53,"s":[62.57,14.39,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.988,0.546,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.141,-0.271,0]},"t":54,"s":[28.321,49.863,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.858,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.015,0.102,0]},"t":55,"s":[-21.183,41.528,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.006,0.962,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.202,0,0]},"t":56,"s":[20.981,4.416,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.939,0.899,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.005,-0.071,0]},"t":57,"s":[50.62,41.308,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.223,0.468,0]},"t":58,"s":[18.942,21.34,100]},{"t":59,"s":[27.547,17.011,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.10196078431372549,0.3803921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":8,"op":60,"st":8,"bm":0},{"ddd":0,"ind":48,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":2,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":7,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":29,"s":[100]},{"t":45,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.599},"o":{"x":0.167,"y":0.167},"t":2,"s":[273.94,260.349,0],"to":[-0.179,0.314,0],"ti":[0.915,-1.476,0]},{"i":{"x":0.833,"y":0.765},"o":{"x":0.167,"y":0.105},"t":3,"s":[272.864,262.231,0],"to":[-0.915,1.476,0],"ti":[2.375,-3.065,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":4,"s":[268.451,269.206,0],"to":[-2.375,3.065,0],"ti":[3.841,-3.636,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":5,"s":[258.614,280.62,0],"to":[-3.841,3.636,0],"ti":[4.317,-2.988,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.178},"t":6,"s":[245.406,291.021,0],"to":[-4.317,2.988,0],"ti":[3.939,-2.213,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":7,"s":[232.715,298.549,0],"to":[-3.939,2.213,0],"ti":[3.368,-1.76,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":8,"s":[221.77,304.296,0],"to":[-3.368,1.76,0],"ti":[2.855,-1.514,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":9,"s":[212.51,309.106,0],"to":[-2.855,1.514,0],"ti":[2.434,-1.366,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":10,"s":[204.641,313.381,0],"to":[-2.434,1.366,0],"ti":[2.092,-1.261,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":11,"s":[197.904,317.3,0],"to":[-2.092,1.261,0],"ti":[1.81,-1.177,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":12,"s":[192.09,320.946,0],"to":[-1.81,1.177,0],"ti":[1.575,-1.103,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":13,"s":[187.044,324.36,0],"to":[-1.575,1.103,0],"ti":[1.376,-1.035,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":14,"s":[182.643,327.564,0],"to":[-1.376,1.035,0],"ti":[1.205,-0.972,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":15,"s":[178.791,330.572,0],"to":[-1.205,0.972,0],"ti":[1.057,-0.911,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":16,"s":[175.413,333.393,0],"to":[-1.057,0.911,0],"ti":[0.928,-0.852,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":17,"s":[172.447,336.036,0],"to":[-0.928,0.852,0],"ti":[0.814,-0.797,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":18,"s":[169.845,338.508,0],"to":[-0.814,0.797,0],"ti":[0.712,-0.743,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":19,"s":[167.565,340.816,0],"to":[-0.712,0.743,0],"ti":[0.621,-0.692,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":20,"s":[165.574,342.967,0],"to":[-0.621,0.692,0],"ti":[0.539,-0.642,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":21,"s":[163.841,344.967,0],"to":[-0.539,0.642,0],"ti":[0.464,-0.595,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":22,"s":[162.342,346.821,0],"to":[-0.464,0.595,0],"ti":[0.397,-0.549,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":23,"s":[161.056,348.535,0],"to":[-0.397,0.549,0],"ti":[0.336,-0.504,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":24,"s":[159.962,350.113,0],"to":[-0.336,0.504,0],"ti":[0.28,-0.461,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":25,"s":[159.042,351.559,0],"to":[-0.28,0.461,0],"ti":[0.23,-0.419,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":26,"s":[158.282,352.878,0],"to":[-0.23,0.419,0],"ti":[0.185,-0.378,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":27,"s":[157.663,354.073,0],"to":[-0.185,0.378,0],"ti":[0.145,-0.339,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":28,"s":[157.172,355.149,0],"to":[-0.145,0.339,0],"ti":[0.11,-0.301,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.18},"t":29,"s":[156.793,356.108,0],"to":[-0.11,0.301,0],"ti":[0.08,-0.264,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.181},"t":30,"s":[156.511,356.955,0],"to":[-0.08,0.264,0],"ti":[0.054,-0.227,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.182},"t":31,"s":[156.313,357.691,0],"to":[-0.054,0.227,0],"ti":[0.034,-0.191,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.185},"t":32,"s":[156.184,358.318,0],"to":[-0.034,0.191,0],"ti":[0.018,-0.156,0]},{"i":{"x":0.833,"y":0.854},"o":{"x":0.167,"y":0.188},"t":33,"s":[156.11,358.839,0],"to":[-0.018,0.156,0],"ti":[0.007,-0.122,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.194},"t":34,"s":[156.077,359.255,0],"to":[-0.007,0.122,0],"ti":[-0.009,-0.098,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.177},"t":35,"s":[156.07,359.568,0],"to":[0.009,0.098,0],"ti":[-0.034,-0.089,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.162},"t":36,"s":[156.129,359.841,0],"to":[0.034,0.089,0],"ti":[-0.059,-0.084,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.16},"t":37,"s":[156.271,360.101,0],"to":[0.059,0.084,0],"ti":[-0.08,-0.078,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.16},"t":38,"s":[156.482,360.344,0],"to":[0.08,0.078,0],"ti":[-0.098,-0.071,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.161},"t":39,"s":[156.751,360.569,0],"to":[0.098,0.071,0],"ti":[-0.112,-0.063,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.162},"t":40,"s":[157.068,360.771,0],"to":[0.112,0.063,0],"ti":[-0.124,-0.054,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.163},"t":41,"s":[157.425,360.948,0],"to":[0.124,0.054,0],"ti":[-0.129,-0.049,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.166},"t":42,"s":[157.811,361.097,0],"to":[0.129,0.049,0],"ti":[-0.126,-0.051,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.169},"t":43,"s":[158.201,361.241,0],"to":[0.126,0.051,0],"ti":[-0.118,-0.056,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.171},"t":44,"s":[158.569,361.404,0],"to":[0.118,0.056,0],"ti":[-0.109,-0.06,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.172},"t":45,"s":[158.91,361.58,0],"to":[0.109,0.06,0],"ti":[-0.098,-0.062,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":46,"s":[159.221,361.765,0],"to":[0.098,0.062,0],"ti":[-0.087,-0.063,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.174},"t":47,"s":[159.499,361.954,0],"to":[0.087,0.063,0],"ti":[-0.074,-0.063,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":48,"s":[159.741,362.144,0],"to":[0.074,0.063,0],"ti":[-0.062,-0.061,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.178},"t":49,"s":[159.945,362.33,0],"to":[0.062,0.061,0],"ti":[-0.049,-0.058,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.18},"t":50,"s":[160.111,362.509,0],"to":[0.049,0.058,0],"ti":[-0.036,-0.053,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.182},"t":51,"s":[160.237,362.677,0],"to":[0.036,0.053,0],"ti":[-0.023,-0.048,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.185},"t":52,"s":[160.325,362.83,0],"to":[0.023,0.048,0],"ti":[-0.011,-0.042,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.187},"t":53,"s":[160.376,362.965,0],"to":[0.011,0.042,0],"ti":[0.001,-0.034,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.187},"t":54,"s":[160.39,363.08,0],"to":[-0.001,0.034,0],"ti":[0.011,-0.026,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.178},"t":55,"s":[160.371,363.171,0],"to":[-0.011,0.026,0],"ti":[0.021,-0.017,0]},{"i":{"x":0.833,"y":0.82},"o":{"x":0.167,"y":0.164},"t":56,"s":[160.322,363.235,0],"to":[-0.021,0.017,0],"ti":[0.029,-0.006,0]},{"i":{"x":0.833,"y":0.816},"o":{"x":0.167,"y":0.155},"t":57,"s":[160.247,363.27,0],"to":[-0.029,0.006,0],"ti":[0.035,0.004,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.152},"t":58,"s":[160.149,363.273,0],"to":[-0.035,-0.004,0],"ti":[0.019,0.005,0]},{"t":59,"s":[160.035,363.244,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1.052,0.912,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":2,"s":[91.411,73.902,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.827,0.39,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.032,1.61,0]},"t":3,"s":[65.83,91.918,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.046,1.571,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.161,0.097,0]},"t":4,"s":[107.448,92.901,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.942,0.923,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.03,0.073,0]},"t":5,"s":[152.078,99.113,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.847,0.674,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.195,-0.969,0]},"t":6,"s":[82.703,50.368,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.029,0.728,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.183,0.112,0]},"t":7,"s":[103.48,54.226,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.79,0.949,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.022,0.12,0]},"t":8,"s":[120.884,65.462,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.94,0.95,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.138,-0.135,0]},"t":9,"s":[97.362,90.861,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.855,1.74,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.209,-0.125,0]},"t":10,"s":[61.56,81.156,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.023,1.03,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.196,0.075,0]},"t":11,"s":[71.774,85.037,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.369,0.932,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.018,0.022,0]},"t":12,"s":[79.328,46.686,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.894,0.844,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.068,-0.362,0]},"t":13,"s":[69.652,98.9,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.223,1.075,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.384,0.179,0]},"t":14,"s":[122.192,89.119,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.92,0.879,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.061,0.04,0]},"t":15,"s":[136.768,80.556,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.268,1.123,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.772,0.269,0]},"t":16,"s":[83.231,96.867,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.041,0.715,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.089,0.05,0]},"t":17,"s":[85.636,104.189,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.882,0.919,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.028,0.118,0]},"t":18,"s":[119.843,86.028,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.101,-1.337,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.286,-2.378,0]},"t":19,"s":[68.608,42.162,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.862,0.996,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.046,0.086,0]},"t":20,"s":[47.52,43.647,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.951,0.979,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.21,-0.004,0]},"t":21,"s":[94.079,83.818,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.63,0.826,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.12,-0.028,0]},"t":22,"s":[124.614,45.446,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.959,0.867,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.108,0.16,0]},"t":23,"s":[112.121,74.09,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.798,1.043,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.082,0.224,0]},"t":24,"s":[69.17,105.139,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.989,1.056,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.142,0.028,0]},"t":25,"s":[90.804,123.544,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.836,0.968,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.013,0.034,0]},"t":26,"s":[121.588,95.744,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.88,0.908,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.17,-0.053,0]},"t":27,"s":[95.051,142.325,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.702,0.553,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.275,0.917,0]},"t":28,"s":[69.508,113.896,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.962,0.63,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.116,0.102,0]},"t":29,"s":[58.415,111.056,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.975,0.97,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.069,0.108,0]},"t":30,"s":[29.777,98.67,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.682,0.963,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.036,-0.046,0]},"t":31,"s":[45.407,56.133,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.99,0.982,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.113,-0.066,0]},"t":32,"s":[34.491,83.602,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.867,1.248,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.012,-0.022,0]},"t":33,"s":[3.789,68.283,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.991,0.862,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.224,0.062,0]},"t":34,"s":[30.69,80.365,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.11,1.012,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.01,0.211,0]},"t":35,"s":[46.645,32.371,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.919,0.974,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.047,0.011,0]},"t":36,"s":[32.343,1.12,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.962,1.001,1]},"o":{"x":[0.167,0.167,0.167],"y":[-2.466,-0.037,0]},"t":37,"s":[65.552,37.014,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.026,0.929,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.087,0.001,0]},"t":38,"s":[64.467,12.19,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.059,-0.017,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.02,-0.473,0]},"t":39,"s":[40,37.362,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.936,0.93,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.034,0.091,0]},"t":40,"s":[72.228,33.594,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.744,0.949,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.269,-0.441,0]},"t":41,"s":[17.233,-8.641,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.021,1.149,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.124,-0.134,0]},"t":42,"s":[30.25,-1.935,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.994,0.976,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.017,0.053,0]},"t":43,"s":[57.17,-4.506,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.998,1.452,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.006,-0.034,0]},"t":44,"s":[23.549,2.656,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.948,0.864,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.002,0.07,0]},"t":45,"s":[54.911,-2.436,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.044,1.08,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.138,0.216,0]},"t":46,"s":[24.231,30.266,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.98,0.929,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.029,0.041,0]},"t":47,"s":[35.767,50.837,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.284,0.351,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.027,-0.49,0]},"t":48,"s":[18.177,10.486,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.93,0.976,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.064,0.096,0]},"t":49,"s":[31.443,16.354,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.369,0.815,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.427,-0.033,0]},"t":50,"s":[-27.024,56.172,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.885,0.996,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.096,0.152,0]},"t":51,"s":[-17.47,27.705,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.145,0.868,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.306,-0.005,0]},"t":52,"s":[45.271,-6.879,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.872,1.081,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.053,0.227,0]},"t":53,"s":[68.762,25.916,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.048,1.039,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.239,0.041,0]},"t":54,"s":[4.456,44.914,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.954,0.959,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.03,0.026,0]},"t":55,"s":[-30.068,7.408,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.082,0.922,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.101,-0.08,0]},"t":56,"s":[24.371,62.294,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.894,2.558,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.041,-1.19,0]},"t":57,"s":[-0.235,34.376,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.394,0.079,0]},"t":58,"s":[48.622,36.203,100]},{"t":59,"s":[61.716,0.231,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.10196078431372549,0.3803921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2,"op":60,"st":2,"bm":0},{"ddd":0,"ind":49,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":7,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[100]},{"t":50,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.551},"o":{"x":0.167,"y":0.167},"t":7,"s":[272.377,258.087,0],"to":[-0.394,0.137,0],"ti":[2.139,-0.681,0]},{"i":{"x":0.833,"y":0.762},"o":{"x":0.167,"y":0.102},"t":8,"s":[270.01,258.906,0],"to":[-2.139,0.681,0],"ti":[5.098,-1.104,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.128},"t":9,"s":[259.541,262.172,0],"to":[-5.098,1.104,0],"ti":[7.13,-0.303,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":10,"s":[239.424,265.531,0],"to":[-7.13,0.303,0],"ti":[6.918,1.295,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":11,"s":[216.76,263.988,0],"to":[-6.918,-1.295,0],"ti":[5.553,2.383,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.183},"t":12,"s":[197.916,257.762,0],"to":[-5.553,-2.383,0],"ti":[4.294,2.71,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":13,"s":[183.44,249.693,0],"to":[-4.294,-2.71,0],"ti":[3.412,2.643,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":14,"s":[172.149,241.499,0],"to":[-3.412,-2.643,0],"ti":[2.824,2.427,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":15,"s":[162.967,233.838,0],"to":[-2.824,-2.427,0],"ti":[2.43,2.167,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":16,"s":[155.204,226.937,0],"to":[-2.43,-2.167,0],"ti":[2.166,1.903,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":17,"s":[148.386,220.833,0],"to":[-2.166,-1.903,0],"ti":[1.988,1.643,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":18,"s":[142.207,215.519,0],"to":[-1.988,-1.643,0],"ti":[1.866,1.384,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":19,"s":[136.458,210.978,0],"to":[-1.866,-1.384,0],"ti":[1.768,1.113,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":20,"s":[131.01,207.214,0],"to":[-1.768,-1.113,0],"ti":[1.677,0.828,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":21,"s":[125.848,204.301,0],"to":[-1.677,-0.828,0],"ti":[1.589,0.546,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":22,"s":[120.949,202.245,0],"to":[-1.589,-0.546,0],"ti":[1.493,0.277,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":23,"s":[116.315,201.024,0],"to":[-1.493,-0.277,0],"ti":[1.38,0.034,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":24,"s":[111.993,200.584,0],"to":[-1.38,-0.034,0],"ti":[1.254,-0.168,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":25,"s":[108.033,200.82,0],"to":[-1.254,0.168,0],"ti":[1.122,-0.322,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.174},"t":26,"s":[104.469,201.591,0],"to":[-1.122,0.322,0],"ti":[0.991,-0.429,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":27,"s":[101.304,202.75,0],"to":[-0.991,0.429,0],"ti":[0.869,-0.496,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":28,"s":[98.52,204.163,0],"to":[-0.869,0.496,0],"ti":[0.759,-0.533,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.173},"t":29,"s":[96.088,205.725,0],"to":[-0.759,0.533,0],"ti":[0.662,-0.548,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.173},"t":30,"s":[93.965,207.359,0],"to":[-0.662,0.548,0],"ti":[0.577,-0.547,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":31,"s":[92.114,209.011,0],"to":[-0.577,0.547,0],"ti":[0.502,-0.535,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":32,"s":[90.501,210.642,0],"to":[-0.502,0.535,0],"ti":[0.436,-0.515,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":33,"s":[89.1,212.221,0],"to":[-0.436,0.515,0],"ti":[0.376,-0.488,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":34,"s":[87.887,213.729,0],"to":[-0.376,0.488,0],"ti":[0.324,-0.458,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":35,"s":[86.842,215.15,0],"to":[-0.324,0.458,0],"ti":[0.277,-0.424,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":36,"s":[85.945,216.475,0],"to":[-0.277,0.424,0],"ti":[0.234,-0.388,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":37,"s":[85.182,217.694,0],"to":[-0.234,0.388,0],"ti":[0.195,-0.349,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.178},"t":38,"s":[84.541,218.8,0],"to":[-0.195,0.349,0],"ti":[0.16,-0.31,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":39,"s":[84.009,219.79,0],"to":[-0.16,0.31,0],"ti":[0.129,-0.269,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.182},"t":40,"s":[83.578,220.658,0],"to":[-0.129,0.269,0],"ti":[0.099,-0.226,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.186},"t":41,"s":[83.238,221.401,0],"to":[-0.099,0.226,0],"ti":[0.072,-0.183,0]},{"i":{"x":0.833,"y":0.857},"o":{"x":0.167,"y":0.19},"t":42,"s":[82.984,222.016,0],"to":[-0.072,0.183,0],"ti":[0.048,-0.14,0]},{"i":{"x":0.833,"y":0.865},"o":{"x":0.167,"y":0.199},"t":43,"s":[82.806,222.502,0],"to":[-0.048,0.14,0],"ti":[0.026,-0.097,0]},{"i":{"x":0.833,"y":0.882},"o":{"x":0.167,"y":0.219},"t":44,"s":[82.697,222.858,0],"to":[-0.026,0.097,0],"ti":[0.005,-0.052,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.284},"t":45,"s":[82.651,223.082,0],"to":[-0.005,0.052,0],"ti":[-0.014,-0.008,0]},{"i":{"x":0.833,"y":0.751},"o":{"x":0.167,"y":0.174},"t":46,"s":[82.666,223.173,0],"to":[0.014,0.008,0],"ti":[-0.027,0.032,0]},{"i":{"x":0.833,"y":0.805},"o":{"x":0.167,"y":0.125},"t":47,"s":[82.736,223.128,0],"to":[0.027,-0.032,0],"ti":[-0.027,0.062,0]},{"i":{"x":0.833,"y":0.812},"o":{"x":0.167,"y":0.145},"t":48,"s":[82.826,222.979,0],"to":[0.027,-0.062,0],"ti":[-0.023,0.085,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.149},"t":49,"s":[82.9,222.757,0],"to":[0.023,-0.085,0],"ti":[-0.025,0.099,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.161},"t":50,"s":[82.964,222.469,0],"to":[0.025,-0.099,0],"ti":[-0.032,0.102,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.165},"t":51,"s":[83.05,222.164,0],"to":[0.032,-0.102,0],"ti":[-0.036,0.101,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.167},"t":52,"s":[83.155,221.857,0],"to":[0.036,-0.101,0],"ti":[-0.038,0.098,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.17},"t":53,"s":[83.269,221.556,0],"to":[0.038,-0.098,0],"ti":[-0.038,0.093,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.172},"t":54,"s":[83.385,221.268,0],"to":[0.038,-0.093,0],"ti":[-0.035,0.085,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.175},"t":55,"s":[83.497,221,0],"to":[0.035,-0.085,0],"ti":[-0.031,0.076,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.179},"t":56,"s":[83.598,220.758,0],"to":[0.031,-0.076,0],"ti":[-0.024,0.065,0]},{"i":{"x":0.833,"y":0.853},"o":{"x":0.167,"y":0.184},"t":57,"s":[83.682,220.545,0],"to":[0.024,-0.065,0],"ti":[-0.017,0.053,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.192},"t":58,"s":[83.745,220.367,0],"to":[0.017,-0.053,0],"ti":[-0.006,0.023,0]},{"t":59,"s":[83.781,220.227,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.852,3.785,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":7,"s":[121.49,88.737,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.91,0.921,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.19,0.081,0]},"t":8,"s":[91.076,88.159,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.429,-3.486,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.162,-1.415,0]},"t":9,"s":[67.412,108.062,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.033,0.953,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.098,0.085,0]},"t":10,"s":[65.583,106.955,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.841,0.807,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.024,-0.106,0]},"t":11,"s":[54.874,48.475,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.733,0.874,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.176,0.146,0]},"t":12,"s":[69.879,74.186,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.032,1.001,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.121,0.246,0]},"t":13,"s":[83.434,108.14,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.978,0.868,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.023,0.001,0]},"t":14,"s":[113.236,125.507,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.937,0.727,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.03,0.227,0]},"t":15,"s":[72.085,108.002,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.63,0.848,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.261,0.12,0]},"t":16,"s":[102.383,97.845,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.922,0.819,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.108,0.184,0]},"t":17,"s":[95.054,74.753,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.758,1.104,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.116,0.155,0]},"t":18,"s":[69.833,55.593,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.253,0.933,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.127,0.046,0]},"t":19,"s":[71.585,33.206,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.962,0.845,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.089,-0.336,0]},"t":20,"s":[74.924,83.413,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.895,1.179,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.069,0.18,0]},"t":21,"s":[121.778,73.433,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.929,0.903,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.41,0.057,0]},"t":22,"s":[96.063,64.842,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-2.344,1.503,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.493,0.61,0]},"t":23,"s":[89.506,91.864,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1.002,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.085,0.071,0]},"t":24,"s":[90.453,96.143,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.913,0.848,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0.002,0]},"t":25,"s":[127.532,66.021,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.203,1.019,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.831,0.185,0]},"t":26,"s":[90.276,96.965,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.094,0.969,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.059,0.015,0]},"t":27,"s":[88.5,122.317,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.722,1.067,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.044,-0.049,0]},"t":28,"s":[94.599,91.269,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.905,0.958,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.119,0.037,0]},"t":29,"s":[81.585,110.87,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.81,0.948,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.689,-0.085,0]},"t":30,"s":[51.164,75.568,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.817,1.401,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.148,-0.141,0]},"t":31,"s":[46.977,93.082,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.272,0.996,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.153,0.069,0]},"t":32,"s":[41.615,86.585,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.928,0.774,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.064,-0.004,0]},"t":33,"s":[35.186,124.337,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.499,0.946,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.532,0.132,0]},"t":34,"s":[62.591,88.269,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.951,0.921,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.071,-0.154,0]},"t":35,"s":[58.881,26.321,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.072,1.831,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.121,-1.508,0]},"t":36,"s":[84.818,48.109,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.946,0.916,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.038,0.076,0]},"t":37,"s":[74.254,46.968,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.594,35.497,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.15,12.359,0]},"t":38,"s":[93.883,59.486,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.867,0.926,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.105,0.083,0]},"t":39,"s":[86.872,59.571,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.076,0.594,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.224,-0.643,0]},"t":40,"s":[59.763,24.304,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.02,0.969,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.04,0.105,0]},"t":41,"s":[43.653,28.352,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.928,1.059,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.016,-0.049,0]},"t":42,"s":[74.399,44.017,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.401,0.902,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.523,0.034,0]},"t":43,"s":[36.198,34.152,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.943,0.234,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.069,0.557,0]},"t":44,"s":[41.448,50.974,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.109,1.139,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.183,0.094,0]},"t":45,"s":[10.923,53.931,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.042,0.95,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.047,0.052,0]},"t":46,"s":[20.467,78.157,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.003,0.801,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.028,-0.123,0]},"t":47,"s":[-1.575,13.482,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.927,0.974,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.003,0.144,0]},"t":48,"s":[31.467,39.632,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.201,0.662,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.568,-0.037,0]},"t":49,"s":[-2.832,75.796,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.885,0.948,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.093,0.111,0]},"t":50,"s":[1.556,50.773,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.966,0.83,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.302,-0.136,0]},"t":51,"s":[39.258,-25.561,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.108,1.032,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.057,0.164,0]},"t":52,"s":[53.602,3.457,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.962,1.046,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.092,0.023,0]},"t":53,"s":[45.062,33.613,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.964,0.941,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.07,0.03,0]},"t":54,"s":[-37.848,-8.287,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.116,0.998,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.063,-0.206,0]},"t":55,"s":[7.213,56.765,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.896,1.241,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.049,-0.003,0]},"t":56,"s":[-18.526,38.06,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.835,0.935,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.416,0.062,0]},"t":57,"s":[43.172,56.215,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.168,-0.296,0]},"t":58,"s":[58.626,-14.531,100]},{"t":59,"s":[73.773,0.993,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.3137254901960784,0.8901960784313725,0.7607843137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":7,"op":60,"st":7,"bm":0},{"ddd":0,"ind":50,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":11,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":33,"s":[100]},{"t":49,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.592},"o":{"x":0.167,"y":0.167},"t":6,"s":[272.75,257.654,0],"to":[0.022,0.426,0],"ti":[-0.208,-2.079,0]},{"i":{"x":0.833,"y":0.764},"o":{"x":0.167,"y":0.105},"t":7,"s":[272.88,260.209,0],"to":[0.208,2.079,0],"ti":[-0.762,-4.636,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.129},"t":8,"s":[273.997,270.127,0],"to":[0.762,4.636,0],"ti":[-1.59,-6.205,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.158},"t":9,"s":[277.455,288.025,0],"to":[1.59,6.205,0],"ti":[-2.259,-5.901,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":10,"s":[283.537,307.355,0],"to":[2.259,5.901,0],"ti":[-2.568,-4.763,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":11,"s":[291.011,323.433,0],"to":[2.568,4.763,0],"ti":[-2.65,-3.689,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.182},"t":12,"s":[298.946,335.933,0],"to":[2.65,3.689,0],"ti":[-2.621,-2.842,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":13,"s":[306.911,345.569,0],"to":[2.621,2.842,0],"ti":[-2.532,-2.186,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.179},"t":14,"s":[314.674,352.986,0],"to":[2.532,2.186,0],"ti":[-2.408,-1.678,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.178},"t":15,"s":[322.1,358.684,0],"to":[2.408,1.678,0],"ti":[-2.266,-1.285,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":16,"s":[329.119,363.056,0],"to":[2.266,1.285,0],"ti":[-2.117,-0.981,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":17,"s":[335.695,366.397,0],"to":[2.117,0.981,0],"ti":[-1.968,-0.746,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":18,"s":[341.819,368.944,0],"to":[1.968,0.746,0],"ti":[-1.824,-0.565,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":19,"s":[347.502,370.875,0],"to":[1.824,0.565,0],"ti":[-1.688,-0.424,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":20,"s":[352.764,372.332,0],"to":[1.688,0.424,0],"ti":[-1.56,-0.315,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":21,"s":[357.63,373.419,0],"to":[1.56,0.315,0],"ti":[-1.442,-0.23,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":22,"s":[362.126,374.22,0],"to":[1.442,0.23,0],"ti":[-1.332,-0.163,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":23,"s":[366.28,374.797,0],"to":[1.332,0.163,0],"ti":[-1.23,-0.11,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":24,"s":[370.118,375.198,0],"to":[1.23,0.11,0],"ti":[-1.135,-0.068,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":25,"s":[373.661,375.459,0],"to":[1.135,0.068,0],"ti":[-1.047,-0.035,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":26,"s":[376.93,375.608,0],"to":[1.047,0.035,0],"ti":[-0.963,-0.007,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":27,"s":[379.942,375.666,0],"to":[0.963,0.007,0],"ti":[-0.884,0.016,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":28,"s":[382.71,375.649,0],"to":[0.884,-0.016,0],"ti":[-0.808,0.036,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":29,"s":[385.245,375.569,0],"to":[0.808,-0.036,0],"ti":[-0.736,0.053,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":30,"s":[387.559,375.434,0],"to":[0.736,-0.053,0],"ti":[-0.666,0.068,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":31,"s":[389.659,375.251,0],"to":[0.666,-0.068,0],"ti":[-0.598,0.082,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":32,"s":[391.553,375.025,0],"to":[0.598,-0.082,0],"ti":[-0.531,0.096,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":33,"s":[393.245,374.757,0],"to":[0.531,-0.096,0],"ti":[-0.471,0.106,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.176},"t":34,"s":[394.738,374.451,0],"to":[0.471,-0.106,0],"ti":[-0.425,0.111,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":35,"s":[396.069,374.119,0],"to":[0.425,-0.111,0],"ti":[-0.387,0.11,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":36,"s":[397.286,373.785,0],"to":[0.387,-0.11,0],"ti":[-0.348,0.107,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.176},"t":37,"s":[398.388,373.457,0],"to":[0.348,-0.107,0],"ti":[-0.31,0.102,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.177},"t":38,"s":[399.376,373.143,0],"to":[0.31,-0.102,0],"ti":[-0.272,0.094,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.179},"t":39,"s":[400.249,372.847,0],"to":[0.272,-0.094,0],"ti":[-0.233,0.086,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.181},"t":40,"s":[401.007,372.576,0],"to":[0.233,-0.086,0],"ti":[-0.195,0.076,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.184},"t":41,"s":[401.649,372.333,0],"to":[0.195,-0.076,0],"ti":[-0.156,0.064,0]},{"i":{"x":0.833,"y":0.856},"o":{"x":0.167,"y":0.189},"t":42,"s":[402.175,372.123,0],"to":[0.156,-0.064,0],"ti":[-0.118,0.052,0]},{"i":{"x":0.833,"y":0.864},"o":{"x":0.167,"y":0.198},"t":43,"s":[402.586,371.947,0],"to":[0.118,-0.052,0],"ti":[-0.079,0.039,0]},{"i":{"x":0.833,"y":0.881},"o":{"x":0.167,"y":0.215},"t":44,"s":[402.881,371.81,0],"to":[0.079,-0.039,0],"ti":[-0.041,0.026,0]},{"i":{"x":0.833,"y":0.888},"o":{"x":0.167,"y":0.276},"t":45,"s":[403.061,371.711,0],"to":[0.041,-0.026,0],"ti":[-0.01,0.014,0]},{"i":{"x":0.833,"y":0.805},"o":{"x":0.167,"y":0.327},"t":46,"s":[403.128,371.653,0],"to":[0.01,-0.014,0],"ti":[0.008,0.004,0]},{"i":{"x":0.833,"y":0.754},"o":{"x":0.167,"y":0.145},"t":47,"s":[403.122,371.629,0],"to":[-0.008,-0.004,0],"ti":[0.019,-0.005,0]},{"i":{"x":0.833,"y":0.789},"o":{"x":0.167,"y":0.126},"t":48,"s":[403.083,371.63,0],"to":[-0.019,0.005,0],"ti":[0.031,-0.013,0]},{"i":{"x":0.833,"y":0.805},"o":{"x":0.167,"y":0.138},"t":49,"s":[403.008,371.658,0],"to":[-0.031,0.013,0],"ti":[0.042,-0.022,0]},{"i":{"x":0.833,"y":0.813},"o":{"x":0.167,"y":0.145},"t":50,"s":[402.898,371.711,0],"to":[-0.042,0.022,0],"ti":[0.053,-0.03,0]},{"i":{"x":0.833,"y":0.818},"o":{"x":0.167,"y":0.15},"t":51,"s":[402.755,371.79,0],"to":[-0.053,0.03,0],"ti":[0.064,-0.038,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.154},"t":52,"s":[402.579,371.893,0],"to":[-0.064,0.038,0],"ti":[0.074,-0.045,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.156},"t":53,"s":[402.371,372.019,0],"to":[-0.074,0.045,0],"ti":[0.083,-0.052,0]},{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.158},"t":54,"s":[402.135,372.165,0],"to":[-0.083,0.052,0],"ti":[0.091,-0.057,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.16},"t":55,"s":[401.874,372.329,0],"to":[-0.091,0.057,0],"ti":[0.097,-0.062,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.162},"t":56,"s":[401.591,372.509,0],"to":[-0.097,0.062,0],"ti":[0.102,-0.065,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.163},"t":57,"s":[401.29,372.7,0],"to":[-0.102,0.065,0],"ti":[0.106,-0.067,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.165},"t":58,"s":[400.977,372.899,0],"to":[-0.106,0.067,0],"ti":[0.053,-0.034,0]},{"t":59,"s":[400.657,373.102,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.867,1.088,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":6,"s":[119.144,105.827,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.795,0.877,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.222,0.043,0]},"t":7,"s":[108.917,89.684,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.672,1.179,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.141,0.257,0]},"t":8,"s":[102.765,122.894,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.908,0.844,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.112,0.057,0]},"t":9,"s":[93.801,138.844,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.347,0.934,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.904,0.179,0]},"t":10,"s":[67.511,88.612,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.047,0.005,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.096,-0.308,0]},"t":11,"s":[64.842,45.024,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.006,0.93,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.03,0.091,0]},"t":12,"s":[46.604,54.307,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.068,0.682,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.006,-0.449,0]},"t":13,"s":[75.236,155.919,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.917,0.86,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.037,0.113,0]},"t":14,"s":[44.513,140.008,100]},{"i":{"x":[0.833,0.833,0.833],"y":[152.322,0.967,1]},"o":{"x":[0.167,0.167,0.167],"y":[270.204,0.206,0]},"t":15,"s":[100.175,95.172,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.025,0.944,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.083,-0.056,0]},"t":16,"s":[100.192,64.696,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.006,0.462,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.02,-0.171,0]},"t":17,"s":[68.993,82.975,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.991,1.026,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.006,0.099,0]},"t":18,"s":[109.723,76.983,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.999,0.913,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.01,0.02,0]},"t":19,"s":[65.994,44.292,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.952,2.661,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.001,2.206,0]},"t":20,"s":[105.048,87.05,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.907,0.908,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.115,0.079,0]},"t":21,"s":[66.25,88.729,100]},{"i":{"x":[0.833,0.833,0.833],"y":[-0.395,1.035,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.774,0.85,0]},"t":22,"s":[82.513,53.595,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.013,0.706,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.089,0.024,0]},"t":23,"s":[84.475,49.774,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.914,0.563,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.011,0.116,0]},"t":24,"s":[115.346,55.183,100]},{"i":{"x":[0.833,0.833,0.833],"y":[3.517,0.971,1]},"o":{"x":[0.167,0.167,0.167],"y":[2.433,0.103,0]},"t":25,"s":[79.807,68.878,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.948,0.939,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.081,-0.045,0]},"t":26,"s":[78.547,127.052,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.885,1.131,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.137,-0.23,0]},"t":27,"s":[117.885,89.313,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.672,0.895,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.305,0.051,0]},"t":28,"s":[103.035,99.348,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.965,1.107,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.112,0.406,0]},"t":29,"s":[97.463,73.594,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.366,0.923,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.06,0.047,0]},"t":30,"s":[81.079,66.939,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.944,2.315,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.068,-1.035,0]},"t":31,"s":[90.595,82.121,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.794,1.043,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.173,0.078,0]},"t":32,"s":[39.327,80.989,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.857,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.14,0.028,0]},"t":33,"s":[55.998,99.978,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.774,1.028,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.055,0.199,0]},"t":34,"s":[80.566,71.181,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.053,0.916,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.132,0.021,0]},"t":35,"s":[65.735,50.454,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.93,2.464,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.032,17.741,0]},"t":36,"s":[40.364,78.153,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.919,-0.052,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.444,0.079,0]},"t":37,"s":[81.902,78.284,100]},{"i":{"x":[0.833,0.833,0.833],"y":[8.691,0.931,1]},"o":{"x":[0.167,0.167,0.167],"y":[-2.408,0.091,0]},"t":38,"s":[75.338,75.857,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.962,0.423,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.082,-0.405,0]},"t":39,"s":[75.557,47.651,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.151,1.036,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.069,0.097,0]},"t":40,"s":[55.074,52.465,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.832,0.956,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.054,0.025,0]},"t":41,"s":[66.306,80.999,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.912,0.908,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.165,-0.095,0]},"t":42,"s":[34.754,40.269,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.421,1.175,1]},"o":{"x":[0.167,0.167,0.167],"y":[1.584,0.921,0]},"t":43,"s":[2.594,59.324,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.174,-0.146,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.07,0.056,0]},"t":44,"s":[0.808,61.219,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.039,0.948,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.056,0.09,0]},"t":45,"s":[11.618,55.345,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.955,0.744,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.027,-0.14,0]},"t":46,"s":[-21.777,-19.555,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.083,0.932,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.096,0.123,0]},"t":47,"s":[27.422,8.427,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.896,0.349,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.042,-0.359,0]},"t":48,"s":[4.597,66.513,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.087,0.933,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.425,0.096,0]},"t":49,"s":[50.12,55.561,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.942,0.784,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.043,-0.354,0]},"t":50,"s":[61.217,-19.054,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.717,1.007,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.186,0.136,0]},"t":51,"s":[38.47,-4.836,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.956,1.072,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.075,0.006,0]},"t":52,"s":[45.499,17.824,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.926,0.911,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.092,0.039,0]},"t":53,"s":[-22.007,-6.623,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.362,0.919,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.679,1.237,0]},"t":54,"s":[10.024,38.847,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.873,-34.653,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.068,-2.841,0]},"t":55,"s":[6.522,42.131,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.708,0.925,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.243,0.084,0]},"t":56,"s":[25.242,42.037,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.976,-0.201,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.117,-0.791,0]},"t":57,"s":[35.027,2.106,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.034,0.09,0]},"t":58,"s":[59.478,5.911,100]},{"t":59,"s":[42.168,56.973,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.10196078431372549,0.3803921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":6,"op":60,"st":6,"bm":0},{"ddd":0,"ind":51,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":3,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":8,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":30,"s":[100]},{"t":46,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.625},"o":{"x":0.167,"y":0.167},"t":3,"s":[273.808,259.665,0],"to":[0.527,-0.068,0],"ti":[-2.371,0.302,0]},{"i":{"x":0.833,"y":0.767},"o":{"x":0.167,"y":0.107},"t":4,"s":[276.968,259.259,0],"to":[2.371,-0.302,0],"ti":[-5.103,0.961,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.13},"t":5,"s":[288.032,257.854,0],"to":[5.103,-0.961,0],"ti":[-6.631,2.225,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.159},"t":6,"s":[307.589,253.495,0],"to":[6.631,-2.225,0],"ti":[-5.809,3.598,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"t":7,"s":[327.818,244.501,0],"to":[5.809,-3.598,0],"ti":[-3.886,4.355,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.183},"t":8,"s":[342.441,231.905,0],"to":[3.886,-4.355,0],"ti":[-2.267,4.355,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"t":9,"s":[351.136,218.373,0],"to":[2.267,-4.355,0],"ti":[-1.31,3.958,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.181},"t":10,"s":[356.042,205.774,0],"to":[1.31,-3.958,0],"ti":[-0.831,3.49,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.18},"t":11,"s":[358.996,194.624,0],"to":[0.831,-3.49,0],"ti":[-0.612,3.067,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.178},"t":12,"s":[361.029,184.836,0],"to":[0.612,-3.067,0],"ti":[-0.528,2.704,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":13,"s":[362.67,176.222,0],"to":[0.528,-2.704,0],"ti":[-0.514,2.391,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.177},"t":14,"s":[364.195,168.613,0],"to":[0.514,-2.391,0],"ti":[-0.538,2.117,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":15,"s":[365.753,161.877,0],"to":[0.538,-2.117,0],"ti":[-0.583,1.874,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":16,"s":[367.425,155.911,0],"to":[0.583,-1.874,0],"ti":[-0.636,1.65,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":17,"s":[369.252,150.634,0],"to":[0.636,-1.65,0],"ti":[-0.685,1.438,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.176},"t":18,"s":[371.238,146.01,0],"to":[0.685,-1.438,0],"ti":[-0.735,1.242,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.175},"t":19,"s":[373.362,142.007,0],"to":[0.735,-1.242,0],"ti":[-0.783,1.066,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":20,"s":[375.646,138.557,0],"to":[0.783,-1.066,0],"ti":[-0.813,0.905,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":21,"s":[378.057,135.612,0],"to":[0.813,-0.905,0],"ti":[-0.823,0.759,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":22,"s":[380.527,133.13,0],"to":[0.823,-0.759,0],"ti":[-0.814,0.633,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":23,"s":[382.995,131.056,0],"to":[0.814,-0.633,0],"ti":[-0.791,0.525,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.174},"t":24,"s":[385.412,129.334,0],"to":[0.791,-0.525,0],"ti":[-0.756,0.434,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.174},"t":25,"s":[387.738,127.909,0],"to":[0.756,-0.434,0],"ti":[-0.712,0.358,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":26,"s":[389.945,126.733,0],"to":[0.712,-0.358,0],"ti":[-0.664,0.295,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.175},"t":27,"s":[392.013,125.763,0],"to":[0.664,-0.295,0],"ti":[-0.613,0.243,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"t":28,"s":[393.931,124.963,0],"to":[0.613,-0.243,0],"ti":[-0.561,0.201,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.176},"t":29,"s":[395.694,124.303,0],"to":[0.561,-0.201,0],"ti":[-0.508,0.165,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.177},"t":30,"s":[397.298,123.76,0],"to":[0.508,-0.165,0],"ti":[-0.456,0.135,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.178},"t":31,"s":[398.744,123.313,0],"to":[0.456,-0.135,0],"ti":[-0.404,0.11,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.179},"t":32,"s":[400.032,122.948,0],"to":[0.404,-0.11,0],"ti":[-0.352,0.089,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":33,"s":[401.165,122.652,0],"to":[0.352,-0.089,0],"ti":[-0.302,0.071,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.182},"t":34,"s":[402.144,122.415,0],"to":[0.302,-0.071,0],"ti":[-0.253,0.055,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.184},"t":35,"s":[402.975,122.228,0],"to":[0.253,-0.055,0],"ti":[-0.207,0.041,0]},{"i":{"x":0.833,"y":0.853},"o":{"x":0.167,"y":0.188},"t":36,"s":[403.664,122.085,0],"to":[0.207,-0.041,0],"ti":[-0.163,0.029,0]},{"i":{"x":0.833,"y":0.859},"o":{"x":0.167,"y":0.193},"t":37,"s":[404.217,121.981,0],"to":[0.163,-0.029,0],"ti":[-0.119,0.018,0]},{"i":{"x":0.833,"y":0.868},"o":{"x":0.167,"y":0.203},"t":38,"s":[404.639,121.911,0],"to":[0.119,-0.018,0],"ti":[-0.078,0.008,0]},{"i":{"x":0.833,"y":0.887},"o":{"x":0.167,"y":0.226},"t":39,"s":[404.934,121.872,0],"to":[0.078,-0.008,0],"ti":[-0.038,-0.001,0]},{"i":{"x":0.833,"y":0.82},"o":{"x":0.167,"y":0.317},"t":40,"s":[405.107,121.862,0],"to":[0.038,0.001,0],"ti":[0,-0.01,0]},{"i":{"x":0.833,"y":0.714},"o":{"x":0.167,"y":0.155},"t":41,"s":[405.163,121.879,0],"to":[0,0.01,0],"ti":[0.036,-0.018,0]},{"i":{"x":0.833,"y":0.805},"o":{"x":0.167,"y":0.118},"t":42,"s":[405.107,121.921,0],"to":[-0.036,0.018,0],"ti":[0.064,-0.025,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.146},"t":43,"s":[404.945,121.988,0],"to":[-0.064,0.025,0],"ti":[0.075,-0.028,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.163},"t":44,"s":[404.725,122.069,0],"to":[-0.075,0.028,0],"ti":[0.078,-0.03,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.164},"t":45,"s":[404.495,122.157,0],"to":[-0.078,0.03,0],"ti":[0.079,-0.032,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.165},"t":46,"s":[404.258,122.252,0],"to":[-0.079,0.032,0],"ti":[0.08,-0.034,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.166},"t":47,"s":[404.019,122.352,0],"to":[-0.08,0.034,0],"ti":[0.078,-0.036,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.169},"t":48,"s":[403.781,122.458,0],"to":[-0.078,0.036,0],"ti":[0.065,-0.038,0]},{"i":{"x":0.833,"y":0.858},"o":{"x":0.167,"y":0.191},"t":49,"s":[403.552,122.57,0],"to":[-0.065,0.038,0],"ti":[0.039,-0.038,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.201},"t":50,"s":[403.392,122.685,0],"to":[-0.039,0.038,0],"ti":[0.013,-0.038,0]},{"i":{"x":0.833,"y":0.823},"o":{"x":0.167,"y":0.184},"t":51,"s":[403.315,122.8,0],"to":[-0.013,0.038,0],"ti":[-0.011,-0.037,0]},{"i":{"x":0.833,"y":0.81},"o":{"x":0.167,"y":0.157},"t":52,"s":[403.314,122.914,0],"to":[0.011,0.037,0],"ti":[-0.033,-0.036,0]},{"i":{"x":0.833,"y":0.812},"o":{"x":0.167,"y":0.148},"t":53,"s":[403.381,123.025,0],"to":[0.033,0.036,0],"ti":[-0.052,-0.035,0]},{"i":{"x":0.833,"y":0.817},"o":{"x":0.167,"y":0.15},"t":54,"s":[403.509,123.131,0],"to":[0.052,0.035,0],"ti":[-0.069,-0.033,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.153},"t":55,"s":[403.692,123.233,0],"to":[0.069,0.033,0],"ti":[-0.084,-0.031,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.156},"t":56,"s":[403.923,123.328,0],"to":[0.084,0.031,0],"ti":[-0.096,-0.028,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.159},"t":57,"s":[404.195,123.417,0],"to":[0.096,0.028,0],"ti":[-0.107,-0.025,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.16},"t":58,"s":[404.501,123.497,0],"to":[0.107,0.025,0],"ti":[-0.056,-0.012,0]},{"t":59,"s":[404.836,123.569,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1.013,0.991,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":3,"s":[94.174,88.68,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.854,0.871,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.011,-0.01,0]},"t":4,"s":[62.657,103.74,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,0.874,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.195,0.236,0]},"t":5,"s":[98.913,90.256,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.962,1.852,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0.247,0]},"t":6,"s":[126.059,82.91,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.12,0.944,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.071,0.076,0]},"t":7,"s":[99.016,79.175,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.877,0.719,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.049,-0.167,0]},"t":8,"s":[113.623,121.094,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.808,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.258,0.118,0]},"t":9,"s":[77.907,107.132,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.024,1.089,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.147,0.166,0]},"t":10,"s":[60.895,73.957,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.02,0.864,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.019,0.043,0]},"t":11,"s":[38.746,40.656,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.997,1.04,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.016,0.216,0]},"t":12,"s":[67.397,109.363,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.787,0.879,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.003,0.027,0]},"t":13,"s":[31.725,152.383,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.983,0.979,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.137,0.27,0]},"t":14,"s":[66.258,88.662,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.996,0.751,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.021,-0.027,0]},"t":15,"s":[119.803,60.228,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.949,1.058,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.004,0.125,0]},"t":16,"s":[76.922,81.625,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.975,0.91,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.135,0.034,0]},"t":17,"s":[117.696,124.097,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.215,1.712,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.036,1.154,0]},"t":18,"s":[102.098,51.832,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.928,0.975,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.06,0.075,0]},"t":19,"s":[113.025,46.206,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.706,0.89,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.543,-0.036,0]},"t":20,"s":[73.843,99.907,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.753,0.976,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.116,0.341,0]},"t":21,"s":[79.054,62.467,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.064,0.498,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.126,-0.035,0]},"t":22,"s":[92.238,50.379,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.883,0.885,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.036,0.1,0]},"t":23,"s":[118.149,58.916,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.141,0.987,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.287,0.3,0]},"t":24,"s":[72.379,101.804,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.893,0.826,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.052,-0.015,0]},"t":25,"s":[53.668,118.311,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.925,1.044,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.378,0.16,0]},"t":26,"s":[103.965,104.335,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.059,1.06,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.756,0.029,0]},"t":27,"s":[118.191,89.162,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.036,0.944,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.091,0.035,0]},"t":28,"s":[116.779,112.396,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.158,1.215,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.025,-0.166,0]},"t":29,"s":[102.243,72.439,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.897,0.987,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.055,0.06,0]},"t":30,"s":[123.077,85.771,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.064,0.868,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.435,-0.015,0]},"t":31,"s":[62.652,37.969,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.949,1.055,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.036,0.226,0]},"t":32,"s":[48.316,78.523,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.545,0.919,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.131,0.033,0]},"t":33,"s":[73.718,102.173,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.979,-0.741,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.102,-2.641,0]},"t":34,"s":[63.843,62.973,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.921,1.048,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.028,0.088,0]},"t":35,"s":[19.791,64.173,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.758,0.937,1]},"o":{"x":[0.167,0.167,0.167],"y":[-1.621,0.03,0]},"t":36,"s":[52.853,88.034,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.306,0.9,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.127,-0.264,0]},"t":37,"s":[51.236,50.431,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.889,-0.258,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.065,0.495,0]},"t":38,"s":[48.161,59.44,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.538,1.041,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.334,0.089,0]},"t":39,"s":[62.531,61.263,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.759,0.854,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.072,0.027,0]},"t":40,"s":[67.316,86.954,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.954,1.042,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.127,0.194,0]},"t":41,"s":[31.655,48.638,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.875,0.994,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.1,0.028,0]},"t":42,"s":[-35.843,19.827,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.076,0.824,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.249,-0.007,0]},"t":43,"s":[-5.221,63.199,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.027,0.939,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.04,0.158,0]},"t":44,"s":[10.17,23.011,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.934,0.602,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.02,-0.226,0]},"t":45,"s":[-19.321,-21.801,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.313,0.928,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.321,0.105,0]},"t":46,"s":[19.702,-9.718,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.894,0.502,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.066,-0.533,0]},"t":47,"s":[11.661,35.883,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.021,0.956,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.392,0.1,0]},"t":48,"s":[49.934,29.715,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.685,0.902,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.016,-0.095,0]},"t":49,"s":[60.278,-1.013,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.849,1.927,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.113,0.549,0]},"t":50,"s":[47.382,13.308,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.934,1.073,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.187,0.076,0]},"t":51,"s":[11.559,15.87,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.35,0.905,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.311,0.039,0]},"t":52,"s":[-17.364,-15.186,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.953,1.167,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.096,0.662,0]},"t":53,"s":[-11.255,42.917,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.05,0.864,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.107,0.056,0]},"t":54,"s":[30.321,51.283,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.897,1.071,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.031,0.214,0]},"t":55,"s":[12.149,26.161,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1.244,0.929,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.44,0.038,0]},"t":56,"s":[41.324,10.186,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.878,0.901,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.062,-0.468,0]},"t":57,"s":[48.144,39.687,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.262,0.526,0]},"t":58,"s":[21.344,35.23,100]},{"t":59,"s":[8.869,34.392,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.10196078431372549,0.3803921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":3,"op":60,"st":3,"bm":0}],"markers":[]}
\ No newline at end of file
diff --git a/src/data/globe.json b/src/data/globe.json
new file mode 100644
index 0000000000000000000000000000000000000000..40cd68e76e744d28c5e0aca27d20a8cdc901495e
--- /dev/null
+++ b/src/data/globe.json
@@ -0,0 +1,12794 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [74.92, 37.24],
+ [74.57, 37.03],
+ [72.56, 36.82],
+ [71.24, 36.13],
+ [71.65, 35.42],
+ [71.08, 34.06],
+ [69.91, 34.04],
+ [70.33, 33.33],
+ [69.51, 33.03],
+ [69.33, 31.94],
+ [66.72, 31.21],
+ [66.26, 29.85],
+ [62.48, 29.41],
+ [60.87, 29.86],
+ [61.85, 31.02],
+ [60.84, 31.5],
+ [60.58, 33.07],
+ [60.94, 33.52],
+ [60.51, 34.14],
+ [61.28, 35.61],
+ [62.72, 35.25],
+ [63.12, 35.86],
+ [64.5, 36.28],
+ [64.8, 37.12],
+ [66.54, 37.37],
+ [67.78, 37.19],
+ [69.32, 37.12],
+ [70.97, 38.47],
+ [71.59, 37.9],
+ [71.68, 36.68],
+ [73.31, 37.46],
+ [74.92, 37.24]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Afghanistan"
+ },
+ "id": "AF"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [19.44, 41.02],
+ [19.37, 41.85],
+ [19.65, 42.62],
+ [20.07, 42.56],
+ [20.59, 41.88],
+ [20.82, 40.91],
+ [20.98, 40.86],
+ [20.01, 39.69],
+ [19.29, 40.42],
+ [19.44, 41.02]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Albania"
+ },
+ "id": "AL"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [2.96, 36.8],
+ [8.62, 36.94],
+ [8.18, 36.52],
+ [8.25, 34.64],
+ [7.49, 33.89],
+ [9.06, 32.1],
+ [9.54, 30.23],
+ [9.95, 27.82],
+ [9.87, 26.51],
+ [9.4, 26.15],
+ [10.25, 24.61],
+ [11.56, 24.3],
+ [11.99, 23.52],
+ [5.81, 19.45],
+ [4.25, 19.15],
+ [3.33, 18.98],
+ [3.23, 19.82],
+ [1.8, 20.31],
+ [-4.81, 25],
+ [-6.66, 26.13],
+ [-8.67, 27.29],
+ [-8.67, 27.67],
+ [-8.67, 28.71],
+ [-3.63, 30.97],
+ [-3.82, 31.7],
+ [-1.18, 32.11],
+ [-1.75, 34.75],
+ [-2.21, 35.09],
+ [0.95, 36.45],
+ [2.96, 36.8]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Algeria"
+ },
+ "id": "DZ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-170.64, -14.29],
+ [-170.83, -14.33],
+ [-170.56, -14.27],
+ [-170.64, -14.29]
+ ]
+ ],
+ [
+ [
+ [-169.44, -14.26],
+ [-169.51, -14.28],
+ [-169.54, -14.23],
+ [-169.44, -14.26]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Samoa"
+ },
+ "id": "WS"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [1.78, 42.57],
+ [1.72, 42.51],
+ [1.45, 42.6],
+ [1.78, 42.57]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Andorra"
+ },
+ "id": "AD"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [14, -5.85],
+ [16.58, -5.9],
+ [17.62, -8.1],
+ [19.37, -8],
+ [19.54, -7],
+ [21.78, -7.28],
+ [22.25, -11.21],
+ [23.99, -10.87],
+ [24.02, -13.01],
+ [22, -13],
+ [22, -16.17],
+ [23.48, -17.63],
+ [23.28, -17.66],
+ [20.85, -18.02],
+ [18.45, -17.39],
+ [13.99, -17.42],
+ [13.16, -16.95],
+ [11.75, -17.25],
+ [12.51, -13.43],
+ [13.79, -11.79],
+ [12.98, -9.09],
+ [13.39, -8.39],
+ [12.24, -6.1],
+ [13.18, -5.86],
+ [14, -5.85]
+ ]
+ ],
+ [
+ [
+ [13.09, -4.66],
+ [12.21, -5.77],
+ [12.03, -5.01],
+ [12.78, -4.39],
+ [13.09, -4.63],
+ [13.09, -4.66]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Angola"
+ },
+ "id": "AO"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-61.69, 17.02],
+ [-61.89, 17.11],
+ [-61.79, 17.16],
+ [-61.69, 17.02]
+ ]
+ ],
+ [
+ [
+ [-61.73, 17.61],
+ [-61.85, 17.58],
+ [-61.87, 17.7],
+ [-61.73, 17.61]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Antigua and Barbuda"
+ },
+ "id": "AG"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [45.08, 39.77],
+ [45.82, 39.55],
+ [46.18, 38.84],
+ [45, 39.42],
+ [44.81, 39.63],
+ [44.78, 39.71],
+ [45.08, 39.77]
+ ]
+ ],
+ [
+ [
+ [45.51, 40.61],
+ [45.52, 40.67],
+ [45.57, 40.63],
+ [45.51, 40.61]
+ ]
+ ],
+ [
+ [
+ [46.57, 41.87],
+ [47.77, 41.2],
+ [48.58, 41.84],
+ [50.37, 40.26],
+ [49.49, 40.15],
+ [48.89, 38.44],
+ [48.02, 38.84],
+ [48.36, 39.39],
+ [47.98, 39.72],
+ [46.54, 38.88],
+ [46.54, 39.56],
+ [45.6, 39.98],
+ [46, 40.23],
+ [45.15, 41.2],
+ [45.02, 41.3],
+ [46.52, 41.05],
+ [46.45, 41.9],
+ [46.57, 41.87]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Azerbaijan"
+ },
+ "id": "AZ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-68.26, -52.99],
+ [-68.54, -53.23],
+ [-67.36, -54.03],
+ [-65.14, -54.65],
+ [-66.45, -55.05],
+ [-68.64, -54.79],
+ [-68.62, -52.64],
+ [-68.26, -52.99]
+ ]
+ ],
+ [
+ [
+ [-65.75, -22.11],
+ [-65.19, -22.09],
+ [-64.59, -22.21],
+ [-64.32, -22.87],
+ [-63.94, -22],
+ [-62.64, -22.24],
+ [-61.01, -23.81],
+ [-57.76, -25.18],
+ [-57.58, -25.55],
+ [-58.6, -27.32],
+ [-55.74, -27.44],
+ [-54.7, -26.44],
+ [-54.6, -25.57],
+ [-53.86, -25.68],
+ [-53.81, -27.13],
+ [-55.77, -28.23],
+ [-57.61, -30.18],
+ [-57.81, -30.75],
+ [-58.2, -32.45],
+ [-58.15, -33.05],
+ [-58.43, -33.1],
+ [-58.53, -33.52],
+ [-58.47, -34.54],
+ [-57.19, -35.32],
+ [-57.38, -35.96],
+ [-56.66, -36.9],
+ [-58.3, -38.49],
+ [-62.38, -38.8],
+ [-62.02, -39.38],
+ [-62.39, -40.9],
+ [-65.13, -40.85],
+ [-65.01, -42.09],
+ [-64.45, -42.45],
+ [-63.75, -42.09],
+ [-63.58, -42.62],
+ [-64.96, -42.67],
+ [-64.3, -42.99],
+ [-65.32, -43.65],
+ [-65.6, -45.02],
+ [-66.95, -45.26],
+ [-67.58, -46],
+ [-66.82, -46.99],
+ [-65.78, -47.19],
+ [-66.24, -47.86],
+ [-65.79, -47.96],
+ [-67.58, -49.03],
+ [-67.9, -49.99],
+ [-69.01, -50.01],
+ [-68.37, -50.15],
+ [-69.41, -51.08],
+ [-68.97, -51.57],
+ [-69.61, -51.63],
+ [-68.99, -51.62],
+ [-68.44, -52.38],
+ [-71.91, -52],
+ [-72.4, -51.51],
+ [-72.29, -50.65],
+ [-73.17, -50.75],
+ [-73.58, -49.54],
+ [-72.56, -48.8],
+ [-72.36, -47.47],
+ [-71.67, -46.68],
+ [-71.78, -45.65],
+ [-71.3, -45.29],
+ [-72.08, -44.77],
+ [-71.11, -44.54],
+ [-71.86, -44.37],
+ [-72.13, -42.29],
+ [-71.73, -42.1],
+ [-71.7, -39.58],
+ [-70.82, -38.57],
+ [-71.19, -36.84],
+ [-70.42, -36.14],
+ [-70.57, -35.25],
+ [-69.81, -34.24],
+ [-70.53, -31.19],
+ [-69.83, -30.19],
+ [-69.66, -28.4],
+ [-68.29, -26.92],
+ [-68.57, -24.77],
+ [-67.34, -24.02],
+ [-67.18, -22.82],
+ [-66.22, -21.78],
+ [-65.75, -22.11]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Argentina"
+ },
+ "id": "AR"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [145.11, -40.82],
+ [146.59, -41.19],
+ [148.22, -40.85],
+ [148, -43.23],
+ [147.32, -42.85],
+ [146.92, -43.62],
+ [146.04, -43.5],
+ [144.68, -41.22],
+ [144.7, -40.76],
+ [145.11, -40.82]
+ ]
+ ],
+ [
+ [
+ [142.51, -10.87],
+ [143.78, -14.41],
+ [144.51, -14.17],
+ [145.32, -14.95],
+ [146.28, -18.88],
+ [148.78, -20.23],
+ [149.66, -22.5],
+ [150.64, -22.34],
+ [150.87, -23.51],
+ [153.18, -25.95],
+ [153.03, -27.18],
+ [153.63, -28.67],
+ [153.05, -31.04],
+ [150.16, -35.94],
+ [149.97, -37.52],
+ [147.76, -37.98],
+ [146.22, -38.71],
+ [146.39, -39.15],
+ [145.45, -38.23],
+ [144.9, -38.5],
+ [144.93, -37.87],
+ [143.54, -38.86],
+ [141.57, -38.42],
+ [139.81, -37.3],
+ [139.82, -36.55],
+ [139.08, -35.68],
+ [139.67, -36.23],
+ [139.1, -35.62],
+ [139.36, -35.37],
+ [138.09, -35.62],
+ [138.51, -35.03],
+ [138.1, -34.14],
+ [137.74, -35.14],
+ [136.83, -35.25],
+ [137.44, -34.93],
+ [137.95, -33.56],
+ [137.77, -32.52],
+ [135.95, -35.01],
+ [135.11, -34.6],
+ [135.51, -34.62],
+ [134.18, -32.49],
+ [131.15, -31.47],
+ [125.97, -32.27],
+ [124.28, -32.99],
+ [123.54, -33.91],
+ [120, -33.93],
+ [117.93, -35.13],
+ [115.01, -34.26],
+ [114.99, -33.52],
+ [115.71, -33.27],
+ [115.74, -31.87],
+ [114.89, -29.2],
+ [113.22, -26.24],
+ [113.86, -26.51],
+ [113.47, -25.54],
+ [114.22, -26.31],
+ [113.39, -24.43],
+ [114.02, -21.85],
+ [114.15, -22.53],
+ [116.71, -20.65],
+ [121.03, -19.59],
+ [122.35, -18.11],
+ [122.17, -17.24],
+ [122.92, -16.42],
+ [123.58, -17.6],
+ [123.6, -16.99],
+ [123.92, -17.2],
+ [123.57, -16.17],
+ [123.73, -16.14],
+ [123.89, -16.38],
+ [123.96, -16.25],
+ [124.24, -16.41],
+ [124.9, -16.42],
+ [124.4, -16.33],
+ [124.43, -16.1],
+ [124.59, -16.11],
+ [124.73, -15.81],
+ [124.4, -15.87],
+ [124.45, -15.49],
+ [125.18, -15.52],
+ [124.83, -15.16],
+ [125.43, -15.14],
+ [125.14, -14.74],
+ [125.61, -14.22],
+ [125.64, -14.64],
+ [126.04, -14.52],
+ [126.02, -13.92],
+ [126.29, -14.23],
+ [126.86, -13.75],
+ [127.42, -13.95],
+ [128.17, -14.7],
+ [128.01, -15.5],
+ [128.53, -14.76],
+ [129.73, -15.2],
+ [129.94, -14.77],
+ [129.37, -14.33],
+ [130.58, -12.4],
+ [132.75, -12.13],
+ [131.98, -11.13],
+ [135.23, -12.29],
+ [135.91, -11.76],
+ [135.67, -12.2],
+ [136.04, -12.47],
+ [136.56, -11.93],
+ [136.98, -12.36],
+ [136.46, -13.25],
+ [135.92, -13.28],
+ [135.46, -14.94],
+ [139.26, -17.34],
+ [140.49, -17.64],
+ [141.43, -16.08],
+ [141.58, -12.99],
+ [141.94, -12.88],
+ [141.59, -12.55],
+ [142.51, -10.87]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Australia"
+ },
+ "id": "AU"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [13.83, 48.77],
+ [14.7, 48.58],
+ [15.03, 49.02],
+ [16.95, 48.62],
+ [17.17, 48.01],
+ [16.45, 47.7],
+ [16.51, 47.01],
+ [16.11, 46.87],
+ [13.72, 46.53],
+ [12.13, 47],
+ [10.47, 46.87],
+ [9.6, 47.06],
+ [9.53, 47.27],
+ [9.57, 47.54],
+ [13.02, 47.47],
+ [12.76, 48.12],
+ [13.83, 48.77]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Austria"
+ },
+ "id": "AT"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-73.04, 21.14],
+ [-73.69, 20.94],
+ [-73.02, 21.33],
+ [-73.04, 21.14]
+ ]
+ ],
+ [
+ [
+ [-77.74, 24.03],
+ [-77.68, 24.3],
+ [-77.57, 23.74],
+ [-77.74, 24.03]
+ ]
+ ],
+ [
+ [
+ [-78.19, 25.2],
+ [-77.72, 24.51],
+ [-78.02, 24.27],
+ [-78.44, 24.61],
+ [-78.19, 25.2]
+ ]
+ ],
+ [
+ [
+ [-77.92, 26.75],
+ [-78.71, 26.49],
+ [-78.98, 26.7],
+ [-77.92, 26.75]
+ ]
+ ],
+ [
+ [
+ [-77.74, 26.91],
+ [-77.04, 26.51],
+ [-77.2, 25.88],
+ [-77.15, 26.55],
+ [-77.74, 26.91]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Bahamas, The"
+ },
+ "id": "BS"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [50.53, 26.23],
+ [50.57, 25.81],
+ [50.46, 25.97],
+ [50.53, 26.23]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Bahrain"
+ },
+ "id": "BH"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [90.76, 22.06],
+ [90.6, 22.78],
+ [90.88, 22.46],
+ [90.76, 22.06]
+ ]
+ ],
+ [
+ [
+ [88.43, 26.55],
+ [89.74, 26.16],
+ [89.85, 25.29],
+ [92.41, 25.03],
+ [91.16, 23.64],
+ [91.61, 22.94],
+ [92.28, 23.71],
+ [92.6, 21.98],
+ [92.26, 21.05],
+ [92.32, 20.74],
+ [91.7, 22.49],
+ [90.83, 22.69],
+ [90.59, 23.6],
+ [90.27, 21.85],
+ [90.02, 21.86],
+ [90.07, 22.16],
+ [89.93, 22],
+ [90, 22.48],
+ [89.58, 21.7],
+ [89.62, 22.32],
+ [89.25, 21.64],
+ [89.06, 22.12],
+ [88.75, 24.22],
+ [88.04, 24.68],
+ [89.01, 25.29],
+ [88.11, 25.84],
+ [88.43, 26.55]
+ ],
+ [
+ [90.24, 22.19],
+ [90.06, 21.99],
+ [90.22, 22.11],
+ [90.24, 22.19]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Bangladesh"
+ },
+ "id": "BD"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [45.15, 41.2],
+ [46, 40.23],
+ [45.6, 39.98],
+ [46.54, 39.56],
+ [46.54, 38.88],
+ [46.18, 38.84],
+ [45.82, 39.55],
+ [45.08, 39.77],
+ [44.78, 39.71],
+ [43.66, 40.11],
+ [43.46, 41.11],
+ [45.02, 41.3],
+ [45.15, 41.2]
+ ],
+ [
+ [45.57, 40.63],
+ [45.52, 40.67],
+ [45.51, 40.61],
+ [45.57, 40.63]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Armenia"
+ },
+ "id": "AM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-59.53, 13.05],
+ [-59.64, 13.33],
+ [-59.43, 13.16],
+ [-59.53, 13.05]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Barbados"
+ },
+ "id": "BB"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [4.3, 51.26],
+ [4.25, 51.38],
+ [5.04, 51.49],
+ [6.01, 50.76],
+ [6.13, 50.13],
+ [6.03, 50.18],
+ [5.81, 49.55],
+ [4.83, 50.17],
+ [4.15, 49.98],
+ [2.54, 51.09],
+ [3.37, 51.37],
+ [4.24, 51.35],
+ [4.3, 51.26]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Belgium"
+ },
+ "id": "BE"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-64.78, 32.27],
+ [-64.86, 32.27],
+ [-64.67, 32.38],
+ [-64.78, 32.27]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Bermuda"
+ },
+ "id": "BM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [90.47, 28.07],
+ [91.66, 27.76],
+ [92.07, 26.86],
+ [89.64, 26.72],
+ [88.92, 27.32],
+ [89.59, 28.14],
+ [90.47, 28.07]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Bhutan"
+ },
+ "id": "BT"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-65.19, -22.09],
+ [-65.75, -22.11],
+ [-66.22, -21.78],
+ [-67.18, -22.82],
+ [-67.88, -22.83],
+ [-68.76, -20.41],
+ [-68.44, -19.43],
+ [-69.48, -17.64],
+ [-69.5, -17.51],
+ [-68.82, -16.34],
+ [-69.42, -15.62],
+ [-68.67, -12.5],
+ [-69.57, -10.95],
+ [-68.58, -11.11],
+ [-66.63, -9.91],
+ [-65.38, -9.7],
+ [-64.99, -12.01],
+ [-60.47, -13.81],
+ [-60.16, -16.26],
+ [-58.33, -16.28],
+ [-58.4, -17.25],
+ [-57.52, -18.2],
+ [-58.16, -20.17],
+ [-59.1, -19.35],
+ [-61.74, -19.65],
+ [-62.64, -22.24],
+ [-63.94, -22],
+ [-64.32, -22.87],
+ [-64.59, -22.21],
+ [-65.19, -22.09]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Bolivia"
+ },
+ "id": "BO"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [17.65, 42.89],
+ [17.58, 42.94],
+ [16.14, 44.2],
+ [15.79, 45.17],
+ [19.04, 44.86],
+ [19.62, 44.05],
+ [19.23, 43.51],
+ [18.46, 42.57],
+ [17.65, 42.89]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Bosnia and Herzegovina"
+ },
+ "id": "BA"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [26.96, -23.75],
+ [25.51, -25.68],
+ [23.01, -25.3],
+ [21.67, -26.86],
+ [20.64, -26.83],
+ [20.81, -25.88],
+ [20, -24.77],
+ [20, -22.01],
+ [20.99, -22],
+ [20.99, -18.32],
+ [23.3, -18],
+ [23.62, -18.49],
+ [25.26, -17.8],
+ [26.17, -19.53],
+ [27.71, -20.51],
+ [28.02, -21.57],
+ [29.37, -22.19],
+ [26.96, -23.75]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Botswana"
+ },
+ "id": "BW"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [3.36, -54.46],
+ [3.37, -54.4],
+ [3.48, -54.4],
+ [3.36, -54.46]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Bouvet Island"
+ },
+ "id": "BV"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-51.9, -1.48],
+ [-51.89, -1.18],
+ [-51.66, -1.08],
+ [-51.61, -0.73],
+ [-51.2, -0.53],
+ [-51.27, -1.01],
+ [-51.9, -1.48]
+ ]
+ ],
+ [
+ [
+ [-49.71, -0.23],
+ [-48.37, -0.29],
+ [-48.63, -1.06],
+ [-49.17, -1.61],
+ [-50.58, -1.8],
+ [-50.66, -0.28],
+ [-49.71, -0.23]
+ ]
+ ],
+ [
+ [
+ [-60.1, 5.22],
+ [-60.15, 4.52],
+ [-59.57, 3.9],
+ [-59.99, 2.69],
+ [-59.64, 1.73],
+ [-58.81, 1.19],
+ [-56.47, 1.94],
+ [-55.9, 1.89],
+ [-55.97, 2.53],
+ [-54.6, 2.33],
+ [-52.91, 2.2],
+ [-51.68, 4.03],
+ [-51.54, 4.39],
+ [-51.09, 3.91],
+ [-50.68, 2.16],
+ [-49.93, 1.71],
+ [-49.9, 1.17],
+ [-51.26, -0.14],
+ [-51.7, -0.75],
+ [-51.71, -1.03],
+ [-51.92, -1.17],
+ [-51.94, -1.34],
+ [-52.71, -1.6],
+ [-52.21, -1.69],
+ [-50.85, -0.92],
+ [-50.66, -1.77],
+ [-51.34, -1.65],
+ [-51.45, -2.27],
+ [-51.31, -1.76],
+ [-50.85, -2.51],
+ [-50.68, -1.81],
+ [-49.29, -1.71],
+ [-49.49, -2.56],
+ [-48.7, -1.47],
+ [-48.18, -1.47],
+ [-48.5, -1.46],
+ [-48.24, -0.87],
+ [-47.43, -0.58],
+ [-45.33, -1.31],
+ [-45.35, -1.74],
+ [-44.86, -1.43],
+ [-44.36, -2.34],
+ [-44.79, -3.3],
+ [-44.06, -2.41],
+ [-44.34, -2.83],
+ [-43.35, -2.37],
+ [-41.25, -3.02],
+ [-40, -2.85],
+ [-37.17, -4.92],
+ [-35.42, -5.21],
+ [-34.8, -7.63],
+ [-35.29, -9.18],
+ [-37.15, -10.75],
+ [-38.04, -12.63],
+ [-38.49, -13.02],
+ [-38.9, -12.71],
+ [-39.13, -17.68],
+ [-40.97, -21.99],
+ [-42.03, -22.92],
+ [-43.08, -22.67],
+ [-44.66, -23.05],
+ [-44.58, -23.36],
+ [-46.38, -23.87],
+ [-48.21, -25.46],
+ [-48.72, -25.42],
+ [-48.36, -25.58],
+ [-48.8, -26.07],
+ [-48.49, -27.21],
+ [-48.77, -28.52],
+ [-52.07, -32.17],
+ [-50.57, -30.46],
+ [-51.28, -30.01],
+ [-51.27, -30.8],
+ [-53.37, -33.74],
+ [-53.52, -33.15],
+ [-53.09, -32.73],
+ [-53.88, -31.97],
+ [-55.58, -30.85],
+ [-56.01, -31.08],
+ [-56.81, -30.11],
+ [-57.61, -30.18],
+ [-55.77, -28.23],
+ [-53.81, -27.13],
+ [-53.86, -25.68],
+ [-54.6, -25.57],
+ [-54.33, -24.68],
+ [-54.41, -23.92],
+ [-55.41, -23.96],
+ [-55.85, -22.29],
+ [-57.99, -22.09],
+ [-58.16, -20.17],
+ [-57.52, -18.2],
+ [-58.4, -17.25],
+ [-58.33, -16.28],
+ [-60.16, -16.26],
+ [-60.47, -13.81],
+ [-64.99, -12.01],
+ [-65.38, -9.7],
+ [-66.63, -9.91],
+ [-68.58, -11.11],
+ [-69.57, -10.95],
+ [-70.63, -11.01],
+ [-70.51, -9.43],
+ [-72.14, -10],
+ [-72.37, -9.49],
+ [-73.21, -9.41],
+ [-72.96, -8.98],
+ [-74.01, -7.54],
+ [-73.12, -6.45],
+ [-72.85, -5.12],
+ [-70.77, -4.15],
+ [-69.96, -4.24],
+ [-69.38, -1.34],
+ [-70.04, 0.59],
+ [-69.12, 0.65],
+ [-69.84, 1.07],
+ [-69.85, 1.71],
+ [-67.91, 1.75],
+ [-67.42, 2.14],
+ [-66.87, 1.22],
+ [-65.52, 0.65],
+ [-63.39, 2.15],
+ [-64.05, 2.48],
+ [-64.8, 4.28],
+ [-62.88, 3.56],
+ [-62.75, 4.03],
+ [-60.99, 4.52],
+ [-60.73, 5.2],
+ [-60.1, 5.22]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Brazil"
+ },
+ "id": "BR"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-88.38, 18.48],
+ [-88.3, 18.48],
+ [-88.21, 16.97],
+ [-88.91, 15.89],
+ [-89.22, 15.89],
+ [-89.14, 17.82],
+ [-88.38, 18.48]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Belize"
+ },
+ "id": "BZ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [72.49, -7.38],
+ [72.36, -7.27],
+ [72.45, -7.23],
+ [72.49, -7.38]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "British Indian Ocean Territory"
+ },
+ "id": "IO"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [161.55, -10.28],
+ [162.39, -10.84],
+ [161.28, -10.33],
+ [161.55, -10.28]
+ ]
+ ],
+ [
+ [
+ [159.94, -9.43],
+ [160.83, -9.86],
+ [159.83, -9.8],
+ [159.6, -9.32],
+ [159.94, -9.43]
+ ]
+ ],
+ [
+ [
+ [160.97, -8.85],
+ [161.38, -9.64],
+ [160.58, -8.33],
+ [160.97, -8.85]
+ ]
+ ],
+ [
+ [
+ [157.63, -8.24],
+ [157.81, -8.62],
+ [157.21, -8.24],
+ [157.63, -8.24]
+ ]
+ ],
+ [
+ [
+ [159.85, -8.33],
+ [159.89, -8.57],
+ [158.49, -7.55],
+ [159.85, -8.33]
+ ]
+ ],
+ [
+ [
+ [157.43, -7.32],
+ [156.94, -7.22],
+ [156.44, -6.64],
+ [157.43, -7.32]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Solomon Islands"
+ },
+ "id": "SB"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-64.42, 18.44],
+ [-64.41, 18.51],
+ [-64.32, 18.51],
+ [-64.42, 18.44]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "British Virgin Islands"
+ },
+ "id": "VG"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [115.22, 4.8],
+ [115.34, 4.31],
+ [115.03, 4.82],
+ [115.15, 4.9],
+ [115.22, 4.8]
+ ]
+ ],
+ [
+ [
+ [114.98, 4.89],
+ [115.02, 4.9],
+ [114.64, 4.02],
+ [114.1, 4.59],
+ [114.98, 4.89]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Brunei"
+ },
+ "id": "BN"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [27.88, 42.84],
+ [27.45, 42.47],
+ [28.01, 41.98],
+ [27.39, 42.01],
+ [26.36, 41.71],
+ [26.29, 41.71],
+ [25.29, 41.24],
+ [22.94, 41.34],
+ [22.37, 42.32],
+ [23, 43.19],
+ [22.37, 43.83],
+ [22.68, 44.22],
+ [24.18, 43.68],
+ [27.04, 44.15],
+ [28.58, 43.75],
+ [27.88, 42.84]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Bulgaria"
+ },
+ "id": "BG"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [97.81, 28.34],
+ [98.7, 27.54],
+ [98.78, 26.64],
+ [98.71, 25.86],
+ [97.55, 24.74],
+ [97.54, 23.94],
+ [98.89, 24.16],
+ [98.93, 23.19],
+ [99.57, 22.94],
+ [99.16, 22.16],
+ [99.96, 22.05],
+ [100.21, 21.43],
+ [101.15, 21.57],
+ [100.09, 20.35],
+ [100.08, 20.35],
+ [98.05, 19.81],
+ [97.77, 18.57],
+ [97.35, 18.56],
+ [98.93, 16.39],
+ [98.2, 15.07],
+ [99.17, 13.73],
+ [99.66, 11.83],
+ [98.74, 10.35],
+ [98.55, 9.98],
+ [98.89, 11.7],
+ [97.8, 14.88],
+ [97.74, 16.56],
+ [97.38, 16.49],
+ [96.88, 17.45],
+ [96.78, 16.7],
+ [96.24, 16.8],
+ [95.43, 15.73],
+ [95.36, 16.14],
+ [94.85, 15.78],
+ [94.99, 16.25],
+ [94.65, 15.85],
+ [94.63, 16.34],
+ [94.25, 15.96],
+ [94.61, 17.55],
+ [93.99, 19.46],
+ [93.73, 19.93],
+ [93.13, 19.84],
+ [93.08, 20.55],
+ [92.86, 20.12],
+ [92.26, 21.05],
+ [92.6, 21.98],
+ [93.2, 22.26],
+ [93.34, 24.08],
+ [94.15, 23.86],
+ [95.14, 26.61],
+ [96.19, 27.27],
+ [97.14, 27.09],
+ [96.89, 27.61],
+ [97.35, 28.22],
+ [97.81, 28.34]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Burma"
+ },
+ "id": "MM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [29.23, -3.75],
+ [29.02, -2.74],
+ [29.85, -2.76],
+ [29.95, -2.31],
+ [30.57, -2.4],
+ [30.83, -3.26],
+ [29.42, -4.45],
+ [29.23, -3.75]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Burundi"
+ },
+ "id": "BI"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [26.61, 55.67],
+ [28.17, 56.15],
+ [30.93, 55.6],
+ [30.78, 54.79],
+ [32.74, 53.46],
+ [31.27, 53.02],
+ [31.78, 52.11],
+ [30.94, 52.07],
+ [30.55, 51.25],
+ [25.78, 51.94],
+ [23.6, 51.53],
+ [23.64, 52.08],
+ [23.17, 52.28],
+ [23.94, 52.73],
+ [23.5, 53.95],
+ [25.79, 54.16],
+ [25.79, 54.87],
+ [26.82, 55.28],
+ [26.61, 55.67]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Belarus"
+ },
+ "id": "BY"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [107.49, 14.45],
+ [107.55, 12.35],
+ [105.85, 11.66],
+ [106.2, 10.77],
+ [105.1, 10.96],
+ [104.45, 10.42],
+ [103.62, 10.5],
+ [103.56, 11.16],
+ [103.13, 10.88],
+ [102.92, 11.64],
+ [102.38, 13.57],
+ [103.18, 14.33],
+ [105.21, 14.35],
+ [106.06, 13.93],
+ [106, 14.37],
+ [107.55, 14.71],
+ [107.49, 14.45]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Cambodia"
+ },
+ "id": "KH"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [14.58, 12.74],
+ [15.68, 9.99],
+ [13.96, 9.64],
+ [15.2, 8.49],
+ [15.5, 7.53],
+ [14.42, 6.04],
+ [14.73, 4.62],
+ [16.21, 2.22],
+ [16.07, 1.65],
+ [13.29, 2.16],
+ [12.52, 2.28],
+ [11.34, 2.17],
+ [10.03, 2.17],
+ [9.81, 2.34],
+ [9.72, 3.87],
+ [8.98, 4.1],
+ [8.59, 4.81],
+ [9.8, 6.8],
+ [10.62, 7.07],
+ [11.34, 6.44],
+ [11.86, 7.08],
+ [13.81, 11.06],
+ [14.65, 11.58],
+ [14.07, 13.08],
+ [14.5, 13],
+ [14.58, 12.74]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Cameroon"
+ },
+ "id": "CM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-127.23, 50.64],
+ [-125.45, 50.32],
+ [-123.29, 48.41],
+ [-125.11, 48.73],
+ [-124.81, 49.24],
+ [-125.48, 48.92],
+ [-125.9, 49.44],
+ [-126.54, 49.37],
+ [-126.09, 49.66],
+ [-127.9, 50.11],
+ [-127.41, 50.59],
+ [-128.42, 50.77],
+ [-127.23, 50.64]
+ ]
+ ],
+ [
+ [
+ [-53.76, 48.5],
+ [-52.98, 48.6],
+ [-53.95, 48.18],
+ [-53.55, 47.53],
+ [-52.83, 48.1],
+ [-53.27, 47.61],
+ [-52.61, 47.52],
+ [-53.1, 46.64],
+ [-53.62, 46.64],
+ [-53.59, 47.16],
+ [-54.19, 46.82],
+ [-53.87, 47.4],
+ [-54.2, 47.86],
+ [-55.69, 46.86],
+ [-55.98, 46.95],
+ [-54.94, 47.78],
+ [-55.59, 47.4],
+ [-56.17, 47.5],
+ [-55.77, 47.96],
+ [-56.84, 47.52],
+ [-59.41, 47.89],
+ [-58.42, 48.49],
+ [-59.26, 48.48],
+ [-58.4, 49.13],
+ [-57.88, 48.97],
+ [-58.22, 49.39],
+ [-57.7, 49.46],
+ [-57.38, 50.69],
+ [-55.9, 51.63],
+ [-55.41, 51.56],
+ [-56.09, 51.37],
+ [-55.73, 51.08],
+ [-56.85, 49.54],
+ [-56.15, 50.15],
+ [-55.49, 50.01],
+ [-56.13, 49.43],
+ [-55.14, 49.55],
+ [-55.38, 49.04],
+ [-53.78, 49.4],
+ [-53.49, 49.22],
+ [-54.1, 48.81],
+ [-53.76, 48.5]
+ ],
+ [
+ [-53.76, 48.5],
+ [-54.09, 48.43],
+ [-54.14, 48.36],
+ [-53.76, 48.5]
+ ]
+ ],
+ [
+ [
+ [-85.48, 65.79],
+ [-84.92, 65.21],
+ [-84.44, 65.46],
+ [-81.76, 64.5],
+ [-81.99, 63.99],
+ [-80.17, 63.77],
+ [-81.08, 63.45],
+ [-83.07, 64.19],
+ [-85.27, 63.12],
+ [-85.72, 63.72],
+ [-87.19, 63.59],
+ [-86.19, 64.1],
+ [-86.1, 65.53],
+ [-85.48, 65.79]
+ ]
+ ],
+ [
+ [
+ [-95.9, 66.95],
+ [-95.22, 66.97],
+ [-95.71, 67.73],
+ [-95.47, 68.06],
+ [-93.55, 68.59],
+ [-93.67, 68.97],
+ [-94.63, 68.76],
+ [-94.3, 69.3],
+ [-93.36, 69.37],
+ [-96.53, 70.13],
+ [-95.79, 70.54],
+ [-96.61, 70.79],
+ [-96.5, 71.28],
+ [-94.61, 71.86],
+ [-95.22, 71.94],
+ [-93.71, 71.76],
+ [-92.97, 71.34],
+ [-93.03, 70.85],
+ [-91.51, 70.17],
+ [-92.92, 69.67],
+ [-90.31, 69.45],
+ [-91.45, 69.35],
+ [-90.44, 68.87],
+ [-90.27, 68.24],
+ [-89.31, 69.25],
+ [-88.05, 68.82],
+ [-87.79, 68.33],
+ [-88.37, 67.96],
+ [-87.51, 67.11],
+ [-86.52, 67.35],
+ [-85.66, 68.73],
+ [-84.53, 69.02],
+ [-85.47, 69.27],
+ [-85.57, 69.86],
+ [-82.26, 69.64],
+ [-83.23, 69.54],
+ [-81.33, 69.18],
+ [-82.06, 68.87],
+ [-81.27, 68.63],
+ [-82.64, 68.5],
+ [-81.24, 67.47],
+ [-81.5, 67],
+ [-83.4, 66.35],
+ [-83.92, 66.88],
+ [-84.27, 66.72],
+ [-84.37, 66.97],
+ [-84.92, 67.06],
+ [-84.64, 66.98],
+ [-85.23, 66.88],
+ [-84.6, 66.94],
+ [-83.69, 66.19],
+ [-86.78, 66.53],
+ [-85.9, 66.17],
+ [-87.4, 65.32],
+ [-91.43, 65.95],
+ [-86.93, 65.14],
+ [-88.11, 64.14],
+ [-90.12, 64.13],
+ [-89.81, 63.94],
+ [-90.28, 64],
+ [-90.21, 63.61],
+ [-92.48, 63.81],
+ [-90.63, 63.06],
+ [-92.42, 62.83],
+ [-91.89, 62.6],
+ [-93.62, 61.94],
+ [-93.24, 61.78],
+ [-93.98, 61.46],
+ [-94.82, 59.64],
+ [-94.23, 58.78],
+ [-94.36, 58.22],
+ [-94.14, 58.76],
+ [-93.15, 58.74],
+ [-92.42, 57.34],
+ [-92.88, 56.91],
+ [-90.82, 57.26],
+ [-85.71, 55.63],
+ [-85.12, 55.34],
+ [-85.42, 54.99],
+ [-82.31, 55.15],
+ [-82.3, 53.02],
+ [-81.55, 52.44],
+ [-81.88, 52.19],
+ [-80.44, 51.46],
+ [-81.02, 51.03],
+ [-80.12, 51.3],
+ [-79.33, 50.72],
+ [-79.75, 51.18],
+ [-79.32, 51.66],
+ [-78.85, 51.17],
+ [-79.04, 51.77],
+ [-78.51, 52.46],
+ [-79.05, 54.18],
+ [-79.76, 54.65],
+ [-77.75, 55.3],
+ [-76.53, 56.32],
+ [-76.86, 57.72],
+ [-78.57, 58.64],
+ [-77.77, 59.71],
+ [-77.31, 59.56],
+ [-77.43, 59.91],
+ [-76.76, 60.16],
+ [-77.59, 60.06],
+ [-77.41, 60.54],
+ [-77.83, 60.64],
+ [-77.51, 60.84],
+ [-78.19, 60.79],
+ [-77.47, 61.54],
+ [-78.16, 62.28],
+ [-77.51, 62.56],
+ [-74.57, 62.1],
+ [-73.68, 62.48],
+ [-72.01, 61.68],
+ [-72.3, 61.57],
+ [-71.58, 61.61],
+ [-71.89, 61.43],
+ [-71.39, 61.14],
+ [-69.52, 61.07],
+ [-69.62, 60.07],
+ [-70.95, 60.06],
+ [-69.6, 59.83],
+ [-69.76, 59.32],
+ [-69.23, 59.23],
+ [-70.15, 58.78],
+ [-69.82, 58.59],
+ [-68.36, 58.78],
+ [-68.34, 58.13],
+ [-69.37, 57.77],
+ [-68.4, 58.04],
+ [-68, 58.58],
+ [-68.13, 58.07],
+ [-67.72, 58.46],
+ [-67.71, 57.92],
+ [-66.39, 58.85],
+ [-66.06, 58.32],
+ [-65.99, 58.9],
+ [-65.32, 59.04],
+ [-65.56, 59.49],
+ [-64.98, 59.38],
+ [-65.53, 59.72],
+ [-64.47, 60.28],
+ [-64.83, 59.99],
+ [-64.17, 60.02],
+ [-63.72, 59.51],
+ [-64.06, 59.38],
+ [-63.36, 59.2],
+ [-64.04, 59.02],
+ [-62.85, 58.69],
+ [-63.59, 58.3],
+ [-62.56, 58.48],
+ [-63.34, 57.98],
+ [-62.45, 58.18],
+ [-62.67, 57.93],
+ [-61.88, 57.63],
+ [-62.55, 57.5],
+ [-61.36, 57.09],
+ [-61.67, 56.62],
+ [-62.57, 56.79],
+ [-60.67, 55.59],
+ [-60.33, 55.78],
+ [-60.68, 54.99],
+ [-59.78, 55.33],
+ [-59.43, 55.14],
+ [-59.94, 54.75],
+ [-59.16, 55.24],
+ [-59.39, 54.98],
+ [-57.35, 54.58],
+ [-60.13, 53.53],
+ [-60.86, 53.79],
+ [-60.1, 53.5],
+ [-60.42, 53.27],
+ [-57.79, 54.07],
+ [-58.18, 54.24],
+ [-57.38, 54.15],
+ [-57.34, 53.44],
+ [-56.46, 53.78],
+ [-55.81, 53.34],
+ [-56.17, 53.03],
+ [-55.76, 52.61],
+ [-56.5, 52.59],
+ [-55.65, 52.44],
+ [-56.2, 52.44],
+ [-55.7, 52.08],
+ [-56.95, 51.42],
+ [-58.63, 51.28],
+ [-60.01, 50.25],
+ [-66.47, 50.26],
+ [-67.38, 49.33],
+ [-69.06, 48.77],
+ [-71.3, 46.74],
+ [-68.21, 48.64],
+ [-65, 49.22],
+ [-64.22, 48.9],
+ [-64.55, 48.88],
+ [-64.25, 48.49],
+ [-66.84, 47.99],
+ [-64.8, 47.81],
+ [-65.37, 47.09],
+ [-64.8, 47.08],
+ [-64.5, 46.24],
+ [-62.46, 45.61],
+ [-61.92, 45.89],
+ [-60.96, 45.31],
+ [-64.2, 44.58],
+ [-65.48, 43.46],
+ [-66.17, 43.86],
+ [-65.84, 44.58],
+ [-66.19, 44.42],
+ [-64.49, 45.34],
+ [-64.16, 44.98],
+ [-63.36, 45.36],
+ [-64.94, 45.33],
+ [-64.28, 45.8],
+ [-64.75, 46.09],
+ [-64.78, 45.61],
+ [-67.21, 45.18],
+ [-67.8, 45.7],
+ [-67.79, 47.07],
+ [-69.23, 47.47],
+ [-70.88, 45.24],
+ [-74.99, 44.99],
+ [-76.8, 43.63],
+ [-78.72, 43.63],
+ [-79.18, 43.47],
+ [-78.99, 42.82],
+ [-82.7, 41.68],
+ [-83.17, 42.05],
+ [-82.13, 43.59],
+ [-82.54, 45.36],
+ [-84.13, 46.53],
+ [-88.37, 48.31],
+ [-91.42, 48.04],
+ [-94.61, 48.72],
+ [-95.08, 49.36],
+ [-95.15, 49],
+ [-122.76, 49],
+ [-123.21, 49.13],
+ [-122.85, 49.44],
+ [-123.24, 49.34],
+ [-123.16, 49.7],
+ [-123.96, 49.51],
+ [-123.53, 49.7],
+ [-123.83, 50.16],
+ [-123.98, 49.8],
+ [-124.77, 49.99],
+ [-124.35, 50.5],
+ [-125.08, 50.32],
+ [-124.81, 50.92],
+ [-125.71, 50.43],
+ [-126.27, 50.63],
+ [-125.62, 50.75],
+ [-125.63, 51.1],
+ [-126.13, 50.68],
+ [-126.56, 50.84],
+ [-126.18, 50.95],
+ [-127.18, 50.93],
+ [-127.03, 50.82],
+ [-127.54, 51.01],
+ [-126.66, 51.19],
+ [-127.79, 51.17],
+ [-126.62, 51.68],
+ [-127.88, 51.67],
+ [-127.17, 52.31],
+ [-126.67, 51.98],
+ [-126.73, 52.37],
+ [-127.19, 52.38],
+ [-127.02, 52.85],
+ [-128.39, 52.29],
+ [-128.13, 52.88],
+ [-128.97, 53.55],
+ [-127.87, 53.24],
+ [-128.81, 53.62],
+ [-128.6, 54.03],
+ [-129.27, 53.38],
+ [-130.05, 53.89],
+ [-129.47, 54.24],
+ [-130.48, 54.36],
+ [-129.96, 54.32],
+ [-130.37, 54.65],
+ [-129.91, 54.61],
+ [-130.17, 54.85],
+ [-129.47, 55.47],
+ [-130.11, 55],
+ [-130.16, 55.09],
+ [-129.94, 55.28],
+ [-130.1, 55.56],
+ [-130.13, 55.72],
+ [-130.02, 55.91],
+ [-131.82, 56.6],
+ [-133.43, 58.46],
+ [-135.47, 59.8],
+ [-137.48, 58.91],
+ [-139.07, 60.35],
+ [-141, 60.31],
+ [-141, 69.64],
+ [-134.31, 68.68],
+ [-134.55, 69.09],
+ [-132.89, 69.65],
+ [-129.4, 70.12],
+ [-133.49, 68.83],
+ [-132.92, 68.69],
+ [-133.35, 68.83],
+ [-127.52, 70.22],
+ [-128, 70.59],
+ [-125.43, 69.31],
+ [-124.82, 69.71],
+ [-125.2, 70],
+ [-124.44, 70.15],
+ [-124.5, 69.73],
+ [-124.04, 69.7],
+ [-124.45, 69.37],
+ [-121.68, 69.79],
+ [-114.07, 68.48],
+ [-115.54, 67.92],
+ [-115.1, 67.8],
+ [-110.08, 68.01],
+ [-108.02, 67.29],
+ [-108.62, 67.15],
+ [-107.25, 66.35],
+ [-107.75, 66.92],
+ [-107.08, 66.82],
+ [-107.89, 68.08],
+ [-106.43, 68.15],
+ [-106.47, 68.34],
+ [-105.74, 68.42],
+ [-105.64, 68.63],
+ [-106.54, 68.51],
+ [-106.54, 68.29],
+ [-107.89, 68.27],
+ [-107.6, 68.17],
+ [-108.82, 68.27],
+ [-106.23, 68.94],
+ [-105.49, 68.73],
+ [-105.54, 68.41],
+ [-104.61, 68.24],
+ [-104.5, 68.03],
+ [-102.25, 67.73],
+ [-98.35, 67.8],
+ [-98.62, 68.07],
+ [-97.51, 67.6],
+ [-97.12, 67.79],
+ [-98.71, 68.37],
+ [-95.98, 68.25],
+ [-96.46, 67.48],
+ [-95.33, 67.03],
+ [-95.9, 66.95]
+ ],
+ [
+ [-95.9, 66.95],
+ [-96.46, 67.06],
+ [-95.63, 66.68],
+ [-95.9, 66.95]
+ ],
+ [
+ [-93.52, 63.84],
+ [-92.51, 63.82],
+ [-93.78, 64.19],
+ [-93.52, 63.84]
+ ],
+ [
+ [-70.78, 48.38],
+ [-69.83, 48.17],
+ [-71.05, 48.45],
+ [-70.78, 48.38]
+ ]
+ ],
+ [
+ [
+ [-114, 72.8],
+ [-114.6, 72.6],
+ [-113.03, 73.01],
+ [-111.22, 72.72],
+ [-111.66, 72.28],
+ [-109.78, 72.43],
+ [-110.76, 72.97],
+ [-109.66, 72.92],
+ [-108.62, 72.55],
+ [-107.83, 71.6],
+ [-107.25, 71.9],
+ [-108.29, 73.15],
+ [-106.76, 73.29],
+ [-105.33, 72.75],
+ [-104.36, 71.57],
+ [-104.59, 71.07],
+ [-101, 70.17],
+ [-100.87, 69.79],
+ [-103.48, 69.69],
+ [-103.02, 69.49],
+ [-103.19, 69.11],
+ [-102.31, 69.5],
+ [-101.75, 69.18],
+ [-102.89, 68.8],
+ [-105.14, 68.9],
+ [-106.6, 69.5],
+ [-109.1, 68.71],
+ [-113.27, 68.45],
+ [-113.52, 69.18],
+ [-116.53, 69.41],
+ [-117.44, 69.99],
+ [-111.49, 70.34],
+ [-117.56, 70.6],
+ [-118.42, 70.99],
+ [-115.06, 71.52],
+ [-118.11, 71.37],
+ [-117.7, 71.67],
+ [-119.13, 71.77],
+ [-117.35, 72.92],
+ [-114.56, 73.38],
+ [-114, 72.8]
+ ]
+ ],
+ [
+ [
+ [-73.35, 68.33],
+ [-74.82, 69.08],
+ [-76.66, 68.7],
+ [-75.59, 69.22],
+ [-77.2, 69.65],
+ [-76.98, 69.94],
+ [-77.63, 69.74],
+ [-77.68, 70.19],
+ [-79.01, 70.68],
+ [-79.59, 70.4],
+ [-78.79, 69.89],
+ [-81.76, 70.12],
+ [-80.95, 69.71],
+ [-82.1, 70.11],
+ [-83.01, 70.3],
+ [-81.71, 69.93],
+ [-81.74, 69.87],
+ [-82.02, 69.87],
+ [-82.14, 69.78],
+ [-83.07, 70.01],
+ [-85.82, 70],
+ [-86.55, 70.23],
+ [-86.37, 70.53],
+ [-87.92, 70.24],
+ [-89.55, 71.09],
+ [-87, 70.99],
+ [-89.83, 71.33],
+ [-90.05, 71.95],
+ [-88.41, 73.52],
+ [-85.07, 73.8],
+ [-86.73, 72.72],
+ [-86.24, 72.42],
+ [-86.42, 72.01],
+ [-84.83, 71.27],
+ [-86.82, 70.99],
+ [-84.8, 70.92],
+ [-84.63, 71.67],
+ [-86.05, 72.01],
+ [-84.16, 72.02],
+ [-85.69, 72.89],
+ [-83.95, 72.75],
+ [-85.45, 73.12],
+ [-83.63, 72.98],
+ [-85.19, 73.23],
+ [-81.55, 73.72],
+ [-80.25, 72.73],
+ [-81.38, 72.24],
+ [-80.52, 72.5],
+ [-80.97, 71.88],
+ [-79.67, 72.13],
+ [-80.17, 72.32],
+ [-79.8, 72.5],
+ [-79.01, 72.27],
+ [-79.2, 71.96],
+ [-77.79, 71.79],
+ [-78.87, 72.23],
+ [-77, 72.13],
+ [-78.56, 72.44],
+ [-77.61, 72.75],
+ [-75.19, 72.49],
+ [-74.95, 72.25],
+ [-76.35, 71.89],
+ [-74.12, 71.98],
+ [-75.39, 71.68],
+ [-74.63, 71.66],
+ [-75.08, 71.18],
+ [-73.75, 71.78],
+ [-74.24, 71.2],
+ [-73.62, 71.58],
+ [-73.38, 71.39],
+ [-73.9, 71.06],
+ [-73.05, 71.27],
+ [-73.38, 70.98],
+ [-72.54, 71.66],
+ [-71.12, 71.26],
+ [-72.57, 70.61],
+ [-70.6, 71.05],
+ [-71.8, 70.43],
+ [-71.16, 70.53],
+ [-71.54, 70.02],
+ [-69.9, 70.88],
+ [-70.5, 70.48],
+ [-68.31, 70.56],
+ [-70.47, 69.84],
+ [-67.79, 70.26],
+ [-67.13, 69.73],
+ [-70.03, 69.54],
+ [-66.8, 69.34],
+ [-69.02, 69.35],
+ [-68.08, 69.22],
+ [-69.03, 68.97],
+ [-68.18, 69.15],
+ [-67.71, 69.02],
+ [-68.56, 68.96],
+ [-67.77, 68.78],
+ [-69.4, 68.86],
+ [-68.04, 68.68],
+ [-68.9, 68.6],
+ [-68.47, 68.61],
+ [-68.71, 68.57],
+ [-67.5, 68.54],
+ [-67.61, 68.38],
+ [-66.71, 68.44],
+ [-67.88, 68.27],
+ [-67.23, 68.36],
+ [-67.01, 68.32],
+ [-67.6, 68.16],
+ [-67.01, 68.29],
+ [-66.77, 68.24],
+ [-66.95, 68.01],
+ [-66.18, 68.02],
+ [-66.73, 67.87],
+ [-66.36, 67.82],
+ [-65.91, 68.16],
+ [-66.01, 67.63],
+ [-64.72, 67.99],
+ [-65.2, 67.65],
+ [-64.51, 67.81],
+ [-63.9, 67.31],
+ [-64.8, 67.36],
+ [-63.96, 67.27],
+ [-64.69, 67],
+ [-63.11, 67.33],
+ [-63.77, 66.81],
+ [-62.1, 67.05],
+ [-61.26, 66.63],
+ [-62.9, 66.33],
+ [-61.95, 66.02],
+ [-62.97, 66.15],
+ [-62.32, 65.81],
+ [-63.72, 65.68],
+ [-63.32, 65.59],
+ [-63.55, 64.89],
+ [-65.51, 65.74],
+ [-64.36, 66.35],
+ [-65.92, 65.95],
+ [-65.47, 66.39],
+ [-66.07, 66.12],
+ [-67.05, 66.64],
+ [-67.74, 66.57],
+ [-67.28, 66.28],
+ [-67.99, 66.51],
+ [-67.19, 65.91],
+ [-68.85, 66.19],
+ [-64.66, 64.03],
+ [-64.99, 63.82],
+ [-64.53, 63.25],
+ [-65.3, 63.81],
+ [-64.63, 62.9],
+ [-65.25, 62.99],
+ [-65.19, 62.56],
+ [-66.64, 63.37],
+ [-66.55, 62.99],
+ [-67.91, 63.76],
+ [-67.69, 63.37],
+ [-69, 63.75],
+ [-65.99, 62.24],
+ [-66.07, 61.87],
+ [-71.4, 63.05],
+ [-72.15, 63.45],
+ [-71.23, 63.6],
+ [-72.32, 63.68],
+ [-73.38, 64.27],
+ [-73.3, 64.66],
+ [-74.06, 64.33],
+ [-74.64, 64.9],
+ [-74.99, 64.8],
+ [-74.69, 64.37],
+ [-75.82, 64.61],
+ [-76.67, 64.18],
+ [-78.18, 64.57],
+ [-77.42, 65.46],
+ [-75.77, 65.22],
+ [-75.37, 64.71],
+ [-75.19, 65.1],
+ [-75.95, 65.32],
+ [-73.5, 65.47],
+ [-74.47, 66.15],
+ [-72.26, 67.25],
+ [-73.35, 68.33]
+ ],
+ [
+ [-73.35, 68.33],
+ [-73.21, 68.38],
+ [-73.32, 68.39],
+ [-73.35, 68.33]
+ ]
+ ],
+ [
+ [
+ [-99.8, 73.89],
+ [-96.96, 73.74],
+ [-98.45, 72.87],
+ [-96.52, 72.71],
+ [-96.3, 72.42],
+ [-96.87, 72.04],
+ [-96.49, 71.91],
+ [-98.27, 71.9],
+ [-98.04, 71.53],
+ [-98.73, 71.27],
+ [-102.74, 72.72],
+ [-102.14, 73.09],
+ [-100.41, 72.74],
+ [-100.03, 72.93],
+ [-100.58, 73.17],
+ [-99.77, 73.21],
+ [-101.62, 73.49],
+ [-100.43, 73.41],
+ [-101.12, 73.73],
+ [-99.8, 73.89]
+ ]
+ ],
+ [
+ [
+ [-92.64, 74.1],
+ [-90.19, 73.9],
+ [-92.1, 72.74],
+ [-94.32, 72.76],
+ [-93.46, 72.46],
+ [-94.06, 71.98],
+ [-95.21, 71.99],
+ [-94.75, 72.15],
+ [-95.67, 72.81],
+ [-95.67, 73.72],
+ [-92.64, 74.1]
+ ]
+ ],
+ [
+ [
+ [-120.15, 74.27],
+ [-117.42, 74.23],
+ [-115.32, 73.48],
+ [-119.14, 72.63],
+ [-120.25, 72.26],
+ [-120.54, 71.52],
+ [-122.78, 71.09],
+ [-126, 71.97],
+ [-123.77, 73.76],
+ [-124.77, 74.34],
+ [-120.15, 74.27]
+ ]
+ ],
+ [
+ [
+ [-94.36, 75.59],
+ [-93.49, 75.26],
+ [-93.47, 74.7],
+ [-96.62, 74.99],
+ [-94.36, 75.59]
+ ]
+ ],
+ [
+ [
+ [-98.42, 76.67],
+ [-97.51, 76.19],
+ [-97.94, 75.74],
+ [-97.28, 75.4],
+ [-98.17, 75.33],
+ [-97.58, 75.14],
+ [-100.15, 74.99],
+ [-100.78, 75.35],
+ [-98.95, 75.71],
+ [-102.88, 75.62],
+ [-101.18, 75.78],
+ [-101.91, 76.08],
+ [-101.39, 76.25],
+ [-102.17, 76.24],
+ [-101.89, 76.44],
+ [-99.89, 75.89],
+ [-99.44, 75.97],
+ [-100.15, 76.13],
+ [-99.41, 76.16],
+ [-100.98, 76.5],
+ [-98.42, 76.67]
+ ]
+ ],
+ [
+ [
+ [-108.65, 76.81],
+ [-108.08, 76.28],
+ [-108.4, 76.05],
+ [-107.63, 75.99],
+ [-108.02, 75.78],
+ [-106.34, 76.05],
+ [-105.39, 75.64],
+ [-106.01, 75.05],
+ [-112.75, 74.4],
+ [-114.45, 74.67],
+ [-110.91, 75.23],
+ [-117.68, 75.25],
+ [-115, 75.69],
+ [-117.25, 75.6],
+ [-114.82, 75.88],
+ [-116.73, 75.92],
+ [-114.66, 76.16],
+ [-115.93, 76.29],
+ [-114.9, 76.52],
+ [-112.45, 76.18],
+ [-111.25, 75.52],
+ [-108.9, 75.48],
+ [-110.06, 75.89],
+ [-109.31, 76.11],
+ [-110.39, 76.39],
+ [-108.65, 76.81]
+ ]
+ ],
+ [
+ [
+ [-95.66, 77.06],
+ [-93.18, 76.74],
+ [-93.55, 76.39],
+ [-91.41, 76.69],
+ [-89.29, 76.3],
+ [-91.61, 76.26],
+ [-88.95, 75.43],
+ [-81.54, 75.81],
+ [-79.57, 75.45],
+ [-80.44, 75.04],
+ [-79.33, 74.89],
+ [-81.81, 74.46],
+ [-83.51, 74.9],
+ [-83.47, 74.58],
+ [-84.29, 74.5],
+ [-88.5, 74.5],
+ [-88.55, 74.91],
+ [-91.54, 74.65],
+ [-92.49, 75.21],
+ [-92.11, 75.86],
+ [-93.08, 76.36],
+ [-95.38, 76.23],
+ [-94.8, 76.32],
+ [-96.96, 76.73],
+ [-95.66, 77.06]
+ ]
+ ],
+ [
+ [
+ [-116.35, 77.54],
+ [-115.39, 77.31],
+ [-116.28, 77.18],
+ [-115.9, 76.69],
+ [-117.1, 76.3],
+ [-118.06, 76.41],
+ [-117.84, 76.82],
+ [-118.97, 76.51],
+ [-118.57, 76.34],
+ [-119.08, 76.08],
+ [-119.65, 76.3],
+ [-119.48, 75.97],
+ [-119.87, 75.86],
+ [-123.04, 76.08],
+ [-119.15, 77.33],
+ [-116.35, 77.54]
+ ]
+ ],
+ [
+ [
+ [-96.77, 78.68],
+ [-94.89, 78.1],
+ [-97.1, 77.8],
+ [-97.78, 78.03],
+ [-96.87, 78.13],
+ [-98.41, 78.5],
+ [-96.77, 78.68]
+ ]
+ ],
+ [
+ [
+ [-103.59, 79.33],
+ [-99.95, 78.73],
+ [-98.95, 78.06],
+ [-99.91, 77.78],
+ [-104.47, 78.27],
+ [-105.05, 78.49],
+ [-103.32, 78.73],
+ [-105.63, 79.16],
+ [-103.59, 79.33]
+ ]
+ ],
+ [
+ [
+ [-92.73, 81.31],
+ [-88.78, 80.13],
+ [-87.68, 80.41],
+ [-88.07, 80.12],
+ [-86.96, 79.9],
+ [-87.46, 79.53],
+ [-84.9, 79.27],
+ [-87.62, 78.65],
+ [-88, 78.81],
+ [-87.72, 79.08],
+ [-88.16, 78.99],
+ [-87.91, 78.55],
+ [-88.8, 78.61],
+ [-88.82, 78.15],
+ [-89.98, 78.61],
+ [-89.45, 78.16],
+ [-92.06, 78.21],
+ [-92.99, 78.47],
+ [-91.64, 78.55],
+ [-94.29, 78.99],
+ [-90.36, 79.25],
+ [-95.09, 79.27],
+ [-95.78, 79.43],
+ [-94.28, 79.76],
+ [-95.85, 79.65],
+ [-96.8, 80.09],
+ [-94.38, 79.98],
+ [-94.75, 80.08],
+ [-94.08, 80.18],
+ [-96.68, 80.34],
+ [-93.79, 80.53],
+ [-95.53, 80.82],
+ [-93.09, 81.16],
+ [-94.27, 81.35],
+ [-92.73, 81.31]
+ ]
+ ],
+ [
+ [
+ [-70.11, 83.11],
+ [-66.3, 82.93],
+ [-68.64, 82.63],
+ [-64.73, 82.9],
+ [-61.08, 82.32],
+ [-64.36, 81.73],
+ [-69.29, 81.72],
+ [-66.61, 81.51],
+ [-70.21, 81.17],
+ [-64.44, 81.48],
+ [-69.43, 80.38],
+ [-70.83, 80.56],
+ [-70.15, 80.19],
+ [-72.42, 80.21],
+ [-70.5, 80.08],
+ [-71.46, 79.9],
+ [-71.18, 79.78],
+ [-78.05, 79.35],
+ [-74.44, 79.06],
+ [-78.89, 79.06],
+ [-74.72, 78.71],
+ [-76.69, 78.51],
+ [-75.06, 78.31],
+ [-76.91, 78.2],
+ [-75.58, 78.11],
+ [-75.92, 77.96],
+ [-78.26, 78],
+ [-77.72, 77.61],
+ [-78.69, 77.32],
+ [-81.93, 77.68],
+ [-81.17, 77.34],
+ [-82.17, 77.29],
+ [-81.83, 77.16],
+ [-77.78, 76.79],
+ [-81.05, 76.13],
+ [-80.77, 76.42],
+ [-82.73, 76.82],
+ [-82.13, 76.44],
+ [-89.68, 76.57],
+ [-86.74, 77.17],
+ [-88.07, 77.82],
+ [-84.48, 77.29],
+ [-84.61, 77.39],
+ [-83.46, 77.35],
+ [-83.84, 77.46],
+ [-82.32, 78.07],
+ [-83.9, 77.49],
+ [-84.78, 77.52],
+ [-84.43, 77.72],
+ [-84.95, 77.6],
+ [-85.35, 77.73],
+ [-85.05, 77.83],
+ [-85.4, 77.82],
+ [-84.33, 77.9],
+ [-85.68, 77.93],
+ [-84.13, 78.17],
+ [-84.97, 78.2],
+ [-84.64, 78.59],
+ [-85.49, 78.1],
+ [-87.54, 78.14],
+ [-86.86, 78.73],
+ [-82.34, 78.57],
+ [-83.25, 78.83],
+ [-81.48, 79.05],
+ [-84.75, 79.03],
+ [-83.36, 79.05],
+ [-86.49, 79.76],
+ [-85.26, 79.92],
+ [-86.51, 80.3],
+ [-79.9, 79.65],
+ [-83.2, 80.32],
+ [-78.04, 80.57],
+ [-79.96, 80.61],
+ [-76.48, 80.87],
+ [-78.93, 80.88],
+ [-76.75, 81.44],
+ [-80.92, 80.66],
+ [-85.07, 80.51],
+ [-86.74, 80.6],
+ [-82.36, 81.18],
+ [-87.59, 80.63],
+ [-89.47, 80.91],
+ [-84.73, 81.28],
+ [-89.82, 81.01],
+ [-90.35, 81.17],
+ [-87.24, 81.49],
+ [-91.96, 81.66],
+ [-88.08, 82.1],
+ [-84.6, 81.89],
+ [-86.88, 82.2],
+ [-85.05, 82.48],
+ [-79.23, 81.82],
+ [-82.73, 82.4],
+ [-80.58, 82.55],
+ [-81.47, 82.82],
+ [-78.5, 82.68],
+ [-80.43, 82.89],
+ [-79.79, 82.96],
+ [-75.89, 82.59],
+ [-76.23, 82.44],
+ [-75.4, 82.61],
+ [-77.38, 82.99],
+ [-72.63, 82.69],
+ [-73.65, 82.93],
+ [-70.11, 83.11]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Canada"
+ },
+ "id": "CA"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-24.37, 14.81],
+ [-24.53, 14.92],
+ [-24.38, 15.05],
+ [-24.37, 14.81]
+ ]
+ ],
+ [
+ [
+ [-23.45, 14.98],
+ [-23.68, 14.94],
+ [-23.77, 15.25],
+ [-23.45, 14.98]
+ ]
+ ],
+ [
+ [
+ [-22.71, 16.04],
+ [-22.96, 16.09],
+ [-22.8, 16.24],
+ [-22.71, 16.04]
+ ]
+ ],
+ [
+ [
+ [-24.03, 16.59],
+ [-24.32, 16.48],
+ [-24.43, 16.64],
+ [-24.03, 16.59]
+ ]
+ ],
+ [
+ [
+ [-25.28, 16.91],
+ [-25.33, 17.1],
+ [-24.97, 17.11],
+ [-25.28, 16.91]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Cape Verde"
+ },
+ "id": "CV"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-81.1, 19.31],
+ [-81.4, 19.29],
+ [-81.25, 19.35],
+ [-81.1, 19.31]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Cayman Islands"
+ },
+ "id": "KY"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [19.06, 8.58],
+ [18.99, 8.96],
+ [20.37, 9.11],
+ [21.72, 10.64],
+ [22.87, 10.92],
+ [23.67, 9.87],
+ [23.52, 8.71],
+ [25.25, 7.85],
+ [27.46, 5.02],
+ [25.89, 5.19],
+ [22.9, 4.82],
+ [22.38, 4.13],
+ [20.59, 4.41],
+ [19.42, 5.13],
+ [18.54, 4.34],
+ [18.62, 3.48],
+ [16.66, 3.53],
+ [16.21, 2.22],
+ [14.73, 4.62],
+ [14.42, 6.04],
+ [15.5, 7.53],
+ [18.59, 8.04],
+ [19.06, 8.58]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Central African Republic"
+ },
+ "id": "CF"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [80.27, 9.78],
+ [80.82, 9.26],
+ [81.13, 8.5],
+ [81.36, 8.49],
+ [81.88, 7.29],
+ [81.66, 6.44],
+ [80.59, 5.92],
+ [80.05, 6.24],
+ [79.7, 8.08],
+ [80.05, 9.59],
+ [80.61, 9.44],
+ [79.93, 9.74],
+ [80.27, 9.78]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Sri Lanka"
+ },
+ "id": "LK"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [14.5, 13],
+ [14.07, 13.08],
+ [13.63, 13.72],
+ [13.47, 14.46],
+ [15.49, 16.91],
+ [16, 20.35],
+ [15.2, 21.5],
+ [15, 23],
+ [16, 23.45],
+ [24, 19.5],
+ [24, 15.7],
+ [22.94, 15.56],
+ [21.83, 12.8],
+ [22.47, 12.62],
+ [22.87, 10.92],
+ [21.72, 10.64],
+ [20.37, 9.11],
+ [18.99, 8.96],
+ [19.06, 8.58],
+ [18.59, 8.04],
+ [15.5, 7.53],
+ [15.2, 8.49],
+ [13.96, 9.64],
+ [15.68, 9.99],
+ [14.58, 12.74],
+ [14.5, 13]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Chad"
+ },
+ "id": "TD"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-68.4, -54.96],
+ [-69.06, -55.06],
+ [-68.21, -55.27],
+ [-68.75, -55.27],
+ [-68.16, -55.4],
+ [-68.05, -55.71],
+ [-68.38, -55.48],
+ [-68.94, -55.46],
+ [-68.78, -55.38],
+ [-68.91, -55.34],
+ [-68.8, -55.19],
+ [-69.43, -55.16],
+ [-69.17, -55.51],
+ [-70.03, -55.16],
+ [-68.4, -54.96]
+ ]
+ ],
+ [
+ [
+ [-67.78, -54.92],
+ [-67.05, -55.14],
+ [-68.36, -54.94],
+ [-67.78, -54.92]
+ ]
+ ],
+ [
+ [
+ [-71.26, -54.08],
+ [-71.12, -54.38],
+ [-71.7, -54.16],
+ [-71.26, -54.08]
+ ]
+ ],
+ [
+ [
+ [-71.67, -53.94],
+ [-71.85, -54.34],
+ [-72.26, -53.94],
+ [-71.67, -53.94]
+ ]
+ ],
+ [
+ [
+ [-70.44, -53.86],
+ [-70.37, -54.04],
+ [-70.67, -53.93],
+ [-70.52, -54.23],
+ [-70.88, -54.05],
+ [-70.53, -53.56],
+ [-70.44, -53.86]
+ ]
+ ],
+ [
+ [
+ [-72.91, -53.43],
+ [-72.14, -53.8],
+ [-72.87, -54.14],
+ [-72.73, -53.84],
+ [-73.59, -53.76],
+ [-72.91, -53.43]
+ ]
+ ],
+ [
+ [
+ [-74.36, -52.95],
+ [-74.75, -52.76],
+ [-73.09, -53.35],
+ [-74.36, -52.95]
+ ]
+ ],
+ [
+ [
+ [-70.92, -54.71],
+ [-70.77, -54.68],
+ [-70.87, -54.69],
+ [-70.92, -54.71],
+ [-72, -54.46],
+ [-70.13, -54.55],
+ [-70.88, -54.13],
+ [-70.14, -54.43],
+ [-70.06, -54.25],
+ [-69.77, -54.56],
+ [-69.86, -54.28],
+ [-69.24, -54.45],
+ [-69.38, -54.69],
+ [-69.18, -54.58],
+ [-69.16, -54.46],
+ [-68.99, -54.43],
+ [-70.04, -54.1],
+ [-70.18, -53.81],
+ [-69.36, -53.35],
+ [-70.45, -53.37],
+ [-70.1, -52.9],
+ [-70.42, -52.77],
+ [-68.62, -52.64],
+ [-68.64, -54.79],
+ [-70.92, -54.71]
+ ]
+ ],
+ [
+ [
+ [-74.26, -51.25],
+ [-74.32, -50.92],
+ [-74.19, -51.2],
+ [-74.26, -51.25]
+ ]
+ ],
+ [
+ [
+ [-74.4, -50.86],
+ [-74.41, -51.09],
+ [-74.96, -50.97],
+ [-74.4, -50.86]
+ ]
+ ],
+ [
+ [
+ [-74.69, -50.89],
+ [-74.95, -50.73],
+ [-74.75, -50.7],
+ [-74.69, -50.89]
+ ]
+ ],
+ [
+ [
+ [-74.36, -50.49],
+ [-74.19, -50.85],
+ [-74.67, -50.48],
+ [-74.36, -50.49]
+ ]
+ ],
+ [
+ [
+ [-75.05, -50.17],
+ [-75.46, -50.36],
+ [-75.4, -50.04],
+ [-75.05, -50.17]
+ ]
+ ],
+ [
+ [
+ [-75.29, -49.1],
+ [-75.66, -49.22],
+ [-75.36, -48.99],
+ [-75.29, -49.1]
+ ]
+ ],
+ [
+ [
+ [-74.61, -48.46],
+ [-74.41, -49.73],
+ [-74.77, -50.06],
+ [-74.65, -49.36],
+ [-75.02, -49.9],
+ [-75.47, -49.33],
+ [-74.92, -49.34],
+ [-75.05, -48.8],
+ [-74.61, -48.7],
+ [-75.03, -48.5],
+ [-74.74, -48.12],
+ [-74.61, -48.46]
+ ]
+ ],
+ [
+ [
+ [-75.24, -48.27],
+ [-75.23, -48.71],
+ [-75.58, -48.09],
+ [-75.24, -48.27]
+ ]
+ ],
+ [
+ [
+ [-74.93, -48.16],
+ [-75.04, -48.44],
+ [-75.26, -48.07],
+ [-74.93, -48.16]
+ ]
+ ],
+ [
+ [
+ [-74.46, -45.78],
+ [-74.39, -45.44],
+ [-74.21, -45.64],
+ [-74.46, -45.78]
+ ]
+ ],
+ [
+ [
+ [-73.65, -45.76],
+ [-73.78, -45.67],
+ [-73.7, -45.44],
+ [-73.65, -45.76]
+ ]
+ ],
+ [
+ [
+ [-74.02, -45.43],
+ [-73.82, -45.48],
+ [-74.14, -45.58],
+ [-74.02, -45.43]
+ ]
+ ],
+ [
+ [
+ [-73.98, -45.27],
+ [-73.78, -45.34],
+ [-74.17, -45.25],
+ [-73.98, -45.27]
+ ]
+ ],
+ [
+ [
+ [-73.85, -45],
+ [-73.73, -45.28],
+ [-74.24, -45.16],
+ [-73.85, -45]
+ ]
+ ],
+ [
+ [
+ [-74.21, -44.78],
+ [-74.41, -44.63],
+ [-73.87, -44.69],
+ [-74.21, -44.78]
+ ]
+ ],
+ [
+ [
+ [-72.72, -44.55],
+ [-72.98, -44.61],
+ [-72.83, -44.69],
+ [-73.22, -44.94],
+ [-73.41, -44.82],
+ [-73.21, -44.8],
+ [-73.39, -44.79],
+ [-73.46, -44.64],
+ [-73.23, -44.42],
+ [-72.72, -44.55]
+ ]
+ ],
+ [
+ [
+ [-73.89, -41.82],
+ [-73.37, -42.25],
+ [-73.82, -42.51],
+ [-73.49, -43.11],
+ [-73.86, -43.4],
+ [-74.41, -43.24],
+ [-73.89, -41.82]
+ ]
+ ],
+ [
+ [
+ [-69.48, -17.64],
+ [-68.44, -19.43],
+ [-68.76, -20.41],
+ [-67.88, -22.83],
+ [-67.18, -22.82],
+ [-67.34, -24.02],
+ [-68.57, -24.77],
+ [-68.29, -26.92],
+ [-69.66, -28.4],
+ [-69.83, -30.19],
+ [-70.53, -31.19],
+ [-69.81, -34.24],
+ [-70.57, -35.25],
+ [-70.42, -36.14],
+ [-71.19, -36.84],
+ [-70.82, -38.57],
+ [-71.7, -39.58],
+ [-71.73, -42.1],
+ [-72.13, -42.29],
+ [-71.86, -44.37],
+ [-71.11, -44.54],
+ [-72.08, -44.77],
+ [-71.3, -45.29],
+ [-71.78, -45.65],
+ [-71.67, -46.68],
+ [-72.36, -47.47],
+ [-72.56, -48.8],
+ [-73.58, -49.54],
+ [-73.17, -50.75],
+ [-72.29, -50.65],
+ [-72.4, -51.51],
+ [-71.91, -52],
+ [-68.44, -52.38],
+ [-70.81, -52.73],
+ [-71.28, -53.89],
+ [-72.45, -53.4],
+ [-71.8, -53.52],
+ [-71.17, -52.81],
+ [-72.55, -53.07],
+ [-72.19, -53.18],
+ [-72.65, -53.32],
+ [-72.4, -53.54],
+ [-73.22, -53.23],
+ [-71.48, -52.63],
+ [-72.8, -52.54],
+ [-72.98, -53.07],
+ [-73.45, -53.01],
+ [-72.89, -52.52],
+ [-73.69, -52.73],
+ [-73.73, -52.03],
+ [-73.33, -52.22],
+ [-72.99, -52.07],
+ [-72.86, -52.26],
+ [-72.78, -52.06],
+ [-72.94, -52.09],
+ [-72.7, -51.98],
+ [-72.9, -52.46],
+ [-72.47, -51.79],
+ [-73.24, -51.46],
+ [-72.56, -51.78],
+ [-73.28, -51.61],
+ [-72.92, -51.86],
+ [-73.24, -52.09],
+ [-73.39, -51.66],
+ [-73.28, -52.16],
+ [-73.56, -52.05],
+ [-73.64, -51.82],
+ [-73.4, -52.02],
+ [-73.46, -51.69],
+ [-73.91, -51.62],
+ [-73.89, -51.37],
+ [-73.6, -51.62],
+ [-73.71, -51.16],
+ [-74.25, -50.94],
+ [-73.53, -50.71],
+ [-73.72, -50.56],
+ [-73.57, -50.4],
+ [-74.05, -50.83],
+ [-74.29, -50.48],
+ [-73.88, -50.54],
+ [-74.69, -50.2],
+ [-73.87, -50.29],
+ [-74.33, -49.63],
+ [-73.71, -49.76],
+ [-74.11, -49.48],
+ [-73.83, -49.03],
+ [-74.37, -49.43],
+ [-74.02, -48.41],
+ [-74.65, -48.02],
+ [-73.22, -48],
+ [-73.72, -47.53],
+ [-73.93, -47.85],
+ [-74.74, -47.72],
+ [-74.04, -47.62],
+ [-74.53, -47.44],
+ [-73.93, -47.04],
+ [-74.27, -46.79],
+ [-75.01, -46.75],
+ [-74.94, -46.44],
+ [-75.41, -46.93],
+ [-75.72, -46.73],
+ [-74.36, -45.79],
+ [-74.14, -45.81],
+ [-73.97, -46.09],
+ [-74.08, -46.19],
+ [-74.31, -46.25],
+ [-74.49, -46.19],
+ [-74.34, -46.27],
+ [-74.05, -46.2],
+ [-74, -46.29],
+ [-73.85, -46.35],
+ [-74.02, -46.22],
+ [-73.88, -46.14],
+ [-73.76, -46.24],
+ [-73.77, -46.3],
+ [-73.81, -46.39],
+ [-74, -46.56],
+ [-73.91, -46.6],
+ [-73.84, -46.59],
+ [-73.18, -45.67],
+ [-73.59, -45.78],
+ [-73.52, -45.46],
+ [-72.83, -45.42],
+ [-73.39, -44.98],
+ [-73.14, -44.94],
+ [-72.77, -44.75],
+ [-72.61, -44.47],
+ [-73.29, -44.14],
+ [-72.54, -42.56],
+ [-72.85, -42.28],
+ [-72.42, -42.45],
+ [-72.86, -41.91],
+ [-72.31, -41.44],
+ [-73.75, -41.75],
+ [-73.49, -41.52],
+ [-74, -40.97],
+ [-73.22, -39.41],
+ [-73.64, -37.21],
+ [-73.19, -37.14],
+ [-71.44, -32.64],
+ [-71.52, -28.97],
+ [-70.45, -25.36],
+ [-70.62, -23.49],
+ [-70.05, -21.43],
+ [-70.41, -18.35],
+ [-69.5, -17.51],
+ [-69.48, -17.64]
+ ],
+ [
+ [-74.07, -46.01],
+ [-74.16, -46.14],
+ [-74.07, -46.1],
+ [-74.07, -46.01]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Chile"
+ },
+ "id": "CL"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [110.72, 20.06],
+ [111.03, 19.64],
+ [110.05, 18.38],
+ [108.69, 18.51],
+ [108.63, 19.28],
+ [109.26, 19.9],
+ [110.72, 20.06]
+ ]
+ ],
+ [
+ [
+ [123.38, 53.53],
+ [126.1, 52.76],
+ [127.53, 49.79],
+ [130.67, 48.86],
+ [130.99, 47.69],
+ [134.74, 48.27],
+ [133.12, 45.13],
+ [131.86, 45.35],
+ [130.95, 44.84],
+ [131.31, 43.39],
+ [130.41, 42.72],
+ [130.6, 42.42],
+ [129.91, 43.01],
+ [129.71, 42.44],
+ [128.06, 42],
+ [128.16, 41.38],
+ [126.91, 41.8],
+ [124.37, 40.09],
+ [121.15, 38.72],
+ [121.75, 39.35],
+ [121.23, 39.54],
+ [122.3, 40.51],
+ [121.18, 40.92],
+ [118.92, 39.13],
+ [117.74, 39.1],
+ [117.67, 38.39],
+ [118.84, 38.15],
+ [119.23, 37.14],
+ [120.74, 37.84],
+ [122.56, 37.4],
+ [122.5, 36.89],
+ [120.09, 36.2],
+ [119.18, 34.88],
+ [120.25, 34.31],
+ [120.84, 32.64],
+ [121.9, 31.75],
+ [119.63, 32.26],
+ [121.88, 30.97],
+ [120.15, 30.19],
+ [122.13, 29.89],
+ [121.45, 29.51],
+ [121.98, 29.59],
+ [121.41, 29.16],
+ [121.61, 28.72],
+ [121.14, 28.84],
+ [121.58, 28.27],
+ [120.59, 28.08],
+ [120.84, 27.88],
+ [120.13, 26.64],
+ [119.55, 26.75],
+ [119.94, 26.35],
+ [119.09, 26.14],
+ [119.71, 25.99],
+ [119.65, 25.36],
+ [119.31, 25.61],
+ [118.62, 24.54],
+ [117.79, 24.46],
+ [118.12, 24.26],
+ [116.52, 23.42],
+ [116.48, 22.94],
+ [114.22, 22.55],
+ [114.03, 22.51],
+ [113.48, 23.05],
+ [113.55, 22.21],
+ [113.53, 22.19],
+ [113.17, 22.57],
+ [113.39, 22.18],
+ [112.94, 21.87],
+ [110.4, 21.38],
+ [110.28, 20.25],
+ [109.92, 20.23],
+ [109.57, 21.72],
+ [109.14, 21.4],
+ [108.48, 21.94],
+ [107.99, 21.54],
+ [106.69, 22.03],
+ [106.71, 22.86],
+ [105.58, 23.06],
+ [105.35, 23.33],
+ [103.96, 22.5],
+ [102.48, 22.77],
+ [102.14, 22.4],
+ [101.57, 22.21],
+ [101.79, 21.14],
+ [101.15, 21.57],
+ [100.21, 21.43],
+ [99.96, 22.05],
+ [99.16, 22.16],
+ [99.57, 22.94],
+ [98.93, 23.19],
+ [98.89, 24.16],
+ [97.54, 23.94],
+ [97.55, 24.74],
+ [98.71, 25.86],
+ [98.78, 26.64],
+ [98.7, 27.54],
+ [97.81, 28.34],
+ [97.35, 28.22],
+ [96.4, 28.35],
+ [96.62, 28.79],
+ [96.08, 29.47],
+ [95.39, 29.04],
+ [94.65, 29.33],
+ [92.54, 27.86],
+ [91.66, 27.76],
+ [90.47, 28.07],
+ [89.59, 28.14],
+ [88.92, 27.32],
+ [88.83, 28.01],
+ [88.14, 27.87],
+ [86.01, 27.88],
+ [82.1, 30.34],
+ [81.03, 30.2],
+ [78.77, 31.31],
+ [78.4, 32.55],
+ [79.53, 32.75],
+ [78.08, 35.45],
+ [77.82, 35.5],
+ [76.17, 35.82],
+ [75.86, 36.66],
+ [74.82, 37.02],
+ [74.57, 37.03],
+ [74.92, 37.24],
+ [74.86, 38.47],
+ [73.82, 38.61],
+ [73.66, 39.45],
+ [74.86, 40.52],
+ [76.35, 40.35],
+ [76.87, 41.01],
+ [78.08, 41.04],
+ [80.23, 42.2],
+ [80.38, 43.03],
+ [80.82, 43.16],
+ [80.52, 44.73],
+ [79.87, 44.9],
+ [82.56, 45.13],
+ [82.32, 45.57],
+ [83.04, 47.21],
+ [85.53, 47.06],
+ [85.76, 48.39],
+ [87.35, 49.09],
+ [87.84, 49.17],
+ [88.65, 48.18],
+ [90.07, 47.89],
+ [91.02, 46.6],
+ [90.9, 45.25],
+ [95.42, 44.29],
+ [96.38, 42.73],
+ [100.84, 42.68],
+ [105.01, 41.58],
+ [107.47, 42.47],
+ [110.44, 42.78],
+ [111.96, 43.69],
+ [111.42, 44.38],
+ [111.98, 45.09],
+ [113.64, 44.75],
+ [117.42, 46.58],
+ [119.9, 46.68],
+ [118.54, 47.99],
+ [117.37, 47.65],
+ [115.59, 47.92],
+ [116.71, 49.83],
+ [117.87, 49.52],
+ [119.21, 50.02],
+ [120.78, 52.11],
+ [120.03, 52.77],
+ [120.86, 53.28],
+ [123.38, 53.53]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "China"
+ },
+ "id": "CN"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [121.73, 25.14],
+ [121.84, 24.48],
+ [120.72, 21.93],
+ [120.11, 23.62],
+ [121.01, 25.01],
+ [121.73, 25.14]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Taiwan"
+ },
+ "id": "TW"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [105.7, -10.51],
+ [105.63, -10.44],
+ [105.74, -10.38],
+ [105.7, -10.51]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Christmas Island"
+ },
+ "id": "CX"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [96.86, -12.2],
+ [96.82, -12.18],
+ [96.83, -12.13],
+ [96.86, -12.2]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Cocos (Keeling) Islands"
+ },
+ "id": "CC"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-71.56, 12.45],
+ [-71.32, 11.85],
+ [-71.98, 11.66],
+ [-72.49, 11.12],
+ [-73.38, 9.17],
+ [-72.78, 9.08],
+ [-72, 7.02],
+ [-70.12, 6.98],
+ [-69.25, 6.08],
+ [-67.45, 6.19],
+ [-67.86, 4.56],
+ [-67.29, 3.4],
+ [-67.83, 2.83],
+ [-67.19, 2.39],
+ [-66.87, 1.22],
+ [-67.42, 2.14],
+ [-67.91, 1.75],
+ [-69.85, 1.71],
+ [-69.84, 1.07],
+ [-69.12, 0.65],
+ [-70.04, 0.59],
+ [-69.38, -1.34],
+ [-69.96, -4.24],
+ [-70.72, -3.78],
+ [-70.29, -2.51],
+ [-71.7, -2.15],
+ [-72.88, -2.51],
+ [-73.56, -1.37],
+ [-75.29, -0.12],
+ [-77.38, 0.38],
+ [-78.59, 1.24],
+ [-78.81, 1.44],
+ [-78.57, 2.43],
+ [-77.74, 2.6],
+ [-77.03, 3.92],
+ [-77.43, 4.03],
+ [-77.34, 6.57],
+ [-77.89, 7.23],
+ [-77.22, 7.94],
+ [-77.37, 8.67],
+ [-76.76, 7.92],
+ [-76.93, 8.57],
+ [-75.63, 9.45],
+ [-75.27, 10.8],
+ [-74.86, 11.13],
+ [-74.39, 10.74],
+ [-74.16, 11.33],
+ [-73.28, 11.3],
+ [-71.56, 12.45]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Colombia"
+ },
+ "id": "CO"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [44.49, -12.09],
+ [44.51, -12.38],
+ [44.21, -12.16],
+ [44.49, -12.09]
+ ]
+ ],
+ [
+ [
+ [43.46, -11.94],
+ [43.22, -11.76],
+ [43.28, -11.38],
+ [43.46, -11.94]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Comoros"
+ },
+ "id": "KM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [45.2, -12.85],
+ [45.1, -12.99],
+ [45.08, -12.66],
+ [45.2, -12.85]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Mayotte"
+ },
+ "id": "YT"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [12.78, -4.39],
+ [12.03, -5.01],
+ [11.14, -3.93],
+ [11.93, -3.64],
+ [11.57, -2.33],
+ [12.48, -2.33],
+ [12.65, -1.82],
+ [13, -2.37],
+ [13.76, -2.09],
+ [14.11, -2.49],
+ [14.43, -1.89],
+ [14.52, -0.61],
+ [13.85, -0.2],
+ [14.49, 0.91],
+ [14.19, 1.39],
+ [13.19, 1.22],
+ [13.29, 2.16],
+ [16.07, 1.65],
+ [16.21, 2.22],
+ [16.66, 3.53],
+ [18.62, 3.48],
+ [17.71, -0.54],
+ [16.2, -2.18],
+ [15.89, -3.94],
+ [14.66, -4.91],
+ [14.4, -4.28],
+ [13.41, -4.88],
+ [13.09, -4.63],
+ [12.78, -4.39]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Congo, Republic of the"
+ },
+ "id": "CG"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [25.89, 5.19],
+ [27.46, 5.02],
+ [28.36, 4.29],
+ [29.64, 4.64],
+ [30.86, 3.49],
+ [30.73, 2.45],
+ [31.3, 2.12],
+ [29.96, 0.83],
+ [29.6, -1.39],
+ [29.02, -2.74],
+ [29.23, -3.75],
+ [29.42, -4.45],
+ [29.55, -6.3],
+ [30.77, -8.19],
+ [28.9, -8.48],
+ [28.37, -9.26],
+ [28.7, -10.65],
+ [28.36, -11.55],
+ [29.03, -12.38],
+ [29.81, -12.16],
+ [29.8, -13.45],
+ [29.02, -13.4],
+ [27.2, -11.57],
+ [26.87, -11.97],
+ [26, -11.9],
+ [25.33, -11.19],
+ [24.45, -11.46],
+ [23.99, -10.87],
+ [22.25, -11.21],
+ [21.78, -7.28],
+ [19.54, -7],
+ [19.37, -8],
+ [17.62, -8.1],
+ [16.58, -5.9],
+ [14, -5.85],
+ [13.18, -5.86],
+ [12.21, -5.77],
+ [13.09, -4.66],
+ [13.09, -4.63],
+ [13.41, -4.88],
+ [14.4, -4.28],
+ [14.66, -4.91],
+ [15.89, -3.94],
+ [16.2, -2.18],
+ [17.71, -0.54],
+ [18.62, 3.48],
+ [18.54, 4.34],
+ [19.42, 5.13],
+ [20.59, 4.41],
+ [22.38, 4.13],
+ [22.9, 4.82],
+ [25.89, 5.19]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Congo, Democratic Republic of the"
+ },
+ "id": "CD"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-157.89, -21.94],
+ [-157.96, -21.9],
+ [-157.92, -21.88],
+ [-157.89, -21.94]
+ ]
+ ],
+ [
+ [
+ [-159.74, -21.25],
+ [-159.83, -21.2],
+ [-159.75, -21.19],
+ [-159.74, -21.25]
+ ]
+ ],
+ [
+ [
+ [-157.32, -20.19],
+ [-157.33, -20.13],
+ [-157.31, -20.15],
+ [-157.32, -20.19]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Cook Islands"
+ },
+ "id": "CK"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-85.09, 11.01],
+ [-83.65, 10.92],
+ [-82.56, 9.56],
+ [-82.93, 9.47],
+ [-82.9, 8.03],
+ [-84.74, 9.97],
+ [-85.24, 10.2],
+ [-85.14, 9.59],
+ [-85.66, 9.91],
+ [-85.69, 11.08],
+ [-85.09, 11.01]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Costa Rica"
+ },
+ "id": "CR"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [17.3, 43.01],
+ [17.65, 42.89],
+ [18.46, 42.57],
+ [18.5, 42.45],
+ [17.3, 43.01]
+ ]
+ ],
+ [
+ [
+ [16.85, 43.27],
+ [16.4, 43.33],
+ [16.75, 43.36],
+ [16.85, 43.27]
+ ]
+ ],
+ [
+ [
+ [14.46, 44.91],
+ [14.49, 44.61],
+ [14.29, 44.91],
+ [14.4, 44.92],
+ [14.32, 45.17],
+ [14.46, 44.91]
+ ]
+ ],
+ [
+ [
+ [14.76, 44.94],
+ [14.43, 45.08],
+ [14.54, 45.24],
+ [14.76, 44.94]
+ ]
+ ],
+ [
+ [
+ [16.57, 46.48],
+ [16.61, 46.48],
+ [17.67, 45.83],
+ [18.82, 45.91],
+ [19.42, 45.23],
+ [19.04, 44.86],
+ [15.79, 45.17],
+ [16.14, 44.2],
+ [17.58, 42.94],
+ [16.88, 43.4],
+ [15.99, 43.5],
+ [14.48, 45.31],
+ [14.29, 45.32],
+ [14.17, 44.98],
+ [13.9, 44.77],
+ [13.59, 45.48],
+ [15.17, 45.43],
+ [15.65, 46.22],
+ [16.57, 46.48]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Croatia"
+ },
+ "id": "HR"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-82.55, 21.57],
+ [-83.19, 21.62],
+ [-82.97, 21.94],
+ [-82.55, 21.57]
+ ]
+ ],
+ [
+ [
+ [-82, 23.19],
+ [-80.03, 22.95],
+ [-74.13, 20.19],
+ [-77.72, 19.83],
+ [-77.24, 20.66],
+ [-78.05, 20.7],
+ [-78.75, 21.64],
+ [-81.82, 22.18],
+ [-82.16, 22.4],
+ [-81.65, 22.49],
+ [-81.89, 22.68],
+ [-82.76, 22.7],
+ [-83.37, 22.2],
+ [-83.93, 22.16],
+ [-84.03, 21.91],
+ [-84.95, 21.86],
+ [-84.34, 22.01],
+ [-84.4, 22.33],
+ [-84.08, 22.66],
+ [-82, 23.19]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Cuba"
+ },
+ "id": "CU"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [33.65, 35.35],
+ [34.59, 35.69],
+ [33.03, 34.56],
+ [32.27, 35.04],
+ [33.65, 35.35]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Cyprus"
+ },
+ "id": "CY"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [14.7, 48.58],
+ [13.83, 48.77],
+ [12.09, 50.32],
+ [14.83, 50.87],
+ [16.34, 50.66],
+ [16.64, 50.11],
+ [17.72, 50.32],
+ [18.85, 49.52],
+ [16.95, 48.62],
+ [15.03, 49.02],
+ [14.7, 48.58]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Czech Republic"
+ },
+ "id": "CZ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [2.48, 6.34],
+ [1.64, 6.22],
+ [1.4, 9.43],
+ [0.78, 10.38],
+ [0.92, 11],
+ [2.4, 11.9],
+ [2.84, 12.4],
+ [3.6, 11.69],
+ [3.86, 10.58],
+ [2.79, 9.04],
+ [2.72, 6.37],
+ [2.48, 6.34]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Benin"
+ },
+ "id": "BJ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [10.75, 55.48],
+ [10.5, 55.03],
+ [9.68, 55.5],
+ [10.75, 55.48]
+ ]
+ ],
+ [
+ [
+ [12.57, 55.99],
+ [12.07, 54.97],
+ [10.87, 55.73],
+ [12.57, 55.99]
+ ]
+ ],
+ [
+ [
+ [8.92, 56.92],
+ [8.77, 56.69],
+ [8.51, 56.74],
+ [8.92, 56.92]
+ ]
+ ],
+ [
+ [
+ [9.97, 57.07],
+ [10.31, 56.98],
+ [10.31, 56.75],
+ [9.87, 56.65],
+ [10.96, 56.44],
+ [9.55, 55.71],
+ [9.77, 54.89],
+ [9.45, 54.83],
+ [8.66, 54.91],
+ [8.62, 55.43],
+ [8.09, 55.55],
+ [8.17, 56.65],
+ [8.73, 56.48],
+ [8.68, 56.62],
+ [9.08, 56.81],
+ [9.15, 56.7],
+ [9.06, 56.57],
+ [9.27, 56.63],
+ [9.32, 56.53],
+ [9.18, 56.92],
+ [9.97, 57.07]
+ ]
+ ],
+ [
+ [
+ [10.43, 57.59],
+ [10.34, 56.99],
+ [10.01, 57.09],
+ [9.12, 57.05],
+ [8.67, 56.95],
+ [8.42, 56.68],
+ [8.59, 56.69],
+ [8.55, 56.58],
+ [8.24, 56.71],
+ [8.62, 57.12],
+ [9.39, 57.15],
+ [9.95, 57.58],
+ [10.65, 57.74],
+ [10.43, 57.59]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Denmark"
+ },
+ "id": "DK"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-61.36, 15.2],
+ [-61.45, 15.63],
+ [-61.25, 15.46],
+ [-61.36, 15.2]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Dominica"
+ },
+ "id": "DM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-70.78, 19.85],
+ [-69.22, 19.36],
+ [-69.63, 19.1],
+ [-68.73, 18.95],
+ [-68.45, 18.36],
+ [-70.69, 18.43],
+ [-71.42, 17.6],
+ [-71.77, 18.04],
+ [-71.75, 19.71],
+ [-70.78, 19.85]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Dominican Republic"
+ },
+ "id": "DO"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-91.22, -0.01],
+ [-90.81, -0.73],
+ [-91.38, -1.03],
+ [-91.08, -0.59],
+ [-91.61, 0],
+ [-91.22, -0.01]
+ ]
+ ],
+ [
+ [
+ [-78.59, 1.24],
+ [-77.38, 0.38],
+ [-75.29, -0.12],
+ [-75.63, -0.11],
+ [-75.22, -0.97],
+ [-75.56, -1.53],
+ [-78.34, -3.42],
+ [-78.71, -4.58],
+ [-79.05, -5.01],
+ [-79.65, -4.43],
+ [-80.47, -4.44],
+ [-80.34, -3.38],
+ [-79.76, -2.01],
+ [-80.26, -2.74],
+ [-80.89, -2.32],
+ [-80.91, -1.03],
+ [-80.26, -0.63],
+ [-80.06, 0.83],
+ [-78.81, 1.44],
+ [-78.59, 1.24]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Ecuador"
+ },
+ "id": "EC"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-89.34, 14.42],
+ [-87.75, 13.86],
+ [-87.82, 13.41],
+ [-88.54, 13.19],
+ [-90.1, 13.75],
+ [-89.35, 14.43],
+ [-89.34, 14.42]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "El Salvador"
+ },
+ "id": "SV"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [10.03, 2.17],
+ [11.34, 2.17],
+ [11.35, 1],
+ [9.8, 1],
+ [9.36, 1.17],
+ [9.81, 2.34],
+ [10.03, 2.17]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Equatorial Guinea"
+ },
+ "id": "GQ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [36.54, 14.26],
+ [37.29, 14.45],
+ [37.57, 14.1],
+ [37.91, 14.88],
+ [38.45, 14.42],
+ [40.23, 14.44],
+ [42.4, 12.47],
+ [41.79, 11.01],
+ [42.94, 11],
+ [42.85, 10.22],
+ [44.01, 9.01],
+ [47.99, 8],
+ [44.95, 4.9],
+ [43.69, 4.89],
+ [41.91, 3.98],
+ [40.78, 4.29],
+ [39.52, 3.41],
+ [35.94, 4.62],
+ [34.7, 6.68],
+ [32.99, 7.92],
+ [33.25, 8.46],
+ [34.12, 8.58],
+ [34.29, 10.55],
+ [34.86, 10.73],
+ [35.1, 11.83],
+ [36.14, 12.71],
+ [36.54, 14.26]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Ethiopia"
+ },
+ "id": "ET"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [38.8, 17.65],
+ [39.72, 15.08],
+ [39.88, 15.49],
+ [41.17, 14.63],
+ [43.12, 12.71],
+ [42.4, 12.47],
+ [40.23, 14.44],
+ [38.45, 14.42],
+ [37.91, 14.88],
+ [37.57, 14.1],
+ [37.29, 14.45],
+ [36.54, 14.26],
+ [37, 17.07],
+ [38.6, 17.99],
+ [38.8, 17.65]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Eritrea"
+ },
+ "id": "ER"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [22.99, 58.6],
+ [23.33, 58.44],
+ [21.99, 57.92],
+ [21.83, 58.5],
+ [22.99, 58.6]
+ ]
+ ],
+ [
+ [
+ [22.75, 59],
+ [23.05, 58.84],
+ [22.04, 58.94],
+ [22.75, 59]
+ ]
+ ],
+ [
+ [
+ [25.78, 59.63],
+ [28.02, 59.48],
+ [27.43, 58.81],
+ [27.82, 57.87],
+ [27.37, 57.54],
+ [25.29, 58.08],
+ [24.31, 57.87],
+ [24.56, 58.33],
+ [23.73, 58.37],
+ [23.46, 59.21],
+ [25.78, 59.63]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Estonia"
+ },
+ "id": "EE"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-7.05, 62.07],
+ [-7.2, 62.02],
+ [-7.44, 62.14],
+ [-7.05, 62.07]
+ ]
+ ],
+ [
+ [
+ [-6.71, 61.94],
+ [-7.23, 62.17],
+ [-7.21, 62.28],
+ [-6.71, 61.94]
+ ]
+ ],
+ [
+ [
+ [-6.66, 62.09],
+ [-7.06, 62.31],
+ [-6.6, 62.2],
+ [-6.66, 62.09]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Faroe Islands"
+ },
+ "id": "FO"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-59.21, -51.41],
+ [-60.37, -52.16],
+ [-60.98, -52.06],
+ [-60.18, -51.76],
+ [-60.64, -51.36],
+ [-59.21, -51.41]
+ ]
+ ],
+ [
+ [
+ [-58.7, -51.34],
+ [-57.73, -51.69],
+ [-59.72, -52.12],
+ [-58.7, -51.34]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Falkland Islands (Islas Malvinas)"
+ },
+ "id": "FK"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-37.5, -54.01],
+ [-35.78, -54.77],
+ [-38.03, -54.05],
+ [-37.5, -54.01]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "South Georgia South Sandwich Islands"
+ },
+ "id": "GS"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [179.96, -16.2],
+ [179.48, -16.7],
+ [179.93, -16.46],
+ [179.9, -16.77],
+ [178.48, -16.78],
+ [179.96, -16.2]
+ ]
+ ],
+ [
+ [
+ [-179.97, -16.17],
+ [-180, -16.15],
+ [-179.94, -16.13],
+ [-179.97, -16.17]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Fiji"
+ },
+ "id": "FJ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [28.17, 69.91],
+ [29.18, 69.64],
+ [28.96, 69.05],
+ [28.43, 68.9],
+ [28.82, 68.84],
+ [28.69, 68.2],
+ [30.03, 67.69],
+ [29.07, 66.9],
+ [30.13, 65.72],
+ [29.64, 64.93],
+ [30.58, 64.22],
+ [29.99, 63.74],
+ [31.59, 62.91],
+ [27.81, 60.55],
+ [22.91, 59.8],
+ [23.34, 60.02],
+ [23.09, 60.35],
+ [21.36, 60.65],
+ [21.67, 61.55],
+ [21.06, 62.61],
+ [21.5, 63.21],
+ [25.45, 64.95],
+ [25.31, 65.51],
+ [24.17, 65.81],
+ [23.66, 66.31],
+ [24.01, 66.8],
+ [23.43, 67.47],
+ [23.67, 67.94],
+ [21.81, 68.57],
+ [20.58, 69.06],
+ [21.32, 69.33],
+ [22.4, 68.71],
+ [24.93, 68.58],
+ [26.45, 69.93],
+ [28.17, 69.91]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Finland"
+ },
+ "id": "FI"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [20.08, 60.35],
+ [19.94, 60.04],
+ [19.65, 60.26],
+ [20.08, 60.35]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Aland Islands"
+ },
+ "id": "AX"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [9.45, 42.68],
+ [9.18, 41.36],
+ [8.58, 42.38],
+ [9.35, 43],
+ [9.45, 42.68]
+ ]
+ ],
+ [
+ [
+ [2.54, 51.09],
+ [4.15, 49.98],
+ [4.83, 50.17],
+ [5.81, 49.55],
+ [6.36, 49.46],
+ [8.23, 48.96],
+ [7.59, 47.58],
+ [6.99, 47.5],
+ [5.97, 46.21],
+ [6.79, 46.43],
+ [7.04, 45.93],
+ [7.13, 45.26],
+ [6.62, 45.11],
+ [6.98, 44.28],
+ [7.66, 44.17],
+ [7.53, 43.79],
+ [7.44, 43.76],
+ [7.42, 43.77],
+ [7.39, 43.73],
+ [6.17, 43.05],
+ [3.96, 43.54],
+ [3.08, 43.07],
+ [3.18, 42.44],
+ [1.72, 42.51],
+ [1.78, 42.57],
+ [1.45, 42.6],
+ [-1.78, 43.36],
+ [-1.04, 44.68],
+ [-1.25, 44.66],
+ [-1.08, 45.56],
+ [-0.54, 44.9],
+ [-0.78, 45.46],
+ [-1.24, 45.7],
+ [-1.11, 46.32],
+ [-2.13, 46.84],
+ [-2.13, 47.28],
+ [-1.73, 47.21],
+ [-4.37, 47.8],
+ [-4.73, 48.04],
+ [-4.19, 48.3],
+ [-4.78, 48.51],
+ [-1.37, 48.64],
+ [-1.94, 49.72],
+ [0.42, 49.45],
+ [0.07, 49.53],
+ [1.46, 50.12],
+ [1.63, 50.88],
+ [2.54, 51.09]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "France"
+ },
+ "id": "FR"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-53.49, 5.57],
+ [-52.29, 4.94],
+ [-52.04, 4.33],
+ [-51.85, 4.65],
+ [-51.68, 4.03],
+ [-52.91, 2.2],
+ [-54.6, 2.33],
+ [-54, 3.45],
+ [-54.48, 4.75],
+ [-54.17, 5.35],
+ [-53.94, 5.74],
+ [-53.49, 5.57]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "French Guiana"
+ },
+ "id": "GF"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-149.21, -17.73],
+ [-149.18, -17.87],
+ [-149.63, -17.55],
+ [-149.21, -17.73]
+ ]
+ ],
+ [
+ [
+ [-151.4, -16.89],
+ [-151.48, -16.9],
+ [-151.48, -16.74],
+ [-151.4, -16.89]
+ ]
+ ],
+ [
+ [
+ [-138.96, -9.74],
+ [-138.81, -9.74],
+ [-139.17, -9.78],
+ [-138.96, -9.74]
+ ]
+ ],
+ [
+ [
+ [-140.03, -8.9],
+ [-140.19, -8.95],
+ [-140.25, -8.8],
+ [-140.03, -8.9]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "French Polynesia"
+ },
+ "id": "PF"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [69, -48.8],
+ [69.58, -49.3],
+ [70.57, -49.25],
+ [69.77, -49.39],
+ [70.25, -49.69],
+ [68.8, -49.72],
+ [69, -48.8]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "French Southern and Antarctic Lands"
+ },
+ "id": "TF"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [42.87, 11.59],
+ [43.25, 11.47],
+ [42.94, 11],
+ [41.79, 11.01],
+ [42.4, 12.47],
+ [43.12, 12.71],
+ [43.41, 12.06],
+ [42.51, 11.57],
+ [42.87, 11.59]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Djibouti"
+ },
+ "id": "DJ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [12.52, 2.28],
+ [13.29, 2.16],
+ [13.19, 1.22],
+ [14.19, 1.39],
+ [14.49, 0.91],
+ [13.85, -0.2],
+ [14.52, -0.61],
+ [14.43, -1.89],
+ [14.11, -2.49],
+ [13.76, -2.09],
+ [13, -2.37],
+ [12.65, -1.82],
+ [12.48, -2.33],
+ [11.57, -2.33],
+ [11.93, -3.64],
+ [11.14, -3.93],
+ [9.62, -2.38],
+ [8.71, -0.64],
+ [9.3, -0.37],
+ [9.35, 0.36],
+ [9.92, 0.19],
+ [9.3, 0.53],
+ [9.8, 1],
+ [11.35, 1],
+ [11.34, 2.17],
+ [12.52, 2.28]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Gabon"
+ },
+ "id": "GA"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [41.55, 42.41],
+ [40, 43.38],
+ [42.85, 43.18],
+ [43.91, 42.58],
+ [44.93, 42.76],
+ [46.45, 41.9],
+ [46.52, 41.05],
+ [45.02, 41.3],
+ [43.46, 41.11],
+ [42.83, 41.58],
+ [41.53, 41.52],
+ [41.55, 42.41]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Georgia"
+ },
+ "id": "GE"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-16.73, 13.45],
+ [-16.2, 13.25],
+ [-16.16, 13.43],
+ [-15.3, 13.49],
+ [-16.14, 13.45],
+ [-16.39, 13.33],
+ [-16.57, 13.59],
+ [-15.07, 13.83],
+ [-13.8, 13.41],
+ [-15.11, 13.6],
+ [-15.29, 13.37],
+ [-15.8, 13.35],
+ [-15.81, 13.16],
+ [-16.75, 13.06],
+ [-16.73, 13.45]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Gambia, The"
+ },
+ "id": "GM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [34.33, 31.26],
+ [34.27, 31.22],
+ [34.22, 31.32],
+ [34.49, 31.6],
+ [34.33, 31.26]
+ ]
+ ],
+ [
+ [
+ [35.28, 32.52],
+ [35.55, 32.39],
+ [35.48, 31.5],
+ [34.88, 31.39],
+ [35.28, 32.52]
+ ],
+ [
+ [35.25, 31.79],
+ [35.26, 31.79],
+ [35.25, 31.81],
+ [35.25, 31.79]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Palestine"
+ },
+ "id": "PS"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [10.98, 54.38],
+ [10.82, 53.89],
+ [12.53, 54.47],
+ [14.28, 53.7],
+ [14.83, 50.87],
+ [12.09, 50.32],
+ [13.83, 48.77],
+ [12.76, 48.12],
+ [13.02, 47.47],
+ [9.57, 47.54],
+ [7.7, 47.54],
+ [7.59, 47.58],
+ [8.23, 48.96],
+ [6.36, 49.46],
+ [6.13, 50.13],
+ [6.01, 50.76],
+ [5.96, 51.81],
+ [6.83, 51.97],
+ [7.07, 52.39],
+ [6.69, 52.55],
+ [7.21, 53.24],
+ [7.3, 53.69],
+ [8.5, 53.35],
+ [8.67, 53.89],
+ [9.83, 53.54],
+ [8.9, 53.94],
+ [8.6, 54.33],
+ [9.02, 54.5],
+ [8.28, 54.75],
+ [8.66, 54.91],
+ [9.45, 54.83],
+ [10.98, 54.38]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Germany"
+ },
+ "id": "DE"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [0.64, 5.85],
+ [0.66, 5.75],
+ [0.26, 5.76],
+ [-0.8, 5.21],
+ [-1.61, 5.02],
+ [-2.06, 4.73],
+ [-2.93, 5.1],
+ [-3.25, 6.61],
+ [-2.49, 8.2],
+ [-2.69, 9.48],
+ [-2.83, 11],
+ [-0.15, 11.14],
+ [0.73, 8.32],
+ [0.53, 6.95],
+ [1.2, 6.1],
+ [0.69, 5.75],
+ [0.63, 5.95],
+ [0.51, 6.06],
+ [0.41, 6.08],
+ [0.37, 6.04],
+ [0.26, 6.1],
+ [0.21, 6.09],
+ [0.36, 6.02],
+ [0.42, 6.07],
+ [0.49, 6.04],
+ [0.61, 5.95],
+ [0.64, 5.85]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Ghana"
+ },
+ "id": "GH"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-5.33, 36.16],
+ [-5.34, 36.11],
+ [-5.36, 36.16],
+ [-5.33, 36.16]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Gibraltar"
+ },
+ "id": "GI"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [175.59, -1.92],
+ [175.55, -1.82],
+ [175.59, -1.88],
+ [175.59, -1.92]
+ ]
+ ],
+ [
+ [
+ [175.04, -1.55],
+ [175, -1.53],
+ [175.05, -1.43],
+ [175.04, -1.55]
+ ]
+ ],
+ [
+ [
+ [173.62, 0.13],
+ [173.6, 0.21],
+ [173.63, 0.22],
+ [173.62, 0.13]
+ ]
+ ],
+ [
+ [
+ [173.02, 1.01],
+ [173.08, 0.95],
+ [172.98, 0.82],
+ [173.02, 1.01]
+ ]
+ ],
+ [
+ [
+ [173.01, 1.71],
+ [172.93, 1.94],
+ [173.03, 1.82],
+ [173.01, 1.71]
+ ]
+ ],
+ [
+ [
+ [172.87, 3.06],
+ [172.77, 3],
+ [172.75, 3.02],
+ [172.87, 3.06]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Kiribati"
+ },
+ "id": "KI"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [23.86, 35.52],
+ [26.29, 35.13],
+ [24.75, 34.94],
+ [23.52, 35.29],
+ [23.86, 35.52]
+ ]
+ ],
+ [
+ [
+ [23.46, 38.85],
+ [24.56, 37.99],
+ [22.83, 38.83],
+ [23.46, 38.85]
+ ]
+ ],
+ [
+ [
+ [26.29, 41.71],
+ [26.36, 41.71],
+ [26.63, 41.35],
+ [26.04, 40.74],
+ [23.74, 40.75],
+ [24.4, 40.15],
+ [23.35, 40.25],
+ [23.71, 39.91],
+ [22.59, 40.48],
+ [23.34, 39.18],
+ [22.94, 39.36],
+ [23.07, 39.04],
+ [22.52, 38.86],
+ [24.07, 38.2],
+ [24.03, 37.65],
+ [23.52, 38.04],
+ [22.99, 37.88],
+ [23.51, 37.43],
+ [22.73, 37.57],
+ [23.2, 36.43],
+ [22.63, 36.8],
+ [22.49, 36.39],
+ [22.15, 37.02],
+ [21.7, 36.82],
+ [21.11, 37.85],
+ [21.86, 38.34],
+ [23.23, 38.15],
+ [22.4, 38.45],
+ [21.15, 38.3],
+ [20.73, 38.8],
+ [21.15, 39],
+ [20.01, 39.69],
+ [20.98, 40.86],
+ [22.94, 41.34],
+ [25.29, 41.24],
+ [26.29, 41.71]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Greece"
+ },
+ "id": "GR"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-52.69, 69.92],
+ [-51.83, 69.63],
+ [-53.57, 69.23],
+ [-54.27, 69.4],
+ [-53.35, 69.58],
+ [-54.99, 69.69],
+ [-54.39, 69.68],
+ [-54.94, 69.85],
+ [-54.23, 69.91],
+ [-54.83, 70.08],
+ [-54.43, 70.31],
+ [-52.69, 69.92]
+ ]
+ ],
+ [
+ [
+ [-23.61, 72.83],
+ [-21.93, 72.4],
+ [-22.76, 72.44],
+ [-22.13, 72.27],
+ [-22.56, 72.14],
+ [-24.48, 72.83],
+ [-23.61, 72.83]
+ ]
+ ],
+ [
+ [
+ [-32.3, 83.57],
+ [-25.65, 83.29],
+ [-35.62, 82.9],
+ [-25.14, 83.16],
+ [-24.75, 83],
+ [-25.9, 82.78],
+ [-21.31, 82.61],
+ [-25.07, 82.15],
+ [-31.62, 82.21],
+ [-29.9, 82.09],
+ [-33.1, 81.77],
+ [-25.2, 81.99],
+ [-27.63, 81.49],
+ [-27.33, 81.38],
+ [-22.02, 81.93],
+ [-22.23, 81.47],
+ [-24.51, 80.54],
+ [-19.94, 81.68],
+ [-20.31, 81.45],
+ [-16.7, 81.93],
+ [-12.16, 81.6],
+ [-16.01, 80.73],
+ [-21.25, 80.58],
+ [-16.11, 80.5],
+ [-20.55, 80.11],
+ [-20.33, 79.76],
+ [-17.45, 80.06],
+ [-19.63, 79.66],
+ [-19.87, 79.15],
+ [-19.08, 79.2],
+ [-21.18, 78.81],
+ [-20.91, 78.62],
+ [-22.04, 77.69],
+ [-19.24, 77.76],
+ [-18.96, 77.63],
+ [-21.05, 77.54],
+ [-18.4, 77.34],
+ [-18.31, 76.81],
+ [-22.74, 76.7],
+ [-19.81, 76.23],
+ [-21.98, 75.99],
+ [-19.83, 75.91],
+ [-19.34, 75.4],
+ [-19.88, 75.15],
+ [-22.25, 75.66],
+ [-20.52, 75.14],
+ [-22.44, 75.16],
+ [-18.98, 74.48],
+ [-22.48, 74.31],
+ [-21.82, 73.65],
+ [-21.75, 74.06],
+ [-20.28, 73.88],
+ [-20.5, 73.45],
+ [-22.38, 73.25],
+ [-24.03, 73.7],
+ [-22.18, 73.62],
+ [-24.04, 73.81],
+ [-24.46, 73.54],
+ [-25.69, 73.95],
+ [-24.67, 73.51],
+ [-27.34, 73.49],
+ [-26.39, 73.24],
+ [-27.73, 73.13],
+ [-25.05, 73.08],
+ [-27.39, 72.84],
+ [-24.84, 72.72],
+ [-24.61, 72.52],
+ [-25.91, 72.41],
+ [-22.49, 71.89],
+ [-23.13, 71.63],
+ [-21.9, 71.74],
+ [-22.47, 71.26],
+ [-21.81, 71.51],
+ [-21.69, 71.15],
+ [-22.33, 71.05],
+ [-21.68, 71.07],
+ [-21.93, 70.8],
+ [-21.47, 70.54],
+ [-22.38, 70.44],
+ [-22.51, 70.85],
+ [-22.62, 70.45],
+ [-23.35, 70.44],
+ [-24.74, 71.33],
+ [-28.64, 72.12],
+ [-27.33, 71.71],
+ [-28.47, 71.55],
+ [-25.41, 71.35],
+ [-28.41, 70.98],
+ [-27.91, 70.87],
+ [-29.21, 70.39],
+ [-26.32, 70.37],
+ [-28.54, 70.04],
+ [-25.23, 70.41],
+ [-22.08, 70.13],
+ [-26.36, 68.67],
+ [-29.38, 68.2],
+ [-31.57, 68.07],
+ [-32.49, 68.62],
+ [-32.12, 67.86],
+ [-33.2, 67.69],
+ [-34.72, 66.34],
+ [-35.85, 66.43],
+ [-35.59, 66.11],
+ [-37.19, 65.77],
+ [-37.81, 66.03],
+ [-37.18, 66.34],
+ [-38.11, 66.39],
+ [-37.69, 66.26],
+ [-38.48, 66.01],
+ [-38.24, 65.63],
+ [-40.1, 65.57],
+ [-39.76, 65.24],
+ [-41.16, 64.96],
+ [-40.36, 64.35],
+ [-41.57, 64.27],
+ [-40.57, 64.11],
+ [-40.52, 63.7],
+ [-41.62, 63.79],
+ [-40.75, 63.51],
+ [-41.91, 63.46],
+ [-41.43, 63.13],
+ [-42.17, 63.2],
+ [-41.76, 62.84],
+ [-43.15, 62.76],
+ [-42.16, 62.38],
+ [-42.98, 62.52],
+ [-42.12, 62.01],
+ [-43.08, 61.59],
+ [-42.51, 61.36],
+ [-43.25, 61.34],
+ [-42.63, 61.1],
+ [-43.61, 61.13],
+ [-42.7, 61.06],
+ [-43.53, 60.84],
+ [-42.75, 60.68],
+ [-44.2, 60.59],
+ [-43.14, 60.08],
+ [-44.1, 60.38],
+ [-45.15, 60.07],
+ [-44.47, 60.56],
+ [-45.19, 60.13],
+ [-44.63, 60.73],
+ [-45.98, 60.57],
+ [-45.25, 60.9],
+ [-46.22, 60.75],
+ [-45.2, 61.19],
+ [-46.07, 60.92],
+ [-45.77, 61.33],
+ [-46.86, 60.8],
+ [-48.24, 60.82],
+ [-47.69, 61],
+ [-48.41, 60.99],
+ [-47.92, 61.32],
+ [-49.3, 61.56],
+ [-48.6, 61.64],
+ [-49.15, 61.72],
+ [-48.76, 61.98],
+ [-49.44, 61.84],
+ [-48.84, 62.08],
+ [-49.67, 62],
+ [-49.29, 62.17],
+ [-50.32, 62.5],
+ [-49.7, 63.06],
+ [-50.38, 62.78],
+ [-50.15, 63.02],
+ [-50.61, 63.09],
+ [-50.06, 63.23],
+ [-51.11, 63.34],
+ [-50.28, 63.4],
+ [-51.22, 63.44],
+ [-50.5, 63.67],
+ [-51.56, 63.71],
+ [-50.92, 63.93],
+ [-51.6, 64.03],
+ [-50.05, 64.19],
+ [-51.76, 64.18],
+ [-50.17, 64.45],
+ [-50.86, 64.63],
+ [-49.58, 64.34],
+ [-50, 64.87],
+ [-50.98, 65.22],
+ [-50.64, 64.75],
+ [-52.01, 64.2],
+ [-52.12, 64.72],
+ [-51.25, 65.02],
+ [-52.21, 64.81],
+ [-52.1, 65.24],
+ [-52.56, 65.33],
+ [-50.55, 65.71],
+ [-52.5, 65.39],
+ [-53.27, 65.75],
+ [-51.83, 66.06],
+ [-53.46, 66.03],
+ [-50, 66.98],
+ [-53.48, 66.1],
+ [-53.12, 66.29],
+ [-53.63, 66.5],
+ [-52.42, 66.55],
+ [-53.45, 66.64],
+ [-52.23, 66.84],
+ [-53.97, 67.07],
+ [-50.35, 67.18],
+ [-53.88, 67.26],
+ [-52.5, 67.77],
+ [-50.07, 67.51],
+ [-51.23, 67.7],
+ [-50.42, 67.84],
+ [-51.06, 67.97],
+ [-53.75, 67.6],
+ [-53.19, 68.04],
+ [-52.06, 67.98],
+ [-53.32, 68.18],
+ [-50.15, 67.93],
+ [-51.43, 68.2],
+ [-50.82, 68.5],
+ [-53.39, 68.33],
+ [-50.87, 68.61],
+ [-51.29, 68.75],
+ [-51.07, 69.13],
+ [-50.21, 68.96],
+ [-50.69, 69.12],
+ [-50.38, 69.34],
+ [-51.12, 69.2],
+ [-50.2, 69.52],
+ [-50.88, 69.49],
+ [-50.21, 70.02],
+ [-54.63, 70.65],
+ [-50.49, 70.51],
+ [-51.95, 71.02],
+ [-50.93, 70.99],
+ [-51.23, 71.14],
+ [-52.25, 71.12],
+ [-51.65, 71.36],
+ [-52.56, 71.17],
+ [-51.35, 71.49],
+ [-52.98, 71.42],
+ [-51.64, 71.71],
+ [-53.25, 71.7],
+ [-52.68, 72],
+ [-53.32, 71.82],
+ [-53.56, 72.36],
+ [-53.96, 72.32],
+ [-53.4, 71.85],
+ [-54.1, 71.71],
+ [-53.92, 71.44],
+ [-55.91, 71.68],
+ [-54.38, 72.22],
+ [-55.3, 71.93],
+ [-54.68, 72.37],
+ [-55.63, 72.46],
+ [-54.3, 72.48],
+ [-55.7, 73.07],
+ [-55.09, 73.36],
+ [-56.08, 73.65],
+ [-55.61, 73.72],
+ [-56.41, 74.07],
+ [-56.13, 74.28],
+ [-57.33, 74.11],
+ [-56.19, 74.55],
+ [-58.7, 75.35],
+ [-58.21, 75.44],
+ [-58.41, 75.72],
+ [-60.88, 76.15],
+ [-68.5, 76.09],
+ [-69.63, 76.38],
+ [-67.98, 76.68],
+ [-71.38, 77.06],
+ [-66.45, 77.13],
+ [-69.1, 77.27],
+ [-66.06, 77.49],
+ [-69.25, 77.45],
+ [-73.05, 78.16],
+ [-65.98, 79.1],
+ [-64.82, 79.53],
+ [-65.07, 80.01],
+ [-63.78, 80.15],
+ [-67.48, 80.33],
+ [-63.68, 81.14],
+ [-62.79, 80.75],
+ [-63.37, 81.16],
+ [-61.06, 81.12],
+ [-61.31, 81.36],
+ [-60.77, 81.5],
+ [-61.45, 81.75],
+ [-60.81, 81.88],
+ [-56.48, 81.33],
+ [-59.47, 82],
+ [-54.51, 82.37],
+ [-53.56, 82.12],
+ [-53.63, 81.51],
+ [-52.9, 82.03],
+ [-49.61, 81.64],
+ [-51.07, 81.93],
+ [-49.43, 81.93],
+ [-51.12, 82.49],
+ [-50.32, 82.52],
+ [-44.64, 81.75],
+ [-44.18, 81.83],
+ [-44.93, 81.99],
+ [-44.62, 82.28],
+ [-42.3, 82.22],
+ [-45.77, 82.76],
+ [-39.75, 82.4],
+ [-46.89, 82.96],
+ [-43.39, 82.91],
+ [-45.52, 83.12],
+ [-42.7, 83.27],
+ [-38.57, 82.74],
+ [-39.15, 82.98],
+ [-36.88, 83.15],
+ [-38.86, 83.43],
+ [-32.3, 83.57]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Greenland"
+ },
+ "id": "GL"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-61.75, 12],
+ [-61.61, 12.23],
+ [-61.63, 12.05],
+ [-61.75, 12]
+ ]
+ ],
+ [
+ [
+ [-61.43, 12.45],
+ [-61.5, 12.44],
+ [-61.43, 12.53],
+ [-61.43, 12.45]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Grenada"
+ },
+ "id": "GD"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-61.35, 16.33],
+ [-61.7, 15.95],
+ [-61.78, 16.33],
+ [-61.35, 16.33]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Guadeloupe"
+ },
+ "id": "GP"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [144.71, 13.23],
+ [144.66, 13.43],
+ [144.88, 13.65],
+ [144.71, 13.23]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Guam"
+ },
+ "id": "GU"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-90.63, 13.93],
+ [-92.25, 14.55],
+ [-91.73, 16.07],
+ [-90.44, 16.09],
+ [-91.44, 17.24],
+ [-90.98, 17.26],
+ [-90.98, 17.82],
+ [-89.14, 17.82],
+ [-89.22, 15.89],
+ [-88.91, 15.89],
+ [-88.21, 15.72],
+ [-89.35, 14.43],
+ [-90.1, 13.75],
+ [-90.63, 13.93]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Guatemala"
+ },
+ "id": "GT"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-13.6, 9.73],
+ [-15.02, 10.96],
+ [-14.69, 11.51],
+ [-13.71, 11.72],
+ [-13.71, 12.68],
+ [-11.37, 12.41],
+ [-10.65, 11.89],
+ [-9.16, 12.49],
+ [-8.53, 11.49],
+ [-8.68, 10.97],
+ [-8.29, 11.01],
+ [-7.97, 10.17],
+ [-7.65, 8.38],
+ [-8.2, 8.5],
+ [-7.95, 8.02],
+ [-8.47, 7.56],
+ [-9.49, 7.36],
+ [-9.48, 8.35],
+ [-10.27, 8.49],
+ [-10.7, 8.3],
+ [-10.57, 9.06],
+ [-11.21, 10],
+ [-12.46, 9.89],
+ [-13.3, 9.03],
+ [-13.6, 9.73]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Guinea"
+ },
+ "id": "GN"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-59.79, 8.34],
+ [-58.47, 7.35],
+ [-58.65, 6.43],
+ [-58.31, 6.89],
+ [-57.2, 6.15],
+ [-57.25, 5.49],
+ [-58.05, 4.01],
+ [-56.47, 1.94],
+ [-58.81, 1.19],
+ [-59.64, 1.73],
+ [-59.99, 2.69],
+ [-59.57, 3.9],
+ [-60.15, 4.52],
+ [-60.1, 5.22],
+ [-60.73, 5.2],
+ [-61.39, 5.94],
+ [-61.13, 6.71],
+ [-60.29, 7.06],
+ [-60.72, 7.54],
+ [-59.83, 8.24],
+ [-59.99, 8.54],
+ [-59.79, 8.34]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Guyana"
+ },
+ "id": "GY"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-72.67, 19.92],
+ [-71.75, 19.71],
+ [-71.77, 18.04],
+ [-74.45, 18.34],
+ [-74.27, 18.67],
+ [-72.35, 18.53],
+ [-72.72, 19.45],
+ [-73.47, 19.69],
+ [-72.67, 19.92]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Haiti"
+ },
+ "id": "HT"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [73.77, -53.13],
+ [73.47, -53.19],
+ [73.23, -52.99],
+ [73.77, -53.13]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Heard Island and McDonald Islands"
+ },
+ "id": "HM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [12.45, 41.9],
+ [12.45, 41.91],
+ [12.46, 41.9],
+ [12.45, 41.9]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Holy See (Vatican City)"
+ },
+ "id": "VA"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-85.84, 16.01],
+ [-84.26, 15.83],
+ [-83.13, 14.99],
+ [-83.24, 14.98],
+ [-84.91, 14.81],
+ [-87.3, 12.99],
+ [-87.82, 13.41],
+ [-87.75, 13.86],
+ [-89.34, 14.42],
+ [-89.35, 14.43],
+ [-88.21, 15.72],
+ [-85.84, 16.01]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Honduras"
+ },
+ "id": "HN"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [114.25, 22.2],
+ [114.12, 22.28],
+ [114.2, 22.29],
+ [114.25, 22.2]
+ ]
+ ],
+ [
+ [
+ [113.9, 22.2],
+ [113.83, 22.23],
+ [114.05, 22.34],
+ [113.9, 22.2]
+ ]
+ ],
+ [
+ [
+ [114.22, 22.47],
+ [114.03, 22.51],
+ [114.22, 22.55],
+ [114.22, 22.47]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Hong Kong"
+ },
+ "id": "HK"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [18.82, 45.91],
+ [17.67, 45.83],
+ [16.61, 46.48],
+ [16.11, 46.87],
+ [16.51, 47.01],
+ [16.45, 47.7],
+ [17.17, 48.01],
+ [17.25, 48.02],
+ [18.66, 47.76],
+ [20.66, 48.56],
+ [22.15, 48.41],
+ [22.89, 47.95],
+ [20.73, 46.18],
+ [20.26, 46.11],
+ [18.82, 45.91]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Hungary"
+ },
+ "id": "HU"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-15.07, 66.14],
+ [-14.34, 65.78],
+ [-14.56, 65.49],
+ [-13.61, 65.51],
+ [-14.03, 65.19],
+ [-13.5, 65.07],
+ [-14.93, 64.26],
+ [-18.71, 63.39],
+ [-21.05, 63.95],
+ [-22.69, 63.81],
+ [-21.51, 64.65],
+ [-24.06, 64.89],
+ [-21.84, 65.03],
+ [-22.56, 65.17],
+ [-21.7, 65.45],
+ [-24.54, 65.5],
+ [-23.23, 65.74],
+ [-23.87, 65.87],
+ [-23.21, 65.84],
+ [-23.82, 66.01],
+ [-23.47, 66.2],
+ [-22.42, 65.85],
+ [-22.94, 66.47],
+ [-21.4, 66.03],
+ [-21.78, 65.77],
+ [-21.08, 65.16],
+ [-20.18, 66.13],
+ [-19.45, 65.73],
+ [-18.78, 66.19],
+ [-18.07, 65.64],
+ [-18.3, 66.17],
+ [-16.59, 66.09],
+ [-16.53, 66.51],
+ [-14.71, 66.37],
+ [-15.07, 66.14]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Iceland"
+ },
+ "id": "IS"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [78.08, 35.45],
+ [79.53, 32.75],
+ [78.4, 32.55],
+ [78.77, 31.31],
+ [81.03, 30.2],
+ [80.06, 28.84],
+ [82.07, 27.91],
+ [83.29, 27.34],
+ [84.15, 27.51],
+ [85.86, 26.57],
+ [88.01, 26.36],
+ [88.14, 27.87],
+ [88.83, 28.01],
+ [88.92, 27.32],
+ [89.64, 26.72],
+ [92.07, 26.86],
+ [91.66, 27.76],
+ [92.54, 27.86],
+ [94.65, 29.33],
+ [95.39, 29.04],
+ [96.08, 29.47],
+ [96.62, 28.79],
+ [96.4, 28.35],
+ [97.35, 28.22],
+ [96.89, 27.61],
+ [97.14, 27.09],
+ [96.19, 27.27],
+ [95.14, 26.61],
+ [94.15, 23.86],
+ [93.34, 24.08],
+ [93.2, 22.26],
+ [92.6, 21.98],
+ [92.28, 23.71],
+ [91.61, 22.94],
+ [91.16, 23.64],
+ [92.41, 25.03],
+ [89.85, 25.29],
+ [89.74, 26.16],
+ [88.43, 26.55],
+ [88.11, 25.84],
+ [89.01, 25.29],
+ [88.04, 24.68],
+ [88.75, 24.22],
+ [89.06, 22.12],
+ [89.07, 21.61],
+ [88.71, 21.57],
+ [88.67, 22.2],
+ [88.25, 21.55],
+ [88.2, 22.16],
+ [87.91, 22.42],
+ [88.17, 22.09],
+ [86.96, 21.38],
+ [87.03, 20.67],
+ [86.42, 19.98],
+ [85.43, 19.89],
+ [82.36, 17.1],
+ [82.3, 16.58],
+ [80.28, 15.7],
+ [79.86, 10.29],
+ [79.32, 10.28],
+ [78.91, 9.48],
+ [79.45, 9.15],
+ [78.4, 9.09],
+ [77.54, 8.07],
+ [76.58, 8.88],
+ [73.45, 16.06],
+ [72.66, 19.87],
+ [72.93, 20.77],
+ [72.56, 21.38],
+ [73.13, 21.75],
+ [72.5, 21.98],
+ [72.92, 22.27],
+ [72.15, 22.28],
+ [72.11, 21.2],
+ [70.82, 20.7],
+ [68.94, 22.29],
+ [70.17, 22.55],
+ [70.51, 23.1],
+ [69.22, 22.84],
+ [68.43, 23.43],
+ [68.74, 23.84],
+ [68.2, 23.77],
+ [68.78, 24.33],
+ [71.11, 24.42],
+ [69.58, 27.17],
+ [70.37, 28.02],
+ [71.9, 27.96],
+ [74.69, 31.05],
+ [74.61, 31.88],
+ [75.38, 32.21],
+ [74.02, 33.19],
+ [74.3, 33.98],
+ [73.94, 34.65],
+ [76.87, 34.66],
+ [77.82, 35.5],
+ [78.08, 35.45]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "India"
+ },
+ "id": "IN"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [120.03, -9.38],
+ [120.72, -10.2],
+ [118.93, -9.56],
+ [120.03, -9.38]
+ ]
+ ],
+ [
+ [
+ [125.16, -9.07],
+ [125.13, -9.44],
+ [124.44, -10.16],
+ [123.49, -10.32],
+ [124.05, -9.34],
+ [124.34, -9.46],
+ [124.45, -9.18],
+ [124.95, -8.95],
+ [125.16, -9.07]
+ ]
+ ],
+ [
+ [
+ [116.55, -8.78],
+ [115.84, -8.76],
+ [116.39, -8.2],
+ [116.55, -8.78]
+ ]
+ ],
+ [
+ [
+ [124.58, -8.14],
+ [125.14, -8.33],
+ [124.35, -8.45],
+ [124.58, -8.14]
+ ]
+ ],
+ [
+ [
+ [118.31, -8.37],
+ [119, -8.31],
+ [119.18, -8.72],
+ [116.75, -9.01],
+ [117.12, -8.38],
+ [117.97, -8.75],
+ [118.28, -8.59],
+ [117.74, -8.15],
+ [118.31, -8.37]
+ ]
+ ],
+ [
+ [
+ [122.98, -8.15],
+ [122.83, -8.6],
+ [121.77, -8.89],
+ [119.8, -8.72],
+ [120.52, -8.26],
+ [122.29, -8.64],
+ [122.98, -8.15]
+ ]
+ ],
+ [
+ [
+ [115.5, -8.18],
+ [115.13, -8.85],
+ [114.45, -8.1],
+ [115.5, -8.18]
+ ]
+ ],
+ [
+ [
+ [126.72, -7.67],
+ [125.77, -8.01],
+ [125.97, -7.66],
+ [126.72, -7.67]
+ ]
+ ],
+ [
+ [
+ [138.97, -7.56],
+ [138.44, -8.38],
+ [137.64, -8.43],
+ [138.15, -7.51],
+ [138.97, -7.56]
+ ]
+ ],
+ [
+ [
+ [131.74, -7.21],
+ [131.11, -8],
+ [131.24, -7.48],
+ [131.74, -7.21]
+ ]
+ ],
+ [
+ [
+ [113.99, -6.88],
+ [113.5, -7.23],
+ [112.69, -7.05],
+ [113.99, -6.88]
+ ]
+ ],
+ [
+ [
+ [106.16, -6.01],
+ [108.31, -6.26],
+ [108.73, -6.82],
+ [110.39, -6.98],
+ [110.92, -6.41],
+ [112.56, -6.91],
+ [112.85, -7.6],
+ [114.45, -7.8],
+ [114.37, -8.52],
+ [114.62, -8.75],
+ [108.16, -7.78],
+ [105.24, -6.81],
+ [106.16, -6.01]
+ ]
+ ],
+ [
+ [
+ [134.58, -5.43],
+ [134.73, -5.97],
+ [134.3, -6.03],
+ [134.58, -5.43]
+ ]
+ ],
+ [
+ [
+ [123.21, -4.7],
+ [122.65, -5.69],
+ [122.9, -4.49],
+ [123.21, -4.7]
+ ]
+ ],
+ [
+ [
+ [126.99, -3.14],
+ [127.24, -3.62],
+ [126.7, -3.83],
+ [126.02, -3.35],
+ [126.99, -3.14]
+ ]
+ ],
+ [
+ [
+ [129.81, -2.92],
+ [130.58, -3.13],
+ [130.83, -3.87],
+ [128.17, -3.07],
+ [127.91, -3.54],
+ [128.17, -2.86],
+ [129.81, -2.92]
+ ]
+ ],
+ [
+ [
+ [107.83, -2.54],
+ [108.27, -2.76],
+ [108.07, -3.24],
+ [107.61, -3.21],
+ [107.83, -2.54]
+ ]
+ ],
+ [
+ [
+ [133.59, -2.53],
+ [133.5, -2.43],
+ [133.61, -2.48],
+ [133.59, -2.53]
+ ]
+ ],
+ [
+ [
+ [134.57, -2.45],
+ [134.52, -2.4],
+ [134.57, -2.29],
+ [134.57, -2.45]
+ ]
+ ],
+ [
+ [
+ [134.37, -2.16],
+ [134.33, -2.09],
+ [134.39, -2],
+ [134.37, -2.16]
+ ]
+ ],
+ [
+ [
+ [130.19, -2.06],
+ [129.72, -1.89],
+ [130.35, -1.68],
+ [130.19, -2.06]
+ ]
+ ],
+ [
+ [
+ [125.01, -1.72],
+ [125.32, -1.89],
+ [124.33, -1.88],
+ [125.01, -1.72]
+ ]
+ ],
+ [
+ [
+ [136.29, -1.69],
+ [136.9, -1.8],
+ [135.42, -1.61],
+ [136.29, -1.69]
+ ]
+ ],
+ [
+ [
+ [106.09, -1.77],
+ [106.72, -3.1],
+ [105.13, -2.07],
+ [105.57, -1.53],
+ [106.09, -1.77]
+ ]
+ ],
+ [
+ [
+ [127.88, -1.43],
+ [128.15, -1.68],
+ [127.38, -1.63],
+ [127.88, -1.43]
+ ]
+ ],
+ [
+ [
+ [133.11, -0.54],
+ [134.11, -0.84],
+ [134.16, -2.32],
+ [135, -3.34],
+ [137.86, -1.47],
+ [141, -2.61],
+ [141.01, -9.13],
+ [139.99, -8.19],
+ [140.15, -7.88],
+ [138.91, -8.3],
+ [139.1, -7.56],
+ [138.66, -7.2],
+ [139.22, -7.16],
+ [138.56, -6.91],
+ [139.19, -6.97],
+ [138.06, -5.41],
+ [134.22, -3.96],
+ [133.64, -3.49],
+ [133.83, -2.96],
+ [132.9, -4.09],
+ [132.82, -3.3],
+ [131.96, -2.78],
+ [133.24, -2.42],
+ [133.68, -2.72],
+ [133.94, -2.1],
+ [132.3, -2.27],
+ [130.96, -1.4],
+ [132.27, -0.38],
+ [133.11, -0.54]
+ ]
+ ],
+ [
+ [
+ [130.88, -0.02],
+ [131.26, -0.39],
+ [130.21, -0.21],
+ [130.88, -0.02]
+ ]
+ ],
+ [
+ [
+ [97.53, 1.42],
+ [97.81, 0.55],
+ [97.11, 1.39],
+ [97.53, 1.42]
+ ]
+ ],
+ [
+ [
+ [125.14, 1.42],
+ [124.25, 0.38],
+ [120.24, 0.35],
+ [120.07, -0.61],
+ [120.67, -1.4],
+ [121.62, -0.8],
+ [123.45, -0.84],
+ [121.3, -1.8],
+ [122.9, -4.4],
+ [121.55, -4.75],
+ [120.77, -2.61],
+ [120.2, -2.96],
+ [120.46, -5.62],
+ [119.46, -5.56],
+ [119.51, -3.53],
+ [118.92, -3.57],
+ [118.76, -2.77],
+ [119.86, -0.84],
+ [119.62, -0.01],
+ [120.03, 0.71],
+ [120.95, 1.34],
+ [123.84, 0.83],
+ [124.97, 1.69],
+ [125.14, 1.42]
+ ]
+ ],
+ [
+ [
+ [127.89, 1.8],
+ [127.79, 0.8],
+ [128.73, 1.56],
+ [128.21, 0.78],
+ [128.91, 0.2],
+ [127.88, 0.31],
+ [128.4, -0.89],
+ [127.67, -0.23],
+ [127.39, 1.05],
+ [128.05, 2.2],
+ [127.89, 1.8]
+ ]
+ ],
+ [
+ [
+ [116.05, 4.28],
+ [117.59, 4.17],
+ [117.83, 3.7],
+ [117.03, 3.59],
+ [118.1, 2.31],
+ [117.87, 1.88],
+ [119.01, 0.98],
+ [117.89, 1.12],
+ [117.62, -0.78],
+ [116.74, -1.02],
+ [116.22, -1.78],
+ [116.6, -2.23],
+ [115.98, -3.59],
+ [114.71, -4.18],
+ [114.48, -3.5],
+ [113.06, -2.99],
+ [111.89, -3.57],
+ [111.75, -2.74],
+ [110.24, -2.98],
+ [110.06, -1.33],
+ [109.27, -0.86],
+ [108.85, 0.81],
+ [109.65, 2.07],
+ [110.56, 0.85],
+ [111.83, 1],
+ [112.47, 1.57],
+ [114.56, 1.43],
+ [116.05, 4.28]
+ ]
+ ],
+ [
+ [
+ [95.74, 5.59],
+ [97.52, 5.25],
+ [100, 2.6],
+ [100.94, 1.82],
+ [101.06, 2.29],
+ [102.93, 0.7],
+ [102.54, 0.17],
+ [103.74, 0.28],
+ [103.36, -0.7],
+ [104.38, -1.04],
+ [104.88, -2.15],
+ [104.53, -2.77],
+ [104.86, -2.29],
+ [105.61, -2.39],
+ [106.06, -3.03],
+ [105.73, -5.9],
+ [105.27, -5.44],
+ [105.14, -5.8],
+ [104.54, -5.51],
+ [104.56, -5.93],
+ [101.63, -3.25],
+ [100.29, -0.81],
+ [99.14, 0.26],
+ [98.77, 1.75],
+ [95.53, 4.68],
+ [95.23, 5.57],
+ [95.74, 5.59]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Indonesia"
+ },
+ "id": "ID"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [45, 39.42],
+ [46.18, 38.84],
+ [46.54, 38.88],
+ [47.98, 39.72],
+ [48.36, 39.39],
+ [48.02, 38.84],
+ [48.89, 38.44],
+ [49.1, 37.64],
+ [51.1, 36.73],
+ [53.94, 36.8],
+ [53.91, 37.35],
+ [57.21, 38.28],
+ [59.34, 37.54],
+ [60.33, 36.66],
+ [61.16, 36.65],
+ [61.28, 35.61],
+ [60.51, 34.14],
+ [60.94, 33.52],
+ [60.58, 33.07],
+ [60.84, 31.5],
+ [61.85, 31.02],
+ [60.87, 29.86],
+ [61.91, 28.55],
+ [62.78, 28.27],
+ [62.78, 27.26],
+ [63.34, 27.12],
+ [63.18, 26.63],
+ [61.86, 26.23],
+ [61.61, 25.2],
+ [57.32, 25.77],
+ [56.69, 27.15],
+ [54.79, 26.49],
+ [53.75, 26.71],
+ [51.43, 27.94],
+ [50.05, 30.21],
+ [49.55, 30.01],
+ [48.98, 30.51],
+ [48.55, 29.96],
+ [47.69, 31],
+ [47.86, 31.8],
+ [47.43, 32.4],
+ [46.11, 32.97],
+ [45.4, 33.98],
+ [45.8, 34.91],
+ [46.35, 35.82],
+ [45.41, 35.99],
+ [44.79, 37.15],
+ [44.03, 39.38],
+ [44.81, 39.63],
+ [45, 39.42]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Iran"
+ },
+ "id": "IR"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [45.8, 34.91],
+ [45.4, 33.98],
+ [46.11, 32.97],
+ [47.43, 32.4],
+ [47.86, 31.8],
+ [47.69, 31],
+ [48.55, 29.96],
+ [47.94, 30.02],
+ [47.93, 30.02],
+ [47.17, 30.02],
+ [46.55, 29.1],
+ [44.72, 29.2],
+ [42.08, 31.11],
+ [39.2, 32.15],
+ [38.79, 33.38],
+ [41, 34.42],
+ [41.29, 36.36],
+ [42.36, 37.11],
+ [44.79, 37.15],
+ [45.41, 35.99],
+ [46.35, 35.82],
+ [45.8, 34.91]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Iraq"
+ },
+ "id": "IQ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-7.41, 54.95],
+ [-8.16, 54.44],
+ [-6.27, 54.1],
+ [-6.01, 52.95],
+ [-6.36, 52.18],
+ [-9.23, 51.48],
+ [-10.34, 51.78],
+ [-9.76, 52.15],
+ [-10.46, 52.18],
+ [-8.82, 52.67],
+ [-9.94, 52.56],
+ [-8.94, 53.26],
+ [-10.18, 53.41],
+ [-9.56, 53.86],
+ [-10.11, 54.23],
+ [-8.47, 54.27],
+ [-8.19, 54.63],
+ [-8.8, 54.69],
+ [-8.32, 55.11],
+ [-6.93, 55.24],
+ [-7.25, 55.07],
+ [-7.41, 54.95]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Ireland"
+ },
+ "id": "IE"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [35.26, 31.79],
+ [35.25, 31.79],
+ [35.25, 31.81],
+ [35.26, 31.79]
+ ]
+ ],
+ [
+ [
+ [35.62, 33.25],
+ [35.65, 32.69],
+ [35.55, 32.39],
+ [35.28, 32.52],
+ [34.88, 31.39],
+ [35.48, 31.5],
+ [34.98, 29.55],
+ [34.9, 29.49],
+ [34.27, 31.22],
+ [34.33, 31.26],
+ [34.49, 31.6],
+ [35.1, 33.09],
+ [35.62, 33.25]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Israel"
+ },
+ "id": "IL"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [15.53, 38.14],
+ [15.08, 36.65],
+ [12.42, 37.8],
+ [13.32, 38.22],
+ [15.53, 38.14]
+ ]
+ ],
+ [
+ [
+ [9.51, 41.15],
+ [9.57, 39.15],
+ [8.41, 38.96],
+ [8.19, 40.91],
+ [9.51, 41.15]
+ ]
+ ],
+ [
+ [
+ [12.13, 47],
+ [13.72, 46.53],
+ [13.38, 46.3],
+ [13.72, 45.6],
+ [12.28, 45.47],
+ [12.37, 44.25],
+ [13.62, 43.55],
+ [14.74, 42.09],
+ [16.14, 41.91],
+ [15.93, 41.48],
+ [18.51, 40.14],
+ [18.35, 39.79],
+ [16.91, 40.45],
+ [16.49, 39.77],
+ [17.17, 38.96],
+ [16.06, 37.92],
+ [15.63, 38.01],
+ [16.22, 38.91],
+ [15.67, 40.03],
+ [11.1, 42.39],
+ [10.11, 44.01],
+ [8.75, 44.43],
+ [7.53, 43.79],
+ [7.66, 44.17],
+ [6.98, 44.28],
+ [6.62, 45.11],
+ [7.13, 45.26],
+ [7.04, 45.93],
+ [7.86, 45.92],
+ [8.44, 46.46],
+ [9.04, 45.84],
+ [9.28, 46.5],
+ [10.13, 46.23],
+ [10.47, 46.87],
+ [12.13, 47]
+ ],
+ [
+ [12.46, 43.9],
+ [12.51, 43.99],
+ [12.42, 43.96],
+ [12.46, 43.9]
+ ],
+ [
+ [12.45, 41.9],
+ [12.46, 41.9],
+ [12.45, 41.91],
+ [12.45, 41.9]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Italy"
+ },
+ "id": "IT"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-4.79, 5.17],
+ [-7.53, 4.35],
+ [-7.42, 5.84],
+ [-8.61, 6.51],
+ [-8.47, 7.56],
+ [-7.95, 8.02],
+ [-8.2, 8.5],
+ [-7.65, 8.38],
+ [-7.97, 10.17],
+ [-6.99, 10.15],
+ [-6.24, 10.74],
+ [-6.11, 10.2],
+ [-5.52, 10.44],
+ [-4.7, 9.7],
+ [-3.63, 9.95],
+ [-2.69, 9.48],
+ [-2.49, 8.2],
+ [-3.25, 6.61],
+ [-2.93, 5.1],
+ [-4.79, 5.17]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Cote d'Ivoire"
+ },
+ "id": "CI"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-77.13, 17.88],
+ [-78.34, 18.36],
+ [-76.95, 18.39],
+ [-76.22, 17.9],
+ [-77.13, 17.88]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Jamaica"
+ },
+ "id": "JM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [131.21, 33.6],
+ [131.67, 33.65],
+ [131.99, 32.83],
+ [131.34, 31.37],
+ [130.67, 31],
+ [130.81, 31.68],
+ [130.64, 31.18],
+ [130.23, 31.25],
+ [130.16, 32.01],
+ [130.61, 32.79],
+ [130.21, 33.17],
+ [130.35, 32.66],
+ [129.75, 32.56],
+ [129.58, 33.35],
+ [130.69, 33.94],
+ [131.21, 33.6]
+ ]
+ ],
+ [
+ [
+ [134.22, 34.34],
+ [134.75, 33.83],
+ [134.19, 33.24],
+ [133.6, 33.5],
+ [132.8, 32.74],
+ [132.37, 33.47],
+ [132.02, 33.34],
+ [132.9, 34.11],
+ [134.22, 34.34]
+ ]
+ ],
+ [
+ [
+ [141.27, 41.34],
+ [142.07, 39.55],
+ [141.53, 38.27],
+ [140.95, 38.15],
+ [140.84, 35.74],
+ [140.33, 35.13],
+ [139.77, 34.95],
+ [139.97, 35.66],
+ [138.85, 34.59],
+ [138.74, 35.12],
+ [138.21, 34.6],
+ [137.04, 34.56],
+ [137.35, 34.72],
+ [136.85, 35.08],
+ [136.52, 34.69],
+ [136.9, 34.27],
+ [135.77, 33.45],
+ [135.06, 33.88],
+ [135.33, 34.72],
+ [132.37, 34.36],
+ [132.05, 33.77],
+ [130.89, 33.92],
+ [130.95, 34.42],
+ [133.09, 35.58],
+ [136.07, 35.65],
+ [136.79, 37.36],
+ [137.36, 37.5],
+ [136.86, 37.09],
+ [137.3, 36.75],
+ [138.58, 37.4],
+ [140.02, 39.38],
+ [139.85, 40.6],
+ [140.35, 41.25],
+ [141.15, 40.86],
+ [141.23, 41.23],
+ [140.76, 41.17],
+ [141.27, 41.34]
+ ]
+ ],
+ [
+ [
+ [142.05, 45.4],
+ [143.77, 44.09],
+ [144.78, 43.91],
+ [145.34, 44.34],
+ [145.26, 43.31],
+ [145.82, 43.37],
+ [143.99, 42.91],
+ [143.24, 41.92],
+ [141.79, 42.61],
+ [140.46, 42.57],
+ [140.28, 42.25],
+ [141.2, 41.8],
+ [140.07, 41.42],
+ [139.84, 42.62],
+ [140.47, 43.37],
+ [141.41, 43.29],
+ [141.58, 45.23],
+ [142.05, 45.4]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Japan"
+ },
+ "id": "JP"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [69.19, 55.34],
+ [70.84, 55.3],
+ [71.19, 54.1],
+ [73.76, 54.07],
+ [73.44, 53.44],
+ [76.81, 54.45],
+ [76.52, 53.99],
+ [77.91, 53.27],
+ [80.08, 50.76],
+ [80.69, 51.31],
+ [81.47, 50.74],
+ [83.46, 51],
+ [85.26, 49.59],
+ [86.77, 49.79],
+ [87.35, 49.09],
+ [85.76, 48.39],
+ [85.53, 47.06],
+ [83.04, 47.21],
+ [82.32, 45.57],
+ [82.56, 45.13],
+ [79.87, 44.9],
+ [80.52, 44.73],
+ [80.82, 43.16],
+ [80.38, 43.03],
+ [80.23, 42.2],
+ [79.19, 42.8],
+ [74.29, 43.22],
+ [73.58, 43.04],
+ [73.52, 42.41],
+ [71.75, 42.82],
+ [70.97, 42.25],
+ [69.06, 41.38],
+ [68.46, 40.6],
+ [67.94, 41.18],
+ [66.72, 41.17],
+ [66.53, 42],
+ [66.03, 42],
+ [66.12, 43],
+ [64.93, 43.74],
+ [62.03, 43.48],
+ [58.57, 45.57],
+ [56, 45],
+ [56, 41.33],
+ [54.17, 42.34],
+ [53.01, 42.14],
+ [52.44, 41.74],
+ [52.74, 42.71],
+ [51.27, 43.15],
+ [50.24, 44.58],
+ [51.57, 44.51],
+ [50.95, 44.86],
+ [51.41, 45.37],
+ [53.23, 45.34],
+ [52.73, 45.55],
+ [53.19, 46.71],
+ [51.19, 47.11],
+ [49.22, 46.35],
+ [48.56, 46.56],
+ [49.03, 46.78],
+ [48.2, 47.7],
+ [47.38, 47.69],
+ [46.5, 48.42],
+ [47.52, 50.44],
+ [48.8, 49.94],
+ [48.7, 50.59],
+ [50.77, 51.77],
+ [53.43, 51.49],
+ [54.52, 50.53],
+ [54.65, 51.04],
+ [55.69, 50.53],
+ [56.51, 51.08],
+ [58.34, 51.16],
+ [59.54, 50.48],
+ [61.38, 50.78],
+ [61.69, 51.27],
+ [60, 51.96],
+ [61.06, 52.34],
+ [60.69, 52.68],
+ [61.1, 52.98],
+ [62.12, 53],
+ [61.18, 53.31],
+ [61.58, 53.51],
+ [60.91, 53.62],
+ [61.01, 53.95],
+ [65.22, 54.32],
+ [69.19, 55.34]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Kazakhstan"
+ },
+ "id": "KZ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [34.96, 29.36],
+ [34.98, 29.55],
+ [35.48, 31.5],
+ [35.55, 32.39],
+ [35.65, 32.69],
+ [36.84, 32.31],
+ [38.79, 33.38],
+ [39.2, 32.15],
+ [37.01, 31.51],
+ [38, 30.5],
+ [37.5, 30],
+ [36.07, 29.19],
+ [34.96, 29.36]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Jordan"
+ },
+ "id": "JO"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [35.94, 4.62],
+ [39.52, 3.41],
+ [40.78, 4.29],
+ [41.91, 3.98],
+ [40.99, 2.83],
+ [41, -0.87],
+ [41.56, -1.67],
+ [40.24, -2.66],
+ [39.2, -4.67],
+ [37.61, -3.5],
+ [37.6, -3],
+ [33.92, -1],
+ [33.91, 0.1],
+ [35.01, 1.9],
+ [34, 4.22],
+ [34.39, 4.61],
+ [35.94, 4.62]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Kenya"
+ },
+ "id": "KE"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [130.64, 42.41],
+ [130.7, 42.29],
+ [129.7, 41.65],
+ [129.71, 40.83],
+ [127.51, 39.72],
+ [127.39, 39.2],
+ [128.36, 38.63],
+ [126.69, 37.83],
+ [125.59, 38.03],
+ [125.34, 37.67],
+ [124.66, 38.12],
+ [125.65, 38.63],
+ [125.14, 38.8],
+ [125.45, 39.58],
+ [124.62, 39.59],
+ [124.37, 40.09],
+ [126.91, 41.8],
+ [128.16, 41.38],
+ [128.06, 42],
+ [129.71, 42.44],
+ [129.91, 43.01],
+ [130.6, 42.42],
+ [130.64, 42.41]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Korea, North"
+ },
+ "id": "KP"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [128.53, 38.33],
+ [129.43, 37.06],
+ [129.44, 35.48],
+ [126.56, 34.3],
+ [126.25, 35.12],
+ [126.87, 36.05],
+ [126.12, 36.71],
+ [126.99, 36.91],
+ [126.69, 37.83],
+ [128.36, 38.63],
+ [128.53, 38.33]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Korea, South"
+ },
+ "id": "KR"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [47.93, 30.02],
+ [47.94, 30.02],
+ [48.17, 29.55],
+ [47.71, 29.38],
+ [48.42, 28.55],
+ [46.55, 29.1],
+ [47.17, 30.02],
+ [47.93, 30.02]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Kuwait"
+ },
+ "id": "KW"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [80.23, 42.2],
+ [78.08, 41.04],
+ [76.87, 41.01],
+ [76.35, 40.35],
+ [74.86, 40.52],
+ [73.66, 39.45],
+ [69.31, 39.54],
+ [69.54, 40.13],
+ [70.98, 40.24],
+ [73.17, 40.82],
+ [71.69, 41.56],
+ [71.42, 41.12],
+ [70.19, 41.53],
+ [71.28, 42.2],
+ [70.97, 42.25],
+ [71.75, 42.82],
+ [73.52, 42.41],
+ [73.58, 43.04],
+ [74.29, 43.22],
+ [79.19, 42.8],
+ [80.23, 42.2]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Kyrgyzstan"
+ },
+ "id": "KG"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [107.55, 14.71],
+ [106, 14.37],
+ [106.06, 13.93],
+ [105.21, 14.35],
+ [105.64, 15.66],
+ [104.75, 16.53],
+ [104.72, 17.5],
+ [103.4, 18.43],
+ [102.68, 17.82],
+ [102.09, 18.21],
+ [100.92, 17.57],
+ [101.28, 19.56],
+ [100.5, 19.53],
+ [100.58, 20.16],
+ [100.09, 20.35],
+ [101.15, 21.57],
+ [101.79, 21.14],
+ [101.57, 22.21],
+ [102.14, 22.4],
+ [102.98, 21.74],
+ [103.17, 20.85],
+ [104.64, 20.66],
+ [104.38, 20.44],
+ [104.98, 20],
+ [103.88, 19.29],
+ [105.19, 18.64],
+ [106.69, 16.46],
+ [107.46, 16.08],
+ [107.18, 15.78],
+ [107.7, 15.27],
+ [107.55, 14.71]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Laos"
+ },
+ "id": "LA"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [35.62, 33.25],
+ [35.1, 33.09],
+ [35.97, 34.65],
+ [36.62, 34.2],
+ [35.62, 33.25]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Lebanon"
+ },
+ "id": "LB"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [27.56, -30.4],
+ [27.01, -29.63],
+ [28.57, -28.61],
+ [29.43, -29.28],
+ [29.17, -29.91],
+ [28.08, -30.65],
+ [27.56, -30.4]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Lesotho"
+ },
+ "id": "LS"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [21.07, 56.44],
+ [21.73, 57.58],
+ [22.61, 57.76],
+ [23.79, 56.97],
+ [24.41, 57.26],
+ [24.31, 57.87],
+ [25.29, 58.08],
+ [27.37, 57.54],
+ [27.86, 57.3],
+ [28.17, 56.15],
+ [26.61, 55.67],
+ [25, 56.3],
+ [21.05, 56.08],
+ [21.07, 56.44]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Latvia"
+ },
+ "id": "LV"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-10.81, 6.4],
+ [-11.49, 6.93],
+ [-10.27, 8.49],
+ [-9.48, 8.35],
+ [-9.49, 7.36],
+ [-8.47, 7.56],
+ [-8.61, 6.51],
+ [-7.42, 5.84],
+ [-7.53, 4.35],
+ [-10.81, 6.4]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Liberia"
+ },
+ "id": "LR"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [9.95, 27.82],
+ [9.54, 30.23],
+ [10.21, 30.73],
+ [10.29, 31.69],
+ [11.57, 32.44],
+ [11.53, 33.17],
+ [15.17, 32.4],
+ [15.76, 31.39],
+ [19, 30.27],
+ [20.06, 30.86],
+ [20.08, 32.18],
+ [21.62, 32.93],
+ [25.15, 31.65],
+ [24.71, 30.17],
+ [25, 22],
+ [25, 20],
+ [24, 20],
+ [24, 19.5],
+ [16, 23.45],
+ [15, 23],
+ [14.23, 22.61],
+ [11.99, 23.52],
+ [11.56, 24.3],
+ [10.25, 24.61],
+ [9.4, 26.15],
+ [9.87, 26.51],
+ [9.95, 27.82]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Libya"
+ },
+ "id": "LY"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [9.53, 47.27],
+ [9.6, 47.06],
+ [9.47, 47.06],
+ [9.53, 47.27]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Liechtenstein"
+ },
+ "id": "LI"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [25, 56.3],
+ [26.61, 55.67],
+ [26.82, 55.28],
+ [25.79, 54.87],
+ [25.79, 54.16],
+ [23.5, 53.95],
+ [22.79, 54.36],
+ [22.84, 54.9],
+ [21.43, 55.25],
+ [21.26, 55.25],
+ [21.05, 56.08],
+ [25, 56.3]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Lithuania"
+ },
+ "id": "LT"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [6.03, 50.18],
+ [6.13, 50.13],
+ [6.36, 49.46],
+ [5.81, 49.55],
+ [6.03, 50.18]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Luxembourg"
+ },
+ "id": "LU"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [113.53, 22.19],
+ [113.55, 22.21],
+ [113.55, 22.18],
+ [113.53, 22.19]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Macau"
+ },
+ "id": "MO"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [49.36, -12.09],
+ [50.43, -15.58],
+ [50.17, -15.98],
+ [49.63, -15.56],
+ [49.79, -16.83],
+ [47.13, -24.93],
+ [45.21, -25.59],
+ [44.02, -24.99],
+ [43.24, -22.28],
+ [44.48, -19.97],
+ [43.94, -17.48],
+ [44.46, -16.18],
+ [46.48, -15.97],
+ [46.34, -15.62],
+ [47.22, -15.45],
+ [47.45, -14.67],
+ [47.43, -15.11],
+ [48, -14.77],
+ [47.91, -13.6],
+ [48.74, -13.43],
+ [48.73, -12.43],
+ [49.36, -12.09]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Madagascar"
+ },
+ "id": "MG"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [34.73, -12.1],
+ [34.7, -12.08],
+ [34.72, -12.03],
+ [34.75, -12.04],
+ [34.73, -12.1]
+ ]
+ ],
+ [
+ [
+ [34.62, -12.04],
+ [34.6, -12.01],
+ [34.63, -12.01],
+ [34.62, -12.04]
+ ]
+ ],
+ [
+ [
+ [33.13, -9.49],
+ [34.33, -9.73],
+ [34.97, -11.57],
+ [34.38, -12.16],
+ [34.57, -13.34],
+ [35.92, -14.89],
+ [35.81, -16.02],
+ [35.14, -16.55],
+ [35.29, -17.13],
+ [34.26, -15.9],
+ [34.52, -14.57],
+ [33.63, -14.54],
+ [33.22, -14.01],
+ [32.68, -13.61],
+ [33.55, -12.36],
+ [33.25, -10.89],
+ [33.7, -10.56],
+ [32.94, -9.41],
+ [33.13, -9.49]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Malawi"
+ },
+ "id": "MW"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [100.65, 6.45],
+ [101.14, 5.63],
+ [102.1, 6.24],
+ [103.41, 4.86],
+ [103.44, 2.93],
+ [104.28, 1.37],
+ [103.96, 1.65],
+ [103.51, 1.27],
+ [101.28, 2.84],
+ [100.13, 6.42],
+ [100.65, 6.45]
+ ]
+ ],
+ [
+ [
+ [116.79, 6.58],
+ [117.18, 6.99],
+ [117.74, 6.39],
+ [117.5, 5.9],
+ [118.01, 6.06],
+ [117.96, 5.68],
+ [119.28, 5.34],
+ [118.14, 4.89],
+ [118.55, 4.35],
+ [117.59, 4.17],
+ [116.05, 4.28],
+ [114.56, 1.43],
+ [112.47, 1.57],
+ [111.83, 1],
+ [110.56, 0.85],
+ [109.65, 2.07],
+ [111.38, 1.34],
+ [111, 1.58],
+ [111.44, 2.69],
+ [113.01, 3.16],
+ [114.1, 4.59],
+ [114.64, 4.02],
+ [115.02, 4.9],
+ [115.03, 4.82],
+ [115.34, 4.31],
+ [115.22, 4.8],
+ [115.15, 4.9],
+ [116.76, 7.02],
+ [116.79, 6.58]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Malaysia"
+ },
+ "id": "MY"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [73.18, -0.69],
+ [73.16, -0.68],
+ [73.17, -0.68],
+ [73.18, -0.69]
+ ]
+ ],
+ [
+ [
+ [73.2, -0.68],
+ [73.19, -0.68],
+ [73.2, -0.67],
+ [73.2, -0.68]
+ ]
+ ],
+ [
+ [
+ [73.13, -0.67],
+ [73.13, -0.67],
+ [73.12, -0.65],
+ [73.13, -0.67]
+ ]
+ ],
+ [
+ [
+ [73.23, -0.65],
+ [73.23, -0.63],
+ [73.24, -0.62],
+ [73.23, -0.65]
+ ]
+ ],
+ [
+ [
+ [73.12, -0.64],
+ [73.09, -0.61],
+ [73.09, -0.58],
+ [73.12, -0.64]
+ ]
+ ],
+ [
+ [
+ [73.25, -0.61],
+ [73.24, -0.59],
+ [73.25, -0.58],
+ [73.25, -0.61]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Maldives"
+ },
+ "id": "MV"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-8.53, 11.49],
+ [-9.16, 12.49],
+ [-10.65, 11.89],
+ [-11.37, 12.41],
+ [-12.24, 14.76],
+ [-11.49, 15.65],
+ [-10.9, 15.11],
+ [-9.34, 15.7],
+ [-5.5, 15.5],
+ [-6.58, 25],
+ [-4.81, 25],
+ [1.8, 20.31],
+ [3.23, 19.82],
+ [3.33, 18.98],
+ [4.25, 19.15],
+ [4.25, 18.65],
+ [4.2, 16.39],
+ [3.52, 15.36],
+ [0.24, 14.92],
+ [-0.73, 15.08],
+ [-2.47, 14.29],
+ [-3.44, 13.17],
+ [-3.96, 13.5],
+ [-4.42, 12.3],
+ [-5.27, 11.84],
+ [-5.52, 10.44],
+ [-6.11, 10.2],
+ [-6.24, 10.74],
+ [-6.99, 10.15],
+ [-7.97, 10.17],
+ [-8.29, 11.01],
+ [-8.68, 10.97],
+ [-8.53, 11.49]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Mali"
+ },
+ "id": "ML"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [14.56, 35.82],
+ [14.37, 35.85],
+ [14.33, 35.98],
+ [14.56, 35.82]
+ ]
+ ],
+ [
+ [
+ [14.27, 36.01],
+ [14.18, 36.06],
+ [14.34, 36.03],
+ [14.27, 36.01]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Malta"
+ },
+ "id": "MT"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-60.86, 14.4],
+ [-61.17, 14.88],
+ [-60.94, 14.74],
+ [-60.86, 14.4]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Martinique"
+ },
+ "id": "MQ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-6.66, 26.13],
+ [-4.81, 25],
+ [-6.58, 25],
+ [-5.5, 15.5],
+ [-9.34, 15.7],
+ [-10.9, 15.11],
+ [-11.49, 15.65],
+ [-12.24, 14.76],
+ [-14.35, 16.64],
+ [-16.28, 16.52],
+ [-16.53, 16.06],
+ [-16.04, 17.73],
+ [-16.51, 19.35],
+ [-16.2, 20.22],
+ [-16.92, 21.16],
+ [-17.05, 20.76],
+ [-16.95, 21.34],
+ [-15.74, 21.34],
+ [-13, 21.34],
+ [-13.11, 22.89],
+ [-12, 23.45],
+ [-12, 26],
+ [-8.67, 26],
+ [-8.67, 27.29],
+ [-6.66, 26.13]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Mauritania"
+ },
+ "id": "MR"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [57.57, -20.51],
+ [57.3, -20.45],
+ [57.62, -19.99],
+ [57.57, -20.51]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Mauritius"
+ },
+ "id": "MU"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-113.05, 31.97],
+ [-111.05, 31.33],
+ [-106.4, 31.75],
+ [-103.38, 29.02],
+ [-102.31, 29.89],
+ [-101.41, 29.77],
+ [-99.51, 27.57],
+ [-99.1, 26.43],
+ [-97.14, 25.97],
+ [-97.89, 22.6],
+ [-95.91, 18.83],
+ [-94.48, 18.15],
+ [-92, 18.73],
+ [-91.48, 18.44],
+ [-90.45, 19.98],
+ [-90.33, 21.03],
+ [-87.03, 21.59],
+ [-86.77, 21.15],
+ [-87.74, 19.67],
+ [-87.41, 19.58],
+ [-87.85, 18.19],
+ [-88.04, 18.87],
+ [-88.3, 18.48],
+ [-88.38, 18.48],
+ [-89.14, 17.82],
+ [-90.98, 17.82],
+ [-90.98, 17.26],
+ [-91.44, 17.24],
+ [-90.44, 16.09],
+ [-91.73, 16.07],
+ [-92.25, 14.55],
+ [-92.77, 15.17],
+ [-93.93, 16.09],
+ [-94.37, 16.29],
+ [-94.06, 16.04],
+ [-94.72, 16.2],
+ [-94.58, 16.32],
+ [-94.79, 16.26],
+ [-94.86, 16.43],
+ [-96.48, 15.64],
+ [-97.79, 15.97],
+ [-104.98, 19.34],
+ [-105.68, 20.39],
+ [-105.24, 20.57],
+ [-105.54, 20.79],
+ [-105.19, 21.44],
+ [-105.82, 22.66],
+ [-108.04, 25.07],
+ [-109.11, 25.53],
+ [-108.83, 25.8],
+ [-109.39, 25.76],
+ [-109.1, 26.28],
+ [-110.53, 27.37],
+ [-110.51, 27.87],
+ [-112.16, 28.97],
+ [-113.09, 31.23],
+ [-115.03, 31.97],
+ [-114.55, 30],
+ [-111.56, 26.72],
+ [-110.66, 24.34],
+ [-109.41, 23.47],
+ [-110, 22.89],
+ [-112.09, 24.76],
+ [-112.4, 26.27],
+ [-114.99, 27.72],
+ [-113.98, 27.7],
+ [-114.31, 27.87],
+ [-114.06, 28.53],
+ [-115.69, 29.77],
+ [-117.12, 32.54],
+ [-114.72, 32.72],
+ [-113.05, 31.97]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Mexico"
+ },
+ "id": "MX"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [7.44, 43.76],
+ [7.39, 43.73],
+ [7.42, 43.77],
+ [7.44, 43.76]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Monaco"
+ },
+ "id": "MC"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [91.02, 46.6],
+ [90.07, 47.89],
+ [88.65, 48.18],
+ [87.84, 49.17],
+ [92.32, 50.81],
+ [97.34, 49.73],
+ [98.29, 50.29],
+ [97.83, 51],
+ [98.93, 52.14],
+ [102.22, 51.33],
+ [102.33, 50.57],
+ [102.92, 50.32],
+ [106.66, 50.34],
+ [108.57, 49.33],
+ [110.79, 49.15],
+ [114.31, 50.28],
+ [116.71, 49.83],
+ [115.59, 47.92],
+ [117.37, 47.65],
+ [118.54, 47.99],
+ [119.9, 46.68],
+ [117.42, 46.58],
+ [113.64, 44.75],
+ [111.98, 45.09],
+ [111.42, 44.38],
+ [111.96, 43.69],
+ [110.44, 42.78],
+ [107.47, 42.47],
+ [105.01, 41.58],
+ [100.84, 42.68],
+ [96.38, 42.73],
+ [95.42, 44.29],
+ [90.9, 45.25],
+ [91.02, 46.6]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Mongolia"
+ },
+ "id": "MN"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [28.12, 46.85],
+ [26.63, 48.26],
+ [27.76, 48.45],
+ [29.14, 47.99],
+ [29.95, 46.81],
+ [30.12, 46.39],
+ [28.99, 46.48],
+ [28.21, 45.45],
+ [28.12, 46.85]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Moldova"
+ },
+ "id": "MD"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [18.46, 42.57],
+ [19.23, 43.51],
+ [20.35, 42.89],
+ [20.07, 42.56],
+ [19.65, 42.62],
+ [19.37, 41.85],
+ [18.5, 42.45],
+ [18.46, 42.57]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Montenegro"
+ },
+ "id": "ME"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-62.17, 16.67],
+ [-62.24, 16.71],
+ [-62.2, 16.81],
+ [-62.17, 16.67]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Montserrat"
+ },
+ "id": "MS"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-9.05, 32.73],
+ [-6.81, 34.05],
+ [-5.92, 35.79],
+ [-5.4, 35.92],
+ [-4.42, 35.15],
+ [-2.99, 35.42],
+ [-2.21, 35.09],
+ [-1.75, 34.75],
+ [-1.18, 32.11],
+ [-3.82, 31.7],
+ [-3.63, 30.97],
+ [-8.67, 28.71],
+ [-8.67, 27.67],
+ [-13.17, 27.67],
+ [-10.14, 29.43],
+ [-9.64, 30.17],
+ [-9.81, 31.45],
+ [-9.05, 32.73]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Morocco"
+ },
+ "id": "MA"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [40.5, -11.03],
+ [40.59, -15.48],
+ [39.09, -16.99],
+ [36.84, -17.88],
+ [36.25, -18.89],
+ [34.9, -19.86],
+ [34.62, -19.62],
+ [35.55, -22.23],
+ [35.5, -24.11],
+ [32.81, -25.61],
+ [32.89, -26.85],
+ [32.13, -26.84],
+ [31.97, -25.96],
+ [32.02, -24.46],
+ [31.3, -22.41],
+ [32.49, -21.34],
+ [33.02, -19.94],
+ [32.7, -18.94],
+ [32.99, -17.27],
+ [32.98, -16.71],
+ [30.42, -16.01],
+ [30.42, -15.63],
+ [30.21, -14.98],
+ [33.22, -14.01],
+ [33.63, -14.54],
+ [34.52, -14.57],
+ [34.26, -15.9],
+ [35.29, -17.13],
+ [35.14, -16.55],
+ [35.81, -16.02],
+ [35.92, -14.89],
+ [34.57, -13.34],
+ [34.38, -12.16],
+ [34.97, -11.57],
+ [37.46, -11.73],
+ [40.44, -10.48],
+ [40.5, -11.03]
+ ],
+ [
+ [34.6, -12.01],
+ [34.62, -12.04],
+ [34.63, -12.01],
+ [34.6, -12.01]
+ ],
+ [
+ [34.72, -12.03],
+ [34.7, -12.08],
+ [34.73, -12.1],
+ [34.75, -12.04],
+ [34.72, -12.03]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Mozambique"
+ },
+ "id": "MZ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [56.04, 24.94],
+ [56.37, 24.98],
+ [57.16, 23.94],
+ [58.61, 23.63],
+ [59.81, 22.23],
+ [58.52, 20.41],
+ [57.83, 20.22],
+ [57.8, 18.97],
+ [56.81, 18.75],
+ [56.35, 17.93],
+ [55.44, 17.83],
+ [55.04, 17.02],
+ [53.11, 16.64],
+ [52, 19],
+ [55, 20],
+ [55.67, 22],
+ [55.2, 22.7],
+ [56.04, 24.94]
+ ]
+ ],
+ [
+ [
+ [56.37, 26.38],
+ [56.27, 25.64],
+ [56.18, 25.65],
+ [56.08, 26.07],
+ [56.37, 26.38]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Oman"
+ },
+ "id": "OM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [23.28, -17.66],
+ [23.48, -17.63],
+ [24.97, -17.56],
+ [25.26, -17.8],
+ [23.62, -18.49],
+ [23.3, -18],
+ [20.99, -18.32],
+ [20.99, -22],
+ [20, -22.01],
+ [20, -24.77],
+ [20, -28.42],
+ [18.18, -28.91],
+ [17.4, -28.71],
+ [17.06, -28.03],
+ [16.49, -28.58],
+ [15.29, -27.32],
+ [14.51, -22.55],
+ [11.8, -18.08],
+ [11.75, -17.25],
+ [13.16, -16.95],
+ [13.99, -17.42],
+ [18.45, -17.39],
+ [20.85, -18.02],
+ [23.28, -17.66]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Namibia"
+ },
+ "id": "NA"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [166.93, -0.55],
+ [166.93, -0.49],
+ [166.96, -0.51],
+ [166.93, -0.55]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Nauru"
+ },
+ "id": "NR"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [82.07, 27.91],
+ [80.06, 28.84],
+ [81.03, 30.2],
+ [82.1, 30.34],
+ [86.01, 27.88],
+ [88.14, 27.87],
+ [88.01, 26.36],
+ [85.86, 26.57],
+ [84.15, 27.51],
+ [83.29, 27.34],
+ [82.07, 27.91]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Nepal"
+ },
+ "id": "NP"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [3.76, 51.35],
+ [3.37, 51.37],
+ [4.24, 51.35],
+ [3.76, 51.35]
+ ]
+ ],
+ [
+ [
+ [5.76, 52.42],
+ [5.43, 52.26],
+ [5.14, 52.38],
+ [5.64, 52.6],
+ [5.86, 52.54],
+ [5.76, 52.42]
+ ]
+ ],
+ [
+ [
+ [5.42, 52.64],
+ [5.05, 52.39],
+ [5.04, 52.63],
+ [5.42, 52.64]
+ ]
+ ],
+ [
+ [
+ [6.87, 53.42],
+ [7.21, 53.24],
+ [6.69, 52.55],
+ [7.07, 52.39],
+ [6.83, 51.97],
+ [5.96, 51.81],
+ [6.01, 50.76],
+ [5.04, 51.49],
+ [4.25, 51.38],
+ [3.44, 51.54],
+ [4.29, 51.45],
+ [3.69, 51.71],
+ [4.17, 51.69],
+ [3.87, 51.81],
+ [4.58, 52.46],
+ [5.42, 52.25],
+ [5.77, 52.41],
+ [5.88, 52.51],
+ [5.86, 52.61],
+ [5.6, 52.66],
+ [5.6, 52.76],
+ [5.72, 52.84],
+ [5.37, 52.88],
+ [5.42, 52.96],
+ [5.36, 53.07],
+ [5.1, 52.95],
+ [5.3, 52.71],
+ [5.03, 52.63],
+ [5.03, 52.38],
+ [4.58, 52.47],
+ [4.73, 52.96],
+ [6.87, 53.42]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Netherlands"
+ },
+ "id": "NL"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-68.2, 12.22],
+ [-68.25, 12.02],
+ [-68.42, 12.26],
+ [-68.2, 12.22]
+ ]
+ ],
+ [
+ [
+ [-68.97, 12.2],
+ [-69.16, 12.37],
+ [-68.75, 12.04],
+ [-68.97, 12.2]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Netherlands Antilles"
+ },
+ "id": "AN"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-69.88, 12.41],
+ [-70.06, 12.54],
+ [-70.06, 12.63],
+ [-69.88, 12.41]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Aruba"
+ },
+ "id": "AW"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [164.32, -20.33],
+ [167.01, -22.32],
+ [165.26, -21.56],
+ [163.99, -20.09],
+ [164.32, -20.33]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "New Caledonia"
+ },
+ "id": "NC"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [167.42, -16.11],
+ [167.77, -16.54],
+ [167.18, -15.9],
+ [167.42, -16.11]
+ ]
+ ],
+ [
+ [
+ [166.8, -15.16],
+ [167.06, -14.95],
+ [167.24, -15.52],
+ [166.76, -15.64],
+ [166.59, -14.62],
+ [166.8, -15.16]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Vanuatu"
+ },
+ "id": "VU"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [172.86, -40.51],
+ [173.11, -41.31],
+ [174.32, -41],
+ [174.29, -41.75],
+ [172.76, -43.24],
+ [173.09, -43.86],
+ [171.29, -44.34],
+ [170.78, -45.88],
+ [169.01, -46.68],
+ [166.48, -46.01],
+ [168.37, -44.04],
+ [170.79, -42.9],
+ [172.11, -40.89],
+ [172.86, -40.51]
+ ]
+ ],
+ [
+ [
+ [173.04, -34.44],
+ [173.27, -35.02],
+ [174.32, -35.23],
+ [174.85, -36.85],
+ [175.58, -37.24],
+ [175.35, -36.48],
+ [175.84, -36.75],
+ [175.99, -37.64],
+ [177.16, -38.01],
+ [178.57, -37.71],
+ [177.91, -39.26],
+ [177.05, -39.2],
+ [176.83, -40.18],
+ [175.32, -41.61],
+ [174.59, -41.28],
+ [175.16, -40.1],
+ [173.75, -39.29],
+ [174.59, -38.82],
+ [174.97, -37.75],
+ [174.55, -37.07],
+ [174.89, -37.06],
+ [174.19, -36.5],
+ [174.51, -36.23],
+ [173.91, -35.87],
+ [174.08, -36.41],
+ [173.4, -35.57],
+ [173.66, -35.31],
+ [173.09, -35.21],
+ [172.72, -34.5],
+ [173.04, -34.44]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "New Zealand"
+ },
+ "id": "NZ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-83.24, 14.98],
+ [-83.13, 14.99],
+ [-83.83, 11.87],
+ [-83.65, 10.92],
+ [-85.09, 11.01],
+ [-85.69, 11.08],
+ [-87.69, 12.91],
+ [-87.3, 12.99],
+ [-84.91, 14.81],
+ [-83.24, 14.98]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Nicaragua"
+ },
+ "id": "NI"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [4.25, 18.65],
+ [4.25, 19.15],
+ [5.81, 19.45],
+ [11.99, 23.52],
+ [14.23, 22.61],
+ [15, 23],
+ [15.2, 21.5],
+ [16, 20.35],
+ [15.49, 16.91],
+ [13.47, 14.46],
+ [13.63, 13.72],
+ [12.46, 13.07],
+ [10.72, 13.39],
+ [9.63, 12.8],
+ [7.82, 13.35],
+ [6.93, 13],
+ [5.87, 13.75],
+ [4.14, 13.48],
+ [3.6, 11.69],
+ [2.84, 12.4],
+ [2.4, 11.9],
+ [2.14, 12.69],
+ [0.99, 13.05],
+ [1.29, 13.35],
+ [0.6, 13.7],
+ [0.24, 14.92],
+ [3.52, 15.36],
+ [4.2, 16.39],
+ [4.25, 18.65]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Niger"
+ },
+ "id": "NE"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [5.87, 13.75],
+ [6.93, 13],
+ [7.82, 13.35],
+ [9.63, 12.8],
+ [10.72, 13.39],
+ [12.46, 13.07],
+ [13.63, 13.72],
+ [14.07, 13.08],
+ [14.65, 11.58],
+ [13.81, 11.06],
+ [11.86, 7.08],
+ [11.34, 6.44],
+ [10.62, 7.07],
+ [9.8, 6.8],
+ [8.59, 4.81],
+ [6.96, 4.73],
+ [7.01, 4.37],
+ [6.77, 4.77],
+ [6.85, 4.35],
+ [6.1, 4.27],
+ [5.45, 4.92],
+ [5.64, 5.54],
+ [5.26, 5.44],
+ [5.5, 5.62],
+ [4.53, 6.3],
+ [2.72, 6.37],
+ [2.79, 9.04],
+ [3.86, 10.58],
+ [3.6, 11.69],
+ [4.14, 13.48],
+ [5.87, 13.75]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Nigeria"
+ },
+ "id": "NG"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-169.89, -19.15],
+ [-169.93, -19.02],
+ [-169.82, -18.97],
+ [-169.89, -19.15]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Niue"
+ },
+ "id": "NU"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [167.96, -29.08],
+ [167.91, -29.01],
+ [168, -29.03],
+ [167.96, -29.08]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Norfolk Island"
+ },
+ "id": "NF"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [13.97, 68.24],
+ [14.14, 68.24],
+ [13.45, 68.07],
+ [13.97, 68.24]
+ ]
+ ],
+ [
+ [
+ [15.03, 68.35],
+ [14.2, 68.15],
+ [15.17, 68.45],
+ [15.03, 68.35]
+ ]
+ ],
+ [
+ [
+ [15.38, 68.85],
+ [15.06, 68.57],
+ [14.37, 68.68],
+ [15.38, 68.85]
+ ]
+ ],
+ [
+ [
+ [15.99, 68.75],
+ [15.74, 68.53],
+ [16.57, 68.65],
+ [14.99, 68.25],
+ [15.64, 68.95],
+ [15.99, 68.75]
+ ]
+ ],
+ [
+ [
+ [17.64, 69.52],
+ [18.07, 69.43],
+ [17.88, 69.24],
+ [18, 69.19],
+ [16.78, 69.06],
+ [17.64, 69.52]
+ ]
+ ],
+ [
+ [
+ [18.89, 69.69],
+ [18, 69.59],
+ [18.69, 69.88],
+ [18.89, 69.69]
+ ]
+ ],
+ [
+ [
+ [23.6, 70.58],
+ [23.23, 70.28],
+ [22.85, 70.41],
+ [23.6, 70.58]
+ ]
+ ],
+ [
+ [
+ [23.45, 70.78],
+ [22.78, 70.52],
+ [21.95, 70.65],
+ [23.45, 70.78]
+ ]
+ ],
+ [
+ [
+ [5.34, 61.59],
+ [4.94, 61.68],
+ [6.76, 61.87],
+ [5.15, 61.89],
+ [5.15, 62.21],
+ [6.36, 62.06],
+ [5.92, 62.22],
+ [6.31, 62.37],
+ [6.54, 62.1],
+ [6.39, 62.37],
+ [6.7, 62.45],
+ [6.87, 62.42],
+ [7, 62.25],
+ [6.94, 62.11],
+ [7.04, 62.09],
+ [7.42, 62.23],
+ [6.98, 62.31],
+ [6.92, 62.36],
+ [6.97, 62.37],
+ [6.78, 62.48],
+ [6.26, 62.45],
+ [6.65, 62.5],
+ [6.25, 62.57],
+ [8.15, 62.69],
+ [7.04, 62.97],
+ [8.55, 62.65],
+ [7.88, 63.01],
+ [8.53, 62.84],
+ [8.16, 63.12],
+ [9.65, 63.62],
+ [10.26, 63.26],
+ [10.05, 63.41],
+ [10.91, 63.45],
+ [11.49, 64.02],
+ [11.31, 64.12],
+ [10.57, 63.8],
+ [11.08, 63.84],
+ [10.94, 63.74],
+ [10.05, 63.5],
+ [9.79, 63.66],
+ [10.1, 63.76],
+ [9.54, 63.76],
+ [12.94, 65.31],
+ [12.25, 65.23],
+ [12.67, 65.92],
+ [13.18, 65.85],
+ [12.67, 66.07],
+ [14.15, 66.32],
+ [13.03, 66.19],
+ [13.54, 66.3],
+ [12.97, 66.52],
+ [13.73, 66.6],
+ [13.23, 66.71],
+ [13.99, 66.78],
+ [13.55, 66.93],
+ [15.74, 67.17],
+ [14.36, 67.23],
+ [15.9, 67.56],
+ [14.76, 67.81],
+ [15.97, 68.25],
+ [16.22, 67.89],
+ [16.5, 67.79],
+ [16.21, 68],
+ [16.52, 67.95],
+ [16.36, 68.03],
+ [16.72, 68.07],
+ [16.1, 68.28],
+ [16.81, 68.13],
+ [16.32, 68.37],
+ [17.35, 68.17],
+ [17.55, 68.52],
+ [16.46, 68.51],
+ [17.68, 68.65],
+ [17.24, 68.75],
+ [17.79, 68.76],
+ [17.43, 68.91],
+ [18.15, 69.15],
+ [18, 69.28],
+ [18.26, 69.49],
+ [19.44, 69.23],
+ [18.94, 69.61],
+ [19.76, 69.81],
+ [19.68, 69.43],
+ [20.3, 69.97],
+ [19.95, 69.26],
+ [21.31, 70.02],
+ [22.1, 69.74],
+ [21.8, 70.03],
+ [22.1, 70.11],
+ [21.3, 70.25],
+ [23.31, 69.94],
+ [24.73, 70.62],
+ [24.25, 70.78],
+ [24.59, 70.96],
+ [25.91, 70.89],
+ [25.07, 70.5],
+ [25.23, 70.09],
+ [26.57, 70.94],
+ [26.5, 70.36],
+ [27.03, 70.47],
+ [27.65, 71.11],
+ [28.55, 70.97],
+ [27.65, 70.61],
+ [28.3, 70.71],
+ [27.85, 70.48],
+ [28.34, 70.51],
+ [28.04, 70.06],
+ [29.04, 70.87],
+ [31.08, 70.29],
+ [28.61, 70.11],
+ [29.67, 69.97],
+ [29.49, 69.66],
+ [30.85, 69.79],
+ [28.96, 69.05],
+ [29.18, 69.64],
+ [28.17, 69.91],
+ [26.45, 69.93],
+ [24.93, 68.58],
+ [22.4, 68.71],
+ [21.32, 69.33],
+ [20.58, 69.06],
+ [20.1, 69.04],
+ [20.35, 68.79],
+ [19.94, 68.34],
+ [18.09, 68.51],
+ [17.88, 67.95],
+ [16.73, 67.9],
+ [15.47, 66.28],
+ [14.5, 66.13],
+ [14.49, 65.31],
+ [13.66, 64.58],
+ [14.12, 64.47],
+ [13.99, 64.02],
+ [12.14, 63.58],
+ [12.12, 61.73],
+ [12.86, 61.36],
+ [12.21, 61],
+ [12.49, 60.11],
+ [11.82, 59.85],
+ [11.43, 58.99],
+ [10.8, 59.19],
+ [10.53, 59.88],
+ [10.23, 59.04],
+ [9.54, 59.11],
+ [8.21, 58.12],
+ [6.6, 58.07],
+ [5.46, 58.74],
+ [6.62, 59.05],
+ [5.87, 59.07],
+ [6.47, 59.56],
+ [5.18, 59.51],
+ [7.11, 60.49],
+ [5.75, 59.99],
+ [5.73, 60.39],
+ [5.14, 60.35],
+ [5.7, 60.69],
+ [4.93, 60.8],
+ [6.59, 61.15],
+ [7.11, 60.86],
+ [7.57, 61.48],
+ [5.4, 61.07],
+ [4.95, 61.26],
+ [5.63, 61.36],
+ [4.95, 61.41],
+ [5.8, 61.45],
+ [5.34, 61.59]
+ ],
+ [
+ [5.34, 61.59],
+ [5.35, 61.59],
+ [5.28, 61.59],
+ [5.34, 61.59]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Norway"
+ },
+ "id": "NO"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [145.28, 14.16],
+ [145.12, 14.12],
+ [145.24, 14.19],
+ [145.28, 14.16]
+ ]
+ ],
+ [
+ [
+ [145.62, 14.91],
+ [145.57, 15.01],
+ [145.63, 15.08],
+ [145.62, 14.91]
+ ]
+ ],
+ [
+ [
+ [145.74, 15.13],
+ [145.68, 15.11],
+ [145.82, 15.27],
+ [145.74, 15.13]
+ ]
+ ],
+ [
+ [
+ [145.74, 18.04],
+ [145.78, 18.17],
+ [145.82, 18.16],
+ [145.74, 18.04]
+ ]
+ ],
+ [
+ [
+ [145.68, 18.72],
+ [145.66, 18.81],
+ [145.71, 18.77],
+ [145.68, 18.72]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Northern Mariana Islands"
+ },
+ "id": "MP"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [163.01, 5.26],
+ [162.9, 5.31],
+ [163.02, 5.38],
+ [163.01, 5.26]
+ ]
+ ],
+ [
+ [
+ [158.3, 6.79],
+ [158.12, 6.93],
+ [158.32, 6.93],
+ [158.3, 6.79]
+ ]
+ ],
+ [
+ [
+ [138.21, 9.52],
+ [138.06, 9.42],
+ [138.13, 9.57],
+ [138.21, 9.52]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Micronesia, Federated States of"
+ },
+ "id": "FM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [168.77, 7.3],
+ [168.79, 7.29],
+ [168.67, 7.33],
+ [168.77, 7.3]
+ ]
+ ],
+ [
+ [
+ [168.57, 7.4],
+ [168.55, 7.42],
+ [168.56, 7.47],
+ [168.57, 7.4]
+ ]
+ ],
+ [
+ [
+ [168.97, 7.57],
+ [168.94, 7.62],
+ [168.97, 7.6],
+ [168.97, 7.57]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Marshall Islands"
+ },
+ "id": "MH"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [134.56, 7.37],
+ [134.49, 7.44],
+ [134.63, 7.73],
+ [134.56, 7.37]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Palau"
+ },
+ "id": "PW"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [74.82, 37.02],
+ [75.86, 36.66],
+ [76.17, 35.82],
+ [77.82, 35.5],
+ [76.87, 34.66],
+ [73.94, 34.65],
+ [74.3, 33.98],
+ [74.02, 33.19],
+ [75.38, 32.21],
+ [74.61, 31.88],
+ [74.69, 31.05],
+ [71.9, 27.96],
+ [70.37, 28.02],
+ [69.58, 27.17],
+ [71.11, 24.42],
+ [68.78, 24.33],
+ [68.2, 23.77],
+ [67.49, 23.89],
+ [66.36, 25.61],
+ [64.65, 25.16],
+ [61.61, 25.2],
+ [61.86, 26.23],
+ [63.18, 26.63],
+ [63.34, 27.12],
+ [62.78, 27.26],
+ [62.78, 28.27],
+ [61.91, 28.55],
+ [60.87, 29.86],
+ [62.48, 29.41],
+ [66.26, 29.85],
+ [66.72, 31.21],
+ [69.33, 31.94],
+ [69.51, 33.03],
+ [70.33, 33.33],
+ [69.91, 34.04],
+ [71.08, 34.06],
+ [71.65, 35.42],
+ [71.24, 36.13],
+ [72.56, 36.82],
+ [74.57, 37.03],
+ [74.82, 37.02]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Pakistan"
+ },
+ "id": "PK"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-79.46, 9.57],
+ [-77.37, 8.67],
+ [-77.22, 7.94],
+ [-77.89, 7.23],
+ [-78.43, 8.05],
+ [-78.14, 8.4],
+ [-77.78, 8.15],
+ [-78.98, 9.14],
+ [-80.47, 8.21],
+ [-79.99, 7.52],
+ [-80.43, 7.24],
+ [-81.74, 8.16],
+ [-82.9, 8.03],
+ [-82.93, 9.47],
+ [-82.56, 9.56],
+ [-82.24, 9],
+ [-81.2, 8.78],
+ [-79.46, 9.57]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Panama"
+ },
+ "id": "PA"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [152.24, -4.21],
+ [152.1, -5.46],
+ [150.47, -6.28],
+ [148.32, -5.68],
+ [149.88, -5.54],
+ [150.09, -5.01],
+ [150.16, -5.55],
+ [150.92, -5.49],
+ [151.68, -4.91],
+ [151.51, -4.2],
+ [152.24, -4.21]
+ ]
+ ],
+ [
+ [
+ [141.89, -2.97],
+ [144.51, -3.82],
+ [145.74, -4.8],
+ [145.77, -5.49],
+ [147.48, -5.97],
+ [147.87, -6.66],
+ [146.96, -6.75],
+ [147.18, -7.46],
+ [148.14, -8.07],
+ [148.6, -9.08],
+ [149.31, -9.02],
+ [149.22, -9.47],
+ [150.01, -9.63],
+ [149.91, -10.05],
+ [150.88, -10.23],
+ [150.21, -10.7],
+ [147.95, -10.15],
+ [146.09, -8.09],
+ [144.52, -7.5],
+ [144.21, -7.8],
+ [143.66, -7.47],
+ [143.96, -7.98],
+ [143.36, -7.9],
+ [143.61, -8.24],
+ [142.14, -8.23],
+ [143.11, -8.47],
+ [143.33, -9.03],
+ [141.01, -9.13],
+ [141, -2.61],
+ [141.89, -2.97]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Papua New Guinea"
+ },
+ "id": "PG"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-54.33, -24.68],
+ [-54.6, -25.57],
+ [-54.7, -26.44],
+ [-55.74, -27.44],
+ [-58.6, -27.32],
+ [-57.58, -25.55],
+ [-57.76, -25.18],
+ [-61.01, -23.81],
+ [-62.64, -22.24],
+ [-61.74, -19.65],
+ [-59.1, -19.35],
+ [-58.16, -20.17],
+ [-57.99, -22.09],
+ [-55.85, -22.29],
+ [-55.41, -23.96],
+ [-54.41, -23.92],
+ [-54.33, -24.68]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Paraguay"
+ },
+ "id": "PY"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-78.71, -4.58],
+ [-78.34, -3.42],
+ [-75.56, -1.53],
+ [-75.22, -0.97],
+ [-75.63, -0.11],
+ [-75.29, -0.12],
+ [-73.56, -1.37],
+ [-72.88, -2.51],
+ [-71.7, -2.15],
+ [-70.29, -2.51],
+ [-70.72, -3.78],
+ [-69.96, -4.24],
+ [-70.77, -4.15],
+ [-72.85, -5.12],
+ [-73.12, -6.45],
+ [-74.01, -7.54],
+ [-72.96, -8.98],
+ [-73.21, -9.41],
+ [-72.37, -9.49],
+ [-72.14, -10],
+ [-70.51, -9.43],
+ [-70.63, -11.01],
+ [-69.57, -10.95],
+ [-68.67, -12.5],
+ [-69.42, -15.62],
+ [-68.82, -16.34],
+ [-69.5, -17.51],
+ [-70.41, -18.35],
+ [-75.93, -14.66],
+ [-78.99, -8.23],
+ [-79.98, -6.76],
+ [-81.17, -6.09],
+ [-80.87, -5.65],
+ [-81.29, -4.31],
+ [-80.34, -3.38],
+ [-80.47, -4.44],
+ [-79.65, -4.43],
+ [-79.05, -5.01],
+ [-78.71, -4.58]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Peru"
+ },
+ "id": "PE"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [126.05, 9.23],
+ [126.59, 7.28],
+ [126.19, 6.27],
+ [125.65, 7.24],
+ [125.41, 5.56],
+ [125.26, 6.09],
+ [124.19, 6.21],
+ [124.27, 7.37],
+ [123.68, 7.81],
+ [122.83, 7.28],
+ [122.62, 7.77],
+ [121.92, 6.99],
+ [122.22, 7.96],
+ [123.38, 8.73],
+ [123.82, 8.48],
+ [123.67, 7.95],
+ [124.73, 8.49],
+ [124.8, 9],
+ [125.51, 9.01],
+ [125.44, 9.81],
+ [126.05, 9.23]
+ ]
+ ],
+ [
+ [
+ [124.48, 10.05],
+ [124.37, 9.63],
+ [123.79, 9.73],
+ [124.48, 10.05]
+ ]
+ ],
+ [
+ [
+ [123.56, 10.79],
+ [123.01, 9.03],
+ [122.45, 9.97],
+ [122.95, 10.89],
+ [123.56, 10.79]
+ ]
+ ],
+ [
+ [
+ [124.02, 11.12],
+ [124.03, 10.38],
+ [123.31, 9.41],
+ [124.02, 11.12]
+ ]
+ ],
+ [
+ [
+ [119.51, 11.34],
+ [119.71, 10.5],
+ [117.19, 8.33],
+ [119.31, 10.58],
+ [119.22, 10.96],
+ [119.46, 10.72],
+ [119.51, 11.34]
+ ]
+ ],
+ [
+ [
+ [124.64, 11.29],
+ [125.03, 11.2],
+ [125.01, 10.03],
+ [124.29, 11.54],
+ [124.64, 11.29]
+ ]
+ ],
+ [
+ [
+ [122.23, 11.8],
+ [123.15, 11.6],
+ [123.13, 11.17],
+ [121.94, 10.42],
+ [121.85, 11.76],
+ [122.23, 11.8]
+ ]
+ ],
+ [
+ [
+ [124.46, 12.52],
+ [125.3, 12.46],
+ [125.76, 11.01],
+ [124.84, 11.47],
+ [124.46, 12.52]
+ ]
+ ],
+ [
+ [
+ [123.67, 12.35],
+ [124.08, 11.72],
+ [123.53, 12.21],
+ [123.16, 11.91],
+ [123.24, 12.61],
+ [123.67, 12.35]
+ ]
+ ],
+ [
+ [
+ [120.72, 13.48],
+ [121.5, 13.15],
+ [121.22, 12.23],
+ [120.3, 13.44],
+ [120.72, 13.48]
+ ]
+ ],
+ [
+ [
+ [121.26, 18.57],
+ [122.24, 18.51],
+ [122.53, 17.1],
+ [121.38, 15.33],
+ [121.73, 14.17],
+ [122.23, 13.9],
+ [122.71, 14.34],
+ [123.1, 13.67],
+ [123.34, 14.09],
+ [123.92, 13.79],
+ [123.53, 13.58],
+ [124.2, 13.06],
+ [124.08, 12.54],
+ [122.56, 13.94],
+ [122.61, 13.16],
+ [121.75, 13.96],
+ [120.66, 13.77],
+ [120.96, 14.64],
+ [120.09, 14.79],
+ [119.79, 16.32],
+ [120.42, 16.16],
+ [120.57, 18.49],
+ [121.26, 18.57]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Philippines"
+ },
+ "id": "PH"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-128.29, -24.41],
+ [-128.34, -24.33],
+ [-128.3, -24.33],
+ [-128.29, -24.41]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Pitcairn Islands"
+ },
+ "id": "PN"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [18.85, 49.52],
+ [17.72, 50.32],
+ [16.64, 50.11],
+ [16.34, 50.66],
+ [14.83, 50.87],
+ [14.28, 53.7],
+ [17.9, 54.82],
+ [19.8, 54.44],
+ [22.79, 54.36],
+ [23.5, 53.95],
+ [23.94, 52.73],
+ [23.17, 52.28],
+ [23.64, 52.08],
+ [23.6, 51.53],
+ [24.11, 50.57],
+ [22.56, 49.08],
+ [18.85, 49.52]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Poland"
+ },
+ "id": "PL"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-8.2, 41.87],
+ [-6.59, 41.95],
+ [-6.19, 41.58],
+ [-6.93, 41.02],
+ [-7.02, 39.67],
+ [-7.53, 39.67],
+ [-6.95, 39.03],
+ [-7.43, 37.25],
+ [-8.99, 37.02],
+ [-8.67, 38.41],
+ [-9.18, 38.42],
+ [-8.98, 38.95],
+ [-9.48, 38.71],
+ [-8.66, 40.69],
+ [-8.75, 41.95],
+ [-8.2, 41.87]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Portugal"
+ },
+ "id": "PT"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-14.52, 12.68],
+ [-13.71, 12.68],
+ [-13.71, 11.72],
+ [-14.69, 11.51],
+ [-15.02, 10.96],
+ [-15.51, 11.34],
+ [-15.03, 11.59],
+ [-15.56, 11.72],
+ [-15, 11.97],
+ [-15.96, 11.73],
+ [-15.7, 12],
+ [-16.25, 11.93],
+ [-16.11, 12.33],
+ [-16.72, 12.32],
+ [-14.52, 12.68]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Guinea-Bissau"
+ },
+ "id": "GW"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [124.45, -9.18],
+ [124.34, -9.46],
+ [124.05, -9.34],
+ [124.45, -9.18]
+ ]
+ ],
+ [
+ [
+ [127.25, -8.48],
+ [125.13, -9.44],
+ [125.16, -9.07],
+ [124.95, -8.95],
+ [127.25, -8.48]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Timor-Leste"
+ },
+ "id": "TL"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-67, 18.5],
+ [-65.6, 18.23],
+ [-67.19, 17.93],
+ [-67, 18.5]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Puerto Rico"
+ },
+ "id": "PR"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [51.52, 25.38],
+ [51.22, 24.62],
+ [50.83, 24.75],
+ [51.04, 26.05],
+ [51.57, 25.91],
+ [51.52, 25.38]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Qatar"
+ },
+ "id": "QA"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [55.71, -21],
+ [55.67, -21.37],
+ [55.22, -21.03],
+ [55.71, -21]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Reunion"
+ },
+ "id": "RE"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [20.73, 46.18],
+ [22.89, 47.95],
+ [24.92, 47.71],
+ [26.63, 48.26],
+ [28.12, 46.85],
+ [28.21, 45.45],
+ [29.66, 45.21],
+ [29.55, 44.82],
+ [28.87, 44.94],
+ [28.58, 43.75],
+ [27.04, 44.15],
+ [24.18, 43.68],
+ [22.68, 44.22],
+ [22.48, 44.71],
+ [21.4, 44.78],
+ [21.51, 45.15],
+ [20.26, 46.11],
+ [20.73, 46.18]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Romania"
+ },
+ "id": "RO"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [143.66, 49.31],
+ [143.02, 49.14],
+ [142.53, 48],
+ [143.09, 46.8],
+ [143.49, 46.81],
+ [143.47, 46.09],
+ [142.71, 46.74],
+ [142.08, 45.89],
+ [141.85, 48.75],
+ [142.27, 51.12],
+ [141.64, 52.32],
+ [141.77, 53.37],
+ [142.8, 53.7],
+ [142.39, 54.24],
+ [142.7, 54.42],
+ [143.29, 53.13],
+ [143.22, 51.52],
+ [144.75, 48.64],
+ [143.66, 49.31]
+ ],
+ [
+ [143.66, 49.31],
+ [143.25, 49.38],
+ [143.32, 49.31],
+ [143.66, 49.31]
+ ]
+ ],
+ [
+ [
+ [21.43, 55.25],
+ [22.84, 54.9],
+ [22.79, 54.36],
+ [19.8, 54.44],
+ [20.4, 54.68],
+ [19.87, 54.64],
+ [19.97, 54.96],
+ [20.94, 55.29],
+ [20.53, 54.97],
+ [21.09, 54.89],
+ [21.26, 55.25],
+ [21.43, 55.25]
+ ]
+ ],
+ [
+ [
+ [-179.63, 68.91],
+ [-175.46, 67.71],
+ [-174.83, 67.38],
+ [-175, 66.67],
+ [-174.46, 66.3],
+ [-173.76, 66.45],
+ [-174.65, 67.06],
+ [-173.67, 67.13],
+ [-171.73, 66.96],
+ [-169.69, 66.07],
+ [-170.64, 65.61],
+ [-171.54, 65.83],
+ [-171.12, 65.48],
+ [-172.8, 65.68],
+ [-172.13, 65.09],
+ [-173.2, 64.79],
+ [-172.36, 64.46],
+ [-173.19, 64.25],
+ [-173.41, 64.62],
+ [-175.45, 64.78],
+ [-176.08, 65.47],
+ [-178.56, 65.52],
+ [-178.91, 65.99],
+ [-178.52, 66.4],
+ [-179.7, 66.18],
+ [-179.32, 65.54],
+ [-180, 65.07],
+ [-180, 68.98],
+ [-179.63, 68.91]
+ ]
+ ],
+ [
+ [
+ [55.33, 73.33],
+ [56.59, 73.14],
+ [55.62, 72.96],
+ [56.26, 72.96],
+ [55.43, 72.78],
+ [55.95, 72.67],
+ [55.12, 72.45],
+ [55.58, 72.2],
+ [55.22, 71.93],
+ [57.64, 70.73],
+ [53.46, 70.81],
+ [54.24, 71.13],
+ [51.42, 71.74],
+ [53.22, 72.65],
+ [52.38, 72.72],
+ [53.38, 72.88],
+ [53.15, 73.16],
+ [55.33, 73.33]
+ ]
+ ],
+ [
+ [
+ [139.19, 76.07],
+ [140.48, 75.64],
+ [141.62, 76.01],
+ [141.36, 76.18],
+ [145.39, 75.52],
+ [143.95, 75.03],
+ [142.9, 75.13],
+ [142.5, 75.36],
+ [142.51, 75.45],
+ [143.04, 75.67],
+ [142.45, 75.71],
+ [142.16, 75.38],
+ [142.61, 75.1],
+ [143.71, 74.94],
+ [139.1, 74.65],
+ [136.86, 75.35],
+ [137.4, 75.35],
+ [136.96, 75.6],
+ [137.74, 75.75],
+ [137.45, 75.95],
+ [139.19, 76.07]
+ ]
+ ],
+ [
+ [
+ [68.27, 76.96],
+ [68.86, 76.54],
+ [61.29, 75.33],
+ [59.15, 74.44],
+ [58.18, 74.57],
+ [58.74, 74.27],
+ [57.26, 74.08],
+ [57.72, 73.71],
+ [56.56, 73.88],
+ [57.61, 73.66],
+ [56.72, 73.67],
+ [57.25, 73.49],
+ [56.76, 73.25],
+ [55.91, 73.44],
+ [54.22, 73.32],
+ [55.18, 73.71],
+ [53.63, 73.76],
+ [55.87, 74.1],
+ [55.07, 74.26],
+ [56.98, 74.69],
+ [55.83, 74.8],
+ [56.68, 74.95],
+ [55.8, 75.15],
+ [58, 75.67],
+ [68.27, 76.96]
+ ]
+ ],
+ [
+ [
+ [104.27, 77.68],
+ [106.29, 77.36],
+ [104.12, 77.09],
+ [107.5, 76.92],
+ [106.4, 76.51],
+ [111.1, 76.76],
+ [113.89, 75.85],
+ [113.51, 75.53],
+ [112.34, 75.85],
+ [113.72, 75.41],
+ [105.21, 72.76],
+ [110.91, 73.7],
+ [109.53, 73.77],
+ [110.2, 74.02],
+ [112.89, 73.96],
+ [113.5, 73.33],
+ [113.49, 72.96],
+ [113.1, 72.85],
+ [113.18, 72.72],
+ [113.53, 72.63],
+ [114.04, 72.6],
+ [113.36, 72.69],
+ [113.23, 72.74],
+ [113.15, 72.83],
+ [113.53, 72.96],
+ [113.55, 73.24],
+ [114.03, 73.34],
+ [113.48, 73.5],
+ [118.63, 73.57],
+ [118.99, 73.49],
+ [118.39, 73.24],
+ [119.82, 72.94],
+ [126.37, 72.35],
+ [127.22, 71.39],
+ [127.33, 71.9],
+ [126.72, 72.39],
+ [127.66, 72.35],
+ [131.13, 70.73],
+ [132.73, 71.94],
+ [133.68, 71.43],
+ [135.86, 71.64],
+ [137.85, 71.11],
+ [138.07, 71.57],
+ [139.93, 71.48],
+ [139.34, 71.95],
+ [140.2, 72.2],
+ [139.09, 72.23],
+ [141.02, 72.59],
+ [140.75, 72.89],
+ [146.85, 72.35],
+ [144.39, 72.17],
+ [146.93, 72.31],
+ [144.96, 71.96],
+ [145.32, 71.66],
+ [147.14, 72.32],
+ [149.19, 72.22],
+ [150.08, 71.88],
+ [148.82, 71.67],
+ [152.54, 70.84],
+ [159.05, 70.87],
+ [160.04, 70.41],
+ [159.73, 69.83],
+ [161, 69.59],
+ [161.41, 68.98],
+ [160.85, 68.52],
+ [161.58, 68.91],
+ [161.45, 69.39],
+ [164.01, 69.77],
+ [167.79, 69.78],
+ [168.28, 69.24],
+ [170.61, 68.76],
+ [171.03, 69.04],
+ [170.12, 69.61],
+ [170.47, 70.13],
+ [176.11, 69.89],
+ [180, 68.98],
+ [180, 65.07],
+ [178.52, 64.59],
+ [176.9, 65.08],
+ [176.3, 65.05],
+ [177.3, 64.83],
+ [174.44, 64.69],
+ [177.49, 64.76],
+ [179.56, 62.62],
+ [179.06, 62.28],
+ [176.98, 62.87],
+ [177.27, 62.57],
+ [172.71, 61.43],
+ [170.25, 59.91],
+ [169.21, 60.62],
+ [166.14, 59.82],
+ [166.35, 60.49],
+ [164.83, 59.78],
+ [163.64, 60.05],
+ [163.19, 59.05],
+ [161.94, 58.07],
+ [162.35, 57.68],
+ [163.21, 57.84],
+ [162.74, 57.36],
+ [163.35, 56.2],
+ [162.39, 56.4],
+ [161.71, 55.5],
+ [162.11, 54.76],
+ [160.01, 54.14],
+ [160.06, 53.09],
+ [158.43, 53.02],
+ [158.28, 51.94],
+ [156.67, 50.88],
+ [155.54, 55.3],
+ [155.95, 56.67],
+ [156.98, 57.41],
+ [156.75, 57.73],
+ [158.23, 58.02],
+ [161.91, 60.42],
+ [163.66, 60.87],
+ [164.13, 62.28],
+ [165.64, 62.45],
+ [163.26, 62.54],
+ [162.95, 61.81],
+ [163.29, 61.66],
+ [160.14, 60.58],
+ [160.39, 61.03],
+ [159.78, 60.94],
+ [159.83, 61.26],
+ [160.35, 61.95],
+ [157.49, 61.8],
+ [154.23, 59.88],
+ [154.11, 59.46],
+ [155.19, 59.36],
+ [154.74, 59.13],
+ [151.31, 58.84],
+ [151.07, 59.11],
+ [152.29, 59.23],
+ [149.6, 59.77],
+ [148.9, 59.24],
+ [142.16, 59.07],
+ [135.15, 54.86],
+ [136.82, 54.65],
+ [136.76, 53.77],
+ [137.74, 54.32],
+ [137.31, 53.53],
+ [138.55, 53.99],
+ [138.44, 53.51],
+ [138.64, 54.3],
+ [139.75, 54.31],
+ [141.42, 53.29],
+ [140.71, 53.11],
+ [141.51, 52.21],
+ [140.46, 50.71],
+ [140.7, 50.09],
+ [140.18, 48.45],
+ [135.13, 43.5],
+ [133.15, 42.68],
+ [131.81, 43.33],
+ [130.7, 42.29],
+ [130.64, 42.41],
+ [130.6, 42.42],
+ [130.41, 42.72],
+ [131.31, 43.39],
+ [130.95, 44.84],
+ [131.86, 45.35],
+ [133.12, 45.13],
+ [134.74, 48.27],
+ [130.99, 47.69],
+ [130.67, 48.86],
+ [127.53, 49.79],
+ [126.1, 52.76],
+ [123.38, 53.53],
+ [120.86, 53.28],
+ [120.03, 52.77],
+ [120.78, 52.11],
+ [119.21, 50.02],
+ [117.87, 49.52],
+ [116.71, 49.83],
+ [114.31, 50.28],
+ [110.79, 49.15],
+ [108.57, 49.33],
+ [106.66, 50.34],
+ [102.92, 50.32],
+ [102.33, 50.57],
+ [102.22, 51.33],
+ [98.93, 52.14],
+ [97.83, 51],
+ [98.29, 50.29],
+ [97.34, 49.73],
+ [92.32, 50.81],
+ [87.84, 49.17],
+ [87.35, 49.09],
+ [86.77, 49.79],
+ [85.26, 49.59],
+ [83.46, 51],
+ [81.47, 50.74],
+ [80.69, 51.31],
+ [80.08, 50.76],
+ [77.91, 53.27],
+ [76.52, 53.99],
+ [76.81, 54.45],
+ [73.44, 53.44],
+ [73.76, 54.07],
+ [71.19, 54.1],
+ [70.84, 55.3],
+ [69.19, 55.34],
+ [65.22, 54.32],
+ [61.01, 53.95],
+ [60.91, 53.62],
+ [61.58, 53.51],
+ [61.18, 53.31],
+ [62.12, 53],
+ [61.1, 52.98],
+ [60.69, 52.68],
+ [61.06, 52.34],
+ [60, 51.96],
+ [61.69, 51.27],
+ [61.38, 50.78],
+ [59.54, 50.48],
+ [58.34, 51.16],
+ [56.51, 51.08],
+ [55.69, 50.53],
+ [54.65, 51.04],
+ [54.52, 50.53],
+ [53.43, 51.49],
+ [50.77, 51.77],
+ [48.7, 50.59],
+ [48.8, 49.94],
+ [47.52, 50.44],
+ [46.5, 48.42],
+ [47.38, 47.69],
+ [48.2, 47.7],
+ [49.03, 46.78],
+ [48.56, 46.56],
+ [49.22, 46.35],
+ [48.71, 45.83],
+ [47.38, 45.74],
+ [46.68, 44.52],
+ [47.41, 43.5],
+ [47.7, 43.87],
+ [47.46, 43.02],
+ [48.58, 41.84],
+ [47.77, 41.2],
+ [46.57, 41.87],
+ [46.45, 41.9],
+ [44.93, 42.76],
+ [43.91, 42.58],
+ [42.85, 43.18],
+ [40, 43.38],
+ [36.58, 45.18],
+ [37.74, 45.3],
+ [37.94, 46.03],
+ [38.57, 46.09],
+ [37.73, 46.67],
+ [39.3, 47.08],
+ [38.24, 47.11],
+ [38.85, 47.86],
+ [39.8, 47.86],
+ [39.66, 48.62],
+ [40.08, 48.87],
+ [39.7, 49.01],
+ [40.14, 49.6],
+ [38.02, 49.9],
+ [37.46, 50.44],
+ [35.61, 50.37],
+ [35.37, 51.04],
+ [34.38, 51.26],
+ [34.1, 51.65],
+ [34.42, 51.81],
+ [33.42, 52.36],
+ [31.78, 52.11],
+ [31.27, 53.02],
+ [32.74, 53.46],
+ [30.78, 54.79],
+ [30.93, 55.6],
+ [28.17, 56.15],
+ [27.86, 57.3],
+ [27.37, 57.54],
+ [27.82, 57.87],
+ [27.43, 58.81],
+ [28.02, 59.48],
+ [30.25, 59.98],
+ [28.6, 60.38],
+ [28.69, 60.74],
+ [27.81, 60.55],
+ [31.59, 62.91],
+ [29.99, 63.74],
+ [30.58, 64.22],
+ [29.64, 64.93],
+ [30.13, 65.72],
+ [29.07, 66.9],
+ [30.03, 67.69],
+ [28.69, 68.2],
+ [28.82, 68.84],
+ [28.43, 68.9],
+ [28.96, 69.05],
+ [30.85, 69.79],
+ [33.09, 69.75],
+ [32.03, 69.64],
+ [33.52, 69.42],
+ [33.02, 68.95],
+ [33.72, 69.33],
+ [35.97, 69.17],
+ [40.99, 67.72],
+ [41.22, 66.84],
+ [38.61, 66.05],
+ [31.85, 67.15],
+ [34.85, 65.9],
+ [34.38, 65.38],
+ [34.79, 64.55],
+ [37.41, 63.8],
+ [37.98, 64.32],
+ [36.44, 64.94],
+ [37.03, 65.21],
+ [38.41, 64.86],
+ [38.05, 64.64],
+ [40.51, 64.54],
+ [39.75, 65.55],
+ [42.17, 66.52],
+ [44.17, 65.87],
+ [44.5, 66.91],
+ [43.75, 67.32],
+ [44.25, 68.27],
+ [43.31, 68.68],
+ [46.52, 68.14],
+ [46.71, 67.81],
+ [44.91, 67.37],
+ [46.39, 66.74],
+ [47.7, 66.99],
+ [47.99, 67.65],
+ [49.1, 67.63],
+ [48.59, 67.93],
+ [52.27, 68.31],
+ [52.73, 68.47],
+ [52.49, 68.59],
+ [52.65, 68.65],
+ [52.29, 68.61],
+ [53.78, 68.97],
+ [54.56, 68.99],
+ [53.59, 68.9],
+ [54.02, 68.86],
+ [53.95, 68.4],
+ [53.21, 68.26],
+ [54.79, 68.16],
+ [58.9, 69],
+ [59.43, 68.75],
+ [59.07, 68.42],
+ [59.84, 68.37],
+ [60.91, 68.9],
+ [60.14, 69.57],
+ [60.87, 69.86],
+ [64.15, 69.54],
+ [68.44, 68.22],
+ [69.22, 68.96],
+ [66.8, 69.57],
+ [67.34, 70.75],
+ [66.62, 71.05],
+ [68.47, 71.82],
+ [69.33, 72.95],
+ [71.56, 72.91],
+ [72.83, 72.71],
+ [72.88, 72.28],
+ [71.8, 71.47],
+ [72.84, 70.87],
+ [72.42, 70.27],
+ [72.55, 68.98],
+ [73.65, 68.46],
+ [71.41, 66.97],
+ [71.56, 66.65],
+ [68.97, 66.8],
+ [72, 66.22],
+ [74.74, 67.69],
+ [74.33, 68.38],
+ [74.64, 68.77],
+ [76.59, 68.97],
+ [77.32, 68.52],
+ [77.09, 67.78],
+ [79.04, 67.57],
+ [77.46, 67.76],
+ [78.17, 68.26],
+ [77.63, 68.91],
+ [73.75, 69.17],
+ [73.52, 69.76],
+ [74.31, 70.67],
+ [73.02, 71.42],
+ [74.96, 72.11],
+ [74.83, 72.83],
+ [75.72, 72.56],
+ [75.24, 71.38],
+ [76.92, 71.07],
+ [79.11, 71],
+ [76.1, 71.93],
+ [78.1, 71.88],
+ [77.37, 72.1],
+ [78.54, 72.4],
+ [83.26, 71.72],
+ [82.26, 71.26],
+ [82.08, 70.57],
+ [82.35, 70.2],
+ [82.16, 70.58],
+ [83.12, 70.89],
+ [82.64, 70.17],
+ [83.11, 70.07],
+ [83.75, 70.46],
+ [83.15, 71.24],
+ [83.63, 71.62],
+ [80.72, 72.53],
+ [80.82, 72.97],
+ [80.23, 73.17],
+ [80.51, 73.57],
+ [87.09, 73.86],
+ [85.78, 73.46],
+ [86.78, 72.99],
+ [85.85, 73.48],
+ [87.66, 73.89],
+ [85.95, 74.28],
+ [87.13, 74.37],
+ [85.79, 74.63],
+ [86.03, 74.81],
+ [86.91, 74.61],
+ [87.79, 75.02],
+ [86.99, 75.15],
+ [94.16, 75.94],
+ [92.87, 75.95],
+ [93.16, 76.1],
+ [99.28, 76.21],
+ [99.77, 76.03],
+ [99.09, 75.55],
+ [100.19, 75.17],
+ [99.17, 75.57],
+ [99.88, 76.09],
+ [98.81, 76.49],
+ [102.23, 76.38],
+ [100.85, 76.88],
+ [104.27, 77.68]
+ ]
+ ],
+ [
+ [
+ [102.97, 79.33],
+ [102.39, 78.83],
+ [103.95, 79.13],
+ [105.41, 78.56],
+ [99.34, 78.02],
+ [101.62, 78.98],
+ [100.99, 79.06],
+ [101.55, 79.35],
+ [102.97, 79.33]
+ ]
+ ],
+ [
+ [
+ [97.61, 80.17],
+ [98.03, 80.07],
+ [97.19, 79.7],
+ [100.02, 79.82],
+ [99.04, 79.29],
+ [99.94, 78.95],
+ [97.3, 78.85],
+ [92.85, 79.55],
+ [97.61, 80.17]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Russia"
+ },
+ "id": "RU"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [29.95, -2.31],
+ [29.85, -2.76],
+ [29.02, -2.74],
+ [29.6, -1.39],
+ [30.48, -1.06],
+ [30.89, -2.08],
+ [30.57, -2.4],
+ [29.95, -2.31]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Rwanda"
+ },
+ "id": "RW"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-63.03, 18.02],
+ [-63.14, 18.06],
+ [-63.01, 18.07],
+ [-63.03, 18.02]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Saint Barthelemy"
+ },
+ "id": "BL"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-5.66, -15.99],
+ [-5.79, -15.99],
+ [-5.7, -15.9],
+ [-5.66, -15.99]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Saint Helena"
+ },
+ "id": "SH"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-62.55, 17.09],
+ [-62.62, 17.11],
+ [-62.6, 17.2],
+ [-62.55, 17.09]
+ ]
+ ],
+ [
+ [
+ [-62.7, 17.34],
+ [-62.63, 17.22],
+ [-62.86, 17.37],
+ [-62.7, 17.34]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Saint Kitts and Nevis"
+ },
+ "id": "KN"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-63.17, 18.16],
+ [-62.97, 18.27],
+ [-62.99, 18.23],
+ [-63.17, 18.16]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Anguilla"
+ },
+ "id": "AI"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-60.95, 13.71],
+ [-61.08, 13.88],
+ [-60.93, 14.11],
+ [-60.95, 13.71]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Saint Lucia"
+ },
+ "id": "LC"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-63.01, 18.08],
+ [-63.01, 18.07],
+ [-63.14, 18.06],
+ [-63.01, 18.08]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Saint Martin"
+ },
+ "id": "MF"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-56.15, 46.76],
+ [-56.24, 46.76],
+ [-56.17, 46.81],
+ [-56.15, 46.76]
+ ]
+ ],
+ [
+ [
+ [-56.27, 46.99],
+ [-56.37, 46.78],
+ [-56.39, 47.12],
+ [-56.27, 46.99]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Saint Pierre and Miquelon"
+ },
+ "id": "PM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-61.17, 13.13],
+ [-61.28, 13.21],
+ [-61.18, 13.38],
+ [-61.17, 13.13]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Saint Vincent and the Grenadines"
+ },
+ "id": "VC"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [12.42, 43.96],
+ [12.51, 43.99],
+ [12.46, 43.9],
+ [12.42, 43.96]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "San Marino"
+ },
+ "id": "SM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [6.52, 0.02],
+ [6.47, 0.26],
+ [6.69, 0.4],
+ [6.52, 0.02]
+ ]
+ ],
+ [
+ [
+ [7.42, 1.56],
+ [7.33, 1.61],
+ [7.41, 1.7],
+ [7.42, 1.56]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Sao Tome and Principe"
+ },
+ "id": "ST"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [44.72, 29.2],
+ [46.55, 29.1],
+ [48.42, 28.55],
+ [48.84, 27.62],
+ [50.16, 26.66],
+ [49.99, 26.02],
+ [50.83, 24.75],
+ [51.22, 24.62],
+ [51.58, 24.26],
+ [52.58, 22.94],
+ [55.2, 22.7],
+ [55.67, 22],
+ [55, 20],
+ [52, 19],
+ [48.77, 18.27],
+ [46.33, 15.62],
+ [46.33, 16.67],
+ [44.47, 17.41],
+ [43.31, 17.46],
+ [42.79, 16.38],
+ [40.76, 19.76],
+ [39.18, 21.1],
+ [38.45, 23.78],
+ [37.44, 24.37],
+ [35.16, 28.06],
+ [34.57, 28.09],
+ [34.96, 29.36],
+ [36.07, 29.19],
+ [37.5, 30],
+ [38, 30.5],
+ [37.01, 31.51],
+ [39.2, 32.15],
+ [42.08, 31.11],
+ [44.72, 29.2]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Saudi Arabia"
+ },
+ "id": "SA"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-17.15, 14.61],
+ [-17.54, 14.76],
+ [-16.53, 16.06],
+ [-16.28, 16.52],
+ [-14.35, 16.64],
+ [-12.24, 14.76],
+ [-11.37, 12.41],
+ [-13.71, 12.68],
+ [-14.52, 12.68],
+ [-16.72, 12.32],
+ [-15.39, 12.83],
+ [-16.76, 12.56],
+ [-16.75, 13.06],
+ [-15.81, 13.16],
+ [-15.8, 13.35],
+ [-15.29, 13.37],
+ [-15.11, 13.6],
+ [-13.8, 13.41],
+ [-15.07, 13.83],
+ [-16.57, 13.59],
+ [-16.36, 14.17],
+ [-16.78, 14.01],
+ [-17.15, 14.61]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Senegal"
+ },
+ "id": "SN"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [20.07, 42.56],
+ [20.35, 42.89],
+ [19.23, 43.51],
+ [19.62, 44.05],
+ [19.04, 44.86],
+ [19.42, 45.23],
+ [18.82, 45.91],
+ [20.26, 46.11],
+ [21.51, 45.15],
+ [21.4, 44.78],
+ [22.48, 44.71],
+ [22.68, 44.22],
+ [22.37, 43.83],
+ [23, 43.19],
+ [22.37, 42.32],
+ [20.59, 41.88],
+ [20.07, 42.56]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Serbia"
+ },
+ "id": "RS"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [55.54, -4.76],
+ [55.38, -4.63],
+ [55.46, -4.55],
+ [55.54, -4.76]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Seychelles"
+ },
+ "id": "SC"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-11.21, 10],
+ [-10.57, 9.06],
+ [-10.7, 8.3],
+ [-10.27, 8.49],
+ [-11.49, 6.93],
+ [-12.96, 7.9],
+ [-13.3, 9.03],
+ [-12.46, 9.89],
+ [-11.21, 10]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Sierra Leone"
+ },
+ "id": "SL"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [103.99, 1.38],
+ [103.64, 1.32],
+ [103.71, 1.43],
+ [103.99, 1.38]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Singapore"
+ },
+ "id": "SG"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [17.25, 48.02],
+ [17.17, 48.01],
+ [16.95, 48.62],
+ [18.85, 49.52],
+ [22.56, 49.08],
+ [22.15, 48.41],
+ [20.66, 48.56],
+ [18.66, 47.76],
+ [17.25, 48.02]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Slovakia"
+ },
+ "id": "SK"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [105.58, 23.06],
+ [106.71, 22.86],
+ [106.69, 22.03],
+ [107.99, 21.54],
+ [106.64, 21.02],
+ [105.61, 18.98],
+ [108.83, 15.42],
+ [109.47, 12.89],
+ [109.27, 11.89],
+ [108, 10.7],
+ [107.27, 10.38],
+ [106.74, 10.67],
+ [106.42, 10.31],
+ [106.78, 10.08],
+ [106.29, 10.25],
+ [106.62, 9.81],
+ [106.12, 10.24],
+ [106.54, 9.58],
+ [105.82, 10],
+ [106.19, 9.37],
+ [105.02, 8.59],
+ [105.11, 9.95],
+ [104.45, 10.42],
+ [105.1, 10.96],
+ [106.2, 10.77],
+ [105.85, 11.66],
+ [107.55, 12.35],
+ [107.49, 14.45],
+ [107.55, 14.71],
+ [107.7, 15.27],
+ [107.18, 15.78],
+ [107.46, 16.08],
+ [106.69, 16.46],
+ [105.19, 18.64],
+ [103.88, 19.29],
+ [104.98, 20],
+ [104.38, 20.44],
+ [104.64, 20.66],
+ [103.17, 20.85],
+ [102.98, 21.74],
+ [102.14, 22.4],
+ [102.48, 22.77],
+ [103.96, 22.5],
+ [105.35, 23.33],
+ [105.58, 23.06]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Vietnam"
+ },
+ "id": "VN"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [13.72, 46.53],
+ [16.11, 46.87],
+ [16.61, 46.48],
+ [16.57, 46.48],
+ [15.65, 46.22],
+ [15.17, 45.43],
+ [13.59, 45.48],
+ [13.72, 45.6],
+ [13.38, 46.3],
+ [13.72, 46.53]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Slovenia"
+ },
+ "id": "SI"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [42.94, 11],
+ [43.25, 11.47],
+ [44.28, 10.45],
+ [44.9, 10.42],
+ [50.77, 11.98],
+ [51.28, 11.84],
+ [51.01, 10.44],
+ [51.41, 10.45],
+ [50.9, 10.32],
+ [50.84, 9.43],
+ [47.95, 4.46],
+ [43.49, 0.65],
+ [41.56, -1.67],
+ [41, -0.87],
+ [40.99, 2.83],
+ [41.91, 3.98],
+ [43.69, 4.89],
+ [44.95, 4.9],
+ [47.99, 8],
+ [44.01, 9.01],
+ [42.85, 10.22],
+ [42.94, 11]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Somalia"
+ },
+ "id": "SO"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [29.89, -22.19],
+ [31.3, -22.41],
+ [32.02, -24.46],
+ [31.97, -25.96],
+ [31.33, -25.75],
+ [30.9, -26.31],
+ [31.16, -27.2],
+ [31.99, -27.32],
+ [32.13, -26.84],
+ [32.89, -26.85],
+ [32.39, -28.54],
+ [27.9, -33.04],
+ [25.7, -34.03],
+ [22.54, -34.01],
+ [20, -34.82],
+ [18.79, -34.09],
+ [18.4, -34.3],
+ [17.85, -32.83],
+ [18.29, -32.62],
+ [18.28, -31.89],
+ [16.49, -28.58],
+ [17.06, -28.03],
+ [17.4, -28.71],
+ [18.18, -28.91],
+ [20, -28.42],
+ [20, -24.77],
+ [20.81, -25.88],
+ [20.64, -26.83],
+ [21.67, -26.86],
+ [23.01, -25.3],
+ [25.51, -25.68],
+ [26.96, -23.75],
+ [29.37, -22.19],
+ [29.89, -22.19]
+ ],
+ [
+ [28.57, -28.61],
+ [27.01, -29.63],
+ [27.56, -30.4],
+ [28.08, -30.65],
+ [29.17, -29.91],
+ [29.43, -29.28],
+ [28.57, -28.61]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "South Africa"
+ },
+ "id": "ZA"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [32.99, -17.27],
+ [32.7, -18.94],
+ [33.02, -19.94],
+ [32.49, -21.34],
+ [31.3, -22.41],
+ [29.89, -22.19],
+ [29.37, -22.19],
+ [28.02, -21.57],
+ [27.71, -20.51],
+ [26.17, -19.53],
+ [25.26, -17.8],
+ [27.04, -17.96],
+ [28.93, -15.97],
+ [30.42, -15.63],
+ [30.42, -16.01],
+ [32.98, -16.71],
+ [32.99, -17.27]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Zimbabwe"
+ },
+ "id": "ZW"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-16.34, 28.37],
+ [-16.67, 27.98],
+ [-16.91, 28.34],
+ [-16.34, 28.37]
+ ]
+ ],
+ [
+ [
+ [3.25, 39.73],
+ [3.06, 39.26],
+ [2.36, 39.56],
+ [3.25, 39.73]
+ ]
+ ],
+ [
+ [
+ [-7.86, 43.76],
+ [-1.78, 43.36],
+ [1.45, 42.6],
+ [1.72, 42.51],
+ [3.18, 42.44],
+ [3.18, 41.87],
+ [0.96, 41.03],
+ [0.05, 40.04],
+ [-0.34, 39.44],
+ [0.21, 38.73],
+ [-0.72, 37.61],
+ [-2.13, 36.73],
+ [-4.4, 36.72],
+ [-5.33, 36.16],
+ [-5.36, 36.16],
+ [-6.04, 36.18],
+ [-6.36, 36.86],
+ [-7.43, 37.25],
+ [-6.95, 39.03],
+ [-7.53, 39.67],
+ [-7.02, 39.67],
+ [-6.93, 41.02],
+ [-6.19, 41.58],
+ [-6.59, 41.95],
+ [-8.2, 41.87],
+ [-8.75, 41.95],
+ [-9.21, 43.15],
+ [-7.86, 43.76]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Spain"
+ },
+ "id": "ES"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-15.74, 21.34],
+ [-16.95, 21.34],
+ [-17.05, 20.76],
+ [-16.92, 21.94],
+ [-16.49, 22.33],
+ [-16.36, 22.57],
+ [-16.28, 22.9],
+ [-16.16, 22.99],
+ [-16.18, 23.08],
+ [-16.08, 23.32],
+ [-15.77, 23.78],
+ [-15.78, 23.91],
+ [-16.01, 23.67],
+ [-15.84, 23.9],
+ [-15.58, 24.06],
+ [-15.18, 24.49],
+ [-15.03, 24.54],
+ [-14.9, 24.69],
+ [-14.48, 26.17],
+ [-13.57, 26.73],
+ [-13.17, 27.67],
+ [-8.67, 27.67],
+ [-8.67, 27.29],
+ [-8.67, 26],
+ [-12, 26],
+ [-12, 23.45],
+ [-13.11, 22.89],
+ [-13, 21.34],
+ [-15.74, 21.34]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Western Sahara"
+ },
+ "id": "EH"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [31.45, 22],
+ [36.89, 22],
+ [37.43, 18.86],
+ [38.6, 17.99],
+ [37, 17.07],
+ [36.54, 14.26],
+ [36.14, 12.71],
+ [35.1, 11.83],
+ [34.86, 10.73],
+ [34.29, 10.55],
+ [34.12, 8.58],
+ [33.25, 8.46],
+ [32.99, 7.92],
+ [34.7, 6.68],
+ [35.94, 4.62],
+ [34.39, 4.61],
+ [34, 4.22],
+ [33.52, 3.75],
+ [30.86, 3.49],
+ [29.64, 4.64],
+ [28.36, 4.29],
+ [27.46, 5.02],
+ [25.25, 7.85],
+ [23.52, 8.71],
+ [23.67, 9.87],
+ [22.87, 10.92],
+ [22.47, 12.62],
+ [21.83, 12.8],
+ [22.94, 15.56],
+ [24, 15.7],
+ [24, 19.5],
+ [24, 20],
+ [25, 20],
+ [25, 22],
+ [31.45, 22]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Sudan"
+ },
+ "id": "SD"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-55.13, 5.82],
+ [-54.03, 5.82],
+ [-54.17, 5.35],
+ [-54.48, 4.75],
+ [-54, 3.45],
+ [-54.6, 2.33],
+ [-55.97, 2.53],
+ [-55.9, 1.89],
+ [-56.47, 1.94],
+ [-58.05, 4.01],
+ [-57.25, 5.49],
+ [-56.97, 6],
+ [-55.13, 5.82]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Suriname"
+ },
+ "id": "SR"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [23.34, 78.2],
+ [23.06, 78.02],
+ [24.91, 77.75],
+ [22.64, 77.25],
+ [22.78, 77.55],
+ [20.86, 77.46],
+ [21.64, 77.91],
+ [20.9, 78.11],
+ [23.34, 78.2]
+ ]
+ ],
+ [
+ [
+ [21.5, 78.57],
+ [22.27, 78.26],
+ [20.12, 78.47],
+ [21.5, 78.57]
+ ]
+ ],
+ [
+ [
+ [16.82, 79.87],
+ [18.1, 79.72],
+ [17.64, 79.37],
+ [18.36, 79.63],
+ [18.92, 79.16],
+ [21.55, 78.77],
+ [18.97, 78.46],
+ [19.09, 78.1],
+ [16.61, 76.57],
+ [15.5, 76.88],
+ [16.52, 77],
+ [13.91, 77.53],
+ [16.22, 77.43],
+ [14.74, 77.66],
+ [17.01, 77.93],
+ [13.94, 77.72],
+ [13.59, 78.05],
+ [17.3, 78.42],
+ [16.33, 78.45],
+ [16.83, 78.67],
+ [15.46, 78.45],
+ [15.38, 78.84],
+ [13.01, 78.2],
+ [12.36, 78.48],
+ [13.2, 78.54],
+ [11.33, 78.96],
+ [12.51, 78.91],
+ [11.76, 79.08],
+ [12.11, 79.3],
+ [11.24, 79.09],
+ [10.68, 79.54],
+ [13.82, 79.88],
+ [12.45, 79.57],
+ [14.06, 79.26],
+ [13.89, 79.54],
+ [14.58, 79.8],
+ [16.45, 78.9],
+ [15.64, 79.83],
+ [16.82, 79.87]
+ ]
+ ],
+ [
+ [
+ [20.04, 80.46],
+ [22.23, 79.98],
+ [22.89, 80.49],
+ [23.36, 80.43],
+ [23.1, 80.12],
+ [24.84, 80.35],
+ [27.24, 79.9],
+ [23.51, 79.18],
+ [19.64, 79.6],
+ [22.31, 79.8],
+ [18.77, 79.72],
+ [17.78, 80.13],
+ [20.04, 80.46]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Svalbard"
+ },
+ "id": "SJ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [30.9, -26.31],
+ [31.33, -25.75],
+ [31.97, -25.96],
+ [32.13, -26.84],
+ [31.99, -27.32],
+ [31.16, -27.2],
+ [30.9, -26.31]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Swaziland"
+ },
+ "id": "SZ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [21.81, 68.57],
+ [23.67, 67.94],
+ [23.43, 67.47],
+ [24.01, 66.8],
+ [23.66, 66.31],
+ [24.17, 65.81],
+ [21.77, 65.72],
+ [22.2, 65.55],
+ [21.26, 65.34],
+ [21.62, 65.14],
+ [21.04, 64.82],
+ [21.58, 64.44],
+ [20.78, 63.87],
+ [18.21, 62.78],
+ [17.7, 62.99],
+ [18.05, 62.6],
+ [17.33, 62.49],
+ [17.65, 62.23],
+ [17.15, 60.95],
+ [19.08, 59.76],
+ [17.94, 59.34],
+ [17.59, 59.81],
+ [17.73, 59.44],
+ [16.02, 59.49],
+ [17.38, 59.25],
+ [18.65, 59.32],
+ [16.19, 58.63],
+ [16.94, 58.48],
+ [16.41, 58.47],
+ [16.82, 58.2],
+ [16.42, 57.89],
+ [16.69, 57.47],
+ [15.87, 56.09],
+ [14.7, 56.16],
+ [14.19, 55.39],
+ [12.98, 55.4],
+ [12.45, 56.3],
+ [12.89, 56.64],
+ [11.7, 57.7],
+ [11.8, 58.32],
+ [11.2, 58.4],
+ [11.11, 59],
+ [11.43, 58.99],
+ [11.82, 59.85],
+ [12.49, 60.11],
+ [12.21, 61],
+ [12.86, 61.36],
+ [12.12, 61.73],
+ [12.14, 63.58],
+ [13.99, 64.02],
+ [14.12, 64.47],
+ [13.66, 64.58],
+ [14.49, 65.31],
+ [14.5, 66.13],
+ [15.47, 66.28],
+ [16.73, 67.9],
+ [17.88, 67.95],
+ [18.09, 68.51],
+ [19.94, 68.34],
+ [20.35, 68.79],
+ [20.1, 69.04],
+ [20.58, 69.06],
+ [21.81, 68.57]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Sweden"
+ },
+ "id": "SE"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [7.7, 47.54],
+ [9.57, 47.54],
+ [9.53, 47.27],
+ [9.47, 47.06],
+ [9.6, 47.06],
+ [10.47, 46.87],
+ [10.13, 46.23],
+ [9.28, 46.5],
+ [9.04, 45.84],
+ [8.44, 46.46],
+ [7.86, 45.92],
+ [7.04, 45.93],
+ [6.79, 46.43],
+ [5.97, 46.21],
+ [6.99, 47.5],
+ [7.59, 47.58],
+ [7.7, 47.54]
+ ]
+ ],
+ [
+ [
+ [8.71, 47.7],
+ [8.68, 47.69],
+ [8.67, 47.71],
+ [8.71, 47.7]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Switzerland"
+ },
+ "id": "CH"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [42.36, 37.11],
+ [41.29, 36.36],
+ [41, 34.42],
+ [38.79, 33.38],
+ [36.84, 32.31],
+ [35.65, 32.69],
+ [35.62, 33.25],
+ [36.62, 34.2],
+ [35.97, 34.65],
+ [35.92, 35.93],
+ [36.69, 36.24],
+ [36.66, 36.83],
+ [42.36, 37.11]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Syria"
+ },
+ "id": "SY"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [74.92, 37.24],
+ [73.31, 37.46],
+ [71.68, 36.68],
+ [71.59, 37.9],
+ [70.97, 38.47],
+ [69.32, 37.12],
+ [67.78, 37.19],
+ [68.38, 38.2],
+ [67.44, 39.48],
+ [68.54, 39.55],
+ [69.01, 40.09],
+ [68.6, 40.18],
+ [70.42, 41.05],
+ [70.8, 40.73],
+ [70.38, 40.38],
+ [70.98, 40.24],
+ [69.54, 40.13],
+ [69.31, 39.54],
+ [73.66, 39.45],
+ [73.82, 38.61],
+ [74.86, 38.47],
+ [74.92, 37.24]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Tajikistan"
+ },
+ "id": "TJ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [100.08, 20.35],
+ [100.09, 20.35],
+ [100.58, 20.16],
+ [100.5, 19.53],
+ [101.28, 19.56],
+ [100.92, 17.57],
+ [102.09, 18.21],
+ [102.68, 17.82],
+ [103.4, 18.43],
+ [104.72, 17.5],
+ [104.75, 16.53],
+ [105.64, 15.66],
+ [105.21, 14.35],
+ [103.18, 14.33],
+ [102.38, 13.57],
+ [102.92, 11.64],
+ [102.06, 12.57],
+ [100.85, 12.68],
+ [100.98, 13.46],
+ [100.07, 13.42],
+ [100.02, 12.19],
+ [99.15, 10.37],
+ [99.24, 9.25],
+ [99.85, 9.3],
+ [100.42, 7.16],
+ [102.1, 6.24],
+ [101.14, 5.63],
+ [100.65, 6.45],
+ [100.13, 6.42],
+ [98.66, 8.38],
+ [98.27, 8.27],
+ [98.74, 10.35],
+ [99.66, 11.83],
+ [99.17, 13.73],
+ [98.2, 15.07],
+ [98.93, 16.39],
+ [97.35, 18.56],
+ [97.77, 18.57],
+ [98.05, 19.81],
+ [100.08, 20.35]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Thailand"
+ },
+ "id": "TH"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [1.4, 9.43],
+ [1.64, 6.22],
+ [1.2, 6.1],
+ [0.53, 6.95],
+ [0.73, 8.32],
+ [-0.15, 11.14],
+ [0.92, 11],
+ [0.78, 10.38],
+ [1.4, 9.43]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Togo"
+ },
+ "id": "TG"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-171.84, -9.21],
+ [-171.86, -9.21],
+ [-171.85, -9.17],
+ [-171.84, -9.21]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Tokelau"
+ },
+ "id": "TK"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-175.15, -21.18],
+ [-175.36, -21.1],
+ [-175.05, -21.14],
+ [-175.15, -21.18]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Tonga"
+ },
+ "id": "TO"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-60.92, 10.8],
+ [-61.01, 10.14],
+ [-61.92, 10.04],
+ [-61.46, 10.28],
+ [-61.66, 10.71],
+ [-60.92, 10.8]
+ ]
+ ],
+ [
+ [
+ [-60.64, 11.2],
+ [-60.85, 11.16],
+ [-60.53, 11.35],
+ [-60.64, 11.2]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Trinidad and Tobago"
+ },
+ "id": "TT"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [56.18, 25.65],
+ [56.27, 25.64],
+ [56.37, 24.98],
+ [56.04, 24.94],
+ [55.2, 22.7],
+ [52.58, 22.94],
+ [51.58, 24.26],
+ [54.12, 24.14],
+ [56.08, 26.07],
+ [56.18, 25.65]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "United Arab Emirates"
+ },
+ "id": "AE"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [9.85, 37.14],
+ [10.38, 36.72],
+ [11.07, 37.05],
+ [10.46, 36.12],
+ [11.13, 35.24],
+ [10.01, 34.17],
+ [11.53, 33.17],
+ [11.57, 32.44],
+ [10.29, 31.69],
+ [10.21, 30.73],
+ [9.54, 30.23],
+ [9.06, 32.1],
+ [7.49, 33.89],
+ [8.25, 34.64],
+ [8.18, 36.52],
+ [8.62, 36.94],
+ [9.85, 37.14]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Tunisia"
+ },
+ "id": "TN"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [35.1, 41.96],
+ [38.36, 40.91],
+ [40.15, 40.92],
+ [41.53, 41.52],
+ [42.83, 41.58],
+ [43.46, 41.11],
+ [43.66, 40.11],
+ [44.78, 39.71],
+ [44.81, 39.63],
+ [44.03, 39.38],
+ [44.79, 37.15],
+ [42.36, 37.11],
+ [36.66, 36.83],
+ [36.69, 36.24],
+ [35.92, 35.93],
+ [36.02, 36.93],
+ [32.81, 36.03],
+ [31.05, 36.85],
+ [29.68, 36.12],
+ [28.45, 36.88],
+ [27.38, 36.68],
+ [28.33, 37.04],
+ [27.25, 36.97],
+ [27.6, 37.23],
+ [27.19, 37.35],
+ [27.27, 37.96],
+ [26.28, 38.26],
+ [26.37, 38.66],
+ [27.16, 38.44],
+ [26.73, 38.65],
+ [26.95, 39.55],
+ [26.07, 39.48],
+ [26.71, 40.38],
+ [29.94, 40.72],
+ [29.17, 41.23],
+ [31.23, 41.09],
+ [33.33, 42.02],
+ [35.1, 41.96]
+ ]
+ ],
+ [
+ [
+ [27.39, 42.01],
+ [28.01, 41.98],
+ [29.04, 41.06],
+ [27.51, 40.98],
+ [26.18, 40.05],
+ [26.83, 40.59],
+ [26.04, 40.74],
+ [26.63, 41.35],
+ [26.36, 41.71],
+ [27.39, 42.01]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Turkey"
+ },
+ "id": "TR"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [58.78, 42.66],
+ [60.01, 42.22],
+ [60.14, 41.38],
+ [61.87, 41.13],
+ [62.55, 39.93],
+ [64.38, 38.95],
+ [66.64, 38],
+ [66.54, 37.37],
+ [64.8, 37.12],
+ [64.5, 36.28],
+ [63.12, 35.86],
+ [62.72, 35.25],
+ [61.28, 35.61],
+ [61.16, 36.65],
+ [60.33, 36.66],
+ [59.34, 37.54],
+ [57.21, 38.28],
+ [53.91, 37.35],
+ [53.98, 38.92],
+ [53.16, 39.18],
+ [53.26, 39.66],
+ [53.73, 39.52],
+ [53.58, 39.97],
+ [53, 39.76],
+ [52.72, 40.45],
+ [52.92, 41.08],
+ [53.75, 40.62],
+ [54.73, 41.1],
+ [53.8, 42.12],
+ [52.95, 41.97],
+ [52.88, 41.05],
+ [52.44, 41.74],
+ [53.01, 42.14],
+ [54.17, 42.34],
+ [56, 41.33],
+ [57.04, 41.26],
+ [56.99, 41.89],
+ [58.78, 42.66]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Turkmenistan"
+ },
+ "id": "TM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-71.66, 21.82],
+ [-71.66, 21.74],
+ [-71.85, 21.85],
+ [-71.66, 21.82]
+ ]
+ ],
+ [
+ [
+ [-71.88, 21.85],
+ [-72.03, 21.94],
+ [-71.91, 21.94],
+ [-71.88, 21.85]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Turks and Caicos Islands"
+ },
+ "id": "TC"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [179.22, -8.55],
+ [179.2, -8.46],
+ [179.23, -8.5],
+ [179.22, -8.55]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Tuvalu"
+ },
+ "id": "TV"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [34, 4.22],
+ [35.01, 1.9],
+ [33.91, 0.1],
+ [33.92, -1],
+ [31.68, -1],
+ [30.48, -1.06],
+ [29.6, -1.39],
+ [29.96, 0.83],
+ [31.3, 2.12],
+ [30.73, 2.45],
+ [30.86, 3.49],
+ [33.52, 3.75],
+ [34, 4.22]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Uganda"
+ },
+ "id": "UG"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [33.42, 52.36],
+ [34.42, 51.81],
+ [34.1, 51.65],
+ [34.38, 51.26],
+ [35.37, 51.04],
+ [35.61, 50.37],
+ [37.46, 50.44],
+ [38.02, 49.9],
+ [40.14, 49.6],
+ [39.7, 49.01],
+ [40.08, 48.87],
+ [39.66, 48.62],
+ [39.8, 47.86],
+ [38.85, 47.86],
+ [38.24, 47.11],
+ [35.91, 46.65],
+ [34.99, 46.08],
+ [35.34, 46.32],
+ [35.2, 46.44],
+ [35.21, 46.39],
+ [35.05, 46.26],
+ [34.7, 46.18],
+ [34.56, 45.98],
+ [33.67, 46.22],
+ [35.13, 45.33],
+ [35.34, 45.33],
+ [35.05, 45.61],
+ [34.76, 46.02],
+ [34.67, 46.09],
+ [34.83, 46.07],
+ [34.9, 45.88],
+ [35.05, 45.65],
+ [35.31, 45.38],
+ [35.48, 45.29],
+ [36.64, 45.38],
+ [33.96, 44.38],
+ [33.37, 44.58],
+ [33.54, 45.11],
+ [32.48, 45.4],
+ [33.61, 46.15],
+ [31.79, 46.28],
+ [32.06, 46.4],
+ [31.51, 46.58],
+ [32.36, 46.46],
+ [32.65, 46.64],
+ [32.02, 46.63],
+ [31.75, 47.25],
+ [31.91, 46.65],
+ [31.48, 46.63],
+ [31.59, 46.8],
+ [30.83, 46.55],
+ [30.25, 45.88],
+ [29.75, 45.62],
+ [29.63, 45.82],
+ [29.66, 45.21],
+ [28.21, 45.45],
+ [28.99, 46.48],
+ [30.12, 46.39],
+ [29.95, 46.81],
+ [29.14, 47.99],
+ [27.76, 48.45],
+ [26.63, 48.26],
+ [24.92, 47.71],
+ [22.89, 47.95],
+ [22.15, 48.41],
+ [22.56, 49.08],
+ [24.11, 50.57],
+ [23.6, 51.53],
+ [25.78, 51.94],
+ [30.55, 51.25],
+ [30.94, 52.07],
+ [31.78, 52.11],
+ [33.42, 52.36]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Ukraine"
+ },
+ "id": "UA"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [20.82, 40.91],
+ [20.59, 41.88],
+ [22.37, 42.32],
+ [22.94, 41.34],
+ [20.98, 40.86],
+ [20.82, 40.91]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Macedonia"
+ },
+ "id": "MK"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [25.32, 31.5],
+ [29.07, 30.82],
+ [31.03, 31.6],
+ [31.92, 31.53],
+ [32.14, 31.07],
+ [34.22, 31.32],
+ [34.27, 31.22],
+ [34.9, 29.49],
+ [34.25, 27.73],
+ [33.24, 28.55],
+ [32.57, 30.01],
+ [32.34, 29.6],
+ [35.81, 23.92],
+ [35.48, 23.94],
+ [35.67, 22.97],
+ [36.89, 22],
+ [31.45, 22],
+ [25, 22],
+ [24.71, 30.17],
+ [25.15, 31.65],
+ [25.32, 31.5]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Egypt"
+ },
+ "id": "EG"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-6.35, 55.24],
+ [-5.43, 54.48],
+ [-6.27, 54.1],
+ [-8.16, 54.44],
+ [-7.41, 54.95],
+ [-7.25, 55.07],
+ [-6.35, 55.24]
+ ]
+ ],
+ [
+ [
+ [-5.78, 56.51],
+ [-6.37, 56.31],
+ [-6.32, 56.6],
+ [-5.78, 56.51]
+ ]
+ ],
+ [
+ [
+ [-6.14, 57.57],
+ [-5.66, 57.2],
+ [-6.79, 57.45],
+ [-6.14, 57.57]
+ ]
+ ],
+ [
+ [
+ [-6.2, 58.36],
+ [-7.12, 57.82],
+ [-7.04, 58.23],
+ [-6.2, 58.36]
+ ]
+ ],
+ [
+ [
+ [-3.01, 58.63],
+ [-4.44, 57.57],
+ [-1.77, 57.46],
+ [-3.28, 56.36],
+ [-2.58, 56.27],
+ [-3.73, 56.03],
+ [-1.63, 55.58],
+ [-1.3, 54.76],
+ [-0.07, 54.11],
+ [0.12, 53.56],
+ [-0.72, 53.7],
+ [0.24, 53.4],
+ [0.000037000000134, 52.88],
+ [1.68, 52.75],
+ [1.59, 52.08],
+ [0.38, 51.45],
+ [1.41, 51.18],
+ [-5.68, 50.04],
+ [-4.23, 51.19],
+ [-3.03, 51.21],
+ [-2.38, 51.76],
+ [-3.35, 51.38],
+ [-5.25, 51.73],
+ [-4.13, 52.33],
+ [-4.13, 52.91],
+ [-4.76, 52.79],
+ [-4.2, 53.21],
+ [-2.7, 53.35],
+ [-3.11, 53.55],
+ [-2.81, 54.22],
+ [-3.63, 54.51],
+ [-3.04, 54.98],
+ [-4.95, 54.65],
+ [-5.17, 55],
+ [-4.61, 55.49],
+ [-4.92, 55.7],
+ [-4.88, 55.94],
+ [-4.48, 55.92],
+ [-4.83, 56.11],
+ [-5.3, 55.85],
+ [-5.03, 56.23],
+ [-5.78, 55.3],
+ [-5.12, 56.82],
+ [-6.24, 56.71],
+ [-5.4, 57.11],
+ [-5.82, 57.82],
+ [-5.1, 57.85],
+ [-5.46, 58.08],
+ [-5, 58.62],
+ [-3.01, 58.63]
+ ]
+ ],
+ [
+ [
+ [-2.79, 58.95],
+ [-3.19, 58.91],
+ [-3.35, 59.11],
+ [-2.79, 58.95]
+ ]
+ ],
+ [
+ [
+ [-1.3, 60.49],
+ [-1.27, 59.85],
+ [-1.69, 60.28],
+ [-1.3, 60.49]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "United Kingdom"
+ },
+ "id": "GB"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-2.59, 49.42],
+ [-2.67, 49.43],
+ [-2.5, 49.51],
+ [-2.59, 49.42]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Guernsey"
+ },
+ "id": "GG"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-2.01, 49.21],
+ [-2.21, 49.18],
+ [-2.25, 49.25],
+ [-2.01, 49.21]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Jersey"
+ },
+ "id": "JE"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-4.78, 54.06],
+ [-4.35, 54.41],
+ [-4.39, 54.19],
+ [-4.78, 54.06]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Isle of Man"
+ },
+ "id": "IM"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [31.68, -1],
+ [33.92, -1],
+ [37.6, -3],
+ [37.61, -3.5],
+ [39.2, -4.67],
+ [38.78, -6.05],
+ [39.55, -6.99],
+ [39.39, -8.9],
+ [40.44, -10.48],
+ [37.46, -11.73],
+ [34.97, -11.57],
+ [34.33, -9.73],
+ [33.13, -9.49],
+ [32.94, -9.41],
+ [30.77, -8.19],
+ [29.55, -6.3],
+ [29.42, -4.45],
+ [30.83, -3.26],
+ [30.57, -2.4],
+ [30.89, -2.08],
+ [30.48, -1.06],
+ [31.68, -1]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Tanzania"
+ },
+ "id": "TZ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-155.01, 19.33],
+ [-155.86, 19.03],
+ [-155.86, 20.27],
+ [-155.16, 19.96],
+ [-155.01, 19.33]
+ ]
+ ],
+ [
+ [
+ [-156.47, 20.9],
+ [-155.99, 20.75],
+ [-156.42, 20.59],
+ [-156.47, 20.9]
+ ]
+ ],
+ [
+ [
+ [-157.73, 21.41],
+ [-158.1, 21.3],
+ [-158.27, 21.58],
+ [-157.73, 21.41]
+ ]
+ ],
+ [
+ [
+ [-159.43, 21.88],
+ [-159.79, 22.06],
+ [-159.35, 22.22],
+ [-159.43, 21.88]
+ ]
+ ],
+ [
+ [
+ [-95.08, 49.36],
+ [-94.61, 48.72],
+ [-91.42, 48.04],
+ [-88.37, 48.31],
+ [-84.13, 46.53],
+ [-82.54, 45.36],
+ [-82.13, 43.59],
+ [-83.17, 42.05],
+ [-82.7, 41.68],
+ [-78.99, 42.82],
+ [-79.18, 43.47],
+ [-78.72, 43.63],
+ [-76.8, 43.63],
+ [-74.99, 44.99],
+ [-70.88, 45.24],
+ [-69.23, 47.47],
+ [-67.79, 47.07],
+ [-67.8, 45.7],
+ [-67.21, 45.18],
+ [-67.19, 44.66],
+ [-68.8, 44.58],
+ [-70.73, 43.12],
+ [-70.58, 42.65],
+ [-71.04, 42.31],
+ [-69.94, 41.67],
+ [-71.19, 41.47],
+ [-71.39, 41.81],
+ [-71.51, 41.37],
+ [-74, 40.71],
+ [-73.96, 41.31],
+ [-74.42, 39.36],
+ [-74.96, 38.92],
+ [-75.56, 39.62],
+ [-75.03, 40.01],
+ [-75.59, 39.65],
+ [-75.04, 38.42],
+ [-75.96, 37.15],
+ [-75.64, 37.96],
+ [-76.36, 38.86],
+ [-75.83, 39.58],
+ [-76.62, 39.25],
+ [-76.31, 38.05],
+ [-77.24, 38.4],
+ [-77.06, 38.91],
+ [-77.32, 38.35],
+ [-76.24, 37.9],
+ [-76.35, 37.62],
+ [-77.13, 38.17],
+ [-76.27, 37.08],
+ [-77.23, 37.3],
+ [-75.99, 36.91],
+ [-75.53, 35.8],
+ [-75.94, 36.72],
+ [-75.79, 36.07],
+ [-76.71, 36.26],
+ [-76.73, 35.94],
+ [-75.72, 35.81],
+ [-76.15, 35.34],
+ [-77.05, 35.53],
+ [-76.47, 35.27],
+ [-76.94, 34.98],
+ [-76.34, 34.89],
+ [-77.43, 34.74],
+ [-77.93, 33.93],
+ [-78.83, 33.73],
+ [-80.47, 32.32],
+ [-80.84, 32.52],
+ [-81.5, 31.13],
+ [-80.03, 26.79],
+ [-80.4, 25.18],
+ [-81.09, 25.12],
+ [-81.74, 25.96],
+ [-81.78, 26.71],
+ [-82.06, 26.54],
+ [-82.66, 27.46],
+ [-82.42, 27.92],
+ [-82.85, 27.86],
+ [-82.63, 28.88],
+ [-83.67, 29.91],
+ [-85.35, 29.68],
+ [-86.26, 30.5],
+ [-88.02, 30.22],
+ [-88.02, 30.7],
+ [-88.13, 30.31],
+ [-90.42, 30.2],
+ [-89.4, 30.05],
+ [-89.75, 29.63],
+ [-89.01, 29.18],
+ [-89.4, 28.93],
+ [-90.18, 29.57],
+ [-90.21, 29.09],
+ [-91.25, 29.24],
+ [-91.84, 29.83],
+ [-92.31, 29.54],
+ [-93.85, 29.99],
+ [-93.86, 29.68],
+ [-94.77, 29.36],
+ [-94.48, 29.56],
+ [-95.06, 29.72],
+ [-95.14, 29.06],
+ [-96.21, 28.49],
+ [-96.64, 28.72],
+ [-96.4, 28.44],
+ [-97.52, 27.87],
+ [-97.41, 27.33],
+ [-97.77, 27.46],
+ [-97.14, 25.97],
+ [-99.1, 26.43],
+ [-99.51, 27.57],
+ [-101.41, 29.77],
+ [-102.31, 29.89],
+ [-103.38, 29.02],
+ [-106.4, 31.75],
+ [-111.05, 31.33],
+ [-113.05, 31.97],
+ [-114.72, 32.72],
+ [-117.12, 32.54],
+ [-118.53, 34.05],
+ [-120.62, 34.57],
+ [-120.61, 35.14],
+ [-122.49, 37.52],
+ [-122.39, 37.82],
+ [-122.01, 37.47],
+ [-122.39, 37.96],
+ [-122.24, 38.06],
+ [-121.42, 38.01],
+ [-122.37, 38.16],
+ [-122.49, 37.83],
+ [-123, 38.01],
+ [-124.33, 40.27],
+ [-124.04, 41.43],
+ [-124.52, 42.87],
+ [-123.95, 46.18],
+ [-123.16, 46.2],
+ [-124, 46.32],
+ [-123.8, 46.98],
+ [-124.16, 46.94],
+ [-124.72, 48.4],
+ [-122.75, 48.16],
+ [-123.15, 47.37],
+ [-122.45, 47.77],
+ [-122.88, 47.06],
+ [-122.31, 47.4],
+ [-122.76, 49],
+ [-95.15, 49],
+ [-95.08, 49.36]
+ ]
+ ],
+ [
+ [
+ [-156.45, 71.26],
+ [-155.59, 71.16],
+ [-155.97, 70.76],
+ [-155.09, 71.15],
+ [-152.25, 70.84],
+ [-152.5, 70.65],
+ [-152.08, 70.57],
+ [-152.63, 70.56],
+ [-151.97, 70.44],
+ [-143.28, 70.12],
+ [-141, 69.64],
+ [-141, 60.31],
+ [-139.07, 60.35],
+ [-137.48, 58.91],
+ [-135.47, 59.8],
+ [-133.43, 58.46],
+ [-131.82, 56.6],
+ [-130.02, 55.91],
+ [-130.17, 55.75],
+ [-130.14, 55.54],
+ [-129.99, 55.28],
+ [-130.36, 54.91],
+ [-130.69, 54.76],
+ [-131.01, 55],
+ [-130.46, 55.33],
+ [-131.06, 55.12],
+ [-130.61, 55.3],
+ [-131.01, 56.11],
+ [-132.16, 55.58],
+ [-131.77, 56.2],
+ [-133.51, 57.19],
+ [-133.06, 57.35],
+ [-133.64, 57.7],
+ [-133, 57.51],
+ [-133.56, 57.9],
+ [-133.12, 57.86],
+ [-134.05, 58.07],
+ [-133.77, 58.52],
+ [-134.76, 58.38],
+ [-135.34, 59.47],
+ [-135.09, 58.23],
+ [-135.92, 58.38],
+ [-135.77, 58.9],
+ [-137.06, 59.07],
+ [-136.03, 58.39],
+ [-136.65, 58.22],
+ [-139.71, 59.5],
+ [-139.49, 59.98],
+ [-139.29, 59.57],
+ [-138.89, 59.81],
+ [-139.5, 60.03],
+ [-140.4, 59.7],
+ [-141.39, 60.14],
+ [-143.92, 59.99],
+ [-144.94, 60.3],
+ [-144.61, 60.72],
+ [-145.29, 60.35],
+ [-146.65, 60.7],
+ [-146.12, 60.84],
+ [-146.76, 60.96],
+ [-146.3, 61.13],
+ [-147.87, 60.83],
+ [-147.72, 61.28],
+ [-148.7, 60.79],
+ [-148.2, 60.63],
+ [-148.68, 60.45],
+ [-147.94, 60.46],
+ [-148.44, 59.95],
+ [-149.42, 60.12],
+ [-150.91, 59.24],
+ [-151.98, 59.28],
+ [-150.99, 59.78],
+ [-151.88, 59.75],
+ [-151.41, 60.73],
+ [-149.03, 60.85],
+ [-150.06, 61.15],
+ [-149.42, 61.51],
+ [-153.1, 60.29],
+ [-152.58, 60.06],
+ [-154.26, 59.14],
+ [-153.27, 58.85],
+ [-156.55, 56.98],
+ [-158.42, 56.44],
+ [-158.12, 56.23],
+ [-158.51, 55.99],
+ [-161.25, 55.35],
+ [-161.56, 55.62],
+ [-161.97, 55.1],
+ [-162.63, 55.3],
+ [-162.56, 54.96],
+ [-163.36, 54.81],
+ [-161.8, 55.89],
+ [-160.25, 55.77],
+ [-160.35, 56.29],
+ [-157.4, 57.49],
+ [-157.61, 58.09],
+ [-157.14, 58.16],
+ [-157.55, 58.38],
+ [-156.78, 59.15],
+ [-158.19, 58.61],
+ [-158.49, 59],
+ [-157.99, 58.9],
+ [-158.54, 59.18],
+ [-158.9, 58.4],
+ [-160.33, 59.06],
+ [-162.17, 58.65],
+ [-161.57, 59.1],
+ [-161.99, 59.14],
+ [-161.71, 59.5],
+ [-162.24, 60.06],
+ [-162.15, 60.25],
+ [-162.37, 60.18],
+ [-161.88, 60.7],
+ [-162.57, 60.32],
+ [-162.52, 59.99],
+ [-164.07, 59.82],
+ [-165.43, 60.56],
+ [-163.55, 60.9],
+ [-165.15, 60.93],
+ [-164.82, 61.11],
+ [-165.12, 61.08],
+ [-165.14, 61.26],
+ [-165.16, 61.17],
+ [-165.37, 61.2],
+ [-165.29, 61.25],
+ [-165.15, 61.42],
+ [-165.06, 61.42],
+ [-165, 61.47],
+ [-164.85, 61.49],
+ [-164.72, 61.63],
+ [-164.76, 61.63],
+ [-165.02, 61.5],
+ [-165.08, 61.43],
+ [-165.16, 61.43],
+ [-165.29, 61.33],
+ [-165.27, 61.31],
+ [-165.31, 61.26],
+ [-165.41, 61.21],
+ [-165.34, 61.16],
+ [-165.39, 61.07],
+ [-166.2, 61.59],
+ [-165.25, 62.45],
+ [-164.64, 62.42],
+ [-164.48, 62.75],
+ [-164.88, 62.84],
+ [-164.41, 63.21],
+ [-161.15, 63.51],
+ [-160.78, 63.87],
+ [-161.53, 64.42],
+ [-160.78, 64.72],
+ [-162.79, 64.34],
+ [-166.12, 64.57],
+ [-166.96, 65.19],
+ [-166.06, 65.26],
+ [-168.13, 65.67],
+ [-164.35, 66.59],
+ [-163.63, 66.57],
+ [-164.19, 66.2],
+ [-163.66, 66.07],
+ [-161, 66.2],
+ [-161.91, 66.27],
+ [-162.64, 66.87],
+ [-162.34, 66.96],
+ [-161.6, 66.45],
+ [-160.23, 66.4],
+ [-161.51, 66.53],
+ [-161.9, 66.73],
+ [-161.5, 66.98],
+ [-162.35, 67.16],
+ [-163.73, 67.11],
+ [-164.12, 67.61],
+ [-166.83, 68.35],
+ [-166.22, 68.88],
+ [-163.65, 69.11],
+ [-161.94, 70.31],
+ [-159.94, 70.59],
+ [-159.84, 70.27],
+ [-159.29, 70.53],
+ [-160.12, 70.62],
+ [-159.67, 70.8],
+ [-156.45, 71.26]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "United States"
+ },
+ "id": "US"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-64.76, 17.77],
+ [-64.56, 17.75],
+ [-64.9, 17.68],
+ [-64.76, 17.77]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Virgin Islands"
+ },
+ "id": "VI"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-2.83, 11],
+ [-2.69, 9.48],
+ [-3.63, 9.95],
+ [-4.7, 9.7],
+ [-5.52, 10.44],
+ [-5.27, 11.84],
+ [-4.42, 12.3],
+ [-3.96, 13.5],
+ [-3.44, 13.17],
+ [-2.47, 14.29],
+ [-0.73, 15.08],
+ [0.24, 14.92],
+ [0.6, 13.7],
+ [1.29, 13.35],
+ [0.99, 13.05],
+ [2.14, 12.69],
+ [2.4, 11.9],
+ [0.92, 11],
+ [-0.15, 11.14],
+ [-2.83, 11]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Burkina Faso"
+ },
+ "id": "BF"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-57.81, -30.75],
+ [-57.61, -30.18],
+ [-56.81, -30.11],
+ [-56.01, -31.08],
+ [-55.58, -30.85],
+ [-53.88, -31.97],
+ [-53.09, -32.73],
+ [-53.52, -33.15],
+ [-53.37, -33.74],
+ [-54.15, -34.67],
+ [-56.32, -34.91],
+ [-57.12, -34.46],
+ [-57.84, -34.49],
+ [-58.4, -33.93],
+ [-58.36, -33.13],
+ [-58.15, -33.1],
+ [-58.05, -32.93],
+ [-58.2, -32.45],
+ [-57.81, -30.75]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Uruguay"
+ },
+ "id": "UY"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [64.38, 38.95],
+ [62.55, 39.93],
+ [61.87, 41.13],
+ [60.14, 41.38],
+ [60.01, 42.22],
+ [58.78, 42.66],
+ [56.99, 41.89],
+ [57.04, 41.26],
+ [56, 41.33],
+ [56, 45],
+ [58.57, 45.57],
+ [62.03, 43.48],
+ [64.93, 43.74],
+ [66.12, 43],
+ [66.03, 42],
+ [66.53, 42],
+ [66.72, 41.17],
+ [67.94, 41.18],
+ [68.46, 40.6],
+ [69.06, 41.38],
+ [70.97, 42.25],
+ [71.28, 42.2],
+ [70.19, 41.53],
+ [71.42, 41.12],
+ [71.69, 41.56],
+ [73.17, 40.82],
+ [70.98, 40.24],
+ [70.38, 40.38],
+ [70.8, 40.73],
+ [70.42, 41.05],
+ [68.6, 40.18],
+ [69.01, 40.09],
+ [68.54, 39.55],
+ [67.44, 39.48],
+ [68.38, 38.2],
+ [67.78, 37.19],
+ [66.54, 37.37],
+ [66.64, 38],
+ [64.38, 38.95]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Uzbekistan"
+ },
+ "id": "UZ"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-69.77, 11.7],
+ [-68.42, 11.18],
+ [-68.16, 10.5],
+ [-66.24, 10.64],
+ [-65.08, 10.06],
+ [-63.7, 10.49],
+ [-64.26, 10.66],
+ [-61.88, 10.73],
+ [-62.92, 10.53],
+ [-62.62, 10.12],
+ [-63.02, 10.1],
+ [-60.85, 9.44],
+ [-61.6, 8.55],
+ [-59.99, 8.54],
+ [-59.83, 8.24],
+ [-60.72, 7.54],
+ [-60.29, 7.06],
+ [-61.13, 6.71],
+ [-61.39, 5.94],
+ [-60.73, 5.2],
+ [-60.99, 4.52],
+ [-62.75, 4.03],
+ [-62.88, 3.56],
+ [-64.8, 4.28],
+ [-64.05, 2.48],
+ [-63.39, 2.15],
+ [-65.52, 0.65],
+ [-66.87, 1.22],
+ [-67.19, 2.39],
+ [-67.83, 2.83],
+ [-67.29, 3.4],
+ [-67.86, 4.56],
+ [-67.45, 6.19],
+ [-69.25, 6.08],
+ [-70.12, 6.98],
+ [-72, 7.02],
+ [-72.78, 9.08],
+ [-73.38, 9.17],
+ [-72.49, 11.12],
+ [-71.98, 11.66],
+ [-71.32, 11.85],
+ [-71.97, 11.56],
+ [-71.58, 10.71],
+ [-72.13, 9.81],
+ [-71.62, 9.04],
+ [-71.06, 9.34],
+ [-71.5, 10.96],
+ [-69.8, 11.43],
+ [-70.24, 11.63],
+ [-70.03, 12.2],
+ [-69.77, 11.7]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Venezuela"
+ },
+ "id": "VE"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-178.04, -14.32],
+ [-178.14, -14.32],
+ [-178.19, -14.24],
+ [-178.04, -14.32]
+ ]
+ ],
+ [
+ [
+ [-176.16, -13.35],
+ [-176.16, -13.21],
+ [-176.12, -13.26],
+ [-176.16, -13.35]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Wallis and Futuna"
+ },
+ "id": "WF"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [-171.43, -14.02],
+ [-172.06, -13.87],
+ [-171.82, -13.81],
+ [-171.43, -14.02]
+ ]
+ ],
+ [
+ [
+ [-172.29, -13.49],
+ [-172.21, -13.81],
+ [-172.78, -13.53],
+ [-172.29, -13.49]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Samoa"
+ },
+ "id": "WS"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [52.23, 15.67],
+ [43.96, 12.59],
+ [43.25, 13.21],
+ [42.79, 16.38],
+ [43.31, 17.46],
+ [44.47, 17.41],
+ [46.33, 16.67],
+ [46.33, 15.62],
+ [48.77, 18.27],
+ [52, 19],
+ [53.11, 16.64],
+ [52.3, 16.27],
+ [52.23, 15.67]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Yemen"
+ },
+ "id": "YE"
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [24.97, -17.56],
+ [23.48, -17.63],
+ [22, -16.17],
+ [22, -13],
+ [24.02, -13.01],
+ [23.99, -10.87],
+ [24.45, -11.46],
+ [25.33, -11.19],
+ [26, -11.9],
+ [26.87, -11.97],
+ [27.2, -11.57],
+ [29.02, -13.4],
+ [29.8, -13.45],
+ [29.81, -12.16],
+ [29.03, -12.38],
+ [28.36, -11.55],
+ [28.7, -10.65],
+ [28.37, -9.26],
+ [28.9, -8.48],
+ [30.77, -8.19],
+ [32.94, -9.41],
+ [33.7, -10.56],
+ [33.25, -10.89],
+ [33.55, -12.36],
+ [32.68, -13.61],
+ [33.22, -14.01],
+ [30.21, -14.98],
+ [30.42, -15.63],
+ [28.93, -15.97],
+ [27.04, -17.96],
+ [25.26, -17.8],
+ [24.97, -17.56]
+ ]
+ ]
+ ]
+ },
+ "properties": {
+ "name": "Zambia"
+ },
+ "id": "ZM"
+ }
+ ]
+ }
\ No newline at end of file
diff --git a/src/data/index.ts b/src/data/index.ts
new file mode 100644
index 0000000000000000000000000000000000000000..5992ae1f0f2523701537c6f0dbeed494c6e4d868
--- /dev/null
+++ b/src/data/index.ts
@@ -0,0 +1,119 @@
+
+export const gridItems = [
+ {
+ id: 1,
+ title: "Custom Website Design",
+ description: "From concept to launch, we design websites that are visually appealing, user-friendly, and aligned with your brand identity.",
+ className: "lg:col-span-3 md:col-span-6 md:row-span-4 h-[80vh] lg:min-h-[60vh] md:min-h-[calc(50vw)]",
+ imgClassName: "w-full h-full",
+ titleClassName: "justify-end",
+ descriptionClassName: "md:max-w-xl",
+ img: "",
+ spareImg: "/grid.svg",
+ },
+ {
+ id: 2,
+ title: "E-commerce Solutions",
+ description: "Boost your online sales with our robust and scalable e-commerce platforms, designed to provide a seamless shopping experience.",
+ className: "lg:col-span-2 md:col-span-3 md:row-span-2 h-[30vh] md:h-full",
+ imgClassName: "",
+ titleClassName: "justify-start",
+ descriptionClassName: "max-w-sm",
+ img: "",
+ spareImg: "/grid.svg",
+ },
+ {
+ id: 3,
+ title: "UI/UX Design",
+ description: "Enhance user satisfaction and engagement with our intuitive and aesthetically pleasing UI/UX designs.",
+ className: "lg:col-span-2 md:col-span-3 md:row-span-2",
+ imgClassName: "",
+ titleClassName: "justify-center",
+ descriptionClassName: "max-w-[50vw] md:max-w-sm",
+ img: "",
+ spareImg: "",
+ },
+ {
+ id: 4,
+ title: "Website Development",
+ description: "Our development team uses the latest technologies to build responsive and high-performing websites.",
+ className: "lg:col-span-2 md:col-span-3 md:row-span-2",
+ imgClassName: "",
+ titleClassName: "justify-start",
+ descriptionClassName: "max-w-[50vw] md:max-w-sm",
+ img: "/grid.svg",
+ spareImg: "/b4.svg",
+ },
+ {
+ id: 5,
+ title: "Brand Identity",
+ description: "Create a strong and memorable brand identity with our comprehensive branding services, including logo design and brand strategy.",
+ className: "lg:col-span-3 md:col-span-6 md:row-span-4 h-[40vh] lg:min-h-[60vh]",
+ imgClassName: "absolute right-0 bottom-0 md:top-0 md:w-[30vw] w-[50vw]",
+ titleClassName: "justify-end",
+ descriptionClassName: "max-w-xs md:max-w-sm",
+ img: "",
+ spareImg: "/grid.svg",
+ },
+ {
+ id: 6,
+ title: "SEO & Digital Marketing",
+ description: "Increase your online visibility and drive traffic to your website with our effective SEO and digital marketing strategies.",
+ className: "lg:col-span-2 md:col-span-3 md:row-span-2",
+ imgClassName: "",
+ titleClassName: "justify-center",
+ descriptionClassName: "max-w-[50vw] md:max-w-sm",
+ img: "/grid.svg",
+ spareImg: "/b4.svg",
+ },
+
+ {
+ id: 7,
+ title: "Let's' start a project together?",
+ description: "",
+ className: "lg:col-span-5 md:col-span-5 md:row-span-1",
+ imgClassName: "",
+ titleClassName: "justify-center md:max-w-full max-w-60 text-center",
+ img: "",
+ spareImg: "",
+ },
+];
+
+export const workItems = [
+ {
+ id: 1,
+ title: "Project 1",
+ description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ornare luctus arcu, nec ultricies libero consequat nec. Suspendisse id ipsum nibh. Vestibulum.",
+ className: "lg:col-span-5 md:col-span-5 md:row-span-1",
+ imgClassName: "",
+ titleClassName: "justify-center md:max-w-full max-w-60 text-center",
+ img: "/works/works01.jpg",
+ category: "E-commerce",
+ tag: "Online Shopping, Business",
+ link: "",
+ },
+ {
+ id: 2,
+ title: "Project 2",
+ description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ornare luctus arcu, nec ultricies libero consequat nec. Suspendisse id ipsum nibh. Vestibulum.",
+ className: "lg:col-span-5 md:col-span-5 md:row-span-1",
+ imgClassName: "",
+ titleClassName: "justify-center md:max-w-full max-w-60 text-center",
+ img: "/works/works02.jpg",
+ category: "Event",
+ tag: "Ticketing",
+ link: "",
+ },
+ {
+ id: 3,
+ title: "Project 3",
+ description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ornare luctus arcu, nec ultricies libero consequat nec. Suspendisse id ipsum nibh. Vestibulum.",
+ className: "lg:col-span-5 md:col-span-5 md:row-span-1",
+ imgClassName: "",
+ titleClassName: "justify-center md:max-w-full max-w-60 text-center",
+ img: "/works/works03.jpg",
+ category: "Property",
+ tag: "Informative, Enquiry",
+ link: "",
+ },
+]
\ No newline at end of file
diff --git a/src/utils/cn.ts b/src/utils/cn.ts
new file mode 100644
index 0000000000000000000000000000000000000000..365058cebd7d2bdb327ca1c081b16e4937e11050
--- /dev/null
+++ b/src/utils/cn.ts
@@ -0,0 +1,6 @@
+import { type ClassValue, clsx } from "clsx";
+import { twMerge } from "tailwind-merge";
+
+export function cn(...inputs: ClassValue[]) {
+ return twMerge(clsx(inputs));
+}
diff --git a/tailwind.config.ts b/tailwind.config.ts
new file mode 100644
index 0000000000000000000000000000000000000000..8156b493f4265988b3c6b1f6ad53dbc6ae6fdc93
--- /dev/null
+++ b/tailwind.config.ts
@@ -0,0 +1,213 @@
+import type { Config } from "tailwindcss";
+
+const svgToDataUri = require("mini-svg-data-uri");
+
+const colors = require("tailwindcss/colors");
+const {
+ default: flattenColorPalette,
+} = require("tailwindcss/lib/util/flattenColorPalette");
+
+const config = {
+ darkMode: ["class"],
+ content: [
+ "./pages/**/*.{ts,tsx}",
+ "./components/**/*.{ts,tsx}",
+ "./app/**/*.{ts,tsx}",
+ "./src/**/*.{ts,tsx}",
+ "./data/**/*.{ts,tsx}",
+ ],
+ prefix: "",
+ theme: {
+ container: {
+ center: true,
+ padding: "2rem",
+ screens: {
+ "2xl": "1400px",
+ },
+ },
+ extend: {
+ colors: {
+ black: {
+ DEFAULT: "#000",
+ 100: "#000319",
+ 200: "rgba(17, 25, 40, 0.75)",
+ 300: "rgba(255, 255, 255, 0.125)",
+ },
+ white: {
+ DEFAULT: "#FFF",
+ 100: "#BEC1DD",
+ 200: "#C1C2D3",
+ },
+ blue: {
+ "100": "#E4ECFF",
+ },
+ purple: "#CBACF9",
+ border: "hsl(var(--border))",
+ input: "hsl(var(--input))",
+ ring: "hsl(var(--ring))",
+ background: "hsl(var(--background))",
+ foreground: "hsl(var(--foreground))",
+ primary: {
+ DEFAULT: "hsl(var(--primary))",
+ foreground: "hsl(var(--primary-foreground))",
+ },
+ secondary: {
+ DEFAULT: "hsl(var(--secondary))",
+ foreground: "hsl(var(--secondary-foreground))",
+ },
+ destructive: {
+ DEFAULT: "hsl(var(--destructive))",
+ foreground: "hsl(var(--destructive-foreground))",
+ },
+ muted: {
+ DEFAULT: "hsl(var(--muted))",
+ foreground: "hsl(var(--muted-foreground))",
+ },
+ accent: {
+ DEFAULT: "hsl(var(--accent))",
+ foreground: "hsl(var(--accent-foreground))",
+ },
+ popover: {
+ DEFAULT: "hsl(var(--popover))",
+ foreground: "hsl(var(--popover-foreground))",
+ },
+ card: {
+ DEFAULT: "hsl(var(--card))",
+ foreground: "hsl(var(--card-foreground))",
+ },
+ },
+ borderRadius: {
+ lg: "var(--radius)",
+ md: "calc(var(--radius) - 2px)",
+ sm: "calc(var(--radius) - 4px)",
+ },
+ keyframes: {
+ aurora: {
+ from: {
+ backgroundPosition: "50% 50%, 50% 50%",
+ },
+ to: {
+ backgroundPosition: "350% 50%, 350% 50%",
+ },
+ },
+ "accordion-down": {
+ from: { height: "0" },
+ to: { height: "var(--radix-accordion-content-height)" },
+ },
+ "accordion-up": {
+ from: { height: "var(--radix-accordion-content-height)" },
+ to: { height: "0" },
+ },
+ spotlight: {
+ "0%": {
+ opacity: "0",
+ transform: "translate(-72%, -62%) scale(0.5)",
+ },
+ "100%": {
+ opacity: "1",
+ transform: "translate(-50%,-40%) scale(1)",
+ },
+ },
+ shimmer: {
+ from: {
+ backgroundPosition: "0 0",
+ },
+ to: {
+ backgroundPosition: "-200% 0",
+ },
+ },
+ moveHorizontal: {
+ "0%": {
+ transform: "translateX(-50%) translateY(-10%)",
+ },
+ "50%": {
+ transform: "translateX(50%) translateY(10%)",
+ },
+ "100%": {
+ transform: "translateX(-50%) translateY(-10%)",
+ },
+ },
+ moveInCircle: {
+ "0%": {
+ transform: "rotate(0deg)",
+ },
+ "50%": {
+ transform: "rotate(180deg)",
+ },
+ "100%": {
+ transform: "rotate(360deg)",
+ },
+ },
+ moveVertical: {
+ "0%": {
+ transform: "translateY(-50%)",
+ },
+ "50%": {
+ transform: "translateY(50%)",
+ },
+ "100%": {
+ transform: "translateY(-50%)",
+ },
+ },
+ scroll: {
+ to: {
+ transform: "translate(calc(-50% - 0.5rem))",
+ },
+ },
+ },
+ animation: {
+ aurora: "aurora 60s linear infinite",
+ "accordion-down": "accordion-down 0.2s ease-out",
+ "accordion-up": "accordion-up 0.2s ease-out",
+ spotlight: "spotlight 2s ease .75s 1 forwards",
+ shimmer: "shimmer 2s linear infinite",
+ first: "moveVertical 30s ease infinite",
+ second: "moveInCircle 20s reverse infinite",
+ third: "moveInCircle 40s linear infinite",
+ fourth: "moveHorizontal 40s ease infinite",
+ fifth: "moveInCircle 20s ease infinite",
+ scroll:
+ "scroll var(--animation-duration, 40s) var(--animation-direction, forwards) linear infinite",
+ },
+ },
+ },
+ plugins: [
+ require("tailwindcss-animate"),
+ addVariablesForColors,
+ function ({ matchUtilities, theme }: any) {
+ matchUtilities(
+ {
+ "bg-grid": (value: any) => ({
+ backgroundImage: `url("${svgToDataUri(
+ ` `
+ )}")`,
+ }),
+ "bg-grid-small": (value: any) => ({
+ backgroundImage: `url("${svgToDataUri(
+ ` `
+ )}")`,
+ }),
+ "bg-dot": (value: any) => ({
+ backgroundImage: `url("${svgToDataUri(
+ ` `
+ )}")`,
+ }),
+ },
+ { values: flattenColorPalette(theme("backgroundColor")), type: "color" }
+ );
+ },
+ ],
+} satisfies Config;
+
+function addVariablesForColors({ addBase, theme }: any) {
+ let allColors = flattenColorPalette(theme("colors"));
+ let newVars = Object.fromEntries(
+ Object.entries(allColors).map(([key, val]) => [`--${key}`, val])
+ );
+
+ addBase({
+ ":root": newVars,
+ });
+}
+
+export default config;
\ No newline at end of file
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000000000000000000000000000000000000..aa0634ec11c0023cac32042b5bdd039185b53e19
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,26 @@
+{
+ "compilerOptions": {
+ "lib": ["dom", "dom.iterable", "esnext"],
+ "allowJs": true,
+ "skipLibCheck": true,
+ "strict": true,
+ "noEmit": true,
+ "esModuleInterop": true,
+ "module": "esnext",
+ "moduleResolution": "bundler",
+ "resolveJsonModule": true,
+ "isolatedModules": true,
+ "jsx": "preserve",
+ "incremental": true,
+ "plugins": [
+ {
+ "name": "next"
+ }
+ ],
+ "paths": {
+ "@/*": ["./src/*"]
+ }
+ },
+ "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/components/LostOrb.js", "src/components/ui/LostOrb/index.jsx"],
+ "exclude": ["node_modules"]
+}
diff --git a/web-agency/.gitattributes b/web-agency/.gitattributes
new file mode 100644
index 0000000000000000000000000000000000000000..dfe0770424b2a19faf507a501ebfc23be8f54e7b
--- /dev/null
+++ b/web-agency/.gitattributes
@@ -0,0 +1,2 @@
+# Auto detect text files and perform LF normalization
+* text=auto