diff --git a/.github/workflows/update-icons-embeddings.yml b/.github/workflows/update-icons-embeddings.yml new file mode 100644 index 000000000000..06b180b6ca18 --- /dev/null +++ b/.github/workflows/update-icons-embeddings.yml @@ -0,0 +1,48 @@ +name: Update icons embeddings + +on: + push: + branches: [main] + paths: + - 'package-lock.json' + workflow_dispatch: + +permissions: write-all + +jobs: + update-icons-embeddings: + permissions: + pull-requests: write + contents: write + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: actions/setup-node@v3 + with: + node-version: 24 + - name: Install Dependencies + run: npm ci + - name: Update icons embeddings + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + npx tsx scripts/icon-search/run.ts + + MODIFIED_FILES=$(git diff --name-only || echo "") + + if [ -z "$MODIFIED_FILES" ]; then + echo "No files changed — skipping commit and PR creation." + exit 0 + fi + + git config user.email "" + git config user.name "Update icons embeddings action" + git checkout -b update-icons-embeddings + git add . + + export COMMIT_MESSAGE="feat: update icons embeddings" + git commit -m "$COMMIT_MESSAGE" || true + git push --set-upstream origin update-icons-embeddings --force + gh pr create --title "$COMMIT_MESSAGE" --body "" -a "dgaponov" -a "imsitnikov" -a "vvtimofeev" 2>/dev/null || true diff --git a/.gitignore b/.gitignore index c15cc672e3d0..020a9680a5f9 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ yarn-error.log* *.tsbuildinfo /src/data/*.json +!/src/data/icons-embeddings.json .env .codeassistant/mcp.json diff --git a/package-lock.json b/package-lock.json index f9ea3eeac80e..c1444d78fc43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,6 +24,7 @@ "@gravity-ui/timeline": "^1.26.1", "@gravity-ui/uikit": "^7.31.1", "@gravity-ui/uikit-themer": "^1.7.0", + "@huggingface/transformers": "^3.8.1", "@mdx-js/mdx": "^2.3.0", "@mdx-js/react": "^2.3.0", "@monaco-editor/react": "^4.6.0", @@ -3321,6 +3322,16 @@ "node": ">=10.0.0" } }, + "node_modules/@emnapi/runtime": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz", + "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==", + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, "node_modules/@eslint-community/eslint-utils": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.3.0.tgz", @@ -4174,38 +4185,536 @@ } } }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.11.8", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", - "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", - "dev": true, - "dependencies": { - "@humanwhocodes/object-schema": "^1.2.1", - "debug": "^4.1.1", - "minimatch": "^3.0.5" + "node_modules/@huggingface/jinja": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.5.5.tgz", + "integrity": "sha512-xRlzazC+QZwr6z4ixEqYHo9fgwhTZ3xNSdljlKfUFGZSdlvt166DljRELFUfFytlYOYvo3vTisA/AFOuOAzFQQ==", + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/@huggingface/transformers": { + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/@huggingface/transformers/-/transformers-3.8.1.tgz", + "integrity": "sha512-tsTk4zVjImqdqjS8/AOZg2yNLd1z9S5v+7oUPpXaasDRwEDhB+xnglK1k5cad26lL5/ZIaeREgWWy0bs9y9pPA==", + "license": "Apache-2.0", + "dependencies": { + "@huggingface/jinja": "^0.5.3", + "onnxruntime-node": "1.21.0", + "onnxruntime-web": "1.22.0-dev.20250409-89f8206ba4", + "sharp": "^0.34.1" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", + "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", + "dev": true, + "dependencies": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.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": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true + }, + "node_modules/@img/colour": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz", + "integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==", + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/@img/sharp-darwin-arm64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz", + "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-darwin-arm64": "1.2.4" + } + }, + "node_modules/@img/sharp-darwin-x64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz", + "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-darwin-x64": "1.2.4" + } + }, + "node_modules/@img/sharp-libvips-darwin-arm64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz", + "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==", + "cpu": [ + "arm64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "darwin" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-darwin-x64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz", + "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==", + "cpu": [ + "x64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "darwin" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linux-arm": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz", + "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==", + "cpu": [ + "arm" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linux-arm64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz", + "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==", + "cpu": [ + "arm64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linux-ppc64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz", + "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==", + "cpu": [ + "ppc64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linux-riscv64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz", + "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==", + "cpu": [ + "riscv64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linux-s390x": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz", + "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==", + "cpu": [ + "s390x" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linux-x64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz", + "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==", + "cpu": [ + "x64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linuxmusl-arm64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz", + "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==", + "cpu": [ + "arm64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linuxmusl-x64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz", + "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==", + "cpu": [ + "x64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-linux-arm": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz", + "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==", + "cpu": [ + "arm" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-arm": "1.2.4" + } + }, + "node_modules/@img/sharp-linux-arm64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz", + "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-arm64": "1.2.4" + } + }, + "node_modules/@img/sharp-linux-ppc64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz", + "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==", + "cpu": [ + "ppc64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-ppc64": "1.2.4" + } + }, + "node_modules/@img/sharp-linux-riscv64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz", + "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==", + "cpu": [ + "riscv64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-riscv64": "1.2.4" + } + }, + "node_modules/@img/sharp-linux-s390x": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz", + "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==", + "cpu": [ + "s390x" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-s390x": "1.2.4" + } + }, + "node_modules/@img/sharp-linux-x64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz", + "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-x64": "1.2.4" + } + }, + "node_modules/@img/sharp-linuxmusl-arm64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz", + "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linuxmusl-arm64": "1.2.4" + } + }, + "node_modules/@img/sharp-linuxmusl-x64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz", + "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linuxmusl-x64": "1.2.4" + } + }, + "node_modules/@img/sharp-wasm32": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz", + "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==", + "cpu": [ + "wasm32" + ], + "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", + "optional": true, + "dependencies": { + "@emnapi/runtime": "^1.7.0" + }, + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-win32-arm64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz", + "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0 AND LGPL-3.0-or-later", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" }, + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-win32-ia32": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz", + "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==", + "cpu": [ + "ia32" + ], + "license": "Apache-2.0 AND LGPL-3.0-or-later", + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=10.10.0" + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" } }, - "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, + "node_modules/@img/sharp-win32-x64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz", + "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0 AND LGPL-3.0-or-later", + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=12.22" + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" + "url": "https://opencollective.com/libvips" } }, - "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "dev": true + "node_modules/@isaacs/fs-minipass": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", + "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", + "license": "ISC", + "dependencies": { + "minipass": "^7.0.4" + }, + "engines": { + "node": ">=18.0.0" + } }, "node_modules/@jest/expect-utils": { "version": "29.5.0", @@ -5036,6 +5545,70 @@ "url": "https://opencollective.com/preact" } }, + "node_modules/@protobufjs/aspromise": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", + "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==", + "license": "BSD-3-Clause" + }, + "node_modules/@protobufjs/base64": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", + "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==", + "license": "BSD-3-Clause" + }, + "node_modules/@protobufjs/codegen": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", + "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==", + "license": "BSD-3-Clause" + }, + "node_modules/@protobufjs/eventemitter": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", + "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==", + "license": "BSD-3-Clause" + }, + "node_modules/@protobufjs/fetch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", + "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==", + "license": "BSD-3-Clause", + "dependencies": { + "@protobufjs/aspromise": "^1.1.1", + "@protobufjs/inquire": "^1.1.0" + } + }, + "node_modules/@protobufjs/float": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", + "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==", + "license": "BSD-3-Clause" + }, + "node_modules/@protobufjs/inquire": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", + "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==", + "license": "BSD-3-Clause" + }, + "node_modules/@protobufjs/path": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", + "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==", + "license": "BSD-3-Clause" + }, + "node_modules/@protobufjs/pool": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", + "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==", + "license": "BSD-3-Clause" + }, + "node_modules/@protobufjs/utf8": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", + "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==", + "license": "BSD-3-Clause" + }, "node_modules/@react-spring/animated": { "version": "9.7.5", "resolved": "https://registry.npmjs.org/@react-spring/animated/-/animated-9.7.5.tgz", @@ -9026,6 +9599,13 @@ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" }, + "node_modules/boolean": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz", + "integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==", + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", + "license": "MIT" + }, "node_modules/bowser": { "version": "2.11.0", "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", @@ -9511,6 +10091,15 @@ "node": ">= 6" } }, + "node_modules/chownr": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", + "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=18" + } + }, "node_modules/chroma-js": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/chroma-js/-/chroma-js-3.1.2.tgz", @@ -10642,7 +11231,6 @@ "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", @@ -10668,7 +11256,6 @@ "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", @@ -10757,6 +11344,21 @@ "npm": "1.2.8000 || >= 1.4.16" } }, + "node_modules/detect-libc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", + "license": "Apache-2.0", + "engines": { + "node": ">=8" + } + }, + "node_modules/detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "license": "MIT" + }, "node_modules/detective-amd": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/detective-amd/-/detective-amd-6.0.1.tgz", @@ -11380,7 +11982,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", - "dev": true, "engines": { "node": ">= 0.4" } @@ -11389,7 +11990,6 @@ "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" } @@ -11454,6 +12054,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/es6-error": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", + "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", + "license": "MIT" + }, "node_modules/escalade": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", @@ -12649,6 +13255,12 @@ "node": "^10.12.0 || >=12.0.0" } }, + "node_modules/flatbuffers": { + "version": "25.9.23", + "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-25.9.23.tgz", + "integrity": "sha512-MI1qs7Lo4Syw0EOzUl0xjs2lsoeqFku44KpngfIduHBYvzm8h2+7K8YMQh1JtVVVrUvhLpNwqVi4DERegUJhPQ==", + "license": "Apache-2.0" + }, "node_modules/flatted": { "version": "3.2.7", "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", @@ -12986,6 +13598,35 @@ "dev": true, "license": "BSD-2-Clause" }, + "node_modules/global-agent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz", + "integrity": "sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==", + "license": "BSD-3-Clause", + "dependencies": { + "boolean": "^3.0.1", + "es6-error": "^4.1.1", + "matcher": "^3.0.0", + "roarr": "^2.15.3", + "semver": "^7.3.2", + "serialize-error": "^7.0.1" + }, + "engines": { + "node": ">=10.0" + } + }, + "node_modules/global-agent/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/global-modules": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", @@ -13037,7 +13678,6 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", - "dev": true, "dependencies": { "define-properties": "^1.1.3" }, @@ -13093,7 +13733,6 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", - "dev": true, "engines": { "node": ">= 0.4" }, @@ -13112,6 +13751,12 @@ "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", "dev": true }, + "node_modules/guid-typescript": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/guid-typescript/-/guid-typescript-1.0.9.tgz", + "integrity": "sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==", + "license": "ISC" + }, "node_modules/gzip-size": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", @@ -13168,7 +13813,6 @@ "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" }, @@ -14534,6 +15178,12 @@ "integrity": "sha512-vuxs3G1ocFDiAQ/SX0okcZbtqXwgj1g71qE9+vrjJ2EkjKQlEFDAcUNRxRU8O+GekV4v5cM2qXP0Wyt/EMDBiQ==", "dev": true }, + "node_modules/json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", + "license": "ISC" + }, "node_modules/json2mq": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz", @@ -14912,6 +15562,12 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, + "node_modules/long": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz", + "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==", + "license": "Apache-2.0" + }, "node_modules/longest-streak": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", @@ -15200,6 +15856,18 @@ "node": ">=12" } }, + "node_modules/matcher": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz", + "integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==", + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/math-intrinsics": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", @@ -16377,6 +17045,27 @@ "node": ">= 6" } }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/minizlib": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz", + "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==", + "license": "MIT", + "dependencies": { + "minipass": "^7.1.2" + }, + "engines": { + "node": ">= 18" + } + }, "node_modules/module-definition": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/module-definition/-/module-definition-6.0.1.tgz", @@ -16836,7 +17525,6 @@ "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" } @@ -16954,6 +17642,49 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/onnxruntime-common": { + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.21.0.tgz", + "integrity": "sha512-Q632iLLrtCAVOTO65dh2+mNbQir/QNTVBG3h/QdZBpns7mZ0RYbLRBgGABPbpU9351AgYy7SJf1WaeVwMrBFPQ==", + "license": "MIT" + }, + "node_modules/onnxruntime-node": { + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/onnxruntime-node/-/onnxruntime-node-1.21.0.tgz", + "integrity": "sha512-NeaCX6WW2L8cRCSqy3bInlo5ojjQqu2fD3D+9W5qb5irwxhEyWKXeH2vZ8W9r6VxaMPUan+4/7NDwZMtouZxEw==", + "hasInstallScript": true, + "license": "MIT", + "os": [ + "win32", + "darwin", + "linux" + ], + "dependencies": { + "global-agent": "^3.0.0", + "onnxruntime-common": "1.21.0", + "tar": "^7.0.1" + } + }, + "node_modules/onnxruntime-web": { + "version": "1.22.0-dev.20250409-89f8206ba4", + "resolved": "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.22.0-dev.20250409-89f8206ba4.tgz", + "integrity": "sha512-0uS76OPgH0hWCPrFKlL8kYVV7ckM7t/36HfbgoFw6Nd0CZVVbQC4PkrR8mBX8LtNUFZO25IQBqV2Hx2ho3FlbQ==", + "license": "MIT", + "dependencies": { + "flatbuffers": "^25.1.24", + "guid-typescript": "^1.0.9", + "long": "^5.2.3", + "onnxruntime-common": "1.22.0-dev.20250409-89f8206ba4", + "platform": "^1.3.6", + "protobufjs": "^7.2.4" + } + }, + "node_modules/onnxruntime-web/node_modules/onnxruntime-common": { + "version": "1.22.0-dev.20250409-89f8206ba4", + "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.22.0-dev.20250409-89f8206ba4.tgz", + "integrity": "sha512-vDJMkfCfb0b1A836rgHj+ORuZf4B4+cc2bASQtpeoJLueuFc5DuYwjIZUBrSvx/fO5IrLjLz+oTrB3pcGlhovQ==", + "license": "MIT" + }, "node_modules/open": { "version": "8.4.2", "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", @@ -17426,6 +18157,12 @@ "node": ">=8" } }, + "node_modules/platform": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz", + "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==", + "license": "MIT" + }, "node_modules/playwright": { "version": "1.57.0", "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.57.0.tgz", @@ -17934,6 +18671,30 @@ "prosemirror-transform": "^1.1.0" } }, + "node_modules/protobufjs": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.4.tgz", + "integrity": "sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==", + "hasInstallScript": true, + "license": "BSD-3-Clause", + "dependencies": { + "@protobufjs/aspromise": "^1.1.2", + "@protobufjs/base64": "^1.1.2", + "@protobufjs/codegen": "^2.0.4", + "@protobufjs/eventemitter": "^1.1.0", + "@protobufjs/fetch": "^1.1.0", + "@protobufjs/float": "^1.0.2", + "@protobufjs/inquire": "^1.1.0", + "@protobufjs/path": "^1.1.2", + "@protobufjs/pool": "^1.1.0", + "@protobufjs/utf8": "^1.1.0", + "@types/node": ">=13.7.0", + "long": "^5.0.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/proxy-from-env": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", @@ -19071,6 +19832,23 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/roarr": { + "version": "2.15.4", + "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz", + "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==", + "license": "BSD-3-Clause", + "dependencies": { + "boolean": "^3.0.1", + "detect-node": "^2.0.4", + "globalthis": "^1.0.1", + "json-stringify-safe": "^5.0.1", + "semver-compare": "^1.0.0", + "sprintf-js": "^1.1.2" + }, + "engines": { + "node": ">=8.0" + } + }, "node_modules/robust-predicates": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", @@ -19388,6 +20166,39 @@ "semver": "bin/semver.js" } }, + "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==", + "license": "MIT" + }, + "node_modules/serialize-error": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz", + "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==", + "license": "MIT", + "dependencies": { + "type-fest": "^0.13.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/serialize-error/node_modules/type-fest": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", + "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/serialize-javascript": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", @@ -19455,6 +20266,62 @@ "node": ">=8" } }, + "node_modules/sharp": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz", + "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==", + "hasInstallScript": true, + "license": "Apache-2.0", + "dependencies": { + "@img/colour": "^1.0.0", + "detect-libc": "^2.1.2", + "semver": "^7.7.3" + }, + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-darwin-arm64": "0.34.5", + "@img/sharp-darwin-x64": "0.34.5", + "@img/sharp-libvips-darwin-arm64": "1.2.4", + "@img/sharp-libvips-darwin-x64": "1.2.4", + "@img/sharp-libvips-linux-arm": "1.2.4", + "@img/sharp-libvips-linux-arm64": "1.2.4", + "@img/sharp-libvips-linux-ppc64": "1.2.4", + "@img/sharp-libvips-linux-riscv64": "1.2.4", + "@img/sharp-libvips-linux-s390x": "1.2.4", + "@img/sharp-libvips-linux-x64": "1.2.4", + "@img/sharp-libvips-linuxmusl-arm64": "1.2.4", + "@img/sharp-libvips-linuxmusl-x64": "1.2.4", + "@img/sharp-linux-arm": "0.34.5", + "@img/sharp-linux-arm64": "0.34.5", + "@img/sharp-linux-ppc64": "0.34.5", + "@img/sharp-linux-riscv64": "0.34.5", + "@img/sharp-linux-s390x": "0.34.5", + "@img/sharp-linux-x64": "0.34.5", + "@img/sharp-linuxmusl-arm64": "0.34.5", + "@img/sharp-linuxmusl-x64": "0.34.5", + "@img/sharp-wasm32": "0.34.5", + "@img/sharp-win32-arm64": "0.34.5", + "@img/sharp-win32-ia32": "0.34.5", + "@img/sharp-win32-x64": "0.34.5" + } + }, + "node_modules/sharp/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", @@ -19785,6 +20652,12 @@ "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==", "dev": true }, + "node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "license": "BSD-3-Clause" + }, "node_modules/stable": { "version": "0.1.8", "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", @@ -20554,6 +21427,31 @@ "node": ">=6" } }, + "node_modules/tar": { + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.7.tgz", + "integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==", + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/fs-minipass": "^4.0.0", + "chownr": "^3.0.0", + "minipass": "^7.1.2", + "minizlib": "^3.1.0", + "yallist": "^5.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/tar/node_modules/yallist": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", + "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=18" + } + }, "node_modules/teex": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz", diff --git a/package.json b/package.json index a4278bc87d8b..1f0a12b6702c 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "@gravity-ui/timeline": "^1.26.1", "@gravity-ui/uikit": "^7.31.1", "@gravity-ui/uikit-themer": "^1.7.0", + "@huggingface/transformers": "^3.8.1", "@mdx-js/mdx": "^2.3.0", "@mdx-js/react": "^2.3.0", "@monaco-editor/react": "^4.6.0", diff --git a/public/locales/en/icons.json b/public/locales/en/icons.json index a4433c096554..e91abd213d1d 100644 --- a/public/locales/en/icons.json +++ b/public/locales/en/icons.json @@ -13,5 +13,7 @@ "empty_title": "No results found for your request", "empty_subTitle": "Please check the spelling or try another keywords.", "usage_reactComponent": "React component", - "usage_svg": "SVG" + "usage_svg": "SVG", + "imageSearch_tooltip": "Search by image (or paste from clipboard)", + "imageSearch_drop": "Drop image to search" } \ No newline at end of file diff --git a/public/locales/ru/icons.json b/public/locales/ru/icons.json index fa8d29fb729b..462dfe9b98fb 100644 --- a/public/locales/ru/icons.json +++ b/public/locales/ru/icons.json @@ -13,5 +13,7 @@ "empty_title": "По вашему запросу нет результатов", "empty_subTitle": "Проверьте правильность написания или используйте другие ключевые слова.", "usage_reactComponent": "React-компонент", - "usage_svg": "SVG" + "usage_svg": "SVG", + "imageSearch_tooltip": "Поиск по изображению (или вставьте из буфера обмена)", + "imageSearch_drop": "Перетащите изображение для поиска" } \ No newline at end of file diff --git a/public/static/icons-embeddings.json b/public/static/icons-embeddings.json new file mode 100644 index 000000000000..dc3874d162be --- /dev/null +++ b/public/static/icons-embeddings.json @@ -0,0 +1 @@ +{"dim":512,"icons":[{"name":"abbr-api","componentName":"AbbrApi","style":"regular"},{"name":"abbr-ml","componentName":"AbbrMl","style":"regular"},{"name":"abbr-ql","componentName":"AbbrQl","style":"regular"},{"name":"abbr-sql","componentName":"AbbrSql","style":"regular"},{"name":"abbr-zip","componentName":"AbbrZip","style":"regular"},{"name":"alarm","componentName":"AlarmFill","style":"fill"},{"name":"alarm","componentName":"Alarm","style":"regular"},{"name":"almost-equal","componentName":"AlmostEqual","style":"regular"},{"name":"antenna-signal","componentName":"AntennaSignal","style":"regular"},{"name":"aperture","componentName":"Aperture","style":"regular"},{"name":"archive","componentName":"Archive","style":"regular"},{"name":"arrow-chevron-down","componentName":"ArrowChevronDown","style":"regular"},{"name":"arrow-chevron-left","componentName":"ArrowChevronLeft","style":"regular"},{"name":"arrow-chevron-right","componentName":"ArrowChevronRight","style":"regular"},{"name":"arrow-chevron-up","componentName":"ArrowChevronUp","style":"regular"},{"name":"arrow-down","componentName":"ArrowDown","style":"regular"},{"name":"arrow-down-from-line","componentName":"ArrowDownFromLine","style":"regular"},{"name":"arrow-down-left","componentName":"ArrowDownLeft","style":"regular"},{"name":"arrow-down-right","componentName":"ArrowDownRight","style":"regular"},{"name":"arrow-down-to-line","componentName":"ArrowDownToLine","style":"regular"},{"name":"arrow-down-to-square","componentName":"ArrowDownToSquare","style":"regular"},{"name":"arrow-left","componentName":"ArrowLeft","style":"regular"},{"name":"arrow-left-from-line","componentName":"ArrowLeftFromLine","style":"regular"},{"name":"arrow-left-to-line","componentName":"ArrowLeftToLine","style":"regular"},{"name":"arrow-right","componentName":"ArrowRight","style":"regular"},{"name":"arrow-right-arrow-left","componentName":"ArrowRightArrowLeft","style":"regular"},{"name":"arrow-right-from-line","componentName":"ArrowRightFromLine","style":"regular"},{"name":"arrow-right-from-square","componentName":"ArrowRightFromSquare","style":"regular"},{"name":"arrow-right-to-line","componentName":"ArrowRightToLine","style":"regular"},{"name":"arrow-right-to-square","componentName":"ArrowRightToSquare","style":"regular"},{"name":"arrow-rotate-left","componentName":"ArrowRotateLeft","style":"regular"},{"name":"arrow-rotate-left-number-5","componentName":"ArrowRotateLeftNumber5","style":"regular"},{"name":"arrow-rotate-right","componentName":"ArrowRotateRight","style":"regular"},{"name":"arrow-rotate-right-number-5","componentName":"ArrowRotateRightNumber5","style":"regular"},{"name":"arrow-shape-down","componentName":"ArrowShapeDown","style":"regular"},{"name":"arrow-shape-down-from-line","componentName":"ArrowShapeDownFromLine","style":"regular"},{"name":"arrow-shape-down-to-line","componentName":"ArrowShapeDownToLine","style":"regular"},{"name":"arrow-shape-left","componentName":"ArrowShapeLeft","style":"regular"},{"name":"arrow-shape-left-from-line","componentName":"ArrowShapeLeftFromLine","style":"regular"},{"name":"arrow-shape-left-to-line","componentName":"ArrowShapeLeftToLine","style":"regular"},{"name":"arrow-shape-right","componentName":"ArrowShapeRight","style":"regular"},{"name":"arrow-shape-right-from-line","componentName":"ArrowShapeRightFromLine","style":"regular"},{"name":"arrow-shape-right-to-line","componentName":"ArrowShapeRightToLine","style":"regular"},{"name":"arrow-shape-turn-up-left","componentName":"ArrowShapeTurnUpLeft","style":"regular"},{"name":"arrow-shape-turn-up-right","componentName":"ArrowShapeTurnUpRight","style":"regular"},{"name":"arrow-shape-up","componentName":"ArrowShapeUp","style":"regular"},{"name":"arrow-shape-up-from-line","componentName":"ArrowShapeUpFromLine","style":"regular"},{"name":"arrow-shape-up-to-line","componentName":"ArrowShapeUpToLine","style":"regular"},{"name":"arrow-up","componentName":"ArrowUp","style":"regular"},{"name":"arrow-up-arrow-down","componentName":"ArrowUpArrowDown","style":"regular"},{"name":"arrow-up-from-line","componentName":"ArrowUpFromLine","style":"regular"},{"name":"arrow-up-from-square","componentName":"ArrowUpFromSquare","style":"regular"},{"name":"arrow-up-from-square-slash","componentName":"ArrowUpFromSquareSlash","style":"regular"},{"name":"arrow-up-left","componentName":"ArrowUpLeft","style":"regular"},{"name":"arrow-up-right","componentName":"ArrowUpRight","style":"regular"},{"name":"arrow-up-right-from-square","componentName":"ArrowUpRightFromSquare","style":"regular"},{"name":"arrow-up-to-line","componentName":"ArrowUpToLine","style":"regular"},{"name":"arrow-uturn-ccw-down","componentName":"ArrowUturnCcwDown","style":"regular"},{"name":"arrow-uturn-ccw-left","componentName":"ArrowUturnCcwLeft","style":"regular"},{"name":"arrow-uturn-ccw-right","componentName":"ArrowUturnCcwRight","style":"regular"},{"name":"arrow-uturn-cw-down","componentName":"ArrowUturnCwDown","style":"regular"},{"name":"arrow-uturn-cw-left","componentName":"ArrowUturnCwLeft","style":"regular"},{"name":"arrow-uturn-cw-right","componentName":"ArrowUturnCwRight","style":"regular"},{"name":"arrows-3-rotate-left","componentName":"Arrows3RotateLeft","style":"regular"},{"name":"arrows-3-rotate-left-letter-a","componentName":"Arrows3RotateLeftLetterA","style":"regular"},{"name":"arrows-3-rotate-right","componentName":"Arrows3RotateRight","style":"regular"},{"name":"arrows-expand","componentName":"ArrowsExpand","style":"regular"},{"name":"arrows-expand-horizontal","componentName":"ArrowsExpandHorizontal","style":"regular"},{"name":"arrows-expand-vertical","componentName":"ArrowsExpandVertical","style":"regular"},{"name":"arrows-opposite-to-dots","componentName":"ArrowsOppositeToDots","style":"regular"},{"name":"arrows-rotate-left","componentName":"ArrowsRotateLeft","style":"regular"},{"name":"arrows-rotate-left-slash","componentName":"ArrowsRotateLeftSlash","style":"regular"},{"name":"arrows-rotate-right","componentName":"ArrowsRotateRight","style":"regular"},{"name":"arrows-rotate-right-slash","componentName":"ArrowsRotateRightSlash","style":"regular"},{"name":"at","componentName":"At","style":"regular"},{"name":"backward-step","componentName":"BackwardStep","style":"regular"},{"name":"backward-step","componentName":"BackwardStepFill","style":"fill"},{"name":"ban","componentName":"Ban","style":"regular"},{"name":"bars","componentName":"Bars","style":"regular"},{"name":"bars-ascending-align-center","componentName":"BarsAscendingAlignCenter","style":"regular"},{"name":"bars-ascending-align-left","componentName":"BarsAscendingAlignLeft","style":"regular"},{"name":"bars-ascending-align-left-arrow-down","componentName":"BarsAscendingAlignLeftArrowDown","style":"regular"},{"name":"bars-ascending-align-left-arrow-up","componentName":"BarsAscendingAlignLeftArrowUp","style":"regular"},{"name":"bars-ascending-align-right","componentName":"BarsAscendingAlignRight","style":"regular"},{"name":"bars-descending-align-center","componentName":"BarsDescendingAlignCenter","style":"regular"},{"name":"bars-descending-align-left","componentName":"BarsDescendingAlignLeft","style":"regular"},{"name":"bars-descending-align-left-arrow-down","componentName":"BarsDescendingAlignLeftArrowDown","style":"regular"},{"name":"bars-descending-align-left-arrow-up","componentName":"BarsDescendingAlignLeftArrowUp","style":"regular"},{"name":"bars-descending-align-right","componentName":"BarsDescendingAlignRight","style":"regular"},{"name":"bars-play","componentName":"BarsPlay","style":"regular"},{"name":"bars-unaligned","componentName":"BarsUnaligned","style":"regular"},{"name":"bell","componentName":"Bell","style":"regular"},{"name":"bell","componentName":"BellFill","style":"fill"},{"name":"bell-dot","componentName":"BellDot","style":"regular"},{"name":"bell-slash","componentName":"BellSlash","style":"regular"},{"name":"binoculars","componentName":"Binoculars","style":"regular"},{"name":"bold","componentName":"Bold","style":"regular"},{"name":"book","componentName":"Book","style":"regular"},{"name":"book-open","componentName":"BookOpen","style":"regular"},{"name":"bookmark","componentName":"Bookmark","style":"regular"},{"name":"bookmark","componentName":"BookmarkFill","style":"fill"},{"name":"books","componentName":"Books","style":"regular"},{"name":"box","componentName":"Box","style":"regular"},{"name":"boxes-3","componentName":"Boxes3","style":"regular"},{"name":"branches-down","componentName":"BranchesDown","style":"regular"},{"name":"branches-right","componentName":"BranchesRight","style":"regular"},{"name":"branches-right-arrow-right","componentName":"BranchesRightArrowRight","style":"regular"},{"name":"briefcase","componentName":"Briefcase","style":"regular"},{"name":"briefcase","componentName":"BriefcaseFill","style":"fill"},{"name":"broadcast-signal","componentName":"BroadcastSignal","style":"regular"},{"name":"broom-motion","componentName":"BroomMotion","style":"regular"},{"name":"broom-motion","componentName":"BroomMotionFill","style":"fill"},{"name":"brush","componentName":"Brush","style":"regular"},{"name":"bucket","componentName":"Bucket","style":"regular"},{"name":"bucket-paint","componentName":"BucketPaint","style":"regular"},{"name":"bug","componentName":"Bug","style":"regular"},{"name":"bulb","componentName":"Bulb","style":"regular"},{"name":"calculator","componentName":"Calculator","style":"regular"},{"name":"calendar","componentName":"Calendar","style":"regular"},{"name":"calendar-xmark","componentName":"CalendarXmark","style":"regular"},{"name":"camera","componentName":"Camera","style":"regular"},{"name":"car","componentName":"Car","style":"regular"},{"name":"card-club","componentName":"CardClub","style":"regular"},{"name":"card-diamond","componentName":"CardDiamond","style":"regular"},{"name":"card-heart","componentName":"CardHeart","style":"regular"},{"name":"card-spade","componentName":"CardSpade","style":"regular"},{"name":"caret-down","componentName":"CaretDown","style":"regular"},{"name":"caret-left","componentName":"CaretLeft","style":"regular"},{"name":"caret-right","componentName":"CaretRight","style":"regular"},{"name":"caret-up","componentName":"CaretUp","style":"regular"},{"name":"carets-expand-vertical","componentName":"CaretsExpandVertical","style":"regular"},{"name":"chart-area-stacked","componentName":"ChartAreaStacked","style":"regular"},{"name":"chart-area-stacked-normalized","componentName":"ChartAreaStackedNormalized","style":"regular"},{"name":"chart-bar","componentName":"ChartBar","style":"regular"},{"name":"chart-bar-stacked","componentName":"ChartBarStacked","style":"regular"},{"name":"chart-column","componentName":"ChartColumn","style":"regular"},{"name":"chart-column-stacked","componentName":"ChartColumnStacked","style":"regular"},{"name":"chart-donut","componentName":"ChartDonut","style":"regular"},{"name":"chart-line","componentName":"ChartLine","style":"regular"},{"name":"chart-line-arrow-up","componentName":"ChartLineArrowUp","style":"regular"},{"name":"chart-line-label","componentName":"ChartLineLabel","style":"regular"},{"name":"chart-line-points","componentName":"ChartLinePoints","style":"regular"},{"name":"chart-mixed","componentName":"ChartMixed","style":"regular"},{"name":"chart-pie","componentName":"ChartPie","style":"regular"},{"name":"chart-treemap","componentName":"ChartTreemap","style":"regular"},{"name":"check","componentName":"Check","style":"regular"},{"name":"check-double","componentName":"CheckDouble","style":"regular"},{"name":"check-shape","componentName":"CheckShape","style":"regular"},{"name":"check-shape","componentName":"CheckShapeFill","style":"fill"},{"name":"cherry","componentName":"Cherry","style":"regular"},{"name":"chevron-down","componentName":"ChevronDown","style":"regular"},{"name":"chevron-down-wide","componentName":"ChevronDownWide","style":"regular"},{"name":"chevron-left","componentName":"ChevronLeft","style":"regular"},{"name":"chevron-right","componentName":"ChevronRight","style":"regular"},{"name":"chevron-up","componentName":"ChevronUp","style":"regular"},{"name":"chevron-up-wide","componentName":"ChevronUpWide","style":"regular"},{"name":"chevrons-collapse-from-lines","componentName":"ChevronsCollapseFromLines","style":"regular"},{"name":"chevrons-collapse-horizontal","componentName":"ChevronsCollapseHorizontal","style":"regular"},{"name":"chevrons-collapse-to-line","componentName":"ChevronsCollapseToLine","style":"regular"},{"name":"chevrons-collapse-up-right","componentName":"ChevronsCollapseUpRight","style":"regular"},{"name":"chevrons-collapse-vertical","componentName":"ChevronsCollapseVertical","style":"regular"},{"name":"chevrons-down","componentName":"ChevronsDown","style":"regular"},{"name":"chevrons-down-wide","componentName":"ChevronsDownWide","style":"regular"},{"name":"chevrons-expand-from-line","componentName":"ChevronsExpandFromLine","style":"regular"},{"name":"chevrons-expand-horizontal","componentName":"ChevronsExpandHorizontal","style":"regular"},{"name":"chevrons-expand-to-lines","componentName":"ChevronsExpandToLines","style":"regular"},{"name":"chevrons-expand-up-right","componentName":"ChevronsExpandUpRight","style":"regular"},{"name":"chevrons-expand-vertical","componentName":"ChevronsExpandVertical","style":"regular"},{"name":"chevrons-left","componentName":"ChevronsLeft","style":"regular"},{"name":"chevrons-right","componentName":"ChevronsRight","style":"regular"},{"name":"chevrons-up","componentName":"ChevronsUp","style":"regular"},{"name":"chevrons-up-wide","componentName":"ChevronsUpWide","style":"regular"},{"name":"circle","componentName":"Circle","style":"regular"},{"name":"circle","componentName":"CircleFill","style":"fill"},{"name":"circle-arrow-down","componentName":"CircleArrowDown","style":"regular"},{"name":"circle-arrow-down","componentName":"CircleArrowDownFill","style":"fill"},{"name":"circle-arrow-left","componentName":"CircleArrowLeft","style":"regular"},{"name":"circle-arrow-left","componentName":"CircleArrowLeftFill","style":"fill"},{"name":"circle-arrow-right","componentName":"CircleArrowRight","style":"regular"},{"name":"circle-arrow-right","componentName":"CircleArrowRightFill","style":"fill"},{"name":"circle-arrow-up","componentName":"CircleArrowUp","style":"regular"},{"name":"circle-arrow-up","componentName":"CircleArrowUpFill","style":"fill"},{"name":"circle-check","componentName":"CircleCheck","style":"regular"},{"name":"circle-check","componentName":"CircleCheckFill","style":"fill"},{"name":"circle-chevron-down","componentName":"CircleChevronDown","style":"regular"},{"name":"circle-chevron-down","componentName":"CircleChevronDownFill","style":"fill"},{"name":"circle-chevron-left","componentName":"CircleChevronLeft","style":"regular"},{"name":"circle-chevron-left","componentName":"CircleChevronLeftFill","style":"fill"},{"name":"circle-chevron-right","componentName":"CircleChevronRight","style":"regular"},{"name":"circle-chevron-right","componentName":"CircleChevronRightFill","style":"fill"},{"name":"circle-chevron-up","componentName":"CircleChevronUp","style":"regular"},{"name":"circle-chevron-up","componentName":"CircleChevronUpFill","style":"fill"},{"name":"circle-chevrons-down","componentName":"CircleChevronsDown","style":"regular"},{"name":"circle-chevrons-left","componentName":"CircleChevronsLeft","style":"regular"},{"name":"circle-chevrons-right","componentName":"CircleChevronsRight","style":"regular"},{"name":"circle-chevrons-up","componentName":"CircleChevronsUp","style":"regular"},{"name":"circle-dashed","componentName":"CircleDashed","style":"regular"},{"name":"circle-dollar","componentName":"CircleDollar","style":"regular"},{"name":"circle-exclamation","componentName":"CircleExclamation","style":"regular"},{"name":"circle-exclamation","componentName":"CircleExclamationFill","style":"fill"},{"name":"circle-info","componentName":"CircleInfo","style":"regular"},{"name":"circle-info","componentName":"CircleInfoFill","style":"fill"},{"name":"circle-letter-a","componentName":"CircleLetterA","style":"regular"},{"name":"circle-letter-b","componentName":"CircleLetterB","style":"regular"},{"name":"circle-letter-c","componentName":"CircleLetterC","style":"regular"},{"name":"circle-letter-d","componentName":"CircleLetterD","style":"regular"},{"name":"circle-letter-e","componentName":"CircleLetterE","style":"regular"},{"name":"circle-letter-f","componentName":"CircleLetterF","style":"regular"},{"name":"circle-letter-g","componentName":"CircleLetterG","style":"regular"},{"name":"circle-letter-h","componentName":"CircleLetterH","style":"regular"},{"name":"circle-letter-i","componentName":"CircleLetterI","style":"regular"},{"name":"circle-letter-j","componentName":"CircleLetterJ","style":"regular"},{"name":"circle-letter-k","componentName":"CircleLetterK","style":"regular"},{"name":"circle-letter-l","componentName":"CircleLetterL","style":"regular"},{"name":"circle-letter-m","componentName":"CircleLetterM","style":"regular"},{"name":"circle-letter-n","componentName":"CircleLetterN","style":"regular"},{"name":"circle-letter-o","componentName":"CircleLetterO","style":"regular"},{"name":"circle-letter-p","componentName":"CircleLetterP","style":"regular"},{"name":"circle-letter-q","componentName":"CircleLetterQ","style":"regular"},{"name":"circle-letter-r","componentName":"CircleLetterR","style":"regular"},{"name":"circle-letter-s","componentName":"CircleLetterS","style":"regular"},{"name":"circle-letter-t","componentName":"CircleLetterT","style":"regular"},{"name":"circle-letter-u","componentName":"CircleLetterU","style":"regular"},{"name":"circle-letter-v","componentName":"CircleLetterV","style":"regular"},{"name":"circle-letter-w","componentName":"CircleLetterW","style":"regular"},{"name":"circle-letter-x","componentName":"CircleLetterX","style":"regular"},{"name":"circle-letter-y","componentName":"CircleLetterY","style":"regular"},{"name":"circle-letter-z","componentName":"CircleLetterZ","style":"regular"},{"name":"circle-link","componentName":"CircleLink","style":"regular"},{"name":"circle-minus","componentName":"CircleMinus","style":"regular"},{"name":"circle-minus","componentName":"CircleMinusFill","style":"fill"},{"name":"circle-number-0","componentName":"CircleNumber0","style":"regular"},{"name":"circle-number-1","componentName":"CircleNumber1","style":"regular"},{"name":"circle-number-2","componentName":"CircleNumber2","style":"regular"},{"name":"circle-number-3","componentName":"CircleNumber3","style":"regular"},{"name":"circle-number-4","componentName":"CircleNumber4","style":"regular"},{"name":"circle-number-5","componentName":"CircleNumber5","style":"regular"},{"name":"circle-number-6","componentName":"CircleNumber6","style":"regular"},{"name":"circle-number-7","componentName":"CircleNumber7","style":"regular"},{"name":"circle-number-8","componentName":"CircleNumber8","style":"regular"},{"name":"circle-number-9","componentName":"CircleNumber9","style":"regular"},{"name":"circle-pause","componentName":"CirclePause","style":"regular"},{"name":"circle-pause","componentName":"CirclePauseFill","style":"fill"},{"name":"circle-play","componentName":"CirclePlay","style":"regular"},{"name":"circle-play","componentName":"CirclePlayFill","style":"fill"},{"name":"circle-plus","componentName":"CirclePlus","style":"regular"},{"name":"circle-plus","componentName":"CirclePlusFill","style":"fill"},{"name":"circle-question","componentName":"CircleQuestion","style":"regular"},{"name":"circle-question","componentName":"CircleQuestionFill","style":"fill"},{"name":"circle-question-dot","componentName":"CircleQuestionDot","style":"regular"},{"name":"circle-ruble","componentName":"CircleRuble","style":"regular"},{"name":"circle-stop","componentName":"CircleStop","style":"regular"},{"name":"circle-stop","componentName":"CircleStopFill","style":"fill"},{"name":"circle-tree","componentName":"CircleTree","style":"regular"},{"name":"circle-xmark","componentName":"CircleXmark","style":"regular"},{"name":"circle-xmark","componentName":"CircleXmarkFill","style":"fill"},{"name":"circles-3-plus","componentName":"Circles3Plus","style":"regular"},{"name":"circles-4-diamond","componentName":"Circles4Diamond","style":"regular"},{"name":"circles-4-square","componentName":"Circles4Square","style":"regular"},{"name":"circles-5-random","componentName":"Circles5Random","style":"regular"},{"name":"circles-concentric","componentName":"CirclesConcentric","style":"regular"},{"name":"circles-intersection","componentName":"CirclesIntersection","style":"regular"},{"name":"clock","componentName":"Clock","style":"regular"},{"name":"clock","componentName":"ClockFill","style":"fill"},{"name":"clock-arrow-rotate-left","componentName":"ClockArrowRotateLeft","style":"regular"},{"name":"cloud","componentName":"Cloud","style":"regular"},{"name":"cloud-arrow-up-in","componentName":"CloudArrowUpIn","style":"regular"},{"name":"cloud-check","componentName":"CloudCheck","style":"regular"},{"name":"cloud-gear","componentName":"CloudGear","style":"regular"},{"name":"cloud-nut-hex","componentName":"CloudNutHex","style":"regular"},{"name":"cloud-slash","componentName":"CloudSlash","style":"regular"},{"name":"clouds","componentName":"Clouds","style":"regular"},{"name":"code","componentName":"Code","style":"regular"},{"name":"code-commit","componentName":"CodeCommit","style":"regular"},{"name":"code-commit-horizontal","componentName":"CodeCommitHorizontal","style":"regular"},{"name":"code-commits","componentName":"CodeCommits","style":"regular"},{"name":"code-compare","componentName":"CodeCompare","style":"regular"},{"name":"code-fork","componentName":"CodeFork","style":"regular"},{"name":"code-merge","componentName":"CodeMerge","style":"regular"},{"name":"code-pull-request","componentName":"CodePullRequest","style":"regular"},{"name":"code-pull-request-arrow-left","componentName":"CodePullRequestArrowLeft","style":"regular"},{"name":"code-pull-request-arrow-right","componentName":"CodePullRequestArrowRight","style":"regular"},{"name":"code-pull-request-check","componentName":"CodePullRequestCheck","style":"regular"},{"name":"code-pull-request-xmark","componentName":"CodePullRequestXmark","style":"regular"},{"name":"code-trunk","componentName":"CodeTrunk","style":"regular"},{"name":"comment","componentName":"Comment","style":"regular"},{"name":"comment","componentName":"CommentFill","style":"fill"},{"name":"comment-dot","componentName":"CommentDot","style":"regular"},{"name":"comment-plus","componentName":"CommentPlus","style":"regular"},{"name":"comment-slash","componentName":"CommentSlash","style":"regular"},{"name":"comments","componentName":"Comments","style":"regular"},{"name":"compass","componentName":"Compass","style":"regular"},{"name":"copy","componentName":"Copy","style":"regular"},{"name":"copy-arrow-right","componentName":"CopyArrowRight","style":"regular"},{"name":"copy-check","componentName":"CopyCheck","style":"regular"},{"name":"copy-check-xmark","componentName":"CopyCheckXmark","style":"regular"},{"name":"copy-chevron-right","componentName":"CopyChevronRight","style":"regular"},{"name":"copy-minus","componentName":"CopyMinus","style":"regular"},{"name":"copy-picture","componentName":"CopyPicture","style":"regular"},{"name":"copy-plus","componentName":"CopyPlus","style":"regular"},{"name":"copy-transparent","componentName":"CopyTransparent","style":"regular"},{"name":"copy-xmark","componentName":"CopyXmark","style":"regular"},{"name":"cpu","componentName":"Cpu","style":"regular"},{"name":"cpus","componentName":"Cpus","style":"regular"},{"name":"credit-card","componentName":"CreditCard","style":"regular"},{"name":"crop","componentName":"Crop","style":"regular"},{"name":"crown-diamond","componentName":"CrownDiamond","style":"regular"},{"name":"cube","componentName":"Cube","style":"regular"},{"name":"cubes-3","componentName":"Cubes3","style":"regular"},{"name":"cubes-3-overlap","componentName":"Cubes3Overlap","style":"regular"},{"name":"cup","componentName":"Cup","style":"regular"},{"name":"curly-brackets","componentName":"CurlyBrackets","style":"regular"},{"name":"curly-brackets-function","componentName":"CurlyBracketsFunction","style":"regular"},{"name":"curly-brackets-lock","componentName":"CurlyBracketsLock","style":"regular"},{"name":"database","componentName":"Database","style":"regular"},{"name":"database","componentName":"DatabaseFill","style":"fill"},{"name":"database-arrow-right","componentName":"DatabaseArrowRight","style":"regular"},{"name":"database-magnifier","componentName":"DatabaseMagnifier","style":"regular"},{"name":"databases","componentName":"Databases","style":"regular"},{"name":"databases","componentName":"DatabasesFill","style":"fill"},{"name":"delete","componentName":"Delete","style":"regular"},{"name":"diamond","componentName":"Diamond","style":"regular"},{"name":"diamond","componentName":"DiamondFill","style":"fill"},{"name":"diamond-exclamation","componentName":"DiamondExclamation","style":"regular"},{"name":"diamond-exclamation","componentName":"DiamondExclamationFill","style":"fill"},{"name":"dice-1","componentName":"Dice1","style":"regular"},{"name":"dice-2","componentName":"Dice2","style":"regular"},{"name":"dice-3","componentName":"Dice3","style":"regular"},{"name":"dice-4","componentName":"Dice4","style":"regular"},{"name":"dice-5","componentName":"Dice5","style":"regular"},{"name":"dice-6","componentName":"Dice6","style":"regular"},{"name":"display","componentName":"Display","style":"regular"},{"name":"display-pulse","componentName":"DisplayPulse","style":"regular"},{"name":"dots-9","componentName":"Dots9","style":"regular"},{"name":"droplet","componentName":"Droplet","style":"regular"},{"name":"ear","componentName":"Ear","style":"regular"},{"name":"ellipsis","componentName":"Ellipsis","style":"regular"},{"name":"ellipsis-vertical","componentName":"EllipsisVertical","style":"regular"},{"name":"envelope","componentName":"Envelope","style":"regular"},{"name":"envelope-open","componentName":"EnvelopeOpen","style":"regular"},{"name":"envelope-open-xmark","componentName":"EnvelopeOpenXmark","style":"regular"},{"name":"equal","componentName":"Equal","style":"regular"},{"name":"eraser","componentName":"Eraser","style":"regular"},{"name":"exclamation-shape","componentName":"ExclamationShape","style":"regular"},{"name":"exclamation-shape","componentName":"ExclamationShapeFill","style":"fill"},{"name":"eye","componentName":"Eye","style":"regular"},{"name":"eye-closed","componentName":"EyeClosed","style":"regular"},{"name":"eye-dashed","componentName":"EyeDashed","style":"regular"},{"name":"eye-slash","componentName":"EyeSlash","style":"regular"},{"name":"eyes-look-left","componentName":"EyesLookLeft","style":"regular"},{"name":"eyes-look-right","componentName":"EyesLookRight","style":"regular"},{"name":"face-alien","componentName":"FaceAlien","style":"regular"},{"name":"face-angry","componentName":"FaceAngry","style":"regular"},{"name":"face-fun","componentName":"FaceFun","style":"regular"},{"name":"face-neutral","componentName":"FaceNeutral","style":"regular"},{"name":"face-neutral-dashed","componentName":"FaceNeutralDashed","style":"regular"},{"name":"face-robot","componentName":"FaceRobot","style":"regular"},{"name":"face-robot-smile","componentName":"FaceRobotSmile","style":"regular"},{"name":"face-sad","componentName":"FaceSad","style":"regular"},{"name":"face-smile","componentName":"FaceSmile","style":"regular"},{"name":"face-surprise","componentName":"FaceSurprise","style":"regular"},{"name":"factory","componentName":"Factory","style":"regular"},{"name":"file","componentName":"File","style":"regular"},{"name":"file-arrow-down","componentName":"FileArrowDown","style":"regular"},{"name":"file-arrow-left","componentName":"FileArrowLeft","style":"regular"},{"name":"file-arrow-right","componentName":"FileArrowRight","style":"regular"},{"name":"file-arrow-right-out","componentName":"FileArrowRightOut","style":"regular"},{"name":"file-arrow-up","componentName":"FileArrowUp","style":"regular"},{"name":"file-check","componentName":"FileCheck","style":"regular"},{"name":"file-code","componentName":"FileCode","style":"regular"},{"name":"file-dollar","componentName":"FileDollar","style":"regular"},{"name":"file-exclamation","componentName":"FileExclamation","style":"regular"},{"name":"file-letter-p","componentName":"FileLetterP","style":"regular"},{"name":"file-letter-w","componentName":"FileLetterW","style":"regular"},{"name":"file-letter-x","componentName":"FileLetterX","style":"regular"},{"name":"file-magnifier","componentName":"FileMagnifier","style":"regular"},{"name":"file-minus","componentName":"FileMinus","style":"regular"},{"name":"file-plus","componentName":"FilePlus","style":"regular"},{"name":"file-question","componentName":"FileQuestion","style":"regular"},{"name":"file-ruble","componentName":"FileRuble","style":"regular"},{"name":"file-text","componentName":"FileText","style":"regular"},{"name":"file-xmark","componentName":"FileXmark","style":"regular"},{"name":"file-zipper","componentName":"FileZipper","style":"regular"},{"name":"files","componentName":"Files","style":"regular"},{"name":"filmstrip","componentName":"Filmstrip","style":"regular"},{"name":"fingerprint","componentName":"Fingerprint","style":"regular"},{"name":"firewall","componentName":"Firewall","style":"regular"},{"name":"flag","componentName":"Flag","style":"regular"},{"name":"flame","componentName":"Flame","style":"regular"},{"name":"flask","componentName":"Flask","style":"regular"},{"name":"floppy-disk","componentName":"FloppyDisk","style":"regular"},{"name":"folder","componentName":"Folder","style":"regular"},{"name":"folder","componentName":"FolderFill","style":"fill"},{"name":"folder-arrow-down","componentName":"FolderArrowDown","style":"regular"},{"name":"folder-arrow-left","componentName":"FolderArrowLeft","style":"regular"},{"name":"folder-arrow-right","componentName":"FolderArrowRight","style":"regular"},{"name":"folder-arrow-up","componentName":"FolderArrowUp","style":"regular"},{"name":"folder-arrow-up-in","componentName":"FolderArrowUpIn","style":"regular"},{"name":"folder-check","componentName":"FolderCheck","style":"regular"},{"name":"folder-code","componentName":"FolderCode","style":"regular"},{"name":"folder-exclamation","componentName":"FolderExclamation","style":"regular"},{"name":"folder-flows","componentName":"FolderFlows","style":"regular"},{"name":"folder-house","componentName":"FolderHouse","style":"regular"},{"name":"folder-keyhole","componentName":"FolderKeyhole","style":"regular"},{"name":"folder-lock","componentName":"FolderLock","style":"regular"},{"name":"folder-magnifier","componentName":"FolderMagnifier","style":"regular"},{"name":"folder-open","componentName":"FolderOpen","style":"regular"},{"name":"folder-open","componentName":"FolderOpenFill","style":"fill"},{"name":"folder-plus","componentName":"FolderPlus","style":"regular"},{"name":"folder-tree","componentName":"FolderTree","style":"regular"},{"name":"folders","componentName":"Folders","style":"regular"},{"name":"font","componentName":"Font","style":"regular"},{"name":"font-case","componentName":"FontCase","style":"regular"},{"name":"font-cursor","componentName":"FontCursor","style":"regular"},{"name":"forward-step","componentName":"ForwardStep","style":"regular"},{"name":"forward-step","componentName":"ForwardStepFill","style":"fill"},{"name":"frame","componentName":"Frame","style":"regular"},{"name":"frames","componentName":"Frames","style":"regular"},{"name":"function","componentName":"Function","style":"regular"},{"name":"funnel","componentName":"Funnel","style":"regular"},{"name":"funnel-xmark","componentName":"FunnelXmark","style":"regular"},{"name":"gear","componentName":"Gear","style":"regular"},{"name":"gear-branches","componentName":"GearBranches","style":"regular"},{"name":"gear-dot","componentName":"GearDot","style":"regular"},{"name":"gear-play","componentName":"GearPlay","style":"regular"},{"name":"gem","componentName":"Gem","style":"regular"},{"name":"geo","componentName":"Geo","style":"regular"},{"name":"geo","componentName":"GeoFill","style":"fill"},{"name":"geo-dots","componentName":"GeoDots","style":"regular"},{"name":"geo-pin","componentName":"GeoPin","style":"regular"},{"name":"geo-polygons","componentName":"GeoPolygons","style":"regular"},{"name":"ghost","componentName":"Ghost","style":"regular"},{"name":"gift","componentName":"Gift","style":"regular"},{"name":"globe","componentName":"Globe","style":"regular"},{"name":"gpu","componentName":"Gpu","style":"regular"},{"name":"graduation-cap","componentName":"GraduationCap","style":"regular"},{"name":"graph-node","componentName":"GraphNode","style":"regular"},{"name":"grip","componentName":"Grip","style":"regular"},{"name":"grip-horizontal","componentName":"GripHorizontal","style":"regular"},{"name":"hammer","componentName":"Hammer","style":"regular"},{"name":"hand","componentName":"Hand","style":"regular"},{"name":"hand-ok","componentName":"HandOk","style":"regular"},{"name":"hand-point-down","componentName":"HandPointDown","style":"regular"},{"name":"hand-point-left","componentName":"HandPointLeft","style":"regular"},{"name":"hand-point-right","componentName":"HandPointRight","style":"regular"},{"name":"hand-point-up","componentName":"HandPointUp","style":"regular"},{"name":"hand-stop","componentName":"HandStop","style":"regular"},{"name":"handset","componentName":"Handset","style":"regular"},{"name":"handset-arrow-in","componentName":"HandsetArrowIn","style":"regular"},{"name":"handset-arrow-out","componentName":"HandsetArrowOut","style":"regular"},{"name":"hard-drive","componentName":"HardDrive","style":"regular"},{"name":"hashtag","componentName":"Hashtag","style":"regular"},{"name":"heading","componentName":"Heading","style":"regular"},{"name":"heading-1","componentName":"Heading1","style":"regular"},{"name":"heading-2","componentName":"Heading2","style":"regular"},{"name":"heading-3","componentName":"Heading3","style":"regular"},{"name":"heading-4","componentName":"Heading4","style":"regular"},{"name":"heading-5","componentName":"Heading5","style":"regular"},{"name":"heading-6","componentName":"Heading6","style":"regular"},{"name":"headphones","componentName":"Headphones","style":"regular"},{"name":"heart","componentName":"Heart","style":"regular"},{"name":"heart","componentName":"HeartFill","style":"fill"},{"name":"heart-crack","componentName":"HeartCrack","style":"regular"},{"name":"heart-pulse","componentName":"HeartPulse","style":"regular"},{"name":"hierarchy","componentName":"Hierarchy","style":"regular"},{"name":"house","componentName":"House","style":"regular"},{"name":"house","componentName":"HouseFill","style":"fill"},{"name":"italic","componentName":"Italic","style":"regular"},{"name":"key","componentName":"Key","style":"regular"},{"name":"keyboard","componentName":"Keyboard","style":"regular"},{"name":"layers","componentName":"Layers","style":"regular"},{"name":"layers-3-diagonal","componentName":"Layers3Diagonal","style":"regular"},{"name":"layers-vertical","componentName":"LayersVertical","style":"regular"},{"name":"layout-cells","componentName":"LayoutCells","style":"regular"},{"name":"layout-cells-large","componentName":"LayoutCellsLarge","style":"regular"},{"name":"layout-columns","componentName":"LayoutColumns","style":"regular"},{"name":"layout-columns-3","componentName":"LayoutColumns3","style":"regular"},{"name":"layout-footer","componentName":"LayoutFooter","style":"regular"},{"name":"layout-header","componentName":"LayoutHeader","style":"regular"},{"name":"layout-header-cells","componentName":"LayoutHeaderCells","style":"regular"},{"name":"layout-header-cells-large","componentName":"LayoutHeaderCellsLarge","style":"regular"},{"name":"layout-header-cells-large","componentName":"LayoutHeaderCellsLargeFill","style":"fill"},{"name":"layout-header-cells-large-letter-d","componentName":"LayoutHeaderCellsLargeLetterD","style":"regular"},{"name":"layout-header-cells-large-thunderbolt","componentName":"LayoutHeaderCellsLargeThunderbolt","style":"regular"},{"name":"layout-header-columns","componentName":"LayoutHeaderColumns","style":"regular"},{"name":"layout-header-cursor","componentName":"LayoutHeaderCursor","style":"regular"},{"name":"layout-header-side-content","componentName":"LayoutHeaderSideContent","style":"regular"},{"name":"layout-list","componentName":"LayoutList","style":"regular"},{"name":"layout-rows","componentName":"LayoutRows","style":"regular"},{"name":"layout-rows-3","componentName":"LayoutRows3","style":"regular"},{"name":"layout-side-content-left","componentName":"LayoutSideContentLeft","style":"regular"},{"name":"layout-side-content-right","componentName":"LayoutSideContentRight","style":"regular"},{"name":"layout-split-columns","componentName":"LayoutSplitColumns","style":"regular"},{"name":"layout-split-columns-3","componentName":"LayoutSplitColumns3","style":"regular"},{"name":"layout-split-rows","componentName":"LayoutSplitRows","style":"regular"},{"name":"layout-split-side-content-left","componentName":"LayoutSplitSideContentLeft","style":"regular"},{"name":"layout-split-side-content-right","componentName":"LayoutSplitSideContentRight","style":"regular"},{"name":"layout-tabs","componentName":"LayoutTabs","style":"regular"},{"name":"letter-a-underline","componentName":"LetterAUnderline","style":"regular"},{"name":"letter-group","componentName":"LetterGroup","style":"regular"},{"name":"letter-m","componentName":"LetterM","style":"regular"},{"name":"life-ring","componentName":"LifeRing","style":"regular"},{"name":"link","componentName":"Link","style":"regular"},{"name":"link-slash","componentName":"LinkSlash","style":"regular"},{"name":"list-check","componentName":"ListCheck","style":"regular"},{"name":"list-check-lock","componentName":"ListCheckLock","style":"regular"},{"name":"list-ol","componentName":"ListOl","style":"regular"},{"name":"list-timeline","componentName":"ListTimeline","style":"regular"},{"name":"list-ul","componentName":"ListUl","style":"regular"},{"name":"location-arrow","componentName":"LocationArrow","style":"regular"},{"name":"location-arrow","componentName":"LocationArrowFill","style":"fill"},{"name":"lock","componentName":"Lock","style":"regular"},{"name":"lock","componentName":"LockFill","style":"fill"},{"name":"lock-open","componentName":"LockOpen","style":"regular"},{"name":"lock-open","componentName":"LockOpenFill","style":"fill"},{"name":"logo-acrobat","componentName":"LogoAcrobat","style":"regular"},{"name":"logo-android","componentName":"LogoAndroid","style":"regular"},{"name":"logo-debian","componentName":"LogoDebian","style":"regular"},{"name":"logo-docker","componentName":"LogoDocker","style":"regular"},{"name":"logo-draw-io","componentName":"LogoDrawIo","style":"regular"},{"name":"logo-facebook","componentName":"LogoFacebook","style":"regular"},{"name":"logo-figma","componentName":"LogoFigma","style":"regular"},{"name":"logo-github","componentName":"LogoGithub","style":"regular"},{"name":"logo-gitlab","componentName":"LogoGitlab","style":"regular"},{"name":"logo-linkedin","componentName":"LogoLinkedin","style":"regular"},{"name":"logo-linux","componentName":"LogoLinux","style":"regular"},{"name":"logo-macos","componentName":"LogoMacos","style":"regular"},{"name":"logo-markdown","componentName":"LogoMarkdown","style":"regular"},{"name":"logo-mcp","componentName":"LogoMcp","style":"regular"},{"name":"logo-mermaid","componentName":"LogoMermaid","style":"regular"},{"name":"logo-microsoft-office","componentName":"LogoMicrosoftOffice","style":"regular"},{"name":"logo-nodejs","componentName":"LogoNodejs","style":"regular"},{"name":"logo-notion","componentName":"LogoNotion","style":"regular"},{"name":"logo-osi","componentName":"LogoOsi","style":"regular"},{"name":"logo-python","componentName":"LogoPython","style":"regular"},{"name":"logo-slack","componentName":"LogoSlack","style":"regular"},{"name":"logo-stack-overflow","componentName":"LogoStackOverflow","style":"regular"},{"name":"logo-telegram","componentName":"LogoTelegram","style":"regular"},{"name":"logo-ubuntu","componentName":"LogoUbuntu","style":"regular"},{"name":"logo-windows","componentName":"LogoWindows","style":"regular"},{"name":"logo-yandex","componentName":"LogoYandex","style":"regular"},{"name":"logo-yandex-cloud","componentName":"LogoYandexCloud","style":"regular"},{"name":"logo-yandex-messenger","componentName":"LogoYandexMessenger","style":"regular"},{"name":"logo-yandex-tracker","componentName":"LogoYandexTracker","style":"regular"},{"name":"magic-wand","componentName":"MagicWand","style":"regular"},{"name":"magnet","componentName":"Magnet","style":"regular"},{"name":"magnifier","componentName":"Magnifier","style":"regular"},{"name":"magnifier-minus","componentName":"MagnifierMinus","style":"regular"},{"name":"magnifier-plus","componentName":"MagnifierPlus","style":"regular"},{"name":"map-pin","componentName":"MapPin","style":"regular"},{"name":"map-pin-minus","componentName":"MapPinMinus","style":"regular"},{"name":"map-pin-plus","componentName":"MapPinPlus","style":"regular"},{"name":"math-intersection-shape","componentName":"MathIntersectionShape","style":"regular"},{"name":"math-operations","componentName":"MathOperations","style":"regular"},{"name":"math-union-shape","componentName":"MathUnionShape","style":"regular"},{"name":"medal","componentName":"Medal","style":"regular"},{"name":"megaphone","componentName":"Megaphone","style":"regular"},{"name":"microphone","componentName":"Microphone","style":"regular"},{"name":"microphone-slash","componentName":"MicrophoneSlash","style":"regular"},{"name":"microscope","componentName":"Microscope","style":"regular"},{"name":"minus","componentName":"Minus","style":"regular"},{"name":"minus-shape","componentName":"MinusShape","style":"regular"},{"name":"minus-shape","componentName":"MinusShapeFill","style":"fill"},{"name":"molecule","componentName":"Molecule","style":"regular"},{"name":"moon","componentName":"Moon","style":"regular"},{"name":"mug","componentName":"Mug","style":"regular"},{"name":"music-note","componentName":"MusicNote","style":"regular"},{"name":"nodes-down","componentName":"NodesDown","style":"regular"},{"name":"nodes-left","componentName":"NodesLeft","style":"regular"},{"name":"nodes-right","componentName":"NodesRight","style":"regular"},{"name":"nodes-up","componentName":"NodesUp","style":"regular"},{"name":"nut-hex","componentName":"NutHex","style":"regular"},{"name":"object-align-bottom","componentName":"ObjectAlignBottom","style":"regular"},{"name":"object-align-center-horizontal","componentName":"ObjectAlignCenterHorizontal","style":"regular"},{"name":"object-align-center-vertical","componentName":"ObjectAlignCenterVertical","style":"regular"},{"name":"object-align-justify-horizontal","componentName":"ObjectAlignJustifyHorizontal","style":"regular"},{"name":"object-align-justify-vertical","componentName":"ObjectAlignJustifyVertical","style":"regular"},{"name":"object-align-left","componentName":"ObjectAlignLeft","style":"regular"},{"name":"object-align-right","componentName":"ObjectAlignRight","style":"regular"},{"name":"object-align-top","componentName":"ObjectAlignTop","style":"regular"},{"name":"objects-align-bottom","componentName":"ObjectsAlignBottom","style":"regular"},{"name":"objects-align-center-horizontal","componentName":"ObjectsAlignCenterHorizontal","style":"regular"},{"name":"objects-align-center-vertical","componentName":"ObjectsAlignCenterVertical","style":"regular"},{"name":"objects-align-justify-horizontal","componentName":"ObjectsAlignJustifyHorizontal","style":"regular"},{"name":"objects-align-justify-vertical","componentName":"ObjectsAlignJustifyVertical","style":"regular"},{"name":"objects-align-left","componentName":"ObjectsAlignLeft","style":"regular"},{"name":"objects-align-right","componentName":"ObjectsAlignRight","style":"regular"},{"name":"objects-align-top","componentName":"ObjectsAlignTop","style":"regular"},{"name":"octagon-xmark","componentName":"OctagonXmark","style":"regular"},{"name":"office-badge","componentName":"OfficeBadge","style":"regular"},{"name":"paintbrush","componentName":"Paintbrush","style":"regular"},{"name":"palette","componentName":"Palette","style":"regular"},{"name":"paper-plane","componentName":"PaperPlane","style":"regular"},{"name":"paperclip","componentName":"Paperclip","style":"regular"},{"name":"passport","componentName":"Passport","style":"regular"},{"name":"pause","componentName":"Pause","style":"regular"},{"name":"pause","componentName":"PauseFill","style":"fill"},{"name":"pencil","componentName":"Pencil","style":"regular"},{"name":"pencil-to-line","componentName":"PencilToLine","style":"regular"},{"name":"pencil-to-square","componentName":"PencilToSquare","style":"regular"},{"name":"percent","componentName":"Percent","style":"regular"},{"name":"person","componentName":"Person","style":"regular"},{"name":"person","componentName":"PersonFill","style":"fill"},{"name":"person-gear","componentName":"PersonGear","style":"regular"},{"name":"person-magnifier","componentName":"PersonMagnifier","style":"regular"},{"name":"person-nut-hex","componentName":"PersonNutHex","style":"regular"},{"name":"person-pencil","componentName":"PersonPencil","style":"regular"},{"name":"person-planet-earth","componentName":"PersonPlanetEarth","style":"regular"},{"name":"person-plus","componentName":"PersonPlus","style":"regular"},{"name":"person-speaker","componentName":"PersonSpeaker","style":"regular"},{"name":"person-worker","componentName":"PersonWorker","style":"regular"},{"name":"person-xmark","componentName":"PersonXmark","style":"regular"},{"name":"persons","componentName":"Persons","style":"regular"},{"name":"persons-lock","componentName":"PersonsLock","style":"regular"},{"name":"picture","componentName":"Picture","style":"regular"},{"name":"pill","componentName":"Pill","style":"regular"},{"name":"pin","componentName":"Pin","style":"regular"},{"name":"pin","componentName":"PinFill","style":"fill"},{"name":"pin-slash","componentName":"PinSlash","style":"regular"},{"name":"pin-slash","componentName":"PinSlashFill","style":"fill"},{"name":"pipeline","componentName":"Pipeline","style":"regular"},{"name":"plane","componentName":"PlaneFill","style":"fill"},{"name":"plane","componentName":"Plane","style":"regular"},{"name":"planet-earth","componentName":"PlanetEarth","style":"regular"},{"name":"play","componentName":"Play","style":"regular"},{"name":"play","componentName":"PlayFill","style":"fill"},{"name":"plug-connection","componentName":"PlugConnection","style":"regular"},{"name":"plug-wire","componentName":"PlugWire","style":"regular"},{"name":"plus","componentName":"Plus","style":"regular"},{"name":"plus-shape","componentName":"PlusShape","style":"regular"},{"name":"plus-shape","componentName":"PlusShapeFill","style":"fill"},{"name":"power","componentName":"Power","style":"regular"},{"name":"printer","componentName":"Printer","style":"regular"},{"name":"pulse","componentName":"Pulse","style":"regular"},{"name":"puzzle","componentName":"Puzzle","style":"regular"},{"name":"qr-code","componentName":"QrCode","style":"regular"},{"name":"quote-close","componentName":"QuoteClose","style":"regular"},{"name":"quote-open","componentName":"QuoteOpen","style":"regular"},{"name":"receipt","componentName":"Receipt","style":"regular"},{"name":"rectangle-pulse","componentName":"RectanglePulse","style":"regular"},{"name":"rectangles-4","componentName":"Rectangles4","style":"regular"},{"name":"rocket","componentName":"Rocket","style":"regular"},{"name":"round-brackets","componentName":"RoundBrackets","style":"regular"},{"name":"route","componentName":"Route","style":"regular"},{"name":"sack","componentName":"Sack","style":"regular"},{"name":"scales-balanced","componentName":"ScalesBalanced","style":"regular"},{"name":"scales-unbalanced","componentName":"ScalesUnbalanced","style":"regular"},{"name":"scissors","componentName":"Scissors","style":"regular"},{"name":"seal-check","componentName":"SealCheck","style":"regular"},{"name":"seal-percent","componentName":"SealPercent","style":"regular"},{"name":"server","componentName":"Server","style":"regular"},{"name":"shapes-3","componentName":"Shapes3","style":"regular"},{"name":"shapes-4","componentName":"Shapes4","style":"regular"},{"name":"shield","componentName":"Shield","style":"regular"},{"name":"shield-check","componentName":"ShieldCheck","style":"regular"},{"name":"shield-exclamation","componentName":"ShieldExclamation","style":"regular"},{"name":"shield-keyhole","componentName":"ShieldKeyhole","style":"regular"},{"name":"shopping-bag","componentName":"ShoppingBag","style":"regular"},{"name":"shopping-basket","componentName":"ShoppingBasket","style":"regular"},{"name":"shopping-cart","componentName":"ShoppingCart","style":"regular"},{"name":"shuffle","componentName":"Shuffle","style":"regular"},{"name":"signal","componentName":"Signal","style":"regular"},{"name":"skull","componentName":"Skull","style":"regular"},{"name":"sliders","componentName":"Sliders","style":"regular"},{"name":"sliders-vertical","componentName":"SlidersVertical","style":"regular"},{"name":"smartphone","componentName":"Smartphone","style":"regular"},{"name":"snail","componentName":"Snail","style":"regular"},{"name":"snowflake","componentName":"Snowflake","style":"regular"},{"name":"sparkles","componentName":"Sparkles","style":"regular"},{"name":"sparkles","componentName":"SparklesFill","style":"fill"},{"name":"speedometer","componentName":"Speedometer","style":"regular"},{"name":"sphere","componentName":"Sphere","style":"regular"},{"name":"square","componentName":"Square","style":"regular"},{"name":"square","componentName":"SquareFill","style":"fill"},{"name":"square-article","componentName":"SquareArticle","style":"regular"},{"name":"square-bars","componentName":"SquareBars","style":"regular"},{"name":"square-bars-vertical","componentName":"SquareBarsVertical","style":"regular"},{"name":"square-brackets","componentName":"SquareBrackets","style":"regular"},{"name":"square-brackets-bars-vertical","componentName":"SquareBracketsBarsVertical","style":"regular"},{"name":"square-brackets-letter-a","componentName":"SquareBracketsLetterA","style":"regular"},{"name":"square-chart-bar","componentName":"SquareChartBar","style":"regular"},{"name":"square-chart-column","componentName":"SquareChartColumn","style":"regular"},{"name":"square-check","componentName":"SquareCheck","style":"regular"},{"name":"square-dashed","componentName":"SquareDashed","style":"regular"},{"name":"square-dashed-circle","componentName":"SquareDashedCircle","style":"regular"},{"name":"square-dashed-letter-a","componentName":"SquareDashedLetterA","style":"regular"},{"name":"square-dashed-letter-t","componentName":"SquareDashedLetterT","style":"regular"},{"name":"square-dashed-text","componentName":"SquareDashedText","style":"regular"},{"name":"square-dot","componentName":"SquareDot","style":"regular"},{"name":"square-exclamation","componentName":"SquareExclamation","style":"regular"},{"name":"square-hashtag","componentName":"SquareHashtag","style":"regular"},{"name":"square-letter-p","componentName":"SquareLetterP","style":"regular"},{"name":"square-letter-t","componentName":"SquareLetterT","style":"regular"},{"name":"square-line-horizontal","componentName":"SquareLineHorizontal","style":"regular"},{"name":"square-line-vertical","componentName":"SquareLineVertical","style":"regular"},{"name":"square-list-ul","componentName":"SquareListUl","style":"regular"},{"name":"square-minus","componentName":"SquareMinus","style":"regular"},{"name":"square-plus","componentName":"SquarePlus","style":"regular"},{"name":"square-xmark","componentName":"SquareXmark","style":"regular"},{"name":"star","componentName":"Star","style":"regular"},{"name":"star","componentName":"StarFill","style":"fill"},{"name":"stethoscope","componentName":"Stethoscope","style":"regular"},{"name":"sticker","componentName":"Sticker","style":"regular"},{"name":"stop","componentName":"Stop","style":"regular"},{"name":"stop","componentName":"StopFill","style":"fill"},{"name":"stopwatch","componentName":"Stopwatch","style":"regular"},{"name":"strikethrough","componentName":"Strikethrough","style":"regular"},{"name":"suitcase","componentName":"Suitcase","style":"regular"},{"name":"sun","componentName":"Sun","style":"regular"},{"name":"superscript","componentName":"Superscript","style":"regular"},{"name":"t-shirt","componentName":"TShirt","style":"regular"},{"name":"tachometer","componentName":"Tachometer","style":"regular"},{"name":"tag","componentName":"Tag","style":"regular"},{"name":"tag-dollar","componentName":"TagDollar","style":"regular"},{"name":"tag-ruble","componentName":"TagRuble","style":"regular"},{"name":"tags","componentName":"Tags","style":"regular"},{"name":"target","componentName":"Target","style":"regular"},{"name":"target-dart","componentName":"TargetDart","style":"regular"},{"name":"terminal","componentName":"Terminal","style":"regular"},{"name":"terminal-line","componentName":"TerminalLine","style":"regular"},{"name":"text","componentName":"Text","style":"regular"},{"name":"text-align-center","componentName":"TextAlignCenter","style":"regular"},{"name":"text-align-justify","componentName":"TextAlignJustify","style":"regular"},{"name":"text-align-left","componentName":"TextAlignLeft","style":"regular"},{"name":"text-align-right","componentName":"TextAlignRight","style":"regular"},{"name":"text-indent","componentName":"TextIndent","style":"regular"},{"name":"text-outdent","componentName":"TextOutdent","style":"regular"},{"name":"thumbs-down","componentName":"ThumbsDown","style":"regular"},{"name":"thumbs-down","componentName":"ThumbsDownFill","style":"fill"},{"name":"thumbs-up","componentName":"ThumbsUp","style":"regular"},{"name":"thumbs-up","componentName":"ThumbsUpFill","style":"fill"},{"name":"thumbs-up-2","componentName":"ThumbsUp2","style":"regular"},{"name":"thunderbolt","componentName":"Thunderbolt","style":"regular"},{"name":"thunderbolt","componentName":"ThunderboltFill","style":"fill"},{"name":"ticket","componentName":"Ticket","style":"regular"},{"name":"timeline","componentName":"Timeline","style":"regular"},{"name":"timestamps","componentName":"Timestamps","style":"regular"},{"name":"toggle-off","componentName":"ToggleOff","style":"regular"},{"name":"toggle-on","componentName":"ToggleOn","style":"regular"},{"name":"traffic-light","componentName":"TrafficLight","style":"regular"},{"name":"trapezoid-left-line-horizontal","componentName":"TrapezoidLeftLineHorizontal","style":"regular"},{"name":"trapezoid-up-line-vertical","componentName":"TrapezoidUpLineVertical","style":"regular"},{"name":"trash-bin","componentName":"TrashBin","style":"regular"},{"name":"tray","componentName":"Tray","style":"regular"},{"name":"triangle-down","componentName":"TriangleDown","style":"regular"},{"name":"triangle-down","componentName":"TriangleDownFill","style":"fill"},{"name":"triangle-exclamation","componentName":"TriangleExclamation","style":"regular"},{"name":"triangle-exclamation","componentName":"TriangleExclamationFill","style":"fill"},{"name":"triangle-left","componentName":"TriangleLeft","style":"regular"},{"name":"triangle-left","componentName":"TriangleLeftFill","style":"fill"},{"name":"triangle-right","componentName":"TriangleRight","style":"regular"},{"name":"triangle-right","componentName":"TriangleRightFill","style":"fill"},{"name":"triangle-thunderbolt","componentName":"TriangleThunderbolt","style":"regular"},{"name":"triangle-up","componentName":"TriangleUp","style":"regular"},{"name":"triangle-up","componentName":"TriangleUpFill","style":"fill"},{"name":"trolley","componentName":"Trolley","style":"regular"},{"name":"tv","componentName":"Tv","style":"regular"},{"name":"tv-retro","componentName":"TvRetro","style":"regular"},{"name":"umbrella","componentName":"Umbrella","style":"regular"},{"name":"underline","componentName":"Underline","style":"regular"},{"name":"universal-access","componentName":"UniversalAccess","style":"regular"},{"name":"vault","componentName":"Vault","style":"regular"},{"name":"vector-circle","componentName":"VectorCircle","style":"regular"},{"name":"vector-square","componentName":"VectorSquare","style":"regular"},{"name":"video","componentName":"Video","style":"regular"},{"name":"volume","componentName":"Volume","style":"regular"},{"name":"volume","componentName":"VolumeFill","style":"fill"},{"name":"volume-low","componentName":"VolumeLow","style":"regular"},{"name":"volume-low","componentName":"VolumeLowFill","style":"fill"},{"name":"volume-off","componentName":"VolumeOff","style":"regular"},{"name":"volume-off","componentName":"VolumeOffFill","style":"fill"},{"name":"volume-slash","componentName":"VolumeSlash","style":"regular"},{"name":"volume-slash","componentName":"VolumeSlashFill","style":"fill"},{"name":"volume-xmark","componentName":"VolumeXmark","style":"regular"},{"name":"volume-xmark","componentName":"VolumeXmarkFill","style":"fill"},{"name":"weight-hanging","componentName":"WeightHanging","style":"regular"},{"name":"wrench","componentName":"Wrench","style":"regular"},{"name":"xmark","componentName":"Xmark","style":"regular"},{"name":"xmark-shape","componentName":"XmarkShape","style":"regular"},{"name":"xmark-shape","componentName":"XmarkShapeFill","style":"fill"},{"name":"layout-side-content","componentName":"LayoutSideContent","style":"regular"}],"embeddings":[0.042769,-0.112717,0.032955,0.026602,0.040819,0.029501,-0.000653,-0.031142,-0.006374,-0.020479,-0.002719,-0.01941,0.063307,-0.04171,-0.029607,-0.071123,0.007949,-0.003856,0.001089,-0.023215,-0.045576,-0.002396,0.041411,-0.026354,0.007468,0.024849,-0.019837,-0.014945,0.004748,-0.03673,-0.006485,0.02566,-0.019617,-0.005186,-0.060088,-0.042029,0.000558,-0.001905,0.006126,0.021472,0.029595,-0.001423,0.009613,-0.001423,-0.030844,0.026563,0.002858,0.014396,-0.020119,0.003596,0.050862,0.018861,-0.014042,-0.026574,0.042016,-0.000423,-0.023995,-0.008214,0.040155,-0.028718,0.060272,0.053415,-0.025326,0.019441,0.013395,-0.040518,-0.016981,-0.008212,0.025883,0.025596,0.007561,0.005976,0.037107,0.015276,0.003925,0.04536,0.010217,-0.011147,-0.013746,0.033635,0.066708,0.172769,0.047117,0.0138,0.032486,-0.011125,0.003693,-0.022294,-0.038568,-0.05635,0.029456,-0.044236,0.015336,0.038347,0.010812,0.031733,0.038145,0.03538,0.024233,0.008214,0.049582,-0.06639,0.03062,-0.206568,-0.014316,-0.013886,-0.019605,-0.041268,0.036716,0.022209,-0.054434,-0.008179,0.000237,0.028519,0.00572,-0.032905,0.003842,-0.016885,-0.040215,0.051444,0.019105,0.023927,0.041924,0.060919,0.11225,-0.024122,0.111842,0.012724,0.006106,-0.008026,-0.031077,-0.011089,-0.025171,0.014683,0.023312,-0.000904,-0.017854,-0.027485,-0.016548,-0.040571,0.03646,-0.025014,0.021245,0.006779,-0.019044,0.005144,0.021795,-0.008894,0.027621,0.029131,0.000523,-0.072666,-0.02947,-0.0058,0.011468,-0.004692,-0.02772,0.026605,-0.004287,0.004342,0.005978,-0.011053,0.026384,0.014771,-0.002674,-0.042118,-0.00709,-0.045793,0.00345,-0.002793,-0.016518,-0.031403,0.004344,0.036344,0.005634,0.008846,-0.005368,0.011771,0.114236,-0.03729,-0.013717,0.011081,0.049644,-0.006502,0.004277,0.014078,-0.00804,-0.030677,0.000023,0.007357,-0.033131,0.037557,-0.019563,0.030469,0.053732,-0.012458,-0.002013,-0.041781,0.04348,0.023637,-0.023201,-0.000024,0.012177,-0.030368,-0.019955,0.057117,0.027467,-0.003121,0.038664,-0.019159,0.004499,-0.020326,0.012691,0.005126,0.025796,-0.024342,0.04387,-0.0654,-0.000402,-0.025589,-0.022411,0.032587,0.063425,0.002637,-0.02807,-0.059887,0.024735,-0.019707,0.017838,-0.039093,-0.006148,-0.014541,-0.014866,0.001632,-0.023626,-0.032031,-0.012479,0.024113,-0.009996,-0.006075,-0.006853,0.007469,-0.005741,0.002574,-0.183796,0.018149,-0.006875,0.024161,0.018899,-0.023137,0.024599,-0.002784,0.014027,-0.025357,-0.058127,0.054055,-0.030981,-0.002445,-0.039977,-0.014846,0.008681,0.003599,-0.041227,0.000764,0.041359,0.00172,0.012828,-0.025059,-0.010306,-0.005823,0.009369,-0.01604,0.023224,-0.003144,-0.008069,-0.043518,-0.036545,-0.036407,0.006292,0.014678,-0.028504,-0.058873,0.023465,0.06287,0.011294,0.018462,0.002042,0.003701,0.012819,0.002147,-0.051846,-0.014989,-0.002217,0.033817,-0.009296,0.009699,0.009103,0.02678,0.027934,-0.027609,-0.021063,0.034442,0.020003,0.001597,0.025945,-0.020863,0.038301,0.00378,0.002935,0.025307,-0.023429,-0.052269,-0.014085,-0.018118,0.004149,-0.070016,0.037308,0.009672,-0.001949,-0.008152,0.025557,-0.013995,-0.016698,0.030375,-0.035861,-0.010949,0.033289,-0.017072,0.002306,0.037865,0.010619,0.029336,-0.019833,-0.006898,0.000993,-0.005203,-0.00324,-0.001753,0.012719,-0.017484,-0.020882,-0.009273,0.022988,0.017131,0.023708,-0.00831,0.018011,0.02145,0.013692,0.03798,-0.058383,0.001948,0.028066,-0.004313,0.023889,0.011809,0.008642,0.048945,-0.007602,-0.037045,-0.008157,-0.004188,0.095653,0.003169,0.0491,-0.005175,-0.037226,0.029608,0.076119,0.05343,-0.043067,0.041714,-0.004034,-0.00837,-0.01017,-0.006984,0.017636,-0.033333,-0.027218,0.015275,0.011711,-0.022727,0.083346,-0.007242,0.040673,0.031113,-0.010259,-0.036777,-0.017793,0.017296,0.031852,0.018396,0.008312,0.0718,-0.02299,0.019298,0.011102,0.033071,-0.054268,0.016874,0.033334,0.008781,0.014829,-0.009539,0.017579,-0.036831,0.007088,-0.01621,0.024311,-0.032211,0.019257,0.040503,-0.004019,0.003355,0.041874,-0.039633,-0.005939,0.016128,-0.019608,-0.032532,0.052297,-0.002961,-0.027968,0.024398,0.030876,-0.010943,-0.010129,-0.027681,-0.024419,0.040568,0.010299,0.014846,0.011245,-0.009814,0.045039,-0.000258,-0.013602,-0.013735,0.023591,-0.039924,0.003109,-0.015574,0.661197,-0.030013,0.003348,0.023091,-0.029478,0.014306,-0.017426,-0.00925,0.008554,-0.006343,-0.006293,-0.043823,0.026927,0.032187,0.007878,0.017659,0.001789,-0.004945,-0.009103,-0.010795,-0.020001,-0.025325,0.031831,0.03896,-0.013367,0.068078,-0.014918,-0.017476,-0.01388,-0.008383,0.035711,-0.011018,-0.032444,-0.004032,-0.054058,-0.005336,0.059883,0.004264,0.01401,-0.067784,0.015974,-0.01658,0.034082,-0.009778,0.038626,-0.073137,0.042389,0.022683,-0.001967,-0.008626,0.035775,-0.022836,-0.015686,0.047328,0.000134,-0.000076,0.005647,-0.060809,-0.022164,0.013963,0.035105,-0.077479,0.001255,0.039818,0.030074,0.021945,0.007674,0.017136,0.01723,0.032274,0.007888,-0.094566,0.029897,0.00977,0.01615,-0.022202,0.008298,-0.014847,0.02449,0.000512,0.00005,-0.056162,-0.028895,-0.003296,0.00103,0.007957,0.005848,-0.008116,0.046381,-0.037349,-0.02999,0.000989,0.018534,0.02592,0.010406,0.009645,0.003401,0.003804,-0.019821,-0.015055,0.011195,0.034467,0.018749,0.026492,-0.056522,-0.049941,-0.018259,0.013622,0.03379,0.030668,0.036529,-0.000113,-0.012817,0.020509,0.001007,-0.00266,0.015883,0.062599,0.008192,0.027275,0.021118,-0.004032,0.001429,-0.016205,0.03083,-0.073097,-0.002242,0.020536,0.012591,0.002309,0.010684,0.01666,-0.045863,-0.037534,0.008973,-0.01286,-0.02717,-0.006379,0.004815,0.017603,-0.015828,0.014236,0.050761,0.049702,0.033514,0.007656,0.018328,-0.007679,0.005133,0.040555,0.044775,0.196521,-0.034818,-0.001127,-0.020844,-0.028786,0.022464,-0.032102,-0.012552,-0.008329,0.004367,0.01059,0.022672,0.037025,-0.009194,0.012336,0.056747,0.025464,-0.017957,-0.041458,0.028278,-0.01315,0.001958,-0.210732,0.019155,-0.050039,0.005333,0.017964,-0.012144,0.010956,0.01034,-0.014813,-0.020697,-0.004793,-0.000807,-0.028065,-0.027295,0.038719,0.026707,0.045991,-0.040777,0.031903,-0.00094,0.071278,0.065998,-0.002139,0.114206,0.039859,0.025302,0.001946,0.015309,0.008075,0.029766,0.009384,0.044775,-0.051155,0.032037,-0.003302,-0.016168,-0.015835,0.026051,-0.026787,0.029828,0.015925,0.035225,-0.021037,0.037183,-0.003808,0.003439,-0.004305,0.010138,-0.046287,-0.034335,0.014026,-0.023482,-0.011901,-0.013665,0.020467,0.029811,0.009575,0.007714,0.006314,0.022452,0.023677,0.018229,-0.013842,0.005242,-0.04692,0.005656,0.002741,-0.007253,0.024309,0.002844,0.034981,-0.043495,0.007894,0.006805,0.029187,0.163569,-0.005426,-0.002623,0.023714,-0.029335,-0.02565,0.010713,-0.01041,0.016276,-0.004078,0.013464,0.021851,-0.014131,0.019534,-0.032445,0.033219,0.086476,0.019417,0.000669,-0.083968,0.000938,0.03097,0.019141,-0.027159,0.022657,-0.005236,0.009164,-0.020242,-0.021659,0.014098,0.026051,-0.042291,-0.017887,0.007672,0.008117,-0.02217,-0.017144,-0.066229,-0.001508,-0.022803,0.014329,-0.003606,-0.004558,0.006013,0.020085,0.043551,-0.046141,0.009855,0.038105,0.023089,0.008188,-0.007077,-0.026119,0.021074,0.003531,0.009487,-0.028367,-0.019621,-0.00355,-0.004987,-0.030256,-0.003514,-0.023968,-0.010362,0.006302,-0.031012,-0.093256,0.019465,-0.010811,-0.00632,0.028599,-0.026796,0.020242,-0.017358,0.01188,-0.003022,-0.028163,0.032839,-0.014759,-0.006536,0.031318,0.012591,0.001622,-0.004235,-0.057819,0.007476,-0.030954,-0.002474,-0.004178,-0.023799,0.02979,-0.018533,-0.002643,0.045179,0.034622,0.003708,-0.001357,-0.032067,0.024382,-0.005507,0.015274,0.009461,-0.017655,-0.021142,0.022365,0.023939,0.017948,0.016156,-0.062452,0.053379,-0.011427,0.026075,-0.021586,-0.025632,-0.009146,0.017575,-0.020914,0.02237,0.006392,0.038372,0.011399,-0.00418,0.050887,0.02545,-0.010425,0.012428,0.052093,-0.005881,0.021208,0.027183,0.017146,-0.025358,-0.028547,-0.034769,-0.051797,0.006968,-0.020898,-0.011329,0.024569,-0.022306,0.011283,0.005054,0.030667,0.029798,0.002575,0.004254,-0.021093,-0.017379,-0.020232,-0.010837,-0.023208,-0.021848,-0.029819,0.015325,-0.028758,-0.019837,-0.015344,-0.032791,-0.003268,-0.007286,-0.00665,0.030225,-0.032631,0.032355,0.049255,0.007505,-0.018158,-0.043286,0.020056,0.034574,-0.018597,0.022195,0.014688,0.023024,-0.016417,-0.01457,-0.051151,0.010165,-0.000042,0.028758,0.024983,-0.031994,-0.035382,-0.002269,0.111001,0.008693,0.034935,0.00094,0.034279,0.019356,0.080703,0.054344,0.000528,-0.036804,-0.018161,-0.041753,-0.021262,-0.004235,-0.000702,-0.032488,-0.003907,-0.030165,0.017546,-0.00371,0.089843,-0.004287,-0.039488,0.019682,0.02107,0.000653,-0.008986,0.005167,-0.014904,-0.005454,0.008586,0.00337,-0.028653,-0.018786,0.025127,0.034054,-0.024664,-0.034989,0.010174,-0.008894,0.033259,-0.052836,-0.014317,-0.060883,0.015513,0.031796,0.032148,0.013391,-0.021422,0.066196,0.020824,-0.000465,0.03042,-0.012765,0.002744,0.022421,-0.049953,-0.00684,0.01571,-0.012781,-0.004695,0.020766,-0.010008,0.002637,0.016132,-0.042495,-0.011546,0.025874,-0.021406,0.016182,-0.036745,-0.013775,0.025114,0.015737,0.009839,-0.026855,-0.015214,-0.003137,0.006892,0.013753,0.690496,0.035685,0.00137,0.008427,0.037019,0.023697,-0.007981,0.016551,-0.018276,0.012362,-0.042258,-0.010664,0.000187,0.019392,0.000327,0.000887,0.022465,-0.015058,-0.031563,-0.011194,0.028064,-0.012085,0.011444,0.033549,-0.004995,0.111604,0.029182,-0.035916,-0.009053,0.012069,-0.060307,0.014665,-0.042232,0.002391,-0.040248,0.011878,0.039531,-0.029379,-0.007321,-0.075377,0.037931,0.015671,0.004294,0.020473,0.012925,-0.017029,0.070829,-0.011843,-0.013,-0.022487,0.076157,-0.008078,0.007796,0.034113,0.015968,-0.00523,0.006811,-0.045608,-0.031945,0.001535,-0.000729,-0.005102,-0.003495,0.077717,0.026128,0.052616,0.006439,0.025296,0.012901,0.017995,0.026893,-0.083225,0.042471,0.025174,0.00829,0.034523,-0.011905,-0.033229,-0.014089,-0.013467,0.004093,-0.064257,0.002595,0.033961,0.002406,-0.015861,-0.015778,0.021289,0.052028,-0.056395,-0.036795,-0.005704,0.009059,0.001126,-0.018961,0.017915,0.004277,0.007787,-0.005717,-0.012424,0.073835,0.019277,0.008409,-0.002282,-0.043819,-0.021123,-0.015583,-0.015382,0.031267,0.06382,0.006951,0.017759,-0.012978,-0.006753,-0.001217,0.00179,-0.008356,0.029149,0.02913,0.01079,0.017157,0.008199,-0.016819,-0.003158,0.020094,-0.054791,-0.054035,0.056481,0.020501,-0.013479,0.03789,0.00982,-0.026422,0.004019,0.024907,0.017129,0.017625,0.007233,0.020723,0.038676,-0.033782,0.006874,0.008332,0.041533,0.021468,0.019181,0.004172,0.002463,-0.031915,0.053275,0.02429,0.173562,0.014543,0.004877,-0.019364,-0.035923,-0.019434,-0.035811,-0.017408,-0.030779,0.045449,0.000676,0.046465,0.010411,0.01757,0.020283,0.058546,0.005741,0.000505,-0.009292,0.008473,-0.012527,0.033124,-0.175924,0.005951,-0.003401,0.034478,0.034373,-0.003436,0.032128,-0.041106,-0.01019,0.007992,0.022049,0.039346,-0.042393,-0.03136,0.018765,-0.024707,0.032101,-0.03547,0.004983,0.01468,0.038086,0.104813,0.015349,0.12202,0.020789,0.023929,0.02872,-0.011249,-0.011607,0.003677,0.045983,0.035324,-0.015341,-0.00435,0.029445,0.004176,-0.056543,0.054689,-0.012794,-0.005214,-0.01215,-0.005682,-0.01075,0.048652,-0.003939,-0.012202,0.006066,-0.006956,-0.052126,-0.022659,0.012417,-0.011798,0.014245,-0.010541,0.022703,0.027774,-0.019807,0.025916,-0.021852,-0.010104,0.048295,0.035107,-0.029431,-0.024388,-0.033012,-0.018899,0.017325,-0.011018,-0.023178,0.006924,0.037369,-0.032909,0.0116,0.036028,0.03253,0.144185,-0.018474,-0.033722,0.015131,0.02248,-0.009221,-0.010306,0.001557,-0.025719,-0.000161,0.016042,0.061783,0.008842,0.019637,-0.025444,0.003673,0.104916,0.014494,0.009862,-0.037832,0.04814,0.013005,0.002204,-0.020983,0.033291,0.00855,0.021584,-0.026506,-0.018897,0.034533,0.039996,-0.022201,-0.004835,0.011675,0.029289,-0.030142,-0.001681,-0.013364,0.000256,-0.008816,0.006523,-0.017717,-0.015716,0.022247,-0.001905,0.045076,-0.042611,-0.033613,0.0396,-0.012527,0.02392,-0.011178,0.026884,-0.016247,-0.002064,-0.008482,-0.018399,-0.018531,-0.034926,-0.000861,-0.017424,0.004873,-0.016024,0.006303,-0.005883,-0.054699,-0.137881,0.027235,-0.00385,0.007151,0.038151,-0.005673,0.021177,-0.039133,0.051109,-0.041955,-0.016316,0.028092,0.008864,-0.024122,0.033771,-0.021683,-0.009537,0.035493,-0.061998,0.049459,-0.072781,-0.000913,0.019313,-0.014478,0.005466,-0.009056,-0.007567,0.044785,0.036628,0.035184,0.03074,-0.024054,0.020374,-0.008757,0.018799,0.023139,-0.032119,-0.012264,0.020426,0.016113,0.016214,-0.000634,-0.01275,0.029647,-0.016237,-0.000683,-0.033451,-0.029629,0.005981,0.035976,-0.051657,0.067056,0.00358,0.031496,-0.009915,-0.026076,0.033116,0.034168,0.010482,0.011743,0.053002,-0.020404,0.016981,0.007009,-0.008755,0.033088,-0.016976,-0.009222,-0.023004,0.014871,-0.008971,-0.035872,0.022847,-0.051146,-0.029506,0.001639,0.029226,0.031328,0.000158,0.014075,-0.04789,-0.022881,0.033668,0.006891,-0.040036,0.006494,-0.027085,0.06637,0.011296,0.019404,0.000598,-0.044055,-0.000486,-0.009354,-0.008132,-0.001278,-0.038506,0.001081,0.047561,-0.010948,0.000865,-0.00533,0.026708,0.038403,-0.014792,0.027397,0.005842,0.053002,-0.041524,0.021321,-0.009463,-0.018228,0.014641,0.013729,0.002037,-0.022167,-0.008016,-0.006388,0.108401,0.015641,0.030817,-0.015935,0.024909,-0.011473,0.086011,0.009173,-0.019904,-0.024039,-0.000845,-0.049172,-0.028097,0.029079,0.030628,-0.016987,-0.035911,-0.048171,-0.009516,0.000308,0.064828,-0.010366,0.010842,0.021515,0.033712,0.044407,-0.022002,0.005243,0.009821,-0.014861,0.019017,0.060594,-0.030454,-0.021685,0.014967,0.020702,-0.017835,-0.013137,-0.027135,-0.01028,0.022638,-0.053365,0.024005,-0.031853,0.017633,0.026624,0.020561,-0.006574,0.004414,0.084108,-0.033316,-0.005877,0.036425,0.004813,-0.008347,0.049972,-0.046321,0.004396,0.028731,-0.011499,0.026464,0.036267,0.001769,0.004101,0.040184,-0.004792,-0.003205,0.016206,0.019016,0.034234,-0.002715,-0.007865,0.011432,-0.010878,0.020185,-0.036534,-0.035589,0.005441,0.017273,0.040095,0.675841,-0.033896,0.027809,0.019668,-0.01956,-0.006378,-0.01601,-0.032111,0.03012,-0.00781,0.03102,0.014465,-0.014339,0.046257,0.025512,-0.024332,-0.006094,0.002638,0.031361,-0.008931,-0.00751,-0.023519,0.03275,-0.005096,-0.006841,0.059897,0.051647,-0.015342,-0.026352,0.022465,-0.017909,0.01669,-0.057968,-0.037539,-0.066491,-0.010484,0.012445,-0.010795,0.022573,-0.064068,0.038441,0.025285,0.00537,0.031672,0.021712,-0.034213,0.036959,-0.005185,-0.03507,-0.041281,0.026011,-0.037149,0.001353,0.004354,0.030877,-0.007185,0.00129,-0.050528,-0.028097,0.019211,-0.048027,-0.022783,-0.0159,0.072604,0.024374,0.052385,-0.007375,0.016001,0.00972,0.032849,0.032934,-0.071148,0.012511,-0.033528,0.029495,-0.01646,-0.017588,-0.029655,-0.021501,0.010045,0.014903,-0.045796,0.022786,0.025176,-0.014509,-0.025396,0.001579,0.001278,0.025977,-0.064564,-0.035769,0.031123,0.027005,-0.006777,-0.015282,0.025402,-0.030116,-0.019261,-0.022941,-0.022273,0.051384,0.011346,0.038546,-0.027866,-0.065345,-0.015732,-0.002981,-0.024557,0.011662,0.045967,0.016467,0.020862,-0.020026,-0.001562,-0.016857,0.014281,0.017665,0.036004,0.048652,0.029796,0.035786,0.030447,0.008773,-0.004037,0.020237,-0.04861,-0.043669,0.014667,0.019874,-0.012358,0.04714,0.014555,-0.052509,0.022306,0.028589,-0.003384,0.01841,-0.020472,-0.000741,0.006839,-0.015895,-0.000096,-0.031983,0.045081,0.031265,0.013033,0.009823,0.002541,-0.051153,0.049179,0.066991,0.169711,0.015108,-0.007366,0.022928,-0.048205,-0.022739,-0.021052,-0.009427,-0.026966,0.036108,-0.025298,0.02231,0.038237,-0.002821,-0.004565,0.021007,0.041267,0.012298,-0.030258,0.01466,-0.004118,-0.022503,-0.212164,0.011939,-0.00393,0.04299,0.021317,-0.01352,0.047422,-0.05199,0.006533,0.033561,0.034221,0.012373,-0.031242,-0.040964,0.016538,-0.032563,-0.008452,-0.040461,-0.009432,0.029898,0.050398,0.128751,-0.022817,0.134451,-0.008404,0.009327,0.018705,-0.029486,0.008411,0.000479,0.030295,0.040611,0.00142,-0.011409,0.02771,0.006199,-0.039323,0.029417,-0.006086,0.028517,0.000264,-0.023829,0.00671,0.052042,0.016755,-0.013085,0.033552,0.012336,-0.031119,-0.00465,0.019995,-0.017488,-0.011146,-0.000874,0.047465,-0.005775,-0.042368,0.028966,-0.023073,-0.01451,0.088902,0.027311,-0.047789,-0.031171,-0.012308,-0.014805,0.018728,-0.009044,-0.003843,0.032797,0.022255,-0.021941,0.023155,0.035285,0.040031,0.123951,-0.009631,-0.032613,0.016785,0.042942,-0.023424,-0.026346,-0.056181,-0.00779,-0.010907,0.018341,0.033484,-0.008895,0.046561,-0.001902,-0.026035,0.119708,-0.021359,0.006642,-0.05802,0.016735,0.007165,-0.001681,-0.045303,0.033695,0.02102,-0.023235,-0.008371,0.014203,-0.014235,0.031711,-0.04991,0.009104,0.014631,0.035978,-0.018529,-0.058338,-0.018655,0.0265,0.012995,-0.036124,-0.02546,-0.012377,0.045418,0.015034,-0.020063,-0.04187,-0.024152,0.018204,0.044787,0.04963,0.029512,0.013446,-0.0148,-0.041617,-0.035218,-0.029568,-0.01487,-0.025859,0.006012,0.003675,0.013965,0.00761,0.006863,-0.027535,-0.053621,-0.181435,-0.006601,-0.007502,-0.01611,0.01949,-0.008305,0.003118,-0.025446,0.046233,-0.036087,-0.04928,0.027021,-0.010077,-0.017671,0.031175,-0.034392,-0.022151,0.032257,-0.048964,0.01807,-0.057268,0.011723,0.055738,-0.013324,0.024819,0.008769,-0.012133,0.0064,0.04722,0.002167,0.03336,-0.011145,0.032052,-0.007132,0.015814,0.040922,-0.02936,0.000762,0.040279,0.011761,-0.005015,0.017248,-0.001937,0.040124,-0.017164,0.011162,-0.026234,-0.016419,0.001273,0.054885,-0.026444,0.053917,-0.005449,0.023574,-0.020371,-0.028332,0.015647,0.037181,0.010363,-0.006015,0.05708,-0.016003,0.036174,0.01124,0.018661,0.025891,0.005568,-0.035469,-0.037849,0.00873,-0.002721,-0.051315,0.023773,-0.082539,-0.020585,-0.021395,0.007563,0.028839,-0.027745,-0.001249,-0.057634,-0.010393,0.014433,-0.016383,-0.002593,-0.008836,0.013255,0.040261,0.003342,-0.003284,0.044597,0.003152,0.007333,-0.020743,-0.001974,0.005844,-0.050611,0.005655,0.032819,-0.015474,0.030705,0.018242,0.04034,0.047784,-0.013924,0.03449,-0.023356,0.041832,-0.04378,0.008084,-0.035469,-0.034449,0.029087,0.016444,0.010728,-0.051037,-0.014655,-0.027776,0.090592,-0.00935,0.030177,0.001888,-0.00302,0.004949,0.059104,0.031271,-0.00634,-0.008111,0.016427,-0.060035,-0.022689,0.049247,0.008989,-0.031062,0.015439,-0.020423,-0.003151,-0.008289,0.093333,-0.021112,-0.004699,0.028431,0.018474,-0.021607,-0.03017,0.042286,-0.007367,-0.009724,-0.002263,0.05593,-0.017979,-0.010753,0.012285,0.009161,-0.001715,-0.01677,-0.040829,0.01163,0.032999,-0.02813,0.044655,-0.009894,0.01942,0.009241,0.007805,-0.007886,0.012359,0.067574,-0.023437,0.030429,0.051597,0.011887,-0.014286,0.014146,-0.039803,0.013177,0.02025,0.001013,0.023569,0.023491,-0.023612,-0.028144,0.029995,0.001106,-0.024186,0.014901,0.007787,0.048639,-0.021571,-0.003947,-0.00419,-0.019453,0.038431,-0.00334,-0.01449,-0.005884,0.046136,0.043496,0.634147,-0.039835,0.047777,0.025972,-0.069241,0.005895,0.019518,-0.037604,0.000494,-0.000628,0.023417,0.016082,0.009398,0.027512,0.031722,0.00501,-0.02492,0.010042,0.016767,-0.001755,-0.000767,-0.025197,0.075928,-0.017141,0.005076,0.042987,-0.026274,-0.010182,-0.01572,0.013799,-0.002335,0.02135,-0.0615,0.013878,-0.073247,0.00098,0.009583,-0.034851,0.009516,-0.031453,0.014609,0.001565,0.005753,0.027727,0.025701,-0.037799,0.063436,-0.006823,-0.024022,-0.053267,0.000042,-0.015445,-0.024048,0.006743,0.00176,-0.003655,-0.001689,-0.051429,-0.020542,0.003974,-0.02348,-0.049554,-0.000588,0.041279,0.008748,0.036341,0.034222,-0.00928,0.003595,0.040325,0.031801,-0.072041,-0.012604,0.011237,-0.021591,0.001224,-0.026667,-0.021826,-0.013552,0.012033,-0.025654,-0.049392,0.014844,0.035593,0.008433,-0.019018,-0.006978,-0.031263,0.026544,0.009655,-0.06275,-0.009137,0.022434,-0.008116,0.031188,-0.002543,-0.029856,0.003411,-0.007694,0.005816,0.040705,-0.035541,-0.026387,0.001061,-0.073358,-0.020546,0.009591,0.017907,0.007659,0.090039,0.013738,-0.021724,-0.000592,-0.011996,0.016511,-0.043754,0.014435,0.014748,-0.020894,0.003768,0.025984,-0.001506,0.01087,-0.038474,0.030698,-0.037528,-0.025397,0.001114,0.023606,-0.024837,0.023478,-0.017443,0.014155,0.015368,-0.028473,-0.025559,-0.031814,0.009557,0.01598,0.04673,0.000577,-0.004236,0.049623,-0.02965,-0.017391,0.025225,0.031141,-0.002472,0.045521,0.010079,0.020353,0.14828,0.007875,0.017528,-0.024472,-0.038472,-0.006111,-0.037552,0.020247,-0.069081,0.023068,-0.003999,-0.036003,0.023402,-0.032714,0.020844,0.078603,0.04031,-0.01494,0.000205,-0.009755,-0.032416,0.017881,-0.161228,0.012554,-0.033204,0.009627,-0.036789,0.067187,0.012195,0.00574,-0.064433,0.018459,0.02109,0.011557,-0.042469,-0.049567,-0.020129,-0.00048,0.024535,0.031777,-0.009689,0.00846,0.051393,0.095824,-0.022658,0.086316,-0.023431,-0.021924,0.003984,0.020101,-0.006746,0.021126,0.034783,0.015565,-0.012656,-0.016106,0.000365,-0.008321,-0.065441,0.016159,-0.003844,-0.028063,-0.008097,0.023136,-0.035798,0.031003,-0.025648,0.002905,0.004745,-0.026151,-0.041238,-0.04106,-0.004968,-0.008375,0.024242,0.011569,0.013974,0.016543,-0.0325,-0.032389,0.010104,0.067135,0.025935,0.007355,-0.013477,-0.006896,-0.084567,-0.00536,-0.031619,0.000641,0.033334,0.005212,0.001149,-0.011656,-0.014606,0.02387,0.028789,0.053887,-0.042146,-0.020154,-0.015599,0.03142,-0.008517,0.035508,0.004436,-0.014195,-0.050423,0.038254,-0.002597,0.025809,-0.000459,-0.011065,0.030066,0.039932,-0.006862,0.012899,-0.024752,0.011042,0.022638,0.039223,0.003451,0.034164,-0.005782,-0.003752,0.033162,-0.038117,0.042235,0.014704,-0.004935,-0.008351,0.024215,0.008439,-0.032088,0.000234,-0.020491,0.063114,-0.061681,0.038116,-0.040198,-0.023396,0.020326,0.009958,-0.012957,0.010772,0.02926,0.020517,-0.01781,-0.014553,-0.010292,-0.010444,-0.002272,-0.0235,0.036427,0.026126,-0.019538,0.012192,0.000536,-0.011793,-0.00444,-0.014578,-0.029685,-0.024463,0.030723,-0.095796,-0.046768,0.024018,-0.017429,-0.002455,-0.000194,0.004059,-0.033871,-0.036013,-0.015725,-0.024701,0.010585,-0.013567,0.028146,0.014017,0.001001,0.009976,-0.031647,-0.005835,0.002816,0.066996,0.002808,0.035766,-0.064137,0.006103,-0.021854,0.037867,-0.000775,0.018994,0.020202,0.003793,-0.044203,-0.041023,0.02625,-0.003107,-0.024331,-0.027555,-0.01526,-0.012828,0.024592,0.020506,-0.030599,-0.043032,0.009684,-0.000282,0.016296,0.001711,-0.054136,-0.017626,0.028621,-0.001208,-0.009219,-0.032422,0.012468,0.010225,-0.000251,0.062984,0.028335,-0.026641,0.000498,0.022942,-0.011455,0.049814,-0.038991,-0.014301,0.024073,-0.043446,0.028642,-0.036264,0.01187,0.044881,-0.043683,0.056567,-0.017457,-0.026947,-0.030185,0.016776,0.037765,0.008828,0.05301,-0.067645,0.002972,-0.007162,-0.057274,0.021338,0.022883,0.004386,-0.014348,-0.002056,0.051028,-0.045458,0.006373,-0.039889,-0.001838,0.041551,0.002982,-0.036254,0.0078,0.029511,0.013779,0.003485,-0.013571,0.052366,0.011415,0.039914,-0.004396,-0.066521,0.027702,-0.025954,0.001596,-0.022734,0.016085,0.046749,0.046645,0.003875,-0.018406,-0.00755,0.013886,0.112733,-0.005495,0.030985,-0.017954,-0.006459,0.05062,0.060095,0.02438,-0.02565,0.006611,0.03357,-0.034972,-0.021228,0.004922,0.053293,-0.011114,0.00772,-0.033907,-0.001129,-0.02587,0.080976,-0.011218,0.010623,-0.005895,0.004402,0.006964,-0.003903,-0.008928,0.01531,0.009,0.019964,-0.026611,-0.013087,0.007957,0.007775,0.010164,-0.030828,0.0372,0.0591,-0.038722,0.024458,-0.02953,0.025661,-0.044654,0.01545,0.00979,0.027857,-0.008741,-0.000995,0.035173,0.007473,-0.025464,0.038093,-0.013455,0.008375,-0.020972,0.02948,0.019778,0.018379,0.035345,0.009891,0.020589,0.064004,0.009465,0.018709,-0.021282,-0.031457,0.042707,0.038452,-0.011471,-0.007853,0.02688,0.07408,-0.031078,-0.003365,-0.020661,-0.000989,-0.01661,-0.002976,-0.015057,0.691482,0.019256,0.032619,-0.029606,0.036123,-0.026249,0.029521,0.003386,0.008603,-0.009521,-0.027925,-0.01348,0.032067,0.014826,0.0113,0.017558,-0.019511,-0.02777,0.050413,0.032133,-0.024188,-0.017877,0.014314,0.050389,-0.019119,0.065998,-0.000961,-0.029255,-0.002028,-0.02533,0.038732,-0.026126,-0.030425,-0.010719,-0.049711,-0.009647,0.034521,0.050458,-0.016394,-0.086204,0.035792,-0.051462,-0.014477,-0.012279,0.003365,-0.029177,0.063666,0.024512,0.028936,0.02498,0.003495,-0.036692,-0.031436,0.02891,0.029207,0.007773,0.011735,-0.038881,-0.037822,0.006849,-0.005805,-0.009454,0.016817,0.057434,0.088608,0.060334,0.020908,-0.024191,0.051965,0.036285,0.037291,-0.057254,-0.012351,0.005614,0.003234,0.015159,-0.033723,-0.004282,-0.035299,-0.037526,0.03024,-0.052003,0.033792,0.022128,-0.011706,-0.000749,-0.002937,-0.000397,0.01563,-0.005863,-0.078971,0.036665,-0.024228,-0.011722,0.010055,-0.013437,-0.022608,0.033732,0.006924,-0.041132,0.015638,-0.024479,-0.067566,0.004641,-0.056584,-0.004117,-0.017375,-0.032107,0.004292,0.064844,0.023858,-0.024676,0.000606,-0.004748,-0.01876,-0.025067,0.022484,-0.008882,-0.005341,-0.028903,0.002095,-0.012548,0.001053,0.002318,0.02545,-0.055548,-0.009754,0.045037,-0.011722,-0.005026,0.050543,-0.000047,-0.019396,-0.047365,-0.023452,0.002153,0.006533,0.036557,-0.011594,0.01453,0.000305,0.01121,-0.004309,0.010289,0.005137,0.022958,0.007728,0.014581,0.014273,-0.003827,0.040649,0.138911,0.025085,0.020005,0.002253,0.006551,0.002093,-0.027065,-0.037784,-0.016006,0.047279,0.007393,0.019186,0.033965,0.035096,-0.001659,0.080232,0.002212,-0.019016,0.005887,0.005286,0.023425,-0.012705,-0.154409,-0.028311,-0.047579,0.047156,0.024728,-0.002089,0.034936,-0.01424,0.000049,0.002244,-0.0053,0.021755,-0.013051,-0.005248,-0.000147,-0.017687,0.031655,-0.007341,-0.00078,-0.020335,0.051397,0.090585,-0.033498,0.131279,0.021794,0.010397,-0.004529,0.021647,0.036807,0.005364,-0.014642,0.010142,0.005244,-0.029901,-0.037924,-0.02479,-0.057289,0.021593,-0.02881,0.042665,0.024282,0.016115,0.000864,0.010261,0.009074,0.011599,-0.009309,-0.030409,-0.034143,0.011486,0.022449,0.01132,-0.014341,0.009766,0.041434,0.022838,-0.014011,0.03548,-0.012231,0.010278,0.050747,0.035919,0.019409,-0.037722,-0.048404,0.001202,-0.016373,-0.03995,-0.016939,-0.006713,0.039886,-0.030223,-0.002948,0.018351,0.005642,0.098865,0.02627,0.026595,0.004373,0.004777,-0.018178,0.026059,0.01849,-0.009611,-0.008952,0.029167,0.02435,0.01908,0.008799,-0.012131,-0.030323,0.029034,0.00867,-0.017845,-0.0495,0.036564,0.017651,-0.002126,0.002667,0.04065,0.003712,0.001238,-0.026563,0.034619,0.022544,0.019716,0.015234,0.023217,0.01994,0.007193,-0.050671,0.019021,0.027012,0.018354,0.005376,0.001598,-0.005557,0.009202,-0.018094,0.014834,0.037212,-0.011169,0.004731,0.025562,-0.026269,0.034092,-0.021986,0.032385,-0.036739,-0.007687,-0.013036,0.024404,0.037872,-0.015183,0.010084,0.029279,0.020255,-0.006071,0.0072,0.002039,-0.03208,-0.087577,0.012599,-0.032417,-0.007905,0.043386,0.040611,-0.007299,-0.064663,0.036308,-0.021215,-0.014186,0.028606,-0.021523,0.003414,0.004741,-0.016885,0.025327,0.038442,-0.016973,-0.008171,0.007374,-0.031196,-0.009013,-0.008098,0.005339,-0.041361,-0.026278,0.01629,0.010665,0.022633,0.016688,-0.010755,0.017646,0.002498,0.039981,0.011578,-0.020115,0.024712,0.011995,-0.002706,0.009633,0.025288,0.009454,-0.017637,-0.023584,0.028184,-0.011017,-0.022575,-0.058038,0.009818,-0.043115,0.050253,0.007684,0.050024,-0.007678,-0.013042,-0.003024,0.020727,-0.020042,-0.016779,0.042264,0.005925,-0.014916,0.003602,-0.000504,0.021469,-0.035739,-0.024482,-0.029339,-0.002085,0.002917,-0.029152,-0.007857,0.04225,-0.00409,-0.002735,0.011248,0.01782,-0.030436,0.029506,-0.019402,0.013875,-0.026117,-0.004915,-0.019832,0.035661,-0.010625,0.004396,0.00996,0.010666,-0.011741,-0.03484,0.007971,-0.002709,-0.012561,-0.002181,-0.022634,0.026239,0.036218,0.018874,0.033246,-0.022887,0.023387,0.021722,0.030144,0.011505,-0.006096,0.006602,-0.039046,0.031279,-0.011663,-0.028559,-0.013496,0.027882,-0.01821,-0.035112,0.052119,0.003598,0.110107,-0.004895,0.000387,-0.044286,0.003796,-0.027687,0.06267,-0.001414,-0.049125,-0.000722,0.007122,-0.020168,-0.004613,0.054641,-0.029468,0.009264,-0.002173,-0.030626,-0.041262,0.0268,0.072451,0.001793,-0.00738,-0.013498,0.000288,0.006806,-0.036566,0.021296,0.026,0.008375,0.021487,0.029031,0.01373,0.002523,0.008075,0.014418,-0.018088,-0.038752,0.02585,-0.045211,0.010272,-0.016329,0.009013,-0.008923,0.004279,0.020401,-0.03451,0.018604,0.016544,0.04463,-0.048165,-0.010631,0.018581,-0.02473,-0.004019,0.013532,0.012521,-0.009402,0.015368,-0.021892,0.054148,0.027769,-0.018758,-0.032195,0.001128,-0.064191,0.00709,0.051602,0.026222,-0.008965,0.017471,0.029671,-0.01678,0.01142,0.007019,-0.033703,-0.022148,0.004456,0.001349,0.001643,0.747838,-0.014655,-0.021848,-0.010119,-0.005685,0.008385,-0.031476,-0.028555,0.039517,-0.004571,-0.001191,0.018002,0.019203,0.024256,0.004284,0.011906,0.032267,-0.019283,0.03295,-0.018883,-0.020641,-0.016586,0.035106,0.000986,-0.01156,0.023891,0.056364,-0.043526,0.013188,0.032247,-0.053958,-0.022799,-0.021713,0.006152,-0.006212,-0.002936,-0.005182,0.009258,0.017528,-0.085802,0.003408,-0.008296,0.037727,0.004541,-0.003926,-0.014056,0.021234,0.004449,-0.037089,-0.014186,0.003286,-0.038303,0.005206,0.029986,0.019565,-0.017196,0.004104,-0.037447,-0.028148,0.027826,-0.006505,-0.03601,-0.023588,0.084116,0.063441,0.074078,0.019354,-0.019375,0.022404,0.028505,0.030681,-0.056585,-0.003334,0.018079,0.014146,0.018544,-0.030191,-0.002013,-0.027598,-0.023607,0.019525,-0.052555,0.03213,0.019112,-0.008082,0.001588,-0.007161,0.010628,0.004515,-0.010656,-0.065923,0.024935,-0.011631,-0.019134,0.00951,-0.019874,-0.01812,0.033643,0.018643,-0.041755,0.018236,-0.022413,-0.060973,0.00134,-0.058069,0.001757,-0.010899,-0.022443,0.006312,0.06589,0.016706,-0.020771,0.004266,-0.007652,-0.015796,-0.01918,0.030589,-0.00096,-0.003826,-0.016396,0.000341,-0.016583,-0.001734,0.000872,0.034006,-0.054331,-0.011444,0.031492,-0.003489,-0.008895,0.035488,0.005602,-0.025947,-0.045315,-0.019324,-0.020053,0.006762,0.036443,-0.018235,0.009194,-0.008804,0.01933,0.001835,0.016349,0.025915,0.022503,0.00107,0.023706,0.010687,-0.012765,0.046285,0.131072,0.029225,0.019805,-0.001883,0.011684,0.003705,-0.017422,-0.045057,-0.003853,0.052561,0.009631,0.02811,0.027623,0.02356,-0.002846,0.081592,0.0098,-0.024027,0.011021,0.007869,0.010844,-0.021638,-0.161823,-0.030786,-0.05481,0.04057,0.024293,-0.002931,0.032882,-0.024061,-0.008032,-0.006007,-0.001027,0.011465,-0.018903,-0.006255,0.004597,-0.025744,0.035878,-0.000247,-0.007531,-0.013258,0.049005,0.080537,-0.031738,0.123756,0.017794,0.01436,0.000388,0.026918,0.03331,0.006044,-0.015082,0.008931,0.01012,-0.023683,-0.03113,-0.014012,-0.064205,0.013975,-0.039124,0.04253,0.022356,0.015723,-0.002772,0.006819,0.009182,0.00691,-0.006391,-0.023283,-0.044071,0.013986,0.030816,0.003284,-0.001687,0.005464,0.023101,0.00828,-0.006604,0.020728,-0.010467,0.00769,0.021458,0.020251,0.024843,-0.035594,-0.042926,-0.003692,-0.004947,-0.034667,-0.010755,-0.019021,0.039511,-0.034149,-0.005375,0.016533,0.018072,0.122809,0.02529,0.01937,0.008033,0.015768,-0.020373,0.031045,0.005652,-0.005671,-0.01183,0.0267,0.00742,0.013551,-0.002064,-0.010075,-0.028768,0.046072,0.006525,-0.013772,-0.050857,0.032251,0.017621,-0.009624,0.009281,0.030242,-0.004037,0.00074,-0.013527,0.036362,0.013872,0.022469,0.016435,0.014954,0.015975,-0.000607,-0.043004,0.01558,0.014709,0.030094,0.001386,-0.000961,-0.003727,-0.003229,-0.029417,0.020452,0.022074,-0.005145,0.00714,0.011053,-0.020992,0.029896,-0.027696,0.018628,-0.036252,-0.010916,-0.010717,0.026686,0.022147,-0.017553,0.006419,0.013431,0.017799,-0.008067,0.009649,0.017861,-0.029961,-0.096395,-0.002559,-0.021604,-0.012234,0.043758,0.040181,-0.005233,-0.081637,0.033516,-0.015672,0.001259,0.027101,-0.032158,0.005533,0.013984,-0.013029,0.023913,0.043349,-0.01767,-0.015274,0.010025,-0.014024,-0.004126,-0.002475,0.011525,-0.048333,-0.015717,-0.003614,0.022359,0.023368,0.022087,-0.016704,0.010597,0.002575,0.041403,0.003558,-0.012175,0.030194,0.017334,-0.002014,0.026901,0.019498,0.000929,-0.022678,-0.015601,0.038679,-0.003526,-0.019665,-0.05211,0.012697,-0.031713,0.05117,0.002762,0.057682,-0.013865,-0.012761,0.002857,0.030806,-0.013761,-0.01982,0.034594,0.003502,-0.00689,0.016102,0.002154,0.00866,-0.027672,-0.034976,-0.036925,-0.006097,-0.006974,-0.021888,-0.022239,0.041297,-0.000527,-0.013458,0.002276,0.015047,-0.020886,0.014333,-0.018983,0.008844,-0.046958,-0.025114,-0.031152,0.024179,-0.008858,-0.009271,0.005656,0.013479,-0.018729,-0.029216,0.013568,0.002578,-0.00296,-0.000747,-0.017786,0.027698,0.039792,0.031427,0.03907,-0.029893,0.029905,0.028341,0.018823,0.012413,0.018473,0.013197,-0.028783,0.017971,-0.002409,-0.029885,-0.013126,0.028722,-0.020697,-0.026617,0.046371,0.006021,0.111421,-0.002513,0.000302,-0.037886,0.007521,-0.00916,0.054969,0.011601,-0.033142,-0.000604,0.00556,-0.003823,-0.010409,0.050503,-0.021336,0.010298,-0.007986,-0.03198,-0.04327,0.014407,0.069044,0.008435,-0.000771,-0.010008,-0.000456,0.007793,-0.037197,0.025161,0.026105,0.001153,0.027849,0.01967,0.001975,0.009806,-0.00294,0.01095,-0.025978,-0.035009,0.030822,-0.019337,0.024489,-0.029606,0.007583,-0.001886,0.00514,0.030808,-0.035391,0.024529,0.012313,0.065386,-0.023434,0.0014,0.01143,-0.02704,-0.004188,0.009323,0.016432,-0.004225,0.019091,-0.022755,0.046214,0.025131,-0.003192,-0.0456,-0.006935,-0.060246,-0.006062,0.049567,0.026997,-0.009811,0.012355,0.012649,-0.010595,0.012488,0.015686,-0.032787,-0.012333,0.004556,0.009833,-0.01571,0.760116,-0.008048,-0.012876,-0.004981,-0.006708,0.014712,-0.031585,-0.016715,0.033294,-0.004292,-0.005445,0.006007,0.023388,0.014864,0.013246,0.013961,0.035115,-0.020417,0.03083,-0.020264,-0.006864,-0.017831,0.046966,0.011572,-0.009965,0.02565,0.051007,-0.047195,0.02223,0.035731,-0.04309,-0.023494,-0.020123,0.001359,0.003912,-0.003278,-0.001144,0.024495,0.023675,-0.08576,-0.005403,-0.010269,0.03719,0.001851,-0.022766,-0.021982,0.013868,0.002373,-0.037207,-0.012096,0.002662,-0.038529,-0.001761,0.024686,0.009756,-0.019036,0.005699,-0.0228,-0.02124,0.022811,0.013935,-0.034423,-0.03113,0.084353,0.069312,0.067796,0.011726,-0.018537,0.028006,0.026043,0.030313,-0.098234,0.044877,0.001334,0.026236,-0.000766,0.035493,-0.025208,0.005684,-0.007932,0.013203,-0.059342,0.032193,0.001912,0.018823,0.044342,-0.042101,-0.009877,0.005473,-0.03102,-0.061889,0.025783,0.002193,-0.021818,0.004885,0.003648,0.022899,0.028128,0.026968,-0.010992,0.025604,0.008243,-0.003843,0.012007,-0.081938,-0.02325,0.037096,0.017008,0.044704,0.034192,0.020301,-0.011677,0.027466,-0.012071,-0.009775,0.026639,0.025897,0.00201,0.018016,-0.002651,-0.006584,-0.033325,0.04173,-0.00652,0.02627,-0.046967,-0.071219,0.041817,0.032418,-0.031633,-0.01437,0.022901,-0.001428,-0.019807,-0.039313,-0.030438,-0.004717,0.021607,0.019164,-0.031032,0.011177,0.036215,0.007502,0.017743,0.044083,0.010104,0.014198,0.032815,-0.027096,-0.003932,0.030637,0.135844,0.002203,0.015001,0.006826,0.011846,0.027801,0.011387,-0.033414,0.014073,0.063839,0.021083,0.022518,-0.015561,-0.02671,-0.001866,0.049517,0.020257,-0.009635,-0.019239,0.008819,0.010889,0.000789,-0.148814,-0.004299,-0.043089,0.005564,-0.029587,0.006613,-0.021123,0.000969,-0.003703,-0.01043,-0.027094,-0.013734,-0.051941,0.001535,0.06406,-0.016255,0.037815,0.005358,0.018477,-0.014533,0.047928,0.086447,0.007944,0.043832,0.013041,0.008173,0.019086,0.036906,0.00879,-0.020477,0.011164,0.065324,0.025743,-0.019723,-0.008084,0.05027,-0.043882,0.038273,-0.007309,0.024538,0.053132,-0.022967,-0.014043,0.004827,0.003113,-0.017839,-0.004554,0.003931,-0.018946,0.021746,0.018345,0.003874,-0.005364,-0.031808,0.000774,0.008929,0.00974,0.015898,-0.008897,0.020083,-0.024583,0.006361,0.016699,0.013985,-0.040761,-0.009018,-0.007576,-0.037651,0.029729,0.005608,0.021804,-0.025478,0.014238,-0.00437,0.032801,0.234178,0.012396,0.027004,0.005349,-0.007041,0.028286,0.013073,-0.008879,-0.030662,-0.056429,-0.004337,0.015765,0.035013,-0.008395,-0.032238,-0.028102,0.094892,0.013341,-0.008139,-0.083371,-0.005216,0.038101,0.017563,0.019764,-0.022936,-0.01945,-0.006342,0.055151,0.014906,-0.000396,0.034096,0.005422,0.003004,-0.003198,-0.01161,-0.045056,0.020299,0.016924,-0.010514,-0.012808,0.029709,0.013318,-0.006435,-0.015893,0.017999,-0.030808,-0.051891,-0.021191,0.035299,-0.054503,-0.010119,-0.003187,-0.004148,-0.06545,0.030977,-0.020752,0.010592,-0.025976,-0.008856,-0.010862,-0.002326,0.021606,-0.009794,-0.033025,0.048219,0.000401,-0.071663,0.031502,0.005053,-0.026033,0.038501,0.050268,-0.009308,-0.066189,0.024898,-0.019243,0.058067,0.003697,-0.030058,-0.030785,0.037382,-0.01697,0.009953,0.036241,-0.001076,-0.015751,0.006429,0.028462,-0.005584,-0.019935,0.025828,-0.019914,0.004961,0.015137,-0.015021,0.007935,0.023799,-0.011082,0.012694,-0.001045,0.02646,0.020351,-0.001518,-0.015324,-0.024317,-0.005543,0.042679,-0.01,-0.031252,-0.017626,-0.035832,0.026875,-0.023677,-0.026103,-0.027323,0.043656,-0.004941,-0.00379,0.02842,0.033135,0.010011,-0.048164,0.054849,0.022855,-0.018623,0.003035,0.053069,-0.007347,0.012668,-0.011072,-0.003144,-0.032117,-0.02493,-0.060433,-0.001299,-0.040919,0.013136,-0.000613,0.023904,0.022267,-0.024645,0.026752,-0.007414,-0.002848,0.028808,-0.027028,-0.02811,-0.0253,-0.043364,-0.028912,-0.025986,0.021943,-0.010103,-0.027354,-0.012027,0.053829,-0.021652,-0.04863,-0.017418,0.022283,-0.015143,0.015711,-0.019684,0.044483,0.008007,0.016621,0.040895,0.010064,-0.01952,0.015821,-0.041246,0.005326,0.065888,0.016416,-0.006918,-0.0132,0.03807,-0.022439,-0.009182,0.028619,-0.011086,0.055852,-0.008495,0.032073,0.113143,0.029596,-0.011265,0.016907,-0.036555,0.029324,0.011416,0.020893,0.019517,0.013857,0.025353,-0.034,-0.014073,0.036332,-0.0019,0.003021,-0.021175,-0.02003,-0.010193,-0.033681,0.127352,0.010463,-0.004026,-0.017057,0.031655,-0.018526,-0.002014,0.009637,0.005556,-0.000194,0.042249,0.000567,-0.050896,0.001379,0.019114,0.030053,-0.068973,-0.004288,-0.037713,0.031845,0.017302,0.006425,0.012671,0.000775,0.026802,0.026773,0.004417,0.02175,-0.010859,0.031128,0.023792,-0.008579,0.03833,-0.033954,-0.013263,0.042358,-0.001045,-0.006169,0.031761,-0.018781,0.012729,-0.0154,0.027811,-0.020001,0.014619,-0.074502,-0.013227,0.032498,-0.000214,0.020246,-0.041344,0.005168,0.038845,0.030164,-0.01053,0.008164,0.004567,-0.002871,0.023807,0.026933,0.692732,0.016129,0.033468,-0.019464,0.005326,0.032559,0.006155,-0.028684,-0.002037,-0.00148,-0.007898,-0.011929,-0.004252,0.052071,0.046058,-0.001257,-0.004205,-0.039314,0.017714,-0.018081,-0.02545,-0.05684,0.034498,0.049005,-0.009854,0.068591,0.029879,-0.024618,-0.024826,0.018857,-0.009148,0.016147,-0.05119,-0.041731,-0.015404,-0.004623,0.003223,0.032223,0.021155,-0.075286,0.001716,-0.009575,0.029602,0.003915,-0.025296,-0.028466,0.007504,0.001439,-0.027032,-0.053896,0.010288,0.008344,-0.018639,0.03047,-0.011124,-0.006037,0.000664,-0.036624,-0.002198,0.015209,-0.003858,-0.028654,-0.011769,0.029331,0.022973,0.042509,-0.004652,0.017463,0.017793,0.017882,0.024714,-0.062136,0.006992,0.003986,0.033924,-0.001721,0.015095,-0.028965,-0.018135,0.002362,0.000562,-0.049032,-0.000466,0.013866,-0.00464,-0.000002,-0.057,0.015127,0.013517,-0.02074,-0.058403,0.010466,0.017723,0.003144,0.054878,0.012776,0.009784,0.075008,0.011733,-0.032614,0.00746,-0.001973,-0.018015,-0.001813,-0.069495,0.006259,0.011548,0.020556,-0.002267,0.054225,0.013616,-0.026833,0.01544,-0.010764,-0.014918,-0.007338,0.014983,0.008411,-0.016459,-0.014911,-0.010582,-0.035796,0.021851,0.006819,0.032921,-0.064792,-0.0329,0.040358,0.002564,-0.008988,-0.01905,0.01266,-0.022735,-0.002646,0.000653,-0.025192,-0.007562,0.009435,0.010523,-0.029841,0.012112,0.032033,0.023785,0.001691,-0.056427,0.002805,0.005889,0.025042,-0.01011,-0.013612,0.004222,0.192367,-0.008995,-0.026068,-0.032708,0.000829,-0.009833,-0.010737,-0.004527,-0.043109,0.022668,0.019063,0.060572,0.014496,-0.012752,0.038638,0.08411,0.014623,0.012931,0.010611,0.011013,-0.020003,0.008096,-0.156238,-0.041621,-0.067902,0.019108,0.020318,-0.010925,0.001981,-0.003477,-0.015041,-0.027949,-0.00675,-0.01291,-0.04265,-0.036983,-0.043829,-0.011875,0.024875,0.016146,-0.034881,0.006265,0.036127,0.082652,-0.023358,0.136547,-0.001349,0.008961,0.015848,-0.01341,-0.002607,0.006711,0.011487,0.019477,0.024677,-0.031487,-0.053319,-0.02159,-0.04905,-0.00164,-0.009554,-0.006649,0.053981,0.019057,0.019082,0.035785,0.040343,-0.023936,-0.013516,0.00759,-0.004908,-0.012929,-0.007425,-0.016897,-0.020993,-0.02522,-0.014672,-0.002928,-0.019255,-0.007121,0.012371,0.023096,0.019202,0.024405,0.00286,-0.007496,-0.035026,-0.023667,0.008077,-0.017547,0.023733,0.035946,0.013468,-0.02856,-0.018017,-0.020187,0.016091,0.072254,0.004167,0.018772,0.017983,0.004151,-0.030969,-0.001516,-0.00062,-0.004547,-0.018759,0.013088,0.025314,0.019751,-0.015716,-0.015158,-0.038503,0.01118,0.032878,0.004644,-0.069095,0.022011,0.026403,-0.000486,0.013026,0.024453,-0.059039,-0.027121,0.033504,0.014409,0.017187,0.012559,0.007705,-0.027767,-0.011774,0.003502,-0.014124,0.00767,-0.036672,0.033938,-0.003039,0.033904,-0.007968,-0.014715,-0.007248,0.035742,0.013865,-0.039982,-0.023465,0.018375,-0.056201,0.026959,-0.010417,-0.01316,-0.008222,0.024686,0.003566,-0.018996,0.010298,-0.004722,-0.010556,-0.027363,-0.006897,-0.010971,-0.00117,0.02864,-0.022015,-0.089534,0.00332,-0.007988,-0.008623,0.01932,0.018655,-0.008057,-0.037574,0.002831,0.013185,-0.007268,-0.006707,-0.016817,0.003444,0.01913,-0.010379,0.017905,0.025762,-0.03164,-0.002503,-0.024129,0.028678,0.005943,-0.003576,0.003754,-0.043433,0.007766,-0.019019,0.005437,0.006089,-0.003294,-0.013447,-0.005959,-0.001596,-0.011422,0.011036,-0.01719,-0.017678,-0.015404,0.01651,-0.004674,-0.023062,-0.022595,0.004064,0.005559,-0.002406,0.045081,-0.021637,-0.037034,-0.016829,0.010841,0.000887,-0.028383,0.070821,0.010273,-0.05232,0.016073,0.009668,0.036218,0.034733,0.051485,-0.004621,-0.033083,0.004439,-0.034278,-0.003041,-0.019451,-0.014998,-0.009517,-0.017442,-0.010349,-0.014286,-0.010592,-0.006117,-0.017863,0.013374,0.022066,-0.024841,0.013122,0.028873,0.006312,0.009919,-0.006409,-0.032931,0.012878,-0.002567,-0.006534,-0.025356,0.041197,0.063451,-0.024925,-0.017852,-0.027336,0.013883,0.01986,0.033856,-0.035598,0.020682,0.062693,-0.004153,0.091089,-0.017888,-0.001473,0.015426,0.001869,-0.004631,-0.027528,0.003714,-0.031284,-0.027023,0.016473,-0.008677,-0.014088,0.018047,-0.015825,0.043184,0.028707,-0.010421,0.110924,-0.023515,0.003468,-0.004074,-0.030594,-0.019895,0.079395,0.015359,-0.02106,-0.023417,0.017225,-0.022522,0.008275,0.048579,-0.017043,0.008849,0.006759,-0.015683,0.011054,-0.010824,0.052017,0.017467,0.015692,0.017593,0.04675,0.025694,-0.006557,-0.014569,0.003169,-0.012001,0.068536,0.017497,-0.026317,0.020506,-0.007012,0.018097,0.001782,0.025416,-0.01188,0.003823,-0.002063,-0.020256,-0.011268,0.006786,0.014976,0.027231,0.006238,-0.014525,0.001578,0.021627,-0.030092,-0.01288,0.005623,-0.010275,-0.01515,0.042119,-0.010379,-0.039115,0.013882,0.010884,0.031615,0.015816,0.011348,-0.010092,-0.005002,-0.037386,0.007032,0.026354,-0.015341,0.01093,-0.019649,-0.013698,0.022106,0.017922,0.008812,-0.021402,-0.032889,-0.040775,-0.027709,-0.011297,0.756424,-0.017259,0.021199,-0.029366,0.015911,-0.021335,0.015136,0.026153,-0.00475,-0.031402,-0.00183,0.006901,-0.02111,0.036543,-0.022348,-0.026029,0.024477,0.00575,-0.012223,-0.017949,-0.011483,-0.003241,0.057286,0.030803,-0.002875,0.012065,0.001285,-0.032583,0.01417,0.017866,-0.037315,-0.000698,-0.04098,-0.005464,-0.008598,-0.007076,-0.005981,0.017248,0.012429,-0.095382,-0.017641,0.023231,-0.004351,-0.003161,0.002003,-0.010492,0.01754,0.039151,-0.018022,-0.011703,0.001294,-0.017366,0.0031,0.032681,-0.028551,-0.023052,0.009189,-0.007953,-0.02558,-0.007085,0.013802,0.011319,-0.038387,0.068204,0.031233,0.060326,-0.014583,-0.020857,0.002368,0.014598,0.044576,-0.102133,0.039716,0.022343,-0.002996,0.014087,0.03929,-0.027213,0.030198,0.017476,0.034113,-0.055591,0.009881,0.032703,-0.003477,0.01549,-0.04021,0.017016,0.03127,-0.049164,-0.024617,0.01798,-0.002521,0.009132,0.022445,0.057394,0.004393,0.024235,0.005398,-0.009423,0.023756,0.002597,0.012619,-0.003872,-0.045628,0.00589,-0.004688,-0.011538,0.015675,0.030879,0.019129,-0.021596,-0.025674,-0.025383,-0.012685,-0.004401,-0.008788,-0.000369,0.009506,-0.00791,0.021734,-0.014815,-0.012161,-0.005002,0.031887,-0.059263,-0.037875,0.026844,0.016983,-0.023387,-0.022624,-0.025055,-0.030845,-0.030677,-0.033235,-0.026975,-0.009137,-0.017638,0.01837,0.017987,-0.01996,0.03242,0.027574,0.00674,0.00567,0.022835,0.022819,0.007608,-0.010091,-0.010024,0.039224,0.133596,0.028016,0.01776,0.016673,0.010049,-0.001707,0.013361,-0.022196,-0.025563,0.079332,0.016055,0.013159,-0.016276,-0.023128,0.032099,0.050332,0.0105,0.005457,-0.005226,-0.031649,-0.008011,0.020694,-0.143793,0.027996,-0.016687,0.006045,0.009186,-0.018668,-0.020905,-0.02978,0.001009,-0.00489,-0.02074,-0.017906,-0.029405,0.023239,0.034885,-0.031186,0.021599,-0.012447,0.010564,-0.027762,0.091249,0.05116,-0.029234,0.053986,0.063895,0.026816,0.01063,0.01121,-0.01942,0.002762,-0.016924,-0.008879,0.047108,-0.036557,-0.01284,-0.010477,-0.009913,0.024681,-0.021743,-0.003923,0.030137,0.001503,-0.016645,0.004726,-0.012332,0.000136,-0.00862,-0.020117,-0.044357,0.038281,0.013423,0.028951,-0.035733,-0.006543,-0.02357,0.004244,0.024713,-0.017059,-0.017683,0.054842,-0.038224,0.025065,0.012064,-0.008172,-0.061292,0.007705,0.014905,-0.06861,-0.008706,-0.004323,0.030823,-0.012343,0.012342,0.014514,0.02937,0.193985,0.034031,0.029144,-0.006296,0.013891,0.000082,0.033174,-0.002928,-0.03171,-0.017811,0.017866,0.02489,0.048183,0.015991,-0.046428,-0.018276,0.065716,0.054675,-0.01091,-0.031633,-0.000067,0.050939,0.02367,0.02974,0.00205,-0.049015,-0.012518,0.024165,0.001919,-0.019521,0.029597,0.023875,-0.007772,-0.01717,0.001502,-0.005545,0.01188,-0.039994,0.015624,0.00259,0.036731,0.00468,-0.026676,-0.038627,0.050567,-0.029006,-0.046698,-0.014997,0.004958,-0.052447,0.006904,-0.018271,0.017554,-0.053087,0.042995,0.004686,0.001481,-0.029036,0.004014,-0.031484,-0.010098,0.02066,-0.022747,-0.045341,0.046286,0.000128,-0.078641,0.017529,-0.022484,-0.037189,0.042684,0.04777,-0.013016,-0.045366,0.025608,-0.050141,0.092183,0.017617,-0.024002,-0.019981,0.005814,-0.033791,-0.007949,0.018981,-0.006565,-0.002164,0.008555,-0.004111,-0.02453,0.003842,0.028095,-0.031816,0.002789,-0.008536,0.013607,0.031905,0.044328,-0.007463,0.001553,0.005416,0.032254,0.060927,0.023324,-0.002131,0.016337,-0.027065,0.024957,-0.040224,-0.001303,-0.017495,0.013267,0.00475,0.00773,-0.015874,-0.059315,0.035097,-0.007522,0.016362,-0.015246,0.079479,0.009873,-0.043391,0.016791,0.027408,-0.012789,-0.038961,0.02338,-0.022199,0.007681,-0.049657,-0.020963,-0.000781,-0.013598,-0.033115,0.022184,-0.01578,0.013132,-0.000059,0.011484,0.028358,0.002192,-0.012934,0.005361,0.018995,0.041436,-0.003157,-0.018485,-0.040697,-0.038725,-0.00668,-0.013148,0.07979,-0.026863,-0.010341,-0.003813,0.029881,-0.013433,-0.039066,0.004623,0.032418,0.00779,-0.01784,-0.003632,0.026364,0.017645,0.035843,0.049043,-0.040884,-0.005033,0.005141,-0.027941,0.023117,0.076796,0.032386,0.000028,-0.001614,0.028504,0.003309,-0.013415,-0.001897,0.008552,0.021662,0.006508,0.005639,0.107719,0.017633,0.028796,-0.024872,-0.001401,0.048822,0.009617,0.033347,-0.003952,-0.011979,-0.014312,-0.010668,-0.008685,0.00761,0.002576,-0.010489,-0.00175,-0.017278,-0.026919,-0.018639,0.170491,0.011871,0.018256,-0.028647,0.03523,0.009925,-0.021582,0.020448,-0.014789,-0.034663,0.030097,-0.005701,-0.053984,-0.005619,-0.004007,0.03265,-0.016191,-0.019839,-0.006388,0.013362,0.008409,-0.026245,-0.018019,-0.019014,0.01184,0.014271,-0.000274,-0.004327,-0.020363,0.052827,0.017029,-0.001753,0.017408,-0.004069,-0.033215,-0.017782,0.036001,0.008156,0.008893,-0.014267,0.028853,0.002983,0.017554,-0.013605,0.005185,-0.032132,0.016699,0.014263,-0.008785,0.03013,-0.007302,-0.026845,0.003223,0.010449,0.015076,-0.009199,-0.008436,-0.036507,0.001575,0.021255,0.714333,-0.012686,0.013028,-0.016304,0.00309,0.004498,-0.012486,-0.000496,0.012042,-0.007627,-0.019706,-0.03067,0.00332,0.065348,0.033713,-0.007034,0.026063,-0.017864,0.036042,-0.026923,0.001739,-0.023851,0.02698,0.046367,-0.013853,0.048556,0.040874,-0.047988,0.003712,-0.004977,0.005456,-0.004494,-0.041336,-0.008769,-0.018727,0.013423,-0.027579,0.013454,0.032437,-0.063985,0.031244,-0.004043,0.03605,0.003161,0.006953,-0.042521,0.013445,-0.020864,0.000912,-0.008353,0.024785,-0.011579,0.000976,0.042217,0.010526,-0.012184,0.007178,-0.003257,0.006688,0.004997,0.007367,0.005918,-0.023127,-0.002303,0.004896,0.051594,-0.000843,0.014209,0.056386,0.045063,0.034941,-0.093257,0.031598,0.009394,-0.002187,0.013022,0.003669,-0.034472,0.035883,-0.006591,0.013544,-0.082622,0.022992,0.001279,-0.006122,-0.000715,-0.054379,0.003515,0.02694,0.004247,-0.035893,0.009834,-0.018073,-0.009368,0.023747,0.024175,-0.000242,0.046373,-0.001765,-0.006859,0.024326,0.030901,-0.012425,0.009852,-0.051532,0.001302,0.009521,-0.005333,-0.000788,0.032856,0.023909,0.015877,-0.019031,-0.02366,-0.016157,0.010052,0.011247,-0.004604,0.026847,0.027695,0.060163,-0.029938,-0.010899,-0.01771,0.024945,-0.037628,-0.029858,0.017186,0.02884,-0.021344,-0.015136,0.010451,-0.017643,-0.003997,-0.026538,-0.017097,-0.012904,0.010118,0.010404,0.038934,0.026321,0.008994,0.019926,0.025565,-0.039412,0.000319,0.03402,0.007626,-0.0202,-0.010312,-0.014741,0.158026,0.027377,-0.00927,0.017744,-0.005067,0.016292,-0.025514,-0.02797,-0.033779,0.038767,-0.011585,0.004474,-0.001414,-0.020801,-0.017228,0.065545,-0.007245,-0.009309,-0.000535,-0.013386,-0.016514,0.003352,-0.186696,-0.00817,-0.041137,0.00447,0.002162,-0.025357,-0.01579,-0.030137,-0.016671,-0.054529,-0.01394,-0.020972,-0.022808,-0.016227,-0.027697,-0.060907,0.053397,0.000122,0.01436,-0.007677,0.053407,0.080908,-0.028947,0.076456,0.021028,-0.015847,0.031416,0.015808,-0.005884,0.014931,0.015113,0.02777,0.007761,-0.027759,-0.008805,-0.011316,-0.000972,0.02384,-0.042833,0.015213,0.040173,0.004027,-0.015601,-0.025812,0.016254,0.013271,0.015734,-0.011908,-0.007065,-0.022998,0.020853,0.001978,-0.032643,-0.025738,0.054975,0.017687,-0.036235,0.002659,-0.02254,0.037398,0.017148,0.030421,-0.019525,-0.016997,-0.064982,0.01764,-0.004808,-0.020985,0.008414,-0.004566,0.024607,-0.019253,0.027367,0.007042,0.061417,0.097015,0.016792,0.024721,-0.003017,0.035038,0.01166,0.027136,0.004967,-0.022618,-0.033852,-0.008651,0.024673,0.004709,-0.000683,-0.003638,-0.027803,0.010926,-0.012891,-0.011378,-0.065321,0.000513,0.044376,0.028899,-0.005476,-0.000394,-0.012341,0.02105,0.016783,0.005673,0.012585,0.022861,0.007073,0.036231,0.00798,-0.010328,0.007467,0.005583,-0.007043,0.018378,0.009639,0.039159,-0.003982,0.001591,-0.022561,0.055758,0.010838,-0.048391,-0.025109,0.030342,-0.017686,0.002512,-0.012989,0.015874,-0.049979,0.039339,0.020677,-0.009392,0.007359,0.014733,-0.035769,-0.003612,0.005369,-0.032696,-0.04294,0.012526,-0.05644,-0.096656,0.000755,0.009331,-0.012978,0.02556,-0.010333,-0.014767,-0.084158,0.03606,0.00515,0.00922,0.001897,0.018742,0.017175,0.039448,-0.000971,0.010489,0.024329,-0.014878,0.007582,-0.002877,-0.031368,0.009244,-0.019821,-0.006119,-0.021255,-0.016957,-0.030826,0.008238,0.021195,-0.006196,0.00194,0.00077,0.012797,0.021336,0.019537,0.01772,-0.01069,-0.008973,0.008419,0.016195,-0.002367,-0.015741,0.027283,-0.02192,0.015745,0.00421,-0.027287,-0.059779,0.016329,-0.004693,0.017628,0.024875,0.099778,0.029143,-0.032487,0.030755,-0.016221,0.005408,-0.01829,0.023819,-0.008109,-0.003617,-0.034661,-0.024211,0.018723,-0.045597,-0.002442,-0.030363,-0.031847,0.007295,-0.028665,0.002101,-0.000524,-0.002619,-0.005958,0.001927,0.026045,0.010106,0.007183,-0.00716,0.00314,-0.019947,-0.024192,0.016954,0.043313,-0.004817,-0.00845,-0.020263,0.014016,-0.03416,-0.058381,0.016272,-0.004647,-0.005321,0.018383,-0.032542,0.002214,0.000789,0.044599,0.03168,-0.03559,0.018273,0.001894,-0.010991,0.003174,-0.027061,0.007799,0.003327,-0.028714,0.018563,-0.009309,-0.025113,0.01984,0.004003,0.024013,0.008951,0.005392,0.109479,-0.007328,0.000606,-0.02403,-0.02549,-0.008092,0.018237,0.015984,-0.024338,-0.005227,-0.024397,-0.030234,-0.021617,0.052368,0.045553,-0.030658,-0.005065,-0.013848,0.022537,-0.014658,0.118581,0.022037,-0.019024,-0.041418,0.001813,-0.013078,0.023746,-0.002988,0.00287,0.028691,0.013415,0.025118,0.012846,-0.002148,0.009036,0.042728,-0.009711,0.012503,0.012701,-0.0242,0.021942,-0.023242,-0.013315,-0.01992,0.027544,0.042782,-0.016872,-0.009774,0.007872,0.068664,0.001629,-0.002978,0.019288,-0.033792,0.019436,-0.000103,-0.003594,-0.040349,0.000012,-0.022884,0.037327,-0.003413,0.015522,-0.018354,-0.022303,-0.043548,-0.01086,0.036456,-0.028069,-0.006678,0.000822,-0.028129,0.010209,0.006858,0.002341,-0.01122,0.007797,-0.019662,0.017272,0.000363,0.753287,-0.015327,-0.015607,-0.00104,0.024537,-0.015428,0.026891,0.014647,0.006591,-0.01492,-0.000754,-0.004206,0.017742,0.008647,-0.000584,-0.000782,0.031652,-0.010106,0.030751,-0.031988,-0.015907,-0.032554,0.033807,0.024024,0.002982,0.067696,-0.00372,-0.038062,0.002613,0.032008,-0.032028,-0.01769,-0.044213,-0.004289,-0.018205,0.008178,-0.020077,0.008284,0.011911,-0.072911,-0.025011,-0.01405,-0.006993,-0.033724,0.003587,-0.00695,0.028791,0.015589,0.003059,-0.00548,0.018255,-0.008989,0.010022,0.077102,0.022867,-0.003889,0.009646,-0.028685,0.016314,0.017995,0.005294,-0.025621,-0.016235,0.072034,0.026619,0.045177,-0.002143,-0.008314,0.025815,0.017614,0.030017,-0.08747,0.015445,-0.020127,-0.007455,0.009535,0.030757,-0.027815,-0.000719,-0.001372,0.038223,-0.061837,0.009363,-0.017917,0.008635,0.02717,-0.029795,0.019075,0.018803,-0.019743,-0.063507,0.011234,0.003878,-0.022857,0.009304,-0.013341,0.014335,0.027436,0.00366,0.00694,0.018959,-0.021246,0.00131,0.024476,-0.062642,-0.002416,-0.000717,-0.010492,0.022746,0.051443,0.009682,-0.035059,-0.002834,-0.035477,0.005643,-0.012639,0.006228,0.006251,0.006318,0.000564,-0.00668,-0.016616,-0.00198,-0.011373,0.028651,-0.039061,-0.045849,0.033681,0.007349,0.00545,-0.013912,0.021249,-0.004114,-0.003776,-0.023934,-0.024287,-0.014345,-0.005982,0.033277,0.015681,0.022309,0.016708,0.007619,0.004457,0.041481,0.032146,0.011166,0.031213,-0.009974,0.002051,0.010237,0.182168,0.012234,0.003052,-0.006064,-0.02938,-0.007004,-0.029397,-0.030041,-0.013141,0.03171,0.024173,0.029192,-0.006419,-0.017331,0.019814,0.063905,-0.006222,0.007404,-0.032418,-0.011685,-0.010405,0.003412,-0.16955,-0.00914,-0.048072,-0.000511,0.022059,0.012419,-0.009279,0.00951,0.009035,-0.007002,-0.035097,0.006177,-0.048752,-0.027982,0.040278,-0.018143,0.036653,0.016218,0.000777,-0.019008,0.031344,0.07142,-0.009263,0.097581,-0.011426,0.016299,0.017267,0.021282,0.032849,0.025927,-0.001477,0.03756,-0.012202,-0.019318,0.004073,0.016212,-0.053798,0.003017,-0.023375,0.012613,0.017647,0.009331,-0.033697,0.024274,-0.00293,-0.011016,0.000534,-0.002781,-0.054663,-0.023696,0.01529,-0.03194,0.00625,0.021651,0.019661,-0.017379,0.004994,0.000557,-0.028046,0.03546,0.020299,0.015447,0.025624,0.008301,-0.048751,-0.000095,-0.003377,-0.01923,-0.004349,0.009264,0.043705,-0.020166,0.040995,0.010438,0.049335,0.155729,-0.005091,0.040727,0.018474,0.020115,-0.021955,0.008452,-0.011281,-0.004819,-0.02609,0.005991,-0.000233,0.019607,-0.017328,-0.043025,-0.01895,0.057902,0.000686,-0.006031,-0.042188,0.02228,0.01077,-0.001841,-0.009602,0.016495,0.007761,0.001189,0.026904,0.026179,0.00653,0.012976,0.036416,0.01059,0.002444,0.0095,0.006368,0.030267,-0.023558,0.015464,-0.042567,0.044877,-0.005211,-0.028764,-0.056708,0.018622,-0.013504,-0.042942,-0.006897,0.034399,-0.035691,0.004272,-0.020538,-0.003055,-0.034741,-0.00009,0.005332,0.008809,0.003578,-0.007961,0.012896,0.017202,-0.025244,-0.030865,-0.021581,0.039218,-0.00616,-0.076789,0.010645,-0.026732,0.013903,0.023773,0.015476,-0.01337,-0.076039,0.031549,-0.003826,-0.022716,0.021227,-0.019916,0.007651,0.005119,-0.016973,0.038139,0.035181,-0.015272,0.010706,0.020214,0.019558,-0.001344,-0.008283,0.054787,-0.027832,-0.017066,-0.014472,0.005617,0.012078,0.000024,-0.027485,-0.001053,-0.005179,0.020135,0.006916,-0.023935,0.025927,-0.006133,0.004378,0.026746,-0.013916,-0.017185,0.001202,-0.026972,0.004114,0.002309,-0.014148,-0.022517,0.001821,-0.002788,0.02929,0.00902,0.055238,0.019143,-0.026442,0.037065,0.000788,0.011859,-0.009953,0.044139,0.015146,-0.013618,-0.031126,-0.003725,-0.017106,-0.046129,-0.016293,-0.00898,-0.013643,0.002169,0.007586,0.005849,-0.005308,-0.022205,0.026553,0.006957,-0.023788,0.021235,0.006533,-0.029111,-0.017509,-0.044771,-0.004764,-0.023073,0.03684,-0.029478,-0.009241,0.001499,-0.001774,-0.031937,-0.043545,-0.013998,0.016148,0.015954,0.0338,-0.008299,0.015995,0.029835,0.019174,0.013234,-0.005146,0.003589,0.038294,-0.017792,0.000185,-0.001408,0.02756,-0.018632,-0.045543,0.001328,-0.010639,0.005793,0.029957,-0.000634,0.054018,-0.010694,0.019498,0.113174,0.022653,0.006785,0.010616,-0.027466,0.001579,0.043739,0.024004,-0.001967,-0.012113,0.002998,-0.036036,-0.037536,0.028711,-0.019156,0.014121,0.004005,-0.025077,-0.025883,0.002765,0.031007,0.031373,-0.010339,-0.015595,0.027084,-0.017443,-0.030718,0.00721,0.027675,-0.018655,0.00885,0.002041,-0.037546,0.029691,-0.00245,0.02662,-0.018449,0.010679,-0.006322,0.00532,0.02759,-0.015707,-0.003986,-0.024288,0.04134,0.024792,-0.0155,-0.000755,0.002661,0.073942,0.01065,-0.02318,0.015202,-0.033922,0.018897,0.008446,-0.003682,-0.007294,0.010758,-0.001648,0.017558,0.002945,-0.009954,-0.031686,0.012991,-0.076655,-0.022851,0.028035,-0.000977,-0.014859,-0.004586,0.00593,0.007646,0.007818,-0.012941,-0.007038,-0.030693,-0.005081,0.002553,0.00662,0.763444,0.008041,0.013249,-0.007127,0.013075,-0.006837,-0.004452,0.000437,0.000625,-0.007222,0.015465,-0.015503,0.006115,0.016656,0.017764,-0.004997,0.05644,-0.030641,0.01221,-0.022261,-0.029178,-0.040638,0.05567,0.027893,-0.011955,0.062797,0.008977,-0.018469,-0.003687,0.011484,-0.018685,-0.015628,-0.033286,-0.058328,-0.007411,-0.007009,-0.024643,0.018723,0.024431,-0.096336,0.004476,0.007126,0.005505,-0.020318,0.000804,-0.025228,0.018066,0.00894,-0.029385,-0.022227,0.011793,-0.013949,0.009765,0.026468,-0.006287,0.021981,-0.003153,-0.026163,-0.021405,0.004888,0.026343,0.008,-0.013415,0.05892,0.044281,0.062898,-0.001538,-0.001134,0.046431,0.025876,0.031219,-0.071067,0.02217,-0.011754,0.013192,0.004403,0.00892,-0.031683,0.015283,0.001122,0.019593,-0.074007,-0.00787,-0.026019,0.012772,0.013453,-0.047554,0.028391,0.014116,0.008805,-0.092043,0.041713,0.013794,-0.032908,0.006496,-0.014124,0.040416,0.04357,-0.0037,0.010438,0.001711,-0.028143,0.033466,0.018124,-0.052713,0.025166,0.003329,-0.014779,0.018587,0.072795,0.016142,-0.01816,-0.000647,-0.019654,-0.0049,-0.040087,0.013557,0.013939,-0.006218,0.006946,-0.019084,-0.011904,-0.001556,-0.018194,0.024079,-0.048648,-0.055712,0.050232,0.012404,-0.015705,-0.000774,0.020582,-0.014845,0.000634,-0.024261,-0.040754,0.006347,-0.000221,0.036538,0.015366,0.022458,-0.00372,-0.003861,0.008644,0.048261,0.03045,0.004016,0.006587,0.007987,0.017431,0.007643,0.160687,0.010644,0.010699,-0.009419,0.00047,-0.019715,-0.006222,-0.064741,0.004876,0.032962,0.040117,0.01867,-0.003314,-0.013155,0.016096,0.071478,-0.001089,0.008178,-0.027439,-0.018468,0.005634,0.001734,-0.149956,-0.023134,-0.040557,0.005726,-0.0032,-0.00279,-0.013939,0.008767,0.005408,-0.013967,-0.008392,-0.009649,-0.063912,-0.033261,0.042133,-0.017603,0.041357,-0.001372,0.010637,-0.030618,0.018293,0.070927,0.000475,0.104469,-0.012187,-0.001596,0.022424,0.024349,0.026917,0.013662,0.011099,0.044661,-0.026823,-0.028721,0.002454,0.006929,-0.050357,0.012664,-0.023569,0.030241,0.034566,0.000698,-0.023656,0.013586,0.001117,-0.019425,-0.004259,0.006933,-0.038088,-0.007214,0.015756,-0.030297,-0.00307,0.014317,-0.002967,-0.004886,-0.009184,-0.024489,-0.037796,0.029093,0.043928,0.00674,0.014531,-0.009086,-0.036257,-0.000568,-0.015517,-0.029515,0.00411,0.005894,0.043315,-0.022598,0.027898,0.039559,0.048033,0.125658,-0.007063,0.017675,0.012822,0.023311,-0.015196,0.007404,-0.009152,0.001417,-0.024762,0.007531,0.000162,0.02179,-0.003405,-0.026936,-0.021036,0.030052,0.011541,-0.018443,-0.046823,0.015333,-0.002099,-0.007361,-0.006027,0.030525,0.024614,-0.014389,0.016264,0.017502,0.014826,0.016295,0.020213,0.013102,-0.021779,0.010543,-0.000006,0.043044,-0.026121,0.001874,-0.052047,0.039556,0.016516,-0.021194,-0.046504,0.0118,0.003821,-0.040467,-0.022899,0.013432,-0.03608,-0.009886,0.007804,-0.019133,-0.037921,0.004567,-0.006099,0.030636,0.007292,-0.009282,0.017138,0.012568,-0.017356,-0.011943,-0.015198,0.026777,-0.015103,-0.110195,0.022612,-0.008324,0.025722,0.006478,0.026034,-0.015392,-0.086479,0.032327,0.007022,-0.004337,0.029257,-0.029521,-0.001518,0.001214,-0.019105,0.047229,0.024156,-0.030705,0.012678,0.001153,0.028831,0.002834,-0.009467,0.060628,-0.044359,-0.008457,-0.004973,0.003807,0.024353,-0.004811,-0.021081,0.005903,0.00539,0.00638,0.019895,-0.011126,0.007595,-0.007295,-0.00693,0.029757,-0.025983,-0.003574,0.014897,-0.027842,0.009429,0.002367,-0.005794,-0.045006,0.02251,0.00571,0.02014,0.006537,0.026435,0.040498,-0.015918,0.028824,0.011146,0.031205,-0.004725,0.022869,-0.011387,0.003218,-0.026211,0.002714,-0.007588,-0.035757,-0.017383,-0.015956,0.002915,0.013058,0.018019,-0.002293,-0.010558,-0.022032,0.022476,0.032647,0.007837,-0.007703,-0.004752,-0.019175,-0.019902,-0.043697,-0.029311,-0.003691,0.024396,-0.034815,-0.013137,0.020346,0.025347,-0.038738,-0.040885,-0.003044,-0.000487,0.01673,0.033255,-0.029281,0.017317,0.024462,0.000085,0.031358,-0.019038,-0.00261,0.037367,-0.000462,0.009816,0.006742,0.017875,-0.022821,-0.031628,0.010559,-0.04961,0.010088,0.021638,-0.000093,0.034684,0.00861,0.018732,0.113622,0.010015,-0.001051,-0.002147,-0.033931,0.011709,0.047277,0.038958,0.009082,-0.010486,-0.01028,-0.021289,-0.028176,0.016359,0.010402,0.036782,0.013662,-0.025702,-0.019424,-0.010727,0.030242,0.026311,0.002536,-0.02362,0.020285,-0.008805,-0.024758,0.001388,0.012512,-0.009938,0.022855,0.017941,-0.039906,0.029148,-0.032503,0.013507,-0.033101,0.004212,-0.023136,0.023069,0.038483,-0.028231,-0.00944,-0.028402,0.034448,0.030185,-0.007085,0.018636,-0.003652,0.072766,0.01431,-0.006058,0.02176,-0.027978,0.01193,0.008806,0.004558,-0.01288,0.008855,-0.005572,0.02732,0.012556,-0.001522,-0.021367,0.021345,-0.061982,-0.028954,0.031005,0.003302,-0.008579,-0.022238,-0.000932,0.010235,-0.01236,0.020431,-0.006253,-0.026755,-0.013702,0.000949,0.026012,0.755225,0.007479,0.022959,-0.013586,0.022516,-0.008434,-0.00383,0.010234,0.011485,-0.005709,0.021484,-0.01547,0.011333,0.01247,0.012481,-0.014893,0.056,-0.020219,0.019049,-0.014769,-0.026775,-0.044831,0.026448,0.04032,-0.018026,0.029572,0.012476,-0.039998,0.006373,0.033217,-0.031608,-0.006641,-0.027666,-0.018363,-0.015872,0.015521,-0.025286,0.01393,0.037385,-0.090951,0.016038,-0.00463,0.007735,-0.022788,0.017724,-0.0143,0.024749,0.031679,-0.024646,-0.019575,0.013355,0.001822,-0.005928,0.03778,-0.022809,0.00088,-0.001298,-0.041649,-0.019823,-0.009452,0.015755,-0.022509,-0.038641,0.085491,0.049037,0.087198,-0.010257,0.01042,0.061137,0.018777,0.028247,-0.075914,0.017002,-0.006032,0.016667,0.012347,0.008864,-0.030012,0.010535,0.007208,0.019541,-0.074752,-0.001829,-0.02183,0.010014,0.022119,-0.049665,0.031772,0.014646,0.005217,-0.078065,0.027699,0.009545,-0.040754,0.00718,-0.012472,0.039051,0.041809,0.002865,0.007102,0.007981,-0.025379,0.035987,0.021545,-0.053245,0.01559,0.003737,-0.010754,0.023058,0.071767,0.011823,-0.021135,-0.00351,-0.018159,-0.000259,-0.039197,0.014878,0.010422,0.001199,0.008896,-0.022888,-0.014082,0.005596,-0.014098,0.025315,-0.049777,-0.048388,0.044721,0.010847,-0.012438,0.003446,0.015041,-0.008457,0.00077,-0.01875,-0.040981,0.000702,0.002424,0.034044,0.008615,0.022589,0.008174,0.001496,0.012531,0.049456,0.022421,0.000479,0.009548,0.004657,0.013961,0.011188,0.159514,0.005888,0.006467,-0.008059,-0.004306,-0.007459,-0.007579,-0.057556,-0.003648,0.046462,0.037265,0.02045,-0.000421,-0.011329,0.018027,0.073879,0.00219,0.017578,-0.025768,-0.012525,0.00632,0.010438,-0.159124,-0.018778,-0.05272,0.010309,-0.001165,0.001734,-0.009578,0.002926,-0.001075,-0.006171,-0.00428,-0.009962,-0.059232,-0.023762,0.051909,-0.012523,0.039591,0.004572,0.014426,-0.032278,0.025476,0.071031,0.005549,0.09497,-0.01107,-0.001053,0.015128,0.023046,0.023188,0.0132,0.009729,0.047394,-0.025709,-0.030537,0.003261,0.004535,-0.042086,0.0121,-0.025032,0.016504,0.028667,-0.000848,-0.017336,0.017342,0.005072,-0.014955,-0.000425,0.001535,-0.038004,-0.004956,0.016764,-0.033167,-0.00167,0.009846,-0.002282,-0.008879,-0.01001,-0.015587,-0.026293,0.026766,0.038167,0.010017,0.012495,-0.005971,-0.042293,-0.002866,-0.013634,-0.029518,0.006823,0.007273,0.041822,-0.030245,0.026119,0.037356,0.047997,0.143889,-0.009155,0.015167,0.017174,0.021816,-0.01517,0.010602,-0.003658,-0.004201,-0.016474,0.008524,0.000597,0.018407,-0.008876,-0.026003,-0.01779,0.039323,0.013197,-0.016979,-0.04615,0.011137,0.003603,-0.004323,-0.012146,0.031393,0.017802,-0.009482,0.026278,0.016202,0.007884,0.024417,0.007969,0.015751,-0.011719,0.009857,-0.012261,0.038776,-0.019214,0.002975,-0.051748,0.045066,0.009327,-0.020352,-0.035487,0.015688,0.005134,-0.042171,-0.019959,0.01913,-0.027301,0.002969,0.005602,-0.012354,-0.040367,0.011159,-0.002446,0.022571,0.001782,-0.00962,0.013541,0.005497,-0.012074,-0.021692,-0.014802,0.023682,-0.016134,-0.098608,0.015193,-0.007305,0.018343,0.008973,0.025607,-0.017704,-0.08573,0.03076,-0.002828,-0.005603,0.026153,-0.034538,-0.002158,0.003925,-0.015169,0.041376,0.027061,-0.023717,0.00859,-0.000374,0.035703,0.005136,-0.010698,0.054976,-0.036953,-0.004702,-0.008409,0.010853,0.018586,0.000487,-0.017927,0.010855,0.001916,0.017168,0.017831,-0.00348,0.004001,-0.002088,-0.009145,0.028849,-0.023772,-0.002621,0.005546,-0.031098,0.012887,-0.007554,-0.005156,-0.040272,0.01374,0.003554,0.014852,0.008819,0.03349,0.043594,-0.011581,0.029271,0.010299,0.03163,-0.006159,0.026204,-0.015501,-0.000344,-0.023349,0.013328,-0.003523,-0.038727,-0.025013,-0.007776,0.00156,0.008571,0.011299,-0.00286,-0.013937,-0.026936,0.023011,0.026154,0.00523,0.001931,0.001352,-0.019915,-0.021788,-0.037975,-0.028462,-0.009371,0.018096,-0.029485,-0.008795,0.015258,0.027615,-0.040164,-0.041739,-0.008475,-0.002787,0.020085,0.023662,-0.029063,0.016681,0.023662,0.002217,0.022342,-0.016231,0.000404,0.041206,-0.008473,0.013722,0.014901,0.019759,-0.016194,-0.029509,0.009367,-0.04262,0.004282,0.025526,0.001186,0.035541,0.001713,0.021234,0.115014,0.002154,0.005775,-0.003884,-0.027291,0.014631,0.047909,0.040694,0.000201,-0.009148,-0.012403,-0.019226,-0.029226,0.011209,0.016176,0.025113,0.015662,-0.028102,-0.011482,-0.017525,0.021536,0.029101,0.003663,-0.021337,0.026735,-0.014105,-0.025779,0.001272,0.011066,-0.015154,0.019801,0.015116,-0.041039,0.034105,-0.024216,0.016947,-0.0307,0.005272,-0.021007,0.028114,0.032676,-0.026969,-0.014972,-0.025117,0.040364,0.027222,-0.010524,0.014665,-0.005961,0.071911,0.013599,0.001652,0.022834,-0.028601,0.015183,0.010524,0.004768,-0.009126,0.011188,0.005509,0.022058,0.009676,-0.000437,-0.017522,0.021913,-0.049901,-0.029544,0.031828,0.004612,-0.010812,-0.026546,-0.005823,0.012706,0.000168,0.0112,-0.008737,-0.023957,-0.021681,0.004629,0.019154,0.769593,-0.000685,0.020086,-0.004286,0.020829,0.0041,-0.004701,0.016408,0.008141,-0.003622,0.020278,-0.016185,0.00815,0.013648,0.01537,-0.009459,0.053146,-0.027758,0.020597,-0.013332,-0.021024,-0.041492,0.031141,0.032555,-0.020237,0.037784,0.006386,-0.036118,0.009772,0.027506,-0.032415,-0.003997,-0.036342,-0.035325,-0.01191,0.007468,-0.016359,0.00979,0.029672,-0.090687,0.010318,-0.00417,0.013813,-0.031206,0.010591,-0.017515,0.026017,0.029694,-0.013807,-0.014477,0.00772,-0.005574,-0.005519,0.031559,-0.01513,-0.000452,0.002338,-0.036447,-0.013709,-0.012,0.020174,-0.020431,-0.04031,0.07677,0.038993,0.080898,-0.003157,0.01209,0.054826,0.017571,0.050443,-0.08729,0.023053,0.000157,0.013826,0.016436,0.019794,-0.030189,-0.002653,-0.016022,0.035287,-0.074829,-0.00163,-0.013532,0.003486,0.035377,-0.029693,0.025333,0.020782,-0.031574,-0.042069,0.003228,0.014249,-0.029984,-0.005951,-0.010047,0.05237,0.048272,0.016907,0.01569,-0.003295,-0.013622,-0.000395,0.020021,-0.069669,0.017399,-0.020597,-0.005799,0.042749,0.06564,0.018702,-0.022782,-0.006376,-0.041846,-0.001276,-0.026323,0.00026,0.011096,0.037401,-0.004404,-0.010521,-0.031222,0.010745,-0.025544,0.019045,-0.076965,-0.036212,0.048445,-0.00784,-0.011498,-0.025148,0.018022,-0.001353,0.000415,-0.026264,-0.025104,-0.010126,0.009291,0.030144,0.00698,0.005883,0.019212,0.013022,0.011353,0.050676,0.022933,-0.003655,0.035216,-0.019759,0.02181,0.015378,0.157478,-0.003045,0.000702,0.000738,-0.017654,0.000356,-0.012138,-0.044179,-0.00053,0.021353,0.035247,0.05987,-0.009789,-0.007781,0.028724,0.059147,-0.011996,0.013484,-0.017431,0.000725,-0.016746,0.014029,-0.156276,-0.008097,-0.059505,0.009195,0.001763,-0.000908,-0.021317,-0.006117,-0.008413,-0.00531,-0.039047,-0.008578,-0.049767,-0.02215,0.047484,-0.020201,0.049395,0.000922,0.018758,-0.040428,0.043698,0.071322,-0.023556,0.061206,-0.008758,0.001882,0.04566,0.022005,0.02882,-0.001221,-0.012312,0.024562,0.005747,-0.025174,0.016632,0.025678,-0.065674,0.026801,-0.017703,0.025451,0.049659,0.003248,-0.023499,0.011115,-0.000021,-0.010049,-0.019324,0.01082,-0.045538,-0.002655,0.015068,-0.028371,-0.004331,-0.00154,-0.004771,-0.016272,-0.007344,-0.008605,-0.029404,0.032085,0.023371,-0.008306,0.015915,-0.000111,-0.055146,-0.017281,-0.023633,-0.025825,0.008702,0.006357,0.042043,-0.032526,0.031745,0.021168,0.039921,0.132335,0.009094,0.017258,-0.006097,-0.001136,-0.015417,0.012752,-0.030926,-0.021563,-0.035478,0.005068,0.018058,0.02778,-0.009363,-0.018361,-0.026528,0.075943,0.013239,-0.026842,-0.062411,0.021228,0.030513,0.001907,-0.009439,0.018984,0.009998,0.003652,0.028325,0.02135,0.019062,0.014212,0.028559,0.016259,-0.026059,0.002569,0.002782,0.029834,-0.022649,0.020492,-0.036173,0.036592,-0.011749,-0.052561,-0.051372,0.017864,-0.002967,-0.047346,-0.019758,0.024115,-0.036065,0.003401,-0.025283,0.001702,-0.027199,0.029013,0.016979,0.003576,-0.001023,-0.01937,-0.0005,0.014848,-0.013261,-0.016264,-0.021122,0.027932,0.002113,-0.104591,0.019077,-0.022942,0.01403,0.041463,0.030544,-0.018493,-0.102493,0.043655,0.004425,0.035306,0.040299,-0.056571,-0.012663,0.037296,-0.028742,0.034379,0.036942,-0.029102,0.018524,0.007279,0.015519,0.008373,0.003032,0.062603,-0.03001,-0.009073,-0.005818,0.01619,0.021724,0.018582,-0.01059,0.007875,-0.00906,0.007413,0.019779,-0.007186,0.000835,-0.012881,0.003368,0.055372,-0.023247,-0.016084,-0.002736,-0.048086,0.02403,0.016979,-0.007135,-0.040035,0.019858,0.019565,0.04515,0.003367,0.0556,0.009067,-0.026922,0.044017,0.001141,0.011545,0.019369,0.067424,-0.008789,-0.002309,-0.050117,0.007343,-0.007967,-0.041635,-0.02614,0.000048,0.009079,0.007347,0.012259,0.00122,0.006151,-0.024904,0.041638,0.024943,0.000547,0.029467,0.004472,-0.02546,-0.026372,-0.044914,-0.008096,-0.014817,0.015702,-0.029579,-0.021314,0.009233,0.039562,-0.042782,-0.040152,-0.008873,0.005932,0.03347,0.04501,-0.035074,0.012467,-0.00242,0.032868,0.045573,0.000231,0.01117,0.032845,0.000708,0.001675,0.05123,0.016428,-0.015985,-0.022446,0.014531,-0.014194,-0.020927,0.01505,-0.000835,0.06774,0.009161,0.032799,0.115711,0.009229,0.015761,0.000859,-0.042398,0.000956,0.043445,0.010499,-0.010418,-0.005589,0.01571,-0.022535,-0.021054,0.021436,-0.017693,0.017367,0.001552,-0.032225,-0.040121,0.003518,0.037863,0.019811,0.008307,-0.035703,0.013474,-0.013369,-0.018576,-0.004538,-0.002974,-0.024686,0.018579,0.016738,-0.052086,0.031514,-0.01022,0.017766,-0.030246,0.003421,-0.025905,0.018093,0.035848,-0.010966,-0.000427,-0.013303,0.054744,0.025983,-0.032073,-0.00868,-0.013392,0.053773,0.004544,0.008083,0.031344,-0.026751,-0.018137,0.015277,0.020687,-0.008271,0.006501,-0.004777,0.018196,0.001435,0.002811,-0.01898,0.029589,-0.072905,0.001361,0.040795,0.003786,-0.009686,-0.01673,-0.012577,0.021099,0.009022,-0.018595,-0.026055,-0.032362,-0.022924,0.011045,0.027473,0.721859,0.019262,0.024306,-0.013318,0.015444,0.012763,-0.00612,0.024702,-0.004187,-0.033017,0.01758,0.004892,-0.006639,0.04519,0.029348,-0.016401,0.050068,-0.02782,0.013994,-0.01711,-0.006029,-0.030328,0.048569,0.041561,-0.020717,0.048501,0.018781,-0.032273,-0.010918,0.013257,-0.001006,-0.000696,-0.062586,-0.066352,-0.02724,-0.003028,-0.032829,0.029292,0.036779,-0.087432,-0.007072,0.014822,0.013746,-0.034776,-0.011591,-0.034879,0.019068,0.000671,-0.019844,-0.024952,0.013498,0.001381,0.001147,0.025594,-0.001438,0.005069,0.002162,-0.041535,-0.011383,0.016019,0.017192,-0.00484,-0.024209,0.044749,0.049509,0.059985,-0.011349,0.003567,0.032133,0.030166,0.027275,-0.075449,0.004477,-0.015861,-0.001579,0.009655,0.013089,-0.033951,-0.00095,-0.015356,0.032015,-0.037504,-0.000613,-0.01327,0.010216,0.026978,-0.030819,0.022811,0.004564,-0.00015,-0.070569,0.011022,0.014337,-0.039064,-0.000195,-0.007582,0.023786,0.027729,0.000319,0.009722,0.009987,-0.026666,0.007846,0.032584,-0.045111,0.009595,-0.000952,-0.0171,0.016936,0.071497,0.02276,-0.035111,0.004696,-0.038602,-0.001753,-0.044453,0.006695,-0.011559,-0.004199,0.008352,-0.023455,-0.011132,-0.005753,-0.014285,0.023584,-0.044714,-0.042453,0.047453,-0.00187,-0.007882,0.004014,0.013033,-0.014457,0.00123,-0.02028,-0.028843,-0.001107,-0.003504,0.032884,0.029506,0.009745,0.018063,0.002076,-0.001515,0.058579,0.023944,-0.005681,0.02211,-0.008102,0.010574,0.017891,0.20023,0.019469,0.008604,-0.011007,-0.026639,-0.014126,-0.026902,-0.04709,-0.022499,0.015799,0.029265,0.022241,0.001132,-0.017006,0.012546,0.065829,0.00144,0.007487,-0.02871,-0.016258,0.005788,-0.00311,-0.129705,-0.011294,-0.029,-0.003806,0.010196,0.021623,-0.007952,0.019954,-0.002962,0.004202,-0.00903,0.009889,-0.056305,-0.031523,0.047017,-0.017045,0.025989,0.025732,-0.00024,-0.027886,0.024675,0.082082,-0.006083,0.093147,-0.021493,0.001249,-0.001709,0.007754,0.041232,0.022398,-0.012538,0.043087,-0.032404,-0.043529,0.013413,0.013936,-0.046434,0.004592,-0.023042,0.016872,0.013122,-0.003991,-0.011423,0.0243,-0.001151,-0.014286,0.017185,0.008826,-0.04806,-0.017664,0.011825,-0.035804,-0.000849,0.023865,-0.003077,-0.016512,0.002471,0.00221,-0.028572,0.028636,0.020004,0.008364,0.021653,-0.003899,-0.042546,0.003252,-0.011307,-0.030603,-0.017294,0.019729,0.038661,-0.017879,0.029657,0.027206,0.048666,0.158464,0.009242,0.012073,0.021508,0.020295,-0.037966,0.011788,-0.016677,-0.018881,-0.022085,0.01183,-0.000032,0.022495,-0.018656,-0.022908,-0.014724,0.031743,-0.000748,-0.015719,-0.037224,0.016323,-0.008842,-0.007568,-0.011466,0.016553,-0.006633,0.011302,0.032922,0.033449,0.027674,0.024446,0.025245,0.011096,-0.007395,0.013634,-0.00984,0.023898,-0.027756,0.008815,-0.037978,0.035223,-0.004661,-0.033636,-0.058124,0.016502,-0.007761,-0.015851,-0.004501,0.037685,-0.041528,-0.000523,-0.018296,-0.002507,-0.038591,-0.00243,-0.006986,0.028227,-0.00081,-0.009565,0.018769,0.008324,-0.025621,-0.024216,-0.004541,0.041325,-0.024475,-0.056761,0.005303,-0.039151,0.034642,0.015937,0.000109,-0.015589,-0.0838,0.032642,0.003986,0.01948,0.045586,-0.025705,0.011584,0.014951,-0.018209,0.050807,0.043895,-0.023591,0.011857,0.004924,0.034571,-0.010338,-0.010007,0.0563,-0.035556,-0.01005,0.004633,0.011254,0.015791,-0.000304,-0.024419,0.001679,-0.003628,0.015378,0.013257,-0.028982,0.022786,0.002359,-0.014716,0.015402,-0.010416,-0.00284,0.000635,-0.025182,0.006752,-0.005018,-0.004101,-0.027487,0.008912,0.002743,0.022781,0.022315,0.04871,0.036411,-0.009309,0.034908,0.008664,0.025095,-0.015262,0.045257,-0.002386,0.000688,-0.045664,0.012585,-0.0095,-0.038061,0.001039,0.003303,0.013556,-0.006732,0.020073,-0.008448,-0.007305,-0.013948,0.014909,0.006113,-0.023892,0.01084,0.001859,-0.02472,-0.022246,-0.043662,-0.014793,-0.029244,0.025237,-0.03952,-0.015659,0.010916,0.006771,-0.044359,-0.034926,-0.020516,0.002495,0.017376,0.047551,-0.017149,0.016488,0.041559,-0.002592,0.013365,-0.001134,0.000801,0.046886,0.013527,-0.000089,0.080243,0.019237,-0.032228,-0.023769,-0.009123,-0.026033,0.008598,0.056275,-0.004725,0.039358,0.003616,0.033311,0.116512,0.01825,0.006129,-0.000253,-0.024193,0.006145,0.059485,0.029855,-0.000062,-0.00841,0.00693,-0.023982,-0.046346,0.013372,-0.012121,0.026011,0.006622,-0.018791,-0.027974,0.002974,-0.018043,0.028181,0.003847,-0.001739,0.020106,-0.023449,-0.03723,-0.0007,0.022219,-0.029812,0.018546,0.0075,-0.025231,0.046846,-0.031706,0.016485,-0.010346,0.005601,-0.009488,0.01565,0.018937,-0.020996,-0.017758,-0.031527,0.052053,0.015669,-0.006898,0.013763,-0.004109,0.070964,-0.010132,-0.010326,0.015925,-0.034143,0.010785,0.007659,0.011981,-0.003869,0.018702,-0.003633,0.015613,-0.003848,-0.017652,-0.031088,0.025612,-0.054967,-0.015624,0.037899,-0.012256,-0.016448,-0.013634,0.003421,0.00687,0.003761,-0.005932,-0.018987,-0.027344,-0.020489,-0.005611,0.0006,0.754024,0.01577,0.017611,0.000407,0.01565,0.025211,-0.002782,0.015466,-0.00264,0.001957,0.020029,-0.010026,0.004749,0.00265,0.018222,-0.015368,0.059057,-0.031328,0.016339,-0.018021,-0.030221,-0.025818,0.042143,0.024385,-0.008297,0.053768,0.017837,-0.020236,0.00237,0.01704,-0.034735,-0.016711,-0.040361,-0.062466,-0.006966,0.008519,-0.037126,0.027589,0.027616,-0.090339,0.012921,-0.008267,0.003203,-0.041586,0.008704,-0.0142,0.016613,0.009636,-0.033425,-0.022528,-0.003726,-0.022088,0.005533,0.028428,-0.002439,0.0139,-0.002807,-0.019629,-0.029165,-0.002615,0.02728,0.001395,-0.030029,0.067418,0.047146,0.069795,-0.00386,0.004573,0.040497,0.01417,0.012361,-0.073563,0.026467,-0.022652,0.000852,0.023375,-0.012585,-0.044091,0.021015,-0.020689,0.02077,-0.02453,-0.017852,-0.019743,0.007615,0.021146,-0.039677,0.036352,0.002169,0.01355,-0.078696,0.029768,0.008994,-0.042921,-0.002245,0.006546,0.043271,0.03939,0.009916,0.021552,-0.00056,-0.032187,0.003246,0.025888,-0.0688,0.010707,-0.005488,-0.004295,0.013818,0.049316,0.026228,-0.019569,-0.004255,-0.021414,-0.005728,-0.048545,0.004668,-0.006079,0.006624,0.010845,-0.035792,-0.023212,0.002266,-0.028445,0.005559,-0.060842,-0.048545,0.052829,0.008547,-0.008915,0.015492,0.014685,-0.023796,-0.007222,-0.024418,-0.022044,0.012984,0.000051,0.042461,0.03413,0.008443,0.001945,-0.002198,0.00439,0.048742,0.028242,-0.011628,0.032277,-0.000334,0.015703,-0.006969,0.166939,0.027328,-0.001731,-0.004004,-0.005345,0.001383,-0.009219,-0.052692,-0.016122,0.01626,0.016409,0.034189,-0.011012,-0.012458,0.008937,0.05689,0.009969,0.026017,-0.029602,-0.028679,0.001205,0.015572,-0.141723,-0.016839,-0.028499,0.000487,0.013647,0.015164,-0.015274,0.020057,-0.000863,-0.005041,-0.021253,0.004702,-0.057992,-0.014819,0.053025,-0.016023,0.035658,0.018006,0.024613,-0.040273,0.036257,0.071148,-0.001531,0.073063,-0.006767,-0.014136,0.021011,0.010675,0.0243,0.043673,-0.019056,0.051181,-0.027149,-0.063812,0.02712,0.010228,-0.028248,0.005876,-0.024666,0.013946,0.039017,-0.020881,-0.018739,0.013452,0.012305,0.000165,0.000868,-0.00412,-0.048838,-0.015964,0.026956,-0.049041,0.012685,0.017601,0.010881,-0.006078,-0.011732,0.011194,-0.030681,0.00471,0.022347,-0.005092,0.014009,-0.004282,-0.049469,0.008157,-0.028618,-0.051422,0.00035,0.015981,0.035172,-0.015218,0.042064,0.038742,0.04375,0.158964,0.008403,-0.003377,0.016196,0.025625,-0.022925,0.000788,-0.01287,-0.010287,-0.035058,0.007423,0.004687,0.025614,0.009257,-0.026633,-0.018485,0.045077,-0.011517,-0.027984,-0.048729,0.003729,-0.011555,-0.013751,-0.007908,0.037852,0.015767,0.025091,0.033696,0.002396,0.02233,0.036525,0.014681,0.015473,-0.019814,0.009791,-0.015158,0.04131,-0.030772,0.021638,-0.033874,0.02238,0.024059,-0.024461,-0.061681,0.016577,-0.018248,-0.023861,-0.000146,0.032861,-0.010888,-0.016713,0.009363,0.012892,-0.046172,-0.002659,-0.002496,0.035719,-0.020842,-0.005877,0.016146,0.004882,-0.015618,-0.009803,0.000272,0.006008,-0.026456,-0.10453,0.000349,-0.040854,0.045924,-0.002674,0.010878,-0.011494,-0.104511,0.030718,-0.00489,0.030849,0.057701,-0.032273,0.015576,0.023256,-0.025735,0.044158,0.032538,-0.02557,0.020587,0.008734,0.04697,-0.01531,-0.004222,0.040002,-0.033918,-0.01089,0.02414,0.002288,0.025646,0.008541,-0.022326,0.004615,0.003631,0.016715,0.018338,-0.00958,0.015544,-0.0116,-0.02254,0.014459,0.001409,-0.013205,0.005792,-0.039899,-0.007912,-0.003453,0.001257,-0.047032,0.025833,0.00456,0.010803,0.034494,0.037817,0.050152,-0.018158,0.04666,0.00771,0.016868,-0.024154,0.025287,-0.014931,-0.015883,-0.042648,0.011736,-0.004575,-0.023587,-0.015796,0.009736,0.017696,-0.003397,0.026079,-0.014499,0.02187,-0.021255,0.013896,-0.00386,-0.008435,0.008729,0.001233,-0.011207,-0.001901,-0.027043,0.011203,-0.027632,0.023308,-0.022236,-0.014552,-0.006359,0.005716,-0.033035,-0.045338,-0.030856,-0.004536,0.020847,0.041323,-0.008653,-0.00097,0.0204,-0.008891,0.038485,0.012988,0.006962,0.023484,0.025858,0.013799,0.047844,0.03621,-0.032721,0.002684,0.008392,-0.031824,0.000235,0.033135,0.000512,0.021733,-0.004375,0.05656,0.112286,0.011244,0.009515,-0.021061,-0.03734,0.006679,0.059062,0.053554,-0.014698,0.000209,0.00182,-0.010809,-0.046731,0.032407,-0.036575,0.04098,0.019806,-0.014352,-0.036292,0.001361,-0.007266,0.013384,-0.007578,-0.015846,0.013552,-0.029123,-0.002583,-0.009191,0.001541,-0.020715,0.021755,0.020173,-0.027807,0.056433,-0.036841,0.019541,-0.015127,0.007821,-0.018019,0.029811,0.017101,-0.029992,-0.002679,-0.024121,0.037519,0.026607,0.007215,0.008345,-0.017269,0.081166,-0.008476,-0.003447,0.032028,-0.048746,0.009141,0.00022,0.018554,-0.000307,0.002558,-0.007052,0.028489,-0.000449,-0.006567,-0.038674,0.042018,-0.067312,-0.020354,0.058612,-0.018026,-0.016783,-0.025794,0.007879,0.01849,-0.003994,0.000856,-0.010866,-0.014812,-0.030116,-0.003264,0.020997,0.734018,0.025622,0.005327,-0.005643,0.001966,0.033832,-0.005543,-0.005589,0.002908,-0.006559,0.024595,0.009356,-0.004219,0.003936,0.024495,-0.017994,0.06136,-0.025054,0.018418,-0.019673,-0.018156,-0.039355,0.021309,0.023401,-0.015581,0.030572,0.020762,-0.015559,0.004434,0.048483,-0.02158,-0.007395,-0.026644,-0.06668,-0.003873,0.024004,-0.017002,0.045842,0.028422,-0.077189,0.009807,-0.021018,0.02801,-0.036608,0.012186,-0.022715,0.024503,0.014808,-0.024479,-0.011669,0.005396,-0.009161,0.006645,0.030063,-0.012354,0.004963,-0.008018,-0.020693,-0.022243,-0.010108,0.012225,0.000428,-0.02158,0.073703,0.047089,0.078189,0.002361,-0.00008,0.030108,0.020839,0.04427,-0.074051,0.018067,0.000898,-0.002791,0.014475,0.013491,-0.042671,0.00209,-0.014258,0.029272,-0.046365,-0.000911,-0.016525,0.005636,0.024674,-0.059274,0.021833,0.015601,-0.015996,-0.076338,0.024726,0.014136,-0.028877,-0.008659,-0.017026,0.027815,0.044343,-0.004507,0.00706,0.021414,-0.025784,0.00309,0.034894,-0.029415,0.025685,0.014768,-0.002736,0.006523,0.084233,0.012233,-0.025608,-0.008188,-0.019694,0.002783,-0.030485,0.000033,-0.002383,-0.007941,0.003056,-0.018575,-0.017153,-0.009414,-0.016046,0.027915,-0.037897,-0.039974,0.052325,0.007339,-0.027465,0.000805,0.009997,-0.022019,0.007935,-0.023591,-0.035085,0.002383,0.009299,0.031492,0.034765,0.009285,0.005024,0.000774,0.008671,0.051186,0.034745,-0.010059,0.010553,0.00513,0.020425,0.013877,0.189917,0.014522,0.012889,-0.015229,-0.019449,-0.011562,-0.016962,-0.037942,-0.01263,0.018295,0.03544,0.030959,-0.011975,-0.019134,0.019485,0.07721,-0.016909,0.005794,-0.048145,-0.005995,-0.008155,0.00593,-0.098531,-0.00767,-0.027356,-0.016358,0.018223,0.026883,-0.017365,0.000442,-0.012189,-0.002034,-0.005368,-0.004346,-0.051344,-0.042821,0.05275,-0.019503,0.029738,0.012409,0.000144,-0.010445,0.014928,0.084379,-0.014315,0.089662,-0.011308,-0.002687,0.002343,0.015895,0.036963,0.023977,0.003278,0.040248,-0.030778,-0.026376,0.018972,0.025042,-0.054634,0.003745,-0.015906,0.025492,0.00709,0.001408,-0.017366,0.012761,-0.001177,-0.021164,0.01931,-0.004846,-0.036805,-0.007209,0.017236,-0.027025,0.007083,0.022753,0.008626,-0.017916,0.001101,-0.013209,-0.040386,0.027341,0.013321,-0.002302,0.018006,0.010543,-0.035346,-0.004078,-0.010902,-0.023187,-0.008668,0.010639,0.037724,-0.017843,0.009305,0.017639,0.050826,0.145666,-0.001705,0.014287,0.017898,0.027672,-0.033382,0.013728,-0.024101,-0.020511,-0.022212,0.013983,0.006931,0.022298,-0.026957,-0.010293,-0.022095,0.017182,-0.008383,-0.006683,-0.043494,0.018128,-0.02359,-0.023593,0.000791,0.0154,-0.015694,-0.002588,0.026527,0.022444,0.024227,0.02263,0.02642,0.011378,-0.029327,0.013905,-0.002799,0.016367,-0.016207,0.00534,-0.036378,0.03534,-0.010855,-0.01334,-0.051059,0.008161,-0.003673,-0.030986,0.000203,0.027202,-0.029703,-0.005904,-0.012877,-0.006227,-0.024826,-0.015509,0.004581,0.018757,-0.002266,-0.012956,0.013206,0.011143,-0.010069,-0.025849,-0.002497,0.041838,-0.024694,-0.046369,0.008136,-0.004106,0.023482,0.015479,0.010244,-0.027843,-0.082766,0.024152,0.013019,0.011334,0.025532,-0.016006,0.00856,0.005941,0.003743,0.054733,0.033594,-0.026434,0.018916,-0.004331,0.045785,-0.006437,-0.00309,0.056455,-0.0347,-0.016573,-0.01375,0.007067,0.018558,0.005751,-0.017483,-0.004431,0.00207,0.02567,0.003143,-0.005691,0.01553,-0.004917,0.001874,0.023538,-0.021403,-0.013884,0.01276,-0.003659,0.019045,-0.014127,-0.012554,-0.01947,-0.004576,0.004759,0.020481,0.003909,0.065759,0.035688,-0.003269,0.035924,0.012597,0.020181,0.009236,0.039306,0.003242,0.014909,-0.037763,-0.001482,-0.018866,-0.027334,-0.014103,-0.002214,0.001067,0.002134,0.006313,-0.009215,-0.013835,-0.022218,0.014641,0.012393,-0.016746,0.004836,0.005814,-0.026681,-0.01741,-0.044801,-0.001957,-0.027234,0.020472,-0.025023,-0.017146,0.018836,0.003447,-0.035691,-0.0452,-0.011446,-0.007618,0.012991,0.045231,-0.023033,0.014315,0.041469,-0.000205,0.002944,-0.019525,0.014174,0.041723,0.0061,-0.000116,0.08628,0.01646,-0.034485,-0.01741,0.011847,-0.03735,0.00585,0.042688,0.003832,0.047892,0.000888,0.029973,0.119948,0.022245,0.00105,-0.004368,-0.025411,0.007895,0.062275,0.03304,0.009241,-0.016727,0.00527,-0.018607,-0.040185,0.014444,0.011998,0.014222,0.000623,-0.03156,-0.000542,-0.002568,-0.007471,0.028659,0.007453,-0.00405,0.025443,-0.004268,-0.037521,0.000308,0.028109,-0.024937,0.018539,0.011751,-0.007569,0.039418,-0.028921,0.008834,-0.014447,-0.001939,-0.025372,0.024644,0.023331,-0.027467,-0.023475,-0.048292,0.031259,0.021438,-0.005042,0.010077,-0.004063,0.074396,0.001017,-0.016537,0.011676,-0.029645,0.005983,0.018126,0.001034,-0.005467,0.026468,-0.002193,0.021117,-0.010874,-0.014943,-0.031547,0.024279,-0.045854,-0.026196,0.021899,-0.013852,-0.016021,0.000372,0.001413,0.009235,0.010552,-0.009624,-0.012157,-0.02654,-0.01317,-0.004844,-0.004285,0.769467,0.001943,0.018951,-0.004401,0.020418,0.003573,-0.00946,0.00351,0.00147,0.004475,0.036108,-0.029564,0.000838,0.001805,0.017089,-0.024376,0.059424,-0.016927,0.026427,-0.020426,-0.023476,-0.02003,0.01882,0.018958,-0.016758,0.05013,0.016398,-0.020151,0.006443,0.010166,-0.047642,-0.014783,-0.041468,-0.046517,-0.015905,0.017959,-0.033477,0.01233,0.028866,-0.099574,-0.00284,0.006004,0.001012,-0.026706,0.000246,-0.003872,0.022127,0.010437,-0.030567,-0.019927,0.002746,-0.016144,-0.005328,0.031103,-0.006813,0.014583,-0.001223,-0.029233,-0.035336,0.007699,0.019981,-0.009359,-0.023231,0.080289,0.048627,0.05945,-0.010086,0.007322,0.037979,0.019463,0.036368,-0.078548,0.010662,0.000743,0.003537,0.019423,0.010561,-0.035306,0.008946,-0.020936,0.025438,-0.06579,0.004456,-0.008192,-0.000018,0.025259,-0.04131,0.016652,0.012416,-0.019765,-0.06597,0.020293,0.012691,-0.037813,-0.0039,-0.005681,0.03393,0.049751,-0.004843,0.008203,0.024135,-0.016484,0.01402,0.022957,-0.043852,0.024933,0.004938,-0.001423,0.015955,0.068155,0.019671,-0.031431,-0.002099,-0.019827,-0.000565,-0.030397,0.001096,-0.006399,0.003714,0.000087,-0.011598,-0.022474,0.00181,-0.014924,0.019869,-0.042657,-0.048709,0.0513,0.011569,-0.024614,-0.000295,0.0213,-0.015682,-0.00514,-0.021234,-0.032498,-0.006443,0.001757,0.026811,0.029016,0.005307,0.007202,0.00355,0.015365,0.044597,0.025601,-0.009918,0.011489,-0.00008,0.017545,0.019184,0.177395,0.014386,0.011575,-0.018937,-0.018426,-0.012155,-0.021542,-0.039163,-0.016769,0.017832,0.029846,0.03385,-0.002153,-0.010791,0.018094,0.070382,-0.014675,0.014212,-0.041616,-0.005951,-0.012925,0.00375,-0.130286,-0.001608,-0.036266,0.001165,0.013903,0.021413,-0.007402,0.009797,-0.016586,0.003676,-0.015077,-0.006425,-0.058952,-0.02661,0.048954,-0.02939,0.040021,-0.000084,-0.005497,-0.016858,0.019058,0.088003,-0.014406,0.094403,-0.013417,0.002226,0.01105,0.0184,0.037469,0.011738,-0.002789,0.046117,-0.020399,-0.022023,0.012717,0.026618,-0.051445,0.013366,-0.020622,0.023483,0.013355,0.007055,-0.01425,0.007214,-0.000819,-0.018565,0.021224,-0.002332,-0.034947,-0.00246,0.013268,-0.037655,0.00944,0.019507,0.003155,-0.008257,-0.004844,-0.00375,-0.030216,0.018826,0.008887,0.015083,0.013394,-0.002488,-0.038735,0.001972,-0.011011,-0.033498,-0.000895,0.021933,0.040893,-0.022601,0.022776,0.031466,0.056097,0.160296,0.005804,0.02379,0.01343,0.026505,-0.033526,0.002117,-0.03159,-0.011617,-0.025986,0.00477,-0.001067,0.020385,-0.014381,-0.015036,-0.021303,0.032071,-0.001916,-0.017071,-0.045622,0.026154,-0.008123,-0.013606,-0.004411,0.022689,-0.007493,-0.000202,0.013555,0.024402,0.011587,0.031234,0.025305,0.027072,-0.020578,0.013282,-0.005361,0.012472,-0.02896,0.020793,-0.041816,0.040924,-0.008077,-0.022882,-0.058029,0.013414,-0.011398,-0.047808,-0.002155,0.023666,-0.030878,0.000589,-0.016885,-0.006663,-0.027069,-0.008066,0.006491,0.027725,-0.001536,-0.022418,0.015747,0.006335,-0.006572,-0.023578,-0.009856,0.04256,-0.028499,-0.070678,0.010808,-0.009283,0.012856,0.024307,0.017752,-0.022266,-0.097628,0.026887,0.010077,0.014211,0.034411,-0.020053,-0.005568,0.019374,0.002503,0.05162,0.050748,-0.025437,0.008892,0.00484,0.040474,-0.006484,-0.003723,0.058895,-0.027437,-0.007629,-0.012793,0.015571,0.030213,0.020093,-0.013624,-0.001503,-0.001902,0.01886,0.002816,-0.002817,0.003744,-0.006511,-0.001901,0.025921,-0.020471,-0.020523,0.006977,-0.027371,0.020288,-0.004534,-0.010237,-0.019707,0.006663,0.008213,0.029915,0.012536,0.084383,0.039162,-0.008307,0.034657,0.010183,0.01037,0.008849,0.052873,0.003351,0.014382,-0.044243,0.003195,-0.01704,-0.028274,-0.018167,0.002789,-0.002362,0.006078,0.004629,-0.007257,-0.011911,-0.020912,0.018065,0.014432,-0.002701,0.007741,-0.000785,-0.03167,-0.011212,-0.049011,-0.006407,-0.022724,0.030383,-0.018005,-0.008599,0.005583,0.014368,-0.045118,-0.045032,-0.020354,0.005239,0.010593,0.055418,-0.019869,0.017864,0.038255,0.007795,0.015713,-0.011654,0.019867,0.042648,-0.003806,0.003352,0.07085,0.022063,-0.029675,-0.01814,0.002674,-0.039958,-0.000197,0.046604,0.00022,0.047014,-0.001372,0.010655,0.117871,0.014001,0.000825,0.006269,-0.033446,0.013435,0.064228,0.040932,0.003699,-0.019184,0.003867,-0.022813,-0.036482,0.005722,0.012186,0.020626,-0.003214,-0.030413,-0.007766,-0.00982,0.034719,0.031771,0.001966,-0.011839,0.02028,-0.002952,-0.039755,0.001425,0.023138,-0.019634,0.020453,0.02204,-0.011198,0.024682,-0.025668,0.010829,-0.010444,0.002332,-0.021777,0.019963,0.035213,-0.036294,-0.021631,-0.025205,0.031435,0.016457,-0.008481,0.008879,-0.012979,0.071708,0.007114,-0.010345,0.017453,-0.024705,0.005252,0.02384,0.003287,-0.003187,0.031512,-0.006869,0.025098,-0.000747,-0.006078,-0.02553,0.022214,-0.063154,-0.027301,0.028431,-0.015055,-0.019176,-0.003797,0.000724,0.012868,0.010693,-0.01514,-0.011859,-0.019223,-0.019299,-0.002981,-0.000544,0.754605,-0.001056,0.026,-0.011588,0.022529,0.001735,0.002434,0.007375,0.005548,0.005538,0.030402,-0.023968,0.000346,0.003774,0.023837,-0.021661,0.055495,-0.012806,0.029702,-0.021726,-0.031116,-0.018685,0.027953,0.022202,-0.008771,0.048979,0.014312,-0.033268,-0.004776,0.027396,-0.043884,-0.007844,-0.055197,-0.045597,-0.014225,0.017567,-0.029918,0.014706,0.031865,-0.089866,-0.005563,0.013282,0.012309,-0.026899,-0.004659,-0.005629,0.022692,0.014291,-0.022075,-0.013974,0.005649,-0.010892,-0.001847,0.022876,-0.018258,0.009569,-0.002263,-0.028262,-0.033913,0.001296,0.016177,-0.008948,-0.01638,0.076838,0.046806,0.066463,-0.005863,0.016019,0.031338,0.014161,0.022807,-0.080675,0.0166,-0.014172,-0.00347,0.014259,-0.003027,-0.036584,0.012997,-0.011179,0.025036,-0.036814,0.007517,-0.023073,0.010286,0.02535,-0.033303,0.03103,-0.003174,0.016073,-0.074075,0.011632,0.014032,-0.029279,0.00002,-0.000611,0.018758,0.028933,-0.000673,0.020112,0.002327,-0.017857,-0.004164,0.027391,-0.055009,0.008616,-0.00621,-0.006897,0.006263,0.042202,0.02278,-0.032769,-0.010864,-0.026565,-0.003691,-0.043821,0.012671,-0.011995,-0.003645,0.009053,-0.029076,-0.011193,0.005511,-0.014141,0.020621,-0.058594,-0.039661,0.047388,-0.002986,0.006752,0.014289,0.019755,-0.021374,0.00136,-0.031762,-0.019058,-0.000834,0.00192,0.026396,0.034684,0.015697,0.014709,-0.003191,-0.001194,0.048138,0.029031,0.006843,0.018886,-0.007036,0.011612,0.004751,0.189196,0.019266,-0.00175,-0.014657,-0.01868,-0.004467,-0.019744,-0.037707,-0.043194,0.009032,0.018378,0.02602,0.001638,-0.011909,0.001907,0.061489,0.000784,0.00884,-0.024936,-0.019861,0.004222,0.008233,-0.139825,-0.010466,-0.036122,-0.001421,0.012802,0.019151,-0.000718,0.017058,-0.002608,-0.003483,-0.009745,0.001142,-0.048729,-0.024476,0.037538,-0.012202,0.022274,0.025408,0.005977,-0.017379,0.037105,0.084245,0.000637,0.091846,-0.011698,0.003948,0.008986,0.013118,0.020158,0.02939,-0.006037,0.039204,-0.024879,-0.056573,0.024936,0.001725,-0.02517,-0.004369,-0.029052,0.02189,0.023033,-0.008989,-0.019311,0.023595,0.010116,-0.00785,0.01964,-0.004405,-0.048769,-0.022058,0.027889,-0.037334,0.000429,0.01536,0.012665,-0.001971,-0.008578,0.016395,-0.020009,0.01747,0.015174,0.011159,0.018994,-0.004119,-0.050994,0.013611,-0.0141,-0.027831,-0.002223,0.020154,0.038174,0.000345,0.0294,0.028816,0.044602,0.163075,0.018991,0.014943,0.018126,0.020175,-0.027786,0.017035,-0.009957,-0.020964,-0.016821,-0.000577,-0.001425,0.01533,-0.000294,-0.028383,-0.019961,0.043212,-0.012606,-0.02368,-0.029402,0.01919,-0.006806,-0.005181,-0.008307,0.018805,0.012037,0.012242,0.04075,0.020968,0.029606,0.029899,0.020929,0.019308,-0.006979,0.003031,-0.007304,0.028866,-0.0319,0.017877,-0.042186,0.028762,0.006693,-0.030617,-0.034467,0.02659,0.000668,-0.020304,0.000726,0.034335,-0.017536,0.000428,-0.002415,0.008683,-0.041099,-0.002702,-0.006576,0.014041,-0.008321,-0.004736,0.005839,-0.002946,-0.020318,-0.027737,-0.006471,0.01132,-0.019504,-0.09425,-0.007843,-0.03088,0.033002,0.015107,-0.003585,-0.015053,-0.094496,0.027341,-0.014959,0.024994,0.04892,-0.031514,0.017102,0.006504,-0.005076,0.042038,0.032087,-0.028627,0.008263,0.008658,0.033082,-0.002266,-0.002836,0.035336,-0.034521,-0.010286,0.00418,0.012421,0.023426,-0.002434,-0.026104,0.008114,0.002971,0.008832,0.018091,-0.018927,0.015897,-0.002735,-0.009005,0.004028,-0.001241,-0.010682,0.001892,-0.028557,0.004299,0.009618,0.003127,-0.039067,0.000687,0.008017,0.017799,0.022163,0.065199,0.047308,-0.014252,0.031316,0.006982,0.016842,-0.023665,0.044439,-0.015504,-0.012006,-0.055161,0.014734,-0.004821,-0.026056,-0.002513,0.003657,0.009929,-0.01453,0.007308,0.001831,0.003002,-0.016535,0.003505,-0.006958,-0.015914,0.009339,0.006747,-0.036348,0.003735,-0.030866,-0.012576,-0.022005,0.021268,-0.028628,-0.017251,-0.009726,0.005228,-0.025003,-0.025892,-0.019177,0.010126,0.023482,0.039989,-0.010931,0.01284,0.026176,-0.004876,0.02317,0.007165,0.0061,0.037399,-0.002323,0.004958,0.032439,0.021425,-0.035418,-0.011951,-0.002912,-0.0157,0.012521,0.049973,-0.007445,0.027825,0.000839,0.036057,0.112726,0.00925,0.011288,-0.008723,-0.03208,-0.006643,0.04639,0.041264,-0.01676,-0.007625,-0.003958,-0.016188,-0.043193,0.028432,-0.001149,0.034825,0.024454,-0.019603,-0.013969,0.006224,-0.003452,0.023108,-0.011792,0.000172,0.016442,-0.027849,-0.021486,-0.004382,0.031278,-0.017102,0.013076,0.01733,-0.023739,0.051547,-0.024465,0.025128,0.004855,0.018315,-0.008717,0.023701,0.018238,-0.020594,-0.014628,-0.017597,0.048352,0.017286,-0.016122,0.011719,-0.011635,0.073705,-0.008681,-0.022307,0.031672,-0.035457,0.021295,0.008479,-0.005715,0.00689,0.015914,-0.01161,0.017989,-0.007785,-0.006314,-0.02075,0.013783,-0.054852,-0.014873,0.050045,-0.011941,-0.0365,-0.017711,-0.004883,0.003912,0.006711,-0.011518,-0.0107,-0.0219,-0.025536,-0.00465,0.01754,0.766446,0.013039,0.013779,0.001386,0.012919,0.019298,-0.002681,-0.001002,-0.009027,0.014461,0.029093,-0.003468,-0.007202,0.001211,0.01042,-0.013423,0.051711,-0.027647,0.008009,-0.016609,-0.032661,-0.040521,0.030715,0.021763,-0.008343,0.050734,0.013672,-0.023735,0.012402,0.034431,-0.023786,-0.013025,-0.032038,-0.066883,-0.009923,0.015811,-0.041933,0.020848,0.019608,-0.08583,0.007629,-0.017719,-0.000633,-0.045571,0.008133,-0.011817,0.029899,0.005469,-0.02706,-0.024667,0.00084,-0.009906,0.008828,0.030148,-0.005375,0.013491,-0.004616,-0.030907,-0.025608,-0.003125,0.027243,-0.003907,-0.021944,0.080566,0.040588,0.069814,0.001466,0.006476,0.032369,0.021114,0.029959,-0.063902,0.01079,0.00221,-0.010073,0.007895,0.03076,-0.02082,-0.00189,0.004522,0.024664,-0.050193,0.003226,-0.012377,0.020738,0.011954,-0.041552,0.012664,0.001101,0.00655,-0.087531,0.006413,0.006419,-0.014646,0.011253,-0.001165,0.007266,0.02474,-0.00458,-0.005604,0.013203,-0.010302,-0.008093,0.030277,-0.058733,-0.003196,-0.004643,-0.007731,0.001755,0.068671,0.028021,-0.027239,0.00161,-0.043252,0.005327,-0.027633,0.021487,0.003101,-0.001483,0.011645,-0.008133,-0.002943,-0.005323,-0.032477,0.032527,-0.033652,-0.032913,0.030848,0.001562,0.006868,0.008077,0.007738,-0.013105,0.02007,-0.02998,-0.030229,0.002999,0.006542,0.019465,0.038472,0.012502,0.014517,0.00184,-0.005762,0.021413,0.029615,0.010397,0.02524,-0.007148,-0.004568,0.004518,0.173949,0.011714,-0.023804,-0.019494,-0.007464,-0.00682,-0.038002,-0.035749,-0.020793,0.01173,0.011811,0.018172,0.009616,-0.022887,0.00578,0.079484,-0.007982,0.000816,-0.016794,-0.011869,0.003441,0.007215,-0.147692,-0.005025,-0.02518,-0.005211,0.019277,0.015525,0.013821,-0.000676,-0.002707,-0.02235,-0.01589,0.001032,-0.044521,-0.034418,0.004199,-0.017813,0.033884,0.019357,0.006784,-0.027945,0.0395,0.073054,-0.015562,0.10303,-0.000337,0.006375,0.011214,0.023413,0.026881,0.016639,0.010179,0.039716,-0.015879,-0.042761,0.004331,0.011788,-0.053068,0.009378,-0.042509,0.010388,0.033333,-0.001914,-0.024321,0.026185,0.002581,-0.01689,0.005197,-0.020897,-0.027302,-0.014977,0.013725,-0.02103,0.005834,0.003068,0.016609,0.005396,0.013313,-0.011251,-0.030308,0.037823,0.027163,0.015525,0.029248,0.004983,-0.049763,-0.014582,-0.01668,-0.023809,-0.008002,0.01952,0.025511,-0.006771,0.026733,0.033267,0.058329,0.127623,0.017481,0.025679,0.001639,0.013429,-0.023878,0.001454,-0.030033,0.001374,-0.032768,-0.017043,-0.009415,0.031616,-0.014842,-0.023206,-0.03636,0.019705,0.00005,-0.006467,-0.040569,0.025253,-0.006859,0.006627,0.016908,0.009483,-0.019237,-0.004268,0.017683,0.021752,0.025416,0.010146,0.035052,0.009914,-0.001518,0.002962,-0.007626,0.027346,-0.019516,0.016558,-0.011452,0.031671,0.00203,-0.010459,-0.046354,0.02047,-0.006303,-0.027543,0.005624,0.026008,-0.031976,0.005937,-0.012006,0.021696,-0.039152,0.007045,0.0135,-0.000504,0.008304,-0.005898,-0.013061,0.000701,-0.025392,-0.033676,-0.010005,0.024102,-0.027786,-0.095451,0.000698,-0.010147,0.015761,0.01776,0.000075,-0.018036,-0.068731,0.023568,0.006841,-0.021879,0.027377,-0.003635,0.014807,-0.012607,-0.015704,0.03508,0.031217,-0.018227,0.014982,0.000356,0.012873,-0.022989,-0.024331,0.038257,-0.040603,-0.018075,0.002684,0.013604,0.020907,-0.023676,-0.034768,-0.003147,0.004586,0.020013,0.017299,-0.017593,0.018103,-0.011038,-0.006117,0.016215,0.007846,-0.02466,0.009036,-0.010604,0.000496,0.023708,-0.013732,-0.039557,0.019346,0.001548,0.018602,0.024124,0.062782,0.020921,-0.031399,0.013712,0.0025,0.030261,-0.008256,0.027003,0.019727,-0.010912,-0.02008,-0.003506,0.004617,-0.025667,0.007329,-0.008544,0.003273,-0.00593,-0.004499,-0.004004,-0.009479,-0.023887,0.006777,0.007642,-0.01374,0.005151,-0.000468,-0.025797,0.008228,-0.046965,-0.016847,-0.009558,0.029434,-0.039668,-0.005878,-0.000862,0.008723,-0.026944,-0.032078,0.003807,0.005391,0.015509,0.018314,-0.030382,0.008499,0.025009,0.011373,0.033938,-0.000192,0.004961,0.028702,-0.002177,0.00082,0.013732,-0.004272,-0.028999,-0.031633,0.001776,-0.029211,-0.002664,0.041301,-0.019351,0.024058,0.00457,0.011568,0.114847,0.024488,0.004944,-0.006685,-0.022887,-0.004799,0.055749,0.040606,-0.020435,-0.00454,-0.005033,-0.011114,-0.036576,0.02651,-0.01564,0.021356,0.024924,-0.017827,-0.013321,0.00941,0.013573,0.01446,-0.022003,-0.020044,0.016599,-0.029475,-0.026773,-0.010456,0.008773,-0.012166,0.023772,0.011565,-0.011142,0.031468,-0.021401,0.019222,0.009001,0.00793,0.016815,-0.00326,0.016409,-0.020724,0.000012,-0.01871,0.035016,0.014353,-0.03343,0.017917,0.002308,0.05141,0.002645,-0.020625,0.008378,-0.035135,0.021366,0.018266,-0.005276,-0.014916,0.005029,-0.01282,0.0229,-0.002829,-0.015187,-0.032264,0.011004,-0.048765,-0.026205,0.048997,-0.021274,-0.018508,0.005372,0.009268,-0.011327,-0.008611,0.000108,-0.023759,-0.024263,-0.011241,0.0019,0.006463,0.792115,0.007031,0.007646,-0.004732,0.016375,-0.026692,-0.000032,-0.024849,0.004086,0.01145,0.018594,-0.007824,0.01026,0.015336,0.007533,-0.011218,0.041264,-0.01526,-0.008964,-0.021835,-0.040456,-0.037591,0.03527,0.031692,-0.010286,0.036532,0.014443,-0.020367,0.015365,0.017673,-0.038162,-0.013438,-0.015808,-0.042187,-0.011077,0.004932,-0.036972,0.00539,0.031304,-0.091753,0.011602,0.007562,-0.004759,-0.051186,-0.001717,-0.003324,0.008403,0.018431,-0.027096,-0.013486,0.000711,-0.00787,0.007884,0.044203,-0.005813,0.009202,-0.001977,-0.018253,-0.041084,0.003786,0.010867,-0.0094,-0.023053,0.076014,0.021972,0.068989,-0.013322,-0.001994,0.036537,0.014258,0.031296,-0.069336,0.024616,-0.012604,0.001365,0.012635,-0.005383,-0.043157,0.021846,-0.009417,0.024534,-0.049161,-0.013481,-0.022079,0.010097,0.025026,-0.04766,0.044916,0.014084,0.010524,-0.085528,0.03676,0.018434,-0.034501,0.00197,-0.007313,0.045255,0.036507,-0.00754,0.013001,0.0059,-0.026514,0.017753,0.031698,-0.05391,0.021407,0.016881,-0.013896,0.020048,0.065534,0.017368,-0.024768,-0.014454,-0.00934,-0.008676,-0.051215,0.003181,0.007693,-0.003557,-0.004693,-0.036656,-0.007616,-0.002891,-0.02471,0.01277,-0.053445,-0.047673,0.052676,0.013347,-0.026819,0.011208,0.016222,-0.015376,0.004647,-0.021554,-0.032293,0.00782,0.008708,0.040694,0.025478,0.0143,0.008917,-0.000923,0.017865,0.060864,0.031514,-0.010451,0.012034,0.004382,0.021131,0.008084,0.190417,0.019956,0.013088,-0.001966,-0.012553,-0.007414,-0.000565,-0.066379,-0.009459,0.021351,0.035109,0.027958,-0.013409,-0.0221,0.025166,0.06848,0.001372,0.020135,-0.035902,-0.016587,0.004896,0.00599,-0.140647,-0.025353,-0.039705,0.003571,0.003677,0.014372,-0.016263,0.004618,-0.005671,-0.013826,-0.001816,0.00211,-0.066316,-0.029742,0.051811,-0.010778,0.033662,0.013373,0.026821,-0.028052,0.025312,0.075218,-0.000307,0.085268,-0.006827,-0.009554,0.012773,0.013338,0.026458,0.029934,0.002415,0.046123,-0.033548,-0.031271,0.012462,0.006233,-0.02884,0.013012,-0.012241,0.0303,0.035019,-0.014093,-0.0225,0.019072,0.007215,-0.026215,0.008574,-0.002288,-0.035216,-0.004906,0.024111,-0.042044,0.006734,0.01803,0.005772,-0.009632,-0.013658,-0.012828,-0.040039,0.022434,0.026542,0.000913,0.015776,-0.002825,-0.051857,0.006017,-0.014593,-0.034785,0.002206,0.004433,0.031664,-0.01788,0.022958,0.028867,0.047396,0.15213,-0.006339,0.006855,0.019194,0.025922,-0.020055,0.020715,-0.001852,-0.013653,-0.015483,0.008089,0.000349,0.019322,-0.000539,-0.016614,-0.014507,0.042191,-0.006114,-0.011952,-0.041484,0.014832,-0.012301,-0.005112,-0.0076,0.0274,0.017217,0.008786,0.025297,0.007897,0.020454,0.029526,0.015808,0.015268,-0.024156,0.023195,-0.010742,0.0402,-0.021316,0.009077,-0.050867,0.04371,0.00664,-0.01536,-0.039714,0.017069,-0.003501,-0.034463,-0.015385,0.019561,-0.026205,-0.008569,0.000645,-0.01193,-0.048693,0.011166,-0.012093,0.029647,-0.005784,0.00152,0.021898,0.007016,-0.021034,-0.019041,-0.007112,0.031066,-0.023168,-0.08874,0.012399,-0.018801,0.03198,0.009687,0.028263,-0.021578,-0.073169,0.026773,-0.006947,0.01591,0.033881,-0.032374,0.005783,0.007616,-0.010761,0.045717,0.032575,-0.036692,0.022363,-0.001188,0.044019,-0.000277,-0.00124,0.057294,-0.046812,-0.007102,0.006337,0.005093,0.029955,0.001265,-0.013555,0.004176,0.001705,0.01586,0.021402,-0.008131,0.018911,0.000811,-0.017986,0.02297,-0.014501,0.003617,0.009035,-0.023385,0.001948,-0.016689,-0.004392,-0.033837,0.021008,0.008066,0.006881,0.014838,0.027103,0.054181,-0.009345,0.044807,0.007239,0.034611,-0.016753,0.025156,-0.017858,0.001197,-0.037176,0.010211,-0.014596,-0.019847,-0.016523,0.000487,0.019179,-0.002664,0.022951,-0.000562,-0.011422,-0.022621,0.011186,0.003473,-0.005876,0.012085,-0.007186,-0.016374,-0.021333,-0.031988,-0.014618,-0.015756,0.022335,-0.03271,-0.012254,0.005375,0.022154,-0.042909,-0.035661,-0.011439,-0.006838,0.016309,0.029106,-0.016534,0.004565,0.033021,-0.003141,0.021088,-0.009972,-0.007442,0.043008,0.020504,0.016502,0.057985,0.013846,-0.039334,-0.013342,0.009916,-0.035246,0.012534,0.036684,0.000251,0.028742,-0.000849,0.043413,0.116135,0.00777,0.001701,-0.019581,-0.028106,0.012012,0.060407,0.04094,0.004369,-0.006611,-0.005588,-0.023104,-0.03952,0.021329,-0.00777,0.02971,0.018649,-0.026266,-0.012278,-0.003213,-0.006475,0.026963,0.006737,-0.007685,0.023539,-0.01923,-0.016202,0.009108,0.026576,-0.018712,0.024644,0.022566,-0.039975,0.044989,-0.045921,0.015848,-0.032076,0.008847,-0.024016,0.030788,0.028373,-0.022447,-0.004914,-0.040174,0.033523,0.02642,-0.001614,0.019509,-0.00864,0.069349,0.01104,-0.007884,0.026666,-0.042366,0.007103,0.011125,0.005176,0.004936,0.014423,-0.003302,0.027889,0.015698,-0.008725,-0.022041,0.038078,-0.044446,-0.031683,0.043474,-0.010335,-0.030104,-0.025631,-0.008323,0.012487,0.002967,0.002307,-0.000724,-0.025208,-0.02568,-0.002765,0.010128,0.745594,0.008884,0.022939,-0.007108,0.016957,0.014263,-0.003653,0.006812,0.007416,0.002221,0.028735,-0.012557,0.00108,-0.003979,0.022181,-0.030363,0.057095,-0.031832,0.025255,-0.010585,-0.029532,-0.050001,0.016643,0.023492,-0.019389,0.033714,0.020803,-0.026082,0.004449,0.025422,-0.033603,-0.004854,-0.025485,-0.041972,-0.011392,0.021598,-0.026738,0.027294,0.041937,-0.087102,0.016705,-0.01895,0.021893,-0.03573,0.01723,-0.016695,0.029555,0.015559,-0.021014,-0.027428,0.003287,-0.009227,-0.012567,0.035992,-0.017632,0.009984,-0.00119,-0.038406,-0.019083,-0.015289,0.032068,-0.005962,-0.032805,0.067074,0.037447,0.072155,-0.007312,0.01505,0.055336,0.021347,0.035722,-0.072737,0.02237,-0.004532,0.003905,0.002677,-0.003241,-0.042192,0.024126,-0.009926,0.00862,-0.048752,-0.031071,-0.022765,0.001709,0.018984,-0.047852,0.045069,0.013315,0.008708,-0.088223,0.041103,0.020312,-0.026793,0.01238,-0.004762,0.051232,0.047375,0.001247,0.00339,0.0148,-0.015634,0.02319,0.028232,-0.067761,0.02741,0.021479,-0.010385,0.008556,0.073464,0.01771,-0.019054,-0.019331,-0.002878,-0.006537,-0.042141,0.001643,0.012788,-0.003701,-0.006053,-0.031488,-0.002245,0.004953,-0.01949,-0.005849,-0.059188,-0.050744,0.044888,0.016125,-0.023277,0.00667,0.023207,-0.016927,0.002784,-0.012388,-0.020612,0.007763,0.014333,0.042434,0.029867,-0.002048,0.004082,0.009977,0.024537,0.05478,0.028066,-0.006552,0.014121,0.007349,0.013168,0.008983,0.155554,0.019942,0.014502,-0.006644,-0.0023,-0.012751,0.001784,-0.062991,-0.01141,0.023304,0.031455,0.030573,-0.005846,-0.016637,0.014026,0.074127,-0.00428,0.040125,-0.023744,-0.009324,0.00559,0.021094,-0.139407,-0.02486,-0.047096,0.007029,0.009727,0.013517,-0.017257,-0.0076,-0.016353,-0.016864,-0.00416,-0.001742,-0.063779,-0.026799,0.032886,-0.006859,0.048279,0.011859,0.018578,-0.019773,0.033841,0.071699,-0.009553,0.090882,-0.00501,-0.015572,0.020083,0.009822,0.017845,0.036188,0.007028,0.038254,-0.020421,-0.023129,0.01445,0.006024,-0.028515,0.00867,-0.009649,0.025311,0.042774,-0.020083,-0.018921,0.015443,0.016552,-0.02644,-0.002915,0.00778,-0.032854,-0.000661,0.029465,-0.038292,0.011977,0.012651,0.020668,-0.01115,-0.023885,-0.004929,-0.045367,0.018195,0.027521,-0.005167,0.003423,0.009267,-0.052125,-0.002733,-0.017001,-0.039085,0.014408,-0.002334,0.027188,-0.023555,0.017874,0.029545,0.04606,0.137109,0.000154,0.009245,0.018603,0.025292,-0.020606,0.026857,-0.008003,-0.001771,-0.010208,0.008177,0.002,0.016016,0.009917,-0.009357,-0.017882,0.035094,0.002576,-0.023298,-0.048919,0.021204,-0.012627,-0.001643,0.001818,0.039693,0.017759,0.012537,0.019697,-0.004287,0.011099,0.030104,0.01185,0.014392,-0.028191,0.017623,-0.010877,0.02614,-0.028044,0.02043,-0.047711,0.039164,0.019908,-0.010848,-0.03964,0.026111,0.002361,-0.038769,-0.014569,0.010312,-0.019458,-0.007502,0.009301,-0.004138,-0.04576,0.012759,-0.006044,0.022956,-0.015616,-0.002482,0.018298,-0.011642,-0.019155,-0.020982,0.005861,0.02221,-0.013944,-0.096305,0.017207,-0.003977,0.017637,0.005842,0.038446,-0.003104,-0.059646,0.01642,-0.001334,0.00298,0.035605,-0.016011,-0.004944,0.002913,-0.014524,0.048212,0.034506,-0.036717,0.03198,0.004546,0.040528,-0.005547,-0.001669,0.054207,-0.036512,-0.006013,0.009069,0.005873,0.029676,0.00668,-0.024951,0.00986,-0.002029,0.000195,0.019538,0.004114,0.019836,-0.004344,-0.008826,0.024028,-0.011351,-0.008279,0.023121,-0.024623,0.000596,-0.006274,0.00446,-0.043507,0.023703,0.003977,0.003239,0.01682,0.029894,0.051593,-0.016691,0.049362,-0.003968,0.027067,-0.007085,0.024877,-0.012126,-0.004923,-0.034815,0.009435,-0.010646,-0.017588,-0.020595,-0.008672,0.013736,-0.000749,0.013143,0.006209,-0.011067,-0.025948,0.008491,0.012663,-0.002412,0.014423,-0.003187,-0.022761,-0.017588,-0.017827,-0.003027,-0.005162,0.016139,-0.029369,-0.002767,-0.002796,0.030452,-0.031566,-0.042424,-0.015747,-0.010006,0.009654,0.021269,-0.02345,0.010534,0.032609,0.005579,0.034121,-0.017508,-0.007265,0.038976,0.022471,0.015381,0.032835,0.023074,-0.030025,-0.013912,0.014811,-0.031379,0.010029,0.025935,-0.005242,0.012635,-0.007003,0.040643,0.114824,0.008473,0.007326,-0.016853,-0.033307,0.012099,0.069244,0.045628,-0.012305,-0.007701,0.000421,-0.018562,-0.02557,0.013737,-0.01194,0.024693,0.013305,-0.021583,-0.020061,-0.003149,0.015682,0.019663,0.005612,-0.014163,0.025097,-0.016247,-0.001314,0.003542,0.020289,-0.019874,0.030855,0.028317,-0.029514,0.039697,-0.049359,0.022692,-0.025342,0.006405,-0.021203,0.021781,0.019988,-0.020962,-0.000218,-0.036652,0.032388,0.034964,-0.007345,0.011665,-0.012711,0.072724,0.011366,-0.004809,0.035189,-0.044489,0.016971,0.022305,0.0037,0.000817,0.007994,-0.007635,0.029331,0.021651,-0.004653,-0.018649,0.036889,-0.047915,-0.034556,0.048506,-0.00393,-0.02563,-0.020285,-0.007922,0.021884,-0.002028,0.004918,-0.003389,-0.014981,-0.023769,-0.008752,0.010572,0.76619,0.002852,0.02344,-0.014686,0.021283,0.012537,-0.008091,-0.001348,0.011813,0.001058,0.026676,-0.009411,-0.007816,-0.002957,0.011281,-0.017132,0.049345,-0.031806,0.022325,-0.012206,-0.02675,-0.049116,0.015855,0.027455,-0.013572,0.027002,0.023327,-0.02027,0.008555,0.018193,-0.029026,0.004978,-0.022233,-0.022635,-0.01558,0.021571,-0.017478,0.021944,0.048577,-0.076752,0.020982,-0.014104,0.022769,-0.01622,0.022105,-0.017799,0.031215,0.021263,-0.006147,-0.033693,0.000796,-0.016262,-0.012845,0.036197,-0.017588,-0.003692,0.000185,-0.027648,-0.018977,-0.006544,0.033926,-0.004024,-0.024784,0.077626,0.036381,0.070402,-0.000119,0.01893,0.044347,0.022542,0.031561,-0.073582,0.02325,-0.007499,-0.001804,0.004586,-0.007292,-0.037911,0.012718,-0.009407,0.017708,-0.051762,-0.019977,-0.026265,0.012923,0.018282,-0.044192,0.041071,0.008498,0.012975,-0.090717,0.03686,0.019189,-0.022624,0.002911,-0.009389,0.044919,0.044982,0.000774,0.002666,0.015515,-0.017779,0.015999,0.033878,-0.057453,0.029984,0.017905,-0.018395,0.009209,0.070942,0.019395,-0.016791,-0.014433,-0.004496,-0.002077,-0.045044,0.005391,0.011399,-0.015448,0.000638,-0.030562,0.000827,-0.001429,-0.019849,-0.001536,-0.052034,-0.055074,0.045631,0.014966,-0.028573,0.006784,0.017722,-0.02093,0.002458,-0.018341,-0.0214,0.005445,0.013833,0.046719,0.026715,0.014972,0.004029,0.005536,0.017084,0.057083,0.031184,-0.000338,0.005882,0.003236,0.017255,0.007155,0.17543,0.016162,0.013981,-0.007939,-0.007108,-0.021478,-0.007796,-0.057973,-0.000561,0.020044,0.035437,0.028083,-0.013331,-0.027548,0.017171,0.074581,-0.00475,0.02024,-0.028411,-0.013705,0.005851,0.00332,-0.128254,-0.029341,-0.043075,0.002619,0.007273,0.009766,-0.014323,-0.00442,-0.014951,-0.015394,-0.004662,0.002693,-0.058884,-0.031332,0.040781,0.004211,0.042299,0.014243,0.007284,-0.029251,0.031812,0.082494,-0.005319,0.091801,-0.006929,-0.012332,0.013156,0.00447,0.022414,0.031771,0.009413,0.041672,-0.025639,-0.024189,0.01305,0.006972,-0.035848,0.004083,-0.0119,0.027923,0.040781,-0.011353,-0.015095,0.018352,0.008798,-0.028509,-0.001001,0.001773,-0.035495,0.004385,0.02447,-0.032771,0.008015,0.021362,0.018483,-0.018514,-0.015599,-0.007851,-0.046792,0.019811,0.030261,-0.009536,0.014717,0.00667,-0.048711,-0.004459,-0.014313,-0.036093,0.007806,-0.002567,0.034872,-0.021701,0.021362,0.024346,0.045846,0.134234,-0.005702,0.009083,0.021009,0.020749,-0.01634,0.018616,-0.008323,-0.006536,-0.018107,0.011095,0.001949,0.022246,0.00572,-0.018574,-0.02335,0.034159,-0.002665,-0.013916,-0.046205,0.022141,-0.015579,-0.013561,0.004296,0.032975,0.013101,0.007454,0.019871,0.009522,0.012558,0.018197,0.013365,-0.003748,-0.028042,0.019927,-0.007795,0.033389,-0.033269,0.005198,-0.054299,0.027284,0.017759,-0.011689,-0.050489,0.016712,0.006196,-0.026946,-0.016468,0.020308,-0.024812,-0.006772,0.005732,-0.012225,-0.050342,0.011218,-0.0094,0.026783,-0.009301,0.000068,0.02436,-0.003377,-0.020593,-0.021085,-0.002556,0.028743,-0.016335,-0.088968,0.013903,-0.009101,0.032367,0.004603,0.026647,-0.003986,-0.060289,0.022564,-0.004503,0.005601,0.033215,-0.028217,-0.002675,0.000367,-0.012302,0.048487,0.02898,-0.032071,0.027471,0.001492,0.040776,-0.007861,-0.001559,0.058813,-0.044522,-0.010954,0.011833,0.001555,0.027865,0.005326,-0.023333,-0.003968,0.00029,0.011102,0.012445,-0.010489,0.01614,-0.01283,-0.015947,0.028705,-0.012851,-0.001728,0.016313,-0.027402,0.003097,-0.002464,-0.005504,-0.042128,0.02435,0.009539,0.014609,0.013193,0.027531,0.049193,-0.014062,0.045281,0.007174,0.027964,-0.007512,0.032643,-0.016491,-0.000113,-0.035304,0.005716,-0.015738,-0.023452,-0.017474,-0.010526,0.010321,0.000572,0.026523,0.002981,-0.012005,-0.025748,0.013891,0.01427,-0.006794,0.007028,-0.008944,-0.027897,-0.02191,-0.027313,-0.009404,-0.009285,0.019383,-0.033186,-0.015177,0.009616,0.02125,-0.035209,-0.044008,-0.009697,-0.004434,0.011584,0.036706,-0.022215,0.012129,0.03179,-0.003903,0.029056,-0.02164,-0.002064,0.03483,0.023266,0.010738,0.035896,0.016622,-0.035804,-0.023045,0.021664,-0.030352,0.013828,0.033032,-0.007134,0.024376,0.006277,0.042445,0.115501,0.01408,0.005183,-0.012934,-0.034796,0.011767,0.066194,0.039302,-0.000589,-0.007434,-0.008962,-0.021008,-0.030817,0.015236,-0.017204,0.029624,0.010222,-0.017711,-0.017562,0.005707,-0.003484,0.02213,0.003483,-0.018061,0.02389,-0.018588,-0.009143,-0.001792,0.024757,-0.020725,0.033168,0.021867,-0.031666,0.041191,-0.04813,0.018197,-0.025341,0.009999,-0.020457,0.026303,0.025427,-0.024145,-0.003769,-0.036179,0.03746,0.033283,-0.005306,0.010745,-0.009823,0.076269,0.011747,-0.006092,0.032712,-0.040919,0.013686,0.022327,0.00358,-0.000836,0.009995,-0.015344,0.028686,0.008502,-0.008523,-0.020623,0.029293,-0.053655,-0.031371,0.045272,0.002276,-0.021664,-0.020469,-0.002504,0.017786,-0.005637,-0.000991,0.002479,-0.025358,-0.017537,-0.015492,0.019645,0.759775,0.01327,0.015563,-0.020767,0.010718,0.009991,-0.012403,0.005747,0.002354,-0.00351,0.029816,-0.012877,-0.000967,-0.000915,0.020235,-0.020426,0.056032,-0.025365,0.020427,-0.014332,-0.025293,-0.047055,0.016917,0.032418,-0.019317,0.033124,0.022869,-0.026301,0.00246,0.023791,-0.035951,0.000638,-0.01931,-0.030263,-0.008384,0.021092,-0.021885,0.026034,0.041068,-0.084147,0.026018,-0.021773,0.016688,-0.017826,0.018881,-0.016034,0.028964,0.014662,-0.020826,-0.02739,-0.000373,-0.00492,-0.017028,0.037318,-0.015325,-0.00079,-0.002779,-0.035299,-0.023865,-0.007104,0.033296,-0.007966,-0.026185,0.07769,0.046754,0.076171,-0.006664,0.015947,0.048753,0.026813,0.024579,-0.067989,0.025096,-0.011081,0.001521,0.011602,-0.007285,-0.04494,0.022147,-0.000905,0.022759,-0.043741,-0.010289,-0.029684,0.013781,0.026951,-0.0415,0.05196,0.015612,0.015525,-0.085076,0.028968,0.017247,-0.031814,0.007012,-0.007962,0.042574,0.029753,-0.002179,0.0096,0.00771,-0.022346,0.019716,0.030141,-0.058413,0.017398,0.009564,-0.015072,0.017402,0.064074,0.014472,-0.023495,-0.012905,-0.012711,-0.00422,-0.051089,0.007672,0.002021,-0.003371,0.000059,-0.039696,-0.004716,0.001485,-0.023943,0.011441,-0.054341,-0.046438,0.049289,0.007633,-0.018617,0.018727,0.013596,-0.011634,0.003039,-0.016512,-0.032199,0.006621,0.002379,0.036181,0.019977,0.017174,0.014359,0.00079,0.017115,0.057868,0.030613,-0.012244,0.011787,0.007706,0.017668,0.006205,0.179026,0.014131,0.008151,0.003061,-0.006969,-0.002323,-0.000312,-0.055246,-0.011387,0.028106,0.038772,0.018885,-0.009351,-0.018375,0.032348,0.071779,0.002359,0.027136,-0.031179,-0.01811,0.005314,0.003961,-0.153356,-0.023871,-0.043092,0.00791,0.001604,0.016801,-0.007177,0.003345,-0.011525,-0.01282,-0.001592,-0.000512,-0.062135,-0.022725,0.054473,-0.00874,0.031103,0.016563,0.029616,-0.031071,0.031056,0.068387,0.004834,0.083815,-0.00579,-0.007886,0.009386,0.014919,0.018261,0.033205,0.001659,0.044372,-0.033909,-0.033235,0.013228,-0.000624,-0.020727,0.009244,-0.012893,0.016631,0.039206,-0.016371,-0.019875,0.025134,0.007172,-0.020911,0.008356,-0.009598,-0.034343,-0.001262,0.024453,-0.043506,0.005316,0.019596,0.005762,-0.008322,-0.012755,-0.006007,-0.033056,0.017707,0.031341,0.006489,0.015993,-0.003241,-0.054634,0.006054,-0.015688,-0.035849,0.000393,0.001386,0.031261,-0.022005,0.025084,0.030269,0.049941,0.160704,-0.007147,0.002501,0.02003,0.025818,-0.022152,0.024971,0.004292,-0.010724,-0.010124,0.010377,-0.00338,0.018647,0.003955,-0.025672,-0.013592,0.047997,-0.009524,-0.015817,-0.039791,0.01316,-0.013,-0.004544,-0.009409,0.035988,0.019276,0.006185,0.032546,0.008458,0.011622,0.027495,0.008305,0.013565,-0.018299,0.019159,-0.014945,0.040699,-0.020027,0.00292,-0.052207,0.041058,0.015544,-0.017335,-0.03237,0.026155,-0.00157,-0.033676,-0.019515,0.022001,-0.016422,-0.00774,0.002217,-0.001289,-0.048622,0.017252,-0.01157,0.02341,-0.007801,0.002104,0.021195,0.007987,-0.021175,-0.022984,-0.007878,0.025408,-0.018185,-0.098552,0.010438,-0.011536,0.030507,0.009453,0.029635,-0.015001,-0.061319,0.023431,-0.011489,-0.00069,0.035268,-0.030921,0.007818,0.003329,-0.011002,0.040185,0.027155,-0.031792,0.022344,0.000997,0.040719,-0.001416,-0.001928,0.053393,-0.045654,-0.004123,0.006765,0.008158,0.031983,-0.00052,-0.014429,0.011523,-0.000924,0.018537,0.025065,-0.00369,0.021872,-0.000325,-0.019982,0.020977,-0.007001,0.000848,0.005658,-0.029967,0.003096,-0.016799,-0.000763,-0.038579,0.021739,0.01098,0.002193,0.017628,0.021396,0.056815,-0.005232,0.038797,0.004112,0.034848,-0.021454,0.024462,-0.02002,-0.004362,-0.033078,0.017768,-0.013437,-0.017432,-0.017632,0.001682,0.02107,0.000523,0.017517,-0.001355,-0.013378,-0.02463,0.010844,0.004852,-0.008457,0.01375,-0.012046,-0.017848,-0.020706,-0.02576,-0.022496,-0.018133,0.018338,-0.031895,-0.001799,0.006212,0.019045,-0.041081,-0.030944,-0.01422,-0.004497,0.018536,0.02488,-0.015253,0.0012,0.02874,-0.002796,0.02102,-0.00386,-0.00897,0.043047,0.021262,0.022266,0.032236,0.014146,-0.033181,-0.012913,0.013935,-0.033132,0.010411,0.032265,-0.003309,0.022937,-0.004693,0.046251,0.115571,0.004387,0.00972,-0.022347,-0.026577,0.01277,0.054917,0.045037,-0.002881,-0.00887,-0.014477,-0.029582,-0.045067,0.014702,-0.014452,0.029216,0.025992,-0.028787,-0.009931,-0.003185,-0.011673,0.024005,0.002028,-0.009423,0.024628,-0.026284,-0.017785,0.007201,0.022358,-0.020375,0.025602,0.020392,-0.042993,0.043927,-0.04013,0.015273,-0.027546,0.008504,-0.021933,0.034287,0.02929,-0.018471,-0.006894,-0.030655,0.033333,0.024176,-0.000337,0.015242,-0.009646,0.068729,0.010874,-0.003124,0.026625,-0.041866,0.017861,0.008512,0.00518,0.008894,0.013119,0.001339,0.017716,0.019805,-0.008418,-0.021089,0.041276,-0.03613,-0.035948,0.04948,-0.004487,-0.032799,-0.028737,-0.003644,0.008334,0.003438,0.003073,-0.002031,-0.027108,-0.025062,-0.001292,0.015459,0.754629,0.008813,0.019366,-0.001593,0.01644,0.019125,-0.00559,0.009103,0.002804,0.004714,0.026505,-0.011805,-0.000824,-0.005333,0.024256,-0.022341,0.05236,-0.033859,0.021098,-0.007283,-0.023327,-0.047702,0.018865,0.020448,-0.020737,0.03574,0.017195,-0.023776,0.010117,0.025062,-0.026202,0.000448,-0.021497,-0.047434,-0.006089,0.022149,-0.023156,0.023804,0.040732,-0.085599,0.014696,-0.019813,0.020322,-0.040971,0.01539,-0.020781,0.030228,0.014481,-0.015352,-0.02374,0.004136,-0.004206,-0.011798,0.037525,-0.010805,0.002439,0.00237,-0.035276,-0.016177,-0.019267,0.030772,-0.004843,-0.032557,0.066046,0.028131,0.074358,-0.006171,0.015956,0.05809,0.024208,0.033347,-0.073074,0.013586,-0.016098,0.004828,0.003562,0.013069,-0.035522,0.009996,-0.002662,0.017355,-0.060315,-0.022399,-0.029826,0.010124,0.024488,-0.035073,0.044911,0.025246,0.008578,-0.084881,0.02979,0.012153,-0.023797,0.00672,-0.007235,0.046836,0.03849,-0.006419,-0.000322,0.009671,-0.03416,0.008947,0.024736,-0.076486,0.017697,0.014085,0.000097,0.012547,0.059072,0.019988,-0.030777,-0.010566,-0.017021,-0.002187,-0.044165,0.005361,0.00661,0.00215,0.008529,-0.040189,-0.006788,0.006454,-0.034675,0.017975,-0.057342,-0.03293,0.055568,-0.00394,-0.018221,0.023688,0.020013,-0.01848,0.007602,-0.013504,-0.02687,0.007971,0.011356,0.036941,0.026702,0.024374,0.006015,0.005239,0.024518,0.055505,0.027977,-0.000311,0.020694,0.005971,0.019888,0.010721,0.156111,0.005497,0.011789,-0.002887,0.000644,-0.005241,-0.005128,-0.059828,-0.019246,0.035418,0.044803,0.021327,-0.007546,-0.025069,0.026345,0.079859,0.000205,0.022689,-0.032499,-0.015537,0.000687,0.020464,-0.155259,-0.023694,-0.046587,0.013685,-0.002652,0.009293,-0.014169,0.015442,-0.012266,-0.008021,-0.002176,-0.008111,-0.058965,-0.028082,0.05065,-0.006579,0.021095,0.009937,0.02788,-0.022632,0.02299,0.065813,0.015994,0.070724,-0.006422,0.003398,0.014406,0.027503,0.011207,0.028322,-0.00168,0.032546,-0.013888,-0.024338,0.006625,0.006211,-0.036295,0.009578,-0.019644,0.009216,0.040145,-0.019043,-0.013335,0.017517,0.016482,-0.020971,-0.000511,-0.004855,-0.02973,0.001212,0.010924,-0.035916,0.004423,0.008392,0.008888,-0.001639,-0.007148,-0.019043,-0.025071,0.021384,0.043009,-0.004104,0.012259,0.000012,-0.05462,0.004523,-0.014442,-0.037401,0.008767,0.011958,0.025882,-0.000911,0.028456,0.036794,0.042551,0.15677,-0.00156,0.002277,0.012731,0.035129,-0.009894,0.027685,0.005565,-0.010709,-0.024942,0.005117,-0.006779,0.022897,-0.005305,-0.028344,-0.020686,0.037622,-0.004428,-0.010861,-0.038068,0.019425,-0.006543,-0.006403,-0.000914,0.026803,0.023168,0.000873,0.02722,0.000609,0.009329,0.020477,0.025857,0.010065,-0.023355,0.011458,-0.004247,0.036812,-0.023806,0.012657,-0.050914,0.030915,0.006035,-0.013955,-0.033403,0.019843,-0.00685,-0.022167,-0.015024,0.006417,-0.0225,-0.007271,0.001224,-0.00926,-0.053241,0.014181,-0.001393,0.027782,-0.006797,0.005879,0.011429,-0.009562,-0.020461,-0.023161,-0.008743,0.025314,-0.011775,-0.083046,0.009886,-0.003038,0.018417,0.016493,0.030639,-0.013557,-0.048631,0.025077,-0.012433,-0.00491,0.034756,-0.021176,0.000943,-0.009967,-0.015761,0.034989,0.016855,-0.027956,0.017838,0.00269,0.038647,0.001941,-0.00922,0.047133,-0.051126,0.006849,0.00019,-0.002458,0.032514,-0.004569,-0.021421,0.009749,0.009642,0.017357,0.019634,0.000632,0.022291,-0.001087,-0.004894,0.026071,-0.001464,-0.004966,0.007568,-0.032106,-0.002764,-0.002475,-0.004674,-0.038111,0.02339,0.010219,-0.004386,0.009325,0.027544,0.041108,-0.008259,0.047658,-0.003624,0.027533,-0.021999,0.006931,-0.007202,-0.004464,-0.034501,0.00859,-0.007847,-0.022481,-0.022387,-0.001879,0.009694,0.002588,0.007873,0.003312,-0.004011,-0.032132,0.02335,0.01384,-0.000813,0.00774,-0.006612,-0.03211,-0.019659,-0.045284,-0.025116,-0.020335,0.017542,-0.020862,-0.019561,0.000054,0.02229,-0.029111,-0.024651,-0.005525,-0.002246,0.025061,0.018451,-0.032368,0.015399,0.019197,-0.00011,0.029972,-0.003024,-0.009526,0.034675,0.020663,0.021338,0.022563,0.010739,-0.027613,-0.017607,0.011799,-0.035786,-0.003923,0.024353,-0.009679,0.013326,-0.007868,0.032326,0.116248,0.01226,-0.006022,-0.015909,-0.021293,0.013157,0.046563,0.03907,-0.016234,-0.013767,0.000722,-0.038076,-0.028339,0.026545,-0.00416,0.034603,0.022867,-0.026519,-0.015074,-0.00853,0.005351,0.023708,0.009924,-0.008419,0.029654,-0.018772,-0.015124,-0.00071,0.000887,-0.006749,0.022491,0.016322,-0.033361,0.04549,-0.038719,0.017083,-0.025125,0.000339,-0.031166,0.028063,0.032309,-0.023853,-0.012398,-0.026378,0.027066,0.020423,-0.004761,0.006837,-0.003978,0.065151,0.012516,-0.002042,0.028094,-0.039236,0.019347,0.010808,-0.009441,0.006315,0.002295,0.000589,0.023146,0.008321,-0.007018,-0.01987,0.032094,-0.026138,-0.038819,0.035964,0.007632,-0.020513,-0.033613,-0.010903,0.013856,0.000306,0.009124,-0.011571,-0.017512,-0.015791,0.002007,0.013434,0.773876,0.00665,0.029962,-0.006554,0.011353,0.00562,-0.006464,-0.015344,0.009911,0.000221,0.02265,-0.011167,-0.00824,0.008011,0.008543,-0.014858,0.052814,-0.029701,0.01965,-0.013843,-0.025306,-0.053984,0.010198,0.019401,-0.025166,0.043408,0.0272,-0.028426,0.007567,0.021606,-0.037355,-0.006487,-0.024019,-0.026709,0.000011,0.010219,-0.018238,0.023446,0.038571,-0.090536,0.023089,-0.004754,0.019629,-0.035066,0.012886,-0.01741,0.030181,0.020226,-0.029198,-0.025354,0.005898,-0.004405,-0.015866,0.044278,-0.004276,0.000576,-0.000419,-0.036511,-0.018141,-0.013702,0.018312,-0.008577,-0.038331,0.060247,0.043605,0.067967,-0.003543,0.014332,0.055497,0.022385,0.029676,-0.073945,0.019822,-0.003911,0.001714,0.007202,-0.00353,-0.038383,0.023325,-0.006974,0.007828,-0.045932,-0.024851,-0.027729,0.007882,0.021518,-0.044231,0.046225,0.008585,0.009982,-0.087356,0.03316,0.019789,-0.029187,0.006713,-0.003416,0.044068,0.043375,0.000697,-0.001752,0.020129,-0.013741,0.023314,0.031276,-0.064039,0.028039,0.019695,-0.01097,0.010711,0.06935,0.015365,-0.018561,-0.024124,-0.005901,0.002715,-0.045532,0.00755,0.011875,-0.002942,0.00164,-0.035771,0.001918,0.006612,-0.021078,-0.002891,-0.05594,-0.049973,0.043326,0.0115,-0.0227,0.012911,0.019329,-0.012026,0.006254,-0.011614,-0.022178,0.009954,0.013484,0.042916,0.027259,0.001963,0.004576,0.010097,0.022595,0.057668,0.029492,-0.009264,0.013515,0.006788,0.014689,0.010105,0.157816,0.020214,0.013113,-0.003081,-0.000011,-0.006886,0.000809,-0.056375,-0.006827,0.029805,0.034795,0.022321,-0.007714,-0.022866,0.021982,0.072431,-0.003748,0.037459,-0.027814,-0.011108,0.008172,0.01451,-0.15445,-0.022664,-0.04357,0.006533,0.010558,0.016642,-0.013545,-0.005791,-0.017513,-0.01723,-0.005952,-0.000811,-0.065242,-0.02033,0.038482,-0.003506,0.043691,0.012369,0.019908,-0.021923,0.03303,0.072458,-0.00055,0.089051,-0.006456,-0.017339,0.014503,0.007883,0.016105,0.033346,0.000311,0.037604,-0.023216,-0.025272,0.014876,0.005831,-0.023548,0.004718,-0.009675,0.021055,0.04327,-0.020158,-0.011855,0.018576,0.014456,-0.021679,0.002884,0.001445,-0.034853,0.000316,0.028542,-0.041278,0.007471,0.020128,0.018438,-0.014731,-0.018898,-0.007371,-0.046815,0.014515,0.024527,0.000639,0.010813,0.012554,-0.054449,0.000416,-0.016387,-0.038638,0.01158,-0.005135,0.031674,-0.022625,0.021514,0.031601,0.050486,0.149108,-0.002513,0.010396,0.022602,0.02595,-0.020852,0.030687,-0.004948,-0.004893,-0.007547,0.0091,-0.001683,0.019046,0.012008,-0.015664,-0.017024,0.03511,-0.004517,-0.02004,-0.045505,0.019426,-0.012921,-0.006534,-0.001592,0.035965,0.018864,0.010504,0.025129,-0.001808,0.011625,0.028698,0.009823,0.01227,-0.02486,0.017641,-0.015133,0.030954,-0.028103,0.013578,-0.053438,0.036629,0.024532,-0.01781,-0.039704,0.022045,0.004199,-0.030749,-0.01641,0.01048,-0.019042,-0.002582,0.00268,0.000135,-0.04548,0.016706,-0.010358,0.02589,-0.010733,-0.00359,0.017609,-0.004889,-0.018429,-0.022862,0.004527,0.023285,-0.011201,-0.094699,0.012244,-0.001134,0.024607,0.001717,0.036281,-0.005832,-0.057276,0.012733,-0.001429,0.001633,0.036289,-0.018445,-0.001818,0.004302,-0.016251,0.045998,0.026998,-0.032303,0.030423,0.008307,0.044826,-0.006957,-0.000978,0.055593,-0.042547,-0.0046,0.008711,0.006823,0.028049,0.008422,-0.022349,0.013288,-0.002833,0.011485,0.017812,0.000045,0.018435,-0.008235,-0.012833,0.025794,-0.010335,-0.008864,0.013899,-0.027068,0.000484,-0.008185,0.00071,-0.041972,0.027182,0.004713,0.001082,0.02212,0.026036,0.051635,-0.013596,0.05001,-0.00602,0.02827,-0.01476,0.025328,-0.014677,-0.010399,-0.029399,0.011474,-0.015195,-0.018009,-0.019343,-0.007074,0.015273,-0.004657,0.02086,0.003288,-0.013051,-0.028726,0.009151,0.008245,-0.007976,0.015544,-0.005964,-0.024847,-0.021624,-0.018324,-0.007338,-0.011002,0.014252,-0.035298,-0.001689,-0.002084,0.025465,-0.033241,-0.037383,-0.015056,-0.007964,0.011735,0.017207,-0.024067,0.009398,0.030318,-0.000701,0.031561,-0.01882,-0.007007,0.040138,0.024701,0.017618,0.029242,0.018418,-0.028353,-0.017284,0.014104,-0.030181,0.008356,0.030702,-0.00941,0.014883,-0.003855,0.040458,0.113937,0.01046,0.009293,-0.020156,-0.030238,0.01114,0.066145,0.046063,-0.010646,-0.008466,-0.008051,-0.021703,-0.033646,0.011454,-0.021182,0.026419,0.016351,-0.025324,-0.019305,-0.005705,0.003279,0.021934,0.008638,-0.012782,0.02675,-0.017699,-0.00521,0.002285,0.018752,-0.021369,0.032651,0.023705,-0.034492,0.041677,-0.046375,0.015472,-0.024361,0.008445,-0.022264,0.027333,0.02792,-0.01845,-0.003755,-0.029968,0.036022,0.033376,-0.005165,0.010989,-0.009628,0.069957,0.016633,-0.000397,0.03187,-0.043721,0.01207,0.020481,0.005908,0.005901,0.009458,-0.006715,0.021883,0.019507,-0.007739,-0.019932,0.039089,-0.040049,-0.034075,0.051032,0.003026,-0.025503,-0.023461,-0.011465,0.022397,0.002009,0.001943,-0.003424,-0.019959,-0.023369,-0.007662,0.011872,0.764383,0.007572,0.021206,-0.011455,0.017328,0.014675,-0.008531,0.001943,0.008311,0.002383,0.025908,-0.008476,-0.01193,-0.006601,0.01708,-0.014858,0.050659,-0.029939,0.023716,-0.014952,-0.021984,-0.046382,0.022783,0.022815,-0.014225,0.036067,0.021327,-0.017101,0.009562,0.016991,-0.028206,0.003285,-0.02484,-0.03579,-0.009202,0.02412,-0.017261,0.024048,0.044932,-0.077751,0.01887,-0.021067,0.022032,-0.021796,0.019605,-0.019142,0.03085,0.021752,-0.010799,-0.029662,0.002969,-0.014555,-0.010122,0.038377,-0.011044,-0.001179,-0.000039,-0.03053,-0.019956,-0.006711,0.032157,-0.000546,-0.030315,0.072536,0.035592,0.070341,-0.002378,0.019247,0.039324,0.02372,0.032433,-0.072946,0.025831,-0.006709,-0.007828,0.010995,0.020058,-0.031345,0.027919,-0.007299,0.017282,-0.060481,-0.025079,-0.027713,0.012048,0.000362,-0.050315,0.027407,0.015898,0.009689,-0.092579,0.046598,0.00925,-0.007485,0.008084,-0.018651,0.016055,0.026213,0.002927,0.011721,0.009925,-0.011922,0.020508,0.021972,-0.057381,0.011796,0.012052,0.002518,0.010612,0.061798,0.027474,-0.011042,-0.016151,-0.015219,-0.007496,-0.057739,0.017565,0.011341,0.012295,0.011185,-0.017959,-0.020442,0.003271,-0.015859,0.028255,-0.044446,-0.050061,0.044273,-0.004455,-0.024491,0.008538,0.016366,-0.037536,-0.010901,-0.029405,-0.024098,0.023176,0.012314,0.029044,0.033452,0.014341,-0.006073,0.00182,0.001931,0.029483,0.023666,-0.009929,0.004102,0.014547,0.002962,0.008563,0.154339,0.019949,-0.007999,-0.001298,0.001546,-0.008278,0.000183,-0.047097,0.010529,0.052252,0.03369,0.009963,0.001679,-0.021147,0.011043,0.068896,-0.006013,0.007311,-0.012698,-0.021777,-0.008477,0.002589,-0.182924,-0.004211,-0.028771,-0.002774,0.003619,0.008913,-0.009332,0.00438,-0.007738,-0.028988,-0.001704,-0.011433,-0.053307,-0.017698,0.037507,-0.00896,0.049994,0.009053,0.033119,-0.031867,0.032125,0.077,-0.007674,0.106537,0.006368,-0.006727,0.012138,0.000513,0.011625,0.021345,0.013736,0.03061,-0.039849,-0.044202,0.000324,-0.006785,-0.018599,0.017908,-0.03506,0.021219,0.03651,0.002396,-0.029855,0.025916,-0.003102,-0.015929,0.005716,-0.0145,-0.025416,-0.001078,0.021566,-0.016817,-0.010499,-0.012272,0.01982,-0.000361,-0.0119,-0.010518,-0.053266,0.026314,0.031493,0.006116,0.020638,-0.010024,-0.050844,0.004405,-0.031783,-0.03833,0.019169,0.002869,0.027751,-0.015166,0.018203,0.03877,0.05869,0.14242,0.018019,0.012142,0.025457,0.018001,-0.010104,0.026878,0.005475,-0.010288,-0.011535,0.009384,0.001699,0.011569,0.013215,-0.028793,-0.011046,0.025535,-0.015639,-0.015609,-0.02461,0.031626,0.00329,0.003691,0.016018,0.043196,0.013524,-0.003425,0.016224,0.013213,0.020241,0.02624,0.025058,-0.001459,-0.026044,0.017489,0.002584,0.026,-0.034185,-0.014267,-0.037276,0.040237,0.019949,-0.011361,-0.032428,0.017392,0.013395,-0.021902,-0.00376,0.008491,-0.019168,-0.007026,0.003831,0.005923,-0.041703,0.005863,-0.004954,0.024496,0.000533,-0.001253,-0.008824,0.012802,-0.010276,-0.019277,-0.01103,0.03042,-0.013427,-0.108301,0.022279,0.003055,0.015027,0.002222,0.024086,-0.004348,-0.081273,0.030142,-0.004888,-0.007878,0.028191,-0.027333,-0.008198,0.001259,-0.004679,0.043978,0.032899,-0.02882,0.030185,0.003373,0.041074,-0.004459,-0.007479,0.041551,-0.047865,-0.019237,-0.006177,0.005888,0.019021,-0.01306,-0.034723,0.015817,0.009649,0.018299,0.023099,-0.001242,0.001306,-0.021564,-0.01167,0.022881,-0.014221,-0.010118,0.021123,-0.001958,-0.000215,-0.006404,-0.028345,-0.047129,0.029636,0.006905,0.0035,0.010724,0.036595,0.054323,-0.013057,0.036578,-0.014887,0.024675,-0.017126,0.021762,-0.002869,-0.004782,-0.029864,-0.005872,0.006768,-0.022163,-0.001267,-0.022454,0.020676,-0.001901,0.003661,0.018034,-0.016446,-0.012893,0.009971,0.021875,0.002243,-0.004426,-0.002902,-0.020044,-0.017436,-0.05218,-0.01131,0.016134,0.04023,-0.046953,0.005292,-0.006801,0.023976,-0.042357,-0.054671,0.014939,-0.000716,0.020211,0.026667,-0.039302,0.011054,0.034272,0.011767,0.027521,-0.019754,-0.004823,0.031461,0.025907,0.021046,-0.000879,0.010654,-0.027088,-0.023074,0.024363,-0.04979,0.004529,0.024498,0.006818,0.006296,-0.005274,0.01814,0.109996,0.026157,-0.011197,-0.018725,-0.030216,0.026655,0.048969,0.062094,0.01399,-0.005894,-0.016422,-0.018934,-0.040264,0.020591,-0.00631,0.030795,0.030773,-0.00569,-0.002678,-0.008676,0.045856,0.016507,-0.005972,-0.020531,0.005199,-0.005574,-0.000605,0.004382,0.012964,-0.00012,0.025711,0.015267,-0.027128,0.037276,-0.033417,0.025387,-0.014673,0.009344,-0.003436,0.023241,0.037306,-0.034034,-0.012611,-0.023024,0.021002,0.028233,0.000334,0.003293,-0.000056,0.071026,0.009013,-0.007533,0.03241,-0.026115,0.031803,0.011631,0.004728,-0.002742,-0.001531,-0.003682,0.023056,0.016754,-0.010541,-0.022255,0.00886,-0.038778,-0.022817,0.041301,-0.010762,-0.014584,-0.014186,0.002296,0.015701,-0.000477,0.019756,-0.015892,-0.017168,-0.015207,0.006112,0.013549,0.760965,-0.001749,0.03001,-0.004038,0.019405,0.006373,0.005966,-0.001118,0.024606,-0.015864,0.019932,-0.009983,0.002769,0.00547,0.010072,0.000829,0.030184,-0.019356,0.016787,-0.012438,-0.027488,-0.044989,0.013582,0.021923,-0.026532,0.029338,0.002792,-0.026466,0.015575,0.056499,-0.021379,-0.015171,-0.031058,-0.012867,-0.021938,0.019958,-0.022952,0.013718,0.038258,-0.072414,0.015692,0.004949,0.009322,-0.028561,0.010408,-0.02276,0.027507,0.029988,-0.007288,-0.01511,0.003299,-0.003197,-0.01641,0.056684,0.005176,-0.009239,-0.001793,-0.016777,-0.03016,-0.002832,0.021162,-0.004315,-0.026987,0.06822,0.0262,0.081649,-0.004015,0.012312,0.049767,0.028787,0.036362,-0.070862,0.020007,-0.010001,0.004581,0.010849,-0.003943,-0.035218,0.019243,-0.001857,0.014185,-0.05562,-0.021658,-0.024686,0.006535,0.019985,-0.043624,0.045378,0.010061,0.004076,-0.088237,0.035742,0.015171,-0.029114,0.011125,-0.005364,0.046052,0.046406,0.001014,0.003201,0.013579,-0.01588,0.025641,0.032651,-0.065463,0.026215,0.01829,-0.012826,0.014834,0.07365,0.015124,-0.02383,-0.009581,0.004162,-0.00747,-0.046778,0.013009,0.007843,-0.005743,-0.00072,-0.030089,-0.008353,0.011249,-0.022241,0.005592,-0.052801,-0.054066,0.043168,0.012598,-0.021575,0.008457,0.021041,-0.014577,0.005809,-0.006528,-0.021241,0.00713,0.003152,0.039805,0.024861,0.009586,0.008146,-0.000741,0.021604,0.05294,0.027275,-0.0094,0.005244,0.002155,0.01949,0.013682,0.165865,0.009423,0.004065,-0.006936,-0.002315,-0.012215,-0.000456,-0.056756,-0.014238,0.0233,0.037144,0.031037,-0.00654,-0.015508,0.018339,0.075744,-0.006365,0.035306,-0.027062,-0.007334,0.006778,0.010826,-0.148509,-0.025858,-0.046239,0.013836,0.007181,0.012882,-0.009485,0.001253,-0.01606,-0.015551,-0.002387,0.004368,-0.061029,-0.024247,0.041023,-0.006123,0.040952,0.009282,0.016123,-0.024661,0.028523,0.078095,0.008158,0.098827,-0.004696,-0.006663,0.010329,0.010768,0.024196,0.034684,0.002417,0.043661,-0.017,-0.023852,0.01138,0.001706,-0.030282,0.011208,-0.015223,0.016959,0.039002,-0.013014,-0.006068,0.018343,0.014801,-0.027432,0.005338,-0.002933,-0.027083,0.007967,0.024161,-0.036053,0.01116,0.015782,0.016199,-0.013053,-0.01954,-0.011709,-0.039245,0.011608,0.029141,0.003456,0.000405,0.00726,-0.051052,-0.006049,-0.015044,-0.037486,0.012788,0.000733,0.026187,-0.03117,0.020149,0.032554,0.051502,0.134115,-0.002171,0.004689,0.017966,0.024833,-0.024441,0.020618,-0.007465,-0.004928,-0.01131,0.011814,-0.005276,0.022505,0.004201,-0.022366,-0.015518,0.030484,-0.000103,-0.02313,-0.051834,0.016801,-0.01644,-0.007981,-0.002937,0.039318,0.00632,0.009821,0.029163,0.002959,0.013932,0.029541,0.011493,0.007407,-0.028406,0.016447,-0.009553,0.024643,-0.029552,0.011694,-0.050136,0.039368,0.011538,-0.016115,-0.036588,0.02396,-0.003061,-0.040253,-0.012878,0.009868,-0.026516,-0.007873,0.006792,-0.004096,-0.041535,0.008293,-0.003085,0.026184,-0.012911,-0.000009,0.020369,-0.001334,-0.011752,-0.023657,0.00237,0.021681,-0.012439,-0.091163,0.018196,-0.005842,0.016777,0.005356,0.029047,-0.003348,-0.052879,0.016418,-0.003994,-0.004464,0.033213,-0.019478,-0.011516,0.001093,-0.007415,0.048263,0.028566,-0.027256,0.019412,0.002462,0.048016,-0.003495,-0.008329,0.051027,-0.040762,-0.002387,0.005318,0.010395,0.033728,0.004251,-0.01933,0.010172,-0.0012,0.009288,0.016993,0.000338,0.010524,-0.003045,-0.012729,0.022156,-0.014212,-0.001257,0.014733,-0.024997,-0.001665,-0.010912,0.003107,-0.040382,0.025221,0.007752,0.002389,0.012749,0.0319,0.055099,-0.014336,0.042511,0.00317,0.027582,-0.009383,0.031851,-0.007243,-0.007225,-0.032953,0.012435,-0.01423,-0.014678,-0.026464,-0.000701,0.005203,0.000107,0.022999,0.000418,-0.017249,-0.02461,0.01401,0.011466,-0.00114,0.009667,-0.006184,-0.018142,-0.013997,-0.02419,-0.015509,-0.009574,0.01582,-0.027844,-0.006658,0.00766,0.024431,-0.035775,-0.041545,-0.012936,-0.00518,0.015228,0.034705,-0.014593,0.010049,0.03825,-0.005979,0.036949,-0.010537,-0.006409,0.044594,0.014534,0.016069,0.038904,0.018573,-0.03092,-0.018064,0.016823,-0.027417,0.008743,0.028172,-0.004273,0.016314,-0.005757,0.033308,0.11546,0.007779,0.005942,-0.010188,-0.037078,0.008729,0.067018,0.042466,-0.012709,-0.011084,-0.004255,-0.021968,-0.029873,0.011416,-0.015094,0.030152,0.007066,-0.026187,-0.016176,-0.006768,0.002004,0.030679,0.006857,-0.014208,0.026004,-0.017204,-0.016787,-0.002984,0.020993,-0.018651,0.02949,0.027058,-0.026537,0.033506,-0.043174,0.019968,-0.016431,0.009975,-0.016505,0.022375,0.024069,-0.027995,-0.006717,-0.028111,0.030992,0.026538,-0.011222,0.00714,-0.003435,0.069349,0.011988,-0.003211,0.030807,-0.039835,0.012471,0.016534,0.002921,-0.001219,0.009416,-0.00017,0.024985,0.019571,-0.005822,-0.022854,0.035835,-0.044829,-0.033947,0.043705,-0.002169,-0.019822,-0.019253,0.000902,0.014515,-0.003217,0.003726,-0.005023,-0.020624,-0.023209,-0.006697,0.010943,0.770332,0.003844,0.01883,-0.012423,0.017353,0.007627,-0.006309,0.001217,0.003142,0.000569,0.015557,-0.010707,-0.009979,-0.005597,0.014262,-0.012972,0.05304,-0.032691,0.024187,-0.013449,-0.021204,-0.039264,0.018024,0.022582,-0.014595,0.028976,0.022362,-0.022777,0.01158,0.015687,-0.034772,0.005747,-0.020347,-0.029269,-0.005652,0.02091,-0.012325,0.015506,0.048666,-0.08267,0.019112,-0.016577,0.01954,-0.024451,0.018006,-0.013664,0.026942,0.025085,-0.012667,-0.022026,-0.004579,-0.003167,-0.013415,0.035161,-0.015972,-0.001883,-0.000311,-0.03237,-0.02208,-0.010689,0.027332,-0.013429,-0.036125,0.07739,0.034882,0.078552,0.004465,0.02029,0.048057,0.02337,0.032294,-0.082318,0.031322,0.002217,0.01583,0.017545,0.026764,-0.021322,0.013519,0.002971,0.003807,-0.077077,-0.010417,-0.027297,0.006357,0.009042,-0.037819,0.014737,0.035598,-0.003668,-0.073073,0.031063,0.011654,-0.016935,0.011883,-0.006405,0.022454,0.040057,-0.006477,0.015187,0.010941,-0.010648,0.017659,0.010543,-0.0507,0.020388,0.012048,0.014473,0.025384,0.04202,0.030029,-0.013167,-0.005353,-0.018784,-0.008697,-0.022106,0.021125,0.006556,0.011307,0.017234,-0.004164,-0.017321,-0.000231,-0.012611,0.044613,-0.035669,-0.064515,0.040587,-0.003407,-0.022088,-0.005134,0.009616,-0.021062,-0.008501,-0.024338,-0.020568,0.013477,0.016002,0.030686,0.020026,0.015531,0.00309,0.00396,0.008477,0.029897,0.023237,0.010549,0.002668,0.00851,0.021276,-0.002323,0.146346,0.021227,-0.006049,-0.008195,-0.000037,-0.005323,0.004279,-0.047229,0.007331,0.061035,0.011011,0.00895,-0.006852,-0.01915,0.007093,0.051327,0.003385,0.014327,-0.024073,-0.019482,-0.012292,0.013736,-0.225037,-0.006219,-0.037651,0.005305,0.013229,-0.001854,0.011378,0.008729,-0.004911,-0.020601,-0.000971,-0.008069,-0.063907,-0.012299,0.033703,-0.022045,0.046892,-0.01402,0.017147,-0.035592,0.033184,0.086852,0.001891,0.09894,0.016265,0.013468,0.012262,0.024343,0.030294,0.010068,0.001569,0.038695,-0.020224,-0.034893,-0.002665,0.007513,-0.026842,0.038071,-0.043145,0.020944,0.036033,0.002988,-0.028391,0.008075,-0.000133,-0.011234,0.00829,-0.00473,-0.0218,0.009318,0.027375,-0.0297,-0.011146,-0.011053,0.023676,0.015557,-0.007618,-0.022827,-0.050832,0.009481,0.016416,0.007491,0.025376,-0.002725,-0.045287,0.016423,-0.02499,-0.038178,0.021926,0.005096,0.045918,-0.014255,0.030655,0.049257,0.046139,0.143802,0.01236,0.026552,0.001958,0.026327,-0.001652,0.011948,-0.02969,-0.004464,-0.014158,0.017438,-0.012443,0.010772,0.004285,-0.035827,-0.017897,0.035107,-0.010219,-0.017951,-0.032991,0.022132,0.022344,0.014231,0.005796,0.024514,0.0135,0.003535,0.0172,0.016297,0.017023,0.016978,0.021645,0.011924,-0.026638,0.007184,0.000735,0.020712,-0.026212,0.000724,-0.042319,0.043703,0.009725,-0.024816,-0.040345,0.027321,-0.005547,-0.05334,-0.017142,0.002419,-0.022579,-0.005245,0.003693,0.008018,-0.04872,0.013795,0.001221,0.011925,-0.005563,0.001459,-0.001153,0.004087,-0.008616,-0.016514,-0.028378,0.023974,-0.012593,-0.120232,0.029249,-0.005591,-0.001531,0.006668,0.024044,0.003281,-0.096739,0.04632,-0.018831,0.005676,0.017559,-0.031199,-0.010676,0.007946,-0.020488,0.03537,0.036695,-0.027284,0.009871,-0.000625,0.047123,-0.000174,-0.023338,0.047259,-0.045513,-0.00229,-0.010359,0.006308,0.029916,-0.00181,-0.025644,0.00301,-0.000403,0.025493,0.037942,0.011085,-0.008066,-0.011139,-0.01767,0.028322,-0.01087,-0.009287,0.004961,-0.018772,0.011393,-0.010575,-0.011672,-0.049736,0.036728,0.016238,-0.001757,0.006476,0.060402,0.036972,-0.020027,0.04192,0.000704,0.003305,-0.017198,0.009273,-0.01826,0.00423,-0.026305,-0.007839,0.003725,-0.036317,-0.023981,-0.009744,-0.003407,0.008568,0.007656,0.016314,-0.002953,-0.014446,0.020179,0.017083,0.015893,0.009517,-0.005207,-0.032059,-0.013978,-0.05693,-0.009609,0.00966,0.039473,-0.042086,-0.021828,0.003196,0.01706,-0.051932,-0.058879,0.000626,-0.001171,0.017712,0.012916,-0.031794,0.013845,0.025039,0.027166,0.038378,-0.00737,0.005884,0.02835,-0.015864,0.029452,0.007967,0.015055,-0.019272,-0.036398,0.030252,-0.055149,-0.014306,0.024456,-0.002788,0.00522,0.003064,0.000948,0.105389,0.011427,-0.008131,-0.002142,-0.033532,0.028596,0.045346,0.060005,-0.009908,-0.013693,-0.021825,-0.019967,-0.040494,0.026253,0.01415,0.035106,0.026177,-0.01385,-0.006882,-0.018663,0.086849,0.010483,-0.005172,-0.021438,0.010541,-0.010232,-0.014286,0.007234,-0.00323,-0.000585,0.019694,0.014587,-0.024602,0.014995,-0.015661,0.025414,-0.008669,0.008314,-0.010729,0.018303,0.036423,-0.034741,-0.011287,-0.026961,0.031048,0.019007,-0.008602,0.012107,-0.014239,0.070803,0.019775,-0.008845,0.045726,-0.024106,0.027471,0.003415,0.007161,-0.002516,0.000343,-0.004695,0.036841,0.018727,-0.011644,-0.032011,0.00833,-0.061315,-0.016587,0.040121,0.000696,-0.000704,-0.010335,-0.000215,0.006582,0.002928,0.016489,-0.023607,-0.015647,-0.016543,0.010505,0.027179,0.735026,-0.002305,0.022706,-0.012482,0.024463,-0.004813,0.022951,-0.016963,0.025022,-0.006212,0.006491,-0.011192,0.01948,0.030262,0.022115,-0.009381,0.04073,-0.022127,0.032209,-0.023316,-0.036719,-0.046254,0.034038,0.038322,-0.008919,0.034242,0.016452,-0.034419,0.014359,0.043704,-0.029542,-0.015038,-0.03114,-0.023432,0.001955,0.030775,-0.028854,0.015761,0.041041,-0.070629,0.020805,0.009358,0.020117,-0.016841,-0.001589,-0.01387,0.022298,0.019465,-0.00618,-0.005519,0.017844,-0.004936,-0.012753,0.051846,-0.017456,-0.004289,-0.002736,-0.034413,-0.009246,-0.016182,0.026541,-0.00951,-0.036231,0.061234,0.03396,0.085148,-0.012366,-0.004148,0.04901,0.028194,0.058893,-0.0851,0.036605,0.020533,0.008293,0.023664,-0.00312,-0.020872,0.008067,-0.008557,0.042388,-0.059389,0.000747,0.010353,0.006433,0.017077,-0.057649,0.030766,0.019405,-0.014313,-0.058704,0.04008,0.014007,-0.016825,-0.004919,-0.007632,0.025751,0.039946,-0.002856,-0.004376,0.009078,-0.02581,0.002147,0.011998,-0.058605,0.01259,0.004187,0.008542,0.010322,0.047607,0.013307,-0.029545,-0.012613,-0.015482,-0.022887,-0.018294,0.011256,0.003757,0.001424,-0.006852,-0.022109,-0.014359,-0.006545,-0.019521,0.023674,-0.050104,-0.055889,0.036673,0.0066,-0.031116,0.002959,0.004203,-0.032951,-0.006287,-0.046829,-0.040934,0.011131,0.00854,0.020976,0.027562,-0.003679,0.009399,-0.008678,0.010398,0.038085,0.024475,-0.000425,0.019076,-0.015648,0.015907,0.030388,0.145935,0.032895,0.012796,0.010764,0.009557,-0.00642,0.013895,-0.0439,-0.003974,0.048813,0.029166,0.051838,-0.012592,-0.01576,0.010326,0.065181,0.014465,0.012384,-0.011681,-0.021417,-0.00168,0.008409,-0.164991,-0.010176,-0.049967,-0.001155,0.014358,-0.004068,-0.005102,-0.009057,-0.013476,-0.012972,-0.011332,-0.000343,-0.05029,-0.007675,0.031878,-0.014379,0.018337,-0.021436,0.028387,-0.026755,0.049631,0.073284,-0.025774,0.090985,0.016445,0.025149,0.021759,0.015122,0.020477,0.019281,-0.011306,0.03751,-0.013904,-0.058098,-0.006223,-0.007025,-0.039517,0.027959,-0.036876,0.008929,0.0193,-0.000249,-0.036864,0.004366,0.010265,-0.004539,-0.00878,-0.011868,-0.050933,-0.004181,0.036473,-0.012851,-0.022182,-0.001119,0.004139,-0.000328,0.011975,-0.031649,-0.030478,0.021565,-0.004364,0.003628,0.016904,-0.009576,-0.042949,0.011548,-0.003959,-0.026956,-0.013217,0.007388,0.042617,-0.027547,0.025928,0.022976,0.041036,0.171527,0.012706,0.034449,0.013644,0.026538,-0.004188,0.031502,-0.008731,-0.02254,-0.028511,0.012246,-0.008878,0.048445,0.010171,-0.031809,-0.013285,0.068582,-0.004952,-0.012,-0.041284,0.014271,0.021678,-0.002636,0.006861,0.01995,-0.003337,0.015549,0.029104,0.012836,0.018436,0.040591,0.010817,-0.002276,-0.020785,0.005175,-0.014471,0.036314,-0.03057,0.012664,-0.020851,0.041295,0.016412,-0.027384,-0.05557,0.007114,-0.015502,-0.045961,0.010682,0.015342,-0.029934,0.011388,-0.006121,0.005526,-0.062254,0.009945,0.001754,0.02915,-0.031286,-0.002306,-0.02088,-0.010248,-0.010823,-0.003339,-0.013688,0.025608,-0.020382,-0.101722,0.009458,-0.0278,0.002645,0.029327,0.0308,-0.02441,-0.095399,0.023621,-0.034897,0.030093,0.028519,-0.035246,0.000408,0.014368,-0.009422,0.029703,0.030384,-0.024935,0.005499,0.006031,0.035911,-0.01931,-0.000044,0.054132,-0.046304,-0.010033,-0.007357,0.000881,0.025162,0.029085,-0.020054,0.008217,-0.016542,0.038354,0.029798,-0.014026,0.014315,0.016135,-0.029359,0.038413,-0.01818,-0.004692,-0.011852,0.005167,0.006226,-0.000198,-0.025627,-0.037223,0.025261,-0.011873,0.002401,-0.005204,0.042343,0.01855,-0.030063,0.032321,0.031304,-0.003552,-0.02456,0.038191,-0.011905,-0.001533,-0.030219,-0.00715,-0.013826,-0.010693,-0.027092,0.000266,0.008683,0.000283,0.010806,0.013475,0.023609,-0.01353,0.014591,-0.001736,0.009349,0.019412,0.005055,-0.034896,-0.035815,-0.050998,-0.011012,-0.022443,0.026849,-0.031181,-0.018153,-0.007873,0.033854,-0.030716,-0.048989,0.007285,0.009422,0.001907,0.018858,-0.021646,0.015382,0.032899,0.016904,0.021593,-0.016958,-0.015368,0.022584,0.012639,0.02365,0.066564,0.011588,-0.022767,0.006057,0.020942,-0.016082,0.002965,0.026819,0.020903,0.031806,0.010732,0.022554,0.108207,0.022136,-0.00394,-0.013282,-0.019399,0.022635,0.039806,0.044055,-0.002132,-0.003072,-0.002457,0.004667,-0.02615,0.03939,0.00028,0.01785,0.014015,-0.0123,-0.020652,-0.018705,0.080993,0.016116,0.00448,-0.010857,0.022851,0.000193,-0.016225,-0.009635,0.001357,-0.015733,0.029016,0.007647,-0.032683,0.017157,-0.031508,0.029367,-0.03378,0.002937,-0.016812,0.034078,0.028158,-0.048623,-0.005852,-0.028828,0.019219,0.013038,-0.002301,0.015002,0.002117,0.056832,0.000321,-0.001813,0.037518,-0.050934,-0.001386,0.006019,0.004653,0.010428,0.009781,-0.005658,0.032907,0.004791,0.011471,-0.021139,0.007046,-0.055964,-0.016703,0.033143,0.006082,-0.002949,-0.00338,-0.016887,0.007157,0.009857,0.005996,-0.020768,-0.017895,-0.035447,0.006026,0.00506,0.746327,0.000043,0.024932,-0.004387,0.010673,0.027605,-0.010976,0.009951,0.020187,-0.004531,0.019513,-0.022105,0.010309,0.016086,0.046113,-0.031015,0.037906,-0.024185,0.025755,-0.023181,-0.016223,-0.020405,0.033189,0.036757,-0.016409,0.040564,0.032066,-0.028615,0.008946,0.024698,-0.015472,-0.014501,-0.039008,-0.028106,-0.013353,0.034462,-0.006963,0.043807,0.034497,-0.081642,0.01092,0.00019,0.037488,-0.005652,-0.013517,-0.020804,0.039294,0.013803,-0.033553,-0.029763,0.002575,-0.022675,-0.017025,0.033183,-0.010949,-0.00424,-0.002126,-0.018939,-0.021364,-0.001289,0.025427,-0.010612,-0.015058,0.052332,0.030858,0.053066,-0.018153,-0.010296,0.036227,0.029608,0.045285,-0.05982,0.035903,0.015282,0.000924,-0.016194,-0.007887,-0.030636,-0.00836,0.005229,0.006481,-0.057621,0.01107,0.009133,-0.008064,0.021048,0.012749,-0.01223,0.015498,-0.004543,-0.055512,-0.014429,0.007613,-0.009749,-0.001405,-0.041671,-0.002693,0.037501,0.014423,-0.046964,-0.00806,-0.032233,-0.03924,0.045755,-0.056479,0.026146,-0.02282,-0.009089,0.005078,0.078348,-0.017029,-0.03298,0.00502,-0.004249,-0.025751,0.021374,0.027434,-0.012947,-0.023973,-0.004044,-0.002515,-0.009816,-0.01461,0.016597,0.05325,0.004902,-0.017234,0.025401,0.029432,-0.002088,0.022906,-0.052832,0.017552,-0.03761,-0.02667,-0.005692,0.01736,0.006612,0.051442,-0.00711,-0.001705,-0.003847,-0.015459,0.049462,0.030864,0.015522,-0.020449,0.014846,-0.003589,-0.021945,0.027398,0.122224,0.003961,-0.026839,0.030997,0.028482,0.034785,-0.005753,-0.00312,-0.012498,0.063528,0.045949,0.029231,0.008211,0.021383,-0.007558,0.091604,-0.009888,0.023932,0.003355,0.015176,-0.037874,-0.000554,-0.128819,0.006689,-0.054244,0.014108,0.041221,0.024611,-0.01479,-0.028639,-0.002354,0.006274,-0.013693,-0.022435,-0.011782,0.020082,0.004005,0.005848,0.03076,-0.010514,-0.003118,0.001219,0.039486,0.087001,-0.064135,0.115893,0.029651,0.032134,-0.005949,0.009679,0.013147,0.03673,-0.004443,0.036033,-0.023886,-0.026669,-0.012466,-0.01149,-0.022397,0.033419,-0.00599,0.03777,0.006839,0.026767,-0.053288,0.028261,-0.004505,-0.011625,-0.005226,-0.058205,-0.032308,-0.004407,-0.01254,0.024235,-0.013676,0.005519,0.019941,-0.009301,0.027846,0.003316,-0.014269,0.008077,0.002988,0.018031,0.054078,-0.008556,-0.046031,0.017984,0.027522,-0.020642,0.027046,-0.00764,0.049602,-0.052882,0.012372,0.017475,-0.003765,0.092231,0.0211,0.033406,0.032446,0.025156,-0.013749,0.039398,0.033104,-0.005506,0.01078,0.010608,0.000649,0.006425,0.015801,-0.031838,0.025307,0.036025,0.02492,-0.012061,-0.007951,-0.005861,0.010458,0.014863,-0.021026,-0.000636,0.003932,-0.005181,0.051765,0.024915,0.025428,0.029074,0.045164,-0.001429,-0.010191,0.003692,-0.067298,0.041371,-0.013826,0.010407,0.027929,0.035311,0.026081,-0.002796,-0.041556,0.009803,0.021279,-0.01643,0.051084,-0.003566,-0.030915,0.011734,-0.003544,0.023965,-0.055587,0.018207,0.003074,0.019178,-0.03524,-0.017089,-0.027544,0.040285,-0.007807,0.003884,-0.006207,-0.003131,-0.01339,-0.075607,0.035504,-0.016538,-0.02989,0.063213,0.058849,0.001075,-0.015438,0.011882,0.00982,-0.003754,0.038593,-0.038261,-0.008584,-0.000946,0.015339,-0.005662,-0.007151,0.011202,-0.024291,0.01794,-0.005723,0.009387,-0.009849,0.029125,-0.028775,-0.026482,-0.045442,0.00471,0.031343,0.034289,-0.00324,0.021345,-0.007446,0.020248,0.013229,-0.014058,0.014221,0.044454,-0.040853,0.015004,0.016608,0.019326,0.019451,0.016123,0.045689,0.002151,-0.004832,-0.040074,0.001674,-0.034968,0.046939,-0.019095,0.042353,0.001577,-0.009805,0.05316,0.027693,-0.038279,-0.028744,0.017009,-0.003737,-0.00552,-0.019159,-0.007227,0.022451,-0.013021,-0.039161,-0.051045,0.019601,-0.003633,0.002791,0.019969,0.022317,-0.015482,-0.012029,-0.005086,-0.011698,-0.039504,0.002288,-0.025196,0.022407,-0.004226,-0.019698,-0.026962,0.0498,0.018118,0.039753,-0.000375,0.020789,-0.019451,-0.03709,0.001631,0.029515,0.023713,-0.00332,0.003192,-0.013675,0.039755,0.006749,0.024176,-0.086109,0.019368,0.027791,0.016406,0.001341,-0.019565,-0.001193,-0.046612,0.006006,-0.001534,-0.007674,0.02334,0.026321,-0.012272,0.010558,0.043596,-0.007662,0.115096,0.004234,0.001639,-0.026208,-0.003153,0.016671,0.060556,0.016371,-0.028519,0.032082,-0.017241,-0.007662,-0.01507,0.037414,0.000403,-0.037465,0.000152,0.007544,-0.001398,-0.022359,0.074692,0.008028,0.004239,-0.02724,0.015634,0.019263,-0.01941,0.013017,0.019481,-0.030689,0.016692,0.003397,-0.010969,-0.012386,0.009322,0.018836,-0.048644,-0.043211,0.021197,-0.002827,-0.00532,-0.016442,0.017987,-0.026528,-0.02057,0.05153,-0.012744,0.024238,-0.007302,0.070835,0.015117,-0.010712,0.036947,-0.022565,0.005807,-0.020643,0.035283,-0.005228,0.016893,-0.035842,0.074119,0.024476,0.020971,-0.057258,-0.009985,-0.037424,0.033365,0.027721,0.035713,-0.009856,-0.01806,0.005406,-0.029622,0.002808,0.001676,-0.024103,0.007924,-0.033571,0.012836,0.028769,0.742317,-0.026035,-0.00524,-0.023823,-0.000363,0.002178,-0.022453,-0.015607,0.030103,-0.023554,-0.004798,-0.001559,0.04167,0.022649,0.023884,-0.037945,0.024588,-0.018503,-0.010699,-0.035496,-0.006429,-0.000491,0.051691,0.016708,-0.007508,0.037901,0.020949,-0.014211,0.007319,0.001282,-0.030699,-0.026283,-0.006122,-0.019458,0.007261,0.018274,-0.020943,-0.001035,0.032426,-0.099301,-0.016102,-0.014147,0.047741,0.003329,0.009293,-0.012334,0.021336,0.02225,-0.006804,-0.019801,0.008118,-0.030942,0.009802,0.016378,0.012722,-0.012978,0.012601,-0.039101,-0.027743,-0.034285,0.044358,-0.021973,0.004689,0.075383,0.002786,0.060419,0.005614,-0.011914,0.001143,0.056494,0.050186,-0.081464,0.033301,0.019467,-0.019155,0.019335,0.007408,-0.027648,0.017889,-0.004679,0.056024,-0.04941,-0.004277,-0.003254,0.014307,-0.005864,-0.048931,0.029617,0.022392,-0.018641,-0.069988,0.037619,-0.00613,-0.007337,-0.000465,-0.015331,0.021021,0.025245,-0.007714,-0.003366,0.00222,-0.017591,0.011853,0.010814,-0.050763,0.007632,0.007931,-0.006689,0.005564,0.045844,0.011901,-0.019067,-0.011059,-0.018552,-0.011231,-0.041024,0.004866,0.017518,0.007184,-0.006944,-0.019406,-0.032702,-0.002001,-0.036788,0.035456,-0.043376,-0.053134,0.039165,0.001221,-0.028329,0.012638,0.004311,-0.05772,-0.02852,-0.037198,-0.042979,0.0266,0.009625,0.01383,0.033639,0.005759,-0.004139,-0.014929,0.000716,0.035248,0.037407,-0.013772,0.004727,-0.002558,0.011051,0.024803,0.169697,0.029904,0.006514,0.006376,-0.000387,0.001141,0.004684,-0.043488,-0.002391,0.050463,0.034915,0.034629,-0.002508,-0.007459,0.00759,0.059858,0.010162,-0.008944,-0.003808,-0.027186,-0.004874,0.0014,-0.19292,0.006922,-0.027798,-0.003885,0.008497,0.005147,0.000356,-0.003243,0.002143,-0.015213,-0.007897,0.001658,-0.047016,-0.012148,0.040905,-0.010917,0.037687,-0.015908,0.03076,-0.019829,0.043968,0.077929,-0.020703,0.098717,0.008739,0.016931,-0.002804,-0.000504,0.014713,0.02371,-0.00839,0.035052,-0.036743,-0.065421,-0.000306,-0.008691,-0.020821,0.023583,-0.037391,0.001554,0.0179,0.037241,-0.032235,0.027137,-0.014274,-0.004599,0.003333,-0.019899,-0.063251,0.004279,0.032276,-0.007775,-0.01257,-0.002645,0.009507,-0.007009,0.005309,-0.021757,-0.046515,0.017682,-0.001595,-0.004714,0.010415,-0.020975,-0.041389,0.014257,-0.017714,-0.031031,-0.003396,0.006162,0.031567,-0.013182,0.016635,0.016323,0.051657,0.179507,0.010966,0.033505,0.022323,0.01969,-0.020911,0.018533,-0.007094,-0.009616,-0.026998,0.017352,-0.017045,0.029357,0.022293,-0.038799,0.000248,0.04852,-0.007628,-0.012248,-0.030279,0.020554,0.008733,-0.003395,0.014617,0.037226,-0.012853,0.005396,0.026035,0.024653,0.021948,0.048651,0.025012,-0.018047,-0.029998,0.0094,-0.001,0.031699,-0.041543,-0.001577,-0.028038,0.02945,-0.003168,-0.017371,-0.053392,0.011821,-0.020618,-0.036403,0.019141,0.016386,-0.045843,0.00381,-0.002122,-0.001342,-0.048233,0.004474,-0.000074,0.03486,0.00391,-0.010173,-0.019848,0.014177,-0.001768,-0.007378,-0.02616,0.036542,-0.026113,-0.093861,0.003095,-0.00235,-0.006439,0.018952,0.008031,-0.024803,-0.09499,0.022096,-0.021738,0.005275,0.037839,-0.047674,0.014124,-0.003708,0.00357,0.043143,0.031369,-0.015971,0.008789,0.004973,0.050233,-0.010407,0.005087,0.050905,-0.037783,-0.018354,-0.007212,0.001575,0.017408,0.017586,-0.045251,0.004331,-0.008924,0.037073,0.024754,-0.007855,0.027301,-0.014998,-0.025656,0.024736,-0.006448,-0.011688,-0.003158,0.009878,0.011474,-0.004083,-0.045413,-0.026947,0.01591,-0.004783,0.007781,-0.0041,0.043747,0.027712,-0.032176,0.028311,0.013185,-0.003928,-0.033213,0.043792,0.005373,0.003909,-0.023518,-0.01371,-0.01313,-0.016407,-0.017964,-0.006283,0.0084,-0.011109,0.004034,0.019088,0.012722,-0.014719,0.01692,0.003212,0.019419,0.007545,0.018987,-0.030741,-0.034775,-0.056456,-0.010934,-0.014462,0.036034,-0.029466,-0.011378,-0.010026,0.026466,-0.03137,-0.053341,0.006408,0.009194,0.004444,0.025417,-0.027054,0.009731,0.04352,0.016404,0.023768,-0.016304,-0.015255,0.034595,0.014485,0.018978,0.053253,0.023559,-0.029211,-0.006889,0.012396,-0.023139,0.002684,0.03558,0.016635,0.029612,-0.000108,0.029116,0.108796,0.030531,-0.001696,-0.014283,-0.019944,0.024596,0.043168,0.05051,-0.001483,-0.001195,-0.000696,-0.004845,-0.023266,0.026923,0.000567,0.031056,0.024323,0.00063,-0.016628,-0.013262,0.065226,0.026876,-0.001692,-0.010036,0.009493,0.005845,-0.018195,-0.007092,0.00776,-0.000688,0.025846,0.017641,-0.022657,0.022443,-0.029176,0.022988,-0.02601,0.006299,-0.003584,0.029256,0.040633,-0.050252,-0.01633,-0.021812,0.011476,0.025565,-0.005214,0.012636,0.007831,0.069863,-0.003596,-0.016298,0.027408,-0.050499,0.009747,0.011921,0.007743,0.009083,0.005248,-0.009664,0.027911,0.013063,-0.001306,-0.025272,0.004381,-0.042788,-0.021681,0.022047,-0.0019,-0.016981,0.001191,-0.009615,0.003409,0.004651,0.009257,-0.017896,-0.032593,-0.021673,0.012829,-0.005999,0.737304,0.002055,0.024925,0.009551,0.000234,0.03128,-0.013435,0.009693,0.024252,-0.003985,0.016885,-0.018122,0.015253,0.013658,0.029839,-0.017238,0.02473,-0.024377,0.023668,-0.024679,-0.006154,-0.003607,0.017788,0.016518,-0.022755,0.048687,0.020002,-0.02303,0.011383,0.028606,-0.019894,-0.017146,-0.033079,-0.025544,-0.033265,0.040684,-0.011225,0.042461,0.027365,-0.078224,0.00511,0.004746,0.028284,-0.01952,-0.003047,-0.027975,0.033557,0.008347,-0.022567,-0.013747,-0.002128,-0.008655,-0.019616,0.043738,0.014703,-0.001173,-0.005133,-0.024852,-0.035032,0.006896,0.017181,-0.019514,-0.015205,0.063559,0.029361,0.061262,-0.016665,-0.000533,0.045848,0.033898,0.04066,-0.067007,0.036233,0.018737,-0.008302,-0.019124,-0.002348,-0.034458,-0.002238,0.000829,0.010284,-0.060985,0.006188,0.016673,-0.008963,0.010504,0.005112,-0.009772,0.019963,-0.007669,-0.051904,-0.018009,0.002231,-0.003367,0.000582,-0.039308,-0.005756,0.037218,0.011296,-0.041014,-0.005836,-0.023752,-0.033137,0.051966,-0.058145,0.022576,-0.015534,-0.005326,0.002761,0.070531,-0.013517,-0.030814,0.001571,-0.009019,-0.023086,0.016461,0.029413,-0.002288,-0.017786,-0.002347,0.003813,-0.017136,-0.013903,0.013373,0.048337,0.00306,-0.017456,0.027102,0.030815,-0.007312,0.011036,-0.053358,0.014747,-0.040038,-0.021241,-0.002437,0.017138,0.009709,0.051781,-0.005325,0.000262,-0.004091,-0.015153,0.050367,0.027324,0.021859,-0.021527,0.019613,-0.01131,-0.029208,0.020564,0.126438,0.002558,-0.021481,0.022031,0.027686,0.036352,0.001315,-0.003158,-0.01082,0.065361,0.04543,0.032554,0.00935,0.018562,-0.011467,0.09056,-0.015251,0.019646,0.008461,0.01762,-0.040235,-0.003043,-0.143327,0.00333,-0.049699,0.008663,0.045431,0.021491,-0.013807,-0.024202,0.003588,0.006254,-0.009309,-0.024515,-0.011112,0.01964,0.000026,0.002977,0.042432,-0.008799,0.00619,0.006946,0.034959,0.087925,-0.069874,0.120998,0.02733,0.034451,0.003795,0.004311,0.001254,0.039535,-0.005443,0.031329,-0.029792,-0.037166,-0.016537,-0.015009,-0.01648,0.036775,-0.009805,0.028004,0.00683,0.033442,-0.048635,0.034688,-0.014759,-0.018772,0.000924,-0.049841,-0.038592,-0.008066,-0.010321,0.027814,-0.009762,-0.00071,0.016696,-0.008947,0.026539,-0.005644,-0.011466,0.007623,0.002684,0.019258,0.050289,-0.008533,-0.049311,0.013213,0.02941,-0.020543,0.03246,-0.003466,0.047808,-0.051736,0.017806,0.010824,-0.009031,0.088642,0.018717,0.03535,0.032541,0.030004,-0.014222,0.039354,0.032193,-0.008245,0.008051,0.010519,0.00393,0.004399,0.025299,-0.03158,0.024541,0.03452,0.028542,-0.010602,-0.002046,-0.008646,0.018184,0.020912,-0.016821,0.002087,-0.005983,-0.010403,0.057218,0.023169,0.027285,0.02791,0.047028,-0.009836,-0.010265,0.006668,-0.053867,0.048205,-0.021436,0.010169,0.022414,0.033871,0.016826,-0.000926,-0.041021,0.00772,0.013573,-0.014423,0.050982,-0.002969,-0.031975,0.011479,-0.004179,0.018754,-0.054683,0.016028,0.005081,0.021062,-0.03005,-0.02371,-0.021781,0.038636,-0.01222,-0.00039,-0.007767,0.004195,-0.016512,-0.074901,0.037153,-0.014014,-0.032238,0.055093,0.052244,-0.005711,-0.011167,0.006003,0.008712,-0.004746,0.032445,-0.035765,-0.006942,-0.000269,0.019003,-0.005588,0.001542,0.01341,-0.021139,0.016085,-0.002332,0.005476,-0.008896,0.032032,-0.020719,-0.027453,-0.0552,0.005252,0.03194,0.03468,-0.007454,0.014776,-0.004925,0.020835,0.009227,-0.007418,0.012912,0.037765,-0.035258,0.020374,0.015692,0.017941,0.018708,0.020411,0.045683,-0.000032,-0.008229,-0.036675,-0.000314,-0.034965,0.043689,-0.024542,0.054591,-0.006564,-0.015215,0.049103,0.027902,-0.038541,-0.025148,0.01944,0.003672,-0.005455,-0.027151,-0.01038,0.01774,-0.016755,-0.039309,-0.052798,0.019459,-0.005966,-0.002471,0.017629,0.015065,-0.008964,-0.005165,-0.001353,-0.011407,-0.037637,0.009159,-0.028202,0.01676,-0.004883,-0.021258,-0.0218,0.046582,0.008105,0.04053,-0.003549,0.022637,-0.01947,-0.03423,0.013186,0.031169,0.020472,-0.002108,0.000698,-0.014347,0.03785,0.005572,0.023371,-0.090571,0.017747,0.037585,0.014381,-0.003174,-0.022502,-0.000166,-0.045522,0.003406,-0.001284,-0.000732,0.025807,0.020741,-0.005923,0.016188,0.042251,-0.007793,0.114984,0.003888,0.002798,-0.018017,-0.007373,0.017915,0.069686,0.022597,-0.024808,0.022622,-0.016004,-0.010415,-0.018585,0.03799,0.000281,-0.038647,0.001299,0.014571,0.001784,-0.020811,0.084153,0.011746,0.001993,-0.027303,0.015447,0.023272,-0.021384,0.004403,0.011347,-0.031403,0.015064,0.008485,-0.010353,-0.011675,0.007052,0.023067,-0.051747,-0.045078,0.025402,-0.005819,-0.005275,-0.01616,0.019652,-0.03241,-0.01752,0.057007,-0.012851,0.018002,-0.005107,0.070593,0.012727,-0.011127,0.034534,-0.022847,0.011644,-0.014087,0.034593,-0.007657,0.01872,-0.036312,0.070131,0.024379,0.019174,-0.056547,-0.014984,-0.029825,0.033334,0.019739,0.031472,-0.006305,-0.007223,0.006417,-0.032863,0.007644,-0.001621,-0.026201,-0.003817,-0.028945,0.014702,0.026545,0.740262,-0.021281,0.002584,-0.022698,-0.002486,-0.003702,-0.015041,-0.019217,0.031967,-0.029486,-0.003813,-0.003783,0.0447,0.031653,0.025523,-0.038643,0.026018,-0.014896,-0.007888,-0.037039,-0.001283,0.004724,0.049555,0.025352,-0.003427,0.041339,0.014519,-0.014163,0.005859,0.002274,-0.023531,-0.023134,-0.009092,-0.02371,0.003179,0.016393,-0.026036,-0.001966,0.032412,-0.10098,-0.020151,-0.009098,0.040207,-0.001082,0.015588,-0.016292,0.021538,0.020995,-0.007166,-0.022873,0.004273,-0.026696,0.012953,0.024727,0.017631,-0.010171,0.010793,-0.041081,-0.028324,-0.03092,0.043707,-0.015959,0.00226,0.077705,0.003832,0.060016,0.007699,-0.010008,0.000714,0.060916,0.026407,-0.080429,0.03415,0.015762,-0.015978,0.001897,0.030367,-0.027251,0.000877,-0.034918,0.026761,-0.059327,0.012197,-0.018494,0.003814,0.018443,-0.034093,0.01082,0.000363,-0.004258,-0.066826,0.032378,0.000314,-0.020455,0.00443,-0.012424,0.009102,0.03943,0.005022,0.010913,-0.005525,-0.017739,-0.001131,0.015384,-0.052197,0.002279,0.007099,0.040633,0.03233,0.071091,0.021965,-0.009336,-0.025357,-0.047323,0.003874,-0.029648,0.002055,-0.005453,-0.005311,0.019133,-0.000113,-0.026656,0.000273,-0.022849,0.040933,-0.05509,-0.047176,0.043378,0.02275,-0.00278,0.003615,0.006846,-0.012952,0.013835,-0.050593,-0.037669,-0.004533,0.01374,0.019439,0.033303,0.010223,0.005959,-0.029185,0.001282,0.022431,0.021965,0.003288,0.033212,-0.002648,0.000903,-0.018498,0.159552,0.012489,-0.006539,-0.010926,-0.003351,-0.007447,-0.027678,-0.027801,-0.020765,0.027739,0.030159,0.050873,0.007694,-0.005318,0.009545,0.066679,-0.007724,0.014989,-0.024379,-0.020716,-0.005114,0.010239,-0.180189,0.012966,-0.027787,-0.007712,0.012458,-0.015594,0.005597,0.008084,0.004167,-0.037011,-0.00697,-0.013798,-0.054009,-0.025584,0.012865,-0.018761,0.037658,0.005961,0.020369,-0.01692,0.040028,0.07306,-0.020081,0.090634,0.004975,-0.014627,0.029498,0.019713,0.025799,0.018807,0.000133,0.023769,-0.020791,-0.045063,0.018715,0.020742,-0.046864,0.011766,-0.036348,0.016636,0.021544,0.019443,-0.029164,0.024757,-0.007321,0.003473,0.008019,-0.011128,-0.023866,-0.010827,0.017827,-0.047208,-0.002358,-0.005643,0.016313,0.000182,-0.006931,-0.018841,-0.045012,0.040667,0.009842,0.013842,0.02564,0.006547,-0.052619,-0.000293,-0.026858,-0.027064,0.027328,0.016194,0.047204,-0.019799,0.025702,0.042783,0.046712,0.130551,0.036017,0.025224,0.004003,0.021093,-0.016557,0.005105,-0.040818,-0.016224,-0.028182,0.00492,-0.015632,0.015462,-0.003092,-0.017177,-0.029247,0.023484,-0.003728,-0.014633,-0.050447,0.025525,0.011722,0.020115,0.003207,0.01216,-0.005089,0.007212,0.012871,0.020173,0.03724,0.025065,0.017713,0.02117,0.005717,0.011916,-0.002315,0.01061,-0.017263,0.015271,-0.027388,0.052052,-0.011876,-0.035876,-0.059219,0.025888,-0.011189,-0.039465,0.011612,0.03316,-0.029994,0.005118,-0.019327,0.001286,-0.038954,0.009835,-0.006853,0.005786,0.00662,-0.011833,-0.004975,0.005097,-0.020666,-0.031041,-0.026543,0.026296,-0.032418,-0.080828,0.022055,-0.021288,0.014038,0.0199,-0.004231,-0.021117,-0.102338,0.040511,-0.00452,0.011251,0.019164,-0.023821,0.023174,0.011965,-0.013425,0.05948,0.048217,-0.015865,0.030944,0.001363,0.0019,-0.011637,-0.005663,0.050554,-0.033655,-0.009652,0.006395,0.023482,0.017842,0.001809,-0.030764,-0.011963,-0.008153,0.012316,0.013294,-0.031867,-0.004012,-0.007387,0.006277,0.033186,-0.010542,-0.015875,0.005858,-0.017136,-0.019454,0.031575,-0.034316,-0.030309,0.023224,-0.004581,0.011615,0.019212,0.068241,0.02144,-0.013827,0.032177,0.007307,0.015399,-0.020059,0.057124,0.013268,0.004438,-0.037069,-0.002437,-0.006793,-0.035873,-0.012745,-0.015413,0.013128,-0.002866,0.021733,0.012191,-0.001323,-0.032492,0.022416,0.010772,-0.003901,-0.001824,0.003054,-0.023563,-0.023052,-0.047477,-0.004378,-0.00799,0.037222,-0.046109,0.005401,-0.010481,0.020512,-0.029722,-0.03988,-0.014538,0.002684,-0.006251,0.013273,-0.05702,-0.004785,0.028643,0.016652,0.031274,-0.008563,0.009767,0.019559,0.012499,0.012451,0.04653,0.016057,-0.033781,-0.02074,0.008095,-0.050264,0.004358,0.048008,-0.006553,0.040882,0.007423,0.012452,0.115307,0.012857,0.013013,-0.010029,-0.026428,0.014953,0.052034,0.048887,-0.004081,-0.007319,0.006047,-0.020928,-0.031415,0.037923,0.013755,0.009857,0.02482,-0.011191,-0.009849,-0.00009,0.052367,0.020921,-0.015566,-0.004966,0.007888,-0.010404,-0.00724,-0.010922,0.020196,-0.029412,0.020472,0.020889,-0.024631,0.037676,-0.01339,0.027766,-0.002383,0.021244,-0.001456,-0.013583,0.038777,-0.017332,0.006805,-0.029499,0.047914,0.014943,-0.007912,-0.001764,-0.003606,0.070345,-0.016552,-0.025194,0.041012,-0.033752,0.018285,0.003488,0.018386,-0.015977,-0.001105,0.004983,0.021826,0.007142,-0.009546,-0.030414,0.01416,-0.06576,-0.012284,0.043131,-0.023374,0.005676,-0.002951,-0.006161,0.000021,0.01631,-0.000014,-0.023045,-0.020662,-0.007125,0.013543,0.024994,0.746787,0.008061,0.023572,-0.013092,0.028626,0.006774,-0.008069,0.00346,-0.006419,-0.011014,0.020595,-0.002058,0.01227,0.02832,0.026711,-0.035884,0.027743,-0.038113,0.015188,-0.014532,-0.045955,-0.022397,0.040603,0.040776,-0.015275,0.047033,0.003118,-0.024486,0.01197,0.026897,-0.013124,-0.008509,-0.03318,-0.057353,-0.035433,0.024829,-0.045365,0.005678,0.012918,-0.0901,0.025307,0.012215,0.010808,-0.03664,0.007364,-0.013197,0.042745,0.013731,-0.019363,0.001248,-0.006247,0.000488,0.015127,0.035641,-0.008672,0.013326,0.001208,-0.029428,-0.01842,0.001483,0.020232,0.017355,-0.01137,0.060091,0.017001,0.062169,0.002334,0.001723,0.036035,0.010705,0.032358,-0.07746,0.038747,0.011585,-0.001074,0.022822,0.028145,-0.036909,0.014907,-0.022365,0.028986,-0.042064,0.002557,-0.032643,0.01097,0.018241,-0.042825,0.011663,-0.009852,0.01623,-0.067414,0.033031,0.009698,-0.024217,0.004525,-0.001087,0.021132,0.046428,0.013318,0.022049,-0.012913,-0.024616,-0.008169,0.010137,-0.068023,0.012381,-0.005823,0.023066,0.02365,0.053178,0.010327,-0.007704,-0.017995,-0.03913,0.008026,-0.030605,-0.008572,0.000978,0.013884,0.008318,-0.012911,-0.013233,0.00137,-0.018392,0.032891,-0.059116,-0.05407,0.050771,0.012732,-0.003935,0.008239,0.015983,-0.01791,0.011424,-0.042275,-0.027982,0.014761,0.014054,0.05175,0.029589,0.005294,-0.000925,-0.012137,0.008974,0.03076,0.025533,0.009623,0.045363,-0.007509,0.00789,-0.013317,0.164286,0.023221,-0.011837,0.003457,-0.014025,0.001043,-0.023355,-0.037596,-0.013982,0.022575,0.008113,0.052619,0.000356,-0.006883,0.007695,0.056597,-0.007062,0.031646,-0.028722,-0.020769,-0.007251,0.027933,-0.166257,0.001037,-0.036133,-0.004857,0.02758,-0.007054,-0.006909,-0.002552,0.008659,-0.034799,-0.022147,-0.010089,-0.060903,-0.013209,0.020388,-0.02086,0.054904,0.004387,0.026811,-0.033361,0.042513,0.062524,-0.021596,0.085773,0.004295,-0.005005,0.042252,0.011485,0.019382,0.014463,-0.002379,0.02955,-0.023903,-0.053723,0.029071,0.013167,-0.038909,0.007816,-0.031577,0.027369,0.032276,0.002518,-0.039597,0.022135,-0.010876,0.014569,0.008317,0.003291,-0.02995,-0.018947,0.020977,-0.048169,0.000785,-0.001189,0.018906,0.008451,-0.013907,-0.016945,-0.039903,0.032399,0.017033,0.005216,0.018821,0.003594,-0.051764,0.012976,-0.034102,-0.034676,0.018188,0.012211,0.054954,-0.023482,0.036348,0.046851,0.037618,0.134299,0.024568,0.030047,-0.005441,0.023137,-0.00315,0.003711,-0.04014,-0.004822,-0.03188,0.002804,0.001419,0.019026,0.011167,-0.021018,-0.031449,0.025291,0.002227,-0.024981,-0.042142,0.025075,0.017513,0.015005,-0.004168,0.018766,0.021032,0.0251,0.021375,0.017943,0.026156,0.040397,0.015129,0.034408,-0.000066,0.01491,0.004176,0.030294,-0.012108,0.017403,-0.036594,0.051056,0.004581,-0.038411,-0.053974,0.016624,-0.01897,-0.048155,-0.001675,0.024484,-0.02115,-0.012132,-0.004563,0.011423,-0.034395,0.010683,-0.001881,-0.001426,-0.026538,-0.010562,-0.015779,-0.000975,-0.020572,-0.015417,-0.023279,-0.001027,-0.019154,-0.117727,0.02751,-0.029065,0.028562,0.001355,0.0062,-0.013306,-0.13358,0.040678,-0.004699,0.021791,0.038093,-0.020771,0.012647,0.022562,-0.013419,0.061037,0.041064,-0.021099,0.025416,0.003496,0.020489,-0.016576,-0.012257,0.042075,-0.035421,-0.014223,0.002758,0.018253,0.019806,-0.003149,-0.030938,0.002952,-0.005593,0.006878,0.018495,-0.026817,-0.010759,-0.011632,-0.006266,0.022502,-0.017355,-0.020429,0.004921,-0.025948,-0.020769,0.028237,-0.012728,-0.042638,0.014936,-0.001961,0.013634,0.028145,0.046024,0.028716,-0.020574,0.043039,0.009607,0.016342,-0.024053,0.042246,-0.000686,-0.013612,-0.032892,-0.001237,-0.001569,-0.042646,-0.015293,-0.003696,0.014003,0.007632,0.02141,0.013551,0.012701,-0.029141,0.008314,0.002335,0.013709,0.012763,0.001859,-0.021671,-0.014983,-0.040027,0.011003,-0.006337,0.040751,-0.044834,0.012987,-0.017647,0.031047,-0.033979,-0.046957,-0.018616,0.003349,0.00149,0.003051,-0.031605,-0.000852,0.020341,0.00865,0.04705,0.003616,0.023736,0.024498,0.00628,0.011483,0.025378,0.024526,-0.011243,-0.013208,0.007841,-0.043129,-0.008635,0.038204,-0.00461,0.043951,0.006398,0.029506,0.110582,0.017297,0.013899,-0.020129,-0.023891,0.019217,0.048986,0.054775,-0.003343,-0.003644,-0.005462,0.000223,-0.038733,0.045528,-0.001485,0.026222,0.018481,-0.018002,-0.017558,0.004351,0.062559,0.019542,-0.019518,-0.022027,0.003926,-0.025878,-0.003923,-0.0074,0.001079,-0.032872,0.022873,0.02566,-0.035589,0.030272,-0.021466,0.040988,-0.011091,0.025706,-0.018144,0.002513,0.038121,-0.016377,-0.005528,-0.029057,0.03534,0.019729,-0.009911,0.003434,-0.011926,0.075149,0.000848,-0.018366,0.050776,-0.032906,0.014165,0.004293,0.017896,-0.00119,-0.013119,-0.003378,0.03747,-0.006212,-0.001047,-0.031201,0.020272,-0.070083,-0.018845,0.063957,-0.012098,-0.000414,-0.012706,-0.002467,0.016957,0.014239,0.007618,-0.021416,-0.011472,-0.014943,0.009926,0.039594,0.729015,0.01271,0.021861,-0.0114,0.01648,0.01588,0.00743,0.000183,-0.007692,-0.017137,0.01231,0.006617,0.005142,0.021438,0.019929,-0.033132,0.04514,-0.034503,0.007262,-0.017905,-0.036812,-0.035692,0.048653,0.042624,-0.015571,0.037411,0.010682,-0.022987,-0.00203,0.031862,-0.004774,-0.013915,-0.034382,-0.059622,-0.035829,0.028918,-0.032691,0.016676,0.022237,-0.085559,0.016213,0.00384,0.030046,-0.036594,-0.002011,-0.020225,0.033313,0.019914,-0.013095,0.009772,-0.001788,-0.001067,0.016129,0.016381,-0.005435,0.018662,-0.002076,-0.036621,-0.024696,-0.006443,0.022935,0.004087,0.000944,0.060439,0.021868,0.075286,0.006157,-0.001705,0.044294,0.013098,0.033386,-0.070885,0.020159,0.016223,-0.015494,0.003708,0.023906,-0.033556,-0.003145,-0.022187,0.046403,-0.062232,0.022064,-0.025402,0.002954,0.01152,-0.03444,0.012196,-0.004754,0.001713,-0.062762,0.029416,0.001661,-0.012357,-0.002031,-0.007627,0.002254,0.03455,0.003555,0.00253,-0.022907,-0.021025,-0.006266,0.008484,-0.063044,-0.007698,-0.001166,0.028208,0.022608,0.052645,0.024752,-0.010657,-0.032227,-0.04886,-0.000608,-0.027993,-0.003624,0.006492,0.008135,0.008499,0.016866,-0.014392,0.001449,-0.019901,0.041081,-0.043947,-0.03716,0.050166,0.015596,0.006885,0.010319,0.008239,-0.01153,0.01406,-0.059227,-0.030666,0.006945,0.014457,0.008369,0.029456,0.011058,0.009119,-0.021518,-0.0024,0.032781,0.028406,0.019476,0.035101,-0.004039,0.017866,-0.001485,0.189011,0.017701,-0.013116,-0.009437,-0.021604,-0.008801,-0.032342,-0.020151,-0.05605,0.017282,0.021952,0.044427,0.013675,-0.015586,-0.002387,0.066073,-0.009293,0.01538,-0.02621,-0.016147,-0.013132,0.013917,-0.153409,0.005956,-0.027357,-0.006242,0.020393,-0.007243,0.012525,0.008062,0.004309,-0.03719,-0.015181,-0.020041,-0.054205,-0.025076,-0.006746,-0.011637,0.02802,0.007535,0.016526,-0.005085,0.042762,0.082476,-0.022157,0.082994,0.003054,-0.000698,0.039636,0.024476,0.01788,0.023678,-0.005324,0.032787,-0.032403,-0.040536,0.033275,0.01297,-0.050543,-0.000424,-0.039227,0.026717,0.022502,0.010825,-0.023051,0.013351,-0.000994,0.00475,0.014179,-0.01525,-0.024002,-0.01888,0.021585,-0.049517,-0.005988,-0.019191,0.014617,0.014935,-0.017503,-0.002846,-0.034554,0.052789,0.008604,0.022074,0.025798,0.002832,-0.055011,0.012507,-0.023764,-0.020965,0.0255,0.025503,0.044019,-0.011101,0.032083,0.035481,0.044034,0.115882,0.046181,0.036443,0.000088,0.029626,-0.017721,0.002259,-0.042818,-0.016374,-0.041193,0.006055,0.000731,0.006058,-0.001695,-0.025891,-0.036471,0.028626,-0.015679,-0.032327,-0.051256,0.024032,0.013426,0.025472,-0.001021,-0.01781,-0.015968,0.008599,0.028537,0.030119,0.039732,0.038563,0.017574,0.043356,0.004416,0.014715,0.00619,0.012016,-0.018006,0.019281,-0.021322,0.058128,-0.020058,-0.036036,-0.059874,0.032211,-0.018003,-0.036429,0.030776,0.029406,-0.024344,0.002509,-0.013492,0.004857,-0.034332,0.002483,0.009104,-0.005397,0.006977,-0.002042,-0.018,0.007544,-0.023038,-0.027634,-0.031069,0.014692,-0.034582,-0.107987,-0.00131,-0.013722,0.009579,0.037223,-0.007081,-0.019802,-0.109376,0.044568,-0.005911,0.018566,0.020662,-0.025661,0.012482,0.004689,-0.012278,0.040685,0.04176,-0.004651,0.019848,0.011736,-0.011434,-0.018726,-0.010195,0.033461,-0.044017,-0.0141,0.003392,0.032203,0.016342,0.004279,-0.042292,-0.013402,-0.006247,0.008455,0.015269,-0.037463,0.000735,-0.011621,0.008201,0.026989,-0.008079,-0.025238,-0.000407,-0.015872,-0.016111,0.034083,-0.026689,-0.042135,0.000878,-0.001369,0.024196,0.011742,0.069131,0.025392,-0.010016,0.030373,0.001922,0.012106,-0.01381,0.073709,0.016519,-0.002247,-0.043469,0.007368,-0.003343,-0.037166,-0.018097,-0.012465,-0.001976,-0.004846,0.01568,0.012036,0.010569,-0.033014,0.011779,0.001554,0.006061,0.003142,0.004886,-0.028751,-0.007472,-0.04243,-0.011842,-0.017866,0.028451,-0.02602,-0.00912,-0.021317,0.021364,-0.010573,-0.044038,-0.012311,0.008874,-0.010569,0.019341,-0.036652,0.013273,0.027529,0.010233,0.049544,-0.008114,0.013063,0.022341,0.003718,0.009444,0.024822,0.015414,-0.037901,-0.008002,0.000511,-0.022374,0.004283,0.046903,0.000686,0.045567,0.004994,0.012114,0.114652,0.019477,0.013579,-0.019368,-0.024647,-0.010846,0.048007,0.055549,-0.016998,-0.010506,0.011955,-0.008662,-0.033904,0.052813,0.022982,0.011408,0.027541,-0.009485,-0.015987,0.006043,0.027128,0.026076,-0.015528,-0.005003,-0.001045,-0.015191,-0.01265,-0.013439,0.032931,-0.014368,0.003943,0.014548,-0.011834,0.037687,-0.010361,0.021573,0.009551,0.019148,-0.003073,-0.016594,0.047564,-0.008714,-0.007009,-0.018235,0.053289,0.013668,-0.022606,0.002593,0.002018,0.06102,-0.01954,-0.039204,0.033295,-0.047081,0.027412,0.000659,0.004621,-0.01951,0.001653,-0.001219,0.019073,-0.004268,0.001717,-0.029328,0.003026,-0.057918,-0.014413,0.05416,-0.029822,0.011096,-0.001827,-0.008036,-0.002215,0.0121,-0.001738,-0.017939,-0.009783,-0.022812,0.003723,0.024013,0.741917,0.00292,0.02706,-0.000083,0.013996,-0.003807,0.003916,-0.006505,-0.020099,0.010788,0.018147,-0.005078,-0.000347,0.026735,0.015781,-0.033798,0.03343,-0.044113,0.002617,-0.006921,-0.054159,-0.025849,0.042862,0.019502,-0.014433,0.038524,0.001609,-0.016618,0.022685,0.038313,-0.023152,-0.002525,-0.021362,-0.054552,-0.02965,0.015107,-0.045892,-0.002667,0.008873,-0.086548,0.01844,0.017569,0.006266,-0.029248,-0.007067,-0.017413,0.029066,0.016397,-0.019104,-0.00871,-0.013875,0.002011,0.019495,0.025049,-0.008681,0.015437,0.00284,-0.043532,-0.029604,0.00027,0.021056,0.001048,-0.001677,0.070823,0.018028,0.055536,-0.000074,-0.008779,0.028724,-0.005361,0.035678,-0.066908,0.034561,0.01758,-0.00565,0.012371,0.021155,-0.037421,0.01396,-0.016314,0.016801,-0.073815,0.005571,-0.022489,0.012545,0.007992,-0.044942,0.022159,0.016426,-0.006663,-0.094871,0.035859,0.005941,-0.025843,-0.003785,-0.006889,0.004344,0.054695,-0.009118,0.015058,-0.003968,-0.023717,0.020073,0.011371,-0.04011,0.021069,0.006928,0.004726,0.022853,0.063228,0.024217,-0.016602,-0.016508,-0.018294,0.000029,-0.047669,0.013911,-0.000128,-0.002305,0.013714,-0.007589,-0.011761,-0.008425,-0.031048,0.029963,-0.044217,-0.058171,0.057235,0.013535,-0.013657,-0.00134,0.018598,-0.021362,0.009942,-0.037704,-0.035182,-0.004276,0.008836,0.024852,0.03087,0.023969,0.003803,-0.016811,0.005331,0.039241,0.01778,0.006796,0.011998,0.010213,0.000252,-0.017393,0.159631,0.015376,-0.003085,-0.012693,0.006977,-0.008528,-0.011706,-0.051364,0.012628,0.029328,0.02466,0.031898,-0.005381,-0.022562,-0.00402,0.079155,-0.004935,0.010778,-0.022426,-0.007911,0.005359,0.003626,-0.161405,-0.00271,-0.036747,-0.003487,0.000179,-0.006514,-0.001163,0.006131,-0.001722,-0.023001,0.011278,0.005568,-0.057322,-0.021827,0.01858,-0.021933,0.050434,0.015975,0.025081,-0.027151,0.040431,0.073332,-0.009436,0.109228,-0.004495,-0.011136,0.01698,0.012069,0.026586,0.010255,0.019867,0.022443,-0.029563,-0.037993,0.00579,0.006073,-0.035861,0.019516,-0.035123,0.021166,0.00886,0.019829,-0.025446,0.019899,-0.004555,-0.014829,0.012362,0.007211,-0.011731,-0.016469,0.012144,-0.040877,-0.0131,0.000021,0.00479,0.002238,-0.011251,-0.036589,-0.047534,0.029925,0.004184,0.008777,0.032033,-0.000253,-0.040617,0.004611,-0.016683,-0.028384,0.01604,0.011673,0.040203,-0.022256,0.027505,0.042432,0.048366,0.135891,0.016926,0.015423,0.016065,0.024114,-0.001538,0.019226,-0.023361,-0.012634,-0.007488,0.013176,-0.011371,0.019926,0.006049,-0.025143,-0.035291,0.009428,0.006917,-0.025734,-0.041743,0.0202,-0.002929,0.007024,0.008802,0.028842,0.010088,-0.004091,0.018372,0.013341,0.026217,0.03044,0.015033,0.01155,-0.012167,0.015012,0.001787,0.020326,-0.022159,-0.008046,-0.016136,0.042378,-0.002693,-0.022411,-0.03549,0.015608,0.004941,-0.044505,-0.013007,0.02407,-0.032596,-0.000963,-0.010065,-0.002127,-0.045327,0.007441,-0.005302,0.017302,0.008973,-0.003355,-0.005254,0.009874,-0.02811,-0.019431,-0.024403,0.030585,-0.027684,-0.081619,0.011677,-0.009269,0.014871,0.005903,0.007537,-0.021084,-0.084764,0.02682,0.009694,0.009178,0.009615,-0.018595,0.011847,-0.008111,-0.000797,0.046727,0.026042,-0.028083,0.020402,-0.004947,0.016458,0.003486,-0.02341,0.057772,-0.048559,-0.000742,-0.012312,0.01037,0.014708,-0.001237,-0.034361,0.004119,0.004128,0.029154,0.025325,-0.021786,0.002747,-0.004782,0.014412,0.02547,-0.016219,-0.01309,0.014852,-0.016159,-0.006673,0.018919,-0.030234,-0.040009,0.022026,0.005826,-0.000347,0.005997,0.039474,0.041673,-0.008732,0.025867,0.001388,0.031632,-0.012784,0.033488,0.000165,-0.000352,-0.027338,0.00166,0.003592,-0.03256,-0.015981,-0.020608,0.007066,0.005171,0.021533,0.004692,-0.015037,-0.017633,0.016827,0.015256,-0.002982,-0.000526,0.005897,-0.018086,-0.030852,-0.050603,-0.017436,0.002828,0.035668,-0.041325,-0.002875,0.002338,0.026942,-0.031573,-0.04636,0.005831,-0.009236,0.018685,0.017292,-0.040885,-0.000579,0.035352,0.008893,0.025619,0.004919,0.001817,0.023097,0.00364,0.016969,0.036639,0.00985,-0.025934,-0.023104,0.008443,-0.063112,-0.002023,0.0223,-0.000582,0.021729,0.005303,0.010084,0.116938,0.009689,0.002261,0.004567,-0.020953,0.017669,0.051216,0.052328,0.003819,-0.004504,-0.00397,-0.024948,-0.039127,0.028689,0.035084,0.020819,0.027573,-0.022118,0.006885,-0.004686,0.037618,0.016287,-0.000388,-0.020033,0.012935,-0.009626,-0.013674,-0.00774,0.013073,-0.01948,0.025359,0.000132,-0.026045,0.033187,-0.022769,0.023885,-0.015249,0.007715,-0.021993,0.005411,0.027875,-0.034236,-0.006282,-0.038839,0.045199,0.01207,-0.000479,0.011527,0.003686,0.060589,0.003974,-0.005001,0.030822,-0.039559,0.021681,0.000734,0.00166,0.003811,-0.001005,0.000748,0.033321,0.000876,0.000114,-0.025882,0.00819,-0.044862,-0.016462,0.043852,-0.018883,-0.002976,-0.011185,0.013317,-0.008787,-0.007901,0.014778,-0.016916,-0.031262,-0.004024,-0.00194,0.019008,0.763323,0.004141,0.0175,-0.023377,0.031903,0.010188,-0.01524,0.006883,0.006809,-0.011317,0.020675,-0.014253,0.015832,0.012879,0.016322,-0.029615,0.031697,-0.024063,0.017934,-0.021378,-0.028842,-0.035882,0.032016,0.032737,-0.021459,0.041776,0.0065,-0.02551,0.010363,0.034672,-0.032102,-0.018243,-0.031934,-0.028095,-0.021799,0.018371,-0.043968,0.001699,0.030434,-0.091982,0.017344,-0.002498,-0.000887,-0.039376,0.011147,-0.00851,0.028657,0.031738,-0.023409,-0.00358,-0.005014,0.007868,0.00658,0.051764,-0.006405,0.00227,-0.005867,-0.038453,-0.043735,-0.009045,0.024548,-0.006817,-0.028164,0.070308,0.016244,0.084225,-0.001926,0.015059,0.052464,0.007277,0.044299,-0.064888,0.020293,0.003238,0.001647,-0.000828,0.013384,-0.035263,0.01502,-0.017159,0.026251,-0.076656,-0.004371,-0.021029,0.005756,-0.002136,-0.046818,0.017357,0.009471,-0.017679,-0.099615,0.034233,0.008053,-0.020022,0.00824,-0.005659,0.011489,0.051965,-0.001033,0.00517,-0.000053,-0.014755,0.01678,0.016037,-0.059337,0.019624,0.014417,-0.000403,0.014943,0.062479,0.020085,-0.019873,-0.017692,-0.008511,-0.00378,-0.03577,0.023503,0.010901,0.006345,0.007503,-0.00413,-0.021528,0.005418,-0.030737,0.024256,-0.032452,-0.062057,0.056879,0.026132,-0.018086,-0.001025,0.02334,-0.028437,-0.005135,-0.016525,-0.029292,-0.007301,0.008147,0.022945,0.030264,0.007029,0.008315,-0.00994,0.011555,0.026836,0.017858,0.003296,0.003387,0.011689,0.012114,0.002898,0.163303,0.009897,-0.004616,-0.008863,-0.007057,-0.013933,-0.007012,-0.052848,0.005644,0.030973,0.018927,0.035272,0.002272,-0.008397,-0.003784,0.082878,-0.012743,-0.000986,-0.001062,0.000069,-0.008647,0.013631,-0.162576,-0.002016,-0.032127,-0.00142,0.010805,0.003631,-0.006424,-0.0037,-0.002906,-0.033016,-0.007613,0.006268,-0.055262,-0.022169,0.001278,-0.031421,0.059936,0.003791,0.007032,-0.020335,0.040748,0.08663,-0.013429,0.119046,0.005165,0.000827,0.016141,0.011055,0.02749,0.01139,0.024359,0.027798,-0.021059,-0.024206,-0.009224,0.004603,-0.044221,0.017197,-0.033338,0.021984,0.022364,0.021729,-0.020851,0.013772,-0.005823,-0.023635,0.007317,0.007408,-0.01861,-0.004818,0.019826,-0.029995,-0.00534,-0.004618,0.010105,0.000106,-0.01012,-0.022848,-0.045122,0.02914,0.013415,0.0038,0.005354,0.002956,-0.036864,-0.005295,-0.013102,-0.0281,0.016553,0.016855,0.031033,-0.017439,0.014375,0.035769,0.044551,0.107775,0.019316,0.013966,0.011404,0.017386,-0.017089,0.005481,-0.026535,-0.002143,-0.023988,0.012486,-0.00812,0.01568,0.012213,-0.019555,-0.028312,0.007396,-0.0014,-0.024247,-0.046086,0.022934,-0.002635,0.005836,0.009149,0.03414,-0.008498,-0.006726,0.004554,0.013549,0.011407,0.031439,0.020449,0.01507,-0.022205,0.014194,0.00785,0.014579,-0.035703,-0.001008,-0.016394,0.036984,-0.00238,-0.019009,-0.03026,0.027092,0.00591,-0.049084,-0.015494,0.016008,-0.034196,0.000995,-0.006499,-0.00683,-0.034478,-0.009476,0.010792,0.016126,-0.002526,-0.011806,-0.004436,0.001625,-0.015897,-0.025287,-0.011212,0.027134,-0.02291,-0.095303,0.014167,0.002971,-0.001596,0.007662,0.015203,-0.010635,-0.059803,0.026979,0.017052,-0.004746,0.015761,-0.003697,-0.01405,-0.00557,0.002217,0.044634,0.022599,-0.021497,0.012163,-0.002784,0.016523,0.005108,-0.021087,0.043141,-0.035,0.003082,-0.014935,0.015445,0.010987,0.001486,-0.029772,-0.000674,-0.003021,0.013506,0.013465,-0.010213,0.006587,-0.01494,0.022888,0.01719,-0.017974,-0.016895,0.02371,-0.00905,-0.000388,0.015844,-0.016619,-0.031402,0.018838,0.002584,0.006377,0.007289,0.061008,0.043301,-0.028608,0.022136,-0.008606,0.026509,0.002138,0.040951,0.015817,0.004461,-0.019514,-0.000345,0.017318,-0.02734,-0.017631,-0.014894,-0.009953,-0.002457,0.00248,0.010798,-0.0239,-0.009916,0.01505,0.019562,0.012403,0.001078,0.01431,-0.01574,-0.01659,-0.036762,-0.010041,-0.000919,0.033144,-0.032088,0.010483,0.006882,0.029038,-0.029795,-0.039039,0.011228,-0.004397,0.010569,0.023404,-0.032494,0.018136,0.054914,0.004178,0.038454,-0.005455,0.012747,0.028839,-0.014602,0.00655,0.017487,0.016058,-0.026005,-0.029268,0.011353,-0.050185,-0.004585,0.020825,-0.000166,0.022686,-0.001187,0.000915,0.116326,0.008627,0.002363,0.013059,-0.026467,0.006309,0.058373,0.044751,-0.011055,-0.007896,-0.000709,-0.022007,-0.033993,0.020998,0.02254,0.016168,0.01657,-0.016755,0.006197,-0.006885,0.046356,0.028248,-0.0008,-0.020899,0.011236,-0.000188,-0.021085,-0.00415,0.015283,-0.006667,0.032229,0.014027,-0.026877,0.011464,-0.02098,0.032637,-0.010337,0.004682,-0.017526,0.008203,0.027674,-0.037292,-0.007172,-0.033149,0.034764,0.017776,-0.014888,0.000575,0.005481,0.065709,-0.001763,-0.014314,0.024613,-0.031468,0.023817,0.002732,-0.00491,-0.008668,-0.000347,-0.009522,0.036601,0.011178,0.006782,-0.026875,0.006301,-0.052957,-0.022902,0.037933,-0.023009,0.00385,0.007255,0.019636,0.007654,-0.016002,0.020856,-0.019266,-0.022119,-0.007661,0.000935,0.006126,0.782123,-0.000456,0.025603,-0.021097,0.024553,-0.008783,-0.004963,-0.00261,0.004418,-0.000913,0.009134,-0.012369,0.011856,0.009897,0.004496,-0.008808,0.028007,-0.022906,0.017054,-0.015845,-0.033526,-0.018059,0.020417,0.022517,-0.012248,0.033059,0.002927,-0.029143,0.007076,0.023365,-0.032167,-0.005416,-0.035286,-0.011897,-0.023693,0.028409,-0.020034,-0.004648,0.033238,-0.094775,0.012707,0.008513,0.003713,-0.012594,0.021949,-0.005333,0.023535,0.032975,-0.015667,-0.001999,-0.005452,-0.00345,0.001985,0.048664,-0.010904,-0.001068,-0.003506,-0.031736,-0.045257,0.00492,0.023618,-0.015107,-0.017848,0.080269,0.024104,0.077144,-0.003498,0.016432,0.044965,0.01683,0.04405,-0.06708,0.020558,0.005009,0.000166,0.001767,0.010223,-0.034237,0.013487,-0.022993,0.024472,-0.072386,-0.006146,-0.03005,0.011321,-0.005979,-0.053158,0.02084,0.010518,-0.017954,-0.101567,0.040234,0.011152,-0.016363,0.003175,-0.013418,0.017664,0.054066,-0.00233,0.003682,-0.002157,-0.013042,0.020434,0.013403,-0.051196,0.029573,0.01198,-0.008333,0.013611,0.062046,0.020501,-0.019118,-0.013166,-0.009157,-0.000669,-0.029865,0.023328,0.017139,0.001789,0.012455,-0.003832,-0.012561,0.000054,-0.028546,0.025946,-0.036858,-0.069894,0.055553,0.029123,-0.020885,-0.00674,0.022954,-0.027019,-0.003988,-0.0256,-0.026518,-0.010754,0.007658,0.019095,0.037326,0.016633,-0.00152,-0.01469,0.003098,0.022199,0.024944,-0.002944,-0.003562,0.016614,0.009221,0.005006,0.154923,0.013116,0.00314,-0.010978,0.001382,-0.014327,-0.006406,-0.045137,0.010455,0.038299,0.024961,0.03241,-0.003736,-0.022701,-0.004992,0.082706,-0.025681,-0.005046,-0.008055,-0.007095,0.002461,0.000963,-0.163532,-0.005993,-0.036157,-0.001981,0.013606,-0.001489,-0.00436,-0.00162,-0.006746,-0.03335,-0.008307,0.004796,-0.053855,-0.034159,0.008279,-0.022399,0.055331,0.004596,-0.000962,-0.017814,0.036931,0.082285,-0.019765,0.119611,-0.002109,0.000711,0.01537,0.014659,0.029131,0.013681,0.022821,0.023473,-0.029907,-0.01668,-0.00756,0.007608,-0.046409,0.021327,-0.037478,0.032848,0.026343,0.022744,-0.018862,0.01405,-0.00655,-0.02313,0.003343,0.002305,-0.019562,-0.0083,0.02198,-0.029569,-0.004835,-0.00122,0.016103,-0.005527,-0.006392,-0.020171,-0.045513,0.020508,0.013199,0.006139,0.016264,-0.003671,-0.033045,-0.001881,-0.015923,-0.02661,0.019577,0.014003,0.03439,-0.01348,0.019894,0.032207,0.042943,0.108981,0.013664,0.020898,0.017597,0.013591,-0.021995,0.008548,-0.025408,-0.004066,-0.024522,0.004827,-0.008592,0.017699,0.019531,-0.026454,-0.034529,0.007051,0.001236,-0.01773,-0.04403,0.026662,-0.013709,-0.003854,0.015158,0.031691,-0.007464,-0.017003,0.00271,0.012164,0.010993,0.029318,0.024212,0.011278,-0.01859,0.011872,0.012884,0.012541,-0.033135,-0.004234,-0.021257,0.030222,0.005406,-0.016085,-0.040194,0.019133,0.01083,-0.043346,-0.020289,0.016633,-0.036279,0.0023,-0.00543,-0.00803,-0.038835,-0.008597,0.007072,0.018709,0.000628,-0.004014,0.00193,0.009848,-0.020492,-0.019715,-0.012214,0.026019,-0.02442,-0.093913,0.015704,0.008422,0.011327,0.006029,0.007941,0.001224,-0.061109,0.018162,0.010099,-0.006322,0.008937,-0.004319,0.002786,-0.005927,-0.000408,0.051832,0.022108,-0.019324,0.024351,-0.00658,0.013443,0.000444,-0.020586,0.052556,-0.042847,-0.001773,-0.018494,0.011782,0.016914,0.002248,-0.030855,-0.007696,-0.00624,0.018235,0.010982,-0.015977,0.002125,-0.019895,0.015818,0.020105,-0.013573,-0.020958,0.021062,-0.015206,0.005262,0.009392,-0.013793,-0.032627,0.010125,0.003608,0.018957,0.005255,0.063067,0.042035,-0.027519,0.025333,-0.004083,0.021419,0.003288,0.043832,0.006856,0.003078,-0.02023,-0.005139,-0.000094,-0.026128,-0.017572,-0.019031,-0.010909,0.001926,0.00368,0.012934,-0.020361,-0.006791,0.019254,0.026576,0.006116,0.001567,0.00433,-0.026546,-0.018549,-0.039367,-0.016117,0.000595,0.043163,-0.033475,0.002743,0.00994,0.021684,-0.028807,-0.042108,0.003679,-0.003171,0.006349,0.033227,-0.035768,0.014928,0.054064,0.004661,0.035343,-0.012257,0.014563,0.017609,-0.009094,0.006649,0.013924,0.012072,-0.02247,-0.02766,0.021705,-0.052955,0.002176,0.026028,0.003418,0.022643,0.006274,0.012059,0.116604,0.014418,0.005901,0.010472,-0.034901,0.005119,0.057823,0.046435,-0.004223,-0.007645,-0.00804,-0.028309,-0.037275,0.024566,0.019447,0.017358,0.013809,-0.014279,-0.002028,-0.005301,0.04658,0.024442,-0.007394,-0.022336,0.016575,0.006118,-0.017446,-0.005176,0.01498,-0.010494,0.033036,0.016768,-0.022387,0.017728,-0.019148,0.025571,-0.020041,-0.001373,-0.009062,0.009944,0.02708,-0.041656,-0.00525,-0.035863,0.032795,0.018851,-0.007724,0.000771,0.005374,0.0738,0.000287,-0.0136,0.024278,-0.020811,0.027557,0.009228,-0.003099,-0.002622,-0.001965,-0.017692,0.039093,0.005467,0.004652,-0.02688,0.004974,-0.06007,-0.020589,0.037492,-0.014247,-0.002082,0.003773,0.022471,-0.003407,-0.022573,0.012075,-0.015504,-0.027735,-0.005408,0.002193,0.016984,0.773257,0.009715,0.0164,-0.026508,0.024888,-0.011585,-0.007406,-0.001611,0.005791,-0.008739,0.020175,-0.011947,0.023109,0.006501,0.009848,-0.019136,0.027098,-0.012599,0.017799,-0.016514,-0.026653,-0.0148,0.015367,0.029427,-0.015133,0.041601,0.007669,-0.031409,0.001227,0.022244,-0.034275,-0.007766,-0.029507,-0.009063,-0.024338,0.030416,-0.031262,0.006079,0.035668,-0.094282,0.015601,0.003929,0.003188,-0.012095,0.018284,-0.004824,0.028795,0.032579,-0.020041,-0.003562,-0.00277,0.002934,0.000352,0.049601,-0.00714,-0.00123,-0.004453,-0.045115,-0.052399,-0.005348,0.021659,-0.015596,-0.016167,0.079934,0.033516,0.076129,-0.005911,0.016529,0.047559,0.019262,0.036705,-0.069809,0.031653,0.014907,0.002592,0.011072,0.010996,-0.027448,0.020667,-0.015349,0.012619,-0.079442,0.005376,-0.02545,0.006984,0.012434,-0.041738,0.023779,0.013641,-0.007859,-0.086653,0.030586,0.002917,-0.024984,-0.003259,-0.016491,0.002535,0.052297,-0.004673,0.016088,0.000913,-0.017273,0.026899,0.013473,-0.057491,0.010918,0.005519,0.008494,0.020245,0.062968,0.020939,-0.017697,-0.014882,-0.011048,-0.000921,-0.040737,0.012579,0.000846,0.000277,0.015142,-0.010181,-0.010778,-0.005626,-0.028044,0.023289,-0.043476,-0.05008,0.046039,0.009873,-0.016976,-0.00122,0.0157,-0.015048,0.016732,-0.03569,-0.035159,-0.004287,0.007324,0.027036,0.026367,0.019106,0.006553,-0.023416,0.010068,0.025964,0.012695,-0.00004,0.012154,0.015807,0.002948,-0.009792,0.146788,0.00607,0.003379,-0.014272,0.00757,0.002215,-0.012639,-0.040311,0.003287,0.033597,0.025474,0.029335,-0.003579,-0.019673,-0.000022,0.081758,-0.003453,0.015242,-0.017716,-0.00417,0.004064,0.010667,-0.170441,-0.00276,-0.035972,0.003876,0.001234,-0.010756,0.002309,0.005788,-0.008488,-0.019587,0.004811,-0.002283,-0.05521,-0.018389,0.024939,-0.018572,0.043268,0.013433,0.033877,-0.015644,0.047869,0.070312,-0.004959,0.107345,-0.001381,-0.012363,0.023652,0.009945,0.022125,0.010255,0.016989,0.023525,-0.021141,-0.028098,0.006803,0.006554,-0.028244,0.022314,-0.036229,0.011489,0.019084,0.018313,-0.021039,0.017738,0.00651,-0.004278,0.011839,-0.008943,-0.025557,-0.001273,0.015052,-0.036254,-0.005737,-0.001738,0.008908,-0.000941,-0.014216,-0.028154,-0.035336,0.019842,0.012042,0.012126,0.027195,-0.00123,-0.041729,0.002637,-0.010922,-0.025134,0.026155,0.009622,0.039637,-0.023035,0.029371,0.041248,0.051778,0.128458,0.013518,0.01711,0.015044,0.027437,0.008428,0.019638,-0.010172,-0.012155,-0.00639,0.013238,-0.011052,0.019599,0.003202,-0.026983,-0.031998,0.019665,0.009978,-0.022814,-0.04089,0.016792,0.000429,0.005009,0.000185,0.027864,0.008585,-0.011903,0.020707,0.010069,0.014872,0.024692,0.009914,0.015277,-0.01074,0.006175,-0.005009,0.022573,-0.025122,-0.005174,-0.020803,0.039003,-0.006498,-0.013414,-0.030139,0.017001,0.008087,-0.046171,-0.009229,0.01906,-0.022337,0.000391,-0.005524,0.00023,-0.048611,0.006664,-0.000599,0.015439,0.011039,-0.006189,-0.000939,0.002756,-0.020247,-0.027064,-0.018323,0.032958,-0.035525,-0.09043,0.012984,0.000626,0.015346,0.006151,0.013426,-0.016022,-0.083015,0.021501,0.00658,0.001326,0.004665,-0.022299,0.010513,-0.005757,0.000175,0.043291,0.026493,-0.027568,0.022842,-0.00716,0.014933,0.008197,-0.020729,0.048937,-0.042584,0.001298,-0.01323,0.013422,0.016942,0.003984,-0.025554,0.007847,-0.002299,0.026347,0.022634,-0.008622,-0.001378,-0.000519,0.012312,0.023311,-0.016184,-0.013226,0.011896,-0.01947,-0.001444,0.017094,-0.028279,-0.038744,0.017587,-0.005213,-0.002411,0.004151,0.052047,0.036538,-0.008901,0.022759,-0.001239,0.026391,-0.013057,0.029626,-0.008235,-0.000122,-0.021113,0.003772,0.000074,-0.032211,-0.020669,-0.025752,-0.000794,0.004048,0.01523,0.000525,-0.012469,-0.016901,0.012746,0.021938,-0.00543,-0.001094,0.004041,-0.020383,-0.029077,-0.047591,-0.020619,-0.005823,0.027561,-0.030449,0.001186,0.004166,0.02099,-0.027767,-0.04067,0.006507,-0.010553,0.02371,0.010667,-0.034907,0.003568,0.033736,0.011125,0.022841,-0.004092,0.004401,0.02267,-0.00066,0.014805,0.01433,0.009335,-0.016495,-0.025208,0.013499,-0.054189,-0.001942,0.02469,0.001721,0.016949,0.011715,0.006887,0.115395,0.015906,0.002383,0.005997,-0.020984,0.015087,0.045295,0.052597,-0.00268,-0.003142,-0.008688,-0.021199,-0.036456,0.02248,0.031704,0.016385,0.024499,-0.024166,0.014352,-0.009188,0.05152,0.022415,-0.006366,-0.02356,0.007567,-0.011882,-0.012391,-0.008643,0.015255,-0.015889,0.020684,0.008084,-0.029548,0.036589,-0.014453,0.020389,-0.017366,0.011222,-0.012174,0.007376,0.029344,-0.037807,-0.008232,-0.036041,0.038385,0.013119,0.001564,0.007056,0.007297,0.062474,0.0012,0.004257,0.031064,-0.034086,0.022848,0.002412,0.001406,0.003859,-0.002987,0.013154,0.028428,0.00319,0.003622,-0.025757,0.015191,-0.038617,-0.019369,0.041162,-0.020742,-0.007661,-0.017447,0.00932,-0.00264,-0.000482,0.007319,-0.011543,-0.023552,-0.011779,0.003392,0.016134,0.782624,-0.003004,0.009914,-0.02001,0.031011,0.011497,-0.018536,0.010782,0.010145,-0.013856,0.012816,-0.016075,0.009909,0.017486,0.017808,-0.026752,0.027488,-0.018902,0.018222,-0.025832,-0.028108,-0.036464,0.036089,0.030344,-0.016944,0.047331,0.007121,-0.025642,0.011519,0.024675,-0.026009,-0.013166,-0.035548,-0.032929,-0.009623,0.01821,-0.040982,-0.002852,0.024172,-0.093448,0.010716,0.00092,0.001031,-0.03717,0.009212,-0.00947,0.031275,0.043756,-0.01905,-0.007846,-0.00076,0.004676,0.005687,0.050611,-0.008522,0.003248,-0.001041,-0.044043,-0.032026,-0.010718,0.014648,-0.002868,-0.036543,0.074706,0.018376,0.079977,0.00055,0.010896,0.043136,0.006743,0.041865,-0.060647,0.009336,0.004516,0.008025,0.005563,0.005586,-0.031023,0.014458,-0.014922,0.020387,-0.077529,-0.000516,-0.024754,0.009676,0.005577,-0.048927,0.021083,0.001601,-0.009411,-0.101611,0.033686,0.009765,-0.018322,0.010714,-0.010843,0.00709,0.048721,-0.004879,0.002994,0.003779,-0.015228,0.021158,0.023684,-0.067492,0.020252,-0.000469,-0.006525,0.014862,0.06912,0.020257,-0.026737,-0.014388,-0.002528,-0.005253,-0.042749,0.017528,0.009347,-0.000677,0.010282,-0.018627,-0.010258,0.00789,-0.0318,0.023016,-0.037507,-0.06176,0.047129,0.021214,-0.022762,0.000317,0.012483,-0.023401,0.006652,-0.02917,-0.02748,-0.005968,0.010372,0.023883,0.024413,0.011433,0.004797,-0.013306,0.001413,0.019095,0.015819,0.004152,0.011159,0.016506,0.011661,0.006342,0.150811,0.001333,0.000891,-0.017174,-0.005897,-0.01083,-0.008271,-0.042453,-0.001313,0.032875,0.018338,0.027341,-0.000515,-0.015706,-0.000299,0.084646,-0.012164,-0.000024,-0.008114,-0.007438,0.004788,0.013821,-0.166949,-0.007594,-0.041073,0.000674,0.016754,-0.000823,0.001128,0.009511,-0.006073,-0.021456,-0.01007,-0.000259,-0.05949,-0.023701,0.00979,-0.013055,0.059903,0.010944,0.011252,-0.023975,0.042297,0.079964,-0.006123,0.125342,-0.001217,0.003954,0.017764,0.010245,0.024398,0.011518,0.018394,0.030223,-0.019159,-0.028072,-0.00793,-0.005392,-0.038286,0.014464,-0.040056,0.012877,0.021214,0.018688,-0.018597,0.017887,-0.000857,-0.016845,0.011565,-0.009121,-0.028327,0.006623,0.014416,-0.02773,-0.005109,0.001458,0.008579,-0.009413,-0.011766,-0.015877,-0.034213,0.018781,0.028334,0.014581,0.009667,-0.001331,-0.037475,-0.008608,-0.010697,-0.019833,0.029222,0.017028,0.029956,-0.016595,0.023646,0.031158,0.043733,0.093299,0.02131,0.020751,0.011331,0.024059,-0.007819,0.006049,-0.020563,-0.000074,-0.013465,0.011674,-0.010741,0.022073,0.016355,-0.024226,-0.022684,0.016589,0.005074,-0.023179,-0.043576,0.022985,-0.008508,-0.000601,-0.002262,0.034484,-0.003958,-0.008497,0.01406,0.017245,0.009782,0.03012,0.011164,0.015164,-0.019754,0.011905,-0.005957,0.017207,-0.0354,0.006271,-0.018449,0.033606,0.000539,-0.017832,-0.035755,0.017324,0.00725,-0.041196,-0.012305,0.014936,-0.025199,-0.0007,-0.005401,0.002875,-0.043313,-0.006612,0.010845,0.02127,0.006195,-0.007071,0.001245,0.003818,-0.020921,-0.02404,-0.008505,0.022398,-0.02903,-0.109399,0.013048,0.006839,0.013154,0.001077,0.010809,-0.003202,-0.063908,0.01993,0.011262,-0.013602,0.003457,-0.011447,-0.01015,-0.001356,0.000876,0.043909,0.024299,-0.013696,0.020202,-0.004412,0.021149,-0.000728,-0.021172,0.043968,-0.041599,0.002113,-0.011517,0.0113,0.012807,-0.003375,-0.026571,0.00652,-0.004958,0.016431,0.013076,-0.000712,0.000303,-0.013751,0.011046,0.018169,-0.01603,-0.01767,0.018854,-0.010422,-0.002799,0.02052,-0.016597,-0.034981,0.014782,-0.005008,0.009031,0.002424,0.059421,0.049282,-0.021888,0.023067,-0.007577,0.028503,-0.002834,0.03686,-0.002227,-0.002896,-0.01361,0.007498,0.016095,-0.032831,-0.019398,-0.018222,-0.007023,-0.000388,0.010333,0.002991,-0.016902,-0.009204,0.015021,0.023714,0.004196,0.000573,0.012359,-0.022694,-0.018948,-0.041433,-0.008971,-0.003172,0.026507,-0.028317,0.01334,0.009354,0.021389,-0.031921,-0.03866,0.003204,-0.004681,0.016307,0.014231,-0.029582,0.021268,0.049189,0.001249,0.034929,-0.007797,0.016305,0.03491,-0.007529,0.015215,-0.001481,0.014122,-0.018821,-0.032575,0.015305,-0.04908,-0.001819,0.026376,0.000266,0.016256,0.010018,-0.002033,0.113873,0.020941,-0.000708,0.012447,-0.027331,0.002654,0.060034,0.052793,-0.007994,-0.012507,-0.009192,-0.023012,-0.035711,0.023608,0.024045,0.019436,0.028489,-0.018115,0.00489,-0.002602,0.049423,0.027162,-0.012651,-0.018674,0.013596,-0.004841,-0.014337,-0.01015,0.016723,-0.008373,0.03329,0.010888,-0.025106,0.023806,-0.016332,0.030234,-0.004076,0.009472,-0.008352,0.012184,0.025772,-0.041145,-0.016957,-0.035407,0.030684,0.015,-0.009803,0.007183,0.011705,0.056508,-0.002132,0.00019,0.025832,-0.019661,0.024744,0.00919,-0.004196,-0.002873,-0.000567,0.006239,0.03367,0.005814,0.005415,-0.024485,0.010183,-0.043455,-0.020563,0.045594,-0.025521,0.00105,0.000131,0.009666,0.000577,-0.007074,0.014194,-0.011738,-0.026765,-0.016192,-0.003709,0.007029,0.783244,-0.006262,0.011986,-0.019279,0.027426,-0.006776,-0.007881,0.003404,0.008743,-0.006545,0.01035,-0.010598,0.005816,0.002965,0.013295,-0.015194,0.03171,-0.017776,0.012067,-0.016259,-0.030714,-0.02408,0.025409,0.013512,-0.015766,0.035057,0.006025,-0.027377,0.015015,0.017361,-0.035965,-0.015533,-0.033532,-0.022657,-0.011465,0.033536,-0.029282,-0.002613,0.029326,-0.095675,0.010982,0.004507,0.005647,-0.024402,0.015197,0.000766,0.024751,0.051576,-0.009815,-0.001948,0.000235,-0.008089,0.006776,0.055315,-0.009205,-0.003194,-0.005045,-0.043845,-0.041239,-0.00433,0.015425,-0.011736,-0.031739,0.082284,0.021981,0.08979,0.001206,0.007452,0.040263,0.014423,0.042736,-0.0648,0.013758,-0.000373,0.01483,0.001663,0.003106,-0.031547,0.016203,-0.015059,0.020863,-0.079595,0.000375,-0.021824,0.002267,0.006214,-0.043535,0.021499,0.001829,-0.016156,-0.095146,0.033434,0.011372,-0.014588,0.012256,-0.015809,0.007306,0.049258,-0.00391,0.003682,0.000607,-0.016525,0.024446,0.021813,-0.068094,0.023047,0.005138,-0.007178,0.012559,0.062108,0.022133,-0.027981,-0.009273,0.000919,-0.004053,-0.035494,0.019119,0.012904,0.005133,0.011013,-0.011316,-0.016076,0.007992,-0.03524,0.028144,-0.03458,-0.064516,0.050249,0.030307,-0.026548,0.00012,0.018286,-0.020141,0.006843,-0.01989,-0.026624,-0.013672,0.007933,0.01725,0.015687,0.012711,0.006153,-0.017898,0.007487,0.021609,0.01237,-0.0009,0.007471,0.011901,0.015451,0.004212,0.149595,-0.005403,0.001232,-0.016655,-0.007991,-0.002768,-0.00844,-0.044342,0.002651,0.030576,0.018344,0.037108,0.002142,-0.010517,-0.000521,0.084596,-0.016062,-0.000398,-0.004923,-0.000878,0.002373,0.015952,-0.162957,-0.004846,-0.040715,0.000629,0.013203,-0.000651,-0.001034,0.003843,-0.001299,-0.030323,-0.007371,0.005087,-0.056222,-0.025943,0.008487,-0.015956,0.06109,-0.002357,0.009271,-0.022702,0.042098,0.088291,-0.010293,0.134365,0.005063,0.004958,0.016336,0.014741,0.025719,0.01319,0.019489,0.026174,-0.020058,-0.019204,-0.007151,0.002435,-0.037469,0.019444,-0.041866,0.016419,0.017946,0.023901,-0.018124,0.016334,0.004777,-0.017467,0.011674,-0.006401,-0.02446,0.00687,0.020011,-0.028412,0.000821,0.001943,0.006331,-0.003758,-0.012655,-0.017246,-0.02799,0.018855,0.027057,0.013628,0.008722,-0.00102,-0.033046,-0.010622,-0.01073,-0.02207,0.031877,0.016532,0.028612,-0.019981,0.021989,0.038576,0.046879,0.099627,0.019512,0.017915,0.012528,0.021451,-0.007514,0.004301,-0.022359,-0.00257,-0.01837,0.013756,-0.007226,0.019478,0.016218,-0.022522,-0.031948,0.02032,0.006092,-0.031571,-0.046686,0.017647,-0.004211,0.003114,-0.004733,0.037262,-0.00644,-0.010587,0.01356,0.018947,0.014259,0.030341,0.018015,0.016902,-0.012634,0.009828,0.000138,0.018195,-0.0332,0.010062,-0.024982,0.033193,-0.004345,-0.01813,-0.033191,0.017323,0.004956,-0.046426,-0.013321,0.018284,-0.028902,0.000463,-0.004609,-0.002572,-0.040286,-0.008699,0.020478,0.019191,-0.001793,-0.003315,-0.003703,0.008383,-0.014256,-0.023389,-0.009541,0.028484,-0.029262,-0.104809,0.017692,0.008997,0.005409,0.003656,0.015883,-0.005869,-0.04669,0.0206,0.01127,-0.013759,0.001442,-0.00653,-0.009571,-0.000959,0.005428,0.039095,0.019954,-0.010482,0.015033,-0.004967,0.016091,0.006072,-0.022024,0.044664,-0.036924,0.008879,-0.014202,0.015409,0.012027,-0.002666,-0.021666,0.005983,-0.009843,0.012462,0.009637,-0.002711,-0.003062,-0.009476,0.021258,0.021736,-0.016861,-0.016421,0.020105,-0.016391,-0.003661,0.015545,-0.015559,-0.033764,0.020692,-0.005394,0.003751,0.003613,0.056016,0.045903,-0.027133,0.024951,-0.004744,0.021985,0.001858,0.033004,0.005875,0.000715,-0.022801,0.008318,0.013694,-0.027345,-0.02658,-0.022967,-0.015164,-0.002542,0.011761,0.002492,-0.018317,-0.004252,0.017093,0.024662,0.001436,0.002527,0.014316,-0.017236,-0.021217,-0.035178,-0.014449,-0.007537,0.030327,-0.02986,0.012417,0.015576,0.019102,-0.026404,-0.035987,0.004288,-0.002107,0.014093,0.020877,-0.025047,0.021443,0.052891,-0.003014,0.039639,-0.005665,0.010502,0.032645,-0.0139,0.013958,-0.00354,0.013566,-0.022895,-0.02948,0.015822,-0.039218,-0.002476,0.026841,0.004772,0.01818,0.007349,-0.002146,0.114766,0.015473,0.000821,0.015662,-0.027381,0.001258,0.06191,0.044405,-0.010879,-0.010782,-0.002684,-0.02192,-0.027639,0.02594,0.023971,0.01664,0.01723,-0.024254,0.006538,-0.005641,0.056551,0.035119,-0.005499,-0.021834,0.008857,-0.004172,-0.025549,-0.003455,0.017284,-0.006602,0.025616,0.014461,-0.026138,0.017883,-0.014883,0.031718,-0.014543,0.008803,-0.014023,0.006627,0.0232,-0.04934,-0.011486,-0.03306,0.027667,0.014229,-0.012468,-0.001651,0.010237,0.060282,0.001474,-0.001105,0.023482,-0.019542,0.021974,0.003666,0.001006,-0.008138,-0.0038,0.009185,0.028407,0.004506,0.009687,-0.023916,0.005662,-0.049635,-0.016593,0.039445,-0.023935,-0.00537,0.002653,0.010625,-0.000113,-0.01708,0.017656,-0.011122,-0.027432,-0.015896,-0.000892,0.002283,0.785037,-0.00291,0.014064,-0.016436,0.028506,-0.012132,-0.005141,0.003473,0.004603,-0.002036,0.002787,-0.013668,0.013542,0.01261,0.009328,-0.012921,0.032064,-0.023311,0.016478,-0.015214,-0.028979,-0.015421,0.023918,0.016625,-0.008699,0.035392,0.006919,-0.027049,0.010653,0.010646,-0.035231,-0.00837,-0.03473,-0.01825,-0.00838,0.029491,-0.022016,-0.006174,0.031405,-0.094886,0.012719,0.005172,0.012783,-0.018735,0.018025,-0.002867,0.024997,0.047257,-0.014295,0.000177,-0.001997,-0.006417,0.011865,0.052391,-0.009769,-0.003802,-0.003117,-0.046097,-0.033464,-0.003804,0.015726,-0.010339,-0.035133,0.083425,0.023889,0.083256,0.003192,0.01155,0.038193,0.011787,0.051967,-0.083565,0.032725,0.009764,0.008926,-0.00057,0.01736,-0.028919,0.003759,-0.025313,0.017081,-0.075273,0.00889,-0.019486,0.001157,0.009161,-0.041737,0.025231,0.002857,-0.014672,-0.082885,0.045096,-0.007327,-0.01304,0.014913,-0.012921,0.013196,0.064714,-0.014321,0.006284,-0.002766,-0.009813,0.015071,0.010555,-0.034092,0.020147,0.013121,0.024472,0.008111,0.057166,0.021242,-0.031474,-0.017443,-0.012102,0.005224,-0.016582,0.007626,0.003186,0.008817,0.023016,-0.000775,-0.011553,-0.004968,-0.027898,0.009078,-0.038002,-0.05513,0.04618,0.009188,-0.012993,0.002441,0.023096,-0.013267,-0.00412,-0.039409,-0.020902,-0.004195,0.018385,0.024707,0.020265,0.012038,0.016026,-0.01992,0.008798,0.01958,0.00424,0.013571,-0.014166,0.008098,-0.000516,-0.000132,0.148088,0.00216,0.031577,-0.032965,0.019861,-0.016171,-0.011308,-0.033271,0.025788,0.029441,0.025626,0.047579,-0.016736,-0.022415,-0.0122,0.078511,-0.010763,0.015099,-0.014529,-0.004986,-0.010843,0.004508,-0.152863,-0.000483,-0.04081,-0.003076,0.021234,-0.002907,-0.016532,-0.003771,0.002287,-0.012679,0.020764,0.010934,-0.056396,-0.013262,0.015829,-0.040178,0.031518,0.001312,0.029799,-0.005455,0.056852,0.086895,-0.012732,0.113354,0.01089,-0.004415,0.025191,0.01367,0.013529,0.016632,0.019606,0.007243,-0.023051,-0.027775,-0.010634,0.012638,-0.042212,0.020601,-0.034247,0.030668,0.004366,-0.001559,-0.015601,0.028922,-0.00551,-0.01995,0.014349,0.000313,-0.006314,-0.002099,-0.006169,-0.023458,-0.010017,0.01102,-0.001046,-0.003885,-0.018709,-0.050194,-0.031926,0.018384,0.006149,0.018424,0.018494,-0.003627,-0.045462,0.012476,-0.00291,-0.026174,0.015722,0.006838,0.037154,-0.008902,0.029579,0.026075,0.042378,0.135107,0.021665,0.012528,0.007536,0.02718,0.009905,0.028875,-0.026023,-0.013066,-0.009803,0.001242,-0.012212,0.028796,0.001558,-0.029178,-0.04821,0.030894,0.023753,-0.021556,-0.059382,0.031207,0.000718,0.002397,0.02146,0.022958,0.012945,-0.031117,0.020108,0.01507,0.024539,0.028169,0.023193,0.020425,-0.005832,0.005026,-0.015508,0.013946,-0.028296,-0.014348,-0.01619,0.042837,-0.001369,-0.00598,-0.03177,0.014545,0.004876,-0.055715,-0.028279,0.031503,-0.046535,0.005465,-0.008112,-0.011317,-0.055163,0.024326,-0.003911,0.015767,0.012165,0.000324,-0.008947,-0.004303,-0.009807,-0.017144,-0.020149,0.037634,-0.037415,-0.075931,0.027293,0.003319,0.019318,0.011113,0.033106,-0.032787,-0.071765,0.02577,-0.008262,0.027955,-0.004447,-0.02187,0.012612,-0.001258,0.001005,0.043517,0.017753,-0.021177,0.014401,0.000212,0.002209,-0.002948,-0.016912,0.04372,-0.045443,-0.003322,-0.009073,0.01752,0.014337,0.001653,-0.02392,0.018381,0.007747,0.032338,0.01796,-0.031598,-0.002187,0.0016,0.016846,0.014865,-0.008312,-0.013011,0.006905,-0.028363,0.00575,0.02108,-0.030063,-0.042061,0.019923,0.007205,-0.012503,-0.008749,0.055631,0.024515,-0.025342,0.023228,0.013414,0.035921,-0.002253,0.046693,-0.003425,-0.003265,-0.032419,-0.000254,0.000921,-0.043611,-0.010255,-0.010785,-0.001263,0.018357,0.009908,0.023554,-0.005506,-0.027712,0.018813,0.015602,-0.006699,-0.001884,0.002681,-0.022861,-0.039614,-0.050971,-0.024164,0.00133,0.032085,-0.024893,-0.00889,0.006613,0.021801,-0.015922,-0.043074,0.018918,-0.0054,0.004683,0.0208,-0.038966,0.006032,0.019671,0.007387,0.030092,0.005042,-0.01269,0.005384,0.001838,0.007522,0.054068,0.005004,-0.019394,-0.022653,0.008958,-0.048718,-0.012737,0.020032,-0.000079,0.023455,-0.007065,0.012371,0.116953,0.001064,0.003892,0.011717,-0.005013,0.017213,0.048101,0.064634,0.003511,-0.004073,0.009352,-0.038617,-0.025056,0.018422,0.022084,0.029158,0.019606,-0.018137,0.010542,-0.013275,0.050911,0.024659,0.0051,-0.021172,0.002669,0.006819,-0.011085,-0.02072,-0.000032,-0.031574,0.027971,0.020877,-0.026281,0.029251,-0.027421,0.013328,-0.021193,0.013564,-0.038119,-0.008825,0.039693,-0.047076,-0.00256,-0.015137,0.025195,0.02057,-0.002024,0.012587,0.013368,0.050836,0.010251,0.018006,0.039016,-0.046384,0.019559,0.012809,0.000009,0.016065,0.001232,0.00221,0.034252,0.003883,0.010563,-0.034269,0.016439,-0.059342,-0.020137,0.045247,-0.0233,-0.009792,-0.013174,0.015402,0.013554,-0.002173,0.007655,-0.015535,-0.02618,0.000227,0.002802,0.019288,0.762312,-0.004531,0.016021,-0.02633,0.043545,0.021497,-0.031742,0.001289,-0.00123,-0.007278,0.008146,-0.024023,-0.000191,0.022089,0.018798,-0.039968,0.026546,-0.025946,0.019412,-0.029255,-0.035435,-0.02083,0.027742,0.040996,-0.024589,0.05356,0.020296,-0.042662,-0.005045,0.029741,-0.029441,0.00062,-0.048416,-0.026632,-0.033662,0.011923,-0.04576,0.012259,0.026473,-0.089461,0.016258,0.010887,0.001383,-0.020961,0.002962,-0.007618,0.025193,0.025593,-0.03529,-0.013822,-0.009539,0.010851,-0.006209,0.040145,-0.007886,-0.001085,-0.000495,-0.038946,-0.040253,-0.007399,0.01938,-0.001203,-0.022829,0.043641,0.018145,0.061971,-0.00209,0.006188,0.043764,0.001638,0.053215,-0.086146,0.023183,0.003255,0.011094,0.002962,0.015568,-0.028638,0.010543,-0.025108,0.019487,-0.07653,0.007284,-0.025254,0.002012,0.018875,-0.031502,0.022145,0.012973,-0.020981,-0.076478,0.038127,-0.00623,-0.012897,0.013623,-0.011382,0.017154,0.058224,-0.010844,0.003125,0.003602,-0.011613,0.017552,0.018319,-0.042528,0.021299,0.007915,0.022101,0.01674,0.05824,0.022302,-0.031607,-0.019899,-0.010922,-0.005797,-0.0267,0.001326,-0.002734,0.006717,0.021096,-0.006061,-0.008667,-0.006125,-0.029561,0.005778,-0.041147,-0.050338,0.032355,-0.004954,-0.012773,0.005619,0.025102,-0.017689,0.000658,-0.035652,-0.027972,-0.003289,0.011581,0.021802,0.015409,0.009459,0.012294,-0.028261,0.01515,0.018788,0.003475,0.006122,-0.012761,0.013762,0.005123,-0.002615,0.152037,-0.006212,0.025488,-0.02588,0.018242,-0.015129,-0.005621,-0.03,0.017438,0.030562,0.033742,0.035055,-0.013405,-0.019169,-0.010212,0.08362,-0.011951,0.018866,-0.013629,-0.000966,-0.016933,0.011004,-0.146025,0.005923,-0.03392,0.007856,0.011483,-0.003491,-0.013434,0.004291,-0.000222,-0.005951,0.013586,0.003104,-0.053504,-0.013068,0.015246,-0.038392,0.033528,0.011272,0.029561,-0.013473,0.057336,0.082932,-0.00629,0.102621,0.00814,-0.007155,0.025476,0.007871,0.008502,0.012794,0.024364,0.015707,-0.020755,-0.02463,-0.007016,0.009678,-0.038499,0.01336,-0.032138,0.021188,0.008627,0.001852,-0.014424,0.031376,-0.002063,-0.016274,0.016435,-0.005985,-0.015397,0.009013,-0.007322,-0.023806,0.001705,0.009712,-0.003328,0.006636,-0.020884,-0.046468,-0.028908,0.024382,0.007028,0.016245,0.024181,-0.003003,-0.044641,0.011341,0.001879,-0.026132,0.021829,0.005865,0.04387,-0.010179,0.032234,0.025818,0.051699,0.135292,0.023733,0.006381,0.010329,0.031936,0.017319,0.031684,-0.020053,-0.004241,-0.005809,0.008883,-0.009692,0.027537,0.002029,-0.025153,-0.043307,0.028372,0.017213,-0.026747,-0.051914,0.023332,0.005281,0.005686,0.011665,0.023507,0.013886,-0.028824,0.019647,0.016409,0.020055,0.023395,0.018275,0.023179,-0.014656,0.002163,-0.011123,0.009115,-0.020576,-0.016908,-0.018912,0.03876,-0.004678,-0.01278,-0.031226,0.014639,-0.008474,-0.043796,-0.021143,0.035337,-0.035817,0.0012,-0.010842,-0.011354,-0.052098,0.019954,-0.002093,0.024904,0.010641,0.002901,-0.006643,-0.010457,-0.016548,-0.023332,-0.019025,0.03652,-0.033693,-0.08163,0.020075,0.010353,0.026557,0.008166,0.036174,-0.03492,-0.070784,0.027029,0.00634,0.013438,-0.002189,-0.018293,0.009603,-0.000517,-0.00306,0.038953,0.014981,-0.025703,0.019314,-0.003478,0.008895,0.001716,-0.008543,0.041947,-0.041988,0.006652,-0.01273,0.01869,0.011562,-0.001117,-0.023466,0.020338,0.007624,0.026574,0.023886,-0.028312,0.000733,-0.001921,0.015254,0.021437,-0.016143,-0.00685,0.006761,-0.023664,0.006323,0.026726,-0.030577,-0.042355,0.019715,0.00261,-0.013357,0.000529,0.05476,0.034189,-0.012898,0.0235,0.012338,0.038929,-0.005045,0.030139,-0.009067,0.006589,-0.031191,0.006331,0.00168,-0.050527,-0.015244,-0.014106,-0.002373,0.022795,0.006482,0.014506,-0.001997,-0.027456,0.018654,0.018611,-0.002572,0.001879,-0.002165,-0.028792,-0.050041,-0.054905,-0.022281,0.001471,0.028848,-0.026198,-0.001003,0.007194,0.020367,-0.020374,-0.036355,0.016338,-0.006403,0.016225,0.013956,-0.041775,0.003485,0.016986,0.010326,0.030212,0.005734,0.003284,0.012337,-0.005392,0.012656,0.033222,-0.005378,-0.02203,-0.031251,0.002667,-0.052173,-0.017962,0.026269,-0.009892,0.023578,0.001237,0.015399,0.117945,0.006424,0.003638,0.008123,-0.000395,0.01336,0.038892,0.057428,0.00369,-0.005803,0.01258,-0.045043,-0.036572,0.016403,0.030097,0.035182,0.023482,-0.019003,0.019449,-0.017164,0.036521,0.022453,0.002657,-0.02856,0.008162,-0.000017,-0.012557,-0.016369,0.001069,-0.028603,0.026827,0.016532,-0.028111,0.03402,-0.031481,0.017049,-0.014462,0.017093,-0.041894,-0.000639,0.031812,-0.039825,-0.010762,-0.022194,0.03024,0.023175,-0.010714,0.00781,0.017276,0.053978,0.014947,0.017309,0.038988,-0.0406,0.022068,0.009445,-0.003787,0.021197,0.001641,0.009846,0.025774,-0.006021,0.012849,-0.040105,0.020811,-0.054243,-0.023423,0.043906,-0.021941,-0.017681,-0.012441,0.01412,0.01145,-0.00447,0.014719,-0.015917,-0.025467,0.002937,-0.000055,0.009384,0.771478,-0.003906,0.018468,-0.027167,0.044876,0.017984,-0.0313,0.005735,0.002607,-0.005064,0.001613,-0.027459,-0.004007,0.025347,0.009044,-0.03822,0.022213,-0.025156,0.01613,-0.027721,-0.030402,-0.033979,0.02034,0.03269,-0.026006,0.052516,0.017401,-0.039605,0.005664,0.022146,-0.033249,0.000931,-0.045547,-0.027334,-0.023875,0.009737,-0.046686,0.001648,0.022553,-0.092119,0.0196,0.004776,-0.0045,-0.019169,0.008679,-0.005294,0.022832,0.035044,-0.024002,-0.014693,-0.012059,0.002804,-0.005269,0.047902,-0.011548,0.001828,-0.001628,-0.043102,-0.038888,-0.002026,0.016108,0.001675,-0.020573,0.050124,0.019389,0.06094,-0.00292,0.01334,0.046332,-0.001364,0.015761,-0.094854,0.029976,-0.004527,-0.009627,-0.005878,0.012433,-0.033,0.013182,-0.028791,0.006285,-0.072278,0.006998,0.000581,0.011881,0.019753,-0.02954,0.025727,0.00005,0.002773,-0.067054,0.02053,0.022911,-0.019038,0.008459,-0.004102,0.009834,0.058878,-0.008897,0.006483,-0.004535,-0.010875,-0.004113,0.016424,-0.050598,-0.006399,-0.002691,0.011991,0.028804,0.080316,0.02882,-0.012976,-0.022463,-0.0338,-0.000026,-0.045497,-0.000367,0.013902,0.004522,0.008499,0.016031,0.00095,-0.002292,-0.027039,0.013183,-0.049177,-0.036141,0.052602,0.009306,-0.002378,0.002821,0.000305,-0.002032,0.012945,-0.057626,-0.022739,0.000482,0.015903,0.017119,0.031904,0.032989,0.022524,-0.031404,-0.009376,0.047243,0.021339,0.002906,0.021065,-0.023911,0.021965,-0.011456,0.17565,0.012393,-0.027754,-0.000764,-0.005105,-0.011156,-0.028123,-0.03896,-0.028518,0.000048,0.04771,0.035083,0.002147,-0.013859,0.003586,0.051979,-0.021172,0.025408,-0.019864,-0.013497,-0.013403,0.001389,-0.180443,-0.005822,-0.024621,0.005273,0.023365,-0.010986,-0.008735,0.000916,0.004383,-0.014363,-0.017502,-0.017211,-0.044508,-0.021369,0.023765,-0.006761,0.033531,0.020011,0.016552,-0.023199,0.047058,0.092581,-0.03237,0.077699,-0.001908,-0.025353,0.041087,0.017268,0.025484,-0.000588,-0.002753,0.021353,-0.039061,-0.055013,0.021338,0.006653,-0.057357,0.006666,-0.035987,0.012617,0.009642,-0.00107,-0.042349,0.033478,0.002684,-0.008959,-0.002919,0.000636,-0.043483,-0.029929,0.014988,-0.038164,-0.01496,-0.00484,0.012274,-0.012964,-0.002629,-0.01706,-0.039507,0.034166,0.008062,-0.003889,0.02084,0.014103,-0.045396,-0.009893,-0.045623,-0.040019,0.006537,0.017905,0.042376,-0.022451,0.030769,0.038274,0.042593,0.172814,0.029784,0.010688,0.010441,0.031676,-0.011425,0.015424,-0.035877,-0.002171,-0.020131,0.008522,-0.000478,0.020029,0.002142,0.011691,-0.050341,0.06035,0.013243,-0.041759,-0.055767,0.026994,0.01801,-0.001609,-0.005149,-0.000173,0.002842,-0.000143,0.044352,0.024345,0.037539,0.020447,0.027463,0.010381,0.00363,0.006642,-0.013527,0.041677,-0.025348,0.010476,-0.02529,0.047773,-0.001818,-0.051061,-0.060015,0.016729,0.007126,-0.043294,0.007506,0.032438,-0.046979,0.005335,-0.022932,0.021413,-0.042072,0.026378,0.017945,0.003408,0.024487,-0.004585,0.004844,0.014629,-0.034668,-0.01953,-0.023529,0.034356,-0.036714,-0.065262,0.027928,-0.028569,0.036454,0.023654,-0.006669,-0.041557,-0.074269,0.016166,0.015897,0.013752,0.016466,-0.023703,0.01848,0.010747,-0.013647,0.048284,0.028034,-0.043902,0.033084,-0.010031,0.01045,-0.006451,-0.024367,0.046116,-0.039507,-0.00472,0.011908,0.014001,0.011596,-0.005303,-0.037414,-0.008418,-0.00208,0.016544,0.039376,-0.037276,0.006273,-0.007977,0.010144,0.042733,-0.016654,-0.007084,0.006166,-0.009892,-0.001127,0.025888,-0.03635,-0.03455,-0.000781,0.015111,0.011947,-0.007239,0.029028,0.039331,-0.014482,0.022542,0.001026,0.026979,-0.01407,0.028839,-0.017418,0.020449,-0.05398,0.019912,-0.011655,-0.028046,-0.016173,-0.010572,0.034389,0.001357,0.021327,0.023632,0.011069,-0.021216,0.019211,0.011392,-0.007284,-0.009052,-0.018842,-0.006735,-0.03557,-0.042031,-0.025891,-0.005013,0.010572,-0.063395,-0.007838,-0.018356,0.022875,-0.023958,-0.055496,0.0042,0.011827,0.022409,0.015723,-0.035792,0.001154,0.016764,0.013742,0.029729,0.009038,-0.003014,0.017543,0.030118,0.019103,0.08025,-0.013012,-0.037863,-0.010146,-0.010378,-0.044617,-0.011292,0.026533,-0.007195,0.055445,0.021754,0.019227,0.114419,0.013692,0.028758,-0.003602,-0.016437,0.012537,0.046549,0.041374,0.002131,-0.019777,0.010272,-0.029102,-0.043542,0.034493,0.026318,-0.00221,0.031615,-0.014493,0.012875,0.01257,0.036517,0.022617,-0.017683,0.00052,0.017693,-0.02083,-0.018762,-0.002528,0.013924,-0.016655,0.006827,0.03089,-0.014705,0.036635,-0.027244,0.025023,-0.001048,0.006507,-0.019075,-0.000139,0.040252,-0.030857,0.004186,-0.051149,0.047932,0.02536,-0.005043,-0.011042,-0.007628,0.069861,-0.021008,-0.002955,0.044053,-0.026497,0.010765,0.02244,0.02835,-0.012415,-0.009812,0.018875,0.018371,0.002341,0.013883,-0.024817,0.017648,-0.057728,-0.012499,0.025706,-0.002882,-0.023416,-0.022006,-0.004089,-0.015476,0.023258,0.013257,-0.02217,-0.0342,-0.015946,-0.018592,0.031718,0.714036,0.030238,0.011685,-0.020569,0.021115,0.007866,-0.013683,0.037555,-0.00117,-0.01675,0.039287,-0.00949,0.005367,0.016894,0.00594,-0.03699,0.024705,-0.036837,0.009834,-0.026519,-0.02608,-0.035217,0.042342,0.040918,-0.017532,0.041745,0.021413,-0.017091,0.004745,-0.009365,-0.008826,-0.009412,-0.020215,-0.07271,-0.057274,0.018114,-0.051998,0.024478,0.031948,-0.081361,0.034493,0.030074,-0.010902,-0.043219,0.012469,-0.01347,0.024165,0.001541,-0.038477,-0.027006,0.007198,0.004589,-0.000717,0.031356,-0.009566,-0.000131,-0.004766,-0.037159,-0.004611,-0.001579,0.010811,0.009146,-0.013395,0.063999,0.027499,0.048774,-0.013338,0.011647,0.037253,0.016641,0.022982,-0.089444,0.02518,-0.00124,-0.007639,-0.002307,0.009007,-0.033416,0.014139,-0.026025,0.018075,-0.060639,0.007998,-0.010336,0.013123,0.021727,-0.023682,0.03338,0.000042,0.018854,-0.069585,0.021533,0.020958,-0.016552,0.007605,-0.003597,0.00194,0.050016,-0.003747,-0.001188,0.001865,-0.011992,-0.013181,0.025113,-0.051296,-0.006105,-0.00961,0.000369,0.010646,0.063334,0.042087,-0.020171,-0.026275,-0.034639,0.000537,-0.04564,0.003143,0.014869,0.011444,0.00901,0.009797,0.00447,-0.003755,-0.034332,0.020798,-0.04464,-0.03878,0.054902,0.004026,0.012278,-0.012186,0.009255,-0.008476,0.012902,-0.059976,-0.011137,0.004292,0.018321,0.021833,0.027704,0.027469,0.022805,-0.028122,-0.008859,0.035503,0.023697,0.013965,0.023926,-0.023569,0.025293,-0.012755,0.189862,0.008079,-0.030568,-0.007113,-0.007826,-0.010615,-0.027153,-0.028798,-0.039776,-0.005586,0.036527,0.023585,-0.002632,-0.029364,-0.008318,0.051428,-0.019602,0.020947,-0.017179,-0.022,-0.014909,0.00505,-0.167694,-0.004854,-0.021174,0.011018,0.020723,-0.000562,-0.007444,0.008853,0.009521,-0.015624,-0.023508,-0.022059,-0.051982,-0.021722,0.015455,-0.004523,0.033275,0.028918,0.018447,-0.022576,0.043427,0.09926,-0.018453,0.089237,0.000842,-0.015896,0.038646,0.01745,0.018178,0.005169,-0.005138,0.025255,-0.034353,-0.054918,0.02616,-0.005349,-0.048411,-0.004238,-0.040611,0.006146,0.012515,-0.006071,-0.042124,0.0338,0.00386,-0.002174,-0.002395,0.001065,-0.04435,-0.023664,0.021535,-0.044028,-0.012294,-0.004474,0.011246,0.002115,0.00013,-0.004072,-0.029013,0.038268,0.007486,-0.000688,0.021114,0.010836,-0.055211,-0.003833,-0.035719,-0.036277,0.001999,0.019483,0.035622,-0.011494,0.03863,0.033704,0.045569,0.170732,0.030464,0.013184,0.003781,0.019113,-0.008095,0.015748,-0.042132,-0.011759,-0.015667,0.00354,-0.002147,0.015518,0.010608,-0.001138,-0.044711,0.065848,0.006894,-0.051301,-0.04704,0.032278,0.015649,-0.004641,-0.013395,0.006555,0.010148,0.004064,0.046297,0.024838,0.042542,0.018692,0.032818,0.022647,0.00102,0.005807,-0.00477,0.03987,-0.02882,0.014463,-0.019939,0.043266,-0.006273,-0.045813,-0.052082,0.021415,-0.000132,-0.045407,0.013442,0.039594,-0.030982,0.00028,-0.009165,0.023386,-0.042603,0.015442,0.011372,-0.001028,0.012086,-0.000439,-0.009764,0.006108,-0.037407,-0.019609,-0.035766,0.021124,-0.032444,-0.079074,0.023095,-0.030283,0.030933,0.025666,-0.002836,-0.036231,-0.077132,0.01224,0.009922,0.017478,0.019659,-0.024765,0.017883,0.00221,-0.010803,0.048766,0.020606,-0.034359,0.030766,-0.010042,0.006902,-0.001938,-0.022163,0.030231,-0.045666,-0.00597,0.008235,0.01434,0.008007,-0.016564,-0.042442,0.000016,0.000274,0.013449,0.045091,-0.036333,0.003158,-0.009949,0.006934,0.034528,-0.013557,-0.013036,0.009115,-0.00426,-0.009322,0.026232,-0.019427,-0.043226,-0.011349,0.013218,0.012235,0.000049,0.036615,0.048135,-0.017863,0.028412,-0.006351,0.024922,-0.024621,0.02625,-0.018848,0.012833,-0.0579,0.02297,-0.007472,-0.037537,-0.013147,-0.016972,0.024315,0.002362,0.014799,0.022905,0.023991,-0.022868,0.012751,0.008625,0.000765,-0.006692,-0.010464,-0.020466,-0.026078,-0.041715,-0.024196,-0.012764,0.012489,-0.049058,-0.009133,-0.023687,0.026614,-0.005902,-0.052839,0.006872,0.016562,0.022912,0.009292,-0.021594,0.00342,0.012668,0.004676,0.038727,0.020457,0.000351,0.021792,0.025899,0.019859,0.043148,-0.014018,-0.034553,-0.005677,-0.012207,-0.036636,-0.011972,0.032377,-0.010932,0.049242,0.010379,0.033536,0.112345,0.025903,0.022794,-0.002447,-0.017455,0.000727,0.042754,0.043658,-0.002156,-0.018427,0.008908,-0.030605,-0.038482,0.041238,0.01818,0.012748,0.032813,-0.004665,0.003654,0.008443,0.038007,0.027997,-0.019662,-0.003375,0.01037,-0.027309,-0.014056,0.00144,0.019166,-0.00874,0.003534,0.035748,-0.004737,0.04116,-0.023661,0.035665,0.008141,0.020803,-0.025678,-0.00518,0.03542,-0.02126,-0.01,-0.033605,0.040817,0.020766,-0.015311,-0.011824,-0.009856,0.075354,-0.01764,-0.015045,0.044138,-0.029419,0.014508,0.019181,0.009133,-0.005443,-0.003903,0.009599,0.018778,-0.007813,0.010674,-0.03077,0.013095,-0.059033,-0.004341,0.036096,-0.002544,-0.031622,-0.026671,-0.001551,-0.017012,0.015288,0.011158,-0.024048,-0.024387,-0.012341,-0.016149,0.025437,0.725054,0.03001,0.006027,-0.020479,0.018706,0.005545,-0.007388,0.02348,-0.007137,-0.006782,0.038229,-0.009396,0.00106,0.012463,-0.006626,-0.032976,0.031296,-0.035857,0.000919,-0.016808,-0.031763,-0.050914,0.040921,0.042898,-0.011331,0.033253,0.022422,-0.01466,0.011195,0.005721,-0.0109,-0.006106,-0.016724,-0.059883,-0.046795,0.028757,-0.055527,0.020325,0.030322,-0.084663,0.031637,0.020695,-0.005272,-0.044412,0.001343,-0.003111,0.030893,0.005535,-0.028578,-0.027728,0.007693,-0.001904,0.002278,0.038969,-0.00358,0.008737,-0.004293,-0.044548,-0.009915,-0.008343,0.010577,-0.007859,-0.008969,0.071334,0.029139,0.056382,-0.008576,0.010271,0.040774,0.016509,0.035907,-0.088545,0.029643,-0.000002,0.013896,0.010935,0.015905,-0.039537,0.023417,-0.014902,0.018023,-0.062466,0.000712,-0.015299,0.014561,0.018073,-0.047024,0.026242,-0.006934,0.014509,-0.066931,0.027769,0.023593,-0.029649,0.004685,0.003405,0.028335,0.068884,0.006089,0.017594,-0.005883,-0.019832,-0.004315,0.018517,-0.062332,0.013987,-0.000872,0.006624,0.019014,0.069499,0.023157,-0.016031,-0.021823,-0.033847,-0.005369,-0.036222,-0.012019,0.014615,0.01863,0.002237,0.001936,-0.005859,0.004269,-0.025092,0.019923,-0.064372,-0.048559,0.06287,0.010386,0.003719,-0.00886,0.01953,-0.014249,0.014004,-0.054788,-0.015855,0.008691,0.024193,0.041794,0.030543,0.022,0.006194,-0.020221,-0.001873,0.042221,0.03465,0.004979,0.030657,-0.020997,0.019738,-0.011197,0.159212,0.017773,-0.014185,0.000897,-0.005891,-0.008423,-0.02286,-0.044991,-0.030481,0.011362,0.031696,0.046654,-0.005859,-0.012234,-0.003516,0.049038,-0.014615,0.038087,-0.018486,-0.024356,-0.01398,0.01716,-0.157403,-0.011538,-0.038186,-0.001722,0.030336,-0.007467,-0.020499,-0.005147,0.003021,-0.019875,-0.028128,-0.013164,-0.063721,-0.023912,0.032222,-0.004937,0.049413,0.017136,0.02289,-0.029627,0.041195,0.091981,-0.029141,0.082156,-0.000705,-0.020713,0.051489,0.016634,0.022439,0.008898,-0.003979,0.03794,-0.035723,-0.059319,0.028304,0.002837,-0.047809,0.010778,-0.027145,0.025937,0.035084,-0.010064,-0.046702,0.021151,0.003988,0.002084,0.002041,0.009328,-0.043311,-0.025064,0.024851,-0.035434,-0.010705,-0.000334,0.018317,-0.000051,-0.006327,-0.016633,-0.042936,0.027765,0.012456,-0.010213,0.024659,0.003759,-0.044804,-0.005227,-0.039577,-0.040716,0.008361,0.018562,0.049964,-0.030302,0.040855,0.044376,0.039322,0.148978,0.019463,0.014251,0.002307,0.023828,-0.007847,0.004352,-0.043282,-0.00609,-0.028084,-0.001245,0.007353,0.020005,0.013385,0.001081,-0.041288,0.045943,0.009564,-0.047499,-0.052374,0.024463,0.01921,-0.002185,-0.000909,0.017231,0.022681,0.015716,0.045288,0.014665,0.031319,0.030661,0.018869,0.029116,-0.004599,0.007373,-0.002038,0.036658,-0.021677,0.019744,-0.032209,0.049031,0.002424,-0.047148,-0.061368,0.01554,-0.007637,-0.048411,-0.000141,0.031963,-0.029215,-0.015004,0.007277,0.017189,-0.034491,0.018425,0.009536,-0.000083,-0.013728,-0.003682,-0.004083,0.007014,-0.030867,-0.000722,-0.02218,0.006973,-0.021576,-0.114449,0.034451,-0.035511,0.038672,0.009635,0.013765,-0.029767,-0.09286,0.016109,0.007664,0.027983,0.026832,-0.014587,0.011863,0.021077,-0.017207,0.048457,0.02513,-0.050499,0.028191,-0.008857,0.022972,-0.006535,-0.02319,0.042824,-0.034774,-0.007992,0.006758,0.01492,0.010953,0.000977,-0.028835,0.003592,0.003991,0.007959,0.038914,-0.019537,-0.005487,-0.010735,0.002607,0.03407,-0.018052,-0.018543,0.005698,-0.017738,-0.003037,0.023791,-0.006047,-0.049656,0.000827,0.008749,0.016874,0.003234,0.034714,0.051586,-0.01597,0.041262,0.010978,0.029055,-0.015331,0.028897,-0.007596,0.003792,-0.043376,0.019992,-0.004404,-0.038369,-0.024009,-0.007254,0.031785,0.007308,0.017941,0.010564,0.024537,-0.025937,0.014942,0.014456,0.002045,-0.000261,-0.005862,-0.010215,-0.025661,-0.042599,-0.008434,-0.00741,0.020317,-0.054686,-0.006476,-0.010696,0.030596,-0.029133,-0.061435,-0.000857,0.011222,0.02103,0.013986,-0.02648,0.001057,0.007325,0.008623,0.048097,0.017677,0.010639,0.022724,0.024227,0.006707,0.051219,0.005417,-0.02269,-0.003393,0.002716,-0.04549,-0.012668,0.027465,0.002815,0.045971,0.009585,0.035447,0.111632,0.01728,0.024038,-0.001191,-0.02788,0.008216,0.043549,0.041137,0.000672,-0.010782,0.002232,-0.00941,-0.045183,0.046892,0.017277,0.021065,0.016777,-0.011358,0.001607,0.008156,0.05914,0.018566,-0.006513,-0.012553,0.008822,-0.019403,-0.001407,0.002037,0.002579,-0.023089,0.015817,0.030208,-0.013244,0.033819,-0.023988,0.03606,-0.019478,0.013721,-0.028249,-0.000688,0.037208,-0.027376,-0.010835,-0.044996,0.038752,0.02585,-0.013936,-0.014288,-0.011922,0.084737,-0.009664,-0.004026,0.054925,-0.029588,0.007138,0.01942,0.024491,0.00128,-0.016344,0.010123,0.035032,0.004905,0.003622,-0.029321,0.016739,-0.072895,-0.004015,0.042944,0.000786,-0.018152,-0.019255,-0.012145,0.006393,0.00859,0.011348,-0.025419,-0.019119,-0.028226,-0.01418,0.036209,0.714187,0.024051,0.010002,-0.017252,0.02259,0.012584,0.009297,0.021428,0.004783,-0.022888,0.02623,-0.000807,-0.001916,0.016813,0.00615,-0.02417,0.045644,-0.030213,0.013698,-0.023613,-0.022393,-0.049292,0.048087,0.051692,-0.017559,0.031075,0.018713,-0.014042,0.00211,0.010155,-0.003362,-0.013531,-0.021805,-0.051142,-0.048699,0.030501,-0.039296,0.031422,0.035773,-0.082754,0.020161,0.009795,0.007227,-0.036845,0.002968,-0.031752,0.030451,0.015538,-0.016657,-0.016955,0.015747,-0.005335,0.000517,0.02831,-0.012518,0.003828,-0.005296,-0.0413,-0.01833,-0.007733,0.022175,-0.006588,0.000422,0.071017,0.037189,0.065745,-0.003665,0.002113,0.038068,0.019571,0.029676,-0.073099,0.016858,-0.016669,0.006372,0.015743,-0.002087,-0.03222,0.005759,-0.023543,0.038928,-0.05421,-0.014937,-0.013402,0.003654,0.025148,-0.04979,0.036679,0.009589,0.014248,-0.067005,0.025956,0.020452,-0.033461,-0.004739,-0.004692,0.052546,0.045662,0.012998,0.013306,0.008592,-0.033619,0.003317,0.021598,-0.070257,0.005166,-0.011756,-0.016001,0.023118,0.082407,0.020214,-0.023554,-0.00315,-0.029959,-0.014187,-0.049589,-0.00518,0.005537,0.022772,0.001006,-0.029984,-0.01032,-0.002466,-0.026268,0.013579,-0.059322,-0.023839,0.050921,0.002193,-0.011415,-0.010245,0.023017,-0.006057,0.003855,-0.029274,-0.035963,0.002963,0.007327,0.048259,0.022349,0.00939,0.009975,0.006021,-0.001344,0.066042,0.041601,-0.014022,0.021003,-0.011661,0.029515,0.002598,0.162037,0.006136,0.004731,0.001395,-0.012295,-0.001395,-0.007972,-0.061959,-0.011271,0.012591,0.044333,0.039435,-0.009655,-0.013534,0.023018,0.068928,0.007773,0.01751,-0.02967,-0.01226,0.000738,0.004739,-0.101613,-0.026602,-0.038833,-0.000948,-0.002984,0.002228,-0.026287,0.012076,-0.007854,-0.005233,-0.011405,-0.004004,-0.062864,-0.027303,0.064088,-0.00879,0.040835,0.014211,0.027574,-0.043924,0.034983,0.071139,-0.015256,0.069459,-0.017667,-0.0153,0.034724,0.013649,0.031913,0.015665,-0.018049,0.056711,-0.022278,-0.046905,0.019671,0.012401,-0.057784,0.011319,-0.0153,0.026,0.03179,-0.027138,-0.019335,0.019257,0.008665,-0.016146,-0.011518,0.00889,-0.057083,-0.008788,0.011241,-0.033009,-0.003884,0.011533,-0.00704,-0.014158,-0.000683,-0.007364,-0.026247,0.027516,0.030312,-0.011957,0.023779,-0.002683,-0.048999,0.000879,-0.024543,-0.036621,-0.007148,0.016746,0.035646,-0.021012,0.02506,0.040698,0.037563,0.133016,-0.000455,0.003854,0.017045,0.023686,-0.010055,0.022976,-0.015861,-0.027817,-0.029589,0.017276,0.020014,0.028847,-0.007909,-0.016895,-0.034735,0.054759,-0.00327,-0.030007,-0.054245,0.012641,0.001409,-0.000937,-0.009869,0.025277,0.02772,0.007941,0.035345,0.012791,0.032088,0.027167,0.018102,0.008993,-0.027474,0.015082,-0.011294,0.040909,-0.021664,0.008505,-0.049504,0.033061,0.000806,-0.033028,-0.057729,0.002454,-0.002643,-0.037144,-0.007773,0.030463,-0.028995,0.000317,0.000314,-0.001966,-0.049571,0.012899,-0.005286,0.015945,-0.016734,-0.003389,0.02016,0.011538,-0.026312,-0.005812,-0.014677,0.025929,-0.008794,-0.096727,0.007232,-0.023857,0.047369,0.014476,0.020129,-0.02303,-0.088853,0.035721,0.00168,0.034168,0.0484,-0.042867,0.003935,0.017262,-0.02448,0.037585,0.027601,-0.030874,0.020622,-0.002452,0.031424,-0.011115,-0.004807,0.071954,-0.041776,-0.012973,0.012236,0.001438,0.023048,0.008612,-0.009985,-0.00096,-0.002281,0.018236,0.027357,-0.00298,0.013689,-0.00329,-0.011983,0.036645,-0.0063,-0.010809,0.00294,-0.036293,0.012606,-0.002701,-0.00361,-0.047101,0.023003,0.007417,0.027365,0.013375,0.014427,0.047536,-0.012116,0.043598,0.012785,0.042538,0.00865,0.033019,-0.015441,-0.001264,-0.040706,0.010334,-0.010747,-0.026979,-0.02323,-0.000436,0.0215,0.006454,0.03089,-0.01526,0.006145,-0.027089,0.023049,0.018636,-0.010312,0.01441,-0.006745,-0.024364,-0.023159,-0.036751,-0.007851,-0.023619,0.017646,-0.035118,-0.023868,0.013693,0.029414,-0.036334,-0.042556,0.004636,-0.01032,0.030099,0.026688,-0.027913,-0.001064,0.009831,0.006278,0.03637,0.003446,-0.00076,0.038295,0.024406,0.010189,0.04404,0.007225,-0.042185,-0.008876,0.010399,-0.029257,0.003475,0.02803,0.005127,0.038079,0.003772,0.049949,0.115457,0.017161,0.015402,-0.008383,-0.028446,0.006148,0.054259,0.03054,0.005539,0.00223,0.001403,-0.014518,-0.03811,0.03002,-0.022282,0.030697,0.00204,-0.0204,-0.030891,0.011178,0.016052,0.014691,0.006621,-0.026311,0.023751,-0.028972,-0.01558,-0.007942,-0.001146,-0.026926,0.019522,0.011649,-0.039616,0.048906,-0.035383,0.010464,-0.029588,0.01216,-0.031797,0.026686,0.037051,-0.020779,-0.009235,-0.033331,0.042881,0.031924,-0.005326,0.019942,-0.006684,0.0644,-0.000593,0.003464,0.022888,-0.039146,-0.001773,0.009537,0.023726,-0.003777,0.00344,0.006366,0.018107,0.001274,0.0032,-0.03382,0.020277,-0.05284,-0.023382,0.047505,-0.001886,-0.023796,-0.028019,-0.006131,0.011878,0.00469,0.004045,-0.026102,-0.019137,-0.027709,-0.008189,0.015806,0.736772,0.015505,0.028121,-0.00502,0.020118,0.026743,-0.000798,0.017676,-0.00363,-0.020707,0.033354,-0.008602,-0.000046,0.021637,0.030888,-0.029212,0.060668,-0.025251,0.014947,-0.023513,-0.018367,-0.050121,0.040201,0.038558,-0.0235,0.025401,0.017399,-0.01076,-0.002352,0.019014,-0.018999,-0.000564,-0.041503,-0.059598,-0.019071,0.015427,-0.023496,0.040145,0.036482,-0.08837,0.01383,-0.008815,0.009678,-0.026221,-0.000582,-0.031745,0.01147,0.019867,-0.033543,-0.034285,0.00417,-0.008133,0.002161,0.033663,-0.005132,-0.00386,-0.001901,-0.032356,-0.028888,0.001128,0.024542,-0.017292,-0.026511,0.074465,0.041482,0.079169,-0.017748,0.004582,0.044778,0.026831,0.02813,-0.067571,-0.00283,-0.014857,0.00576,-0.001181,0.009305,-0.036269,0.013118,-0.016541,0.02605,-0.041053,-0.026737,-0.025119,0.009871,0.030237,-0.047332,0.041595,0.017106,0.016749,-0.084008,0.031327,0.010809,-0.023253,0.003118,0.000079,0.04441,0.038251,-0.00627,0.000761,0.012529,-0.042758,0.003887,0.02891,-0.07408,0.017617,-0.001113,-0.007422,0.004873,0.084105,0.026095,-0.033596,-0.009053,-0.034678,0.000456,-0.048266,0.002292,0.001577,0.013065,0.014904,-0.039272,-0.004448,0.001994,-0.032171,0.020148,-0.044887,-0.028577,0.057789,-0.007934,-0.007164,0.013277,0.013141,-0.028371,0.007203,-0.017022,-0.031853,0.006832,0.008575,0.037881,0.033588,0.017061,-0.001413,-0.003338,0.012469,0.051266,0.027558,0.001791,0.022318,0.00394,0.034077,0.002253,0.168026,0.01064,0.007088,-0.001965,-0.010108,-0.019169,-0.018917,-0.062918,-0.012183,0.023321,0.039301,0.026197,-0.008164,-0.021883,0.02474,0.076471,0.001095,0.011244,-0.036194,-0.013964,0.00134,0.015292,-0.111698,-0.022028,-0.031979,-0.001583,0.006288,0.010885,-0.022933,0.017567,0.001742,-0.00226,-0.010634,-0.004329,-0.059038,-0.04149,0.043097,-0.011062,0.033694,0.020022,0.015829,-0.026915,0.015227,0.070622,-0.004102,0.086799,-0.012694,-0.006838,0.018004,0.014532,0.030907,0.026932,-0.001331,0.032273,-0.024898,-0.033394,0.014177,0.016099,-0.050363,0.002598,-0.024824,0.011692,0.024307,-0.025526,-0.011558,0.025012,0.013241,-0.021085,-0.004263,0.013733,-0.043781,-0.006978,0.010796,-0.026971,0.00752,0.022218,0.001469,-0.010113,-0.000414,-0.009244,-0.022631,0.030188,0.044875,-0.004743,0.020765,0.004194,-0.043557,-0.00582,-0.016298,-0.039367,-0.010109,0.026788,0.031033,-0.00391,0.028866,0.030507,0.04877,0.146734,0.006614,-0.002156,0.012609,0.024617,-0.024248,0.023439,-0.012576,-0.012463,-0.024681,0.012433,0.001929,0.026224,-0.013212,-0.02216,-0.024875,0.025994,-0.004155,-0.032078,-0.033232,0.021658,-0.011348,-0.016243,0.007503,0.021902,0.010244,0.007215,0.028387,0.0162,0.02111,0.022328,0.026753,-0.001494,-0.030631,0.014596,-0.002476,0.029513,-0.025098,0.009892,-0.040823,0.026039,-0.001528,-0.023382,-0.050818,0.012225,-0.006669,-0.01126,-0.011806,0.025291,-0.029827,-0.011749,-0.004217,-0.002041,-0.042596,-0.003522,-0.002104,0.024844,-0.006289,-0.002459,0.023812,0.001002,-0.0262,-0.014758,-0.006417,0.026711,-0.020924,-0.074327,0.003205,-0.019867,0.043321,-0.009118,0.015549,-0.014355,-0.064134,0.021452,0.0094,0.006218,0.047987,-0.024578,0.008837,0.000529,-0.021016,0.042987,0.029973,-0.032934,0.027182,-0.004723,0.03431,-0.016888,-0.00541,0.059179,-0.042594,-0.004651,0.012399,-0.003579,0.018553,-0.009045,-0.017211,0.004832,0.004404,0.015321,0.014134,-0.019195,0.020925,-0.004154,-0.002941,0.016863,-0.010934,-0.005368,0.018955,-0.019815,-0.002979,-0.007639,-0.003473,-0.040317,0.021857,0.011942,0.002449,0.022024,0.01347,0.048986,-0.009557,0.039364,0.002069,0.028276,-0.008149,0.020183,0.00172,-0.004769,-0.037454,0.010428,-0.00189,-0.030944,-0.018609,-0.008127,0.017988,0.001882,0.021751,-0.016843,-0.00732,-0.031462,0.024199,0.013236,-0.024284,0.011398,-0.008541,-0.024404,-0.022279,-0.046027,-0.013735,-0.018906,0.012233,-0.035877,-0.019206,0.018688,0.015665,-0.033407,-0.036764,-0.00419,-0.002003,0.024371,0.024651,-0.026417,0.014457,0.031134,-0.008041,0.024098,0.009004,-0.00177,0.036919,0.031954,0.009402,0.03898,0.008995,-0.032267,-0.013332,0.000234,-0.032219,-0.0029,0.029727,-0.011836,0.0193,0.000442,0.041789,0.116348,0.026785,0.006168,-0.023479,-0.022544,0.007609,0.058809,0.034569,-0.003603,0.00059,0.012975,-0.036158,-0.036719,0.017666,-0.012291,0.039762,0.012597,-0.013995,-0.021051,0.008961,-0.020483,0.028348,0.015629,-0.010846,0.015443,-0.025083,-0.018736,-0.004261,0.002912,-0.020474,0.019191,0.005469,-0.028333,0.051197,-0.048582,0.019142,-0.019107,-0.005622,-0.029638,0.02856,0.022061,-0.024574,-0.008329,-0.030558,0.034859,0.026383,0.004403,0.00665,-0.002183,0.066431,0.000586,-0.002938,0.023718,-0.032765,0.017885,0.000539,0.003173,0.002404,-0.003096,0.004439,0.018179,-0.004178,-0.018801,-0.040832,0.030221,-0.037804,-0.028699,0.043742,-0.011837,-0.024505,-0.024785,0.002462,0.007406,-0.004207,0.010086,-0.022375,-0.022997,-0.010108,-0.008345,0.004988,0.76384,0.01819,0.028346,-0.008963,0.022103,0.019669,-0.006795,-0.009044,0.003578,-0.013888,0.033356,-0.011383,-0.00376,0.00889,0.009022,-0.021134,0.062462,-0.024368,0.012412,-0.011253,-0.027506,-0.040818,0.020335,0.024449,-0.015137,0.033324,0.022288,-0.012196,0.019307,0.007351,-0.030885,-0.01071,-0.030378,-0.04442,-0.007896,0.014976,-0.024144,0.027175,0.036139,-0.092542,0.031826,0.003453,0.002632,-0.027934,0.020387,-0.014469,0.018805,0.034039,-0.043287,-0.018581,-0.004184,-0.019442,-0.006909,0.048321,-0.000585,0.014416,-0.00577,-0.025882,-0.031993,-0.003823,0.012829,-0.002122,-0.042402,0.0729,0.048572,0.074719,-0.0076,0.000918,0.042204,0.02185,0.01975,-0.074664,0.020683,-0.012918,-0.007251,0.019858,-0.008188,-0.034639,0.008552,-0.011543,0.023197,-0.061793,-0.000725,-0.020742,0.010384,0.021595,-0.036798,0.039183,0.006632,0.017685,-0.073818,0.024903,0.010715,-0.024268,-0.001746,0.006958,0.031934,0.042027,0.011669,0.007972,0.013424,-0.025413,0.001133,0.027934,-0.075945,0.009189,-0.008868,-0.013198,-0.001294,0.066267,0.02218,-0.032529,-0.013024,-0.020134,-0.003684,-0.052112,0.009711,-0.001089,0.00339,0.00665,-0.021019,-0.000649,-0.000319,-0.022658,0.011258,-0.049391,-0.019755,0.053327,0.001891,0.001251,-0.004058,0.015341,-0.010785,0.006374,-0.031334,-0.021602,-0.000218,0.008073,0.039186,0.026429,0.02154,0.016518,0.002543,0.002967,0.052576,0.03669,0.005293,0.019593,-0.007123,0.020736,-0.010535,0.153169,0.013585,0.000184,-0.009544,-0.011886,0.008685,-0.006727,-0.050661,-0.029832,0.009295,0.0325,0.024404,0.000088,-0.023634,0.002058,0.072492,0.007089,0.02053,-0.026114,-0.015148,0.009672,0.003374,-0.1207,-0.018571,-0.041943,0.000205,0.004174,0.001663,-0.018434,0.014743,-0.005914,-0.003619,-0.000785,-0.003817,-0.061394,-0.019593,0.044755,0.001069,0.027093,0.0221,0.026762,-0.032715,0.042848,0.083126,-0.012563,0.077035,-0.006217,-0.013308,0.026253,0.018494,0.022459,0.020535,-0.009911,0.049442,-0.023009,-0.046968,0.017183,0.002356,-0.041253,0.001055,-0.029671,0.018219,0.028325,-0.024946,-0.02613,0.023076,0.018774,-0.017845,0.003997,-0.003856,-0.045089,-0.013445,0.014491,-0.034631,-0.001447,0.00983,0.00582,-0.009595,-0.0033,0.004183,-0.020654,0.022434,0.025462,0.002531,0.031869,-0.008288,-0.057207,0.008281,-0.025231,-0.036932,0.000394,0.013113,0.032339,-0.009392,0.024509,0.04085,0.039325,0.14581,0.006994,0.006632,0.00895,0.0226,-0.008501,0.030273,-0.001179,-0.026791,-0.015204,0.014731,0.005538,0.023362,0.000715,-0.024763,-0.035123,0.055997,-0.011965,-0.039359,-0.04391,0.020697,-0.007332,-0.002461,-0.006567,0.015744,0.028855,0.003291,0.041196,0.005364,0.033843,0.031571,0.019033,0.011303,-0.024592,0.00718,-0.013136,0.039749,-0.019676,0.014003,-0.038534,0.030538,0.007602,-0.024866,-0.041715,0.019664,0.006738,-0.036266,-0.004307,0.034468,-0.018408,0.002771,0.008009,0.007069,-0.052737,0.007199,-0.001987,0.008952,-0.018628,-0.002059,0.009247,0.001791,-0.027551,-0.018646,-0.019786,0.014188,-0.013878,-0.098117,-0.004893,-0.015184,0.033842,0.008763,0.015732,-0.019301,-0.070481,0.019631,-0.005224,0.021056,0.047765,-0.036355,0.00897,0.010315,-0.011023,0.03154,0.0145,-0.036468,0.018232,0.00134,0.031049,-0.007959,-0.000639,0.045311,-0.049179,-0.008736,0.016581,-0.003367,0.024767,0.001069,-0.017881,0.011054,0.001263,0.021103,0.02905,0.000073,0.010774,0.000481,-0.007774,0.029106,0.000054,-0.011427,0.00359,-0.023145,0.005021,0.006311,0.00152,-0.057933,0.005823,0.001867,0.015183,0.014654,0.030507,0.050796,-0.007941,0.044482,0.001331,0.035127,-0.009696,0.021846,-0.022672,-0.008837,-0.04627,0.007095,-0.003673,-0.021827,-0.021789,-0.000956,0.01451,-0.014509,0.018033,-0.009808,0.006619,-0.025079,0.015403,0.011956,-0.012581,0.007756,-0.00903,-0.026286,-0.009175,-0.038106,-0.008926,-0.010195,0.011172,-0.027449,-0.02374,-0.004754,0.022687,-0.018253,-0.032301,0.0087,-0.000645,0.029584,0.018283,-0.015787,0.000394,0.013166,0.009282,0.02723,0.009955,0.002863,0.031695,0.024644,0.008176,0.011294,0.005931,-0.035372,-0.000362,0.006955,-0.029368,0.002471,0.033153,-0.001498,0.014742,0.004363,0.045675,0.113909,0.016014,0.01547,-0.006021,-0.031225,-0.003303,0.050949,0.038447,-0.01255,-0.00849,-0.003233,-0.02298,-0.039549,0.03302,-0.011716,0.032608,0.019172,-0.020035,-0.010367,-0.003584,0.020943,0.008665,-0.005194,-0.023276,0.019695,-0.026462,-0.007473,-0.009797,0.00569,-0.013024,0.013992,0.017291,-0.016167,0.053147,-0.025281,0.015258,-0.003701,0.012849,-0.023595,0.021332,0.030584,-0.022955,-0.010646,-0.02733,0.037411,0.022573,-0.00817,0.012569,-0.005422,0.079146,-0.002538,-0.002271,0.033002,-0.037526,0.022337,0.011136,0.007353,0.004504,0.001554,0.006303,0.02745,-0.000873,-0.000029,-0.032719,0.009886,-0.034711,-0.025005,0.052907,-0.005694,-0.041695,-0.032937,-0.007736,0.005234,0.004325,0.000161,-0.016848,-0.013129,-0.019929,-0.014734,0.011726,0.770504,0.014475,0.017918,-0.003496,0.017894,0.015808,-0.002967,0.000027,-0.003075,-0.00914,0.029527,-0.010683,-0.004864,0.010369,0.014448,-0.020829,0.054022,-0.022195,0.011092,-0.022665,-0.023851,-0.058272,0.033583,0.028434,-0.017677,0.027159,0.02476,-0.015497,0.017841,0.02697,-0.022474,-0.008797,-0.027406,-0.049283,-0.0082,0.010685,-0.027874,0.028523,0.032581,-0.085222,0.010018,-0.016591,0.003136,-0.035438,0.006948,-0.019874,0.018412,0.016655,-0.026805,-0.038583,0.008367,-0.014442,0.002355,0.044474,-0.006324,-0.000941,-0.00041,-0.0391,-0.028643,-0.003216,0.021982,-0.014784,-0.014543,0.080913,0.03818,0.07977,-0.005547,0.000044,0.037833,0.025324,0.015464,-0.077751,0.010746,0.001808,-0.00689,0.009412,0.024984,-0.026945,-0.003079,-0.016712,0.028991,-0.057482,-0.006623,-0.019938,0.022474,0.010089,-0.049281,0.019248,0.000276,0.00025,-0.07632,0.02685,0.01114,-0.019992,0.008937,0.00412,0.006922,0.030924,0.011989,0.008351,0.012508,-0.004475,-0.015254,0.006176,-0.062593,-0.007066,-0.01526,0.00704,0.012242,0.061795,0.030676,-0.021482,-0.001688,-0.042807,0.007245,-0.033206,0.016422,0.008292,0.021922,0.019415,-0.011194,-0.013665,-0.008007,-0.033098,0.030881,-0.045113,-0.028011,0.047318,0.009005,0.007982,0.005363,0.005737,-0.006392,0.001821,-0.041942,-0.038687,0.006319,0.013051,0.02826,0.025041,0.024141,0.012154,-0.000098,-0.004502,0.031395,0.032564,0.009241,0.02395,-0.010336,0.010442,-0.009049,0.146878,0.004854,-0.025345,-0.014629,-0.004061,0.013008,-0.030162,-0.045378,-0.013378,0.030392,0.017308,0.018802,0.022873,-0.022614,-0.005681,0.066774,-0.011764,0.022533,-0.014841,-0.005395,0.004242,0.007747,-0.149715,-0.008719,-0.028334,0.000174,0.00188,0.0047,0.012705,0.01112,-0.01425,-0.0168,-0.008295,-0.006484,-0.051166,-0.017737,0.023556,-0.003271,0.043749,0.009466,0.023218,-0.041369,0.048687,0.068443,-0.027367,0.077558,0.005677,-0.002852,0.028243,0.027403,0.007909,0.000882,0.004224,0.048846,-0.026158,-0.045354,0.010868,0.010126,-0.057791,-0.009792,-0.046663,0.019055,0.054787,-0.030249,-0.031883,0.027381,0.011283,0.003577,0.008547,-0.018739,-0.034176,-0.011631,0.010826,-0.037903,0.006533,-0.008447,0.004578,-0.000389,0.011801,-0.000178,-0.02808,0.031909,0.022724,0.014531,0.025457,0.002677,-0.051769,0.001442,-0.034288,-0.029645,-0.002544,0.011704,0.018679,-0.00816,0.024907,0.035879,0.057111,0.136904,0.017439,0.020582,0.010588,0.014269,-0.004313,0.021221,-0.024363,-0.010464,-0.04212,-0.012275,0.002063,0.035022,-0.019903,-0.021603,-0.03988,0.028425,0.003164,-0.025779,-0.055882,0.036175,0.000191,0.006076,0.011078,0.015395,-0.001239,-0.010969,0.019353,0.012012,0.032469,0.023313,0.017284,0.010211,-0.004753,-0.006221,-0.008867,0.030638,-0.008958,0.008793,-0.021893,0.044128,0.01232,-0.020924,-0.049807,0.016881,0.0001,-0.034787,0.00857,0.030062,-0.029075,0.003867,-0.006716,0.021782,-0.062561,0.022797,0.002891,0.000561,-0.005267,-0.000724,-0.014094,-0.001765,-0.034856,-0.020515,-0.021569,0.026626,-0.024941,-0.10412,0.01134,0.000533,0.027374,0.006795,0.00722,-0.021133,-0.101378,0.028331,0.000042,0.007253,0.029255,-0.015652,0.002073,0.00128,-0.024572,0.042819,0.022489,-0.030598,0.013407,-0.011873,0.012737,-0.020202,-0.019271,0.045077,-0.036135,-0.010232,0.00412,0.005102,0.026725,-0.009316,-0.017631,0.002372,-0.002764,0.021511,0.019756,-0.013009,0.001374,-0.004434,-0.004708,0.032702,0.004478,-0.02396,0.012172,-0.03006,0.01079,0.016707,-0.009327,-0.053681,0.028667,0.005034,0.029334,0.025116,0.031383,0.027185,-0.032413,0.036308,0.000537,0.031837,-0.012886,0.024759,-0.004223,-0.010933,-0.033382,-0.003722,0.008843,-0.030215,-0.016601,-0.013123,-0.003623,-0.003183,-0.001506,0.001464,0.001393,-0.028993,0.00977,0.008471,0.000851,0.00866,-0.008912,-0.017425,-0.005489,-0.047071,-0.010734,0.002422,0.024047,-0.036578,-0.00602,-0.008186,0.026856,-0.009976,-0.035573,0.009327,0.015511,0.022549,0.015528,-0.040234,-0.007675,0.007595,0.017823,0.033917,0.007261,0.009653,0.024768,0.018095,0.007165,0.023082,-0.010879,-0.031078,-0.03036,0.005875,-0.036999,-0.003614,0.024762,-0.021313,0.021016,0.004141,0.00989,0.113421,0.022023,0.013009,-0.015466,-0.020045,-0.01044,0.044715,0.04773,-0.026176,-0.002677,-0.004289,-0.010869,-0.04068,0.021957,-0.007855,0.027826,0.019623,-0.006268,-0.012214,0.00228,0.052857,0.012447,-0.027874,-0.021385,0.011534,-0.032792,-0.018144,-0.01394,-0.002268,-0.01631,0.021099,0.017949,-0.021026,0.043108,-0.023258,0.018899,-0.000383,0.01492,-0.006866,0.014003,0.042045,-0.028382,0.001275,-0.017814,0.036698,0.026344,-0.009737,0.016601,0.002175,0.057964,0.01339,-0.002752,0.022045,-0.026749,0.015933,0.016775,0.011233,-0.006946,-0.011232,-0.00696,0.029518,-0.012153,-0.002241,-0.04054,0.00471,-0.037332,-0.026621,0.062543,-0.007003,-0.025446,-0.012445,0.006776,-0.001469,-0.002483,0.009621,-0.030903,-0.007822,-0.027108,-0.002888,0.014183,0.768786,0.01265,0.010595,-0.002155,0.019878,-0.003132,-0.000538,-0.015151,0.001553,0.001125,0.023128,-0.004832,-0.003487,0.027267,0.009238,-0.026964,0.046216,-0.017523,-0.004033,-0.032146,-0.03061,-0.051507,0.04345,0.037695,-0.010382,0.044997,0.019066,-0.007791,0.003894,0.016896,-0.022385,-0.016039,-0.023004,-0.062134,-0.02618,0.016528,-0.035799,0.025006,0.033373,-0.079136,0.013847,0.00333,0.007851,-0.050745,-0.005472,-0.017105,0.022878,0.020107,-0.03545,-0.020062,0.000277,-0.001267,-0.003001,0.044222,-0.005859,0.001038,-0.003105,-0.031896,-0.033509,-0.005638,0.021724,-0.012089,-0.024429,0.078631,0.009962,0.076324,-0.024645,0.002501,0.019528,0.023134,0.032546,-0.064598,-0.010248,0.017031,0.015251,0.007372,0.017139,-0.030298,0.008737,-0.014386,0.034762,-0.06605,0.012725,-0.024487,0.029304,0.017826,-0.050721,0.035368,0.003516,0.003955,-0.100203,0.030411,0.010515,-0.005451,0.013358,-0.004338,0.012192,0.038967,-0.003878,0.003058,0.001369,-0.020614,-0.010617,0.029661,-0.063232,0.017093,0.023876,0.016963,0.001694,0.068238,-0.000588,-0.010995,-0.001211,-0.01577,-0.008476,-0.033274,0.022784,0.022846,0.02282,0.006139,-0.02253,-0.020801,0.010617,-0.031106,0.033703,-0.049177,-0.041527,0.047574,-0.015062,-0.007058,0.012353,0.021932,-0.024121,-0.009507,-0.034716,-0.035017,0.009507,0.011834,0.023915,0.042192,0.021244,-0.001628,-0.011036,0.008253,0.011873,0.04534,0.015501,0.007889,-0.00097,-0.002017,-0.012373,0.147601,0.017348,-0.025811,-0.006528,0.009833,-0.011435,-0.027108,-0.05351,-0.00884,0.027995,0.022642,0.02092,0.00181,-0.001871,0.016624,0.06224,0.000004,0.008687,0.005291,-0.018204,-0.025982,0.005182,-0.151091,-0.000256,-0.066704,-0.025258,0.02666,-0.001106,-0.013976,0.010426,-0.013558,-0.002469,-0.01897,-0.006335,-0.074401,-0.032769,0.007006,-0.02433,0.063502,-0.004783,-0.003622,-0.024705,0.023624,0.058091,-0.024035,0.099324,-0.000313,0.022361,0.017224,0.013578,0.012476,0.021896,0.008874,0.027002,-0.031782,-0.031173,-0.00062,0.008362,-0.050282,0.008165,-0.044732,0.022037,0.0534,-0.001353,-0.039094,0.022159,-0.020364,-0.018256,0.001231,-0.014806,-0.043568,-0.012751,0.005243,-0.032472,0.003846,-0.010919,0.026414,0.024748,0.005398,-0.02324,-0.036048,0.045297,0.013924,0.009635,0.031839,-0.017007,-0.046892,-0.004268,-0.014345,-0.015851,0.01198,0.006157,0.038165,-0.00152,0.008862,0.035264,0.062129,0.125953,0.023584,0.019072,-0.001521,0.03012,-0.030499,-0.003722,-0.013606,0.0031,-0.036387,-0.00622,0.016243,0.021991,-0.027641,-0.035137,-0.029559,-0.002543,0.005358,-0.027295,-0.0434,0.015793,0.007346,0.012311,-0.002011,0.025496,-0.016035,-0.015328,-0.009785,0.031465,-0.000955,0.006097,0.026719,-0.000649,-0.020513,0.014969,0.016859,0.02577,-0.030053,0.018502,-0.017302,0.05677,0.009797,-0.005122,-0.033083,0.025412,0.004521,-0.052857,-0.01227,0.007897,-0.022883,0.009719,-0.001191,0.002976,-0.055071,0.009429,0.018524,-0.008406,-0.002527,-0.002427,-0.013949,0.00899,-0.024159,-0.004972,-0.036052,0.041995,-0.028095,-0.113299,0.034197,0.010185,0.027943,0.022417,0.004873,-0.022698,-0.108456,0.040873,-0.009901,0.029417,0.018561,0.005617,-0.004368,-0.005655,-0.016181,0.030693,0.028726,-0.02759,0.003798,-0.029153,0.013551,-0.010534,-0.035656,0.041504,-0.044083,-0.012487,-0.032021,0.016251,0.037618,-0.023425,-0.041918,0.005891,0.031405,0.007715,0.018281,-0.045516,-0.010756,-0.006623,-0.012045,0.011523,-0.018756,-0.033895,0.013027,-0.037537,0.008488,0.024909,-0.010226,-0.038109,0.012256,0.01715,0.015444,0.013948,0.045108,0.030263,-0.033976,0.037781,-0.005254,0.007073,-0.009079,0.024632,0.007387,-0.016932,-0.060193,-0.010518,0.01406,-0.029568,-0.003039,-0.002007,-0.002784,0.009638,0.006082,0.015168,-0.009917,-0.024112,0.015064,0.028619,0.017006,-0.005499,0.007159,-0.020417,-0.004579,-0.046045,-0.00339,0.025397,0.041063,-0.02417,0.005134,-0.006117,0.011785,-0.00027,-0.041469,-0.003208,0.009592,-0.00041,0.022353,-0.027624,0.015476,0.030057,0.010472,0.043813,-0.001518,0.011353,0.025571,-0.021008,-0.011658,0.035864,0.002757,-0.032014,-0.00867,0.007397,-0.040514,0.00871,0.030644,-0.007196,0.021548,0.002575,0.008553,0.113213,0.032972,-0.007382,-0.041297,-0.015247,-0.011484,0.022117,0.051906,-0.019771,-0.005518,-0.01103,-0.003224,-0.01749,0.021675,0.014629,0.034037,0.013668,-0.014733,-0.008492,-0.000551,0.006426,0.032518,-0.010071,-0.014562,-0.006182,-0.005282,-0.033889,-0.001575,0.030756,0.00767,0.005825,0.015387,-0.008291,0.002044,-0.040102,0.01878,-0.010527,0.001388,-0.003072,0.02147,0.029036,-0.035759,-0.006746,-0.010501,0.023563,0.032444,0.000009,0.003636,-0.0112,0.055588,0.025234,0.000574,0.044213,-0.015148,0.028052,0.006434,0.013596,-0.008867,0.001787,0.00564,0.046525,0.019136,0.015122,-0.0082,0.015188,-0.082866,-0.021008,0.055348,-0.036078,-0.012027,0.004422,0.016477,0.016759,-0.010694,0.006008,-0.02069,-0.010317,-0.018924,0.006757,0.022664,0.744737,-0.01705,0.038422,-0.016591,0.017126,-0.000289,0.001896,-0.010858,0.009245,0.000299,0.026447,-0.011404,0.000401,0.019755,0.004186,-0.018906,0.036591,-0.004672,0.010435,-0.032088,-0.044449,-0.032843,0.031163,0.020174,-0.012255,0.030806,0.014697,-0.012311,0.0255,0.043525,-0.022658,-0.033247,-0.028855,-0.017367,-0.034569,0.051765,-0.039771,0.002252,0.042527,-0.074969,0.015914,0.020777,0.007504,-0.0419,-0.00111,0.003124,0.011227,0.03701,-0.049671,-0.002664,0.003198,-0.00315,0.010055,0.054198,-0.037962,0.002459,0.003722,-0.029468,-0.035685,-0.009483,0.006504,-0.024159,-0.025982,0.083288,0.01063,0.071757,-0.015098,0.014712,0.047149,0.011102,0.042312,-0.076964,0.017759,-0.00007,0.009962,0.00875,0.0109,-0.035634,0.014646,-0.016636,0.022095,-0.05292,-0.010584,-0.01539,0.001093,0.038338,-0.062511,0.026052,0.013565,0.002461,-0.069673,0.025828,0.016963,-0.033424,-0.009784,-0.01347,0.043847,0.050586,0.00598,0.007124,0.01174,-0.026543,0.009143,0.026671,-0.054604,0.025964,0.004382,0.000148,0.012779,0.06991,0.013909,-0.028253,-0.012179,-0.025862,-0.000954,-0.031403,-0.003724,0.003394,0.009847,-0.006482,-0.0307,-0.015599,0.008666,-0.024524,0.015857,-0.056854,-0.038556,0.055348,0.010154,-0.023413,-0.003696,0.020735,-0.014555,0.000211,-0.024553,-0.034904,0.011753,0.014309,0.047885,0.028394,0.00934,0.000921,0.007521,0.020553,0.045767,0.028724,-0.005968,0.017375,0.005449,0.022287,0.011497,0.155169,0.012989,0.017378,-0.017835,-0.01267,-0.011342,-0.013511,-0.054998,-0.013349,0.017293,0.033541,0.04427,-0.009132,-0.017065,0.020695,0.076383,-0.010022,0.022133,-0.042619,-0.008806,-0.012368,0.019585,-0.110665,-0.025442,-0.050995,-0.00351,0.012206,0.003132,-0.026098,0.005134,-0.012124,-0.00091,-0.007993,-0.015698,-0.057418,-0.037332,0.047046,-0.029731,0.043563,-0.004628,0.013381,-0.018235,0.02249,0.061763,-0.025773,0.0785,-0.014085,-0.00931,0.027837,0.008222,0.033575,0.013679,-0.010155,0.038314,-0.013082,-0.030502,0.017812,0.016461,-0.050362,0.014808,-0.016959,0.03134,0.025087,-0.007521,-0.021742,0.005539,0.005922,-0.023926,0.002338,0.00218,-0.037124,-0.014531,0.013334,-0.027456,0.004355,0.003741,0.004119,-0.006205,-0.011126,-0.01945,-0.032577,0.019655,0.016452,-0.005701,0.014962,0.004377,-0.043927,-0.005223,-0.017034,-0.033778,0.000975,0.011437,0.03714,-0.015497,0.014798,0.036097,0.042266,0.131997,-0.00005,0.014692,0.009395,0.027421,-0.025882,0.015602,-0.027356,-0.025044,-0.03997,0.001019,0.017626,0.018216,-0.019189,-0.009036,-0.023205,0.027975,0.005772,-0.019895,-0.049097,0.011319,-0.000741,-0.016172,-0.004522,0.021553,0.001809,0.004464,0.017852,0.012262,0.019366,0.034807,0.018747,0.025163,-0.029118,0.012467,-0.005103,0.027396,-0.017045,0.0151,-0.040251,0.033455,0.001678,-0.014891,-0.054908,0.007886,0.006766,-0.037273,-0.014433,0.013546,-0.022543,0.002413,-0.003456,-0.01099,-0.032832,-0.003488,0.0031,0.025209,-0.006219,-0.014989,0.013544,-0.008907,-0.013113,-0.0192,-0.01352,0.028955,-0.021794,-0.083646,0.019298,-0.005404,0.033637,0.01747,0.034294,-0.02242,-0.104796,0.028672,0.006617,0.035169,0.033553,-0.029423,0.00447,0.021715,-0.006785,0.048485,0.044059,-0.028827,0.011337,-0.01108,0.040196,-0.007085,0.000016,0.058225,-0.031048,-0.005268,-0.003351,0.010279,0.026258,0.012961,-0.008967,-0.000162,0.00557,0.017614,0.006522,-0.002495,0.011551,-0.003254,0.001981,0.032714,-0.015332,-0.019538,0.010442,-0.030403,0.013745,-0.009281,-0.005648,-0.03091,0.011231,0.014232,0.023111,0.01184,0.055532,0.030346,-0.010934,0.041824,0.010115,0.025444,-0.001419,0.035886,-0.01057,0.003574,-0.041299,-0.002936,-0.00975,-0.036757,-0.023942,-0.004059,0.005776,0.00131,0.000573,-0.000925,-0.00143,-0.025986,0.020465,0.015075,-0.000093,0.008722,0.007558,-0.021349,-0.017399,-0.047072,-0.005957,-0.020795,0.020404,-0.025912,-0.018686,0.002418,0.029937,-0.038111,-0.045836,-0.014152,-0.0065,0.012524,0.040616,-0.025541,0.008956,0.026163,-0.001604,0.021119,-0.014095,0.00844,0.026829,0.009035,-0.005689,0.06598,0.021333,-0.033018,-0.006061,0.004302,-0.036516,0.000801,0.024671,0.009895,0.041622,0.008033,0.02386,0.117284,0.017167,0.001643,-0.002623,-0.024681,0.010324,0.050277,0.043477,0.004087,-0.00083,0.000529,-0.006415,-0.02121,0.01645,0.012156,0.021159,-0.003575,-0.042016,-0.019441,-0.003688,0.03855,0.027639,0.012743,-0.0158,0.016413,-0.002587,-0.023056,-0.005687,0.004086,-0.017465,0.030111,0.019846,-0.024943,0.039838,-0.038195,0.00553,-0.032076,-0.001211,-0.034144,0.028092,0.026528,-0.034257,-0.018812,-0.038569,0.032528,0.024383,-0.009026,0.02208,-0.001198,0.064123,0.004363,-0.002735,0.023765,-0.025252,0.00409,0.017895,0.012839,-0.003343,0.020355,-0.00611,0.034291,-0.003951,-0.002684,-0.025063,0.025475,-0.053244,-0.023629,0.035124,-0.008983,-0.016324,-0.0208,-0.011584,0.021312,0.01166,-0.007795,-0.025902,-0.018566,-0.02909,0.00005,0.01382,0.766218,-0.006521,0.025874,-0.007636,0.025466,0.008297,-0.005545,0.005262,0.009949,-0.010594,0.036379,-0.011777,0.008561,0.004598,0.024439,-0.031785,0.05224,-0.016505,0.02802,-0.026475,-0.027542,-0.030792,0.030673,0.040475,-0.016685,0.047597,0.019405,-0.027954,-0.003571,0.024293,-0.040748,-0.008753,-0.049187,-0.038473,-0.022153,0.019381,-0.022907,0.028659,0.030466,-0.086856,-0.004271,0.0104,0.024342,-0.013612,-0.003648,-0.011071,0.017625,0.022531,-0.026711,-0.021038,0.003352,-0.014206,-0.007623,0.025988,-0.014108,0.000988,0.000967,-0.027761,-0.02652,-0.0015,0.016045,-0.018829,-0.027828,0.077971,0.047981,0.063035,-0.013658,0.003805,0.039061,0.017213,0.039443,-0.075726,0.010613,-0.003641,0.013313,0.020639,0.018798,-0.036834,0.017611,-0.009476,0.026183,-0.055231,-0.009951,-0.027298,0.004562,0.037025,-0.052835,0.041119,0.01503,-0.009536,-0.069783,0.026091,0.020324,-0.044306,-0.004664,-0.002812,0.052711,0.058771,0.012888,0.022399,0.008643,-0.037901,0.012483,0.020096,-0.043826,0.029872,-0.002403,-0.002536,0.022059,0.062717,0.016903,-0.028972,-0.012831,-0.018872,-0.007292,-0.026829,-0.009807,0.004415,0.020447,-0.003215,-0.027537,-0.018986,0.009692,-0.021476,0.009173,-0.067009,-0.040208,0.055465,0.01104,-0.016243,-0.003969,0.02038,-0.016486,-0.004042,-0.024464,-0.033097,0.006669,0.013786,0.052557,0.0299,0.01086,0.000603,0.003308,0.014183,0.057157,0.026206,-0.008384,0.013322,-0.001479,0.017279,0.010018,0.159962,0.016547,0.022606,-0.013622,-0.002262,-0.003377,-0.012398,-0.062042,-0.011354,0.02373,0.037917,0.050929,-0.008807,-0.018036,0.028779,0.070777,-0.009373,0.01747,-0.039811,-0.017765,-0.018347,0.019596,-0.11095,-0.018711,-0.05755,-0.003052,0.002374,0.007324,-0.028785,0.000192,-0.006762,0.002508,-0.006497,-0.010818,-0.052986,-0.035909,0.068511,-0.01941,0.041372,-0.002286,0.016559,-0.023454,0.023377,0.068231,-0.018013,0.079503,-0.016728,-0.000303,0.02835,0.01345,0.021398,0.019686,-0.005108,0.041725,-0.013373,-0.029138,0.019499,0.01755,-0.06344,0.018751,-0.015859,0.030108,0.022654,-0.005228,-0.0264,0.004975,0.007739,-0.021137,-0.000589,0.007984,-0.034408,-0.015635,0.009007,-0.024038,-0.005373,0.004123,-0.008562,-0.008393,-0.011873,-0.022069,-0.019566,0.023703,0.014358,-0.003578,0.01599,0.006081,-0.041799,0.000274,-0.018406,-0.020898,-0.004876,0.012079,0.053615,-0.01933,0.021,0.04129,0.049086,0.13177,-0.005066,0.013002,0.009334,0.024942,-0.01935,0.014528,-0.026528,-0.031675,-0.038389,0.002104,0.018908,0.029944,-0.016181,-0.012056,-0.030652,0.044027,0.005677,-0.032297,-0.048074,0.017647,0.005167,-0.015565,-0.003689,0.031793,0.018318,0.01305,0.027857,0.012585,0.020502,0.036534,0.019235,0.021695,-0.034071,0.011919,0.001748,0.022785,-0.023195,0.018901,-0.03658,0.030444,0.01029,-0.025577,-0.052517,0.005098,-0.004486,-0.042894,-0.009739,0.026001,-0.018836,-0.011627,0.000807,-0.006818,-0.034232,0.004476,0.003905,0.02323,-0.013319,-0.009146,0.011007,-0.003061,-0.011427,-0.009028,-0.014244,0.031533,-0.00983,-0.096134,0.016182,-0.011999,0.036655,0.015672,0.033229,-0.024278,-0.095329,0.03052,-0.002743,0.033121,0.039315,-0.021747,0.001903,0.009432,-0.010579,0.046409,0.041801,-0.02787,0.015555,-0.006416,0.032121,-0.01194,-0.003958,0.072046,-0.042108,-0.011048,-0.006109,0.007667,0.021589,0.012157,-0.009749,0.010502,0.002394,0.007626,0.020448,-0.009414,0.006407,0.002747,-0.004704,0.033424,-0.0184,-0.021893,0.010772,-0.034056,0.009228,-0.000296,-0.005297,-0.033795,0.015532,0.020707,0.02507,0.010934,0.03859,0.040819,-0.005009,0.041746,0.021345,0.024912,0.005467,0.030363,-0.006728,0.003579,-0.045704,0.009638,-0.00575,-0.033795,-0.02701,-0.001853,0.008977,0.002327,0.015279,0.006179,0.002224,-0.032949,0.02599,0.023312,0.013311,0.016194,0.001234,-0.022864,-0.018488,-0.047585,0.000571,-0.020641,0.027157,-0.033272,-0.016221,0.007539,0.043691,-0.035959,-0.050392,-0.013029,0.002039,0.012725,0.028297,-0.028928,0.002791,0.018654,0.002301,0.017724,-0.00661,0.006374,0.035854,-0.002004,0.009584,0.052473,0.023183,-0.033241,-0.000669,0.012139,-0.031253,0.003892,0.034391,0.01126,0.046679,0.003221,0.029624,0.116472,0.006188,0.008219,-0.001065,-0.030514,0.021622,0.050289,0.030215,0.004329,0.007263,-0.005131,-0.011418,-0.035854,0.012012,0.002913,0.021512,-0.010088,-0.043949,-0.016946,-0.003062,0.042896,0.015252,0.020077,-0.027986,0.018432,-0.010762,-0.023248,-0.00853,-0.003753,-0.016637,0.02758,0.012947,-0.032796,0.039588,-0.021961,0.010457,-0.030992,0.003297,-0.048046,0.030056,0.034771,-0.028515,-0.023324,-0.03573,0.029129,0.030489,-0.013423,0.015915,-0.01279,0.071481,0.014235,-0.002803,0.031994,-0.032673,0.001618,0.00977,0.01169,0.006987,0.015706,0.000452,0.030066,-0.000826,0.006021,-0.026842,0.018726,-0.051597,-0.029162,0.031151,0.002212,-0.016686,-0.015744,-0.007617,0.02677,0.007412,-0.008785,-0.026359,-0.020606,-0.034166,-0.000524,0.018245,0.747139,0.004445,0.024595,-0.007179,0.028475,0.007831,0.004247,0.013699,0.001684,-0.007741,0.038189,-0.017914,0.006792,0.012463,0.027359,-0.027499,0.059884,-0.025626,0.029576,-0.022532,-0.026402,-0.037872,0.030294,0.044806,-0.022734,0.040218,0.019135,-0.022835,-0.00632,0.016181,-0.04093,-0.008094,-0.041994,-0.037539,-0.024041,0.012806,-0.019349,0.023177,0.043112,-0.090599,-0.005799,0.007763,0.018349,-0.017208,-0.003129,-0.020132,0.028503,0.021327,-0.024081,-0.018588,0.00993,-0.012837,-0.006654,0.031007,-0.01102,0.003215,0.000049,-0.034338,-0.018134,-0.012595,0.021448,-0.017515,-0.026294,0.081529,0.044201,0.070189,-0.014201,0.011616,0.042164,0.022022,0.037758,-0.066222,0.025818,0.009537,0.003046,0.007467,0.041396,-0.026181,0.01747,0.009822,0.015985,-0.071424,-0.004005,-0.006285,-0.003868,0.011043,-0.044929,0.030022,0.027317,-0.014889,-0.072026,0.018519,0.013536,-0.015334,0.022515,-0.005665,0.015672,0.042902,0.004821,-0.001562,0.021195,-0.009384,-0.000488,0.013386,-0.048927,0.023926,-0.003435,-0.0031,0.011417,0.054387,0.030298,-0.03738,-0.014811,-0.025662,0.000179,-0.026297,0.016154,0.007368,0.005729,0.014354,-0.003647,-0.01512,-0.00561,-0.0237,0.027336,-0.035387,-0.0438,0.032021,0.016087,-0.022575,0.002381,0.017357,-0.014927,-0.001077,-0.01461,-0.02871,0.005628,0.016359,0.014857,0.032406,0.013852,0.006728,0.004507,0.003883,0.032584,0.019871,0.000756,0.007692,0.009118,-0.000884,-0.001682,0.173268,0.014278,0.013095,-0.006035,-0.002279,0.000715,-0.026112,-0.03382,-0.012534,0.03709,0.017459,0.022911,-0.000816,-0.023394,0.001579,0.085516,-0.014902,0.004557,-0.021648,-0.014123,-0.017841,0.014209,-0.155819,-0.017315,-0.041615,0.002292,0.012452,0.004129,-0.00843,0.002514,0.004211,-0.024782,-0.012621,0.003241,-0.060062,-0.036401,0.017832,-0.020791,0.05306,0.005305,0.006582,-0.018702,0.027416,0.074722,-0.016875,0.106332,0.001636,0.006056,0.007617,0.025754,0.020257,0.014958,0.011909,0.024873,-0.02178,-0.026924,0.009035,0.012527,-0.035961,0.0173,-0.044455,0.011271,0.006654,0.018401,-0.034633,0.025136,-0.002849,-0.0204,0.011622,-0.006469,-0.00781,-0.011038,0.024618,-0.009562,0.00485,-0.001068,0.00796,0.003197,-0.004895,-0.025261,-0.043701,0.0219,0.018744,0.011553,0.024438,0.006033,-0.040776,-0.00486,-0.017285,-0.020039,-0.010264,0.019867,0.0317,-0.015311,0.01644,0.034697,0.058738,0.128504,0.016328,0.023343,0.003156,0.032832,-0.024006,0.009863,-0.025612,-0.005868,-0.023637,0.00603,-0.003562,0.023637,0.002708,-0.026924,-0.034255,0.023814,-0.003784,-0.010107,-0.037474,0.022553,-0.00129,-0.016886,0.00669,0.022844,-0.011679,0.003758,0.018509,0.031874,0.018919,0.033275,0.039741,0.020108,-0.016101,0.012698,0.012183,0.009064,-0.006986,0.006322,-0.02591,0.032467,-0.008403,-0.009677,-0.04423,0.024873,-0.002116,-0.033263,-0.002874,0.020902,-0.015137,0.006083,-0.012144,0.018468,-0.041536,-0.00682,0.017822,0.003122,-0.003143,-0.009933,-0.008565,0.005244,-0.015904,-0.028742,-0.020892,0.035041,-0.016573,-0.085537,0.020291,-0.006725,-0.00269,0.013179,0.016941,-0.002964,-0.063512,0.028909,0.008674,-0.02581,0.029455,0.000311,0.002945,-0.010234,-0.007345,0.041409,0.034254,-0.009102,0.030287,-0.013145,0.008487,-0.013876,-0.009812,0.041706,-0.051357,-0.000943,-0.014721,0.016988,0.019177,-0.009496,-0.03013,0.005285,0.004952,0.021621,0.013221,-0.017757,0.001961,-0.014401,0.005748,0.032448,-0.012999,-0.029025,0.010233,-0.009884,0.001674,0.000576,-0.016232,-0.036828,0.014818,0.013376,0.011281,0.006928,0.056572,0.029056,-0.014141,0.023262,-0.001074,0.023859,0.000869,0.025569,0.014779,-0.003846,-0.034716,-0.007309,-0.002722,-0.036186,-0.015471,-0.020272,-0.007784,-0.006383,-0.012921,0.01118,-0.017181,-0.009088,0.02404,0.016884,-0.000931,0.004675,0.001078,-0.026853,-0.028203,-0.060356,-0.010409,0.001487,0.033574,-0.028416,-0.004891,-0.003012,0.027755,-0.02894,-0.048525,-0.002621,0.00433,0.014063,0.031379,-0.035549,-0.00281,0.048196,0.01285,0.018118,-0.00207,0.013976,0.028966,0.003889,0.018823,0.005684,0.006556,-0.021928,-0.023208,0.011853,-0.042362,-0.018294,0.026971,-0.004601,0.041462,-0.003009,0.002662,0.115721,0.030628,0.004568,-0.003293,-0.035524,0.018703,0.051146,0.038389,-0.012804,-0.010758,0.007376,-0.017601,-0.043782,0.023229,0.036263,0.006668,0.011579,-0.034822,-0.006486,-0.013136,0.040145,0.013951,-0.004545,-0.018374,0.007682,-0.002838,-0.012447,-0.006158,-0.016422,-0.008414,0.033608,0.011742,-0.009063,0.025503,-0.013432,0.027652,-0.010095,-0.010435,-0.012173,0.016199,0.024861,-0.04338,-0.028302,-0.020796,0.019838,0.008918,-0.022514,0.020615,-0.004749,0.074246,0.006858,-0.006036,0.017239,-0.029448,0.023808,0.012514,0.018964,-0.01134,0.003931,-0.016,0.03646,-0.006212,-0.006961,-0.031419,0.001697,-0.055145,-0.022587,0.024458,-0.012322,-0.007352,0.013864,0.006675,0.00469,-0.007976,0.004938,-0.023859,-0.033815,-0.014416,0.003507,-0.003067,0.779365,0.006894,0.013402,-0.011239,0.024637,-0.016449,0.00415,-0.005832,0.012633,0.003305,0.039991,-0.010289,0.021306,0.018041,0.021645,-0.005883,0.034445,-0.017054,0.016535,-0.013368,-0.013933,-0.028088,0.030133,0.038474,-0.015029,0.047249,0.002433,-0.027885,0.011127,0.021784,-0.042471,-0.015144,-0.030071,-0.018005,-0.033185,0.01975,-0.032022,0.014033,0.037751,-0.093424,0.005322,0.016962,0.008458,-0.022469,0.004212,-0.009497,0.02063,0.015666,-0.016317,-0.003806,0.008779,-0.002456,-0.006529,0.057807,-0.00791,0.00297,0.000989,-0.019295,-0.040477,0.000272,0.004669,-0.016554,-0.026284,0.075338,0.030243,0.075825,-0.025083,-0.006268,0.051441,0.030031,0.023325,-0.080976,0.023757,-0.024661,0.007443,0.01942,-0.003461,-0.03447,0.013564,-0.013835,0.02568,-0.055404,-0.012461,-0.02247,0.010666,0.019914,-0.056045,0.037859,-0.002346,0.021685,-0.079483,0.032022,0.019186,-0.041062,0.002203,0.010653,0.048523,0.057232,0.018317,0.022874,0.004814,-0.032567,-0.002933,0.020855,-0.076184,0.013215,-0.005619,-0.00294,0.019874,0.068218,0.012374,-0.02223,-0.010907,-0.014893,-0.005303,-0.049008,-0.000038,0.006176,0.014298,0.000818,-0.030671,-0.012867,-0.0005,-0.021091,0.013769,-0.06337,-0.034704,0.058557,0.006994,-0.006384,-0.001425,0.021417,-0.01766,0.006504,-0.031005,-0.021657,0.003031,0.009038,0.059085,0.027865,0.023092,-0.000045,-0.002106,0.002397,0.05028,0.039663,-0.003271,0.021014,-0.005262,0.020112,-0.010899,0.142435,0.017293,0.002653,-0.002123,-0.004631,0.000421,-0.015476,-0.06859,-0.010229,0.015276,0.029906,0.041798,-0.0094,-0.009731,0.008487,0.063047,0.006197,0.024683,-0.03118,-0.016383,0.003853,0.013212,-0.108481,-0.031259,-0.048201,-0.007209,0.010157,-0.00463,-0.031951,0.013528,0.000797,-0.004961,-0.003973,-0.003604,-0.060741,-0.02401,0.06872,0.001475,0.044803,0.012718,0.027587,-0.038925,0.026581,0.080101,-0.011234,0.073041,-0.010567,-0.020011,0.040337,0.022768,0.024703,0.023852,-0.011974,0.054945,-0.029537,-0.054821,0.023477,0.010194,-0.045115,0.00778,-0.011652,0.029135,0.039742,-0.030953,-0.025463,0.015147,0.013643,-0.01712,-0.004537,0.008716,-0.047018,-0.015662,0.017961,-0.027174,0.006024,0.011646,0.008931,-0.005956,-0.006885,-0.009307,-0.030965,0.022161,0.032886,-0.01499,0.024513,-0.003519,-0.04472,-0.001813,-0.02608,-0.046097,-0.004116,0.017888,0.040867,-0.021875,0.02736,0.042116,0.037736,0.129565,-0.006065,0.001262,0.007122,0.025117,-0.005472,0.009136,-0.014513,-0.019809,-0.032835,0.012324,0.007332,0.027145,-0.003378,-0.01304,-0.035624,0.043775,0.003724,-0.03873,-0.055782,0.010983,-0.00143,-0.008558,-0.004542,0.028118,0.035319,0.012495,0.043644,0.006011,0.035978,0.037142,0.012292,0.011571,-0.021879,0.012828,-0.007161,0.048605,-0.015094,0.011828,-0.044237,0.033239,0.012337,-0.028453,-0.057397,0.009365,-0.004019,-0.031685,-0.008777,0.03242,-0.015809,-0.0101,0.017466,-0.004165,-0.04312,0.006491,-0.010735,0.015802,-0.027892,-0.001254,0.011178,0.003318,-0.021592,0.005514,-0.002642,0.009105,-0.001363,-0.118998,0.002328,-0.028436,0.047927,-0.00249,0.023026,-0.014451,-0.091937,0.025583,-0.004565,0.036985,0.047513,-0.032105,0.007446,0.01973,-0.027876,0.029393,0.015651,-0.034414,0.014746,-0.002341,0.04467,-0.012586,-0.004444,0.053941,-0.03923,-0.01511,0.021285,0.002123,0.029452,0.003719,-0.011252,0.007136,-0.000481,0.016317,0.026243,-0.00017,0.0085,-0.004827,-0.015057,0.029929,-0.010607,-0.015284,0.007121,-0.041626,0.004002,0.00527,0.005977,-0.061402,0.013922,0.007706,0.015122,0.016286,0.006929,0.058182,-0.008,0.050917,0.014167,0.037689,0.005302,0.015255,-0.015616,-0.014144,-0.038101,0.008,-0.011871,-0.033015,-0.033637,0.005547,0.018836,0.002869,0.027086,-0.013273,0.017381,-0.023814,0.016482,0.004264,-0.010934,0.005625,0.001925,-0.008168,-0.00807,-0.03305,0.006331,-0.017466,0.014772,-0.035257,-0.018535,0.001846,0.026565,-0.029326,-0.048119,-0.005024,-0.005022,0.032796,0.021191,-0.023823,-0.000568,0.006298,0.008403,0.036952,0.014498,0.005452,0.031915,0.017942,0.006428,0.023996,0.017811,-0.035067,0.005863,0.008563,-0.032681,0.004708,0.031627,0.001911,0.026597,0.011755,0.051784,0.112308,0.012285,0.01181,-0.01461,-0.033081,0.007102,0.048668,0.042289,-0.001129,0.00232,-0.005539,-0.002865,-0.041132,0.037993,-0.005482,0.037834,0.007847,-0.024684,-0.016999,0.004679,0.018724,0.009273,-0.002676,-0.02621,0.020646,-0.024681,-0.007269,-0.007846,-0.00118,-0.016969,0.02203,0.015295,-0.029278,0.053409,-0.032818,0.018025,-0.02937,0.006677,-0.037809,0.025881,0.033529,-0.032356,-0.003423,-0.034606,0.030073,0.02516,-0.004452,0.01254,-0.015573,0.08671,0.001411,0.003647,0.033452,-0.032852,0.006171,0.009034,0.022236,0.000312,-0.007388,0.002492,0.02698,-0.002625,0.001495,-0.035679,0.021423,-0.060055,-0.023101,0.053663,-0.001717,-0.021851,-0.028266,-0.009769,0.015401,-0.00068,0.009773,-0.016809,-0.011771,-0.029706,-0.008036,0.027084,0.735595,0.021114,0.018914,-0.012982,0.016081,0.028923,-0.000458,0.012166,-0.000874,-0.019728,0.032426,-0.003009,-0.006035,0.019197,0.017869,-0.023184,0.065219,-0.018054,0.012996,-0.023321,-0.021568,-0.055414,0.03399,0.044836,-0.02421,0.020932,0.02118,-0.008072,0.00851,0.022842,-0.017566,-0.010839,-0.025719,-0.047679,-0.020496,0.022396,-0.015858,0.036385,0.035998,-0.087383,0.010044,-0.015674,0.015218,-0.031671,0.010683,-0.036608,0.016638,0.028801,-0.022182,-0.026192,0.017198,-0.012368,-0.00743,0.030984,-0.020017,0.000655,-0.003808,-0.035815,-0.033556,-0.000513,0.020956,-0.015571,-0.026141,0.084487,0.044514,0.081712,-0.00656,-0.002807,0.048484,0.024653,0.030212,-0.06507,0.021935,-0.002551,-0.008161,0.020121,0.001669,-0.042052,0.007632,-0.016929,0.036341,-0.040467,0.000951,-0.029123,0.017834,0.022658,-0.054846,0.033803,0.01599,-0.002088,-0.088239,0.035473,0.008371,-0.0259,0.000386,-0.014042,0.027533,0.029878,-0.011865,0.01933,0.005339,-0.036007,-0.004762,0.024798,-0.038154,0.015925,0.005102,-0.006897,0.014314,0.051787,0.019836,-0.031378,-0.015744,-0.027375,-0.014806,-0.037187,0.008866,-0.015381,-0.008829,0.004953,-0.041243,-0.022455,-0.013168,-0.034433,0.028922,-0.05966,-0.041076,0.042212,-0.008262,-0.009076,0.025311,0.010998,-0.023735,-0.013755,-0.028948,-0.042307,0.015009,0.001248,0.018689,0.035826,0.009172,-0.003092,-0.008844,0.007192,0.048696,0.036816,-0.016474,-0.001995,0.010385,0.01614,0.015184,0.173396,0.007291,0.006043,-0.00267,-0.008208,-0.009274,-0.011263,-0.044618,-0.010336,0.032835,0.03557,0.03502,-0.003661,-0.000564,0.006046,0.069561,-0.000785,0.003318,-0.025246,-0.028108,-0.00591,-0.002482,-0.155828,-0.00239,-0.03141,-0.005624,0.003566,0.021848,-0.000178,0.012126,-0.001903,0.006586,-0.001195,0.011671,-0.058239,-0.029869,0.062511,-0.010491,0.013696,0.017106,0.017013,-0.028412,0.037023,0.070491,0.00871,0.092653,0.004042,0.010916,0.000376,0.015103,0.021641,0.028414,-0.009364,0.033291,-0.023068,-0.063447,0.016946,0.008099,-0.041558,0.004721,-0.029735,0.011609,0.018508,-0.005543,-0.026456,0.023106,0.002669,-0.003326,0.01655,-0.021358,-0.047243,-0.015322,0.014636,-0.025232,-0.009072,0.013103,0.00329,-0.005794,0.004058,-0.012509,-0.032302,0.018097,0.014641,0.005262,0.010692,-0.004086,-0.046083,0.007679,-0.017053,-0.023548,-0.002204,0.023916,0.03533,0.003224,0.029738,0.017716,0.042173,0.178445,0.00418,0.017104,0.015263,0.027439,-0.025476,0.017619,-0.013557,-0.01391,-0.017803,0.007273,-0.005047,0.031495,-0.00009,-0.039932,-0.01242,0.032339,-0.013325,-0.010909,-0.026962,0.024435,-0.020817,-0.003444,0.007098,0.02731,-0.004836,0.005996,0.034749,0.020555,0.017919,0.031036,0.01634,-0.002114,-0.022161,0.004091,-0.012522,0.022898,-0.031226,0.008395,-0.02838,0.038555,0.007391,-0.022755,-0.053858,0.022275,-0.014391,-0.026439,0.007091,0.026709,-0.026394,-0.018526,0.000377,0.006977,-0.051542,-0.003385,-0.003836,0.030742,-0.004744,0.004026,0.00085,0.002531,-0.019366,-0.016501,-0.011875,0.032809,-0.018839,-0.070628,0.006676,-0.024688,0.026386,-0.003474,-0.007667,-0.018314,-0.083224,0.02967,-0.019546,0.003476,0.033028,-0.04228,0.01017,-0.003688,-0.010173,0.04947,0.039815,-0.016345,0.012081,0.004866,0.048553,-0.007496,-0.000699,0.044151,-0.043726,-0.002045,0.002264,-0.001752,0.031544,0.014922,-0.027874,0.018865,-0.003989,0.021249,0.022132,-0.018856,0.024611,-0.000227,-0.022326,0.014995,-0.005212,0.000003,0.010934,-0.014368,0.006793,-0.006174,-0.011168,-0.026393,0.022763,0.004936,0.002054,0.008514,0.057746,0.03533,-0.020822,0.034291,0.012603,0.012264,-0.033954,0.026757,-0.008606,-0.006571,-0.031275,0.005489,-0.010489,-0.025352,-0.001851,-0.001112,0.014159,0.00451,0.011044,0.012072,0.017258,-0.025197,0.009767,-0.003911,-0.004293,0.012075,0.009237,-0.030111,-0.02283,-0.044223,-0.017094,-0.015055,0.029157,-0.030564,-0.020578,0.004875,0.011122,-0.034615,-0.038605,-0.012936,0.003488,0.014276,0.024714,-0.02271,0.011875,0.03214,-0.008433,0.021316,-0.001913,0.000181,0.040645,0.024397,0.028324,0.063004,0.013393,-0.024585,-0.010579,0.015988,-0.037308,0.01413,0.03839,-0.003597,0.030313,-0.010856,0.028477,0.114277,0.015394,-0.004224,-0.011324,-0.021247,0.01105,0.049597,0.035333,-0.009054,-0.002314,-0.001525,-0.018237,-0.039782,0.028718,-0.013034,0.04029,0.026205,-0.019258,-0.017692,0.004369,-0.008674,0.023361,-0.00042,-0.011721,0.026478,-0.021844,-0.021708,-0.007809,0.020306,-0.027962,0.028169,0.018564,-0.02181,0.043735,-0.035885,0.014649,-0.019693,0.008949,-0.015516,0.034232,0.030223,-0.040986,-0.016918,-0.023084,0.030319,0.025872,0.004125,0.007366,-0.001962,0.0627,0.001671,-0.011,0.033258,-0.056235,0.018657,0.009455,0.00226,0.018154,0.02005,-0.004175,0.018736,0.000159,-0.010199,-0.029967,0.024723,-0.051053,-0.020014,0.034089,-0.006007,-0.02373,-0.016598,0.007674,0.014837,0.001262,0.005092,-0.029201,-0.034415,-0.012532,0.017476,0.011211,0.754535,0.008815,0.017109,-0.000199,0.009658,0.030953,-0.014607,-0.002906,0.010325,0.019033,0.028203,-0.019079,-0.004082,-0.000435,0.022864,-0.02395,0.04445,-0.028103,0.024297,-0.036084,-0.019976,-0.020857,0.014674,0.014074,-0.022385,0.043533,0.020544,-0.020737,0.012879,0.023418,-0.025692,-0.017393,-0.030613,-0.05827,-0.018126,0.028571,-0.024976,0.028081,0.018258,-0.086244,0.015329,0.004979,0.012931,-0.032762,0.005644,-0.01226,0.03371,0.016217,-0.031844,-0.030886,-0.000222,-0.011746,0.000673,0.046073,0.004325,0.012234,-0.004786,-0.02993,-0.036314,-0.010645,0.028064,-0.004942,-0.018993,0.074783,0.028817,0.071778,-0.008998,0.003552,0.036068,0.023089,0.046892,-0.070291,0.028431,-0.002791,0.01511,0.022128,0.000842,-0.0292,0.020536,-0.011455,0.027264,-0.06793,-0.007601,-0.002303,0.016776,0.026581,-0.059913,0.036638,0.012873,0.005993,-0.078407,0.040809,0.015921,-0.038712,-0.00908,-0.011344,0.04217,0.045894,-0.000839,-0.003185,0.011228,-0.026828,0.020248,0.019919,-0.045228,0.024248,0.008148,0.005259,0.025943,0.074769,0.020162,-0.036346,-0.007381,-0.020177,-0.008337,-0.031556,-0.003582,0.003536,-0.011017,0.004128,-0.025807,-0.018064,-0.006183,-0.029909,0.00154,-0.051033,-0.057594,0.052707,0.013001,-0.037801,0.00335,0.013832,-0.017583,-0.014018,-0.034754,-0.054356,0.008256,0.014921,0.030895,0.031706,0.008557,0.005558,-0.012066,0.019502,0.05575,0.018569,-0.008886,0.001532,-0.00196,0.023308,0.015353,0.158347,0.022288,0.022707,-0.005519,0.007889,-0.011535,0.005231,-0.064207,0.010255,0.04194,0.038145,0.043903,-0.021076,-0.024015,0.013607,0.068791,0.008246,0.002636,-0.02905,-0.016053,0.000281,-0.00139,-0.132939,-0.016324,-0.047788,-0.009146,0.005589,0.011354,-0.023573,0.006533,-0.010225,-0.000056,0.004882,-0.014387,-0.068535,-0.021834,0.04751,-0.020172,0.023991,-0.013245,0.02327,-0.030355,0.02945,0.071852,-0.004549,0.086091,0.006668,0.010076,0.025761,0.010099,0.022185,0.031877,-0.004773,0.030438,-0.023496,-0.053366,-0.000153,0.012644,-0.048874,0.02506,-0.030488,0.017274,0.019137,-0.00641,-0.029985,0.010622,0.008093,-0.020893,-0.012756,-0.010241,-0.039413,-0.01094,0.013472,-0.019804,-0.010243,0.004093,-0.021706,-0.009749,0.008021,-0.03716,-0.025092,0.038447,0.008062,0.006065,0.022335,-0.001793,-0.033154,-0.000235,-0.000638,-0.023212,-0.00232,0.012253,0.045207,-0.015542,0.027936,0.035492,0.040026,0.15922,0.005857,0.011891,0.022614,0.030461,-0.002601,0.023598,-0.000762,-0.018327,-0.029737,0.009678,0.001803,0.052607,-0.0078,-0.025848,-0.021009,0.058119,-0.002793,-0.015651,-0.04229,0.009827,0.002602,0.002622,0.010739,0.014782,0.01168,0.004086,0.023903,0.002336,0.015011,0.031986,0.020304,0.006547,-0.023912,0.011274,-0.01961,0.036182,-0.031554,0.003897,-0.032659,0.042686,0.023224,-0.011793,-0.052579,-0.000076,-0.005964,-0.044389,-0.006973,0.01449,-0.043967,-0.009985,-0.007195,0.001124,-0.052539,0.009871,-0.003733,0.032782,-0.013571,-0.003499,0.015682,-0.015444,-0.016265,0.001424,-0.014457,0.040725,-0.020812,-0.097734,0.003104,-0.026357,0.021423,0.014501,0.026072,-0.027965,-0.091465,0.031933,-0.014549,0.021754,0.023737,-0.020131,0.001398,0.022304,-0.024731,0.030579,0.032917,-0.044431,0.013193,-0.000572,0.036742,-0.003365,0.004648,0.073323,-0.055525,0.001444,-0.003891,-0.003241,0.031621,0.021493,-0.01682,0.012252,0.003366,0.022461,0.0218,-0.020095,0.013264,-0.002083,-0.024781,0.040053,-0.020327,-0.01094,0.008689,-0.005965,0.005581,-0.005939,-0.016429,-0.034028,0.026409,0.01187,-0.000257,0.002878,0.032845,0.043517,-0.023302,0.03967,0.02471,0.018533,-0.012196,0.023527,-0.016071,0.008939,-0.038497,0.006852,-0.008065,-0.018287,-0.021743,0.001368,0.019855,0.002982,0.019877,0.004853,0.008031,-0.02509,0.026045,0.018715,0.006212,0.011281,-0.00921,-0.01418,-0.037261,-0.049823,-0.019905,-0.005198,0.022294,-0.03699,-0.018707,0.006193,0.03711,-0.042612,-0.047346,-0.005244,0.006848,0.005479,0.029315,-0.037657,0.017861,0.023393,0.002423,0.012979,-0.024876,-0.012717,0.035071,0.016638,0.015627,0.059248,0.010013,-0.031575,-0.004356,0.020168,-0.050114,0.004709,0.013833,0.008377,0.041971,0.006469,0.014687,0.113246,0.016478,-0.004351,-0.004656,-0.018091,0.016885,0.038418,0.043824,0.008689,-0.005647,-0.003732,-0.009538,-0.039114,0.017698,-0.000615,0.029119,0.012049,-0.02097,-0.013451,-0.010529,0.016165,0.027062,0.016507,-0.013104,0.034395,-0.00214,-0.022616,-0.010042,-0.004178,-0.021235,0.030789,0.005766,-0.033862,0.029481,-0.044851,0.01531,-0.037663,-0.004124,-0.023523,0.040988,0.03902,-0.037778,-0.002867,-0.029549,0.030221,0.026943,0.007354,0.017363,0.001942,0.061841,0.004186,0.009896,0.032254,-0.050383,0.000456,0.000923,0.010894,0.004209,0.011398,-0.009847,0.026548,0.013882,0.008763,-0.020991,0.035356,-0.055574,-0.026368,0.021026,0.006373,-0.009269,-0.020393,-0.009787,0.016786,-0.000705,0.014011,-0.019667,-0.03042,-0.019098,0.008858,0.008398,0.738519,0.001035,0.037703,-0.017595,0.017943,0.011005,-0.014841,0.010704,0.012092,0.002386,0.027616,-0.015769,0.017412,0.013316,0.030031,-0.030388,0.044246,-0.027573,0.023808,-0.017114,-0.032237,-0.03225,0.024917,0.044303,-0.014057,0.025427,0.024907,-0.032086,0.004881,0.023561,-0.028803,-0.011583,-0.033389,-0.032726,-0.0198,0.025879,-0.020025,0.039259,0.055093,-0.088642,0.016804,0.003603,0.030833,-0.00766,0.002961,-0.013449,0.030158,0.033938,-0.039725,-0.016051,0.012242,-0.012241,-0.015227,0.040908,-0.016422,0.003196,-0.005812,-0.016406,-0.024136,-0.00986,0.017356,-0.010959,-0.039263,0.062594,0.033178,0.072672,-0.017872,0.009259,0.044603,0.014299,0.051208,-0.075273,0.035436,-0.009321,0.006397,0.013773,0.013892,-0.026313,0.013537,-0.014306,0.013335,-0.058669,-0.018538,0.01013,0.019685,0.007616,-0.068463,0.017938,0.014837,-0.010236,-0.071065,0.045842,-0.004919,-0.025525,-0.001257,-0.012268,0.025766,0.035742,0.005107,0.002121,0.032202,-0.017343,0.025204,0.009105,-0.048235,0.005133,0.019116,0.000129,0.020606,0.064989,0.0182,-0.030876,-0.009255,-0.006576,-0.001625,-0.015619,0.008521,0.013766,0.004389,0.011506,-0.02567,-0.034615,0.008061,-0.019598,0.0068,-0.044613,-0.05677,0.035587,0.00086,-0.031347,0.00428,0.015973,-0.022062,-0.026312,-0.031381,-0.042345,0.018627,0.012436,0.026391,0.026165,0.004729,0.009547,-0.000383,0.029925,0.049062,0.012129,-0.015067,-0.001449,-0.003721,0.011355,0.027753,0.164119,0.028271,0.018608,0.000433,-0.004381,0.002199,0.005965,-0.043614,0.008874,0.055286,0.041772,0.046028,-0.014055,-0.01038,0.010056,0.063089,-0.001595,0.005857,-0.007178,-0.010806,-0.004783,0.002087,-0.144887,0.001225,-0.045612,-0.002812,0.005222,0.000358,-0.027317,0.003264,-0.005979,-0.007469,0.005425,-0.019127,-0.064658,-0.002988,0.064847,-0.0319,0.027038,-0.018629,0.015773,-0.016662,0.03259,0.082414,-0.019396,0.083254,0.013067,0.006439,0.011194,0.003307,0.011936,0.028506,-0.004194,0.036292,-0.015052,-0.044247,0.001171,0.016413,-0.03252,0.027912,-0.02439,0.006148,0.021867,0.003657,-0.030115,0.029269,0.003823,-0.020686,-0.008832,-0.002579,-0.04674,-0.004368,0.004473,-0.010473,0.00183,-0.015845,-0.000544,-0.009678,0.009571,-0.019174,-0.023696,0.030919,0.000356,0.004335,0.01092,-0.013607,-0.032357,0.012159,-0.007203,-0.038215,0.010417,0.020688,0.025477,-0.020928,0.032212,0.022011,0.044186,0.204482,0.00709,0.017174,0.025195,0.01743,-0.003907,0.023082,0.005872,-0.023846,-0.026161,0.009107,0.010502,0.039348,0.003393,-0.032438,-0.024092,0.083514,0.000662,-0.004634,-0.030239,0.020184,0.007069,0.004109,0.020787,0.02716,0.000381,0.002786,0.015701,0.012317,0.016118,0.029116,0.026572,-0.000721,-0.016752,0.014968,-0.021653,0.029575,-0.02742,-0.004935,-0.044574,0.028945,0.007831,-0.012338,-0.04351,0.011544,0.015049,-0.047714,-0.000345,0.028229,-0.050993,-0.015189,-0.024526,-0.003013,-0.046643,0.012871,-0.005725,0.041491,-0.00513,-0.022604,0.015206,-0.003647,0.011497,-0.010992,-0.014554,0.043403,-0.020415,-0.07355,0.019191,-0.023037,0.014241,0.028216,0.031685,-0.01999,-0.084011,0.019708,-0.020915,0.0178,0.029765,-0.021878,-0.005282,0.032285,-0.013257,0.029167,0.038586,-0.04592,0.023578,0.004697,0.03887,-0.022543,0.004236,0.062686,-0.039059,-0.002197,-0.003785,-0.009435,0.033238,0.039795,-0.021398,0.030581,0.001166,0.023324,0.019955,-0.006654,0.010247,-0.018041,-0.025913,0.039909,-0.015011,-0.004507,-0.006838,0.003511,0.003265,-0.017102,-0.023103,-0.014987,0.013339,0.010253,0.001212,0.011317,0.062308,0.02657,-0.024703,0.040223,0.01932,0.011408,-0.003852,0.043617,-0.012429,0.00827,-0.040206,0.000873,-0.011818,-0.015839,-0.019867,0.008031,0.026089,0.009915,0.001975,0.012854,0.008546,-0.028701,0.012144,0.014904,0.003513,0.00527,-0.001705,-0.019484,-0.035853,-0.058677,-0.008943,-0.000554,0.036223,-0.042374,-0.015581,-0.012926,0.026,-0.042412,-0.062537,0.000782,-0.000368,0.006008,0.028971,-0.050351,0.017425,0.02761,0.020427,0.014738,-0.035971,-0.01099,0.041168,0.020425,-0.000535,0.062819,0.009575,-0.024737,0.003072,0.030238,-0.039824,-0.000618,0.019258,0.016837,0.053069,-0.004779,0.029606,0.112673,0.023298,-0.010956,-0.00989,-0.016527,0.035145,0.050547,0.045899,0.015192,-0.007274,-0.011746,-0.015748,-0.036805,0.009098,-0.010862,0.005317,0.011829,0.00314,-0.023364,-0.014209,0.053111,0.031862,0.008019,-0.015024,0.030652,0.007513,-0.00912,-0.006242,0.002777,-0.00881,0.032276,0.028645,-0.031972,0.01813,-0.043618,0.025352,-0.038336,-0.007987,-0.009461,0.039106,0.048555,-0.049316,-0.003316,-0.018561,0.025557,0.037634,0.009473,0.00672,0.008383,0.057732,0.001582,0.004324,0.038448,-0.040489,0.007013,0.019546,0.002472,0.001353,0.008423,-0.014866,0.019271,0.01832,-0.003426,-0.016376,0.031591,-0.042151,-0.016807,0.014523,0.015427,-0.014534,-0.02864,-0.003497,0.03947,0.0145,0.0073,-0.014395,-0.017729,-0.010818,0.00786,0.025709,0.735346,-0.009388,0.044537,-0.00342,0.008824,0.025214,0.000254,0.012122,0.014867,-0.008203,0.021564,-0.01562,0.007059,0.024113,0.02647,-0.022002,0.02705,-0.016054,0.031308,-0.019762,-0.033234,-0.029659,0.014336,0.038351,-0.017611,0.034863,0.023207,-0.033712,-0.002088,0.03014,-0.008122,-0.012837,-0.043763,-0.030879,-0.030777,0.008477,-0.020431,0.042489,0.044636,-0.078926,0.009721,0.017246,0.029947,-0.00046,-0.005935,-0.017631,0.030509,0.018746,-0.029686,-0.02629,0.005736,-0.011166,-0.020146,0.033383,0.004105,0.000903,-0.006652,-0.005698,-0.016358,0.008455,0.011261,-0.008399,-0.024469,0.048799,0.035615,0.055117,-0.013759,0.022136,0.037792,0.023932,0.037154,-0.063767,0.02484,-0.003567,-0.005299,0.016723,-0.00096,-0.04787,0.006965,-0.014861,0.033639,-0.03882,-0.004201,-0.02894,0.021639,0.023254,-0.049401,0.044009,0.019916,-0.002727,-0.082857,0.034666,0.011462,-0.026011,-0.000091,-0.018287,0.031268,0.03094,-0.01218,0.016851,0.004342,-0.038453,-0.006065,0.025492,-0.031629,0.017932,0.010285,-0.006465,0.016601,0.046768,0.01841,-0.028028,-0.012536,-0.027251,-0.011813,-0.034746,0.007354,-0.014496,-0.010308,0.00622,-0.041159,-0.025372,-0.014479,-0.029587,0.027441,-0.060515,-0.040892,0.046169,-0.014896,-0.010233,0.026322,0.012748,-0.028067,-0.013338,-0.02596,-0.043374,0.016466,0.004504,0.02158,0.037766,0.009091,-0.004352,-0.015277,0.014594,0.045689,0.044539,-0.021153,-0.002673,0.009172,0.013904,0.018535,0.173273,0.01561,0.009796,0.001118,-0.006552,-0.009851,-0.013154,-0.042607,-0.009309,0.037584,0.034146,0.033827,-0.001421,0.000405,0.010861,0.069286,0.002036,0.000217,-0.028216,-0.026001,-0.007217,-0.004586,-0.158338,-0.002251,-0.021596,-0.005969,0.002485,0.021819,0.000592,0.007697,-0.005443,0.002461,0.004763,0.010901,-0.057489,-0.031787,0.062135,-0.010688,0.008525,0.019334,0.020558,-0.024722,0.032008,0.070425,0.010506,0.085861,0.005256,0.007117,-0.000933,0.010207,0.019929,0.029169,-0.003556,0.032702,-0.025009,-0.058659,0.025613,0.006166,-0.034282,0.004296,-0.02576,0.003703,0.018972,0.001709,-0.02135,0.027156,0.00529,0.001759,0.018801,-0.022252,-0.043971,-0.015735,0.019768,-0.025009,-0.012664,0.013371,0.009592,-0.007745,0.007122,-0.007741,-0.03081,0.009018,0.011717,0.004372,0.010049,-0.003428,-0.04588,0.004569,-0.019724,-0.02591,0.002001,0.022827,0.035525,0.002062,0.030635,0.016258,0.04061,0.187058,0.001976,0.015572,0.015976,0.027287,-0.02872,0.019416,-0.006659,-0.012675,-0.012404,0.008332,-0.005848,0.028005,-0.003264,-0.034329,-0.01435,0.030548,-0.018099,-0.013195,-0.030233,0.028003,-0.024162,-0.004713,0.007318,0.029189,-0.00547,0.005811,0.035485,0.018721,0.016333,0.031626,0.015085,-0.002106,-0.024507,0.004113,-0.012254,0.016955,-0.031569,0.008413,-0.027596,0.034819,0.012653,-0.023581,-0.055802,0.024221,-0.016694,-0.023661,0.0104,0.024979,-0.029199,-0.018668,0.002929,0.007155,-0.048309,-0.001358,-0.006123,0.03176,-0.002428,0.009913,0.000393,0.003469,-0.018112,-0.01828,-0.006033,0.035193,-0.01762,-0.069034,0.006598,-0.021024,0.022019,-0.000649,-0.003294,-0.016249,-0.076806,0.028011,-0.02247,0.008746,0.03153,-0.037694,0.017113,-0.013088,-0.009968,0.054322,0.04163,-0.013321,0.010645,0.009314,0.051231,-0.012853,-0.00252,0.042005,-0.046698,-0.001326,0.000921,-0.001421,0.030897,0.014012,-0.02767,0.019051,-0.012186,0.020933,0.026939,-0.013786,0.028882,-0.002512,-0.017389,0.016489,0.000929,0.001023,0.009449,-0.014793,0.00894,-0.005528,-0.013302,-0.020458,0.025408,0.006196,0.000102,0.005122,0.057428,0.033249,-0.016835,0.03317,0.013861,0.012697,-0.030723,0.029095,-0.005453,-0.00654,-0.029847,0.007224,-0.013982,-0.021578,0.004736,-0.000323,0.018141,0.003229,0.010903,0.018371,0.019934,-0.028363,0.002199,-0.003822,-0.004896,0.013621,0.009593,-0.02911,-0.02517,-0.046118,-0.015564,-0.018186,0.032634,-0.032851,-0.022904,0.009097,0.007524,-0.034988,-0.036998,-0.013307,0.001187,0.016449,0.02245,-0.023043,0.007295,0.03763,-0.01045,0.018709,-0.004001,-0.004082,0.035445,0.025606,0.030341,0.076084,0.017247,-0.026158,-0.008757,0.017569,-0.037537,0.010489,0.038749,-0.00736,0.027017,-0.012121,0.037543,0.11486,0.01006,-0.005144,-0.014898,-0.021066,0.017036,0.048899,0.033971,-0.008662,-0.001905,0.000754,-0.023761,-0.040225,0.031166,-0.011695,0.039525,0.024516,-0.021412,-0.01062,0.001713,-0.008572,0.022196,0.001323,-0.008318,0.022499,-0.019085,-0.025369,-0.006868,0.022955,-0.024001,0.027141,0.014667,-0.01645,0.043364,-0.03521,0.01261,-0.015045,0.005642,-0.014639,0.033053,0.024239,-0.0364,-0.016378,-0.020382,0.028771,0.030959,0.002067,0.004822,-0.001861,0.06298,-0.001814,-0.019971,0.032521,-0.05708,0.014979,0.007148,-0.001228,0.018153,0.027308,-0.010044,0.016399,-0.000319,-0.008375,-0.03183,0.027171,-0.046169,-0.017138,0.026882,-0.005871,-0.023766,-0.016234,0.006591,0.011279,0.005592,0.003146,-0.030158,-0.034094,-0.009935,0.018846,0.010499,0.752945,0.00995,0.016817,0.00028,0.007005,0.03261,-0.020196,-0.00587,0.00711,0.022094,0.02984,-0.021235,-0.009378,-0.001976,0.026171,-0.023497,0.040746,-0.029493,0.024825,-0.035038,-0.018643,-0.019801,0.010728,0.012115,-0.030303,0.051653,0.016187,-0.014813,0.011093,0.021108,-0.024829,-0.016934,-0.033122,-0.056626,-0.017871,0.029466,-0.022596,0.029268,0.015513,-0.085454,0.013723,0.000564,0.01073,-0.030352,0.004892,-0.012399,0.036157,0.010507,-0.030861,-0.029302,0.000234,-0.012081,-0.001244,0.050693,0.008434,0.012553,-0.004973,-0.031108,-0.036293,-0.009905,0.025999,-0.00033,-0.016276,0.078677,0.027659,0.066687,-0.008505,0.012072,0.037859,0.028183,0.052527,-0.080784,0.028669,0.001328,0.011395,0.0198,0.008121,-0.024925,0.015661,-0.015055,0.006954,-0.055046,-0.00917,0.01303,0.008459,0.024322,-0.052867,0.030401,0.021584,0.005949,-0.065852,0.035937,0.022034,-0.03269,-0.018683,-0.014689,0.036627,0.023307,0.00823,-0.005207,0.013356,-0.018475,0.006231,0.017337,-0.052248,0.019296,0.018968,0.006585,0.024433,0.068795,0.015596,-0.025602,0.000287,-0.010237,-0.005191,-0.01323,-0.018123,0.007381,-0.014735,0.002022,-0.008946,-0.027998,0.003867,-0.035732,0.015814,-0.058339,-0.054733,0.045585,0.002953,-0.035685,0.003848,0.022253,-0.026611,-0.024273,-0.027407,-0.039984,0.009807,0.016226,0.026505,0.023357,0.006964,0.017146,-0.011127,0.030233,0.057941,0.023215,-0.0073,0.006052,-0.009321,0.012758,0.031086,0.163332,0.025063,0.032564,-0.015379,-0.000478,-0.00002,0.004162,-0.056942,0.006355,0.049205,0.03852,0.04019,-0.015577,-0.017895,0.006811,0.060594,0.002276,0.008577,-0.014403,-0.010511,-0.007283,0.019073,-0.167038,-0.005932,-0.036443,-0.004415,0.014302,0.010191,-0.015179,0.003767,-0.019505,-0.005329,0.010416,-0.017436,-0.05969,-0.020627,0.046496,-0.028809,0.022725,-0.016275,0.02319,-0.02242,0.034933,0.079109,-0.006934,0.079969,0.011373,0.016517,0.017078,0.008663,0.018702,0.011216,-0.006452,0.023705,-0.014181,-0.062711,0.004745,0.010408,-0.047281,0.0284,-0.033262,0.011665,0.028334,0.000764,-0.01076,0.018508,0.002059,-0.016454,-0.012058,-0.008183,-0.040254,-0.010656,0.0115,-0.017847,-0.008079,0.0045,-0.006933,0.000128,0.004779,-0.026741,-0.027605,0.039525,0.004439,-0.001952,0.014951,-0.00418,-0.034872,-0.002761,-0.008887,-0.029329,-0.001004,0.001548,0.030117,-0.010254,0.027781,0.036703,0.033104,0.18046,-0.000547,0.022577,0.013514,0.02475,-0.001145,0.027862,-0.008635,-0.013519,-0.037624,0.010577,0.006968,0.042589,-0.017277,-0.033507,-0.031522,0.06244,-0.013847,-0.006596,-0.041356,0.027589,0.005647,0.018306,0.010351,0.026476,-0.000336,-0.001839,0.013919,0.004272,0.010075,0.021205,0.020783,0.008948,-0.015364,0.011198,-0.017713,0.03234,-0.029338,-0.000405,-0.032123,0.051689,0.008613,-0.023621,-0.041877,0.004396,0.003425,-0.043947,0.003149,0.009481,-0.059548,-0.014197,-0.01582,0.011581,-0.048637,0.01134,0.0079,0.020739,-0.01185,-0.010696,0.000954,-0.016234,-0.009148,-0.004619,-0.013674,0.041483,-0.006741,-0.097565,0.009253,-0.013487,0.00617,0.046425,0.033475,-0.019474,-0.089997,0.027344,-0.020837,0.02356,0.022504,-0.026891,-0.005074,0.016297,-0.029093,0.041897,0.044834,-0.040616,0.014347,0.007775,0.050087,-0.015909,-0.011487,0.057328,-0.049965,-0.002415,-0.005963,-0.004811,0.044918,0.02106,-0.025424,0.004234,0.007343,0.019395,0.0158,-0.013393,0.001945,-0.001698,-0.029847,0.050126,-0.0235,0.005971,-0.000884,-0.0038,0.019503,0.000932,-0.031518,-0.029652,0.03107,0.007951,-0.006909,0.014867,0.033305,0.027697,-0.01736,0.039817,0.030695,0.011734,-0.014709,0.030512,-0.007315,0.000854,-0.033088,-0.003836,-0.015131,-0.024335,-0.024285,0.001834,0.018481,0.009752,0.009496,0.007224,0.023512,-0.019309,0.020127,0.020539,0.006881,0.004837,-0.012873,-0.014978,-0.035189,-0.050438,-0.0187,-0.005652,0.024021,-0.035773,-0.032826,0.006516,0.02185,-0.034173,-0.045408,-0.011377,0.006287,0.006709,0.022982,-0.041757,0.036829,0.03183,0.018735,0.024053,-0.024944,-0.009795,0.042528,0.004346,0.004254,0.071037,0.014771,-0.016549,0.003295,0.032697,-0.046246,0.010546,0.018666,0.003606,0.041595,0.000811,0.020987,0.11284,0.023165,-0.019639,0.000385,-0.016522,0.024333,0.040873,0.059299,-0.001466,-0.006881,0.001764,-0.017813,-0.027413,0.014352,-0.01568,0.03093,0.007519,-0.025236,-0.0141,-0.010428,0.048385,0.023036,0.01317,0.001096,0.029118,0.008939,-0.016265,-0.004069,0.009845,-0.022778,0.02615,0.017848,-0.034795,0.024163,-0.044739,0.035311,-0.030484,0.001499,-0.020404,0.034113,0.037537,-0.031949,0.000422,-0.032577,0.023187,0.02345,0.005246,0.005037,0.006065,0.060093,-0.000309,0.002818,0.039952,-0.041642,-0.008127,0.017345,0.001374,-0.0073,0.026192,-0.022841,0.022379,0.023134,0.009624,-0.011451,0.044647,-0.04,-0.018046,0.021659,0.006198,-0.00811,-0.028342,-0.023481,0.018385,0.021636,0.021073,-0.024953,-0.028311,-0.011539,0.01378,0.015278,0.72947,-0.00469,0.039157,-0.011743,0.009412,0.029519,-0.012108,0.007321,0.018559,0.014781,0.031246,-0.019239,0.009028,0.010616,0.03658,-0.023964,0.025505,-0.026731,0.035941,-0.035274,-0.026917,-0.03263,0.029241,0.039546,-0.021663,0.029692,0.036581,-0.034392,0.005827,0.034509,-0.018919,-0.019953,-0.055452,-0.034969,-0.023845,0.015195,-0.021155,0.047924,0.044435,-0.083606,0.013673,0.016976,0.054229,-0.000668,-0.018083,-0.017206,0.013709,0.021782,-0.037342,-0.023515,0.009879,-0.014602,-0.023099,0.033696,-0.008885,-0.001951,-0.00183,-0.019381,-0.009132,-0.005465,0.028223,-0.015799,-0.026475,0.04771,0.023484,0.053241,-0.018725,0.020794,0.05277,0.012625,0.042421,-0.069609,0.029638,-0.002152,0.003191,0.023322,0.003702,-0.030673,0.025223,-0.011256,0.01868,-0.061021,-0.010095,-0.018495,0.012546,0.021351,-0.056078,0.040176,0.017781,0.005017,-0.085674,0.040344,0.014768,-0.03806,-0.000635,-0.013193,0.037559,0.036632,-0.001785,0.000628,0.015832,-0.022497,0.018997,0.019699,-0.046141,0.020437,0.012514,0.008311,0.021444,0.06601,0.016908,-0.035637,-0.015534,-0.013149,-0.012049,-0.039072,0.005776,-0.001705,-0.008519,0.003128,-0.033557,-0.013731,-0.012089,-0.031879,0.013133,-0.055735,-0.054778,0.04843,-0.000613,-0.025509,0.009146,0.011904,-0.025585,-0.013414,-0.02628,-0.044482,0.020992,0.011395,0.031408,0.035012,0.011019,0.002504,-0.007464,0.014691,0.048091,0.022995,-0.012453,-0.00367,0.001775,0.021555,0.01476,0.174377,0.018246,0.020054,-0.004955,-0.00046,-0.011299,0.003342,-0.061972,-0.003448,0.034638,0.045295,0.037709,-0.01326,-0.018797,0.010168,0.06825,0.004916,0.009777,-0.026499,-0.017644,-0.006341,-0.000524,-0.157429,-0.016459,-0.033882,-0.00239,0.007327,0.017267,-0.014372,0.016064,-0.006612,-0.002157,0.006347,-0.004226,-0.068279,-0.022515,0.055562,-0.013151,0.023553,-0.010435,0.026098,-0.032266,0.029121,0.071502,0.007023,0.086073,-0.000985,0.005133,0.00965,0.007071,0.018425,0.029414,-0.004879,0.033967,-0.023957,-0.054937,0.011334,0.008787,-0.043052,0.017095,-0.025328,0.009431,0.021338,-0.00163,-0.023444,0.018166,0.005755,-0.020662,0.001008,-0.014045,-0.040568,-0.003718,0.01382,-0.025071,-0.006333,0.007445,-0.011524,-0.006235,0.00245,-0.031267,-0.03227,0.027108,0.01815,0.005782,0.016116,0.000271,-0.042653,0.00665,-0.008298,-0.028409,-0.001119,0.013645,0.036587,-0.01151,0.02514,0.034755,0.047656,0.163796,0.007826,0.012886,0.012546,0.03222,-0.016196,0.020835,-0.003959,-0.012616,-0.026734,0.013593,-0.003815,0.04566,-0.004299,-0.032126,-0.011183,0.045987,-0.008493,-0.010582,-0.032462,0.013963,-0.009622,-0.002606,0.004133,0.027698,0.008808,0.005134,0.018843,0.009902,0.01541,0.033657,0.017698,0.008513,-0.032286,0.016674,-0.009772,0.036479,-0.036648,-0.006712,-0.039654,0.044686,0.01641,-0.010452,-0.052197,0.005248,-0.004731,-0.036655,-0.009152,0.014767,-0.038652,-0.02068,-0.0092,0.000491,-0.054975,0.002978,-0.007842,0.03369,-0.01229,-0.002307,0.012309,-0.003717,-0.016423,-0.007376,-0.012943,0.039613,-0.015393,-0.082053,0.008148,-0.016862,0.018695,0.007553,0.019315,-0.028529,-0.086835,0.028633,-0.021007,0.00517,0.023787,-0.025281,-0.000543,0.005017,-0.0166,0.042866,0.036646,-0.038789,0.020363,0.003759,0.045259,-0.00915,0.005044,0.065278,-0.055469,0.005283,0.000589,-0.004651,0.040528,0.012412,-0.025975,0.01965,0.001612,0.029035,0.020519,-0.018834,0.009289,0.000863,-0.022636,0.034878,-0.01584,0.001411,0.008255,-0.004425,0.006446,-0.008435,-0.020172,-0.02951,0.027989,0.014913,-0.007769,0.0097,0.036657,0.045914,-0.026774,0.040808,0.016649,0.018096,-0.021141,0.017999,-0.01515,0.013671,-0.032577,0.007716,-0.01698,-0.015787,-0.016458,0.004287,0.017148,0.002896,0.014938,0.006019,0.006485,-0.024236,0.020754,0.012924,0.00453,0.008443,-0.004718,-0.01164,-0.034494,-0.043597,-0.018236,-0.004102,0.023211,-0.033313,-0.016586,-0.006006,0.027994,-0.038832,-0.040135,-0.006908,0.008234,0.013621,0.025445,-0.034881,0.018318,0.028461,0.003167,0.021551,-0.013321,-0.015833,0.043555,0.029857,0.019375,0.059297,0.00456,-0.028925,-0.013569,0.012489,-0.051807,0.009931,0.025715,0.000878,0.030204,-0.004065,0.024159,0.111863,0.022015,-0.013312,-0.012958,-0.017334,0.019724,0.049846,0.044713,0.008431,-0.005912,-0.004167,-0.015271,-0.043756,0.014906,-0.005267,0.039722,0.022078,-0.011543,-0.01462,-0.008345,0.018622,0.026809,0.008323,-0.009356,0.02313,-0.01106,-0.021438,-0.010745,-0.001395,-0.019187,0.025318,0.013254,-0.025679,0.036418,-0.036528,0.010843,-0.027267,0.00454,-0.026142,0.036803,0.041065,-0.041178,-0.014736,-0.024135,0.023914,0.027404,0.001554,0.013568,-0.000002,0.058056,0.00161,0.002593,0.029557,-0.051155,0.008756,0.013105,0.004817,0.014059,0.01023,-0.001617,0.031683,0.019638,-0.003544,-0.02162,0.04009,-0.047894,-0.026448,0.022549,0.004716,-0.019415,-0.015034,-0.006857,0.017947,0.000612,0.013635,-0.025576,-0.037664,-0.011206,0.006748,0.008718,0.743433,0.003565,0.038231,-0.008478,0.019542,0.018374,-0.010529,0.003495,0.020365,0.00519,0.027085,-0.011048,0.006456,0.005059,0.030154,-0.024197,0.038211,-0.03121,0.027597,-0.021978,-0.025449,-0.030738,0.020936,0.032944,-0.013229,0.032368,0.026189,-0.025786,0.006724,0.028106,-0.030402,-0.01674,-0.033573,-0.030152,-0.022322,0.031497,-0.023756,0.039659,0.050071,-0.083048,0.017317,0.005642,0.03136,-0.011663,0.008209,-0.015764,0.026951,0.031632,-0.034325,-0.016827,0.002593,-0.008805,-0.013536,0.041889,-0.010034,0.003741,-0.006656,-0.013072,-0.025324,-0.007714,0.020238,-0.015148,-0.030945,0.062682,0.030583,0.079778,-0.017812,0.012709,0.048918,0.01771,0.05013,-0.080434,0.025362,0.03233,0.005862,0.031746,0.005924,-0.023242,0.002098,0.000347,0.045292,-0.04544,0.001116,-0.008742,-0.00526,0.00341,-0.043959,0.052763,0.038434,-0.018623,-0.055963,0.046406,0.000097,-0.007471,-0.01125,-0.011224,0.043549,0.021986,-0.012943,-0.002038,-0.009342,-0.03931,-0.010639,0.018073,-0.073933,-0.003277,-0.003644,0.001138,0.000857,0.039989,0.028175,-0.035034,-0.024111,-0.015997,-0.019132,-0.039087,-0.014565,0.011342,0.002812,0.009496,-0.040332,-0.022894,-0.006662,-0.040547,0.020261,-0.052206,-0.045744,0.034718,-0.004887,-0.020753,-0.00062,0.013078,-0.038926,-0.00287,-0.02742,-0.036129,0.026603,0.019168,0.012577,0.042971,-0.00779,-0.005117,-0.014431,0.01153,0.046999,0.038362,-0.009398,0.024772,-0.005619,0.018761,0.034041,0.126981,0.01586,0.003779,0.00936,0.008973,-0.014702,0.015607,-0.043432,-0.00821,0.047337,0.041396,0.031934,-0.002972,0.011494,0.023731,0.058528,0.00831,0.011319,0.000229,-0.028661,-0.000787,0.009815,-0.21394,0.000251,-0.01917,0.000176,0.008369,-0.000815,0.0037,0.021422,-0.009887,-0.004485,-0.011895,0.000731,-0.044923,0.010155,0.04605,0.008965,0.006946,-0.005073,0.058081,-0.016297,0.05042,0.053818,0.0014,0.071139,0.008663,0.020735,0.018809,0.020407,0.020041,0.021846,-0.008871,0.034428,-0.017405,-0.072461,0.013022,-0.008231,-0.001641,0.004719,-0.028075,-0.023947,0.034474,0.020152,-0.015761,0.01131,0.000284,0.028844,0.002698,-0.031378,-0.059184,0.004942,0.028796,-0.008652,-0.001784,0.000062,0.01073,-0.012848,0.009363,-0.029835,-0.025173,0.006702,0.003572,-0.003094,0.013223,-0.026717,-0.050369,0.01923,-0.018554,-0.029022,-0.005245,0.004006,0.032114,-0.008515,0.031592,0.027113,0.042594,0.205055,0.006985,0.017723,0.015444,0.035803,-0.011535,0.026327,-0.004827,-0.00694,-0.029728,0.010208,-0.022621,0.027885,0.021028,-0.04027,-0.014642,0.059687,-0.002076,-0.023978,-0.0403,0.011177,-0.001538,-0.009702,0.011546,0.021975,-0.001014,0.013626,0.038058,0.000195,0.013328,0.031309,0.02137,-0.013308,-0.039968,-0.007166,-0.013082,0.030168,-0.042283,0.007136,-0.031506,0.029016,0.012138,-0.029101,-0.043707,0.027868,-0.032808,-0.019419,0.026195,-0.004274,-0.029713,0.001089,0.001812,-0.006334,-0.068618,0.018709,-0.013783,0.04339,-0.011623,0.003563,-0.035245,-0.010373,-0.004101,-0.006442,-0.01073,0.03685,-0.03153,-0.090442,0.014521,-0.0159,-0.011053,0.006788,0.002315,-0.013676,-0.081584,0.011477,-0.024153,0.018508,0.037241,-0.052864,0.019326,-0.008141,-0.015252,0.035604,0.035074,-0.02565,0.007985,0.007311,0.060312,-0.009917,0.000636,0.03479,-0.043457,0.00779,0.003385,0.004604,0.022854,0.019188,-0.031018,0.004866,-0.001301,0.042586,0.030328,0.015422,0.024553,0.00914,-0.038113,0.043081,-0.008756,0.007895,-0.008131,0.000474,0.000126,0.00211,-0.013314,-0.041099,0.02974,-0.002686,-0.017057,-0.015828,0.03241,0.019064,-0.029074,0.029489,0.008304,0.006543,-0.05559,0.029113,0.002219,-0.007888,-0.021379,-0.001517,-0.00887,0.005527,-0.028284,-0.006854,0.018954,-0.000864,0.014884,0.022736,0.041078,-0.00141,0.018437,0.004716,0.002351,0.006529,-0.005527,-0.041361,-0.053236,-0.054463,-0.020931,-0.032822,0.009462,-0.018875,-0.020674,-0.006533,0.010433,-0.010747,-0.031368,0.003662,0.008292,0.015888,0.033759,-0.011598,0.007536,0.036987,0.001716,0.0343,-0.000316,-0.017522,0.012891,0.029935,0.04161,0.043198,0.045812,-0.007072,-0.003569,0.026783,-0.020976,-0.001834,0.02368,0.007387,0.016938,0.006049,0.032689,0.109947,0.017119,-0.006046,-0.016812,-0.019937,0.02299,0.024077,0.062248,-0.028796,-0.003225,0.008635,-0.019486,-0.008274,0.041202,-0.042697,0.032435,0.032616,-0.003214,-0.022314,-0.011176,0.028687,0.018021,0.004308,-0.012828,0.00208,-0.010061,-0.011611,-0.010478,-0.007059,-0.010868,0.0303,-0.002609,-0.018215,0.038361,-0.051591,0.005883,-0.028364,-0.005915,-0.01173,0.029781,0.040701,-0.042874,-0.018801,-0.010177,0.016404,0.022863,0.016017,0.000283,-0.009217,0.061384,0.001516,0.008168,0.02357,-0.052922,-0.004178,-0.008191,0.00261,0.026706,0.014072,-0.015619,0.015442,-0.013295,0.016519,-0.031562,0.020904,-0.037595,-0.018583,0.023382,-0.013149,0.002855,-0.004954,-0.024702,0.008449,-0.003807,-0.010526,-0.02542,-0.01326,-0.008201,0.01214,-0.008403,0.73611,0.005277,0.025949,0.004184,-0.008521,0.044766,-0.037232,-0.009288,0.035103,-0.001568,0.018259,-0.017817,-0.000791,0.019021,0.033264,-0.022563,0.031747,-0.022443,0.017239,-0.052478,-0.001152,-0.017004,0.021208,0.013563,-0.021201,0.042562,0.013526,-0.013764,0.022064,0.026968,-0.006715,-0.004205,-0.03291,-0.027296,-0.018393,0.022754,-0.010683,0.042758,0.000552,-0.073888,0.007439,0.00161,0.025172,-0.02322,-0.004875,-0.010476,0.032223,0.020222,-0.028556,-0.024767,-0.008335,-0.009308,-0.026168,0.030269,0.015756,-0.005688,-0.003958,-0.02833,-0.008714,-0.001187,0.01344,0.006879,-0.001238,0.045415,0.028119,0.047963,-0.013882,0.002584,0.040349,0.034604,0.045771,-0.088601,0.026576,0.044588,0.007166,0.035997,0.002658,-0.031034,0.01843,-0.013904,0.05832,-0.05568,0.022514,-0.014055,-0.006674,-0.016477,-0.048533,0.01988,0.019518,-0.02358,-0.06328,0.046189,0.003955,0.003134,-0.002797,-0.010452,0.034224,0.037106,-0.026348,-0.0353,-0.006023,-0.048924,-0.010951,0.000684,-0.056805,0.009686,0.005779,0.006068,-0.023899,0.077352,0.02488,-0.002133,-0.009084,0.001509,-0.005107,-0.027097,0.011132,0.02508,0.006562,0.04786,-0.029201,-0.021598,-0.01972,-0.063235,0.025009,-0.049127,-0.022664,0.025716,-0.023058,0.000899,-0.002305,0.014316,-0.031768,-0.019773,-0.023531,-0.003959,0.03267,0.009979,0.012367,0.049833,-0.002721,-0.01011,-0.009684,-0.005547,0.018497,0.032906,-0.004319,0.026693,-0.002956,0.011837,0.027882,0.118318,0.044336,-0.01115,-0.01901,0.020332,-0.007637,0.003706,-0.048687,-0.025061,0.058873,0.016636,0.045202,0.008562,0.003177,0.036375,0.059982,0.011117,0.034343,0.023221,0.001569,-0.045587,0.004736,-0.212424,0.009301,-0.028597,-0.01165,-0.000021,-0.001839,-0.008751,-0.013224,-0.001749,-0.020509,-0.002141,0.007884,-0.035155,-0.002674,0.024505,-0.003616,0.03466,0.00503,0.050947,0.004327,0.068938,0.059059,-0.026435,0.0871,0.019507,-0.008574,0.019882,-0.015195,-0.00357,0.003031,-0.010631,0.036685,-0.027823,-0.055786,-0.021237,-0.008819,-0.004208,0.023315,-0.023839,-0.031992,0.020942,0.003898,-0.021216,-0.007433,-0.009235,0.012,0.025351,-0.041731,-0.081335,0.006343,0.01969,-0.003075,0.017841,-0.024361,0.047324,-0.013131,-0.001968,-0.017756,-0.004423,0.026909,0.013991,-0.018323,-0.003555,-0.023381,-0.046389,0.014552,-0.009957,-0.012981,0.000915,0.010805,0.04656,-0.025464,0.017412,0.00204,0.01924,0.156803,-0.004493,0.046443,-0.002611,0.019278,0.005731,-0.003224,-0.016697,0.019498,-0.01115,0.01636,-0.004256,0.034312,0.015755,-0.038666,-0.007026,0.045294,0.001231,-0.040046,-0.057346,0.032032,0.021709,0.001318,0.017836,0.028317,-0.007852,-0.008679,0.02139,-0.003761,0.011694,0.047298,0.021014,-0.019459,-0.020099,-0.010286,-0.019172,0.034914,-0.015095,-0.003347,-0.014754,0.011434,-0.009705,-0.019186,-0.020257,0.02735,-0.019458,-0.029573,0.006434,0.01672,-0.024792,-0.002551,-0.017058,0.015721,-0.042997,0.00605,0.010137,0.02592,-0.009375,-0.002336,-0.008317,-0.014928,-0.020995,0.001875,-0.006939,0.014496,-0.013559,-0.087566,0.021359,-0.020534,0.003694,0.007154,0.009465,0.000875,-0.064492,0.006427,-0.02373,0.008558,0.017692,-0.036919,0.007492,-0.03001,-0.012035,0.032403,0.001726,-0.018593,-0.00504,0.033182,0.050664,0.005259,0.007768,0.022848,-0.015907,-0.008529,-0.011204,0.006246,0.013609,0.01699,-0.048009,0.010803,-0.013,0.042025,0.0325,0.023849,-0.00776,0.013533,-0.02559,0.028901,-0.013014,-0.014921,-0.005692,-0.003746,0.01256,-0.019402,-0.035427,-0.044274,0.011714,-0.026492,0.007366,-0.007298,0.059939,-0.002064,-0.002851,0.026538,-0.000148,0.007008,-0.021158,0.044012,0.003632,0.01039,-0.011898,0.025589,-0.010966,-0.022345,-0.042771,-0.041646,-0.004827,0.014352,0.003009,0.026319,0.02842,-0.019303,0.017932,0.020963,-0.016086,-0.008385,0.001342,-0.021814,-0.060968,-0.042333,-0.003098,-0.004435,0.018297,-0.025149,-0.002819,-0.002209,0.009176,-0.025868,-0.048537,0.026282,0.024636,-0.005105,0.016066,-0.02137,-0.011464,0.039991,0.021695,0.030537,-0.010297,-0.021436,0.028251,0.006196,0.026575,-0.010838,0.020724,0.027045,0.004754,0.048712,-0.022775,0.007861,0.015097,0.009942,0.01881,-0.006732,0.025118,0.11038,0.024053,-0.024608,-0.028356,-0.023892,0.005976,0.051953,0.064252,-0.010689,0.018466,-0.027045,-0.028365,0.004301,0.012046,-0.008493,0.008758,-0.000289,0.03443,-0.032743,-0.001716,0.080724,-0.000572,0.01232,-0.007099,-0.011075,-0.003456,-0.012766,-0.01181,0.010353,-0.009917,0.011055,-0.009826,-0.010364,0.036047,-0.025892,0.036432,-0.033947,-0.01122,-0.031197,0.022356,0.0345,-0.017967,-0.00654,-0.036494,0.021409,0.015655,-0.007571,-0.010715,-0.010035,0.085945,-0.013956,-0.004809,0.041856,-0.0404,-0.006,-0.012741,-0.001572,0.008878,0.018534,-0.017376,0.01093,0.003028,-0.001928,-0.015408,0.002407,-0.049723,-0.021707,0.029573,0.000845,-0.032341,0.008201,-0.023768,0.032388,0.004291,-0.010034,-0.047091,-0.00906,0.000995,-0.004538,0.005626,0.738475,-0.001582,0.019329,0.002711,0.005852,0.032487,-0.027596,-0.008616,0.044868,-0.028785,0.024566,-0.00903,-0.010833,0.033665,0.012389,0.018019,0.048688,-0.02424,0.010025,-0.034648,0.002249,-0.028496,0.012497,0.033415,-0.035451,0.034759,0.002623,-0.016842,0.00733,0.012011,-0.03572,-0.008742,-0.017166,-0.002918,-0.036568,0.023907,-0.002078,0.026206,0.023346,-0.079723,0.020524,0.015632,0.034624,-0.004649,0.015636,-0.005993,0.051333,0.035162,-0.006776,-0.042675,0.008341,-0.011397,-0.021563,0.036916,-0.00111,-0.015838,-0.00322,-0.0294,-0.014401,-0.007889,0.016059,-0.005724,-0.003514,0.059118,0.022696,0.048427,-0.017505,-0.008527,0.048395,0.043158,0.051431,-0.080686,0.027982,0.027767,0.00157,0.0279,0.008817,-0.02323,0.004152,-0.00233,0.047288,-0.041915,0.006586,-0.010024,-0.005223,0.006034,-0.039467,0.053111,0.039453,-0.02458,-0.054842,0.043846,-0.003774,0.001674,-0.009235,-0.008802,0.040934,0.019643,-0.017784,-0.003535,-0.016404,-0.039167,-0.016132,0.014521,-0.077381,0.000341,-0.003109,0.00492,-0.004412,0.033803,0.02262,-0.038504,-0.022957,-0.014884,-0.015643,-0.037378,-0.013252,0.013718,0.003043,0.004401,-0.032826,-0.017367,-0.010172,-0.040911,0.024259,-0.054311,-0.046422,0.040195,-0.009167,-0.020116,-0.002288,0.011913,-0.036409,-0.004409,-0.0291,-0.031825,0.028838,0.019843,0.008866,0.036286,-0.004689,-0.005717,-0.018959,0.012713,0.046355,0.041521,-0.015095,0.021263,-0.005211,0.014769,0.031185,0.124635,0.01424,0.007649,0.006639,0.009284,-0.014745,0.005555,-0.039391,-0.014151,0.048782,0.038439,0.033319,0.001857,0.01083,0.025269,0.057352,0.00238,0.010841,0.002584,-0.03026,-0.005349,0.013286,-0.224881,-0.002825,-0.018441,-0.000489,0.01678,-0.000911,0.014056,0.015293,-0.009692,-0.011228,-0.009586,-0.002175,-0.043413,0.004327,0.037597,0.010577,0.004893,-0.009721,0.055405,-0.016792,0.05057,0.050989,0.004968,0.075565,0.009476,0.024917,0.016601,0.017443,0.010665,0.021164,-0.003623,0.029365,-0.015349,-0.075542,0.014146,-0.013897,-0.003594,0.012691,-0.028931,-0.025306,0.035322,0.029456,-0.019619,0.01234,0.004042,0.024509,0.006159,-0.033345,-0.059883,0.003187,0.032584,-0.008421,-0.004503,0.00681,0.011188,-0.010279,0.005489,-0.032332,-0.028846,0.008795,0.008261,-0.002816,0.015845,-0.025472,-0.050449,0.018875,-0.020971,-0.028223,-0.000753,0.004417,0.033944,-0.004085,0.038843,0.026038,0.038734,0.202389,0.01093,0.024104,0.010324,0.038333,-0.017143,0.02329,-0.004709,-0.001654,-0.029104,0.005436,-0.023509,0.025856,0.02354,-0.040399,-0.015879,0.05645,-0.004041,-0.024994,-0.038301,0.01805,-0.001312,-0.01171,0.011707,0.026177,-0.002925,0.016333,0.038061,-0.000942,0.010344,0.03383,0.020209,-0.012525,-0.039143,-0.00632,-0.010479,0.027088,-0.038869,0.006232,-0.029604,0.032268,0.008634,-0.027954,-0.045432,0.030501,-0.031259,-0.023074,0.027032,-0.006981,-0.025175,0.001686,0.00867,0.00281,-0.072202,0.017676,-0.010286,0.040133,-0.008559,0.005286,-0.035585,-0.007916,-0.008262,-0.006411,-0.008876,0.038902,-0.031303,-0.097435,0.016522,-0.006819,-0.017088,0.01482,0.001888,-0.010825,-0.079132,0.016112,-0.032484,0.008057,0.03104,-0.050673,0.021489,-0.016796,-0.011073,0.038167,0.036535,-0.025106,0.0081,0.011596,0.055399,-0.011173,0.002266,0.029692,-0.043048,0.010993,0.003339,0.003609,0.024011,0.017784,-0.03374,0.007013,-0.00151,0.036268,0.034561,0.013983,0.023687,0.008089,-0.033461,0.042389,-0.002748,0.009306,-0.005081,0.000175,0.002388,0.006508,-0.01842,-0.044402,0.03224,-0.005915,-0.017626,-0.01655,0.033591,0.020084,-0.03182,0.025832,0.006646,0.005665,-0.061704,0.027488,0.002283,-0.008787,-0.02328,0.001764,-0.007544,0.002436,-0.019781,-0.003464,0.019695,-0.004448,0.012597,0.02995,0.042417,0.001413,0.01725,0.005266,0.0083,0.00488,-0.000136,-0.04502,-0.05757,-0.053365,-0.0262,-0.030328,0.016423,-0.016868,-0.018122,-0.010857,0.01627,-0.007324,-0.02914,0.002967,0.010618,0.013372,0.028225,-0.014161,0.013321,0.038873,-0.003873,0.038715,0.002661,-0.018276,0.012026,0.02856,0.047329,0.033712,0.049106,-0.003832,-0.008375,0.025479,-0.017005,0.001379,0.020427,0.002114,0.012882,0.002581,0.026395,0.109167,0.016006,-0.004222,-0.014436,-0.01973,0.018785,0.026844,0.064427,-0.033128,0.000115,0.008676,-0.02458,-0.006816,0.045858,-0.037019,0.03095,0.029148,-0.005808,-0.019975,-0.006209,0.036291,0.014569,0.003094,-0.010751,0.004962,-0.005485,-0.011417,-0.014646,-0.006133,-0.008427,0.02638,-0.002517,-0.013401,0.041059,-0.049821,0.002257,-0.024894,-0.000991,-0.011295,0.030483,0.039561,-0.04002,-0.021255,-0.005972,0.020148,0.021521,0.007668,-0.004012,-0.010567,0.067753,-0.001349,0.004915,0.029989,-0.05434,-0.002563,-0.002678,-0.004815,0.025259,0.014364,-0.013852,0.019248,-0.004957,0.018084,-0.027419,0.017826,-0.039791,-0.012041,0.022801,-0.009819,0.000183,-0.005123,-0.025274,0.006591,-0.007357,-0.006488,-0.029964,-0.019362,-0.012799,0.016179,-0.002308,0.732506,0.00306,0.01826,0.001024,-0.009452,0.049417,-0.036277,-0.015281,0.037996,-0.000265,0.015818,-0.015387,-0.000261,0.024966,0.034589,-0.02874,0.027791,-0.021623,0.018859,-0.052165,-0.003051,-0.014624,0.021953,0.014667,-0.027087,0.043045,0.012861,-0.009879,0.019839,0.024386,-0.009607,-0.001041,-0.026979,-0.02293,-0.021144,0.02719,-0.011097,0.038606,-0.002612,-0.072067,0.006465,0.002735,0.026535,-0.021953,-0.005986,-0.0122,0.036577,0.014816,-0.026378,-0.024994,-0.008319,-0.010005,-0.02869,0.030295,0.01666,-0.006969,-0.004863,-0.03803,-0.011199,-0.004726,0.01083,0.00152,0.001448,0.046593,0.026776,0.050047,-0.012179,0.004865,0.041748,0.03319,0.031677,-0.066022,0.023857,0.003386,0.018561,0.001525,0.01553,-0.035169,0.008231,-0.007403,0.02777,-0.044291,-0.003322,-0.03819,0.003618,0.004871,-0.027138,0.023218,0.002919,-0.005504,-0.073106,0.04341,0.006121,-0.020605,0.013944,0.012516,0.048164,0.018401,0.01932,0.006377,0.016705,-0.026283,0.009932,0.004202,-0.100477,-0.005236,-0.012411,0.011118,0.000479,0.059292,0.030835,-0.028613,-0.012551,-0.040295,-0.028198,-0.038679,0.013355,0.026077,0.019274,0.02648,-0.047767,0.006959,0.012031,-0.025083,0.01929,-0.048498,-0.039338,0.033552,0.005972,0.000883,-0.025955,0.02763,-0.004007,0.021643,-0.01523,-0.036409,0.006157,0.011277,0.058084,0.02827,0.001304,0.019429,0.009852,0.013807,0.067445,0.014037,-0.003061,0.04286,-0.018304,-0.00041,-0.004392,0.135768,0.020289,-0.011584,-0.007407,0.030426,0.002507,0.009219,-0.049255,-0.006147,0.026808,0.024102,0.035354,-0.031435,-0.020542,0.031345,0.05227,-0.002369,0.028501,-0.010637,-0.023636,0.012441,0.019265,-0.187939,-0.004128,-0.02861,0.030882,-0.007584,-0.015424,-0.013487,0.017285,-0.007472,-0.012008,-0.034228,0.017679,-0.057225,0.013779,0.024294,0.017341,0.024126,-0.005189,0.059387,-0.04895,0.024258,0.036785,0.010584,0.039933,-0.005903,0.00342,0.024258,0.023344,0.019544,0.007753,-0.016282,0.054459,0.003615,-0.032348,0.004786,0.01267,-0.033321,0.009643,-0.013745,0.003057,0.061759,-0.007925,-0.023222,0.007328,-0.005524,-0.02072,-0.023288,0.002796,-0.035828,-0.000462,0.020425,-0.063264,0.004431,-0.018633,-0.009121,-0.018812,0.006312,-0.00529,-0.02096,0.034175,0.004069,0.012807,0.014616,-0.018072,-0.055706,0.029579,-0.0137,-0.04053,0.005959,-0.000519,0.026345,-0.022337,0.035046,0.053892,0.045399,0.164047,0.006216,0.002118,0.000324,0.023387,0.012679,0.031777,-0.005237,-0.00566,-0.017022,0.027488,-0.027245,0.002863,-0.000593,-0.023869,-0.029715,0.078283,-0.009842,-0.040338,-0.047639,0.032828,0.029293,0.000069,-0.009442,0.009437,0.018453,0.007208,0.024353,-0.000452,0.03225,0.030643,0.045369,0.000388,-0.028308,0.005461,0.005329,0.044073,-0.018767,0.011407,-0.057784,0.028078,0.011812,-0.029172,-0.05721,0.022839,-0.02812,-0.036702,-0.009998,0.028234,-0.028943,0.014848,-0.004547,-0.0013,-0.056995,0.015358,-0.022707,0.025931,-0.002566,-0.014884,-0.008451,0.006912,-0.008002,-0.012348,-0.002157,0.023455,0.009131,-0.087378,0.00554,-0.01813,0.013346,0.004678,0.048696,-0.016785,-0.081633,0.038056,-0.012801,0.066974,0.056047,0.00237,0.007047,0.013133,-0.031443,0.039585,0.017436,-0.026124,0.015471,0.006875,0.02615,-0.013828,-0.012966,0.069961,-0.04932,-0.014675,-0.005671,0.003809,0.018762,-0.007012,-0.029519,0.003597,-0.001821,0.033468,0.015671,0.009001,-0.010667,0.009224,-0.023646,0.020898,-0.024823,-0.010507,0.002779,-0.040961,-0.010153,0.032262,-0.013713,-0.055713,0.042635,-0.003044,0.00912,0.020566,0.022074,0.016284,-0.031319,0.039188,-0.002409,0.027857,-0.022795,0.034925,-0.015299,-0.016298,-0.028897,0.010646,-0.012313,-0.002594,-0.029823,0.013446,-0.013055,-0.002492,0.039337,-0.000868,-0.016311,-0.034922,0.041329,0.016986,-0.009312,0.014645,-0.017731,-0.024424,-0.027072,-0.032003,-0.017611,0.003424,0.020034,-0.03237,-0.013658,-0.019117,0.023267,-0.023918,-0.032477,0.020459,0.002559,0.014373,0.014487,-0.009492,-0.000542,0.026498,0.037405,0.050052,0.017171,-0.005266,0.018416,0.015158,0.034426,0.06452,0.015257,-0.01355,-0.021515,0.023286,-0.030221,-0.041129,0.039267,0.000069,0.021605,-0.021631,0.048649,0.112678,0.012376,0.02039,-0.034002,-0.036602,0.011537,0.056553,0.057664,-0.03527,-0.018578,0.006961,-0.049637,-0.048347,0.040638,-0.047408,0.026864,-0.001295,0.000992,-0.037684,-0.026784,0.061077,0.012516,0.012531,-0.006457,0.019783,-0.040461,0.002614,-0.016334,0.008633,-0.001858,0.013235,0.024301,-0.036856,0.026589,-0.032286,0.019435,-0.023924,-0.001,-0.02591,0.046538,0.029936,-0.016802,-0.010201,0.00673,0.041418,0.0295,0.011567,0.000987,0.011,0.051249,0.007396,-0.011888,0.029645,-0.037365,-0.003001,-0.000978,0.038529,-0.007076,-0.002468,-0.012827,0.025418,-0.006696,-0.000411,-0.033128,0.038282,-0.043519,-0.015038,0.047964,-0.026667,0.005826,-0.03711,0.012143,-0.000397,0.002862,-0.001888,0.013661,-0.004202,-0.026048,-0.004771,0.008991,0.720055,0.025321,0.014759,-0.000421,-0.004348,0.015201,-0.005693,-0.02436,0.001009,-0.034149,0.009954,-0.009209,-0.013489,0.016495,0.025609,-0.017508,0.039934,-0.029953,0.027065,-0.018438,-0.007763,-0.047856,0.034927,0.052805,-0.01845,0.040776,0.030708,-0.021898,0.019424,0.048394,-0.007969,-0.011949,-0.025527,-0.031719,-0.002982,-0.002524,-0.013943,0.028398,0.019811,-0.067247,0.010247,-0.029771,0.014175,-0.034354,0.004434,-0.01548,0.020458,0.032873,-0.03686,-0.0154,-0.007364,0.009453,-0.001611,0.035782,-0.014633,-0.014373,0.003309,-0.03642,0.004897,0.008996,0.006006,-0.004022,-0.026479,0.035896,0.033297,0.09046,0.031703,-0.003409,0.0339,0.022101,0.021704,-0.067736,0.019745,-0.015947,0.00112,0.008768,0.009795,-0.039716,0.022402,-0.00114,0.017794,-0.062743,-0.009788,-0.030215,0.008251,0.02112,-0.046605,0.04883,0.01555,0.014347,-0.082621,0.048941,0.008972,-0.029935,0.006932,-0.006908,0.035706,0.023161,-0.010864,0.002709,0.012819,-0.028549,0.032229,0.02042,-0.069007,0.01451,0.01358,-0.002346,0.007556,0.06488,0.017775,-0.030873,-0.016771,-0.005863,-0.012499,-0.057219,0.007787,0.007496,-0.000903,0.007787,-0.036047,-0.003812,-0.004548,-0.024467,0.00535,-0.048662,-0.0421,0.04584,0.000733,-0.0228,0.014136,0.027552,-0.012787,0.002909,-0.033108,-0.033848,0.004516,0.000807,0.036437,0.026492,0.02715,0.000768,-0.00019,0.020641,0.049223,0.025286,-0.007747,0.006112,0.008578,0.016378,-0.000641,0.147193,0.014371,0.010053,-0.000789,0.009564,-0.001078,0.003284,-0.067607,-0.015886,0.03689,0.036574,0.012842,-0.007868,-0.019128,0.030633,0.078419,0.004542,0.025024,-0.029416,-0.017726,0.006941,0.01685,-0.169635,-0.02553,-0.037209,0.00974,-0.009295,0.003504,-0.016224,0.016783,-0.009613,-0.010412,0.003508,-0.007358,-0.068447,-0.015211,0.05302,-0.007894,0.03236,0.013038,0.042751,-0.038262,0.025602,0.053023,0.01253,0.077072,-0.008982,-0.001401,0.017094,0.014738,0.020603,0.025992,0.004899,0.039811,-0.023351,-0.031847,0.004453,0.003059,-0.02611,0.009249,-0.017984,0.010491,0.045043,-0.023947,-0.015795,0.017501,0.013757,-0.017103,0.006326,-0.012501,-0.028862,0.006608,0.017944,-0.042864,-0.002181,0.007762,0.010991,-0.001805,-0.006433,-0.025751,-0.034679,0.025748,0.033785,0.007972,0.01455,-0.004101,-0.053129,0.016005,-0.019045,-0.04376,0.001287,0.003287,0.025608,-0.014459,0.028209,0.0467,0.051785,0.163977,-0.007094,0.000197,0.009437,0.036692,-0.011869,0.032561,0.008107,-0.002605,-0.010117,0.012418,-0.008655,0.020811,0.001132,-0.030049,-0.01668,0.035869,-0.007358,-0.025468,-0.040708,0.0107,-0.018275,-0.010305,0.00108,0.023335,0.027876,0.007137,0.019974,0.004173,0.016508,0.027933,0.015444,0.004337,-0.039076,0.016858,-0.000952,0.043305,-0.015097,0.00369,-0.043886,0.03479,0.021896,-0.009331,-0.035746,0.021213,-0.010777,-0.029927,-0.016474,0.013602,-0.0256,-0.004887,0.007722,-0.010823,-0.061225,0.013522,-0.011257,0.024156,-0.001652,0.005278,0.016251,0.00515,-0.025784,-0.018767,-0.008074,0.028495,-0.0145,-0.095306,0.008364,-0.006213,0.027576,0.003481,0.029081,-0.027354,-0.051348,0.022394,-0.003238,-0.012121,0.037806,-0.010435,0.002945,-0.003005,-0.021679,0.042995,0.020467,-0.040191,0.026723,-0.002189,0.037653,-0.007734,0.000536,0.054983,-0.047141,-0.000932,0.008542,-0.006511,0.030428,-0.004535,-0.027707,0.015652,0.004464,0.02056,0.031722,0.003302,0.012118,0.002073,-0.004559,0.025146,-0.012752,-0.003929,0.014953,-0.023701,-0.003624,-0.004149,-0.007297,-0.043566,0.0219,0.001933,-0.012559,0.013656,0.008677,0.050339,-0.008548,0.037137,-0.00237,0.03981,-0.024267,0.008414,-0.020763,-0.000318,-0.025173,0.0023,-0.004821,-0.016494,-0.0139,-0.006552,0.017916,0.003592,0.020598,-0.002588,-0.009493,-0.036127,0.019815,0.018921,-0.01049,0.003478,-0.003891,-0.017906,-0.021538,-0.030828,-0.019439,-0.003005,0.017422,-0.032977,-0.004144,0.006231,0.017983,-0.030484,-0.027549,-0.002783,-0.007823,0.024107,0.01377,-0.025019,0.005229,0.01461,0.009446,0.021147,-0.006645,-0.016515,0.03473,0.032474,0.024988,0.01618,0.011884,-0.029979,-0.014906,0.007314,-0.040539,0.003733,0.022428,-0.00087,0.011365,-0.015501,0.033571,0.115233,0.006369,0.002889,-0.020603,-0.02418,0.018692,0.047065,0.052421,-0.011004,-0.020228,-0.009817,-0.031786,-0.039535,0.022868,-0.00676,0.039324,0.025679,-0.015061,-0.013089,-0.006764,0.009977,0.021447,0.002855,-0.014555,0.021183,-0.024658,-0.009145,0.005393,0.000768,-0.011679,0.020699,0.011443,-0.023634,0.036315,-0.038393,0.017288,-0.0241,0.006239,-0.025292,0.032238,0.036302,-0.023381,-0.004216,-0.033109,0.03099,0.026236,0.00766,0.017502,-0.003597,0.055456,0.015598,0.002083,0.029447,-0.040489,0.017401,0.006767,-0.004046,0.009461,0.001376,0.002834,0.021801,0.023334,-0.000961,-0.028845,0.04108,-0.026573,-0.036206,0.042204,-0.011686,-0.027544,-0.037261,-0.004172,0.015306,-0.002126,0.009423,-0.00246,-0.021325,-0.018476,0.000588,0.010923,0.759656,0.008572,0.028884,-0.003514,0.018576,0.014359,-0.004409,-0.007267,0.008961,0.001632,0.029752,-0.014042,-0.001818,-0.002162,0.018529,-0.02287,0.044097,-0.018126,0.026191,-0.011007,-0.027634,-0.066061,0.01388,0.027062,-0.017108,0.036126,0.017417,-0.024113,0.01072,0.025288,-0.024572,-0.016099,-0.026706,-0.017659,-0.008814,0.019648,-0.023734,0.018993,0.038896,-0.083492,0.020051,-0.018274,0.007359,-0.036381,0.026365,-0.020339,0.030347,0.040179,-0.030979,-0.026815,0.008396,-0.006697,-0.010345,0.051049,-0.014505,-0.00405,-0.003834,-0.029518,-0.021241,-0.002096,0.013185,-0.006717,-0.031162,0.06327,0.03674,0.082677,-0.004986,0.016904,0.049838,0.012804,0.013083,-0.073104,0.017042,-0.003736,-0.001005,0.017884,-0.000634,-0.030157,-0.00968,-0.022453,0.030186,-0.04266,-0.017228,-0.011653,0.001826,0.012737,-0.038474,0.028664,0.012711,-0.012363,-0.065375,0.029404,-0.003164,-0.025913,-0.013962,0.005608,0.035462,0.026249,0.018031,0.003337,0.013875,-0.02739,0.016091,0.018333,-0.077762,0.003789,-0.00571,-0.010688,0.009489,0.085438,0.030315,-0.02622,-0.01013,-0.030749,-0.006295,-0.044262,0.001966,0.006641,0.01605,0.022609,-0.02807,-0.018021,0.00597,-0.022071,0.013385,-0.049479,-0.043117,0.047115,0.005959,-0.014752,-0.006294,0.011344,-0.018532,0.006892,-0.017469,-0.033611,0.000501,0.000432,0.04019,0.010416,-0.000696,0.015318,0.011318,0.001373,0.059831,0.021997,-0.01369,0.027737,-0.016617,0.022793,0.012483,0.154576,0.003412,-0.007183,-0.008192,-0.016998,0.008048,0.010198,-0.047839,-0.017311,0.023705,0.031772,0.024076,-0.007345,-0.023915,0.012928,0.061662,0.007356,0.02908,-0.018819,-0.006989,0.003441,0.004564,-0.147539,0.001868,-0.022305,0.008066,-0.009596,0.006604,-0.017292,0.021556,-0.012195,-0.001717,-0.015184,0.006761,-0.06433,-0.002893,0.057831,-0.010438,0.036414,0.013617,0.027153,-0.048321,0.031646,0.062874,-0.010893,0.061216,-0.008636,-0.002275,0.021245,0.006551,0.033859,0.010698,-0.015566,0.067553,-0.015601,-0.043642,0.001853,0.015592,-0.053751,0.015876,-0.032073,0.011499,0.028458,-0.013693,-0.004842,0.018469,-0.002088,-0.009867,0.000249,-0.00021,-0.045973,-0.005593,0.004141,-0.052135,0.012177,0.002692,0.005326,-0.013742,0.001332,0.011782,-0.026913,0.014413,0.009323,0.007176,0.012078,-0.008239,-0.048187,0.018208,-0.023794,-0.050078,0.005186,0.014219,0.023131,-0.041602,0.033571,0.039768,0.046026,0.173257,-0.000861,-0.005699,0.026955,0.011327,-0.011128,0.01827,-0.002426,-0.01726,-0.035727,0.042877,0.010003,0.033103,-0.012777,-0.03213,-0.025741,0.068592,-0.009318,-0.031657,-0.052672,0.022686,-0.002052,-0.000162,-0.007102,0.030286,0.017341,0.007058,0.031246,0.007024,0.021386,0.02932,0.020973,-0.001068,-0.025813,0.01327,-0.022282,0.039828,-0.029898,0.001351,-0.04004,0.038826,0.008668,-0.041101,-0.058361,0.006172,-0.016162,-0.033705,0.000383,0.032606,-0.045361,0.007652,-0.018935,0.00627,-0.045423,0.005526,-0.004675,0.029979,-0.018785,-0.018683,0.020101,0.007596,-0.01778,-0.012203,-0.007216,0.028858,-0.009095,-0.08276,0.001619,-0.024933,0.035462,0.010967,0.019773,-0.016173,-0.10054,0.031712,-0.001837,0.023635,0.054871,-0.035276,-0.000387,0.024722,-0.014019,0.049458,0.031927,-0.027833,0.028506,0.010653,0.054318,-0.024221,-0.016061,0.057902,-0.03992,-0.018127,0.009513,-0.012507,0.020202,0.019516,-0.019046,0.002663,-0.006158,0.035251,0.019302,-0.001951,0.008661,0.004139,-0.029097,0.019003,-0.017013,-0.009316,-0.002516,-0.028567,-0.00556,-0.007888,-0.013795,-0.032423,0.027357,-0.006379,0.031768,0.022322,0.036966,0.034763,-0.018064,0.047514,0.004257,0.017753,-0.01569,0.038746,-0.013622,-0.001451,-0.040489,0.003919,-0.012732,-0.017479,-0.025584,0.008374,0.002812,-0.005811,0.037394,-0.013333,-0.001535,-0.026788,0.024368,0.010258,-0.013658,0.015906,-0.011814,-0.024606,-0.023406,-0.038305,-0.001351,-0.007863,0.023817,-0.030833,-0.019167,-0.004319,0.019318,-0.034125,-0.049695,-0.004783,-0.00404,0.015647,0.038757,-0.020907,0.00257,0.022625,0.011433,0.030517,-0.003539,0.00432,0.034597,0.025873,0.003826,0.065271,0.014837,-0.033385,-0.016914,0.012061,-0.030065,-0.012684,0.042528,0.002042,0.022424,-0.013446,0.042377,0.113206,0.01914,0.009766,-0.006026,-0.033678,0.018295,0.069313,0.0363,-0.017744,-0.012691,0.002688,-0.031871,-0.042469,0.017843,-0.033862,0.027461,0.008693,0.007128,-0.038505,-0.010122,0.045146,0.013211,-0.001794,-0.018363,0.023112,-0.023463,-0.014821,-0.010817,0.00283,-0.032943,0.01505,0.031247,-0.026595,0.044482,-0.032769,0.013819,-0.021526,-0.002518,-0.026136,0.029235,0.036201,-0.019469,-0.009392,-0.020765,0.039576,0.029131,0.01608,0.006512,0.003023,0.077248,-0.002414,-0.006738,0.018004,-0.044628,0.006459,0.008116,0.016683,-0.002563,0.005676,-0.003257,0.019041,0.009856,0.002316,-0.036892,0.031717,-0.051908,-0.022794,0.044567,-0.003239,-0.015306,-0.036346,0.006543,0.027259,0.001187,0.001015,-0.014961,-0.012238,-0.020729,-0.006489,0.003181,0.737438,0.013877,0.024406,0.012283,0.000921,0.035937,-0.005953,-0.00112,-0.001866,-0.020359,0.012968,-0.003329,0.000465,0.003107,0.02675,-0.018367,0.045921,-0.021421,0.023882,-0.036835,-0.017282,-0.041293,0.030975,0.012079,-0.017904,0.036702,0.031424,-0.023247,0.006704,0.046438,-0.022479,-0.008416,-0.041503,-0.064621,-0.003645,0.010122,-0.009201,0.045755,0.028875,-0.076643,0.015843,-0.005144,0.027366,-0.021011,-0.006093,-0.011808,0.017683,0.021855,-0.038042,-0.034318,-0.009863,-0.008753,0.008931,0.040962,-0.009397,-0.008918,-0.004806,-0.018713,-0.019983,-0.004491,0.019637,-0.009463,-0.023336,0.061928,0.02772,0.070425,-0.001341,0.017893,0.02435,0.022081,0.044826,-0.068545,0.019321,-0.013152,0.009833,0.000821,0.013514,-0.007567,-0.002105,0.00358,0.024608,-0.090254,0.002294,-0.03617,-0.005047,0.021493,-0.049782,0.02447,0.022668,0.00774,-0.091216,0.03475,0.012817,-0.041498,0.011248,0.005251,0.039699,0.033027,0.002055,0.004061,-0.007726,-0.025484,0.005423,0.006038,-0.098277,0.018456,0.007554,0.00629,-0.001593,0.081343,0.010114,-0.022971,-0.009449,-0.006824,-0.007779,-0.033263,0.023612,0.013612,0.016001,0.004953,-0.086032,-0.007302,0.009401,-0.025415,0.027461,-0.03855,-0.029413,0.027015,-0.001117,-0.008256,0.00166,0.026526,-0.024265,0.013393,-0.023592,-0.032174,0.010192,0.006161,0.041489,0.030041,0.002422,-0.001799,-0.001382,0.011987,0.060398,0.012367,-0.00712,0.028781,0.009171,0.02825,-0.00194,0.13288,-0.009046,-0.020993,0.001007,0.007365,-0.01521,0.004099,-0.057938,-0.006751,0.036358,0.043263,0.018134,-0.00517,-0.004726,0.033689,0.077077,-0.001336,0.023828,-0.005146,-0.004549,0.009236,0.028398,-0.154115,-0.042326,-0.059905,0.008302,-0.003901,-0.015601,-0.022532,0.003025,0.006403,-0.004668,-0.006495,-0.011189,-0.047816,-0.018513,0.030834,-0.019091,0.023506,-0.008868,0.029377,-0.027388,0.030464,0.074836,-0.011785,0.056601,0.009354,-0.005933,0.013544,0.032429,0.031857,0.010161,-0.006211,0.034076,-0.001546,-0.0192,-0.006624,-0.011975,-0.039004,0.012215,-0.012092,0.015052,0.043966,-0.011681,-0.013841,0.020449,0.006994,-0.010786,-0.011764,-0.013931,-0.039865,0.003457,0.026272,-0.023671,-0.000515,-0.001632,0.029911,-0.01151,-0.001592,-0.012329,-0.017406,0.032082,0.027964,-0.004689,0.006929,-0.009916,-0.039256,-0.005169,0.007172,-0.047109,0.021813,0.010243,0.023875,-0.001683,0.02625,0.042969,0.030368,0.135227,0.009909,0.00089,-0.006339,0.02,-0.007163,0.033189,0.002211,-0.014446,-0.025753,-0.015941,-0.009369,0.014263,-0.005803,-0.021221,-0.027169,0.028961,-0.003759,-0.030921,-0.048348,0.014797,-0.005276,-0.000349,-0.018959,0.026061,0.009007,0.000769,0.006802,0.027889,0.00231,0.023578,0.018378,0.011564,-0.036674,0.000304,0.008839,0.044638,-0.000367,0.010585,-0.031526,0.034304,-0.016792,-0.024236,-0.023615,0.049379,-0.003883,-0.026445,-0.025497,0.009147,-0.026696,-0.008905,0.004928,-0.007276,-0.042513,0.007536,0.006695,0.016934,-0.006541,-0.003156,0.003795,0.005248,-0.012529,-0.013228,0.003616,0.02075,-0.01181,-0.088852,0.025827,-0.016174,0.021917,0.018972,0.03796,-0.008124,-0.024768,0.032003,0.004317,-0.001675,0.045196,-0.031528,-0.004159,-0.020802,-0.010952,0.054719,0.004302,-0.015683,0.018493,-0.011273,0.026952,0.005469,-0.013059,0.046442,-0.049682,0.000554,-0.002088,0.001682,0.01974,0.001216,-0.02862,0.006763,0.015,0.008264,0.015912,-0.009273,0.016651,-0.012654,-0.00041,0.027496,-0.020927,-0.01693,0.014296,-0.033364,0.012844,0.006765,-0.000421,-0.039075,0.012128,0.003652,0.00799,-0.001701,0.055178,0.036128,-0.019866,0.036577,-0.000691,0.018848,-0.024422,0.016772,0.004078,0.001453,-0.016518,-0.005292,0.000236,-0.00996,-0.03429,-0.006231,-0.008228,0.000276,0.010528,-0.009446,-0.024669,-0.022604,0.025032,0.025796,-0.004901,-0.004066,-0.002422,-0.016556,-0.00503,-0.035458,-0.035308,-0.015345,0.020677,-0.022935,-0.012746,-0.007723,0.005552,-0.036394,-0.021885,0.005288,-0.004164,0.026608,0.023293,-0.020343,0.004217,0.039372,0.012858,0.032068,-0.008458,-0.004578,0.028982,-0.005327,-0.002017,0.023931,0.004436,-0.037797,-0.007575,0.001392,-0.040581,-0.01193,0.020644,0.007287,-0.002535,0.00894,0.034101,0.116017,0.016843,-0.017053,-0.007506,-0.023992,0.003376,0.025331,0.041019,-0.016129,-0.007868,-0.006097,-0.011894,-0.01186,0.021263,-0.007596,0.034368,0.021607,-0.023394,-0.025218,-0.00216,0.004138,0.041578,-0.001278,-0.0328,0.014227,-0.017945,-0.01444,0.004236,-0.021577,0.007257,0.031376,0.017755,-0.041637,0.013566,-0.013129,0.023915,-0.032396,-0.006601,-0.01929,0.019612,0.022924,-0.043035,-0.001559,-0.037953,0.020445,0.025716,-0.017462,0.004163,0.011607,0.061714,0.000441,-0.00507,0.035239,-0.020542,-0.005957,0.02938,-0.007455,0.001301,-0.002415,0.002887,0.039304,-0.005565,-0.002772,-0.035455,0.013489,-0.027351,-0.033166,0.035749,-0.005816,0.004568,-0.02187,0.001452,0.012536,-0.008613,-0.002014,-0.011136,-0.005945,-0.013607,0.005987,0.02421,0.780021,-0.003501,0.024141,0.001128,0.006237,-0.003272,-0.025869,-0.005843,0.018562,-0.012663,0.016431,-0.015888,0.001869,0.014517,0.01733,-0.016429,0.023811,-0.004939,0.018098,-0.008333,-0.03628,-0.059316,0.0377,0.006617,-0.018705,0.038066,0.005503,-0.03263,0.005357,0.000486,-0.030218,-0.013493,-0.00497,-0.007094,-0.01017,0.016452,0.004332,0.026032,0.037536,-0.090494,0.013641,-0.01636,0.010171,-0.01575,0.011057,-0.018741,0.01985,0.050922,-0.015232,-0.016756,0.00041,0.008555,-0.012556,0.041056,-0.00611,-0.009532,0.002857,-0.051103,-0.028424,0.008733,0.021167,-0.018846,-0.015022,0.049271,0.050017,0.062385,0.014397,0.01571,0.052698,0.031687,0.051795,-0.087979,0.03803,0.007755,0.001044,0.031936,0.014078,-0.024794,0.002777,-0.006164,0.044544,-0.04709,-0.012901,-0.005248,0.003125,0.002425,-0.062763,0.035698,0.02304,-0.009579,-0.079284,0.043918,0.008989,-0.007561,-0.009582,0.002585,0.022926,0.03325,-0.014068,-0.004761,0.014134,-0.026521,0.002878,0.023742,-0.064063,0.016114,0.003527,0.000585,0.016333,0.050923,0.016526,-0.029633,-0.007194,-0.019024,-0.014992,-0.020468,-0.000363,0.004393,0.009537,0.006505,-0.025195,-0.021849,-0.005078,-0.028516,0.024613,-0.05437,-0.050369,0.04595,-0.00855,-0.030425,0.002723,0.016993,-0.046113,-0.009668,-0.036819,-0.036474,0.039653,0.016147,0.014354,0.038381,0.007751,-0.003692,-0.016915,0.016035,0.03807,0.026431,0.000762,0.010659,-0.017075,0.008777,0.021816,0.144934,0.02817,0.010167,0.013882,0.006685,-0.008884,0.002181,-0.045095,0.002798,0.05196,0.025682,0.037015,-0.0214,-0.023193,0.013838,0.057864,-0.013063,0.000684,-0.004105,-0.026975,-0.00262,0.003424,-0.179436,-0.006041,-0.044642,-0.005931,0.019469,-0.00169,-0.02164,0.005035,-0.003361,-0.014382,0.002096,-0.00096,-0.058091,-0.002429,0.045726,-0.012239,0.017868,-0.012661,0.03502,-0.028309,0.043929,0.066316,-0.015352,0.08977,0.009797,0.029953,0.018367,0.021546,-0.001737,0.03082,-0.019128,0.025345,-0.020124,-0.061142,0.001235,-0.010467,-0.033686,0.034835,-0.044212,-0.008049,0.032751,0.00123,-0.043038,0.004831,0.007453,-0.007777,-0.005346,-0.016602,-0.058638,-0.003031,0.02871,-0.017153,-0.014654,-0.016555,-0.006661,0.002253,-0.003081,-0.029311,-0.031968,0.034301,0.004164,0.008784,0.023456,-0.011733,-0.043874,0.005618,-0.015848,-0.030818,-0.00384,0.016204,0.033298,-0.015343,0.043884,0.021158,0.0456,0.172351,0.027865,0.030709,0.009213,0.019206,-0.011312,0.030157,-0.008595,-0.010469,-0.019377,0.003239,0.003348,0.024477,0.00598,-0.042417,-0.016131,0.056594,-0.001412,-0.025003,-0.038167,0.029278,0.023937,-0.014014,0.015455,0.029764,-0.009373,0.020845,0.020525,0.00435,0.025346,0.041079,0.020423,-0.003009,-0.029883,0.009816,-0.002683,0.031275,-0.035433,-0.003085,-0.037743,0.039682,0.018128,-0.022142,-0.050119,0.012589,0.002005,-0.023316,0.019368,0.013587,-0.039529,-0.002533,-0.009225,-0.007715,-0.049519,0.002525,-0.007415,0.052319,-0.011679,0.009882,-0.021576,0.003406,-0.011073,0.001002,-0.012843,0.034028,-0.027211,-0.099532,0.017628,-0.036304,0.017743,0.027007,0.022616,-0.024329,-0.104357,0.014656,-0.044368,0.023429,0.033262,-0.029404,0.00851,0.007993,-0.023615,0.025324,0.0492,-0.028096,0.013744,0.000237,0.041725,-0.029814,0.001134,0.057187,-0.053883,0.002457,-0.027206,0.006,0.028093,0.016648,-0.031248,0.019245,-0.002978,0.036442,0.029991,-0.012834,0.016028,0.011472,-0.031939,0.044781,-0.006056,-0.000276,-0.004374,0.009745,-0.014424,0.002081,-0.021165,-0.036354,0.03198,-0.002756,-0.005792,-0.007914,0.040184,0.026913,-0.01547,0.036622,0.015711,0.013967,-0.032083,0.019867,-0.005875,-0.00694,-0.044927,0.00031,-0.006853,-0.019276,-0.0065,-0.011945,0.016015,0.003797,-0.001022,0.033297,0.028489,-0.026096,0.007884,0.001457,0.006802,0.020287,0.004522,-0.038632,-0.035864,-0.066832,-0.009954,-0.017264,0.031429,-0.035903,-0.016569,-0.00558,0.029698,-0.029259,-0.054832,0.019689,0.017894,0.022052,0.037008,-0.032661,0.019787,0.025074,0.015969,0.032879,-0.012247,-0.018969,0.023948,0.029456,0.027963,0.046218,0.015755,-0.016302,0.000139,0.026081,-0.019711,0.005682,0.021249,0.016311,0.027911,0.001578,0.024878,0.108941,0.026299,-0.014472,-0.015131,-0.01633,0.032771,0.037955,0.057882,0.007465,-0.004749,-0.006974,-0.020105,-0.027089,0.038123,-0.004374,0.019835,0.024184,-0.008245,-0.036131,-0.008965,0.077412,0.023814,0.009164,-0.009174,0.012186,-0.0003,-0.021644,-0.003528,-0.003375,-0.001733,0.030022,-0.004022,-0.018288,0.030878,-0.062436,0.018784,-0.031084,0.000536,-0.012521,0.030548,0.03232,-0.055994,-0.00665,-0.01904,0.020542,0.031707,-0.0165,0.003684,-0.013313,0.057582,0.011317,0.01037,0.043237,-0.056837,0.01046,-0.003268,-0.006353,0.004734,0.008573,-0.010083,0.029599,0.000914,0.006545,-0.024614,0.019631,-0.056133,-0.009129,0.031299,-0.003827,-0.000645,0.00368,-0.006675,0.022163,0.014194,0.017357,-0.0243,-0.002595,-0.025483,0.007877,0.012119,0.726216,-0.010498,0.030727,-0.004371,-0.002702,0.036556,-0.008069,-0.000467,0.011897,-0.008079,0.031158,-0.022265,0.004818,0.01535,0.033141,-0.012759,0.044672,-0.016158,0.026777,-0.029966,-0.018302,-0.032269,0.024371,0.031488,-0.030576,0.037578,0.015296,-0.025473,0.015903,0.036543,-0.001446,-0.017348,-0.038174,-0.020767,-0.013929,0.02437,-0.00162,0.034434,0.022735,-0.072733,0.00562,0.006293,0.024122,-0.027638,-0.004253,-0.005333,0.029085,0.021465,-0.037806,-0.030557,0.000383,-0.02224,-0.017912,0.048117,0.009138,-0.002256,-0.004451,-0.015201,-0.024907,-0.003738,0.017762,-0.000336,-0.009687,0.0545,0.035186,0.054791,-0.003975,0.007331,0.04153,0.040052,0.058416,-0.085321,0.043571,0.006237,0.008459,0.034613,0.017264,-0.026522,0.001689,0.011914,0.017204,-0.072886,-0.012258,0.024091,0.016648,0.015051,-0.050095,0.021157,0.026363,-0.013715,-0.065126,0.048227,0.019589,0.005206,-0.009794,-0.012737,0.012228,0.024964,0.013738,-0.002652,0.045089,-0.039655,0.010885,0.011947,-0.070834,-0.007241,0.008583,0.001236,0.007165,0.084974,-0.006196,-0.012258,-0.020756,-0.01119,0.015138,0.00471,-0.001233,0.018082,0.016387,0.026685,-0.011775,-0.030448,0.016286,-0.007902,0.008931,-0.058378,-0.03717,0.033429,-0.01077,-0.032006,-0.028713,0.009154,-0.031584,-0.009025,-0.019275,-0.015281,0.022538,0.005312,0.020073,0.035289,-0.010393,0.006264,0.009651,0.010802,0.037868,0.019683,0.01825,0.008764,-0.002378,-0.015507,0.022617,0.149723,0.019107,0.012973,0.017649,-0.006581,-0.023707,0.003279,-0.026542,-0.005074,0.059601,0.012056,0.021644,-0.036198,-0.047298,0.027452,0.050611,-0.010334,0.001587,0.00748,-0.023315,-0.01932,0.017209,-0.169597,-0.005206,-0.062429,-0.008411,-0.004384,-0.010691,-0.05183,0.024131,-0.026042,-0.01754,-0.014485,-0.015734,-0.059391,0.009142,0.039782,-0.021532,0.040026,0.007599,-0.000393,-0.001912,0.040949,0.054332,-0.028263,0.055496,0.014193,0.010578,0.042777,0.043462,-0.003101,0.022899,-0.006385,0.023467,0.011646,-0.014421,-0.010411,0.007211,-0.073174,0.034958,-0.016082,-0.020342,0.061573,-0.012011,-0.058024,0.001965,-0.002259,-0.020803,-0.009823,-0.026704,-0.063872,0.001472,0.001277,0.00431,-0.002439,-0.046577,0.023382,0.016328,-0.008866,-0.015574,-0.012065,0.047584,-0.011013,0.012104,0.022346,-0.006052,-0.038831,-0.004971,-0.011509,-0.032361,0.025193,0.013435,-0.000107,-0.033047,0.03601,0.029095,0.057996,0.166996,0.024189,0.022425,0.002014,0.016626,-0.01662,0.016262,-0.005739,-0.02532,-0.048223,0.01636,0.040155,0.039516,-0.019864,-0.031627,-0.01664,0.06829,0.01637,-0.021794,-0.052431,0.011376,0.044191,0.002419,0.003277,0.033047,-0.015584,0.006417,-0.007254,0.008458,-0.001687,0.010713,0.023782,-0.02179,-0.021639,0.017391,-0.008102,0.008614,-0.018783,-0.00368,-0.038348,0.049824,0.033502,-0.005286,-0.032825,0.023669,0.004678,-0.040097,0.011799,0.022319,-0.042458,-0.004028,-0.018239,0.002357,-0.025823,-0.018938,0.013817,0.034344,-0.015536,0.011891,-0.006976,0.004051,0.006388,0.001645,-0.021582,0.037652,0.013363,-0.099481,0.031722,-0.032305,0.006907,0.052935,0.047911,0.002161,-0.049726,0.003347,-0.017904,0.050291,0.015741,0.020412,-0.000855,0.046417,-0.021076,0.01481,0.019296,-0.01839,0.00746,0.017768,0.029466,-0.035527,-0.023129,0.079868,-0.059113,0.023306,-0.031603,0.027763,0.015957,0.030549,-0.04551,0.033436,0.034151,0.00173,0.010112,0.002418,-0.017957,-0.022055,-0.014336,0.024364,-0.028919,-0.044969,0.003605,-0.018015,-0.011028,0.00746,-0.016063,-0.025811,0.014157,0.014776,-0.016017,0.001798,0.051816,-0.009036,0.000324,0.052695,0.010124,0.007938,0.009765,0.045005,0.003593,-0.022489,-0.071431,-0.006487,0.001302,-0.031796,-0.003915,-0.010788,-0.004327,0.034195,-0.001247,0.031975,0.008688,-0.041862,-0.0099,0.028455,0.010274,0.021187,-0.00363,-0.029277,-0.01364,-0.073962,-0.001953,0.009127,0.041851,-0.019982,-0.028789,-0.016373,0.033509,-0.046856,-0.044616,0.010216,0.02005,0.014411,0.026984,-0.049192,0.040026,0.023323,0.037379,0.037726,-0.027048,0.027222,0.009046,0.020082,0.011168,0.044697,0.018063,-0.025253,0.028463,0.032105,-0.013244,-0.011502,0.029804,0.028318,0.048802,-0.013465,0.051215,0.114244,0.020503,-0.032898,-0.023399,0.006409,0.052196,0.015345,0.040819,0.036853,-0.001111,-0.032345,-0.032274,-0.002579,0.021239,-0.024127,-0.008182,-0.024704,-0.009659,-0.031442,-0.008996,0.092155,0.014479,0.031632,-0.035076,0.020524,0.013331,-0.009181,0.00082,0.00291,0.006302,0.034685,-0.024493,-0.04178,0.012131,-0.053314,0.02627,-0.024174,-0.017397,-0.014374,0.022395,0.043226,-0.027845,0.017518,-0.03862,0.042554,0.032144,-0.020742,-0.014576,-0.022688,0.043241,0.016455,0.02259,0.048816,-0.023653,-0.00266,-0.002589,0.003291,-0.004959,0.00136,-0.010019,0.03836,-0.00261,0.010348,0.002168,0.037784,-0.075448,-0.010018,0.030741,0.004523,0.032108,-0.006685,-0.007084,0.060329,0.003275,0.015468,-0.010293,0.026973,-0.016219,-0.005189,0.045785,0.694113,-0.018066,0.062373,-0.024041,-0.004548,0.010689,0.000775,-0.022978,0.004395,-0.035189,0.004893,-0.029982,0.010833,0.034383,0.022464,-0.000051,0.037394,0.015828,0.039432,-0.006849,-0.041012,-0.064437,0.019241,0.064624,-0.02773,0.030013,0.020955,-0.041906,0.007877,0.051877,0.020389,-0.015161,-0.037401,-0.007569,-0.027456,0.013946,0.012444,0.022175,0.04787,-0.074255,0.012192,-0.001543,0.013602,0.002221,-0.01203,-0.021267,0.000317,0.015645,-0.007086,-0.009467,0.008664,-0.004526,-0.012212,0.040565,-0.011195,-0.013899,-0.001009,-0.004217,-0.010194,0.024243,-0.013415,0.012561,0.006674,0.039181,0.058457,0.03564,0.018389,0.025054,0.054994,0.032527,0.055874,-0.077937,0.029729,0.011643,-0.002662,0.015216,0.013633,-0.027029,0.014721,-0.005661,0.05285,-0.040525,-0.004829,-0.010887,0.016396,0.00244,-0.042748,0.041426,0.031674,-0.011827,-0.074109,0.045897,-0.003621,-0.004799,-0.002516,-0.016007,0.026887,0.02206,-0.026519,-0.011476,-0.005031,-0.027705,0.000358,0.015676,-0.05256,0.014433,0.002158,-0.00084,0.008569,0.041637,0.023213,-0.016542,-0.015006,-0.025155,-0.01445,-0.040348,-0.007431,0.009384,0.001835,0.005077,-0.02312,-0.018359,-0.009033,-0.036986,0.035831,-0.052041,-0.055519,0.041876,0.001668,-0.025326,0.009499,0.006971,-0.04761,-0.013211,-0.048257,-0.040368,0.030855,0.015844,0.009929,0.036788,0.014492,-0.012834,-0.031039,0.005288,0.043916,0.035199,-0.011381,0.006297,-0.002717,0.01281,0.025232,0.158949,0.026634,0.006508,0.013712,0.005233,-0.01526,-0.000876,-0.049497,-0.004358,0.048327,0.033636,0.030297,-0.008267,-0.010068,0.010444,0.056849,-0.002287,-0.008444,-0.008669,-0.035376,-0.00684,0.007911,-0.196433,-0.00228,-0.017947,-0.004345,0.01371,0.008051,-0.000703,0.00911,-0.002813,-0.011086,-0.006087,-0.004824,-0.055679,-0.012677,0.040624,0.001596,0.026352,-0.010305,0.037717,-0.022954,0.042317,0.062642,-0.001921,0.099457,0.004182,0.021398,0.008088,0.01179,0.00919,0.023577,-0.009926,0.034286,-0.033641,-0.069933,0.009693,-0.005109,-0.02167,0.014223,-0.039174,-0.002287,0.026454,0.030419,-0.031467,0.014662,-0.003665,0.010624,-0.000999,-0.028484,-0.055359,0.003271,0.035229,-0.01243,-0.017017,0.003789,-0.000161,-0.005384,0.005033,-0.023506,-0.047601,0.025544,0.001005,-0.004946,0.016029,-0.018177,-0.041803,0.00687,-0.020204,-0.028885,-0.001493,0.007926,0.035407,-0.007328,0.032928,0.023075,0.048519,0.179521,0.019308,0.03488,0.019974,0.029087,-0.018214,0.023536,-0.016837,-0.008347,-0.020836,0.013812,-0.0247,0.029881,0.015889,-0.034714,-0.012423,0.038288,-0.009018,-0.023741,-0.027469,0.019984,0.01069,-0.006902,0.008105,0.026423,-0.008443,0.013221,0.028454,0.01739,0.031451,0.051049,0.017385,-0.014492,-0.033217,0.00531,-0.001074,0.03428,-0.04427,0.000363,-0.029105,0.035051,0.007378,-0.017835,-0.058931,0.018346,-0.02274,-0.02357,0.025287,0.00984,-0.037398,-0.006924,-0.000739,0.000149,-0.059552,0.00744,-0.001997,0.038316,0.007703,0.0034,-0.026487,0.007685,-0.014012,-0.000108,-0.017992,0.035483,-0.026776,-0.10317,0.00822,-0.010996,-0.006626,0.006505,0.002906,-0.026944,-0.10375,0.021656,-0.032029,0.008224,0.041082,-0.047521,0.018332,-0.010949,-0.021175,0.040799,0.036113,-0.020827,0.000602,0.004568,0.049721,-0.013062,0.004073,0.049822,-0.04216,-0.01132,-0.010232,-0.000736,0.023025,0.013546,-0.04127,0.010786,-0.006294,0.037151,0.031633,-0.014899,0.033512,-0.005866,-0.023496,0.035207,0.005312,-0.00681,0.000622,0.006775,0.008742,-0.002932,-0.025769,-0.03636,0.025789,-0.002853,-0.001255,-0.009812,0.035257,0.027314,-0.020881,0.031392,0.002654,-0.004937,-0.048799,0.030077,0.012943,0.004304,-0.027128,-0.00158,-0.012174,-0.018443,-0.014602,-0.018793,0.010395,-0.003465,0.006986,0.030977,0.032192,-0.015946,0.019621,0.006487,0.016323,0.005357,0.014555,-0.041899,-0.036959,-0.067195,-0.021898,-0.018211,0.032597,-0.025928,-0.021178,-0.00561,0.029719,-0.019537,-0.051378,0.007544,0.014385,0.011406,0.026839,-0.023656,0.022446,0.039601,0.002083,0.029261,-0.011029,-0.015908,0.02687,0.025365,0.031671,0.050045,0.030095,-0.020091,-0.008484,0.018295,-0.022737,0.000419,0.022258,0.003009,0.021808,-0.001611,0.027592,0.108025,0.031462,-0.008318,-0.014514,-0.020453,0.024202,0.031012,0.061792,-0.010847,-0.000945,0.007925,-0.01624,-0.01974,0.033379,-0.007375,0.03832,0.031821,-0.005389,-0.025919,-0.002359,0.04935,0.022109,0.00285,-0.009856,0.001589,-0.001577,-0.023604,-0.007416,0.001482,-0.004095,0.025229,0.000567,-0.020513,0.039241,-0.037874,0.017091,-0.018652,0.001094,-0.011458,0.026022,0.045909,-0.047419,-0.013243,-0.01545,0.02052,0.02803,-0.00679,0.009779,0.002235,0.061059,-0.003912,-0.002498,0.032108,-0.060373,0.012726,0.001527,0.001065,0.014094,0.008248,-0.022072,0.031344,0.004423,-0.008275,-0.030725,0.00705,-0.052731,-0.013338,0.023087,-0.002881,-0.008802,-0.000634,-0.017298,-0.001813,0.001968,0.008739,-0.02535,-0.027745,-0.019401,0.012439,-0.001826,0.729555,0.004451,0.029373,0.006905,-0.004364,0.031813,-0.019695,0.00415,0.024689,0.004993,0.024027,-0.016772,0.009346,0.017029,0.032114,-0.012922,0.031859,-0.021668,0.015716,-0.027663,-0.012038,-0.016056,0.023866,0.021448,-0.024475,0.047366,0.017936,-0.02149,0.019971,0.022253,-0.019764,-0.015541,-0.031119,-0.024215,-0.026731,0.040645,-0.016823,0.038461,0.015934,-0.075213,0.018146,0.00566,0.020842,-0.01802,-0.009021,-0.016754,0.03378,0.019979,-0.026298,-0.016502,-0.004004,-0.007546,-0.026,0.051993,0.010058,0.006311,-0.006381,-0.039833,-0.028554,-0.001034,0.018429,-0.011341,-0.017327,0.061425,0.024962,0.058247,-0.016819,-0.000113,0.046507,0.03306,0.070197,-0.085858,0.030026,0.011379,0.020014,-0.000722,0.018985,-0.020289,0.032192,0.014953,0.008767,-0.067051,0.022743,0.002911,0.018915,0.02866,-0.02664,0.026571,0.028054,-0.011107,-0.044079,0.052298,0.019833,-0.014462,-0.005664,-0.0163,0.023546,0.005912,0.013886,-0.020687,0.01085,-0.031746,-0.00639,0.001964,-0.073317,0.016142,0.013916,0.003744,-0.030225,0.062577,0.011998,0.000998,-0.005402,0.003357,-0.006501,-0.008503,-0.021258,0.023947,0.014326,0.013542,0.005073,-0.027109,0.020088,-0.028678,0.011086,-0.050558,-0.052387,0.023579,-0.000017,0.004701,-0.0152,0.025303,-0.035058,-0.025188,-0.03011,-0.027791,0.006055,0.003246,0.029305,0.023631,-0.006241,0.005667,0.000825,0.024057,0.064446,0.01741,0.018514,0.025232,-0.006415,-0.010201,0.02352,0.139915,0.025581,0.005132,-0.001734,0.004022,-0.016516,0.007155,-0.041722,0.003126,0.053122,0.029844,0.014884,-0.014024,-0.014222,0.03191,0.040762,0.006994,0.011277,0.010446,-0.02214,-0.010355,0.034664,-0.19448,0.003637,-0.069757,-0.011864,0.005713,-0.018343,-0.027799,0.010548,-0.009026,-0.00389,-0.022543,-0.009971,-0.068733,-0.006519,0.029077,-0.031764,0.052135,-0.004623,0.006415,-0.008881,0.04262,0.061997,-0.018897,0.040943,0.01613,0.016163,0.030808,0.019616,0.02171,0.005862,-0.00402,0.026615,-0.002062,-0.036016,-0.007719,0.02407,-0.049799,0.015793,-0.034074,-0.014787,0.053333,-0.00191,-0.029021,0.006316,-0.006298,-0.008258,-0.00897,-0.014298,-0.049259,0.006206,0.008491,-0.008507,0.00363,-0.00414,0.031322,-0.003699,0.014678,0.000341,-0.023327,0.07152,-0.004112,0.005746,0.036593,-0.012926,-0.028936,0.004672,-0.001961,-0.034959,0.016703,0.002173,0.019923,-0.007956,0.010136,0.024668,0.033285,0.19239,0.00068,0.0313,-0.003275,0.025008,-0.001222,0.007258,-0.030798,0.002808,-0.045785,0.015552,-0.002542,0.047864,-0.024954,-0.044066,-0.025426,0.061373,0.002966,-0.017144,-0.043988,-0.006567,0.02481,0.038362,-0.007946,0.02496,-0.013911,-0.003042,0.001623,0.041847,-0.030671,0.00401,0.01574,-0.004457,-0.029221,0.004575,0.00767,0.027403,-0.01601,-0.006308,-0.021009,0.042942,0.009098,-0.021292,-0.032003,0.035182,-0.022043,-0.066455,0.006384,0.005168,-0.033915,0.008095,-0.010144,0.013777,-0.047669,-0.00569,0.024087,0.003325,-0.007628,-0.006044,-0.012836,0.002551,0.010097,0.003938,-0.025591,0.02721,0.027873,-0.147283,0.037231,-0.011042,-0.00101,0.035176,0.034235,-0.006691,-0.058651,0.007839,-0.000443,0.071612,0.030596,-0.001288,-0.016947,0.015902,-0.022335,0.021424,0.005343,-0.021853,-0.002536,0.014722,0.044311,-0.029675,-0.016662,0.04354,-0.047354,-0.022476,-0.028337,0.020381,0.035429,0.020458,-0.047035,0.02542,0.015404,0.001063,0.014573,0.000146,-0.01183,-0.01607,-0.032149,0.036423,-0.028597,-0.03435,-0.000609,-0.027467,0.018441,0.005276,-0.013194,-0.03363,0.017671,0.015115,-0.003164,0.011245,0.03113,-0.00362,-0.022253,0.019537,0.018966,-0.000492,-0.014289,0.042825,0.001796,-0.028752,-0.048855,0.015236,-0.013937,-0.031962,-0.042345,-0.007614,-0.004828,0.025625,0.014901,0.013644,0.011319,-0.017472,0.036226,0.029602,0.02617,-0.003316,-0.022089,-0.026381,-0.014013,-0.051614,-0.011517,0.00249,0.039772,-0.021799,-0.018686,0.000949,0.006406,-0.022202,-0.04846,-0.008386,0.00238,-0.0185,0.02353,-0.016949,0.036698,0.024033,0.035355,0.035864,-0.003845,0.000251,0.027784,-0.034617,-0.012102,0.066755,0.025259,-0.014644,0.011268,0.03038,-0.019223,-0.016078,0.020726,0.010627,0.034958,-0.007518,0.042063,0.11096,0.038035,-0.03564,-0.012936,-0.02356,0.026362,0.025959,0.070024,0.005648,-0.005195,-0.008848,-0.036059,0.004545,0.013698,-0.036834,0.00916,-0.005143,-0.01683,-0.022728,-0.008994,0.050191,0.039473,0.013754,-0.034696,0.005805,-0.000723,-0.009341,0.011597,0.041753,0.006431,0.022659,0.010689,-0.040487,0.016028,-0.020938,0.03834,-0.008764,-0.026863,-0.015078,0.020535,0.039019,-0.014209,0.013167,-0.022397,0.01851,0.023011,-0.00664,-0.010524,-0.005959,0.056944,0.006826,0.010845,0.047884,-0.021103,-0.001012,0.011816,0.001135,-0.004716,0.013844,-0.030421,0.049081,0.018395,0.009017,0.018611,0.021627,-0.059995,-0.014534,0.036188,-0.020692,0.021133,-0.017446,-0.011741,0.004007,0.026402,-0.00452,-0.00882,-0.000496,-0.014076,-0.00098,0.038888,0.716819,-0.01991,0.043853,-0.02083,-0.005625,0.03543,-0.004258,-0.000336,0.010981,-0.001611,0.029814,-0.014946,0.00881,0.028538,0.023189,-0.005013,0.009953,0.000807,0.030399,-0.027519,-0.026954,-0.055417,0.031355,0.061707,-0.016926,0.040499,0.036038,-0.026176,0.023712,0.043979,0.000251,-0.017116,-0.055777,-0.014148,-0.026906,0.043977,-0.01238,0.033867,0.044611,-0.072364,0.01663,0.017541,0.032707,-0.000582,-0.025591,-0.023943,0.010897,0.031812,-0.016284,-0.013751,0.003888,0.020445,-0.026326,0.042523,-0.033031,-0.005019,0.003511,-0.012804,0.002392,0.003913,0.002128,-0.026289,-0.006884,0.03399,0.046903,0.018396,0.010463,0.006784,0.05069,0.021991,0.063203,-0.105022,0.020004,0.007071,-0.010308,-0.010598,0.000769,-0.024611,0.015004,-0.001259,0.032902,-0.088698,-0.004362,0.047472,-0.045222,-0.009967,-0.016956,0.022769,0.023232,-0.024677,-0.067649,0.023726,0.005745,-0.04778,-0.004682,0.014837,-0.017718,0.020245,-0.033641,-0.034035,0.030049,-0.00378,0.00103,0.007892,-0.035205,-0.015142,0.024263,-0.04059,-0.029226,0.098342,0.00556,-0.039376,0.003274,-0.004402,-0.011365,-0.017699,0.021797,0.007106,0.031733,-0.008369,0.008903,-0.011693,-0.0179,-0.032103,0.041394,-0.038733,-0.047656,0.026188,0.031535,-0.034288,-0.007934,0.015728,-0.020881,-0.026604,-0.030536,-0.021408,0.008883,-0.015858,-0.028163,0.011002,0.021071,0.012806,0.006923,-0.017316,-0.034218,0.010717,0.014616,-0.007028,-0.019646,0.008484,0.024395,0.146973,0.024081,-0.001248,-0.006452,0.00559,-0.000415,0.011491,-0.019255,-0.026992,0.03947,0.011135,-0.004272,0.013733,-0.010837,0.02097,0.065284,-0.00362,-0.002204,0.033217,-0.010206,-0.013572,-0.024243,-0.218886,-0.013928,-0.016147,0.007159,0.013106,0.001132,0.008786,-0.027494,-0.008081,-0.006468,0.01448,-0.002675,-0.032954,-0.023364,-0.016944,-0.028997,0.047081,-0.016507,-0.02965,-0.023272,0.057603,0.099359,-0.027982,0.121082,0.025825,0.01339,-0.024094,-0.015048,-0.006628,-0.011734,0.012352,0.00745,-0.008442,-0.031591,-0.054161,-0.008163,-0.001246,0.019907,-0.028361,0.00098,0.022746,0.00201,0.002971,-0.000084,-0.017624,-0.030468,0.022734,-0.033961,-0.048865,0.025339,-0.026851,-0.008527,-0.017555,-0.033595,0.03304,0.005749,-0.015033,-0.009842,-0.00866,0.01217,-0.005207,0.001947,-0.016063,-0.01177,-0.027753,-0.002165,-0.005407,-0.034646,0.011023,-0.01125,0.034867,-0.016412,-0.000871,-0.03215,0.042282,0.15613,-0.002934,0.016501,-0.003378,0.009351,-0.047422,-0.034924,0.000491,-0.016429,-0.003111,0.03144,0.02265,-0.00177,0.030214,-0.024548,-0.012835,0.048659,0.036819,-0.024083,-0.053097,0.021423,0.022874,-0.005431,-0.008217,0.019106,-0.060918,-0.009718,0.009884,0.044743,0.029416,0.022637,0.010674,-0.0126,0.000341,0.007042,-0.039055,0.024317,-0.028462,-0.006398,0.011579,0.058721,-0.033663,-0.003928,-0.043737,0.029903,-0.005981,-0.017817,-0.021986,0.011187,-0.031595,-0.009269,-0.019544,0.004875,-0.026236,0.021605,0.020682,0.04188,-0.001399,0.003195,0.011168,0.011102,0.009145,-0.009145,-0.001732,0.028769,-0.019891,-0.100635,-0.020645,-0.009363,-0.020932,0.032718,0.014977,-0.030926,-0.041028,0.038723,-0.016317,-0.010987,-0.004703,-0.046291,-0.004977,-0.021618,0.007298,0.025626,0.012856,0.00806,-0.009605,0.021408,0.027597,0.000072,-0.019071,0.013701,-0.034394,0.003495,0.006019,0.009529,0.014162,0.018819,-0.053049,0.02212,-0.023094,0.027591,0.005882,-0.002489,-0.012767,-0.023789,-0.01124,0.038945,-0.03694,-0.013194,0.018997,0.02004,0.031385,-0.002568,-0.042254,-0.034471,0.01212,-0.017675,-0.004651,-0.007154,0.056183,0.011921,-0.069519,0.024599,-0.016924,0.001341,-0.033126,0.047475,-0.017994,0.01986,-0.014345,0.002434,-0.020548,-0.03873,-0.005235,-0.014986,-0.011718,-0.012805,-0.032026,-0.001015,-0.004572,-0.00054,-0.006463,0.0174,0.0021,0.008073,0.024024,0.026821,-0.009771,-0.044115,0.00701,0.019349,0.034067,-0.042744,-0.024246,0.004224,-0.003392,-0.010883,-0.04952,0.017258,-0.010944,0.005406,0.008059,-0.029662,0.018778,0.048831,0.027782,0.048412,-0.010093,0.01146,0.010329,-0.016411,-0.016432,0.004896,0.007282,-0.029308,-0.047818,0.006548,-0.05923,-0.002413,0.019677,-0.031465,0.011824,-0.011669,-0.016345,0.108066,-0.015433,-0.019891,-0.000759,-0.001664,0.003146,0.03786,0.038865,0.008514,-0.003198,-0.009625,-0.020049,0.004137,0.009391,0.058467,0.005748,-0.022269,-0.023674,0.014417,-0.032072,0.031406,0.009161,0.026561,0.017298,0.033226,-0.001242,-0.009566,0.014032,0.017612,-0.023024,0.046518,0.006672,-0.013357,0.008294,-0.016764,0.007338,-0.010418,-0.009193,0.024011,0.005418,0.024101,-0.025946,-0.012522,-0.003269,0.000014,0.003213,-0.024482,0.040701,0.02411,0.056219,-0.013257,-0.040405,0.037157,0.008141,-0.032252,0.034056,0.024803,0.011404,0.025117,-0.006302,0.009983,0.008043,-0.012655,0.000175,-0.029365,-0.031822,0.012671,0.012638,-0.018101,0.010497,-0.010671,-0.013156,0.017813,-0.005856,0.022219,-0.017836,-0.021549,-0.008623,0.005309,-0.015517,0.73212,-0.005752,0.006334,-0.021833,0.018539,-0.007117,0.017983,0.033876,-0.001901,-0.021565,-0.003045,0.004707,0.023429,0.0176,0.010555,-0.016795,0.038432,-0.030445,0.014765,-0.025327,0.01005,-0.006609,0.01985,-0.007281,-0.005629,0.036488,0.035648,-0.030142,-0.00523,0.027597,-0.034252,-0.008087,-0.035634,-0.018702,-0.025559,0.026345,-0.004306,0.017839,0.015943,-0.074762,0.002255,0.019511,0.026579,-0.001033,0.043281,-0.013031,0.006278,0.02581,0.011655,0.000178,0.00042,-0.000897,0.02184,0.068794,0.033204,-0.041217,0.00238,-0.001749,-0.002539,-0.004303,0.01472,-0.025238,-0.042954,0.076215,0.009627,0.04806,-0.008222,0.007051,0.017984,0.00425,0.02018,-0.08457,0.02833,0.029271,0.00961,0.007631,-0.002193,-0.02898,0.003968,-0.024275,0.023539,-0.084156,0.024624,-0.003232,-0.010218,0.009543,-0.031757,0.011148,0.000882,-0.019258,-0.052168,0.007829,0.012274,-0.017881,0.008076,0.00599,0.011541,0.078702,0.014161,-0.019645,0.002168,-0.006199,0.019155,0.02032,-0.060209,0.028995,0.001417,-0.007428,0.016677,0.025318,0.006328,-0.022286,-0.017397,-0.022531,0.014167,-0.006783,0.003654,0.014179,0.00985,-0.004334,-0.006859,-0.000925,0.007771,-0.021472,0.004055,-0.043228,-0.061216,0.041164,0.036923,-0.030979,-0.005113,0.014189,0.002679,-0.006107,-0.017485,-0.017153,-0.013406,0.00174,0.027778,0.015074,0.000628,0.02472,0.010257,0.021833,0.022039,0.025781,0.022688,0.011291,0.002148,-0.01424,0.012955,0.150857,0.017007,0.02622,-0.023991,-0.008804,-0.004534,-0.004971,-0.027542,-0.004969,0.04094,0.026628,0.034886,0.00926,-0.022161,0.0153,0.076578,-0.018652,0.026913,-0.004887,0.003487,0.005472,0.016276,-0.178344,-0.008851,-0.03529,0.001528,0.015373,-0.01303,-0.02015,-0.019977,0.000954,-0.014727,-0.002794,0.009164,-0.039628,-0.035195,0.005795,-0.012334,0.046627,-0.017959,0.002468,0.001022,0.037944,0.091305,-0.027453,0.1358,-0.007761,0.002791,0.011357,0.008612,0.006831,0.012463,0.017573,0.036049,-0.003224,-0.006809,-0.019792,0.027258,-0.034182,0.029709,-0.041614,0.018976,0.014305,0.026551,-0.013097,0.00986,-0.003946,-0.017036,-0.001782,0.001811,-0.036403,0.004813,0.014614,-0.015721,-0.002625,-0.005321,0.004276,-0.002385,-0.009897,-0.010947,-0.035811,0.016672,0.006031,0.007153,-0.011088,-0.006794,-0.030478,-0.001837,-0.013971,-0.015523,0.016994,0.033938,0.038796,-0.026043,0.013428,0.028113,0.038557,0.120992,0.016364,0.032776,0.001547,0.028219,-0.019447,0.00001,-0.012446,-0.007389,-0.022242,0.006961,0.014503,0.005374,0.023625,-0.031537,-0.017422,0.035666,0.01182,-0.014259,-0.05745,0.030396,0.011187,0.019592,0.00679,0.030536,-0.021401,-0.008342,0.005243,0.006014,-0.011613,0.046053,0.009136,0.022143,-0.003344,-0.005313,-0.006373,0.014163,-0.025441,0.008103,-0.038133,0.035571,-0.00665,-0.009915,-0.034903,0.008419,0.018348,-0.044109,-0.025898,0.014233,-0.033701,0.016648,-0.008776,0.005487,-0.031107,0.003653,0.034948,0.001451,-0.006368,-0.017083,0.002302,-0.011599,-0.007403,-0.021161,-0.018507,0.027407,-0.025138,-0.103889,0.022266,0.02265,-0.001172,0.025711,0.020062,-0.000515,-0.042693,0.023034,-0.002637,-0.001382,0.012026,-0.011132,0.000458,0.00649,0.020157,0.03483,0.028971,-0.012349,0.01153,0.004712,0.022587,-0.0228,-0.025089,0.026251,-0.011463,0.005516,-0.003192,0.013241,0.012221,0.007802,-0.027073,-0.012284,-0.024447,0.010764,0.012113,0.008045,-0.000408,0.003865,0.036207,0.042592,-0.014837,-0.045598,0.016954,-0.018336,0.009467,0.007976,-0.012283,-0.034357,0.02597,-0.013702,0.04019,0.002727,0.079912,0.022979,-0.017418,0.032407,-0.005789,0.005952,0.014567,0.044461,-0.01167,-0.005205,-0.013935,0.000611,-0.02066,-0.035597,-0.030633,-0.032094,-0.019195,-0.011555,-0.004936,0.013194,0.004359,-0.0113,0.00933,0.030343,-0.003084,0.004695,0.02165,-0.032124,-0.038507,-0.028793,-0.013652,-0.008677,0.033355,-0.01497,0.009147,-0.002196,0.016235,-0.028424,-0.035902,-0.013682,-0.002323,-0.008186,0.027244,-0.034869,0.007879,0.056272,0.012081,0.018792,-0.021668,0.01785,0.013864,-0.025402,0.001022,-0.008228,0.034375,-0.006553,-0.006897,0.014614,-0.023534,-0.011064,0.0234,0.017663,0.021297,0.006114,0.01138,0.113894,0.010529,0.026904,0.023914,-0.013442,0.01449,0.050237,0.030526,-0.013954,-0.025569,0.002914,-0.023248,-0.013826,0.024512,0.029142,-0.014108,-0.012787,-0.031477,-0.007701,-0.025351,0.096282,0.032284,0.003899,0.001028,0.020013,-0.002289,-0.013021,0.007197,0.015296,-0.005021,0.023923,0.034486,-0.031854,0.002386,-0.004642,0.014854,-0.026667,0.016539,-0.005541,0.005627,0.020527,-0.034769,-0.00342,-0.016316,0.008474,0.030879,0.001138,0.008972,-0.001145,0.075667,-0.003587,0.004649,0.021469,-0.030866,0.013888,0.018196,0.01497,-0.00585,0.024708,-0.012933,0.017342,0.017422,0.025435,-0.00168,-0.007238,-0.038438,-0.027962,0.022121,0.005016,-0.017722,0.005905,0.003722,0.025742,-0.001396,-0.003591,-0.007676,-0.019137,-0.02009,-0.007112,0.010442,0.773301,-0.021536,0.009788,-0.012149,0.008908,-0.001734,-0.001796,0.010917,-0.003962,0.003922,0.010168,-0.011724,0.008739,0.011414,0.031079,-0.01249,0.022569,-0.019876,0.029847,-0.02724,-0.008989,-0.009133,0.031425,0.024625,-0.000998,0.06114,0.012188,-0.034878,-0.021894,0.006068,-0.022248,0.003557,-0.03062,-0.012311,-0.012816,0.011361,-0.012926,0.010362,0.028895,-0.097091,-0.010817,0.006778,0.031413,-0.005021,-0.002388,-0.00576,0.031582,0.014278,-0.006775,0.005139,0.016416,-0.012225,0.004365,0.041961,-0.016376,-0.01261,0.005566,-0.031298,-0.025975,0.028337,-0.001094,-0.012841,-0.019893,0.094881,0.039397,0.072783,-0.003188,0.002877,0.035179,0.012973,0.029176,-0.059344,-0.006108,0.010461,-0.011167,0.000596,-0.00343,-0.047347,-0.015198,-0.030581,0.023186,-0.025108,0.020035,-0.016483,0.001021,-0.011065,-0.035351,0.02978,-0.004922,-0.011923,-0.048207,-0.004876,0.028518,-0.000085,0.023677,0.011047,-0.010674,0.053446,0.031069,-0.013249,0.006016,0.004582,0.016789,0.037108,-0.056182,0.031843,0.016381,-0.014095,0.00684,0.022873,0.008213,-0.041519,-0.002629,-0.00911,-0.004789,0.009134,0.01561,0.018099,-0.001225,-0.020871,-0.028341,0.002311,-0.000473,-0.028949,0.001059,-0.029533,-0.04715,0.043473,0.033121,-0.04039,0.020338,0.009866,-0.008582,0.002749,-0.014015,-0.012743,-0.025271,-0.008814,0.024358,0.00163,0.010906,0.041372,0.012757,0.014172,-0.016321,0.013593,0.011646,0.010357,0.009974,-0.01664,0.008874,0.198019,-0.004237,0.021224,-0.001047,-0.008088,0.006123,-0.038989,-0.006255,-0.034101,0.02619,0.021503,0.049923,0.017289,-0.031064,0.008933,0.092528,-0.009073,0.019376,0.000804,-0.001023,0.029655,0.007607,-0.166275,-0.027165,-0.053525,0.017384,0.006634,-0.001652,-0.006439,0.007368,-0.005895,-0.020493,0.022227,-0.015736,-0.030337,-0.030209,-0.012971,-0.008403,0.031356,0.000745,0.000094,-0.011298,0.031286,0.098257,-0.029019,0.160032,0.000261,0.022955,-0.019574,-0.003635,0.004797,0.02913,0.01571,0.025037,-0.014231,-0.012578,-0.038347,-0.011711,-0.025092,0.01412,-0.039777,-0.027654,-0.008264,0.027303,-0.005375,0.059037,-0.006765,-0.020777,-0.002428,-0.027966,-0.038228,0.002527,-0.008226,0.000712,-0.013682,-0.01959,-0.018399,-0.006538,-0.001093,-0.018062,-0.010723,-0.002124,0.050055,0.007049,-0.012428,0.009712,-0.035268,0.004521,-0.039637,-0.013522,0.014912,0.015307,0.017018,-0.033561,0.009083,0.001633,0.037682,0.055682,-0.002983,0.019981,-0.001392,0.032677,-0.027843,-0.017946,0.008545,-0.011276,0.009043,0.001074,-0.001011,0.00083,0.023332,-0.039274,-0.013397,0.021881,0.015246,-0.011653,-0.055457,0.014063,0.008257,-0.003635,-0.008895,0.016749,-0.040074,-0.00376,0.019451,0.010647,0.013484,0.046859,0.02291,0.015112,-0.007712,0.017241,-0.02606,-0.002109,-0.030103,-0.001546,-0.042352,-0.013212,-0.008365,-0.011458,-0.009221,0.017306,-0.006961,-0.022909,-0.020605,0.034089,-0.052194,0.035534,0.000836,-0.00119,-0.036947,-0.004481,0.02922,-0.004868,0.02574,-0.007608,0.005635,-0.017572,-0.004614,-0.022861,-0.015999,0.011627,-0.011653,-0.083836,0.030331,0.004056,0.001731,0.012667,0.003051,-0.013098,0.023148,0.008921,-0.000723,-0.012224,0.000413,-0.004387,0.009101,0.001829,0.020416,0.034889,0.007869,-0.003774,0.007541,-0.016511,-0.010759,-0.030923,-0.026636,-0.005819,-0.038778,0.003146,0.004169,0.014956,0.022123,-0.011562,-0.030225,-0.014046,-0.012524,0.030658,0.004939,-0.001182,-0.001079,0.004062,0.013382,0.012713,-0.00825,-0.047787,-0.003119,-0.018187,-0.005439,0.019624,-0.017721,-0.023255,0.011495,-0.003853,0.037064,-0.024799,0.057414,0.035851,-0.032603,0.023845,-0.007996,0.022509,0.036226,0.04213,-0.017037,-0.009118,-0.019065,-0.00192,-0.013434,-0.024557,-0.033164,-0.026561,-0.011559,-0.025198,-0.001945,-0.005702,0.005475,0.008312,0.012678,0.030256,-0.031324,0.009246,0.048032,-0.015781,-0.007987,-0.009736,-0.039481,-0.035504,0.029626,-0.021823,0.009114,0.008402,0.006163,-0.01898,-0.041124,-0.021877,0.006178,-0.007523,-0.006935,-0.021514,-0.004107,0.069514,-0.007637,0.030759,-0.018726,0.018629,0.00672,-0.004176,0.007036,-0.006846,0.039606,-0.009702,-0.015703,0.024155,0.021122,0.003797,0.035548,0.016228,0.022075,0.015345,0.026216,0.111999,-0.003473,0.020969,0.017858,-0.007463,0.00897,0.073694,0.040478,-0.004277,-0.037929,-0.013175,-0.03264,-0.003017,0.029707,0.028328,-0.01481,0.017867,-0.023446,0.011271,-0.008974,0.066269,0.037555,-0.018581,0.012416,0.039441,0.011807,-0.02224,-0.004808,0.022403,-0.015559,0.038555,0.016835,0.007441,0.024995,0.00814,0.004804,-0.000491,0.015022,0.005496,-0.011352,0.011668,-0.029047,-0.007369,0.002202,-0.038134,0.011481,-0.018496,0.004162,0.006482,0.040552,-0.023421,0.012864,0.025109,-0.015211,-0.000718,0.028996,0.0185,-0.009249,0.024276,-0.000751,0.009826,0.004925,0.018536,0.007824,-0.003519,-0.013452,-0.040972,0.022703,-0.006942,0.004587,0.001524,0.00522,0.020601,-0.0056,-0.00015,-0.002961,-0.033565,-0.027928,-0.017655,0.008605,0.76726,-0.00343,0.002324,-0.016013,0.010282,-0.017866,-0.006887,0.026215,-0.025524,0.017811,0.001143,-0.004113,0.004075,-0.002649,0.027588,0.00049,0.028032,-0.018111,-0.004942,-0.017738,-0.007206,0.02975,0.017447,0.020481,-0.003382,0.053229,-0.002569,-0.029795,-0.010186,-0.02687,-0.061485,-0.001127,-0.023006,-0.005472,0.01771,0.033016,-0.015146,-0.007284,0.023534,-0.099642,-0.011404,-0.002135,0.017144,-0.017316,0.011779,0.011661,0.022408,0.071581,-0.001568,-0.017488,0.013558,-0.016531,0.010445,0.050913,0.006968,-0.035529,0.007528,-0.047843,-0.020948,0.011691,-0.022004,-0.021407,-0.02456,0.092404,0.030425,0.084263,0.007151,-0.007997,0.02666,0.028746,0.043468,-0.064156,0.049675,0.021441,0.00404,-0.001229,0.016277,-0.033211,-0.008297,0.014308,0.054181,-0.08239,0.044836,0.017268,0.009496,0.029105,-0.016615,0.033681,0.037887,-0.028337,-0.048486,0.035443,0.029381,0.007064,-0.005142,-0.009758,0.000439,0.025578,0.014831,-0.005745,-0.004523,-0.032948,-0.023104,0.046066,-0.050074,-0.033751,0.012936,-0.008678,-0.027118,0.100398,-0.005581,0.016759,0.008146,-0.009241,-0.030161,-0.017468,0.020972,0.022376,0.025919,-0.013306,-0.035164,-0.032356,0.012683,0.001164,0.024391,-0.032716,-0.025036,0.008472,-0.012224,-0.028491,-0.009983,-0.000955,-0.016982,0.002863,-0.033456,-0.053091,0.009395,-0.010184,0.030731,0.043678,0.005598,0.02117,0.003754,-0.006569,0.015724,0.054565,0.007541,0.026421,-0.004337,-0.006544,0.013084,0.133607,0.054306,0.000509,0.010451,-0.009777,-0.011254,-0.009095,-0.0273,-0.024421,0.014653,0.021683,0.018498,-0.008817,-0.018419,0.016577,0.07971,0.007737,0.007927,0.008305,-0.04141,-0.023295,-0.002087,-0.148611,0.006698,-0.056031,-0.021517,0.02027,0.011194,-0.027147,-0.020585,-0.00473,-0.004841,-0.030524,-0.006608,-0.056211,-0.043237,-0.011218,-0.025564,0.043572,0.001635,-0.010886,-0.009231,0.037224,0.060258,-0.037874,0.076095,0.006729,0.024444,0.002092,0.0066,0.034059,0.037381,-0.000365,0.033479,-0.013609,-0.032646,0.008218,-0.000138,-0.028507,0.027846,-0.018096,0.001363,0.012397,0.008969,-0.032433,0.017508,-0.019706,-0.014254,-0.001955,-0.025628,-0.053091,-0.002103,0.013664,-0.008865,0.007626,0.005705,0.05422,0.01381,0.011251,-0.042574,-0.047122,0.047338,-0.016912,0.001528,0.024955,-0.004102,-0.066884,-0.017783,-0.002526,-0.005358,0.015849,-0.004251,0.040179,-0.019275,-0.009055,0.00834,0.049459,0.133695,0.003796,0.010512,0.004768,0.026155,-0.039283,-0.023863,0.036928,-0.01869,-0.038282,0.028531,0.011904,0.047349,-0.011002,-0.044024,-0.004119,0.018788,0.006345,-0.00673,-0.04864,-0.036476,0.017568,0.047297,-0.009656,0.024467,-0.028668,-0.012466,0.016653,0.046007,-0.025516,0.023082,0.016306,-0.03641,-0.007766,0.010149,-0.014385,0.023739,-0.019909,0.009347,-0.000398,0.031371,0.006263,0.013378,-0.030261,0.029338,-0.025692,-0.063454,-0.029299,0.023419,-0.013532,0.052918,-0.004383,0.001145,-0.035641,-0.026728,0.029442,-0.023657,-0.009457,0.002881,-0.005179,0.015966,0.017113,-0.01722,-0.042041,0.045295,-0.018399,-0.086577,0.014126,0.026323,0.017206,0.051638,0.021028,-0.015473,-0.049112,0.020036,-0.01559,0.041324,0.014339,-0.01667,0.02315,0.002891,-0.007832,-0.002557,0.007578,-0.004668,0.011413,-0.015552,0.052076,-0.019738,-0.030081,0.030416,-0.021948,-0.024913,-0.01487,0.027429,0.020022,0.01372,-0.056265,0.010173,0.024365,0.020571,0.028077,-0.036313,0.019312,-0.001129,-0.008233,-0.006481,-0.043163,-0.034814,-0.009268,-0.016409,0.004382,0.020261,-0.043892,-0.025423,0.004092,-0.00339,-0.005378,-0.004197,0.024456,0.00073,-0.048563,0.022433,0.0111,0.006487,-0.011459,0.064477,-0.001558,-0.008186,-0.031934,-0.004143,-0.010717,-0.038641,-0.004665,-0.002943,-0.005177,-0.009107,0.016868,-0.000456,-0.016477,-0.022402,-0.005494,0.018437,0.003731,-0.003748,0.023052,-0.022869,0.00309,-0.046008,-0.01314,0.001635,0.025818,-0.012472,0.008881,-0.006487,-0.019813,-0.001078,-0.032117,0.001114,-0.015756,-0.010901,0.034359,-0.011414,0.002051,0.044647,0.013916,0.022614,-0.032188,0.016153,0.02377,-0.042397,-0.03353,0.061454,0.015827,-0.040297,0.000992,0.013491,-0.000287,0.009171,0.021604,0.01728,0.023746,-0.003803,0.055391,0.115104,0.001493,-0.013258,-0.041633,-0.035807,0.003091,-0.008562,0.032609,0.010051,-0.018566,-0.001337,0.000013,0.007611,0.040018,0.019237,-0.015046,0.001041,-0.02269,-0.006822,-0.024722,-0.020062,0.035146,0.00809,0.005631,0.020738,-0.009946,-0.037547,0.014017,0.044315,0.003793,0.031116,-0.010771,-0.030305,0.001447,-0.017819,0.015149,-0.017904,-0.009144,0.00753,0.012554,0.016789,-0.019713,0.00273,-0.043785,0.017215,0.023374,0.013739,0.005921,-0.008922,0.025489,0.004391,0.003316,0.025018,-0.030813,0.004991,-0.003691,0.019954,-0.011531,0.023689,0.010149,0.035593,0.019031,0.019248,-0.000264,0.029727,-0.051913,-0.015663,0.04928,-0.040504,0.012231,0.013372,-0.016085,0.008845,0.014758,-0.005049,0.003501,-0.014894,-0.025747,0.013977,0.018967,0.757218,-0.03377,0.046189,-0.000993,0.003818,0.020721,-0.034293,0.000125,-0.004478,0.006927,0.014962,-0.017065,0.013179,0.012041,0.032335,0.001235,0.030017,-0.017297,0.024642,-0.016921,-0.035727,0.002134,0.051311,0.009474,-0.012572,0.04687,-0.003261,-0.014437,0.026324,0.023021,-0.005915,-0.019469,-0.02189,-0.006142,-0.020562,0.041605,-0.013818,0.013042,0.03549,-0.083876,-0.008686,-0.009433,0.004755,-0.033588,-0.008807,-0.015031,0.017495,0.027225,-0.02709,-0.022124,-0.003195,0.00608,0.01091,0.049238,-0.043024,-0.01332,0.021184,-0.015565,-0.025991,0.019685,-0.003842,0.01672,0.003671,0.064381,0.001774,0.028761,-0.00153,0.001461,0.045178,0.03078,0.032565,-0.082543,0.050465,0.0262,0.012635,0.010701,0.020573,-0.052137,-0.002574,-0.009553,0.033897,-0.069138,0.007368,0.016356,-0.008537,0.007175,-0.023256,0.018574,0.005674,-0.01838,-0.056823,0.015165,-0.001974,-0.006887,0.011863,-0.001584,0.004514,0.031248,0.002942,-0.02798,0.031964,-0.002732,-0.006107,0.031113,-0.076463,-0.025664,0.028211,-0.010339,0.013666,0.076346,-0.007101,0.003574,0.022475,0.014065,-0.031446,-0.000344,0.036357,0.002083,0.004135,-0.003295,0.011858,-0.031926,0.016233,0.017872,0.010703,-0.042644,-0.04899,0.027918,0.034567,-0.020456,-0.017304,0.018465,0.015821,0.000551,-0.01484,-0.013775,0.001122,0.001555,0.051511,0.008473,0.01334,0.032099,0.017909,0.014345,-0.001879,0.019027,0.035413,0.033176,-0.020582,0.006216,0.032304,0.133977,0.021829,0.009671,0.006728,-0.011518,-0.006825,0.006147,0.007416,-0.042217,0.051867,-0.004358,0.016911,-0.002976,-0.030095,0.016776,0.05492,0.014423,-0.016553,-0.025737,-0.000943,0.009292,-0.001246,-0.206985,-0.010877,-0.049871,0.005627,0.029566,-0.001296,-0.024761,-0.025716,-0.006281,0.004807,-0.0104,-0.010762,-0.034154,-0.000971,0.015413,-0.012636,0.026903,-0.001175,0.020473,-0.016418,0.029697,0.10353,-0.017609,0.078134,0.034108,0.00886,0.002836,0.035043,0.017224,0.024925,-0.025266,0.057032,-0.002439,-0.042636,-0.022642,0.006412,-0.034532,0.031985,-0.020216,0.019031,0.048194,-0.012085,-0.028862,-0.003776,-0.022785,-0.009694,0.013137,-0.022228,-0.027838,0.002254,0.03499,-0.01204,0.017027,-0.008788,0.036968,-0.000089,-0.018266,0.025856,-0.031636,0.014649,-0.008619,0.015381,-0.010442,0.00785,-0.046327,-0.006598,-0.001228,-0.010341,0.007384,0.002394,0.011736,-0.045679,0.000447,0.008905,0.025679,0.173248,0.004047,0.031755,0.025486,0.002903,-0.019453,-0.008181,0.015684,-0.037937,-0.043167,-0.014571,0.004294,0.014638,-0.008283,-0.026196,-0.009421,0.069265,-0.007463,-0.008501,-0.062506,-0.003474,0.054034,-0.000756,0.008914,0.028782,0.001242,0.011091,0.030563,-0.013067,0.014779,0.013976,0.013406,0.019441,0.007227,-0.009293,-0.029669,0.024441,-0.020162,0.015479,-0.048378,0.040635,0.008199,-0.007506,-0.018501,0.016184,-0.019593,-0.033657,-0.003782,0.00448,-0.022235,0.018679,-0.006336,-0.009842,-0.030205,0.041461,-0.001601,0.004106,-0.000068,0.008904,-0.004775,0.005846,0.006937,-0.021546,-0.026225,0.024466,0.003844,-0.101334,0.007451,-0.001269,-0.042604,0.019602,0.027939,-0.004313,-0.072852,0.021596,-0.027994,0.005727,0.006976,-0.002558,-0.007108,0.029353,-0.022584,0.015685,0.033975,-0.025178,0.024951,0.019529,0.058917,0.005058,0.000278,0.020414,-0.018258,-0.019895,0.001135,0.003117,0.001903,0.022432,-0.013173,0.016635,-0.02195,0.027684,0.019878,0.02277,0.000385,0.001807,0.005047,0.025089,0.001007,-0.031079,-0.019373,-0.008042,0.019384,-0.020994,-0.008308,-0.031921,0.038218,-0.004037,0.0044,-0.001952,0.036419,0.012636,-0.03386,0.038927,0.001187,-0.021801,-0.019903,0.053861,-0.030085,0.007925,-0.012924,-0.033373,-0.009631,-0.030702,-0.033337,0.003285,-0.019585,-0.009538,-0.011382,0.013531,-0.001874,-0.015516,0.005703,0.005922,-0.020561,0.024152,-0.003576,-0.010964,0.003047,-0.026518,-0.001867,-0.020922,0.009719,-0.000447,-0.026434,-0.000565,0.017166,-0.030868,-0.03984,-0.011607,0.026889,0.000049,0.042619,0.011431,0.038578,0.029231,0.004736,0.032293,-0.010552,0.010417,0.018519,-0.041816,-0.016518,0.013357,0.004792,-0.007568,-0.02563,0.022235,-0.015987,-0.003057,0.024385,-0.012593,0.0194,0.000495,0.023687,0.111077,0.016455,0.009009,0.002173,-0.030719,0.0126,0.001085,0.05024,0.002297,-0.023033,0.021177,-0.031861,-0.019315,0.045125,0.008432,0.005131,-0.002733,-0.007864,0.009009,-0.053097,0.063908,0.023318,-0.006177,0.002273,0.030049,-0.004935,-0.003755,0.015179,0.017789,0.000444,0.035203,0.002949,-0.012527,0.024709,0.010079,-0.007682,-0.026328,0.013229,-0.021395,0.0186,-0.004104,0.008707,-0.024483,-0.003733,0.02822,0.00205,-0.009806,0.018654,-0.008229,0.050553,0.035123,-0.004937,0.01841,-0.016696,0.01428,0.006785,0.000007,-0.012233,0.060996,-0.009246,0.033502,-0.003752,0.019386,0.000413,-0.004815,-0.07746,-0.012766,0.027508,-0.013112,0.004577,-0.024433,-0.020537,0.027058,0.026347,-0.004904,0.002597,0.018377,-0.020044,0.014981,0.015453,0.75257,-0.001257,0.001691,0.001427,0.011756,0.002849,0.006558,-0.024372,0.026678,-0.010891,0.002561,-0.015912,-0.012358,0.015728,0.02275,0.001129,0.024746,-0.029195,0.018716,-0.033025,-0.013847,-0.0409,0.016532,0.003538,-0.003591,0.07001,0.038111,-0.014064,-0.003871,0.034479,-0.007248,-0.022854,-0.045997,-0.050277,0.017854,-0.003209,-0.017115,0.040136,0.024047,-0.083673,-0.021223,-0.004466,0.031325,-0.00677,-0.01797,-0.024991,0.022514,0.0179,0.012538,-0.044225,0.021798,0.018957,0.02043,0.056324,-0.006928,-0.001389,0.00054,-0.030229,-0.015264,-0.00153,-0.016177,-0.009543,-0.019918,0.055887,0.010253,0.04928,-0.001168,0.023261,-0.011273,0.03348,0.02283,-0.073939,0.039852,0.015043,0.008855,0.006171,0.001134,-0.042942,-0.002167,-0.015312,0.017377,-0.077683,-0.007572,0.01635,-0.014413,0.001421,-0.038892,0.01255,0.010647,-0.016963,-0.056167,0.030197,0.008358,-0.028371,-0.004239,-0.001566,-0.000729,0.027217,0.012175,-0.006584,0.042935,0.005306,0.001227,0.022286,-0.067335,-0.028861,0.031749,-0.001014,-0.008038,0.048513,0.001741,-0.0033,-0.012164,0.001429,-0.019006,0.003946,0.037915,-0.001042,0.00105,0.016031,0.006605,-0.031324,0.023069,0.011069,0.0002,-0.044155,-0.042345,0.03924,0.028889,-0.014149,-0.021843,0.009809,0.002518,0.000219,-0.017906,-0.018562,0.001525,0.007053,0.043988,0.016827,0.00545,0.036701,0.005176,0.009416,0.017355,0.004114,0.035304,0.043324,-0.023025,0.01685,0.035436,0.146957,0.035755,0.013786,0.003387,0.005724,-0.009099,0.01342,-0.002483,-0.033742,0.035311,0.002959,0.02847,0.006923,-0.029484,-0.001777,0.058867,0.013553,0.006034,-0.020984,0.004917,0.008131,-0.006756,-0.203544,-0.017162,-0.041008,0.000314,0.023512,-0.004379,-0.019837,-0.018072,0.000532,-0.002691,-0.008687,-0.003765,-0.029984,0.014778,0.015981,-0.026352,0.014899,0.005711,0.01752,-0.012692,0.037473,0.112434,-0.027483,0.066561,0.040391,-0.023349,-0.007056,0.048849,0.0018,0.025299,-0.028341,0.034143,0.010224,-0.033533,-0.016838,0.006175,-0.018432,0.034873,-0.021883,0.003074,0.040521,-0.010722,-0.028296,-0.006207,-0.006559,-0.010381,0.018589,-0.014991,-0.032985,0.002381,0.041766,-0.029799,0.020725,-0.006714,0.0443,-0.006939,-0.008952,0.030129,-0.031115,0.000879,-0.006693,0.014618,-0.017654,-0.001916,-0.052683,0.012231,-0.004023,-0.027734,0.023859,0.003962,0.023518,-0.030695,-0.006512,0.017757,0.016869,0.171653,0.020087,0.031487,0.008092,0.007461,-0.021402,0.011126,-0.004021,-0.044643,-0.042907,0.011505,-0.002335,0.015429,-0.00522,-0.030031,-0.014017,0.071979,-0.001987,-0.006978,-0.055517,-0.003602,0.03554,0.008994,0.00306,0.015853,0.000392,0.011075,0.012191,-0.011812,0.008892,0.004975,0.019043,0.026424,-0.004575,-0.009146,-0.041293,0.017395,-0.025151,0.009481,-0.026734,0.039879,0.00065,-0.001394,-0.033882,0.01511,-0.01554,-0.044399,0.005676,-0.001483,-0.008316,0.024072,-0.007758,0.011472,-0.023604,0.029023,0.007123,-0.003474,0.000099,-0.005482,-0.018491,-0.009759,0.016496,-0.03021,-0.010065,0.007449,-0.013274,-0.096063,0.011179,-0.005967,-0.035223,0.03238,0.031363,-0.005111,-0.055972,0.011737,-0.02912,0.040217,0.016192,-0.013963,-0.007991,0.035978,-0.011712,0.032914,0.014165,-0.016339,0.020606,0.015762,0.046122,-0.001322,0.008213,0.020348,-0.026115,-0.020319,0.008505,0.009425,0.020288,0.033256,-0.009617,-0.002522,-0.014442,0.024966,0.03136,0.028771,0.012343,0.000043,0.004845,0.022838,-0.008855,-0.026783,-0.017637,-0.010796,0.008329,-0.014347,-0.012786,-0.024507,0.013215,0.004875,0.021953,0.008273,0.07118,0.017766,-0.031121,0.04467,0.001537,-0.015994,-0.014965,0.054752,-0.025056,-0.014973,-0.042216,-0.029338,-0.010487,-0.014024,-0.039959,0.01026,-0.017384,-0.006748,-0.018959,0.019046,0.01688,-0.023509,-0.002735,0.022022,-0.017736,0.014199,0.007434,0.000233,0.005054,-0.012957,0.005023,-0.01478,0.015091,-0.001306,-0.017098,-0.015938,0.01473,-0.025009,-0.043629,-0.01319,0.01529,0.006424,0.030471,-0.004772,0.029028,0.028316,0.016742,0.027241,-0.027785,0.002044,0.008287,-0.020458,-0.02347,0.034046,0.021768,-0.029636,-0.022181,0.029889,-0.026081,-0.006496,0.005215,-0.00835,0.01633,0.002027,0.031725,0.112771,-0.002571,-0.000244,-0.000487,-0.031887,0.004523,0.014817,0.04432,0.004242,-0.01638,0.021201,-0.01928,-0.009908,0.033468,0.011628,0.000649,0.010335,-0.016454,-0.011366,-0.049878,0.081034,0.034027,0.000957,-0.000287,0.007947,0.003592,0.015025,-0.00343,0.009709,0.017649,0.016693,0.037486,-0.006058,0.013075,0.009247,0.023459,-0.015483,0.005704,-0.008058,0.018011,0.008183,0.001351,-0.014096,-0.017886,0.015826,0.002637,-0.012778,0.029247,-0.007052,0.04328,0.018535,-0.023989,0.009808,-0.024317,-0.006594,0.023202,0.010949,-0.004485,0.050401,-0.016162,0.033665,-0.004344,0.013642,-0.009899,0.007086,-0.049634,-0.007375,0.032099,-0.015812,0.021562,-0.033122,-0.023845,0.043258,0.031349,-0.011062,-0.009825,0.02253,-0.015689,0.012867,0.002811,0.76185,0.003134,0.016402,0.004524,0.017914,0.012393,0.003703,-0.012846,0.013005,0.006661,0.008787,-0.010879,-0.008576,0.004101,0.036538,0.002746,0.020176,-0.030822,0.023846,-0.02398,-0.026861,-0.030939,0.028999,0.008707,0.00839,0.075476,0.032041,-0.022645,-0.007237,0.039778,-0.030087,-0.016993,-0.030216,-0.043875,0.012839,0.00739,-0.015641,0.040497,0.029645,-0.088966,-0.012379,-0.00465,0.037893,0.001796,-0.000194,-0.031718,0.015677,-0.000293,0.005444,-0.041382,0.009217,0.001529,0.005302,0.059776,0.008543,-0.004086,0.001194,-0.026184,-0.013479,0.001424,0.000847,-0.00426,-0.002535,0.057657,0.032257,0.045976,-0.000225,0.014212,-0.000601,0.042384,0.040752,-0.075964,0.044378,0.0129,0.002534,0.014475,0.002556,-0.051102,0.002348,-0.017391,0.027702,-0.078262,-0.005546,0.014417,-0.008455,0.005893,-0.033504,0.009769,0.010504,-0.012194,-0.046771,0.028747,0.00223,-0.026307,-0.006064,-0.013598,-0.004684,0.021069,0.007879,-0.008997,0.042823,-0.002476,-0.006215,0.028139,-0.061395,-0.02832,0.031302,-0.001461,-0.003529,0.043252,-0.007828,0.005035,-0.010509,0.006059,-0.017389,0.000433,0.031449,-0.004561,0.005715,0.015372,-0.002172,-0.028264,0.016745,0.015023,0.003911,-0.03227,-0.043431,0.039832,0.025566,-0.016414,-0.012459,0.019047,0.003392,0.008636,-0.014292,-0.018859,0.000205,0.010054,0.038355,0.015263,0.006972,0.025969,0.001826,0.021004,0.014775,0.019146,0.035869,0.035849,-0.021721,0.018878,0.035075,0.157469,0.024862,0.009421,0.001813,0.000596,-0.010716,0.014873,0.0028,-0.020293,0.043318,0.0037,0.018345,-0.005743,-0.023016,0.002598,0.057032,0.003964,0.003904,-0.022782,0.009713,0.00437,0.002754,-0.209118,-0.014653,-0.03092,-0.001792,0.028004,-0.001173,-0.013809,-0.016086,-0.006468,0.001632,-0.008063,-0.008685,-0.029468,0.004505,0.016616,-0.022169,0.019331,-0.000016,0.016466,-0.011676,0.022466,0.109324,-0.01844,0.077544,0.044286,-0.020191,-0.013473,0.038875,0.014001,0.019358,-0.011407,0.039566,-0.000729,-0.033223,-0.012563,0.015862,-0.023697,0.034522,-0.018753,0.00519,0.026532,-0.012466,-0.025802,0.003696,-0.012381,-0.004151,0.011999,-0.030109,-0.037701,0.009701,0.030411,-0.020948,0.01175,0.001597,0.059575,-0.02695,-0.017316,0.01981,-0.036169,-0.007373,-0.013824,0.010949,-0.018576,-0.003929,-0.044047,0.004437,-0.0014,-0.022765,0.009252,0.002899,0.011592,-0.026768,-0.003017,0.012508,0.017041,0.18134,0.003853,0.031369,0.02286,0.006892,-0.023063,0.00739,0.010502,-0.040914,-0.024788,0.005896,-0.004151,0.021973,-0.00222,-0.022106,-0.008696,0.070545,0.000162,-0.001688,-0.051541,0.002098,0.029366,0.005356,-0.001019,0.026443,0.012454,0.00966,0.016521,-0.008872,0.017721,0.001785,0.013221,0.024633,-0.000455,-0.00356,-0.050624,0.022418,-0.015468,0.009194,-0.036646,0.034686,-0.003018,-0.003132,-0.029528,0.018153,-0.009116,-0.047476,0.006562,-0.002962,-0.015178,0.019339,-0.000314,-0.001927,-0.022397,0.025289,0.010617,0.002238,0.017573,-0.004372,-0.00418,0.003616,0.003923,-0.032069,-0.001642,0.011322,-0.017801,-0.089907,0.017766,-0.01019,-0.031354,0.024601,0.028531,0.002085,-0.071659,0.027539,-0.01875,0.039575,0.01904,-0.009028,-0.002628,0.033257,0.000048,0.046344,0.02018,-0.02307,0.011278,0.014984,0.053807,0.004574,0.014473,0.009484,-0.023357,-0.018025,0.005955,0.009045,0.009358,0.026226,-0.009045,0.001405,-0.009937,0.03509,0.026786,0.031296,0.008627,-0.011881,0.00524,0.018164,-0.001221,-0.01457,-0.016027,-0.017785,0.010159,-0.02193,-0.012375,-0.015122,0.01447,0.000221,0.017712,0.003283,0.073799,0.005402,-0.030412,0.04769,0.00978,-0.015281,-0.02596,0.059813,-0.017626,-0.007627,-0.024839,-0.022793,-0.010882,-0.021122,-0.033015,0.008481,-0.016229,-0.01438,-0.013362,0.017305,-0.00566,-0.023993,0.002284,0.002277,-0.012556,0.005407,0.005388,-0.014273,0.011919,-0.022196,-0.002971,-0.016695,0.01337,-0.008627,-0.00982,-0.006862,0.007534,-0.038612,-0.040234,-0.018312,0.019004,0.007321,0.03245,-0.002085,0.020788,0.038204,0.011017,0.019718,-0.026262,0.011321,0.017904,-0.032508,-0.02024,0.040365,0.013917,-0.032014,-0.029707,0.017673,-0.025312,-0.004763,-0.001549,-0.012589,0.017617,0.007379,0.028955,0.111352,-0.00181,-0.003249,0.006822,-0.016057,0.011789,0.013809,0.035019,-0.00025,-0.014083,0.011254,-0.017868,-0.025971,0.043904,0.014294,0.004066,0.001437,-0.016828,-0.001605,-0.053735,0.056851,0.030898,-0.004523,0.011393,0.00544,0.004489,0.001226,0.005324,0.023678,0.004457,0.028393,0.035758,-0.017296,0.012389,0.007831,0.012708,-0.011763,0.010831,-0.003336,0.021163,0.007938,-0.002931,-0.013783,-0.019651,0.014686,-0.001167,-0.009873,0.032076,-0.008917,0.058194,0.024268,-0.027629,0.01612,-0.02037,0.000344,0.023061,-0.000009,-0.001459,0.050522,-0.015737,0.038426,-0.001593,0.005133,-0.011321,0.007719,-0.049545,-0.007368,0.017973,-0.013715,0.016345,-0.030148,-0.029411,0.039004,0.031189,-0.016699,-0.002691,0.023066,-0.016793,0.013278,-0.00222,0.765029,-0.005452,0.01464,-0.009331,0.016742,0.012517,-0.001991,-0.009553,0.009641,0.001668,0.020428,-0.010046,-0.01016,0.007862,0.030348,-0.009978,0.020788,-0.020856,0.017273,-0.02425,-0.021306,-0.022858,0.013034,-0.000069,-0.009096,0.084257,0.030799,-0.020924,-0.011349,0.031233,-0.028744,-0.025698,-0.041419,-0.050007,0.009399,0.000743,-0.01395,0.031797,0.028711,-0.089597,-0.009784,-0.011242,0.039775,-0.003239,-0.003538,-0.026167,0.02545,-0.001658,0.01188,-0.039016,0.018365,0.011556,-0.004848,0.047961,-0.000016,-0.002503,0.000491,-0.026711,-0.013009,0.004624,0.002742,-0.004278,-0.002206,0.059427,0.037167,0.052026,0.000479,0.02428,-0.008289,0.040287,0.041165,-0.079807,0.022388,0.004348,0.004778,0.01609,0.01249,-0.054279,0.0186,-0.014666,0.019892,-0.034394,-0.010102,-0.020794,0.012566,0.015574,-0.034887,0.027634,0.007566,-0.008895,-0.081516,0.017745,0.005551,-0.028116,0.002098,-0.010481,0.027347,0.03596,-0.001094,-0.001683,0.013103,-0.019171,-0.011142,0.034156,-0.063966,0.006858,0.010698,-0.003148,0.003151,0.046402,0.014431,-0.009251,-0.013437,-0.019633,0.000457,-0.02314,0.00868,-0.007956,0.006488,0.018941,-0.015195,-0.017445,0.00187,-0.014798,0.02423,-0.049697,-0.041789,0.042539,0.013454,-0.004231,0.02182,0.016507,-0.028856,0.012165,-0.016453,-0.01701,0.016833,0.023574,0.032353,0.032735,0.005784,0.003113,0.001822,0.017519,0.041698,0.034526,0.000694,0.022263,-0.006028,0.016163,0.020908,0.180751,0.021498,-0.004022,-0.006845,-0.014626,-0.016663,-0.010038,-0.030732,-0.037735,0.027402,0.00364,0.024251,-0.001196,-0.014054,0.006168,0.058534,-0.00649,0.013211,-0.035095,-0.008339,-0.001971,0.002818,-0.169926,-0.007827,-0.036393,-0.012134,0.008699,0.019967,-0.00688,-0.001402,-0.004062,-0.015136,-0.014254,-0.000289,-0.047177,-0.030955,0.030757,-0.010968,0.035031,0.016398,0.013066,-0.003118,0.024642,0.084472,-0.012289,0.100824,0.008081,-0.004723,-0.002004,0.015768,0.016742,0.02669,0.000341,0.040121,-0.020664,-0.038121,0.013645,0.002465,-0.026596,0.007805,-0.023791,0.025077,0.028705,-0.001827,-0.02555,0.011619,0.002122,-0.006679,0.018575,-0.005943,-0.038298,-0.006996,0.025774,-0.037799,-0.000061,0.0065,0.032076,-0.013118,-0.015885,0.005827,-0.042627,0.008219,0.012697,0.004407,0.007315,-0.005063,-0.047864,0.006627,-0.011985,-0.024999,0.010244,0.008129,0.027336,-0.009069,0.012938,0.015353,0.043191,0.185543,0.004812,0.022443,0.02746,0.008003,-0.013317,0.013712,-0.004569,-0.021124,-0.015491,0.005544,0.010714,0.017263,-0.00165,-0.015937,-0.013596,0.041901,-0.006895,-0.012332,-0.036736,0.024815,0.004045,-0.003744,0.003615,0.032867,0.011998,0.008013,0.037308,0.007171,0.013715,0.023727,0.016586,0.02676,-0.006512,0.00088,-0.022101,0.028637,-0.028313,0.026294,-0.045688,0.029153,-0.010246,-0.017951,-0.048512,0.017791,-0.003158,-0.026192,-0.000908,0.018696,-0.015859,0.002545,0.001153,0.003798,-0.023372,0.009941,-0.000217,0.013237,-0.011135,-0.008361,0.003184,0.005775,-0.013846,-0.026182,0.002945,0.011482,-0.027349,-0.079949,0.001852,-0.009116,0.01365,0.006018,0.013303,-0.005955,-0.097613,0.015713,-0.009207,0.019515,0.03158,-0.012409,0.017212,0.013127,-0.006955,0.053637,0.030582,-0.027289,0.013736,0.00635,0.046975,-0.003257,-0.005161,0.022319,-0.027868,-0.008223,-0.000628,0.012016,0.021711,0.002221,-0.019327,0.004743,-0.004797,0.019364,0.01108,0.013063,0.016156,-0.010407,-0.011667,0.011049,0.005392,-0.013527,0.000106,-0.013711,0.008137,-0.006073,-0.000577,-0.021247,0.0109,0.000341,0.020223,0.015518,0.067817,0.039262,-0.016822,0.043782,0.000097,-0.002966,-0.021749,0.036388,-0.007502,-0.013574,-0.038763,0.00743,-0.016868,-0.035108,-0.011847,-0.009084,-0.003994,-0.013565,0.004316,0.008628,-0.003785,-0.02311,0.008003,0.002972,-0.014328,0.010673,0.006584,-0.025261,-0.000501,-0.030211,-0.005459,-0.021998,0.02271,-0.019734,-0.000426,-0.011723,-0.001441,-0.025889,-0.035123,-0.005544,0.00651,0.022667,0.025244,-0.019816,0.011348,0.027929,-0.012459,0.019521,-0.007615,0.013278,0.034742,-0.009221,0.003852,0.046629,0.022587,-0.028012,-0.023094,0.015673,-0.023194,-0.003075,0.030149,-0.01041,0.022127,0.004097,0.033617,0.110741,0.020266,-0.000712,-0.008068,-0.018397,0.008864,0.042085,0.038466,-0.009625,0.003231,-0.006105,-0.017304,-0.037986,0.031113,0.003508,0.025593,0.011608,-0.027085,-0.004883,-0.019159,0.025356,0.018879,0.00778,-0.00119,0.013859,-0.01829,-0.011221,0.006803,0.02445,-0.014354,0.029634,0.030315,-0.016845,0.046599,-0.027926,0.015349,-0.004035,0.005561,-0.020029,0.01411,0.023063,-0.02013,-0.011734,-0.020756,0.024928,0.028531,-0.013752,0.00375,-0.00807,0.079105,0.009221,-0.007005,0.026176,-0.031957,0.025113,0.016061,-0.009487,0.015046,0.016582,-0.008321,0.034542,-0.006718,-0.012584,-0.016128,0.008119,-0.053711,-0.023012,0.034362,-0.007561,-0.016749,-0.027105,-0.014203,0.019488,0.016256,-0.003207,-0.019795,0.000167,-0.020673,0.004431,0.00667,0.777866,0.006939,0.003355,-0.001819,0.003509,0.010648,0.000856,-0.002465,0.003456,-0.001121,0.029668,-0.009002,-0.017929,-0.006803,0.01579,-0.015523,0.044914,-0.025438,0.01614,-0.026376,-0.028804,-0.029772,0.020812,-0.002903,-0.017472,0.059595,0.009471,-0.016717,0.007571,0.01596,-0.024566,-0.015666,-0.029726,-0.054972,-0.004477,0.006593,-0.022753,0.020693,0.011817,-0.088472,0.002643,-0.012436,0.019617,-0.028189,0.003456,-0.018449,0.037173,0.006591,-0.009481,-0.022741,0.008611,-0.00466,0.005888,0.038926,0.002302,0.018724,-0.00225,-0.03662,-0.023805,-0.009372,0.029311,-0.014166,-0.014462,0.068998,0.037373,0.048919,0.000569,0.019687,0.028146,0.025152,0.037671,-0.090358,0.017681,0.005524,0.006815,0.019042,0.014766,-0.038758,0.013327,-0.015093,0.017586,-0.053405,-0.013375,-0.01478,0.012467,0.016151,-0.036635,0.023083,0.005041,-0.001253,-0.075979,0.0097,0.007547,-0.023811,-0.002672,0.00417,0.028744,0.058313,0.006944,-0.001304,0.01805,-0.016332,-0.0074,0.029218,-0.072342,0.01498,-0.000617,-0.006592,0.010319,0.041307,0.01516,-0.008682,-0.017933,-0.024709,0.008885,-0.030469,0.006749,0.005812,0.018444,0.003823,-0.006443,-0.014253,0.005022,-0.016865,0.019182,-0.046356,-0.033602,0.055175,0.01442,-0.007693,0.007363,0.02195,-0.022571,0.00621,-0.021292,-0.013954,0.010691,0.024899,0.04275,0.015448,0.013794,0.002233,0.006467,0.018241,0.036446,0.029873,0.004701,0.024853,-0.011966,0.016474,0.020918,0.166293,0.014861,0.001473,-0.006257,-0.018101,-0.003343,-0.012488,-0.041979,-0.030744,0.024445,0.016248,0.025993,0.006376,-0.034043,0.004747,0.059684,-0.011163,0.027429,-0.027445,-0.003882,-0.00253,0.014606,-0.156432,-0.011267,-0.046518,-0.011954,0.009029,0.000727,-0.032034,-0.008004,0.001056,-0.002691,-0.000588,-0.008363,-0.044151,-0.024842,0.038866,0.001076,0.04741,0.011004,0.015667,-0.010626,0.037794,0.091514,-0.022576,0.084941,0.01007,-0.012091,0.016385,0.009736,0.019552,0.012123,-0.008515,0.034197,-0.007271,-0.031341,0.012834,0.011864,-0.040317,0.007205,-0.023163,0.022603,0.028271,-0.008924,-0.033867,0.012205,0.011365,-0.016247,-0.000102,-0.004803,-0.037752,-0.002443,0.019748,-0.029985,-0.006488,-0.004553,0.025874,-0.016299,-0.019103,-0.002229,-0.029602,0.023261,0.018302,0.002351,0.013327,-0.004706,-0.044899,0.00365,-0.017651,-0.032212,0.01489,0.008369,0.04051,-0.011655,0.017424,0.025469,0.042609,0.167766,-0.001887,0.021334,0.023416,0.012726,-0.004039,0.016516,-0.011374,-0.027489,-0.027966,0.005967,0.015811,0.023013,0.000903,-0.012052,-0.032556,0.051036,0.011911,-0.027191,-0.047668,0.024609,0.015776,-0.006048,0.004855,0.027287,0.028162,-0.001793,0.04223,0.00468,0.021786,0.037254,0.011052,0.031425,-0.008785,0.000786,-0.028051,0.025496,-0.021843,0.025916,-0.046185,0.036819,-0.006321,-0.014648,-0.042699,0.013727,0.006788,-0.041532,-0.012522,0.019852,-0.022044,0.006386,0.004803,0.004118,-0.022761,0.014514,0.013099,0.005098,-0.01875,-0.001818,-0.000792,-0.006444,-0.017381,-0.01747,-0.008944,0.004589,-0.023746,-0.091856,0.00292,-0.006209,0.018807,0.016221,0.028868,-0.009369,-0.094032,0.017384,-0.003497,0.025825,0.029019,-0.014171,0.002293,0.025883,-0.01033,0.046677,0.014873,-0.030436,0.015116,0.000487,0.036181,-0.00851,-0.016091,0.024609,-0.033819,-0.010055,0.004101,0.006619,0.020472,0.004832,-0.018045,0.008423,-0.003997,0.020006,0.015196,0.010906,0.002308,-0.009715,-0.008264,0.028128,-0.004039,-0.02538,0.007615,-0.020142,0.010554,-0.001826,-0.005317,-0.038532,0.001232,0.002229,0.026745,0.0111,0.047337,0.04614,-0.009974,0.058633,0.006449,0.00549,-0.014094,0.023854,-0.012179,-0.004131,-0.039254,0.001287,-0.01737,-0.04434,-0.030254,-0.009867,-0.00434,-0.010512,0.00182,0.003254,0.009798,-0.023172,0.016142,0.01356,-0.008466,0.012949,0.008666,-0.024016,-0.009951,-0.038697,-0.000706,-0.01553,0.022615,-0.024873,-0.001389,-0.011687,0.026189,-0.024962,-0.044103,0.005768,0.007141,0.029775,0.012445,-0.025651,0.00231,0.019536,-0.002446,0.02863,-0.000745,0.018777,0.028905,-0.000514,0.003346,0.026687,0.012945,-0.020863,-0.000931,0.019964,-0.027299,-0.007651,0.025743,-0.014199,0.017391,0.019067,0.033698,0.110173,0.016374,0.006533,0.000358,-0.011234,0.011936,0.043923,0.041275,-0.013463,0.00522,-0.011165,-0.011848,-0.038765,0.035332,0.006479,0.020012,-0.001426,-0.033827,-0.002345,-0.02539,0.068489,0.010028,0.010842,-0.014884,0.023508,-0.008235,-0.006647,-0.003194,0.011327,-0.014703,0.035875,0.036589,-0.013629,0.039807,-0.024649,0.016865,-0.013463,0.005666,-0.035245,0.005367,0.028889,-0.022142,-0.012299,-0.035095,0.025989,0.029978,-0.010804,0.003524,-0.007657,0.092252,0.00947,-0.002281,0.027633,-0.024222,0.017769,0.019592,0.004118,0.011365,0.011228,0.00362,0.043079,-0.005443,-0.002263,-0.014591,0.003547,-0.052937,-0.018052,0.035281,-0.001966,-0.014962,-0.037188,-0.023562,0.019194,0.016715,-0.001435,-0.021692,0.003288,-0.027978,0.000767,0.011644,0.771183,-0.000086,0.00153,-0.009243,0.009825,0.010567,0.005787,0.007964,0.005139,-0.01866,0.030914,-0.009028,-0.016066,0.008634,0.01017,-0.01348,0.043526,-0.021425,0.020406,-0.033151,-0.024917,-0.043478,0.028227,0.018903,-0.017277,0.042747,0.022082,-0.017336,0.006627,0.009563,-0.02699,-0.012079,-0.033166,-0.036627,-0.008504,0.003094,-0.013491,0.018955,0.020236,-0.085856,-0.001665,0.000958,0.026837,-0.017192,-0.001181,-0.02509,0.032726,0.007015,-0.003628,-0.035765,0.012692,-0.009067,-0.006228,0.03539,-0.00082,0.005724,-0.000308,-0.03985,-0.024243,-0.007068,0.030553,-0.022944,-0.004483,0.068829,0.039677,0.052791,-0.003827,0.019475,0.038116,0.025749,0.03305,-0.073059,0.045061,0.017066,0.007795,0.014692,0.001463,-0.041376,0.00031,-0.015036,0.016768,-0.071707,-0.007655,0.013079,-0.004316,0.006787,-0.034151,0.010207,0.007769,-0.012783,-0.053125,0.028508,-0.000528,-0.032369,-0.001733,-0.003682,0.003413,0.029798,0.019439,-0.013443,0.044004,0.001577,-0.000948,0.027903,-0.068228,-0.019697,0.029821,0.000457,0.005506,0.048113,0.000292,0.001344,-0.008215,0.001668,-0.008677,0.00385,0.03138,0.001959,0.004253,0.016535,-0.002736,-0.03258,0.021566,0.014308,0.001777,-0.042719,-0.048694,0.04023,0.030898,-0.019935,-0.021359,0.016915,0.004903,0.004315,-0.016175,-0.017421,0.000285,0.01409,0.048699,0.014464,0.001552,0.032429,0.006678,0.022646,0.030161,0.01264,0.030934,0.042742,-0.026106,0.012579,0.037291,0.155454,0.032953,0.006354,0.005556,0.001008,-0.009832,0.00899,-0.004451,-0.019396,0.042185,0.007066,0.027487,-0.009639,-0.029984,0.006905,0.054147,0.006305,0.006207,-0.025207,0.009037,0.007432,0.004616,-0.192901,-0.015571,-0.032768,0.005074,0.022223,-0.002487,-0.021037,-0.016438,-0.002023,0.004651,-0.009609,-0.007145,-0.034484,0.016657,0.029248,-0.026742,0.021214,0.004047,0.017381,-0.014306,0.029713,0.107327,-0.018419,0.07047,0.036192,-0.0242,-0.007887,0.043051,0.015794,0.018824,-0.013678,0.041356,0.006937,-0.029759,-0.011405,0.014423,-0.020756,0.0333,-0.017329,0.010477,0.037353,-0.011409,-0.026954,0.000413,-0.009987,-0.007926,0.010432,-0.02307,-0.030318,0.008099,0.037484,-0.022847,0.011573,-0.002882,0.044409,-0.011189,-0.016399,0.022955,-0.038702,-0.001909,-0.015152,0.006076,-0.014802,0.001153,-0.045679,0.007379,-0.003826,-0.031119,0.020118,0.002579,0.018842,-0.034226,0.000471,0.013851,0.028431,0.181537,0.011479,0.028457,0.020559,0.001422,-0.013733,0.014354,0.001726,-0.04529,-0.037033,0.003927,-0.003169,0.020817,-0.008398,-0.021796,-0.013378,0.070868,-0.00289,-0.002196,-0.061377,-0.00351,0.032844,0.009767,0.001501,0.018416,0.00572,0.009817,0.013271,-0.015899,0.016616,0.007439,0.012593,0.025304,-0.002027,-0.006467,-0.045705,0.018703,-0.017539,0.007651,-0.037092,0.039983,0.002137,-0.007182,-0.031308,0.015433,-0.015834,-0.04982,0.00131,0.00303,-0.018735,0.014682,-0.000394,0.000771,-0.027282,0.032125,0.006734,-0.001306,0.009023,-0.008059,-0.012963,-0.006628,0.010286,-0.031616,-0.00888,0.014154,-0.014288,-0.088153,0.023636,-0.01068,-0.029651,0.023761,0.029459,-0.001647,-0.081571,0.024,-0.022122,0.048178,0.018546,-0.012,-0.01043,0.040135,-0.003079,0.043111,0.014827,-0.026349,0.016766,0.01412,0.05167,-0.003611,0.010161,0.019559,-0.023345,-0.01826,0.003495,0.003811,0.016583,0.027947,-0.008762,0.00084,-0.01547,0.036451,0.026267,0.03674,0.007226,-0.003752,0.001963,0.026773,-0.003784,-0.020025,-0.018015,-0.019778,0.011066,-0.024034,-0.006398,-0.021098,0.015417,-0.00138,0.020247,0.011973,0.071798,0.015505,-0.026828,0.05086,0.008909,-0.016796,-0.018036,0.055386,-0.018159,-0.007268,-0.032509,-0.025011,-0.014654,-0.015717,-0.039321,0.009543,-0.013235,-0.006456,-0.009601,0.018023,0.011971,-0.027032,0.002073,0.0088,-0.011475,0.014762,0.003999,-0.010761,0.00627,-0.016422,0.000319,-0.015143,0.014467,-0.008237,-0.018494,-0.016055,0.014104,-0.036934,-0.047643,-0.020714,0.019057,0.002063,0.03475,-0.001008,0.024041,0.034151,0.012104,0.020804,-0.025644,0.008519,0.018719,-0.020957,-0.021055,0.053136,0.01933,-0.024491,-0.015759,0.024786,-0.02206,-0.004457,0.001598,-0.007045,0.014686,0.009182,0.037105,0.111945,-0.000496,-0.002958,0.005759,-0.023759,0.017116,0.018065,0.042073,0.003962,-0.010299,0.01254,-0.023868,-0.021756,0.037369,0.007864,0.001209,0.003257,-0.017612,-0.011639,-0.056096,0.079791,0.033128,-0.002168,0.000612,0.013833,0.001296,0.005991,0.000692,0.01252,0.00781,0.021604,0.035331,-0.014255,0.014299,0.005588,0.017262,-0.012341,0.007287,-0.008317,0.014705,0.014046,0.000472,-0.00825,-0.018696,0.020128,0.004727,-0.002312,0.027419,-0.004437,0.046926,0.02741,-0.0203,0.019228,-0.023219,-0.000438,0.031619,-0.00046,0.000956,0.052317,-0.016143,0.037185,-0.002161,0.006752,-0.010999,0.011925,-0.052084,-0.008939,0.028989,-0.012652,0.014914,-0.035942,-0.025163,0.044551,0.031808,-0.01897,-0.003032,0.025314,-0.016142,0.012777,0.004882,0.757558,-0.003763,0.015675,-0.001973,0.017153,0.0171,0.004531,-0.011302,0.005999,-0.001455,0.009824,-0.012501,-0.012282,0.002557,0.039608,-0.001198,0.024183,-0.022265,0.021207,-0.030558,-0.025072,-0.029695,0.022055,0.00498,-0.001549,0.084405,0.038306,-0.025155,-0.009655,0.035134,-0.026633,-0.019775,-0.039497,-0.04743,0.011876,-0.000737,-0.010385,0.042899,0.035284,-0.084312,-0.010931,-0.013213,0.033915,0.002913,-0.004179,-0.028907,0.016921,-0.000542,0.005792,-0.04297,0.011571,0.006621,-0.00383,0.048686,0.002559,-0.003087,0.000671,-0.024207,-0.008714,0.002358,0.004702,0.00007,-0.008821,0.057512,0.03395,0.050095,-0.002709,0.0248,-0.006979,0.039667,0.034548,-0.081672,0.051395,0.018378,0.000581,0.020375,0.014373,-0.042399,-0.009164,-0.004233,0.020473,-0.080476,0.003193,0.022511,-0.00929,0.008875,-0.031273,0.022451,-0.005164,-0.022436,-0.05791,0.023828,0.002762,-0.032924,0.006576,-0.009963,0.007575,0.038398,0.022431,-0.014532,0.030368,-0.000873,-0.003047,0.029,-0.073208,-0.026517,0.024916,0.000855,0.009959,0.048744,-0.001755,0.002797,0.004419,0.001943,-0.015931,0.000747,0.04269,-0.0044,-0.003676,0.011015,-0.001711,-0.029656,0.017146,0.016389,-0.001048,-0.052206,-0.051544,0.043792,0.029366,-0.017385,-0.016418,0.019854,0.014054,0.001935,-0.017102,-0.01696,0.003354,0.000282,0.051539,0.012255,0.01994,0.032664,0.015121,0.02118,0.000175,0.016048,0.038641,0.03732,-0.023089,0.008797,0.030918,0.146529,0.025329,0.005766,0.006108,0.000882,-0.018448,-0.002636,-0.002361,-0.028297,0.04377,0.013525,0.019285,0.005381,-0.017031,0.015082,0.04631,0.018792,0.01035,-0.015998,0.003655,0.00929,0.008742,-0.216471,-0.020234,-0.058989,0.00087,0.021975,-0.01454,-0.01573,-0.0166,-0.013503,-0.002067,-0.014169,-0.012735,-0.041991,-0.000679,0.016766,-0.024912,0.029253,-0.006671,0.010978,-0.018857,0.022884,0.100077,-0.017086,0.082136,0.030423,-0.003028,-0.000151,0.035709,0.014162,0.013544,-0.029815,0.042289,0.00664,-0.043238,-0.027965,0.012354,-0.031609,0.029737,-0.015281,0.010237,0.041715,-0.017937,-0.022511,-0.00859,-0.01163,-0.010272,0.008775,-0.024399,-0.01898,0.007725,0.031388,-0.026718,0.017191,-0.013263,0.045542,-0.003979,-0.016215,0.015546,-0.029842,0.001768,-0.012809,0.002567,-0.019513,0.004724,-0.044434,0.00082,-0.003322,-0.020128,0.018595,0.00306,0.015931,-0.044549,0.000442,0.01917,0.026421,0.17464,0.002567,0.029694,0.014611,-0.004194,-0.019318,-0.000569,0.013642,-0.035915,-0.044773,-0.004723,-0.000987,0.013174,-0.007196,-0.024054,-0.00344,0.064094,-0.011131,-0.009901,-0.063015,-0.004876,0.040869,0.007216,0.004477,0.021414,0.000466,0.017511,0.024055,-0.019285,0.008151,0.009014,0.013011,0.018375,-0.000849,-0.014237,-0.041171,0.02687,-0.023682,0.006806,-0.034825,0.036856,0.005884,-0.003554,-0.025161,0.022474,-0.009882,-0.0472,-0.004483,0.003257,-0.019559,0.021865,0.006843,0.001954,-0.028507,0.038726,0.000072,0.002625,0.003663,-0.005163,-0.001045,0.000741,0.017701,-0.024078,-0.006584,0.022511,-0.01128,-0.09289,0.014979,-0.005381,-0.038314,0.018411,0.031629,-0.003401,-0.069239,0.022604,-0.019823,0.022493,0.0156,-0.014134,-0.011675,0.030796,-0.009226,0.030219,0.029065,-0.021498,0.014448,0.024625,0.059398,-0.006961,0.006255,0.014175,-0.020597,-0.015955,0.009275,0.003699,0.00411,0.031176,-0.01058,0.012574,-0.017479,0.037938,0.029053,0.026619,-0.000078,-0.004299,0.004283,0.025956,0.000606,-0.030241,-0.020989,-0.025302,0.005581,-0.018018,-0.009594,-0.024223,0.020954,-0.002603,0.005725,0.007816,0.069743,0.000815,-0.032053,0.046256,-0.00023,-0.020177,-0.019642,0.053177,-0.011167,-0.009915,-0.021518,-0.02703,-0.008946,-0.012145,-0.036896,0.007894,-0.011264,-0.0051,-0.010737,0.022635,0.011109,-0.020704,0.011241,0.008835,-0.014794,0.015665,-0.003838,-0.001381,0.00552,-0.013688,0.001996,-0.012805,0.011567,-0.008222,-0.015181,-0.006606,0.023995,-0.038252,-0.042051,-0.024277,0.021882,-0.003097,0.045237,0.003992,0.030969,0.024513,0.022447,0.023165,-0.011439,0.010853,0.021528,-0.032805,-0.017853,0.039483,0.023249,-0.009631,-0.027691,0.017802,-0.021497,-0.012923,0.003772,-0.007299,0.017093,0.003952,0.03037,0.109003,0.006065,-0.000592,0.008599,-0.040845,0.01312,0.021142,0.043882,0.000522,-0.013047,0.016484,-0.014195,-0.014763,0.044021,0.001054,0.011367,-0.01148,-0.012915,-0.00008,-0.053917,0.089794,0.029084,-0.007073,-0.005453,0.015269,-0.009429,0.015287,-0.004071,0.010128,0.001713,0.038239,0.027544,-0.008469,0.017379,0.010843,0.002029,-0.015716,0.016635,-0.016622,0.012707,0.010258,-0.00693,-0.020179,-0.011189,0.020928,0.004987,-0.010844,0.032195,-0.009135,0.049942,0.026718,-0.011319,0.019142,-0.026381,0.002622,0.021643,0.003416,-0.006443,0.047555,-0.006784,0.044587,0.00933,0.007187,-0.006479,0.014767,-0.064123,-0.015638,0.029734,-0.017997,0.016888,-0.03392,-0.01987,0.0463,0.019147,-0.011537,0.001009,0.025028,-0.012085,0.010003,0.009381,0.753563,-0.004038,0.007597,-0.010947,0.01146,0.013216,0.00952,-0.019095,0.017024,-0.011266,0.006939,-0.005377,-0.021549,0.00373,0.025578,-0.002268,0.017634,-0.025187,0.014288,-0.03033,-0.018548,-0.033675,0.028488,0.014197,-0.00377,0.070961,0.037101,-0.026436,-0.005066,0.033151,-0.013299,-0.017497,-0.034695,-0.040421,0.011369,-0.005499,-0.006636,0.038179,0.045575,-0.081473,-0.016788,-0.012405,0.039296,-0.008251,-0.002927,-0.023074,0.022212,0.011746,0.012096,-0.040746,0.01181,0.013238,0.006031,0.049131,0.004313,-0.005225,0.000172,-0.018904,0.000895,0.002663,-0.001179,-0.011552,-0.019248,0.060659,0.023258,0.044179,0.000666,0.028313,-0.007768,0.02311,0.043829,-0.084912,0.048488,0.015228,-0.005943,0.021811,0.007887,-0.050368,-0.004902,-0.007822,0.028959,-0.082855,0.002592,0.01514,-0.006922,0.009389,-0.029709,0.015153,0.001348,-0.021902,-0.044461,0.022963,0.002249,-0.027582,0.000937,-0.01318,-0.001218,0.032203,0.011668,-0.011559,0.037837,-0.003302,-0.00484,0.025159,-0.064338,-0.028792,0.027942,-0.000273,0.000688,0.046401,-0.009717,0.013309,0.000912,0.003298,-0.017417,0.000099,0.038611,-0.008609,-0.000641,0.013436,-0.001425,-0.029256,0.013621,0.019292,0.002469,-0.037729,-0.047232,0.046192,0.018957,-0.011623,-0.012935,0.015013,0.013792,0.00849,-0.013549,-0.017497,-0.001189,0.002098,0.044181,0.013286,0.019804,0.026593,0.004455,0.025471,0.007471,0.023164,0.037398,0.030051,-0.017427,0.016146,0.032453,0.149218,0.01415,0.008701,-0.001226,-0.000525,-0.015435,0.005491,0.001426,-0.020175,0.047693,0.007413,0.009045,0.006134,-0.01434,0.008795,0.049947,0.010841,0.008197,-0.021964,0.009822,0.001315,0.005717,-0.228994,-0.018661,-0.041885,-0.004202,0.031343,-0.007213,-0.013262,-0.015501,-0.014459,0.001348,-0.002713,-0.011459,-0.036217,-0.002359,0.013041,-0.022354,0.025362,-0.010358,0.01713,-0.022497,0.018698,0.101592,-0.015672,0.083392,0.039772,-0.003533,-0.009299,0.034988,0.012614,0.008819,-0.021546,0.039464,-0.003295,-0.039579,-0.017856,0.014165,-0.025252,0.029341,-0.011192,0.012584,0.024186,-0.014246,-0.020967,0.002674,-0.018051,-0.004553,0.010657,-0.030697,-0.027552,0.008838,0.023418,-0.023569,0.015225,0.000776,0.064724,-0.024791,-0.013504,0.008711,-0.032037,-0.003062,-0.012688,0.005841,-0.021347,0.001214,-0.041563,-0.001297,-0.000555,-0.021286,0.009579,0.004482,0.011982,-0.038244,-0.002454,0.010805,0.016319,0.183791,-0.0095,0.03208,0.019586,0.003437,-0.024138,-0.001544,0.013692,-0.032766,-0.025302,0.000253,-0.007511,0.020207,-0.003904,-0.021365,0.000028,0.063725,-0.003904,-0.003068,-0.056917,-0.00718,0.035792,0.006164,0.001053,0.025071,0.007311,0.010869,0.022799,-0.013732,0.007939,0.005563,0.010586,0.017879,0.00012,-0.007077,-0.044741,0.023817,-0.014235,0.006417,-0.037836,0.03671,0.000544,-0.000602,-0.02554,0.020163,-0.006715,-0.048915,-0.000567,0.004387,-0.01906,0.024454,0.003936,0.000402,-0.020983,0.030897,0.004715,0.01093,0.021038,-0.003721,0.002232,0.008834,0.009725,-0.029099,-0.003209,0.020247,-0.015971,-0.094852,0.016289,-0.005225,-0.037968,0.012787,0.026329,-0.001088,-0.074073,0.025614,-0.015886,0.026745,0.0158,-0.008074,-0.007016,0.030389,-0.002309,0.040755,0.030343,-0.025576,0.008658,0.02028,0.061995,0.005293,0.01005,0.008023,-0.01448,-0.01497,0.009492,0.000364,-0.00402,0.031453,-0.01018,0.011715,-0.018241,0.040984,0.030379,0.029656,0.002947,-0.007491,0.005326,0.024077,0.005441,-0.02036,-0.016992,-0.026281,0.008055,-0.022213,-0.013247,-0.017642,0.024818,-0.004045,0.007685,0.00272,0.064808,-0.003736,-0.027821,0.044476,0.005179,-0.021828,-0.030618,0.056238,-0.014127,-0.007901,-0.017034,-0.022882,-0.004105,-0.022733,-0.028434,0.007316,-0.013268,-0.012931,-0.013239,0.019997,-0.010566,-0.021433,0.010256,-0.002851,-0.013786,0.006159,-0.00398,-0.00845,0.010789,-0.020084,-0.001233,-0.0154,0.011578,-0.012038,-0.003676,-0.000014,0.013662,-0.04015,-0.040027,-0.022282,0.022245,0.004914,0.043299,-0.00478,0.020933,0.035621,0.018229,0.020031,-0.013714,0.017211,0.022069,-0.044036,-0.015279,0.046283,0.015226,-0.021172,-0.029212,0.014035,-0.023579,-0.004208,0.005189,-0.011549,0.018774,0.005127,0.025864,0.109408,-0.000052,-0.000675,0.010536,-0.02895,0.010084,0.014254,0.033006,-0.000198,-0.008828,0.012319,-0.01909,-0.026943,0.048383,0.008598,0.007104,-0.015716,-0.017561,0.009587,-0.056238,0.073084,0.029647,-0.006029,0.00854,0.012323,-0.005809,0.002489,0.003632,0.023926,0.000114,0.037919,0.024242,-0.011261,0.01815,0.011356,0.000248,-0.010779,0.016113,-0.013631,0.015296,0.009245,-0.005092,-0.017304,-0.016457,0.015327,0.00152,-0.013266,0.030559,-0.013841,0.064377,0.025424,-0.02089,0.020425,-0.019633,0.00264,0.016509,0.000096,-0.001526,0.04933,-0.006759,0.042404,0.003434,0.004981,-0.007623,0.010095,-0.056451,-0.008891,0.022333,-0.010084,0.015086,-0.026454,-0.022813,0.040943,0.023683,-0.013101,0.004676,0.020456,-0.013462,0.016228,-0.001993,0.757641,-0.006234,0.009661,-0.017862,0.009803,0.011718,0.003383,-0.011583,0.013539,-0.004272,0.015318,-0.00678,-0.015655,0.006792,0.022727,-0.006971,0.015578,-0.021298,0.018017,-0.026297,-0.01003,-0.023128,0.01921,0.007581,-0.016329,0.081033,0.035686,-0.022086,-0.00848,0.029162,-0.016935,-0.020658,-0.0403,-0.046379,0.005441,-0.000249,-0.0086,0.02933,0.037611,-0.081983,-0.017219,-0.016085,0.041104,-0.009875,-0.001627,-0.013263,0.02998,0.004557,0.016127,-0.036804,0.020558,0.018333,-0.001371,0.044682,0.002553,-0.005877,0.000105,-0.022,-0.005153,-0.000867,-0.000241,-0.010409,-0.011774,0.064893,0.029165,0.04766,0.004513,0.030424,-0.010806,0.032174,0.038215,-0.081786,0.033213,0.007074,0.00361,0.027933,0.014005,-0.051336,0.012922,-0.015202,0.020508,-0.03652,-0.016289,-0.019508,0.008279,0.017955,-0.032416,0.030866,0.007665,-0.01443,-0.074288,0.018798,0.010794,-0.032292,0.003852,-0.014287,0.033127,0.037777,0.009187,0.001128,0.017434,-0.013122,-0.006459,0.033923,-0.073013,0.00433,0.013429,-0.004756,0.00836,0.05192,0.019117,-0.000564,-0.015008,-0.015513,-0.001824,-0.016479,0.007478,-0.005987,-0.003886,0.013059,-0.02183,-0.015815,0.001428,-0.008356,0.017541,-0.056467,-0.047235,0.043768,0.012564,-0.007514,0.014165,0.014023,-0.02515,0.011569,-0.006605,-0.016577,0.017157,0.024053,0.043241,0.03183,0.003267,0.002622,0.007724,0.021701,0.0418,0.034869,-0.000742,0.021954,-0.00369,0.013676,0.022712,0.174567,0.021319,-0.002004,-0.005845,-0.015834,-0.019577,-0.007895,-0.029793,-0.033905,0.03089,0.006569,0.022287,-0.007186,-0.013666,0.009375,0.051667,-0.008832,0.02276,-0.029062,-0.004674,-0.001363,0.00864,-0.185696,-0.008391,-0.039592,-0.00697,0.008765,0.012353,-0.010981,-0.007752,-0.010741,-0.024074,-0.019679,-0.000054,-0.055409,-0.030899,0.031306,-0.007149,0.042867,0.0063,0.016441,-0.012531,0.019858,0.076212,-0.014454,0.099067,0.003882,-0.002807,0.004071,0.020871,0.021088,0.023132,-0.000079,0.040603,-0.017879,-0.04024,0.015755,0.007268,-0.030189,0.005827,-0.015624,0.031611,0.037563,-0.005898,-0.022501,0.003702,-0.003072,-0.005362,0.015945,-0.003908,-0.029512,-0.006695,0.029562,-0.040197,0.001859,0.00749,0.035316,-0.019834,-0.019531,0.00928,-0.045881,0.002338,0.012903,-0.005524,0.005074,-0.002107,-0.050787,0.004978,-0.014138,-0.028191,0.011201,0.007045,0.0266,-0.020633,0.016307,0.020458,0.039042,0.190619,-0.001343,0.023319,0.031134,0.003884,-0.01543,0.016827,-0.000771,-0.016922,-0.021078,0.009623,0.012271,0.019593,0.003201,-0.013661,-0.006856,0.039887,-0.012817,-0.012347,-0.040082,0.027552,0.007512,0.001399,0.004987,0.034917,0.015721,0.012627,0.035694,-0.000934,0.010184,0.022915,0.012261,0.031614,0.000168,0.000629,-0.020314,0.028015,-0.02791,0.029049,-0.053494,0.038561,-0.008144,-0.014735,-0.048927,0.015688,-0.005758,-0.030252,-0.003941,0.017541,-0.01622,0.009033,0.001551,0.00234,-0.025018,0.015811,-0.001399,0.012281,-0.01451,-0.006879,0.006973,0.008901,-0.018159,-0.020403,0.002543,0.011216,-0.020491,-0.085364,0.006449,-0.01039,0.014216,0.006258,0.021325,-0.00798,-0.101458,0.016851,-0.002859,0.014628,0.028529,-0.012963,0.012038,0.022704,-0.008658,0.058033,0.033221,-0.031137,0.019087,0.00723,0.058311,-0.004767,-0.00972,0.023605,-0.024602,-0.01132,-0.001525,0.008667,0.017859,0.009871,-0.019452,0.01279,-0.010609,0.021909,0.014528,0.015339,0.015658,-0.011003,-0.014815,0.013985,0.007588,-0.019485,0.002292,-0.022772,0.012356,-0.012142,0.00031,-0.019288,0.018495,-0.003241,0.012831,0.015985,0.062762,0.03013,-0.012189,0.051346,-0.002015,-0.009855,-0.022317,0.03775,-0.00947,-0.013168,-0.033424,0.000605,-0.015408,-0.034535,-0.009803,-0.006729,-0.002234,-0.012837,0.01245,0.008673,-0.00194,-0.028428,0.012532,0.003249,-0.015423,0.014323,-0.001591,-0.021579,-0.004485,-0.030396,0.000548,-0.02817,0.020521,-0.022231,0.001585,-0.012337,0.005524,-0.028777,-0.035664,-0.007369,0.001635,0.017704,0.026151,-0.015778,0.014709,0.031392,-0.009899,0.020262,-0.00595,0.014091,0.037538,-0.001366,0.002056,0.051853,0.025719,-0.023264,-0.027396,0.014415,-0.026933,-0.002304,0.028291,-0.011442,0.023619,0.002916,0.042635,0.109375,0.019615,-0.000969,-0.014633,-0.026654,0.01501,0.045278,0.040526,-0.008794,0.003038,-0.004296,-0.012859,-0.033792,0.031163,-0.011404,0.02724,0.0106,-0.027053,-0.006419,-0.025499,0.039976,0.014692,0.0106,-0.002336,0.021252,-0.020345,-0.00702,0.006963,0.018749,-0.014278,0.033688,0.032282,-0.016985,0.046636,-0.029221,0.011028,-0.011851,0.006902,-0.027004,0.016395,0.028687,-0.014857,-0.008947,-0.02498,0.022506,0.031533,-0.011016,0.009217,-0.014636,0.079028,0.014131,-0.003689,0.033218,-0.033984,0.023092,0.018366,-0.005494,0.015857,0.007645,-0.008867,0.039749,-0.003693,-0.013314,-0.019906,0.014278,-0.066729,-0.02862,0.038372,-0.001961,-0.018386,-0.026184,-0.01897,0.025614,0.015877,-0.002803,-0.01421,0.003553,-0.021219,-0.00083,0.007549,0.761282,0.002224,0.005033,-0.000556,0.00559,0.011666,0.006778,-0.005044,0.009389,-0.010142,0.026742,-0.006887,-0.022594,-0.013042,0.016917,-0.018323,0.045754,-0.025576,0.020979,-0.032189,-0.023559,-0.033476,0.024354,0.000531,-0.021773,0.057047,0.014559,-0.017579,0.001976,0.015939,-0.012559,-0.01112,-0.03411,-0.058723,-0.006756,0.013138,-0.016857,0.025294,0.025527,-0.082785,-0.001418,-0.011363,0.031599,-0.027704,0.002326,-0.018697,0.036193,0.006597,-0.004642,-0.02749,0.012225,0.000539,0.004846,0.033895,0.001176,0.015006,-0.001998,-0.032913,-0.016108,-0.010482,0.034681,-0.012123,-0.014972,0.063597,0.038564,0.045467,-0.002426,0.018182,0.024254,0.018025,0.034573,-0.092365,0.023017,0.002627,0.004324,0.024639,0.015623,-0.036056,0.011485,-0.015565,0.019503,-0.05449,-0.017128,-0.016903,0.007437,0.01506,-0.036341,0.028958,0.005849,-0.006497,-0.074948,0.014203,0.013905,-0.028607,-0.001671,0.000939,0.029572,0.059622,0.015876,0.000476,0.019686,-0.014078,-0.002113,0.026368,-0.082302,0.009589,0.004824,-0.004918,0.014868,0.045177,0.020751,-0.006128,-0.02115,-0.018372,0.006488,-0.024315,0.011576,0.003817,0.007737,0.00636,-0.015529,-0.014773,0.003357,-0.013599,0.015739,-0.055345,-0.037083,0.055014,0.010258,-0.006426,0.004124,0.016931,-0.019144,0.008177,-0.013674,-0.015135,0.009255,0.026595,0.050937,0.01717,0.014691,0.002805,0.007617,0.020827,0.037416,0.028047,0.008689,0.025648,-0.003811,0.014825,0.01782,0.158893,0.016815,-0.003608,-0.009345,-0.016983,-0.006326,-0.010532,-0.040478,-0.026056,0.031112,0.018428,0.02654,-0.000208,-0.02481,0.006695,0.055642,-0.010551,0.031016,-0.024308,-0.001644,-0.003707,0.01962,-0.174603,-0.01646,-0.048264,-0.007505,0.007862,-0.003925,-0.029846,-0.004789,-0.004135,-0.009298,-0.007834,-0.011521,-0.052649,-0.025544,0.043076,0.000426,0.053309,0.001823,0.019402,-0.017871,0.030159,0.080183,-0.017904,0.082959,0.005847,-0.008355,0.020489,0.013596,0.024153,0.008769,-0.008913,0.03717,-0.007878,-0.037733,0.012444,0.016449,-0.041455,0.003518,-0.015363,0.026559,0.033189,-0.010842,-0.031205,0.00509,0.006247,-0.015342,-0.000495,-0.001274,-0.034619,-0.004279,0.023228,-0.030777,0.001669,-0.004992,0.027521,-0.01885,-0.017672,-0.000728,-0.032133,0.016247,0.018678,-0.00964,0.0108,-0.002647,-0.046474,0.004218,-0.016713,-0.035909,0.017147,0.010061,0.039418,-0.018278,0.018395,0.033421,0.037639,0.168657,-0.008464,0.023922,0.026188,0.010146,-0.006505,0.019043,-0.006249,-0.020491,-0.033146,0.010954,0.015117,0.019369,0.003898,-0.014162,-0.026932,0.05429,0.004726,-0.02828,-0.048544,0.026468,0.02076,-0.00083,0.005349,0.026793,0.031607,0.002113,0.047204,-0.002798,0.017943,0.035346,0.008369,0.031607,-0.008255,0.001477,-0.023927,0.030824,-0.025841,0.027258,-0.050381,0.043803,-0.000331,-0.013957,-0.046656,0.012448,0.007967,-0.039805,-0.01522,0.019944,-0.023899,0.007984,0.003303,-0.002686,-0.025751,0.019836,0.011939,0.006537,-0.018094,-0.005519,0.003849,-0.00207,-0.01916,-0.012936,-0.013619,0.004888,-0.017398,-0.097058,0.004534,-0.009215,0.017527,0.014151,0.033376,-0.012573,-0.095355,0.016726,0.001665,0.019742,0.030009,-0.016279,-0.001805,0.027536,-0.012992,0.04907,0.019914,-0.033935,0.017886,0.001263,0.046421,-0.011072,-0.016666,0.026726,-0.032293,-0.01092,0.00276,0.000313,0.015527,0.011335,-0.020119,0.018335,-0.008459,0.025874,0.022444,0.011172,0.004876,-0.013311,-0.013714,0.031771,-0.001999,-0.031354,0.007816,-0.027455,0.013969,-0.005304,-0.007618,-0.034691,0.012262,0.002175,0.022042,0.010217,0.047354,0.039043,-0.009498,0.06337,0.001569,0.002356,-0.013315,0.025439,-0.013751,-0.005492,-0.033315,-0.001506,-0.011175,-0.039837,-0.028344,-0.00683,-0.001386,-0.00945,0.006288,0.007103,0.00949,-0.028943,0.02082,0.01265,-0.009467,0.013883,0.002045,-0.023422,-0.012128,-0.040186,0.003643,-0.01813,0.016326,-0.031016,0.001542,-0.012808,0.030744,-0.017739,-0.044424,0.00476,0.00304,0.024841,0.014026,-0.026482,0.006217,0.01949,0.001681,0.029768,0.00155,0.014994,0.029698,0.000624,0.001395,0.027831,0.0189,-0.014286,-0.005882,0.016549,-0.032917,-0.010703,0.023811,-0.010581,0.020317,0.017154,0.03808,0.108913,0.012911,0.002358,-0.002672,-0.021828,0.017723,0.045098,0.043267,-0.010413,0.007113,-0.009382,-0.010053,-0.036105,0.030676,-0.00469,0.023959,-0.003508,-0.031458,-0.001607,-0.031463,0.0731,0.002881,0.010251,-0.012965,0.0244,-0.012424,0.001482,-0.003457,0.002895,-0.01244,0.035747,0.035371,-0.016461,0.042962,-0.022403,0.01704,-0.021885,0.008076,-0.039004,0.011038,0.032419,-0.02102,-0.010677,-0.03267,0.02384,0.033936,-0.00556,0.010206,-0.012893,0.086916,0.016001,0.000474,0.037369,-0.027167,0.017773,0.020805,0.006673,0.010831,0.005962,0.003233,0.048216,-0.003807,-0.003132,-0.017238,0.00782,-0.062906,-0.02471,0.03779,0.007136,-0.01346,-0.034907,-0.024518,0.023505,0.012815,0.001175,-0.017051,0.008786,-0.02742,-0.000446,0.014956,0.758225,-0.000613,0.009052,-0.00828,0.008632,0.012428,0.010011,0.002323,0.008998,-0.025838,0.02977,-0.008547,-0.019802,0.005422,0.013488,-0.015247,0.04439,-0.019895,0.018412,-0.039211,-0.019598,-0.042284,0.029832,0.022412,-0.020905,0.042066,0.024338,-0.01922,0.004677,0.011285,-0.020865,-0.011051,-0.037665,-0.037821,-0.009904,0.007353,-0.005416,0.022951,0.033519,-0.082939,-0.002105,-0.001858,0.031534,-0.019467,-0.002315,-0.026728,0.030643,0.011681,-0.00416,-0.038101,0.017074,-0.005869,-0.007111,0.037131,-0.000175,0.002503,0.00061,-0.036135,-0.019743,-0.007405,0.029641,-0.021962,-0.009668,0.065945,0.041757,0.049799,-0.006494,0.017153,0.035767,0.022046,0.036928,-0.083401,0.052485,0.017978,-0.004918,0.024369,0.010642,-0.044753,-0.00767,-0.003163,0.021666,-0.074311,0.000728,0.014125,-0.006166,0.011085,-0.031718,0.018433,-0.003079,-0.020468,-0.050734,0.021996,0.002869,-0.034019,0.004222,-0.006235,0.008979,0.037864,0.022471,-0.009997,0.029918,-0.001744,-0.002599,0.028195,-0.071601,-0.021819,0.025858,-0.00203,0.008313,0.046227,-0.003629,0.00584,0.00247,0.000072,-0.011282,0.002594,0.037342,-0.006025,-0.003759,0.015805,-0.0092,-0.033845,0.016534,0.017383,-0.000792,-0.049171,-0.053422,0.05062,0.023869,-0.018979,-0.016436,0.016018,0.014638,0.004218,-0.016219,-0.015285,0.000517,0.00713,0.051767,0.014741,0.013014,0.030432,0.012222,0.025415,0.016154,0.017349,0.034927,0.038668,-0.019657,0.008527,0.028225,0.145356,0.023592,0.004263,0.001333,-0.000352,-0.014638,0.001001,-0.004928,-0.017514,0.046888,0.013088,0.014266,-0.002442,-0.014276,0.016553,0.04562,0.011625,0.012535,-0.018498,0.007463,0.008138,0.012268,-0.213136,-0.016882,-0.044214,0.002281,0.0226,-0.009078,-0.016425,-0.018202,-0.013169,-0.002505,-0.00998,-0.01245,-0.042329,0.003245,0.024557,-0.024397,0.029227,-0.010284,0.015381,-0.024539,0.023243,0.097995,-0.016311,0.077921,0.033787,-0.0065,-0.006587,0.037691,0.019278,0.005986,-0.022426,0.042098,0.002055,-0.038439,-0.017712,0.017386,-0.028459,0.027857,-0.007811,0.016065,0.037279,-0.014975,-0.023989,-0.007044,-0.014153,-0.006961,0.007746,-0.02521,-0.019557,0.010356,0.031013,-0.027222,0.015247,-0.001833,0.048764,-0.015183,-0.015896,0.014088,-0.032625,-0.00218,-0.016064,-0.001155,-0.020216,0.001978,-0.042821,0.00406,-0.005349,-0.027831,0.019643,0.001229,0.01564,-0.041596,0.004298,0.015188,0.020509,0.184399,-0.005519,0.028498,0.020049,-0.005956,-0.015381,0.006652,0.009447,-0.034733,-0.037261,-0.002282,-0.003767,0.016801,-0.005498,-0.016836,-0.001184,0.063874,-0.005951,-0.005071,-0.062261,-0.006487,0.036992,0.010583,0.002514,0.022049,0.004666,0.015606,0.022637,-0.023916,0.012151,0.006703,0.008906,0.023133,0.002542,-0.011148,-0.044732,0.025125,-0.01402,0.005399,-0.038391,0.035895,0.002986,-0.004978,-0.02833,0.019516,-0.010257,-0.052938,-0.007737,0.002894,-0.022139,0.020687,0.006099,-0.002037,-0.024328,0.038714,0.004003,0.007388,0.012228,-0.007967,-0.000055,0.002981,0.013624,-0.026316,-0.007219,0.018013,-0.012403,-0.084453,0.024152,-0.007178,-0.034345,0.016183,0.034865,-0.00105,-0.084719,0.024922,-0.017496,0.039245,0.016448,-0.012069,-0.011438,0.033772,-0.004745,0.038371,0.029246,-0.025156,0.011852,0.019054,0.060623,-0.003164,0.005099,0.012089,-0.014001,-0.014732,0.009789,0.002876,0.002914,0.02988,-0.007117,0.011087,-0.021777,0.042482,0.029197,0.038212,-0.000296,-0.001922,-0.001439,0.029858,0.003668,-0.023577,-0.019368,-0.030397,0.00754,-0.024995,-0.00803,-0.024449,0.02098,-0.004395,0.006308,0.009285,0.07031,0.001589,-0.02598,0.053491,0.002242,-0.022794,-0.026312,0.048017,-0.009683,-0.006075,-0.022924,-0.024413,-0.006776,-0.012287,-0.031507,0.009217,-0.006037,-0.008356,-0.004488,0.020972,0.005895,-0.02472,0.013243,0.003726,-0.00993,0.012715,-0.006116,-0.006005,0.005964,-0.013453,0.003835,-0.015864,0.015034,-0.01294,-0.009697,-0.006468,0.019857,-0.039921,-0.043335,-0.026666,0.018873,-0.001687,0.040263,-0.001093,0.023693,0.030351,0.018483,0.019557,-0.010244,0.016135,0.028914,-0.031994,-0.015854,0.053709,0.022878,-0.010661,-0.021617,0.016741,-0.023032,-0.010169,0.002405,-0.006616,0.013486,0.00881,0.034968,0.109592,0.001841,-0.002169,0.007151,-0.037437,0.016766,0.026181,0.041057,-0.000068,-0.008362,0.008626,-0.019465,-0.020507,0.042363,0.001016,0.011342,-0.013516,-0.017203,-0.003072,-0.056601,0.09457,0.026178,-0.002597,-0.002279,0.01896,-0.00975,0.009777,-0.000859,0.013767,-0.001679,0.036533,0.029899,-0.011513,0.017517,0.012173,0.002961,-0.016389,0.016032,-0.0207,0.012874,0.015252,-0.001989,-0.014822,-0.017557,0.018002,0.006038,-0.004638,0.029677,-0.014411,0.054218,0.030214,-0.011795,0.021899,-0.022516,0.003146,0.022933,0.002998,-0.001168,0.048364,-0.006255,0.045435,0.005066,0.002511,-0.011909,0.01895,-0.062673,-0.012531,0.030945,-0.013225,0.014915,-0.0328,-0.019563,0.048473,0.021457,-0.015756,0.007556,0.024084,-0.016676,0.013875,0.00772,0.750872,-0.007106,0.006751,-0.011568,0.012888,0.021001,0.008761,-0.017768,0.007835,-0.013396,0.006964,-0.006619,-0.01927,0.001839,0.034016,-0.002748,0.021341,-0.019862,0.018624,-0.034019,-0.012886,-0.028974,0.023026,0.013297,-0.012382,0.079993,0.040498,-0.024655,-0.008479,0.032667,-0.01378,-0.018659,-0.040805,-0.049826,0.009135,-0.007612,-0.002406,0.037871,0.041874,-0.078769,-0.018448,-0.017198,0.044339,-0.010844,-0.000351,-0.02019,0.024669,0.004635,0.014648,-0.038151,0.013697,0.015014,-0.000847,0.042905,0.004765,-0.008731,0.001176,-0.022776,0.002531,-0.000165,0.005007,-0.009388,-0.013711,0.058815,0.026693,0.049887,0.00185,0.032673,-0.006581,0.025006,0.036894,-0.081839,0.021278,0.014311,0.003347,0.021356,0.008104,-0.038471,-0.005314,-0.016634,0.013142,-0.060778,0.013091,-0.001379,-0.013891,0.012221,-0.021189,0.024741,-0.004088,-0.021809,-0.061748,0.002451,0.017429,-0.028776,0.028927,-0.005115,-0.006348,0.054615,0.012911,-0.013923,0.015434,0.003137,0.00641,0.034698,-0.07708,0.005197,0.001334,-0.004044,0.005133,0.027183,-0.003485,-0.024941,-0.003537,0.003776,-0.007862,0.009129,0.024978,0.008444,-0.003219,-0.007227,-0.001587,-0.011105,0.01136,-0.016012,0.004924,-0.038501,-0.048616,0.041491,0.0196,-0.016354,0.002294,0.019056,0.002936,-0.003225,-0.017653,-0.016079,-0.004561,-0.004172,0.046564,0.006274,0.010887,0.023802,0.001261,0.021926,-0.024468,0.016916,0.032362,0.017805,-0.011556,-0.002257,0.007693,0.169529,0.003537,0.013718,-0.018288,-0.001925,-0.00499,-0.021144,-0.010929,-0.042448,0.030511,-0.002133,0.031864,0.014435,-0.009211,-0.002598,0.068163,-0.002924,0.013438,0.000318,0.003964,0.003813,0.020213,-0.205979,-0.01481,-0.064985,0.000877,0.008681,0.003421,-0.003594,0.005798,-0.001616,-0.003209,-0.005161,-0.021592,-0.035479,-0.026186,-0.006841,-0.022497,0.044531,-0.015703,0.008583,-0.015735,0.031081,0.087649,-0.017974,0.141796,0.014709,0.014845,-0.000899,0.011957,0.017233,0.016907,-0.004511,0.028176,-0.000966,-0.021333,-0.032345,0.004594,-0.028241,0.015824,-0.027333,-0.003429,0.02385,0.010159,-0.018856,0.020395,-0.009382,-0.012391,0.022638,-0.019597,-0.026167,0.000915,0.004578,-0.022167,-0.001626,-0.014336,0.018691,0.000477,-0.013567,-0.009894,-0.015955,0.007136,0.023485,0.010264,-0.02613,0.00839,-0.046278,0.003377,-0.014047,-0.009014,0.022875,0.028757,0.023634,-0.028902,0.000705,0.014633,0.023079,0.122797,-0.001856,0.025547,-0.003484,0.009988,-0.016743,-0.013104,0.001996,-0.01719,-0.016549,0.003958,0.001151,0.010765,0.018262,-0.031167,-0.014301,0.034507,0.008869,-0.015011,-0.050341,0.017186,0.028557,0.002262,-0.008643,0.033062,-0.006978,0.007748,0.028437,0.003876,0.005128,0.028842,0.017,0.035639,-0.003365,-0.005092,-0.030524,0.020806,-0.0309,0.0185,-0.054257,0.017434,-0.0074,-0.000911,-0.020531,0.022204,0.002228,-0.038804,-0.017852,0.0115,-0.051363,0.018352,0.001255,-0.000864,-0.030353,0.010264,0.007935,0.007804,0.016173,-0.010578,0.008845,-0.001832,0.00124,-0.029494,-0.02386,0.006509,-0.011152,-0.071914,0.018233,-0.001265,-0.018265,0.012615,0.020513,-0.006806,-0.027352,0.009318,0.002213,-0.003426,0.001953,-0.007104,-0.010134,0.012796,0.01473,0.035785,0.027392,-0.013288,0.012379,0.007932,0.026741,-0.014667,-0.019559,0.003841,-0.022771,-0.004264,0.003544,0.008077,0.010464,0.011288,-0.00841,0.013799,-0.021422,0.033584,0.014665,0.023135,-0.007766,-0.011858,0.009787,0.017735,0.019639,-0.041337,-0.006601,-0.03303,-0.000029,0.000011,-0.007699,-0.02437,0.006596,-0.011455,0.012294,-0.011104,0.075945,0.016177,-0.037843,0.034523,-0.003892,-0.007658,-0.00062,0.039832,-0.009155,-0.00935,-0.032666,-0.013576,-0.008078,-0.034124,-0.028544,-0.016205,-0.021815,-0.007645,-0.000385,0.010664,0.011513,-0.014849,0.029167,0.016419,-0.016314,0.020481,0.017164,-0.01537,-0.002938,-0.019886,-0.006635,-0.020657,0.033386,-0.014629,0.015351,-0.004753,0.019096,-0.02404,-0.040103,-0.019107,0.015029,0.004662,0.013404,-0.010732,0.01164,0.031959,0.017674,0.036008,0.00038,0.013678,0.014,-0.024579,-0.004882,0.004645,0.031983,-0.002741,-0.033999,0.012162,-0.012634,-0.010645,0.024588,-0.004677,0.020139,0.014669,0.017267,0.107535,0.009904,0.002725,0.022727,-0.025206,0.010852,0.046826,0.04239,-0.00346,-0.020851,-0.005584,-0.031656,-0.015711,0.033367,0.013258,0.012629,-0.007952,-0.023348,0.006642,-0.037008,0.104939,0.026773,-0.017448,-0.003091,0.017913,-0.000769,-0.009716,-0.010127,0.021332,-0.004513,0.045256,0.005063,-0.000298,0.02606,0.016805,0.007202,-0.013907,0.022624,-0.010967,-0.001869,0.016923,-0.026584,-0.009595,0.001923,-0.005158,0.02099,-0.025868,0.013091,0.00039,0.054575,0.010407,0.004693,0.034348,-0.01199,0.007479,0.02462,0.006328,-0.004008,0.02468,-0.000665,0.044585,0.00305,-0.002713,-0.005859,-0.002309,-0.056639,-0.024434,0.027919,-0.006969,0.013596,-0.012064,-0.002852,0.017024,0.006429,-0.008941,0.007147,-0.007738,-0.023629,-0.012277,0.003064,0.783355,-0.00886,-0.009745,-0.019804,0.002858,-0.008039,0.00405,-0.006662,0.014521,-0.004777,-0.004352,0.006068,-0.005445,0.008045,0.016293,0.005161,0.02598,-0.02349,0.009329,-0.033098,-0.009401,-0.0066,0.032956,0.021228,-0.002548,0.070178,0.010009,-0.041646,0.003486,-0.000028,-0.027226,-0.019093,-0.034125,-0.040064,0.00792,0.018301,-0.008341,0.006437,0.028387,-0.089752,-0.019137,0.00472,0.025898,-0.031136,0.012784,0.000955,0.025213,0.040621,0.018871,-0.013963,0.014453,0.008778,0.012361,0.045998,-0.002386,-0.017721,-0.001487,-0.038073,-0.013949,0.00371,-0.015919,-0.028038,-0.016265,0.079539,0.015084,0.065041,0.019773,0.002595,0.014395,0.026198,0.03395,-0.081422,0.052289,0.018883,-0.000517,0.013672,0.017007,-0.048456,-0.000154,-0.008633,0.035171,-0.066941,0.002567,0.022263,-0.004501,0.009825,-0.022061,0.013178,0.007923,-0.020428,-0.056201,0.023805,-0.004524,-0.017304,0.005904,-0.007849,0.006975,0.026482,0.010865,-0.022905,0.036132,-0.004855,-0.008169,0.031573,-0.071115,-0.024649,0.033781,-0.005466,0.01061,0.056957,-0.005524,0.007609,0.010431,0.008409,-0.018038,0.003901,0.035234,-0.0004,0.00633,0.004135,-0.004862,-0.027466,0.017187,0.020031,0.006482,-0.050802,-0.047114,0.043492,0.030876,-0.02429,-0.014165,0.015912,0.017148,0.007593,-0.013246,-0.009998,-0.000087,0.009447,0.051289,0.009952,0.006966,0.034211,0.015524,0.025174,0.020756,0.020724,0.037086,0.037626,-0.023938,0.007854,0.036797,0.150543,0.026507,0.001531,0.013116,-0.003131,-0.012792,0.013402,-0.00129,-0.023477,0.050853,0.003582,0.017506,-0.004454,-0.03654,0.016879,0.050956,0.009301,0.008508,-0.024703,0.006696,0.008783,0.007684,-0.196499,-0.011808,-0.042631,0.007115,0.029302,-0.004173,-0.019434,-0.025785,-0.006864,0.009143,-0.01246,-0.008553,-0.034937,0.008008,0.02789,-0.018787,0.027688,-0.00083,0.016172,-0.020222,0.031074,0.095282,-0.015805,0.073095,0.03365,-0.004395,-0.011322,0.035913,0.020328,0.025326,-0.023294,0.0473,-0.000073,-0.043016,-0.010654,0.013033,-0.027192,0.030272,-0.018527,0.015903,0.045873,-0.016139,-0.033324,-0.003149,-0.016463,-0.011256,0.009472,-0.023941,-0.020455,0.007441,0.03168,-0.018935,0.019373,-0.005967,0.042973,-0.007746,-0.01442,0.024063,-0.039517,0.011355,-0.012517,0.002662,-0.016693,0.012347,-0.043312,-0.000247,-0.001803,-0.021464,0.010197,-0.004142,0.013669,-0.042406,0.001696,0.016139,0.021186,0.195605,0.002899,0.027276,0.029265,0.004902,-0.018057,0.005012,0.017241,-0.041817,-0.043507,-0.006186,0.003297,0.022832,-0.008693,-0.019263,-0.005901,0.072934,-0.009355,-0.000006,-0.065361,-0.00952,0.04399,0.014076,0.005674,0.022395,0.006765,0.015852,0.019685,-0.016673,0.01438,0.014683,0.008121,0.016109,0.009365,-0.004851,-0.042333,0.021612,-0.011814,0.004075,-0.038225,0.03576,0.004108,-0.000807,-0.023008,0.015244,-0.015985,-0.036429,0.001656,0.00717,-0.00856,0.016736,-0.001994,0.001457,-0.028322,0.039456,0.004553,-0.002563,-0.002652,-0.001846,-0.016436,-0.000248,0.010666,-0.025925,-0.008388,0.018988,-0.00789,-0.083279,0.019947,0.000529,-0.039165,0.024292,0.033587,-0.003086,-0.07545,0.028402,-0.024744,0.030124,0.016467,-0.009542,-0.011328,0.032237,-0.009973,0.027819,0.026037,-0.021186,0.023211,0.015669,0.058531,-0.000601,0.010239,0.014976,-0.018362,-0.022937,0.007688,0.001858,0.003284,0.021302,-0.015984,0.014295,-0.019938,0.032528,0.027559,0.022564,0.004759,-0.002283,0.003119,0.035525,-0.003291,-0.024048,-0.021671,-0.021387,0.012837,-0.024822,-0.005928,-0.024541,0.035022,-0.005837,0.010467,0.006263,0.046344,0.005371,-0.02674,0.0517,0.002237,-0.024183,-0.022956,0.055869,-0.019402,-0.003509,-0.020881,-0.025399,-0.0138,-0.018083,-0.032391,0.006274,-0.013784,-0.016698,-0.009847,0.021541,0.003229,-0.019902,-0.001244,0.002979,-0.021936,0.017916,-0.001552,-0.011078,0.002937,-0.019768,-0.003085,-0.016514,0.009623,-0.007711,-0.016036,-0.006147,0.021561,-0.03569,-0.042759,-0.016812,0.020664,-0.002677,0.036955,0.009335,0.035107,0.037509,0.004301,0.027038,-0.017451,0.016727,0.018529,-0.033467,-0.016624,0.045785,0.012594,-0.020179,-0.01735,0.026257,-0.014967,-0.005048,0.006654,-0.010077,0.01572,0.001207,0.034052,0.111607,0.005129,-0.002925,0.003842,-0.025384,0.018001,0.009684,0.050702,0.005531,-0.014166,0.019135,-0.020442,-0.021682,0.041616,0.002828,0.00534,0.004618,-0.019344,-0.002967,-0.05343,0.060152,0.023685,0.000084,0.006626,0.023824,-0.010862,0.00179,0.006889,0.010833,0.001009,0.026586,0.025757,-0.017281,0.023693,0.00461,0.003903,-0.024128,0.009763,-0.015552,0.016627,0.001505,0.00561,-0.013347,-0.015476,0.024456,0.00451,-0.007689,0.025731,-0.01257,0.053838,0.033816,-0.012501,0.019299,-0.017268,0.010277,0.019101,-0.00152,-0.000828,0.055737,-0.004956,0.033723,0.003505,0.018529,-0.000887,0.013124,-0.066328,-0.014204,0.031173,-0.017533,0.012657,-0.031941,-0.021081,0.045462,0.029411,-0.017214,-0.001897,0.022795,-0.017399,0.014268,0.006706,0.755562,0.000859,0.00216,-0.00113,0.010204,0.008071,0.006573,-0.014601,0.014322,-0.000167,0.008693,-0.009588,-0.016382,0.00283,0.031409,-0.001282,0.016081,-0.029308,0.015862,-0.032391,-0.020205,-0.036997,0.018613,0.003279,-0.005769,0.076051,0.042194,-0.018272,-0.00928,0.031776,-0.019372,-0.017188,-0.035707,-0.056161,0.015077,-0.005547,-0.014386,0.038606,0.034757,-0.080679,-0.014519,-0.010124,0.04058,-0.00491,-0.009461,-0.026584,0.014874,0.003256,0.015613,-0.047724,0.014968,0.020142,0.003715,0.046587,0.005086,0.001337,0.003132,-0.027978,-0.009517,-0.000805,0.003193,-0.003149,-0.015772,0.053804,0.016421,0.04363,0.000842,0.031295,-0.009845,0.032814,0.00048,-0.057276,0.021667,0.038038,-0.011865,-0.012725,0.00371,-0.010243,-0.035495,-0.034825,0.050408,-0.068572,0.033099,0.010433,-0.00214,0.01752,-0.049078,0.00287,-0.022094,-0.000555,-0.064855,0.020143,0.022446,0.008263,0.014889,0.035172,0.009372,0.078305,0.015648,0.018853,0.023253,0.040871,-0.018556,0.005667,-0.037689,0.006067,0.019003,0.007881,-0.020454,0.065397,-0.011736,-0.017385,-0.028272,-0.016074,-0.017787,0.011255,0.034444,0.010588,0.001088,-0.002304,-0.028243,0.008957,0.006217,0.001896,0.02689,-0.060273,-0.014406,0.032237,0.022293,-0.004838,0.006471,0.009347,-0.014352,-0.007745,-0.024517,-0.033372,-0.013924,-0.001478,-0.022159,0.023132,0.017739,0.042356,-0.002909,0.016945,0.018867,0.015209,0.015721,0.009362,-0.009568,-0.002236,0.011171,0.157547,0.017719,0.013078,-0.010849,0.011749,0.001673,-0.013392,-0.014089,-0.018652,-0.001185,0.05999,0.052532,0.048462,0.009417,0.010673,0.092148,-0.006272,-0.00723,-0.015839,0.009897,-0.016869,0.001465,-0.174395,-0.020852,-0.052743,0.015825,0.046714,-0.004481,-0.006026,-0.02305,-0.004651,-0.010346,-0.006775,0.009096,-0.022033,0.004424,0.00113,-0.02358,0.01708,-0.011063,-0.000583,-0.012968,0.067841,0.129295,-0.029035,0.110483,0.005211,0.001056,0.03925,0.024745,-0.017468,0.014781,-0.007281,0.028106,-0.000056,-0.043754,-0.032793,-0.017453,-0.040116,0.029917,-0.006433,0.049281,0.009368,-0.025104,-0.021386,0.008796,0.018218,-0.013762,0.013504,-0.026761,-0.024311,-0.033295,-0.009953,-0.015531,-0.003091,-0.043116,0.012347,-0.005901,-0.000448,-0.018994,-0.007111,0.012128,-0.004943,0.033983,-0.018689,0.0076,-0.050003,-0.027657,-0.015116,-0.024942,0.026874,0.029709,0.018746,-0.037829,0.024442,-0.000548,0.011754,0.078783,0.00724,0.013144,-0.031376,0.032587,-0.031464,0.010946,-0.009562,-0.01798,-0.000699,0.041995,-0.014388,0.020044,0.008053,-0.009245,-0.052267,0.062125,0.012476,-0.030751,-0.052778,0.017627,0.026087,0.040294,0.009244,0.001698,-0.024109,-0.015841,0.011149,0.02062,0.016486,0.026888,-0.00688,0.012806,-0.017157,0.00381,-0.021015,-0.001093,-0.019104,0.007848,-0.026125,0.012629,-0.008547,0.008362,-0.014678,0.024027,-0.005363,-0.052401,-0.043158,0.016291,-0.042445,0.015791,-0.012179,0.021442,-0.020515,0.013066,0.017348,0.00128,0.0232,0.007948,0.008477,-0.009616,0.012634,-0.022653,-0.010463,0.043941,-0.011122,-0.111181,-0.019626,0.013504,-0.020956,0.038061,0.012899,-0.018909,-0.011852,0.012343,-0.008706,0.027582,-0.002385,-0.009535,-0.014504,0.010317,-0.004233,-0.00355,-0.007554,-0.003529,0.013998,0.007141,-0.006121,-0.00931,-0.009278,0.013494,-0.029423,0.00051,-0.009607,0.008141,0.037262,0.05207,-0.016371,0.015795,-0.008892,0.010487,0.00817,-0.008216,0.019706,0.004986,0.030566,0.012986,-0.027761,-0.010474,0.014301,-0.013931,-0.006801,0.029412,-0.029228,-0.043393,0.001102,-0.007156,0.02231,0.00914,0.054636,0.003379,-0.044893,-0.000391,0.026478,0.002189,0.033591,0.051925,0.002123,-0.014607,-0.010861,0.008289,-0.013537,-0.018122,-0.028698,-0.030789,-0.027846,-0.020047,-0.016096,-0.007748,-0.00538,-0.042403,-0.002655,-0.000578,0.00017,-0.00615,0.011587,-0.008258,-0.007848,-0.007108,-0.015743,-0.003788,0.011197,-0.015951,0.021626,0.002462,0.009418,-0.006459,-0.008788,0.000484,0.01072,0.007693,0.036376,-0.027318,-0.008898,0.052061,0.030458,0.034928,-0.002762,0.027911,0.010459,0.012711,-0.024396,-0.002803,0.021742,-0.056967,-0.01114,0.008266,-0.003454,0.008431,0.018841,-0.002841,0.060235,0.001313,0.005516,0.119594,-0.036585,0.013688,-0.02997,-0.024162,0.014949,0.086185,0.041937,-0.017842,-0.008974,0.023152,-0.018224,-0.010193,0.049744,0.02688,-0.014062,-0.007222,-0.0516,0.02413,0.010314,0.029229,0.012046,-0.025829,-0.000205,-0.001174,-0.015085,0.000103,-0.012391,0.030138,-0.025303,0.02849,0.005791,-0.022706,-0.009497,-0.02711,0.023709,-0.021718,0.011284,-0.004744,0.001994,0.03923,-0.043261,0.009693,-0.005163,-0.022015,0.022567,-0.012921,0.021878,0.007608,0.024363,-0.038539,-0.018198,0.02921,-0.049235,-0.00711,-0.011016,0.025367,-0.010902,0.01281,-0.006925,0.017225,0.014048,0.020837,-0.029924,-0.002102,-0.049082,-0.033708,0.052464,-0.023465,0.012383,0.016872,0.008222,0.042054,0.034588,0.002582,-0.020484,-0.036953,0.003413,0.017437,-0.004033,0.749981,0.007086,0.00603,-0.010709,0.019646,-0.00571,-0.014716,0.017054,0.005356,0.01225,0.009125,-0.002633,-0.01857,0.032022,0.017268,-0.031208,0.030353,-0.02452,0.026459,-0.012367,-0.015012,-0.006291,0.04162,0.030437,-0.004351,0.039614,-0.013624,-0.048637,-0.007136,0.0251,-0.031544,0.00944,0.00022,-0.013967,-0.020882,0.020699,-0.012376,0.046333,0.016074,-0.094967,0.005847,-0.005988,0.000347,-0.042122,-0.007114,-0.003127,0.001559,0.008173,-0.026761,0.000128,-0.010278,0.012974,-0.001082,0.063579,-0.006924,-0.027094,0.018635,-0.021578,0.005009,0.047897,-0.00524,-0.023574,0.000312,0.101286,0.020425,0.056103,0.007159,-0.032095,0.028645,0.017218,0.003227,-0.074298,0.032484,0.038699,-0.00518,-0.023001,0.02621,0.000736,-0.010252,-0.017619,0.015598,-0.117355,0.031068,0.015136,-0.007238,0.026636,-0.024648,-0.014585,-0.016831,0.008127,-0.046934,0.027437,0.005559,-0.002613,0.013278,0.029521,-0.011334,0.054656,0.039847,0.012989,0.000039,0.03311,0.007159,0.020876,-0.046374,-0.003286,0.004954,0.019986,-0.024002,0.102953,-0.010793,-0.002166,-0.032282,0.005302,-0.019603,0.013869,0.056709,0.020875,0.008961,0.00852,0.013855,0.004179,0.009089,0.001175,0.015925,-0.044843,-0.020281,0.018481,0.032828,0.01625,0.025356,-0.001807,-0.003236,0.008086,-0.051664,-0.026707,-0.001221,-0.007574,0.00829,0.00098,-0.000192,0.055261,-0.006212,0.032152,0.029904,0.039356,0.015049,0.014798,0.010062,-0.00178,0.022545,0.112554,0.004649,0.005193,-0.012267,0.026263,0.000552,-0.026248,-0.02682,-0.021001,0.030276,0.032411,0.03132,0.039173,0.006027,0.007469,0.081515,-0.00002,-0.009485,-0.022676,0.000317,-0.005705,0.012462,-0.189493,-0.023983,-0.061716,0.032485,0.011735,-0.022674,-0.000383,0.007583,0.00299,-0.020566,0.021776,-0.025115,-0.025026,-0.00592,-0.005109,-0.028924,-0.002256,0.00784,0.014383,-0.020928,0.026442,0.115229,-0.023599,0.060368,0.025682,-0.021425,0.020282,0.011644,-0.002228,-0.001763,-0.010994,0.028144,0.013862,-0.053024,-0.046065,-0.023138,-0.059015,0.011563,-0.020652,0.034577,0.011671,-0.043377,-0.02271,0.023348,0.029536,-0.018115,0.015349,-0.025347,-0.015786,-0.043438,0.004332,-0.013729,-0.000499,-0.016162,0.05081,-0.01717,-0.018082,-0.015006,0.014899,0.004785,0.025681,0.01298,-0.004508,0.006864,-0.045833,-0.023941,-0.00783,-0.038094,0.040828,0.018331,0.010582,-0.029533,0.011833,0.001787,0.028907,0.064089,0.011284,0.017517,-0.019025,0.033674,-0.031364,0.021614,-0.013131,-0.026258,-0.009977,0.00943,-0.029599,0.021197,-0.004354,-0.024427,-0.022097,0.05838,-0.006504,-0.038436,-0.056993,-0.007865,0.023953,0.009872,0.010208,-0.00856,-0.040001,-0.006618,-0.001803,0.024261,0.03601,0.032545,-0.000788,-0.009045,-0.029706,-0.000441,-0.015994,-0.013044,-0.00786,0.000552,0.009663,0.033799,0.016545,-0.012804,-0.014741,0.051554,0.018765,-0.040356,-0.01135,0.030294,-0.024157,0.012887,-0.012142,0.016319,-0.008654,-0.015126,-0.019175,-0.008288,0.035659,-0.013047,0.020934,-0.013363,0.042218,-0.01871,-0.015119,0.023056,-0.004155,-0.105401,-0.012266,0.000991,-0.005854,0.027309,0.016301,-0.020382,0.01818,0.004192,-0.020047,0.022751,0.003867,-0.022135,-0.025018,-0.009936,-0.026394,0.034776,0.014486,-0.008698,0.023078,-0.003797,0.008373,-0.018422,-0.008977,0.00627,-0.002999,0.021062,0.015774,-0.016072,0.004386,0.048353,-0.02952,0.012876,-0.007694,0.022724,0.018304,-0.005051,0.011391,0.025484,0.029663,0.011216,-0.00202,-0.020864,0.012719,-0.028857,0.014003,0.016014,-0.022737,-0.044116,-0.009432,-0.012399,-0.006064,0.019803,0.118596,0.002179,-0.026544,0.027445,0.003974,-0.015439,0.009387,0.057803,0.011347,-0.032308,-0.003496,-0.001801,-0.01073,-0.014545,-0.022713,-0.02315,-0.001347,-0.024761,-0.028731,-0.009233,-0.012278,-0.024352,0.007078,0.000869,-0.022824,-0.036207,0.022768,-0.026781,-0.005008,-0.014389,-0.004723,-0.004519,0.014707,-0.000057,0.006198,-0.019804,0.000216,0.009672,-0.012906,-0.008796,0.00442,0.004482,0.044308,-0.014744,-0.012881,0.027144,0.028857,0.029521,-0.028546,0.020263,0.005736,-0.012676,-0.019027,0.070581,0.001692,-0.059876,0.019906,-0.013298,-0.022013,0.014099,0.019572,0.002936,0.031628,-0.016984,-0.023164,0.116489,-0.005376,-0.01057,-0.034938,-0.01437,0.008674,0.069623,0.021606,-0.035433,-0.033298,0.01918,-0.014489,-0.027521,0.026424,0.036977,0.00657,-0.00339,-0.01724,0.010755,0.009236,0.077939,0.003582,-0.021181,-0.020468,0.010872,-0.02398,0.020668,-0.019549,0.021193,0.007685,0.018837,0.021349,0.020444,0.01309,-0.024287,0.0123,-0.017291,0.008631,0.005324,-0.010431,0.022746,-0.022142,0.015297,-0.007635,0.000503,0.014596,-0.013162,0.006343,0.020124,0.032649,-0.061201,-0.020671,0.020037,-0.038042,-0.000635,-0.008305,0.007299,-0.02442,-0.000172,-0.007869,-0.002049,0.017765,-0.013401,-0.01501,-0.024706,-0.039629,-0.03142,0.037725,-0.005762,0.003954,0.012161,-0.000353,0.030059,0.019146,-0.00687,-0.019503,-0.017283,-0.000647,-0.008035,0.002884,0.76351,-0.003586,0.006276,-0.001263,0.005936,-0.012463,-0.000583,0.010165,0.01481,0.013379,0.010846,0.00185,-0.028061,0.014132,-0.000146,-0.032667,-0.002437,-0.022613,0.033591,0.004303,-0.023469,-0.020189,0.031529,0.018214,-0.008611,0.036503,0.001915,-0.031238,0.028067,0.030613,-0.016194,0.015769,-0.005065,0.005412,-0.014255,0.014128,0.010787,0.027749,0.004255,-0.085801,0.012872,-0.000813,-0.015305,-0.015942,-0.024869,-0.027504,0.001677,0.00936,0.003696,0.007052,0.015934,0.0007,-0.008892,0.051633,-0.016619,-0.04884,0.013579,-0.016465,0.006838,0.019959,-0.031558,-0.038485,0.009369,0.096804,0.043258,0.024445,0.018274,0.001643,0.011401,0.018665,0.017951,-0.081297,0.015522,0.018414,0.011371,-0.01629,0.00532,0.034014,-0.035184,-0.034724,0.030027,-0.096917,0.011446,0.023105,-0.012094,0.005204,-0.033828,0.016311,0.002224,-0.012793,-0.05209,0.008037,0.020834,-0.025186,0.036272,0.032526,0.017033,0.057983,0.0014,0.001677,0.014331,0.046311,0.001801,0.019494,-0.052945,0.013636,-0.010317,0.011137,0.014768,0.071293,-0.021437,-0.005894,-0.029729,-0.004544,-0.021083,0.024566,0.040534,0.036746,-0.003168,-0.037772,0.002741,0.027292,0.027828,0.029196,0.016551,-0.053614,-0.021184,0.033061,0.039903,0.025155,0.010075,0.014621,-0.008041,-0.029341,-0.002915,-0.032396,0.00281,-0.030446,-0.003229,0.016448,-0.013773,0.027204,0.008026,0.002954,0.024213,0.007496,0.024886,-0.004491,-0.029569,-0.015215,0.046893,0.148046,-0.000481,0.002424,-0.006992,0.003651,-0.028259,0.002212,-0.026905,-0.027769,-0.001697,0.038021,0.0282,0.070237,-0.002502,-0.0004,0.064037,0.009052,0.000897,-0.017648,0.009299,-0.01141,0.012985,-0.226421,-0.007843,-0.059904,0.012539,0.022593,-0.017267,-0.010127,-0.006371,0.019007,0.009907,-0.005631,0.018816,-0.012747,0.017401,-0.010092,-0.001962,0.014379,-0.039702,0.001963,-0.016251,0.078242,0.130748,-0.014458,0.136762,0.013603,-0.005342,0.037906,0.023075,-0.018504,0.016345,-0.028471,0.015087,0.008806,-0.016457,-0.016587,-0.005112,-0.031768,0.014018,-0.023481,0.036679,0.010103,0.000445,-0.01692,0.032664,0.004419,-0.008563,0.00357,-0.009478,-0.015935,-0.041425,-0.012256,0.016353,-0.047483,-0.056183,0.015431,0.005644,-0.003689,-0.001877,-0.021883,-0.001698,0.047972,0.060712,-0.029153,-0.00996,-0.036228,-0.015186,-0.001988,-0.004953,0.014729,0.03114,0.029785,-0.026987,0.027898,0.001438,0.009289,0.099908,0.021877,0.035346,-0.031922,0.04506,-0.01232,0.016241,-0.011214,-0.006817,0.000841,0.030992,-0.020041,0.01305,0.019319,-0.028105,-0.010506,0.020878,0.01226,-0.03433,-0.045998,0.02236,0.020037,0.015834,0.018842,0.005194,-0.015107,-0.018341,0.005293,0.071704,0.024277,0.037249,-0.025012,0.027911,-0.024558,0.008772,-0.013247,-0.022281,-0.013903,0.017288,-0.021768,0.019629,-0.011662,-0.02426,0.01926,0.030641,-0.009166,-0.026321,-0.019829,0.016513,-0.05508,0.027191,-0.001848,-0.00379,-0.023501,0.009266,-0.012731,0.017162,0.01129,0.005202,0.028276,-0.01153,0.023932,-0.012993,-0.026659,0.025384,0.003307,-0.113068,0.005453,-0.024252,-0.001536,0.018174,0.012296,0.003106,0.037867,0.000705,-0.007229,-0.047557,-0.007148,-0.022344,-0.02743,0.000349,0.016187,0.008006,0.000291,-0.012645,0.034921,-0.004163,-0.025754,-0.002407,-0.017747,0.004279,-0.033943,-0.000166,-0.011861,-0.028914,0.023793,0.034963,-0.043487,0.000025,0.018875,0.006065,0.040242,-0.050521,0.038303,-0.001769,0.039726,0.022662,-0.01437,-0.001162,-0.00476,-0.006896,0.000508,0.029792,-0.008727,-0.045795,-0.008433,-0.018434,0.029854,0.03932,0.031235,0.016942,-0.034068,-0.013351,0.00845,-0.007956,0.012013,0.053514,0.020558,0.009368,0.023203,-0.007101,0.021418,0.006414,-0.022588,-0.059453,-0.033117,-0.026821,-0.042713,0.038772,-0.016215,-0.029885,-0.007238,0.005591,0.006095,-0.005635,-0.002815,-0.028738,-0.012548,-0.01521,-0.008117,0.015082,0.021372,-0.016295,0.025716,-0.015744,0.005503,0.016026,-0.012597,-0.005547,0.000043,0.023606,0.048499,-0.024713,-0.008976,0.066415,0.036456,0.027628,0.007836,0.009248,-0.007731,0.002278,-0.023268,0.007667,0.035411,-0.037767,0.011369,0.024672,-0.014608,0.006925,0.036405,0.024137,0.01497,0.006715,-0.023747,0.108761,-0.003915,0.02428,-0.020131,-0.013377,-0.007883,0.085336,0.027568,-0.002685,-0.003406,0.021795,-0.010053,0.001238,0.018503,-0.004357,-0.004658,0.008252,-0.039245,0.016825,-0.005449,0.068919,0.009316,-0.037889,0.025289,-0.014559,-0.031585,0.003189,0.020795,-0.000068,-0.04411,0.056105,-0.021765,-0.013763,-0.029163,-0.014516,0.038069,-0.008682,0.028563,-0.012625,-0.02754,0.048188,-0.012442,0.049264,0.005263,-0.016036,0.013617,-0.006203,0.009088,0.019858,0.060296,-0.048039,-0.016463,0.040422,-0.044446,-0.023223,-0.017622,0.004695,0.007622,0.001867,0.002917,0.015404,0.009377,-0.018824,-0.012458,-0.00551,-0.040416,-0.043304,0.036995,0.002646,0.026545,0.012887,0.028007,0.007754,0.024323,-0.01496,-0.008283,-0.009234,-0.017763,0.044751,0.007977,0.719724,0.011479,0.019521,-0.008424,0.020551,0.011166,0.009067,0.013671,-0.004064,0.018601,-0.00923,-0.006467,0.011119,0.033985,0.026099,-0.030353,0.017808,-0.030925,0.025987,-0.020914,-0.00207,-0.022306,0.036529,0.029984,0.028407,0.005327,-0.011483,-0.041399,-0.00046,0.03575,-0.011668,-0.004929,0.009579,0.022441,-0.019632,0.009017,-0.008821,0.034924,0.024611,-0.061758,-0.001235,0.000647,-0.008733,-0.030169,0.013145,-0.012694,0.033204,0.037592,-0.010019,-0.018457,0.011309,0.028238,-0.023039,0.077817,-0.002634,-0.024875,0.007268,-0.030687,0.022817,0.027266,-0.009445,-0.017978,0.006777,0.074585,0.023524,0.025789,0.009474,-0.017779,0.035329,0.036919,0.040628,-0.078444,0.008119,0.038731,0.00932,-0.013952,0.010095,-0.009976,-0.016593,-0.026535,0.034387,-0.078681,0.044679,0.014153,0.009592,0.035954,-0.040771,0.005073,0.022064,-0.029722,-0.079786,0.058279,0.028832,0.002005,0.017071,0.018124,0.019364,0.032845,0.020191,0.005259,0.037341,-0.005647,-0.017858,0.017719,-0.068664,0.01148,0.025803,0.009382,-0.016027,0.079554,-0.018669,-0.006719,-0.02178,0.00327,-0.018527,0.01431,0.000133,0.050596,0.006243,-0.008438,-0.006208,-0.005354,0.028177,-0.00162,0.017747,-0.062061,-0.037336,0.036239,0.006922,0.008747,-0.01134,0.010711,-0.025463,-0.036943,-0.033226,-0.046307,0.011228,-0.011597,0.00277,0.030633,0.0116,0.028742,-0.013623,0.006721,0.035895,0.029976,0.018587,0.02206,-0.004136,-0.010308,0.019622,0.145104,0.043527,0.025837,0.006468,0.012943,-0.013546,-0.013259,-0.042302,-0.007215,0.013406,0.070685,0.038616,0.007807,0.003583,0.027212,0.059066,-0.019296,-0.008604,0.008096,-0.016991,-0.018126,0.00669,-0.190662,0.01023,-0.070343,-0.016931,0.053019,-0.017348,-0.01415,-0.01693,-0.025104,-0.017559,-0.029414,0.00594,-0.065163,-0.012572,0.011199,-0.008204,0.036838,-0.024513,-0.012532,-0.00087,0.060169,0.112813,-0.033837,0.07544,0.00434,0.011738,0.039831,0.039936,0.01214,0.026216,0.002253,0.020593,-0.005599,-0.030402,-0.03446,0.014702,-0.045296,0.036417,0.008634,0.039705,0.043166,-0.011753,-0.020742,0.012544,-0.012663,-0.034332,0.004462,-0.022952,-0.045877,-0.03402,-0.013916,-0.000176,-0.000544,-0.027246,0.035293,0.008856,0.0029,-0.020118,-0.034463,0.044331,0.010363,0.03812,-0.001814,-0.004733,-0.046574,-0.018272,0.023222,-0.020082,0.047605,0.021563,0.039416,-0.036007,0.009922,0.01013,0.006388,0.127383,0.020127,0.022272,-0.008101,0.043927,-0.036322,-0.027545,-0.033887,-0.000006,-0.023769,0.054616,0.014305,0.037653,-0.003509,-0.028069,-0.023465,0.066014,0.005857,-0.031066,-0.053318,-0.015411,0.013961,0.087094,0.015263,0.012771,-0.028505,-0.031868,-0.012948,0.041555,-0.033154,0.006224,-0.016734,0.011604,-0.01375,0.030662,-0.009385,-0.017918,-0.0266,-0.005631,-0.018559,0.038026,-0.001387,-0.019509,-0.015222,0.025611,-0.031783,-0.068658,-0.039186,0.018365,-0.042873,0.031508,-0.008017,0.010777,-0.031452,-0.007649,0.028696,-0.015252,-0.002093,0.001663,0.004055,-0.01504,0.023137,0.010098,-0.028915,0.040219,0.003267,-0.130183,0.02433,0.010695,0.005053,0.046713,0.027577,-0.009936,-0.051943,0.019772,-0.02202,0.065345,-0.006084,0.005399,-0.013232,0.025296,-0.016843,-0.005407,-0.007824,-0.016065,0.027947,0.002883,0.024242,-0.021174,-0.027978,0.029736,-0.030688,-0.010125,-0.02153,0.012035,0.055738,0.04213,-0.05453,0.011763,0.017606,-0.014048,0.020039,-0.03369,-0.000918,0.00032,-0.012946,-0.002426,-0.047734,-0.026484,0.019173,-0.004907,0.003971,0.041202,-0.025861,-0.03855,-0.006653,0.006102,0.011486,0.037672,0.010034,0.0156,-0.039388,0.013787,0.002946,-0.013505,0.026402,0.064487,-0.016547,-0.02396,-0.005678,0.034078,0.009737,-0.034442,-0.019632,-0.003972,-0.023819,0.010084,0.015038,0.006785,0.007534,-0.046635,0.009375,0.029868,0.022118,-0.010913,-0.020581,-0.021088,-0.001764,-0.024695,-0.009651,0.023997,0.034762,-0.010802,0.006199,-0.001981,-0.022246,0.003296,-0.018559,-0.007545,-0.001789,-0.023161,0.03669,-0.026742,0.03613,0.050569,0.006755,0.051776,0.005215,0.02918,0.012672,-0.012466,-0.032069,0.058481,0.003546,-0.060516,0.01033,0.016173,-0.034514,0.012391,0.018325,0.017051,0.048023,-0.018963,0.029748,0.114701,-0.002485,-0.016401,-0.036767,-0.027963,-0.005269,0.06079,0.058191,-0.006451,-0.007623,0.014763,-0.030784,0.002079,0.019251,-0.014258,-0.001525,-0.005913,-0.023885,0.009276,0.001396,-0.00055,0.024393,-0.003965,0.00496,-0.015931,-0.015662,-0.009043,0.011255,0.035279,0.004424,0.025121,-0.001338,-0.01962,-0.012889,-0.020751,0.027708,-0.012115,-0.005416,-0.00484,0.019037,0.05798,-0.015983,0.020052,-0.014837,0.009476,0.034606,0.007623,0.00598,0.016428,0.031956,-0.045206,0.010373,0.041497,-0.03374,-0.00154,-0.006507,0.010807,-0.017835,0.013016,-0.01844,0.036877,0.040242,0.027399,0.027665,0.017974,-0.076525,-0.023947,0.048296,-0.02492,0.029629,0.033484,0.001909,0.021317,0.047019,-0.019928,-0.009821,-0.014905,0.000706,0.019848,0.034816,0.693694,-0.019259,0.041076,0.000941,-0.001945,0.016347,-0.001142,0.003483,-0.003161,0.026621,0.017229,-0.013077,-0.017028,0.030702,0.031585,-0.014232,0.01166,-0.005043,0.04927,-0.02019,-0.044571,-0.008151,0.032053,0.014667,-0.005287,0.023637,-0.005452,-0.026727,0.026285,0.065589,-0.02042,-0.009327,-0.025347,0.000523,-0.049877,0.053569,-0.006866,0.039709,0.045047,-0.072806,0.019043,0.010398,0.01159,-0.012919,-0.027848,-0.018954,0.008518,0.042248,-0.043092,0.004217,0.00002,0.007891,-0.005678,0.071267,-0.04562,-0.011082,0.017031,-0.001432,0.007813,0.041882,-0.009226,-0.025431,0.010223,0.056228,0.026348,0.013865,-0.000294,-0.001769,0.041057,0.009302,0.029305,-0.074743,0.048034,0.045315,-0.016643,-0.022781,0.016933,-0.00518,-0.01312,-0.02511,0.015633,-0.071738,0.054899,0.008432,-0.022676,-0.011089,-0.084856,-0.005134,0.000249,-0.008238,-0.054183,0.02602,0.002393,-0.018533,0.068497,-0.004933,0.022397,0.036342,-0.026101,-0.003313,-0.009512,-0.003453,-0.002129,-0.017959,-0.066896,0.016455,0.020383,0.020643,-0.016599,0.103749,0.005113,0.010385,-0.004195,0.000102,0.011571,0.012517,0.013105,0.00183,-0.012466,0.019519,-0.052886,-0.017623,0.017726,-0.040369,0.026733,-0.073699,-0.018653,0.044915,-0.011742,-0.023878,0.022559,-0.020104,-0.028817,-0.033812,-0.035836,-0.005099,-0.013394,-0.014277,0.02727,0.053257,0.001691,0.001509,-0.001143,0.018964,0.036212,-0.012312,0.010654,0.025522,0.022546,0.003467,-0.007982,0.090719,0.007943,-0.002894,0.001813,0.03067,-0.002218,-0.00186,-0.048338,-0.028434,0.073586,0.043458,0.049356,-0.010419,0.037035,0.020153,0.055194,-0.002736,0.043512,0.01241,-0.018253,0.003451,0.040078,-0.177487,0.041327,-0.032076,0.012753,0.011287,-0.009198,0.002234,-0.009395,-0.003023,-0.029933,-0.015969,-0.046864,-0.030976,-0.005398,0.031777,-0.015677,0.064909,-0.02125,0.003893,0.020102,0.062534,0.078383,-0.03334,0.02856,0.036283,-0.00156,0.034745,0.005223,0.001357,0.007683,-0.004511,0.022499,-0.008081,-0.036727,-0.008388,-0.003703,-0.019626,0.048441,-0.024808,0.015173,0.007702,-0.017457,-0.029762,0.001019,-0.016743,0.000231,0.023961,-0.023206,-0.035211,0.034398,-0.014298,0.009602,0.003032,0.001417,0.054371,0.000734,0.013644,-0.010207,-0.012744,0.044456,0.007631,0.025249,0.030806,-0.002329,-0.046222,0.021452,0.011848,-0.023582,-0.002297,0.03449,0.045099,-0.01371,-0.000862,0.018098,0.000144,0.130031,0.023667,0.022385,-0.031011,-0.000464,0.017611,0.027579,-0.006258,-0.004882,0.015468,-0.004613,0.013215,0.043179,0.027621,-0.035093,-0.020072,0.053407,0.056911,-0.037863,-0.036886,0.00438,0.048186,0.056822,0.031423,0.013022,0.001724,-0.004076,-0.006787,-0.008126,0.003806,0.041821,0.034221,-0.003799,-0.027537,-0.007754,-0.025952,0.017857,-0.02994,-0.028707,-0.00182,0.064468,-0.025835,-0.004349,-0.036043,0.013345,-0.045431,-0.047465,-0.022639,0.026697,-0.039226,0.019581,-0.014901,-0.003274,-0.046751,0.028606,-0.003831,0.003777,0.001135,0.02326,0.001767,0.00601,-0.005593,-0.013215,-0.031025,0.004105,-0.00686,-0.09412,0.011159,-0.023156,-0.016912,0.043084,0.032175,-0.01237,-0.023142,0.01034,-0.044739,0.023412,0.006071,-0.023671,-0.027361,0.019298,-0.023766,0.011744,-0.009591,-0.030214,-0.022782,0.002612,0.006308,0.018023,-0.016138,0.001928,-0.024828,-0.039371,-0.006151,0.010492,0.041086,0.038619,-0.012754,0.024351,0.006572,0.036095,-0.011607,0.040233,-0.010887,0.021626,0.03936,0.0241,-0.015474,-0.015154,0.005541,-0.006677,-0.020346,-0.007362,-0.030283,-0.035975,0.012314,-0.014192,0.008379,-0.004246,0.098192,0.01358,-0.021524,0.057915,0.015784,-0.011941,-0.010924,0.013217,0.011908,0.015338,-0.026507,-0.009277,0.004203,0.001177,-0.030598,-0.012795,-0.025707,0.013073,-0.01782,-0.001943,-0.000213,-0.013393,-0.008634,-0.004322,0.007929,-0.009775,-0.024524,-0.018137,-0.048637,-0.042901,-0.006806,0.022314,0.059411,-0.025865,0.017011,0.011297,0.056914,-0.028932,-0.061179,0.02095,0.024142,0.019291,-0.007086,-0.018929,-0.033077,0.019594,0.040995,0.037806,-0.031778,0.022043,0.022331,-0.015772,-0.003406,0.023308,-0.001145,-0.012936,-0.02456,0.033429,-0.037715,-0.021359,-0.012302,-0.011303,0.014648,0.008382,-0.02249,0.117836,0.006716,-0.016388,-0.005695,-0.054478,0.006776,0.050695,0.034488,-0.018953,-0.025591,-0.015787,-0.033288,0.0141,0.009549,0.021193,-0.036314,-0.019827,0.03988,0.014185,-0.009963,0.136813,0.031312,-0.003722,-0.00731,-0.000079,0.016797,0.020526,-0.021369,0.03051,-0.029944,0.031236,0.035229,-0.028543,-0.014059,0.027323,0.034873,-0.049036,-0.0104,0.008926,0.016802,0.027306,-0.049539,0.005366,-0.044223,0.019524,0.009815,0.008296,0.014665,-0.038533,0.040542,-0.010775,-0.014268,0.041682,-0.010484,-0.0022,0.015186,0.001653,-0.012511,-0.033546,-0.013373,0.035,0.007598,0.008432,-0.001962,0.014331,-0.048748,-0.021981,0.046429,-0.010332,-0.018407,-0.019509,0.006532,0.007563,0.00937,0.002588,-0.03243,0.003592,-0.008338,-0.004598,0.044154,0.704121,-0.04449,0.047574,-0.056986,0.015466,0.056343,0.001467,-0.023967,0.013553,-0.010459,0.017833,-0.041149,-0.005609,0.060743,0.037125,-0.03634,0.04247,-0.009873,-0.020086,-0.047013,-0.013483,-0.054393,0.011798,0.035113,0.011018,0.045596,0.018996,-0.023784,-0.014865,-0.019035,0.014465,-0.010227,-0.054706,-0.014744,-0.027951,0.021724,-0.026987,0.020574,0.003997,-0.068791,-0.000483,0.007663,0.020371,-0.033852,0.01895,-0.014067,0.066833,0.012834,-0.00977,0.006015,-0.0058,-0.004382,-0.007318,0.051656,-0.017438,-0.024431,0.008559,-0.018369,0.036355,0.029026,0.022362,0.016334,-0.018258,0.069514,0.017166,0.070826,-0.007396,0.008591,0.027408,0.017399,-0.008371,-0.092235,0.035038,0.038201,-0.02113,-0.014355,-0.017785,-0.050894,0.003396,-0.017682,0.021759,-0.049945,0.012805,0.008773,0.004432,0.01515,-0.034029,-0.045951,0.039337,-0.017311,-0.029757,-0.002748,-0.00028,-0.009575,0.00324,0.005428,-0.008473,0.024417,0.017085,-0.00777,0.019647,0.005821,0.009329,0.007209,-0.048398,0.026076,-0.01571,0.006918,0.014281,0.070478,-0.01247,0.023573,-0.006609,0.001244,0.015384,-0.009761,0.015936,0.02199,-0.041817,0.024957,0.019663,0.017742,-0.028018,-0.010063,0.013902,-0.0375,-0.018781,0.003042,0.034366,-0.02219,0.032402,-0.006309,-0.02849,-0.002793,-0.011933,-0.017913,-0.031596,-0.015466,0.052781,0.017383,-0.019041,0.024743,0.022597,0.013367,0.021587,0.013784,0.049523,-0.001756,-0.02063,-0.023562,0.026233,0.168041,0.036376,0.006642,0.020271,-0.018553,0.004876,-0.026971,-0.038443,-0.010526,0.061392,-0.001828,0.007361,0.037953,-0.035029,0.011479,0.086059,-0.013459,0.007252,-0.027593,-0.001647,-0.031931,0.021913,-0.148333,0.00485,-0.043235,0.011793,-0.005862,0.014257,0.012488,-0.00958,0.001302,-0.041482,-0.019742,0.005507,-0.014857,-0.017473,0.028391,-0.024715,0.027797,-0.00727,0.021812,0.0107,0.03588,0.08611,-0.024467,0.080214,0.00066,0.035239,-0.028343,-0.010814,-0.00105,0.011401,-0.002686,0.031859,-0.014698,-0.017888,-0.003148,0.017267,-0.006634,0.048332,-0.020348,0.021188,-0.008575,-0.006932,-0.035273,0.044548,-0.023183,0.011725,0.040819,0.002827,-0.036816,0.013777,0.017637,0.007518,0.015088,0.005733,0.028368,-0.002626,-0.008494,-0.005917,-0.022491,0.034601,0.026286,0.004553,-0.002361,0.026537,-0.055116,0.010336,-0.009667,-0.014909,-0.047282,-0.015332,0.017651,-0.029642,-0.009328,0.019354,0.002609,0.12126,0.000778,0.039008,0.054423,0.000938,-0.025572,0.008102,0.014703,-0.009451,-0.023915,0.007364,-0.002221,-0.023884,0.016038,-0.033203,-0.018177,0.052324,0.017351,-0.003789,-0.038582,0.02923,0.025926,0.007891,0.004663,0.015256,0.010456,-0.008165,0.021227,0.014021,-0.017518,0.05516,0.048872,-0.008202,0.009751,0.021816,-0.045134,0.023378,-0.020865,0.022245,-0.005039,0.019496,0.019005,0.001791,-0.011821,0.020777,0.022235,-0.063431,-0.007067,0.027928,-0.047525,0.003424,-0.027556,-0.014185,-0.01842,0.008404,-0.014716,0.003691,0.012118,-0.021116,-0.003106,-0.004822,0.004075,-0.036469,-0.032157,0.045423,-0.030454,-0.07698,0.001571,0.012987,-0.005698,0.029654,0.011642,-0.014757,-0.029418,0.020197,-0.039396,-0.022283,0.032813,-0.013069,0.002092,0.013082,0.032224,0.043377,0.001428,0.003013,0.006592,-0.019697,0.021199,0.008026,-0.013704,0.030619,-0.004541,-0.005024,0.004314,0.02368,-0.026949,0.012052,-0.035946,-0.009528,-0.002851,0.038602,0.022901,-0.00101,0.002312,-0.030979,0.010754,0.028838,-0.000715,-0.018265,-0.013979,0.004533,0.024433,-0.021391,-0.048848,-0.020127,-0.01998,-0.012484,0.029858,0.037849,0.042375,0.036954,-0.028007,0.041099,0.025949,-0.002177,0.014195,0.033305,-0.020317,0.01001,-0.02018,0.002551,0.004971,-0.034216,-0.006981,-0.022845,-0.014247,0.017036,-0.037596,0.001477,0.001699,-0.027779,0.0312,-0.000965,0.003273,0.024938,0.030356,0.006134,-0.018678,-0.016447,-0.027639,0.001234,0.032389,-0.006674,0.019048,-0.020715,0.00697,-0.014721,-0.046592,0.008601,0.009539,-0.026909,-0.026178,-0.007669,-0.01329,0.034973,0.016077,0.002835,-0.013883,-0.008906,0.016465,-0.005976,-0.007162,-0.01148,0.027011,-0.006624,-0.035414,-0.002262,-0.013161,-0.000801,0.033225,-0.022962,0.028645,-0.014468,0.030535,0.114331,-0.001958,0.021402,-0.004738,-0.004449,-0.008571,0.035312,0.01215,-0.025425,-0.018287,-0.017724,-0.031918,-0.031826,-0.013346,0.057123,-0.033108,0.008012,-0.044827,0.002574,-0.037338,0.089202,0.00575,-0.006788,-0.0064,0.015078,-0.016576,-0.013141,0.000847,0.000889,-0.005744,0.030792,0.028169,-0.000366,0.006821,-0.007214,0.044852,-0.031345,-0.002197,-0.032006,-0.020039,0.006511,-0.019049,0.012995,-0.030815,0.021536,0.060155,0.018508,-0.014767,-0.026462,0.08448,0.018717,-0.034044,0.015319,0.007015,0.001235,-0.005646,0.009042,-0.007255,0.006338,-0.000616,0.016417,0.035742,0.029824,-0.002614,-0.025754,-0.011954,0.002116,0.028163,-0.023097,0.005574,0.002659,-0.00856,0.041319,0.007614,0.031805,-0.046354,-0.015996,-0.024398,0.003706,0.020815,0.762392,0.001461,0.043657,-0.010607,-0.00238,0.018004,-0.016435,-0.024168,0.00297,-0.0024,0.003872,-0.003768,-0.008054,0.011271,0.022139,0.010033,0.011908,0.014783,0.005088,-0.038727,0.016596,-0.018423,0.036261,0.012617,0.004314,0.063595,0.002663,-0.023511,0.001434,0.017129,-0.033922,-0.028372,-0.068473,-0.032099,-0.008324,-0.002006,0.008889,0.009763,0.020794,-0.084465,-0.020573,-0.013227,0.001118,0.019214,0.021445,-0.006472,0.026155,0.017909,0.008247,0.010273,0.015821,-0.027524,0.013376,0.046499,0.015332,-0.009406,0.016501,-0.035673,-0.010177,0.002641,-0.03144,0.003757,-0.023594,0.085168,0.023642,0.054002,0.037271,0.028746,0.023594,0.024256,0.020806,-0.080942,0.020931,0.019365,-0.001629,0.002429,0.010444,-0.02781,0.009964,-0.013282,-0.004454,-0.072411,0.014488,0.009372,-0.015378,-0.002342,-0.032399,0.007303,0.030682,-0.025058,-0.026957,-0.00341,0.004079,-0.003001,0.004893,0.021306,-0.003107,0.053905,0.003448,-0.006105,0.029767,0.02656,0.004375,0.01759,-0.065909,-0.004216,0.012945,-0.008455,0.001377,0.035464,0.030401,0.004023,-0.029629,-0.023933,-0.020275,-0.001097,0.004841,-0.003176,-0.001012,0.020776,0.033001,-0.00604,-0.0095,-0.007365,0.026685,-0.046431,-0.038459,0.002752,0.020717,-0.024079,0.003176,0.001571,-0.019681,0.010731,-0.0149,-0.014893,-0.015226,0.011462,0.020525,0.027689,0.005075,0.022279,0.007402,0.014151,-0.013884,-0.004852,0.022848,0.008786,-0.016987,-0.021726,-0.011425,0.152683,0.026674,0.004913,-0.007645,0.006365,0.00779,-0.023979,-0.018686,-0.038151,0.031892,0.002749,0.00667,0.031519,-0.014518,-0.010068,0.075362,-0.003645,0.005561,-0.011723,-0.019092,-0.011604,0.001245,-0.208099,-0.004465,-0.025683,0.015538,0.008072,-0.010073,-0.004974,-0.021824,-0.009372,-0.041867,-0.005635,-0.004704,-0.026165,-0.017133,0.00299,-0.035104,0.048959,0.00333,-0.000485,-0.001432,0.043745,0.075106,-0.031676,0.109452,0.014034,-0.01137,0.007484,0.003631,0.012233,0.008526,0.003735,0.038755,0.014009,-0.018674,-0.013171,0.001685,-0.002207,0.04627,-0.038941,0.019563,0.021083,0.016115,-0.015542,0.004879,-0.008855,-0.004339,0.032341,-0.001731,-0.007327,-0.001244,0.014046,-0.001369,-0.005468,-0.02102,0.050137,0.010649,-0.025107,0.002935,-0.039576,0.021247,0.021062,0.026578,-0.00452,-0.007741,-0.05419,0.009835,-0.016696,-0.029573,0.014425,0.011223,0.018678,-0.023624,0.00716,0.020516,0.041152,0.119305,0.022445,0.011916,-0.002388,0.025264,-0.002754,0.010777,-0.000351,-0.03503,-0.035088,-0.001451,0.027206,-0.002001,0.019876,-0.011046,-0.032506,0.037071,-0.001782,-0.002575,-0.045625,0.015883,0.030423,0.025112,0.004391,0.00918,-0.002688,0.006659,0.017515,0.019623,0.012495,0.020113,0.017619,0.021764,0.002683,-0.006542,-0.022249,0.01241,-0.012219,0.02375,-0.015145,0.030434,-0.005459,-0.00295,-0.01943,0.041168,0.014041,-0.042996,-0.007964,0.02379,-0.008129,0.003814,-0.023989,0.006201,-0.032918,0.035034,0.022304,-0.012696,0.016914,0.001933,-0.014412,0.009183,0.012669,-0.047044,-0.032241,0.012267,-0.02891,-0.090974,0.004666,0.001266,-0.015869,0.027714,0.00735,-0.001073,-0.060334,0.026454,0.003758,-0.004004,0.015879,-0.002848,0.002583,0.02417,0.005121,0.016262,0.045217,-0.000151,0.016624,-0.013648,-0.007445,-0.00457,-0.015907,0.012062,-0.024531,0.001277,-0.009937,0.016091,0.012611,0.004871,-0.00575,-0.017434,0.008496,0.022459,0.016429,0.033835,-0.012822,-0.026341,0.007468,0.019733,-0.006422,-0.016773,0.001673,-0.02554,0.025866,-0.019019,-0.023209,-0.042814,0.019339,-0.005512,0.026343,0.013696,0.098685,0.020453,-0.037491,0.032577,-0.008584,-0.006602,-0.016889,0.030699,-0.009034,-0.009052,-0.023872,-0.011168,0.004189,-0.045835,-0.00546,-0.025506,-0.026746,-0.002139,-0.018516,0.005868,-0.016008,-0.015211,0.000659,0.016057,0.015702,0.01076,0.011873,-0.017449,-0.012005,-0.030801,-0.011176,0.013586,0.039808,-0.01854,0.000762,-0.023449,0.02182,-0.022806,-0.052922,0.007492,-0.000352,0.001054,0.007909,-0.033348,-0.006227,0.029151,0.03876,0.034798,-0.0233,0.019376,0.002086,-0.003728,-0.024337,-0.036062,0.015936,-0.003871,-0.027005,0.017014,-0.022001,-0.025144,0.039532,-0.006807,0.002592,0.009757,0.008439,0.108525,0.009641,0.01022,-0.009701,-0.009813,0.019002,0.033317,0.004656,-0.027009,-0.011599,-0.012895,-0.022678,-0.039369,0.046908,0.055784,-0.024503,-0.001055,-0.030114,0.010545,-0.029084,0.102564,0.017808,-0.019893,-0.026657,0.000742,-0.011747,0.014274,0.014834,0.002223,0.000019,0.017103,0.030826,0.003181,-0.015744,0.001709,0.025826,-0.003251,0.006718,0.015149,-0.015928,0.005652,-0.01873,-0.012502,-0.019512,0.024782,0.028308,-0.011361,0.006219,0.000643,0.073893,-0.002383,-0.006931,0.024878,-0.026376,0.018443,0.011052,0.029306,-0.02143,0.017646,-0.014904,0.021207,0.012605,0.015274,-0.016087,-0.015921,-0.04693,-0.014428,0.030182,-0.003881,0.007983,-0.011346,-0.022506,0.002838,-0.002095,0.000496,-0.02252,-0.006674,-0.019057,0.015717,0.005734,0.777126,-0.005151,0.000624,-0.000483,0.014998,-0.019928,0.017779,-0.01057,0.029065,-0.00747,0.021118,-0.009565,0.013608,0.021073,0.015746,-0.002512,0.017033,0.003742,0.017632,-0.031799,-0.015193,-0.037519,0.047087,0.032919,0.005605,0.067324,0.006652,-0.030534,0.001205,0.033829,-0.032071,-0.016715,-0.042957,0.000449,-0.011687,0.008545,-0.014051,0.010977,0.006349,-0.079946,-0.010337,-0.014604,0.004602,-0.019538,0.015015,-0.022982,0.021362,0.011485,0.023116,-0.003139,0.027039,-0.006325,0.031913,0.063957,0.005305,-0.012088,0.006525,-0.029419,-0.009144,0.013944,-0.010305,-0.021945,-0.015202,0.073904,0.025666,0.068496,0.004181,-0.002897,0.033588,0.035034,0.003921,-0.075501,-0.002821,0.022268,-0.023727,0.017704,-0.000298,-0.033769,0.011673,-0.045707,0.013504,-0.075561,0.025466,0.014859,-0.003604,-0.007425,-0.051397,0.000312,0.032471,-0.026813,-0.032457,0.045309,-0.010681,0.004374,0.004037,0.005918,0.016408,0.018726,0.003232,-0.006569,0.008268,0.013514,0.001653,0.023091,-0.04589,0.006447,0.000658,0.010526,0.009902,0.065559,0.025232,0.00128,-0.031333,-0.029295,-0.031769,-0.01997,-0.030283,0.010157,0.000751,0.012368,-0.007578,-0.020034,0.000117,-0.01593,0.03926,-0.039954,-0.031754,-0.013839,0.042071,-0.034191,0.021268,0.003983,-0.017095,0.002484,-0.023355,-0.027661,-0.028273,0.00947,0.013147,0.029616,-0.004431,0.051433,0.004323,0.031549,0.021972,-0.008996,-0.011181,-0.010182,-0.000802,-0.021345,-0.007423,0.079403,-0.001803,0.005084,-0.008253,0.018575,0.015072,-0.016222,-0.006225,-0.001406,0.039266,0.014768,0.006377,0.031537,-0.017704,0.0239,0.072522,-0.004112,0.001869,-0.012982,-0.004208,0.02806,-0.02338,-0.223552,0.01082,-0.039083,0.030108,0.014124,-0.001228,0.00194,0.000445,-0.035189,-0.032991,-0.01063,0.003593,-0.03956,-0.027794,0.030125,-0.006218,0.043309,0.011253,0.013049,0.000225,0.041343,0.04687,-0.051572,0.072217,0.020083,0.009381,0.025589,0.005883,0.01706,-0.000382,0.009032,0.038642,0.001427,-0.040109,-0.032217,-0.014949,-0.037811,0.033901,-0.003571,0.021871,0.011663,0.013969,-0.027492,0.029224,-0.019539,-0.001447,0.036181,-0.011295,-0.021478,-0.006938,-0.014666,0.00836,0.0486,-0.025245,0.025921,0.02537,0.012456,0.029566,-0.011516,-0.007186,0.029677,0.02785,-0.007462,-0.012323,-0.029318,-0.007407,-0.017144,-0.026361,0.023567,0.0073,0.029121,-0.025109,0.013894,-0.008545,0.028042,0.161619,-0.010631,0.018191,0.015968,0.021577,-0.006196,-0.026845,-0.004714,-0.008479,-0.02304,-0.026785,0.016867,-0.007177,-0.000258,-0.015847,-0.034561,0.117958,0.004554,0.005041,0.000371,0.001709,0.014415,0.011889,0.013163,0.027054,0.001547,-0.017021,-0.008495,0.016768,0.011277,0.025656,0.015654,0.01317,-0.002736,-0.00649,-0.02233,0.005859,-0.01,0.013704,0.004456,0.02348,0.016068,-0.010486,-0.004215,0.004172,-0.009592,-0.044965,-0.015098,0.021793,0.003564,0.040556,-0.03228,0.004237,-0.036558,0.013365,0.015878,-0.027742,0.014851,-0.004726,-0.016233,0.01422,-0.004769,-0.026442,-0.01637,0.009321,-0.037174,-0.086902,0.015896,0.004098,0.015148,0.027743,0.007573,-0.003481,-0.003833,0.0153,0.002329,0.052141,0.007257,-0.001228,-0.01596,0.010397,-0.005582,0.036217,0.014968,0.00585,0.007939,-0.013286,0.006847,0.008576,-0.025623,0.021661,-0.025756,0.009161,0.005404,0.022449,0.031252,0.004561,-0.008539,0.003413,0.012623,0.039836,0.01194,0.048934,-0.006576,-0.035607,-0.029092,-0.031804,-0.018171,-0.018755,0.017334,-0.028231,0.014019,-0.013967,-0.022431,-0.024717,0.017452,0.004173,0.043188,0.006639,0.033302,0.002329,-0.045989,0.03186,0.017169,0.023184,-0.013929,0.035948,-0.026624,-0.018124,-0.002815,0.005377,0.004763,-0.036629,-0.012764,0.006301,-0.018621,-0.010902,-0.004756,-0.000164,-0.022586,0.004669,-0.003569,0.040737,0.005302,-0.005257,-0.000739,-0.013003,-0.017794,-0.020204,-0.019644,-0.016861,0.039197,-0.019536,0.031597,-0.0132,0.0119,-0.003244,-0.025303,-0.005873,0.002522,0.012796,-0.000328,-0.007609,0.01774,0.031236,0.00736,0.046379,-0.025634,0.026047,0.025683,-0.01584,-0.015485,-0.040311,0.002397,-0.044343,-0.045518,0.009551,-0.031633,-0.0229,0.051496,0.00915,0.031467,0.020264,0.005089,0.108729,0.014143,-0.003285,-0.015821,-0.01489,0.014174,0.047382,0.020231,-0.023724,-0.010611,0.005572,-0.039875,-0.009583,0.00865,0.037121,-0.005859,-0.022534,-0.019368,0.021129,-0.037269,0.03196,0.024042,-0.029382,0.013969,0.028521,-0.007451,-0.011997,-0.012729,-0.020011,-0.024463,-0.002958,0.031847,0.004846,0.012969,0.005908,0.033306,-0.02615,0.01785,0.015922,0.029782,0.005558,-0.042843,-0.023672,0.000832,-0.000211,0.030779,0.021035,0.003588,-0.021276,0.063319,0.021885,0.012308,0.012076,-0.013301,0.027796,0.004452,-0.003823,-0.020031,0.01957,0.003354,0.008394,0.000224,0.029516,-0.028252,0.003625,-0.062802,-0.048638,0.009638,0.001165,0.006616,-0.013017,0.002315,0.02741,0.005594,-0.003884,0.003639,-0.014262,-0.014747,0.000228,-0.003973,0.769733,-0.00815,0.052356,-0.032329,0.034857,0.003795,0.000744,0.003684,0.003589,0.009044,0.031396,-0.001519,0.02902,0.019077,0.013212,-0.005671,-0.01626,-0.010493,-0.013892,-0.026963,-0.025408,-0.052239,0.017708,0.044367,-0.02081,0.056335,-0.013954,-0.028511,0.013205,0.011824,-0.063837,0.001207,-0.039997,-0.011528,-0.023529,0.00713,-0.012292,0.027855,0.023538,-0.087255,0.007091,-0.017287,0.039014,-0.00569,0.038717,-0.006276,0.000739,0.038405,-0.001309,-0.01548,0.015608,0.006178,0.022816,0.038335,-0.008307,-0.030108,0.005216,-0.042278,-0.027811,0.01533,-0.013063,-0.033295,-0.001472,0.042838,-0.000168,0.079276,0.017902,0.016098,0.024181,0.023466,0.027265,-0.085078,0.029358,-0.011625,0.033126,-0.02281,-0.009626,-0.01849,0.006244,-0.017543,0.031388,-0.097022,0.042236,0.028537,-0.00233,0.024263,-0.0504,-0.004591,0.007941,-0.038093,-0.038813,0.01805,-0.026251,-0.017302,0.010135,-0.006685,0.010494,0.086106,-0.002068,-0.023872,0.025452,0.037698,0.017743,0.011175,-0.051005,0.004701,-0.013816,0.008606,0.022393,0.054808,-0.003616,-0.016574,-0.0007,-0.028176,-0.007245,0.005989,0.006923,-0.016682,-0.000879,-0.010577,0.018824,-0.022296,0.002146,0.002295,0.030265,-0.047898,-0.062587,0.030013,0.024909,-0.006021,0.004095,-0.011107,-0.00878,-0.008449,-0.02566,-0.029067,-0.029786,0.021706,-0.001308,0.003389,0.004886,0.024523,0.017271,-0.012785,-0.015174,-0.007198,-0.003011,0.002086,-0.02597,-0.016358,0.002359,0.151833,0.04383,0.02021,-0.014036,0.011594,0.006445,-0.010386,-0.039702,-0.017985,0.026572,0.013587,0.035665,-0.006041,0.006021,-0.010086,0.076593,0.013253,0.019439,-0.000661,0.003275,-0.003092,-0.007791,-0.164273,-0.003122,-0.038679,0.010689,0.02224,-0.005563,0.018926,-0.053581,-0.046421,-0.038021,0.008887,-0.006744,-0.030815,-0.015709,0.034158,-0.016574,0.049269,0.008906,0.016421,0.006272,0.046684,0.080648,-0.020551,0.101868,0.001049,-0.038346,-0.003296,0.011816,0.007238,0.009482,0.026477,0.04416,0.010251,-0.03792,-0.019784,0.005894,-0.029296,0.020894,-0.012098,0.018013,0.008898,0.005421,-0.023853,0.013336,-0.005272,-0.024147,0.005215,-0.000312,-0.00375,0.023107,-0.010687,-0.018081,0.007449,-0.009678,0.024474,0.032065,-0.020545,-0.017825,-0.043393,0.038317,0.001599,0.027623,0.005502,0.027461,-0.042094,-0.019939,-0.031352,-0.027628,0.044516,0.034515,0.023695,-0.026423,-0.002787,0.020132,0.037993,0.129693,0.012344,0.039248,-0.000502,0.037556,-0.016061,0.004279,-0.003728,-0.023789,-0.045164,0.00187,0.026321,0.038726,-0.003636,-0.008598,-0.000528,0.056562,0.026074,-0.010207,-0.066942,-0.000487,0.034183,0.00567,0.006712,0.005645,-0.031616,-0.018777,0.024216,-0.000646,0.017111,0.015143,0.046015,0.028451,-0.017448,0.007785,-0.01741,0.033125,0.017691,0.001125,-0.02372,0.05325,-0.002585,-0.025105,-0.007894,0.00577,0.008696,-0.045627,-0.008704,0.042318,-0.034313,-0.000132,-0.00013,0.023539,-0.022618,0.032389,0.012044,0.003226,-0.017311,-0.016482,-0.02315,-0.020936,0.01679,-0.022744,-0.027809,0.018237,-0.039185,-0.089669,0.020569,-0.005475,0.007073,0.019506,0.014479,-0.011489,-0.086783,0.017311,-0.021052,-0.007678,0.022427,0.005096,-0.006188,0.022562,-0.012021,0.016613,0.045048,-0.019445,0.033363,-0.029137,0.001801,-0.016094,-0.030236,0.023431,-0.019147,0.002184,0.008018,0.025948,0.036703,0.031201,-0.000464,-0.000055,0.002075,0.020527,0.010531,-0.00437,-0.044741,-0.018127,0.029878,0.033445,-0.032641,-0.018661,-0.006216,0.00459,0.020123,0.011642,-0.041986,-0.0283,0.032061,-0.023279,-0.021478,-0.002035,0.084906,-0.002045,-0.030552,0.025614,0.022104,0.007015,0.007463,0.054579,0.012257,0.009919,-0.010488,-0.031665,-0.00411,-0.064059,-0.022923,-0.01618,-0.04798,-0.015722,-0.016066,0.008935,-0.01793,-0.019584,0.018899,0.036768,0.000425,-0.00594,0.005325,-0.009178,0.002322,-0.043169,0.004492,-0.013433,0.015759,-0.012503,0.012582,0.004741,0.025351,-0.019063,-0.049487,-0.031687,0.018433,-0.00891,0.026271,-0.05189,0.014483,0.041919,0.024686,0.022597,-0.014274,-0.008582,0.014106,-0.03246,-0.016007,-0.003113,0.028613,-0.021358,-0.025477,0.007537,-0.021417,-0.014308,0.029579,-0.007093,0.03304,0.001711,-0.002924,0.11647,0.020015,0.017187,-0.007834,-0.025892,0.00415,0.042021,0.021251,-0.030741,0.011299,0.022962,-0.007539,-0.00694,-0.006194,0.020523,0.000177,-0.046764,-0.042493,-0.002667,-0.033643,0.051068,0.003396,-0.009452,-0.017089,-0.01139,-0.012918,-0.014968,0.004834,0.000132,-0.022911,0.049671,0.028656,-0.008848,-0.004399,0.010392,0.004561,-0.008172,-0.008004,0.000761,0.001137,0.013504,-0.032783,0.016216,-0.039019,0.027244,0.036165,-0.011107,0.007981,-0.010879,0.073359,-0.018437,0.001947,-0.006612,-0.026541,0.002245,0.027834,0.011649,-0.016979,0.022786,-0.016639,0.015286,-0.001623,0.024061,-0.02388,-0.022273,-0.057063,-0.010874,0.015664,0.011873,-0.007458,0.003099,-0.015941,0.031599,0.010178,-0.014426,-0.04334,-0.026959,0.001333,0.003691,0.017721,0.746764,-0.004118,0.025677,-0.010427,0.016798,-0.001608,-0.011519,-0.014155,0.019495,-0.004966,0.029539,0.008501,0.024016,0.028974,0.022998,-0.028405,-0.005837,-0.019813,0.023442,-0.03101,-0.032011,-0.021768,0.030295,0.030726,-0.006883,0.051829,0.001315,-0.028687,-0.018663,0.02733,-0.017423,-0.018254,-0.020712,-0.002403,-0.029708,0.035578,-0.026569,0.024062,0.016879,-0.092578,0.003579,-0.004207,0.019959,-0.034768,0.014477,-0.010313,0.061902,0.034023,-0.013413,-0.001084,0.005353,-0.007262,0.005571,0.036095,-0.017118,0.004705,0.008604,-0.015615,-0.023167,0.011415,0.001335,-0.022349,-0.022335,0.080872,0.024958,0.054546,-0.01,0.020924,0.020689,0.011276,0.041956,-0.084705,0.020193,0.0052,0.003381,-0.009603,-0.006179,-0.026219,-0.003586,-0.012604,0.025831,-0.0889,0.023464,0.022219,-0.00544,0.008297,-0.048761,0.004178,-0.000316,-0.02685,-0.03155,0.020484,-0.023835,-0.010316,0.012194,0.001811,-0.000035,0.064627,0.005251,-0.007967,0.008149,0.040316,0.005467,0.018625,-0.040878,-0.009734,-0.011645,0.009135,0.011551,0.034269,0.0036,-0.011243,0.007383,-0.016563,-0.020828,0.005246,0.013898,-0.023914,0.001137,-0.019333,0.003607,-0.008248,-0.001197,-0.007903,0.02119,-0.044869,-0.042896,0.012357,0.028607,-0.008064,0.012731,0.003364,-0.015428,-0.010041,-0.030883,-0.036063,-0.02483,0.013949,0.000766,0.005242,0.011629,0.026075,0.00448,0.003808,-0.020577,-0.003877,0.00982,-0.007991,-0.006085,-0.003691,0.012784,0.135479,0.02381,0.026069,-0.007712,0.004074,0.003099,-0.009537,-0.025382,-0.040548,0.018217,0.02176,0.031187,0.004856,-0.000523,-0.015463,0.074514,-0.003738,0.020901,-0.011497,-0.003423,-0.012318,0.001352,-0.187306,0.00033,-0.040259,0.00609,0.01686,-0.002622,0.013084,-0.023409,-0.02282,-0.030189,0.022662,-0.010766,-0.024741,-0.014867,0.025462,-0.017579,0.037686,0.002166,0.010635,0.003498,0.048624,0.093202,-0.030683,0.112426,0.01356,-0.027462,-0.016706,0.016321,0.011989,0.015342,0.007428,0.047523,0.013268,-0.034969,-0.030706,0.00531,-0.017975,0.019126,-0.01067,0.030297,0.013175,-0.002493,-0.021422,0.019017,-0.001968,-0.026307,0.019742,-0.012898,-0.016047,0.000409,-0.015316,-0.017066,0.009318,-0.025112,0.057528,0.024047,-0.006864,-0.006853,-0.039459,0.020037,0.018711,0.03665,-0.009028,0.001279,-0.039044,0.006784,-0.031969,-0.036596,0.03253,0.030987,0.018254,-0.033683,0.001905,-0.002655,0.030635,0.151822,-0.003279,0.034538,-0.008202,0.02806,-0.010441,0.001792,-0.00827,-0.029402,-0.037529,-0.007143,0.018008,0.016618,0.005557,-0.03012,-0.022193,0.063182,0.007977,-0.016801,-0.070174,-0.01222,0.040755,0.004923,0.00548,0.019128,-0.028325,-0.017125,0.024714,0.02209,0.018628,0.019699,0.034704,0.014752,-0.025975,-0.005768,-0.048946,0.015374,0.005593,-0.008094,-0.014214,0.044131,-0.005129,-0.034399,-0.000462,0.033104,0.008582,-0.038436,-0.013803,0.066044,-0.029729,0.007349,0.012089,0.015804,-0.034809,0.01619,0.009568,0.007479,0.004059,-0.004016,-0.0215,-0.000988,0.013015,-0.031099,-0.018493,0.010873,-0.026308,-0.085488,0.014705,-0.004712,0.013041,0.015165,0.008938,-0.012748,-0.047836,0.007579,-0.020742,0.019813,0.030505,-0.008485,0.003491,0.019198,0.015906,0.038334,0.029496,-0.011806,0.041296,-0.021949,0.001263,-0.01655,-0.031876,0.016881,-0.017654,0.005547,0.006662,0.017231,0.025122,0.027767,0.001396,0.002729,0.001476,0.021963,0.026437,0.016582,-0.03744,-0.005537,0.050567,0.023771,-0.017912,-0.019176,-0.004027,-0.02445,0.008389,0.000399,-0.036189,-0.026439,0.036936,-0.022375,-0.020135,0.005508,0.106925,0.013309,-0.03491,0.024241,0.017837,0.009852,0.009643,0.049527,0.003943,-0.004613,-0.014682,-0.018319,-0.002086,-0.059519,-0.03687,-0.022945,-0.035926,-0.005243,-0.016731,0.003739,-0.025856,-0.005215,0.020382,0.026453,-0.007073,-0.02073,0.019898,0.001058,0.000079,-0.032676,-0.003756,0.010195,0.017496,-0.012098,0.013669,-0.007659,0.019251,-0.029381,-0.036032,-0.034942,0.015222,-0.003623,0.037629,-0.04698,0.011433,0.039014,0.017753,0.02399,-0.018062,0.011633,0.023887,-0.031863,-0.026589,0.029959,0.020045,-0.024186,-0.020442,0.017439,-0.015595,0.016417,0.043113,0.005283,0.018129,-0.012129,0.011169,0.115847,0.011265,0.014925,-0.009326,-0.02101,0.010386,0.050059,0.036573,-0.034273,0.0079,0.017407,-0.014612,-0.020968,0.001178,0.031313,0.000443,-0.031241,-0.020616,0.01066,-0.038766,0.081088,0.010773,-0.026762,-0.005867,-0.011744,-0.008568,-0.003086,-0.003195,0.021259,-0.017372,0.030748,0.028888,-0.00502,-0.000953,0.001353,0.014719,-0.005316,0.011353,0.003028,-0.004539,0.006841,-0.023298,0.016597,-0.019764,0.025386,0.021602,-0.000129,0.014943,-0.007334,0.055073,-0.020463,-0.002736,0.03163,-0.024456,0.010732,0.040536,0.009844,-0.003906,0.023005,-0.010969,0.001829,-0.000902,0.015328,-0.019214,-0.017463,-0.055437,-0.021066,0.015533,0.00438,-0.005135,-0.019213,-0.015879,0.023376,0.010983,-0.027211,-0.031933,-0.01101,-0.027442,0.014144,0.032977,0.762821,-0.006086,0.003735,-0.011804,0.017408,0.011389,-0.00135,-0.002761,0.013949,0.002152,0.012927,0.000033,0.014798,0.015079,0.018182,-0.019894,-0.001815,-0.012991,0.012842,-0.032206,-0.027556,-0.010224,0.029945,0.02129,-0.00136,0.071836,0.000903,-0.029291,-0.017811,0.029384,-0.027091,-0.022653,-0.007626,-0.014835,-0.022317,0.01753,-0.009562,0.034353,-0.003704,-0.08483,0.004569,-0.008488,0.013704,-0.020968,0.02558,-0.009389,0.048991,0.02712,0.013999,-0.002035,0.014957,-0.003309,0.012131,0.045519,-0.002922,-0.019399,0.007768,-0.031763,-0.014434,0.000708,0.004008,-0.026603,-0.015801,0.074367,0.018221,0.041915,-0.006298,0.025308,0.012298,0.034862,0.022401,-0.089709,0.031176,0.031847,-0.007357,-0.020649,0.004874,-0.017617,0.003765,-0.038614,-0.006146,-0.081963,0.017029,0.013717,-0.004028,0.002246,-0.048859,-0.010951,0.009091,-0.017451,-0.037704,0.032153,-0.027652,-0.007978,0.023194,-0.013198,0.002863,0.042307,-0.000359,-0.021556,0.01734,0.015841,0.012307,0.01547,-0.062552,-0.001602,0.023022,-0.005479,-0.022035,0.07238,0.014517,0.012079,-0.010783,-0.026098,-0.001379,-0.022058,-0.000904,0.026336,-0.002165,0.023347,-0.005416,-0.024628,-0.009871,-0.0276,0.032229,-0.034704,-0.014797,0.005565,0.017232,-0.010669,0.004202,0.005893,-0.019102,-0.004074,-0.021828,-0.014595,-0.004605,0.016764,0.019267,0.034343,0.005533,0.016128,-0.000552,0.022938,0.014636,0.012987,0.013824,-0.005171,0.016621,-0.01878,-0.008739,0.146051,0.003665,0.005606,-0.00646,0.003452,0.014757,-0.004691,-0.01622,-0.017884,0.041209,0.008613,0.019022,0.019517,-0.008164,0.004401,0.080963,0.005574,0.027798,-0.001061,0.014632,0.001109,0.014844,-0.16345,0.008842,-0.011963,0.007401,0.015484,-0.00657,-0.01205,-0.009689,-0.016031,-0.011844,-0.01002,-0.025261,-0.017192,-0.008608,0.032459,-0.010531,0.045285,-0.012099,0.012484,0.007808,0.058978,0.08128,-0.022682,0.071997,0.02439,-0.013753,0.001308,-0.00983,0.00964,-0.012906,0.008094,0.056221,-0.003856,-0.013673,-0.017853,0.012781,-0.013454,0.030594,-0.012531,0.011785,0.013287,0.02076,-0.017181,0.012559,-0.013601,-0.01746,0.02745,-0.032403,-0.026248,0.008961,0.006488,0.005216,0.026967,-0.01033,0.053639,0.000375,0.006701,0.006166,-0.041748,0.041406,0.029336,0.006531,-0.017188,-0.003262,-0.049802,-0.003049,-0.012156,-0.028293,0.020959,0.042898,0.012486,-0.001676,-0.001431,0.024829,0.019978,0.117458,0.004886,0.018997,-0.009447,0.02724,0.00474,-0.008355,-0.008464,-0.028317,-0.027052,0.000131,0.022358,0.032083,0.004728,-0.007457,-0.022957,0.0308,0.023001,-0.016961,-0.047125,0.019697,0.034061,0.029859,0.012104,0.022975,-0.009865,-0.015349,-0.008653,0.001914,0.019497,0.026896,0.022682,0.012584,-0.003334,-0.006767,-0.038771,0.023308,-0.008682,0.014155,-0.011852,0.037949,-0.027039,0.015016,-0.011811,0.012816,0.010955,-0.054307,-0.012099,0.026992,-0.007328,0.020694,-0.028567,-0.004811,-0.023445,0.01428,0.015886,-0.011294,-0.012322,-0.017338,-0.00604,-0.004014,0.005229,-0.034476,-0.013027,0.01071,-0.037201,-0.070015,0.011805,-0.008184,-0.000341,0.031882,0.016464,-0.005471,-0.063466,-0.004572,-0.019686,0.041868,0.000865,-0.003173,-0.010196,0.010732,-0.010782,0.024141,0.019232,-0.008154,0.013052,-0.01753,0.020678,-0.00007,-0.010063,0.020668,-0.013387,-0.011231,-0.003178,0.010658,0.019717,0.010492,-0.005769,0.001884,-0.001992,0.018908,0.008462,0.046431,-0.011587,-0.009104,0.017708,-0.008045,0.013307,-0.024512,0.017626,-0.006805,0.02878,-0.001919,-0.027655,-0.032322,0.024654,-0.016062,0.015581,0.011605,0.120357,0.01467,-0.010726,0.051636,0.007911,0.006532,-0.018893,0.03814,0.012702,0.007484,-0.01161,-0.003213,-0.006383,-0.037789,-0.027566,-0.027604,-0.03353,0.017497,-0.016097,0.007521,-0.005919,-0.021546,-0.005563,0.029914,0.00759,-0.00011,0.001606,-0.024115,-0.015658,-0.030535,-0.004918,0.007409,0.046933,-0.001344,0.005949,-0.015905,0.021219,-0.030498,-0.058571,0.00517,-0.00631,0.005634,0.016504,-0.037702,0.000561,0.024557,0.028154,0.027975,-0.018633,0.012669,0.017908,-0.007751,-0.012536,-0.000288,0.011702,-0.005147,-0.018692,0.026128,-0.02801,-0.023831,0.029469,0.008535,0.014411,0.010382,-0.004932,0.116203,0.028594,0.000382,-0.003543,-0.031952,0.014426,0.045238,0.039736,-0.012461,-0.003389,-0.009099,-0.046441,-0.02478,0.004251,0.007727,0.005522,-0.014148,-0.00526,0.015839,0.000086,0.126739,0.016465,-0.027445,-0.013642,-0.012988,0.001716,-0.006786,-0.012882,0.024655,0.002909,0.016055,0.025844,0.002104,-0.019261,-0.000656,0.02777,-0.025299,0.014176,0.006494,-0.003711,0.025884,-0.032138,-0.001362,-0.039489,0.006973,0.021884,-0.006492,0.014045,-0.009563,0.077665,0.002692,-0.024826,0.025548,-0.017589,0.015615,0.032769,0.013464,-0.021133,0.026926,-0.008059,0.016899,-0.003267,-0.008917,-0.025178,0.00413,-0.051902,-0.010458,0.048418,-0.007014,-0.005574,-0.019594,-0.00211,0.019417,0.005042,-0.005066,-0.021105,-0.013722,-0.010598,0.010912,0.028828,0.783962,-0.018402,0.020376,-0.015718,0.033121,0.013309,0.012223,-0.023009,0.009354,-0.012584,0.027053,-0.008668,-0.001064,0.038688,0.018201,-0.00587,0.020022,0.008216,0.013698,-0.038149,-0.018523,-0.018879,0.014521,0.038291,-0.001877,0.070574,0.008541,-0.023993,-0.020465,0.00789,-0.037415,-0.001798,-0.033002,-0.028417,-0.02899,0.010709,-0.003437,0.021335,-0.0055,-0.093405,0.009617,0.010712,0.021156,0.007979,0.000232,-0.007734,0.030027,0.021238,0.022431,-0.006163,0.006778,0.008152,0.01359,0.053022,-0.002165,-0.015527,0.007383,-0.028038,-0.010899,0.030546,-0.015724,-0.019876,-0.006672,0.063283,0.008104,0.053686,-0.008354,0.009603,0.018945,0.023832,0.022082,-0.104133,0.034094,0.029347,-0.000393,-0.000278,0.016011,-0.011402,-0.000925,0.014054,-0.004341,-0.08225,0.041385,0.022992,-0.027308,0.004659,-0.017805,-0.003133,0.016485,-0.015193,-0.040558,-0.004977,-0.025282,-0.034314,0.010323,-0.002447,-0.003087,0.036179,0.006453,-0.006798,0.013302,0.016736,0.00112,0.03089,-0.058128,-0.013255,0.014455,0.002646,0.000181,0.037628,0.039852,-0.018904,-0.002574,-0.030014,0.027569,-0.010337,0.016674,0.006234,0.007489,0.023676,0.042112,-0.036591,-0.028586,-0.023464,0.027268,-0.048863,-0.026751,0.015368,0.023537,0.004261,-0.035442,-0.023362,-0.019896,0.01329,-0.042683,-0.02659,-0.003809,0.006917,0.006371,0.014485,-0.014591,0.025222,0.024291,0.029354,-0.027689,0.038229,0.010624,0.017382,0.005778,-0.015833,-0.018395,0.162182,0.012333,0.009085,0.003275,-0.006329,0.010414,-0.02304,-0.033397,-0.017554,0.050535,-0.014957,-0.032389,0.008227,-0.00894,0.006568,0.055504,0.01558,-0.006034,-0.00655,-0.035193,-0.013839,0.005822,-0.23048,-0.020757,-0.028537,0.017404,-0.016296,-0.023418,0.015722,-0.006315,0.02205,-0.03913,-0.020546,-0.031767,-0.023944,-0.01018,-0.028991,-0.02538,0.030078,0.016225,0.006913,-0.014939,0.0456,0.07515,-0.04216,0.056889,0.036333,-0.006056,0.007821,-0.02375,0.023313,-0.026452,0.017127,0.029692,0.012417,-0.017678,-0.023625,-0.003499,-0.001644,0.013628,-0.031157,0.017359,0.047803,0.050618,-0.007077,0.003976,-0.010285,0.005453,0.000815,-0.030048,-0.004814,-0.017576,0.013478,-0.003855,-0.023082,-0.02965,0.033706,-0.001357,-0.016557,0.009762,-0.040356,0.052571,0.012193,0.013672,0.013021,-0.020451,-0.058989,-0.016815,-0.033592,-0.033625,0.006525,-0.000192,0.027498,-0.005323,0.02605,0.010519,0.049871,0.113994,-0.010558,0.012393,0.006328,0.045548,-0.027015,-0.00173,-0.001288,0.005069,-0.021467,-0.009212,-0.002192,-0.014553,0.004729,-0.012759,-0.037037,0.004781,-0.015661,-0.020251,-0.060551,0.000331,0.033288,0.007425,-0.008239,0.008348,-0.024244,-0.013803,0.005391,0.011513,0.006605,0.0215,0.053187,0.000318,0.020163,-0.008651,-0.008597,0.015458,0.014123,0.030471,0.011525,0.04538,0.005232,0.006002,-0.02677,0.045158,0.021323,-0.024945,-0.030332,0.039266,-0.015745,-0.000092,-0.028661,0.014641,-0.043686,0.032832,0.009249,0.01026,0.026014,-0.001669,-0.011283,0.007951,0.01141,-0.017225,-0.017749,0.024024,-0.036977,-0.079692,-0.027479,-0.006849,0.001997,0.02426,0.009555,-0.005082,-0.057307,0.019707,0.006267,-0.012351,-0.005119,-0.019014,0.01553,0.000796,0.01443,0.013045,0.056683,-0.016164,-0.009778,-0.011657,-0.006066,-0.014101,-0.021092,0.01063,-0.043004,0.006223,-0.01397,0.011296,0.027149,0.02522,-0.033363,0.012943,0.027719,0.020864,0.031235,-0.015966,-0.000072,-0.008112,0.00692,0.0416,0.017175,-0.034428,0.023095,-0.032128,0.050345,0.009009,-0.015652,-0.054033,0.010883,-0.004969,-0.001643,0.016397,0.117878,0.001079,-0.01895,0.05216,-0.014392,-0.00657,-0.034368,0.037972,-0.018351,-0.017274,-0.010781,-0.019323,0.010905,-0.041935,-0.010074,-0.044265,-0.011156,-0.024623,-0.032257,-0.011146,-0.004337,0.002321,-0.004207,0.010225,-0.002713,0.019892,0.002015,-0.001227,-0.032665,-0.009752,0.012729,0.026828,0.02294,-0.016663,0.008751,-0.028463,-0.002645,-0.012,-0.022997,-0.022433,-0.010951,-0.008234,-0.001491,-0.020379,-0.034858,0.027576,0.043404,0.033352,-0.011151,0.032266,0.024114,-0.005252,-0.010555,-0.008849,0.027267,0.0013,-0.028124,-0.008907,-0.026815,-0.035404,0.021074,-0.02649,0.009113,-0.006176,-0.011071,0.104359,0.001187,0.028068,0.012665,-0.004839,-0.00159,0.027867,0.032677,-0.027442,-0.029403,-0.02556,-0.035073,0.002427,0.022142,0.01424,-0.012939,0.005443,-0.021542,0.032507,0.005263,0.12438,0.015085,-0.016786,-0.017898,0.009442,-0.040932,0.036919,0.007905,0.016516,0.014285,0.014527,0.006497,0.030724,0.052201,0.013896,0.000883,-0.003162,-0.017669,0.021301,-0.019709,0.015877,0.006848,0.021935,-0.024217,0.026405,0.013417,-0.010932,0.002826,-0.010179,0.102927,-0.013333,0.027389,0.007899,-0.024511,0.00757,0.00354,0.027032,-0.00603,0.014716,-0.02627,0.028401,-0.004126,0.008887,-0.043334,-0.008022,-0.034995,-0.008805,0.02229,-0.005399,-0.011792,0.021276,-0.023904,-0.018662,0.000463,-0.001974,0.009324,-0.009934,-0.011311,0.033631,0.01382,0.740624,-0.023889,-0.002616,-0.014892,0.015517,-0.015015,0.017244,0.006302,0.023706,0.006638,0.01173,-0.014299,0.021384,0.04652,0.006026,0.006196,0.013142,-0.009173,0.020148,-0.028482,0.001512,-0.034946,0.042553,0.059096,-0.000456,0.04053,0.005656,-0.008176,0.01702,0.0472,-0.012764,0.004647,-0.008688,0.019904,-0.007108,-0.011971,-0.019059,-0.009732,0.000259,-0.076737,0.00062,0.016835,0.029821,-0.0402,0.018244,-0.040958,0.012057,0.004416,-0.006517,-0.021544,0.033057,-0.00175,0.005613,0.048966,0.009977,-0.024241,0.005036,-0.041358,0.022175,0.026287,-0.000614,-0.012063,0.003204,0.069972,0.052008,0.044446,-0.03334,0.011628,0.033089,-0.010641,0.04323,-0.070405,0.020842,0.010899,0.011567,-0.015007,0.019128,-0.005024,-0.008722,0.000126,-0.003157,-0.094193,0.013217,0.013501,0.015349,0.005741,-0.055912,-0.013064,0.01852,-0.018633,-0.036154,0.022824,-0.009116,-0.023593,0.01348,-0.013933,-0.021328,0.016764,-0.007192,0.000622,0.00512,0.016159,0.003142,-0.001805,-0.071424,-0.010951,0.022358,0.031148,-0.019579,0.029366,0.028813,0.013816,-0.013899,-0.0359,-0.004438,0.011255,0.018134,-0.008014,0.00113,0.032197,-0.004241,-0.015092,0.007448,-0.01758,0.039193,-0.025775,-0.019466,0.034025,-0.00161,0.011818,-0.025831,-0.008376,-0.02404,0.01302,-0.031928,-0.010611,-0.014737,0.018629,0.030712,0.026585,0.000115,0.013352,0.011144,-0.001328,0.008382,0.006848,0.026054,0.038749,0.009382,0.012416,0.001097,0.170795,-0.003663,-0.035136,-0.025668,0.009781,0.003153,0.002058,-0.014334,-0.012932,0.045923,-0.007517,0.017681,0.043033,-0.016926,-0.015135,0.06382,0.016029,0.031097,-0.007147,-0.029156,-0.013025,0.014456,-0.21999,0.003623,-0.031862,0.010717,0.016723,-0.019388,0.022167,-0.009097,-0.010808,-0.011281,-0.012298,-0.021052,-0.027606,-0.011712,-0.025927,-0.030142,0.031156,-0.024391,0.001318,-0.008534,0.038493,0.086409,-0.016094,0.077285,0.023309,-0.000051,-0.002299,0.020713,0.013043,0.001727,0.019128,0.029318,0.008309,-0.034537,-0.021141,-0.006016,-0.018381,0.045101,-0.043494,0.002268,0.035643,-0.004577,-0.022104,0.004121,-0.005056,-0.008632,0.02964,-0.02056,-0.012236,0.019654,0.023099,-0.028244,-0.004034,-0.03604,0.052862,-0.00783,-0.008247,0.004785,-0.031387,0.023271,0.034236,0.011497,0.004505,-0.020301,-0.056425,0.012381,-0.012115,-0.033383,0.029833,-0.002035,0.017082,0.017127,0.009909,0.018751,0.046994,0.133915,0.032225,0.02417,0.00452,0.018685,-0.000996,-0.000313,-0.019152,-0.033665,-0.031764,0.016863,-0.004555,0.002556,-0.01922,-0.032924,-0.035738,0.041157,0.001693,-0.006943,-0.042252,0.018127,0.03461,0.031916,0.006676,-0.004678,-0.015898,-0.017545,-0.007417,0.0022,0.012166,-0.001068,0.041282,0.017072,-0.00566,0.002881,-0.029828,0.015176,-0.028043,-0.011556,-0.008223,0.039004,-0.02433,-0.004316,-0.039225,0.03659,-0.006913,-0.030675,0.016925,0.004711,0.017297,0.033966,-0.016107,0.018039,-0.038283,0.026556,0.017315,-0.003516,0.026368,0.001922,-0.022457,-0.014558,0.017619,-0.029595,-0.015746,0.020396,-0.062325,-0.132457,0.004805,-0.001325,-0.007059,0.028208,0.025602,-0.015304,-0.066997,0.039891,-0.017327,0.02552,-0.001256,-0.034452,-0.00993,0.020724,-0.020492,0.025587,0.030679,-0.005078,0.004618,-0.017124,0.020231,0.009752,-0.031065,0.018488,-0.021817,-0.002811,-0.003018,0.023983,0.016669,0.013374,-0.042404,-0.002138,-0.005299,0.01047,0.026954,0.004896,-0.003653,-0.008263,-0.001766,0.027953,-0.015374,-0.00677,-0.005588,-0.005664,-0.00233,0.005447,-0.034315,-0.046126,0.018959,0.00027,0.010703,0.011602,0.116868,-0.000627,-0.037415,0.032664,0.002068,-0.014847,-0.024739,0.021515,0.015234,-0.003409,-0.018918,-0.013687,0.010257,-0.033392,-0.025944,-0.005595,-0.028691,-0.006486,-0.03556,-0.008779,0.000621,-0.012992,-0.008311,0.001044,-0.004206,0.006761,0.015252,-0.009005,0.005315,-0.027953,0.000258,0.01268,0.033568,-0.019776,-0.01012,-0.014184,0.003661,-0.030534,-0.053053,0.000044,-0.006869,0.000776,0.013883,-0.027819,-0.003956,0.031353,0.040204,0.048407,-0.038857,0.019013,-0.013153,-0.018665,-0.007967,0.019136,0.021218,-0.04212,-0.047695,0.021045,-0.033054,-0.022534,0.02682,-0.03491,-0.01318,0.005555,-0.030069,0.111094,0.005392,-0.009963,0.004007,-0.008368,-0.006921,0.049747,0.056238,-0.037801,0.005149,-0.008939,-0.02023,-0.008002,0.029728,0.000554,-0.015254,0.026047,-0.010953,0.000976,-0.013469,0.077156,0.007235,-0.011925,-0.019706,0.005682,-0.011107,0.020398,-0.010363,0.016483,0.025947,0.006419,0.045022,0.002385,0.008316,0.009137,0.022523,0.012932,-0.005694,0.029589,-0.011469,0.028188,-0.037237,-0.020183,-0.042927,0.03051,0.005161,-0.004474,0.021889,-0.007914,0.049102,0.009704,-0.029032,0.030387,-0.006321,0.007855,0.01398,0.00131,-0.015621,0.000684,0.006108,0.027997,0.004105,-0.011571,-0.036703,0.00838,-0.01633,0.011034,0.040782,-0.034168,0.006665,-0.021445,-0.013774,0.027179,0.013383,-0.004688,-0.005941,0.00177,-0.002469,0.015034,-0.003587,0.752501,-0.030297,0.037197,-0.013208,0.033147,-0.020863,0.011534,-0.006834,0.006992,-0.017304,0.012149,-0.005113,-0.001469,0.043871,0.025982,-0.013385,0.024345,-0.018836,0.006884,-0.026994,-0.035335,-0.039903,0.02187,0.009448,0.032582,0.043947,0.02209,-0.012726,0.009055,0.060206,-0.027324,-0.008715,-0.016356,0.000213,-0.004912,0.005356,-0.036747,0.005146,-0.00382,-0.075697,0.010373,0.02543,0.019491,-0.013329,0.006682,-0.000144,0.001408,0.018007,0.019332,-0.006131,-0.00076,-0.00715,-0.006632,0.055307,-0.015782,-0.014911,0.007304,-0.03156,0.006298,-0.003605,0.029008,0.007006,-0.027638,0.057552,0.019276,0.04885,0.001972,-0.019425,0.008353,0.018448,0.045452,-0.084822,0.049457,0.006607,0.024672,-0.004651,0.024073,0.010972,-0.014335,-0.024503,0.004024,-0.058693,0.020435,0.015786,0.013718,0.021396,-0.051211,0.001427,0.016434,-0.038119,-0.06201,0.048214,0.005151,-0.053137,0.006331,-0.006301,0.004278,0.00032,0.009142,0.011358,0.038929,0.022515,-0.005271,-0.025411,-0.099697,-0.022467,0.018548,0.03739,0.030685,0.056662,0.016831,-0.009857,-0.01889,-0.021796,0.000658,0.019346,0.029133,0.011781,0.017862,0.013425,-0.012114,0.028891,0.028624,-0.003959,0.035566,-0.044276,-0.043213,0.056145,0.028559,-0.026466,-0.043889,0.006582,-0.00304,-0.00566,-0.057934,-0.02494,-0.022101,-0.009961,0.038573,0.016033,-0.009267,0.043618,0.010454,0.003886,0.043583,-0.01175,0.011636,0.067825,-0.007478,0.013351,0.027972,0.12667,-0.003804,-0.024398,-0.016638,0.026962,-0.002506,0.028469,-0.041945,0.005745,0.046265,0.000652,0.05871,-0.000746,-0.028104,0.003826,0.031762,-0.010998,0.045518,-0.00897,-0.000247,-0.003586,0.034773,-0.209805,0.019989,-0.046622,0.004105,-0.018529,-0.038375,0.022356,0.027367,-0.034334,-0.027892,-0.036158,-0.016878,-0.027047,-0.011923,-0.032412,0.007106,0.03541,-0.047978,0.025912,-0.028244,0.037708,0.062493,-0.010409,0.059892,-0.001906,0.01365,0.016259,0.02374,0.034675,-0.014909,-0.023897,0.051893,0.013469,-0.041551,-0.038088,-0.011298,-0.028789,0.035386,-0.002934,0.000169,0.09464,-0.028942,-0.011511,-0.010385,0.011568,0.013536,-0.012367,-0.007302,-0.029574,0.021133,0.041107,-0.042557,-0.030577,-0.038388,0.032088,-0.037076,0.005618,0.032788,-0.006672,0.002692,0.028427,-0.003358,-0.00725,-0.003666,-0.038202,0.029577,0.00551,-0.040559,0.030882,0.005085,0.008192,0.013255,0.03424,0.03333,0.029578,0.147116,0.035075,0.011356,-0.00457,-0.008261,0.004564,0.035743,-0.016362,-0.040593,-0.025808,0.015753,-0.000184,0.022011,0.010398,-0.028245,-0.026104,0.089547,-0.003207,0.00564,-0.07087,0.037824,0.043885,-0.000167,-0.029814,0.009955,-0.018579,0.001382,0.000964,-0.012024,0.01633,0.018497,0.044622,0.001637,-0.021996,-0.010083,-0.008598,0.015467,-0.011974,-0.000887,-0.024129,0.022268,-0.03608,-0.009973,-0.03686,0.029282,-0.019739,-0.047164,-0.016415,0.007043,-0.001886,0.019848,-0.034465,0.018059,-0.034088,0.01707,-0.016164,0.022273,-0.028351,-0.016895,0.00246,-0.006335,-0.006333,-0.01151,0.019639,0.02035,-0.036047,-0.090199,0.013018,-0.017891,-0.012089,0.040981,0.057486,0.00013,-0.056571,0.052297,-0.034984,0.066665,0.025716,-0.041002,-0.051907,0.015931,-0.01732,0.046894,0.034006,-0.007844,-0.014836,-0.005149,0.011748,0.007104,-0.019098,0.031386,-0.040468,-0.00837,0.000472,0.03337,0.029827,0.025894,-0.019145,-0.020462,-0.012046,0.018856,0.000907,-0.005022,-0.02207,0.001279,-0.025511,0.048153,-0.028883,-0.024201,0.002281,-0.033272,0.026906,-0.001884,-0.044171,-0.060007,0.020872,-0.019587,0.053845,0.026912,0.099205,-0.014515,-0.047513,0.031533,0.020561,-0.030695,-0.02336,0.06427,0.014498,-0.005399,-0.030736,0.000645,-0.007296,0.009723,-0.059334,-0.008184,-0.029673,-0.005848,-0.012082,-0.002966,0.017537,-0.006367,0.041504,0.015366,0.008706,-0.020268,0.011995,-0.022875,-0.012868,-0.001149,-0.005397,0.009588,0.041098,-0.020426,-0.021181,-0.032425,0.030554,-0.037427,-0.034786,0.015305,-0.004662,-0.009593,0.016603,-0.024097,0.022129,0.048051,0.046139,0.071431,-0.003819,-0.004591,0.026626,-0.017804,-0.008623,0.063355,0.00938,-0.031608,-0.013029,0.033099,-0.018368,-0.029624,0.019229,-0.001182,0.00949,0.00877,-0.005571,0.109861,0.008677,-0.017706,-0.018685,-0.025948,0.025919,0.06292,0.026882,-0.025408,-0.036777,0.001986,-0.017611,0.006002,0.017399,-0.040784,-0.024754,-0.017118,0.012951,-0.033703,-0.025315,0.108997,0.015578,0.01489,0.00243,0.028834,0.000166,-0.002072,-0.006798,-0.020371,0.019982,0.017126,0.040506,-0.023894,-0.016234,0.01259,0.034338,-0.025783,-0.005799,0.014096,0.042856,0.025412,-0.03495,-0.006924,-0.014476,0.048095,0.004646,0.019569,0.014983,0.009853,0.038066,-0.007476,-0.004719,0.047716,-0.010244,-0.033462,0.039345,0.014406,-0.0068,0.01884,-0.01447,0.029124,0.000098,-0.005178,-0.019329,0.027156,-0.015341,0.002403,0.036323,-0.030142,0.023909,-0.006621,0.004251,0.000859,0.019664,-0.008185,0.01147,0.009509,-0.041812,-0.002167,-0.016524,0.690895,-0.000818,0.037642,-0.020355,-0.002598,0.009658,0.020658,-0.010053,0.004469,0.001867,0.00939,-0.004612,0.005091,0.049819,0.038626,-0.000352,0.02634,-0.00136,0.029024,-0.016876,-0.014341,-0.051088,0.036768,0.060956,0.004542,0.043285,0.027868,0.003786,0.00697,0.03693,-0.00052,-0.009304,-0.037187,-0.038198,0.001054,0.00174,0.001466,0.057488,0.020975,-0.05368,0.010162,0.009807,0.037492,-0.011065,-0.001923,-0.029792,0.016246,0.010732,0.00586,-0.031978,0.003711,0.013542,-0.032274,0.026914,-0.036923,-0.017313,0.013546,-0.02357,0.02233,0.005402,0.037537,0.001283,-0.021411,0.019656,0.056202,0.048978,0.010908,-0.010387,0.009795,0.022231,0.047442,-0.108883,0.030747,0.012565,0.008208,0.003863,0.021342,0.002801,-0.016943,-0.011466,0.006373,-0.051805,0.002503,0.01379,0.022553,0.022466,-0.044794,-0.003405,0.017619,-0.040836,-0.077803,0.018243,-0.007524,-0.032795,0.026314,-0.000385,0.000152,0.000751,0.019735,0.017674,0.013557,0.0358,0.010868,-0.030619,-0.077255,-0.027885,0.007588,0.025011,0.051922,0.024689,0.014325,0.001303,-0.012047,-0.007304,-0.009456,0.00112,0.05277,0.00109,0.017681,0.015442,0.030426,-0.01156,0.01921,0.005361,0.032783,-0.05702,-0.057192,0.055105,0.004554,-0.024803,-0.058909,0.0058,-0.009023,-0.004509,-0.036631,-0.034605,-0.016341,-0.011253,0.021477,-0.000426,0.000636,0.040991,0.008771,-0.00428,0.038661,-0.014385,0.031971,0.051148,-0.002972,-0.002798,0.041468,0.139024,0.004795,-0.027978,-0.017534,0.016995,0.013205,0.039193,-0.026347,-0.010932,0.052092,-0.004221,0.030806,-0.012326,-0.010027,0.011174,0.032633,0.013853,0.026255,-0.004281,0.002032,0.004809,0.018058,-0.215854,0.020553,-0.035966,0.022041,0.007542,-0.01882,0.024106,0.022964,-0.021295,-0.027217,-0.027215,0.003705,-0.033416,-0.004234,0.003122,0.004806,0.034762,-0.046509,0.029232,-0.041756,0.066572,0.061194,-0.003633,0.070674,0.010263,0.02625,0.023045,0.029688,0.026801,-0.017725,-0.012505,0.037537,0.015313,-0.046063,-0.021285,-0.011031,-0.044724,0.0292,-0.019951,0.014143,0.055355,-0.017026,-0.017539,-0.022291,0.014713,0.002228,-0.00767,-0.000435,-0.025212,0.029303,0.034128,-0.007021,-0.02161,-0.032651,0.016167,-0.012007,0.020902,0.018204,-0.006806,0.011827,0.009216,0.005179,0.004337,-0.013423,-0.044567,0.036516,0.004439,-0.046672,0.015389,0.010011,0.012355,-0.009896,0.029178,0.017916,0.030318,0.187906,0.031789,0.016185,0.002997,-0.01223,0.017581,0.011775,-0.001907,-0.023355,-0.022057,0.014167,-0.005985,0.01458,0.011575,-0.035965,-0.009873,0.098608,0.010942,-0.004943,-0.040307,0.026498,0.045349,0.01333,-0.005457,0.013266,-0.021198,0.002432,0.033382,0.014159,0.010283,0.02874,0.024719,-0.003807,-0.015799,-0.005409,0.001021,0.02411,-0.03753,-0.015377,-0.033976,0.02952,-0.01792,-0.013777,-0.041797,0.047534,-0.026627,-0.032079,-0.010009,0.028191,-0.023044,0.002189,-0.019775,0.003328,-0.024502,0.017602,-0.011849,-0.000248,-0.030339,-0.018534,-0.015058,0.00907,-0.007221,-0.016483,-0.01204,0.015942,-0.019927,-0.141643,0.004378,-0.024225,-0.019065,0.024183,0.063464,0.009649,-0.070507,0.025462,-0.035875,0.072965,0.016383,-0.05219,-0.035358,0.038807,-0.022916,0.050334,0.040704,-0.026976,-0.014059,0.023633,0.027837,0.0035,-0.026078,0.016931,-0.033536,-0.017694,0.002453,0.019455,0.013996,0.019156,-0.026094,-0.009104,-0.012683,0.040094,0.025745,0.015061,-0.006933,-0.000495,-0.020556,0.029936,-0.005399,-0.005238,0.006886,-0.047278,0.018108,-0.012547,-0.033489,-0.05989,0.022313,0.008685,0.038356,-0.008211,0.06947,-0.004808,-0.034647,0.021342,0.00069,-0.035643,-0.045866,0.046487,0.019102,-0.000847,-0.019981,-0.001152,0.014422,0.012345,-0.047693,0.011477,-0.04588,-0.007845,-0.011961,0.022503,0.012774,0.012584,0.021103,0.001187,0.01001,0.004594,-0.007484,-0.029278,-0.018939,-0.026232,-0.014298,0.019483,0.039191,-0.036217,-0.0366,-0.009969,0.022615,-0.03437,-0.053012,-0.006583,0.00213,-0.011934,0.010675,-0.009184,0.034707,0.037268,0.041003,0.073315,-0.009012,0.006893,0.011255,-0.039004,0.002543,0.037498,0.008601,-0.004462,-0.041414,0.024386,-0.030714,-0.023785,0.025063,-0.000276,0.006951,0.013209,0.025264,0.103225,0.008578,0.009897,-0.002415,-0.039359,0.03701,0.063246,0.027983,-0.029466,-0.018061,0.003924,-0.028384,-0.018508,0.03724,-0.024723,0.004091,-0.018137,0.005053,-0.022531,-0.032678,0.128729,0.012437,0.013029,0.010359,0.018808,0.018391,-0.006664,0.018218,0.002304,0.027284,0.031102,0.0368,-0.034933,-0.024167,0.021003,0.048107,-0.048463,0.006369,0.003533,0.021095,0.020108,-0.031415,-0.013875,0.010401,0.029417,-0.002372,0.02821,-0.0036,0.007157,0.055866,-0.001648,-0.021855,0.052175,-0.030573,0.015474,0.02375,0.024939,-0.014443,0.020998,-0.000107,0.027284,0.004905,-0.0116,-0.037127,0.004444,-0.03631,0.002133,0.041335,-0.031278,0.035302,-0.02516,0.004353,-0.002068,0.024423,0.004358,0.011943,0.013356,-0.038542,-0.001998,0.006977,0.689282,-0.004923,0.036972,-0.00984,-0.006712,0.011517,0.033614,-0.014348,-0.002302,-0.021976,-0.006289,-0.005668,0.012097,0.051485,0.024607,-0.003486,0.022293,-0.009766,0.009848,-0.025498,-0.011581,-0.029966,0.045011,0.049839,0.008098,0.064878,0.021069,-0.026886,0.01409,0.049563,-0.000115,-0.007838,-0.045019,-0.042923,0.007692,-0.003833,0.00179,0.032221,0.013282,-0.053234,0.020084,0.00108,0.03468,-0.002596,-0.003062,-0.053185,0.01122,0.00354,0.00398,-0.007667,0.005579,0.015984,-0.021867,0.043358,-0.016297,-0.016568,0.007641,-0.026434,0.020796,0.001976,0.028132,-0.002105,-0.01251,0.011404,0.035762,0.052527,0.003922,-0.016079,0.004682,0.026501,0.044609,-0.109305,0.035464,0.012022,0.005758,0.00584,0.028909,-0.001483,-0.008302,-0.020957,0.021158,-0.058435,-0.006489,-0.000478,0.019371,0.011672,-0.046376,-0.001375,0.014822,-0.027889,-0.090605,0.016199,-0.007968,-0.034969,0.027529,0.003358,0.00546,0.005056,0.004326,0.025042,0.012054,0.0283,0.016223,-0.028988,-0.076977,-0.02607,0.005053,0.00628,0.031691,0.047307,0.012009,0.010583,-0.010213,-0.00353,-0.015333,-0.009409,0.037361,0.001476,0.01937,0.011084,0.018667,-0.025355,0.015048,-0.002647,0.040014,-0.044968,-0.05831,0.044708,0.002587,-0.0236,-0.038659,0.013671,-0.026985,-0.019982,-0.048312,-0.025045,-0.011991,-0.014013,0.023538,0.000699,-0.016786,0.021715,0.009049,-0.00104,0.047198,-0.017685,0.019687,0.039,0.002364,-0.002331,0.022297,0.120227,0.00743,-0.029684,-0.003995,0.007878,0.00873,0.033829,-0.043706,-0.007461,0.043546,0.008331,0.031779,-0.021357,0.00809,0.013978,0.042093,0.009766,0.037272,-0.004328,0.00565,-0.002441,0.032391,-0.182239,0.01927,-0.036322,0.00532,0.007215,-0.009378,-0.003263,0.016498,-0.021851,-0.034385,-0.029565,-0.01728,-0.047106,-0.004561,0.017954,-0.006821,0.029255,-0.049022,0.019459,-0.04687,0.05986,0.060097,-0.005443,0.053478,0.019153,0.020897,0.02627,0.039031,0.030021,-0.014528,-0.000514,0.047019,0.017257,-0.03878,-0.028793,-0.005543,-0.054303,0.02469,-0.012802,0.013544,0.041261,-0.02326,-0.02314,-0.008512,0.020538,-0.007546,-0.017668,-0.005014,-0.026819,0.019532,0.0328,-0.012807,-0.005102,-0.019057,0.030318,-0.020705,0.023136,0.012604,0.000809,0.028161,0.010111,0.004011,0.005542,-0.012624,-0.037658,0.038992,-0.000882,-0.048597,0.015435,0.022938,0.003335,-0.021823,0.023029,0.022395,0.038826,0.179908,0.023337,0.014064,-0.007054,-0.018235,0.009137,0.020502,-0.003103,-0.008873,-0.019869,0.009156,-0.006968,0.025535,0.011953,-0.035275,-0.022163,0.063564,0.01376,-0.007609,-0.031568,0.038331,0.040946,0.021427,-0.011053,0.020808,-0.017298,0.000464,0.0216,0.026484,0.006052,0.031321,0.025502,0.00211,-0.018139,-0.001928,0.003431,0.041293,-0.023692,-0.016651,-0.033592,0.040642,-0.022025,-0.027639,-0.048767,0.047301,-0.027083,-0.050478,-0.025173,0.029949,-0.035472,0.003519,-0.02689,-0.004045,-0.036752,0.022117,0.001457,0.004426,-0.031544,-0.025867,0.000007,0.004224,-0.018074,-0.013009,-0.01625,0.0133,-0.004714,-0.1402,0.015507,-0.021283,0.009287,0.020505,0.051592,0.009689,-0.068319,0.025309,-0.031425,0.076644,0.018543,-0.053204,-0.038995,0.041106,-0.021424,0.054387,0.020516,-0.02129,-0.004086,0.017716,0.017789,-0.005654,-0.032802,0.019913,-0.043122,-0.02463,-0.002614,0.005174,0.010239,0.024473,-0.023286,-0.013088,-0.021222,0.033926,0.012291,0.026446,-0.015985,0.004844,-0.021748,0.019781,-0.011633,-0.012501,0.009866,-0.057577,0.022913,-0.016419,-0.03779,-0.057635,0.03728,0.003425,0.034473,0.002452,0.073937,0.016542,-0.027487,0.035648,0.021871,-0.032264,-0.034139,0.047598,0.02108,0.0196,-0.027777,-0.011653,0.000002,-0.004711,-0.030316,0.00755,-0.051185,-0.000277,0.005053,0.007159,0.005634,-0.004319,0.02669,-0.009594,0.00612,0.009214,-0.009421,-0.030758,-0.020251,-0.031263,-0.009679,0.020963,0.041879,-0.027249,-0.033488,-0.01093,0.031273,-0.040159,-0.056692,-0.004624,0.015927,-0.002109,0.017253,-0.026667,0.0415,0.032752,0.039064,0.068252,-0.004932,0.015538,0.028556,-0.02421,0.010618,0.038442,0.014897,-0.008718,-0.028645,0.02789,-0.019973,-0.013611,0.031414,0.007751,0.0215,0.006708,0.029311,0.106759,0.004162,-0.002119,-0.004143,-0.05331,0.028442,0.067987,0.021813,-0.022844,-0.005827,-0.001887,-0.024585,-0.013657,0.03047,-0.000921,0.01802,-0.000968,0.012578,-0.033016,-0.026799,0.157186,0.015063,0.001102,-0.015581,0.013385,0.015263,-0.016144,0.001974,0.015966,-0.001702,0.029677,0.028165,-0.038041,-0.025536,0.027607,0.044935,-0.04401,0.010532,-0.01618,0.028515,0.03127,-0.013359,0.011968,0.007984,0.012179,-0.006812,0.018522,-0.010114,0.005562,0.058011,0.009095,-0.02963,0.051299,-0.02372,0.016584,0.034334,0.031874,-0.016301,0.007687,0.00249,0.015363,-0.003776,-0.016235,-0.032956,0.017329,-0.051774,-0.005368,0.047892,-0.028009,0.020106,-0.032168,0.013363,0.016707,0.018575,0.003621,0.012577,-0.000761,-0.026612,0.009105,0.024975,0.69965,-0.008772,0.045543,-0.00657,0.002036,0.031116,0.027504,-0.005864,0.009245,-0.017245,-0.012259,-0.017408,0.013827,0.054916,0.02915,-0.015155,0.024523,-0.007004,0.016772,-0.020794,-0.020003,-0.027474,0.056116,0.052799,-0.004772,0.055895,0.018017,-0.027292,-0.005896,0.031534,0.004443,-0.01388,-0.044243,-0.048731,0.003272,0.012497,-0.003106,0.034097,0.017817,-0.059756,0.012975,0.003153,0.028183,-0.003465,-0.016733,-0.049701,0.003311,-0.003744,0.018124,-0.011961,0.005862,0.019139,-0.013332,0.033147,-0.026247,-0.021454,0.002674,-0.012969,0.006503,-0.000617,0.032522,-0.001589,-0.015726,0.010327,0.051378,0.052609,0.008814,-0.001899,0.011284,0.016905,0.033629,-0.060031,0.017998,0.010197,-0.013339,-0.007992,0.009937,-0.018558,-0.006453,-0.007896,0.015044,-0.088725,0.018232,-0.004951,-0.00353,-0.008576,-0.049387,-0.010149,0.02189,-0.017496,-0.025082,0.01693,0.024044,0.002107,0.028845,0.018351,0.000116,0.02879,0.005943,-0.019657,0.01501,0.013067,-0.012716,-0.002872,-0.056314,-0.017714,-0.002234,-0.013442,-0.014349,0.034606,0.01726,0.015835,-0.011042,-0.028129,-0.01401,-0.009951,0.006851,-0.000126,0.007618,0.004051,0.045535,-0.01648,-0.006236,-0.024345,0.037154,-0.019757,-0.014787,0.025542,0.034695,-0.000137,0.00084,-0.009253,-0.000459,-0.001955,-0.008512,-0.012885,-0.031563,0.014688,0.019776,0.016161,0.01433,0.01168,0.019238,0.016158,0.010649,0.013172,0.0177,0.025261,0.019128,-0.019101,-0.012081,0.160111,0.011256,-0.016725,-0.007387,0.002535,0.00622,-0.04273,-0.003144,-0.03469,0.042948,-0.007218,0.011631,0.031295,-0.012748,0.003732,0.082135,0.004322,0.016109,-0.019366,-0.01945,-0.007302,-0.017071,-0.180059,-0.022763,-0.049144,0.011804,0.015383,-0.016697,0.007049,-0.029187,-0.002254,-0.038239,-0.001477,-0.036705,-0.034064,-0.024146,-0.022896,-0.037528,0.025083,-0.00329,-0.005372,0.010778,0.043684,0.057484,-0.024147,0.087869,0.023298,0.00417,0.026548,0.00111,-0.007644,0.01941,0.010449,0.018598,-0.003534,-0.016724,-0.004313,-0.014602,-0.013051,0.019626,-0.048549,0.01663,0.022727,-0.00753,-0.028118,-0.010231,0.005059,0.031467,0.023769,-0.031216,-0.011673,-0.018047,0.004054,-0.017439,-0.016668,-0.008318,0.042602,-0.014051,-0.026905,0.007453,-0.019147,0.01775,-0.003158,0.012078,0.007769,-0.009672,-0.063001,0.018877,-0.019408,0.006056,0.015921,-0.001802,0.026952,-0.010609,0.015262,0.013383,0.057153,0.082802,0.013117,0.037508,0.004768,0.02794,0.009737,0.014953,-0.018025,-0.019744,-0.027982,0.010733,0.022248,-0.000002,-0.012561,-0.008676,-0.039779,0.03342,0.004438,-0.025354,-0.024142,0.02562,0.002402,0.0257,0.013634,0.001183,0.002074,-0.017354,0.001005,0.036003,-0.005536,0.016193,0.001445,0.033775,0.005486,-0.012903,0.007876,0.014807,0.006967,0.010499,0.009996,0.020637,-0.007731,0.003886,-0.008164,0.04613,0.002104,-0.027261,-0.009485,0.030964,0.032915,0.008821,-0.009722,0.006134,-0.026677,0.0323,0.010925,-0.005971,0.017195,0.005074,-0.037763,0.009966,-0.002313,-0.048509,-0.030297,0.028834,-0.049639,-0.128932,-0.010676,0.003386,-0.008583,0.001557,-0.015373,-0.008127,-0.07987,0.032938,0.010835,-0.019107,0.003647,-0.019079,0.015416,0.014391,-0.012077,0.020234,0.029582,0.012777,0.007592,-0.026066,-0.036284,0.009866,-0.018094,0.002927,-0.021274,-0.017482,-0.007207,0.017839,0.01548,-0.004732,-0.036284,0.002674,0.015791,0.001138,0.015652,0.002995,-0.007338,0.005779,-0.002536,0.027324,-0.006799,-0.032408,0.024335,-0.014303,0.001031,-0.00409,-0.02923,-0.050234,0.006971,-0.017357,0.019261,0.010238,0.085903,0.014319,-0.008095,0.015479,-0.00326,0.018338,-0.02315,0.044061,-0.019337,-0.016246,-0.02521,-0.026713,0.005643,-0.036523,0.00753,-0.042767,-0.020772,0.00051,-0.044487,-0.00628,-0.023957,0.009526,-0.021469,-0.010537,0.014597,0.009116,0.025858,-0.015751,0.000881,-0.008151,0.00231,0.021771,0.029929,0.005052,0.003641,-0.022724,0.01772,-0.006242,-0.028936,-0.012062,-0.00513,-0.008233,0.004348,-0.015934,-0.005105,0.005344,0.039149,0.027091,-0.03765,0.024194,0.001628,-0.020384,-0.00579,-0.056083,0.012128,-0.024405,-0.027446,-0.001087,-0.00652,-0.010333,0.033451,-0.025753,0.017352,0.00232,-0.024621,0.109359,-0.003154,0.002194,-0.021359,-0.015566,0.000328,0.032509,0.019783,-0.045103,0.010141,-0.019305,-0.018454,-0.04608,0.023049,0.066928,-0.031578,0.013911,-0.042169,0.005091,-0.002076,0.047226,-0.004413,-0.020277,-0.036028,-0.000665,-0.018469,0.016949,-0.001512,0.003933,-0.004263,0.041424,0.023899,0.019745,0.011306,0.01111,0.01809,-0.018749,-0.00552,0.007688,-0.016757,0.033305,-0.023543,-0.0289,0.00136,0.006552,0.034436,0.000505,0.027243,0.008794,0.062137,-0.016122,-0.003536,0.004054,-0.026299,0.018194,-0.005484,0.022794,-0.026082,0.012494,-0.003876,0.030163,-0.006399,0.002658,-0.044453,0.01626,-0.018168,-0.030578,0.040015,-0.023317,0.000535,0.002598,-0.020586,0.019682,0.013001,0.016774,-0.02032,-0.017413,-0.026245,0.023298,-0.00218,0.789504,-0.024343,0.006265,-0.013369,0.023182,-0.009083,0.002564,-0.001397,-0.000054,-0.006819,0.012816,-0.025408,0.003864,0.013513,0.019338,-0.013315,0.014424,-0.018648,0.021649,-0.011133,-0.021699,-0.032678,0.024825,0.007434,0.002616,0.056817,-0.007584,-0.022459,-0.003417,0.022791,-0.039729,-0.013088,-0.015481,0.002533,-0.021651,0.025876,-0.013822,-0.018635,0.005497,-0.078304,-0.030531,0.009673,0.002565,-0.010289,-0.007606,-0.00862,0.020537,0.016665,0.010352,-0.015718,0.019006,-0.010151,-0.003523,0.050382,0.016189,-0.007366,0.014209,-0.031689,-0.030739,0.016139,0.010923,-0.029914,0.000877,0.083622,0.037421,0.057967,-0.003901,-0.002054,0.017774,0.014492,0.038527,-0.053569,0.020464,0.015457,-0.02782,-0.001269,0.007431,-0.015376,-0.009683,-0.00959,0.023246,-0.09393,0.019811,-0.001656,0.002147,-0.000529,-0.055434,-0.012825,0.024549,-0.009301,-0.024595,0.026282,0.013139,-0.003087,0.033156,0.017181,-0.001616,0.026491,0.00747,-0.023815,0.010667,0.009233,-0.012369,-0.00414,-0.06752,-0.017272,0.00524,-0.016274,-0.025355,0.032682,0.018851,0.018501,-0.004217,-0.028602,-0.012162,-0.008208,0.005468,-0.006751,0.00005,-0.001399,0.046695,-0.018769,-0.004722,-0.027356,0.04253,-0.016512,-0.004877,0.0273,0.030414,0.004107,-0.005766,-0.012867,-0.003922,0.002438,-0.003541,-0.005817,-0.028337,0.012568,0.027201,0.023556,0.011634,0.011221,0.018105,0.019573,0.013139,0.012942,0.028235,0.017009,0.01947,-0.011641,-0.008286,0.155137,0.007231,-0.014181,-0.009132,0.008717,-0.000953,-0.044323,0.002012,-0.033507,0.040089,-0.011688,0.011752,0.027825,-0.011516,0.000909,0.080477,0.014777,0.01938,-0.012359,-0.022881,-0.005998,-0.011187,-0.17637,-0.01714,-0.053157,0.013894,0.015772,-0.019065,0.001825,-0.03472,-0.000905,-0.018924,0.007884,-0.035605,-0.032376,-0.017265,-0.024875,-0.04633,0.012381,-0.01328,-0.009697,0.01297,0.037233,0.059275,-0.026515,0.085185,0.025726,0.004715,0.014175,0.003629,-0.013802,0.022802,0.015739,0.02555,0.004312,-0.024764,-0.008853,-0.015717,-0.010136,0.015695,-0.050308,0.015442,0.027157,-0.011272,-0.020914,-0.021758,0.001454,0.02172,0.024011,-0.038658,-0.008367,-0.020184,0.006658,-0.021219,-0.018095,-0.013774,0.046986,-0.019467,-0.031233,0.004748,-0.022468,0.015197,-0.001335,0.007514,0.002976,-0.010453,-0.064543,0.022448,-0.015852,0.005341,0.004673,-0.005931,0.02752,-0.01027,0.0142,0.020024,0.061631,0.078117,0.011238,0.038933,0.003456,0.033639,0.013457,0.015646,-0.017993,-0.020492,-0.026569,0.017556,0.019449,0.014292,-0.014597,-0.006627,-0.046353,0.032653,0.004479,-0.031431,-0.026599,0.018272,-0.002947,0.030742,0.017138,0.008086,0.007577,-0.012414,-0.009278,0.034991,0.000136,0.013978,-0.000841,0.035928,0.000254,-0.007218,0.005052,0.015366,0.004458,0.004661,0.010404,0.020586,-0.004081,0.005251,-0.008438,0.042305,0.000232,-0.028166,-0.01247,0.042109,0.033318,0.007021,-0.001641,0.013433,-0.0361,0.024583,0.001227,0.001581,0.020867,-0.001801,-0.03882,0.00833,0.001343,-0.041255,-0.015538,0.02864,-0.05205,-0.140637,-0.013087,0.002344,-0.004751,0.005838,-0.018244,-0.014713,-0.083807,0.036278,0.000627,-0.009604,0.003842,-0.012557,0.025065,0.01262,-0.013153,0.022553,0.024889,0.014863,0.004037,-0.020173,-0.034901,0.006773,-0.019687,0.006134,-0.029253,-0.015173,-0.009322,0.013956,0.021442,0.004839,-0.047023,0.013814,0.011758,-0.002855,0.022804,0.002538,-0.002837,0.015426,-0.007317,0.022845,-0.004739,-0.024795,0.025856,-0.017469,0.000207,0.001828,-0.028327,-0.055809,0.008271,-0.019855,0.016453,0.013298,0.09525,0.014495,-0.004336,0.01832,-0.001835,0.012675,-0.031482,0.055911,-0.017829,-0.029343,-0.025358,-0.030905,0.004593,-0.032932,0.010216,-0.039681,-0.025676,0.001903,-0.045163,-0.00798,-0.019309,0.005487,-0.018721,-0.024246,0.009561,0.012041,0.019784,-0.019325,-0.002048,-0.004178,0.001059,0.029506,0.037234,0.004767,0.003885,-0.0264,0.02179,-0.000847,-0.029875,-0.013606,-0.009175,-0.020575,0.012567,-0.005579,-0.007944,0.005277,0.039653,0.02658,-0.035283,0.028818,0.003141,-0.020309,-0.004263,-0.045425,0.016566,-0.022545,-0.010947,0.004146,-0.019998,-0.002048,0.041001,-0.023396,0.021081,-0.000428,-0.034307,0.110442,0.000968,0.004235,-0.01776,-0.02012,-0.001746,0.039101,0.029123,-0.052991,0.020536,-0.022369,-0.02629,-0.052461,0.025277,0.039389,-0.037954,0.016355,-0.044611,0.005903,-0.000042,0.05791,-0.011356,-0.032819,-0.042121,0.002637,-0.025399,0.023205,-0.009543,0.003931,0.00459,0.030809,0.027456,0.029546,0.004133,0.018141,0.001445,-0.01619,-0.003792,0.013819,-0.009954,0.035863,-0.024807,-0.033599,0.004652,0.007016,0.033439,-0.004642,0.035004,0.004173,0.061082,-0.014962,-0.013978,0.006283,-0.030488,0.024183,0.005894,0.015471,-0.025401,0.022631,-0.003471,0.027717,-0.004143,-0.000182,-0.055581,0.020232,-0.010443,-0.03243,0.041171,-0.029892,0.001301,-0.005144,-0.010403,0.02349,0.02252,0.011041,-0.018776,-0.01478,-0.028058,0.02958,-0.004019,0.776305,-0.021086,0.014577,-0.014647,0.020871,-0.005435,0.006149,0.002382,-0.002315,0.001562,0.017292,-0.030567,0.006581,0.009431,0.019461,-0.0133,0.013397,-0.016996,0.027367,-0.020428,-0.028224,-0.02099,0.012324,0.001497,0.008515,0.05311,-0.008835,-0.02094,-0.002441,0.034413,-0.04179,-0.019683,-0.013558,0.002685,-0.018701,0.028927,-0.014474,-0.012985,-0.002732,-0.074955,-0.027098,0.014998,0.002607,-0.007177,0.003182,-0.00924,0.013162,0.019173,0.008717,-0.008555,0.013805,-0.007978,-0.008925,0.046863,0.01393,-0.010713,0.012231,-0.029269,-0.026094,0.0142,0.013576,-0.033913,0.002252,0.083162,0.039567,0.062498,-0.001986,-0.003938,0.017545,0.016933,0.053852,-0.104718,0.019,0.031318,0.022024,0.013382,0.035918,-0.033277,-0.008193,-0.006082,0.023031,-0.040282,0.022609,0.011004,0.007469,-0.000133,-0.045689,0.029484,0.016688,-0.021641,-0.044208,0.003069,-0.005029,-0.004676,0.023232,0.037192,0.016651,0.087507,0.000976,-0.019358,0.014484,0.00743,-0.01236,-0.005414,-0.046406,0.031124,-0.004673,0.002579,-0.012756,0.021072,0.024165,-0.013943,0.005464,-0.030153,-0.035184,0.013874,0.01321,-0.00349,-0.010862,-0.017169,0.003891,-0.038712,0.0166,-0.019369,0.032653,-0.076947,-0.070093,0.021622,0.012723,-0.022195,-0.014322,-0.002493,-0.025361,-0.022308,-0.01971,-0.004588,-0.014722,0.014535,0.035662,-0.004845,-0.004415,0.031859,0.030989,0.003502,-0.021559,-0.000388,0.004918,0.029772,-0.00849,-0.030747,0.027096,0.114134,0.015936,-0.014859,-0.024789,0.011489,-0.006148,0.015349,-0.021752,-0.028678,0.068648,0.011821,0.040704,-0.000587,-0.004211,0.052843,0.064555,0.003484,-0.00291,0.023929,-0.026968,-0.002546,0.020107,-0.202913,-0.008527,-0.054696,0.005603,0.013922,-0.003974,0.016044,-0.011465,-0.000958,-0.000281,-0.010512,-0.024915,-0.033645,-0.022389,-0.000061,-0.027725,0.030134,0.015038,-0.00308,-0.019648,0.049003,0.088737,-0.031133,0.131089,0.030858,0.022941,0.009992,-0.010814,-0.017223,0.006116,0.003307,0.018003,0.030448,-0.05561,-0.023087,-0.010899,-0.013546,0.002685,-0.016962,-0.009578,0.043481,0.015205,0.000475,0.015671,0.000683,-0.012624,0.007045,0.021529,-0.026651,0.001794,0.004559,0.007109,-0.009047,-0.006122,-0.009947,0.016283,-0.003569,-0.024851,0.011725,0.024213,-0.000638,0.025453,0.008848,0.012127,-0.042599,-0.009079,0.004758,-0.015212,0.016911,0.009903,0.054787,-0.03646,0.014762,-0.025311,0.023992,0.133883,0.002679,0.025178,-0.000384,0.001227,-0.013664,0.026323,-0.006342,0.011244,-0.01731,0.015313,0.020464,0.015307,-0.006828,-0.044126,-0.026158,0.025606,0.028734,-0.000474,-0.064558,-0.00298,0.043958,-0.00436,0.028955,0.027396,-0.062358,-0.015008,0.041063,0.012867,0.019322,0.021481,0.021194,-0.004236,-0.012143,-0.008243,0.005115,0.006366,-0.039847,0.030288,-0.00924,0.054081,0.001112,-0.02499,-0.014593,0.049458,-0.009476,-0.055566,-0.014389,0.025826,-0.055859,-0.002414,-0.018808,0.001045,-0.01999,0.032863,0.022789,-0.003058,-0.001137,-0.012555,-0.031399,-0.039734,0.000041,-0.009835,-0.028555,0.042991,-0.025038,-0.117992,0.032493,-0.01422,-0.020453,0.036569,0.00993,-0.023733,-0.044643,0.006185,-0.03715,0.038946,-0.00073,-0.015823,-0.017342,-0.022262,-0.039065,-0.010104,0.030449,-0.038209,-0.005942,-0.004808,0.029055,-0.021971,0.010182,0.006793,-0.035204,0.012771,-0.011192,0.004179,0.015708,0.005745,-0.022549,0.012952,0.007909,-0.002087,0.039236,-0.007045,-0.000581,0.004513,0.017357,0.02861,-0.028469,-0.014898,-0.004296,-0.001984,0.003259,0.028802,-0.021186,-0.060691,0.011912,0.022181,0.001725,-0.034031,0.08072,0.023003,-0.060404,0.030274,0.004625,0.016674,0.000336,0.027247,-0.012455,-0.019218,-0.00904,-0.019904,-0.004283,-0.044847,-0.013647,-0.003179,-0.028626,-0.003281,-0.000676,-0.002547,0.00069,-0.012553,0.010118,0.035412,-0.006231,0.036128,0.026294,-0.011456,-0.044216,-0.028966,-0.011396,-0.00272,0.015981,-0.026569,-0.032811,0.028434,0.049723,-0.037322,-0.051127,0.010939,0.027816,0.012404,0.004448,-0.025064,0.018059,0.045527,0.015047,0.074498,-0.016751,-0.012559,0.000162,-0.02085,-0.002785,0.026297,0.021717,-0.000496,-0.016891,0.026941,-0.002767,-0.018989,0.01427,-0.004416,0.03351,0.002759,-0.014779,0.110755,-0.000206,0.008598,0.011444,-0.008354,0.023407,0.048232,0.019423,-0.016992,-0.015141,-0.002724,-0.031035,0.002017,0.03084,-0.031169,0.009595,-0.013863,-0.029,-0.00781,-0.01234,0.12472,0.02934,0.016772,0.00212,0.030052,0.018457,-0.002753,0.004171,-0.019211,-0.022762,0.038102,0.006419,-0.011268,0.017379,0.016791,0.043808,-0.023981,0.027655,-0.009218,-0.018403,0.010893,-0.031186,-0.004835,-0.008921,0.020884,0.036959,-0.015248,-0.000055,0.009772,0.053051,-0.012703,-0.01517,0.028792,-0.018205,-0.038018,0.032783,0.012145,-0.003259,0.021142,-0.016348,0.008962,-0.008769,0.017286,-0.013152,-0.022004,-0.051341,0.016875,0.025088,-0.005277,0.013932,0.008266,-0.023813,0.026306,0.012761,0.015778,-0.041345,-0.022913,-0.022235,-0.019323,0.010971,0.730013,-0.003225,-0.017069,0.008589,0.020589,-0.01669,0.021288,0.030521,0.011337,-0.023178,0.007692,-0.018342,-0.010467,0.04329,0.000811,0.007835,0.029639,-0.014866,0.012448,-0.007081,-0.007387,-0.00522,0.054471,0.070105,-0.012359,0.04071,0.00505,-0.028212,0.015131,-0.007218,-0.032964,-0.012605,-0.048855,-0.002266,-0.003239,-0.03004,-0.025412,0.01453,0.028319,-0.079657,-0.030652,0.007726,0.006297,0.000716,-0.005846,-0.015546,-0.008249,-0.00207,-0.024943,-0.008332,0.013649,-0.024094,0.008194,0.05705,-0.001401,-0.01651,0.007751,-0.003454,-0.011099,0.000282,0.020606,0.003698,-0.00762,0.061691,0.01009,0.048026,-0.01278,-0.004495,0.026464,0.039001,0.053369,-0.074608,0.020867,0.023953,0.002006,0.006134,0.008409,-0.018558,0.001029,-0.02292,0.028577,-0.079252,0.032339,0.00227,0.001401,0.015855,-0.060948,-0.029325,-0.008231,-0.030638,-0.067516,0.02259,0.000358,-0.015502,0.015435,-0.005804,0.008584,0.054156,0.004413,-0.021569,0.00175,0.012132,-0.0124,0.005395,-0.040127,0.008187,0.003983,0.006921,-0.008589,0.055071,-0.001602,-0.019155,-0.026547,-0.012211,0.00067,0.00112,0.002647,0.023032,-0.00361,0.009535,-0.023797,-0.025167,0.001008,-0.028653,0.01642,-0.043041,-0.022966,0.023423,0.01136,-0.008102,0.026606,0.022999,-0.010511,-0.015862,-0.040929,-0.024185,-0.001285,0.005989,0.018531,0.02805,-0.009126,0.016086,-0.003045,0.011283,0.019136,0.019926,-0.010362,0.022944,0.004928,-0.018714,-0.007504,0.113591,-0.005286,-0.007409,-0.024978,0.011024,0.001617,-0.01994,-0.051501,0.001821,0.017655,0.014478,0.03205,0.007057,-0.022877,-0.00006,0.081492,-0.017116,0.020065,-0.007158,0.019906,0.007526,0.010945,-0.155427,0.000631,-0.045384,-0.00128,0.01574,0.005828,-0.01468,0.000135,-0.00011,-0.009025,0.004959,-0.003922,-0.035842,0.000178,0.036409,-0.013751,0.036447,-0.032412,-0.004177,-0.025873,0.062582,0.092731,-0.027706,0.059422,0.027136,-0.006819,0.017497,0.020186,0.015552,-0.009881,0.002473,0.038629,0.009222,-0.027309,-0.011406,0.017287,-0.042639,0.015264,-0.027915,0.021837,0.033399,-0.01022,-0.030728,0.016607,-0.017595,-0.016707,0.006559,-0.032569,-0.021475,-0.023954,-0.00322,-0.024203,0.007174,-0.032977,0.031882,-0.005118,0.016539,-0.010378,-0.018596,0.030068,0.015208,0.014234,-0.000519,-0.022093,-0.049602,-0.006851,0.003384,-0.019275,0.026002,0.015073,0.026104,-0.006613,0.010959,0.035863,0.017681,0.156398,0.022196,0.021422,-0.02362,0.01736,0.004998,0.016711,-0.035195,-0.02016,-0.034811,-0.016368,0.018054,0.027295,-0.003107,-0.012234,-0.027669,0.028184,0.024003,-0.001644,-0.051262,0.0389,-0.010236,0.024427,0.015732,0.009088,-0.031919,-0.020806,-0.016954,0.02577,0.019224,0.039324,0.021746,0.022126,0.008823,-0.018708,-0.013107,0.009462,0.004115,0.016032,0.002478,0.038328,-0.021138,-0.008268,-0.045459,0.02461,-0.000777,-0.06068,-0.007766,0.032727,-0.014065,0.001503,-0.019175,0.010983,-0.029124,0.017798,0.016378,0.00554,0.000733,-0.030051,0.0029,-0.02627,-0.000019,-0.018924,-0.011228,0.022348,-0.023014,-0.076473,0.027567,-0.004349,0.003358,0.02902,0.021051,-0.014482,-0.069639,0.018915,-0.004557,0.041462,0.005108,-0.014627,-0.007675,0.007412,0.012029,0.042481,0.015725,-0.010206,0.002991,-0.014871,0.003624,-0.010987,-0.015529,0.028386,-0.031006,-0.006468,-0.021227,-0.009434,0.039131,0.018194,-0.021414,0.011988,0.021665,0.002517,0.002768,-0.00725,0.010385,0.003975,0.019679,0.028012,-0.011205,-0.040385,0.016856,-0.035979,0.021336,0.015167,-0.007123,-0.03397,0.015595,0.008007,0.011555,0.009049,0.120234,0.026877,-0.010806,0.029078,-0.002229,-0.010964,0.00155,0.052668,0.004209,-0.015164,-0.01519,-0.009216,-0.004241,-0.038351,-0.015897,-0.015009,-0.031554,0.011741,-0.023641,0.00524,0.000365,-0.034129,0.002064,0.011622,0.019154,-0.012239,0.014411,-0.019287,-0.000915,-0.039122,0.005179,-0.000109,0.046678,0.004527,0.008595,-0.024483,0.014732,0.002901,-0.033519,0.010334,0.00481,-0.006827,0.017533,-0.040429,0.008237,0.003207,0.033887,0.013548,-0.022311,0.015376,0.00511,-0.009175,-0.009339,0.067332,0.016161,-0.021075,0.018483,0.016921,-0.05431,-0.001717,0.026689,0.005419,0.020236,0.008459,-0.004818,0.118919,0.008112,-0.003644,-0.023284,-0.002677,-0.001074,0.043195,0.03787,-0.038981,-0.0009,0.013438,-0.006796,-0.015989,0.022484,-0.005143,0.022564,0.000383,-0.009701,0.004049,0.006131,0.063328,0.011912,-0.005815,-0.053463,0.016046,-0.003916,-0.024372,-0.004388,0.017406,-0.03847,0.013553,0.029613,0.001969,-0.015079,-0.021902,0.029449,-0.013921,0.004954,-0.008977,-0.018125,0.043823,-0.028294,0.01692,-0.01914,-0.001688,0.018294,-0.007661,0.009122,0.002086,0.046446,-0.007112,-0.010577,0.025501,-0.037504,-0.010466,0.03528,0.009162,0.015753,-0.000561,-0.001149,0.018451,-0.01,0.0201,-0.014947,0.023076,-0.049566,-0.032921,0.056869,-0.020786,-0.016153,-0.017209,0.011462,0.023878,0.001847,-0.013149,-0.011323,-0.015045,-0.013509,0.029967,0.018357,0.784264,-0.012891,0.038462,-0.00604,0.012167,0.00134,0.002213,0.00451,0.0049,0.008818,-0.00375,-0.014814,-0.011751,0.023282,0.013196,-0.026607,0.036338,-0.013171,0.022313,-0.027834,-0.049828,-0.025772,0.02206,0.038642,0.013241,0.040276,0.015407,-0.024769,-0.014356,0.005701,-0.041685,-0.010374,-0.032562,-0.018605,-0.016518,0.005954,-0.01682,0.038434,0.028727,-0.089714,0.005848,0.014254,0.026946,-0.007729,-0.025165,-0.002262,0.0226,0.001089,-0.016818,-0.017457,0.016693,-0.001994,-0.012378,0.037297,-0.01122,0.000228,0.004934,-0.027596,-0.016332,0.007756,-0.007622,-0.033667,0.002198,0.044924,0.014924,0.015109,-0.012425,0.000876,0.00913,0.006941,0.061445,-0.072495,0.023788,0.005708,-0.009747,0.003373,-0.009653,0.003637,0.012116,-0.03245,0.046525,-0.094487,0.041019,-0.023891,-0.011321,0.002605,-0.052459,-0.014478,-0.01893,-0.019137,-0.084298,0.009188,-0.011947,-0.016889,0.023243,0.011011,0.01474,0.067614,0.005608,-0.016781,0.010758,0.041559,-0.014604,0.028744,-0.038097,-0.003301,-0.008945,-0.000606,-0.017184,0.069499,-0.005164,-0.031536,0.002972,0.005291,-0.003324,0.000363,0.010086,0.043373,-0.005588,-0.01109,-0.049471,-0.028601,0.013297,-0.039346,-0.007877,-0.034598,-0.014809,0.01347,-0.002806,-0.000223,0.064598,0.028021,-0.031875,-0.01695,-0.025988,-0.016451,-0.012053,0.001461,0.024622,0.029344,-0.014048,0.013402,-0.007068,0.017884,0.02315,0.023952,-0.018337,-0.001018,0.030562,-0.019116,-0.003039,0.107437,-0.032151,-0.01437,-0.014794,0.019697,-0.0143,-0.02514,-0.04384,0.007517,0.003802,0.016972,0.021315,0.022986,-0.009098,0.000689,0.074327,-0.013166,0.008931,0.005585,0.005296,-0.002356,0.016939,-0.137329,-0.004394,-0.045667,0.014247,0.005007,0.001896,-0.016035,0.027266,0.002074,-0.012287,0.030863,0.010891,-0.032959,0.004293,0.01878,-0.039653,0.025336,-0.022587,0.007447,-0.013456,0.061875,0.097183,-0.054597,0.078787,0.041492,-0.016494,0.008192,0.026153,0.008042,-0.014281,-0.027606,0.036001,0.018856,-0.046686,-0.019086,0.004449,-0.019222,-0.009694,-0.007648,0.026899,0.01539,-0.022484,-0.02406,0.045919,-0.034853,-0.033519,-0.001159,-0.030758,-0.018335,-0.022395,0.001047,-0.022671,0.01723,-0.014251,0.051717,0.004198,0.009174,-0.00572,-0.010968,0.035565,0.025738,0.029088,0.006992,-0.034805,-0.051508,0.008682,0.003015,-0.034279,0.037167,0.019113,0.029562,0.008499,-0.005919,0.009194,0.031718,0.123236,0.01768,0.004137,-0.037218,0.023726,-0.009373,0.041959,-0.051407,-0.024744,-0.01807,-0.002123,-0.007978,0.025203,0.00135,-0.012635,-0.01955,0.027715,0.022483,-0.00757,-0.061198,-0.00184,-0.018392,0.019101,0.02705,0.012224,-0.042106,-0.038957,-0.015739,0.039378,0.002913,0.041371,0.016594,0.00276,-0.012964,-0.010968,-0.031236,-0.000382,-0.004014,0.005453,0.020067,0.027488,-0.00873,-0.006641,-0.026067,0.047701,-0.000414,-0.068428,-0.010747,0.052355,-0.038311,-0.006765,0.01045,-0.001185,-0.042261,0.021896,0.00126,0.008654,0.009747,-0.026405,0.014488,-0.012337,-0.014732,-0.011686,0.00625,0.017686,-0.014989,-0.052241,0.024354,-0.004316,0.01974,0.005168,0.040357,-0.009223,-0.032308,0.006432,-0.012237,0.06232,0.018991,-0.045481,-0.010262,0.00406,-0.000398,0.049586,0.018677,0.004349,0.007841,-0.021297,0.018653,-0.022663,-0.028486,0.015681,-0.031095,-0.01229,-0.015428,-0.03576,0.023468,0.015749,-0.026582,0.021039,0.030582,0.027891,0.00551,-0.032942,0.021117,-0.004648,0.02016,0.023374,0.007495,-0.045804,0.012305,-0.052368,0.006159,0.014926,-0.016084,-0.041372,0.00926,0.015413,0.008475,0.002106,0.121793,0.0419,-0.022768,0.02571,-0.001833,0.002487,0.00437,0.054965,0.000031,-0.029873,-0.000137,-0.008878,0.00622,-0.031836,-0.000742,0.002718,-0.012807,0.015228,-0.021112,0.005407,-0.018131,-0.032262,0.011357,0.00513,-0.01231,-0.002351,0.025253,-0.032945,0.00281,-0.016133,0.007168,0.001003,0.027246,-0.004498,0.018763,-0.020092,0.010196,-0.004634,-0.016052,0.008897,-0.002505,0.016297,0.033026,-0.060259,-0.012638,0.00031,0.032562,0.021706,0.008386,0.026039,0.011484,-0.025108,-0.014492,0.072312,0.012207,-0.022901,0.026099,0.014717,-0.036692,0.026273,0.040859,0.004345,0.013758,0.008625,-0.0063,0.120068,-0.02171,0.00978,-0.010543,-0.006603,-0.010013,0.024046,0.030106,-0.045498,-0.007835,0.029123,-0.022726,-0.004301,0.040721,-0.008123,0.008608,-0.004567,0.001601,0.004992,0.01437,0.058138,0.007472,-0.031497,-0.051792,0.03033,-0.00287,-0.023296,-0.016598,0.020556,-0.035,0.02361,0.023667,0.002597,-0.007846,-0.031325,0.015404,-0.009328,0.010385,-0.013511,-0.053203,0.021032,-0.0371,0.020224,-0.036629,-0.007697,0.020259,-0.011336,0.020655,0.006905,0.031654,-0.016089,-0.013752,0.026726,-0.046108,-0.006073,0.041185,0.02295,0.027356,0.015556,-0.001542,0.023709,-0.012489,0.003999,-0.014724,0.017322,-0.048189,-0.021819,0.067809,-0.039625,-0.018991,-0.017763,0.026397,0.031713,-0.004465,-0.007337,-0.01751,-0.012252,-0.013289,0.0214,0.022837,0.762635,-0.009157,0.018396,0.000589,0.011497,0.023015,-0.022832,-0.009233,-0.003678,0.026226,-0.009906,-0.017383,-0.004088,0.02279,0.005069,-0.033342,0.034512,-0.013151,0.031582,-0.024057,-0.029112,-0.016507,0.025104,0.012283,-0.000477,0.022526,0.032203,-0.033045,-0.009387,-0.002,-0.028521,-0.009769,-0.021845,-0.004028,-0.019289,0.008899,-0.010971,0.042965,0.036194,-0.080876,0.000036,-0.009195,0.026788,-0.0088,-0.00549,0.002487,0.024194,0.002903,-0.014863,-0.030247,0.014888,0.020107,-0.011328,0.03254,-0.012596,-0.011842,0.002927,-0.021564,-0.023198,0.003366,-0.008978,-0.026169,0.016438,0.039768,0.010548,0.001075,-0.002397,0.004219,0.010733,0.026846,0.063257,-0.09465,0.021881,0.008405,-0.017136,-0.01067,0.005192,-0.044893,-0.008035,-0.024739,0.020052,-0.029376,0.059601,0.019693,0.005864,0.023854,-0.053621,-0.003215,0.00057,-0.002658,-0.054053,0.032103,0.013752,-0.027921,0.021684,-0.008702,-0.011891,0.017592,0.002296,-0.017495,0.005732,0.022103,-0.015995,-0.031748,-0.047196,-0.03129,-0.007013,0.05427,0.002894,0.063831,-0.016536,0.010988,-0.016733,-0.010475,-0.00817,-0.010615,0.007526,-0.013217,-0.017533,-0.002071,0.013071,0.019161,0.020967,-0.007999,0.038418,-0.038293,-0.022706,0.043847,0.015582,-0.014345,-0.032393,0.00427,-0.023588,-0.010303,-0.049512,-0.026463,-0.006736,-0.003805,0.034863,0.003346,-0.029406,0.032733,-0.009073,-0.00234,0.035148,0.027216,0.008622,0.040894,0.017285,-0.004826,0.027871,0.167077,-0.011753,0.003264,-0.047227,0.014851,0.006967,0.008398,-0.007671,-0.022335,0.034777,0.001661,0.046334,-0.006347,-0.028606,-0.03767,0.059164,0.011993,0.027391,-0.032451,-0.001304,-0.013701,0.002202,-0.158316,0.036821,-0.029507,-0.000024,-0.003254,0.004209,0.039235,0.017954,-0.022839,-0.029305,-0.021039,-0.02525,-0.051248,-0.005163,-0.010775,-0.008056,0.043723,-0.032944,0.016698,-0.031175,0.052367,0.089425,-0.006997,0.046686,0.006631,0.048744,0.015286,0.007578,0.03774,0.00757,0.011117,0.055078,-0.017163,-0.063624,-0.021089,-0.013962,-0.046336,0.009262,-0.03179,-0.013194,0.03692,-0.030122,-0.020613,0.005789,-0.006358,-0.031057,0.024336,-0.000956,-0.011374,0.022312,0.007603,-0.045574,-0.01075,-0.017488,0.012018,-0.010887,0.015593,-0.007547,-0.00776,0.044191,0.048352,0.011289,0.02406,-0.014543,-0.049186,0.014957,0.02643,-0.024154,0.014882,0.001543,-0.00088,-0.028371,-0.004315,0.019841,0.02197,0.131106,0.020494,0.011942,-0.007711,0.01571,0.000927,-0.006541,-0.021335,-0.036476,-0.020554,0.002727,0.007616,0.027564,0.003061,-0.021134,-0.037122,0.089674,0.019254,0.025252,-0.041451,0.02047,0.031802,0.034557,-0.017308,0.008199,-0.031376,-0.011356,-0.005355,0.018929,0.024662,0.033377,0.02746,-0.000688,-0.004983,0.017882,-0.004198,0.019054,-0.011256,-0.034194,-0.001125,0.020619,-0.03756,-0.013754,-0.066774,0.016892,-0.034437,-0.025143,-0.006709,0.04746,0.005844,0.013102,-0.051826,0.005361,-0.018987,-0.008343,-0.03488,-0.000441,-0.004087,-0.037981,-0.024318,0.001987,-0.01787,-0.009109,-0.020566,0.014262,-0.026273,-0.101214,0.004151,0.007333,0.008762,0.042597,0.03761,-0.031737,-0.107769,0.018792,-0.017324,0.061445,0.003641,-0.065766,-0.009483,0.054783,-0.025622,0.037675,0.025053,-0.016019,-0.005078,0.001098,0.01623,-0.009504,-0.032755,0.011777,-0.035161,-0.02535,0.011001,0.038517,0.030544,0.02901,-0.02896,0.008213,-0.014867,0.020895,0.002384,-0.027308,-0.007095,-0.031609,-0.005036,0.020802,-0.01898,-0.003514,-0.018004,-0.00657,0.030012,-0.020114,-0.043557,-0.056539,0.038939,-0.01027,0.029224,0.005941,0.071866,0.020328,-0.037852,0.017508,0.014988,-0.009628,-0.037165,0.039796,0.008379,-0.004127,-0.012637,-0.003532,-0.004119,-0.043584,-0.020837,0.001449,-0.046331,-0.012351,0.011401,-0.022381,0.02194,-0.008447,0.012462,-0.006194,0.005493,0.004594,0.023682,-0.030712,-0.022456,-0.035512,-0.015293,-0.032418,0.058304,-0.028521,-0.014381,-0.020913,0.040713,-0.029968,-0.043668,0.022028,-0.012583,-0.012508,0.0272,-0.01683,-0.011595,0.021432,0.02344,0.051933,0.002262,0.010599,-0.026045,0.007002,-0.011997,0.083133,0.018816,-0.021513,-0.021028,0.047655,-0.040432,0.005412,0.033486,-0.008306,0.02223,-0.002218,-0.007354,0.117247,0.01015,-0.017599,-0.020872,-0.028523,0.017851,0.053433,0.064614,-0.01276,-0.03332,0.007825,-0.047668,-0.035703,0.024281,-0.014522,-0.012997,-0.016873,0.034433,0.000546,0.019202,0.0505,0.016029,-0.022706,-0.015164,0.02753,0.001021,0.000662,-0.017435,0.014568,-0.013206,0.02866,0.013225,-0.015046,0.0371,0.006731,0.006162,-0.036294,0.020543,-0.005968,0.029437,0.038435,-0.003822,-0.015098,-0.015922,0.010625,0.017185,0.025624,0.015113,0.002888,0.079421,0.006315,-0.007919,0.041958,0.009845,0.021349,0.002945,0.016396,-0.018882,0.010432,0.023831,0.03019,0.001765,-0.020306,-0.036274,0.014749,-0.018378,-0.013541,0.044907,-0.007956,0.010427,-0.035999,0.012284,0.010275,0.026005,0.000827,-0.003562,-0.009369,-0.019483,0.000737,-0.000824,0.713472,-0.013093,0.055053,-0.019155,0.022453,0.045236,0.013112,0.025772,-0.000593,0.001658,0.01571,-0.017001,0.007155,0.034093,0.02547,-0.031321,0.031897,-0.039109,0.015452,-0.009671,-0.026558,-0.030102,0.025883,0.041729,0.002013,0.017876,0.010883,-0.010958,0.019888,0.061196,-0.036542,-0.004904,-0.021002,-0.04338,0.003036,0.032373,-0.028543,0.045219,-0.02013,-0.078074,0.03414,0.021761,0.04958,-0.021884,-0.033736,0.007378,0.026686,0.013391,0.028421,-0.004084,0.022581,0.024573,-0.02922,0.037761,-0.0453,-0.006114,0.00813,-0.035356,-0.007386,-0.002438,0.01401,-0.020134,-0.017695,0.03263,0.059336,0.040572,-0.001746,-0.043399,0.011186,-0.016415,0.048513,-0.110294,0.056761,0.020332,-0.017779,-0.015063,0.006506,-0.027612,-0.010042,-0.021422,0.021851,-0.048625,0.003905,0.010307,0.009253,-0.003674,-0.049287,-0.02907,-0.002178,-0.012617,-0.054536,0.012366,-0.019473,0.015418,0.005,0.005541,0.016014,0.018277,0.010298,-0.009448,0.007573,-0.008595,-0.016521,0.010419,-0.054771,-0.007203,0.014288,0.03479,0.019095,0.06522,0.023673,0.010268,0.000423,-0.018481,-0.034273,-0.032566,0.005005,-0.00146,0.008171,-0.01501,0.010054,-0.003455,0.017473,-0.035567,0.018965,-0.070091,-0.012867,0.017174,-0.008984,-0.020199,0.048436,0.007043,-0.030055,-0.016031,-0.024289,-0.041791,0.005704,-0.007064,-0.006855,0.019755,-0.010997,0.006653,0.022551,0.01783,-0.0485,0.066874,0.022893,0.033747,-0.022382,0.005845,-0.01351,0.09424,0.032509,0.014563,0.023199,0.022856,-0.023807,-0.014503,-0.015042,-0.015704,0.038787,0.024007,0.020513,0.040622,-0.005145,0.015114,0.062367,-0.01386,0.012195,0.007154,0.011971,0.010042,-0.00526,-0.172682,-0.002157,-0.045914,0.01507,-0.028081,0.002344,-0.022603,-0.00462,0.008907,-0.02216,0.003382,0.001558,-0.047563,-0.026255,0.033198,-0.030672,0.020546,-0.040841,0.012714,-0.039676,0.042255,0.080073,-0.011854,0.079932,0.022097,-0.005446,0.017603,0.019173,0.016458,-0.00897,-0.018485,-0.00166,0.030767,-0.029607,-0.029938,-0.000947,-0.043546,0.025405,-0.027749,0.000091,0.01816,0.032097,-0.005511,0.013707,-0.024094,-0.001478,-0.005749,-0.037296,-0.022037,-0.000232,0.012368,-0.024719,0.020957,-0.023675,0.059291,0.036104,-0.015514,-0.008687,-0.013101,0.037299,0.038526,-0.003035,-0.032185,-0.015174,-0.0355,-0.005971,0.004694,-0.036,-0.003508,0.02149,0.043382,-0.038093,0.022482,0.01913,0.045588,0.175591,0.01362,0.016497,-0.011701,0.015908,0.004181,0.0257,-0.017571,-0.012754,-0.032265,0.011709,-0.002467,-0.00562,-0.007705,0.015855,0.005786,0.04444,0.013911,-0.001482,-0.066914,0.007983,0.049295,0.01501,0.030074,0.037722,-0.016326,-0.00256,0.009775,0.037095,0.00684,0.064465,0.030699,0.038038,-0.026391,-0.004687,-0.019882,-0.019426,-0.001077,0.013617,0.016844,0.042574,0.02717,-0.008926,-0.038978,0.014523,-0.019075,-0.02179,-0.002065,0.027675,0.00094,0.007603,-0.007154,-0.003007,-0.016678,-0.000574,-0.005783,0.019506,-0.024025,-0.028059,0.010734,-0.006065,0.006746,-0.004851,-0.010098,0.004067,-0.032918,-0.069787,0.020722,-0.001571,-0.016619,0.054985,0.028553,-0.016519,-0.073214,0.010836,-0.019807,0.013724,-0.003705,-0.021829,0.015767,0.017048,0.025375,0.024209,0.044576,-0.035985,0.002088,-0.019628,0.011142,0.017184,0.029551,0.008856,-0.006879,-0.00394,0.011704,0.037482,0.021484,0.020326,-0.00503,-0.003344,0.029865,0.056262,0.019657,0.010297,0.012987,-0.001794,-0.02429,0.012668,-0.003441,-0.006435,0.014278,-0.021265,0.014818,-0.005178,-0.026211,-0.031829,-0.006175,0.020835,0.033078,0.03018,0.081266,-0.008009,-0.061067,0.043112,0.024685,-0.00703,-0.008409,0.04648,0.016162,-0.021286,0.032652,-0.004023,0.017904,0.008907,-0.014062,-0.025533,-0.001069,-0.025092,-0.020116,0.005905,-0.004064,-0.008212,-0.014216,-0.012893,0.023863,0.022937,-0.008821,-0.022417,0.008338,0.002027,-0.014387,0.002926,0.038162,-0.008463,-0.001893,-0.002312,-0.008807,-0.031115,-0.041247,0.003065,0.014553,0.029711,0.015431,-0.052515,-0.019776,0.019882,0.031618,0.019219,-0.023394,0.02448,-0.01225,-0.008977,-0.011611,0.060654,0.025004,-0.015678,-0.026094,0.017697,-0.008719,0.005494,0.019716,0.010776,0.010919,0.011073,-0.011417,0.107831,-0.003435,-0.002528,-0.034946,-0.021201,0.012233,0.042791,0.033766,-0.024349,0.005543,-0.021823,0.02362,-0.013622,0.054602,0.017494,-0.006787,-0.002425,-0.037542,0.002244,0.002849,0.107088,0.007208,0.01106,0.00591,-0.004487,-0.005182,-0.008649,-0.00421,0.005856,-0.007648,0.036712,0.046945,-0.002629,-0.010145,-0.028422,0.000136,-0.038773,0.006319,0.008365,-0.000332,0.040897,-0.014845,-0.02086,-0.015932,0.005991,0.020518,-0.014754,0.008249,0.014699,0.045491,-0.004052,0.012515,0.030276,-0.058894,0.067938,0.00749,0.008434,-0.000097,0.013569,-0.014822,0.042431,-0.018152,0.006518,-0.027471,0.000037,-0.057039,-0.012113,0.006944,-0.005311,0.002513,-0.023476,-0.044399,-0.004431,0.012848,-0.03636,-0.020187,-0.00315,-0.019989,0.028781,0.001163,0.754755,-0.003627,0.022495,0.015158,0.018962,0.005729,0.017224,0.010586,-0.005214,0.007721,0.001824,-0.018145,0.029063,0.027632,0.024977,-0.010415,0.007171,-0.046399,0.019722,-0.047972,-0.023559,-0.012906,0.041138,0.014668,0.019704,0.021327,-0.018018,-0.022609,0.016738,0.017653,-0.028394,0.005415,-0.03649,0.011271,-0.022265,-0.000328,0.017244,0.030559,0.007895,-0.076632,0.016279,0.007333,-0.007663,-0.015333,-0.001681,-0.022461,0.035531,-0.023456,-0.004575,-0.032506,0.003176,0.001418,0.009847,0.053513,0.001784,-0.025887,0.008234,-0.022361,0.000639,0.008004,-0.006735,-0.031601,-0.019441,0.051946,0.038867,0.004775,-0.011367,0.00041,0.015523,0.02672,0.018348,-0.092533,0.02064,0.019842,0.001595,0.002565,0.011896,-0.037375,0.007382,-0.015036,0.022298,-0.050642,0.034104,-0.024064,-0.00633,0.017548,-0.071334,-0.016737,0.023071,-0.047901,-0.050132,0.028684,-0.00779,-0.011872,0.029389,0.006211,0.015112,0.020242,0.018141,-0.014655,-0.007928,-0.023555,-0.011537,0.005559,-0.054094,-0.005649,-0.019007,-0.003247,0.004661,0.058829,0.038839,-0.017607,-0.004321,-0.019147,-0.016302,0.011269,0.000427,0.027172,0.025167,0.005973,-0.036387,-0.029761,0.011949,-0.013519,0.01113,-0.052465,-0.055861,0.017329,0.025456,-0.008817,0.007641,0.006823,-0.011351,-0.033022,-0.038905,-0.022476,-0.006257,-0.017286,0.021985,-0.003241,-0.019335,0.029236,-0.005935,0.028182,0.004419,0.025938,0.053632,0.016052,-0.00499,-0.000535,0.001806,0.101653,0.014919,0.007598,0.013975,0.00873,-0.014219,0.005033,-0.038818,-0.003259,0.071387,0.022753,0.026722,0.015329,-0.009937,0.018644,0.055871,-0.019095,0.017762,0.023182,0.016563,-0.000548,0.01671,-0.196563,0.037752,-0.054595,0.008432,-0.015673,0.008832,-0.029969,-0.02824,-0.013516,-0.018407,-0.008265,-0.002134,-0.074061,0.009537,0.018625,-0.013118,0.008648,-0.041024,-0.010095,-0.016323,0.074998,0.094962,-0.038496,0.06499,0.051874,-0.006505,0.041348,0.013013,-0.013388,-0.00917,0.004425,0.011089,0.019015,-0.027986,-0.029885,0.028338,-0.035021,0.031291,-0.048075,0.019193,0.041674,-0.019471,-0.022192,0.009302,-0.018876,-0.000103,-0.005212,-0.007674,-0.041843,-0.007535,0.00186,-0.01963,-0.013466,-0.021216,0.039534,-0.002107,-0.018232,0.013101,-0.011933,0.020396,-0.019192,0.031871,-0.002959,-0.021119,-0.055895,-0.004772,0.00736,-0.029596,0.022057,0.004511,0.028585,-0.022123,0.00675,0.006149,0.02155,0.198078,0.00615,0.014072,-0.006828,0.012986,-0.002296,0.032553,-0.014606,-0.00509,-0.067016,0.004111,0.040671,0.028671,0.010463,-0.031813,-0.007579,0.096436,0.023918,-0.020197,-0.065896,0.030357,0.029331,0.042602,0.021036,0.011988,-0.029884,0.004463,-0.007614,0.024765,-0.014623,0.040024,0.00183,0.021968,-0.012881,-0.024901,0.004323,0.002783,-0.011692,-0.023077,0.003437,0.074873,0.01097,-0.028479,-0.019836,0.046147,-0.024605,-0.049566,-0.03862,0.023376,-0.01755,0.004787,-0.033052,0.005493,-0.031576,0.031867,0.014718,0.011718,-0.011484,-0.019798,0.013894,-0.030357,0.023936,-0.018312,-0.017828,0.010094,-0.0229,-0.109407,0.025026,0.001403,-0.010371,0.026615,0.030805,-0.009741,-0.065614,0.047309,-0.010034,0.044783,0.003811,-0.00934,0.006126,0.018699,-0.026606,0.008887,0.023108,0.008675,0.027147,-0.00105,0.028306,-0.017031,-0.012789,0.006604,-0.025621,0.001991,-0.010731,0.02168,0.038442,0.040555,-0.012041,0.013561,-0.006023,0.006582,0.039254,0.02689,0.002893,0.025941,0.020035,0.009854,0.001801,-0.001815,0.018621,-0.033081,0.019721,0.011948,-0.01501,-0.048697,0.015635,0.007172,0.043165,0.021926,0.074146,0.002478,-0.053157,0.009018,-0.020391,-0.01035,-0.002612,0.058724,-0.022571,-0.011892,-0.023928,0.00274,0.010727,-0.011623,-0.025581,0.007594,-0.027236,0.008629,-0.004395,0.019329,-0.000274,0.000439,-0.012352,0.026108,0.010848,-0.006727,0.018144,-0.016062,-0.026433,-0.030132,0.000139,0.033526,0.058777,-0.02214,-0.014916,-0.022526,0.028776,0.020081,-0.025321,-0.002559,0.031863,-0.012313,0.011149,-0.04075,0.016386,0.037186,0.025899,0.01499,0.001304,0.017227,-0.006055,-0.019254,0.009559,0.039321,0.018401,-0.018087,0.000785,0.018331,-0.034574,-0.015562,0.006386,0.021759,0.030718,-0.017214,0.011494,0.110465,-0.024714,-0.004792,-0.028757,-0.020131,-0.009537,0.029639,0.016015,-0.026933,-0.024903,0.009398,-0.01368,0.000252,0.010093,-0.018295,0.004867,-0.011217,0.023511,-0.009351,-0.009887,0.08005,0.036902,0.014463,-0.015667,0.000817,0.002379,-0.011365,-0.002757,0.007101,0.01015,0.020026,0.018572,-0.05969,-0.020182,-0.011694,0.029738,-0.03189,-0.006477,-0.041499,0.027373,0.04706,-0.029146,-0.003703,-0.010121,0.024625,0.030283,0.008674,-0.0076,0.020716,0.021356,-0.013279,0.012295,0.036494,-0.038478,-0.004797,-0.001424,0.011078,0.013,-0.012142,-0.001526,0.015338,-0.000062,0.012498,0.008929,0.008077,-0.060552,-0.005661,0.040685,-0.015346,-0.012812,-0.027378,-0.00659,0.021642,0.0261,-0.019289,-0.012346,-0.005714,-0.037984,0.021049,0.036008,0.730946,-0.020362,0.034014,0.006111,-0.007539,0.022184,0.00054,0.009381,-0.006085,0.025524,-0.014551,-0.002309,0.002891,0.036632,0.026039,-0.034404,0.009041,-0.010403,0.019168,-0.029299,-0.053946,-0.020693,0.015344,0.031642,0.011403,0.056007,0.014378,-0.016707,-0.003501,0.034959,-0.002324,-0.00561,-0.042506,-0.029209,-0.038533,0.029252,-0.013015,0.037403,0.018985,-0.062387,0.025015,-0.000616,0.03605,-0.000918,-0.010259,-0.025236,0.027985,-0.009301,-0.021401,-0.012205,0.024692,0.00271,-0.006258,0.044642,-0.019668,-0.027162,0.002603,-0.019852,0.01483,0.006083,-0.017478,-0.001955,-0.003002,0.037403,0.002245,0.049207,-0.010816,0.001743,0.016179,0.027908,0.06088,-0.106017,0.031293,0.029219,0.002973,0.004621,-0.023169,-0.000048,0.035292,-0.018798,0.058561,-0.066041,0.031508,0.034354,0.013573,0.001791,-0.023054,0.003993,0.019757,-0.027026,-0.050901,0.015612,-0.029811,-0.027658,-0.003239,-0.016808,-0.015132,0.022781,0.029128,-0.023491,0.018858,-0.01917,-0.016107,0.027749,-0.052656,-0.002672,-0.010213,-0.009404,-0.016947,0.043584,0.019058,0.022361,-0.002667,0.005297,-0.024182,-0.017077,0.018607,0.030054,0.028419,-0.000644,-0.003969,-0.009457,-0.012012,-0.028421,0.030244,-0.064519,0.005443,0.018148,0.020629,-0.008486,0.023168,0.012997,-0.028377,-0.013605,-0.001843,-0.032843,-0.009306,-0.018482,0.01839,0.031213,-0.017319,0.009103,0.022259,0.017475,0.042465,0.009086,0.014299,0.054287,0.004417,-0.021633,0.014481,0.123696,0.034964,-0.033189,-0.002901,-0.028622,-0.047106,0.010453,-0.021943,0.014121,0.011622,0.020338,0.025337,0.001951,-0.000931,0.000301,0.049112,0.004439,0.01156,0.017129,-0.008255,0.016077,0.021412,-0.176558,-0.010981,-0.035997,0.012882,0.011808,-0.012523,-0.003696,-0.008989,-0.003972,0.002559,-0.022727,-0.001557,-0.029336,0.000626,-0.00046,-0.025241,0.02794,-0.013194,-0.003752,-0.006463,0.083716,0.068967,-0.020477,0.103825,0.026121,-0.003128,0.021064,0.035724,0.011835,-0.025446,-0.018228,0.047937,-0.001284,-0.029842,-0.018704,-0.003066,-0.04735,0.011669,-0.005467,-0.010603,0.033247,-0.010785,-0.025432,0.009778,-0.019882,-0.005649,0.011747,-0.031015,-0.035191,-0.017582,0.051499,-0.034507,-0.002286,-0.020896,0.011289,-0.007023,0.014437,-0.002313,-0.019925,0.030185,-0.029987,0.022794,-0.001954,-0.038605,-0.0451,-0.004687,0.048226,-0.046105,-0.006098,-0.012058,-0.013405,-0.03481,0.025071,-0.001351,0.035025,0.185074,0.022875,0.039402,0.010269,0.020972,0.005159,0.007547,0.01025,-0.042582,-0.021486,0.005702,0.015975,0.051273,-0.013893,-0.007338,-0.011577,0.028555,0.011649,-0.015545,-0.039991,-0.010383,0.028821,0.031705,-0.022196,0.045301,-0.024105,-0.009111,-0.005975,0.05701,0.02628,0.052115,0.010614,-0.001376,0.022496,-0.01376,-0.038995,0.039794,0.004512,0.014876,0.011162,0.030819,-0.033465,-0.011278,-0.024212,0.032462,-0.022324,-0.046228,-0.013809,0.050883,-0.044709,-0.001243,-0.027505,0.004984,-0.043331,-0.019717,0.010507,-0.002215,0.013699,-0.002229,0.000256,-0.001431,0.00422,-0.011693,-0.012521,0.020376,-0.012048,-0.061533,0.002061,-0.022355,0.012911,0.039588,0.029306,0.006363,-0.053948,0.00893,0.005394,0.07371,0.025319,-0.050569,-0.000273,0.020278,-0.017413,0.027184,0.035642,0.021114,-0.008138,0.009189,0.002915,-0.036968,-0.029468,0.022128,-0.043746,-0.015298,-0.011289,0.007027,0.038629,0.020614,-0.056293,0.003027,0.023439,0.032331,0.000164,-0.044263,0.009108,0.010709,0.007804,0.017325,0.010077,-0.012566,-0.005058,-0.034014,0.019699,0.020097,-0.009424,-0.050799,0.012225,-0.012167,0.008595,0.026972,0.102644,0.008629,-0.010438,0.036247,0.008708,-0.012752,-0.039626,0.067858,0.031817,-0.015339,-0.038591,-0.00803,-0.001333,-0.010336,-0.023133,-0.047999,-0.006691,0.016089,-0.002602,-0.026207,-0.012517,0.010082,0.005634,-0.00494,-0.012688,-0.000221,0.013778,-0.046386,-0.026706,-0.038438,-0.012984,0.010114,0.042062,-0.015945,-0.00441,-0.019297,0.002634,-0.00377,-0.028836,0.023928,0.028577,0.003203,0.04405,-0.016784,0.005926,0.042174,0.042963,0.01415,-0.01546,0.018811,0.021312,-0.008791,-0.019583,0.104395,0.018773,-0.042562,0.021854,0.013153,0.012667,0.011722,0.044423,0.031607,0.01222,0.016211,0.038556,0.114365,0.02495,-0.019289,-0.049246,-0.003928,0.004373,0.009645,0.045102,-0.013584,-0.000945,0.018208,-0.015025,0.008601,0.073253,-0.030499,0.003549,-0.007497,-0.014501,-0.045816,-0.003363,0.067154,0.010679,-0.009337,-0.042882,0.030358,0.008094,-0.028452,0.000908,0.056865,-0.011961,0.036842,0.012594,-0.059734,0.000219,0.007115,0.031215,-0.011548,-0.002514,0.016683,-0.042251,0.018482,-0.027754,0.03426,-0.003114,0.013247,0.016246,0.018138,0.002826,0.050364,0.024869,-0.000814,0.000064,0.017715,-0.035706,-0.01917,0.039694,0.02347,-0.0303,0.03767,0.014991,0.0239,-0.015412,-0.022998,-0.003082,-0.002313,-0.052376,-0.007463,0.041155,-0.049635,0.007041,-0.008515,0.004188,-0.009981,-0.009796,-0.028531,-0.014738,-0.014451,-0.011335,0.010048,-0.002605,0.71809,0.005653,0.03325,-0.007046,0.017823,0.022561,-0.016644,0.020859,0.030628,0.000294,-0.007546,-0.035654,-0.01317,0.0356,0.003396,-0.025623,0.032647,-0.014749,0.038,0.007101,-0.017057,-0.040372,0.038431,0.023587,0.002265,0.040954,0.023604,-0.033219,0.035543,0.046433,-0.023374,-0.042461,-0.044747,-0.004368,0.015691,-0.001549,-0.024734,0.033466,0.039826,-0.059046,0.026412,-0.009377,0.012167,0.002026,-0.016004,-0.035328,0.019033,0.000962,-0.011151,-0.039823,-0.005602,0.039811,-0.007883,0.024782,-0.029907,-0.01041,0.009777,-0.032922,-0.026892,0.010437,0.03018,0.002119,-0.000908,0.012407,0.046152,-0.016747,0.024176,0.016081,0.002658,0.019347,0.010982,-0.083912,0.039086,0.051915,-0.013317,0.021249,0.009492,-0.011252,-0.021906,-0.018277,0.046681,-0.075407,0.006287,0.01846,-0.006645,-0.008821,-0.038355,-0.002352,0.004245,0.009504,-0.053752,-0.017389,0.001306,0.012022,0.022424,0.001632,-0.017907,0.042066,0.033672,-0.002113,-0.001291,0.006255,-0.020037,-0.001153,-0.036153,-0.039209,-0.024678,0.002616,-0.010787,0.046402,0.004269,-0.020728,-0.031096,-0.011573,-0.009545,-0.014254,0.014753,0.018183,-0.00738,0.005732,0.015536,-0.007896,-0.00901,-0.016657,0.024712,-0.058534,0.000641,0.006731,0.033612,-0.00097,-0.002259,-0.001554,-0.032315,-0.020463,-0.018396,-0.016777,0.019077,0.018427,-0.004052,0.001245,0.013135,0.026796,0.019478,-0.005873,-0.02507,0.047896,0.00966,0.034189,0.008283,-0.006877,0.024979,0.114356,0.004254,-0.019824,-0.017178,-0.028424,0.013377,-0.002484,-0.000079,0.008202,0.037223,0.036278,0.016514,0.032909,0.008904,0.002828,0.065133,0.024301,0.007463,-0.012792,-0.007678,-0.025642,-0.006421,-0.233369,-0.006356,-0.03432,-0.009562,0.024847,0.001042,0.022922,-0.024875,0.022415,-0.016995,0.007398,-0.00664,-0.043993,-0.01335,0.022351,0.002078,0.031527,-0.008199,0.018634,-0.007211,0.057321,0.098983,-0.039855,0.098821,0.021929,-0.008031,0.039839,0.031741,0.028313,-0.024691,-0.003841,0.019861,0.00003,-0.040423,-0.019861,-0.020401,-0.033525,0.025324,-0.025337,0.013732,0.023784,-0.030096,0.009076,0.012227,0.002613,-0.014966,0.006024,-0.028492,-0.016611,-0.010821,0.009708,-0.010284,-0.01028,-0.030626,0.024506,0.002682,0.017193,0.001083,-0.000047,-0.001795,0.018988,0.023285,-0.00491,-0.012171,-0.058791,-0.036841,-0.009508,-0.037488,-0.001736,0.011194,0.005335,-0.030133,0.012154,-0.015867,0.01037,0.167155,0.012589,0.02343,0.006525,0.013195,-0.013794,-0.00287,-0.005718,-0.032779,-0.021715,0.016243,0.022408,0.00251,0.003571,-0.019129,-0.020712,0.064559,0.012924,-0.027199,-0.057768,0.050006,0.004985,0.031934,0.026341,0.036952,-0.025314,-0.009089,0.008823,0.020494,0.00796,0.02359,0.004518,-0.009483,0.010987,-0.018931,-0.029708,0.026926,-0.008719,0.006306,-0.009076,0.036443,-0.017111,0.003315,-0.036435,0.028847,0.002794,-0.04273,0.000844,0.008982,-0.013228,0.015422,0.02692,0.02534,-0.03776,0.005196,0.000321,-0.020227,0.010716,-0.011873,-0.009965,-0.0073,-0.014238,-0.013821,-0.061304,0.029851,-0.025884,-0.11857,0.007128,0.008916,0.021849,0.04763,0.036566,0.000448,-0.056596,0.010019,0.015351,-0.00376,0.008202,-0.066929,-0.007242,-0.009044,0.005841,0.034543,0.032196,0.004025,0.008962,-0.017123,0.038436,-0.005389,-0.023682,-0.000478,-0.038131,-0.034079,-0.021722,-0.007781,0.010155,0.020477,-0.02387,0.006766,-0.007809,0.034795,0.018804,0.005183,-0.013981,-0.021002,-0.010709,0.030852,-0.01085,-0.027865,0.009628,-0.016451,0.010062,-0.009677,-0.030904,-0.046789,-0.003566,0.000763,0.020607,0.009755,0.098918,0.003444,-0.02153,0.021708,0.005603,-0.013286,-0.028113,0.039346,-0.019374,-0.023796,0.001554,-0.018876,0.00056,-0.032848,-0.025768,-0.019394,0.000685,-0.00775,-0.01219,0.003469,0.000183,-0.017068,0.006896,-0.004146,0.000987,0.021574,0.006885,-0.019721,-0.011494,-0.038009,0.001127,-0.020825,0.043506,-0.025899,-0.001166,0.016794,0.014741,-0.009168,-0.034596,-0.012255,-0.022927,-0.007243,0.024748,-0.031129,-0.019961,0.034002,0.030591,0.016695,-0.020071,0.017748,0.021356,0.003516,-0.001197,-0.014567,0.019466,-0.026349,0.008844,0.038141,-0.041402,0.01,0.02845,0.007234,0.049653,0.005565,0.018598,0.10833,0.010025,0.005249,-0.015775,-0.007642,0.010002,0.036374,0.072364,-0.007527,-0.020027,0.023945,-0.000395,0.002411,0.044702,0.00966,0.009805,0.02454,-0.006089,0.019116,0.00062,0.091764,-0.007368,-0.049566,-0.020255,0.027915,-0.016869,-0.021716,0.001717,0.002699,-0.018817,0.021893,0.01335,-0.011232,0.009168,-0.026245,0.024905,-0.010065,0.034883,0.032746,-0.009216,0.03152,-0.019263,-0.010253,-0.000141,-0.019102,0.015008,0.02205,0.036713,0.017814,0.050231,-0.008454,-0.011695,0.018195,-0.020747,0.012026,0.002192,0.0269,-0.00539,0.008341,-0.005886,-0.01562,-0.000984,0.005779,-0.052457,-0.013779,-0.015038,-0.029855,0.033362,-0.019121,-0.024783,-0.017092,0.005722,0.023733,-0.005457,-0.007572,-0.003693,-0.016151,0.007026,0.004261,0.021811,0.749261,-0.020987,-0.021044,0.01192,-0.008098,0.023196,-0.019923,0.023403,0.000635,-0.007583,-0.000136,-0.026552,-0.008608,0.046145,0.010484,-0.031893,0.009939,-0.01973,0.017852,-0.021498,0.00659,-0.025727,0.045648,0.017704,-0.002676,0.022663,-0.003621,0.005977,0.02287,0.033216,-0.035916,0.022518,-0.023347,0.002118,-0.039601,0.008349,0.00042,0.016246,0.005552,-0.08219,0.010196,0.017834,0.021012,-0.008383,-0.009185,-0.003132,-0.012262,-0.010727,-0.007967,-0.034186,0.019948,0.015295,-0.007316,0.031374,0.005193,-0.025071,0.015073,-0.024585,-0.004643,0.009911,0.034878,-0.027199,-0.043135,0.068888,0.024138,0.020072,-0.000789,-0.021972,0.041208,0.013496,0.015007,-0.064258,0.030692,0.015443,0.019907,0.008857,-0.012106,-0.040854,0.006819,0.014882,0.010848,-0.060759,0.003996,0.000187,-0.025706,-0.011241,-0.008413,0.015331,0.025518,0.000819,-0.063937,-0.009509,0.016024,-0.027781,0.021963,0.008287,0.01975,0.011062,0.012679,-0.010957,0.032411,0.030808,-0.031353,0.004505,-0.062344,0.005252,-0.018995,-0.019438,0.013423,0.04508,0.009512,-0.028177,-0.006935,0.010021,-0.023566,-0.008344,-0.00009,-0.015137,0.033136,0.005931,0.032284,-0.007701,0.002915,0.005447,0.020769,-0.015581,-0.027266,0.022566,0.024092,0.002219,0.010234,0.003393,-0.006745,-0.004842,0.012253,-0.00211,-0.001987,0.009151,0.028339,0.011975,-0.011875,0.003099,0.012487,0.012722,-0.02725,0.007817,0.010034,0.01602,0.00446,0.010442,-0.001765,0.208406,0.019086,-0.011856,-0.007175,0.000846,0.036663,-0.020792,0.012473,-0.03623,0.026497,-0.011477,0.015192,0.035543,-0.00678,0.017492,0.059432,0.010135,-0.005308,0.000225,-0.01966,0.027617,0.023099,-0.19733,-0.020402,-0.038111,0.003721,0.007045,0.002302,0.010803,-0.006518,0.003958,-0.029116,-0.015095,-0.008588,-0.011226,0.001424,-0.048868,-0.020334,0.05865,-0.009803,-0.026309,-0.002692,0.03915,0.073757,-0.044434,0.093405,0.042214,-0.01887,0.022292,0.018054,-0.014887,0.009236,0.011403,0.021014,0.000819,0.008082,-0.024728,-0.01163,0.016605,0.003955,-0.023907,0.018974,0.047876,-0.004014,-0.024826,-0.012694,-0.019786,0.009271,-0.01147,-0.031832,-0.003222,-0.013334,0.012022,-0.022174,-0.028399,-0.021389,0.055568,0.01866,-0.031824,0.00929,-0.019064,-0.004907,0.05011,0.038972,-0.001666,-0.027559,-0.035778,0.008345,-0.029866,-0.006767,0.020214,-0.015867,0.005148,-0.009939,-0.003892,0.00798,0.052135,0.113864,0.020638,0.000198,0.005309,0.023951,-0.019615,0.004797,0.021096,-0.02892,-0.025382,0.010042,0.037969,-0.006094,0.016175,-0.000481,-0.040914,0.041718,-0.012814,-0.021034,-0.057954,-0.011081,0.021048,0.014507,-0.017694,0.023796,-0.00059,0.005133,0.029237,0.033334,-0.0094,0.005203,0.013934,0.046651,0.034571,-0.008348,-0.057348,0.038132,0.014441,0.04261,-0.00536,0.01844,-0.007836,-0.005738,-0.027266,0.046525,0.004393,-0.067126,-0.010721,0.009984,0.00926,-0.010739,0.001623,0.020473,-0.016404,0.036962,0.044503,-0.0194,-0.004613,0.002585,0.012161,0.021137,0.009539,-0.029755,-0.023854,0.001176,-0.035485,-0.148306,0.01276,-0.007728,-0.009806,0.029409,0.012206,0.03322,-0.077362,0.019223,-0.00612,-0.02319,0.046569,-0.034009,0.020352,0.022534,-0.010299,0.022193,-0.005781,-0.01145,0.018348,0.012372,-0.015454,0.003124,-0.015824,-0.014886,-0.021027,0.000617,-0.00151,-0.011385,0.000994,-0.01281,-0.013907,0.018542,-0.00597,0.008517,0.000217,0.017308,0.017458,-0.049584,-0.005721,-0.005984,0.011568,-0.023537,-0.005843,-0.025999,0.009986,0.001984,-0.022429,-0.058386,0.006402,0.000625,0.037456,0.012303,0.072836,0.000893,-0.030583,0.018603,-0.005688,-0.032772,-0.00273,0.022341,0.00231,-0.007355,-0.029609,-0.006848,-0.027185,-0.034745,-0.018606,-0.030127,-0.005405,-0.024082,-0.013149,0.011763,-0.01305,-0.011657,0.012036,0.020279,-0.008089,0.032373,-0.001444,-0.015826,0.009272,-0.007194,-0.008104,-0.015148,0.038051,-0.000326,-0.000061,-0.028201,0.014634,-0.022646,-0.018771,-0.025525,0.012701,0.00401,0.021063,-0.025191,0.005091,0.019675,0.052307,0.042714,-0.012242,0.000041,0.00296,-0.00093,-0.001796,-0.055727,0.006916,-0.036689,-0.025861,0.017196,-0.024755,-0.012359,0.026385,-0.026567,0.037568,0.030341,0.002158,0.102818,-0.012247,0.009158,-0.032005,-0.0114,-0.010031,0.071033,-0.009308,-0.059161,-0.005385,-0.011235,-0.01523,-0.022212,0.05181,0.039188,-0.00601,-0.013855,-0.02862,0.007277,-0.002193,0.042206,0.0018,-0.022309,-0.02465,-0.012239,-0.03376,-0.003714,0.008994,0.005776,-0.020353,0.032375,0.036932,-0.01003,-0.007653,0.005349,0.012266,-0.010275,0.018896,0.006173,-0.006449,0.000299,-0.009071,-0.022956,-0.013813,0.017426,0.017578,-0.028898,0.041461,-0.014756,0.079587,0.003562,-0.022188,0.031403,-0.022598,-0.006643,-0.012552,0.038686,-0.02348,0.001143,-0.023788,0.042446,0.039665,-0.031606,-0.029031,-0.009581,-0.026567,-0.029172,0.033568,-0.005272,-0.001601,-0.036651,-0.017736,0.04326,0.013959,0.016658,-0.005025,0.011451,-0.029012,0.007998,0.006548,0.74682,0.012341,0.001794,0.001979,0.006099,-0.005201,0.016534,-0.02046,0.013156,-0.020226,0.014681,0.011337,0.002596,0.034431,0.013924,-0.011289,0.031568,-0.00897,0.016557,-0.01464,0.002144,-0.0282,0.05179,0.00306,0.01161,0.036945,0.01559,-0.02746,0.004412,0.003233,0.005726,-0.014223,-0.020128,-0.038747,0.00864,0.022133,0.01029,0.021526,0.020982,-0.08103,-0.027096,-0.007063,0.031161,-0.007935,0.028064,-0.026233,0.00396,-0.001746,0.038363,-0.002698,0.017269,0.000033,0.034056,0.065571,0.005082,-0.00635,0.006315,-0.033779,0.000109,0.003994,0.017212,-0.036791,-0.012617,0.079629,0.011338,0.054774,0.015482,-0.019622,0.021515,0.042002,0.029381,-0.074327,0.023856,0.016512,0.005191,0.006922,0.012365,-0.014828,0.003741,-0.01453,0.020353,-0.089517,0.018503,0.008993,-0.010239,-0.018934,-0.05037,-0.008732,-0.001149,-0.007543,-0.055455,0.01397,0.00282,-0.009993,0.005279,-0.012476,0.006557,0.013709,0.009371,-0.021823,0.032838,0.000603,-0.028597,0.008933,-0.071301,0.001296,0.003532,-0.001578,-0.007602,0.043687,0.005507,-0.011135,0.016848,-0.005186,-0.023406,-0.013441,-0.006639,-0.017518,0.002298,-0.021431,0.034918,0.003341,0.016593,-0.034552,0.028749,-0.022662,-0.037156,0.0302,0.023916,0.004502,0.030042,0.008219,-0.010262,0.005852,-0.021424,-0.013652,-0.023878,0.003539,0.01278,0.005249,0.041696,0.012776,0.011926,0.022966,0.007369,0.009195,0.002654,0.035292,-0.005601,-0.027354,-0.003288,0.11996,0.013309,-0.014165,0.004682,-0.008064,0.026939,-0.037534,-0.013395,-0.040178,0.024361,0.009789,-0.001126,0.014367,-0.016683,0.008549,0.085628,0.003671,-0.015583,-0.023424,-0.000338,0.013807,-0.007833,-0.162792,-0.015553,-0.047393,-0.006191,0.006588,-0.010103,0.02054,-0.030356,-0.010988,-0.044146,-0.013024,-0.018593,-0.011978,-0.022928,-0.011962,-0.013249,0.038189,-0.012431,-0.016526,-0.002344,0.055834,0.068375,-0.053014,0.088731,0.027998,0.002125,0.011164,0.019739,0.032782,0.005915,0.016037,0.051613,-0.004591,-0.020074,-0.021393,-0.001575,-0.029092,0.024819,-0.035245,0.042132,0.029132,-0.017408,-0.053989,-0.008098,-0.007992,0.018293,0.025787,-0.045848,-0.017407,-0.003155,0.019057,0.005538,0.015072,-0.010753,0.046448,-0.026089,-0.018647,0.010195,-0.011069,0.004378,-0.002828,0.035275,0.006824,-0.022584,-0.053944,0.019412,-0.023509,-0.018022,-0.000975,-0.000372,0.023594,-0.028957,-0.000393,0.019507,0.05613,0.122,0.005875,0.033907,0.000194,0.01372,0.011093,-0.008849,-0.001089,-0.025791,-0.022001,-0.003237,0.030356,0.009733,-0.020577,-0.005928,-0.026982,0.034854,-0.007643,-0.004434,-0.041586,0.013878,0.002448,0.007809,-0.006082,-0.003729,-0.007539,-0.002744,-0.004289,0.045471,0.022784,0.027659,0.010467,0.036253,0.02054,-0.024959,-0.050624,0.031461,-0.000011,-0.003277,0.010292,0.019158,-0.009178,0.01367,-0.055724,0.051177,-0.006058,-0.032251,0.001987,0.017893,0.036191,0.010684,-0.009283,0.004547,-0.050909,0.016508,0.005554,0.00388,0.012937,0.005185,-0.008371,0.022655,-0.014919,-0.029816,-0.014092,0.031768,-0.052419,-0.087656,0.016629,-0.007019,-0.009978,0.036108,0.003746,-0.003755,-0.079851,0.023721,-0.004982,0.009073,0.040105,-0.001767,0.008299,0.020577,-0.032307,0.00121,0.00894,-0.019941,0.015687,-0.007115,-0.012029,0.005706,-0.016135,0.000231,-0.01365,-0.031147,-0.004405,-0.005141,0.023305,-0.018433,-0.008372,-0.011627,0.023051,0.026551,0.009465,-0.002981,0.009509,-0.003587,0.000008,0.027324,0.012761,-0.024566,0.012976,-0.017902,-0.012383,0.015899,-0.040659,-0.0549,0.002226,0.009021,0.035054,0.014548,0.040641,0.001617,-0.001717,0.016972,0.001168,-0.001606,-0.014312,0.041645,-0.011693,-0.013988,-0.011364,-0.019456,-0.006312,-0.028497,0.011515,-0.038291,-0.01398,-0.021895,-0.026092,-0.012266,-0.027148,-0.003864,-0.0298,0.006406,0.008153,0.008538,0.007124,-0.018746,0.00468,-0.021424,-0.015334,0.006205,0.024445,0.002536,-0.004231,-0.013326,0.017447,-0.025841,-0.044448,-0.00039,0.007074,0.009425,0.027064,-0.022203,-0.005573,0.013458,0.021427,-0.005986,-0.020561,0.019425,-0.003725,-0.000133,-0.005808,-0.050684,0.015288,-0.030472,-0.020045,-0.000869,-0.011347,-0.021913,0.027843,-0.022905,0.018245,0.010921,0.000948,0.113817,0.010354,0.014602,-0.040606,-0.016188,0.014543,0.027776,0.011384,-0.057763,0.014793,-0.021696,-0.003157,-0.032767,0.032619,0.028431,-0.005938,-0.008108,-0.01977,0.014759,0.000809,0.06551,0.00286,-0.026616,-0.031227,-0.003249,-0.023057,-0.016274,0.007388,0.02207,-0.015579,0.03571,0.022963,0.036906,0.002775,-0.011079,0.028626,-0.02099,0.004605,0.028862,-0.001481,0.022633,-0.038584,-0.032986,-0.001632,-0.016933,0.020913,-0.000158,0.054673,0.010157,0.061285,-0.001739,0.005508,0.005704,-0.037844,0.008212,0.004643,0.03857,-0.038384,0.016827,-0.013599,0.035727,-0.016516,0.02391,-0.046932,0.008872,-0.043558,-0.032439,0.044725,-0.006496,-0.000648,-0.024953,-0.021553,0.006895,0.008216,-0.007829,-0.000374,0.001047,-0.021678,-0.004092,-0.007445,0.779825,-0.012446,-0.022546,-0.008958,0.031292,-0.007949,0.004593,-0.021346,0.003738,-0.015035,0.01474,-0.004362,0.021194,0.03901,0.021403,0.006473,0.021183,0.002123,0.003494,-0.048636,-0.043508,-0.03874,0.038014,0.019262,-0.002373,0.061759,-0.000099,-0.020065,0.005423,0.017741,-0.05067,-0.013459,-0.012811,-0.008289,-0.016229,0.002422,-0.023273,0.021992,0.018927,-0.091085,-0.020644,0.006795,0.035262,-0.043345,-0.01811,0.001664,0.010864,0.003887,-0.007179,-0.004202,0.015751,-0.017005,0.004415,0.060385,0.011273,-0.012994,0.016981,-0.024828,-0.033783,0.019613,0.0197,-0.024517,0.025325,0.065911,0.030446,0.065491,0.000795,-0.010254,-0.006262,0.018385,0.034377,-0.072701,0.017259,0.013058,0.00149,0.002374,0.012726,-0.043095,-0.005566,0.010978,0.020501,-0.092686,0.016796,-0.013333,0.002825,-0.016509,-0.035596,-0.002359,0.004858,-0.020442,-0.058286,0.027999,0.010781,-0.015703,0.014894,-0.023411,-0.011849,0.002123,0.011859,-0.000489,0.028585,-0.030672,-0.030404,0.018503,-0.065148,-0.005475,0.013939,-0.014915,-0.028525,0.045433,-0.003804,-0.010468,0.008978,0.002203,-0.027816,-0.025902,0.021518,0.011104,-0.007133,0.001856,0.005082,0.001445,0.014878,-0.017466,0.041958,-0.025049,-0.028739,0.020161,0.01017,0.01366,0.034983,0.018967,-0.003699,0.009389,-0.012562,-0.028791,-0.018614,0.002162,0.008442,0.018827,0.035693,0.005998,-0.000544,0.005979,0.007572,0.032436,0.008735,0.036255,-0.004147,-0.021041,-0.005647,0.133567,0.013165,-0.017045,0.021642,-0.004513,0.010919,-0.007306,-0.016942,-0.022563,0.023876,0.021341,0.01271,0.012861,-0.005343,0.003099,0.083825,0.00152,-0.009897,-0.011495,-0.014284,0.011544,-0.006252,-0.168203,-0.002052,-0.039723,-0.000381,0.002667,0.001865,0.010451,-0.008313,-0.009384,-0.017521,-0.022136,-0.005525,-0.028456,-0.033437,-0.032252,-0.007964,0.03472,-0.009345,-0.021103,-0.004766,0.052219,0.078099,-0.051581,0.103822,0.029474,0.000677,-0.007551,0.022388,0.031007,0.009882,0.017809,0.051331,-0.005182,-0.011707,-0.005864,0.010898,-0.029932,0.008002,-0.029216,0.037238,0.027573,-0.000085,-0.041949,0.002103,-0.007117,-0.001716,0.016491,-0.049016,-0.035537,-0.008907,0.024741,-0.007754,0.012953,-0.014431,0.070835,-0.02751,-0.001889,0.011002,-0.030596,0.026804,-0.000343,0.030468,0.017889,-0.036921,-0.040119,0.024504,-0.012151,-0.005086,0.015191,0.010751,0.023309,-0.016074,-0.006636,0.00199,0.050005,0.140058,0.01135,0.03868,0.01094,0.009961,-0.016436,-0.001655,0.013795,-0.01467,-0.024669,0.013463,0.002855,0.011806,0.000186,-0.026678,-0.027278,0.009902,-0.006855,-0.014927,-0.02735,0.000493,0.011852,0.010573,-0.010395,-0.007594,-0.000724,-0.028547,-0.008017,0.0566,0.00517,0.015539,0.019622,0.025695,0.004948,-0.021625,-0.040644,0.031651,0.006534,0.008583,-0.001176,0.0322,-0.024669,0.016643,-0.03633,0.062165,-0.008192,-0.025887,-0.004768,0.0289,0.025758,0.005786,0.010459,0.002704,-0.038776,-0.004566,0.01572,-0.011718,0.008607,-0.004209,-0.013822,0.035026,-0.00485,-0.035539,-0.001123,0.019038,-0.028159,-0.099484,0.017565,0.002327,-0.011968,0.036622,-0.00497,-0.003608,-0.052289,0.03364,-0.001799,-0.007707,0.033775,0.002486,0.018221,-0.00942,-0.005688,0.009712,0.011334,-0.011454,0.000645,-0.010037,0.006515,0.003369,-0.018596,0.012664,-0.042385,-0.011848,-0.022031,0.009928,0.015561,-0.002428,-0.035473,0.002392,0.020677,0.033504,0.016843,-0.028698,0.018708,-0.01399,0.015376,0.016657,-0.00424,-0.029456,0.016495,-0.013303,0.011206,0.017873,-0.022426,-0.044344,-0.011379,-0.010224,0.013228,0.001828,0.060318,-0.000518,-0.007362,0.038567,-0.007241,-0.017275,-0.003975,0.072842,-0.006069,-0.023363,-0.022769,0.005508,-0.002547,-0.021409,-0.000484,-0.045237,-0.024009,-0.015035,-0.015625,-0.00697,-0.034498,-0.020374,-0.012266,0.017366,0.011487,-0.010857,0.022184,-0.028881,0.019528,-0.013494,-0.015495,0.008867,0.015683,-0.000989,0.006452,-0.018181,-0.021465,-0.024611,-0.025938,0.006733,0.013423,0.023656,0.014123,-0.009788,-0.004679,0.037876,0.031824,0.009471,-0.016708,0.022589,0.016168,-0.01552,-0.015028,-0.037637,0.010617,-0.024098,-0.008721,0.010017,-0.019546,-0.009034,0.046236,-0.014609,0.010411,0.0109,0.022967,0.113789,0.00955,0.011742,-0.034979,-0.023006,0.012354,0.026472,0.018537,-0.037065,-0.003974,-0.019136,-0.000922,-0.020137,0.045484,0.006435,-0.007148,-0.009233,-0.019738,0.01192,0.000123,0.019537,0.017543,-0.026944,-0.011861,-0.009519,-0.018925,-0.027653,0.005761,0.052222,-0.016673,0.031811,0.027429,-0.000406,-0.014412,-0.011466,0.034096,-0.013775,-0.011952,0.037598,-0.006213,0.004777,-0.016633,-0.011213,-0.02241,-0.004186,0.020698,0.009616,0.031246,0.007497,0.060105,-0.013927,-0.001444,0.022948,-0.033001,0.015002,-0.00534,0.044687,-0.026635,0.000471,-0.004954,0.042464,0.002466,0.013296,-0.021417,0.007915,-0.040502,-0.027711,0.041329,-0.020939,-0.00376,-0.00761,-0.012023,-0.004353,0.017955,-0.005963,0.015195,0.009118,-0.006611,-0.002343,-0.002683,0.783917,-0.017028,-0.004928,-0.012941,0.018934,-0.00966,-0.020826,-0.028479,-0.00858,-0.015418,0.039559,0.002113,0.010329,0.024438,0.020848,0.001027,0.022992,-0.01105,0.015322,-0.015688,-0.027591,-0.0296,0.042789,0.026404,0.005519,0.05904,-0.01447,-0.023708,0.027104,0.005199,-0.017566,-0.025181,0.00713,-0.037573,-0.017321,0.014782,-0.012353,0.011114,0.014138,-0.089122,0.00732,0.004533,0.019663,-0.046004,-0.001615,-0.019163,0.023145,-0.003491,-0.003592,-0.010472,0.019704,-0.01329,0.012945,0.050738,-0.007436,-0.013171,0.014342,-0.036743,-0.039755,0.008049,0.008728,-0.003483,0.045494,0.076888,0.018431,0.053446,0.003085,-0.022982,0.003804,0.017295,0.037755,-0.102891,0.03079,0.011999,-0.016161,-0.021116,0.016955,-0.001995,-0.022802,0.006976,0.047389,-0.083929,0.041926,0.006902,-0.015348,-0.015286,-0.038292,0.009819,0.027333,-0.016684,0.015942,0.005816,0.019691,-0.003737,0.013039,0.019067,-0.002449,0.008088,0.009848,-0.021167,-0.004871,0.005207,0.001972,0.008772,-0.021442,0.010197,-0.005132,-0.009052,-0.006367,0.033374,0.017967,-0.023818,-0.00528,-0.022112,0.009069,-0.039698,0.014603,0.000967,0.011523,0.005275,0.026359,-0.005963,0.01273,-0.010191,0.024782,-0.011543,-0.018329,0.011568,0.009167,-0.046976,-0.0169,0.006186,-0.001478,0.00312,-0.007792,-0.042837,-0.011524,-0.011944,-0.016566,-0.002393,0.010633,0.013973,0.029947,-0.011805,0.027425,0.006644,0.017482,0.019078,0.016075,-0.030907,-0.001125,0.150678,0.017732,0.011703,0.028035,-0.012244,0.007489,-0.02877,0.002522,-0.048415,0.041409,0.025277,0.007308,0.005726,-0.0167,-0.013548,0.115715,-0.009823,0.022416,-0.031581,0.015571,-0.007602,0.018826,-0.097266,-0.009477,-0.018876,0.035558,0.014413,0.016079,0.011793,-0.005503,-0.007878,-0.03934,-0.004554,-0.014219,-0.019843,-0.038232,-0.022732,-0.029503,0.025434,-0.008518,-0.009911,-0.011941,0.054797,0.046929,-0.029676,0.094588,0.039494,0.008785,-0.004803,0.000488,0.003249,0.010313,0.014287,0.003908,-0.003912,-0.015942,-0.028053,-0.007467,-0.032379,0.024046,-0.048761,0.00383,-0.013972,0.015861,-0.0336,0.023997,0.003591,0.010134,-0.00858,-0.003143,0.0018,-0.001771,0.016778,0.033439,0.005606,-0.019491,0.031836,0.011964,-0.016216,0.001538,-0.024071,0.041283,-0.01896,0.035903,0.007921,-0.005803,-0.011687,0.018709,-0.018034,-0.017794,-0.002082,0.044701,0.013082,-0.040435,0.006364,-0.004548,0.042229,0.057547,0.02822,0.03036,-0.008653,0.023787,-0.011469,0.014993,0.022547,0.002229,-0.030943,0.021204,0.026975,-0.021021,-0.006692,-0.009065,-0.01398,0.03394,-0.006443,-0.024166,-0.009437,-0.003275,0.023998,0.002853,0.021517,-0.009981,-0.045791,-0.00963,-0.01074,0.043275,0.030037,0.042585,0.023115,0.01036,0.006659,0.003279,0.013158,0.012616,0.004596,0.001232,0.035065,0.009058,-0.030332,-0.013865,-0.00275,0.056332,-0.004094,-0.020326,-0.023672,0.025764,-0.014584,0.037756,-0.02694,0.007962,-0.004111,0.006812,0.026971,-0.005819,-0.009869,0.004708,-0.027934,-0.01752,-0.007497,-0.049641,-0.027605,0.024466,-0.015536,-0.090224,0.006391,-0.015953,-0.017867,0.046295,-0.024286,0.010071,-0.037175,0.028112,-0.004747,0.002928,0.024797,0.002941,0.040536,-0.003316,0.002926,0.009611,-0.012848,0.030651,0.017142,-0.019175,-0.016642,-0.029132,-0.007032,-0.002092,-0.036342,-0.006146,-0.034279,0.027209,0.013104,0.019189,-0.048839,-0.020368,-0.008435,0.020779,0.035771,-0.011068,0.017547,-0.027241,0.016046,0.039078,-0.029122,-0.041279,0.025989,0.002986,0.021498,-0.015709,-0.019492,-0.027907,0.00725,-0.002461,0.003135,-0.019631,0.071041,0.013506,-0.015014,0.009648,0.010318,0.014192,0.000469,0.047787,-0.019301,0.022223,-0.005325,-0.008898,0.010816,-0.021398,-0.00997,-0.05844,-0.004172,0.001999,-0.06455,-0.008323,-0.029098,0.002337,-0.016429,0.022954,-0.009516,0.011644,0.053942,-0.006418,-0.012766,-0.029487,-0.025202,-0.004243,0.005358,-0.008572,0.003233,0.002756,-0.0001,-0.001395,-0.005702,0.00487,0.001828,-0.00565,0.006312,-0.02828,-0.000251,0.03578,0.029109,0.016463,-0.0242,0.029478,0.004482,-0.005059,0.000611,-0.050429,0.012204,-0.027481,-0.019209,-0.020919,-0.011468,-0.035181,0.029737,-0.011845,0.024403,-0.012158,-0.006567,0.115318,-0.004942,0.00814,-0.014996,-0.02753,0.022681,0.034757,0.037459,-0.040687,-0.000885,0.00187,-0.013904,-0.041371,0.041785,0.112069,-0.032866,0.024027,-0.028942,0.027632,-0.034113,0.105967,0.050122,-0.018864,0.014973,0.020746,-0.003369,-0.013356,0.008722,-0.007795,-0.040338,0.035374,0.016995,-0.007308,-0.018283,0.013421,0.039787,-0.029626,-0.028801,0.00037,0.005186,-0.016173,-0.011138,-0.042576,0.000271,-0.032165,0.033056,0.015723,0.015003,0.017794,0.042603,-0.012701,-0.017226,0.015551,-0.031168,0.004848,0.009256,0.046775,-0.006815,0.031555,0.001317,0.019753,-0.026869,0.011263,-0.028849,0.005082,-0.011476,0.00888,0.020107,-0.001115,0.01886,0.015534,0.01183,0.008566,0.010799,-0.009073,-0.009421,-0.049813,-0.027931,-0.022474,0.004162,0.782017,-0.015695,0.0172,-0.00952,0.024097,0.012366,-0.006288,0.008808,-0.018001,0.007075,0.023364,-0.012226,0.044033,-0.017205,0.045398,-0.007468,0.000798,-0.049715,0.001601,-0.00116,0.003883,-0.003289,0.031251,0.021757,-0.008861,0.071291,-0.028772,-0.025441,-0.004604,-0.00777,-0.025374,0.003982,-0.010135,-0.026943,-0.003232,-0.00228,0.000386,-0.019099,0.035552,-0.104257,0.020746,-0.004849,0.008105,-0.003836,-0.001142,0.008372,0.013984,0.008548,0.02122,0.001424,0.013107,-0.004682,-0.011787,0.051296,0.021233,-0.029322,0.013093,-0.018493,-0.055978,-0.00277,0.010192,0.005523,-0.003395,0.055332,-0.002215,0.053413,-0.034414,-0.004356,0.004327,0.024259,0.026187,-0.08381,0.02841,0.033362,-0.009379,0.006452,0.017679,0.016856,0.001662,-0.023981,0.017393,-0.056443,0.033946,0.003257,-0.003828,-0.034739,-0.044904,0.009208,0.029846,0.020822,-0.066988,0.021363,0.029498,-0.016634,0.000009,-0.004221,0.00516,0.005486,0.010462,0.000826,-0.001483,-0.007515,-0.048552,0.017129,-0.044632,-0.02336,-0.01327,0.027134,0.072538,0.037851,0.020249,0.012671,-0.016567,-0.027138,0.007448,-0.027508,-0.015223,0.013046,0.053411,0.002739,0.011486,-0.023843,-0.031583,-0.020679,0.022663,-0.069644,-0.021152,0.039507,0.006562,0.030833,-0.028518,0.01068,-0.048042,-0.013682,-0.031104,-0.049786,0.030736,0.002577,0.051387,0.033286,0.030732,-0.00688,-0.015442,0.001105,-0.020744,0.024108,0.043805,0.024729,0.007577,-0.000447,0.000488,0.170788,0.010764,-0.02167,0.027677,0.025266,0.010362,-0.017438,-0.016154,-0.021982,0.021488,0.031133,0.002575,0.025144,0.002012,0.007784,0.06594,0.020153,-0.005044,-0.043267,0.013753,0.004209,0.011683,-0.12568,0.006821,-0.025021,0.002643,0.020326,0.004821,-0.028502,0.024242,-0.008395,-0.0229,0.000049,-0.033115,-0.011831,-0.011947,-0.017979,-0.014667,0.03954,0.0048,0.026092,-0.009822,0.015928,0.043258,-0.032017,0.125977,-0.016674,0.000761,0.072022,-0.016794,-0.017233,-0.031158,0.025117,0.020383,0.022211,-0.00173,-0.005527,0.000997,-0.014748,0.020386,-0.004044,0.024415,0.067547,0.010422,-0.010557,0.026396,0.006154,0.034282,0.004339,-0.039057,-0.019303,-0.004226,-0.013522,0.006077,-0.016966,-0.019407,0.032042,0.021447,-0.013622,-0.0259,0.01062,0.013307,-0.006565,0.012957,-0.00535,-0.011506,-0.014409,0.000478,-0.014289,-0.019915,-0.002083,0.000717,0.003339,0.005509,-0.012968,0.022951,0.03109,0.071085,0.041287,0.029955,0.021194,-0.003972,0.013516,-0.025321,0.00625,-0.020995,-0.044041,0.002958,0.022535,-0.015376,0.008615,-0.013735,-0.00695,0.009569,-0.012168,0.009484,-0.066779,0.00185,0.00818,-0.006009,-0.0005,0.006394,0.024918,-0.008103,-0.016704,0.028193,0.041151,0.01997,0.00793,0.019784,-0.023272,0.020588,-0.00152,0.020539,-0.003442,0.003056,0.009086,0.013898,0.010905,-0.013952,-0.011346,-0.018194,-0.011171,-0.019104,-0.002879,0.00298,-0.014766,0.035914,-0.01707,-0.007165,-0.000341,0.004184,-0.04398,-0.019714,-0.029275,-0.012877,-0.015508,-0.025912,-0.00884,-0.000514,-0.017374,0.018473,-0.056777,-0.168606,-0.000323,0.01048,0.011688,0.025699,0.028304,-0.02174,-0.149196,0.00563,0.02601,-0.020272,0.029034,-0.02311,0.012789,-0.003348,-0.008408,0.01226,0.019986,-0.004829,0.018993,-0.002602,-0.002129,0.001226,-0.005363,0.017273,-0.033668,-0.003254,-0.034046,0.005441,0.017091,-0.048668,-0.00959,0.009979,0.002444,0.008751,-0.003226,-0.058105,-0.002849,0.026997,-0.008356,0.016097,-0.030122,-0.041216,0.010747,-0.020061,0.006679,0.021323,-0.01051,-0.044479,0.012393,-0.007985,0.027664,0.034182,0.040387,-0.003954,-0.03058,0.017267,-0.025951,0.029734,-0.010613,0.050405,-0.001247,-0.005431,-0.020808,-0.013078,0.009269,-0.021935,0.011027,-0.04575,-0.003477,-0.004785,-0.028941,-0.000915,0.004881,0.001702,-0.011204,-0.007361,-0.002843,0.005362,0.017201,-0.015664,-0.018078,-0.013853,-0.027287,0.025737,0.01788,-0.028703,0.022947,-0.003828,0.025953,-0.003989,0.009637,0.001835,0.021621,-0.000466,0.017061,-0.056653,-0.014082,0.023268,-0.000436,0.052475,-0.040507,0.027441,-0.000719,-0.038116,-0.010122,-0.114776,0.006564,-0.030556,-0.011008,0.03548,-0.048784,0.015513,0.024905,-0.002023,0.022945,-0.009215,-0.018248,0.098759,-0.004782,0.01043,-0.03404,0.018538,0.00704,0.003271,0.052582,-0.020023,0.020399,0.013553,-0.009145,-0.027565,0.002861,0.057925,0.018866,-0.008688,-0.040292,0.023854,-0.000465,0.017033,0.000316,-0.051174,0.005579,-0.009822,-0.021055,-0.031133,0.02958,0.007953,-0.00755,0.010744,0.042366,-0.006818,-0.019185,-0.008552,0.011927,-0.032098,0.004313,-0.005279,-0.005924,0.004198,-0.008551,-0.025687,0.030083,-0.002431,0.040964,0.002094,0.040133,0.034053,0.033181,-0.005193,0.011827,0.035377,-0.025547,-0.020582,0.002237,0.008841,0.01704,0.020463,-0.017372,0.010075,0.022171,0.02392,-0.010007,0.007998,-0.037827,-0.029018,0.034443,-0.00923,0.020621,-0.018652,0.012552,0.035408,0.050376,-0.026237,-0.018168,0.000303,-0.019287,0.060745,0.015169,0.742103,-0.001566,0.004051,0.039907,-0.005784,-0.022711,-0.00151,0.022603,-0.03742,0.006968,0.002607,0.009994,0.010552,0.011316,0.006814,0.005228,0.014341,0.006151,0.022767,-0.029691,-0.005156,-0.017269,0.024316,-0.01642,-0.00466,0.033172,-0.006033,-0.024384,0.027234,0.042431,-0.032296,-0.015322,-0.000588,0.005573,-0.013093,0.013366,0.00273,0.010402,0.016193,-0.070937,-0.003788,-0.026768,0.031021,-0.039399,-0.009523,-0.001544,0.007289,0.090747,-0.017326,-0.003382,-0.016921,-0.012132,0.024206,0.037747,0.035749,-0.007308,0.00397,-0.032301,-0.022418,0.003054,0.012532,-0.027206,-0.01282,0.088253,-0.000885,0.085841,0.004141,-0.001832,0.049418,0.020782,0.006525,-0.064036,0.032596,0.039338,0.025997,0.008603,-0.027618,-0.035264,-0.03228,0.012433,0.049328,-0.047895,0.022908,-0.014496,-0.016502,0.012213,-0.04825,0.019562,0.016709,-0.039565,-0.072225,-0.022498,0.011952,-0.024379,-0.009537,0.013369,0.000974,0.038968,0.036114,0.020106,-0.008364,-0.018401,-0.000575,0.026986,-0.081733,-0.017833,-0.015675,0.007726,0.007142,0.058781,0.021587,0.000227,-0.015385,-0.014129,-0.010504,0.001949,-0.025784,0.027785,-0.004065,0.049494,-0.001496,-0.003492,-0.005807,-0.00821,-0.01207,-0.011189,-0.007451,0.016691,-0.003151,-0.033939,-0.000822,0.00767,-0.012083,-0.001283,-0.017784,0.002969,0.029729,0.013307,0.044722,0.047627,-0.008722,0.033131,-0.00363,0.021335,0.066513,0.005512,0.003156,0.030369,-0.000826,-0.008573,-0.019783,0.185465,0.000021,0.026451,-0.025155,0.03254,0.010775,-0.054014,0.003406,0.001514,0.03556,0.023221,0.012186,0.021042,-0.010337,-0.002967,0.067833,-0.010178,0.010312,-0.006317,-0.013509,-0.00768,0.03185,-0.138424,0.008072,-0.031001,0.024551,0.005975,-0.006743,-0.010367,-0.014303,0.018877,-0.029228,0.005029,0.003098,-0.040996,-0.012235,-0.019811,-0.01381,0.029697,-0.026547,0.025327,0.031496,0.038148,0.099382,-0.058224,0.067961,0.025927,-0.038591,0.039977,0.022598,-0.026882,-0.009808,0.005633,0.004776,-0.02151,-0.01245,-0.01929,-0.015461,-0.0364,0.020399,0.02047,0.001,0.016929,0.021433,-0.017377,0.023284,-0.020171,-0.029665,0.004721,-0.023314,-0.012184,-0.000006,-0.015218,-0.030502,-0.026354,-0.002352,0.064905,0.009726,0.005162,0.00117,-0.024358,0.01625,0.054066,0.038538,0.036137,-0.03616,-0.03181,0.005416,-0.018032,-0.026311,0.043028,0.012712,0.032265,-0.010496,-0.012834,0.024283,0.020065,0.043681,0.018413,0.000763,-0.0171,0.014182,-0.005651,0.021703,0.011856,-0.039587,-0.046367,0.014527,-0.004109,-0.016503,0.017638,-0.003705,-0.063062,0.064435,0.01138,0.00251,-0.071733,0.041867,0.003017,0.05385,0.008127,0.008878,-0.037013,-0.010659,0.032925,-0.000265,-0.000749,0.015318,0.074082,0.018839,-0.006323,0.032106,-0.02503,0.038214,-0.034463,-0.008491,-0.006772,0.011472,0.017157,-0.02324,-0.024893,0.029955,0.031851,-0.028972,0.031012,0.026597,0.010604,0.042943,-0.009192,-0.002525,-0.03583,0.008165,-0.011321,-0.025174,-0.004671,-0.016669,-0.004638,-0.003912,-0.020965,-0.016756,0.003731,0.008343,-0.035883,-0.098967,-0.024562,-0.022842,0.008943,0.070807,0.032249,-0.012761,-0.062813,0.051669,-0.001978,-0.01018,0.031247,-0.017665,0.039879,-0.022829,-0.007927,0.000492,0.031806,-0.003332,0.025706,-0.011093,-0.016039,-0.034304,-0.017133,0.038299,-0.010926,-0.007384,0.001931,0.044184,-0.007076,0.00553,-0.013376,-0.020819,-0.010518,0.035575,0.003879,-0.017258,0.014337,0.024815,0.019323,0.035526,-0.000851,-0.029091,0.005039,-0.028335,-0.024242,0.000231,-0.018965,-0.041928,0.003919,0.047175,0.042194,-0.00674,0.055927,0.010969,-0.034552,-0.001307,-0.046578,-0.014096,0.011926,0.078066,0.026073,-0.026807,0.009297,0.006161,-0.006466,-0.005463,-0.032785,-0.009637,0.003924,-0.037325,0.029247,0.009665,-0.019033,-0.02642,0.012802,0.033579,-0.028551,0.016703,0.002058,0.000381,0.003809,-0.030538,-0.031742,-0.004653,0.036969,-0.023278,-0.010884,-0.034318,0.020003,-0.022919,-0.041668,-0.020703,0.0051,-0.018967,0.009987,-0.030114,-0.015433,0.037123,0.040355,0.02474,0.000542,0.019312,-0.021035,0.011715,0.002217,0.048926,-0.002246,-0.036974,0.037321,0.016589,-0.018412,-0.049904,0.038165,-0.000196,0.003935,0.008542,0.021765,0.11342,0.001416,0.008398,-0.01913,-0.020107,0.009813,0.042227,-0.012201,-0.04539,-0.029747,0.012626,-0.019174,-0.029166,0.041454,-0.0079,-0.029462,0.056036,0.001291,-0.008134,-0.009028,0.070377,0.041771,-0.000841,0.004593,0.010129,0.012988,-0.032626,-0.004412,-0.002299,0.016,-0.039356,-0.011943,-0.036101,0.044544,-0.045536,0.01262,-0.033386,-0.001766,0.012336,0.021066,0.042079,-0.003032,-0.010934,-0.029622,0.030118,0.012423,0.011855,0.006683,-0.033694,0.058425,-0.01642,-0.038396,0.007249,-0.023307,0.008199,0.009465,0.031326,-0.002002,0.010591,0.011472,0.017143,-0.003696,0.017064,-0.020391,0.021759,-0.030284,-0.016121,0.014544,-0.034768,-0.045714,-0.056819,-0.006754,-0.007696,-0.019192,-0.018024,-0.026602,-0.020637,-0.038072,0.029425,0.018411,0.730784,0.011289,0.016699,0.027883,0.008169,0.00215,-0.023762,-0.011065,-0.022753,0.038138,0.003021,-0.027802,0.016705,0.043544,0.053625,-0.011762,-0.002048,-0.000577,0.006656,-0.046454,-0.00238,-0.042542,0.078608,0.045792,-0.013491,0.020691,0.015699,-0.030431,0.015256,0.026407,-0.035369,-0.004561,0.013819,-0.041835,-0.032194,-0.032552,0.000281,0.009937,0.01517,-0.093727,0.000856,-0.008901,0.028741,0.006354,0.018647,-0.012336,0.000118,0.002954,-0.002912,-0.008974,0.031026,0.03708,0.004046,0.029041,-0.048613,-0.017866,0.004096,-0.032737,-0.00074,-0.031096,-0.023922,-0.023703,-0.013755,0.058227,-0.004292,0.056022,-0.003418,0.03398,0.015829,0.025185,0.017173,-0.062271,0.029248,0.027537,0.013078,-0.000619,0.030641,-0.017097,-0.007712,0.001279,0.006714,-0.063659,0.035608,0.016088,0.007138,0.009944,-0.037003,-0.001231,0.022104,-0.029389,-0.040703,-0.00292,-0.010416,-0.002234,0.027147,0.034509,0.014966,0.05619,0.043562,-0.01342,0.023068,0.024129,0.001631,0.007245,-0.069902,-0.017516,-0.021696,0.001491,0.007929,0.034567,0.009299,-0.031353,-0.009777,-0.028619,0.000282,-0.017582,-0.013865,0.002125,0.005089,0.002641,0.018009,-0.006942,-0.008258,0.008911,0.024956,-0.018206,-0.026108,0.016982,0.022683,-0.001621,-0.01151,0.00016,-0.01118,-0.000688,-0.024051,-0.023983,-0.002857,0.025596,0.027421,0.028004,-0.002202,0.040548,-0.009903,0.031313,0.009192,0.004713,0.036367,0.016593,-0.005084,-0.012786,-0.006802,0.152756,0.016666,0.003918,-0.002832,0.00029,0.018126,-0.011508,-0.021582,-0.01124,0.043257,0.012167,0.023577,0.024544,-0.017655,0.013359,0.06853,0.000846,0.026045,-0.019323,-0.010712,0.007193,0.00018,-0.193192,0.024089,-0.011896,0.010083,0.033879,-0.010094,-0.005576,-0.031036,0.017571,-0.028142,-0.011468,-0.001894,-0.037197,0.007418,0.006876,-0.027548,0.038429,-0.010959,0.006425,-0.009903,0.049352,0.08258,-0.035447,0.059851,0.023247,0.011642,0.019571,0.00181,0.040137,0.003391,0.010913,0.040711,-0.013765,-0.048646,-0.007441,0.012231,-0.022591,0.025599,-0.01266,0.003113,0.031954,0.025963,-0.014028,0.012948,-0.005047,-0.016191,0.023219,-0.001605,-0.009157,-0.010048,-0.002153,-0.014113,0.002232,-0.003096,0.01814,0.006168,0.007731,-0.02405,-0.026351,0.051493,0.011228,0.040868,0.027333,-0.019722,-0.055008,0.018794,-0.012716,-0.039958,0.01205,0.018635,0.040712,-0.016844,-0.0015,0.033984,0.022196,0.137918,0.019377,0.017196,-0.009736,0.024878,0.006099,0.035212,-0.005693,-0.026596,-0.018324,0.008921,-0.000323,0.016619,0.017264,-0.031939,-0.035695,0.065417,0.011056,-0.019579,-0.064594,0.006484,0.00447,0.041988,0.009929,0.009447,-0.023801,-0.012058,0.020052,0.012049,0.003907,0.04079,0.036165,0.01392,0.006527,-0.007218,0.000522,0.02859,-0.011745,0.015091,-0.043515,0.029241,-0.015558,-0.019407,-0.029773,0.024126,-0.00935,-0.054461,-0.015107,0.037668,-0.023479,0.027935,-0.019509,-0.003034,-0.017872,0.026219,0.009741,-0.028346,-0.01061,-0.001466,-0.006967,-0.001451,-0.00088,-0.037078,-0.046374,0.002063,-0.008305,-0.088402,0.004427,-0.015428,0.013179,0.029377,0.021225,-0.008779,-0.09726,0.019382,0.00983,0.040484,0.032968,-0.01033,0.019052,0.013423,-0.019222,0.021872,0.031217,-0.00314,0.020837,-0.002428,0.005575,-0.026853,-0.017599,0.017102,-0.051194,0.004969,-0.018541,0.009598,-0.003283,0.010851,-0.016717,-0.006332,-0.013748,0.021315,0.037159,-0.007932,-0.008577,0.005934,-0.00282,0.007943,-0.022645,-0.004913,0.007857,-0.022189,0.008724,0.01531,-0.023409,-0.04979,0.007186,-0.007783,0.048531,-0.00322,0.075015,0.002802,-0.041178,0.032066,0.016084,0.009833,-0.024527,0.046107,0.011814,-0.025323,-0.024815,-0.002253,-0.001512,-0.021721,-0.020955,0.013969,-0.015967,-0.014851,0.017915,0.008836,-0.02229,-0.033704,-0.001515,0.025141,0.00333,0.001633,-0.003032,-0.021258,-0.026081,-0.034248,-0.018016,0.023825,0.035548,-0.033948,-0.004952,-0.011637,0.0131,-0.019635,-0.051165,-0.001944,0.027464,-0.007869,0.001153,-0.011512,-0.013979,0.022917,0.038941,0.035752,-0.010021,0.008318,-0.008094,0.003955,-0.014391,-0.0098,0.015319,-0.009111,-0.005794,0.027764,-0.017953,-0.025494,0.048665,0.010905,0.02015,0.00974,0.022325,0.11261,0.004949,0.016369,0.001078,-0.023697,0.025394,0.042273,0.024313,-0.027704,-0.025253,-0.011583,-0.027948,-0.06315,0.054896,0.019458,0.003288,0.017096,-0.020146,-0.004582,-0.031525,0.085315,0.02089,-0.017799,-0.020838,-0.007902,-0.000663,-0.006842,0.016813,-0.007685,-0.024686,0.019306,0.022319,-0.01758,-0.013653,-0.013967,0.035184,0.003722,0.005171,0.006216,-0.000441,0.016672,-0.001579,0.001135,-0.017044,0.03146,0.020942,-0.008723,0.014572,0.009831,0.072191,0.011938,-0.004385,0.017891,-0.031417,0.038633,-0.001389,0.031272,-0.000148,-0.005955,-0.00999,0.028253,0.005802,0.038797,-0.013586,-0.01619,-0.056666,-0.018884,0.050952,0.00078,0.000733,-0.019642,-0.005774,0.013776,0.008766,-0.011666,-0.002818,-0.01502,-0.00772,-0.00247,0.022765,0.762298,0.005511,0.013359,-0.001387,0.014343,-0.006342,-0.00328,-0.01544,-0.011908,0.006639,0.004426,-0.012882,0.033794,0.023874,0.022719,-0.008032,0.034853,-0.011515,0.023768,-0.035597,-0.016397,-0.024752,0.070461,0.027627,-0.009217,0.066289,0.015883,-0.027471,0.004719,0.030068,-0.007753,-0.012706,-0.042765,-0.039428,-0.028859,0.002593,-0.009267,0.005571,0.007161,-0.085028,0.008042,-0.020788,-0.000127,-0.028802,0.005031,-0.016261,0.015507,-0.005739,-0.012765,-0.000103,0.033681,-0.002261,0.035047,0.050586,-0.031918,0.002463,0.004728,-0.008265,-0.033876,-0.006038,-0.001867,-0.013751,-0.005172,0.05187,0.011462,0.074231,-0.001232,0.009992,0.019163,0.04666,0.032509,-0.089556,0.018677,0.047283,0.00076,0.004799,0.039781,0.00513,-0.019107,-0.005846,-0.009757,-0.042655,0.024765,0.027201,-0.033396,-0.003991,-0.039879,0.008502,0.028958,-0.042284,-0.060135,-0.018124,0.0042,-0.007101,0.025351,0.019478,0.029311,0.052361,0.006069,-0.024681,0.014546,0.011844,-0.012516,0.014763,-0.051049,-0.006743,-0.007008,0.010928,-0.006368,0.056621,0.035037,-0.024985,0.016098,-0.00508,0.005483,-0.007899,0.017255,-0.002419,-0.003098,-0.001512,-0.00052,0.00501,-0.010096,-0.002138,0.038438,-0.021149,-0.049943,-0.013244,0.024553,-0.023125,-0.028666,0.019534,-0.011849,0.017788,-0.017227,-0.016904,-0.00132,0.020636,0.013745,0.018729,-0.011219,0.002909,0.016164,0.002509,-0.014685,-0.004138,0.02332,0.043655,0.01746,-0.016431,-0.016226,0.071856,0.024059,-0.010953,-0.015492,0.01192,0.021899,-0.032248,-0.019765,-0.068561,0.005101,-0.006722,-0.004854,0.0209,-0.007791,-0.00313,0.084019,0.00445,-0.006135,-0.010985,-0.016219,0.008086,0.035766,-0.121494,0.010052,-0.04183,0.020448,0.006775,0.020011,0.018937,-0.023607,0.005039,-0.037105,-0.017755,0.005617,-0.012713,-0.019287,-0.066826,-0.020104,0.057701,-0.022469,0.020908,0.000781,0.081924,0.060406,-0.045107,0.108983,0.019534,0.015553,0.01987,0.032395,0.010023,0.00459,0.000448,0.004741,0.008774,-0.029955,-0.037912,0.025879,-0.011094,0.014682,-0.027124,-0.002896,0.011777,0.001503,-0.030465,0.02478,-0.025241,-0.001364,0.015237,-0.025569,0.02016,-0.02487,0.018279,-0.008033,0.002279,-0.023097,0.077771,0.005826,-0.026108,-0.008138,0.015683,0.010497,-0.045206,0.015691,0.029185,-0.023654,-0.032914,0.001174,-0.010366,-0.007515,0.019388,-0.000293,0.014157,-0.032557,-0.000344,0.012442,0.029874,0.166931,0.00966,0.022478,-0.009632,0.001403,0.002694,0.02083,-0.005954,-0.033026,-0.003355,-0.003185,0.013264,-0.007161,0.020238,-0.040248,-0.066648,0.080395,0.020417,-0.011203,-0.074877,0.003819,0.019974,0.00429,0.017801,0.027789,-0.019276,-0.006089,-0.004507,0.037771,0.02354,0.008795,0.047013,-0.007389,-0.00478,-0.018686,-0.001147,0.009486,-0.013209,0.039469,-0.036388,0.029349,-0.035275,-0.029159,-0.00557,0.021629,-0.001204,-0.024991,-0.013608,0.026153,-0.030824,0.009013,-0.030317,-0.004025,-0.017149,0.005099,-0.023065,0.018718,-0.033263,0.00413,0.00862,0.007428,0.005986,-0.022294,0.007987,0.013418,-0.037304,-0.03435,0.000027,0.038257,-0.021881,0.024591,-0.032086,0.015238,-0.004143,0.007986,-0.016339,-0.044272,0.010994,0.012559,0.041425,-0.005583,-0.032273,0.010582,0.059466,0.016734,0.045605,-0.004349,-0.034563,-0.000563,-0.021843,0.015455,-0.029491,0.030558,-0.021396,0.011572,-0.003972,0.004738,-0.014907,-0.026412,0.003304,0.033082,0.03627,-0.013688,0.008046,-0.010909,0.029048,0.035557,0.024674,-0.027734,-0.012434,-0.033796,0.016196,-0.002264,-0.011652,-0.030116,0.026286,-0.005332,0.017036,-0.0084,0.029967,0.000787,-0.033505,0.031908,-0.011463,0.018983,-0.023633,0.029003,0.033971,-0.009401,-0.017998,-0.004739,-0.010142,-0.037764,-0.011426,-0.061204,0.010124,-0.013034,-0.026516,0.009364,-0.022483,-0.005005,0.020021,0.03515,-0.035032,0.007775,0.00381,-0.026011,-0.021614,-0.026641,0.019731,0.008081,0.022681,-0.031217,-0.005179,-0.022744,0.048269,-0.01068,-0.058693,-0.012713,-0.016544,-0.014882,0.025255,-0.021082,-0.049702,0.065876,0.042864,0.032862,-0.011741,0.015246,-0.005735,-0.00666,-0.002069,-0.037034,0.008087,-0.004766,0.000845,0.035991,-0.031677,-0.017491,0.060401,-0.007781,0.004151,-0.022349,-0.008789,0.114166,0.012688,0.027645,-0.007886,-0.020071,0.019364,0.025705,0.024177,-0.029136,-0.0298,0.000886,-0.005821,-0.036519,0.035834,0.060793,-0.055703,0.024293,-0.017298,0.001611,-0.047435,0.084085,0.020505,-0.04186,-0.008651,-0.001082,-0.010809,0.023318,0.029287,0.01878,-0.012108,0.045412,0.034755,-0.023314,0.029878,-0.004442,0.022976,-0.026123,-0.007995,0.000887,0.00544,0.010543,-0.01943,0.001328,-0.013957,0.041929,0.003681,0.004005,0.033539,-0.002224,0.045312,-0.03169,-0.004462,0.014892,-0.023012,0.033893,0.026576,0.038529,-0.005372,-0.007236,-0.019103,0.012853,0.006648,0.002397,-0.007557,-0.027968,-0.074674,-0.02477,0.011031,-0.001015,0.012782,-0.025136,-0.020313,-0.033519,-0.001316,-0.013577,-0.012349,-0.012849,-0.004073,0.013393,0.028116,0.754404,-0.009611,0.003554,-0.004137,0.01816,0.00068,0.00626,0.000983,0.009541,-0.024371,0.019552,0.005196,0.034683,0.017598,0.018698,-0.020129,-0.004145,-0.013636,-0.015341,-0.031366,-0.016445,-0.011037,0.061562,0.034459,0.003779,0.063609,0.018467,-0.017813,0.013523,0.059513,-0.021065,-0.000895,-0.005947,0.019464,-0.022121,0.004148,-0.022186,0.027274,-0.004753,-0.090531,0.011279,-0.014393,0.020321,-0.01682,0.028092,-0.015091,0.037162,-0.011685,0.029165,0.006469,0.020786,-0.000695,0.043068,0.062116,-0.018566,-0.023845,-0.002319,-0.013634,-0.039749,-0.017995,-0.004159,0.014513,-0.016175,0.070678,0.01445,0.039821,0.015859,-0.028268,0.035805,0.038153,0.001084,-0.067546,0.030592,0.039807,0.020964,0.010678,-0.016667,-0.044971,-0.022896,0.015819,0.047039,-0.040795,0.030736,-0.006957,-0.014664,0.017489,-0.047643,0.019546,0.034593,-0.036501,-0.068632,-0.034847,0.010073,-0.029373,-0.008169,0.014273,0.007091,0.048485,0.028453,0.018198,-0.013078,-0.027231,0.002321,0.033796,-0.083916,-0.010668,-0.021916,-0.003904,-0.001268,0.060279,0.018443,-0.000216,-0.015602,-0.014276,-0.008585,0.011523,-0.041151,0.027559,0.001092,0.055343,0.004447,-0.008426,-0.012901,0.001,-0.006031,0.001506,-0.008344,0.00255,-0.007089,-0.033714,-0.002151,0.003272,-0.010312,-0.019004,-0.016489,0.007719,0.027481,0.013615,0.046032,0.039127,-0.010793,0.023276,0.004438,0.024953,0.048117,0.003954,-0.0086,0.025548,0.009953,-0.013899,-0.018404,0.207291,-0.007741,0.035471,-0.030814,0.025896,0.025514,-0.050875,0.005504,0.000525,0.035501,0.021519,-0.000239,0.027395,0.000369,-0.00614,0.064388,-0.016979,0.021221,0.003494,-0.004944,-0.013879,0.034519,-0.147216,0.010744,-0.033763,0.024068,-0.003247,-0.004663,-0.020532,-0.02337,0.01406,-0.018688,0.005629,0.006959,-0.041829,-0.004081,-0.017637,-0.019987,0.027798,-0.021918,0.020216,0.039325,0.035889,0.094757,-0.059284,0.06094,0.020727,-0.03432,0.047983,0.004238,-0.038802,-0.011181,0.003993,-0.002778,-0.016913,-0.022344,-0.026692,-0.010373,-0.034127,0.026867,0.018936,-0.007139,0.008161,0.022527,-0.01517,0.029123,-0.029291,-0.019166,-0.001309,-0.015084,-0.011737,-0.020465,-0.024599,-0.033488,-0.048419,0.009594,0.067732,0.022497,0.009668,0.002466,-0.025906,0.020058,0.069163,0.04348,0.044425,-0.035068,-0.029901,0.010896,-0.005145,-0.024631,0.038624,0.015239,0.040581,-0.015743,-0.009857,0.017452,0.003895,0.017864,0.003377,-0.000983,-0.015665,0.033612,-0.001656,0.011623,0.011568,-0.023506,-0.041547,0.014096,0.002626,-0.020114,0.02208,-0.00548,-0.061203,0.036765,0.020593,0.022388,-0.052667,0.028159,-0.011919,0.053888,0.019921,0.004712,-0.047599,-0.01954,0.01707,-0.00143,-0.009484,0.029651,0.067742,0.020776,-0.007309,0.040683,-0.020823,0.0357,-0.027366,-0.00295,-0.005111,0.02104,0.021415,-0.017265,-0.032528,0.029971,0.041259,-0.039755,0.023141,0.033709,0.00781,0.027402,-0.014683,-0.00592,-0.029459,0.010522,-0.011148,-0.015318,0.00705,-0.025153,-0.022329,-0.006538,-0.033657,-0.014127,0.003926,-0.004828,-0.035479,-0.081978,-0.024043,-0.008591,0.025403,0.064859,0.020243,-0.013535,-0.058744,0.04497,0.022604,-0.018632,0.02818,-0.024312,0.059967,-0.015752,-0.001074,0.002314,0.032624,0.003973,0.012421,-0.012707,-0.022422,-0.028733,-0.017957,0.037092,-0.016932,0.013984,0.004336,0.030831,-0.001804,0.003804,-0.017715,-0.010402,-0.003676,0.031221,0.002335,-0.040557,0.023265,0.024334,0.028515,0.031365,0.004939,-0.041597,0.014463,-0.022591,-0.022085,0.015663,-0.019614,-0.040292,0.000976,0.055169,0.05165,0.000585,0.051238,0.022044,-0.019141,-0.005663,-0.054304,-0.002783,0.016752,0.064435,0.013997,-0.028666,0.008018,0.014785,0.005704,-0.019174,-0.016229,-0.020093,0.00702,-0.035161,0.019998,0.002744,-0.012195,-0.022575,0.013203,0.025905,-0.022062,0.032086,0.00101,-0.002594,-0.012722,-0.031588,-0.035553,-0.003639,0.038759,-0.025041,-0.012611,-0.023787,0.02566,-0.011036,-0.051984,-0.02145,-0.00262,-0.011876,0.005797,-0.033532,-0.000152,0.03648,0.03409,0.022393,0.011023,0.02571,-0.024031,0.017927,0.009826,0.026667,-0.000152,-0.03152,0.045511,0.02782,-0.011579,-0.04384,0.024072,-0.00532,0.00827,0.00051,0.024209,0.109819,-0.011421,0.01231,-0.023229,-0.032688,0.009576,0.038573,-0.019742,-0.048786,-0.023955,0.009595,-0.031358,-0.024598,0.02484,-0.013188,-0.030348,0.048223,-0.002096,-0.01639,-0.000278,0.071375,0.026368,0.000338,0.017389,0.021947,0.006914,-0.037321,-0.006189,-0.005571,0.005783,-0.048979,-0.015788,-0.037044,0.056562,-0.031345,-0.000504,-0.049023,0.007375,0.01365,0.006566,0.049736,0.001065,-0.015092,-0.029229,0.028621,0.019402,0.021841,-0.01075,-0.037601,0.053641,-0.027196,-0.031874,0.017218,-0.029546,0.01559,0.019502,0.028331,0.001614,0.007608,0.012142,0.017949,0.007828,0.019284,-0.010359,0.019196,-0.030382,-0.014988,0.000789,-0.032454,-0.055794,-0.056162,-0.009573,0.000408,-0.009041,-0.01878,-0.034754,-0.025961,-0.032285,0.045338,0.022081,0.723719,0.003779,0.011509,0.020907,0.012016,0.000345,-0.024313,-0.001104,-0.026162,0.048419,0.005889,-0.027278,0.018008,0.045647,0.048454,-0.009284,-0.007962,0.004398,0.009891,-0.053802,0.004744,-0.04025,0.072741,0.047977,-0.019807,0.008758,0.007675,-0.04715,0.019828,0.017724,-0.039068,-0.001959,0.006587,-0.032659,-0.037349,-0.018473,-0.004711,0.011983,0.012056,-0.092465,-0.005686,-0.000959,0.031499,0.01202,0.019548,-0.006868,0.003245,0.00046,0.007377,-0.001595,0.040327,0.038366,0.022549,0.023872,-0.046226,-0.017131,0.001159,-0.021987,0.006098,-0.033173,-0.029334,-0.024474,-0.016031,0.053833,-0.01145,0.053237,-0.006466,0.036223,0.022585,0.024826,0.015729,-0.080088,0.028744,0.038846,-0.019195,0.021556,0.005142,-0.034094,-0.027505,-0.009112,0.036221,-0.076978,0.045099,0.005334,-0.021536,0.021396,-0.02943,0.011611,0.015701,-0.012353,-0.012524,-0.006871,-0.008625,-0.017248,0.011821,0.024702,-0.000192,0.060354,0.022706,-0.001885,0.011083,0.000687,0.018496,0.015229,-0.044857,-0.006265,-0.009673,-0.005044,-0.010025,0.024347,-0.000577,-0.021613,0.000131,-0.034927,-0.014524,-0.00025,0.001778,-0.016472,0.018502,0.005763,-0.018255,-0.012233,0.00312,-0.001996,-0.006639,-0.042364,-0.051966,0.029029,0.005844,-0.012268,-0.006752,0.01747,-0.004561,-0.028407,-0.033833,-0.021252,-0.005829,-0.006421,0.039604,0.031,-0.000738,0.0243,-0.002561,0.021778,0.027624,0.009726,0.027104,0.03068,-0.019864,-0.022401,0.015567,0.130275,0.007816,0.0313,-0.028066,0.014035,0.000839,-0.011837,-0.035285,-0.026557,0.040691,0.026893,0.033705,-0.000847,-0.021495,0.016384,0.061502,0.005779,0.021266,-0.007554,-0.004851,0.001912,0.006296,-0.196055,0.008052,-0.039422,0.017874,0.03333,0.000466,-0.03174,-0.010727,0.001259,-0.003474,0.006185,0.00648,-0.027957,0.003568,0.023303,-0.028086,0.024095,-0.012102,0.011412,-0.026016,0.036127,0.10989,-0.029013,0.071591,0.003827,-0.008861,0.011442,0.000163,0.017246,0.012956,-0.002746,0.053069,-0.007109,-0.042726,0.002944,0.006764,-0.00054,0.024015,-0.013251,0.004613,0.011741,0.004163,-0.020359,0.011993,-0.002334,0.005828,0.018872,-0.003674,-0.040389,-0.005696,0.00827,-0.032034,0.003034,0.022926,0.039728,-0.011635,-0.013852,-0.010359,-0.023734,0.024983,-0.031951,0.023669,-0.005116,-0.015153,-0.045923,0.020855,-0.030155,-0.026578,0.004708,0.018132,0.0351,-0.0508,0.007633,0.035433,0.041191,0.161437,-0.007214,0.027268,-0.012657,0.021879,0.008701,0.012708,-0.013837,-0.005689,-0.00167,-0.001662,-0.013384,0.004328,-0.001313,-0.047409,-0.003305,0.051717,-0.019415,-0.006769,-0.071169,-0.002431,0.034127,0.029402,0.002927,0.020239,-0.006749,0.00735,-0.003275,-0.002481,0.00583,0.045163,0.006127,0.026643,0.001575,-0.006206,0.010987,0.006833,-0.012993,-0.010058,-0.019725,0.048396,0.00556,-0.033117,-0.037259,0.023601,-0.011854,-0.03571,-0.002862,0.046057,-0.019087,0.024797,-0.004991,-0.000475,-0.011721,0.01011,0.019969,0.025492,0.018707,-0.030191,-0.008356,-0.005739,-0.00153,-0.033074,-0.020684,0.007419,-0.034884,-0.09259,0.008013,-0.011414,-0.009338,0.013456,0.006497,-0.039087,-0.115689,0.024444,-0.003067,0.023927,0.018085,-0.027441,0.032334,0.015463,0.016027,0.038209,0.04323,-0.024446,0.006416,0.016554,0.037794,-0.007665,0.004212,0.022625,-0.00118,-0.004864,-0.007393,0.015728,0.014895,0.039669,-0.027597,0.003444,-0.016908,0.008837,0.05767,0.006613,0.000501,0.042311,0.009916,0.037506,-0.035709,-0.018101,-0.00761,-0.032347,-0.002502,0.029708,-0.027413,-0.019504,0.013234,-0.003871,0.02987,0.010268,0.08871,0.005697,0.00946,0.028185,0.008984,-0.00962,-0.005726,0.060565,-0.026721,-0.017486,-0.028717,0.012284,-0.003862,-0.040531,-0.013041,-0.006089,-0.014138,-0.016212,-0.002022,0.016008,-0.007546,-0.030887,0.010061,0.000349,-0.002455,0.013428,0.022523,-0.021062,-0.040258,-0.021429,0.008642,0.016115,0.01863,-0.024541,-0.021722,-0.0054,0.00399,-0.042231,-0.035585,-0.032239,-0.001339,-0.009969,0.036297,-0.003159,-0.016874,0.027546,0.029469,-0.006068,-0.00553,0.024231,0.001326,-0.014458,-0.005779,0.036147,0.040086,-0.015419,0.013031,0.013475,-0.035101,0.001283,0.046309,0.006796,0.028507,-0.022653,0.038853,0.114909,-0.017724,0.028123,-0.001741,-0.035773,0.025913,0.038986,0.046026,-0.00838,-0.027956,0.010626,-0.021177,-0.03555,0.029442,0.020508,0.005881,-0.018027,-0.040289,-0.003288,-0.040164,0.111421,0.037683,-0.024194,-0.022045,0.005932,-0.014077,0.003077,0.000956,0.030299,-0.009706,0.012216,0.022168,-0.027533,-0.002162,0.006708,0.012859,-0.014768,0.012798,-0.015496,0.003123,0.02416,-0.031703,-0.004839,-0.012436,0.016922,0.029996,-0.001985,-0.001889,-0.008096,0.040136,-0.00831,0.004984,0.031815,-0.034426,0.004944,0.005398,0.020053,0.016354,0.014537,-0.00859,0.018528,0.013797,0.017807,-0.022116,0.025233,-0.048699,-0.009065,0.03638,-0.005434,-0.025062,-0.025786,-0.00484,0.011115,0.023474,-0.036513,-0.000789,-0.017037,-0.020618,0.015064,0.011858,0.743661,0.005927,-0.018665,0.003893,0.004839,0.003502,-0.009471,0.020341,-0.016291,-0.012666,0.014257,0.008765,0.023609,-0.010412,0.057994,-0.030588,0.014296,-0.013766,0.053904,-0.030538,-0.01719,-0.029824,0.037508,0.02358,-0.016089,0.079924,0.005355,-0.038071,-0.024562,0.037631,0.003659,-0.02775,-0.03164,-0.055956,-0.021991,0.006965,-0.016432,0.014128,-0.015326,-0.08471,-0.035082,-0.029234,0.021181,-0.034688,-0.008806,-0.003147,0.03356,0.002854,-0.000119,0.020864,0.009068,-0.018632,0.018062,0.039783,-0.013861,-0.009586,0.001451,-0.024173,-0.012237,0.015575,0.015376,-0.005509,-0.000116,0.075382,-0.0069,0.057913,-0.001095,0.005973,0.037582,0.019749,0.028958,-0.061316,0.001978,0.025695,-0.013805,0.023102,-0.01534,-0.060462,-0.024668,-0.014421,0.031545,-0.025191,0.026556,-0.016263,-0.001906,-0.002529,-0.03157,0.037886,0.001925,-0.026288,-0.056067,-0.014674,0.022977,-0.005314,0.026754,0.00948,-0.008338,0.054469,0.031529,-0.000758,0.017467,-0.002968,0.011178,0.032601,-0.031075,0.013012,-0.003984,-0.012199,0.00485,0.010295,0.008304,-0.031958,-0.001328,-0.012477,-0.004128,0.001785,0.007295,-0.010296,0.001799,-0.012031,-0.03308,-0.000624,-0.000546,-0.021008,-0.006114,-0.033514,-0.036491,0.045634,0.029578,-0.020339,0.025757,0.016856,0.004078,-0.0076,-0.009325,-0.019141,-0.014198,-0.003182,0.035663,0.022135,-0.006911,0.033192,0.010442,0.01189,0.010583,0.016846,0.01137,0.022072,0.000853,-0.019323,0.015572,0.192987,-0.007414,0.02539,-0.011712,-0.01158,0.016247,-0.01975,-0.018254,-0.037019,0.029862,0.040715,0.038447,0.013737,-0.025517,0.014302,0.085834,-0.007385,-0.013209,0.000962,-0.004499,0.015414,0.009124,-0.15025,-0.005046,-0.03809,0.010916,0.003369,0.005839,0.000054,-0.00283,-0.006441,-0.000865,0.01694,-0.009174,-0.03015,-0.005154,-0.008409,-0.027434,0.024032,0.003619,0.0022,-0.009195,0.039552,0.111533,-0.017526,0.134372,-0.001753,0.001426,-0.006859,-0.007124,0.021476,0.035718,0.007241,0.027052,-0.021633,-0.036098,-0.019416,-0.007023,-0.019993,0.012219,-0.021017,-0.032108,0.010679,0.021667,-0.011409,0.045011,0.005152,-0.008681,0.01005,-0.019469,-0.041292,0.001148,0.00049,-0.0076,-0.018639,-0.00369,-0.017125,-0.005756,0.001136,-0.005868,-0.012761,0.012348,0.016654,0.024461,-0.010493,0.007519,-0.026775,0.019738,-0.036318,-0.00655,0.017784,0.022587,0.023446,-0.041571,-0.001496,-0.00339,0.044941,0.104935,-0.005669,0.008851,0.002993,0.016414,-0.007461,-0.000509,-0.0109,-0.019788,0.014736,-0.007434,-0.010087,0.006447,0.009322,-0.032188,-0.005391,0.02024,0.002321,-0.022825,-0.053351,0.005165,0.00756,-0.006379,0.002873,0.018149,-0.034441,0.003818,0.03075,0.01483,0.007116,0.040844,0.012054,0.026375,-0.007762,0.008069,-0.016798,-0.014022,-0.01899,-0.00658,-0.043325,-0.008084,-0.012585,-0.028467,-0.022651,0.024954,-0.007228,-0.043351,-0.015959,0.038535,-0.048521,0.029043,-0.01082,-0.009135,-0.027642,0.010519,0.029386,0.023847,0.042381,-0.018353,-0.002598,-0.004586,-0.001557,-0.043468,-0.019841,0.003711,-0.022789,-0.058667,0.022003,-0.011413,-0.000955,0.021087,0.007013,-0.028027,-0.02538,0.016611,0.014234,0.035996,0.008842,-0.022092,0.022608,0.00346,0.024092,0.028773,0.021763,-0.012208,0.008698,-0.001029,0.000493,-0.029719,-0.012801,-0.000396,-0.045616,0.011655,-0.001655,0.011385,0.005872,0.001791,-0.024613,0.003039,-0.013034,0.030036,0.021813,0.010659,-0.001632,0.017955,0.012011,0.01303,-0.014722,-0.039915,-0.000245,-0.015546,-0.009023,0.033908,-0.025627,-0.004736,0.004653,0.011285,0.029651,-0.010888,0.089777,0.019074,-0.013048,0.024294,-0.003037,0.001472,0.028117,0.051902,-0.009258,0.000591,-0.021954,0.002619,-0.024031,-0.018059,-0.022057,-0.02979,-0.001501,-0.013784,0.003335,0.002224,-0.000627,0.003654,0.023134,0.01645,-0.014274,0.015366,0.03453,-0.016073,-0.020969,-0.021081,-0.030885,-0.018286,0.021162,-0.026111,0.004003,0.003288,0.015716,-0.03441,-0.036994,-0.023537,-0.000424,0.000474,0.016003,-0.013478,-0.008156,0.057085,-0.000442,0.01123,-0.016144,0.008396,0.016783,-0.014043,0.002713,0.043189,0.039779,-0.014524,-0.017376,0.010781,-0.007144,0.006605,0.052181,0.006856,0.037504,-0.006371,0.023638,0.119667,-0.016204,0.02154,0.038992,-0.010425,0.005156,0.070485,0.039135,0.011803,-0.030284,-0.0072,-0.04081,-0.024836,0.028624,0.028158,-0.007731,0.008317,-0.045279,0.000716,-0.016786,0.102841,0.04267,-0.013201,0.015366,0.028104,-0.002694,-0.020877,-0.005258,0.039139,-0.013475,0.044349,0.005453,-0.014416,0.027809,0.008384,0.001912,-0.010759,0.022823,-0.002394,-0.009211,0.011193,-0.03489,-0.018068,0.005828,-0.022053,0.020803,-0.009511,0.016114,-0.003568,0.042189,-0.024905,-0.005894,0.024855,-0.035363,-0.005668,0.023069,0.011145,-0.014292,0.036512,-0.002418,0.018455,0.009752,0.021303,0.000672,0.002256,-0.006447,-0.025719,0.011909,-0.016472,-0.001774,-0.00854,0.005123,0.006224,0.002445,-0.01479,-0.007355,-0.026358,-0.029808,-0.010019,-0.000215,0.770544,-0.007609,-0.008441,-0.00073,0.012124,-0.005511,-0.007155,0.029905,-0.013752,0.022698,0.011483,-0.007032,0.009022,-0.011191,0.042577,0.000032,0.042495,-0.014078,0.018447,-0.022434,-0.006593,0.014129,0.015304,0.016572,-0.017124,0.071227,-0.002611,-0.042386,-0.009121,-0.008312,-0.040609,-0.013017,-0.044225,-0.059085,0.002297,0.021669,-0.034936,-0.004131,0.017414,-0.099738,-0.021886,-0.003546,0.000046,-0.030017,-0.007841,0.008281,0.027902,0.041612,-0.002549,-0.013034,0.002066,-0.027691,0.014116,0.041258,0.004129,-0.02172,0.007896,-0.037068,-0.02977,0.00209,0.001048,-0.021571,-0.025406,0.094102,0.018305,0.065423,0.002218,-0.003746,0.022301,0.042133,0.030723,-0.053806,-0.00264,0.025857,-0.017452,0.020611,-0.016136,-0.054745,-0.020587,-0.014213,0.029595,-0.019826,0.022603,-0.015631,-0.004181,-0.004747,-0.044467,0.029936,-0.003568,-0.019301,-0.051726,-0.021485,0.021461,-0.002064,0.023713,0.009276,-0.020362,0.049882,0.030745,0.000298,0.01766,-0.003762,0.018427,0.032383,-0.037755,0.016837,0.003413,-0.018724,0.000259,0.010698,0.004297,-0.029249,-0.001432,-0.010984,-0.005762,0.006824,0.015842,-0.012589,-0.007437,-0.006112,-0.041841,0.006207,0.011808,-0.025611,-0.004853,-0.028061,-0.033737,0.040249,0.022823,-0.027325,0.025617,0.014804,-0.004319,0.011863,-0.009905,-0.011899,-0.015353,-0.014405,0.034387,0.013305,-0.000716,0.035468,0.014657,0.003465,-0.002743,0.009819,-0.000396,0.017009,0.001951,-0.010466,0.01882,0.189215,-0.015534,0.021461,-0.003225,-0.010465,0.018396,-0.018601,-0.003783,-0.033258,0.029705,0.027396,0.038061,0.018922,-0.02196,0.006375,0.095246,-0.003719,-0.015154,-0.000054,-0.001268,0.020072,0.00825,-0.155676,-0.007987,-0.03798,0.005625,0.005175,0.014846,0.00346,-0.003947,-0.011692,0.000216,0.018093,-0.007237,-0.030084,-0.004314,-0.011857,-0.028652,0.022009,-0.00287,0.00615,-0.0114,0.040976,0.096857,-0.016513,0.130267,0.007042,0.008588,-0.013246,-0.00383,0.020771,0.031839,0.007845,0.011988,-0.029745,-0.026203,-0.02201,-0.015355,-0.01789,0.017425,-0.021093,-0.037448,-0.000644,0.024736,-0.007102,0.041621,0.002081,-0.007747,0.009137,-0.032719,-0.039871,0.008295,-0.003413,-0.003993,-0.020242,-0.006987,-0.011779,-0.003587,-0.002625,0.001503,-0.011857,0.001438,0.031932,0.019461,-0.016249,0.000639,-0.02998,0.015866,-0.039988,0.004359,0.019297,0.011529,0.013882,-0.032206,-0.000416,0.003951,0.041113,0.096937,-0.005039,0.001634,-0.002485,0.022127,-0.017567,0.000453,0.005024,-0.016023,0.010482,-0.009608,-0.012473,0.011635,0.00643,-0.031416,0.007801,0.014145,-0.002021,-0.021222,-0.057289,-0.004645,-0.002268,-0.010161,-0.011597,0.016352,-0.037679,-0.000024,0.034862,0.014877,0.010847,0.035359,0.013214,0.023971,-0.005571,0.00775,-0.022948,-0.0114,-0.017374,-0.006938,-0.043411,-0.022905,-0.016215,-0.018516,-0.015022,0.021541,-0.0087,-0.024279,-0.022251,0.030967,-0.044138,0.026768,-0.006282,-0.003783,-0.024989,0.000416,0.024373,0.023059,0.046781,-0.0149,0.005853,0.003029,0.00002,-0.044696,-0.012483,0.002977,-0.017602,-0.069907,0.019745,-0.005762,-0.000491,0.021362,0.011868,-0.016951,-0.015364,0.010776,0.010522,0.024014,-0.002496,-0.013349,0.019843,0.007167,0.013723,0.031259,0.02308,-0.000446,0.013433,-0.002603,-0.010274,-0.02661,-0.017858,-0.008356,-0.046781,0.011377,0.005138,0.021454,0.018653,-0.000728,-0.017157,0.010668,-0.011715,0.037344,0.010488,0.01464,0.002957,0.011161,0.017289,0.011368,-0.01422,-0.037206,-0.008057,-0.012708,-0.004356,0.020083,-0.014893,0.000405,0.006241,0.011208,0.02298,-0.027837,0.094477,0.014715,-0.024434,0.026554,-0.003064,0.006273,0.02113,0.045711,-0.013318,-0.008865,-0.012483,-0.001039,-0.016352,-0.010691,-0.023284,-0.025134,0.004533,-0.016676,0.001337,-0.01233,-0.004484,0.005972,0.015431,0.016295,-0.017757,0.01924,0.039971,-0.011184,-0.019662,-0.016005,-0.033963,-0.024545,0.026731,-0.026274,0.006154,0.000437,0.005938,-0.033348,-0.031891,-0.020116,-0.000332,-0.000164,0.008244,-0.014415,-0.00103,0.065854,-0.001626,0.017502,-0.0152,0.008418,0.01713,-0.018941,0.003119,0.041011,0.038165,-0.002914,-0.013157,0.022698,0.001202,0.01832,0.041228,0.006956,0.034838,-0.001856,0.020521,0.118422,-0.010692,0.021247,0.031336,-0.006405,0.004003,0.062564,0.037588,0.012512,-0.025088,-0.009694,-0.044893,-0.017603,0.025733,0.01715,-0.002834,0.013304,-0.040486,0.007607,-0.011269,0.071389,0.044979,-0.016454,0.010276,0.033612,-0.001022,-0.026623,-0.004572,0.036079,-0.021754,0.029294,0.003407,-0.001473,0.023124,0.010432,0.000892,-0.011209,0.010996,-0.004742,-0.006137,0.012455,-0.02895,-0.024832,0.004334,-0.035555,0.011027,-0.020403,0.018845,-0.001163,0.043899,-0.021598,0.002284,0.014489,-0.024661,0.000115,0.019829,0.01154,-0.014395,0.03117,0.000718,0.00569,0.010757,0.014102,0.001093,0.011926,0.002587,-0.022314,0.015307,-0.014449,-0.00031,-0.013693,-0.001789,0.001584,0.003201,-0.008269,-0.009445,-0.029741,-0.030144,-0.007592,-0.002757,0.78681,-0.006936,0.003372,-0.004154,0.012587,-0.00568,-0.010643,0.026621,-0.01292,0.023797,0.002804,-0.011843,0.007428,-0.020505,0.046561,0.005203,0.029403,-0.01269,0.003672,-0.015498,-0.000022,0.02082,0.007181,0.013322,-0.015878,0.069875,0.001319,-0.029592,0.000547,-0.018359,-0.047068,-0.016258,-0.046249,-0.049425,0.011751,0.02388,-0.028601,-0.002206,0.00252,-0.108113,-0.028793,-0.001135,0.00255,-0.023195,0.007016,0.002501,0.019111,0.054452,0.011139,-0.018329,0.000504,-0.027502,0.01636,0.045443,0.002791,-0.02457,0.008482,-0.040475,-0.031647,0.001677,-0.013204,-0.02155,-0.023075,0.088037,0.012495,0.070037,0.001693,-0.005108,0.014515,0.036044,0.022334,-0.07272,0.020865,0.037955,-0.003136,0.009168,-0.001052,-0.050315,-0.023276,-0.014796,0.040419,-0.071928,0.045097,-0.012216,-0.026958,0.015345,-0.042818,0.018092,0.01018,-0.026098,-0.023439,-0.010696,0.011658,-0.019512,0.006333,0.009232,0.00886,0.052243,0.026322,0.018081,0.024661,-0.00916,0.015479,0.020663,-0.049318,0.00383,0.000573,0.004327,0.005627,0.012752,0.003671,-0.013104,-0.026727,-0.025431,-0.004382,-0.009449,0.003339,-0.016285,0.019404,-0.000099,-0.010495,-0.026731,-0.011839,-0.001697,-0.009441,-0.034674,-0.043471,0.032517,0.016523,-0.013365,-0.005068,0.009787,-0.001729,-0.017567,-0.031339,-0.026718,-0.014868,-0.013996,0.02715,0.040691,0.010345,0.019439,0.007941,0.031663,0.014248,0.023376,0.01765,0.027522,-0.018269,-0.008665,0.011224,0.149796,0.005407,0.026187,-0.013926,0.015778,0.019135,-0.017528,-0.034844,-0.026316,0.014344,0.043842,0.042705,0.001685,-0.015686,0.028762,0.076966,-0.00302,0.025027,-0.018639,-0.005065,-0.004688,0.018277,-0.172771,0.001356,-0.020719,0.024824,0.020586,-0.013302,-0.030351,-0.019222,-0.025154,-0.004416,-0.003088,0.002056,-0.023388,0.017832,0.034786,-0.045569,0.023892,0.004828,0.014589,-0.026003,0.044119,0.1044,-0.024296,0.060642,0.001571,-0.029593,0.008724,0.009591,-0.000356,0.02952,-0.002102,0.033704,-0.010994,-0.041873,0.010787,0.01249,-0.013783,0.031983,-0.021233,0.017836,0.024001,0.010886,-0.027799,0.005441,0.00583,-0.009062,0.026812,-0.016241,-0.050092,-0.018732,0.002289,-0.025223,0.008874,-0.002308,0.037101,-0.01778,-0.007727,-0.004497,-0.02173,0.018872,-0.031276,0.036198,0.004178,-0.017423,-0.044226,0.025302,-0.032855,-0.024908,0.020303,0.004916,0.030787,-0.036557,-0.000191,0.014376,0.040072,0.149517,0.003566,0.020079,-0.021365,0.014352,-0.002074,0.013147,-0.017935,-0.015058,-0.016351,-0.008836,-0.002266,-0.016662,-0.021355,-0.03735,-0.001826,0.031628,-0.010772,-0.010287,-0.071812,-0.001751,0.002298,0.019614,0.000478,-0.00111,-0.007148,0.010298,0.010752,0.002955,0.005956,0.040081,0.007464,0.045355,-0.004301,-0.009511,-0.000563,-0.010791,-0.006292,0.002978,-0.012663,0.03901,-0.008225,-0.018611,-0.0266,0.035781,-0.004419,-0.05589,-0.005364,0.043457,-0.023679,0.039963,0.009167,-0.004594,-0.018651,0.011823,0.026672,0.014816,0.021196,-0.020111,-0.011571,-0.006405,-0.001155,-0.041321,-0.02711,0.004374,-0.036168,-0.098728,0.015017,-0.019033,-0.00567,0.039018,0.01667,-0.044641,-0.11121,0.030413,0.00438,0.044715,0.027655,-0.015296,0.036045,0.019392,0.030918,0.035419,0.029837,-0.021082,0.010706,0.002044,0.014699,-0.014611,-0.005391,0.006247,-0.00646,-0.003792,-0.003399,0.015243,0.014915,0.02596,-0.022938,0.000661,-0.016239,0.020328,0.038884,0.002448,0.006361,0.022889,0.028241,0.023711,-0.020818,-0.023463,0.002952,-0.022675,-0.010258,0.032765,-0.016092,-0.015238,0.001523,0.00847,0.035104,0.020593,0.090683,0.014178,0.01112,0.02712,0.004858,-0.005289,-0.00167,0.065789,-0.021655,-0.00037,-0.022902,-0.005523,-0.018404,-0.031658,0.007781,-0.004442,-0.014748,0.000094,-0.011294,0.006651,-0.003025,-0.024709,0.019552,0.007981,0.009482,0.005638,0.020584,-0.022367,-0.035731,-0.038055,0.00068,-0.007109,0.02143,0.006483,-0.014976,-0.009513,-0.002664,-0.026389,-0.040472,-0.015296,-0.002546,-0.000564,0.046843,-0.000658,-0.0082,0.021762,0.019154,0.002819,-0.004327,0.015434,0.0036,-0.013514,-0.009016,0.054315,0.024145,-0.024367,0.000168,0.006469,-0.029881,0.007075,0.034945,-0.006212,0.029457,-0.025334,0.051667,0.119305,-0.021179,0.017464,0.00011,-0.018646,0.008269,0.046362,0.027046,-0.012971,-0.017284,0.011724,-0.015812,-0.01967,0.012092,0.035493,-0.012873,-0.005054,-0.04825,-0.009817,-0.038557,0.076404,0.04233,-0.008142,-0.015248,-0.004014,-0.0115,-0.006447,0.003675,0.02247,-0.007298,0.011615,0.019064,0.002536,0.007731,0.00802,0.014198,-0.019706,0.002474,-0.01476,0.014514,0.01571,-0.018705,-0.006106,-0.008905,0.006222,0.024958,-0.00729,0.015833,-0.020388,0.038727,-0.013465,-0.001898,0.023279,-0.031874,-0.010455,0.015035,0.01973,0.012226,0.034176,-0.0065,0.016012,0.002855,0.030124,-0.020609,0.018383,-0.049555,-0.007319,0.038644,-0.021259,-0.030554,-0.020955,-0.007194,0.032387,0.020665,-0.0485,0.00845,-0.016789,-0.015829,0.031403,0.010419,0.758932,-0.001239,-0.020169,-0.005306,0.01287,0.006362,-0.014226,0.014716,-0.000851,-0.001367,0.027572,0.000575,0.004622,-0.008357,0.057476,-0.019104,0.028152,-0.020234,0.041709,-0.03274,-0.014501,-0.021683,0.030922,0.009598,-0.014828,0.09226,0.019141,-0.040554,-0.028332,0.02843,-0.001582,-0.019119,-0.029163,-0.062624,-0.015776,-0.000234,-0.023496,0.01513,-0.010251,-0.083187,-0.031744,-0.010871,0.003945,-0.035957,-0.005509,-0.005098,0.0364,0.006164,-0.014482,0.008155,0.013891,-0.022654,0.019223,0.042613,-0.014995,-0.007885,0.009725,-0.030587,-0.024097,0.007659,0.02325,-0.009479,-0.00594,0.063838,0.006765,0.040218,-0.007616,0.006732,0.030608,0.034434,0.008843,-0.087027,0.038011,0.022351,0.013399,0.007104,0.025481,-0.036864,-0.007076,-0.019355,0.027541,-0.06784,0.029764,-0.005794,-0.006419,0.013541,-0.030502,0.008929,0.019346,-0.015535,-0.040765,0.003412,-0.012774,-0.02524,0.024174,0.012915,0.020842,0.052097,0.036513,-0.009184,0.01313,-0.004995,0.003234,0.017603,-0.077203,-0.007032,-0.000216,0.007167,0.027414,0.035066,0.011105,-0.014005,-0.000241,-0.021371,0.013073,0.005419,-0.007265,0.006999,0.026171,-0.006272,-0.022334,-0.021447,0.011145,0.002231,-0.002368,-0.034915,-0.052319,0.022707,0.018534,-0.010025,-0.021586,0.001527,-0.002114,-0.013456,-0.040189,-0.024355,-0.007671,0.018369,0.046262,0.029495,-0.003761,0.026608,0.005511,0.04342,0.02252,0.016958,0.040946,0.042276,-0.011826,-0.008601,0.009193,0.129915,0.017064,0.01074,0.003761,0.002239,0.011898,-0.007799,-0.03691,-0.014551,0.053046,0.012344,0.038166,-0.008432,-0.012484,0.03163,0.050259,-0.00809,0.0224,-0.023524,-0.008433,0.002318,0.018569,-0.206269,0.010778,-0.035957,0.023573,0.023291,-0.015559,-0.036319,-0.022871,-0.002344,-0.006945,-0.018249,-0.010206,-0.032845,0.016357,0.034897,-0.026998,0.026597,-0.003191,0.012459,-0.01954,0.036611,0.078693,-0.031697,0.05652,0.015379,-0.010121,0.025962,0.011278,0.001714,0.018532,0.00246,0.042721,0.003605,-0.034228,-0.004463,0.016904,-0.01963,0.033556,-0.023771,0.004083,0.041294,-0.004228,-0.031068,0.007697,-0.001245,-0.01038,-0.007507,-0.002668,-0.039609,-0.006103,0.012464,-0.020887,0.008054,0.003743,0.022949,-0.005987,-0.014459,-0.006959,-0.037394,0.038514,-0.018801,0.009659,-0.002067,-0.000915,-0.054038,0.011584,-0.022277,-0.037155,0.015342,0.017252,0.04368,-0.043692,0.005675,0.026434,0.044351,0.184847,-0.009714,0.039104,-0.002266,0.009136,0.012764,0.020194,-0.018579,-0.007306,-0.022472,0.005085,-0.02001,0.008228,0.000943,-0.043694,-0.013721,0.077073,-0.016571,-0.014027,-0.06936,0.013053,0.04965,0.035522,-0.00157,0.006,0.004923,0.020836,0.017925,-0.001374,0.00753,0.044904,0.00652,0.036419,-0.001397,-0.009522,-0.00904,0.008126,-0.014186,-0.005458,-0.036973,0.056859,0.000236,-0.032574,-0.02977,0.02318,-0.00664,-0.055056,-0.008239,0.020908,-0.038555,0.014355,-0.003221,-0.00452,-0.028019,0.040356,0.006023,0.006553,-0.005692,-0.009684,-0.022657,-0.002647,0.006207,-0.02434,-0.03592,0.008837,-0.007088,-0.100691,0.006828,-0.009371,-0.012918,0.026698,0.03947,-0.029878,-0.11892,0.035972,-0.00681,0.032384,0.030063,-0.026243,0.00218,0.029892,0.000439,0.035641,0.04324,-0.016134,0.017595,0.018652,0.029273,-0.018874,-0.006083,0.029193,-0.016757,-0.007555,-0.006983,0.007021,0.013908,0.033377,-0.022195,-0.000253,-0.028693,0.022976,0.035333,0.019981,0.009305,0.02022,0.013469,0.024387,-0.019086,-0.01829,-0.002201,-0.02387,0.004835,0.008051,-0.021006,-0.035063,0.014126,-0.00441,0.042056,0.015179,0.077209,0.012173,-0.019967,0.044708,0.002216,-0.013685,-0.013755,0.042629,-0.010326,-0.008539,-0.035232,-0.003493,-0.013429,-0.018177,-0.027368,0.007217,-0.016352,-0.003752,0.004488,0.014118,-0.00174,-0.023925,0.017111,0.017789,0.000649,0.02506,0.014961,-0.020818,-0.03724,-0.028598,-0.000253,0.004568,0.036951,-0.024804,-0.009762,-0.019198,0.02741,-0.016553,-0.043253,-0.022819,0.028102,-0.01011,0.031278,-0.001144,0.009476,0.011182,0.029393,0.01885,-0.005021,0.016888,0.004833,-0.01341,0.003097,0.028012,0.036724,0.000632,-0.008092,0.026095,-0.01964,-0.016518,0.026504,-0.002676,0.027594,-0.001891,0.038916,0.109956,-0.014454,0.020702,0.006396,-0.024067,0.022426,0.030081,0.042369,-0.017897,-0.016146,0.003284,-0.026107,-0.025687,0.023265,0.003125,0.015283,-0.003677,-0.026166,-0.019934,-0.0462,0.12648,0.030491,-0.008056,-0.021543,0.002271,-0.016223,0.000862,0.012005,0.015061,0.003565,0.011212,0.01642,-0.026796,0.003165,0.005085,0.018973,-0.027905,0.009898,-0.024601,0.019515,0.016886,-0.00651,0.00459,-0.005668,0.024565,0.037467,0.004257,-0.003534,-0.008366,0.053913,0.014475,0.010024,0.032705,-0.02358,0.009958,0.002914,0.018418,-0.002614,0.015087,-0.005872,0.028072,0.010008,0.011504,-0.001695,0.010778,-0.064905,-0.011597,0.04726,0.00121,-0.014016,-0.03452,-0.010372,0.028438,0.021017,-0.032351,0.000317,0.006749,-0.028272,0.009372,0.035488,0.737,0.002256,-0.002548,-0.002399,-0.009844,0.009131,0.000493,0.003666,-0.000854,-0.011735,-0.002213,-0.006232,0.025966,0.005949,0.043582,-0.01643,0.023037,-0.010812,0.02462,-0.033649,-0.03021,-0.042101,0.043712,0.020726,-0.007137,0.071201,0.029242,-0.032689,-0.011649,0.035218,0.01524,-0.020584,-0.046475,-0.058002,-0.010055,0.005605,-0.009463,0.015933,0.002117,-0.074734,-0.017317,-0.020663,0.030477,-0.029945,-0.00482,-0.032028,0.034842,0.008887,-0.005008,0.004425,0.025125,-0.002983,0.012899,0.039947,-0.017463,-0.006361,0.002056,-0.037061,-0.004832,0.01707,0.000633,-0.004249,-0.019195,0.046185,0.009379,0.054788,-0.00377,0.023272,0.033267,0.036862,0.016823,-0.097535,0.024936,0.025772,-0.007408,0.003329,0.019011,-0.049234,0.011356,-0.023111,0.017023,-0.081687,0.027219,-0.01018,-0.020293,0.011438,-0.025702,0.00225,0.000819,-0.030858,-0.038428,0.010095,0.009633,-0.007601,0.004454,-0.008851,0.002466,0.053299,-0.026885,-0.011069,0.007128,0.000082,0.005507,0.014252,-0.055341,0.000167,0.007479,0.022163,0.009761,0.030036,0.010603,-0.021517,-0.005494,-0.02487,-0.010954,0.002808,0.016244,-0.000648,0.024901,0.026029,0.016261,-0.015467,0.007377,-0.023665,0.0279,-0.042969,-0.053603,0.030041,0.031923,-0.011591,0.008342,0.017843,0.010891,0.001469,-0.027808,-0.021714,-0.000146,-0.010266,0.007739,0.001728,0.028484,0.019496,0.008169,-0.001511,0.009829,0.02208,0.029438,-0.00789,-0.018882,-0.004578,-0.008948,0.152822,-0.00305,0.00814,-0.017239,0.004967,0.02061,-0.015068,-0.014355,-0.023769,0.038046,0.02215,0.019862,0.007407,-0.003039,-0.017839,0.077836,-0.005247,0.002459,-0.011634,-0.008111,0.001832,0.00287,-0.182381,0.007096,-0.031044,0.001883,0.022521,-0.017209,0.002103,-0.012661,-0.004006,-0.02798,0.001029,-0.020986,-0.030789,-0.016433,0.019578,-0.030141,0.055074,0.008389,0.020728,-0.020363,0.055438,0.067735,-0.025999,0.09733,0.019713,-0.010723,-0.001446,0.017214,-0.007495,0.009665,0.003261,0.030492,-0.011114,-0.014675,-0.01718,0.022871,-0.02207,0.02082,-0.049531,0.027128,0.007615,0.00542,-0.034446,0.032744,0.001824,-0.011358,0.02824,0.002056,-0.022236,-0.00678,-0.011612,-0.011788,0.003048,-0.032061,0.018334,0.015782,-0.026706,-0.024272,-0.016552,0.023033,0.00492,0.034292,0.003448,-0.013485,-0.043784,0.01217,-0.018736,-0.022809,0.01413,0.01006,0.042899,-0.003085,0.006857,0.002266,0.03053,0.120564,0.018402,0.017755,-0.00188,0.046291,0.005597,-0.007919,-0.020812,-0.004724,-0.035833,-0.004061,0.029137,-0.008928,0.007141,-0.023668,-0.015525,0.032275,0.011471,0.005737,-0.049648,0.02947,0.027376,0.01207,-0.0051,-0.007197,-0.007338,0.011721,0.024926,0.025958,0.017852,0.026878,0.023403,0.032535,0.009697,-0.006573,-0.026882,0.015806,0.004931,-0.003843,-0.012163,0.070814,-0.016658,-0.008588,-0.0434,0.02297,-0.009067,-0.037594,-0.008838,0.021384,-0.011352,0.009266,-0.010767,-0.000324,-0.029976,0.022696,0.028999,0.006783,0.004474,0.004929,-0.013552,-0.004624,0.00584,-0.024481,-0.037137,0.024036,-0.032819,-0.118099,0.024474,0.015033,-0.014466,0.033942,0.015047,-0.019452,-0.06045,0.03069,-0.008026,0.0175,-0.003967,-0.010975,0.012285,0.01433,0.017833,0.00768,0.031266,-0.013821,-0.010135,0.00506,0.000733,-0.008982,-0.025162,0.013871,-0.008006,-0.008262,-0.008529,0.012399,0.020911,0.000665,-0.027241,0.01256,0.01074,0.030791,0.003386,0.022035,-0.008931,-0.023411,0.022443,0.014243,0.015424,-0.031718,-0.007625,-0.027756,-0.003687,0.02334,-0.031368,-0.044637,0.030372,-0.002024,0.010447,0.00706,0.069259,0.01986,-0.030924,0.028955,-0.020657,0.010285,-0.006696,0.033778,0.004382,0.009785,-0.026444,-0.018429,-0.012005,-0.052506,-0.011332,-0.025184,-0.023745,0.009437,-0.024206,0.011438,0.006664,-0.010906,0.000234,0.00105,0.016921,0.011988,0.006122,-0.006527,-0.012443,-0.053116,-0.001424,0.001263,0.029796,-0.022212,0.011029,-0.012666,0.014576,-0.013449,-0.049611,-0.009099,-0.019849,0.010237,0.011195,-0.044802,0.003721,0.008655,0.015629,0.015801,0.00718,0.019918,-0.015346,-0.032167,-0.001921,-0.000714,0.023642,-0.018636,-0.05553,-0.005639,-0.040502,-0.037449,-0.000211,-0.017554,0.022962,-0.008625,0.001778,0.114218,-0.008056,0.010339,0.004986,-0.000526,0.006808,0.036498,0.051169,-0.021561,-0.010059,0.003782,-0.033538,-0.022442,0.021876,0.066254,-0.002221,-0.015025,-0.030012,0.048627,-0.023689,0.068686,0.015383,-0.001532,-0.020353,0.005341,0.004033,-0.007746,-0.008161,0.011348,-0.010634,0.022871,0.012035,-0.010655,0.01723,-0.002743,0.030757,-0.034796,0.012076,-0.005982,-0.016506,0.027337,-0.032974,-0.018363,-0.005376,0.009294,0.015808,-0.023843,0.026571,0.004708,0.071509,0.010763,0.001089,0.045268,-0.02881,0.011818,0.013817,0.013991,0.013921,0.020988,-0.008701,0.010872,-0.012084,0.019806,-0.036349,-0.010461,-0.068752,-0.01439,0.050558,-0.018261,-0.015702,-0.00506,-0.005542,0.03615,-0.005574,0.013842,-0.015525,-0.012884,-0.012915,0.019847,0.038851,0.76954,-0.010451,0.011152,-0.020212,0.026482,-0.005817,0.006916,-0.013865,0.015774,-0.00219,-0.008951,-0.002972,0.023393,0.023653,-0.007416,-0.024714,0.020563,-0.026349,0.007248,-0.032803,-0.020167,-0.030263,0.025856,0.032152,-0.007338,0.068024,0.010154,-0.044175,-0.01316,0.029446,-0.04576,0.019312,-0.026351,-0.036111,-0.012964,0.001948,-0.043712,-0.004075,0.000131,-0.093326,0.006252,0.014569,0.026133,-0.011234,-0.011976,0.010538,0.037465,0.02465,-0.012758,-0.002894,0.014123,0.00285,0.024962,0.055073,0.007313,-0.004219,0.009857,-0.0335,-0.002441,0.014191,0.006877,-0.023633,-0.025097,0.072899,0.006445,0.071647,-0.012308,0.006871,0.012741,0.00735,0.019885,-0.098226,0.017797,0.012303,-0.029734,0.000098,-0.001317,-0.050895,0.008325,-0.01739,0.014111,-0.07941,-0.001466,0.016088,-0.056539,0.017799,-0.002479,0.021085,0.011336,-0.030111,-0.044995,0.031446,0.026853,-0.028703,0.003986,0.013556,-0.005762,0.013425,-0.045437,-0.019707,0.01967,-0.010226,-0.002327,0.019547,-0.044349,-0.021726,-0.004008,-0.003397,0.005923,0.050643,-0.009913,-0.048862,-0.003869,-0.009403,-0.021503,-0.017457,0.009823,-0.00493,0.035532,0.016528,0.026207,0.001496,-0.004431,-0.004194,0.024647,-0.036477,-0.073797,0.023725,0.036938,-0.027676,-0.003887,0.021945,0.017369,-0.004789,-0.043538,0.003259,0.001765,-0.02795,-0.032518,-0.034038,0.021985,0.018895,0.004549,-0.034527,-0.01479,0.02073,0.038331,-0.024686,-0.042118,0.012505,-0.006234,0.193812,0.012116,0.014806,0.005505,0.013528,0.015965,-0.002702,0.015279,-0.053937,0.023975,0.018315,-0.020709,0.011518,-0.013579,0.007039,0.06293,-0.009507,0.014953,0.007917,-0.00703,-0.005675,-0.000977,-0.229755,-0.022554,-0.000955,0.001789,-0.003732,-0.008618,0.016071,-0.037203,-0.011011,-0.020077,-0.002299,-0.004518,-0.018262,-0.015149,-0.014771,-0.014146,0.024683,-0.006931,0.002932,-0.019368,0.037319,0.067604,-0.032271,0.130637,0.032909,-0.00659,-0.007243,0.011249,-0.014729,-0.004003,0.008907,0.037421,-0.017155,-0.020951,-0.047558,0.025023,-0.027229,0.014224,-0.036997,0.044954,0.000223,0.00668,-0.023696,0.027656,-0.007268,-0.016899,0.009502,-0.007057,-0.040953,-0.010883,-0.023745,-0.006462,0.006061,-0.010632,0.04886,0.016647,-0.040067,-0.006951,0.001883,0.008602,0.008927,0.036927,-0.009268,-0.000926,-0.023832,-0.002524,-0.03218,-0.015767,0.003262,0.024347,0.045859,-0.008488,-0.007797,-0.00852,0.026427,0.097749,0.005159,0.003586,-0.009645,0.018171,-0.054327,-0.026444,-0.024244,0.004948,-0.023302,0.009038,0.016109,0.002705,0.054777,-0.012836,-0.009069,0.064269,0.025934,0.005938,-0.072375,0.03695,0.007239,-0.015543,-0.036245,-0.003213,-0.021919,0.043133,0.034226,0.038795,0.058839,0.023224,-0.017521,0.038368,-0.008786,0.005482,-0.034243,0.016141,0.011029,0.015478,-0.02532,0.067125,-0.022849,-0.01677,-0.038008,0.040971,-0.0001,-0.007074,0.008444,0.009646,-0.025647,0.00235,0.002353,0.002983,-0.016653,0.0322,0.023916,0.04228,0.004516,0.003538,0.005224,0.015974,0.012507,-0.013031,0.008075,0.004975,-0.016182,-0.131853,0.022856,-0.024714,-0.024022,0.025076,0.024807,-0.011771,-0.024856,0.033392,0.003958,-0.051516,0.018665,-0.010089,0.022105,0.006405,0.025011,0.010389,0.041908,0.00702,-0.020626,0.017386,0.010368,-0.010488,-0.020242,0.016206,-0.004646,0.003791,0.010437,0.010764,0.011677,-0.001004,-0.039675,0.034754,-0.021097,0.013391,0.010469,0.0102,-0.001132,-0.030572,0.022624,0.026494,0.009008,0.005323,-0.00412,-0.018068,0.000379,0.006305,-0.027475,-0.037633,0.017321,-0.008041,-0.014993,-0.013302,0.021216,-0.000488,-0.054046,0.006889,-0.02586,0.006929,-0.019526,0.045275,-0.001984,0.028667,-0.019376,-0.011356,-0.024129,-0.039201,0.007891,-0.041846,-0.003091,-0.018512,-0.018234,-0.007171,0.009239,-0.006314,0.002098,-0.001102,0.005199,0.010162,0.00769,0.006323,-0.00142,-0.04534,0.00482,-0.002766,0.035082,-0.022104,0.00044,-0.009782,-0.013343,-0.007131,-0.061303,-0.026866,-0.027873,0.005854,0.025845,-0.024898,0.015113,0.033233,0.017247,0.016277,0.02323,0.013691,-0.014958,-0.025621,0.008387,-0.02893,0.016821,-0.036467,-0.063211,-0.021167,-0.027551,-0.017342,0.005116,-0.044531,0.033419,-0.013428,-0.008102,0.105468,-0.025799,-0.003724,0.003644,-0.001189,-0.003725,0.041707,0.033742,-0.021744,0.000535,0.000309,-0.038201,-0.006517,0.024072,0.053087,-0.002443,-0.033329,-0.015635,0.01604,0.001816,0.014788,-0.000047,-0.000125,0.001459,0.028978,-0.024241,-0.000276,0.004873,0.020141,-0.026376,0.028423,-0.00223,-0.009895,0.024234,-0.017315,-0.008441,-0.020765,-0.020504,0.010555,-0.004052,0.022024,-0.01649,-0.044838,-0.000422,-0.018919,-0.001756,-0.037347,0.040267,0.009293,0.071202,-0.004595,-0.002682,0.033594,-0.022131,-0.031148,0.017493,0.007811,0.005744,0.03177,-0.017098,0.015732,0.003458,0.008742,-0.014273,-0.021873,-0.04885,-0.015638,0.019013,-0.013015,0.003134,-0.007943,-0.01533,0.019257,-0.020943,0.00811,-0.014636,-0.029036,-0.008713,0.009958,0.0042,0.735108,0.011383,0.002817,-0.032166,0.023772,0.003242,0.021457,0.001882,0.015246,0.008067,-0.01829,0.013169,0.013094,-0.002735,-0.001591,-0.030107,0.027279,-0.023039,0.000039,-0.038859,0.002179,-0.022569,0.02575,0.025944,0.012582,0.044793,0.008746,-0.042427,-0.009915,0.018523,-0.04934,0.039401,-0.029588,-0.030365,-0.008084,0.021963,-0.005165,0.016868,-0.019257,-0.090294,-0.018006,0.001154,0.038933,-0.029912,0.015856,-0.002374,0.019937,0.018851,0.000172,-0.011363,0.02478,0.004555,0.032953,0.042753,0.018837,-0.022196,0.003894,-0.011592,-0.000481,0.023962,-0.003073,-0.025955,-0.033914,0.072676,0.005314,0.066543,0.002749,0.012043,0.004239,-0.008247,0.018693,-0.098613,0.013051,0.01709,0.014963,-0.006958,0.010436,-0.033167,0.01746,-0.02093,-0.003166,-0.061145,0.008472,-0.011454,-0.018175,0.007944,-0.04467,-0.011567,0.030167,-0.034945,-0.028035,0.016748,-0.005115,-0.004415,0.01522,0.006013,-0.006143,0.04039,-0.009044,0.00372,0.004012,0.024245,0.004532,0.009035,-0.05369,0.002571,0.023685,0.028777,0.019964,0.022168,0.031786,0.011112,-0.028087,-0.022014,-0.026445,0.016607,0.009346,-0.00951,0.018107,0.029107,0.035251,-0.014499,0.002356,-0.006775,0.032327,-0.045415,-0.046768,0.004041,0.018156,-0.000997,0.002473,-0.00513,-0.030479,0.004237,-0.03965,-0.003841,-0.00926,0.012408,0.031109,0.010674,0.014716,0.015623,-0.004869,-0.00049,-0.006144,0.010244,0.024111,-0.002477,-0.018779,0.006244,0.014804,0.162535,0.019669,-0.010564,0.008087,0.003189,0.004303,-0.005385,-0.026725,-0.043416,0.04383,-0.008095,0.008623,0.034039,-0.02968,-0.003786,0.06677,-0.008078,-0.017864,-0.028267,-0.007763,-0.031495,0.021515,-0.205025,0.0026,-0.050048,0.003496,0.005862,-0.013362,0.005463,0.000198,0.004151,-0.043516,0.00252,-0.025975,-0.029016,-0.031064,-0.00374,-0.039468,0.030518,0.005459,0.009875,0.004711,0.054335,0.092295,-0.007994,0.103877,0.03724,0.016036,-0.001118,0.029954,0.012375,-0.002451,-0.018062,0.030853,0.009581,-0.028139,-0.008101,0.000398,-0.024928,0.05261,-0.033799,0.033213,0.022414,-0.005178,-0.027007,0.004121,-0.004019,0.001788,0.039616,-0.006839,-0.018084,0.004067,0.022187,-0.003801,-0.019844,-0.042065,0.0329,0.021242,-0.028085,0.000252,-0.027865,0.02421,0.038204,0.032257,-0.001238,0.002303,-0.054743,0.019395,-0.013789,-0.012652,0.01698,-0.001419,0.032943,0.007064,-0.007821,0.011962,0.038515,0.124183,0.043726,0.042417,0.015755,0.032611,-0.006985,-0.008006,-0.015728,-0.034051,-0.048837,-0.015817,0.009832,-0.01407,0.003502,-0.02389,-0.02253,0.050903,-0.004129,-0.016778,-0.036427,0.014126,0.038763,0.013507,0.004805,-0.005279,-0.00917,-0.004225,0.022253,0.00718,0.002739,0.021019,0.030693,0.031492,-0.012921,0.00421,-0.006642,0.000901,-0.021337,0.011649,0.005466,0.029152,-0.011272,-0.002829,-0.02962,0.028028,-0.001056,-0.047826,0.002193,0.007294,-0.012917,0.019072,-0.019761,0.002841,-0.039423,0.025721,0.004434,-0.006755,0.021443,-0.000125,-0.03491,-0.000911,0.010147,-0.038521,-0.025752,0.012121,-0.05711,-0.111787,-0.003311,0.032529,-0.004631,0.035691,0.01048,-0.005339,-0.087977,0.033078,-0.045617,0.018107,0.005989,-0.001578,-0.01908,0.024275,-0.013546,0.03271,0.027222,-0.020528,0.011304,-0.01257,0.017471,0.009459,-0.031205,0.006895,-0.02661,0.002459,-0.023537,0.013449,-0.00036,0.016392,-0.001961,-0.024306,0.005003,0.028788,0.041882,0.0229,-0.017689,-0.027647,0.017499,0.026054,0.008993,-0.012615,-0.013734,-0.003323,0.018259,-0.007544,-0.026743,-0.039737,0.002889,0.025135,0.029849,-0.010607,0.104917,0.040023,-0.033814,0.030139,-0.011658,-0.00814,0.001612,0.023035,-0.039085,-0.000256,-0.037123,-0.02512,0.015033,-0.043396,-0.028712,-0.012637,-0.029441,0.011363,-0.042771,0.021934,0.006891,-0.001234,0.018468,0.011212,0.014198,0.02294,0.026897,-0.00394,0.001456,-0.042191,-0.013949,0.004804,0.054254,-0.015646,-0.002456,-0.032725,0.004576,-0.024095,-0.050919,0.005358,0.000218,0.005571,0.010445,-0.035437,0.004198,0.007964,0.035543,0.05499,-0.037391,0.014513,-0.013373,-0.023408,-0.000015,-0.011163,0.022532,-0.020929,-0.04016,0.011572,-0.029281,-0.013935,0.026874,-0.03939,0.002915,-0.015542,-0.033808,0.109567,0.001843,0.014451,0.000053,-0.024904,-0.012671,0.015328,0.040766,-0.017791,-0.009638,-0.015452,-0.046238,-0.033217,0.038454,0.030878,-0.015444,0.010042,-0.019022,0.002982,-0.013964,0.113623,0.016256,-0.006584,-0.024358,0.004019,-0.003329,-0.007682,0.005395,0.013337,0.029267,-0.001494,0.026619,0.005553,-0.003072,0.027834,0.042367,-0.002464,0.020147,-0.014276,-0.024328,0.030172,-0.051469,-0.008646,-0.015484,0.029546,0.015662,0.000792,-0.006306,-0.01046,0.050634,0.026013,-0.024349,0.031862,-0.017665,0.014146,0.000737,0.004469,-0.014226,0.015818,-0.003857,0.029696,-0.000754,0.000891,-0.021077,-0.010216,-0.045301,0.011129,0.032902,-0.034223,0.007651,-0.002826,-0.017549,0.018546,0.01863,0.001785,-0.014217,0.005803,-0.028589,0.008177,0.008781,0.74329,-0.014573,0.027087,0.004105,0.024913,-0.017599,0.015342,-0.012368,0.012328,-0.002498,0.010354,-0.005884,0.006753,0.021766,0.027086,-0.012569,0.012109,-0.020169,0.009456,-0.037929,-0.030105,-0.033784,0.026787,0.015046,0.003182,0.069018,0.005501,-0.026976,-0.000106,0.043415,-0.05038,-0.018969,-0.051057,-0.021566,0.004561,0.016962,-0.027762,0.021894,0.007259,-0.078397,-0.020407,0.027776,0.014297,-0.019877,0.005791,-0.007631,0.037322,0.007315,0.012318,-0.022391,-0.000021,-0.002104,0.004768,0.069914,0.008037,-0.002923,0.002884,-0.035635,-0.001695,-0.014716,-0.005721,-0.009373,-0.019551,0.0529,-0.006189,0.041182,-0.002109,-0.014111,0.006282,0.025066,0.025576,-0.096529,0.045209,0.030959,0.01525,-0.005759,0.003027,-0.042265,0.023869,-0.006553,0.01497,-0.064555,0.01372,-0.001017,-0.011908,-0.001889,-0.031804,0.004645,0.021638,-0.016976,-0.033569,0.017,0.010317,-0.016755,0.006017,0.01551,0.002118,0.026893,-0.002812,0.000846,0.012308,0.038946,0.004407,0.028207,-0.060152,-0.00913,0.005935,-0.004447,-0.001953,0.031979,0.023456,0.007964,-0.028031,-0.009404,-0.033157,0.004993,0.013874,-0.00424,0.021852,0.019176,0.022283,-0.007141,-0.003026,-0.009041,0.016499,-0.037175,-0.045312,0.008347,0.036572,-0.011648,-0.008113,0.013461,-0.018519,0.008695,-0.021647,-0.011819,-0.00582,0.004468,0.04607,0.013465,-0.003602,0.015373,0.013513,0.021072,-0.010435,0.006344,0.037925,0.019786,-0.019123,0.001573,-0.011701,0.172626,0.030406,-0.007903,0.007158,0.00591,-0.000007,-0.001847,0.006651,-0.04955,0.032234,-0.015792,-0.004905,0.018963,-0.02624,0.006011,0.053819,0.002223,-0.004348,-0.010102,-0.022223,-0.000372,0.025588,-0.213325,-0.000254,-0.027332,0.004695,0.013562,-0.017457,-0.002244,-0.029272,-0.002187,-0.020018,-0.025868,-0.037541,-0.02435,0.000221,0.001943,-0.018213,0.051804,0.001363,0.006444,0.000386,0.034131,0.099371,-0.022889,0.11962,0.040638,-0.00817,-0.011524,0.023784,0.008368,-0.000199,-0.004226,0.046192,0.011058,-0.035937,-0.015398,0.000664,-0.010776,0.032299,-0.045005,0.021429,0.033078,0.000627,-0.031532,-0.011661,-0.023629,0.00425,0.01623,-0.018192,-0.015295,0.019777,0.027576,-0.004647,-0.015441,-0.038435,0.043859,0.009825,-0.032929,0.013727,-0.034375,0.012284,0.026759,0.029076,-0.022781,-0.010805,-0.053809,-0.000372,-0.017449,-0.028879,0.012082,0.004099,0.020728,-0.008463,0.013365,0.003896,0.044442,0.124785,0.027213,0.015574,-0.00266,0.018406,-0.003229,0.001981,-0.003778,-0.037542,-0.045379,0.006332,0.033804,0.004764,0.022958,-0.009855,-0.03057,0.043777,0.0129,-0.010294,-0.049679,0.004342,0.0498,0.015175,-0.005204,0.016643,-0.000883,0.011957,0.040695,0.02065,0.016627,0.019086,-0.008091,0.035139,0.004223,-0.008531,-0.019477,0.030153,-0.004817,0.035728,-0.032452,0.016052,-0.021257,0.003919,-0.0168,0.04119,-0.009942,-0.032459,-0.025697,-0.003389,-0.026289,-0.002869,-0.003793,-0.008839,-0.036328,0.028596,0.01881,0.004872,0.019064,0.019594,-0.026308,0.031132,0.007508,-0.033971,-0.030471,0.011194,-0.019346,-0.097401,0.020809,-0.010062,-0.023014,0.02073,0.020746,-0.001331,-0.08051,0.031392,-0.025942,0.002529,0.027929,-0.006995,-0.018398,0.022058,-0.016827,0.033953,0.03095,-0.008506,0.020147,-0.003392,0.015736,0.001533,-0.017233,0.0046,-0.025347,-0.008549,-0.021088,0.011273,0.012797,0.000834,0.003454,-0.006785,-0.010113,0.034186,0.017361,0.053242,-0.015375,-0.023243,0.005213,0.022785,0.006826,-0.017195,-0.000468,-0.028195,0.013234,-0.020884,-0.009347,-0.039675,0.018119,0.001078,0.021782,-0.000337,0.113007,0.029967,-0.035396,0.024085,-0.010482,-0.022734,-0.034185,0.030665,-0.01498,0.006055,-0.029994,-0.037852,-0.013695,-0.050206,-0.015068,-0.018327,-0.035873,-0.004679,-0.01905,0.014621,0.000564,-0.022956,0.00763,0.007659,0.000926,0.01297,0.01638,-0.025014,-0.004488,-0.034838,-0.013887,0.000742,0.047228,-0.013928,0.006823,-0.017629,0.001599,-0.022985,-0.054002,0.000935,0.019109,0.000162,0.010992,-0.015423,0.016133,0.013721,0.031105,0.036091,-0.009375,0.024377,-0.000838,-0.012872,-0.014031,-0.006578,0.012902,-0.002373,-0.048126,0.017013,-0.014889,-0.052303,0.026423,-0.021518,-0.005596,0.012999,0.001146,0.105765,0.019051,-0.003339,0.008964,0.000033,0.024415,0.010655,0.025077,-0.027585,-0.007204,-0.017544,-0.026643,-0.017512,0.061884,0.026071,-0.008815,0.011116,-0.024485,-0.00616,-0.019741,0.129802,0.008554,-0.015431,-0.025371,0.009667,0.004307,0.018907,0.018716,-0.006025,0.016528,0.018303,0.015895,-0.017323,-0.012693,0.017828,0.018802,-0.001546,0.007195,-0.000695,-0.007519,0.011033,-0.026352,-0.000613,-0.022624,0.010615,0.025754,-0.018722,-0.004919,-0.009521,0.056089,0.023546,-0.009026,0.026158,-0.018923,0.003988,-0.006585,0.010846,-0.022038,0.042056,-0.016519,0.033081,-0.0116,-0.003303,-0.013719,-0.027106,-0.054714,-0.009976,0.023344,-0.011806,0.019406,-0.016044,-0.022985,0.003018,0.019236,-0.011937,-0.012294,0.014576,-0.035705,0.010686,0.026598,0.742591,0.002774,-0.009247,-0.001233,0.004736,-0.013756,0.034166,-0.021582,0.034751,-0.006334,0.01012,-0.008863,0.012671,0.033653,0.015415,0.006228,0.029503,-0.006159,0.01319,-0.030289,-0.006304,-0.047981,0.037623,0.036837,0.003439,0.068944,0.000153,-0.028563,0.00222,0.038748,-0.021011,-0.021252,-0.057705,-0.01625,-0.014279,-0.000272,-0.015907,0.024518,0.004514,-0.082649,-0.016888,-0.010167,0.011064,-0.031642,0.009633,-0.027249,0.020432,0.019683,0.035849,-0.021092,0.024625,0.018256,0.020567,0.059805,-0.000579,-0.013051,0.004084,-0.031538,0.006522,0.003152,-0.009099,-0.027406,-0.011313,0.06082,0.020212,0.064604,0.015557,0.005792,0.008139,0.036464,0.013492,-0.096545,0.013446,0.020687,-0.001649,0.002748,0.005535,-0.019991,-0.006339,-0.045815,0.001747,-0.044344,0.006152,-0.002109,0.004622,0.027795,-0.035985,-0.003334,-0.022241,-0.005084,-0.030264,0.005148,0.008524,-0.015547,0.028719,-0.007732,-0.009704,0.024416,-0.011585,0.019998,0.00312,0.037597,0.005347,0.014752,-0.070208,0.0053,0.00886,0.019071,0.007064,0.035154,0.005318,-0.022856,-0.011929,-0.026171,0.001168,-0.004811,0.00861,-0.004904,0.043259,0.007054,0.00234,-0.014838,0.004195,-0.007362,0.027726,-0.040194,-0.04311,0.021376,0.011372,-0.007641,0.012528,0.003183,-0.00095,0.007811,-0.006989,-0.028642,-0.009167,0.001416,0.018107,-0.009821,-0.005007,0.019994,0.008946,0.01334,0.00057,0.015565,-0.016846,0.023464,-0.016063,-0.003254,0.024988,0.205142,-0.010586,-0.009368,-0.007319,-0.004191,0.02726,-0.018033,-0.008947,-0.044771,0.035102,0.0068,0.017639,0.04761,0.001187,0.029235,0.083793,-0.01191,0.006813,-0.018602,-0.000855,-0.000183,0.020871,-0.194814,-0.020921,-0.029097,-0.001216,0.027774,0.005203,0.009727,-0.001064,-0.013684,-0.002503,-0.027359,-0.020282,-0.002339,-0.016575,-0.033509,-0.013058,0.004345,-0.004999,-0.012156,-0.008246,0.05362,0.059461,-0.017147,0.108337,0.015405,-0.007349,0.034867,0.016602,-0.015201,0.01323,0.014487,0.005314,0.000916,-0.013899,-0.027275,0.008872,-0.044671,0.024295,-0.031076,0.000329,0.014941,0.008852,-0.02425,0.041687,-0.009613,0.020977,0.007172,-0.01283,-0.023566,-0.014979,0.004374,-0.008549,0.010068,-0.007766,0.038739,-0.022843,-0.021816,-0.008216,-0.00939,0.014146,0.067623,0.044051,-0.010856,0.026826,-0.042097,-0.010385,-0.028718,-0.00087,0.017089,0.03037,0.024796,-0.008052,0.002827,0.012555,0.033785,0.106299,0.001909,0.026667,0.002855,0.027512,-0.024816,-0.01167,-0.030309,-0.004906,-0.032688,-0.011287,0.00654,0.00893,0.001213,-0.010413,-0.0376,0.026113,0.005666,0.024698,-0.036215,0.034548,0.02235,0.006398,0.007624,0.012939,-0.019054,-0.005984,0.012953,0.012539,0.023244,0.019241,0.018951,0.010637,0.004162,0.002681,-0.03178,-0.004948,0.003219,0.017957,-0.020209,0.027508,-0.000318,-0.017029,-0.022395,0.012621,0.010433,-0.05332,-0.009029,0.011713,-0.02441,0.020999,-0.02766,0.030088,-0.024082,0.034843,0.006802,-0.012966,0.009207,-0.012981,-0.010688,-0.015266,0.003174,-0.051899,0.001568,0.025142,-0.049789,-0.136415,0.016747,0.009363,-0.001931,0.03131,0.003996,0.013459,-0.017777,0.020328,0.000392,-0.050628,0.01922,-0.010143,0.00283,0.015607,0.000027,0.026853,0.031091,-0.005118,0.020318,-0.012309,0.010824,-0.005697,-0.023752,0.017249,-0.003551,0.003027,0.000118,0.023199,0.017538,0.003501,-0.003529,0.013176,-0.012785,0.008005,0.012096,0.00893,0.003729,-0.01244,0.031792,0.01555,0.004413,-0.00855,0.004195,-0.029815,0.014539,0.021683,-0.014561,-0.031135,0.012788,0.005131,0.003988,0.020175,0.064164,0.002433,-0.030879,0.017216,-0.000501,0.019014,0.013209,0.035475,0.00229,0.008517,-0.024015,0.001579,0.019416,-0.032527,-0.016514,-0.028121,0.006819,0.005452,-0.012654,-0.00093,0.002873,0.014844,-0.00304,0.025428,-0.0044,-0.003439,0.033431,-0.028773,-0.014192,-0.018275,-0.025495,-0.012676,0.02303,-0.026848,0.048784,-0.004127,0.016666,-0.028881,-0.02213,-0.004809,0.005943,0.020051,0.034814,-0.030289,-0.002433,0.029164,0.017906,0.030565,-0.024191,0.001224,0.001195,-0.013219,0.008996,-0.009482,0.008837,-0.00788,-0.045788,-0.000423,-0.019738,-0.012391,0.012982,-0.02826,0.018854,0.015641,-0.008128,0.115118,-0.006617,0.033937,-0.00247,-0.021401,0.007307,0.065089,0.042775,-0.041517,-0.008439,-0.006074,-0.044425,-0.020443,0.02206,-0.001142,-0.018543,-0.006863,-0.025072,0.008337,0.020988,0.060374,0.011455,-0.038902,-0.00547,0.003205,-0.032274,-0.007383,-0.008325,0.0153,-0.001624,0.024262,0.017171,-0.030562,0.017257,0.013125,0.018107,-0.015759,0.035599,0.014645,0.006153,0.001004,-0.031639,0.001454,-0.039426,0.019145,0.024847,-0.005281,-0.005939,0.010395,0.065249,0.006872,0.001811,0.045275,-0.022242,0.018154,0.031414,0.00617,-0.021048,-0.004046,-0.023843,0.015256,0.002234,-0.018402,-0.027568,0.00114,-0.028043,-0.023713,0.033435,0.005106,-0.012671,-0.003012,-0.009801,0.002463,0.019052,-0.009646,-0.014637,-0.024947,-0.008385,0.010764,0.031076,0.774237,0.007535,0.024296,-0.006882,0.035928,-0.006897,0.020289,-0.007601,-0.001154,0.003237,0.001517,0.009067,-0.006197,0.036419,0.01453,-0.015236,0.019592,-0.026488,-0.006256,-0.01175,-0.011665,-0.018062,0.00993,0.040178,0.001624,0.069352,-0.007486,-0.008912,-0.016747,-0.011589,-0.032377,0.000103,-0.033445,-0.054597,-0.01613,0.008844,-0.019235,0.010247,0.012448,-0.093231,-0.006661,0.017496,0.008596,-0.026818,0.021566,-0.007009,0.041448,0.001046,0.001652,0.016816,-0.004645,0.030973,0.010365,0.038233,0.010137,-0.015549,0.004932,-0.031693,-0.011993,0.01448,-0.00446,0.001553,-0.026227,0.082366,0.003212,0.052037,0.007203,0.015736,0.023993,0.021375,0.01577,-0.082292,0.030073,0.028366,0.008457,-0.001783,0.016035,-0.022481,0.010833,-0.018149,-0.003922,-0.058493,0.031476,0.024087,-0.015422,0.013953,-0.032686,0.008,0.02096,0.001081,-0.041374,0.004751,-0.012629,-0.008249,0.013059,0.020308,-0.001524,0.032458,0.01631,0.006003,0.013283,0.028814,0.008651,0.027032,-0.059816,-0.006403,0.000476,-0.014099,-0.004204,0.033643,0.026979,0.015683,-0.018562,-0.019969,-0.003842,0.002215,0.021546,0.000581,0.015265,0.021565,0.018106,-0.019106,0.001301,-0.009405,0.018984,-0.030019,-0.045805,0.014656,0.009937,-0.01657,-0.026054,0.009793,-0.008111,0.00149,-0.012206,-0.016812,-0.010309,0.016427,0.026714,0.041597,0.002194,0.021993,0.011937,0.034052,-0.001801,0.014709,0.0258,0.028166,-0.00335,-0.013332,-0.003218,0.170398,0.021873,-0.005909,-0.004167,0.002472,0.016352,-0.015463,-0.008503,-0.022856,0.029856,0.009798,-0.016759,0.019775,-0.020683,0.004107,0.081959,0.007505,0.019214,-0.014724,-0.013229,0.004555,0.032263,-0.180428,-0.014497,-0.020835,0.015842,0.023291,-0.008208,0.004091,-0.010833,0.001714,-0.024212,-0.019136,-0.029757,-0.020628,-0.006784,-0.014895,-0.016565,0.040007,0.00478,-0.007432,0.002694,0.036392,0.08635,-0.026699,0.104185,0.016536,-0.008229,0.007515,0.001471,0.016712,-0.000475,0.01715,0.045512,0.00594,-0.022205,-0.01693,0.022034,-0.024773,0.019828,-0.034571,0.00736,0.024863,0.022502,-0.023245,0.000969,-0.016224,-0.009134,0.000618,-0.00931,-0.021605,0.007689,0.015366,-0.007429,-0.001838,-0.010992,0.039804,0.009131,-0.002023,0.005635,-0.03947,0.040291,0.015181,0.013238,0.007477,0.009865,-0.052922,-0.007285,-0.023068,-0.028629,0.004299,0.019489,0.018772,-0.002701,-0.001091,0.015264,0.045349,0.101742,0.009269,0.029235,0.004564,0.029676,-0.012283,0.018266,0.001898,-0.026891,-0.030384,0.006286,0.03637,-0.00544,0.032511,0.00556,-0.028153,0.027223,0.007991,-0.016275,-0.045871,0.018494,0.02209,0.008985,0.0116,0.019442,-0.008542,-0.004442,0.026174,0.004088,0.019767,0.030522,0.004406,0.013197,-0.001925,-0.000819,-0.030329,0.01724,-0.016715,0.010898,-0.021477,0.031974,-0.017513,-0.007256,-0.02295,0.021057,0.003463,-0.026801,-0.013297,0.024277,-0.022601,0.026104,-0.015117,-0.007202,-0.02872,0.018739,0.020239,-0.005415,0.005172,0.00063,-0.020466,0.012048,0.00103,-0.044959,-0.022296,0.014908,-0.020654,-0.100199,0.012196,-0.005627,-0.011909,0.021543,0.017959,0.010662,-0.055041,0.023837,0.000651,-0.002435,0.015873,-0.007178,-0.001341,-0.002678,-0.01131,0.024858,0.033276,-0.002232,0.007395,-0.009594,0.008462,-0.00329,-0.022425,0.018403,-0.021571,-0.011544,-0.00162,0.008999,0.006444,0.015594,-0.022653,-0.00764,-0.015992,0.03025,0.000764,0.029888,-0.011976,-0.016087,0.015004,0.008553,0.001745,-0.019331,0.015052,-0.026986,0.025712,-0.005623,-0.010933,-0.040821,0.015116,-0.01667,0.022485,0.000901,0.090295,0.018145,-0.022575,0.040528,0.000878,-0.003501,-0.016171,0.020076,0.001186,0.012536,-0.026653,-0.022744,-0.003541,-0.045795,-0.020667,-0.024946,-0.031194,-0.008912,-0.020789,-0.004604,-0.005334,-0.010583,-0.004303,0.024408,0.006019,0.001586,0.021165,-0.039859,-0.011739,-0.0169,-0.010807,0.002845,0.029203,-0.015737,0.007464,0.002614,0.010966,-0.02185,-0.054589,-0.007323,0.013645,-0.000455,0.004864,-0.023853,-0.004566,0.037499,0.02883,0.022507,-0.014281,0.023793,0.010087,-0.012849,-0.007196,-0.027026,0.020746,-0.003905,-0.029225,0.003003,-0.008493,-0.025881,0.036674,-0.007732,-0.003214,0.015538,0.008469,0.112707,0.020888,0.006559,0.010597,-0.012882,0.024929,0.033598,0.026497,-0.042215,-0.013552,-0.006652,-0.032036,-0.029195,0.034811,0.028583,-0.007408,0.012333,-0.024081,-0.008721,-0.032141,0.109906,0.025708,-0.013954,-0.022846,-0.000446,-0.013055,0.005922,0.011578,0.00479,0.003176,0.030529,0.031973,-0.006895,-0.008948,0.001982,0.023954,-0.008621,-0.012756,0.005442,-0.005988,-0.005386,-0.016637,0.011202,-0.035475,0.018903,0.015144,-0.015635,0.004823,-0.007539,0.066548,0.014917,-0.013706,0.01471,-0.017404,0.024252,-0.000589,0.020518,-0.012586,0.030216,-0.026545,0.025342,-0.002611,0.010507,-0.019665,-0.016033,-0.028005,-0.001287,0.043645,0.004716,0.016732,-0.011966,-0.025399,0.001204,0.008694,-0.006573,-0.013346,-0.010246,-0.027027,-0.005401,0.018902,0.791943,-0.024333,0.005166,-0.004291,0.021336,-0.004439,0.012378,-0.02033,0.009,-0.00404,0.014648,-0.003118,-0.001386,0.029983,0.013464,-0.002402,0.023433,0.007908,0.027189,-0.022705,0.003539,-0.030813,0.048658,0.048457,0.009285,0.07292,0.0128,-0.020695,0.003528,0.014629,-0.01559,-0.004072,-0.037425,-0.004355,-0.006812,0.019639,-0.014889,0.017684,0.004577,-0.09228,-0.006717,0.00038,0.001294,-0.006405,0.025128,-0.020628,0.030509,0.010909,0.017024,0.002301,0.032515,-0.015395,0.009421,0.051969,-0.015687,-0.011451,0.004358,-0.034187,-0.006131,0.015995,-0.007469,-0.016506,0.004518,0.07548,0.029187,0.073178,-0.005526,0.002115,0.01418,0.029193,0.059243,-0.102935,0.037184,0.033934,-0.00017,0.014651,0.034037,-0.018466,0.022477,-0.006847,0.043292,-0.067968,0.008969,0.029912,-0.006828,-0.005473,-0.030122,0.004075,0.023303,-0.017471,-0.013001,0.025977,-0.020408,-0.002078,0.019386,0.032334,-0.008136,0.024896,0.015162,-0.020929,0.011626,0.010668,-0.003107,-0.00163,-0.060235,-0.013652,-0.005566,-0.008846,0.00367,0.034117,0.008878,0.005131,-0.018161,-0.046526,0.007357,-0.022006,0.013882,0.031546,0.010252,-0.013747,0.01691,-0.016004,-0.013697,-0.007477,0.040036,-0.059964,-0.032469,0.019996,0.005885,-0.033637,-0.026428,-0.007399,-0.039875,-0.046396,-0.033975,-0.032955,0.02404,-0.011637,0.030847,0.030856,-0.003899,0.026324,0.024852,-0.003603,0.006629,0.012128,0.008004,0.025659,-0.018028,-0.013862,0.035619,0.151948,0.034822,-0.002185,0.009589,-0.003903,-0.012894,0.022046,-0.022394,-0.018557,0.064355,-0.004812,0.031516,0.000313,-0.017514,0.022877,0.058619,0.009931,0.010637,0.009803,-0.023482,-0.024294,0.006249,-0.202978,0.014165,-0.035139,0.009825,0.00243,-0.01548,0.011931,-0.030532,-0.005431,-0.034579,-0.017536,-0.012392,-0.012379,0.013009,-0.001502,-0.048857,0.030979,-0.02037,0.027973,-0.028039,0.064228,0.037381,-0.030583,0.082168,0.040237,0.018892,0.022068,-0.005864,0.000801,-0.011997,-0.014764,0.011764,0.016531,-0.057911,-0.034075,0.003344,0.005421,0.028471,-0.030891,-0.022509,-0.001378,0.014045,-0.020665,0.008036,-0.015849,-0.00504,0.001899,-0.008969,-0.055741,0.009585,0.012166,0.029292,-0.028077,-0.030478,-0.003279,0.013273,0.017431,-0.015323,-0.023954,0.036632,-0.021208,0.028047,0.00493,-0.015214,-0.06422,-0.006377,0.008315,-0.057496,-0.002405,-0.015071,0.036211,-0.020108,0.007913,-0.009297,0.043439,0.149531,0.009592,0.020143,0.000662,0.019966,-0.00965,0.031972,-0.002886,-0.034576,-0.012189,0.022504,0.004384,0.032872,0.034951,-0.022858,-0.012204,0.051745,0.032772,-0.009982,-0.031668,-0.013415,0.06141,0.01924,0.013375,0.020407,-0.041252,-0.008194,0.008758,0.031006,0.011653,0.036025,0.02473,-0.021636,-0.005503,-0.001374,0.011707,0.02171,-0.031797,0.013147,0.006602,0.022604,-0.015953,-0.013547,-0.032603,0.036312,-0.030523,-0.056917,-0.01443,0.003529,-0.03736,0.021503,-0.023638,0.004508,-0.027653,0.038404,-0.002224,-0.009283,-0.008218,0.003553,-0.020229,-0.009595,0.011247,-0.020902,-0.04924,0.021583,-0.003935,-0.086518,-0.000901,-0.003231,-0.026895,0.027503,0.030359,-0.011516,-0.057384,0.02707,-0.025799,0.073058,0.024899,-0.038006,-0.011909,-0.001352,-0.010711,0.003851,0.040889,-0.026923,0.008339,0.013749,0.012106,-0.016287,-0.001744,0.0376,-0.023119,0.002552,-0.025459,0.014556,0.022927,0.016254,-0.021862,-0.00928,0.016093,0.042057,0.040927,0.013652,0.019122,-0.007693,-0.021169,0.019241,-0.02122,-0.025343,-0.026032,0.005512,0.011577,0.008558,-0.034019,-0.06118,0.021102,-0.015243,0.017569,-0.006739,0.082063,0.021294,-0.051229,0.012294,0.032131,-0.029245,-0.048564,0.050877,-0.012153,-0.017663,-0.020088,-0.017221,0.01273,-0.040285,-0.041902,0.003189,-0.02022,-0.008998,0.000546,0.000612,0.00652,0.006893,-0.004763,0.011875,0.023942,0.01654,0.033708,-0.012398,-0.028107,-0.045733,-0.014765,-0.009194,0.039605,-0.035518,-0.001313,0.011877,0.03508,-0.023596,-0.034531,0.028515,0.019569,-0.006165,-0.012988,-0.015829,0.024702,0.019092,0.031448,0.059111,-0.04091,-0.001094,0.021831,-0.026992,-0.00923,0.054692,0.032136,-0.004694,0.00246,0.022499,0.000987,-0.034532,-0.010552,0.003127,0.039052,0.013161,0.00737,0.109587,0.00268,0.027692,-0.013589,-0.020855,0.02357,0.006323,0.05156,0.002116,-0.020199,-0.016735,-0.009365,-0.00502,0.002167,-0.007088,0.01552,-0.024688,-0.024051,-0.020687,-0.010164,0.131133,0.025468,0.010179,-0.017086,0.036973,0.004847,-0.012479,0.010978,-0.007577,-0.00206,0.038037,0.002888,-0.03697,-0.016338,0.000411,0.037529,-0.033149,-0.000193,0.021706,0.01615,0.025588,-0.03613,-0.014612,-0.016912,0.005326,0.028016,-0.005244,-0.007142,0.008833,0.067404,0.013013,-0.012363,0.025867,-0.014194,-0.02669,-0.003879,0.026078,-0.017508,0.011451,-0.029361,0.021231,-0.002419,0.018018,-0.025992,-0.022308,-0.028344,-0.00664,0.03533,-0.016406,0.030345,0.007182,-0.024408,-0.00065,0.019284,0.009182,-0.008098,-0.024735,-0.030534,-0.00077,0.012304,0.728048,-0.009193,0.019102,-0.017022,-0.007978,0.015027,-0.002837,0.010193,0.001664,-0.022844,-0.007798,-0.022572,0.026698,0.042366,0.030179,0.005977,0.042993,-0.016197,0.028993,-0.013227,0.017573,-0.020613,0.029742,0.046597,-0.030396,0.050378,0.023659,-0.042179,0.002861,0.021005,-0.008042,-0.031598,-0.048131,-0.012071,-0.029172,0.027481,-0.028347,0.02759,0.049381,-0.069738,-0.003569,-0.004159,0.046595,-0.005558,0.015514,-0.03314,0.009349,-0.011112,0.013407,-0.007737,0.017767,0.002562,0.011599,0.048517,0.006169,-0.023148,0.009771,-0.015124,-0.023324,0.033946,0.022167,-0.0037,-0.010564,0.035443,-0.004945,0.04706,-0.012831,0.001693,0.033653,0.037992,0.020413,-0.101841,0.029932,0.015434,0.006246,0.005198,0.017689,-0.048045,0.010263,-0.003443,0.014752,-0.069932,0.033943,-0.033824,-0.009753,0.022506,-0.023331,-0.011428,-0.000673,-0.028501,-0.036351,0.010134,0.00326,-0.017676,0.008053,-0.007367,0.021027,0.054135,0.008887,-0.009324,0.009477,-0.009843,0.009051,0.023223,-0.068808,0.001737,0.018048,0.0232,0.025364,0.02317,0.009716,-0.010708,-0.001062,-0.027466,-0.003291,0.011818,0.012071,-0.000636,0.03139,0.005899,0.003933,-0.029924,0.021138,-0.017137,0.041074,-0.071505,-0.057302,0.033221,0.03306,-0.012395,0.005851,0.018318,0.002797,-0.005204,-0.026733,-0.00334,0.025048,-0.00525,0.024076,-0.005615,0.014395,0.004597,0.005625,0.023662,0.03292,0.026674,0.019801,0.006735,-0.019338,0.021353,0.004895,0.119804,-0.009737,0.026196,-0.006067,0.000202,0.027787,0.001534,-0.021676,-0.010157,0.049706,0.024095,0.018921,-0.002839,-0.00198,-0.017164,0.063848,-0.001651,0.016832,-0.041162,0.006822,-0.00016,0.009617,-0.17187,0.006746,-0.051474,0.002796,0.003143,-0.007457,-0.021271,0.001627,0.000261,0.001775,-0.014053,-0.02503,-0.025129,-0.010079,0.05176,-0.037967,0.046083,0.008254,0.011002,-0.008302,0.065273,0.073604,-0.008707,0.048524,0.01072,-0.013391,0.011814,0.030211,-0.004628,-0.012108,-0.015,0.049853,0.011319,0.004647,0.007379,0.030636,-0.038676,0.03779,-0.03465,0.036129,0.039236,0.007151,-0.021535,0.035265,0.001507,-0.006566,0.014396,0.014784,-0.018061,0.006338,0.016617,-0.01697,-0.001478,-0.033872,0.00901,0.015273,-0.018127,-0.008551,-0.015904,0.031196,-0.00986,0.022151,0.023521,0.004233,-0.049674,0.002932,-0.017949,-0.031917,0.017844,-0.000985,0.043973,-0.002974,0.029176,0.002935,0.021678,0.13989,0.014923,0.032865,-0.010254,0.021042,0.01439,-0.003688,-0.008067,-0.012065,-0.041476,-0.01135,0.013935,0.008,0.002302,-0.027532,-0.036802,0.049527,0.017159,-0.010928,-0.056363,0.013254,0.026576,0.024612,-0.004581,-0.004177,0.004589,0.003346,0.029039,0.018088,0.019652,0.020276,0.024529,0.035857,-0.019213,-0.011738,-0.018149,0.021426,0.012602,0.006029,-0.038101,0.067676,-0.012626,-0.012653,-0.042584,0.032843,-0.000469,-0.048795,-0.013642,0.017825,-0.038078,-0.01852,-0.022392,-0.01847,-0.038686,0.007504,0.022097,0.008683,-0.017312,-0.020625,-0.00847,-0.014627,-0.000955,-0.018323,-0.026983,0.013397,-0.011085,-0.127589,0.03987,0.011962,-0.009587,0.032094,0.026902,-0.000202,-0.08175,0.019782,-0.012503,0.012781,0.011489,-0.032633,-0.015873,0.010485,-0.00328,0.015247,0.047426,-0.005608,-0.017913,0.004995,0.011752,0.004083,-0.017295,0.013264,-0.019987,0.009682,0.00632,0.012093,0.030107,0.02155,-0.021602,0.004002,0.005941,0.014381,0.013629,0.008861,-0.017849,-0.0406,0.031923,0.031207,0.012783,-0.036804,-0.022182,-0.035326,0.001547,0.01443,-0.010429,-0.047453,0.003823,0.01209,0.005992,0.005619,0.062301,-0.002767,-0.031684,0.055498,-0.019972,0.007429,-0.002412,0.043641,0.00182,0.004953,-0.038773,-0.009113,-0.023017,-0.06831,-0.023323,-0.006907,-0.048783,0.029243,-0.039584,0.034591,0.012718,-0.021793,0.023502,-0.002122,0.033786,0.013355,0.003541,-0.018223,0.01046,-0.054863,-0.015979,-0.01548,0.022186,0.001592,-0.02012,-0.016509,0.043519,-0.009967,-0.050426,-0.027467,0.001554,0.009189,0.010857,-0.033725,0.02082,-0.010449,0.028426,0.026574,0.005173,0.006222,-0.009532,-0.050215,-0.009028,-0.010815,0.028577,0.003988,-0.026586,0.010791,-0.040496,-0.041806,0.011816,-0.017751,0.046842,0.01264,-0.003754,0.115604,-0.006416,0.001661,0.018629,-0.03762,0.001096,-0.003496,0.042443,-0.012977,-0.012899,0.01493,-0.032874,-0.007408,0.033046,0.031204,0.008635,-0.015216,-0.029131,0.018947,-0.046402,0.085329,0.020754,0.000505,-0.044178,0.006935,0.006683,-0.017911,-0.007185,-0.005741,0.016864,0.031544,0.006216,-0.031938,0.000055,0.017653,0.024622,-0.047946,0.003931,-0.033845,-0.000981,0.048783,-0.024808,-0.022953,0.002282,0.026208,0.012944,-0.03107,-0.000366,-0.013791,0.062358,0.022192,-0.018301,0.044379,-0.030783,0.006568,0.034676,-0.007955,0.010766,0.030532,-0.025316,0.024483,-0.023594,0.033909,-0.041124,0.005631,-0.089336,-0.012417,0.047494,0.006792,0.002495,-0.00898,-0.001675,0.046392,0.021365,0.015363,-0.005062,0.001087,-0.009526,0.017022,0.053401,0.733258,0.007179,0.041502,-0.023088,0.016729,-0.007097,0.006164,-0.035735,0.012065,0.003361,-0.013903,-0.004786,0.004938,0.040656,-0.000708,-0.010456,0.025984,-0.053002,0.019431,-0.034689,-0.020484,-0.056675,0.004615,0.052703,-0.014228,0.070654,0.02077,-0.056382,-0.019409,0.039582,-0.038031,0.004205,-0.041057,-0.036665,-0.004707,0.003826,-0.042042,0.004368,0.012335,-0.085002,0.007055,0.027389,0.031759,-0.015753,-0.024512,-0.003263,0.03976,0.02013,-0.005199,-0.020853,-0.000873,0.011815,-0.002803,0.031248,-0.016741,0.009279,0.00643,-0.050531,-0.000466,0.003719,0.004336,-0.018573,-0.002726,0.067479,0.029202,0.075509,-0.007997,0.004227,0.018842,0.012843,0.008404,-0.076509,0.001153,0.013137,-0.014709,0.012312,-0.005411,-0.045046,0.003207,-0.034932,0.018492,-0.011915,0.003856,-0.030341,-0.005941,0.048972,-0.016107,0.010805,-0.018318,0.021012,-0.020605,-0.001299,0.023619,-0.012052,0.015629,-0.004435,0.039674,0.013933,-0.000879,0.002447,0.001823,0.010718,0.009747,0.015496,-0.060524,0.008018,-0.0113,0.024487,0.018332,0.050799,-0.002317,-0.032321,-0.028408,-0.045462,0.012674,-0.026226,0.000079,-0.012801,0.05338,0.005083,-0.004578,-0.016627,0.016108,-0.022668,0.029854,-0.069333,-0.035822,0.036397,-0.011091,0.005258,0.027194,-0.000794,0.01622,-0.002643,-0.010128,-0.010282,0.024522,-0.009479,0.011173,-0.006089,0.005401,-0.000456,0.002154,0.024464,0.03105,0.023774,-0.020391,0.002929,-0.007036,0.011717,0.02196,0.199997,-0.02473,0.004097,0.003837,-0.001982,0.033298,-0.015036,-0.017144,-0.02563,0.027855,0.030452,0.019478,0.016213,-0.008578,0.035173,0.073747,-0.018942,0.043493,-0.025666,-0.00967,-0.006798,0.008618,-0.175384,-0.028184,-0.049676,0.005319,0.024048,0.007972,0.00378,-0.003976,0.001029,0.012031,-0.035868,-0.015273,-0.003514,-0.023168,0.020421,-0.003373,0.028776,0.010771,0.005415,-0.023591,0.057036,0.066006,-0.01121,0.060077,0.000758,-0.010576,0.049239,0.027366,-0.023464,0.008262,-0.010234,-0.00384,-0.017724,-0.03037,0.018284,0.027887,-0.046407,0.000083,-0.051056,0.01317,0.011918,-0.02181,-0.051871,0.067142,-0.020513,0.025742,0.00676,-0.010369,-0.014212,-0.035109,0.007066,-0.039544,-0.001857,-0.005497,0.017625,-0.016565,-0.010687,-0.004691,0.012456,0.012165,0.069897,0.035745,0.010966,0.017823,-0.044699,-0.003256,-0.044043,-0.019843,0.001858,0.001747,0.058513,-0.013388,0.013694,0.018621,0.028196,0.131036,0.014998,0.00757,-0.006308,0.045737,-0.018072,0.009385,-0.001368,-0.01108,-0.032917,-0.014159,0.028097,0.022925,-0.008497,-0.027108,-0.038074,0.034296,0.001435,0.000636,-0.023575,0.025344,-0.013935,-0.000951,-0.00577,0.006745,-0.008107,0.007289,0.042731,0.029597,0.030848,0.026368,0.002458,0.03077,0.008666,0.003006,-0.017979,0.024731,0.006955,0.01253,-0.027096,0.047702,0.016679,-0.023281,-0.050814,0.031003,0.008004,-0.061464,-0.015275,0.006621,-0.00454,-0.02349,-0.02392,0.03984,-0.041578,0.028183,0.005146,0.013949,-0.017157,-0.013963,0.012309,-0.006745,-0.013854,-0.034502,-0.014089,0.011442,-0.027262,-0.139742,0.056014,-0.008111,0.031687,0.020898,0.024893,0.004791,-0.050165,0.015084,-0.002476,-0.067442,0.039136,-0.033085,-0.005453,0.01921,-0.013363,0.03638,0.021732,-0.010691,0.023914,0.006085,0.003342,-0.016264,-0.01656,0.023658,-0.01415,-0.000577,0.010631,0.021706,0.035997,-0.001812,-0.013725,0.021158,0.002912,-0.005815,0.012056,-0.009481,0.026008,-0.025226,0.023794,0.035993,0.024971,-0.001426,-0.005544,-0.055289,-0.001954,0.029001,-0.000508,-0.043753,0.000742,0.026394,-0.014754,0.01623,0.015742,0.01447,-0.021375,0.027946,-0.003385,0.021695,0.000589,0.035265,-0.004002,-0.005127,-0.031586,0.006977,-0.005632,-0.042459,-0.011013,-0.016811,0.024635,0.023911,-0.027735,0.010888,0.026725,-0.009188,0.003422,0.039154,-0.001522,-0.001776,0.007709,-0.013152,0.002692,-0.03152,-0.031698,-0.019978,0.02607,-0.020296,0.004954,-0.009045,0.019834,-0.006594,-0.039466,-0.019187,0.014255,0.017769,0.024148,-0.0361,-0.001344,-0.006196,0.010754,0.017903,-0.004027,-0.006956,0.003625,0.024207,0.030063,-0.021325,0.015237,-0.012514,-0.000125,0.007737,-0.031168,0.005111,-0.000912,-0.032904,0.051995,0.017116,0.015462,0.114774,-0.002114,0.011197,-0.034457,-0.021772,-0.004895,0.051036,0.036673,-0.046074,-0.004445,-0.004748,-0.048991,-0.031061,0.017834,-0.019714,0.010367,-0.013556,-0.039371,-0.002962,0.027813,-0.008813,-0.004906,-0.0105,-0.03368,-0.002942,-0.030658,-0.001219,-0.021102,-0.004801,-0.022571,0.017848,0.002215,-0.029423,0.031915,-0.003345,0.027438,-0.036049,0.024338,-0.021762,0.006304,0.035957,-0.025606,-0.028883,-0.012829,0.026866,0.01968,-0.020967,-0.002116,-0.015265,0.052319,0.020644,-0.004201,0.043737,-0.044809,0.009067,0.027223,0.024851,0.001398,0.020489,-0.016288,-0.008633,-0.012004,0.0021,-0.041837,0.029876,-0.032912,-0.026449,0.038707,0.007291,-0.023096,-0.02052,-0.0056,0.008498,0.013067,-0.005053,-0.016367,-0.022632,-0.008023,0.016598,0.05478,0.748269,0.024134,0.031873,-0.008071,0.030042,0.006806,0.020611,-0.007693,-0.013438,-0.001561,0.02607,-0.007148,-0.012791,0.030757,0.009476,-0.017765,0.029457,-0.040137,-0.005501,-0.015978,-0.00803,-0.037173,-0.010279,0.036214,-0.022498,0.044998,0.003754,-0.015497,-0.030567,-0.00143,-0.030803,0.006251,-0.035668,-0.058423,-0.033749,0.000626,-0.035183,0.014918,0.029236,-0.085584,0.02356,0.014487,0.028886,-0.040323,0.004972,-0.014759,0.039103,-0.006213,-0.012296,0.00276,-0.010213,0.023002,-0.001645,0.020981,0.002612,0.000954,0.004493,-0.022855,-0.013834,0.008101,0.001574,-0.000681,-0.005496,0.074435,0.010653,0.056126,-0.008574,-0.003625,0.035046,0.014474,0.002533,-0.096657,0.009661,0.006592,-0.01777,0.043352,-0.029221,-0.024979,0.000264,-0.031659,-0.012813,-0.02182,-0.006477,0.009378,-0.053872,0.029938,-0.00915,-0.003551,0.025279,-0.038046,-0.015185,0.018904,0.013534,0.015085,0.0125,-0.029575,-0.0177,0.06136,0.016424,0.012211,-0.004353,0.01322,0.016681,-0.010331,-0.055744,-0.022475,0.036703,0.02625,0.00822,0.092354,0.048939,-0.017061,0.01239,0.003562,0.010683,-0.005862,-0.009358,0.019959,0.010364,-0.006104,0.007457,-0.014478,0.021803,-0.017487,0.049014,-0.061046,-0.015344,0.024306,-0.003129,0.007007,-0.000087,0.031123,0.018419,-0.006524,-0.009394,0.026769,-0.023788,0.022981,0.045363,-0.007241,0.029312,0.007951,-0.004859,-0.0329,0.018785,0.019857,0.005344,0.030109,0.011323,0.004176,0.066906,0.174501,0.001975,0.020934,0.011032,-0.002086,0.048263,-0.016383,-0.014941,-0.019433,0.034919,0.005848,-0.004484,0.049692,-0.044355,0.005352,0.073876,-0.011507,0.018681,0.01261,0.035428,0.022547,0.033114,-0.125186,0.038339,-0.045273,0.003586,0.022225,0.004029,0.010235,-0.040838,0.008534,0.00052,-0.032018,-0.020059,-0.031435,-0.023522,-0.011132,0.038069,0.036949,0.011822,-0.019868,-0.05005,0.085996,0.111553,0.001996,0.105374,-0.002581,-0.020041,0.03536,0.018496,-0.0012,-0.017839,-0.010253,0.033595,0.026709,-0.039105,0.0115,-0.000529,-0.060332,0.000549,-0.010389,-0.001942,0.029848,0.008156,-0.02074,0.069085,0.000053,0.041327,-0.02971,0.001288,-0.01195,-0.020226,0.004788,-0.026883,-0.014084,-0.032093,0.0441,0.014532,-0.000323,0.010154,-0.009673,-0.017419,0.005496,-0.015942,0.005597,-0.01747,-0.060216,-0.032829,-0.041256,-0.00796,0.036222,0.003004,0.037831,-0.00825,0.019495,-0.017031,0.037648,0.125296,0.005202,0.00665,0.007612,0.008006,-0.044471,-0.000186,-0.006782,-0.030623,-0.034209,-0.004516,0.04418,0.027987,0.009401,0.014244,-0.049842,0.03153,-0.012708,0.005867,-0.069634,0.032062,0.015351,0.026771,0.014906,0.032589,-0.005766,-0.028582,0.010652,0.02944,-0.017827,0.022609,-0.026918,0.013116,0.035085,0.004083,-0.028238,-0.035524,0.020123,0.024411,0.01138,0.06138,-0.029127,-0.028887,0.020389,-0.024566,0.015963,-0.057874,-0.024446,0.008294,-0.021578,0.012051,-0.012612,0.010787,-0.033294,-0.012197,-0.018353,-0.023637,-0.038527,0.027797,0.069304,0.007098,-0.035114,-0.00637,-0.000096,-0.004739,-0.01499,-0.074056,0.049558,0.000523,-0.000308,0.028239,0.027359,-0.001662,0.004986,-0.050152,0.001127,-0.027086,-0.004311,-0.022408,0.061364,-0.005784,0.047858,0.051843,0.058738,-0.028465,0.078648,0.012944,0.004806,-0.014398,-0.03231,0.02288,-0.020129,0.035428,0.027794,0.004431,-0.011497,0.005025,-0.032658,0.013143,0.003286,0.007215,0.042561,-0.060102,0.010194,-0.018089,0.046615,-0.012932,0.026918,-0.017259,-0.036255,-0.006629,0.020219,0.005148,-0.062602,-0.018739,0.008815,-0.016109,-0.017376,0.012009,0.024948,-0.000432,-0.010648,0.038038,-0.007285,0.020591,-0.018418,0.054175,0.010329,-0.030457,-0.024886,-0.009516,-0.003452,-0.053745,0.014045,-0.0415,-0.027061,0.028795,-0.031604,0.025775,0.024847,-0.006101,-0.051601,0.031801,-0.000889,-0.017454,0.023193,-0.010879,0.004798,-0.039159,0.032537,-0.015801,0.006424,-0.017092,-0.031576,0.019041,-0.002602,-0.031573,-0.015841,0.029562,-0.015514,0.005838,-0.00495,-0.053249,0.009792,0.004276,0.004006,0.046892,0.023372,0.023984,-0.063088,-0.009197,-0.003922,-0.025153,0.007217,-0.008893,-0.034862,0.02717,-0.035372,-0.019459,0.048992,-0.060772,-0.005537,0.022778,0.035923,0.118486,0.012889,0.055615,-0.023925,-0.01214,-0.000275,0.030237,0.040309,-0.024561,0.007271,0.020523,-0.024464,0.013109,-0.016588,-0.032557,-0.001805,-0.028132,-0.041044,0.038667,0.030625,0.07117,-0.01902,0.003842,-0.004655,0.014259,-0.002629,0.010327,-0.012857,-0.004272,-0.005314,0.028359,0.012633,-0.020641,0.001478,0.012848,0.018654,-0.004805,0.008146,-0.000829,-0.002732,0.029951,0.016225,0.008642,-0.037244,0.0253,0.033945,0.017342,0.012149,-0.01089,0.050137,-0.006227,-0.009121,0.052923,-0.054166,0.006228,0.047213,-0.015339,-0.002075,0.02511,-0.030755,0.02567,-0.00522,-0.007975,-0.047072,0.003032,-0.05655,-0.009255,0.035818,0.006603,-0.025954,-0.025576,-0.025954,0.047832,0.028647,0.016478,0.001815,-0.019669,-0.022752,0.023989,0.017552,0.694786,0.007202,-0.005696,-0.016842,0.01789,0.047405,0.011635,-0.044947,-0.016823,-0.023879,-0.003955,-0.003216,0.000832,0.040017,0.020544,0.000777,-0.01152,-0.027281,0.007913,-0.038458,-0.0251,-0.027049,0.03378,0.04731,-0.018604,0.054824,0.022551,-0.030916,-0.030959,-0.025627,-0.025715,0.000775,0.002687,-0.052415,-0.062714,0.007596,0.001176,0.021664,-0.000339,-0.092981,0.031557,0.021667,0.014719,-0.008387,-0.008203,-0.042947,0.080145,-0.019601,0.00492,-0.018558,-0.010943,0.023933,0.026321,0.040234,-0.028937,-0.018797,0.018713,-0.047054,-0.007243,-0.030363,-0.001619,-0.031853,0.032504,0.067398,-0.000811,-0.00218,0.020241,0.019648,0.018545,-0.000634,0.052353,-0.101096,0.000951,0.017888,-0.014076,0.022794,-0.020642,-0.011383,-0.015234,-0.043535,0.022125,-0.012294,0.02559,0.000684,-0.032631,0.042877,-0.042565,0.024558,-0.020593,0.016335,-0.047988,0.018217,0.018358,-0.051515,0.040259,-0.023206,-0.00221,-0.014305,-0.000199,-0.017433,0.012882,0.032214,-0.031237,-0.008162,-0.070097,-0.010645,-0.011703,0.031492,0.022143,0.044994,-0.014447,-0.025155,-0.0263,0.006778,0.012934,-0.024263,-0.008651,-0.010855,0.030744,-0.014714,0.03262,0.005868,0.011756,-0.024158,0.044593,-0.075277,-0.027158,0.049337,-0.014294,-0.007173,0.004086,0.008254,-0.017138,0.00615,-0.026799,-0.023887,-0.002364,-0.005209,0.015221,0.002528,-0.028076,0.004178,0.003377,0.010169,0.017869,0.021938,0.013699,0.034331,0.003281,-0.000507,0.031907,0.196436,-0.024689,0.004837,-0.029809,-0.004384,0.008468,-0.003054,-0.021546,-0.020667,0.037169,0.00272,0.046364,-0.007045,-0.009813,0.014317,0.036476,-0.0104,0.039307,0.002784,-0.009361,0.004815,0.016609,-0.215282,0.005631,-0.056061,-0.006561,0.015002,0.033215,0.032682,0.019276,-0.017776,0.008176,-0.052909,-0.021115,-0.002075,-0.000155,-0.027757,-0.02097,0.019683,-0.011217,-0.013966,0.004593,0.05008,0.072091,0.001974,0.077863,-0.010471,0.005329,0.053786,0.026524,0.005652,-0.004463,0.005961,0.018871,-0.022477,-0.059691,0.004751,0.006809,-0.043375,0.005068,-0.053063,0.00562,0.031404,-0.042325,-0.015174,0.029181,-0.029051,0.024569,0.019513,0.016815,-0.014417,-0.014049,0.026696,-0.043358,-0.011402,0.000775,0.037339,-0.036255,-0.000684,0.014034,0.012795,0.002341,0.072711,0.032953,0.027778,-0.003078,-0.04049,0.026913,-0.032324,-0.033073,-0.010071,-0.006434,0.037131,-0.023504,0.012822,-0.004555,0.009105,0.126274,0.026729,0.005845,-0.025237,0.009296,-0.005222,0.013617,-0.034918,-0.020515,-0.015507,0.005014,-0.001385,0.033154,0.019502,-0.053824,-0.023298,0.057837,0.002235,0.026538,-0.034217,0.009577,0.029268,-0.009435,-0.007312,0.008874,-0.038782,0.009327,0.027386,0.049742,0.036373,0.023295,0.017058,0.029584,0.001045,0.000946,-0.004231,0.016286,-0.01411,-0.000456,-0.014302,0.057219,-0.031151,-0.027841,-0.036457,0.027699,0.016748,-0.042422,-0.001141,0.026365,-0.000008,-0.010737,-0.043788,0.008309,-0.014884,-0.001344,-0.014363,-0.009025,-0.014753,-0.032156,-0.018834,-0.000084,-0.007426,-0.029572,-0.001766,-0.021465,-0.030676,-0.127824,0.005882,-0.054291,0.011064,0.034146,0.039695,-0.007186,-0.038191,-0.024115,-0.016334,-0.02915,0.049755,-0.059798,-0.000477,0.049054,-0.009897,0.042123,0.025134,-0.035328,0.018595,-0.008982,0.006791,-0.004598,-0.030946,-0.003188,-0.013807,-0.032979,0.005423,0.025042,0.024881,0.006396,-0.026937,0.019799,-0.004523,-0.002134,-0.004244,-0.059745,0.021916,-0.040868,0.012184,0.022963,0.003064,0.005271,0.013766,-0.013662,0.003265,0.004897,0.001339,-0.052041,-0.026371,0.016662,-0.022067,-0.004835,0.051772,0.026332,-0.014848,0.011694,0.008991,-0.005937,-0.01821,0.071565,0.000562,-0.006342,-0.038672,-0.013189,0.002046,-0.052531,-0.024607,-0.020165,-0.001932,-0.004236,-0.012912,-0.014975,0.023636,-0.015451,0.016639,0.010841,-0.023267,0.001177,0.023265,-0.010814,-0.004579,-0.023716,-0.010001,-0.033264,0.021825,-0.010001,0.031151,-0.00875,0.034905,-0.037843,-0.041563,0.012143,0.01808,0.00279,0.042287,-0.006499,0.015501,0.014567,0.015139,0.051265,-0.001365,-0.008075,-0.018564,0.005876,-0.024428,0.01562,0.024865,0.008963,0.006192,0.005426,-0.034168,0.016701,0.019827,-0.017152,0.026236,0.00716,0.014421,0.107962,-0.003173,0.03434,-0.049648,-0.045683,-0.001431,0.066147,0.0431,-0.062875,-0.051394,0.018394,-0.054305,-0.024724,-0.003972,-0.05162,0.003963,-0.032462,0.02223,0.006712,0.016151,0.037201,0.024223,-0.034872,0.007899,0.02673,0.011994,0.008416,0.002345,0.031419,-0.029572,0.021896,0.024722,-0.024787,0.027103,0.005053,0.027139,-0.029899,0.042263,0.006067,-0.010761,0.009271,-0.007311,-0.00376,-0.03908,0.011984,0.021335,-0.008712,-0.008772,-0.005119,0.111972,-0.00588,-0.007886,0.056801,-0.030332,0.011193,0.042408,0.000584,0.009542,0.019185,-0.008002,0.032169,-0.009834,-0.018209,-0.037775,0.017754,-0.004366,-0.018726,0.036016,-0.005409,-0.028336,-0.030045,0.00458,-0.019459,0.049514,-0.015202,0.023313,0.007495,-0.023509,-0.018704,0.039158,0.701887,0.000524,0.048765,-0.005021,0.019185,0.044741,0.041164,-0.008506,-0.002879,-0.006791,0.017842,-0.002476,-0.008562,0.019327,0.002384,-0.01562,0.050043,-0.038112,0.005439,-0.010124,-0.032169,-0.02626,0.014747,0.044449,0.01319,0.022994,0.01953,-0.018075,0.005568,0.011159,0.000358,0.011298,-0.039423,-0.048745,-0.02906,0.011428,-0.017772,0.033951,-0.006091,-0.061737,0.032729,0.019568,0.051962,-0.039742,0.002884,-0.01271,0.013313,-0.003898,-0.011034,0.011805,0.009361,0.040342,-0.029044,0.018758,-0.018297,0.008075,0.005198,-0.034267,-0.007336,0.004719,0.011144,-0.000358,0.011754,0.061806,0.067512,0.046899,-0.006243,-0.033504,0.025758,-0.00611,0.029881,-0.088486,0.022468,0.025229,-0.00683,0.016529,-0.010623,-0.014437,0.00262,-0.041748,0.008224,-0.024206,0.028839,-0.015881,-0.008525,0.032334,-0.037654,-0.001635,-0.019497,0.022227,-0.017453,-0.00372,0.010186,-0.003033,0.020491,-0.003515,-0.003488,0.026661,-0.000479,0.001584,0.007335,0.041748,-0.005635,0.012752,-0.08286,-0.002891,0.01171,0.035183,0.020769,0.045805,0.011678,-0.023743,-0.017564,-0.026091,0.012407,-0.013744,-0.020928,-0.005126,0.053621,0.005325,0.012854,-0.00859,0.004974,-0.017751,0.038745,-0.051755,-0.033497,0.036015,0.007637,-0.002614,0.021,-0.00335,0.004449,-0.000378,-0.003757,-0.005139,0.018547,0.014933,0.020488,0.013227,-0.005832,0.003348,0.020362,0.02168,0.010144,0.007444,-0.007343,0.016364,0.002507,0.001188,0.029189,0.195566,-0.035293,-0.001483,-0.002396,0.010616,0.018935,-0.023135,-0.013897,-0.009894,0.031645,0.01076,0.022141,0.01891,0.005523,0.005948,0.071105,-0.012354,0.046658,-0.016195,0.020182,0.000083,0.021388,-0.167668,-0.012852,-0.043373,-0.006984,0.027315,0.003478,0.011818,0.016651,0.0027,-0.006997,-0.031556,-0.025133,-0.009404,-0.026998,0.00642,-0.005113,0.043008,-0.001449,-0.000246,-0.013738,0.072119,0.03626,-0.005601,0.07911,0.00988,-0.007704,0.05887,0.034021,-0.001407,-0.00332,0.00193,-0.012448,-0.000227,-0.023329,-0.004031,0.013093,-0.019607,0.001801,-0.053317,0.016457,0.026967,0.002014,-0.032665,0.04434,-0.022032,0.028212,0.015894,-0.012632,-0.01722,-0.02207,0.021761,-0.028609,0.008258,-0.038742,0.033099,-0.010121,-0.011171,0.008818,0.000371,0.021654,0.073759,0.043935,-0.017766,0.017661,-0.045592,-0.004578,-0.021734,-0.01459,0.016761,0.006915,0.041611,0.00016,0.00317,0.013491,0.054228,0.060631,0.039397,0.025744,0.001516,0.029724,-0.010859,0.007393,-0.017293,-0.017732,-0.017268,-0.02019,0.021423,0.012652,0.010243,-0.025084,-0.031837,0.047781,0.015923,0.032457,-0.041848,0.031517,0.000289,0.012981,0.00876,0.021651,-0.018309,-0.005919,0.003614,0.043189,0.048103,0.010439,0.013363,0.044711,0.024507,0.00822,-0.00892,0.015672,-0.000253,0.011102,0.005131,0.053577,-0.01502,-0.018643,-0.029988,0.004289,0.001608,-0.053436,-0.013392,0.015221,0.009401,-0.004919,-0.015765,0.023557,-0.025163,0.023009,0.003032,0.00053,-0.015263,-0.032869,-0.002546,-0.032328,-0.014529,-0.038676,-0.046725,0.009666,-0.050389,-0.170046,0.055334,-0.012751,0.02391,0.01753,0.025609,0.012209,-0.068468,0.017801,0.007961,-0.049541,0.015519,-0.020557,0.000276,0.029313,-0.00421,0.022108,0.010507,-0.000916,0.027322,-0.016399,-0.020703,-0.007048,-0.029666,0.011313,-0.001562,0.004687,0.00174,0.035693,0.056781,-0.014873,-0.026154,0.003965,-0.001843,-0.015967,0.005684,-0.000984,0.000802,-0.009383,0.016987,0.013232,0.0013,-0.013966,0.001562,-0.049467,0.016074,0.023068,-0.010004,-0.054666,0.010787,0.014813,-0.022021,0.016712,0.031999,0.014361,-0.020669,0.02523,0.006722,0.011512,-0.01167,0.034658,0.007767,-0.01923,-0.043021,-0.007319,-0.012204,-0.057393,-0.01204,-0.0228,-0.005818,0.028852,-0.021024,-0.0029,0.022186,0.006853,0.003788,0.026636,0.005751,-0.007698,0.032853,-0.008602,-0.004746,-0.028033,-0.02602,0.002215,0.036977,-0.010384,0.029514,-0.015703,0.023723,-0.018417,-0.03018,-0.010322,-0.002906,-0.002589,0.018485,-0.055171,-0.00388,-0.003075,0.013147,0.039693,-0.002418,-0.00356,-0.002433,-0.00175,0.005956,-0.049275,0.016787,0.009553,-0.024113,0.034582,-0.034023,-0.000793,0.000757,-0.026893,0.03566,0.015474,-0.003956,0.111729,-0.005451,0.034544,-0.024374,-0.021142,0.000131,0.049377,0.061426,-0.059706,-0.00614,-0.013408,-0.044743,-0.019258,-0.002924,0.000047,0.003113,-0.005052,-0.025439,0.007009,0.014573,0.026085,0.004388,-0.038429,-0.048434,0.015225,-0.029666,-0.004013,-0.007719,0.004086,-0.015248,0.023672,0.012186,-0.024419,-0.007884,0.01394,0.027459,-0.037614,0.02659,-0.005916,-0.012075,0.024094,-0.01211,-0.015774,-0.034739,0.023062,0.024543,-0.013294,-0.010098,0.000646,0.088149,0.026911,-0.007062,0.066653,-0.018827,0.00152,0.026678,0.024588,-0.009223,0.015949,-0.016391,-0.008012,0.001495,-0.010889,-0.046044,0.02595,-0.039386,-0.02692,0.056023,0.00122,-0.010316,-0.008357,-0.004949,0.022144,0.022823,0.004962,-0.023465,-0.017869,-0.013769,0.019646,0.047188,0.74706,-0.014704,0.030957,-0.011354,0.051228,0.003503,0.037225,-0.007415,-0.004542,-0.002208,-0.003162,-0.01556,0.005863,0.026364,0.006616,-0.009648,0.023318,-0.032403,0.012958,-0.017491,-0.013822,-0.024775,-0.000596,0.045016,0.016054,0.037737,0.011222,-0.023762,0.001738,0.01999,-0.008221,-0.010392,-0.037507,-0.048985,-0.022991,0.02991,-0.031805,0.004714,0.027337,-0.084252,0.006942,0.019665,0.033539,-0.035742,-0.001241,-0.004153,0.04563,-0.007057,0.025229,0.016045,-0.014992,0.018617,0.005738,0.016598,0.007039,0.003839,0.013523,-0.031496,0.014589,0.021274,0.008929,0.001374,-0.038512,0.067999,0.01241,0.062113,-0.00767,-0.000097,0.038827,-0.007853,0.036713,-0.087938,0.046641,0.022605,0.010766,0.018164,0.013856,-0.019688,-0.006448,-0.001227,0.006871,-0.053248,0.003134,0.013367,-0.020555,0.0094,-0.029661,0.004267,0.033718,-0.019458,-0.041573,0.022611,0.013851,-0.015792,0.018045,0.003229,0.004157,0.025178,0.02067,-0.041661,0.014937,-0.009119,-0.014087,0.009041,-0.057473,-0.031137,-0.024079,-0.020394,-0.009221,0.057204,0.010489,-0.01221,-0.00658,-0.041955,-0.001655,-0.011078,0.004154,0.019248,-0.003644,-0.013678,-0.0044,-0.027532,-0.010545,0.009196,0.028636,-0.042407,-0.026784,0.013385,0.008793,-0.028582,-0.025463,-0.002336,-0.040724,-0.047546,-0.019041,-0.031969,0.020387,0.033975,0.01551,0.019135,-0.020931,0.018264,0.026256,0.024451,0.017903,0.021195,0.022854,0.021321,-0.004548,-0.015865,0.035954,0.157658,0.004554,0.020927,-0.002397,-0.016854,0.006146,-0.011353,-0.03963,-0.011292,0.05213,0.000345,0.038202,-0.003993,-0.014131,0.017013,0.059391,0.014711,-0.005857,0.006056,-0.021676,-0.000393,0.001826,-0.182696,0.001597,-0.039272,0.016525,0.019895,-0.006465,-0.004474,-0.024227,-0.009351,-0.012891,-0.018067,-0.016324,-0.007226,-0.001413,0.007296,-0.020163,0.041117,-0.028563,0.014333,-0.025314,0.040356,0.047665,-0.033383,0.076658,0.023281,0.015866,0.027647,0.029638,0.010462,0.03128,-0.01493,0.012849,0.010503,-0.02149,-0.035763,-0.001113,-0.046849,0.056232,-0.045797,0.013852,0.036946,0.010603,-0.031482,0.009883,-0.010174,-0.001306,-0.014758,0.00323,-0.052968,0.012157,0.021496,0.00434,-0.032924,0.006277,0.025892,0.009874,-0.00589,0.002284,-0.018093,0.036478,-0.013659,0.015321,0.02855,-0.021097,-0.057492,-0.001734,-0.007841,-0.032863,-0.000466,-0.021426,0.046778,-0.032406,0.008032,-0.011812,0.017382,0.137554,0.006232,0.01117,0.011977,0.020579,-0.031475,0.035961,0.001483,-0.022132,-0.00792,0.020761,0.014593,0.033209,0.022464,-0.043922,-0.003522,0.053713,0.006356,-0.006332,-0.047362,0.025216,0.048672,0.011924,-0.007287,0.01593,-0.036078,0.014714,-0.013662,0.028784,0.005403,0.026393,0.02167,-0.0031,-0.013725,0.000045,-0.019856,0.016289,-0.02622,0.008966,0.00555,0.040305,0.019959,-0.029601,-0.055034,0.03753,0.008566,-0.030554,0.022678,-0.015196,-0.036962,0.012184,-0.031613,0.006434,-0.035571,0.016753,0.022391,0.01605,-0.011734,0.011766,-0.00308,-0.006525,-0.000016,-0.022389,-0.018146,0.035611,-0.008595,-0.060397,0.023044,-0.007894,-0.006854,0.042321,0.041799,0.004606,-0.056983,0.033187,-0.022543,0.019644,0.029354,-0.008631,0.002745,0.017773,-0.014198,0.018718,0.061475,-0.02759,-0.003595,0.005305,0.017865,-0.03923,-0.020159,0.053526,-0.046739,-0.026321,-0.008443,0.019918,0.016936,0.036522,-0.022178,0.000152,0.00425,0.04386,0.007245,0.026306,0.033324,-0.002197,-0.040075,0.049281,-0.012626,-0.032302,-0.023905,-0.021864,0.019433,-0.01211,-0.034405,-0.03679,0.027697,-0.038516,0.018293,0.003431,0.08075,-0.005438,-0.019265,0.027335,0.028658,-0.026206,-0.012533,0.032601,-0.005384,0.018218,-0.016742,-0.028652,-0.008009,-0.029828,-0.021711,-0.011989,-0.005149,-0.018786,-0.002722,-0.007637,0.030945,-0.012908,-0.002995,0.014991,0.034231,0.0339,0.013139,-0.011018,-0.022325,-0.039655,-0.004892,-0.037511,0.025794,-0.02316,-0.018562,-0.003944,0.038037,-0.034496,-0.045593,0.015375,0.011083,-0.008115,0.023444,-0.01585,0.024689,0.0411,0.033527,0.012946,-0.051189,0.017107,0.043816,0.007679,0.018578,0.031575,0.037764,-0.020708,0.003556,0.005972,0.000266,-0.010965,0.016425,0.017,0.011114,-0.0086,0.008258,0.112075,0.00709,0.028605,-0.006678,0.014388,0.019339,0.033236,0.046908,0.006122,-0.033124,-0.005865,-0.021673,-0.007404,0.013125,-0.005037,0.01065,-0.026915,-0.021626,-0.03716,-0.004159,0.132649,-0.007832,-0.011116,-0.023977,0.026788,0.007958,-0.021049,-0.007547,-0.016521,-0.006539,0.028516,-0.013594,-0.031224,-0.024127,-0.011452,0.033196,-0.035511,-0.042459,0.017433,0.024605,0.029473,-0.025917,-0.007478,-0.015405,0.02156,0.042041,-0.020787,0.012515,0.001088,0.045069,0.014595,0.012764,0.02474,-0.03674,-0.020436,0.000806,0.014366,-0.021599,0.021674,-0.02721,0.042551,0.003083,-0.008116,-0.029037,0.014006,-0.054867,-0.007682,0.028866,0.003702,0.01528,0.027549,-0.006929,0.007446,0.01509,-0.012895,-0.00971,-0.023166,-0.026266,0.005528,-0.007193,0.740468,-0.019904,0.009162,-0.022294,0.012454,0.021808,-0.018101,-0.027163,0.035171,0.006746,-0.022038,-0.007463,0.026905,0.042212,0.02296,0.014129,0.052883,-0.045961,0.012635,-0.023495,-0.017673,-0.042216,0.035401,0.036634,-0.01618,0.054423,0.043444,-0.033174,0.013715,0.029451,-0.012508,-0.015289,-0.032078,-0.018148,0.001054,0.010674,-0.001068,0.0207,0.040146,-0.072227,0.016664,0.007788,0.05206,-0.002244,-0.006066,-0.013651,-0.00052,-0.015254,-0.015178,-0.00234,0.031077,-0.034324,0.011707,0.048444,0.015615,-0.019385,0.009492,-0.025291,-0.033169,0.02189,0.01599,-0.000013,-0.023941,0.065288,0.039753,0.065832,-0.009321,0.004537,0.036401,0.028225,0.025992,-0.086427,0.030013,0.029664,0.017821,-0.004995,0.023355,-0.012446,0.007704,-0.012881,-0.01154,-0.059626,0.026546,0.014701,-0.005403,0.010201,-0.045967,-0.000456,0.023795,-0.010015,-0.042002,0.007068,-0.010747,-0.02191,0.012075,0.016315,0.00195,0.045239,0.025207,-0.006757,0.034405,0.029614,0.003274,0.015637,-0.056177,-0.009688,0.016078,-0.001876,0.007353,0.042004,0.032928,0.008837,-0.004023,-0.020753,0.009545,0.001225,0.012738,0.021963,0.002563,0.018043,0.023404,-0.018564,-0.008644,-0.009887,0.025704,-0.041382,-0.036359,0.024718,0.019407,-0.012859,-0.016317,0.002389,-0.017857,0.000166,-0.01514,-0.01698,0.006488,0.021026,0.036231,0.051964,0.003095,0.021443,0.014414,0.033524,-0.004933,0.020276,0.032235,0.022242,-0.007567,-0.019886,-0.009867,0.154223,0.019373,0.010563,-0.004608,0.003043,0.009478,-0.010449,-0.019719,-0.019553,0.03351,0.004982,-0.001531,0.009888,-0.023758,0.012964,0.07047,0.004435,0.005048,-0.014554,-0.013849,-0.000313,0.019139,-0.195561,0.000023,-0.032507,0.031101,0.007703,-0.000681,-0.000403,-0.018919,-0.00429,-0.027368,-0.015847,-0.033871,-0.017838,0.004084,0.012123,-0.039796,0.042617,0.011515,0.002975,-0.002648,0.032038,0.0851,-0.011552,0.0813,0.017524,-0.005411,0.013859,-0.010577,0.003151,-0.009115,0.012644,0.03798,0.013974,-0.0186,-0.002216,0.014606,-0.008292,0.044724,-0.027761,0.007597,0.019999,0.017019,-0.035088,0.003054,-0.012349,-0.005501,0.011008,0.005013,-0.009459,0.010539,0.01154,-0.00283,-0.015133,-0.014515,0.031584,0.012779,-0.015101,-0.021405,-0.040866,0.026187,0.004221,0.021188,0.007905,0.005644,-0.051657,-0.003334,-0.015594,-0.041209,0.001962,0.015137,0.019752,-0.012396,0.016634,0.030835,0.047511,0.12099,0.0182,0.008166,-0.004767,0.026967,-0.008047,0.01681,0.004873,-0.028386,-0.0338,-0.006361,0.034209,0.00868,0.024697,-0.005726,-0.038278,0.029255,0.008644,-0.016273,-0.048525,0.01694,0.037804,0.011958,0.013218,0.0148,-0.008287,0.003272,0.009801,0.014549,0.005809,0.016029,0.022532,0.023412,0.004036,-0.0046,-0.025867,0.025636,-0.00729,0.020412,-0.013244,0.032542,-0.018115,-0.015582,-0.023147,0.04539,0.002214,-0.037343,-0.018401,0.015434,-0.028223,0.006601,-0.024366,0.003076,-0.046335,0.030623,0.005088,0.002648,0.010571,-0.008338,-0.018241,0.007225,0.03049,-0.036884,-0.024962,0.028597,-0.016288,-0.080291,0.018295,0.000462,-0.013132,0.027417,0.032768,0.001552,-0.072004,0.026914,-0.006534,0.030719,0.026201,0.003479,-0.010981,0.003637,-0.013292,0.027909,0.043073,-0.007723,0.020335,-0.016137,-0.00918,-0.016806,-0.007924,0.022585,-0.022105,-0.012315,-0.020051,0.016683,0.013763,0.009081,-0.01078,-0.006638,-0.012003,0.037462,0.011305,0.041617,-0.02037,-0.014627,0.003566,0.020921,-0.007988,-0.013798,0.005242,-0.030925,0.028852,-0.021558,-0.013691,-0.037448,-0.002446,-0.004964,0.01835,0.015156,0.123545,0.023024,-0.029291,0.038649,-0.014458,-0.008639,-0.020177,0.010267,0.013213,0.000464,-0.027698,-0.025512,-0.012886,-0.046609,-0.010887,-0.018682,-0.02991,0.004544,-0.024523,-0.005075,-0.015977,-0.009714,0.00754,0.017923,0.005301,0.018404,0.004642,-0.013773,-0.020012,-0.045012,-0.002241,0.006782,0.047046,-0.021441,0.007109,-0.012558,0.020079,-0.021891,-0.047004,-0.004401,0.003952,-0.002076,-0.005246,-0.018814,-0.009766,0.03035,0.043053,0.016019,-0.033814,0.025411,0.021936,-0.005131,-0.012817,-0.012848,0.033951,0.005274,-0.031835,0.009535,-0.018341,-0.036242,0.027657,-0.006138,0.000347,0.010909,0.012984,0.110949,0.011338,0.006116,0.005054,-0.008465,0.015907,0.030251,0.003137,-0.039336,-0.005711,-0.008026,-0.027652,-0.020806,0.02762,0.041484,-0.003814,-0.003068,-0.028585,-0.010841,-0.0343,0.147209,0.024948,-0.003985,-0.026852,0.003323,-0.007728,0.008917,0.014903,-0.000178,0.00638,0.033349,0.026078,-0.006056,-0.018002,-0.004035,0.016891,-0.01213,-0.011846,0.008633,-0.009969,0.002086,-0.023644,0.004254,-0.026438,0.011607,0.027982,0.002356,-0.000253,-0.006855,0.062678,0.01664,-0.007326,0.014219,-0.028365,0.013041,0.001212,0.021676,-0.0107,0.032028,-0.02471,0.040518,0.013626,0.001389,-0.017647,-0.000532,-0.043718,-0.008753,0.031133,0.001584,0.02097,-0.018509,-0.028251,0.001072,0.00828,-0.015269,-0.025096,-0.007349,-0.023898,0.002194,0.017081,0.766544,-0.01533,0.013336,-0.006418,0.017346,-0.015823,0.016576,-0.033877,0.026871,-0.015408,0.008348,-0.011949,0.004646,0.037645,0.020544,-0.017265,0.02997,0.012041,0.032117,-0.042086,-0.014996,-0.029217,0.049216,0.04168,0.029786,0.085486,0.019625,-0.014162,0.008636,0.02341,-0.013738,-0.013113,-0.044122,-0.000098,-0.003379,0.021682,-0.022333,0.019459,0.004752,-0.085441,-0.011573,-0.00982,0.014825,-0.013926,0.020753,-0.020695,0.019322,0.011754,0.011473,0.006827,0.029068,-0.011637,0.021077,0.057811,-0.001587,-0.009602,0.007114,-0.029551,-0.000269,0.013972,-0.014926,-0.007698,-0.015934,0.060738,0.023645,0.068788,-0.00253,0.000011,0.022748,0.02728,0.049815,-0.076586,0.031109,-0.009428,-0.044368,0.015276,0.025348,-0.08084,0.003855,0.002058,0.044399,-0.056987,0.039678,-0.018617,0.012802,0.012002,-0.04887,0.013773,0.028105,-0.028067,-0.08271,0.020731,-0.011336,0.013633,0.013918,-0.011021,-0.014429,-0.001605,0.018346,-0.021415,0.051061,-0.03338,-0.010207,0.018573,-0.016887,0.003425,-0.003073,-0.020862,0.020368,0.068922,0.007846,-0.02305,0.021654,0.002913,-0.008232,-0.028505,0.021987,-0.001593,0.013463,-0.002445,0.028663,0.002467,-0.020066,-0.000238,0.026651,-0.021042,-0.013801,0.030866,0.053822,-0.014292,0.029606,0.017879,-0.002175,0.001622,-0.010341,-0.050905,-0.004238,0.001742,0.040892,0.00892,0.024554,0.038596,-0.003149,0.006681,0.065103,0.021843,0.009083,0.030695,-0.021078,-0.002917,0.010844,0.157006,-0.005613,0.008314,-0.003812,0.005196,0.021666,-0.019595,-0.013183,-0.001666,0.035146,0.005204,0.027296,-0.01401,-0.02111,0.00022,0.093097,-0.01615,-0.016513,-0.063582,-0.032792,0.014386,0.007919,-0.063166,-0.017655,-0.0445,0.026079,-0.005721,0.033444,-0.005234,-0.026542,-0.002582,-0.031588,-0.019507,-0.022368,-0.014926,-0.040981,0.028938,-0.019745,0.050118,0.013943,0.000188,-0.004841,0.040014,0.058147,-0.007466,0.099657,0.024539,0.021679,-0.020318,0.011166,0.007482,0.058092,0.018897,0.040353,-0.00317,-0.023187,0.001132,-0.001938,-0.059266,-0.004522,-0.010112,0.015899,-0.00224,0.000666,-0.039245,0.023885,-0.017095,-0.018952,0.018938,-0.034166,-0.04414,-0.001401,0.001822,0.007799,0.019092,0.017595,0.027765,-0.014776,0.012761,-0.026209,-0.038461,0.039376,-0.00143,0.001036,0.023558,0.01261,-0.033734,0.009999,-0.00541,0.01307,0.004306,0.007737,0.046313,-0.037375,0.001353,-0.029348,0.042224,0.134174,-0.011025,0.030447,0.05147,0.035245,-0.009791,-0.014363,-0.038076,0.003682,0.024356,-0.01154,0.001457,-0.025376,-0.014282,-0.036347,-0.04194,0.082088,0.006967,0.013102,-0.037448,0.029929,0.00312,-0.006263,0.003912,0.017545,0.003534,0.005078,0.050535,0.021787,0.008566,0.022946,0.021141,-0.006644,-0.013756,0.027431,-0.014349,0.008145,0.010086,-0.017444,0.000509,0.007294,-0.008387,-0.013271,-0.037178,0.010536,-0.026073,-0.076793,0.001149,0.038541,0.001584,0.009157,-0.026488,0.018295,-0.024246,-0.013728,0.034238,0.000907,-0.030116,-0.0354,0.016735,0.019111,0.007682,-0.030882,-0.0211,0.007203,0.000254,-0.024359,0.005943,-0.002084,-0.001501,0.042405,0.006723,-0.03483,-0.032249,0.013814,0.015761,-0.020798,0.032324,-0.021892,0.00823,-0.015018,0.036502,0.040614,0.008816,-0.018403,-0.000846,0.033243,0.011459,0.021762,-0.01449,0.024555,-0.033117,-0.002238,-0.032011,0.006966,0.006844,-0.00197,-0.032177,-0.015359,0.01316,0.034232,0.007775,-0.003511,0.016097,-0.005252,-0.016707,0.012286,-0.039194,-0.006516,-0.021331,0.006182,-0.007182,-0.002466,-0.012189,-0.017924,-0.01484,-0.015764,0.025121,0.020349,0.077497,0.044671,-0.003297,0.013547,0.017862,0.029713,-0.000869,0.036879,0.004269,0.022393,-0.025446,0.005376,-0.028392,-0.048598,-0.052069,-0.030211,-0.020582,0.020153,-0.016238,-0.007553,-0.015527,-0.03376,0.018358,0.00515,-0.021083,-0.018884,0.004104,-0.018319,-0.001804,-0.037561,-0.020964,-0.008796,-0.018196,-0.010819,0.008573,-0.006486,-0.003617,-0.011077,-0.045407,0.008691,0.013718,-0.002384,-0.001191,-0.015964,0.000869,0.028506,0.021048,0.00474,-0.002597,0.036684,0.04824,-0.018569,0.013935,-0.015845,0.001044,-0.026166,-0.02605,0.030605,-0.041845,0.011977,0.016969,0.005672,0.046319,-0.021926,0.033287,0.128926,0.01526,0.015104,0.003774,-0.019847,-0.00532,0.062007,0.023522,0.02387,-0.043005,0.006056,-0.022685,-0.049079,0.02009,0.032678,-0.053589,0.014571,-0.063308,0.02499,-0.006431,-0.013134,-0.008275,-0.029928,0.016185,0.021281,-0.022745,-0.035933,0.021273,0.034145,-0.010268,0.027075,0.011165,-0.009412,0.02074,0.013185,0.019143,-0.011503,0.001064,0.005687,0.013046,-0.015709,-0.021469,-0.007299,-0.034246,0.036661,-0.009728,-0.011256,0.010503,-0.00116,0.078362,0.010142,-0.029255,0.001602,-0.035907,0.021021,0.006422,-0.008746,-0.020818,0.018159,0.031525,0.025852,0.000444,0.013201,-0.028267,-0.001145,-0.038041,-0.038737,0.007941,-0.011891,0.004311,0.012032,0.00041,-0.012351,0.020206,-0.009166,0.007608,-0.022671,-0.008559,-0.007004,-0.004316,0.744426,0.004583,-0.028387,0.009162,0.008382,-0.026873,-0.019459,-0.025643,-0.036215,0.018749,0.01245,-0.02538,0.020523,0.0022,0.028461,0.000704,0.057881,-0.049707,0.017827,-0.009012,-0.039662,-0.011203,0.026968,-0.008802,-0.029781,0.060499,0.030443,-0.008257,0.009977,-0.007231,-0.039009,-0.040861,-0.029595,-0.081543,-0.025467,-0.013155,-0.009006,-0.012957,0.02494,-0.115999,0.01255,-0.028969,-0.001843,-0.029805,0.003545,-0.021987,0.038615,-0.015885,-0.000402,-0.032729,0.021917,-0.024036,0.007391,0.030745,0.004604,0.001,0.004299,-0.046867,-0.050131,0.036996,0.019346,-0.032026,0.0058,0.061934,0.044605,0.055314,0.01303,0.00886,0.048347,0.042267,0.038657,-0.078047,0.031285,-0.00567,-0.036251,0.006577,0.036522,-0.058714,-0.010095,-0.003795,0.035565,-0.083231,0.042051,0.009668,-0.013045,0.022557,-0.034076,-0.003935,0.046991,-0.025463,-0.060875,0.020003,-0.007538,-0.024664,0.01835,-0.005713,-0.018261,0.018321,0.003551,-0.004254,0.04544,-0.012996,0.005751,0.048839,-0.053231,-0.01275,0.011568,-0.001066,0.025771,0.062943,-0.004262,-0.064791,0.00269,0.00161,-0.014858,0.013125,0.01087,-0.001764,0.006925,-0.004222,0.017474,-0.011537,-0.01872,0.000888,0.042737,-0.019667,-0.032023,0.028535,0.022578,-0.015072,-0.001379,0.041132,-0.001218,-0.011873,-0.019929,-0.035867,-0.012729,-0.006389,0.027682,-0.001692,0.031872,0.022805,0.016844,0.008589,0.023558,0.021054,0.046583,0.040531,-0.021837,0.005981,0.003449,0.177724,-0.003996,0.010341,-0.003076,-0.012725,-0.003185,-0.00497,0.004665,-0.017918,0.051921,-0.001397,0.024479,-0.022082,-0.016799,-0.005055,0.083333,-0.002581,0.002414,-0.061931,-0.012082,-0.005498,0.010075,-0.120685,-0.009399,-0.047035,0.015268,0.015346,0.028411,-0.00284,0.004614,0.002531,-0.022709,-0.023714,-0.003963,-0.039709,-0.030923,0.013087,-0.012192,0.049765,-0.002742,-0.016352,-0.028579,0.026523,0.080245,-0.016718,0.088863,-0.00702,0.017675,-0.009196,0.017518,0.009948,0.031142,0.041954,0.047616,0.018084,0.012702,-0.011049,0.019423,-0.053985,0.006089,-0.017552,0.006496,0.012476,0.01203,-0.048024,0.036258,-0.03431,-0.015993,0.018689,-0.034893,-0.040082,-0.017217,0.012784,0.012024,0.025055,0.001403,0.033921,-0.026588,0.015305,-0.005402,-0.041406,0.041232,0.01204,0.013665,0.020116,0.005173,-0.036897,-0.008247,0.007575,0.007225,0.004436,0.000844,0.034149,-0.04049,0.030981,-0.023068,0.026612,0.133797,-0.022985,0.035777,0.036679,0.057456,-0.005597,-0.022939,-0.014784,0.011201,-0.001127,0.010641,-0.005057,-0.015574,-0.005834,-0.036413,-0.037554,0.051225,-0.02136,-0.001624,-0.062203,0.023338,0.014946,-0.004652,0.012016,0.025071,-0.023214,0.008468,0.03669,0.023116,-0.005332,0.016135,0.031044,-0.012585,-0.013,0.016667,0.00288,0.022138,0.002235,0.012892,-0.007555,0.039135,-0.012209,0.007532,-0.028697,0.000146,-0.029152,-0.049618,0.002467,0.029342,-0.018006,0.006308,-0.021375,-0.020637,-0.018739,-0.022691,0.01676,-0.010568,-0.022444,-0.010672,0.02923,0.018723,-0.015311,-0.025029,-0.034485,0.04918,-0.009918,-0.076836,-0.011349,0.009977,-0.012113,0.022275,0.017283,-0.023292,-0.047128,0.002516,0.009578,-0.043363,0.013653,-0.000974,-0.000268,0.013042,0.039631,0.030586,0.036785,-0.007105,-0.017154,0.043776,0.030759,0.013196,-0.006563,0.047927,0.003243,0.017919,0.000297,0.002541,0.013602,0.003313,-0.033523,-0.019638,0.008052,0.019007,0.000939,-0.012079,0.010258,-0.019886,-0.000313,0.044859,-0.016052,-0.022894,0.000724,-0.005204,-0.000847,0.012299,-0.032212,-0.027145,0.010146,-0.015957,0.012134,0.001113,0.044381,0.046664,-0.019414,0.027005,0.008935,0.018902,0.009786,0.041645,0.021012,-0.009057,-0.006607,-0.012141,-0.014535,-0.045712,-0.064906,-0.028062,-0.032033,0.008167,-0.001588,0.012161,0.002694,-0.02843,0.040862,0.036742,-0.019618,-0.01507,0.000242,-0.033483,-0.002802,-0.018584,0.004914,-0.00894,0.012372,-0.00209,0.007679,0.001394,-0.011865,-0.021982,-0.061819,-0.014187,0.033762,0.018985,0.034615,-0.002759,-0.000724,0.037133,0.025624,-0.004175,-0.018901,0.022154,0.028819,-0.025693,0.011734,-0.028863,0.005141,-0.015274,-0.047734,0.003943,-0.04038,0.013034,0.020692,-0.021154,0.068847,0.003036,0.00936,0.121638,0.013043,-0.012216,0.00959,-0.034899,0.006208,0.055043,0.020355,0.020958,-0.040404,0.013276,-0.036899,-0.043118,0.042267,0.025308,-0.017681,-0.007571,-0.0307,0.014762,-0.011412,-0.003033,0.014004,-0.022947,0.007953,0.029763,0.002762,-0.032557,0.014542,0.046256,-0.032161,0.029398,-0.003897,-0.014181,0.023397,0.022915,0.015058,0.000332,0.015345,-0.011567,-0.004343,0.020044,-0.015601,0.004773,-0.027402,0.033566,0.010571,-0.017257,0.017174,0.002727,0.072294,0.030971,-0.035516,0.005523,-0.033007,0.018448,0.010684,-0.022262,-0.029396,0.000061,0.029111,0.009686,0.006245,0.016622,-0.023246,-0.011721,-0.058432,-0.054142,0.010328,-0.017144,-0.010989,0.011982,0.008598,0.013001,0.001805,-0.000756,0.003746,-0.027408,0.00404,-0.00305,-0.004108,0.745599,-0.029267,-0.020523,-0.010333,0.014276,-0.020093,-0.020643,-0.024593,-0.014556,0.015048,0.017631,-0.03113,0.009175,-0.001952,0.021368,-0.010117,0.05082,-0.041037,0.00721,-0.025192,-0.027938,-0.022843,0.036626,0.004751,-0.021009,0.058984,0.016705,-0.011795,-0.009499,-0.000269,-0.033074,-0.027446,-0.017205,-0.066713,-0.011119,-0.010941,-0.01647,0.012015,0.028735,-0.102009,0.011842,0.005736,0.016316,0.002146,0.009278,-0.02867,0.021207,-0.00795,0.007274,-0.00317,0.006402,-0.008697,0.017977,0.030532,-0.001607,-0.002373,-0.00113,-0.027712,-0.022128,0.029024,0.025437,-0.014513,0.019561,0.068398,0.040964,0.059543,0.015572,-0.004193,0.055414,0.03923,0.028975,-0.075778,0.055977,-0.000089,-0.035822,0.021926,0.050943,-0.052266,0.010754,0.001271,0.033471,-0.066612,0.028015,-0.003006,-0.0103,0.01453,-0.044302,0.009088,0.042811,-0.044949,-0.058734,0.035758,-0.002118,-0.0046,0.023719,-0.014365,0.001914,0.011661,-0.000563,0.008969,0.036364,-0.033889,0.001547,0.020642,-0.046673,-0.019733,0.016106,0.003443,0.012545,0.068845,0.002243,-0.019203,0.001145,-0.020284,-0.013266,-0.008289,0.010441,0.015033,-0.001648,0.003365,0.007945,-0.015082,-0.009402,0.000824,0.045836,-0.019773,-0.048765,0.003281,0.023684,-0.00766,-0.008133,0.023051,-0.009334,0.00924,-0.03066,-0.031438,-0.00032,-0.009734,0.033954,0.016514,0.026222,0.015105,0.004871,0.000002,0.01693,0.035086,0.02067,0.041876,-0.013783,0.003255,-0.00585,0.150023,-0.007356,0.007791,-0.004472,0.011965,0.020784,-0.011,-0.006046,-0.01386,0.043163,-0.007019,0.026946,-0.014311,-0.019113,0.015884,0.090916,-0.004192,0.003184,-0.048485,-0.019122,-0.007087,0.019234,-0.140051,0.006941,-0.036356,0.007502,0.003233,0.012555,-0.005873,-0.01599,0.0057,-0.028817,-0.026024,-0.006318,-0.020628,-0.032532,0.00841,-0.014677,0.034942,-0.00093,0.002583,-0.02666,0.054005,0.057913,-0.026529,0.096531,0.025867,0.021615,0.012819,0.03404,0.001207,0.034991,0.0367,0.019149,0.022356,-0.019509,-0.004959,0.017205,-0.032911,0.007741,-0.021021,0.003662,-0.000749,0.026794,-0.033851,0.029534,-0.01649,-0.02093,0.005277,-0.032612,-0.037278,-0.000123,0.018328,-0.004751,0.013117,0.003927,0.051006,-0.003224,0.00376,-0.031421,-0.035768,0.023553,0.008449,0.006822,0.024488,0.012884,-0.042205,-0.006113,0.006271,0.002395,0.014301,0.008539,0.039051,-0.031767,0.012997,-0.01224,0.04387,0.145018,-0.009628,0.03601,0.027483,0.040487,-0.000812,-0.008902,-0.022655,0.011136,-0.000621,-0.002365,0.000583,-0.008036,0.006182,-0.043564,-0.040088,0.06416,0.002432,0.020561,-0.038947,0.020002,0.019889,-0.011209,0.006246,0.022566,-0.006286,0.008121,0.023586,0.036958,-0.00493,-0.000677,0.043185,-0.006353,-0.000654,0.004059,0.007617,0.019011,0.01344,0.0166,-0.006302,0.042967,-0.022723,0.001457,-0.039058,0.00975,-0.022164,-0.063162,0.00217,0.027966,-0.002042,0.006248,-0.013796,0.014284,-0.03092,-0.021588,0.011332,-0.018635,-0.013012,-0.017829,0.005545,0.006559,-0.005773,-0.031761,-0.022721,0.023961,-0.01521,-0.076635,0.008994,0.018452,0.006585,0.02354,0.001356,-0.01182,-0.060208,0.021667,0.008326,-0.048463,-0.009164,-0.001433,0.022872,-0.016896,0.023609,0.029559,0.028736,-0.013822,0.012603,0.042923,0.010275,0.016773,-0.014657,0.050364,-0.019313,-0.005955,-0.021363,0.008851,0.008687,0.000829,-0.036789,-0.007782,0.014438,0.023593,0.00719,-0.021011,0.019421,-0.013047,0.018952,0.018207,-0.005856,-0.024527,-0.016505,-0.002877,-0.001817,0.02349,-0.030825,-0.032938,0.011246,-0.023777,0.00843,0.00112,0.055461,0.02815,-0.010597,0.01112,0.006917,0.017505,-0.020563,0.028088,0.017855,-0.011101,-0.018557,-0.004905,-0.021165,-0.051873,-0.02854,-0.033288,-0.016983,0.02136,-0.000293,-0.001758,-0.019985,-0.031227,0.022936,0.019549,-0.011876,-0.006846,0.002223,-0.039169,-0.006133,-0.04194,-0.000766,0.000955,0.024269,-0.011821,0.00726,0.004733,-0.007081,-0.00559,-0.055702,0.004785,-0.000794,0.014125,-0.002488,-0.028721,-0.004118,0.040157,0.037955,0.009995,0.0068,0.001765,0.025148,-0.024443,0.030194,-0.025404,-0.003188,-0.015135,-0.041692,0.040638,-0.049809,-0.003384,0.009411,-0.015319,0.043869,-0.001771,0.011338,0.117959,0.025638,0.007353,0.008296,-0.024951,0.007994,0.040898,0.03401,0.001134,-0.032624,-0.011751,-0.020585,-0.035182,0.030908,0.02064,-0.026106,0.004009,-0.030373,0.028011,0.002658,0.0135,-0.000465,-0.02143,0.003001,0.01538,-0.019804,-0.022939,0.009589,0.034824,-0.029847,0.015632,-0.005296,-0.031347,0.01973,0.010715,0.033877,-0.016795,0.003773,-0.01244,-0.006381,0.006334,-0.008946,0.012143,-0.049604,0.027824,-0.006351,-0.006676,0.007187,0.00455,0.075499,0.012168,-0.032902,0.016987,-0.041486,0.017365,0.002817,-0.001902,-0.018461,0.003416,0.031912,0.014052,0.001061,0.005721,-0.026553,0.004774,-0.065532,-0.042541,0.027915,-0.028009,0.000415,0.000104,-0.001134,0.002295,0.017784,-0.003733,0.024272,-0.029164,0.006282,0.01386,0.013066,0.76901,-0.021911,-0.001337,0.000421,0.014614,-0.020012,-0.032562,-0.017335,-0.015929,-0.006763,0.016686,-0.016778,0.031942,0.016522,0.031156,-0.005552,0.039637,-0.034681,0.010523,-0.016638,-0.033862,-0.022048,0.025268,0.020104,-0.035575,0.051715,0.018263,-0.002832,0.01435,0.010336,-0.02952,-0.033395,-0.010761,-0.043995,-0.020695,0.007808,-0.02788,0.008255,0.020282,-0.102827,0.019681,0.00081,0.022333,-0.010331,0.000134,-0.028934,0.040595,-0.002029,-0.001999,-0.025537,0.008651,-0.004825,0.026705,0.040399,-0.024372,-0.005669,-0.002861,-0.0461,-0.023661,0.013572,0.018454,-0.003058,0.00711,0.064613,0.028139,0.055747,0.012146,0.001718,0.045826,0.037678,0.031281,-0.072201,0.05258,0.010997,-0.039335,0.014824,0.03528,-0.054057,0.006075,-0.005869,0.022734,-0.074461,0.034285,0.002248,-0.015316,0.001742,-0.049472,-0.000664,0.025677,-0.03242,-0.056485,0.021207,0.001435,-0.019928,0.028217,-0.006685,-0.000107,0.023269,0.010525,-0.002751,0.035619,-0.017925,-0.007241,0.033286,-0.050829,-0.025441,0.022083,0.008353,0.005042,0.069303,0.019997,-0.007224,0.01021,-0.025267,-0.013464,-0.001368,0.019397,0.010824,0.013752,-0.003214,-0.001004,-0.01592,-0.011853,-0.010359,0.035906,-0.008972,-0.044122,0.000668,0.020056,-0.000095,-0.015013,0.02655,-0.00334,0.006496,-0.030715,-0.027604,-0.01175,-0.00661,0.030915,0.013243,0.009666,0.010649,-0.013625,0.012318,0.000003,0.027574,0.029208,0.029099,-0.007953,0.004331,-0.012403,0.148637,-0.003922,0.030842,-0.01244,0.014507,0.015116,-0.022386,-0.005544,-0.017677,0.026125,-0.011885,0.023437,-0.006946,-0.01287,0.001333,0.082277,0.007698,-0.005733,-0.039157,-0.018003,-0.016435,0.018485,-0.141717,0.003872,-0.029245,0.005102,0.008426,0.013198,-0.010546,-0.007014,0.004504,-0.030289,-0.014094,0.005114,-0.034017,-0.007961,-0.008012,-0.029337,0.035795,0.005754,0.003054,-0.021318,0.051314,0.087173,-0.036995,0.097349,0.03404,0.014645,0.003171,0.028367,0.005695,0.031443,0.027405,0.030619,0.018211,-0.006691,-0.014566,0.018532,-0.027279,0.013498,-0.009988,0.016917,0.014214,0.029172,-0.021166,0.028852,-0.024909,-0.020494,0.009693,-0.025002,-0.047228,0.00434,0.014592,-0.002934,0.022077,-0.002902,0.063239,-0.014224,-0.003284,-0.018551,-0.029405,0.031477,0.005223,0.010451,0.019253,-0.001974,-0.034468,0.002731,-0.003852,-0.004415,0.015875,0.003987,0.023048,-0.037316,0.012407,-0.002176,0.028541,0.142958,-0.003859,0.038378,0.017991,0.0391,0.005024,-0.014918,-0.0073,0.000911,-0.000814,-0.015393,-0.014596,-0.007442,0.024549,-0.036941,-0.046647,0.054722,0.002545,0.017696,-0.06684,0.007354,0.02752,-0.013474,0.004483,0.026418,-0.005794,0.005806,0.028111,0.042138,0.005607,-0.003849,0.040076,-0.011948,-0.003084,-0.002605,-0.009295,0.021215,0.013528,0.019415,-0.013823,0.052989,-0.023748,0.008225,-0.027869,0.015045,-0.011106,-0.057676,-0.001765,0.059312,-0.015602,0.001601,-0.015431,-0.003933,-0.035515,-0.023501,-0.005992,-0.002428,0.003561,-0.011474,0.006816,0.004386,-0.009961,-0.02932,-0.019498,0.034317,-0.039926,-0.097603,0.002144,0.007526,-0.008791,0.014312,-0.003941,-0.009871,-0.062729,0.008123,-0.00703,-0.023341,0.001474,0.000599,0.024895,-0.006423,0.019657,0.02931,0.041058,-0.023089,0.016926,0.024779,0.001086,0.012333,-0.022681,0.041222,-0.002052,0.007765,-0.015925,0.004631,0.011831,0.00764,-0.038464,-0.021003,0.01182,0.01408,0.019052,-0.006679,0.010841,-0.014436,0.025477,0.018274,-0.004364,-0.01633,-0.003451,-0.008567,0.01492,0.016682,-0.020762,-0.041918,0.019323,-0.028242,0.016187,0.010461,0.0597,0.035736,-0.019795,0.020298,0.008109,0.022601,-0.006741,0.028024,0.012691,-0.019448,-0.019662,-0.010409,-0.009882,-0.058822,-0.038002,-0.044278,-0.022074,0.002731,-0.002499,0.004081,-0.016998,-0.025792,0.029752,0.014691,-0.02187,-0.006493,0.009762,-0.035742,-0.011919,-0.024808,-0.00109,0.002366,0.026969,-0.007667,-0.006981,-0.010685,0.015337,-0.009914,-0.061466,-0.010766,0.013415,-0.004669,0.017659,-0.030413,-0.014392,0.049441,0.050806,0.022033,0.010574,0.01297,0.020244,-0.034469,0.01091,-0.02452,-0.007416,-0.011428,-0.034932,0.04794,-0.056443,0.018398,0.039783,-0.012084,0.042847,-0.000352,-0.000592,0.116945,0.0262,0.010624,0.009295,-0.026159,0.008153,0.039741,0.031171,-0.003332,-0.02722,-0.006237,-0.015434,-0.041052,0.040593,0.039511,-0.032232,-0.005743,-0.015105,0.036594,-0.017054,0.049752,0.010325,-0.033159,0.009175,0.000326,-0.000868,-0.010698,0.003586,0.044856,-0.029898,0.017497,0.010183,-0.02614,0.012997,0.009707,0.034548,-0.009687,0.005149,-0.025652,-0.018844,0.004036,0.00531,0.024833,-0.047221,0.02705,-0.011012,-0.015346,0.02024,-0.008954,0.072271,-0.000006,-0.029689,0.024087,-0.038505,0.022373,0.017786,0.005158,-0.017867,0.01153,0.028238,0.026424,0.009641,0.011716,-0.008504,0.003147,-0.072365,-0.040882,0.034259,-0.026053,-0.000707,-0.000199,-0.005079,-0.000941,0.00455,-0.009462,0.022413,-0.032031,-0.007393,0.035335,0.012578,0.759145,-0.012392,0.004216,-0.011303,0.011365,-0.014278,-0.02541,-0.010092,-0.011118,-0.003818,0.017066,-0.021521,0.027213,0.022998,0.029258,-0.015826,0.034166,-0.016006,0.012848,-0.031928,-0.02941,-0.019641,0.040168,0.019454,-0.034053,0.05753,0.024635,-0.015762,0.003622,0.020936,-0.025985,-0.037291,-0.010627,-0.037443,-0.016341,0.019578,-0.033173,0.016418,0.002927,-0.091011,0.004061,-0.004607,0.015223,-0.011656,0.012069,-0.024791,0.036028,0.009072,0.007163,-0.010218,0.014579,0.010233,0.035211,0.046541,-0.028383,-0.008998,-0.006776,-0.048555,-0.022492,0.007612,0.015799,-0.008358,0.004375,0.080707,0.027431,0.058381,0.007276,0.012409,0.038641,0.030482,0.071385,-0.095362,0.036353,0.030654,0.017529,0.004896,0.029652,-0.026911,0.014387,0.001293,0.025741,-0.053196,0.044356,0.023772,0.015134,0.012191,-0.051039,-0.02115,0.011992,-0.01867,-0.027439,0.02603,0.017659,-0.006157,0.030234,0.007164,-0.008018,0.031997,-0.008923,0.001741,0.002616,0.005058,-0.001366,-0.029972,-0.055293,0.009866,0.000582,0.034809,-0.030776,0.086532,0.001685,-0.03298,-0.022551,-0.023109,-0.00558,0.008702,0.018325,-0.009701,-0.001026,0.016824,-0.026177,0.004346,-0.006743,-0.00627,0.034876,-0.052039,-0.026315,0.034925,0.00144,-0.018487,-0.010894,-0.012102,-0.038932,-0.030571,-0.052808,-0.014179,-0.018127,-0.010948,0.031672,0.00884,-0.023371,0.020577,-0.002363,0.015227,0.01197,0.008736,0.014931,0.015179,-0.007751,0.002549,0.004193,0.103158,0.023319,-0.011897,0.01518,0.019559,-0.007314,0.033056,-0.014235,-0.002514,0.081736,0.020761,0.037821,0.021488,-0.00309,0.001017,0.051077,0.005286,0.034897,-0.001039,0.001944,0.010098,0.025839,-0.147692,0.031164,-0.03449,-0.017055,0.013671,-0.023382,-0.02427,-0.011753,-0.009889,-0.015638,-0.006763,-0.031793,-0.036275,-0.003436,0.022616,-0.016174,0.042897,-0.051349,-0.013359,-0.011397,0.056281,0.082622,-0.0398,0.03235,0.05382,0.042768,-0.003727,0.011976,0.018692,0.006569,-0.003614,0.016631,-0.013926,-0.056909,-0.004039,-0.02849,-0.026041,0.034783,-0.032436,-0.014917,0.050246,-0.008399,-0.035175,0.022858,-0.00163,-0.017609,0.007233,0.012983,-0.04224,0.015901,0.002348,0.006277,-0.034003,-0.030793,0.032239,0.009955,0.017138,-0.006208,0.008381,0.05174,0.024731,0.018377,0.00268,-0.029699,-0.022843,0.001673,0.004028,-0.046726,0.017113,0.016029,0.008505,0.006655,-0.006098,0.013948,0.001498,0.174105,0.026094,0.026816,-0.011066,0.02175,0.000436,0.032913,0.004039,-0.015507,-0.02816,-0.028676,-0.00497,0.034565,-0.000683,-0.023443,-0.036192,0.070211,0.027147,-0.016693,-0.066998,0.046831,0.050895,0.013834,-0.001107,-0.008021,-0.027963,-0.000631,0.015163,0.009719,0.001052,0.03099,0.042532,-0.024515,-0.010919,0.009588,0.016128,0.020828,-0.004488,-0.013261,0.011218,0.041685,-0.027056,-0.025895,-0.054573,0.025149,-0.0339,-0.042551,-0.023242,0.013969,-0.028362,0.038676,-0.011857,0.030906,-0.06387,0.017608,-0.005876,0.009733,-0.00919,0.002362,0.000119,-0.009249,-0.002375,-0.014681,-0.029944,0.051289,-0.022972,-0.078645,0.033572,0.019163,-0.002316,0.054266,0.039689,-0.015324,-0.056128,0.014658,-0.04524,0.063323,0.007735,-0.006005,-0.023494,0.019624,-0.005047,0.035199,-0.010812,-0.026282,-0.006299,-0.021399,0.014123,-0.017931,-0.019514,0.004917,-0.019426,-0.010344,-0.023201,0.001154,0.012928,0.033333,-0.013976,0.024168,-0.011847,0.01169,0.031663,0.007433,0.000142,-0.01429,0.014731,0.008538,-0.036169,-0.008981,0.001808,-0.000575,0.01501,-0.001152,-0.00988,-0.035681,0.022024,-0.006698,0.019771,-0.011402,0.119502,-0.005617,-0.04549,0.049637,0.017573,-0.016595,-0.037101,0.024056,-0.002703,0.00141,-0.036309,-0.019494,0.000436,-0.00146,-0.037545,0.023782,-0.017364,-0.009799,-0.039085,0.01889,0.01129,0.009563,0.013143,0.023844,0.014258,0.018278,0.000376,-0.008184,-0.04726,-0.048447,-0.018354,0.005164,0.04808,-0.040764,-0.017858,-0.024317,0.046438,-0.03002,-0.059147,0.009388,0.020701,0.011482,-0.000451,-0.018571,-0.001801,0.023045,0.036031,0.027846,-0.03601,0.016443,0.007888,-0.021491,0.004039,0.093142,0.034563,-0.031806,-0.014428,0.045336,-0.034768,-0.003343,-0.000777,-0.019755,0.022922,-0.001245,-0.008651,0.111981,0.001724,-0.021146,-0.004878,-0.022749,0.007589,-0.006398,0.057638,-0.001983,-0.010629,-0.002947,0.009182,-0.020158,0.04655,0.036145,0.00267,-0.000567,0.007011,0.006175,-0.018477,0.105244,-0.012734,-0.004182,-0.004768,0.019773,-0.006504,-0.011414,-0.017324,0.015454,-0.000944,0.01056,0.008185,-0.037668,-0.018376,0.001197,0.045319,-0.02119,-0.011972,-0.016099,0.054163,0.01576,-0.038035,0.017162,-0.030165,0.036883,0.007608,-0.014565,-0.009915,-0.003742,0.060988,0.006892,-0.023479,0.029669,0.000054,0.016035,0.000652,0.0122,-0.021629,-0.01094,0.003979,0.024661,0.010547,-0.00053,-0.028172,-0.007763,-0.020297,0.009646,0.031697,-0.015726,0.003915,-0.018004,-0.008455,0.036913,0.012702,-0.008549,-0.005902,-0.016937,-0.021552,0.02245,0.001478,0.736052,-0.021573,0.050836,-0.016896,0.016596,0.026114,0.007982,0.011164,0.020731,-0.013383,-0.021322,-0.017413,0.01638,0.053237,0.036876,-0.027637,0.031163,-0.013292,0.018722,-0.020824,-0.006475,-0.025818,0.048457,0.024738,0.010751,0.062875,0.025666,-0.009615,0.013824,-0.011273,-0.001788,-0.023826,-0.045278,-0.042008,-0.028738,0.026129,0.003702,0.030782,0.00958,-0.056961,-0.001662,0.015032,0.024327,-0.014393,0.00683,-0.006108,0.043836,0.014261,-0.007126,-0.000138,0.008611,-0.003369,-0.011322,0.044908,-0.02191,-0.024206,0.003387,-0.017647,0.002502,0.003211,-0.001089,-0.004962,-0.029461,0.037466,0.024415,0.029263,-0.004927,-0.01364,0.015356,0.036231,0.038226,-0.07644,0.032434,0.002678,-0.043186,0.018553,0.030077,-0.062314,-0.013766,0.002769,0.036443,-0.063025,0.027465,-0.002664,-0.003556,0.018936,-0.0402,0.000251,0.044891,-0.031745,-0.053979,0.022996,-0.017154,-0.00891,0.001318,-0.009603,-0.024532,0.021759,0.016238,-0.007423,0.047895,-0.022107,-0.009199,0.035543,-0.028323,-0.018009,0.00548,-0.00816,0.020819,0.074469,0.003528,-0.024211,0.006776,-0.012439,-0.005424,-0.003442,0.0055,-0.004106,0.00179,0.001669,0.019345,-0.013991,-0.007392,0.001252,0.032557,-0.016869,-0.032101,0.020253,0.032738,-0.017007,0.003124,0.022423,-0.001801,0.006283,-0.017518,-0.049772,-0.012485,-0.009753,0.043557,0.01121,0.025609,0.031594,0.00166,0.008175,0.053947,0.03402,0.00709,0.046364,-0.019005,-0.001217,0.015463,0.162495,0.004245,0.013132,-0.000278,-0.010031,0.01585,-0.008115,-0.002687,-0.010005,0.04116,0.014719,0.023795,-0.011302,-0.022857,0.006107,0.091339,-0.008409,-0.017468,-0.06137,-0.015976,-0.006345,0.009747,-0.09937,-0.002651,-0.045291,0.00562,0.01978,0.038245,-0.001613,-0.014998,-0.000133,-0.009683,-0.015686,-0.009248,-0.018948,-0.035606,0.025084,-0.029717,0.041707,-0.001369,-0.006153,-0.003493,0.028516,0.076224,-0.021161,0.084965,0.011177,0.023971,0.002536,0.020965,0.01449,0.042259,0.015177,0.03497,-0.003299,-0.01,0.001874,0.014325,-0.041442,0.007213,-0.00553,0.009519,-0.002671,0.008834,-0.035801,0.01944,-0.016381,-0.003041,0.018298,-0.025434,-0.053431,-0.007823,0.018474,-0.000672,0.023578,0.018949,0.03903,-0.018438,0.005137,-0.013579,-0.041593,0.033064,0.003409,0.00858,0.021374,0.017684,-0.043628,0.003438,-0.005212,-0.00454,0.004611,-0.004746,0.03731,-0.040602,0.01441,-0.014852,0.047303,0.159681,-0.018068,0.029353,0.02762,0.043396,-0.015113,-0.002292,-0.017066,0.006757,0.002554,0.00451,-0.000914,-0.004927,-0.022438,-0.03875,-0.020739,0.058168,-0.012873,0.010801,-0.045857,0.005047,0.004604,-0.012853,0.007935,0.018381,-0.010273,0.004016,0.038814,0.025765,-0.00193,0.012668,0.02232,-0.017175,-0.023448,0.016263,0.005749,0.017644,0.006543,0.012202,-0.004352,0.015793,-0.010291,-0.012957,-0.031542,0.009163,-0.015039,-0.053893,-0.002973,0.046057,-0.020127,0.016725,-0.026279,0.001494,-0.022598,-0.026984,0.019018,-0.002046,0.008138,-0.021527,0.011498,0.024486,-0.00072,-0.045752,-0.022015,0.035342,-0.018412,-0.047971,-0.002154,0.010619,-0.00163,0.015731,-0.003278,-0.031957,-0.061141,0.012003,0.014392,-0.025522,0.022543,0.008707,0.008602,0.00335,0.016323,0.032504,0.026302,-0.009389,0.003098,0.029571,0.024989,0.019866,0.001475,0.044047,-0.009104,-0.005389,-0.011403,0.008632,0.003995,0.013407,-0.029843,-0.013607,-0.000404,0.037063,0.011872,0.002828,0.013636,-0.004247,0.006131,0.028526,-0.025726,-0.01591,-0.008044,-0.002624,0.000708,-0.007483,-0.030048,-0.007284,0.006509,-0.014921,0.02068,0.006515,0.06208,0.01581,-0.001141,0.027677,0.010068,0.016004,-0.003869,0.038598,0.004275,0.001123,-0.006826,-0.003038,-0.029742,-0.048166,-0.042061,-0.018113,-0.012292,0.006517,-0.000734,-0.004495,-0.018757,-0.029282,0.023529,0.017435,-0.02862,0.001123,0.010819,-0.032115,-0.00943,-0.021352,-0.005145,-0.017482,0.010326,-0.009387,0.011855,0.003149,-0.017416,-0.028261,-0.047794,-0.004777,0.016754,0.005596,0.01707,-0.00715,0.000331,0.041822,0.026348,-0.013574,-0.025043,0.013755,0.035606,-0.02686,0.006422,-0.003851,0.020282,-0.012458,-0.033912,0.022136,-0.029883,0.023544,0.02613,-0.00152,0.04958,-0.017929,0.020157,0.124472,0.01724,-0.000456,0.007292,-0.034476,0.005734,0.052095,0.019833,0.024893,-0.03797,0.002066,-0.042099,-0.04284,0.028737,-0.001079,-0.027218,-0.004446,-0.046475,0.01374,-0.010978,0.025452,0.022187,-0.02307,0.006019,0.028401,-0.009782,-0.040293,0.018156,0.042111,-0.027079,0.014217,0.002495,-0.021756,0.020706,0.021962,0.018306,-0.013562,-0.007701,-0.003783,-0.004374,0.001268,-0.013648,0.004058,-0.03394,0.034697,0.014454,-0.009152,0.013121,-0.000545,0.07278,0.009089,-0.021583,-0.00118,-0.040268,0.016485,0.007299,-0.007359,-0.027779,0.022127,0.024149,0.016311,0.017705,0.011047,-0.04187,0.011298,-0.044046,-0.03217,0.008574,-0.009264,-0.005734,0.004318,-0.002635,0.003579,0.026191,-0.01131,0.003482,-0.024664,-0.005242,-0.002396,-0.00366,0.771559,-0.010157,-0.02205,0.012096,0.004046,-0.01106,-0.02826,-0.030345,-0.015642,0.008748,0.016124,-0.020549,0.019058,-0.003471,0.045781,-0.005771,0.034689,-0.032921,0.027381,-0.009394,-0.024876,-0.014942,0.029754,0.009192,-0.038963,0.07751,0.017552,-0.007372,-0.00513,-0.01607,-0.029642,-0.033438,-0.030279,-0.079821,-0.014434,-0.006987,-0.023508,0.010168,0.026166,-0.112046,-0.008056,-0.010846,-0.001711,-0.010888,0.004195,-0.031791,0.024897,-0.008834,0.001072,-0.022829,0.001463,-0.021519,0.020498,0.033584,0.010853,0.005437,0.000666,-0.032386,-0.029219,0.025468,0.027285,0.001025,0.010728,0.068533,0.04163,0.054983,0.006585,0.00681,0.033253,0.037283,0.029343,-0.079337,0.038135,-0.00112,-0.035355,0.029666,0.021295,-0.04608,-0.024781,0.000513,0.025621,-0.073276,0.030904,-0.002407,-0.012891,0.0314,-0.0346,-0.012963,0.032316,-0.013275,-0.048004,0.019628,-0.00684,-0.017023,0.011822,-0.013562,-0.017608,0.028627,0.016722,-0.014384,0.044947,-0.022959,-0.019725,0.026011,-0.060269,-0.032402,-0.000968,-0.013045,0.013201,0.077631,0.004742,-0.026288,0.007493,-0.010122,-0.014718,-0.005041,0.008155,-0.003724,-0.001241,-0.009406,0.003515,-0.008537,0.008468,0.00503,0.034636,-0.031855,-0.03588,0.01958,0.014245,-0.011014,0.004743,0.025261,-0.008921,-0.000708,-0.028794,-0.032416,-0.006652,0.007063,0.046098,0.002394,0.018704,0.037131,0.012911,0.017782,0.05297,0.039652,0.011193,0.045313,-0.01955,-0.008138,0.022391,0.155422,0.006148,0.033137,0.00539,-0.012806,0.018762,-0.016102,-0.019467,-0.013775,0.049932,0.000749,0.027013,-0.016329,-0.015268,0.003402,0.07051,0.003579,-0.010217,-0.045791,-0.011006,0.003213,0.005155,-0.13019,0.001526,-0.048569,0.009027,0.032376,0.032225,-0.001541,-0.014768,-0.001347,-0.012144,-0.018099,0.008067,-0.011089,-0.021814,0.040337,-0.024738,0.041337,0.006588,0.000801,-0.019946,0.029011,0.073033,-0.033448,0.078258,0.002914,0.018601,0.000682,0.033266,0.025346,0.037478,0.015675,0.044154,0.011599,0.000305,-0.006464,0.014333,-0.040972,0.008669,-0.013076,0.022294,0.015373,0.000676,-0.031815,0.027034,-0.017789,-0.001604,0.011731,-0.005138,-0.056515,-0.00138,0.029326,0.000199,0.025356,0.01998,0.042736,-0.014244,-0.010376,-0.001618,-0.032977,0.028253,-0.000996,0.004085,0.026577,-0.000701,-0.048451,0.005516,-0.006136,-0.017068,0.001035,-0.016664,0.049837,-0.040381,0.019256,-0.015839,0.030397,0.163081,-0.011462,0.034647,0.017686,0.036666,-0.010254,0.008295,-0.011575,-0.001984,-0.00636,0.003844,-0.004269,0.016594,-0.012314,-0.02781,-0.024873,0.065255,-0.013154,0.003137,-0.05965,0.014882,0.019368,-0.015789,0.013734,0.018727,0.000291,0.011853,0.026066,0.039237,-0.000688,0.013974,0.022265,-0.012575,-0.009995,0.004996,-0.007286,0.014873,0.012745,0.016744,-0.0045,0.026874,-0.000214,-0.019307,-0.039586,0.009464,-0.004557,-0.051227,-0.001043,0.043574,-0.035116,0.011249,-0.029982,0.003091,-0.042842,-0.018387,0.004597,0.000444,0.008627,0.000691,0.021296,0.021711,0.001545,-0.035375,-0.022984,0.045563,-0.024372,-0.06948,0.002201,0.008146,-0.006725,0.022219,0.016092,-0.026294,-0.088398,0.01639,-0.000576,-0.020265,0.024463,-0.003256,0.015321,0.019799,0.020631,0.018762,0.044677,-0.013367,-0.012953,0.035712,0.02338,0.008187,-0.004391,0.049168,0.006931,-0.008984,-0.000199,0.012493,0.006056,0.01158,-0.024688,-0.01578,0.012986,0.034466,0.018931,0.005241,0.021113,0.003126,-0.002205,0.030406,-0.005414,-0.008913,-0.014085,-0.012679,0.010541,-0.011262,-0.034206,-0.023979,0.007416,-0.024047,0.025537,0.005426,0.051746,0.006484,0.003203,0.029175,0.002562,0.007359,-0.013435,0.029504,0.009426,-0.017432,-0.001389,0.004827,-0.025411,-0.049454,-0.043192,-0.015599,-0.026811,-0.000171,0.006076,-0.005875,0.011493,-0.022608,0.024757,0.003786,-0.022008,0.013142,-0.011958,-0.036765,-0.006491,-0.03056,-0.006204,-0.027959,0.013703,-0.004984,-0.002863,0.004687,-0.001715,-0.035767,-0.057893,-0.024497,0.026727,0.000083,0.025974,-0.002537,0.005164,0.035017,0.047962,-0.006937,-0.019752,0.010505,0.024911,-0.017928,-0.00455,0.008404,0.023068,-0.009363,-0.029156,0.009382,-0.024771,0.023407,0.025398,-0.012289,0.04479,-0.003755,0.022595,0.120015,0.021438,-0.005471,0.001567,-0.033429,0.010054,0.047245,0.033981,0.022176,-0.028394,0.002078,-0.037581,-0.051705,0.051854,-0.004135,-0.016458,-0.017286,-0.04112,-0.004686,-0.004955,0.069988,0.030261,-0.034456,-0.008417,0.024702,-0.015512,-0.034598,0.01523,0.038341,-0.014449,0.007032,0.001985,-0.020609,0.010165,0.019179,0.009094,-0.01182,0.002689,0.002698,-0.004456,0.005876,-0.010839,0.009922,-0.0314,0.032155,0.014302,-0.026845,0.02841,-0.004229,0.059841,0.009622,-0.017506,0.003476,-0.040435,0.01536,0.020664,-0.009362,-0.01861,0.022955,0.022591,0.027433,0.024208,0.010471,-0.049251,0.022122,-0.070209,-0.036419,0.032303,0.001599,-0.026635,0.002389,0.013407,0.003393,0.025028,-0.00861,-0.001466,-0.021692,-0.006398,0.001701,-0.004012,0.751794,-0.013554,-0.023149,0.012066,0.002636,-0.002651,-0.025755,-0.035168,-0.001155,0.008293,-0.00147,-0.022274,0.021,-0.008737,0.046448,0.002952,0.039597,-0.044163,0.020627,-0.026221,-0.031535,-0.033485,0.053731,0.014332,-0.026232,0.077135,0.028577,-0.022978,-0.004059,-0.006943,-0.033359,-0.038804,-0.026974,-0.071125,-0.005503,-0.013117,-0.017111,0.024954,0.021212,-0.093314,-0.007605,-0.007061,0.021702,-0.013611,-0.010284,-0.027548,0.017503,-0.005974,-0.008439,-0.027802,-0.003366,-0.018813,0.014253,0.02051,0.007312,-0.00406,-0.004234,-0.026244,-0.007033,0.023221,0.031953,-0.011411,0.008611,0.082679,0.048803,0.069139,0.002492,0.007824,0.039201,0.038754,0.038925,-0.067852,0.033997,-0.000844,-0.003052,0.023942,-0.00637,-0.042627,-0.002964,-0.014189,0.015949,-0.077107,0.003964,0.009543,0.002071,0.004847,-0.037299,0.025016,0.002508,-0.01878,-0.064961,0.024857,0.003984,-0.043606,0.001176,-0.014863,0.017429,0.054204,0.018826,0.00239,0.023918,-0.009849,0.02765,0.032562,-0.031105,0.004529,0.022692,-0.01637,0.031954,0.059504,0.007148,-0.020714,-0.004791,-0.013221,-0.000291,-0.021374,0.010052,-0.00045,0.000844,0.002108,-0.011632,-0.023314,0.003364,-0.022009,0.010011,-0.036448,-0.063452,0.035548,0.032647,-0.021523,-0.005921,0.009765,-0.005604,-0.002538,-0.012322,-0.032079,-0.023579,-0.003299,0.035482,0.018266,-0.003175,0.014649,-0.002857,0.013565,0.044269,0.031829,-0.00763,0.016879,-0.002013,0.000716,0.041098,0.168158,0.03007,0.020196,-0.018233,-0.004891,-0.00293,-0.001557,-0.046362,-0.00641,0.036177,0.030918,0.032789,-0.005602,-0.02112,0.011227,0.062973,0.001646,-0.001876,-0.027725,-0.006852,-0.005871,0.006815,-0.167877,0.003965,-0.025954,-0.001179,0.006991,-0.00076,-0.010029,-0.006605,-0.007921,-0.007489,-0.005225,-0.002677,-0.054802,-0.021277,0.048118,-0.031615,0.036161,-0.016037,0.000969,-0.002938,0.021821,0.093074,-0.009571,0.102529,-0.001297,0.00036,0.007681,0.015787,0.040544,0.005318,-0.001013,0.038905,-0.02019,-0.044321,0.010968,0.014195,-0.035549,0.028495,-0.01747,0.023892,0.017368,0.006865,-0.00201,0.008884,-0.004782,-0.010871,-0.002818,-0.00478,-0.037161,-0.00513,0.012488,-0.041683,0.006514,0.006443,-0.000766,-0.023104,-0.002778,-0.006398,-0.044245,0.012694,-0.001632,0.015386,-0.006094,-0.00486,-0.03331,0.000514,-0.017068,-0.029046,0.017004,-0.004325,0.03444,-0.035496,0.011215,0.020126,0.044391,0.181477,0.001085,0.021086,0.024098,0.015901,-0.023425,0.005708,-0.004765,-0.02479,-0.025765,0.01014,-0.004542,0.026576,-0.015135,-0.016228,-0.01252,0.060621,0.002617,-0.004667,-0.06577,0.009052,0.004053,0.001261,-0.000085,0.022341,0.001889,-0.013509,0.023812,0.004939,0.018092,0.030207,0.008872,0.022607,-0.005099,0.011195,-0.034473,0.026202,-0.029644,0.001449,-0.03842,0.039804,-0.001727,-0.016984,-0.040853,0.012166,0.008661,-0.059726,-0.011604,0.029817,-0.041651,0.004521,-0.016822,-0.019031,-0.013972,0.005247,0.002776,0.037728,0.014869,-0.038158,0.014213,0.008212,0.000018,-0.022841,-0.001563,0.023324,-0.035801,-0.069268,0.013663,-0.015993,-0.003953,0.035943,0.018137,-0.022335,-0.108764,0.019291,0.006934,0.018361,0.016047,-0.028845,-0.002225,0.025372,0.004037,0.062277,0.042665,-0.02701,0.01008,0.010772,0.04806,0.014857,0.00407,0.042001,-0.0331,-0.007442,-0.000041,0.004821,0.010639,0.03774,-0.012621,0.007552,-0.005936,0.022844,0.010155,0.015634,0.009519,-0.004182,-0.011117,0.041762,-0.020724,-0.006353,-0.003725,-0.01556,0.009366,-0.013443,-0.022121,-0.012367,0.01533,0.003913,0.028592,0.009534,0.076649,0.023368,-0.01204,0.046748,0.021411,0.009038,-0.002612,0.063111,-0.00579,0.01483,-0.023525,0.006794,-0.024448,-0.028076,-0.030615,-0.005156,0.012198,-0.00589,0.019402,-0.000421,-0.016729,-0.020859,0.015787,0.020473,-0.005899,0.003215,0.003966,-0.015288,-0.018657,-0.029123,-0.009944,-0.008566,0.028974,-0.030111,-0.009877,-0.011734,0.028209,-0.050807,-0.048173,-0.02133,-0.002227,0.00219,0.050015,-0.02747,0.010366,0.046265,0.011195,0.006686,-0.028638,0.016762,0.032818,-0.013154,-0.015483,0.055032,0.027275,-0.021348,-0.011884,0.011402,-0.05685,0.015953,0.035894,0.006792,0.051081,0.003124,0.012316,0.115186,0.001345,0.013565,0.027434,-0.032491,0.008412,0.060649,0.035454,0.005043,-0.006291,-0.015341,-0.022474,-0.025421,0.02396,0.007856,0.003829,-0.001739,-0.027655,0.000262,-0.031267,0.076771,0.028297,-0.003351,-0.009864,0.024447,0.002419,-0.034479,0.00209,0.014312,-0.019024,0.033828,0.04456,-0.038398,0.01619,-0.01349,0.012628,-0.02396,0.002197,-0.007581,0.011233,0.02721,-0.02007,-0.01622,-0.028583,0.024632,0.021171,0.006903,0.022674,-0.006006,0.06346,0.003813,-0.018233,0.014365,-0.033937,-0.010035,0.030554,0.011466,-0.017292,0.043744,-0.023041,0.018764,0.021748,0.003651,-0.025668,0.024976,-0.042191,-0.027778,0.013655,0.007517,-0.011316,-0.02603,-0.010591,0.026711,0.009693,-0.008701,-0.008754,-0.02294,-0.01796,0.000889,0.018654,0.741014,-0.001368,0.024522,-0.014353,0.027656,0.00344,-0.003656,0.009969,0.002023,0.001444,0.011415,-0.020619,0.009757,-0.010885,0.034187,-0.019377,0.031654,-0.019468,0.030019,-0.023531,-0.026294,-0.01471,0.028113,0.020617,-0.003988,0.051748,0.014046,-0.033794,-0.020026,0.032469,-0.024964,-0.020637,-0.053545,-0.048163,-0.015151,0.000008,-0.022797,0.02908,0.03729,-0.090126,-0.00867,0.007901,0.028579,-0.011586,0.005785,-0.008028,0.021694,0.008441,-0.003978,-0.031838,0.002075,-0.01005,0.006626,0.028262,-0.015509,0.009653,-0.002246,-0.027266,-0.013662,-0.004629,0.023275,-0.016673,-0.026788,0.072772,0.03723,0.061017,-0.017322,0.025554,0.031081,0.012643,0.041901,-0.068794,0.027152,-0.005161,0.006649,0.030031,0.007437,-0.041967,0.006751,-0.002568,0.018423,-0.086889,-0.004791,0.004617,-0.000214,0.019603,-0.043298,0.031384,0.001886,-0.024798,-0.059652,0.026947,0.012067,-0.058422,0.001348,-0.010455,0.034718,0.064024,0.023631,0.008006,0.028262,-0.011942,0.025726,0.035402,-0.037261,0.004142,0.014799,-0.014949,0.030293,0.077881,0.009371,-0.019533,-0.008526,-0.001495,-0.004839,-0.029752,0.006927,-0.001686,0.006048,0.001012,-0.023127,-0.033329,0.013103,-0.016958,0.009622,-0.043947,-0.059604,0.031406,0.020614,-0.012014,-0.013779,0.010676,0.002629,0.007504,-0.002767,-0.027538,-0.020322,-0.003262,0.042059,0.0083,0.002276,0.007506,-0.002943,0.00693,0.046138,0.027662,-0.015813,0.020378,-0.004895,0.004414,0.037017,0.159401,0.015345,0.01073,-0.015721,0.004564,-0.002808,0.003667,-0.044756,-0.012226,0.037397,0.037691,0.029157,-0.009629,-0.024492,0.034301,0.067153,0.007547,0.00241,-0.035437,-0.007315,-0.006787,0.01408,-0.160119,-0.004921,-0.038085,-0.000363,0.003131,0.004264,-0.022087,-0.004055,-0.006989,-0.003542,-0.004401,-0.00533,-0.055868,-0.017887,0.060057,-0.019514,0.039598,0.003993,0.015549,-0.014789,0.021222,0.084144,-0.004757,0.091824,-0.00514,-0.006316,0.016353,0.017535,0.043351,0.002817,0.00269,0.049213,-0.019701,-0.048158,0.02142,0.020727,-0.030483,0.029394,-0.003733,0.017884,0.024938,0.001141,0.00886,0.004888,0.002071,-0.003248,-0.007874,-0.014482,-0.042853,0.000781,0.023429,-0.044856,0.01055,0.007456,0.002371,-0.028155,-0.00199,0.000586,-0.030206,0.02017,0.006159,0.017252,0.004198,0.003714,-0.036748,-0.008779,-0.018049,-0.027277,0.019599,-0.009969,0.042459,-0.042143,0.01506,0.027725,0.049944,0.176911,0.005302,0.009262,0.030581,0.007851,-0.024233,0.007427,-0.004795,-0.021907,-0.019462,0.005874,-0.009672,0.023524,-0.017039,-0.0179,-0.016805,0.061551,0.001906,-0.012036,-0.068411,0.00025,-0.002341,0.000131,-0.004406,0.035839,0.010488,-0.003678,0.036357,0.008858,0.01626,0.021634,0.006059,0.018714,-0.01697,0.00977,-0.025136,0.022257,-0.032424,0.010573,-0.040409,0.047742,0.00162,-0.020047,-0.036944,0.01534,0.000731,-0.054478,-0.016529,0.036197,-0.025958,0.003908,-0.009548,-0.020792,-0.020824,0.007524,-0.001589,0.028307,0.002207,-0.039226,0.017568,0.008952,-0.003514,-0.01759,0.003364,0.026107,-0.026885,-0.070506,0.016365,-0.015376,0.002833,0.019364,0.022589,-0.025588,-0.088476,0.017425,0.001519,-0.002051,0.012309,-0.031332,0.003757,0.019463,-0.002168,0.055909,0.030884,-0.029092,0.017088,0.017847,0.064489,0.019537,0.006419,0.052612,-0.038599,-0.009153,-0.002064,0.012702,0.013231,0.029791,-0.004918,0.022619,-0.007848,0.022901,0.017019,0.017745,0.006736,-0.010246,-0.016879,0.041219,-0.018861,-0.009121,-0.001591,-0.020723,0.011408,-0.013176,-0.009592,-0.01926,0.022206,0.005185,0.014936,0.00389,0.048406,0.033801,-0.010236,0.041275,0.023359,0.019774,-0.000069,0.054848,-0.00953,0.002584,-0.027219,0.015469,-0.012392,-0.033229,-0.039254,-0.003394,0.024887,-0.004748,0.034566,-0.010347,-0.024118,-0.026803,0.021042,0.026625,-0.010066,0.004967,0.001497,-0.009332,-0.018355,-0.030149,0.000041,-0.012106,0.025707,-0.040937,-0.008678,0.004662,0.028086,-0.062516,-0.031501,-0.014429,-0.00759,0.006774,0.047336,-0.031599,0.009122,0.040142,0.004143,0.006118,-0.028241,0.013593,0.037338,-0.015612,-0.002627,0.036668,0.024213,-0.017823,-0.015508,0.01534,-0.053127,0.016142,0.028368,0.003481,0.053278,-0.008503,0.021282,0.118249,-0.00223,0.014964,0.021997,-0.034606,0.004724,0.057743,0.039076,0.008713,-0.004727,-0.014405,-0.021822,-0.021945,0.013306,-0.016901,0.008303,-0.003794,-0.030604,0.00058,-0.028203,0.036201,0.030704,0.007871,-0.022862,0.026727,0.000945,-0.020335,0.003768,0.013153,-0.026364,0.026609,0.041284,-0.044767,0.023149,-0.015612,0.016792,-0.02827,0.011919,-0.020215,0.020563,0.027432,-0.012944,-0.020656,-0.031065,0.029633,0.012655,0.004969,0.023357,-0.01281,0.059657,0.006535,-0.006286,0.018973,-0.037844,-0.012827,0.029805,0.006912,-0.007743,0.024268,-0.010867,0.016733,0.022738,0.009298,-0.024853,0.037138,-0.036884,-0.033106,0.006369,0.004232,-0.01414,-0.023692,-0.012245,0.025522,0.005971,-0.002575,-0.005142,-0.021903,-0.021099,0.006781,0.019815,0.74297,0.000908,0.016412,-0.020183,0.027494,0.010603,0.001453,0.02289,0.001438,-0.005219,0.020177,-0.023917,0.009306,-0.00416,0.04134,-0.019067,0.03718,-0.032346,0.023864,-0.016168,-0.02771,-0.025576,0.030258,0.028632,-0.00317,0.041979,0.006117,-0.031703,-0.01303,0.032749,-0.019026,-0.014633,-0.041567,-0.044053,-0.007565,-0.001383,-0.018903,0.035488,0.0365,-0.096277,-0.013015,-0.002751,0.02795,-0.01364,0.006157,-0.01708,0.024544,0.000691,0.008015,-0.033199,-0.002504,-0.00416,0.005797,0.020567,-0.009279,0.010614,0.001418,-0.029745,-0.003999,-0.010902,0.029441,-0.011996,-0.032769,0.066469,0.035709,0.066936,-0.020791,0.027346,0.035952,0.010231,0.043333,-0.089021,0.03644,0.028273,0.007627,0.026113,0.010024,-0.048793,-0.016151,-0.026353,0.024464,-0.072799,0.03571,0.00346,-0.00631,0.03035,-0.047746,0.008689,0.028909,-0.026953,-0.040086,0.003577,0.005428,-0.036443,-0.014469,-0.000737,0.022493,0.045673,0.011397,-0.00531,0.015613,-0.008005,0.006611,0.02182,-0.039422,0.006146,0.004675,-0.002779,0.037222,0.043573,0.017037,-0.023758,-0.014785,-0.024706,0.000821,0.005977,-0.000157,0.002634,0.013946,-0.017112,-0.009817,-0.041034,0.015415,-0.021974,0.019334,-0.047262,-0.057244,0.042354,0.021386,-0.032153,-0.024354,0.016286,-0.003457,-0.022099,-0.026802,-0.03052,-0.014344,0.00496,0.029624,0.013748,-0.005072,0.024369,0.001095,0.016361,0.032341,0.015002,0.003897,0.024323,-0.014927,0.005046,0.035608,0.142189,0.011913,0.034756,-0.016449,0.002319,0.008277,-0.00414,-0.045365,-0.012334,0.043822,0.033061,0.057972,-0.007816,-0.01808,0.036418,0.067272,0.001186,0.011172,-0.017204,0.003781,-0.005612,0.008753,-0.15012,0.003298,-0.044175,-0.001116,-0.001325,-0.000963,-0.021195,-0.017689,-0.014642,-0.004142,-0.013846,-0.010353,-0.037651,0.000789,0.045963,-0.040943,0.03819,-0.008543,0.013184,-0.009507,0.048034,0.080679,-0.026193,0.052521,0.001522,-0.011262,0.028021,0.023293,0.03045,-0.009375,-0.003062,0.020419,0.011907,-0.022058,0.003396,0.021158,-0.033945,0.031047,-0.025063,0.017062,0.035849,0.00047,-0.023954,0.001812,-0.0094,0.001699,-0.009411,0.000024,-0.035893,-0.006012,0.01074,-0.015061,0.003083,-0.014889,0.017495,-0.016749,-0.009482,-0.003777,-0.025386,0.027159,-0.026365,0.017427,0.006715,-0.0024,-0.038489,-0.006511,-0.021779,-0.018945,0.025087,-0.000375,0.026372,-0.017749,0.003134,0.017163,0.03923,0.175108,0.005695,0.033704,0.001903,-0.001369,-0.004291,0.003275,-0.012035,-0.017903,-0.028565,0.002066,0.004482,0.030384,-0.005499,-0.020881,-0.004825,0.073224,0.010712,-0.000014,-0.079035,0.002887,0.012133,0.001832,0.013177,0.011403,-0.012666,-0.000912,0.018162,0.015572,0.035009,0.028861,0.01129,0.022505,-0.01719,-0.011241,-0.002018,0.023261,-0.005372,0.014246,-0.020837,0.042979,-0.004683,-0.038303,-0.037041,0.009306,0.009776,-0.076291,-0.019784,0.032886,-0.044787,0.013942,-0.029285,-0.000381,-0.020167,0.016491,0.024198,0.009119,0.012596,-0.02626,0.000485,-0.007325,0.011688,-0.024054,-0.033996,0.015564,-0.017877,-0.079499,0.021565,-0.004612,0.00279,0.02657,0.031582,-0.023863,-0.088842,0.017059,0.011947,0.032138,0.024475,-0.010122,0.001785,0.025849,-0.002489,0.049875,0.034469,-0.029005,0.011268,0.000734,0.026253,0.003098,0.009627,0.035363,-0.01899,-0.005145,-0.012077,0.022843,0.016321,0.034099,-0.014471,-0.009755,-0.01463,0.002912,0.015188,0.017156,0.008315,0.000659,0.020329,0.047695,-0.024794,-0.038974,0.001336,-0.020771,0.007627,-0.002983,-0.017496,-0.017441,0.013677,0.00763,0.030155,0.006128,0.062839,0.004155,-0.003754,0.033863,0.006946,0.003695,-0.001258,0.069938,-0.016959,0.003998,-0.0307,-0.008788,-0.022175,-0.049169,-0.020032,-0.010509,-0.019202,0.011029,-0.005867,-0.00006,-0.008678,-0.018602,0.031495,0.038767,0.00723,0.009968,0.01236,-0.023803,-0.04207,-0.036996,0.001485,-0.011499,0.025518,-0.010916,-0.016014,-0.02436,0.03166,-0.048661,-0.047845,-0.019539,0.007885,0.00834,0.05185,-0.026195,0.006484,0.015486,0.02042,0.015099,-0.018003,0.019876,0.005793,-0.016816,-0.000681,0.036993,0.021093,-0.001989,0.007807,0.013912,-0.039812,-0.000925,0.006858,0.003286,0.045205,-0.010113,0.01364,0.116475,-0.005893,0.012814,0.020863,-0.044173,0.016142,0.044811,0.025357,0.000549,-0.008384,0.010856,-0.033291,-0.004187,0.002623,-0.001485,0.002792,-0.032756,-0.038035,-0.016022,-0.025455,0.089189,0.021858,0.021511,-0.024931,0.019543,0.005291,-0.00326,0.007524,0.009057,-0.01983,0.026686,0.032751,-0.017236,-0.004375,0.017103,0.020812,-0.033852,0.01221,-0.017326,0.01482,0.01799,-0.02725,0.004194,-0.017089,0.030806,0.020076,-0.013756,0.015507,-0.006397,0.055057,0.001872,-0.002737,0.017509,-0.022148,-0.043276,0.021471,0.009437,-0.016478,0.030694,-0.012093,0.021556,0.01413,0.01327,-0.024335,0.020787,-0.060555,-0.008039,0.017924,-0.001044,-0.028002,-0.019256,-0.004145,0.033082,0.026225,-0.027426,-0.003695,-0.022861,-0.021978,0.010307,0.013024,0.753247,-0.005357,0.023304,-0.015208,0.033815,0.013155,0.000397,-0.004428,-0.003606,-0.010039,0.025625,-0.016913,-0.000393,0.015672,0.045372,-0.024188,0.028927,-0.023141,0.045528,-0.036611,-0.024722,-0.03346,0.026595,0.048475,-0.010986,0.07123,0.005823,-0.031535,-0.031467,0.022866,-0.008293,-0.015809,-0.052654,-0.042869,-0.033565,0.004992,-0.024105,0.032116,0.033891,-0.087426,-0.022451,0.015775,0.032315,-0.034484,-0.012547,-0.018922,0.040877,-0.005405,-0.00791,-0.026024,0.000752,-0.012351,-0.003209,0.035578,0.004244,-0.00556,0.00448,-0.01833,-0.014771,0.012779,0.016178,-0.015447,0.001955,0.0541,0.038358,0.053893,-0.020578,0.007716,0.013765,0.01598,0.048713,-0.092702,0.03349,0.021553,-0.012692,0.025666,0.006137,-0.033455,-0.008468,-0.01717,0.016932,-0.071741,0.045213,0.007773,0.003213,0.034608,-0.055935,0.001826,0.012133,-0.027929,-0.046196,0.000646,-0.000862,-0.035055,-0.011265,-0.002773,0.012866,0.051599,0.009679,0.000815,0.029552,0.008513,-0.01343,0.021542,-0.044421,-0.000325,0.012588,-0.002633,0.016111,0.03127,0.009014,-0.00574,-0.009877,-0.016964,-0.006074,-0.010525,0.004575,0.004976,0.024118,-0.02284,-0.016859,-0.047839,0.023817,-0.012674,0.012104,-0.062439,-0.046477,0.042646,0.036159,-0.042579,0.004193,0.018278,-0.006782,-0.013266,-0.044016,-0.029643,-0.00885,0.006754,0.02998,0.024776,-0.002223,0.03232,0.007397,0.008454,0.027462,0.018605,0.000761,0.03065,-0.02752,0.000143,0.028068,0.141703,0.00902,0.040844,-0.011666,0.003695,0.022211,-0.007383,-0.043949,-0.003463,0.03959,0.02833,0.054065,0.005833,-0.016463,0.017788,0.069594,0.01249,0.013889,-0.022388,0.014625,0.003735,0.008123,-0.12271,0.007849,-0.053243,-0.016491,-0.000279,0.000402,-0.022547,-0.00814,-0.018497,-0.008759,-0.011595,0.005721,-0.034581,-0.007768,0.064592,-0.036647,0.039788,-0.002021,0.01293,-0.016738,0.06294,0.085812,-0.020945,0.042262,0.011691,-0.015386,0.010155,0.023959,0.03068,-0.017747,-0.011782,0.03137,0.014025,-0.036812,0.02088,0.002355,-0.031891,0.025373,-0.025723,0.029509,0.042265,-0.001783,-0.016152,0.010002,0.000038,-0.00548,-0.001937,-0.006362,-0.03596,0.003781,0.004677,-0.012366,0.003743,-0.016352,0.024171,-0.016874,-0.005442,0.000939,-0.017021,0.02133,-0.016175,0.007845,0.000617,0.000368,-0.046008,-0.000711,-0.013417,-0.024132,0.021742,-0.003703,0.022305,0.007156,0.016601,0.016722,0.035349,0.159336,0.004682,0.027271,-0.003073,0.007535,-0.000407,0.01389,-0.010353,-0.035419,-0.025053,-0.010604,0.000991,0.040513,-0.003718,-0.018373,-0.007687,0.058452,0.017853,0.006059,-0.095216,0.001082,0.014377,-0.009839,0.014969,0.007582,-0.009327,-0.000994,0.019225,0.026339,0.032734,0.02869,0.005147,0.012243,-0.007419,-0.007421,-0.011484,0.026445,0.005393,0.00785,-0.017339,0.036638,-0.002129,-0.031097,-0.027567,0.023961,0.005331,-0.068307,-0.020638,0.039502,-0.034156,0.012023,-0.01501,-0.00483,-0.037233,0.019438,0.000011,0.015617,0.00366,-0.017785,0.002396,-0.011924,0.004604,-0.032278,-0.033828,0.014918,-0.033263,-0.073291,0.016394,0.001214,-0.006436,0.033486,0.035096,-0.02597,-0.110272,0.014259,0.010162,0.049148,0.016403,-0.027295,0.001539,0.027554,0.001777,0.044413,0.036232,-0.019416,-0.000874,-0.009681,0.006284,-0.006066,0.004028,0.022617,-0.009183,-0.001069,-0.004895,0.015437,0.010697,0.030975,-0.0129,-0.010648,0.005043,0.020888,0.015245,0.017798,0.008076,0.011831,0.018253,0.041605,-0.02199,-0.035319,0.008245,-0.032816,0.017964,-0.017317,-0.011173,-0.020395,-0.001263,-0.000233,0.019127,0.004864,0.071419,-0.00482,0.004245,0.045248,0.009286,0.007679,-0.014603,0.056461,-0.015506,-0.005903,-0.035136,-0.000571,-0.018554,-0.04492,-0.020991,-0.000966,-0.019769,0.000839,-0.012199,0.003309,-0.011537,-0.027305,0.023939,0.016731,0.012319,0.013704,0.009862,-0.023469,-0.028035,-0.040625,-0.007772,-0.016986,0.026029,0.000761,-0.0158,-0.021398,0.042998,-0.040552,-0.043327,-0.019699,0.009787,0.000458,0.033417,-0.032092,-0.00105,0.001225,0.022521,0.030969,-0.022105,0.020107,0.002151,-0.015476,-0.003871,0.060668,0.018493,-0.00566,0.011405,0.009532,-0.039057,0.005324,0.012747,0.000363,0.036761,-0.00286,0.02226,0.118612,0.002067,0.015477,0.025908,-0.028899,0.009135,0.026474,0.036761,-0.010585,-0.016624,0.001592,-0.023424,0.006376,0.024506,0.031921,0.000594,-0.02314,-0.038382,0.003726,-0.032711,0.100051,0.022642,0.005245,-0.029039,0.038027,0.006897,-0.010281,0.009562,0.014672,-0.018626,0.02644,0.039991,-0.013638,-0.005387,0.00736,0.009652,-0.02874,0.023333,-0.024796,0.018629,0.018429,-0.034755,-0.002463,-0.027055,0.026112,0.014268,-0.017534,0.014442,-0.012235,0.056402,0.003478,-0.013249,0.013611,-0.028059,-0.03166,0.03785,0.001915,-0.011852,0.027368,-0.012883,0.024703,0.008519,0.011308,-0.023759,0.033641,-0.061926,-0.01955,0.032461,-0.016033,-0.021045,-0.030182,0.001186,0.036443,0.040929,-0.023413,-0.009784,-0.018263,-0.016978,0.021038,0.017928,0.75445,-0.009278,0.023084,-0.002606,0.031425,0.009615,0.001886,-0.003674,-0.001062,0.001148,0.020893,-0.00494,-0.008794,0.016692,0.049824,-0.02237,0.015256,-0.028841,0.037224,-0.035767,-0.034226,-0.035565,0.032741,0.041773,-0.004573,0.07546,0.01151,-0.026327,-0.021371,0.019724,-0.008972,-0.007636,-0.049496,-0.040109,-0.023863,-0.004876,-0.019056,0.025374,0.015129,-0.083321,-0.025126,0.00726,0.023194,-0.039328,-0.017476,-0.014382,0.042279,-0.006285,-0.002498,-0.034981,-0.001798,-0.015037,-0.008586,0.025742,0.006778,-0.009912,0.001988,-0.023967,-0.011899,0.021572,0.011051,-0.019421,0.008144,0.056435,0.028747,0.051125,-0.009753,0.02459,0.022318,0.021271,0.036312,-0.088803,0.01039,-0.010543,0.026677,-0.003718,-0.002701,-0.019937,0.00803,-0.013735,-0.001377,-0.086747,-0.008084,0.012559,-0.014486,-0.011325,-0.023908,0.009263,0.000052,-0.017819,-0.05875,0.05385,0.003543,-0.038272,0.04267,-0.015736,0.012869,0.020458,0.018287,-0.008011,0.027022,-0.008344,0.017756,0.014745,-0.063124,0.000241,0.020294,-0.011451,0.011459,0.047777,0.002168,0.00309,-0.010828,-0.001248,-0.0055,-0.016716,0.034145,0.01028,0.006411,0.016672,0.00902,-0.017124,0.019255,-0.007029,0.017566,-0.03436,-0.051051,0.020777,0.035698,-0.003412,-0.000579,0.010061,-0.027759,0.01487,-0.001049,-0.033701,-0.010451,-0.001837,0.025939,-0.016751,0.01221,0.01227,-0.009329,0.018912,0.034323,0.022174,0.003725,0.024629,-0.012007,0.019506,0.050138,0.144972,-0.001329,-0.002895,0.000145,-0.019404,-0.022117,0.023728,-0.026638,-0.022365,0.040461,0.000011,0.018547,0.030702,0.004882,-0.003872,0.056898,0.010954,0.020876,-0.023543,-0.001979,0.010766,0.013804,-0.236685,-0.027315,-0.031428,0.023752,0.015747,-0.011226,0.017449,-0.027953,0.000763,-0.018664,-0.011763,-0.008719,-0.055287,-0.025845,0.003053,-0.022001,0.034299,-0.017628,-0.019393,0.012,0.03212,0.10068,-0.005843,0.138623,0.007205,0.007319,0.000757,0.022433,0.006146,0.008862,0.018646,0.029711,-0.003077,0.001404,-0.016062,0.012074,-0.044802,0.027871,-0.013613,0.020018,0.025932,-0.017856,0.003215,-0.011394,0.010366,-0.017514,0.01022,-0.004107,-0.022027,0.008583,0.013782,-0.030995,-0.001449,-0.002867,0.033393,-0.02163,-0.021142,0.008896,-0.037719,-0.013341,0.049541,0.014026,-0.030023,-0.016598,-0.020572,-0.019263,0.005796,-0.036691,0.023035,0.023568,0.013884,-0.033899,0.003723,0.03193,0.038427,0.156373,0.003199,0.019722,0.009198,0.007105,-0.022101,-0.007241,-0.013774,-0.015082,-0.025421,0.010291,-0.007714,0.009969,0.025768,-0.017756,-0.010593,0.06052,0.001291,-0.011851,-0.077149,0.022676,0.001305,-0.011286,0.000632,0.035168,-0.023239,-0.015891,0.021595,0.016553,0.01613,0.031259,0.011257,0.013112,-0.022953,0.006392,-0.014535,0.001056,-0.057596,0.013746,-0.023164,0.015424,-0.032889,0.007735,-0.014491,0.025221,-0.001898,-0.030401,-0.003426,0.010118,-0.009724,0.032746,0.017635,-0.013696,-0.011221,0.000896,0.007197,0.016296,0.00159,-0.036802,0.003603,-0.00114,0.003122,-0.027653,0.021801,0.009175,-0.038946,-0.123167,0.01337,0.006202,-0.016111,0.031397,0.025383,-0.012015,-0.052054,0.015014,-0.003434,-0.026556,0.025887,-0.006538,-0.013016,0.006416,-0.017724,0.039111,0.011172,-0.012977,0.018506,0.020475,0.03551,0.019158,0.001884,0.020607,-0.021,-0.009541,-0.01113,0.046045,0.000413,0.010832,-0.023038,0.011305,-0.020778,0.008944,0.019294,0.032451,0.002897,-0.000791,0.01863,0.024104,-0.008052,-0.013927,0.004751,-0.005843,0.002427,-0.022469,-0.008779,-0.013455,0.034221,-0.002913,0.016298,0.005898,0.071856,0.020475,-0.039819,0.017552,0.006866,0.010754,0.008735,0.064435,0.009482,-0.008235,0.008688,0.023033,-0.011407,-0.003706,-0.035826,-0.016809,-0.001667,-0.001258,-0.010558,-0.010878,-0.028694,-0.01208,-0.003873,0.01701,0.007678,-0.018697,0.01908,-0.03373,0.025959,-0.004121,-0.029717,-0.002241,0.017209,-0.02324,0.011563,0.01282,0.000695,-0.021555,-0.012918,0.002751,-0.016194,0.005686,0.025667,-0.029776,0.021524,0.06142,-0.004445,0.037133,-0.028198,0.028105,0.039467,-0.031438,-0.005663,-0.002004,0.040567,-0.005328,-0.036235,-0.002432,-0.030715,0.018447,0.024039,0.013541,0.000382,0.000401,-0.005331,0.104253,-0.008496,0.032385,0.02773,-0.017284,0.013063,0.066841,0.024352,-0.012121,0.004844,0.005236,-0.035445,-0.003964,0.017795,-0.018276,0.00036,-0.002671,-0.004985,0.007152,-0.044114,0.052534,0.029546,0.014072,-0.013952,0.014017,-0.003725,0.00347,0.00513,0.01395,0.01096,0.017549,0.064968,-0.028294,0.004502,-0.014367,0.02481,-0.007856,0.003306,0.00219,0.007425,0.029752,-0.032928,-0.00283,-0.010639,0.006926,0.009577,-0.021903,-0.001427,0.005515,0.054858,0.006239,-0.000498,0.032625,-0.022315,0.011414,0.037572,-0.01604,-0.009485,0.006666,-0.016807,0.016614,0.014831,-0.001321,-0.011616,-0.018246,-0.027868,-0.025009,0.01139,-0.008598,0.02147,-0.030392,0.001913,0.017337,0.011318,0.012629,-0.000219,0.00588,-0.0246,0.00986,-0.00357,0.759788,-0.005175,0.025997,-0.002242,0.005316,-0.006727,0.011301,-0.012902,-0.017401,-0.016393,0.017198,0.013414,0.010687,-0.002609,0.018668,-0.021029,0.006287,-0.032618,-0.000356,0.003094,-0.017346,-0.006601,0.012346,0.009824,0.009066,0.044826,0.002519,-0.016343,-0.013093,0.021917,-0.004092,0.007568,-0.044404,-0.005552,-0.011085,-0.007987,0.010484,-0.002401,0.044425,-0.081412,0.003575,0.001036,0.023626,0.016075,0.032549,-0.025309,0.027902,0.02365,0.006659,-0.018498,0.0037,0.003629,0.011578,0.039959,-0.009312,-0.001921,-0.001747,-0.019447,-0.016896,0.011745,0.01536,-0.014011,-0.009092,0.056059,0.035775,0.052345,0.008683,0.007109,-0.00043,0.033977,0.033622,-0.078291,0.029614,-0.000055,0.020799,0.010841,0.032003,-0.029003,-0.0083,0.001728,0.02304,-0.099689,-0.000045,-0.004859,-0.006399,0.013778,-0.058973,0.020123,0.012226,-0.022243,-0.055138,0.036136,0.002048,-0.044228,0.026318,-0.014866,0.042375,0.044584,0.029349,0.010026,0.034575,-0.019337,0.004367,0.029658,-0.076617,-0.003751,0.033788,-0.016302,0.018162,0.065349,-0.003718,-0.024197,-0.020797,0.00601,0.003672,-0.022658,0.009639,0.020228,0.002112,-0.003645,-0.043671,-0.021287,0.018417,-0.010355,0.017158,-0.044921,-0.045561,0.029457,0.021441,-0.007711,-0.015606,0.0276,-0.016408,0.016401,-0.02035,-0.03442,-0.010269,-0.000046,0.040552,-0.002835,0.013849,0.010453,0.006085,0.029473,0.037635,0.027333,0.01278,0.042988,-0.009934,0.010937,0.045151,0.123576,0.010692,-0.004216,-0.005785,0.002541,-0.007563,0.018236,-0.049887,-0.0074,0.050613,0.026456,0.025238,-0.014376,-0.025856,0.032444,0.060463,0.013083,0.029704,-0.022006,-0.0143,0.007362,0.025348,-0.193649,-0.017758,-0.046567,0.006167,0.005856,-0.010769,-0.027461,-0.005326,-0.001986,0.000798,-0.026762,-0.006297,-0.057491,-0.02922,0.021179,-0.010809,0.042432,0.000156,0.021226,-0.015553,-0.000581,0.079764,-0.006837,0.069238,0.00608,0.003604,0.006386,0.032098,0.024971,0.009175,0.016413,0.041066,-0.014971,-0.020242,0.012645,0.028927,-0.035093,0.029392,-0.005285,0.012552,0.031836,-0.009893,0.001433,-0.003275,0.021617,-0.021057,-0.006431,-0.003659,-0.040595,0.015181,0.015611,-0.042412,0.010574,0.007106,0.0191,-0.0339,-0.002326,-0.005952,-0.036132,0.01459,0.019846,0.008981,-0.011511,0.003107,-0.044712,-0.006289,-0.005539,-0.038205,0.028239,0.010478,0.034195,-0.017949,0.01174,0.029331,0.046606,0.167033,-0.004339,0.013367,0.022207,0.004818,-0.013158,0.01896,-0.011472,-0.01951,-0.031115,0.002607,-0.019054,0.027259,-0.001673,-0.029912,0.005706,0.062698,-0.003767,-0.018307,-0.081421,0.001609,0.013978,0.01094,0.004431,0.026107,0.013257,-0.002873,0.012914,0.011221,0.006204,0.024383,0.022569,0.008312,-0.026964,0.001941,-0.011836,0.031278,-0.027737,0.016334,-0.046215,0.045616,-0.030675,-0.009957,-0.036183,0.024433,-0.004578,-0.043708,-0.019034,0.017839,-0.029342,0.024377,0.017482,-0.028139,-0.031125,-0.002717,-0.001151,0.025215,0.010339,-0.031405,0.000919,0.012085,0.000359,-0.017551,0.020941,0.009063,-0.006898,-0.085607,0.027889,0.003002,-0.010001,0.033898,0.048728,-0.024141,-0.067164,0.030453,0.004982,-0.00449,0.026952,-0.019468,-0.009015,0.011905,-0.007446,0.062677,0.025538,-0.030072,0.010689,0.010278,0.055771,0.021222,0.006945,0.036505,-0.038412,-0.021074,-0.012717,0.006647,-0.011569,0.014992,-0.006068,0.023377,-0.007951,0.027027,0.019937,0.009211,0.009535,-0.014181,0.010822,0.045068,-0.03437,-0.020839,0.001117,-0.024025,0.003245,-0.01694,0.005844,-0.027122,0.034186,-0.015495,0.010621,0.0036,0.055334,0.009932,-0.025844,0.052245,0.01623,0.016737,-0.009397,0.055014,0.004491,-0.013969,-0.019892,0.016561,-0.014298,-0.019299,-0.042916,0.00701,0.002391,-0.006396,0.029777,-0.015801,-0.020763,-0.044437,0.026187,0.021487,-0.013677,0.000447,-0.003343,-0.017063,-0.005737,-0.028264,-0.026216,-0.010029,0.014794,-0.036961,-0.013098,0.003143,0.024324,-0.057288,-0.034182,-0.006269,-0.014793,0.013697,0.035811,-0.034196,0.016354,0.043649,-0.000155,0.029687,-0.035295,0.019825,0.038206,-0.028352,-0.011238,0.021262,0.028036,-0.01036,-0.024073,0.007597,-0.034556,-0.008257,0.019197,-0.002235,0.034216,-0.010432,0.026148,0.113794,0.008905,0.015473,0.027694,-0.035322,0.01447,0.061317,0.037709,-0.000228,-0.004253,-0.013662,-0.034429,-0.011187,0.03538,-0.017889,0.009948,-0.002701,-0.024873,-0.003115,-0.029977,0.073452,0.033108,0.013215,-0.018222,0.021354,-0.002281,-0.002809,0.014388,0.008204,-0.003275,0.029197,0.047987,-0.05545,0.009079,-0.017911,0.026134,-0.038342,0.018053,-0.002055,0.026712,0.023993,-0.004223,-0.003868,-0.023317,0.025205,0.019198,-0.010012,0.021245,-0.007075,0.065402,0.014336,-0.009932,0.036793,-0.024949,0.003434,0.030683,-0.007055,-0.014393,0.006208,-0.018908,0.024072,0.023052,0.011316,-0.014414,0.026326,-0.033629,-0.04207,0.015274,-0.00162,-0.009274,-0.033924,-0.011412,0.016594,0.005524,0.00094,-0.000043,0.009775,-0.014709,0.001223,-0.000178,0.741291,0.003543,0.019657,-0.022083,0.012881,0.014124,-0.011365,-0.009102,-0.009765,-0.022039,0.031221,-0.00543,0.003673,-0.004657,0.035942,-0.014188,0.022644,-0.041793,0.024707,-0.001405,-0.024205,-0.042853,0.028847,0.016148,0.004652,0.057245,0.010148,-0.033815,-0.004968,0.026527,-0.011065,0.002178,-0.028383,-0.038593,-0.002896,-0.018094,0.003131,0.020666,0.041205,-0.090267,-0.006482,-0.004988,0.030594,-0.004137,0.013189,-0.020854,0.023522,-0.001501,-0.008307,-0.030568,0.006133,-0.00459,0.004533,0.031036,-0.017507,0.000232,0.004072,-0.028924,-0.014997,0.011286,0.017294,-0.002169,-0.025492,0.064588,0.046962,0.063587,0.002282,0.011181,0.015654,0.024531,0.025382,-0.086255,0.02236,-0.008181,0.02412,0.005086,-0.001102,-0.018394,-0.00908,-0.011375,0.000725,-0.098414,-0.010808,0.005265,-0.000881,-0.013543,-0.029277,0.01875,0.007939,-0.015428,-0.061818,0.045065,0.010745,-0.043377,0.03662,-0.021128,0.044209,0.034782,0.021661,-0.015715,0.027433,0.011339,0.029796,0.008961,-0.071161,0.005296,0.003155,-0.032974,0.036395,0.047806,0.000433,-0.00477,-0.007565,0.003245,-0.003978,-0.012265,0.035062,0.015514,-0.005419,0.00949,0.009574,-0.008613,0.01054,-0.005097,0.014419,-0.051932,-0.082363,0.015899,0.028357,-0.021991,-0.011412,0.019465,-0.023105,0.002838,-0.006556,-0.031848,-0.020229,-0.016255,0.0265,-0.005257,0.005444,0.005316,0.014775,-0.001515,0.008068,0.030743,0.013974,0.0241,-0.006968,0.008887,0.056426,0.167911,0.005398,-0.01075,-0.018329,-0.001179,-0.035574,0.00512,-0.037852,-0.01085,0.049324,0.020614,0.034239,0.019762,-0.028326,0.01917,0.053241,0.017817,0.015578,-0.002836,-0.003551,0.000069,0.007295,-0.214813,-0.030178,-0.03389,0.013601,0.028034,-0.017906,0.006622,-0.004692,-0.011446,-0.015487,-0.018273,0.011649,-0.046301,-0.043192,0.002058,-0.008837,0.043534,-0.002019,-0.02756,0.006469,0.033027,0.098022,0.012143,0.126982,-0.006148,0.015751,0.013267,0.014232,0.012913,0.022751,0.02302,0.041011,-0.011371,-0.010602,-0.001845,0.004782,-0.0543,0.030454,-0.021648,0.015929,0.05222,0.003391,0.010852,0.001345,0.013234,-0.014393,-0.005996,0.005384,-0.034074,0.005375,0.010112,-0.04302,0.000619,-0.00084,0.018961,-0.022067,-0.020693,0.007036,-0.041515,0.00162,0.039931,0.009623,-0.024364,-0.000274,-0.02658,-0.023528,0.000537,-0.032715,0.02879,0.014064,0.028195,-0.032987,0.017397,0.023162,0.049801,0.131957,0.000058,0.025482,0.006822,0.000251,-0.013868,-0.011356,-0.002172,-0.005458,-0.041774,0.013541,-0.018903,0.020564,0.011632,-0.032011,-0.016982,0.048571,0.016551,-0.005455,-0.08022,0.027003,0.023176,-0.001535,-0.001887,0.034464,-0.021032,-0.005942,0.024616,0.008923,0.008114,0.021458,0.006872,-0.00707,-0.018223,0.014022,-0.010803,0.017797,-0.060731,-0.009341,-0.047778,0.018685,-0.017118,-0.00875,-0.041458,0.023487,0.01622,-0.031005,-0.000998,0.022363,-0.045691,0.020793,0.014857,-0.017828,-0.009532,0.013786,0.007458,0.011141,0.007777,-0.023804,0.022857,-0.011554,-0.005179,-0.0146,0.012571,0.00818,-0.012812,-0.128245,0.019297,-0.001847,-0.009017,0.050182,0.024514,0.010764,-0.06035,0.023425,-0.000577,-0.023375,0.029562,-0.025635,-0.02125,0.019189,-0.010624,0.056167,0.028058,-0.03211,0.01389,0.00703,0.022623,0.011975,-0.008273,0.021169,-0.022752,-0.022585,-0.002587,0.017099,0.020519,0.012178,-0.021954,0.011241,-0.012878,0.013612,0.020251,0.000531,-0.001083,-0.004289,0.004244,0.045968,-0.024929,-0.020095,0.009281,-0.035385,-0.006581,-0.017934,-0.004265,-0.020918,0.02421,-0.003578,0.04738,-0.004555,0.059093,0.022681,-0.041688,0.029702,0.019163,-0.003928,0.007833,0.101729,-0.000108,0.001306,-0.011725,0.007721,-0.030027,-0.00138,-0.035864,-0.022415,-0.022875,-0.005748,0.000489,0.001009,-0.025279,-0.026961,0.013825,0.02023,-0.005069,-0.008392,0.002382,-0.019509,-0.00884,-0.025062,-0.038458,0.028433,0.014751,-0.017394,-0.010284,0.024951,0.018504,-0.044534,-0.037069,-0.018781,-0.004252,-0.004314,0.047748,-0.019611,0.036387,0.055629,-0.006472,0.059005,-0.03142,0.015163,0.03228,-0.027825,-0.020978,-0.009872,0.036103,-0.026252,-0.048241,0.002395,-0.025763,0.02452,0.030847,0.011235,0.036443,0.00926,0.014069,0.106409,-0.001182,0.042224,0.025128,-0.037338,0.01303,0.076907,0.02715,0.000216,-0.005463,-0.008461,-0.022319,0.002104,0.031349,-0.008954,0.017875,-0.022595,-0.008808,-0.007339,-0.028576,0.053904,0.025222,-0.014376,-0.017386,0.027899,0.018686,-0.01426,-0.007736,0.012123,-0.002328,0.035231,0.046844,-0.051744,-0.003491,-0.011247,0.017287,-0.018292,0.013616,-0.01452,0.007637,0.031685,-0.014213,-0.00303,-0.019053,0.038948,0.025101,-0.023917,-0.007702,-0.003577,0.059195,0.00239,-0.014456,0.037062,-0.022208,-0.009772,0.046803,-0.005209,-0.015925,0.000359,-0.038895,0.02381,0.031752,0.000062,-0.00798,-0.004613,-0.062769,-0.029358,0.01929,0.001073,0.014617,-0.039637,0.01699,0.023536,-0.005758,0.004176,-0.001155,-0.006433,-0.023508,-0.009601,0.017979,0.719353,0.009114,0.027506,-0.024809,0.011258,-0.005762,0.015236,0.009192,-0.024277,-0.0254,-0.003119,0.012329,0.02612,0.004365,0.004224,-0.010559,0.013423,-0.024842,0.00228,0.004764,-0.019373,-0.024733,0.031467,0.02471,0.020919,0.037773,0.00186,-0.043692,-0.011256,0.030734,-0.022955,0.020884,-0.040697,-0.00696,-0.001085,-0.026469,0.01201,-0.00688,0.049126,-0.074354,0.000524,0.000098,0.011806,0.027394,0.028712,-0.029676,0.019525,0.026369,-0.014708,-0.030009,0.001218,0.01613,0.012446,0.033935,-0.019753,-0.00106,-0.002849,-0.02777,-0.01524,0.002525,0.014618,-0.010561,-0.030565,0.066461,0.045561,0.061782,-0.008985,0.013194,0.022034,0.030596,0.042526,-0.092034,0.041411,0.009817,0.018042,0.013493,0.024664,-0.016932,-0.00525,0.009341,-0.012973,-0.059455,-0.003544,-0.004161,-0.00061,0.033107,-0.021253,0.005489,0.034127,-0.013578,-0.044032,0.009528,-0.008545,-0.022402,-0.004942,0.002691,0.036073,0.059398,0.02399,-0.017155,0.035644,-0.002481,0.005704,0.024336,-0.074197,-0.012831,0.012408,-0.005902,0.018785,0.045933,0.017922,0.005011,-0.021415,-0.009417,0.010888,0.002256,0.011154,0.021403,0.006222,0.003362,-0.031808,-0.03026,0.015937,0.004507,0.003464,-0.065727,-0.044294,0.026428,0.010696,-0.023136,-0.008476,0.014246,-0.010188,0.00342,-0.009871,-0.018726,-0.004019,0.034468,0.047853,0.036289,-0.011952,0.015338,0.031533,0.050001,0.056546,0.014808,0.013525,0.038739,-0.011874,-0.013182,0.027463,0.138146,0.005781,0.018491,-0.022394,-0.000215,0.001625,0.006129,-0.014918,0.017318,0.046077,0.003424,0.032756,-0.015346,-0.019686,0.032479,0.061812,0.006015,0.022198,-0.019218,-0.000383,-0.017932,0.040078,-0.153358,0.00969,-0.033047,0.016824,0.016811,-0.00489,-0.026734,-0.016127,-0.0078,-0.010795,-0.011348,0.007302,-0.03449,0.000725,0.030442,-0.004741,0.050581,-0.022252,0.020373,0.000048,0.034646,0.074997,-0.005457,0.070511,0.007181,-0.00877,0.013784,0.026478,0.024092,0.000526,0.003354,0.037982,0.004169,-0.025275,0.019767,0.032551,-0.030524,0.024253,-0.011548,0.023647,0.035773,-0.004093,-0.025854,0.012593,-0.004963,-0.017672,-0.019351,0.011956,-0.034547,0.018772,0.034349,-0.031334,0.001055,-0.005035,0.021903,-0.015442,0.001621,0.01151,-0.032536,0.014474,-0.022944,-0.010169,0.00416,-0.000655,-0.037349,-0.000277,0.001429,-0.036835,0.008344,-0.001524,0.04626,-0.029068,0.016957,0.017892,0.032185,0.204848,-0.004984,0.015535,0.030457,0.003075,0.003476,0.040036,-0.004006,-0.021492,-0.005057,0.010249,-0.018348,0.010878,0.014061,-0.007994,-0.00024,0.086188,0.003785,-0.015101,-0.082139,0.021577,0.024267,0.003581,-0.002974,0.02191,0.01523,0.006645,0.00105,-0.006049,0.031008,0.020093,0.000886,0.00548,-0.008303,-0.000112,-0.030146,0.011677,-0.019531,0.005693,-0.036834,0.027938,-0.003211,-0.033055,-0.041148,0.022923,0.001561,-0.037176,-0.006008,0.02289,-0.009664,0.018319,-0.006122,-0.012628,-0.025541,0.027284,0.004705,0.016553,0.003694,-0.032667,0.005363,-0.013283,-0.00239,-0.019215,0.020429,0.022707,-0.021377,-0.050897,0.053228,0.007121,-0.018211,0.028065,0.04196,0.019314,-0.079655,0.020758,0.006788,0.040654,0.034588,-0.015298,-0.001661,0.03936,0.007869,0.042578,0.046874,-0.041508,0.01395,-0.016742,0.043959,0.014314,0.002364,0.037745,-0.028314,-0.018645,0.004997,0.000531,0.003856,0.025172,-0.02329,0.012068,-0.022055,0.023762,-0.003653,0.020734,-0.000024,-0.006965,-0.009715,0.053262,-0.015305,-0.030343,0.0046,-0.046998,0.006368,-0.02723,0.003992,-0.033285,0.022415,-0.016056,0.013544,0.005269,0.058522,0.004061,-0.005417,0.07559,0.002464,-0.009928,-0.003742,0.049624,-0.008042,-0.006527,-0.038494,-0.021356,-0.032319,-0.02041,-0.04634,-0.009702,-0.00151,-0.017367,0.016475,0.007733,0.006971,-0.040502,0.020867,0.020849,-0.013183,0.010972,-0.010406,-0.045919,-0.023548,-0.019421,-0.002257,-0.026555,0.024943,-0.019055,-0.014945,-0.010489,0.023184,-0.038423,-0.061521,-0.030075,0.014109,0.014203,0.03047,-0.029455,0.00304,0.041937,0.028058,0.006804,-0.013128,0.020257,0.013138,-0.003591,0.002451,0.037779,0.035696,-0.013448,0.005664,0.01421,-0.021467,-0.012417,0.02698,-0.004656,0.011764,-0.001371,0.022966,0.11645,0.008492,0.019643,0.017306,-0.015131,0.02212,0.058573,0.060233,-0.012391,-0.018662,-0.009347,-0.031066,-0.010006,0.023551,-0.023185,-0.005034,-0.019011,-0.024765,-0.01006,-0.030406,0.074272,0.018823,0.011063,-0.007752,0.038173,0.000855,0.028351,-0.000695,-0.007587,-0.005398,0.039994,0.03049,-0.018985,0.002708,-0.009183,0.029825,-0.032953,-0.006638,-0.021976,0.010424,0.019761,-0.005352,-0.0035,-0.023746,0.025296,0.026389,0.007378,0.013869,0.002876,0.085122,0.019611,0.004089,0.038044,-0.026433,-0.003639,0.037373,0.009082,-0.012154,0.029052,-0.018776,0.027751,-0.006235,-0.000524,-0.007662,0.04877,-0.037038,-0.008074,0.023751,-0.001179,0.014667,-0.018451,-0.026712,0.037364,0.026193,-0.021505,0.003957,0.00713,-0.017811,-0.00813,-0.003199,0.741646,-0.002976,-0.000523,-0.017075,0.017089,0.017464,0.001973,-0.005121,0.007737,-0.023345,0.030066,-0.007242,-0.002426,0.016401,0.040163,-0.004023,0.049746,-0.017736,0.029857,-0.025095,-0.009954,-0.052353,0.015237,0.034906,-0.011817,0.074586,0.046792,-0.015915,0.009779,0.024765,-0.024944,-0.001147,-0.045282,-0.034353,-0.006199,-0.016864,-0.014002,0.046583,0.029084,-0.077308,0.011822,0.002063,0.041421,-0.007218,-0.003794,-0.014373,0.020844,-0.021569,0.008199,-0.030742,0.033366,-0.02754,-0.021662,0.036185,0.000935,-0.006962,0.006437,-0.047201,-0.000489,0.009591,0.01152,-0.007693,-0.007774,0.05071,0.044628,0.049749,-0.002056,0.011661,-0.00332,0.014009,0.034963,-0.077556,0.034099,0.012431,0.004018,0.00712,0.02728,-0.043058,-0.016297,0.014166,0.016511,-0.074888,0.005591,-0.012983,0.007383,0.004273,-0.052988,0.012314,0.023168,-0.022027,-0.037709,0.024899,-0.004409,-0.049722,0.020266,-0.013301,0.018904,0.038819,0.024101,0.005163,0.024118,-0.031421,-0.008506,0.015935,-0.055938,0.009798,0.021883,-0.02743,0.019713,0.066233,-0.007795,-0.018441,-0.00509,0.009466,0.004725,-0.020446,0.007302,0.028883,0.00229,-0.010535,-0.018711,-0.033434,0.009603,0.002802,0.035083,-0.041395,-0.040261,0.027635,0.007323,0.000059,-0.014512,0.029438,-0.017136,0.002433,-0.027954,-0.028022,-0.006192,0.008428,0.05005,-0.001622,0.018836,0.016594,0.006195,0.017253,0.045922,0.028323,0.017215,0.050331,-0.013662,0.002599,0.036909,0.13252,0.012395,0.0071,0.002786,-0.014141,0.00622,0.012398,-0.017258,-0.005586,0.045407,0.017552,0.010751,-0.017893,-0.035038,0.021728,0.072867,0.009163,0.023503,-0.035362,-0.010832,0.007243,0.01202,-0.153762,-0.001541,-0.04643,0.009495,0.004722,-0.002684,-0.026625,0.010009,-0.000206,0.019843,-0.033545,0.010588,-0.044111,-0.03606,0.02495,-0.014767,0.035048,0.009894,0.004816,-0.011171,0.018187,0.076823,-0.030455,0.062502,0.00605,0.003085,0.009759,0.025495,0.021165,0.01008,0.017446,0.044438,-0.000577,0.002045,0.013472,0.038172,-0.057219,0.029976,-0.025796,0.005525,0.021515,0.015436,-0.011707,0.003983,0.014704,-0.006407,-0.00279,-0.007786,-0.06103,0.007792,0.011245,-0.039801,0.012685,-0.009439,0.016444,-0.024344,-0.010243,0.007241,-0.022643,0.027252,-0.007496,0.012692,0.011472,-0.016345,-0.049646,-0.001768,-0.032687,-0.021359,0.053125,0.007151,0.031208,-0.010497,0.013428,0.005198,0.047127,0.16383,-0.004662,0.031654,0.033345,0.004218,-0.026613,0.020126,0.014986,-0.017695,-0.048098,0.001885,-0.026517,0.021334,-0.011844,-0.035449,-0.004571,0.055055,0.005662,-0.005261,-0.077016,-0.006717,0.026538,0.019186,-0.006685,0.018905,0.021857,0.0023,0.013141,0.021293,0.018823,0.029961,0.029113,0.0058,-0.026831,-0.002708,-0.015104,0.035432,-0.016637,0.0011,-0.034998,0.048069,-0.035143,-0.010226,-0.042349,0.026239,0.002798,-0.030688,-0.012279,0.03004,-0.037104,0.013979,0.001989,-0.02162,-0.023511,-0.010497,0.011643,0.013364,0.00612,-0.010889,-0.013361,0.024502,-0.001834,-0.024275,0.016005,0.016003,0.019956,-0.058821,0.024076,0.012414,-0.013291,0.031695,0.025328,-0.017062,-0.052096,0.021265,-0.00156,0.007644,0.034539,-0.005661,0.005553,0.011036,-0.00339,0.033024,0.0098,-0.031319,-0.004523,-0.020883,0.05119,0.013682,0.011579,0.034089,-0.035139,-0.016381,-0.020759,0.012916,-0.005839,0.028303,-0.00631,0.015038,-0.002497,0.020778,0.019908,0.00554,0.01658,-0.026149,0.033851,0.042936,-0.013709,-0.023952,0.009534,-0.019786,0.005879,-0.021686,0.014894,-0.02168,0.020368,-0.018573,0.016426,-0.003637,0.040517,-0.015445,-0.030522,0.067438,0.009625,-0.003917,0.006892,0.062796,-0.013918,-0.005616,-0.036762,0.025309,-0.030806,-0.026889,-0.043255,-0.017623,-0.019432,-0.011824,0.012371,0.000575,-0.011202,-0.031229,0.011026,0.004057,0.002165,-0.017223,0.015362,-0.029452,-0.007722,-0.018343,-0.043025,-0.026149,0.002128,-0.021173,-0.023485,-0.025934,0.027653,-0.052068,-0.044164,-0.013189,-0.00419,0.01623,0.030313,-0.015029,-0.000512,0.044386,0.002822,0.0217,-0.039518,0.017501,0.009458,-0.024313,-0.014244,0.025904,0.034318,0.000477,-0.002206,0.0316,-0.023912,-0.016808,0.04864,0.001182,0.027935,-0.008309,0.020893,0.118284,-0.000972,0.015218,0.018778,-0.035481,0.01284,0.05089,0.028919,0.0004,-0.008084,-0.015043,-0.049246,-0.018062,0.031491,-0.02608,0.006892,-0.024637,-0.037568,0.01563,-0.019968,0.085341,0.014522,0.004985,-0.017585,0.024372,-0.003837,-0.016343,0.00952,0.022314,-0.003249,0.026559,0.045306,-0.037923,0.006009,0.000289,0.015927,-0.064491,0.009323,0.002927,0.012385,0.010096,0.014019,0.01447,-0.026741,0.02757,0.028266,-0.004383,0.015737,0.000499,0.076284,0.001839,-0.015632,0.037878,-0.022545,-0.000987,0.014616,0.006126,-0.016024,0.002722,-0.042927,0.036782,0.019664,0.014571,0.001251,0.015849,-0.030784,-0.026692,0.016301,0.014941,-0.029213,-0.015684,-0.013408,0.028599,0.013495,0.005927,0.018177,0.028677,-0.001386,-0.000683,-0.002822,0.752776,-0.017982,0.02781,-0.021118,0.016833,0.015464,-0.018602,-0.031565,-0.035224,-0.0286,0.045255,-0.007416,-0.002578,0.003185,0.03245,-0.009896,0.013897,-0.034125,0.046686,-0.004975,-0.004634,-0.032148,0.025501,0.029036,-0.002995,0.083089,-0.000444,-0.045709,-0.005397,0.013754,-0.017056,-0.005487,-0.028232,-0.050855,-0.000385,-0.01812,0.0126,0.020909,0.033889,-0.096979,-0.011076,-0.013303,0.027005,-0.016768,-0.000378,-0.02845,0.030742,-0.005377,-0.007565,-0.023325,0.023415,-0.019,-0.010454,0.036485,-0.002909,0.003767,0.003248,-0.03311,-0.030332,-0.003903,-0.00758,0.017151,0.008362,0.064113,0.033992,0.050415,0.012159,-0.006585,0.014021,0.033734,0.023944,-0.083356,0.039078,-0.00845,-0.039032,0.013919,0.045479,-0.051058,-0.003844,0.007022,0.040984,-0.073211,0.023549,-0.010737,-0.002054,0.016749,-0.036801,0.014695,0.040797,-0.043859,-0.054759,0.023218,-0.012419,0.001838,0.01168,-0.015658,-0.0173,0.012188,0.003356,0.003748,0.04126,-0.027025,-0.007787,0.025331,-0.043524,-0.024458,0.016211,-0.006501,0.019488,0.065836,-0.001798,-0.014256,0.000883,-0.019647,-0.000391,0.00128,0.001301,0.009732,-0.002235,-0.005422,0.016677,-0.006955,0.001651,-0.002539,0.029647,-0.025193,-0.039033,0.011959,0.026006,-0.005235,-0.003535,0.018672,-0.001171,0.001351,-0.025556,-0.038512,-0.014423,-0.008823,0.042132,0.009572,0.037221,0.023779,0.013166,0.008655,0.047714,0.048655,0.018443,0.040637,-0.016281,0.002531,0.00794,0.144154,0.004457,0.007484,0.002826,-0.011758,0.018329,-0.015575,-0.01204,-0.01738,0.044874,0.010342,0.016528,-0.003036,-0.025573,0.014637,0.083426,-0.013687,-0.005188,-0.053819,-0.020871,-0.018437,0.008577,-0.148291,-0.01279,-0.052347,0.004972,0.007837,0.021705,-0.001588,-0.019309,0.012657,-0.017985,-0.036796,-0.012852,-0.03091,-0.03989,0.028814,-0.020176,0.040664,-0.003066,-0.003203,-0.007565,0.03071,0.060273,-0.023318,0.084913,0.011054,0.026287,0.012467,0.033233,0.008627,0.031868,0.013528,0.038645,-0.001255,-0.027077,0.007785,0.008422,-0.04019,-0.003628,-0.006038,0.005328,0.001409,0.013385,-0.040686,0.017892,-0.004877,-0.007369,0.004279,-0.026768,-0.05786,-0.013373,0.00603,-0.018183,0.016002,0.019926,0.053472,-0.020221,0.00798,-0.014813,-0.043422,0.023952,0.019545,0.014235,0.022309,0.028161,-0.055353,0.004578,0.003586,-0.000608,0.005459,0.004616,0.034598,-0.036596,0.018092,-0.016491,0.050771,0.157993,-0.015642,0.036484,0.031417,0.031323,-0.011211,-0.004445,-0.006596,0.006386,-0.005837,0.004033,-0.00038,0.004668,-0.01765,-0.047723,-0.015394,0.072025,-0.004472,0.009168,-0.035473,0.011307,0.012363,-0.00589,-0.006196,0.023917,0.002631,-0.006536,0.033412,0.028922,-0.008032,0.006423,0.026222,-0.007638,-0.010488,0.013996,0.008327,0.024142,0.001273,0.015532,-0.026422,0.026856,-0.012971,-0.013101,-0.038913,0.018114,-0.022969,-0.056751,-0.000245,0.036936,-0.007429,0.025913,-0.019026,0.006359,-0.033448,-0.029683,0.010951,-0.005849,0.00719,-0.012065,0.004827,0.028295,-0.000127,-0.040551,-0.026438,0.02397,-0.0045,-0.063551,0.007911,0.01415,0.000155,0.02215,0.010023,-0.029975,-0.065968,0.029314,0.004083,-0.047638,0.008042,0.00204,0.010902,-0.011069,0.002501,0.028518,0.024404,-0.010218,0.009845,0.037315,0.025201,0.026688,-0.009132,0.041224,-0.019972,-0.021151,-0.021599,0.004423,0.006507,0.014359,-0.033641,-0.007453,0.006626,0.042103,0.003799,-0.008156,0.026949,0.000091,0.02105,0.01866,-0.030022,-0.017994,-0.009175,-0.009898,0.002028,0.003147,-0.028865,-0.013274,-0.00309,-0.009319,0.021421,0.002014,0.0554,0.012815,-0.014148,0.032604,0.007831,0.005388,-0.012293,0.039346,0.009478,-0.018264,-0.010024,-0.002282,-0.023682,-0.051462,-0.038055,-0.019783,-0.015568,0.005684,-0.001154,-0.001065,-0.016424,-0.024575,0.030215,0.011018,-0.028967,0.007727,0.007905,-0.032866,-0.006092,-0.027646,0.001471,-0.014927,0.012716,-0.009637,0.011015,-0.000222,-0.018724,-0.011971,-0.04566,0.000336,0.020236,0.004489,0.002474,-0.011517,-0.002984,0.027824,0.026423,-0.004121,-0.016052,0.010226,0.035434,-0.034619,0.011283,-0.032405,0.022227,-0.018084,-0.037633,0.024186,-0.019238,0.00929,0.005638,0.000655,0.053768,-0.02559,0.020165,0.119615,0.021544,0.005868,0.008704,-0.030928,-0.004228,0.043919,0.022967,0.0043,-0.025232,-0.004931,-0.039986,-0.037987,0.030092,-0.013639,-0.022486,0.008309,-0.040162,0.01107,-0.00515,0.023609,0.02133,-0.013557,-0.000337,0.026091,-0.016011,-0.035195,0.014677,0.036305,-0.017013,0.001608,-0.006359,-0.027505,0.018841,0.017128,0.019311,-0.019089,0.003653,-0.001844,0.008182,0.007954,-0.00845,0.015681,-0.033577,0.037625,0.016758,-0.011376,-0.000804,0.013436,0.070891,0.011514,-0.020595,0.009946,-0.04203,0.024318,0.005295,-0.007403,-0.019188,0.019735,0.021404,0.017025,0.012187,0.002468,-0.037651,0.007965,-0.062383,-0.033299,0.018435,-0.005765,-0.006043,-0.008552,0.00446,0.004816,0.027865,-0.013225,0.012048,-0.025641,0.002219,0.00327,0.002648,0.768704,0.001204,-0.013419,0.003704,0.000263,-0.02017,-0.027762,-0.025188,-0.010318,-0.006276,0.01745,-0.017231,0.019929,0.010487,0.040192,0.002588,0.039663,-0.027201,0.021228,-0.016292,-0.016447,-0.027074,0.033446,0.014462,-0.034702,0.075284,0.001871,-0.004801,0.002692,-0.006267,-0.021482,-0.023544,-0.01836,-0.072637,-0.019528,-0.004667,-0.020114,0.014222,0.02643,-0.104683,-0.00591,-0.004395,0.014035,-0.009571,0.000617,-0.036763,0.026183,-0.008069,-0.018152,-0.032161,0.00818,-0.016153,0.017112,0.027853,-0.005944,0.010317,-0.002723,-0.032256,-0.023069,0.020601,0.027985,0.002633,0.014091,0.062959,0.036501,0.056665,0.00799,0.001807,0.029949,0.04598,0.015853,-0.103127,0.040228,0.000804,-0.022964,0.013757,0.026006,-0.037353,0.001458,0.006784,0.031505,-0.099485,0.031985,-0.004044,-0.000979,0.028169,-0.019417,0.001149,0.041383,-0.040631,-0.036734,0.009491,-0.008094,-0.01529,0.010848,-0.00433,-0.014825,0.020888,0.008879,0.006688,0.034798,-0.001044,-0.002762,0.01953,-0.070391,-0.021475,0.004524,0.004737,0.022226,0.042628,-0.001546,-0.022441,-0.003149,-0.028992,0.003993,0.004246,0.001373,-0.006379,0.002126,-0.001169,0.010488,-0.010391,0.004142,-0.008807,0.020952,-0.040007,-0.051805,0.024485,0.019412,-0.005225,-0.03291,0.016354,0.002117,-0.007285,-0.031387,-0.020915,-0.021483,-0.010827,0.042851,-0.003635,0.036003,0.029577,0.020922,0.017879,0.037387,0.043388,0.033601,0.036215,-0.017556,-0.000966,-0.012462,0.15494,0.001308,0.012232,0.004788,-0.01693,0.008392,-0.020609,-0.020699,-0.01194,0.06175,0.010826,0.007329,0.003234,-0.020979,0.005381,0.061858,-0.000654,0.011798,-0.050407,-0.018136,-0.018214,0.020117,-0.176944,0.002461,-0.061537,0.007538,0.015574,0.00878,-0.00594,-0.000819,0.022554,-0.008614,-0.043733,-0.009717,-0.048738,-0.014735,0.032253,-0.033884,0.038158,0.002633,0.008275,-0.030446,0.040963,0.05648,-0.023655,0.08196,0.007503,0.021176,0.002223,0.025987,0.007109,0.010106,0.014453,0.041175,-0.002602,-0.013449,-0.001593,0.006766,-0.033927,0.004372,-0.01291,-0.003752,0.005958,0.022182,-0.050598,0.014292,-0.004944,-0.005757,-0.004539,-0.009302,-0.051946,-0.021492,0.013719,-0.021132,0.017312,-0.001445,0.036367,-0.00965,-0.007396,-0.008704,-0.032589,0.050621,0.016934,0.018868,0.020099,0.017714,-0.059134,0.010456,-0.004185,-0.012651,0.000718,-0.007491,0.046552,-0.028424,0.030043,-0.011952,0.043852,0.146848,-0.005257,0.046976,0.010172,0.020217,0.001447,-0.011565,-0.000097,0.001055,-0.026529,0.011984,0.009923,0.014447,-0.012802,-0.042726,-0.010813,0.081073,-0.003296,0.001147,-0.053574,0.012361,0.044501,0.001082,-0.009257,0.027175,0.017653,0.005002,0.04094,0.032779,0.003088,0.013721,0.023809,0.006656,-0.003865,0.009398,0.019247,0.027369,-0.00571,0.016817,-0.020197,0.044144,-0.001586,-0.019184,-0.033564,0.019917,-0.023156,-0.056975,0.006676,0.038799,-0.029239,0.016153,-0.012948,-0.016387,-0.02839,-0.008183,-0.001781,-0.009835,0.008845,0.007841,0.014098,0.014499,-0.004578,-0.033403,-0.052455,0.031688,-0.001684,-0.09311,0.008353,0.000043,-0.007753,0.027297,0.023976,-0.024719,-0.083233,0.035391,-0.009998,-0.027103,0.007567,-0.014382,-0.004026,0.009383,-0.005468,0.015675,0.043889,-0.016101,-0.000453,0.043556,0.008987,0.013847,-0.006011,0.029973,0.005769,-0.00574,-0.003606,0.014423,0.008903,0.005368,-0.028004,-0.002708,0.0032,0.044419,0.014174,-0.001244,0.015111,0.004145,0.011425,0.041529,-0.019848,-0.032212,-0.000226,-0.035245,0.010631,0.007787,-0.028564,-0.033191,0.006408,-0.003554,0.02104,-0.00181,0.069785,0.001521,-0.042024,0.046606,-0.011139,0.004416,-0.016189,0.044566,0.011015,-0.021989,-0.009396,-0.008476,-0.022728,-0.047139,-0.034061,-0.015888,-0.035628,-0.002382,-0.005261,0.019522,0.013164,-0.014816,0.032629,0.006634,-0.017311,0.022516,0.008557,-0.024553,-0.008647,-0.036219,0.00481,-0.014036,0.026858,-0.010366,0.010682,0.001518,0.001786,-0.014238,-0.051184,-0.018859,0.036839,0.00159,0.019494,-0.003266,0.000611,0.004665,0.034534,-0.007154,-0.012056,0.010978,0.021532,-0.037533,-0.005649,-0.027681,0.034076,0.003639,-0.058334,0.002248,-0.001729,0.00758,0.00331,-0.002152,0.056616,-0.007506,0.000519,0.112313,0.008,0.002966,0.018644,-0.02193,0.012595,0.026255,0.023945,0.010063,-0.019,-0.00195,-0.048478,-0.044967,0.039346,0.001987,-0.001942,-0.00346,-0.035799,-0.017357,-0.007601,0.065401,0.029798,-0.015259,-0.024365,0.033832,-0.010518,-0.016427,0.005815,0.023539,-0.009813,-0.007371,-0.015048,-0.025791,0.01656,0.036608,0.011451,-0.022717,0.023018,-0.000722,0.000742,0.038746,-0.009683,0.015771,-0.022263,0.036264,0.025634,-0.023571,-0.014233,0.00184,0.079835,0.030486,-0.024375,0.023851,-0.034737,0.021536,0.018965,-0.003026,-0.014177,0.019218,0.001495,0.014709,0.002379,0.019338,-0.028432,0.004627,-0.092027,-0.03506,0.022991,-0.000956,-0.007067,-0.010599,0.002689,0.014156,0.017349,-0.012923,-0.004031,-0.022926,-0.012973,0.017698,0.025925,0.743278,-0.003121,0.009465,-0.010047,0.000795,-0.013442,-0.014046,0.000406,0.008749,-0.00182,-0.004093,-0.021653,0.005648,0.019002,0.021523,0.001705,0.04313,-0.026516,0.002405,-0.033935,-0.007228,-0.044603,0.052781,0.037997,-0.028529,0.075484,-0.001268,-0.021431,-0.01068,0.018133,-0.007823,-0.011218,-0.028106,-0.055653,-0.006965,-0.010367,-0.012966,0.011508,0.01876,-0.091433,-0.005229,0.014865,0.020708,-0.008433,-0.003327,-0.042763,0.020507,0.003937,-0.00676,-0.020738,0.01632,-0.003482,0.021303,0.027391,-0.009729,0.003421,-0.002057,-0.026808,0.003706,0.020208,0.019458,0.005537,-0.000935,0.057742,0.029262,0.075036,0.005936,0.005068,0.03878,0.047303,0.032773,-0.09787,0.003621,-0.012874,0.020601,0.002846,0.004886,-0.012333,0.00962,-0.016095,-0.005655,-0.076409,0.003456,0.015441,-0.015846,-0.01706,-0.012193,0.000706,0.012818,-0.028278,-0.057176,0.041589,0.004657,-0.038461,0.040584,-0.015675,0.013976,0.006047,0.024727,-0.016366,0.034786,0.004555,0.023025,-0.000654,-0.074083,-0.017006,0.011998,-0.014208,0.014773,0.039929,0.015055,0.006996,-0.001856,-0.012966,-0.008522,-0.020532,0.031986,0.007641,0.004814,0.017344,-0.002704,-0.017487,0.026518,-0.007848,0.021973,-0.045631,-0.059292,0.016056,0.025238,-0.00248,0.00549,0.007233,-0.029591,0.024336,-0.001481,-0.023497,-0.01801,0.002306,0.023593,-0.006017,0.003512,0.002792,0.001069,0.009575,0.044963,0.031096,-0.002603,0.035191,-0.006384,0.02017,0.053226,0.13571,0.003799,-0.006582,0.002788,-0.021806,-0.033362,0.022649,-0.043926,-0.010535,0.052165,0.004501,0.018116,0.042491,0.011589,0.003834,0.039813,0.026647,0.022251,-0.008688,-0.000293,-0.00857,0.021478,-0.247107,-0.016875,-0.038653,0.032571,0.015394,-0.019233,0.014114,-0.024714,-0.012316,-0.02432,-0.016123,-0.006575,-0.060707,-0.01537,0.014054,-0.015919,0.039195,-0.005821,-0.019349,0.006896,0.039715,0.09074,0.002118,0.131003,-0.001948,0.010777,0.004851,0.027829,0.013853,0.003409,0.011494,0.029947,-0.002736,-0.023465,-0.011969,-0.012184,-0.03531,0.03269,-0.005959,0.025115,0.038234,-0.03326,0.000454,-0.008804,0.007521,-0.007914,0.014289,0.022393,-0.02222,0.00766,0.005025,-0.019502,-0.015825,0.000499,0.037944,-0.018295,-0.015361,0.01932,-0.03928,-0.018193,0.056165,0.008784,-0.034119,-0.016513,-0.019604,-0.011037,0.011824,-0.043804,0.013422,0.022653,0.0298,-0.03005,0.018798,0.030132,0.029448,0.175722,-0.004299,0.016171,0.010346,0.025369,-0.015568,-0.004619,-0.013052,-0.012525,-0.016229,0.018922,-0.010398,0.002888,0.035279,-0.03116,-0.003577,0.078375,-0.004358,0.003048,-0.069415,0.029215,0.008277,-0.010054,-0.000781,0.046165,-0.007067,-0.010531,0.020509,0.030867,0.0021,0.033015,0.002831,0.012883,-0.018484,0.017185,-0.008094,0.001625,-0.05636,0.009176,-0.027881,0.017282,-0.028331,-0.01088,-0.010867,0.028577,0.001816,-0.031414,-0.008553,0.008693,0.005009,0.026913,0.014673,-0.001854,-0.008099,0.007541,-0.002203,0.008982,0.005093,-0.039811,0.006984,0.005764,0.001498,-0.027651,0.009433,-0.001709,-0.031291,-0.149848,0.010344,0.002915,-0.01517,0.036765,0.02468,-0.005556,-0.071443,0.021529,-0.012451,-0.024382,0.030587,-0.033196,-0.010414,0.025397,-0.020421,0.02903,0.01527,-0.021859,0.018142,0.028889,0.0288,0.002064,-0.014105,0.012779,-0.01407,-0.021416,-0.016273,0.052519,-0.000179,0.005322,-0.027732,0.013911,-0.011677,0.007541,0.03397,0.028135,0.015363,0.004532,0.008935,0.016882,-0.004511,-0.010559,0.005333,-0.020907,0.021157,-0.0297,-0.014194,-0.015277,0.035858,0.010661,0.029717,0.007812,0.077111,0.03501,-0.048684,0.022906,0.002039,0.012077,0.006055,0.061375,0.002859,-0.011091,0.009454,0.024591,0.004437,0.010862,-0.036795,-0.012421,-0.004119,-0.010053,-0.019943,-0.015449,-0.029808,-0.012599,-0.004117,0.013263,0.012367,-0.015156,0.011939,-0.035211,0.010919,-0.013541,-0.020769,0.015993,0.035136,-0.014465,0.013856,0.010925,0.008917,-0.026924,0.003105,0.010963,-0.022473,-0.000271,0.014486,-0.036713,0.030742,0.044631,0.004698,0.031745,-0.02376,0.030678,0.051619,-0.040743,0.001678,-0.004851,0.055899,-0.004026,-0.032472,-0.022132,-0.037795,0.02909,0.017762,0.018726,-0.006089,-0.010327,-0.010945,0.096233,-0.007512,0.036812,0.021478,-0.029407,0.020716,0.057226,0.030179,0.003571,0.003111,-0.005103,-0.031731,-0.009684,0.01798,-0.019499,0.000211,0.008311,0.00659,0.0033,-0.039245,0.069239,0.016347,0.011752,-0.011163,0.010713,0.005306,0.009168,0.013665,0.006708,0.027777,0.001159,0.051774,-0.034614,-0.01058,-0.01538,0.031935,-0.007395,0.006729,-0.008739,0.00902,0.035066,-0.02959,-0.013387,-0.008771,0.013484,0.001893,-0.016386,0.005709,0.005178,0.049991,0.001326,0.010427,0.042869,-0.013116,0.009953,0.033386,-0.021298,-0.005779,0.008454,-0.013197,0.014287,0.019894,-0.007045,-0.010569,-0.010233,-0.033061,-0.026634,0.019477,-0.010222,0.026021,-0.031573,-0.002601,0.027105,0.01394,0.005183,-0.008144,0.008657,-0.039417,0.00902,0.005439,0.732969,-0.020761,0.026879,0.019091,-0.003915,0.001676,0.023294,0.004282,-0.006291,-0.007706,0.010004,0.014169,0.02059,-0.003979,0.020472,-0.024494,0.003672,-0.034009,-0.007241,-0.008425,-0.021797,-0.024012,0.020878,0.002092,-0.003734,0.039336,-0.002471,-0.018515,-0.000211,0.040344,0.004401,0.004782,-0.052899,-0.01213,-0.022103,-0.007756,0.005898,-0.007821,0.037621,-0.057159,0.001129,0.004127,0.023423,0.00918,0.027989,-0.042915,0.020525,0.026431,-0.004327,-0.016024,0.008135,-0.001728,0.007557,0.034027,-0.016537,-0.007565,-0.002213,-0.028913,-0.014489,0.012361,0.024534,-0.042353,-0.011563,0.046697,0.032252,0.056101,0.006803,0.011128,0.019153,0.037891,0.033341,-0.087815,0.014224,0.00546,0.016221,0.014744,0.017777,-0.021739,-0.000824,-0.01098,0.013736,-0.085655,-0.002644,0.00582,-0.003257,0.003589,-0.052064,0.015609,0.007807,-0.02383,-0.053147,0.025961,0.000438,-0.038603,0.019579,-0.019662,0.033077,0.028201,0.017433,-0.004162,0.034828,-0.015167,0.017284,0.018112,-0.074404,-0.009635,0.030674,-0.006711,0.018759,0.050151,0.010317,-0.018695,-0.006801,-0.010701,0.002537,-0.02121,0.014616,0.021017,0.010084,0.005651,-0.037274,-0.02059,0.022513,-0.015991,0.014842,-0.042248,-0.044302,0.035708,0.013507,-0.017767,0.00006,0.011723,-0.02044,0.009825,-0.018515,-0.035603,-0.013656,0.000665,0.036203,0.003901,0.007799,0.00653,-0.004637,0.02651,0.033842,0.030211,0.001385,0.029769,-0.005684,0.015717,0.046554,0.136966,0.016107,0.00518,-0.006398,-0.002881,-0.013659,0.010333,-0.049638,-0.019851,0.050293,0.016716,0.031655,0.015116,-0.003424,0.017311,0.052461,0.011173,0.027363,-0.022353,-0.008526,-0.006314,0.019263,-0.217629,-0.010144,-0.04341,0.009953,0.00963,-0.014857,-0.008923,-0.024745,-0.01661,-0.010205,-0.01762,-0.01966,-0.05769,-0.014405,0.027143,-0.018458,0.037448,-0.014149,0.011755,-0.006484,0.02098,0.085999,-0.001084,0.095177,0.000985,-0.002926,0.010668,0.018562,0.032925,-0.004958,0.00257,0.03815,-0.006421,-0.027761,0.008847,0.011223,-0.030266,0.032994,-0.013456,0.016811,0.033437,-0.026205,0.006046,0.003904,0.007179,-0.015253,0.004105,-0.001005,-0.03992,0.005619,0.013885,-0.0337,0.001593,0.003332,0.036725,-0.024245,-0.01111,0.002641,-0.032289,-0.004727,0.024532,0.006212,-0.0155,-0.002621,-0.040398,-0.001955,-0.002706,-0.048608,0.019995,0.012965,0.039956,-0.023107,0.011251,0.029945,0.026268,0.188644,-0.006246,0.01389,0.013166,0.026618,-0.019022,0.010703,-0.016316,-0.026858,-0.022221,0.005254,-0.007939,0.020584,0.007646,-0.023935,0.006209,0.062871,0.002806,-0.009888,-0.064685,0.00423,0.00869,-0.00557,0.009061,0.029765,0.010557,-0.001741,0.023156,0.002868,0.002046,0.036344,0.01341,0.012244,-0.018523,0.004601,-0.017267,0.021441,-0.038279,0.00498,-0.048086,0.039273,-0.023265,-0.012491,-0.03105,0.021112,-0.001503,-0.045308,-0.008089,0.009291,-0.024973,0.030514,0.010343,-0.014121,-0.025308,0.009518,0.001971,0.024589,0.013702,-0.033869,0.001626,0.003624,-0.005931,-0.027477,0.004595,0.002826,-0.027519,-0.104787,0.012467,-0.004003,-0.010474,0.030135,0.032931,-0.021204,-0.09603,0.025631,-0.004345,0.007348,0.031751,-0.032128,-0.009559,0.022593,-0.006514,0.049412,0.028975,-0.0358,0.019192,0.016748,0.059819,0.005188,-0.006112,0.034971,-0.028074,-0.017336,-0.003444,0.023427,-0.001768,0.011684,-0.017691,0.017483,-0.007893,0.024461,0.018772,0.024504,0.008536,-0.002369,0.011241,0.031685,-0.01995,-0.013973,-0.003888,-0.014358,0.011916,-0.021943,-0.006993,-0.025038,0.031488,0.005359,0.025217,0.009374,0.08523,0.028021,-0.027989,0.044607,0.011426,0.014879,-0.007299,0.044877,0.003272,-0.008759,-0.008498,0.01407,-0.006605,-0.016698,-0.040764,0.006274,0.008032,-0.012368,0.008136,-0.021446,-0.020951,-0.030489,0.014163,0.013881,-0.010751,-0.002397,0.001909,-0.015974,0.004557,-0.03216,-0.025309,-0.001476,0.032466,-0.030222,-0.000349,0.001982,0.021273,-0.047921,-0.02628,0.000999,-0.01599,0.003335,0.029908,-0.038809,0.024614,0.051883,0.003326,0.026066,-0.02542,0.025662,0.038728,-0.022341,-0.010314,0.033003,0.028172,0.004298,-0.020545,0.000257,-0.043961,0.012757,0.01704,0.008947,0.022614,-0.007363,0.008352,0.107452,-0.001516,0.014069,0.024997,-0.027384,0.016271,0.056898,0.037515,-0.001496,-0.001146,-0.009549,-0.023025,-0.011084,0.03292,-0.009066,0.007672,0.008375,-0.005138,-0.002152,-0.034362,0.094888,0.032344,0.010269,-0.001607,0.017945,0.001615,-0.00437,0.013115,0.013884,0.014567,0.011652,0.051233,-0.0413,-0.002788,-0.019417,0.021601,-0.032724,0.011397,0.001669,0.022738,0.029938,-0.034847,-0.010824,-0.015655,0.021367,0.014711,-0.001097,0.025198,-0.004115,0.057569,0.010732,-0.011798,0.028319,-0.018373,0.006267,0.03101,-0.01247,-0.002614,0.017262,-0.004284,0.016721,0.015084,0.007694,-0.014145,0.020581,-0.027347,-0.036944,0.022231,-0.002543,0.007827,-0.033032,-0.013951,0.016417,0.0134,-0.011749,-0.00684,-0.002036,-0.024386,0.009442,0.002197,0.743969,-0.012366,0.028886,-0.008118,0.012796,0.006416,-0.000922,-0.000058,-0.004699,-0.010092,0.019394,-0.005256,0.005021,-0.006818,0.034649,-0.0194,0.026542,-0.015948,0.017231,-0.023587,-0.029558,-0.029925,0.026941,0.007601,0.003093,0.054753,0.016006,-0.025811,-0.004238,0.031726,-0.008941,-0.010971,-0.052528,-0.039837,-0.012678,-0.004488,-0.007262,0.023669,0.029239,-0.070068,-0.010988,0.007881,0.031151,-0.010904,0.01211,-0.019488,0.026343,0.025041,-0.011239,-0.022974,0.001843,-0.01304,0.00426,0.035041,-0.019307,-0.005928,-0.00032,-0.036154,-0.017342,0.017045,0.020491,-0.028303,-0.020448,0.061037,0.042935,0.059294,0.005162,0.023857,0.023035,0.031529,0.036361,-0.099809,0.007539,-0.004625,0.036436,0.000681,-0.001402,-0.017369,0.011309,-0.008816,-0.004831,-0.075134,-0.014158,0.004148,-0.011847,-0.012908,-0.019587,0.01055,0.004034,-0.021215,-0.061073,0.051639,0.000628,-0.040862,0.034942,-0.011247,0.021023,0.016518,0.021717,-0.015694,0.029414,-0.003065,0.020982,0.003067,-0.068783,-0.000201,0.018395,-0.015144,0.007098,0.046535,0.009184,0.011119,-0.001628,-0.00717,-0.005064,-0.011415,0.031007,0.012139,0.005846,0.014358,-0.000662,-0.018276,0.02053,-0.006776,0.017217,-0.045646,-0.060144,0.016841,0.030532,-0.002732,0.001142,0.006659,-0.029608,0.023099,-0.003539,-0.028278,-0.011363,0.002394,0.024114,-0.008876,0.008034,0.004226,-0.004995,0.01372,0.039403,0.03184,-0.001496,0.025991,-0.006712,0.017312,0.053059,0.144826,0.003046,0.00081,0.001448,-0.019262,-0.023143,0.01911,-0.03297,-0.023138,0.05008,-0.002335,0.017502,0.037968,0.006983,0.000528,0.054273,0.00755,0.021775,-0.017549,0.002644,-0.001252,0.016896,-0.230042,-0.02192,-0.038667,0.020857,0.009969,-0.019335,0.019591,-0.03218,-0.005147,-0.022447,-0.015432,-0.01354,-0.048081,-0.022892,0.010577,-0.015791,0.032506,-0.009319,-0.016556,0.014582,0.043197,0.099192,-0.004845,0.137742,0.008031,0.005118,0.004238,0.020372,0.007758,0.004345,0.009585,0.025676,0.003423,-0.000629,-0.012589,0.004903,-0.040023,0.023781,-0.015782,0.022405,0.037497,-0.024383,0.003264,-0.007972,0.011371,-0.006726,0.014617,0.004604,-0.022777,0.004311,0.016508,-0.030086,-0.008851,-0.002953,0.034848,-0.018287,-0.026296,0.008406,-0.039691,-0.017818,0.054203,0.005825,-0.03484,-0.011533,-0.026037,-0.014317,0.01067,-0.042555,0.02054,0.0191,0.022353,-0.028145,0.012483,0.028027,0.028117,0.162701,-0.002998,0.015174,0.015799,0.02075,-0.019071,-0.00484,-0.012477,-0.015326,-0.024139,0.019701,0.001739,0.010006,0.030802,-0.015501,-0.010524,0.059365,0.009858,0.001203,-0.066106,0.029038,0.000981,-0.015015,0.003505,0.039057,-0.018236,-0.016612,0.026935,0.01661,0.010401,0.029556,0.004873,0.011767,-0.017407,0.007094,-0.009634,0.004924,-0.052524,0.007965,-0.033244,0.012333,-0.029846,-0.002944,-0.015144,0.02439,0.004277,-0.026588,-0.005891,0.007665,-0.00206,0.027399,0.018784,-0.012071,-0.007008,0.009078,0.006782,0.009981,-0.001716,-0.034102,0.002193,-0.001874,0.001055,-0.033078,0.019045,-0.0023,-0.033942,-0.115554,0.01795,0.004205,-0.018355,0.036655,0.021231,-0.001183,-0.054904,0.011488,-0.003942,-0.028694,0.029157,-0.016585,-0.004764,0.015589,-0.016385,0.038757,0.011169,-0.026862,0.029549,0.015161,0.038488,0.008382,-0.004136,0.017511,-0.018275,-0.015754,-0.014383,0.046911,0.004787,0.010504,-0.01989,0.005329,-0.01781,0.008039,0.019761,0.037634,0.005528,0.001458,0.019091,0.026462,-0.01124,-0.010941,0.006033,-0.011209,0.011319,-0.02162,-0.010606,-0.019856,0.036931,0.006391,0.031509,0.007269,0.075957,0.032786,-0.045354,0.026273,0.003233,0.013037,0.005094,0.057344,0.007006,-0.002171,0.005684,0.016777,-0.011457,-0.001171,-0.044475,-0.021831,-0.001435,-0.005207,-0.01793,-0.010758,-0.028976,-0.013431,-0.000125,0.017174,0.00634,-0.016364,0.016703,-0.034989,0.02129,-0.001961,-0.030644,0.002064,0.029539,-0.018719,0.018505,0.009284,0.0006,-0.019625,-0.009546,0.006761,-0.014365,0.002382,0.021319,-0.032256,0.023069,0.050993,-0.003093,0.029378,-0.026964,0.030783,0.036831,-0.032005,-0.003882,-0.003697,0.044646,-0.000423,-0.034201,-0.004741,-0.030964,0.026251,0.018179,0.012802,-0.005765,-0.000133,-0.005375,0.103581,-0.010244,0.03255,0.024654,-0.030138,0.017573,0.062572,0.023001,-0.009164,0.001357,-0.001432,-0.035006,-0.006957,0.018869,-0.018069,-0.001633,-0.001887,-0.000482,0.007028,-0.033892,0.066522,0.020551,0.014539,-0.009315,0.014946,-0.001325,0.008635,0.010229,0.013576,0.012642,0.009428,0.062007,-0.025236,-0.001861,-0.015155,0.027224,-0.013621,0,-0.002753,0.003976,0.029388,-0.033035,-0.003219,-0.013166,0.007657,0.009364,-0.015255,0.000829,0.001744,0.05846,0.002318,0.001905,0.036522,-0.018731,0.010694,0.039731,-0.017143,-0.006751,0.009347,-0.016656,0.01912,0.012551,-0.001862,-0.011818,-0.01137,-0.032085,-0.023107,0.011193,0.001832,0.020916,-0.032829,-0.000748,0.020942,0.008542,0.012384,-0.002194,-0.003553,-0.029863,0.005973,0.001087,0.75842,-0.011954,0.028964,0.004221,0.001696,-0.008288,0.018992,-0.006958,-0.012937,-0.014606,0.010733,0.013158,0.016379,-0.002561,0.015398,-0.019787,0.009397,-0.02667,0.00253,-0.010887,-0.018703,-0.011696,0.007299,0.01168,0.001217,0.041815,0.005178,-0.018187,-0.011171,0.021204,-0.002444,0.003911,-0.050743,-0.007543,-0.015327,-0.006413,0.007843,0.000748,0.036268,-0.072403,0.002331,0.006807,0.02431,0.007232,0.033339,-0.034529,0.032179,0.02297,0.000109,-0.016225,0.004712,-0.003045,0.008268,0.034166,-0.006069,-0.007579,-0.00018,-0.028914,-0.014777,0.009171,0.015069,-0.026153,-0.013113,0.055857,0.036291,0.054376,0.007198,0.012545,0.009365,0.036864,0.046254,-0.090422,0.038275,0.023202,0.008515,0.010172,0.015398,-0.020352,0.00118,-0.004041,-0.007351,-0.07365,-0.003189,0.008452,-0.00538,0.02084,-0.028462,0.007041,0.033067,-0.022095,-0.04445,0.003599,-0.006618,-0.021731,-0.007565,-0.00039,0.010393,0.063996,0.016057,-0.007299,0.019844,0.000505,0.025968,0.02292,-0.04574,-0.002469,0.007015,0.002568,0.017894,0.026539,0.026592,-0.009183,-0.02591,-0.013197,-0.003133,-0.001507,0.016399,-0.004355,0.001108,0.012792,0.012454,-0.029739,0.005451,-0.009549,0.009931,-0.04924,-0.047344,0.025295,0.010731,-0.019833,-0.007607,0.022249,-0.007464,-0.013724,-0.005446,-0.020398,0.000887,0.02738,0.034825,0.031895,-0.003068,0.013409,0.011621,0.02798,0.026452,0.009845,0.022489,0.019107,0.002034,-0.003144,0.025025,0.139784,0.007963,0.028053,-0.029131,0.004751,-0.006444,-0.012561,-0.009863,-0.003949,0.056022,0.011935,0.013276,-0.000893,-0.013633,-0.000049,0.076089,0.003215,0.009562,-0.022735,-0.014858,-0.027245,0.020346,-0.187092,0.010586,-0.043293,0.013071,0.014511,-0.006073,-0.009039,-0.012871,-0.006118,-0.011097,0.000765,-0.010384,-0.045664,-0.0153,0.022753,-0.025542,0.039437,-0.005624,0.011278,-0.001347,0.040059,0.087992,-0.011346,0.09178,0.007132,0.000658,0.004299,0.021996,0.022387,-0.008534,-0.000652,0.033147,0.002275,-0.021549,0.003962,0.033078,-0.032896,0.024655,-0.035873,0.013508,0.020985,0.01483,-0.024101,0.026354,-0.010192,-0.012671,0.003644,0.007389,-0.017331,0.015399,0.033089,-0.015543,0.002994,-0.003108,0.037009,-0.002,-0.010262,-0.000968,-0.04072,0.002353,0.001559,0.003391,0.015581,-0.005122,-0.040024,0.007968,-0.016922,-0.023471,0.009886,0.011585,0.045817,-0.026654,0.015314,0.021881,0.039854,0.153957,0.010334,0.015984,0.009796,0.023804,-0.014386,0.007244,-0.013363,-0.021752,-0.014261,0.013354,-0.011497,0.006662,0.006368,-0.020254,-0.023396,0.057641,0.010938,-0.002183,-0.057269,0.016386,0.010424,-0.004299,0.003743,0.022354,-0.000574,-0.005612,0.001423,0.009776,0.018666,0.013411,0.002911,0.02192,-0.018963,-0.000843,-0.015612,-0.005782,-0.025305,0.011906,-0.034375,0.035709,0.004842,-0.020541,-0.03545,0.03029,0.012129,-0.044599,-0.014459,0.021501,-0.014728,0.005461,-0.014991,-0.012527,-0.026797,0.010783,0.008339,0.014532,0.01796,-0.026337,-0.00269,-0.017626,0.004644,-0.032277,-0.017385,0.018665,-0.033391,-0.105776,0.038198,-0.00259,-0.018922,0.027501,0.019839,0.016366,-0.08938,0.032847,-0.004251,0.003717,0.021783,-0.021355,0.001764,0.036727,-0.003501,0.048817,0.050034,-0.030539,0.005172,-0.004451,0.032761,-0.001453,-0.004406,0.031497,-0.027946,0.005063,-0.000368,0.013078,0.01785,0.021926,-0.035716,0.011991,-0.008074,0.016219,0.005614,0.00625,-0.009724,-0.018261,0.005957,0.054955,-0.002511,-0.020829,0.00759,-0.030301,0.009135,-0.020843,-0.00626,-0.028808,0.009213,0.007273,0.005221,0.001545,0.092063,0.01992,-0.010824,0.058909,-0.000477,-0.006138,0.010843,0.039454,-0.001562,0.000685,-0.030743,-0.025441,-0.011126,-0.047062,-0.026878,-0.009834,-0.011397,-0.003962,-0.022433,0.019116,0.002617,-0.032121,0.017504,0.022116,0.000826,0.002841,0.008457,-0.0462,-0.024446,-0.03857,0.002407,-0.013724,0.019692,-0.013479,-0.011895,-0.010817,0.007116,-0.04281,-0.058746,-0.016119,0.002463,0.005406,0.033422,-0.0293,-0.0081,0.045789,0.036604,0.009772,-0.019901,0.031634,0.018039,-0.010192,0.0035,0.012353,0.028293,-0.001688,-0.008563,0.016196,-0.051036,-0.017042,0.026184,-0.007409,0.006923,0.007692,-0.003323,0.114618,0.012319,0.017227,0.019749,-0.016229,0.027612,0.038509,0.051148,-0.019565,-0.037153,-0.000742,-0.024604,-0.017172,0.019321,0.0191,-0.013155,-0.010056,-0.028784,0.00406,-0.038187,0.095918,0.008279,0.009108,-0.01973,0.017507,0.005364,0.016256,-0.004728,-0.006862,0.004904,0.029156,0.027663,0.001117,0.002133,-0.001983,0.022865,-0.021955,-0.004901,-0.010086,0.004703,0.02361,-0.027385,-0.02498,-0.025224,0.014094,0.021285,0.002657,0.013514,-0.000196,0.085418,0.010916,0.001446,0.026212,-0.019577,0.005982,0.016605,0.009648,-0.009635,0.03462,-0.021157,0.027551,-0.000358,0.012218,-0.010013,0.02896,-0.03749,-0.01767,0.024052,-0.003403,0.01172,-0.008196,-0.014732,0.018492,0.007973,-0.011576,-0.021932,-0.008613,-0.013086,-0.002858,0.011537,0.762488,-0.013613,0.007763,-0.011666,0.029538,-0.000017,0.001765,-0.009874,0.021166,-0.013142,0.019607,-0.014469,-0.001421,0.024781,0.040969,-0.014059,0.032644,-0.011341,0.031717,-0.042646,-0.019697,-0.03379,0.023139,0.053835,-0.006215,0.068305,0.023614,-0.027218,0.004484,0.040508,-0.029452,-0.00876,-0.05008,-0.014372,-0.016115,0.001681,-0.030211,0.033934,0.025613,-0.081163,0.001805,0.03033,0.029674,-0.013152,-0.006211,-0.014276,0.032525,-0.00191,0.010981,-0.018257,0.016962,-0.019071,-0.015672,0.044426,0.000052,-0.010066,0.007743,-0.03454,-0.014522,0.003737,0.001882,-0.009259,-0.008043,0.070896,0.043459,0.05,-0.01081,0.003183,0.011643,0.020676,0.029283,-0.089315,0.034472,0.008757,0.004063,0.004401,0.030451,-0.031843,-0.016199,-0.005289,0.037457,-0.076848,0.014077,-0.005381,0.005078,0.012001,-0.048079,0.001395,0.034959,-0.031043,-0.038676,0.002808,-0.024482,-0.020861,0.009214,0.004696,0.025514,0.042009,0.025388,-0.017716,0.016961,-0.019842,0.006734,0.018141,-0.079454,-0.014656,0.0114,0.000637,0.024191,0.038425,0.008895,-0.020321,-0.002388,-0.03143,0.017266,0.001577,0.003358,0.011902,0.011855,-0.008811,-0.022498,-0.03222,0.018091,0.004447,0.013195,-0.036122,-0.055962,0.044263,0.016671,-0.025539,-0.015642,0.009811,-0.01321,-0.007288,-0.030287,-0.031631,-0.012931,0.019352,0.035767,0.010618,0.004953,0.028794,0.007381,0.035023,0.042979,0.027445,0.021653,0.043451,-0.011663,-0.001911,0.02097,0.135449,0.018962,0.011084,-0.014045,0.002108,0.01343,-0.011498,-0.031594,-0.002579,0.058216,0.017129,0.031842,-0.023527,-0.022346,0.020359,0.056829,0.004139,0.019692,-0.025253,-0.008006,-0.001665,0.013227,-0.179569,0.00538,-0.048914,0.010486,0.016158,-0.011361,-0.015864,-0.022616,-0.007198,-0.003015,-0.029283,-0.013948,-0.042104,0.01285,0.042575,-0.021959,0.03248,0.004763,0.02099,-0.009251,0.031897,0.074137,-0.016738,0.056114,0.010016,-0.007149,0.017069,0.025175,0.023347,0.003602,0.002182,0.045281,-0.007721,-0.026825,-0.002949,0.03108,-0.028849,0.027878,-0.020997,0.010175,0.033565,-0.003208,-0.030341,0.014254,-0.009784,-0.014745,-0.013903,-0.007387,-0.040485,-0.002705,0.010901,-0.01971,0.014589,0.002399,0.031006,-0.014473,-0.006485,-0.002141,-0.033723,0.031986,-0.015211,-0.008025,0.012041,0.002603,-0.048936,0.006209,-0.021232,-0.043967,0.023409,0.011031,0.038439,-0.033325,0.018885,0.010586,0.030336,0.194917,-0.003436,0.028893,0.01553,0.004938,0.008506,0.014725,-0.006277,-0.022357,-0.023526,0.014081,-0.011159,0.012801,0.00339,-0.04404,-0.005988,0.076307,0.006759,-0.017831,-0.065827,0.003793,0.033447,0.00957,0.010544,0.007936,0.006287,0.0011,0.01818,-0.001526,0.003497,0.030205,0.025592,0.008715,-0.007811,0.00298,-0.010395,0.032517,-0.014493,0.002329,-0.041854,0.038542,-0.002365,-0.024733,-0.048014,0.027515,-0.002153,-0.052643,-0.018574,0.028787,-0.037306,0.011809,-0.016459,-0.01565,-0.02578,0.0358,0.014309,0.014973,0.010445,-0.024119,-0.003576,-0.001155,0.000737,-0.026199,-0.028735,0.015076,-0.01017,-0.080373,0.011418,-0.006831,-0.002666,0.026357,0.032086,-0.007042,-0.102384,0.025929,-0.008077,0.033271,0.043452,-0.02027,-0.001038,0.028509,-0.003898,0.030729,0.031759,-0.022915,0.004663,0.015416,0.042399,-0.00085,-0.011305,0.046103,-0.018601,-0.007309,-0.001077,-0.003579,0.007876,0.03174,-0.025133,0.008193,-0.012371,0.0262,0.015577,0.014255,0.010958,-0.000923,0.013289,0.042143,-0.018309,-0.020785,-0.009472,-0.022116,0.007445,-0.006982,-0.008042,-0.028939,0.020618,0.001431,0.027491,0.010642,0.080745,0.004071,-0.011925,0.050478,0.002962,-0.00144,-0.007985,0.041729,0.002145,-0.002365,-0.026125,-0.01884,-0.021485,-0.029686,-0.032898,0.006113,-0.015576,-0.012545,0.003618,-0.004278,0.003388,-0.041048,0.029273,0.010467,-0.013041,0.020157,0.003915,-0.026939,-0.023785,-0.042411,-0.014807,-0.011225,0.02977,-0.028333,-0.023236,-0.017461,0.019336,-0.022965,-0.054032,-0.016795,0.014665,-0.003562,0.031523,-0.022359,0.022082,0.03423,0.022288,0.021633,-0.01483,0.014967,0.01205,-0.017354,-0.010425,0.037318,0.019603,0.00729,-0.003862,0.014689,-0.023806,-0.00755,0.007318,-0.003939,0.036111,-0.021753,0.023843,0.111291,-0.002117,0.017244,0.024269,-0.032038,0.01884,0.042007,0.031303,-0.010312,-0.013649,0.006457,-0.035249,-0.018078,0.027172,-0.009947,0.006405,-0.007796,-0.030215,-0.018099,-0.030082,0.114844,0.028471,0.010469,-0.00965,0.022157,-0.01487,-0.003227,0.026029,0.012749,-0.001792,0.017073,0.02371,-0.023829,0.005088,0.002892,0.028574,-0.037376,0.012002,-0.009754,0.016338,0.019237,-0.02138,0.000783,-0.006973,0.036443,0.029039,0.002811,0.015688,-0.002039,0.077954,0.009564,-0.002619,0.021961,-0.029873,0.005605,0.017866,0.008111,-0.006892,0.017595,-0.013611,0.019527,0.013596,0.01142,-0.0044,0.022178,-0.05112,-0.019672,0.030264,0.009279,-0.007119,-0.029415,-0.012083,0.032029,0.008953,-0.021111,-0.006184,-0.01217,-0.00584,0.009131,0.011919,0.745932,-0.002387,0.023927,-0.016175,0.004685,0.016367,-0.005491,-0.015175,-0.006343,-0.018163,0.014423,-0.020209,0.008067,0.015856,0.044637,-0.010838,0.031033,-0.00576,0.025203,-0.035282,-0.01722,-0.037517,0.034313,0.018332,-0.01375,0.083826,0.030522,-0.028855,-0.019572,0.028416,-0.001329,-0.012045,-0.051084,-0.058307,-0.006472,-0.012147,-0.016921,0.034711,0.018246,-0.078146,-0.011112,-0.004441,0.019886,-0.023023,-0.009031,-0.030095,0.023361,-0.001368,-0.019476,-0.026933,0.021388,-0.011482,-0.000318,0.045694,0.003388,0.002014,0.003297,-0.032378,-0.012286,0.018183,0.020595,-0.012369,-0.017429,0.047446,0.031632,0.051751,0.00151,0.024923,0.024772,0.033121,0.037599,-0.085084,0.032013,0.004029,0.007592,0.005327,0.00834,-0.032574,0.001351,-0.001903,0.014977,-0.087854,0.008158,0.003537,0.006901,0.003691,-0.047557,0.015652,0.006481,-0.011004,-0.073691,0.023171,-0.001055,-0.038462,0.00771,-0.018917,0.009943,0.048923,0.006213,-0.001749,0.017104,-0.007484,0.023534,0.019148,-0.043887,0.010837,0.013111,-0.010747,0.024196,0.059776,0.005324,-0.018017,-0.001088,-0.019289,-0.001756,-0.013418,0.019001,0.001017,0.002918,0.011657,-0.015624,-0.007547,0.0036,-0.019912,0.01615,-0.042189,-0.054142,0.032132,0.022732,-0.016585,-0.005922,0.014218,-0.009789,-0.0048,-0.020202,-0.032996,-0.013494,-0.003654,0.027525,0.010391,0.006153,0.007696,0.005433,0.013645,0.028425,0.026833,0.00578,0.005659,0.002159,0.005712,0.02788,0.156337,0.016921,0.011759,-0.022808,0.003197,0.000665,-0.001565,-0.0452,-0.004446,0.048738,0.026131,0.019254,0.004991,-0.015997,0.007957,0.066981,-0.004711,0.000319,-0.016849,-0.009265,0.000019,0.015844,-0.163581,-0.001771,-0.039034,0.000905,-0.000174,-0.003901,-0.006986,-0.003883,0.003256,-0.003176,-0.009361,-0.022264,-0.047938,-0.014552,0.038576,-0.025388,0.045241,-0.014088,-0.003398,-0.007628,0.022806,0.08197,-0.005507,0.103266,-0.001778,0.001724,0.005343,0.023101,0.011983,0.001638,0.00812,0.03481,-0.021996,-0.035165,-0.001489,0.009556,-0.040075,0.01672,-0.028625,0.018194,0.023065,0.006417,-0.017381,0.021597,-0.005444,-0.011298,-0.006686,-0.001251,-0.03741,-0.003826,0.001909,-0.019166,0.002235,0.008265,0.007144,-0.012441,-0.001782,-0.020458,-0.039977,0.026275,0.021386,0.01858,-0.001946,-0.005949,-0.032803,-0.00321,-0.016312,-0.028712,0.019627,0.003742,0.036787,-0.016367,0.014538,0.024841,0.039835,0.175067,-0.008833,0.026521,0.018686,0.02312,-0.019382,0.003336,0.001577,-0.009627,-0.023803,0.00271,0.000236,0.026598,-0.007346,-0.022718,-0.017348,0.044224,0.016351,-0.003652,-0.054678,0.006855,0.01167,-0.002193,-0.000237,0.029251,-0.002602,-0.023016,0.018985,0.011338,0.012279,0.019039,0.017352,0.019833,-0.000492,0.003826,-0.024025,0.038461,-0.029838,-0.002332,-0.040247,0.035024,0.000038,-0.012771,-0.043697,0.014294,0.013253,-0.050867,-0.016125,0.018366,-0.039991,0.017314,-0.009618,-0.018323,-0.028037,0.009637,0.006893,0.025788,0.021196,-0.026645,0.009018,0.008382,-0.00087,-0.0285,-0.007382,0.022348,-0.025884,-0.086553,0.013735,-0.002308,-0.001198,0.023419,0.026415,-0.018988,-0.099312,0.015179,0.007406,0.002791,0.018644,-0.02353,-0.003122,0.01176,-0.008484,0.058306,0.030428,-0.02996,0.016062,0.002938,0.031144,0.008848,-0.00909,0.042135,-0.0197,-0.00343,-0.002916,0.005346,0.011496,0.016062,-0.018283,0.01435,-0.000806,0.022893,0.007834,0.018629,0.00848,-0.011063,0.009186,0.037158,-0.016526,-0.00808,-0.003408,-0.014913,0.007967,-0.006243,-0.015044,-0.024358,0.011453,-0.000694,0.028927,0.007806,0.081895,0.022212,-0.020795,0.031943,0.014156,0.0115,-0.004138,0.036004,0.000333,0.006771,-0.02171,-0.003343,-0.012758,-0.042784,-0.028893,-0.010404,-0.005853,-0.003462,0.002748,0.004884,-0.013689,-0.018832,0.019173,0.033218,-0.004898,-0.00869,0.006971,-0.015313,-0.014104,-0.032825,-0.024951,-0.002782,0.021801,-0.028083,-0.001715,0.004766,0.027319,-0.041627,-0.045427,-0.016665,0.004428,0.005711,0.041256,-0.033163,0.016926,0.030049,0.005664,0.02068,-0.03221,0.02071,0.024232,-0.019985,-0.007424,0.022056,0.020381,-0.012782,-0.026574,0.005094,-0.051501,0.004457,0.024942,-0.002208,0.037663,0.012343,0.013455,0.113994,0.00303,0.005437,0.02335,-0.027387,0.015794,0.050946,0.043555,-0.002467,-0.009626,-0.012869,-0.027771,-0.021142,0.023346,0.025326,0.018992,0.009367,-0.028189,0.001922,-0.035591,0.08745,0.027304,-0.006036,-0.015342,0.025904,0.001991,-0.040928,0.001228,0.011924,-0.010361,0.039525,0.030691,-0.037108,0.011739,-0.011943,0.013185,-0.030572,0.004421,-0.006673,0.01426,0.029092,-0.028994,-0.001871,-0.022107,0.028717,0.028623,-0.008873,0.009253,-0.005552,0.066502,0.017714,-0.017828,0.013598,-0.020609,0.008515,0.025213,0.01007,-0.017601,0.022145,-0.015026,0.026495,0.012449,-0.002129,-0.018415,0.011298,-0.047051,-0.024251,0.018908,0.005787,0.000902,-0.036198,-0.002555,0.016668,0.00532,0.00609,-0.010426,-0.027885,-0.015074,-0.001129,0.012568,0.767086,-0.005417,0.024227,-0.014956,0.022023,0.000651,-0.006462,0.007602,0.005984,0.003453,0.016322,-0.010876,0.007125,0.008658,0.026387,-0.008912,0.033312,-0.009833,0.017561,-0.024336,-0.022115,-0.032632,0.017029,0.032174,-0.016361,0.058928,0.010668,-0.039307,-0.009768,0.027029,-0.030993,-0.01568,-0.051531,-0.045387,-0.011424,-0.003556,-0.01908,0.017566,0.027155,-0.087723,-0.001366,0.009026,0.020758,-0.014424,0.01796,-0.006875,0.027078,0.029967,-0.003763,-0.017286,0.007362,-0.001928,0.000708,0.036426,-0.01566,0.000387,-0.000716,-0.033384,-0.013544,0.001376,0.012747,-0.017331,-0.026667,0.078103,0.036282,0.068524,-0.007565,0.019422,0.034262,0.024338,0.03406,-0.084909,0.018775,0.001268,0.010831,0.015441,0.013673,-0.029373,0.000823,0.004043,0.015047,-0.093763,0.00649,-0.004426,0.00492,0.016569,-0.049811,0.023626,0.010307,-0.008585,-0.063678,0.021578,0.000463,-0.044764,0.012455,-0.015422,0.020444,0.053147,0.014537,0.004655,0.019878,-0.015509,0.024782,0.021218,-0.04447,0.006005,0.012045,-0.013945,0.023015,0.060404,0.00447,-0.022692,-0.009436,-0.010679,-0.00118,-0.024897,0.013867,0.002836,0.002559,0.008337,-0.023824,-0.013266,0.012785,-0.014865,0.01422,-0.045567,-0.047714,0.032426,0.019117,-0.009481,-0.003557,0.008858,-0.006026,0.002073,-0.018274,-0.033064,-0.011758,0.001312,0.029308,0.006915,0.012945,0.008335,0.006191,0.011223,0.032056,0.023264,0.005202,0.010273,0.000566,0.00907,0.029259,0.155295,0.012776,0.005729,-0.018985,0.001464,-0.001639,-0.003629,-0.048027,-0.00949,0.057708,0.029212,0.020071,0.003564,-0.016604,0.0207,0.066254,0.005691,0.012584,-0.023422,-0.011383,-0.000457,0.015448,-0.172852,-0.007048,-0.052058,0.007368,0.003612,-0.001794,-0.01138,-0.001179,-0.000923,0.004659,-0.0056,-0.017342,-0.055572,-0.014518,0.048063,-0.013721,0.045589,-0.000728,0.005979,-0.01844,0.022845,0.076742,0.004164,0.092967,-0.006975,0.003505,0.00885,0.021469,0.017731,0.001638,0.01009,0.044831,-0.025976,-0.041959,0.007791,0.012653,-0.037643,0.018179,-0.020754,0.011257,0.025813,0.005348,-0.00763,0.018887,0.004058,-0.009795,-0.006896,-0.011059,-0.042185,0.000191,0.009171,-0.027296,0.002293,0.006722,0.008958,-0.017571,-0.002074,-0.011445,-0.026258,0.027479,0.024301,0.014304,0.006566,-0.000286,-0.038802,-0.010257,-0.01971,-0.030081,0.019265,0.006162,0.039942,-0.022524,0.017802,0.028035,0.038187,0.1805,-0.00695,0.017968,0.02144,0.015988,-0.018296,-0.000412,0.004794,-0.009555,-0.018803,0.005267,-0.00458,0.019917,-0.00879,-0.02338,-0.015312,0.053893,0.012281,-0.00904,-0.057876,0.005506,0.012524,0.001242,-0.006065,0.036897,0.011549,-0.014234,0.02559,0.011198,0.005506,0.018318,0.010849,0.015208,-0.006763,0.003934,-0.026025,0.033945,-0.026994,0.004058,-0.047565,0.045051,-0.003397,-0.013353,-0.040609,0.014642,0.00332,-0.047996,-0.016794,0.029837,-0.025128,0.019422,0.0019,-0.019553,-0.037128,0.01109,0.003929,0.022058,0.016465,-0.027217,0.006483,0.009799,-0.004328,-0.026099,-0.009271,0.019106,-0.019631,-0.093776,0.014005,-0.00377,0.001926,0.017095,0.027085,-0.019679,-0.095951,0.022437,0.000045,-0.007643,0.016098,-0.032636,-0.001167,0.007046,-0.012832,0.046212,0.033236,-0.025503,0.015837,0.00554,0.040771,0.01252,-0.004897,0.042017,-0.024894,-0.008764,-0.002807,0.011645,0.008757,0.010756,-0.014854,0.021103,-0.004113,0.025595,0.014241,0.016418,0.000137,-0.001571,0.002817,0.03903,-0.018118,-0.008588,-0.000569,-0.024881,0.013805,-0.009914,-0.010979,-0.032345,0.014296,0.000654,0.01575,0.003372,0.061186,0.027037,-0.016349,0.037501,0.011959,0.01523,-0.006687,0.034522,-0.008229,0.001403,-0.024559,0.014842,-0.000185,-0.04944,-0.034341,-0.004197,0.004372,-0.00683,0.013792,-0.001022,-0.021131,-0.028943,0.024487,0.028609,-0.000753,-0.003468,0.005282,-0.017429,-0.020396,-0.03591,-0.019741,-0.00612,0.020591,-0.034453,-0.006711,0.010258,0.027531,-0.048785,-0.042739,-0.013209,-0.002163,0.011015,0.036682,-0.035598,0.018674,0.028779,0.001772,0.016273,-0.026822,0.017174,0.034036,-0.02311,0.0019,0.011766,0.026113,-0.005014,-0.027381,0.005272,-0.05178,0.006625,0.023444,-0.000621,0.040124,0.003869,0.018859,0.11437,-0.004579,0.01058,0.015616,-0.027301,0.009869,0.051781,0.049581,-0.004835,-0.00991,-0.015545,-0.027495,-0.023449,0.019822,0.021332,0.019057,0.010345,-0.027648,0.004418,-0.033384,0.060432,0.028781,-0.000941,-0.016912,0.020832,-0.007934,-0.032177,0.001545,0.013234,-0.015449,0.02884,0.021429,-0.037575,0.024423,-0.014629,0.013643,-0.029857,0.010791,-0.013997,0.023239,0.031708,-0.022752,-0.010633,-0.023551,0.035618,0.021237,-0.009058,0.013429,-0.008065,0.072498,0.015375,-0.007811,0.02454,-0.024544,0.014643,0.019267,0.004934,-0.006026,0.012365,-0.007905,0.02661,0.015891,0.000283,-0.014526,0.02375,-0.042453,-0.029844,0.019886,0.005538,-0.005169,-0.033659,-0.008053,0.020337,0.006807,0.001981,-0.008996,-0.024191,-0.021757,0.001903,0.008316,0.762192,-0.00769,0.023834,-0.015154,0.02365,0.008164,-0.007596,0.013724,0.000406,-0.006101,0.02068,-0.016569,0.005463,0.009879,0.029336,-0.011012,0.038941,-0.016782,0.019558,-0.018032,-0.024048,-0.039446,0.026876,0.029997,-0.017406,0.051043,0.000033,-0.031776,0.003098,0.03494,-0.030507,-0.014675,-0.046845,-0.043974,-0.006071,-0.007522,-0.01531,0.015231,0.022572,-0.087059,-0.002695,-0.000116,0.021256,-0.023628,0.012169,-0.009994,0.032121,0.021523,-0.001232,-0.01469,0.004901,-0.007384,-0.001741,0.028896,-0.014072,-0.000843,0.003085,-0.032108,-0.010746,-0.007917,0.019188,-0.009919,-0.030278,0.075748,0.039084,0.074293,-0.004532,0.017526,0.035472,0.021356,0.051731,-0.096838,0.039563,0.01623,0.013912,0.018495,0.021799,-0.041228,-0.012091,-0.004841,0.022413,-0.084446,0.036002,-0.00048,-0.001323,0.023171,-0.030953,0.012358,0.032504,-0.03831,-0.037924,-0.002257,0.000918,-0.033314,-0.005114,-0.005143,0.029313,0.04464,0.019827,-0.004632,0.007662,-0.010396,0.00266,0.012427,-0.042112,0.005735,-0.004715,-0.000321,0.037076,0.043643,0.008159,-0.023375,-0.005668,-0.029604,0.003565,0.004739,0.000903,-0.000607,0.016471,-0.01498,0.003158,-0.045886,0.015528,-0.011277,0.017295,-0.0632,-0.058409,0.043059,0.015769,-0.021737,-0.031456,0.01629,-0.00486,-0.024433,-0.024478,-0.021756,-0.017804,0.006932,0.027007,-0.007758,0.008739,0.028576,0.003375,0.014416,0.035619,0.023886,0.019299,0.035339,-0.015419,0.004787,0.029855,0.138033,0.007695,0.014672,-0.010262,0.00132,0.013606,-0.007862,-0.03804,0.000496,0.054296,0.022453,0.05052,-0.015406,-0.020116,0.028221,0.058966,-0.000229,0.00126,-0.013066,0.004899,-0.006236,0.010824,-0.172664,0.009465,-0.064158,0.007673,-0.007941,0.002966,-0.016021,-0.025182,-0.010313,0.00348,-0.039087,-0.01793,-0.028738,0.001608,0.044247,-0.033144,0.041664,-0.017171,0.012102,-0.010367,0.048552,0.075625,-0.028791,0.053917,0.003056,0.004098,0.033745,0.03774,0.021704,-0.013303,0.000574,0.015985,0.006921,-0.023626,0.003238,0.021529,-0.055049,0.032389,-0.023041,0.016278,0.047634,0.00332,-0.024575,0.005084,-0.011318,0.002808,-0.025437,0.005359,-0.036444,0.005396,0.007504,-0.012625,0.009937,-0.013951,0.005825,-0.006824,-0.005287,-0.008099,-0.029136,0.037155,-0.022919,0.004605,0.014807,0.01157,-0.044437,-0.015686,-0.029413,-0.016483,0.024993,-0.002616,0.032923,-0.024824,0.016716,0.013386,0.037647,0.183794,0.005925,0.034335,-0.003447,-0.009721,0.005742,0.00788,-0.003808,-0.015616,-0.032761,0.006047,0.000876,0.036646,-0.007173,-0.027765,-0.008778,0.085682,0.009166,-0.018883,-0.074506,0.01033,0.033722,0.00629,0.010982,0.01847,0.001726,-0.008385,0.032667,0.015887,0.025255,0.020149,0.01618,0.023501,-0.025004,-0.011923,0.008862,0.030114,-0.010693,0.011444,-0.028304,0.04078,0.00125,-0.037593,-0.038322,0.014901,-0.004071,-0.048589,-0.014688,0.024141,-0.05081,0.003974,-0.025023,-0.001791,-0.009501,0.029194,0.018117,-0.005902,0.009063,-0.027828,-0.013963,0.001327,0.007842,-0.016796,-0.029481,0.015674,-0.003812,-0.097782,0.017509,0.000464,-0.007196,0.023928,0.038269,-0.018637,-0.082381,0.021509,0.003857,0.017837,0.02924,-0.024438,-0.007704,0.025467,-0.017933,0.040974,0.03889,-0.036381,0.017354,0.008102,0.029139,0.010328,0.006611,0.039094,-0.033242,-0.001996,-0.016291,0.012252,0.016244,0.039133,-0.013018,0.003964,-0.014038,0.012174,0.014938,0.009775,0.00907,-0.011881,0.013115,0.056693,-0.026374,-0.026302,-0.003485,-0.030374,0.016499,0.005358,-0.020456,-0.024172,0.020765,0.017312,0.02924,-0.001224,0.062802,-0.004613,-0.020906,0.036347,-0.003893,-0.004134,0.002673,0.061758,-0.014135,-0.003392,-0.033432,-0.00606,-0.025369,-0.043035,-0.039123,-0.013706,-0.011984,0.005332,-0.007154,0.01191,0.008077,-0.022006,0.041262,0.039082,-0.005187,0.021401,-0.000063,-0.032235,-0.031494,-0.041612,-0.017528,-0.01388,0.022746,-0.023805,-0.021753,-0.013063,0.026328,-0.029065,-0.04553,-0.018565,0.015264,0.006603,0.041423,-0.028452,0.019455,0.000902,0.035422,0.015387,-0.018578,0.012508,0.00627,-0.034466,-0.002753,0.014528,0.031031,0.00971,-0.009738,0.013969,-0.023012,-0.014076,0.002561,-0.006243,0.05457,-0.009197,0.016848,0.113567,0.000521,0.015447,0.029213,-0.041269,0.011985,0.03135,0.015877,-0.003988,-0.010037,0.019099,-0.041723,-0.002942,0.010775,-0.008891,0.010789,-0.02084,-0.041978,-0.018082,-0.026786,0.097178,0.023619,0.022743,-0.027575,0.008099,-0.000014,-0.006849,0.009787,0.003978,-0.006361,0.019978,0.025269,-0.029061,0.003233,0.023929,0.021728,-0.042946,0.000314,-0.011828,0.016616,0.030896,-0.02236,0.013375,-0.003105,0.030227,0.021014,-0.018129,-0.000815,-0.003034,0.059616,0.011928,0.017044,0.02454,-0.027048,-0.026579,0.017612,0.007881,-0.015062,0.028398,-0.017426,0.027326,0.011867,0.016533,-0.015027,0.013185,-0.062813,-0.00181,0.018503,0.009906,-0.011136,-0.024052,-0.014567,0.036741,0.028687,-0.017538,-0.003545,-0.025802,-0.018219,0.009533,0.011315,0.737835,-0.003572,0.026863,-0.01601,0.017885,0.011874,-0.014134,0.002072,-0.005984,-0.024472,0.015107,-0.012029,0.001708,0.026382,0.038912,-0.007395,0.025366,-0.023055,0.023564,-0.033333,-0.0071,-0.03062,0.023474,0.043647,-0.012469,0.074044,0.009517,-0.043716,-0.017469,0.01475,0.000456,-0.014349,-0.067565,-0.053652,-0.024564,0.003195,-0.022646,0.025707,0.037183,-0.089502,-0.018373,0.012787,0.032638,-0.039302,-0.021386,-0.027629,0.030031,0.006658,-0.009436,-0.025491,0.011037,-0.003934,-0.011,0.042962,0.002463,0.001185,0.004898,-0.035861,-0.005678,0.017791,0.019917,-0.004972,-0.013161,0.043217,0.044475,0.046718,-0.003898,0.012869,0.017648,0.024566,0.039194,-0.111019,0.040979,0.018412,-0.00042,0.017984,0.019689,-0.036754,-0.00023,0.005312,0.019799,-0.087813,0.048073,-0.007289,-0.000466,0.023572,-0.03411,0.005829,0.022359,-0.040066,-0.03033,-0.001466,0.000789,-0.0302,-0.007082,-0.005382,0.024869,0.041898,0.0214,0.00006,0.011194,-0.008381,-0.001437,0.015462,-0.055326,0.004346,-0.007933,0.002907,0.03425,0.036926,0.005862,-0.01583,0.002441,-0.031487,0.004458,-0.005137,0.004338,0.002791,0.024647,-0.009258,0.007945,-0.035207,0.018682,-0.01931,0.014144,-0.066089,-0.048242,0.046597,0.020967,-0.012803,-0.026765,0.012934,-0.006648,-0.024014,-0.032066,-0.012549,-0.006977,0.005033,0.026932,-0.002672,0.018686,0.029673,0.014578,0.01798,0.031978,0.037304,0.029064,0.022519,-0.013862,0.004021,0.017396,0.146296,0.007674,0.025043,-0.009053,-0.008791,0.016408,-0.015138,-0.032675,-0.00022,0.057263,0.017509,0.041746,-0.001282,-0.007298,0.015863,0.055612,0.002898,0.007653,-0.022073,0.008985,-0.012456,0.012495,-0.182258,0.014679,-0.067913,0.00953,-0.007744,0.005012,-0.020387,-0.016951,-0.002775,0.001942,-0.031609,-0.017684,-0.03361,-0.005239,0.047841,-0.03393,0.045249,-0.010834,0.011277,-0.022422,0.0531,0.069315,-0.015954,0.062281,0.014725,0.005728,0.017128,0.03295,0.012255,-0.02148,0.001638,0.025018,0.004164,-0.031052,0.005533,0.013108,-0.045117,0.028655,-0.03021,0.016201,0.039714,0.023038,-0.031501,0.01123,-0.013949,0.000266,-0.014676,0.017709,-0.038278,0.007633,0.010737,-0.011916,0.003859,-0.016,0.012417,0.00411,-0.015536,-0.011129,-0.027282,0.038886,-0.012134,0.005244,0.014816,0.009054,-0.054626,-0.008665,-0.027354,-0.017348,0.025107,-0.005186,0.039269,-0.018435,0.026608,0.005056,0.03953,0.16058,-0.000318,0.038128,-0.008144,0.003372,0.005676,-0.000817,0.00279,-0.011362,-0.039826,0.00199,-0.004466,0.033986,-0.007939,-0.03251,-0.010554,0.083277,0.020376,-0.010845,-0.074796,0.015596,0.048086,0.006083,0.005583,0.012906,0.010739,-0.003137,0.036704,0.025304,0.021331,0.01695,0.023833,0.02598,-0.009917,-0.005174,0.007979,0.024887,-0.004314,0.009836,-0.028762,0.040844,-0.000036,-0.041394,-0.028701,0.022081,-0.006248,-0.054792,-0.012495,0.021591,-0.049073,0.005596,-0.018147,-0.009038,-0.023622,0.030081,0.004927,0.001181,0.005825,-0.017787,-0.015876,-0.003305,0.01343,-0.025914,-0.047491,0.018978,-0.007895,-0.105012,0.01457,0.009696,-0.02376,0.032176,0.033435,-0.014955,-0.091723,0.026746,-0.004051,0.019996,0.018749,-0.0274,-0.007536,0.011173,-0.013764,0.024091,0.048757,-0.036405,0.012023,0.002531,0.016748,0.000807,0.003182,0.020511,-0.013729,-0.001626,-0.007608,0.025277,0.013434,0.028941,-0.016401,0.000761,-0.004452,0.015215,0.024668,0.016533,-0.002961,-0.010633,0.006588,0.051291,-0.024504,-0.028434,-0.004059,-0.034897,0.02898,0.001086,-0.015806,-0.03435,0.007484,0.015035,0.024687,0.00348,0.067182,-0.001844,-0.023385,0.03624,-0.006013,-0.003675,-0.008285,0.054916,-0.019357,-0.005373,-0.030307,-0.003698,-0.01519,-0.054309,-0.036639,-0.004129,-0.023392,0.002371,-0.015436,0.029914,0.00916,-0.014836,0.038107,0.025245,0.008832,0.025668,0.000666,-0.024138,-0.020743,-0.053952,-0.017232,-0.012243,0.024053,-0.017932,-0.01515,-0.017163,0.042242,-0.031705,-0.048942,-0.029466,0.020474,0.002444,0.0268,-0.028439,0.01989,-0.012352,0.035235,0.021698,-0.013489,0.021401,0.006728,-0.033755,-0.012333,0.037802,0.028628,0.014129,-0.023715,0.007732,-0.025673,-0.018777,0.000267,-0.009484,0.047663,-0.000129,0.008443,0.112441,0.001933,0.017363,0.025412,-0.036569,0.018755,0.023457,0.028818,-0.003542,-0.017557,0.007837,-0.03887,-0.011068,0.022506,0.018826,0.010582,-0.006689,-0.04469,-0.004692,-0.028499,0.103308,0.018181,0.005277,-0.024263,0.014223,-0.000876,0.002004,0.008158,0.001224,0.010176,0.012368,0.017859,-0.022683,-0.001982,0.028514,0.009601,-0.036436,0.008127,-0.015208,0.008831,0.037592,-0.017213,0.007019,-0.006088,0.030569,0.021614,-0.019036,-0.002924,-0.011982,0.067798,0.012295,0.007996,0.0324,-0.021557,-0.016625,0.019057,0.008009,-0.005444,0.030615,-0.014819,0.033871,-0.007429,0.0184,-0.0122,0.013664,-0.076663,-0.011728,0.027169,0.005833,-0.012577,-0.021305,-0.012472,0.041826,0.031561,-0.018616,-0.005261,-0.02171,-0.020713,0.022482,0.028151,0.733762,-0.004897,0.025164,-0.006872,0.024214,0.004071,-0.009802,-0.001814,0.003904,-0.018351,0.00461,-0.005156,-0.001357,0.03551,0.022709,-0.001472,0.031155,-0.025972,0.015785,-0.037064,-0.007342,-0.030059,0.031625,0.039479,-0.008607,0.079274,0.004126,-0.039416,-0.00323,0.020975,-0.002281,-0.009806,-0.064884,-0.052565,-0.025348,-0.000798,-0.018812,0.015563,0.022757,-0.081996,-0.017611,0.012761,0.03493,-0.049338,-0.026959,-0.025352,0.030184,0.011121,-0.008143,-0.018926,0.017141,-0.003567,-0.009932,0.035463,-0.003278,-0.004491,0.003566,-0.044227,0.006787,0.019723,0.011609,-0.013631,-0.010158,0.044414,0.035754,0.057618,0.007829,0.010348,0.028879,0.02575,0.062645,-0.064529,0.04819,0.031564,0.013158,0.036796,0.013022,-0.045924,0.003689,-0.013586,0.042317,-0.043171,0.028581,0.052398,0.00042,0.027705,-0.064823,0.017864,0.015008,-0.025891,-0.029653,0.02786,0.001475,-0.008025,-0.002983,-0.001428,0.020344,0.020807,0.010014,-0.003373,-0.008014,-0.010368,0.016347,0.019212,-0.049247,-0.030493,0.009695,-0.017808,0.002091,0.03914,0.012458,-0.005206,-0.000613,-0.006358,-0.023606,-0.008876,0.014681,0.004612,-0.01951,-0.032436,-0.022194,-0.036718,0.013169,0.008982,0.016763,-0.064112,-0.068115,0.012711,0.01841,-0.03562,-0.032961,0.008055,-0.01538,-0.013267,-0.028129,-0.046595,0.002902,-0.003158,0.044294,0.023936,-0.028878,0.031493,0.00493,0.010369,0.03485,0.023903,0.003754,0.035618,-0.024588,0.001809,0.028327,0.121602,0.04911,0.017191,0.005038,0.0081,-0.009611,0.012144,-0.010998,-0.022465,0.064508,0.018473,0.045612,-0.006427,0.00188,0.02418,0.068943,0.028737,0.012219,-0.00801,-0.017249,0.013309,-0.000486,-0.16377,-0.000691,-0.012973,0.006636,0.006511,-0.027533,-0.014033,-0.03788,-0.000764,-0.023913,-0.012335,0.008834,-0.038931,-0.018706,-0.003362,-0.029983,0.021649,-0.021269,0.027099,-0.003064,0.058017,0.078792,-0.032922,0.070742,0.018466,0.026684,0.00374,-0.004607,0.028373,0.003781,-0.013972,0.034798,0.005729,-0.068808,-0.00423,-0.007719,-0.013032,0.037655,-0.031524,-0.019348,0.026159,0.018324,-0.024304,0.00239,-0.008239,0.010172,-0.004053,-0.020861,-0.053658,-0.002541,0.033318,-0.000982,-0.018799,-0.008051,0.017719,-0.000758,0.009146,-0.006045,-0.042234,0.008796,-0.044206,0.003061,0.001393,-0.018218,-0.058029,-0.011602,-0.009172,-0.027025,0.001535,-0.020785,0.022758,-0.034748,-0.004885,0.009365,0.049839,0.161087,0.006604,0.031252,0.015525,0.019955,-0.021168,0.016373,0.011155,-0.041322,-0.045381,0.012425,0.005842,0.037998,0.025679,-0.015537,-0.009168,0.082868,0.001833,0.008056,-0.063891,-0.020866,0.016292,0.017163,0.023791,0.032804,-0.017632,0.015829,0.024104,0.002061,0.024266,0.0488,0.007337,-0.005081,-0.017124,-0.002994,-0.00621,0.025563,-0.014393,0.021279,-0.007959,0.046435,0.022307,-0.009985,-0.04276,0.01415,-0.02329,-0.049035,0.00526,0.040093,-0.02137,0.015455,-0.013357,-0.009852,-0.032291,0.005138,0.004376,0.008052,-0.017577,-0.009781,-0.031458,-0.010106,0.007927,-0.020692,-0.035389,0.026609,-0.035213,-0.090927,0.004959,-0.016346,-0.019017,0.05101,0.016863,-0.008818,-0.060134,0.022078,-0.03456,0.059613,0.024358,-0.030203,0.01432,0.022014,0.00132,0.03351,0.026328,-0.026333,0.001763,0.020773,0.053122,-0.00401,0.019841,0.032754,-0.024248,0.001933,0.011927,-0.008131,0.013036,0.038358,-0.027645,0.00148,-0.009519,0.023059,0.020766,-0.016476,0.007938,0.004016,-0.010352,0.04912,-0.009381,-0.021502,-0.030215,-0.018512,-0.001773,-0.004431,-0.041909,-0.037523,0.019495,-0.008027,0.007012,-0.012432,0.053837,-0.008401,-0.046731,0.027348,0.046138,0.007703,-0.024898,0.065649,0.002071,-0.030594,-0.02356,-0.020278,-0.006978,-0.005044,-0.023235,0.017643,0.007974,-0.007779,0.008727,-0.007658,0.011457,-0.009412,0.018935,0.004827,0.004512,0.030913,0.011782,-0.023299,-0.034765,-0.035213,-0.011174,-0.032437,0.028353,-0.032899,-0.012713,0.002123,0.022906,-0.031822,-0.036459,-0.002704,-0.004146,-0.005068,0.041911,-0.016108,0.00728,0.055349,0.024795,0.025377,-0.018511,-0.01518,0.019796,-0.014812,-0.001235,0.100081,0.019918,-0.016026,0.017496,0.030705,-0.011621,0.011619,0.013251,0.021959,0.046744,0.002388,0.041571,0.113401,-0.011838,0.005447,-0.016164,-0.025456,-0.000583,0.020737,0.013251,0.011151,-0.013099,0.009263,-0.000479,-0.00319,0.042058,-0.040104,-0.020741,-0.008817,-0.018015,-0.006002,-0.038424,0.073075,0.023679,0.024246,0.006981,0.039354,-0.002401,-0.008473,0.013889,0.013158,-0.010476,0.043901,0.003507,-0.032062,0.009415,-0.012535,0.03847,-0.036929,0.006222,-0.004831,0.025715,0.000197,-0.046348,-0.019938,-0.025893,0.023488,0.020903,0.00471,0.008873,0.006581,0.029962,-0.028049,-0.016937,0.022075,-0.041531,-0.024405,0.021012,0.00579,-0.007194,0.048743,-0.016358,-0.001183,0.01805,0.019681,-0.018482,0.008813,-0.037214,-0.023673,0.03225,-0.003186,0.017492,-0.021893,-0.011645,0.023214,0.003515,-0.003709,-0.018611,-0.01782,-0.051089,0.011144,0.006364,0.738814,-0.015282,0.019227,-0.002021,0.004621,0.030559,-0.027515,-0.009355,0.008955,-0.000447,0.01783,-0.013291,0.012126,0.030471,0.069607,-0.033981,0.014368,-0.022768,0.03315,-0.021489,-0.003614,-0.012685,0.030155,0.035614,-0.013621,0.071269,0.023641,-0.011976,-0.008002,0.015497,0.006789,-0.011913,-0.034912,-0.034753,-0.015795,0.02275,-0.003711,0.057349,0.033526,-0.070163,-0.006912,-0.012526,0.040644,0.008067,0.005475,-0.040804,0.026937,-0.014498,-0.022946,-0.014666,0.001951,-0.017902,-0.014724,0.032257,0.004098,-0.022334,0.011197,-0.027886,-0.009928,0.025313,0.005811,-0.003942,-0.013246,0.05595,0.014054,0.040526,-0.026678,-0.003018,0.027317,0.041239,0.034703,-0.053482,0.028856,0.034183,-0.002086,0.029726,0.009063,-0.050924,-0.021814,0.015336,0.040865,-0.037319,0.004824,0.01864,-0.031346,0.010168,-0.048941,0.026583,0.011527,-0.035493,-0.00932,0.007992,0.009407,-0.014812,-0.016323,0.02773,0.025973,0.016974,0.006733,0.006221,0.001501,0.012317,0.016828,0.028317,-0.026217,-0.026973,-0.019177,-0.022765,-0.015427,0.057031,0.012002,0.008837,0.018018,-0.008441,-0.031877,-0.014602,0.004516,0.006635,-0.001221,-0.025809,-0.00966,-0.027562,0.024711,0.013302,-0.000121,-0.046138,-0.037528,0.0261,0.016274,-0.015848,-0.015899,-0.011244,-0.004634,0.001047,0.007312,-0.038952,0.000997,-0.022437,0.051001,0.03395,-0.036048,0.025437,0.028469,0.003911,0.050622,0.030687,0.012043,0.042644,-0.025935,0.004157,0.029344,0.132369,0.015096,0.013648,0.021362,-0.002667,-0.005239,0.00695,-0.00978,-0.013955,0.055236,0.022132,0.000138,0.030319,-0.006196,0.039362,0.07666,0.031057,0.016487,-0.022875,-0.026999,0.012306,-0.000976,-0.128917,0.000821,-0.007614,-0.009355,-0.007752,-0.014875,-0.037328,-0.027366,0.004796,-0.003517,0.010499,0.038197,-0.016218,0.001825,0.00731,-0.029541,0.013296,-0.014141,0.024245,-0.045212,0.059212,0.09057,-0.026372,0.062308,0.049266,0.008781,-0.027384,0.007584,0.015865,0.017204,-0.039165,0.016435,0.026499,-0.067953,-0.013789,-0.006663,0.010059,0.04186,-0.008373,-0.006777,0.030845,0.023094,-0.018506,0.027193,-0.037311,0.025302,-0.006857,-0.026543,-0.027495,-0.002703,0.006034,0.003018,-0.026635,-0.004793,0.038522,-0.015218,0.01284,0.009989,-0.029062,0.002208,-0.023874,0.016519,-0.02806,-0.02873,-0.047426,-0.000458,-0.029045,-0.019543,-0.015858,-0.004961,0.02899,-0.03721,-0.005919,-0.018509,0.044991,0.148446,0.011202,0.030637,0.000728,0.024275,-0.035971,0.015928,0.035283,-0.049855,-0.029588,0.006482,0.017994,0.02698,-0.027294,-0.025837,-0.015586,0.043619,-0.001233,-0.000318,-0.07983,-0.047907,0.002566,-0.009285,0.011909,0.023528,-0.040957,0.005873,0.030823,0.022611,0.03005,0.043995,-0.006945,0.012202,-0.005963,-0.003309,-0.028309,0.010448,-0.001094,-0.003203,0.007793,0.060063,0.03116,-0.025172,-0.022261,0.045398,-0.01527,-0.042419,-0.002035,0.050192,-0.032505,-0.004166,-0.009026,-0.006527,0.001233,0.009155,0.000567,0.026041,0.027876,-0.006362,-0.016566,-0.001587,0.007373,-0.030786,-0.041958,0.038549,-0.018131,-0.10242,0.023178,-0.020179,-0.020373,0.027559,0.004826,0.002457,-0.032066,0.033098,0.011604,0.075176,0.033937,-0.031669,0.003825,0.001443,0.006998,0.022246,0.027503,-0.026746,0.001851,0.011885,0.040791,0.004628,0.004145,0.024524,-0.006381,0.012288,0.024792,-0.032673,0.006639,0.057531,-0.014384,0.00704,-0.006176,0.021579,0.048891,0.006464,0.022603,0.0099,-0.006321,0.059065,-0.029215,-0.016983,-0.039762,-0.038815,0.017838,0.008236,-0.038741,-0.044348,0.003675,0.004907,-0.001424,-0.01139,0.034435,0.001864,-0.020885,0.016359,0.019061,-0.001702,-0.02526,0.05688,0.003561,-0.040325,-0.011401,-0.007484,-0.00753,-0.01603,-0.02659,0.000631,0.001017,-0.016081,-0.00141,0.001321,-0.028681,0.032812,0.018048,0.003855,0.007221,0.032668,0.023469,-0.0168,-0.034841,-0.006266,-0.007885,-0.029984,0.012604,-0.020479,-0.008637,0.009946,0.026602,-0.044371,-0.035771,-0.010533,0.015918,0.000354,0.061609,-0.006084,0.000515,0.05484,0.038805,0.014555,-0.021583,-0.011948,0.008233,-0.02514,-0.017139,0.101806,0.010383,-0.032648,0.015717,0.044007,0.000665,0.011043,0.037278,0.019842,0.035671,0.009009,0.030725,0.118946,-0.018412,0.007331,-0.023098,-0.051541,0.000202,0.018889,-0.006257,0.009383,-0.020074,0.025712,0.00564,-0.000793,0.019096,-0.033092,-0.031732,-0.020557,-0.032175,0.017499,-0.04285,0.037314,0.036604,0.03617,0.011338,0.022812,-0.010117,-0.011995,-0.002814,0.002867,-0.021025,0.028478,-0.009743,-0.010873,-0.006625,-0.018943,0.021039,-0.035615,-0.003883,-0.007675,0.005497,-0.014231,-0.016091,-0.025907,-0.039025,0.009201,0.02798,0.001055,0.01683,-0.009836,0.022695,-0.026231,-0.021144,0.007518,-0.037393,-0.024595,0.002951,0.032403,0.00161,0.03954,-0.006901,-0.003766,0.005815,-0.007701,-0.024884,0.032505,-0.010026,-0.023316,0.016152,-0.008347,0.012177,-0.015929,-0.010605,0.046547,0.014949,-0.011462,-0.014177,-0.034483,-0.031418,0.024432,0.003087,0.751309,-0.004826,0.017279,-0.001946,0.00775,0.043497,-0.019884,0.002942,-0.006849,0.012731,0.036306,-0.016406,0.001728,0.028199,0.058208,-0.011499,0.02692,-0.046196,0.041925,-0.025636,0.011322,0.008567,0.017155,-0.010604,-0.01698,0.059595,0.03007,-0.008567,-0.009894,0.014267,0.009604,-0.013153,-0.02611,-0.037327,-0.03997,0.012227,-0.013613,0.045704,0.0245,-0.075237,-0.023472,-0.024574,0.040592,0.006248,0.020163,-0.022739,0.018543,-0.012092,-0.004315,-0.014419,0.004768,-0.000747,0.003445,0.043438,0.019884,-0.040595,0.014547,-0.029031,0.013327,0.017977,0.009826,-0.009425,-0.003675,0.059078,0.006515,0.027975,-0.010473,-0.002476,0.035514,0.062746,0.032431,-0.072394,0.012711,0.006229,0.003358,0.017513,0.004294,-0.034976,-0.001038,-0.005343,0.028649,-0.051779,0.005939,0.003461,-0.000642,0.008212,-0.030607,0.033239,0.011035,0.012398,-0.068015,0.023473,0.018103,-0.006376,0.009289,-0.003933,0.004486,0.036317,-0.000056,-0.00275,0.008956,-0.031639,-0.01136,0.025734,-0.05203,-0.005821,-0.024337,-0.020265,-0.004466,0.075435,0.020504,-0.028136,-0.009694,-0.046087,-0.008944,-0.039265,0.018161,0.006843,-0.001426,0.009222,-0.013387,-0.012792,-0.022982,-0.029892,0.038488,-0.038111,-0.024376,0.033823,-0.016279,-0.004144,-0.003071,0.011565,-0.021889,-0.012284,-0.0363,-0.035245,0.011956,0.00543,0.01546,0.038208,-0.001241,0.013405,-0.005958,0.008574,0.024366,0.026949,0.006746,0.032025,-0.009325,0.004988,0.022508,0.161395,0.034958,-0.005236,0.00186,-0.014635,-0.003339,-0.012044,-0.045407,-0.019867,0.020633,0.015638,0.02534,0.009047,-0.016673,0.000842,0.07269,0.018014,-0.0065,-0.01387,-0.025199,-0.002416,-0.010295,-0.173425,-0.014669,-0.022696,-0.002914,0.021455,0.007897,0.002035,-0.005265,0.007574,-0.011699,-0.012404,-0.002888,-0.038231,-0.015924,0.006905,-0.022504,0.027763,0.016445,0.014502,-0.037812,0.036262,0.083642,-0.025095,0.110105,0.006552,0.007223,0.027681,0.007382,0.042554,0.031664,-0.007707,0.029736,-0.014375,-0.056094,-0.009958,-0.01185,-0.046693,0.011338,-0.040791,0.008371,0.029239,0.00346,-0.027933,0.017257,0.004327,-0.003042,0.007156,-0.005932,-0.048265,-0.007769,0.024841,-0.007011,-0.001412,0.015775,0.024402,0.000499,0.014407,-0.009645,-0.0279,0.035049,0.011969,0.012167,0.029936,-0.003214,-0.054415,0.002538,-0.019998,-0.028033,-0.017375,0.005879,0.036875,-0.02074,0.023592,0.00914,0.039948,0.145101,0.01212,0.029155,0.009214,0.025593,-0.021574,0.029998,-0.006182,-0.019421,-0.023565,0.014476,-0.002975,0.03535,-0.001688,-0.027839,-0.023257,0.029444,-0.005542,-0.010607,-0.028971,0.016205,0.013438,0.005637,-0.000692,0.020676,-0.005237,0.009678,0.030378,0.034603,0.028181,0.034551,0.01667,-0.002704,-0.007847,-0.001216,-0.015573,0.030427,-0.019378,0.015714,-0.00772,0.035658,0.01031,-0.032263,-0.048171,0.021195,-0.003604,-0.032248,0.003623,0.02711,-0.034674,0.008838,-0.018733,0.016477,-0.038575,-0.002796,-0.004688,0.007684,-0.003254,0.003603,-0.00179,-0.001455,-0.02285,-0.021952,-0.011483,0.021759,-0.020028,-0.087042,0.011498,-0.033311,0.015023,0.009443,0.006814,-0.00895,-0.060941,0.033672,-0.000644,-0.002581,0.026906,-0.024285,0.012361,0.005021,-0.018409,0.040081,0.040887,-0.017589,0.003754,0.009516,0.034299,-0.023074,-0.007471,0.049297,-0.042958,-0.013815,0.007157,0.00741,0.017784,0.001115,-0.024014,-0.004298,-0.008939,0.034598,0.031732,-0.009585,0.024797,0.001343,-0.023058,0.022641,-0.008283,-0.000447,-0.014283,-0.005387,0.002398,0.016618,-0.016638,-0.052076,0.020907,-0.018562,0.010683,0.011943,0.043959,0.019229,-0.035462,0.019293,0.022795,0.013731,-0.026625,0.028781,-0.008395,-0.018037,-0.02146,0.000798,-0.010196,-0.029841,-0.008895,-0.012567,0.00531,-0.000533,0.015349,-0.003308,0.016525,-0.009666,0.002766,0.007964,-0.005002,0.014317,0.009657,-0.018351,-0.023212,-0.05497,-0.011451,-0.023212,0.018081,-0.04184,-0.023544,0.010785,0.010387,-0.033108,-0.037491,0.019246,0.010695,0.008721,0.017517,-0.013773,0.013049,0.039774,0.02215,0.029944,-0.008494,-0.000646,0.044997,0.01149,0.013995,0.022603,0.009174,-0.033603,-0.021522,0.00749,-0.010373,0.000153,0.040404,0.005604,0.025546,0.013912,0.035615,0.112408,0.013173,0.002186,-0.014922,-0.017769,0.002493,0.048197,0.025134,0.003868,-0.009956,0.003817,-0.008111,-0.036262,0.039488,-0.010534,0.035084,0.004976,-0.018789,-0.031807,-0.002368,0.042056,0.020499,-0.005736,-0.011183,0.015931,-0.021724,-0.022892,-0.00956,0.007158,-0.014181,0.020984,-0.008087,-0.03465,0.023523,-0.028153,0.038132,-0.01217,0.002068,0.015054,0.012961,0.012952,-0.018843,0.003723,-0.030433,0.033342,0.017486,-0.011648,0.010001,0.003426,0.050398,-0.000279,-0.009495,0.016922,-0.040028,-0.005269,-0.000986,0.019527,-0.004652,0.008547,-0.003579,0.023899,-0.000424,-0.007122,-0.039212,-0.006325,-0.053483,-0.01943,0.048481,0.004933,-0.010613,-0.004077,0.001003,-0.01063,0.000474,0.008714,-0.02611,-0.031538,-0.01257,-0.00809,-0.000115,0.774925,0.014723,0.015023,-0.022337,0.012379,0.015933,-0.015591,-0.004686,0.014194,-0.003703,0.006173,-0.013987,0.017323,0.006696,0.019554,0.000056,0.050939,-0.03676,0.005912,-0.009238,-0.018637,-0.037787,0.047665,0.031892,-0.015471,0.02592,0.020712,-0.02281,0.016684,0.01158,-0.022411,-0.026089,-0.020295,-0.045748,-0.013142,0.021336,-0.02697,0.026442,0.022879,-0.087678,0.019806,-0.014263,0.014357,-0.029621,-0.003136,-0.00955,0.009181,0.017332,-0.024938,-0.015151,-0.001803,-0.024223,0.0189,0.041109,-0.002518,-0.003464,-0.00078,-0.025614,-0.030617,0.005793,0.03071,-0.003447,-0.019234,0.076789,0.029659,0.077842,-0.011971,-0.01996,0.051535,0.027686,0.027898,-0.070507,0.002456,-0.001897,-0.0073,0.011372,0.006138,-0.036544,-0.003996,-0.014957,0.028654,-0.044291,0.011409,-0.003149,0.012271,0.014624,-0.029247,0.029733,-0.001798,0.017012,-0.081061,0.022484,0.022172,-0.016956,0.013935,0.002716,-0.002878,0.030953,-0.004372,0.009241,0.008768,-0.027417,-0.008693,0.035297,-0.039837,0.000797,-0.02824,-0.020563,0.004663,0.070507,0.017202,-0.034479,-0.001225,-0.03845,-0.01201,-0.043364,0.021414,-0.003123,-0.013567,0.010845,-0.013527,-0.001728,-0.025876,-0.028618,0.037855,-0.043325,-0.032617,0.039466,-0.025649,0.003893,0.003751,0.008719,-0.016527,-0.001744,-0.025258,-0.03024,0.007232,-0.008429,0.023971,0.042381,-0.000193,0.005832,-0.005791,-0.004411,0.009317,0.032216,0.01145,0.011682,-0.014145,0.017148,0.009392,0.172601,0.029347,0.002764,-0.003739,-0.022417,-0.011728,-0.02147,-0.039431,-0.024678,0.020558,0.010647,0.012881,0.012711,-0.014853,0.000096,0.066074,0.013118,-0.019089,-0.018017,-0.026731,0.00922,-0.01401,-0.174134,-0.01748,-0.025713,-0.011392,0.012779,0.013219,-0.012663,0.010906,0.013904,-0.006753,-0.008142,0.000971,-0.046175,-0.022572,0.00888,-0.019251,0.033735,0.021279,0.002313,-0.044957,0.018514,0.095836,-0.013016,0.12455,0.000934,0.008743,0.013316,0.005493,0.041411,0.035345,-0.011557,0.030899,-0.029638,-0.059134,-0.005324,-0.011276,-0.037628,0.009115,-0.036555,0.012026,0.033151,0.007143,-0.025203,0.027604,-0.01024,0.000805,0.017888,-0.002732,-0.046437,-0.020785,0.0146,-0.011211,-0.016752,0.018749,0.028473,-0.00639,0.0126,0.004188,-0.033581,0.029392,0.015855,0.010621,0.022524,0.004224,-0.045713,0.001959,-0.01958,-0.013153,-0.011705,0.015253,0.030638,-0.012871,0.025885,0.006243,0.041858,0.131182,0.013901,0.026731,0.013985,0.019221,-0.021215,0.013107,0.001967,-0.018068,-0.017302,0.020106,-0.004441,0.029725,-0.004401,-0.026392,-0.022063,0.014607,-0.006187,-0.022114,-0.026178,0.029605,-0.000601,0.013735,-0.005862,0.02651,0.007834,0.005442,0.038834,0.039544,0.033697,0.024404,0.015489,0.005692,-0.001736,0.012046,-0.015055,0.025368,-0.016142,0.002852,-0.01713,0.042208,0.017401,-0.041579,-0.044859,0.012921,0.003519,-0.027303,-0.005785,0.051692,-0.033245,0.006319,-0.01377,0.01137,-0.032302,-0.013509,-0.008398,0.009553,0.002044,0.002137,0.006169,0.010824,-0.027185,-0.026116,-0.013857,0.017512,-0.015985,-0.101556,0.003337,-0.036567,0.020515,-0.002445,-0.003311,-0.000834,-0.055713,0.034654,-0.00114,-0.007966,0.026209,-0.026463,0.014611,-0.001758,-0.012562,0.050244,0.044,-0.016598,0.005808,0.007902,0.034076,-0.019085,-0.022781,0.038767,-0.036436,-0.011778,0.018068,-0.005997,0.01723,-0.011901,-0.026445,0.010344,-0.008609,0.022232,0.032934,-0.026076,0.020357,0.000618,-0.018405,0.003242,-0.012611,0.002786,-0.00314,-0.016769,-0.002197,0.018487,-0.010481,-0.044066,0.003821,-0.007512,0.004676,0.017022,0.06044,0.031837,-0.036813,0.026562,0.009523,0.017707,-0.020331,0.034492,-0.006699,-0.014937,-0.030442,-0.00112,-0.007136,-0.04029,0.002201,-0.002553,0.010708,-0.008404,0.007967,0.01125,0.002536,-0.001138,0.016844,0.008631,-0.016833,0.005694,0.023569,-0.011548,-0.031192,-0.039233,-0.002342,-0.017928,0.022753,-0.048436,-0.01737,0.009314,0.004746,-0.037484,-0.036816,0.00626,0.003999,0.004738,0.015071,-0.015324,0.013606,0.044066,0.012427,0.01974,0.002127,-0.006099,0.048207,0.006712,0.010184,0.01854,0.005631,-0.033793,-0.019323,-0.010157,-0.030537,0.007173,0.059774,0.002751,0.029031,0.016622,0.035227,0.110226,0.00886,0.003525,-0.011644,-0.022489,0.007193,0.048779,0.017858,0.000263,-0.016157,0.007339,-0.009521,-0.056026,0.030364,0.018059,0.032195,0.018423,-0.020417,-0.011673,-0.000213,0.024844,0.020247,-0.00549,0.000685,0.019433,-0.028506,-0.028712,0.000156,0.018567,-0.016975,0.022676,-0.005622,-0.032146,0.026599,-0.029108,0.034013,-0.013511,0.007269,0.005243,0.01371,0.001015,-0.026954,-0.00456,-0.028695,0.051825,0.013509,-0.010186,0.008634,0.004889,0.05128,-0.009934,-0.015111,0.022613,-0.031969,0.011764,-0.000793,0.005516,-0.003033,0.0116,0.001554,0.021141,0.005344,-0.014445,-0.027891,0.003262,-0.056547,-0.018284,0.041944,0.007218,-0.016487,-0.002904,0.010082,-0.005226,0.0022,0.012448,-0.021951,-0.035593,-0.008127,-0.008745,0.0044,0.764239,0.027486,0.01841,-0.017744,0.014567,0.010306,-0.016685,-0.00474,0.001171,-0.004872,0.01358,-0.011011,0.00972,-0.001422,0.007039,-0.003424,0.05044,-0.031647,0.006003,-0.004462,-0.021321,-0.032009,0.04136,0.015194,-0.018498,0.040499,0.011893,-0.017073,0.021513,-0.000907,-0.019,-0.034708,-0.025425,-0.06718,-0.025373,0.026938,-0.03607,0.014007,0.024568,-0.081287,0.023527,-0.01021,-0.001014,-0.037027,0.016732,0.003238,0.02251,0.028862,-0.029853,-0.007909,-0.008057,-0.013842,0.014352,0.036615,0.000542,0.003339,-0.004312,-0.030223,-0.042838,0.007943,0.034036,-0.0063,-0.022549,0.089806,0.022058,0.085579,0.004603,-0.008973,0.04977,0.030599,0.038271,-0.067205,0.019635,-0.00107,0.013229,0.012524,0.009022,-0.02872,0.010653,-0.002448,0.024278,-0.072464,-0.011389,-0.006245,0.000048,0.002477,-0.038126,0.037489,0.030428,0.016411,-0.081735,0.040616,0.012006,0.007341,0.00967,0.005838,0.017192,0.040445,-0.007486,-0.000833,0.014242,-0.019394,0.021171,0.034807,-0.0628,0.02126,-0.009962,-0.006535,-0.001353,0.078635,0.012691,-0.034687,-0.014381,-0.020553,-0.01068,-0.038087,0.013995,0.025928,-0.006839,0.012743,-0.005212,-0.009624,-0.016999,-0.033054,0.032353,-0.035643,-0.032268,0.029698,-0.011269,-0.015838,-0.012095,0.016373,-0.029027,-0.021006,-0.027023,-0.045063,0.021092,0.008217,0.032098,0.042824,-0.000663,0.000642,-0.005084,0.0202,0.021982,0.023561,0.010412,0.017225,0.007388,0.006131,0.006507,0.150625,0.038087,0.010116,0.006445,-0.002017,-0.005338,-0.006559,-0.073117,0.007258,0.043948,0.022842,0.016515,-0.006474,-0.021513,0.012214,0.073659,0.008224,0.004512,-0.015497,-0.025089,-0.00419,-0.002496,-0.190005,-0.027412,-0.02769,-0.006842,0.019339,-0.006219,-0.009271,0.007989,0.008867,-0.009588,-0.006894,-0.007242,-0.050189,-0.001303,0.005281,-0.02804,0.037253,0.003355,0.033707,-0.048416,0.026076,0.066064,-0.017882,0.088442,0.010232,0.001069,0.045254,-0.006711,0.028486,0.017264,0.005253,0.031834,-0.017109,-0.053619,-0.014665,-0.019725,-0.035842,0.021408,-0.023622,0.00565,0.036088,0.011091,-0.030186,0.012651,0.0047,-0.004117,-0.006165,-0.003961,-0.036817,-0.003373,0.020506,-0.015289,0.000385,0.013842,0.015236,0.005008,0.001546,-0.032288,-0.037643,0.039175,0.020762,-0.001619,0.023778,-0.004017,-0.050355,-0.004051,-0.025889,-0.033821,0.00014,-0.003803,0.039574,-0.025959,0.033232,0.014156,0.043881,0.121314,-0.002597,0.022871,0.009316,0.033705,-0.007846,0.032918,0.006372,-0.012706,-0.021083,0.017276,-0.014617,0.028849,0.005936,-0.027292,-0.021707,0.005318,-0.00947,-0.020077,-0.033341,0.012285,0.016772,-0.001568,0.005027,0.022298,0.005686,0.002319,0.018036,0.028711,0.017079,0.02773,0.022994,0.004083,-0.025706,0.008689,-0.002758,0.037854,-0.018876,0.00548,-0.007894,0.044833,0.031054,-0.022003,-0.041453,0.015416,-0.002412,-0.043831,-0.017157,0.001746,-0.034781,-0.010239,-0.012494,-0.00373,-0.053394,0.006326,0.003434,0.001505,-0.004811,0.011617,0.008808,-0.010633,-0.031099,-0.011922,-0.024163,0.022711,-0.011378,-0.092597,0.022854,-0.009123,0.017255,0.003653,0.023464,-0.00499,-0.047444,0.039871,0.001713,-0.019436,0.011016,-0.019494,0.005153,-0.006112,-0.018832,0.024208,0.02746,-0.021678,0.016444,0.002778,0.034704,-0.018844,-0.000174,0.06187,-0.056938,-0.005735,-0.010003,0.005436,0.029267,-0.001308,-0.030947,-0.005829,-0.003716,0.039937,0.033261,-0.007415,0.018032,-0.009974,-0.021345,0.022892,-0.019311,0.000411,-0.001525,-0.006223,0.023013,0.014719,-0.015965,-0.055225,0.031858,-0.014039,-0.018666,0.00587,0.019297,0.034103,-0.032156,0.035773,0.021144,0.023816,-0.021396,0.017005,-0.017148,-0.01053,-0.016087,-0.010272,0.009805,-0.042326,-0.018858,-0.015094,0.015685,0.005068,0.022728,0.005581,0.005742,-0.017981,0.01353,0.029829,0.002656,0.021371,0.009459,-0.007826,-0.04248,-0.036438,-0.009123,0.00147,0.009765,-0.031744,-0.023959,0.018821,0.029007,-0.03404,-0.044903,0.030596,0.01252,0.014201,0.009311,-0.021955,0.020276,0.036364,0.030399,0.039398,-0.010186,-0.024084,0.044407,0.018787,0.019323,-0.018156,-0.003033,-0.024953,-0.023675,0.021383,-0.020596,-0.00808,0.014801,0.018472,0.024216,0.005388,0.032226,0.111099,0.005211,-0.002629,-0.021616,-0.023769,0.020585,0.048171,0.042716,0.011332,-0.011339,0.001172,-0.011224,-0.033565,0.023619,0.010036,0.036199,0.012213,-0.018029,-0.019781,-0.008068,0.059872,0.016581,-0.007078,-0.026104,0.015247,-0.006904,-0.019888,0.000293,-0.020655,-0.010904,0.028384,-0.015821,-0.036435,0.026462,-0.038221,0.040948,-0.022737,-0.004507,-0.006164,0.024116,0.017689,-0.022818,0.011498,-0.040741,0.032341,0.034879,-0.010018,0.004516,-0.000765,0.053769,0.016741,0.00479,0.033984,-0.036481,-0.001679,-0.007516,0.016988,0.002198,0.003691,-0.011471,0.042247,0.016091,0.006595,-0.022933,0.006171,-0.041471,-0.022653,0.034064,0.004402,-0.011497,-0.003914,-0.016323,-0.004005,-0.003099,0.025328,-0.019371,-0.035413,-0.012469,-0.001416,0.012167,0.757113,0.014127,0.029543,-0.025483,0.013639,0.010713,0.000053,-0.010635,0.028743,-0.009515,0.006636,-0.020839,0.022108,0.017361,0.008345,0.003459,0.053062,-0.031975,0.02285,0.001199,-0.017269,-0.051095,0.036718,0.040278,-0.032757,0.018194,0.018953,-0.029737,0.018453,0.020347,-0.016616,-0.029096,-0.016932,-0.008745,-0.023173,0.037929,-0.020143,0.01456,0.062023,-0.088345,0.025196,-0.011567,0.016111,-0.019531,0.027899,-0.020793,-0.004536,0.031033,-0.028048,-0.013617,0.013904,-0.00882,0.005897,0.055044,-0.015044,-0.005904,-0.002775,-0.033379,-0.030723,-0.000809,0.023828,0.000455,-0.019989,0.074094,0.029327,0.078116,-0.015024,-0.007702,0.063663,0.021589,0.035983,-0.064041,0.017676,-0.002432,-0.004684,0.008082,0.006,-0.03166,0.005137,0.004881,0.027085,-0.075077,-0.011363,-0.022477,0.010776,0.00518,-0.038245,0.038785,0.017153,0.012996,-0.098371,0.051919,0.009182,-0.01327,0.011355,0.011948,0.01602,0.041938,-0.014623,0.00698,0.002798,-0.029852,0.018716,0.034742,-0.059475,0.024186,-0.010832,-0.00773,0.005996,0.064914,0.016061,-0.032193,-0.001779,-0.008407,-0.022351,-0.050569,0.020923,0.019708,-0.018579,0.014199,-0.017821,0.006699,-0.016573,-0.031708,0.029429,-0.033968,-0.031722,0.036628,-0.017031,-0.002138,0.001664,0.013042,-0.024929,-0.007174,-0.021941,-0.038379,0.009857,-0.008676,0.033284,0.04343,0.009379,-0.005252,-0.000625,0.004125,0.024579,0.028423,0.008335,0.000818,0.01416,0.013551,-0.008162,0.149851,0.028621,0.016063,0.004096,-0.003111,-0.007522,-0.007897,-0.065658,-0.005927,0.036633,0.031566,0.007225,0.001758,-0.017196,0.006303,0.075843,0.011554,-0.002905,-0.020453,-0.025009,0.013868,-0.001956,-0.176936,-0.025433,-0.03273,-0.001593,0.003688,-0.000567,-0.01784,0.018847,0.009541,-0.012002,0.005295,0.002491,-0.056166,-0.005973,0.015934,-0.012045,0.035626,0.008401,0.02814,-0.051929,0.017373,0.078346,-0.002725,0.100738,-0.003582,0.004475,0.024987,0.002337,0.028605,0.031415,-0.004493,0.035971,-0.027465,-0.048377,-0.015983,-0.014052,-0.024508,0.011696,-0.019343,0.016172,0.041096,0.004542,-0.026005,0.017619,-0.000476,-0.004153,0.002145,-0.008069,-0.030967,-0.011165,0.013243,-0.021854,-0.010612,0.022584,0.021211,0.004445,-0.000622,-0.023311,-0.041504,0.039103,0.02192,-0.000905,0.012793,-0.005671,-0.044445,0.005483,-0.022392,-0.017735,0.00122,0.001874,0.035653,-0.014118,0.029951,0.016787,0.039552,0.114405,-0.0016,0.016732,0.012403,0.035635,-0.010535,0.027124,0.022016,-0.013908,-0.01492,0.022262,-0.016281,0.028526,0.009311,-0.026947,-0.025838,0.004094,-0.013856,-0.028122,-0.031452,0.016921,-0.006687,0.004822,0.000406,0.031135,0.021704,0.000625,0.020455,0.031657,0.02213,0.028413,0.021773,0.00708,-0.0242,0.014634,-0.006686,0.033864,-0.015432,-0.008128,-0.015045,0.047045,0.03615,-0.030286,-0.032233,0.012787,0.008097,-0.03264,-0.019849,0.025661,-0.026073,-0.012676,-0.004936,-0.003191,-0.05178,-0.000035,-0.007667,0.015724,0.006713,0.01279,0.004996,0.001881,-0.032434,-0.018855,-0.016747,0.01987,-0.012731,-0.107113,0.016424,-0.009843,0.017371,-0.009455,0.018555,0.000859,-0.041126,0.032381,0.000379,-0.008386,0.019598,-0.023366,0.004757,-0.016737,-0.013126,0.029874,0.02944,-0.025641,0.013506,0.004795,0.03362,-0.014578,-0.006724,0.053755,-0.058379,-0.005292,0.008674,-0.005899,0.030332,-0.007148,-0.028722,0.012092,-0.008117,0.022763,0.040863,-0.013915,0.015292,-0.001003,-0.021126,0.012928,-0.018728,0.004426,0.00611,-0.016849,0.013834,0.010862,-0.009646,-0.054795,0.011382,-0.003796,-0.017288,0.004571,0.025393,0.042219,-0.02458,0.037255,0.005748,0.030269,-0.010574,0.010286,-0.010164,-0.016939,-0.021005,-0.008587,0.010624,-0.031377,-0.014231,-0.009736,0.010752,-0.006564,0.018521,0.011907,-0.009197,-0.012427,0.025441,0.024833,-0.003876,0.01524,0.010866,-0.009459,-0.051602,-0.029694,-0.012206,0.006312,0.0187,-0.037739,-0.019965,0.010404,0.026727,-0.036106,-0.040748,0.016784,-0.001021,0.010563,0.009664,-0.018661,0.018738,0.039027,0.018917,0.029362,0.003936,-0.017983,0.044923,0.020179,0.018277,-0.02388,-0.003563,-0.027571,-0.015246,0.013084,-0.037802,0.004987,0.035849,0.017105,0.004642,0.005273,0.028838,0.111305,0.002428,-0.004682,-0.021782,-0.030134,0.022508,0.04298,0.037566,0.002125,-0.007909,0.001685,-0.014325,-0.050648,0.024547,0.02399,0.039323,0.028559,-0.02886,-0.009931,-0.01025,0.033158,0.015193,-0.005405,-0.018326,0.017366,-0.015904,-0.025394,-0.001017,-0.002052,-0.004958,0.030813,-0.016674,-0.03129,0.031628,-0.033969,0.027065,-0.020804,-0.000832,-0.012402,0.018014,0.012682,-0.032554,-0.000458,-0.035598,0.036987,0.026669,-0.005774,0.011072,0.005006,0.055089,0.003424,0.006673,0.032375,-0.034396,0.021471,-0.009749,0.001199,0.007878,-0.000534,0.003934,0.028935,0.021565,-0.003709,-0.02338,0.013664,-0.034403,-0.020959,0.040357,0.002184,-0.014957,-0.005011,-0.005185,-0.001974,-0.007999,0.028869,-0.013252,-0.030356,-0.006013,-0.000756,0.008779,0.764068,0.020236,0.025958,-0.016932,0.014529,0.002335,-0.008427,-0.007089,0.01971,0.000513,0.016355,-0.020059,0.011009,0.01196,0.002675,-0.010365,0.046202,-0.018767,0.019682,-0.000545,-0.018627,-0.051596,0.036236,0.023884,-0.033722,0.028262,0.012887,-0.02823,0.035997,0.015233,-0.020877,-0.030868,-0.017646,-0.020387,-0.027061,0.037161,-0.024563,0.007565,0.048504,-0.083295,0.025333,-0.020208,0.003437,-0.028719,0.041765,-0.009004,0.016985,0.039816,-0.03028,-0.01133,0.006133,-0.010025,-0.000195,0.050462,-0.010249,-0.001837,-0.00341,-0.043623,-0.036423,-0.005149,0.025294,-0.00415,-0.027371,0.083962,0.024118,0.087359,-0.009246,0.001198,0.067399,0.025753,0.037995,-0.070803,0.020851,0.003402,0.015732,0.015316,0.003769,-0.026816,0.012056,-0.002226,0.022516,-0.077747,-0.006236,-0.006709,0.000982,0.00021,-0.042888,0.040023,0.030085,0.013107,-0.070733,0.037653,0.012256,-0.002088,0.013131,0.002151,0.017905,0.04322,-0.006048,-0.004493,0.013988,-0.01873,0.027352,0.032771,-0.061499,0.018865,-0.010435,-0.005757,0.003143,0.066411,0.010577,-0.033624,-0.013433,-0.017075,-0.012059,-0.039583,0.018007,0.024996,-0.005158,0.012864,-0.004502,-0.01253,-0.017387,-0.03301,0.031692,-0.036548,-0.038263,0.027348,-0.013642,-0.021074,-0.006734,0.016114,-0.026636,-0.015478,-0.026795,-0.046232,0.020342,0.008633,0.032637,0.040951,-0.006471,0.004019,-0.001428,0.019725,0.027546,0.02115,0.003112,0.022213,0.006238,0.011307,0.012988,0.149156,0.036167,0.007092,0.00683,-0.003469,-0.002538,-0.003978,-0.067065,0.006355,0.046511,0.029287,0.016424,-0.005564,-0.019363,0.011853,0.071151,0.010964,0.007954,-0.016399,-0.020076,0.004223,-0.005327,-0.196673,-0.02506,-0.025911,-0.003804,0.016775,-0.009401,0.000698,0.010973,0.002359,-0.009947,-0.008876,-0.007349,-0.048511,0.003221,0.011424,-0.028213,0.028876,0.000131,0.030314,-0.049845,0.02582,0.068257,-0.011164,0.092818,0.011381,0.003609,0.040359,-0.005724,0.031009,0.018864,0.000702,0.034036,-0.02306,-0.057653,-0.014109,-0.021073,-0.03042,0.023441,-0.02664,0.003017,0.034733,0.010073,-0.02669,0.015673,0.007343,-0.001832,-0.003841,-0.006339,-0.033682,-0.004121,0.028697,-0.01617,-0.002996,0.012315,0.012124,0.007539,0.001076,-0.033721,-0.037429,0.023544,0.015498,0.00722,0.022109,-0.001112,-0.051925,-0.000205,-0.026789,-0.036346,0.000005,-0.002795,0.040117,-0.032009,0.03577,0.018563,0.040698,0.127612,0.003412,0.02135,0.009564,0.03184,-0.005851,0.037531,0.000801,-0.011283,-0.018222,0.024683,-0.01327,0.032109,0.009516,-0.027556,-0.01658,0.017446,-0.016966,-0.020187,-0.034889,0.00698,0.018041,0.000271,0.001769,0.020039,0.001502,0.005655,0.024053,0.02668,0.018042,0.030419,0.020699,0.007139,-0.026196,0.006786,-0.005858,0.038719,-0.019155,0.01106,-0.018331,0.045302,0.027148,-0.024222,-0.040095,0.013857,-0.004769,-0.045636,-0.013423,0.004076,-0.035175,-0.008086,-0.011702,-0.003723,-0.049603,0.008828,0.002511,0.003489,-0.004561,0.009215,0.003601,-0.008788,-0.024951,-0.014977,-0.02436,0.020566,-0.014009,-0.094246,0.028094,-0.015047,0.016178,0.006676,0.023018,-0.010536,-0.048091,0.031498,0.000171,-0.005975,0.015299,-0.019893,0.000401,-0.001172,-0.015671,0.028811,0.029004,-0.025162,0.01049,0.004111,0.041154,-0.021134,-0.005423,0.060346,-0.059972,-0.002925,-0.008172,0.003028,0.031947,0.003069,-0.029375,0.00077,-0.007233,0.044355,0.033759,-0.006518,0.012898,-0.007494,-0.020946,0.021996,-0.018093,-0.002812,-0.008974,-0.004637,0.020262,0.012184,-0.012571,-0.051481,0.034263,-0.017114,-0.019163,0.007309,0.026692,0.039987,-0.028629,0.032878,0.026491,0.019532,-0.021984,0.020402,-0.021635,-0.013184,-0.016355,-0.008467,0.005463,-0.034515,-0.026004,-0.010219,0.014891,0.005693,0.027096,-0.003451,0.006956,-0.016133,0.013258,0.025934,0.004299,0.020965,0.008807,-0.005404,-0.0391,-0.036423,-0.014033,-0.008046,0.009966,-0.03134,-0.021025,0.016636,0.024248,-0.03632,-0.039917,0.028892,0.014192,0.014378,0.010501,-0.018021,0.019562,0.035697,0.028057,0.036245,-0.008897,-0.028738,0.046302,0.014885,0.019828,-0.001268,-0.003779,-0.027233,-0.020853,0.019389,-0.021163,-0.011654,0.016989,0.02085,0.026621,0.010504,0.030957,0.110568,0.0052,0.001609,-0.018233,-0.024374,0.020556,0.04799,0.044044,0.010315,-0.017494,-0.000847,-0.00647,-0.034849,0.027344,0.001417,0.035517,0.01041,-0.022951,-0.021359,-0.014324,0.06037,0.020025,-0.004154,-0.022202,0.01516,-0.010964,-0.025135,-0.005772,-0.019631,-0.010169,0.031063,-0.015999,-0.035759,0.024815,-0.028185,0.03951,-0.023451,-0.001786,-0.002374,0.023491,0.019925,-0.029453,0.005152,-0.036854,0.029275,0.035599,-0.007498,0.009408,0.001693,0.053254,0.013973,0.005425,0.033687,-0.034845,-0.005794,-0.002413,0.020089,0.000864,0.004657,-0.006229,0.041219,0.015284,0.008041,-0.028617,0.008447,-0.040994,-0.025304,0.034146,0.004865,-0.008124,-0.002895,-0.010947,-0.002207,0.002578,0.021251,-0.021085,-0.037164,-0.012715,-0.003558,0.012036,0.759433,0.014387,0.025139,-0.017565,0.013196,0.010137,-0.00394,-0.003205,0.025138,-0.009692,-0.001417,-0.020214,0.019474,0.013763,0.015746,0.003098,0.052518,-0.029752,0.025827,-0.003033,-0.015222,-0.04093,0.042204,0.036644,-0.024362,0.024073,0.021242,-0.02817,0.019673,0.015517,-0.014891,-0.020925,-0.025248,-0.017019,-0.018372,0.038666,-0.018794,0.017905,0.058971,-0.085642,0.022091,-0.009529,0.018102,-0.013214,0.019831,-0.022276,-0.000018,0.031443,-0.027553,-0.010684,0.014756,-0.006814,0.006818,0.049558,-0.014629,-0.005821,-0.002789,-0.038326,-0.026966,-0.004501,0.023486,-0.005531,-0.02295,0.073058,0.03023,0.078452,-0.017138,-0.005946,0.060297,0.021239,0.032522,-0.065063,0.017921,-0.003512,-0.001649,0.010276,-0.003874,-0.034479,0.008177,0.004554,0.02396,-0.072008,-0.006562,-0.021478,0.011191,0.006981,-0.038423,0.043429,0.017649,0.014188,-0.089918,0.047746,0.010182,-0.015143,0.016083,0.008285,0.015822,0.044227,-0.008925,0.006584,0.002028,-0.022574,0.020777,0.034556,-0.059034,0.023308,-0.015239,-0.010231,0.004708,0.057764,0.013525,-0.0326,-0.001938,-0.007131,-0.022567,-0.049729,0.020151,0.017747,-0.013228,0.013676,-0.013702,0.001638,-0.015619,-0.030985,0.031102,-0.036282,-0.033228,0.033338,-0.020783,-0.000957,0.004729,0.017144,-0.018412,-0.004199,-0.022479,-0.038294,0.00694,-0.008835,0.03044,0.041309,0.0011,-0.007176,-0.002847,0.005781,0.023541,0.024096,0.002694,0.004844,0.013637,0.012733,-0.008848,0.140508,0.02933,0.013609,0.003922,-0.002631,-0.002107,-0.008189,-0.062435,-0.006102,0.042525,0.031554,0.006014,0.006287,-0.011159,0.011948,0.072612,0.014864,0.001545,-0.01922,-0.021844,0.016642,-0.001842,-0.18309,-0.023443,-0.03223,0.002065,0.004706,0.000291,-0.015301,0.018645,0.008536,-0.009193,0.004848,-0.000142,-0.052193,-0.000208,0.016176,-0.011984,0.032496,0.005786,0.022664,-0.054863,0.018548,0.076058,-0.003079,0.102595,-0.000117,0.002909,0.02622,0.002134,0.027802,0.034807,-0.006739,0.039498,-0.030848,-0.050726,-0.015758,-0.01517,-0.02009,0.011871,-0.023196,0.013611,0.047001,0.005085,-0.026437,0.023279,0.001977,0.004353,-0.003002,-0.010305,-0.029342,-0.012162,0.019576,-0.021183,-0.008828,0.019767,0.022876,0.004649,-0.000084,-0.015958,-0.036909,0.030833,0.01972,0.007619,0.011763,-0.003355,-0.043853,0.008034,-0.027098,-0.018105,0.004433,-0.000989,0.035363,-0.016299,0.030037,0.022774,0.03943,0.117548,-0.000621,0.016862,0.012845,0.033679,-0.009029,0.031211,0.021541,-0.010107,-0.012452,0.024304,-0.013811,0.031529,0.01012,-0.026179,-0.022614,0.007362,-0.016156,-0.031166,-0.03535,0.014606,-0.001828,0.005667,-0.002115,0.03118,0.01864,0.002424,0.024918,0.029094,0.018945,0.030443,0.017459,0.00554,-0.020232,0.00938,-0.011851,0.034073,-0.014546,-0.00336,-0.022749,0.046219,0.039856,-0.032613,-0.027805,0.012198,0.009238,-0.036656,-0.018225,0.024526,-0.02476,-0.013983,-0.001307,0.001655,-0.051136,0.000757,-0.006829,0.014139,0.008461,0.011926,0.003088,0.00078,-0.03003,-0.021202,-0.015423,0.018231,-0.012714,-0.114876,0.021747,-0.011629,0.015835,-0.010173,0.019721,0.001165,-0.043004,0.027528,-0.00076,-0.0088,0.019868,-0.018957,0.007499,-0.008673,-0.015768,0.031591,0.031442,-0.028796,0.01247,0.007195,0.034299,-0.011581,-0.009862,0.05009,-0.056421,-0.005178,0.01086,-0.00943,0.031817,-0.003177,-0.029393,0.016678,-0.009879,0.023529,0.043582,-0.00861,0.010806,-0.001546,-0.019873,0.013249,-0.016657,0.002492,0.004739,-0.01926,0.011379,0.01155,-0.008939,-0.058314,0.014294,-0.006917,-0.020692,0.007408,0.024921,0.044399,-0.024139,0.035146,0.008134,0.028129,-0.01195,0.010204,-0.015038,-0.020187,-0.023492,-0.004526,0.007207,-0.028863,-0.019639,-0.013285,0.012514,-0.002495,0.016109,0.008912,-0.006118,-0.01116,0.021725,0.02486,-0.001753,0.01799,0.011119,-0.007258,-0.049301,-0.025815,-0.015338,0.005451,0.020626,-0.036513,-0.015355,0.007846,0.024351,-0.035859,-0.039286,0.013852,0.001469,0.012975,0.010261,-0.014616,0.018919,0.038175,0.022262,0.027836,0.005582,-0.019687,0.041287,0.015667,0.01827,-0.028175,-0.002446,-0.025148,-0.012955,0.01597,-0.03793,0.001815,0.037019,0.015734,0.004402,0.008668,0.027667,0.110771,0.002523,0.000776,-0.021808,-0.033449,0.020221,0.047174,0.040036,-0.002314,-0.008824,0.000062,-0.014113,-0.052163,0.020579,0.016989,0.038714,0.02377,-0.031138,-0.008768,-0.014731,0.041431,0.013882,-0.006548,-0.020691,0.016181,-0.019634,-0.027897,-0.005499,-0.000706,-0.004849,0.034754,-0.015187,-0.032884,0.026789,-0.028063,0.029153,-0.022586,0.003135,-0.009231,0.014999,0.012612,-0.034255,-0.001232,-0.033313,0.03815,0.030895,-0.004925,0.008659,0.004519,0.057636,0.001429,0.005688,0.032313,-0.033732,0.019676,-0.004755,0.008213,0.006504,0.001696,0.006126,0.026977,0.025187,-0.002226,-0.028315,0.018965,-0.039416,-0.025861,0.042352,0.005045,-0.018794,-0.007131,-0.002907,-0.0014,-0.005438,0.026995,-0.013189,-0.030387,-0.008724,-0.002764,0.009134,0.766887,0.020666,0.023555,-0.01433,0.017231,0.001215,-0.005147,-0.003343,0.021282,-0.000421,0.009563,-0.016573,0.011856,0.012637,0.00334,-0.006819,0.042069,-0.021775,0.021338,-0.001133,-0.016287,-0.044577,0.037913,0.026872,-0.02666,0.029624,0.010224,-0.026736,0.03408,0.015819,-0.017059,-0.026179,-0.02128,-0.024336,-0.022736,0.033649,-0.024296,0.007852,0.04882,-0.078614,0.021084,-0.01686,0.005563,-0.025605,0.037981,-0.010759,0.020011,0.04216,-0.025029,-0.00988,0.007252,-0.003619,-0.00014,0.048065,-0.009671,-0.002316,-0.00383,-0.043904,-0.03273,-0.011,0.024945,-0.006969,-0.026641,0.089553,0.020559,0.090047,-0.009062,0.00448,0.066295,0.027392,0.021871,-0.078333,0.022074,-0.00921,0.011018,0.019744,-0.00306,-0.029019,0.0147,-0.016566,0.023229,-0.067956,-0.002554,-0.00277,-0.00086,0.001135,-0.037603,0.038904,0.01636,0.018999,-0.068955,0.035391,0.013226,-0.001892,0.005174,-0.001348,0.011011,0.053221,0.007589,0.006364,0.011386,-0.016372,0.004519,0.022584,-0.070919,0.011448,-0.025167,-0.000035,0.007084,0.074544,0.011818,-0.021188,-0.016796,-0.031585,-0.004878,-0.039796,0.017165,0.013958,0.000414,0.021698,0.002825,-0.012304,-0.014783,-0.027837,0.028568,-0.040843,-0.022351,0.034725,-0.006581,-0.000513,-0.023099,0.006874,-0.012756,-0.022688,-0.023653,-0.036946,0.013598,0.003989,0.035152,0.032993,-0.000579,0.007058,-0.012136,0.005446,0.025809,0.026644,-0.001453,0.019081,0.001546,0.011757,0.004358,0.149813,0.02873,-0.005368,0.000271,-0.009252,0.006096,0.001104,-0.061343,-0.004458,0.036358,0.028239,0.03025,0.00155,-0.008427,0.005968,0.072336,0.004584,0.009788,-0.008131,-0.008649,-0.006671,0.003148,-0.178881,-0.02516,-0.024662,-0.0074,0.023905,-0.009404,-0.01037,0.005766,0.005162,-0.00311,-0.015895,-0.011365,-0.048061,-0.005802,0.019401,-0.018063,0.038827,0.008096,0.036893,-0.042447,0.043186,0.072486,-0.030917,0.100047,0.007082,-0.018431,0.053377,-0.002951,0.030131,0.012846,-0.006174,0.037868,-0.017695,-0.065864,-0.012513,-0.01016,-0.042563,0.009386,-0.018911,0.003414,0.041212,-0.00303,-0.024896,0.010332,0.015647,0.005266,-0.000592,-0.001387,-0.057533,-0.006369,0.018016,-0.012746,0.006108,0.013378,0.013882,-0.001573,0.007357,-0.022483,-0.024163,0.033046,0.018559,0.012235,0.024308,-0.006869,-0.047442,0.002576,-0.028208,-0.038157,-0.003647,0.006685,0.027751,-0.02772,0.025949,0.018387,0.022898,0.126231,-0.002764,0.02658,0.007998,0.024331,-0.014465,0.027648,0.007948,-0.021971,-0.032732,0.029786,-0.004818,0.01887,0.012487,-0.026834,-0.024185,0.033322,-0.005757,-0.025496,-0.035304,0.006473,0.020636,0.000355,0.000784,0.015897,0.005184,0.010231,0.035747,0.027963,0.026527,0.037288,0.013071,0.00702,-0.017393,0.003976,-0.013273,0.044019,-0.021574,0.005534,-0.023166,0.050491,0.012709,-0.021979,-0.045513,0.014182,-0.002789,-0.029037,-0.003411,0.017639,-0.03812,-0.000489,-0.000109,-0.002579,-0.042479,0.002587,0.007889,-0.007476,-0.012432,0.00249,0.001173,-0.002199,-0.033827,-0.014342,-0.028412,0.007579,-0.01542,-0.109581,0.010826,-0.018962,0.031369,0.009918,0.016774,-0.009611,-0.057873,0.026112,0.001859,-0.009225,0.016624,-0.027359,0.000568,0.009364,-0.02931,0.017926,0.032705,-0.02908,0.01452,0.009323,0.034079,-0.015136,-0.00859,0.050681,-0.048896,-0.007182,0.004158,0.006233,0.010181,0.000147,-0.027131,-0.007698,-0.011031,0.044179,0.027391,0.000578,0.011338,-0.009002,-0.019488,0.024559,-0.015603,-0.005985,-0.003563,-0.001597,0.019729,0.027394,-0.007136,-0.061574,0.01136,-0.019931,-0.00351,0.00872,0.022638,0.036761,-0.040274,0.028829,0.016938,0.020735,-0.01726,0.028026,-0.015601,-0.014612,-0.013146,-0.00832,-0.001482,-0.04312,-0.032178,-0.02439,0.014011,0.007637,0.022483,-0.006375,0.014604,-0.002373,0.00994,0.031757,-0.001059,0.024544,0.00954,-0.001363,-0.030961,-0.031778,-0.010174,0.000043,0.011324,-0.036093,-0.016686,0.021488,0.012623,-0.026892,-0.041706,0.031829,0.009726,0.022907,0.011515,-0.023917,0.006598,0.031636,0.029378,0.046557,0.009076,-0.006177,0.039579,0.016915,0.006824,-0.022466,0.003141,-0.019751,-0.017227,0.020432,-0.02589,-0.003796,0.017787,0.016568,0.030814,0.009598,0.043736,0.11066,0.0065,0.013193,-0.021548,-0.0304,0.004669,0.0469,0.039331,0.005986,-0.012611,0.000445,-0.014001,-0.042093,0.02262,-0.0009,0.024152,0.002854,-0.011394,-0.013941,-0.007041,0.054304,0.015784,-0.007321,-0.025116,0.016199,-0.013252,-0.012346,-0.006729,-0.016339,-0.013573,0.026723,-0.000012,-0.031793,0.030422,-0.021116,0.043127,-0.023422,-0.003175,0.000311,0.017634,0.025111,-0.028921,0.004775,-0.035545,0.033806,0.034015,0.000382,0.002769,-0.000094,0.069819,-0.00049,-0.004983,0.028799,-0.023093,-0.006671,-0.005029,0.027717,-0.002862,0.00255,-0.002345,0.034657,0.003248,0.009317,-0.036946,-0.000428,-0.056612,-0.016146,0.045784,0.008091,-0.00788,-0.010284,-0.00669,-0.000208,0.008537,0.015911,-0.021291,-0.031685,-0.021652,-0.002919,0.013116,0.763763,0.018754,0.013865,-0.014591,0.012912,0.018679,-0.010091,0.001679,0.017814,-0.024695,0.00929,-0.013533,0.004783,0.020036,0.016234,-0.006442,0.06302,-0.030032,0.013145,-0.01554,-0.004529,-0.04561,0.046305,0.043258,-0.021622,0.016331,0.011631,-0.029422,0.014795,0.019096,-0.01279,-0.023061,-0.026874,-0.033895,-0.029196,0.028816,-0.021834,0.020784,0.039639,-0.086875,0.016079,-0.001042,0.004941,-0.014936,0.019297,-0.022382,-0.003292,0.035538,-0.02771,-0.005073,0.011564,-0.011497,0.011306,0.047078,-0.012784,-0.00438,0.000059,-0.029678,-0.020447,0.006123,0.024376,0.00368,-0.012936,0.079487,0.028788,0.07504,-0.018753,-0.018845,0.048429,0.024242,0.013957,-0.075442,0.01459,-0.015733,-0.005223,0.01404,-0.003504,-0.038884,0.012653,-0.01524,0.025127,-0.068341,-0.004229,-0.015279,0.004527,0.008724,-0.029698,0.040688,0.010678,0.023249,-0.077665,0.044347,0.024504,-0.014776,0.007404,0.006496,0.01456,0.045983,0.00072,0.013273,0.008882,-0.016991,0.003869,0.02016,-0.066508,0.013504,-0.032508,-0.008107,0.000119,0.079891,0.012926,-0.030096,-0.014682,-0.020101,-0.01422,-0.059851,0.015697,0.004003,-0.002699,0.01635,-0.009175,-0.000647,-0.012255,-0.029035,0.023626,-0.043998,-0.026003,0.042337,-0.019036,0.013749,-0.015687,0.007267,-0.004286,-0.00695,-0.026236,-0.024702,0.003641,-0.007615,0.035569,0.033436,0.015523,0.000154,-0.008623,-0.007702,0.033383,0.035892,0.000514,0.006149,-0.006022,0.021538,-0.013287,0.142292,0.016115,0.001605,-0.002036,-0.008936,-0.000673,-0.008072,-0.055569,-0.017084,0.030919,0.027725,0.016088,0.008941,-0.005596,0.013157,0.069112,0.009483,0.006075,-0.021226,-0.016348,0.009462,0.002309,-0.171223,-0.03151,-0.028695,-0.002949,0.010187,-0.005549,-0.018864,0.025014,0.016389,-0.000938,-0.006793,-0.001037,-0.048969,-0.011599,0.02707,-0.00722,0.036504,0.019698,0.032847,-0.05898,0.032526,0.078932,-0.022047,0.104434,0.002584,-0.012686,0.041136,0.004976,0.028475,0.018693,-0.01305,0.040488,-0.032834,-0.060719,-0.010267,-0.009337,-0.038362,0.004333,-0.021168,0.015003,0.039051,-0.010592,-0.028779,0.026554,0.003795,0.00544,0.002815,-0.001546,-0.053666,-0.018295,0.007538,-0.018407,-0.007049,0.025805,0.017829,-0.005623,0.010058,-0.011791,-0.026441,0.031982,0.040019,0.010963,0.018599,0.000068,-0.048489,0.010295,-0.040308,-0.028788,-0.009369,0.017662,0.02973,-0.016683,0.025209,0.027222,0.02551,0.118098,0.003626,0.020227,0.00761,0.026929,-0.011923,0.022447,0.014993,-0.007927,-0.026662,0.029681,0.000654,0.025289,0.013337,-0.024287,-0.034408,0.042226,-0.006341,-0.033134,-0.034032,0.019652,0.003738,0.000226,-0.003725,0.023238,0.028451,0.000591,0.042731,0.032738,0.028737,0.025283,0.015527,0.008629,-0.012263,0.006999,-0.009988,0.051098,-0.017059,0.000051,-0.033253,0.044744,0.027541,-0.034532,-0.040957,0.019218,0.009242,-0.025389,-0.007129,0.042696,-0.02703,-0.00961,0.006023,0.006482,-0.045815,0.005152,-0.000348,0.005158,0.001293,0.00252,0.006867,0.01667,-0.041246,-0.017188,-0.026932,0.014601,-0.009666,-0.117706,0.016216,-0.024471,0.029167,-0.000983,0.009137,-0.005228,-0.044589,0.024512,0.001492,-0.018884,0.027911,-0.034257,0.004704,0.002698,-0.02846,0.02611,0.021462,-0.032092,0.018227,0.009195,0.035401,-0.016637,-0.008228,0.048283,-0.047213,-0.006551,0.025227,-0.011263,0.014091,-0.004145,-0.027532,0.011265,-0.009606,0.02726,0.043214,-0.007276,0.011719,-0.0078,-0.010927,0.025551,-0.00806,-0.001601,0.007084,-0.02143,0.006059,0.025947,-0.009729,-0.066018,0.007169,-0.002341,-0.010598,0.00884,0.013766,0.047165,-0.029409,0.024584,0.004466,0.032784,0.000576,0.018282,-0.018572,-0.014295,-0.023642,-0.001445,-0.001576,-0.035908,-0.022145,-0.018454,0.020128,-0.003645,0.021911,0.004304,0.011053,-0.005959,0.023912,0.027235,-0.007809,0.015777,0.005016,-0.006398,-0.035663,-0.021547,-0.0079,-0.000571,0.015128,-0.043983,-0.015772,0.011441,0.011368,-0.019665,-0.034611,0.01724,0.002908,0.027898,0.010799,-0.018207,0.006073,0.02246,0.026179,0.031079,0.018055,-0.012672,0.038812,0.034272,0.016102,-0.033582,0.004747,-0.023254,-0.011025,0.009846,-0.037254,0.002079,0.026965,0.00955,0.023534,0.010892,0.037687,0.110085,0.007865,0.015809,-0.025333,-0.032178,0.005004,0.051352,0.033784,-0.001341,-0.014201,0.000006,-0.030633,-0.061473,0.02562,0.001348,0.025964,0.016064,-0.016476,-0.016189,0.003725,0.030938,0.008875,-0.010918,-0.026114,0.019106,-0.026898,-0.016602,-0.001691,-0.005891,-0.01215,0.016695,-0.006265,-0.028167,0.037638,-0.020164,0.028053,-0.029717,0.002702,-0.008136,0.013637,0.020206,-0.034779,-0.004635,-0.036578,0.034295,0.024991,-0.006298,-0.000431,0.006525,0.062715,-0.001169,0.002225,0.035105,-0.022497,0.011447,0.001437,0.022973,0.003173,-0.001232,0.008474,0.02445,0.012435,0.004342,-0.03968,0.007993,-0.053615,-0.017017,0.044248,0.015177,-0.026956,-0.017798,0.002667,-0.010514,0.000414,0.020795,-0.019705,-0.031565,-0.014233,-0.008256,0.018947,0.75614,0.037213,0.014038,-0.019574,0.014269,0.014813,-0.014401,0.004956,0.016074,-0.027121,0.024118,-0.008771,-0.004233,0.017682,0.007747,-0.010871,0.052552,-0.025421,0.011331,-0.012651,-0.011973,-0.048126,0.03388,0.043095,-0.021403,0.017291,0.011658,-0.018855,0.02334,0.001747,-0.001627,-0.026229,-0.024988,-0.04715,-0.031057,0.031184,-0.026118,0.018874,0.036508,-0.080495,0.031033,0.000253,-0.006347,-0.027624,0.027084,-0.017959,0.013872,0.029221,-0.028709,-0.012088,0.010404,-0.002307,-0.003153,0.044598,-0.008938,-0.009639,-0.004672,-0.034625,-0.030267,0.000614,0.018107,-0.000142,-0.017456,0.094827,0.025307,0.090886,-0.011632,-0.012508,0.058435,0.03235,0.027733,-0.074451,0.037845,-0.015895,-0.035322,0.018643,0.023659,-0.050346,0.005485,0.014711,0.04604,-0.050855,0.02344,-0.014913,-0.014022,0.015075,-0.040435,0.008936,0.033998,-0.032868,-0.062235,0.030132,-0.000239,0.017621,0.014224,-0.013362,-0.017646,0.005414,0.004393,-0.014651,0.029875,-0.031844,-0.017738,0.014603,-0.052286,-0.00218,-0.007448,-0.016849,0.001618,0.067974,0.001442,-0.020484,-0.004392,-0.010131,-0.019559,-0.018705,0.008779,0.014951,0.003307,0.005754,0.019337,0.006399,-0.011083,-0.010095,0.044077,-0.030472,-0.01511,0.00474,0.014783,0.002009,-0.000935,0.012723,-0.008345,-0.009476,-0.015911,-0.035657,0.005263,-0.004146,0.030945,0.027185,0.0258,0.02146,0.008589,0.005017,0.02048,0.043244,0.012294,0.02808,-0.016423,-0.002234,0.003604,0.127649,-0.001467,0.004677,0.002832,0.012155,0.021668,-0.004911,-0.004479,-0.020335,0.03542,-0.007562,0.027397,-0.002025,-0.015044,0.008963,0.097009,-0.008227,-0.008754,-0.034371,-0.024704,-0.002147,0.004426,-0.145588,-0.004082,-0.044992,0.02532,0.016185,0.029267,-0.00223,-0.033041,0.011297,-0.034255,-0.026438,-0.016649,-0.007555,-0.041774,-0.000147,-0.016993,0.031497,-0.004644,0.015869,-0.013471,0.053295,0.054352,-0.027617,0.103448,0.028133,0.022886,0.015377,0.021468,0.005589,0.04548,0.006802,0.031594,0.01961,-0.027415,-0.001464,-0.019028,-0.041208,0.006247,-0.019149,0.001623,-0.000473,0.006853,-0.039901,0.028636,0.007028,-0.008372,0.011199,-0.032816,-0.044498,0.001642,0.01815,0.006486,0.012632,0.021699,0.065135,-0.012932,-0.000174,-0.016653,-0.017938,0.014947,0.01861,0.006984,0.018343,0.015334,-0.061188,0.006197,-0.001063,0.005348,0.007919,-0.005305,0.038794,-0.020431,0.013605,-0.02907,0.023019,0.111411,0.003989,0.029026,0.030795,0.035824,-0.015048,0.004883,-0.007723,0.000995,0.005749,-0.003698,0.007024,0.001717,-0.010498,-0.041692,-0.032008,0.065896,-0.00575,0.016162,-0.023485,0.020475,0.017838,-0.013646,0.002503,0.018907,0.002011,-0.000859,0.037153,0.031485,-0.004965,0.016228,0.037499,0.005121,-0.005298,-0.000476,-0.019258,0.019497,0.010246,0.007357,0.002663,0.018702,-0.006386,-0.015168,-0.023889,0.028409,-0.011191,-0.0526,0.004648,0.015604,0.002988,0.012719,-0.013575,0.031406,-0.029723,-0.028189,0.015485,-0.007354,-0.007474,-0.013166,0.006772,0.010033,-0.010329,-0.040705,-0.025821,0.000982,0.000504,-0.079427,-0.003485,0.019329,0.001446,0.027559,0.005701,-0.007454,-0.044777,0.013956,0.009394,-0.056586,0.001873,-0.000859,0.026974,-0.01921,0.022226,0.017528,0.009864,0.000777,0.007564,0.03696,0.022081,0.01419,-0.010892,0.026426,-0.033363,-0.015187,-0.013329,0.005724,0.009284,0.002384,-0.024571,-0.003397,0.012048,0.034493,0.002946,-0.001936,0.024965,-0.004245,-0.004501,-0.001456,-0.020611,-0.025488,-0.019845,0.004972,0.005591,0.008439,-0.023803,-0.039529,-0.016389,-0.025332,0.01468,0.005144,0.062181,0.021387,-0.007969,0.006147,0.012029,0.007508,-0.032733,0.033138,-0.001011,-0.019963,-0.011928,-0.000581,-0.034544,-0.039664,-0.030123,-0.023033,-0.017767,-0.007161,-0.013647,-0.008122,-0.006451,-0.030795,0.008988,0.013666,-0.010026,0.005209,0.000355,-0.016209,0.018579,-0.034238,-0.014701,-0.012091,-0.002777,0.000579,0.012933,0.001539,-0.012694,-0.002087,-0.029455,0.017252,0.007736,0.007912,-0.015171,-0.002537,0.005107,0.03552,0.031401,0.015101,-0.013653,0.016581,0.028395,-0.01099,0.006485,-0.052562,-0.003059,-0.015475,-0.020809,0.027361,-0.016742,-0.00077,0.012461,-0.008978,0.019879,-0.004755,0.024618,0.115181,0.029631,0.008519,-0.010347,-0.028092,-0.006671,0.048155,0.021841,0.006953,-0.020634,-0.008741,-0.013773,-0.037345,0.027433,-0.004364,-0.021234,0.004695,-0.057569,0.01183,-0.007122,0.017914,-0.012956,-0.014351,-0.000236,0.019543,-0.02265,-0.021405,0.007704,0.032794,-0.006995,0.009752,-0.000853,-0.022334,0.009557,0.004005,0.022426,-0.01454,-0.005085,0.016377,-0.000671,-0.013017,-0.015025,0.015591,-0.035913,0.016785,-0.002103,-0.022653,0.003715,0.015537,0.059173,-0.002377,-0.017132,0.00004,-0.039911,0.012687,-0.008657,-0.001079,-0.014157,0.014905,0.035302,0.022322,0.010928,0.003925,-0.031582,0.004885,-0.045042,-0.028923,0.027679,-0.00936,-0.003964,-0.007757,-0.000981,-0.009238,0.029057,-0.003191,0.012207,-0.021505,-0.015081,-0.010221,-0.009233,0.799002,-0.009746,-0.030552,0.000828,-0.006045,-0.029188,-0.032705,-0.033999,-0.003169,0.001215,0.000722,-0.004873,0.031518,0.011246,0.027883,0.014432,0.036059,-0.034692,0.010517,-0.00436,-0.014067,-0.019545,0.037217,0.013253,-0.031459,0.048158,0.013758,-0.007595,0.029507,-0.01373,-0.018686,-0.037019,-0.004991,-0.064456,-0.012081,0.008643,-0.008008,0.001968,0.030001,-0.100584,0.009285,-0.016706,0.017912,-0.005786,-0.000928,-0.035491,0.019917,-0.000693,-0.004384,-0.029315,0.014102,-0.019272,0.010094,0.031252,-0.004877,-0.010845,0.006481,-0.039464,-0.02825,0.013639,0.014742,-0.017734,0.013972,0.078765,0.019721,0.063752,0.014436,-0.020616,0.046563,0.034304,0.030303,-0.077566,0.035549,-0.012762,-0.0469,0.014673,0.031034,-0.048927,-0.000338,0.012168,0.049551,-0.059483,0.031828,-0.016623,-0.02014,0.012525,-0.041236,0.004303,0.026315,-0.03739,-0.06432,0.036184,-0.007666,0.016515,0.020134,-0.011602,-0.026458,-0.005108,0.001856,-0.008519,0.030979,-0.033263,-0.021355,0.01272,-0.049685,-0.000755,-0.00826,-0.019615,0.010252,0.061489,-0.000367,-0.024739,0.004286,-0.008975,-0.026133,-0.021369,0.01089,0.013021,-0.006702,0.004675,0.02292,0.012273,-0.018135,-0.000652,0.039677,-0.036107,-0.010847,0.002139,0.011681,0.005083,-0.000834,0.020928,-0.002157,-0.010704,-0.015172,-0.029396,-0.005104,-0.007044,0.0309,0.021336,0.029828,0.016605,0.009761,0.000685,0.009832,0.040249,0.018499,0.026147,-0.02259,0.004216,0.001942,0.133054,-0.006054,0.01294,0.00586,0.005724,0.024441,-0.008922,-0.005622,-0.017902,0.033149,-0.01617,0.02314,0.005624,-0.012398,0.004607,0.094144,-0.00827,-0.013979,-0.039856,-0.02827,0.005358,0.00898,-0.152304,-0.007375,-0.049549,0.025815,0.007412,0.029501,-0.004694,-0.02093,0.017395,-0.031464,-0.02278,-0.019601,-0.002199,-0.029417,-0.01097,-0.007877,0.037675,-0.009764,0.008575,-0.01858,0.041988,0.05891,-0.026703,0.110487,0.027403,0.026983,0.013956,0.023069,0.003693,0.050566,0.009677,0.029763,0.019228,-0.029486,-0.0098,-0.019256,-0.035658,0.005695,-0.016505,0.004346,0.00273,0.017251,-0.036715,0.028816,-0.003606,-0.010001,0.01026,-0.035173,-0.047047,-0.002855,0.017808,0.010451,0.011033,0.02033,0.074193,-0.008915,-0.001175,-0.014861,-0.023469,0.010535,0.015523,0.009378,0.013396,0.02661,-0.058148,0.006204,-0.005354,0.013773,0.006742,-0.003317,0.037549,-0.017506,0.016863,-0.03429,0.023782,0.097925,-0.003924,0.028277,0.027864,0.041819,-0.015823,0.00315,0.000167,0.007948,0.012189,-0.00846,-0.002746,-0.003479,-0.010147,-0.045479,-0.04042,0.054095,-0.00343,0.016168,-0.025327,0.025058,0.015942,-0.012362,0.000736,0.015254,0.011899,0.003447,0.033386,0.033219,-0.004787,0.012065,0.04036,0.000384,-0.004012,0.005438,-0.018858,0.011322,0.014173,0.002642,0.00202,0.018036,-0.010325,-0.02015,-0.025501,0.022269,-0.012609,-0.053096,0.008063,0.024165,0.000438,0.00996,-0.014713,0.031764,-0.032564,-0.0373,0.01747,-0.006474,-0.001151,-0.008492,0.006141,0.011322,-0.005384,-0.040084,-0.022977,0.003854,0.00376,-0.089521,-0.003397,0.013148,0.00394,0.02044,-0.0001,-0.005072,-0.037592,0.016592,0.00981,-0.065743,0.003914,0.004379,0.02405,-0.024972,0.025573,0.014046,0.018623,-0.006863,-0.001306,0.046356,0.018281,0.016015,-0.017002,0.021312,-0.022247,-0.006245,-0.010453,-0.004131,0.008865,0.004514,-0.026973,-0.001565,0.0117,0.035213,0.008285,-0.009451,0.015569,0.001356,-0.000557,0.000575,-0.025543,-0.022962,-0.017795,-0.004013,-0.000228,0.014631,-0.026144,-0.040639,-0.021599,-0.024781,0.014319,0.008484,0.074103,0.021212,-0.010283,0.006528,0.009626,0.0087,-0.026313,0.031446,0.002052,-0.019315,-0.01378,-0.004313,-0.030186,-0.047059,-0.029726,-0.023901,-0.017824,-0.006392,-0.017594,0.000024,-0.00025,-0.025936,0.021626,0.016835,-0.011254,-0.006489,0.009741,-0.013762,0.010961,-0.03373,-0.009801,0.001155,-0.001805,0.00212,0.01306,0.002341,-0.008193,-0.00591,-0.034325,0.012934,0.009,0.002989,-0.015792,-0.003983,0.005693,0.045551,0.032968,0.009251,-0.004694,0.018119,0.029689,-0.0072,0.010594,-0.063822,-0.004604,-0.013777,-0.021903,0.02103,-0.025488,0.002835,0.022703,-0.007899,0.02684,-0.004518,0.025357,0.115972,0.025726,0.008417,-0.003792,-0.033779,-0.005918,0.049306,0.019179,0.007856,-0.027434,-0.004778,-0.012856,-0.045915,0.031,0.010525,-0.028882,0.004247,-0.061481,0.017606,-0.007461,0.026859,-0.009442,-0.026039,0.01403,0.022631,-0.020501,-0.023185,0.007197,0.034165,-0.009004,0.013129,-0.00474,-0.018112,0.003062,0.003761,0.021364,-0.009008,-0.005102,0.014188,-0.004901,-0.02477,-0.018036,0.012253,-0.037497,0.026521,-0.005923,-0.028824,0.0043,0.015077,0.060954,-0.006475,-0.022194,0.002887,-0.039089,0.009982,-0.004391,-0.002987,-0.016494,0.013635,0.037777,0.019258,0.017335,0.011091,-0.028299,0.00529,-0.053333,-0.027448,0.0232,-0.000914,-0.001386,-0.00273,0.005775,-0.00714,0.03086,-0.010211,0.019391,-0.027556,-0.010797,-0.009375,-0.010614,0.780247,-0.006161,-0.040754,0.003715,-0.007182,-0.035221,-0.036251,-0.036528,-0.00448,0.002676,0.003649,-0.008266,0.03866,0.009856,0.024562,0.023256,0.03927,-0.035464,0.008804,-0.006199,-0.016079,-0.019147,0.038446,0.004201,-0.033947,0.056686,0.019676,-0.012899,0.032575,-0.013979,-0.022177,-0.04631,-0.012293,-0.069455,-0.019324,0.013343,-0.011479,-0.000228,0.027103,-0.096123,0.01339,-0.018545,0.019843,-0.008897,0.002226,-0.030799,0.028832,-0.003868,-0.002745,-0.026631,0.012818,-0.016194,0.015408,0.030078,-0.008347,-0.016356,0.001543,-0.045397,-0.034438,0.020931,0.024903,-0.020335,0.016252,0.088073,0.015159,0.06748,0.022244,-0.021501,0.045012,0.039745,0.027293,-0.071224,0.027695,-0.009652,-0.021643,0.021061,0.020369,-0.042518,-0.011055,0.008743,0.036223,-0.052382,0.019222,0.000294,-0.017288,0.006574,-0.033464,0.008309,0.035425,-0.028185,-0.056484,0.036574,-0.001964,0.010359,0.021258,-0.016735,-0.021697,0.014968,0.011678,-0.016843,0.027491,-0.030344,-0.027433,0.015457,-0.055673,-0.011975,-0.005184,-0.022439,0.000778,0.068585,0.001025,-0.028129,-0.005274,-0.022545,-0.026309,-0.012887,0.009146,0.010046,-0.000383,-0.003569,0.020042,0.002339,-0.011775,-0.00847,0.050104,-0.032156,-0.016132,0.0043,0.004439,0.000866,-0.002898,0.015873,-0.013359,-0.023137,-0.021364,-0.032174,0.000228,0.012668,0.026849,0.023681,0.025561,0.021658,0.007567,0.013489,0.01767,0.042814,0.012627,0.032518,-0.007942,-0.010946,0.023862,0.140336,0.007518,0.019344,0.013918,0.015772,0.027223,-0.007815,-0.012058,-0.022953,0.046334,-0.002488,0.024711,0.001618,-0.00763,0.005476,0.087483,-0.000466,-0.014373,-0.029436,-0.017952,-0.000029,-0.006193,-0.160885,-0.002232,-0.045274,0.016624,0.033603,0.024653,0.012992,-0.027205,0.013556,-0.0213,-0.023165,-0.013594,-0.006573,-0.027865,-0.00627,-0.014709,0.029446,-0.004123,0.015746,-0.014529,0.042234,0.066778,-0.040067,0.102413,0.025516,0.026278,0.020225,0.022616,0.018066,0.047717,0.003172,0.024183,0.015875,-0.023749,-0.011003,-0.013332,-0.039372,0.012878,-0.020767,0.006428,0.004336,0.019295,-0.031247,0.023179,0.003701,-0.002053,0.004882,-0.028955,-0.053433,0.007028,0.022988,0.01256,0.00791,0.018264,0.061907,-0.013897,-0.004283,-0.007615,-0.018069,0.006481,0.012051,0.008277,0.019318,-0.000234,-0.056714,0.010075,0.001598,0.000674,0.001373,-0.014226,0.047936,-0.03305,0.013731,-0.02764,0.020214,0.131303,0.010388,0.039478,0.026213,0.034506,-0.024023,0.011823,0.000923,-0.002314,0.00024,0.002254,0.005123,0.007931,-0.003964,-0.036456,-0.030342,0.051548,-0.013171,0.02092,-0.024302,0.019148,0.015412,-0.015228,0.002663,0.018699,-0.010211,-0.002476,0.028204,0.047714,-0.005386,0.01916,0.037304,0.007614,0.00059,-0.001631,-0.018059,0.017116,0.012552,0.01816,-0.000384,0.019404,-0.007118,-0.017095,-0.028553,0.02683,-0.007028,-0.042583,0.013694,0.018312,-0.00859,0.01998,-0.022308,0.022641,-0.034488,-0.027814,0.005738,-0.003505,0.007601,-0.003189,0.003203,0.011043,-0.010341,-0.037402,-0.023276,0.012625,-0.011342,-0.075572,0.002764,0.009591,-0.004376,0.023973,0.012485,-0.011311,-0.056252,0.020935,0.000802,-0.055851,0.001981,-0.001305,0.026989,-0.012254,0.012214,0.023327,0.028397,0.000541,0.001154,0.042309,0.016874,0.011797,-0.009875,0.02906,-0.034521,-0.013801,-0.013368,0.011351,0.009645,0.01625,-0.022186,-0.004706,0.006864,0.046255,0.005183,-0.007407,0.022699,-0.003366,-0.004522,0.005294,-0.00938,-0.019262,-0.03314,0.00563,0.01853,0.006751,-0.029405,-0.033011,-0.008035,-0.026709,0.023941,0.001898,0.059745,0.005101,-0.008126,0.011771,0.017485,-0.004827,-0.031406,0.032152,-0.00614,-0.018199,0.000986,0.001147,-0.02936,-0.038993,-0.029186,-0.02252,-0.017529,-0.010574,-0.009274,-0.006393,0.015803,-0.017898,0.006928,0.016532,-0.007631,0.015899,0.006122,-0.022425,0.010228,-0.030366,-0.011787,-0.023687,-0.00002,0.0025,0.000208,0.009116,-0.012805,-0.009908,-0.034366,0.017567,0.01713,-0.000258,-0.012675,0.001425,0.004597,0.039043,0.036667,0.014854,-0.024199,0.016695,0.032896,-0.001773,0.01265,-0.035668,0.002635,-0.020097,-0.017239,0.023384,-0.009056,-0.007803,0.023241,-0.009453,0.016126,0.007725,0.023911,0.113158,0.02393,0.006225,-0.011394,-0.017366,-0.000789,0.045915,0.020147,0.005402,-0.01399,-0.003526,-0.012297,-0.036339,0.035563,-0.013735,-0.009721,-0.006729,-0.049515,-0.005259,-0.00809,0.045009,0.003135,-0.013844,-0.004155,0.014658,-0.012896,-0.021925,0.009163,0.025368,-0.007554,0.00949,-0.003951,-0.021531,0.003585,0.005851,0.027513,-0.020317,-0.01515,0.026334,-0.001113,-0.002415,-0.01016,0.020954,-0.02962,0.016317,0.010595,-0.028884,0.015856,0.015973,0.056339,-0.000855,-0.012528,0.008394,-0.04298,0.002738,0.002652,0.008726,-0.014467,0.027049,0.022665,0.030298,0.014905,0.00247,-0.039899,-0.001653,-0.058092,-0.018464,0.028234,0.001441,-0.008881,0.003017,0.000716,-0.013855,0.029118,-0.003354,0.006271,-0.022213,-0.01647,-0.003686,-0.01235,0.790986,-0.009648,-0.028999,-0.005223,-0.009325,-0.018338,-0.03484,-0.025915,0.013661,-0.00194,-0.004875,0.000989,0.035975,0.00847,0.037492,0.018733,0.036367,-0.03252,0.011973,-0.014453,-0.006871,-0.014698,0.046605,0.018567,-0.03161,0.05394,0.018778,-0.019741,0.018098,-0.007735,-0.0223,-0.038496,-0.008214,-0.062025,-0.008813,0.011911,-0.008345,0.014644,0.027178,-0.09546,0.001208,-0.008036,0.030815,-0.001777,-0.009559,-0.035715,0.016382,-0.004006,-0.013946,-0.025491,0.008037,-0.024033,0.017309,0.033712,-0.003412,-0.009654,0.001419,-0.03352,-0.027169,0.010674,0.018012,-0.013741,0.008195,0.083508,0.027499,0.063932,0.010722,-0.0223,0.035285,0.042753,0.024537,-0.07837,0.023258,-0.0039,-0.034465,0.017423,0.023863,-0.030365,-0.022541,0.006887,0.03506,-0.064516,0.02892,-0.000239,-0.023766,0.005066,-0.023431,0.001552,0.029977,-0.034306,-0.054384,0.037421,-0.016643,-0.002706,0.024267,-0.006611,-0.027499,0.011786,0.010427,-0.005737,0.030084,-0.022179,-0.028184,0.027672,-0.057949,-0.00927,-0.010207,-0.014089,0.007124,0.061841,0.005599,-0.037929,0.004497,-0.016651,-0.026634,-0.006077,0.012081,0.009342,-0.009479,-0.010793,0.023026,0.007676,-0.012231,-0.000206,0.039212,-0.038755,-0.016403,0.005947,0.002232,0.002763,-0.002165,0.022576,-0.006566,-0.01835,-0.016965,-0.021845,-0.016342,0.001508,0.027889,0.015701,0.025506,0.016705,0.018672,0.010398,0.000925,0.039413,0.021298,0.033568,-0.011001,-0.006327,0.018396,0.143146,0.009152,0.024427,0.010688,-0.000201,0.02391,-0.012418,-0.004166,-0.027327,0.045809,-0.008257,0.013296,0.013179,-0.006072,0.005283,0.079163,0.005806,-0.016571,-0.031619,-0.018779,0.008213,-0.001587,-0.183151,-0.004097,-0.049769,0.012125,0.0266,0.016721,0.004536,-0.008514,0.018652,-0.018765,-0.016936,-0.007491,-0.003424,-0.011386,-0.013363,-0.009054,0.038837,-0.011126,0.008457,-0.025387,0.030992,0.076324,-0.041767,0.102998,0.018689,0.029949,0.017482,0.025672,0.011982,0.046499,-0.000493,0.014728,0.017919,-0.018478,-0.023733,-0.014404,-0.023588,0.015566,-0.023154,0.009921,0.016759,0.025726,-0.032007,0.027044,-0.013876,0.002092,0.002609,-0.025623,-0.059184,-0.006266,0.026308,0.01378,0.005109,0.015925,0.070384,-0.006158,-0.005399,0.005735,-0.02392,0.013037,0.011826,0.013528,0.022107,0.006849,-0.054338,0.0095,-0.002714,0.000218,0.001347,-0.017023,0.043042,-0.02998,0.021452,-0.019699,0.020426,0.127491,-0.002195,0.037256,0.017231,0.040493,-0.016778,0.006207,0.015767,0.004934,0.000019,0.001187,-0.00346,0.00295,0.001121,-0.041616,-0.033054,0.037679,-0.010711,0.015644,-0.034451,0.026012,0.01799,-0.005312,0.00224,0.022273,-0.001111,-0.000832,0.017704,0.045668,-0.002531,0.010547,0.035781,-0.005009,0.006474,0.000111,-0.014482,0.020347,0.010157,0.013637,-0.00261,0.027713,-0.007795,-0.021707,-0.025623,0.01905,-0.008012,-0.036815,0.012206,0.040495,-0.016749,0.018823,-0.020732,0.012713,-0.037651,-0.033582,0.007169,-0.004247,0.012971,0.011228,0.003443,0.014639,-0.005915,-0.041764,-0.020683,0.023946,-0.013264,-0.086131,0.002728,0.011045,-0.005386,0.006505,0.000925,0.000345,-0.036401,0.018908,-0.000153,-0.067393,0.004493,0.006787,0.025501,-0.009396,0.014856,0.019069,0.043852,-0.001184,-0.012279,0.044519,0.013278,0.007736,-0.013001,0.027232,-0.015094,-0.000577,0.005768,-0.003786,0.009613,0.012612,-0.026894,-0.002033,0.002289,0.040168,0.012112,-0.014107,0.007516,-0.000086,0.006089,0.016762,-0.008761,-0.014524,-0.023694,-0.007998,0.011787,0.012465,-0.037036,-0.037959,-0.00604,-0.028303,0.01781,0.001928,0.064185,0.00211,-0.012908,0.016319,0.008508,-0.00263,-0.018506,0.029115,0.004326,-0.021377,-0.003568,-0.001351,-0.018606,-0.04348,-0.026738,-0.022798,-0.012766,-0.019539,-0.01368,0.006433,0.017529,-0.006416,0.023094,0.025257,-0.007571,0.01126,0.017577,-0.021348,-0.009136,-0.016501,0.000489,-0.00895,0.012288,-0.0005,-0.000176,-0.00064,-0.004715,-0.017341,-0.041618,0.001944,0.014838,-0.00664,0.000622,-0.003191,0.004419,0.04579,0.037956,0.000451,-0.018976,0.014648,0.026609,-0.001242,0.013782,-0.046717,0.007618,-0.004075,-0.018956,0.017476,-0.014918,0.0071,0.037303,-0.006014,0.023755,0.004411,0.015276,0.111758,0.019645,0.004716,-0.006634,-0.03057,0.004119,0.045952,0.018683,0.002821,-0.018523,0.00031,-0.022174,-0.046268,0.040012,0.007144,-0.010299,-0.007077,-0.046155,-0.005005,-0.013521,0.054222,0.011816,-0.032346,0.00302,0.019263,-0.017001,-0.024223,0.009797,0.032837,-0.010329,0.01553,-0.006716,-0.015015,-0.001276,0.009065,0.024816,-0.022272,-0.008727,0.021121,-0.017896,-0.009371,-0.014321,0.014684,-0.029905,0.032838,0.012094,-0.028537,0.010728,0.015496,0.064624,-0.004677,-0.013154,0.012624,-0.040873,0.008165,0.003298,0.007199,-0.018132,0.017149,0.02141,0.021659,0.025614,0.002458,-0.033853,0.002261,-0.065366,-0.022499,0.028804,0.016156,-0.006119,0.005736,0.003563,-0.009874,0.02626,-0.008113,0.00753,-0.023266,-0.010764,-0.002206,-0.01043,0.780789,-0.0096,-0.029706,-0.003186,-0.007606,-0.019087,-0.036131,-0.030404,0.010953,0.000562,-0.007731,-0.00254,0.038978,0.006188,0.028111,0.021374,0.033646,-0.027583,0.011867,-0.020169,-0.007025,-0.017389,0.051341,0.01771,-0.029613,0.064453,0.016155,-0.030305,0.025434,-0.006435,-0.02042,-0.039674,-0.017056,-0.060531,-0.00803,0.016476,-0.019401,0.018846,0.019672,-0.084842,0.001896,-0.006179,0.030541,-0.004796,-0.001925,-0.033565,0.025777,0.000773,-0.004553,-0.018312,0.005677,-0.020033,0.021859,0.03215,0.001483,-0.013288,-0.002255,-0.03384,-0.024614,0.008673,0.027538,-0.005222,0.012456,0.092344,0.02629,0.067642,0.019826,-0.022289,0.038808,0.045158,0.033446,-0.088392,0.025706,0.008018,0.002794,0.008928,-0.013844,-0.026739,-0.01095,0.001943,0.023552,-0.077161,0.014956,0.023717,-0.020542,-0.016513,-0.027666,0.011102,0.021675,-0.019473,-0.055146,0.022367,-0.005301,-0.012578,0.022049,-0.014809,-0.006038,0.035027,0.012227,-0.025868,0.018809,-0.004735,-0.010811,0.025014,-0.069435,-0.004128,-0.004881,-0.016201,-0.004145,0.062493,-0.003916,-0.023925,-0.000055,-0.023694,-0.011593,-0.001562,0.022063,0.004711,-0.012718,-0.000922,0.016068,-0.008295,-0.020381,-0.019244,0.028709,-0.032657,-0.030451,0.018408,0.010595,-0.02546,-0.00411,0.0149,-0.029814,-0.023623,-0.021615,-0.024753,-0.004722,0.011313,0.013736,0.010516,-0.000216,0.01744,0.002965,0.017207,-0.007619,0.026833,0.015615,0.01277,0.002077,-0.020968,0.030097,0.142102,0.027543,0.024689,0.000576,0.003543,0.014025,-0.008204,-0.037772,-0.005379,0.055239,0.001107,0.025781,0.008057,-0.016032,-0.013674,0.07036,0.011346,-0.009445,0.001005,-0.009692,0.002445,-0.008019,-0.212785,-0.00219,-0.039666,0.00363,0.027816,0.005525,0.009886,-0.005984,0.005344,-0.013364,-0.01123,-0.018232,-0.024754,0.003662,0.000542,-0.028564,0.031884,-0.00817,0.008855,-0.022625,0.045589,0.085819,-0.039237,0.102405,0.019551,0.016633,0.019596,0.004484,0.025664,0.022352,-0.004901,0.017286,0.0036,-0.032186,-0.034572,-0.016162,-0.027482,0.033952,-0.043499,0.011965,0.021995,0.026162,-0.0285,0.011018,-0.001532,-0.008992,0.001738,-0.016087,-0.040057,-0.006436,0.020579,-0.005733,-0.008853,0.004306,0.041763,-0.004794,-0.005698,-0.000443,-0.027191,0.016786,0.014209,0.008338,0.008049,-0.011962,-0.046216,0.000552,-0.00697,-0.022403,0.011638,-0.01305,0.034562,-0.032648,0.015836,-0.003503,0.009019,0.132054,0.005607,0.035901,0.019655,0.03764,-0.016121,0.019816,0.011406,-0.020289,-0.021676,0.015777,-0.00343,0.018746,0.017156,-0.019772,-0.018584,0.025293,-0.003994,0.008433,-0.044935,0.016709,0.037931,0.003033,0.008058,0.014583,-0.022963,-0.012275,0.010714,0.02414,0.006043,0.033927,0.028262,0.009231,0.016421,-0.007833,-0.025603,0.034039,-0.011689,0.01322,-0.001687,0.034838,0.004555,-0.00758,-0.046833,0.019813,0.012048,-0.038822,-0.001624,0.016084,-0.026693,0.016587,-0.017436,0.010982,-0.027362,-0.001301,0.015219,0.00311,0.013165,0.00124,0.010624,-0.014083,-0.002197,-0.029924,-0.027862,0.022553,-0.026372,-0.103409,0.013034,-0.002893,-0.009828,0.037181,0.022687,-0.000278,-0.041632,0.021046,0.006289,-0.014684,0.003229,-0.017324,0.009737,0.014811,0.006377,0.031858,0.039792,-0.009557,-0.007669,0.014039,0.025445,-0.017738,-0.012536,0.031445,-0.034735,-0.005331,-0.008434,0.005294,0.015318,0.029376,-0.02174,-0.007173,0.003145,0.040141,0.01082,0.021418,0.014826,-0.013384,0.005155,0.021192,-0.007066,-0.009705,-0.022876,0.000968,0.036577,0.00418,-0.029761,-0.046066,0.024286,-0.032689,0.018121,-0.001641,0.073136,0.011624,-0.026815,0.028089,0.023258,-0.01092,-0.022587,0.04215,-0.00328,-0.001482,-0.002178,-0.013735,-0.010821,-0.042016,-0.029632,-0.02208,-0.01497,-0.013119,-0.016069,0.003071,0.016829,-0.000413,0.003736,0.011914,0.004373,0.016612,0.024666,-0.010063,-0.010081,-0.027345,-0.011473,-0.004638,0.019022,-0.009438,-0.009371,0.002449,0.018456,-0.023426,-0.039844,0.012884,0.01236,-0.009052,0.012146,-0.007752,0.023813,0.040766,0.037699,0.027064,-0.022847,0.013846,0.026076,0.003816,-0.014809,-0.011197,0.009797,-0.008946,-0.017335,0.019618,-0.016513,-0.004678,0.025887,0.007645,0.027853,0.023083,0.008673,0.109413,-0.000996,0.005815,0.008186,-0.016816,0.006832,0.045243,0.034101,-0.008101,-0.004534,-0.000135,-0.014428,-0.028708,0.039207,0.022723,0.013358,-0.01139,-0.026479,-0.004117,-0.019381,0.088811,0.015002,-0.021541,-0.010829,0.013018,0.001774,-0.025743,0.004579,0.004058,-0.007083,0.040349,0.008577,-0.025155,-0.013575,-0.006761,0.034387,-0.03161,-0.01348,0.03088,-0.006639,0.002865,-0.028442,0.005761,-0.03028,0.012102,0.024224,-0.013533,0.016693,0.011024,0.058847,-0.007993,0.003505,0.025283,-0.019973,-0.011818,0.015129,0.031006,-0.018058,0.027637,-0.017044,0.029389,0.014521,0.00779,-0.031377,-0.012159,-0.050628,-0.018644,0.035369,0.021283,0.004155,-0.002761,-0.003884,-0.002918,0.006464,0.009011,-0.001809,-0.029696,-0.015093,-0.000283,-0.005171,0.779913,0.00572,0.018452,-0.021756,0.001459,-0.002534,-0.010161,-0.014623,0.022402,-0.0038,-0.007297,-0.010422,0.038668,0.002132,0.017138,0.006336,0.036194,-0.021767,0.023025,-0.021172,-0.015627,-0.017921,0.045813,0.024963,-0.002364,0.045844,0.012868,-0.037591,0.020202,0.014144,-0.022833,-0.017472,-0.034044,-0.039192,-0.00388,0.031064,-0.006695,0.019892,0.035865,-0.082256,0.01168,-0.000446,0.030921,-0.004723,0.00478,-0.015048,0.006618,0.01791,-0.003268,-0.008304,0.015948,-0.023659,0.018328,0.046888,-0.004201,-0.013141,0.000458,-0.036142,-0.022992,0.005553,0.018124,-0.015245,-0.020701,0.080791,0.034688,0.051823,0.004843,-0.015967,0.040023,0.035425,0.029007,-0.090328,0.019986,0.003465,-0.019875,0.013303,-0.015716,-0.027938,-0.011146,-0.000184,0.023657,-0.090367,0.017091,0.017871,-0.020352,-0.013292,-0.008778,0.015945,0.004972,-0.022699,-0.062732,0.026547,-0.014309,-0.023419,0.027682,-0.006148,-0.011193,0.037518,0.004339,-0.013205,0.020164,0.002676,0.001377,0.026279,-0.066191,0.004216,-0.002645,-0.011182,0.007533,0.045946,-0.001177,-0.029708,0.012136,-0.015262,-0.024788,-0.004322,0.024048,-0.001416,-0.014216,-0.007248,0.015435,0.003187,-0.013578,-0.026056,0.016189,-0.036986,-0.033104,0.022863,0.012222,-0.002495,0.006983,0.014298,-0.020536,-0.012196,-0.00836,-0.018026,-0.019213,-0.01139,0.015261,0.00777,0.000856,0.007416,0.00427,0.012102,-0.022228,0.018953,0.019514,-0.006647,0.002088,-0.015508,0.023979,0.139865,0.026533,0.020759,-0.001595,-0.001917,0.005109,-0.010809,-0.031178,-0.02407,0.051688,0.003766,0.016753,0.027317,-0.010338,-0.008493,0.063444,0.011365,-0.007198,0.000152,-0.007245,0.003925,0.004724,-0.228034,-0.001145,-0.038467,0.004409,0.004883,-0.004603,0.000283,0.006071,0.004376,-0.014322,0.002914,-0.009952,-0.030433,0.014913,0.00234,-0.022544,0.046792,-0.020528,0.005645,-0.020982,0.041996,0.095397,-0.027955,0.115028,0.010514,0.016993,0.013498,0.00804,0.011421,0.014668,-0.012038,0.021096,-0.001326,-0.044928,-0.036165,-0.014974,-0.011254,0.025459,-0.035802,0.013331,0.036973,0.025862,-0.018925,0.015151,-0.007334,-0.004126,0.004784,-0.018901,-0.0354,-0.013232,0.00422,-0.01607,-0.015384,-0.003274,0.049869,0.003971,-0.005749,0.006243,-0.03761,0.016589,0.010239,0.017959,-0.010244,-0.00653,-0.034531,0.003418,-0.01115,-0.021678,0.026401,-0.004051,0.024612,-0.02102,0.021059,0.002349,0.015584,0.132422,0.006145,0.033861,0.012815,0.030208,-0.015739,0.009781,0.03089,-0.019033,-0.022522,0.009789,-0.00338,0.012677,0.02127,-0.014774,-0.021152,0.010669,-0.001942,0.003862,-0.046087,0.024748,0.025955,0.013231,-0.002533,0.024699,-0.008503,-0.016743,0.011666,0.015384,0.019008,0.029749,0.030472,0.015109,0.014943,-0.00757,-0.034768,0.03484,-0.023827,-0.008039,-0.010268,0.045737,0.007234,-0.015356,-0.03234,0.026085,0.017603,-0.043049,-0.008231,0.039727,-0.027249,0.016858,-0.012056,0.007247,-0.019829,0.001184,0.013099,0.012698,0.024197,-0.000684,0.008045,-0.001961,0.001782,-0.032919,-0.01271,0.01311,-0.026399,-0.112177,0.011854,-0.007773,-0.008984,0.022921,0.013878,0.005253,-0.033941,0.01459,0.001905,-0.019244,0.009105,-0.012522,0.002222,0.009325,0.011721,0.039952,0.045409,-0.011761,-0.010713,0.020127,0.019805,-0.006714,-0.023301,0.019917,-0.027272,-0.00571,0.007996,-0.00558,0.013767,0.024004,-0.021843,0.010173,-0.002718,0.020473,0.016175,0.018057,0.005929,-0.013126,0.009299,0.020337,-0.011472,-0.013385,-0.017216,-0.017121,0.029708,0.00891,-0.032034,-0.039056,0.020866,-0.021373,0.013806,-0.006592,0.095577,0.015207,-0.031001,0.030907,0.00308,-0.006056,-0.003435,0.042919,0.004865,-0.009322,-0.011756,-0.01498,-0.003894,-0.042521,-0.017535,-0.023133,-0.009921,-0.020437,-0.019191,0.018205,-0.000388,0.003332,0.014721,0.016699,0.000336,0.011145,0.035308,0.005563,-0.010763,-0.01155,-0.001376,0.01625,0.026157,-0.018286,0.003816,-0.01172,0.026931,-0.032775,-0.030337,-0.005938,0.004385,-0.009794,0.020495,-0.022869,0.017499,0.043052,0.030006,0.022216,-0.011307,0.016278,0.022847,-0.009369,-0.018377,-0.012524,0.017464,0.00007,-0.020331,0.005933,-0.032641,0.011026,0.040695,0.009862,0.024803,0.010019,-0.006489,0.107086,-0.007039,0.009566,0.014991,-0.028184,0.002377,0.046068,0.0253,-0.010848,-0.00117,-0.001809,-0.018088,-0.030367,0.036029,0.031286,0.009608,-0.00475,-0.025897,0.009997,-0.031051,0.089502,0.00977,-0.030342,-0.006672,0.016084,-0.013389,-0.025144,-0.000972,0.020266,-0.005801,0.046175,0.012898,-0.031508,-0.012993,-0.004872,0.028041,-0.017875,0.001952,0.01555,-0.012184,-0.003309,-0.026836,0.004832,-0.017669,0.027557,0.017752,-0.020377,0.01555,0.010491,0.058047,-0.012997,-0.005835,0.025971,-0.024198,-0.004342,0.018219,0.010983,-0.019524,0.026183,-0.015521,0.021701,0.023396,0.000588,-0.016765,-0.007071,-0.041162,-0.01603,0.034136,0.025231,0.005032,-0.01199,0.003099,0.004587,0.011165,0.003422,-0.003383,-0.018992,-0.021839,0.003771,-0.000827,0.775902,0.014978,0.021065,-0.018699,0.011904,-0.008193,-0.008605,-0.007018,0.015263,0.001448,-0.003221,-0.009071,0.027146,0.001235,0.000512,0.003421,0.026331,-0.010488,0.02036,-0.026983,-0.02222,-0.021268,0.043425,0.015551,-0.009035,0.06369,-0.000508,-0.044056,0.018651,0.012742,-0.015998,-0.02819,-0.039054,-0.047561,-0.012749,0.030177,-0.018843,0.021154,0.024183,-0.071211,0.004111,0.005559,0.019663,-0.00766,0.022183,-0.00369,0.02083,0.019916,0.003399,-0.002617,0.000656,-0.017068,0.019259,0.044205,-0.001991,-0.01512,-0.000548,-0.033248,-0.020515,0.006841,0.025021,-0.015404,-0.016546,0.089755,0.013902,0.063867,0.01537,-0.010035,0.031556,0.032164,0.038106,-0.089658,0.018737,0.006541,0.012166,0.013337,-0.005837,-0.032781,0.001159,-0.012319,0.022806,-0.084193,0.016685,0.020129,-0.009954,-0.018343,-0.031778,0.015927,0.0187,-0.029407,-0.051388,0.019772,-0.0016,-0.015006,0.03363,-0.015262,-0.006004,0.039061,0.0172,-0.018109,0.026104,0.000372,0.004586,0.036846,-0.068077,0.004309,0.000933,-0.014181,-0.000131,0.055713,0.007661,-0.033774,0.001666,-0.017738,-0.011793,-0.017259,0.023382,0.01558,-0.007138,0.007608,0.008359,-0.014469,-0.0197,-0.029643,0.024131,-0.036709,-0.040385,0.019707,0.019596,-0.025426,-0.00351,0.01445,-0.026824,-0.010127,-0.016839,-0.030894,-0.008593,0.006697,0.022113,0.01695,0.003209,0.020303,0.001994,0.02083,-0.006736,0.018653,0.018988,0.013161,0.004909,-0.011309,0.030336,0.135084,0.023717,0.015329,-0.008802,-0.007266,0.005786,-0.001098,-0.036703,-0.008281,0.053916,0.013566,0.029772,0.002761,-0.010802,-0.005156,0.069906,0.008845,-0.007533,-0.001626,-0.005263,-0.001942,-0.004461,-0.213013,-0.005235,-0.041652,0.004026,0.021759,-0.006645,0.001419,0.00238,-0.004216,-0.019948,-0.009965,-0.016345,-0.038576,0.000209,-0.000203,-0.023469,0.038443,-0.008958,0.009534,-0.023226,0.040566,0.095233,-0.018925,0.119123,0.014918,0.019937,0.024259,-0.003665,0.021509,0.016531,-0.000035,0.023373,-0.00286,-0.046057,-0.030805,-0.024198,-0.023476,0.037372,-0.033136,-0.002429,0.025929,0.031278,-0.018904,0.015807,-0.00125,-0.009617,0.00802,-0.019579,-0.042215,-0.002504,0.0209,-0.015183,-0.005198,0.003729,0.027919,-0.005219,-0.001223,-0.003297,-0.021756,0.014801,0.008171,0.0122,0.004552,-0.004755,-0.042131,-0.005207,-0.010016,-0.020646,0.030208,-0.003182,0.036133,-0.027159,0.024477,-0.004742,0.018502,0.122817,0.006597,0.032543,0.020365,0.032096,-0.006308,0.016459,0.007549,-0.023902,-0.015803,0.013259,-0.009578,0.016314,0.021142,-0.024505,-0.009275,0.017914,-0.001463,0.001918,-0.045395,0.010732,0.036583,0.005844,0.001438,0.024456,-0.018209,-0.012076,0.01599,0.022016,0.01005,0.037545,0.024097,0.008482,0.006735,-0.003027,-0.022961,0.030613,-0.030803,0.014702,-0.014902,0.043177,-0.004083,-0.01487,-0.031997,0.015482,-0.00586,-0.045152,-0.008781,0.025235,-0.032156,0.017705,-0.016575,-0.003021,-0.02855,-0.000081,0.017891,-0.001915,0.010116,-0.002872,0.006164,-0.010367,-0.005872,-0.024415,-0.024505,0.019028,-0.027372,-0.120645,0.01889,0.001366,-0.004578,0.026173,0.011075,-0.006601,-0.024415,0.020242,-0.00383,0.003985,-0.009786,-0.014342,0.001079,0.011286,0.006498,0.030033,0.036252,-0.00605,-0.006129,0.01255,0.030901,-0.017247,-0.014668,0.023586,-0.034682,-0.001615,-0.00728,0.010259,0.020292,0.016534,-0.027838,0.001338,-0.005238,0.039899,0.010871,0.013315,-0.001784,-0.006766,0.005244,0.026283,-0.010628,-0.019594,-0.013429,-0.007358,0.02432,0.01576,-0.023452,-0.03796,0.029766,-0.025788,0.007177,-0.007893,0.081731,0.019207,-0.035811,0.031989,0.017686,-0.002463,-0.006783,0.042934,-0.011298,-0.017065,-0.013335,-0.007761,-0.000012,-0.039841,-0.033138,-0.017881,-0.011385,-0.014101,-0.005296,-0.000777,0.00338,0.000907,0.008435,0.015687,0.004883,0.016685,0.03244,0.000046,-0.018336,-0.023461,-0.011752,-0.000594,0.021268,-0.020711,-0.00535,0.012265,0.020893,-0.031271,-0.029477,0.014548,0.01503,-0.006056,0.012027,-0.015753,0.02023,0.049006,0.017833,0.03093,-0.016671,0.012705,0.038211,-0.013394,-0.00353,0.002831,0.019023,-0.006188,-0.020372,0.014404,-0.021979,0.000164,0.023581,0.014627,0.034802,0.014249,0.004058,0.108343,-0.004539,0.008254,0.015018,-0.016998,0.005243,0.051199,0.041137,0.001509,-0.008799,-0.003359,-0.010995,-0.026067,0.039393,0.026864,0.01443,-0.005787,-0.021784,0.013519,-0.024561,0.098265,0.020615,-0.013081,-0.000464,0.020265,-0.003192,-0.027991,-0.003939,0.006714,-0.002729,0.046351,0.008766,-0.038492,-0.000589,-0.006644,0.041632,-0.020985,-0.001145,0.011096,-0.004375,0.007162,-0.036073,-0.001032,-0.033494,0.014596,0.023366,-0.009223,0.017785,0.011482,0.05,-0.00303,0.008389,0.033399,-0.017082,-0.006664,0.013709,0.024592,-0.008372,0.020162,-0.017742,0.029353,0.010899,0.022557,-0.022554,-0.005883,-0.045506,-0.023257,0.036421,0.014072,0.00613,0.003573,-0.011881,0.00259,0.011714,0.00667,-0.009779,-0.033187,-0.025497,-0.008319,-0.005283,0.775119,-0.0015,0.022249,-0.012394,0.006087,-0.010877,-0.005102,0.000351,0.011197,-0.009751,-0.004468,-0.01492,0.029071,0.002907,0.026016,0.003616,0.042672,-0.016555,0.02278,-0.0214,-0.017464,-0.014069,0.046791,0.027076,-0.006004,0.055302,0.001283,-0.033219,0.016595,0.003359,-0.012353,-0.016511,-0.037477,-0.044074,-0.009179,0.035805,-0.015203,0.026434,0.03617,-0.085133,0.011338,0.000475,0.024217,-0.001347,0.000402,-0.010041,0.010927,0.025726,-0.005344,-0.010609,0.013869,-0.024928,0.021133,0.047423,-0.015115,-0.012894,-0.000369,-0.036532,-0.022858,0.000996,0.024848,-0.013581,-0.016615,0.082246,0.026049,0.058847,-0.000243,-0.007367,0.029935,0.02404,0.032461,-0.094455,0.014375,0.008764,-0.012461,0.022409,-0.009534,-0.030595,-0.004383,-0.006225,0.020825,-0.092671,0.019228,0.014851,-0.014652,-0.01257,-0.013896,0.018481,0.008732,-0.028687,-0.060556,0.020338,-0.007307,-0.021384,0.037449,-0.006448,-0.014571,0.041542,0.009112,-0.007887,0.02898,0.003918,0.009831,0.027158,-0.065183,0.010069,-0.00677,-0.007331,0.010135,0.045059,0.006659,-0.032502,0.011433,-0.006746,-0.021369,-0.019737,0.024639,0.002342,-0.013255,0.004812,0.020056,-0.000937,-0.01697,-0.031493,0.01296,-0.039849,-0.035882,0.022714,0.01855,-0.000646,0.000523,0.01093,-0.014705,-0.002304,-0.00843,-0.018294,-0.021971,-0.010986,0.012956,0.007291,0.005949,0.006486,0.006894,0.011494,-0.02605,0.01472,0.016797,-0.00047,0.000763,-0.013814,0.024836,0.136207,0.020389,0.01978,-0.00882,-0.012982,0.002327,-0.007176,-0.030501,-0.021886,0.049974,0.016022,0.016109,0.027294,-0.007365,-0.001874,0.067125,0.007894,-0.007595,-0.006046,-0.007537,-0.004888,0.000451,-0.223964,-0.005324,-0.042626,0.006606,0.005812,-0.006942,-0.005956,0.008349,-0.005811,-0.014022,-0.000005,-0.00997,-0.037,0.011057,0.003276,-0.01353,0.044616,-0.014614,0.001883,-0.024665,0.044675,0.099247,-0.01435,0.121218,0.010573,0.020831,0.021132,0.001164,0.011093,0.011037,-0.005646,0.024639,-0.006168,-0.047553,-0.02774,-0.019433,-0.010458,0.033422,-0.027592,0.007792,0.040541,0.031298,-0.012565,0.01848,-0.001431,-0.001651,0.013187,-0.021638,-0.038399,-0.007974,0.005767,-0.015863,-0.008573,-0.000059,0.040227,-0.003292,-0.006314,0.004434,-0.028328,0.018573,0.012399,0.022653,0.003226,-0.000767,-0.03237,-0.001276,-0.013306,-0.017441,0.031758,0.001061,0.026573,-0.014484,0.025541,-0.00078,0.019543,0.124756,0.006914,0.02986,0.010737,0.028892,-0.008182,0.006386,0.025471,-0.022011,-0.015991,0.004308,-0.009782,0.013262,0.019458,-0.01812,-0.0204,0.006449,0.00291,0.000988,-0.04628,0.020456,0.02007,0.012178,-0.005117,0.033512,-0.003912,-0.015718,0.017196,0.014375,0.014628,0.030091,0.024085,0.010073,0.005738,-0.005241,-0.029814,0.029091,-0.036672,0.000493,-0.013911,0.046507,0.001978,-0.024513,-0.023601,0.026908,0.009427,-0.045641,-0.0107,0.045553,-0.022375,0.016866,-0.011685,-0.004334,-0.024512,0.000466,0.012155,0.009726,0.024544,-0.003678,0.004377,-0.005016,-0.002182,-0.031746,-0.017138,0.013466,-0.020337,-0.129158,0.01791,-0.004512,-0.004267,0.015308,0.009714,0.002867,-0.027472,0.009516,-0.002199,-0.022795,0.001236,-0.010096,0,0.005444,0.006988,0.036187,0.044536,-0.011781,-0.006212,0.022297,0.022773,-0.004553,-0.024393,0.012077,-0.029296,0.000493,0.007022,-0.000537,0.014823,0.019784,-0.025507,0.016684,-0.008697,0.023905,0.01854,0.012974,-0.007137,-0.005569,0.007622,0.027877,-0.014503,-0.019839,-0.009183,-0.020727,0.021802,0.015374,-0.024637,-0.038072,0.023324,-0.01361,0.00877,-0.013849,0.094779,0.018489,-0.036539,0.032184,0.001876,-0.001444,0.005213,0.042679,-0.004754,-0.015475,-0.016259,-0.007896,0.000395,-0.043646,-0.020148,-0.020623,-0.007446,-0.016523,-0.01655,0.015799,-0.008349,0.005513,0.016169,0.016075,0.003216,0.014419,0.041457,0.007308,-0.022031,-0.012179,-0.001759,0.020115,0.024566,-0.022367,0.002883,-0.000838,0.026414,-0.03382,-0.01617,-0.004685,0.004925,-0.007122,0.02186,-0.021066,0.0132,0.046159,0.019562,0.02438,-0.008599,0.015785,0.028401,-0.01902,-0.005366,-0.012656,0.022979,0.004321,-0.016811,0.003103,-0.034674,0.020213,0.039703,0.011597,0.026361,0.007601,-0.007819,0.106868,-0.009925,0.007895,0.015863,-0.030522,0.004714,0.049293,0.031233,-0.004583,0.000075,0.004755,-0.017388,-0.032487,0.035494,0.028575,0.012329,-0.003743,-0.023563,0.017196,-0.031211,0.087654,0.009818,-0.02722,-0.002164,0.018565,-0.012657,-0.020687,-0.005674,0.022855,-0.003368,0.05142,0.011451,-0.03787,-0.002064,-0.005081,0.034025,-0.012754,0.008117,0.001546,-0.011245,0.000073,-0.031779,-0.001163,-0.022728,0.025079,0.011673,-0.00892,0.013619,0.00957,0.056124,-0.011903,0.002636,0.032851,-0.022531,-0.004166,0.017741,0.00662,-0.011763,0.01767,-0.010535,0.025679,0.019817,0.012748,-0.011225,0.004054,-0.033253,-0.020656,0.033789,0.019423,0.003349,-0.006839,0.001657,0.004204,0.010607,-0.001837,-0.001941,-0.025094,-0.022438,-0.001118,0.00059,0.77497,0.009996,0.026514,-0.013352,0.010799,-0.014188,-0.002146,0.003975,0.012418,-0.007425,-0.003385,-0.014922,0.027212,0.007302,0.010801,0.002373,0.033485,-0.007527,0.022114,-0.022408,-0.017659,-0.019128,0.043689,0.024312,-0.01241,0.0659,-0.007893,-0.046538,0.016484,0.007173,-0.013215,-0.026965,-0.040669,-0.046942,-0.015863,0.029015,-0.022751,0.02031,0.021763,-0.071881,0.004269,0.00477,0.017488,-0.004982,0.016168,-0.0015,0.024352,0.022361,0.003276,-0.005979,0.000502,-0.014228,0.018741,0.04124,-0.007677,-0.016879,-0.000652,-0.035842,-0.024892,0.002044,0.028803,-0.010116,-0.010407,0.088231,0.01395,0.067259,0.007527,-0.004824,0.028307,0.021558,0.058676,-0.112166,0.037448,0.028121,0.015494,0.011993,0.011945,-0.021122,-0.019983,-0.010775,0.038151,-0.089581,0.064605,0.015561,-0.010081,0.023733,-0.048922,0.002866,0.027122,-0.040708,-0.022553,0.017589,-0.011662,-0.008999,0.018703,0.008316,0.010262,0.046842,-0.001383,-0.027617,0.009047,0.000052,-0.008211,0.027139,-0.049313,0.005517,-0.008894,0.004179,0.013539,0.036498,0.009529,-0.023976,0.001866,-0.019943,0.005321,0.006532,0.010025,0.000594,-0.0113,-0.00991,0.016386,-0.026345,-0.016423,-0.019303,0.012911,-0.066114,-0.061697,0.024277,0.016896,-0.035174,-0.044587,0.003172,-0.020156,-0.025722,-0.022621,-0.016634,-0.017227,0.011687,0.011378,0.0248,-0.005556,0.026959,0.016406,0.009254,-0.007931,0.018536,0.018651,0.023165,-0.018134,-0.01159,0.02074,0.1407,0.023765,0.027133,-0.016164,0.022082,0.020004,-0.004935,-0.05482,-0.005539,0.065597,0.010566,0.042821,-0.01686,-0.026184,0.030267,0.049293,0.018657,0.020977,0.020101,0.005263,-0.019338,0.014307,-0.2142,0.017742,-0.054277,0.003602,0.015826,-0.013541,-0.003117,-0.041567,-0.018325,-0.00542,-0.004513,-0.009802,-0.029227,0.019949,0.004368,-0.035919,0.039925,-0.009318,0.02839,-0.007176,0.063945,0.076722,-0.03138,0.079117,0.009809,-0.003983,0.027995,0.000646,0.017254,0.005419,0.009145,0.001347,0.013939,-0.045488,-0.029907,-0.008762,-0.013447,0.04601,-0.014564,0.004952,0.034059,0.012815,-0.02403,0.001162,-0.010958,0.0035,0.002276,-0.017911,-0.025199,0.008387,0.00996,0.005424,0.000649,-0.017308,0.037985,0.001444,-0.008144,-0.021843,-0.019236,0.034682,-0.007993,0.010851,0.016557,0.011898,-0.047583,-0.013056,-0.01275,-0.023054,0.022263,-0.003223,0.038217,-0.033183,0.01838,-0.013678,0.007982,0.157783,0.018494,0.046545,-0.007401,0.012188,-0.001008,0.013079,-0.012675,-0.018558,-0.018764,0.020946,0.009227,0.04617,0.023279,-0.033724,0.001183,0.046994,0.007282,-0.023609,-0.090091,-0.003545,0.052217,0.035106,0.02102,0.023269,-0.025724,0.002122,0.019287,0.016097,0.008892,0.023405,0.021672,0.005034,-0.022865,-0.017062,0.003935,0.027369,-0.013974,0.000988,-0.031755,0.044464,0.005245,-0.042895,-0.024282,0.024151,-0.003445,-0.063279,-0.011417,0.036395,-0.036628,0.009926,-0.01064,0.017728,-0.010448,0.036354,0.030862,-0.022711,-0.015704,-0.005497,-0.003095,-0.024501,-0.002202,-0.011504,-0.037561,0.001311,-0.022493,-0.107226,0.02048,-0.011164,0.000551,0.014168,0.01291,-0.012739,-0.048454,0.014128,-0.012993,-0.002577,0.011268,-0.013298,0.000358,0.004223,0.007306,0.017707,0.04372,-0.03295,0.009914,0.009894,0.037073,-0.015641,-0.023506,0.025936,-0.035976,0.002813,-0.019048,0.022865,0.023027,0.025565,-0.026721,-0.004137,-0.0029,0.027594,0.020716,-0.001761,-0.003842,-0.015592,0.021347,0.043486,-0.026825,-0.030771,-0.014278,0.002903,0.033464,0.014822,-0.035576,-0.051534,0.02737,-0.002295,0.005032,0.008794,0.082462,-0.00123,-0.029427,0.021908,0.008504,-0.012516,-0.018637,0.059995,-0.019651,-0.00725,-0.014593,-0.018451,-0.009628,-0.064191,-0.033309,-0.029768,-0.024166,-0.010582,-0.015987,0.020402,0.008306,-0.007997,0.017694,0.046759,0.000207,0.021695,0.015262,-0.043644,-0.033297,-0.039313,-0.005686,-0.00665,0.015014,-0.014651,-0.009344,-0.006865,0.019089,-0.032405,-0.045446,0.009647,0.027398,-0.01474,0.026623,-0.010603,0.013053,0.024059,0.042416,0.021371,-0.000404,-0.014606,0.003663,-0.021432,0.001043,0.006297,-0.003637,0.007249,0.005505,0.031969,-0.021919,-0.007417,0.002058,0.013945,0.046987,-0.004803,0.007003,0.108067,0.006986,0.007226,0.010111,-0.042391,0.012829,0.035755,0.026678,0.000793,-0.000806,0.019597,-0.022879,-0.006524,0.00848,-0.017514,0.00372,-0.050804,-0.016574,-0.013431,-0.015529,0.109701,0.009329,0.009701,0.005252,-0.001643,0.00085,0.005919,0.015758,-0.019047,-0.011893,0.028682,0.011619,0.001109,-0.011267,0.016009,0.051725,-0.021247,-0.004912,0.023007,0.005192,0.015763,-0.031487,0.022953,-0.03744,0.024799,0.026877,-0.01268,0.013537,-0.007458,0.068366,-0.009285,0.032643,0.037648,-0.018924,-0.035716,0.002333,0.019306,-0.012599,0.012315,-0.022416,0.024992,0.022694,0.03017,0.010319,-0.020427,-0.061096,-0.014042,0.017267,0.014894,-0.020806,0.003514,-0.026135,0.016706,0.028763,-0.033343,-0.022127,-0.030617,-0.028761,0.005402,-0.000024,0.724071,-0.002431,0.01392,-0.015509,0.011922,0.011989,0.009105,-0.004046,0.02377,-0.018825,0.013035,-0.027991,0.016443,0.029245,0.033114,-0.006946,0.032642,-0.023643,0.042913,-0.049532,-0.001013,-0.038274,0.034538,0.056356,-0.011606,0.057319,0.003697,-0.039679,-0.017363,0.002561,0.0185,-0.032285,-0.022495,-0.021428,-0.036505,0.025215,-0.021523,0.042987,0.04402,-0.071998,-0.006834,-0.006991,0.028979,-0.038786,0.003985,-0.010471,0.037804,0.021068,-0.012376,-0.012159,0.024784,-0.003714,-0.016163,0.04941,-0.00658,-0.011688,0.008694,-0.020678,-0.00449,0.020041,0.02226,0.002275,0.004377,0.062616,0.030894,0.041052,-0.005883,-0.015816,0.018735,0.017769,0.04718,-0.106906,0.027149,0.025015,-0.008672,0.016924,0.015411,-0.02585,-0.027128,-0.003004,0.021862,-0.085897,0.054815,0.005276,-0.01704,0.020439,-0.035199,0.000648,0.023685,-0.04135,-0.03464,0.012337,-0.010499,-0.017577,0.012976,0.021986,0.00521,0.05199,0.00042,-0.001889,0.006411,0.005479,-0.005849,0.022978,-0.054833,0.012752,-0.020677,0.006074,0.016352,0.02345,0.009095,-0.029009,0.007063,-0.023113,-0.011886,0.00384,0.016154,-0.006891,-0.006705,-0.009145,0.016524,-0.014497,-0.00705,-0.016497,0.014633,-0.053321,-0.044327,0.026311,0.00807,-0.010087,-0.02294,0.013989,-0.000102,-0.016639,-0.018642,-0.014032,-0.020546,-0.002134,0.007661,0.021278,0.002577,0.017966,0.01838,0.013619,-0.012246,0.017529,0.027849,0.006419,-0.016533,-0.006469,0.012921,0.130788,0.025931,0.027042,-0.012095,0.004414,0.020977,-0.005012,-0.039121,-0.025152,0.048728,0.008132,0.028938,0.019114,-0.019808,0.020746,0.059297,0.011611,0.021878,0.006343,0.00025,-0.007321,0.013361,-0.211501,0.013999,-0.050367,0.007802,0.011368,-0.010268,-0.010225,-0.011018,0.001859,-0.003728,0.000875,-0.002184,-0.023712,0.015232,0.010456,-0.0261,0.039711,-0.016289,0.018714,-0.018988,0.063213,0.090785,-0.025508,0.079075,0.013553,-0.000012,0.022066,0.011756,0.015911,0.0056,0.000925,0.000998,0.007673,-0.044235,-0.023649,-0.017603,-0.010042,0.034866,-0.022251,0.020112,0.039254,0.017171,-0.021241,0.005858,-0.012689,0.010396,0.003017,-0.012138,-0.029547,-0.01278,0.003295,0.001364,-0.015379,-0.014657,0.044914,0.00029,-0.007014,-0.00945,-0.027562,0.035276,0.004034,0.020738,0.000669,0.005578,-0.045493,0.010022,-0.0156,-0.018873,0.020622,0.012799,0.028998,-0.015302,0.016051,-0.006952,0.015065,0.146612,0.011866,0.037669,-0.0209,0.013777,0.002679,0.016651,0.005919,-0.015429,-0.015872,0.010304,0.004285,0.026392,0.018503,-0.03361,-0.018734,0.037565,0.002935,-0.021187,-0.074007,0.008275,0.031064,0.028095,0.008223,0.020245,-0.01354,-0.002288,0.016793,0.024586,0.019628,0.028213,0.020531,0.015087,-0.013439,-0.020069,-0.001871,0.019905,-0.006631,-0.003756,-0.01987,0.044752,0.000924,-0.046882,-0.011618,0.03468,0.00797,-0.054168,-0.020192,0.05442,-0.029804,0.020209,-0.007386,0.003895,-0.018361,0.01825,0.017768,-0.001767,0.018753,-0.002848,-0.002852,-0.010635,-0.007132,-0.030287,-0.030775,0.001813,-0.011306,-0.11961,0.0207,-0.005743,0.000906,0.011269,0.024553,0.00107,-0.046199,0.015643,-0.009131,-0.006952,0.017686,-0.018513,-0.002954,-0.000705,0.005476,0.023843,0.041916,-0.0204,0.000718,0.010534,0.021834,-0.009926,-0.027293,0.018304,-0.021815,0.009043,-0.006702,0.007601,0.019234,0.021424,-0.022934,-0.003567,-0.007431,0.019517,0.026402,0.013293,-0.001962,0.006959,0.033783,0.032174,-0.031279,-0.019645,-0.003199,-0.019064,0.019767,0.008323,-0.029401,-0.057969,0.001692,-0.002548,0.007999,-0.006579,0.093479,0.006446,-0.026637,0.020592,-0.006395,-0.010333,-0.005878,0.052636,-0.017351,-0.011576,-0.016187,-0.016356,-0.004084,-0.057832,-0.020467,-0.021419,-0.027779,-0.014288,-0.028725,0.028009,0.002155,0.003043,0.027089,0.037067,0.001639,0.024508,0.026512,-0.027286,-0.044258,-0.037684,-0.009845,0.010829,0.024482,-0.010868,-0.008504,-0.015053,0.026522,-0.034218,-0.037092,-0.004322,0.012814,-0.006339,0.034803,-0.017648,0.004608,0.018434,0.043875,0.014635,0.000494,-0.004819,0.002141,-0.016637,-0.009328,-0.01588,0.006984,0.009236,0.003963,0.019521,-0.024675,0.003823,0.022246,0.019136,0.035186,-0.000233,0.00888,0.108121,-0.005025,0.016158,0.008545,-0.035621,0.006872,0.037549,0.02765,-0.013289,-0.004551,0.018102,-0.028787,-0.025508,0.016995,0.016078,0.002323,-0.027893,-0.029014,-0.010789,-0.026464,0.096047,0.015285,-0.010508,-0.007192,-0.001412,-0.008657,0.000372,0.006754,0.000785,-0.00859,0.025251,0.006732,-0.004138,-0.01746,0.016048,0.031989,-0.024504,0.003331,0.008042,-0.010783,0.010399,-0.02618,0.010999,-0.02977,0.035641,0.022876,-0.014612,0.003834,0.008488,0.07805,-0.009354,0.012486,0.034561,-0.02494,-0.014147,0.004855,0.010182,-0.010891,0.012038,-0.019015,0.012966,0.014315,0.017374,0.001312,-0.009355,-0.055095,-0.019052,0.029908,0.01947,-0.01362,-0.00349,-0.015902,0.011238,0.021626,-0.028574,-0.011458,-0.023231,-0.029863,0.008877,0.003808,0.764341,0.005285,0.017965,-0.006705,0.017511,0.002468,0.004415,-0.002411,0.010544,-0.013911,0.009687,-0.014408,0.01547,0.02416,0.015801,-0.005008,0.030383,-0.015793,0.034735,-0.040151,-0.002451,-0.027752,0.039497,0.042358,-0.008357,0.07011,0.002729,-0.048994,-0.00564,0.010257,0.004288,-0.031699,-0.030381,-0.02977,-0.035454,0.015565,-0.031026,0.034165,0.024186,-0.065602,-0.013942,-0.01028,0.015271,-0.03224,0.009641,-0.013871,0.047663,0.0215,-0.001857,-0.015088,0.014068,-0.007693,-0.01091,0.04708,0.001001,-0.015444,0.002963,-0.027693,-0.011984,0.012576,0.016319,-0.003962,0.013119,0.069849,0.023414,0.052632,0.003787,-0.017596,0.02407,0.02775,0.023809,-0.083205,0.036715,-0.001265,-0.029205,0.022261,0.033931,-0.04587,0.000033,0.005982,0.039336,-0.069148,0.020494,0.001964,-0.00885,-0.001202,-0.045918,0.009711,0.045707,-0.044711,-0.052449,0.045126,-0.014379,0.017796,0.029027,-0.020408,-0.022563,0.012412,0.003471,-0.005253,0.027683,-0.032181,-0.01578,0.018744,-0.057186,-0.017066,0.008415,-0.013749,-0.006602,0.06183,0.002244,-0.01005,-0.012707,-0.023791,-0.018806,-0.01204,0.001815,0.030888,-0.00412,0.002956,0.024467,-0.004756,-0.017073,-0.004854,0.053383,-0.038295,-0.010117,-0.008815,0.007916,0.005558,-0.021459,0.022808,-0.004127,-0.011008,-0.031387,-0.035305,-0.001965,-0.002445,0.026287,0.028782,0.023151,0.019491,0.010119,0.018485,0.01073,0.046032,0.023686,0.042102,-0.010713,-0.004622,0.013687,0.120557,0.013915,0.001381,0.008734,0.003236,0.026587,0.00195,-0.022958,-0.012804,0.045228,-0.002664,0.021519,0.002452,-0.010246,0.00213,0.076346,0.001612,-0.003862,-0.030918,-0.020874,-0.014958,0.002641,-0.185242,-0.001,-0.041948,-0.001705,0.029066,0.010078,0.00041,-0.021589,0.023094,-0.021517,-0.036207,-0.020075,-0.01466,-0.024929,-0.012707,-0.018978,0.031153,-0.017052,0.012827,-0.012807,0.04881,0.06925,-0.040427,0.087058,0.027714,0.022137,0.042348,0.022683,0.011571,0.032214,0.008861,0.033275,0.014822,-0.037728,-0.003809,-0.005174,-0.031914,0.007034,-0.006496,-0.010387,0.007017,0.021312,-0.040944,0.024727,0.000341,-0.007452,0.002434,-0.029272,-0.052579,0.010347,0.030727,0.00156,0.010179,0.006626,0.082405,-0.012571,0.000454,-0.018558,-0.03121,0.016577,0.000284,0.011336,0.017526,0.01062,-0.057558,0.006383,0.010101,-0.006877,0.010832,-0.009813,0.047572,-0.032749,0.020143,-0.032269,0.029071,0.145767,0.001487,0.051777,0.022215,0.030451,-0.008305,0.020938,0.005045,-0.002043,-0.009006,0.001565,0.0029,0.020058,0.006218,-0.049113,-0.03825,0.052256,-0.004867,0.020552,-0.01967,0.007038,0.03093,-0.009071,-0.007205,0.019999,-0.006632,-0.013944,0.024431,0.039123,-0.008764,0.014049,0.040818,-0.009503,-0.008343,-0.004935,-0.001833,0.024306,0.005513,0.016244,-0.012231,0.031689,-0.016572,-0.014512,-0.020226,0.025179,-0.022039,-0.044899,0.00618,0.018671,-0.007468,0.016387,-0.017191,0.011601,-0.037002,-0.029094,0.006131,-0.015655,0.000337,-0.005023,-0.001901,-0.006323,-0.017147,-0.028956,-0.028276,0.005131,-0.007792,-0.085549,0.008512,0.017489,0.003393,0.021151,-0.002468,-0.014741,-0.055685,0.026062,0.003339,-0.054872,-0.010431,0.001856,0.018554,-0.017274,0.006574,0.02717,0.025443,0.000539,0.008402,0.045065,0.022563,0.019174,-0.017532,0.040589,-0.027819,-0.00652,-0.021807,0.010528,0.017706,0.022543,-0.046252,-0.013626,0.009068,0.054078,0.006799,-0.019332,0.020133,0.003582,0.006455,0.010891,-0.019086,-0.018388,-0.034554,0.008186,0.014891,0.024017,-0.032101,-0.036315,-0.010712,-0.032925,0.004189,-0.001166,0.069042,0.011606,-0.015804,0.019557,0.012497,-0.003237,-0.036577,0.036203,0.000295,-0.030747,-0.010037,0.000313,-0.019338,-0.046629,-0.04415,-0.02333,-0.023999,-0.001631,-0.000175,0.003706,0.002257,-0.02481,0.011753,0.018165,-0.007519,0.02065,0.011019,-0.017825,0.003309,-0.024228,-0.005317,-0.003566,0.006187,-0.009755,0.001201,0.000653,-0.012842,0.008918,-0.048732,0.032316,0.025139,-0.002551,-0.018369,-0.004293,0.000598,0.040819,0.04166,0.025868,-0.021563,0.011965,0.035339,-0.020843,0.01759,-0.039219,-0.004428,-0.029002,-0.018877,0.040738,-0.000467,-0.007511,0.00665,-0.001877,0.028253,-0.004923,0.017652,0.110088,0.031783,0.002597,0.001606,-0.02816,0.005624,0.030777,0.014485,0.015975,-0.021673,-0.008475,-0.009106,-0.03554,0.047174,-0.012624,-0.019413,0.000997,-0.041255,0.005471,-0.013839,0.048091,0.016177,-0.010362,-0.003695,0.014172,-0.008428,-0.019689,0.003556,0.024038,-0.006798,0.013714,-0.012275,-0.041858,-0.001819,0.005438,0.037276,-0.01106,-0.004157,0.013957,-0.002257,0.011837,-0.002499,0.033413,-0.045108,0.027968,0.011551,-0.006395,-0.004033,0.01428,0.057472,0.003847,-0.025071,0.016545,-0.048867,0.005066,0.009947,0.007738,-0.01134,0.014572,0.028418,0.015036,0.013845,0.014865,-0.024048,0.001234,-0.058638,-0.020893,0.028552,-0.007191,0.005025,-0.004939,-0.003137,-0.010072,0.038823,-0.00807,0.021008,-0.023585,-0.010947,0.002134,-0.005177,0.767685,-0.014821,-0.009839,-0.00787,-0.014896,-0.020873,-0.031267,-0.014868,0.000141,-0.00955,0.006531,-0.015366,0.03159,0.008271,0.030499,0.011404,0.0331,-0.028563,0.020331,-0.016021,-0.005722,-0.020946,0.049278,0.032631,-0.035013,0.054847,0.00756,-0.009727,0.020737,-0.00893,-0.004647,-0.030769,-0.001214,-0.055726,-0.024147,0.025599,-0.016268,0.015982,0.032793,-0.087747,0.011788,-0.001722,0.031809,0.001547,0.00045,-0.038152,0.010311,0.00038,-0.015939,-0.028854,0.007908,-0.010126,0.025737,0.035671,-0.025691,-0.011265,-0.001026,-0.040809,-0.025991,0.016232,0.025053,0.008398,0.020346,0.07918,0.010091,0.039465,0.002663,-0.018948,0.033631,0.039862,0.038209,-0.11057,0.033379,0.010445,0.004813,-0.004215,-0.007855,-0.024868,0.00444,0.008303,0.020359,-0.102817,0.016149,0.009882,-0.005475,-0.017522,-0.031341,-0.000392,0.012536,-0.025133,-0.047866,0.029358,-0.014787,-0.01977,0.027208,-0.011209,-0.012509,0.038254,0.012416,-0.008037,0.022793,0.014821,0.001446,0.013956,-0.065979,0.00956,0.000957,-0.015475,-0.006437,0.042393,-0.005464,-0.003951,-0.0129,-0.021165,-0.006368,0.010938,0.025562,0.007343,-0.012134,0.017403,0.010777,0.011972,-0.033515,-0.014644,0.023976,-0.041217,-0.028639,0.002473,0.020672,-0.020258,-0.013952,0.017008,-0.032998,-0.003773,-0.029463,-0.011461,-0.02724,-0.006793,0.004886,0.00592,0.012635,0.011874,0.006562,0.019307,-0.02058,0.030757,0.033102,0.006343,0.003482,-0.014223,0.026906,0.134138,0.023309,0.009585,-0.003277,0.000869,-0.005028,0.001273,-0.038769,-0.003143,0.065646,0.0101,0.008509,0.023539,-0.010845,-0.001058,0.053729,0.016417,0.009917,0.002417,-0.015176,-0.005497,0.010378,-0.236963,-0.000249,-0.029725,-0.007766,0.010927,-0.028209,0.011552,-0.001514,0.011638,-0.016918,-0.017275,-0.022613,-0.027504,-0.001649,0.003162,-0.02664,0.029643,-0.0253,0.009254,-0.012288,0.040663,0.089471,-0.022337,0.105103,0.019807,0.007317,0.004153,-0.002567,0.009526,-0.003475,-0.001299,0.025332,-0.004123,-0.033341,-0.036788,-0.008002,-0.022566,0.019528,-0.031303,0.006648,0.034376,0.017395,-0.011026,0.004898,0.009701,-0.00921,0.000039,-0.022925,-0.025461,0.004476,0.014917,-0.009781,-0.011604,-0.013061,0.054194,-0.007388,0.001085,-0.01521,-0.037131,0.038305,0.036538,0.013957,-0.007369,-0.003072,-0.042844,-0.006323,-0.005088,-0.035801,0.025827,-0.00609,0.034404,-0.014007,0.024667,-0.008745,0.031943,0.135931,-0.008763,0.050984,0.017702,0.033455,-0.003094,0.019661,0.012084,-0.018748,-0.03126,0.01854,-0.01047,0.024478,0.028095,-0.032979,-0.023519,0.018559,0.012137,0.014848,-0.045922,0.010643,0.050936,0.002543,0.006686,0.012864,-0.026743,-0.024436,0.022562,0.010163,0.009391,0.019361,0.029492,0.001017,0.002814,-0.006283,-0.012695,0.041311,-0.031387,-0.016215,-0.016942,0.034814,-0.005371,-0.007135,-0.039784,0.022181,0.021632,-0.042788,-0.02363,0.016092,-0.021694,0.02939,-0.0087,-0.012037,-0.026524,0.014063,0.009526,0.001696,0.008493,-0.001104,0.01588,-0.017481,-0.001131,-0.021734,-0.006874,0.014219,-0.023071,-0.102846,0.015777,0.006914,-0.010632,0.038363,0.014416,-0.00125,-0.033463,0.012527,0.006048,-0.029593,-0.01025,-0.008951,0.002468,0.005633,0.001776,0.03407,0.029717,-0.006738,0.001725,0.004196,0.030712,-0.005297,-0.019792,0.027423,-0.02632,0.000843,-0.012752,0.002152,0.025399,0.026896,-0.009551,-0.005644,0.004751,0.043669,0.026251,0.031871,0.01028,-0.013979,0.016231,0.030239,-0.009404,-0.00389,-0.011703,-0.002344,0.032871,0.015478,-0.029993,-0.044034,0.022487,-0.021213,0.014249,0.004367,0.099276,0.01002,-0.042085,0.020078,0.018891,-0.011702,-0.025276,0.047066,-0.000574,-0.006943,-0.008039,-0.025732,-0.011765,-0.046799,-0.03474,-0.022164,-0.027369,-0.006325,-0.023768,0.017491,-0.001158,-0.00581,0.011832,0.022249,0.001786,0.005177,0.030459,-0.003526,-0.015975,-0.013605,-0.025536,0.023228,0.020513,-0.027471,0.003933,0.005122,0.01672,-0.026683,-0.046238,0.013026,0.021035,-0.01392,0.011994,-0.022266,0.024601,0.034017,0.037094,0.045448,-0.021401,0.015591,0.015797,-0.028644,-0.026445,-0.01447,0.003312,-0.01146,-0.034114,0.026796,-0.018158,0.002468,0.015412,0.010244,0.033728,0.016405,0.000472,0.104191,-0.002199,0.009318,0.031744,-0.038816,0.007156,0.043923,0.032526,-0.010142,-0.005409,-0.010374,-0.023578,-0.013283,0.038796,0.022343,0.016811,-0.010668,-0.025286,0.024525,-0.027726,0.122118,0.012727,-0.014467,-0.021134,0.011352,0.008984,-0.013834,-0.001187,0.002676,0.003055,0.04032,0.017394,-0.030215,-0.017593,-0.0009,0.038972,-0.026363,0.002421,0.020095,-0.004921,0.02726,-0.032104,0.01248,-0.038692,0.022577,0.026786,-0.007177,-0.009163,-0.006876,0.059322,0.000661,-0.008263,0.031559,-0.015247,-0.012934,0.02864,0.022084,-0.004542,-0.002762,-0.023721,0.02219,0.008173,0.003122,-0.011206,-0.017074,-0.040026,-0.021347,0.019164,0.010919,0.018656,-0.021661,0.000542,0.006754,0.007979,0.023093,0.004264,-0.030031,-0.004122,0.002615,0.015443,0.756051,-0.003284,0.034423,-0.030048,0.00087,-0.007267,0.006929,0.000099,-0.002402,-0.009771,-0.005416,-0.003656,0.034044,0.010723,0.005117,-0.000504,0.026264,-0.009962,0.01762,-0.022126,-0.003359,-0.026722,0.046587,0.053606,-0.010776,0.051808,0.004471,-0.033127,0.001766,0.020033,-0.011447,-0.005896,-0.029658,-0.022732,-0.011054,0.014531,-0.009084,0.005568,0.03432,-0.078523,0.011526,0.004516,0.031046,0.003011,0.035411,-0.020214,0.011926,0.021253,0.006724,-0.011505,0.020902,0.007555,0.019035,0.052994,-0.010175,-0.013118,0.002085,-0.049725,-0.014841,0.004458,0.013513,0.000561,-0.011972,0.07054,0.033529,0.039439,-0.004647,-0.012467,0.032837,0.030669,0.040816,-0.111032,0.023941,0.009839,0.019018,0.005245,-0.00426,-0.018604,0.001726,0.00218,0.014143,-0.11653,0.013692,0.018683,-0.008888,-0.009851,-0.032599,0.000539,0.016556,-0.034456,-0.045586,0.025301,-0.010675,-0.029569,0.038755,-0.016305,-0.011449,0.043193,0.016201,-0.001416,0.027391,0.013868,0.011965,0.0232,-0.067921,0.012682,0.000105,-0.010452,0.004417,0.048944,0.004229,-0.014807,-0.018419,-0.018614,-0.009409,-0.004756,0.032727,0.007993,0.002232,0.01928,0.012376,-0.006725,-0.02292,-0.023947,0.023047,-0.042698,-0.036514,0.013297,0.025038,-0.016805,-0.009931,0.009749,-0.025625,0.001855,-0.024803,-0.025676,-0.021667,0.000218,0.015078,0.001175,0.000841,0.01024,0.010185,0.02944,-0.012162,0.011649,0.031124,0.011153,0.003994,-0.010891,0.028608,0.131973,0.023047,0.0066,-0.004342,0.003231,-0.004487,0.005017,-0.038409,0.00641,0.066381,0.024289,0.012146,0.011128,-0.007056,0.007884,0.052304,0.016523,0.009398,-0.000655,-0.008143,-0.004997,0.007988,-0.232673,-0.005318,-0.042523,0.003819,0.019365,-0.024192,0.004644,0.003492,-0.000161,-0.013053,-0.013974,-0.019419,-0.046408,-0.001892,0.007612,-0.015373,0.041668,-0.02161,0.004032,-0.022236,0.041111,0.088828,-0.003833,0.114625,0.015931,0.021985,0.016281,0.003537,0.009975,-0.005313,0.002073,0.021688,-0.003935,-0.041083,-0.032254,-0.00043,-0.019961,0.023642,-0.027286,0.003098,0.038803,0.022553,-0.008475,0.007433,0.011274,-0.006637,-0.007204,-0.018809,-0.025497,0.007548,0.024284,-0.015656,-0.003553,-0.007348,0.041525,-0.013222,-0.007047,-0.00639,-0.024637,0.031408,0.026884,0.014837,-0.001516,-0.000899,-0.036381,-0.016035,-0.011338,-0.033901,0.042986,-0.003219,0.039183,-0.018372,0.028254,-0.010308,0.020274,0.138185,0.003331,0.043675,0.017194,0.018811,-0.006888,0.013656,0.004626,-0.018062,-0.031176,0.017952,-0.015525,0.021314,0.01669,-0.029265,-0.018654,0.02209,0.00673,-0.004015,-0.053256,0.006807,0.047109,0.011695,-0.002942,0.018683,-0.017537,-0.015595,0.016082,0.013666,0.00847,0.023397,0.025599,0.008532,0.001645,-0.008026,-0.018909,0.03297,-0.036432,0.008215,-0.024013,0.052085,-0.013269,-0.00971,-0.029975,0.026067,0.002348,-0.04741,-0.016479,0.028934,-0.019634,0.021862,-0.005698,-0.0126,-0.028393,0.016192,0.015944,-0.002509,0.004059,-0.00992,0.018471,-0.008003,-0.000483,-0.021436,-0.004185,0.017493,-0.021876,-0.117057,0.020329,-0.000847,-0.016414,0.023038,0.016941,-0.006533,-0.038939,0.014433,-0.003741,-0.028078,-0.008446,-0.018516,-0.011033,0.00587,-0.004235,0.035272,0.039165,-0.010579,-0.005281,0.012494,0.028912,-0.004213,-0.018233,0.026597,-0.026418,0.005792,-0.008364,0.008432,0.019764,0.022525,-0.014516,-0.001912,-0.003245,0.045422,0.021667,0.023085,0.000756,-0.008898,0.016773,0.044429,-0.008669,-0.010834,-0.003217,-0.011323,0.031188,0.018578,-0.024776,-0.04626,0.023712,-0.021936,-0.002933,-0.009465,0.094208,0.017559,-0.047504,0.029355,0.015028,-0.010052,-0.009494,0.045703,-0.010403,-0.008268,-0.005401,-0.009679,0.007211,-0.046183,-0.036258,-0.018845,-0.019992,-0.008122,-0.017251,0.011291,-0.006297,-0.01197,0.00723,0.021042,0.006815,0.008562,0.027641,-0.004926,-0.022438,-0.018406,-0.021984,0.021924,0.012503,-0.030939,-0.009415,0.017601,0.026873,-0.031519,-0.042026,0.014107,0.008608,-0.006838,0.015392,-0.02523,0.028454,0.034737,0.028113,0.040521,-0.020131,0.012661,0.029106,-0.037042,-0.006379,-0.007781,0.011024,-0.00359,-0.030502,0.011498,-0.029345,-0.010254,0.016216,0.006925,0.037161,0.011596,-0.008063,0.103568,-0.008145,0.014115,0.0274,-0.0296,0.008385,0.045926,0.03774,-0.006449,-0.000471,-0.008019,-0.014349,-0.01265,0.043722,0.012407,0.018698,-0.019576,-0.02419,0.02075,-0.034591,0.108996,0.014559,-0.003248,-0.015505,0.009852,-0.000047,-0.015637,-0.006376,-0.000615,0.009402,0.045819,0.006256,-0.042604,-0.009002,-0.010734,0.040883,-0.02318,0.004234,0.010741,0.000074,0.021947,-0.027714,0.011832,-0.030292,0.022065,0.033881,-0.009863,-0.003405,-0.0069,0.065123,-0.000694,0.004974,0.040667,-0.024579,-0.009003,0.010724,0.021691,-0.006536,0.002015,-0.017189,0.031949,0.014621,0.005527,-0.009359,-0.004843,-0.046979,-0.02133,0.019696,0.009844,0.01817,-0.007882,-0.000327,0.002905,0.014683,0.017539,-0.003465,-0.031566,-0.024221,0.008884,0.004241,0.754858,-0.001013,0.037825,-0.023467,-0.003096,-0.006165,0.013184,0.004535,0.006823,-0.010978,-0.003582,-0.004561,0.024452,0.018715,0.013907,0.001056,0.035645,-0.012036,0.02294,-0.013973,-0.008549,-0.027764,0.047093,0.049701,-0.011231,0.048775,-0.005687,-0.034397,0.011477,0.016618,-0.013598,-0.016277,-0.030457,-0.028266,-0.014559,0.015005,-0.003021,0.011125,0.03033,-0.075736,0.007993,0.011336,0.03184,-0.001038,0.029351,-0.013138,0.01846,0.019567,0.007145,-0.005298,0.018459,-0.002914,0.012987,0.048456,-0.021462,-0.009839,0.00542,-0.039136,-0.008646,0.000539,0.021451,0.003123,-0.019954,0.070662,0.028205,0.047642,-0.007116,-0.013366,0.023619,0.018299,0.050922,-0.108604,0.036701,0.012012,0.024143,-0.000107,0.014085,-0.024957,-0.011792,0.000473,0.027639,-0.097811,0.057933,0.017428,-0.004686,0.019838,-0.044258,-0.003877,0.017011,-0.037742,-0.039706,0.014141,-0.015091,-0.01115,0.015802,-0.001778,0.003349,0.052537,0.004475,-0.021926,0.01609,0.002861,-0.005324,0.017495,-0.055543,0.006225,-0.005188,-0.004326,-0.002897,0.051619,0.000076,-0.015208,0.002987,-0.031091,-0.001225,0.014732,0.011355,-0.000722,-0.008494,-0.008168,0.01512,-0.024756,-0.004895,-0.009894,0.022408,-0.065427,-0.043248,0.024333,0.010252,-0.022269,-0.027942,0.005167,-0.019288,-0.023703,-0.02758,-0.02477,-0.016017,0.014842,0.011296,0.00647,0.001703,0.026528,0.00857,0.018556,-0.009637,0.022973,0.025051,0.030701,-0.016292,-0.014724,0.014219,0.12715,0.019026,0.003792,-0.003728,0.01314,0.01436,0.001465,-0.048871,-0.000167,0.064034,0.004791,0.035162,-0.011707,-0.014357,0.019211,0.053616,0.016739,0.009397,0.024419,0.006408,-0.009672,0.004658,-0.216706,0.008919,-0.054436,0.001934,0.009449,-0.018785,-0.002783,-0.031235,-0.023614,-0.01407,-0.010153,-0.015814,-0.032891,0.020197,0.007707,-0.026309,0.047808,-0.006795,0.019238,-0.005887,0.050823,0.086759,-0.030306,0.071275,0.006741,-0.009673,0.029158,-0.001999,0.017333,-0.00802,0.007596,0.017562,0.011568,-0.038724,-0.034733,-0.012194,-0.029865,0.041388,-0.008655,-0.002029,0.047778,0.007049,-0.019023,0.003588,0.000485,-0.001239,0.003864,-0.022252,-0.028276,0.020026,0.013563,0.000407,0.002469,-0.024416,0.04699,0.008669,-0.007367,-0.014898,-0.020033,0.035036,-0.00417,0.004284,0.013885,0.012497,-0.048989,-0.012809,-0.024753,-0.031884,0.039347,0.002641,0.030786,-0.029776,0.027151,-0.015302,0.016578,0.149035,0.013392,0.049088,-0.001843,0.014435,0.004444,0.020084,0.001759,-0.023689,-0.022063,0.018024,0.008532,0.039835,0.012325,-0.03049,-0.009176,0.030915,0.009859,-0.02235,-0.070605,-0.003626,0.063737,0.016176,0.020464,0.018931,-0.015793,-0.008481,0.026097,0.026921,0.006973,0.021078,0.032186,0.007972,-0.024319,-0.016729,-0.005793,0.037033,-0.001427,-0.000792,-0.030154,0.043003,0.010643,-0.023113,-0.022464,0.023733,-0.013211,-0.042807,-0.017852,0.02567,-0.031637,0.006785,-0.002478,0.007928,-0.013332,0.03073,0.01316,-0.019451,-0.018428,-0.010813,-0.000597,-0.018081,-0.003989,-0.009639,-0.028426,0.009976,-0.030271,-0.098503,0.019752,-0.012199,-0.001253,0.021829,0.01955,-0.01102,-0.043594,0.014299,-0.011759,0.007828,0.002897,-0.019705,-0.011207,0.00583,-0.006898,0.00844,0.047088,-0.030204,0.007021,0.004852,0.045179,-0.01874,-0.017553,0.032225,-0.03339,0.004619,-0.011401,0.014202,0.024956,0.034894,-0.018802,0.000349,0.008917,0.03984,0.012874,0.01355,0.002241,-0.020792,-0.001622,0.038044,-0.034132,-0.020493,-0.017101,0.005321,0.035844,0.020402,-0.027177,-0.046616,0.02514,-0.001136,-0.005866,0.001127,0.092147,-0.002851,-0.042841,0.03161,0.010793,-0.012958,-0.019325,0.05077,-0.009315,-0.007386,-0.01238,-0.024372,-0.012304,-0.050274,-0.046393,-0.023814,-0.02897,-0.005847,-0.010484,0.014748,0.009702,-0.019367,0.016259,0.035837,-0.006762,0.021969,0.020292,-0.029609,-0.032619,-0.037481,-0.018616,-0.005825,0.011876,-0.019029,-0.010259,-0.003174,0.017838,-0.025256,-0.049808,0.013359,0.028416,-0.012018,0.024921,-0.020534,0.021372,0.011351,0.05098,0.039532,0.003673,-0.00527,0.003802,-0.031137,-0.001584,0.008332,0.003762,-0.0082,-0.000132,0.025668,-0.00966,-0.015677,0.007216,0.005594,0.050387,0.005907,0.007732,0.108317,0.009983,0.012846,0.009132,-0.032644,0.014005,0.037083,0.020458,0.002398,0.000779,0.01778,-0.02485,0.001873,0.020736,0.002328,0.011137,-0.043208,-0.019116,0.00277,-0.024153,0.114045,0.012955,0.010276,-0.008449,-0.001884,-0.00575,-0.004849,0.014909,-0.008,-0.006285,0.042738,0.009719,0.001044,-0.011854,0.012456,0.047924,-0.036055,-0.02364,0.01537,0.001107,0.020185,-0.027319,0.022231,-0.036338,0.022044,0.029108,-0.014602,0.007837,-0.007598,0.06209,-0.011424,0.017691,0.026425,-0.021934,-0.031328,0.012798,0.024915,-0.011978,0.019861,-0.015236,0.024139,0.001524,0.026303,0.000355,-0.012928,-0.056619,-0.000793,0.027772,0.008284,-0.006849,-0.003928,-0.022816,0.024143,0.028475,-0.016304,-0.019811,-0.024192,-0.018856,0.00361,0.004244,0.744966,0.000196,0.032106,-0.020572,0.009825,0.008454,0.003623,-0.008537,0.016511,-0.027226,0.015777,-0.019344,0.018089,0.026735,0.015799,-0.003529,0.020136,-0.014331,0.034179,-0.034583,0.004704,-0.03469,0.042069,0.06374,-0.011838,0.055463,0.001422,-0.041066,-0.000677,0.005897,0.017052,-0.018968,-0.02269,-0.026135,-0.028531,0.031674,-0.016323,0.02842,0.046433,-0.076831,-0.004583,-0.011616,0.031745,-0.026432,0.001416,-0.015996,0.023593,0.026512,-0.005577,-0.011184,0.012111,-0.004409,-0.011445,0.055392,-0.012418,-0.016322,0.005836,-0.029161,-0.00721,0.014014,0.028253,0.001012,0.001061,0.064994,0.030821,0.025638,0.000587,-0.002411,0.016387,0.020588,0.037896,-0.085205,0.03775,0.034907,-0.01152,0.029293,0.004146,-0.032589,0.008381,0.016534,0.040059,-0.061379,0.028401,0.02958,-0.013387,-0.011556,-0.042915,0.018775,0.032475,-0.024695,-0.037551,0.004758,-0.00987,-0.031084,0.014007,0.000785,0.009354,0.046903,0.016651,-0.012518,-0.010148,-0.00613,0.016782,0.01192,-0.051216,-0.018982,-0.005969,-0.011561,-0.005498,0.010005,0.010576,-0.019806,0.00237,-0.027706,-0.012733,-0.010165,0.024642,0.005111,-0.003723,0.001145,-0.006872,-0.033515,0.006836,-0.008022,0.010234,-0.039379,-0.033829,0.03069,0.010387,-0.016456,-0.024323,0.016188,-0.013327,-0.016855,-0.013214,-0.03185,0.019566,0.020311,0.00355,0.041021,-0.022527,0.02728,0.009714,0.012529,0.022325,0.03357,0.024408,0.039746,-0.014475,0.012662,0.051125,0.118084,0.039868,0.014132,-0.007004,-0.007562,0.02751,0.011239,-0.016096,-0.01319,0.069074,0.00259,0.021015,0.010956,-0.000424,-0.000286,0.06933,0.01254,0.005041,-0.002224,-0.003278,0.007283,-0.007931,-0.197963,-0.000392,-0.026754,0.009683,0.006934,-0.009769,0.00044,-0.020157,0.008608,-0.009918,-0.014884,-0.018705,-0.023968,0.012831,0.005196,-0.014712,0.026738,-0.016402,0.027519,0.003013,0.063785,0.089564,-0.018784,0.074434,0.022973,0.003166,-0.001842,0.001589,0.008745,-0.015197,-0.007491,0.017798,0.001013,-0.047406,-0.0051,-0.008598,-0.010973,0.022556,-0.035268,-0.026656,0.0318,0.026039,-0.014306,0.00733,-0.021332,0.011574,-0.008429,-0.01324,-0.044963,0.008603,0.036817,0.003326,-0.011053,-0.005261,0.019656,0.020431,0.002142,-0.012004,-0.036923,0.00212,-0.034715,0.00595,-0.013133,-0.023818,-0.052156,0.005061,-0.020133,-0.020556,0.00545,0.00432,0.027646,-0.023001,-0.003675,0.00019,0.040523,0.167662,-0.001108,0.053528,0.011725,0.014296,-0.016616,0.026784,0.011051,-0.031749,-0.037666,0.015014,-0.007207,0.027171,0.000291,-0.029472,-0.019598,0.044739,-0.001348,-0.011788,-0.046808,-0.026341,0.016799,0.011618,-0.002231,0.020903,-0.024496,0.008901,0.023699,-0.005389,0.010287,0.031058,0.002446,0.015189,-0.008168,-0.013703,-0.019102,-0.000118,-0.000818,0.003796,-0.03223,0.027354,0.012273,-0.004998,-0.036002,0.038745,-0.014853,-0.03977,0.00502,0.00022,-0.03264,0.021924,-0.011411,-0.010779,-0.024167,0.013747,0.000813,0.020212,-0.003656,-0.001861,-0.036337,-0.011793,0.001378,-0.027735,-0.031407,0.023818,-0.035348,-0.11136,0.004708,-0.021041,-0.021271,0.02914,0.002222,0.007573,-0.085501,0.022239,-0.017688,0.04483,0.028731,-0.029509,0.013197,0.021008,0.006546,0.032225,0.029,-0.038172,-0.012292,0.006635,0.055418,-0.008025,0.007292,0.033334,-0.032774,0.02147,0.01469,0.00508,0.023165,0.033366,-0.016078,-0.00804,-0.015214,0.040587,0.034183,0.015323,0.023612,0.013486,0.007494,0.047486,-0.013994,0.001313,-0.027731,-0.000137,0.00071,0.007959,-0.021711,-0.045857,0.00124,-0.001266,0.016447,-0.020337,0.060714,-0.008108,-0.030512,0.018676,0.011251,-0.008219,-0.026447,0.032912,-0.013814,-0.02263,-0.017531,-0.010635,0.00233,0.004448,-0.039962,0.001451,-0.016989,-0.019877,-0.005328,0.005405,0.012303,0.02116,0.000965,0.031293,0.006435,0.019529,0.005735,-0.020329,-0.046311,-0.02057,-0.033518,-0.023691,0.013533,-0.020248,-0.016763,-0.002334,0.026344,-0.017019,-0.012882,0.004038,0.020037,-0.009317,0.030088,-0.005714,0.008168,0.042758,0.02701,0.017569,-0.023856,-0.007983,0.008028,-0.009602,-0.00789,0.056693,0.032429,0.002331,0.002258,0.013473,-0.019448,-0.009881,0.007043,0.009296,0.006105,0.026805,0.018242,0.111721,-0.006248,0.015738,0.024165,-0.024678,0.005798,0.023255,0.033985,-0.016139,-0.015919,0.014584,-0.006612,-0.000754,0.049646,-0.023076,0.00251,-0.008026,-0.043724,-0.004677,-0.047494,0.10922,0.024125,0.008901,-0.000045,0.005858,-0.000115,-0.015477,0.002568,0.011379,0.01605,0.027,0.008756,-0.01188,-0.003565,-0.007108,0.027306,-0.03373,-0.008808,0.012332,0.008824,0.008929,-0.030516,-0.005686,-0.007245,0.014148,0.022304,0.017427,0.004529,0.001373,0.066463,-0.00728,-0.008051,0.023902,-0.029085,-0.024923,-0.000827,0.00421,-0.005844,0.035472,-0.011746,0.018745,-0.001085,0.028011,-0.018401,-0.012395,-0.020358,-0.007021,0.039214,0.011809,0.007733,-0.011342,-0.020522,0.026137,0.001058,-0.012163,-0.015293,-0.019211,-0.018985,-0.006936,-0.007471,0.768004,-0.013263,0.014845,-0.004389,0.013007,-0.000926,-0.015675,-0.003438,-0.004546,-0.014255,0.00856,-0.025724,0.022395,0.026802,0.036453,0.01384,0.02776,-0.006532,0.015887,-0.027284,0.006562,-0.001215,0.03012,0.030129,-0.003908,0.08163,0.010402,-0.027161,0.000939,0.023368,-0.007582,-0.01773,-0.029726,-0.044976,0.000802,0.005584,-0.010767,0.026902,0.014116,-0.075954,-0.016916,-0.011427,0.036751,-0.003805,-0.001331,-0.022176,0.036495,0.003423,-0.009681,-0.009063,-0.005759,-0.036741,-0.026878,0.046484,0.006596,-0.01429,0.005917,-0.024239,-0.026559,0.001789,0.015668,0.001435,0.00308,0.07084,0.001499,0.030687,-0.01734,-0.005252,0.017713,0.046193,0.018354,-0.066732,0.036206,0.020383,0.008645,-0.004286,-0.019916,-0.050115,0.012302,0.017571,0.054547,-0.04604,0.034998,-0.002408,-0.000268,0.011311,-0.002357,0.001306,0.037094,0.003865,-0.024873,-0.027297,-0.000756,-0.007271,0.01118,0.022098,-0.00635,-0.015262,0.00799,-0.056588,0.020697,0.00225,-0.013642,0.020829,-0.045568,-0.037692,-0.04256,-0.037615,-0.017006,0.103248,-0.012808,-0.015866,0.014329,-0.020007,-0.027071,-0.017725,-0.01238,-0.018266,0.021994,0.017487,0.039245,-0.006568,0.000904,0.005346,0.05573,-0.023614,-0.006686,0.035013,0.014674,-0.008062,-0.026119,0.009351,-0.01627,-0.016806,-0.009171,-0.005058,0.011954,0.00325,0.020236,0.004643,-0.005741,0.014395,0.020377,0.039427,-0.019045,0.036718,0.006261,-0.003621,0.000706,0.00671,0.016553,0.199512,0.00514,-0.019383,-0.008207,-0.009183,0.009371,-0.006058,-0.010098,-0.006902,0.054322,0.015103,0.037309,-0.000852,0.019793,0.009104,0.059751,-0.011316,0.027261,0.025515,0.006479,-0.001824,-0.014956,-0.209833,-0.007972,-0.078225,0.005984,0.036813,-0.006914,0.002458,0.001939,0.009179,-0.013492,-0.01164,-0.038735,-0.007421,-0.005087,-0.035918,-0.038871,0.018341,-0.01132,0.010047,-0.035062,0.030176,0.069065,-0.027948,0.062405,0.035306,-0.013014,0.032952,-0.001858,0.000598,0.010799,0.00095,-0.012584,0.002589,-0.013134,-0.028075,-0.036046,0.007531,-0.003305,-0.039881,-0.035837,0.01679,-0.013417,-0.039946,0.020974,-0.004691,0.021626,0.000061,-0.019189,0.017014,-0.010676,0.006637,-0.00811,-0.031918,0.010064,0.058966,0.026867,0.004431,-0.002782,0.015272,0.040211,0.038359,0.025187,-0.008304,-0.030715,-0.070376,0.003984,-0.031363,-0.023374,0.013738,-0.005791,0.02418,-0.026833,-0.002003,-0.04347,0.037349,0.084686,-0.011717,0.012747,0.008085,0.040435,-0.042373,-0.005412,0.031751,-0.027295,-0.006753,-0.000996,0.028272,0.021022,-0.030374,-0.014124,-0.040579,0.00262,-0.006305,0.002134,-0.040577,-0.008911,0.041176,0.015651,-0.025021,0.053081,-0.034457,-0.02063,0.0177,0.022153,0.003382,0.026836,0.017987,0.003417,0.018635,0.016554,-0.026927,0.039056,-0.006279,0.02079,0.003925,0.01326,0.001417,-0.00927,-0.026077,0.01403,0.018929,-0.051157,0.012021,0.022158,-0.018806,0.016384,-0.011012,0.027998,-0.035769,0.020682,0.008822,-0.012369,-0.008729,-0.002753,0.012544,-0.015132,-0.009539,-0.04259,-0.039978,-0.039285,-0.026696,-0.080317,-0.022383,-0.002056,0.021792,0.038118,-0.000008,0.018413,-0.051293,-0.016638,0.009103,-0.033989,0.017821,-0.053082,0.032973,0.008784,-0.00889,0.042086,-0.002545,-0.011505,0.028154,0.014915,-0.011635,-0.028987,0.000989,0.002174,-0.010994,0.005352,0.003432,-0.014317,-0.002993,0.005479,-0.024034,0.009023,-0.000339,0.020024,-0.011783,-0.001369,0.015036,0.001338,-0.008094,-0.006836,-0.004221,-0.020314,-0.008304,-0.047596,0.037418,-0.006241,-0.01367,-0.032061,0.014738,-0.001589,-0.007513,0.000184,0.037298,0.022783,-0.015834,0.033596,0.02902,0.008242,-0.003424,0.027259,-0.011689,-0.007654,-0.020974,-0.019839,-0.019287,-0.059054,-0.040719,-0.028978,-0.018233,-0.034788,-0.020082,0.004045,0.015987,-0.014237,0.010616,-0.015386,-0.012592,0.057268,0.024564,-0.004017,-0.024233,-0.013167,-0.041149,-0.021837,0.017499,0.001028,-0.033072,-0.005487,0.00955,-0.009685,-0.015028,0.001974,-0.001132,-0.003377,-0.02656,-0.021359,0.011622,0.017939,0.04578,0.019296,-0.025542,0.012278,0.002751,0.00117,0.006828,-0.038228,0.037108,-0.027113,0.010964,0.039881,0.002723,-0.010732,0.016572,-0.009195,0.065083,0.01021,0.003157,0.105026,-0.037618,0.0165,-0.057176,-0.017944,0.000553,0.044728,0.032717,-0.020162,0.030626,0.010845,-0.036185,-0.008011,0.013708,0.067795,-0.003989,-0.005343,0.005521,0.014942,0.005818,0.032426,0.013612,-0.008447,-0.005047,0.007289,-0.019997,-0.026172,0.00797,-0.021125,-0.031135,0.022693,0.003278,-0.033728,-0.019158,0.005696,0.002602,-0.041623,-0.001598,-0.010386,-0.015147,0.004891,0.019318,-0.003145,-0.030711,0.031053,0.026878,-0.023496,-0.026297,-0.015392,0.055203,0.013266,0.002305,0.01171,-0.02705,-0.014043,0.004993,0.031511,-0.014315,0.009034,-0.02699,0.025474,0.004139,0.018018,-0.039321,0.035807,0.003399,-0.008594,0.032603,-0.027785,0.004312,-0.029746,-0.018089,0.021769,0.029396,0.01239,-0.044446,-0.018539,-0.037039,0.013294,0.003146,0.749967,-0.002201,0.026773,0.010049,-0.00116,0.016804,0.026657,0.013418,-0.0101,-0.013455,-0.012524,0.003023,0.020342,0.039047,0.026947,0.00879,0.035554,0.002307,0.001837,-0.002547,0.010098,-0.022462,0.03603,0.02838,-0.021553,0.035602,-0.00312,-0.028803,0.012098,-0.005687,-0.005466,0.012252,-0.050144,-0.058915,-0.013577,0.05404,0.004621,-0.004572,0.04261,-0.077395,-0.00122,-0.01946,0.035856,-0.031514,0.021572,-0.012939,0.012984,0.019874,0.064268,-0.016753,0.016748,0.012656,0.014442,0.057791,0.008794,-0.004838,0.005119,-0.032512,-0.013495,-0.007395,0.031065,-0.005816,-0.01889,0.053011,0.036517,0.037135,0.015006,-0.022204,0.04389,0.037408,0.047599,-0.059445,0.03049,0.01405,0.002911,0.02147,-0.000684,-0.032403,-0.019099,-0.00989,0.029208,-0.092107,0.030672,0.01942,-0.004478,-0.00224,-0.018345,0.023802,0.016285,0.001459,-0.060576,0.049585,0.017482,-0.012565,0.009744,0.00003,-0.017271,0.022433,0.005426,-0.006283,0.00351,-0.018143,-0.013527,0.040508,-0.063743,-0.014693,0.005981,-0.016589,-0.039608,0.075264,-0.013949,-0.0229,-0.01833,-0.005522,-0.028842,0.000542,0.026649,-0.001959,-0.001204,0.018829,-0.01743,-0.023069,-0.013356,-0.023101,0.060351,-0.046242,-0.00567,0.006543,-0.010271,-0.01197,0.011211,0.002329,0.002332,-0.026162,-0.018924,-0.032034,-0.003916,0.018274,0.015953,0.02845,0.007948,0.018391,-0.014356,0.005531,-0.009195,0.038862,0.021461,0.01398,-0.013937,0.001169,0.021129,0.15331,0.035085,-0.005115,0.017134,0.011411,0.010917,0.003264,-0.027153,-0.01487,0.037735,0.019799,0.018617,0.010726,0.021359,-0.000742,0.082153,0.020986,0.002221,0.002797,-0.000964,0.009209,-0.018639,-0.179527,0.002555,-0.037306,0.000482,0.007223,0.010871,-0.015898,-0.020114,-0.008047,-0.019851,-0.014207,-0.005454,-0.057161,-0.019775,0.001941,-0.009244,0.01661,0.01297,0.002949,-0.02109,0.037845,0.114326,-0.044445,0.10736,0.031889,-0.004984,0.002478,0.020409,0.023491,-0.002191,0.010092,0.047336,-0.008045,-0.029517,-0.03615,0.00311,-0.021974,0.007122,-0.016864,0.023675,0.059556,0.009711,-0.015598,0.005678,-0.009976,-0.021186,0.024191,-0.0144,-0.027323,-0.002548,0.010084,0.000824,-0.021427,0.004742,0.056305,-0.0168,0.024057,0.000465,-0.022085,0.034794,0.024308,0.021386,0.019594,-0.030049,-0.063219,-0.017283,-0.003176,-0.015786,0.003112,-0.020349,0.017436,-0.026718,-0.019988,-0.023651,0.010061,0.088387,0.006728,0.028029,0.003373,0.016422,-0.025147,0.009909,0.028451,-0.044881,-0.007107,0.041378,0.01879,-0.005436,0.010838,-0.027125,-0.039007,0.03263,-0.00569,0.003074,-0.047481,0.011507,0.004106,0.04021,-0.000267,0.021083,-0.006017,-0.027518,0.007092,0.035325,0.02325,0.012747,0.010091,-0.005188,0.012056,-0.00127,-0.041267,0.037825,-0.001931,0.01708,-0.006525,0.030088,-0.015689,-0.002625,-0.028237,0.029231,0.015241,-0.037967,0.001617,0.022181,-0.015014,0.02551,-0.015106,0.000548,-0.003708,0.011323,0.011606,-0.024965,0.010307,0.001795,-0.015782,0.013793,-0.009551,-0.019159,-0.029255,-0.000002,-0.023473,-0.092993,-0.003289,-0.0036,0.010494,0.075874,-0.001337,-0.003922,-0.046376,0.040399,-0.029765,0.021,0.016545,-0.033993,0.005155,-0.009847,0.003529,0.017266,0.022636,-0.005998,-0.009347,-0.003307,0.029033,-0.013863,-0.005851,0.013984,-0.044887,-0.012579,-0.007404,0.001036,0.03063,0.012494,-0.026264,0.012736,-0.005352,0.044157,0.03473,-0.029808,0.016719,-0.018007,-0.019081,-0.002186,-0.016684,-0.001386,-0.014738,0.012106,0.005585,0.028905,-0.029744,-0.050932,-0.016084,-0.021607,0.001249,0.018633,0.045077,0.033565,-0.035753,0.038238,0.015045,-0.002616,-0.020922,0.059719,-0.006775,-0.038949,-0.028437,0.003435,-0.016891,-0.032734,-0.008579,-0.004881,0.008607,-0.015485,0.026735,-0.001526,-0.003137,-0.041497,0.001942,0.026166,-0.025249,0.007515,0.026566,0.000223,0.041651,-0.020883,0.006852,0.010799,0.028979,-0.019617,0.017131,0.022481,-0.016017,0.009554,-0.015,0.023668,0.000867,0.012866,0.016168,-0.010251,0.013795,0.040512,0.057938,0.042985,-0.021625,-0.003384,0.054969,-0.000898,-0.018045,-0.020709,-0.012638,-0.046872,0.006101,-0.004599,-0.024478,-0.003141,0.024716,0.00201,0.010768,0.003895,0.043507,0.111217,-0.003293,0.00192,-0.044951,-0.00689,0.004231,0.031549,0.01761,-0.010733,-0.003651,0.007689,-0.013512,-0.021918,0.048268,0.015283,-0.013344,0.004866,-0.028636,0.017292,-0.024042,-0.010853,0.017289,0.009857,-0.011813,0.013627,-0.014475,-0.021246,0.008269,0.041637,-0.015029,0.025452,0.012615,-0.045625,0.000782,-0.03922,0.039468,-0.023072,-0.004984,0.036548,0.002765,0.004608,-0.008022,-0.000776,-0.032078,0.010194,0.015351,0.024912,0.032622,0.018502,0.026418,-0.004007,-0.013541,0.025923,-0.007359,-0.003436,0.011603,0.022821,-0.014961,0.021253,-0.002792,0.021142,0.001151,0.013079,-0.021949,-0.013758,-0.046552,-0.038101,0.051108,0.0083,0.004314,-0.014549,-0.014781,0.010305,0.018056,-0.001723,0.000735,-0.026612,-0.020265,0.002419,-0.00279,0.768316,0.000152,0.011671,-0.021046,0.003005,-0.00652,-0.04164,0.007609,-0.0108,-0.012742,0.008389,-0.004947,-0.010873,0.005011,0.013979,-0.007623,0.040972,-0.007213,0.019237,-0.022731,-0.018505,-0.044841,0.049118,0.004399,0.000311,0.04382,0.003602,-0.019982,0.023351,0.016291,-0.008877,-0.025085,-0.012303,-0.022373,-0.03586,0.029099,-0.021057,0.02344,0.029948,-0.09638,0.016223,0.004209,0.009254,-0.009672,0.008115,-0.012195,0.014303,-0.000532,-0.014406,-0.00359,0.03044,-0.014004,0.006236,0.045579,-0.019954,-0.014527,0.016863,-0.020443,-0.015182,0.009408,0.024414,-0.018907,-0.011467,0.07854,0.012403,0.058163,0.010642,-0.019588,0.032029,0.033918,0.041721,-0.052818,0.02224,0.01129,-0.011459,0.017821,-0.002079,-0.043524,-0.028987,-0.005597,0.032749,-0.08332,0.040385,0.000685,-0.0011,0.00447,-0.011922,0.029445,0.011705,0.006796,-0.071977,0.057734,0.020951,-0.003929,-0.002534,0.003518,-0.027317,0.024853,0.002336,0.005127,-0.004151,-0.026103,-0.004149,0.04556,-0.056467,-0.007443,0.002831,-0.005696,-0.037389,0.070542,-0.023657,-0.022487,-0.009205,0.014949,-0.03317,-0.006741,0.027864,-0.003479,-0.012438,0.010218,-0.025251,-0.012666,-0.009282,-0.014419,0.049005,-0.053208,-0.010868,0.018236,-0.017384,-0.009811,0.013878,-0.012758,0.021768,-0.024188,-0.004126,-0.01355,-0.009963,0.008649,0.019531,0.033458,0.013226,0.016604,-0.00652,-0.000176,-0.00395,0.052266,0.02804,0.006103,-0.013998,0.004204,0.018256,0.1446,0.021854,-0.007516,0.027753,0.015104,0.011349,-0.000226,-0.016019,-0.019991,0.039821,0.016935,0.00724,0.035981,0.024361,0.003578,0.091204,0.018348,0.000096,-0.000436,0.002351,0.011286,-0.009875,-0.161361,0.007894,-0.047718,-0.006204,-0.009465,0.013034,-0.037812,-0.011654,-0.001572,-0.013804,-0.007784,0.00161,-0.049224,-0.024083,-0.001428,-0.009268,0.019347,0.015364,-0.003902,-0.027417,0.032712,0.12495,-0.032066,0.10347,0.031827,0.000752,-0.01356,0.007266,0.021124,0.009437,0.008936,0.052155,-0.01859,-0.031398,-0.028114,0.003191,-0.010133,0.001964,-0.017039,0.035533,0.063807,0.01451,-0.015752,0.008545,-0.014642,-0.020437,0.016414,-0.009719,-0.019357,-0.024585,-0.008781,0.011026,-0.023755,0.011971,0.057377,-0.016122,0.021096,0.008045,-0.011872,0.032167,0.02266,0.019544,0.024858,-0.01922,-0.060556,-0.014082,-0.013568,-0.003866,0.00265,-0.005626,0.015155,-0.0165,-0.02756,-0.020978,0.007012,0.047626,0.003373,0.021417,-0.0048,0.013706,-0.024284,-0.000191,0.04284,-0.039864,-0.004209,0.037081,0.024484,-0.023579,0.014226,-0.033907,-0.038749,0.021899,0.002115,-0.01196,-0.052923,0.023767,-0.006311,0.049611,-0.00686,0.027802,0.013158,-0.034498,0.020232,0.036887,0.0177,0.007936,0.018202,-0.006855,0.014614,0.002032,-0.035517,0.027664,-0.004177,0.005527,-0.007161,0.029313,0.002581,-0.010256,-0.017373,0.034992,0.018635,-0.034136,-0.001527,0.044059,-0.008912,0.019539,-0.002473,-0.000117,0.000807,0.002549,0.014308,-0.018233,0.025388,0.013513,-0.021077,0.017603,-0.006792,-0.017689,-0.030116,0.002042,-0.019201,-0.114881,0.008599,0.000336,0.005535,0.075741,0.001003,0.001006,-0.033515,0.049295,-0.034729,0.034784,0.021158,-0.03135,0.004915,-0.007343,0.008848,0.005946,0.019199,-0.024617,-0.016174,-0.003457,0.026639,-0.006507,-0.02208,0.00348,-0.046074,-0.015355,-0.000799,-0.009617,0.024888,0.01662,-0.030085,0.02477,-0.002602,0.028594,0.037127,-0.037309,0.008564,-0.006523,-0.012138,-0.000884,-0.021185,-0.009499,-0.010303,-0.00487,0.003117,0.034007,-0.022634,-0.061456,-0.021317,-0.021767,0.004346,0.026002,0.042783,0.029187,-0.036957,0.050912,0.001985,-0.00008,-0.003533,0.05877,0.007394,-0.037581,-0.040643,-0.004699,-0.017378,-0.029501,-0.01312,-0.011752,0.01415,-0.031679,0.014599,0.013284,-0.006402,-0.033746,0.000219,0.022241,-0.022832,-0.000523,0.041038,-0.003919,0.044761,-0.008843,0.012199,0.017925,0.041194,-0.021827,0.025458,0.0214,-0.01981,0.022338,-0.014293,0.015378,-0.009022,0.016167,0.011661,-0.010153,0.012599,0.046417,0.054264,0.023232,-0.01315,0.000086,0.06271,-0.005636,-0.02384,-0.063123,-0.007299,-0.038955,0.004174,-0.020291,-0.02955,0.010394,0.024481,0.000065,-0.003705,0.001787,0.035366,0.113176,-0.003403,-0.001785,-0.041008,-0.01275,-0.001927,0.029207,0.006164,-0.01896,0.000361,0.008769,-0.020361,-0.024259,0.040378,0.034091,-0.035859,0.0128,-0.043511,0.024579,-0.032788,-0.017236,0.014993,0.017182,-0.004637,0.008425,-0.01914,-0.014113,0.004443,0.05792,-0.009248,0.019375,0.012695,-0.042949,0.006116,-0.030301,0.023948,-0.028086,-0.007501,0.026612,0.007222,-0.008868,-0.005152,-0.014628,-0.033234,0.015086,0.011049,0.030305,0.027311,0.016802,0.025475,-0.015014,-0.018896,0.028007,-0.003209,0.016343,0.002598,0.021117,-0.004487,0.03286,0.002266,0.017195,0.003423,0.017957,0.000119,-0.013289,-0.031881,-0.029697,0.064506,0.006734,-0.001832,-0.011761,-0.020805,0.007389,0.011254,-0.009503,0.002093,-0.030865,-0.02075,-0.000934,-0.0038,0.756874,0.004242,0.016308,-0.029471,0.002558,-0.005957,-0.04342,0.001436,-0.022213,-0.007409,0.016437,0.00107,-0.01123,0.008598,0.00233,-0.009183,0.038077,-0.003313,0.030188,-0.027992,-0.019879,-0.040556,0.03494,-0.00677,-0.002092,0.063145,-0.00481,-0.016291,0.022226,0.007356,-0.01243,-0.027617,-0.014555,-0.028321,-0.03066,0.034544,-0.038639,0.006878,0.020286,-0.094051,0.009014,-0.001454,-0.003204,-0.008858,0.010787,-0.000594,0.020248,0.000963,-0.016209,-0.007638,0.033342,-0.016901,0.001219,0.03814,-0.019533,-0.024853,0.017703,-0.031673,-0.017153,0.009767,0.026778,-0.017732,-0.004349,0.103583,-0.006374,0.077491,0.023339,-0.015599,0.028066,0.030884,0.030869,-0.062234,0.033828,0.01369,-0.01072,0.031065,0.001509,-0.026918,-0.005225,-0.020852,0.025181,-0.097297,0.019904,0.021979,-0.023913,-0.006283,-0.026243,0.035213,0.009937,-0.015591,-0.049902,0.052846,0.022964,-0.00122,0.008831,0.019896,-0.021936,0.053249,0.010659,-0.005769,0.004457,-0.001127,-0.00864,0.030775,-0.070091,0.000156,0.002027,-0.010261,-0.028823,0.063909,-0.011904,-0.015188,-0.017857,-0.028794,-0.011484,-0.013958,0.018797,0.000874,-0.006029,0.011664,-0.01134,-0.010499,-0.010877,-0.011371,0.062816,-0.040904,-0.019297,0.010296,0.003444,-0.013636,-0.01615,0.009999,-0.006187,-0.023655,-0.012252,-0.033163,-0.000992,0.02551,0.029579,0.034022,0.000884,0.016069,-0.007231,-0.006069,0.008376,0.040807,0.030582,0.021054,-0.00935,0.013041,0.01415,0.151316,0.050783,0.00741,0.014683,-0.007757,0.01051,0.006321,-0.032525,-0.01003,0.047837,0.028585,0.011647,0.023802,-0.005126,-0.000049,0.076162,0.006851,0.026953,-0.003527,0.01542,0.016622,0.011233,-0.170174,-0.005747,-0.024149,-0.019171,0.020004,0.006154,-0.028846,0.006849,0.015949,-0.012839,-0.010292,-0.000577,-0.054811,-0.026639,-0.008538,-0.00925,0.030092,0.003535,0.019712,-0.026313,0.033698,0.100985,-0.064038,0.093948,0.018715,-0.006748,0.018778,0.003053,0.031984,-0.005516,0.007986,0.053452,0.001841,-0.060559,-0.019238,0.005062,-0.030742,0.0165,-0.013701,0.017725,0.053796,0.015262,-0.016741,-0.007481,0.020295,-0.005548,0.022843,-0.006767,-0.047058,-0.002742,0.002322,-0.008988,-0.003652,0.001049,0.042481,-0.005108,0.021991,-0.01692,-0.030955,0.045686,0.019731,0.019864,0.010465,-0.019225,-0.055816,0.00093,-0.005382,-0.021968,-0.002763,-0.006284,0.024086,-0.031042,-0.01461,-0.006564,0.017526,0.102454,0.013792,0.040454,0.007783,0.02007,-0.023398,0.005696,0.026255,-0.038545,-0.018967,0.03816,0.028258,0.007416,0.023522,-0.015671,-0.025421,0.037467,-0.001751,0.006135,-0.042221,0.016835,0.020313,0.027884,-0.00244,0.016398,-0.018838,-0.018253,0.009498,0.024432,0.021269,0.026278,0.000519,0.001261,-0.005815,-0.003263,-0.019582,0.028066,-0.013856,0.008682,-0.028822,0.03086,-0.020575,-0.000738,-0.010427,0.016739,0.019646,-0.027156,-0.014439,0.017865,-0.025324,0.042006,-0.011195,0.00208,-0.011992,-0.013037,0.001874,-0.037841,-0.003565,0.013275,0.001579,0.000571,-0.016323,-0.017518,-0.027223,-0.010283,-0.028666,-0.104093,0.01251,-0.001541,-0.000289,0.057395,-0.008728,-0.005437,-0.04378,0.049762,-0.02683,0.028181,0.007036,-0.013729,-0.000187,-0.014109,0.008443,0.009047,0.020666,-0.00261,-0.001214,-0.003832,0.039105,-0.012966,-0.027893,0.023024,-0.043708,-0.009943,0.002352,-0.005674,0.013163,0.006908,-0.024946,-0.005098,-0.002663,0.04058,0.033338,-0.008902,0.005238,-0.001034,-0.011468,0.000904,-0.026486,0.003703,-0.002838,0.002834,0.009614,0.027801,-0.034972,-0.058495,-0.001608,-0.023006,0.025724,0.006239,0.05081,0.044483,-0.042612,0.048672,0.016532,0.006269,-0.019483,0.049887,-0.014771,-0.050449,-0.030729,-0.014771,-0.017147,-0.038418,-0.025923,-0.01422,0.009722,-0.025257,0.024839,-0.022475,0.008645,-0.016443,-0.00809,0.033177,-0.023675,0.028745,0.021603,0.000645,0.010757,-0.015627,0.007497,0.003299,0.024217,-0.016681,0.000366,0.017054,-0.01106,-0.002858,-0.026607,0.023219,0.007827,0.01425,0.01597,-0.020821,0.001333,0.045212,0.046429,0.047937,-0.024329,-0.009296,0.037695,-0.009808,-0.012044,-0.037419,-0.002054,-0.048021,0.00289,0.013574,-0.030832,-0.009609,0.024391,0.020742,0.021252,0.013714,0.050061,0.11198,0.008494,0.013002,-0.031157,-0.007884,0.00438,0.02586,0.031711,0.004772,-0.012276,0.0039,-0.021679,-0.028824,0.050682,0.031471,-0.001514,0.011549,-0.041194,0.005984,-0.035569,0.026763,0.025177,0.004109,0.001941,0.017636,-0.017555,-0.018511,0.000488,0.00942,-0.013887,0.011864,0.007878,-0.048452,0.003157,-0.03021,0.03975,-0.023126,-0.006875,0.02849,0.010579,0.020068,-0.015601,0.00566,-0.021588,0.028689,0.017306,0.012927,0.023377,0.043347,0.049824,-0.001289,-0.007062,0.024362,-0.00924,-0.004668,0.019982,0.018629,-0.014794,0.015452,-0.002669,0.011034,0.007833,0.033342,-0.036986,-0.016455,-0.061725,-0.027808,0.04606,-0.000901,0.008884,-0.012565,-0.014143,0.028183,0.018547,0.000086,-0.008803,-0.029846,-0.006068,0.007449,-0.001461,0.760853,-0.00087,0.009239,-0.02373,0.006453,-0.007647,-0.025585,0.019283,-0.000375,-0.003025,0.003958,-0.012215,-0.013602,0.018748,0.012291,0.006708,0.031142,0.001916,0.030677,-0.012346,-0.012041,-0.049065,0.05193,0.030091,-0.008425,0.027001,-0.002805,-0.022673,-0.002238,0.011397,-0.02152,-0.019213,-0.003036,-0.011929,-0.03774,0.03965,-0.028141,0.037895,0.031113,-0.089489,0.008866,0.00278,0.020399,0.008148,0.01625,-0.014825,0.010931,0.000744,-0.022933,-0.000498,0.022693,-0.021375,-0.002784,0.048373,-0.028187,-0.017405,0.013722,-0.020259,-0.019499,0.016118,0.020671,-0.019517,-0.001479,0.08826,0.009871,0.080506,-0.007953,-0.013782,0.030664,0.037086,0.02289,-0.067463,0.024055,0.009839,-0.017682,0.022155,-0.00146,-0.038973,-0.020787,-0.023635,0.03031,-0.088723,0.023838,0.007842,-0.020017,0.000209,-0.016503,0.03442,-0.002339,-0.008818,-0.052099,0.053082,0.017242,-0.003818,0.004172,0.016896,-0.025902,0.052902,0.005215,0.003172,-0.001492,-0.006984,-0.000272,0.035954,-0.06114,0.00558,-0.011433,-0.003583,-0.021376,0.057677,-0.013189,-0.010624,-0.007678,-0.014521,-0.009841,-0.016648,0.019172,0.004545,-0.011528,-0.000605,-0.015691,-0.005443,0.00307,-0.009814,0.043037,-0.044008,-0.01445,0.01865,-0.000862,-0.005616,0.001319,0.003324,0.006062,-0.010625,-0.006486,-0.019912,-0.005534,0.019929,0.03137,0.033941,0.002542,0.011596,-0.000043,-0.004967,0.011645,0.046591,0.028692,0.01017,-0.007933,0.012625,0.014566,0.127357,0.035425,0.003886,0.019259,-0.005874,0.012122,-0.004162,-0.019369,-0.01945,0.051472,0.032043,0.003169,0.042587,-0.004218,-0.000711,0.082754,0.005505,0.030319,-0.010063,0.015579,0.021307,0.025525,-0.159222,0.004729,-0.030334,-0.010883,0.009096,0.010756,-0.047509,0.010886,0.016829,-0.000962,0.003187,0.00357,-0.043674,-0.025985,0.000908,-0.010783,0.027772,0.001129,0.007373,-0.033033,0.03098,0.112105,-0.059759,0.087764,0.015891,-0.00065,0.000316,0.000022,0.024234,0.002776,0.00596,0.056905,-0.002463,-0.053584,-0.023111,0.007657,-0.021266,0.009711,-0.019794,0.022541,0.054074,0.008483,-0.014053,0.001747,0.017312,0.00084,0.014688,-0.011918,-0.044682,-0.009796,-0.003915,-0.003825,-0.007956,0.002834,0.054472,-0.005112,0.0158,0.000462,-0.028505,0.038351,0.019236,0.014784,0.012638,-0.015123,-0.053531,0.007639,-0.015429,-0.016173,-0.005109,0.008549,0.01794,-0.024162,-0.01339,-0.006144,0.015834,0.074068,0.007856,0.035179,0.008109,0.017554,-0.026623,0.000066,0.04036,-0.038322,-0.01938,0.034352,0.0358,-0.000791,0.019658,-0.019278,-0.025182,0.029767,0.007264,-0.00528,-0.047981,0.026938,0.013941,0.031073,-0.00463,0.023174,-0.000131,-0.027779,0.017258,0.030503,0.019393,0.031208,0.00801,-0.004035,-0.003141,-0.005242,-0.029785,0.021782,-0.014538,-0.005112,-0.023823,0.027576,-0.004376,-0.007512,-0.001839,0.022364,0.024508,-0.022387,-0.016308,0.037124,-0.019255,0.038947,0.004366,0.002746,-0.016523,-0.015204,0.006802,-0.02645,0.009978,0.020031,0.005776,0.007335,-0.005272,-0.028114,-0.023316,-0.008091,-0.031391,-0.117437,0.02601,0.000541,-0.004763,0.046581,-0.001087,0.001783,-0.01094,0.049641,-0.031409,0.029767,0.023492,-0.013578,-0.006298,-0.009118,0.014914,0.008816,0.023244,-0.012202,0.000904,-0.007355,0.03184,-0.016186,-0.031613,0.014164,-0.029658,-0.016257,0.016421,-0.01639,0.010279,0.004323,-0.022903,0.006326,-0.00299,0.029834,0.033019,-0.001763,-0.003131,0.004625,-0.003013,0.001807,-0.020167,0.002134,-0.004135,-0.012359,0.008132,0.021942,-0.031156,-0.060356,0.002634,-0.026159,0.027861,0.01078,0.070579,0.040573,-0.034446,0.054769,0.007417,-0.001668,-0.000932,0.044905,0.000335,-0.040503,-0.03934,-0.018543,-0.012018,-0.032795,-0.025189,-0.020058,0.01702,-0.033696,0.001117,-0.006672,0.003323,-0.008162,-0.009142,0.02893,-0.022418,0.021914,0.02915,-0.006751,0.014739,-0.006932,0.013508,0.003971,0.031304,-0.015254,0.009481,0.007195,-0.010735,-0.000652,-0.029511,0.013282,0.005997,0.021995,0.016456,-0.023752,-0.0055,0.039693,0.046978,0.023937,-0.028684,-0.0005,0.038029,-0.007858,-0.017832,-0.053015,0.007088,-0.039746,0.008422,0.004519,-0.030243,-0.001062,0.03395,0.014981,0.008586,0.011693,0.0431,0.11409,0.003277,0.016004,-0.02895,-0.009205,-0.0002,0.031031,0.015331,-0.017655,-0.006047,0.006435,-0.025502,-0.032632,0.04478,0.046119,-0.014298,0.013589,-0.042697,0.012701,-0.043386,0.0403,0.017808,0.001012,0.003678,0.013147,-0.023466,-0.010962,0.000419,0.027454,-0.011404,0.006914,0.017883,-0.041584,-0.004137,-0.020721,0.035083,-0.027074,-0.006277,0.027624,0.001917,0.001133,-0.02232,-0.000177,-0.027847,0.027132,0.018787,0.014476,0.016378,0.039822,0.050968,-0.01265,-0.009215,0.030929,-0.010025,0.015184,0.016628,0.017239,-0.008856,0.024608,-0.008525,0.007569,0.007814,0.032005,-0.027486,-0.007997,-0.043287,-0.024969,0.056072,0.006506,0.006642,-0.019009,-0.01674,0.031006,0.016852,-0.007342,-0.005602,-0.023129,-0.01299,0.002413,0.002689,0.774205,-0.005396,0.015929,-0.025475,0.008489,-0.006388,-0.021231,0.006032,-0.010991,-0.000217,0.008219,-0.007903,-0.009037,0.023594,0.001417,0.005029,0.025198,0.009292,0.030339,-0.01997,-0.017583,-0.041089,0.032861,0.030715,-0.000584,0.053947,-0.010526,-0.024994,0.000681,-0.006101,-0.019235,-0.020852,-0.011601,-0.016001,-0.023752,0.036598,-0.030424,0.029728,0.028149,-0.082805,0.011577,0.000061,0.01525,0.004881,0.016796,-0.005853,0.027113,-0.000009,-0.014066,-0.012951,0.020064,-0.025282,-0.006606,0.044362,-0.017566,-0.027072,0.012981,-0.033914,-0.015598,0.014296,0.016257,-0.015743,0.005127,0.110717,0.005387,0.095836,0.008299,-0.007758,0.028595,0.04059,0.023731,-0.086146,0.041259,0.026789,-0.011563,0.015894,0.008224,-0.049493,0.017219,-0.0202,0.046556,-0.053576,0.045798,-0.00237,-0.018645,-0.000869,-0.052348,-0.024686,0.033064,-0.014691,-0.037191,0.01755,0.00652,0.025069,0.012487,0.000198,0.007904,0.037317,-0.011198,-0.039966,0.005605,-0.038779,-0.001398,0.015687,-0.046023,-0.007519,0.004657,-0.014326,-0.007033,0.086931,0.005195,0.022377,0.010263,-0.009846,-0.003848,0.000206,0.008385,0.034273,-0.039237,0.051371,0.016458,-0.012018,-0.030185,-0.038061,0.045837,-0.050238,0.000219,0.005557,0.004531,-0.026348,-0.000025,0.004835,-0.023001,-0.027992,-0.028807,-0.020421,0.017646,-0.006328,0.028547,0.045536,0.004342,0.026308,0.010989,0.029136,0.017573,0.041575,0.016221,0.027846,-0.016525,-0.004197,0.01645,0.152462,0.041954,-0.021534,-0.026089,0.00969,0.024251,-0.007908,-0.02384,-0.018663,0.054723,-0.008996,0.040396,0.010473,-0.002562,0.029966,0.073749,0.007325,0.036537,0.00342,0.012552,-0.055677,-0.007444,-0.165568,0.026677,-0.039363,-0.006141,0.011105,-0.003341,-0.016741,-0.037691,0.022428,-0.018406,-0.007158,-0.004955,-0.009173,-0.011976,-0.000839,-0.046892,0.038466,0.011784,0.020687,0.002726,0.03771,0.070791,-0.041317,0.077803,0.015565,-0.005589,0.016413,-0.02702,0.008051,0.013014,-0.001805,0.037353,-0.033787,-0.043413,-0.030853,-0.002545,-0.00396,0.04372,-0.01501,-0.009334,-0.017477,0.00178,-0.041349,0.005706,-0.025799,0.005055,0.028383,-0.02483,-0.06917,-0.003482,0.001025,0.002738,0.023883,0.002518,0.049449,-0.002845,-0.011551,-0.011643,-0.008464,0.033961,0.007673,-0.009771,-0.019538,-0.00394,-0.051148,0.012606,-0.000014,-0.010717,-0.00332,-0.006042,0.058029,-0.059332,0.023154,-0.016641,0.008746,0.113411,-0.00657,0.048035,0.013607,0.021196,0.003339,-0.003944,0.004805,0.008566,-0.003182,-0.008583,0.024358,-0.001792,0.013243,-0.045882,0.000587,0.043634,0.01288,-0.02601,-0.052992,0.023189,0.021501,0.006157,0.035119,0.026501,0.007771,-0.013656,0.018638,0.017237,0.003069,0.057576,0.044143,-0.011546,-0.007327,0.008638,-0.010771,0.041492,0.003028,-0.000326,-0.01212,-0.004384,-0.010119,-0.003791,0.001106,0.010152,-0.015602,-0.051411,0.007575,0.031026,-0.031135,0.00687,-0.017362,0.015238,-0.014461,-0.017268,0.024194,-0.015289,0.002407,-0.015321,0.002102,-0.027086,-0.032394,-0.022752,-0.048189,0.00071,-0.010698,-0.05121,0.009936,-0.020788,0.03189,0.014945,0.011205,-0.007517,-0.046194,0.030343,-0.011491,-0.012411,0.011744,-0.016044,0.001039,-0.021354,0.012012,0.017285,0.003795,-0.014069,0.001857,0.030173,0.019535,0.024274,0.000308,0.022878,0.002927,-0.015724,-0.037466,0.015778,0.007961,0.007848,-0.064932,-0.003194,-0.013334,0.050659,0.019012,0.012101,-0.007669,-0.012766,0.003247,0.017296,-0.028039,-0.024252,-0.013037,-0.008408,0.022928,-0.009106,-0.039129,-0.043281,-0.009943,-0.04046,0.006478,0.012483,0.046992,0.005052,0.003955,0.033528,0.014558,0.027112,-0.02292,0.051481,-0.022303,0.018067,-0.01723,0.01139,-0.003511,-0.059376,-0.041831,-0.031313,-0.01771,0.018455,0.00454,-0.016191,0.01272,-0.030921,-0.000411,0.018371,-0.033036,0.011752,0.016837,-0.001388,-0.027419,-0.031038,-0.005577,0.021845,0.00909,-0.001593,0.01158,0.01602,0.009429,-0.015339,-0.046676,0.026091,0.018219,-0.014333,-0.027135,-0.015265,-0.011903,0.052868,0.032366,0.02382,-0.021059,-0.014118,0.028176,-0.027291,0.005064,-0.034352,-0.017393,0.021399,-0.025766,0.041263,-0.01694,0.005407,0.006168,0.000116,0.020016,-0.024017,0.022093,0.114649,0.005799,-0.026941,-0.017825,-0.029186,0.00916,0.055127,0.020879,0.016521,0.010746,-0.029776,-0.01813,-0.017842,-0.002942,0.060178,-0.038662,-0.014113,0.026245,0.00449,-0.00352,0.074956,-0.011855,0.007746,0.02418,0.011049,0.000324,-0.024422,0.018885,0.008081,-0.020215,0.009479,-0.012239,-0.012263,0.009657,0.01346,0.055902,-0.040328,-0.023744,-0.033305,0.022754,-0.008712,0.006716,0.007675,-0.059323,0.037385,0.021489,-0.005501,-0.015146,-0.022945,0.085493,0.011942,-0.038483,0.050285,-0.01325,0.000877,-0.019575,0.01848,-0.028037,0.040607,0.018045,0.007067,0.025686,0.014715,-0.000513,-0.007124,-0.03237,-0.011429,0.0214,0.007385,-0.024719,0.004971,-0.020378,0.019465,0.034415,-0.013652,-0.031603,-0.010417,-0.014813,-0.021096,0.01582,0.742922,-0.02943,0.025696,-0.009528,0.026132,0.018835,-0.01268,-0.021039,0.006915,-0.036591,0.014907,-0.004771,0.010004,0.021889,0.011196,0.026377,0.045026,-0.0321,0.002197,-0.021345,0.017737,-0.032725,0.020434,0.019952,-0.032985,0.037564,0.021297,-0.010986,-0.002256,-0.010965,-0.030272,-0.041128,-0.034164,-0.032376,-0.046917,0.02842,-0.004239,0.002625,0.059514,-0.087873,0.014741,-0.000903,0.023898,0.006596,0.035751,-0.010841,0.015578,0.03715,-0.009797,-0.032839,0.026995,-0.024889,0.001802,0.040038,-0.002389,-0.020439,0.007401,-0.045904,-0.028507,0.003068,0.009653,-0.003025,-0.008868,0.087004,0.017917,0.067897,-0.008571,0.004709,0.054101,0.034562,-0.013051,-0.08051,0.038272,0.030148,-0.019794,-0.017546,-0.021774,-0.044149,0.008859,-0.001236,0.040046,-0.059736,0.031941,0.028052,-0.008905,0.015247,-0.040911,-0.056803,0.029844,0.004402,-0.019674,-0.006859,-0.029874,0.001444,0.021394,0.009555,-0.012321,0.02473,0.01883,-0.027777,0.015066,0.01154,0.010684,0.012656,-0.05545,0.03476,-0.03216,0.007156,-0.009567,0.090494,-0.014818,0.01077,-0.021978,-0.000221,0.014083,-0.011859,0.020997,0.031754,-0.052301,0.039088,0.047271,0.014008,-0.048077,-0.011866,0.026194,-0.065576,-0.002675,-0.012795,0.007037,-0.021034,0.008957,-0.019197,-0.033374,-0.005307,-0.012295,-0.014919,-0.03403,-0.009179,0.054152,0.01873,-0.025623,0.004461,0.002095,0.004774,-0.008809,0.005141,0.043396,-0.007111,-0.013508,-0.027751,0.024272,0.143915,0.045367,-0.008273,0.02291,-0.011657,0.012969,-0.018234,-0.074053,0.012275,0.070881,-0.016118,0.006765,0.0194,-0.025896,0.016872,0.07643,0.006701,0.008627,-0.005415,-0.00213,-0.038514,0.016888,-0.172801,-0.005396,-0.058793,0.000079,0.002915,-0.002982,0.025323,0.001118,0.01956,-0.035015,-0.018475,-0.000182,-0.012608,0.014736,-0.00295,-0.031741,0.049454,-0.008418,0.041257,-0.004605,0.024688,0.082352,-0.028061,0.066168,0.013336,0.02117,-0.003534,-0.032052,0.015236,-0.007824,-0.008687,0.043303,-0.003713,-0.040754,-0.030935,-0.005906,0.004301,0.04582,-0.005405,-0.007755,0.001997,0.014814,-0.040198,0.032243,-0.011691,0.02295,0.023361,-0.021777,-0.027977,0.010299,0.033599,0.006445,0.007441,-0.001913,0.045242,0.006323,0.009745,-0.017795,-0.008515,0.05564,0.015742,0.00488,0.008485,0.023544,-0.059192,-0.0069,-0.011011,-0.022539,-0.029352,-0.042902,0.025619,-0.023388,0.000264,0.017038,-0.007471,0.060633,-0.007436,0.051767,0.04774,0.005657,-0.028024,0.017432,0.030576,-0.025605,-0.023662,0.015516,-0.018027,-0.013868,0.015475,-0.030266,-0.000313,-0.009552,0.008541,-0.024464,-0.054351,0.019134,0.05597,0.004587,0.0061,0.007974,-0.01421,0.004772,0.021979,0.030994,-0.016583,0.059593,0.046931,-0.019699,0.022085,0.024177,-0.040574,0.026819,-0.014599,0.038879,0.007161,0.034858,0.013601,0.007984,-0.026649,0.019694,-0.012209,-0.055181,-0.006164,0.000988,-0.052148,-0.008038,-0.012595,-0.031496,-0.017608,-0.000155,-0.017461,-0.003413,-0.00882,-0.013606,0.002539,-0.032591,-0.010321,-0.012868,-0.03702,0.037489,-0.038275,-0.09704,0.001017,0.011865,0.019017,0.032646,0.003647,-0.007093,-0.036311,0.023389,-0.034029,-0.006915,0.008688,-0.0142,0.001487,0.010706,0.027926,0.008713,-0.003787,0.006541,-0.021083,-0.010966,0.030166,-0.002708,-0.019027,0.048633,0.004838,-0.002692,-0.000893,0.017691,-0.016456,0.015905,-0.018134,-0.012587,0.008193,0.056951,0.029592,-0.006685,0.015824,-0.035272,0.004709,0.030398,0.007712,-0.002316,-0.033553,0.020506,0.035422,0.015708,-0.048511,-0.041077,-0.032513,-0.028965,0.012529,0.017701,0.031752,0.037271,-0.042634,0.037275,0.035423,-0.00333,-0.008186,0.043245,-0.016291,-0.014975,-0.009432,-0.001373,0.013845,-0.053825,-0.006702,-0.043767,-0.008504,0.00159,-0.020953,-0.01242,0.008572,-0.019376,0.027095,-0.005248,0.01506,0.059211,0.039196,0.022887,-0.033748,-0.024962,-0.033922,0.015219,0.032875,-0.014396,0.000639,0.011007,0.003411,-0.024039,-0.053737,0.040629,0.008152,-0.035292,-0.040364,0.00008,-0.011077,0.025986,0.022589,0.017566,-0.005278,-0.01077,0.020461,-0.012657,-0.015213,-0.048375,0.019316,0.00349,-0.03539,0.008962,-0.009103,-0.005878,0.031249,-0.015288,0.047258,-0.008799,0.015994,0.110668,-0.007443,0.012034,-0.016599,-0.010587,-0.018957,0.022835,0.020142,-0.022425,-0.024667,-0.016152,-0.034383,-0.019191,-0.019171,0.079466,-0.022864,-0.013023,-0.034537,0.020086,-0.034077,0.090003,0.027795,-0.002919,-0.028912,0.013003,-0.01644,-0.029083,0.008898,-0.010738,-0.003584,0.03703,0.013096,0.001535,-0.022474,-0.021791,0.059374,-0.028142,0.000172,-0.022873,-0.029733,0.020878,-0.023204,0.021991,-0.055994,0.038758,0.060022,0.021823,-0.02367,-0.033779,0.084685,0.024647,-0.028363,0.009012,0.020274,-0.012498,-0.020801,0.02047,0.003334,0.003377,-0.005657,0.022955,0.02235,0.045361,-0.006481,-0.035349,-0.032866,0.027787,0.033183,-0.018472,0.008748,0.003282,-0.019252,0.025856,0.003469,0.026709,-0.036699,-0.025645,-0.015192,0.014614,0.011004,0.726067,-0.001839,0.048895,-0.026778,-0.001783,0.027089,-0.011659,-0.031395,-0.003156,-0.023539,-0.016764,0.003059,0.018602,0.006556,0.003954,0.028249,0.035742,0.003867,0.002927,-0.04013,0.021913,-0.020098,0.054622,0.029554,-0.002173,0.054838,-0.001587,-0.030204,0.019218,0.045356,-0.015261,-0.032705,-0.044998,-0.007008,-0.023385,-0.003528,0.008119,0.010216,0.033689,-0.089058,-0.007411,-0.014876,0.004372,0.007193,0.038829,-0.000701,0.014635,0.037882,0.012211,0.017424,0.024731,-0.007647,0.024944,0.050446,0.004628,-0.001139,0.015249,-0.0386,-0.01001,-0.004473,-0.024516,0.007661,-0.033536,0.096677,0.010517,0.040714,0.021222,0.003878,0.033547,0.018917,0.033158,-0.069876,0.017626,0.012965,-0.009739,-0.025825,0.030906,-0.042363,0.029051,-0.039739,0.058908,-0.060052,-0.002792,0.023589,-0.034037,-0.031802,-0.050365,0.008752,0.034265,-0.008011,0.00601,0.028657,-0.00876,0.001481,0.028004,-0.005061,-0.027371,-0.006317,0.011962,-0.03928,0.047951,0.008937,0.004853,0.023245,-0.039944,-0.022707,0.014805,-0.032076,-0.042306,0.105565,0.024478,0.024172,-0.000853,-0.027083,0.017604,-0.030829,-0.01473,0.052769,0.003615,-0.028355,0.030052,-0.004649,-0.040565,-0.049173,0.033975,-0.059772,-0.009288,0.006528,0.022683,-0.050724,-0.00776,0.006883,-0.068195,-0.038172,-0.015683,-0.048054,0.027639,0.032184,0.012078,0.027105,0.014969,0.028654,0.020125,-0.008814,-0.032074,0.031605,-0.010276,0.011148,0.019817,-0.011745,0.02395,0.156418,0.001631,0.029614,0.007153,-0.015986,0.018902,0.020623,-0.020581,0.02135,0.075875,0.039973,0.00388,-0.001265,-0.012454,0.001919,0.06773,0.022072,-0.017569,0.01916,-0.005133,-0.039623,-0.061598,-0.226153,-0.034915,-0.045983,0.013461,0.025243,-0.018199,-0.011364,0.001711,0.012643,-0.016138,-0.014932,-0.035695,-0.028751,-0.031286,-0.016298,-0.030514,0.031779,-0.02369,-0.010914,-0.013286,0.033192,0.077165,-0.014563,0.096307,0.034834,0.008566,-0.013456,-0.05314,0.007283,-0.009747,-0.001979,0.024052,-0.028135,-0.043149,-0.048231,-0.006835,0.034315,0.054853,-0.023463,-0.057334,-0.000858,0.045482,0.004836,0.043544,-0.035474,-0.022697,0.032852,-0.026253,-0.057634,0.044057,0.006326,0.035679,0.011898,-0.023187,0.006677,-0.014264,-0.030735,-0.032795,-0.031242,0.020506,-0.003451,-0.006246,0.005812,-0.023529,-0.039944,-0.020739,0.024076,-0.03787,0.038622,-0.023224,0.031511,-0.047575,0.007517,-0.074837,0.027591,0.096722,-0.023255,0.026628,0.033337,0.010288,-0.031649,-0.028155,0.028774,-0.026049,0.001842,0.018558,-0.000528,0.014874,-0.008996,-0.037503,0.030749,0.022101,0.019278,-0.016037,-0.002118,-0.010376,0.051253,-0.012332,-0.006045,0.039513,-0.07665,-0.028911,-0.009746,0.050663,0.021929,0.02501,0.035421,-0.00266,0.02162,0.034218,-0.002186,0.020447,-0.044357,0.008155,-0.001801,0.01309,-0.048736,0.016459,-0.01556,0.014423,-0.036335,-0.04286,0.017421,-0.002933,-0.032137,0.014869,-0.024257,-0.012893,-0.029444,0.025757,0.04344,-0.015466,0.028226,-0.008372,0.027959,-0.029997,-0.036685,0.010402,-0.023674,0.002638,-0.02944,-0.122982,-0.020881,0.02216,-0.013536,0.040322,-0.023866,-0.028564,0.003208,0.043781,-0.00244,0.021129,0.001972,-0.051034,0.024067,-0.018001,0.003634,0.012757,0.004254,0.010884,0.025717,-0.01869,0.006771,0.008376,-0.033824,0.017164,-0.021846,0.015244,-0.017552,0.003212,0.011913,-0.01504,-0.050988,-0.009849,0.026604,0.040377,0.013705,-0.022073,0.01195,-0.047479,-0.028389,0.022717,-0.019411,-0.037172,-0.007345,0.045994,0.02729,0.014771,-0.033369,-0.033356,0.01867,-0.024612,0.009998,-0.015106,0.036308,0.060882,-0.049178,0.024816,0.012792,-0.020258,-0.058887,0.094211,-0.031218,0.008593,-0.001666,-0.008363,-0.017808,-0.050399,-0.021477,-0.036002,-0.015892,-0.021026,-0.013127,0.00374,-0.012556,0.009301,-0.012085,0.036676,-0.002522,0.007637,0.034833,-0.002315,-0.002017,-0.020779,-0.021586,0.040448,0.010619,-0.026168,0.0045,-0.007133,0.022896,0.009109,-0.007829,0.017337,0.043131,-0.023203,-0.041633,-0.003861,0.004534,0.045637,-0.021177,0.060609,-0.056278,-0.010318,0.024356,0.006973,-0.025361,-0.022402,-0.010129,-0.043227,-0.014502,-0.004994,-0.002034,-0.03034,-0.00707,-0.025447,0.049904,0.004359,-0.001895,0.107409,0.02182,-0.013189,-0.015886,-0.010105,0.005406,0.022271,0.031192,0.028824,-0.027153,-0.005094,-0.011753,0.009835,0.010375,0.076491,-0.009183,0.005588,-0.001914,0.055758,-0.025956,0.02855,0.058354,0.043149,0.0456,0.013826,0.04042,0.003412,0.017612,0.003504,0.014047,0.040089,0.015807,-0.017747,0.00962,-0.01991,0.018746,-0.016324,0.009646,0.025677,0.01987,0.035097,0.001936,0.002418,-0.026397,-0.019364,0.046293,0.008884,0.025176,0.025289,0.033874,0.005464,-0.02073,0.020382,0.029412,-0.032758,0.029618,0.03937,-0.007763,0.021865,0.000575,0.031327,-0.00464,0.011634,0.005214,-0.003372,-0.008773,-0.009348,-0.001597,-0.022908,0.020979,0.003818,-0.025064,0.014821,0.037383,0.010528,0.001702,-0.048989,0.001563,-0.025174,-0.022602,0.660952,-0.00912,0.025341,0.016437,-0.005763,0.012422,0.014741,0.038136,-0.033512,-0.05155,0.027307,-0.002708,0.055002,0.013118,0.009906,0.002133,0.036392,-0.05186,-0.008425,0.001759,0.035094,0.029983,0.017766,0.015743,-0.039886,0.035385,0.021018,-0.013776,-0.007025,0.007328,-0.048113,-0.005481,-0.034224,-0.004367,-0.056088,0.053641,-0.021782,-0.010659,0.06064,-0.076955,0.000827,-0.002229,0.061638,0.002004,0.041423,-0.025504,-0.017091,0.038788,0.011353,-0.04416,-0.004101,0.012119,0.010782,0.076558,0.004466,-0.045145,0.006857,-0.032458,-0.0504,0.021931,0.03154,-0.024973,-0.036665,0.077279,0.014146,0.048477,-0.025398,0.021512,-0.021483,0.010481,0.033761,-0.062022,0.052286,0.000018,-0.021648,-0.025314,-0.008042,-0.017178,0.019665,0.001546,0.007462,-0.033514,0.040377,0.022499,-0.018995,0.02024,-0.023125,-0.02601,-0.022932,0.015049,-0.013595,0.013536,-0.013965,-0.049021,0.015266,-0.019238,-0.01859,-0.015096,0.004312,-0.055293,0.043717,0.011986,0.009243,0.009758,-0.08013,-0.004509,-0.029064,-0.059401,-0.063841,0.069929,0.008011,-0.022153,0.013634,-0.00688,0.025923,-0.016331,0.026492,0.06482,-0.009813,0.014018,0.082256,-0.01443,-0.020816,0.008426,0.042309,-0.097456,-0.036201,0.009349,0.018568,-0.041516,-0.005694,0.006222,-0.023552,-0.004754,-0.02002,-0.028909,-0.023302,-0.00593,0.04581,-0.000741,-0.007633,0.029172,0.001225,0.031791,0.01071,0.004628,0.017206,0.052717,-0.008732,0.002513,0.022556,0.159902,-0.017074,0.050788,-0.01206,0.003534,0.029116,0.020395,-0.046128,0.013842,0.069004,0.019471,-0.034548,0.009052,0.004714,0.026721,0.047713,0.004673,-0.005223,-0.016694,0.003738,0.002052,-0.019495,-0.232365,-0.017528,-0.020938,0.015697,0.046438,0.036209,-0.037334,-0.000088,0.016222,-0.030084,0.005405,0.016363,-0.028687,-0.019763,-0.022175,-0.027443,0.036323,-0.042963,0.001847,0.033439,0.036255,0.103386,-0.023161,0.059737,0.022982,0.014036,-0.010876,-0.015306,0.019558,0.017334,0.005233,0.027011,0.018238,-0.004829,-0.034647,-0.021137,-0.031998,0.031038,0.00746,-0.06247,0.005015,0.018595,0.006112,-0.012069,0.000949,-0.018928,-0.004755,-0.037358,-0.032792,0.020676,0.032115,-0.00287,0.015615,0.017999,0.057857,0.001395,-0.016957,0.004827,-0.043974,0.029324,0.000712,-0.002917,0.020464,-0.044457,-0.045246,-0.016479,0.014239,-0.027035,0.034018,0.02823,0.009541,-0.025188,0.028551,0.034812,-0.000351,0.041101,-0.01721,0.017664,0.02371,0.024739,0.023734,0.00631,-0.029297,0.021734,-0.01862,0.026205,0.032908,-0.002843,0.006546,-0.015349,-0.018056,0.042168,-0.016611,-0.033028,-0.069145,0.013959,0.069293,-0.001347,-0.000829,-0.003224,-0.050265,0.010566,0.017552,0.03345,-0.025788,0.052315,0.025247,-0.044842,-0.005346,0.026468,-0.038436,0.023701,-0.019946,0.006202,0.007577,0.040507,-0.003113,-0.038223,-0.020879,0.010128,-0.001673,-0.045388,-0.031037,0.051774,-0.052933,0.002211,-0.026455,-0.015608,-0.029689,-0.006397,-0.002016,0.010512,0.002004,-0.015828,0.006292,-0.011224,-0.03066,-0.008433,-0.023816,0.0072,-0.080336,-0.112041,-0.000664,-0.001573,0.022707,0.062299,-0.006169,0.003664,0.055481,0.013782,-0.02467,0.019659,-0.014507,-0.053371,-0.011201,0.004457,0.030682,0.018119,0.033871,0.046483,-0.004002,-0.003631,0.049556,0.00022,-0.033163,0.020939,-0.029081,0.021179,0.04279,0.012145,0.013337,0.033782,-0.03019,-0.00971,0.012489,0.019991,0.01458,-0.006111,-0.049075,-0.030185,0.011306,0.019877,0.012596,-0.006094,0.022674,-0.015269,0.045408,0.009688,0.003872,-0.014131,-0.009746,-0.005056,-0.000465,0.002923,-0.101122,0.023107,0.010647,0.007775,0.027746,-0.020848,-0.00808,0.019663,-0.046937,-0.021091,-0.009072,0.00389,-0.007087,-0.064783,-0.014627,-0.008487,-0.023772,-0.042489,-0.002216,-0.005217,-0.006661,-0.017834,0.004566,-0.005523,0.024469,0.010926,0.019831,0.001275,-0.052145,-0.014006,-0.002369,0.008887,-0.006398,-0.048086,0.002142,0.010894,0.032475,-0.011406,-0.017077,0.012238,0.005234,-0.008004,-0.015286,0.003214,0.034547,0.047463,0.006638,0.051514,-0.022055,0.015938,0.025418,0.013989,-0.014384,0.014326,0.0143,0.011944,0.006019,0.005184,-0.006,-0.021566,0.010415,0.002896,0.034926,0.000167,0.018886,0.105989,-0.015242,0.002003,0.01695,0.004751,0.017687,0.036197,0.05299,0.018602,-0.049481,-0.012561,0.012382,-0.012812,0.007173,0.020583,-0.00726,-0.035293,-0.015517,0.031477,-0.051249,-0.08719,0.020276,0.007334,0.002355,0.006622,0.011104,-0.038528,-0.007834,0.009025,-0.015447,0.020114,0.015672,-0.006824,0.014355,-0.014907,0.036717,-0.023163,-0.007694,0.005935,-0.002355,-0.024797,-0.029388,-0.01674,-0.041043,-0.012061,0.026301,-0.012438,-0.037493,-0.015629,0.027114,-0.005837,0.013065,0.020352,-0.019989,-0.004762,-0.017397,0.018679,-0.001799,0.014078,-0.038954,0.039451,0.00294,0.020728,0.001553,-0.03258,0.003294,-0.005976,0.026346,0.008083,-0.003129,-0.007319,-0.041879,0.022157,0.007877,0.031782,-0.00937,-0.03994,-0.007032,0.030067,0.010277,0.706156,-0.013265,0.003413,-0.012075,0.006017,-0.007358,0.00832,-0.061629,-0.025606,-0.003802,0.014474,-0.002412,0.025809,0.011573,0.021051,-0.014424,0.039374,-0.022137,0.017407,-0.029803,-0.004942,-0.039692,0.058078,0.021803,0.020813,0.018747,-0.009764,-0.035277,0.016092,-0.021631,-0.017476,0.004947,-0.049049,-0.007497,0.0014,0.030739,0.019295,0.01315,0.044347,-0.070153,0.003718,-0.006537,0.042263,-0.01402,0.036368,-0.036152,0.002427,0.042933,-0.031384,0.006066,0.027757,-0.000614,-0.003727,0.025023,0.010134,-0.001442,0.004246,-0.052053,-0.001619,0.019156,0.04198,-0.031217,-0.04576,0.054127,-0.001175,0.031913,-0.018756,0.02151,0.048092,0.006462,0.003792,-0.082081,0.029053,0.002762,-0.015855,0.01342,0.041725,-0.053071,0.031046,0.00859,0.055595,-0.054902,0.016227,0.017938,-0.026789,-0.021341,-0.03351,-0.034602,0.020635,-0.007338,-0.046297,0.003506,-0.010905,0.006952,0.003463,-0.003129,-0.013662,0.003184,0.019642,-0.023791,0.015401,0.017768,0.00811,0.060212,-0.066343,-0.013615,0.006431,-0.014173,0.015242,0.076645,0.026433,-0.007224,0.017473,-0.005948,-0.005686,0.014795,0.027517,0.028186,-0.008414,0.016905,0.032513,-0.01387,-0.016854,-0.00275,0.037703,-0.064869,0.002116,0.031456,0.029453,-0.057779,-0.014827,0.020131,-0.004135,-0.019149,-0.026452,-0.008817,-0.00583,0.060724,0.067061,0.038978,-0.030478,0.006869,0.005148,0.029556,-0.014055,0.006624,0.017395,0.022996,-0.010261,-0.010456,0.051152,0.169676,0.044394,-0.010291,0.020631,-0.012745,-0.008542,-0.014783,-0.043004,0.002314,0.069476,0.001025,-0.02066,0.026602,-0.022202,0.006941,0.065539,-0.016336,0.012262,-0.008424,-0.005224,-0.018139,-0.02131,-0.181074,0.002579,-0.032062,-0.009084,0.017444,-0.006683,-0.002555,-0.016634,-0.006341,-0.010328,-0.002442,-0.027195,-0.008441,0.031413,0.020227,-0.019263,0.038833,0.012114,0.045642,-0.015589,0.031016,0.078653,-0.025556,0.094842,0.023721,-0.014888,0.005223,-0.036243,0.029239,-0.005532,0.025132,0.03428,-0.028527,-0.05929,-0.023949,-0.026699,0.003771,0.032931,-0.023791,-0.01278,0.016936,0.02686,-0.034575,0.027833,0.003759,0.003884,0.000099,-0.026132,-0.02203,-0.012951,0.015301,0.011355,0.01388,-0.00216,0.018533,0.019741,-0.012306,0.017189,-0.023358,0.053,0.008146,0.011957,-0.019305,-0.009954,-0.064856,-0.009978,-0.016013,-0.046133,0.004551,-0.011647,0.031919,-0.071797,0.008867,0.028245,0.003307,0.090967,-0.024998,0.010585,0.031566,0.008744,-0.022509,0.039464,0.014299,-0.053074,-0.033257,0.004622,0.022627,-0.004327,-0.000838,-0.001424,-0.01686,0.002196,0.007827,-0.009995,-0.04992,-0.004774,0.036884,0.025659,0.025592,0.00377,-0.013768,-0.022496,0.013119,0.03675,-0.007544,0.060658,0.002297,0.00911,0.04736,0.00832,-0.045953,0.021802,-0.024125,-0.003269,0.001067,0.042532,-0.014931,0.013312,-0.025818,-0.003289,-0.004203,-0.006078,-0.021875,0.002861,-0.029363,-0.018571,0.007907,-0.036705,-0.026393,0.00669,0.021273,-0.031635,-0.007843,-0.014585,-0.031507,-0.032409,-0.00192,-0.009227,-0.011956,0.016726,-0.007525,-0.068114,0.004962,0.011749,0.009222,0.035087,0.009419,-0.000127,-0.041786,0.038825,-0.006052,-0.017997,0.002536,-0.038395,-0.005051,0.014462,0.018498,0.042719,0.010446,0.016014,0.041517,-0.005032,0.01353,-0.032435,-0.015294,-0.008264,0.016259,-0.031459,-0.015196,-0.000767,0.002581,0.024774,-0.025583,0.014416,-0.001851,0.040513,-0.019869,0.001514,-0.020362,-0.03355,-0.017144,0.023886,-0.029383,-0.003307,0.014205,-0.012205,0.035782,0.003733,-0.044213,-0.048189,-0.014069,-0.030577,0.015409,0.002296,0.047405,0.021596,-0.043804,0.054496,0.001302,-0.02277,-0.028399,0.044792,0.015312,0.011869,-0.003443,-0.038964,-0.006692,-0.048526,-0.018635,-0.03744,-0.004934,-0.03011,-0.006583,0.006959,-0.00276,0.005243,-0.001575,0.022227,-0.018833,0.024555,0.02046,-0.007066,-0.027721,-0.041632,-0.022163,0.032385,-0.000816,-0.019025,0.03266,-0.008437,0.040902,-0.037711,-0.056974,0.058785,0.004265,-0.035457,-0.010992,0.010301,0.032683,0.022678,0.027092,0.052468,-0.021583,-0.017719,0.031398,-0.011428,-0.007799,-0.05667,-0.011013,-0.016532,0.008145,0.029948,0.017452,0.003062,-0.008386,0.009308,0.034637,-0.020211,0.032925,0.109225,-0.018034,-0.010625,-0.010569,-0.01356,0.033797,0.040641,0.059294,0.027249,0.008463,-0.017973,-0.000219,0.000128,0.012912,0.047615,0.01659,0.006049,-0.024469,0.023038,-0.041326,0.090378,-0.009392,-0.005292,-0.017182,0.02782,0.012325,-0.006503,0.035059,-0.004699,-0.029059,0.027614,-0.006723,-0.006639,0.031889,-0.007307,0.027297,-0.007668,-0.000481,0.007519,-0.019323,0.005574,-0.000551,0.03516,-0.023974,0.004092,0.051917,0.026745,-0.032413,0.004537,0.047611,-0.009162,-0.00192,0.025368,0.003773,-0.016943,-0.012017,0.028987,0.008454,0.046198,-0.006313,-0.001421,0.018635,0.048415,0.011063,-0.031018,-0.077524,0.006079,0.030692,-0.019152,0.00579,-0.037902,-0.046031,0.025882,0.036088,-0.012157,-0.016116,-0.019176,-0.02123,0.00903,0.007039,0.727619,0.021137,0.021851,0.000693,0.021751,-0.008192,0.008967,-0.018542,0.038409,-0.025291,-0.004926,-0.021432,0.027893,0.024339,0.00303,0.023184,0.017085,-0.01347,0.010531,-0.033758,-0.006066,-0.049311,0.059794,0.025239,-0.00094,0.022722,0.019882,-0.031916,0.009113,0.033841,-0.018248,-0.012935,-0.033019,-0.020689,-0.021873,0.012604,-0.010359,0,0.025271,-0.081952,0.020218,0.000297,0.024335,-0.015143,0.024504,-0.063992,-0.014879,0.026067,-0.013408,-0.034174,0.021076,-0.0084,0.021285,0.033622,0.0105,-0.006459,0.008419,-0.016506,-0.027232,0.017719,0.002916,0.011272,-0.031557,0.07598,0.017112,0.055791,0.013501,-0.019259,0.044431,0.028769,0.031604,-0.094201,0.044411,0.020446,-0.0398,0.044258,0.012453,-0.05061,-0.011909,0.012855,0.058958,-0.062275,0.021389,0.02211,0.000981,0.004854,-0.034563,0.020716,0.009831,-0.021303,-0.034426,0.000773,0.007744,0.011599,0.020465,-0.000006,-0.024241,0.040551,0.010335,-0.037181,0.000783,0.011253,0.012395,0.033498,-0.063674,0.003251,-0.017249,-0.003131,-0.019186,0.081561,0.043803,0.038783,-0.028182,0.009901,-0.003814,0.029376,0.042665,0.013199,-0.069135,-0.00185,0.031802,-0.008392,-0.027258,0.016244,0.022865,-0.061558,-0.028941,0.045543,-0.029815,-0.018644,0.024331,-0.014453,-0.02833,-0.01098,0.006836,-0.046413,-0.013556,-0.007586,0.05699,-0.006557,0.005783,0.009594,-0.006789,0.014263,-0.018377,0.008355,0.032095,0.004937,0.013536,-0.016235,0.006152,0.128191,0.025491,-0.020379,-0.016171,-0.010579,0.010587,-0.006009,-0.045462,0.010812,0.067858,0.007941,-0.008623,0.008431,0.009685,-0.000845,0.072116,0.011852,-0.017381,0.026567,0.009729,-0.032945,0.01448,-0.207758,-0.036811,-0.041161,0.00657,0.005875,-0.004853,0.005219,-0.020918,0.01377,-0.035128,-0.001027,-0.036147,-0.001123,-0.063518,-0.016343,-0.026893,0.060249,-0.049471,-0.001352,-0.038025,0.025526,0.064537,-0.045227,0.097139,0.02281,0.039266,0.010498,-0.010084,0.031024,-0.000479,0.009898,0.029815,-0.025873,-0.044758,-0.013338,-0.002904,-0.04104,-0.005381,0.007731,0.01251,-0.002225,-0.003551,-0.045356,-0.016008,-0.023502,-0.010663,0.004761,-0.02071,-0.039233,-0.00627,0.022223,0.010567,0.032248,-0.006729,0.047075,0.013398,0.008011,-0.011536,-0.019063,0.046253,0.036739,-0.039797,-0.026868,-0.020873,-0.061301,-0.019869,0.021801,-0.000616,0.021822,0.005831,0.034241,-0.041353,0.029806,0.00843,-0.034392,0.071543,-0.042189,0.054459,0.028957,0.024389,-0.013738,0.032539,0.012326,-0.029377,-0.020857,0.019395,0.016514,-0.010269,-0.014918,-0.037446,0.006809,0.008626,0.003818,0.009515,-0.019577,0.072914,0.042661,-0.003771,0.004211,-0.00036,-0.026333,0.020646,0.030615,0.019204,0.002359,0.018572,-0.007384,-0.024659,-0.003219,0.016123,-0.02086,0.045837,-0.025718,0.024927,-0.014869,0.030562,0.021842,0.032373,-0.029275,0.0328,0.02421,-0.013002,0.002431,0.03075,-0.055387,0.032752,-0.024749,-0.000347,-0.001456,0.007443,0.034431,-0.024323,-0.005594,-0.034605,0.038017,-0.007551,-0.000718,-0.004458,-0.048538,-0.006483,-0.026925,-0.08991,-0.004702,0.008774,0.015009,0.029614,0.004909,-0.011491,-0.012606,0.034549,0.024103,-0.023741,0.009696,-0.036459,-0.016993,0.008082,-0.003913,0.040835,0.031499,-0.005916,-0.009749,-0.021095,0.027633,-0.026506,-0.03421,-0.014257,0.01328,-0.016222,-0.02615,-0.008833,-0.009979,0.029561,-0.027915,-0.022965,-0.03056,0.037832,0.022281,-0.025258,0.023815,-0.016352,-0.021875,0.014519,0.027358,-0.026857,-0.010113,-0.033159,0.051483,-0.000582,-0.04921,-0.027946,0.016143,-0.019831,-0.001052,-0.015117,0.045066,0.001837,-0.03748,0.041477,-0.011828,-0.030484,-0.014555,0.054462,0.019938,0.012533,0.007361,-0.026827,0.038157,-0.046614,0.016916,-0.034313,-0.007058,-0.017612,-0.008067,0.019722,-0.004334,-0.036269,0.005236,-0.005315,-0.029305,0.012816,0.026663,0.004879,-0.005046,-0.024895,0.002722,-0.000261,-0.013228,-0.042245,0.012419,-0.001545,0.03028,0.021634,-0.034987,0.03162,0.027974,-0.031114,-0.017969,-0.031285,0.008222,0.046259,0.037355,0.015458,-0.019695,0.011909,0.027701,0.005455,-0.007919,-0.034815,0.009993,-0.004212,-0.03784,0.009872,0.004231,0.013337,0.01906,0.01488,0.01878,-0.017075,0.026574,0.10867,0.007436,-0.022048,-0.003408,-0.056289,0.029309,0.060969,0.028798,-0.005972,-0.001034,-0.026919,0.000599,-0.033498,0.014941,0.061719,0.013079,-0.026197,-0.004051,0.009578,-0.046096,0.098228,-0.008232,-0.000917,-0.001251,0.011932,0.019431,0.002039,-0.009389,-0.01187,-0.020257,0.044803,-0.006248,-0.00796,-0.003531,0.034164,0.053634,-0.010447,-0.002519,-0.023388,-0.003278,0.020953,-0.033463,0.019935,-0.052773,0.030843,0.043,0.014087,0.005604,-0.011375,0.057554,0.026779,0.00263,0.060787,-0.032701,-0.011326,-0.001246,0.039931,-0.019427,0.035489,0.011482,0.01763,-0.004155,0.010218,-0.017069,0.020296,-0.060426,0.006691,0.03634,0.024384,-0.012622,0.011031,-0.015204,0.027293,-0.006376,-0.002556,0.037704,-0.035467,-0.032487,-0.015666,0.022577,0.711953,0.005732,0.029725,0.018333,0.004099,0.004812,0.025248,-0.036321,-0.008836,-0.013092,-0.012136,-0.00372,0.008713,0.015182,0.003941,0.045939,0.006687,-0.00536,0.001775,-0.034183,0.048497,-0.020258,0.054229,0.048416,-0.006088,0.06087,-0.009477,-0.054577,0.016396,0.011006,-0.008035,-0.027123,-0.028314,-0.019972,-0.010557,0.036114,0.017139,-0.00887,0.046664,-0.090181,-0.000454,-0.003317,0.037065,-0.016748,0.028993,-0.028187,-0.01518,0.040349,0.0281,-0.032531,0.015153,0.02232,0.024168,0.050481,0.003159,-0.007778,0.008237,-0.025191,-0.015737,0.015424,0.011574,-0.027585,0.013919,0.071413,0.033256,0.038441,0.004494,-0.006352,0.034893,-0.003037,0.024846,-0.093895,0.044014,-0.018924,-0.020911,0.00794,0.010496,-0.038806,-0.004369,-0.00015,0.046789,-0.064259,-0.000219,0.049217,-0.044962,-0.012926,-0.049624,-0.007681,0.033043,-0.001647,-0.016069,0.022218,-0.005475,-0.003991,-0.008203,0.011832,-0.037754,0.044661,0.002208,-0.021398,0.034723,0.004836,0.015667,0.023088,-0.053859,-0.036832,-0.036616,-0.005647,-0.01963,0.070348,-0.010093,-0.004583,-0.012533,-0.005931,0.000853,0.029314,0.018647,0.025535,0.004554,0.013846,0.037632,-0.013882,-0.008709,-0.006399,0.042654,-0.059753,-0.00469,0.005343,-0.010902,-0.043362,-0.021484,0.01533,-0.032462,-0.025659,-0.020947,-0.003994,0.02056,-0.007331,0.021085,0.004987,-0.015772,0.033465,0.008591,0.033308,-0.020545,0.00594,0.040624,0.011318,-0.000063,-0.036471,0.020245,0.168014,0.018051,-0.01902,0.00558,-0.004191,0.032932,0.004448,-0.023625,0.002448,0.073026,-0.004135,0.016291,-0.007744,-0.013383,0.01397,0.068973,-0.022404,0.023623,0.031564,-0.003883,-0.012325,-0.033873,-0.188162,-0.014478,-0.03963,0.010758,0.024925,-0.024282,-0.018553,-0.019132,0.0287,-0.017601,0.00566,-0.022926,-0.007955,0.021896,-0.001674,-0.037311,0.027746,-0.015769,0.009733,-0.00883,0.041551,0.103629,-0.045965,0.089871,0.030418,0.023591,0.008061,-0.016188,-0.009972,0.029993,-0.000359,0.018546,0.005917,-0.062088,-0.038251,-0.025337,-0.00372,0.041246,-0.029777,-0.034062,0.003998,-0.00482,-0.034768,0.017755,0.007094,-0.032112,-0.001193,-0.016583,-0.03794,0.001182,0.007737,0.017929,-0.018689,-0.0325,0.01817,0.011773,-0.010498,-0.002697,-0.018989,0.023968,0.020886,0.015237,-0.003554,-0.033023,-0.05821,-0.02218,0.005233,-0.037766,0.028179,0.022756,0.010164,-0.049271,0.042172,-0.017275,0.011318,0.086579,0.014704,0.020155,0.012857,0.019022,-0.010624,0.039367,0.028617,-0.016039,0.01621,-0.002352,0.048555,-0.001574,0.023864,-0.046455,-0.02357,0.036191,0.018712,-0.011688,-0.055286,0.035528,0.041594,-0.002795,0.036056,0.005876,-0.062362,-0.024318,0.013009,0.014633,-0.002037,0.031543,0.021586,-0.027122,0.023241,0.00975,-0.013577,0.017963,-0.000016,-0.015621,-0.026504,0.048468,-0.010354,0.002844,-0.010623,0.016456,0.026554,-0.008228,0.002608,0.02096,-0.027355,0.015569,-0.041807,-0.009244,-0.015359,0.002526,0.021074,-0.001225,0.000595,-0.005056,-0.012055,-0.005202,-0.0129,-0.015166,-0.015089,0.032763,-0.04493,-0.054376,0.032219,-0.029172,0.032486,0.059226,0.022409,-0.007416,-0.025275,-0.013037,-0.036855,0.013668,-0.006505,-0.029635,0.005981,0.010465,0.001905,0.010457,0.049929,-0.013209,0.002358,-0.001921,0.01162,-0.057917,-0.019664,0.051967,-0.024713,0.022827,-0.026757,0.014093,0.034214,0.044513,-0.003023,0.009507,0.016812,0.01621,0.033943,-0.023412,0.000154,-0.006203,-0.020967,0.037144,0.000045,0.015987,-0.011044,0.037968,0.004119,0.015916,-0.050259,-0.035062,0.043848,-0.020338,-0.013411,-0.003327,0.06721,0.013263,-0.023718,0.034133,0.046385,-0.004583,-0.031777,0.043968,-0.040863,-0.020938,-0.008918,-0.000548,0.017498,-0.058879,-0.000533,-0.018532,-0.01686,-0.011,-0.025319,0.029581,0.014913,-0.042036,-0.037354,0.014312,-0.005244,0.040178,0.034432,-0.005108,-0.027971,-0.039941,-0.005372,0.018457,0.020429,-0.061239,0.009157,-0.0102,0.011561,-0.023013,-0.048116,0.055142,0.025601,0.008821,0.021321,-0.024084,0.008797,0.03937,0.02601,0.04566,-0.017503,0.002834,0.026664,0.019296,-0.012013,0.015706,-0.013696,0.009346,-0.001465,0.032638,0.01928,-0.01326,-0.008645,0.037594,0.048664,-0.00526,0.004964,0.111282,-0.019074,0.005853,-0.014627,-0.012441,0.040219,0.043513,0.036536,0.007564,-0.040444,-0.024389,-0.02175,-0.013598,0.029293,0.025399,-0.023953,-0.01453,-0.014865,-0.001796,-0.023185,0.126603,0.043783,-0.001334,0.010257,0.018321,0.013837,-0.018574,0.021379,-0.026913,-0.007561,0.038555,0.004055,-0.027624,0.010088,-0.043368,0.026037,-0.034636,-0.023177,0.024179,0.007176,0.000988,-0.039999,-0.008486,-0.032726,0.007206,0.071138,-0.028936,-0.024279,-0.005379,0.050124,0.032559,0.002359,0.036155,-0.015473,-0.011109,0.005375,0.016158,-0.02264,0.032159,0.004771,0.011918,0.006976,0.014523,-0.009718,-0.006795,-0.028052,0.032168,0.018779,0.007385,0.007003,-0.002232,0.021777,0.025517,0.044164,0.031145,0.004716,0.004201,-0.007477,-0.008758,0.033965,0.718726,-0.0216,0.03809,-0.01004,-0.014272,0.019075,0.014327,-0.006011,-0.027294,-0.060546,0.010203,-0.016971,0.017389,0.024233,-0.003292,-0.004916,0.04818,0.009392,0.038468,0.000349,0.000656,-0.049242,0.045534,0.040331,-0.045224,0.040938,-0.033771,-0.018996,0.004544,0.018867,0.017282,0.003274,-0.027631,-0.012323,-0.039502,-0.005468,-0.00502,-0.006464,0.032071,-0.087177,-0.01055,0.014936,0.001461,-0.028149,0.039033,-0.011573,0.00609,0.011147,0.013563,0.011187,0.01445,-0.007388,-0.01314,0.05451,0.007805,-0.01816,0.010094,-0.011771,-0.033472,0.002314,0.024431,0.018854,-0.007619,0.05694,0.042833,0.028945,0.016678,0.005591,0.002885,0.043523,-0.000274,-0.085634,0.035539,0.02839,-0.008701,-0.005063,0.060158,-0.029173,0.023211,-0.008449,0.023016,-0.039095,0.068315,0.033938,-0.034851,0.027538,-0.02278,0.003839,0.025408,0.005753,-0.033703,-0.005612,-0.025096,-0.015266,0.001062,0.032946,-0.011043,-0.003468,-0.013456,-0.010844,0.043174,0.010195,0.017264,0.001432,-0.032641,-0.010166,-0.021638,0.019103,0.005082,0.078333,0.005738,0.03516,-0.01745,-0.017157,0.011517,0.029934,0.057031,0.004951,0.014729,-0.00433,0.020727,-0.01909,-0.005766,-0.031595,0.021892,-0.052183,-0.023127,0.017698,-0.022296,-0.02709,-0.013212,0.030885,-0.018877,-0.016995,-0.033823,-0.037029,0.006656,0.010547,0.011861,0.024067,0.012523,0.015999,0.011144,0.041948,-0.022353,0.030263,0.003999,0.030377,-0.007618,-0.010718,0.013164,0.138173,0.015064,0.000581,-0.006837,0.002866,0.048008,0.001159,-0.045374,0.025418,0.078713,-0.003496,-0.003628,0.010554,-0.01063,0.012965,0.076106,0.038878,0.001554,-0.00418,0.015666,-0.012193,0.007629,-0.171198,-0.013889,-0.045059,-0.002209,0.019386,0.001436,0.023087,0.001875,-0.002935,-0.029975,-0.015314,-0.022067,-0.026686,0.016294,0.00405,-0.00924,0.033755,-0.009084,0.03338,0.000652,0.041002,0.083039,-0.029019,0.080454,-0.005224,-0.018065,0.01322,-0.020848,0.010679,0.015101,-0.032962,0.042927,0.00084,0.000516,-0.022038,-0.011396,-0.019799,0.011289,-0.039896,-0.008654,0.03064,-0.007441,-0.019105,-0.00494,-0.031336,-0.003101,0.00607,-0.013821,-0.023389,-0.012533,-0.000509,-0.004878,-0.000376,-0.03164,0.022516,0.026873,-0.002235,-0.00997,-0.009991,0.066065,-0.003567,0.014849,-0.008711,0.040226,-0.06944,0.005796,-0.000509,-0.027245,0.008891,-0.037232,0.033898,-0.008612,0.030304,-0.003426,0.03488,0.068741,-0.042862,0.066939,0.030592,0.034971,-0.001684,0.055008,0.006592,-0.030782,-0.004648,0.013357,0.040573,-0.012753,0.03307,0.002512,-0.015157,0.01788,0.01311,-0.006782,-0.07721,0.003239,0.046778,-0.001032,0.032941,0.018231,-0.027912,-0.005993,0.015095,0.025702,0.04197,0.03235,-0.004487,-0.010461,0.003504,0.007459,-0.050192,0.029166,-0.025363,-0.0004,-0.005538,0.032143,0.007903,-0.03467,-0.046365,0.001246,-0.008972,-0.000914,-0.023217,-0.00854,-0.036288,0.024961,-0.011634,0.000672,-0.037721,0.060106,-0.004377,-0.01382,-0.023191,0.006441,-0.023449,0.000248,0.002603,-0.013235,0.010631,0.017329,-0.029407,-0.080159,-0.000843,0.016297,-0.007896,0.00437,0.02269,0.004837,-0.035275,-0.007925,-0.003925,-0.020741,0.00105,-0.023568,0.016856,-0.028565,-0.016034,0.018372,0.02936,0.029314,0.000833,0.01318,-0.006565,-0.005774,-0.020024,0.02515,-0.022931,-0.017576,0.003685,0.006837,0.008922,0.041961,-0.018851,0.009983,-0.012215,0.039136,0.006735,-0.010193,0.00633,-0.021574,-0.011974,0.019711,0.009834,-0.023401,0.009469,-0.018643,0.015947,0.01653,-0.038797,-0.042736,-0.007004,-0.018755,0.010367,0.006417,0.062452,0.020445,-0.045584,0.041523,0.00057,0.002782,-0.025304,0.022742,0.035503,0.012168,-0.030397,-0.030177,-0.010014,-0.019798,-0.020329,-0.027743,-0.011592,-0.037681,-0.015644,-0.028278,0.007805,-0.029096,-0.004601,0.02327,0.020822,0.025395,0.022664,-0.029938,-0.020321,-0.005251,-0.003988,0.006332,0.011083,-0.01017,0.024526,0.014132,0.021771,-0.01671,-0.032826,0.007892,0.017791,-0.016468,-0.038983,-0.021425,-0.010388,0.021856,0.029882,0.021614,-0.026042,-0.002422,-0.001371,-0.019113,-0.007192,-0.043346,0.000304,0.012227,-0.033171,-0.00124,0.026632,-0.004494,0.034009,0.021898,0.029233,0.00139,0.028416,0.111369,0.013558,0.029958,-0.02729,-0.024225,0.014087,0.049999,0.035506,-0.024959,-0.040465,0.008454,-0.04052,-0.009822,0.001963,0.042851,0.028426,-0.022714,0.000042,-0.017571,-0.061045,0.129137,0.031483,0.000784,-0.022299,0.025114,0.000189,-0.005725,0.020171,-0.010406,-0.035441,0.049801,-0.001847,0.00458,0.00758,0.003463,0.033638,-0.038668,-0.030491,-0.003793,-0.010171,0.01429,-0.030298,0.042479,-0.009521,0.020944,0.001709,-0.005862,-0.004942,-0.016226,0.056199,0.023174,-0.021071,0.013935,-0.019672,-0.006661,0.009127,0.008531,0.004647,0.021338,-0.012458,0.021905,-0.020499,0.036718,-0.022393,0.013569,-0.027202,0.030915,0.054415,0.012657,0.008373,-0.021663,-0.059128,0.033955,0.006157,0.001394,-0.018404,-0.017933,-0.058585,-0.009325,0.020398,0.734419,-0.038315,0.01681,0.006255,0.024598,0.020033,-0.016703,0.004833,-0.009028,-0.00459,0.00639,-0.028868,-0.01355,0.024785,-0.009529,0.002302,0.016023,0.002981,0.039299,-0.039101,0.007559,-0.045048,0.064439,0.060672,0.030814,0.053238,-0.006363,-0.029597,0.026905,0.01107,-0.006437,-0.011001,-0.043103,-0.024621,-0.056791,0.039853,0.000665,0.013998,0.024064,-0.082534,-0.000231,-0.004045,0.035918,-0.01819,0.058145,-0.013845,0.013618,0.019796,0.0138,0.001521,0.051169,-0.062964,0.014229,0.066191,-0.019583,-0.010207,0.016425,-0.046986,-0.056047,0.013833,0.030606,0.007859,0.003839,0.079464,0.032044,0.057531,-0.005366,-0.011855,0.0123,0.017233,0.019571,-0.071363,0.02912,0.026564,-0.002397,0.034276,-0.000545,-0.038702,-0.002619,-0.017825,0.023525,-0.085916,0.014985,0.039976,-0.010415,-0.00924,-0.018071,0.026084,0.016364,-0.020996,-0.044947,0.036174,-0.008348,-0.001208,0.012421,0.022442,-0.026533,0.044287,0.012597,-0.010839,0.000558,0.019475,0.002247,0.022385,-0.056028,-0.002877,-0.011593,-0.014759,-0.005929,0.062179,0.001746,0.007326,-0.0248,-0.0359,0.004062,-0.011509,0.021403,0.025427,-0.018896,0.002165,0.009845,-0.013347,0.001197,-0.020869,0.052789,-0.034829,-0.0189,0.014092,0.024784,-0.0175,-0.020796,0.00706,-0.015476,-0.010513,-0.013673,-0.028278,-0.000923,0.024952,0.021488,0.019526,-0.000248,0.021607,-0.006524,0.001736,0.011135,0.034755,0.009791,0.018773,-0.016065,0.016946,0.016428,0.16332,0.023037,0.00421,0.000839,-0.019678,0.023436,0.014692,-0.0325,-0.01184,0.055952,0.029556,0.013096,0.029098,-0.013206,-0.018474,0.069769,-0.002495,0.030363,0.020584,0.021126,-0.00324,0.014723,-0.204092,0.007131,-0.018781,-0.011333,0.023578,-0.015887,-0.014764,-0.003178,0.005136,-0.005493,-0.008281,-0.003632,-0.035646,-0.008821,-0.018173,0.003347,0.033218,-0.000528,0.010455,-0.031359,0.044886,0.100987,-0.053794,0.10546,0.008,0.004065,0.020716,-0.010546,0.019807,-0.008078,-0.001074,0.057742,0.014072,-0.057017,-0.040262,0.010454,-0.026018,0.024305,-0.028431,-0.004979,0.049849,0.022489,-0.017703,-0.007599,0.010651,-0.011069,0.013022,-0.035212,-0.045321,0.016284,0.018107,-0.017483,-0.002684,-0.011578,0.050254,0.007181,0.016458,0.000534,-0.038917,0.04179,-0.002843,0.020063,0.001302,-0.025706,-0.052267,-0.016196,-0.004115,-0.030663,0.012262,-0.018177,0.030019,-0.042526,0.010772,-0.014165,0.009573,0.11545,-0.006055,0.036106,0.029096,0.017729,-0.054208,0.003939,0.022585,-0.040873,-0.022871,0.029908,0.020454,-0.000543,0.024702,-0.009726,-0.020428,0.030375,0.008418,0.005608,-0.059634,0.0031,0.024646,0.014811,0.005857,0.013523,-0.030542,-0.022385,0.006936,0.030843,-0.000404,0.031122,0.003274,-0.007522,0.003384,-0.000709,-0.041052,0.021829,-0.019016,0.006994,-0.016733,0.043357,-0.018837,0.006356,-0.023348,0.017603,0.005515,-0.022784,0.000935,0.002875,-0.031503,0.039561,-0.008472,0.009624,-0.022911,-0.004558,0.024315,-0.036856,-0.020604,0.012377,0.012536,-0.000144,-0.011828,-0.019093,-0.012646,-0.002659,-0.03547,-0.093204,0.005045,0.001324,-0.000476,0.035154,-0.012541,-0.003462,-0.027098,0.03604,-0.02292,0.010926,0.002121,-0.011867,-0.013801,-0.017272,0.012263,0.018602,0.037054,-0.007196,0.009701,-0.003119,0.038072,-0.036233,-0.034856,0.01543,-0.015226,-0.007697,-0.005511,-0.015731,0.008368,0.013987,-0.039854,-0.019471,-0.007621,0.044252,0.017369,0.01064,-0.013537,-0.005395,-0.007729,0.013963,-0.023374,-0.000932,-0.014938,0.012886,0.029427,0.004348,-0.029328,-0.049504,0.00362,-0.041875,0.023336,0.005707,0.053671,0.026928,-0.053838,0.040242,0.018942,-0.002974,-0.035094,0.047392,-0.006563,-0.027627,-0.006036,-0.017699,-0.013703,-0.048401,-0.033244,-0.019185,-0.005546,-0.020304,0.006116,-0.017906,0.021396,0.001286,-0.003612,0.022809,-0.011563,0.02824,0.027118,-0.00399,0.00853,-0.026822,-0.004414,0.019106,0.025593,-0.01435,-0.006438,0.010456,0.004554,-0.023063,-0.042512,0.029531,0.004536,-0.005008,0.014666,-0.013628,0.011853,0.039302,0.058214,0.049861,-0.008892,0.006008,0.027121,-0.00112,-0.018474,0.008455,-0.000372,-0.029178,-0.005543,0.046433,-0.001725,-0.005383,0.031043,0.015727,0.017913,0.005469,0.050608,0.112639,0.008327,0.028045,-0.00708,-0.019257,0.014289,0.027666,0.030766,0.003509,-0.013894,0.006318,-0.020256,-0.017693,0.04117,0.01575,-0.019142,-0.010385,-0.024064,-0.003168,-0.027312,0.07008,0.009141,0.006212,0.001722,0.03136,-0.006511,-0.010427,0.001803,0.02154,-0.001879,0.017,0.01899,-0.023413,-0.002998,-0.020543,0.044409,-0.016936,-0.02718,0.032508,0.004112,0.017837,-0.018544,-0.000442,-0.038006,0.029471,0.024199,0.025431,0.002429,0.024694,0.061047,-0.003485,-0.019937,0.01992,-0.013251,-0.005816,0.010725,0.006329,-0.026184,0.020628,-0.001996,0.031729,0.011995,0.03911,-0.034791,-0.027534,-0.054112,0.000653,0.038386,-0.005169,0.01112,-0.016039,-0.019204,0.025339,0.021585,0.00482,0.002719,-0.019206,-0.01174,-0.001979,-0.008885,0.754133,-0.010146,0.01824,-0.020571,-0.007425,0.004399,-0.023527,-0.000494,-0.010829,-0.004662,-0.007356,-0.01151,0.002971,0.025186,0.006472,0.008774,0.037338,0.004637,0.02422,-0.024345,-0.003569,-0.032848,0.049593,0.024873,-0.004646,0.03509,0.016504,-0.035109,0.010554,0.009249,-0.017488,-0.030211,-0.0159,-0.019813,-0.038596,0.033207,0.00845,0.032107,0.029424,-0.086658,0.01256,-0.000484,0.025685,0.003634,0.015673,-0.021264,0.003211,0.01327,-0.013247,0.011594,0.011987,-0.015263,0.008792,0.067544,-0.024937,-0.022358,0.008554,-0.035025,-0.016813,0.025403,0.028809,-0.010016,0.008281,0.088087,0.016049,0.052069,-0.019673,-0.015845,0.030795,0.008343,0.041328,-0.088998,0.011369,0.013575,0.018405,0.040581,0.027222,-0.029704,0.017382,0.006897,0.035464,-0.085588,0.007443,0.056164,0.004099,-0.028554,-0.024847,-0.01619,0.019963,-0.013145,-0.05094,0.00499,-0.022246,-0.025758,0.059629,-0.014258,-0.011184,0.02748,0.031374,-0.041065,0.03537,-0.010982,-0.003493,0.00671,-0.04314,0.003936,0.012784,0.010319,0.007718,0.072869,0.031801,-0.010749,-0.020256,-0.009297,-0.032482,0.011944,0.03622,0.006214,0.034001,0.023862,0.020534,-0.009924,-0.038362,-0.033831,0.02008,-0.036001,-0.030014,0.004811,0.039913,-0.026572,-0.000013,-0.016388,-0.001088,-0.008481,-0.04531,-0.038708,0.022245,0.023405,0.018532,0.023922,-0.000578,0.03066,0.00777,0.022716,-0.009445,0.012925,0.011782,0.018951,0.020901,-0.010661,0.000037,0.144456,0.021965,0.014726,0.005531,0.012339,0.026437,-0.027325,0.007933,0.005015,0.047755,0.014147,0.030191,0.039327,-0.030695,-0.022213,0.066805,0.001711,-0.003418,0.038872,-0.001895,-0.017637,0.003157,-0.152692,0.047803,-0.067492,0.013478,0.021032,-0.01831,0.005041,-0.000833,0.007545,0.00391,0.009554,-0.029581,-0.008086,-0.009392,0.027544,-0.010486,0.036361,0.027579,0.018266,-0.023111,0.060337,0.1131,-0.030856,0.093083,0.012703,0.014614,0.026314,-0.028997,0.021595,0.01176,-0.017573,0.020821,0.002714,-0.033152,-0.038317,-0.014006,0.020775,0.029143,-0.079061,-0.011287,0.03455,0.024797,-0.036719,0.042173,-0.011874,-0.007198,-0.001671,-0.002939,-0.009096,-0.005583,0.023791,-0.012921,0.022309,-0.030286,0.020329,0.014931,-0.003122,0.009643,-0.046098,0.015786,0.00163,0.026815,0.017028,0.002385,-0.052643,-0.004085,0.011186,-0.015122,0.008525,0.006761,0.027335,-0.02944,0.002691,0.036941,-0.018488,0.116721,-0.004965,0.039341,0.033661,0.045176,0.001341,0.032318,0.003008,-0.023207,0.008642,-0.000642,0.025709,0.027426,-0.013869,-0.023829,-0.007714,0.04693,0.013478,-0.017756,-0.046328,0.036092,0.049344,0.012547,0.026706,-0.017746,-0.01771,-0.020339,0.009984,0.029661,0.001872,0.058739,0.007285,-0.010845,-0.023656,-0.010805,-0.035539,-0.000036,-0.008356,0.053868,0.0025,0.028842,-0.018972,-0.005023,-0.035525,0.055665,-0.014285,-0.030642,-0.019414,0.030682,-0.019795,-0.019805,-0.004114,0.014217,-0.025653,0.010682,0.019531,-0.00963,-0.019678,0.012168,0.023481,-0.036862,-0.006236,-0.015964,-0.015087,-0.005216,-0.027492,-0.049708,0.011405,-0.001161,0.002254,0.062116,0.046806,-0.008106,-0.038177,0.02197,-0.022273,0.014736,0.019271,-0.021319,-0.015949,0.035435,-0.024771,0.02308,0.045343,0.009758,0.002332,0.024579,0.006985,-0.008768,-0.023396,0.016633,0.000838,-0.002553,0.022032,-0.001933,0.040426,0.003494,-0.001586,-0.025344,0.013352,0.037897,0.027606,0.038017,-0.018623,0.025421,0.008923,0.051882,-0.020098,-0.008991,-0.031283,0.020512,0.059008,0.010881,-0.026755,-0.047043,0.029751,-0.010924,0.008972,-0.006315,0.061058,0.014215,-0.042037,0.014188,0.020949,-0.023485,-0.04376,0.053847,-0.004266,0.012102,-0.002085,0.014153,-0.000915,-0.039496,-0.021985,-0.024305,0.00457,-0.009255,-0.014637,0.025824,0.032425,-0.033707,-0.023906,0.022294,0.030493,0.009275,0.014599,-0.03443,-0.025784,-0.019789,0.019021,0.022663,0.001839,-0.018034,0.00305,0.000516,-0.000579,-0.079887,-0.014141,0.029091,-0.002966,0.008269,-0.02593,-0.011457,0.017157,0.03535,0.052732,0.067962,-0.019555,-0.014575,0.016065,-0.020328,-0.004856,-0.024613,0.029874,-0.005732,-0.012789,0.027766,0.008256,-0.007777,0.015724,0.014417,0.016257,0.009061,0.019239,0.111972,-0.004921,0.011329,-0.015584,-0.032512,0.02724,0.026912,0.024027,0.001681,0.005275,0.004568,-0.02705,-0.028907,0.029085,0.059103,0.005628,-0.012939,-0.027682,-0.00185,-0.015995,0.099717,0.015439,0.034199,-0.012012,0.04807,0.014155,-0.011197,-0.017521,-0.009436,-0.000981,0.047989,0.017287,-0.026439,-0.01784,0.001325,0.000298,-0.035838,-0.00273,-0.004896,0.004177,0.022393,-0.052036,-0.003374,-0.01674,-0.004583,0.01707,0.020803,0.006823,0.043179,0.035217,0.016266,-0.008247,0.017931,-0.017271,-0.036391,0.007649,-0.01471,-0.032109,-0.000564,-0.038411,0.016823,-0.003868,-0.005447,-0.059023,-0.011108,-0.036615,-0.020719,0.037669,0.019241,0.045575,-0.010697,0.000825,0.004538,0.017085,0.004148,-0.016298,-0.043099,-0.001518,0.03352,-0.011168,0.734331,0.007106,0.028732,0.001757,0.006164,0.049087,0.00982,-0.010572,-0.008045,0.004542,-0.012945,-0.002103,0.040029,0.016288,0.020165,-0.003575,0.038463,-0.02128,0.026118,0.003182,-0.023398,-0.045654,0.027414,0.047098,0.010606,0.044568,0.013449,-0.03951,-0.004004,0.015585,-0.000855,0.003518,-0.032438,-0.01212,-0.033484,0.014844,0.027279,0.009911,0.001492,-0.080076,0.005676,-0.003366,0.033184,-0.003428,0.022762,0.002293,0.010639,0.042682,0.009294,0.003609,0.04465,-0.005424,-0.005613,0.02893,-0.002942,-0.013628,0.015413,-0.040634,-0.006881,0.017772,0.041103,0.015769,-0.023567,0.064064,0.039361,0.038944,-0.006304,-0.010965,0.04901,0.036811,0.0215,-0.08942,0.042443,0.037678,0.006329,-0.03851,-0.034498,-0.045046,0.002017,0.00173,0.040996,-0.058982,0.030014,-0.003176,0.008319,-0.036337,-0.011979,-0.012716,-0.008617,0.001759,-0.05703,0.04518,-0.024639,-0.006774,0.002339,-0.001807,0.006993,0.028681,-0.015064,-0.037079,0.032184,0.01705,0.008992,0.013134,-0.040867,0.018716,-0.019863,-0.044227,-0.011295,0.073985,-0.011421,0.029836,0.010689,-0.016605,0.009396,0.036819,0.043834,0.004349,-0.023287,0.04353,0.028108,0.035846,-0.044831,0.005779,0.023932,-0.059612,-0.049985,0.017116,0.010211,-0.031211,-0.007363,0.015668,-0.038433,0.001036,-0.059528,-0.014507,-0.020534,0.011288,0.017418,0.021128,0.013287,0.006955,0.001069,0.000809,-0.044661,0.057095,0.004182,0.016331,0.032666,-0.017493,0.027638,0.154296,0.026949,0.005723,0.003116,-0.007699,-0.00264,-0.013555,-0.021323,-0.009211,0.068926,0.002734,0.005217,0.022616,-0.034212,0.005151,0.073456,0.000654,-0.004847,0.00178,-0.023831,-0.007843,-0.014601,-0.1604,0.007237,-0.017768,-0.029458,-0.015608,-0.00024,0.016303,-0.015496,0.000822,-0.025277,-0.020649,-0.02149,0.000581,-0.027285,-0.005519,-0.012469,0.030458,-0.000447,0.014253,-0.024042,0.053684,0.094333,-0.052008,0.074533,0.008099,-0.01671,0.007745,-0.024752,0.012735,0.033769,0.006428,0.025915,-0.007472,-0.00866,-0.02153,-0.016467,-0.031006,0.015115,-0.043323,0.00357,0.039201,0.022796,-0.035503,-0.00361,0.010737,0.013721,0.017908,-0.020962,-0.050785,-0.01031,0.006629,-0.001634,-0.001056,-0.022556,0.039414,-0.00949,-0.015423,-0.019813,-0.025935,0.060692,0.04225,-0.009869,0.002749,-0.013767,-0.054558,-0.002826,-0.006348,-0.001709,-0.003442,-0.025497,0.042416,-0.022434,0.032211,-0.030377,0.030998,0.104909,-0.028424,0.045075,0.003079,0.018353,-0.00313,0.014174,0.024757,-0.02309,-0.021781,0.02089,0.013563,0.003647,0.031896,-0.00974,-0.035372,0.019368,0.027656,0.026968,-0.061149,0.030882,0.037738,-0.002922,0.037612,0.012228,-0.047203,-0.021223,0.012472,0.007009,0.010998,0.004541,0.001741,-0.029466,0.010513,-0.0047,0.008818,0.034642,-0.018551,-0.057822,-0.01589,-0.007208,0.010755,-0.021428,-0.041441,0.01001,0.028869,-0.001234,-0.005434,0.014295,-0.013827,0.008887,-0.010773,-0.031474,-0.028404,0.017269,0.002027,-0.004715,-0.017783,0.025718,0.015692,-0.032609,-0.005998,-0.005904,-0.023017,-0.005644,-0.001824,-0.084475,0.006916,0.012825,0.019297,0.065712,0.005213,0.027427,-0.034882,0.000133,0.01749,-0.011995,0.000168,-0.011569,0.014802,0.018081,0.011341,0.014024,0.018335,-0.019511,0.024876,-0.018333,0.023606,-0.008694,-0.019406,0.029097,0.00991,-0.009253,-0.027068,-0.012898,0.036712,0.038016,0.001601,-0.03743,0.018669,0.043449,0.004874,0.014986,-0.003428,-0.015061,-0.004421,0.06036,-0.011577,-0.008403,-0.02334,-0.001227,0.035435,-0.019488,-0.026989,-0.044941,-0.004476,-0.026873,0.055101,0.012843,0.063047,0.004033,-0.038993,0.026373,0.043431,-0.007498,-0.036396,0.06471,-0.000337,0.035925,-0.01073,-0.034913,-0.057152,-0.027983,-0.025718,-0.048165,-0.02227,0.015003,-0.0112,0.018849,0.003585,-0.025594,0.020494,0.021198,-0.014437,0.018981,0.023694,-0.029075,-0.043509,-0.003263,-0.009274,0.034945,0.010628,-0.016318,0.005632,0.012202,0.009935,-0.023925,-0.029977,-0.000126,0.015237,-0.034424,0.01751,-0.013554,0.008871,0.032985,0.017095,0.055346,-0.061863,0.006055,-0.005713,0.000946,-0.042582,-0.022292,-0.025084,-0.021441,-0.014762,0.034338,0.003358,0.030086,0.001628,0.011907,0.038723,0.016162,0.022212,0.112614,-0.011956,0.017995,-0.022093,-0.043027,0.017314,0.041055,0.029592,0.009035,-0.017262,-0.006356,-0.032072,-0.003926,0.00894,0.055726,0.014867,-0.013473,-0.01499,0.020364,-0.010171,0.109844,-0.024653,-0.016836,-0.005688,0.013182,0.032031,-0.017278,0.015181,-0.00777,-0.02814,0.031375,0.012854,-0.006869,0.002402,-0.000119,0.029407,-0.055534,-0.010992,0.001574,0.004723,0.03137,-0.037511,-0.01178,-0.074649,0.021869,0.030256,0.017151,-0.007832,-0.010924,0.060433,-0.013741,-0.030101,0.034411,-0.003705,-0.02316,0.037783,0.005855,0.016857,-0.000522,-0.044655,0.021581,-0.006615,0.014093,-0.026455,-0.008852,-0.067465,-0.023112,0.027895,0.014286,-0.005522,-0.024788,0.005033,0.026389,-0.030075,0.002803,0.019843,-0.023468,0.008032,-0.013624,0.04247,0.720638,0.006209,0.025007,-0.052278,0.000313,0.001909,0.000529,-0.020364,-0.029983,-0.038198,-0.008052,-0.013663,0.065835,0.00547,0.000464,0.011066,0.012097,-0.005878,0.00992,-0.010155,0.015379,-0.02802,0.027029,0.054882,-0.00222,0.049431,0.006991,-0.043432,-0.000592,0.007231,-0.001716,0.019887,-0.03114,0.000782,-0.013889,-0.005986,-0.021939,-0.000132,0.034757,-0.088411,0.010763,-0.013243,0.032117,0.003532,0.044827,-0.037182,0.020456,0.03006,0.003,-0.018668,0.029848,0.018435,0.020012,0.052084,0.004765,-0.012903,0.009998,-0.068699,-0.014884,0.003194,-0.018884,-0.002542,0.003052,0.077267,0.053035,0.030552,0.003358,0.001046,0.073623,0.024089,0.022997,-0.069249,0.034419,0.015747,0.011582,0.004546,-0.002958,-0.029722,-0.032087,-0.00498,-0.007976,-0.046849,-0.001801,0.011834,-0.017,0.01936,-0.019033,-0.020812,0.030478,0.003023,-0.07363,0.035984,0.001011,-0.006836,0.014759,-0.00567,-0.011524,0.016472,0.025872,-0.052985,-0.00023,-0.004278,-0.003992,0.017534,-0.038099,-0.030266,-0.058629,-0.025102,-0.000209,0.074147,0.014568,-0.002416,-0.00482,-0.016221,0.005198,-0.010899,0.023307,0.020959,-0.016146,-0.017323,0.013813,-0.036996,-0.026767,-0.003862,0.052425,-0.058689,-0.01545,0.012216,0.01237,-0.010131,0.003398,-0.008879,-0.041589,-0.046252,-0.021564,-0.03725,0.013343,0.059615,0.001469,0.002792,-0.010887,0.004084,0.015065,0.034467,0.004826,0.020919,0.015973,0.024712,0.0192,-0.021844,0.051549,0.153301,-0.005608,0.020076,-0.017807,-0.031142,0.011893,-0.019003,-0.062274,-0.007632,0.036455,0.001077,0.021737,0.021884,0.005136,-0.005754,0.070291,0.019372,-0.035189,0.016954,-0.027874,-0.019522,-0.018276,-0.165934,-0.007859,-0.025069,0.028529,0.025443,0.004851,0.012882,-0.024701,0.007885,-0.006569,0.00617,0.012431,-0.006702,-0.015426,-0.007006,-0.002388,0.05961,-0.019917,0.012789,-0.012803,0.029228,0.07728,-0.032632,0.102376,0.009193,0.00071,0.026125,0.030828,0.023645,0.028947,-0.015713,0.028727,-0.00744,-0.019126,-0.046602,0.004029,-0.040875,0.054233,-0.027319,0.037697,0.036174,0.008883,-0.015765,0.020765,-0.011246,0.013216,-0.012199,-0.005293,-0.041889,0.012345,0.028418,0.004358,-0.026107,0.02426,0.034568,0.010493,0.004144,0.034796,-0.026726,0.048869,0.017829,0.026241,0.044235,-0.042189,-0.053841,-0.012178,-0.00349,-0.007706,0.000226,-0.039108,0.052812,-0.056674,0.012342,-0.009205,0.003624,0.095036,-0.012924,0.021849,0.009127,0.02062,-0.033245,0.022411,0.027351,-0.017838,0.014184,0.023505,0.028038,-0.004139,0.009603,-0.052682,-0.009382,0.011611,0.0058,-0.001625,-0.040612,0.033439,0.034646,0.021705,-0.010194,0.016033,-0.026401,0.00027,-0.013336,0.041803,-0.002081,0.026094,0.009407,-0.006085,0.009715,0.000694,-0.051454,0.019153,-0.007575,0.012071,0.019547,0.037264,0.037328,-0.028514,-0.037928,0.019114,0.015571,0.003934,0.022188,-0.004229,-0.038858,-0.010383,-0.034644,0.003448,-0.028311,-0.009721,0.019304,-0.002835,-0.006394,0.007592,0.005903,0.00003,-0.032642,-0.005495,-0.007218,0.045096,-0.031722,-0.086356,0.011438,-0.008904,0.010532,0.050655,0.022621,0.015949,-0.050729,0.028108,-0.010125,-0.018293,0.018948,-0.009734,0.010082,0.01841,-0.022441,0.027501,0.039748,-0.038881,-0.003556,0.003043,0.012648,-0.005716,-0.036328,0.040025,-0.049028,-0.035287,0.02949,-0.006845,0.016825,0.025014,-0.01867,-0.005669,0.005215,0.038207,-0.006781,-0.003783,0.035097,0.000795,-0.027671,0.053287,-0.00748,-0.017413,-0.002959,-0.016428,0.043153,-0.01187,-0.036012,-0.044274,0.021201,-0.072885,0.03107,0.004219,0.022633,-0.003743,-0.018919,0.034411,0.023444,-0.029748,-0.005157,0.035799,-0.016069,0.009848,0.006023,-0.027902,-0.011451,-0.055041,-0.008956,-0.048506,-0.010884,-0.028192,-0.004213,-0.011576,0.036592,-0.012149,-0.002889,0.019004,0.017019,0.016626,0.026201,0.00213,-0.009155,-0.019681,0.002829,-0.036859,0.005059,-0.02366,-0.012934,0.022184,0.018042,-0.046101,-0.042041,0.014456,0.009159,-0.011315,0.019275,-0.002554,0.01612,0.052049,0.028907,0.019555,-0.047557,0.034483,0.055473,0.035417,0.010291,-0.013645,0.01924,-0.028317,-0.015291,0.0019,-0.007179,0.019744,0.029483,-0.008711,-0.014345,-0.009728,0.010014,0.112773,0.013609,0.024601,-0.029731,0.027521,0.012465,0.046322,0.036635,0.011633,-0.018831,0.004775,-0.023196,-0.015689,0.013451,0.013413,0.011992,-0.035181,-0.023848,-0.022715,0.003887,0.077657,-0.010453,-0.028527,-0.014823,0.025954,-0.001816,-0.011697,0.022251,0.012432,-0.016529,0.034321,-0.022936,-0.024441,-0.028049,-0.002794,0.032677,-0.020849,-0.04716,0.015047,-0.004863,0.025151,-0.012079,-0.020399,-0.020159,0.020728,0.066011,-0.009435,0.019363,0.014757,0.051879,0.012371,0.009343,0.023547,-0.040205,-0.013409,0.005413,0.00928,-0.023328,0.028029,-0.036583,0.034503,0.011972,-0.014431,-0.021306,0.01736,-0.071213,0.002826,0.039935,0.024473,0.000324,0.010402,-0.000735,0.010144,0.026723,-0.003249,-0.020822,-0.033435,-0.000645,0.005072,-0.021533,0.725897,-0.007764,-0.000387,-0.032813,0.016512,0.021606,-0.019718,-0.02252,0.019618,0.015488,-0.036795,0.01008,0.027541,0.019357,-0.002005,0.029959,0.056099,-0.047413,0.009993,-0.028349,-0.015337,-0.057044,0.03723,0.024306,-0.025082,0.034699,0.047279,-0.043345,0.018987,0.040312,-0.03528,-0.036693,-0.0298,0.006435,-0.007336,0.002592,0.005678,0.032421,0.028992,-0.082999,0.012066,0.016203,0.036323,0.007873,0.018107,0.002144,-0.01362,-0.002633,-0.029588,0.014943,0.043361,-0.040091,0.020254,0.035891,0.034023,-0.010626,0.006483,-0.045246,-0.031759,0.007652,0.028763,-0.005207,-0.038775,0.106897,0.064068,0.069283,-0.010807,-0.009697,0.013532,0.015667,0.009902,-0.106768,0.018574,-0.002589,-0.008147,0.000351,0.008484,-0.034519,0.028156,-0.025836,0.044656,-0.048666,0.014451,0.009655,-0.012388,-0.024779,-0.031928,-0.008806,0.018916,0.001324,-0.049281,-0.00328,-0.020956,0.014731,0.015799,-0.006894,-0.013426,0.008357,-0.016074,-0.017235,0.020352,0.016611,-0.004279,0.038753,-0.051071,0.010202,-0.027381,-0.001077,0.003901,0.073385,0.04554,-0.005503,-0.023214,-0.001079,-0.002199,0.022084,0.037896,0.049594,-0.003788,0.02885,0.050435,0.001928,-0.009009,-0.013181,0.047227,-0.073038,0.005091,0.009519,-0.002038,-0.023683,-0.00373,0.01292,-0.04237,-0.023376,-0.022434,-0.03468,-0.024491,-0.008098,0.023759,0.00077,0.014133,0.017784,0.039105,0.038638,-0.037842,-0.009741,0.017309,-0.00784,0.030609,-0.002733,0.033169,0.129191,0.022195,-0.001553,-0.013615,-0.004958,0.059963,0.001329,-0.049056,-0.023671,0.034983,0.010865,0.026027,0.010151,-0.006671,-0.001509,0.058856,0.016275,0.020642,-0.044236,0.009414,-0.017836,0.000329,-0.181752,-0.002184,-0.047765,-0.021978,0.013625,0.001875,0.014517,-0.027841,0.02231,-0.04217,-0.017403,-0.035813,-0.016521,0.0107,0.005522,-0.009667,0.059852,-0.015157,0.031765,-0.039869,0.03365,0.073404,-0.036498,0.077636,0.030299,0.001588,0.00917,-0.00663,0.016402,0.012865,0.00141,0.034894,-0.003136,-0.004092,-0.033609,-0.054233,0.008854,0.024226,-0.020115,-0.011245,0.039092,0.028739,-0.027132,0.018352,0.014464,0.006708,-0.004844,0.005518,-0.019489,-0.011771,-0.00308,-0.008133,0.001024,-0.030518,0.053753,0.011616,-0.019749,-0.011455,-0.000805,0.041788,0.029462,0.017453,0.006284,0.009395,-0.047973,0.009963,-0.007421,-0.03665,0.017192,0.012906,0.025873,-0.043065,0.013644,-0.009824,0.011666,0.089062,-0.025791,0.056682,0.032104,0.012002,-0.021597,0.005441,0.020681,-0.040264,-0.020387,-0.000017,0.024389,0.003451,0.016351,-0.026424,-0.00318,0.009798,0.038671,-0.015211,-0.092552,0.024039,0.054669,0.035478,-0.01701,0.009563,-0.024723,0.03159,0.030799,0.01702,0.021418,0.038645,-0.010255,-0.012055,0.011701,-0.000988,-0.002587,0.045974,-0.025621,-0.007754,-0.033177,0.063354,-0.011333,-0.015677,-0.041538,0.01362,0.035648,-0.020504,-0.008133,0.022584,-0.015894,0.000365,-0.014242,-0.009151,-0.01649,0.006162,0.018039,-0.030096,-0.042702,0.01658,-0.002962,-0.032211,-0.011404,-0.00813,-0.034137,0.008282,-0.035494,-0.102717,-0.010367,-0.003537,0.008603,0.014459,0.006306,-0.041961,-0.022175,0.010571,-0.003571,-0.03364,-0.000182,-0.036151,0.001522,-0.009718,-0.010003,-0.020201,0.034996,0.005788,-0.031815,0.002577,0.023848,-0.009099,-0.020721,0.058147,-0.013092,0.01077,-0.000453,0.028911,0.012736,0.022276,0.001957,-0.016901,-0.012025,0.02294,0.009226,-0.003736,0.000214,0.006153,0.024019,0.017881,0.028627,-0.01237,-0.008695,0.021084,0.052849,0.026492,-0.059006,-0.044923,-0.007567,-0.010036,-0.019228,0.020572,0.064026,0.011564,-0.049337,0.048416,0.026677,-0.030028,-0.017938,0.042493,0.009544,0.00689,0.023487,-0.004964,-0.002088,-0.062942,-0.008134,-0.027195,-0.000172,-0.008282,-0.020367,0.003228,0.018395,0.008948,0.001592,0.029859,0.00483,0.02398,0.010876,-0.006519,-0.035553,-0.017072,-0.004431,0.012474,0.004862,-0.043786,-0.009701,-0.015904,-0.002008,-0.019908,-0.027392,0.030809,-0.012917,-0.011655,-0.02386,-0.025088,0.035612,0.025196,0.05527,0.016261,-0.023738,-0.017185,0.045751,-0.014209,-0.009013,-0.039152,-0.000463,0.004809,-0.0045,-0.013688,0.025334,-0.025001,0.013352,0.018096,0.023021,-0.009647,-0.013316,0.105038,-0.020408,0.024878,-0.010438,-0.032684,0.026921,0.04196,0.039118,0.00276,-0.01712,-0.0165,-0.03034,-0.01707,0.003922,0.050683,0.001302,-0.024555,-0.021146,0.010413,-0.0212,0.135631,0.012978,-0.021049,-0.003126,0.021886,-0.0162,-0.013947,-0.000252,-0.019457,-0.022378,0.024753,0.008463,-0.006488,-0.037405,0.046163,0.028187,-0.030974,-0.027421,0.032826,-0.003973,0.013654,-0.051611,0.003949,-0.045808,0.021609,0.036961,0.019031,-0.017178,-0.028596,0.067089,-0.003198,-0.016279,0.022013,-0.004509,-0.01134,-0.005945,-0.00255,-0.005343,0.032978,-0.028359,0.008119,0.044328,-0.001094,-0.00091,0.008784,-0.069124,0.006767,0.037336,-0.010723,-0.014271,-0.039364,-0.025922,0.02366,0.015701,0.02068,-0.000503,-0.0045,-0.030475,-0.001023,0.014274,0.728224,0.02394,0.01489,-0.017213,0.009872,0.038393,-0.012104,-0.014246,0.006711,-0.019132,-0.019046,-0.020927,0.0235,0.027886,0.000067,-0.00292,0.033832,-0.025162,0.024743,-0.019069,0.02266,-0.031615,0.037336,0.055778,-0.004395,0.077191,-0.011118,-0.04152,-0.018208,0.002713,-0.024111,-0.004119,-0.027914,-0.003104,-0.045096,0.009722,0.008643,-0.006867,-0.022761,-0.081412,-0.005751,0.007222,0.007204,-0.013852,0.029128,-0.038484,0.023653,0.039574,-0.018218,-0.039135,0.075088,0.00833,0.000977,0.039064,-0.015758,-0.011152,0.013536,-0.031442,-0.023144,0.014141,0.005269,0.018694,-0.019218,0.083118,0.030436,0.025203,-0.005077,-0.028388,0.03238,0.002416,0.005799,-0.085776,0.04556,0.011529,-0.02949,-0.02871,0.031218,-0.034224,0.001216,0.015464,0.018457,-0.070696,0.03662,0.05114,0.004334,0.004132,-0.005268,0.017882,0.051628,-0.00671,-0.039764,0.000798,-0.011694,-0.014125,0.004328,-0.005209,-0.016306,0.047727,-0.023701,-0.019823,0.025766,-0.023088,0.011456,0.039009,-0.068834,-0.030255,-0.000237,-0.005946,-0.018569,0.074369,0.028758,0.027618,-0.013372,-0.0233,-0.006699,0.020317,0.040356,0.00739,-0.020321,0.025142,0.014542,-0.021752,-0.016238,-0.005698,0.016124,-0.06565,-0.02126,0.016638,-0.015361,-0.014052,-0.016222,-0.028333,-0.008328,-0.007452,-0.022052,0.005628,-0.003526,0.005777,0.035731,0.012241,-0.033931,0.024992,0.045802,0.024553,-0.010745,0.005994,0.013216,0.016403,0.036346,-0.006519,0.033018,0.15201,0.049253,0.004544,-0.001404,-0.027787,0.018282,-0.010559,-0.040366,-0.036154,0.019413,0.000017,-0.009363,0.018679,-0.010192,0.009117,0.074426,-0.024157,0.053335,0.005887,-0.007404,0.000154,-0.000084,-0.173937,0.016052,-0.042285,0.002835,0.016601,0.00487,0.014898,0.006835,0.028615,-0.018302,-0.004932,-0.009281,-0.025486,-0.003535,0.005435,-0.013101,0.039937,-0.029908,0.015544,-0.004593,0.052079,0.08817,-0.057999,0.086909,0.023909,0.026358,0.017302,-0.022278,0.036239,0.032294,0.023698,0.016331,-0.003809,-0.024375,-0.038564,0.01221,-0.025382,0.023871,-0.000467,0.005889,0.006514,-0.022923,-0.019018,0.005896,-0.018756,-0.000791,0.029926,-0.005372,-0.050955,0.003886,0.025329,-0.017146,0.014449,0.010299,0.033215,0.001096,-0.015808,-0.022114,-0.010352,0.054297,0.00979,-0.004594,0.022044,0.001168,-0.060752,-0.004379,-0.023266,-0.007054,0.019798,0.012419,0.044754,-0.03218,0.016376,-0.020657,-0.000245,0.070603,-0.050608,0.020977,0.027221,0.039052,-0.041233,0.024246,0.018693,-0.000103,-0.004642,0.020149,-0.003706,0.014334,-0.020015,-0.031889,-0.026966,0.025328,-0.000035,0.032529,-0.083861,0.00973,0.048579,0.012907,0.023704,-0.006566,-0.01495,0.007937,0.027078,0.00553,0.014902,0.053471,0.023471,-0.002394,0.025249,0.005121,-0.027745,0.025462,-0.012227,-0.015736,0.006575,0.038825,0.015903,-0.015565,-0.028632,0.030244,-0.013865,-0.028842,-0.01137,0.018165,-0.03407,0.020345,0.01005,-0.021851,-0.032226,0.002082,0.025988,0.007283,-0.013542,-0.011213,0.01164,-0.020994,-0.006884,-0.013161,-0.050912,0.003372,-0.027845,-0.097982,0.011239,0.008112,0.033173,-0.01116,0.033863,0.036903,-0.021033,-0.011955,-0.022379,-0.003757,-0.012906,-0.041942,-0.000611,0.019833,-0.004437,0.014438,0.016913,0.010937,0.000869,-0.035266,0.028568,-0.031048,-0.024572,0.057043,-0.013685,-0.00413,-0.019623,0.012499,0.009143,0.032229,-0.026943,-0.02492,0.007547,0.008727,0.016479,0.009261,0.019625,-0.012223,0.014257,0.037653,-0.034457,-0.017822,0.004917,0.012019,0.037708,0.003341,-0.017247,-0.047905,0.01936,-0.009097,0.032545,0.019113,0.04414,0.00999,-0.060096,0.021459,0.008478,-0.014435,-0.016683,0.025133,-0.036572,-0.020977,0.000828,-0.009038,-0.004538,-0.044904,-0.042715,-0.052043,-0.026468,0.01522,-0.009238,0.013123,-0.001205,-0.004031,0.018216,0.017271,-0.013575,0.011459,0.010555,-0.025733,-0.025173,-0.040804,0.009616,0.007444,0.021689,-0.00691,-0.003319,-0.00763,0.037598,-0.022787,-0.021821,0.03317,0.025464,-0.01602,0.009364,-0.024263,-0.002782,0.033657,0.041786,0.058285,-0.001575,0.001804,0.037363,-0.049334,-0.031622,-0.02357,-0.014697,-0.005278,0.010357,0.00703,0.018209,0.004654,0.021518,0.008495,0.033239,-0.020165,0.020433,0.112337,0.004073,0.009279,-0.008455,0.023873,0.025831,0.025699,0.028357,0.012387,-0.005731,-0.003664,-0.042324,0.024854,0.023529,0.037179,0.001737,-0.021353,0.007439,0.026807,-0.030391,0.106555,0.013846,-0.000676,-0.012732,0.043396,0.00868,-0.010565,0.015257,0.028039,-0.011934,0.030769,0.002861,-0.008748,0.011169,-0.018173,0.030946,-0.002067,-0.021451,0.037348,-0.020147,0.010744,-0.025272,-0.012886,-0.03212,0.013113,0.030768,0.016974,-0.01239,0.005178,0.063919,-0.009607,-0.015034,0.022577,-0.021535,-0.00607,0.006311,0.014372,-0.002217,0.029026,-0.002527,0.026366,0.021912,0.014743,-0.013227,-0.008786,-0.026986,0.031846,0.042921,-0.000982,0.002831,-0.00681,-0.025377,0.005995,0.028038,-0.000615,-0.015935,-0.004487,-0.037603,0.000443,0.02977,0.744778,-0.010209,0.019372,-0.019725,0.018682,0.031731,0.018646,0.001027,0.004133,-0.013253,0.003763,0.014819,-0.004921,0.037898,0.011909,0.023317,0.019785,-0.01417,0.025989,-0.006014,-0.025965,-0.025603,0.043921,0.034307,0.003873,0.04177,-0.00477,-0.029915,-0.00568,0.012514,-0.024531,-0.028347,-0.034286,-0.01067,-0.008282,0.04122,0.003232,-0.004918,0.043043,-0.088121,0.013615,0.01089,0.035122,-0.032712,0.01544,-0.037132,0.005719,0.026853,0.016444,-0.009282,0.010105,0.021262,-0.005257,0.035646,-0.010561,-0.010905,0.011003,-0.040721,-0.01625,0.052698,0.036682,-0.03251,-0.021283,0.084678,0.051277,0.046182,-0.013556,0.008999,0.059873,0.023563,0.058105,-0.072184,0.02375,0.016868,0.014202,0.002315,0.015118,-0.020344,0.003074,-0.027636,0.057888,-0.065644,0.012805,0.057558,-0.017491,-0.000204,-0.043676,0.014633,0.05379,-0.016464,-0.018333,0.022206,-0.019977,-0.015415,0.005232,0.015931,0.004446,0.032042,-0.000977,-0.046624,0.020754,-0.006302,0.0054,0.019892,-0.036413,-0.023326,-0.012174,-0.029969,-0.03375,0.083412,0.025962,0.005399,-0.004773,-0.024335,0.002158,-0.014938,0.027947,0.028245,0.000984,-0.005994,-0.000643,-0.018349,-0.019327,-0.01909,0.03545,-0.063473,-0.051941,-0.005412,0.014844,-0.046784,-0.005321,-0.011435,-0.034173,-0.018148,-0.020177,-0.040163,0.024045,0.003616,0.031177,0.024544,-0.022363,0.025725,0.007606,-0.001088,0.01428,0.023126,0.019297,0.026388,-0.007414,-0.000434,0.025109,0.14321,0.039851,-0.010444,-0.000859,-0.006772,-0.014429,0.030481,-0.021188,0.009161,0.094439,0.000165,0.024536,-0.019214,-0.001165,0.025472,0.070748,0.004408,0.011974,0.013722,-0.008963,-0.015148,-0.009527,-0.187902,-0.014387,-0.010856,0.018014,0.01862,-0.007886,-0.005081,-0.024939,0.003585,-0.004849,0.00145,-0.002593,-0.019353,0.005305,-0.011977,-0.040149,0.018066,-0.019094,-0.001121,-0.014127,0.047807,0.077963,-0.020064,0.085992,0.039819,0.019644,0.005572,-0.023471,0.01144,-0.002952,0.005236,0.036167,0.009017,-0.060385,-0.027454,-0.011827,0.003998,0.042316,-0.023753,-0.035132,-0.00283,0.019891,-0.018938,0.03193,-0.037632,-0.003057,0.019773,-0.021258,-0.025502,0.02027,0.015948,0.015298,-0.006982,-0.005024,0.023282,0.002417,-0.005416,-0.007679,-0.040948,0.000894,-0.022602,0.00914,0.000345,-0.020086,-0.04245,-0.028277,0.011195,-0.042489,0.004137,-0.013194,0.031944,-0.046117,0.012751,-0.003777,0.035725,0.156533,0.007039,0.014054,0.008384,0.016843,-0.015153,0.026261,0.011809,-0.010611,-0.019379,0.031161,0.016984,0.022754,0.010435,-0.024935,-0.008679,0.034534,0.014342,-0.014529,-0.045391,-0.022423,0.033164,0.008479,0.018783,0.009325,-0.060985,-0.004738,0.008149,0.024026,0.005478,0.04111,0.014417,-0.019469,0.010931,-0.001669,-0.020038,0.032892,-0.00807,0.02486,0.005449,0.062093,-0.01108,-0.003378,-0.051933,0.008677,-0.038143,-0.048767,-0.017923,0.023391,-0.023358,0.005301,-0.034972,0.011381,-0.024873,0.023292,0.02206,-0.014044,0.011242,-0.001931,-0.010483,-0.024836,-0.003616,-0.01879,-0.035015,0.020492,-0.040218,-0.090969,0.004949,0.000057,-0.009463,0.053118,0.009201,-0.013724,-0.050642,0.02842,-0.030471,0.046789,0.02396,-0.037914,-0.006022,-0.015674,-0.023232,0.024366,0.010568,-0.014576,0.011222,0.00437,0.037928,-0.012322,0.004181,0.032195,-0.015731,0.018189,0.011759,0.002488,0.039726,0.024491,-0.032497,-0.014314,0.00813,0.044231,0.029143,-0.004317,0.019526,-0.013457,-0.015016,0.037314,-0.016867,-0.024756,-0.000971,0.015866,0.030606,0.006009,-0.035614,-0.042183,0.038923,-0.02632,0.018125,-0.008168,0.069305,0.035539,-0.039489,0.030939,0.041831,-0.003993,-0.046663,0.071378,-0.027453,-0.032159,0.004837,-0.003121,0.017088,-0.044688,-0.028126,-0.004895,-0.012794,-0.018759,0.013062,-0.004546,-0.004172,-0.013872,-0.008569,0.005549,-0.000455,0.026661,0.020205,-0.004431,-0.038955,-0.040069,-0.020304,0.005481,0.007458,-0.041892,-0.006145,0.013587,0.020461,-0.021065,-0.041108,0.021077,0.0215,0.004663,0.000355,-0.00924,0.015098,0.049805,0.006834,0.047841,-0.043596,-0.004987,0.029346,-0.008592,-0.007608,0.068677,0.007909,-0.025225,0.008439,0.045218,-0.022634,-0.028173,-0.00907,-0.001649,0.041971,0.002919,0.017658,0.114194,-0.009904,0.000156,-0.019952,-0.021045,0.000092,0.01785,0.024865,0.014959,-0.036226,0.008358,-0.014125,0.004266,0.037635,0.005249,-0.014824,-0.024499,-0.007583,0.028491,-0.027117,0.051415,0.032094,0.017118,0.009494,0.035873,0.011587,-0.01394,0.01553,-0.001682,-0.017757,0.036965,0.010831,-0.028965,0.000084,-0.010431,0.042906,-0.035869,0.002725,0.0092,0.003022,-0.000473,-0.020829,-0.004159,-0.043136,0.004191,0.03925,0.002815,0.012485,0.016925,0.051887,-0.012579,-0.02318,0.025468,-0.015786,-0.039064,0.032323,0.046601,-0.006302,0.036199,-0.03487,0.027458,0.015016,0.021246,-0.003233,-0.014272,-0.022719,0.000765,0.023588,-0.007591,0.031901,-0.012998,-0.021155,0.012166,0.007371,0.015368,-0.012951,-0.03349,-0.004771,-0.019439,0.019897,0.737649,-0.013335,0.030452,0.004732,-0.016395,0.020011,-0.004428,0.016949,-0.014845,-0.02904,0.037443,-0.015297,0.020201,0.015153,0.02721,-0.019319,0.03407,-0.019414,0.037179,-0.010535,0.010394,-0.012825,0.038014,-0.00323,-0.008222,0.043684,0.031884,-0.017509,0.001141,-0.000128,-0.020582,-0.016464,-0.037171,-0.027558,-0.035853,0.026203,-0.004261,0.020502,0.048718,-0.076828,0.010176,-0.016409,0.034148,0.016536,0.032675,-0.034004,-0.001638,0.000192,0.011824,-0.022439,0.007958,0.0092,0.010764,0.057171,0.007068,-0.02783,0.007481,-0.026545,-0.026081,0.006124,0.015986,0.00261,-0.015962,0.068226,-0.000904,0.032949,-0.024963,0.017262,0.004448,0.025196,0.019672,-0.086563,0.037314,0.021797,0.013423,-0.020772,0.015634,-0.038453,-0.015297,-0.008532,0.030797,-0.057384,0.043544,0.015325,-0.037337,-0.036896,-0.043076,-0.02174,0.028409,0.00786,-0.061694,0.001043,0.022108,-0.000274,0.016842,0.000438,0.013309,0.006832,0.012619,-0.03029,0.023623,-0.003193,-0.014764,0.038943,-0.071343,-0.021211,-0.037064,-0.01926,-0.011385,0.122148,0.006538,0.01997,-0.008305,-0.00744,-0.018191,0.009484,-0.006731,0.046647,-0.029017,0.008146,0.031106,-0.009444,-0.010463,-0.000092,0.025228,-0.02572,-0.023431,0.012908,0.009429,-0.048531,0.000693,0.012623,-0.024891,-0.025632,0.005221,-0.009756,-0.0073,-0.021153,0.053286,0.00619,0.000931,0.017073,0.008174,0.034189,-0.023337,0.029364,0.018448,0.007683,-0.012693,-0.005632,0.008306,0.125581,0.043571,0.022672,0.002122,0.021362,0.029458,-0.014828,-0.033731,0.000133,0.086482,0.015687,0.018297,-0.002801,-0.024283,-0.008597,0.063962,0.041627,-0.009762,0.030707,0.0001,-0.060646,-0.010198,-0.214087,-0.026887,-0.042938,-0.012603,0.036373,0.046404,-0.009408,-0.012451,0.021787,-0.017681,0.009622,-0.035616,-0.037643,-0.010653,-0.010186,-0.033212,0.057326,-0.029491,0.016631,-0.015774,0.026476,0.081127,-0.049041,0.058205,0.035185,-0.009134,0.011875,-0.04844,0.030876,0.002513,-0.006795,0.034095,-0.009202,-0.034811,-0.024712,-0.025978,-0.014676,0.04089,-0.021169,0.00649,-0.006776,0.050737,-0.019822,-0.005107,-0.015231,-0.003462,-0.002824,0.00893,-0.059267,-0.028688,0.002263,-0.009298,0.0101,0.010783,0.023948,0.027512,-0.012193,-0.032045,-0.039639,0.041881,0.016378,0.00765,0.003579,-0.013514,-0.053792,-0.020373,-0.014403,-0.011606,0.011809,-0.029515,0.041422,-0.019529,0.033289,-0.00182,0.002867,0.085367,-0.037467,0.018176,-0.009345,0.00605,-0.030999,0.030187,-0.005084,-0.022628,-0.011849,-0.021143,0.011514,-0.011803,0.002697,-0.027498,-0.004325,0.002885,0.008849,-0.005444,-0.053053,0.045632,0.063358,0.002082,-0.007489,0.042284,-0.018988,-0.007793,0.008815,0.039551,0.020136,0.036515,0.032585,-0.017109,-0.012482,0.009193,-0.025395,0.039452,-0.002019,0.000778,-0.003786,0.032802,0.03606,-0.009993,-0.037418,0.009654,0.006269,-0.037247,-0.009379,0.013348,-0.058644,0.006514,-0.040433,-0.024317,-0.028614,0.013207,0.003823,-0.016657,-0.022578,-0.00379,-0.002968,-0.019132,-0.009117,0.003259,-0.038301,0.019157,0.003822,-0.062261,0.012611,0.01301,0.006956,0.03125,0.025357,0.013,-0.040599,0.00087,0.014213,-0.016909,-0.005189,-0.060518,0.007456,-0.016192,0.00305,0.013715,0.008822,-0.022007,-0.00909,-0.040888,0.039924,0.00299,-0.011779,0.028087,-0.011073,0.001745,0.004783,-0.01797,0.036459,0.009973,-0.015812,-0.04032,0.017222,0.006945,0.00157,-0.012685,-0.014026,-0.020585,-0.02862,0.028611,-0.003603,-0.002753,-0.045555,0.008598,0.046349,0.011433,-0.013971,-0.026434,0.029525,-0.012189,0.013795,0.019765,0.028685,0.024174,-0.030472,0.007583,0.039066,0.019009,-0.012104,0.067825,-0.007074,-0.02612,0.023079,-0.043681,-0.018082,-0.07064,-0.034973,-0.03969,-0.036484,-0.021663,-0.004822,0.018538,0.023469,-0.011071,-0.010493,0.026736,0.005575,0.006796,0.012211,-0.003488,-0.022985,-0.036668,0.003694,0.016932,-0.009591,-0.009194,-0.013414,-0.019796,0.027582,-0.026263,-0.01853,0.020714,0.013795,0.014821,-0.043319,-0.020232,0.02945,0.035438,0.025996,0.036496,-0.033003,-0.00178,0.039607,-0.013729,-0.010355,-0.032936,0.002894,-0.024124,-0.006902,0.033375,0.001004,-0.003966,0.008615,-0.007526,0.025581,0.003662,0.005181,0.1095,0.003516,0.008958,-0.003549,-0.025718,0.000184,0.049594,0.046011,0.016249,-0.020264,0.004519,-0.026005,-0.009516,-0.003868,0.070874,0.008118,-0.021042,0.011356,0.013222,-0.027998,0.098858,-0.004766,0.013576,0.000689,0.017226,0.000438,-0.005216,0.004007,-0.008558,-0.032659,0.05248,0.032451,-0.00282,-0.017194,-0.003021,0.045553,0.019804,-0.000984,0.021181,0.024426,0.029979,-0.009339,0.023792,-0.066729,0.01557,0.040381,-0.002172,-0.015528,0.020499,0.061882,0.006179,0.017708,0.063838,-0.011485,-0.030115,0.010207,0.01905,-0.01664,0.01516,-0.008315,-0.015279,0.00677,0.038466,0.00506,0.019572,-0.060002,0.025429,0.032367,0.000585,0.016421,-0.005968,-0.000079,0.0201,0.024903,0.022176,0.015164,-0.044136,-0.010436,0.038311,0.003559,0.712622,0.022191,0.02538,0.019789,-0.001818,0.017445,0.004198,-0.035337,0.011781,-0.031487,0.018114,-0.006794,0.05101,-0.005972,0.02312,0.017996,0.035344,-0.024644,0.005774,-0.017947,-0.034308,0.004924,0.05947,0.069444,-0.011235,0.063993,0.01678,-0.025963,-0.004399,0.02529,-0.002472,-0.051007,-0.062015,-0.017512,-0.047086,-0.009829,0.020014,0.0176,0.038628,-0.085077,0.029008,-0.013533,0.044976,-0.029774,0.032628,-0.050578,-0.005834,0.036151,0.011873,-0.012077,0.019789,0.003024,0.027155,0.058701,-0.025767,-0.008557,0.000612,-0.039157,-0.03779,-0.008976,0.017216,-0.011184,0.002848,0.074214,0.033911,0.042041,0.027637,0.01312,0.032035,0.023181,0.027531,-0.078402,0.01854,0.016254,0.012035,0.024819,-0.018356,-0.038113,0.003366,-0.015636,0.043317,-0.075475,0.020315,0.059576,-0.017126,-0.016677,-0.044033,0.014933,0.044036,-0.031267,-0.045778,0.004661,-0.018558,0.00877,-0.022236,0.018219,-0.018288,0.03226,-0.026599,-0.03415,0.057978,0.006143,0.00116,0.037857,-0.045411,-0.018468,0.00412,-0.04276,-0.013885,0.108372,0.025628,0.008571,-0.018526,-0.002799,-0.005136,0.001034,-0.000139,0.022854,0.005975,0.02294,0.032901,0.015703,-0.03765,-0.021737,0.044407,-0.052863,-0.022193,0.039443,-0.000349,-0.022224,0.005956,0.000997,-0.02482,-0.015393,-0.012554,0.027684,0.031374,0.012981,-0.019665,0.037283,0.002706,0.017742,-0.007281,0.021426,-0.015486,0.021152,0.019314,0.024132,-0.023005,0.034031,0.01155,0.143018,0.039856,-0.016164,-0.023843,0.013388,-0.010424,-0.007779,-0.039556,0.000558,0.070225,0.013693,0.032159,-0.000043,0.018035,0.020321,0.069034,-0.005168,0.028522,0.022757,0.008566,-0.022073,0.000716,-0.21069,-0.004347,-0.002567,0.021862,0.042499,-0.015087,0.039178,-0.04394,0.003793,-0.004225,0.018975,0.021774,-0.021385,0.009915,-0.011568,-0.045177,0.025858,-0.013414,0.013242,-0.029216,0.032407,0.103452,0.004667,0.097119,0.03575,0.010753,0.006768,-0.028498,-0.012557,-0.00605,0.038689,0.029471,-0.001381,-0.032211,-0.034383,-0.020741,-0.027055,0.053124,-0.009075,-0.0361,-0.000263,0.005078,0.007887,0.024125,-0.007763,-0.023116,0.011634,-0.033645,-0.043388,0.017675,-0.00738,0.015309,0.010198,-0.020913,0.038664,0.047634,-0.020961,-0.002795,-0.010384,0.020244,0.022312,0.02335,-0.012093,-0.013847,-0.052995,-0.031644,0.005304,-0.038723,-0.022634,0.004108,0.028478,-0.042887,0.024651,0.011287,0.03261,0.099246,-0.018938,0.007796,0.006891,0.028291,-0.020375,0.006076,0.000805,-0.038804,0.007849,0.032022,0.053945,-0.004291,0.015805,-0.024729,-0.012407,0.036145,0.010581,-0.018377,-0.040313,0.030471,0.045366,-0.001322,-0.003495,0.034435,-0.039475,0.01951,-0.003861,0.009021,0.025853,0.023232,0.018679,-0.007836,0.009862,0.01489,-0.03109,0.03143,-0.002172,0.014681,0.00897,0.044159,-0.031373,-0.000403,-0.000514,-0.011764,0.042871,-0.041067,-0.033602,0.010799,-0.034397,0.017374,-0.034249,0.044116,-0.050447,0.020476,-0.01076,-0.004729,0.001102,-0.017721,0.012672,-0.018407,0.003545,-0.005335,-0.017766,0.017135,-0.058065,-0.092454,0.009543,-0.008879,0.023052,0.054518,0.000177,-0.015273,-0.013731,0.038808,-0.042463,0.01438,-0.011336,-0.023957,-0.021068,0.000047,-0.014697,-0.015347,0.015046,-0.025598,0.036979,-0.024992,0.009935,-0.01492,-0.021859,0.032742,-0.006521,-0.000669,0.016999,0.019409,0.045299,0.045209,-0.014791,0.001219,0.020168,0.053552,0.023951,-0.017449,-0.005598,-0.001519,0.001567,-0.002596,0.016557,-0.007619,-0.009217,0.029161,0.018912,0.000452,-0.031831,-0.029691,0.026932,-0.06867,0.040776,0.011525,0.061072,0.015571,-0.032495,0.003634,0.041354,-0.00957,-0.020175,0.050934,-0.012387,-0.00782,-0.004217,-0.014806,0.031697,-0.059551,-0.022262,-0.019292,0.000302,0.012346,-0.010211,0.000739,-0.004557,-0.029107,-0.012827,0.045137,0.002551,0.006093,0.032814,-0.024375,-0.031741,0.004548,0.006833,-0.000374,0.014957,-0.043589,0.024363,0.011924,0.013106,-0.006842,-0.074332,0.040896,0.003911,-0.014591,-0.055136,-0.01762,0.010917,0.046583,0.013873,0.03401,-0.027528,-0.007576,0.030812,-0.033,0.010526,0.020102,-0.012266,-0.035303,0.010632,0.036369,-0.007322,-0.017162,-0.018052,-0.018679,0.010128,0.017664,0.005847,0.113678,-0.000693,-0.021789,-0.024527,0.005206,-0.034195,0.049402,0.024236,-0.005564,-0.02223,0.009548,-0.026499,-0.002868,0.046173,0.041734,-0.015181,-0.03613,-0.036547,0.009962,-0.001877,0.065054,-0.010538,0.032095,0.019065,0.027514,0.044925,-0.032754,0.008015,0.008007,-0.01593,0.032596,0.026347,-0.005309,-0.000803,-0.00793,0.032678,-0.023629,-0.014653,0.008522,-0.010717,0.006788,-0.041599,0.023623,-0.050268,0.005365,0.022845,0.010537,0.001409,0.017258,0.052786,-0.04857,-0.015085,0.033059,0.030888,-0.027971,0.044481,0.012226,0.001137,0.030042,-0.01847,0.021383,0.039122,0.003549,0.00085,0.000107,-0.011209,0.017863,0.02215,0.001895,0.039034,0.021649,-0.001638,-0.005167,-0.014079,0.02873,-0.034377,-0.032932,0.005937,-0.007261,0.038481,0.706367,-0.023857,0.004048,0.007306,-0.020227,-0.013901,-0.013885,-0.034507,0.025482,-0.042425,0.041177,0.009832,0.011713,0.053407,0.02154,-0.038125,0.010449,-0.001543,0.05765,-0.020295,-0.000028,-0.017897,0.049589,0.00181,-0.021935,0.021181,0.043802,-0.031741,-0.009003,0.00576,-0.047479,-0.001505,-0.034863,-0.010957,-0.066128,0.007161,-0.020509,-0.003676,0.027448,-0.082741,0.014455,0.002837,0.015744,0.011748,0.024524,-0.035755,0.010651,0.015324,-0.03033,-0.046563,0.016197,-0.007995,0.025461,0.049589,0.023359,-0.034323,0.004493,-0.047719,-0.02741,0.028435,-0.031405,-0.014453,-0.034571,0.075996,0.025955,0.038137,-0.01609,0.005564,0.028325,0.018965,-0.021147,-0.075645,0.042739,0.019269,-0.020349,0.012451,0.011452,-0.044226,0.019892,-0.029614,0.013017,-0.060206,0.021546,0.067117,-0.044135,0.005745,-0.031206,-0.002538,0.043787,0.005157,-0.00661,0.00046,-0.003669,0.034325,0.003812,-0.029681,0.004835,0.026626,0.007307,-0.027452,0.013302,0.01344,0.004435,0.063225,-0.045144,-0.019456,-0.000939,-0.005579,-0.021601,0.129305,-0.039199,0.040499,-0.014045,-0.011913,0.007867,0.005703,-0.012568,0.045433,-0.039798,0.007996,0.037731,-0.003138,-0.019982,-0.051003,0.042615,-0.066519,0.024453,-0.025591,0.050055,-0.041909,-0.041179,0.032372,-0.042476,-0.047644,-0.039701,0.005002,-0.012275,0.026309,0.050201,0.025654,0.018759,0.016576,0.000485,0.012528,-0.055156,0.044406,0.029746,-0.012808,-0.01341,-0.01975,0.002353,0.179466,0.024498,0.036822,-0.017699,-0.026444,0.020018,0.003082,-0.04917,0.000575,0.085823,-0.00065,0.000715,0.011106,0.000822,0.002656,0.049801,0.040875,-0.000314,0.025178,-0.016229,0.007125,-0.043521,-0.205602,-0.04741,-0.030776,0.026234,0.020753,-0.029001,-0.023798,-0.005804,0.040302,-0.021177,0.02071,-0.048484,-0.012008,-0.014126,-0.002958,-0.041886,0.036333,-0.002609,0.026729,-0.009345,0.003021,0.078472,-0.035379,0.074176,0.060602,0.009645,0.024325,-0.033594,0.017354,-0.010681,0.034392,0.04922,-0.018266,-0.042998,-0.009161,-0.027325,0.008435,0.026727,-0.014653,-0.048828,0.013565,0.03609,-0.016902,0.019666,-0.055066,-0.008342,0.006294,-0.006672,-0.055116,0.04854,-0.010617,0.001835,0.020093,0.006182,0.017869,-0.00654,0.009998,-0.021419,-0.014653,0.052478,0.01597,-0.022562,0.002961,-0.011087,-0.051539,-0.05536,-0.022814,-0.033249,0.007339,-0.018811,0.018785,-0.065881,0.01969,-0.035834,0.023631,0.062229,-0.033412,0.013906,0.033842,0.020808,-0.018454,-0.027558,-0.003986,-0.006449,0.004692,0.006505,-0.014361,0.020609,-0.028716,-0.034959,0.009543,0.009733,0.023076,-0.004751,-0.059234,0.025151,0.057912,0.003365,-0.000296,0.016807,-0.036401,-0.027084,0.015554,0.031343,0.017689,0.011319,0.022653,-0.040389,0.028477,0.031218,-0.011658,-0.000424,-0.024858,0.026943,0.00313,0.029377,-0.018128,0.016834,0.006662,0.012978,0.015995,-0.064058,-0.029778,0.003586,-0.023587,0.010937,-0.036691,-0.049766,-0.041921,-0.002865,0.032489,-0.026796,-0.017348,0.011801,0.024557,-0.048979,-0.060162,0.004695,-0.046721,0.005685,-0.002733,-0.072694,-0.039176,0.007997,-0.002331,0.046037,0.023859,-0.010639,-0.043456,0.014415,-0.031734,-0.046714,0.008319,-0.030192,0.021076,-0.028581,-0.000166,-0.003817,0.016072,0.017348,0.004033,-0.030092,0.009648,-0.031478,-0.010257,0.015333,0.037914,0.013654,-0.032757,0.031777,0.024996,0.007504,-0.032004,-0.039067,0.037259,0.035332,0.014134,-0.035518,-0.016833,0.005563,-0.030327,-0.01207,-0.007048,0.004948,0.020128,0.031624,0.035441,0.032201,-0.045323,-0.023165,0.035748,-0.032055,-0.014906,0.023731,0.042902,0.005905,-0.025268,0.041344,0.020718,-0.003749,-0.055215,0.065213,-0.042396,0.041432,0.020228,-0.00739,-0.018665,-0.07028,-0.011984,-0.043388,-0.012338,-0.002569,0.026092,0.036001,0.001083,-0.048107,-0.023429,0.056407,0.035572,-0.002772,0.010142,-0.006779,-0.015167,-0.018798,0.002919,0.01186,-0.018464,-0.012381,0.014797,0.012807,0.024304,0.012697,-0.016831,0.017206,0.064423,-0.023057,-0.030291,0.022318,-0.00773,0.013648,0.051561,0.055247,-0.033378,-0.001139,0.039612,-0.001209,-0.023696,-0.068827,-0.014958,-0.001255,-0.021538,0.019808,-0.002062,-0.035734,-0.011279,0.033746,0.023669,-0.009084,0.030431,0.102777,0.0168,-0.022756,-0.014423,-0.006799,0.025621,0.048084,0.004622,-0.019794,-0.05058,0.017037,-0.062554,0.014542,0.015295,0.079766,-0.031813,0.033381,-0.018021,0.020689,-0.035087,0.086605,0.038084,0.011103,0.030975,-0.003964,0.023348,0.013611,0.030837,0.020585,-0.031635,0.04795,-0.0019,-0.031479,0.011004,-0.033187,0.006415,-0.038476,0.006549,0.026216,0.015388,0.023697,0.00211,0.030987,-0.053486,0.036027,0.036582,-0.002856,-0.018507,0.016993,0.05157,0.036184,-0.013676,0.035629,0.002208,-0.030478,0.006782,0.006081,-0.016636,0.010353,0.003585,0.061095,0.007691,0.033439,-0.018211,-0.006475,-0.044295,0.003537,-0.0007,-0.011683,0.008469,-0.029453,-0.043859,0.015743,0.029817,0.05416,0.011809,-0.044256,0.034557,0.007185,0.027002,0.64861,0.01168,0.03251,0.039011,-0.013249,0.01791,-0.008349,-0.00435,0.00545,-0.023587,0.025821,-0.010054,0.074459,0.00692,0.011013,-0.002632,0.03726,-0.042809,0.005784,0.001172,0.013809,-0.006945,0.050156,0.054064,-0.038173,0.030041,0.021104,-0.030249,-0.028034,0.019023,-0.040195,0.001919,-0.027628,-0.023336,-0.055972,0.028578,-0.003371,-0.028914,0.044303,-0.079843,0.028612,-0.009293,0.041919,0.001796,0.032987,-0.002954,-0.011745,0.036539,0.008384,-0.036445,0.033474,0.005471,0.01918,0.055563,-0.016085,-0.0065,0.004659,-0.047966,-0.044266,0.017372,0.040512,-0.001105,-0.005771,0.093805,-0.02522,0.054083,0.015307,0.005935,0.026467,0.012344,0.024273,-0.077494,0.034296,-0.004485,0.016942,-0.013413,-0.031025,-0.053262,0.017602,-0.014259,0.022797,-0.069887,0.020232,0.058527,-0.051883,-0.006384,-0.020837,-0.014562,0.024988,-0.004324,-0.003207,0.015924,-0.016818,0.001779,0.016949,-0.025124,-0.027249,0.020179,-0.032053,-0.029094,0.023495,-0.005128,-0.001345,0.017209,-0.038354,-0.021659,0.00119,0.003187,-0.009043,0.068657,0.013829,0.026421,-0.016246,-0.016682,0.011653,0.034552,0.014735,0.031954,-0.02605,0.04898,0.042041,0.027315,0.000132,-0.016639,0.034541,-0.038746,-0.010506,-0.002956,0.019011,-0.057222,-0.000269,-0.014369,-0.033614,-0.026926,-0.011166,-0.015378,0.009543,-0.040225,0.04003,0.005511,-0.027764,0.015283,-0.015897,0.044025,0.009016,0.027744,0.034934,0.02948,-0.0006,-0.003589,0.032666,0.177214,0.006921,0.011747,0.00827,-0.020692,-0.000732,0.013319,-0.006644,-0.02328,0.095008,0.016722,0.037663,0.015871,-0.007952,-0.008731,0.061585,-0.006526,0.034598,0.002323,0.014764,-0.011516,-0.037479,-0.197731,-0.010259,-0.037569,-0.005368,0.04986,-0.027876,0.000908,-0.018608,0.03414,0.00346,-0.025801,-0.025086,-0.024653,0.005815,-0.005051,-0.028016,0.03839,-0.026667,0.022947,-0.023964,0.014571,0.103555,-0.0456,0.122989,-0.007201,-0.016953,-0.008355,-0.039385,0.013778,0.015011,0.00456,0.039054,-0.003529,-0.062859,-0.041162,-0.016294,0.030155,0.014863,-0.05178,-0.041067,0.007117,0.022226,-0.007205,0.031841,-0.010827,-0.025881,-0.00315,-0.014094,-0.03895,0.038624,0.009794,-0.009085,-0.016684,0.01101,0.01965,0.022243,0.005374,-0.019211,0.006767,0.030498,-0.001605,-0.003788,-0.004255,-0.020212,-0.062396,-0.024721,-0.023508,-0.063121,0.028704,0.000769,0.040809,-0.05165,0.020092,-0.012172,0.002152,0.093465,-0.005818,0.047068,0.027084,0.032913,-0.007632,0.000346,-0.021652,-0.007701,-0.018384,0.00107,-0.012839,0.005071,0.012304,-0.018247,-0.005221,0.026603,0.002146,-0.009324,-0.053041,0.018197,0.060579,0.02848,-0.017795,-0.002242,-0.033683,-0.021704,0.025078,0.045824,0.010533,0.043359,-0.01653,-0.025159,-0.002005,0.015189,-0.032884,0.017269,-0.014516,0.028193,0.010102,0.034573,-0.000828,0.018699,-0.003332,0.018157,-0.022677,-0.056438,0.020082,0.015107,-0.01938,-0.011778,-0.004691,0.00019,-0.051159,-0.007448,-0.005476,-0.035387,-0.005828,-0.014507,0.018067,-0.012037,-0.010517,-0.000776,-0.013733,0.028227,-0.04113,-0.069996,0.006027,0.002022,0.014216,0.046738,0.010038,-0.029349,-0.020472,-0.008001,-0.023158,0.000776,0.031851,-0.037,-0.024081,0.006526,0.014315,0.021713,0.023133,-0.012877,0.002362,0.014547,0.025701,-0.029275,-0.020479,0.052503,0.017748,-0.003231,-0.008174,-0.027435,0.026162,0.025169,-0.027053,0.015882,-0.015231,0.079156,0.015706,-0.001244,0.013841,-0.047449,-0.017444,0.054813,0.006039,-0.020193,-0.012821,-0.010286,0.04485,-0.004224,-0.016252,-0.02983,0.003143,-0.047551,0.012685,0.004172,0.059448,0.007504,-0.0432,0.01456,0.032715,-0.012027,-0.040387,0.077903,-0.000305,0.007244,-0.051619,0.019316,-0.033075,-0.097272,-0.02871,-0.034613,-0.022568,-0.00412,0.001257,-0.000801,0.003285,-0.001138,-0.020123,0.006189,0.025723,0.013284,0.04604,0.004016,-0.0203,-0.0163,-0.041088,0.017994,0.011297,-0.041905,-0.014215,-0.00095,0.026983,0.001301,-0.015953,0.024172,0.024141,-0.019971,-0.048549,-0.000644,0.030758,0.037258,0.018471,0.019437,-0.022377,0.019336,0.032272,-0.0222,-0.003216,0.016757,-0.015443,0.002927,-0.008574,0.01756,0.032354,-0.017293,-0.015806,-0.002607,0.051446,-0.010325,0.018741,0.110508,-0.011228,0.000465,0.003242,-0.015236,0.044144,0.025989,0.04636,-0.000283,-0.033915,0.010856,-0.009687,-0.005451,0.033179,0.04833,-0.017936,0.007593,-0.008777,0.034423,-0.043215,0.089062,0.001615,-0.010561,0.009696,0.048627,-0.012681,-0.029453,0.013437,-0.025388,-0.041975,0.027556,-0.007726,-0.009658,0.001722,-0.005741,0.007857,-0.00618,-0.03014,0.008959,0.004949,0.045208,-0.017517,0.022773,-0.034508,0.000667,0.058422,-0.027322,-0.016441,0.026273,0.047968,0.01208,-0.020435,0.025854,-0.005846,-0.015633,-0.022602,0.004726,-0.014458,0.049797,-0.024497,0.030481,0.025027,-0.001433,-0.03403,-0.029874,-0.0274,0.007432,0.016898,0.024035,0.040212,-0.007372,0.004297,0.010526,0.019236,-0.01911,-0.006207,-0.057978,-0.014365,0.005318,0.009661,0.693887,0.003436,0.035581,-0.028662,-0.02922,0.024918,0.019557,0.009288,-0.012383,-0.010049,-0.006198,-0.01411,0.044966,0.030548,0.033637,0.019877,0.036029,-0.022065,0.012296,-0.015762,-0.00811,-0.003613,0.061484,0.039823,0.015116,0.014215,0.006092,-0.060625,0.041958,0.001507,-0.026962,0.027785,-0.01411,-0.010965,-0.065106,0.039337,-0.012401,-0.016646,0.023168,-0.079891,0.020372,0.00164,0.025138,0.00257,0.031834,-0.011665,0.007121,0.030515,0.048952,-0.007349,0.005061,0.036936,-0.023054,0.045347,-0.001952,-0.023254,0.01093,-0.061075,-0.017329,-0.009246,0.04523,0.001609,-0.048576,0.081383,0.004672,0.052277,-0.009189,-0.025464,0.037363,0.025663,0.010828,-0.078647,0.044946,-0.053345,0.011468,0.009304,-0.011045,-0.03499,0.019554,-0.013904,-0.013339,-0.055144,0.020485,0.015586,-0.005025,-0.027456,-0.037025,0.020773,0.028127,0.014391,-0.023865,0.000342,-0.020141,-0.012282,0.032877,-0.006861,-0.02824,0.051423,-0.015828,-0.003791,0.044055,0.01882,0.006586,0.015889,-0.051046,0.020885,-0.048936,0.049021,0.037369,0.069263,0.015181,0.000863,-0.023791,0.017521,0.013712,0.024845,0.039162,0.01726,-0.000233,0.009146,0.062108,-0.011462,-0.012144,-0.018342,0.021669,-0.041715,-0.035214,0.033661,0.036579,0.014716,-0.014908,-0.012033,-0.024977,-0.02259,-0.016618,-0.001185,0.028853,0.003978,0.019305,-0.010772,-0.006896,0.022714,-0.012016,0.00958,-0.056734,-0.02977,0.01846,0.017523,0.012174,-0.037542,-0.000737,0.177984,0.016738,-0.005433,-0.008136,0.008183,0.022861,-0.026787,-0.079485,0.025061,0.068356,0.002473,0.035009,0.013971,-0.000127,0.027378,0.052656,-0.004817,0.024245,0.02126,0.006169,-0.01516,-0.003203,-0.19676,0.010485,-0.035917,-0.022716,0.046258,-0.02163,-0.032592,-0.004945,0.053136,0.010354,-0.000447,-0.011164,0.008012,-0.006695,0.012615,-0.017276,0.083177,-0.031143,0.0348,-0.018238,0.062607,0.0985,0.004242,0.074714,0.018631,-0.020492,0.038945,-0.01891,-0.001699,0.028823,0.019184,0.020408,-0.005377,-0.076599,0.015448,-0.004014,-0.005499,0.008103,-0.030063,-0.041974,0.006558,0.007265,-0.014976,-0.01008,0.000962,0.001013,-0.000799,0.012147,-0.048407,0.012533,0.039115,0.013455,0.012704,-0.026964,0.03925,0.020383,-0.046041,0.028424,-0.014933,0.044215,-0.005075,0.025635,0.02181,0.00014,-0.067358,-0.016491,0.004959,-0.060657,0.020744,0.029006,0.033154,-0.019039,0.020648,-0.005822,0.001852,0.065041,-0.031395,0.036465,-0.007511,0.029528,-0.022088,-0.002659,0.014444,-0.030306,-0.042661,0.010966,-0.041242,-0.012982,0.000699,-0.021759,-0.033589,0.02064,0.034459,-0.00858,-0.076338,-0.020698,0.032127,0.012958,0.016977,-0.010904,-0.010017,-0.003106,0.023794,0.019076,0.017724,0.040383,0.032497,-0.007255,0.005363,0.01874,-0.033435,0.03612,-0.024436,-0.010734,0.002255,0.069889,-0.002257,-0.002734,-0.049745,0.005759,-0.00366,0.005341,0.0031,0.019012,-0.021962,0.010329,0.008133,0.000382,0.011594,0.004465,0.043397,-0.032402,0.015982,0.010349,0.006807,-0.016451,0.012328,-0.008233,0.015923,-0.030736,-0.029614,-0.098009,-0.018802,0.01362,0.029227,0.037735,0.018995,0.043194,-0.031415,0.025937,0.013499,-0.034392,-0.008548,-0.025398,-0.002322,0.002405,-0.046305,-0.029446,0.03671,0.007543,-0.022062,0.001476,-0.009972,-0.014851,-0.007733,-0.020556,-0.023221,-0.001733,-0.006034,0.032998,0.032563,0.018821,0.010914,-0.046518,0.00549,0.066133,0.020967,-0.028113,0.002729,-0.010577,-0.029973,0.041069,-0.028504,-0.009252,0.00244,0.026905,0.052562,0.024619,-0.036011,-0.048331,-0.015203,-0.031429,0.016961,0.038497,-0.001668,0.024365,-0.036451,0.063306,0.018157,-0.006985,-0.011014,0.039044,-0.010731,-0.009215,0.026412,-0.005149,-0.001649,-0.061614,-0.03487,-0.020584,0.004797,-0.003182,-0.024348,0.029141,0.034592,0.018897,-0.014202,0.01343,0.005679,0.056095,0.072082,-0.012299,-0.01655,0.006943,0.023082,0.033702,0.010219,-0.008472,-0.002982,-0.008611,-0.023606,-0.009237,-0.017914,0.009794,0.031867,-0.021217,0.010633,0.008378,0.004885,0.046516,0.058824,0.072428,-0.003569,-0.021532,0.023489,-0.006887,-0.04305,-0.072275,0.048618,0.032058,0.000948,-0.022975,0.00207,0.01832,0.001102,0.031118,0.02996,0.007425,0.024295,0.106425,-0.006821,0.034968,-0.019087,-0.015303,0.021268,0.038541,0.045559,0.005683,-0.011019,0.008365,-0.019375,-0.017036,-0.013199,0.045638,-0.013556,0.003633,-0.011003,0.003971,-0.053054,0.060847,0.011532,-0.046542,0.008826,0.02015,-0.00646,0.01098,0.000982,-0.017697,-0.007392,0.02909,0.008754,-0.040372,0.022169,0.018131,0.065195,-0.020519,-0.054469,-0.023172,-0.004713,-0.015567,-0.053647,0.033326,-0.011517,0.024735,0.045561,0.049604,-0.018195,-0.019072,0.048767,-0.00714,-0.015738,0.005329,-0.006524,-0.030237,-0.012762,0.013938,-0.015549,0.051437,-0.027482,0.044946,-0.010651,0.017345,-0.062801,-0.022523,-0.090696,-0.019916,0.04121,-0.021846,0.044489,-0.013884,-0.000108,0.026562,0.033321,0.010456,-0.020008,-0.002468,-0.030359,0.015177,0.028265,0.682008,0.001216,-0.007938,-0.034607,-0.023356,0.043004,-0.033062,-0.010431,-0.03218,-0.026536,0.006596,-0.006759,0.003754,0.037852,0.024124,0.001631,0.075538,-0.021565,0.024897,-0.016024,-0.014887,-0.034479,0.019964,0.038144,-0.037619,0.053546,-0.008399,-0.037323,0.028116,0.017201,-0.035754,-0.010706,-0.034242,0.005444,-0.020564,0.004416,0.000533,0.006349,0.039776,-0.067033,0.01429,-0.007149,0.041807,-0.009231,0.054498,-0.055018,0.005246,0.034575,-0.001167,0.03275,0.040478,-0.021495,-0.022235,0.026855,-0.002437,0.007156,0.00815,0.002309,-0.037387,0.033748,-0.010869,-0.012043,-0.052385,0.065849,0.033421,0.045578,0.019109,-0.002841,0.03379,-0.001652,0.011224,-0.063053,0.019149,-0.00444,-0.013015,0.027037,-0.007572,-0.037976,-0.017941,-0.010855,0.001652,-0.042541,0.050331,0.028617,-0.009044,0.005965,-0.032258,-0.014687,0.016577,-0.003077,-0.047493,0.032676,-0.009417,-0.026858,0.046954,0.025001,-0.000262,0.030207,0.001587,-0.019406,0.029715,-0.006425,0.02122,0.035121,-0.037956,0.025936,-0.007636,-0.015456,-0.000301,0.102053,0.053869,0.007325,0.006863,-0.029298,-0.012555,0.003527,0.030758,0.019151,-0.020199,0.016355,0.029117,0.015641,0.002261,0.027182,0.02784,-0.038708,-0.020797,-0.005632,0.031514,-0.035939,-0.005858,-0.002253,-0.05353,-0.007454,-0.044081,-0.057059,0.013113,0.003157,0.019541,-0.005858,-0.008453,0.017182,0.024298,0.02652,-0.015671,0.011885,0.008582,0.046397,-0.025719,-0.027344,0.00986,0.170434,-0.003799,-0.021524,-0.007861,-0.001501,0.025374,0.019856,-0.035443,-0.012981,0.069091,0.002771,0.023641,0.033918,0.003748,0.002529,0.066031,-0.009315,0.039419,0.026999,-0.044786,-0.005565,-0.011156,-0.159268,-0.008117,-0.018678,-0.019599,0.040275,-0.017131,-0.019099,-0.005854,0.011702,-0.044845,0.004016,-0.029743,-0.022363,0.019216,0.003836,0.000712,0.046396,0.005165,0.046016,-0.012743,0.050149,0.103514,-0.031146,0.100383,0.007956,-0.001038,0.000349,-0.029506,0.008314,-0.007585,-0.012486,0.036603,0.003365,-0.053902,-0.019148,0.002697,-0.010329,0.019317,-0.048682,-0.013961,0.038272,0.027697,-0.012531,0.029892,-0.008402,-0.009459,0.016782,0.003154,-0.000643,-0.010862,-0.018705,-0.019084,0.003729,0.014175,0.047122,-0.024323,-0.017613,0.005313,-0.031316,0.05065,0.009836,0.056944,0.004053,0.00509,-0.059997,-0.010493,0.02265,-0.016226,-0.006132,-0.001397,0.015845,-0.06845,0.019486,-0.022798,0.018136,0.094686,0.004279,0.048175,0.035368,0.015958,-0.06051,-0.006872,0.009282,-0.035567,0.022076,0.024932,0.040962,-0.021352,-0.017409,-0.031529,0.000048,-0.010253,0.039075,-0.023838,-0.051235,0.025408,0.035194,0.015271,-0.004774,0.028802,-0.016574,-0.02608,0.006846,0.027902,0.020608,0.037455,0.014859,-0.002493,0.037978,-0.006028,-0.016417,0.02504,-0.022017,-0.006307,0.033507,0.030999,-0.017714,0.006579,-0.042776,0.018191,-0.022325,-0.010451,-0.007791,0.020641,-0.02861,-0.019146,0.017091,0.000416,-0.021865,0.01873,0.036831,-0.031149,-0.002282,0.005098,-0.020104,-0.027756,0.008047,-0.014891,-0.021503,-0.00232,-0.018456,-0.06046,-0.005275,0.00034,0.040825,0.030198,-0.011594,-0.022246,0.00657,0.010222,-0.040754,-0.040273,-0.004176,-0.006995,-0.008412,-0.009879,-0.00903,0.020902,0.057866,-0.005369,0.010197,0.011867,0.013172,-0.00783,-0.036849,0.021659,-0.017332,-0.007053,0.025462,-0.027791,0.031414,0.00201,-0.033639,-0.015223,-0.042526,0.035186,-0.016994,0.002245,0.035841,-0.008659,0.009916,0.051628,-0.035518,-0.022876,0.003562,0.03615,0.0793,0.023199,-0.025429,-0.039493,-0.00824,-0.018128,0.000132,0.009971,0.031436,0.012869,-0.038973,0.05252,0.013177,-0.000496,-0.054861,0.020823,0.003609,-0.007887,-0.016571,-0.045764,0.01207,-0.050454,0.022036,-0.039485,0.028686,-0.01261,-0.007416,-0.000101,0.032688,-0.028427,0.013742,0.000389,0.005069,0.017461,0.013593,-0.011974,0.003651,-0.0344,0.027769,-0.005785,0.027655,-0.01648,0.007743,0.029267,0.031572,-0.050673,-0.018908,0.034172,-0.003638,0.028753,-0.004459,-0.031979,-0.001044,0.043761,0.065475,0.052132,-0.011503,-0.000071,0.05503,-0.007359,-0.04033,0.007432,0.009303,-0.017431,-0.046292,0.036202,0.011455,0.021396,-0.020785,0.016016,0.02592,-0.00199,0.023507,0.112328,0.005268,0.059444,-0.019167,-0.050464,0.019231,-0.015251,0.027489,0.028056,-0.009739,0.010561,-0.04262,0.022716,0.019756,0.033653,-0.007473,0.016723,-0.020719,0.008228,-0.017811,0.104953,-0.027503,0.015379,0.016824,0.062287,-0.018179,0.010949,0.02569,0.014506,-0.019852,0.023996,-0.020067,-0.023037,-0.003313,-0.029488,0.034775,-0.03561,-0.027585,0.000282,0.007162,0.040515,-0.03365,-0.00907,-0.047043,0.032544,0.028404,0.033357,-0.00427,0.007846,0.053818,0.020052,-0.03577,0.014915,-0.03806,-0.034328,0.022332,-0.037397,-0.01485,-0.006283,-0.017316,0.026029,0.014743,-0.002365,-0.051141,-0.006109,-0.042126,0.005194,0.037881,-0.014975,0.015716,-0.06238,-0.036559,0.0095,0.027024,0.016515,-0.02075,-0.004727,-0.017352,0.008632,0.032115,0.717508,-0.001301,0.028564,-0.000116,-0.000239,-0.001684,-0.017968,0.015269,-0.002483,0.012442,0.032689,-0.027246,0.017406,0.011582,0.043444,0.016188,-0.004351,-0.015504,0.053674,-0.024584,-0.03741,-0.021747,0.035737,0.044926,0.011961,0.03971,0.008961,-0.043641,0.009678,-0.007676,-0.013834,-0.028222,0.014075,-0.005413,-0.023653,0.005858,0.003296,0.016864,0.003593,-0.074775,0.01682,0.007132,0.002658,-0.014685,0.033657,-0.011136,0.008546,0.015141,0.013173,0.006085,0.025618,-0.005024,0.027441,0.039416,0.02108,-0.019817,0.004167,-0.021382,-0.011029,-0.019879,0.027939,0.008127,0.025113,0.066152,0.064464,0.05567,-0.048958,-0.047508,0.014746,-0.015678,0.017311,-0.07279,0.015798,0.00084,-0.034273,0.000011,0.003666,-0.033229,-0.011629,0.012216,0.034672,-0.053694,0.017179,-0.00297,-0.02536,0.007077,-0.007818,-0.006093,0.054404,-0.00034,-0.026281,0.0112,-0.030343,-0.010071,0.004304,-0.003643,-0.025056,0.03949,-0.000532,-0.018493,0.019233,0.011271,-0.00085,0.057613,-0.068128,-0.002369,-0.01087,0.010744,0.002542,0.076027,0.017863,-0.059911,-0.016715,-0.009154,-0.006316,0.012019,0.001134,0.006965,0.011968,0.001599,0.009296,-0.010367,-0.01184,-0.018048,0.036514,-0.029505,-0.001981,0.033912,0.006162,-0.015156,-0.008965,0.025958,-0.026526,-0.014178,-0.019998,-0.026699,-0.011137,0.006746,0.034419,0.023736,0.021135,0.029471,0.024606,0.009622,0.005876,0.01143,0.028205,0.046516,-0.0054,-0.005766,0.016165,0.146011,0.017067,0.002636,0.005654,-0.012711,0.014682,0.002589,0.015668,-0.021427,0.05237,0.020391,0.010418,-0.004262,-0.009578,-0.022572,0.079614,0.021316,0.029926,-0.036011,-0.004606,0.009685,0.019357,-0.168985,0.008119,-0.036503,0.003352,0.03175,0.019002,-0.008082,0.00697,-0.000683,-0.02659,-0.017992,-0.001304,-0.031277,-0.020968,0.011657,-0.021443,0.035985,-0.016992,0.01731,-0.031559,0.040898,0.086387,-0.038242,0.082864,-0.003471,0.031389,0.007822,-0.019042,0.005489,0.022594,0.014919,0.04326,0.010891,-0.003108,-0.012563,-0.000755,-0.017218,0.024085,-0.028139,-0.011366,0.012618,-0.012046,-0.042928,0.044702,-0.018511,0.00126,0.01678,-0.0162,-0.051086,-0.023925,0.03355,0.02139,0.013762,0.006424,0.024429,-0.022607,0.00505,-0.001951,-0.015876,0.054225,0.003553,0.015238,0.014543,-0.020058,-0.061138,0.000286,0.012561,-0.006087,-0.013907,-0.022812,0.043802,-0.039711,0.037089,-0.010987,0.0075,0.117,-0.018249,0.031822,0.013277,0.050292,-0.022959,0.010501,0.006577,-0.007375,-0.012652,0.018124,0.013536,-0.007488,-0.006353,-0.022219,-0.021348,0.044755,-0.030763,-0.000235,-0.052738,0.013006,0.020817,0.023229,0.029211,0.018767,-0.016109,0.003971,0.028401,0.016839,0.000925,0.033611,0.017898,-0.022216,-0.008562,0.000117,-0.010452,0.04831,-0.020201,0.025081,-0.003445,0.033693,-0.010994,0.017452,-0.008021,0.00347,-0.018236,-0.024713,-0.005835,0.012278,-0.032674,0.007737,-0.020741,-0.027639,-0.015608,-0.003942,0.008933,-0.025719,-0.016228,0.002759,0.016067,-0.005153,-0.039916,-0.030099,-0.033138,0.045471,-0.023393,-0.081165,-0.003985,0.018892,-0.007444,0.017315,-0.004988,0.000773,-0.028482,-0.012673,-0.00304,-0.029561,0.010509,0.011499,0.004725,0.036288,0.012986,0.026584,0.038298,0.024546,-0.019535,0.019748,0.030312,-0.00978,0.005769,0.036838,0.013218,0.008095,0.01981,0.001163,0.01908,0.005468,-0.029393,-0.010024,-0.017967,0.026087,0.011492,0.006998,0.014516,-0.022165,-0.006383,0.039428,-0.001462,-0.034336,0.009469,-0.013711,0.009129,0.000534,-0.044489,-0.034589,0.018851,-0.01861,0.017499,-0.004757,0.039185,0.030036,-0.019191,0.050598,0.01496,0.006637,-0.002112,0.028427,0.01483,-0.027024,-0.011606,-0.004641,-0.024102,-0.030332,-0.055907,-0.018471,0.001216,-0.011791,-0.000692,0.019505,0.026652,-0.028865,0.008064,0.029593,-0.001956,0.013222,0.028801,-0.023316,-0.013065,-0.000039,0.018669,-0.006619,0.032785,-0.009251,0.017569,-0.019266,-0.00408,-0.017788,-0.042082,0.019185,0.014634,0.012309,0.030722,0.017578,-0.002657,0.038314,0.019905,-0.003363,-0.063839,0.023816,0.02425,-0.028495,0.012048,-0.025522,0.016359,0.022775,-0.029667,0.021658,0.012951,0.008114,0.028464,0.00671,0.033219,0.00921,-0.004254,0.113214,0.026216,-0.021167,-0.013792,-0.041007,0.020169,0.010372,0.025909,0.026312,-0.019381,0.006635,-0.046974,-0.009399,0.054328,0.015668,-0.007963,0.002171,-0.011993,-0.009148,-0.02624,0.081872,0.025981,-0.016021,0.004217,0.03608,0.004619,-0.021692,0.018432,0.031828,-0.013145,0.016002,0.006841,-0.029996,0.037017,0.014596,0.024164,-0.002166,0.017112,0.002265,-0.018832,0.038241,-0.016124,0.010589,-0.02835,0.012609,0.046824,0.013046,0.004671,0.004788,0.054713,0.032596,-0.01101,0.00459,-0.018077,0.008585,0.002088,-0.023598,-0.022058,-0.007158,0.013489,-0.002228,0.022157,0.003059,-0.015487,0.006302,-0.033957,-0.038578,0.038321,-0.010452,0.008055,-0.013143,-0.009183,0.025426,0.009793,-0.001512,-0.020417,-0.034593,-0.026086,-0.015132,0.009134,0.771665,-0.058752,-0.003197,-0.011874,0.002003,0.005394,-0.033093,-0.025649,-0.016759,0.009163,0.000981,-0.016312,0.014577,-0.020492,0.013518,-0.012064,0.022384,-0.026662,0.011063,-0.014339,0.002415,-0.028391,0.061192,0.024962,-0.030141,0.052466,0.019367,-0.010099,-0.00447,-0.00881,-0.010149,-0.007708,-0.025004,-0.036852,-0.000498,0.013191,-0.008116,0.013647,0.02544,-0.093959,-0.013725,-0.005894,0.026863,-0.001088,0.020189,-0.025632,0.016082,0.01934,0.030314,0.001944,0.005974,-0.033704,0.031987,0.032273,0.017711,-0.012143,0.012606,-0.017857,-0.013438,0.000874,0.015328,0.008924,0.012867,0.082667,0.010338,0.06565,0.011366,-0.027936,0.066878,0.027946,-0.009935,-0.095141,0.017607,-0.011952,0.028205,-0.021447,-0.0054,-0.039864,0.027517,0.011176,0.024574,-0.073229,0.039423,0.015088,-0.020594,0.012208,-0.05336,-0.038585,0.010745,-0.011299,-0.047323,0.003963,-0.017842,-0.008159,-0.004679,-0.016938,-0.022239,0.04976,-0.029283,-0.012215,0.009913,0.031618,0.010236,0.021235,-0.061328,0.023428,-0.008181,-0.002897,0.003431,0.079625,-0.011986,0.021274,-0.005766,-0.041368,-0.000934,0.040524,0.024553,0.008122,-0.001101,-0.005702,0.030258,-0.009533,0.007847,-0.006978,0.053441,-0.040652,-0.027089,0.030833,-0.002872,-0.006814,0.001266,0.006174,-0.026469,-0.028748,-0.019712,-0.02932,-0.018952,0.013017,0.012319,-0.030008,0.000595,0.020084,0.032115,0.001051,-0.005463,0.010929,0.004726,0.046114,-0.03314,-0.013972,-0.006167,0.12765,0.012901,0.004955,-0.005372,0.010097,0.025594,0.002434,-0.043234,-0.012839,0.040897,-0.003421,-0.007772,-0.000109,0.001869,-0.007561,0.071753,0.030352,0.019342,0.007076,0.021793,-0.019319,-0.013685,-0.182186,-0.004357,-0.05021,0.003398,-0.008858,-0.007341,0.01695,-0.04327,-0.034765,-0.025813,-0.002449,-0.008655,-0.043272,0.017597,0.009872,0.009455,0.062264,0.014338,0.022159,0.001237,0.025296,0.080404,-0.040721,0.081883,-0.001306,-0.027096,0.008687,-0.019831,0.022636,0.015861,0.038392,0.052186,0.012972,-0.013313,-0.044992,-0.02325,-0.011532,0.031079,0.019986,-0.011178,0.014798,-0.00056,-0.018383,0.033912,-0.011087,-0.015884,-0.000992,-0.018515,-0.035241,0.040925,-0.003093,-0.002259,0.020263,0.007279,0.04615,0.00583,-0.020127,0.009741,-0.014432,0.042108,0.026358,-0.004542,0.020682,0.018072,-0.052575,0.006731,-0.036044,-0.019183,0.065323,0.028934,0.035129,-0.049701,0.027707,-0.030912,-0.003706,0.075967,-0.009214,0.027487,0.03509,0.04585,-0.029822,0.038483,0.039645,-0.022159,0.006914,0.001569,0.043081,0.02867,0.01613,-0.027157,0.011144,0.016977,0.045101,-0.009734,-0.082534,0.01739,0.04824,0.007774,0.021692,-0.006335,-0.015728,-0.015646,0.0325,0.022361,-0.024867,0.042831,0.032537,0.001941,-0.015495,0.006209,-0.019183,0.0592,0.002658,0.002745,-0.031908,0.025197,0.014561,-0.002476,0.014471,0.013224,-0.00763,-0.013301,-0.004161,0.016656,-0.030967,-0.015273,0.006675,-0.000727,-0.013815,0.02148,-0.024359,0.000324,-0.044198,-0.020983,0.005055,-0.041906,-0.008183,-0.009291,-0.031587,0.017527,-0.069662,-0.075694,0.040467,-0.014444,0.007599,0.024409,0.011265,0.003435,0.001168,-0.017022,-0.002291,-0.026179,0.002718,-0.030015,-0.011548,0.00578,-0.006818,0.002735,0.042434,0.002531,-0.020562,-0.033066,0.030187,-0.046151,-0.027524,0.026978,-0.020849,-0.002933,-0.00377,0.012334,0.013228,0.038992,-0.001815,-0.000696,0.013195,0.035469,0.020714,0.009851,-0.003118,-0.026213,-0.016303,0.03081,-0.030888,-0.010768,0.013865,0.027125,0.043255,0.010306,-0.0596,-0.03558,0.017946,-0.04571,-0.024526,0.006991,0.050298,-0.018905,-0.040998,0.038279,0.003511,-0.003741,-0.018213,0.049281,0.009101,0.028325,0.00602,-0.037659,0.00296,-0.059584,-0.020437,-0.024957,-0.027422,-0.018076,-0.020749,0.010552,0.030201,-0.038599,0.010232,0.012367,-0.010417,0.030731,0.033734,-0.013666,-0.024632,-0.02161,-0.012945,-0.000742,0.006732,-0.033695,0.01503,-0.005329,0.045254,0.009082,-0.064227,0.017152,0.021521,-0.02697,-0.011327,-0.025187,0.009952,0.026499,0.053666,0.012814,-0.001376,-0.032886,0.017363,-0.014957,-0.013712,-0.012181,0.017953,-0.009691,-0.024189,0.009344,0.004807,0.003706,0.014778,0.00622,0.041342,-0.002849,-0.006697,0.113004,0.020904,0.028397,-0.014508,-0.012488,0.025146,0.035391,0.013239,-0.012666,-0.003489,0.009887,-0.023851,-0.004681,0.027189,0.050869,0.002726,-0.034484,-0.045277,0.007674,-0.054968,0.10474,-0.020097,-0.016877,-0.007218,0.021625,-0.020328,-0.018807,0.007608,-0.005536,-0.020529,0.046593,-0.002096,-0.013073,-0.005378,0.020795,0.022556,-0.023298,-0.058629,0.013,0.000129,0.026659,-0.002896,0.041347,-0.05563,0.011302,0.051345,0.006617,-0.034605,-0.02335,0.073787,0.000608,-0.01419,-0.021982,-0.023741,-0.003285,-0.000499,-0.005159,-0.016028,0.022036,-0.019809,0.000124,-0.021773,0.034595,-0.013167,-0.038683,-0.041089,-0.011808,0.034629,0.005251,0.012078,-0.002776,-0.006475,0.040236,0.015781,-0.005023,-0.03158,-0.012784,-0.021364,0.002001,-0.002597,0.727308,0.017222,0.057658,-0.019432,0.00423,0.024629,-0.024917,-0.024123,0.025655,-0.005082,0.012182,-0.029985,0.038417,0.013005,-0.006125,-0.007335,-0.014543,-0.046135,0.014662,-0.023286,0.023365,-0.034177,0.037074,0.053131,-0.010706,0.041167,-0.001786,-0.04277,-0.005611,-0.003924,0.009085,-0.024096,-0.015943,-0.019533,-0.024806,0.032684,0.008618,-0.017102,0.022227,-0.091026,-0.010394,-0.019225,0.017766,-0.020433,0.026645,-0.015868,0.000474,0.03869,-0.012061,-0.017334,0.030244,-0.006725,0.007836,0.03914,-0.011149,-0.011101,0.012191,-0.059198,-0.02746,-0.000001,0.06054,-0.009934,-0.017381,0.089179,0.044677,0.055453,0.015247,-0.006656,0.037888,0.004171,0.042008,-0.071262,0.055533,0.020653,-0.022129,0.008619,0.010326,-0.046531,0.000806,0.025719,0.038253,-0.088333,0.009854,-0.02283,-0.01183,-0.007519,-0.039324,0.006178,-0.004641,-0.013257,-0.038016,0.046428,0.015574,-0.027641,0.039607,-0.02403,0.003139,-0.00207,0.022726,-0.014458,0.023614,-0.043344,-0.017812,0.039331,-0.059529,-0.000901,0.005642,-0.052285,-0.039648,0.099782,-0.004253,-0.006992,-0.001214,0.012744,-0.017992,-0.044787,0.022965,0.046758,-0.015692,0.009381,-0.007216,-0.012688,-0.013864,-0.005354,0.046941,-0.040759,-0.017878,-0.017141,0.015091,-0.008751,0.001325,0.022929,-0.007092,0.003922,-0.037801,-0.04398,0.005355,-0.005988,0.054652,0.021533,0.00269,0.023101,0.010394,0.00543,0.000988,0.049532,0.020484,0.051605,-0.017872,-0.010781,-0.001224,0.11298,0.005411,0.003051,0.0191,-0.008151,0.011176,0.010308,-0.025183,-0.007883,0.048812,0.01424,0.017083,-0.013616,-0.025549,-0.001776,0.078903,0.002267,0.006027,-0.011368,-0.025011,-0.00552,0.004555,-0.159354,-0.007396,-0.022566,0.01615,-0.006252,0.011616,-0.017082,0.008093,0.020074,0.006924,-0.026107,0.016772,-0.034826,-0.045002,-0.011165,-0.020753,0.030669,-0.003826,0.000515,-0.02131,0.037082,0.087808,-0.05231,0.097247,0.026396,0.004306,0.004521,0.005667,0.020988,0.025424,0.007271,0.038945,0.012013,-0.01784,0.003093,0.004295,-0.033522,0.008189,-0.008259,0.012721,0.022313,0.015729,-0.01502,0.004259,0.008585,-0.023787,0.008881,-0.023143,-0.056355,0.006415,0.034465,-0.026506,0.004136,-0.001294,0.054268,-0.018764,-0.009012,0.009074,-0.039085,0.043244,0.02575,0.012731,0.015379,-0.038476,-0.038834,-0.012577,-0.008381,-0.019089,0.045388,0.001625,0.030511,-0.007008,0.019743,-0.014888,0.036615,0.111091,-0.005211,0.047958,0.018863,0.03239,-0.02853,0.018767,0.002006,0.003466,-0.031315,0.005222,-0.018577,0.013177,0.013774,-0.038753,-0.014716,0.045408,0.010826,-0.018777,-0.066061,-0.026155,0.047652,0.021599,-0.002858,0.015106,-0.018333,-0.006643,0.007458,0.053848,0.006924,0.036446,0.037516,-0.010882,-0.010338,-0.003557,-0.024614,0.039625,0.011048,0.026786,0.003445,0.056115,-0.01255,0.019704,-0.038127,0.021153,-0.014422,-0.038076,-0.015036,0.022986,-0.020103,0.017804,0.027277,-0.003465,-0.035613,-0.027041,-0.000653,-0.011837,-0.011736,-0.01036,-0.00965,0.024643,-0.017372,-0.012915,-0.007012,0.008383,0.000298,-0.113427,-0.009181,0.008951,0.004948,0.027983,0.010958,-0.012427,-0.008976,0.013148,-0.007823,0.00713,0.018766,-0.036926,0.008078,-0.019834,0.012205,0.008961,-0.004622,0.00784,-0.003036,-0.003304,0.050844,-0.001253,0.002193,0.042887,-0.028928,-0.008741,-0.016851,-0.001298,0.01249,0.01417,-0.026595,0.009645,0.005002,0.026687,0.01564,0.001555,0.017906,-0.012905,0.016081,0.016594,-0.004673,-0.03185,0.004869,-0.010691,0.012072,0.010215,0.02065,-0.050385,-0.013669,-0.04422,-0.017989,-0.006137,0.013695,0.00968,-0.038312,0.043695,0.006904,0.002847,-0.017263,0.058107,-0.02905,-0.026872,-0.024605,0.007435,-0.005681,-0.045438,-0.041732,-0.025817,-0.013197,-0.00711,0.017754,-0.008903,-0.01624,-0.038068,0.008283,0.020977,0.011675,-0.01625,0.03083,-0.015051,-0.00712,-0.01244,-0.036712,-0.012307,-0.001073,-0.013179,0.013069,-0.010541,0.011563,-0.031499,-0.039124,0.011545,0.011763,0.009032,0.015003,-0.007674,0.011557,0.050824,0.018158,0.044691,-0.021221,0.006962,0.032283,-0.017802,-0.013838,-0.024028,0.001375,0.000994,0.002892,0.042428,-0.01571,-0.009795,0.045782,0.011384,0.021593,-0.000245,0.024362,0.113837,0.015675,0.00559,-0.000161,-0.033368,0.001886,0.036307,0.042847,0.021573,-0.032505,-0.007693,-0.009295,-0.001823,0.04241,0.013577,0.007765,-0.020883,-0.023947,0.028767,0.003147,-0.01907,0.013963,-0.029306,0.002216,0.014571,-0.003986,-0.029616,0.00273,0.047861,-0.011276,0.025649,0.013776,-0.031346,0.009284,-0.011726,0.022345,-0.027668,-0.00417,0.005929,-0.014176,-0.002369,0.002713,0.0112,-0.060766,0.00023,0.015849,-0.008433,0.006768,0.005266,0.066513,-0.007178,-0.00788,0.033195,-0.026486,0.007483,-0.005311,0.035211,-0.018218,-0.005752,-0.008968,0.029523,0.026564,0.009452,0.008074,-0.004653,-0.026185,-0.041255,0.036743,-0.010385,-0.024602,-0.0024,-0.005463,0.008407,0.014087,0.018164,0.025229,0.006007,-0.016398,0.00511,0.011899,0.758493,-0.028983,0.023167,-0.007634,0.006265,0.005216,-0.03753,-0.026374,-0.024976,0.005397,0.026486,-0.016118,0.010814,0.001017,0.022145,-0.004508,0.043933,-0.043539,0.027696,0.010581,-0.02043,-0.030708,0.054981,0.037648,-0.001088,0.031078,-0.013153,-0.023891,0.034516,-0.007406,-0.005063,-0.022087,0.006152,-0.051226,-0.015694,0.018941,0.02547,0.023665,0.040525,-0.092191,0.022515,-0.024171,0.019047,-0.022924,0.029938,-0.034879,0.007508,0.01474,-0.002658,-0.03553,0.013067,-0.005586,0.015578,0.024497,-0.00239,-0.025057,0.011392,-0.055291,-0.038572,-0.013553,0.006155,0.004735,0.025465,0.0864,0.011174,0.044549,0.001409,-0.026224,0.042302,0.027924,0.019724,-0.084959,0.014646,0.015853,-0.020598,0.017518,-0.020085,-0.03633,-0.004302,-0.003948,0.02422,-0.086525,0.01144,0.011148,-0.006155,0.012794,-0.017915,-0.018321,0.025674,0.005121,-0.029879,0.008532,-0.017811,-0.003386,0.027632,-0.01912,-0.009648,0.040977,0.008964,-0.030421,0.019982,0.004204,-0.011834,0.036367,-0.045153,0.004438,-0.020977,-0.004309,-0.001474,0.079984,0.011554,-0.029302,-0.007382,-0.035886,-0.033628,-0.010715,0.018814,0.006542,0.026129,0.033775,0.000728,-0.024561,-0.014102,-0.003055,0.029721,-0.038897,-0.001755,0.027478,0.007117,-0.008141,-0.007432,0.054257,-0.025647,-0.017355,-0.021589,-0.032248,-0.019371,0.024109,0.02099,0.008407,0.001225,0.022875,0.007994,0.023058,-0.013776,0.008977,0.016518,0.027135,-0.017295,-0.014848,-0.002184,0.156405,0.023843,0.024329,-0.002728,-0.007876,0.011893,-0.016579,-0.011318,-0.004608,0.05528,0.020093,-0.007511,0.002721,0.000144,0.001776,0.071758,0.029419,0.016508,-0.00019,-0.024187,0.00458,0.000738,-0.168697,-0.002582,-0.049193,-0.021184,0.011021,-0.005414,-0.018374,0.003287,0.004485,-0.0132,-0.044614,-0.017807,-0.042042,0.001427,0.002904,-0.022549,0.053512,0.002949,0.00442,-0.008016,0.055616,0.089353,-0.045724,0.093259,0.009778,0.014493,0.0031,-0.0226,0.053885,-0.005678,-0.002351,0.028369,0.006063,-0.011842,-0.01391,-0.018713,-0.023111,-0.012446,-0.022363,-0.003255,0.038531,0.019632,-0.012405,0.04088,0.016071,0.009254,-0.003211,-0.029547,-0.040127,0.000087,0.029769,0.008207,0.03695,-0.00949,0.025888,-0.007584,0.026815,0.006587,-0.025889,0.053941,0.02006,-0.00084,0.012745,-0.020811,-0.061836,-0.008723,-0.027985,-0.027102,-0.000263,-0.013965,0.040582,-0.029684,0.026084,0.000704,0.021923,0.126383,0.019754,0.024001,0.007599,0.016527,-0.034305,0.022105,0.023969,-0.037981,-0.017001,0.026695,0.014308,0.016108,-0.011005,-0.007755,-0.008847,0.041388,-0.002055,-0.001534,-0.059859,0.023594,0.037127,0.022243,0.017226,0.04384,-0.02395,-0.02174,-0.003367,0.037196,0.024554,0.046445,0.023151,0.01313,0.015961,-0.003635,-0.022248,0.018073,-0.033786,0.025556,0.010819,0.019361,-0.020362,0.005891,-0.051409,-0.007582,-0.019048,-0.03042,0.014246,0.012942,-0.018431,0.004816,-0.037737,-0.013046,-0.048079,-0.002218,0.049901,-0.031964,0.006842,0.019249,0.024959,-0.007647,0.003677,-0.022583,-0.014414,0.029553,-0.053133,-0.055185,0.026358,-0.024376,-0.008801,0.016635,0.026832,-0.013104,-0.03346,0.003921,-0.033444,-0.02386,0.020523,-0.0262,0.008202,0.017522,0.013365,0.01649,0.045781,0.013199,-0.020973,0.008596,0.013352,-0.015852,-0.01798,0.03608,-0.03278,-0.015162,0.018955,0.012881,0.000317,0.015366,-0.018326,-0.030849,-0.029153,0.028458,0.026452,0.015379,0.031356,-0.011777,0.003035,0.045713,-0.003874,-0.02156,-0.006857,-0.01531,0.018375,0.016816,-0.03846,-0.044416,-0.004941,-0.034107,0.016275,0.007142,0.048555,0.027079,-0.035128,0.063079,0.034585,0.021519,-0.032254,0.066577,-0.028383,-0.031705,-0.019151,-0.016442,0.01319,-0.028188,-0.033417,-0.037453,-0.013481,-0.009922,0.007549,-0.009969,0.040537,-0.027601,-0.012303,0.012054,-0.005427,0.015377,0.017812,-0.005809,-0.028523,-0.001954,-0.010357,-0.006188,0.018741,-0.045063,0.001333,-0.005441,0.012367,-0.04615,-0.066093,-0.018905,0.001331,0.031949,0.007339,-0.037986,-0.01027,0.033152,0.02083,0.04355,-0.018436,0.009165,0.036761,-0.011233,-0.013579,-0.019264,0.011104,0.026064,-0.014874,0.021045,-0.017794,0.018191,-0.008388,0.020728,0.02208,0.025207,0.005478,0.113694,0.007364,0.013669,-0.041487,-0.007158,0.015214,0.030722,0.040154,0.019543,-0.024047,-0.00532,-0.032135,-0.010383,0.02682,0.018076,0.010869,-0.017827,-0.001421,0.017045,-0.030562,0.095398,0.021316,-0.034615,-0.032345,0.006694,-0.005064,0.001673,-0.021556,0.002057,-0.03003,0.031203,0.010905,-0.026012,-0.005607,-0.030527,0.019345,-0.013787,0.000642,-0.02725,-0.026849,0.02203,-0.04684,0.024064,-0.02039,0.003973,0.04137,-0.031063,-0.012833,-0.003677,0.067427,0.000518,-0.027135,0.026191,-0.034094,-0.018941,0.012626,-0.018013,-0.029061,-0.002991,-0.005429,0.001454,0.012069,-0.021829,-0.029148,0.017293,-0.05591,-0.017944,0.03171,-0.005202,0.007774,0.010002,-0.002589,-0.004129,0.024688,-0.00439,0.022425,-0.01835,-0.005991,-0.003532,0.012549,0.746343,0.008213,0.018216,-0.025048,-0.017152,0.022634,-0.020497,-0.029691,0.008771,-0.024128,0.027598,-0.004271,-0.003783,0.027757,0.038452,-0.014231,0.036123,-0.000183,0.014806,0.006504,0.014717,-0.044117,0.058123,0.04298,-0.03492,0.050421,0.010435,-0.030458,-0.003928,0.021904,-0.021524,-0.016149,-0.030937,-0.030172,-0.006619,0.012453,0.020427,0.016222,0.015812,-0.085422,0.016889,-0.00066,0.03654,-0.00052,0.003336,-0.03029,-0.01691,0.012719,-0.000599,0.020048,0.025147,-0.039596,0.031427,0.018769,-0.004989,-0.008714,0.01361,-0.009995,-0.022761,-0.002252,0.061156,0.021395,-0.011741,0.070064,0.012148,0.048399,0.018915,0.01167,0.053072,0.009368,0.001581,-0.068913,0.029016,0.009891,-0.016496,0.010135,-0.035743,-0.024212,-0.024027,0.011747,0.006953,-0.059807,-0.019263,0.084764,-0.012778,-0.000276,0.001687,-0.00559,0.057476,-0.002141,-0.032351,0.006992,0.006467,0.020652,0.023237,-0.029374,-0.00896,0.012568,0.014398,-0.00276,0.052073,-0.015542,0.006081,0.026242,-0.039712,-0.02465,-0.013204,0.006727,0.018054,0.09024,-0.011706,-0.006537,-0.035784,-0.030221,0.035332,-0.026824,0.02858,0.004611,-0.018922,0.037169,0.039211,0.002727,0.001655,-0.02807,0.048129,-0.053378,-0.035434,0.023904,-0.000226,-0.063069,0.003485,-0.001495,-0.010821,0.016719,-0.011702,0.006892,-0.020422,0.005187,-0.006626,0.025452,-0.025599,0.01667,0.056641,0.021935,-0.01542,0.025923,0.030575,0.019817,0.019265,0.005945,0.016735,0.165654,0.028407,0.022019,-0.003604,-0.016234,-0.004848,-0.018154,-0.018474,-0.031339,0.075905,-0.006215,-0.006766,0.01182,-0.019076,0.018293,0.062486,0.03427,-0.007434,0.008184,-0.043562,-0.040334,0.013197,-0.165158,0.002534,-0.046866,0.018831,-0.032582,0.033718,0.024933,-0.004302,-0.03102,-0.010409,0.006243,-0.025726,-0.010434,-0.009232,-0.019122,-0.009816,0.012575,0.022974,-0.011982,0.008567,0.038196,0.094536,-0.000996,0.113653,0.012442,-0.001956,0.017243,0.0142,-0.00964,0.000863,-0.004685,0.028012,-0.01211,-0.032385,-0.022476,-0.031288,-0.05199,0.003437,0.025569,-0.020539,0.021615,-0.002898,-0.03734,0.026425,-0.032361,0.003713,0.022,-0.014194,-0.036032,-0.010029,-0.001195,0.017944,0.00248,-0.013463,0.028581,0.058202,-0.011754,-0.020108,0.002604,0.027695,0.019881,0.014688,-0.02503,0.00827,-0.062725,-0.009952,-0.031968,-0.01515,0.037436,-0.014043,-0.010069,-0.050057,0.032443,0.042291,0.047414,0.049682,-0.025009,0.037542,-0.028606,0.043166,-0.003466,0.050065,0.018615,-0.055105,-0.058121,0.041441,0.02833,0.005431,-0.019815,-0.004431,0.025216,0.036781,-0.004179,-0.001313,-0.050869,0.004359,0.037854,0.029077,-0.003055,0.022471,-0.007538,-0.00869,0.004585,-0.006861,0.034525,0.046011,0.008455,-0.02366,0.022095,0.004119,-0.013576,0.003359,-0.036293,0.030569,-0.030609,0.059152,0.005055,-0.018405,-0.003563,-0.009151,-0.037216,-0.004804,0.013188,0.002594,-0.054064,-0.012726,0.014689,0.003356,-0.012059,0.001273,0.052423,0.006984,-0.033528,0.003163,-0.01833,-0.032812,0.00754,-0.012358,-0.063483,0.003019,-0.013858,-0.080247,-0.027385,0.007852,-0.034249,0.058708,0.008898,0.019438,-0.0185,0.020315,-0.016337,-0.007706,-0.008071,-0.012999,-0.002259,0.016986,-0.015595,-0.002731,-0.011104,0.015101,0.001047,0.044223,-0.002814,0.022126,-0.05314,0.032903,-0.038685,0.053535,-0.012652,0.023551,-0.008015,0.022206,-0.040899,-0.015811,0.029674,0.000938,-0.002725,-0.005656,0.007465,-0.035462,0.009234,-0.007049,-0.001964,-0.039945,-0.000953,-0.017339,0.043961,0.040476,-0.037625,-0.035643,-0.001378,-0.038098,-0.012826,-0.011476,0.039907,-0.026012,-0.00275,0.063844,0.028696,-0.032291,-0.023029,0.038247,-0.005847,0.026516,-0.037798,-0.007389,0.021266,-0.082152,0.028864,-0.035131,-0.010927,0.032102,-0.013347,0.045551,-0.015426,-0.021975,-0.064538,0.01785,0.027729,0.008494,0.050416,-0.051393,-0.007144,-0.021638,-0.058148,0.022976,0.015793,-0.007456,-0.036138,0.01076,0.053781,-0.049414,0.007207,0.022745,0.012854,0.003817,-0.020128,-0.039575,0.053798,0.040673,0.043956,0.051195,-0.016995,0.03938,0.013732,0.003071,0.005554,-0.012377,-0.007291,-0.011079,0.019932,0.001059,0.013306,-0.00294,0.015552,0.002815,0.008832,-0.022492,0.036837,0.11001,-0.008966,0.011096,-0.017294,0.037775,0.028605,0.051569,0.036605,0.015248,-0.019444,-0.030826,-0.025029,0.009209,0.029316,0.049379,-0.020248,-0.04534,-0.007564,0.021099,-0.02811,0.081634,-0.02132,-0.010408,0.000116,0.040377,0.037022,-0.009751,0.020719,-0.016895,0.001021,0.020255,-0.045322,-0.028878,-0.010593,0.007611,0.048452,-0.028286,-0.005437,0.018939,-0.034176,0.019028,-0.023351,0.015437,-0.040513,0.007688,0.022323,-0.001084,0.019655,0.001699,0.041729,-0.017229,-0.002592,0.046148,-0.012829,-0.021146,-0.02252,0.023725,0.011467,0.017551,0.005758,0.017986,-0.004815,0.032222,0.027639,0.011823,-0.028101,-0.005811,0.031414,0.03135,0.006721,-0.008792,0.001435,0.038592,-0.020677,0.016153,-0.035194,-0.013433,-0.025792,-0.006648,0.011193,0.702693,0.006984,0.039547,-0.009097,0.00393,-0.019431,0.00192,-0.017454,0.002915,-0.037255,-0.053875,-0.002801,0.020958,0.01234,0.027202,-0.01141,0.026061,-0.015635,0.076482,0.034218,-0.012311,-0.029602,0.034099,0.028732,-0.017671,0.043476,0.013676,-0.04951,-0.001436,-0.011394,-0.040983,-0.027165,-0.038019,0.012263,-0.046965,-0.006319,-0.002976,0.03073,0.009807,-0.076556,0.051819,-0.034193,0.020416,-0.002856,0.023171,-0.013041,0.006309,0.030011,0.037488,0.020079,-0.007831,-0.008008,-0.027768,0.037016,0.007235,-0.013462,0.013664,-0.041573,-0.018934,0.003197,-0.00135,0.029575,-0.017738,0.066446,0.052571,0.051421,0.007497,-0.0005,0.080734,0.022371,0.063367,-0.09866,0.02052,0.012788,0.004168,-0.002917,0.005159,-0.027949,-0.015789,0.009249,0.031802,-0.096755,0.005792,0.055512,-0.027371,-0.009998,-0.014209,0.012757,0.007532,-0.010461,-0.055247,0.024119,-0.011129,-0.014747,0.040739,0.00137,-0.008636,0.031575,-0.010796,-0.023302,0.020923,-0.016983,-0.010724,-0.016811,-0.063592,-0.016113,-0.012701,-0.021078,-0.012888,0.046941,0.023549,-0.026381,-0.000873,-0.018896,-0.022331,0.004572,0.031696,0.00772,0.009679,0.013028,0.014199,-0.005527,-0.008723,-0.016052,0.042619,-0.039043,-0.035131,0.011941,0.00876,-0.037972,-0.011916,-0.003776,-0.043597,-0.026725,-0.020043,-0.021644,-0.000496,0.000422,-0.007542,-0.014518,-0.01329,0.006175,-0.006681,-0.001021,-0.024982,0.017302,0.013346,0.003507,-0.011169,0.0056,0.056375,0.13206,0.006566,0.004039,-0.017751,0.013604,-0.000329,0.010682,-0.007958,-0.016265,0.083305,-0.017368,0.026923,0.009745,-0.005011,0.031566,0.05351,0.018513,-0.000465,-0.005179,-0.012334,-0.015887,-0.014523,-0.216177,0.002617,-0.028318,0.008437,0.016947,-0.039547,0.023205,-0.008216,0.00724,0.001793,0.005287,-0.011417,-0.043833,0.002427,-0.030174,-0.01516,0.031654,-0.047684,-0.001504,-0.004688,0.043912,0.107695,-0.016779,0.114839,0.022158,0.025265,0.01733,-0.020936,-0.000801,-0.024033,-0.009339,0.017877,-0.003969,-0.041985,-0.062956,-0.032888,-0.004401,0.033444,-0.047216,-0.012603,0.043412,0.019291,0.00511,-0.000694,-0.005898,-0.010798,-0.002101,-0.039105,-0.027307,0.013914,-0.002641,0.014647,-0.037372,-0.031669,0.052009,0.00806,0.014155,0.001737,-0.020377,0.018378,-0.006843,0.030719,0.016984,-0.020671,-0.026014,-0.012478,0.02148,-0.028471,0.039955,0.007818,0.033616,-0.027057,0.01796,-0.003439,0.017921,0.164503,0.014417,0.037217,0.008066,0.016523,-0.011168,0.02177,0.02055,-0.017502,-0.017281,0.023474,0.011276,0.013914,0.055696,-0.045021,-0.016795,0.038026,-0.000154,-0.029972,-0.047079,0.03194,0.037512,0.013956,0.001509,0.032486,-0.052418,-0.005582,0.030604,0.031209,-0.014588,0.044166,0.032792,-0.002195,-0.001939,-0.015271,-0.026315,0.021631,-0.029563,-0.011068,0.005539,0.039283,-0.029732,-0.004179,-0.038438,0.035042,-0.026932,-0.046814,0.008556,0.018709,-0.016808,0.010506,-0.016512,0.004699,-0.025229,0.020075,0.020629,-0.003678,-0.019137,-0.001547,0.004959,-0.009376,0.014257,-0.005082,-0.019988,0.017154,-0.032949,-0.135351,-0.005189,-0.013904,-0.014732,0.060403,0.029447,-0.011022,-0.038295,0.025099,-0.016952,0.002584,-0.000791,-0.048976,-0.00772,0.000387,0.001665,0.015878,0.039184,-0.019096,-0.016392,0.026746,0.04064,-0.011326,-0.016663,0.020686,-0.042447,0.002164,0.002846,0.003664,0.021026,0.031274,-0.040352,0.021967,-0.004304,0.043947,0.043015,0.008673,-0.013364,-0.017217,-0.006171,0.028975,-0.009275,-0.001333,-0.028611,0.036431,0.015369,0.015649,-0.028446,-0.045971,0.017745,-0.043398,-0.016788,-0.015168,0.087247,0.004392,-0.060495,-0.013838,0.015662,-0.028989,-0.022919,0.042708,-0.012887,-0.013445,-0.009513,-0.007858,0.008068,-0.012705,-0.032809,-0.025612,-0.026337,-0.018511,-0.012075,0.028411,0.007289,-0.006376,0.000845,0.01598,0.008877,0.009924,0.024567,-0.009167,-0.016688,-0.032383,-0.017224,0.018926,0.036362,-0.035318,-0.030989,0.009636,0.03324,-0.023658,-0.035605,0.013286,0.013482,-0.007688,-0.017074,-0.026513,0.035325,0.04813,0.027025,0.069823,-0.003183,-0.005771,0.024987,-0.021307,-0.005466,-0.005629,-0.010468,-0.0453,-0.006732,0.036742,-0.030897,0.00046,0.016393,-0.015546,0.024783,0.000294,-0.001747,0.102539,-0.001864,-0.008491,0.004904,-0.00726,0.014603,0.041616,0.033574,-0.003401,-0.004913,-0.004195,-0.004209,-0.002748,0.042287,0.037201,0.028616,-0.00002,-0.001216,0.028268,-0.026932,0.087105,0.02017,0.0224,0.007142,0.022899,0.012603,-0.030394,0.01516,0.010331,0.007509,0.041248,-0.010319,-0.034131,-0.019072,-0.000689,0.03168,-0.013876,-0.001816,-0.001413,-0.009014,0.005621,-0.027023,-0.016671,-0.003301,0.003322,0.003664,-0.00127,0.008891,0.002732,0.062334,-0.002854,-0.037019,0.049433,-0.024158,-0.019573,-0.000303,0.014,-0.003927,0.005143,-0.000361,0.02527,0.023725,-0.014581,0.005892,-0.029103,-0.013847,-0.015868,0.014927,0.002736,0.015222,-0.023192,-0.009547,0.004866,0.024328,0.011618,-0.00803,-0.016275,-0.02833,0.005629,-0.003299,0.722673,-0.007791,0.03222,-0.018265,0.003328,0.001766,0.005743,0.024258,-0.01268,-0.020224,0.005873,-0.011178,0.023912,0.052943,0.008456,-0.024219,0.02012,-0.018825,0.046254,-0.025231,-0.010599,-0.027109,0.054863,0.019445,-0.018881,0.047726,0.010662,-0.020124,0.010281,0.002132,-0.0072,-0.009023,-0.021371,-0.014302,-0.012829,0.045457,0.005921,0.032391,0.02364,-0.070202,0.010901,0.006963,0.027308,0.029598,0.022,-0.021589,0.000797,0.022728,-0.002483,0.000333,0.00719,0.000556,-0.005892,0.07995,-0.004289,-0.029943,-0.004403,-0.019438,-0.006418,0.005003,0.035689,-0.022214,-0.026035,0.053743,0.012954,0.038099,0.008676,0.000029,0.013794,0.03413,0.041845,-0.074834,0.03858,0.010516,0.006447,0.025137,0.006257,-0.020132,0.00082,-0.03228,0.035119,-0.085048,0.025147,0.040643,0.004253,-0.000811,-0.040198,0.020858,0.026812,-0.001396,-0.043022,0.026594,-0.017966,-0.014438,0.020074,-0.001806,-0.009927,0.019252,0.005386,-0.021796,0.030115,0.015572,-0.001728,0.052793,-0.046614,-0.021186,0.010447,-0.004249,0.013777,0.071967,0.020482,0.006625,0.000427,-0.023995,-0.014709,0.020749,0.026739,0.012823,0.001155,0.007912,0.019894,-0.020257,-0.004696,-0.000633,0.032899,-0.06023,-0.027476,0.004995,0.026463,-0.048039,-0.016978,0.022623,-0.019094,-0.009456,-0.025584,-0.037341,0.016455,0.014075,0.033107,0.051687,-0.016034,0.018701,0.001511,0.026689,-0.001704,0.001104,0.034014,0.033846,-0.022143,-0.005777,0.022084,0.16482,0.046845,-0.000589,0.012851,-0.002231,-0.006425,-0.007265,-0.031561,0.005192,0.067321,0.021047,0.011475,0.006392,-0.005737,-0.005376,0.058012,0.012054,0.011087,0.015804,-0.030528,0.01285,0.009161,-0.195649,0.003828,-0.025798,0.014837,0.027733,-0.013278,-0.011782,-0.019147,0.001623,-0.004561,-0.000642,-0.021097,-0.031116,0.011215,0.008766,-0.045597,0.032028,-0.019711,0.018508,-0.028775,0.028374,0.08219,-0.031852,0.118923,0.024173,-0.009239,0.01705,0.011662,0.013633,0.00466,0.006642,0.020498,0.000389,-0.055437,-0.021298,-0.009796,0.005474,0.025516,-0.042309,-0.014198,0.050714,0.008933,-0.029035,0.002647,-0.002396,0.008577,0.001719,-0.025992,-0.003909,-0.000872,0.026516,0.000628,-0.016129,-0.010188,0.045625,0.00397,-0.010886,-0.009862,-0.057222,0.04045,0.006449,0.01316,-0.010531,-0.003403,-0.051757,-0.025703,-0.004473,-0.03789,-0.004348,-0.026858,0.026121,-0.047424,-0.00249,-0.01222,0.031167,0.122782,0.018661,0.027396,0.017762,0.01723,-0.009683,0.038104,0.003054,-0.040265,-0.039421,0.015964,0.032742,0.022246,0.004294,-0.008527,0.00104,0.003618,-0.018127,-0.009286,-0.067848,-0.004901,0.048225,0.039094,0.007015,0.009553,-0.035027,0.001986,0.000569,0.032559,0.011704,0.031591,0.007758,0.01199,0.003937,-0.003125,-0.039754,0.025077,-0.027635,0.020567,-0.00533,0.060005,0.008918,0.001179,-0.041221,0.014258,0.009382,-0.027201,-0.007742,0.015837,-0.028414,0.003432,0.002107,0.00012,-0.039784,0.027431,0.028231,-0.014652,0.005714,0.009942,-0.015361,-0.029327,0.017653,-0.029871,-0.017842,0.014024,-0.021785,-0.069284,0.008192,-0.00079,-0.011902,0.041285,-0.008881,-0.01649,-0.045042,0.039027,-0.021706,-0.012943,0.01,0.003032,-0.012296,0.014349,-0.003465,0.032031,0.044943,-0.001075,0.022445,0.006125,0.026823,-0.033683,-0.002992,0.023687,-0.028257,-0.016759,-0.017087,0.007388,0.01926,0.028232,-0.03846,0.000725,0.005223,0.04038,0.021009,0.004892,0.011904,-0.023682,-0.009136,0.035377,-0.031132,-0.011078,-0.009808,-0.017898,0.039305,0.003817,-0.037629,-0.04179,0.022027,-0.026554,-0.005397,0.014991,0.082507,0.02645,-0.024328,0.038879,0.0081,-0.023246,-0.032624,0.048665,-0.005462,-0.016013,-0.015792,-0.042538,0.002939,-0.052438,-0.023512,-0.022643,0.018279,-0.012074,-0.008337,-0.001268,0.012523,-0.001752,-0.002305,0.017725,0.006883,0.021969,0.019998,-0.013886,-0.013575,-0.020558,-0.014049,0.025942,0.008604,-0.027894,0.005741,0.011128,0.032451,-0.029018,-0.047921,0.030204,0.007205,-0.010502,0.025118,-0.02157,0.015905,0.045886,0.039954,0.036952,-0.034715,-0.019093,0.025172,-0.009321,-0.018704,0.023675,0.000439,-0.011505,0.001562,0.035695,-0.005718,-0.001992,0.005943,0.018687,0.03712,0.000706,0.030193,0.108484,-0.006662,0.009353,-0.015992,-0.028657,0.015532,0.013832,0.037332,0.01547,-0.011134,0.002826,-0.00809,0.00741,0.025012,-0.006297,-0.000764,-0.022033,-0.028961,-0.001346,-0.029324,0.098524,0.00209,0.003623,-0.011512,0.007603,-0.002173,-0.000138,0.011574,0.002197,-0.016466,0.034804,0.010161,-0.023398,0.00273,-0.028461,0.057691,-0.00214,-0.001082,0.015659,-0.004434,0.002996,-0.01811,0.013525,-0.025799,0.023321,0.032589,0.013862,0.009735,0.013228,0.03919,-0.006988,-0.003255,0.028094,-0.023922,-0.027833,0.022333,0.01879,-0.026205,0.034668,-0.027476,0.024128,0.018497,0.017252,-0.012095,-0.016867,-0.051465,-0.015636,0.026845,-0.016145,0.012677,-0.017449,-0.047233,0.016434,0.019432,-0.010174,-0.021386,-0.012032,-0.02989,0.022462,0.011122,0.749851,-0.002689,0.01818,0.000402,0.010969,-0.002108,-0.010151,-0.002225,0.026,0.001513,0.008892,-0.008177,0.006868,0.019385,0.022818,-0.008973,0.02164,-0.008562,0.023601,-0.014254,-0.008913,-0.021605,0.046478,0.009997,0.011287,0.026776,0.03374,-0.021449,0.016405,0.011566,0.002216,-0.023572,-0.035312,-0.014827,-0.029267,0.026004,-0.013921,0.042209,0.039525,-0.067815,0.023379,0.010183,0.027588,-0.012885,0.018513,-0.055816,0.012515,0.025184,0.015479,-0.031275,0.015034,0.006871,0.013849,0.052892,0.018265,-0.013615,0.010893,-0.022586,-0.001254,0.0252,0.024558,0.009798,-0.017805,0.071243,0.018538,0.049718,-0.017756,-0.007088,0.029799,0.025155,0.040261,-0.071861,0.037269,0.004793,-0.018246,0.023966,-0.001449,-0.018088,-0.019137,-0.019667,0.025818,-0.095823,0.012472,0.041666,-0.002988,-0.004406,-0.049163,0.029405,0.009083,-0.001368,-0.048034,0.037197,-0.005583,-0.02656,0.003401,0.009771,-0.012518,0.03762,-0.014628,-0.00121,0.022164,0.024469,0.007846,0.04768,-0.045595,-0.020738,0.009791,-0.009869,-0.003091,0.053319,0.020667,-0.002091,0.014947,0.004148,-0.036726,-0.000539,0.031914,-0.004616,-0.003928,-0.005473,0.002085,-0.022388,0.006166,-0.004303,0.020962,-0.048926,-0.038976,0.0118,0.026623,-0.027192,-0.011604,0.010251,-0.006321,-0.001155,-0.031731,-0.018171,-0.003783,-0.021946,0.022959,0.050425,-0.022515,0.007516,0.024764,0.005778,0.002085,0.003438,0.038452,0.028576,-0.017508,0.001074,0.002905,0.14599,0.044893,-0.000505,0.021604,0.012266,-0.002601,-0.006905,-0.0224,-0.02224,0.050695,0.022782,-0.001911,0.028897,-0.014446,-0.002169,0.055656,0.028713,0.015238,0.005306,-0.007825,0.025198,0.015649,-0.205316,0.004509,-0.031031,0.018842,0.008868,-0.022608,-0.025143,-0.012157,0.00133,0.007302,0.001011,0.010423,-0.031938,0.001582,0.017677,-0.031109,0.030451,-0.029522,0.020331,-0.038721,0.041472,0.105672,-0.041524,0.110822,0.031149,-0.01056,-0.010662,0.02235,0.013935,0.020925,-0.015025,0.019105,0.017922,-0.056799,-0.024586,-0.014498,0.002006,0.020987,-0.048331,0.004394,0.050107,-0.018853,-0.008615,-0.009497,-0.00379,0.017041,0.004339,-0.023396,0.005986,-0.0029,0.024717,-0.010285,-0.028985,-0.008154,0.051418,-0.00768,-0.008316,0.006252,-0.044971,0.01226,0.009427,0.015033,-0.034194,-0.006034,-0.05549,-0.005142,-0.008078,-0.034466,-0.012754,-0.020025,0.026622,-0.023858,0.005802,-0.003905,0.027933,0.131832,0.027922,0.040059,-0.014251,0.012512,-0.019211,0.040727,0.010189,-0.039451,-0.032005,0.015862,0.015544,0.034736,0.008907,-0.009687,-0.015666,0.014717,-0.015451,0.00188,-0.073517,-0.007858,0.033782,0.029779,0.001463,0.02359,-0.012116,0.009589,0.007025,0.019116,0.033602,0.037945,0.004882,0.022932,-0.001872,-0.019958,-0.035288,0.010489,-0.009257,0.008071,-0.010767,0.065914,0.011561,-0.018143,-0.026619,0.034642,0.013879,-0.031911,-0.007063,0.035644,-0.025084,-0.002717,0.018659,0.019213,-0.047932,0.015254,0.010338,0.009893,0.026248,0.017594,-0.022505,0.003244,0.010337,-0.031597,-0.018086,0.009338,-0.0164,-0.075679,0.01699,-0.02744,-0.015263,0.031549,0.011175,-0.002173,-0.033366,0.027892,-0.013595,0.003234,0.017956,-0.010308,-0.020182,0.023248,-0.002332,0.029996,0.042082,-0.009635,0.014719,0.011446,0.021959,-0.025775,-0.012132,0.018866,-0.031364,-0.011485,0.008994,-0.021397,0.022904,0.02289,-0.025501,0.016986,0.003623,0.036769,0.036874,0.000276,0.005282,-0.003844,0.01543,0.030565,-0.023498,-0.015532,-0.013504,-0.02936,0.011349,-0.01567,-0.034712,-0.056388,0.023867,-0.007345,-0.008142,0.018123,0.102777,0.014216,-0.030549,0.04853,0.00472,-0.00997,-0.019782,0.04761,-0.005442,-0.02367,-0.024699,-0.039376,0.004436,-0.025538,-0.024432,-0.016168,-0.004653,-0.011279,-0.007639,0.008667,-0.003033,0.000546,0.010206,0.011766,-0.003563,0.022415,0.016493,-0.010061,-0.017547,-0.007418,0.003609,0.020912,0.019839,-0.010564,0.004793,0.003289,0.045926,-0.048163,-0.049401,0.003147,-0.001608,0.000782,0.051692,-0.022685,0.017364,0.048621,0.044557,0.014818,-0.027453,-0.01485,0.028591,-0.008711,-0.012474,0.022372,-0.005263,-0.015717,0.002125,0.023554,-0.01946,-0.003034,0.02472,0.035905,0.019707,0.003313,0.024979,0.111021,0.000592,0.004886,-0.018621,-0.041915,0.001654,0.017797,0.026494,-0.001319,0.0055,0.003578,-0.009911,-0.00524,0.035969,-0.030336,-0.010247,-0.015568,-0.025132,0.003514,-0.034838,0.104412,0.003017,-0.008439,-0.015163,0.020795,-0.011138,0.010923,0.012431,-0.000029,0.005779,0.025077,0.004098,-0.018737,-0.005279,-0.01621,0.041582,0.002947,0.007857,0.015018,-0.007556,-0.009979,-0.028299,-0.005118,-0.050214,0.027405,0.01938,0.003956,0.011921,0.000399,0.034042,-0.018653,-0.014472,0.029872,-0.032839,-0.01736,0.030341,0.016749,-0.025103,0.037436,-0.017255,0.006315,0.013654,-0.001237,-0.01417,-0.016885,-0.038143,-0.012945,0.027063,-0.018895,0.008462,-0.021056,-0.023249,0.020209,0.018195,-0.010582,-0.02799,-0.010351,-0.045383,0.007151,0.018672,0.749298,0.002294,0.00993,-0.003345,0.021759,-0.001927,0.000669,-0.00114,0.024275,0.002864,0.018237,-0.006334,0.00585,0.016383,0.024307,-0.021348,0.007932,-0.017526,0.041416,-0.018874,-0.023004,-0.025716,0.043679,0.003941,0.011299,0.046641,0.0199,-0.026489,0.02125,0.024618,-0.000327,-0.032649,-0.032412,-0.008405,-0.033374,0.013999,-0.015113,0.038624,0.020686,-0.061591,0.007906,0.003558,0.026236,-0.005468,0.038642,-0.037301,0.032685,0.029221,0.01059,-0.03582,0.002468,-0.002725,0.006901,0.05681,0.008728,-0.024595,0.013479,-0.0287,0.009252,0.004801,0.010758,-0.015748,-0.022097,0.075838,0.024026,0.058923,-0.011335,-0.004067,0.022492,0.02791,0.056894,-0.072313,0.022505,0.0151,0.01521,0.000778,0.013678,-0.020413,0.003948,-0.029084,0.058162,-0.065766,0.014556,0.059744,-0.017083,0.00058,-0.043615,0.015619,0.053883,-0.017094,-0.019539,0.022286,-0.02322,-0.01576,0.005641,0.01621,0.004088,0.03145,-0.002922,-0.046445,0.021384,-0.007115,0.004539,0.021343,-0.035852,-0.022987,-0.012466,-0.030566,-0.032807,0.084661,0.026816,0.008409,-0.002416,-0.023625,0.00362,-0.014152,0.029089,0.029848,0.001294,-0.005905,-0.00056,-0.017973,-0.020378,-0.0178,0.035938,-0.062591,-0.050454,-0.003581,0.014958,-0.045766,-0.004666,-0.013284,-0.033775,-0.015341,-0.01989,-0.039358,0.024744,0.005106,0.030217,0.024999,-0.02081,0.024858,0.006867,0.001275,0.0141,0.022696,0.020076,0.026434,-0.009708,-0.000816,0.022064,0.146125,0.040955,-0.011635,-0.000676,-0.007929,-0.013539,0.029696,-0.021392,0.009557,0.094086,0.001184,0.023906,-0.018588,0.001832,0.025177,0.070494,0.003231,0.012888,0.013891,-0.009217,-0.014634,-0.008576,-0.18646,-0.014656,-0.009494,0.018471,0.019427,-0.008087,-0.005677,-0.025972,0.004893,-0.005824,0.000989,-0.001793,-0.019135,0.005959,-0.010727,-0.039075,0.019901,-0.020388,-0.002312,-0.013061,0.047781,0.078397,-0.019995,0.088062,0.038786,0.019156,0.004459,-0.024755,0.012008,-0.001689,0.006034,0.036857,0.00782,-0.060619,-0.026915,-0.013022,0.004963,0.041659,-0.022835,-0.034942,-0.001827,0.020037,-0.021328,0.032371,-0.037418,-0.003764,0.019698,-0.022031,-0.025784,0.021071,0.014932,0.014898,-0.006632,-0.005234,0.023727,0.00368,-0.007203,-0.005697,-0.044559,0.003061,-0.020761,0.00904,0.001556,-0.020335,-0.042218,-0.029363,0.011806,-0.042713,0.002758,-0.014887,0.032165,-0.049001,0.009752,-0.001065,0.0356,0.156167,0.003993,0.01242,0.008813,0.018622,-0.01495,0.023998,0.012241,-0.011149,-0.019171,0.031382,0.019674,0.021587,0.010745,-0.023706,-0.006924,0.034618,0.015584,-0.015126,-0.045055,-0.021795,0.033079,0.008931,0.017207,0.010473,-0.0618,-0.003034,0.006946,0.024115,0.006742,0.042387,0.014379,-0.019336,0.014253,0.000483,-0.021463,0.034196,-0.006854,0.022768,0.004985,0.063929,-0.011605,-0.002369,-0.051794,0.005604,-0.038508,-0.048447,-0.01938,0.025551,-0.023596,0.005938,-0.034175,0.012285,-0.025406,0.022886,0.022677,-0.014565,0.01218,-0.000677,-0.010118,-0.025005,-0.003723,-0.018399,-0.033681,0.018464,-0.04023,-0.089206,0.004765,0.000224,-0.007577,0.054627,0.010102,-0.014556,-0.051641,0.029443,-0.032409,0.046133,0.02477,-0.037942,-0.006795,-0.015834,-0.023855,0.022186,0.010251,-0.015011,0.013693,0.003007,0.036401,-0.012604,0.002432,0.03188,-0.014157,0.01606,0.013437,0.002858,0.040202,0.024166,-0.033947,-0.014308,0.008744,0.043386,0.028825,-0.005284,0.018806,-0.013771,-0.013843,0.037599,-0.017394,-0.023808,-0.000559,0.016401,0.031097,0.005612,-0.037329,-0.042012,0.037432,-0.028787,0.019645,-0.007035,0.065561,0.036056,-0.038805,0.033512,0.041444,-0.004211,-0.048737,0.070981,-0.026081,-0.033744,0.004969,-0.002821,0.019367,-0.044991,-0.026558,-0.006063,-0.012881,-0.019817,0.014566,-0.005879,-0.004435,-0.012279,-0.006689,0.005759,0.000765,0.025545,0.019,-0.003868,-0.038283,-0.039998,-0.018209,0.004969,0.008905,-0.043577,-0.004713,0.013646,0.019693,-0.020664,-0.041518,0.021291,0.019687,0.004529,-0.000344,-0.009362,0.014311,0.049346,0.006595,0.049829,-0.044869,-0.005516,0.032109,-0.00872,-0.007878,0.066038,0.007659,-0.027195,0.00915,0.044381,-0.023141,-0.028551,-0.009647,-0.002389,0.040965,0.002707,0.020401,0.114178,-0.01106,-0.001056,-0.020349,-0.021359,-0.002144,0.017903,0.022937,0.015071,-0.034933,0.007799,-0.013902,0.005258,0.037489,0.003971,-0.014898,-0.025339,-0.006386,0.030026,-0.025986,0.047768,0.032455,0.020016,0.009838,0.033742,0.010864,-0.01481,0.016684,0.000468,-0.017041,0.037684,0.009612,-0.028219,-0.000265,-0.011405,0.044693,-0.033977,0.001996,0.00835,0.001267,-0.000719,-0.021189,-0.002055,-0.045958,0.003715,0.041148,0.003751,0.011972,0.015623,0.052646,-0.014677,-0.025863,0.02615,-0.017502,-0.037484,0.03372,0.046322,-0.007768,0.037785,-0.035751,0.029184,0.01682,0.01961,-0.002186,-0.014635,-0.022407,0.00114,0.024341,-0.006277,0.033681,-0.013479,-0.022525,0.011608,0.006774,0.014202,-0.012997,-0.03437,-0.003877,-0.019567,0.019927,0.736051,-0.014796,0.030739,0.005722,-0.016435,0.017463,-0.004137,0.015462,-0.013298,-0.029099,0.037501,-0.012355,0.021481,0.014164,0.026647,-0.021229,0.033032,-0.017237,0.036929,-0.01114,0.009295,-0.013277,0.038586,-0.005133,-0.006513,0.041158,0.034963,-0.016166,0.001232,0.000267,-0.020695,-0.016733,-0.03681,-0.028599,-0.038627,0.027178,-0.005164,0.019582,0.048167,-0.076595,0.011816,-0.016774,0.034391,0.01545,0.033828,-0.035764,-0.000586,0.001846,0.009131,-0.022908,0.008179,0.007927,0.012366,0.057252,0.008921,-0.026358,0.00723,-0.028161,-0.025337,0.006649,0.014799,0.002327,-0.017526,0.067546,-0.000773,0.032122,-0.026698,0.017933,0.006082,0.023266,0.033433,-0.062815,0.036137,0.003793,0.007604,0.027158,-0.006224,-0.046317,0.000491,-0.001754,0.034267,-0.050574,0.015528,0.020036,-0.031308,0.014185,-0.033711,0.017191,-0.002635,-0.005568,-0.064035,0.021652,0.019948,0.019022,-0.00671,-0.002857,-0.003446,0.045433,0.002845,-0.016892,-0.01428,-0.02258,-0.006943,0.026757,-0.055766,0.008021,-0.035641,-0.031572,-0.00004,0.074749,-0.007802,0.002062,0.00521,0.007772,-0.00227,-0.007375,0.00867,0.015532,-0.041973,0.001573,-0.017527,-0.006464,-0.00922,-0.004636,0.033476,-0.023754,-0.035379,0.014195,-0.001886,-0.011943,0.010546,-0.008344,-0.018823,-0.005138,0.002187,-0.02539,0.014502,0.015423,0.052917,0.007513,0.004573,0.022375,-0.002393,-0.000808,0.034025,0.060726,0.017464,0.03276,-0.014191,0.016415,0.017868,0.14437,0.015366,-0.004604,0.017395,-0.01513,0.045028,0.000792,-0.009093,-0.019334,0.028849,0.026947,0.019858,0.027994,-0.006469,0.003168,0.098202,-0.001537,0.022067,-0.004979,-0.002254,0.011494,0.029106,-0.133297,0.02653,-0.044357,-0.003189,0.013604,0.036015,-0.02778,-0.022506,0.026211,-0.011795,-0.025525,-0.001069,-0.025213,-0.03087,0.008571,-0.017092,0.03167,0.010729,0.003056,-0.046462,0.049474,0.085334,-0.051563,0.097835,0.01404,0.009544,0.017722,0.0058,0.049056,0.022623,-0.002861,0.077958,-0.00592,-0.067526,-0.008409,-0.003427,-0.034734,0.037,-0.026424,0.000847,0.02244,0.023722,-0.043838,0.020992,0.006657,-0.00609,-0.006746,-0.03118,-0.033389,-0.02739,0.008813,-0.008246,-0.007165,0.023979,0.05071,0.006348,-0.000839,0.016172,-0.030502,0.008357,0.027084,-0.002612,0.03837,-0.021779,-0.052261,-0.003761,-0.03127,-0.022995,0.015935,0.000052,0.032256,-0.036949,0.022651,0.003071,0.013802,0.080925,0.002402,0.009084,0.020364,0.040429,-0.022758,0.001877,0.033126,-0.016685,-0.018552,0.019649,0.02017,-0.009922,0.025691,-0.014881,-0.016916,0.042609,0.01343,-0.007821,-0.029191,0.009629,-0.014306,0.036937,0.017669,0.022398,0.019573,0.000605,0.03884,0.016902,0.003573,0.03965,0.027688,0.000178,-0.003073,0.011134,-0.042249,0.019288,-0.008561,0.010416,-0.016815,0.042635,0.020225,-0.010909,-0.030966,-0.006248,0.002328,-0.027799,-0.011771,0.007702,-0.021864,0.022714,-0.013586,0.014292,-0.029287,-0.013028,0.029895,-0.019577,-0.025189,-0.001854,0.000073,0.001531,-0.020881,-0.023683,-0.032207,-0.011254,-0.009743,-0.071267,0.015748,-0.006404,0.010131,0.027988,0.00974,0.006953,-0.021293,0.022822,-0.009208,0.002219,0.035194,-0.033453,0.022991,0.003208,0.028372,0.004529,0.021562,-0.025103,0.024144,0.01494,0.033158,-0.001545,-0.018475,0.046027,-0.023885,-0.038266,-0.009726,-0.015016,0.011353,-0.001477,-0.008387,0.011275,0.012424,0.021007,0.01074,0.004642,0.030756,0.00295,-0.009968,0.000513,-0.000602,-0.033967,0.008172,-0.005945,0.01746,0.023425,-0.026156,-0.049497,0.004449,-0.030627,0.015179,-0.00999,0.032824,0.026711,-0.033353,0.046414,0.019748,-0.005463,-0.024592,0.009413,0.001769,-0.013262,-0.023275,-0.013562,0.008676,-0.043063,-0.027036,-0.030416,0.013506,-0.011352,0.010124,-0.023525,0.003588,-0.019054,-0.02357,-0.016179,-0.025283,0.009394,0.031263,-0.008026,0.016149,-0.040246,0.01483,-0.02394,0.024201,-0.012051,0.01282,0.011606,-0.004573,-0.038542,-0.036334,0.018214,-0.006286,0.020658,-0.02136,-0.016717,-0.006127,0.043019,0.021786,0.027492,-0.022587,0.001118,0.028457,-0.013853,0.010644,-0.020535,0.004128,-0.02314,-0.006446,0.015777,-0.015334,0.012841,0.031354,-0.008682,0.001628,0.002084,0.035552,0.116358,-0.005151,0.012366,-0.019723,-0.014368,-0.001337,0.03449,0.009765,0.013917,0.003109,-0.003664,-0.013449,-0.027473,0.018946,0.005844,-0.026211,0.028165,-0.010469,0.0102,-0.007933,0.04669,0.011267,0.023171,0.005044,0.020263,-0.030584,-0.013146,0.008746,0.024386,-0.011904,-0.003909,-0.015057,-0.020097,0.027948,0.003476,0.036378,-0.013052,0.006935,0.011696,0.025519,0.002883,-0.005534,0.001099,-0.06006,0.016189,0.018219,-0.000006,0.023042,-0.007605,0.078736,-0.025372,-0.011957,0.020029,-0.013298,0.037618,0.010105,0.01559,-0.011749,0.028988,0.009964,0.034548,0.010374,0.031934,-0.021523,-0.011606,-0.016195,-0.007194,0.046195,0.003834,-0.004199,-0.018382,-0.011197,-0.003824,0.024534,0.017843,0.010023,-0.024007,-0.034409,0.008128,0.01176,0.780416,-0.012273,0.017851,-0.009189,0.0062,0.009084,-0.042462,-0.019444,-0.013563,-0.020071,0.01009,0.001698,0.035484,0.018559,0.008763,-0.004506,0.035555,-0.023913,0.016955,-0.025989,0.008107,-0.028872,0.030203,0.01136,-0.018175,0.033778,0.017289,-0.009459,0.007648,-0.025025,-0.019998,-0.031633,0.004564,-0.06956,-0.013354,0.017413,-0.017385,0.025003,0.036461,-0.097842,0.008751,-0.024919,0.020077,0.003083,0.023367,-0.026279,0.010194,-0.003715,-0.011303,-0.015967,0.010822,-0.030621,0.009529,0.026178,-0.015011,-0.021003,0.008419,-0.069439,-0.01978,-0.009483,0.016474,-0.016017,0.026341,0.087597,-0.006618,0.075563,-0.005904,0.01279,0.026209,0.049074,0.023724,-0.064481,0.036127,-0.010288,0.0407,0.007927,-0.02288,-0.043366,-0.024324,0.008881,0.045396,-0.054348,-0.011547,0.0226,-0.038935,0.038188,-0.008567,-0.007378,0.017839,-0.029185,-0.063605,0.026564,-0.006756,0.007871,0.00052,-0.003152,0.013808,0.035473,-0.002888,-0.014802,-0.009593,-0.038527,0.009302,0.007317,-0.077999,0.009313,-0.025738,-0.020743,0.015899,0.060338,-0.010866,-0.000112,0.018664,-0.002354,0.006836,0.014158,-0.004783,0.034672,-0.026636,0.013757,-0.035843,-0.004873,-0.013225,-0.014017,0.060395,-0.03073,-0.033367,0.004413,-0.028342,-0.033696,0.026747,-0.017505,-0.02362,-0.013264,-0.017579,-0.014957,0.005297,0.020474,0.043048,0.029186,-0.007008,0.017324,-0.003992,0.024606,0.029019,0.025052,0.009159,0.037959,-0.000187,0.010679,0.017354,0.137793,0.028171,0.012381,0.013609,-0.003091,0.061243,-0.031825,-0.014271,-0.012838,0.040378,0.015979,0.014141,0.019784,-0.002514,0.028013,0.092798,0.000069,0.007545,-0.006465,-0.009461,-0.003063,0.033908,-0.150395,0.031565,-0.034337,0.015437,-0.001168,0.010031,0.007792,-0.026084,0.023667,-0.020314,-0.018304,-0.009081,-0.027136,-0.013307,0.008414,-0.016478,0.017546,-0.018584,0.0035,-0.041928,0.033213,0.096824,-0.028139,0.092801,0.016484,0.001644,0.010911,0.01018,0.046418,0.018057,-0.003127,0.068637,0.007497,-0.046205,-0.019834,0.005796,-0.015319,0.041021,-0.018622,-0.024453,0.019063,-0.008463,-0.031214,0.036365,0.008202,-0.006648,-0.022867,-0.017482,-0.023813,-0.028248,0.008004,-0.01789,-0.002549,0.010371,0.049265,0.001042,-0.009475,0.028457,-0.010082,0.004271,0.036204,-0.018635,0.031879,-0.022149,-0.06115,0.003296,-0.026376,-0.039182,0.033243,0.002392,0.019696,-0.012903,0.024381,0.013902,0.038053,0.058022,-0.009082,0.012441,-0.00711,0.028333,-0.005036,0.022538,0.030491,-0.039734,-0.031162,0.025327,0.012053,-0.019864,0.014112,-0.010869,-0.037306,0.04762,0.01622,-0.024003,-0.057933,0.045509,-0.006053,0.016562,0.006001,0.006753,0.018927,0.013996,0.023364,0.050827,0.01729,0.047997,0.026292,0.001905,-0.002268,0.020235,-0.046576,0.019995,0.008516,0.007087,-0.020141,0.044589,0.015247,-0.039168,-0.019738,-0.011968,-0.003467,-0.032317,-0.003895,-0.006531,-0.031733,0.003901,0.002772,-0.005602,-0.031886,0.015658,0.025649,-0.015865,-0.005023,-0.00048,-0.000965,-0.011593,-0.007739,-0.021647,-0.035588,-0.007877,0.000607,-0.070374,-0.004771,0.010665,0.021521,0.058377,0.048211,0.017967,-0.036047,0.032066,-0.01716,0.018278,0.033866,-0.039762,0.030999,-0.009368,0.000281,0.01373,0.028424,-0.040173,0.02531,0.023047,0.027327,-0.004272,-0.01275,0.054359,-0.039885,-0.025444,0.014998,-0.019857,0.006268,-0.012819,-0.004618,0.027435,0.006799,0.03353,0.024221,-0.005859,0.049692,0.000676,0.011296,0.000809,0.01772,-0.023849,0.002711,-0.009925,0.007225,0.019218,-0.027627,-0.043197,0.026883,-0.03142,-0.011258,-0.003851,0.040459,0.028257,-0.013844,0.060946,0.025313,-0.007371,-0.035966,0.014639,-0.021258,-0.012757,-0.019908,-0.02195,0.018679,-0.02947,-0.011937,-0.024704,-0.004976,-0.01387,0.009268,0.002529,0.023491,-0.024141,-0.031086,0.011977,-0.020175,0.009758,0.023935,-0.016172,-0.01398,-0.040468,0.000929,-0.020045,0.02146,-0.020338,-0.004258,0.032364,0.009393,-0.044248,-0.031007,0.019783,-0.015413,0.019562,-0.028246,-0.02247,0.004192,0.032334,0.041104,0.026673,-0.012302,0.000969,0.015936,-0.012677,0.018686,-0.014437,0.001044,-0.022534,0.009446,0.03694,-0.014486,-0.002097,0.021913,-0.028446,0.005121,-0.016451,0.041335,0.115365,0.003131,-0.00763,-0.037691,-0.00101,0.037851,0.014019,0.008618,-0.019835,-0.003383,0.006142,-0.002638,-0.014376,0.016981,0.009907,0.005785,0.025484,-0.052264,0.036731,-0.01043,0.056081,-0.014808,0.015005,0.003338,0.020218,-0.008038,-0.006638,0.022929,0.004373,0.00041,0.011517,-0.012178,-0.030416,0.020586,-0.03129,0.032918,-0.004554,0.020026,-0.002305,0.019692,0.0007,-0.021071,0.010354,-0.061866,-0.004519,0.02059,-0.003824,0.024835,-0.026228,0.077107,-0.011865,-0.042172,0.020159,-0.017157,0.023588,-0.004126,-0.005592,-0.011959,0.021153,0.012445,-0.001972,0.004353,0.005303,0.007355,0.001016,0.005999,-0.019381,0.047232,0.008089,0.015455,-0.0417,-0.014866,0.024982,0.0135,0.02448,0.007515,0.002105,-0.048111,0.006829,0.002683,0.758179,-0.011958,0.027121,-0.000519,0.019109,0.027789,-0.016563,-0.021143,-0.045177,-0.015451,0.014165,0.016566,0.026005,0.016711,0.024761,0.003391,0.026844,-0.025157,0.027903,-0.019521,0.003745,-0.041858,0.017562,0.01137,-0.045761,0.04051,0.016056,-0.002119,0.003344,-0.026282,-0.024446,-0.048351,0.018745,-0.049023,-0.014418,0.017432,0.004515,0.032042,0.05148,-0.093524,0.035006,-0.035796,0.037545,0.003385,0.018225,-0.026717,0.015603,0.001667,0.013901,-0.015537,0.017217,-0.029327,-0.004791,0.030623,-0.030225,-0.016056,0.00838,-0.061565,-0.02225,-0.016259,0.017318,-0.033245,0.011395,0.076711,0.00011,0.074153,-0.008012,0.012321,0.0281,0.047294,0.029674,-0.057293,0.025593,0.004012,0.035625,0.003528,-0.001776,-0.05643,-0.024259,0.007007,0.047817,-0.039244,-0.004375,-0.002075,-0.033384,0.062717,0.021832,-0.016618,0.028616,-0.024447,-0.053194,0.012243,0.000663,0.002878,-0.005209,-0.024866,0.010638,0.025634,0.014099,-0.022629,-0.016757,-0.019565,0.000251,0.023061,-0.061779,0.034405,-0.008502,-0.007308,0.008497,0.060381,-0.028446,-0.007358,0.026862,-0.011843,-0.011092,0.005293,0.008748,0.029848,-0.036847,-0.007027,-0.026097,-0.022407,-0.028209,0.015314,0.057045,-0.034204,-0.043568,0.006053,-0.011514,-0.006055,0.00787,-0.031111,-0.003632,-0.029143,-0.027195,-0.015295,0.022988,0.004284,0.050539,0.037848,-0.013541,0.014726,-0.011841,0.060585,0.022599,0.016326,-0.007489,0.022323,-0.027827,-0.014454,0.005173,0.131238,0.032764,-0.016867,0.01941,0.019673,0.066141,-0.025147,0.00407,-0.035466,0.043778,0.01027,0.026138,0.010974,-0.004193,0.013923,0.093409,-0.009825,0.024807,0.014627,-0.00498,-0.008775,0.029277,-0.145685,0.009353,-0.026161,0.023644,0.016868,-0.001897,0.00704,-0.037058,0.006151,0.004842,-0.020186,-0.023878,-0.025288,0.004135,0.006299,-0.01546,0.024414,-0.033478,0.019318,-0.022696,0.029908,0.088716,-0.051493,0.095722,0.024665,-0.004227,0.021437,0.018081,0.04156,0.002809,-0.003701,0.055019,-0.001525,-0.042426,-0.011097,0.002535,-0.010214,0.036121,-0.017421,-0.021777,0.013233,0.011005,-0.066663,0.05498,0.021711,-0.010465,-0.009748,-0.025078,-0.034204,-0.018215,0.023164,-0.013114,-0.019705,0.004709,0.038684,-0.018955,0.002197,0.012967,-0.028567,0.000828,0.021202,-0.010984,0.033221,-0.012537,-0.065411,0.009848,-0.00004,-0.031019,0.047118,0.004224,0.017474,-0.02475,0.023264,0.033789,0.024132,0.051975,-0.011118,0.005285,0.006792,0.025478,-0.00051,0.030332,0.024473,-0.036317,-0.013362,0.017548,0.007664,-0.037922,-0.005822,-0.017565,-0.015818,0.049072,0.024892,-0.017724,-0.040667,0.034844,0.010155,0.015879,-0.032807,-0.000762,0.024821,0.009909,0.032678,0.052491,0.025641,0.034546,0.020081,0.005113,-0.009882,0.022929,-0.057836,0.024883,-0.008933,0.011884,-0.012237,0.04449,0.024085,-0.053376,-0.015443,-0.007629,-0.000356,-0.023715,0.031924,-0.018649,-0.020466,0.004044,0.016264,-0.016389,-0.04046,0.050733,0.005696,-0.003561,-0.027268,-0.006352,0.00435,-0.001518,-0.015448,-0.01019,-0.048438,0.010007,-0.017571,-0.077711,0.00395,0.004192,0.009578,0.066268,0.057111,0.022076,-0.029528,0.042721,-0.004838,0.006681,0.026234,-0.039026,0.013002,-0.007473,-0.001934,-0.016127,0.016467,-0.020181,0.005301,0.025016,0.009647,0.012465,0.011032,0.033003,-0.036489,-0.016859,-0.010006,-0.00495,0.01372,0.00434,0.000815,0.021707,-0.007894,0.033975,0.022922,0.001193,0.034069,0.037124,-0.005572,0.015079,0.018605,-0.006113,0.011134,-0.012312,0.03511,0.010882,-0.012277,-0.053464,0.032506,-0.041089,0.00027,-0.020989,0.033285,0.039059,0.004329,0.065177,0.000631,-0.001102,-0.020923,0.017924,-0.040832,-0.025555,-0.012338,-0.021418,0.042733,-0.017542,-0.013582,-0.01375,-0.015565,-0.008564,0.014518,0.019076,0.022791,-0.003083,-0.004341,0.045396,-0.048566,-0.012359,0.018598,-0.033046,-0.013864,-0.012724,-0.019894,-0.023518,0.022833,0.014082,0.01439,0.029487,0.016666,-0.026572,-0.026905,0.012622,-0.006487,0.02255,-0.017933,-0.001894,-0.001175,0.033701,0.029816,0.049514,-0.040929,0.014991,0.030076,-0.004854,-0.010724,-0.025159,-0.009476,-0.027517,-0.003167,0.031731,-0.012965,0.015657,0.02001,-0.030224,0.029468,-0.008925,0.002398,0.113315,0.011516,-0.013762,-0.041316,-0.01266,0.024383,0.022946,0.012505,-0.044433,-0.019286,0.009198,0.005133,-0.01104,0.025701,0.006947,-0.013695,0.028959,-0.048151,0.024194,-0.033933,0.066558,-0.014998,0.006221,-0.010668,0.025218,0.017587,0.012764,0.030083,-0.007139,-0.000261,0.026238,-0.007901,-0.021308,-0.009261,-0.037923,0.040615,-0.008104,-0.001319,0.00725,0.011829,-0.016692,-0.040227,0.006539,-0.054573,0.001461,0.035615,-0.019478,0.04193,-0.025588,0.062029,0.021541,-0.046088,0.020318,-0.015324,0.021232,-0.024286,0.008629,0.001349,0.011836,-0.012633,0.00837,0.021091,0.016544,0.002768,-0.001897,-0.038536,-0.012525,0.049938,0.003659,0.024359,-0.06363,-0.014352,0.029622,0.017959,0.010889,0.008766,0.011858,-0.055395,0.010447,0.02684,0.745832,-0.022894,0.005627,-0.018148,0.024815,0.027945,-0.013912,-0.018302,-0.024119,-0.023117,0.013842,0.002552,0.02145,0.00735,0.018159,-0.019487,0.01595,-0.030782,0.013686,-0.008951,0.003914,-0.032835,0.034614,0.022188,-0.041479,0.039358,-0.018262,-0.001772,-0.029925,-0.019485,-0.008801,-0.048388,0.021888,-0.029941,-0.014341,0.034145,-0.008474,0.011182,0.047162,-0.093185,0.003426,-0.045153,0.052823,0.00699,0.027025,-0.026304,0.018958,0.00946,0.014173,-0.009596,0.023771,-0.02661,0.008711,0.016763,-0.040945,-0.014006,0.015442,-0.039907,-0.02837,-0.028416,0.015012,-0.062792,0.023349,0.072938,-0.015334,0.078342,-0.00937,0.005847,0.026396,0.042028,0.03162,-0.056503,0.014146,0.010357,0.007419,0.006688,0.012169,-0.053916,-0.007821,0.001905,0.036192,-0.037424,0.011266,-0.004933,-0.022619,0.045864,0.009302,-0.000734,0.010163,-0.01879,-0.059009,-0.006308,0.008961,0.015765,-0.030301,-0.029551,0.00091,0.031881,0.043111,-0.024682,-0.002078,-0.015048,-0.020469,0.031045,-0.063003,0.03433,-0.022593,-0.022605,-0.005313,0.075925,-0.017788,-0.006813,0.02784,-0.011264,-0.017656,0.002717,0.01683,0.022665,-0.057241,-0.005751,-0.022291,-0.018555,-0.02463,0.002346,0.043734,-0.022803,-0.04166,0.024268,0.015909,0.010963,0.016461,-0.036325,0.013258,-0.018254,-0.022122,-0.00498,0.024697,0.002625,0.063564,0.014036,-0.000252,0.012228,-0.005372,0.038945,0.01542,0.035139,-0.004253,0.017891,-0.018629,-0.002491,0.019301,0.11211,0.009931,-0.032208,0.017661,0.002403,0.056071,-0.016249,0.012588,-0.035891,0.030703,0.026445,0.021668,0.013027,-0.006694,-0.004575,0.10396,0.005281,0.037198,0.004123,0.009216,-0.006091,0.025534,-0.123594,0.011014,-0.038452,0.003444,0.026575,0.032554,-0.004001,-0.028211,0.004352,-0.006384,-0.014545,-0.028765,-0.027426,-0.017965,0.000102,-0.016044,0.03274,-0.006399,0.01081,-0.028216,0.026839,0.085241,-0.06886,0.10231,0.008829,0.007391,0.021013,0.016674,0.028635,0.002726,0.001317,0.049185,-0.012146,-0.054522,0.005933,-0.01219,-0.026137,0.04456,-0.011898,0.000375,0.01225,0.019814,-0.067868,0.037571,0.021843,-0.007325,-0.003505,-0.055888,-0.045116,-0.030411,-0.011074,0.001777,-0.004256,-0.000116,0.031962,-0.010047,0.011868,0.009506,-0.026041,-0.000416,0.043634,0.003673,0.056189,-0.007999,-0.061208,-0.000959,0.009296,-0.018745,0.019048,0.005993,0.036827,-0.034838,0.028494,0.009879,0.001851,0.041287,-0.014825,0.001019,0.029432,0.019361,0.004206,0.018296,0.02983,-0.03018,0.012418,0.021139,0.012038,-0.028148,-0.002706,-0.022632,0.003798,0.051004,0.025634,0.00067,-0.021606,0.028226,-0.001486,0.013574,-0.020905,0.010418,0.034749,0.00191,0.045954,0.016723,0.018663,0.032268,0.042384,0.007973,-0.019456,0.010238,-0.052961,0.023366,-0.003396,0.002145,-0.007912,0.039652,0.021742,-0.02103,-0.020775,-0.009328,0.007375,-0.015888,0.029072,-0.006342,-0.017765,0.012239,0.012833,0.016073,-0.054056,0.016187,0.000981,-0.003364,-0.046657,0.005391,0.000836,0.02082,-0.042467,0.0036,-0.040355,0.001472,-0.02259,-0.090705,0.029825,-0.002141,-0.012063,0.052793,0.045282,0.014593,-0.020242,0.035937,-0.006133,-0.006917,0.030901,-0.030371,0.023275,-0.004161,0.024546,-0.031402,0.014883,-0.009786,0.007589,0.011748,0.016107,0.014834,0.00598,0.039895,-0.030887,-0.020645,-0.022922,-0.007939,0.021497,0.005663,-0.004161,0.029054,-0.002921,0.015959,0.037183,-0.010614,0.012837,0.039274,-0.035499,0.015013,0.018697,-0.016607,0.02809,-0.026394,0.039923,0.016704,-0.005477,-0.064286,0.000033,-0.035541,0.03108,-0.03113,0.020002,0.032692,-0.022655,0.063513,-0.004333,-0.002162,-0.005633,0.017384,-0.025431,-0.0326,-0.016069,-0.00899,0.04167,-0.014456,-0.002925,-0.023158,0.006196,-0.014157,0.010926,-0.003109,0.009096,-0.000274,-0.028235,0.018011,-0.050431,-0.019762,0.007519,-0.023687,0.020736,-0.018401,-0.013052,-0.031527,0.029475,0.033086,0.054769,0.020037,0.028437,-0.028046,-0.032774,-0.004611,-0.002971,0.025453,-0.006211,-0.013526,-0.016765,0.023829,0.014843,0.02294,-0.049508,0.013613,0.03602,0.00833,-0.018533,-0.066406,-0.005859,-0.007824,-0.006962,0.010998,-0.009028,0.032413,0.027315,-0.010857,0.011964,-0.004881,0.004604,0.113027,0.014811,-0.008845,-0.026893,-0.011867,-0.000303,0.052477,0.021144,-0.015731,0.019955,0.001221,-0.013359,-0.021649,0.009597,0.002806,-0.042898,0.024052,0.004158,-0.000413,-0.007368,0.057078,-0.030326,0.019843,-0.001826,0.016608,0.012691,0.00415,0.017669,0.016373,-0.004752,0.012622,-0.00166,-0.002087,0.004206,0.001782,0.030354,-0.025352,-0.007956,-0.014985,0.009916,-0.015527,-0.02468,0.005135,-0.043322,-0.000041,0.024135,-0.008229,0.039056,-0.012913,0.071244,0.004818,-0.031619,0.032326,-0.004883,0.035744,-0.035479,0.007861,-0.019747,0.022884,-0.021701,0.03929,0.025505,0.033075,-0.021947,-0.006455,-0.028744,0.023447,0.049484,-0.001571,-0.011956,-0.038072,-0.0071,-0.0132,0.001833,0.001292,-0.005808,0.000349,-0.045803,0.011724,0.027974,0.753331,-0.019892,-0.016324,-0.035825,0.023419,0.00769,-0.044591,-0.017637,0.001352,-0.043251,0.010671,0.001512,0.031412,0.032499,-0.003502,-0.037212,0.011838,-0.027655,0.005819,-0.016231,0.006066,-0.006928,0.034078,0.015757,-0.022963,0.03611,-0.007676,0.006083,-0.014979,-0.013021,-0.021081,-0.046369,0.016396,-0.040381,-0.004892,0.025492,-0.026323,0.003946,0.063024,-0.100655,-0.002903,-0.051107,0.048606,0.010999,0.014748,-0.007434,0.0218,0.015609,0.012556,-0.034981,0.011192,-0.030192,0.004099,0.009572,-0.012978,-0.023007,0.020246,-0.058085,-0.04677,-0.043411,0.017262,-0.060092,0.022576,0.088871,-0.028433,0.077312,-0.001469,0.009585,0.039571,0.02846,0.025051,-0.05926,0.040881,0.010973,-0.002424,-0.022637,-0.00056,-0.053098,0.003371,0.010656,0.016825,-0.056514,0.015886,0.008487,-0.014365,0.037843,0.006267,-0.007007,0.020256,-0.004387,-0.034768,-0.028028,0.009543,0.001451,-0.018085,-0.024689,0.005812,0.032041,0.015826,-0.04077,-0.010442,-0.008403,-0.010297,0.061967,-0.058465,0.017108,-0.023904,-0.009621,0.00226,0.063002,-0.024492,-0.019341,-0.002509,-0.011711,-0.022325,0.013078,0.025502,0.012832,-0.030472,0.006564,0.000016,-0.003924,-0.015131,0.015876,0.044225,0.00009,-0.024037,0.021627,0.036354,-0.017889,0.011631,-0.063487,0.023464,-0.029259,-0.02043,-0.009107,0.028111,-0.008229,0.067853,0.000609,-0.006709,0.003619,-0.005854,0.052639,0.020146,0.020991,-0.005272,0.021347,-0.010866,-0.019965,-0.000564,0.147337,0.007203,-0.033081,0.021159,0.024459,0.045483,-0.002754,0.003537,-0.02701,0.061497,0.034459,0.03274,0.012981,0.017869,-0.004941,0.094631,-0.017959,0.049314,-0.000886,0.007865,-0.050214,-0.002016,-0.135959,0.003764,-0.049237,0.007662,0.042202,0.01321,-0.021563,-0.012183,-0.00182,0.009959,-0.011901,-0.033611,-0.021713,0.015854,0.006919,-0.005441,0.048353,-0.005008,0.016809,0.000757,0.033757,0.077322,-0.068429,0.098357,0.019048,0.019001,0.003041,-0.001345,-0.006592,0.029719,-0.003753,0.043101,-0.022774,-0.04891,-0.015836,-0.011993,-0.005211,0.035039,-0.000011,0.012876,0.008523,0.035855,-0.051364,0.039866,-0.014383,-0.024085,0.008496,-0.047905,-0.029158,-0.016255,-0.016857,0.017966,-0.00374,0.00328,0.013643,-0.002431,0.028565,0.00323,-0.008523,0.012851,-0.001861,0.019214,0.035695,0.001624,-0.061519,0.014581,0.027624,-0.034185,0.034436,-0.00075,0.040829,-0.042628,0.020093,0.019787,-0.009818,0.053674,0.00319,0.019813,0.019972,0.031005,-0.015562,0.035567,0.040246,-0.01784,0.004782,0.019276,0.002937,-0.02372,0.031488,-0.032624,0.026519,0.042608,0.03958,-0.022315,-0.018244,-0.016477,0.012049,0.038595,-0.024789,-0.010512,0.009802,0.003492,0.071207,0.007511,0.021649,0.031128,0.039381,-0.017352,-0.027839,0.025233,-0.050018,0.061449,-0.032208,-0.007222,0.026682,0.052463,0.026421,-0.00982,-0.033817,0.010102,0.004433,-0.021689,0.042692,-0.007157,-0.026263,0.01446,0.008864,0.013631,-0.059334,0.022454,0.007519,-0.004247,-0.048254,-0.039679,-0.029107,0.019323,-0.023419,-0.009313,-0.0283,-0.00348,-0.011796,-0.082268,0.032543,-0.005501,-0.023256,0.054531,0.045473,-0.006488,0.002573,0.015282,0.011376,-0.005252,0.03106,-0.045445,-0.008391,0.001035,0.016136,-0.025854,-0.000099,0.015348,-0.021039,0.019534,-0.008066,0.003317,-0.012418,0.036444,-0.000434,-0.03202,-0.045626,-0.002777,0.030775,0.030235,-0.015006,0.01493,-0.007557,0.013891,0.003618,-0.008585,0.003177,0.039844,-0.035618,0.025743,0.008313,0.007993,0.019641,0.007504,0.034715,0.014833,-0.000707,-0.047363,-0.004685,-0.036629,0.0327,-0.027541,0.048781,0.009879,-0.024387,0.052701,0.016866,-0.027829,-0.032803,0.01596,0.002494,-0.006529,-0.028058,-0.011928,0.034105,-0.020618,-0.032659,-0.029587,0.020291,-0.003365,0.000475,0.018879,0.006515,-0.014031,-0.006186,0.001655,-0.027889,-0.030189,0.014905,-0.021842,0.012493,0.013464,-0.01975,-0.016849,0.042365,0.01799,0.045603,-0.000531,0.028679,-0.01614,-0.034276,0.005348,0.020071,0.009922,-0.010177,-0.008875,-0.015672,0.029896,0.00372,0.036364,-0.090611,0.019255,0.031224,-0.003909,-0.005958,-0.018229,-0.000811,-0.037927,0.000445,0.000392,0.005563,0.026683,0.009592,-0.007787,0.02223,0.02933,-0.005555,0.11416,-0.010917,0.003875,-0.018673,-0.015453,0.018912,0.064048,0.026768,-0.016261,0.01402,-0.015482,-0.01402,-0.010895,0.021902,0.026689,-0.058883,0.005976,0.028256,0.023781,-0.032439,0.062557,0.007218,0.005631,-0.026123,0.028203,0.017938,-0.014173,0.005583,-0.002219,-0.025577,0.000807,0.002602,-0.016894,-0.010775,0.016154,0.027021,-0.051367,-0.0362,0.014633,0.007375,-0.010814,-0.018924,0.005912,-0.047007,0.000817,0.051287,-0.003812,0.013584,-0.019572,0.067853,0.023266,-0.023658,0.033831,-0.010331,0.026643,-0.022965,0.032383,-0.006471,0.019795,-0.040862,0.05816,0.031618,0.038155,-0.038213,-0.010365,-0.01367,0.032169,0.028066,0.013953,0.009884,-0.030457,-0.006806,-0.018424,0.006606,-0.003376,-0.017314,-0.004555,-0.036413,0.017962,0.045017,0.738963,-0.027425,0.011794,-0.019522,-0.005894,0.001669,-0.010824,-0.021978,0.0056,-0.041286,0.003406,-0.005034,0.046276,0.03286,0.026438,-0.041955,0.022854,-0.019009,-0.005226,-0.036252,0.006544,-0.011416,0.052834,0.018811,-0.006774,0.044188,-0.002549,-0.002176,0.0129,0.009586,-0.012377,-0.026797,-0.015006,-0.023929,-0.011319,0.017569,-0.029027,-0.018944,0.040456,-0.094657,-0.018402,-0.018627,0.036432,-0.008625,0.041066,-0.012132,0.016069,0.035637,0.001433,-0.012341,0.007856,-0.002807,0.022692,0.007279,0.006945,-0.018462,0.020246,-0.051977,-0.025226,-0.029159,0.040158,-0.005674,0.019026,0.072843,-0.018823,0.079051,0.001532,-0.010974,0.004603,0.054289,0.036158,-0.04934,0.042593,0.014984,-0.005721,-0.029532,-0.00291,-0.047633,0.009553,0.003619,0.003244,-0.065514,0.015097,0.021757,-0.014407,0.015373,-0.020866,0.018726,-0.005169,-0.004082,-0.043699,-0.018344,0.035377,-0.019286,-0.009754,-0.011701,0.031095,0.040349,0.008949,-0.030763,0.005635,-0.02033,-0.00965,0.044056,-0.076385,-0.017922,-0.028696,-0.017102,-0.012387,0.075948,-0.019248,-0.017364,-0.011804,0.005114,-0.025137,0.020122,0.006472,-0.012902,0.000738,0.001084,-0.019918,0.0054,0.004418,0.007372,0.018988,-0.008151,-0.021087,0.004577,0.011927,-0.030388,0.017949,-0.051494,0.013029,-0.017796,-0.013879,-0.018846,0.015426,0.004617,0.067235,0.000939,-0.006545,0.009254,0.01252,0.039516,0.022501,0.02796,-0.005288,0.022247,-0.009868,-0.023664,-0.00158,0.140614,0.00847,-0.015531,0.032707,0.030252,0.020055,0.00533,-0.005396,-0.021303,0.051072,0.039322,0.026287,0.02163,0.030508,0.009706,0.09327,-0.006258,0.042066,-0.013042,-0.001959,-0.038083,0.002155,-0.153451,0.009667,-0.043185,-0.006533,0.006667,0.008733,-0.040604,-0.01291,0.018513,-0.006002,-0.020502,-0.023041,-0.026879,-0.014427,-0.000266,-0.01458,0.046798,0.002397,-0.013353,-0.001149,0.037326,0.082593,-0.059376,0.080141,0.029487,0.037821,0.013006,0.003966,-0.001263,0.036344,-0.008063,0.045015,-0.011184,-0.05049,-0.026774,-0.014876,-0.025203,0.043754,0.001386,0.020727,0.028365,0.004887,-0.040364,0.023154,-0.036248,-0.023858,0.00227,-0.034525,-0.013108,-0.020468,-0.01738,0.028703,-0.003123,0.003829,0.02037,-0.007084,0.011968,0.02108,-0.022294,0.016473,0.013689,0.027817,0.019849,0.000592,-0.0554,0.004093,0.039046,-0.030394,0.014584,0.007686,0.035715,-0.036409,-0.000887,0.004587,0.00622,0.074909,0.020857,0.032812,-0.003887,0.047413,-0.032412,0.040753,0.043639,-0.015307,0.006802,0.018216,0.006535,-0.00633,0.041511,-0.025319,0.021754,0.039687,0.032898,-0.045894,-0.029159,-0.029885,-0.002155,0.053755,-0.000949,0.001098,-0.000843,0.005588,0.062216,-0.010049,0.018779,0.03071,0.054459,-0.023312,-0.006505,0.016329,-0.042759,0.038445,-0.02707,-0.006385,0.018832,0.045224,0.038785,0.006066,-0.04619,0.008641,0.005088,-0.017058,0.024966,0.006673,-0.007946,0.031458,-0.008358,-0.00669,-0.060395,0.015826,0.02341,-0.007301,-0.045554,-0.034202,-0.035977,-0.001981,-0.012711,-0.015694,-0.014115,-0.015754,0.022284,-0.072212,0.007878,-0.017329,-0.028168,0.049622,0.050359,-0.009602,-0.01658,0.01568,0.001485,0.005157,0.041801,-0.044495,0.001472,0.017106,-0.004411,-0.014452,0.011013,-0.021268,-0.009626,0.016245,0.012564,-0.011829,-0.023491,0.02987,0.010627,-0.041375,-0.02571,-0.003351,0.02941,0.033972,-0.008628,0.016326,-0.006121,0.003489,-0.00281,-0.006327,0.025174,0.043563,-0.027429,0.02581,0.016361,-0.012936,0.015896,0.01771,0.002306,0.029813,-0.0134,-0.049923,-0.000156,-0.018864,0.029869,-0.02729,0.022347,0.007708,-0.028148,0.051464,0.039632,-0.03245,-0.018715,0.014839,0.018572,0.003374,-0.015445,-0.011316,0.008107,0.000055,-0.045224,-0.022926,0.030791,-0.005876,0.004821,0.02265,-0.011951,-0.037852,-0.009526,-0.012591,-0.019885,-0.019261,0.007291,-0.019612,0.002258,-0.004128,-0.005692,-0.009731,0.043124,-0.004592,0.03417,-0.011212,0.038612,-0.037522,-0.043398,0.005397,0.032004,0.002161,-0.021906,-0.008435,-0.025753,0.028993,0.02088,0.034995,-0.081787,0.00232,0.009639,-0.023659,0.019367,-0.001716,-0.000886,-0.049882,0.014876,-0.006321,-0.000919,0.020691,0.004001,-0.010439,0.014308,0.039711,-0.002366,0.115477,-0.019783,0.006675,-0.021072,-0.011125,0.013669,0.056127,0.006771,0.001106,0.013298,-0.000779,-0.013051,-0.010331,0.031634,0.011539,-0.065834,-0.015904,0.024985,0.04059,-0.018448,0.059899,0.030762,0.020303,-0.025896,0.007008,-0.007535,-0.023322,0.005863,0.01198,-0.032739,-0.013314,0.000297,-0.026557,0.013772,0.003107,0.019415,-0.032593,-0.015327,0.005547,0.029292,-0.007573,-0.011447,-0.009314,-0.044458,-0.004454,0.041557,0.00217,0.043946,-0.048295,0.058226,0.009379,-0.010367,0.027539,-0.025094,0.01369,-0.009592,0.027178,0.003338,0.019053,-0.020058,0.040301,0.030996,0.033166,-0.025042,-0.001728,0.018809,0.016321,0.033372,0.004384,-0.011541,-0.013647,0.000427,-0.012913,-0.002017,0.011872,-0.02041,-0.001424,-0.036776,0.008678,0.019392,0.751291,-0.029682,0.040266,-0.005313,0.002443,0.022323,-0.016805,-0.035222,0.005401,-0.036305,0.017402,-0.013288,0.02721,0.024751,0.037962,-0.037775,0.019745,-0.041583,-0.01553,-0.051064,0.005133,-0.016803,0.044501,0.020197,-0.002679,0.04207,0.023495,0.018785,0.034048,-0.017894,0.003937,-0.033322,-0.019417,-0.032482,-0.012179,0.014444,-0.019912,0.001339,0.033181,-0.088758,-0.017674,0.002093,0.035509,0.003854,0.04251,-0.023492,0.005769,0.028873,0.000611,-0.016356,-0.002905,-0.014072,0.014348,0.020866,0.007683,-0.015699,0.019967,-0.041826,-0.003931,-0.008119,0.049014,0.016159,0.034074,0.064394,-0.014528,0.065567,-0.012962,-0.006447,-0.004755,0.060884,0.027084,-0.055472,0.029699,-0.005443,0.007083,-0.006052,-0.008701,-0.046298,0.009258,-0.007865,-0.008949,-0.059173,0.000672,0.033021,-0.01981,0.00513,-0.019015,0.020849,0.001296,-0.015525,-0.048127,0.006843,0.020794,-0.005734,0.000913,-0.010281,0.00229,0.054616,0.008991,-0.002026,0.015066,-0.03681,0.025996,0.028317,-0.066726,-0.008762,-0.034533,-0.019859,-0.003819,0.069518,-0.001349,-0.007519,-0.017976,0.010903,-0.007983,0.02582,-0.011176,0.002601,0.003048,0.011154,-0.001333,0.013774,-0.010431,-0.002959,0.017651,-0.022566,-0.012301,0.006395,-0.004591,-0.032784,0.013669,-0.023744,0.003229,-0.019629,0.002044,-0.005337,0.005548,0.022322,0.045366,0.011471,-0.016299,0.023681,0.014825,0.008829,0.032771,0.018004,0.020339,0.036767,0.01946,-0.018338,0.020859,0.135452,0.028442,0.015449,0.011288,0.018314,0.023516,-0.012884,-0.017492,-0.00122,0.05906,0.010676,0.019697,0.022486,0.000491,0.017561,0.096309,-0.001399,0.019511,-0.0333,-0.011131,-0.034813,0.010289,-0.142691,0.02982,-0.044074,-0.019933,0.009678,0.020263,-0.024026,-0.012489,0.023019,-0.01202,-0.016994,-0.016483,-0.019894,-0.031606,0.001291,-0.023214,0.040719,-0.003128,-0.01508,-0.012946,0.042036,0.079342,-0.047393,0.092133,0.02262,0.016056,0.016629,-0.00433,0.017202,0.048012,-0.001888,0.072506,-0.002402,-0.075414,-0.036183,-0.006504,-0.030233,0.031905,0.002626,0.019128,0.026091,0.010214,-0.013126,0.002531,-0.029929,-0.010432,-0.007048,-0.00051,-0.006124,-0.024528,-0.012459,0.014598,-0.003493,0.002198,0.037759,-0.012504,-0.00596,0.030416,-0.01118,0.014504,0.015751,0.007067,0.024451,-0.000506,-0.054212,-0.002613,0.009643,-0.016937,0.008781,0.027927,0.026874,-0.023555,0.00637,-0.011722,0.02169,0.076387,0.002685,0.033549,0.010657,0.04287,-0.024988,0.031048,0.046274,-0.039645,-0.014693,0.021359,0.002548,-0.006381,0.06477,-0.017948,-0.022026,0.050043,0.029588,-0.04654,-0.037983,0.001976,0.000874,0.042038,0.026355,0.012002,0.008544,0.012833,0.044782,-0.00716,0.010372,0.054012,0.046239,0.004202,0.012567,0.018399,-0.035242,0.016923,-0.019411,-0.002007,0.017914,0.035049,0.046216,0.005106,-0.017723,0.00145,0.000553,-0.012908,-0.008561,0.003043,-0.00819,0.024192,0.002595,-0.026099,-0.019279,0.005799,0.014349,-0.024933,-0.013988,-0.033241,-0.001691,-0.015156,-0.021239,-0.022862,-0.029131,-0.022161,0.011762,-0.094151,-0.012888,-0.009616,-0.016883,0.040964,0.041359,-0.018048,-0.020163,0.033328,-0.008168,0.004938,0.032907,-0.035744,0.024635,0.008739,-0.002079,0.018577,0.03647,-0.034261,0.007452,0.018326,0.012572,-0.008584,-0.052167,0.047255,-0.010988,-0.054794,0.005805,-0.001376,0.013962,0.020595,-0.016391,0.008946,-0.007395,0.018271,-0.003176,-0.001816,0.032626,0.018519,-0.001799,-0.009847,0.020167,-0.02546,0.002893,0.013818,0.012355,0.026011,-0.034463,-0.047816,0.014585,-0.023005,0.005345,0.002006,0.02862,0.005215,-0.023091,0.050508,0.050598,-0.033967,-0.027269,0.015609,0.02026,0.014392,-0.018479,-0.005335,0.015822,-0.031027,-0.033229,-0.038764,0.02631,0.001219,-0.008342,0.023786,0.021327,-0.028403,-0.012071,-0.012614,0.005979,0.001193,0.022028,-0.021797,-0.001462,-0.011214,0.018635,-0.018416,0.057291,-0.033822,-0.000292,0.011444,0.014159,-0.03839,-0.044216,0.024548,0.010452,0.001891,-0.039284,-0.013225,-0.010075,0.040623,0.031107,0.021943,-0.042989,0.00509,0.011817,-0.029245,0.019978,-0.018069,0.02172,-0.032697,0.013244,0.000614,-0.008277,0.011685,0.027484,-0.008465,-0.00448,0.039659,0.040357,0.115029,-0.02945,-0.002262,-0.02548,-0.003274,0.029714,0.051804,-0.004702,-0.013333,0.006557,-0.003762,0.005933,-0.021928,0.019699,0.024627,-0.032017,-0.026921,0.00832,0.05084,-0.024286,0.053568,0.011614,0.020674,-0.013585,0.019426,-0.025573,-0.024246,0.015104,0.014905,-0.019891,0.004144,-0.010716,-0.021991,0.037166,-0.016611,0.035261,-0.008879,-0.012893,0.007782,0.028225,0.024383,-0.00366,-0.013894,-0.049084,0.001862,0.044759,0.01422,0.0302,-0.024275,0.08352,-0.014414,-0.026334,0.005579,-0.035378,0.021046,-0.006696,0.003986,0.016446,0.033166,0.008944,0.02014,0.000815,0.021217,-0.020694,-0.012872,0.027776,-0.002222,0.043268,0.01467,-0.000535,-0.000406,-0.006306,0.005648,-0.003195,0.021711,-0.011254,-0.008951,-0.036181,0.010004,-0.00816,0.762589,-0.034577,0.05376,-0.001999,0.02327,0.007403,0.005112,-0.040582,0.004557,-0.03329,0.017622,0.014645,0.020274,0.010374,0.031794,-0.011511,0.03747,-0.030598,-0.007561,-0.047736,0.001796,-0.026102,0.03124,0.025835,-0.013721,0.050471,0.031051,0.001879,0.029395,-0.029481,-0.038944,-0.041725,-0.010054,-0.034784,-0.000588,-0.007047,-0.012816,0.019009,0.035563,-0.094309,0.006854,0.010164,0.017374,-0.009897,0.032475,-0.018863,0.001702,0.013897,-0.007182,0.000014,0.014727,-0.01778,0.031597,0.034665,0.008105,-0.019478,0.015184,-0.050022,0.01164,0.005704,0.042373,0.023268,0.041575,0.07714,0.00691,0.069179,-0.008526,0.010791,0.00313,0.049231,0.026712,-0.061868,0.052639,0.00347,0.015722,-0.01634,-0.017872,-0.053572,0.010081,-0.001611,0.015354,-0.059014,0.012258,0.042065,-0.018422,0.007171,-0.042801,0.007808,-0.012369,0.002635,-0.050514,0.004255,0.020094,-0.014004,0.013756,-0.002976,0.016661,0.041541,-0.014095,-0.011517,0.00542,-0.023118,0.013716,0.039956,-0.076325,0.001806,-0.02806,-0.011003,-0.001822,0.07582,-0.001246,-0.005525,-0.026004,0.00124,-0.00122,0.025115,-0.011098,0.006309,-0.008502,0.017246,-0.008484,0.013118,-0.007923,0.006375,0.025079,-0.034028,-0.020263,-0.004293,-0.00135,-0.040128,0.019781,-0.0432,0.00105,-0.030435,-0.00853,-0.018855,0.000569,0.013404,0.053108,0.014021,-0.016273,0.003615,0.017798,0.019955,0.025948,0.02178,0.014024,0.034618,0.004391,-0.023213,0.001365,0.135517,0.030823,-0.001283,0.024176,0.031423,0.021979,-0.00582,-0.021758,-0.005975,0.045138,0.031598,0.02403,0.030856,0.029826,0.025878,0.08857,-0.008113,0.040898,-0.019082,-0.005352,-0.030505,0.003686,-0.154573,0.018843,-0.037793,-0.005664,-0.003318,-0.001845,-0.027738,-0.009904,0.036902,-0.009059,-0.01057,-0.007665,-0.020209,-0.007061,0.003222,-0.014133,0.050444,-0.002382,-0.005942,-0.007285,0.038512,0.075333,-0.058212,0.08278,0.040478,0.023128,0.014824,-0.008732,0.024444,0.019912,-0.003015,0.068299,0.000334,-0.053359,-0.046811,0.005772,-0.01389,0.033463,-0.002245,0.016962,0.029056,0.01387,-0.024824,0.009625,-0.036313,-0.015816,-0.000228,-0.010379,-0.006613,-0.00867,-0.003006,0.00258,-0.008713,0.006525,0.035207,0.005779,0.000774,0.029929,-0.019838,0.025899,0.027866,0.024683,0.011615,-0.007091,-0.050253,0.002969,0.020433,-0.033092,0.019807,0.010914,0.027236,-0.044204,0.003304,0.001805,0.021662,0.065858,0.012762,0.039657,-0.003722,0.044116,-0.026984,0.030728,0.058526,-0.044897,-0.008476,0.024232,0.013003,-0.008868,0.043682,-0.019185,-0.002939,0.032107,0.033513,-0.05362,-0.042336,-0.006465,0.003098,0.045062,0.011995,0.003607,-0.001993,0.006357,0.031688,0.009362,0.024585,0.0495,0.046006,-0.01587,0.015714,0.022871,-0.034419,0.030401,-0.014526,-0.016946,0.00786,0.045796,0.023952,0.009918,-0.024895,-0.002503,-0.000086,-0.02041,-0.003242,0.00323,-0.011565,0.02177,-0.015868,-0.036308,-0.038738,0.009642,0.026414,-0.007844,-0.023705,-0.038589,-0.03539,-0.016398,-0.00823,-0.018469,-0.022507,-0.01085,0.016562,-0.088057,-0.005246,-0.011487,0.005152,0.051174,0.041576,-0.014009,-0.048571,0.033914,-0.028192,0.013916,0.03807,-0.05064,0.003957,0.01719,-0.007231,0.001965,0.01506,-0.041869,-0.013389,0.01551,0.017697,-0.016619,-0.041502,0.047318,-0.002456,-0.047847,-0.007854,-0.001937,0.014815,0.030276,-0.005237,0.018989,0.00409,0.027386,-0.01149,0.001173,0.033603,0.024809,-0.011211,0.01383,0.010384,-0.010434,0.005225,0.025413,-0.008841,0.020226,-0.02636,-0.054796,-0.011739,-0.03294,0.015876,-0.012609,0.031192,0.010383,-0.027237,0.048295,0.040514,-0.046096,-0.029268,0.016574,0.000514,-0.001833,-0.011064,-0.014686,0.004331,-0.021709,-0.048171,-0.032738,0.013564,-0.002538,0.004191,0.020845,0.021339,-0.029923,-0.002616,-0.009547,0.002793,0.018533,0.033071,-0.017914,-0.005234,-0.003581,-0.005454,0.004273,0.039056,-0.031139,0.012463,0.010715,0.023215,-0.032264,-0.067092,0.023338,0.021173,-0.002848,-0.040133,-0.005804,-0.025083,0.034361,0.029743,0.027073,-0.059074,0.001255,0.020213,-0.037174,0.020718,-0.004644,0.003129,-0.05738,0.027777,0.015269,-0.00994,0.013424,0.000362,0.000907,0.014108,0.04104,0.021897,0.113075,-0.020488,-0.010889,-0.021921,0.004212,0.031111,0.050036,-0.007536,-0.008126,0.003418,-0.009003,-0.008904,-0.005572,0.03638,0.029294,-0.050071,-0.004899,0.000691,0.0398,-0.029064,0.052067,0.044393,0.022824,-0.020763,0.003847,-0.026482,-0.034424,0.013485,0.001581,-0.025139,-0.006449,0.002151,-0.02109,0.017456,-0.020968,0.030436,-0.023955,-0.002797,0.005977,0.015996,0.015474,-0.007405,0.008401,-0.062792,0.003958,0.033195,0.022303,0.032378,-0.035644,0.077755,-0.001087,-0.027508,0.016913,-0.023281,0.01293,-0.003017,0.028432,0.01236,0.01905,0.002305,0.026295,0.010185,0.030037,-0.00307,-0.012561,0.012675,-0.01047,0.043276,0.006018,0.004979,-0.010399,-0.005794,0.009928,-0.003129,0.022497,-0.007662,-0.00161,-0.035421,0.006777,0.009704,0.750354,-0.032932,0.063148,-0.001331,0.006993,0.022776,0.01253,-0.020474,-0.019152,-0.030253,0.017625,-0.006789,0.034641,0.016686,0.042753,-0.007338,0.045602,-0.019612,-0.00499,-0.051639,0.024179,-0.033662,0.043319,0.028825,-0.007549,0.04231,0.032203,0.012227,0.043164,-0.001254,-0.005446,-0.043598,-0.022953,-0.028864,-0.008483,0.01341,-0.022091,0.012813,0.025897,-0.083576,-0.00231,0.007138,0.021815,0.00448,0.051502,-0.020234,0.003277,0.035598,-0.005163,-0.011485,0.002996,-0.025555,0.022083,0.024125,-0.021177,-0.015318,0.01056,-0.041536,0.022425,0.01299,0.046738,0.019261,0.020931,0.067279,-0.009311,0.070171,-0.011356,-0.00227,0.002861,0.063451,0.031847,-0.06121,0.051724,-0.010967,0.031974,-0.019106,-0.014944,-0.050021,0.008979,-0.001216,0.002207,-0.062815,0.013174,0.049243,-0.028284,0.007833,-0.039335,0.00966,-0.010756,-0.013601,-0.043216,0.005306,0.02254,-0.011093,0.015588,-0.004435,0.01809,0.037391,-0.02882,-0.022295,0.002237,-0.029989,-0.000142,0.026101,-0.077796,-0.013043,-0.021076,-0.00801,-0.007565,0.073007,0.001592,-0.01109,-0.027078,0.006715,0.0077,0.031678,0.000831,0.005478,-0.014489,0.003155,-0.007257,0.011543,-0.001633,0.009832,0.02094,-0.038207,-0.016853,-0.00318,-0.009472,-0.04152,0.011031,-0.042473,0.006143,-0.031464,-0.006048,-0.019747,0.001233,0.016716,0.050902,0.006951,-0.0096,0.015912,0.017691,0.021761,0.020582,0.025449,0.010611,0.030319,0.012701,-0.01647,0.008829,0.13488,0.021718,0.002838,0.010829,0.028643,0.022345,-0.009389,-0.018114,-0.014341,0.035855,0.02902,0.025163,0.02067,0.033877,0.032535,0.094023,-0.008927,0.036015,-0.00771,-0.015476,-0.036392,0.002205,-0.154946,0.018239,-0.039179,-0.004625,-0.01117,0.005213,-0.017752,-0.017047,0.032094,-0.01857,-0.006175,-0.007347,-0.026308,-0.002341,0.004334,-0.020405,0.041426,0.008069,-0.007053,-0.010283,0.048628,0.070627,-0.050223,0.085219,0.040967,0.022277,0.007412,-0.008718,0.026578,0.029111,0.000834,0.059714,0.01205,-0.051495,-0.042826,0.009936,-0.019651,0.036001,-0.011313,0.00763,0.023471,0.010829,-0.019065,0.015638,-0.025993,-0.018319,-0.011992,-0.008897,0.00311,-0.020166,0.001865,0.004559,0.004747,0.027217,0.030297,0.003195,0.005741,0.032838,-0.022224,0.019044,0.021143,0.027819,0.007839,-0.011255,-0.055119,-0.001971,0.018229,-0.034474,0.022481,0.020609,0.012346,-0.044706,-0.000151,0.009418,0.025222,0.072242,0.024533,0.030318,-0.018041,0.048758,-0.019466,0.035746,0.055188,-0.040688,-0.004711,0.025336,0.017839,-0.009559,0.041741,-0.019385,-0.006553,0.047928,0.037011,-0.054022,-0.045812,-0.002624,-0.003905,0.04972,0.013147,0.002953,0.000928,0.011326,0.030252,0.014286,0.023203,0.041604,0.041872,-0.017259,0.017814,0.018003,-0.035329,0.038969,-0.003779,-0.006852,0.015449,0.047929,0.020745,-0.003387,-0.038353,-0.003687,0.002114,-0.018622,-0.004212,-0.001747,-0.003213,0.021063,-0.024511,-0.033663,-0.042949,0.017369,0.048583,-0.004846,-0.022683,-0.038621,-0.042769,-0.015861,0.005384,-0.017554,-0.022466,-0.00238,0.026176,-0.08035,-0.002444,-0.018193,-0.000157,0.054089,0.042945,-0.006791,-0.020734,0.023026,-0.019826,0.015352,0.028668,-0.052506,0.008587,0.021325,-0.004875,0.01498,0.016943,-0.056665,-0.005163,0.017035,0.009423,-0.020154,-0.031886,0.040711,-0.012208,-0.042514,-0.000819,-0.005755,0.018867,0.029922,0.002117,0.011797,0.006993,0.021066,-0.024416,0.000545,0.037212,0.02394,0.00165,0.021322,0.017406,-0.017381,0.001444,0.033203,-0.009508,0.012149,-0.021735,-0.048853,-0.002709,-0.038557,0.010447,-0.007688,0.035368,0.006593,-0.026002,0.044919,0.034249,-0.035992,-0.031059,0.006176,0.009834,0.005599,-0.016316,-0.013916,-0.005912,-0.01886,-0.053835,-0.035431,0.004011,-0.005542,0.008155,0.025053,0.017145,-0.026943,-0.010024,-0.019848,0.010218,0.013425,0.03418,-0.023113,-0.014847,-0.015923,0.002528,-0.003723,0.042783,-0.022495,0.0058,-0.000022,0.023002,-0.026734,-0.060092,0.022156,0.017405,-0.007305,-0.043236,-0.008616,-0.022578,0.031794,0.020757,0.03266,-0.048907,0.006853,0.026069,-0.037876,0.045215,0.004998,0.005012,-0.06481,0.028071,0.012376,-0.001201,0.014071,-0.0197,0.004594,0.013065,0.035089,0.00694,0.114214,-0.024384,0.002767,-0.018841,0.009485,0.026332,0.042024,0.003006,-0.009953,-0.000094,-0.010427,-0.006872,-0.011921,0.040803,0.018546,-0.044994,0.003374,-0.000711,0.045642,-0.020841,0.044259,0.054373,0.015352,-0.018169,0.008973,-0.024924,-0.023171,0.002396,-0.00077,-0.029789,-0.010076,0.01158,-0.020314,0.018194,-0.015929,0.011902,-0.015381,0.013224,0.01055,0.018074,0.008136,-0.009886,0.00074,-0.046188,-0.00716,0.0306,0.019687,0.030086,-0.030371,0.069999,-0.002386,-0.009997,0.012325,-0.025121,0.0041,0.009576,0.030583,0.008355,0.0161,0.00133,0.005983,0.009613,0.03172,0.001325,-0.005054,0.023491,-0.01672,0.03776,0.015161,0.011097,-0.016261,0.002279,0.006068,0.005137,0.021429,-0.000319,0.002305,-0.031964,-0.001598,-0.002512,0.755132,-0.024873,0.059077,0.00035,-0.007068,0.024296,0.004047,-0.021178,-0.026011,-0.026842,0.033617,-0.020157,0.034325,0.022497,0.041984,-0.00978,0.039547,-0.024282,-0.004351,-0.048737,0.025995,-0.039782,0.034221,0.03082,-0.010801,0.044662,0.02942,0.012555,0.046454,-0.018386,0.004604,-0.027087,-0.029336,-0.020865,0.001575,0.024902,-0.025753,0.012103,0.022417,-0.090937,0.004001,0.008822,0.025692,-0.009622,0.033017,-0.026501,0.001034,0.023531,-0.009359,-0.007131,0.014652,-0.040326,0.012659,0.024653,-0.028332,-0.016002,0.007885,-0.042387,0.02255,0.02125,0.048146,0.017482,0.027162,0.059414,0.004251,0.066308,-0.017693,-0.001277,-0.006374,0.074473,0.021571,-0.093311,0.032585,0.017036,0.013543,0.008175,0.014278,-0.020961,0.008188,-0.03162,0.008796,-0.078623,0.029287,0.022873,-0.007475,0.002031,-0.06031,0.009316,0.000678,0.000715,-0.071117,0.019259,-0.02557,-0.030756,0.031629,0.012059,-0.005384,0.05432,-0.002541,-0.010498,0.005692,0.019075,-0.009341,0.042923,-0.049094,0.003383,-0.015158,0.001835,-0.007047,0.074911,0.037403,0.020787,-0.006276,-0.022258,-0.007783,0.016735,0.031814,0.026809,-0.006412,0.010182,-0.000931,-0.012784,-0.010974,-0.005401,0.034455,-0.050061,-0.005775,-0.007536,0.022909,-0.028076,0.005199,0.006914,-0.013297,-0.00837,-0.033672,-0.028847,-0.00397,0.009635,0.022237,0.013146,0.00133,0.020908,0.016094,0.020564,-0.027143,-0.008275,0.020152,0.024313,-0.00913,-0.010703,0.00648,0.122904,0.035919,-0.020208,0.01178,0.001981,0.014641,-0.000713,-0.020916,-0.024451,0.03383,0.047793,0.018888,0.026765,-0.000276,0.001447,0.062625,0.021681,0.022523,0.0114,-0.013542,0.013948,0.010892,-0.195307,0.001864,-0.039369,0.003458,0.031686,-0.008166,-0.006657,-0.014315,0.004742,-0.010078,-0.015042,-0.019383,-0.038207,0.007434,-0.006447,-0.013975,0.036943,-0.004554,0.004804,-0.007829,0.034065,0.096896,-0.041683,0.102545,0.016972,-0.018923,0.015635,0.01706,0.017805,0.00123,-0.018266,0.036732,0.025994,-0.040278,-0.057194,-0.009954,-0.011144,0.018473,-0.021905,-0.010548,0.056022,-0.007442,-0.015057,0.010773,0.018076,-0.007701,0.000652,-0.018366,-0.004067,-0.001525,0.013268,-0.010299,-0.012262,-0.015069,0.036524,-0.00232,0.006574,-0.011837,-0.027977,0.033989,0.02747,0.028902,0.011838,-0.014052,-0.042708,-0.014884,-0.005669,-0.037604,0.033393,0.012569,0.026919,-0.034973,0.005728,-0.012987,0.003575,0.102605,0.003832,0.031658,0.009841,0.011207,-0.014631,0.016755,0.016604,-0.034744,-0.027343,0.012881,0.018501,0.004664,0.009241,-0.019057,-0.044146,0.009613,0.019242,-0.004205,-0.061888,0.012395,0.058259,0.018315,0.004617,0.007295,-0.042145,-0.000904,0.019604,0.025001,0.01511,0.042228,0.012716,-0.009794,0.001183,-0.017009,-0.047013,0.033293,-0.00858,0.01695,-0.017687,0.051257,-0.017743,-0.020476,-0.028978,0.016002,0.005846,-0.035265,-0.015923,0.034617,-0.030819,0.026609,0.000026,-0.007882,-0.044174,0.019121,0.010837,-0.01124,0.001163,0.011123,0.004178,0.0072,0.000904,-0.02533,0.007485,0.014264,-0.023909,-0.060211,0.0182,0.009455,0.008688,0.032475,0.016359,0.001138,0.000629,-0.003953,-0.015535,0.003668,0.002046,-0.025252,-0.025962,-0.016188,-0.029379,0.020087,0.037771,-0.001417,-0.001214,-0.015252,0.021947,-0.020123,-0.020283,0.044494,-0.020321,-0.003049,-0.002313,-0.015063,0.008411,0.02934,-0.001764,-0.021752,-0.009034,0.043968,0.001282,0.015638,-0.003975,-0.002306,0.005897,0.008002,-0.010264,-0.001888,-0.003871,0.013379,0.021685,0.017212,-0.032349,-0.047047,0.013458,-0.029823,0.00743,0.010475,0.094519,0.02491,-0.049674,0.042452,0.022495,0.000021,-0.01159,0.03271,-0.001978,-0.017663,0.007933,-0.030668,-0.018678,-0.06207,-0.025961,-0.021852,-0.011978,-0.005312,0.001912,-0.003351,0.004469,-0.006356,0.011113,0.031438,0.007741,0.022387,0.00898,-0.012643,-0.014122,-0.025418,-0.011133,0.002336,0.02057,-0.039283,-0.006234,0.009038,0.038853,-0.03641,-0.040841,0.026846,0.027381,0.014625,0.008707,-0.039119,0.023714,0.036072,0.054683,0.060498,-0.028851,-0.015606,0.022658,-0.011246,-0.020388,0.031726,-0.002623,-0.019782,-0.019128,0.022054,-0.008826,-0.004007,0.030121,0.018515,0.019294,0.01038,0.017451,0.111317,-0.015752,0.027898,-0.005768,-0.036117,0.013206,0.030192,0.028982,0.011067,-0.003918,0.010166,-0.032574,0.005919,0.039972,0.022402,-0.006804,-0.0101,-0.024344,0.01365,-0.018852,0.120236,0.022629,-0.015894,-0.012897,0.008632,-0.017968,-0.002018,-0.011906,-0.004383,-0.008269,0.041106,0.008004,-0.026494,-0.01049,-0.003833,0.029582,-0.022021,0.013853,0.015558,-0.004009,0.006907,-0.041536,0.022043,-0.045993,0.018073,0.043074,0.007406,0.00249,-0.004582,0.044138,-0.006895,-0.021815,0.021137,-0.026202,-0.002741,0.031419,0.01352,-0.026524,0.006244,-0.005777,0.022841,-0.000231,-0.01938,-0.022119,-0.024469,-0.05961,-0.015256,0.030617,-0.006969,0.033268,-0.028572,-0.016356,0.008855,0.023435,0.012185,-0.007941,-0.014891,-0.017542,-0.011879,0.016046,0.764118,0.002019,0.025445,-0.010866,-0.013551,0.001108,-0.005861,-0.024006,0.004224,-0.001788,0.011289,0.002122,0.007531,0.033992,0.006509,-0.013134,0.018811,-0.007938,0.002337,-0.006304,0.002083,-0.029982,0.057459,0.049582,-0.007586,0.042218,0.007718,-0.03159,0.001065,-0.010694,-0.014672,-0.02353,-0.012171,-0.003145,-0.026431,0.012058,-0.003518,0.04796,0.009723,-0.076522,0.014332,-0.001352,0.014085,-0.014468,0.04051,-0.02923,0.0262,0.031757,0.009051,-0.020503,0.028752,0.015591,0.018023,0.052718,-0.001996,-0.017877,0.008298,-0.031669,-0.005002,0.014545,0.025472,0.001714,-0.002684,0.0761,0.03243,0.034378,-0.021317,-0.007846,0.022629,0.011225,0.025333,-0.084951,0.032735,0.026113,0.000229,0.00878,0.01026,-0.022587,-0.012054,-0.01989,0.027014,-0.080046,0.026759,0.013053,-0.007811,0.00032,-0.05358,0.017326,0.00286,0.012713,-0.076832,0.034585,-0.007916,-0.032872,0.019404,0.009568,-0.008949,0.049877,0.007828,-0.000467,-0.005161,0.006944,0.001266,0.04573,-0.043535,0.005607,-0.018486,-0.002959,-0.016115,0.063754,0.030375,0.007787,0.002154,-0.007809,-0.010203,-0.008482,0.032337,0.020723,-0.010737,0.010391,-0.015843,-0.010758,-0.00262,-0.005931,0.021422,-0.047374,-0.006231,0.001771,0.007569,-0.027128,0.008558,0.001588,-0.001035,-0.002594,-0.03263,-0.015162,-0.00116,-0.000641,0.020927,0.020345,-0.002386,0.017906,0.013504,0.016222,-0.011306,0.005163,0.033064,0.02293,-0.008885,0.003657,0.010024,0.111633,0.030069,-0.016737,0.012083,0.000468,0.014887,-0.007267,-0.016184,-0.032063,0.037717,0.035372,0.003009,0.041668,0.007362,-0.003589,0.069063,0.016608,0.020954,0.003484,-0.020503,0.015794,0.014059,-0.205017,0.007346,-0.031212,0.005337,0.007254,0.003371,-0.022657,-0.006073,0.016775,0.001399,-0.009715,-0.010246,-0.031694,0.004912,0.003782,-0.009955,0.031642,-0.009335,0.007205,-0.014732,0.025887,0.109987,-0.045497,0.094053,0.022262,-0.009472,0.007851,0.016285,0.019641,0.012334,-0.019522,0.031656,0.010552,-0.037388,-0.051845,-0.002285,-0.011572,0.023984,-0.026836,-0.004311,0.045238,-0.000443,-0.018108,0.017926,0.010616,-0.000777,-0.000595,-0.025878,-0.011802,-0.011273,0.009621,-0.007235,-0.013627,-0.007005,0.060168,-0.00702,0.012514,0.002623,-0.043544,0.018998,0.039975,0.010904,0.003618,-0.020853,-0.050493,-0.010219,-0.019275,-0.034199,0.012749,0.018155,0.021878,-0.034369,0.000827,-0.007267,-0.001868,0.089794,0.004983,0.020652,0.00124,0.009234,-0.013664,0.020532,0.028368,-0.019229,-0.023289,0.02557,0.019546,0.001157,0.021751,-0.030763,-0.046313,0.009796,0.007766,-0.000041,-0.057016,0.008314,0.036055,0.027476,0.002844,0.014992,-0.006151,-0.010194,0.016395,0.027046,0.016042,0.044651,0.020366,-0.00728,-0.000767,-0.01747,-0.046355,0.026588,-0.002309,0.015048,-0.013771,0.06354,0.009093,-0.02008,-0.016299,0.018052,0.003889,-0.029873,-0.019098,0.046445,-0.03275,0.032044,0.01493,0.003688,-0.035327,0.001763,0.00343,-0.000126,0.023676,0.017011,-0.001108,0.015617,0.005412,-0.034376,-0.005123,0.008687,-0.031575,-0.080749,0.024146,-0.009315,0.007812,0.028121,0.020344,0.010803,0.018146,0.015868,-0.005066,0.007095,0.011447,-0.034156,-0.017842,-0.003607,-0.016812,0.026831,0.033701,-0.004685,0.0028,-0.009379,0.030222,-0.011423,-0.028632,0.036671,-0.022622,-0.006815,0.019916,-0.023634,0.000858,0.018193,-0.013947,-0.004499,-0.000906,0.042654,0.013506,0.000417,0.001978,0.001213,0.010104,0.003861,-0.00177,-0.00891,-0.002155,0.006697,0.010738,0.019528,-0.048256,-0.046283,0.013135,-0.029991,0.013904,0.015497,0.104349,0.022166,-0.043729,0.049283,0.007017,0.001251,0.000879,0.03116,0.014062,-0.018609,-0.009651,-0.017667,-0.005283,-0.055768,-0.025722,-0.014239,0.000647,-0.020548,0.001842,0.000487,-0.003546,-0.005786,0.025706,0.021096,0.001838,0.021446,0.027936,-0.017967,-0.01546,-0.015096,0.001632,0.004737,0.021521,-0.032898,0.002149,0.007511,0.023518,-0.035073,-0.040032,0.008339,0.010446,0.020657,0.018481,-0.038431,-0.002411,0.041701,0.043303,0.040493,-0.033293,-0.005465,0.033894,-0.019605,-0.020376,0.015501,0.005595,-0.018729,-0.006957,0.012175,-0.017131,-0.006912,0.039572,0.011279,0.014453,0.004875,0.013773,0.112641,-0.014339,0.014866,-0.005877,-0.03643,-0.000217,0.036695,0.013183,-0.007296,-0.015977,0.023448,-0.032659,-0.012063,0.043188,0.022222,-0.014724,-0.00441,-0.021604,0.019648,-0.029766,0.097586,0.023149,-0.01176,-0.005976,0.013843,-0.02141,-0.002064,-0.012424,0.019744,-0.00505,0.029745,0.016782,-0.026678,-0.010527,-0.00102,0.036223,-0.023525,0.010901,0.014144,-0.003369,-0.001978,-0.03707,0.012273,-0.048738,0.013739,0.035307,0.001901,0.009886,-0.009237,0.035143,-0.015661,-0.019507,0.025533,-0.030378,0.012728,0.032351,0.01482,-0.02181,0.012734,-0.014561,0.006981,0.00784,-0.013843,-0.01266,-0.004123,-0.049013,-0.016708,0.040026,0.011345,0.015743,-0.029978,-0.007592,0.007643,0.022313,0.006167,-0.008897,-0.017979,-0.012271,-0.012058,0.019655,0.774764,-0.004417,0.029064,-0.015902,-0.015387,-0.004025,-0.016507,-0.023813,0.005689,-0.001162,0.017007,0.012838,0.001989,0.022695,0.009973,-0.012049,0.01579,-0.01095,0.007749,-0.01337,-0.013314,-0.025111,0.056007,0.033347,-0.003469,0.052006,0.008001,-0.028293,0.007123,-0.013959,-0.015606,-0.023622,-0.019052,-0.010981,-0.028491,0.01426,-0.020473,0.039079,0.01239,-0.078943,0.015907,0.002356,0.010361,-0.017111,0.047125,-0.021934,0.028209,0.022086,0.009302,-0.016172,0.02129,0.010875,0.019723,0.044736,-0.006156,-0.030459,0.008072,-0.043136,-0.007517,0.026652,0.019823,-0.001073,-0.009755,0.094103,0.022679,0.047402,-0.007461,-0.001452,0.027095,0.027536,0.037941,-0.064865,-0.004343,0.012589,-0.002274,0.005685,-0.010723,-0.042747,-0.02143,-0.028768,0.025774,-0.02209,0.02011,-0.003044,-0.000868,-0.009124,-0.039019,0.029764,0.003515,-0.021669,-0.041438,-0.005117,0.028529,-0.003269,0.022024,0.00969,-0.019447,0.03721,0.028109,-0.005476,0.017837,0.002095,0.012063,0.038148,-0.051984,0.019249,0.007687,-0.016189,-0.004035,0.033237,0.007177,-0.045295,-0.000958,-0.01025,-0.010199,0.013818,0.029422,0.026715,-0.008284,-0.002693,-0.03168,-0.002241,-0.010644,-0.036441,0.016971,-0.024739,-0.04218,0.032123,0.018234,-0.034676,0.016933,0.008852,-0.02188,0.004159,-0.012639,-0.020346,-0.01107,-0.00612,0.031202,0.012582,-0.003803,0.044,0.017282,0.007566,-0.028924,0.019364,0.010177,0.016376,0.003295,-0.020325,0.013733,0.178243,-0.014922,0.024032,-0.000005,-0.007447,0.012846,-0.012935,-0.009313,-0.033803,0.032411,0.011679,0.052996,0.012891,-0.023629,-0.002306,0.094266,0.007527,-0.002938,0.018333,-0.005758,0.030776,-0.001916,-0.180305,-0.017702,-0.045631,0.013255,0.019947,0.002514,0.004389,0.002591,0.001606,-0.017858,0.010123,-0.020424,-0.021054,-0.01415,-0.021792,-0.019228,0.034962,0.000713,0.016276,-0.025895,0.043555,0.08357,-0.017722,0.139917,-0.000218,0.030046,-0.000411,-0.003827,0.020137,0.028066,0.012784,0.007711,-0.011157,-0.038364,-0.051065,-0.035074,-0.01345,0.024453,-0.040137,-0.040728,-0.008402,0.035827,-0.012522,0.056879,-0.002869,-0.004883,0.002108,-0.034557,-0.042701,0.007278,0.004063,0.002112,-0.031601,-0.010981,-0.018692,-0.001814,0.011698,-0.012202,-0.009381,0.005609,0.037379,0.005284,-0.016461,-0.001808,-0.048214,0.007321,-0.033426,-0.004385,0.016755,0.008147,0.01582,-0.032244,0.022985,0.001394,0.027247,0.041381,0.002332,0.020405,-0.003565,0.031545,-0.019555,0.002667,0.016479,-0.018939,0.004413,0.001244,-0.005434,0.0104,0.024027,-0.033934,-0.000227,0.009045,0.012933,-0.018544,-0.039332,0.001855,0.019246,-0.00213,-0.010669,0.013277,-0.034893,-0.008986,0.019016,0.026184,0.013083,0.050505,0.027084,0.020745,0.001314,0.012742,-0.027363,-0.000975,-0.024586,0.012876,-0.040653,-0.003628,-0.015101,-0.018571,-0.014234,0.016416,-0.015656,-0.029237,-0.011248,0.032982,-0.047826,0.029228,-0.015471,-0.004439,-0.032639,0.003122,0.034348,-0.003287,0.029402,-0.005803,0.001213,-0.018228,-0.010668,-0.023194,-0.025468,0.005968,-0.0176,-0.074193,0.02188,-0.003204,-0.000854,0.019688,0.009323,-0.007124,0.031303,0.006155,0.002298,0.009576,-0.017155,-0.01498,0.020834,0.003185,0.014053,0.025872,0.025759,0.008975,-0.000017,-0.014022,-0.012656,-0.039417,-0.011529,-0.007334,-0.045076,0.00526,-0.002226,0.017216,0.016591,-0.012864,-0.025488,-0.004293,-0.006638,0.030265,0.008635,0.006568,0.000173,-0.002288,-0.001666,0.014975,-0.009515,-0.038307,-0.020106,0.002679,0.005747,0.028699,-0.014166,-0.023615,0.012185,-0.006066,0.026005,-0.034485,0.068466,0.019777,-0.041748,0.02967,0.004557,0.010149,0.019737,0.039778,-0.015262,-0.020756,-0.01777,-0.005367,-0.004106,-0.025407,-0.029066,-0.019682,-0.007556,-0.022891,-0.001776,-0.014045,0.023358,0.012377,0.009198,0.02901,-0.013941,0.024449,0.048915,-0.009143,-0.015789,-0.02481,-0.037068,-0.033665,0.027128,-0.025356,0.000595,0.005444,0.0098,-0.026011,-0.03488,-0.000538,0.006517,-0.008057,-0.021755,-0.003962,-0.002511,0.063871,-0.000135,0.031415,-0.015498,0.006704,0.010817,-0.004635,0.01459,0.00682,0.02489,-0.003967,-0.019084,0.025534,0.026772,-0.012639,0.025088,0.006898,0.037184,0.020779,0.021296,0.109829,-0.011175,0.01165,0.015311,0.001213,-0.001515,0.05607,0.045637,0.015086,-0.032023,-0.010734,-0.029772,-0.000941,0.036877,0.033718,-0.008061,0.019023,-0.012309,0.009045,-0.004935,0.090962,0.042279,-0.019838,0.006139,0.042386,0.008182,-0.018123,-0.010653,0.008178,-0.019964,0.04196,0.000189,-0.002872,0.016316,0.005229,0.019105,-0.011929,0.008795,0.006823,-0.00811,0.0067,-0.03665,-0.014454,-0.000092,-0.045852,0.015219,-0.020863,0.015102,0.016329,0.025803,-0.017648,0.013321,0.022492,-0.008266,-0.011944,0.013963,0.026205,-0.006098,0.015907,-0.010008,0.017608,0.000043,0.019862,0.000312,0.005737,-0.004973,-0.029799,0.030667,-0.005247,0.001641,0.006566,-0.009446,-0.001079,-0.001617,0.020872,-0.015648,-0.042878,-0.020462,-0.015286,-0.001943,0.773984,0.001176,0.009749,-0.022029,0.014934,-0.014021,-0.011066,0.01818,-0.012462,0.015235,0.003163,-0.007888,0.009447,0.002053,0.042397,0.011558,0.042107,-0.02751,-0.007201,-0.015136,-0.000063,0.016794,0.027023,0.027855,-0.01238,0.05095,0.002144,-0.028058,0.014095,-0.031628,-0.042089,-0.01119,-0.03914,-0.027137,0.004102,0.044077,-0.024936,-0.004799,0.021932,-0.106012,-0.010943,0.00593,0.017074,-0.022279,0.004697,0.008179,0.014361,0.077692,-0.003052,-0.026737,0.011517,-0.019542,0.011032,0.053687,-0.000539,-0.034314,0.005347,-0.04396,-0.016298,0.013944,-0.018345,-0.019333,-0.016707,0.091129,0.023109,0.074406,0.000796,-0.029819,0.029835,0.03427,0.025111,-0.063131,-0.008176,0.015708,-0.013341,0.011104,-0.014887,-0.050608,-0.025186,-0.032189,0.024305,-0.016616,0.020813,-0.008572,0.006231,-0.013247,-0.031744,0.029004,-0.008546,-0.019921,-0.049144,0.00257,0.029241,-0.00678,0.021352,0.012124,-0.024855,0.03794,0.022683,-0.004418,0.023448,0.001101,0.009176,0.036862,-0.047107,0.018976,0.003739,-0.013701,0.002588,0.028968,0.010507,-0.039174,0.004348,-0.002876,-0.011701,0.016639,0.027399,0.019944,-0.019379,-0.00002,-0.034499,0.00427,-0.008184,-0.030029,0.010687,-0.019565,-0.038815,0.034457,0.023905,-0.022733,0.036398,0.006399,-0.018653,0.005433,-0.00823,-0.0125,-0.006111,-0.01515,0.032983,0.011404,-0.006271,0.041116,0.023856,0.004456,-0.04046,0.013012,0.013125,0.012196,0.007973,-0.019567,0.002894,0.182647,-0.024531,0.027886,-0.000619,-0.009691,0.011206,-0.019009,-0.00538,-0.047884,0.032986,0.015628,0.052682,0.028457,-0.022412,-0.006819,0.092217,0.005682,-0.010239,0.011883,-0.008311,0.039284,0.002175,-0.183621,-0.017324,-0.046252,0.012461,0.008154,0.009822,-0.002825,0.008647,-0.003878,-0.020157,0.010554,-0.020662,-0.019254,-0.013595,-0.023352,-0.010986,0.033233,-0.000192,0.009005,-0.024496,0.042843,0.091338,-0.01885,0.139653,-0.002402,0.018242,-0.003401,-0.003136,0.017966,0.030493,0.013154,0.017825,-0.007332,-0.031825,-0.058397,-0.02931,-0.008004,0.008008,-0.034614,-0.04986,0.006563,0.037722,-0.010009,0.059354,0.006976,0.002751,0.003888,-0.040405,-0.033923,0.005983,-0.00179,0.002802,-0.038677,-0.007562,-0.020623,-0.000599,0.009045,-0.000865,-0.010093,-0.000449,0.03817,0.007536,-0.020106,0.004861,-0.040511,0.007373,-0.039819,0.000771,0.019299,0.011172,0.003668,-0.031047,0.018911,0.001857,0.02862,0.031211,-0.005847,0.015367,-0.000221,0.027001,-0.011568,-0.008289,0.020465,-0.016033,0.011381,-0.001429,-0.010297,0.006731,0.025525,-0.029325,-0.002401,-0.000394,0.016871,-0.016005,-0.040012,0.008288,0.015411,0.001307,-0.011541,0.021287,-0.029313,-0.007732,0.020598,0.025643,0.01734,0.043821,0.029978,0.019805,-0.000873,0.011077,-0.033546,-0.008624,-0.025611,-0.00142,-0.042103,-0.001923,-0.006891,-0.026373,-0.008293,0.013521,-0.003219,-0.030353,-0.013662,0.039212,-0.053808,0.027974,-0.012024,0.002315,-0.031985,0.004849,0.033936,-0.005021,0.046733,0.002919,-0.008014,-0.012082,-0.008251,-0.022317,-0.021066,0.005308,-0.016095,-0.066831,0.024046,-0.002276,-0.003397,0.007352,0.004625,-0.005898,0.045657,0.007928,0.00609,-0.002612,-0.013275,-0.011085,0.017153,0.000375,0.01074,0.022623,0.030103,0.003062,-0.004867,-0.010313,-0.021146,-0.034199,-0.008965,-0.018859,-0.042244,0.005942,0.006962,0.013993,0.014606,-0.015347,-0.023403,0.001815,-0.010734,0.019199,0.007442,0.01317,-0.004125,0.000233,-0.003635,0.006803,-0.012823,-0.04377,-0.017522,-0.010127,0.002726,0.037782,-0.021674,-0.022687,0.006907,0.002616,0.02208,-0.034364,0.067104,0.021587,-0.042966,0.025601,-0.007962,0.013972,0.027493,0.033099,-0.010696,-0.018359,-0.01061,-0.009415,-0.005928,-0.017395,-0.0227,-0.02223,-0.004707,-0.022815,-0.004148,-0.003295,0.020262,0.023217,0.013868,0.038345,-0.02388,0.020841,0.056354,0.006793,-0.012717,-0.017122,-0.037749,-0.030208,0.023812,-0.021611,0.008252,-0.000841,0.018164,-0.02412,-0.036582,-0.005409,0.005806,-0.008875,-0.01422,-0.007915,-0.004021,0.067103,-0.002947,0.024225,-0.009772,0.009618,0.006903,0.003177,0.018566,0.013639,0.023772,-0.002442,-0.020758,0.018068,0.020076,-0.007616,0.032033,0.004073,0.029426,0.028533,0.018924,0.108453,-0.019499,0.010343,0.013211,-0.002329,-0.002689,0.058051,0.031129,0.018121,-0.030706,-0.00657,-0.033316,0.001672,0.033414,0.035791,-0.012657,0.025411,-0.011352,0.020418,-0.011199,0.102753,0.040148,-0.019771,0.011822,0.038352,-0.001264,-0.006907,-0.013536,0.012714,-0.011378,0.048501,-0.006516,0.00163,0.024375,0.010329,0.013495,-0.005329,0.018286,0.007337,-0.008285,0.005767,-0.042006,-0.022272,0.009695,-0.048844,0.016601,-0.020401,0.01821,0.012293,0.020523,-0.026132,0.009419,0.018596,-0.009231,-0.008168,0.016637,0.015132,-0.012609,0.017197,-0.013096,0.017796,0.006033,0.02768,0.012927,0.013194,0.000401,-0.030767,0.026067,-0.003371,-0.002345,0.000878,-0.010887,-0.000405,-0.005614,0.021024,-0.015563,-0.033341,-0.015821,-0.011324,-0.000994,0.76771,0.001991,0.009004,-0.020545,0.010356,-0.02272,-0.01552,0.022223,-0.014629,0.019944,0.005503,0.001448,0.005199,-0.002847,0.032155,0.011761,0.038196,-0.024868,-0.016192,-0.015021,-0.002795,0.021762,0.021818,0.017969,-0.011459,0.052985,-0.004504,-0.031125,0.016455,-0.035133,-0.05084,-0.018241,-0.037753,-0.031194,0.004545,0.042126,-0.032998,-0.009803,0.014348,-0.098868,-0.012376,0.011718,0.015877,-0.020195,0.009934,0.021287,0.0269,0.080163,-0.000266,-0.02394,0.003077,-0.021099,0.013445,0.054904,0.001075,-0.041052,0.007838,-0.040815,-0.011764,0.02317,-0.022934,-0.015338,-0.01602,0.09758,0.018417,0.080582,0.008737,-0.0267,0.032941,0.032717,0.039731,-0.079012,0.029135,0.024555,0.015454,0.006266,0.018387,-0.04316,0.007816,-0.007609,0.018915,-0.062949,0.000499,0.007845,-0.015802,-0.009179,-0.025383,0.005574,0.015941,-0.010134,-0.047829,0.018836,-0.006764,-0.014936,0.027649,0.006883,0.003995,0.026733,0.016705,-0.009385,0.03108,0.003398,-0.012802,0.013703,-0.063614,-0.002779,-0.017625,0.012597,-0.007633,0.060025,0.018289,-0.007093,-0.009129,-0.034793,-0.01071,-0.004188,0.011903,0.019982,0.007249,-0.002266,-0.019304,-0.00825,-0.013934,-0.028182,0.033069,-0.044698,-0.011774,-0.001212,0.031182,-0.015596,-0.021662,0.014944,-0.009095,0.001856,-0.013626,-0.047374,-0.002979,0.003973,0.041738,0.03031,-0.017526,0.026436,0.020259,0.02562,-0.000208,0.011528,0.011301,0.046266,-0.007885,-0.015796,0.007254,0.132623,0.020213,-0.00878,-0.001513,-0.010287,0.015702,-0.01297,-0.029494,-0.010371,0.054472,0.004956,0.024338,0.003608,-0.000491,0.02369,0.070665,-0.004714,0.038155,0.008818,-0.025597,-0.005672,0.007888,-0.191306,0.00233,-0.022116,0.011587,0.010957,-0.016576,-0.005587,-0.01006,0.013533,-0.017829,-0.033703,-0.002633,-0.037405,0.008434,-0.020653,-0.020593,0.048286,0.003522,0.031494,-0.035439,0.049882,0.063843,-0.036587,0.076363,0.018444,0.005823,0.020283,0.00039,0.01029,0.009977,-0.003821,0.024658,-0.001529,-0.046886,-0.011161,-0.015926,-0.000629,0.005965,-0.01363,-0.010145,0.036347,0.002546,-0.027214,0.013345,-0.006738,-0.003872,0.00125,-0.000485,-0.033866,0.011022,0.023334,-0.019647,0.006859,-0.012299,0.023504,0.01089,0.009049,0.006643,-0.033721,0.052598,-0.003696,0.009083,-0.000308,-0.019201,-0.064246,-0.012595,-0.015579,-0.042732,0.011713,0.000694,0.023106,-0.032935,0.016728,-0.012529,0.043695,0.147752,-0.009925,0.036299,0.004346,0.01389,-0.006984,0.033998,-0.008154,-0.022804,-0.018439,0.007115,-0.012739,0.013724,0.01826,-0.020294,-0.010088,0.067112,-0.002631,-0.026077,-0.045425,0.011871,0.05219,0.027599,-0.00212,0.018448,-0.004242,0.004089,0.015358,0.03673,0.015628,0.043412,0.019564,0.008764,-0.004043,-0.018197,-0.029033,0.026263,-0.017272,0.023596,0.004688,0.049921,-0.002289,-0.019717,-0.04926,0.03264,-0.019747,-0.044087,-0.003699,0.019408,-0.015119,0.023568,-0.001876,-0.012184,-0.023266,0.015873,0.000228,-0.016538,-0.013775,-0.001673,-0.00683,-0.016975,0.005372,-0.035604,-0.01977,-0.002556,-0.014239,-0.067129,0.024934,-0.018448,0.001907,0.021787,0.032259,0.00464,-0.052968,0.017225,0.000873,0.008089,0.015924,-0.00398,-0.011903,-0.000897,-0.010411,0.042089,0.031479,-0.013383,0.026513,0.014169,0.016466,-0.017937,0.004068,0.027943,-0.025099,-0.018892,-0.010142,0.012933,0.003296,0.016995,-0.019695,-0.014498,-0.0041,0.056935,0.004223,0.028397,0.007149,-0.011789,-0.014924,0.021126,-0.019706,-0.025424,-0.013945,-0.015065,0.019242,0.011984,-0.016774,-0.044488,0.023032,-0.03804,-0.008346,0.00703,0.060169,-0.008447,-0.053071,0.043067,0.031378,0.003083,-0.02648,0.051014,-0.007209,-0.025492,-0.019227,-0.018987,-0.006204,-0.04812,-0.026895,-0.010436,-0.008649,-0.002483,0.011994,0.010033,-0.006672,-0.032282,-0.001305,0.032897,0.004002,0.034009,0.035248,-0.016765,-0.021172,-0.024799,-0.000914,0.011514,0.019373,-0.013187,0.011935,0.001371,0.044446,-0.031883,-0.037166,0.012916,0.012119,-0.000722,0.014039,-0.025541,0.006672,0.03365,0.046585,0.05256,-0.019071,0.005436,0.024286,-0.008597,-0.012666,0.004446,0.010409,-0.008776,-0.016122,0.021929,0.00419,-0.012484,0.027062,0.009572,0.04116,-0.004182,0.030743,0.112515,-0.010979,0.036829,-0.014061,-0.020232,0.022435,0.040841,0.041488,0.000805,0.00055,0.004865,-0.015782,-0.020235,0.026388,-0.003048,0.014334,-0.021652,-0.006966,-0.007755,-0.019013,0.076644,0.019233,-0.005021,-0.005588,0.017887,-0.009455,0.010185,-0.001154,-0.000566,-0.01626,0.048193,0.028647,-0.031103,-0.000302,-0.022613,0.048984,-0.028026,0.000608,0.017544,0.016514,0.002323,-0.013113,0.013248,-0.012712,0.01739,0.050472,0.000419,-0.004368,-0.000414,0.030869,0.007719,-0.005824,0.033978,-0.027493,-0.013877,0.015211,0.045038,-0.01883,-0.004541,-0.024942,0.024442,-0.006435,0.00007,-0.021879,-0.010435,-0.048939,-0.014883,0.043858,-0.015383,0.005169,-0.021301,-0.015667,0.008102,0.017049,-0.004301,0.00431,-0.001863,-0.048353,-0.001075,0.009451,0.776733,-0.009072,0.002029,-0.015946,-0.000777,0.00999,-0.00637,-0.003142,0.001401,-0.018898,0.015806,-0.018433,0.014298,0.013393,0.019417,-0.007892,0.030636,-0.027937,0.01834,-0.005829,0.002004,-0.037885,0.063179,0.049437,-0.018065,0.050427,0.001834,-0.030963,0.01742,0.008993,0.001617,-0.002081,-0.018141,-0.029359,-0.022903,0.015902,0.005309,0.020549,0.026791,-0.076964,0.01656,-0.009812,0.028454,-0.024885,0.022969,-0.036471,0.002635,0.004013,0.016796,0.00102,0.013162,-0.01466,0.032265,0.049169,0.001104,-0.018328,0.010753,-0.033678,-0.016735,0.0153,0.020324,0.00495,0.000754,0.045706,0.013369,0.063763,0.008912,-0.007516,0.027694,0.031207,0.040387,-0.091726,0.035807,0.025892,-0.003462,0.004724,0.016738,-0.039361,0.004071,0.002047,0.026641,-0.064256,0.014972,-0.005623,-0.022914,-0.004142,-0.026359,0.011556,0.004814,-0.025532,-0.064344,0.024367,0.004969,-0.02134,0.023454,0.009459,0.004397,0.026091,0.016199,0.0009,0.018767,0.00072,-0.012805,0.012741,-0.072692,0.009724,-0.010603,0.016105,-0.007031,0.050875,0.008216,-0.020172,0.003946,-0.007833,-0.006678,-0.001838,0.013033,0.013051,0.000629,-0.003389,-0.016058,-0.002042,-0.004442,-0.011722,0.020588,-0.051467,-0.010523,-0.006557,0.014888,-0.008411,-0.001569,0.009542,0.007912,0.012711,-0.004755,-0.031671,-0.017392,-0.016455,0.03455,0.023942,-0.009742,0.015855,0.021679,0.018267,-0.009078,0.018485,0.014287,0.028331,-0.010842,-0.014882,-0.001368,0.11738,0.015241,0.00337,-0.004097,-0.002735,0.024263,-0.007769,-0.013139,-0.033079,0.047755,-0.006138,0.014868,0.025152,0.002879,0.024253,0.071783,-0.00305,0.032937,-0.00343,-0.013119,0.007245,0.019086,-0.20918,0.004163,-0.036038,-0.001106,-0.004006,-0.009087,-0.0194,-0.003481,0.016652,-0.022786,-0.023308,0.001183,-0.031079,0.002933,-0.011087,-0.007927,0.047417,0.00298,0.029232,-0.040849,0.046359,0.076306,-0.031887,0.077031,0.01854,0.013116,0.013771,0.008804,0.006117,0.025378,-0.004373,0.017515,-0.007214,-0.047211,-0.011249,-0.015974,-0.002605,0.010474,-0.01218,-0.000763,0.034888,0.012494,-0.016789,0.025693,-0.010757,0.004908,0.00654,-0.005118,-0.041168,-0.000302,0.020316,-0.017269,0.000599,-0.005491,0.047749,0.003006,0.008773,0.008052,-0.033648,0.043541,0.006576,0.005241,-0.00747,-0.009716,-0.05623,0.006367,-0.015313,-0.022931,0.007446,0.008305,0.018913,-0.027276,0.016209,-0.009949,0.037752,0.146061,-0.010718,0.039663,0.005004,0.013133,-0.001281,0.025469,0.008197,-0.009824,-0.014336,0.009523,-0.013741,0.00722,0.018841,-0.030204,-0.007467,0.063616,0.006843,-0.035518,-0.042785,0.018395,0.032149,0.026175,-0.006764,0.018321,-0.002991,0.010274,0.024196,0.036739,0.008231,0.037947,0.018267,0.00862,-0.004607,-0.017369,-0.01928,0.013714,-0.012572,0.00831,-0.002897,0.056313,0.007762,-0.036615,-0.033393,0.036342,-0.019424,-0.039815,-0.006087,0.040843,-0.010138,0.019718,0.008941,-0.009142,-0.027723,0.000488,-0.006411,-0.0027,-0.007798,-0.002155,-0.005532,-0.002755,0.006585,-0.04756,-0.017294,0.001289,-0.008354,-0.089434,0.026944,-0.013513,-0.011551,0.013157,0.037829,0.004525,-0.029069,0.015779,-0.002557,-0.026356,0.013383,-0.002971,-0.003202,-0.012091,0.004831,0.044698,0.024643,-0.011309,0.016309,0.015117,0.020299,-0.020311,-0.006378,0.027411,-0.025941,-0.010313,-0.004309,-0.00273,-0.005291,0.018805,-0.027801,0.003428,-0.01788,0.036559,0.010983,0.022715,0.005145,-0.008371,0.002223,0.016183,-0.021847,-0.019525,-0.002745,-0.025772,0.01523,0.002994,-0.0235,-0.043182,0.012667,-0.032974,-0.014432,-0.001385,0.066997,-0.001108,-0.044928,0.046121,0.019465,0.001129,-0.002081,0.035646,0.002508,-0.019326,-0.030964,-0.025909,-0.008287,-0.036222,-0.023239,-0.00911,-0.002739,-0.018683,0.003836,0.021475,-0.005776,-0.027832,0.01552,0.024989,-0.012895,0.029737,0.02914,-0.012717,-0.033314,-0.010159,0.000207,0.000936,0.023782,-0.006717,0.017181,0.001596,0.0423,-0.029917,-0.035409,0.003061,0.008576,0.003637,0.005056,-0.027573,0.002796,0.040169,0.048181,0.035746,-0.020858,0.011237,0.013353,-0.013644,0.000865,-0.009024,0.016157,-0.004409,-0.003919,0.012897,-0.010511,0.000806,0.038098,0.0067,0.025188,-0.013413,0.024981,0.111656,-0.005219,0.036531,-0.004009,-0.024842,0.023569,0.042707,0.037338,-0.00352,-0.007204,0.004655,-0.020216,-0.03067,0.023652,0.020236,0.010537,-0.003023,-0.018089,-0.003968,-0.031982,0.075423,0.021345,-0.015807,0.008282,0.020541,-0.01559,0.00343,-0.003112,0.007986,-0.014869,0.040553,0.028671,-0.03082,0.001066,-0.018666,0.028644,-0.035911,0.001862,0.017276,0.012072,-0.01062,-0.011163,0.003149,-0.008701,0.023206,0.04026,-0.004301,-0.002422,0.006106,0.040182,-0.003139,-0.014737,0.035228,-0.031268,0.006796,0.019165,0.03668,-0.006899,-0.002554,-0.020899,0.002419,0.006075,0.003111,-0.00729,-0.003261,-0.036258,-0.012178,0.04155,-0.001514,-0.007447,-0.019887,-0.010334,0.003965,0.016466,-0.008129,0.013709,0.002636,-0.039073,-0.001096,0.000223,0.786529,-0.002389,-0.001863,-0.015746,-0.006985,0.011947,-0.002984,-0.003129,0.010148,-0.008729,0.018575,-0.016674,0.02476,0.009413,0.013913,-0.004394,0.014919,-0.029265,0.022449,-0.011946,0.001103,-0.024602,0.059752,0.035693,-0.01399,0.066966,-0.009345,-0.029501,0.019756,0.001664,0.006624,-0.003538,-0.019417,-0.046617,-0.017172,0.019062,0.00589,0.012992,0.011329,-0.068953,0.020791,-0.004788,0.017014,-0.02667,0.021594,-0.019974,0.031312,-0.000842,0.01332,-0.007641,0.01751,-0.006758,0.030904,0.044753,0.00286,-0.021576,0.004471,-0.041438,-0.021085,0.003304,0.018435,0.008609,0.001965,0.0643,0.014501,0.072357,0.015437,-0.006395,0.037059,0.041026,0.053966,-0.085348,0.03298,0.010113,-0.001541,0.015526,0.003806,-0.030539,0.007099,0.020284,0.032677,-0.109857,0.027429,0.022622,-0.004526,-0.003401,-0.034737,-0.000378,0.021105,-0.004075,-0.022292,0.029859,0.014284,0.00136,0.000652,0.001271,-0.00499,0.011689,0.019255,-0.010667,0.011416,0.006163,-0.007715,0.024947,-0.059564,-0.034523,0.010083,-0.0273,-0.039811,0.06562,-0.003638,-0.017446,-0.011381,-0.005358,-0.024509,0.007498,0.017429,0.005033,-0.024307,0.011585,0.006457,0.011121,-0.008808,-0.007134,0.047181,-0.053954,0.003896,0.004246,0.017682,-0.024908,0.017547,0.006175,-0.022059,-0.002421,-0.028992,-0.013592,0.008056,0.020015,0.021035,0.019967,0.002277,0.029169,-0.006994,0.01632,-0.018094,0.03494,0.0223,0.019155,-0.001955,0.024703,0.013,0.134327,0.044189,0.002407,-0.007,0.006468,-0.004534,0.002824,-0.017393,-0.017003,0.045175,0.018523,0.046002,0.001753,0.010705,-0.000992,0.080657,0.034368,0.043076,-0.000659,0.010327,0.004226,-0.009797,-0.181917,0.003583,-0.034112,-0.005213,0.012383,0.004557,0.016318,-0.011718,-0.007322,-0.027623,0.015815,-0.018896,-0.04767,-0.009231,-0.000677,0.00484,0.001291,0.002734,0.047652,-0.025804,0.032258,0.080356,-0.045696,0.09116,0.050745,-0.014929,-0.005141,0.025923,-0.007378,-0.009587,0.01368,0.019973,0.028418,-0.026832,-0.032097,-0.009647,-0.008497,0.017684,-0.028297,0.000874,0.039628,0.023223,0.000832,0.001792,0.000709,-0.031314,0.012694,-0.029402,-0.015095,-0.011002,0.027868,-0.008034,-0.007677,0.006708,0.05555,-0.006258,0.004315,0.009798,-0.002683,0.008999,0.026686,0.005816,0.027448,-0.023082,-0.074951,-0.035424,0.000698,-0.015525,-0.004113,0.005086,0.014981,-0.033918,0.015506,-0.018579,0.014325,0.095999,-0.005647,0.038281,0.001465,0.019153,-0.008463,0.029032,0.013253,-0.033369,-0.021296,0.014667,0.026005,-0.012946,0.015089,-0.014243,-0.028086,0.049296,0.012185,-0.010617,-0.068764,0.0288,0.017502,0.00751,0.011179,0.053195,-0.008843,-0.007197,0.006172,0.021142,0.023074,0.004682,0.019843,-0.011653,0.009411,-0.008556,-0.019077,0.03597,0.026978,0.027366,0.017262,0.024167,-0.008816,0.025234,-0.036444,0.023476,-0.006426,-0.059264,0.011354,-0.003936,-0.009481,0.037808,-0.00396,0.031642,-0.028418,0.019482,-0.006057,-0.025905,0.000631,-0.01305,-0.016481,0.006259,-0.002432,-0.010089,-0.041302,-0.003398,-0.01593,-0.081526,0.006823,0.011978,0.033389,0.079808,0.014707,-0.003191,-0.017471,0.012724,-0.008355,0.020084,-0.003946,-0.029098,0.00969,-0.039619,0.017545,0.031355,0.036983,-0.013089,0.009056,0.010574,0.026854,-0.028367,0.02541,0.025875,-0.045641,-0.011387,-0.016934,-0.005023,0.026583,0.019635,-0.003914,-0.002934,0.008118,0.053204,0.046799,-0.008817,0.010571,-0.002715,0.016463,-0.004577,-0.029478,-0.019648,-0.01957,0.000141,0.031214,0.014909,-0.022624,-0.049126,0.000052,-0.023392,-0.000236,0.004933,0.112724,0.025114,-0.031921,0.009074,0.010491,-0.006088,-0.030891,0.057718,-0.009849,-0.022309,-0.020178,-0.008829,-0.004314,-0.026288,-0.030082,0.008275,0.003486,-0.018535,0.00987,0.010669,-0.013739,-0.011934,-0.004001,-0.005451,-0.026449,-0.005346,0.039001,-0.011593,-0.009999,-0.016142,-0.00628,-0.005409,0.025743,-0.010796,0.032034,0.000928,0.005118,-0.013565,-0.034441,0.012663,-0.015045,-0.009425,-0.008403,-0.035567,0.006545,0.018526,0.043507,0.023204,-0.016487,-0.018514,0.037109,-0.017985,0.020392,0.026058,-0.01476,-0.027084,-0.001815,0.005375,-0.02725,-0.012748,0.007996,0.005565,0.041368,0.003892,0.031807,0.110318,-0.018873,-0.002354,-0.038932,0.018519,-0.003122,0.017842,0.047292,-0.010522,-0.013584,0.018367,0.011149,-0.01759,0.049998,0.036266,-0.013733,-0.006089,-0.005764,0.046352,-0.010702,0.057429,0.012344,-0.009854,-0.0077,0.028068,-0.000052,-0.032463,-0.000212,-0.002042,-0.022576,0.012264,0.007078,-0.0158,-0.013083,-0.031288,0.035063,-0.037324,-0.002879,-0.002704,0.002389,0.022513,-0.026934,-0.016468,-0.01871,0.013569,0.007233,0.010758,0.030412,0.004715,0.066177,-0.011401,-0.020189,0.024242,-0.017445,-0.025486,-0.002173,0.008061,-0.01314,0.006285,-0.003171,-0.002331,-0.002605,0.024275,-0.033926,0.005927,-0.027487,-0.017294,0.036175,0.010572,0.001844,-0.003418,-0.013315,0.003236,0.022137,-0.011204,-0.000403,-0.02654,-0.041132,-0.006809,0.020166,0.766453,0.01191,0.006345,-0.008085,0.014294,-0.00672,-0.022203,0.002998,-0.021635,-0.019774,0.017297,-0.011776,0.008003,0.02071,0.017804,-0.038045,0.024097,-0.015411,0.021906,-0.009268,0.002665,-0.044026,0.043591,0.009801,-0.009505,0.043201,-0.003781,-0.017133,0.011162,0.012385,-0.055392,-0.020176,-0.02221,-0.02447,-0.027826,0.014351,-0.019274,0.024864,0.033749,-0.09711,-0.002657,-0.021562,0.036386,-0.017158,-0.00338,-0.012955,-0.003725,-0.01183,-0.020423,-0.020135,0.029811,-0.028665,0.00234,0.041376,0.003529,-0.030385,0.017641,-0.043748,-0.010082,0.019724,0.02264,-0.010952,-0.030158,0.058338,0.044128,0.034635,0.003352,-0.00408,0.021966,0.039499,0.050381,-0.078764,0.033546,0.002651,-0.015377,0.015105,0.006978,-0.027579,-0.000206,0.029676,0.033335,-0.109883,0.031781,0.004978,-0.011766,0.008395,-0.033546,0.002544,0.014517,0.000731,-0.014601,0.031246,0.019806,0.000676,-0.00556,0.000811,-0.005163,0.00456,0.02452,-0.003996,0.008193,0.008304,-0.010836,0.024875,-0.057742,-0.033235,0.01031,-0.023005,-0.044006,0.060858,-0.001591,-0.023843,0.002141,0.007492,-0.026584,0.004709,0.017033,-0.006855,-0.026284,0.009932,-0.000665,0.019885,0.001121,-0.000066,0.032923,-0.05403,0.009373,0.008536,0.013114,-0.015023,0.02104,0.001959,-0.006468,0.007607,-0.023209,-0.001982,0.002241,0.012705,0.027952,0.01697,0.01339,0.032048,0.00598,0.010307,-0.022963,0.03607,0.024084,0.015515,-0.000254,0.023375,0.008694,0.131103,0.033561,0.007425,-0.008371,0.00115,-0.00179,-0.009057,-0.006763,-0.024225,0.035457,0.022616,0.041741,0.01626,0.010487,0.003614,0.090958,0.035545,0.042598,-0.008479,0.011601,0.007649,0.005062,-0.155478,0.005094,-0.043881,-0.002724,-0.001928,0.010872,0.000285,0.001286,-0.00495,-0.030012,0.024716,-0.01694,-0.037822,-0.011645,0.00106,0.01088,-0.000371,0.014584,0.049629,-0.03091,0.02746,0.080638,-0.038532,0.081163,0.052097,-0.013553,-0.019633,0.028912,-0.00927,0.002378,0.015652,0.015095,0.033258,-0.020665,-0.026881,-0.008681,-0.001409,0.015762,-0.028096,0.014678,0.044969,0.022317,0.006343,0.005985,-0.004822,-0.02952,0.010564,-0.029318,-0.009181,-0.027603,0.016911,-0.007525,-0.006321,0.016952,0.05733,-0.011798,-0.00071,0.019293,0.005811,0.006034,0.031895,-0.001812,0.02667,-0.015912,-0.085856,-0.031809,-0.008854,-0.004743,-0.009122,0.013399,0.008697,-0.023636,0.006508,-0.012512,0.004824,0.062794,-0.003798,0.035073,-0.001806,0.021935,-0.009507,0.024864,0.025611,-0.035959,-0.022584,0.009387,0.033456,-0.021508,0.015193,-0.019691,-0.028745,0.046421,0.022094,-0.010708,-0.077616,0.04052,0.004891,0.010358,0.014073,0.053435,0.00739,-0.0064,0.008979,0.022938,0.024856,-0.004673,0.023665,-0.014313,0.009287,-0.005952,-0.018775,0.027237,0.038458,0.016885,0.028444,0.016677,-0.001048,0.023882,-0.023036,0.027342,-0.002127,-0.057086,0.009397,0.015547,-0.00333,0.035873,0.010903,0.041354,-0.033484,0.011149,-0.009565,-0.024339,0.014829,-0.004943,-0.025068,0.009873,-0.006383,-0.016962,-0.039788,-0.002224,-0.013653,-0.080049,0.01278,0.02,0.029878,0.080035,0.01928,0.008065,-0.000683,0.018428,-0.006026,0.019237,0.000652,-0.023164,0.018005,-0.039914,0.030122,0.028717,0.034343,-0.02026,0.00874,0.010576,0.017344,-0.027008,0.017925,0.015016,-0.045018,-0.00721,-0.015756,-0.010109,0.024108,0.012667,0.001085,0.002312,0.007495,0.041253,0.058766,-0.011639,0.012107,0.01113,0.027698,-0.001512,-0.036895,-0.019259,-0.01084,-0.018231,0.027022,0.015018,-0.017503,-0.055767,-0.009129,-0.020196,0.007046,0.00508,0.120974,0.018591,-0.026945,0.01345,-0.005431,0.005307,-0.013399,0.049416,0.002731,-0.023757,-0.02886,-0.015927,-0.008647,-0.018502,-0.0267,0.009991,0.009312,-0.027835,-0.000326,0.01312,-0.018361,-0.004066,-0.002003,-0.013474,-0.030459,-0.009588,0.048121,-0.01296,-0.0132,-0.002431,-0.003495,-0.007718,0.034025,-0.003754,0.034651,0.003882,0.008999,-0.015065,-0.030109,-0.000443,-0.028187,-0.012981,-0.004753,-0.036605,-0.005611,0.019845,0.044587,0.004545,-0.010818,-0.016691,0.040126,-0.017462,0.024309,0.009329,-0.009243,-0.015979,0.000367,-0.007164,-0.029353,-0.003867,0.016786,0.006482,0.041933,-0.002117,0.026702,0.111938,-0.026819,0.00152,-0.045569,0.017708,-0.001395,0.018558,0.037199,-0.025686,-0.01443,0.023888,0.004927,-0.026392,0.049064,0.052238,-0.019117,-0.00151,-0.012833,0.046521,-0.015982,0.050463,0.01107,-0.029319,-0.003398,0.03053,-0.009071,-0.02928,-0.00397,0.003343,-0.026848,0.006327,0.013285,-0.005291,-0.012692,-0.02843,0.021982,-0.039855,0.000046,-0.014129,-0.00005,0.015966,-0.025195,-0.029277,-0.015762,0.012295,-0.000788,0.013831,0.036743,0.005995,0.067535,-0.01969,-0.031393,0.027805,-0.01502,-0.012425,-0.008813,0.00663,-0.008011,0.007164,-0.004044,-0.013974,-0.001208,0.019602,-0.030105,0.016637,-0.013657,-0.013857,0.045346,0.01494,-0.003493,-0.012293,-0.010713,0.002377,0.020315,-0.02344,-0.000372,-0.026449,-0.040662,-0.004011,0.01672,0.76852,0.01702,0.006415,-0.008394,0.026839,-0.011903,-0.0265,-0.004101,-0.03129,-0.015249,0.023906,-0.011029,0.00308,0.026159,0.012668,-0.048178,0.016889,-0.015605,0.019621,-0.011223,-0.004097,-0.043348,0.036787,0.001635,-0.010872,0.053765,-0.009877,-0.017145,0.00808,0.01312,-0.060839,-0.021751,-0.024848,-0.027703,-0.023717,0.005985,-0.03001,0.021072,0.01673,-0.095783,-0.009933,-0.027942,0.032774,-0.026308,-0.007027,-0.002394,0.004108,-0.020921,-0.017789,-0.02113,0.033307,-0.035912,-0.009442,0.025817,0.010303,-0.038678,0.020909,-0.047418,-0.00609,0.022503,0.019863,-0.014278,-0.03479,0.066815,0.041098,0.047208,0.009078,-0.000314,0.026049,0.039397,0.058967,-0.108812,0.031361,0.016772,0.010661,0.022666,0.01265,0.002127,0.003425,-0.000956,0.035846,-0.110783,0.023679,0.029757,0.001859,-0.012726,-0.015616,0.008196,0.024602,-0.02099,-0.03614,0.026335,0.015559,-0.023998,0.017534,0.015537,-0.01324,0.038746,0.010115,-0.010128,-0.000452,0.031655,-0.001334,0.01629,-0.079437,-0.013956,-0.025353,-0.015581,-0.018535,0.03381,-0.000547,-0.009358,-0.018845,-0.003796,-0.030126,0.0201,0.041728,0.014686,-0.025155,-0.012345,0.012381,0.017491,0.01794,0.004233,0.031525,-0.054686,-0.003781,-0.003845,0.022139,0.004208,0.015115,0.007703,-0.01013,-0.017845,-0.011907,-0.008026,-0.014545,0.003358,0.010613,0.019998,-0.005485,0.013671,0.024344,0.000703,-0.00445,0.007483,0.019096,0.004976,-0.028777,0.025354,0.044542,0.125096,0.056935,-0.006472,-0.009184,0.0061,-0.033342,0.006077,-0.025458,-0.01131,0.050387,0.003496,0.036859,0.022108,0.006897,0.018376,0.061218,0.033443,0.044011,0.01898,0.015214,0.016661,0.009319,-0.204096,-0.00181,-0.046455,-0.013956,0.010451,-0.017239,0.018062,0.010021,0.008251,-0.002807,0.011808,-0.006555,-0.025064,0.019615,-0.018383,0.016566,0.007391,-0.030422,0.034406,-0.008288,0.043836,0.094254,-0.032782,0.121717,0.049802,-0.002711,-0.011943,0.017848,-0.021761,-0.001337,-0.002862,-0.008755,0.014828,-0.020242,-0.038617,-0.023605,0.003839,-0.012774,-0.034767,-0.002013,0.0294,0.03704,-0.006851,0.011681,0.001318,-0.01307,0.007735,-0.020219,-0.022767,0.000147,0.017753,0.00398,-0.038786,0.000244,0.046567,-0.014843,0.003002,0.020538,-0.016115,0.007512,0.047568,0.027265,0.000784,-0.007532,-0.058824,-0.003503,0.004089,0.001138,-0.006916,0.025539,0.021847,-0.005355,0.025556,-0.011933,0.008674,0.103759,-0.001891,0.041999,0.009924,0.019162,-0.006651,0.047568,0.010498,-0.030372,-0.009182,-0.00767,0.014514,-0.019743,0.043867,-0.021024,-0.011512,0.042408,0.021706,-0.020224,-0.047437,0.050254,0.011138,-0.014339,0.005056,0.039653,0.002708,0.003154,0.009318,0.038554,0.019882,0.029382,0.001565,-0.004141,0.00013,-0.005711,-0.010939,0.017849,0.02202,0.030773,0.014756,0.037275,-0.016578,0.012784,-0.018492,0.023667,0.013426,-0.042033,0.017469,0.010492,-0.002668,0.021541,-0.004446,0.02799,-0.030279,0.013631,-0.007249,0.002298,0.021256,-0.011554,-0.02074,0.013425,0.023266,-0.008095,-0.047331,0.00451,-0.011893,-0.094353,0.03031,-0.011037,0.008707,0.063346,0.029235,0.010857,-0.00066,0.001131,-0.005636,-0.03234,0.003983,-0.039436,-0.021861,-0.025312,0.031217,0.045182,0.047532,-0.028004,-0.000831,0.016229,0.003237,-0.025348,0.026375,0.023508,-0.05913,-0.018792,-0.021628,-0.029988,0.021468,0.026755,-0.033819,-0.020829,0.011191,0.041685,0.077694,-0.030351,0.011364,-0.020199,0.034757,0.015979,-0.017618,-0.006832,-0.010968,0.019813,0.032008,0.018349,-0.017264,-0.056869,-0.003856,-0.021354,-0.001526,0.031364,0.114764,0.021211,-0.034741,0.00404,0.006013,-0.020642,-0.028967,0.057565,0.013816,-0.010452,0.00059,-0.019814,0.013275,0.000144,-0.029123,-0.020608,-0.000172,-0.024717,-0.030122,0.042312,-0.010465,0.007373,0.003254,0.014238,-0.014768,-0.011753,0.02618,-0.016063,-0.014764,-0.00964,-0.001209,0.014953,0.023716,-0.018105,0.031101,-0.014557,0.016708,-0.007554,-0.030332,0.010481,-0.00774,0.015402,-0.010242,-0.046853,-0.002088,0.050497,0.059893,0.011108,-0.022236,-0.045891,0.027148,-0.018545,0.018343,-0.036146,0.013286,-0.023567,0.006862,0.012694,-0.02164,-0.007248,0.02218,0.011999,0.025721,0.009361,0.008951,0.103101,-0.00322,0.001864,-0.036433,0.024307,-0.006119,0.024254,0.053533,-0.011842,-0.011554,0.018459,0.031385,-0.015608,0.047705,0.002254,0.003318,0.004065,-0.010079,0.039796,-0.020334,0.080459,0.007449,-0.020102,-0.00083,0.010749,0.007563,-0.00774,0.00807,-0.005253,-0.013833,0.036761,0.001361,-0.031579,-0.018428,-0.02282,0.051302,-0.039525,0.019247,-0.000847,-0.02596,0.036327,-0.035267,0.005232,-0.015604,0.0245,0.011754,0.00838,0.010169,0.011213,0.08601,-0.016489,-0.030795,0.038285,-0.016245,-0.030731,0.000156,-0.007464,0.01189,-0.007166,0.009349,0.004678,-0.000952,-0.0009,-0.024064,-0.009919,0.000643,-0.030811,0.031687,0.036469,0.016398,0.002515,-0.00277,-0.000757,0.021363,-0.01222,-0.004239,-0.005085,-0.033554,-0.002769,0.018014,0.740365,0.008099,-0.000066,0.000356,0.001991,-0.01803,-0.000765,0.030953,-0.014991,-0.002047,0.006605,-0.019176,0.016877,0.04053,0.009935,-0.039144,0.00856,-0.008596,0.020664,-0.014187,0.000034,-0.053662,0.042382,0.027826,0.011787,0.010258,0.012551,-0.031393,0.0132,0.007168,-0.036288,-0.024281,-0.010194,-0.00803,-0.029779,0.012629,-0.006839,0.026134,0.030606,-0.078726,-0.015642,0.004024,0.017353,-0.009568,0.012638,-0.033927,0.023452,0.004879,-0.010857,-0.02328,0.032928,-0.001206,-0.026423,0.046665,0.003573,-0.017263,0.005597,-0.048317,-0.004263,0.010377,0.020946,-0.024156,-0.015348,0.049486,0.0646,0.025871,0.004595,0.007161,0.021895,0.050209,0.036217,-0.083789,0.033093,0.013787,0.019741,-0.01945,-0.008839,-0.037337,0.004767,0.024693,0.031172,-0.057427,0.037704,0.017813,-0.009142,-0.027508,-0.021679,-0.014926,0.024942,-0.007268,-0.048955,-0.038007,-0.004542,-0.004799,0.008301,0.000125,0.020199,-0.017835,0.028464,-0.036867,0.041156,0.019863,0.017902,0.051458,-0.062757,-0.009663,-0.044184,-0.043805,0.003512,0.099011,0.014413,-0.011454,-0.005445,-0.001889,-0.015094,0.026247,-0.025278,0.005213,-0.020456,0.022203,0.06613,0.009274,-0.007013,0.005334,0.055513,-0.013196,-0.028759,0.028184,0.018292,-0.025113,-0.019991,-0.003071,-0.026568,-0.036112,-0.011164,-0.00589,-0.006883,0.000848,0.017224,-0.014241,0.023455,0.014078,0.015616,0.038927,-0.032811,0.013915,0.011383,-0.010307,-0.022492,-0.002689,0.013195,0.184235,0.028086,-0.017508,0.003787,-0.001009,0.035838,-0.004806,-0.046779,0.01623,0.086016,0.013011,0.032517,-0.011247,0.00886,-0.008522,0.036789,0.009044,0.023995,0.038647,0.002038,-0.065726,0.015731,-0.214877,-0.018175,-0.069262,0.001519,-0.001252,0.051529,0.00484,-0.010981,0.001429,-0.026602,-0.02386,-0.041113,-0.03593,-0.013078,-0.03588,-0.020681,0.060361,-0.023069,0.0109,-0.016935,0.055522,0.092187,-0.034185,0.043872,0.04729,-0.027546,0.038787,-0.011148,-0.003183,-0.029651,-0.008949,0.01367,-0.000892,-0.03019,-0.04054,-0.010353,-0.00194,0.027118,-0.021162,0.008161,0.029364,0.024746,-0.009055,-0.020779,0.019962,0.001246,-0.00927,0.000137,-0.034504,-0.009083,0.018006,-0.029928,-0.048549,-0.014462,0.049414,0.041063,0.006453,-0.011515,-0.014404,0.050599,0.028226,0.008884,0.00171,-0.007498,-0.041135,-0.019198,-0.018348,-0.031982,0.018046,-0.0271,0.026416,-0.020267,0.025586,0.00074,0.032652,0.118462,-0.039741,0.029605,0.00524,0.014224,-0.021703,0.03484,0.017198,-0.049065,-0.009441,-0.024854,0.026675,0.01918,-0.006707,-0.024498,-0.038201,0.001606,-0.009564,-0.006795,-0.046681,0.016025,0.056793,0.024908,-0.00315,0.060303,-0.04466,-0.030243,0.002809,0.010788,0.028833,0.025745,0.033338,0.011588,-0.029755,0.009966,-0.025319,0.047494,-0.008902,0.002974,0.000861,0.02519,0.013299,-0.021085,-0.041963,0.025414,0.018457,-0.033877,-0.004,0.012213,-0.07627,-0.004879,-0.0424,-0.005781,-0.025741,0.037356,-0.002665,-0.007913,0.001224,-0.019824,0.011837,-0.000018,-0.009663,0.011265,-0.025698,0.0053,0.00487,-0.098164,-0.009679,0.03854,0.018861,0.027663,-0.013073,0.056425,-0.038686,0.020598,0.042278,0.006403,-0.008397,-0.061216,0.021264,0.012576,-0.010503,0.0281,0.000541,-0.035164,-0.020078,-0.007043,-0.006996,-0.015766,-0.024735,0.01255,-0.019458,0.005312,0.01491,-0.024588,0.024787,0.029415,-0.002752,-0.04411,0.015336,-0.00105,-0.02333,-0.008427,0.003104,-0.028812,-0.022755,0.011733,-0.017454,-0.001229,-0.012094,-0.007263,0.061783,0.007247,-0.030971,-0.034601,0.024686,-0.012894,0.001208,-0.002675,0.04171,0.023577,-0.034958,0.023646,0.030338,0.015252,-0.012389,0.044987,-0.012366,-0.02657,0.010619,-0.038201,-0.005082,-0.058476,-0.040232,-0.03601,-0.044926,-0.015296,-0.00951,0.009325,0.054147,0.001962,0.009874,0.010645,-0.006504,0.047947,0.017088,0.008362,-0.014265,-0.028513,-0.036362,-0.000985,0.004187,-0.020531,-0.042161,-0.023001,0.017832,-0.01774,-0.024482,-0.009197,0.006241,0.004949,-0.027042,-0.013485,0.031983,0.032535,0.028344,0.024199,-0.027235,-0.001175,0.037983,-0.033902,-0.021006,-0.009794,0.004402,-0.026496,-0.006873,0.031913,0.032993,-0.01911,0.000436,-0.006381,0.028145,0.024994,-0.010861,0.100251,-0.02282,0.022807,-0.028568,-0.046866,-0.016589,0.035555,0.033771,-0.007627,0.024393,0.025849,-0.019165,-0.009506,-0.003418,0.025932,0.029607,-0.039506,0.021055,-0.007329,-0.027478,0.105429,-0.015883,0.004967,-0.007133,0.00722,-0.03099,-0.025091,0.015885,-0.015913,-0.020116,0.056205,0.054513,-0.037529,-0.03216,0.004248,0.042753,-0.005534,0.008439,0.022965,0.004443,0.037948,-0.010329,0.024211,-0.046194,0.022227,0.017391,0.022301,-0.032259,0.028924,0.078868,0.019055,0.007584,0.057677,-0.012626,-0.05323,-0.014126,0.040918,-0.031778,0.018188,-0.024004,-0.026999,0.010652,0.013709,-0.017552,0.011218,-0.026858,0.010751,0.032596,-0.016331,0.010426,-0.036081,-0.011086,0.021673,0.019761,0.032388,0.013126,-0.030268,-0.009446,0.04499,0.012669,0.69044,0.024476,0.03087,-0.009771,-0.002555,0.009355,0.004441,-0.002248,0.00741,-0.020265,-0.007933,-0.005952,0.007635,-0.002643,0.012731,0.007837,0.034901,-0.013432,0.007653,-0.017985,-0.032243,-0.023859,0.051663,0.063704,-0.021653,0.055613,0.009366,-0.040011,0.014545,0.015951,-0.001212,-0.042855,-0.06708,-0.028091,-0.022124,0.003528,0.020736,0.039278,0.02845,-0.069498,0.020895,-0.023142,0.058391,-0.001306,0.035144,-0.031677,-0.010317,0.022872,0.037982,0.015187,0.031555,-0.00821,0.017298,0.04342,-0.018584,-0.00921,0.001276,-0.022335,-0.00561,-0.015597,0.018351,0.01657,-0.020287,0.028467,0.03954,-0.001563,0.016467,0.001208,0.048138,0.033186,0.027812,-0.074208,0.027462,0.016561,0.014893,0.013618,0.003662,-0.015857,-0.019611,-0.020075,0.01022,-0.071517,0.015736,0.059938,-0.000295,0.000309,-0.035724,0.034818,0.045453,-0.018572,-0.043589,0.011372,-0.022626,0.001881,0.020797,0.021695,0.020029,0.04635,0.020664,-0.016292,0.021934,0.020269,0.007892,0.036766,-0.0503,0.019234,-0.020963,-0.000895,0.040357,0.062407,0.028526,-0.009824,0.004687,-0.035226,-0.005895,-0.006234,0.028862,0.020689,-0.007302,-0.015037,0.046105,-0.010882,-0.0337,0.017,0.023375,-0.052196,-0.034484,0.033519,0.015485,-0.045011,-0.036947,-0.019324,-0.020455,-0.021595,-0.00504,-0.040567,0.027258,0.004989,0.041622,0.042371,-0.01569,-0.004583,-0.00395,0.021778,-0.037315,0.009738,0.044546,0.015595,-0.025252,-0.010118,-0.014516,0.158547,0.028691,0.007063,-0.000768,0.002663,-0.017686,-0.004109,-0.041817,0.00244,0.067351,-0.000043,0.02815,0.022061,0.012067,0.001485,0.05605,0.019829,0.018153,0.001281,-0.033818,-0.002394,0.011757,-0.208913,-0.005271,-0.020999,0.028896,0.022863,-0.019422,-0.006015,-0.035781,0.009707,-0.019381,0.014064,0.002307,-0.014377,0.013058,-0.036294,-0.040452,0.056953,-0.03749,0.03387,-0.016122,0.035104,0.084667,-0.040556,0.107211,0.012064,0.023408,0.026613,-0.007081,0.006304,-0.002904,0.003442,0.026023,0.026353,-0.033821,-0.017737,-0.024978,0.020733,0.030334,-0.04926,-0.015601,0.046073,0.044457,-0.002172,0.023214,-0.01557,0.028151,0.007279,-0.011598,-0.007718,0.007891,0.005655,0.025225,-0.031537,-0.018413,0.060938,0.02428,-0.000797,-0.015473,-0.042626,0.024077,-0.004219,0.029372,0.008381,-0.010494,-0.041519,0.001712,-0.006693,-0.03306,-0.014208,-0.007355,0.031858,-0.044682,-0.014455,0.015601,0.02363,0.11302,0.012794,0.012508,0.000081,0.032893,0.001345,-0.000097,0.01701,-0.041421,-0.031236,0.012633,0.020462,0.005417,0.019845,-0.009566,-0.021696,-0.012912,-0.006404,-0.015887,-0.067424,0.022462,0.036973,0.016055,-0.000941,0.011067,-0.024048,0.008093,-0.003231,0.036309,0.023185,0.01522,0.018103,0.009399,-0.001129,0.003106,-0.015807,0.041225,-0.018806,0.020051,-0.034482,0.046185,0.011097,-0.003253,-0.022415,0.02237,-0.005694,-0.045335,-0.008135,0.038889,-0.027994,0.000049,-0.017541,0.010879,-0.013972,0.029209,0.026389,-0.025679,0.002345,-0.004365,-0.003637,-0.019105,-0.00225,-0.019505,-0.024557,0.019706,-0.031714,-0.123522,0.001445,-0.012542,0.002034,0.016541,0.004293,0.011728,-0.040549,0.030665,-0.014781,-0.03194,0.011858,-0.004603,0.00506,0.004662,-0.006812,0.012206,0.065953,-0.01599,0.012716,-0.001382,0.006465,-0.005486,-0.014414,0.046881,-0.015455,0.015978,-0.000669,0.008596,0.021445,-0.000569,-0.030856,-0.020752,0.001963,0.006386,0.02067,-0.022265,-0.006,-0.021709,0.010137,0.057095,-0.037971,-0.009464,-0.002344,-0.006814,0.033897,0.006755,-0.022535,-0.04793,0.018984,-0.025952,0.021559,0.005778,0.067361,0.012548,-0.042876,0.026181,0.026032,-0.008551,-0.024638,0.043639,-0.002271,-0.035007,-0.00475,-0.025561,0.027788,-0.062562,0.00964,-0.044109,-0.002524,-0.018319,-0.014287,0.008977,0.012977,0.022464,0.007246,0.012342,0.017667,0.037474,0.018317,-0.006931,-0.020952,-0.020838,0.00379,-0.008866,0.016755,-0.021802,-0.02574,-0.000484,0.020524,-0.047964,-0.035448,0.011781,-0.005127,-0.025318,0.003802,-0.037881,-0.003261,0.032241,0.042514,0.057738,-0.042865,-0.006085,0.024759,-0.019252,-0.018744,-0.030223,0.002213,-0.002385,-0.013518,0.047345,-0.039407,-0.003777,0.024104,0.018516,0.037738,0.015603,0.00817,0.104298,-0.009297,0.031436,-0.01705,-0.02942,0.00764,0.032246,0.014534,-0.030565,-0.024231,0.009092,-0.035932,-0.006416,0.020757,0.034914,-0.028015,-0.025449,-0.014659,0.004545,-0.017781,0.084389,0.007441,0.00832,-0.008697,0.020974,0.003952,0.013249,0.028046,0.006424,-0.003885,0.032705,0.022809,-0.011757,-0.036746,-0.023472,0.048561,-0.011976,-0.000229,0.016483,-0.021248,0.012764,-0.019369,-0.002431,-0.032475,0.031506,0.024302,0.01234,0.008568,0.019881,0.046279,-0.044016,-0.01088,0.039327,-0.061968,-0.018128,0.019953,0.027382,-0.021121,0.030999,-0.037205,0.041702,0.022801,0.029478,-0.008065,-0.026229,-0.034455,-0.003693,0.0293,0.004419,0.015993,-0.001267,-0.023772,-0.016841,0.004216,-0.014973,-0.021053,-0.013069,-0.034193,0.029966,-0.002982,0.723542,0.002537,0.015357,0.006684,-0.004494,-0.022506,0.009571,-0.017871,0.023619,-0.0188,0.024985,-0.020392,0.021214,0.029383,0.02872,-0.010733,0.031743,0.007062,0.043426,-0.020914,-0.003218,-0.010107,0.048159,0.008095,0.028821,0.046365,0.027132,-0.047097,0.023457,0.008147,0.007264,-0.037768,0.004195,-0.005478,-0.02307,0.044761,-0.01118,0.016248,0.02367,-0.061182,-0.008113,-0.014035,0.01071,-0.013844,0.048617,-0.031328,-0.005586,0.037709,0.00546,0.007176,0.029446,-0.009678,0.030533,0.06787,0.020511,-0.011025,0.007731,-0.028755,0.003348,0.015393,0.014662,-0.020171,-0.014978,0.084526,0.012309,0.058139,-0.043166,-0.021993,0.030462,0.027851,0.030324,-0.066307,0.019496,0.015921,-0.003282,0.012475,-0.003445,-0.012157,-0.028553,-0.034525,0.025537,-0.078837,0.032652,0.07491,-0.00517,0.024766,-0.015914,0.044834,0.035891,-0.022,-0.050037,0.017006,-0.035281,-0.014968,0.012007,0.01595,0.017692,0.031887,0.000655,-0.005986,0.019991,0.009614,0.022261,0.028913,-0.036075,0.024206,-0.031971,-0.006873,0.027963,0.077224,0.011929,0.003144,0.01747,-0.02207,0.004852,-0.009325,0.031091,0.012635,-0.015859,-0.015075,0.033907,-0.014511,-0.02249,0.037955,0.004066,-0.059322,-0.045439,0.033221,-0.009473,-0.020349,-0.031348,-0.033073,-0.011733,-0.013467,-0.005867,-0.03439,0.024741,-0.001252,0.036191,0.032847,-0.017161,-0.004867,0.004476,0.016434,-0.019209,0.00587,0.050213,0.00874,-0.02436,-0.004198,-0.005529,0.156141,0.021866,-0.003878,-0.008961,-0.01454,-0.004845,-0.00154,-0.017972,-0.02742,0.083178,0.016438,0.029256,0.028562,0.027475,0.005897,0.060253,0.002038,0.023704,-0.003062,-0.0305,0.007133,0.032261,-0.20047,0.002774,-0.021523,0.024105,0.019902,-0.018799,-0.006745,-0.027145,0.011303,-0.007889,0.020857,0.012297,-0.014287,0.019145,-0.005477,-0.020086,0.058365,-0.041683,0.021124,-0.003879,0.033458,0.105287,-0.024555,0.103092,0.004073,0.033035,0.013849,-0.004938,0.005476,0.000321,0.023585,0.016329,0.017972,-0.036009,-0.000132,-0.021557,0.007957,0.024406,-0.044843,-0.007873,0.027016,0.039171,-0.003548,0.025109,-0.019074,0.03129,0.005134,-0.006272,-0.009811,0.008726,-0.004806,0.012696,-0.029595,-0.000556,0.066125,0.022094,-0.011506,0.000646,-0.045222,0.010067,0.008856,0.026295,0.009808,-0.006791,-0.041235,0.010519,-0.022346,-0.024005,-0.037037,-0.012256,0.018039,-0.051428,-0.02705,0.027986,0.022153,0.103347,-0.00617,0.009996,-0.009447,0.021086,-0.002131,-0.019777,0.024453,-0.029446,-0.019592,0.017011,0.027473,0.009125,0.02124,-0.001807,-0.017977,0.002451,0.016403,-0.014749,-0.062125,0.019112,0.012618,0.012217,0.004039,0.018695,-0.024604,0.005019,0.007373,0.034852,0.02617,0.021423,0.014028,-0.003332,-0.002422,0.007118,-0.025891,0.049197,-0.006341,-0.000531,-0.033456,0.050429,0.018681,-0.004643,-0.030176,0.000801,-0.006614,-0.036816,-0.026408,0.058294,-0.03748,0.01379,-0.009348,0.022197,-0.02203,0.018927,0.021077,-0.01274,0.038042,-0.007147,-0.025845,-0.020081,0.006954,-0.031296,-0.020047,0.008534,-0.043501,-0.117222,0.009463,-0.008223,0.001377,0.016168,0.004059,0.014382,-0.021458,0.040118,-0.037101,-0.0299,0.025277,-0.02007,-0.004983,0.006625,-0.015695,0.007946,0.048666,-0.02335,0.01858,-0.005396,0.016531,0.008959,-0.023191,0.034501,-0.00836,0.01644,0.034388,0.010258,0.024498,0.015038,-0.048706,-0.009649,0.004219,0.004828,0.019757,-0.027748,-0.010663,-0.008033,0.021575,0.054451,-0.030507,-0.00431,0.014512,-0.013626,0.027393,-0.0146,-0.037716,-0.043685,-0.001273,-0.021684,0.028896,0.005788,0.041772,0.020171,-0.042038,0.033797,0.03157,-0.005689,-0.018867,0.040927,0.000114,-0.027845,0.006578,-0.027951,0.046733,-0.053524,0.018437,-0.035377,0.015651,-0.021742,-0.007481,0.012956,0.01021,0.016098,0.018733,0.000111,0.011107,0.017973,0.015112,-0.010295,-0.03289,-0.021109,0.006654,-0.011938,0.018725,-0.025281,-0.01606,0.010457,0.014974,-0.034404,-0.039406,-0.004372,-0.017174,-0.011108,0.0165,-0.038644,-0.001895,0.038593,0.025762,0.027198,-0.030122,0.004837,0.040265,-0.022118,-0.013714,-0.023058,0.011246,-0.012315,-0.001013,0.034922,-0.038017,-0.002785,0.026294,0.010922,0.020799,0.011042,0.023982,0.108788,-0.013393,0.025812,-0.025993,-0.034221,-0.008149,0.044821,-0.005686,-0.031049,-0.017725,0.020529,-0.050694,0.004779,0.011919,0.026285,-0.033619,-0.026659,-0.021513,0.014638,-0.035861,0.055896,0.001246,0.023166,0.005088,0.019399,0.004776,0.001524,0.029928,0.018922,-0.013861,0.016058,0.010841,-0.007749,-0.01727,-0.004299,0.051091,-0.016363,0.007633,-0.009753,-0.022002,0.007845,-0.03389,0.011314,-0.044246,0.033177,0.028023,0.01207,0.000982,0.012362,0.057108,-0.06555,-0.038557,0.036193,-0.050501,-0.011741,0.04127,0.010952,-0.015877,0.054458,-0.033679,0.023597,0.03828,0.007928,-0.002003,-0.016565,-0.014831,0.007681,0.035311,0.018625,0.015088,-0.015642,-0.031351,0.00165,-0.003305,-0.015652,-0.017401,-0.01223,-0.013222,0.023242,0.01024,0.730288,-0.017918,0.02379,0.002834,-0.001744,0.005055,-0.004826,-0.016573,0.02753,-0.023084,0.033368,-0.007826,0.023175,0.040077,0.031728,-0.030099,0.00922,0.011706,0.054784,-0.030832,-0.008611,-0.015885,0.035265,-0.000121,0.024229,0.056383,0.027248,-0.042463,0.00742,0.003593,0.013502,-0.032862,-0.022173,-0.016772,-0.03862,0.027797,-0.028875,0.014025,0.004625,-0.056317,0.001001,-0.007116,0.010513,-0.011753,0.055357,-0.034174,0.019128,0.022416,-0.009288,0.009548,0.018971,-0.01331,0.021798,0.04757,0.030847,-0.011682,0.005401,-0.026635,0.002088,0.011264,-0.013519,-0.009928,-0.013159,0.097756,0.010514,0.073328,-0.043652,-0.013812,0.022704,0.010014,0.0409,-0.09328,0.012961,-0.001849,0.003866,-0.00219,0.018532,-0.004827,0.007572,-0.023085,-0.000712,-0.071396,0.013415,0.022901,0.00991,0.008226,-0.05921,0.003373,0.014088,0.00118,-0.054638,0.02264,-0.003977,-0.036696,0.0176,-0.001239,-0.008087,0.027965,-0.003137,-0.011401,0.019524,0.035413,-0.002771,-0.005858,-0.060228,-0.008447,0.007491,0.019804,0.010794,0.050388,-0.003515,0.002893,-0.008825,-0.018193,0.003081,-0.005586,0.018945,0.005777,0.002689,0.010626,0.025253,-0.002995,0.01344,-0.009909,0.027156,-0.043164,-0.039326,0.036695,0.01531,-0.025132,-0.01047,0.008154,-0.026884,-0.006516,-0.022427,-0.012717,-0.006476,0.020729,0.021934,0.027619,0.004573,0.017374,-0.005106,0.001264,0.005105,0.003454,0.008999,0.020055,-0.003869,-0.013279,0.010067,0.143475,0.008971,-0.008417,0.001959,-0.007035,0.014326,-0.01992,-0.03821,-0.00584,0.062223,-0.005809,0.045234,-0.016356,-0.024161,-0.018353,0.068298,-0.000276,0.024191,-0.004263,-0.015178,-0.015016,0.023871,-0.182275,0.025908,-0.046748,-0.000261,0.010414,0.005358,0.01596,0.013698,-0.015603,-0.025784,-0.032766,-0.027485,-0.034951,-0.025032,-0.009477,-0.01195,0.054385,-0.042885,0.010381,-0.013693,0.040834,0.070171,-0.00978,0.086946,0.006535,-0.000289,0.02458,-0.007091,0.03086,-0.014181,0.013495,0.037794,0.000176,-0.045627,-0.01301,0.001744,-0.027035,0.03857,-0.033808,0.002293,0.021479,-0.007159,-0.019102,-0.017825,0.009366,-0.000207,0.024592,-0.019262,-0.020531,0.010497,0.035397,-0.02264,-0.008315,-0.021897,0.033236,0.010607,-0.008253,-0.004782,-0.044502,0.029775,0.026949,0.017352,0.026083,-0.000881,-0.040637,0.00675,-0.003444,-0.035284,0.012182,0.02005,0.021004,-0.025441,0.016157,0.039765,0.031919,0.129675,0.014371,0.035937,-0.001123,0.008441,-0.016612,-0.000958,-0.001435,-0.00914,-0.030287,0.011175,0.013754,0.015718,0.023893,-0.030826,-0.025018,0.048747,0.00918,0.002713,-0.03822,0.018602,0.020533,0.007976,0.004994,0.020465,-0.014044,-0.017208,0.005884,0.019249,0.013201,0.040217,0.039917,0.026433,-0.006455,0.001762,-0.009969,0.02046,-0.033125,-0.010154,-0.013095,0.045445,-0.011637,-0.006796,-0.062152,0.014777,-0.005308,-0.033026,-0.007724,0.02135,-0.022964,0.003907,-0.03839,-0.002341,-0.037412,0.007767,0.011301,0.001094,-0.004537,0.001981,-0.008526,0.005682,-0.006831,-0.023528,-0.033927,-0.005143,-0.028477,-0.107804,-0.000496,0.004895,-0.003672,0.037672,0.040027,0.000825,-0.089607,0.028973,-0.015574,0.014236,0.010055,-0.032947,-0.013926,0.031252,-0.020059,0.034632,0.026249,-0.019948,-0.005553,-0.014099,0.015579,-0.014764,-0.025011,0.018138,-0.03707,-0.016716,-0.016576,0.025099,0.030581,0.019932,-0.02224,-0.003975,0.00182,0.050397,0.010082,-0.002083,-0.003391,-0.024648,-0.019881,0.027499,-0.033672,-0.026287,0.0061,-0.009002,0.033463,-0.017507,-0.047342,-0.038719,0.014184,-0.020031,0.014725,0.014715,0.094898,0.023434,-0.033557,0.064768,0.007898,0.007338,-0.018803,0.025559,0.003322,0.000357,-0.015115,-0.006846,-0.010464,-0.047291,-0.046489,-0.013638,-0.030131,0.000038,-0.019167,0.003714,0.006605,-0.022127,0.011217,0.005457,0.012826,0.003639,0.037357,-0.015862,-0.009093,-0.027885,-0.005259,0.005423,0.035421,-0.019255,0.009916,-0.027954,0.023574,-0.022062,-0.052472,-0.003626,0.021681,-0.003442,0.00908,-0.034345,0.003634,0.026853,0.034104,0.028236,-0.008831,-0.005683,0.003743,0.007405,-0.032697,-0.014029,0.027283,0.003399,-0.016314,0.007624,-0.040105,-0.006003,0.030491,0.002892,0.004579,0.008313,-0.011022,0.110584,0.014701,0.009918,-0.010981,-0.013221,0.012391,0.053891,0.048176,-0.037593,-0.038704,-0.013206,-0.02755,-0.040803,0.010929,0.044601,0.001859,0.013671,-0.008558,0.007543,-0.027667,0.100156,0.025205,-0.011514,0.00479,0.009277,0.00668,-0.001385,0.007567,-0.007367,-0.007548,0.029743,0.032553,-0.007305,-0.004811,-0.019956,0.039299,-0.024938,0.000705,-0.004594,0.002532,0.019947,-0.030665,-0.006095,-0.033157,0.010795,0.030816,0.031293,0.009783,-0.002052,0.086805,0.004088,-0.018875,0.03681,-0.017567,0.019363,0.020755,0.015675,-0.008933,0.020241,-0.006852,0.039344,0.010338,-0.001291,-0.029134,0.003742,-0.046913,-0.029361,0.034856,-0.002002,0.023827,-0.016174,-0.005585,0.016402,0.012508,0.020724,-0.021302,-0.018433,-0.030337,-0.000728,0.017398,0.755384,-0.022442,0.029727,-0.027344,0.005603,0.012649,-0.001027,-0.003849,0.008592,-0.010501,0.02209,-0.007976,0.015531,0.021874,0.029033,-0.000857,0.032437,0.004484,0.012128,-0.041803,-0.022677,-0.021676,0.040159,0.035625,0.001058,0.05902,0.008932,-0.015748,-0.007383,0.015145,-0.028675,-0.024001,-0.04699,-0.016677,-0.002491,0.008067,-0.015788,0.043213,0.022751,-0.081397,0.005953,0.017633,0.025473,-0.011428,-0.001575,-0.022404,0.017947,0.032512,0.017088,0.01496,0.027461,-0.00205,-0.015635,0.063679,-0.034752,-0.004042,0.002464,-0.024248,-0.004093,0.004021,0.010747,-0.017025,-0.016412,0.065091,0.036647,0.057311,-0.001825,-0.002414,0.007749,0.011281,0.043258,-0.072172,0.050836,0.02252,-0.018413,0.009486,0.011153,-0.048933,-0.000284,0.021063,0.0377,-0.086552,0.016524,-0.022638,-0.009367,-0.005399,-0.038357,0.007032,0.000592,-0.016045,-0.037278,0.04302,0.014007,-0.026763,0.042232,-0.016831,0.002252,0.003972,0.020053,-0.006541,0.022427,-0.041202,-0.021695,0.037779,-0.053507,-0.000293,0.004689,-0.044795,-0.035776,0.093142,-0.006135,-0.008286,-0.00339,0.009835,-0.019073,-0.03751,0.026519,0.044131,-0.014669,0.007102,-0.009965,-0.013261,-0.009876,-0.005521,0.045206,-0.041515,-0.019185,-0.013224,0.013908,-0.006374,0.000582,0.024729,-0.007754,0.003091,-0.034053,-0.048455,0.005032,-0.003589,0.055185,0.025568,0.000434,0.020452,0.005459,0.005901,0.00251,0.050225,0.018719,0.053238,-0.017361,-0.0153,0.001069,0.118717,0.006673,0.000008,0.019879,-0.004869,0.009098,0.007207,-0.026429,-0.008763,0.050981,0.012926,0.021254,-0.013782,-0.021163,0.005387,0.081033,-0.000334,0.002701,-0.011217,-0.024555,-0.004509,0.004884,-0.163398,-0.003536,-0.028471,0.013533,-0.00204,0.007134,-0.015198,0.008833,0.016944,0.004973,-0.028042,0.013657,-0.035498,-0.038913,-0.008094,-0.023458,0.032177,-0.004778,0.003778,-0.020021,0.036538,0.081449,-0.048673,0.092357,0.025802,0.005077,0.005238,0.006851,0.019035,0.024514,0.004105,0.038152,0.002149,-0.018162,0.003683,0.001271,-0.035151,0.004901,-0.008234,0.012147,0.017533,0.017625,-0.019608,0.006055,0.007932,-0.017491,0.011654,-0.024196,-0.056205,0.001229,0.033619,-0.028416,0.00466,-0.000222,0.053169,-0.015786,-0.003378,0.007449,-0.038203,0.045602,0.018294,0.012944,0.016987,-0.033687,-0.043516,-0.009603,-0.00836,-0.018284,0.045888,0.003455,0.033773,-0.008036,0.018456,-0.012062,0.04027,0.116248,-0.003607,0.047413,0.013794,0.028792,-0.02797,0.019534,0.00039,-0.002859,-0.029856,0.005552,-0.015636,0.016991,0.013974,-0.037449,-0.015742,0.039457,0.009053,-0.019639,-0.061655,-0.021932,0.047144,0.021448,-0.003619,0.015146,-0.019575,-0.009799,0.00811,0.055259,0.005657,0.032875,0.035308,-0.006965,-0.01279,-0.006922,-0.019528,0.035336,0.009865,0.030533,0.00076,0.054173,-0.009878,0.013269,-0.034173,0.025215,-0.013985,-0.040939,-0.019412,0.025684,-0.017982,0.015198,0.025531,-0.006527,-0.031987,-0.025409,0.001944,-0.012745,-0.013292,-0.012893,-0.010075,0.023162,-0.014533,-0.018043,-0.008336,0.008264,0.000356,-0.104133,-0.002283,0.006631,0.002164,0.028677,0.009933,-0.011895,-0.020596,0.014329,-0.006736,0.008536,0.020171,-0.030095,0.005597,-0.019658,0.009603,0.010822,-0.002313,0.004285,-0.002098,-0.005671,0.04989,-0.004632,-0.000153,0.039607,-0.031181,-0.011771,-0.020614,0.002565,0.016728,0.016835,-0.026211,0.0098,0.006359,0.030078,0.016042,0.002669,0.018621,-0.012216,0.013162,0.01357,-0.008073,-0.034113,0.002211,-0.010941,0.012673,0.007328,0.016401,-0.043773,-0.012827,-0.043164,-0.018364,-0.009422,0.030269,0.007952,-0.039765,0.040057,0.006563,0.001229,-0.012046,0.057807,-0.026429,-0.023876,-0.022449,0.003995,-0.007302,-0.047327,-0.035744,-0.023406,-0.017003,-0.006343,0.017079,-0.006133,-0.016721,-0.037588,0.006418,0.023235,0.011113,-0.007085,0.03569,-0.016882,-0.005015,-0.011619,-0.032981,-0.013493,0.002766,-0.014945,0.011619,-0.008543,0.009358,-0.032195,-0.037892,0.011224,0.009358,0.006756,0.014814,-0.008142,0.010671,0.04675,0.022283,0.043606,-0.018716,0.006487,0.030756,-0.0222,-0.013726,-0.01181,0.004011,-0.000429,0.00386,0.038555,-0.015095,-0.0088,0.044368,0.010474,0.021741,-0.001798,0.026219,0.114631,0.012729,0.006102,-0.002938,-0.030791,0.002817,0.034593,0.043026,0.019451,-0.03242,-0.008979,-0.011844,-0.007257,0.040154,0.012765,0.00852,-0.021356,-0.026801,0.023005,-0.000522,-0.00315,0.016306,-0.025661,-0.007317,0.017426,-0.006184,-0.030715,0.004434,0.044231,-0.009772,0.027228,0.012087,-0.031224,0.00577,-0.012371,0.021452,-0.032773,-0.003816,0.007074,-0.010349,-0.000452,0.000172,0.008816,-0.059087,-0.00101,0.021559,-0.005881,0.004661,0.005155,0.062575,-0.003957,-0.006721,0.03374,-0.026086,0.007194,-0.004986,0.033143,-0.016613,-0.002662,-0.008134,0.033521,0.019724,0.007872,0.004258,-0.005703,-0.031194,-0.039613,0.038218,-0.008506,-0.018744,-0.001713,-0.008943,0.003817,0.016606,0.015234,0.023149,0.002503,-0.021451,0.008229,0.012618,0.769524,-0.024335,0.022417,-0.008194,0.00415,0.003687,-0.036495,-0.023371,-0.019801,0.003165,0.02582,-0.018225,0.013218,0.002392,0.020343,-0.002639,0.042527,-0.040983,0.029798,0.006717,-0.019712,-0.03025,0.054546,0.04116,-0.003653,0.040093,-0.011078,-0.021095,0.033813,-0.009324,0.002123,-0.022984,0.003353,-0.053125,-0.014417,0.019269,0.022766,0.024143,0.03551,-0.094603,0.015763,-0.018459,0.013603,-0.02297,0.024017,-0.035765,0.011387,0.012942,-0.000608,-0.028221,0.015842,-0.005151,0.012854,0.02897,-0.003736,-0.0207,0.011997,-0.052756,-0.039316,-0.012182,0.000728,0.002411,0.026294,0.080988,0.013206,0.041929,-0.000002,-0.024425,0.039515,0.028063,0.040948,-0.080951,0.042149,0.021324,-0.035264,0.005181,0.003976,-0.039148,-0.0099,0.02438,0.038139,-0.081409,0.034378,-0.026818,-0.003373,-0.000229,-0.032675,0.012492,-0.005592,-0.030768,-0.043092,0.038739,0.010477,-0.032526,0.035386,-0.007931,-0.005326,0.00404,0.018509,0.008612,0.022193,-0.041046,-0.021326,0.03645,-0.050885,0.010455,0.003719,-0.031874,-0.025439,0.075591,-0.009874,-0.015521,0.005852,0.018426,-0.027136,-0.043073,0.032441,0.035596,-0.029238,-0.000977,-0.002667,-0.004893,-0.002471,-0.010633,0.043995,-0.043098,-0.017005,0.000637,0.002313,0.002912,0.0057,0.019396,0.003724,0.006301,-0.024699,-0.038419,-0.008382,-0.016205,0.043553,0.023314,0.010763,0.015028,0.013762,-0.000475,-0.002679,0.04435,0.024225,0.033147,-0.013795,-0.011218,-0.000442,0.14322,0.002518,0.005,0.018763,-0.012345,0.01232,0.006269,-0.022622,-0.026085,0.044786,0.01483,0.014232,0.009832,-0.018082,0.005295,0.078702,0.002726,-0.000589,-0.015519,-0.023136,0.010138,0.005138,-0.172157,0.002748,-0.031493,0.012846,-0.007279,0.01118,-0.016381,0.016561,0.015621,0.008362,-0.014917,0.020011,-0.02823,-0.02317,-0.006333,-0.015626,0.031601,-0.001842,-0.002942,-0.028694,0.039818,0.095779,-0.040373,0.10223,0.017213,0.008534,-0.010105,0.004168,0.018829,0.030934,0.002038,0.037035,-0.007978,-0.024323,-0.00015,-0.001018,-0.027887,0.00403,-0.022651,0.016498,0.031085,0.033211,-0.024886,0.005318,0.013725,-0.014409,0.020236,-0.019883,-0.05963,-0.002437,0.020203,-0.026921,-0.005171,0.005181,0.051139,-0.011198,0.001951,0.003674,-0.033784,0.044236,0.010858,0.018911,0.011913,-0.032522,-0.043016,0.00495,-0.016982,-0.007335,0.03939,0.01399,0.022739,-0.004754,0.013988,-0.014762,0.037387,0.115802,-0.002556,0.050286,0.013221,0.020966,-0.024632,0.011497,0.013661,-0.005454,-0.0321,0.004415,-0.018303,0.011049,0.01351,-0.035403,-0.013329,0.034634,0.010921,-0.025499,-0.063513,-0.006361,0.035481,0.027639,-0.005075,0.019703,-0.010807,-0.007559,0.013753,0.052607,0.006036,0.023491,0.030323,-0.008196,-0.018808,-0.005995,-0.01636,0.026075,0.00685,0.012878,0.001092,0.054919,-0.014727,-0.005774,-0.022103,0.031957,-0.009863,-0.036831,-0.017193,0.039952,-0.016217,0.015494,0.027973,-0.008451,-0.032732,-0.033334,0.000683,-0.000105,0.002521,-0.001893,-0.0196,0.031245,-0.000645,-0.034511,-0.005086,0.008782,-0.003705,-0.103306,-0.004828,0.011943,-0.010978,0.028547,0.013198,-0.006901,-0.008975,0.020166,-0.005379,-0.011688,0.016587,-0.024174,0.007946,-0.025284,0.019028,0.013328,0.006256,-0.007057,-0.012412,-0.005676,0.0394,-0.011651,-0.014478,0.029326,-0.033911,-0.010197,-0.01428,-0.004019,0.010619,0.017063,-0.028366,0.006792,0.003432,0.029279,0.021103,0.000545,0.006217,-0.006542,0.017687,0.014275,-0.02247,-0.027262,0.011532,-0.019496,0.01626,0.001443,0.00528,-0.04551,-0.020118,-0.032425,-0.01511,-0.007703,0.042108,-0.001631,-0.046796,0.050767,0.003013,-0.001475,0.003642,0.056387,-0.013133,-0.011908,-0.030784,0.006388,-0.010162,-0.03873,-0.029648,-0.0222,-0.018246,-0.015769,0.004184,0.00989,-0.019013,-0.022242,0.018344,0.020283,0.006644,-0.009935,0.043247,-0.01552,-0.015666,-0.007678,-0.037145,-0.011373,0.008505,-0.015483,0.007369,-0.004757,0.014015,-0.031175,-0.036921,0.000271,0.002225,0.002058,0.014055,-0.006566,0.011526,0.048182,0.023103,0.026071,-0.011148,0.01524,0.028797,-0.022573,-0.01664,-0.006381,0.015337,0.005544,0.003207,0.02961,-0.026286,0.003964,0.05988,0.010483,0.018235,0.0012,0.019601,0.11505,0.004506,0.008794,0.003478,-0.037227,0.000833,0.037743,0.043912,0.016055,-0.023612,-0.010294,-0.019789,-0.022902,0.033167,0.026585,0.004939,-0.014697,-0.037659,0.030463,-0.01334,0.003008,0.019372,-0.032023,0.006092,0.020048,-0.013469,-0.030818,0.003098,0.041691,-0.008442,0.031115,0.00928,-0.023254,0.004451,-0.017199,0.013195,-0.037206,-0.000172,0.014004,-0.013524,-0.011573,-0.000117,-0.000167,-0.047458,0.012474,0.017597,-0.002292,0.004113,0.007896,0.063922,-0.010372,-0.002708,0.034881,-0.024868,0.017219,-0.007582,0.021454,-0.008082,-0.001777,-0.01759,0.022215,0.021863,0.003998,0.012645,-0.006645,-0.029706,-0.033223,0.038,-0.005746,-0.021898,0.004042,-0.008067,-0.001247,0.016834,0.008052,0.024191,0.005174,-0.007694,0.012346,0.000214,0.770186,-0.00906,0.01346,-0.017575,0.010652,0.004079,-0.032401,-0.021448,-0.017905,0.009015,0.026157,-0.019387,0.012781,0.00582,0.01305,-0.005963,0.037143,-0.037365,0.03898,0.004613,-0.01351,-0.024262,0.05292,0.020356,-0.001474,0.056683,-0.025447,-0.033952,0.033493,-0.002919,-0.005322,-0.019688,-0.014611,-0.05671,-0.013432,0.023357,0.011797,0.000197,0.023722,-0.079621,0.013972,-0.017173,0.006308,-0.040572,0.025655,-0.020548,0.024737,0.014849,-0.003008,-0.023605,0.023263,-0.010684,0.016223,0.023753,0.005019,-0.028517,0.008825,-0.050041,-0.038553,-0.009115,0.00572,0.014948,0.023525,0.09151,0.014238,0.054066,0.013365,-0.030896,0.041814,0.031115,0.05367,-0.089534,0.018982,0.01798,0.027961,-0.031396,0.020518,-0.02439,0.002398,-0.030351,0.057017,-0.082775,0.045982,0.036027,-0.014427,-0.005347,-0.051855,-0.00265,0.017259,-0.025574,-0.071813,0.02012,-0.014964,-0.040619,0.02026,0.012308,0.01995,0.018471,0.001662,-0.009217,0.049202,0.005704,-0.037815,0.000594,-0.069154,0.017758,-0.003555,-0.006365,0.034131,0.076867,0.02105,-0.004756,-0.005164,-0.003876,0.017145,-0.012294,0.050891,0.040861,0.020297,0.018218,-0.030644,0.0094,-0.029842,0.02762,0.014605,-0.051608,-0.028609,0.028768,0.002333,-0.00493,0.005044,-0.012244,-0.009278,0.008092,-0.011951,-0.014449,0.001885,0.011554,0.028304,0.011935,-0.033113,0.001047,0.007431,0.024021,0.030147,-0.023374,0.023423,0.024565,-0.009611,0.00522,-0.007537,0.080629,0.018724,-0.026078,0.004968,-0.002139,0.003074,0.001164,-0.001594,-0.032495,0.080369,-0.00413,0.055136,-0.011447,0.023979,0.030449,0.047046,0.004127,0.037594,0.012783,-0.038354,-0.004836,0.063994,-0.19193,-0.023349,-0.020597,0.031706,0.006029,-0.031867,-0.020024,-0.023992,0.016669,-0.055541,-0.024386,0.022423,-0.036748,0.016974,-0.004102,0.022697,0.074319,-0.049024,0.022134,-0.012384,0.038035,0.075082,-0.028653,0.065387,0.020496,0.034605,0.024179,-0.005757,0.001857,-0.013776,0.036879,0.036893,-0.021876,-0.025042,-0.005863,-0.014044,-0.042617,0.015116,-0.015511,-0.005746,0.023996,-0.013215,-0.022263,0.029474,-0.012363,0.020859,-0.004884,-0.005742,-0.030675,0.022476,0.025968,-0.000551,0.026919,0.001553,0.047195,0.008708,0.000613,0.025527,-0.039101,0.042622,-0.011984,-0.002369,-0.005911,-0.014687,-0.041856,-0.000645,-0.026731,-0.049183,-0.006702,-0.007822,0.027238,-0.056676,-0.041846,0.036983,0.048904,0.159254,-0.009776,0.015204,-0.02358,-0.002355,0.011975,0.022787,-0.004695,-0.019034,-0.015219,-0.00241,0.01769,0.015915,0.03086,-0.006601,0.017027,0.060795,0.028372,-0.043281,-0.034172,0.027303,0.034961,0.011454,-0.01048,0.026519,0.016377,0.009183,0.015246,0.023873,0.013877,0.056442,0.019489,0.000004,0.007522,-0.012415,-0.022132,0.042003,0.010886,0.016277,-0.018908,0.081431,-0.001393,0.004557,-0.047963,-0.000937,-0.034663,-0.019593,-0.031676,0.045453,-0.017718,0.028541,-0.008066,0.003061,-0.041518,0.004255,-0.014403,-0.004134,-0.007022,-0.017518,0.000125,-0.030498,0.000885,0.002855,0.015191,0.004123,-0.010937,-0.094303,0.023021,0.007439,0.018403,0.006686,0.063064,0.03842,-0.023211,0.022353,-0.047997,0.031416,0.037794,-0.017562,-0.037547,0.002392,-0.030162,-0.006042,0.01354,-0.035531,0.032357,-0.012349,0.024574,-0.015748,0.003452,0.033413,-0.020894,0.001349,0.021497,-0.001387,0.019037,0.01612,-0.034744,-0.014525,-0.001106,0.052497,0.008064,0.022467,0.030804,-0.005542,0.01342,0.032552,-0.031305,-0.046901,0.028587,-0.02108,-0.019342,-0.029116,-0.026955,-0.026528,-0.010588,-0.081334,0.046865,-0.001972,0.056655,0.006758,-0.038596,0.074474,0.041297,0.013033,-0.037254,0.028017,0.033081,-0.015219,-0.015187,0.007417,0.037598,-0.028356,-0.005688,-0.017097,-0.004727,-0.033805,0.025926,0.03494,0.015123,-0.016624,0.015026,0.009555,-0.006531,0.017876,0.010376,-0.00137,-0.035322,-0.009765,0.008759,-0.011988,0.017135,-0.031728,0.028021,-0.013527,0.032981,-0.02476,-0.054106,-0.00757,0.010978,-0.021537,-0.01449,-0.05637,-0.017397,0.035592,0.038429,0.014975,-0.003019,0.016187,0.023392,-0.043471,0.01618,-0.001166,0.023778,-0.040345,0.028272,0.036326,-0.002854,-0.044579,-0.003123,-0.004346,-0.013685,0.008458,0.039813,0.112293,-0.012439,0.031755,-0.014986,-0.020976,-0.001517,0.047028,0.01626,-0.012243,-0.016807,-0.011002,-0.020372,0.009472,0.029839,0.024535,0.005273,-0.024577,-0.004314,0.022383,-0.023222,0.13958,0.014475,0.014885,0.015782,-0.0018,0.005664,-0.005245,0.034966,0.018677,-0.012875,0.044308,0.030414,-0.01399,-0.026564,0.01116,0.052359,-0.033469,-0.002914,-0.025176,0.003296,-0.008461,-0.049593,0.051943,-0.046857,0.003239,0.042514,0.022528,-0.00161,-0.02605,0.067019,-0.056373,-0.065631,0.061352,-0.024899,0.002048,0.068465,0.015023,-0.001351,0.017259,-0.042785,0.012912,0.022712,-0.008939,0.000154,-0.013108,-0.018014,-0.005276,0.047893,0.02005,0.035572,-0.020211,-0.034975,0.024938,-0.012439,-0.014728,0.002997,-0.005252,-0.00537,-0.020306,0.025657,0.676391,-0.036704,0.027097,0.001557,-0.027461,0.040169,-0.013221,-0.019931,0.037272,-0.014205,0.036649,-0.008179,0.026641,0.040071,0.019721,-0.019358,-0.01733,0.01119,0.062377,-0.014761,-0.009318,-0.040535,0.060007,0.025676,0.007587,0.074039,0.033694,-0.029093,-0.006746,-0.026456,0.031261,-0.006759,-0.044564,-0.019466,-0.04632,0.037513,0.005907,0.014365,0.018018,-0.066288,0.015268,0.001143,0.022235,0.00247,0.055159,-0.088888,0.043591,0.005019,-0.02675,-0.021425,0.022867,-0.013108,0.021624,0.033856,0.002039,-0.016506,0.010289,-0.032901,-0.032259,-0.007703,-0.018937,0.000853,-0.01296,0.060461,0.037478,0.038518,-0.010249,-0.007087,0.01382,0.012079,0.041504,-0.096692,0.025276,0.026408,-0.005346,-0.009906,0.014398,0.002599,-0.021082,0.03667,0.02498,-0.056533,0.02984,0.035969,0.018371,0.004462,-0.047522,0.035789,0.013893,-0.021342,-0.02273,0.008842,-0.010801,-0.03255,0.036113,0.021245,0.009382,0.032532,0.025248,-0.005355,0.00724,0.024742,0.011835,0.009731,-0.050237,-0.019179,-0.027456,-0.002722,0.017732,0.03381,0.012855,-0.021563,-0.002968,-0.025043,-0.004538,-0.009255,0.033428,0.023942,0.021916,-0.001941,0.015657,0.001926,0.018028,-0.023026,0.006217,-0.062433,-0.022092,0.056326,0.023818,-0.030876,-0.020806,0.009348,-0.002298,-0.011274,-0.026284,-0.013515,-0.002537,0.004326,0.015029,0.064046,-0.01824,0.032819,0.014859,0.014256,0.019721,0.004948,0.034223,0.047971,0.001396,-0.019218,0.040463,0.158896,0.011014,-0.018554,-0.021277,0.040784,0.028383,0.018294,-0.011752,-0.000944,0.07274,-0.022434,0.037957,-0.007511,-0.035565,0.021363,0.05593,0.010674,0.037978,0.00116,-0.002848,0.029335,0.008965,-0.181577,0.017902,-0.03618,0.027488,0.021673,-0.015038,-0.004672,0.010391,-0.000792,0.001043,-0.009508,0.016527,-0.009934,0.006486,-0.021251,-0.01008,0.042349,-0.04439,0.01408,-0.018461,0.04419,0.076785,-0.012571,0.097634,0.017261,0.034288,0.014063,0.008091,0.007096,-0.031457,-0.007717,0.004023,-0.011644,-0.057616,-0.027539,-0.002497,-0.012262,0.031418,-0.043658,-0.006575,0.023382,0.016523,-0.001155,0.022893,-0.014761,0.019429,-0.001687,0.000229,-0.041197,0.027601,0.035692,-0.004502,-0.035308,-0.018736,0.011011,0.004997,0.012258,-0.01573,-0.013044,0.017471,-0.002684,-0.004041,0.016534,-0.028098,-0.054364,0.000877,-0.016112,-0.030599,0.020094,-0.010832,0.034506,0.000397,0.005001,0.026715,0.026353,0.139995,0.018534,0.02524,-0.020984,0.004382,-0.004158,0.047352,0.014381,-0.03351,-0.010473,0.018086,-0.010827,0.013784,0.002584,-0.051524,-0.023738,0.051656,0.042589,-0.028393,-0.039323,0.000726,0.039434,0.026105,-0.016588,0.002546,-0.043151,0.004758,0.016014,0.026872,-0.001989,0.042644,0.033395,0.005996,0.013844,-0.007741,-0.009292,0.023538,-0.008118,-0.007063,-0.029112,0.024929,-0.026168,-0.018423,-0.0127,0.034697,-0.024889,-0.031371,-0.013662,0.015391,-0.039761,0.016566,-0.001805,-0.012998,-0.040252,0.038149,0.007235,-0.007144,-0.018513,-0.021082,-0.016833,0.018744,0.000333,-0.019641,-0.01957,0.055559,-0.040989,-0.098388,0.01589,-0.03291,-0.049476,0.033188,0.038943,-0.003652,-0.06286,0.011024,-0.024724,0.061439,0.029431,-0.049633,-0.02821,-0.000543,0.004088,0.033186,0.03769,-0.042616,-0.015429,-0.0245,0.011363,-0.027943,-0.010739,0.03707,-0.028555,0.010427,0.000117,-0.006829,0.016689,0.021961,-0.028928,-0.017438,-0.014592,0.032164,0.026558,-0.014199,0.004755,0.01011,0.003366,0.04207,-0.020324,0.003123,-0.007518,-0.026584,-0.003968,-0.004322,-0.039101,-0.059624,-0.006305,-0.020354,0.028511,-0.03227,0.088105,-0.032515,-0.035325,0.007778,0.027878,-0.019751,-0.033603,0.04526,0.02209,-0.00888,-0.032958,0.018222,0.003931,-0.008885,-0.036037,-0.009224,-0.025469,-0.037985,-0.003983,0.025128,0.009092,-0.000517,0.016862,0.038805,-0.000142,0.023155,0.006941,-0.024117,-0.043415,-0.032795,-0.048479,0.019365,0.028229,-0.022434,-0.016301,0.003115,0.035632,0.001953,-0.059454,-0.004797,0.020338,-0.024755,0.006462,0.013338,0.010702,0.040825,0.042789,0.038316,-0.015536,-0.018494,-0.008472,-0.015461,-0.001086,0.054113,0.016088,0.00327,0.003182,0.023068,-0.020877,-0.037617,0.023465,0.011188,0.023616,0.001849,0.009167,0.111809,-0.002948,0.000382,0.00699,-0.013013,0.021463,0.047279,0.035428,-0.035944,-0.03389,-0.000186,-0.012027,-0.006438,0.054936,-0.024471,0.000676,-0.016422,-0.018834,-0.014764,-0.041576,0.12662,0.018494,0.002143,0.018088,0.014854,-0.012455,-0.010007,0.000959,-0.020401,0.019425,0.021263,0.017878,-0.004013,-0.038078,-0.015386,0.015036,-0.060435,0.005818,0.010678,-0.016338,0.016515,-0.041922,0.012914,-0.02461,0.020321,0.032733,0.014294,0.004972,0.01189,0.069645,0.005741,-0.031809,0.052508,-0.031753,-0.014978,0.007962,0.045092,-0.018755,0.010344,-0.007009,0.028495,-0.020149,0.007897,0.01013,-0.010465,-0.015579,-0.016228,0.049008,0.007701,0.025945,-0.019872,-0.007657,-0.000235,0.009617,-0.009779,0.023695,0.007341,-0.025473,-0.028995,-0.011537,0.720331,-0.007584,0.018449,-0.023578,0.008209,0.006009,0.011142,-0.001287,-0.014225,-0.020638,0.009137,-0.006289,0.0144,0.048175,0.021975,-0.013837,0.040962,0.010468,0.024752,-0.028001,0.002702,-0.022403,0.039982,0.02553,0.009919,0.066607,0.034527,-0.017471,0.01597,0.011513,-0.018187,-0.018239,-0.045841,-0.031591,-0.01671,-0.001527,0.00566,0.014499,0.016294,-0.066679,-0.011271,-0.025247,0.031538,-0.011297,0.033032,-0.023099,0.01387,0.024232,-0.0167,0.006913,0.002924,-0.010028,-0.053171,0.034657,-0.01045,-0.015788,0.016121,-0.047496,0.007115,-0.0062,0.011355,0.000849,0.000331,0.06409,-0.011017,0.042321,0.008486,-0.036148,0.019931,0.038373,0.03361,-0.093743,0.037673,0.022891,0.009958,-0.011771,0.023796,-0.024722,-0.016774,0.005322,0.033924,-0.073407,0.03751,0.03245,-0.015499,0.004161,-0.065003,0.022946,0.025753,-0.011005,-0.036928,0.019039,-0.018186,-0.026403,0.036726,0.021479,0.015715,0.036712,0.009143,-0.007819,0.004937,0.005057,-0.004461,0.007078,-0.051389,-0.00507,-0.007718,-0.021112,0.006057,0.038043,0.014734,-0.023558,-0.005931,-0.013058,0.00046,-0.000492,0.023167,0.023201,0.013137,0.002593,-0.002352,-0.010158,0.005337,-0.017639,0.015947,-0.053789,-0.028615,0.011085,0.005363,-0.028599,0.002747,-0.004724,-0.017597,-0.021611,-0.029821,-0.010466,0.002477,-0.009044,0.028356,0.038485,-0.021701,0.01541,0.008788,0.024505,0.0218,0.006106,0.041948,0.041796,-0.005199,-0.003894,0.023669,0.111916,0.028171,0.005042,0.009229,0.012723,0.012947,0.014281,-0.012418,-0.026433,0.080443,0.009012,0.036787,0.001922,-0.006813,0.028105,0.050103,0.01916,0.035131,-0.003514,-0.011896,0.013618,0.028094,-0.207109,0.019196,-0.02102,0.017677,0.01573,-0.02444,-0.018133,-0.007525,0.01235,0.002998,-0.012556,-0.011709,-0.009608,0.017064,0.00737,-0.004481,0.043741,-0.04811,0.002834,-0.019435,0.026008,0.086588,-0.026815,0.074693,0.033654,0.025312,0.002332,-0.007377,-0.00157,-0.013334,-0.008196,0.029198,-0.000029,-0.040747,-0.017923,-0.008234,-0.022582,0.024737,-0.037563,-0.00299,0.033948,0.012532,-0.01771,0.021628,-0.015813,0.013336,-0.025942,-0.003024,-0.030082,0.015164,0.034298,0.00861,-0.007383,0.000978,0.038288,0.012679,0.023064,-0.006967,-0.025757,0.021602,-0.005598,-0.00046,0.003345,-0.027078,-0.043152,0.002289,-0.029833,-0.03934,0.016151,0.008956,0.048162,-0.023156,-0.002444,0.01462,0.02655,0.156835,0.014929,0.030089,-0.025056,-0.000704,-0.003052,0.036961,0.016903,-0.019293,-0.00194,0.007733,0.014181,0.018675,0.011986,-0.032206,-0.004609,0.035581,0.025734,-0.018542,-0.031274,0.00988,0.039713,0.026488,0.008323,0.009092,-0.011317,0.004809,0.033722,0.018004,-0.003438,0.054678,0.035633,0.01366,-0.006612,-0.019205,-0.022362,0.029928,-0.00412,0.010432,-0.029732,0.060186,-0.004267,-0.017738,-0.038274,0.024916,-0.026749,-0.053029,-0.010442,0.012903,-0.039712,0.02065,0.004355,-0.013605,-0.037686,0.027992,0.022913,-0.005041,-0.004003,-0.017087,-0.028328,-0.003224,-0.003522,-0.021022,-0.023226,0.048921,-0.027583,-0.115496,0.023386,-0.014052,-0.031637,0.044086,0.038279,0.011617,-0.054264,0.017558,-0.039711,0.063362,0.032996,-0.041445,-0.030813,0.007636,-0.00521,0.027607,0.027203,-0.042954,0.013971,-0.001403,0.037179,-0.027053,-0.009911,0.020621,-0.013356,0.005138,0.012551,-0.005345,0.029004,0.032404,-0.013311,-0.007288,-0.01403,0.049682,0.022167,0.024956,0.021696,0.009567,0.024129,0.025198,-0.01259,-0.016073,-0.00135,-0.026515,0.001801,-0.013972,-0.012806,-0.048147,0.002702,-0.030409,0.036616,-0.016302,0.100385,-0.00596,-0.03923,0.052737,0.025472,-0.016196,-0.036845,0.022214,0.004848,-0.017145,-0.015655,0.002672,0.017956,-0.01908,-0.02797,0.000851,-0.017811,-0.033511,0.004879,0.022947,0.006338,-0.00181,0.005295,0.021596,0.00005,0.030638,0.009596,-0.019866,-0.044809,-0.035467,-0.035954,0.004791,0.022513,-0.025603,-0.010157,0.006334,0.040587,-0.029115,-0.049136,-0.014084,0.03855,-0.021128,-0.005826,-0.016296,0.020167,0.032957,0.033344,0.039039,-0.031861,0.002506,0.009826,-0.037297,0.000008,0.020597,0.012596,-0.008703,0.000452,0.028824,-0.009859,-0.030154,0.015299,0.011632,0.013173,0.012736,0.014273,0.110114,-0.002167,0.01036,0.008375,-0.016044,0.032374,0.031746,0.014802,-0.016761,-0.030022,-0.003128,-0.01606,0.005733,0.048399,0.021322,-0.009417,-0.011116,-0.023717,0.005175,-0.045807,0.157243,0.018419,-0.005553,-0.002634,0.010746,-0.005206,-0.005184,0.021305,0.004159,0.010412,0.027378,0.022523,-0.007978,-0.028551,0.013425,0.024947,-0.055178,0.004895,-0.007057,0.003124,0.002576,-0.041684,0.022854,-0.048423,0.018827,0.027608,-0.000897,0.006308,-0.011913,0.072738,-0.00452,-0.040594,0.052483,-0.018374,0.001918,0.037373,0.019225,0.010681,0.019618,-0.017914,0.023197,-0.001312,0.010846,-0.00415,-0.005946,-0.032666,-0.006997,0.045455,0.01754,0.027292,-0.025057,-0.022012,0.030239,0.011082,-0.008306,0.000618,-0.00524,-0.021696,-0.016987,0.011487,0.723864,-0.014787,0.043444,-0.013153,-0.002646,0.026609,-0.007166,-0.011596,0.000048,-0.007874,0.020737,-0.018937,0.017509,0.044454,0.022231,-0.020396,0.026384,0.004004,0.021648,-0.037898,-0.005545,-0.0143,0.055224,0.007533,-0.000935,0.082753,0.034992,-0.030649,-0.009025,-0.011847,0.015654,-0.020642,-0.048214,-0.042837,-0.016824,0.013769,0.000432,0.02787,0.021792,-0.066764,-0.006021,-0.008837,0.035952,-0.007976,0.036333,-0.044459,0.03242,0.010301,-0.02265,-0.000387,0.009265,-0.016242,-0.011546,0.049376,-0.005454,-0.014146,0.009836,-0.046916,0.000445,-0.004622,0.007402,-0.006384,0.000208,0.073324,0.006172,0.041546,0.000436,-0.006761,0.021752,0.04509,0.037338,-0.078677,0.025749,0.027991,-0.003451,-0.010185,0.015029,-0.029154,-0.002826,0.020114,0.030805,-0.065378,0.021269,0.027359,-0.010016,0.016039,-0.056816,0.032357,0.000184,-0.015855,-0.03843,0.026005,-0.008796,-0.023376,0.020694,0.013931,0.029628,0.043909,0.012921,-0.008065,-0.021309,0.009559,-0.01345,0.014927,-0.058639,-0.02316,-0.014965,-0.018046,-0.008464,0.047104,0.015735,-0.021306,-0.004834,-0.019742,-0.000597,-0.010577,0.017852,0.021578,0.020282,0.004871,-0.026084,-0.005214,0.023223,-0.013001,-0.006696,-0.052639,-0.028614,0.027328,0.002353,-0.011272,0.01803,0.000306,-0.010065,-0.006278,-0.02231,-0.016029,0.011263,0.002429,0.031408,0.063347,-0.010351,0.02743,-0.000371,0.018992,0.044694,0.025257,0.02677,0.044113,-0.002731,0.004958,0.020834,0.119583,0.016346,0.008249,0.007332,0.022217,0.025752,0.01815,-0.017015,-0.011653,0.06483,-0.016584,0.03261,0.008772,-0.010753,0.013242,0.060699,0.006703,0.03148,-0.012975,0.007301,0.023987,0.008387,-0.185584,0.021243,-0.023019,0.021946,0.025304,-0.011818,-0.008988,0.008589,0.007382,0.00985,-0.003402,-0.006993,-0.000172,0.005683,0.011489,-0.000813,0.031134,-0.023316,0.020346,-0.012594,0.041136,0.08488,-0.032046,0.064468,0.020876,0.001863,0.008058,-0.014422,0.006692,-0.013824,-0.019174,0.024884,-0.001717,-0.04141,-0.018359,-0.011016,-0.013896,0.012294,-0.022763,-0.000191,0.032285,0.007085,-0.011261,0.022518,-0.010776,0.0231,-0.005042,-0.005044,-0.040437,0.006626,0.02298,-0.003585,-0.021411,0.001721,0.031751,0.002397,0.013049,-0.009413,-0.012313,0.016865,0.011377,0.001833,-0.018731,-0.028143,-0.055205,-0.009321,-0.022003,-0.025375,0.024986,0.003783,0.022754,-0.000125,-0.007534,0.015356,0.024832,0.157867,0.013789,0.020255,-0.015469,0.00917,-0.003686,0.047922,0.010058,-0.028476,0.000906,0.01567,0.015929,0.000928,0.017108,-0.034791,0.00489,0.040647,0.021424,-0.025561,-0.048833,-0.017924,0.025618,0.015878,-0.002659,0.002894,-0.028381,-0.010318,0.021574,0.010965,-0.00605,0.038418,0.034257,0.010476,0.004027,-0.018649,-0.040189,0.008631,0.003092,0.005828,-0.015777,0.034377,-0.003411,-0.007817,-0.024423,0.034077,-0.023337,-0.049116,-0.017711,0.014035,-0.02772,0.010103,0.007491,-0.012625,-0.029721,0.0346,0.002313,0.000048,0.012333,-0.031703,-0.034848,-0.003384,-0.012773,-0.025575,-0.018874,0.040264,-0.045359,-0.09474,0.016832,-0.019688,-0.028514,0.032253,0.035761,-0.000672,-0.084617,0.003258,-0.020737,0.090117,0.03965,-0.057423,-0.029093,0.006489,-0.004651,0.038188,0.02556,-0.038529,0.001854,-0.000799,0.027841,-0.023759,-0.005775,0.021324,-0.014063,0.02291,0.011953,-0.010685,0.0223,0.009485,-0.002823,-0.007502,-0.007749,0.044656,0.01995,0.024753,0.028398,0.014504,0.027157,0.025346,-0.018022,-0.009881,-0.016002,-0.018189,0.00213,0.004495,-0.019919,-0.049753,-0.007159,-0.029618,0.031597,-0.023998,0.099908,-0.019441,-0.033422,0.037638,0.016718,-0.013299,-0.027681,0.044363,0.003757,-0.029501,-0.013347,0.006081,0.012324,-0.009576,-0.021476,-0.003134,0.006216,-0.040873,0.007629,0.002008,0.005739,-0.002709,-0.000902,0.021189,-0.010103,0.023054,0.007176,-0.016949,-0.036971,-0.0176,-0.052806,0.007231,0.011586,-0.013669,0.006469,0.016867,0.031486,-0.021608,-0.032558,-0.007547,0.016586,-0.011541,0.015027,-0.017051,0.024256,0.044824,0.025222,0.033324,-0.021246,0.002647,0.008721,-0.01752,-0.011915,0.0373,0.015209,0.000222,-0.000075,0.024118,-0.016868,-0.027351,0.005866,0.014363,0.021285,0.008234,0.015418,0.114817,-0.014162,0.003674,0.00363,-0.00513,0.025544,0.017177,0.027685,-0.030799,-0.016488,-0.004272,-0.019368,0.004983,0.052868,-0.005234,0.011842,-0.012347,-0.021454,-0.005811,-0.034861,0.119145,0.012098,-0.020998,0.010927,0.017565,-0.025639,-0.002017,0.012181,-0.00423,0.013081,0.01278,0.023441,-0.012782,-0.016191,-0.016958,0.013661,-0.048015,0.014607,-0.00132,-0.004714,0.003521,-0.049031,0.005198,-0.033229,0.013412,0.028596,0.019854,0.008125,0.006243,0.066934,0.001604,-0.028313,0.053526,-0.021495,-0.01112,0.025112,0.005729,0.009346,0.013994,-0.009427,0.013308,-0.019756,0.023132,0.005,-0.00597,-0.003801,-0.020535,0.066551,0.003147,0.020783,-0.020851,-0.007898,0.023848,0.011879,-0.01307,0.006122,0.000222,-0.016281,-0.011558,0.000081,0.755296,-0.010896,0.025586,-0.018788,0.007916,0.026672,-0.01366,0.007225,-0.02961,-0.004517,0.017703,-0.023793,0.01549,0.018405,0.024776,-0.016814,0.028764,-0.004733,0.017822,-0.037004,-0.001296,0.000455,0.03352,-0.009811,-0.002367,0.07291,0.023054,-0.016658,-0.008915,0.008629,-0.003056,-0.024819,-0.035985,-0.057512,-0.017631,0.001311,-0.005685,0.025865,0.020413,-0.071562,-0.015868,-0.018698,0.033292,-0.009112,0.042366,-0.0219,0.034509,0.019694,-0.029176,-0.006286,-0.004447,-0.01351,-0.033486,0.051672,0.013743,-0.011396,0.01461,-0.053635,0.006563,-0.011558,0.008587,-0.02426,0.001295,0.081672,-0.007143,0.040054,-0.00034,-0.00073,0.014639,0.039995,0.060634,-0.093402,0.039879,0.022164,-0.001479,0.009772,0.029414,-0.0219,0.00213,-0.003495,0.041304,-0.061323,0.008871,0.041478,0.011111,-0.001342,-0.03402,0.018925,0.024687,-0.013555,-0.028445,0.018681,-0.018295,-0.015009,0.016094,0.023887,0.011125,0.04659,0.005009,-0.035029,0.011928,0.007242,0.013137,-0.007069,-0.049884,-0.003085,-0.009806,-0.003339,-0.004635,0.034771,0.022382,-0.005813,-0.01851,-0.029719,0.000287,-0.010232,0.016352,0.01021,0.004718,-0.007553,-0.002184,-0.028101,0.008626,-0.021908,0.02941,-0.068013,-0.054587,0.010789,0.016525,-0.025538,-0.022621,-0.003675,-0.021489,-0.034286,-0.022467,-0.029746,0.004651,0.007199,0.033433,0.019697,-0.020199,0.024423,0.022728,-0.006512,0.020482,0.004247,0.008507,0.027478,-0.006164,-0.01595,0.04873,0.136038,0.033413,0.01415,-0.010826,-0.001968,-0.011352,0.029845,-0.024693,-0.006671,0.077593,-0.000144,0.032135,-0.018222,-0.017706,0.030759,0.064254,0.003009,-0.000788,0.016613,-0.021949,-0.009029,-0.005078,-0.190864,0.005222,-0.029123,0.008097,0.021945,-0.007092,0.005972,-0.019664,0.001683,-0.005968,-0.012205,-0.010283,-0.028558,0.029815,-0.002497,-0.019857,0.013001,-0.006614,0.007417,-0.018173,0.071047,0.066488,-0.022814,0.0881,0.042033,0.006747,0.004569,-0.010397,-0.005535,0.006968,-0.008151,0.01481,0.017819,-0.059125,-0.016185,-0.00028,0.004135,0.023048,-0.03115,-0.021005,0.000042,0.021964,-0.015961,0.021384,-0.018902,0.002518,-0.003576,0.00549,-0.032237,0.007738,0.019939,0.021934,-0.024057,-0.010555,-0.007538,-0.003765,0.007921,-0.027037,-0.019284,0.026404,-0.032383,0.016892,0.001806,-0.006699,-0.047363,-0.005284,0.012918,-0.034653,0.011438,-0.00056,0.033072,-0.024316,0.013225,-0.008939,0.04064,0.185421,0.020382,0.024267,0.014471,0.002994,-0.004457,0.022512,0.006355,-0.010893,-0.024689,0.017486,0.011686,0.022221,0.009874,-0.021515,-0.025647,0.049983,0.034517,0.000536,-0.042498,-0.005511,0.04734,0.008324,0.029126,0.012167,-0.05202,-0.017571,0.028059,0.011734,0.002802,0.032672,0.015082,-0.003677,0.003508,-0.014191,-0.013392,0.017217,-0.023389,0.036303,-0.004105,0.042303,-0.013148,-0.006669,-0.052192,0.026943,-0.018451,-0.059721,-0.008111,0.031132,-0.023092,-0.000083,-0.041476,0.002552,-0.031483,0.036412,0.013432,0.000356,0.001203,-0.018551,-0.037065,-0.024901,0.016979,-0.015073,-0.023346,0.036216,-0.030381,-0.092478,0.02684,-0.003442,-0.022161,0.032892,0.023901,-0.017311,-0.069158,0.012638,-0.035706,0.065939,0.020354,-0.038029,-0.012732,-0.001078,-0.026964,0.014438,0.032669,-0.024206,0.003039,0.013294,0.029876,-0.012868,0.012286,0.033515,-0.027693,0.008378,-0.01233,-0.005171,0.036932,0.027122,-0.028363,0.001744,-0.0044,0.026777,0.044243,0.000258,0.017553,-0.002338,-0.027496,0.046799,-0.014577,-0.017356,-0.014725,0.020459,0.008411,0.014699,-0.020761,-0.05779,0.026257,0.006468,0.014027,-0.011879,0.075213,0.019684,-0.048988,0.019161,0.026825,-0.008976,-0.029485,0.046818,-0.024795,-0.021298,-0.015583,-0.013491,-0.001643,-0.035165,-0.029778,0.0064,-0.007331,-0.006402,0.00976,0.01116,0.022564,-0.012559,-0.011413,0.018201,0.006787,0.020287,0.019403,-0.017156,-0.039607,-0.036101,-0.026699,-0.003506,0.018392,-0.025662,-0.011648,-0.000922,0.046724,-0.029396,-0.049645,0.015547,0.024714,0.000061,0.002396,-0.016192,0.034144,0.04334,0.019351,0.039154,-0.032572,-0.012097,0.014134,-0.008606,-0.004307,0.063541,0.03358,0.010757,0.009985,0.03057,-0.018423,-0.013679,0.003219,0.002312,0.034778,0.008492,0.007138,0.111931,0.006747,0.020217,0.001886,-0.008595,0.034896,0.025928,0.036217,-0.000578,-0.013404,0.001913,-0.026244,-0.0005,0.037073,-0.027208,-0.000573,-0.026113,-0.035622,-0.014144,-0.018852,0.105533,0.028956,0.015258,-0.006032,0.045185,0.010452,-0.00597,0.003125,-0.009884,-0.01878,0.033017,0.009033,-0.038543,0.000896,-0.000339,0.03294,-0.038416,0.001801,0.007139,-0.006511,0.022274,-0.029885,-0.014265,-0.026903,0.014152,0.029194,-0.002533,-0.002842,0.022182,0.060402,0.00883,0.001474,0.038936,-0.027122,-0.038126,0.021312,0.022873,0.004093,0.017834,-0.031004,0.015496,0.004792,0.013435,-0.010096,-0.011419,-0.03234,0.015768,0.028299,-0.00292,0.023153,-0.011115,-0.028767,0.013513,0.015754,0.010982,-0.011416,-0.022373,-0.003675,-0.005694,0.025571,0.74176,-0.000834,0.014941,-0.000454,0.00634,0.006329,0.005158,0.031869,-0.013843,-0.02229,0.014177,-0.033497,0.009479,0.04342,0.036557,0.000602,0.035312,-0.022423,0.034292,-0.002422,-0.002085,-0.00872,0.023833,0.048917,-0.020351,0.057403,0.034615,-0.035896,0.005482,0.015734,-0.022795,-0.009334,-0.045727,-0.011056,-0.012442,0.005104,-0.020784,0.022276,0.042982,-0.074991,0.00457,-0.002249,0.037735,0.014476,0.008061,-0.03367,0.002681,-0.014089,0.012378,-0.00809,0.014794,-0.002546,-0.005419,0.049211,-0.002074,-0.013841,0.007328,-0.005037,-0.014687,0.003421,0.026761,0.00239,-0.010398,0.036732,0.002961,0.039843,-0.017947,-0.001924,0.026425,0.04375,0.0298,-0.062017,0.042184,0.031743,-0.001199,0.034136,0.029238,-0.034948,0.01553,-0.010939,0.035958,-0.047261,0.057182,0.016979,-0.019198,0.014323,-0.077084,0.008643,0.036136,-0.036724,-0.04191,0.04087,-0.008894,-0.001701,0.001217,-0.001772,0.022084,0.010495,-0.030553,-0.013524,0.016376,-0.019008,-0.006583,-0.01865,-0.068399,0.00371,0.002998,-0.004069,0.033026,0.105455,0.021473,-0.011498,-0.016438,-0.028945,-0.019071,-0.000879,0.00759,0.034214,0.010825,-0.004855,-0.011795,-0.009371,-0.005414,0.029222,0.038798,-0.077159,-0.052544,0.009461,0.009772,-0.049172,-0.032532,0.000235,-0.051134,-0.040714,-0.046071,-0.00571,0.01514,-0.006084,0.02345,0.007917,0.023333,0.029791,0.027652,0.025436,0.016742,0.001903,0.028233,0.048289,-0.037687,0.019063,-0.004806,0.11444,0.018518,0.020993,0.031373,0.03848,0.015253,0.033581,-0.030759,-0.032046,0.059801,0.014047,0.039126,-0.013636,0.009507,0.029458,0.056575,0.043235,0.03446,-0.010123,-0.008629,0.003712,0.01879,-0.113664,0.042835,-0.007985,0.02179,0.010654,-0.022263,-0.034158,-0.060181,0.006361,-0.054736,-0.013099,-0.021505,-0.017007,0.010707,0.009318,-0.025566,0.034567,-0.032044,0.052639,-0.019834,0.033852,0.048396,-0.045587,-0.015517,0.03265,0.014588,0.03209,0.010802,0.005022,-0.006172,0.015826,0.02824,0.032873,-0.011554,0.012537,-0.003725,-0.001457,0.044466,-0.00996,-0.029008,0.05118,-0.008376,-0.012533,0.021194,-0.017891,-0.016242,-0.016442,-0.021926,-0.053209,0.050107,-0.001666,0.028301,-0.008748,-0.027938,0.046666,0.017032,0.020007,-0.009264,-0.005843,0.025193,-0.025903,0.001742,0.003647,-0.008089,-0.03148,-0.014728,0.037344,-0.061955,0.009292,-0.012894,0.006563,-0.028137,-0.003251,0.0146,0.047958,0.126923,-0.001964,0.025643,0.007915,0.014551,0.011544,0.032745,0.012555,-0.011563,-0.046094,0.008261,0.04419,0.08184,0.027265,-0.026287,-0.031485,0.091731,0.019687,0.022445,-0.091559,-0.006408,0.041286,0.000405,0.008475,0.010077,-0.029677,-0.004232,-0.00872,-0.002698,-0.010743,0.012148,0.051567,-0.02457,-0.016745,0.019382,0.010054,0.029253,-0.001092,0.006051,-0.004879,0.061782,-0.015456,-0.014455,-0.034681,0.011715,-0.063318,-0.033649,-0.015858,0.021117,-0.047366,0.024822,-0.013768,0.026936,-0.062275,0.017392,0.009233,0.040362,-0.035959,-0.007053,-0.025773,0.00327,0.010792,-0.000827,-0.028621,0.034098,-0.016971,-0.064072,0.003127,0.000724,-0.01972,0.031969,0.033985,-0.031299,-0.0564,0.030075,-0.067567,0.016898,-0.004353,-0.002155,-0.020819,-0.012722,-0.022587,-0.023671,0.000424,-0.016401,0.037186,-0.015341,-0.016864,-0.028209,0.030826,0.038981,-0.003753,0.005491,-0.009899,0.019522,0.026481,0.041264,0.002131,-0.018588,0.008418,0.006522,0.015091,-0.033188,-0.006942,0.006732,-0.017397,0.035087,-0.041114,-0.022861,-0.029472,-0.014058,0.00289,-0.018416,-0.046424,-0.015907,0.044802,-0.019975,-0.006498,0.016256,0.057293,-0.011006,-0.051473,0.033688,0.01738,0.00365,-0.025413,0.049897,0.011973,-0.034349,-0.02297,-0.045352,-0.011585,-0.013566,-0.026872,0.042647,0.002984,0.000012,-0.009983,-0.012163,0.025566,0.005802,0.006341,0.015415,-0.006603,0.043967,-0.011854,0.017931,-0.071086,-0.034553,-0.022285,-0.018936,0.058602,-0.050566,-0.01023,-0.014288,0.039987,-0.006334,-0.0535,0.003727,-0.005483,0.008566,-0.012375,-0.039946,0.004401,0.031199,0.041452,0.061646,-0.026802,-0.000236,0.003294,-0.035421,0.016154,0.067656,0.062653,-0.035831,0.026781,0.033627,0.022162,-0.017597,-0.002479,-0.034061,0.029572,-0.028126,-0.012191,0.114077,0.01376,-0.013465,-0.015695,-0.041455,0.035288,0.010652,0.03173,0.011069,-0.000712,0.019809,-0.043649,-0.005623,0.011997,0.076793,-0.007817,-0.013373,-0.00843,-0.001796,-0.030534,0.100304,0.02441,-0.003146,-0.006501,0.043472,-0.005109,0.010816,0.022344,0.001392,-0.007259,0.023604,0.015285,-0.022161,-0.003685,-0.000609,0.032136,-0.004112,-0.033671,-0.003502,0.086669,0.013341,-0.026667,0.030881,-0.028161,0.020948,0.019348,0.015325,-0.001892,-0.0342,0.039923,-0.015028,-0.034859,0.012892,-0.020796,-0.01834,0.011421,0.002129,-0.001501,0.014363,-0.004982,0.045737,0.028347,0.028092,-0.017606,0.000984,-0.051822,-0.004144,0.024375,-0.029806,0.026164,-0.012971,-0.017819,0.026398,0.034185,0.016373,-0.032978,0.002886,-0.022934,-0.001647,0.007944,0.696581,-0.001288,0.045485,-0.013857,-0.023529,0.007637,-0.001383,-0.038573,0.017666,-0.008314,0.000434,-0.020757,0.01147,0.057182,0.054123,-0.033248,-0.010197,-0.016728,0.045206,-0.028888,0.00658,-0.030579,0.029004,-0.004772,-0.014293,0.089337,0.022645,-0.030904,-0.029903,0.037122,-0.010944,-0.030933,-0.032667,-0.054912,-0.031222,0.031614,-0.03988,0.029789,0.011665,-0.069461,0.004514,-0.008996,0.038608,0.009893,-0.012375,-0.038182,0.007609,0.013324,-0.037487,-0.03163,0.010208,-0.0144,0.010228,0.05668,-0.012351,-0.023281,0.007401,-0.005501,-0.013505,0.027894,-0.00259,0.000295,-0.024119,0.049186,0.01335,0.077382,-0.016887,0.003447,0.024116,0.013166,0.032531,-0.049563,0.005716,0.00435,0.00104,0.010738,-0.027065,-0.017894,-0.031013,-0.011292,0.01749,-0.042172,0.018592,0.00797,-0.023963,0.011499,-0.003431,0.012431,0.008859,0.000957,-0.063393,0.024576,0.007232,-0.009315,0.012674,-0.022576,-0.006854,0.02413,0.015969,-0.042052,0.004771,-0.031303,-0.046837,0.010107,-0.051447,-0.002313,-0.020017,-0.028006,-0.006016,0.081867,0.011073,-0.032758,0.004923,-0.021013,-0.020925,-0.023345,0.020154,-0.003795,-0.00675,-0.010407,-0.000804,-0.013045,-0.001393,-0.001166,0.038398,-0.040522,-0.014035,0.014997,-0.001155,-0.016464,0.022881,-0.000711,-0.023443,-0.044185,-0.024317,-0.031339,0.006933,0.034417,0.004035,0.004337,-0.000494,0.021636,0.004916,0.005719,0.023346,0.029469,-0.003395,0.019202,0.020296,-0.023514,0.049006,0.149216,0.015057,0.027532,0.005995,0.010548,0.022409,-0.022636,-0.039224,-0.0213,0.049248,0.012012,0.018899,0.019632,0.006814,0.003916,0.09482,0.014894,-0.023267,0.00591,-0.000995,0.007421,-0.023862,-0.147188,-0.015093,-0.051176,0.028527,0.018415,0.018143,0.020266,-0.015543,0.003224,-0.003757,-0.001046,-0.004058,-0.012594,-0.013904,0.00266,-0.008947,0.028252,0.008675,0.002576,-0.021517,0.04032,0.073592,-0.035743,0.118177,0.011343,0.024331,-0.001757,0.024044,0.039836,0.030194,-0.013992,0.006746,0.006407,-0.024422,-0.0346,-0.019612,-0.056575,0.018905,-0.039042,0.040574,0.006418,0.024828,-0.009908,0.008598,0.00705,0.003048,-0.012178,-0.022586,-0.050945,0.012455,0.020046,0.01725,-0.00974,0.012729,0.01863,0.001743,-0.005206,0.013383,-0.01667,0.009468,0.019835,0.007323,0.022481,-0.03075,-0.048461,0.003094,-0.017639,-0.019589,-0.000386,-0.020534,0.043408,-0.031354,-0.008413,0.003217,0.013412,0.100534,0.022537,0.027603,0.014454,0.020719,-0.039167,0.022525,0.01489,-0.004657,-0.002709,0.027422,0.002114,-0.001509,0.000907,-0.016133,-0.020932,0.040785,-0.001477,-0.002985,-0.038769,0.024376,0.008409,-0.011189,0.022096,0.026654,-0.010987,0.007079,0.001972,0.041699,0.005958,0.024306,0.017541,0.008043,0.014899,0.00732,-0.046873,0.006071,0.015293,0.027973,0.004175,0.006633,0.010128,-0.006825,-0.039993,0.023323,0.015634,-0.013967,0.015856,0.009604,-0.02336,0.028024,-0.030807,0.002223,-0.037296,-0.016687,-0.000153,0.022268,0.022536,-0.000793,0.003117,0.010816,0.005882,-0.021784,-0.002733,0.020018,-0.027389,-0.074682,0.001132,-0.01091,-0.012498,0.036317,0.032879,-0.002592,-0.053093,0.032846,-0.001953,-0.01269,0.025036,-0.030678,0.021094,0.003867,0.002281,0.029625,0.042004,-0.010424,-0.008411,0.011772,-0.000514,-0.006768,-0.000455,0.018383,-0.047014,-0.012998,-0.000325,0.014484,0.013964,0.010626,-0.008318,0.002052,0.000121,0.043042,0.006077,0.009354,0.034051,0.011213,-0.022584,0.024942,0.019474,0.000975,-0.023748,0.000581,0.034365,-0.002814,-0.022488,-0.045496,0.016196,-0.025031,0.03868,-0.001554,0.012766,-0.005714,-0.017893,0.014113,0.030924,-0.003884,-0.014644,0.025798,-0.006317,0.003495,0.012816,0.004959,-0.004468,-0.024425,-0.02548,-0.032412,-0.000401,-0.013673,-0.004342,-0.012003,0.047517,0.003724,-0.013692,0.004267,0.014762,-0.005689,0.015764,-0.016166,0.001912,-0.044987,-0.022037,-0.042136,0.019071,-0.002024,-0.00464,0.0186,0.018341,-0.033293,-0.030745,0.005872,0.005171,-0.004734,0.005111,-0.012175,0.024444,0.049462,0.025403,0.030044,-0.029924,0.026918,0.017151,0.028519,0.023258,0.003985,0.003383,-0.023052,-0.009409,-0.00434,-0.013879,-0.013151,0.033822,-0.022532,-0.020353,0.036989,0.009225,0.112478,-0.006168,0.002111,-0.02911,0.001581,-0.003764,0.058199,0.011533,-0.015839,-0.001984,0.005579,-0.011119,-0.007699,0.037602,0.008437,0.009936,-0.002556,-0.036391,-0.035145,0.011884,0.058031,0.014362,-0.015395,0.003003,0.003896,0.000358,-0.0331,0.013514,0.021318,-0.003022,0.012958,0.009785,-0.004496,0.013716,-0.000438,0.011401,-0.02489,-0.038511,0.029512,0.001858,0.00957,-0.014592,-0.001931,-0.00139,-0.006305,0.029573,-0.037878,0.023303,0.003839,0.054686,-0.010303,0.002838,0.013804,-0.026687,-0.006723,-0.005103,0.028069,-0.011394,0.02398,-0.012203,0.045295,0.02361,-0.002923,-0.04341,-0.003064,-0.054275,-0.010647,0.035151,0.027166,-0.024919,0.012757,0.008011,-0.013341,0.014642,0.018256,-0.030282,-0.020981,-0.002023,0.004225,-0.015963,0.785605,-0.011362,-0.006718,-0.011866,0.001254,0.021544,-0.033756,-0.013661,0.032687,-0.000052,-0.006442,-0.001989,0.040924,0.004078,0.025192,0.023973,0.042839,-0.035363,0.0139,-0.01922,-0.001584,-0.016218,0.039986,0.003174,-0.019288,0.040152,0.041361,-0.045954,0.025227,0.018388,-0.039507,-0.0236,-0.024399,-0.014771,0.009721,0.01388,-0.002937,0.021937,0.029136,-0.096277,-0.007514,-0.014404,0.036156,-0.002951,-0.006006,-0.011502,0.006755,0.006436,-0.023672,-0.002257,0.01725,-0.045097,-0.000268,0.036359,0.011972,-0.020782,0.006262,-0.024938,-0.023558,0.007448,0.01233,-0.032316,-0.026955,0.093327,0.051804,0.083916,0.006892,-0.01405,0.037932,0.033607,0.027454,-0.051198,-0.006134,0.00495,-0.011889,0.011572,-0.022725,-0.01318,-0.044267,-0.01293,0.018652,-0.045862,0.022622,-0.000017,-0.024639,0.012221,0.005388,0.004268,0.000624,0.005569,-0.064797,0.028979,0.004258,-0.005141,0.011456,-0.020053,-0.015198,0.021872,0.015269,-0.04137,0.004474,-0.032261,-0.042899,0.010976,-0.051152,-0.005823,-0.022885,-0.028518,-0.007126,0.07365,0.006459,-0.037682,0.006363,-0.020248,-0.02829,-0.024833,0.029038,-0.012553,-0.020054,-0.014793,-0.001999,-0.008031,-0.000886,0.002801,0.033304,-0.051279,-0.019022,0.011542,-0.010653,-0.008452,0.030991,0.004449,-0.009691,-0.045289,-0.021233,-0.018147,-0.003887,0.028178,0.005381,0.000076,0.00316,0.012564,0.007783,-0.001488,0.001466,0.032157,0.001912,0.003537,0.015649,-0.020809,0.044373,0.146482,0.009471,0.030781,0.006911,0.005654,0.025991,-0.026174,-0.02937,-0.0359,0.050112,0.0087,0.010085,0.0326,0.013848,0.005866,0.092838,0.013838,-0.02202,0.006687,-0.001894,0.012892,-0.020664,-0.158092,-0.013399,-0.050343,0.027286,0.013274,0.01695,0.013227,-0.003481,0.004416,0.00527,0.00564,0.001286,-0.011841,-0.004394,0.004318,0.002356,0.031279,0.004265,0.000189,-0.02602,0.033873,0.081502,-0.025983,0.126109,0.008452,0.025072,-0.00952,0.027289,0.040138,0.028586,-0.02187,0.004516,0.008275,-0.023429,-0.043666,-0.018175,-0.0497,0.017917,-0.037833,0.039404,0.021887,0.025451,-0.005614,0.01591,0.001358,0.012053,-0.009607,-0.030475,-0.050455,0.011347,0.011102,0.021132,-0.018491,0.012576,0.033184,0.002135,-0.003819,0.022847,-0.017571,0.004723,0.026042,0.010015,0.017555,-0.025821,-0.048372,0.000671,-0.027659,-0.015698,-0.001074,-0.015921,0.033696,-0.023909,-0.006694,0.006203,0.009615,0.08794,0.019168,0.027189,0.011808,0.020182,-0.037684,0.016633,0.027695,-0.004786,-0.000778,0.027991,0.003478,-0.004113,0.000936,-0.022774,-0.024275,0.023136,-0.005934,-0.006133,-0.040849,0.035175,0.004074,-0.003113,0.01549,0.032236,-0.002324,0.000737,-0.001119,0.0446,0.008865,0.01354,0.024934,0.006899,0.01849,0.008746,-0.052661,0.005062,0.015163,0.01814,0.001238,0.007179,0.018794,-0.006488,-0.033862,0.020015,0.02408,-0.010496,0.012317,0.029122,-0.019166,0.026255,-0.027992,0.005992,-0.03684,-0.01878,0.001198,0.022058,0.032951,0.000438,0.005416,0.024408,0.007293,-0.023587,-0.002549,0.018541,-0.023776,-0.089331,0.002181,-0.011784,-0.010944,0.032455,0.028546,0.004039,-0.040073,0.030798,-0.001166,-0.030017,0.025529,-0.025228,0.02404,0.00124,0.008944,0.035889,0.044594,-0.012273,-0.006624,0.016321,-0.006043,-0.007541,-0.00986,0.005176,-0.042779,-0.019977,0.006559,0.006321,0.01212,0.00966,-0.010581,0.009052,-0.000977,0.033787,0.013874,0.003126,0.024255,0.007126,-0.016419,0.018538,0.019051,0.00819,-0.022463,-0.010918,0.029218,-0.001428,-0.022273,-0.046628,0.011293,-0.020405,0.030507,-0.00101,0.022853,-0.004091,-0.019059,0.020557,0.014979,-0.006513,-0.011019,0.029578,0.001565,0.001137,0.008431,0.002645,-0.000269,-0.028039,-0.019925,-0.029486,-0.002225,-0.014034,-0.011657,-0.000231,0.043712,0.008796,-0.001089,0.016958,0.010386,-0.013026,0.027193,-0.01115,0.006916,-0.034655,-0.009836,-0.030452,0.027277,-0.005424,0.003409,0.016363,0.013032,-0.030972,-0.029762,-0.00322,0.001201,-0.007897,0.010537,-0.019771,0.026399,0.043568,0.031199,0.02266,-0.020031,0.029513,0.017869,0.033006,0.017184,-0.016736,0.002329,-0.020538,-0.006502,-0.016769,-0.026135,-0.009834,0.040194,-0.026266,-0.021353,0.034338,0.008647,0.109408,-0.00749,0.001328,-0.030117,-0.005189,-0.007627,0.062455,0.010149,-0.024402,-0.007627,0.008039,-0.013385,-0.015728,0.04002,0.010377,0.006622,0.004334,-0.035861,-0.022279,0.007707,0.056134,0.012434,-0.024816,0.006665,-0.000295,-0.012647,-0.028653,0.020517,0.035046,-0.001418,0.014196,0.016916,0.00312,0.00359,0.001802,0.01006,-0.018731,-0.03752,0.028705,-0.011489,-0.002657,-0.008228,-0.005455,0.001838,-0.001709,0.025042,-0.03807,0.019547,0.005908,0.045718,-0.022282,-0.000762,0.015545,-0.01944,0.001202,-0.005484,0.024401,-0.010916,0.022881,-0.012149,0.036856,0.032309,-0.008537,-0.037041,0.003178,-0.060079,-0.012138,0.037562,0.03596,-0.03182,0.00977,0.015026,-0.010242,0.012358,0.014516,-0.028675,-0.023189,0.002898,0.001302,-0.014916,0.783903,-0.00457,-0.01206,-0.015563,0.003925,0.009958,-0.036656,-0.01584,0.031744,0.002207,-0.011476,0.001355,0.032975,0.005693,0.016681,0.028049,0.038382,-0.02822,0.006601,-0.027881,-0.004378,-0.016116,0.035452,-0.004392,-0.009928,0.0508,0.038352,-0.049234,0.025424,0.018396,-0.044367,-0.030966,-0.027667,-0.018093,0.008225,0.013955,-0.00529,0.018539,0.023408,-0.088843,-0.005133,-0.006423,0.033143,-0.00843,0.005851,-0.001978,0.016245,0.012134,-0.022845,0.002819,0.019833,-0.040332,-0.004988,0.034708,0.017716,-0.028382,0.005021,-0.021226,-0.022325,0.014761,0.011925,-0.036395,-0.026586,0.104087,0.049752,0.090971,0.014457,-0.011253,0.032114,0.038364,0.045878,-0.073412,0.016072,0.018926,0.011015,0.018312,-0.004659,0.006194,-0.014939,-0.017096,0.021162,-0.076602,0.025186,0.005638,-0.014218,-0.004061,-0.021452,0.002443,-0.00143,-0.009136,-0.075931,0.017723,-0.005189,-0.006847,0.024393,-0.0109,-0.011335,0.049065,0.01127,-0.017368,0.018077,-0.00524,-0.045372,0.001478,-0.055448,0.003388,-0.011753,-0.005995,-0.010207,0.049799,0.022008,-0.027621,0.000898,-0.014222,-0.011502,-0.008262,0.023994,-0.000336,-0.007192,0.006686,-0.022533,-0.022447,-0.002637,-0.019205,0.036619,-0.044555,-0.019085,0.027135,-0.009536,-0.004336,0.019596,0.013395,-0.029683,-0.03771,-0.036368,-0.02278,-0.000668,0.029239,-0.015542,0.00949,-0.000922,0.005391,-0.004643,0.007554,0.018796,0.011702,0.003221,0.005112,0.005077,-0.008516,0.04547,0.12998,0.010703,0.005745,-0.008286,0.006115,0.006434,0.002263,-0.042005,-0.009005,0.046542,0.023908,0.034645,0.017899,0.008164,-0.011944,0.068265,0.01611,-0.016952,0.01396,-0.002558,0.002794,-0.002179,-0.189408,-0.000028,-0.036825,0.022742,0.012706,0.008943,0.016021,-0.002143,-0.001141,-0.002768,0.01022,-0.009969,-0.028678,0.00705,0.006207,-0.005293,0.039213,-0.005246,-0.010519,-0.031765,0.048286,0.093317,-0.040672,0.113462,0.023481,0.018248,0.022681,0.030821,0.028522,0.014039,-0.012515,0.020815,0.004999,-0.043788,-0.04167,0.003749,-0.052628,0.02288,-0.050743,0.023621,0.033246,0.015715,-0.015563,0.003301,0.003966,0.006762,0.002211,-0.011413,-0.041158,0.006846,0.030905,0.001051,-0.009442,-0.002019,0.033519,0.007634,0.015403,0.000958,-0.015066,0.022373,0.005913,0.025893,0.015079,-0.03091,-0.048069,0.003315,-0.012948,-0.026985,0.00501,-0.000544,0.047866,-0.012839,-0.000927,0.020173,0.015529,0.151203,0.019361,0.032765,-0.005274,0.018913,-0.013085,0.033944,-0.010714,-0.006564,-0.012441,0.020347,-0.013747,0.03484,0.008705,-0.026044,-0.022151,0.024312,0.000691,-0.007491,-0.047583,0.029523,0.017269,0.023617,0.019133,0.028569,-0.024209,-0.006533,0.000994,0.038289,0.010371,0.028735,0.01299,0.00364,0.006701,-0.012862,-0.045871,0.015011,-0.012846,0.027993,0.004843,0.033005,-0.00915,-0.02378,-0.042833,0.033001,0.000004,-0.032212,0.010255,0.014658,-0.035355,0.017245,-0.012391,0.004353,-0.045875,0.002074,-0.002388,0.021414,0.02272,-0.000519,-0.008379,-0.001358,0.004477,-0.009028,0.003522,0.036248,-0.022263,-0.105717,0.013958,-0.01524,-0.012279,0.031027,0.038444,-0.003012,-0.060185,0.036257,-0.026212,0.018768,0.018466,-0.034946,-0.004472,0.01577,-0.014994,0.028369,0.056703,-0.024004,-0.010048,0.004751,0.017661,-0.01685,-0.004096,0.021746,-0.042488,-0.012362,-0.008679,-0.002121,0.027584,0.024645,-0.02906,0.008818,-0.011886,0.035927,0.019377,-0.000449,0.020511,0.007598,-0.015152,0.029715,-0.006636,-0.00222,-0.010794,-0.011616,0.021926,0.011155,-0.02279,-0.041945,0.013196,-0.019418,0.027346,-0.000797,0.084254,0.002934,-0.027177,0.011756,0.025397,-0.014247,-0.014956,0.024719,0.002916,-0.005108,-0.005116,-0.01042,-0.011493,-0.032035,-0.026806,-0.026646,-0.013238,0.002095,-0.014432,-0.006007,0.050106,-0.006332,-0.000251,0.003061,0.016994,0.009006,0.011776,-0.026041,-0.004594,-0.06309,-0.01341,-0.014968,0.030018,-0.013595,-0.010132,0.009124,0.029195,-0.03402,-0.045803,0.008951,0.020176,0.001031,0.029109,-0.021139,0.01454,0.035428,0.040221,0.037575,-0.01688,0.02609,0.034131,0.003908,0.011178,0.040527,0.021516,-0.019321,-0.004201,0.020571,-0.040526,-0.017591,0.027028,-0.012458,-0.002619,0.023579,0.013264,0.111496,0.013309,0.006395,-0.011819,-0.004324,0.013738,0.056033,0.040153,-0.023842,-0.010665,0.009845,-0.008687,-0.02026,0.046567,-0.00264,0.04845,-0.001464,-0.018325,-0.019955,0.000713,0.099945,0.01271,-0.017478,-0.01381,0.000962,0.009772,-0.024892,-0.010697,0.013421,-0.012542,0.036054,0.016348,-0.013802,-0.008083,-0.004674,0.028336,-0.005236,-0.016345,0.020101,-0.005516,0.026966,-0.031628,0.003927,-0.022476,0.005803,0.020913,-0.022714,0.023374,0.007742,0.053396,-0.018934,0.004179,0.038273,-0.026581,0.002735,0.006461,0.014788,0.003472,0.007831,-0.023683,0.029254,0.011596,-0.005698,-0.050943,-0.009117,-0.068813,-0.004215,0.051078,0.002061,-0.0127,0.008391,0.014545,0.012714,0.00064,0.006229,-0.032222,-0.01561,-0.008878,-0.002686,-0.006694,0.75798,-0.010794,0.007326,-0.012764,0.014136,0.020474,-0.022895,-0.014475,0.023078,0.002505,-0.005658,-0.00525,0.009453,0.028801,0.020908,0.004226,0.043268,-0.021099,0.014535,-0.023891,-0.02551,-0.026734,0.040226,0.0196,-0.006573,0.032399,0.044011,-0.039765,0.020887,0.024926,-0.033267,-0.010113,-0.037836,-0.013186,-0.005175,0.016053,-0.014067,0.036445,0.021835,-0.082571,0.010135,-0.009306,0.027527,0.000917,-0.025487,0.000153,0.019726,0.008231,-0.01553,-0.011439,-0.000177,-0.018638,-0.0051,0.04043,-0.008632,-0.0159,0.001266,-0.012922,-0.020817,0.005725,0.028048,-0.002231,-0.019525,0.084796,0.041634,0.054801,0.005781,-0.003741,0.032408,0.037849,0.003199,-0.09017,0.016165,0.027129,0.005735,-0.01479,-0.026594,-0.014147,-0.000357,-0.048481,0.029347,-0.056217,0.00876,-0.002492,-0.005518,0.006951,-0.015875,0.035771,0.02007,-0.04463,-0.025107,0.020422,-0.0011,-0.028415,0.009211,-0.000429,-0.025097,0.01659,0.007537,-0.006117,0.005411,-0.006872,0.010581,-0.003524,-0.047713,-0.021431,0.005814,-0.004403,0.013714,0.044106,0.033856,0.021956,0.02277,-0.002304,0.010999,0.000511,0.014046,0.00368,0.029981,0.01864,0.007904,-0.029759,0.020809,-0.019535,0.012001,-0.041156,-0.030319,-0.004426,0.033482,-0.028851,0.002449,-0.007434,-0.028651,0.013992,-0.023441,-0.028762,-0.019727,0.018999,0.007316,0.005428,0.015026,0.015628,-0.011859,0.009881,-0.013966,0.049222,0.016534,0.028034,-0.018043,-0.014739,0.002854,0.136868,-0.007052,-0.011132,-0.032806,0.007592,-0.000744,-0.023011,-0.013908,-0.063002,0.040521,0.008264,0.032153,0.033278,0.012186,-0.003738,0.091708,-0.010682,-0.006467,0.005146,0.014558,-0.02823,0.02592,-0.169821,-0.019423,-0.062958,0.025151,-0.001348,0.003366,0.019156,0.002391,-0.02395,-0.040496,0.011939,-0.014535,-0.042424,-0.04112,-0.033883,-0.018482,0.028449,-0.004602,-0.016677,0.006955,0.047837,0.099951,-0.046654,0.145015,0.002455,0.034706,0.012239,0.013187,-0.004916,-0.012824,0.010344,-0.002477,0.005853,-0.018474,-0.000666,-0.01716,-0.033757,0.017894,-0.032635,-0.005817,0.043634,-0.025352,-0.018864,0.005314,0.006832,-0.001593,0.01896,-0.005718,-0.035123,0.018071,-0.009981,-0.014922,-0.012182,-0.042592,-0.000054,-0.011705,-0.008144,-0.014722,0.012526,-0.0148,0.018006,0.026759,0.024194,-0.026576,-0.03466,-0.015322,-0.00813,-0.008579,0.033683,0.021266,-0.014898,-0.009881,0.014854,-0.012747,0.048681,0.096226,-0.002368,0.033652,0.011111,0.010398,0.003649,-0.012541,0.004569,-0.003389,-0.035207,-0.025327,-0.006801,0.008299,-0.015071,-0.043606,-0.032907,0.025425,0.005027,-0.03783,-0.062773,0.00831,0.021313,0.011523,0.020602,0.002941,-0.035864,-0.042357,0.007342,0.020716,0.015214,0.031893,-0.004768,0.014017,0.01134,-0.003009,-0.017763,-0.003961,-0.014514,0.014115,0.006321,0.006711,-0.030049,-0.004262,-0.015397,0.046127,-0.02022,-0.048528,0.010322,0.026383,-0.015085,0.04611,-0.003043,-0.010616,-0.027361,0.020209,-0.011359,0.008857,0.03329,0.011917,-0.022551,0.0197,0.011924,-0.027365,-0.008767,0.036802,-0.043256,-0.125826,-0.041207,0.063434,-0.026301,0.04567,-0.016648,-0.047221,-0.096969,0.02479,0.010039,-0.012199,0.010612,-0.016382,0.011385,-0.005201,-0.030639,-0.004729,0.001443,-0.008885,0.026463,-0.033661,-0.026827,-0.003847,-0.018743,-0.009976,-0.004705,0.018157,-0.011593,0.062178,0.020484,0.054427,-0.012868,0.01839,-0.023016,0.023243,0.004491,-0.049642,-0.003494,-0.01752,0.028695,0.041992,-0.009492,-0.012727,0.010227,-0.019844,0.02917,0.021457,-0.004839,-0.031918,-0.004849,0.034596,0.000413,-0.004796,0.022786,0.02292,-0.04477,0.010613,-0.012157,0.007878,0.001033,0.063493,-0.024945,0.006653,0.003901,-0.004821,-0.020621,-0.037048,-0.01972,-0.068009,-0.030756,-0.002785,-0.054358,-0.016071,-0.014668,0.01971,0.002708,0.009012,0.003118,-0.002861,0.018391,-0.01059,-0.010862,-0.022347,-0.007824,-0.016563,0.030683,-0.020839,0.037539,-0.028681,0.011346,0.011526,-0.010947,0.00566,0.006488,-0.006194,0.029978,-0.017767,-0.0254,0.035305,0.021632,0.03448,-0.035761,0.019004,0.005376,0.011283,0.002038,-0.020069,-0.004217,-0.043718,-0.014308,-0.003499,-0.003063,0.009719,-0.002907,-0.028591,0.050218,-0.006068,-0.004867,0.107872,-0.003101,-0.008512,-0.012809,-0.028008,-0.013987,0.03035,-0.013482,-0.01608,0.011696,-0.00401,-0.000691,-0.013466,0.026668,0.036483,-0.020323,0.020411,-0.015824,0.008715,-0.011322,0.092602,0.026282,0.003234,0.016139,0.010572,-0.019928,-0.00415,0.007874,0.041173,-0.009846,0.010407,0.008883,-0.005651,0.015371,0.004898,0.0182,-0.010985,0.018303,0.004346,0.002612,0.025543,-0.036573,0.013437,0.003824,-0.001768,0.028698,-0.005909,0.000657,0.007086,0.023963,-0.012498,-0.004203,0.000163,-0.016644,-0.023271,-0.00035,0.002041,-0.012234,-0.015049,0.027722,0.021251,0.00396,-0.000322,-0.037673,-0.008404,-0.016463,0.038737,0.019566,-0.011433,-0.016158,0.007885,0.018374,-0.027167,0.017416,-0.014857,0.003381,0.009773,-0.021583,0.028541,-0.01795,0.756507,-0.016242,0.013517,0.006166,0.032259,-0.010043,0.016213,0.019208,0.002761,-0.026107,0.003588,0.009582,0.006767,0.010138,0.023842,-0.052998,0.006168,-0.036097,0.01739,-0.033219,-0.01977,-0.005523,0.048469,0.016412,-0.014597,0.061234,0.022331,-0.015249,-0.003993,0.013684,-0.003666,-0.005102,0.004543,-0.01883,-0.005726,0.016188,0.003002,0.034467,0.019947,-0.084734,0.014095,0.010875,0.003152,-0.001078,-0.000398,-0.038489,-0.008273,0.014389,-0.01095,0.011473,-0.007615,0.010123,-0.015285,0.051842,-0.006683,-0.030908,0.005532,-0.047974,-0.054896,0.007303,-0.015397,0.004205,-0.008109,0.089186,0.025065,0.054688,0.006356,-0.03107,0.008779,0.013332,-0.023561,-0.112396,0.018726,0.02621,0.00892,-0.005608,-0.020629,-0.016326,0.004999,-0.033671,0.040801,-0.081922,-0.006317,-0.019643,0.000021,0.005082,-0.020469,0.040332,-0.003801,-0.053548,-0.074917,0.025501,0.007617,-0.026009,0.008946,0.008931,-0.017274,0.059115,0.02278,0.012264,-0.006138,-0.015417,-0.003778,-0.01085,-0.080501,-0.020754,-0.004465,0.019961,0.01739,0.051428,0.03929,0.015233,0.020564,-0.00473,0.016123,-0.015013,-0.005304,0.018102,0.003925,0.021633,-0.01827,-0.03445,0.016655,-0.029071,0.021748,-0.069257,-0.023332,0.024842,0.021295,-0.02451,-0.00461,0.007193,-0.031867,-0.004275,-0.013663,-0.035714,-0.002904,-0.000982,0.03024,0.031387,0.019741,0.013994,-0.021562,0.007193,0.000731,0.047249,0.011912,0.019852,-0.025603,-0.017902,-0.012818,0.087082,0.002808,-0.01167,-0.009205,0.010317,-0.00106,-0.029568,-0.029294,-0.026959,0.052477,0.004449,0.067515,0.028154,0.017545,-0.000283,0.070231,-0.009652,0.007398,0.006984,-0.001888,-0.027842,0.030389,-0.140377,-0.022798,-0.056683,0.02214,0.008862,0.002444,0.008124,0.007715,-0.037004,-0.043561,-0.008183,0.010192,-0.053135,-0.007047,0.004964,0.006097,0.032417,-0.005914,0.007426,-0.013289,0.053117,0.065253,-0.053132,0.124542,-0.003793,0.027947,0.017064,0.013037,0.005779,-0.023314,0.004466,-0.00072,-0.006324,-0.042712,0.028005,-0.018203,-0.057608,0.013684,-0.02677,0.003911,0.068748,-0.025426,-0.009267,-0.002215,0.011265,-0.000648,0.007542,0.003968,-0.050841,0.021987,0.002661,-0.035875,-0.004796,-0.025791,-0.011084,0.001207,-0.003587,-0.017184,0.012406,-0.00038,0.043198,0.022976,0.035922,-0.025143,-0.042051,-0.03174,-0.035382,-0.026124,0.017736,0.020794,0.002953,-0.0142,0.015287,-0.005444,0.033377,0.098686,-0.008944,0.015892,0.024286,-0.017774,-0.004196,0.002344,-0.007442,-0.008688,-0.047974,-0.03162,-0.005498,0.023943,-0.02408,-0.048675,-0.058078,0.046236,0.005742,-0.03111,-0.074197,0.027566,0.017544,0.003771,-0.001983,0.000663,-0.022391,-0.033105,0.032673,0.016057,-0.004327,0.024208,0.00764,0.00397,0.018046,-0.014994,-0.01076,0.010974,-0.017468,0.012533,-0.00767,0.02867,0.008035,-0.025809,-0.027371,0.062659,-0.011761,-0.05798,0.002329,0.018639,-0.014367,0.030928,0.00076,-0.016005,-0.047014,0.034263,0.000604,0.008612,0.023544,0.002901,-0.001892,0.014145,0.003724,-0.004366,-0.002004,0.080385,-0.01663,-0.127024,-0.018102,0.031626,-0.008876,0.032804,0.013465,-0.04956,-0.12957,0.011118,0.00352,0.063304,0.024596,-0.055933,0.006304,0.006711,-0.056129,-0.009211,0.00813,-0.037326,0.03007,-0.018649,0.023332,-0.003655,-0.024208,0.019898,-0.001774,-0.010316,-0.000795,0.057728,0.026588,0.055272,-0.021419,-0.003963,-0.030084,0.014613,0.003468,-0.040865,-0.026853,-0.014259,0.012647,0.035682,-0.037798,-0.015318,0.009871,-0.045281,0.031529,0.019854,0.001163,-0.054444,-0.014374,0.022147,0.013575,-0.005353,0.003657,0.036713,-0.032943,0.001157,-0.008936,-0.002603,0.023048,0.067027,-0.012967,0.010269,-0.015485,-0.002205,-0.010234,-0.043271,-0.028913,-0.04672,-0.011487,-0.01177,-0.004763,-0.027176,0.006374,0.004051,0.000753,0.018265,0.002406,0.00948,0.000665,-0.021849,-0.017495,-0.027554,0.002929,-0.007515,0.036368,-0.044493,0.016694,-0.006959,0.022625,0.000815,-0.010197,0.001756,0.023514,0.002578,0.025264,-0.046423,-0.022561,0.013846,0.049194,0.059596,-0.019319,0.025558,0.029949,0.016133,0.004472,-0.005133,-0.013423,-0.045278,0.002187,0.005307,-0.003166,-0.00672,-0.0164,-0.011984,0.071115,0.009556,0.019301,0.111549,0.013019,0.0083,-0.01087,-0.027461,-0.022088,0.030956,0.018896,-0.033074,0.003311,-0.002328,0.00497,-0.02054,0.028165,0.019739,0.008501,0.023055,-0.016501,-0.01393,0.009912,0.079297,0.020805,0.001613,-0.00415,0.022387,0.003171,-0.012301,0.012606,0.040991,-0.019133,0.032884,0.000483,-0.012651,0.021009,-0.004366,0.002639,-0.003416,0.008144,-0.006667,0.036477,0.044342,-0.03296,0.027757,-0.00842,0.015524,0.040169,-0.004581,-0.034136,-0.007566,0.070226,-0.006224,0.008267,-0.004547,-0.006124,-0.029801,-0.007567,0.024807,0.007348,-0.029694,0.02566,0.0045,-0.00615,-0.007936,-0.037827,0.00913,-0.048414,0.033358,0.038206,-0.008118,-0.040853,0.014273,0.01516,-0.005791,0.013284,-0.008228,-0.001154,-0.00485,-0.028155,0.01521,0.003062,0.715131,0.010271,0.001797,-0.002719,0.010008,-0.002241,0.014811,0.017302,0.021251,-0.01757,-0.01432,-0.005817,-0.009024,0.055065,0.009547,-0.037979,0.019867,-0.049084,0.023435,-0.032584,-0.024433,-0.016423,0.083041,0.061175,-0.018446,0.056493,0.037276,-0.021864,-0.012166,0.014106,-0.006046,-0.005652,-0.015491,-0.056827,-0.016892,-0.002905,-0.005035,0.04471,0.023398,-0.07288,0.011504,0.01082,-0.004887,-0.031803,0.007454,-0.056222,-0.000021,0.004088,-0.027259,0.004909,0.016973,0.017178,-0.021316,0.025647,-0.023898,-0.025145,0.003617,-0.064029,-0.040759,0.00279,-0.005943,0.011003,-0.023737,0.090147,0.03102,0.043944,0.003397,-0.020724,0.021036,0.003283,0.012238,-0.07857,0.02716,-0.000616,-0.03145,-0.000947,0.014991,-0.030527,0.014773,-0.023759,0.047838,-0.061112,0.00807,-0.022704,0.002316,0.006857,-0.024371,0.028349,0.035121,-0.056451,-0.041624,0.044351,-0.007439,-0.005046,0.011006,-0.006804,-0.039626,-0.001014,0.010403,-0.002035,0.027793,-0.041204,-0.008117,0.004868,-0.061562,-0.02773,0.020389,-0.012995,0.009867,0.042349,0.0312,0.016157,0.006696,-0.006367,0.00023,-0.012603,0.013778,0.027531,0.02857,0.011118,0.023921,-0.010001,0.004949,-0.010254,0.042275,-0.034445,-0.024923,-0.012902,0.028355,-0.013599,-0.01004,-0.001359,-0.007343,0.014344,-0.01867,-0.033644,-0.004041,0.005982,0.015724,0.014491,0.033947,0.007059,-0.012123,0.007621,-0.016827,0.054254,0.036772,0.038908,-0.026646,0.000518,-0.010581,0.147091,-0.013591,-0.01021,-0.021085,0.016841,0.002286,-0.012268,-0.002308,-0.051572,0.031276,-0.016698,0.04052,0.011348,0.005999,-0.007968,0.076945,-0.021348,-0.004333,-0.026203,-0.009388,-0.040122,0.018155,-0.163167,-0.018923,-0.049216,0.030848,0.008945,0.017804,0.012939,-0.003118,-0.006647,-0.051219,-0.024584,-0.019947,-0.021544,-0.052423,-0.043114,-0.011746,0.027697,-0.009422,-0.000403,0.010421,0.037408,0.084183,-0.035114,0.140809,0.008004,0.043576,0.031071,0.027124,-0.015966,0.026366,0.015316,0.003679,0.030483,-0.017176,0.014244,-0.009079,-0.039559,0.001149,-0.021892,0.000714,0.035906,-0.010255,-0.036501,0.017405,0.002283,-0.015574,0.015482,-0.027447,-0.053402,0.017278,0.015344,-0.015835,0.002378,-0.02431,0.037976,-0.018564,0.000824,-0.028921,-0.006331,-0.000484,0.018546,0.020742,0.033499,0.000453,-0.035936,-0.007996,0.004453,0.009859,0.03489,0.007758,0.011371,-0.01552,0.021881,-0.031887,0.039985,0.113579,-0.010819,0.039943,0.033171,0.029944,0.014376,-0.009513,-0.006709,0.020116,-0.013585,-0.034317,-0.020515,0.002909,0.000212,-0.054576,-0.055695,0.047243,-0.010274,-0.018832,-0.037389,0.019055,0.027409,-0.005342,0.013368,-0.010577,-0.015961,-0.034357,0.023092,0.024629,-0.007734,0.018074,0.019125,0.013716,0.008882,0.002672,0.005608,0.008113,0.010858,0.020062,0.013429,0.018595,-0.036975,0.006082,-0.013536,0.034757,-0.039979,-0.066081,0.023046,0.019906,0.002919,0.024582,-0.000086,0.014305,-0.023003,-0.017474,0.000714,-0.020306,0.025275,0.000595,-0.023968,0.019087,-0.019505,-0.019658,-0.020702,0.0297,-0.033624,-0.155235,-0.046934,0.05993,-0.021029,0.030301,-0.02595,-0.045101,-0.108734,0.021771,0.018263,-0.053401,-0.006317,0.000482,0.025963,-0.018153,-0.008874,-0.004289,-0.002847,-0.014438,0.022935,0.014134,-0.014653,0.020455,-0.012378,0.008775,-0.018744,0.020758,-0.016284,0.043652,0.014577,0.034925,-0.032752,-0.008158,-0.009387,0.025661,0.004065,-0.076141,0.0061,-0.022763,0.021465,0.025743,-0.013956,-0.008759,-0.001864,0.00283,0.018286,0.044407,-0.011418,-0.039652,-0.023819,0.013575,0.001215,0.011635,0.035688,0.035038,-0.024882,-0.001108,-0.016841,0.004844,-0.015281,0.054431,-0.012562,-0.018682,0.003816,0.007997,-0.030333,-0.043715,-0.032748,-0.065628,-0.032697,-0.001357,-0.037507,-0.011061,-0.01162,-0.012099,0.027917,0.022249,-0.001127,-0.001639,0.005211,-0.020068,0.007562,-0.025907,0.000428,-0.002358,0.018491,-0.013198,0.032565,-0.02702,-0.020736,0.027964,-0.024949,0.023474,0.019203,-0.009704,0.006161,-0.009934,-0.010993,0.039107,0.0317,0.04063,-0.014504,0.010233,0.017648,0.000953,0.018711,-0.068898,-0.019243,-0.045395,-0.023665,0.011034,-0.017902,0.006314,-0.015431,-0.027565,0.065889,-0.007731,0.018283,0.104764,0.032915,-0.01286,-0.011087,-0.043193,-0.017367,0.038604,-0.015024,0.003514,-0.003518,-0.008828,0.008398,-0.040312,0.048956,0.006705,-0.030144,0.016244,-0.028463,0.016262,-0.002611,0.0422,0.016772,-0.006718,0.012912,0.006945,-0.025246,-0.008156,0.001419,0.065842,-0.017604,-0.004038,-0.004999,-0.02238,0.019712,0.014111,0.02298,0.005883,0.019637,0.0029,-0.002331,0.023234,-0.01555,0.037082,-0.019635,0.01503,0.010387,-0.016824,-0.002478,0.015326,0.042611,-0.010616,-0.027472,0.003708,-0.040634,-0.005634,-0.018028,-0.021037,-0.019105,-0.022047,0.05852,0.025579,0.023717,0.001836,-0.032312,-0.007529,-0.038211,0.018899,0.017525,-0.028349,-0.014072,0.01712,0.024524,-0.032824,0.037078,-0.008045,0.018596,0.010294,-0.004899,0.0173,-0.025852,0.723205,-0.016024,-0.021869,0.020969,0.010933,-0.048555,-0.006846,-0.005568,-0.010765,-0.02306,0.004621,0.002123,0.017198,0.008053,0.027151,-0.04344,0.016602,-0.038774,0.007976,-0.013794,-0.027638,-0.006649,0.061827,0.006321,-0.035192,0.043797,0.030232,-0.002875,0.010779,-0.001771,-0.00431,-0.029252,0.022963,-0.055715,-0.017784,0.010983,-0.007553,0.018181,0.031347,-0.082316,0.028515,0.006445,0.003191,0.010276,0.003538,-0.05907,0.002149,0.007608,-0.020045,0.00033,-0.009657,0.015905,-0.002351,0.031421,-0.033182,-0.012902,-0.000804,-0.061634,-0.049444,0.010632,-0.001957,-0.003473,0.012051,0.092268,0.029316,0.055372,0.015704,-0.03343,0.017052,0.013258,-0.005809,-0.118737,0.041634,0.051411,-0.00645,0.009093,-0.002741,-0.021891,0.016991,0.002385,0.046656,-0.053813,0.01739,0.00928,0.0138,-0.004855,-0.028612,0.029455,0.006302,-0.02845,-0.071186,0.017134,-0.010191,-0.016504,0.006148,0.031321,-0.047551,0.037753,0.032599,0.004354,-0.011252,-0.012917,0.010527,-0.033806,-0.053722,-0.020234,-0.012332,0.018026,0.032985,0.011352,0.01736,0.013379,0.005328,-0.022364,0.000256,-0.007838,0.022439,0.008473,0.018607,0.007526,0.004235,-0.025394,0.023931,-0.017027,0.013787,-0.067621,-0.015794,0.020191,0.048489,-0.022555,-0.008075,0.001276,-0.029105,-0.012563,-0.003575,-0.034519,-0.011209,-0.000416,0.013718,0.036138,0.002685,0.025339,-0.021652,0.004425,0.009339,0.015282,0.02308,0.040988,-0.013438,-0.025886,0.034572,0.067821,-0.001097,-0.002973,-0.008045,0.006339,0.016578,-0.024222,-0.011132,-0.030491,0.058706,-0.034464,0.051521,0.047205,0.012908,-0.017774,0.067707,-0.03384,0.016957,0.001457,-0.010419,-0.015339,0.01542,-0.191191,0.006324,-0.063855,0.000385,0.013357,-0.010633,0.005617,-0.003013,-0.023574,-0.050958,-0.002883,0.017773,-0.015012,0.019255,-0.006572,-0.002815,0.016516,-0.005084,0.013469,-0.004498,0.073126,0.072592,-0.073387,0.106504,0.006328,0.030875,0.010504,0.018032,-0.008311,-0.032058,0.015066,-0.004959,0.002635,-0.043721,0.005293,-0.032813,-0.035377,0.015937,-0.035543,-0.00074,0.039622,-0.034192,0.007624,-0.011554,0.02541,0.017182,0.017557,-0.003315,-0.057364,-0.00993,-0.000166,-0.002397,-0.021808,-0.047238,0.007381,-0.000005,-0.000728,-0.029946,0.00872,0.013226,-0.010954,0.030435,0.021579,-0.035129,-0.04927,-0.001145,-0.003217,-0.035539,0.012346,0.015977,-0.013653,-0.00565,0.010558,-0.004349,0.032619,0.140513,-0.014947,0.043247,0.017354,-0.013589,0.014669,0.006297,-0.016507,-0.035822,-0.052619,-0.019872,-0.018793,0.013039,-0.011435,-0.048621,-0.039032,0.05418,0.015808,-0.037585,-0.072814,-0.000759,0.049298,0.023676,-0.003188,0.018974,-0.066509,-0.027329,0.013019,0.015072,0.00213,0.028807,-0.011286,-0.00176,0.022455,-0.018403,-0.011676,0.004501,-0.021781,0.008771,0.016369,0.017565,-0.002187,-0.015355,-0.022351,0.079076,-0.027696,-0.054001,-0.023349,0.041952,-0.017483,0.009729,0.000803,-0.0136,-0.049535,0.047056,0.004168,0.00973,0.003038,-0.017749,-0.02721,0.008801,0.030244,-0.006975,-0.027651,0.079192,-0.030131,-0.086436,-0.013286,0.015102,-0.033582,0.03885,0.016881,-0.021716,-0.115377,0.003152,0.002077,0.089251,0.025082,-0.029769,-0.008775,-0.00104,-0.041221,-0.009275,0.024917,-0.012844,0.010026,-0.021876,0.00305,-0.020875,-0.017874,0.006008,-0.008228,0.003504,-0.016892,0.032328,0.022441,0.078492,-0.034124,-0.001729,-0.029421,0.024899,0.021155,-0.039784,-0.014842,0.00118,0.020532,0.021594,-0.030143,0.000869,0.008652,-0.020027,0.009693,0.01948,-0.016312,-0.058472,-0.017112,0.015412,0.042482,-0.004573,0.045981,0.005751,-0.051687,-0.001879,0.007538,-0.013887,-0.007899,0.051297,0.024055,0.013909,-0.038713,-0.015198,0.004153,-0.008168,-0.040821,-0.045268,-0.03353,-0.035612,-0.022592,-0.011224,0.026194,0.016688,-0.008107,0.037067,0.005099,-0.004608,0.01362,-0.028504,-0.044075,-0.017565,-0.01215,-0.036682,0.057956,-0.023163,0.022678,-0.018334,0.019813,0.024792,-0.021216,0.004218,0.034122,-0.034001,0.018274,-0.020621,-0.014755,0.013084,0.059125,0.050598,-0.007067,0.033096,-0.004586,-0.01339,0.016191,0.033818,0.010244,-0.020367,0.011668,0.010372,0.012128,-0.019392,-0.01503,-0.002092,0.032516,0.007692,-0.000028,0.113392,0.004039,0.007683,-0.022286,-0.029929,0.00503,0.007617,0.042273,-0.046743,0.001211,-0.000637,0.003073,-0.014807,0.028859,0.009994,-0.003916,-0.010377,-0.032039,-0.009322,-0.00773,0.134485,0.001082,0.011953,0.005481,0.020102,-0.003801,-0.017547,0.012313,0.050372,-0.001914,0.022146,0.00565,0.001152,0.005156,0.00705,0.045032,-0.035221,-0.007302,0.003117,-0.004759,0.006794,-0.04294,0.0253,0.017506,0.000438,0.020349,0.023866,-0.024959,0.021242,0.049934,0.018375,0.003255,0.006801,-0.019275,-0.027838,-0.017645,0.02239,0.003088,-0.030361,0.034818,0.009188,-0.008647,-0.023084,-0.014719,-0.02308,-0.016417,0.037449,0.05503,-0.017297,-0.01253,0.008609,0.00278,-0.002253,-0.006232,0.003956,0.015638,0.008846,-0.022526,0.021783,-0.021548,0.708806,-0.00146,-0.001782,-0.007932,0.01654,-0.002384,0.007423,0.041,0.004201,-0.006806,-0.023128,-0.020069,0.009726,0.055188,0.024862,-0.031556,0.012458,-0.012511,0.029206,-0.057226,-0.000755,-0.014608,0.051148,0.041445,-0.005996,0.083376,0.029995,-0.014398,-0.001659,0.002342,0.003092,-0.026923,-0.012227,-0.054774,-0.010004,0.005227,-0.006099,0.016217,0.012654,-0.069298,-0.00236,-0.01953,0.006976,-0.023156,-0.003299,-0.036232,0.00033,-0.01266,-0.020217,0.01662,0.017208,0.030575,-0.009294,0.045185,-0.002845,-0.030849,0.010162,-0.044851,-0.02407,-0.003133,0.001711,0.003049,0.009289,0.065631,-0.009234,0.021693,0.006249,-0.032195,0.017327,0.02974,0.002113,-0.116433,0.030244,0.053757,0.012401,-0.0088,0.009716,-0.018708,0.004691,-0.016762,0.040995,-0.071888,0.004795,0.012321,0.017083,-0.012889,-0.005169,0.025085,0.030284,-0.039845,-0.055723,0.026635,-0.014362,-0.026936,0.017198,0.019215,-0.033656,0.036177,0.00993,-0.007283,-0.000353,-0.000861,-0.006692,-0.026993,-0.073264,-0.021129,0.004807,-0.005407,0.01146,0.006515,0.020032,0.019385,0.015815,-0.021369,0.010022,-0.001486,0.024597,0.01183,0.018137,0.00821,0.004396,-0.032355,0.014211,-0.026902,0.028974,-0.04533,-0.028837,0.008189,0.048656,-0.025546,-0.015364,-0.002099,-0.039761,-0.012607,-0.018518,-0.031788,-0.009065,0.012994,0.005965,0.019188,0.011654,0.006114,-0.013249,0.01914,-0.018717,0.026708,0.02952,0.047984,-0.035037,-0.023038,0.017864,0.108959,0.010935,0.002605,0.011812,0.013279,-0.025285,-0.002493,-0.033957,-0.017551,0.081426,-0.029609,0.051698,0.055433,0.007323,-0.009243,0.04765,-0.0245,-0.010832,0.018414,-0.01326,-0.0105,0.021151,-0.234849,-0.009244,-0.067004,0.016154,0.011966,-0.011886,0.028319,-0.009437,-0.020824,-0.056622,-0.005197,0.007463,-0.041398,0.007178,-0.023156,-0.009309,0.008661,-0.020693,-0.010625,0.007321,0.05126,0.104776,-0.052026,0.143639,0.005326,0.040993,0.011396,0.000553,-0.000209,-0.04019,-0.003168,-0.014594,0.003261,-0.042716,-0.005205,-0.021445,-0.017559,0.023325,-0.039556,0.005682,0.063575,-0.042675,0.001413,-0.010828,0.004212,0.017097,0.017788,0.005849,-0.053324,0.003326,0.008156,-0.002161,-0.033146,-0.054752,0.007261,-0.018782,-0.012036,-0.010753,0.011085,0.001979,0.020019,0.023876,0.01403,-0.008779,-0.029313,-0.026286,-0.003445,-0.024053,0.007984,0.004187,0.009832,-0.009154,0.016063,-0.005414,0.024602,0.121634,-0.021249,0.042955,0.017712,-0.005704,0.014649,0.008148,-0.01531,-0.006127,-0.02185,-0.015238,-0.024189,0.004057,0.012712,-0.057004,-0.037506,0.014182,0.006059,-0.032342,-0.06611,0.0144,0.037302,0.025058,0.006761,0.001035,-0.03824,-0.044764,0.008635,0.029068,-0.004062,0.040657,-0.004443,0.00293,0.010375,-0.014244,-0.003978,0.001933,-0.027795,0.008029,-0.013827,0.02245,0.001572,-0.008506,-0.002915,0.053959,-0.02232,-0.080983,-0.026212,0.020441,-0.003745,0.032708,-0.005561,-0.016771,-0.031582,0.044586,0.000492,-0.007302,0.012124,0.002576,-0.029399,0.008521,0.019412,0.000186,-0.024953,0.074082,-0.040095,-0.117016,-0.031319,0.040022,-0.034611,0.01594,-0.011267,-0.051421,-0.112836,-0.002513,0.004125,0.014421,0.019996,-0.033102,0.000791,0.005172,-0.038658,-0.027678,0.020474,-0.020498,0.01533,-0.012228,0.006618,-0.01675,-0.021031,-0.004329,-0.010753,0.027531,-0.014281,0.069326,0.020161,0.067179,-0.04023,0.01042,-0.01916,0.008434,0.024751,-0.053575,-0.009979,0.003696,0.031439,0.035159,-0.02302,-0.014043,0.02959,-0.024299,0.03461,0.017128,-0.00047,-0.051367,-0.018841,0.006125,0.014481,0.002501,0.044711,0.021139,-0.052141,0.000685,-0.001183,-0.014637,0.00026,0.050606,0.000989,0.005944,-0.012322,-0.000974,0.009358,-0.020224,-0.031205,-0.071196,-0.037813,-0.023194,-0.048672,-0.015643,0.002689,0.020589,-0.018153,0.024118,0.021923,-0.00433,0.024212,-0.01976,-0.031022,-0.011439,-0.004405,-0.004235,0.037042,-0.028371,0.019326,-0.022465,0.028823,0.010894,-0.001362,0.032108,0.018362,-0.020429,-0.0075,-0.018776,-0.006631,0.018836,0.049445,0.062848,-0.021813,0.016967,0.004631,0.005364,0.01258,-0.02977,0.001822,-0.017923,-0.000934,-0.002248,0.005789,-0.031656,-0.018356,-0.006669,0.051604,-0.01175,-0.010218,0.099986,-0.005833,0.021466,-0.004388,-0.055139,-0.000282,0.022018,0.013537,-0.038584,0.006302,-0.007833,-0.006543,0.000343,0.02946,-0.013113,-0.019222,-0.007506,-0.018153,0.007046,0.001138,0.157428,0.006182,0.029708,-0.010183,0.004149,-0.017765,0.008625,0.040379,0.046041,0.004527,0.027322,0.015763,0.000466,-0.016611,0.016266,0.035518,-0.02582,0.008906,0.008255,-0.001423,0.024686,-0.039061,0.010897,0.004562,0.00793,0.030856,0.011147,-0.020375,0.003155,0.034669,0.000794,0.018153,0.014682,-0.025159,-0.035584,-0.007773,0.000979,0.002519,-0.04233,0.011558,0.011864,-0.001394,-0.015521,-0.010386,-0.026184,-0.007282,0.043037,0.036334,-0.010746,-0.005057,0.030981,0.012497,-0.013917,0.018853,-0.023179,-0.00107,0.015645,-0.017644,0.033767,-0.002683,0.687115,0.001591,-0.007094,0.0059,0.010386,-0.019631,0.023965,0.032695,0.007591,-0.013907,-0.006765,-0.006873,0.018922,0.038504,0.006548,-0.022516,0.004148,-0.025023,0.036681,-0.04533,-0.016313,-0.014854,0.075686,0.042436,-0.013978,0.061935,0.033068,-0.034482,0.00028,0.014849,0.019313,-0.020008,0.001153,-0.031036,-0.020324,0.009968,0.014715,0.031819,0.033759,-0.058529,-0.010498,0.009016,0.00858,-0.017053,0.009816,-0.058031,-0.011394,-0.016334,-0.029384,0.015344,0.004681,0.020534,-0.020833,0.056614,-0.003448,-0.021412,0.002548,-0.05643,-0.024392,0.015249,0.007874,-0.008608,0.003764,0.081521,0.018713,0.032739,0.004948,-0.030894,0.015512,0.022523,0.037937,-0.09637,0.003814,0.050167,0.011064,-0.00927,-0.00949,-0.0101,-0.00401,-0.044648,0.028426,-0.077523,0.031666,-0.005878,0.019029,0.039228,-0.019667,0.035981,0.006931,-0.057207,-0.044109,0.047703,0.014575,-0.004106,0.004556,-0.00574,-0.018402,0.018263,0.010661,-0.002854,-0.004655,-0.036594,-0.020289,-0.001864,-0.05038,-0.004631,0.040214,0.027782,-0.008482,0.088238,0.016752,0.023146,0.01709,0.011288,-0.016861,-0.012251,0.009135,0.039805,0.034385,0.013266,-0.008863,-0.025695,0.044072,-0.025414,0.004776,-0.062618,-0.037881,-0.006206,0.005421,-0.023293,0.001007,-0.002228,-0.045542,-0.006361,-0.034666,-0.051164,-0.016429,0.025786,0.010404,0.029458,0.039811,0.020576,-0.031546,0.006813,0.002433,0.070479,0.016212,0.01676,-0.024124,-0.010093,-0.000967,0.146171,0.021444,-0.030594,-0.000099,0.01869,-0.030825,-0.027231,-0.05184,-0.040768,0.031882,0.029795,0.030281,0.029983,0.007654,0.019575,0.061085,-0.032074,-0.004784,0.03403,-0.012344,-0.040088,0.018858,-0.149749,0.010897,-0.082912,0.001716,0.013052,-0.014486,-0.000071,-0.002836,-0.024676,-0.027552,-0.007645,0.002806,-0.063721,-0.043482,-0.01051,-0.020128,0.055433,-0.014283,-0.039445,0.01551,0.037795,0.10384,-0.050629,0.099793,-0.002288,0.053414,-0.001499,0.022246,0.012125,0.001354,0.007475,0.006652,-0.017997,-0.033573,0.009811,-0.005996,-0.041063,0.009775,-0.021313,-0.004178,0.062782,-0.01901,-0.031745,0.008334,-0.011498,-0.008731,0.015889,-0.022652,-0.053299,0.013693,-0.015039,-0.004451,-0.010094,-0.0492,0.029248,0.007244,0.005665,-0.043005,-0.034527,0.033288,0.015471,0.030355,0.042395,-0.017486,-0.042442,-0.040064,-0.00401,-0.008547,0.036659,0.024396,0.014591,-0.005793,-0.013422,-0.006018,0.059116,0.126452,0.010361,0.026644,0.006367,0.020353,-0.027716,-0.034888,-0.009579,-0.001201,-0.040945,-0.023048,0.009,0.037516,-0.029049,-0.057283,-0.016028,0.003848,0.000087,-0.033594,-0.068521,-0.012265,0.020842,0.048131,0.003466,-0.00148,-0.059719,-0.036917,-0.009175,0.055903,-0.029756,0.010375,0.004087,-0.017842,-0.003384,0.021708,0.002142,0.003034,-0.024829,0.002467,0.027127,0.030601,-0.026358,-0.006804,-0.023192,0.036416,-0.051549,-0.065308,-0.003577,0.022381,-0.019001,0.04678,0.007818,-0.012925,-0.036758,-0.0085,0.0061,-0.009443,0.013475,0.020002,-0.019573,0.027417,0.024286,-0.001488,-0.030563,0.061533,-0.032283,-0.113877,-0.006757,0.074434,-0.000564,0.072096,-0.002509,-0.056241,-0.105781,0.026012,-0.008455,0.022638,0.007318,0.007125,0.022362,-0.003324,-0.032942,-0.00796,-0.006899,-0.031326,0.028719,-0.035881,0.016642,-0.004316,-0.043236,0.00206,-0.019072,-0.002297,-0.035584,0.048025,0.045134,0.04085,-0.053658,0.013225,0.012878,0.018446,0.027411,-0.064856,-0.013311,-0.01224,0.01431,0.006042,-0.023285,-0.041523,0.016916,-0.021636,0.017855,0.040711,-0.030213,-0.020686,-0.01601,0.0436,-0.010634,0.003944,0.024084,0.018596,-0.039205,0.005549,-0.019195,0.005094,-0.001029,0.085921,-0.02351,-0.001404,-0.044208,-0.003148,-0.003145,-0.04377,-0.014383,-0.023313,-0.026182,0.008977,-0.028758,-0.006486,-0.01477,0.008094,0.017735,0.030859,0.013794,-0.014852,0.001728,-0.018057,0.003042,-0.047245,-0.002113,0.034977,0.057743,-0.033817,0.023567,-0.012732,-0.040314,0.017892,-0.033338,-0.000222,0.001204,-0.023919,0.027288,-0.014271,0.003094,0.024219,0.025111,0.039871,-0.016379,0.024304,0.018371,-0.004635,-0.031847,0.036839,0.001022,-0.056171,-0.003808,0.005661,-0.028775,0.017904,0.00554,-0.029239,0.054828,-0.027056,0.017629,0.116168,0.025191,-0.031645,-0.043844,-0.040647,-0.02405,-0.010713,0.024609,-0.00835,0.021302,-0.000989,0.001921,0.015472,0.015674,0.002119,-0.014525,0.027346,0.001232,0.001143,-0.009525,0.004026,0.025229,0.011402,0.016026,-0.000578,-0.009368,-0.027008,0.004634,0.064551,0.018026,-0.005033,-0.001569,-0.001185,-0.003247,-0.027325,0.033547,0.009052,0.005039,0.013218,-0.003667,0.035475,-0.03391,0.041217,-0.006632,0.021,0.033764,0.00969,-0.014495,-0.007351,0.014466,0.000975,0.010256,0.03457,-0.020421,0.003363,-0.008901,-0.000745,-0.005052,-0.010675,0.038546,0.034352,0.015916,0.005675,0.010443,0.016213,-0.070778,0.02765,0.03536,-0.031829,-0.010823,0.03105,-0.000933,-0.017176,0.013562,-0.020632,0.022655,0.018246,-0.025083,0.027431,0.007145,0.679884,-0.042825,0.059774,0.00626,0.015326,0.021562,0.019715,0.021524,-0.004513,-0.006178,0.010233,0.009961,0.008087,0.02132,0.019306,-0.053706,0.015263,-0.02631,0.029175,-0.04007,-0.05075,0.002191,0.062445,0.006777,0.00692,0.048749,0.030579,-0.002434,0.022867,0.032372,0.007968,-0.030869,-0.008749,-0.020224,-0.052926,0.057844,0.006704,0.027144,0.04017,-0.075082,0.018025,0.016359,-0.008385,-0.015208,-0.000039,-0.038979,0.006385,0.024794,-0.064215,0.013048,-0.01593,0.010733,-0.006148,0.063296,-0.048837,-0.006565,0.01185,-0.020142,-0.04564,0.011062,-0.024843,0.004577,-0.011917,0.066839,0.008889,0.017379,-0.000063,-0.00709,0.019256,-0.003931,0.006032,-0.089822,0.010701,0.023429,0.006544,-0.01492,-0.023122,-0.017609,-0.001674,-0.034893,0.034749,-0.053663,0.009381,-0.002986,-0.001983,0.00769,-0.016899,0.030744,0.013879,-0.043899,-0.02404,0.023829,0.002365,-0.026348,0.008417,-0.001498,-0.025138,0.020527,0.013963,-0.002875,0.005691,-0.012128,0.004396,0.000522,-0.060697,-0.016779,0.004225,-0.011824,0.008065,0.035248,0.03296,0.019414,0.018453,-0.007366,0.009972,-0.003733,0.016267,0.006214,0.028967,0.016888,0.002473,-0.016453,0.022166,-0.014805,0.009491,-0.047323,-0.034738,0.006188,0.032268,-0.025709,0.007874,-0.001336,-0.027838,0.012007,-0.017723,-0.026647,-0.014451,0.013894,0.00974,0.006183,0.016866,0.012277,-0.007435,0.009235,-0.012831,0.050591,0.020101,0.028464,-0.021185,-0.008321,0.004621,0.141495,-0.012764,-0.008536,-0.032978,0.010124,-0.002382,-0.029102,-0.011205,-0.062215,0.037425,0.011473,0.040099,0.033874,0.014334,0.000955,0.091825,-0.01557,-0.001805,0.005231,0.012804,-0.024239,0.023652,-0.164116,-0.018498,-0.063866,0.023442,0.005143,-0.001681,0.016449,0.001216,-0.031479,-0.046618,0.010245,-0.013721,-0.043993,-0.038322,-0.037601,-0.015709,0.030802,-0.001254,-0.016112,0.004758,0.051595,0.094748,-0.041453,0.141843,-0.002348,0.031959,0.013596,0.012214,-0.006127,-0.010716,0.010485,-0.000822,0.008689,-0.017353,0.002836,-0.021429,-0.036716,0.013689,-0.029716,-0.001546,0.044139,-0.023301,-0.017518,0.007099,0.008004,-0.000298,0.021075,-0.008088,-0.04773,0.02451,-0.013651,-0.015532,-0.018385,-0.041418,0.002107,-0.011628,-0.007409,-0.012508,0.010382,-0.014421,0.013017,0.022082,0.01889,-0.025808,-0.039424,-0.014414,-0.013961,-0.009852,0.030815,0.022203,-0.010392,-0.009491,0.009594,-0.010508,0.047079,0.100165,-0.003447,0.034976,0.009707,0.015563,0.00098,-0.01212,-0.002812,-0.00319,-0.042715,-0.027646,-0.008797,0.005211,-0.00991,-0.037287,-0.02648,0.01686,0.003711,-0.046048,-0.061276,0.003797,0.023766,0.007086,0.02237,-0.000623,-0.034623,-0.039647,0.010017,0.014511,0.01487,0.031584,-0.005718,0.014299,0.012711,-0.001924,-0.018014,-0.001863,-0.013088,0.011502,0.009733,0.002337,-0.033844,-0.002338,-0.019382,0.045753,-0.021071,-0.04821,0.005603,0.023443,-0.00658,0.045271,-0.000645,-0.001975,-0.025852,0.019469,-0.005752,0.006939,0.034921,0.007569,-0.025793,0.024548,0.008675,-0.02683,-0.013616,0.040137,-0.046927,-0.133688,-0.040802,0.056894,-0.027121,0.044897,-0.015224,-0.043338,-0.100325,0.026953,0.011762,0.006759,0.011204,-0.02361,0.007039,-0.004229,-0.023653,0.00002,0.006905,-0.012396,0.023571,-0.028866,-0.026314,-0.005912,-0.011577,-0.009091,0.001513,0.011959,-0.004251,0.058281,0.022897,0.046838,-0.016488,0.021319,-0.021859,0.021618,-0.000883,-0.048949,-0.002173,-0.014573,0.03051,0.039563,-0.013248,-0.019636,0.016702,-0.024986,0.020832,0.022796,-0.001318,-0.036957,-0.00611,0.031242,0.004296,-0.00466,0.017158,0.019844,-0.044536,0.009672,-0.012284,0.003507,-0.000418,0.069534,-0.023724,0.000054,0.002536,-0.00024,-0.017094,-0.032485,-0.018553,-0.069698,-0.037438,-0.006515,-0.051109,-0.016031,-0.01619,0.015213,-0.00103,0.009658,0.006699,-0.003036,0.023122,-0.010554,-0.002391,-0.021376,-0.018743,-0.026178,0.021047,-0.018043,0.034426,-0.029422,0.009381,0.015894,-0.011737,0.000017,0.008105,-0.007765,0.032364,-0.015523,-0.016104,0.033343,0.020988,0.042282,-0.031822,0.019255,0.009466,0.008837,-0.004871,-0.007153,-0.000324,-0.045879,-0.011557,-0.003913,-0.005335,0.013473,-0.007143,-0.031453,0.05649,0.004901,-0.000404,0.107772,-0.00361,-0.009632,-0.011835,-0.029166,-0.017615,0.032119,-0.009163,-0.015286,0.011198,-0.007228,0.005863,-0.008469,0.026404,0.037282,-0.018385,0.020185,-0.013257,0.011009,-0.008531,0.084345,0.025244,0.008511,0.019496,0.017634,-0.022233,0.001047,0.009194,0.046209,-0.01333,0.013867,0.011279,-0.004606,0.010377,0.004796,0.020438,-0.009928,0.025341,0.005312,0.003907,0.025517,-0.038505,-0.000525,0.008213,-0.000773,0.026743,-0.005164,0.000061,0.005123,0.024792,-0.01322,-0.005699,0.000986,-0.019594,-0.013369,-0.008732,-0.000176,-0.00816,-0.013108,0.028482,0.024951,0.004624,0.008741,-0.039266,-0.006688,-0.012724,0.035239,0.027011,-0.009936,-0.015031,0.008801,0.015934,-0.016595,0.022454,-0.014602,0.000852,0.010641,-0.024696,0.025292,-0.024013,0.758873,-0.01789,0.012984,0.006394,0.031173,-0.012775,0.014928,0.020492,-0.000185,-0.024683,0.013808,0.00687,0.005088,0.008955,0.023095,-0.046094,0.009278,-0.028176,0.018683,-0.035598,-0.019944,-0.003213,0.048854,0.015166,-0.015822,0.063921,0.017045,-0.01303,-0.005777,0.014428,-0.010024,-0.003261,0.010203,-0.02554,0.000763,0.017227,0.008619,0.035716,0.016531,-0.08052,0.010271,0.003867,0.004402,0.001558,-0.011853,-0.028885,-0.008787,0.019301,-0.011868,0.011812,-0.007063,0.006744,-0.016988,0.046912,-0.004167,-0.035647,0.008303,-0.050114,-0.050855,0.013283,-0.01349,0.003172,-0.009714,0.090694,0.024945,0.057079,0.008705,-0.033953,0.008932,0.009976,0.039755,-0.106003,0.001703,-0.012095,0.024802,0.003117,0.014837,-0.019628,0.010814,-0.013708,-0.000774,-0.074855,-0.002586,0.021641,-0.02234,-0.022196,0.000635,-0.005121,0.019339,-0.031161,-0.053747,0.038853,0.003938,-0.042063,0.046748,-0.009041,0.007195,-0.009614,0.024177,-0.01956,0.045557,0.007739,0.022794,-0.007176,-0.069902,-0.019539,0.012496,-0.021114,0.013452,0.038816,0.012515,0.006388,0.000453,-0.013939,-0.02051,-0.010763,0.033064,0.015617,0.008561,0.015001,0.004043,-0.020983,0.019299,-0.013382,0.025531,-0.043429,-0.052687,0.012954,0.024711,0.009082,0.015245,0.003368,-0.037807,0.029755,0.011,-0.021469,-0.016633,0.004674,0.019251,-0.014039,0.003812,0.00375,-0.005752,0.010315,0.041795,0.036002,-0.011095,0.037066,-0.009986,0.023603,0.061666,0.133032,0.007238,0.001915,0.017216,-0.023045,-0.036034,0.023196,-0.042263,-0.021268,0.050719,-0.001694,0.01141,0.049949,0.020002,-0.000817,0.035665,0.031133,0.022091,-0.012865,-0.000581,-0.016778,0.017616,-0.249745,-0.018756,-0.039487,0.041797,0.008389,-0.027252,0.015338,-0.029749,-0.005726,-0.031583,-0.022147,-0.003742,-0.055121,-0.016307,0.02062,-0.023527,0.03065,0.001104,-0.014006,0.011674,0.037565,0.095687,-0.001215,0.130176,-0.003503,0.0117,0.002251,0.034234,0.008375,-0.006741,0.008137,0.025282,0.012469,-0.01202,-0.020432,-0.020031,-0.028623,0.028815,-0.003509,0.026058,0.039266,-0.040861,0.004314,-0.013348,0.002395,0.003593,0.019394,0.022318,-0.019499,-0.004361,0.001519,-0.011647,-0.013642,-0.003013,0.045103,-0.017037,-0.011189,0.019918,-0.041308,-0.021984,0.064968,0.004879,-0.040502,-0.017236,-0.020017,-0.009267,0.017624,-0.04704,0.008491,0.029179,0.024116,-0.027489,0.022553,0.02473,0.026767,0.174402,-0.00718,0.009487,0.013444,0.041109,-0.018968,-0.003465,-0.012525,-0.017858,-0.017092,0.025634,-0.006237,-0.003249,0.043855,-0.026564,-0.003596,0.080053,-0.003416,0.012203,-0.064599,0.034313,0.008359,-0.009986,-0.002012,0.04951,-0.005478,-0.02049,0.023958,0.039997,-0.000363,0.031613,0.005778,0.021124,-0.015555,0.016702,-0.00239,0.000696,-0.061859,0.017084,-0.012254,0.018503,-0.039215,-0.009685,0.000103,0.029329,-0.004139,-0.032057,-0.009296,0.013794,0.024007,0.027719,0.003547,-0.003507,-0.000547,0.002754,-0.00805,0.003317,-0.000694,-0.041255,0.012076,0.006582,0.005948,-0.022419,0.00982,-0.002028,-0.034142,-0.144368,0.009369,-0.001388,-0.017722,0.032982,0.023605,-0.00622,-0.042702,0.011865,-0.012244,-0.029664,0.024172,-0.032044,-0.002263,0.028033,-0.02208,0.024253,0.011134,-0.023069,0.020992,0.025856,0.026611,0.004993,-0.013848,0.006277,-0.012557,-0.017237,-0.02612,0.057031,-0.00841,0.013956,-0.027008,0.01241,-0.004449,0.00206,0.03871,0.024369,0.020981,-0.000013,0.008626,0.010935,0.002635,-0.001608,0.007764,-0.021175,0.026397,-0.032074,-0.016048,-0.009911,0.031694,0.01007,0.023222,0.00437,0.075161,0.035696,-0.055292,0.012957,0.000509,0.010324,0.008646,0.055203,0.006345,-0.010926,0.009259,0.022877,0.010559,0.003856,-0.039618,-0.022516,-0.002693,-0.008578,-0.036169,-0.00953,-0.034494,-0.008174,-0.009154,0.012397,0.01628,-0.023147,0.010392,-0.040276,0.006782,-0.009354,-0.0184,0.018116,0.041762,-0.012343,0.017591,0.003845,-0.003513,-0.015471,0.016073,0.015812,-0.028963,-0.006137,0.005833,-0.037832,0.019599,0.045833,0.00899,0.03454,-0.020824,0.041284,0.054932,-0.039592,-0.003354,-0.016168,0.052673,-0.002002,-0.026594,-0.024031,-0.031872,0.03466,0.01302,0.016883,-0.012153,-0.013676,-0.008414,0.094398,-0.014708,0.040592,0.014176,-0.03653,0.020297,0.054832,0.022781,0.003148,0.008101,-0.001435,-0.037241,-0.012739,0.014684,-0.018293,-0.007097,0.005332,0.010058,0.008708,-0.039865,0.062327,0.011576,0.021309,-0.009538,0.010334,0.005297,0.010973,0.016077,0.012534,0.026219,-0.004868,0.06387,-0.029396,-0.016668,-0.017541,0.0313,-0.013325,-0.00812,-0.011536,0.003485,0.03112,-0.03036,-0.012289,-0.010944,0.001138,0.000773,-0.010018,-0.005725,0.008808,0.043799,-0.010368,0.011815,0.042478,-0.013176,0.012355,0.026115,-0.020415,0.000126,-0.00277,-0.013478,0.012165,0.013758,-0.006255,-0.011851,-0.011561,-0.031256,-0.02508,0.012379,-0.002634,0.028891,-0.03169,-0.003146,0.032563,0.016894,0.008122,-0.012663,0.013858,-0.036592,0.012837,0.00032,0.724564,-0.024795,0.034352,0.021882,-0.010454,0.003906,0.019787,0.004458,-0.005011,-0.015097,0.009272,0.018699,0.022913,-0.00451,0.013263,-0.031276,-0.001877,-0.036831,-0.003491,-0.012431,-0.022676,-0.024862,0.019693,0.008502,-0.005681,0.038132,-0.013664,-0.007871,-0.003423,0.028254,0.011904,0.006974,-0.048882,0.002935,-0.028134,-0.000859,0.003076,-0.000531,0.041197,-0.05809,-0.006794,0.010327,0.032036,0.013682,0.034113,-0.058312,0.019457,0.017938,-0.00645,-0.016774,0.006918,0.001922,0.002476,0.033493,-0.009872,-0.005344,0.002501,-0.026544,-0.006916,0.010492,0.025938,-0.048426,-0.002011,0.036634,0.026227,0.044919,0.008643,0.004117,0.014468,0.037307,0.053723,-0.083397,0.051784,0.014706,0.010136,0.022342,0.000468,-0.022524,0.009833,-0.033288,0.047308,-0.064696,0.040505,0.03548,0.027021,0.01597,-0.048954,0.015599,0.01423,-0.011642,-0.040815,0.014236,-0.008458,-0.013116,-0.013282,0.007645,0.007349,0.03603,0.030764,-0.012631,0.01657,0.015624,-0.009462,-0.005536,-0.056172,-0.023281,-0.007124,0.009488,0.034385,0.041835,-0.006427,-0.008551,-0.011981,-0.012539,-0.003439,-0.016348,0.017289,0.014564,0.003097,-0.005284,0.003635,-0.015408,0.005736,0.0004,0.023327,-0.060086,-0.045154,0.02835,0.021035,-0.021451,-0.009643,0.010532,-0.016694,-0.019535,-0.029503,-0.043977,-0.007123,0.004417,0.029381,0.004883,-0.017814,0.038529,0.011658,0.004389,0.044561,-0.000727,0.016508,0.032476,-0.022148,-0.004633,0.010532,0.129419,0.048941,-0.016373,-0.003385,-0.022197,-0.000568,0.014485,-0.038811,-0.03227,0.051185,0.026987,0.067236,-0.012788,0.005542,-0.00851,0.051382,0.019337,0.017045,0.013291,-0.002582,-0.007605,0.032435,-0.165843,-0.00592,-0.027202,0.001925,0.0069,0.001584,0.001636,-0.027291,-0.008828,-0.026715,-0.017339,-0.010262,-0.048138,-0.006238,0.043098,-0.03185,0.035855,-0.030524,0.016502,-0.02919,0.055995,0.061246,-0.036052,0.065471,0.014728,0.014729,0.025591,0.017299,0.028857,0.004586,-0.017419,0.04923,0.004913,-0.059277,-0.01288,-0.002093,-0.037235,0.025721,-0.023451,0.004989,0.033639,0.002929,-0.018264,-0.002229,0.007172,-0.012156,-0.004527,0.004408,-0.040715,0.006592,0.02403,-0.002044,0.00171,-0.020941,0.00023,0.012198,0.019648,0.001239,-0.028975,0.041834,-0.019328,0.034117,0.002489,-0.007416,-0.048716,-0.004116,0.006076,-0.048367,-0.001958,-0.002751,0.017881,-0.043168,-0.007083,0.013184,0.039617,0.186815,0.0182,0.025541,-0.001491,0.015556,-0.008787,0.009264,-0.011616,-0.02405,-0.038892,0.018762,0.007885,0.04097,0.012754,-0.01434,-0.027501,0.088514,0.015528,0.002407,-0.070083,0.014491,0.038944,0.026791,0.000169,0.019501,-0.021146,0.024531,0.012108,0.025111,0.042576,0.062461,0.005515,0.006085,-0.01441,0.003642,-0.012058,0.042093,-0.005019,-0.000516,-0.017974,0.040634,-0.006268,-0.023392,-0.056955,0.012162,-0.023882,-0.045684,-0.003906,0.02776,-0.035193,0.029308,-0.027852,0.013766,-0.043788,0.0236,-0.005229,0.013208,-0.009668,-0.007568,-0.014095,-0.01292,-0.005808,-0.00977,-0.026563,0.004561,-0.003909,-0.11341,0.008209,-0.021582,0.01262,0.03764,0.050009,-0.005763,-0.100722,0.024025,-0.027368,0.0843,0.044189,-0.023988,-0.030023,0.036878,-0.028036,0.048275,0.030756,-0.022658,0.012281,0.009832,0.012012,-0.017042,0.00134,0.044992,-0.025008,-0.018843,0.003203,0.007577,0.018273,0.017477,-0.022472,-0.013144,-0.024303,0.018445,0.010346,-0.000045,-0.006357,-0.00269,-0.018134,0.030277,-0.023299,-0.017424,-0.021537,-0.032477,0.00818,-0.00379,-0.035895,-0.045365,0.026932,-0.003569,0.047947,0.024604,0.069722,0.019787,-0.029041,0.043192,0.043572,0.000127,-0.03936,0.070451,-0.000228,-0.017738,-0.034362,-0.036313,-0.010582,-0.019344,-0.02253,0.020412,-0.001189,-0.000283,0.022833,-0.006379,0.012667,-0.011818,0.006048,0.001893,0.016172,0.037418,0.016629,-0.014239,-0.032068,-0.038921,0.007947,0.000028,0.055944,-0.051182,-0.004026,-0.024108,0.035119,-0.047079,-0.036244,-0.014881,0.015741,0.005112,0.01262,-0.033696,0.015988,0.025751,0.038627,0.041505,-0.025891,0.011703,0.02768,-0.008681,-0.01695,0.076819,0.016303,-0.017309,0.004602,0.034368,-0.016092,-0.007385,0.026705,0.023497,0.05047,0.023278,0.038611,0.109604,0.016967,0.022997,-0.009019,-0.024034,0.010485,0.039964,0.031185,-0.007099,-0.012466,-0.003641,0.004275,-0.02814,0.041575,0.005476,0.008959,-0.004671,-0.006411,-0.016139,-0.021197,0.147016,0.014758,-0.01589,-0.009311,0.027989,0.003419,-0.022215,0.001927,0.010472,-0.018969,0.038373,0.012492,-0.050948,-0.00324,0.017456,0.052639,-0.022831,0.014232,-0.001064,0.002464,0.027517,-0.036866,0.010504,-0.022765,0.026441,0.03856,-0.009048,-0.004194,0.019535,0.055,-0.008314,-0.030586,0.026754,-0.019555,-0.020488,0.02373,0.040648,-0.014977,0.040213,-0.01967,0.005833,0.016739,0.008671,-0.02867,-0.013584,-0.047087,0.004745,0.058375,-0.009956,0.016809,-0.033272,0.003978,0.023915,0.00563,0.005364,-0.006209,-0.020027,-0.041336,-0.003664,0.01283,0.699496,-0.012865,0.022069,0.002573,-0.013256,0.027318,-0.004152,-0.003396,-0.005075,-0.018275,-0.000233,-0.012757,0.007124,0.041864,0.043381,-0.037196,0.025966,-0.023747,0.028479,-0.005485,-0.011903,-0.036077,0.057015,0.050466,-0.005494,0.056995,0.021617,-0.026713,-0.009238,0.031672,-0.017763,-0.015804,-0.054085,-0.043285,-0.031701,0.013027,0.014838,0.040835,0.030888,-0.073749,0.011204,-0.005782,0.028864,-0.003836,-0.008687,-0.024328,0.006004,-0.01216,-0.024456,-0.020697,0.007399,-0.017228,0.00619,0.027874,-0.003075,-0.012481,0.002296,-0.023089,-0.006652,0.021777,0.017892,-0.00897,-0.025787,0.038387,0.029331,0.06124,-0.014765,0.019151,0.017768,0.013193,0.058308,-0.097253,0.052343,0.023234,0.021887,0.0388,0.039343,-0.020227,0.000944,-0.036718,0.02458,-0.073883,0.006136,0.022746,0.00425,0.027245,-0.029499,0.009142,0.002616,-0.006248,-0.032413,0.009708,-0.00165,-0.032488,-0.01373,0.002657,0.007117,0.035225,0.0085,-0.015098,0.015622,0.016017,0.001727,0.016096,-0.067307,-0.036693,0.018635,0.004281,0.07036,0.038714,-0.006009,0.006691,-0.012744,-0.016047,-0.012445,-0.0055,0.014116,0.001706,0.003706,-0.015519,0.008487,-0.012108,-0.01399,0.026972,0.017976,-0.068798,-0.054388,0.03294,0.009336,-0.046301,-0.037666,0.008013,-0.002011,-0.02174,-0.034794,-0.059105,-0.008872,-0.035578,0.059859,0.010161,-0.016759,0.033112,0.008078,0.010692,0.064935,-0.014883,0.018849,0.053575,-0.032137,-0.036505,0.012134,0.133762,0.025079,-0.031168,0.00643,0.017354,0.004597,0.017047,-0.030404,-0.025362,0.040661,-0.005731,0.058875,-0.004788,-0.014679,0.004484,0.04711,-0.016063,0.000853,0.000289,-0.017252,0.0005,0.031302,-0.160441,-0.000301,-0.040849,0.011797,-0.021834,-0.008819,0.002875,-0.025492,-0.014346,-0.030087,-0.010634,0.006795,-0.022532,0.00383,0.000708,-0.033573,0.029983,-0.011445,0.036336,-0.03002,0.06029,0.054873,-0.019501,0.088982,0.009866,0.014671,0.028201,0.021539,0.020087,-0.009899,-0.005933,0.037924,0.033999,-0.058158,-0.018552,0.012873,-0.068624,0.027576,-0.016901,0.009997,0.054168,-0.030946,0.006906,-0.006446,0.020421,-0.005179,-0.021277,-0.012112,-0.03145,0.010906,0.003108,-0.004162,-0.011972,-0.027497,-0.023055,0.025529,0.007559,0.016048,-0.033729,0.033045,-0.033432,0.045929,-0.003622,-0.033591,-0.051644,-0.015719,0.002263,-0.045968,0.000999,-0.022477,0.020969,-0.041845,0.014584,0.033322,0.034536,0.156978,0.018517,0.021088,-0.00547,0.01679,0.002436,0.029754,-0.01401,-0.031879,-0.004894,0.013043,-0.013433,0.029453,0.016105,-0.000908,-0.004519,0.075676,0.012821,-0.007129,-0.063025,-0.023041,0.027618,0.026663,0.017951,0.016206,-0.012823,0.022635,0.004776,0.048161,0.026057,0.067364,-0.012403,-0.008783,-0.016687,-0.005944,0.010827,0.021549,-0.018261,-0.011954,-0.013142,0.044343,-0.012111,-0.018473,-0.023253,0.029686,-0.036954,-0.044529,-0.017629,0.031463,-0.042351,0.015655,-0.015325,0.000891,-0.044465,0.023249,-0.029663,-0.012783,-0.019206,0.006812,-0.021917,-0.004022,0.006336,-0.01425,-0.036237,0.005553,-0.008219,-0.077931,-0.013827,0.002728,0.010701,0.043415,0.057323,-0.015837,-0.084862,0.03912,-0.031324,0.0973,0.039938,-0.039946,-0.002183,0.033712,-0.024777,0.039588,0.049088,-0.02544,0.013114,0.019754,0.002833,-0.008497,0.001983,0.041723,-0.023932,-0.035522,0.005868,0.002034,-0.003364,-0.007056,-0.03986,-0.030944,0.000058,0.038163,0.022199,-0.044266,0.009569,-0.001932,-0.01283,0.024727,-0.00904,-0.030834,-0.00922,-0.032244,-0.010003,0.011769,-0.042514,-0.055161,0.01562,-0.020232,0.035791,0.007858,0.0361,0.018195,-0.040479,0.029407,0.023467,-0.012902,-0.047812,0.063907,0.006151,-0.018611,-0.014117,-0.016655,0.021423,-0.055465,-0.026201,0.002102,-0.024165,-0.006123,0.016889,-0.0024,0.012628,-0.044608,0.024705,0.008268,-0.003121,0.031,-0.002098,-0.019056,-0.04049,-0.058129,-0.011286,-0.020211,0.062461,-0.040311,-0.005683,-0.010281,0.039999,-0.014305,-0.025572,-0.0143,0.0039,0.004732,0.018357,-0.00597,0.029639,0.016989,0.051053,0.053297,-0.019079,0.011646,0.008779,-0.024586,-0.021883,0.09931,0.015715,-0.00942,0.001469,0.022517,0.004661,-0.02011,0.035538,0.030748,0.02546,-0.00098,0.019726,0.114006,-0.003814,0.020824,-0.009833,-0.040893,0.019793,0.009476,0.026384,0.011055,0.003776,-0.00144,-0.013227,-0.00094,-0.006391,-0.06251,0.009393,0.013148,0.000058,-0.029386,-0.0149,0.118855,0.028559,-0.019347,-0.021015,0.042451,-0.021253,-0.006633,0.018258,-0.001855,-0.010719,0.041211,0.028027,-0.043224,-0.014702,0.026822,0.040333,-0.046997,0.02179,0.004341,0.004721,-0.012088,-0.010299,-0.023616,0.001471,0.0061,0.029882,-0.006309,-0.007398,0.002654,0.025946,0.009727,-0.026191,0.015432,-0.04087,-0.017621,-0.002019,0.0239,-0.044474,0.036261,-0.032388,0.005819,0.021853,0.006686,-0.025088,-0.020435,-0.04552,0.000484,0.048393,-0.018703,0.0199,-0.016241,0.001647,0.01379,0.034293,-0.003098,-0.005928,-0.002205,-0.047782,-0.001917,0.028942,0.689858,-0.008656,0.015158,-0.018841,-0.024171,0.033772,-0.025641,0.008884,0.006907,0.002865,0.00326,-0.017214,0.008905,0.021595,0.060027,-0.032912,0.031912,-0.023629,0.029321,-0.00525,-0.010017,-0.072286,0.035494,0.048476,-0.031239,0.058546,0.016592,-0.04566,-0.012691,0.060238,-0.008081,-0.041408,-0.065555,-0.0257,-0.024304,-0.003358,0.004408,0.024923,0.029079,-0.062281,-0.003841,0.005247,0.024893,-0.003144,-0.014843,-0.025608,0.01807,-0.017319,-0.00425,-0.000417,0.00614,0.010006,0.012314,0.028178,-0.025527,-0.017446,0.006497,-0.034262,-0.021042,0.041458,0.024394,0.007351,0.006608,0.015874,0.020359,0.058897,-0.005154,0.005845,0.044777,0.023874,0.033476,-0.077203,0.041303,0.005946,0.00477,0.024595,-0.009308,-0.018473,-0.010745,-0.019234,0.038425,-0.058611,0.001415,0.048609,0.031734,0.011298,-0.051031,0.014314,0.015334,-0.004806,-0.067932,0.014171,-0.009955,-0.033391,0.001492,0.007141,0.013012,0.017237,0.014685,-0.003216,0.016446,0.016141,0.001389,-0.009775,-0.063687,-0.034256,-0.011548,0.002296,0.029867,0.059084,-0.002064,-0.00702,-0.006278,0.001636,-0.003391,-0.001413,0.015907,0.001623,0.012804,0.007495,-0.003606,0.002023,0.037465,0.010875,0.011599,-0.064863,-0.045217,0.04485,0.015083,-0.039877,-0.038737,0.00324,-0.021102,-0.033401,-0.039388,-0.020904,-0.019389,-0.015081,0.034769,-0.008063,0.004099,0.036488,0.008618,-0.009867,0.041274,0.017073,0.016324,0.029978,-0.002323,0.004275,0.028409,0.155587,0.029496,-0.016549,0.007104,-0.002971,0.010693,0.034507,-0.035955,-0.019667,0.068553,0.02996,0.064701,-0.014643,-0.016482,0.003633,0.037816,-0.00892,0.03212,0.00651,0.014527,0.000935,0.021416,-0.177108,0.020869,-0.041452,0.004695,0.007967,-0.010268,-0.014078,-0.003003,-0.000279,-0.024877,-0.008711,-0.003281,-0.037642,0.020428,0.020274,-0.009167,0.028761,-0.037728,0.014418,-0.021534,0.055176,0.095429,-0.03996,0.035872,0.025166,0.004523,0.028929,0.025814,0.037279,0.008708,-0.024034,0.05611,0.007839,-0.044426,-0.025326,0.002057,-0.018217,0.038212,-0.005165,0.006617,0.042423,-0.036226,-0.025746,-0.011712,-0.004309,-0.005144,-0.022742,0.002464,-0.036995,0.009499,0.013773,-0.021031,-0.032203,-0.026713,0.027549,0.006737,0.019369,0.020478,0.003181,0.018156,0.007943,0.016498,-0.001531,-0.02238,-0.044619,0.030885,-0.003067,-0.047631,0.017776,0.000222,0.012153,-0.027844,0.016995,0.022012,0.02202,0.188418,0.038345,0.029178,0.025468,-0.004697,0.001263,0.020951,0.024607,-0.041328,-0.011766,0.016882,0.016576,0.029267,0.01779,-0.035866,-0.039668,0.101332,0.019715,-0.002017,-0.062063,0.018894,0.032224,0.025584,-0.000076,0.024415,-0.01591,-0.005479,0.025705,-0.004882,0.032935,0.038865,0.033388,-0.008431,-0.009618,0.007888,-0.019754,0.028933,-0.010071,-0.019492,-0.03562,0.023765,-0.009853,-0.01908,-0.04219,0.016282,-0.01441,-0.039365,0.003943,0.024252,-0.021251,0.020594,-0.02854,0.008917,-0.049167,0.03386,-0.004358,0.022074,-0.013318,-0.008193,-0.01112,0.003116,-0.01776,-0.018941,-0.00803,0.001396,-0.02819,-0.113036,-0.01138,-0.020471,0.012618,0.024116,0.050075,0.008945,-0.081045,0.031874,-0.036812,0.07841,0.025662,-0.047976,-0.021068,0.060444,-0.019222,0.06606,0.012536,-0.034433,0.009231,0.027563,0.023909,-0.00698,-0.034289,0.038913,-0.032292,-0.017448,0.0077,-0.003715,0.021438,0.039412,-0.025128,-0.019958,-0.03178,0.020284,0.007789,-0.006319,0.003292,0.011815,-0.024621,0.020632,-0.007907,-0.022518,-0.012977,-0.030281,0.013897,-0.013737,-0.028546,-0.051825,0.033908,0.00633,0.043541,0.02187,0.077054,0.017997,-0.037096,0.040236,0.020606,-0.011391,-0.032141,0.069191,-0.018454,0.009023,-0.02145,-0.018362,-0.003671,-0.006829,-0.055102,0.016622,-0.02648,-0.022056,0.017466,-0.012043,0.047673,-0.003739,0.009242,-0.005081,0.005134,0.026634,0.017933,-0.004059,-0.009335,-0.019127,-0.006879,0.021049,0.054123,-0.030762,-0.036008,-0.027263,0.031295,-0.046096,-0.038189,-0.013556,0.012543,0.00835,0.015815,-0.026889,0.030062,0.032001,0.026872,0.044102,-0.020149,0.010739,0.000319,-0.016421,-0.011241,0.063563,0.018694,-0.021642,-0.003878,0.042277,-0.014852,-0.013044,0.021006,0.004554,0.038427,0.023148,0.031697,0.111391,-0.005326,-0.02027,-0.013059,-0.032391,0.019973,0.056647,0.037215,-0.014808,-0.009898,-0.002696,-0.025487,-0.013134,0.035126,-0.009856,-0.019277,0.0004,0.032373,-0.001767,-0.02894,0.108707,0.015853,-0.015097,0.011472,0.021237,-0.001062,-0.001259,0.013416,0.009815,-0.022827,0.010652,0.029077,-0.055995,-0.010879,0.02305,0.033058,-0.040969,0.010191,0.00706,0.012341,0.016173,-0.031063,0.004138,-0.020481,0.045378,0.016638,0.017564,0.010238,0.000047,0.052474,0.002769,-0.035502,0.050542,-0.011165,-0.009019,0.031229,0.043378,-0.008425,0.023558,-0.000275,0.001339,0.030754,0.008657,-0.026781,0.020195,-0.015091,0.019103,0.04474,-0.025986,0.007472,-0.042667,0.010442,0.050791,0.014712,0.023343,-0.00708,0.00842,-0.031498,-0.006057,0.003054,0.696003,-0.014075,0.041412,0.001589,-0.007153,0.031925,0.011169,-0.009086,-0.014587,-0.019989,0.007771,-0.020932,0.000054,0.042467,0.035555,-0.034349,0.037714,-0.017639,0.01469,-0.023703,-0.014754,-0.028195,0.031982,0.032823,-0.001857,0.058266,0.015153,-0.026632,0.002814,0.030628,-0.009157,-0.02064,-0.045182,-0.05731,0.00829,0.014807,0.007745,0.048411,0.035977,-0.060935,0.014538,-0.003327,0.045769,0.000781,0.002355,-0.02363,0.007512,-0.019009,0.001314,-0.028428,0.008865,-0.01318,-0.015964,0.040344,-0.005781,-0.004635,0.003019,-0.021075,0.0071,-0.004913,0.051867,0.003675,-0.02557,0.043261,0.029092,0.047509,-0.00669,0.001652,0.004597,0.02142,0.048735,-0.09834,0.028483,0.007886,0.024946,-0.000014,0.021086,-0.011523,0.012041,-0.021508,0.01504,-0.067964,0.007657,-0.006506,0.00972,0.007233,-0.070082,0.019261,0.002599,-0.005567,-0.079715,0.035803,0.010256,-0.032831,0.017459,-0.016727,0.014157,0.02638,0.001331,0.007221,0.011238,-0.001962,-0.003876,-0.015943,-0.091325,0.00586,0.006035,0.040596,0.021932,0.040124,0.00788,-0.022379,-0.036419,0.000754,-0.00561,-0.014787,0.030252,-0.00332,0.018462,0.016635,-0.030672,-0.007621,-0.005654,-0.023023,0.030877,-0.054179,-0.038915,0.04209,-0.005367,-0.033062,-0.004572,0.018163,-0.028982,-0.013124,-0.038227,-0.028265,0.013439,0.00709,0.032783,0.007449,-0.010772,0.001785,-0.006514,0.00925,0.031877,0.003481,0.00189,0.016263,0.004512,0.006458,0.019074,0.11366,0.002372,0.001136,0.003147,0.008422,-0.010647,0.028412,-0.037242,0.006432,0.062703,0.016119,0.044452,-0.011016,0.000148,0.013996,0.048905,0.00738,0.027898,-0.013313,-0.014986,-0.017394,0.019255,-0.222058,-0.004128,-0.02957,-0.004126,-0.001792,-0.008583,-0.010526,0.023316,-0.014146,-0.024078,-0.013425,-0.022262,-0.055313,-0.003493,0.018535,0.001532,0.036918,-0.029502,0.013218,-0.018653,0.042177,0.062663,-0.008272,0.065253,0.019065,0.030766,0.028388,0.017085,0.027191,-0.005608,0.00618,0.043878,-0.023697,-0.044934,-0.018868,-0.00662,-0.043497,0.038975,-0.024202,0.013369,0.044029,-0.012058,-0.026753,0.016793,-0.000547,-0.003182,0.00038,-0.002658,-0.032044,0.017124,0.027021,-0.015685,-0.014523,-0.018834,0.034523,-0.014212,0.015086,-0.006419,-0.025489,0.017531,0.015819,0.010028,0.020617,-0.008616,-0.036872,0.026223,0.00094,-0.03785,0.024193,0.021418,0.015929,-0.014893,0.019959,0.035617,0.026125,0.171209,0.024237,0.025297,0.005225,0.018796,0.010013,0.02298,-0.014386,-0.005514,-0.013274,0.007144,-0.016717,0.034338,0.016566,-0.040494,-0.02069,0.065308,0.002858,-0.020389,-0.040615,0.034088,0.020726,0.013797,-0.000432,0.016027,-0.004912,0.002989,0.011866,0.002003,0.012716,0.029768,0.023877,-0.012205,-0.020166,0.000971,-0.009035,0.029602,-0.022263,-0.00984,-0.025809,0.049494,-0.003384,-0.012508,-0.051066,0.022916,-0.024095,-0.033214,-0.009995,0.024895,-0.019442,0.007423,-0.013709,-0.001816,-0.05098,0.006208,-0.008398,0.02005,-0.013937,-0.02164,-0.007429,-0.005852,-0.021026,-0.013295,-0.007537,0.026626,-0.007188,-0.108351,0.01385,-0.008029,0.012611,0.022515,0.043437,-0.006358,-0.082311,0.029461,-0.034739,0.03597,0.026915,-0.044715,-0.024878,0.025585,-0.020634,0.05621,0.027223,-0.027106,0.001308,0.002852,0.042114,-0.00831,-0.024009,0.044853,-0.042329,-0.014863,0.001816,0.00673,0.033364,0.020556,-0.023426,0.020908,-0.010715,0.034309,0.022678,0.000504,0.002156,-0.003294,-0.020321,0.023841,-0.016625,-0.011398,0.009016,-0.005929,0.002041,-0.00478,-0.023831,-0.035335,0.028576,-0.007904,0.007834,0.007722,0.091368,0.025498,-0.029155,0.039635,0.016888,-0.021104,-0.026059,0.034133,0.014644,-0.003822,-0.01126,-0.011105,-0.001728,-0.010115,-0.036463,-0.002834,-0.011773,0.000356,0.003939,0.024885,0.013507,-0.0219,0.022784,0.008437,0.010702,-0.001388,-0.002073,-0.035474,-0.021317,-0.04553,-0.011779,0.005661,0.032534,-0.035476,-0.015784,-0.018216,0.028237,-0.042289,-0.048369,0.01237,0.013039,0.002048,0.00175,-0.037307,0.009522,0.029376,0.021157,0.039294,-0.022235,-0.005452,0.019172,0.013572,0.006634,0.039943,0.013566,-0.024078,-0.011276,0.035592,-0.049061,-0.003843,0.015389,-0.003185,0.010655,0.016161,0.018938,0.107746,0.016501,-0.019009,-0.012983,-0.025199,0.034922,0.04678,0.054318,-0.008903,-0.024702,-0.006953,-0.018016,-0.030874,0.03625,0.00244,0.017106,0.00494,0.021228,-0.005997,-0.018421,0.111301,0.032013,-0.003704,-0.012718,0.011985,-0.001651,-0.002174,-0.007102,0.006991,-0.003947,0.029467,0.029055,-0.041658,0.007025,-0.013024,0.035486,-0.027859,-0.001853,-0.005927,0.042432,0.036743,-0.051687,-0.002153,-0.023485,0.016437,0.011136,0.015309,0.008963,-0.00404,0.074457,-0.008999,-0.016868,0.053105,-0.026055,0.025553,0.030947,0.006084,-0.001025,-0.017923,-0.001447,0.041862,0.00408,-0.000714,-0.028062,0.015186,-0.029618,-0.016212,0.03758,-0.00184,0.007882,-0.012139,0.002467,0.011996,0.00006,0.01849,-0.007826,-0.008235,-0.02209,0.00517,0.017062,0.731193,-0.000136,0.049186,-0.016836,0.012625,0.024743,0.004472,-0.014419,0.030355,-0.013922,0.01555,-0.015441,0.020511,0.028965,0.032232,-0.029752,0.03239,-0.005597,0.018578,-0.017653,-0.030103,-0.038916,0.026106,0.040651,-0.008399,0.048054,0.026016,-0.023558,0.016473,0.038511,-0.002404,-0.021303,-0.036523,-0.030459,-0.014951,0.025717,-0.012316,0.041153,0.016396,-0.064047,0.023607,0.015708,0.020507,0.005576,0.002843,-0.024003,0.036556,0.024978,-0.005777,-0.016732,0.00069,0.009861,-0.033192,0.049731,-0.025775,-0.011499,-0.003059,-0.029013,0.003535,0.002277,0.036807,0.008901,-0.021444,0.034854,0.051661,0.055206,-0.00252,0.003498,0.023838,0.020404,0.050003,-0.087594,0.026602,0.001958,0.018128,0.010235,0.0266,0.006642,-0.021398,-0.03432,-0.006259,-0.074368,0.027749,0.045969,0.023359,0.026521,-0.048998,-0.00349,0.020264,-0.037652,-0.039386,0.024182,-0.009628,-0.061247,-0.001673,0.004565,-0.00732,0.011568,0.008138,-0.002975,0.027187,0.025503,-0.008087,-0.015696,-0.067841,-0.023215,0.018654,0.03932,0.046796,0.067651,0.009285,0.007208,-0.010549,0.005551,0.000239,-0.003639,0.025822,0.007796,0.015537,0.007712,0.009126,0.017962,0.027467,0.008273,0.036343,-0.059999,-0.057809,0.041245,0.007294,-0.044944,-0.042895,0.009842,-0.027647,-0.011796,-0.060179,-0.049736,-0.033327,-0.010886,0.022154,-0.01268,-0.003222,0.048309,0.009998,0.009569,0.029464,-0.012548,0.024628,0.067168,-0.022664,0.007243,0.048524,0.159992,0.002036,-0.010704,-0.022335,0.030717,-0.002263,0.041582,-0.037453,0.012054,0.051303,0.012586,0.045776,-0.025845,-0.018043,0.020723,0.031114,0.001245,0.035184,-0.011806,0.021442,0.001094,0.005632,-0.188969,0.003483,-0.041109,0.005462,-0.000754,-0.021852,0.01285,0.040245,-0.016077,-0.036661,-0.026907,-0.017779,-0.05593,-0.01008,-0.004925,-0.005994,0.025145,-0.030068,0.00727,-0.025797,0.043747,0.083936,-0.044217,0.067045,-0.008593,0.02883,0.030103,0.03374,0.034953,-0.034934,-0.004792,0.052809,0.005395,-0.050705,-0.004621,0.020194,-0.043972,0.030112,-0.012165,0.006715,0.065451,-0.032634,0.002776,-0.014595,0.010422,-0.009919,-0.022982,0.002247,-0.033298,0.026335,0.028009,-0.017741,-0.038112,-0.016128,0.025073,-0.012999,0.020316,0.018331,-0.016426,0.009066,0.004117,0.001188,0.024416,-0.024627,-0.040011,0.015571,0.015264,-0.050515,0.00618,0.016802,0.002241,-0.016393,0.025941,0.010886,0.041849,0.185807,0.032018,0.017551,0.018959,-0.014959,0.02742,0.031069,-0.022029,-0.046956,-0.033099,0.006228,-0.014411,0.042108,-0.011334,-0.032948,-0.015922,0.106168,0.015008,0.005854,-0.060099,0.029303,0.044536,-0.000399,-0.004337,0.006236,-0.03083,0.008961,0.010407,0.010435,0.005167,0.040274,0.028813,-0.004113,-0.025406,0.002403,-0.0101,0.055396,-0.009618,-0.020615,-0.007216,0.020565,-0.037342,-0.008955,-0.043758,0.032639,-0.027435,-0.03226,-0.004927,0.042581,-0.001436,0.008366,-0.037023,0.00574,-0.028697,0.026424,-0.014352,0.00377,-0.01543,-0.016338,-0.007605,0.002478,-0.017031,-0.014245,0.017329,0.033496,-0.030641,-0.05386,-0.021812,-0.022228,-0.010384,0.035161,0.063083,-0.016184,-0.061595,0.021591,-0.040994,0.049029,0.029586,-0.057656,-0.019481,0.032577,-0.015418,0.056469,0.033139,-0.017765,-0.008472,0.018587,0.01538,-0.019898,-0.023026,0.01877,-0.044166,-0.015593,0.009781,0.025188,0.03132,0.055007,-0.011061,0.000535,-0.017419,0.019713,0.00336,-0.051845,-0.015558,-0.013885,-0.021793,0.055518,-0.022412,-0.035241,0.004374,-0.033678,0.016233,-0.015782,-0.045936,-0.038568,0.028497,0.002216,0.026911,0.021098,0.080124,-0.006355,-0.03644,0.020482,0.025841,-0.03073,-0.018967,0.061624,0.010516,-0.027327,-0.006603,-0.012243,-0.021154,0.00653,-0.045625,0.000179,-0.045267,-0.007245,-0.004907,0.012606,0.014582,-0.020424,0.041678,-0.017189,0.000324,-0.009223,-0.005029,-0.013139,-0.009615,-0.024323,-0.015207,0.008873,0.038007,-0.034703,-0.048993,-0.030977,0.019014,-0.05073,-0.045189,-0.017004,0.015428,-0.015011,0.027533,-0.008077,0.029249,0.054628,0.035634,0.070759,-0.018568,-0.000665,0.009465,-0.006663,0.005867,0.074854,0.000665,-0.014841,-0.002129,0.021574,-0.004054,-0.012801,0.030063,-0.006867,0.018539,0.002107,0.023779,0.108408,0.00646,-0.025916,-0.018153,-0.036526,0.048082,0.049216,0.015851,-0.004873,-0.02422,0.007968,-0.023681,-0.00441,0.032893,-0.045067,-0.030066,-0.013387,0.014934,-0.016014,-0.02462,0.094991,0.020199,0.030855,-0.008682,0.027452,0.010067,-0.00182,-0.004131,-0.006698,0.006988,0.022457,0.027397,-0.044408,-0.009599,0.014552,0.040429,-0.045014,-0.009936,0.000119,0.041251,0.02313,-0.026072,0.000049,0.006235,0.036334,-0.012468,0.008685,0.019403,-0.004427,0.038533,0.003788,-0.003766,0.05381,-0.021396,0.000343,0.050475,0.015791,-0.026247,0.009848,-0.003315,0.021721,0.006979,0.000777,-0.015793,0.012724,-0.021729,0.016128,0.020284,-0.027184,0.017501,-0.034168,-0.001584,0.006636,0.026306,-0.004132,0.002599,0.01444,-0.03657,-0.004283,0.019419,0.68085,0.004225,0.038101,-0.021112,-0.001366,0.019505,0.015135,0.004367,-0.010004,-0.007465,0.018425,-0.009893,0.019799,0.055533,0.047589,-0.027668,0.026016,-0.000401,0.020649,-0.009039,-0.013069,-0.056728,0.042914,0.050775,0.004981,0.050585,0.036666,-0.004787,0.004592,0.03373,-0.009854,0.00484,-0.037484,-0.03838,-0.006209,0.01029,-0.001714,0.048535,0.010045,-0.052886,0.03605,0.008684,0.043448,-0.001138,-0.019191,-0.032739,0.008407,-0.001116,-0.01533,-0.024612,0.017391,0.009192,-0.045923,0.019242,-0.039354,-0.00332,0.007351,-0.027188,0.018572,0.01148,0.002795,0.008014,0.002997,0.014712,0.065422,0.047486,-0.00773,0.011963,0.008848,0.001969,0.044639,-0.102564,0.027848,0.000603,0.012972,0.004065,0.010774,0.005982,0.004744,-0.018578,0.000959,-0.066996,0.018725,0.01852,0.018052,0.012562,-0.053473,0.008926,0.017546,-0.018493,-0.05425,0.029887,-0.011615,-0.035652,0.021489,-0.021508,-0.01149,0.021814,0.003501,0.000631,0.016362,0.028158,0.002879,-0.010378,-0.085493,-0.020729,0.012556,0.023858,0.041352,0.01178,0.002159,-0.006899,-0.019387,-0.015128,0.009052,-0.010695,0.032845,-0.009968,0.008169,0.00511,0.0066,-0.003696,0.007745,-0.004561,0.046253,-0.045403,-0.041932,0.063435,0.014204,-0.028207,-0.027638,0.010622,-0.013719,-0.010012,-0.026649,-0.031546,-0.021143,0.006657,0.022095,-0.000158,0.007864,0.021571,0.003864,0.01805,0.025214,0.004753,0.008791,0.039763,-0.003629,0.010823,0.028207,0.134637,0.005068,-0.021508,-0.022606,-0.007221,-0.014233,0.017812,-0.03338,0.008106,0.062792,0.000964,0.041235,0.003432,-0.018567,-0.005493,0.03649,-0.003566,0.022263,-0.003767,-0.003655,-0.005888,0.033586,-0.247797,0.012668,-0.043143,0.008267,0.00955,-0.022598,0.035123,0.012009,-0.041163,-0.02849,-0.0185,-0.009708,-0.04604,-0.020025,-0.013946,-0.005419,0.040758,-0.052417,0.014362,0.002947,0.043796,0.077565,0.00002,0.086871,0.009653,0.023733,0.016139,0.015725,0.049204,-0.020856,-0.00178,0.029602,-0.009114,-0.057274,-0.017507,-0.027038,-0.031793,0.048184,-0.022409,0.009754,0.047805,-0.022031,-0.009388,-0.020807,0.020845,0.007697,0.00817,-0.001357,-0.032691,0.006367,0.031276,-0.028092,-0.022801,-0.017971,0.032557,-0.025335,0.00656,0.008117,-0.022205,-0.004604,0.008664,0.002298,0.01055,-0.007723,-0.030968,0.027671,0.001791,-0.041318,0.035582,-0.002628,0.010286,0.000743,0.034548,0.03461,0.027265,0.172261,0.006653,0.033206,0.005425,0.003658,0.000305,0.008027,-0.007231,-0.023633,-0.013155,0.009695,-0.012363,0.015139,0.022396,-0.029723,-0.015251,0.08193,0.005181,0.01257,-0.055972,0.015089,0.030286,0.000822,0.006716,0.028166,-0.006779,-0.003153,0.006424,0.000099,0.004223,0.041542,0.023773,0.000819,-0.008001,-0.003621,-0.005479,0.014386,-0.037679,-0.016371,-0.027268,0.026684,-0.023734,-0.010382,-0.03306,0.044695,-0.012742,-0.031916,-0.010185,0.008943,-0.01573,0.028586,-0.017673,-0.000706,-0.025644,-0.00432,-0.022333,0.01098,-0.003169,-0.017188,-0.017427,0.013123,-0.015645,-0.022177,-0.010097,0.009946,-0.035056,-0.138804,-0.008841,-0.003536,-0.007452,0.031416,0.032632,-0.001254,-0.100267,0.038538,-0.037405,0.032223,0.021936,-0.047192,-0.01792,0.039893,-0.013403,0.050923,0.051618,-0.016525,-0.014449,0.007183,0.037256,0.014166,-0.031152,0.022684,-0.036552,-0.006988,-0.015381,0.026868,0.021516,0.0313,-0.030772,0.005339,-0.019169,0.031317,0.013134,-0.00897,-0.010372,-0.002511,-0.009962,0.039552,-0.024705,-0.016761,0.007912,-0.020152,0.02221,-0.02257,-0.030654,-0.040282,0.008706,-0.000756,0.028799,0.006879,0.098387,0.000863,-0.056035,0.035373,0.008315,-0.014749,-0.047811,0.047265,-0.004253,-0.008955,-0.002333,-0.005631,0.01028,-0.013171,-0.038862,-0.001056,-0.026703,-0.012269,-0.017159,-0.002897,0.003108,0.004832,0.012883,0.011026,0.010524,-0.000289,0.020164,-0.022574,0.002172,-0.022342,-0.009829,0.007684,0.035459,-0.034684,-0.016673,-0.019226,0.012637,-0.039919,-0.020697,-0.001664,-0.008587,0.008329,0.022249,-0.032724,0.014669,0.04564,0.014863,0.043633,-0.020284,-0.000253,0.025566,-0.011043,-0.012937,0.01506,0.015636,-0.012775,-0.014564,0.0186,-0.03253,0.006575,0.019965,-0.001023,0.00521,0.020356,-0.002876,0.100823,0.004453,-0.001486,-0.013257,-0.02312,0.018022,0.050628,0.037661,-0.027321,-0.032038,-0.00396,-0.016667,-0.012774,0.03595,-0.03138,-0.002404,-0.002957,0.005923,-0.012084,-0.021266,0.107731,0.02149,0.000277,0.015757,0.031161,0.010135,0.005651,0.016562,0.001533,0.017753,0.021891,0.034601,-0.029466,-0.006889,0.006457,0.02011,-0.018414,0.010109,0.026022,0.027326,0.03032,-0.047507,-0.021257,-0.024436,0.022647,0.007395,0.025456,0.004953,0.006348,0.076092,-0.002829,-0.021377,0.044385,-0.006074,0.004694,0.022855,-0.002828,-0.00649,0.012969,0.003321,0.030995,0.013133,-0.00114,-0.02395,0.005276,-0.027263,-0.00488,0.025366,-0.019617,0.019802,-0.022093,-0.013687,-0.009658,0.020712,-0.001477,-0.014974,0.001209,-0.036358,0.00299,-0.004254,0.712663,-0.019022,0.039765,-0.02135,0.015703,0.016045,0.013238,0.00216,0.009268,-0.013296,0.005031,-0.014377,0.019236,0.0314,0.031822,-0.023404,0.03418,-0.006967,0.019773,-0.025554,-0.020194,-0.033597,0.033761,0.024286,0.009649,0.057848,0.012742,-0.013484,-0.002548,0.038861,-0.02167,-0.021021,-0.040829,-0.033024,-0.010954,0.00099,0.008397,0.053979,0.00835,-0.05889,0.004996,0.023856,0.030105,-0.014483,0.000149,-0.034248,0.023583,0.017875,0.00654,-0.017063,0.0045,-0.000312,-0.02797,0.054038,-0.035522,-0.006716,0.004142,-0.034084,0.026673,-0.001885,0.044436,-0.005707,-0.0223,0.039575,0.06207,0.059465,0.004604,0.006818,0.018957,0.018503,0.046905,-0.098026,0.025361,0.002879,0.00672,0.002668,0.007387,0.008846,0.003863,-0.027606,0.016006,-0.07477,0.013327,0.005109,0.01614,0.006584,-0.069131,0.005914,0.011024,-0.01496,-0.067311,0.040648,-0.00951,-0.036519,0.015827,-0.017012,-0.007766,0.024649,-0.00525,-0.003095,0.010067,0.018973,-0.014932,-0.023151,-0.084056,-0.008814,0.014333,0.031752,0.023595,0.028799,0.001526,-0.007637,-0.02666,-0.018206,0.001642,-0.009977,0.027821,-0.01194,0.014773,0.010926,-0.011496,-0.001633,0.004123,-0.011406,0.046113,-0.051694,-0.033025,0.056323,-0.002832,-0.032322,-0.014637,0.009556,-0.031775,-0.007507,-0.041058,-0.023875,-0.009202,0.008793,0.019695,0.004481,0.006045,0.013553,0.006193,0.010607,0.038924,0.003825,0.006259,0.038628,0.012932,0.022397,0.029502,0.114043,0.002341,-0.028347,-0.018601,-0.005993,-0.013693,0.02407,-0.038692,0.006816,0.065412,0.004283,0.042031,0.002299,-0.013152,-0.004637,0.042044,0.000287,0.02927,-0.00734,-0.002058,-0.011854,0.035766,-0.231524,0.008064,-0.043465,0.004884,0.010407,-0.016754,0.022729,0.011221,-0.034064,-0.0298,-0.019291,-0.028036,-0.041828,-0.01745,-0.000956,-0.004099,0.036644,-0.052138,0.010398,-0.004441,0.043091,0.080603,-0.005082,0.063055,0.019331,0.025153,0.02181,0.023945,0.04064,-0.021378,-0.001512,0.037412,-0.011428,-0.049698,-0.01783,-0.017585,-0.039633,0.045506,-0.019421,0.009083,0.040237,-0.017623,-0.023439,-0.002625,0.015757,0.006394,0.006159,-0.00799,-0.033857,0.014656,0.029325,-0.031972,-0.009858,-0.014818,0.045026,-0.018427,0.0108,-0.004743,-0.013449,0.011367,0.009453,0.007105,0.010064,-0.005432,-0.03392,0.036175,-0.004422,-0.04274,0.029421,0.004921,0.012898,-0.000418,0.029424,0.031939,0.02806,0.175417,0.015296,0.027993,0.003919,-0.003941,0.002802,0.005129,-0.017341,-0.011449,-0.01444,0.01261,-0.009725,0.025378,0.026622,-0.032789,-0.030141,0.073339,0.009151,0.00761,-0.053427,0.025683,0.031676,0.013801,0.000713,0.019129,-0.001961,-0.006805,-0.003373,0.000956,0.012036,0.03205,0.029472,-0.008796,-0.011251,-0.003101,-0.009037,0.016554,-0.033017,-0.014258,-0.02299,0.031227,-0.032344,-0.021562,-0.038138,0.030365,-0.019414,-0.040562,-0.004944,0.019578,-0.018446,0.026094,-0.017372,0.003687,-0.037108,-0.005722,-0.019984,0.011043,0.002331,-0.01193,-0.016551,0.002283,-0.017919,-0.016126,-0.007376,0.009533,-0.026704,-0.134077,-0.001108,0.000842,0.005254,0.034041,0.031582,-0.004666,-0.088456,0.031694,-0.040153,0.052969,0.018142,-0.046781,-0.029767,0.036199,-0.016835,0.047416,0.035441,-0.01479,-0.002809,0.001993,0.039014,0.013717,-0.038989,0.031321,-0.038921,-0.015635,-0.003206,0.013332,0.029775,0.034385,-0.032308,0.013673,-0.018781,0.032364,0.015759,0.005153,-0.005853,0.004123,-0.010768,0.032088,-0.027512,-0.020367,0.002935,-0.017407,0.00749,-0.00946,-0.03388,-0.043496,0.01509,-0.008212,0.020847,0.00771,0.107254,0.002359,-0.049647,0.032748,0.008642,-0.02003,-0.047414,0.04104,0.002938,-0.010147,-0.010623,-0.00052,0.006281,-0.016846,-0.038663,-0.000974,-0.027443,-0.01415,-0.014372,-0.010383,0.003561,0.005057,0.009681,-0.000453,0.014192,0.006309,0.018748,-0.02748,-0.004376,-0.01985,-0.007602,0.011616,0.038234,-0.036155,-0.013346,-0.015963,0.017921,-0.041439,-0.033246,0.013037,0.000999,0.001142,0.020052,-0.03006,0.007582,0.029684,0.01684,0.037442,-0.016887,0.012992,0.018572,-0.010505,-0.010125,0.031092,0.015997,-0.020219,-0.002895,0.034638,-0.033368,0.0008,0.022855,-0.003684,0.000287,0.023854,0.007174,0.105879,0.009495,-0.012976,-0.013827,-0.027863,0.012417,0.053281,0.049923,-0.01796,-0.024604,-0.012459,-0.020557,-0.020407,0.04025,-0.001882,0.003905,0.014632,0.013332,-0.007814,-0.020221,0.11485,0.021233,-0.013986,0.006896,0.029899,0.007247,0.004011,0.005912,0.014582,0.00519,0.026237,0.030445,-0.022673,-0.011033,0.009889,0.019771,-0.021702,0.005507,0.014997,0.034319,0.035162,-0.055363,-0.015141,-0.03054,0.02265,0.00101,0.018523,0.008945,0.009352,0.077092,-0.009113,-0.032723,0.048229,-0.001375,0.010699,0.034485,-0.005836,-0.000436,0.000865,0.004484,0.042019,0.007708,-0.001629,-0.028494,0.01322,-0.032275,-0.007731,0.037654,-0.026126,0.014471,-0.021299,-0.007801,0.005209,0.012114,0.005015,-0.013654,-0.00813,-0.017531,0.004633,-0.003234,0.720079,-0.015451,0.036397,-0.021264,0.018993,0.025547,0.008699,-0.001479,0.010446,-0.018746,0.007798,-0.017466,0.014348,0.035159,0.03263,-0.029704,0.028488,-0.004523,0.019995,-0.026762,-0.024288,-0.028245,0.022465,0.022685,0.008285,0.052854,0.019273,-0.011178,0.001552,0.037072,-0.016817,-0.020298,-0.042377,-0.031814,-0.009541,0.01402,0.000215,0.049463,0.013939,-0.06058,0.007017,0.015931,0.024182,-0.006086,-0.009778,-0.030937,0.028004,0.016396,0.001306,-0.02602,-0.001425,0.002269,-0.022184,0.046503,-0.040021,-0.012712,0.004707,-0.024099,0.013111,-0.009351,0.055414,0.00313,-0.021621,0.038288,0.061818,0.046576,0.003456,0.002213,0.018575,0.013664,0.066113,-0.087476,0.020186,0.008095,0.002831,0.016397,0.001339,-0.01041,0.027604,-0.018994,0.023468,-0.074846,0.00552,-0.032099,0.023854,-0.004032,-0.071734,0.029994,0.009687,0.012139,-0.086594,0.036072,-0.00319,-0.025112,0.018323,-0.008826,0.020259,0.04893,-0.004231,0.009376,0.010839,-0.017236,0.005327,-0.002889,-0.047346,0.027614,0.010075,0.022331,0.013905,0.047906,0.013928,-0.014926,-0.022911,-0.013077,-0.004089,-0.023985,0.018683,0.004397,0.015914,0.00209,-0.025747,0.007021,-0.009477,-0.034404,0.019183,-0.059102,-0.038137,0.046296,0.005289,-0.020471,0.027871,0.020317,-0.027838,-0.006173,-0.054316,-0.0142,0.009939,0.01982,0.024078,0.03043,0.016127,0.003055,0.003162,0.006183,0.041105,0.014852,-0.005848,0.002792,0.012315,0.028594,-0.004852,0.12771,0.002365,-0.019256,-0.000631,-0.007941,-0.012466,-0.002361,-0.065664,-0.015825,0.036833,0.031487,0.036893,-0.007989,-0.016565,0.001283,0.06406,-0.00448,0.026829,-0.016545,-0.005912,-0.009831,0.024986,-0.167499,-0.022036,-0.050254,-0.00705,0.008797,-0.011719,-0.000399,0.006939,-0.002077,-0.026528,0.012167,-0.013093,-0.046736,-0.015659,0.032245,-0.010887,0.035898,-0.015062,0.014101,-0.020485,0.046017,0.075016,-0.014536,0.086264,0.015769,0.012801,0.024175,0.006934,0.015802,0.008073,-0.005124,0.034314,-0.015583,-0.046405,0.007265,-0.01085,-0.035595,0.022513,-0.018757,0.019754,0.030398,-0.016086,-0.045345,0.021471,0.016133,-0.011254,0.000791,-0.014307,-0.024939,-0.011612,0.013366,-0.028927,-0.01403,-0.012896,0.024812,0.011755,0.004386,-0.022562,-0.018631,0.016123,0.011778,0.016523,0.018868,-0.016606,-0.045762,0.017296,-0.020488,-0.039743,0.018076,0.022445,0.032963,-0.013828,0.03088,0.031717,0.03056,0.144057,0.017278,0.010251,-0.00347,0.021749,0.009815,0.017205,-0.022541,-0.011842,-0.015058,-0.009624,0.006307,0.023836,0.013364,-0.024612,-0.030058,0.015681,-0.000185,-0.015872,-0.036512,0.027267,0.001981,-0.002003,0.001819,0.017476,0.002349,0.00257,0.007007,0.020077,0.021211,0.032521,0.021761,0.003807,-0.01127,0.001439,-0.000741,0.032247,-0.014038,0.011971,-0.020688,0.045879,0.004899,-0.019783,-0.034453,0.023624,0.002357,-0.055755,-0.007292,0.024629,-0.016378,0.013044,0.00592,-0.001408,-0.076725,0.013967,-0.002258,0.015443,-0.017701,0.001821,-0.000586,-0.00583,-0.012679,-0.016123,-0.012803,0.021958,-0.027864,-0.094922,0.018433,-0.013724,0.027416,0.01748,0.02945,-0.004645,-0.057091,0.017496,-0.028475,0.044437,0.021289,-0.028675,-0.01314,-0.004234,-0.00923,0.035562,0.017353,-0.023176,0.01749,-0.013745,0.023781,-0.013118,-0.027798,0.033349,-0.037201,-0.003289,-0.00238,0.001299,0.046152,0.005916,-0.024698,0.010531,0.016499,0.027501,0.016212,-0.004836,0.004125,0.006061,-0.004035,0.02262,-0.006842,-0.014061,0.010255,-0.025774,-0.015036,-0.011679,0.01046,-0.030675,0.006369,0.0098,0.006708,0.016006,0.11412,0.045911,-0.034966,0.056734,0.017096,0.004957,-0.031017,0.026541,0.005795,-0.003121,-0.038305,0.000944,0.011296,-0.029482,-0.027401,-0.009632,0.001632,-0.005255,-0.014912,0.013098,0.00267,-0.022491,0.012763,0.008348,0.014802,0.002536,0.010176,-0.02651,-0.008776,-0.049594,-0.004973,0.001496,0.040031,-0.021193,-0.020211,-0.018459,0.018828,-0.022875,-0.046246,0.006328,0.008841,0.005633,0.010691,-0.02388,-0.012031,0.000486,0.019125,0.030487,-0.010942,0.007049,0.032648,-0.000563,0.018612,0.051319,0.01539,-0.030738,0.014784,0.024385,-0.031056,0.009813,0.023786,0.015096,0.009133,0.011595,0.022918,0.11253,0.00984,0.007493,-0.023166,-0.0155,-0.006991,0.044369,0.053538,-0.011887,-0.00848,-0.024113,-0.003308,-0.023226,0.04035,0.027336,0.03118,0.030194,-0.004753,-0.013445,0.006618,0.070653,0.016347,-0.008671,-0.012769,0.022634,-0.006162,-0.019369,-0.000274,0.020706,-0.033214,0.033563,0.021544,-0.006546,0.006124,-0.026171,0.035653,-0.016105,0.007943,-0.0257,0.008033,0.038033,-0.062242,0.016248,-0.03342,0.018155,0.020508,-0.008007,0.004042,0.005266,0.062509,0.004783,-0.031197,0.052278,-0.043873,0.019373,0.033021,0.00615,0.018584,0.000526,-0.006499,0.041489,0.015102,0.00532,-0.028007,0.024722,-0.051275,-0.018096,0.051178,-0.013944,-0.008885,-0.026027,0.009362,0.017608,-0.014218,-0.004441,-0.019536,-0.021948,-0.008919,-0.004256,0.026195,0.756309,0.000644,0.031144,-0.002183,0.014579,0.009626,0.002805,-0.004092,0.023707,-0.010363,0.023425,-0.011643,0.00012,0.02272,0.025713,-0.034228,0.037675,-0.007195,0.012037,-0.02583,-0.034994,-0.038259,0.03645,0.024654,-0.006495,0.040348,0.035008,-0.027964,-0.00395,0.004917,-0.045025,-0.032116,-0.035546,-0.02234,-0.02916,0.019256,-0.024833,0.018923,0.036209,-0.073038,0.018848,-0.002053,0.01739,-0.021619,0.00201,-0.01714,0.026326,0.026244,-0.022642,-0.035784,-0.003872,0.002998,0.003874,0.035718,-0.007191,-0.009246,0.000036,-0.03538,-0.022064,-0.024179,0.030565,0.001695,-0.032136,0.062372,0.042161,0.030715,-0.006378,0.016334,0.044516,0.010481,0.060792,-0.085727,0.017059,0.006481,0.006382,0.014848,0.006573,-0.009221,0.028677,-0.013651,0.024209,-0.072742,0.008166,-0.042695,0.016933,-0.00042,-0.075108,0.025656,0.009506,0.01983,-0.088404,0.03848,-0.004452,-0.022864,0.018688,-0.011772,0.015614,0.05065,-0.00446,0.010443,0.007572,-0.017099,-0.000749,-0.003499,-0.052132,0.02066,-0.001898,0.02792,0.016619,0.046658,0.01186,-0.018394,-0.026192,-0.013452,-0.00324,-0.030468,0.014753,0.004741,0.013669,0.000313,-0.02229,0.003623,-0.004908,-0.039268,0.022732,-0.060578,-0.034033,0.041144,-0.001825,-0.014313,0.032025,0.030088,-0.030265,-0.006157,-0.052453,-0.017169,0.013019,0.013605,0.023708,0.026622,0.015715,-0.003511,-0.003111,0.003404,0.035166,0.014589,-0.004687,0.00672,0.015474,0.028097,-0.000531,0.118261,0.002433,-0.01933,-0.001684,-0.00755,-0.00895,-0.005141,-0.060647,-0.014519,0.039646,0.030829,0.036714,-0.011185,-0.011226,0.003887,0.062376,-0.000567,0.018948,-0.015011,-0.003506,-0.012595,0.025567,-0.183905,-0.022368,-0.044401,-0.007082,0.006685,-0.005303,0.003046,0.01671,-0.003681,-0.024684,0.011769,-0.013022,-0.048102,-0.013491,0.030364,-0.009408,0.036656,-0.018089,0.013786,-0.025594,0.042845,0.065928,-0.008893,0.083643,0.014823,0.01131,0.028666,0.011455,0.018202,0.00138,-0.011073,0.040303,-0.020838,-0.050163,0.006236,-0.008812,-0.036602,0.02574,-0.020521,0.012051,0.034574,-0.016391,-0.040961,0.015573,0.018455,-0.00267,-0.001392,-0.018307,-0.025145,-0.008952,0.01908,-0.028877,-0.019584,-0.016502,0.02702,0.004792,0.005937,-0.02441,-0.023064,0.0187,0.010071,0.023267,0.022103,-0.016185,-0.048856,0.019306,-0.023468,-0.037099,0.015667,0.022522,0.023783,-0.020278,0.034498,0.035054,0.033529,0.143689,0.013958,0.01077,-0.00309,0.01334,0.011731,0.015974,-0.018878,-0.007757,-0.016956,-0.000663,0.001064,0.021304,0.006959,-0.02541,-0.02911,0.007962,-0.003452,-0.022284,-0.035658,0.021585,0.005132,-0.005435,0.002857,0.015834,0.002705,0.001532,0.009146,0.02216,0.020601,0.031984,0.021784,0.003469,-0.011117,-0.004763,-0.004939,0.035346,-0.016295,0.008778,-0.021412,0.04835,0.005039,-0.016235,-0.037861,0.029719,0.001723,-0.052409,-0.01217,0.027219,-0.022543,0.007749,0.003568,-0.004936,-0.069282,0.015585,-0.009644,0.016866,-0.00508,-0.005175,-0.0013,-0.002524,-0.017886,-0.017397,-0.011968,0.024238,-0.028159,-0.09574,0.019513,-0.008774,0.026343,0.012467,0.026507,-0.007563,-0.066206,0.014313,-0.025881,0.040635,0.023203,-0.026206,-0.008468,-0.007703,-0.016016,0.041801,0.024002,-0.024365,0.016121,-0.010575,0.030738,-0.012121,-0.028696,0.033417,-0.03846,-0.00555,0.000186,-0.008448,0.047531,0.002983,-0.027346,0.014907,0.010564,0.02798,0.021519,-0.012925,-0.000012,-0.005582,-0.012011,0.01941,-0.011047,-0.017476,0.009327,-0.025753,-0.005943,-0.009325,0.008854,-0.032497,0.009391,0.018515,-0.001572,0.018029,0.112442,0.046606,-0.02483,0.053618,0.016033,0.005787,-0.026505,0.029887,0.001042,-0.012149,-0.031124,-0.002928,0.009895,-0.032478,-0.020551,-0.006931,0.001067,-0.000329,-0.008032,0.012893,0.005347,-0.020718,0.020003,0.005906,0.009643,0.006405,0.012876,-0.025482,-0.008256,-0.041766,-0.005944,0.006598,0.030755,-0.022196,-0.01874,-0.016239,0.019218,-0.024647,-0.039478,0.007746,0.008756,0.009923,0.009388,-0.02673,-0.00728,-0.001244,0.020257,0.03219,-0.008633,0.001146,0.032686,0.008308,0.017642,0.034659,0.014491,-0.021336,0.015307,0.025999,-0.038565,0.010291,0.01998,0.008955,0.016966,0.008266,0.016638,0.112042,0.016597,0.010632,-0.025345,-0.022203,-0.000509,0.04061,0.06298,-0.019296,-0.014275,-0.01483,-0.004397,-0.027781,0.039203,0.014143,0.036715,0.028537,0.001236,-0.012421,0.002813,0.074207,0.012676,-0.013839,-0.012335,0.023655,-0.006828,-0.016554,0.000906,0.016101,-0.028105,0.040996,0.019036,-0.008151,0.005474,-0.024603,0.040615,-0.015284,0.009165,-0.018381,0.008857,0.038955,-0.061697,0.008207,-0.030673,0.020989,0.023391,-0.003318,0.006516,0.017572,0.054906,0.006153,-0.025639,0.052977,-0.044703,0.01915,0.032383,0.011004,0.013059,-0.00204,-0.004933,0.041103,0.017438,0.001155,-0.025336,0.029418,-0.051242,-0.011564,0.05465,-0.013082,-0.001037,-0.031728,0.01221,0.014421,-0.006668,-0.000535,-0.014611,-0.024054,-0.011179,0.000626,0.029298,0.757014,0.002273,0.031954,-0.000746,0.016434,0.015864,0.00905,-0.006726,0.021964,-0.014513,0.01978,-0.012115,-0.002447,0.018948,0.018725,-0.031351,0.040337,-0.009496,0.016029,-0.026467,-0.034248,-0.030081,0.033812,0.027121,-0.005164,0.043582,0.03173,-0.020866,0.002752,0.00642,-0.038547,-0.030145,-0.038106,-0.02745,-0.025886,0.017397,-0.024321,0.019824,0.03721,-0.071971,0.015496,-0.000169,0.012028,-0.024115,-0.001704,-0.013391,0.026648,0.030076,-0.024012,-0.03417,-0.005376,0.009706,0.006788,0.041379,-0.007324,-0.005834,0.000384,-0.038942,-0.023089,-0.022559,0.027265,0.005425,-0.031542,0.062108,0.044562,0.037381,-0.006223,0.007518,0.047782,0.00898,0.053385,-0.086726,0.031707,-0.00562,-0.010327,0.017841,0.025312,-0.015552,0.007947,-0.014342,0.048124,-0.072069,0.021683,-0.027926,0.010516,0.003735,-0.056715,0.015686,0.004079,-0.017337,-0.068791,0.039956,0.003554,-0.010807,0.020378,-0.023981,0.005009,0.027255,0.000485,-0.000165,0.018974,-0.016041,-0.013802,0.003694,-0.080052,-0.000614,0.013471,0.029106,0.009591,0.062008,0.004063,-0.024893,-0.037035,-0.011469,-0.003947,-0.021866,0.027009,0.013219,0.019827,0.001814,-0.018529,-0.002973,-0.015748,-0.00519,0.051521,-0.050623,-0.02066,0.035061,0.002954,-0.019925,-0.000561,0.00622,-0.021856,0.007051,-0.035298,-0.034072,0.005821,0.005872,0.031609,0.021421,0.009294,0.002094,0.005333,-0.003658,0.031946,0.016576,0.013662,0.026433,0.009927,0.028471,0.003877,0.12191,-0.001762,-0.017647,-0.007578,-0.008789,-0.006368,0.00754,-0.020749,-0.007316,0.056572,-0.002455,0.054602,-0.016254,-0.004941,-0.003367,0.06159,-0.005101,0.017088,-0.025695,-0.016031,-0.011507,0.026369,-0.199265,-0.013804,-0.027726,-0.001206,0.021489,0.004221,-0.011815,0.003444,-0.002798,-0.033772,-0.025364,-0.015688,-0.045773,-0.028718,0.009115,0.004511,0.035617,-0.023022,0.012855,-0.014989,0.053082,0.070711,-0.018524,0.06902,0.017682,0.023648,0.032589,0.023454,0.022441,0.017686,0.000963,0.05104,0.001411,-0.035918,0.005082,-0.004455,-0.048064,0.020742,-0.017517,0.015363,0.024877,-0.001435,-0.043087,0.030606,0.003568,-0.004439,-0.000809,-0.021953,-0.042056,0.002248,0.030335,-0.007658,-0.001329,-0.003867,0.051951,-0.011908,0.011005,-0.022318,-0.034448,0.024934,0.011473,0.002327,0.013591,0.010403,-0.042905,0.006823,-0.000517,-0.027269,0.017515,0.011724,0.025105,-0.020225,0.017523,0.003295,0.028772,0.158023,0.014141,0.027781,0.01286,0.012665,0.012321,-0.004994,-0.027088,0.004731,-0.010056,0.007928,-0.011758,0.018547,0.015089,-0.044972,-0.032084,0.059435,-0.00752,-0.015241,-0.049371,0.033871,0.033838,-0.008425,0.001915,0.017399,0.011297,-0.003534,0.01781,0.025319,0.011731,0.019255,0.033609,-0.006655,-0.017597,-0.006319,-0.002203,0.024851,-0.000141,-0.003195,-0.017276,0.048989,-0.02178,-0.016743,-0.037912,0.022881,-0.015543,-0.054627,-0.004631,0.036388,-0.001537,-0.001083,-0.009239,0.011627,-0.033098,-0.022251,-0.002767,-0.000997,-0.017498,-0.029123,-0.003928,0.003059,-0.025087,-0.015784,-0.017504,0.016104,-0.008475,-0.110618,0.003053,0.006302,0.016947,0.018757,0.026974,-0.00292,-0.07288,0.017504,-0.017477,-0.003281,0.006919,-0.018978,0.002134,0.010523,0.009726,0.042402,0.005913,-0.01757,0.00671,0.021467,0.039879,0.000643,-0.022647,0.04515,-0.042844,-0.009517,-0.002472,0.000629,0.020749,0.014142,-0.039365,0.004775,0.000292,0.024306,0.012835,-0.023576,0.016294,-0.014321,-0.007105,0.016408,-0.018718,-0.019163,0.000847,0.004767,-0.003339,-0.00065,-0.026145,-0.034915,0.000396,-0.013608,0.008467,0.008521,0.090922,0.028889,-0.016691,0.03355,0.012856,-0.004861,-0.037875,0.03729,0.017773,-0.01858,-0.018573,-0.00334,0.006133,-0.033393,-0.04979,-0.013085,-0.026315,-0.01449,-0.006451,0.005038,0.000418,-0.034682,0.029866,0.018684,-0.000274,0.003043,0.000999,-0.028665,0.000116,-0.04614,-0.002881,0.000663,0.021275,-0.027739,0.005642,-0.015737,0.001994,-0.023174,-0.051126,0.029264,0.017823,0.008824,0.010693,-0.026008,0.000641,0.02939,0.015841,0.030009,-0.015269,0.012424,0.030057,-0.007791,0.004708,-0.017931,0.004466,-0.024762,-0.004617,0.03741,-0.032286,-0.002994,0.013339,0.007799,0.037173,0.014286,0.033306,0.108622,0.034274,-0.004159,-0.010776,-0.035512,0.006463,0.045397,0.047764,0.004642,-0.036157,-0.004344,-0.010008,-0.033861,0.047956,0.01128,0.010118,0.017566,-0.005586,0.01475,-0.008893,0.062862,0.023674,-0.025506,0.003726,0.018404,-0.008606,-0.010952,0.012126,0.022336,-0.018125,0.026513,0.008445,-0.026836,0.012753,-0.002092,0.040478,-0.009064,0.005134,-0.015869,0.017463,0.034253,-0.039924,0.009333,-0.046186,0.024748,0.004956,-0.010956,-0.000711,0.012098,0.077559,-0.000684,-0.023693,0.039346,-0.032344,0.031642,0.016316,-0.011628,-0.00812,-0.016103,0.028843,0.036434,0.010197,0.002297,-0.025003,0.01574,-0.043328,-0.02596,0.041117,-0.024815,0.009331,-0.008812,0.000114,0.019919,0.005688,0.002263,0.007316,-0.023134,-0.008978,-0.002558,0.013623,0.756991,-0.015682,0.004577,-0.00158,0.000771,-0.003135,-0.009849,-0.029929,0.009443,-0.019405,0.01655,-0.02583,0.010068,0.013553,0.025875,-0.019408,0.040885,-0.009551,0.023799,-0.009924,-0.038887,-0.033659,0.03767,0.022662,-0.019023,0.050284,0.021762,-0.009789,0.018596,0.020217,-0.012139,-0.030577,-0.030684,-0.038795,-0.023685,0.019121,-0.008926,0.016815,0.023103,-0.077805,0.019869,0.007896,0.014741,-0.010414,0.002105,-0.029173,0.041943,0.028331,-0.014434,-0.019914,0.004973,0.002237,-0.002784,0.036165,-0.014655,-0.009263,0.003289,-0.043789,-0.01724,0.007882,0.031311,0.004334,-0.000168,0.063384,0.041838,0.041086,0.010292,-0.01341,0.041143,0.022219,0.046223,-0.095551,0.034985,0.014211,0.010263,0.011352,0.027439,-0.005223,0.004389,-0.007677,0.031297,-0.091939,0.035667,-0.015742,0.019141,0.001635,-0.06232,0.018617,-0.013296,-0.035369,-0.050688,0.029498,0.001707,-0.038819,0.014614,-0.014122,0.011257,0.046341,0.005959,0.006038,0.02898,-0.016625,-0.033159,-0.007099,-0.085618,0.01932,0.020076,0.007985,0.002668,0.076983,-0.007428,-0.033297,-0.038775,0.00701,0.013547,-0.023701,0.03988,0.036521,0.013118,0.020577,-0.037914,-0.007387,0.004057,0.001797,0.049885,-0.05933,-0.01926,0.027038,-0.008922,-0.020902,-0.008311,0.004128,-0.028384,0.017879,-0.051359,-0.009915,-0.002311,0.017856,0.040645,-0.000528,0.002126,0.000015,0.010789,0.004543,0.050401,0.002944,-0.012078,0.028875,0.008718,0.012737,-0.003822,0.072462,-0.007182,-0.016888,0.007859,-0.011644,0.000274,0.014148,-0.033052,0.007681,0.073721,0.017589,0.043286,-0.010132,-0.005134,0.009732,0.050752,0.01168,0.036929,-0.006109,-0.013223,-0.007021,0.043625,-0.198143,-0.020438,-0.032726,0.014724,0.000992,-0.028986,-0.038263,0.010138,-0.007958,-0.017524,0.000644,0.00606,-0.052001,-0.024246,0.008423,-0.003839,0.051675,-0.029133,0.008716,-0.014995,0.044886,0.058267,-0.039983,0.051415,0.010741,0.032399,0.026134,0.015767,0.025347,-0.019163,0.003731,0.051096,-0.016023,-0.015672,-0.007638,0.007314,-0.056602,0.034838,-0.003641,0.007665,0.041813,0.008139,-0.027202,0.020467,0.026504,0.002808,-0.006893,-0.00909,-0.044044,0.009487,0.02459,-0.025999,-0.007822,-0.021647,0.042121,-0.002226,-0.002815,-0.017701,-0.021819,0.041452,0.00085,0.011803,0.008971,-0.015625,-0.027234,0.006378,-0.011051,-0.03823,0.044109,0.015464,0.024858,-0.019144,0.009767,0.01604,0.054929,0.164801,0.027543,0.025685,0.002016,-0.009792,-0.005242,0.025644,-0.008186,0.00237,-0.031147,-0.009812,-0.023304,0.035467,0.00439,-0.039719,-0.019498,0.052487,0.007683,-0.027051,-0.068545,0.02138,0.058763,0.015004,-0.018266,0.016595,0.019146,0.002591,-0.006079,0.03486,0.026632,0.04115,0.032263,-0.009409,-0.028221,-0.004327,-0.005352,0.024269,-0.008566,0.002596,-0.020925,0.06384,-0.036157,-0.009286,-0.044177,0.034967,-0.002868,-0.031964,-0.005322,0.042369,-0.030283,0.006547,0.012191,-0.008402,-0.036086,-0.012471,-0.017489,0.010202,-0.013592,-0.028402,-0.00952,-0.009199,-0.008877,0.003326,0.023634,0.025463,0.021862,-0.106756,0.013387,0.010075,-0.000892,0.031528,0.045691,-0.000416,-0.036813,0.022154,-0.028315,0.036825,0.017263,-0.020568,-0.023235,0.018458,-0.009795,0.030316,-0.000844,-0.023344,-0.016358,-0.019763,0.034627,-0.009237,-0.00267,0.040716,-0.040698,-0.021465,-0.017331,0.006298,0.007931,0.022578,-0.019036,0.027374,-0.014372,0.030325,0.027787,-0.013029,0.000776,-0.018126,0.01204,0.027797,-0.01354,-0.038374,0.016521,-0.015626,0.00035,-0.009207,-0.005458,-0.028577,0.02865,-0.020426,0.008974,0.010397,0.082377,0.008803,-0.032155,0.072873,0.00584,-0.018856,-0.024871,0.065958,0.018225,-0.0162,-0.03814,0.022849,0.012514,-0.023714,-0.031212,-0.027161,-0.02349,-0.025708,-0.0029,0.009811,0.002332,-0.031457,0.020574,0.006392,0.023529,-0.01274,0.023174,-0.022408,-0.012437,-0.024708,-0.00733,-0.005157,0.025044,-0.031783,-0.007054,-0.036663,0.024519,-0.048266,-0.06023,0.029868,-0.004846,0.003738,0.013126,-0.044663,-0.025182,0.038117,0.018888,0.028144,-0.030892,0.016618,0.003612,-0.014869,-0.00707,-0.003123,0.020308,-0.012855,0.027393,0.04594,-0.019615,-0.033384,0.046806,0.005905,0.01523,0.023588,0.030278,0.109563,0.003615,-0.000301,0.003453,-0.024283,0.028556,0.039174,0.0367,0.008485,-0.023042,-0.025517,-0.012735,-0.007892,0.032493,0.030554,0.010955,-0.003259,-0.000369,0.027334,-0.015864,0.10899,0.011668,-0.016926,-0.010084,0.008564,-0.006363,-0.001861,0.016385,0.01327,-0.010809,0.042764,0.038568,-0.032689,0.003992,-0.001518,0.040477,-0.043899,-0.011766,-0.008123,0.017229,0.022519,-0.02957,0.02314,-0.038585,0.027875,0.020857,-0.009579,-0.001737,-0.004656,0.074336,0.001295,-0.011643,0.064461,-0.019975,0.018833,0.037526,0.010772,-0.002487,-0.025901,-0.025507,0.038891,0.024815,0.01957,-0.013202,0.008519,-0.022749,-0.008578,0.036141,0.000285,-0.003866,-0.003363,-0.003315,0.029494,-0.006969,0.010643,0.009651,0.013809,-0.015217,-0.010685,0.021611,0.71925,-0.020901,0.037722,-0.008515,0.007335,0.044883,-0.00368,-0.019341,0.002503,-0.043001,0.0368,-0.01913,0.006435,0.022467,0.021215,-0.020326,0.012105,-0.014516,0.052991,0.000025,-0.013689,-0.043336,0.033247,0.058721,0.00545,0.065838,-0.000765,-0.045893,0.0169,0.02125,0.006293,-0.021818,-0.038558,-0.015278,-0.02118,0.013845,0.027486,0.018199,0.023352,-0.072302,0.004913,0.004006,0.01932,-0.002999,-0.000841,-0.025033,0.052835,0.010543,-0.000118,-0.02858,0.002164,-0.010385,0.000742,0.03607,-0.013956,-0.013957,0.005112,-0.042895,-0.021785,-0.02208,0.008176,0.029429,0.003409,0.064911,0.049819,0.032341,0.018657,-0.022512,0.004194,0.026806,0.055033,-0.117114,0.035675,0.01153,0.007945,0.006116,0.018911,0.016952,-0.023018,-0.017494,-0.001077,-0.068277,0.035989,0.022191,0.011903,0.02576,-0.062551,-0.002105,0.015648,-0.018208,-0.049726,0.015019,-0.026107,-0.051708,0.01823,-0.013038,-0.005767,0.022281,0.006395,0.00524,0.026236,0.016129,0.019007,-0.018751,-0.059098,-0.017413,0.016664,0.03286,0.05248,0.031052,0.017698,0.006299,-0.013812,-0.013055,-0.000983,0.010663,0.041201,-0.006111,0.013159,-0.00098,0.019849,-0.006096,0.019761,-0.006818,0.039904,-0.053269,-0.058848,0.058186,0.020759,-0.041802,-0.025136,0.014088,-0.012191,-0.012494,-0.04694,-0.028177,-0.020801,0.004827,0.028642,0.003788,0.005358,0.017482,0.007425,0.002681,0.028489,-0.005901,0.028109,0.030072,-0.014546,0.003519,0.033776,0.139103,-0.002668,-0.016055,-0.017652,-0.00068,-0.011474,0.029502,-0.016496,0.009876,0.068612,0.007428,0.039399,-0.002031,-0.022272,0.013818,0.034881,-0.000515,0.030278,-0.003417,0.009646,-0.01203,0.02149,-0.221101,0.011211,-0.044177,0.004663,0.003821,-0.033088,0.024573,0.015872,-0.016605,-0.017598,-0.011366,-0.005347,-0.047105,-0.002913,0.003786,-0.009024,0.04499,-0.051967,0.012081,-0.002102,0.047708,0.092116,-0.009583,0.095627,0.00533,0.026657,0.008168,0.016129,0.039813,-0.023781,-0.00589,0.040157,-0.015548,-0.053298,-0.006955,0.002701,-0.033379,0.051761,-0.027036,0.016079,0.037576,-0.007391,-0.008365,-0.005947,0.017379,0.003796,-0.00919,-0.005861,-0.02519,0.027183,0.011129,-0.027951,-0.032668,-0.027185,0.03464,-0.014083,0.012826,0.005219,-0.032441,0.001825,-0.001312,-0.001609,0.009041,-0.00781,-0.026779,0.012917,0.004163,-0.052255,0.034237,0.014622,0.021407,-0.012324,0.046561,0.03599,0.02983,0.167765,0.011155,0.024453,-0.000958,-0.012514,-0.001197,0.011057,-0.005402,-0.036182,-0.019557,0.001491,0.0011,0.024271,0.00694,-0.022005,-0.017884,0.0727,0.017388,-0.000856,-0.057066,0.026108,0.036142,-0.008992,0.015552,0.01135,-0.022826,0.001771,0.000526,0.00971,0.016118,0.033091,0.024821,-0.005912,-0.011648,0.003164,-0.009046,0.027076,-0.021025,-0.023178,-0.025691,0.035463,-0.021981,-0.010532,-0.030256,0.038999,-0.01108,-0.035026,-0.009681,0.026313,-0.012499,0.00253,-0.023522,0.000751,-0.024454,0.002733,-0.016136,0.025794,-0.019032,-0.008457,0.001885,0.005785,-0.004177,-0.017973,-0.005233,0.009864,-0.049958,-0.109142,0.004435,-0.014908,-0.001051,0.034441,0.047007,0.00215,-0.091892,0.026318,-0.042714,0.036199,0.017505,-0.053643,-0.026731,0.03939,-0.002949,0.058833,0.054135,-0.023871,-0.012186,-0.003376,0.041107,-0.008823,-0.037046,0.017098,-0.025452,-0.011465,0.001598,0.00667,0.027657,0.026608,-0.036438,0.001021,-0.001384,0.042403,0.012744,-0.017202,-0.002417,-0.002108,-0.005966,0.052595,-0.016493,-0.017384,0.004403,-0.010899,0.020001,-0.026466,-0.028982,-0.037294,0.012595,0.002359,0.015577,-0.002579,0.113333,-0.009422,-0.04244,0.040858,0.020127,-0.030389,-0.031703,0.057956,0.006926,-0.000053,0.007407,-0.013985,0.001,-0.016245,-0.036302,-0.004268,-0.018765,-0.012663,-0.019665,0.008149,0.016372,-0.016638,0.025365,0.013843,-0.002927,-0.002188,0.002646,-0.035056,-0.008409,-0.041292,-0.022674,0.022484,0.031583,-0.034004,-0.028421,-0.015521,0.017068,-0.045477,-0.05476,-0.01898,-0.005743,-0.011415,0.035821,-0.031156,0.022866,0.04278,0.042507,0.045751,-0.032594,-0.001701,0.022669,-0.030564,-0.017717,0.041307,0.019866,-0.00496,-0.005185,0.019349,-0.032565,-0.002613,0.023889,0.008757,0.022947,0.014151,0.00592,0.105156,0.014361,0.004373,-0.002099,-0.021006,0.036346,0.059664,0.042496,-0.010226,-0.025768,0.004916,-0.015427,0.003869,0.034617,-0.020837,-0.020198,-0.018361,-0.00386,-0.012482,-0.026761,0.100107,0.021921,0.022728,0.005365,0.024404,0.017335,0.021367,0.013352,-0.00133,0.014034,0.027732,0.048036,-0.013207,-0.018457,-0.007798,0.026059,-0.032951,0.00454,0.01607,0.009966,0.022528,-0.050122,0.005247,-0.0194,0.026654,0.010739,0.015891,0.012913,0.007509,0.078341,-0.007221,-0.019405,0.058905,-0.033988,0.014879,0.031207,-0.001696,-0.007207,0.034224,0.002161,0.048415,0.003389,-0.001762,-0.015014,0.007708,-0.018671,-0.003716,0.020476,-0.021479,0.033955,-0.03204,-0.009062,0.016504,0.021986,0.004837,-0.014633,0.012982,-0.037964,0.005428,0.009703,0.698108,-0.018421,0.040151,-0.019226,0.016372,0.020608,0.028101,0.002959,0.008292,0.002417,0.00644,-0.008912,0.026697,0.04657,0.044258,-0.024761,0.030708,0.005427,0.033788,-0.031971,-0.025702,-0.035275,0.033927,0.041226,0.004372,0.054069,0.023948,-0.01657,-0.000627,0.040311,-0.010169,-0.022102,-0.038565,-0.02106,-0.014248,-0.000613,-0.002002,0.044132,0.024981,-0.05006,0.012399,0.024112,0.038273,-0.005676,0.000985,-0.039438,0.026193,0.033841,0.000087,-0.013196,-0.001485,0.01148,-0.035669,0.045472,-0.0309,-0.011161,0.007789,-0.03113,0.024382,0.007387,0.028167,-0.003977,-0.003605,0.03191,0.064339,0.041023,-0.005454,-0.000498,0.014919,0.015458,0.047275,-0.084718,0.030835,0.010874,-0.01598,0.000083,0.00658,-0.009836,-0.002099,0.004547,0.026997,-0.09166,0.01776,0.025035,0.000217,0.02142,-0.020277,-0.004626,-0.001907,-0.014289,-0.040475,0.02556,0.014834,0.01566,0.011772,0.005905,0.001488,0.049104,0.000711,-0.018618,-0.005151,0.012839,-0.015499,0.022058,-0.048086,-0.011995,-0.003635,-0.014188,0.003828,0.039792,-0.010989,-0.046671,0.001846,0.008268,-0.041094,0.004197,0.022041,-0.02705,0.006278,0.001491,-0.000267,0.016172,-0.001796,-0.009446,0.034405,-0.046684,-0.029116,0.021228,0.026801,-0.022888,0.011719,-0.001951,-0.01304,-0.010709,-0.025165,-0.033358,-0.01105,-0.010095,-0.018667,-0.016791,0.002573,0.025443,0.007749,0.00285,-0.007845,0.028038,0.010415,-0.002648,-0.023306,0.007218,0.007961,0.152931,0.009096,-0.002421,-0.037915,0.003653,-0.006194,-0.010846,-0.001327,-0.016374,0.04436,0.013521,0.041404,0.01446,-0.005008,0.00516,0.082582,0.006704,0.015393,-0.002812,0.008222,0.002553,0.00367,-0.177077,0.004644,-0.053883,-0.000176,-0.011487,0.013775,0.021502,0.002952,0.00423,0.003575,0.034207,-0.018435,-0.020612,-0.029477,0.010977,-0.034428,0.035932,-0.006271,0.014427,-0.006314,0.040117,0.070876,-0.030268,0.137664,0.024847,-0.002755,-0.017657,0.027235,-0.007135,0.008804,0.004205,0.026129,0.014689,-0.037299,-0.037997,-0.013194,-0.031859,-0.002746,-0.027417,0.001468,-0.002337,-0.004237,-0.009574,0.014731,-0.004504,-0.010602,-0.014216,-0.054629,-0.021526,-0.009623,-0.011242,-0.004398,0.010902,-0.018032,0.040424,0.001747,0.006442,-0.014341,0.003075,0.017152,0.00072,0.033851,-0.007937,-0.001885,-0.045255,-0.013315,0.005624,-0.014056,0.014736,0.010404,0.030683,-0.018893,0.017938,0.007429,0.019652,0.160271,0.011977,0.03344,0.018004,0.010604,-0.020926,-0.010041,0.016572,-0.028555,-0.015956,0.016962,0.02152,0.015337,0.034795,-0.035387,-0.034288,0.07465,0.023928,-0.008199,-0.070466,0.008707,0.010053,-0.004066,-0.002831,0.044829,-0.02169,0.000088,0.030646,0.01695,0.038615,0.029284,0.02568,0.003244,0.001057,-0.006108,-0.040892,0.007114,-0.006379,0.019392,-0.003045,0.024734,-0.017149,0.016967,-0.036394,0.028064,0.008457,-0.029312,0.000585,0.027176,-0.027365,0.032446,-0.00911,0.030276,-0.033756,0.002855,-0.011302,-0.011552,-0.022826,-0.014204,0.000072,-0.001099,0.014702,-0.022732,-0.009289,0.028887,-0.012847,-0.085145,-0.004931,0.009305,0.02198,0.030885,0.016403,0.001961,-0.005494,0.016137,-0.005418,-0.014645,0.016704,-0.013872,0.009049,0.005523,0.034413,0.019891,0.00241,-0.010432,0.015268,0.01572,0.029322,0.002292,-0.014715,0.009096,-0.018767,0.009353,-0.00462,0.009578,0.019272,-0.001846,-0.008356,0.019256,-0.006203,0.032977,0.008741,0.024086,-0.00047,-0.014334,0.001358,0.027726,-0.013636,-0.01395,-0.018866,-0.023373,-0.005573,0.003911,-0.0238,-0.046451,0.008998,-0.022281,0.010757,0.00063,0.056047,0.009201,-0.038628,-0.001616,0.002763,0.015418,-0.002267,0.037255,-0.001404,-0.004108,-0.023867,-0.010972,-0.002006,-0.046519,-0.011893,-0.029154,-0.014544,-0.016333,0.006399,-0.002014,-0.011694,-0.003132,-0.004157,0.009082,0.011652,-0.009033,0.011716,-0.00702,-0.019003,-0.02595,-0.00095,-0.009775,0.03476,-0.012179,0.030815,-0.008352,-0.000677,-0.028443,-0.021782,-0.014592,-0.013588,0.017999,0.027106,-0.02615,-0.014095,0.043944,0.024851,0.014052,-0.010187,0.034138,0.016163,-0.014609,-0.009756,-0.026992,-0.003154,-0.023195,-0.020427,0.017003,-0.028388,0.0103,0.024665,-0.01227,0.023062,0.01486,0.006335,0.109919,-0.017021,-0.00538,-0.006744,0.000477,0.003305,0.056768,0.045886,-0.019948,-0.016185,-0.001809,0.002592,-0.026191,0.016389,0.04112,0.003783,0.007918,-0.031944,0.022892,-0.022649,0.007393,0.007838,-0.030545,0.004702,0.038427,-0.010838,-0.01586,0.026626,0.022751,-0.034012,0.042216,0.01132,-0.007749,0.000253,-0.011962,0.001572,-0.003283,0.015822,0.00499,0.010821,0.013695,-0.045406,-0.023083,0.001066,-0.007981,-0.003434,-0.012031,0.012012,0.027543,0.074139,-0.009314,-0.015306,0.026801,-0.014569,0.003076,0.017159,0.009479,0.005874,0.016884,0.028445,-0.009877,0.015268,0.001392,-0.011749,-0.031102,-0.032052,-0.023989,0.012678,-0.011707,0.002811,-0.018235,-0.01495,0.018876,-0.001385,-0.007342,-0.007478,-0.02373,-0.028953,0.017398,0.007668,0.78622,0.004706,0.002792,-0.028297,0.005311,0.010728,-0.012951,0.023943,0.004682,0.011545,0.000955,0.000773,-0.006358,0.014696,-0.003133,-0.02579,0.000195,-0.03532,0.007417,-0.022888,-0.023056,-0.00942,0.02666,0.025919,0.006903,0.03895,-0.00409,-0.027095,0.003692,0.018441,-0.053604,-0.00422,-0.008383,-0.002753,-0.007172,0.011969,0.015626,0.035149,0.01699,-0.087915,0.018687,0.001065,0.044431,-0.041055,0.021845,0.003832,0.023273,0.016857,-0.008586,-0.012602,0.010943,-0.000893,-0.000858,0.045268,0.017868,-0.03354,0.015043,-0.020308,0.006973,0.007311,-0.009949,-0.040539,-0.019068,0.062454,0.017734,0.04729,0.000943,0.001639,0.036801,0.01978,0.045644,-0.064542,0.037644,0.001613,-0.029211,0.005785,-0.001172,-0.022502,-0.014192,0.009494,0.0361,-0.099825,0.005279,0.019915,-0.010084,0.025515,-0.040058,-0.002801,0.004317,0.000719,-0.025473,0.012857,0.016728,0.016887,0.009569,0.015501,-0.011461,0.050836,0.006562,-0.013953,-0.015268,0.028025,-0.006121,0.022862,-0.037308,-0.019225,-0.005001,-0.014076,-0.025904,0.051653,-0.02134,-0.026578,0.011091,0.018142,-0.047034,0.000104,0.019675,-0.017207,-0.002782,-0.002919,-0.017869,0.022586,0.00212,-0.012757,0.031046,-0.044498,-0.017775,0.018544,0.017615,-0.019297,0.027432,-0.006461,-0.019955,-0.003464,-0.018837,-0.033082,-0.015737,-0.006107,-0.016088,-0.001136,-0.004396,0.043598,0.018277,0.002452,-0.001555,0.024082,0.018409,-0.004922,-0.009977,0.009406,-0.000754,0.132115,0.006893,-0.005101,-0.030226,0.001071,-0.005916,-0.008114,-0.008513,-0.007352,0.042483,0.025616,0.026707,0.021183,0.006072,0.004451,0.083746,0.018192,0.011917,-0.002901,0.017061,-0.000137,0.00568,-0.172772,-0.001486,-0.054545,0.001836,-0.00581,0.01263,0.021321,0.005207,0.001515,0.000788,0.045146,-0.00936,-0.021129,-0.024778,0.021516,-0.046037,0.009598,-0.009677,0.018895,-0.010805,0.031444,0.086703,-0.038416,0.123323,0.038844,-0.010555,-0.041476,0.029815,-0.000805,0.009041,-0.006974,0.032371,0.012967,-0.052408,-0.035325,-0.014888,-0.016463,0.003045,-0.017313,0.009723,-0.00275,-0.015495,0.002142,0.025884,-0.014997,-0.018611,-0.008325,-0.051233,-0.026898,-0.007812,-0.018186,0.004391,0.013969,-0.017935,0.055403,0.005921,0.008781,-0.007259,0.007089,-0.003522,0.003793,0.025317,-0.010934,-0.004036,-0.046617,-0.011002,-0.0025,-0.03387,0.012019,0.008421,0.025481,-0.015525,0.008758,-0.009755,0.021559,0.140404,0.008405,0.027279,0.013533,0.013458,-0.030586,0.010203,0.017694,-0.03801,-0.024872,0.015881,0.021748,0.028164,0.013906,-0.032663,-0.040456,0.073302,0.023296,-0.014446,-0.078957,-0.008848,0.017046,0.008413,0.003819,0.045152,-0.034584,-0.000946,0.030183,0.020883,0.035352,0.014167,0.02083,-0.010031,-0.011735,-0.00056,-0.055144,0.012588,0.006425,0.009258,0.012399,0.02409,-0.00277,0.00836,-0.018281,0.042827,0.006276,-0.031521,-0.00356,0.043402,-0.02983,0.02469,-0.000999,0.031384,-0.036149,-0.008469,-0.022595,-0.004563,-0.002409,-0.016924,0.008266,-0.00221,0.01007,-0.020831,0.003818,0.040965,-0.010204,-0.087257,0.006248,0.009908,0.022828,0.018803,0.024404,0.00805,0.001652,0.013693,0.003858,0.026899,0.007563,-0.025379,0.017315,-0.005467,0.025837,0.024263,-0.001041,-0.020364,0.017587,0.014243,0.032293,0.010131,-0.015563,-0.001268,-0.006511,0.011507,-0.005051,-0.010195,0.015642,0.017185,-0.013588,0.026449,0.009525,0.029484,0.010807,0.03251,0.010974,-0.012843,0.012238,0.024047,-0.015351,-0.012269,-0.015673,-0.043214,-0.004849,-0.004075,-0.021825,-0.048682,0.001503,-0.014249,0.003107,0.001526,0.082263,0.008081,-0.03889,0.003158,0.000874,0.025495,0.001906,0.028103,-0.001572,-0.019789,-0.023963,-0.009637,0.001407,-0.035687,-0.013498,-0.019415,-0.010907,-0.014079,0.000819,-0.011224,-0.026457,0.010677,-0.005001,-0.004356,-0.002971,-0.011811,0.019115,-0.009637,-0.033657,-0.012945,-0.002355,-0.004611,0.022072,-0.014615,0.027959,-0.012013,-0.009736,-0.038792,-0.019026,-0.025913,-0.009003,0.015107,0.043967,-0.024969,-0.017212,0.050636,0.02162,0.022245,-0.024653,0.03543,0.022406,-0.033278,-0.013232,0.013578,-0.017135,-0.033681,-0.008967,0.023525,-0.028536,0.021147,0.027066,0.004848,0.017055,0.01686,0.010158,0.114098,-0.025239,0.007685,-0.015308,0.003168,0.004233,0.051682,0.036055,-0.018061,-0.012084,0.006074,0.007027,-0.037509,0.016592,0.032624,-0.010094,0.01069,-0.030288,0.021327,-0.020295,0.010037,0.014612,-0.036532,0.005305,0.035631,-0.013047,-0.022389,0.015791,0.028044,-0.026865,0.037896,-0.000367,-0.014747,-0.007134,-0.01478,-0.009926,0.001314,0.024392,0.002388,0.009958,0.009175,-0.038597,-0.013052,-0.008609,-0.005451,0.000612,-0.011239,0.006223,0.022123,0.056702,-0.021628,-0.01997,0.020067,-0.015691,0.010359,0.024982,0.016271,0.019291,0.018399,0.029646,-0.024463,0.019841,-0.018036,-0.015142,-0.029714,-0.030427,-0.031231,0.017656,-0.023356,-0.003576,-0.021064,-0.013917,0.030591,0.003021,-0.007674,-0.020524,-0.017013,-0.026857,0.014792,0.01186,0.781665,0.005363,-0.003699,-0.025466,0.008228,0.023198,-0.022576,0.024938,0.001118,0.024432,-0.000628,0.004833,-0.007875,0.013763,-0.000662,-0.034116,-0.007526,-0.03189,0.011864,-0.006466,-0.020127,-0.001432,0.029168,0.020412,0.005703,0.043323,0.00061,-0.018321,0.005791,0.019591,-0.045518,-0.004698,0.006693,-0.001758,-0.020924,0.013395,0.008923,0.038,-0.001225,-0.084115,0.019126,-0.012016,0.033758,-0.030837,0.03214,0.003156,0.021812,0.015341,-0.000635,-0.005506,0.015733,-0.000971,-0.000902,0.036289,0.022159,-0.048146,0.019365,-0.018208,0.022166,0.007783,-0.015187,-0.045812,-0.017176,0.063216,0.018765,0.042234,-0.006524,0.002225,0.029368,0.02178,0.067624,-0.082364,0.025274,0.007689,-0.016346,0.014724,0.008731,0.010128,0.013818,-0.001894,0.032172,-0.109756,0.01646,0.041281,0.009249,0.020441,-0.027823,-0.015317,-0.004407,-0.010248,-0.0619,0.022559,0.008391,-0.00683,0.033525,0.005645,-0.009778,0.057924,-0.015896,-0.021794,-0.011908,0.019831,-0.01699,0.005924,-0.046682,0.005463,-0.012917,0.007799,0.010221,0.056154,0.007411,-0.04936,-0.004719,0.022733,-0.030836,0.014099,0.03486,-0.010333,0.016424,-0.007102,-0.010337,0.023215,-0.003084,-0.013696,0.025876,-0.03548,-0.025564,0.011124,0.026676,-0.031122,0.014095,0.008562,-0.008777,-0.014199,-0.020456,-0.030736,-0.012475,-0.016495,-0.015181,-0.018506,-0.011148,0.020947,-0.000905,-0.004893,0.00521,-0.007023,-0.000406,-0.016035,-0.02855,0.01738,0.012933,0.145204,0.010649,-0.01273,-0.031466,0.006302,-0.015674,-0.005974,-0.019023,0.000563,0.039683,0.023425,0.038841,0.017681,-0.000915,-0.000239,0.081264,0.013695,0.013058,0.006583,0.010992,0.011156,0.012596,-0.154337,-0.009907,-0.062005,0.003936,-0.007508,0.001086,0.017323,0.006423,0.013689,0.017863,0.03673,0.003094,-0.016603,-0.031003,-0.001892,-0.038746,0.040543,-0.031515,0.005182,0.001258,0.064709,0.082919,-0.030071,0.140835,0.019657,-0.012116,-0.019865,0.029517,0.001885,0.001779,-0.006895,0.019591,0.001758,-0.029387,-0.029779,-0.014682,-0.020902,-0.012977,-0.036197,0.009297,0.001074,0.001758,-0.014758,0.015791,-0.001084,-0.01009,-0.026855,-0.045275,-0.020498,-0.005158,-0.016012,-0.010247,-0.001084,-0.037468,0.038736,-0.002923,0.011827,-0.010108,-0.008945,0.015347,0.000484,0.032737,-0.005819,-0.002877,-0.025045,-0.012997,0.002244,-0.019182,0.012515,0.028393,0.030398,-0.014319,0.012279,0.011121,0.023928,0.178424,0.01506,0.036485,0.010473,0.005203,-0.010481,0.014742,0.01366,-0.035117,-0.017338,-0.00125,0.012161,0.024099,0.04016,-0.029577,-0.031034,0.067801,0.029291,-0.017619,-0.068413,0.017656,0.003172,-0.005473,0.006958,0.035915,-0.020966,0.011121,0.02079,0.033077,0.04526,0.035088,0.01293,0.001774,-0.011495,-0.006079,-0.043635,-0.00412,-0.008105,-0.00042,-0.005315,0.03426,-0.034355,0.016971,-0.040658,0.030078,0.012388,-0.02314,0.001225,0.03599,-0.044349,0.017038,0.004968,0.025509,-0.033252,-0.004871,-0.004157,0.013355,-0.02959,-0.004451,0.009942,-0.000678,0.027143,-0.007809,0.003959,0.027584,-0.009203,-0.074641,0.010233,-0.003062,0.016097,0.026423,0.028112,0.003216,0.004099,0.003904,-0.007216,-0.043426,0.01352,-0.01876,-0.0016,0.00329,0.028629,0.029574,0.013221,-0.013057,0.020133,0.004389,0.012436,0.009671,-0.019369,0.019537,-0.026982,0.001488,-0.006046,-0.005547,0.018059,0.014108,-0.03007,0.018005,-0.009621,0.032406,0.015686,0.002265,-0.006803,-0.032529,0.015707,0.035972,-0.015273,0.000149,-0.027289,-0.018929,0.000687,0.01486,-0.012783,-0.044033,0.00317,-0.020168,0.009715,0.0038,0.083664,0.002897,-0.042113,0.000125,-0.00084,-0.000241,-0.0005,0.037802,0.014899,-0.004624,-0.014858,-0.020381,0.000538,-0.042715,-0.023834,-0.051459,-0.020045,-0.010554,-0.015932,0.021182,-0.009958,0.012544,0.008259,0.016452,0.000659,-0.020279,0.011814,-0.008265,-0.019846,-0.044341,-0.000228,0.009811,0.042578,-0.023002,0.02848,-0.015212,0.006081,-0.035699,-0.027029,-0.014234,-0.007877,0.022154,0.041415,-0.041003,-0.008472,0.0544,0.028786,0.025267,-0.004052,0.01237,0.012508,-0.010791,-0.008341,-0.029543,-0.007085,-0.01572,-0.01178,0.026096,-0.048976,0.014663,0.019233,-0.000408,0.022543,0.018178,-0.003049,0.112433,0.005062,-0.005612,-0.003811,0.007957,0.000436,0.04838,0.037099,-0.009771,-0.010071,0.007744,0.022869,-0.020508,0.015342,0.050479,-0.002586,0.0091,-0.034169,-0.000322,-0.025418,0.006786,0.011759,-0.031542,-0.016824,0.002246,0.002816,-0.011476,0.018094,0.008901,-0.038004,0.050784,0.000421,-0.018548,-0.009858,-0.010722,0.015588,0.003869,0.013802,0.009858,-0.014286,0.024783,-0.057103,0.006052,-0.002526,0.012719,-0.001916,-0.012289,0.00908,0.033218,0.087863,-0.01038,-0.015403,0.028765,-0.019639,-0.005608,0.024682,0.007592,0.010242,0.005386,0.025004,-0.008626,0.016398,-0.023858,-0.015087,-0.021766,-0.039113,-0.020626,0.016322,-0.00463,0.004043,-0.020202,-0.005245,0.019038,-0.013443,-0.004912,-0.01525,-0.020023,-0.023189,0.009219,0.009248,0.763629,-0.001759,0.023663,-0.027784,0.010639,0.018263,-0.006841,0.032285,0.015831,0.005223,-0.00784,0.007535,0.007688,0.029523,0.000316,-0.029878,0.001109,-0.023613,0.00452,-0.018552,-0.018097,-0.007427,0.035798,0.031128,0.012572,0.026653,0.016377,-0.038708,0.004239,0.005477,-0.052235,-0.005926,-0.002416,0.021757,-0.018055,0.013681,0.002752,0.050309,0.026461,-0.08324,0.030366,0.011622,0.024961,-0.022026,0.013104,-0.006238,0.033995,0.036592,-0.00086,-0.006462,-0.014763,0.01523,-0.007522,0.043916,0.01923,-0.022748,0.009271,-0.025007,0.003101,0.019569,0.008346,-0.034053,-0.016084,0.053625,0.035236,0.028502,0.011289,0.010066,0.030279,0.021276,0.055364,-0.086183,0.029958,0.021345,0.002064,0.002722,0.018405,-0.010497,0.011152,0.016578,0.020071,-0.091123,0.000248,0.020085,-0.014888,0.012335,0.002128,-0.001071,-0.008168,-0.013731,-0.06574,0.018761,0.017162,-0.002414,0.031135,0.009482,-0.00036,0.043811,-0.000505,-0.011989,-0.003532,0.017374,-0.022269,0.015581,-0.063242,0.00351,-0.013252,0.013586,0.000005,0.037557,-0.009049,-0.056385,0.001762,0.003183,-0.028237,0.008937,0.013617,-0.012082,0.007039,-0.002007,-0.013263,0.026465,-0.00816,-0.015302,0.033885,-0.043748,-0.019929,0.009512,0.031025,-0.014213,0.017362,0.002667,-0.00824,-0.004936,-0.021912,-0.037733,-0.00939,-0.008853,-0.018512,-0.013811,-0.002024,0.017674,0.007392,0.008103,-0.019965,0.006963,0.012972,0.010165,-0.018212,-0.000518,-0.00403,0.16564,0.016387,-0.017504,-0.03731,0.002299,0.00657,-0.006888,-0.011391,-0.017157,0.028482,0.004137,0.034235,0.015342,-0.007917,0.011367,0.066811,0.000911,0.034603,0.007872,-0.012647,-0.004963,0.0102,-0.210562,0.008311,-0.033477,0.001781,-0.011632,0.011187,0.012741,-0.005747,0.020607,-0.011386,0.009488,0.000177,-0.023743,-0.010705,-0.008036,-0.02668,0.060881,-0.005784,0.015951,-0.019834,0.0448,0.067818,-0.027279,0.135043,0.018787,-0.006118,-0.00665,0.029285,-0.016724,0.007607,-0.002098,0.014551,0.003682,-0.036238,-0.034525,-0.00535,-0.019204,-0.013165,-0.018405,0.00765,0.017778,-0.00141,-0.02348,0.004972,-0.013915,-0.01403,-0.012246,-0.039313,-0.0215,-0.007236,-0.000641,-0.02341,0.001303,-0.027236,0.05304,0.01517,0.00957,-0.000714,-0.013466,0.029092,0.016407,0.031212,-0.011187,-0.004191,-0.038582,-0.012555,-0.00527,-0.027237,0.015212,0.004449,0.025427,-0.034221,0.022716,0.001984,0.039052,0.170976,0.003386,0.041792,0.009776,-0.00266,-0.005361,0.014019,0.001942,-0.031894,-0.010485,0.014939,0.011056,0.006642,0.0401,-0.033255,-0.033834,0.071301,0.015875,-0.033984,-0.065125,0.020697,0.033339,0.005506,-0.015218,0.041577,-0.004722,0.006007,0.025838,0.013597,0.028352,0.034415,0.032502,0.008973,0.002049,-0.011995,-0.052516,0.014965,-0.015427,0.021072,0.005558,0.03334,-0.017774,0.00212,-0.048858,0.029896,0.001226,-0.028921,0.000935,0.027761,-0.03559,0.028432,-0.006265,0.032403,-0.023747,0.003883,-0.016879,-0.007716,-0.025534,-0.014893,0.009673,-0.002925,0.027795,-0.019339,-0.000399,0.012366,0.008893,-0.082014,0.01354,-0.014557,0.010464,0.013538,0.02979,0.003118,0.002972,0.012621,0.011032,-0.044129,0.009664,-0.001119,-0.004087,-0.004342,0.030107,0.038326,0.006494,-0.00785,0.035343,0.02185,0.016305,-0.000218,-0.006526,0.015713,-0.021736,-0.00669,-0.010659,0.011008,0.013331,-0.001459,-0.0165,0.011453,-0.002217,0.042472,0.003175,0.022695,0.004455,-0.025202,-0.004213,0.02026,-0.009154,-0.014769,-0.012367,-0.025783,-0.006945,0.007641,-0.017954,-0.045744,0.007947,-0.037768,-0.012569,0.005021,0.067081,0.002166,-0.052971,0.023606,-0.000381,0.008505,-0.005112,0.031769,0.019554,-0.024051,-0.019415,-0.01379,0.001407,-0.058053,-0.007633,-0.03508,-0.008425,-0.009963,0.021194,0.011916,-0.00522,-0.02351,0.007359,0.023155,0.000363,-0.001279,0.01506,-0.007558,-0.022509,-0.019875,0.014194,0.016501,0.032424,-0.019582,0.036048,-0.013338,0.012037,-0.032228,-0.033288,-0.006726,-0.007453,0.017594,0.019725,-0.036851,-0.014193,0.045732,0.038065,0.038863,-0.006369,0.032515,0.017221,-0.010721,-0.011122,-0.017139,-0.004245,-0.021715,-0.025231,0.024325,-0.015556,0.000609,0.029635,-0.015865,0.022428,0.00814,0.020951,0.107296,-0.011655,0.019338,-0.011055,-0.008701,0.013803,0.06584,0.040894,-0.016389,-0.00393,-0.003091,0.004368,-0.023096,0.023278,0.026685,0.014525,-0.006206,-0.014725,0.004069,-0.023775,0.022643,0.017927,-0.024448,0.007256,0.023577,-0.010768,0.002941,0.010232,0.012701,-0.032278,0.047689,0.01891,-0.020241,0.005506,-0.02723,0.023238,0.00481,0.008388,0.018328,-0.00604,0.010059,-0.032606,0.00259,0.005552,0.006879,0.014106,-0.007609,-0.009368,0.017307,0.072192,-0.002659,-0.011927,0.04319,-0.018793,-0.001459,0.028257,0.043742,-0.002147,-0.016958,0.00885,-0.005518,0.019939,-0.014636,-0.017202,-0.03584,-0.04398,-0.019622,0.018042,-0.016631,0.007315,-0.023435,-0.004431,0.014849,0.004965,0.001836,0.00492,-0.005028,-0.023827,0.010562,0.010805,0.763066,0.010116,-0.00152,-0.042717,0.000723,0.013963,-0.006067,0.025328,0.011558,0.004165,0.006856,-0.000482,0.004648,0.009439,-0.006637,-0.018954,0.006536,-0.037869,0.007333,-0.009078,-0.01768,-0.026825,0.056954,0.033088,0.011877,0.03299,-0.015234,-0.024037,0.021069,0.008519,-0.037896,0.004409,0.000034,-0.004138,-0.013875,0.008145,0.017928,0.030149,0.018653,-0.081657,0.037845,0.004587,0.043781,-0.04594,0.034171,-0.013099,0.024978,0.010528,0.004634,0.001063,0.013896,0.009131,0.029765,0.044715,0.012909,-0.026024,0.011957,-0.026347,0.002478,0.005039,0.000908,-0.018821,-0.019906,0.045009,0.011134,0.051122,0.01244,0.000647,0.034242,0.026148,0.082982,-0.089965,0.025897,0.019411,0.014092,0.002091,0.0167,-0.011856,0.018954,0.019089,0.014459,-0.097578,0.04562,0.05621,0.02162,0.050194,-0.004623,0.006797,0.023744,-0.032111,-0.033955,0.041339,0.014319,0.011065,-0.003485,0.007878,-0.014194,0.032521,-0.014256,-0.042906,0.012737,0.002899,-0.017392,0.014878,-0.055586,-0.000559,0.006372,-0.020811,-0.032727,0.061627,-0.025397,-0.031689,-0.003419,0.031763,-0.048633,0.011294,-0.006446,0.013347,0.009489,0.000302,0.043045,-0.001587,0.002479,-0.01505,0.006212,-0.045574,-0.037045,0.027552,0.003812,-0.000685,0.002539,0.001555,-0.020487,-0.018188,-0.023862,-0.019644,-0.00832,-0.007593,-0.01647,0.003671,-0.000561,0.022988,-0.00922,0.001521,0.024032,0.030313,0.022025,0.002028,-0.033926,0.005669,0.011764,0.167782,0.028142,0.004806,-0.046156,0.006406,-0.022608,-0.003357,-0.025642,-0.000803,0.026934,0.027918,0.017492,-0.009844,-0.000137,0.028847,0.043895,-0.01128,-0.002195,0.024955,-0.02786,-0.020637,0.019289,-0.203623,0.013233,-0.066173,-0.026878,0.036793,0.006098,0.021623,-0.020117,0.001159,0.027816,0.00986,0.013131,-0.038218,-0.041693,-0.009197,-0.04847,0.05228,-0.02183,0.004151,0.015094,0.041168,0.089025,-0.028513,0.088522,0.006177,0.020989,-0.012111,0.019439,-0.001021,0.024514,0.0014,0.002304,-0.023784,-0.056859,-0.028384,-0.006821,-0.036717,0.014272,-0.010611,0.003442,0.015447,0.000095,0.004849,0.000128,-0.022097,-0.037807,-0.001095,-0.037322,-0.0315,-0.010108,-0.013211,-0.000995,0.007343,-0.00093,0.054061,0.022463,0.004411,-0.023098,-0.026843,0.047142,-0.009491,0.051707,0.012522,-0.008486,-0.034301,-0.05051,0.029491,-0.029836,0.004966,0.008267,0.043607,-0.024215,0.004198,0.029198,0.020304,0.187804,0.0006,0.031492,0.003372,0.041618,-0.035838,-0.008969,-0.015345,-0.017489,-0.026283,0.045668,0.035729,0.06109,0.008294,-0.058671,-0.021645,0.069477,0.025395,-0.015856,-0.07076,-0.001726,0.013553,0.066215,-0.018487,0.045853,-0.022938,-0.004937,0.000793,0.034324,-0.033638,-0.005498,0.018264,-0.024788,-0.015578,0.017446,-0.015754,0.008277,-0.014461,-0.01084,0.008997,0.036212,-0.018022,-0.003083,-0.02128,0.019693,-0.010176,-0.054086,0.003866,0.004657,-0.055806,0.026096,-0.006245,0.055811,-0.016039,-0.017435,0.029461,-0.000369,-0.013321,-0.002204,-0.003518,-0.003614,0.043005,0.016017,-0.026343,0.041792,0.012528,-0.143291,0.01974,0.008436,0.006216,0.04892,0.04216,-0.026936,0.00469,0.010718,-0.004293,0.040328,0.014783,0.004125,-0.008391,0.014737,-0.000025,0.001083,-0.010812,-0.017847,0.017422,0.015901,0.053432,-0.018777,-0.027566,0.011902,-0.024713,-0.020294,-0.033446,0.028664,0.032219,0.013354,-0.04667,0.017789,0.024204,0.009401,0.014726,-0.006589,-0.02618,-0.008579,-0.027703,0.025758,-0.014912,-0.021138,-0.021377,-0.009024,0.011776,0.033331,-0.032186,-0.038087,0.00211,-0.030085,-0.008326,0.012265,-0.002495,0.013351,-0.039058,-0.029714,0.022217,0.025245,-0.008141,0.060236,0.007106,-0.030396,-0.049099,0.005853,0.015894,-0.064877,-0.000742,-0.007125,0.006729,0.01293,0.040333,-0.008144,0.004485,-0.012512,0.013065,0.028503,0.026252,-0.024387,-0.010998,-0.021316,-0.01865,-0.040362,0.020902,-0.00438,0.042144,-0.02645,0.007226,0.028166,-0.037291,-0.01235,-0.051613,-0.01207,-0.032891,-0.01387,0.023128,-0.008927,0.036967,0.055519,0.014014,0.041849,-0.001101,0.021393,0.018204,-0.04069,-0.043096,0.070839,0.00419,-0.037475,0.008988,0.023024,-0.014439,-0.018885,0.029209,0.004929,0.029312,-0.011045,0.033485,0.110598,-0.000737,-0.02697,-0.01322,-0.009691,-0.005254,0.038235,0.081506,-0.004036,-0.009444,0.012897,-0.019474,0.002291,0.005292,-0.014173,0.018431,-0.007628,-0.036201,-0.019528,-0.012822,-0.059315,0.03264,-0.010797,0.000328,0.017893,0.00889,-0.026624,0.02869,0.067106,-0.012894,0.056816,0.009969,-0.024977,0.002545,-0.023448,0.019966,0.015225,-0.004954,0.001743,-0.008127,0.034791,-0.035785,0.014085,-0.01174,0.004893,0.006868,-0.0163,-0.017242,0.012109,0.05786,-0.007753,0.012616,0.054521,-0.006711,-0.011939,0.011576,0.005652,0.002076,0.018945,-0.003638,0.015314,0.056661,0.00561,0.03076,-0.007311,-0.035079,-0.015542,0.018908,-0.013364,0.027725,-0.00083,0.007436,-0.002646,0.012591,-0.00828,-0.013642,-0.007862,-0.014028,0.011352,0.038666,0.688134,-0.01829,0.027272,-0.040477,-0.017115,0.030377,-0.027359,0.013501,0.006344,0.023402,0.014839,-0.010709,-0.012085,0.022182,0.004151,-0.023121,-0.006599,-0.002455,0.04745,-0.035279,-0.020254,-0.035913,0.046609,0.020272,-0.000981,0.020539,0.008731,-0.032324,0.037593,0.03965,-0.029134,-0.004703,-0.035183,0.013672,-0.033203,0.046534,0.009395,0.030755,0.029115,-0.072665,0.016411,0.01589,0.02841,-0.033494,0.001067,-0.01702,0.003944,0.024099,-0.029894,0.003854,-0.005414,0.045436,0.001295,0.048643,-0.009212,-0.021402,0.010401,-0.003765,0.015504,0.012295,-0.030832,-0.035546,-0.01181,0.040452,0.024861,0.001997,0.033274,-0.004365,0.042862,0.004583,0.042953,-0.082356,0.018399,0.008664,-0.017689,-0.006353,0.013249,-0.010105,0.002304,0.005484,0.018778,-0.085691,0.01992,0.022328,0.003316,0.024188,-0.00921,-0.007319,-0.0024,-0.02138,-0.036299,0.033304,0.012699,0.018238,0.018977,0.012287,-0.003987,0.03819,-0.0038,-0.019274,-0.002926,0.004955,-0.019228,0.0182,-0.049533,-0.012852,-0.010352,-0.014866,0.007538,0.032888,-0.005926,-0.046405,0.011914,0.011187,-0.038828,0.007725,0.020946,-0.02922,0.012125,0.007541,-0.003224,0.022485,-0.001294,-0.008426,0.031308,-0.043224,-0.029215,0.025538,0.023718,-0.016622,0.00487,-0.006406,-0.001097,-0.002549,-0.030585,-0.025082,-0.014912,-0.005305,-0.021713,-0.025567,0.004653,0.02934,0.003319,0.003522,-0.004832,0.019603,0.008255,-0.002407,-0.018852,0.00317,0.010164,0.172607,-0.010533,-0.008308,-0.032961,0.007722,0.002418,-0.008307,0.001339,-0.021598,0.033479,0.01022,0.040039,0.003799,0.003584,0.002527,0.091035,-0.003834,0.017983,-0.010153,0.007735,0.001669,0.01094,-0.164426,0.003948,-0.054386,0.007457,-0.01526,0.017458,0.019366,0.012427,0.008321,0.006537,0.029234,-0.018101,-0.016539,-0.027484,-0.005836,-0.032376,0.037355,0.001194,0.010948,-0.006116,0.049558,0.065338,-0.018093,0.134332,0.022162,-0.006672,-0.014933,0.02506,-0.010494,0.00418,0.014944,0.021084,0.019479,-0.022897,-0.035581,-0.00883,-0.029116,-0.008954,-0.02886,0.006114,-0.00703,0.00389,-0.014779,0.013549,-0.004297,-0.004989,-0.012834,-0.047663,-0.009905,-0.004371,-0.013606,-0.005424,0.013122,-0.014254,0.031597,0.005824,0.003578,-0.018847,0.010199,0.035974,0.00848,0.043393,-0.005273,-0.00759,-0.043495,-0.009823,-0.0019,-0.010565,0.010034,0.011891,0.026356,-0.010911,0.016143,0.013182,0.022017,0.154202,0.005402,0.034116,0.017826,0.010974,-0.014081,-0.012251,0.018334,-0.023633,-0.006365,0.009104,0.026682,-0.004187,0.034197,-0.035495,-0.043727,0.066444,0.025064,-0.012526,-0.06239,0.009933,-0.000368,-0.011946,-0.007893,0.039378,-0.020842,-0.000087,0.024843,0.012426,0.032822,0.025519,0.031209,0.007414,-0.000588,-0.010875,-0.03387,0.005107,-0.000304,0.009533,-0.0067,0.013493,-0.031809,0.019008,-0.027712,0.037776,0.011223,-0.028256,0.004519,0.028194,-0.019942,0.038902,-0.006564,0.026368,-0.022282,0.00253,-0.006302,-0.015807,-0.022895,-0.014908,-0.00899,-0.00901,0.013551,-0.026547,-0.014587,0.025994,-0.013384,-0.087034,-0.009188,0.004893,0.019225,0.030705,0.018803,-0.002379,-0.008073,0.012441,-0.003846,-0.034153,0.013624,-0.007905,0.010922,0.00409,0.033499,0.011964,-0.002819,-0.008044,0.013899,0.009137,0.005417,-0.002194,-0.01574,0.006812,-0.026372,0.007023,-0.009863,0.01098,0.019632,-0.01145,-0.005081,0.01152,-0.0044,0.027377,0.011839,0.014311,-0.005671,-0.01042,0.007044,0.027037,-0.005282,-0.005877,-0.022106,-0.017651,-0.008274,0.004638,-0.013852,-0.045849,0.007213,-0.022989,0.014,-0.001725,0.039107,0.005648,-0.034145,-0.010816,-0.003347,0.012428,0.003196,0.022198,0.004565,0.006292,-0.023735,-0.004712,0.007098,-0.04117,-0.013884,-0.036391,-0.017443,-0.022094,-0.005149,-0.000139,-0.010482,-0.000966,-0.005438,0.016221,0.009086,-0.013257,0.009835,-0.007036,-0.015422,-0.023893,-0.017037,-0.000353,0.037108,-0.007094,0.033432,-0.007149,-0.005536,-0.021135,-0.020616,-0.011368,-0.012583,0.021087,0.022252,-0.025387,-0.010859,0.042741,0.024289,0.01753,0.000375,0.02799,0.007587,-0.01169,-0.005292,-0.067836,0.003323,-0.017335,-0.023019,0.00391,-0.023312,0.009581,0.024642,-0.024932,0.015247,0.007539,0.002104,0.111118,-0.017851,-0.006293,-0.006897,0.004803,-0.000325,0.049378,0.050227,-0.023585,-0.012137,-0.001668,-0.013696,-0.029282,0.016675,0.054536,0.002194,0.01344,-0.032327,0.019142,-0.018643,-0.01202,0.01244,-0.035567,0.000438,0.032193,-0.005787,-0.011806,0.034192,0.025753,-0.027452,0.039631,0.012067,-0.012304,0.001078,-0.013525,0.006811,-0.002255,0.006169,-0.003541,0.004643,0.001029,-0.038876,-0.022388,0.002779,-0.018728,-0.001731,-0.006369,0.01704,0.023342,0.072581,-0.002456,-0.013996,0.037338,-0.00929,0.008786,0.0047,0.004835,0.002654,0.015611,0.030972,0.000746,0.01051,0.000788,-0.004852,-0.036514,-0.024895,-0.009174,0.019835,-0.021154,-0.002995,-0.013384,-0.015331,0.010742,-0.007488,-0.006558,-0.003464,-0.026478,-0.012472,0.010095,0.00778,0.794888,0.00439,0.009866,-0.024772,0.00325,0.006728,-0.002474,0.024046,0.000546,0.013585,0.005207,-0.000281,-0.004554,0.010561,-0.004614,-0.018292,-0.000852,-0.034984,-0.00303,-0.026052,-0.015825,-0.015286,0.01661,0.026903,0.006832,0.045146,-0.001794,-0.031451,0.004625,0.013281,-0.052293,-0.00854,-0.004198,-0.004187,-0.006929,0.003901,0.007809,0.02269,0.020132,-0.100817,0.019061,0.000775,0.037129,-0.037819,0.024151,0.011055,0.018709,0.017888,-0.00723,-0.006534,0.009318,0.004434,-0.006151,0.051178,0.01633,-0.023231,0.01097,-0.02029,0.004214,0.002158,-0.018384,-0.039234,-0.015361,0.064011,0.015403,0.053866,0.004647,0.010721,0.037631,0.017611,0.059129,-0.092253,0.027012,0.012184,0.005548,0.002169,0.012555,-0.022971,-0.021578,-0.003122,0.035216,-0.077311,0.027702,0.055546,-0.013091,0.007803,-0.032101,0.007127,0.03591,-0.01874,-0.025088,0.004704,-0.019784,-0.010249,0.025647,0.01599,0.007116,0.054178,0.02046,-0.036244,0.010245,0.010034,0.002073,0.023704,-0.06046,0.002693,-0.023036,-0.014933,-0.013317,0.045145,0.024817,-0.014511,-0.00656,-0.021107,-0.009496,0.004016,0.022202,0.007808,-0.004921,-0.001348,0.022739,-0.007477,-0.017783,-0.008862,0.026419,-0.04312,-0.033178,-0.006017,0.016094,-0.032118,-0.012676,-0.001824,-0.014287,-0.012011,-0.008107,-0.0241,-0.00317,-0.003156,0.021806,0.026504,-0.007143,0.027527,0.004858,0.008107,-0.023187,0.021173,0.035438,0.007558,-0.007734,-0.006955,0.010537,0.145294,0.013521,0.018673,-0.004024,-0.002815,-0.001553,0.013982,-0.024755,-0.014152,0.071451,0.002675,0.014566,0.010336,-0.001509,0.010154,0.072277,0.017622,0.016017,0.013159,-0.007541,-0.013505,0.010406,-0.191178,0.001875,-0.040912,0.00629,0.017626,0.002843,-0.006424,-0.013045,0.029552,-0.003941,0.010272,-0.003796,-0.029954,-0.003133,-0.021294,-0.04954,0.026382,-0.032364,0.010798,-0.015609,0.05158,0.075532,-0.025781,0.09357,0.036716,0.025593,0.009191,-0.021281,0.013074,0.011244,0.002439,0.023866,0.007967,-0.042156,-0.039686,-0.021588,0.002467,0.032374,-0.034361,-0.02846,0.00871,0.034277,-0.017938,0.015914,-0.022462,-0.000236,0.015788,-0.021216,-0.012469,0.006943,0.014535,0.018244,-0.009642,0.007551,0.034832,0.011938,0.004581,-0.026949,-0.029899,0.02917,0.004784,0.017746,0.006051,-0.01572,-0.047549,-0.009871,0.005777,-0.019103,0.003258,0.004126,0.035219,-0.034917,0.012409,0.00271,0.015419,0.135373,0.01898,0.028128,-0.005222,0.033004,-0.001656,0.02805,0.006384,-0.017507,-0.012415,0.011273,0.023238,0.010612,0.023416,-0.028424,-0.019859,0.03395,-0.007426,-0.001905,-0.052253,0.000285,0.042733,0.020954,0.007728,0.008293,-0.050204,-0.008536,0.008902,0.034132,-0.005208,0.047725,0.030969,-0.004419,-0.000923,-0.015086,-0.013748,0.0158,-0.005757,0.026615,-0.002214,0.049269,0.008781,-0.012982,-0.035728,0.016413,-0.007677,-0.063169,-0.014072,0.051253,-0.019644,0.005969,-0.026079,0.004635,-0.020281,0.020378,0.020765,-0.017449,0.005228,0.004213,-0.01129,-0.021078,0.000065,-0.025712,-0.03593,0.021314,-0.0316,-0.090932,0.012375,0.00154,0.004119,0.040397,0.009101,0.002069,-0.033318,0.012433,-0.007455,0.018905,0.010346,-0.014525,-0.000077,-0.010116,-0.000605,0.019189,0.030044,-0.004323,-0.003475,0.011067,0.020704,-0.02488,0.000884,0.012641,-0.02628,0.023531,0.006142,0.007909,0.015327,0.026504,-0.023971,-0.007392,0.006919,0.033908,0.039336,-0.007259,0.00859,-0.010514,0.005355,0.031866,-0.013864,-0.012836,-0.013341,0.003436,0.042422,0.018458,-0.026693,-0.052889,0.021211,-0.010344,0.013716,-0.003745,0.09755,0.030122,-0.030143,0.020646,0.017181,-0.002657,-0.013134,0.047538,-0.005916,-0.032726,-0.013208,-0.012243,0.010128,-0.05186,-0.021915,-0.019744,-0.034099,-0.010064,-0.01192,0.010624,0.004821,-0.001141,-0.007547,0.017354,0.007724,0.037315,0.028424,-0.023457,-0.043184,-0.030255,-0.014195,0.015372,0.013434,-0.017042,-0.002307,0.004298,0.023319,-0.034042,-0.036876,0.025921,0.009119,-0.014861,0.006506,-0.013675,0.018926,0.042016,0.024322,0.045647,-0.025013,-0.002212,0.017085,-0.008944,-0.01944,0.001567,0.008276,-0.01112,-0.010383,0.04071,-0.012841,-0.016259,0.013156,0.021334,0.03293,0.016444,0.014458,0.109423,-0.006284,0.012695,-0.015173,-0.011135,0.012343,0.029737,0.033647,-0.008478,-0.026883,0.013571,-0.019725,-0.027648,0.040623,0.002544,-0.002002,-0.026939,-0.026086,0.011459,-0.020359,0.112624,0.025263,0.006006,-0.00849,0.005098,-0.007316,-0.004658,0.011359,0.004165,-0.012125,0.029026,0.010797,-0.017597,-0.007137,0.008141,0.044739,-0.023395,0.00883,0.010772,-0.014559,0.006293,-0.02038,0.015745,-0.040488,0.009659,0.030278,-0.012696,-0.006584,0.016937,0.070307,-0.009779,0.004431,0.040922,-0.02174,-0.008183,0.024647,0.036708,-0.002247,0.013298,-0.020207,0.013982,0.008257,0.026716,-0.004489,-0.021774,-0.03048,-0.005581,0.027103,0.005366,0.020118,0.001393,-0.021568,-0.000059,0.010539,0.004661,-0.011218,-0.033046,-0.010378,0.000792,0.007516,0.770388,-0.003674,0.012728,-0.00604,0.002559,-0.007013,0.014954,-0.009823,-0.00064,-0.018844,0.014948,-0.018491,0.008563,0.001755,0.024877,-0.008402,0.039809,-0.020894,0.027714,-0.025512,-0.002729,-0.01371,0.051378,0.03404,-0.00693,0.04837,0.015946,-0.038496,0.009825,-0.003953,-0.008661,-0.010598,-0.025652,-0.016766,-0.019489,0.026934,-0.003149,0.022091,0.040807,-0.085529,0.015114,-0.006356,0.019258,0.00006,0.034402,-0.02209,0.010124,0.00385,0.018798,-0.00891,0.01843,0.002881,0.014392,0.06637,0.003479,-0.013063,0.006539,-0.019131,-0.014453,0.007287,0.015076,-0.011535,-0.019187,0.060121,0.016459,0.027464,-0.014451,-0.007502,0.022934,0.02875,0.043283,-0.082031,0.020293,0.023164,-0.0032,-0.008734,0.011786,-0.026608,-0.005313,-0.00232,0.013564,-0.064875,0.01015,0.006228,0.003669,-0.013769,-0.044368,-0.006988,0.016277,-0.018082,-0.047659,0.00517,-0.000298,-0.000022,0.027796,0.002821,-0.013713,0.039465,-0.002292,-0.00661,0.013928,0.006459,-0.007228,0.00101,-0.056447,-0.003324,0.008754,0.008035,0.004381,0.010101,0.024814,-0.009236,-0.008799,-0.042848,-0.007225,-0.019701,0.013311,-0.008433,0.001792,-0.001536,0.025778,-0.007278,-0.004891,-0.021438,0.040257,-0.021928,-0.035604,0.053199,0.018747,-0.026105,-0.00313,0.006701,-0.017862,-0.003629,-0.002488,-0.024635,-0.007596,0.0203,0.01347,0.012606,0.014154,0.014747,0.015346,0.007121,-0.001548,0.018684,0.017654,0.029104,-0.003405,-0.016145,0.007053,0.178712,0.022055,-0.011835,-0.010776,-0.010075,0.000225,-0.031066,-0.02226,-0.022197,0.050867,0.006182,0.019599,0.020757,-0.016707,-0.011638,0.078914,0.001063,0.007314,-0.008155,-0.003517,-0.008853,0.015008,-0.19344,0.003551,-0.037444,0.007022,0.013344,0.006856,0.017004,-0.01678,-0.017077,-0.025919,-0.007851,-0.011206,-0.040406,-0.025659,-0.017347,-0.027694,0.038132,-0.026159,0.003664,-0.007403,0.05548,0.067353,-0.022106,0.105928,0.031914,0.004501,0.008056,0.011136,0.016971,0.004813,0.008467,0.001498,-0.014521,-0.030926,-0.005185,-0.005143,-0.023873,0.033319,-0.058206,0.010878,0.016041,0.012067,-0.020032,0.008402,0.001439,-0.006223,0.008054,-0.016626,-0.013569,-0.003531,0.025493,-0.017644,-0.002703,-0.021749,0.026025,0.005533,-0.021378,-0.007329,-0.041965,0.023642,0.015815,0.025604,0.016894,-0.001041,-0.047218,0.008852,-0.010241,-0.0197,0.02294,0.012512,0.02336,-0.019972,0.017663,0.021829,0.049093,0.132126,0.018467,0.031264,0.000549,0.007024,-0.009317,0.002728,-0.018345,-0.022594,-0.042875,0.002786,0.0158,0.002027,-0.004574,-0.012082,-0.034087,0.036602,0.004005,-0.000961,-0.042814,0.020774,0.020758,0.012757,0.01685,0.017463,-0.02715,-0.012689,-0.003228,0.005846,0.017563,0.027996,0.017291,0.026436,0.008695,-0.00176,-0.003143,0.002214,-0.029798,0.001695,-0.003891,0.021918,-0.012436,0.002338,-0.02593,0.030827,0.001029,-0.039896,0.006222,0.021334,-0.008141,0.032929,-0.011357,0.016184,-0.033621,0.027221,0.017553,0.0006,0.007756,-0.017809,-0.022772,-0.013645,0.00897,-0.041122,-0.038873,0.016223,-0.041469,-0.12199,0.009815,0.003438,-0.01161,0.028114,0.015357,-0.008042,-0.089713,0.034078,-0.00307,0.003445,0.007647,-0.014129,0.009179,0.018734,-0.002143,0.032549,0.0328,-0.000152,0.007087,-0.019467,-0.003717,0.013196,-0.024776,0.017366,-0.025139,0.001144,-0.012152,0.027524,0.011879,-0.007365,-0.034595,-0.006483,-0.003185,0.029907,0.013946,0.000025,-0.018679,-0.022999,-0.008895,0.031808,-0.024885,-0.018587,-0.000033,-0.024562,0.002001,-0.011686,-0.033753,-0.044043,0.016284,0.001895,0.017809,0.021915,0.073852,0.010565,-0.031849,0.019757,0.006543,-0.003554,-0.02773,0.034543,-0.00506,-0.002778,-0.017959,-0.015359,0.013685,-0.036681,-0.014226,-0.025626,-0.017319,-0.004987,-0.028526,0.008981,-0.006612,0.004241,-0.004144,0.003962,0.00643,0.010076,0.032193,-0.018574,-0.014526,-0.024941,-0.007218,0.005414,0.024056,-0.025902,-0.001916,-0.015636,0.00723,-0.018301,-0.037387,-0.011169,0.002565,0.00573,0.023292,-0.04319,-0.009577,0.033767,0.018419,0.031765,-0.026377,0.02122,0.000215,-0.014355,-0.00398,-0.008572,0.016387,-0.016623,-0.027824,0.018892,-0.022054,-0.007189,0.023456,-0.006528,0.017081,0.004763,-0.018501,0.111202,0.013748,0.00215,-0.010369,-0.020347,0.002694,0.047803,0.057054,-0.030417,-0.009513,-0.006004,-0.004225,-0.028795,0.023202,0.047328,-0.015778,0.017195,-0.032273,0.004666,-0.016028,0.063404,0.018371,-0.011138,-0.015993,0.00979,0.002009,0.000083,0.001021,0.004205,-0.002895,0.03084,0.041205,-0.00317,-0.00297,-0.002176,0.016056,-0.013174,0.001951,0.022433,-0.011349,0.032105,-0.02879,-0.02883,-0.037103,0.01912,0.023875,-0.004871,0.012052,0.01598,0.072031,-0.001406,-0.013755,0.02562,-0.028751,0.01116,0.010742,0.017426,-0.021179,0.011278,-0.004226,0.03134,0.001283,0.006845,-0.037198,0.006346,-0.04169,-0.010115,0.039173,-0.018547,0.00072,-0.006749,-0.004394,0.009618,0.010745,0.003388,-0.019713,-0.029962,-0.023587,-0.005219,0.005803,0.778697,-0.017639,0.00761,-0.005006,0.018928,-0.012142,-0.002493,0.004248,0.012492,-0.005443,0.008399,-0.015107,0.011354,0.030535,0.032539,-0.001777,0.024301,-0.032808,0.01885,-0.035542,-0.030028,-0.013209,0.034208,0.027849,0.016802,0.061854,0.003202,-0.019104,0.011635,0.032984,-0.037852,-0.001703,-0.028227,-0.017208,-0.017008,0.016575,-0.028552,0.005643,0.015582,-0.08285,0.002728,0.022236,0.015213,-0.02489,-0.006932,-0.000961,0.022641,-0.000923,0.011555,-0.011616,-0.004492,-0.015531,0.009281,0.060154,-0.002712,-0.002408,0.007985,-0.031946,-0.008601,0.004135,0.026945,-0.003162,-0.023922,0.065687,0.014051,0.05811,-0.007728,-0.013213,0.009926,0.023771,0.046071,-0.071858,0.007446,-0.005279,0.008651,-0.002744,0.010396,-0.025616,0.008305,0.011993,0.00855,-0.078333,0.004706,-0.024708,0.009276,-0.001418,-0.043163,0.012641,0.01919,-0.014903,-0.073188,0.018852,0.015644,-0.006268,0.02115,-0.01592,-0.005931,0.030532,-0.000307,0.017318,0.001915,-0.002228,0.003531,0.009453,-0.064776,0.000241,0.008829,0.003956,-0.00957,0.020377,0.025748,-0.012535,-0.011621,-0.0231,-0.019422,-0.014398,0.033411,0.001663,0.011647,0.012322,-0.001431,-0.004631,-0.00188,-0.030998,0.043882,-0.01767,-0.03863,0.041247,0.0039,-0.016193,-0.002727,0.013387,-0.021723,0.005303,-0.006206,-0.028299,-0.002375,0.010111,0.016067,0.012567,0.015268,0.00636,-0.006162,-0.005015,0.007245,0.021251,0.011082,0.009765,0.012374,0.002402,0.008133,0.173799,0.0071,-0.021385,-0.006229,0.001795,-0.014129,-0.001278,-0.045008,-0.004445,0.043203,0.006901,0.022538,0.01477,-0.015957,-0.005382,0.068274,0.008357,0.006236,0.008348,-0.010912,-0.018406,0.013606,-0.216684,-0.00344,-0.031639,0.000479,0.01656,0.004347,0.020334,0.009119,-0.008566,-0.029344,-0.001384,-0.007773,-0.052224,-0.018037,-0.015602,-0.028301,0.038005,-0.01706,0.007725,-0.017299,0.041327,0.085526,0.003094,0.115359,0.027497,0.019715,0.004784,0.017669,0.024746,0.010099,0.012184,0.013558,-0.02153,-0.025657,-0.013764,-0.009698,-0.027089,0.032426,-0.045078,0.020903,0.029815,0.006857,-0.014482,0.008214,0.001749,-0.020007,0.007664,-0.010701,-0.02037,0.002834,0.024962,-0.037006,-0.01442,-0.014691,0.03824,0.00636,-0.017648,-0.021925,-0.037257,0.02768,0.02555,0.013109,0.019857,-0.01087,-0.044476,0.009052,-0.012976,-0.011419,0.026028,0.007763,0.027874,-0.004172,0.023393,0.037829,0.054438,0.131255,0.016227,0.013309,0.001321,0.014244,-0.003441,0.015565,-0.031599,-0.018389,-0.024164,0.017686,-0.007423,0.008866,0.0109,-0.03388,-0.027348,0.031443,-0.011831,-0.014397,-0.025304,0.023953,0.01218,0.01314,0.00739,0.014383,-0.011999,-0.012645,-0.0039,0.00513,0.002565,0.014779,0.02282,0.012659,-0.004874,0.000516,0.005538,0.013697,-0.037576,0.000228,-0.012742,0.024571,-0.013406,-0.011766,-0.021927,0.033531,-0.002333,-0.044284,-0.007683,0.012454,-0.011943,0.018459,-0.003182,0.01079,-0.039522,0.009428,0.009201,-0.00146,0.006273,0.001072,-0.014635,0.001731,-0.005139,-0.029208,-0.023419,0.017349,-0.029467,-0.132876,0.000493,-0.009511,-0.00185,0.007567,0.015887,-0.003299,-0.052131,0.04014,0.001954,-0.011015,-0.00365,-0.016176,-0.002041,0.011749,-0.003708,0.025191,0.025291,-0.00173,0.014364,-0.0129,0.02597,0.013283,-0.035821,0.028629,-0.051228,0.000844,-0.01378,0.02747,0.017031,-0.011297,-0.042766,0.001999,-0.001093,0.016333,0.032609,-0.00374,-0.002729,-0.016975,-0.011123,0.021405,-0.012788,-0.01068,0.010379,-0.013216,0.011056,-0.003382,-0.015946,-0.039753,0.029616,0.009227,-0.006805,0.013985,0.068436,0.024569,-0.041175,0.024314,-0.007324,0.00571,-0.016748,0.026763,0.000093,-0.001088,-0.019319,0.000924,0.015904,-0.031276,-0.016642,-0.021278,-0.012638,-0.007959,-0.006424,0.003811,-0.009748,0.006275,0.000846,0.009247,-0.001046,0.003156,0.019727,-0.023773,-0.007167,-0.036201,-0.003862,0.005831,0.035653,-0.034849,-0.007519,-0.01189,-0.008769,-0.032623,-0.028546,0.00791,-0.009779,0.016491,0.013275,-0.02702,0.005547,0.036411,0.01313,0.051008,-0.010613,0.010171,0.009272,-0.025126,0.011701,-0.006857,0.011148,-0.03102,-0.037645,0.024886,-0.027099,-0.007156,0.029845,-0.010607,0.003009,0.00579,-0.008862,0.107831,0.011068,-0.005539,-0.00867,-0.030371,-0.003454,0.049628,0.05941,-0.026446,-0.002459,-0.014315,-0.004723,-0.036732,0.028611,0.015865,0.017036,0.02669,-0.017812,-0.00053,-0.007785,0.042721,0.021095,-0.011901,-0.025215,0.007951,-0.000268,-0.007082,0.000044,0.022668,-0.003338,0.027359,0.025971,-0.023287,0.006183,-0.00281,0.012083,-0.002038,-0.001861,0.006654,0.004429,0.034464,-0.041627,-0.022962,-0.036457,0.026699,0.014532,-0.004751,0.009776,0.007737,0.059666,0.00469,-0.001169,0.025357,-0.025228,0.020686,-0.000837,-0.001822,-0.001522,-0.013501,0.00459,0.039698,0.018924,-0.004965,-0.035671,0.007969,-0.035669,-0.009656,0.041075,-0.025941,-0.001807,0.002814,0.002475,0.007834,0.0016,0.019932,-0.025167,-0.013683,-0.0147,0.007945,0.007747,0.778694,-0.007309,0.016659,-0.00426,0.023484,-0.022202,0.000415,-0.01147,0.028972,0.007699,-0.006213,-0.011366,0.014945,0.018747,0.016479,-0.01077,0.026522,-0.03238,0.023155,-0.024528,-0.037324,-0.031604,0.033895,0.024173,0.011351,0.033038,0.00408,-0.022273,0.02865,0.029344,-0.030579,-0.003334,-0.010537,-0.015048,-0.005224,0.03738,-0.035492,-0.004249,0.028275,-0.085572,0.006453,0.019396,0.007696,-0.022394,0.008772,-0.017865,0.012448,0.021303,0.000383,-0.010481,0.003591,-0.007972,0.002174,0.059872,-0.014169,0.000627,0.002377,-0.037018,-0.007474,-0.008505,0.025903,-0.004929,-0.030219,0.054863,0.027232,0.066799,-0.009657,-0.015797,0.026535,0.013551,0.034857,-0.068366,0.029534,-0.012059,-0.028551,0.008976,0.034793,-0.044376,0.010895,0.017246,0.028408,-0.06397,0.009729,-0.023785,-0.002944,-0.003046,-0.041471,0.000739,0.026668,-0.032352,-0.06233,0.02816,0.003532,0.009208,0.02646,-0.015255,-0.02253,-0.001763,-0.004534,-0.003426,0.02878,-0.029507,-0.021027,0.000059,-0.066558,-0.01154,0.00242,-0.007329,-0.00863,0.031179,0.00782,-0.015486,-0.004033,-0.027565,-0.023352,-0.025939,0.018488,0.004568,0.003204,0.0084,0.02243,0.010212,-0.012101,-0.009429,0.056631,-0.017941,-0.028309,0.025785,0.014881,0.000592,-0.001204,0.01247,0.006224,0.001094,-0.008892,-0.027515,0.010181,0.006298,0.012711,0.013155,0.037592,0.017258,0.006689,-0.002188,0.008752,0.031289,0.020041,0.034899,-0.0096,0.001097,0.004251,0.164552,-0.001316,-0.010178,0.004577,0.01465,0.009834,-0.016914,-0.003837,-0.023659,0.036671,-0.012459,0.029637,0.006932,-0.020911,-0.004625,0.083666,-0.007942,-0.002558,-0.030024,-0.015839,-0.01305,0.012633,-0.189326,-0.003738,-0.027441,0.017142,0.024593,0.030444,0.019879,-0.011038,0.002202,-0.033418,-0.032875,-0.019311,-0.014105,-0.033486,-0.028109,-0.007645,0.027817,-0.011672,0.008913,-0.001886,0.053544,0.056542,-0.016428,0.113936,0.0444,0.015809,0.011885,0.031234,0.006849,0.034905,0.012788,0.015823,0.018889,-0.023142,-0.003251,-0.005995,-0.032785,0.014807,-0.036144,0.016296,0.008946,0.010758,-0.033336,0.018578,0.005783,-0.009234,0.005443,-0.038912,-0.033908,0.003168,0.02887,-0.011164,0.007285,0.009448,0.060004,-0.006249,-0.014503,-0.021482,-0.030136,0.01521,0.017043,0.019555,0.018778,0.005499,-0.049378,0.009263,-0.00264,0.006109,0.020479,0.007002,0.02981,-0.013863,0.017381,-0.010551,0.038401,0.124383,0.00835,0.032371,0.018288,0.018345,0.002371,0.002679,-0.022735,0.003062,-0.005463,-0.001664,0.00026,-0.006604,0.008223,-0.033902,-0.04636,0.065664,-0.008972,0.01203,-0.016459,0.022017,0.01969,-0.019774,0.007082,0.000729,-0.003941,-0.004217,0.01526,0.018893,-0.00416,0.005834,0.041586,0.024206,0.007388,-0.001574,0.000195,0.012688,0.013627,0.00266,-0.000458,0.018118,-0.021464,0.002763,-0.025993,0.031184,-0.015332,-0.04428,0.012138,0.015888,0.011887,0.016133,-0.009383,0.043224,-0.023511,-0.009216,0.020604,-0.015909,0.006447,-0.017234,-0.011118,0.005212,-0.012609,-0.04054,-0.033169,0.001473,-0.018572,-0.135064,-0.010521,0.008009,-0.003206,0.019306,0.000757,-0.000485,-0.075261,0.031614,0.008803,-0.059704,-0.005138,-0.002611,0.026672,-0.007078,0.015776,0.018316,0.015649,-0.008123,0.00422,0.031902,0.005683,0.026689,-0.012281,0.027111,-0.043529,0.003584,-0.010398,0.014037,0.009521,-0.004385,-0.035168,-0.010292,0.015143,0.023382,0.014348,-0.023317,0.012529,-0.016453,-0.001363,0.007839,-0.018358,-0.010324,-0.009731,0.010702,-0.005187,0.00939,-0.027938,-0.043404,-0.022381,-0.013009,0.007295,0.012401,0.059926,0.019541,-0.014873,0.002068,-0.012868,-0.006867,-0.031933,0.026714,-0.006346,-0.011219,-0.008731,-0.002139,-0.005383,-0.033301,-0.032905,-0.034804,-0.024803,-0.006285,-0.025965,0.000222,-0.00413,-0.014726,0.014303,0.013581,-0.001261,0.000232,-0.000778,-0.022073,0.010834,-0.032132,-0.013986,0.009876,0.005241,-0.003886,0.013539,-0.00884,-0.021355,-0.004281,-0.030035,0.012324,0.011083,0.013663,-0.006541,-0.0169,0.003324,0.033984,0.024861,0.026372,-0.003815,0.014222,0.014253,-0.024441,0.026054,-0.07783,-0.010232,-0.035459,-0.033752,0.025968,-0.022371,-0.006487,0.002811,-0.014267,0.027908,0.000528,0.013826,0.10911,0.034004,0.005198,-0.017797,-0.031288,-0.01339,0.045859,0.038384,-0.020227,-0.018507,-0.014498,0.001646,-0.043214,0.03912,0.008416,-0.020761,0.00229,-0.053786,0.021348,-0.000654,0.014429,0.008529,-0.027927,-0.004354,0.003718,-0.015962,-0.012594,0.005416,0.032944,-0.012797,0.013032,0.01142,-0.013937,0.011011,0.00733,0.021156,0.003243,-0.00277,0.009446,-0.006698,0.010363,-0.014187,-0.001304,-0.043702,0.015561,-0.001957,-0.017282,0.013747,0.022972,0.071309,-0.005336,-0.015435,0.009762,-0.039597,0.017647,-0.015445,0.000772,-0.021041,0.001436,0.032229,0.034665,0.015472,-0.003159,-0.03953,0.010184,-0.047973,-0.010802,0.034804,-0.0329,-0.002213,0.000487,0.000259,-0.006466,0.026987,0.009635,0.002238,-0.018484,-0.008684,0.002456,-0.009595,0.775087,-0.013436,-0.030243,0.001042,-0.000033,-0.04472,-0.026633,-0.024701,0.000492,-0.000343,0.005746,-0.011206,0.021968,0.021563,0.031446,0.003496,0.032366,-0.028027,0.000465,-0.005652,-0.024173,-0.016946,0.033307,0.011616,-0.010308,0.042784,0.017385,-0.008875,0.037055,0.004274,-0.03109,-0.027788,0.007028,-0.05,-0.015698,0.006695,-0.025257,-0.00754,0.01986,-0.094176,0.016605,0.013139,0.016523,-0.011659,-0.006459,-0.029075,0.027433,0.000065,-0.004261,-0.019328,0.00951,-0.013676,0.005311,0.042735,-0.018032,-0.001648,0.006217,-0.044986,-0.012871,0.012789,0.025622,-0.01598,0.002278,0.072384,0.027838,0.062265,-0.002515,-0.020261,0.028542,0.021579,0.040673,-0.074134,0.030896,-0.01176,-0.021494,0.012442,0.033846,-0.04537,0.018067,0.020934,0.030624,-0.074254,0.009562,-0.026078,-0.00247,-0.001331,-0.041961,-0.000918,0.02658,-0.032969,-0.063004,0.02426,-0.000154,0.010461,0.028591,-0.020143,-0.019032,0.000255,-0.003432,0.000013,0.024671,-0.025024,-0.021126,0.00293,-0.070402,-0.007724,0.004414,-0.002698,-0.012953,0.023337,-0.002564,-0.017279,-0.002878,-0.023922,-0.020312,-0.023038,0.01872,0.008819,0.004812,0.008971,0.024971,0.010666,-0.013817,-0.006468,0.052824,-0.024326,-0.022791,0.021178,0.01747,0.004515,-0.00302,0.021178,0.008254,0.005697,-0.010239,-0.023758,0.008414,-0.002527,0.013874,0.017622,0.033353,0.019508,0.006668,0.002233,0.008799,0.031282,0.019429,0.034953,-0.010122,0.000886,0.003397,0.160777,-0.009905,-0.018899,0.002637,0.010436,0.011349,-0.012629,-0.006275,-0.022901,0.028213,-0.014717,0.030674,0.004511,-0.020454,-0.002057,0.08639,-0.004912,0.003068,-0.031781,-0.010789,-0.01523,0.015745,-0.188193,-0.010847,-0.028074,0.011761,0.017232,0.019883,0.015336,-0.000511,0.010031,-0.035793,-0.034028,-0.014896,-0.009621,-0.033329,-0.028988,-0.010456,0.031065,-0.010565,0.012742,0.003435,0.056723,0.054078,-0.014211,0.101132,0.044061,0.012846,0.013078,0.030515,0.006092,0.027462,0.011833,0.018892,0.023065,-0.022625,-0.001142,-0.005292,-0.030334,0.006963,-0.024363,0.009322,0.009206,0.009779,-0.038798,0.025523,0.005605,-0.015488,0.008282,-0.039025,-0.032527,-0.001928,0.02708,-0.015261,0.005016,0.003908,0.069959,-0.011309,-0.009604,-0.018201,-0.02229,0.020509,0.016752,0.021103,0.013069,0.001447,-0.051037,0.012736,-0.005133,0.006591,0.02161,0.01115,0.031922,-0.005768,0.020376,-0.010317,0.034957,0.12164,0.006539,0.035907,0.021678,0.021228,0.009635,0.011435,-0.019735,-0.002916,-0.004525,-0.005306,-0.001183,-0.010864,0.006145,-0.035695,-0.049284,0.055869,-0.0093,0.003002,-0.021287,0.018911,0.022117,-0.023386,0.006309,-0.003986,0.001852,-0.010447,0.013297,0.022665,-0.006519,0.002261,0.04811,0.022674,0.006215,-0.002967,0.000351,0.022863,0.019098,0.00287,0.002411,0.021102,-0.029607,-0.001911,-0.022464,0.036507,-0.017648,-0.046498,0.00045,0.023893,0.015499,0.015503,-0.007587,0.037206,-0.024282,-0.010806,0.019596,-0.022023,-0.005031,-0.024157,-0.005346,0.004381,-0.017211,-0.038878,-0.029678,0.004057,-0.011004,-0.127029,-0.008427,0.006482,0.004993,0.01286,-0.00057,-0.000329,-0.053323,0.028477,0.011047,-0.057014,-0.005987,0.002697,0.02859,-0.011733,0.017034,0.02073,0.014313,-0.006602,0.007938,0.030638,0.006513,0.021071,-0.019648,0.026787,-0.043198,0.006227,-0.017419,0.010338,0.009003,-0.003827,-0.035216,-0.01305,0.02037,0.025343,0.009624,-0.027252,0.014361,-0.016858,0.00736,0.001318,-0.014283,-0.016192,-0.004849,0.006638,-0.004501,0.007575,-0.022332,-0.038581,-0.023701,-0.015142,0.001828,0.00121,0.06451,0.015225,-0.016913,0.008448,-0.017668,-0.007015,-0.025779,0.026642,-0.001735,-0.015947,-0.012231,-0.002698,-0.007526,-0.037416,-0.03046,-0.033879,-0.027405,-0.004455,-0.031003,0.002907,-0.014301,-0.019656,0.013201,0.017775,-0.003903,-0.005821,0.001436,-0.023953,0.010863,-0.027031,-0.015292,0.00772,0.005787,0.000535,0.013755,-0.015548,-0.02191,-0.001253,-0.028475,0.014864,0.011052,0.015219,-0.008139,-0.011279,-0.004438,0.02552,0.023645,0.025624,0.000636,0.013548,0.012937,-0.035905,0.024751,-0.070146,-0.007619,-0.032226,-0.029407,0.026559,-0.016845,-0.013603,0.00472,-0.012615,0.031486,-0.000088,0.017161,0.11054,0.032609,0.012755,-0.012697,-0.031325,-0.016686,0.037636,0.037006,-0.01886,-0.021263,-0.018887,-0.000493,-0.045598,0.042467,0.005169,-0.018408,0.001805,-0.049256,0.027832,0.000301,0.022716,0.007758,-0.030277,-0.011296,0.002874,-0.016219,-0.012952,0.006379,0.032802,-0.012856,0.018886,0.011637,-0.015613,0.007062,0.006994,0.025227,0.001562,-0.001214,0.001894,-0.005642,0.006813,-0.016729,0.004445,-0.042361,0.007537,-0.00027,-0.008549,0.004225,0.022634,0.074439,-0.005361,-0.016153,0.016949,-0.038214,0.01825,-0.008962,0.001502,-0.020382,-0.001801,0.029023,0.032032,0.010792,0.000786,-0.0334,0.010692,-0.041432,-0.012239,0.036423,-0.037237,0.000304,-0.001435,0.007213,0.001167,0.032718,0.006489,0.009678,-0.015508,-0.004643,0.0046,-0.002031,0.781765,-0.010655,-0.024947,0.004607,-0.00193,-0.048238,-0.021072,-0.026366,-0.000256,-0.002356,0.010786,-0.013384,0.018418,0.021864,0.026362,0.000687,0.032638,-0.02664,0.00101,-0.005607,-0.018731,-0.024169,0.034879,0.013748,-0.008918,0.046146,0.013517,-0.005401,0.032731,-0.006141,-0.023078,-0.024941,0.006675,-0.053011,-0.024539,0.004751,-0.023554,-0.006868,0.024588,-0.099758,0.016347,0.009063,0.009252,-0.006869,-0.002047,-0.030869,0.025203,0.003665,-0.006834,-0.01827,0.014436,-0.00277,0.003693,0.042788,-0.021068,-0.001024,0.006484,-0.0508,-0.015883,0.01036,0.017687,-0.011521,0.011142,0.065731,0.024832,0.045692,-0.004059,-0.016307,0.026521,0.0198,0.040986,-0.089811,0.009549,0.016062,0.001167,-0.006693,0.003897,-0.02069,-0.00364,-0.001311,0.00806,-0.0783,0.012712,-0.006607,0.003489,-0.018039,-0.031717,-0.001435,0.017259,-0.02951,-0.052492,0.015092,0.010146,-0.012464,0.029884,-0.01171,-0.019278,0.023414,0.011631,0.003068,0.012379,0.000645,0.000325,0.007858,-0.059718,0.008865,0.011118,0.002486,-0.002185,0.000462,0.024507,-0.024702,-0.009996,-0.032543,-0.015854,-0.011431,0.026734,-0.007075,0.009976,0.015715,0.00924,-0.001241,-0.006066,-0.023868,0.037366,-0.014118,-0.041664,0.047584,0.024325,-0.019521,-0.008399,0.009218,-0.018775,0.000119,0.001394,-0.014235,-0.017699,0.010257,0.008019,-0.000305,0.015148,0.015018,0.009556,0.000884,0.007245,0.013143,0.021958,0.013505,0.010376,-0.010702,0.019603,0.173672,0.00759,-0.009457,0.00162,-0.014304,-0.002601,-0.008545,-0.021809,-0.01778,0.048342,0.001836,0.020924,0.019934,-0.016943,-0.015288,0.072004,0.004482,0.007239,0.001609,-0.002778,-0.013823,0.011855,-0.226921,-0.000616,-0.034179,0.012126,0.011461,0.005395,0.022451,-0.000789,-0.013216,-0.02841,-0.005299,-0.019793,-0.046654,-0.018984,-0.023492,-0.026021,0.041967,-0.027817,-0.005407,-0.013215,0.054044,0.082551,-0.002526,0.126668,0.024079,0.022488,0.001409,0.007935,0.016597,0.004853,0.012724,0.009005,-0.016938,-0.023535,-0.023778,-0.008269,-0.017016,0.034769,-0.047601,0.007631,0.009651,0.01938,-0.011105,0.007006,0.002271,-0.01003,0.01177,-0.020965,-0.018583,-0.000454,0.020512,-0.025629,-0.012212,-0.0225,0.030893,0.000159,-0.021948,-0.000272,-0.032358,0.014675,0.017865,0.023939,0.00586,-0.010366,-0.032898,0.012915,-0.00839,-0.010924,0.031547,0.019779,0.026637,-0.01418,0.024441,0.021611,0.049017,0.131555,0.021001,0.031629,0.006123,0.009011,-0.001817,0.00486,-0.021056,-0.010487,-0.028404,0.012277,-0.002488,-0.000245,0.019735,-0.026301,-0.024121,0.033622,-0.00754,-0.000359,-0.027849,0.023676,0.02374,0.009122,0.001333,0.017042,-0.027655,-0.02152,-0.0056,0.004457,0.009573,0.029431,0.020522,0.027567,0.006895,-0.00153,-0.003968,0.00741,-0.036417,-0.005278,-0.014058,0.020606,-0.022976,0.00095,-0.018164,0.030555,-0.003912,-0.035004,-0.004591,0.023327,-0.006997,0.038417,-0.00735,0.014283,-0.0236,0.009119,0.017781,-0.003988,0.014625,-0.016483,-0.013441,-0.016329,0.004863,-0.037528,-0.025037,0.008424,-0.030532,-0.155463,0.007543,-0.001213,-0.008763,0.018109,0.004663,0.005928,-0.048968,0.036858,-0.004292,-0.011261,-0.007485,-0.010743,0.003005,0.020244,-0.001491,0.027626,0.030511,0.008604,0.001727,-0.006954,0.005271,0.012704,-0.019752,0.011255,-0.040794,0.008487,-0.007168,0.037123,0.009301,-0.001656,-0.043397,-0.003605,-0.006178,0.027093,0.025225,0.006499,-0.007365,-0.016641,0.006764,0.024503,-0.016119,-0.016029,0.008431,-0.012951,0.01099,-0.007414,-0.024393,-0.033768,0.028287,0.003464,0.011054,0.011782,0.083773,0.01298,-0.036162,0.02365,-0.00306,-0.011049,-0.012252,0.043588,-0.008486,-0.002178,-0.014732,-0.000403,0.014067,-0.029271,-0.021122,-0.037484,-0.022258,-0.016339,-0.031197,0.003475,-0.000607,0.018123,-0.006318,0.009068,0.005451,0.008108,0.039782,-0.019274,-0.009403,-0.018397,-0.010499,0.008145,0.024311,-0.02139,0.001675,-0.009297,-0.009008,-0.022542,-0.024458,-0.001002,0.000561,0.0069,0.015364,-0.027985,0.009193,0.045786,0.011392,0.037505,-0.01501,0.030311,0.005824,-0.023284,0.00622,-0.019792,0.020646,-0.02164,-0.032049,0.015834,-0.021055,-0.006068,0.026079,-0.00388,0.01271,0.009817,-0.01997,0.10626,0.00186,0.002008,0.006821,-0.025201,0.000314,0.056128,0.054663,-0.030353,-0.002096,-0.008752,-0.01067,-0.032958,0.031551,0.043914,-0.002548,0.009273,-0.021688,0.013962,-0.016998,0.073856,0.02792,-0.009835,-0.013637,0.011603,0.002972,-0.00134,0.000133,0.015345,0.004252,0.034343,0.043082,-0.024905,-0.002814,0.005174,0.021359,-0.005618,-0.006767,0.017526,0.000412,0.031325,-0.038874,-0.026521,-0.03154,0.009599,0.013804,-0.001863,0.014883,0.016337,0.052372,-0.003268,0.011621,0.02913,-0.016308,0.01049,0.003406,0.017636,-0.006153,-0.002172,-0.011837,0.028115,0.008144,0.010226,-0.031762,-0.005151,-0.032072,-0.001829,0.036869,-0.01588,0.012814,0.005195,-0.000065,0.008243,0.008385,0.014175,-0.020144,-0.02956,-0.020439,0.00338,-0.003936,0.770864,-0.013925,0.020965,-0.005708,0.018453,-0.019094,0.003887,0.003431,0.007558,-0.001411,0.00453,-0.011482,0.022162,0.012164,0.030053,-0.001776,0.014738,-0.030062,0.009886,-0.025674,-0.022487,-0.013888,0.032511,0.027952,0.022141,0.063132,0.000671,-0.032261,0.016084,0.024994,-0.022825,0.002464,-0.026039,-0.028358,-0.00514,0.026577,-0.025957,-0.007798,0.018308,-0.08667,0.010849,0.026436,0.015664,-0.009574,0.003445,-0.007228,0.020155,0.013821,0.020792,-0.004388,0.000344,-0.016047,0.006656,0.062464,-0.014672,-0.010633,0.003681,-0.030409,-0.016278,-0.006278,0.028115,-0.007541,-0.01923,0.063859,0.025533,0.061501,-0.00497,-0.024345,0.002074,0.022359,0.044133,-0.087115,0.014408,0.015464,0.000635,-0.008633,0.015225,-0.01811,0.003614,-0.004806,0.007428,-0.073392,0.010318,0.008907,0.0075,-0.010171,-0.03673,-0.003495,0.018048,-0.025513,-0.043989,0.008293,0.00241,0.000004,0.028032,0.000479,-0.019803,0.0384,-0.003201,0.001345,0.013689,0.012888,-0.012198,0.002132,-0.052436,-0.007052,0.002849,0.010048,0.011628,0.002065,0.029522,-0.004674,-0.015217,-0.038305,-0.017263,-0.004686,0.018639,-0.006086,0.009029,0.011026,0.035764,-0.003024,-0.006855,-0.0194,0.042326,-0.025652,-0.030847,0.044193,0.021152,-0.018552,-0.01428,0.014928,-0.022342,0.0028,-0.012233,-0.01583,-0.012072,0.019603,0.007255,0.01252,0.01695,0.019489,0.016593,-0.000447,-0.002521,0.006029,0.017909,0.019339,-0.001533,-0.005942,0.00848,0.185476,0.018059,-0.019718,-0.010059,-0.003856,-0.007426,-0.018099,-0.02965,-0.022114,0.050954,0.001408,0.014569,0.025911,-0.023381,-0.012971,0.070786,0.004529,0.004839,-0.002887,-0.005139,-0.020847,0.014942,-0.217236,-0.00034,-0.03915,0.009758,0.01191,-0.003702,0.020843,-0.010079,-0.012842,-0.032972,-0.006227,-0.010686,-0.039192,-0.019607,-0.022156,-0.032351,0.04424,-0.02629,0.006084,-0.00492,0.057182,0.069114,-0.015028,0.112781,0.038063,0.006752,0.007023,0.009626,0.013015,0.000291,0.009154,0.005864,-0.014523,-0.022355,-0.014166,-0.007027,-0.014055,0.034466,-0.050886,0.011792,0.024199,0.003672,-0.015778,0.004567,0.006379,0.000481,0.018436,-0.007346,-0.008724,0.00071,0.024387,-0.023232,-0.017746,-0.027608,0.037371,0.007983,-0.022794,0.001443,-0.039255,0.022652,0.01915,0.024685,0.011737,0.000308,-0.048727,0.015892,-0.008079,-0.01766,0.029171,0.008788,0.026587,-0.013829,0.01627,0.020375,0.047674,0.128637,0.026404,0.027398,0.0076,0.008866,0.000416,0.005573,-0.017651,-0.027488,-0.039362,0.007934,0.018207,-0.006991,0.002545,-0.020839,-0.028562,0.040157,-0.001933,-0.001265,-0.044307,0.021343,0.031239,0.015946,0.010953,0.010582,-0.022689,-0.012593,-0.000917,0.003062,0.014201,0.019866,0.016788,0.022091,0.002438,0.000159,0.000256,0.003718,-0.033094,0.00245,-0.00617,0.022653,-0.013335,-0.002181,-0.020887,0.035932,0.009546,-0.041389,0.005792,0.017654,-0.004033,0.036566,-0.012086,0.014502,-0.033244,0.03488,0.019196,-0.006308,0.010707,-0.009401,-0.020265,-0.016976,0.015087,-0.042898,-0.037347,0.012714,-0.036519,-0.124328,0.002996,0.00367,-0.010841,0.019567,0.010198,-0.004091,-0.072007,0.038298,-0.001788,-0.00353,-0.000739,-0.011606,-0.002012,0.025223,-0.004114,0.018631,0.032673,-0.000449,0.010519,-0.010265,-0.000302,0.018738,-0.023443,0.007639,-0.028637,0.005004,-0.016279,0.026384,0.009177,-0.007662,-0.029329,-0.000931,-0.001658,0.026503,0.027446,0.000487,-0.019232,-0.02676,-0.005003,0.033893,-0.019814,-0.01276,0.002281,-0.013896,0.009355,-0.018571,-0.022521,-0.044347,0.01754,0.004895,0.012949,0.018442,0.082002,0.008788,-0.034682,0.019214,-0.007366,-0.008302,-0.022044,0.025888,-0.00956,-0.000655,-0.013847,-0.01238,0.016078,-0.037013,-0.018129,-0.030367,-0.021364,-0.007878,-0.032978,0.013615,0.002238,0.006285,-0.008215,0.011084,0.0097,0.010302,0.03002,-0.016872,-0.004862,-0.018981,-0.011097,0.009628,0.026837,-0.024845,-0.005937,-0.021868,0.002609,-0.026883,-0.039973,-0.000749,-0.005317,0.005209,0.013609,-0.037054,-0.007412,0.029835,0.02605,0.036313,-0.023378,0.018442,-0.004016,-0.014432,0.009975,-0.019016,0.015455,-0.01929,-0.03221,0.02459,-0.023234,-0.010495,0.016118,-0.014456,0.004016,0.00326,-0.018127,0.106919,0.00733,-0.001136,-0.0063,-0.022863,0.001633,0.044635,0.053262,-0.030483,-0.007998,-0.011292,-0.016259,-0.032221,0.02851,0.035573,-0.015967,0.011883,-0.026767,0.005697,-0.01456,0.071329,0.020516,-0.006659,-0.024915,0.012426,-0.002311,0.013233,0.008052,0.013085,0.007038,0.021415,0.034981,-0.006241,-0.00397,0.005826,0.019509,-0.006917,0.000497,0.026225,-0.021954,0.031097,-0.032236,-0.023593,-0.038144,0.026205,0.021139,-0.000261,0.008031,0.020992,0.073819,-0.000985,-0.011441,0.030072,-0.020422,0.006581,0.006477,0.011704,-0.019927,0.001425,-0.009282,0.0382,0.008833,0.008036,-0.026973,-0.006944,-0.037408,-0.00133,0.037175,-0.025239,0.00983,-0.005484,-0.017001,0.011995,0.013252,0.007422,-0.019434,-0.0147,-0.018259,0.001711,0.001503,0.773805,-0.013854,0.006911,-0.000507,0.019355,-0.02175,0.008601,0.004693,0.014914,-0.009949,-0.001525,-0.009774,0.010715,0.029044,0.024947,0.001045,0.02259,-0.025667,0.014642,-0.033115,-0.030694,-0.028155,0.039506,0.026963,0.025908,0.059531,0.006471,-0.024699,0.015872,0.032318,-0.03382,0.000328,-0.026203,-0.008454,-0.007318,0.017037,-0.029621,0.003738,0.013795,-0.081818,-0.001236,0.015097,0.013308,-0.018949,0.002016,-0.003802,0.022124,0.006866,0.01468,-0.017463,0.001363,-0.011492,0.00543,0.065565,0.001447,0.001186,0.00741,-0.028303,0.00208,-0.005299,0.03125,-0.004162,-0.026524,0.058889,0.011088,0.052056,-0.005172,-0.026698,0.011333,0.024394,0.066128,-0.090062,0.010215,0.009549,0.002418,0.001475,0.033113,-0.01169,-0.007423,0.00369,0.013678,-0.083335,0.025756,-0.000201,0.001787,-0.005482,-0.038458,-0.0059,0.010237,-0.02487,-0.034425,0.004429,0.012363,-0.004583,0.030664,-0.000866,-0.019147,0.033414,-0.000819,-0.004794,-0.001666,0.018534,-0.018725,-0.00517,-0.042449,0.017011,0.001233,0.017234,-0.002225,0.008269,0.028858,-0.014435,-0.017655,-0.04058,-0.012908,0.008438,0.023523,0.001579,0.011379,0.000231,0.022561,0.004681,-0.00461,-0.01182,0.033522,-0.025874,-0.03237,0.028404,0.017447,-0.023548,-0.008702,0.021273,-0.004209,-0.0037,-0.007576,-0.023488,-0.019257,0.012918,0.003383,0.003605,0.01463,0.018999,0.029839,-0.005147,0.00602,0.017239,0.015148,0.003882,-0.003872,-0.009049,0.000751,0.145479,0.000453,-0.018317,-0.000822,0.00537,0.004946,-0.026614,-0.028618,-0.0221,0.049982,0.009174,0.014476,0.017744,-0.034163,-0.001233,0.0868,-0.003108,0.011915,-0.007057,0.001548,-0.006091,0.018668,-0.175247,-0.009527,-0.042112,-0.001632,0.016412,-0.010801,0.014767,0.005602,0.003236,-0.030726,-0.001033,-0.01992,-0.034954,-0.010432,-0.026453,-0.02053,0.048367,-0.022928,0.007073,-0.014045,0.056811,0.069359,-0.015989,0.102383,0.039535,0.01689,0.002972,0.009764,0.009549,0.002119,0.016336,0.003405,-0.013965,-0.017001,-0.010287,-0.011533,-0.021864,0.025918,-0.051401,0.015027,0.017448,0.006705,-0.024343,0.033524,-0.002768,0.004657,-0.001129,-0.021045,-0.002421,-0.00767,0.01556,-0.019498,-0.006895,-0.04013,0.042454,0.024402,-0.015262,-0.016716,-0.022125,0.036318,0.003955,0.026706,0.01125,0.005217,-0.042263,0.017465,-0.024199,-0.018185,0.019922,0.033231,0.028707,-0.00597,0.016987,0.019927,0.032002,0.124819,0.036419,0.034526,-0.007936,0.020193,0.003156,0.014873,-0.015804,-0.011697,-0.043785,-0.003985,0.011915,-0.004057,-0.004143,-0.028522,-0.028171,0.025452,-0.004877,-0.005742,-0.035367,0.03917,0.014215,0.004485,0.009764,-0.007801,-0.035768,-0.003443,-0.002844,0.024685,0.022405,0.018383,0.02868,0.020156,0.003305,-0.005771,0.008183,0.014335,-0.001237,-0.010006,0.010174,0.039527,-0.009696,-0.00971,-0.016281,0.040706,0.006831,-0.03757,0.002096,0.034516,0.00479,0.028238,-0.013726,0.012065,-0.02945,0.015666,0.018181,-0.010774,-0.01486,-0.009204,-0.026349,-0.016186,0.002888,-0.034199,-0.039148,0.01654,-0.027275,-0.10904,0.021075,-0.004197,-0.009331,0.023111,0.004255,0.008007,-0.031836,0.023606,-0.004915,-0.021403,-0.010253,-0.012379,0.000512,-0.001334,0.003467,0.023888,0.020151,0.00849,0.021406,-0.017877,-0.00843,0.00406,-0.026037,0.01764,-0.042277,0.004601,-0.026483,0.021382,0.011846,-0.004153,-0.039386,-0.01343,0.008015,0.025199,0.025481,-0.008338,-0.011275,-0.015937,0.015551,0.024993,-0.008253,-0.028531,0.00879,-0.021203,0.002964,-0.005165,-0.025742,-0.041057,0.01284,-0.003903,-0.001244,0.003442,0.093998,0.003117,-0.030537,0.024762,0.000372,-0.001623,-0.01926,0.030421,0.003008,0.006271,-0.022577,-0.016213,0.019364,-0.041965,-0.02637,-0.032033,-0.017141,-0.012448,-0.053165,0.019393,-0.009528,0.006191,-0.004496,0.019786,0.007608,0.004774,0.040745,-0.016573,-0.003646,-0.026169,-0.01687,0.006876,0.031372,-0.017162,-0.004746,-0.037175,-0.000807,-0.010734,-0.033727,-0.005084,0.007908,-0.003587,0.013763,-0.037522,-0.01321,0.021867,0.028194,0.029254,-0.028617,0.00769,-0.013652,-0.018209,-0.002781,-0.027361,0.015287,-0.017042,-0.017354,0.015187,-0.018101,-0.016244,0.025122,-0.014153,0.021059,-0.000315,-0.015126,0.112599,0.012247,0.006912,-0.014743,-0.017221,0.002685,0.041132,0.056599,-0.04279,-0.015812,-0.000117,0.003016,-0.038865,0.028786,0.054569,-0.001957,0.011607,-0.023827,0.013864,-0.00982,0.062407,0.024569,-0.014687,-0.021391,0.012911,-0.005023,-0.003304,0.007313,-0.001689,-0.018704,0.02473,0.023104,0.008451,-0.010403,0.006926,0.035131,-0.017943,-0.013585,-0.005711,-0.0099,0.027666,-0.040986,-0.01043,-0.019462,0.01386,0.01779,-0.011753,-0.006057,0.012143,0.067038,-0.004598,-0.007667,0.033281,-0.035215,0.011916,0.00168,0.014447,-0.003319,0.00102,-0.007459,0.03544,0.001111,0.007643,-0.028065,0.006549,-0.047592,-0.012002,0.029486,-0.012596,0.012352,0.005669,0.004561,0.027861,0.009814,0.006623,-0.019878,-0.027374,-0.021819,-0.0075,0.015248,0.792046,-0.007615,0.020451,-0.00712,0.015517,-0.016784,0.010398,0.003729,0.01518,0.010439,0.005545,-0.004048,0.022264,0.025662,0.021534,-0.010628,0.013396,-0.033413,0.017571,-0.031247,-0.020295,-0.027435,0.036241,0.052172,0.011285,0.062032,-0.003998,-0.029708,-0.002967,0.019609,-0.030733,-0.009111,-0.02233,-0.003824,-0.013952,0.019647,-0.026487,0.009249,0.015052,-0.092126,0.009154,0.023671,0.015524,-0.012852,-0.01268,0.001164,0.026882,0.00411,0.006383,-0.009935,0.007184,0.002023,-0.002466,0.051145,0.001684,-0.005564,0.01029,-0.027499,-0.022948,-0.007726,0.02884,0.000434,-0.018729,0.054443,0.008702,0.046782,-0.01646,-0.00974,0.014125,0.02242,0.043359,-0.057477,0.029468,0.026412,0.017363,-0.001416,0.006959,-0.013757,-0.011903,0.009071,-0.005815,-0.04499,-0.009272,-0.001273,-0.017098,-0.014601,-0.032304,0.000962,-0.00121,0.01479,-0.061004,0.013054,-0.004752,-0.017553,0.029844,0.005972,-0.006355,0.043856,0.010233,-0.019053,0.030023,0.001356,-0.000334,-0.009899,-0.063392,-0.008367,0.010548,0.031691,0.010919,0.006853,0.003628,-0.007942,-0.013492,-0.025262,0.005118,0.018607,0.036343,0.008396,-0.001876,-0.001726,-0.022359,0.021753,-0.014572,-0.01707,0.042487,-0.029748,-0.02105,0.033394,0.015706,-0.011204,-0.020231,0.008699,-0.023609,0.008896,0.002041,-0.020851,-0.00272,0.035931,0.001189,0.035254,0.000128,0.007995,0.019051,0.00321,0.021541,-0.023634,0.011531,0.046525,0.017535,-0.02872,0.010931,0.181741,0.02884,-0.021309,-0.025129,-0.003786,0.005289,-0.023339,-0.007373,-0.044185,0.030012,0.008314,0.02428,0.012794,-0.000277,0.007255,0.05995,-0.001403,0.016717,-0.010686,-0.026806,-0.005777,0.008,-0.220859,-0.005231,-0.03824,0.016616,-0.001975,-0.022822,0.039187,-0.013389,-0.01208,-0.048671,0.000763,-0.001815,-0.039097,0.018899,-0.04997,-0.03059,0.046222,-0.013965,0.011584,0.012094,0.082119,0.049379,0.002214,0.098517,0.018629,0.000421,0.020315,-0.001931,0.016108,0.007405,-0.00665,0.005894,-0.009991,-0.013302,-0.011388,-0.00543,-0.009923,0.006319,-0.0318,0.006746,-0.014556,-0.011206,-0.014827,-0.003725,-0.000837,0.013919,0.019779,-0.017541,-0.006233,-0.022289,0.0106,-0.023757,-0.021837,-0.004402,0.039285,0.028688,-0.007533,-0.013704,-0.030757,0.042345,-0.014171,0.029656,0.00385,-0.014739,-0.037862,0.036877,-0.029298,-0.007483,0.005475,0.001066,0.026697,-0.024103,0.020378,0.015718,0.047912,0.155118,0.007629,0.035321,-0.009342,-0.012028,0.015234,0.035683,-0.0421,-0.036492,-0.005467,-0.004361,-0.001548,-0.015871,0.015794,-0.013324,-0.044337,0.071093,0.01126,-0.030387,-0.033419,0.029083,0.044963,0.009058,0.001867,0.003006,-0.006416,-0.014834,-0.001606,0.001037,0.015972,0.017659,0.036301,0.031509,-0.005587,-0.002082,-0.032721,0.00054,-0.024688,-0.009155,0.023398,0.019276,-0.041898,0.017,-0.018545,0.038036,-0.000072,-0.031427,0.002396,0.016077,-0.006519,0.020638,-0.011243,0.00583,-0.022381,0.053234,-0.002048,-0.028404,0.006258,-0.011502,-0.016345,-0.003636,0.003138,-0.031625,-0.020329,-0.008626,-0.034805,-0.117181,0.00388,-0.033382,-0.007982,0.002723,0.025692,-0.008359,-0.076706,0.002279,0.002622,-0.008114,0.025029,-0.009751,0.015002,0.013114,-0.007831,0.039981,0.040908,-0.00392,0.022572,0.005854,-0.044618,0.013097,-0.046088,0.014871,-0.032274,-0.020564,0.006468,0.044645,0.00839,-0.01724,-0.042737,0.002447,0.029795,0.050281,0.00131,-0.0388,-0.007832,-0.009562,0.000648,0.014743,-0.020261,-0.01841,-0.001266,-0.018379,-0.007986,-0.008383,-0.010328,-0.037068,-0.004532,0.000759,0.009626,0.009318,0.083667,0.003731,-0.052685,0.015807,-0.015233,-0.00625,-0.020769,0.025958,0.00644,-0.032867,-0.020002,-0.009065,0.009355,-0.003268,-0.002751,-0.03436,-0.019301,-0.019205,-0.019466,0.012524,-0.029067,-0.004646,-0.017464,0.014937,-0.000958,0.01235,0.054244,-0.025795,0.002838,-0.017889,-0.002878,0.021849,0.017435,-0.03281,0.018858,-0.012809,0.012155,0.004016,-0.031486,-0.0041,-0.008589,0.023562,0.008742,-0.036714,-0.025753,0.033847,0.056348,0.025821,-0.010558,0.026496,0.01473,-0.019744,-0.015829,-0.063871,0.039289,0.00891,-0.021637,0.033581,-0.000943,-0.002158,0.018408,-0.015199,0.027571,-0.004107,-0.014282,0.107437,-0.023611,0.01151,-0.028745,-0.027478,-0.001077,0.046779,0.061843,-0.043923,-0.015429,-0.013986,0.024133,-0.015383,0.034298,0.001426,-0.01131,-0.018989,-0.026732,-0.015293,-0.020278,0.000532,0.023663,0.000816,-0.005081,0.015074,0.002695,0.024496,-0.007155,0.046993,-0.022641,0.044712,0.02151,-0.020234,0.020681,-0.001761,0.009741,-0.012209,-0.017396,0.0386,-0.046279,0.032229,-0.014226,-0.037194,-0.016354,0.029141,0.021501,0.02947,-0.006292,0.023522,0.044709,-0.010079,0.023439,0.028564,-0.01998,0.006879,0.003445,0.038065,-0.024796,-0.011525,-0.0174,0.059257,-0.003239,0.016509,-0.028515,-0.006613,-0.034813,0.004502,0.0465,-0.041721,0.019157,-0.021207,-0.005949,0.023934,0.017457,0.020309,-0.004011,0.011137,-0.011128,-0.008522,0.005037,0.741983,0.008523,-0.001045,-0.014183,0.008607,-0.001948,-0.003924,0.010178,0.010786,-0.004686,0.010549,-0.014785,0.026826,0.03532,0.023959,-0.00944,0.031527,-0.028797,-0.003499,-0.025774,-0.005775,-0.043404,0.024105,0.067335,0.023218,0.040802,0.009751,-0.024901,0.027918,0.012107,-0.004091,-0.018854,-0.024581,0.0072,-0.008447,0.012987,-0.035599,0.004433,0.007301,-0.072786,0.003786,-0.005949,0.013971,-0.034065,-0.006912,-0.029149,0.057545,-0.00791,0.010047,0.00733,0.01697,0.004898,0.02133,0.057042,-0.012336,-0.00421,0.012501,-0.036441,-0.00827,-0.000971,0.02826,-0.012548,-0.031619,0.043884,-0.004577,0.076988,-0.003752,-0.027324,0.003168,0.018889,0.039072,-0.101123,0.022993,0.027841,0.002341,0.002791,0.015369,-0.027841,0.003832,0.003666,0.002127,-0.075706,0.015091,0.008445,0.000503,-0.001566,-0.031852,0.001997,0.024505,-0.030866,-0.042934,0.009739,-0.006839,-0.007384,0.026136,-0.002424,-0.012024,0.035866,0.000297,0.006304,0.008728,0.009135,0.008779,-0.008102,-0.045091,0.013336,0.009632,0.013776,0.018443,0.000834,0.027675,-0.001997,-0.002504,-0.035784,-0.01348,0.002576,0.02338,0.001905,0.012685,0.012427,0.027692,-0.012842,-0.00384,-0.013043,0.044199,-0.030452,-0.043274,0.045672,0.013382,-0.033985,-0.014342,0.003757,-0.021599,-0.003999,-0.013498,-0.021185,-0.001427,0.012709,0.012482,0.01493,0.009007,0.018165,0.020729,-0.001026,0.007175,0.0033,0.017732,0.010855,-0.002364,-0.009866,0.006222,0.152328,0.028309,0.001964,-0.005319,-0.005503,0.009963,0.003775,-0.029863,-0.014679,0.073976,-0.002293,0.019904,0.016751,-0.016984,0.000766,0.068367,0.005833,0.007492,0.001257,-0.021865,-0.015654,0.019113,-0.203329,0.002842,-0.038099,0.006119,0.019051,0.003746,0.023959,-0.014182,-0.012001,-0.026718,-0.003977,-0.007375,-0.04031,-0.014494,-0.00378,-0.033297,0.04347,-0.032671,0.014553,-0.002588,0.059699,0.077736,-0.010196,0.098704,0.028901,0.01865,-0.001141,0.007332,0.010441,-0.000348,0.00291,0.013428,-0.010498,-0.028754,-0.006813,-0.005335,-0.007461,0.042788,-0.051909,0.007699,0.01688,0.010591,-0.017286,0.002314,-0.003898,-0.006908,0.011187,0.000027,-0.016525,0.003703,0.023823,-0.015045,-0.020838,-0.032733,0.021956,0.018302,-0.012271,-0.012187,-0.039554,0.020591,0.009894,0.02309,0.01331,-0.006981,-0.039577,0.023494,-0.003861,-0.033981,0.00999,0.008951,0.035116,-0.00627,0.021096,0.031344,0.041639,0.150106,0.015427,0.029734,0.00755,0.020137,0.001231,0.003124,-0.009892,-0.02486,-0.032683,0.002718,0.008957,0.00743,0.009282,-0.026296,-0.028249,0.056272,0.002012,-0.007219,-0.030148,0.03234,0.034839,0.01543,0.007942,0.019682,-0.022749,-0.00322,0.009482,0.003333,0.007507,0.022455,0.029483,0.013871,-0.00163,0.004926,-0.00033,0.007492,-0.019559,-0.002451,-0.021876,0.031702,-0.01388,-0.008494,-0.029391,0.040126,-0.004797,-0.052481,-0.000773,0.014664,-0.015537,0.034055,-0.017587,0.015705,-0.038136,0.022733,0.018184,0.005137,-0.011813,-0.006217,-0.019058,-0.012726,0.019874,-0.033741,-0.036101,0.022953,-0.029634,-0.117324,0.020635,0.001119,-0.019518,0.034629,0.028716,0.003982,-0.092359,0.04225,-0.035114,0.015607,0.00218,-0.03193,-0.008801,0.015974,-0.010179,0.01314,0.044045,-0.011434,0.01034,-0.010242,0.012253,0.00869,-0.026424,0.023728,-0.020594,0.005493,-0.016318,0.029967,0.018408,0.006281,-0.034237,-0.007366,-0.001663,0.026175,0.031309,0.014792,-0.023569,-0.010886,0.003473,0.033842,-0.01945,-0.011928,-0.015269,-0.010218,0.011041,-0.017479,-0.02327,-0.049963,0.018531,0.005609,0.005675,0.016081,0.075855,0.016531,-0.039596,0.028893,0.007473,-0.021235,-0.020968,0.01601,-0.008797,0.00494,-0.02443,-0.018216,0.008471,-0.04757,-0.026217,-0.023322,-0.020559,-0.002365,-0.031895,0.01635,-0.001029,0.013235,-0.001267,0.008989,0.016318,0.020417,0.025322,-0.013785,-0.040591,-0.044859,-0.017792,0.00139,0.038466,-0.029299,-0.017768,-0.022491,0.021437,-0.027733,-0.045529,-0.005169,-0.00718,0.004694,-0.001946,-0.037955,0.00544,0.034766,0.022343,0.042673,-0.031827,0.013117,0.003313,-0.027726,0.011335,-0.012969,0.019139,-0.009081,-0.022219,0.018977,-0.026147,-0.017091,0.019017,-0.010428,0.002111,0.008422,-0.013978,0.108468,0.003411,0.006622,0.006523,-0.025893,0.022344,0.039308,0.060204,-0.027303,-0.011343,-0.009101,-0.010682,-0.027405,0.02314,0.049796,-0.014769,0.001292,-0.021304,0.001709,-0.026554,0.099105,0.020623,0.006922,-0.019873,0.012425,0.01103,-0.001682,0.010236,0.009782,0.00867,0.029931,0.037031,-0.014611,-0.008556,0.008391,0.024207,-0.023229,0.004224,0.010508,0.011149,0.023681,-0.03571,-0.020328,-0.032485,0.033548,0.022728,-0.003385,-0.011725,0.002701,0.088816,0.009041,-0.010322,0.031918,-0.020738,0.009095,0.00252,0.008199,-0.015117,0.014936,-0.008134,0.030946,0.009598,0.001407,-0.01776,-0.007915,-0.035525,0.00453,0.029798,-0.010525,0.000244,0.004198,-0.01294,0.005124,0.010564,0.002315,-0.017345,-0.019591,-0.019035,0.007191,0.011244,0.760788,-0.013463,0.017979,-0.001566,0.012191,-0.00689,0.010608,-0.006448,0.0179,-0.01043,-0.001408,-0.013165,0.017168,0.044454,0.035966,-0.008905,0.020245,-0.019604,0.030327,-0.034552,-0.021856,-0.027849,0.035493,0.044199,0.013466,0.063898,0.010101,-0.022766,0.008293,0.043325,-0.025496,-0.010173,-0.039838,-0.009557,-0.003767,0.01103,-0.03631,0.011808,0.007878,-0.075661,0.005792,0.02399,0.02468,-0.011507,0.00751,-0.014585,0.03565,0.008015,0.010291,0.006821,0.000191,-0.015539,0.004684,0.06249,-0.001233,-0.002084,0.005093,-0.024151,0.003912,0.001458,0.027992,0.0019,-0.023242,0.048328,0.016741,0.061801,-0.016023,-0.016828,0.023077,0.022736,0.039289,-0.072604,0.022114,0.020913,-0.008891,-0.010127,0.014608,-0.035465,-0.011948,0.012467,0.005385,-0.087664,0.013342,-0.020401,0.019495,-0.013256,-0.043407,0.002805,0.014502,-0.025401,-0.054374,0.025737,0.007193,-0.000434,0.043353,-0.012698,-0.026692,0.008804,-0.000534,0.010042,0.012103,-0.031302,-0.020628,0.01813,-0.053552,-0.005581,0.013656,-0.012294,-0.028388,0.022326,0.005546,0.000447,-0.018779,-0.013064,-0.030506,-0.02649,0.028145,0.014042,-0.001771,0.0168,0.001235,-0.010527,-0.003592,-0.016921,0.049526,-0.020824,-0.0198,0.026091,0.007391,-0.000691,0.0064,0.013471,-0.003333,0.001736,-0.011893,-0.033865,-0.007881,0.017126,0.00694,0.016531,0.028155,0.004827,0.006172,-0.004028,-0.004193,0.029992,0.022335,0.031727,-0.002318,-0.016279,0.004101,0.180971,0.01748,-0.022714,0.01861,-0.007505,-0.011892,-0.013911,-0.029356,-0.008255,0.035857,0.008875,0.018262,0.023439,-0.017098,-0.006298,0.074992,0.004631,0.00966,-0.001561,-0.01852,-0.022044,0.004018,-0.199524,0.006091,-0.035883,0.002909,0.011001,-0.00051,0.011093,0.001061,-0.012086,-0.009415,-0.023807,0.000384,-0.045717,-0.025317,-0.042761,-0.023654,0.044022,-0.018217,-0.016758,-0.012788,0.045418,0.074073,-0.026791,0.107708,0.029017,0.002359,0.002967,0.013172,0.019195,0.004234,0.018106,0.018656,-0.019849,-0.018577,-0.005518,0.00789,-0.028376,0.020849,-0.036403,0.017338,0.020456,0.015942,-0.024768,0.000639,0.008538,-0.017854,0.012859,-0.03004,-0.034404,-0.004958,0.029888,-0.034063,-0.007839,-0.02095,0.067612,-0.00489,-0.019875,-0.001097,-0.042787,0.037215,0.007481,0.029863,0.024916,-0.031814,-0.0448,0.012847,-0.009958,-0.005579,0.043837,0.017237,0.026757,-0.005572,0.006043,0.00001,0.061909,0.135779,0.021777,0.038458,0.008825,-0.002452,-0.024457,0.01536,-0.00635,-0.019104,-0.035152,0.017189,0.001979,0.000626,0.002321,-0.022663,-0.029924,0.012785,0.001107,-0.006189,-0.029626,0.009151,0.031044,0.0207,-0.005351,0.007155,-0.012149,-0.023985,-0.01926,0.025527,0.011815,0.016603,0.019688,0.012982,-0.009514,-0.008426,-0.005827,0.014076,-0.015621,0.008955,0.000793,0.034,-0.034178,0.013527,-0.024847,0.040101,-0.007679,-0.028452,0.000926,0.024503,0.003608,0.030699,0.004733,0.011994,-0.03048,0.001255,0.018737,-0.01623,0.015129,-0.007998,-0.027813,0.004019,0.003303,-0.035247,-0.013772,0.006134,-0.022187,-0.122527,0.005648,0.005878,-0.011788,0.026438,-0.00099,-0.008104,-0.051137,0.043213,0.007515,0.000866,0.006455,-0.004856,0.019004,0.006729,0.000047,0.016251,0.020424,0.010318,-0.006835,-0.027495,0.012978,0.021791,-0.021916,0.013816,-0.045061,-0.003638,-0.032742,0.033186,0.004717,-0.005521,-0.046575,0.001146,0.006642,0.03251,0.024068,-0.024497,-0.002481,-0.027689,0.000107,0.012421,-0.016716,-0.018885,0.013788,-0.01453,0.013516,-0.003173,-0.018849,-0.035472,0.004698,-0.012559,-0.005203,0.016132,0.071172,0.002247,-0.041992,0.041885,-0.017266,-0.015983,-0.025513,0.068086,-0.010262,-0.015415,-0.026927,0.015343,0.012927,-0.036995,-0.005234,-0.039162,-0.028464,-0.000003,-0.008258,0.006354,-0.010275,-0.004076,-0.009831,0.005251,0.009566,-0.011216,0.043955,-0.022358,0.023488,-0.005485,-0.007057,0.012276,0.023266,-0.026033,0.0016,-0.023196,-0.019612,-0.030448,-0.037176,0.005965,-0.003678,0.019007,0.0102,-0.022719,-0.004723,0.046471,0.02716,0.036724,-0.026006,0.020259,0.00206,-0.024669,-0.008782,-0.002008,0.006185,-0.025093,-0.019131,0.023472,-0.014566,-0.00922,0.049392,-0.011971,0.01556,0.007332,0.000112,0.110663,0.010187,-0.004477,-0.021596,-0.027882,0.002357,0.041556,0.04774,-0.022838,-0.00465,-0.011423,-0.006732,-0.017239,0.042792,0.020337,-0.007499,0.010622,-0.026261,0.011007,0.000184,0.017196,0.027706,-0.020766,-0.012997,-0.002756,-0.007667,-0.003368,0.000208,0.0408,0.000704,0.030019,0.040285,-0.023485,-0.01207,-0.012481,0.014204,-0.006916,-0.015354,0.034437,-0.017266,0.020752,-0.007348,-0.015126,-0.050078,0.013447,0.026542,0.011071,0.012762,0.011204,0.058784,-0.009659,-0.013099,0.03365,-0.025687,0.014494,-0.000681,0.026377,-0.017455,-0.016317,-0.014846,0.046853,0.012511,0.008828,-0.018026,0.001267,-0.036074,-0.011761,0.04407,-0.025264,0.004233,0.001654,0.000886,0.011449,0.024349,0.009641,-0.001458,0.00182,-0.011265,0.003863,0.001061,0.767177,-0.021311,0.021696,-0.019204,0.018728,-0.008854,-0.016277,-0.009071,-0.003515,-0.009394,0.023168,-0.008391,0.005846,0.009976,0.02304,-0.001906,0.016219,-0.041206,0.025951,-0.012309,-0.019526,-0.028501,0.044183,0.030773,0.030249,0.054707,-0.016036,-0.033923,0.036836,0.029424,-0.01361,-0.005167,0.000336,-0.032503,-0.015881,0.025332,-0.017246,-0.003061,0.01243,-0.08723,0.014963,0.018862,0.00905,-0.036866,0.001529,-0.007897,0.023136,-0.000277,0.01122,-0.018415,0.01135,-0.007453,0.018553,0.056375,-0.017013,-0.007069,0.011764,-0.035323,-0.022041,-0.019872,0.009847,0.014642,0.010025,0.069785,0.008416,0.04928,0.002948,-0.040917,0.004777,0.024414,0.064845,-0.094295,0.027283,0.01185,0.017536,-0.008444,-0.006724,0.023095,-0.003615,0.000977,0.028802,-0.093508,0.014368,0.052725,0.009318,-0.017808,-0.042648,0.011316,0.020199,-0.01957,-0.053861,-0.02136,-0.035367,-0.032711,-0.017627,-0.00582,-0.002894,0.033391,0.020985,-0.018173,0.043572,0.0064,-0.012025,0.008889,-0.052405,-0.006929,-0.011985,-0.021254,0.051759,0.017035,0.029518,0.005107,0.006675,-0.048334,-0.007371,-0.006811,0.022026,-0.003685,0.024479,-0.005288,0.045906,0.00528,-0.004957,0.021002,0.018541,-0.070679,-0.019787,0.047071,-0.001341,0.014508,-0.016559,-0.009907,-0.036252,0.002255,-0.010333,-0.025942,-0.032797,-0.013045,0.016614,0.026862,-0.000614,0.004045,0.032624,0.004084,0.010813,-0.026621,0.017723,0.047065,-0.021892,-0.005672,0.00633,0.179078,0.00603,-0.037353,-0.000656,0.003178,-0.02431,-0.002911,-0.018719,-0.031931,0.001754,-0.001087,0.035794,0.011075,0.013429,-0.006796,0.036084,0.008622,0.009125,0.006484,-0.024846,0.008706,0.03704,-0.214583,-0.025783,-0.040251,0.032266,0.013903,-0.046051,0.025072,-0.0355,-0.001558,-0.046448,-0.033225,0.002972,-0.011731,0.019255,-0.024608,-0.022452,0.05309,-0.039498,0.014974,-0.01326,0.056892,0.074943,-0.013985,0.114919,0.01395,-0.006986,0.0146,0.014466,-0.010068,-0.019589,0.004355,0.01685,0.029626,-0.024954,-0.030652,0.004239,-0.04016,0.024413,-0.036095,-0.008987,0.041964,0.008433,-0.035369,-0.000913,-0.011227,-0.01161,0.026315,-0.025543,0.004384,-0.006303,0.034844,-0.006834,-0.048445,-0.035529,0.057436,0.010437,-0.000244,0.017699,-0.052073,0.000526,-0.008945,0.042931,0.003514,-0.046439,-0.032137,0.029788,0.019581,-0.041106,-0.017201,-0.012369,-0.007781,-0.053924,-0.022117,0.054761,0.042916,0.183029,0.027327,0.016199,0.008713,0.00508,0.030899,0.010232,0.025858,-0.040973,-0.010379,0.038767,0.010636,0.024547,-0.016698,0.000903,-0.017537,0.024288,0.005929,-0.007053,-0.042268,0.019204,0.033781,-0.004514,-0.006677,0.014547,-0.021466,0.02574,-0.004723,0.036368,0.025463,0.0192,0.011716,0.014066,0.018251,0.01094,-0.017637,0.042141,-0.032805,0.01097,-0.027085,0.018898,-0.014882,-0.014646,-0.049204,0.051799,-0.018167,-0.022776,-0.001475,0.062095,-0.031015,0.016674,-0.065518,0.034127,-0.01661,0.034897,0.007442,0.019086,0.016177,-0.007012,-0.004541,0.012221,0.006487,-0.019534,-0.013045,0.013765,-0.043723,-0.125427,-0.008343,-0.022278,-0.01036,0.018363,0.032936,-0.006047,-0.095204,0.035059,0.006309,0.034915,0.037757,-0.041548,-0.00672,0.00645,-0.042884,0.000672,0.058494,-0.025003,0.016596,0.0234,-0.018691,-0.001369,-0.027144,0.026497,-0.02941,-0.014753,-0.006844,0.040917,0.0479,-0.010224,-0.035473,-0.025376,-0.006893,0.020028,-0.003687,-0.020217,0.015783,-0.000164,0.024283,0.043757,-0.004059,-0.016833,0.007091,-0.03547,0.000183,-0.01762,-0.016284,-0.058978,0.012022,0.00563,0.057522,-0.008257,0.09117,0.003596,0.015602,0.029893,0.006813,-0.007515,-0.014063,0.029983,0.043186,-0.018817,0.008779,-0.006739,0.00336,-0.026212,0.009841,-0.044693,-0.017888,-0.009876,-0.013186,-0.030306,0.006172,0.004038,0.021825,0.023573,0.003802,-0.005706,0.004311,-0.02053,0.002133,-0.048934,0.002936,0.006276,0.037578,-0.013986,-0.051101,0.004976,-0.005133,-0.028436,-0.043854,0.012424,-0.007053,0.005618,-0.003108,-0.035551,0.007412,0.045723,0.048312,0.007636,-0.028924,0.026148,0.036615,-0.008681,-0.011498,0.031138,0.007742,-0.028694,-0.010817,0.044771,-0.022676,-0.028052,0.033444,0.020394,-0.00229,0.027457,0.025814,0.107175,0.018001,0.040973,-0.020107,-0.017749,0.0153,0.053598,-0.00354,-0.050547,-0.018764,0.015859,-0.022356,-0.010942,0.065389,-0.027759,-0.008225,0.001057,-0.019488,-0.048953,-0.018164,0.11357,0.003983,0.015545,-0.02797,0.026147,0.003393,-0.016606,0.032647,0.015685,0.017597,0.039017,0.044841,-0.017772,-0.044225,0.007621,0.057115,-0.013667,0.000116,0.005125,-0.044853,-0.001349,-0.028554,0.000231,-0.006163,0.042602,0.011794,0.027865,0.001407,0.046798,0.038001,-0.018991,-0.043667,0.023392,-0.046671,-0.028529,0.022848,0.050714,-0.031533,0.051754,-0.005681,0.027183,0.034606,-0.009124,-0.009726,-0.045484,-0.02472,0.005737,0.038063,-0.028457,0.003499,-0.013734,-0.007387,-0.026123,0.01644,-0.007841,-0.025493,-0.009353,0.003957,0.022764,0.008732,0.669279,-0.004211,0.007527,0.013246,0.009093,-0.013341,0.011537,-0.005592,0.039755,-0.042807,0.019327,-0.014666,0.004832,0.034111,0.005989,-0.001734,0.040533,0.003875,0.033817,-0.014912,0.002154,-0.029925,0.051404,0.002448,0.030644,0.04609,0.031897,-0.038677,0.002112,0.045417,0.000915,-0.034943,-0.026991,-0.026781,0.006857,-0.016846,-0.01912,0.027432,0.016058,-0.048459,-0.009639,-0.039737,0.014132,0.006173,0.008209,-0.041742,0.029849,0.018998,-0.00302,0.002978,-0.003403,-0.005158,0.034254,0.046127,-0.005725,-0.002043,0.007227,-0.038879,-0.009885,0.025233,0.02387,-0.007159,-0.0514,0.028564,0.023701,0.024463,0.001203,-0.012823,0.021261,0.026154,0.072484,-0.090405,0.019375,0.011528,0.028861,-0.001877,0.002127,0.030819,0.012675,0.022096,0.010632,-0.071702,-0.009316,0.02122,0.001531,-0.029071,-0.060643,-0.007003,0.015975,-0.019783,-0.054579,-0.017505,-0.027796,-0.028015,0.003522,-0.023417,-0.002299,0.032262,0.031077,-0.028023,0.018871,-0.00799,-0.008203,0.012024,-0.0789,-0.02369,0.00385,-0.012397,0.061906,-0.006095,0.044446,0.012164,0.008219,-0.041615,-0.015278,-0.016136,0.025539,-0.003986,0.018594,-0.006981,0.019337,-0.004777,0.000507,-0.03275,0.028402,-0.080972,-0.034826,0.040665,0.020607,0.000114,-0.00447,-0.004252,-0.039218,0.004828,-0.005989,-0.030318,-0.029186,0.007702,0.014628,0.0291,0.024867,0.002478,0.010105,0.010457,-0.011188,0.000225,-0.001416,0.060631,-0.009457,-0.01384,0.015332,0.179927,-0.000555,-0.043828,-0.009319,-0.015622,-0.038155,-0.011107,-0.024465,-0.020038,-0.007814,0.017131,0.026233,0.02451,0.008054,-0.00178,0.039162,0.008922,0.000058,-0.001156,0.004212,0.008516,0.034936,-0.215387,-0.012652,-0.039682,0.029073,0.002589,-0.027514,0.031571,-0.013151,-0.000808,-0.036596,-0.008499,0.000798,-0.022595,-0.003811,-0.022348,-0.011988,0.055006,-0.01017,-0.009012,0.010371,0.057553,0.068451,-0.002423,0.12808,0.01138,-0.007025,0.015453,0.029504,-0.001975,-0.025648,-0.013866,0.031508,0.021675,-0.035195,0.00459,0.015363,-0.043357,0.039032,-0.026179,0.007762,0.037629,-0.010638,-0.019921,0.000163,-0.012359,-0.011086,0.016384,-0.02382,-0.00192,-0.020218,0.021595,-0.01487,-0.029115,-0.03251,0.01722,0.000071,-0.001907,0.01008,-0.020206,-0.009504,0.002071,0.02894,-0.011503,-0.032846,-0.031183,0.008525,0.021016,-0.029963,0.00904,-0.019254,-0.019381,-0.034675,0.002294,0.034818,0.037079,0.186472,0.027255,0.026095,-0.004833,-0.003604,0.016072,0.009101,-0.004283,-0.049418,-0.042447,0.004913,0.001857,0.02146,-0.022322,-0.000074,-0.018041,0.052536,0.006962,-0.016227,-0.073851,-0.008293,0.030247,-0.013489,0.017493,0.029196,-0.017762,0.0101,0.004757,0.029588,0.03123,0.031218,0.006663,0.013068,0.019875,-0.005486,-0.029542,0.031177,-0.046633,-0.002217,-0.013505,0.003727,-0.042301,-0.008473,-0.019569,0.052959,-0.013505,-0.00789,0.014553,0.027146,-0.022404,0.00591,-0.023786,-0.000333,-0.005212,0.039953,-0.006661,0.009089,0.017763,-0.029808,-0.002827,-0.001033,0.002463,-0.020449,-0.009037,0.007377,-0.043876,-0.116138,-0.002598,-0.025931,-0.000492,0.005115,0.039571,-0.023853,-0.100206,0.011153,0.043256,0.036577,0.017237,-0.04511,0.018631,0.015298,-0.015543,0.025787,0.045972,-0.009598,0.018572,-0.000726,-0.008131,0.006488,-0.027728,0.006364,-0.032833,-0.010478,-0.019925,0.020397,0.014574,-0.037591,-0.039455,-0.003468,-0.0084,0.036923,-0.005175,-0.036761,0.006349,-0.001481,0.02337,0.029798,0.008668,-0.023134,0.000705,-0.05279,-0.018439,-0.005545,0.002252,-0.048993,0.018931,0.017897,0.033596,0.001582,0.122386,0.002253,0.003982,0.029053,-0.016314,0.00291,-0.026891,0.034796,0.033623,-0.011003,-0.019031,0.004374,0.000897,-0.007826,0.001376,-0.034375,-0.018183,0.002943,-0.039071,-0.044408,-0.018905,0.011323,0.012307,0.030775,-0.017573,-0.015214,0.030894,-0.035445,0.014409,-0.046417,-0.012811,0.022276,0.047438,0.002453,-0.016324,-0.008058,0.001197,-0.010977,-0.020111,0.017238,-0.004853,0.002656,0.033658,-0.042167,0.009326,0.043582,0.032611,0.018987,-0.011376,0.027018,0.009717,-0.021963,-0.03215,0.022602,0.015525,-0.01382,-0.015783,0.016426,-0.020832,0.001042,0.021878,0.000614,0.01438,0.021163,0.011058,0.102622,0.01481,0.031787,-0.007494,-0.015057,0.007864,0.040913,0.026635,-0.058584,0.015653,0.016369,-0.006319,0.004681,0.042883,-0.033317,-0.005243,0.025448,-0.003679,-0.046646,-0.002665,0.09126,0.009142,-0.019475,-0.016461,0.036095,-0.003426,-0.002365,0.01389,0.023562,0.020842,0.030678,0.060724,-0.005666,-0.0253,0.004595,0.039453,0.000744,0.008366,0.027361,-0.07326,0.001352,-0.035022,-0.016918,0.010933,0.036336,0.030023,0.024569,0.005741,0.023165,0.026375,0.002737,-0.01687,0.013469,-0.046462,-0.006905,0.01529,0.02916,-0.030784,0.027437,-0.004048,0.023781,0.022995,-0.01576,-0.012921,-0.018094,-0.036661,-0.005408,0.017536,-0.039082,0.014711,-0.026793,0.015525,-0.008279,0.029737,-0.01392,-0.016037,0.004169,-0.003094,0.00566,-0.022353,0.704495,-0.019227,-0.004563,0.020994,0.008113,-0.023433,0.020239,-0.001839,0.013214,-0.042379,0.011312,-0.009983,-0.00955,0.035726,0.017848,0.001999,0.035389,-0.00202,-0.000805,-0.018851,-0.014926,-0.017484,0.032781,-0.005103,0.048063,0.053936,0.016971,-0.018771,0.009521,0.038913,-0.015829,-0.014238,-0.035088,0.001794,-0.003014,-0.026353,-0.006942,0.013467,0.020206,-0.050793,-0.017368,-0.021913,0.02092,-0.001781,0.003466,-0.014415,0.014163,0.054077,0.001557,-0.018417,-0.007801,0.003461,0.025028,0.023427,0.000589,-0.000959,0.009859,-0.051524,0.005587,0.011826,0.02359,-0.002732,-0.038862,0.04192,0.0202,0.022316,0.011676,0.002004,0.012042,0.025759,0.02791,-0.082916,0.027314,-0.00037,0.009971,0.007097,0.000983,-0.047795,0.01962,-0.002331,0.013015,-0.077011,0.006415,-0.006339,-0.015763,-0.00452,-0.043357,0.008133,0.03418,-0.005406,-0.035916,-0.001754,-0.009271,-0.007147,0.005048,0.027508,-0.003089,0.03324,-0.001606,0.011701,0.025953,0.031722,-0.020875,0.015657,-0.038347,0.002289,0.011763,-0.020672,0.002832,0.061228,0.039586,0.011845,-0.01923,0.001965,-0.037679,0.003493,-0.016634,-0.023264,0.025329,0.016506,0.055703,-0.02045,-0.008496,0.010275,0.053958,-0.032919,-0.053562,0.011153,0.030925,-0.036536,-0.015205,0.02769,-0.009957,0.000242,-0.029436,-0.005584,-0.002425,0.011324,0.025613,0.010487,0.019859,0.001996,0.026674,0.011421,-0.051164,0.002871,0.04593,-0.013198,-0.00231,-0.005793,-0.031158,0.18641,0.030041,-0.017886,0.007273,-0.01116,0.024634,-0.033704,-0.017695,-0.01693,0.03324,-0.002596,-0.006833,-0.002631,-0.011868,-0.025801,0.051689,-0.015603,0.002605,-0.002392,-0.030451,-0.014099,0.018327,-0.186145,-0.016811,-0.036348,0.002793,-0.012127,-0.013442,-0.013755,-0.028065,-0.02254,-0.025828,-0.010546,-0.024487,-0.02367,-0.019957,-0.021697,-0.048152,0.062948,-0.006618,0.008374,0.003849,0.040604,0.088871,-0.033909,0.085818,0.025596,-0.03047,0.019542,0.010995,0.001175,0.012081,0.01038,0.035847,0.002033,-0.02939,-0.011834,-0.010846,0.00604,0.023595,-0.036687,0.016711,0.027933,-0.006252,-0.004899,-0.014129,-0.002565,0.017197,0.015655,-0.012247,0.005087,-0.000893,0.037858,-0.003168,-0.022643,-0.037815,0.07761,0.015808,-0.04796,0.002975,-0.021853,0.02164,0.030182,0.019281,-0.008451,0.013125,-0.052588,0.019927,-0.006885,-0.024425,0.010372,-0.00116,0.00881,-0.009898,0.011941,-0.001454,0.069476,0.106321,0.015743,0.021156,-0.005678,0.025397,0.009655,0.005776,0.002089,-0.030308,-0.037353,-0.001965,0.036653,0.01563,-0.009481,-0.002261,-0.028523,0.022422,-0.002879,0.014154,-0.058334,0.021689,0.041948,0.017925,-0.020956,0.006024,-0.006668,0.033943,0.043108,0.005006,0.023278,0.020546,-0.009638,0.046376,-0.01713,0.001539,-0.011747,0.018141,-0.020716,0.044074,-0.007503,0.022697,-0.011694,-0.0133,-0.034887,0.05461,0.004567,-0.044676,-0.013218,0.034424,-0.00939,-0.007867,-0.01333,-0.002359,-0.053406,0.023794,0.020779,-0.004038,0.00714,0.020397,-0.019347,0.003539,0.00956,-0.025272,-0.04915,-0.002541,-0.030561,-0.107417,0.014442,-0.004126,-0.009023,0.001145,-0.025439,0.003693,-0.101928,0.055422,0.002884,-0.021973,0.001087,-0.015046,0.03112,0.041927,-0.006511,0.039404,0.029042,-0.027892,0.009372,0.010552,-0.018725,0.005547,-0.031142,-0.01812,-0.014782,0.004354,-0.025257,-0.007347,0.014366,-0.014533,-0.001399,-0.024913,0.005231,0.024443,-0.00825,0.0051,-0.010105,-0.037686,0.011152,0.018625,-0.010819,0.000398,0.014021,-0.0331,0.01908,-0.016595,-0.034815,-0.052934,0.030968,0.014588,0.023863,0.01753,0.087427,0.027018,-0.024827,0.030015,-0.021677,0.006133,-0.016471,0.027795,-0.03405,0.011313,-0.02767,-0.02294,0.007269,-0.049167,-0.012001,-0.043149,-0.018931,-0.015863,-0.000329,0.006312,0.012848,-0.026231,0.017278,-0.022481,0.034223,0.04277,0.022205,-0.014225,0.00383,-0.020374,-0.036059,-0.007084,0.059911,-0.004653,-0.037199,-0.018042,0.017236,-0.031965,-0.064788,-0.002604,-0.001013,-0.012984,0.021741,-0.054921,-0.000359,0.011112,0.038424,0.021459,-0.01375,0.00967,-0.000792,-0.024489,0.006523,-0.043902,0.026693,-0.010364,-0.032334,0.016057,-0.026146,-0.007384,0.029245,-0.003857,0.041894,0.002659,0.005203,0.104603,-0.003456,-0.012223,-0.01691,-0.035173,0.019661,0.038246,0.010406,-0.026532,0.002833,-0.009678,-0.042911,-0.023376,0.045344,0.050481,-0.027566,-0.02035,0.001108,0.035127,-0.009117,0.093461,0.022015,-0.016874,-0.046112,0.002313,-0.004731,0.013089,0.010232,-0.012608,0.004655,0.014994,0.035091,0.004884,0.000349,0.000034,0.027851,-0.021079,0.027311,-0.004478,-0.02344,0.025648,-0.016203,-0.015229,-0.030334,0.037054,0.048395,-0.012338,0.001556,-0.005431,0.066429,-0.014676,-0.01221,0.029321,-0.044397,0.002931,0.004094,0.011398,-0.024952,0.025011,-0.040418,0.034003,0.003006,0.014383,-0.013898,-0.011037,-0.037614,-0.005194,0.019778,-0.022238,-0.014784,-0.023931,-0.032523,0.009101,-0.002082,0.001502,-0.034367,0.007916,-0.022934,0.008018,0.020332,0.723919,-0.010467,-0.017673,-0.00386,0.018782,-0.012076,0.034109,0.021691,0.017712,-0.010116,0.00193,-0.004598,0.004337,0.027416,-0.002673,0.000706,0.019187,0.002018,0.033801,-0.044054,-0.028127,-0.038986,0.042658,0.030755,0.005002,0.057316,0.00087,-0.038016,0.00869,0.040309,-0.031112,-0.01634,-0.065602,-0.014368,-0.017435,0.021188,-0.034169,0.02411,0.002016,-0.073109,-0.030502,-0.01353,0.005346,-0.015246,0.012079,-0.013478,0.026733,0.030919,0.036838,-0.009295,0.02031,0.000375,0.021538,0.080431,0.000198,0.007424,0.001302,-0.038571,0.016734,-0.013319,0.012808,-0.021697,-0.020396,0.073074,0.024331,0.04755,-0.009305,0.000789,-0.003816,0.027655,0.047012,-0.07263,0.029431,0.014765,0.024796,0.01757,0.005017,-0.021535,0.002292,0.001108,-0.002765,-0.068102,-0.023739,0.014343,0.004988,0.002284,-0.048642,0.007719,-0.002442,-0.015204,-0.054371,0.00964,0.005393,-0.029982,-0.010582,-0.004342,0.035788,0.039343,0.026755,-0.010751,0.034651,-0.007086,0.020528,0.02189,-0.061856,-0.00226,0.018997,-0.011107,0.034235,0.036529,0.022355,-0.020372,-0.016481,-0.014815,0.002645,-0.016848,0.001351,0.016287,0.013065,0.001995,0.003189,-0.025596,0.016092,-0.01486,0.003894,-0.039741,-0.060277,0.04518,0.031627,-0.034719,0.018262,0.007803,-0.012035,-0.01625,-0.012307,-0.023273,0.007107,0.009386,0.043811,0.033141,0.005356,0.012962,0.0299,0.029247,0.031038,0.019593,0.000418,0.026016,-0.010056,-0.007112,0.014856,0.136891,0.018243,0.008176,-0.00572,-0.001458,-0.013837,-0.014507,-0.037146,-0.017748,0.036568,0.0196,0.041668,-0.011092,-0.01957,0.027815,0.060558,0.001458,0.025949,-0.030501,0.000124,0.001605,0.024195,-0.165171,0.009471,-0.041902,0.011566,0.009644,-0.01064,-0.020026,-0.024947,-0.012714,-0.020011,-0.009102,-0.008129,-0.041727,-0.00004,0.041779,-0.015235,0.045902,-0.006844,0.005184,0.000275,0.03901,0.095001,-0.003551,0.058724,0.019353,-0.008536,-0.002133,0.00178,0.039741,-0.01219,0.012452,0.049848,0.01872,-0.036166,0.023365,0.039502,-0.037199,0.040527,-0.02256,0.008982,0.018875,-0.008704,-0.026088,-0.000832,-0.002678,-0.030954,0.018165,-0.01712,-0.026911,0.013757,0.014799,-0.011206,0.001495,-0.019115,0.023023,-0.011581,-0.00681,0.007624,-0.027904,-0.014979,-0.010409,0.015102,-0.005509,-0.00291,-0.037952,0.013554,0.000761,-0.043767,0.007909,0.020276,0.033274,-0.020877,0.024227,0.039101,0.052252,0.217108,0.01889,0.030545,0.013045,0.016106,0.012013,0.017901,0.006159,-0.023956,-0.049799,0.002348,0.01725,0.024525,-0.003707,-0.011464,-0.033214,0.077873,0.015851,-0.004836,-0.056007,0.005396,0.01716,0.000014,0.011763,0.011731,0.001021,0.0007,0.002569,0.004161,0.018531,0.02022,-0.00378,0.034037,0.004113,-0.001173,-0.042301,0.018771,-0.012016,0.022564,-0.034241,0.029127,-0.008751,-0.006751,-0.042082,0.035005,-0.01345,-0.042808,-0.003601,0.014829,-0.01239,0.009111,-0.013866,0.012824,-0.036768,0.024677,0.004035,0.01195,-0.004179,-0.018306,0.000392,-0.000183,0.027094,-0.023715,-0.012065,0.009244,-0.014761,-0.082675,0.028226,-0.029092,-0.001836,0.03077,0.057389,0.008204,-0.082512,0.054941,-0.001207,0.067424,0.028286,-0.009562,-0.012118,0.04688,-0.001246,0.037979,0.047375,-0.012669,0.010555,-0.022506,0.021937,-0.008549,-0.012052,0.026735,-0.025118,0.011095,0.004941,0.017782,0.019686,0.007468,0.001626,-0.00638,-0.004442,0.045598,0.008138,0.020935,-0.021891,-0.02603,-0.009151,0.038151,-0.018536,-0.026615,0.000505,-0.046117,0.006361,-0.029433,-0.001882,-0.032181,0.017448,0.013068,0.022098,0.024627,0.081741,0.021168,-0.015051,0.07201,0.030253,0.007415,-0.012649,0.055174,-0.015596,0.005482,-0.034062,-0.004084,-0.024673,-0.030755,-0.037417,0.008626,-0.016248,0.009971,-0.001821,-0.009762,0.006752,-0.033411,0.013341,0.01894,-0.005425,0.009235,0.010015,-0.027955,-0.014616,-0.05091,0.002961,-0.026978,0.049241,-0.022316,-0.00835,-0.028828,0.015589,-0.026278,-0.046148,-0.018417,0.008448,0.002127,0.018067,-0.026258,0.014528,0.030998,0.005077,0.025522,-0.010137,0.020657,0.019645,-0.021034,-0.015544,0.059812,0.027984,-0.020101,0.003615,0.011472,-0.020564,-0.035464,0.018636,-0.015336,0.02561,0.036382,0.018255,0.112991,0.018002,0.014757,0.002038,-0.018752,0.021135,0.053874,0.036552,-0.033445,-0.012332,-0.018528,0.013238,-0.021611,0.030289,0.012417,-0.00823,-0.013934,-0.01625,-0.00433,-0.032031,0.068281,0.016157,0.008804,-0.0072,0.013244,0.011591,0.00218,0.013257,-0.004378,0.002454,0.03178,0.031268,-0.009302,-0.005993,-0.013148,0.0202,-0.030233,-0.0079,-0.000061,0.00426,0.004358,-0.028396,-0.028103,-0.011864,0.021911,0.021089,0.024064,0.01424,-0.008722,0.054656,0.000462,-0.003599,0.019061,-0.035366,-0.018959,0.02223,0.036208,-0.015329,0.056638,-0.01456,0.025957,-0.004308,0.018734,-0.001493,0.042315,-0.060638,-0.019348,0.013885,-0.003174,0.020567,-0.008539,-0.018546,0.020081,0.003245,-0.016155,-0.005294,0.001875,-0.033402,0.004756,0.002748,0.740016,-0.017535,-0.003598,-0.00204,-0.001142,0.007982,0.007678,-0.017409,0.025321,-0.026971,0.031714,-0.019241,-0.001843,0.016834,0.059789,-0.008639,0.019807,0.001822,0.034146,-0.046654,-0.039317,-0.032798,0.020602,0.015132,0.017511,0.06691,0.027552,-0.011918,-0.010707,0.038167,-0.038611,0.004449,-0.042976,-0.028605,-0.005104,0.000628,-0.017795,0.027384,0.021096,-0.069452,0.000819,-0.013355,0.044571,0.018212,0.004393,-0.040511,0.004148,-0.007112,0.004146,-0.019856,0.027434,-0.014422,0.014739,0.018948,-0.013635,-0.012275,-0.000121,-0.013758,0.000561,0.026107,-0.002417,-0.014359,-0.018807,0.036586,0.049843,0.04355,0.001701,0.029577,0.006104,0.006854,0.057436,-0.082023,0.038194,0.027756,0.030348,0.015342,0.002833,0.022167,-0.002765,-0.008424,0.030283,-0.064713,0.024341,0.015092,-0.008884,0.041601,-0.039663,-0.012658,0.005168,-0.010231,-0.069933,-0.011819,-0.000087,-0.015068,-0.009667,-0.002704,0.022426,0.038019,0.027185,0.008514,-0.004761,0.031414,0.004316,0.020258,-0.050264,-0.023302,0.010841,0.028223,0.019413,0.087311,0.023135,-0.046104,-0.002295,0.012733,-0.048386,0.015916,0.015866,0.036241,0.007971,0.016519,0.025768,-0.016312,-0.024621,-0.002439,0.004451,-0.043768,-0.005638,0.00026,-0.001785,0.023179,-0.02483,0.013626,0.028462,-0.002102,-0.051106,-0.01564,-0.011668,0.016714,0.013197,0.007653,-0.000402,0.061524,0.010238,0.028206,0.043736,0.017975,-0.007854,0.001702,-0.008128,0.019085,0.024961,0.179722,-0.003492,-0.002304,-0.036579,0.022471,-0.005421,-0.004651,-0.026291,0.000218,0.035545,0.004307,0.012777,0.001752,-0.015894,-0.016898,0.092447,0.002328,-0.013125,-0.007441,-0.010639,0.007326,0.000898,-0.099788,0.030993,-0.023222,0.017437,0.004004,-0.010627,0.023859,-0.019417,0.029363,-0.012237,-0.019443,-0.021473,-0.046622,-0.04056,0.009212,0.000766,0.010326,0.009792,0.0467,0.011945,0.080753,0.069894,-0.035491,0.072055,0.038647,-0.034983,0.026383,-0.004939,-0.00641,-0.011622,-0.000405,0.032767,-0.014569,0.017228,0.007274,0.010796,-0.033762,-0.003631,-0.018738,-0.024669,0.051567,0.015769,-0.023091,0.033777,-0.015515,-0.022751,0.009263,-0.030944,-0.000649,-0.038028,-0.002931,0.015987,0.001621,-0.027346,0.017066,0.027087,-0.015432,-0.021076,-0.000751,-0.005557,0.026615,0.01804,-0.004372,-0.032825,-0.052736,0.014248,0.002723,-0.019659,0.018284,0.013896,0.024559,-0.00816,0.018723,0.004487,0.01371,0.110711,0.015327,0.022408,-0.009821,0.003708,0.025142,0.017016,0.014321,-0.031579,-0.048903,-0.004125,0.013078,-0.010734,-0.013412,-0.028287,-0.044469,0.086772,-0.002692,0.031663,-0.055662,-0.015734,0.023945,0.017329,0.019669,0.00778,-0.016327,-0.013192,0.024193,0.019253,0.005984,-0.009265,0.048258,0.005101,0.037351,0.013893,-0.031124,0.050758,0.009506,-0.01299,-0.014364,0.038543,0.014212,-0.005766,-0.01878,0.006854,0.019217,-0.030431,-0.005541,0.029709,-0.016248,0.03098,0.001229,-0.01238,-0.037358,0.0107,-0.025742,-0.019703,0.00064,-0.006054,0.005807,-0.013053,-0.006565,-0.03708,-0.019742,0.040146,-0.022942,-0.007819,0.014516,-0.024923,0.00184,0.055626,0.020792,-0.035267,-0.003617,0.011037,-0.019389,0.023673,0.004853,0.000434,0.03052,0.00053,-0.025767,0.003133,0.024139,-0.003813,0.034821,-0.016768,-0.048795,-0.020389,-0.023094,0.012747,-0.043327,0.002774,0.003818,0.024935,0.012268,0.00211,0.000947,-0.042928,0.00618,0.057553,0.014285,-0.016285,-0.014515,0.012425,0.032335,0.021093,0.013063,-0.019812,-0.012098,-0.014054,0.014948,-0.009907,-0.032337,-0.045859,0.002332,-0.015585,0.034365,0.019533,0.07457,0.010721,-0.033525,0.005272,-0.024083,0.023697,-0.018126,0.051263,0.008526,-0.014617,-0.031172,-0.030381,-0.027735,-0.029001,-0.024193,-0.02196,-0.013877,0.003553,-0.017935,0.039731,-0.002548,-0.026731,0.026841,0.028453,-0.019911,0.009728,-0.022368,-0.020414,-0.010764,-0.051546,-0.020551,0.016171,0.029724,-0.02338,0.011673,-0.034752,0.016231,-0.005332,-0.019331,0.01357,0.03032,-0.006138,0.023477,-0.043538,-0.024518,0.022725,0.036865,0.030201,0.003497,0.018681,-0.014803,-0.010243,-0.01374,0.036043,-0.007451,-0.030506,-0.024479,-0.006002,0.002268,-0.016513,0.01316,0.017002,0.009726,0.006213,0.009648,0.117896,-0.007625,0.006688,-0.050504,-0.023154,-0.016651,0.050699,0.018141,-0.018297,-0.054099,0.027169,-0.04816,-0.010513,0.028304,0.005806,-0.025705,0.006286,-0.024148,0.016805,-0.000464,0.083084,0.008858,-0.007552,-0.003311,-0.003431,0.015361,0.004537,-0.024961,-0.000317,-0.021106,-0.003304,0.030955,-0.016101,0.02592,-0.021199,0.025011,-0.047129,0.012154,-0.028868,-0.000427,0.033593,0.004721,0.042696,-0.011289,0.006241,0.0377,0.000155,0.003331,0.01648,0.058008,0.002537,-0.011919,0.010183,-0.01222,-0.006967,0.038601,0.015153,0.003498,0.009971,-0.01217,0.00613,-0.019739,0.029384,-0.04105,0.019982,-0.041098,-0.022135,0.017401,-0.034958,-0.020543,-0.048893,-0.014277,0.026538,-0.0017,-0.012685,-0.016313,-0.034456,-0.02273,-0.002985,0.002271,0.754548,0.002978,0.027526,0.04502,0.007278,-0.007431,-0.00712,-0.025407,0.005352,-0.025638,-0.009157,0.005476,0.026096,0.045934,0.046481,-0.033741,0.017602,-0.025208,-0.016497,-0.014308,-0.018601,-0.027416,0.036424,0.035233,-0.017463,0.054362,0.008062,-0.056817,-0.018465,0.033263,-0.036394,-0.000666,-0.038754,-0.019726,-0.039361,-0.028574,-0.025986,0.008785,0.022807,-0.102793,0.00285,-0.046014,0.000887,0.010586,-0.002229,0.021068,0.041837,0.002778,-0.034128,-0.032075,0.015351,0.018845,0.015216,0.042707,-0.000699,-0.014249,0.017615,-0.011577,0.006957,0.019074,-0.020041,-0.005402,-0.003598,0.053348,0.029434,0.028604,0.004348,0.020462,-0.017873,0.002141,0.022774,-0.103536,0.03471,0.040265,-0.00845,-0.001095,0.019802,-0.01653,-0.002798,0.021359,0.004506,-0.067516,0.03888,0.030996,-0.028991,0.007674,-0.023479,-0.000928,0.02607,-0.018853,-0.028799,-0.008713,-0.013341,-0.026291,-0.000264,0.013854,0.009577,0.048687,0.013214,-0.008274,0.01283,0.027756,0.018082,0.032056,-0.061989,-0.006665,0.015961,-0.012366,0.015201,0.02649,0.027155,-0.029489,-0.002924,-0.033226,0.016014,-0.010468,0.019978,0.011189,0.011617,0.0175,0.035596,-0.03307,-0.024591,-0.017633,0.025217,-0.05529,-0.045458,0.026052,0.036725,-0.006466,-0.034535,-0.036449,-0.019597,0.0147,-0.050653,-0.030444,0.003089,0.010161,0.001399,0.03223,-0.019832,0.02425,0.020394,0.041896,-0.027732,0.045673,0.008836,0.021627,-0.010859,-0.025485,-0.010762,0.169721,0.024785,0.014314,-0.006028,0.002955,0.019018,-0.018204,-0.041531,-0.007701,0.045436,-0.009782,-0.013287,0.01063,-0.01199,0.019596,0.043333,0.005089,0.005221,-0.010569,-0.032289,-0.003676,0.001502,-0.234751,-0.015509,-0.025848,0.01655,-0.011337,-0.019843,0.015573,-0.026944,0.010368,-0.044612,-0.026508,-0.016041,-0.016456,-0.012498,-0.005318,-0.017042,0.037112,0.00204,0.03075,-0.001115,0.051201,0.076837,-0.04341,0.048471,0.027995,-0.002803,0.007428,-0.016796,0.022509,-0.022434,0.010919,0.019551,0.014199,-0.018252,-0.002708,-0.00043,0.004988,0.030594,-0.040193,0.020571,0.047112,0.061526,-0.009222,0.006121,-0.01359,0.008274,0.00133,-0.009472,-0.010857,-0.009786,0.014272,0.002298,-0.032281,-0.029445,0.019359,0.002624,-0.010391,0.000968,-0.049612,0.033998,0.000982,0.010299,0.010648,-0.012816,-0.05455,-0.022236,-0.024229,-0.047549,0.004767,-0.013301,0.029596,-0.013601,0.033209,0.02124,0.046697,0.141462,-0.008653,0.016098,-0.001981,0.043114,-0.025755,0.000486,0.005261,-0.012373,-0.02559,-0.015299,0.000037,0.003549,0.001388,-0.005904,-0.046051,0.005442,-0.001993,-0.021405,-0.058878,-0.010079,0.03506,0.00931,-0.010924,0.010994,-0.026609,-0.017052,-0.002172,0.002209,0.00969,0.031107,0.039235,0.001317,0.024682,-0.015029,0.001165,0.018421,0.014261,0.03812,-0.011162,0.037426,0.013727,0.004828,-0.021496,0.054592,0.010873,-0.040867,-0.028179,0.027291,-0.028095,-0.004169,-0.04016,0.027606,-0.034595,0.035722,0.014535,0.006562,0.016879,-0.002345,-0.018542,0.0064,0.021757,-0.011412,-0.041118,0.040072,-0.024502,-0.090922,-0.023084,-0.000521,-0.008836,0.02323,0.011495,0.007041,-0.069445,0.02846,-0.00325,0.000536,0.006144,-0.020433,0.017929,0.016427,0.020658,0.008918,0.064347,-0.010272,0.001508,-0.012943,-0.002255,-0.017762,-0.013063,0.026965,-0.026815,0.017699,-0.006982,0.012109,0.027821,0.023482,-0.02328,0.010996,0.02209,0.008069,0.029323,-0.016999,0.011054,-0.009597,0.015149,0.048603,0.008722,-0.04308,0.025883,-0.037646,0.043626,0.005006,-0.02923,-0.059269,0.009954,-0.004244,0.01289,0.017632,0.10776,0.003034,-0.012738,0.051152,-0.003655,-0.021713,-0.037981,0.031351,-0.012899,-0.017194,-0.011606,-0.009748,0.012818,-0.034747,0.000509,-0.032724,-0.028803,-0.028621,-0.023286,-0.00187,0.003602,-0.00593,0.009151,0.014268,-0.000109,0.018911,-0.004848,0.011162,-0.038912,-0.010895,0.013919,0.010622,0.027929,-0.007579,0.000357,-0.031008,0.001855,-0.007858,-0.028122,-0.028475,-0.014285,-0.016453,-0.000778,-0.028865,-0.035698,0.031262,0.035151,0.035807,-0.025621,0.018917,0.022104,-0.017648,-0.014445,0.008326,0.019812,0.005925,-0.018514,-0.009114,-0.020692,-0.043278,0.015507,-0.019054,0.014413,-0.000857,-0.000263,0.103144,-0.00317,0.019272,0.013716,-0.013367,-0.002378,0.025413,0.027544,-0.030356,-0.035866,-0.016966,-0.025498,0.017406,0.021469,-0.008501,-0.020045,-0.006224,-0.017521,0.022275,-0.004042,0.142991,0.014895,-0.005299,-0.015132,0.016072,-0.050757,0.039545,0.026175,0.016024,0.029908,0.014942,0.012823,0.005763,0.030406,0.015324,0.000933,-0.019225,-0.0043,0.025842,-0.007857,0.014974,-0.000321,0.02313,-0.017683,0.035507,0.018998,-0.002057,-0.010384,-0.011303,0.090514,-0.011788,0.020353,0.006401,-0.03744,-0.0083,-0.007731,0.024707,-0.015531,0.024885,-0.025403,0.026107,0.014599,0.021159,-0.017522,-0.016391,-0.047849,-0.004382,0.019357,0.003241,-0.022036,0.024579,-0.02439,-0.0225,0.005249,-0.014524,0.009732,-0.011165,-0.019094,0.035288,0.018136,0.723416,-0.016113,0.010507,-0.020679,0.01779,-0.024102,0.014621,-0.00337,0.022328,0.006102,0.01669,-0.01407,0.02017,0.048508,0.010746,-0.00173,0.019627,-0.009911,0.038659,-0.030895,0.003395,-0.026673,0.042486,0.047408,0.000324,0.060112,0.015352,-0.00617,0.014163,0.053811,-0.001014,-0.006636,-0.011847,0.015676,-0.01032,-0.01185,-0.015773,-0.01133,-0.007223,-0.067106,-0.016508,-0.002604,0.030585,-0.037451,0.01924,-0.031668,0.021823,-0.005366,-0.012782,-0.008916,0.033765,-0.002741,0.009701,0.053642,0.011472,-0.017552,0.010874,-0.036529,0.029356,0.032717,-0.019928,-0.014592,-0.010355,0.074315,0.039503,0.041442,-0.033355,0.013093,0.041379,-0.002706,0.035352,-0.061455,0.026764,0.016212,-0.005056,-0.018806,0.014374,-0.008992,-0.00569,-0.015881,-0.003448,-0.094435,0.0086,0.017984,0.001725,-0.00073,-0.043787,0.00257,0.014908,-0.016045,-0.036712,0.037597,0.000091,-0.014267,0.012684,-0.003211,-0.026017,0.014492,0.011414,-0.008345,0.011299,0.012358,-0.00986,0.00398,-0.068543,-0.006248,0.037432,0.017813,-0.021741,0.02138,0.038037,0.017799,-0.015914,-0.022687,-0.006901,-0.008485,0.012636,0.001581,-0.000561,0.016317,0.003222,-0.008096,-0.014178,-0.014231,0.041545,-0.004915,-0.017181,0.035008,0.005157,0.01231,-0.038956,-0.007996,-0.026418,0.018295,-0.018333,-0.011779,-0.019295,0.021624,0.032169,0.031635,-0.000486,0.016478,0.008385,0.018812,0.012654,0.004601,0.024656,0.052106,0.011104,0.003864,-0.003955,0.183512,0.022634,-0.01174,-0.022164,0.01193,-0.000997,-0.01818,-0.020256,-0.034948,0.030143,-0.012028,0.021336,0.047203,-0.014561,-0.003893,0.072094,0.002989,0.017394,-0.019671,-0.028057,-0.005484,0.029427,-0.219688,0.00402,-0.021632,0.021326,0.016221,-0.012529,0.009367,-0.018771,-0.012054,-0.020767,-0.014918,-0.027097,-0.032094,-0.011906,-0.040444,-0.036776,0.027788,-0.007091,-0.002407,0.01172,0.038656,0.086629,-0.020217,0.079749,0.016837,-0.000845,0.016669,0.01543,0.001516,0.000299,0.027626,0.015986,0.014339,-0.032105,-0.010519,-0.009022,-0.003958,0.043867,-0.04495,0.011246,0.02634,0.018303,-0.015113,-0.013575,0.00218,-0.010973,0.025911,-0.016281,-0.020803,0.007264,0.023215,-0.012534,-0.009745,-0.022891,0.046945,-0.006478,-0.019144,-0.000254,-0.032774,0.020859,0.018234,0.012491,0.01068,-0.001389,-0.048211,0.014111,-0.005829,-0.029505,0.024896,0.002149,0.012658,-0.009401,0.012309,0.027694,0.054569,0.130836,0.034624,0.027248,-0.004137,0.021985,0.000368,0.004181,-0.006157,-0.021059,-0.029897,0.016497,0.000157,0.016781,0.003693,-0.025223,-0.05618,0.05871,0.008774,-0.014106,-0.052631,0.021524,0.031634,0.036758,-0.006996,0.003706,-0.017145,-0.006277,-0.006185,0.008221,0.015351,0.013177,0.027383,0.015998,-0.008967,0.004415,-0.009386,0.002212,-0.0317,-0.004357,-0.009481,0.024441,-0.022308,0.005761,-0.032506,0.029496,-0.01422,-0.039617,0.02441,0.006346,0.002392,0.036995,-0.018809,0.017525,-0.034105,0.012257,0.01795,0.005287,0.026077,0.006216,-0.022623,-0.008295,0.02599,-0.034653,-0.01147,0.019966,-0.045465,-0.140012,-0.004359,-0.00053,-0.018007,0.04196,0.009298,-0.00888,-0.074835,0.043974,-0.016682,0.016723,0.009835,-0.009781,0.003232,0.021521,-0.016134,0.026245,0.030735,-0.001508,0.003964,-0.015834,0.002374,0.009806,-0.028329,0.018486,-0.024157,0.008779,-0.018193,0.020075,0.017595,0.018776,-0.045609,-0.010034,-0.013252,0.006706,0.027651,-0.000165,-0.004135,-0.001037,0.001977,0.036568,-0.025359,-0.002311,0.006013,-0.004891,-0.004935,0.00755,-0.047716,-0.044503,0.015356,-0.006557,0.02541,0.019512,0.098613,0.00437,-0.03588,0.026168,-0.002678,-0.009922,-0.030007,0.030814,-0.008875,-0.019034,-0.035516,-0.006502,-0.003875,-0.02872,-0.025726,-0.022443,-0.043827,-0.005279,-0.029287,-0.01145,-0.008703,0.012686,-0.017387,-0.00142,-0.002833,0.007202,0.027198,-0.002676,-0.004258,-0.020121,-0.000354,-0.003753,0.036026,-0.024732,-0.002432,-0.021763,0.008289,-0.001823,-0.038567,0.003995,-0.00318,-0.014227,0.016088,-0.016034,-0.007984,0.049957,0.036032,0.04335,-0.035488,0.021642,-0.000738,-0.012614,-0.00725,-0.00394,0.021461,-0.038283,-0.039869,0.003054,-0.028284,-0.008805,0.028528,-0.03228,-0.005677,0.008494,-0.023664,0.111009,0.011662,-0.022135,0.013319,-0.018395,-0.004383,0.053669,0.041258,-0.033828,0.007321,-0.01001,-0.01896,-0.024765,0.040675,0.039674,-0.021142,0.018071,-0.02125,0.006728,-0.016924,0.058225,0.022318,-0.02114,-0.023656,-0.000088,-0.005462,0.029688,-0.007673,0.010979,0.029317,0.006099,0.045186,-0.011392,-0.001895,0.017618,0.026169,0.013974,-0.00433,0.027318,-0.003092,0.029664,-0.028624,-0.012219,-0.034116,0.026078,0.001764,-0.007427,0.029153,0.000577,0.050605,0.004476,-0.023476,0.02901,-0.019371,0.007079,0.003508,0.002725,-0.020968,0.003191,-0.006283,0.033489,0.016017,0.00824,-0.026474,-0.008998,-0.035464,0.001422,0.030036,-0.025411,0.006254,-0.001165,-0.019004,0.011872,0.02861,-0.004381,-0.008294,-0.01314,-0.001366,0.008992,-0.005479,0.750764,-0.031671,0.040536,-0.016784,0.029178,-0.019341,0.008418,-0.009529,-0.000176,-0.013844,0.016004,-0.010056,0.001446,0.027774,0.027648,-0.016566,0.02517,-0.010217,0.010404,-0.030383,-0.033073,-0.037443,0.021231,0.010958,0.030254,0.055642,0.014924,-0.002454,0.008005,0.066437,-0.020889,-0.011129,-0.027061,0.007232,-0.002758,0.019933,-0.033315,0.014663,-0.00585,-0.079165,-0.009448,0.021406,0.011671,-0.005041,0.001095,0.002469,0.002778,0.019822,0.0156,-0.004663,0.007195,-0.020087,0.002919,0.063386,-0.02952,-0.011532,0.008635,-0.02401,-0.003087,0.008778,0.014214,-0.003768,-0.02479,0.07673,0.022426,0.064998,0.003818,-0.012385,0.011398,0.0152,0.039404,-0.089738,0.008125,0.013711,-0.00161,-0.022105,0.008747,-0.018564,-0.009467,-0.012997,0.003312,-0.079596,0.006234,0.008,-0.000756,0.006023,-0.04078,-0.000214,0.014146,-0.03578,-0.034843,0.021605,-0.00581,-0.016943,0.018236,-0.001684,-0.026969,0.012031,-0.001803,-0.009517,-0.011199,0.004495,0.008223,-0.015102,-0.054398,-0.002964,0.029213,0.024268,0.019958,-0.005145,0.041149,0.013978,0.010303,-0.032125,-0.005203,0.003938,0.009089,-0.00531,0.007388,0.015153,0.017712,-0.006724,0.01264,-0.020813,0.039084,-0.023933,-0.038087,0.034696,0.009546,-0.017739,-0.019268,-0.014121,-0.022998,-0.004933,-0.01307,-0.01732,-0.012707,0.024738,0.015023,0.010013,0.017822,0.013949,0.00897,0.005875,0.007445,0.035517,0.029442,0.02667,-0.001133,-0.00065,0.000814,0.176791,0.015507,-0.021634,-0.017939,-0.000292,-0.005548,-0.020479,-0.031741,-0.034749,0.055094,-0.010491,0.018228,0.044463,-0.013163,-0.002686,0.070363,-0.006567,0.017833,-0.002502,-0.008849,-0.01107,0.029648,-0.219686,-0.000874,-0.049034,0.022155,0.007156,-0.012938,0.032897,-0.008883,-0.017914,-0.022984,-0.001225,-0.021037,-0.042349,-0.034926,-0.024922,-0.037452,0.023785,-0.023361,-0.008522,0.01764,0.05442,0.087403,-0.021264,0.110028,0.012373,0.024389,-0.000261,0.01021,0.006874,0.000532,0.009783,0.001021,-0.005267,-0.030271,-0.011847,-0.017829,-0.022471,0.038342,-0.052969,0.012189,0.033934,-0.014525,-0.013436,0.004298,0.004973,-0.009108,0.02401,-0.011534,-0.02182,0.000234,0.013074,-0.016234,-0.016369,-0.052043,0.019911,-0.001088,-0.023854,-0.005734,-0.019352,0.00437,0.02017,0.020546,0.020788,0.001175,-0.039725,0.0122,-0.011561,-0.021707,0.031327,0.009194,0.01288,0.006573,0.022905,0.019506,0.052019,0.129687,0.016148,0.037419,0.019403,0.031698,-0.001972,0.000184,-0.019431,-0.018854,-0.050083,-0.014693,0.001435,0.006082,-0.012133,-0.038031,-0.039872,0.0412,0.00067,-0.018848,-0.043623,0.023496,0.019797,0.020603,0.006986,-0.004427,-0.039447,-0.031323,-0.000917,0.003066,0.004885,0.021201,0.021196,0.028932,-0.006993,0.006949,-0.00733,-0.003559,-0.030369,-0.015101,0.008783,0.018714,-0.02321,0.005518,-0.026978,0.042315,-0.012867,-0.032997,0.02419,0.015464,0.013355,0.046074,-0.018694,0.016086,-0.033374,0.026962,0.01695,-0.002751,0.020609,0.00155,-0.034617,-0.002357,0.025685,-0.039372,-0.032872,0.034026,-0.052767,-0.132532,-0.010838,0.033615,-0.015555,0.040365,0.014121,-0.016919,-0.098476,0.040768,-0.018657,0.008429,-0.004861,-0.020304,0.007273,0.016678,-0.021588,0.001197,0.021665,-0.019536,0.013185,-0.022792,-0.004535,0.011527,-0.040401,0.009429,-0.016413,0.016141,-0.014241,0.043021,0.009868,0.027087,-0.045063,-0.002909,-0.007887,0.026229,0.028943,-0.005352,-0.014645,-0.014711,0.023408,0.037795,-0.005076,-0.00416,-0.004975,-0.017773,0.008874,0.000381,-0.023221,-0.043766,0.0079,0.027486,-0.001123,0.009224,0.079101,0.010056,-0.053491,0.018763,-0.010614,-0.000584,-0.016446,0.037251,-0.025876,0.010674,-0.009632,-0.006201,0.011304,-0.030638,-0.037266,-0.036043,-0.028576,-0.012915,-0.049565,-0.010655,-0.001686,0.020991,-0.013848,0.001419,0.004057,0.003831,0.035111,-0.009304,-0.013541,-0.029118,-0.002423,-0.003837,0.03833,-0.021393,0.001038,-0.028308,-0.006009,-0.00807,-0.022866,-0.002649,-0.006514,-0.006305,0.013888,-0.031004,0.00044,0.034317,0.024386,0.055276,-0.038105,0.020469,-0.006,-0.023765,0.001293,0.00016,0.021487,-0.033693,-0.033653,-0.010791,-0.017506,-0.012976,0.012274,-0.028888,0.00569,-0.015915,-0.031818,0.109536,-0.009671,-0.007101,-0.009852,-0.035064,-0.012697,0.046502,0.045698,-0.032891,0.012448,-0.015535,-0.011473,-0.028059,0.016795,0.03087,-0.031933,0.030405,-0.01987,-0.002559,-0.019317,0.075718,0.015033,0.006446,-0.01021,0.010287,-0.006837,-0.005507,0.006551,0.018025,0.021475,0.008141,0.031141,0.007695,0.012551,0.019124,0.014066,-0.003141,-0.00067,0.015298,-0.006897,0.031721,-0.051481,-0.016684,-0.025918,0.036755,0.018479,-0.003187,0.000364,-0.000089,0.046278,-0.002474,-0.016733,0.029761,-0.019425,-0.00006,-0.00434,-0.009586,-0.006344,0.001461,0.013833,0.021624,0.006387,-0.007756,-0.031678,0.002772,-0.01327,0.021387,0.030542,-0.022494,0.001333,0.003348,0.000445,-0.007241,0.014732,-0.003566,-0.005492,-0.00345,-0.023837,0.011135,-0.009018,0.747458,-0.021087,0.024165,0.001396,0.026293,-0.017663,0.01883,-0.001224,-0.000211,-0.009455,0.000906,0.004191,0.007549,0.032856,0.016673,-0.03288,0.005279,-0.0349,0.019156,-0.047125,-0.041163,-0.018522,0.037064,0.012979,0.016801,0.066641,0.018381,-0.014989,-0.007029,0.045259,-0.024414,-0.018655,-0.006293,-0.021541,-0.00304,0.022598,-0.034679,0.010276,0.008751,-0.069885,0.003383,0.038903,0.005041,-0.005762,0.016301,-0.030544,0.003806,0.00732,-0.003309,0.001611,-0.011107,-0.012567,-0.002999,0.065585,-0.002892,-0.008075,0.005154,-0.043164,-0.01148,-0.006311,0.015018,0.010461,-0.027342,0.060115,0.00469,0.051778,-0.010209,-0.018893,-0.002936,0.013474,0.045689,-0.102352,0.048753,0.011385,-0.015959,-0.020543,0.003241,-0.021043,-0.017393,-0.029792,0.027947,-0.039035,-0.013593,-0.007955,-0.000654,-0.003772,-0.056748,-0.032069,-0.002443,-0.009998,-0.052367,0.009697,0.006386,0.011705,0.018263,0.005335,0.011976,0.005137,0.008237,0.004944,0.00502,-0.021638,-0.033336,0.009076,-0.058267,-0.016876,0.013759,0.033831,0.01971,0.070017,0.022058,0.002048,0.006462,-0.006217,-0.026925,-0.03723,0.000289,0.004391,0.011714,-0.028996,0.017082,0.009867,0.037726,-0.038739,0.006749,-0.062906,-0.019737,0.02928,-0.008326,-0.01841,0.054945,0.026947,-0.023132,-0.024171,-0.012142,-0.036805,-0.006872,-0.003704,-0.003542,0.01366,-0.000153,0.002491,0.035933,0.019457,-0.064835,0.039788,0.019216,0.033941,-0.027502,0.003777,-0.016809,0.063243,0.033569,0.015438,0.022115,0.021551,-0.018653,-0.018135,0.005216,0.00342,0.031397,0.023109,0.026785,0.03042,-0.0183,0.016604,0.072889,-0.014577,0.020433,-0.000028,0.016594,0.027716,0.000024,-0.144546,-0.011277,-0.031775,0.018206,-0.033564,0.012653,-0.031018,-0.006017,0.015035,-0.020355,0.01307,0.007562,-0.042615,-0.041195,0.028388,-0.035651,0.027541,-0.050445,0.001051,-0.040423,0.028918,0.079587,-0.02898,0.124768,0.028002,0.001092,-0.001312,0.019595,0.011595,-0.016052,-0.001323,-0.019787,0.027666,-0.021485,-0.030803,0.003356,-0.054848,0.033544,-0.030771,0.009943,0.027131,0.019263,0.003352,0.018665,-0.016447,0.013449,-0.002871,-0.02589,-0.015255,-0.001581,0.013286,-0.026909,0.025592,-0.029855,0.037904,0.039012,-0.00344,-0.009633,0.004409,0.009237,0.037837,-0.005981,-0.027679,-0.008609,-0.028042,-0.010298,0.000282,-0.037371,0.00179,0.002379,0.029089,-0.040056,0.003472,0.005152,0.033471,0.159869,0.020534,0.002687,-0.00695,-0.006593,0.005363,0.012575,-0.01768,-0.027253,-0.021241,0.017406,0.011004,-0.035185,0.002455,0.030887,-0.007452,0.065716,0.014141,0.005172,-0.069391,0.008392,0.030003,0.016401,0.038571,0.042488,-0.012893,0.00582,-0.002577,0.041112,0.010373,0.067421,0.018225,0.025749,-0.026005,0.007474,-0.019514,-0.013327,-0.014184,0.008847,0.042425,0.035795,0.027819,-0.01554,-0.025353,0.008886,-0.008457,-0.014681,0.008527,0.027751,0.004803,0.023978,0.006515,-0.013839,-0.017786,-0.003181,-0.008304,0.030169,-0.018063,-0.034707,0.003333,0.000025,-0.007097,0.001033,-0.016855,0.008639,-0.028406,-0.063445,0.026311,-0.001873,0.00207,0.05039,0.022865,-0.013947,-0.064149,0.02243,-0.027133,-0.042387,0.009368,-0.02124,0.010133,0.012115,0.01857,0.039582,0.033691,-0.014861,0.000366,-0.010698,0.006658,0.027517,0.011416,0.001378,0.0008,-0.014202,0.006824,0.033787,0.013631,0.002315,-0.008477,-0.026071,0.012329,0.065089,0.006266,-0.021451,0.017854,-0.002803,-0.035765,0.012811,-0.021845,-0.012906,0.009329,-0.018538,0.014343,-0.012014,-0.020984,-0.029628,-0.019225,0.027625,0.018222,0.020975,0.036068,-0.004698,-0.052202,0.037708,0.026005,-0.005281,0.001044,0.030837,0.015946,-0.004193,0.020976,-0.00554,0.012149,0.005448,-0.003959,-0.028759,-0.000267,-0.025374,-0.028472,0.005458,-0.008184,0.010934,-0.005455,-0.011028,0.022447,0.035948,-0.002808,0.002518,0.022009,0.001773,-0.017892,-0.023217,0.034511,-0.004077,0.004958,0.015907,-0.001194,-0.027302,-0.032158,0.00348,0.005113,0.039548,0.021997,-0.061017,-0.011784,0.030268,0.02232,0.003256,-0.034242,0.018896,-0.022353,-0.014418,-0.004411,0.028794,0.014374,-0.024859,-0.019716,0.019842,-0.002996,0.004445,0.014536,0.014811,0.006674,0.001849,-0.021072,0.10373,0.007754,0.000097,-0.053137,-0.020347,0.018353,0.039002,0.019317,-0.024087,0.012383,-0.00805,0.024826,-0.016485,0.038375,0.008864,-0.001264,0.005002,-0.033936,0.011709,-0.00719,0.087204,0.000203,0.001051,0.017598,0.001642,-0.009565,-0.003027,-0.013829,-0.014428,-0.023894,0.036114,0.044363,0.022956,-0.022629,-0.024999,0.004482,-0.040088,0.01823,0.025451,0.000138,0.031319,-0.016618,-0.030528,-0.014249,-0.001694,0.023753,-0.002083,0.008793,0.014061,0.037687,-0.016136,0.018341,0.005868,-0.058573,0.077539,0.014426,-0.012153,0.017453,0.006634,-0.021083,0.035931,-0.014829,-0.012955,-0.04273,-0.004728,-0.044429,-0.024639,-0.009348,0.001416,-0.008364,-0.034115,-0.036771,0.009153,-0.004137,-0.036095,-0.011719,0.00502,-0.015723,0.023763,0.004472,0.765391,-0.005336,-0.007241,0.013692,0.001771,0.031162,0.00349,0.027305,-0.026889,0.000526,-0.003081,-0.024834,0.026825,0.038247,0.028533,-0.005986,0.008484,-0.052975,0.022388,-0.054309,-0.020077,-0.016824,0.041094,-0.001482,0.031248,0.027223,-0.034991,-0.020981,0.008657,0.005295,-0.043957,0.00628,-0.027178,0.026839,-0.0097,-0.001282,0.006383,0.045757,0.02358,-0.074973,-0.008527,0.008413,0.003216,-0.025994,0.026324,-0.013431,0.018087,-0.010117,-0.009286,-0.045278,-0.014386,0.003474,0.006072,0.050001,0.00924,-0.029756,0.005109,-0.027131,0.004204,0.019355,0.009119,-0.030738,-0.013467,0.068626,0.032134,0.030394,0.015853,-0.010695,0.02072,0.021729,0.037871,-0.072674,0.017313,-0.000865,-0.001413,-0.017245,0.02471,-0.01737,0.003783,-0.00109,0.004822,-0.063276,0.012967,0.012547,0.023824,0.033517,-0.074502,-0.010471,-0.013629,-0.003416,-0.037032,0.011319,-0.035163,0.000896,0.012945,-0.014062,0.006195,0.06069,0.006516,0.001687,0.014716,-0.001847,-0.014327,0.005301,-0.064848,-0.035464,0.020379,0.025677,0.019083,0.047079,0.0178,-0.015599,0.009748,-0.011796,-0.008512,-0.001409,0.031903,0.00576,0.015906,0.022904,-0.052352,-0.008092,0.022043,-0.001637,0.036764,-0.065934,-0.018493,0.042639,-0.00433,-0.035487,0.03543,0.014222,-0.029746,0.003195,-0.032718,-0.023984,0.002683,0.016877,0.016441,0.027774,0.027448,0.019473,-0.01565,0.010981,0.041422,0.014127,0.010644,0.022911,0.012306,0.023111,0.028656,0.118005,-0.007725,-0.00397,0.013073,-0.017474,0.026252,0.017816,-0.033959,-0.005801,0.060219,0.020397,0.044742,0.011226,0.010211,-0.005617,0.059412,0.008411,0.016925,-0.02813,0.026858,-0.007826,0.004799,-0.164383,0.022355,-0.029184,0.010024,0.003314,0.001142,-0.00953,-0.00341,0.0031,-0.013284,0.017737,-0.022933,-0.014963,-0.008811,0.063254,-0.014361,0.030524,-0.027269,0.011234,-0.005126,0.043578,0.104498,-0.006805,0.030996,0.024381,-0.009857,-0.019723,0.022512,0.010167,-0.01287,-0.021752,0.05388,0.003992,-0.029431,0.004308,0.014757,-0.021776,0.026108,-0.017795,0.010625,0.033721,-0.019477,-0.026334,0.030288,0.020051,-0.023845,-0.005314,-0.010427,0.00066,0.033274,0.016714,-0.015904,-0.008531,-0.020987,0.023649,0.008181,0.019998,0.00039,-0.017898,0.024049,-0.018045,-0.002224,-0.014738,-0.0076,-0.044063,-0.005628,-0.011042,-0.044227,0.044849,0.024797,0.033672,-0.000263,0.002887,0.015405,0.016239,0.199484,0.014422,0.023759,0.006666,0.018239,0.011494,0.036794,0.013795,-0.044064,-0.023328,-0.016379,-0.014401,0.03825,-0.010756,-0.013385,-0.003465,0.058917,0.001587,0.005377,-0.056143,-0.020021,0.03565,0.024391,0.020289,-0.008792,-0.033802,-0.002444,0.020953,-0.019218,0.006185,0.034671,0.029896,0.013128,-0.01018,-0.012402,-0.044358,0.00971,0.00077,-0.008771,-0.014451,0.037422,-0.026368,-0.008254,-0.030621,0.03664,-0.009628,-0.047333,-0.005942,0.015117,-0.028154,0.010023,-0.007018,-0.012059,-0.060267,0.010385,-0.000865,0.007862,-0.001698,-0.007189,-0.017224,-0.002117,0.003205,-0.022347,0.017525,0.028215,-0.037185,-0.059525,0.028539,0.013767,-0.001341,0.037762,0.030441,-0.002581,-0.095226,0.031622,-0.030866,0.103342,0.022975,-0.034794,-0.023953,0.020055,-0.012152,0.036658,0.037931,-0.029323,-0.008389,-0.000646,0.04941,-0.005163,-0.023948,-0.000319,-0.017,0.006471,0.013965,-0.01081,0.010038,0.01958,-0.003282,0.008944,0.002131,0.03826,0.017425,0.005995,0.010959,-0.009905,0.039675,0.035897,-0.004677,-0.011224,-0.024701,-0.015986,-0.001603,-0.030875,-0.012286,-0.028049,0.025208,0.013346,0.016116,0.000845,0.107203,-0.016101,-0.037978,0.066541,0.01739,0.01089,-0.018498,0.011778,-0.000694,-0.006194,-0.026995,-0.014228,-0.021335,-0.005802,-0.052087,0.017877,-0.028821,-0.010411,-0.01183,-0.002639,-0.000657,-0.015382,0.004421,0.000735,-0.022268,0.016811,-0.014302,-0.010826,-0.001285,-0.035224,-0.031152,-0.003117,0.027993,-0.000323,-0.019464,-0.004256,0.041976,-0.040939,-0.035994,-0.018067,-0.001687,-0.003558,0.017963,-0.035865,0.026131,0.037536,0.001343,0.045239,-0.026443,0.01276,0.009754,-0.005362,-0.018634,0.067174,0.01142,-0.014129,-0.006649,0.027918,-0.051134,0.006438,0.009749,-0.00785,0.005786,0.009791,0.013195,0.114928,-0.004543,-0.009912,-0.014348,-0.029243,0.014394,0.015119,0.055947,0.000952,0.001116,0.014432,-0.020211,0.004852,0.045529,0.015938,0.000783,0.012041,-0.003596,0.017681,-0.029561,0.103373,0.020428,0.005925,0.017482,0.015403,-0.002361,-0.008787,0.000423,0.016923,0.016597,0.031019,0.041259,-0.040177,0.000124,0.005312,0.014701,-0.047692,0.018591,-0.001412,0.020499,0.000127,-0.052782,-0.009298,-0.014751,0.032654,0.01122,0.030261,0.035081,-0.004153,0.035941,0.03123,-0.022826,0.044849,-0.012874,0.020908,0.03417,-0.015741,0.006284,0.032912,0.007319,0.014123,-0.019781,0.001737,-0.019469,0.023618,-0.023043,-0.011495,0.044289,-0.00172,0.005268,-0.046664,-0.022495,0.05855,0.023932,-0.003503,-0.016619,-0.001662,-0.008033,0.014773,0.004158,0.734071,-0.022398,0.044858,-0.000819,0.029011,0.02688,-0.002933,-0.022848,-0.014021,-0.012299,0.01326,-0.01761,-0.014936,0.011786,0.025784,-0.036293,0.025127,-0.013009,0.014469,-0.040482,-0.038264,-0.038117,0.011993,-0.012598,-0.011708,0.092555,0.0257,-0.013212,-0.012713,0.016746,-0.026104,-0.00458,-0.034742,-0.056945,0.002329,-0.0022,-0.017701,0.039471,0.002136,-0.066802,0.02707,0.0059,0.035545,0.00196,-0.001492,-0.00099,0.035013,0.015006,-0.016214,-0.046481,-0.013164,-0.00184,-0.020783,0.045706,-0.005229,-0.011076,0.010548,-0.032983,0.003495,-0.012889,0.022267,-0.015739,-0.017504,0.04555,0.01854,0.022099,-0.004761,0.008426,0.013976,0.022614,0.050633,-0.105129,0.031631,0.00681,-0.015001,0.037207,0.017841,-0.023925,-0.006428,0.016016,0.012997,-0.06706,-0.012881,0.026993,0.014615,0.0104,-0.041098,0.003799,-0.006762,-0.032844,-0.050976,0.01046,-0.004142,-0.01774,0.032657,-0.009949,-0.008202,0.021142,0.007967,0.014164,0.021193,0.017759,0.0302,-0.015159,-0.065858,-0.003748,0.018592,-0.000107,0.012426,0.048903,0.061596,0.033878,-0.022766,0.006555,-0.019735,0.025174,0.059511,0.000908,-0.033313,0.010125,-0.002021,-0.027839,-0.010038,0.009562,0.039388,-0.071093,-0.054352,0.079399,-0.023793,-0.01037,0.043041,-0.006952,-0.044823,0.005145,-0.000352,-0.030208,-0.011679,0.006328,0.034666,-0.020892,0.025231,-0.007321,-0.021086,0.00856,0.026358,0.00546,0.005036,0.015978,0.030883,0.004777,0.024776,0.12792,0.000165,-0.029349,-0.021045,-0.0317,0.010304,0.011516,-0.041976,0.028924,0.077141,-0.001639,-0.016203,0.031946,0.035506,-0.008487,0.031248,0.010724,-0.008933,0.003598,0.036022,-0.016585,0.021408,-0.252776,-0.027313,-0.040202,0.023855,-0.02239,-0.006055,0.009845,-0.011156,0.015467,-0.054328,0.003381,-0.027931,-0.021211,-0.042727,0.018957,-0.012288,0.054103,-0.054034,-0.009076,-0.003323,0.03644,0.104976,0.003432,0.091856,0.021359,0.027804,0.001921,0.032581,0.032937,-0.027111,-0.011131,0.020563,-0.002427,-0.016673,0.003798,0.0175,-0.026996,0.003148,0.00738,0.028175,0.017191,-0.040166,-0.040845,-0.012376,-0.013436,-0.025211,-0.000938,-0.006212,-0.008956,0.003883,0.033948,-0.007683,0.021216,-0.031556,0.049715,0.011797,0.014887,0.020537,-0.018119,0.008009,0.027124,-0.032234,-0.015251,-0.020993,-0.041734,-0.010013,0.04037,-0.029825,0.03056,0.029694,0.029391,-0.014012,0.034812,0.035756,-0.029466,0.178087,-0.025281,0.046276,0.023707,0.021647,0.001753,0.030221,-0.002851,-0.01686,-0.033487,0.00551,0.005001,-0.0125,0.013063,-0.014033,-0.007452,0.047205,-0.019365,0.018092,-0.028862,0.05353,0.041391,0.032809,-0.004184,-0.010216,-0.019569,-0.006446,0.048492,-0.006765,0.001536,-0.000135,-0.002897,0.010654,0.004732,0.002422,-0.039235,0.047524,-0.037437,0.024357,-0.018227,0.051072,-0.016977,0.030844,-0.018098,0.042448,0.014593,-0.02415,-0.005315,0.027503,-0.019415,0.035419,-0.020206,0.002514,-0.004444,0.01235,0.012053,0.002953,0.001617,-0.056296,0.026189,0.012177,0.019763,0.005964,0.006634,0.005736,-0.047508,-0.105655,0.025527,-0.002208,0.005369,0.027415,0.020123,-0.008445,-0.058141,0.031041,-0.003014,0.028108,0.03085,-0.061835,-0.04468,0.032668,-0.030102,0.060416,0.049908,-0.018804,-0.018451,-0.000712,0.038164,-0.007847,-0.058448,-0.017579,0.008649,0.015538,0.000532,-0.004442,-0.009468,0.039774,-0.026023,0.006054,-0.007288,0.017919,0.044893,0.001566,0.036931,-0.017615,0.0149,0.014999,0.038414,-0.030135,-0.003999,-0.046533,0.034964,-0.048913,-0.029135,-0.018137,0.033435,-0.006078,0.006879,-0.019695,0.085142,-0.019316,-0.050063,0.05156,-0.01305,-0.037803,-0.000067,0.035781,0.020809,0.029048,-0.01632,-0.004528,0.050986,0.006008,-0.006265,-0.027142,-0.002241,-0.003339,-0.042679,0.039616,-0.018184,-0.041181,0.019677,-0.020912,-0.016018,-0.02136,-0.017889,-0.024807,-0.000153,-0.024533,-0.032717,0.009799,0.021386,-0.03794,-0.007274,-0.007016,0.033209,0.012307,-0.031301,-0.007989,0.010595,-0.018743,-0.010176,-0.043247,0.00524,0.042164,0.02614,0.037361,-0.010487,0.021779,0.024707,-0.03151,0.007766,0.018051,0.035844,-0.009105,-0.03928,0.002792,-0.026023,0.039302,0.024054,0.009287,-0.026506,-0.029019,0.001891,0.103569,-0.024246,-0.022049,-0.011936,-0.07675,0.02478,0.034859,0.025741,-0.017131,0.03227,-0.014861,-0.009199,-0.00327,0.012142,-0.009864,0.03506,-0.02898,0.008053,0.005643,-0.05286,0.128369,-0.024013,0.009865,-0.0057,0.001695,0.017666,0.021422,-0.006155,0.01741,0.029042,0.02552,0.040961,-0.022175,0.003849,0.038739,0.029297,-0.052931,0.012246,-0.046897,-0.006784,0.046332,-0.037636,0.005107,0.00625,0.029781,0.021402,0.027564,0.024164,-0.009345,0.055986,0.015311,0.0083,0.076163,-0.054495,0.000332,0.03962,-0.000083,-0.013829,0.016554,0.007306,0.028184,-0.018766,-0.028137,-0.017567,0.035122,-0.069248,-0.014362,0.033074,0.02194,-0.00776,-0.027298,-0.015567,0.06115,0.009626,-0.001212,0.037834,0.001457,-0.022868,0.026972,0.020229,0.656236,-0.006372,0.077781,0.013111,0.010452,0.01439,0.056327,-0.027856,-0.01726,-0.019622,-0.020797,0.000731,-0.008105,0.023602,0.023436,0.015026,-0.009463,0.007325,0.010284,-0.03932,0.006612,-0.041175,0.041136,0.019443,-0.018356,0.058876,0.000642,-0.048353,-0.005675,0.040366,0.00911,-0.016286,-0.037757,-0.019139,0.004927,0.033838,0.00858,0.00442,0.02091,-0.050304,0.001718,-0.004536,0.05689,-0.001708,0.013942,-0.021633,0.010867,0.019486,0.030154,-0.043748,-0.004051,0.018521,-0.003664,0.054086,0.002716,-0.012296,0.011745,-0.013492,0.015081,-0.010725,0.020844,-0.025858,0.006884,0.028929,0.021091,0.00506,0.006101,-0.00681,0.017978,0.010553,0.053877,-0.080527,0.015422,0.030479,0.003671,-0.012618,0.027583,0.009311,-0.000317,0.007234,0.002894,-0.097816,0.009503,0.010948,0.010503,-0.017911,-0.051909,-0.003341,0.002089,-0.020091,-0.055605,0.029005,-0.008105,-0.022427,0.02258,0.005581,-0.015807,0.017857,0.037091,-0.019679,0.02988,0.002294,-0.021484,-0.007471,-0.065647,-0.025601,0.025774,0.012449,-0.011982,-0.009124,0.019889,0.02967,-0.001084,-0.036573,-0.006429,0.002956,0.028833,-0.010376,0.008589,0.0232,0.007174,-0.026935,-0.00164,-0.000749,0.056675,-0.032922,0.003668,0.035982,0.008496,0.008005,-0.02036,0.018562,-0.040453,0.021218,-0.014263,-0.008416,-0.015408,0.031811,0.017652,0.013039,0.03047,-0.000804,-0.001902,0.024311,0.010891,0.015717,0.023462,0.036676,-0.00174,0.016519,0.028617,0.145703,0.002015,-0.031509,0.022754,-0.00945,-0.010039,0.017123,-0.03782,-0.033526,0.029233,-0.025557,0.013616,0.052944,0.00665,-0.009554,0.047592,-0.000409,0.015842,-0.029235,0.008005,-0.027358,0.021805,-0.245056,-0.005001,-0.042865,0.010894,0.012294,-0.019633,0.017332,-0.022133,0.004343,-0.032157,-0.024695,-0.022182,-0.031276,0.006372,-0.046862,-0.047837,0.021367,-0.039132,-0.008961,0.006846,0.064693,0.108263,-0.026389,0.064173,0.030445,0.00577,0.021578,0.028669,0.007283,-0.036083,0.004667,0.028959,0.018702,-0.036093,-0.015905,0.011835,-0.019778,0.03769,-0.035449,0.01623,0.051929,-0.011692,-0.01284,-0.02667,0.026735,-0.009352,0.040933,-0.022237,-0.013451,-0.008673,0.01821,-0.013255,-0.023932,-0.054256,0.064018,0.019969,-0.018404,0.009936,-0.025122,0.006636,0.022458,0.000913,0.010904,-0.026857,-0.042786,0.015553,0.019887,-0.040265,0.017879,0.017557,0.030362,-0.020899,0.013233,0.020637,0.046828,0.171407,0.00849,0.034512,0.000643,0.023066,0.021252,0.016717,-0.00233,-0.013277,-0.030136,0.015228,-0.001259,0.013026,0.005836,-0.010802,-0.050573,0.036307,-0.008558,-0.003849,-0.064447,0.01463,0.014333,0.030558,-0.022252,0.000891,-0.050714,-0.033644,-0.001228,0.014123,0.016113,0.012224,0.014189,0.002579,-0.019187,-0.011303,0.004148,0.009399,-0.024874,0.007298,0.000458,0.028913,-0.026632,0.012961,-0.015293,0.027481,-0.010314,-0.043719,-0.002448,0.035815,0.013934,0.030109,0.002778,0.008491,-0.040911,0.01167,0.01026,-0.007463,-0.003654,-0.016735,-0.032033,0.000436,0.003038,-0.022424,-0.005136,0.004838,-0.056975,-0.146808,-0.016208,0.022517,-0.004228,0.023607,0.002961,-0.01993,-0.083023,0.033292,-0.001082,0.038347,0.01073,-0.027427,0.000727,0.03121,-0.00833,0.002522,0.027104,-0.003269,-0.000953,0.018427,0.002618,0.020349,-0.046976,0.000272,-0.030047,0.020011,-0.021808,0.022363,0.022345,0.027297,-0.047568,0.000472,-0.020965,0.009623,0.038103,-0.035125,0.000611,0.018088,0.022754,0.025893,0.004846,0.012952,0.017304,-0.008865,-0.0047,0.006044,-0.025711,-0.043409,0.012658,-0.005569,0.025942,0.008508,0.105993,-0.000631,-0.043199,0.029408,-0.007773,0.000624,-0.030573,0.024084,0.001066,-0.029265,-0.010189,-0.012394,0.002325,0.000888,-0.049194,-0.025062,-0.06141,-0.015117,-0.060536,-0.016427,-0.013358,0.009334,-0.020909,-0.003342,0.005744,-0.004532,0.017999,-0.01248,0.024858,-0.00683,-0.016273,0.00988,0.035197,-0.020387,-0.020194,-0.01964,-0.002973,-0.004536,-0.018336,0.012912,-0.010927,-0.015919,0.006582,-0.015109,0.00155,0.026121,0.037166,0.034011,-0.041606,0.005319,-0.004763,-0.012997,0.008432,0.013567,0.021089,-0.041984,-0.015889,0.004497,-0.039607,0.000233,0.021727,-0.016749,-0.009508,0.005141,-0.023389,0.106263,0.009679,-0.015564,-0.008791,-0.040652,0.008364,0.03027,0.043033,-0.01709,0.004292,-0.005716,-0.020704,-0.01734,0.049837,-0.000961,-0.022437,0.025895,-0.02154,0.013319,-0.031706,0.099223,0.010744,0.008886,-0.025842,0.000641,-0.005239,0.026546,0.011697,0.023055,0.05781,-0.006555,0.03847,-0.010954,-0.020329,0.021793,0.035459,-0.008063,-0.004104,0.007454,-0.013042,0.049491,-0.027982,-0.012836,-0.017894,0.005653,-0.014832,0.017565,0.022219,0.013776,0.039631,0.000784,-0.012736,0.040306,-0.04766,0.000284,0.014583,-0.019143,-0.004294,-0.000367,0.00455,0.025166,0.006282,0.010308,-0.018221,-0.02312,-0.038867,-0.013568,0.040184,-0.015704,0.018752,-0.008613,0.003277,0.027834,0.038996,0.002384,-0.011054,0.013409,-0.012716,0.034569,-0.015439,0.711455,-0.043609,0.037007,0.008802,0.031391,-0.017711,0.029153,-0.002502,-0.013721,-0.016498,-0.00293,-0.007604,-0.00427,0.014708,0.013545,-0.025264,0.014931,-0.023878,-0.000585,-0.04288,-0.04227,-0.049418,0.025635,0.013558,0.014229,0.052303,0.018722,-0.016887,0.00677,0.065307,0.000745,-0.011115,-0.017076,-0.00644,-0.015713,0.015774,-0.036785,0.022391,0.007549,-0.058041,0.00814,0.003176,0.031248,0.006373,-0.008118,-0.017202,0.001022,0.012467,-0.014844,-0.045894,-0.006489,-0.006193,-0.009861,0.045501,-0.039169,-0.008768,0.007481,-0.014526,-0.013074,-0.003018,0.04252,-0.032277,-0.003349,0.045137,0.01836,0.01458,-0.010309,-0.015683,0.004588,0.028976,0.004576,-0.103282,0.021443,0.021011,0.012708,-0.006734,-0.000026,-0.021268,0.000936,-0.008969,-0.010676,-0.057286,0.007485,-0.008585,-0.003084,-0.029713,-0.003864,0.032642,0.011749,-0.006405,-0.021449,0.044169,0.011031,-0.026217,0.010801,0.042781,-0.000478,-0.013697,-0.012898,0.005335,0.008146,0.05063,0.018202,0.005218,-0.069308,0.005924,0.016706,0.008497,0.035679,0.01021,0.044383,-0.001775,-0.036338,-0.040355,-0.042122,0.012471,0.013317,0.027751,0.046197,-0.0121,0.021642,-0.028661,0.019195,-0.032703,0.039212,-0.036075,-0.029819,-0.000013,0.015318,0.009982,0.020237,-0.03458,-0.033334,0.02146,-0.026437,-0.050582,-0.004276,0.034176,-0.000026,-0.014209,-0.019241,-0.004517,-0.001829,-0.032436,-0.007547,0.045281,0.006025,0.022091,-0.025008,0.027873,0.058633,0.192373,0.041588,0.0129,0.025765,-0.009802,0.013672,-0.003191,-0.015974,-0.049739,0.030257,-0.029751,0.00975,0.076821,0.021897,0.015813,0.021678,0.000568,-0.011757,-0.013241,-0.005549,-0.023673,-0.013781,-0.269422,-0.041481,-0.029702,0.025137,-0.011385,0.005289,0.041728,-0.032353,-0.002323,-0.012173,-0.002694,-0.013844,-0.034693,-0.012483,-0.009843,-0.007406,-0.000268,0.000977,-0.002,0.016949,0.034728,0.089124,-0.014153,0.093629,0.022446,0.008282,0.013501,0.019679,-0.002474,-0.01187,-0.023427,0.037227,0.02804,-0.060024,-0.00899,-0.02743,0.010463,0.021769,-0.025701,0.011795,0.004865,0.006487,-0.00063,0.006461,-0.018753,0.029266,0.01464,-0.026748,-0.036463,-0.034807,0.045102,0.01694,-0.026119,-0.029682,0.049343,-0.018427,-0.052931,0.011647,-0.045921,-0.006762,0.076241,0.02563,-0.061818,-0.008587,-0.016468,-0.004641,0.001735,-0.036716,-0.001027,0.015003,0.019789,-0.007643,0.018313,-0.003768,0.044315,0.077014,0.006797,0.02489,0.007447,0.02999,-0.035816,0.005486,-0.022168,-0.000714,-0.042745,0.011121,-0.017009,0.009519,0.027486,-0.009152,-0.044869,0.062478,-0.002413,0.002601,-0.064011,0.001694,0.006752,0.009602,-0.01856,0.029191,0.010404,0.004009,0.036684,0.015757,0.023332,0.032846,-0.001546,0.05141,-0.003838,0.026472,-0.020083,-0.014377,0.023415,0.030692,-0.004571,-0.025856,-0.022059,0.011147,-0.01007,0.029541,-0.028438,-0.035696,0.012949,0.002069,-0.004406,0.02693,-0.011621,0.030401,-0.00743,0.007441,0.000976,-0.013095,-0.006023,-0.008541,-0.038659,0.003108,0.004566,-0.022858,-0.007285,-0.009403,-0.050233,-0.119806,-0.017758,0.004542,-0.041382,0.020144,-0.012425,0.011823,-0.080918,0.05223,-0.043534,-0.05906,0.041144,-0.012152,0.000667,0.011505,-0.025639,-0.004516,0.051039,-0.038868,0.024637,-0.011274,0.002682,0.025717,0.014292,0.008148,-0.047769,0.02122,-0.002148,0.05478,0.01261,0.03629,0.001158,-0.009332,-0.009685,0.006048,0.052727,0.001185,0.027699,-0.004985,0.003947,0.002248,0.031903,-0.008834,0.011674,0.002625,0.048182,0.001546,-0.024171,-0.041299,0.003192,0.004165,0.062599,-0.007194,0.090442,0.010242,-0.054252,-0.001678,0.027492,-0.034929,-0.025988,0.070371,-0.034915,-0.011143,0.020742,0.014335,0.03395,0.000491,-0.033623,-0.026233,0.011335,-0.031058,-0.013621,0.026742,-0.018122,0.011582,-0.00942,0.008757,0.011854,0.013383,0.018272,-0.03465,-0.015434,0.008718,-0.027204,0.011605,0.01115,-0.002962,0.002361,-0.029399,0.008999,-0.007101,-0.009974,0.004919,0.003298,0.023765,0.033153,-0.063148,-0.000449,0.003506,0.017741,0.070169,-0.021476,-0.014949,0.022834,0.030089,0.015027,-0.02195,0.027236,-0.02287,-0.050227,-0.012871,0.00161,-0.033468,0.021387,-0.010897,0.024076,-0.010844,-0.040188,0.09075,-0.017457,0.025603,0.006383,-0.034242,0.004219,0.043725,0.016012,-0.046952,0.020405,-0.020808,-0.031367,-0.002585,0.092553,-0.00855,-0.016065,0.009507,-0.01755,-0.015551,0.033928,0.122186,0.011774,-0.015283,-0.02246,0.005506,-0.006864,0.026777,0.017642,0.016958,0.056483,-0.028032,0.026765,0.004727,0.019966,0.016447,0.015436,0.001553,0.011486,-0.002266,0.025119,0.022393,-0.011163,-0.014797,-0.022991,0.042545,0.0077,-0.02973,-0.002982,-0.001796,0.07421,0.011737,0.010452,0.065189,-0.028832,-0.02611,0.022277,-0.00472,-0.031371,-0.021515,-0.01704,0.033317,0.007842,-0.030825,-0.013324,-0.036985,-0.011698,0.004663,0.007296,0.014007,0.030816,0.015562,-0.026396,-0.014533,-0.002014,-0.01171,0.001023,-0.020338,-0.037666,0.054689,0.011413,0.665345,0.004648,0.025291,0.029182,-0.006908,-0.025851,0.053228,-0.034635,-0.00668,0.000726,0.000831,0.001619,0.022162,0.009563,0.017859,0.008089,0.001242,-0.041145,0.018832,0.005939,-0.008372,-0.0358,0.040687,0.007487,0.004481,0.055579,-0.027637,-0.004235,0.009479,0.036179,-0.001638,-0.005418,-0.034958,-0.002758,-0.026255,0.033076,0.024962,0.011635,0.012213,-0.046733,-0.030599,0.016643,0.010593,-0.023799,0.056624,-0.059094,0.06313,-0.029491,-0.009717,-0.036272,0.019296,0.013357,0.007362,0.076495,0.014691,-0.000914,-0.006836,-0.030788,0.008453,-0.015376,-0.013077,-0.056498,-0.018321,0.030649,0.0144,0.055556,0.01176,-0.020774,-0.010112,0.067125,0.02577,-0.102279,0.041895,0.035526,0.008142,0.006164,0.022603,-0.020328,-0.012872,0.002473,0.017018,-0.066084,0.016967,-0.004739,0.002407,-0.024716,-0.012342,0.02699,0.014577,-0.028425,-0.025514,0.025561,0.001588,-0.007001,0.030771,0.040209,0.016405,0.024503,-0.011171,0.004618,0.012055,0.053416,0.002226,0.020646,-0.061335,-0.005059,0.018642,0.007634,0.033122,0.035783,0.031125,-0.017915,-0.006933,-0.02784,-0.055376,0.012231,0.011232,0.024093,0.037306,-0.043737,0.023003,-0.033142,0.029142,-0.031224,0.042683,-0.033042,-0.052641,-0.000201,0.02419,0.001358,0.002319,-0.029175,-0.032177,-0.010954,-0.022438,-0.036954,0.020403,0.029839,0.014312,0.009995,-0.016634,-0.000182,0.00883,-0.024244,-0.017945,0.053906,0.016403,0.005259,-0.026202,0.008273,0.052888,0.182392,0.048283,0.028255,0.03065,-0.013674,0.017123,0.008974,-0.021895,-0.038328,0.046627,-0.03199,0.017936,0.046538,0.008079,0.018417,0.029614,0.006818,-0.026336,-0.028803,-0.007178,-0.005336,-0.021937,-0.225843,-0.028108,-0.057685,0.021561,0.011384,0.020034,0.014566,-0.026522,0.024415,-0.012669,-0.000715,-0.016938,-0.035324,0.002742,-0.009996,-0.002161,0.01065,-0.011035,0.011914,-0.006833,0.047148,0.10815,-0.022943,0.089376,0.040917,0.031522,0.017276,0.027922,0.010639,0.009172,-0.047644,0.049084,0.029759,-0.051283,-0.009074,-0.039928,0.005623,0.021281,-0.03796,0.015008,0.032904,-0.000038,-0.004712,0.010013,-0.043363,0.023835,-0.001165,-0.01859,-0.038064,-0.030255,0.050501,0.024613,-0.01726,-0.033848,0.046457,-0.000228,-0.027627,0.030318,-0.036048,0.008301,0.043459,0.041075,-0.05951,-0.007802,-0.041378,-0.008019,-0.011688,-0.019942,-0.00206,0.009318,0.02601,-0.030902,-0.009718,-0.020032,0.0421,0.077071,0.001571,0.036258,-0.002695,0.02379,-0.03851,-0.005275,-0.019835,-0.024097,-0.052401,0.006099,-0.018999,0.010659,0.025748,-0.031691,-0.037559,0.043764,-0.005451,-0.002998,-0.059835,-0.004645,0.037995,0.00207,0.000859,0.04563,0.005909,0.007281,0.036536,0.02152,0.0183,0.041724,0.020183,0.03499,0.006527,0.009344,-0.01735,-0.011847,0.013147,0.022802,-0.021673,-0.000009,-0.01621,-0.01683,-0.01388,0.034677,-0.032492,-0.055814,0.000625,0.017407,-0.010837,0.019309,0.004114,0.031832,-0.014778,0.019044,-0.012478,-0.00597,0.004028,-0.003603,-0.033872,-0.011338,0.005405,-0.022835,-0.030998,0.005192,-0.024101,-0.121785,-0.008938,0.017105,-0.045107,0.029904,0.014694,0.025341,-0.069362,0.047418,-0.057055,-0.026458,0.040844,-0.02121,-0.007856,0.011584,-0.019865,-0.014122,0.054082,-0.047018,0.028089,0.002152,0.013332,0.001668,-0.00083,-0.005841,-0.03034,0.008661,0.012762,0.028613,0.024359,0.0391,0.006909,-0.000591,-0.014517,0.019524,0.042549,-0.011963,0.017172,0.000578,0.009141,0.010357,0.010219,-0.026758,-0.006658,0.009208,0.045396,-0.013324,0.001203,-0.05485,0.019624,0.020188,0.022212,-0.005016,0.065575,0.021393,-0.060586,0.01454,0.019123,-0.038117,-0.015743,0.063606,-0.035741,-0.027256,0.007931,-0.000825,0.028088,-0.023093,-0.036852,-0.014298,-0.00081,-0.028978,-0.007216,0.038339,-0.006248,0.010631,0.000991,-0.003656,0.007393,0.049271,0.023445,-0.020038,-0.011376,0.004149,-0.027543,0.011124,0.010426,0.001553,-0.017826,-0.022096,0.01689,-0.017671,-0.016379,-0.001993,0.009704,0.023279,0.037984,-0.041045,0.008083,-0.000124,0.020124,0.066488,-0.013684,-0.015674,0.027097,0.004608,0.002761,-0.010447,0.030601,-0.008426,-0.036205,0.015085,-0.002344,-0.028504,0.03495,-0.013949,0.043133,-0.006852,-0.037593,0.098864,-0.022585,0.034622,0.004493,-0.04894,-0.007444,0.02073,0.027059,-0.038077,0.001354,-0.009514,-0.032843,-0.002098,0.061458,-0.009641,0.010381,0.004735,-0.008344,-0.012574,0.009175,0.121546,-0.00018,-0.032411,-0.021188,0.018447,-0.005264,0.008463,0.016087,0.018021,0.045585,-0.005863,-0.000168,-0.007214,0.025025,0.029452,0.007498,-0.013158,0.009884,-0.01887,0.018081,0.014983,-0.008385,-0.014284,-0.012142,0.048415,0.008729,-0.03044,-0.007944,-0.0004,0.07616,0.007693,-0.010664,0.066165,-0.028053,-0.016334,0.023489,0.011712,-0.035388,0.000735,-0.016085,0.030394,0.002957,-0.027785,-0.024686,-0.035802,-0.043627,0.007995,0.018538,0.006667,0.024799,0.004927,-0.029484,-0.007555,0.001267,-0.00651,-0.016643,-0.011776,-0.037997,0.047703,0.022831,0.681402,0.008787,0.022085,0.033356,-0.017269,-0.040238,0.043676,-0.041216,0.00719,0.00118,-0.028281,-0.015023,0.011298,0.033503,0.015964,0.015485,0.028309,-0.048119,0.011521,-0.000908,-0.010683,-0.036525,0.029735,0.004762,0.005451,0.065435,-0.001213,-0.002813,0.025987,0.039723,-0.013582,-0.020002,-0.041019,-0.027622,-0.015496,0.020212,0.000295,0.024038,0.025124,-0.056392,-0.032218,0.011107,0.018948,-0.041101,0.024136,-0.04064,0.062542,-0.024933,-0.000882,-0.016951,0.029528,0.011995,0.005633,0.084335,0.018521,-0.001631,-0.005467,-0.030479,0.002098,-0.022624,-0.017867,-0.057769,-0.043165,0.058324,-0.010595,0.057832,0.007339,-0.024586,0.009408,0.073857,0.013768,-0.092756,0.015554,0.009525,0.011945,-0.00037,0.017614,-0.03799,0.019914,-0.008922,0.00472,-0.050882,0.002775,-0.033505,0.012655,-0.031718,-0.019541,0.037421,0.014713,-0.005221,-0.057935,0.066919,0.012656,-0.019795,0.022477,0.018225,0.011146,-0.003663,-0.032366,0.009435,0.003301,0.012898,0.004207,0.007653,-0.073014,0.005687,0.006472,0.009085,0.020814,0.021777,0.046966,-0.0128,-0.048563,-0.031578,-0.050033,-0.031795,0.016296,0.019062,0.036122,0.0035,-0.004377,-0.016754,0.019862,-0.042332,0.037118,-0.051053,-0.025608,0.023884,0.016677,0.010767,0.058756,-0.010642,-0.045609,0.017997,-0.032242,-0.036478,0.00252,0.039433,-0.005098,0.011139,-0.01429,-0.012699,-0.022379,-0.02484,0.021228,0.057837,-0.004624,0.024379,-0.009624,0.035834,0.049691,0.163873,0.037413,-0.003174,0.021029,-0.007533,-0.010983,0.003754,-0.036154,-0.043479,0.046062,-0.006147,0.009027,0.050956,0.00963,0.018668,0.032075,-0.016064,-0.01085,-0.006828,0.00166,-0.024958,-0.0223,-0.251799,-0.029138,-0.031736,-0.001251,-0.006606,0.021881,0.036168,-0.009589,-0.002831,-0.02452,-0.000475,-0.009935,-0.057402,-0.016678,0.003363,0.010185,0.003935,0.003548,0.003623,-0.003421,0.0456,0.07219,-0.007757,0.104559,0.022881,0.010531,0.020727,0.023987,0.001715,0.007506,-0.029033,0.028483,0.013363,-0.06667,0.000943,-0.010392,-0.002154,0.020017,-0.033897,0.014321,0.020278,0.001832,-0.005712,0.005579,-0.009159,0.017255,0.002073,-0.038153,-0.041203,-0.020717,0.054431,-0.000389,-0.003891,-0.011011,0.03745,-0.006465,-0.044538,0.003376,-0.054014,-0.002213,0.064757,0.027438,-0.025379,-0.025483,-0.03172,-0.004746,-0.001839,-0.034117,0.011808,0.033904,0.032052,0.006948,0.028808,0.008752,0.041531,0.139333,0.018414,0.026019,0.01394,0.024736,-0.027915,0.007044,-0.018383,0.010317,-0.040798,0.011017,-0.015339,0.023598,0.027409,-0.006532,-0.026901,0.055875,-0.005371,-0.01281,-0.040312,0.003457,0.001226,0.002464,-0.003525,0.038766,0.017113,0.000388,0.029389,0.014737,0.024426,0.041199,0.008686,0.059425,-0.008604,0.013911,-0.008662,-0.002526,0.002209,0.023573,-0.012736,-0.012016,-0.020539,0.009027,-0.018486,0.021828,-0.02607,-0.041649,0.006827,0.006648,0.009937,0.016893,0.002816,0.036627,-0.014965,0.005169,-0.013106,0.004496,0.002303,-0.004826,-0.025888,0.005241,-0.016493,-0.018039,-0.004163,-0.022965,-0.043166,-0.140843,-0.011237,0.003553,-0.017241,0.006456,0.004103,-0.000332,-0.083494,0.035183,-0.03845,-0.023944,0.033542,-0.007175,-0.000021,-0.001708,-0.035927,0.013602,0.037061,-0.037386,0.031006,-0.006475,0.020052,0.035227,0.011269,0.020203,-0.05669,0.023822,0.000931,0.036588,0.021781,0.028306,-0.005747,0.009979,0.011884,0.006101,0.059881,0.006391,0.024302,-0.008845,-0.014866,0.002752,0.036467,-0.004479,0.021824,-0.004018,0.028013,0.004083,-0.014037,-0.039726,-0.001063,0.01244,0.04033,0.008002,0.076858,0.029767,-0.042834,0.016384,0.013019,-0.012851,-0.038482,0.054218,-0.012117,-0.010877,0.008634,0.030085,0.043967,0.003068,-0.031673,-0.023977,0.021381,-0.032555,-0.008713,0.02979,-0.009716,-0.001464,0.007646,0.016746,0.013518,0.003519,0.007834,-0.040495,-0.004148,-0.004851,-0.025845,0.012793,0.02696,-0.019066,0.003545,-0.025477,0.009224,-0.010591,-0.009001,0.01465,0.013397,0.042862,0.025746,-0.057662,0.01932,0.005347,-0.005842,0.052899,-0.006123,-0.013759,0.027972,0.034772,0.023838,-0.014851,0.021142,-0.043865,-0.038658,0.001305,-0.018921,-0.012607,0.022577,-0.002294,0.024802,-0.012132,-0.03301,0.0972,0.002577,0.01031,-0.011035,-0.042284,0.001338,0.046192,0.046007,-0.027668,0.006602,-0.014964,-0.019513,-0.025811,0.077373,-0.01297,0.019602,0.025676,-0.013389,-0.011768,0.037386,0.085821,0.02048,-0.010293,-0.009483,0.008131,-0.00724,-0.003694,0.001309,0.018787,0.040772,-0.002474,0.032525,-0.008395,0.025816,-0.008009,0.020063,-0.005648,0.012052,-0.023573,0.0188,0.046422,-0.028284,-0.010076,-0.028477,0.035044,0.009001,-0.037586,0.00942,0.005067,0.063906,0.002185,-0.000486,0.056194,-0.051072,0.00573,0.019361,-0.007387,-0.01201,-0.043206,-0.011289,0.051564,0.001973,-0.029588,-0.025758,-0.018385,-0.039642,-0.004415,0.030126,-0.00556,0.02455,-0.000044,-0.02767,-0.00451,0.002998,0.001108,-0.021874,-0.019074,-0.045439,0.02711,0.009871,0.692889,0.009078,0.036237,0.024765,0.003955,-0.003386,0.031014,-0.034673,0.009531,0.001877,0.026831,-0.007338,0.009361,0.005319,0.014393,-0.000231,0.011674,-0.039477,0.02163,0.009554,-0.035414,-0.026217,0.030776,-0.006712,-0.012276,0.04369,-0.029277,-0.006174,0.024208,0.038659,-0.015822,-0.009058,-0.042073,-0.019646,-0.027894,0.043097,-0.009627,-0.006135,0.017792,-0.05403,0.002772,0.007463,0.010503,-0.026257,0.035645,-0.032659,0.064079,-0.033832,-0.017402,-0.039541,0.014778,0.003141,0.002527,0.07467,0.016577,0.004896,-0.008082,-0.047233,-0.003513,-0.030971,0.01227,-0.044279,-0.01639,0.033616,0.020697,0.042834,0.010248,-0.018829,0.005952,0.056844,0.01158,-0.106872,0.017373,0.029993,-0.022405,0.022517,0.020109,-0.034542,0.001179,-0.020191,0.021727,-0.062985,0.033877,0.004584,0.000502,-0.044513,-0.009284,-0.001176,0.011392,-0.015694,-0.044064,0.039846,-0.018098,-0.001026,0.009796,0.037891,-0.001032,-0.001669,-0.032908,-0.005259,0.030383,0.044014,-0.031171,0.016941,-0.06677,-0.006648,0.017473,-0.00096,0.019181,0.036482,0.039133,-0.005881,-0.03907,-0.011301,-0.048862,-0.007382,0.01271,0.015203,0.017426,0.009538,0.03133,-0.010828,0.004597,-0.014465,0.046814,-0.055365,-0.011687,0.035454,0.008958,-0.008105,0.055016,-0.016893,-0.014898,0.002011,-0.021703,0.003235,0.009412,0.046577,-0.003527,0.016581,-0.018659,-0.009603,-0.013588,-0.005232,-0.000978,0.050587,0.004818,0.038313,-0.018239,0.036648,0.039089,0.152946,0.058423,-0.011593,0.021381,-0.004138,-0.005573,-0.018306,-0.028981,-0.03417,0.070797,-0.023497,0.024493,0.057715,0.026558,0.022057,0.042281,-0.020419,-0.005679,-0.021355,0.013199,-0.011288,-0.002193,-0.252112,-0.026789,-0.01856,0.009493,0.000801,0.001755,0.05747,-0.033385,-0.007563,-0.021639,0.009357,-0.007984,-0.060217,0.011273,0.002552,-0.005326,-0.000761,-0.015333,0.025627,-0.010927,0.04279,0.069326,-0.004101,0.08243,0.044551,-0.000266,0.027878,0.012597,-0.011441,-0.026082,-0.016342,0.010655,0.009011,-0.051892,-0.015278,-0.016456,-0.021879,0.031081,-0.020773,0.003057,0.015669,0.014971,-0.001444,0.021855,-0.013912,0.01196,0.00167,-0.03654,-0.031688,-0.023316,0.032765,-0.002206,0.001098,-0.009064,0.055596,0.035765,-0.049416,0.025317,-0.047873,0.020522,0.06846,0.046243,-0.040573,-0.000713,-0.049457,-0.022137,0.002772,-0.045436,-0.010794,0.029609,0.038693,-0.032183,0.01994,0.025469,0.035595,0.127087,0.009548,0.008743,0.000584,0.009172,-0.035033,0.021374,-0.026713,-0.007524,-0.055053,0.028933,0.046856,0.001957,0.018884,0.006447,-0.013702,0.053862,0.024291,-0.013775,-0.034288,0.035099,0.021956,0.015601,-0.010053,0.023003,-0.023682,-0.009352,0.012692,0.015911,0.039858,0.042828,-0.006195,0.066193,0.022949,0.013025,-0.013353,-0.006908,0.023475,0.024001,0.012111,0.022315,-0.030469,0.010276,0.000127,-0.001468,0.015539,-0.049401,-0.02118,0.020678,0.012401,0.029506,-0.001466,0.035283,-0.008735,0.000899,-0.022217,-0.003397,0.004168,-0.021336,-0.016872,-0.023709,0.004375,-0.010644,-0.012931,-0.038623,-0.041023,-0.128682,0.014234,0.005048,-0.021708,0.052774,0.022776,0.008488,-0.06454,0.046714,-0.050798,0.011622,0.012856,-0.02504,-0.015698,0.015305,-0.032468,0.006261,0.022804,-0.0382,0.043186,-0.02172,0.00744,0.019277,0.005317,0.013084,-0.024316,-0.00271,-0.003108,0.030778,0.01563,0.043995,0.004841,0.02021,-0.013268,0.022048,0.040217,0.007937,-0.007661,-0.004931,-0.002457,-0.014591,0.036493,-0.009129,0.006352,-0.009615,0.017597,-0.010655,-0.037832,-0.043159,-0.00887,-0.019993,0.055321,0.025015,0.086572,0.008098,-0.031203,0.009987,0.015183,-0.038816,-0.02812,0.048091,-0.006634,-0.015145,0.010296,-0.007683,0.062458,-0.00989,-0.019291,-0.021869,0.014775,-0.023327,-0.012538,0.029849,-0.010341,-0.004472,-0.002042,0.015695,0.017392,-0.005473,0.035617,-0.043562,-0.000865,0.024384,-0.008485,0.019361,0.027294,-0.02483,0.023861,-0.016308,0.004003,-0.018993,-0.041087,0.019731,-0.002392,0.018196,-0.005166,-0.051194,0.007305,-0.007128,0.00005,0.04612,-0.022365,-0.004485,0.002789,-0.003277,0.027167,-0.008889,0.006293,-0.048326,-0.001559,-0.002396,-0.012647,-0.005657,0.012344,-0.022861,0.011769,0.013047,-0.017239,0.101893,-0.020255,0.000271,-0.012066,-0.01051,-0.017384,0.070358,0.048165,-0.032658,0.004882,-0.008224,-0.021807,-0.016586,0.074791,0.018311,0.011228,0.001638,-0.032108,-0.000684,0.030262,0.0975,0.000869,-0.000396,-0.012157,0.011164,0.020401,-0.01406,0.009184,0.015663,0.010389,-0.001253,0.02886,-0.001282,0.03079,0.02067,-0.001656,-0.030715,0.002554,-0.013854,-0.010696,0.030841,-0.018538,0.011308,-0.039175,0.020179,0.008317,-0.027063,0.002391,0.025712,0.063822,-0.030409,-0.013602,0.053623,-0.017313,0.009093,0.021155,-0.005484,-0.011213,-0.006075,-0.021681,0.044625,0.019649,-0.014945,-0.011951,-0.021148,-0.054322,0.007724,0.034392,0.00098,0.034676,0.019126,-0.032177,-0.004433,0.013775,-0.002687,-0.025909,-0.020124,-0.033339,0.028873,0.043528,0.683559,-0.004793,0.016635,0.04212,-0.00559,-0.026931,0.020961,-0.045049,0.04611,-0.000059,0.017377,0.00152,0.008807,0.065099,0.019546,-0.013914,-0.010261,-0.024795,0.034139,-0.000047,-0.043384,-0.015037,0.049574,0.01131,-0.006267,0.025095,0.001562,-0.017354,0.014831,0.032791,-0.017272,0.014119,-0.047327,-0.025561,-0.043424,0.007884,0.005568,-0.013934,-0.010742,-0.066277,-0.005611,0.019764,0.005618,-0.004174,0.018081,-0.058878,0.055219,-0.055875,-0.025644,-0.050508,0.021496,-0.005705,0.029592,0.060196,0.021547,-0.007521,-0.000734,-0.03533,-0.013491,0.013847,-0.038296,-0.045832,-0.032629,0.032868,0.015013,0.029186,0.02406,-0.017362,0.003824,0.064466,0.013385,-0.104422,0.020185,0.007171,0.020774,-0.027225,0.010518,-0.023779,-0.006671,0.006693,0.005974,-0.058472,0.018981,0.007274,-0.009994,-0.035438,-0.020803,0.001552,0.018396,-0.014407,-0.034609,0.017816,-0.030726,-0.009466,0.012631,0.035258,0.026664,0.002039,-0.016445,-0.006665,0.004436,0.035596,-0.016871,-0.004785,-0.106925,-0.001379,0.007162,0.016834,0.02774,-0.009404,0.043108,-0.016179,-0.030017,-0.041179,-0.020893,-0.02781,0.009181,0.026973,0.017185,0.004557,-0.002021,-0.028326,0.022672,-0.035483,0.042216,-0.053688,-0.013758,0.032228,0.001804,-0.001766,0.049729,-0.035106,-0.028769,0.012199,-0.015917,-0.027029,-0.004996,0.030513,-0.000393,0.019518,-0.026113,-0.008124,-0.008693,0.029592,-0.013276,0.062271,0.019091,0.057117,-0.014317,0.018565,0.034869,0.181126,0.030161,0.009623,0.022202,-0.006329,-0.011151,-0.021261,-0.031766,-0.033749,0.04937,-0.00223,0.009096,0.060881,0.026467,0.002915,0.038581,-0.016469,0.013605,-0.021256,-0.013479,-0.014545,-0.004529,-0.256783,-0.031622,-0.036986,0.016049,-0.020623,-0.003848,0.019169,-0.038787,0.018597,-0.023709,-0.003384,-0.014493,-0.047071,-0.007286,-0.005655,-0.025945,-0.00827,-0.033668,0.018054,0.007517,0.046571,0.076289,-0.017851,0.066338,0.032813,0.002136,0.013036,0.007821,0.003118,-0.017608,-0.021895,0.018961,0.024016,-0.042699,-0.00192,-0.002955,-0.004135,0.029058,-0.038095,0.013778,0.035867,0.026672,0.004283,0.011978,-0.013587,0.006645,-0.011843,-0.017597,-0.030627,-0.0116,0.039102,0.007693,-0.003423,-0.014323,0.043837,-0.004907,-0.036456,-0.00565,-0.053932,0.037034,0.073727,0.025609,-0.042719,-0.013804,-0.034499,-0.02154,0.014452,-0.052259,0.007569,0.011361,0.032819,-0.016014,0.028668,0.016672,0.052152,0.127353,-0.017291,0.023212,0.002201,0.025659,-0.015995,0.024562,-0.021213,0.008505,-0.054889,-0.008371,-0.020466,0.003326,0.007711,0.002886,-0.037523,0.036325,0.028928,0.002095,-0.071153,0.007912,0.02282,-0.003728,0.003273,0.021651,-0.017584,-0.003094,0.013862,0.015373,0.015119,0.048264,0.030455,0.059205,0.002459,0.015864,-0.015487,-0.010629,0.008428,0.024199,0.00245,0.000163,-0.032879,0.017493,-0.007456,0.054035,-0.016423,-0.040302,0.002942,0.011006,0.009834,0.027667,-0.005481,0.015265,-0.002088,0.010051,0.006876,0.002848,0.005886,-0.034892,-0.02268,-0.02206,-0.000071,-0.016969,-0.019092,-0.01139,-0.039841,-0.136813,-0.002188,0.009423,-0.024619,0.019773,0.022852,-0.002181,-0.088269,0.034261,-0.027214,-0.014143,0.038176,-0.02842,0.010314,0.005374,-0.024252,0.015916,0.051951,-0.036979,0.024549,-0.016235,-0.005909,0.022215,-0.001113,0.017767,-0.023518,0.02136,0.014655,0.042926,0.009508,0.01409,-0.011827,0.017024,-0.001964,0.012639,0.039202,-0.006284,0.012311,-0.00127,0.003038,0.022836,0.017158,-0.006897,0.014966,-0.028039,0.02415,-0.007812,-0.016606,-0.052717,-0.010605,0.005579,0.048242,0.031358,0.083901,0.005945,-0.047128,0.034396,0.011202,-0.004348,-0.041923,0.046879,0.020087,-0.015531,0.016203,0.009847,0.053871,0.011986,-0.021441,-0.025627,0.002905,-0.043478,-0.021001,0.00054,-0.007622,0.003005,-0.003325,0.024115,0.008611,-0.000009,0.01067,-0.031364,-0.023412,0.010665,-0.02206,0.015123,0.018309,-0.01342,-0.007488,-0.019503,-0.00151,0.002238,-0.012092,0.001327,0.005005,0.026253,0.022763,-0.063146,-0.003692,0.019383,0.021789,0.060536,-0.023246,0.009585,-0.003187,0.004392,-0.001166,-0.025309,0.025212,-0.010706,-0.024142,-0.0025,0.007293,-0.038684,0.016947,0.001977,0.020952,-0.007415,-0.020449,0.101695,-0.017744,0.011803,0.00251,-0.025424,0.007658,0.031999,0.044008,-0.051044,0.006907,-0.000153,-0.006779,0.008513,0.065178,-0.015871,-0.017485,0.016003,-0.02036,-0.005355,0.02699,0.089581,0.02517,-0.004799,-0.0129,-0.007752,-0.009289,0.022071,0.019859,0.01007,0.060719,0.0087,0.060271,-0.006376,0.003766,-0.002048,0.002792,-0.031626,-0.002642,0.013821,0.000104,0.0284,-0.027732,0.002137,-0.040457,0.037498,0.026864,-0.008279,-0.008189,0.006145,0.073145,0.003838,0.003396,0.06001,-0.044989,0.016681,0.019377,0.003924,-0.020776,-0.027025,-0.022181,0.025932,-0.023954,-0.001501,-0.021429,-0.022189,-0.037339,0.002477,0.023485,-0.008166,0.029494,-0.013625,-0.028806,-0.009031,-0.011127,-0.024908,-0.012717,-0.023566,-0.041101,0.044354,0.016084,0.692644,-0.008232,0.025551,0.02736,0.009421,-0.032961,0.020097,-0.023063,0.003435,0.010309,0.016376,-0.021138,0.024305,0.024826,0.011673,0.019909,0.009309,-0.03342,0.00778,-0.006277,-0.019022,-0.025358,0.036871,-0.004321,0.004818,0.053198,-0.010849,-0.021289,0.030014,0.050218,-0.006868,-0.023901,-0.047017,-0.003782,-0.037198,0.002492,0.016186,-0.019252,0.006404,-0.053893,-0.01021,0.014393,0.006478,-0.019913,0.035542,-0.033095,0.058423,-0.03381,-0.019655,-0.034205,0.003389,0.011676,0.00991,0.080897,0.01411,0.005522,0.003123,-0.050601,0.014173,-0.002651,-0.001966,-0.032398,-0.010175,0.037275,0.028264,0.019912,0.005082,0.013024,0.012675,0.059258,0.009803,-0.108339,0.027257,0.015759,0.021912,-0.026864,0.00937,-0.016524,-0.010032,0.003327,0.002893,-0.062616,0.030799,-0.003509,-0.017801,-0.036505,-0.014226,0.0053,0.013309,-0.025276,-0.00889,0.030276,-0.023793,-0.017511,0.023331,0.034141,0.014394,-0.003017,-0.007849,0.009284,0.00074,0.045473,-0.014114,-0.002851,-0.098428,0.002586,0.00692,0.0265,0.028228,0.007701,0.044337,-0.01745,-0.027985,-0.021813,-0.01563,0.000491,0.01786,0.036031,0.029631,-0.013738,0.012898,-0.017053,0.018394,-0.037987,0.043091,-0.036727,-0.023575,0.014522,0.017719,0.01025,0.023607,-0.027644,-0.028696,-0.001826,-0.022951,-0.019556,0.019586,0.040248,0.010783,0.014566,-0.023552,-0.001876,-0.002024,0.026134,-0.00595,0.063904,0.026205,0.035781,-0.01224,0.016193,0.041286,0.182604,0.03852,0.021867,0.025962,-0.029445,0.005668,-0.012991,-0.025099,-0.026588,0.064403,-0.008152,0.00475,0.039909,0.041148,-0.008951,0.032412,-0.016449,0.006188,-0.023549,-0.014321,-0.020393,0.004906,-0.268361,-0.023169,-0.038169,0.013508,-0.014031,-0.000542,0.014283,-0.029238,0.026552,-0.031895,-0.006055,-0.010801,-0.037101,-0.001783,-0.00647,-0.013582,-0.003588,-0.02105,0.02109,0.007605,0.047813,0.07056,-0.006303,0.069402,0.037622,0.010318,0.01317,0.00723,0.000819,-0.02649,-0.027413,0.024417,0.01902,-0.032732,-0.017851,-0.000825,-0.006466,0.025228,-0.037187,0.010864,0.022039,0.024579,0.003185,0.018202,-0.022224,0.018388,-0.005596,-0.008539,-0.029955,-0.017398,0.050103,0.028716,-0.021447,-0.020411,0.040868,-0.012914,-0.032698,0.009469,-0.044839,0.028982,0.058226,0.024625,-0.051529,-0.009405,-0.041752,-0.012723,0.001108,-0.042727,0.010338,-0.000683,0.028079,-0.032286,0.008834,0.001363,0.051414,0.085798,-0.023167,0.031149,-0.015192,0.032329,-0.023058,0.016885,-0.023545,0.000427,-0.047428,0.005135,-0.030369,0.011792,0.019805,-0.016135,-0.041501,0.053239,0.021695,0.008623,-0.062663,0.004361,0.028829,-0.00328,-0.001546,0.02462,-0.014689,0.010389,0.0248,0.026296,0.006324,0.047771,0.024602,0.054795,0.011792,0.015532,-0.025628,-0.006427,0.009853,0.023383,-0.014905,0.005169,-0.030218,0.006362,-0.010889,0.058071,0.001683,-0.049508,-0.017941,0.018314,-0.026147,0.011914,0.003759,0.010449,-0.009752,-0.00159,-0.008941,0.013435,0.015323,-0.012271,-0.025122,-0.009494,0.00689,-0.020298,-0.025033,-0.011249,-0.030423,-0.143571,0.003307,-0.001531,-0.032599,0.020486,0.032831,0.014669,-0.065097,0.051208,-0.045107,-0.018208,0.033918,-0.024927,-0.005622,0.011021,-0.035256,0.004034,0.042533,-0.02885,0.027834,-0.016546,0.001846,-0.006208,0.002384,-0.002543,-0.025938,0.028885,0.020024,0.039414,0.021335,0.029788,-0.009165,0.018516,-0.012536,0.007644,0.050362,0.00877,0.005326,0.009151,0.018746,0.017348,0.011507,0.000011,0.015623,-0.010126,0.040113,-0.011138,-0.010097,-0.050862,-0.002442,0.012871,0.044979,0.02168,0.079383,0.012406,-0.048455,0.023354,0.007212,-0.006563,-0.033542,0.038374,0.010832,-0.024864,-0.001571,0.012365,0.052056,-0.00089,-0.028995,-0.019844,0.000525,-0.030172,-0.014733,0.014416,0.000334,0.023561,0.013885,0.022026,0.008925,0.015661,0.022668,-0.030763,-0.026551,0.000136,-0.030375,0.017022,0.031802,-0.004239,-0.006299,-0.023346,0.0137,-0.001692,-0.007911,-0.008005,0.005672,0.010779,0.02049,-0.060483,0.012611,0.017445,0.028409,0.062119,-0.01828,-0.020249,0.01427,-0.004034,0.015292,-0.028907,0.035764,-0.007125,-0.029202,0.006533,0.011268,-0.035425,0.013701,0.009158,0.037998,-0.00505,-0.013608,0.09825,-0.019771,0.012718,0.011991,-0.023473,0.006954,0.033146,0.020648,-0.059799,0.003977,-0.01536,-0.036167,0.002487,0.069732,-0.012473,0.011034,-0.004326,-0.015002,-0.004798,0.014753,0.127307,0.024498,-0.022128,-0.020355,0.00407,-0.01307,0.02154,0.012532,0.015224,0.065759,0.014815,0.014203,-0.017465,0.007941,0.014031,0.012963,-0.046915,0.006913,-0.012223,0.014386,0.021818,-0.033462,0.012528,-0.024327,0.045378,0.03878,0.003685,-0.015377,0.008732,0.075115,0.00227,0.013363,0.077883,-0.050577,0.004621,0.01832,0.002081,-0.023954,-0.021723,-0.030224,0.018141,-0.011041,-0.016838,-0.02608,-0.035262,-0.029829,0.006362,0.0218,0.016055,0.031797,0.002287,-0.041161,0.004128,-0.014197,-0.01783,-0.003337,-0.016466,-0.046215,0.040847,0.022132,0.684359,-0.014355,0.032901,0.010478,0.00655,-0.023507,0.037823,-0.037232,0.008631,0.006217,-0.015849,-0.020272,0.033403,0.024879,0.004955,0.031292,0.02284,-0.023971,0.013673,-0.003435,-0.006035,-0.020762,0.025525,-0.013588,0.000505,0.061237,-0.003829,-0.019431,0.025109,0.038594,-0.009716,-0.041193,-0.060474,-0.020501,-0.027976,0.017434,0.007802,-0.005414,0.007527,-0.05114,-0.022192,0.002256,0.022987,-0.018149,0.042038,-0.03035,0.058722,-0.012019,-0.004439,-0.02381,0.028314,0.010719,-0.006091,0.068939,0.023557,-0.008386,0.00554,-0.060939,0.019251,-0.008382,-0.014203,-0.033903,-0.019822,0.054167,0.022134,0.04154,0.003347,-0.00218,0.016133,0.058754,0.031288,-0.06095,0.045372,0.033856,-0.014422,0.014117,-0.002805,-0.049152,0.007736,0.025251,0.011208,-0.091427,0.01301,-0.027977,0.007924,-0.002145,-0.039911,0.019691,0.012555,-0.019093,-0.051016,0.0334,-0.002051,-0.013182,0.030324,-0.007724,0.006558,0.01326,0.022563,0.004206,0.022814,-0.03888,-0.009241,0.036066,-0.055933,-0.002992,0.013936,-0.029819,-0.022904,0.066381,-0.005084,-0.007189,-0.011975,0.021297,-0.017764,-0.034801,0.026806,0.027252,-0.010685,0.024887,-0.014256,-0.016513,-0.008593,-0.01676,0.046026,-0.035086,-0.044226,-0.008307,0.010543,0.006102,0.00155,0.012533,-0.002051,0.004899,-0.032135,-0.031643,-0.00279,0.001104,0.030083,0.043327,0.013797,0.010314,-0.004233,0.011837,-0.004369,0.037084,0.036832,0.035561,-0.008854,-0.013666,-0.008283,0.15313,0.020247,-0.019509,0.024619,-0.012037,0.015735,0.007348,-0.040505,-0.001128,0.035714,0.02405,0.016255,-0.008208,-0.015169,0.00344,0.069005,-0.000346,0.019447,-0.013833,-0.018218,0.003875,0.005192,-0.193221,0.010784,-0.019012,0.017793,-0.012116,-0.0009,-0.015491,-0.007973,0.006654,-0.001876,-0.035511,0.01417,-0.035672,-0.024961,-0.014738,-0.028738,0.05482,-0.003072,-0.012428,-0.020571,0.036355,0.095986,-0.044884,0.100344,0.016287,-0.005125,0.00265,0.010339,0.029558,0.008663,0.022444,0.051706,-0.01142,-0.019859,0.011594,0.021386,-0.018225,0.00312,-0.021062,0.020669,0.026004,0.014843,-0.025226,-0.00843,0.005077,-0.017008,0.012881,-0.025189,-0.050987,0.009081,0.024753,-0.046539,0.007031,-0.002635,0.056932,-0.016585,0.003647,-0.003726,-0.035502,0.04577,0.00151,0.025463,0.016619,-0.037766,-0.050563,0.007703,-0.019766,-0.020057,0.04079,-0.010607,0.028878,-0.013023,0.004952,0.004846,0.059263,0.118088,-0.002065,0.042924,0.010748,0.008312,-0.026451,0.027674,-0.009283,-0.020634,-0.029171,0.011818,-0.004815,0.014341,0.010293,-0.034292,-0.010375,0.021439,0.011272,-0.02233,-0.055513,-0.014067,0.034066,0.041572,-0.000464,0.010509,0.007789,-0.009191,0.001364,0.029449,0.00646,0.028469,0.018445,0.003591,-0.020082,-0.006534,-0.022862,0.028141,-0.009186,0.007973,-0.004399,0.059726,-0.034292,0.019083,-0.021897,0.034212,-0.006677,-0.046065,-0.019366,0.015235,-0.011583,0.006938,0.018984,-0.005553,-0.029734,-0.018354,0.01428,-0.02762,-0.002444,-0.014276,-0.023515,0.031798,0.000604,-0.02718,-0.00256,0.007621,-0.007323,-0.109386,0.001536,0.00219,-0.011402,0.028464,0.003204,-0.01279,-0.070318,0.029106,0.001394,0.003658,0.030468,0.000404,0.01581,-0.001416,0.006463,0.013327,0.017673,-0.008581,-0.008355,-0.012792,0.03508,0.006833,-0.017998,0.032459,-0.041151,-0.017453,-0.03437,0.015234,0.004287,-0.000723,-0.041821,-0.00168,0.005257,0.034316,0.012744,-0.022477,0.001768,-0.017148,0.012015,0.004197,-0.010011,-0.016845,0.017791,-0.012813,0.008953,0.005659,0.010705,-0.040572,-0.000727,-0.029608,-0.010823,0.008252,0.068472,0.000459,-0.039691,0.059812,-0.009403,-0.009169,-0.02153,0.060329,-0.012004,-0.019243,-0.032683,0.007893,-0.00663,-0.032669,-0.009375,-0.021581,-0.026547,0.005544,0.019963,-0.010325,-0.012785,-0.034457,-0.006767,0.023573,0.0086,-0.00562,0.031495,-0.010652,0.019705,-0.013597,-0.022263,-0.00509,0.025231,-0.019789,0.011538,-0.002229,0.003672,-0.038365,-0.046488,0.008136,-0.010655,0.006197,0.009608,0.00129,-0.000736,0.06056,0.027272,0.037869,-0.007214,0.013922,0.024009,-0.041023,-0.016157,-0.017432,-0.001438,-0.009319,-0.000429,0.034315,-0.021038,-0.006647,0.047232,0.008576,0.021786,-0.009517,0.041359,0.111772,0.007537,0.009374,-0.017542,-0.032926,0.01448,0.0411,0.029883,-0.004512,-0.015649,-0.005738,-0.016249,-0.013573,0.046125,-0.005705,0.005962,0.003089,-0.015339,0.012188,-0.007587,0.032324,0.01673,-0.032318,-0.021515,0.001703,-0.026579,-0.01302,0.011737,0.047103,0.005362,0.028252,0.03552,-0.033185,-0.004552,-0.019768,0.016081,-0.005849,-0.00305,0.029114,-0.015221,0.011393,0.003005,-0.002426,-0.048599,0.024417,0.03034,0.0042,0.005482,-0.003997,0.059577,-0.0013,-0.014304,0.038569,-0.019262,0.014971,-0.01268,0.024557,-0.006071,-0.005585,-0.026943,0.034799,0.02558,0.009187,0.000815,-0.019992,-0.040878,-0.028009,0.051257,-0.02249,-0.016026,-0.001759,0.009689,0.020695,0.014651,0.000265,0.018157,0.026043,0.001924,0.009325,0.01658,0.754606,-0.020027,0.010185,-0.009711,0.016219,0.000362,-0.027239,-0.018805,-0.027512,-0.011183,0.027097,-0.011621,0.004231,-0.002978,0.013853,-0.009774,0.035082,-0.025833,0.036405,0.005924,-0.013149,-0.045832,0.050666,0.030985,0.004098,0.05629,-0.003022,-0.035451,0.032216,0.019343,0.000135,-0.019864,-0.00496,-0.0464,-0.011699,0.011532,0.004552,0.009669,0.015089,-0.084895,0.022217,-0.010148,0.006092,-0.041416,0.016544,-0.017711,0.024416,0.005905,0.005679,-0.008841,0.019339,0.002873,0.023026,0.030774,-0.021718,-0.001365,0.008752,-0.037013,-0.024859,-0.015883,0.001807,0.005062,0.018795,0.088155,0.012508,0.059794,0.008806,-0.02372,0.031796,0.023199,0.01571,-0.083362,0.04725,0.042451,-0.003879,0.013537,0.022961,-0.037501,0.007341,0.011192,0.00427,-0.073443,0.024738,0.032063,0.001888,0.016626,-0.05592,0.014167,0.038573,-0.014829,-0.036758,0.00116,-0.002707,-0.012328,0.004973,-0.001362,0.020282,0.061357,0.024212,0.011734,0.002925,-0.003385,0.020889,0.002755,-0.068855,-0.002059,0.003434,-0.020549,0.018924,0.034839,0.018243,-0.01851,0.00329,-0.032092,-0.007238,-0.02671,0.00554,0.007211,0.0082,-0.007341,-0.002228,-0.030208,0.006837,-0.01236,0.019997,-0.04633,-0.05734,0.025996,0.029195,-0.020356,-0.016291,-0.004072,0.004137,-0.001805,-0.02282,-0.038709,0.00912,0.026682,0.017468,0.040669,-0.009396,0.019043,0.000812,0.033199,0.013154,0.008828,0.007117,0.034761,-0.00624,-0.024213,-0.002102,0.131481,0.037923,0.027148,-0.011914,0.000416,0.023384,-0.005566,-0.041952,-0.003424,0.047864,0.013836,0.033427,0.005755,0.002862,0.014914,0.063878,0.013319,0.011122,-0.013813,-0.000797,0.009674,0.000135,-0.208662,0.014404,-0.032245,0.001677,0.028088,-0.005057,0.004701,-0.031406,-0.00946,-0.012207,-0.004869,0.004594,-0.038104,-0.004568,0.012537,-0.021962,0.043576,-0.005259,0.032226,-0.004496,0.062906,0.083452,-0.037652,0.079431,0.01251,-0.012076,0.012521,-0.002525,0.030258,-0.010696,0.00261,0.042793,-0.002634,-0.039729,0.011032,0.017622,-0.005991,0.028515,-0.04773,0.004781,0.029036,0.031581,-0.007327,0.005534,-0.001023,0.00221,-0.007744,-0.001449,-0.041591,-0.002819,0.034236,0.000027,-0.013174,-0.014894,0.01602,0.001639,-0.012109,-0.019831,-0.027746,0.016227,-0.021571,0.008255,0.024842,-0.006174,-0.04735,0.002831,-0.012904,-0.03285,0.01042,-0.016529,0.040217,-0.018881,0.017747,0.030627,0.040559,0.156514,-0.004696,0.030648,-0.000077,0.018636,0.00884,0.007201,-0.002154,-0.041758,-0.028898,0.004654,0.000749,0.012516,0.01944,-0.017496,-0.031576,0.041017,0.008593,-0.00771,-0.051822,-0.005929,0.025201,0.026551,0.00158,0.021332,-0.018849,0.01944,0.013686,0.004761,0.010002,0.036122,0.000812,0.017785,-0.003705,-0.010485,-0.001059,0.029472,-0.023214,0.018753,-0.036058,0.045987,0.000253,-0.003287,-0.026565,0.024813,-0.002334,-0.053927,-0.012474,0.007578,-0.017732,0.013181,-0.019871,-0.015005,-0.039607,0.026005,0.00869,-0.006642,-0.002576,-0.01853,-0.017107,-0.000024,0.016559,-0.017024,-0.049725,0.045037,-0.024139,-0.114112,0.017641,-0.017301,-0.012925,0.026723,0.012073,-0.002587,-0.131797,0.021884,-0.012784,0.022887,0.028357,-0.025997,0.01622,0.022657,-0.00279,0.011358,0.054029,-0.030344,0.01632,0.00372,0.023749,-0.002351,-0.016703,0.032321,-0.019162,0.012581,-0.010634,0.007548,0.019442,0.025341,-0.020578,-0.011415,-0.005921,0.025256,0.023857,-0.001894,0.003311,0.009312,0.012905,0.038309,-0.016222,-0.019013,0.003399,-0.01486,0.005075,0.006139,-0.028481,-0.045195,0.019338,0.007528,0.024576,-0.00179,0.072642,-0.003402,-0.035182,0.030166,0.009732,-0.013723,-0.030986,0.039817,-0.010621,-0.00884,-0.030826,-0.014226,-0.02557,-0.02676,-0.014374,-0.004889,-0.013436,-0.010367,-0.006514,0.020076,-0.010267,-0.004259,0.00188,0.01937,-0.009892,0.018168,0.002737,-0.019711,-0.057135,-0.03642,-0.017409,-0.018089,0.015888,-0.020048,-0.011907,0.002313,0.0325,-0.017714,-0.053793,-0.014334,-0.008177,-0.00439,0.015137,-0.030516,0.002123,0.040591,0.025088,0.015888,-0.01737,0.006847,0.001177,-0.012145,0.000361,0.039572,0.012518,0.003374,-0.007038,0.011786,-0.043368,-0.010109,0.03022,0.004437,0.032029,0.016379,0.009975,0.108912,-0.003299,0.00327,0.007032,-0.020488,0.022304,0.04013,0.037191,-0.014349,-0.017137,0.006914,-0.000334,-0.004957,0.025136,-0.007725,-0.020918,-0.011356,-0.027994,0.012981,-0.025989,0.089693,0.014815,-0.002078,-0.022487,0.009257,-0.004128,0.002716,0.025977,-0.005391,0.00143,0.019789,0.025403,-0.027564,-0.007179,-0.016639,0.009141,-0.036234,0.004719,0.003261,0.015453,0.019659,-0.027184,-0.010071,-0.021383,0.039728,0.019641,0.009465,0.007205,-0.009041,0.056905,-0.009572,0.017054,0.014933,-0.033439,-0.012418,0.000393,0.023514,-0.008426,0.021638,-0.011939,0.011483,0.015132,0.030102,-0.000746,-0.000656,-0.048446,-0.008472,0.038376,-0.000407,-0.012781,-0.008902,-0.016725,0.026044,0.017398,-0.018994,-0.006932,-0.015317,-0.021798,0.013887,0.025707,0.750356,-0.009574,0.004355,-0.004763,0.008726,0.003899,-0.001316,0.009845,0.002724,-0.024469,0.01612,-0.012424,0.038289,0.032574,0.040433,-0.008494,0.029045,-0.007496,0.046609,-0.040087,-0.000882,-0.020259,0.046906,0.038292,-0.01224,0.076297,0.016939,-0.024671,-0.005038,0.044896,0.011862,-0.013433,-0.035053,-0.028357,-0.021523,0.001302,-0.020362,0.030942,0.005672,-0.076656,-0.020237,-0.003204,0.032585,-0.019909,0.000763,-0.019006,0.027313,0.015346,-0.021021,0.002491,0.003507,-0.021588,0.008308,0.053911,-0.010106,0.000591,0.007253,-0.021701,-0.000495,0.010269,-0.000409,0.004129,-0.01514,0.060741,0.016549,0.059311,-0.019787,-0.014912,0.040598,0.028192,0.014006,-0.068199,0.038189,0.033529,-0.001561,0.01118,0.005166,-0.047844,-0.001849,0.023096,0.015126,-0.069941,0.024181,0.020595,-0.009936,0.007807,-0.048061,0.01495,0.035579,-0.029425,-0.011475,-0.010842,0.001575,-0.006086,0.012307,0.011816,0.014661,0.048772,0.036921,0.003905,0.012115,-0.000242,0.01116,0.011453,-0.056545,-0.010971,-0.013307,-0.020023,0.010017,0.023158,-0.000259,-0.007542,0.016076,-0.015008,-0.004831,-0.019487,0.003195,0.003687,0.009426,-0.01247,0.00214,-0.013092,0.013449,-0.017411,0.001407,-0.031487,-0.030646,0.012221,0.011432,-0.009115,-0.018758,0.002446,-0.005167,-0.002674,-0.007877,-0.026114,-0.005501,0.016382,0.034503,0.045478,-0.014986,0.030861,-0.007431,0.049593,0.016326,0.019057,0.020304,0.032333,-0.014106,-0.010688,-0.004006,0.140278,0.025917,0.032248,-0.008221,0.002687,0.02719,-0.012273,-0.021134,-0.012922,0.039528,0.009537,0.022301,0.015084,0.002237,0.023325,0.071026,0.013515,0.020696,-0.012626,0.002621,0.006656,0.010109,-0.203818,0.003798,-0.039051,0.019265,0.019543,-0.009908,-0.000072,-0.020611,0.004176,-0.017749,0.012902,0.01325,-0.026828,-0.001952,0.014864,-0.02044,0.028474,-0.001287,0.02347,-0.007752,0.045867,0.099953,-0.032558,0.080604,0.033714,-0.00581,0.003244,-0.005625,0.017926,-0.004965,-0.0001,0.043747,0.00093,-0.033342,0.009554,0.021307,-0.002056,0.033597,-0.016524,-0.000132,0.038198,0.033041,-0.014839,0.01893,-0.014195,-0.008326,0.007224,-0.005737,-0.037437,-0.005294,0.018888,-0.004194,-0.001346,-0.005826,0.038656,-0.005933,0.0008,-0.008844,-0.015191,0.010535,-0.005223,0.010723,0.008694,-0.009902,-0.052611,0.02535,-0.025114,-0.038565,0.005476,-0.00572,0.022138,-0.031908,-0.003682,0.003923,0.02912,0.138196,-0.009107,0.026391,-0.011402,0.020148,0.006356,0.006139,0.018049,-0.033385,-0.028727,-0.002939,0.003486,0.008608,0.016782,-0.022085,-0.038188,0.051766,0.013855,-0.019346,-0.070656,-0.015001,0.023202,0.029986,-0.000025,0.018508,-0.018634,0.011368,0.023445,0.020077,0.006846,0.033151,0.001794,0.013564,-0.001031,-0.010967,-0.020218,0.036675,-0.005732,0.002492,-0.025171,0.035779,-0.003911,-0.023284,-0.007025,0.04817,-0.005448,-0.040954,-0.009899,0.060874,-0.023065,0.00952,-0.000772,-0.012024,-0.027491,0.02042,-0.000475,0.002916,0.024496,-0.021172,-0.014704,0.001536,0.011747,-0.033566,-0.039945,0.032063,-0.015768,-0.12524,0.024192,-0.022816,-0.02857,0.032051,0.015256,-0.006565,-0.103811,0.01877,0.004604,0.032217,0.033559,-0.028876,0.029153,0.007735,0.005164,0.011281,0.045276,-0.029039,0.017999,-0.007783,0.020406,-0.009965,-0.016211,0.026422,-0.016044,0.023419,0.003618,0.004724,0.017948,0.038386,-0.026269,0.002585,-0.016532,0.018204,0.047369,0.009584,-0.005235,0.011707,0.008382,0.033789,-0.011839,-0.017363,0.005254,-0.035104,0.003501,0.002343,-0.028153,-0.049448,0.004509,0.00499,0.024802,-0.008808,0.079812,-0.004429,-0.033256,0.023537,0.008222,-0.015451,-0.01532,0.030211,-0.006068,-0.034087,-0.0265,-0.00013,-0.018784,-0.02473,-0.017865,0.00384,-0.011572,-0.024404,-0.019223,0.013721,-0.027138,0.00575,0.004186,0.010561,-0.009274,0.013074,0.016281,-0.012329,-0.050809,-0.026144,-0.028135,0.000956,0.028239,-0.022086,-0.02289,-0.004269,0.015923,-0.020982,-0.044865,-0.023153,0.006535,-0.028365,0.018956,-0.010188,-0.013458,0.036063,0.03671,0.012861,-0.014972,0.008776,-0.000208,-0.015833,-0.007069,0.032655,0.019416,-0.003665,0.007167,0.025988,-0.01984,-0.007722,0.04375,0.013492,0.020839,0.005525,0.025594,0.112679,-0.00753,0.007267,-0.008082,-0.029351,0.02822,0.039231,0.014938,-0.026561,-0.017277,0.008278,-0.015167,-0.030794,0.037518,0.014949,-0.024074,0.000699,-0.035222,0.000855,-0.043891,0.105288,0.024615,-0.00602,-0.015332,0.008349,0.004906,-0.000364,0.008307,0.012354,0.012367,0.005832,0.01768,-0.021232,-0.013007,-0.006794,0.007951,-0.034176,0.007067,0.003168,0.006939,-0.0007,-0.009318,-0.004702,-0.010925,0.025927,0.017592,0.000029,0.010821,-0.001069,0.053557,-0.011033,0.006398,0.029663,-0.037708,-0.006367,0.004198,0.026634,-0.00296,0.04358,0.010143,0.001564,0.007045,0.022937,-0.005028,0.002434,-0.044403,-0.020981,0.042428,-0.006377,-0.018219,-0.022667,-0.013509,0.027182,0.02464,-0.038243,-0.002064,-0.016211,-0.025145,0.011642,0.022689,0.758353,-0.003608,-0.001472,-0.01641,0.009763,0.014717,-0.007225,-0.000903,0.004647,-0.010968,0.013317,-0.013315,0.026947,0.04209,0.035885,-0.00512,0.030248,-0.006601,0.045963,-0.044742,0.008828,-0.007043,0.042096,0.003311,-0.006751,0.085171,0.025875,-0.037376,0.005559,0.03935,0.007344,-0.014209,-0.025723,-0.046123,-0.027296,-0.010729,-0.024366,0.025415,-0.007773,-0.076929,-0.022305,-0.021138,0.019912,-0.016633,-0.000869,-0.016061,0.024203,0.004674,-0.002903,0.013706,0.012702,-0.012804,0.00913,0.048615,-0.007444,-0.012488,0.006707,-0.035556,0.003139,0.002283,-0.010829,-0.013372,-0.004776,0.069179,0.01671,0.059698,-0.011639,0.001111,0.035074,0.050629,0.03541,-0.055129,0.022959,0.009313,-0.001789,0.020758,0.010251,-0.040031,-0.009015,-0.000548,0.017961,-0.087193,0.048723,-0.001328,0.007849,0.007985,-0.007238,0.019923,0.024556,-0.000404,-0.069565,0.049749,0.029905,-0.004589,0.004984,0.004542,-0.02098,0.022645,0.017024,0.008698,0.001685,-0.023261,-0.001947,0.032562,-0.061743,-0.009118,0.008047,-0.004049,-0.032784,0.053203,-0.018939,-0.029196,-0.015276,-0.000863,-0.023386,-0.00778,0.027815,-0.007183,0.012574,0.008135,-0.024185,-0.018739,-0.011682,-0.013681,0.067136,-0.050924,-0.015991,0.028437,-0.007073,-0.005327,0.001787,0.002779,0.011464,-0.023224,-0.015694,-0.019065,-0.009232,0.015995,0.016212,0.02983,0.017945,0.014945,-0.020533,-0.001987,-0.007975,0.041909,0.017666,0.013707,-0.006464,-0.003242,0.005345,0.164455,0.025811,-0.004866,0.022017,0.007578,0.017219,0.000782,-0.032489,-0.0139,0.029074,0.010142,0.018589,0.020768,0.016516,0.01062,0.080854,0.012195,-0.000403,-0.00364,-0.002586,0.012714,-0.013484,-0.164825,0.002667,-0.050866,0.00096,0.003438,0.011996,-0.027099,-0.02529,-0.010731,-0.022356,-0.022458,0.001619,-0.064358,-0.013285,-0.002156,-0.003005,0.023434,0.028937,0.0068,-0.020409,0.046822,0.113164,-0.028749,0.100821,0.021846,-0.007096,0.002487,0.010967,0.021852,-0.011731,0.021205,0.048288,-0.01428,-0.018485,-0.012289,0.013839,-0.012103,-0.001975,-0.016097,0.030381,0.061969,0.013856,-0.016931,0.004827,-0.012516,-0.021351,0.020683,-0.007644,-0.025873,-0.010068,0.002928,-0.00446,-0.015617,0.007884,0.044729,-0.010566,0.021433,-0.006743,-0.008811,0.048774,0.006977,0.020958,0.032497,-0.023326,-0.057683,-0.008893,-0.012449,-0.008087,-0.001817,-0.023621,0.030436,-0.015216,-0.033356,-0.004723,0.018491,0.079837,-0.0048,0.027659,-0.005024,0.013,-0.012106,-0.006676,0.013862,-0.043247,-0.001593,0.03814,0.023697,-0.030474,0.008971,-0.029309,-0.034293,0.036656,0.004785,-0.000798,-0.045404,0.019749,-0.011511,0.052008,-0.010333,0.014715,-0.004887,-0.035868,0.010533,0.017385,0.008381,0.00754,0.00529,-0.00184,0.00887,-0.005131,-0.020849,0.032454,0.003487,0.009231,-0.020924,0.026131,-0.022618,-0.006697,-0.01412,0.033135,0.027279,-0.046224,-0.015773,0.021555,-0.002764,0.027252,-0.012758,-0.003711,0.000924,0.013089,0.012128,-0.039757,0.009874,0.001285,-0.019958,0.019775,-0.007577,-0.010246,-0.029789,0.010453,-0.019546,-0.121854,-0.000479,0.001219,0.012914,0.076123,-0.007144,-0.001386,-0.090753,0.044359,-0.033507,0.040354,0.021254,-0.030387,0.009022,-0.004117,-0.000821,0.002786,0.024094,-0.014525,-0.013947,-0.008817,0.019796,-0.005849,-0.02122,0.013233,-0.055566,-0.00674,-0.024582,0.01074,0.022417,0.000932,-0.035669,0.012187,0.00386,0.029121,0.045782,-0.04064,-0.002854,-0.011304,-0.013291,-0.001714,-0.020315,-0.013771,-0.006922,-0.004653,0.01044,0.033076,-0.01556,-0.057691,-0.020964,-0.012706,0.015092,0.023566,0.031328,0.028733,-0.037622,0.037182,-0.002746,0.009927,-0.013911,0.05275,-0.00443,-0.036318,-0.042705,0.005748,-0.025265,-0.03296,0.001439,-0.006318,0.004269,-0.019878,0.018309,0.009949,-0.010084,-0.043018,-0.012023,0.036682,-0.027954,0.010615,0.028041,-0.011355,0.042305,-0.017767,0.00965,0.010755,0.037038,-0.02202,0.02071,0.025476,-0.020701,0.036434,-0.011775,0.012534,-0.009247,0.024019,0.005355,-0.003333,0.017726,0.036434,0.058214,0.036633,0.000315,-0.002171,0.05524,-0.009716,-0.015631,-0.070868,-0.008906,-0.033987,0.000207,-0.025452,-0.034293,0.001159,0.030079,-0.007847,-0.00078,0.00931,0.041463,0.109019,0.00908,0.00203,-0.04536,-0.004791,0.002899,0.026536,0.03243,-0.013632,-0.00491,-0.002688,-0.014406,-0.028504,0.034276,0.032153,-0.017039,0.011506,-0.042643,0.013773,-0.025791,-0.031481,0.018733,0.015552,-0.019854,0.011741,-0.010895,-0.006713,0.015253,0.054673,-0.009116,0.018255,0.018443,-0.05397,0.006671,-0.030942,0.014163,-0.024149,-0.011834,0.032687,0.009355,0.011377,-0.005915,-0.015334,-0.019591,0.019391,0.015319,0.028022,0.031335,0.014962,0.019345,0.007471,-0.007244,0.032872,0.001375,0.018755,-0.000682,0.023234,-0.000617,0.018444,-0.003318,0.032787,0.005185,0.02218,-0.008747,-0.024418,-0.05378,-0.032193,0.060756,-0.004717,-0.007679,-0.004205,-0.012211,0.011732,0.018898,-0.01059,0.004711,-0.027729,-0.007369,-0.001205,0.006118,0.752383,0.001395,-0.00032,-0.01927,0.001436,-0.007815,-0.039064,0.016921,-0.025835,-0.009093,0.012198,-0.0059,-0.006581,0.008734,0.013011,0.007091,0.04355,0.006338,0.026797,-0.024362,-0.019112,-0.058609,0.053337,-0.004566,-0.011671,0.057849,-0.016074,-0.021577,0.006363,0.026636,-0.011432,-0.01591,-0.014968,-0.022287,-0.032475,0.0187,-0.032823,0.001321,0.016403,-0.100559,0.011715,0.002435,-0.00388,-0.024961,-0.007342,-0.004157,0.014876,0.00194,-0.023304,0.00377,0.031696,-0.013188,0.002047,0.042097,-0.028337,-0.004007,0.015081,-0.018172,-0.026373,0.001,0.019994,-0.024187,-0.014173,0.082828,0.001726,0.069576,0.021763,-0.01865,0.04088,0.029766,0.035855,-0.05948,0.019687,0.011069,-0.00377,0.019048,0.006513,-0.038491,-0.013347,-0.001368,0.020742,-0.088268,0.044967,0.006542,0.006383,0.008521,-0.010983,0.019334,0.024019,-0.000727,-0.066993,0.048243,0.018051,-0.006097,0.006954,0.002454,-0.027135,0.025667,0.012031,-0.000083,-0.001847,-0.022697,-0.002206,0.031652,-0.063547,-0.003395,0.00524,-0.001406,-0.027745,0.047187,-0.010681,-0.027127,-0.008115,0.006825,-0.022033,-0.009194,0.021731,-0.006415,0.003507,0.004714,-0.017438,-0.013678,-0.010516,-0.019277,0.050305,-0.04858,-0.012198,0.027798,-0.002598,-0.00327,0.008526,-0.003416,0.016864,-0.022014,-0.013237,-0.011978,-0.008056,0.012282,0.019572,0.034614,0.013008,0.01576,-0.018011,0.009216,0.001804,0.042836,0.028086,0.000257,-0.007418,0.000413,0.0102,0.165073,0.021945,0.000297,0.021118,0.009246,0.014989,0.000513,-0.029105,-0.017592,0.03264,0.008559,0.013659,0.033874,0.013074,0.000682,0.082506,0.013899,0.003384,-0.003374,-0.001169,0.01729,-0.007824,-0.171756,0.000608,-0.052167,0.00647,-0.005825,0.012432,-0.031398,-0.021997,-0.009639,-0.021317,-0.013956,0.007424,-0.049607,-0.013847,-0.000454,-0.004254,0.020506,0.019672,-0.001351,-0.015822,0.041682,0.125388,-0.03827,0.100731,0.02747,-0.001083,-0.000747,0.00263,0.017787,0.003491,0.015182,0.051923,-0.016044,-0.024887,-0.023796,0.011239,-0.012878,0.004349,-0.016571,0.032758,0.06419,0.00873,-0.014253,0.002189,-0.0134,-0.025452,0.019678,-0.013144,-0.022515,-0.020894,0.000995,0.003978,-0.020958,0.005304,0.050966,-0.013372,0.018241,0.000246,-0.011737,0.042636,0.018478,0.023905,0.029609,-0.01592,-0.050383,0.000081,-0.016648,-0.018117,-0.002818,-0.016462,0.019211,-0.014498,-0.02866,-0.002197,0.011349,0.082458,-0.00223,0.027824,-0.006699,0.015276,-0.005337,0.004209,0.026984,-0.039753,-0.005218,0.035293,0.015302,-0.02411,0.018685,-0.035845,-0.045122,0.038,0.005239,-0.00445,-0.056961,0.027065,-0.005542,0.056758,-0.010354,0.018451,0.004179,-0.033521,0.014506,0.018025,0.013353,0.018733,0.015307,-0.003305,0.013131,-0.004231,-0.037532,0.035816,-0.003886,0.005549,-0.019421,0.032321,-0.010326,-0.010762,-0.015586,0.038977,0.024756,-0.036151,-0.009377,0.042924,-0.004978,0.018322,-0.002643,-0.00027,-0.008444,0.010723,0.011513,-0.02198,0.018225,0.007112,-0.019404,0.018012,0.000834,-0.010401,-0.025477,0.00679,-0.021568,-0.132818,-0.000079,-0.010349,0.006522,0.071592,-0.005383,-0.001282,-0.058681,0.041679,-0.03089,0.037946,0.031003,-0.026365,0.010571,-0.000735,0.00345,0.002789,0.026977,-0.023578,-0.010342,-0.007873,0.010171,-0.006374,-0.025376,0.011271,-0.050883,-0.005816,-0.012149,-0.00466,0.024375,0.012738,-0.039805,0.015896,-0.006232,0.025291,0.041382,-0.03578,0.000021,-0.004942,-0.008985,-0.004599,-0.020034,-0.015632,-0.00217,-0.001084,0.004435,0.034135,-0.030584,-0.064822,-0.009251,-0.016428,0.01537,0.024259,0.03929,0.027896,-0.034059,0.040986,-0.00564,0.000769,-0.005233,0.058295,0.008217,-0.043466,-0.042384,0.004408,-0.02233,-0.029441,-0.010422,-0.010477,-0.00268,-0.026511,0.011536,0.009061,-0.006882,-0.030297,-0.007973,0.019427,-0.027456,0.001931,0.030101,-0.005119,0.034256,-0.014633,0.003227,0.020489,0.048218,-0.027892,0.020537,0.01842,-0.016547,0.028908,-0.0182,0.006523,-0.003175,0.020623,0.007526,-0.00491,0.010847,0.039275,0.051096,0.025788,-0.004123,0.005116,0.050027,-0.004777,-0.019284,-0.065061,0.001206,-0.033763,0.004086,-0.019683,-0.027816,0.00575,0.03575,0.000389,-0.000141,0.002229,0.036749,0.110954,0.005283,0.001762,-0.033747,-0.012216,0.003277,0.031818,0.023636,-0.029062,0.003868,0.000463,-0.021121,-0.045318,0.039955,0.024472,-0.026147,0.004813,-0.044561,0.013831,-0.028773,-0.003481,0.009875,0.000046,-0.01722,0.005917,-0.017281,-0.002438,0.003991,0.059055,-0.000567,0.017604,0.025243,-0.047239,0.001328,-0.024948,0.007549,-0.023656,-0.003869,0.028464,0.002448,-0.000954,-0.007544,-0.009413,-0.031569,0.016624,0.007854,0.018286,0.025179,0.015871,0.028868,-0.002874,-0.010274,0.03855,-0.002961,0.019474,0.004291,0.023062,-0.002003,0.027307,0.000266,0.029433,0.005054,0.018429,-0.004288,-0.023067,-0.038921,-0.030892,0.060333,0.004662,-0.004974,-0.01162,-0.014121,0.006036,0.014743,-0.014722,0.005933,-0.021105,-0.017009,-0.001179,0.00584,0.757525,0.004638,0.000301,-0.024558,0.00104,-0.014178,-0.029691,0.009878,-0.019549,-0.009131,0.012099,-0.002768,-0.001117,0.011938,0.008811,0.000927,0.041702,0.007521,0.030973,-0.037061,-0.024572,-0.047066,0.043931,-0.006688,-0.001695,0.060239,-0.003525,-0.032081,0.0162,0.020544,-0.007465,-0.021974,-0.013449,-0.027006,-0.024233,0.018515,-0.032268,0.006575,0.004457,-0.099172,0.01777,0.000781,-0.00485,-0.013754,-0.000507,-0.008502,0.019376,0.005839,-0.019015,0.002161,0.032491,-0.012525,0.000174,0.046889,-0.02764,-0.014018,0.011988,-0.024359,-0.017319,0.005694,0.023327,-0.023351,-0.007426,0.085437,-0.004563,0.076611,0.025459,-0.012808,0.031906,0.034222,0.0373,-0.067841,0.040032,0.037431,0.026088,0.001314,-0.003099,-0.0259,-0.014022,0.01753,0.003197,-0.064227,-0.014843,0.050234,-0.019173,0.017995,-0.046189,0.014953,0.038037,-0.025959,-0.049593,-0.011655,0.002884,-0.016917,0.002167,0.018974,0.025481,0.067859,0.020528,0.00227,0.018704,0.01383,-0.00376,0.03508,-0.051116,0.009941,0.00531,-0.014097,0.01607,0.036387,0.031267,-0.021163,-0.003579,-0.019555,-0.012795,-0.013489,0.017831,-0.013283,-0.005237,0.007304,0.016957,-0.006467,-0.004877,-0.000127,0.006915,-0.040054,-0.05633,-0.001608,0.021755,-0.029311,-0.003181,-0.006498,-0.000869,-0.004225,0.001577,-0.030721,-0.000322,0.002558,0.025829,0.050157,-0.018711,0.006601,0.010309,0.024911,0.003057,0.001487,0.027765,0.018666,-0.008081,-0.012169,-0.009168,0.179994,0.041139,0.011219,0.007934,-0.007851,-0.002513,-0.017046,-0.009758,-0.033378,0.046311,0.020677,0.007096,0.019146,-0.001343,0.008191,0.068657,0.012544,0.0148,-0.014307,-0.020413,0.01939,0.015881,-0.205315,-0.004459,-0.014225,0.018478,-0.001122,-0.006555,-0.003212,-0.03562,0.014768,-0.015809,0.00601,0.02939,-0.033531,-0.008568,-0.013978,-0.044626,0.043732,-0.021758,0.00201,-0.008993,0.041259,0.106696,-0.03206,0.102877,0.027464,0.004663,-0.002589,0.004865,0.016885,0.010563,0.004741,0.038014,0.010769,-0.029285,-0.004831,0.005459,0.005295,0.024316,-0.034777,-0.00377,0.023581,0.021037,-0.008378,0.021509,-0.015609,-0.004016,0.009448,-0.005973,-0.009812,-0.002068,0.02008,0.004089,-0.02583,-0.016558,0.035432,0.00164,-0.00006,-0.018224,-0.043428,-0.000493,0.009208,0.014377,0.000228,-0.008367,-0.03929,0.014758,-0.022738,-0.033025,-0.012431,-0.006182,0.026716,-0.03338,-0.003833,0.024897,0.046903,0.133784,0.013499,0.004568,-0.013355,0.03022,-0.017196,0.016255,-0.007205,-0.03118,-0.003728,0.01811,0.009661,-0.003658,0.010949,-0.014521,-0.014559,0.013403,0.003214,-0.013665,-0.068488,-0.014709,0.008622,0.007648,0.006012,0.006014,-0.039456,0.019172,0.020701,0.034403,0.012763,0.032928,0.01371,0.013687,-0.009959,-0.008346,-0.038801,0.015783,-0.022688,0.030699,-0.034285,0.03255,-0.00107,-0.012194,-0.030479,0.040837,-0.002216,-0.052009,-0.007003,0.02167,-0.013584,0.003024,-0.02287,-0.005553,-0.010477,0.006853,0.026501,-0.001024,0.011267,-0.023363,-0.003522,0.002241,0.014681,-0.033771,-0.02121,0.017066,-0.018663,-0.089707,0.021649,-0.025419,-0.001886,0.019465,0.004395,0.011723,-0.086491,0.028353,-0.005029,-0.021886,0.040278,-0.02515,0.022666,0.007652,-0.008766,0.0332,0.049313,-0.009798,0.023553,0.000932,0.009722,-0.013311,-0.003615,0.025054,-0.023597,0.022318,-0.001074,-0.003338,0.008589,0.014901,-0.022071,-0.00881,-0.010179,0.032462,0.017217,-0.017863,0.002184,-0.016137,0.015371,0.033664,-0.014641,-0.014149,-0.005922,-0.018091,0.016652,-0.004341,-0.033303,-0.038732,0.004711,0.009918,0.026126,-0.006589,0.101692,0.004559,-0.028107,0.033869,0.021244,-0.015778,-0.006791,0.056908,0.00138,-0.006221,-0.025583,-0.001426,-0.010246,-0.037853,-0.009175,-0.026426,-0.000059,-0.016084,-0.01609,0.005032,-0.001088,-0.017343,0.003692,0.034658,-0.015542,0.027592,0.020449,-0.010123,-0.028956,-0.027943,-0.005631,-0.00274,0.006232,-0.01097,-0.017943,-0.008584,0.014221,-0.029319,-0.052633,-0.00305,0.000896,-0.007324,0.034614,-0.029433,-0.004842,0.051441,0.041583,0.025582,-0.032811,-0.002141,-0.002684,-0.010645,-0.009909,0.020155,0.013634,0.007556,-0.002761,0.042252,-0.035476,-0.016111,0.043181,0.023218,0.034107,0.001027,0.017485,0.111135,0.010736,0.014612,-0.004351,-0.021325,0.031822,0.053958,-0.000216,-0.032295,-0.027563,0.009451,-0.006525,0.003133,0.032969,0.021835,-0.035573,-0.004446,-0.02199,0.010269,-0.042015,0.071598,0.02274,0.004996,-0.021482,0.006128,-0.011285,0.028759,0.022053,-0.023092,-0.016482,0.016162,0.032493,-0.001717,-0.01756,-0.020985,0.029953,-0.010692,0.000717,0.021582,-0.014054,0.004702,-0.018832,-0.008093,-0.038661,0.031514,0.023059,-0.004803,0.01415,0.003777,0.06793,-0.021322,-0.008,0.032086,-0.044555,-0.004424,0.020464,0.042918,-0.008942,0.035581,-0.026309,0.02302,0.010776,0.011536,-0.006981,-0.020938,-0.026971,-0.008294,0.020609,0.008291,0.00971,-0.008538,-0.019694,0.007772,0.003549,-0.008291,-0.015053,-0.008367,-0.02211,0.010341,0.011267,0.751007,0.001281,0.019401,0.009399,0.005181,0.003978,0.016303,-0.003642,0.015544,-0.008039,0.036065,-0.010678,0.009316,0.014865,0.036594,-0.020494,0.032425,0.003832,0.041123,-0.041048,0.013802,0.002395,0.056061,0.032225,0.006645,0.055439,0.031973,-0.025691,-0.003516,0.035746,0.002217,-0.013327,-0.021533,-0.005246,-0.021553,0.008409,-0.007749,0.029808,0.024651,-0.078746,-0.004406,-0.017502,0.006442,-0.000633,0.031528,-0.02717,0.007044,0.002761,0.012926,-0.011087,0.018286,-0.01147,0.022392,0.071616,0.00262,0.00231,0.003231,-0.016854,-0.00629,0.011018,0.013966,-0.016967,0.002017,0.075063,0.02512,0.062857,-0.030585,-0.021838,0.019846,0.049928,0.045239,-0.079932,0.020421,0.025496,0.043761,0.012736,-0.003328,-0.024985,-0.017086,0.015121,0.010399,-0.060478,-0.002712,0.045265,-0.006649,0.019622,-0.06788,0.008734,0.02039,-0.02289,-0.064482,-0.006902,0.002606,-0.03983,0.002497,0.014722,0.018346,0.066364,0.032168,0.014081,0.011653,0.036762,0.003024,0.048578,-0.064858,-0.000972,-0.004478,-0.012669,0.022967,0.035872,0.043776,-0.002019,-0.034811,-0.01935,-0.010245,0.010874,0.006515,0.018884,-0.007445,0.032307,0.006723,0.002938,0.00035,0.006478,0.008308,-0.028301,-0.043083,-0.011018,0.040387,-0.017428,0.007867,-0.002777,0.006829,0.002955,-0.015565,-0.020471,0.004521,0.018477,0.028514,0.055012,-0.018946,0.015318,0.009385,0.01791,0.027562,-0.012127,0.026715,0.022735,-0.022872,-0.008147,-0.005758,0.186686,0.013149,0.01554,-0.009137,0.020169,0.012166,-0.024282,-0.012837,-0.01875,0.041114,0.041838,-0.002193,0.032786,-0.003412,0.020024,0.060994,0.010911,0.03498,-0.012137,-0.015807,0.013048,0.022097,-0.195652,0.00131,-0.022743,0.015498,-0.005891,-0.024145,-0.014098,-0.010358,0.025054,0.005866,0.00363,0.019107,-0.048071,0.007444,-0.006,-0.03339,0.042235,-0.026852,0.012856,0.006856,0.034436,0.097694,-0.042559,0.085163,0.036392,-0.01503,-0.001713,0.023647,0.026846,-0.005081,-0.001596,0.035736,0.005817,-0.012438,-0.012805,0.019825,0.007483,0.00837,0.005883,0.0145,0.020383,0.016091,-0.005124,0.029968,-0.016785,-0.007122,0.00068,-0.019211,-0.000944,-0.008871,0.008143,-0.007126,-0.01244,-0.012793,0.04472,-0.020481,0.008932,-0.002014,-0.057083,0.025633,0.039396,0.024934,0.005233,-0.010915,-0.032121,0.014585,-0.005019,-0.042853,0.00578,0.01092,0.038217,-0.013884,0.01137,0.029912,0.040796,0.108631,0.018207,-0.002552,-0.006885,0.022144,-0.020238,0.021686,0.009176,-0.051524,0.002375,0.005065,0.008682,-0.023315,0.030293,-0.016667,-0.021679,0.021164,0.010664,-0.016905,-0.071307,-0.010106,0.019701,0.005836,0.003022,-0.007298,-0.019704,0.004044,0.006065,0.041013,0.025175,0.027821,0.025883,0.027811,-0.016095,0.004822,-0.040951,0.008903,-0.015513,0.007091,-0.034033,0.026065,-0.005138,-0.021534,-0.020121,0.034826,0.006046,-0.029019,-0.018023,0.038967,-0.005729,0.025509,0.002106,-0.017073,-0.030508,0.005598,0.012724,-0.009957,-0.00218,-0.027776,-0.009033,-0.005145,0.021563,-0.027054,-0.017955,0.005165,-0.022228,-0.045792,0.024806,-0.051982,0.011079,0.007142,0.021985,-0.010034,-0.073692,0.038529,-0.003907,-0.018796,0.045737,-0.02342,0.028143,0.016461,0.000093,0.024745,0.052157,0.004104,0.029929,-0.011915,-0.001513,-0.010945,0.003836,0.029575,-0.034121,0.021531,-0.017527,-0.010805,-0.000271,-0.000085,-0.021784,-0.006912,0.011746,0.058507,0.027958,-0.023616,0.001547,-0.00556,0.003315,0.034462,-0.007169,0.004645,-0.012356,-0.019732,0.004543,-0.006758,-0.017458,-0.046633,-0.008267,-0.006033,0.030084,0.000607,0.110831,-0.00131,-0.022624,0.033642,0.008563,-0.037369,-0.006943,0.058835,0.008653,-0.000406,-0.010408,-0.010618,-0.007139,-0.026598,-0.023189,-0.017943,0.007449,-0.021157,0.000994,0.008793,-0.010101,-0.057594,0.012463,0.046101,-0.017606,0.014779,0.011574,-0.009067,-0.006339,-0.009987,-0.01176,0.023407,0.005863,-0.014408,-0.0039,-0.007115,-0.00092,-0.036769,-0.050353,-0.011711,0.006974,-0.00791,0.043942,-0.026367,-0.007329,0.049135,0.067263,0.00864,-0.021198,-0.007308,-0.029313,-0.009988,-0.004551,0.022334,0.003935,0.005474,0.011787,0.040666,-0.034347,-0.028799,0.027861,0.01305,0.012922,-0.002853,0.030542,0.111178,-0.003517,0.019353,-0.003589,-0.00206,0.027261,0.060455,0.007075,-0.037567,-0.023144,0.029622,-0.012047,0.003277,0.043377,0.006635,-0.032139,-0.007984,-0.03352,0.001195,-0.042439,0.055606,0.028085,-0.002105,-0.028675,-0.001796,-0.029251,0.041194,0.026934,-0.016719,-0.010281,-0.018725,0.036762,-0.001856,-0.008965,-0.019279,0.011477,-0.003777,-0.008409,0.028319,-0.026844,0.020138,-0.029472,-0.000816,-0.041975,0.031018,0.019939,0.004091,0.007856,-0.014098,0.078421,-0.006057,-0.016584,0.039422,-0.016034,0.004642,0.01856,0.04117,-0.007319,0.00677,-0.014097,0.036268,0.002696,0.008293,0.011485,0.005285,-0.025862,-0.020406,0.018257,-0.009263,0.018001,-0.017063,-0.020266,0.015053,-0.002271,-0.010362,0.004381,-0.007426,-0.016868,0.002471,0.021443,0.741971,0.004521,0.015635,0.013263,0.012873,-0.005787,0.017431,0.000739,-0.000224,0.006201,0.030668,-0.012119,0.01555,0.011755,0.038454,-0.005228,0.03094,0.004619,0.032377,-0.042873,0.01856,-0.026466,0.061994,0.072564,0.011399,0.035328,0.036263,-0.024751,0.007213,0.027661,0.00799,-0.021147,-0.022456,0.014224,-0.029502,-0.017123,-0.015615,0.029797,0.036879,-0.080224,0.010101,-0.032253,-0.002793,0.002543,0.051653,-0.042015,0.026697,0.014201,0.028777,-0.010037,0.018493,0.018834,0.003908,0.050848,-0.01877,0.004338,0.010939,-0.023322,0.015052,-0.000432,0.020685,-0.034797,0.011114,0.046082,0.014631,0.056803,-0.02271,-0.004191,0.020669,0.038048,0.038122,-0.079964,0.023342,0.032144,0.040124,0.012018,-0.000205,-0.0314,-0.018636,0.017199,0.020171,-0.065964,-0.003851,0.022709,-0.005713,0.006747,-0.05444,0.012217,0.01126,-0.023623,-0.063245,-0.009272,0.004674,-0.036846,0.009002,0.00652,0.024397,0.053978,0.027167,0.007477,0.011594,0.040683,0.002739,0.043263,-0.074332,-0.011807,-0.003759,-0.010826,0.021049,0.020167,0.035143,-0.006343,-0.030522,-0.02084,0.001912,0.013833,0.014497,0.024326,-0.000045,0.032203,0.003269,0.006762,0.004455,0.0046,0.005793,-0.024024,-0.036789,-0.000121,0.036014,-0.013432,0.007239,0.007199,0.003989,0.000191,-0.004084,-0.019635,0.000734,0.010986,0.040326,0.056509,-0.018579,0.019422,-0.001198,0.015598,0.022241,0.004856,0.039575,0.023971,-0.025103,-0.008223,0.001308,0.183595,0.011988,0.009263,-0.011998,0.016382,0.01748,-0.020143,-0.007562,-0.017812,0.029566,0.020398,0.007536,0.03291,-0.012833,0.020873,0.061487,0.008992,0.02885,-0.016028,-0.017874,0.024856,0.02169,-0.208887,0.003624,-0.01854,0.009029,0.008021,-0.018437,-0.009141,0.009244,0.019112,-0.004221,-0.013329,0.00631,-0.037213,0.011151,-0.011006,-0.021104,0.047987,-0.029583,0.01882,0.008894,0.030349,0.110469,-0.040636,0.080475,0.030768,-0.011012,0.003608,0.02408,0.016126,-0.000598,-0.002074,0.033456,-0.006052,-0.009131,-0.014807,0.016165,0.003657,0.010014,0.00203,0.009714,0.025585,0.014501,-0.00558,0.016944,-0.021797,-0.00355,0.00417,-0.013242,-0.008584,-0.007847,0.011547,-0.009556,-0.008315,-0.014285,0.046043,-0.017359,0.000317,-0.003633,-0.04494,0.019801,0.037119,0.025132,0.007009,-0.011109,-0.040538,0.017425,-0.014027,-0.032051,0.015931,0.013471,0.046146,-0.006053,0.017226,0.040185,0.040238,0.121148,0.025233,0.00442,-0.005922,0.023998,-0.017787,0.027421,0.013093,-0.046133,-0.014689,-0.000907,0.008205,-0.021941,0.035298,-0.025769,-0.021313,0.031339,0.011617,-0.022846,-0.068467,0.006821,0.015591,0.017032,-0.001203,-0.014465,-0.014487,0.000854,0.021649,0.022302,0.013171,0.024363,0.028805,0.027261,-0.009515,-0.006854,-0.037835,0.015283,-0.012513,0.009933,-0.031853,0.021326,-0.01638,-0.017302,-0.018275,0.0435,0.003894,-0.038867,-0.017429,0.028069,-0.008127,0.020157,0.004661,-0.00986,-0.02742,0.006022,0.017019,-0.015139,0.000782,-0.019504,-0.005416,-0.000256,0.017944,-0.030009,-0.02094,0.016062,-0.029994,-0.088328,0.021149,-0.039929,0.008179,0.021565,0.031998,-0.005141,-0.071832,0.035075,0.000792,-0.006987,0.042955,-0.025744,0.012231,0.010507,0.001987,0.022394,0.041628,-0.00022,0.01761,-0.000519,0.009892,-0.011769,-0.001763,0.027876,-0.036285,0.010607,-0.018417,-0.005682,-0.00235,-0.001512,-0.02297,-0.016165,0.000774,0.058242,0.018048,0.002079,0.005245,-0.009525,0.006827,0.023601,-0.007291,0.003184,-0.007037,-0.020637,-0.003405,-0.005246,-0.015428,-0.049997,-0.00648,-0.015481,0.031367,0.00653,0.104183,0.000545,-0.033493,0.032001,-0.003823,-0.036398,-0.010042,0.053945,0.004826,-0.001702,-0.009509,-0.021621,-0.006688,-0.021895,-0.028415,-0.012055,0.001933,-0.025657,0.000136,0.008451,-0.010786,-0.046797,0.003038,0.041226,-0.019912,0.009558,0.014883,-0.012899,-0.008044,-0.010239,-0.023066,0.008186,0.011842,-0.00617,-0.000536,-0.007125,-0.003407,-0.03138,-0.040146,-0.01152,0.018005,-0.013657,0.035079,-0.014973,0.004249,0.048563,0.063281,0.012245,-0.017328,-0.012872,-0.01913,-0.007112,-0.01027,-0.005415,0.000875,-0.008095,-0.002164,0.036024,-0.030607,-0.038539,0.033329,0.016563,0.007288,0.002205,0.038031,0.110227,0.003251,0.003817,0.00257,0.000338,0.023055,0.050193,0.004696,-0.049474,-0.016129,0.018007,-0.013171,-0.005046,0.051715,0.005157,-0.017286,-0.000933,-0.032621,-0.008964,-0.048555,0.073869,0.024294,-0.008924,-0.025086,0.003497,-0.027077,0.025242,0.02119,-0.013665,0.002586,-0.011449,0.038133,-0.014049,-0.012952,-0.017336,0.015178,-0.011951,-0.01445,0.022074,-0.012288,0.019523,-0.030167,-0.003683,-0.036989,0.024321,0.019707,0.002189,0.004611,-0.023273,0.074785,-0.001602,-0.026801,0.037311,-0.022363,0.001165,0.007504,0.033207,-0.00964,0.000978,-0.014474,0.028732,-0.005411,-0.005196,0.000187,-0.004059,-0.010671,-0.02176,0.029169,-0.006758,0.014231,-0.011461,-0.001265,0.020075,-0.004539,-0.010682,0.011286,-0.006184,-0.023812,0.009438,0.017938,0.751184,0.004002,0.015362,0.001228,0.005828,-0.01647,0.011831,-0.009741,0.000164,0.001356,0.023178,-0.016133,0.019158,0.02519,0.034682,-0.005191,0.029627,-0.007933,0.02362,-0.046323,0.006713,-0.029422,0.06285,0.056699,0.015465,0.04897,0.034743,-0.029377,-0.003568,0.029917,0.005317,-0.017073,-0.015082,-0.009202,-0.023236,-0.014241,-0.004707,0.027492,0.037881,-0.082651,0.002712,-0.026583,0.002121,0.007378,0.046387,-0.040415,0.017941,0.016095,0.0189,0.000775,0.017752,0.02339,-0.003087,0.049905,-0.020756,0.001687,0.010445,-0.030292,0.007418,-0.001648,0.015166,-0.037544,0.014559,0.051378,0.001433,0.059189,-0.013381,-0.000666,0.017892,0.043493,0.028063,-0.065586,0.026056,0.038155,0.046772,0.006676,-0.005783,-0.027139,-0.019313,0.013231,0.016115,-0.062764,0.005474,0.024843,-0.006839,-0.002949,-0.063068,0.015481,0.008616,-0.005691,-0.083453,-0.005952,0.004822,-0.03661,0.014239,0.002449,0.023918,0.04352,0.0197,0.010983,0.015277,0.026815,-0.001602,0.037157,-0.079486,-0.008288,-0.009202,-0.007568,0.02518,0.024892,0.026821,0.003119,-0.034606,-0.004133,0.000484,0.002425,0.010281,0.032955,-0.002687,0.04006,0.003145,0.008609,0.00262,-0.00444,-0.009832,-0.015597,-0.014607,-0.001837,0.036027,-0.016313,0.00773,0.009491,0.005142,0.005628,-0.011108,-0.025596,0.004579,0.013457,0.046935,0.061289,-0.009001,0.021851,0.002954,0.019352,0.01442,0.006988,0.034824,0.03987,-0.021669,-0.010704,-0.009369,0.179358,0.019861,0.011999,-0.011776,0.018416,0.019907,-0.026417,-0.006103,-0.029008,0.019552,0.031062,0.004504,0.040932,-0.007093,0.008391,0.062238,0.011732,0.020807,-0.020553,-0.022286,0.033013,0.028534,-0.199233,0.000135,-0.029256,0.007716,0.016446,-0.020794,-0.012667,0.018522,0.022721,-0.009022,-0.014116,0.003809,-0.03654,0.007056,-0.019166,-0.020474,0.056635,-0.035359,0.015107,0.01599,0.017869,0.105172,-0.041613,0.069285,0.030281,-0.014228,-0.000919,0.028693,-0.004808,-0.005497,0.002322,0.04073,-0.015403,-0.004153,-0.015396,0.005802,-0.000014,0.011951,0.006774,0.013252,0.032762,0.017544,-0.014844,0.005939,-0.024733,-0.012982,0.00151,-0.022992,-0.001464,-0.005347,0.002105,-0.021614,-0.016639,-0.008978,0.045471,-0.004291,-0.000309,0.000435,-0.042363,0.02204,0.057316,0.024547,0.009516,-0.012464,-0.034318,0.015806,-0.021276,-0.021636,0.02961,0.011317,0.04446,-0.00632,0.014803,0.041735,0.036081,0.106621,0.030153,0.006465,-0.005715,0.023331,-0.015891,0.034698,0.017424,-0.049458,-0.023678,0.001057,0.014616,-0.019095,0.028532,-0.025163,-0.026417,0.04191,0.014671,-0.026975,-0.072498,0.008879,0.018279,0.024668,-0.000225,-0.007177,-0.011629,0.000881,0.025724,0.012354,0.013118,0.018617,0.041484,0.033141,-0.003263,-0.00316,-0.053447,0.021119,-0.01251,0.018564,-0.034543,0.01923,0.000455,-0.003627,-0.018595,0.040361,0.011295,-0.039578,-0.015955,0.019875,-0.013947,0.016121,0.005411,-0.008698,-0.035531,0.006422,0.02633,-0.021215,-0.002361,-0.018154,-0.002993,0.010281,0.013664,-0.021712,-0.016573,0.016777,-0.032365,-0.093076,0.01263,-0.03891,0.013391,0.032651,0.048432,-0.011105,-0.070667,0.036521,0.005107,-0.002423,0.052011,-0.014829,0.0022,0.003903,-0.006362,0.009627,0.020717,-0.004734,0.018653,0.002092,0.005207,-0.012206,-0.009828,0.024158,-0.031485,0.003006,-0.00733,-0.011885,0.000655,-0.00374,-0.011694,-0.003256,-0.012956,0.055159,0.019461,0.011562,0.011233,-0.006732,0.012023,0.017142,-0.00793,-0.008398,0.00048,-0.024426,-0.02029,-0.001367,-0.021716,-0.056845,-0.007847,-0.004594,0.041324,-0.001018,0.097505,-0.003685,-0.03341,0.036495,-0.009781,-0.036236,-0.008443,0.045667,0.017682,-0.009813,-0.006188,-0.018366,-0.012061,-0.012887,-0.025513,-0.003144,-0.000123,-0.027298,0.01132,0.003143,-0.013483,-0.052596,0.005862,0.046947,-0.024393,0.006879,0.007066,-0.009889,0.008276,-0.0067,-0.028073,0.007452,0.012767,-0.001498,-0.001943,-0.003138,-0.009314,-0.038011,-0.036662,-0.014573,0.021545,-0.017575,0.024024,-0.014147,0.007778,0.044668,0.073388,0.018856,-0.025282,-0.01068,-0.01278,-0.003591,-0.011471,-0.014426,-0.00141,-0.0158,0.005571,0.030107,-0.02308,-0.038528,0.041478,0.010953,0.012576,0.010524,0.038872,0.109571,0.000712,0.001288,-0.006763,0.017241,0.02049,0.052462,-0.011154,-0.045476,-0.006734,0.003479,-0.018882,-0.009481,0.067911,0.018065,-0.017,0.01059,-0.032967,-0.002374,-0.048072,0.068212,0.034834,-0.004989,-0.019088,-0.006221,-0.032292,0.014563,0.02685,-0.007435,0.0043,-0.023693,0.029238,0.000231,-0.000433,-0.031684,0.0158,-0.011984,-0.006386,0.0261,-0.006221,0.028824,-0.025712,-0.006326,-0.035458,0.021702,0.023318,0.011283,0.016152,-0.025354,0.070345,-0.000713,-0.030157,0.032521,-0.021241,0.013763,-0.003337,0.036074,-0.012012,0.005231,-0.008027,0.036171,-0.00343,-0.015012,-0.001306,-0.00081,-0.010175,-0.029126,0.02881,-0.006922,0.013408,-0.023229,-0.009831,0.016796,-0.001821,-0.013374,0.012215,-0.001933,-0.015902,0.011892,0.002835,0.744159,-0.002104,0.017255,0.01139,0.022133,-0.018929,0.01689,-0.01426,-0.001275,-0.002054,0.025184,-0.009506,0.017485,0.032157,0.034955,-0.012169,0.032026,-0.004058,0.010317,-0.04892,0.002775,-0.030994,0.069115,0.050216,0.014438,0.042779,0.036777,-0.02034,0.009827,0.034155,0.01272,-0.023807,-0.009364,-0.016181,-0.014169,-0.025239,0.004639,0.026378,0.03663,-0.085591,-0.004253,-0.02271,0.013595,0.008458,0.054747,-0.030332,0.001416,0.033476,0.017175,-0.008761,0.020576,0.026254,0.005701,0.048371,-0.026146,0.00021,0.015541,-0.032808,0.001181,0.006311,0.0138,-0.042399,0.01476,0.055059,-0.00798,0.064081,-0.013679,-0.004782,0.022958,0.035983,0.037826,-0.066751,0.026328,0.040251,0.037788,0.004335,-0.00075,-0.033179,-0.021918,0.023045,0.015448,-0.060375,-0.001499,0.019788,-0.003202,-0.007774,-0.052579,0.016214,0.00974,-0.015483,-0.077107,-0.011523,0.005853,-0.033445,0.011853,0.007758,0.020597,0.044641,0.020488,0.00209,0.00994,0.032274,-0.007097,0.035171,-0.073884,-0.010217,-0.014639,-0.006841,0.031137,0.008453,0.02862,-0.006818,-0.028958,-0.014758,0.005821,0.003717,0.012627,0.029194,0.003854,0.03419,0.006975,0.01032,0.011498,-0.002586,-0.006151,-0.021124,-0.020349,0.00984,0.033804,-0.01532,0.014225,0.016535,0.003671,0.008402,-0.009954,-0.026627,0.008559,0.004197,0.034572,0.064128,-0.00599,0.02205,0.001766,0.010725,0.020183,0.012897,0.029126,0.0383,-0.020113,-0.011925,-0.001249,0.180949,0.017892,0.010583,-0.016208,0.021536,0.0267,-0.026971,-0.002593,-0.023959,0.020294,0.021857,0.002226,0.03834,-0.020802,0.012758,0.062901,0.003377,0.016359,-0.020731,-0.016622,0.028464,0.020878,-0.203905,-0.00274,-0.028506,0.01401,0.020293,-0.023916,-0.00036,0.016551,0.023145,-0.013107,-0.004102,0.000798,-0.0313,0.00347,-0.029185,-0.022202,0.056264,-0.040838,0.009876,0.010224,0.029233,0.099416,-0.04055,0.072785,0.036039,-0.008848,-0.003056,0.027849,-0.012673,-0.000648,-0.006067,0.028856,-0.011515,-0.004964,-0.015227,0.003678,-0.000038,0.002948,0.003216,0.012208,0.030552,0.018412,-0.017697,0.006125,-0.026728,-0.008252,0.003085,-0.025339,-0.003367,-0.003097,0.007311,-0.020562,-0.027007,-0.00476,0.039042,0.001999,0.000365,-0.005569,-0.041247,0.018005,0.041581,0.02759,0.007044,-0.017068,-0.040094,0.017247,-0.019652,-0.020481,0.028912,0.004598,0.042055,-0.000848,0.017084,0.051472,0.038848,0.122069,0.028406,0.004592,-0.003907,0.024386,-0.022668,0.042389,0.015234,-0.044736,-0.022295,-0.001676,0.011853,-0.014855,0.023938,-0.026847,-0.022011,0.036798,0.020397,-0.03325,-0.06558,-0.00191,0.014487,0.028145,-0.009385,-0.007343,-0.019688,0.001876,0.021397,0.015615,0.000759,0.021218,0.04077,0.029985,0.00741,-0.004933,-0.042911,0.014724,-0.009933,0.017885,-0.023969,0.010585,-0.001094,-0.008476,-0.01288,0.053726,0.011246,-0.039723,-0.01504,0.01892,-0.013951,0.009451,0.008949,-0.001508,-0.02948,0.010347,0.023817,-0.022793,-0.002891,-0.026046,-0.006504,0.018433,0.015259,-0.023063,-0.021347,0.021559,-0.029436,-0.101511,0.010502,-0.03064,0.009003,0.026216,0.046165,-0.008945,-0.059287,0.033163,0.002356,0.00338,0.058441,-0.017403,0.000026,0.001078,-0.003465,0.014135,0.021701,-0.007121,0.011731,0.005715,-0.002194,-0.011214,-0.004285,0.021575,-0.034195,0.01017,-0.012341,-0.01215,-0.001455,-0.001354,-0.019643,-0.010697,-0.010722,0.049142,0.020128,0.005436,0.011243,-0.018495,0.012742,0.020085,-0.003795,-0.010383,-0.006802,-0.029925,-0.014938,-0.000007,-0.017399,-0.055327,-0.014115,-0.003295,0.039769,-0.007849,0.10791,-0.01286,-0.033883,0.02705,-0.013798,-0.031212,-0.012572,0.046291,0.018439,-0.01021,-0.004064,-0.012047,-0.005448,-0.013103,-0.021533,-0.000164,-0.004797,-0.03416,0.001886,0.01215,-0.011568,-0.043857,0.003613,0.045971,-0.025487,0.008257,0.010534,-0.006972,0.004421,-0.006778,-0.031692,0.008407,0.012303,-0.004896,0.001376,-0.008748,-0.002364,-0.03273,-0.035457,-0.014999,0.017242,-0.017437,0.023608,-0.008076,0.010872,0.043021,0.070803,0.013559,-0.016124,-0.012779,-0.019509,0.004141,-0.010984,-0.001612,0.011198,-0.015994,0.001909,0.026567,-0.025629,-0.045237,0.03538,0.015223,0.011558,0.010428,0.026928,0.109983,0.007738,0.005807,-0.004114,0.01891,0.0267,0.051005,-0.015833,-0.052485,-0.016446,0.004745,-0.013088,-0.011634,0.075497,0.007219,-0.00936,0.012118,-0.0394,-0.012446,-0.046551,0.086821,0.026982,-0.0048,-0.018571,-0.006798,-0.032044,0.011018,0.037382,-0.019114,0.006489,-0.012812,0.026228,-0.001796,-0.006324,-0.025843,0.014513,-0.017766,-0.01151,0.018978,-0.012683,0.02771,-0.033958,-0.007733,-0.026676,0.024854,0.012561,0.008362,0.014209,-0.021403,0.071156,-0.004474,-0.032749,0.034666,-0.022869,0.004862,-0.004482,0.040552,-0.0087,0.00428,-0.010356,0.03412,0.00016,-0.015049,-0.011103,-0.006609,-0.00605,-0.029827,0.031689,-0.007794,0.020331,-0.018984,-0.002134,0.016493,-0.003507,-0.013565,0.008128,0.002579,-0.025438,0.008098,0.00663,0.745165,0.00576,0.018479,0.008603,0.017454,-0.022235,0.015796,-0.014553,-0.007617,-0.001575,0.029074,-0.008203,0.016425,0.030324,0.031375,-0.013977,0.033668,0.000586,0.014404,-0.046532,0.002827,-0.023752,0.068009,0.047949,0.008458,0.052808,0.035312,-0.014681,0.006784,0.031331,0.007537,-0.021272,-0.015921,-0.016368,-0.011717,-0.023801,0.001549,0.016988,0.032116,-0.08478,-0.005181,-0.027059,0.010733,0.004688,0.051125,-0.035791,0.012387,0.027584,0.015251,-0.00666,0.019909,0.017953,-0.001416,0.046021,-0.017131,0.00066,0.01384,-0.036096,-0.005911,0.003902,0.011596,-0.04048,0.021118,0.047284,-0.008641,0.063034,-0.009555,-0.012212,0.026321,0.046795,0.027554,-0.064402,0.02579,0.030877,0.039684,-0.000494,-0.00623,-0.030439,-0.021188,0.017208,0.016728,-0.060109,0.003034,0.020793,-0.006984,-0.005684,-0.048038,0.020385,0.009728,-0.008143,-0.083308,-0.00247,0.007038,-0.034727,0.00836,-0.003643,0.025496,0.038687,0.015813,0.004167,0.012016,0.030125,0.001133,0.040904,-0.080499,-0.012915,-0.014272,-0.014964,0.021017,0.036576,0.026754,0.000507,-0.024894,-0.01002,-0.000304,0.006507,0.012428,0.030148,0.00494,0.03647,-0.004396,0.008845,0.002311,-0.011574,-0.007458,-0.012675,-0.014444,0.002291,0.043896,-0.017139,0.020771,0.017197,0.002964,0.011647,-0.01561,-0.025349,0.013774,0.006407,0.043797,0.053001,0.000473,0.02085,-0.001101,0.01493,0.020461,0.01377,0.026225,0.032179,-0.02144,-0.00963,-0.004032,0.182227,0.024996,0.010391,-0.005973,0.016849,0.029687,-0.025764,-0.006828,-0.028903,0.006295,0.030117,0.002231,0.0471,-0.016776,0.005962,0.062596,0.008588,0.015266,-0.019225,-0.012828,0.037223,0.027891,-0.180758,0.002162,-0.024678,0.009618,0.015038,-0.02654,-0.00762,0.016436,0.030826,-0.007472,-0.008915,-0.000169,-0.031106,0.004895,-0.023316,-0.024346,0.059549,-0.038474,0.012322,0.018395,0.025776,0.100981,-0.039963,0.075628,0.026459,-0.017531,-0.003248,0.029467,-0.015428,0.001573,-0.005981,0.040491,-0.01332,0.00716,-0.018403,0.004455,-0.001697,0.005731,0.00552,0.01227,0.037928,0.015867,-0.015505,0.005962,-0.031058,-0.004887,-0.003031,-0.020047,0.004269,0.004679,0.004883,-0.029046,-0.033025,-0.007631,0.037523,0.011551,-0.00516,0.004605,-0.035922,0.022374,0.062052,0.021897,-0.002443,-0.007119,-0.034726,0.013164,-0.027167,-0.018977,0.029188,0.005182,0.035867,0.002469,0.012201,0.044324,0.035798,0.095526,0.026398,0.004043,-0.006811,0.026695,-0.022534,0.04247,0.017387,-0.053183,-0.028168,-0.006595,0.021604,-0.015234,0.021313,-0.01057,-0.031899,0.030627,0.017975,-0.0305,-0.066176,0.006918,0.01595,0.028281,-0.014844,-0.014184,-0.00734,0.000174,0.029198,0.006152,0.007339,0.024862,0.045736,0.028212,-0.001718,-0.002517,-0.054132,0.02333,0.000097,0.012352,-0.034707,0.010112,-0.0044,0.004517,-0.022347,0.038918,0.021209,-0.030065,-0.01305,0.013365,-0.017538,0.01001,0.001621,0.003294,-0.030675,0.01017,0.031293,-0.024639,-0.000415,-0.023416,-0.007392,0.015146,0.011924,-0.023724,-0.01569,0.009386,-0.038258,-0.0921,0.006911,-0.029147,0.016471,0.034489,0.042134,-0.002025,-0.050545,0.02439,0.002726,-0.012827,0.060512,-0.019967,0.003118,0.00197,-0.006864,0.010436,0.018881,-0.001907,0.007983,0.00487,-0.002764,-0.012981,-0.013345,0.024686,-0.033214,0.011079,-0.004365,-0.015597,-0.006839,-0.012177,-0.004803,-0.018055,-0.010042,0.049683,0.023308,0.018444,0.0109,-0.012674,0.020483,0.024245,0.006884,-0.008877,-0.006634,-0.02759,-0.035503,-0.00146,-0.023794,-0.053214,-0.007772,-0.002902,0.038314,-0.010083,0.103348,-0.015742,-0.027924,0.027129,-0.018869,-0.027461,-0.005632,0.041467,0.018916,-0.011119,-0.003713,-0.00845,-0.004472,-0.005155,-0.020505,-0.004457,0.001933,-0.035449,0.004888,0.01239,-0.008346,-0.048195,-0.001856,0.040409,-0.028309,0.011603,0.00856,0.001114,0.010889,-0.009433,-0.032544,0.005517,0.017757,-0.010162,-0.00209,-0.002399,0.000099,-0.033492,-0.030738,-0.012411,0.010615,-0.013482,0.023619,-0.013413,0.007813,0.038392,0.074725,0.01209,-0.025253,-0.011704,-0.0152,0.014717,-0.007332,0.00333,0.012151,-0.016869,-0.001609,0.01848,-0.023863,-0.039942,0.036372,0.000035,0.009849,0.008986,0.025443,0.10961,0.00175,0.010874,-0.00421,0.01118,0.02043,0.049168,-0.014955,-0.049745,-0.003227,0.002401,-0.026426,-0.010074,0.07702,0.017166,-0.016979,0.005323,-0.035678,-0.018254,-0.043088,0.092408,0.021728,-0.00886,-0.015102,-0.007742,-0.033869,0.002304,0.032522,-0.005896,0.006884,-0.018448,0.020322,-0.011119,-0.001002,-0.027207,0.010952,-0.016251,-0.011065,0.019934,-0.01802,0.029953,-0.025468,-0.014619,-0.021711,0.025106,0.011566,0.010183,0.019367,-0.026523,0.06756,-0.000396,-0.038329,0.038933,-0.035286,0.009558,-0.006422,0.034822,-0.016693,0.014758,-0.010168,0.035631,0.003013,-0.020095,-0.013984,-0.008392,-0.02339,-0.024062,0.026236,-0.002822,0.012958,-0.032039,-0.006325,0.013477,-0.004993,-0.011947,0.008482,0.006354,-0.027933,0.008579,-0.005195,0.752711,0.005053,0.022385,0.014757,0.020907,-0.024318,0.013315,-0.026423,-0.01138,0.005087,0.021204,-0.002013,0.021488,0.033235,0.026259,-0.008873,0.036557,-0.01069,0.011305,-0.045113,-0.002275,-0.03552,0.064415,0.046622,0.010513,0.047066,0.025912,-0.023852,0.01075,0.022623,0.001964,-0.024166,-0.010946,-0.019054,0.001446,-0.019944,0.011475,0.017039,0.026138,-0.087913,-0.005173,-0.020359,0.023943,-0.00331,0.052169,-0.027092,0.006329,0.036529,0.020847,-0.006916,0.018947,0.022429,0.006976,0.040387,-0.016158,0.000071,0.015924,-0.03168,-0.000391,-0.002598,0.009519,-0.042604,0.005703,0.057943,-0.015143,0.063117,-0.006785,-0.013679,0.023859,0.046758,0.058432,-0.060155,0.002764,-0.009507,0.015524,0.015267,0.004413,-0.022811,0.01091,-0.011872,-0.000344,-0.061235,0.030868,0.030881,-0.018872,-0.005346,-0.032387,0.040212,0.021377,-0.031157,-0.019993,-0.000378,-0.003052,-0.018858,0.007545,-0.021376,0.004427,0.042026,0.02385,-0.005765,0.006038,-0.001373,0.025115,0.022343,-0.060638,0.018143,0.005295,-0.005099,-0.002751,0.031955,0.02415,-0.024852,0.00797,0.008045,-0.021508,-0.005037,0.026308,0.020125,0.002261,-0.010172,0.012034,-0.011603,-0.014085,-0.019663,0.046104,-0.034624,-0.056002,0.040717,0.024549,-0.035915,0.000963,0.001469,-0.016472,0.005698,-0.027168,-0.025974,-0.030225,0.002644,0.004321,0.026748,0.025847,0.014323,0.01711,-0.000366,-0.01783,0.015423,0.006236,0.021814,-0.008762,-0.000969,0.01491,0.179692,-0.004618,-0.015826,-0.019072,-0.006597,-0.007784,-0.03051,-0.035755,-0.027121,0.038249,0.033793,0.037827,0.004636,0.002924,0.023148,0.081557,0.016469,0.030028,-0.000105,0.001804,-0.000316,0.022877,-0.168932,-0.017617,-0.035756,0.041757,0.025305,-0.036459,0.013988,-0.01032,-0.035174,-0.027759,0.007217,-0.001702,-0.034822,-0.039851,0.019785,-0.007933,0.056516,0.005557,-0.021206,-0.008215,0.019707,0.077378,-0.0125,0.143631,-0.00169,0.030456,-0.008868,0.00397,0.006914,0.013304,0.014523,0.03222,-0.007967,-0.039438,-0.014073,0.000335,-0.0216,0.040268,-0.063744,-0.009825,0.013925,0.017247,-0.005747,0.03199,-0.012589,-0.021686,0.018143,-0.028151,-0.016847,0.00531,-0.006234,-0.008279,-0.008446,-0.010243,0.019677,0.019422,-0.003478,0.016149,0.010343,-0.027842,0.033782,0.010228,-0.019431,-0.00635,-0.038535,-0.023637,-0.014234,-0.033184,0.016286,-0.003436,0.007549,-0.026476,0.007951,0.022733,0.041093,0.089578,0.027894,0.012097,0.005308,0.029377,-0.023616,-0.005423,-0.016943,-0.036679,-0.039677,-0.008737,0.020982,0.007678,-0.019007,-0.028348,-0.018293,0.036705,0.002461,-0.016888,-0.071769,0.008126,-0.002091,-0.023173,-0.000588,0.027195,-0.030014,-0.00182,0.000516,0.038382,0.048537,0.053499,0.006112,0.01502,0.010561,0.012667,-0.021361,0.020226,-0.023361,0.007386,0.004821,0.022193,-0.028676,-0.008479,-0.000949,0.031554,-0.00449,-0.025695,0.01451,0.027197,-0.013929,0.024197,-0.019061,0.026339,-0.024713,0.005597,0.033201,0.0005,0.019196,-0.015252,0.00091,0.008846,0.019236,-0.028208,-0.02804,0.023453,-0.044064,-0.10631,0.033248,0.003872,-0.015333,0.052126,0.010268,-0.00918,0.006527,0.041423,-0.016543,-0.006754,-0.002713,-0.009966,0.00404,0.031394,0.019789,0.027021,0.01487,0.016563,-0.015965,-0.034051,-0.025949,-0.008119,-0.01917,0.009172,-0.032323,-0.005829,0.011243,0.019173,0.039111,-0.016259,-0.03938,-0.001114,-0.00854,0.038477,-0.009442,-0.036942,-0.019179,-0.00558,0.02411,0.020134,-0.006028,-0.02986,-0.007368,-0.052224,-0.006897,-0.005467,-0.018887,-0.029158,0.019916,0.005347,0.020778,0.001443,0.107386,0.017708,-0.030139,0.021684,0.00514,0.014759,0.00216,0.05854,-0.001472,-0.022252,-0.036798,-0.007328,-0.012312,-0.010555,-0.005964,-0.00725,-0.017121,-0.015964,-0.021072,-0.022352,0.005675,0.001751,-0.003505,0.004135,-0.01085,0.00326,0.029549,-0.011696,0.016718,-0.042687,-0.016934,-0.032091,0.051552,-0.014192,-0.002195,0.01084,-0.017909,0.008259,-0.033597,-0.004114,-0.001387,-0.007483,0.024252,-0.010345,0.004739,0.048816,-0.00166,0.036747,-0.03247,0.00695,0.018558,-0.01235,-0.020614,0.017303,0.03111,-0.023666,-0.003214,0.023288,0.002246,-0.008082,0.012605,0.003015,0.028471,0.007954,0.014189,0.111823,0.002857,-0.006899,0.003402,-0.007115,0.008196,0.081474,0.040966,-0.017388,-0.012759,-0.017758,-0.005027,-0.021519,0.016085,0.031123,-0.001165,-0.001517,0.001768,0.002254,-0.013261,0.015751,0.025144,-0.002815,-0.011843,0.033171,0.001885,-0.039937,-0.010042,0.014082,0.000713,0.030156,0.033086,0.016851,0.002075,0.009066,0.01288,-0.010397,-0.000809,0.018716,-0.040116,0.004637,-0.051538,-0.015913,-0.001543,0.011339,0.029588,-0.034968,-0.012374,0.020857,0.045371,-0.016903,-0.017861,0.020409,-0.008343,0.013137,0.009094,0.027293,-0.005121,0.038851,-0.001609,0.018581,0.010116,0.004961,-0.021204,-0.001086,-0.048597,-0.02638,0.022939,-0.019494,0.017138,-0.004452,-0.003584,0.022748,0.008265,0.001632,0.003168,-0.025213,-0.027815,-0.024413,-0.000874,0.761838,-0.027105,-0.007065,-0.015559,0.013345,-0.034057,0.006103,0.008025,-0.010168,-0.011902,0.01588,0.014829,0.01336,0.026927,0.022409,-0.017932,0.024037,-0.01363,0.030703,-0.006426,-0.019068,-0.006106,0.023562,0.004459,0.013109,0.053443,0.008293,-0.027406,0.023624,0.005959,-0.047554,0.005502,-0.047402,0.018887,-0.011554,0.027906,-0.023021,0.01422,0.015565,-0.081531,-0.001587,-0.005404,0.01802,-0.008602,0.007771,-0.001153,-0.003316,0.048195,0.012513,-0.012077,0.007814,-0.00969,0.017866,0.016496,-0.001899,-0.031258,0.007648,-0.032665,-0.008891,0.004258,-0.018739,-0.015777,-0.031193,0.084655,0.034713,0.094739,0.011308,0.005083,0.019983,0.019395,0.033018,-0.082227,-0.002018,0.002996,0.027036,0.011964,-0.003817,-0.016664,0.006989,-0.012324,0.002836,-0.069623,-0.004477,-0.015009,-0.018871,-0.0006,-0.030025,0.030869,0.004342,-0.022061,-0.025476,0.014676,0.007349,-0.016666,0.021251,-0.025204,0.013279,0.055464,0.003812,0.001909,-0.005326,0.020889,-0.001123,0.027797,-0.053628,0.000166,-0.008388,0.027364,0.01126,0.019629,0.022817,-0.029877,-0.015405,-0.017244,-0.013792,0.008212,0.044931,-0.006522,0.031952,0.002552,0.000323,-0.0093,-0.004921,-0.017283,0.047649,-0.065816,-0.057028,0.046311,0.014963,-0.007275,-0.010566,0.003054,-0.026048,0.010803,-0.015123,-0.009891,-0.011362,0.008995,0.003326,-0.000886,0.01113,0.012322,0.041964,-0.012073,0.004137,0.006273,0.001862,0.035687,-0.010791,-0.006345,0.035693,0.200534,0.002555,-0.029991,-0.004528,0.002111,0.013888,0.013019,-0.029179,-0.0266,0.029219,0.013178,0.038456,0.013492,-0.01077,0.023971,0.053882,0.027119,0.015575,0.003584,-0.005476,0.0081,0.034756,-0.223024,-0.007226,-0.032285,0.02866,0.010358,-0.029277,0.02503,-0.00544,-0.031016,-0.033685,-0.031962,-0.006438,-0.02171,0.002136,0.003651,-0.001377,0.046436,0.005431,0.007347,-0.010533,0.053819,0.068364,-0.018526,0.15185,0.003679,-0.003706,0.016949,0.009292,-0.02032,0.007047,0.0065,0.026155,0.003045,-0.007275,-0.013274,-0.002728,-0.034414,0.044886,-0.036271,0.017302,0.042614,0.014064,-0.013004,0.016513,-0.016977,0.008706,-0.011773,0.000948,0.005632,0.000273,0.011531,-0.007312,-0.007846,-0.02329,0.012476,0.02893,-0.020848,-0.001588,0.022994,-0.005022,0.019673,0.027103,-0.024469,0.014467,-0.049328,-0.02604,-0.029923,-0.03561,0.033817,0.004562,0.041861,-0.021174,0.015713,0.007166,0.037347,0.125522,0.035354,0.017041,0.008038,0.021833,-0.021683,0.007414,-0.038634,-0.014138,-0.033071,0.025244,0.014553,0.006253,-0.00779,-0.017694,-0.011469,0.033118,-0.002596,-0.006337,-0.087301,0.013115,0.039511,0.013686,0.006365,0.015694,-0.018465,0.018056,0.020527,0.012101,0.022363,0.015201,0.000075,0.014818,-0.000229,-0.009274,-0.033589,0.033765,-0.015504,0.012447,-0.009887,0.040217,-0.035304,-0.004263,-0.007609,0.023491,0.017652,-0.047868,0.004708,0.019349,-0.009479,0.001209,-0.005146,0.032957,-0.027298,0.03048,0.019957,-0.005526,-0.008613,-0.016791,-0.021494,-0.005542,0.016959,-0.023654,-0.00611,0.014751,-0.035544,-0.128807,0.026912,0.013251,-0.013281,0.039611,0.023114,0.015075,-0.025148,0.026839,-0.013027,-0.007738,0.000677,-0.033555,-0.023458,0.022328,0.017146,0.020702,0.033853,-0.006792,0.010166,0.006756,0.002689,-0.009728,-0.029192,0.023294,-0.02559,-0.004884,-0.001749,0.01459,0.054216,-0.011109,-0.029702,0.02005,0.000079,0.033748,0.013625,0.010801,0.012531,-0.018934,0.046482,0.01668,0.027943,-0.029371,-0.001499,-0.03753,-0.013101,0.007978,-0.017141,-0.04517,0.013056,-0.004449,-0.003916,0.011236,0.121532,-0.012313,-0.022468,0.026037,-0.013527,-0.00695,-0.002263,0.04557,0.011784,-0.003776,-0.01095,-0.008188,-0.001032,-0.018477,-0.024181,-0.033024,-0.011929,-0.023637,-0.029971,0.001585,0.024047,0.003257,-0.003318,0.033052,0.002795,0.023801,0.03369,-0.029131,0.010362,-0.029354,-0.008849,-0.015056,0.023551,-0.012913,-0.001227,0.002051,0.013145,-0.009337,-0.043265,-0.008589,-0.001841,-0.005539,0.019459,-0.029809,0.015624,0.023286,0.029836,0.029959,-0.035562,-0.013413,0.017464,-0.016188,0.007649,-0.011841,0.022,-0.002073,-0.019576,0.042616,-0.003753,-0.014097,0.00956,-0.005648,0.037005,0.000193,-0.000655,0.107212,0.004701,0.021372,0.004953,-0.024977,0.015928,0.055004,0.046591,-0.038202,0.006088,-0.003843,-0.025967,0.006109,0.024668,-0.021023,-0.000674,-0.012054,-0.006808,-0.005674,0.005905,0.086914,0.011625,-0.02382,-0.004975,0.04515,-0.011834,0.016435,-0.007253,0.01373,0.011572,0.03015,0.022617,-0.028233,0.031794,0.022294,0.025589,-0.011379,0.018666,0.024284,-0.026075,0.030228,-0.021961,-0.002039,-0.03668,0.02667,0.038044,-0.023365,-0.027633,0.007138,0.055064,-0.008581,0.000752,0.022405,-0.024142,-0.006071,0.030947,-0.006133,-0.005689,0.011692,-0.016092,0.019479,0.03137,-0.011326,-0.023113,-0.036529,-0.055528,-0.015804,0.031868,-0.024129,0.026133,0.006138,-0.00671,0.039034,0.023775,-0.001097,-0.000953,-0.014516,-0.007229,-0.003047,0.017644,0.735312,0.009843,-0.003225,-0.006422,0.003429,-0.018805,0.011733,-0.015498,0.017083,-0.007658,-0.000318,-0.00252,-0.019774,0.034034,0.010698,-0.032563,0.02169,-0.032076,0.018483,-0.004367,-0.01468,-0.036273,0.011382,0.029117,0.031063,0.044756,0.008715,-0.034919,0.012604,0.02912,-0.02601,0.018357,-0.047146,0.007818,0.000717,-0.000213,-0.033958,-0.016018,0.003785,-0.077074,-0.008261,0.002815,0.015485,-0.025092,0.008292,-0.015523,0.027744,0.014214,-0.009748,-0.017446,0.001711,0.022054,0.016345,0.014537,0.002176,-0.01969,0.012772,-0.02334,0.006996,0.001839,0.018855,-0.003209,-0.023572,0.078409,0.023031,0.06237,0.003274,-0.027066,0.023265,0.015698,0.014679,-0.075056,0.046579,0.015851,0.004425,-0.005417,-0.003125,-0.04285,-0.012504,0.016656,0.020795,-0.072989,0.024276,0.027178,-0.027297,0.018241,-0.039519,0.024515,0.023484,-0.009533,-0.045995,0.009589,0.000146,-0.03398,0.014544,0.013481,0.024629,0.045798,0.014454,0.00038,0.011843,0.035132,0.007152,0.030035,-0.044117,-0.019289,-0.01439,-0.011987,-0.002385,0.026857,-0.007083,-0.015921,0.003214,-0.004048,-0.003886,0.000695,0.026314,0.026403,0.01322,0.005682,-0.015359,-0.01769,0.019242,-0.003584,-0.01898,-0.017978,-0.037903,0.025431,0.027608,-0.014659,0.000985,-0.005918,0.000259,-0.000942,-0.006597,-0.020516,-0.012624,-0.00766,0.043352,0.03079,-0.024181,0.024054,0.008761,0.023465,0.03727,0.020106,0.039249,0.05139,-0.010808,0.008018,0.022888,0.135018,0.036991,-0.001566,-0.013621,0.027123,0.023026,0.007546,-0.004556,0.005725,0.049116,-0.02177,0.013559,0.031838,-0.032073,0.004162,0.051116,0.025765,0.015341,-0.015766,0.005221,0.02508,0.023753,-0.225411,-0.004874,-0.026249,0.019874,0.014779,-0.013622,-0.012104,0.006825,0.018183,-0.011484,-0.001561,0.007836,-0.011581,0.016258,0.017748,-0.00486,0.059335,-0.028114,0.018987,-0.016072,0.026267,0.118307,-0.029886,0.060996,0.031037,-0.010343,0.007441,0.016715,-0.007676,-0.007758,-0.013589,0.034327,-0.007391,-0.024448,-0.018146,-0.001827,-0.001241,0.016926,-0.01392,0.017873,0.031119,0.024827,-0.016,0.019823,-0.024928,0.013337,-0.015926,-0.002289,-0.02962,0.003178,0.014508,-0.022069,-0.013213,0.00064,0.047058,0.011947,0.011071,0.003399,-0.02387,-0.013121,0.011869,0.006785,0.001077,-0.013835,-0.041572,0.000673,-0.038407,-0.025477,0.018602,0.00624,0.02861,-0.018404,0.006517,0.015069,0.026895,0.158424,0.031112,0.028025,0.006821,-0.008269,-0.029677,0.02643,0.012659,-0.025598,-0.024173,0.003179,0.001772,0.002136,0.013461,-0.030003,-0.011373,0.053938,0.006587,-0.041898,-0.07233,-0.017721,0.029724,0.015909,-0.01122,0.017604,-0.020913,-0.000885,0.027506,0.007306,-0.003716,0.045891,0.010779,0.02565,0.007086,-0.016339,-0.050128,-0.000218,0.012418,0.001141,-0.02655,0.042428,0.026709,-0.01239,-0.006326,0.052444,0.001264,-0.046301,-0.009025,0.020872,-0.030459,0.003634,0.013338,-0.023017,-0.017226,0.024824,0.032415,0.009093,0.03058,-0.02076,-0.016739,0.008329,-0.004609,-0.017889,-0.021347,0.03519,-0.009432,-0.129802,0.023257,-0.031983,-0.020088,0.024092,0.0454,0.008318,-0.054402,0.018563,0.003317,0.037418,0.054617,-0.036721,-0.022121,0.031682,-0.006727,0.04854,0.007587,-0.035074,-0.003258,0.010708,0.044548,0.000741,-0.00619,0.036507,0.001572,0.013571,0.022531,-0.02892,0.018063,0.022212,-0.009393,-0.005252,-0.023613,0.033294,0.02499,0.035872,0.015895,-0.007201,0.028137,0.037103,-0.006126,-0.023402,0.003399,-0.039656,0.004254,-0.00268,-0.016959,-0.052638,-0.001228,-0.00984,0.027365,-0.018375,0.066123,-0.022016,-0.029616,0.024146,0.010808,-0.028869,-0.033245,0.041197,-0.00665,-0.024945,-0.008468,-0.002997,-0.009394,-0.000975,-0.030904,0.000587,-0.012313,-0.04404,-0.017126,0.002868,-0.010917,0.001799,-0.002705,0.030736,-0.001798,0.017977,0.002067,-0.013965,-0.012965,-0.008068,-0.031224,-0.001858,0.019884,-0.023795,-0.008836,0.002195,0.017367,-0.020445,-0.016124,-0.026674,0.029914,-0.019716,0.025247,-0.005734,0.017226,0.047874,0.028874,0.025276,-0.038989,-0.008768,0.000205,-0.01965,-0.000832,0.026461,0.007625,-0.027924,-0.019878,0.014416,-0.025821,-0.02833,0.031982,0.003951,-0.000499,0.01411,0.023172,0.111116,-0.010494,0.005032,0.007515,-0.007458,0.01587,0.034271,0.000352,-0.036444,-0.010094,0.012779,-0.023205,0.003119,0.044191,0.01082,-0.009182,-0.018013,-0.046719,-0.00504,-0.063459,0.091249,0.005829,0.016094,-0.001665,0.004532,-0.027156,-0.0111,0.02207,0.003227,0.028233,0.016727,0.004109,-0.019552,-0.004402,-0.001103,0.015485,-0.041253,0.023951,0.015019,-0.001176,-0.00329,-0.034535,0.009225,-0.033939,0.031065,0.027094,0.009283,0.020405,-0.015008,0.076883,0.009755,-0.027083,0.031317,-0.014396,-0.027551,0.008876,0.010104,-0.000968,0.022286,-0.010387,0.012092,-0.003667,-0.010064,-0.015532,-0.034569,-0.023923,-0.018697,0.042368,0.007555,0.009506,-0.019711,-0.004422,0.033612,0.00164,-0.016589,0.018867,-0.00483,-0.031763,-0.006866,0.005251,0.739978,-0.003297,0.028107,-0.016184,-0.019345,-0.001296,-0.00248,-0.013013,-0.029893,-0.0107,0.029543,0.001473,0.027489,0.041927,0.025943,-0.017879,0.025912,-0.010586,0.031958,-0.043878,-0.003178,-0.019926,0.027386,0.018422,0.009992,0.073206,0.022259,-0.017966,-0.011441,0.028105,-0.001789,-0.025425,-0.021898,-0.035382,-0.00026,-0.00005,0.009546,0.020514,0.031191,-0.073928,-0.02662,-0.026667,0.038781,0.003089,0.016334,-0.025375,0.025044,0.002136,-0.000784,-0.017673,0.027861,-0.01487,-0.027809,0.051913,-0.002747,-0.012092,0.013831,-0.038852,-0.008368,0.00027,-0.00331,-0.030373,0.011283,0.084784,0.01427,0.058061,0.004564,-0.014429,0.005122,0.060411,0.029462,-0.094961,0.034646,0.016721,0.009068,0.007219,0.030378,-0.032628,-0.028326,-0.000229,0.017363,-0.05518,0.027216,0.067657,0.003519,0.007503,-0.033014,-0.024139,0.031799,-0.033747,-0.026147,0.016906,-0.01122,-0.0067,0.03995,0.014433,0.012041,0.045093,0.008285,-0.0196,0.013257,0.003596,-0.024403,-0.002284,-0.04656,-0.003458,-0.018296,-0.012766,0.008558,0.045221,0.064991,-0.034412,-0.010795,-0.027153,-0.027044,0.014398,0.033765,-0.005375,0.009022,-0.007939,-0.028464,-0.018207,-0.010471,0.000815,0.016121,-0.066016,-0.029612,-0.012825,0.028027,-0.010323,-0.016562,-0.005404,-0.007118,-0.034256,-0.015562,-0.049522,-0.026123,0.004048,0.02289,-0.01584,-0.029507,0.023853,-0.004889,-0.00889,-0.038895,0.001079,0.022826,0.025217,-0.025352,0.016967,0.008294,0.146557,0.031909,-0.012426,-0.00708,0.02275,-0.015127,0.003854,-0.004113,-0.023996,0.082615,0.026737,-0.008706,0.009065,-0.002473,0.01688,0.070876,-0.018548,0.010009,-0.004152,0.016618,-0.007842,0.009256,-0.15542,0.009954,-0.035672,-0.022011,-0.011391,0.013489,-0.000472,-0.030055,-0.001985,-0.018963,0.006754,0.002452,-0.029811,-0.008813,-0.026407,-0.019393,0.029296,-0.013498,0.011839,0.013992,0.079322,0.098172,-0.043637,0.056237,0.034794,0.012579,0.042371,-0.00056,-0.007015,-0.021548,-0.014194,0.00888,0.00372,-0.041093,-0.02757,0.003028,-0.049387,0.012603,-0.038593,0.009254,0.035868,-0.013317,-0.017749,0.049754,-0.017976,0.017327,-0.018257,-0.046034,-0.031719,-0.002903,-0.015171,-0.011604,-0.011473,-0.017132,0.020008,-0.009164,-0.020507,0.005477,-0.011215,0.044327,-0.049318,0.038418,0.014306,-0.019262,-0.047451,-0.013852,-0.019621,-0.038824,0.01413,-0.003387,0.008714,-0.00087,0.001446,0.00548,-0.009846,0.187243,0.004139,0.016755,-0.006609,0.006909,0.010159,0.022487,0.025951,-0.034539,-0.03217,-0.011856,0.0235,0.008197,0.026775,-0.054041,-0.0178,0.0709,0.003379,-0.016362,-0.066101,0.023593,0.03706,0.020603,0.038936,0.022421,-0.054484,-0.017149,0.016495,0.029805,0.03116,0.042907,0.025745,-0.008602,-0.008698,-0.03026,-0.011249,0.00359,-0.01657,-0.00112,0.02001,0.042532,-0.002807,-0.018011,-0.029313,0.005737,-0.007172,-0.033128,-0.036402,0.018523,-0.02716,-0.010993,-0.033365,-0.012489,-0.041338,0.032901,0.013135,0.007696,-0.01234,0.019105,0.006456,-0.02616,0.008709,-0.01325,-0.021151,0.015512,-0.03141,-0.081795,-0.006464,0.01577,-0.004569,0.027372,0.008849,0.001956,-0.066803,0.010102,-0.004124,0.019083,0.026906,-0.02504,0.005827,0.015952,-0.011074,0.038449,0.038775,0.021249,0.003436,0.006363,0.011978,0.011622,-0.00574,0.001383,-0.045395,0.005175,0.001647,0.022907,0.013024,0.025216,-0.003715,-0.019079,0.005704,0.018127,0.036928,-0.004319,-0.014912,-0.002329,-0.004631,0.017695,0.027659,-0.003144,0.002966,-0.018974,0.000418,0.02248,-0.037052,-0.049758,0.022251,-0.029916,0.036991,-0.004507,0.080568,-0.016076,-0.075372,0.028899,0.01522,-0.003546,-0.018027,0.058765,0.006784,-0.036537,-0.032097,-0.027533,-0.003128,-0.004837,-0.035089,-0.020594,-0.008584,-0.020378,-0.026989,0.022396,-0.004167,-0.03492,0.011782,0.018762,-0.006513,-0.005994,-0.012086,-0.014545,0.006176,-0.025223,-0.018592,0.028703,0.031968,-0.033717,-0.006366,-0.008142,0.015957,0.007414,-0.046921,0.017757,0.056507,0.020457,0.02435,-0.050453,-0.020161,0.027994,0.036242,0.046081,0.001918,0.02996,0.011503,-0.002465,-0.02112,-0.046056,-0.019531,-0.048777,-0.012083,0.051921,-0.006877,0.013788,0.00566,0.007218,0.043567,-0.001541,0.005374,0.115953,-0.017391,-0.007984,-0.025424,-0.009152,0.002959,0.03101,0.048398,-0.005714,-0.027129,0.010157,0.015479,0.006133,0.022145,0.015303,0.026551,0.003702,-0.009199,0.000107,-0.023172,0.051099,0.032696,-0.011404,-0.026899,0.020013,-0.000676,-0.008343,0.008864,0.024518,-0.050311,0.059185,0.037689,-0.057398,-0.017604,0.015576,0.023719,-0.025735,0.022275,-0.025729,0.003285,0.028759,-0.018872,0.020516,0.034588,0.030213,0.001854,-0.020863,0.022532,0.031195,0.005361,-0.001766,-0.000355,0.036717,-0.018424,-0.009386,0.010831,0.018328,-0.012673,0.002136,-0.023397,0.002603,0.00162,-0.003503,-0.017729,-0.002218,-0.037577,-0.025988,0.017138,0.006775,0.004307,-0.041877,-0.013828,0.020179,0.01603,0.011464,-0.015277,-0.008524,-0.031575,-0.004172,0.011302,0.726041,-0.027304,0.044377,-0.016226,0.017336,0.023045,-0.015954,-0.010288,-0.002711,0.017115,-0.012393,-0.0044,0.009783,0.062771,0.025442,-0.051786,0.021474,-0.018727,-0.006087,-0.043109,-0.019973,-0.033965,0.02504,0.05092,-0.002806,0.061472,-0.009713,-0.047786,0.006469,0.015451,-0.017271,0.019066,-0.034211,-0.029151,-0.034707,0.016467,0.004193,0.044425,0.017589,-0.078782,0.030125,0.016139,0.021128,-0.003569,0.002407,-0.017385,0.052299,-0.044652,-0.017911,-0.030768,0.020251,0.000166,0.000874,0.059387,0.003985,-0.027032,0.003634,-0.008979,-0.001724,0.014496,0.021588,-0.005161,-0.048395,0.030207,0.009118,0.041004,0.000331,0.024686,-0.002777,0.041852,0.020398,-0.06508,0.022158,0.008097,-0.005539,-0.013222,0.006797,-0.035308,-0.032669,-0.017214,0.02861,-0.063881,0.026411,0.008842,0.007817,0.001146,-0.035778,0.006884,-0.017614,-0.004423,-0.060915,0.012456,0.004764,0.028364,0.058388,0.005434,-0.009941,0.053809,0.021179,-0.012208,0.018769,0.028038,-0.015914,0.013468,-0.049698,-0.004337,0.015255,0.023821,-0.016063,0.071175,0.014829,-0.019555,0.007019,0.003218,0.003012,0.041601,0.019513,0.009419,-0.011363,0.025262,-0.014573,0.014685,0.008668,-0.008318,0.028547,-0.05353,-0.025493,0.017236,0.006999,-0.022532,0.032495,-0.002238,-0.027112,-0.015065,-0.024094,-0.008429,-0.005179,-0.012414,0.035359,0.003121,0.008043,0.047724,0.013447,-0.021754,-0.059823,-0.011965,0.006901,-0.004838,0.015142,-0.011004,-0.008647,0.151723,-0.000214,-0.001458,-0.012497,0.008604,0.002606,-0.025858,-0.002995,-0.034797,0.038373,0.030382,0.064249,0.00054,-0.00201,-0.000495,0.070292,0.019453,-0.015592,-0.001035,-0.017012,0.006033,0.0034,-0.191986,-0.012275,-0.049201,0.018297,0.023997,-0.014258,-0.011409,0.011053,0.001646,-0.01925,-0.000651,-0.029895,-0.025468,-0.023275,-0.001626,-0.009487,0.035568,-0.003553,0.003052,0.02195,0.048282,0.114912,-0.032777,0.134163,0.005108,-0.011999,0.00013,-0.015009,0.001893,0.02873,0.029812,0.038299,0.017395,-0.046294,-0.081374,-0.01461,-0.023697,-0.00246,-0.019752,-0.021402,0.034265,-0.011655,-0.006314,0.010485,0.024308,-0.018677,0.003956,-0.02283,-0.002401,-0.002025,-0.030373,0.010892,-0.036205,-0.018484,-0.006278,-0.003241,0.022106,-0.045482,-0.001338,0.023282,0.010916,0.027216,0.016459,0.010694,-0.027089,-0.021343,0.00757,-0.01364,0.034227,0.016986,0.048245,-0.0436,0.005835,-0.007524,-0.004362,0.092064,-0.008779,0.031833,0.005289,0.003979,-0.002576,0.0017,-0.023651,-0.022029,-0.000191,0.032375,0.031873,0.014134,0.014595,-0.036209,-0.024141,0.039473,0.019697,0.014653,-0.030061,0.031609,0.07676,0.035019,0.021763,0.001218,-0.051194,-0.015845,0.039538,0.014532,0.000961,0.005898,0.014301,-0.039452,-0.006889,-0.001083,-0.041844,-0.004063,-0.043208,0.024462,-0.007108,0.030906,0.012348,-0.001594,-0.019367,0.026186,0.003621,-0.038457,-0.032244,0.030334,-0.053363,0.021012,-0.01427,0.021543,-0.039383,0.045281,-0.000732,-0.036014,0.00296,0.017582,0.013865,-0.015727,0.009724,0.004204,0.000096,0.025958,-0.011709,-0.074108,0.0199,0.022467,0.000588,0.013299,0.001252,0.002734,-0.00864,0.014168,0.001382,0.005805,0.013884,-0.049918,-0.007896,0.001985,-0.004613,-0.003401,0.014296,-0.026178,0.00885,0.003474,0.039676,-0.017046,-0.021078,-0.009043,-0.038863,-0.027677,-0.019582,-0.003774,0.014593,0.006894,-0.000335,0.006765,-0.002681,0.007545,0.012937,0.009211,-0.008663,-0.018792,-0.014058,-0.017257,-0.0266,-0.016055,-0.016042,0.00738,-0.0094,0.034533,-0.03971,-0.032528,0.012957,-0.011775,-0.013466,-0.03071,0.09445,0.008546,-0.032165,0.020863,0.004679,0.023137,0.042378,0.035601,-0.011096,-0.020812,0.007687,-0.030822,-0.020036,-0.044655,-0.022056,-0.032782,-0.022978,-0.014339,0.005061,0.007395,0.006454,-0.013047,-0.015606,0.02527,-0.002181,0.015735,0.020644,-0.016005,0.000472,-0.01402,-0.028874,-0.005419,-0.001617,-0.04014,0.013759,0.036314,0.050099,-0.030312,-0.035943,0.019283,0.007137,0.007993,-0.014908,-0.012666,0.025649,0.046695,-0.005518,0.049949,-0.003998,0.014119,0.026121,-0.020252,-0.009707,-0.01424,-0.019137,-0.043908,-0.039709,0.038191,-0.016968,-0.041946,0.004987,-0.015895,0.033163,0.049907,0.00237,0.104079,-0.029677,0.013068,-0.007844,-0.004033,0.006659,0.074019,0.034457,-0.007486,0.002657,-0.010702,-0.032861,0.013661,0.052617,0.009223,-0.005339,0.021967,-0.013649,0.03861,0.001072,0.112073,0.015477,-0.002253,0.009412,0.017545,0.02309,0.017563,-0.009748,0.00475,-0.033616,0.068514,-0.011026,-0.029137,0.037648,-0.006717,0.020956,0.001249,0.042488,0.018376,0.018806,0.031793,-0.01838,0.006089,0.009033,0.00208,0.038082,0.019627,-0.010095,0.015077,0.023879,-0.029001,0.016387,0.037912,-0.012038,-0.00161,0.030729,-0.02972,-0.002481,-0.012722,-0.010174,0.016094,0.021709,0.005296,-0.012038,-0.007173,-0.006727,-0.025127,0.009206,-0.027432,0.021965,-0.015824,0.001103,0.017508,0.00764,0.020589,-0.026669,-0.014047,-0.009713,0.016634,0.02188,0.74202,0.011944,-0.022508,-0.028716,0.010246,0.002747,0.004022,0.036337,-0.005836,0.00039,-0.018775,-0.004645,-0.017195,0.031824,-0.001169,-0.015397,0.027993,0.004928,-0.014135,-0.000529,-0.033063,0.008702,0.052981,0.032899,-0.018521,0.019062,-0.021416,-0.021954,-0.006912,-0.012448,-0.042648,0.008582,0.001779,-0.014008,-0.011073,-0.011748,-0.004789,0.015365,0.008946,-0.102035,0.011517,0.025472,0.001323,-0.010224,0.032812,-0.008937,0.024491,0.055666,-0.035307,-0.006827,0.033308,0.015036,0.007196,0.060961,-0.002228,-0.019764,0.006781,-0.01567,0.015507,0.004452,0.01303,-0.022848,-0.052053,0.06539,0.001259,0.038523,-0.014864,-0.009687,0.018812,0.020715,0.034863,-0.078596,0.030681,0.003184,0.00521,0.011095,0.003777,-0.043871,-0.013031,-0.005379,0.030626,-0.078952,-0.001355,0.024945,-0.020707,0.02494,-0.064537,0.010191,0.023108,-0.015536,-0.05658,0.021668,0.010955,-0.030938,-0.008994,0.00623,0.013146,0.047445,0.014655,-0.000668,0.023651,0.004883,0.001691,0.033421,-0.029336,-0.014975,0.008077,-0.019496,-0.010556,0.043911,0.004176,-0.008293,-0.024386,0.013851,-0.021969,0.003773,0.023762,0.019792,-0.006114,0.009627,-0.022944,-0.014134,0.020061,0.016384,-0.021602,-0.03591,-0.045834,0.009145,0.014037,-0.00823,0.016036,-0.024926,0.014109,-0.014793,-0.019004,-0.020254,-0.010587,-0.00439,0.032615,0.033016,-0.007508,0.023863,0.013946,0.030323,0.039386,0.020714,0.026889,0.026969,-0.024054,0.034005,0.02661,0.124775,0.030353,0.003237,0.011727,0.011449,0.01319,0.001963,-0.008884,-0.016545,0.043711,0.008656,0.020516,0.012908,-0.002583,0.006891,0.055997,0.028415,0.028527,-0.02057,0.005153,0.018281,0.020392,-0.209072,-0.011622,-0.022291,0.012979,0.011012,-0.006447,-0.031171,-0.010607,-0.001959,0.008227,0.003792,-0.000541,-0.03222,0.028157,0.028086,-0.013188,0.034954,0.001748,0.004679,-0.024099,0.004181,0.121014,-0.031015,0.06567,0.029329,-0.008806,-0.006234,0.022531,0.019908,0.019625,-0.01343,0.030708,-0.006191,-0.052218,-0.035837,0.005742,-0.017485,0.032405,-0.011328,-0.000258,0.037401,-0.012315,-0.022464,0.021946,-0.01283,-0.006313,-0.011887,-0.021194,-0.014927,-0.001023,0.010292,0.004989,-0.003687,-0.000536,0.051719,-0.045226,-0.002936,-0.015178,-0.03549,-0.021249,-0.000309,0.004401,-0.009393,-0.010769,-0.03331,-0.001899,-0.028003,-0.028372,-0.000209,0.022542,0.005422,-0.033818,-0.002943,0.007343,0.031438,0.171237,0.008983,0.014442,0.014571,0.011073,-0.015742,0.027767,0.000852,-0.034689,-0.024295,0.012898,0.003208,-0.008765,0.0015,-0.0434,-0.004752,0.054312,-0.008613,-0.011972,-0.06645,-0.010817,0.018405,0.009668,0.012347,0.002269,-0.017449,0.012361,0.027173,0.005091,0.003723,0.041768,0.008633,0.006839,-0.027898,-0.018998,-0.066227,0.004574,-0.013651,0.001612,-0.013598,0.023039,0.010696,-0.018179,-0.043042,0.025013,-0.022052,-0.044506,0.006526,0.006726,-0.017742,0.028309,0.023741,-0.017556,-0.023741,0.024602,0.02262,0.031995,0.03091,-0.016778,-0.007846,-0.004474,0.010561,-0.028785,-0.016332,0.006255,-0.026661,-0.085978,0.020466,-0.032661,-0.014381,0.031958,0.045989,-0.002071,-0.050048,0.034051,0.002415,0.033129,0.039933,-0.040861,-0.009482,0.040144,-0.007132,0.039916,0.02551,-0.036709,0.011831,0.004914,0.054652,-0.00812,0.00317,0.012143,-0.024709,-0.008574,0.024101,-0.023822,-0.008704,0.020574,-0.00246,-0.009655,-0.015364,0.059108,0.01817,0.037587,0.02027,-0.006437,0.024632,0.036969,-0.013955,0.004459,-0.012466,0.000854,0.014597,-0.010172,-0.021255,-0.023692,0.003669,-0.017212,0.03057,0.003823,0.088409,0.000725,-0.009557,0.052564,0.01028,-0.021065,-0.018946,0.064768,-0.005924,0.002222,-0.012995,-0.014968,-0.011192,-0.007795,-0.042334,0.011292,0.025727,-0.020298,0.00088,-0.002825,-0.004842,-0.02089,0.017978,0.010794,-0.011792,0.000104,0.008948,-0.024593,-0.007256,-0.004612,-0.008118,-0.006223,0.021403,-0.007063,-0.004984,0.001825,-0.010605,-0.052573,-0.04418,-0.013141,0.007085,0.002177,0.047629,0.000939,0.007137,0.04777,0.036629,0.010602,-0.046738,0.017149,0.010653,-0.055189,-0.023787,0.045032,0.003124,-0.023684,0.002498,0.019883,-0.038017,-0.010542,0.013149,0.020076,0.020265,0.002721,0.043729,0.115548,-0.01012,0.001253,0.006963,-0.024673,0.004221,0.040444,0.002363,-0.013335,-0.010595,0.011516,0.000808,-0.008236,0.027255,0.022674,-0.01964,-0.006702,-0.022578,0.010814,-0.069671,0.059303,0.029435,-0.009123,-0.001499,0.000927,-0.016959,0.006099,-0.010026,-0.00224,-0.002664,0.028886,0.036301,0.005783,-0.007706,-0.008721,0.033739,-0.00129,0.013808,0.02002,0.017919,-0.028392,-0.042715,0.00472,-0.041413,0.023894,0.03609,0.009881,0.02862,-0.016269,0.04818,-0.006367,-0.035804,0.037344,-0.023188,-0.002218,0.022693,-0.008245,-0.002508,0.028194,-0.012479,0.0142,0.001416,-0.016397,-0.013422,0.006647,-0.011117,-0.00008,0.0224,-0.003594,0.015791,-0.024091,-0.014361,0.045711,0.019538,-0.027516,0.007574,0.008931,-0.0054,-0.016774,0.003907,0.745592,-0.006408,0.023794,0.002504,0.010183,0.002939,-0.002062,0.012733,-0.003545,0.002736,0.018135,-0.000478,0.010996,0.017925,0.031425,-0.028448,0.00811,-0.02243,0.02582,-0.028794,-0.013617,-0.014383,0.03545,-0.008321,0.003057,0.072519,0.028204,-0.022784,-0.014889,0.009795,-0.004981,-0.026231,-0.042209,-0.04622,-0.018656,-0.010234,-0.019199,0.037744,0.037238,-0.079813,-0.015943,-0.013203,0.030286,0.009153,0.037743,-0.021637,0.014852,-0.007563,-0.005586,-0.02,0.014862,-0.01354,-0.013184,0.052442,-0.010518,-0.014652,0.001129,-0.035468,-0.019965,0.005944,0.014459,-0.047997,0.006474,0.099362,0.018347,0.049649,-0.000995,0.009627,0.000254,0.059956,0.020887,-0.059007,0.032681,0.009678,0.003502,0.008165,0.005186,-0.032721,-0.015787,-0.001434,0.031962,-0.060095,-0.010432,0.019838,0.000217,0.02493,-0.040151,0.022733,0.004177,-0.011398,-0.060811,0.014837,-0.004891,-0.031757,0.017006,0.007342,0.023918,0.039533,0.019854,0.00492,0.005837,-0.005331,0.001598,0.031619,-0.056484,-0.017955,-0.007866,-0.015949,0.006209,0.036244,0.003866,-0.015429,-0.009452,-0.02379,-0.009542,-0.000871,0.020551,0.020088,0.006596,0.004814,-0.041297,-0.025764,0.033393,0.015085,-0.012149,-0.04343,-0.037862,0.024359,0.01767,-0.02162,0.023147,-0.001903,0.003458,-0.016161,0.00763,-0.024423,-0.001671,-0.001693,0.068473,0.037,-0.010004,0.026504,0.015438,0.014033,0.059565,0.019114,0.02879,0.038646,-0.02725,0.015453,0.046472,0.144603,0.020382,-0.006922,-0.002276,0.01405,0.035761,0.007147,-0.012149,-0.024798,0.052935,0.0026,0.033343,0.018381,-0.016891,0.025357,0.050275,0.022261,0.021147,-0.017598,0.007145,0.01098,0.011684,-0.165555,0.005835,-0.018234,0.002915,0.0211,-0.002862,-0.035039,0.010105,0.017659,0.013707,0.014015,0.025803,-0.020731,0.035183,0.071096,0.002108,0.034569,-0.002865,0.018115,-0.017226,0.038592,0.122071,-0.033157,0.044077,0.011973,-0.00625,0.008172,0.0295,0.014002,0.048144,-0.029769,0.044488,0.010153,-0.044927,-0.002673,0.003815,-0.012411,0.017546,0.005966,0.017425,0.046083,-0.012951,-0.017767,0.016779,-0.019841,0.004439,-0.008607,-0.016625,-0.027168,-0.001394,0.018747,-0.018867,-0.010239,0.004851,0.028706,-0.0159,-0.002082,0.011901,-0.025977,0.002202,0.004745,0.007247,-0.00506,-0.019162,-0.037487,0.003012,-0.023544,-0.027071,0.015171,0.021645,0.0244,-0.030729,0.011026,0.022506,0.024259,0.183491,0.021413,0.025175,0.033975,0.00594,-0.025717,0.032849,0.024524,-0.041149,-0.025226,0.0125,-0.002823,0.000507,-0.00285,-0.047039,0.014914,0.083411,-0.010142,-0.025629,-0.062698,-0.002222,0.009137,0.004194,0.003637,-0.005609,-0.015676,-0.002225,0.05079,0.001567,0.019913,0.040015,0.021479,0.014499,-0.008998,-0.010302,-0.067259,-0.007147,-0.023646,-0.008578,-0.046316,0.031346,0.010113,-0.016119,-0.034722,0.044769,-0.01857,-0.039973,-0.010791,0.027851,-0.051566,0.024019,0.016941,-0.031618,-0.021025,0.03607,0.013429,0.022706,0.001916,-0.011313,0.011812,-0.01111,0.003769,-0.023338,0.004916,0.023543,-0.034185,-0.086227,-0.005417,-0.035677,0.019073,0.035582,0.03665,-0.012442,-0.083967,0.041047,-0.009283,0.049035,0.038458,-0.038824,-0.016246,0.039671,0.000559,0.060492,0.011815,-0.035673,0.009578,0.00605,0.052357,-0.002824,-0.009064,0.049893,-0.033337,-0.017413,0.01211,-0.031376,-0.001907,0.03882,-0.013993,-0.013988,-0.017213,0.036265,0.015296,0.031376,0.017985,-0.010235,-0.004094,0.026804,-0.020596,-0.002124,-0.031828,-0.019218,-0.008795,0.0008,-0.022465,-0.028054,0.007733,-0.023791,0.046261,0.024824,0.067028,0.009307,-0.008618,0.059813,0.018602,-0.012395,-0.020399,0.051179,-0.009817,-0.009029,-0.019162,-0.024642,-0.016471,-0.013902,-0.047825,0.008636,0.004064,-0.022768,0.016604,-0.02711,0.009648,-0.017452,-0.002944,0.004698,-0.013676,0.013199,0.008621,-0.01864,0.004136,0.012745,-0.02041,-0.005123,0.014469,-0.018806,-0.020217,0.005747,0.008922,-0.024937,-0.021622,-0.019475,0.020143,-0.001095,0.049169,-0.004139,0.019955,0.050116,0.021326,0.022599,-0.036199,0.010101,0.019237,-0.015497,-0.010437,0.051581,0.008094,-0.016744,0.000294,0.031226,-0.017781,-0.023395,0.039459,0.004853,0.02686,0.00475,0.029696,0.115901,-0.015949,0.007761,0.032685,-0.023556,0.002393,0.04086,0.000349,-0.018842,0.016355,0.003916,-0.005197,-0.002559,0.03822,-0.024116,-0.003085,-0.010122,-0.037735,-0.011097,-0.060057,0.058079,0.017414,-0.005046,0.017579,-0.000707,-0.043821,-0.004366,0.002812,0.013898,-0.003185,0.024798,0.02054,-0.010944,0.001843,0.000878,0.02465,-0.033494,0.023037,0.005123,0.015768,-0.024159,-0.024073,0.009505,-0.02782,0.046659,0.035695,0.014379,0.020243,-0.011228,0.068226,0.021219,-0.050971,0.016758,-0.008599,-0.003939,0.018099,0.013203,-0.014592,0.02398,0.001764,0.028572,-0.004045,-0.013826,-0.01209,0.010622,-0.007191,0.008396,0.043658,-0.010147,0.011742,-0.019435,-0.010792,0.055526,0.014961,-0.017932,0.023498,0.00762,-0.019643,-0.003185,-0.005707,0.728648,-0.019686,0.026798,-0.008241,0.006861,0.011659,-0.001341,0.005081,-0.031243,0.00525,0.018951,-0.003123,-0.004328,0.022807,0.047085,-0.028655,0.02052,-0.035342,0.019365,-0.040736,-0.010651,-0.023903,0.01965,-0.001112,0.022143,0.067241,0.027139,-0.022004,-0.046443,0.015372,-0.00847,-0.031932,-0.042774,-0.056346,0.017087,-0.017732,-0.015104,0.039695,0.035669,-0.068155,-0.007207,-0.021079,0.032027,-0.000464,0.030738,-0.029708,0.024793,0.001084,-0.012022,-0.040723,0.001836,-0.010251,-0.007986,0.03772,0.016116,-0.000798,0.002571,-0.038969,-0.016648,-0.002406,0.046111,-0.020809,-0.008388,0.087903,-0.013302,0.062695,-0.004879,0.016575,0.015023,0.043435,0.037675,-0.08988,0.023505,0.007858,-0.038109,-0.014206,-0.007263,-0.040462,0.010665,0.010892,0.015406,-0.09932,-0.004611,0.028228,-0.058178,0.005851,0.000185,0.028845,0.029949,-0.014176,-0.045267,0.021536,0.020862,-0.015434,-0.01084,0.028738,-0.016364,0.01232,-0.050178,-0.020014,0.036297,-0.021314,-0.002539,0.01081,-0.045943,-0.023787,0.000888,-0.022738,-0.00536,0.064935,-0.011902,-0.060962,-0.002389,0.007171,-0.004685,-0.022279,-0.003633,-0.005207,0.02864,0.006995,0.024424,0.007338,0.002738,0.000716,0.015168,-0.020573,-0.042277,0.018304,0.045057,-0.031093,-0.016846,0.024024,0.007142,-0.000471,-0.052652,0.009895,-0.001596,-0.020292,-0.032937,-0.016328,0.022336,0.031554,-0.011087,-0.021853,-0.018557,0.015278,0.036789,-0.015285,-0.037475,-0.002756,-0.015159,0.160437,0.018076,0.007896,0.012547,0.001016,-0.000017,-0.013743,0.012001,-0.055334,0.020289,0.014231,-0.012948,0.007249,-0.006062,-0.009877,0.075484,-0.022299,0.016947,0.016097,0.011612,-0.012444,-0.005202,-0.207846,-0.024752,-0.00686,-0.003656,0.006701,-0.012238,0.0082,-0.03326,-0.000464,-0.013676,0.017495,-0.016856,-0.026073,-0.032712,-0.018686,-0.029272,0.021814,-0.012554,-0.002863,-0.021817,0.03237,0.05562,-0.04191,0.103385,0.041218,-0.002161,-0.007165,0.002228,-0.006851,-0.018414,0.017206,0.048933,-0.013094,-0.013629,-0.055836,0.00965,-0.013913,0.001907,-0.028024,0.031683,0.001653,0.009367,-0.01656,-0.003018,0.020922,-0.023594,0.008713,-0.019182,-0.046261,-0.003393,-0.022214,-0.003248,-0.000388,-0.005591,0.054939,0.012166,-0.039154,0.000575,-0.006672,0.017963,0.007307,0.030197,-0.020608,-0.006957,-0.029018,-0.002206,-0.028771,-0.009931,-0.005217,0.021177,0.032716,-0.018762,-0.017489,-0.00564,0.031073,0.055356,-0.017359,0.007051,-0.016124,0.018737,-0.03779,-0.018329,-0.00163,0.01017,-0.002202,0.014769,0.011484,-0.021732,0.058742,-0.009627,0.002661,0.078142,0.034618,0.010326,-0.056411,0.03719,0.007027,-0.009191,-0.040505,0.011422,-0.017573,0.031647,0.021471,0.028843,0.055619,0.027979,0.006167,0.021457,-0.009395,0.012842,-0.025196,0.02117,-0.007673,0.01053,-0.020203,0.04345,-0.02435,-0.010182,-0.036668,0.04857,-0.006635,0.002998,-0.000339,0.017535,-0.015154,0.006817,0.008365,-0.0133,-0.016132,0.012543,0.029775,0.034619,0.012094,0.002395,0.006464,0.017624,0.015412,-0.01458,0.003046,-0.009659,-0.018707,-0.111863,-0.014715,-0.018248,-0.033225,0.019252,0.01778,-0.012496,-0.046913,0.041742,0.007494,-0.039065,0.028013,-0.004924,0.013296,-0.003702,0.024455,0.004777,0.026087,0.014744,-0.027486,0.013172,-0.015696,0.002838,-0.005138,-0.001713,-0.01524,0.000511,0.003092,0.013345,0.017921,-0.007388,-0.032962,0.02588,-0.034487,0.015033,0.012225,0.010366,-0.016753,-0.016559,0.021087,0.040383,-0.025029,0.004384,-0.002244,-0.024918,0.02095,-0.003687,-0.008054,-0.04983,0.014345,-0.01492,-0.002477,-0.017509,0.004223,0.00851,-0.046948,0.010826,-0.035718,0.015832,-0.031231,0.041687,-0.012285,0.028164,-0.022298,-0.018022,-0.033938,-0.016801,0.015854,-0.03588,-0.022394,-0.031897,-0.024511,-0.021467,-0.006716,-0.017177,-0.011127,-0.011055,-0.008296,0.024089,0.00137,0.031539,0.002884,-0.041172,0.01679,0.010794,0.044842,-0.024487,-0.011413,-0.005606,-0.030955,-0.006357,-0.043885,-0.02525,-0.033731,0.009893,0.021406,-0.024235,0.011612,0.042526,0.023377,0.006475,0.029101,0.019057,-0.009275,-0.013366,0.006076,-0.089671,0.024474,-0.037856,-0.044459,-0.033079,-0.017321,-0.017197,0.007582,-0.032807,0.01614,-0.020692,-0.008439,0.103074,-0.033364,-0.014062,-0.00123,0.004562,-0.004861,0.037993,0.028971,-0.008538,0.000887,-0.005549,-0.029235,-0.020601,0.032215,0.075838,0.007119,-0.015205,-0.019429,0.01463,-0.005721,0.024969,0.006313,0.001136,-0.006651,0.025341,-0.033763,0.00644,0.027729,0.028913,-0.027977,0.014356,-0.0127,-0.005408,0.018483,-0.024645,-0.009775,-0.012154,-0.023883,0.004685,-0.012058,0.016559,-0.021579,-0.057561,0.012892,-0.034032,-0.007215,-0.032966,0.05336,0.012925,0.056046,0.005682,-0.014812,0.017935,-0.014559,-0.032264,0.002695,0.00772,0.000738,0.051487,-0.01205,0.015167,-0.008713,0.009978,-0.01054,-0.017484,-0.024403,-0.009624,0.018339,-0.01144,-0.006157,-0.009098,-0.025503,0.00988,-0.031724,0.01155,-0.015663,-0.024408,-0.022754,0.004631,-0.012927,0.750452,0.004487,0.001504,-0.051201,0.028778,0.010802,0.001795,0.022827,0.011845,0.005303,-0.018665,-0.002122,0.018881,-0.005638,-0.009606,-0.018629,0.03727,-0.003738,0.006323,-0.038702,0.019104,-0.023882,0.031063,0.024525,0.003281,0.049189,0.009482,-0.055524,0.015302,0.021919,-0.04508,0.031014,-0.025936,-0.014568,0.013872,0.013758,0.013228,0.020202,-0.021445,-0.099879,-0.022801,0.007153,0.036288,-0.015209,-0.006108,0.003905,-0.00269,0.023235,0.009005,-0.024272,0.028831,-0.024703,0.014883,0.048863,0.01195,-0.025061,0.00436,-0.008103,0.015064,0.020621,-0.005579,-0.025886,-0.039963,0.06624,0.018947,0.080193,0.014281,0.007344,0.012015,-0.020261,0.04005,-0.101271,0.022861,0.009928,-0.040694,-0.019955,-0.007902,-0.038671,0.012102,0.002297,0.016775,-0.103918,-0.007795,0.032389,-0.058413,0.003707,-0.010643,0.021518,0.036486,-0.01766,-0.04693,0.006662,0.022357,-0.021098,-0.012144,0.033534,-0.018358,0.015653,-0.05379,-0.019703,0.040392,-0.024101,0.007604,0.000532,-0.051858,-0.022551,0.002994,-0.023637,0.008021,0.053946,-0.00705,-0.066601,-0.00709,0.005902,0.000718,-0.024445,0.00568,0.013182,0.041793,0.003625,0.039493,0.002233,-0.005295,-0.005073,0.011762,-0.026258,-0.0458,0.022266,0.047145,-0.028318,-0.017818,0.026013,0.009858,-0.003818,-0.059016,0.013417,0.001598,-0.011432,-0.034375,-0.019077,0.023193,0.038612,-0.008247,-0.019949,-0.030273,0.012107,0.022687,-0.017053,-0.045595,-0.000073,-0.017555,0.162899,0.025789,0.021484,0.014044,0.007682,-0.008149,-0.011453,0.009415,-0.047386,0.007833,0.015161,-0.014521,0.010167,-0.00293,-0.013491,0.070671,-0.023427,0.006703,0.021354,0.011273,-0.013333,-0.009849,-0.218004,-0.030744,0.002924,0.003535,0.013068,-0.017912,0.003659,-0.036864,-0.004776,-0.018155,0.017609,-0.007765,-0.023751,-0.03865,-0.022478,-0.044034,0.019964,-0.013876,0.000771,-0.022951,0.041134,0.065282,-0.047976,0.087266,0.036757,-0.002184,0.008615,-0.012586,-0.001016,-0.028136,0.02137,0.043282,-0.017036,-0.014749,-0.054911,0.00937,-0.005576,0.011569,-0.023004,0.036574,0.010194,0.013108,-0.00798,-0.003071,0.025932,-0.025568,0.002638,-0.008837,-0.062668,-0.007168,-0.024409,-0.002965,-0.008862,-0.016856,0.048656,0.01193,-0.038614,0.008631,-0.003027,0.014846,0.003838,0.032208,-0.024781,-0.007252,-0.029272,0.006309,-0.029014,-0.017268,-0.003639,0.021438,0.040127,-0.012619,-0.003422,-0.006261,0.027725,0.066787,-0.016163,0.020795,-0.017456,0.022107,-0.043906,-0.0189,-0.010454,0.009494,-0.006718,0.000662,0.002304,-0.026703,0.065542,-0.014086,0.007102,0.076304,0.039936,0.008901,-0.070157,0.038297,0.009503,-0.001637,-0.04482,-0.005133,-0.014328,0.031687,0.012405,0.022885,0.058507,0.029508,-0.000045,0.016328,-0.009715,0.026547,-0.01991,0.019852,-0.004879,0.017113,-0.014765,0.044926,-0.014148,-0.009256,-0.025867,0.047445,-0.000551,0.001203,-0.006061,0.020514,-0.024255,0.011797,0.00173,-0.022304,-0.018156,0.023246,0.035412,0.036971,0.015393,-0.002885,0.006079,0.004102,0.011371,-0.010732,-0.003775,-0.000795,-0.036241,-0.126874,-0.010913,-0.017424,-0.040433,0.016987,0.01554,-0.015416,-0.045234,0.04177,0.008795,-0.030459,0.0227,-0.010305,0.01567,0.002804,0.025426,0.00393,0.033547,0.005572,-0.029388,0.006853,-0.034267,0.00751,-0.010117,-0.004962,-0.009512,0.011057,0.000218,0.020927,0.018947,-0.007983,-0.042597,0.035471,-0.028318,0.015405,0.01378,-0.003242,-0.011788,-0.005539,0.020861,0.039226,-0.029793,0.012063,0.014023,-0.022119,0.027501,0.003167,-0.00376,-0.050065,0.008396,-0.01332,-0.003373,-0.021995,0.003878,0.004082,-0.049806,0.00712,-0.046463,0.010265,-0.040846,0.037515,-0.022222,0.030058,-0.020439,-0.025173,-0.026635,-0.014485,0.024147,-0.037637,-0.019769,-0.024014,-0.027601,-0.016306,-0.00948,-0.007792,-0.010885,-0.015561,-0.007338,0.018202,0.007226,0.036497,-0.005959,-0.044003,0.017284,0.018034,0.041728,-0.016649,-0.023911,-0.011078,-0.034872,0.00803,-0.044966,-0.02395,-0.033974,0,0.012853,-0.024401,0.010681,0.040785,0.02723,0.019228,0.024854,0.012768,-0.015496,-0.011907,0.011774,-0.068833,0.023899,-0.033275,-0.049206,-0.038973,-0.024284,-0.021198,-0.003132,-0.03982,0.011365,-0.020841,-0.010603,0.101748,-0.043715,-0.009974,0.00177,0.006829,-0.008592,0.035516,0.024286,-0.004275,0.002012,-0.006327,-0.026188,-0.014801,0.036609,0.078173,0.00925,-0.018387,-0.018932,0.00851,-0.004804,0.019819,0.014747,0.003388,-0.00938,0.023349,-0.031649,0.012851,0.031109,0.025446,-0.024504,-0.003109,-0.019458,-0.00339,0.010025,-0.024024,-0.014789,-0.007415,-0.021078,0.012859,-0.017219,0.02037,-0.020491,-0.042303,0.019326,-0.021791,-0.010839,-0.029677,0.045834,0.012604,0.069938,-0.000081,-0.01243,0.02228,-0.012187,-0.045255,0.005586,0.005117,-0.000684,0.047754,-0.012889,0.017754,-0.000753,0.01475,-0.011739,-0.01705,-0.032351,-0.00646,0.017575,-0.014685,-0.009037,-0.011591,-0.022425,0.010481,-0.042215,0.008636,-0.010979,-0.016111,-0.021595,0.01938,-0.013368,0.730753,0.003602,-0.003312,-0.053166,0.030579,0.007577,0.01028,0.03015,0.010753,0.006795,-0.024539,0.002706,0.030691,-0.006806,-0.009998,-0.016426,0.036586,0.003765,0.005911,-0.036258,0.020045,-0.025276,0.034673,0.035767,0.003211,0.04213,0.009884,-0.060793,0.023136,0.027416,-0.042218,0.023925,-0.023283,-0.014183,0.011588,0.017127,0.012565,0.024669,-0.020432,-0.089839,-0.014965,0.008937,0.031374,-0.016872,-0.004688,0.008003,-0.000855,0.022456,0.003163,-0.028797,0.025119,-0.035589,0.017327,0.045621,0.017932,-0.026832,0.003797,-0.013042,0.021124,0.018193,-0.007158,-0.023342,-0.044347,0.063991,0.017041,0.064356,0.002163,0.006041,0.014108,-0.032297,0.02752,-0.056351,0.030576,0.046904,-0.011418,0.015348,0.014778,-0.051087,0.001469,0.02086,0.002943,-0.077149,0.029742,-0.036027,0.010494,0.013818,-0.04972,0.001119,0.007433,-0.007735,-0.093678,0.007608,-0.000774,-0.004311,0.009433,0.004077,-0.009695,0.034915,0.006761,0.020041,0.018057,-0.030058,-0.041164,0.028367,-0.049084,-0.000522,0.017617,-0.028563,-0.041103,0.035027,0.003005,-0.003261,-0.016174,-0.000344,-0.012002,-0.030133,0.009105,0.034104,0.019062,-0.003571,-0.009244,-0.030803,-0.010543,-0.013361,0.041106,-0.037148,-0.027854,0.004102,0.020091,-0.015239,-0.004549,0.005666,-0.006033,0.006101,-0.04569,-0.043836,-0.002681,0.014959,0.021129,0.044125,0.009007,0.010891,0.006124,0.005214,-0.030365,0.019391,0.038069,0.059515,-0.02193,-0.012725,0.00276,0.148713,0.019053,0.005424,0.019644,-0.008965,0.017357,-0.020094,-0.036468,-0.013927,0.026379,0.014101,0.026652,0.006968,-0.003585,0.005717,0.071741,-0.00153,0.009807,-0.013227,-0.015719,0.008171,-0.003766,-0.165302,0.004082,-0.022079,-0.000833,-0.011083,-0.00478,-0.019584,-0.011308,0.008302,-0.001336,-0.032018,0.029257,-0.033461,-0.017908,-0.014273,-0.027779,0.048618,0.009421,-0.009887,-0.007951,0.034188,0.091481,-0.051758,0.05882,0.008888,-0.018149,0.029026,0.011095,0.03744,-0.005699,0.017249,0.036274,-0.001193,-0.009867,0.030013,-0.000287,-0.005641,-0.000595,-0.021273,0.027414,0.046842,0.017748,-0.010551,-0.006081,0.021986,-0.014658,0.009896,-0.015362,-0.056177,0.003827,0.02357,-0.039884,-0.001428,-0.013566,0.062605,-0.011618,-0.000284,0.001588,-0.021123,0.040186,0.013192,0.031583,0.023384,-0.031645,-0.047887,0.003895,-0.011826,-0.019559,0.024909,-0.008078,0.024351,0.011648,0.027245,0.006272,0.047317,0.1029,0.000477,0.032665,0.009317,0.011742,-0.024657,0.019539,-0.00564,-0.024942,-0.007738,-0.019761,-0.022064,0.01159,0.021064,-0.020886,-0.020688,0.003788,0.010868,-0.010886,-0.072006,-0.001447,0.010559,0.023748,-0.009744,0.005234,-0.005113,0.000067,0.013426,0.041824,0.027916,0.024476,0.019813,0.005097,-0.007484,-0.011825,-0.01762,0.031905,0.010384,0.029109,-0.006211,0.05287,-0.023455,0.012362,-0.025642,0.044601,-0.01424,-0.051758,-0.025806,0.016578,-0.010391,0.022449,0.011168,-0.006979,-0.02478,-0.005904,0.019299,-0.03038,0.003622,-0.01618,-0.020229,-0.01014,-0.00904,-0.02553,-0.023954,0.009346,-0.030822,-0.115038,-0.009684,-0.004742,-0.003708,0.016758,-0.010217,-0.009728,-0.121744,0.025265,0.026001,-0.002534,0.019967,0.000629,0.029767,-0.015819,0.000208,0.015359,0.009743,-0.004431,-0.004359,-0.017731,-0.007336,0.007894,-0.025034,0.014846,-0.038611,-0.008234,-0.04237,0.024214,0.020935,-0.008794,-0.037751,-0.005521,0.005164,0.01798,0.001585,-0.039365,0.020066,0.013172,0.020947,-0.015749,-0.016305,-0.030034,0.044587,-0.009723,0.024049,0.010275,0.003486,-0.051179,-0.019276,-0.023034,-0.00793,0.007837,0.063577,-0.004674,-0.017571,0.050489,0.002685,-0.01523,-0.019942,0.060365,-0.001663,-0.019426,-0.035724,0.013653,-0.012969,-0.04512,0.006521,-0.030047,-0.027556,0.002865,0.008675,-0.004574,-0.024519,-0.021847,-0.006778,0.021041,0.014727,-0.000199,0.040013,-0.0238,-0.006359,-0.022286,-0.022084,0.012864,0.004564,-0.002349,-0.001511,-0.015153,0.011105,-0.019995,-0.044774,0.008329,-0.005292,-0.006504,0.001241,-0.01968,-0.006297,0.03664,0.017436,0.047211,-0.01559,0.017527,0.011875,-0.018679,0.011685,-0.05761,-0.010462,0.002176,0.013002,0.034858,-0.017537,-0.00385,0.036576,-0.008875,0.03088,0.000576,0.043517,0.112251,0.005524,0.032978,-0.018332,-0.022727,0.000454,0.031674,0.02757,-0.0184,-0.012073,-0.001502,-0.016383,0.017438,0.04591,0.046912,0.002414,-0.004367,-0.030924,0.0226,-0.005878,0.013733,0.013825,-0.019795,-0.034756,-0.000313,-0.02457,0.00234,0.012442,0.067112,-0.009551,0.009085,0.035824,-0.011041,-0.017914,-0.005809,0.010242,-0.007655,0.017428,0.016976,-0.008207,0.002151,-0.008163,0.016847,-0.042615,0.023553,0.028777,0.003827,-0.002017,-0.016123,0.083266,-0.012311,-0.010926,0.029448,-0.018826,0.011347,0.001602,0.013042,-0.007958,-0.022145,-0.01265,0.035479,0.030027,0.016127,-0.005873,-0.017337,-0.048289,-0.009171,0.060334,-0.022658,-0.03403,-0.002581,0.011724,0.025805,0.027181,0.000812,0.032339,0.022542,0.00416,0.017094,0.03778,0.753318,-0.017346,0.012048,-0.006485,0.013466,-0.000643,-0.012955,-0.010095,-0.020362,-0.010303,0.03408,0.0077,0.00446,0.006407,0.011286,-0.003906,0.03174,-0.028954,0.050172,-0.000269,-0.020157,-0.035954,0.060231,0.062886,0.005429,0.042996,-0.018075,-0.033081,0.039294,0.041938,0.008077,-0.011623,0.00057,-0.011747,-0.008607,0.017079,-0.00746,-0.007129,0.006034,-0.08537,0.0077,0.004426,0.002684,-0.050587,0.017495,-0.011033,0.034246,-0.014927,0.001242,-0.025253,0.004465,-0.005214,0.021425,0.043246,-0.003371,0.00577,0.01496,-0.040808,-0.01801,-0.00655,-0.001226,0.003911,0.023475,0.096006,0.011532,0.057578,-0.009759,-0.023015,0.020459,0.01215,0.031119,-0.077379,0.054989,0.019294,0.011191,0.010424,0.020922,-0.044011,-0.007275,-0.008049,0.037577,-0.06009,0.014389,0.023826,-0.034139,0.009137,-0.026423,0.026347,0.001604,-0.032252,-0.058789,0.035312,0.002776,-0.021353,0.009684,-0.014171,0.029733,0.009136,0.027966,-0.021399,0.054868,-0.000887,-0.013006,0.027195,-0.100254,-0.019678,0.041218,-0.004402,0.016175,0.10604,0.000918,-0.009913,0.002422,0.025486,-0.013717,0.007856,0.012683,0.01564,0.003253,-0.000479,-0.019473,-0.021774,0.03123,0.033644,0.002285,-0.06183,-0.061075,0.020474,0.036014,-0.042657,-0.046902,0.013139,0.03332,0.006783,-0.025141,-0.010397,-0.013886,0.007894,0.066727,0.011053,-0.015676,0.030367,0.036846,0.011871,0.014861,0.019964,0.0235,0.044662,-0.009801,0.000182,0.027816,0.104869,0.020512,-0.00111,0.015557,0.001095,-0.000096,-0.000314,0.001047,-0.032458,0.065718,0.012816,0.014703,-0.01319,-0.028653,0.027806,0.061526,0.0204,0.011782,-0.007915,-0.008786,0.020838,0.037925,-0.188064,-0.02368,-0.049549,0.011367,0.01579,-0.012105,-0.043621,-0.032367,-0.018536,-0.007452,-0.020489,-0.008323,-0.043163,0.001053,0.015188,-0.011699,0.043048,0.00937,0.018319,-0.015699,0.043113,0.069257,-0.025599,0.051732,0.031131,0.004966,0.013722,0.054539,0.025815,0.027824,-0.006492,0.045895,0.006023,-0.044988,-0.018838,0.009113,-0.018821,0.030101,-0.01911,0.017365,0.060915,-0.032603,-0.024897,-0.006057,-0.003635,-0.001378,-0.001574,-0.017119,-0.012423,0.001921,0.030494,-0.005671,0.010871,-0.004951,0.039006,-0.003639,-0.01602,0.031768,-0.051131,0.011011,-0.013901,-0.000893,-0.014411,0.021682,-0.045347,-0.019869,-0.002942,-0.027413,0.013434,-0.012009,-0.002199,-0.059659,0.004588,0.016554,0.041172,0.191873,0.00832,0.011205,0.027896,0.002535,-0.021144,0.013649,0.006974,-0.015201,-0.041819,-0.00514,0.002666,0.025488,-0.003116,-0.011455,0.002966,0.088217,-0.024896,0.003925,-0.073759,0.001812,0.028078,0.01182,0.003888,0.024119,0.002868,0.027482,0.015988,-0.001992,0.012389,0.007828,-0.010539,0.013567,0.016737,0.002032,-0.032086,0.000478,-0.004986,0.008568,-0.016268,0.048401,0.003594,-0.006114,-0.030711,0.024425,-0.032542,-0.023163,-0.004881,0.007811,-0.00396,0.019453,0.000348,-0.002668,-0.0358,0.031665,-0.010255,-0.008153,-0.026844,-0.001817,-0.009629,-0.006447,-0.00287,-0.012314,-0.010509,0.017561,0.022051,-0.070587,0.024553,0.014325,-0.025739,0.023154,0.036837,-0.009402,-0.040466,0.021682,-0.009672,-0.020701,-0.002228,-0.010987,0.00204,0.042047,-0.013156,0.032712,0.031799,-0.020249,0.047028,0.029263,0.046642,-0.005741,0.009004,0.026254,-0.010071,-0.022635,0.012872,0.005133,-0.011981,0.022266,-0.023238,0.02791,-0.024662,0.025367,0.029965,0.028083,0.015226,-0.011028,-0.006764,0.020789,-0.018296,-0.038119,-0.022012,-0.017571,0.009324,-0.032188,-0.017438,-0.029059,0.036733,-0.004257,0.000614,0.014162,-0.006478,0.010406,-0.014784,0.049464,0.004045,-0.013752,-0.01648,0.054286,-0.008483,0.008928,-0.013502,-0.019113,-0.005353,-0.006765,-0.02908,-0.008506,-0.002916,-0.012936,-0.000073,0.016349,0.016397,-0.015664,0.018808,0.011553,-0.025099,0.033083,-0.007043,-0.009842,-0.008151,-0.004524,0.019127,-0.026727,0.004691,-0.004165,-0.011737,-0.012573,0.02958,-0.030749,-0.050178,-0.007398,-0.004099,-0.019313,0.038482,0.011665,0.030808,0.03258,0.007921,0.027745,-0.01178,0.010579,0.006894,-0.008168,-0.01042,0.012531,0.013558,-0.018217,-0.008236,0.023089,-0.012415,0.001016,0.014892,-0.013583,0.023643,-0.012117,0.050901,0.112822,0.006184,0.002919,-0.008444,-0.023454,0.026928,0.017938,0.066991,0.003772,-0.008941,0.029958,-0.017653,-0.004779,0.024476,0.004572,-0.004308,0.013622,-0.007426,0.010955,-0.045514,0.019318,0.014105,0.00687,0.010328,0.028752,-0.00982,0.0103,0.033002,-0.0115,-0.023172,0.027401,0.018783,-0.012947,0.033507,-0.003944,0.017665,-0.040095,0.005755,-0.021932,0.028567,-0.012082,0.019599,-0.000492,-0.017414,0.027502,0.009267,-0.00186,0.027969,-0.032142,0.021591,0.016327,0.003038,0.029658,-0.026032,0.021456,0.009711,-0.001921,-0.010662,0.030486,-0.005835,0.033763,0.019048,0.012642,-0.011732,0.031857,-0.080097,-0.02524,0.028558,-0.016426,-0.002272,-0.026857,-0.021484,0.044906,0.01974,-0.005301,0.006823,0.016532,-0.038184,0.005559,0.015733,0.744134,-0.007886,0.003615,0.000067,0.018674,0.026449,0.00974,-0.012633,0.038036,-0.010207,0.005597,-0.008771,0.003867,-0.000686,0.041869,0.005816,0.008142,-0.035889,0.03487,-0.013129,-0.030765,-0.054029,0.019814,0.018619,-0.020429,0.057546,0.020387,-0.004334,0.003299,0.039472,0.003951,-0.007167,-0.030259,-0.043437,0.002305,0.018588,-0.001693,0.044496,0.041176,-0.082159,-0.016922,-0.010094,0.040662,0.003748,0.010293,-0.047734,0.025936,0.011091,0.013003,-0.041678,0.008302,0.016922,0.014616,0.054891,-0.018578,-0.013048,0.004708,-0.027793,0.00158,0.021236,-0.010294,0.004044,-0.017864,0.040815,0.024656,0.041927,0.006951,0.02548,0.002012,0.034369,0.034971,-0.090225,0.026528,0.031149,-0.007907,0.008908,0.019307,-0.032333,0.00252,-0.027395,-0.000552,-0.071509,0.032479,0.000458,0.002294,0.009826,-0.055713,0.003542,0.021576,-0.039047,-0.048185,0.012737,0.010418,-0.011735,0.002032,-0.017049,0.001219,0.050092,0.013948,0.009608,0.018589,0.002426,0.004585,-0.011295,-0.056722,0.01308,0.027734,0.004608,0.009315,0.028729,0.013068,-0.015567,-0.021605,-0.020511,0.004788,-0.006982,0.00485,0.010425,0.021968,0.010109,0.004904,-0.019913,-0.008282,-0.007841,0.026723,-0.041195,-0.052754,0.038108,0.012901,-0.019523,-0.012331,0.007472,-0.012465,-0.018785,-0.024806,-0.028446,-0.000772,0.015855,0.014731,0.026629,0.009739,0.02155,0.001394,0.029212,-0.000646,0.01494,0.009893,0.012555,-0.002151,-0.02101,0.004167,0.125858,0.010302,0.015179,-0.012916,0.000113,0.016684,-0.008342,-0.032571,-0.00469,0.048872,0.004602,0.036783,0.013725,-0.008597,0.009154,0.069504,-0.002204,0.019169,-0.010921,0.006203,-0.004468,0.012887,-0.195514,0.017615,-0.034714,0.008037,0.022352,-0.003053,-0.011764,-0.017616,-0.01735,-0.019041,-0.008811,-0.017692,-0.043608,-0.00284,0.026964,-0.019122,0.051819,-0.012659,0.013817,-0.005513,0.063442,0.082597,-0.022316,0.062626,0.015806,0.000146,0.022321,0.002291,0.019113,-0.014525,0.013186,0.034119,-0.000156,-0.02086,0.005829,0.000909,-0.024942,0.039979,-0.039616,0.024739,0.023692,0.01915,-0.010048,0.004829,0.005276,-0.000719,0.011253,-0.011815,-0.040365,-0.005865,0.016967,-0.02728,0.000189,-0.027624,0.030663,0.014319,-0.008354,-0.008059,-0.027884,0.028139,-0.012471,0.021328,0.017063,-0.007756,-0.051857,0.015142,-0.010403,-0.029745,0.028542,0.007777,0.025474,0.000378,0.023633,0.038818,0.031879,0.156252,0.011726,0.036501,-0.005328,0.026312,0.00242,-0.006139,-0.01848,-0.015426,-0.03029,-0.009676,0.013561,0.010139,0.015233,-0.021165,-0.025066,0.050928,0.00709,0.006887,-0.047551,0.031042,0.027161,0.029385,-0.002129,0.016641,-0.008068,-0.002667,-0.005572,0.011888,0.007624,0.029512,0.022321,0.032648,-0.012113,-0.005231,0.001338,0.016064,-0.018571,0.013211,-0.016812,0.048305,-0.011822,-0.000268,-0.028712,0.017593,-0.004252,-0.061242,-0.007836,0.014526,-0.016101,0.020494,-0.017831,-0.009283,-0.032355,0.004401,0.015431,-0.000435,-0.008801,-0.019814,-0.023202,-0.001294,0.011181,-0.026787,-0.034984,0.021872,-0.028289,-0.114036,0.0217,0.009757,-0.005601,0.046965,0.028534,-0.007376,-0.120821,0.041607,-0.01647,0.021468,0.008827,-0.014498,-0.004627,0.011602,0.001058,0.028787,0.040027,-0.008262,0.00707,-0.006003,0.007757,0.004166,-0.008374,0.022665,-0.015862,-0.004771,-0.027028,0.022256,0.030648,0.012783,-0.017672,-0.005053,0.003694,0.019995,0.014859,0.01275,-0.009807,0.009543,0.021878,0.017116,-0.022878,-0.031323,0.018126,-0.017646,0.014858,0.0054,-0.028307,-0.03458,0.01215,0.004601,0.025029,0.006879,0.101621,0.008807,-0.025803,0.040985,-0.001023,-0.011463,-0.012993,0.044254,-0.011875,-0.000417,-0.036874,-0.016187,-0.017181,-0.036638,-0.020721,-0.004261,-0.023077,0.012036,-0.021678,0.013346,-0.010994,-0.016928,0.00259,0.021767,0.018481,0.0197,0.014878,-0.012789,-0.038853,-0.048819,-0.006643,-0.000417,0.04786,-0.003963,-0.005812,-0.016772,0.030368,-0.009972,-0.050585,-0.00897,-0.004584,0.007967,0.001759,-0.039639,0.005456,0.031344,0.028206,0.021112,-0.012389,0.019688,0.008166,-0.022275,0.004665,0.004164,0.020985,-0.007997,-0.011397,0.003853,-0.05186,-0.013626,0.027766,-0.001869,0.016434,0.006395,0.006542,0.110302,0.004554,0.008498,-0.004853,-0.01231,0.015008,0.037902,0.03596,-0.017402,-0.015641,-0.000146,-0.020049,-0.01971,0.01438,0.041673,-0.000398,-0.006063,-0.015616,0.015969,-0.028108,0.101373,0.023697,-0.011188,-0.030974,-0.003669,-0.000891,-0.011297,0.014012,0.023033,0.00323,0.013288,0.033832,-0.013667,-0.006233,-0.001487,0.024013,-0.019712,0.010664,-0.015183,0.019712,0.029933,-0.032972,-0.012556,-0.019457,0.020544,0.024668,-0.004401,-0.001174,-0.019082,0.072115,0.004137,-0.015834,0.027313,-0.022792,0.011929,0.014744,-0.005354,0.004569,0.026132,-0.00166,0.026629,0.013376,0.022248,-0.016013,0.012148,-0.064171,-0.025355,0.047517,-0.014787,-0.020091,-0.003435,-0.006359,0.017642,0.012989,0.000884,-0.005475,-0.012274,-0.016515,0.019919,0.015275,0.762904,-0.01126,0.016188,-0.013506,0.002571,0.001494,0.012162,-0.009147,0.007245,-0.000539,0.010427,-0.012435,0.009973,0.033591,0.029278,-0.014739,0.012,-0.009905,0.02662,-0.042312,-0.033481,-0.029028,0.028093,0.043857,-0.005982,0.069504,0.011721,-0.029631,-0.011191,0.048169,-0.023537,-0.014963,-0.047592,-0.022414,-0.019412,0.006959,-0.031812,0.018495,-0.001316,-0.082052,-0.009789,0.019795,0.024655,-0.009702,-0.015209,-0.000976,0.027133,0.003165,-0.011272,0.000584,0.009983,-0.021193,0.006643,0.050712,-0.018308,0.001004,0.003869,-0.029234,-0.009992,0.012015,0.004473,-0.01093,-0.008323,0.061907,0.019026,0.055273,-0.007762,0.005251,0.030055,0.012177,0.039195,-0.065844,0.029152,0.019438,-0.005127,-0.004215,0.009541,-0.031629,-0.022623,-0.025827,0.018064,-0.069335,0.011,0.032195,-0.000909,0.006954,-0.04296,0.02184,0.013127,0.005345,-0.066819,0.03612,-0.003087,-0.025649,-0.00594,0.003375,0.002244,0.055428,0.016649,-0.00082,0.017972,-0.016605,0.006863,0.014094,-0.047024,-0.009653,0.003132,-0.020368,-0.00419,0.058597,0.009449,-0.003123,-0.014735,-0.009789,0.001339,-0.008369,0.028352,-0.001042,-0.003669,0.018253,-0.001812,-0.02135,0.000208,0.014108,0.002863,-0.04751,-0.031607,0.024484,0.008301,-0.01287,0.012771,-0.006803,-0.011884,-0.013135,-0.013674,-0.015607,0.007858,-0.000488,0.02497,0.037476,-0.00446,0.01596,-0.017866,0.007098,0.021493,0.010839,0.016159,0.009255,-0.004041,0.003894,0.040538,0.14551,0.02002,-0.009444,0.009107,0.017663,0.009409,-0.000196,-0.004491,-0.027412,0.050254,0.039026,0.034857,0.016742,0.00393,0.015633,0.08084,0.020184,0.01547,0.00004,-0.005653,0.006649,0.019593,-0.172507,0.008302,-0.030857,0.014848,0.005658,-0.015818,-0.015042,-0.019032,-0.004868,-0.017576,-0.002916,-0.005185,-0.035566,0.006956,0.0245,-0.001168,0.033274,-0.008243,-0.003507,0.007001,0.031769,0.105287,-0.036111,0.092784,0.0184,-0.00381,0.005068,-0.000586,0.011898,-0.0036,-0.003068,0.051592,0.010204,-0.038948,-0.023063,0.012085,-0.01725,0.023037,-0.023149,0.006306,0.026276,0.00282,-0.003618,0.008829,-0.021541,-0.013786,0.016641,-0.035026,-0.003029,-0.001754,0.002382,-0.011389,0.008775,0.000513,0.041782,0.002456,0.00198,-0.0054,-0.040291,0.013073,0.013091,0.015827,0.002664,-0.020761,-0.050371,-0.000998,-0.016498,-0.046796,0.006668,0.005226,0.022759,-0.035259,-0.0187,0.02382,0.014125,0.131429,0.013868,0.005473,0.001135,0.02189,-0.016744,0.01656,0.017883,-0.049359,-0.017213,0.026644,0.039022,0.010068,0.013908,-0.020855,-0.029556,0.032787,0.01135,-0.019133,-0.047622,0.018791,-0.014985,0.02472,0.006991,0.03031,0.006187,-0.011735,0.007362,0.017001,0.010689,0.036072,0.029625,-0.002522,0.001253,-0.000478,-0.052966,0.033123,-0.015977,0.008404,-0.028018,0.042465,-0.005237,0.011789,-0.059637,-0.008068,-0.00109,-0.044356,-0.015193,0.04037,-0.010051,0.008094,-0.025415,-0.002707,-0.016173,0.010029,0.020534,-0.005519,0.009866,-0.016521,-0.016688,0.006131,-0.000963,-0.029188,-0.009272,0.006299,-0.042861,-0.070135,0.00771,-0.007437,0.002406,0.049297,0.020382,0.016564,-0.04463,0.025109,-0.032068,0.050908,0.031955,-0.030924,-0.023969,0.011698,-0.006791,0.033352,0.033209,-0.023154,0.007351,0.006476,0.019829,-0.015905,-0.007354,0.034625,-0.040027,-0.012638,0.025381,-0.002769,0.004821,0.030206,-0.032266,-0.000787,-0.003362,0.032168,0.015997,-0.011909,0.014177,-0.016151,0.001341,0.010705,-0.016081,-0.010772,0.000643,-0.003175,-0.007402,-0.000671,-0.036681,-0.030915,-0.001626,-0.030201,0.047493,0.013561,0.102696,0.019119,-0.029746,0.048873,0.022373,0.00779,-0.018516,0.046524,0.016271,-0.022526,-0.025112,-0.005864,-0.009605,-0.030863,-0.017182,-0.012885,-0.015637,-0.003818,0.022014,0.024551,0.009029,-0.037051,0.012723,0.008926,-0.01199,-0.015524,0.008381,-0.021434,0.003229,-0.027137,0.000836,0.003586,0.040829,-0.02411,0.010231,0.007182,0.002222,-0.012972,-0.043238,-0.007001,0.000158,0.015411,0.013342,-0.032019,-0.004393,0.038296,0.025932,0.014649,-0.01398,0.014029,0.035778,-0.001326,-0.012785,0.038812,0.016745,-0.030625,0.001629,0.008927,-0.027922,-0.001614,0.007321,0.001501,0.003503,-0.001011,0.033631,0.118181,0.001971,0.01251,-0.018522,-0.017418,0.01244,0.047027,0.023009,-0.013706,-0.007611,0.002773,-0.033486,-0.031061,0.036604,-0.0039,-0.023025,-0.007738,-0.013357,0.017224,-0.021946,0.077992,0.013627,0.009523,-0.007601,0.00452,-0.011007,-0.007133,0.006666,0.040612,-0.02466,0.037088,0.032914,-0.016149,-0.00917,0.00489,0.044782,-0.015775,0.011613,0.010807,-0.012052,0.001292,-0.017317,0.003865,-0.030431,0.011967,0.023473,-0.005532,0.021438,-0.000426,0.063377,-0.025755,-0.047083,0.017647,-0.018575,0.014419,0.027665,0.012371,-0.015767,0.032465,-0.012794,0.014342,0.015269,0.012245,-0.015151,-0.002753,-0.027355,-0.031836,0.047192,0.008865,0.013473,-0.036694,-0.017068,0.036824,0.012695,-0.011108,-0.002832,-0.016242,-0.005586,-0.003458,0.002849,0.774903,-0.010126,0.020553,-0.005625,0.016868,0.021158,-0.023482,-0.010266,0.00026,0.000361,0.042213,-0.01129,-0.007161,0.004347,0.022522,-0.019709,0.010942,-0.000186,0.028981,-0.041311,-0.03068,-0.032078,0.045365,0.005931,0.006745,0.061217,0.021027,-0.038283,-0.002232,0.003835,0.001646,-0.009791,-0.035646,-0.018051,-0.027355,0.009537,-0.019266,0.041845,-0.006716,-0.092861,0.019868,0.001859,0.010735,0.003436,0.022288,-0.028282,0.030026,-0.003211,-0.008619,-0.011467,0.014784,-0.014217,0.008622,0.046432,-0.00187,-0.013796,0.007733,-0.002102,-0.00845,0.016292,0.012711,-0.038225,-0.005461,0.075543,0.025812,0.046682,0.007101,0.000972,0.0372,0.021351,0.053639,-0.059451,0.034124,0.010697,-0.015422,0.02094,0.012965,-0.041367,-0.023353,-0.014707,0.025288,-0.074295,0.013267,0.001444,0.004865,0.007854,-0.026952,0.016188,0.007791,-0.004933,-0.062907,0.049352,0.026532,-0.019552,-0.010402,0.005744,-0.012901,0.041788,-0.002004,0.007943,0.018434,-0.0298,0.00283,0.029432,-0.047168,-0.003742,0.019946,-0.006352,-0.036387,0.068415,-0.007367,-0.014985,-0.019164,0.004432,-0.019183,-0.010131,0.025387,-0.001517,0.009966,0.015091,-0.026078,-0.021115,0.008485,-0.005476,0.032121,-0.044692,-0.02051,0.032102,0.00067,-0.015454,0.016308,0.001109,0.002526,-0.020835,-0.01215,-0.023663,0.002325,0.012951,0.026432,0.030856,0.007269,0.017241,-0.020323,0.002325,0.022842,0.035275,0.01252,0.005291,-0.006719,0.008502,0.026164,0.149289,0.0188,0.000462,0.017361,0.012423,0.010358,0.001536,-0.016116,-0.027478,0.031424,0.036412,0.014892,0.014364,0.011969,0.011155,0.09031,0.014598,-0.002939,-0.00044,0.013793,0.014181,0.004321,-0.142896,0.004222,-0.037632,0.007823,-0.007649,-0.003537,-0.044944,-0.030287,-0.01795,-0.030706,-0.002279,0.015201,-0.057219,-0.007595,0.036357,-0.00828,0.007356,0.019904,-0.000765,-0.017648,0.037763,0.125109,-0.033361,0.095041,0.038303,-0.010172,-0.010356,0.021813,0.022721,0.007853,-0.010641,0.053797,0.007775,-0.036103,-0.023087,0.023299,-0.019645,0.020522,-0.008475,0.020386,0.041903,-0.003586,-0.016412,0.001401,-0.018163,-0.013959,0.020748,-0.025214,-0.018178,-0.017293,-0.000049,0.00012,0.009926,0.001971,0.049641,-0.024624,0.018975,-0.000837,-0.011196,0.028036,0.013363,0.025117,0.005011,-0.013712,-0.04501,-0.01387,-0.014043,-0.036465,0.003288,-0.004508,0.012191,-0.037544,-0.030891,-0.000622,0.012612,0.106461,0.007,0.01847,0.003367,0.007717,-0.015066,-0.002491,0.017251,-0.035065,-0.005986,0.027843,0.024105,0.004127,0.006706,-0.020471,-0.043088,0.035902,0.015176,-0.009987,-0.063594,0.00893,-0.003499,0.035644,-0.005649,0.023473,0.001816,-0.026368,0.014032,0.015979,0.027364,0.014385,0.015592,0.004024,0.007549,-0.000812,-0.052074,0.037583,-0.001714,0.006204,-0.009652,0.026635,-0.012241,-0.002354,-0.036303,0.029629,0.014738,-0.048727,-0.004895,0.044952,-0.011044,0.017781,-0.011071,0.003339,0.003141,-0.000168,0.018212,0.001289,0.031489,-0.003234,-0.013298,0.012458,-0.00034,-0.018464,0.003987,0.016422,-0.031233,-0.100873,0.012104,-0.006761,0.001092,0.062833,0.004282,-0.005809,-0.055206,0.03882,-0.025825,0.067269,0.021847,-0.021467,0.000545,-0.000523,-0.0117,0.026968,0.013166,-0.013212,0.004923,0.003225,0.022119,-0.008166,-0.013256,0.016018,-0.057243,-0.013241,0.00609,-0.003409,0.009097,0.024258,-0.04949,0.030249,0.002958,0.025107,0.02628,-0.019879,0.01169,-0.021422,-0.005219,0.006144,-0.031648,-0.009204,0.001066,0.000135,-0.004681,0.00895,-0.01967,-0.038809,-0.007879,-0.012958,0.026783,0.031058,0.071255,0.013486,-0.046288,0.047291,0.005817,0.014107,-0.001215,0.054955,0.015856,-0.034588,-0.033582,0.003277,-0.032442,-0.037005,-0.021859,-0.011403,-0.000449,-0.018033,0.010852,0.007972,-0.011166,-0.046015,0.018966,0.010779,-0.025872,-0.002893,0.025064,-0.016682,0.035528,-0.020059,0.006075,0.003948,0.039716,-0.025455,0.016036,0.01677,-0.016702,0.005755,-0.012578,0.000586,-0.002349,0.026236,0.023149,-0.018889,0.004883,0.039574,0.028449,0.02241,-0.018483,0.007899,0.067282,-0.004451,-0.019977,0.00438,0.00312,-0.036046,0.003226,0.001656,-0.034823,0.009677,0.021837,0.002541,0.016271,-0.004351,0.03666,0.119319,0.003722,0.003755,-0.025559,-0.007107,0.004963,0.029278,0.026777,-0.020163,0.002497,0.012576,-0.018028,-0.031812,0.046984,0.001583,-0.025282,0.004331,-0.038872,0.015664,-0.032136,-0.001759,0.023032,0.009114,-0.01534,0.017417,-0.010982,-0.016543,0.000926,0.054595,-0.011246,0.031827,0.038261,-0.041853,0.014084,-0.023644,0.028166,-0.028092,-0.004153,0.020148,-0.001785,-0.005252,-0.00754,-0.017832,-0.019649,0.014975,0.022748,0.008329,0.02199,0.005407,0.026414,-0.015863,-0.023506,0.024165,-0.013955,0.008579,0.012171,0.021279,-0.014531,0.029642,0.01349,0.017118,-0.008984,0.003569,-0.016117,0.003505,-0.047618,-0.02968,0.054221,0.001352,0.002643,-0.028627,-0.017251,0.040454,0.009386,-0.01403,-0.000203,-0.021293,-0.009153,0.004376,-0.008222,0.769438,0.000444,0.013758,-0.022766,0.005702,0.006083,-0.041265,0.01963,-0.025878,0.00214,0.034643,0.000134,-0.01287,-0.00196,0.010615,-0.006203,0.034765,0.006741,0.030706,-0.037989,-0.037742,-0.034171,0.044242,-0.010457,-0.002559,0.06185,-0.005094,-0.017572,-0.003047,0.015937,-0.01378,-0.004988,-0.024337,-0.028901,-0.034878,0.010981,-0.018966,0.021517,0.003975,-0.104091,0.018401,0.000357,-0.00991,-0.012381,-0.004632,-0.002461,0.022462,0.009717,-0.01175,-0.005616,0.023027,-0.006173,0.008546,0.051928,-0.004796,-0.018629,0.011612,-0.017678,-0.019007,0.005577,0.010091,-0.025839,-0.010969,0.089963,0.007163,0.055952,0.019531,-0.003215,0.023117,0.035433,0.06249,-0.075798,0.025715,0.026825,0.000186,0.002458,0.017291,-0.035091,-0.004914,-0.014079,0.055914,-0.087685,0.042489,0.032966,-0.021181,0.018141,-0.026761,0.023667,0.05412,-0.01258,-0.016824,0.008939,-0.013695,-0.007121,0.022962,0.005433,-0.004026,0.048269,0.021273,-0.037139,0.010072,-0.025434,-0.002592,-0.000062,-0.04061,-0.019284,-0.010028,-0.012733,-0.045583,0.035231,0.024247,-0.000855,-0.009682,-0.039198,-0.00214,-0.005365,0.033447,0.022549,0.011066,-0.01555,-0.002633,-0.008512,-0.008279,-0.032068,0.04059,-0.063192,-0.058354,0.011129,0.029827,-0.02814,-0.026793,-0.006337,-0.015364,-0.033043,-0.048409,-0.034087,-0.013655,-0.007222,0.034417,0.021171,-0.023329,0.034584,0.024644,0.003657,0.004998,0.014091,0.02705,0.048606,0.004948,-0.006194,0.024207,0.132397,0.025681,-0.02294,-0.005897,-0.01129,0.00108,0.020147,-0.016924,-0.00427,0.09402,0.013022,0.036966,0.001803,-0.002558,0.024784,0.075704,-0.000875,0.019306,0.009167,0.004249,-0.000044,0.004282,-0.173796,0.010227,-0.036197,0.014064,-0.005164,-0.034288,-0.021609,-0.021983,-0.003981,-0.028754,0.009632,-0.000631,-0.033971,0.012214,0.016103,-0.030812,0.027966,-0.011951,0.024446,-0.012737,0.025815,0.07833,0.012617,0.097896,0.020902,0.042467,0.003574,-0.009524,-0.009584,0.00692,0.001522,0.024642,0.013809,-0.053522,-0.021549,-0.005672,-0.015623,0.026503,-0.035075,-0.015231,-0.006914,-0.002,-0.020333,0.009009,-0.028228,-0.007481,0.006978,-0.01021,-0.016272,0.009902,0.008599,0.013222,-0.009246,-0.002088,0.032701,0.005996,0.039697,-0.003115,0.013758,-0.000574,-0.02707,0.009414,0.015196,-0.009143,-0.055996,0.012828,-0.006635,-0.046499,-0.009201,-0.015409,0.024573,-0.048144,0.005144,-0.003004,0.007605,0.125317,0.021926,0.005691,-0.024356,0.010485,0.006866,0.047152,-0.012237,0.013715,0.007136,0.035608,0.017457,-0.000702,0.01888,-0.049854,-0.0208,0.038764,0.016253,-0.009853,-0.054892,-0.000069,0.048499,0.00931,0.017836,-0.003207,-0.065469,0.000877,0.017094,0.03572,0.001945,0.063665,0.012388,-0.017964,0.003109,-0.004326,-0.001821,0.010471,-0.027,0.023325,0.002956,0.07963,0.004662,-0.016034,-0.023695,0.027362,-0.028657,-0.054803,-0.038548,0.021266,-0.024319,0.009741,-0.031804,-0.00178,-0.053234,0.030627,0.025931,-0.000639,0.008218,-0.00508,-0.030174,-0.010703,0.007639,-0.023104,-0.049936,0.011736,-0.008662,-0.087662,0.018804,-0.004719,-0.035384,0.071914,0.003963,-0.013862,-0.016306,0.016217,-0.008534,0.085981,0.006053,-0.018767,-0.021213,0.024374,0.015327,-0.001718,0.006525,-0.007333,-0.02549,0.000371,0.019197,-0.009383,0.006895,0.032147,-0.00928,0.012274,0.018603,0.013547,0.032785,0.004991,-0.034225,-0.014788,-0.012408,0.044118,0.008221,-0.012903,-0.000598,0.006548,-0.000627,0.042406,-0.002014,-0.031061,0.005671,0.007551,0.004918,0.014698,-0.018549,-0.047705,0.040935,0.004185,0.010003,-0.002973,0.100553,0.018858,-0.029294,0.014959,0.029714,0.011345,-0.018492,0.045896,-0.038403,-0.02052,-0.016887,0.01019,-0.005079,-0.039026,-0.023551,0.005358,-0.041835,-0.01309,-0.005543,-0.01205,0.004405,0.00468,-0.018537,-0.012865,-0.000079,0.03002,0.015962,-0.007526,-0.051688,-0.037216,-0.047489,-0.007933,0.036602,-0.029591,-0.004109,0.007328,0.042771,-0.00248,-0.039814,0.031981,0.012911,-0.002499,0.002402,-0.017382,0.015493,0.036252,0.025218,0.036524,-0.005192,-0.004011,0.00614,-0.012682,0.01965,0.042425,0.023996,-0.016885,0.010624,0.033568,-0.016103,-0.028734,0.010371,0.016658,0.03703,-0.00503,0.023273,0.113487,0.013559,0.015963,-0.020672,-0.013675,0.0184,0.052968,0.044077,-0.014931,-0.042346,-0.000799,-0.0168,-0.013251,0.036586,0.007111,-0.003815,-0.022297,-0.003731,0.025213,-0.030258,0.10057,0.017003,0.018768,-0.001761,0.032265,0.004689,-0.018757,0.010093,0.000077,0.00219,0.021334,-0.003795,-0.026579,-0.00798,0.01877,0.027608,-0.041739,-0.00322,0.00711,-0.008279,0.023616,-0.022279,-0.00143,-0.000904,-0.001939,0.032351,-0.02035,0.004867,0.010607,0.040503,0.00212,-0.029349,0.017595,-0.004073,-0.020177,0.035995,0.037916,0.013143,0.021333,-0.014538,0.012412,-0.008959,0.011321,-0.010552,-0.014962,-0.037177,0.002108,0.030839,-0.007322,0.018016,-0.001567,0.014604,0.014435,0.018618,0.018546,-0.012354,-0.024853,0.010524,-0.000722,0.017933,0.743297,-0.006091,0.014505,-0.01973,-0.001818,0.020529,0.002799,0.0092,-0.028378,-0.004005,0.002242,-0.017965,-0.000543,0.026653,0.030053,-0.018573,0.022337,-0.021178,0.032907,-0.019261,0.001256,-0.007493,0.022632,0.028857,-0.013682,0.068053,0.032707,-0.024379,-0.004392,0.015208,-0.016983,0.018102,-0.037428,-0.002733,-0.019782,0.01033,-0.012524,0.011861,0.044329,-0.083151,0.013945,-0.006857,0.019931,0.008864,-0.000116,-0.026044,-0.00637,-0.021355,0.009408,0.006785,0.030101,0.027043,0.007923,0.022298,-0.006108,-0.038098,0.006808,-0.015054,-0.016258,0.007229,0.023933,-0.01677,-0.007825,0.059824,0.012113,0.068056,0.014679,-0.016486,0.027963,0.034867,0.078368,-0.103372,0.039067,0.003382,-0.000804,0.01617,0.019213,0.017234,0.035651,-0.018655,0.009729,-0.094624,0.023852,0.011483,0.018603,0.011484,-0.055348,-0.013004,-0.027337,-0.021794,-0.051347,0.016721,-0.024656,-0.024554,0.007949,-0.010944,0.030031,0.050882,0.003553,-0.020313,0.00745,-0.00237,0.000669,0.018634,-0.040439,0.011527,0.002705,0.005492,0.033828,0.037523,0.019005,-0.017217,0.015375,0.00315,-0.012576,0.023922,0.012584,0.038247,0.028484,-0.00944,0.003496,-0.005101,0.004967,-0.012783,0.000968,-0.086375,-0.019714,0.028607,0.026024,-0.025869,0.033931,0.038204,-0.00828,-0.002886,-0.055175,-0.024072,-0.002908,-0.007337,0.013603,0.011593,0.028938,0.024397,0.008699,0.004068,0.048321,-0.004077,-0.015436,0.007937,-0.016095,0.003956,0.046873,0.106653,0.008901,-0.020948,0.029914,0.002035,0.014179,0.009471,-0.031666,0.007008,0.025918,0.024283,0.060824,0.004295,0.006923,-0.017606,0.055936,-0.012371,0.031514,-0.020796,0.012045,0.019446,-0.018234,-0.096508,-0.008667,-0.05667,0.01855,-0.002706,-0.018449,-0.006016,-0.014855,-0.006411,-0.004765,-0.001547,-0.018984,-0.025444,0.009801,0.054622,-0.025476,0.03064,-0.025264,0.013737,0.003652,0.093938,0.107388,-0.016821,0.019469,0.010072,-0.032094,-0.007117,0.028591,-0.004089,-0.008692,-0.028703,0.083462,0.029226,-0.044081,-0.008577,0.013059,-0.032127,-0.006766,-0.001498,0.006829,0.046487,-0.025928,-0.036355,0.010193,0.002844,-0.012927,0.020852,-0.033184,0.005358,-0.006634,0.046467,-0.026432,0.000507,-0.018036,0.025585,0.000943,0.011008,-0.007692,-0.01182,0.006673,-0.014134,0.000394,-0.040466,-0.03964,-0.029821,0.015168,0.021402,-0.051427,0.020485,0.003047,0.002933,-0.015613,0.021741,0.018574,0.018318,0.206535,0.00691,0.022583,0.010053,0.007982,0.037047,0.031376,0.01739,-0.046628,-0.036643,-0.018929,-0.018546,0.046407,-0.010759,0.006273,-0.009449,0.071291,-0.002522,-0.001449,-0.059137,-0.032268,0.032339,-0.00464,0.002375,0.003163,0.01126,-0.010981,0.005323,-0.000294,0.037061,0.052637,0.037443,0.00569,0.007358,-0.013952,-0.046505,0.029802,0.017631,-0.016647,-0.022007,0.016946,-0.015751,-0.014826,-0.029816,0.014621,0.001289,-0.037155,0.013857,0.066075,-0.025787,0.00404,-0.013121,0.004738,-0.060285,0.03283,-0.006624,0.018057,-0.02739,-0.010145,-0.004491,-0.018773,0.01837,-0.017235,0.007983,-0.011757,-0.008492,-0.049057,0.023015,0.009288,0.011979,0.047564,0.025814,-0.035105,-0.057742,0.017005,-0.027361,0.120064,0.009978,-0.027188,-0.004891,0.028805,0.006021,0.043937,0.029573,-0.013434,-0.005107,0.014837,-0.008202,-0.001482,0.029445,0.017164,-0.022876,-0.012393,0.040473,0.000051,0.019586,0.014794,0.002665,-0.013515,-0.017494,0.042704,-0.002371,-0.027594,0.001978,0.020094,0.031485,0.049293,-0.015387,-0.020487,-0.021219,-0.031565,0.009168,-0.018869,0.002516,-0.042053,0.025329,-0.010822,0.00487,0.007936,0.096356,0.00603,-0.022395,0.051064,0.032416,-0.002951,-0.036791,0.0453,0.003982,-0.025857,-0.019357,-0.006514,-0.002403,-0.014092,-0.045421,0.00184,-0.032426,0.022104,-0.031143,0.00098,0.007104,-0.019583,0.018838,0.003642,-0.01891,0.009469,-0.018159,-0.002381,-0.009135,-0.028679,-0.039878,0.013488,0.038877,-0.001195,-0.019115,-0.026976,0.04508,-0.030381,-0.043346,-0.011592,0.02562,0.00145,0.046092,-0.028884,0.008382,-0.000148,0.045038,0.025723,0.008825,0.010244,0.011881,-0.00172,-0.03326,0.118906,0.017395,-0.028079,0.003916,0.002483,-0.027579,-0.01209,0.028171,0.028242,0.010288,0.029108,0.025476,0.116576,0.014968,0.003958,-0.020425,-0.011882,0.013542,0.028195,0.043469,-0.016773,0.012392,0.01698,-0.016834,0.014788,0.078841,0.00786,-0.005845,-0.00891,-0.007685,0.008147,-0.014685,0.08568,0.015507,-0.011671,-0.017646,0.019552,0.015231,-0.005455,-0.000756,0.027351,0.003377,0.039129,0.041129,-0.004001,-0.010487,-0.009738,0.029594,-0.033607,-0.014903,-0.021531,-0.005304,-0.006993,-0.034305,-0.006519,-0.005301,0.036411,0.00329,-0.010315,0.026534,0.026825,0.029189,0.001755,-0.017915,0.030191,-0.038881,-0.024729,0.050008,0.00489,-0.003338,0.048424,0.018106,0.02293,-0.031366,0.013165,-0.030274,0.030737,-0.04594,-0.005047,0.028966,-0.035124,0.004246,-0.04847,-0.0054,0.026548,-0.005132,-0.015659,0.008872,-0.028929,-0.008358,0.009692,-0.008685,0.717292,-0.00541,0.024204,0.01396,0.007315,0.020247,-0.007593,-0.016731,0.005517,-0.017064,-0.005888,-0.00039,-0.021753,0.023925,0.023806,-0.019219,0.009471,-0.009307,0.012598,-0.017917,-0.039906,-0.027821,0.021588,-0.00081,-0.000242,0.093478,0.019562,-0.018615,-0.00265,0.007537,-0.023542,-0.015544,-0.046359,-0.014309,-0.015962,-0.015212,-0.026411,0.041448,0.023735,-0.061731,0.02732,-0.045405,0.038156,0.011859,-0.003152,-0.017807,0.061596,0.018966,-0.00881,-0.037867,0.003648,0.010614,0.005062,0.017915,-0.001498,-0.003895,0.009868,-0.029206,0.004732,0.007896,0.015727,-0.020673,-0.002084,0.00809,0.041851,-0.031078,0.013675,0.015022,-0.013418,0.024752,0.046507,-0.103833,0.026191,0.035829,0.006844,0.016995,0.017039,-0.017475,0.007211,0.017017,0.036256,-0.08447,0.028408,0.046315,-0.002755,-0.017755,-0.029331,0.025743,0.048922,-0.036885,-0.01835,0.005561,-0.025725,-0.034482,0.036138,0.014878,0.007346,0.041298,0.033307,-0.019341,0.003686,0.003313,0.010943,-0.005371,-0.056324,-0.011687,-0.023403,-0.006034,0.014599,-0.014791,0.02599,0.001203,0.001096,-0.029583,-0.000782,-0.010851,0.053953,0.022122,0.001461,-0.013675,0.011699,-0.02861,0.000313,-0.010191,0.022377,-0.04866,-0.04395,0.031537,0.031869,-0.00402,-0.045739,0.008063,-0.02958,-0.039191,-0.001585,-0.026259,0.005603,0.009548,0.015951,0.027625,-0.036686,0.018542,0.016725,0.012365,0.016144,0.011388,0.008492,0.059411,-0.02169,-0.004417,0.055336,0.152408,0.03864,0.001471,-0.001865,-0.021212,0.002451,0.029536,-0.029374,-0.0149,0.077755,-0.007451,0.031722,0.008284,0.004571,0.017594,0.047526,0.007608,0.010476,0.012296,-0.007376,-0.001825,0.01717,-0.246888,0.001286,-0.034512,0.022405,0.010624,-0.029166,0.015788,-0.031963,0.014959,-0.01952,-0.028054,-0.006004,-0.017813,0.027084,-0.015955,-0.037602,0.02221,-0.026132,0.005601,-0.000792,0.065125,0.089107,-0.006279,0.115533,0.024082,0.026183,0.009447,-0.00164,-0.009293,-0.008464,0.003811,0.017973,0.007594,-0.047446,-0.020278,-0.010189,-0.005018,0.013638,-0.03852,-0.003878,0.020019,0.015696,-0.004485,-0.004254,-0.021892,0.020902,-0.011142,0.014909,-0.032903,0.023181,0.034135,0.020931,-0.021303,-0.018167,0.012148,0.01913,0.004048,-0.005342,-0.01835,0.014499,-0.025601,0.00117,-0.001784,-0.010901,-0.047937,-0.001434,0.006617,-0.039306,-0.004971,-0.000584,0.040255,-0.028378,-0.001342,0.009239,0.037421,0.161498,-0.004966,0.025864,-0.00059,0.01339,-0.008686,0.027527,-0.012453,-0.003246,-0.020708,0.022604,0.013875,0.020122,0.012738,-0.02808,-0.014796,0.050314,0.010176,-0.003001,-0.039809,-0.018505,0.036202,0.014366,0.004603,0.018157,-0.039895,-0.005136,0.019429,0.010482,-0.006154,0.037963,0.002771,0.005188,-0.011736,-0.010132,0.003256,0.012067,-0.034111,0.015315,-0.011083,0.04036,-0.012664,-0.002184,-0.023362,0.034638,-0.008799,-0.038308,-0.016878,0.008463,-0.028895,0.006454,-0.018647,0.003936,-0.02303,0.0215,0.018586,-0.008733,-0.000524,-0.012916,-0.036438,-0.011923,0.009453,-0.020453,-0.029882,0.011748,-0.029167,-0.127338,0.003336,-0.014835,-0.034367,0.027303,0.006922,-0.005514,-0.072737,0.024962,-0.015464,0.032945,0.036415,-0.033678,-0.013582,0.011977,-0.020029,0.017201,0.026936,-0.039979,-0.011003,0.019614,0.025562,-0.014663,0.001208,0.024235,-0.038181,0.020679,0.001628,0.00653,0.027667,0.018491,-0.039575,-0.029414,-0.013406,0.019937,0.054337,-0.00802,0.017617,0.001667,0.017383,0.049803,-0.007615,-0.007281,-0.004836,-0.000947,-0.000006,0.008281,-0.012922,-0.051813,0.011365,0.000406,0.044429,-0.010257,0.0834,-0.001243,-0.04167,-0.008114,0.016645,-0.007001,-0.032113,0.03972,-0.01574,-0.020449,-0.006234,0.00167,0.019566,0.009178,-0.039112,-0.004882,-0.032233,-0.027172,-0.020795,0.000217,0.009788,0.020067,-0.015344,0.019974,0.013176,0.012012,0.009681,-0.015216,-0.031829,-0.026393,-0.051146,-0.015762,0.027104,-0.026456,-0.023347,0.00512,0.025932,-0.006909,-0.006374,0.02053,0.005655,-0.021398,-0.000387,-0.00976,0.027795,0.040765,0.018483,0.044543,-0.024483,-0.001789,0.012068,-0.019345,-0.005409,0.029578,0.049286,0.00858,0.002016,0.010824,-0.023355,-0.010069,0.000912,0.012407,0.017224,0.011324,0.004673,0.103562,0.000366,0.02839,0.016658,-0.025221,0.021475,0.036971,0.033731,-0.020973,-0.01639,0.012657,-0.018028,-0.002505,0.046949,-0.056181,-0.000473,-0.02394,-0.022004,-0.00956,-0.035533,0.129418,0.019897,0.026958,-0.015892,0.019788,0.018102,-0.008591,0.032277,-0.00131,0.037077,0.020228,0.017334,-0.029707,-0.010205,0.01326,0.044676,-0.036657,-0.008408,0.015272,-0.023855,0.036299,-0.036398,-0.003723,-0.01426,0.00694,0.02931,0.008413,-0.012109,0.013284,0.052659,-0.005348,-0.00153,0.038913,-0.027237,-0.028616,0.017756,0.007673,-0.003544,0.017188,-0.025628,0.000949,0.006972,0.018041,-0.00305,-0.04417,-0.014361,-0.004888,0.032574,0.017744,0.024781,-0.00805,-0.005165,0.016485,0.010812,-0.003994,-0.008607,0.000585,-0.015382,-0.004926,0.009619,0.721607,-0.001406,0.022844,0.006022,-0.001623,-0.009261,0.003839,0.009211,-0.018216,-0.012083,0.002327,-0.023562,0.022205,0.032711,0.01575,-0.000828,0.023889,-0.011755,0.032613,-0.008476,0.011105,-0.025221,0.038133,0.047487,-0.006375,0.059026,0.006171,-0.032726,0.00336,0.042221,-0.001416,-0.011663,-0.035983,-0.006776,-0.006446,-0.004154,-0.008982,0.008215,0.025201,-0.069592,-0.015172,-0.003063,0.028069,0.003099,0.014189,-0.042303,0.005888,-0.000483,0.0009,-0.016008,0.011358,-0.014528,-0.010996,0.039938,-0.007849,-0.00654,0.002036,-0.022303,-0.009724,0.01376,0.022834,-0.007196,0.005094,0.05797,0.000774,0.04594,-0.009736,-0.017081,0.017119,0.041493,0.054742,-0.116238,0.035717,0.023734,0.001978,0.01322,0.009134,-0.027063,0.022634,0.004196,0.03736,-0.089477,0.070264,0.022484,-0.000607,0.016908,-0.008509,0.011915,0.027349,-0.034215,-0.029547,0.028174,-0.013662,-0.011355,0.015316,0.00869,-0.002494,0.017816,0.001025,-0.022561,0.017605,-0.020174,-0.008818,-0.007492,-0.056216,0.008892,-0.003292,0.006282,-0.022985,0.03645,0.000038,0.002422,-0.000499,-0.018356,-0.006336,-0.009797,0.015355,0.016988,0.011894,-0.003489,-0.006051,-0.041159,0.01286,-0.012745,0.028125,-0.063188,-0.043869,0.03126,0.014116,-0.009461,-0.065962,-0.003296,-0.037159,-0.037956,-0.026396,-0.007119,0.00143,-0.012234,0.003138,0.021979,0.00753,0.02281,0.02322,0.000988,0.009451,0.014229,0.016398,0.029528,-0.023702,-0.019644,0.012382,0.155844,0.0355,-0.004563,-0.01756,-0.008815,-0.014344,0.016603,-0.029647,-0.007523,0.076691,0.00759,0.007665,-0.004948,0.00488,0.035351,0.057182,-0.016682,0.011649,0.026447,-0.034698,-0.025878,0.029306,-0.190576,0.020615,-0.052541,0.011845,0.023319,-0.028733,-0.035535,-0.012817,0.004159,-0.014682,-0.030254,0.004281,-0.04784,0.009519,0.007151,-0.047506,0.041567,-0.016423,0.021623,-0.012684,0.054313,0.054295,-0.016179,0.083865,0.02627,0.022225,0.01058,-0.01344,-0.013231,0.018217,0.022147,-0.006484,0.004765,-0.024067,-0.023669,-0.015906,-0.028338,0.038576,-0.019424,-0.025318,0.011526,0.022855,-0.024822,0.006156,-0.027227,-0.01551,-0.014564,-0.031669,-0.04622,0.021248,-0.001811,0.01827,0.00303,-0.010087,0.028092,0.023583,0.013776,-0.007658,-0.014555,0.060169,0.002848,0.009632,0.010704,-0.010278,-0.056578,-0.002617,0.008447,-0.042934,-0.007808,-0.002391,0.021837,-0.020192,0.007012,0.014905,0.033529,0.143161,0.013822,0.017446,-0.008211,0.029173,-0.008823,0.018,-0.019613,-0.003959,-0.012716,0.021508,0.03762,0.031665,0.022484,-0.04438,-0.009911,0.063315,0.034713,-0.011036,-0.030075,0.02731,0.065602,0.02283,0.005182,0.025271,-0.046371,-0.0087,-0.001271,0.026961,-0.016862,0.037121,0.023229,-0.011684,-0.022206,0.010285,0.002217,0.014771,-0.012455,-0.017512,0.023779,0.06007,-0.005964,-0.010668,-0.011212,0.04588,0.004912,-0.060155,-0.016851,0.028247,-0.017306,0.015828,-0.025065,0.016048,-0.050761,0.021747,0.003752,0.002115,0.001905,0.018923,-0.00988,-0.016164,0.027433,-0.020806,-0.038946,0.012746,0.031493,-0.096847,0.012072,-0.008463,-0.012168,0.04139,0.021745,-0.009853,-0.050648,0.025156,-0.031826,0.034363,-0.010456,-0.012587,-0.00732,0.005924,-0.013799,-0.013596,0.006664,-0.005519,-0.000087,0.016056,0.029836,-0.016029,-0.018265,0.023273,-0.017658,0.002109,-0.015814,0.03268,0.035011,0.031063,-0.058851,0.018022,0.020304,0.01969,0.049762,0.023827,-0.03234,0.006417,-0.001441,0.019882,-0.022901,-0.02493,-0.006822,-0.00706,0.005322,-0.00317,-0.011952,-0.043228,0.011244,-0.004195,0.018322,0.012637,0.093489,0.000721,-0.030618,0.026175,-0.004736,-0.012297,-0.026879,0.024718,-0.019783,0.003613,-0.027397,-0.018274,0.029567,-0.027754,-0.046337,-0.002013,-0.006997,0.001156,-0.029567,0.003256,0.01369,-0.011557,-0.0039,0.003371,0.03152,0.005269,0.026224,-0.005842,-0.045505,-0.045644,-0.014636,0.022661,0.032782,-0.033495,-0.005969,-0.00635,0.020978,-0.023486,-0.048519,0.025404,-0.008806,-0.01934,-0.008593,-0.021861,0.016869,0.030748,0.026979,0.042907,-0.017526,0.005254,0.01484,-0.037698,0.013423,0.017829,0.047686,-0.014877,0.022288,0.030757,-0.005259,-0.014787,0.007698,0.018501,0.024387,-0.014996,0.04238,0.111668,0.018427,0.006811,-0.020696,-0.021656,0.014562,0.00938,0.055982,-0.00665,-0.016655,-0.006439,-0.031692,-0.013455,0.024083,-0.007912,0.010552,-0.020926,-0.024845,-0.004442,-0.002806,0.133323,0.026615,0.012229,-0.021659,0.025727,0.018927,-0.009677,0.030517,0.033528,0.023069,0.0179,0.007553,-0.037525,0.00404,0.00611,0.018618,-0.010287,-0.010926,-0.006321,0.016516,0.032524,-0.021021,0.003282,-0.020464,0.017081,0.027464,-0.011431,-0.028889,0.000262,0.066076,0.007623,0.002427,0.043528,-0.000256,-0.008697,0.001942,0.015844,-0.006203,0.004924,-0.029801,0.022379,0.021604,-0.001326,0.010216,-0.01977,-0.037423,0.006263,0.026122,-0.015563,0.007518,0.010231,-0.012336,-0.001034,0.018457,-0.026263,-0.011504,-0.018722,-0.001823,0.006455,0.035701,0.72606,-0.023237,0.0512,-0.005355,0.005163,0.008666,-0.00018,-0.007492,0.01579,-0.018701,-0.006518,-0.0221,0.002839,0.061294,0.033837,-0.008932,0.024184,-0.029363,0.050761,-0.011909,0.002819,-0.038892,0.014871,0.057071,-0.030951,0.039387,0.041813,-0.040585,0.010543,0.042725,-0.016894,-0.013583,-0.060511,-0.014635,-0.030916,0.013382,-0.023838,-0.000602,0.035214,-0.076156,0.022268,0.012588,0.009904,-0.000631,0.001713,-0.041449,0.00188,-0.000906,0.000325,0.009913,0.021932,0.014588,-0.008742,0.034285,0.004559,-0.019607,0.004151,-0.001583,-0.019515,0.015633,-0.011117,-0.006083,-0.023115,0.045778,0.027558,0.04915,0.001382,-0.016106,0.055704,0.016054,0.055548,-0.065695,0.030416,0.01276,0.002663,-0.016712,0.000065,-0.043048,-0.003807,-0.011235,0.023297,-0.054782,0.037962,0.042091,-0.00272,0.025701,-0.052163,-0.001434,0.008078,0.00407,-0.047974,0.007863,0.011804,0.001223,0.04731,-0.00294,0.00932,0.017743,-0.011379,-0.022827,-0.003433,-0.014682,-0.02741,0.01086,-0.044585,0.003,-0.019276,-0.021868,-0.010004,0.062802,0.028803,0.013883,0.009659,-0.014296,-0.00737,0.005586,0.014258,-0.010874,-0.008442,-0.001778,-0.025863,0.013484,0.005082,0.002044,0.027048,-0.06154,-0.023525,0.024619,-0.003918,-0.025678,0.032441,-0.012426,-0.008984,-0.014093,-0.020707,-0.036995,-0.002348,-0.002739,0.026799,0.013788,-0.009885,0.038187,0.002975,0.03554,0.032479,0.024981,0.025017,0.027343,-0.018512,0.016555,0.024267,0.163979,0.018541,-0.020982,0.024776,-0.007956,0.03023,-0.006746,-0.00117,-0.01637,0.03837,0.025879,0.031449,0.016385,0.007969,0.007122,0.101138,-0.012621,0.021275,0.001267,0.000804,0.014077,0.009062,-0.092258,0.019248,-0.025273,0.000711,-0.008506,0.007586,-0.02226,-0.006352,0.016374,-0.011484,-0.009077,-0.014025,-0.02876,-0.014786,0.016289,-0.014372,0.019253,0.004915,-0.022881,-0.004961,0.058905,0.085062,-0.038905,0.099991,0.035412,0.005852,0.012092,0.013382,0.017457,0.009543,0.009026,0.041143,-0.012656,-0.025787,-0.01552,0.019381,-0.039853,0.026419,-0.034927,0.009792,0.016571,-0.014282,-0.045297,0.012571,-0.019957,-0.012839,-0.003221,-0.034459,-0.009002,0.006911,0.007972,0.019384,0.014079,0.010591,0.037465,0.006994,0.004367,0.018534,-0.024797,-0.001097,0.039702,-0.006076,0.00887,-0.030334,-0.045308,-0.006756,-0.011345,-0.03309,-0.006693,0.016317,0.005894,-0.043961,-0.008653,0.01063,0.013048,0.091977,0.022526,0.018748,-0.012758,0.0252,-0.003582,0.042578,0.006903,-0.013259,0.011117,0.005918,0.036862,0.000952,0.010036,-0.010106,-0.015926,0.058304,0.0282,-0.01949,-0.041781,-0.00404,-0.003862,0.031824,0.020023,-0.001549,-0.004498,0.002596,0.020077,0.019651,0.011713,0.041227,0.021067,-0.021425,-0.003395,0.002828,-0.03995,0.021108,0.004683,0.008894,-0.018968,0.051681,0.01888,-0.013712,-0.043232,-0.009325,-0.013728,-0.02712,-0.028366,0.026585,0.000553,0.042604,-0.01537,0.004688,-0.049887,0.004404,0.035321,-0.000935,-0.005545,-0.017207,-0.024956,-0.0143,0.001289,-0.039848,-0.015035,0.019374,-0.01139,-0.043789,0.016413,-0.008472,0.000372,0.041271,0.017616,0.014262,-0.030752,0.021521,-0.001579,0.07635,0.036962,-0.027536,-0.00646,0.014691,0.006431,0.010415,0.001669,-0.039208,0.001274,-0.001923,0.013067,0.003033,-0.011652,0.017285,-0.011996,-0.011012,0.008622,0.014875,0.020465,0.020655,-0.006508,0.001985,0.017033,0.041318,-0.01436,0.008767,0.026067,0.030948,0.031482,0.015505,-0.003686,-0.037244,0.009589,-0.004163,0.003568,-0.003899,-0.01362,-0.03668,-0.003059,-0.030807,0.022742,0.005243,0.082495,0.019381,-0.038017,0.043243,0.022372,-0.001384,-0.005437,0.004106,0.001485,0.014066,-0.005087,0.008184,0.00304,-0.034599,-0.034229,-0.02021,-0.007431,-0.013682,-0.022533,-0.012872,0.009826,-0.016639,-0.025801,-0.016734,-0.018617,-0.013443,0.025924,-0.025347,-0.032225,-0.040624,-0.043498,-0.015974,0.022148,-0.020627,0.018093,0.00082,0.029156,-0.026822,-0.054675,-0.005959,0.014383,0.015595,0.003303,-0.030221,-0.023233,0.037657,0.001496,0.014912,-0.032964,-0.004748,0.026255,-0.033923,0.004005,0.057742,-0.001338,-0.051474,-0.003434,0.001979,-0.013406,0.013138,0.006147,-0.003646,0.016818,0.007363,-0.004295,0.122811,0.006649,0.017981,-0.018395,0.002535,-0.012019,0.028498,0.01486,0.012475,-0.023131,-0.009848,-0.028965,-0.031873,0.06152,0.002443,-0.03613,0.017908,-0.00095,0.010779,-0.000634,0.023741,0.031152,0.007098,0.00306,0.002027,-0.008343,0.004252,-0.009528,0.011544,-0.031305,0.005116,0.021023,-0.024609,0.018522,0.015771,0.030016,-0.02849,0.017859,0.012272,0.018147,-0.004182,-0.027473,0.00271,-0.031914,-0.00148,0.000508,0.001501,0.040051,-0.017176,0.067064,-0.00928,-0.020098,0.019513,-0.016323,0.022603,0.047551,0.015018,-0.012726,0.017082,-0.009191,0.00684,-0.003538,0.014268,-0.001265,0.001229,-0.019353,-0.043446,0.038463,-0.003979,0.010395,-0.033755,0.002221,0.029368,0.033638,0.004971,-0.004443,-0.01225,-0.011664,-0.004656,0.003217,0.794009,-0.029218,0.030347,-0.005115,-0.01276,0.038677,-0.029614,-0.001943,-0.022268,-0.000079,0.0296,-0.023492,0.005822,-0.000972,0.010448,-0.017522,0.008193,-0.02051,-0.003108,-0.015478,-0.001332,-0.020443,0.019418,0.002392,-0.005896,0.056936,0.013893,-0.025928,-0.009942,-0.022101,0.000098,0.004187,-0.045014,-0.037982,-0.023462,0.012054,-0.030769,0.030964,0.011337,-0.095357,-0.011655,-0.012394,0.017956,0.012058,0.012759,-0.02909,0.021631,-0.019204,0.009113,-0.005693,-0.01167,-0.017365,-0.007579,0.021865,-0.008787,-0.020712,0.010375,-0.038617,0.009033,0.018616,0.013386,-0.021345,-0.004495,0.061408,-0.013419,0.034203,-0.001813,0.013329,0.008973,0.040067,0.061946,-0.072212,0.030606,0.010061,-0.011271,-0.02304,0.006356,-0.038935,0.002167,-0.00756,0.040353,-0.065941,0.018578,0.033411,0.004827,0.011481,-0.051575,-0.014507,0.0132,-0.008415,-0.044826,0.022392,-0.022675,0.007109,0.03323,-0.001988,0.009463,0.024678,-0.006533,-0.014263,0.005592,-0.005664,-0.007212,0.003677,-0.053349,0.000445,-0.011109,-0.021212,-0.021137,0.0626,0.024415,0.010654,0.017082,-0.018345,0.006314,-0.007892,0.018713,0.022368,0.00708,0.00694,-0.024238,0.008808,0.00167,-0.008417,0.025061,-0.062475,-0.024225,0.021914,0.001846,-0.035645,0.0346,-0.000573,-0.019662,-0.024616,-0.028294,-0.019654,0.014968,0.002177,0.01658,0.025046,-0.0031,0.031711,-0.001755,0.034133,0.0276,0.015818,0.022078,0.020742,-0.004811,0.008105,0.020456,0.157339,0.025297,-0.010317,0.009322,-0.015642,0.031792,0.000635,-0.005078,-0.010526,0.053303,0.027792,0.036023,0.014529,0.00161,0.005833,0.095916,-0.003906,0.024689,0.006975,0.003705,0.015404,0.000882,-0.117038,0.024943,-0.023063,-0.000755,-0.015981,0.000017,-0.015617,-0.011003,0.012334,-0.030352,0.00008,-0.004287,-0.024581,-0.001152,0.029552,-0.022478,0.028875,-0.003396,0.006136,0.002979,0.059692,0.088052,-0.029934,0.103937,0.031319,0.005463,0.004065,0.000984,0.004404,0.006837,0.01569,0.031495,-0.014686,-0.02941,-0.020607,0.019128,-0.025486,0.019413,-0.036846,0.000708,0.018659,-0.017795,-0.031606,0.028725,-0.025275,-0.027186,0.004303,-0.030979,-0.014427,0.018689,0.006407,0.028689,0.021216,-0.011925,0.027866,0.007938,0.012082,0.013471,-0.028867,0.012489,0.043331,-0.004016,0.006554,-0.030771,-0.048959,-0.007267,-0.007701,-0.042268,-0.000681,0.02002,0.008862,-0.041932,-0.015653,-0.000094,0.023111,0.107294,0.009047,0.007753,0.001865,0.011075,0.008046,0.047943,0.011708,-0.016378,0.013329,0.005945,0.038403,-0.000212,0.021791,-0.008638,-0.007954,0.049235,0.025821,-0.019958,-0.030757,0.002016,0.009924,0.032365,0.021421,-0.002225,-0.019085,-0.002621,0.010633,0.0203,0.012483,0.042397,0.035653,-0.02251,-0.001622,0.003593,-0.033362,0.02606,-0.002048,0.000684,-0.02136,0.041975,0.005784,-0.01432,-0.025534,-0.005045,-0.003938,-0.03722,-0.017165,0.024039,-0.011988,0.036435,-0.011933,-0.00171,-0.050769,0.012582,0.021536,0.006237,0.010618,-0.015817,-0.006134,-0.008121,0.012974,-0.040406,-0.009619,0.014299,-0.02201,-0.038801,0.011153,0.000689,-0.000669,0.03666,0.017462,0.006886,-0.027849,0.018878,-0.000135,0.079835,0.021857,-0.036297,-0.002122,0.006818,0.011709,0.005542,-0.002528,-0.025214,0.008992,-0.004867,0.013374,-0.001984,-0.010248,0.022521,-0.017653,-0.000151,0.013421,0.015827,0.015541,0.02078,-0.020263,0.007707,0.015329,0.040159,-0.015114,0.025325,0.023236,0.009351,0.036554,0.007131,-0.008859,-0.032968,0.007476,0.006802,0.004754,-0.022712,-0.024433,-0.030098,-0.000172,-0.031429,0.022561,0.011362,0.091981,0.021553,-0.0335,0.038522,0.020513,-0.002178,-0.005041,0.01043,0.004726,0.01036,-0.005744,-0.001257,0.018083,-0.033474,-0.032902,-0.01948,-0.004398,-0.01348,-0.029248,-0.004929,0.0065,-0.021004,-0.007498,-0.000128,-0.009065,-0.022198,0.02376,-0.026751,-0.029371,-0.042874,-0.032226,-0.006773,0.030175,-0.019336,0.012287,0.005321,0.030577,-0.028723,-0.045202,0.004922,0.013719,0.010822,0.001648,-0.045036,-0.019778,0.036233,0.00652,0.023818,-0.032031,-0.003446,0.027031,-0.031525,-0.010951,0.067043,0.010961,-0.04151,0.011347,0.005367,-0.004346,-0.00513,0.000608,0.004281,0.012825,-0.001802,0.000036,0.12093,0.005616,0.021949,-0.025294,-0.006981,-0.005368,0.024031,0.029778,0.007471,-0.021961,-0.011346,-0.020832,-0.017746,0.032686,0.013403,-0.012262,0.007791,0.003315,0.014824,-0.004311,0.04468,0.032395,0.012814,-0.000994,0.004019,0.003896,0.004936,-0.007944,0.018779,-0.020234,0.020053,0.031811,-0.023359,0.007842,0.010459,0.035329,-0.029793,0.012251,0.006814,0.012411,0.010768,-0.032565,0.005361,-0.020033,-0.007155,0.015096,0.003218,0.020699,-0.000463,0.070689,-0.01138,-0.035338,0.011389,-0.00849,0.023428,0.043763,0.007458,-0.013399,0.017487,-0.013418,0.001559,-0.006903,0.001071,-0.004337,-0.005508,-0.007755,-0.043443,0.03638,-0.006535,0.013649,-0.032087,0.001307,0.020291,0.02641,-0.003442,-0.01149,-0.024453,-0.003132,-0.00174,0.006964,0.798137,-0.028181,0.035486,0.002486,-0.006931,0.035531,-0.017509,-0.013996,-0.004105,-0.009454,0.020874,-0.019566,-0.005379,0.003454,0.008754,-0.019256,0.008461,-0.002458,0.004276,-0.012698,-0.005617,-0.007622,0.017405,-0.001858,-0.022337,0.053562,0.016329,-0.04064,-0.016725,-0.013066,-0.014346,0.001928,-0.04984,-0.024312,-0.033976,0.007783,-0.026752,0.032038,0.010717,-0.089788,-0.006999,0.001302,0.019005,0.008209,0.014128,-0.033815,0.023257,-0.003585,0.005031,-0.002096,-0.003,-0.019968,-0.007068,0.037903,0.011629,-0.01959,0.010529,-0.029806,-0.001778,0.028178,0.006496,-0.013254,-0.018815,0.058109,0.005279,0.02368,-0.011013,0.01922,0.01368,0.030653,0.054802,-0.073619,0.047294,-0.025396,0.000953,0.008495,0.042885,-0.039623,0.022259,-0.032388,0.026252,-0.104125,0.029422,0.038135,-0.006222,0.02019,-0.044477,-0.01763,0.02292,-0.022935,-0.021814,-0.005724,0.006302,-0.044555,-0.012893,0.025061,-0.018544,0.058497,-0.023154,-0.031786,0.072157,0.010812,-0.03198,0.021223,-0.065759,-0.019549,0.007748,-0.004727,0.022808,0.047604,0.018234,0.014386,-0.016502,0.017689,-0.07146,0.015853,0.005389,-0.003546,0.01749,0.012681,0.006616,-0.004373,0.001678,-0.015523,0.031684,-0.036168,-0.034298,0.026423,0.016703,-0.017809,-0.033291,0.005654,-0.021208,0.002033,-0.045684,-0.022808,-0.004489,-0.009329,-0.021287,0.00629,-0.005878,0.005684,-0.01294,0.005543,-0.005089,-0.059857,0.018989,0.043086,-0.030791,0.016858,0.008652,0.171704,0.007962,-0.003571,0.02267,0.017907,-0.009054,0.01432,0.00246,-0.021796,-0.017665,0.052391,0.046198,0.067829,0.00167,-0.001471,0.065028,0.007825,0.037911,-0.001804,0.009305,0.018406,0.006282,-0.172717,-0.032092,-0.04186,0.010622,-0.005413,-0.027021,-0.018835,-0.009799,-0.000551,-0.017317,-0.033578,0.00133,-0.006208,0.007395,-0.061881,-0.020646,0.014381,-0.017192,0.030626,0.006296,0.026009,0.09312,-0.016782,0.120372,-0.012854,0.012738,0.002402,0.009069,0.017061,0.014945,-0.007197,0.017347,0.008745,-0.037914,0.002675,-0.007069,-0.0329,0.039587,0.009381,0.0042,0.040686,0.031116,0.019997,-0.024623,0.017398,-0.017425,-0.00822,-0.003767,0.011994,0.014455,0.0136,-0.028054,-0.03617,-0.034468,0.020976,0.026758,0.003264,0.03027,-0.031566,0.051063,0.00467,0.031183,-0.026142,-0.006198,-0.037246,-0.013585,0.025094,-0.046429,0.011813,0.025869,0.010241,-0.004373,0.010377,-0.016914,0.03286,0.096761,0.036135,0.042362,0.001038,0.008439,0.01524,0.049207,-0.001875,-0.033166,-0.020049,0.026148,0.021881,0.013512,-0.002688,-0.006982,0.01325,0.016005,0.01408,0.042886,-0.040664,-0.002227,0.045854,-0.000618,-0.009735,0.00046,-0.008976,0.020475,0.001278,0.031019,-0.024616,0.032384,0.008314,0.020051,-0.002819,0.020355,-0.001592,0.018439,-0.00234,0.008448,0.009627,0.007606,-0.045218,-0.013547,-0.052599,0.018758,-0.03225,-0.017068,-0.023814,-0.000179,0.025541,0.000124,-0.016773,0.003676,-0.056535,-0.010405,0.003183,-0.001644,0.000124,0.074669,-0.017023,0.004731,0.007119,-0.012162,-0.018031,0.017378,-0.016224,-0.049519,-0.00112,0.031165,-0.007022,0.032521,0.009682,-0.022829,0.028228,0.047414,0.019453,0.024026,-0.032611,-0.012196,0.002984,-0.018145,-0.025026,0.022665,0.018346,0.013622,0.007225,-0.017241,-0.030022,-0.001773,-0.001024,-0.012644,-0.007225,0.032917,0.014852,0.019133,0.043915,0.028171,-0.017678,0.006666,-0.010076,0.039073,0.015291,-0.103151,0.00977,0.008596,0.032001,0.03858,0.017836,-0.041062,-0.006827,0.034217,0.022781,0.001214,0.021063,-0.033094,0.029634,-0.007382,-0.012349,0.025365,0.040929,0.008297,-0.025473,0.000448,0.009975,-0.000446,-0.044212,0.042806,-0.009249,-0.007783,0.001372,0.003064,-0.044126,-0.028728,-0.026073,-0.051825,-0.010736,-0.004151,0.003725,0.019973,0.002669,-0.038778,0.023626,-0.000124,0.006838,0.030266,-0.02631,-0.032673,-0.033771,-0.021206,-0.04205,0.009473,0.049149,0.000309,-0.024185,-0.030544,0.042448,-0.015682,-0.030545,-0.012952,0.01248,-0.000797,-0.0058,-0.053381,0.004814,0.082565,0.046309,0.03787,-0.016905,-0.01041,-0.010249,-0.002143,0.069958,0.054434,-0.001869,-0.03108,0.036914,0.023059,0.009245,-0.014177,0.037027,0.008522,0.026577,0.029721,0.018928,0.10819,0.018211,-0.005071,-0.017548,-0.022493,0.007384,0.008085,0.019527,0.031801,0.000297,0.023935,-0.02668,0.036656,0.029045,-0.035176,-0.012965,0.011084,-0.032506,0.00326,0.000039,0.040029,0.012592,-0.019782,-0.005737,0.00502,-0.018126,0.001017,0.004395,-0.019673,0.020027,0.014986,-0.00645,-0.032987,-0.028157,-0.010338,0.025741,-0.023912,0.007237,-0.02909,-0.0099,0.003704,-0.032051,-0.005654,-0.022171,0.008073,0.009079,0.001133,0.004272,-0.007831,-0.00996,-0.011696,-0.002516,0.039646,0.006261,-0.02799,0.000274,0.006081,-0.015539,-0.011177,0.026464,0.005196,0.019848,-0.01374,-0.029442,-0.037054,-0.051372,0.005771,-0.024568,-0.011397,-0.010855,-0.001648,-0.011327,0.020613,0.028069,-0.016532,-0.009457,0.013697,-0.011735,0.020226,0.055762,0.730613,0.010178,0.024019,-0.014773,0.023446,-0.007747,-0.03518,0.0317,0.016881,0.003037,0.002981,-0.006035,-0.018186,0.022119,0.017547,-0.026188,-0.0107,-0.030446,0.021083,-0.004782,0.024192,-0.012518,0.07107,0.038079,-0.025395,0.042064,0.02018,-0.043678,0.023259,-0.004251,-0.017935,0.032703,-0.035589,0.061705,-0.048682,0.013231,-0.00295,0.029184,0.064687,-0.073412,0.017774,-0.013743,0.012424,0.017012,-0.003931,-0.026052,0.001094,-0.012244,-0.005333,0.011692,-0.000759,0.031842,0.005357,0.050183,-0.027115,-0.002297,0.006183,-0.021136,-0.02013,0.02017,0.017481,-0.013785,0.031878,0.011843,0.039853,0.033707,0.031617,-0.017414,0.033621,-0.000819,0.080119,-0.069454,0.006822,0.011496,0.003264,0.005938,0.019629,0.004313,0.028886,-0.010619,0.036058,-0.106251,0.023735,0.035693,0.04162,0.000994,-0.033698,0.014145,0.030023,0.006059,-0.030811,0.015245,-0.008205,-0.048453,0.026709,0.018488,-0.051702,-0.014269,-0.004789,-0.021784,0.029341,0.01849,-0.000811,0.035157,-0.035581,0.00609,-0.034421,-0.003626,-0.022134,0.073291,0.039695,0.043962,-0.021358,-0.001514,-0.019827,0.021072,0.006633,0.003198,0.000778,0.019829,0.019346,0.006811,0.018947,-0.023487,0.033936,-0.049196,0.021873,0.013726,0.024396,0.021792,-0.034045,0.011483,-0.038394,0.000514,-0.051828,-0.025622,0.002413,-0.005071,0.010155,0.041137,-0.024361,0.011867,0.00114,0.019306,-0.001663,-0.008603,0.014663,0.047998,-0.000788,0.021127,0.014945,0.182436,0.022363,-0.018574,0.002474,0.003481,-0.019088,0.012797,-0.051409,0.01755,0.023994,0.036638,0.038734,0.011957,0.011492,-0.022368,0.03926,-0.00413,-0.003201,0.030904,-0.014318,-0.021894,0.017656,-0.213234,-0.003733,-0.047016,-0.005507,0.003667,-0.025402,0.006652,-0.003236,-0.005563,-0.002468,-0.018737,-0.010443,-0.013024,0.018515,-0.00885,-0.06522,0.023343,-0.015011,-0.00641,-0.011281,0.000954,0.076117,-0.004798,0.124812,0.023218,-0.0259,-0.011253,0.03331,0.013929,-0.008998,0.025623,0.022229,0.012751,-0.025087,-0.008433,0.00434,-0.01034,-0.011305,-0.028255,-0.060486,0.039611,-0.024251,0.008119,-0.024565,0.009821,-0.006367,0.014414,-0.043448,-0.030384,0.007399,0.052138,-0.01171,-0.02281,-0.025253,0.092137,0.013809,-0.028029,0.023754,-0.019456,0.027213,0.024166,0.003383,0.002719,-0.010329,-0.038267,-0.018361,0.014092,-0.064695,0.024198,-0.011031,0.023345,-0.042927,0.0249,-0.018938,0.049708,0.110116,0.01512,0.043011,0.009078,-0.00081,0.000411,0.027951,-0.024373,-0.046738,-0.004735,0.043512,-0.012251,0.013475,-0.014302,-0.037185,-0.046898,0.009394,0.013748,0.02862,-0.064792,-0.015627,0.050893,-0.001933,-0.034881,0.019757,-0.019894,-0.003263,0.007672,0.045556,0.011629,0.029932,0.029812,-0.025685,-0.018819,0.01496,-0.021365,0.040686,-0.018928,0.021709,-0.003992,0.039758,0.02371,-0.025238,-0.040258,0.046392,0.004174,-0.019791,0.011385,0.031998,-0.012502,0.020984,0.008805,0.003512,-0.051959,0.023607,0.019024,0.000325,-0.019494,0.015145,0.0039,-0.024851,0.020554,-0.012124,0.013564,0.018989,-0.048452,-0.051044,0.010884,-0.026202,-0.017862,0.042744,-0.003778,-0.015625,0.043587,0.000365,-0.004458,0.050084,0.035492,-0.013345,-0.022954,-0.031546,-0.0227,0.01842,0.000251,0.011724,-0.009678,0.015443,0.020184,-0.024063,-0.015284,0.000933,-0.013611,0.005183,-0.011416,0.012067,0.038274,0.053407,-0.034169,0.008792,-0.010574,0.021145,0.016517,-0.058835,0.012767,-0.023974,-0.030641,0.04356,-0.003136,-0.028025,-0.022064,0.021682,0.018564,0.010681,0.006564,-0.043054,-0.005893,-0.015055,-0.012403,0.030557,0.078128,0.024555,-0.030868,0.018259,0.001111,-0.008886,-0.020714,0.029948,0.025546,-0.022334,0.015275,-0.01156,0.008035,-0.043829,-0.017423,-0.017078,-0.00855,0.011692,0.011338,-0.005974,0.006723,-0.032338,-0.006356,0.000704,0.007317,0.024361,0.020803,-0.015296,-0.003448,-0.007636,0.018721,0.004259,0.028001,-0.03012,-0.02803,-0.007804,0.005964,-0.037708,-0.027791,0.009572,0.003312,-0.003968,0.015899,-0.014558,-0.023904,0.047414,0.066202,0.02114,-0.039523,0.001568,0.006811,-0.03337,-0.008411,0.100293,0.004606,-0.017202,0.001687,-0.001193,-0.004115,-0.037505,0.015501,0.007479,0.02598,0.026872,0.025282,0.107967,0.005926,-0.005831,-0.013947,-0.007343,0.032138,0.035344,0.03895,0.019855,0.013284,0.007102,0.002885,-0.004843,0.018079,-0.072038,-0.006165,-0.022873,-0.016884,-0.003894,-0.019448,-0.002697,0.035746,-0.020076,-0.033661,-0.01788,0.011807,0.022636,0.014664,0.027329,0.023815,0.022725,0.015905,-0.015213,-0.027506,-0.010111,0.038929,-0.01102,-0.019331,0.028115,-0.024617,0.021647,-0.045723,0.007484,-0.061413,0.034059,0.015237,-0.00277,0.009903,0.018338,0.001261,-0.018502,-0.021033,0.043812,-0.041087,-0.048109,0.049818,0.010612,-0.006551,-0.006393,0.005309,0.035245,-0.0271,-0.019226,-0.017876,-0.039378,-0.063394,-0.003629,0.014493,-0.014302,0.032438,-0.027736,-0.024951,0.013734,0.022296,-0.039361,-0.026552,0.020825,-0.0036,-0.009689,0.035317,0.711424,0.019946,0.000148,-0.016049,0.016622,-0.012551,-0.030685,0.029793,0.005712,-0.020586,-0.016829,-0.006461,-0.004682,0.039785,0.012269,-0.000049,0.037263,-0.00644,0.002031,-0.025233,-0.010018,-0.031043,0.056926,0.038792,0.014549,0.036533,0.007437,-0.026227,0.059995,-0.004058,0.008154,-0.001605,-0.045537,0.041914,-0.005777,0.011973,0.039375,0.031833,0.014207,-0.064422,0.023333,-0.036332,0.005829,-0.017733,0.020596,-0.038524,-0.029228,0.027452,0.010956,0.00835,0.006526,0.028781,0.011196,0.042013,-0.002045,-0.014197,0.009047,-0.014142,0.030012,-0.009147,0.015174,-0.009147,-0.00666,0.046005,0.01513,-0.011996,0.016122,-0.001361,0.03959,0.023314,0.035463,-0.099205,0.04036,0.023281,-0.003789,0.008134,0.014341,-0.020546,0.018591,-0.016196,0.017241,-0.076554,0.023904,0.034004,-0.000545,-0.009904,-0.038017,0.000974,0.018245,-0.003632,-0.069879,0.007636,-0.003074,-0.027425,0.042486,0.001505,-0.033136,0.014931,-0.014666,-0.007842,0.003022,0.008337,0.010115,0.033089,-0.041642,0.002454,-0.029857,0.007963,-0.012515,0.089214,0.042604,0.014724,-0.023065,-0.013547,-0.027953,0.027648,0.037125,0.023028,0.016678,0.021984,0.00711,-0.006939,-0.008838,-0.017848,0.044415,-0.027338,-0.00493,-0.010864,0.028366,-0.014689,0.002541,0.017035,-0.006546,-0.007603,-0.051785,-0.056799,0.00752,-0.019446,-0.007923,0.025481,-0.012833,0.009643,0.017842,0.009754,0.016227,-0.020686,-0.003418,0.024095,-0.017341,0.01509,0.005427,0.107583,0.049937,-0.026303,0.025198,-0.002662,-0.001081,-0.01514,-0.026173,-0.008408,0.046215,0.019487,0.009571,0.012316,0.019331,-0.006881,0.080466,0.00724,0.022918,-0.001672,-0.026798,0.015255,0.006962,-0.145068,-0.014515,-0.046172,-0.002538,0.002356,-0.027274,-0.014917,-0.024963,-0.008159,-0.014204,0.006651,-0.008383,-0.027398,0.010813,-0.002129,-0.034277,0.007052,-0.0185,-0.010529,-0.011643,0.050353,0.066969,-0.018456,0.13949,0.016129,-0.015582,0.00785,0.039237,0.009441,0.006677,-0.013526,0.027817,0.03388,-0.02026,-0.044809,-0.005798,-0.00432,-0.005755,-0.036885,-0.013652,0.02526,-0.003702,-0.022117,0.008498,0.009359,0.009913,0.005313,-0.037433,-0.015374,0.022183,0.041622,-0.027357,-0.020511,-0.009791,0.049843,0.000392,0.0177,0.009791,-0.024823,0.016671,0.012013,0.019966,-0.006912,-0.009477,-0.039511,-0.012795,-0.001563,-0.044937,0.013496,0.006796,0.010944,-0.041704,0.018222,-0.011756,0.033143,0.140789,0.005252,0.028743,0.006258,0.003143,-0.001845,0.042611,-0.011078,-0.032497,-0.022508,-0.001628,-0.008869,0.006134,0.00055,-0.022721,-0.035034,0.026697,-0.00469,-0.004791,-0.049551,-0.019046,0.03627,-0.00314,0.001419,0.016397,-0.034171,-0.003915,-0.000654,0.03445,0.036484,0.026237,0.01811,-0.007657,-0.000126,0.005822,-0.044108,0.013078,-0.000825,-0.004136,-0.001055,0.037783,-0.001148,-0.009934,-0.034027,0.021812,0.023011,-0.031884,-0.005966,0.028819,-0.011764,0.025335,-0.008494,0.011864,-0.05379,0.011698,-0.000439,-0.002044,-0.015492,-0.000755,0.001511,0.007304,0.01733,-0.029019,0.000724,0.008415,-0.017015,-0.034974,0.008259,-0.013964,0.002153,0.03955,-0.002406,0.003601,0.006832,-0.000137,-0.014564,-0.053811,0.031054,-0.010573,-0.014401,0.008119,-0.005979,0.042465,0.03168,0.001983,0.029748,-0.017798,-0.0075,-0.008872,-0.017048,0.035087,-0.013515,-0.002183,-0.005531,0.000293,0.035051,0.049999,-0.010122,-0.001734,-0.017134,0.043545,0.011864,-0.015101,0.007465,-0.004264,0.010251,0.053358,-0.017679,-0.010679,-0.020855,0.01541,0.010254,0.002788,-0.011194,-0.033939,0.027421,-0.027716,-0.026739,0.010667,0.090851,0.016689,-0.024257,0.013112,0.014125,-0.011388,-0.014873,0.059046,0.019113,-0.009398,0.012067,-0.01318,-0.002725,-0.036377,-0.02417,-0.06418,-0.012933,0.004818,-0.01209,0.017909,-0.012947,-0.038233,-0.000748,0.001428,-0.003454,0.008235,0.027615,-0.01593,-0.006156,-0.02793,-0.023628,0.011897,0.000431,-0.014027,0.006722,-0.017642,0.037267,-0.009775,-0.0373,-0.001313,0.01317,0.01846,0.034534,-0.039106,-0.013224,0.045779,0.06122,0.030485,-0.015599,-0.005307,0.012843,-0.010416,0.009009,0.074549,0.001862,-0.01023,-0.007429,0.023287,-0.007197,-0.01183,0.019812,0.018203,0.017708,-0.006023,0.010505,0.111008,0.008616,0.004002,-0.005713,-0.008484,0.009112,0.02143,0.021325,0.003335,-0.000026,0.003731,0.005869,0.00885,0.03019,0.008377,-0.029495,-0.019983,-0.012234,-0.006331,-0.02476,0.07426,0.016323,-0.025725,-0.01709,-0.02962,-0.000954,-0.002256,0.001481,0.006278,-0.00719,0.033187,0.009335,-0.013284,-0.007874,-0.033442,0.032652,-0.009089,0.012093,0.029973,-0.004941,0.015834,-0.043449,0.030515,-0.034523,0.031828,0.012414,0.007292,0.019149,0.006663,0.03751,-0.008177,-0.012434,0.015411,-0.019778,-0.027399,0.032192,0.014598,-0.013301,-0.015816,-0.00088,0.00955,-0.017834,-0.021616,-0.035642,-0.023558,-0.030993,-0.009843,0.030315,-0.018312,0.010242,-0.022185,-0.0343,0.003624,0.002973,-0.021743,-0.015271,-0.012503,-0.020984,0.008993,0.026175,0.783384,-0.015879,0.022452,-0.001398,0.023798,0.013095,-0.010033,0.005968,0.02794,-0.020375,-0.006017,0.000133,0.027727,0.009225,0.006939,-0.005821,-0.002971,-0.019355,-0.002659,-0.014076,-0.012289,-0.01352,0.056736,0.039931,0.003181,0.03949,0.016076,-0.017409,0.029412,0.002186,-0.001427,-0.009532,-0.007115,0.025814,-0.018666,0.018348,-0.005195,0.034953,0.025614,-0.073043,0.028117,-0.028729,0.00504,-0.014274,0.011466,-0.029366,0.018124,0.041018,0.00397,-0.009514,-0.002733,-0.007911,0.001912,0.054393,0.013741,-0.012937,0.008963,-0.033407,0.006657,0.034463,0.01694,-0.014902,-0.008915,0.047068,0.027004,0.011509,-0.002688,-0.007499,0.025698,0.027806,0.036282,-0.064902,0.029075,0.014158,0.000618,0.018079,0.001617,-0.029747,0.00958,-0.014207,0.021637,-0.091985,0.033763,0.020808,0.019754,0.000841,-0.034634,0.004478,0.021859,-0.000804,-0.059188,0.014802,-0.007054,-0.030555,0.029203,0.002896,-0.038905,0.006478,-0.009519,0.003962,0.00268,0.004194,0.009958,0.054185,-0.022382,-0.010167,-0.024659,0.002969,-0.023317,0.076613,0.033165,0.018727,-0.015513,-0.009195,-0.030315,0.034373,0.034389,0.026986,0.005284,0.02865,0.000968,-0.005701,-0.012363,-0.018862,0.048813,-0.026055,0.000753,-0.006384,0.02383,-0.005293,0.026039,0.023603,-0.006007,0.005285,-0.043843,-0.055687,0.004231,-0.000187,0.005175,0.019588,-0.022497,0.012134,0.012256,0.00861,0.01371,0.009115,0.011309,0.022098,-0.019698,0.012128,0.00423,0.152457,0.052492,-0.015702,0.020056,-0.008196,-0.00581,-0.016138,-0.037046,0.014416,0.042451,0.027873,0.027604,0.016659,0.024317,-0.019708,0.069235,0.01056,0.005631,0.01547,-0.021563,0.004813,-0.001192,-0.172757,0.001233,-0.046458,-0.018284,0.001288,-0.018315,-0.012945,-0.01918,-0.011324,0.006177,0.012534,-0.004402,-0.032947,-0.001056,0.017843,-0.041457,-0.001034,-0.019291,-0.016685,-0.017931,0.020789,0.063708,-0.017618,0.122025,0.027346,-0.014911,-0.009622,0.039289,0.008208,0.005786,0.010822,0.025902,0.017568,-0.018284,-0.031174,0.007342,-0.010515,-0.013334,-0.042112,-0.014944,0.03788,-0.004874,-0.024881,0.006285,-0.004916,0.010019,0.014027,-0.031933,-0.015546,0.010635,0.0503,-0.015229,-0.019757,-0.015048,0.066762,-0.001197,-0.003154,0.00355,-0.036849,0.024005,-0.002484,0.013045,-0.007232,-0.01037,-0.04164,-0.015999,-0.00605,-0.037798,0.012055,-0.004709,0.010292,-0.029269,0.004747,-0.0279,0.045255,0.131767,0.00315,0.024441,0.000524,0.002733,-0.014565,0.03254,-0.012032,-0.053331,-0.020241,0.013136,-0.005936,0.01848,-0.010839,-0.035706,-0.046182,0.009104,-0.013096,-0.002642,-0.059718,-0.022585,0.038591,0.001862,0.0015,0.007835,-0.042428,-0.001661,-0.003987,0.041726,0.025858,0.010288,0.013515,-0.02265,-0.005615,0.001414,-0.039805,0.005957,-0.001875,0.016937,-0.010253,0.030502,0.016206,-0.002998,-0.031516,0.032852,0.018734,-0.031801,0.000044,0.025498,-0.02473,0.032359,0.001263,0.00525,-0.059485,0.031908,0.016362,-0.009866,-0.019011,-0.013245,-0.00207,-0.012028,0.021765,-0.028055,-0.002608,0.013455,-0.028506,-0.033517,0.005519,-0.019472,-0.002845,0.046706,-0.012941,-0.011396,-0.006767,0.021896,-0.013888,-0.011302,0.036389,-0.005724,-0.004718,-0.008304,-0.001151,0.029339,0.027998,-0.005352,0.0161,-0.016773,0.024716,-0.017181,-0.024444,0.02452,-0.025718,-0.001546,-0.021892,-0.002745,0.033784,0.055347,-0.028186,0.005032,-0.01415,0.041954,0.022919,-0.02698,0.005625,-0.013844,-0.00333,0.033746,-0.013629,-0.009971,-0.027394,0.009446,0.017457,0.011437,-0.014096,-0.027112,0.0077,-0.011275,-0.031276,0.008727,0.097408,0.019264,-0.022183,0.004984,0.016083,-0.016451,-0.009786,0.065891,0.013413,-0.012116,-0.004778,-0.022943,0.02097,-0.032888,-0.020066,-0.032426,0.001628,0.014063,0.017357,0.01505,-0.000095,-0.039248,-0.006656,0.003609,-0.002705,0.006446,0.029605,-0.021604,-0.00268,-0.014164,-0.007078,0.006505,0.009211,-0.014158,-0.000909,-0.027466,0.011149,-0.012793,-0.033622,0.005193,0.008841,0.001049,0.036326,-0.041487,-0.020005,0.043968,0.054218,0.019575,-0.031851,-0.012386,0.013967,-0.017633,0.000937,0.098681,0.000257,-0.020481,-0.000802,0.025768,-0.01157,-0.014343,0.017496,0.012414,0.026711,0.01121,0.023373,0.110914,-0.005175,0.002111,-0.02123,-0.003931,0.012539,0.030653,0.027984,0.00767,-0.002963,0.018577,0.022245,-0.003643,0.029267,0.010405,-0.017846,-0.023886,-0.010064,-0.01493,-0.020174,-0.00018,0.021942,-0.02179,-0.022034,-0.030725,-0.001107,-0.010564,0.002926,0.028904,-0.002098,0.03884,0.001116,-0.021939,-0.017885,-0.03931,0.038713,-0.003285,-0.00206,0.035874,0.001856,0.013031,-0.044551,0.018893,-0.044118,0.050195,0.027872,0.017205,0.018633,0.006902,0.022625,0.002447,-0.01035,0.029677,-0.028998,-0.024506,0.03077,0.013288,-0.011523,-0.010459,0.00516,0.014231,-0.013664,-0.014616,-0.028085,-0.018686,-0.039699,-0.0061,0.029805,-0.017934,0.010871,-0.023854,-0.043534,0.007979,0.004332,-0.019486,-0.015402,-0.005283,-0.005091,0.009763,0.031729,0.774035,-0.011753,0.023526,0.017166,0.019228,0.000181,-0.020968,0.012587,0.025495,-0.004913,-0.007711,0.009638,0.022455,0.019717,0.009944,-0.00734,0.00931,-0.01529,0.003246,-0.010397,-0.016639,-0.021933,0.053709,0.031396,0.015777,0.047841,0.013798,-0.01103,0.043392,0.008375,-0.000673,-0.017014,-0.027618,0.011525,-0.01804,0.022529,-0.003511,0.04198,0.024645,-0.072778,0.019431,-0.010671,0.00602,-0.031643,0.009874,-0.027658,0.015284,0.02804,0.001001,-0.008023,0.006968,0.004706,0.013993,0.052308,0.016916,-0.011815,0.014462,-0.030359,0.002386,0.022628,0.012857,-0.00514,-0.013188,0.063449,0.022247,0.018832,-0.006644,-0.004532,0.028819,0.020439,0.045184,-0.070701,0.041112,0.018117,0.010937,0.031796,0.006587,-0.019293,0.027502,0.021501,0.040521,-0.089501,0.032572,0.021573,0.005968,-0.012072,-0.031692,0.017522,0.020726,-0.009804,-0.045355,-0.003085,-0.010903,-0.0443,0.023091,-0.00173,-0.013617,0.045439,0.008972,-0.009448,0.003123,0.004775,0.019975,0.029848,-0.016891,-0.003954,-0.024408,0.007343,-0.011387,0.025489,0.026646,0.00638,-0.011626,-0.017928,-0.010544,0.013267,0.043436,0.021507,0.007029,0.015868,0.018391,-0.006335,-0.001549,-0.00761,0.010404,-0.030744,-0.009072,0.038317,0.024313,-0.003638,-0.019888,0.025422,0.003363,-0.016,-0.033903,-0.044605,0.001614,0.007407,-0.010145,0.039752,-0.037726,0.024468,0.031967,0.005898,0.042263,0.010991,0.02977,0.044533,-0.029375,0.01123,0.028509,0.134966,0.047622,-0.03157,-0.009688,-0.004823,0.010312,0.016828,-0.036164,0.020617,0.043116,0.016895,0.026207,0.019918,-0.001316,-0.013305,0.053574,-0.004565,-0.007929,0.013657,0.004343,0.013096,-0.003089,-0.220736,-0.028356,-0.051342,0.006631,-0.01416,-0.022616,0.003034,-0.011598,0.00669,-0.009238,-0.000952,-0.009377,-0.018881,0.031772,0.008308,-0.021887,0.030567,-0.023475,0.011856,0.001535,0.033097,0.089426,-0.003805,0.094075,0.0278,-0.021657,-0.008342,0.044686,0.012709,-0.01731,-0.00528,0.027137,0.002176,-0.030607,-0.019797,0.007459,0.004674,0.000432,-0.046656,-0.032979,0.043099,0.010579,-0.011824,-0.004896,-0.010115,0.015105,-0.013293,-0.032727,-0.032661,0.018179,0.048334,-0.017831,-0.020679,-0.028931,0.040949,0.03483,0.010293,0.001197,-0.032433,0.00119,-0.027692,-0.000592,-0.016157,-0.002406,-0.042359,0.005038,-0.013105,-0.041441,0.022497,-0.00229,0.03011,-0.02861,0.000584,-0.014008,0.042685,0.174362,0.002086,0.045782,-0.002326,-0.005566,-0.021289,0.034631,-0.013063,-0.042667,-0.026501,0.024604,-0.01979,0.011453,-0.027717,-0.034254,-0.046201,0.012966,-0.009273,-0.017992,-0.054865,-0.039135,0.03931,0.006047,-0.027754,-0.001186,-0.047986,-0.001553,0.001417,0.028887,0.029419,0.015233,0.004115,0.005588,0.003238,-0.005748,-0.042536,-0.000342,0.005479,0.009475,-0.037048,0.035304,0.014956,-0.009012,-0.022966,0.057758,-0.002707,-0.032186,0.009494,0.014077,-0.024291,0.025634,0.00714,-0.005566,-0.04886,0.024351,0.002754,0.025074,-0.007487,-0.005962,-0.032614,-0.002045,0.004233,-0.017774,-0.014815,-0.00303,-0.028705,-0.092038,-0.000784,-0.018181,-0.021972,0.032306,-0.014016,0.004235,-0.047437,0.025681,-0.001786,0.039407,0.029679,-0.020194,-0.012087,0.018938,0.001799,0.022667,0.013817,-0.031174,0.005715,-0.002767,0.049219,-0.001415,-0.025269,0.042543,-0.023855,0.033727,-0.00297,-0.007691,0.036874,0.043727,-0.037821,-0.002078,-0.012366,0.029569,0.033088,-0.014555,-0.000245,-0.004014,0.00992,0.052686,-0.004654,-0.019721,-0.034842,0.005662,-0.006523,0.023602,-0.008601,-0.042821,-0.003119,0.004393,-0.005811,-0.001859,0.077187,-0.001757,-0.00789,0.007446,0.014437,-0.017181,-0.029509,0.033704,0.003451,-0.011564,-0.009834,-0.00689,0.017122,-0.002639,-0.042041,-0.019396,-0.039686,-0.028149,-0.00714,0.015282,0.008954,0.006256,0.003244,0.020814,0.008626,0.007999,0.011188,-0.000834,-0.02831,0.00128,-0.03122,-0.01239,0.024424,-0.01543,-0.018455,-0.034665,0.021319,-0.009471,-0.026127,-0.008441,0.011858,-0.009604,0.026576,-0.022822,-0.01,0.03849,0.039285,0.019633,-0.049007,-0.018434,-0.006883,-0.027643,-0.000153,0.096167,0.030981,-0.013659,0.004013,0.018838,-0.017138,-0.029407,0.011312,-0.000676,0.003612,0.036375,0.018772,0.11352,-0.011759,0.008376,0.010297,-0.011779,0.006281,0.023976,0.03706,0.000908,-0.010596,0.016966,0.002025,0.026875,0.032039,-0.026627,-0.011798,-0.020419,-0.022837,-0.017957,-0.047949,0.058925,0.013059,0.010286,-0.013436,-0.021528,-0.001638,-0.002315,0.008339,0.030458,0.02819,0.039666,0.004685,-0.006258,-0.009715,-0.016581,0.033684,-0.016394,-0.002498,0.036968,-0.014042,0.030002,-0.035236,0.018236,-0.024433,0.037559,0.030634,0.015282,0.009722,0.003452,0.047315,-0.002684,-0.021413,0.017794,-0.037329,-0.045679,0.018825,0.005025,-0.009859,0.024216,-0.010184,0.020542,-0.022977,-0.007214,-0.021225,-0.03486,-0.018356,-0.000491,0.032241,-0.00604,0.019514,-0.023486,-0.030822,0.03252,0.009607,-0.022079,-0.016703,0.010925,-0.006826,-0.005687,0.020407,0.746007,0.000077,0.018691,0.002537,0.014291,-0.01627,-0.02124,0.021343,0.000402,-0.020649,-0.010914,0.008122,0.01683,0.029577,0.0073,0.012566,0.03287,-0.008911,0.003091,-0.014281,0.002992,-0.00754,0.035678,0.034332,0.018458,0.064258,0.023066,-0.018279,0.035878,0.03672,-0.002712,-0.015257,-0.015088,-0.00914,0.003973,0.001084,0.001556,0.021904,0.018633,-0.075063,-0.003421,-0.021278,-0.002445,-0.01339,0.009347,-0.025917,0.025405,0.0155,0.021001,-0.016929,-0.008137,-0.007487,-0.022845,0.050729,0.006397,-0.005681,0.010702,-0.032617,-0.005602,0.002766,0.027464,-0.00193,0.003043,0.074292,0.008136,-0.01108,-0.015193,-0.00062,0.029196,0.044833,0.044069,-0.099131,0.02938,0.010529,0.022242,-0.012142,0.017702,0.018011,0.014894,-0.018375,0.023924,-0.067186,0.023839,0.004512,0.015293,-0.003683,-0.055851,0.029607,0.010933,-0.013392,-0.053761,0.006308,0.015361,-0.031551,0.0217,0.008708,-0.02453,0.050146,0.010947,0.008108,0.011301,0.017659,-0.008136,0.035334,-0.028892,-0.013647,-0.034532,0.022443,0.076289,0.012854,0.039938,0.033155,-0.015476,-0.036694,0.008279,0.00853,0.052644,0.017591,0.016861,0.025555,0.042657,0.012674,-0.007422,-0.002309,0.018635,-0.054832,0.000776,0.027342,0.040938,0.011279,-0.02078,0.004331,-0.029089,-0.009293,-0.022837,-0.016125,0.006512,0.003425,-0.002273,0.032285,0.013286,0.015572,0.014104,-0.002409,0.01331,0.00119,0.00479,0.047649,0.009468,0.018456,0.002084,0.182062,0.010258,-0.036313,0.001828,-0.001955,-0.019196,-0.01914,-0.025463,0.006244,0.007081,0.027722,0.028477,0.04413,0.008712,-0.011919,0.033961,0.016713,0.007058,0.004159,0.005299,-0.012001,0.013769,-0.244714,-0.005304,-0.064772,0.018256,-0.020334,-0.029086,0.021521,-0.003155,-0.009315,-0.029065,-0.002429,-0.020621,-0.018448,0.006016,-0.004238,-0.029897,0.021643,-0.018084,0.009414,-0.001295,0.031366,0.059687,-0.03096,0.140897,0.038353,-0.006867,-0.005995,0.028815,-0.009488,-0.01665,0.000703,0.04467,0.003823,-0.015801,-0.00923,0.01837,-0.022579,0.024175,-0.026117,-0.010556,0.035462,-0.012579,-0.022243,0.006439,0.001572,-0.002451,0.031457,-0.032143,0.002589,-0.016647,0.019204,-0.018294,-0.015465,-0.04476,0.039905,0.035857,0.010079,0.004662,-0.009995,-0.00318,0.011611,0.011801,0.011162,-0.000506,-0.037269,-0.006633,0.010003,-0.04301,0.042354,-0.020896,0.021001,-0.040055,0.013826,0.007825,0.04444,0.153718,0.018647,0.031132,-0.011519,-0.005501,0.009514,0.006847,-0.023174,-0.062406,-0.050895,0.01991,-0.005051,-0.00315,-0.015169,-0.032746,-0.040256,0.041255,-0.02201,-0.007112,-0.054274,-0.004606,0.036466,0.002168,-0.010055,0.02241,-0.025355,-0.013709,-0.017361,0.049292,0.015374,0.00048,0.006628,0.001363,0.001949,0.010205,-0.050184,0.03445,-0.037269,0.001244,-0.023579,0.029539,-0.006878,-0.006065,-0.00193,0.040743,0.02493,-0.032162,-0.006548,0.024664,-0.008197,0.001202,-0.004551,0.01879,-0.022128,0.066261,-0.007578,-0.009987,-0.012669,-0.01474,-0.007271,-0.013021,0.003208,-0.025556,-0.027407,0.013627,-0.044657,-0.07786,-0.007008,-0.003833,-0.01175,0.006236,0.001264,-0.004882,-0.038615,0.02058,0.009338,0.006246,0.011806,-0.005024,-0.015593,-0.005369,-0.004152,0.021852,0.02231,-0.011774,0.010668,0.019547,-0.010032,-0.017723,-0.015661,0.011394,-0.021681,-0.001254,-0.018193,-0.008548,0.018135,-0.004118,-0.046414,0.025582,-0.010693,0.034821,0.032147,-0.062613,-0.011115,-0.007394,0.006417,0.016997,-0.006319,-0.034521,-0.000515,-0.006079,0.014369,-0.027657,-0.011454,-0.034799,0.02956,-0.003987,0.005959,0.017408,0.134774,0.00779,0.013952,-0.000918,0.007479,-0.003428,-0.007803,0.038754,0.02287,0.001224,-0.008882,-0.021066,-0.003269,-0.022191,-0.012519,-0.038262,0.001107,-0.014176,-0.046613,0.019511,0.013456,-0.018679,-0.006601,0.022407,0.011739,-0.00526,0.015137,-0.021029,0.028942,-0.024846,-0.00521,-0.005308,0.018058,-0.000596,0.002116,-0.047633,-0.014281,-0.02915,-0.028074,-0.007411,-0.011831,-0.011454,0.035816,-0.053829,-0.019738,0.021761,0.060157,-0.007877,-0.027256,-0.001773,-0.008518,-0.026882,-0.008224,0.066512,0.009124,-0.020255,-0.005626,0.027096,-0.013283,-0.013828,0.003711,0.002541,0.015102,0.02388,0.025604,0.103744,-0.012953,0.019316,-0.0181,-0.02351,0.012789,0.039936,0.037009,-0.016392,0.005433,-0.011588,-0.001931,-0.005982,0.011588,-0.029166,-0.043068,0.02043,-0.01724,-0.014324,-0.003123,0.072983,0.013362,-0.035514,-0.025365,-0.001426,-0.017995,0.016101,0.006442,0.027986,0.02404,0.013165,0.033968,0.006959,-0.006778,-0.016924,0.030961,0.003177,0.021899,0.05623,-0.066381,0.033611,-0.037557,0.02237,-0.025153,0.033858,0.021413,0.02151,0.025481,0.016961,0.009266,-0.016611,-0.022431,0.034734,-0.008405,-0.007837,0.025955,-0.000877,-0.008155,-0.009113,0.005457,0.032665,0.000999,-0.023977,-0.010042,-0.045262,-0.030533,-0.025619,0.029677,-0.047667,0.044042,-0.043343,-0.001024,0.031156,0.030234,-0.025733,-0.006049,0.029319,-0.006733,0.018253,0.018938,0.717555,-0.00488,-0.024348,0.013417,0.026282,-0.015281,0.014724,0.014624,0.007286,-0.032144,-0.014404,0.014256,0.01134,0.017185,0.010367,-0.003494,0.037511,0.002925,-0.006576,-0.008169,-0.014786,-0.021344,0.054269,0.015341,0.053114,0.047536,0.029982,-0.04613,0.032029,0.018079,-0.017769,-0.004132,-0.009007,0.014991,0.005944,0.015958,0.019546,-0.000144,0.016833,-0.058202,-0.022745,-0.036228,-0.009796,-0.028356,0.020058,-0.026498,-0.000274,0.04264,0.004673,-0.009876,0.009734,0.033895,0.01659,0.047396,0.016199,-0.001152,0.018899,-0.026865,0.017152,-0.010965,0.034365,-0.026906,-0.01791,0.045016,0.006424,-0.014829,0.013791,0.017608,0.023355,0.03675,0.035859,-0.113158,0.02779,0.017177,0.018991,-0.011838,0.013322,0.027753,0.018367,-0.013381,0.014161,-0.06765,0.023772,0.015711,0.011982,-0.00294,-0.051395,0.026241,0.011782,-0.024449,-0.05886,0.011221,0.00854,-0.037064,0.034759,0.000109,-0.018043,0.046804,0.005071,-0.000965,0.012269,0.015807,-0.012875,0.02534,-0.033267,-0.006685,-0.041887,0.028085,0.078701,0.017669,0.048291,0.035742,-0.011731,-0.031778,0.006322,0.009225,0.056677,0.013213,0.015585,0.021368,0.052109,0.011106,-0.000342,-0.000961,0.020988,-0.053376,0.001134,0.016251,0.039069,0.010479,-0.013301,-0.003796,-0.013267,-0.006729,-0.028288,-0.017547,0.012875,-0.001141,-0.02012,0.028455,0.012081,0.017474,0.017312,-0.001372,0.021906,-0.011198,-0.013712,0.036631,0.006011,0.027885,0.001127,0.170386,0.00616,-0.041599,0.002406,0.003661,-0.022157,-0.027661,-0.019409,-0.004038,0.016335,0.021266,0.025525,0.032541,0.006296,-0.00152,0.049882,0.016691,0.012709,-0.00614,0.007263,-0.011253,0.010826,-0.213252,-0.01944,-0.063306,0.025466,-0.016046,-0.022277,0.016062,0.001195,-0.011638,-0.027938,0.00287,-0.029884,-0.023603,0.001924,-0.022759,-0.027843,0.029541,-0.023331,0.014166,0.010107,0.053477,0.070556,-0.017089,0.149597,0.026672,-0.000939,-0.008329,0.029329,-0.006597,-0.00928,-0.00633,0.04555,0.006809,-0.011677,-0.011522,0.009564,-0.018776,0.014492,-0.014536,-0.009594,0.033221,0.002426,-0.024473,0.016851,0.005546,-0.003471,0.022341,-0.025277,0.001443,0.000461,0.007841,-0.030336,-0.017414,-0.031066,0.03045,0.036683,0.019698,-0.000492,-0.008799,-0.010396,0.014626,0.000075,0.009196,0.001241,-0.033528,-0.006915,0.007653,-0.029453,0.037624,-0.005512,0.026281,-0.050564,0.016513,0.021531,0.049489,0.15978,0.021619,0.02802,0.004342,-0.001047,0.020608,0.010094,-0.019065,-0.043453,-0.05252,0.011583,-0.008418,-0.008629,-0.016171,-0.027097,-0.030675,0.048046,-0.009893,-0.009787,-0.053685,0.001613,0.025617,-0.006896,-0.011454,0.010221,-0.037514,-0.004556,-0.009938,0.040485,0.023744,0.008139,0.007606,-0.000083,0.011379,0.01453,-0.056654,0.027105,-0.038679,-0.007383,-0.018158,0.031753,-0.016562,-0.01088,-0.01649,0.028691,0.012338,-0.027711,-0.007214,0.029084,0.00607,-0.002541,-0.010395,0.023118,-0.020573,0.055564,-0.001192,-0.011319,0.000762,-0.002928,-0.000121,-0.002521,0.012235,-0.02791,-0.026383,0.016777,-0.048569,-0.054227,-0.022634,-0.000833,-0.015008,0.019713,0.000981,-0.002237,-0.031879,0.009008,-0.007937,-0.026161,0.008466,-0.015209,-0.007205,0.005201,-0.011249,0.023817,0.024694,-0.008245,0.021261,0.011639,-0.027323,-0.012469,-0.014719,0.029103,-0.008799,0.002245,-0.01052,-0.010539,0.021744,0.000029,-0.034958,0.019933,-0.013491,0.034696,0.026816,-0.062889,-0.015188,-0.000224,0.008525,0.034499,-0.003431,-0.029697,-0.003514,-0.000432,0.012692,-0.026103,-0.007779,-0.02684,0.037706,-0.00441,0.009245,0.010746,0.123999,0.004558,0.006807,0.003451,0.003724,-0.007991,-0.0092,0.036816,0.034133,0.002459,0.009468,-0.001874,-0.006461,-0.013677,-0.021117,-0.066865,-0.014408,-0.026077,-0.049617,0.023428,0.0088,-0.021632,0.000014,0.025557,0.011915,-0.017853,0.010525,-0.01798,0.031229,-0.029106,-0.013446,0.000727,0.012265,-0.00256,-0.002934,-0.039604,-0.012663,-0.028456,-0.036461,-0.01618,-0.003803,-0.004084,0.045501,-0.044339,-0.01219,0.019324,0.064499,-0.005454,-0.025392,-0.00703,-0.009633,-0.0206,-0.002319,0.081456,0.005918,-0.015659,-0.001446,0.018667,-0.009739,-0.008361,0.017724,0.001514,0.014201,0.014686,0.017303,0.107465,-0.013451,0.021603,-0.020357,-0.016706,-0.001268,0.039929,0.036584,-0.015363,0.003678,-0.016693,0.000148,0.001519,0.015127,-0.0185,-0.050961,0.00931,-0.023902,-0.004033,-0.010864,0.05786,0.01671,-0.029131,-0.018819,-0.014962,-0.021956,0.018344,0.003848,0.025501,0.014191,0.013189,0.036979,0.022818,0.000551,-0.022474,0.022217,0.00681,0.021958,0.045827,-0.063837,0.039324,-0.035656,0.023833,-0.011393,0.031224,0.028489,0.020937,0.019303,0.021233,0.041437,-0.017386,-0.022437,0.020645,-0.002676,-0.011411,0.029811,0.005703,-0.018154,-0.006792,0.011312,0.028076,-0.005888,-0.031384,-0.010396,-0.0444,-0.030281,-0.016109,0.02193,-0.03974,0.039414,-0.041066,-0.000728,0.026543,0.031109,-0.027149,-0.005902,0.020656,-0.02064,0.009716,0.012008,0.733362,-0.004311,-0.011617,0.01622,0.028627,-0.00825,0.014623,0.01835,0.009377,-0.03707,-0.006964,0.014425,0.018427,0.009747,0.010755,-0.000204,0.026053,-0.006383,-0.010525,-0.015628,-0.01451,-0.015821,0.052748,0.011844,0.046556,0.040577,0.026864,-0.046193,0.024226,0.013964,-0.016265,-0.00273,0.009997,0.002475,0.00425,0.00788,0.00619,0.004322,0.026333,-0.064735,-0.009179,-0.040634,-0.009357,-0.011259,0.020586,-0.027716,0.01005,0.036539,0.003747,-0.001583,0.008359,0.027435,0.012823,0.054637,0.018885,0.00739,0.013092,-0.031377,0.023742,-0.007687,0.024283,-0.021913,-0.022584,0.036629,0.000797,-0.026756,0.01325,0.01798,0.02266,0.034363,0.023814,-0.044106,0.012338,0.012217,-0.019451,0.008351,-0.010473,-0.053988,0.000635,-0.014169,0.026642,-0.077573,0.042868,-0.001108,0.036884,0.011989,-0.035347,0.002556,0.021719,-0.003846,-0.062929,0.009961,-0.012793,-0.021385,0.015576,-0.018712,-0.028527,-0.002998,-0.015865,0.00047,-0.002705,-0.002137,-0.007281,0.06442,-0.01895,-0.025757,-0.019232,-0.007707,-0.032031,0.066407,0.010442,0.00884,0.01419,0.004659,-0.02735,0.023055,0.029979,0.014774,-0.00015,0.023129,-0.020216,-0.021215,-0.000486,-0.006531,0.041135,-0.040277,-0.00641,0.001026,0.006922,0.002178,0.0454,0.042388,-0.005983,0.010856,-0.02596,-0.060525,-0.010919,-0.002867,-0.013679,0.017764,-0.018146,0.009986,-0.002746,0.005927,0.015112,0.016633,0.01375,0.017967,-0.018508,0.009711,-0.002802,0.151477,0.0496,-0.012367,0.020863,-0.008145,-0.007213,-0.013269,-0.039852,0.01879,0.032857,0.023877,0.057147,0.022863,0.027029,-0.014517,0.083874,0.022416,-0.009032,0.021213,-0.021869,0.017191,-0.004156,-0.130901,0.025304,-0.06775,-0.023906,-0.002143,-0.010503,-0.006522,-0.026658,-0.010937,0.035324,0.016039,-0.006917,-0.023497,-0.017808,0.009141,-0.04748,-0.02005,-0.007532,-0.029471,-0.021387,0.024991,0.063218,-0.010147,0.110478,0.028532,-0.018063,-0.010204,0.035715,-0.00246,0.004086,0.019973,0.01495,0.015474,-0.024348,-0.02916,0.023697,-0.016678,-0.02285,-0.039826,-0.013818,0.04062,-0.005896,-0.02265,0.012518,-0.013427,0.017953,0.015741,-0.039603,-0.01013,-0.000203,0.043902,-0.017705,-0.015997,-0.009844,0.069734,-0.010065,-0.007464,-0.002139,-0.025306,0.025286,-0.018457,0.014014,-0.01379,-0.012286,-0.046363,-0.014453,-0.003711,-0.014449,0.00725,-0.002587,0.010499,-0.006475,-0.008488,-0.02865,0.052558,0.129104,-0.003311,0.019001,-0.007423,-0.000342,-0.029962,0.036323,-0.000566,-0.053186,-0.026602,0.010931,0.013842,0.028749,-0.015945,-0.039984,-0.038834,0.017347,-0.003545,0.001657,-0.053548,-0.036216,0.015181,0.004623,-0.002207,0.00144,-0.042176,-0.005475,0.006471,0.042642,0.012925,-0.008044,0.01866,-0.040934,-0.006123,0.002623,-0.029103,0.00653,-0.003534,0.019651,-0.020828,0.011825,0.022464,0.013599,-0.021799,0.049318,0.012216,-0.011116,-0.003508,0.025465,-0.0121,0.024405,0.007205,-0.004151,-0.056195,0.047148,0.022227,-0.002869,-0.023152,-0.017511,-0.003354,-0.00701,0.02699,-0.025613,-0.009312,0.016994,-0.034615,-0.046992,-0.005792,-0.018657,0.000262,0.038026,-0.020566,-0.008223,-0.004119,0.033883,-0.019868,0.010496,0.044066,-0.005258,0.007534,-0.019477,0.006376,0.005298,0.039023,-0.007662,0.011267,-0.011065,0.010896,-0.008421,-0.024081,0.023451,-0.030568,0.002584,-0.031678,0.003035,0.027447,0.063715,-0.033016,0.011181,-0.02669,0.045658,0.042704,-0.037364,0.017937,0.00231,0.008605,0.029629,-0.008013,-0.008144,-0.026012,-0.007018,0.021862,0.023295,0.005722,-0.026904,-0.0088,-0.004639,-0.035985,-0.013073,0.07876,0.016276,-0.022437,0.001642,0.004175,-0.009399,-0.007292,0.066095,0.007694,-0.01534,-0.031776,-0.023925,0.02974,-0.020443,-0.016896,-0.024449,0.010329,0.036591,0.025945,0.010668,-0.003159,-0.031236,-0.005954,0.012771,-0.008278,0.004227,0.031373,-0.025867,-0.001248,-0.009017,0.005026,0.017472,0.021198,-0.020212,0.013672,-0.01904,0.007997,-0.000166,-0.023445,0.002281,0.016468,-0.006356,0.033646,-0.027856,-0.024281,0.047677,0.053178,0.01265,-0.026727,-0.017613,0.009129,-0.019027,0.011857,0.065276,-0.002759,-0.014552,0.003525,0.007916,-0.017772,-0.00349,0.009333,-0.003185,0.020394,0.006658,0.018183,0.113022,-0.011308,-0.000463,-0.035768,-0.002794,0.016614,0.031029,0.027136,-0.008562,-0.016491,0.02455,0.025106,-0.010048,0.036626,0.012115,-0.017677,-0.033236,-0.003668,-0.020702,-0.004186,-0.0448,0.02761,-0.027716,-0.02759,-0.030525,-0.007047,-0.024697,0.006198,0.04592,0.005973,0.046412,-0.001734,-0.040921,-0.021811,-0.032704,0.032989,-0.01584,-0.004534,0.017158,0.003546,0.006841,-0.040026,-0.002987,-0.043583,0.049277,0.033978,0.028505,0.013571,0.00029,0.032292,0.013986,-0.006777,0.040524,-0.022332,-0.016806,0.010139,0.008028,0.002722,-0.000143,-0.001772,0.019227,-0.005741,-0.01021,-0.011565,0.004377,-0.039821,0.004089,0.039206,-0.021105,0.016907,-0.018632,-0.039698,-0.002951,0.009597,-0.02625,-0.022755,-0.023915,0.002749,0.016272,0.039651,0.772739,-0.007435,0.038053,0.028648,0.029772,0.006507,-0.025861,0.014325,-0.00155,0.008566,0.001536,0.012886,0.022626,0.017062,0.00205,-0.015303,-0.003007,-0.011953,-0.000202,-0.002191,-0.030897,-0.006734,0.036331,0.02615,0.016697,0.067059,0.010769,-0.007888,0.044047,0.019481,0.008266,-0.023436,-0.029749,0.005668,-0.009406,0.02512,-0.013109,0.042502,0.019948,-0.083524,0.007672,0.001574,0.013801,-0.041767,0.000855,-0.01326,0.031557,0.009402,-0.010844,-0.016184,0.008319,-0.004438,0.025749,0.060774,0.006168,-0.014279,0.015404,-0.016954,-0.021139,0.025192,0.007502,0.006108,-0.005955,0.075429,0.006418,0.029221,0.000565,-0.002347,0.029773,0.016229,0.034163,-0.094488,0.040418,0.028127,0.000493,0.011593,0.007324,-0.021489,0.012668,-0.009612,0.018325,-0.081446,0.023504,0.035655,0.002026,-0.01155,-0.032957,0.001916,0.019818,-0.00634,-0.055677,0.010947,-0.000719,-0.026562,0.039764,-0.001232,-0.023364,0.01062,-0.016659,-0.012115,0.008837,-0.000339,-0.003604,0.034155,-0.037105,0.00349,-0.030088,0.008612,-0.009628,0.08895,0.038207,0.007483,-0.013111,-0.007863,-0.018168,0.022458,0.031048,0.012173,0.015882,0.021528,0.009812,-0.004917,-0.006921,-0.019709,0.043465,-0.03155,0.002725,-0.013642,0.021101,-0.008344,0.008348,0.006264,-0.003592,-0.005488,-0.051224,-0.055763,0.006065,-0.0191,-0.011119,0.026489,-0.015824,0.011487,0.015473,0.00905,0.029787,-0.018261,-0.015324,0.027652,-0.016863,0.019352,0.009784,0.107649,0.036856,-0.023897,0.016674,0.001787,0.004521,-0.019678,-0.026964,-0.010145,0.04911,0.018457,0.015064,0.007977,0.012496,-0.004558,0.092216,0.002468,0.018315,-0.009581,-0.017477,0.012846,0.004666,-0.11312,-0.019407,-0.048613,0.004622,0.009989,-0.01737,-0.013597,-0.01806,-0.007967,-0.004988,0.01219,-0.017588,-0.034216,0.002296,-0.005613,-0.028678,0.011476,-0.022772,-0.004581,-0.005839,0.058253,0.081711,-0.013026,0.131275,0.008754,-0.011551,0.005877,0.02985,0.019562,0.011084,-0.009234,0.02871,0.019188,-0.017491,-0.034984,-0.005928,-0.010371,-0.008345,-0.02725,-0.012247,0.025095,0.000705,-0.024177,0.007938,0.013709,0.008879,0.003477,-0.031483,-0.018527,0.028384,0.033064,-0.028644,-0.020551,-0.000889,0.040528,0.000072,0.017307,0.001908,-0.018483,0.00835,0.004906,0.01576,-0.003548,-0.007079,-0.039074,-0.013365,-0.004059,-0.036805,0.014568,0.016562,0.005684,-0.04262,0.016836,0.000236,0.035443,0.150884,0.00197,0.024367,0.022838,0.010131,-0.002457,0.034272,-0.012467,-0.020672,-0.020541,0.001328,-0.008302,-0.001234,0.002044,-0.028263,-0.037507,0.040437,0.003093,-0.001774,-0.046398,-0.013112,0.032856,-0.002996,-0.001351,0.019551,-0.03641,0.000843,0.016021,0.031272,0.034488,0.026147,0.012106,-0.013063,-0.001546,0.002794,-0.045233,0.011341,-0.005575,-0.012248,-0.001794,0.0291,-0.00439,-0.014131,-0.043408,0.022888,0.006599,-0.017244,0.000242,0.024527,-0.003197,0.02762,-0.00697,0.011789,-0.050819,0.00373,0.003199,-0.001433,-0.008244,-0.004349,0.005016,-0.002409,0.018032,-0.03322,-0.000804,0.009698,-0.02088,-0.017373,0.000032,-0.007524,0.001698,0.045301,-0.000477,0.000606,0.004587,-0.005566,-0.016934,-0.055307,0.027123,-0.019456,-0.006195,0.000881,-0.010994,0.03912,0.029162,-0.003477,0.035247,-0.0105,-0.008046,-0.003934,-0.01609,0.035751,-0.014505,-0.000468,-0.000811,0.001357,0.031642,0.052693,-0.005425,-0.002011,-0.022086,0.040776,0.00642,-0.01354,0.00272,0.005406,0.008104,0.064479,-0.017409,-0.01982,-0.021267,0.016645,0.012891,0.00314,-0.006548,-0.025244,0.025984,-0.027289,-0.015769,0.011513,0.094121,0.005158,-0.030099,0.016738,0.011081,-0.011931,-0.016568,0.052741,0.025877,-0.007562,0.017409,-0.002387,-0.012516,-0.027696,-0.029083,-0.068171,-0.021226,-0.005327,-0.017559,0.008487,-0.010039,-0.042104,0.007304,0.00281,-0.002498,0.001411,0.028497,-0.019058,-0.002309,-0.037508,-0.026907,0.002725,-0.000935,-0.012578,-0.005387,-0.00902,0.03265,-0.020743,-0.036098,-0.000478,0.006441,0.019434,0.035611,-0.037949,-0.012207,0.043736,0.055407,0.026834,-0.020655,-0.001935,0.015672,-0.006405,0.009042,0.070565,0.003864,-0.013199,0.002743,0.020023,-0.010954,-0.011467,0.024127,0.016641,0.023384,0.001348,0.011161,0.114336,-0.000208,-0.001833,-0.006475,-0.008388,0.010618,0.023253,0.02362,0.004621,-0.000499,0.007456,0.005724,0.005497,0.014853,0.019621,-0.02792,-0.017296,-0.019589,0.009733,-0.025871,0.045748,0.016925,-0.022849,-0.010177,-0.019812,-0.004122,-0.007911,-0.000422,0.009548,-0.011449,0.032052,0.005805,-0.006757,-0.006032,-0.032128,0.027119,-0.008076,0.010309,0.027871,-0.000485,0.023376,-0.04671,0.028271,-0.025929,0.032138,0.015513,0.006984,0.01735,0.00641,0.047033,-0.004411,-0.012221,0.012779,-0.016555,-0.024144,0.037907,0.011414,-0.015712,-0.01259,-0.000798,0.00618,-0.016803,-0.028316,-0.031946,-0.018677,-0.024376,-0.009398,0.022635,-0.016856,0.006988,-0.0212,-0.029611,0.007645,0.007998,-0.027466,-0.016356,-0.015733,-0.021906,0.005524,0.024878,0.79821,-0.015125,0.027794,0.014925,0.021471,0.01638,-0.013246,0.011933,0.023314,-0.022041,-0.003083,-0.007333,0.025784,0.00839,0.013573,0.001335,-0.006409,-0.015118,-0.00549,-0.019278,-0.01479,-0.01512,0.047311,0.030123,0.000983,0.041892,0.011774,-0.017906,0.028839,0.006159,-0.004673,-0.006582,-0.008676,0.007648,-0.015713,0.012551,-0.007237,0.029079,0.024024,-0.082204,0.023232,-0.028811,0.001383,-0.009767,0.009211,-0.024606,0.01372,0.030553,0.000454,-0.011613,-0.0021,-0.015564,0.004635,0.05395,0.012885,-0.01229,0.004994,-0.034619,0.010618,0.029381,0.010953,-0.010985,-0.008403,0.05863,0.022385,0.016278,-0.000957,-0.011213,0.029069,0.026803,0.037288,-0.068854,0.02237,0.026675,-0.006311,0.020038,-0.004962,-0.032115,0.013441,-0.013867,0.021922,-0.085217,0.031242,0.025276,0.011972,0.001061,-0.044113,0.007917,0.010143,0.008124,-0.072335,0.00908,-0.009706,-0.028931,0.023628,0.004242,-0.034032,0.022291,-0.008758,-0.003354,-0.005067,0.009273,0.0059,0.052514,-0.016065,0.00747,-0.023999,0.002306,-0.023512,0.077736,0.023526,0.012699,-0.013843,-0.011437,-0.033601,0.024689,0.033218,0.02241,0.003178,0.027413,-0.009551,-0.009262,0.001496,-0.013755,0.044968,-0.041071,0.001498,-0.000804,0.020564,-0.010257,0.033877,0.031486,-0.009528,-0.005737,-0.03343,-0.050247,-0.003802,-0.004151,0.000102,0.024383,-0.012237,0.010677,0.008688,0.009609,0.010175,0.000514,0.012701,0.018878,-0.010402,0.01433,-0.002283,0.126514,0.05578,-0.019424,0.022926,-0.005889,-0.000085,-0.007492,-0.035096,0.016511,0.040545,0.032182,0.022723,0.017076,0.030582,-0.014317,0.075,0.019237,0.012836,0.019553,-0.019393,0.012418,-0.005383,-0.16791,0.003454,-0.049321,-0.016597,-0.003329,-0.024125,-0.013808,-0.032657,-0.001273,0.000764,0.008272,0.003621,-0.029444,0.00479,0.011391,-0.041658,0.002353,-0.014505,-0.015841,-0.01469,0.033168,0.079327,-0.026982,0.122834,0.028564,-0.022576,-0.004424,0.039936,0.015291,-0.009872,-0.001435,0.030259,0.024003,-0.029604,-0.045403,0.002267,-0.007898,-0.008574,-0.041311,-0.01633,0.030464,-0.010656,-0.021531,0.011371,0.000073,0.004011,0.0162,-0.038373,-0.014318,0.005332,0.04705,-0.012635,-0.020532,-0.011408,0.067241,-0.002134,0.006348,-0.002354,-0.028157,0.0229,-0.001555,0.016464,-0.00272,-0.015892,-0.03756,-0.018571,-0.00024,-0.045379,0.012278,-0.011219,0.019061,-0.02983,0.004663,-0.029363,0.032637,0.125223,0.00263,0.03039,0.001465,0.00234,-0.013095,0.046542,-0.004569,-0.045509,-0.024387,0.008129,-0.001214,0.011871,-0.002779,-0.026824,-0.042905,0.004258,-0.007177,0.001715,-0.049976,-0.02109,0.029631,0.004692,0.007764,0.011878,-0.040867,-0.00072,-0.002728,0.038615,0.02552,0.015506,0.02193,-0.015001,-0.009466,0.0018,-0.04581,0.011715,-0.004076,0.016232,-0.014098,0.028344,0.010877,-0.001012,-0.022071,0.030548,0.015178,-0.034945,-0.011535,0.030855,-0.019911,0.029021,0.012016,0.003336,-0.060894,0.02763,0.009775,0.009207,-0.01554,-0.004077,-0.007258,-0.000411,0.016463,-0.022964,0.003219,0.006953,-0.019693,-0.04036,0.017041,-0.01896,0.006249,0.042306,-0.008088,0.002613,0.003475,0.017616,-0.010424,0.014909,0.037031,-0.014405,-0.016484,-0.010463,-0.003271,0.029372,0.037724,-0.001789,0.01185,-0.0184,0.018441,-0.012972,-0.026295,0.030814,-0.025388,-0.004017,-0.025235,-0.003088,0.032285,0.064323,-0.028262,-0.000422,-0.01457,0.045561,0.018513,-0.030104,0.012588,-0.014011,0.0041,0.027846,-0.017412,-0.009094,-0.028198,0.002763,0.016854,0.018699,-0.015988,-0.032998,0.000833,-0.017397,-0.029892,-0.008567,0.101306,0.014193,-0.029412,0.009342,0.019586,-0.017869,-0.017507,0.064166,0.015357,-0.020668,-0.004762,-0.021305,0.010002,-0.038811,-0.01845,-0.035558,0.007578,0.020946,0.011801,0.01647,-0.01181,-0.035361,-0.00477,0.011008,-0.008261,0.015077,0.034453,-0.015372,-0.009183,-0.016187,-0.011267,0.018299,0.012537,-0.025249,0.007417,-0.018854,0.022623,-0.018816,-0.031069,0.007129,0.015561,0.003053,0.032852,-0.041674,-0.019739,0.042268,0.053677,0.023697,-0.026434,-0.010949,0.015901,-0.016258,0.005556,0.101668,-0.004117,-0.02158,0.005684,0.022484,-0.007713,-0.014678,0.017307,0.01717,0.016628,0.000038,0.0201,0.112906,-0.000729,0.001479,-0.021882,0.003813,0.020859,0.023637,0.027104,0.011151,-0.002498,0.021525,0.013642,0.00783,0.036129,0.010833,-0.016319,-0.021251,-0.012593,-0.0134,-0.011723,0.024201,0.022633,-0.020441,-0.033982,-0.027906,0.003793,-0.008073,0.001731,0.040242,-0.010808,0.041791,0.006568,-0.017725,-0.019264,-0.038087,0.04468,-0.017213,0.007885,0.029445,-0.010236,0.009333,-0.053143,0.027458,-0.052849,0.040039,0.027527,0.015161,0.020828,0.002854,0.028268,0.004528,-0.018215,0.026813,-0.030517,-0.030765,0.030079,0.018597,-0.006376,0.006178,0.001829,0.010638,-0.017077,-0.016306,-0.037748,-0.01504,-0.035604,-0.014717,0.039283,-0.015336,0.01771,-0.028218,-0.029686,0.008257,0.00664,-0.016105,-0.016788,-0.014418,-0.003491,0.005526,0.02998,0.77472,-0.013316,0.018063,0.005537,0.020822,0.007162,-0.025038,0.010092,0.018035,-0.012865,-0.007184,-0.000093,0.015735,0.019807,0.005349,-0.008444,0.005881,-0.006867,0.00151,-0.008013,-0.012419,-0.012404,0.058387,0.035528,0.008291,0.046013,0.012692,-0.020589,0.03519,0.010856,-0.00122,-0.013679,-0.014036,0.022553,-0.025682,0.018762,-0.010149,0.04488,0.013385,-0.075825,0.016349,-0.014822,0.00547,-0.026076,0.015726,-0.017783,0.022324,0.031711,-0.004864,-0.013592,-0.000489,0.003814,0.007439,0.053655,0.011092,-0.017037,0.008893,-0.028873,-0.00478,0.02018,0.0215,-0.00282,-0.00855,0.057344,0.020953,0.007045,0.004571,-0.002676,0.019736,0.026532,0.023048,-0.089722,0.008448,0.023297,0.007946,0.005898,0.010901,-0.015724,0.002208,-0.024832,0.034706,-0.071781,0.010529,0.00881,-0.011288,0.003401,-0.037001,-0.008007,0.002618,-0.032828,-0.058407,-0.004284,0.01835,-0.021175,0.002266,-0.006253,0.003786,0.000334,-0.010101,-0.009925,-0.003953,0.01628,-0.001071,0.025176,-0.068156,-0.021727,0.01224,0.028656,-0.000901,0.060658,0.02353,-0.029372,-0.024046,-0.021844,-0.025939,-0.010133,0.004891,0.042995,0.015418,0.035423,0.0273,-0.015253,-0.008076,-0.006823,0.023069,-0.036131,-0.023633,0.015793,0.007472,0.003998,-0.010409,0.016337,0.015508,0.013836,-0.047058,-0.027913,-0.01686,0.013949,0.009748,0.007914,0.008215,0.046053,0.009504,0.006362,0.02888,0.034926,-0.008737,-0.006604,-0.000513,0.003841,-0.005521,0.180993,-0.010095,0.002103,-0.023522,0.004084,0.01217,-0.028669,-0.014218,-0.025581,0.038445,-0.007384,-0.001078,0.012895,-0.01852,-0.006611,0.071231,-0.016539,-0.008946,-0.014118,-0.024021,-0.010365,-0.003221,-0.193583,0.015892,-0.019086,-0.005903,0.009534,-0.004579,0.019784,-0.009167,-0.003836,-0.034581,-0.025755,-0.02305,-0.035986,-0.034202,0.003956,0.004709,0.026899,0.014,0.01001,0.005441,0.045931,0.05273,-0.033219,0.082528,0.021232,-0.007507,0.016622,0.023799,0.020102,-0.003401,0.002243,0.03529,-0.013608,0.014214,-0.024677,0.012745,-0.023538,0.016308,-0.029782,-0.000304,0.046408,0.042972,-0.031485,0.027177,-0.018562,-0.013588,0.028704,-0.019682,-0.032566,-0.035746,0.008697,-0.003439,0.013026,-0.024451,0.014713,0.035886,-0.011178,0.000622,-0.020156,0.0165,0.041998,0.032109,-0.0039,-0.019962,-0.043664,0.00707,-0.023379,-0.026002,0.015524,0.021064,0.028238,-0.003328,0.0141,0.007865,0.032889,0.119399,0.014851,0.026752,-0.002815,0.025569,-0.010761,-0.031566,-0.013058,0.006268,-0.033472,-0.01484,-0.005422,-0.005943,0.01342,-0.016312,-0.043482,0.064146,0.004613,0.027581,-0.051059,0.030188,0.024358,0.022352,0.00104,0.003574,-0.037832,-0.021947,0.008152,0.024822,0.005169,-0.002196,0.052725,0.02429,0.02733,0.005528,-0.005364,0.032315,0.007047,0.024359,-0.019714,0.042357,0.00593,-0.004901,-0.036135,0.010879,0.010094,-0.035053,0.01586,0.011679,0.00227,0.034274,-0.007673,0.005763,-0.034473,0.014336,0.005675,-0.016561,0.01526,-0.00841,-0.008894,0.000156,-0.022787,-0.04352,-0.018889,0.018615,-0.039414,-0.079022,0.007225,-0.022721,0.001947,0.037131,-0.00176,-0.024664,-0.031188,0.013542,0.000363,0.00193,0.017274,0.012498,0.01145,-0.012838,-0.004321,0.029377,0.02604,-0.000466,0.01519,-0.012319,-0.018085,-0.005897,-0.044121,0.022029,-0.031701,-0.001727,-0.002324,0.035935,0.012199,-0.008615,-0.013238,-0.036995,0.008814,0.023811,0.008213,0.038102,-0.009615,-0.018589,0.008894,0.000881,0.018435,-0.04009,-0.003737,-0.014462,0.017588,0.008787,-0.025148,-0.042126,0.004213,-0.014634,0.027912,0.028193,0.083763,0.018528,-0.020169,0.01044,-0.008062,0.02151,-0.013415,0.056376,-0.000436,0.006026,-0.033015,-0.019825,0.005054,-0.050399,-0.014651,-0.027451,-0.016328,-0.006891,-0.02352,0.024247,-0.006422,-0.007127,0.017172,0.038913,0.003436,0.003161,0.003796,-0.031951,-0.003872,-0.056794,-0.011624,0.018511,0.042217,-0.031635,0.01407,-0.044479,0.007775,-0.004588,-0.034324,0.00576,0.019055,0.001821,0.029995,-0.033593,0.01212,0.017299,0.019999,0.031944,-0.003117,0.025283,-0.000664,-0.018378,-0.019947,-0.018166,-0.006965,-0.046296,-0.036981,-0.014084,-0.014971,-0.028713,0.016046,-0.003948,0.015603,0.001713,-0.011151,0.114884,0.01088,0.013043,-0.017545,-0.014381,-0.021618,0.055085,0.028358,-0.0456,-0.035768,0.013384,-0.044321,-0.02237,0.024391,0.052431,-0.007971,-0.00208,-0.028536,0.019226,0.015595,0.057857,0.016697,-0.01807,0.015792,0.006166,0.006079,-0.0204,-0.012995,0.009146,-0.017685,-0.012475,0.031711,-0.001472,0.01467,0.013461,0.031069,-0.008478,0.006886,-0.005015,-0.000327,0.025543,-0.015122,0.019459,-0.009605,0.00971,0.018888,-0.024334,0.003521,-0.016232,0.072903,0.008942,-0.005083,0.011244,-0.010758,0.017072,0.014984,0.009242,-0.014837,0.016445,-0.011147,0.008354,-0.03061,0.010187,-0.032334,0.004858,-0.078218,-0.014936,0.012585,-0.041402,-0.003759,-0.003347,-0.008554,-0.009287,-0.028301,0.000024,-0.00925,-0.03981,-0.021058,0.002695,0.01054,0.759406,0.002697,0.002506,0.008027,0.028676,-0.031584,-0.000103,-0.028257,0.012,-0.008713,0.011996,0.007101,0.030155,0.032048,0.019169,-0.029942,0.01241,-0.005352,-0.020524,-0.02491,-0.019616,-0.027027,0.030973,0.036145,-0.01839,0.060812,-0.012416,-0.030784,-0.00829,0.039781,-0.053064,-0.014335,-0.034726,-0.04468,-0.02168,-0.007498,-0.012104,-0.020139,0.009922,-0.09461,-0.001276,-0.005755,0.016208,-0.00866,0.003098,0.022805,0.041163,-0.003595,-0.020867,-0.018259,0.032732,0.019969,0.0385,0.048275,-0.003602,-0.01363,0.00969,-0.023407,-0.011899,0.014369,-0.006718,-0.020176,-0.018537,0.071677,0.034599,0.06039,0.001604,0.034199,-0.002408,-0.001374,0.023248,-0.074104,0.023833,0.015238,-0.017084,0.010887,0.022402,-0.052388,0.013972,-0.017954,0.013513,-0.083192,0.019684,0.00503,-0.016586,-0.007612,-0.043722,0.013798,0.034235,-0.011199,-0.032684,0.009934,0.018012,-0.000508,0.016506,-0.009901,-0.011085,0.019362,-0.023833,0.002939,0.024348,0.008131,-0.011138,0.00726,-0.062683,-0.005151,0.000546,0.002318,-0.005438,0.03553,0.019727,-0.00495,-0.029267,-0.0399,-0.024729,-0.031921,0.00115,-0.004162,0.019307,0.016216,0.00335,-0.012105,0.002007,-0.010823,0.026037,-0.016805,-0.037598,0.026666,0.047094,-0.008956,0.025547,0.012858,-0.008609,0.010466,-0.022954,-0.018115,-0.012712,0.032967,-0.005773,0.023611,0.022532,0.013547,-0.007095,-0.00668,0.022024,0.020343,0.001035,0.002543,-0.004468,-0.010838,-0.016074,0.166158,0.007026,-0.000951,-0.012053,0.002258,0.006404,-0.004595,0.010469,-0.022736,0.035489,0.015235,0.003588,0.015388,0.008829,-0.002735,0.068713,-0.012185,-0.006929,0.006023,-0.010809,-0.004871,0.005372,-0.235012,0.010168,-0.025059,-0.005387,0.032212,-0.007513,0.006372,-0.012264,-0.018744,-0.021122,-0.000104,-0.005721,-0.057124,-0.02813,0.018814,-0.022533,0.04337,-0.009405,-0.011812,-0.006154,0.036692,0.058024,-0.045539,0.102938,0.042716,0.013978,0.008625,0.048498,0.019389,0.009242,0.014284,0.037844,-0.013269,-0.045964,-0.006972,0.008179,-0.014935,0.046676,-0.04686,0.019655,0.00768,0.000853,-0.034484,0.011627,-0.007863,-0.002916,0.007855,-0.027844,-0.036818,-0.001613,0.009585,0.004655,0.004966,-0.010903,0.038972,0.007923,-0.011366,-0.010842,-0.044698,-0.004175,0.003229,0.028401,0.005911,-0.019869,-0.03789,0.011014,-0.014637,-0.028592,-0.002336,0.012108,0.012724,-0.017324,-0.005883,0.004835,0.034854,0.149706,0.013353,0.018112,-0.000824,0.032421,-0.020359,-0.018826,-0.021939,-0.001207,-0.022805,0.007976,0.010875,0.004906,0.030663,-0.021858,-0.021572,0.07156,0.011329,0.004348,-0.024788,0.010273,0.038589,-0.000146,0.010393,0.012227,-0.009716,0.000634,0.011561,0.032147,0.008422,0.02201,0.024183,0.027893,0.004843,0.002514,-0.00955,0.027784,0.00575,0.007731,-0.01344,0.017767,-0.005559,0.003297,-0.033522,0.037808,-0.004581,-0.037859,0.009298,0.02131,-0.002818,0.024921,0.000061,0.007942,-0.024571,0.02148,0.024037,0.00594,0.033096,-0.006651,-0.002604,0.022333,-0.016523,-0.039451,-0.019583,0.019235,-0.032256,-0.122027,0.012729,-0.010289,-0.013828,0.023412,0.006114,0.005898,-0.098715,0.018602,0.010649,0.003627,0.031535,0.002221,0.014989,-0.001728,0.003718,0.035004,0.0408,0.002159,0.018128,0.002154,0.001585,0.005962,-0.005225,0.007337,-0.02511,0.004112,-0.000808,0.02615,0.017165,0.014566,-0.021089,-0.000834,0.016116,0.013287,0.009174,0.03306,0.005475,-0.030451,-0.014286,0.015022,-0.011531,-0.042957,0.012266,-0.007656,0.003833,0.002806,-0.028988,-0.034362,0.002033,0.008927,0.030181,-0.00744,0.074885,0.007011,-0.023658,0.013891,0.012043,-0.009424,-0.031132,0.038087,-0.015946,0.010373,-0.025143,-0.006965,-0.003319,-0.040489,-0.005358,-0.017319,-0.022384,-0.005987,-0.012671,-0.001267,-0.023603,-0.007898,0.004758,0.006437,0.018225,0.002056,0.006856,-0.02155,-0.002234,-0.050546,-0.012042,0.008887,0.02289,-0.027711,0.013492,-0.016135,-0.000106,-0.025605,-0.029457,-0.01498,-0.001429,0.024474,0.02812,-0.028577,0.000437,0.023823,0.03089,0.034894,-0.022677,0.034825,0.013343,-0.014144,-0.014995,-0.015837,-0.002017,-0.032249,-0.045285,0.018391,-0.038608,-0.020216,0.020811,-0.011392,0.044064,0.021593,-0.006123,0.109169,0.018839,0.008166,-0.014765,-0.014291,0.007052,0.04624,0.032485,-0.028857,-0.009648,-0.002656,-0.022256,-0.031959,0.04164,0.043904,0.006781,-0.004651,-0.02192,0.012528,0.002777,0.037685,0.011668,-0.036801,0.007815,0.000507,-0.006275,-0.008499,0.0171,0.015963,-0.035882,0.012785,0.028163,-0.000277,-0.015531,0.021118,0.027965,-0.00764,0.013233,0.020101,0.015866,0.030963,-0.031572,-0.032245,-0.015393,-0.01339,0.004843,-0.023566,0.028833,-0.021199,0.089093,0.005093,-0.014488,0.013417,-0.010097,0.010519,0.005561,0.033948,-0.042392,0.005182,-0.000115,0.026336,0.001677,0.004967,-0.041288,-0.001963,-0.053853,-0.01319,0.021042,-0.03984,-0.000426,-0.013963,-0.01479,0.024259,0.009958,-0.00339,-0.017258,-0.007675,-0.01067,0.012682,0.011481,0.749623,-0.017097,0.019641,-0.021369,0.043064,0.004279,-0.005685,-0.01655,0.018127,0.006985,0.038641,-0.021079,0.025588,0.027032,0.022216,-0.018356,0.015995,-0.008279,-0.00318,-0.011809,-0.024578,-0.016167,0.029291,0.010412,-0.014462,0.058937,-0.012684,-0.025161,0.024807,0.035119,-0.045212,-0.033634,-0.03609,-0.0359,-0.024434,0.014343,-0.017663,-0.00771,-0.005577,-0.083223,-0.001401,0.01133,0.030556,-0.031931,0.011041,-0.009053,0.03486,-0.003871,0.012017,-0.013683,0.01267,-0.006895,0.013365,0.073834,-0.001962,-0.015827,0.009804,-0.037762,-0.023192,0.021681,0.003473,-0.02216,-0.018324,0.064177,0.011451,0.09086,-0.012893,-0.009462,0.022702,0.016172,0.018347,-0.072944,0.003511,0.016032,-0.000373,0.012817,0.01095,-0.037591,0.006262,-0.00847,0.015751,-0.070996,0.006178,-0.014334,-0.002843,0.000686,-0.043317,0.02534,0.015917,-0.008007,-0.071317,0.01573,0.020239,-0.006065,0.013023,0.001198,0.004239,0.026919,0.000871,0.004719,0.02141,-0.005525,-0.008423,0.023983,-0.057547,0.002298,-0.002502,-0.017978,-0.013243,0.041515,0.041139,-0.006333,-0.01724,-0.030246,-0.002213,-0.041301,0.011001,0.004841,0.017236,0.027297,0.004073,-0.007322,-0.014109,-0.031294,0.034359,-0.038551,-0.035129,0.02347,0.019507,0.005542,0.012326,0.006748,-0.006145,0.0168,-0.028719,-0.023289,-0.0119,0.023116,0.006423,0.047127,-0.000991,0.005683,-0.008765,-0.000728,-0.009317,0.017169,0.004864,0.014618,-0.007204,0.003794,-0.009697,0.169759,0.015305,-0.018915,-0.008716,-0.004601,0.002298,-0.007301,-0.017485,-0.025051,0.006509,0.005833,0.007838,0.0159,-0.001339,0.002855,0.063306,-0.003097,-0.01396,-0.000818,-0.021918,0.003127,-0.012917,-0.214006,-0.002631,-0.008487,-0.000626,0.023341,0.01921,0.008104,0.001604,-0.001999,-0.025259,-0.024033,0.009464,-0.044567,-0.021556,-0.022857,-0.032046,0.0547,0.015322,-0.009608,-0.017264,0.04495,0.09623,-0.035921,0.103348,0.013234,-0.001565,0.023602,0.026031,0.03408,0.016823,0.013478,0.045356,-0.021256,-0.049179,-0.005396,0.005887,-0.018268,0.028086,-0.034126,0.009651,0.026464,0.014915,-0.01964,0.001955,-0.007817,-0.007585,0.016341,-0.023161,-0.034933,-0.008224,0.019059,-0.022931,0.000093,-0.002392,0.044081,-0.004351,-0.001412,-0.005265,-0.036329,0.026063,0.011317,0.020304,0.038096,-0.020989,-0.04404,0.007944,-0.024948,-0.020219,0.004377,0.011208,0.0257,0.001859,0.0207,0.012366,0.047756,0.149308,0.010466,0.018806,0.008801,0.00655,-0.012499,0.006851,-0.026868,-0.013935,-0.015116,0.002799,-0.01273,0.01696,0.024149,-0.027186,-0.032408,0.037431,-0.008064,-0.018628,-0.028745,0.014407,0.013355,0.023301,0.003469,0.014306,0.005442,0.011263,0.027418,0.028885,0.012939,0.015051,0.029628,0.014313,0.008734,-0.007474,-0.013898,0.025196,-0.009739,0.025198,-0.020127,0.033367,-0.015266,-0.018575,-0.037066,0.030099,-0.008884,-0.040894,0.000571,0.022659,-0.015911,0.009991,-0.013325,0.006048,-0.027565,0.021079,0.004386,-0.005226,0.015285,0.006908,-0.000054,0.022973,-0.033069,-0.031866,-0.011531,0.015978,-0.03486,-0.115343,-0.010928,-0.028096,0.004891,0.003388,-0.011912,0.007239,-0.083571,0.024206,0.006777,-0.008515,0.026105,-0.017531,0.017992,-0.007243,-0.022591,0.03076,0.054934,-0.010739,0.022974,-0.000984,0.008115,-0.004593,-0.019844,0.033617,-0.04478,0.007582,0.002097,0.008178,0.01352,-0.008087,-0.025323,-0.012583,0.001749,0.016666,0.025013,-0.006555,0.020017,-0.017266,-0.019901,0.008097,0.005388,-0.019981,0.017662,-0.010388,0.012844,0.030062,-0.016097,-0.041855,0.003043,0.001221,0.035196,0.009734,0.075207,0.026281,-0.02948,0.032721,-0.007136,-0.006102,-0.031924,0.038397,0.004563,-0.011216,-0.038936,0.009118,-0.006942,-0.03886,0.007101,-0.031816,0.002224,-0.006437,-0.003061,0.00331,-0.028385,-0.009116,0.002974,0.015382,-0.013352,0.015125,0.001411,-0.033511,-0.025885,-0.051254,-0.005566,0.001553,0.032859,-0.045985,-0.001145,-0.013367,-0.002511,-0.022395,-0.043901,-0.000137,0.004287,0.016052,0.029744,-0.021192,0.003689,0.031221,0.02918,0.050179,-0.01407,0.012043,0.022227,-0.01207,-0.003202,-0.008252,-0.008548,-0.036828,-0.037642,0.021869,-0.038852,-0.002179,0.041197,-0.019651,0.03167,0.015455,0.016638,0.10833,0.021038,-0.000781,-0.012548,-0.027946,-0.008393,0.047274,0.009827,-0.016041,-0.013552,-0.006328,-0.021359,-0.044166,0.046942,0.018466,0.009361,0.03035,-0.020385,0.009251,0.002107,0.046899,0.022623,-0.032833,-0.017164,-0.003957,-0.023661,0.003125,0.018122,0.032543,-0.019013,0.019173,0.016814,-0.017017,0.013454,-0.003375,0.032244,0.018378,0.016327,0.016588,0.003195,0.018248,-0.019311,-0.00198,-0.0255,0.034789,0.015563,-0.014089,0.016502,-0.009303,0.082036,-0.004784,-0.010988,0.017923,-0.024676,0.019651,-0.003129,0.00702,-0.006794,-0.011189,-0.013837,0.021904,0.007893,-0.007166,-0.02147,-0.010761,-0.061754,-0.013589,0.037309,-0.028199,-0.014919,0.006403,0.001987,-0.002677,-0.000268,-0.003123,-0.02489,-0.006273,-0.003289,0.013101,0.00944,0.759915,0.001003,0.01459,-0.006542,0.031722,-0.008323,-0.001824,-0.010458,0.002567,-0.00474,0.032911,-0.008126,0.028486,0.010921,0.014373,-0.010827,0.024589,-0.007298,0.002986,-0.011787,-0.026447,-0.024177,0.044635,0.025371,-0.015124,0.040234,0.007007,-0.016048,0.017075,0.023533,-0.032001,-0.021954,-0.011929,-0.043743,-0.024179,0.019704,-0.032776,0.000832,0.009357,-0.082159,0.015524,-0.001079,0.005322,-0.039648,0.023851,-0.011245,0.021503,0.008052,-0.008952,-0.012711,0.009103,0.00066,0.020904,0.069067,-0.005138,0.00612,-0.001199,-0.033011,-0.032736,0.001248,0.022658,-0.012825,-0.010823,0.075152,0.01686,0.069238,-0.012596,0.009059,0.030096,0.021359,0.029329,-0.075367,0.017983,0.004319,0.009028,0.004035,0.009638,-0.03104,0.014766,0.003684,0.006709,-0.077976,-0.005462,-0.021227,0.000641,0.004869,-0.033516,0.033815,0.030965,-0.004357,-0.072026,0.022137,0.014953,-0.002697,0.018251,0.003777,0.010335,0.047916,0.000513,0.003193,0.013911,0.000603,0.007156,0.022007,-0.063329,0.016621,0.002599,-0.00208,-0.009735,0.029819,0.035308,-0.013123,-0.018498,-0.013777,-0.006965,-0.032298,0.015973,0.007939,0.012687,0.033266,-0.001947,0.000669,-0.004668,-0.029747,0.028166,-0.03618,-0.045854,0.028036,0.010798,-0.014453,0.007222,0.007286,-0.020666,0.006643,-0.015144,-0.016717,-0.007551,0.023392,0.011293,0.036521,0.014591,0.008389,-0.012596,0.013943,0.007768,0.014839,0.015577,0.006961,0.014488,0.00116,-0.004016,0.162536,0.015603,-0.008159,-0.00745,0.013099,-0.006669,-0.006278,-0.044828,-0.008583,0.029646,0.022911,0.005485,0.005681,-0.010495,0.000527,0.071091,-0.003286,0.00182,-0.00894,-0.017197,-0.010751,0.000052,-0.211524,-0.01246,-0.01831,0.005399,0.017415,0.002845,0.002955,0.011223,0.00302,-0.032914,-0.012269,0.005734,-0.054354,-0.020071,-0.006352,-0.034,0.053575,0.005906,-0.005868,-0.016362,0.035919,0.093794,-0.020802,0.106237,0.013495,0.011199,0.017697,0.017778,0.025543,0.015433,0.008413,0.035417,-0.026408,-0.026642,-0.013302,-0.000496,-0.017574,0.02473,-0.029288,0.019429,0.026299,0.017319,-0.018774,-0.00379,0.001452,-0.012757,0.011962,-0.013023,-0.021909,0.002884,0.010462,-0.026263,0.00303,0.004222,0.026329,0.006717,-0.003395,-0.01934,-0.037238,0.033217,0.029379,0.010482,0.020571,-0.017322,-0.04529,0.00278,-0.024871,-0.025971,0.012964,0.006721,0.035626,-0.004717,0.020266,0.028174,0.051408,0.122415,0.003005,0.01142,0.002919,0.020764,-0.003946,0.019544,-0.014485,-0.015922,-0.016663,0.005765,-0.016734,0.01621,0.024931,-0.031512,-0.028655,0.026904,-0.011565,-0.025308,-0.032048,0.011851,0.010663,0.019793,0.008231,0.021496,0.006131,-0.000484,0.01834,0.018941,0.000726,0.026968,0.036163,0.009391,-0.01008,-0.001688,-0.004963,0.028254,-0.028141,0.002401,-0.01835,0.023178,0.000298,-0.009683,-0.028041,0.03476,0.009141,-0.047391,-0.016814,0.01408,-0.020035,0.001239,-0.003229,-0.000617,-0.035817,0.013026,0.004912,-0.002368,0.022114,0.003023,0.003232,0.010695,-0.017135,-0.031347,-0.019462,0.019928,-0.030146,-0.125044,0.005384,-0.017113,-0.001906,-0.000937,0.015611,0.002185,-0.065911,0.02574,0.010528,-0.009934,0.026315,-0.014201,0.001934,-0.001318,-0.019374,0.031307,0.036937,-0.014359,0.023458,-0.010052,0.00872,0.001663,-0.022576,0.030463,-0.056725,0.005539,-0.004922,0.008016,0.017279,-0.007883,-0.025333,-0.012379,0.004075,0.022139,0.02698,0.002483,0.006882,-0.010218,-0.00976,0.009196,-0.003912,-0.005724,0.021726,-0.019746,0.023467,0.009642,-0.020748,-0.051745,0.019794,0.002806,0.017866,0.002282,0.069964,0.026696,-0.022709,0.032083,-0.002354,0.002272,-0.018594,0.025154,0.00704,-0.01088,-0.030283,0.004337,-0.000664,-0.033959,-0.011696,-0.029797,-0.008167,-0.010266,-0.010156,-0.000706,-0.024283,-0.014455,0.010705,0.030295,-0.004927,0.010208,0.000744,-0.020481,-0.026193,-0.045845,-0.019647,0.011687,0.028211,-0.037068,-0.006656,-0.002136,0.008249,-0.028878,-0.046145,0.006213,0.009384,0.010227,0.03529,-0.026407,0.001603,0.032983,0.018966,0.047921,-0.009281,0.011461,0.01575,-0.011428,-0.000121,-0.025504,0.006577,-0.018314,-0.02612,0.031172,-0.035555,-0.012904,0.027983,-0.010358,0.014971,0.014158,0.016548,0.109733,0.01416,0.001236,-0.003988,-0.029878,0.011415,0.050947,0.015593,-0.015447,-0.014339,-0.006285,-0.026119,-0.044598,0.039494,0.02909,0.026897,0.023792,-0.028552,0.000605,-0.004744,0.070764,0.028947,-0.019615,-0.026356,0.004191,-0.008097,-0.006294,0.011697,0.018669,-0.006392,0.023062,0.011904,-0.023061,0.013843,-0.008907,0.02708,0.002792,0.005867,0.009014,0.00498,0.019538,-0.031889,-0.004657,-0.023344,0.02103,0.023707,-0.01649,0.0057,-0.000411,0.07566,0.011082,0.000953,0.027348,-0.016918,0.024647,-0.008526,0.007754,-0.007007,-0.006712,-0.024354,0.038141,0.018399,-0.002568,-0.030763,-0.006681,-0.054503,-0.01156,0.040248,-0.021093,-0.007129,0.004687,0.001412,-0.000611,-0.002893,0.01047,-0.026052,-0.007262,-0.008468,0.003902,0.010209,0.772419,0.000603,0.012912,-0.009943,0.03006,-0.014287,0.006096,-0.011403,0.02039,-0.005073,0.026879,-0.006974,0.026408,0.013886,0.008822,-0.007275,0.025668,-0.006203,0.018309,-0.007194,-0.019031,-0.037856,0.047478,0.037395,-0.01889,0.041847,0.012839,-0.03017,0.020714,0.027892,-0.036955,-0.014206,-0.02172,-0.014937,-0.008429,0.024935,-0.018802,-0.006714,0.030424,-0.086111,0.017497,-0.001231,0.001003,-0.024873,0.023402,-0.015279,0.010766,0.010374,-0.014117,-0.003035,0.011286,-0.000117,0.004669,0.057209,-0.001933,0.003031,-0.000269,-0.034758,-0.028232,-0.006755,0.020462,-0.020726,-0.024045,0.072667,0.032252,0.079456,-0.009775,0.006579,0.043796,0.02686,0.024056,-0.080035,0.008742,0.006844,0.01458,0.00875,0.00487,-0.039374,0.025301,0.003667,0.007869,-0.084558,-0.007469,-0.022003,-0.004,0.002288,-0.03643,0.037873,0.030917,-0.007485,-0.065892,0.029731,0.022115,-0.009313,0.019355,0.001817,0.012164,0.041136,-0.003794,0.007312,0.017245,-0.000028,0.017071,0.017594,-0.063324,0.020903,-0.001017,-0.004689,0.002632,0.028425,0.038299,-0.013559,-0.031623,-0.017856,-0.015559,-0.043326,0.016618,0.009688,0.020032,0.035224,0.001446,-0.006852,-0.003191,-0.028183,0.023994,-0.033319,-0.046216,0.031108,0.014445,-0.010383,0.015379,0.005491,-0.018046,0.009904,-0.013616,-0.023732,-0.007558,0.020531,0.013005,0.035384,0.012449,0.006381,-0.009481,0.006521,0.011132,0.012486,0.010606,0.00082,0.00936,0.009464,-0.010731,0.159309,0.01673,-0.003632,-0.005201,0.008784,-0.003573,-0.002412,-0.037529,-0.014442,0.037822,0.019494,0.002113,0.011342,-0.006273,0.002193,0.065194,-0.002924,0.003113,-0.012285,-0.021537,-0.0035,-0.000078,-0.228397,-0.01181,-0.021364,0.004865,0.018001,0.003219,0.006353,0.016246,0.001814,-0.028298,-0.011142,0.001516,-0.05904,-0.01715,0.004424,-0.030461,0.054649,0.003682,-0.005507,-0.023592,0.034094,0.088723,-0.01958,0.109188,0.016876,0.005915,0.01652,0.021135,0.023,0.013263,0.00866,0.041793,-0.024953,-0.038087,-0.009757,-0.004252,-0.008931,0.031656,-0.036601,0.015723,0.027219,0.015311,-0.020505,-0.002086,0.004071,-0.006434,0.010394,-0.015935,-0.029918,-0.000384,0.01422,-0.026366,0.002715,-0.000393,0.028554,0.005889,-0.010877,-0.015527,-0.042322,0.02095,0.030363,0.021945,0.017225,-0.018995,-0.042244,0.009109,-0.028832,-0.026125,0.017343,0.009558,0.032128,-0.009894,0.01991,0.028933,0.047425,0.1311,0.011894,0.010957,0.000136,0.022322,-0.0027,0.009066,-0.016924,-0.013809,-0.013712,0.010138,-0.013406,0.011103,0.034637,-0.027075,-0.023231,0.040836,-0.005912,-0.027992,-0.028943,0.011952,0.017152,0.015578,0.001836,0.018892,0.009291,0.002669,0.023948,0.023557,0.00561,0.024729,0.028592,0.015364,-0.011509,0.002042,-0.005143,0.029182,-0.023721,0.011595,-0.023901,0.028645,0.007699,-0.011951,-0.026593,0.031206,0.007679,-0.053825,-0.010056,0.007001,-0.012063,-0.001121,-0.001686,-0.003427,-0.0356,0.019303,0.005631,0.004974,0.023216,-0.004998,0.001506,0.01304,-0.015707,-0.031031,-0.022691,0.018282,-0.030708,-0.12917,0.012121,-0.020935,-0.00288,-0.003815,0.008402,0.003825,-0.075308,0.028119,0.004913,-0.010365,0.029153,-0.011264,-0.004318,-0.004023,-0.019704,0.032102,0.040483,-0.014115,0.024035,-0.006585,0.014891,0.006872,-0.012887,0.034502,-0.055542,0.007056,-0.002822,0.013419,0.020147,-0.002047,-0.020521,-0.006535,0.002443,0.022577,0.029187,0.01426,0.003701,-0.018754,-0.015368,0.008186,-0.009996,-0.009016,0.020338,-0.020566,0.024259,0.00607,-0.01418,-0.049505,0.018116,0.006971,0.016853,-0.00105,0.06378,0.037659,-0.02155,0.030922,-0.001369,-0.00288,-0.022095,0.025155,-0.008056,-0.014405,-0.031614,0.00642,0.000826,-0.03556,-0.01533,-0.029699,0.001278,-0.006707,-0.010045,0.001817,-0.029502,-0.010563,0.009158,0.031991,0.005109,0.010603,0.005549,-0.01839,-0.02465,-0.04495,-0.013741,0.013441,0.027644,-0.037377,0.002782,-0.003713,0.005144,-0.028207,-0.043774,0.00356,0.009298,0.017047,0.026271,-0.025508,0.005763,0.026273,0.022761,0.043047,-0.010911,0.011881,0.022404,-0.01138,-0.00181,-0.025239,0.005187,-0.024812,-0.034453,0.024945,-0.042857,-0.013055,0.023113,-0.005082,0.017297,0.013586,0.006398,0.10701,0.014673,0.002704,-0.007923,-0.027734,0.01067,0.04938,0.018522,-0.015409,-0.012811,-0.010464,-0.022289,-0.047712,0.036224,0.034839,0.023931,0.027697,-0.027828,0.002359,-0.006187,0.06745,0.027134,-0.018685,-0.021761,0.001672,-0.010997,-0.000814,0.011739,0.013442,-0.009194,0.01657,0.015467,-0.024022,0.013301,-0.004442,0.033855,0.004441,0.010519,0.007625,0.01296,0.025646,-0.040344,-0.008051,-0.025954,0.024812,0.023151,-0.016174,0.009946,-0.002887,0.081823,0.005532,0.005295,0.023763,-0.015375,0.018659,-0.004415,0.01215,-0.005484,-0.006334,-0.011217,0.035684,0.019576,0.000047,-0.028947,-0.003924,-0.053539,-0.013189,0.034646,-0.022189,-0.006536,0.002735,-0.00437,0.005903,-0.002964,0.009601,-0.025009,-0.011155,-0.018874,0.009868,0.008675,0.759714,0.001281,0.013843,-0.009962,0.033398,-0.014962,0.006538,-0.006052,0.022169,-0.002752,0.028401,-0.011569,0.027601,0.014238,0.011877,-0.008049,0.026215,-0.007614,0.018667,-0.00334,-0.018104,-0.033892,0.044008,0.030522,-0.013129,0.039816,0.005894,-0.031974,0.021532,0.031615,-0.032776,-0.022686,-0.026244,-0.021776,-0.016647,0.027643,-0.022551,-0.006717,0.024943,-0.082213,0.019353,0.004182,0.006318,-0.02474,0.027669,-0.017724,0.02265,0.013222,-0.009318,-0.00249,0.015997,-0.003844,0.008802,0.060761,-0.00403,0.001945,-0.001699,-0.037878,-0.020359,-0.008277,0.015745,-0.021906,-0.024696,0.072045,0.028363,0.091004,-0.016162,0.000066,0.037856,0.026783,0.045701,-0.073902,0.01382,0.002253,-0.00968,0.004637,0.024333,-0.029836,0.019077,-0.012372,0.010777,-0.071796,-0.003222,-0.018569,0.006431,0.005188,-0.046593,0.021366,0.022545,-0.007974,-0.079442,0.032157,0.012862,-0.012154,0.009864,-0.009788,0.013804,0.034974,-0.021154,-0.001918,-0.000077,-0.003912,0.008415,0.012628,-0.055937,0.017225,0.009787,0.008278,0.016023,0.051648,0.033888,-0.020558,-0.036072,-0.024407,-0.008491,-0.031139,0.01869,0.00479,0.00987,0.02227,0.005473,-0.012648,-0.004534,-0.033047,0.029786,-0.034077,-0.042415,0.025643,0.01149,-0.011028,0.013287,0.013764,-0.018535,-0.001598,-0.02838,-0.02444,0.004821,0.020283,0.008778,0.032239,0.012992,0.002438,-0.018608,0.001883,0.014403,0.018364,-0.008767,-0.01465,0.005861,0.000772,-0.009597,0.155102,0.002845,-0.002943,-0.011877,0.009289,-0.009811,-0.013273,-0.032964,-0.015757,0.033867,0.021866,0.008638,0.004682,-0.008802,0.003619,0.076001,-0.006099,0.005283,-0.011751,-0.017774,-0.012276,0.009765,-0.196273,-0.003247,-0.031416,0.001507,0.018507,-0.002026,-0.006298,0.012186,-0.009031,-0.023919,0.004705,-0.005356,-0.066847,-0.025579,0.014961,-0.019597,0.047534,0.002274,0.012198,-0.032305,0.041019,0.073261,-0.012331,0.094163,0.014841,0.006431,0.017754,0.013118,0.018463,0.026962,0.021759,0.043888,-0.014766,-0.031958,-0.005499,0.005618,-0.021723,0.029779,-0.038459,0.033131,0.037859,0.00867,-0.026559,0.021433,-0.004585,-0.007548,0.005943,-0.024131,-0.01929,-0.006653,0.017174,-0.028383,-0.006626,-0.016185,0.023993,0.017435,0.002351,-0.020119,-0.059854,0.033546,0.018986,0.020555,0.017787,-0.018448,-0.04741,0.005673,-0.021447,-0.023669,0.010023,0.010323,0.030586,-0.008366,0.018871,0.049222,0.049694,0.136514,0.016643,0.008516,0.002873,0.031093,-0.009002,-0.000884,-0.015639,0.003993,-0.018368,-0.002018,0.001407,0.01344,0.01,-0.018826,-0.033764,0.022074,-0.005805,-0.006676,-0.026527,0.022852,0.011644,0.009703,0.013403,0.007135,-0.002731,-0.006165,0.009307,0.01884,0.015297,0.017874,0.026024,0.015778,-0.020017,0.00334,0.004258,0.010811,-0.012855,0.001308,-0.019184,0.042969,0.007527,-0.015489,-0.031425,0.035272,0.00508,-0.035151,-0.00526,0.00956,-0.019374,-0.003241,-0.010109,0.009477,-0.046249,0.018637,0.00993,0.011726,0.013545,0.003679,-0.005138,0.002477,-0.028301,-0.026625,-0.034467,0.029176,-0.029659,-0.123936,0.023112,-0.00333,0.002891,0.010254,0.013306,-0.007838,-0.070227,0.026022,0.010778,-0.013344,0.016618,-0.006649,0.000299,-0.017379,-0.004456,0.035917,0.029103,-0.017416,0.015142,-0.00407,0.015849,-0.002689,-0.013268,0.033257,-0.047094,-0.007237,-0.004191,0.022209,0.029891,-0.008646,-0.017412,0.0095,0.01178,0.012382,0.023546,0.002984,0.006731,-0.021442,-0.007798,0.017648,-0.006159,-0.017791,0.016916,-0.012485,0.006534,0.006932,-0.006407,-0.039537,0.030334,0.012243,-0.001,0.006754,0.065816,0.035276,-0.01568,0.02849,-0.007211,0.018321,-0.010137,0.018885,-0.000415,0.005603,-0.030084,-0.007384,0.003429,-0.031265,-0.004264,-0.013199,-0.000184,0.005146,-0.003972,0.016916,-0.010546,-0.019718,0.012229,0.011851,0.018176,0.004027,0.000323,-0.013655,-0.015969,-0.053662,-0.014562,0.013583,0.043216,-0.026575,-0.004031,-0.013416,0.003081,-0.025434,-0.038836,0.001816,0.003189,0.024253,0.012878,-0.030702,0.007389,0.019833,0.02505,0.039703,-0.002946,0.004559,0.018286,0.006223,0.006092,-0.006794,0.00777,-0.029621,-0.035786,0.020264,-0.055848,-0.016923,0.030743,-0.003302,0.015784,0.009317,-0.004306,0.112629,0.013596,-0.000341,-0.021248,-0.02007,0.011812,0.039853,0.056228,-0.018383,-0.014536,-0.009687,-0.025318,-0.043507,0.019004,0.026958,0.028209,0.018736,-0.01707,0.006794,-0.001181,0.030428,0.009477,-0.023892,-0.017525,0.004051,-0.0172,-0.00953,0.007161,0.011006,-0.019848,0.021323,0.010788,-0.005081,0.009814,-0.007307,0.029027,-0.005788,0.005591,-0.007835,0.01118,0.029275,-0.033605,-0.016803,-0.01492,0.023323,0.01292,-0.018184,0.006914,-0.008368,0.076923,0.00857,-0.015155,0.03303,-0.026884,0.032178,0.011109,0.002655,-0.009309,-0.00333,0.000493,0.0311,0.013246,-0.007636,-0.033183,0.016204,-0.069144,-0.019924,0.033197,-0.025254,-0.013401,-0.011063,0.00998,0.005784,-0.013294,0.018147,-0.022085,-0.022833,-0.010236,0.017311,0.015262,0.771959,-0.003262,0.033304,-0.019847,0.020965,-0.014418,-0.001979,-0.019834,0.02875,0.010743,0.028145,-0.021174,0.012262,0.024833,0.005903,-0.01619,0.026775,-0.021891,0.014422,-0.023581,-0.040705,-0.039978,0.020296,0.031861,-0.014376,0.043202,-0.000429,-0.03592,0.01674,0.028646,-0.04701,-0.02569,-0.034755,-0.012453,-0.022798,0.020552,-0.033219,0.002682,0.02986,-0.088944,0.02238,0.013001,0.004983,-0.027469,0.012376,-0.005387,0.022721,0.015135,-0.020411,-0.007967,0.014078,-0.007524,-0.01254,0.063168,-0.003871,0.00067,-0.001282,-0.040311,-0.024454,-0.000022,0.004219,-0.01219,-0.0208,0.071141,0.016926,0.077155,-0.012431,0.014377,0.047129,0.007546,0.014619,-0.076836,0.006494,0.02126,0.00778,0.00443,0.002329,-0.038241,0.007116,-0.006983,0.013999,-0.076887,-0.000323,-0.018585,-0.000598,0.001325,-0.042997,0.030431,0.019738,-0.00858,-0.063278,0.009593,0.018201,-0.006476,0.008685,0.001717,-0.000991,0.051499,0.006763,0.011333,0.021646,0.000437,-0.003887,0.016124,-0.06532,0.009003,-0.002565,-0.008621,-0.001323,0.027905,0.039139,-0.005807,-0.033118,-0.032211,-0.005259,-0.038492,0.000812,0.007797,0.027714,0.028406,0.002206,-0.009894,-0.001339,-0.024741,0.02283,-0.035716,-0.030577,0.040797,0.016586,-0.004942,-0.003514,0.003475,-0.012652,0.010356,-0.022042,-0.026756,-0.010582,0.027471,0.008465,0.051214,0.008103,0.006836,-0.005852,0.010106,0.002453,0.008465,0.017332,0.010824,-0.001662,0.009444,-0.009798,0.167445,0.014499,-0.000607,-0.009673,-0.002953,0.012289,-0.017007,-0.031732,-0.016966,0.023066,0.023395,0.015274,0.011582,-0.006696,0.009719,0.064868,-0.009598,0.000982,-0.004367,-0.013954,-0.003354,0.00127,-0.208974,-0.009703,-0.017188,0.006906,0.024527,0.002014,-0.000504,0.0003,-0.010126,-0.022462,-0.021418,0.003523,-0.057484,-0.010259,-0.006441,-0.025305,0.058832,0.015751,-0.006593,-0.015644,0.048599,0.090655,-0.03261,0.087072,0.005431,-0.011634,0.034033,0.021148,0.027677,0.000652,0.008124,0.042539,-0.017388,-0.044924,0.004611,-0.005011,-0.009417,0.028902,-0.029609,0.007846,0.027956,0.011426,-0.011052,-0.001806,0.009244,-0.007623,0.007565,-0.019743,-0.029077,-0.011877,0.010059,-0.024537,0.000031,-0.003818,0.026923,-0.006232,-0.001099,-0.008402,-0.033193,0.023779,0.020504,0.020816,0.029654,-0.01521,-0.048766,0.011901,-0.028841,-0.027954,0.011989,0.01088,0.025226,-0.001438,0.018379,0.016979,0.045079,0.133642,0.013946,0.015244,-0.001199,0.00941,-0.007882,0.015353,-0.015783,-0.022266,-0.018866,0.001719,-0.002931,0.017546,0.031652,-0.012087,-0.037164,0.034546,-0.00397,-0.031192,-0.045753,0.009994,0.011595,0.021838,-0.004326,0.007111,0.003026,0.006314,0.03488,0.017982,0.014955,0.022663,0.028037,0.021063,-0.000268,-0.007446,-0.013597,0.032124,-0.012951,0.018355,-0.021959,0.030473,-0.005632,-0.012173,-0.035483,0.033466,0.003117,-0.044036,-0.001143,0.019342,-0.009068,0.018622,-0.010307,-0.003004,-0.037734,0.031169,0.013409,-0.005627,0.021859,-0.00439,-0.002474,0.012175,-0.026983,-0.034952,-0.030131,0.015225,-0.034728,-0.122344,-0.000143,-0.023799,0.011064,0.007547,-0.002336,-0.002772,-0.101712,0.01916,0.008964,0.011376,0.030727,-0.014903,0.011639,0.002338,-0.022126,0.027113,0.047264,-0.016386,0.026498,-0.008153,-0.00343,0.000797,-0.021865,0.030647,-0.049334,0.004971,-0.002262,0.012841,0.009864,0.001207,-0.021,-0.015427,0.000558,0.026955,0.019944,-0.000562,0.00976,-0.00434,-0.012119,0.008485,-0.005962,-0.018504,0.025835,-0.020059,0.025373,0.013743,-0.015957,-0.050828,0.002563,0.012624,0.036806,0.006463,0.075267,0.024325,-0.021622,0.036097,-0.000208,-0.008909,-0.02099,0.037393,-0.011721,-0.019798,-0.032497,0.009603,-0.005511,-0.043056,-0.013477,-0.031043,-0.002906,-0.002771,-0.007004,0.005575,-0.023326,-0.009087,0.007207,0.027968,0.00265,0.024915,0.004072,-0.024753,-0.034232,-0.043177,-0.013323,0.005993,0.01651,-0.039946,-0.005917,-0.009512,0.009854,-0.01882,-0.045609,0.005251,0.010522,0.018673,0.030744,-0.023986,-0.004533,0.018781,0.022669,0.04191,-0.004597,0.020741,0.020514,0.000109,-0.000523,-0.006587,-0.007292,-0.025403,-0.018131,0.029057,-0.037068,-0.008746,0.025864,-0.008116,0.040034,0.018975,0.02495,0.109384,0.018911,0.012945,-0.014591,-0.026949,-0.008433,0.049818,0.00905,-0.02352,-0.01068,0.003804,-0.025388,-0.033741,0.045893,0.030583,0.012266,0.02584,-0.029223,0.006279,-0.002474,0.068962,0.031367,-0.019841,-0.021363,-0.003641,-0.008804,0.00402,0.011352,0.011984,-0.01432,0.012862,0.022812,-0.00744,0.013859,0.000394,0.029127,0.01117,0.01787,0.006731,0.008169,0.018902,-0.023198,-0.006477,-0.030196,0.028618,0.025817,-0.018135,0.017251,-0.012739,0.089568,-0.007854,0.003384,0.018234,-0.010088,0.012301,-0.000692,0.017552,-0.005807,-0.01713,-0.015274,0.031862,0.005703,0.004289,-0.023249,-0.009207,-0.054185,-0.007284,0.043753,-0.024207,-0.017475,-0.00541,-0.003658,0.009549,0.004532,-0.005494,-0.024938,-0.014792,-0.012357,0.014942,0.010663,0.762458,0.004217,0.006374,-0.005672,0.040059,-0.01126,0.000832,-0.002722,0.007385,-0.016901,0.036535,-0.011261,0.015085,0.022217,0.018986,-0.0069,0.025067,-0.009636,0.013465,-0.017448,-0.012438,-0.029946,0.059756,0.044434,-0.01265,0.047428,0.008531,-0.01762,0.016195,0.028321,-0.022201,-0.012592,-0.023317,-0.033662,-0.028329,0.015989,-0.028025,0.001707,0.005916,-0.07711,0.009257,0.003151,-0.000785,-0.035067,0.023477,-0.010633,0.023361,0.010747,-0.004543,-0.006903,0.009253,-0.00227,0.013251,0.06152,-0.006515,0.004909,0.002186,-0.027905,-0.02261,-0.00012,0.01804,-0.019859,-0.014492,0.070239,0.024709,0.07795,-0.023957,-0.000689,0.030997,0.033819,0.027018,-0.072923,0.02614,-0.005374,-0.022096,0.014779,0.026068,-0.053583,0.011867,0.017488,0.032396,-0.07348,0.012638,-0.019698,-0.015419,0.008441,-0.039944,0.010343,0.026755,-0.028587,-0.051865,0.027717,0.008842,0.006123,0.014032,-0.008906,-0.010254,-0.001707,-0.002379,-0.004966,0.038357,-0.024804,-0.017764,0.013661,-0.06839,-0.003922,0.002148,-0.019045,-0.009149,0.052017,0.007473,-0.016569,-0.014498,-0.012428,-0.023835,-0.033526,0.012219,0.006102,0.006401,0.019503,0.013111,0.008619,-0.014014,-0.006823,0.044237,-0.020752,-0.03141,0.01444,0.018154,0.003988,0.009665,0.010867,0.000676,0.005432,-0.019074,-0.024754,0.005615,0.009426,0.017142,0.027506,0.033506,0.020694,0.001204,0.007623,0.013958,0.032833,0.020962,0.031477,-0.009822,0.004659,-0.003793,0.157626,0.002101,0.001148,0.000267,0.012669,0.017427,-0.010745,-0.002431,-0.027167,0.030046,-0.007968,0.022767,0.004347,-0.011256,0.004785,0.084639,-0.016635,-0.0037,-0.028405,-0.014813,0.000832,0.007857,-0.192428,-0.005651,-0.023739,0.017009,0.024744,0.02742,0.006278,-0.020691,0.002769,-0.031266,-0.034451,-0.007529,-0.016575,-0.034831,-0.007901,-0.008502,0.036829,0.005955,0.006573,-0.003727,0.047372,0.061592,-0.034989,0.104805,0.031577,0.009052,0.013972,0.035182,0.01129,0.033133,0.008943,0.039331,0.014747,-0.020844,-0.005377,0.000322,-0.03025,0.016957,-0.029605,0.015816,0.005065,0.014714,-0.032975,0.014607,0.002575,-0.013056,0.009879,-0.033512,-0.047138,-0.001135,0.020892,0.000435,0.01609,0.015923,0.056682,-0.010543,-0.006705,-0.016367,-0.023447,0.013762,0.020977,0.016069,0.018758,0.002035,-0.049978,0.010859,-0.009954,-0.007336,0.007487,-0.001995,0.034984,-0.016918,0.007834,-0.017994,0.038395,0.127553,-0.001577,0.028553,0.014241,0.028821,-0.003956,0.001876,-0.020376,0.006102,0.003058,-0.00072,-0.004635,-0.005937,0.018561,-0.03713,-0.036649,0.064433,-0.002355,0.001617,-0.022401,0.016406,0.025684,-0.015359,0.00656,0.002481,0.001484,0.005594,0.032498,0.037436,-0.006611,0.013147,0.040176,0.023159,-0.000921,-0.002396,-0.013901,0.025041,0.018631,0.013205,-0.006727,0.017884,-0.014453,-0.000695,-0.03568,0.030734,-0.010364,-0.047353,0.006809,0.017824,0.008004,0.009781,-0.008205,0.033994,-0.024362,-0.010689,0.0245,-0.011228,0.012912,-0.01522,0.000822,0.02154,-0.012556,-0.04146,-0.024508,0.011781,-0.015385,-0.120219,-0.008831,0.00695,-0.003413,0.020395,0.007365,0.00481,-0.068819,0.020783,0.013858,-0.044927,0.010416,-0.000813,0.023611,-0.017549,0.014842,0.014802,0.026766,-0.01072,0.00627,0.034015,0.006192,0.014459,-0.007714,0.025722,-0.041008,0.004818,-0.010115,0.009129,0.005306,0.00174,-0.024656,-0.014564,0.019094,0.02201,0.011616,-0.004177,0.01772,-0.010392,0.001111,-0.000371,-0.012218,-0.018555,-0.004358,0.006801,0.00262,0.015078,-0.024479,-0.048628,-0.027904,-0.011929,0.017587,0.003689,0.053648,0.019837,-0.010478,0.00558,-0.007005,-0.003636,-0.030395,0.029895,-0.005344,-0.014208,-0.011984,0.004777,-0.014673,-0.038389,-0.025433,-0.031196,-0.021907,-0.008826,-0.019655,-0.006203,-0.018572,-0.023369,0.015011,0.025548,-0.007097,0.004108,-0.008759,-0.02788,0.00287,-0.04105,-0.016631,-0.001649,0.005651,-0.005716,0.018924,-0.002845,-0.0182,-0.009605,-0.036232,0.008648,0.011966,0.016279,0.004711,-0.009652,0.012184,0.038076,0.031036,0.025895,-0.007044,0.025588,0.028237,-0.020299,0.014366,-0.067114,-0.009161,-0.026381,-0.029057,0.01611,-0.027063,-0.006677,0.002979,-0.011118,0.037581,0.008309,0.025497,0.111717,0.036959,0.007175,-0.014343,-0.03143,-0.007013,0.049394,0.021581,-0.011684,-0.020965,-0.009337,-0.009728,-0.041397,0.042123,0.013814,-0.014099,0.001365,-0.060089,0.017058,-0.003855,0.013979,0.007885,-0.040231,-0.007195,0.002554,-0.021055,-0.016193,0.01604,0.038815,-0.017608,0.005489,0.007704,-0.013002,0.011373,0.008589,0.025599,-0.001528,0.000999,0.015581,0.000031,-0.003227,-0.0201,0.00142,-0.035972,0.012155,0.004392,-0.029659,0.016725,0.009211,0.067844,-0.001531,-0.012029,0.00747,-0.02907,0.020785,-0.013618,0.005439,-0.021432,0.009072,0.024724,0.027208,0.014523,0.000658,-0.037282,0.001448,-0.05157,-0.022669,0.034187,-0.029165,-0.012045,0.003313,-0.005776,-0.002613,0.021167,-0.000462,0.000766,-0.010449,-0.003769,0.005972,-0.007066,0.77769,-0.006507,-0.027582,-0.000605,0.006074,-0.035612,-0.023003,-0.029364,-0.001195,-0.001558,0.0147,-0.008927,0.026091,0.018328,0.027599,0.009364,0.038059,-0.013545,0.00001,0.00052,-0.018305,-0.020072,0.040582,0.010586,-0.022088,0.047825,0.013055,-0.009252,0.035735,0.00071,-0.033965,-0.03322,-0.004317,-0.061704,-0.018113,0.000959,-0.016114,-0.009722,0.011343,-0.09383,0.010016,0.001501,0.015881,-0.018934,-0.002908,-0.030383,0.025604,-0.00264,-0.007187,-0.010989,0.019275,-0.011609,0.011213,0.043736,-0.006959,-0.007299,0.007105,-0.040471,-0.021186,0.015642,0.012759,-0.026925,0.004187,0.082792,0.029911,0.067262,-0.00539,-0.011283,0.037595,0.031078,0.025537,-0.106471,0.003329,0.017483,0.017975,0.000298,0.002123,-0.023137,0.014689,-0.012795,-0.003921,-0.090942,0.010763,0.000859,-0.001134,-0.020313,-0.02804,0.00271,0.029016,-0.02966,-0.047506,0.022315,-0.004319,-0.023242,0.021929,0.006211,-0.005208,0.025953,0.019658,0.001245,0.032246,0.033326,0.001288,-0.000623,-0.072886,0.006149,0.00387,-0.003476,0.005592,0.001645,0.029281,0.006013,-0.026782,-0.023112,-0.010241,-0.009334,0.020177,0.004384,0.02113,0.030249,0.023055,-0.001639,-0.002081,-0.009918,0.028423,-0.034287,-0.040444,0.023337,0.030308,-0.002952,0.002571,0.006603,-0.019876,0.014453,-0.019472,-0.012687,-0.027514,0.024357,0.004594,0.024504,0.007462,0.013828,0.006199,0.017465,0.001968,0.000759,0.017358,0.009746,0.000574,0.003458,0.013249,0.151718,0.018704,-0.002797,0.002221,-0.005332,-0.004589,0.008818,-0.034515,-0.022553,0.040439,0.005461,-0.004138,0.031572,0.009019,-0.003976,0.0362,0.003943,0.007792,-0.000724,-0.010506,-0.00474,0.013781,-0.28327,0.003745,-0.023953,0.016668,0.017134,-0.013052,0.012804,-0.017993,-0.010231,-0.033838,-0.018407,-0.001462,-0.051321,-0.005946,-0.006626,-0.043845,0.044702,-0.015751,-0.006479,0.005336,0.048492,0.093329,-0.022153,0.108234,0.019863,0.00963,0.016979,0.012304,0.01669,-0.012099,0.006143,0.039494,-0.00188,-0.037249,-0.022969,-0.004576,-0.001525,0.037057,-0.023959,0.010855,0.031996,-0.003251,-0.005008,-0.017433,0.009715,-0.003239,0.01696,-0.006221,-0.020739,-0.001614,0.011787,-0.016014,-0.008981,-0.01936,0.060069,0.001622,-0.019704,0.010422,-0.040718,0.007343,0.026954,0.025593,0.001747,-0.025524,-0.033193,0.0179,-0.008905,-0.035996,0.025371,0.021909,0.03318,-0.012723,0.020192,0.01773,0.030618,0.167774,0.010518,0.019514,-0.005517,0.01804,-0.001451,0.011142,-0.020291,-0.012394,-0.019098,0.013567,-0.004988,-0.002257,0.045135,-0.031076,-0.024243,0.052551,-0.010721,-0.004937,-0.043448,0.013748,0.035919,0.016443,-0.006551,0.014292,0.002848,0.000043,0.01336,0.023948,-0.005568,0.032567,0.021184,0.019362,-0.004193,-0.009335,-0.008223,0.02032,-0.02927,-0.000972,-0.022341,0.030901,-0.020945,-0.00475,-0.017494,0.040353,0.006415,-0.043936,-0.010631,0.016041,-0.005177,0.034423,-0.001457,-0.002305,-0.014431,0.025242,0.007048,-0.004782,0.014013,-0.017524,0.00352,0.011837,-0.003024,-0.037273,-0.009897,0.003906,-0.040213,-0.132103,0.001657,-0.005277,-0.014435,0.016509,0.003877,0.000116,-0.072405,0.021634,-0.004119,-0.006288,0.027539,-0.013256,-0.004538,0.020178,-0.016096,0.022446,0.041167,-0.007685,0.009788,0.008987,0.013092,0.013552,-0.019817,0.011004,-0.033756,0.006535,-0.017284,0.030963,0.009667,0.019326,-0.017966,-0.00948,0.001652,0.02937,0.027239,0.031762,0.009579,-0.01314,0.008089,0.002487,0.000752,-0.009077,0.010165,-0.021562,0.035887,-0.004019,-0.026193,-0.035611,0.007877,0.007689,0.040035,0.002599,0.117276,0.015496,-0.043071,0.027514,-0.009923,-0.029007,-0.018375,0.039784,-0.003902,-0.017294,-0.010138,0.002225,0.004112,-0.024403,-0.021555,-0.026888,-0.025215,-0.012086,-0.036663,0.000823,-0.029115,-0.008108,-0.001966,0.018228,0.017499,0.005614,0.015317,-0.032718,-0.014066,-0.023108,-0.014968,0.025083,0.025421,-0.031416,0.005666,-0.0208,-0.007701,-0.026406,-0.032327,0.008392,-0.00987,0.004203,0.015353,-0.028294,0.007117,0.024432,0.043392,0.047503,-0.017664,0.032677,0.012897,-0.02871,-0.009928,-0.015946,0.017447,-0.004125,-0.035778,0.016996,-0.037088,-0.0063,0.017245,0.004558,0.00842,0.00754,-0.007574,0.096273,-0.002866,0.020373,0.003544,-0.023241,0.00922,0.043225,-0.003244,-0.018566,-0.00327,-0.006046,-0.028948,-0.031517,0.049108,0.011422,-0.00269,0.006792,-0.012035,0.014013,-0.027625,0.119217,0.028065,-0.011875,-0.022122,-0.012062,-0.003913,0.023904,0.030514,0.010466,0.016608,0.005536,0.039774,-0.017685,-0.019785,0.009978,0.042801,0.006309,0.005797,0.020528,-0.004781,0.02651,-0.038874,-0.00179,-0.015984,0.014827,0.015451,-0.016842,0.004255,-0.003808,0.078508,-0.0119,0.008479,0.036359,-0.015726,0.008422,0.016182,0.008759,-0.001048,-0.017819,-0.017672,0.024347,0.020267,0.003596,-0.011196,-0.026508,-0.049016,-0.012171,0.02419,-0.019328,0.011178,-0.014389,-0.010903,0.017626,0.022933,-0.00159,-0.012138,0.00964,-0.016061,0.019704,0.012489,0.732925,-0.004894,0.030113,0.003524,0.010608,-0.012162,0.028541,-0.011331,0.010702,-0.010149,0.023378,0.007073,0.02635,0.003723,0.015158,-0.011002,0.009457,-0.00677,0.011224,-0.020114,-0.012291,-0.02688,0.058656,0.027741,0.002201,0.059693,-0.001574,-0.032236,0.010865,0.033729,-0.003067,-0.01533,-0.0367,-0.013286,-0.027037,0.010365,-0.004371,0.005089,0.009216,-0.062226,0.010044,0.00263,0.015209,-0.013392,0.036875,-0.029458,0.026008,0.003518,0.002112,-0.005525,0.021586,-0.003292,0.018192,0.066453,-0.015795,0.000518,0.002715,-0.024817,-0.003456,0.007828,0.013835,-0.023941,-0.006292,0.056124,0.018424,0.048155,-0.001627,-0.008865,0.015276,0.038328,0.01628,-0.071986,0.023004,0.027386,0.011655,0.007416,-0.022218,-0.055294,0.013121,0.018624,0.035648,-0.057287,0.020588,-0.016784,0.005373,0.008366,-0.005767,0.014993,0.035071,-0.005178,-0.042572,-0.021102,0.010435,-0.009124,0.018037,0.031827,-0.006234,-0.022094,-0.006065,-0.044192,0.028809,0.008893,-0.017491,0.012473,-0.046808,-0.025865,-0.033091,-0.030416,-0.007218,0.058381,0.009155,-0.024964,0.005931,-0.018288,-0.032354,-0.025744,-0.024579,-0.026421,0.043113,0.03667,0.043461,-0.009892,0.002154,-0.007632,0.048332,-0.014097,-0.017268,0.04674,0.032966,0.006179,-0.004414,0.004661,-0.012876,0.000851,-0.016599,0.000702,0.003033,0.031347,0.00283,0.002962,0.007784,0.002074,0.007969,0.022858,-0.036942,0.017504,0.00634,-0.015313,0.002094,0.010558,0.001019,0.231646,0.001156,-0.025675,-0.007392,-0.000352,0.01185,-0.00733,-0.006999,-0.015434,0.039037,0.012002,0.026963,0.015477,0.007118,0.013459,0.046837,-0.015169,0.011032,0.019714,-0.007162,0.00032,-0.014919,-0.249325,-0.013609,-0.059034,0.003473,0.043301,0.009926,0.006223,0.013254,-0.007715,-0.02224,-0.025316,-0.028023,-0.018071,-0.009489,-0.052307,-0.033387,0.032535,-0.017226,-0.004395,-0.01736,0.039369,0.065727,-0.026221,0.072702,0.039612,-0.010572,0.049694,0.015189,0.001536,0.004745,0.008636,-0.004341,-0.008087,-0.008223,-0.010939,-0.027027,0.020507,0.009925,-0.044399,-0.018436,0.018746,-0.006852,-0.040772,0.002466,-0.001964,0.031125,0.003326,-0.029626,0.014589,-0.017798,0.00097,-0.01932,-0.021865,0.004223,0.064427,0.01811,-0.003436,0.001487,0.008964,0.030555,0.054548,0.043828,-0.004782,-0.033087,-0.056571,0.022552,-0.038041,-0.009725,0.019789,0.001364,0.015902,-0.001824,-0.008257,-0.032493,0.041846,0.100049,0.001863,0.003793,0.002302,0.016126,-0.037697,-0.018699,0.022828,-0.024715,-0.009064,-0.016561,0.015828,0.001828,-0.009263,-0.011241,-0.048699,0.03377,-0.002599,0.000643,-0.026145,-0.001517,0.023678,0.020634,-0.018925,0.03817,-0.019535,-0.014923,0.015608,0.010688,-0.003176,0.018948,0.027009,0.024603,0.024322,0.011135,-0.019927,0.039202,-0.011527,0.016919,-0.0083,0.000753,-0.004876,-0.003211,-0.022812,0.030052,0.015225,-0.053068,0.018083,0.022003,-0.010739,0.017407,-0.005231,0.023597,-0.029443,0.040803,0.012075,-0.011892,0.008321,0.000356,0.008028,-0.003403,-0.011895,-0.046782,-0.0366,-0.035488,-0.032922,-0.109379,-0.030858,-0.012285,0.005807,0.015771,-0.012343,0.017739,-0.085915,-0.005489,0.012169,-0.057343,0.02246,-0.041748,0.037611,0.009332,-0.023325,0.044035,0.013196,-0.004052,0.04077,0.010722,-0.037317,-0.005256,-0.00548,-0.016817,-0.030517,0.019081,0.001303,-0.004724,-0.009008,-0.006529,-0.026278,-0.006316,0.006413,0.009423,-0.006561,-0.008014,0.011174,-0.0152,-0.008429,-0.01983,-0.0034,-0.021549,0.016126,-0.04987,0.029594,-0.002197,-0.017632,-0.039921,-0.003688,0.008399,0.009944,0.008472,0.036733,0.025235,-0.02318,0.036409,0.004403,-0.002332,-0.012481,0.022171,-0.005086,0.00182,-0.025064,0.002518,-0.007366,-0.057625,-0.036202,-0.046841,-0.019034,-0.030747,-0.031025,0.004194,-0.005041,-0.008615,0.018119,0.002331,-0.00946,0.059122,0.022946,-0.019628,-0.022174,-0.013194,-0.032833,-0.011791,0.027807,-0.004193,-0.014755,-0.024462,-0.002545,-0.000219,-0.014005,-0.010572,0.003069,0.010166,-0.006845,-0.025437,-0.001492,0.00726,0.041173,0.027727,-0.017966,0.019843,-0.006327,0.006436,0.010642,-0.101028,0.029786,-0.030382,-0.00697,0.034109,-0.016533,-0.010235,0.016427,-0.023062,0.05841,0.014234,-0.001738,0.097761,-0.024694,0.008384,-0.054663,-0.020757,-0.00212,0.046039,0.01332,-0.040885,0.026758,0.00779,-0.043389,-0.032238,0.027202,0.08488,-0.004487,0.006099,-0.006129,0.014761,0.014709,0.037709,0.019151,-0.025187,-0.008923,-0.018716,-0.019852,-0.003558,0.024896,-0.002335,-0.026531,0.019099,0.016481,-0.027028,-0.021457,0.023445,0.004921,-0.015882,0.013965,-0.003404,-0.019323,0.013519,-0.000161,-0.009325,-0.024003,0.039832,0.025808,-0.029239,-0.011913,-0.019745,0.079511,0.001398,0.006102,0.008198,-0.015693,0.001531,-0.003293,0.027462,-0.015712,0.000883,-0.02889,0.038658,0.010232,0.016328,-0.037413,0.028416,-0.008531,0.001455,0.023696,-0.041808,-0.000458,-0.026357,-0.013248,0.026365,0.02309,0.008845,-0.045355,-0.003916,-0.026405,0.017444,-0.005795,0.724261,0.001499,0.017542,0.014218,0.017504,0.004844,0.041392,0.015258,-0.006453,-0.015646,0.014728,0.004332,0.025402,0.026337,0.0222,0.008724,0.015293,0.004414,-0.000879,0.00628,0.008106,-0.025606,0.036169,0.020608,-0.02154,0.035282,-0.00669,-0.02763,0.004193,0.007215,-0.013347,0.003646,-0.032144,-0.055111,-0.019561,0.044871,0.005255,-0.016968,0.018732,-0.067026,0.001048,-0.01249,0.022808,-0.033473,0.029771,-0.007511,0.026031,0.005982,0.054953,-0.000959,0.008036,0.007836,0.019361,0.073248,0.008057,0.011041,0.006229,-0.037376,-0.010091,-0.007467,0.021361,-0.019358,-0.019296,0.049888,0.032502,0.050442,0.006739,-0.018999,0.023342,0.023196,0.024178,-0.055871,0.017793,0.016108,-0.001286,0.002263,0.003599,-0.038519,-0.000681,-0.010864,0.014326,-0.097514,0.040297,-0.001747,0.002442,-0.000386,-0.02012,0.018075,0.021151,-0.003283,-0.063562,0.046003,0.024125,-0.005587,0.011262,0.015473,-0.033308,0.019796,0.00625,0.007991,0.021701,-0.00962,-0.002994,0.037697,-0.056293,-0.01298,0.013698,-0.008934,-0.042318,0.040758,0.003499,0.005258,-0.035857,-0.015708,-0.027197,-0.024682,0.023545,-0.007366,0.008582,0.03914,-0.010917,-0.027647,-0.019372,-0.017575,0.048996,-0.033689,-0.011904,0.01405,0.003877,0.005176,0.000558,0.000576,0.00213,-0.004403,-0.021998,-0.021155,-0.017563,0.0226,0.009528,0.038921,0.023289,0.007783,-0.019362,-0.003609,-0.01325,0.026759,0.023024,0.009848,-0.006748,0.001779,0.008017,0.182438,0.016757,-0.012963,0.016087,0.01543,0.00855,-0.011399,-0.02503,-0.024037,0.018249,0.024384,0.008896,0.026918,0.018994,-0.006626,0.083446,0.0098,-0.013328,-0.002197,-0.009337,-0.006364,-0.00312,-0.209039,0.007601,-0.027606,0.007099,0.013015,0.015787,-0.021897,-0.010562,-0.016871,-0.022341,-0.021763,-0.003875,-0.063189,-0.015505,-0.021733,-0.015059,0.030725,0.024204,-0.021102,-0.00931,0.031686,0.111045,-0.031177,0.099153,0.018586,-0.015119,0.007537,0.020757,0.021696,-0.005414,0.027394,0.05203,-0.01066,-0.033312,-0.018205,0.019362,-0.008443,0.013174,-0.026662,0.013444,0.038428,0.020208,-0.013057,-0.004621,0.000729,-0.026277,0.031041,-0.019265,-0.026451,-0.006853,-0.006742,0.000342,-0.014602,0.005703,0.054058,-0.012438,0.016129,-0.008819,-0.025233,0.031531,0.022862,0.025563,0.015008,-0.032093,-0.051555,-0.00414,-0.013029,-0.00929,0.003576,-0.009338,0.00953,-0.014038,-0.034726,-0.01718,0.03175,0.098421,0.00755,0.01577,-0.004299,0.010251,-0.021867,-0.003978,0.008294,-0.031877,-0.010472,0.028268,0.017148,-0.011656,0.026763,-0.012616,-0.045695,0.030257,0.004596,-0.001105,-0.038441,0.020726,0.004723,0.040522,-0.009549,-0.002518,-0.009494,-0.035271,-0.000102,0.026605,0.016976,0.010035,0.011953,-0.002245,0.004322,0.000738,-0.027775,0.023757,-0.001608,0.014477,-0.01008,0.023112,-0.020883,0.006474,-0.028947,0.038636,0.018861,-0.039786,-0.003251,0.029184,0.000581,0.030716,-0.015312,0.000845,-0.005944,0.014239,0.021127,-0.028838,0.037263,-0.00317,-0.016973,0.021266,-0.014781,-0.028047,-0.029947,0.004803,-0.033575,-0.135674,-0.010292,-0.009529,-0.004159,0.056862,-0.027499,0.001746,-0.064007,0.034747,-0.014801,0.015201,0.016669,-0.017989,0.00353,0.000005,-0.010338,0.023482,0.03451,-0.003079,-0.002783,-0.014424,0.008031,0.001282,-0.029573,0.003219,-0.054606,-0.001731,-0.012317,0.014243,0.016988,0.008474,-0.034442,-0.000036,0.000723,0.021041,0.031276,-0.033997,0.007582,-0.026206,-0.011153,-0.006541,-0.020649,-0.005617,0.008442,0.006447,0.003544,0.029782,-0.032125,-0.045405,-0.013795,0.001198,0.02822,0.012211,0.061933,0.028014,-0.035235,0.040178,-0.00867,-0.005277,-0.021914,0.062288,-0.00627,-0.038541,-0.029698,0.007202,-0.015975,-0.046705,-0.006874,-0.026866,-0.015717,-0.008669,0.007288,-0.005565,-0.025981,-0.029691,0.002119,0.029491,-0.016946,0.007955,0.033159,-0.012416,0.038689,-0.028408,0.006054,0.01254,0.022248,-0.029672,0.031648,0.011158,-0.016842,0.020486,-0.020552,0.004786,0.003047,0.013411,0.028034,-0.006135,0.004553,0.044009,0.049199,0.046377,-0.02666,0.013276,0.046145,-0.008498,-0.014445,-0.028965,-0.005612,-0.050844,-0.00401,-0.004252,-0.034269,0.001634,0.022019,-0.014858,0.026315,0.00798,0.034821,0.111075,0.015231,-0.013935,-0.036592,-0.015181,-0.003175,0.033041,0.014819,-0.021464,-0.002467,-0.000484,-0.024362,-0.03219,0.058634,0.036751,-0.015879,0.010794,-0.038468,0.026403,-0.007961,-0.020738,0.023438,-0.014001,-0.016747,-0.004937,-0.00671,0.007568,0.01017,0.041959,-0.005775,0.01894,0.028389,-0.036523,-0.003729,-0.019793,0.031904,0.015165,0.003984,0.042756,0.003112,0.014254,-0.009782,-0.018611,-0.026145,0.002912,0.014315,0.01543,0.036152,0.008244,0.034589,-0.003614,-0.005213,0.017413,0.00223,0.006345,0.009256,0.01436,-0.018727,0.009341,-0.008072,0.026058,0.002098,0.017011,-0.028883,-0.023091,-0.050721,-0.013251,0.044099,-0.024798,0.005076,-0.0057,-0.017565,0.018431,0.01745,0.000862,-0.012727,-0.021017,0.00522,0.012251,-0.001316,0.75232,-0.010747,0.014005,-0.023375,0.027498,-0.024618,-0.029249,0.011373,-0.009922,0.000231,0.021926,-0.00103,-0.007591,0.008944,0.017352,0.002225,0.030595,0.001956,0.01457,-0.011406,-0.006774,-0.048483,0.044644,0.007371,-0.006275,0.044467,-0.008378,-0.019004,0.025816,0.025781,-0.023591,-0.021872,-0.008508,-0.014839,-0.040712,0.022753,-0.026016,0.005359,0.005783,-0.093228,0.011886,0.015901,-0.005877,-0.019708,0.008614,0.006364,0.013591,0.002881,0.007939,0.003087,0.030597,0.00054,0.007823,0.060951,-0.036591,-0.009259,0.014254,-0.009338,-0.024084,0.007616,0.006412,-0.032281,-0.015023,0.087727,0.008683,0.068843,0.001376,-0.025839,0.020821,0.026303,0.022897,-0.091279,0.021359,0.03177,0.022846,-0.037831,0.016962,-0.027028,-0.002607,-0.016197,0.01698,-0.061311,0.040626,-0.007427,-0.031899,-0.037781,-0.025566,-0.016727,0.034508,-0.012406,-0.07491,-0.001189,0.034054,-0.000664,0.0252,0.021132,0.005072,0.0238,0.001898,-0.010698,0.041389,0.016379,-0.020553,0.027549,-0.063975,-0.004589,-0.02608,-0.005467,0.004849,0.061505,0.038661,0.028456,-0.02466,-0.001187,-0.007324,0.005445,-0.005775,0.026678,0.002878,0.032472,0.021377,0.000018,0.006402,0.004882,0.02505,-0.01171,-0.034987,0.039556,0.028903,-0.03504,0.002873,0.004799,-0.021663,-0.01363,0.011604,0.004415,-0.01533,0.002882,0.022847,0.009798,0.021888,0.001067,0.004346,0.025801,-0.022765,0.019979,0.021027,0.005211,-0.000176,-0.012426,0.001425,0.158861,0.038093,0.005812,0.003665,0.030623,0.024133,-0.025336,-0.027785,-0.017562,0.060133,0.0197,0.008064,0.02548,-0.011281,-0.016724,0.07076,0.023712,-0.001147,0.021641,-0.006293,-0.066642,0.000936,-0.206859,-0.021052,-0.038046,0.002316,0.034404,0.071645,-0.004698,-0.013687,0.006936,-0.047213,-0.004431,-0.040315,-0.049025,-0.012523,-0.025323,-0.030094,0.083404,-0.012608,-0.00498,-0.013596,0.033493,0.077484,-0.047202,0.082654,0.02642,-0.002222,0.022791,-0.029768,0.019594,-0.01394,-0.003874,0.018302,-0.029919,-0.034635,0.003574,0.003544,-0.000118,0.030543,-0.016732,0.022859,-0.011536,0.043527,-0.014046,-0.02579,-0.004502,0.010814,-0.002496,0.000285,-0.034491,-0.035623,0.003736,-0.019968,0.000705,-0.004559,0.023579,0.038147,-0.038258,-0.030697,-0.048094,0.050238,0.023555,0.021032,-0.001428,-0.007147,-0.056155,-0.003407,-0.024753,-0.001807,-0.010586,-0.023373,0.041366,0.00773,0.020687,0.020673,0.020538,0.078652,-0.008099,0.008662,-0.018867,-0.00804,-0.019147,0.03079,-0.014979,-0.022939,-0.019446,-0.020331,0.00363,-0.032832,0.020816,-0.016067,-0.006745,0.015359,-0.004141,-0.015392,-0.044448,0.052264,0.02741,0.0121,-0.000387,0.033983,-0.009023,-0.00331,0.01146,0.014529,0.022421,0.02344,0.034586,0.00768,-0.02482,0.014006,-0.018695,0.032035,-0.008465,-0.008741,-0.00246,0.014589,0.019768,-0.003109,-0.020821,0.0201,0.023043,-0.02523,-0.008428,0.013447,-0.040473,0.017598,-0.030456,-0.022927,-0.03262,0.026914,-0.009346,-0.019676,-0.004966,-0.016723,-0.011257,-0.014102,0.003765,-0.00978,-0.025602,0.03149,-0.01364,-0.087037,0.001124,0.012953,-0.01492,0.018154,0.018911,0.026432,-0.100335,-0.00729,0.02213,-0.030723,0.009802,-0.052178,-0.010881,-0.007156,-0.007448,0.01687,0.032444,-0.024198,0.002189,-0.048058,-0.005942,0.025526,-0.027826,0.006843,-0.02738,0.011775,-0.001074,-0.015681,0.036667,-0.004263,-0.014589,-0.061092,0.016359,0.005352,-0.003714,-0.015186,-0.022333,-0.01722,-0.004522,0.027319,-0.000726,0.01166,-0.021783,0.00137,0.052789,-0.00153,-0.018576,-0.039019,0.007559,0.005641,0.045283,0.022912,0.046575,0.025673,-0.02611,0.002918,-0.003618,0.012374,0.005196,0.059573,0.014397,-0.02719,0.002059,-0.039154,-0.016066,-0.056734,-0.020977,-0.057169,-0.033566,-0.013626,-0.042314,0.001098,0.008949,0.003805,-0.001234,0.021144,0.000545,0.004921,0.000913,-0.014983,-0.038727,-0.031346,0.002743,0.017769,0.00395,-0.01113,-0.004417,-0.026698,0.023582,-0.018023,-0.018662,-0.001288,0.024543,0.030265,-0.023827,-0.031282,0.013183,0.037617,0.034171,0.019235,-0.029245,0.022255,0.01786,-0.017792,-0.01247,-0.083015,0.022155,-0.013636,-0.004141,0.025571,-0.006811,0.009584,0.018365,-0.022279,0.003751,0.005941,-0.008521,0.108734,-0.005874,0.021735,0.005019,-0.020312,0.008939,0.033873,0.033935,-0.007009,-0.009808,0.022391,-0.02422,-0.047404,0.01346,0.074093,0.01302,-0.017409,-0.001719,0.011998,-0.021876,0.107924,-0.020564,-0.004747,-0.012276,-0.002302,-0.007385,0.013001,0.021763,0.000029,-0.032576,0.037593,0.046714,-0.004434,-0.017207,0.017402,0.030121,0.040816,0.006305,0.039257,0.019247,0.048208,-0.014415,0.009179,-0.049696,0.009154,0.040494,-0.011459,0.006382,0.038513,0.070948,0.007817,0.028957,0.069661,-0.012838,-0.005283,-0.008388,0.013401,-0.013342,0.002221,-0.02291,-0.020022,0.021969,0.023725,-0.007287,0.028043,-0.051282,0.029807,0.037749,-0.024932,0.014756,0.011806,0.013154,0.023608,0.026162,0.012297,0.002196,-0.023811,-0.011991,0.044395,-0.007468,0.710331,0.024314,0.008714,0.021786,0.024232,0.010307,0.010782,-0.022551,0.002017,-0.02181,0.023904,0.002697,0.038209,-0.009501,0.031181,0.015606,0.014882,-0.014558,-0.003373,-0.002148,-0.030908,0.003769,0.064069,0.061861,0.002401,0.076283,0.006561,-0.0333,-0.002592,0.029878,0.008003,-0.055969,-0.066446,0.009518,-0.039532,-0.019337,0.012337,0.008315,-0.004107,-0.08301,0.029779,0.000884,0.017085,-0.049471,0.024076,-0.059569,0.025967,0.008039,0.016746,0.013627,0.002112,0.003932,0.02875,0.058634,-0.027014,0.008673,0.005329,-0.033263,-0.038564,-0.018502,0.008916,-0.018807,0.011249,0.069501,0.027734,0.070041,0.031338,0.006328,0.027282,0.032606,-0.023904,-0.095116,0.010353,-0.002953,0.040736,-0.035603,-0.009115,-0.045166,0.04796,-0.000574,0.003155,-0.097071,0.037142,-0.005123,-0.00931,0.014193,-0.057201,-0.028204,0.004407,-0.02225,-0.035513,-0.000544,-0.004713,-0.005995,0.002238,-0.014974,-0.015206,0.046339,-0.042145,-0.005305,0.019332,0.052663,0.006636,0.01199,-0.061858,0.028014,-0.003249,0.0043,0.014491,0.047857,0.00626,0.023251,-0.021984,-0.042496,0.001142,0.012571,0.013037,-0.002156,0.018622,0.00719,0.035874,-0.00316,0.00596,-0.006702,0.060242,-0.025065,-0.047689,0.039477,0.006682,0.000922,0.032441,-0.003754,-0.024595,-0.016226,-0.019305,-0.016017,-0.026947,0.044578,-0.015221,-0.027848,0.007156,0.00944,0.042332,-0.009354,-0.002632,0.014271,0.003292,0.030287,-0.020994,-0.00694,-0.039528,0.146808,-0.003701,0.000003,-0.015842,0.015872,0.022279,-0.004381,-0.040845,-0.016448,0.019893,0.002908,-0.024657,0.024549,0.008093,-0.021221,0.055919,0.012746,-0.000063,0.027773,0.017765,-0.013073,-0.024721,-0.225911,-0.004426,-0.030195,0.01146,-0.008018,0.001831,0.034877,-0.046508,-0.069125,-0.045625,-0.011039,0.006278,-0.068662,0.003365,0.001069,0.012248,0.071031,0.019425,0.006038,0.017671,0.033795,0.084621,-0.036667,0.083855,0.00282,-0.028076,0.006164,0.009446,0.017604,0.00849,0.043502,0.069347,0.005011,-0.018431,-0.032043,-0.008058,0.00524,0.048987,0.016935,0.003044,0.012237,0.000762,-0.00709,0.028512,-0.002492,-0.016915,0.006953,-0.023006,-0.031659,0.041461,-0.001812,0.000388,0.035424,0.00754,0.049154,0.014609,-0.031605,0.020642,-0.030142,0.035043,0.053144,0.008212,0.018952,0.016467,-0.05261,0.014159,-0.051046,-0.009381,0.068633,0.047002,0.02811,-0.025996,0.020859,-0.018152,0.017188,0.103256,0.010568,0.015388,0.031353,0.031538,-0.018751,0.011842,0.028806,-0.008139,0.006506,-0.003236,0.031006,0.022969,0.046811,-0.020125,0.020153,0.054459,0.039818,-0.007851,-0.067741,0.018243,0.039249,0.026359,0.032519,-0.007998,-0.000899,-0.009798,0.028444,0.006712,-0.0263,0.027549,0.047617,0.022102,-0.024269,0.003285,-0.021557,0.063588,0.007323,0.014269,-0.04596,0.017316,0.007681,0.005452,0.028263,0.017981,-0.002542,-0.023041,0.00648,0.032072,-0.020518,-0.01327,0.012935,0.008675,-0.007244,0.045327,-0.020003,0.006463,-0.022285,-0.027076,0.003889,-0.021958,-0.001991,-0.006613,-0.020241,0.009074,-0.092293,-0.123064,0.036184,-0.024255,-0.005374,0.017781,-0.001148,0.009587,-0.022602,-0.017203,0.004054,-0.015181,0.015282,-0.032725,-0.014185,0.006545,-0.026291,-0.003942,0.057756,0.002265,0.005711,-0.042997,0.002235,-0.025735,-0.036123,0.010489,-0.037726,0.02152,0.004785,0.01649,0.007629,0.019423,-0.001544,-0.003729,0.021238,0.025134,0.018081,0.018401,-0.008105,-0.037478,-0.023663,0.00791,-0.026697,-0.01455,0.040492,0.022377,0.04857,0.020813,-0.061472,-0.050343,0.007921,-0.032755,-0.003746,0.012802,0.049687,-0.024022,-0.040463,0.042334,-0.015482,-0.012671,-0.020373,0.059031,0.016184,0.033608,-0.003165,-0.026041,0.024893,-0.062355,-0.00952,-0.024551,-0.037605,-0.018209,-0.032602,0.014384,0.002549,-0.023581,0.008465,0.0232,-0.002438,0.028582,0.027411,-0.025495,-0.016792,-0.024477,-0.00987,0.000318,0.022848,-0.035012,0.027298,-0.019863,0.024535,0.0147,-0.067725,-0.008602,0.033893,-0.024164,0.003929,-0.021798,0.006383,0.008304,0.057864,0.024397,0.001017,-0.02,-0.002634,-0.011238,-0.00792,-0.045527,0.018196,-0.026968,-0.038795,0.019167,-0.012196,-0.000507,0.027909,-0.009174,0.050327,0.009115,-0.010828,0.108217,0.034661,0.032553,-0.013113,-0.012633,0.030299,0.050353,-0.002542,-0.043609,0.006519,0.018267,-0.028244,-0.004521,0.041513,0.044505,0.008561,-0.02536,-0.056446,0.006122,-0.03494,0.067333,-0.015611,-0.035205,-0.002317,-0.005913,-0.02848,-0.001152,0.017539,0.000604,-0.011942,0.026689,0.00705,0.001163,-0.003136,0.036243,0.013817,0.007136,-0.041072,0.018005,0.00084,0.040702,-0.004147,0.027153,-0.054729,0.008415,0.048383,-0.007193,-0.02777,-0.030697,0.094376,-0.001781,-0.002548,-0.01587,-0.02276,0.011526,0.001765,-0.009204,-0.021182,0.003324,-0.025869,-0.00278,-0.017871,0.037137,-0.00911,-0.05007,-0.056004,-0.009767,0.030869,-0.01029,0.007673,0.008022,0.013909,0.055307,0.009109,-0.014824,-0.043722,0.006349,-0.006861,0.014361,0.006698,0.682346,0.033939,0.057222,-0.023016,0.007228,0.009678,-0.007572,-0.016807,0.021747,0.000361,0.036817,-0.021795,0.028822,0.010837,0.001819,-0.021016,-0.033502,-0.02912,0.009536,-0.016258,0.020393,-0.037005,0.028521,0.046265,0.003831,0.032116,-0.015331,-0.035706,-0.003559,0.016597,-0.002756,-0.031887,-0.016149,-0.011745,-0.029285,0.036213,0.006207,-0.030929,-0.009364,-0.077719,0.001044,-0.023534,0.008004,-0.039046,0.025694,-0.019325,0.006183,0.026213,-0.009262,0.001952,0.020119,0.006205,0.021879,0.054617,-0.013422,-0.001559,0.01508,-0.071149,-0.023662,-0.006229,0.051572,-0.017354,-0.018602,0.078534,0.044252,0.067669,0.015254,-0.001867,0.020892,-0.000896,0.021583,-0.075173,0.032508,0.035419,-0.00863,0.010982,0.004611,-0.059326,0.002848,0.013503,0.012957,-0.093666,0.008735,-0.029165,-0.004566,-0.006539,-0.041393,0.0176,0.013316,-0.016981,-0.051212,0.033497,0.016838,-0.007936,0.028077,-0.000198,0.000426,0.005612,-0.00024,0.000186,0.029948,-0.024172,-0.020592,0.025646,-0.065619,0.003951,0.014701,-0.031112,-0.02834,0.054097,0.012617,-0.006327,-0.028642,0.009019,-0.027243,-0.045463,0.015102,0.02681,0.005481,0.036886,-0.00375,-0.010982,-0.008999,-0.011241,0.041438,-0.032474,-0.028649,-0.005015,0.021971,0.004077,0.024127,0.010692,-0.003124,0.014662,-0.030298,-0.02642,-0.010719,0.012821,0.021746,0.04497,0.015062,0.008564,0.001717,0.004289,-0.00215,0.030192,0.024241,0.025913,-0.011379,-0.005274,-0.017365,0.152997,0.020045,-0.004416,0.016955,-0.001268,0.009298,0.00574,-0.014438,-0.011027,0.039491,0.022041,0.004687,0.012056,-0.011645,0.010127,0.064114,-0.006428,0.004363,-0.005097,-0.021794,0.002328,-0.000315,-0.214861,0.007269,-0.015661,0.004735,0.002882,0.000614,-0.008861,0.006415,-0.005121,-0.005248,-0.034846,0.018664,-0.0449,-0.029372,-0.016666,-0.020513,0.053763,-0.005898,-0.020154,-0.011914,0.042192,0.088864,-0.060475,0.091992,0.027594,-0.003968,0.006909,0.021924,0.024258,0.005107,0.016074,0.053643,-0.01731,-0.022025,0.003162,0.014999,-0.012958,0.024685,-0.023978,0.016865,0.022896,0.028909,-0.026368,-0.010156,0.009546,-0.010479,0.010222,-0.030196,-0.056873,0.000325,0.016817,-0.032553,0.013813,-0.005532,0.064478,-0.015363,-0.010715,0.004615,-0.041678,0.031806,0.020931,0.0317,0.014958,-0.049703,-0.043571,0.015689,-0.028047,-0.016835,0.041392,0.008003,0.025158,-0.000202,0.010902,-0.008689,0.047502,0.145815,0.009818,0.032696,0.009901,0.005984,-0.026886,0.006027,-0.005734,-0.011189,-0.028411,0.006814,-0.016451,0.003801,0.031523,-0.029438,-0.015842,0.040094,0.00674,-0.013422,-0.037815,-0.008106,0.039167,0.037943,-0.004925,0.004879,0.011012,-0.003684,0.005271,0.04132,0.000306,0.023389,0.027744,0.01553,-0.013902,-0.009601,-0.025314,0.029248,-0.001548,0.014465,-0.010299,0.051761,-0.023291,0.015502,-0.030082,0.04217,-0.006514,-0.03925,-0.004868,0.019271,-0.004623,0.017131,0.016404,-0.005846,-0.029085,0.001071,0.010989,-0.018403,0.015528,-0.003633,-0.011779,0.034397,-0.006183,-0.032738,-0.007342,0.008149,-0.01259,-0.117452,-0.000092,-0.003879,-0.015965,0.023789,0.000103,0.000197,-0.064051,0.027645,0.007339,-0.003521,0.032306,0.001491,0.011155,-0.013258,-0.000104,0.01434,0.028082,-0.000309,0.006133,-0.012306,0.02016,0.016109,-0.013661,0.026633,-0.043442,0.002398,-0.026576,0.015833,0.000286,0.006486,-0.029252,-0.000549,0.010388,0.02664,0.016607,-0.000275,0.01541,-0.032385,0.001631,-0.003962,-0.013278,-0.030415,0.026443,-0.0137,0.019932,0.009122,-0.001091,-0.046368,-0.01436,-0.026686,0.003828,0.007736,0.067838,0.005664,-0.033696,0.057039,-0.011787,-0.030338,-0.026384,0.073603,-0.015502,-0.01972,-0.036657,0.016205,-0.008672,-0.044215,-0.014039,-0.032803,-0.025127,-0.002838,0.008075,0.001506,-0.030402,-0.034509,0.002727,0.023596,0.012952,-0.002853,0.032724,-0.024857,0.002182,-0.011902,-0.014468,0.002383,0.012605,-0.023106,0.022088,-0.021531,-0.01094,-0.032179,-0.046253,-0.001743,0.008845,0.023987,0.014434,-0.010808,-0.000137,0.044237,0.028736,0.047593,-0.017039,0.027004,0.01587,-0.02975,-0.021324,-0.026789,-0.005608,-0.017484,-0.01534,0.038871,-0.032927,-0.017143,0.046096,-0.003995,0.030397,0.009713,0.027276,0.109825,0.014701,0.007893,-0.016997,-0.030194,0.006162,0.041761,0.012906,-0.007363,-0.021463,-0.009084,-0.023543,-0.012217,0.049681,0.020184,0.005116,0.003797,-0.027219,0.025083,-0.00218,0.032411,0.017192,-0.040814,-0.005652,-0.010444,-0.017071,-0.00388,0.015854,0.045827,-0.009618,0.017695,0.035474,-0.022944,-0.012083,-0.000864,0.02371,-0.004492,0.006153,0.026397,-0.004707,0.009349,0.004364,-0.000218,-0.046645,0.019736,0.026007,-0.009505,0.004069,-0.015436,0.08225,-0.007553,-0.009169,0.031264,-0.009458,0.010036,-0.007895,0.027518,-0.017247,-0.019558,-0.019277,0.039779,0.020862,0.011586,0.005807,-0.013811,-0.043076,-0.021994,0.041951,-0.029294,-0.018807,0.001963,-0.003405,0.022712,0.020899,-0.005977,0.013295,0.026544,-0.006903,0.011988,0.016773,0.742974,-0.017186,0.021584,-0.012804,0.020403,0.004948,-0.021683,-0.022725,-0.017196,-0.015158,0.050416,-0.009515,0.013052,0.00956,0.018637,-0.010245,0.028401,-0.023827,0.024124,0.006933,-0.012187,-0.027686,0.0548,0.023621,-0.001506,0.051784,-0.013514,-0.03317,0.033985,0.022516,-0.007714,-0.022776,-0.002374,-0.04841,-0.023673,0.016633,0.007027,-0.001993,0.002304,-0.078619,0.0265,-0.008999,0.016259,-0.041519,0.025778,-0.025722,0.029008,-0.008235,0.008239,-0.00828,0.020538,-0.003842,0.033832,0.056854,-0.009309,-0.007312,0.011261,-0.047071,-0.021891,-0.010024,-0.006142,0.003272,0.020404,0.080115,0.006224,0.059359,0.001471,-0.020718,0.012296,0.026475,0.027932,-0.096142,0.010763,0.040549,0.003247,0.015517,-0.008239,-0.031157,0.01184,-0.019981,0.017818,-0.08427,0.034499,0.025626,-0.009311,-0.018908,-0.034605,0.011114,0.0361,-0.033488,-0.049468,0.012166,0.000995,0.014676,0.008266,0.023102,-0.015385,0.049756,-0.004324,-0.011142,0.045733,0.026022,-0.011831,0.021832,-0.051493,0.003527,0.012046,-0.013095,-0.010508,0.016882,0.032093,-0.003652,-0.029532,-0.007984,-0.001729,-0.020148,0.006855,0.002424,0.005519,0.029019,0.033961,0.004341,-0.023738,-0.015932,0.020647,-0.042157,-0.031726,0.042707,0.031188,-0.034209,0.004059,0.003048,-0.005889,-0.001573,-0.017409,-0.004678,-0.012175,0.022675,-0.013847,0.043816,0.012064,0.013681,-0.002696,0.009646,-0.016075,0.010797,0.018915,0.014883,-0.008533,0.001939,0.003258,0.163836,0.033585,-0.000356,-0.010707,0.008586,0.003921,-0.026545,-0.018194,-0.028461,0.057843,0.003679,0.04698,0.017186,0.004615,0.011518,0.072476,-0.006353,0.015303,0.004195,-0.001777,-0.001915,0.018652,-0.216103,-0.020075,-0.009036,0.016901,0.037066,-0.007939,0.035612,-0.012036,-0.004017,-0.037319,0.000767,-0.000474,-0.05429,-0.003376,-0.032635,-0.025773,0.052555,-0.005095,0.000735,-0.007104,0.041272,0.09074,-0.009197,0.096108,0.027489,0.002731,0.025313,-0.000748,0.007865,-0.0098,0.017493,0.028197,-0.028951,-0.042088,-0.021704,-0.009278,-0.000513,0.044195,-0.032249,0.006108,0.013679,0.020548,-0.004751,-0.006115,-0.003342,-0.008055,0.013329,-0.022425,-0.02626,-0.004997,-0.003322,0.000665,0.00426,-0.018139,0.04448,0.024854,-0.000851,-0.000207,-0.039361,0.028588,0.017078,0.031543,0.005648,-0.006737,-0.038751,-0.002658,-0.003392,-0.011121,-0.001742,0.009038,0.019213,-0.026886,0.027242,0.014655,0.030119,0.133114,0.014753,0.025559,-0.00908,0.009463,-0.000822,-0.001574,-0.002125,-0.022138,-0.007996,0.004262,0.035374,-0.009109,0.040114,-0.010579,-0.008815,0.043445,0.001482,-0.025884,-0.023362,0.024411,0.013978,0.012604,-0.001405,0.008801,-0.019515,-0.004808,-0.005721,0.006493,0.0151,0.041883,0.019781,0.0081,0.013179,-0.004799,-0.002115,0.024132,-0.001594,0.01714,-0.010119,0.027422,-0.027282,-0.010339,0.011846,0.026451,0.023549,-0.058923,-0.01355,0.033724,-0.007609,0.043428,-0.025742,0.012981,-0.027705,0.012233,0.009659,-0.016979,0.023608,-0.00998,0.002244,-0.019146,-0.014018,-0.032278,-0.038712,0.003686,-0.046934,-0.122528,0.01426,-0.019812,-0.00113,0.042787,0.002421,-0.001318,-0.056032,0.031304,-0.006176,0.014168,0.00972,-0.013853,-0.004319,0.004334,-0.018338,0.00989,0.032184,-0.015067,0.026663,-0.00918,-0.004762,-0.002357,-0.010795,0.020864,-0.037754,0.010335,-0.005912,0.020814,0.018731,0.023349,-0.026579,-0.014966,-0.011782,0.046866,0.025771,0.0054,-0.0131,-0.015966,0.015306,0.008034,-0.005189,-0.016689,0.009042,0.008681,0.028971,-0.003398,-0.032568,-0.041671,0.005597,-0.026611,0.033353,0.011048,0.083293,0.0179,-0.00509,0.017281,0.002123,-0.012414,-0.021042,0.060004,-0.018553,0.001619,-0.023444,0.002926,0.013961,-0.052401,-0.02012,-0.038525,-0.015043,-0.004359,-0.020832,0.011045,-0.007004,-0.003,-0.003643,0.03209,0.000986,0.015848,0.038121,-0.027065,-0.033437,-0.015405,-0.001766,0.005065,0.022249,-0.032967,0.01809,-0.006378,0.005267,-0.010162,-0.042792,0.023762,0.001663,0.000545,-0.023532,-0.028863,0.0017,0.027735,0.018695,0.036655,-0.026459,0.009718,-0.002988,-0.019385,-0.008364,-0.026775,-0.020386,-0.026734,-0.009436,0.023004,-0.03111,-0.004936,0.011164,-0.017952,0.030706,0.029286,0.004742,0.108486,0.01702,-0.008779,-0.009493,-0.009378,-0.007602,0.057947,0.018387,-0.034626,-0.023906,0.006478,-0.038475,-0.027881,0.047855,0.074147,-0.019654,0.000527,-0.013007,0.018945,-0.002717,0.075455,0.017416,0.001563,0.003971,0.010768,0.027699,0.001763,0.026203,0.012325,-0.016245,0.03189,0.029383,-0.002816,-0.009198,0.020422,0.028236,-0.019435,0.007038,0.01517,-0.001986,0.013023,-0.029281,-0.005629,-0.040575,0.019716,0.011939,-0.009082,0.011698,0.022106,0.082006,-0.032162,-0.007655,0.027869,0.006912,-0.000843,0.010458,0.005721,-0.009088,0.014046,-0.022078,0.01913,0.022852,-0.001333,-0.015496,-0.01385,-0.027349,0.000902,0.024561,-0.015077,0.011678,0.031086,-0.003245,-0.003955,0.015279,0.001441,-0.022028,-0.015094,-0.011816,-0.002645,0.017019,0.749157,-0.014188,0.008389,-0.009385,0.017657,-0.002402,-0.006259,0.000387,0.022031,-0.011467,0.048857,-0.002664,0.013513,0.036387,0.028224,-0.020666,0.006377,-0.004832,0.031411,-0.007191,-0.003363,-0.019653,0.046214,0.050799,-0.017595,0.051664,0.008162,-0.017524,0.002185,0.014011,-0.037785,-0.000738,-0.030057,-0.004655,-0.039381,0.00721,-0.0185,-0.006242,0.005321,-0.089434,0.007302,0.004316,-0.002861,-0.016958,0.030475,-0.02107,0.022069,-0.000601,-0.003397,-0.013656,0.020674,-0.011972,0.017826,0.071257,0.001284,-0.009602,0.005969,-0.039771,-0.027464,0.024744,-0.005769,-0.030276,-0.021172,0.074125,0.018936,0.066277,-0.009683,-0.003901,0.015284,0.032992,0.022194,-0.091713,0.01492,0.021278,-0.001133,0.004652,0.007353,-0.041834,0.011391,-0.022621,0.007224,-0.083175,0.02327,0.008484,-0.013548,-0.00479,-0.030212,0.015417,0.03058,-0.017263,-0.030432,0.008414,0.009825,-0.000473,0.008986,0.00974,-0.010194,0.033453,-0.005844,-0.001691,0.029075,0.017025,0.002142,0.0102,-0.061866,-0.003001,0.012089,-0.005374,-0.002581,0.023549,0.030343,0.006431,-0.038502,-0.028537,-0.024882,-0.015886,0.00717,-0.002474,0.021332,0.027907,0.023934,-0.010608,-0.006127,-0.017409,0.023071,-0.040679,-0.040694,0.018558,0.039439,-0.011694,0.007252,0.003718,-0.012382,0.008611,-0.024826,-0.016562,-0.023347,0.022491,0.001903,0.036445,0.016189,0.017063,-0.001353,0.005819,-0.000552,0.005102,0.014347,0.001665,-0.013002,-0.009134,-0.008722,0.155086,0.023501,-0.000336,-0.010355,0.008481,0.007595,-0.014068,-0.016987,-0.031363,0.036853,0.009591,-0.000418,0.020326,0.001,-0.010026,0.069397,-0.010865,-0.003172,-0.00045,-0.013585,-0.01322,0.005004,-0.238693,-0.0003,-0.017779,0.009792,0.025353,-0.006454,0.000126,-0.014842,-0.017762,-0.033752,-0.008837,-0.005528,-0.042866,-0.021455,0.001739,-0.036911,0.048786,0.000798,-0.009385,-0.002903,0.041734,0.073982,-0.03694,0.106061,0.021515,-0.004325,0.014435,0.019679,0.016006,0.000403,0.008747,0.035722,-0.007766,-0.036286,-0.009331,0.003003,-0.001878,0.048543,-0.045676,0.012629,0.010099,0.013083,-0.023437,0.001409,-0.000756,-0.000325,0.018876,-0.017141,-0.028361,-0.003889,0.007438,0.00391,-0.007352,-0.015838,0.048968,0.005314,-0.025499,-0.002292,-0.042537,0.011644,0.011359,0.028334,-0.001316,-0.01774,-0.046597,0.012841,-0.016499,-0.025979,0.009146,0.006355,0.018097,-0.014987,0.002614,0.001184,0.034466,0.137293,0.018938,0.021183,0.000947,0.019535,-0.007448,0.001442,-0.014236,-0.016336,-0.028725,0.004987,0.014331,-0.001791,0.0355,-0.010861,-0.024692,0.052721,-0.000128,-0.003903,-0.035043,0.015291,0.040855,0.020393,0.000175,0.006471,-0.004903,0.01158,0.0173,0.025336,0.011734,0.025219,0.01457,0.02843,0.002874,-0.004396,-0.014225,0.019686,-0.007262,0.013725,-0.004659,0.033815,-0.001413,-0.000448,-0.027893,0.037511,0.009819,-0.044966,0.005926,0.01828,-0.00598,0.02196,-0.012803,-0.003348,-0.03041,0.03474,0.020762,-0.000654,0.032358,-0.00388,-0.0071,0.005078,0.001309,-0.047484,-0.030856,0.017218,-0.036841,-0.114202,0.004764,-0.004458,-0.015745,0.022275,-0.00683,0.006758,-0.076152,0.024664,0.00291,-0.001534,0.023689,0.00428,-0.002377,0.016245,0.001975,0.028936,0.051128,-0.004076,0.012155,-0.005313,0.003415,0.007502,-0.01314,0.00571,-0.023345,0.007527,-0.002436,0.019141,0.01206,0.018413,-0.016885,-0.01397,0.009508,0.015982,0.012924,0.039903,-0.001219,-0.029074,0.002537,0.017636,-0.006919,-0.02489,0.008855,-0.018329,0.032108,-0.01052,-0.026177,-0.041063,0.003201,0.000863,0.032108,0.007164,0.092555,0.021026,-0.026557,0.031185,-0.008602,-0.018661,-0.030924,0.04088,-0.015958,-0.004002,-0.029032,-0.013065,0.001551,-0.044153,-0.00627,-0.034367,-0.028168,-0.00865,-0.025606,0.003968,-0.015468,-0.005313,0.001334,0.01339,0.012791,0.014474,0.016371,-0.023731,-0.013394,-0.034694,-0.009094,0.012094,0.026624,-0.023699,0.008729,-0.01722,0.009113,-0.016824,-0.050159,-0.001473,-0.003088,0.009778,0.019978,-0.029172,-0.007254,0.024508,0.032464,0.037355,-0.024851,0.029913,0.010825,-0.015004,-0.017594,-0.024413,0.004072,-0.024353,-0.036545,0.019763,-0.030785,-0.018344,0.019256,-0.010811,0.02441,0.010383,0.002659,0.107488,0.00756,0.004581,-0.011024,-0.012612,0.002334,0.033271,0.00537,-0.022757,-0.007405,-0.011893,-0.029155,-0.032998,0.045152,0.046541,-0.00827,-0.005367,-0.027877,0.012809,-0.011949,0.09374,0.018023,-0.022244,-0.015021,-0.003406,-0.010134,0.012198,0.020598,0.021508,-0.009236,0.018873,0.030017,0.001411,-0.01155,0.01628,0.035456,0.002051,0.012593,0.01784,-0.005026,0.018151,-0.025401,-0.007809,-0.019401,0.012916,0.021556,-0.011777,0.007787,-0.002089,0.087156,-0.006793,-0.001877,0.016654,-0.010892,0.005925,0.004056,0.025463,-0.028117,0.0091,-0.015946,0.028433,0.004774,0.009846,-0.015739,-0.017523,-0.049695,-0.003867,0.026292,-0.032793,-0.003246,-0.005404,-0.025208,0.010591,0.005656,-0.007465,-0.02525,0.000085,-0.021182,0.016994,0.005612,0.762259,-0.012399,0.016801,-0.007749,0.038448,-0.013868,0.010896,-0.008436,0.021002,-0.004916,0.023516,-0.007628,0.017969,0.020943,0.019231,-0.010849,0.01189,0.004,0.006434,-0.020965,-0.01269,-0.024083,0.040969,0.023791,-0.005253,0.067265,0.004402,-0.033101,0.015205,0.030782,-0.035056,-0.024515,-0.040068,-0.020136,-0.019907,0.016745,-0.0144,0.001445,-0.002482,-0.075679,-0.001783,-0.00065,0.015192,-0.025358,0.020234,-0.018305,0.033749,0.001629,0.015263,-0.009295,0.013366,-0.009064,0.018353,0.074345,0.009153,-0.010038,0.007119,-0.031286,-0.009038,0.017916,-0.004356,-0.024075,-0.017232,0.075659,0.014753,0.068376,-0.009217,-0.00509,0.018916,0.022603,0.021932,-0.07047,0.017555,0.040805,0.011616,0.00375,0.008812,-0.046892,0.00822,-0.004465,-0.000758,-0.071543,-0.012658,-0.016365,-0.016513,-0.018405,-0.022309,0.021491,0.014398,0.004721,-0.062231,0.005617,0.005703,-0.004076,0.034078,0.016755,-0.006957,0.020938,0.004018,-0.00309,0.02389,0.00197,-0.008836,0.0095,-0.066059,-0.00109,-0.002139,0.018722,0.001103,0.027861,0.039185,0.001394,-0.028175,-0.030391,-0.012486,-0.019615,-0.003376,0.006874,0.026563,0.024084,-0.003252,-0.004458,-0.01544,-0.030949,0.025756,-0.039577,-0.021317,0.013108,0.041378,-0.005301,0.00169,-0.000322,-0.008343,0.007943,-0.010906,-0.03501,-0.014252,0.03266,0.009923,0.03999,0.000359,0.013544,0.010617,0.011375,-0.010664,-0.011775,0.008469,0.026564,0.000009,-0.01134,-0.007119,0.172995,0.008656,-0.013595,-0.010574,-0.007918,0.01848,-0.01638,-0.02058,-0.02374,0.02474,0.008845,-0.00324,0.027692,0.010107,0.005159,0.059812,-0.013736,0.006525,-0.001196,-0.037116,-0.005919,-0.001131,-0.242645,0.003448,0.003328,0.0157,0.013613,-0.007743,0.011664,-0.016497,0.00212,-0.03589,-0.026524,0.008735,-0.046339,0.003533,-0.028074,-0.02657,0.06716,0.011144,-0.002311,-0.013823,0.050328,0.07657,-0.028518,0.098231,0.01522,-0.00166,0.02584,0.01018,0.017675,-0.003564,0.012061,0.037849,-0.021983,-0.039908,-0.00082,0.000707,0.010566,0.027038,-0.021713,0.005746,0.017512,0.00507,-0.026163,-0.00997,-0.008155,0.000481,0.002852,-0.017789,-0.027809,0.000134,0.007722,-0.014437,0.006954,-0.011933,0.029952,0.01858,-0.00627,0.014973,-0.03882,0.039303,0.00944,0.035753,0.003698,-0.034031,-0.047187,0.0075,-0.029908,-0.029311,0.012506,0.002405,0.007519,-0.025059,0.008318,-0.011083,0.056336,0.147201,-0.001287,0.023192,-0.002054,-0.010825,-0.002026,0.014914,-0.022987,-0.017746,-0.012125,-0.001121,-0.016069,-0.013792,0.035774,-0.010801,-0.019458,0.063793,-0.002769,-0.036332,-0.031232,0.016891,0.047375,0.032597,-0.005763,0.010802,0.017793,0.011092,0.017795,0.026314,0.006653,0.032295,0.023186,0.025239,0.005027,-0.013586,-0.039648,0.023884,-0.017614,0.015729,0.004742,0.032743,-0.014683,-0.005693,-0.0417,0.046445,-0.016639,-0.045054,0.004969,0.011854,-0.013114,0.024536,-0.00285,-0.0108,-0.022831,0.03761,-0.004491,-0.023493,0.026757,-0.009119,0.001627,-0.003593,-0.004326,-0.036429,-0.016285,0.001084,-0.038468,-0.115028,0.010315,-0.032774,-0.014113,0.003799,0.013418,0.007088,-0.081716,0.016269,0.025469,-0.005663,0.038926,0.007559,0.001655,-0.000331,-0.008435,0.049663,0.052159,-0.008698,0.032052,0.006012,-0.008617,0.016302,-0.018148,0.008522,-0.045404,-0.011569,-0.003084,0.022592,-0.00278,-0.000527,-0.028473,-0.014956,0.002963,0.042347,0.004454,0.021592,0.004057,-0.032379,-0.017846,0.00005,-0.015445,-0.033814,0.011663,-0.018422,0.015342,0.004769,-0.017658,-0.049237,0.003767,-0.026778,0.02817,0.013119,0.077023,-0.000503,-0.035781,0.039856,0.000601,-0.021161,-0.035189,0.042752,-0.003475,-0.025927,-0.025537,-0.00971,-0.002885,-0.052892,0.001621,-0.03935,-0.014433,0.003615,-0.006559,0.006423,-0.030286,-0.014234,-0.007397,0.035462,0.007112,0.034262,0.034239,-0.029827,-0.013311,-0.039752,0.005158,0.025921,0.026092,-0.029179,0.026405,-0.013728,0.027901,-0.008652,-0.041227,-0.005027,0.005005,0.012183,0.021868,-0.029783,-0.006994,0.033917,0.04702,0.05321,-0.018088,0.034987,0.023098,-0.007794,-0.029179,-0.041968,0.005074,-0.016602,-0.034726,0.030464,-0.010554,-0.01219,0.027711,-0.015317,0.045802,0.002928,0.019281,0.107127,0.002576,0.02054,-0.013261,-0.021487,0.013654,0.043932,0.009757,-0.024344,0.006352,-0.002818,-0.014285,-0.018635,0.044899,0.010371,0.016597,-0.005584,-0.004652,-0.000109,-0.000486,0.05825,0.028838,-0.024933,-0.005722,-0.007672,-0.009878,0.03554,0.009568,0.021242,-0.008896,0.0296,0.042604,-0.011133,-0.001047,-0.004257,0.041332,0.014708,0.011846,0.030201,-0.01118,0.009807,-0.011758,-0.006545,-0.003049,0.009075,0.040349,-0.002531,-0.000521,-0.015261,0.06843,-0.003352,0.001731,0.028255,-0.013041,0.003006,-0.004483,0.050934,-0.022377,-0.012292,-0.030935,0.030181,0.004164,-0.014348,-0.01819,-0.023511,-0.049634,0.000091,0.038037,-0.031295,0.010273,-0.017649,-0.00807,0.016278,0.019083,-0.007897,-0.00061,0.016578,-0.019248,0.009583,0.003308,0.737833,-0.012749,-0.010066,-0.018822,0.022605,-0.002321,0.006601,-0.003787,0.001714,-0.023822,0.034131,-0.017422,0.028236,0.015833,0.017196,-0.013187,0.022575,-0.015937,0.002143,0.000928,0.006991,-0.042292,0.051701,0.040143,-0.0009,0.043817,-0.004874,-0.022337,0.026276,0.022439,-0.015328,-0.002439,-0.015093,-0.014335,-0.02468,0.012259,0.005767,-0.002776,-0.001567,-0.073449,0.017527,-0.004408,0.020767,-0.04888,0.030492,-0.0289,0.027151,0.002419,0.016986,-0.000634,0.014824,-0.005246,0.049468,0.062351,0.009466,-0.005356,0.007368,-0.048008,-0.014061,0.019581,0.019462,-0.010913,-0.015744,0.059598,0.004503,0.094185,0.001482,-0.005124,0.012046,0.020172,0.033005,-0.091407,0.016987,0.007094,-0.001073,0.012128,0.003894,-0.044976,0.023988,0.015892,0.008947,-0.105579,0.02302,-0.007284,-0.005906,-0.005402,-0.034599,0.005312,0.021548,-0.008794,-0.026556,0.029836,0.028727,0.000161,-0.000585,0.010917,-0.009243,0.008576,0.009828,0.003139,0.03087,0.018079,-0.011631,0.020086,-0.067061,-0.036578,0.013957,-0.021439,-0.033588,0.024393,0.028106,-0.0129,-0.025493,-0.002988,-0.029298,-0.01084,0.000986,-0.00955,-0.006767,0.029672,0.022519,0.014268,-0.003025,-0.011434,0.034849,-0.037839,-0.011843,0.024921,0.046847,-0.01309,0.03846,-0.001975,-0.014269,0.019066,-0.025792,0.002873,-0.007846,0.042329,0.007873,0.030197,0.016603,0.012571,-0.012161,0.004695,-0.009997,0.024889,0.015195,0.015147,0.000662,0.027262,-0.006848,0.152663,0.024938,0.001519,-0.009594,0.010886,0.00438,-0.013607,-0.004716,-0.022138,0.022298,0.014468,0.033344,0.017523,0.011917,0.006049,0.071975,0.011571,0.020403,-0.014501,0.004781,0.00134,-0.002987,-0.220595,0.003105,-0.021844,-0.011563,0.019111,0.018676,0.018773,0.001248,-0.027378,-0.041,-0.006254,-0.010821,-0.051152,-0.019321,-0.013884,0.007281,0.019042,0.009784,0.022357,-0.012579,0.030064,0.074112,-0.048648,0.089843,0.045281,-0.01164,0.002475,0.045732,-0.001324,-0.014447,0.029182,0.029966,0.020843,-0.025216,-0.019547,0.000547,0.013115,0.028322,-0.037725,0.011678,0.031929,0.037541,0.000362,-0.015609,0.009048,-0.024919,0.011209,-0.039901,-0.013779,-0.020572,0.017209,-0.01398,0.006546,0.00969,0.063302,-0.009526,-0.011341,0.023302,-0.015676,-0.005271,0.037042,0.012045,0.033562,-0.02534,-0.065558,-0.015441,-0.018184,-0.004623,-0.000239,0.008712,0.010211,-0.013334,0.008487,-0.009852,0.026885,0.11687,0.006159,0.022306,0.000076,0.007246,-0.009191,0.012537,-0.003291,-0.029047,-0.017595,0.002265,0.016642,-0.029043,0.041288,-0.006871,-0.034383,0.070341,0.015755,-0.014827,-0.044356,0.037876,0.001735,0.014795,0.00693,0.032249,0.015458,0.006644,0.007044,0.009465,0.01709,-0.001097,0.037502,0.002923,0.008157,-0.015005,-0.01436,0.037398,0.026056,0.025634,0.007022,0.003753,-0.005197,0.033224,-0.031099,0.039924,0.002992,-0.0556,0.024398,-0.002887,0.012136,0.04154,-0.000357,0.03333,-0.024078,0.030098,0.001421,-0.028315,0.030323,-0.008797,-0.013801,0.027123,-0.009075,-0.025153,-0.038525,-0.00324,-0.032628,-0.105331,0.000695,0.003223,0.01562,0.055278,-0.003814,0.005647,-0.045303,0.019812,-0.002702,0.017553,0.01652,-0.010856,0.019164,-0.028701,0.004846,0.033929,0.055981,-0.012589,0.01515,0.003981,0.000047,0.000378,0.010113,0.020838,-0.061698,0.000551,-0.017438,0.00604,0.015122,0.016009,-0.004919,-0.012614,0.02151,0.030032,0.043448,0.009507,0.007482,-0.014393,0.014213,-0.014661,-0.029628,-0.023243,0.009327,-0.014983,0.030167,0.016549,-0.023173,-0.055142,-0.00971,-0.003138,0.026848,0.006529,0.105643,0.024937,-0.022684,0.010756,-0.014246,-0.015377,-0.034736,0.056199,-0.005566,-0.010571,-0.034939,0.007555,-0.000671,-0.030018,-0.017651,-0.012039,-0.004482,-0.019886,-0.004193,0.006904,-0.041373,-0.010574,0.002671,0.001563,-0.024058,-0.004738,0.037235,-0.024222,-0.006417,-0.016114,0.008857,-0.005604,0.026926,-0.016918,0.046511,-0.020524,-0.005316,-0.005712,-0.034927,-0.006806,-0.014296,0.000569,0.000171,-0.026606,-0.004694,0.004779,0.039034,0.027844,-0.017256,-0.002938,0.019199,-0.014424,0.019964,-0.01793,-0.01796,-0.032701,-0.015988,0.00705,-0.040244,-0.007123,0.0119,-0.011717,0.042753,0.004581,0.020771,0.107366,-0.004039,-0.004617,-0.041042,0.014652,-0.004325,0.027992,0.021501,-0.032585,-0.012169,0.015745,-0.00452,-0.031849,0.059595,0.046773,-0.011591,0.002468,-0.001143,0.047181,0.001738,0.042596,0.011444,-0.03654,-0.008278,0.002978,-0.001071,0.000752,0.015301,0.015497,-0.02287,-0.001858,0.024517,0.002767,-0.011453,-0.009415,0.031708,0.000774,0.011727,0.000537,0.003615,0.029438,-0.035941,-0.0351,-0.008846,0.011394,0.003862,0.003923,0.039993,-0.009066,0.094522,-0.015505,-0.013753,0.012509,-0.012475,-0.007385,-0.01485,0.003653,-0.016734,-0.011874,-0.007838,0.006839,0.002704,0.020488,-0.037133,-0.00012,-0.028757,-0.006515,0.028886,-0.007215,-0.005014,-0.000043,-0.017626,0.010103,0.021582,-0.015523,-0.00672,-0.006423,-0.027897,-0.00055,0.02175,0.751264,0.011454,0.006552,-0.004325,0.037366,-0.018286,-0.007867,0.001221,-0.021373,-0.018853,0.049072,-0.009497,0.01229,0.020499,0.013425,-0.030508,0.009418,-0.007168,0.015246,-0.002357,-0.000291,-0.039576,0.042636,0.000318,-0.015133,0.040415,-0.012357,-0.010521,0.013918,0.023183,-0.06662,-0.020107,-0.010896,-0.023832,-0.029426,0.011332,-0.02153,0.002018,0.004262,-0.089716,-0.005783,-0.012985,0.028178,-0.033514,0.01175,-0.008217,0.007991,-0.025163,-0.010659,-0.01321,0.030607,-0.025069,0.008584,0.056085,0.00159,-0.017693,0.016998,-0.050898,-0.006449,0.016314,0.005937,-0.025654,-0.029947,0.057851,0.046407,0.05587,-0.002122,-0.006511,0.009024,0.034368,0.027363,-0.088267,0.020712,0.028372,0.024142,-0.016829,-0.015497,-0.040872,0.016091,0.018721,0.016865,-0.063386,0.034881,-0.014393,-0.010681,-0.040364,-0.017049,-0.002018,0.028048,-0.017657,-0.058385,-0.034595,0.005,-0.014941,0.006706,0.015951,0.010949,-0.014717,0.017567,-0.025393,0.050008,0.037917,0.009917,0.045455,-0.062006,-0.013214,-0.028909,-0.031911,0.008204,0.044961,0.044206,-0.010412,-0.014945,0.001532,-0.011921,0.010549,-0.032867,-0.000565,0.013689,0.04043,0.074134,0.005579,0.008019,-0.003974,0.055904,-0.005707,-0.047766,0.045997,0.029085,-0.013256,0.004777,-0.010192,-0.026375,-0.013699,-0.009417,0.00063,-0.014767,0.022423,0.00162,-0.012509,0.029725,-0.003614,0.014799,0.021976,-0.03353,0.01007,0.010314,-0.006331,-0.0166,0.000812,0.009828,0.20197,0.01593,-0.026777,0.003863,-0.000304,0.036315,-0.005927,-0.034348,-0.003545,0.062235,0.014355,0.021311,0.008197,0.008096,-0.007865,0.037029,-0.009939,0.017473,0.028048,-0.002488,-0.060824,0.014006,-0.233404,-0.023196,-0.058475,0.004028,0.00053,0.054744,0.008535,-0.004798,-0.010494,-0.04291,-0.034716,-0.034198,-0.044891,-0.017357,-0.049226,-0.026492,0.071749,-0.008211,-0.015103,-0.011679,0.053979,0.08989,-0.028784,0.058668,0.042736,-0.015348,0.046516,0.008941,0.001162,-0.032,-0.009769,0.006748,-0.013412,-0.030587,-0.025154,0.005077,0.013183,0.032271,-0.020447,0.010948,0.026,0.02792,-0.014709,-0.04009,0.022979,0.005846,-0.00285,-0.009154,-0.02586,-0.024076,0.011961,-0.033827,-0.040363,-0.014049,0.050013,0.033287,-0.008984,-0.00319,-0.024142,0.038596,0.037935,0.022379,-0.001672,-0.008976,-0.032933,-0.010916,-0.025213,-0.02183,0.010769,-0.013268,0.020691,-0.001448,0.017866,0.009807,0.047277,0.133622,-0.024932,0.014656,0.002838,-0.005068,-0.020083,0.029509,0.005632,-0.043486,-0.008139,-0.030205,0.013435,-0.003386,0.012864,-0.025652,-0.041353,0.014679,-0.017556,-0.013042,-0.029028,0.020842,0.030082,0.035092,-0.011702,0.045362,-0.034184,-0.011235,0.00414,-0.000534,0.016547,0.021315,0.038841,0.038986,-0.024488,0.007566,-0.018411,0.046186,-0.015765,0.00491,0.004149,0.01861,-0.001864,-0.012514,-0.041212,0.045255,0.015458,-0.029117,0.008857,0.01738,-0.056631,0.016206,-0.035083,-0.001488,-0.02494,0.043566,0.003159,-0.00159,0.027513,-0.030042,0.011954,0.004905,-0.012773,-0.006088,-0.026077,0.004199,-0.025444,-0.127055,-0.022904,0.026575,0.012045,0.00999,-0.022595,0.056613,-0.061325,0.019183,0.04637,0.004716,0.006677,-0.04722,0.026276,0.013211,-0.029458,0.035825,0.015801,-0.035605,-0.008188,-0.011822,-0.040232,0.010463,-0.035248,-0.010746,-0.042604,0.01231,0.011952,-0.015101,0.014737,0.015247,-0.008493,-0.050705,0.009388,0.001617,-0.019918,-0.007549,0.004765,-0.035187,-0.020126,-0.000537,-0.01439,-0.00538,0.015041,-0.017061,0.059127,0.001903,-0.033897,-0.039057,0.00579,-0.004234,0.027973,-0.006635,0.060461,0.026738,-0.035538,0.027238,0.001118,0.000109,-0.017483,0.06001,0.005083,-0.019415,-0.001502,-0.019142,-0.000906,-0.056745,-0.028105,-0.049788,-0.048017,-0.020245,-0.028483,0.000703,0.022945,0.002844,0.019249,0.009535,-0.008319,0.049266,0.017163,-0.012303,-0.016863,-0.024205,-0.027487,0.004872,0.017026,-0.021534,-0.03764,-0.038021,0.004025,-0.009321,-0.023082,-0.024525,0.007872,0.017915,-0.01049,-0.013638,0.015145,0.024116,0.038114,0.032558,-0.025321,0.025706,0.032794,-0.036051,-0.012833,-0.047043,0.011813,-0.025961,-0.010534,0.028342,0.021663,-0.01147,0.010381,-0.019923,0.028629,0.025138,-0.015594,0.099312,-0.027654,0.030455,-0.02903,-0.05347,-0.021692,0.039927,0.013205,-0.032532,0.021444,0.02843,-0.027648,-0.036894,0.015909,0.032368,0.030104,-0.030154,0.013958,0.00277,-0.013003,0.0995,-0.009984,-0.005945,-0.016198,-0.007126,-0.03306,-0.01593,0.026741,0.005863,-0.012535,0.038409,0.068777,-0.019609,-0.031855,0.027895,0.03397,0.018779,0.02104,0.030018,0.000298,0.037824,-0.017598,0.003899,-0.034417,0.0168,0.014055,0.006803,-0.019868,0.028755,0.102153,0.016623,0.011044,0.057354,-0.017551,-0.024378,-0.013,0.030959,-0.029087,-0.001658,-0.021244,-0.023157,0.016248,0.006064,-0.031631,0.014451,-0.033044,0.017416,0.028347,-0.040798,0.013564,-0.025953,-0.00439,0.033469,0.015998,0.021417,0.001847,-0.008167,-0.009033,0.04077,0.008502,0.683962,0.027723,0.022441,0.000913,0.015158,0.005418,0.022219,0.007458,0.001872,-0.022168,0.006741,-0.004565,0.004346,-0.01289,0.014067,-0.002016,0.019851,-0.005629,0.002423,-0.005581,-0.037933,-0.026078,0.058862,0.054696,-0.009256,0.062713,-0.001848,-0.03374,0.008656,0.020933,-0.012508,-0.041992,-0.059638,-0.013873,-0.018514,0.000919,0.023506,0.023094,0.00512,-0.066398,0.018399,-0.013433,0.040762,-0.013557,0.04822,-0.036502,0.00174,0.003346,0.035793,0.028409,0.026448,-0.01067,0.027564,0.054465,-0.018377,0.003498,0.002878,-0.032646,-0.002406,-0.013022,0.004171,0.009246,-0.012569,0.027898,0.038045,0.017251,0.02185,0.001148,0.025879,0.029174,0.01422,-0.094805,0.012745,0.015958,-0.007738,0.004442,0.011907,-0.048157,0.02008,-0.021257,0.011931,-0.08526,0.020876,0.0013,-0.015877,-0.015752,-0.032092,0.019709,0.02978,-0.017301,-0.029523,0.012729,0.015827,-0.005212,0.011777,0.013249,-0.01709,0.018067,-0.014941,-0.003362,0.023021,0.019437,0.00045,0.014423,-0.063347,-0.007114,0.007631,-0.004949,0.00099,0.024885,0.03391,0.008079,-0.047348,-0.024403,-0.025594,-0.014942,0.003923,-0.0012,0.027409,0.036506,0.022543,-0.001975,-0.008647,-0.014631,0.021796,-0.038079,-0.036762,0.016991,0.044762,-0.012483,0.01449,0.006156,-0.01065,0.012703,-0.029555,-0.010404,-0.025952,0.021168,-0.002269,0.028855,0.020297,0.015689,-0.004781,-0.000884,0.003527,0.000743,0.012572,-0.001207,-0.011616,-0.004748,-0.011561,0.156077,0.01879,-0.003962,-0.00707,0.008602,0.011854,-0.00639,-0.010055,-0.025861,0.029891,0.00645,-0.005809,0.028786,-0.008977,-0.007414,0.059749,-0.011175,-0.008553,0.000896,-0.014888,-0.008636,0.002201,-0.261296,-0.006511,-0.010301,0.000336,0.026006,-0.01206,0.005489,-0.008858,-0.019279,-0.03352,-0.01429,-0.01327,-0.041539,-0.02132,0.002516,-0.031949,0.045241,-0.003144,-0.01163,-0.005773,0.037094,0.071077,-0.03369,0.112125,0.029703,-0.000816,0.012504,0.029392,0.012281,-0.003355,0.007578,0.036444,-0.008747,-0.037695,-0.011555,-0.002711,0.003293,0.05191,-0.035722,0.018516,0.008159,0.008072,-0.023567,-0.003198,-0.005572,0.002413,0.017184,-0.02515,-0.031845,0.000647,0.003511,0.003238,0.001402,-0.019699,0.05042,0.008984,-0.027592,0.003847,-0.038195,0.00746,0.020789,0.027264,-0.004659,-0.015944,-0.040974,0.012017,-0.012774,-0.019116,0.014562,0.008079,0.019019,-0.011981,0.003967,-0.009098,0.0377,0.148331,0.01791,0.021954,0.005698,0.00919,-0.009367,-0.006668,-0.008047,-0.011125,-0.026031,0.002911,0.014783,-0.005737,0.039754,-0.020717,-0.024087,0.069175,0.005723,-0.002781,-0.019334,0.013851,0.048781,0.021799,-0.010933,0.00208,0.000721,0.003516,0.016427,0.026299,0.012667,0.025477,0.014808,0.035155,0.008329,-0.008196,-0.015075,0.031454,-0.002718,0.018194,-0.008781,0.027137,-0.006278,0.001774,-0.025432,0.040372,0.006737,-0.039111,0.00719,0.018449,-0.003617,0.019453,-0.001225,-0.004308,-0.025426,0.038755,0.021118,-0.002633,0.036587,0.006369,-0.004405,0.019652,-0.00352,-0.040601,-0.029359,0.009815,-0.039306,-0.12459,-0.00175,-0.009409,-0.018076,0.017935,-0.0072,0.003126,-0.066478,0.021271,0.00506,0.002284,0.020091,0.003159,-0.002302,0.010921,0.002506,0.036311,0.039484,0.008647,0.013754,-0.001661,0.005584,0.01546,-0.016196,-0.002565,-0.028764,0.009215,-0.009195,0.015412,0.008851,0.011715,-0.016945,-0.010217,0.011578,0.020018,0.018118,0.048751,-0.002114,-0.040097,-0.006849,0.006784,-0.005705,-0.027977,0.015548,-0.017492,0.025336,-0.0093,-0.026388,-0.0438,0.002297,-0.006414,0.031018,0.00313,0.085428,0.021542,-0.038356,0.028978,-0.012448,-0.025605,-0.040085,0.040686,-0.024238,0.004212,-0.027384,-0.006377,0.006484,-0.045598,-0.01052,-0.030933,-0.038061,-0.008108,-0.023428,0.004204,-0.020712,-0.004696,0.000717,0.01495,0.016599,0.009796,0.02129,-0.019207,-0.011351,-0.031616,-0.006589,0.010321,0.033242,-0.028083,0.016411,-0.024361,-0.000006,-0.013098,-0.043216,-0.001478,-0.000099,0.013898,0.017213,-0.017989,0.000908,0.018281,0.030431,0.040991,-0.022247,0.027284,0.001041,-0.021224,-0.017684,-0.04251,-0.005578,-0.031119,-0.05406,0.013668,-0.028053,-0.021203,0.020778,-0.021598,0.027448,0.012388,-0.001663,0.103358,0.008672,-0.006729,-0.007309,-0.004402,0.004338,0.03068,0.008504,-0.025802,-0.002383,-0.013647,-0.02757,-0.027487,0.055892,0.05233,-0.000182,-0.00122,-0.022,0.012117,-0.008451,0.074863,0.020014,-0.024493,-0.010134,0.000216,-0.010897,0.01658,0.022916,0.020195,-0.010521,0.009868,0.02894,-0.001802,-0.015392,0.027269,0.032244,0.005798,0.013444,0.017142,-0.003763,0.018676,-0.025203,-0.011042,-0.01476,0.001763,0.01782,-0.014453,0.010918,-0.010113,0.084342,-0.003654,0.001038,0.016665,-0.006303,0.002071,-0.005544,0.026437,-0.024209,0.004164,-0.007933,0.02819,0.000012,0.005533,-0.012442,-0.024853,-0.048031,-0.006311,0.021047,-0.033249,0.007533,-0.009075,-0.023974,0.019672,0.012174,-0.01162,-0.026279,0.004241,-0.017311,0.010528,0.003913,0.749973,-0.003674,0.011777,-0.018233,0.04055,-0.01274,0.011368,-0.005404,0.019141,0.002072,0.027234,-0.008374,0.022877,0.019491,0.012138,-0.007271,0.00827,-0.001021,-0.003173,-0.014002,-0.010463,-0.029949,0.040677,0.018883,-0.001452,0.058107,-0.004117,-0.030644,0.013787,0.027613,-0.040066,-0.019771,-0.037518,-0.026204,-0.015158,0.012017,0.000281,-0.006739,-0.011369,-0.076062,-0.007814,-0.003797,0.022508,-0.030704,0.020948,-0.020804,0.026561,0.012684,0.023506,-0.012096,0.01601,-0.001799,0.021261,0.075059,0.009293,-0.012065,0.005182,-0.036487,-0.006187,0.019384,-0.004979,-0.034372,-0.022642,0.068045,0.010043,0.07028,-0.003951,-0.005094,0.011932,0.018133,0.022792,-0.076665,0.028553,0.036933,-0.008021,0.008409,0.005835,-0.062263,0.002054,0.012025,0.012385,-0.094173,0.007303,-0.029456,-0.00802,-0.007416,-0.037512,0.019676,0.016342,-0.017748,-0.049956,0.033126,0.018049,-0.007011,0.026452,-0.000834,-0.0017,0.005016,-0.001991,0.004591,0.027971,-0.021832,-0.017648,0.027162,-0.06271,0.000013,0.015984,-0.027114,-0.027955,0.049621,0.012854,-0.002578,-0.032544,0.006394,-0.032032,-0.044607,0.012117,0.025786,0.005688,0.035091,-0.003405,-0.012759,-0.006462,-0.012492,0.038113,-0.034111,-0.028761,-0.002369,0.023449,0.00607,0.026023,0.009901,-0.001258,0.01468,-0.026347,-0.031129,-0.009846,0.015179,0.018063,0.047269,0.014568,0.005914,-0.00199,0.0029,-0.001521,0.032358,0.02406,0.024918,-0.009243,-0.005198,-0.016143,0.154772,0.019394,-0.005264,0.016817,0.00016,0.009399,0.005788,-0.014346,-0.011818,0.037751,0.023737,0.006882,0.015724,-0.0055,0.014916,0.062751,-0.008436,-0.001861,-0.004804,-0.020041,0.0037,-0.000428,-0.223685,0.008287,-0.014888,0.00303,0.004293,-0.001245,-0.00657,0.003521,-0.006142,-0.006069,-0.0337,0.015532,-0.04586,-0.027787,-0.016855,-0.020969,0.054027,-0.005872,-0.02122,-0.009588,0.038767,0.085495,-0.055427,0.09208,0.029469,-0.006323,0.007192,0.024715,0.023258,0.002721,0.01384,0.05263,-0.020245,-0.026587,0.004211,0.013804,-0.012511,0.026505,-0.023301,0.01564,0.021603,0.027847,-0.025821,-0.012243,0.005332,-0.009912,0.009516,-0.030212,-0.053711,-0.001271,0.016263,-0.028671,0.01254,-0.003871,0.069592,-0.014904,-0.010439,0.005037,-0.041763,0.027548,0.01984,0.029376,0.015584,-0.046459,-0.043088,0.015801,-0.028019,-0.01639,0.038752,0.009954,0.02544,-0.000852,0.008465,-0.011882,0.046841,0.152063,0.010407,0.028862,0.007859,0.002188,-0.026388,0.004022,-0.007046,-0.011607,-0.026067,0.008534,-0.015048,0.00518,0.033152,-0.029243,-0.015374,0.03845,0.006748,-0.016452,-0.036359,-0.005272,0.038464,0.034866,-0.006046,0.005023,0.009482,-0.002415,0.006338,0.044529,0.001909,0.020341,0.027677,0.017487,-0.012785,-0.010588,-0.024669,0.029168,0.000559,0.016583,-0.010468,0.048649,-0.023005,0.012479,-0.028324,0.045943,-0.009062,-0.0395,-0.00414,0.017827,-0.001849,0.017614,0.015713,-0.007994,-0.026315,0.003449,0.011786,-0.016116,0.019474,-0.00618,-0.010462,0.033872,-0.006243,-0.034542,-0.007165,0.007644,-0.017109,-0.117291,0.001182,-0.007507,-0.015581,0.023876,-0.000243,0.00048,-0.065339,0.030786,0.008409,0.000241,0.034235,0.002698,0.012242,-0.012733,-0.000537,0.018478,0.030961,-0.001759,0.007003,-0.011731,0.02159,0.0173,-0.01637,0.024812,-0.044806,0.002206,-0.026691,0.016886,0.00308,0.010612,-0.032293,0.000696,0.011534,0.028061,0.016101,0.000142,0.015979,-0.032651,0.000434,-0.006792,-0.016043,-0.030809,0.025365,-0.014665,0.019066,0.009381,-0.006413,-0.041562,-0.013895,-0.022836,0.002357,0.006059,0.07337,0.003868,-0.033875,0.052243,-0.013155,-0.032681,-0.026319,0.074658,-0.013908,-0.018808,-0.03326,0.012738,-0.007293,-0.043357,-0.011853,-0.032092,-0.026064,-0.002261,0.009935,0.001555,-0.031311,-0.033706,0.003313,0.023387,0.012592,0.002262,0.032366,-0.025799,0.004244,-0.013728,-0.010913,0.00305,0.012885,-0.025768,0.022328,-0.020412,-0.013957,-0.028667,-0.043065,-0.003012,0.005321,0.022668,0.01643,-0.011996,0.001726,0.043353,0.028249,0.046445,-0.018676,0.027767,0.017727,-0.03103,-0.021528,-0.016378,-0.003859,-0.021989,-0.017107,0.036274,-0.032735,-0.01629,0.039863,-0.007154,0.031803,0.006474,0.026364,0.109408,0.015424,0.00472,-0.019117,-0.029064,0.00639,0.040983,0.008081,-0.008113,-0.02076,-0.00718,-0.022473,-0.010593,0.053697,0.017684,0.003218,0.004373,-0.02558,0.021951,-0.003956,0.028199,0.022328,-0.037523,-0.003775,-0.01073,-0.017269,-0.003537,0.017806,0.046337,-0.00729,0.015837,0.036289,-0.021921,-0.011194,-0.000825,0.026298,-0.002188,0.006546,0.028457,-0.00487,0.010516,0.002758,-0.00271,-0.043808,0.016651,0.024695,-0.010623,0.004744,-0.0157,0.081247,-0.010085,-0.008815,0.03022,-0.013906,0.007407,-0.006844,0.029712,-0.016523,-0.016455,-0.016532,0.039854,0.014384,0.008591,0.003077,-0.014078,-0.045999,-0.019726,0.038135,-0.030456,-0.012143,-0.000962,-0.008231,0.023171,0.023819,-0.009511,0.01019,0.023622,-0.007329,0.01509,0.017058,0.743563,-0.016814,0.021766,-0.012166,0.020879,0.001456,-0.019264,-0.018702,-0.012642,-0.013535,0.049921,-0.010077,0.015372,0.010714,0.01863,-0.011111,0.028101,-0.023725,0.024429,0.004206,-0.014339,-0.024778,0.051415,0.022545,-0.002692,0.054527,-0.012991,-0.027526,0.03402,0.023473,-0.004423,-0.020647,-0.003723,-0.050067,-0.024548,0.020006,0.006971,-0.000442,-0.000966,-0.07859,0.022699,-0.00695,0.0165,-0.041202,0.027133,-0.025536,0.02751,-0.007267,0.007286,-0.008414,0.021442,-0.003515,0.036461,0.061514,-0.007376,-0.006825,0.011443,-0.044456,-0.020536,-0.005699,-0.006135,0.000716,0.017589,0.078999,0.005714,0.058775,-0.0004,-0.018507,0.011453,0.02511,0.01254,-0.080234,0.020045,0.018138,-0.000735,0.008026,0.009119,-0.041002,0.004712,-0.01199,0.009889,-0.087928,0.003936,-0.010191,0.000372,-0.027419,-0.033258,0.020597,0.01562,-0.005264,-0.046723,0.027027,0.011637,-0.00922,0.021878,0.005649,-0.014998,0.009447,-0.000079,0.002044,0.020704,0.01169,-0.008713,0.011152,-0.077462,-0.018372,0.006976,-0.00023,0.004754,0.016439,0.032017,0.012354,-0.037536,-0.029324,-0.011232,-0.019497,0.000629,0.005922,0.02869,0.033163,0.014919,-0.008635,-0.003694,-0.012363,0.02376,-0.022478,-0.029207,0.028291,0.044245,0.007162,0.012035,0.003096,-0.021015,0.020244,-0.028893,-0.012149,-0.015632,0.030825,0.011805,0.030072,0.021747,0.00906,-0.012209,-0.015495,0.009179,0.019038,0.01078,0.009769,-0.012836,-0.001511,0.0027,0.166141,0.012897,-0.013877,-0.001891,-0.003771,0.018979,0.00237,-0.004007,-0.024096,0.018859,0.002185,0.014679,0.028697,-0.015639,-0.007628,0.053027,-0.005169,-0.007135,-0.002716,-0.011939,-0.005683,0.001926,-0.269364,-0.007799,-0.014878,0.0004,0.032299,-0.003309,0.009884,0.000966,-0.02107,-0.033221,-0.018773,-0.013763,-0.044008,-0.010875,-0.01266,-0.017355,0.044982,-0.00458,-0.014915,-0.00156,0.03978,0.0805,-0.031682,0.094565,0.029351,-0.000029,0.027623,0.025494,0.024762,-0.006567,0.005823,0.048165,-0.002769,-0.043442,-0.002022,0.000481,-0.002383,0.053049,-0.022491,0.018269,0.006658,0.011642,-0.021668,-0.023321,-0.000123,-0.001915,0.01316,-0.037125,-0.031584,0.00292,0.013043,-0.006507,-0.003489,-0.019654,0.044841,-0.004691,-0.025421,-0.006359,-0.037589,-0.0058,0.017813,0.022205,-0.000707,-0.018896,-0.042997,0.009387,-0.017626,-0.022711,0.01857,-0.000781,0.008756,-0.005944,0.001374,-0.00123,0.034813,0.164421,0.017464,0.023522,0.014789,0.005349,-0.001527,-0.004976,-0.012016,-0.014206,-0.02321,0.001797,0.006307,-0.002096,0.034075,-0.021878,-0.033076,0.067479,0.01361,-0.008736,-0.02177,0.015199,0.044296,0.023876,-0.011329,0.001827,0.005299,-0.00349,0.016642,0.012984,0.011568,0.021727,0.029774,0.028768,0.014392,-0.00785,-0.030261,0.027415,-0.003985,0.015544,-0.01672,0.011602,-0.014328,0.000959,-0.02892,0.042153,-0.006811,-0.037054,0.011055,0.020227,-0.001395,0.03487,0.007135,-0.002408,-0.023384,0.031125,0.013666,-0.009885,0.032335,-0.002671,-0.003937,0.025223,-0.005848,-0.035886,-0.020312,0.004099,-0.049829,-0.149421,-0.01292,-0.010262,-0.005574,0.013674,-0.006367,0.001621,-0.096739,0.017944,-0.004187,0.02933,0.030643,-0.008915,-0.000919,0.011789,-0.012441,0.041308,0.039652,0.002077,0.015252,0.002573,0.008223,0.024683,-0.025565,0.002437,-0.042459,-0.003617,-0.006305,0.015635,0.014002,0.01655,-0.022249,-0.021466,0.005618,0.019491,0.015445,0.039128,0.002164,-0.026466,-0.024298,0.000608,0.002593,-0.02514,-0.000147,-0.007807,0.010409,0.011237,-0.027791,-0.045806,-0.004344,-0.01079,0.042642,-0.008562,0.087947,0.01251,-0.037918,0.021876,-0.0057,-0.028976,-0.045095,0.041789,-0.005733,-0.003695,-0.024516,-0.001177,0.008959,-0.032846,-0.0195,-0.020946,-0.030402,-0.013883,-0.013512,-0.004221,-0.024669,-0.00249,0.00036,0.007748,0.013956,0.010624,0.019046,-0.015426,0.004091,-0.032363,-0.002765,0.009877,0.03074,-0.035052,0.011031,-0.022006,0.003232,-0.007984,-0.033799,-0.002759,0.006948,0.023346,0.029755,-0.008523,0.003576,0.017947,0.030242,0.040374,-0.0284,0.025699,0.016239,-0.017729,-0.020355,-0.032402,0.004844,-0.043309,-0.043417,0.018581,-0.029153,-0.019021,0.016987,-0.015788,0.034248,0.017342,-0.005823,0.102633,0.016052,-0.006019,0.001177,-0.011238,-0.007173,0.043199,0.016664,-0.034161,0.004041,-0.008781,-0.021456,-0.025865,0.066299,0.031371,0.012239,0.001135,-0.017714,0.008153,-0.000893,0.084029,0.018039,-0.031773,0.003214,-0.004014,-0.012924,0.018702,0.020994,0.030649,-0.006111,0.009486,0.038614,-0.008561,-0.015229,0.019774,0.035153,0.031512,0.016603,0.020794,0.005353,0.031085,-0.031625,-0.017127,-0.015316,0.005226,0.008433,-0.01337,0.02387,-0.014173,0.082194,0.006118,-0.009183,0.020515,-0.004956,-0.001494,-0.001517,0.023444,-0.027243,-0.005432,-0.005289,0.02684,0.00067,-0.013878,-0.035453,-0.019767,-0.041391,-0.000966,0.030732,-0.037737,0.014137,-0.014686,-0.018319,0.025574,0.015818,-0.01589,-0.015814,0.009483,-0.010779,0.015709,0.007259,0.734023,-0.004636,0.01861,-0.019841,0.039954,-0.01144,0.013848,-0.015431,0.000631,-0.005092,0.025149,-0.013461,0.015841,0.023992,0.017944,-0.012845,0.020838,-0.00993,-0.005557,-0.011668,-0.011764,-0.026725,0.031905,0.000071,-0.003882,0.06363,-0.005559,-0.019439,0.012279,0.040415,-0.028805,-0.024971,-0.025863,-0.035659,-0.013625,0.002817,-0.002031,-0.005503,-0.00724,-0.071634,0.001422,-0.005245,0.035775,-0.021828,0.017002,-0.019884,0.018549,0.001735,0.01957,-0.012899,0.013833,0.001798,0.017935,0.069931,-0.012734,-0.006888,0.003215,-0.041458,-0.00748,0.010269,0.013047,-0.032501,-0.018308,0.058713,0.012904,0.072041,-0.001819,-0.006966,0.006951,0.023385,0.05118,-0.086107,0.027831,0.013183,-0.027552,-0.00897,0.024112,-0.024556,0.003324,0.000698,0.016117,-0.067448,0.018237,0.006908,0.016538,0.003651,-0.041215,-0.001967,0.014196,-0.032493,-0.07787,0.006445,0.00403,-0.011778,0.01668,-0.008197,-0.012772,0.028746,-0.008594,-0.007685,-0.003765,0.016536,-0.002709,-0.005863,-0.039914,0.000472,0.011308,-0.00064,0.009536,0.059776,0.017251,-0.013888,0.008072,-0.029465,0.000895,-0.001649,0.02807,0.012271,0.015967,0.011932,0.007107,-0.009658,0.001407,-0.027488,0.036734,-0.013589,-0.035185,0.030544,0.023005,-0.008096,0.008428,-0.002256,-0.018372,0.008615,-0.017831,-0.032919,0.002281,0.020479,0.01028,0.023141,0.017629,0.02197,0.00757,0.006315,0.026709,0.032173,-0.005024,0.00095,0.002253,-0.013107,-0.004069,0.169774,-0.007277,-0.019688,-0.014979,-0.012096,0.013718,-0.0115,-0.029276,0.000243,0.033922,0.005031,0.021374,0.01731,0.001176,-0.009371,0.085005,-0.007148,0.008351,0.01091,0.003943,-0.004973,0.035137,-0.154209,0.02529,-0.031034,-0.003376,0.021743,0.004703,0.000349,-0.006115,-0.012867,-0.024638,0.010836,-0.001933,-0.039946,-0.024323,0.025791,-0.044701,0.044916,-0.013575,-0.001833,-0.012246,0.053994,0.063688,-0.018409,0.108423,0.022822,0.015186,-0.00723,0.025409,0.017024,0.017953,0.023639,0.020008,-0.01997,-0.034815,-0.011387,0.008224,-0.027701,0.031802,-0.038327,0.014763,0.011415,0.017369,-0.034098,0.030704,-0.020405,-0.025459,0.010041,-0.008092,-0.011159,-0.012652,0.008296,-0.008008,-0.003063,-0.031474,0.029538,0.012084,-0.003494,-0.033308,-0.04688,0.035589,0.014916,0.017116,0.013126,0.000418,-0.035105,-0.0011,-0.00348,-0.016761,0.009596,0.015256,0.021962,-0.016794,0.011285,0.0285,0.052833,0.147595,-0.005595,0.019202,0.002688,0.004562,-0.011295,-0.003243,-0.026406,-0.011867,-0.027988,-0.00247,0.00423,0.017174,-0.000632,-0.02262,-0.040512,0.043116,0.020469,-0.002273,-0.043105,0.009653,0.027841,0.011925,0.020462,0.011239,-0.032824,-0.008254,-0.001312,0.007906,0.003125,0.021602,0.029584,-0.004514,0.002815,0.007608,-0.009914,0.013853,-0.019152,-0.008589,-0.000286,0.01448,-0.009709,-0.010747,-0.021501,0.029765,0.001374,-0.038356,0.003221,0.031032,-0.044827,0.028286,-0.013787,0.000045,-0.039484,0.019186,0.013357,0.005684,0.006146,-0.020339,-0.013284,-0.00137,0.006996,-0.03872,-0.020643,0.042767,-0.026796,-0.073979,0.007001,0.009607,-0.029407,0.029908,0.014697,-0.008947,-0.054524,0.021141,0.002072,0.009391,0.016402,-0.002634,0.001137,0.000035,0.003108,0.021356,0.013436,-0.013881,0.024565,-0.019424,0.00573,-0.007013,-0.028242,0.021441,-0.01809,-0.010837,-0.01465,0.02174,0.013349,0.005621,-0.034807,0.001331,-0.006112,0.031903,0.017898,0.012843,0.007352,-0.009086,-0.004193,0.03442,-0.01131,-0.0181,0.007948,-0.011039,0.005752,-0.006612,-0.020436,-0.0279,0.017022,0.002632,0.014444,0.014861,0.069214,0.017674,-0.040878,0.020053,0.007591,0.01286,0.000776,0.027669,0.02199,0.021243,-0.01234,-0.017195,0.003942,-0.026439,-0.008456,-0.022569,-0.011917,-0.006782,-0.018733,0.003618,-0.011188,-0.009038,0.003485,-0.006487,0.00268,-0.004795,0.009445,-0.019775,-0.019201,-0.047462,-0.008475,0.004249,0.044747,-0.041491,0.019669,-0.007791,0.009524,-0.020985,-0.041296,0.001018,-0.015866,0.011756,0.022973,-0.03646,-0.011917,0.034389,0.02525,0.044093,-0.017105,0.017202,0.010612,-0.032798,-0.015876,0.048901,0.00581,-0.011304,-0.031573,0.0182,-0.030286,-0.011929,0.022172,-0.010127,0.017274,0.004042,-0.006459,0.116356,0.012247,0.013076,-0.001043,-0.021069,0.012366,0.056522,0.052829,-0.017951,-0.007499,-0.013741,-0.018544,-0.034832,0.01784,0.03456,-0.01707,0.0059,-0.021411,0.004456,-0.009301,0.039143,0.01207,-0.021713,-0.004147,0.005153,-0.000338,-0.016064,0.002955,0.01738,-0.014708,0.03301,0.0058,-0.010558,-0.001441,0.003452,0.010858,-0.013099,-0.009778,0.00455,-0.007318,0.02148,-0.032679,-0.001536,-0.022548,0.026394,0.016694,-0.009982,-0.001474,0.002246,0.078152,0.009094,-0.015478,0.015892,-0.018924,0.019116,0.028607,-0.00586,-0.007793,-0.001239,0.002857,0.023123,0.009595,-0.008406,-0.022919,0.009487,-0.047104,-0.014878,0.034259,-0.025772,-0.009965,-0.010619,0.00352,0.016404,-0.001129,-0.007094,-0.011247,-0.016707,-0.006059,0.012535,0.013211,0.796797,-0.008815,0.024136,-0.01066,0.013218,0.000472,0.004338,-0.002477,0.011697,0.016432,0.000922,-0.010866,0.020209,0.031502,0.013903,-0.012311,0.017854,-0.034992,0.005035,-0.046589,-0.030315,-0.015541,0.017348,0.018727,-0.002805,0.058578,0.000268,-0.018494,0.01033,0.001948,-0.033709,-0.017815,-0.03532,-0.031223,-0.023663,0.003658,-0.028969,0.001331,0.014218,-0.087325,0.011249,0.020449,0.007883,-0.028604,0.009865,-0.014577,0.017913,0.018598,-0.00265,0.002812,-0.013268,-0.00356,0.005157,0.053901,0.013164,-0.004285,0.006026,-0.022226,-0.018471,0.009198,-0.00099,0.003597,-0.023003,0.062862,-0.001269,0.038969,-0.013856,0.008951,0.027025,0.015863,0.001106,-0.068931,0.021573,0.036487,-0.000792,-0.00935,0.012373,-0.01125,0.000034,-0.025112,-0.006033,-0.054825,0.013514,0.00899,-0.002158,-0.016763,-0.057101,0.015685,0.008252,0.012847,-0.041161,-0.003162,-0.006774,-0.018203,0.024729,0.006859,-0.013134,0.030067,0.024893,-0.00619,0.016382,0.03011,0.014583,0.02903,-0.062518,-0.017455,0.021223,0.008385,0.026676,0.039659,0.039614,0.015505,-0.000586,-0.016505,-0.004435,-0.006502,0.008115,0.015939,0.005245,0.005482,0.018947,-0.002932,-0.010179,-0.011923,0.023933,-0.044315,-0.03939,0.010098,0.024553,-0.018069,-0.032353,-0.000494,-0.025401,0.007392,-0.01138,-0.023575,0.012006,0.011161,0.028683,0.046984,0.01066,0.012585,0.009808,0.015911,-0.016003,0.018208,0.039259,0.008816,-0.007262,-0.014263,0.001444,0.190135,0.030024,0.003472,0.025516,0.012144,-0.005663,-0.024644,-0.033133,-0.02987,0.015361,0.00381,-0.019909,0.012481,-0.014659,0.00788,0.069767,0.021493,-0.001647,-0.026351,-0.019697,0.009495,0.024817,-0.201957,0.001715,-0.01241,0.018927,0.01835,-0.005853,0.006576,-0.017252,-0.004235,-0.030792,-0.022983,-0.037355,-0.008278,-0.00357,-0.011043,-0.034785,0.053359,0.022416,0.007296,-0.010191,0.018418,0.07656,-0.015264,0.096203,0.003757,-0.014104,0.003259,0.000515,0.003702,-0.006225,-0.001415,0.04994,0.011151,-0.035335,-0.007888,0.013895,-0.012248,0.045489,-0.042786,0.0013,0.019544,0.015948,-0.027407,-0.005555,-0.021036,-0.005968,0.02093,-0.031631,-0.001147,0.014187,0.009843,0.003988,-0.018789,-0.026878,0.023571,0.024763,-0.017631,-0.010444,-0.04163,0.0282,-0.003493,0.019209,-0.013383,-0.009174,-0.055436,-0.019004,-0.018015,-0.031656,0.00892,0.013246,0.016195,-0.023765,-0.009678,0.031941,0.055922,0.096254,0.020857,0.027808,-0.004685,0.020142,-0.015387,0.011372,0.008903,-0.027772,-0.055611,0.000132,0.029228,0.016377,0.013861,-0.014049,-0.032507,0.004715,-0.002579,-0.01841,-0.051408,0.008538,0.015467,0.02358,-0.003895,0.013008,-0.00933,0.007075,0.017698,-0.001988,0.010791,0.014068,0.019234,0.026679,0.00126,-0.000649,-0.034963,0.028981,-0.023187,0.013134,-0.020097,0.023847,-0.020266,0.010777,-0.041264,0.033357,-0.016824,-0.034524,-0.006612,0.000139,-0.045354,-0.000696,-0.027833,0.001364,-0.03364,0.019169,0.004886,-0.0055,0.000329,0.007054,-0.017067,0.005929,-0.000414,-0.028332,-0.036,0.023771,-0.051672,-0.092856,0.001143,-0.005206,-0.006417,0.033453,0.028088,-0.005234,-0.09337,0.012411,0.006867,0.007201,0.025968,0.011603,-0.006902,0.013692,-0.02063,0.024184,0.036822,-0.018198,0.022101,-0.013005,0.008704,-0.009271,-0.028938,0.004088,-0.032253,-0.031469,-0.008136,0.01098,0.021723,-0.006416,-0.014199,-0.024761,-0.015412,0.036286,0.007178,0.008972,-0.007324,-0.018128,0.009887,0.016095,0.005124,-0.034701,-0.008132,-0.020362,0.014262,-0.023708,-0.032154,-0.028617,0.01959,-0.010514,0.019798,0.009022,0.108206,0.020963,-0.016641,0.034816,-0.012517,-0.006443,-0.020074,0.018065,0.012222,-0.010719,-0.015389,-0.029924,-0.018305,-0.04849,0.003086,-0.013956,-0.04162,-0.000672,-0.005138,-0.004323,-0.011213,-0.007198,0.004528,0.014945,-0.009243,0.021633,0.008991,0.001023,0.004568,-0.034036,-0.017893,0.009051,0.051478,-0.019294,-0.004645,-0.002849,0.018063,-0.019379,-0.049897,-0.001121,0.01041,-0.005081,0.003717,-0.015932,-0.006908,0.029649,0.030114,0.033662,-0.033765,0.016934,0.022935,0.009188,-0.037,-0.000732,0.010986,-0.000609,-0.042579,0.012316,-0.01294,-0.023377,0.053145,-0.009761,0.018469,-0.006522,0.012369,0.109827,0.029612,0.014325,0.01451,-0.015523,0.014379,0.01739,0.024279,-0.027993,0.004321,-0.010598,-0.019951,-0.024673,0.0385,0.015392,-0.009224,0.017185,-0.010619,-0.008679,-0.016303,0.142103,0.024378,-0.026678,-0.01829,0.001684,-0.012722,-0.014529,0.020392,-0.007098,0.017288,0.038926,0.036065,0.005075,-0.026467,-0.013383,0.028029,0.002543,-0.002365,0.006462,-0.010145,-0.003567,-0.017882,-0.009973,-0.013998,0.007502,0.039268,0.009262,0.026101,-0.014701,0.029679,0.030769,-0.010261,0.018442,-0.040809,0.008371,-0.006012,0.021613,-0.021403,0.038331,-0.023101,0.028773,0.012419,-0.002608,-0.028517,-0.013796,-0.034974,-0.016305,0.038651,0.003596,0.014163,-0.024978,-0.006179,0.011411,0.024565,-0.008951,-0.028095,-0.0081,-0.020396,0.001636,0.007327,0.751756,-0.029991,0.011438,-0.004499,0.02501,-0.032721,0.004981,-0.04049,0.005064,-0.002913,0.004653,-0.005496,0.002397,0.022691,0.015705,0.001759,0.032157,0.000359,-0.000918,-0.040282,-0.004734,-0.040428,0.04897,0.019974,0.026741,0.090285,0.004272,-0.020481,0.009526,0.033402,-0.020635,-0.011778,-0.030649,-0.010543,0.010124,0.009649,-0.010478,0.009965,0.014524,-0.087297,-0.022045,-0.006815,0.024326,-0.026071,0.009375,-0.021051,0.010645,0.052028,0.004677,0.007336,0.016042,-0.001612,0.040479,0.05516,-0.011234,-0.013118,0.001755,-0.025081,-0.0106,0.021851,-0.019155,-0.016286,-0.0264,0.075461,0.006115,0.084198,0.006337,0.001475,0.037132,0.027428,0.029107,-0.114727,0.037129,0.043211,-0.011604,-0.001149,0.014287,-0.034054,0.026511,0.003631,0.026204,-0.076401,0.01434,0.027477,-0.018496,-0.022118,-0.032416,0.017005,0.019418,-0.025698,-0.061523,0.008517,-0.007862,-0.034151,0.010048,0.020289,-0.007379,0.050411,-0.021462,-0.012772,0.027328,-0.005042,0.005533,-0.018709,-0.040568,0.006306,0.006647,-0.013881,-0.016645,0.05347,0.034369,-0.010594,0.000129,-0.028644,-0.008924,-0.0074,0.035741,0.017922,0.021263,0.00662,0.01349,-0.018205,-0.001792,-0.030359,0.041935,-0.059597,-0.063219,0.019623,0.012338,-0.032482,-0.021736,0.004574,-0.047796,-0.031017,-0.007444,-0.018039,-0.002881,-0.003195,-0.02316,0.010227,0.010425,0.008015,0.040839,-0.011577,-0.027363,0.005573,0.005842,0.016939,-0.00994,-0.017029,0.03586,0.095409,0.025346,0.002709,-0.019102,0.009003,0.015835,0.026278,-0.039649,-0.013569,0.060617,0.010344,0.00187,0.014944,-0.003103,0.021052,0.060693,0.008321,-0.017626,0.026447,-0.020243,-0.009457,-0.015707,-0.228006,-0.007695,-0.033067,0.008541,0.016458,-0.012018,0.018844,-0.017719,0.001072,-0.012497,-0.008713,-0.022709,-0.032546,0.027895,0.008447,-0.032319,0.05699,-0.012959,0.004717,-0.029044,0.077374,0.087824,-0.015719,0.10127,0.036231,0.003403,-0.015573,-0.016504,-0.019826,-0.00795,-0.000892,-0.002018,-0.002293,-0.024702,-0.030673,-0.016795,0.017096,0.022369,-0.046067,-0.00602,0.036933,0.018614,-0.01659,0.014239,-0.015714,-0.017805,0.011257,-0.020276,-0.028102,0.024048,0.007718,-0.002044,-0.018382,-0.035875,0.021196,0.011961,-0.005039,-0.025341,-0.008487,0.038092,-0.011478,0.005726,0.016477,-0.014051,-0.044289,-0.005801,0.023227,-0.03744,0.015477,0.004957,0.031506,-0.018152,0.016193,-0.018221,0.043478,0.16099,-0.010403,0.035372,0.009107,0.010895,-0.035997,0.004836,-0.006686,-0.007656,-0.019049,0.016958,0.026797,0.021032,0.017889,-0.033731,-0.023594,0.028565,0.035055,-0.005002,-0.04022,0.023957,0.054689,0.015948,-0.003566,0.027939,-0.065993,-0.022768,0.022363,0.022055,0.007173,0.015855,0.023976,-0.001076,0.00969,-0.001185,-0.017292,0.01371,-0.033364,0.015275,-0.003318,0.062935,-0.02253,-0.008555,-0.035156,0.045263,-0.005224,-0.030491,-0.013958,0.021164,-0.028904,-0.009706,-0.015417,0.01097,-0.051127,0.040405,0.014826,0.026649,-0.002308,-0.001005,0.013161,-0.017514,0.010759,-0.005885,-0.020863,0.033398,-0.001003,-0.109617,-0.003915,0.003431,-0.024461,0.032141,0.019106,-0.020668,-0.06832,0.030871,-0.033138,0.015825,-0.02184,-0.047199,-0.008021,-0.018138,-0.018542,-0.002407,0.025076,-0.006532,-0.005837,0.023047,0.033305,0.017807,-0.018316,0.030707,-0.038366,0.020143,-0.002932,-0.007617,0.032927,0.03517,-0.037246,0.021466,-0.009768,0.008241,0.029473,0.016224,-0.006805,-0.014679,0.001952,0.051176,-0.015255,-0.018175,-0.00228,0.026917,0.003582,0.012707,-0.030081,-0.057654,0.01402,-0.009072,0.014842,-0.022175,0.091311,0.019517,-0.062961,0.020342,-0.009817,-0.016517,-0.029317,0.012046,-0.010411,0.022004,-0.008184,-0.017002,-0.004945,-0.051011,-0.035629,-0.019858,-0.037363,-0.014669,-0.038972,0.005134,0.00158,-0.008431,0.00478,0.024961,0.01548,0.014402,0.034367,-0.001151,-0.030376,-0.037909,-0.011302,0.020098,0.030649,-0.053214,-0.038643,-0.013482,0.032197,-0.034874,-0.051503,0.031003,0.021887,-0.000085,-0.011578,-0.025081,0.027568,0.03717,0.040115,0.066308,-0.014634,-0.009791,0.007242,-0.033236,-0.00196,0.01981,0.026599,-0.00827,-0.009247,0.036247,-0.049481,-0.006953,0.02666,-0.026251,0.011308,-0.010299,-0.018094,0.11033,0.005085,0.005774,0.003539,0.001614,0.018615,0.025583,0.043695,0.004323,0.000017,-0.010034,-0.026322,0.005035,0.02271,0.027654,0.017458,-0.020361,-0.021194,0.00542,-0.028569,0.129211,0.018324,0.0297,-0.014335,0.025353,0.027987,-0.007824,0.012179,0.0117,0.001887,0.03432,0.004227,-0.013451,0.019236,-0.002547,0.02482,-0.023943,-0.002717,0.007763,-0.000234,0.033511,-0.025247,-0.010256,-0.019397,0.024291,0.021541,-0.009404,0.008898,0.01337,0.076865,-0.005055,-0.020851,0.04088,-0.01151,-0.023871,0.032297,0.027475,0.011326,0.000887,-0.025785,0.012182,0.00621,-0.010324,0.007296,-0.017075,-0.035121,0.012182,0.036652,0.00672,0.013821,-0.013063,-0.02467,0.011065,-0.005323,0.026116,-0.029405,-0.017467,-0.003566,0.008472,0.007158,0.714599,0.008924,0.008942,0.000764,0.027724,-0.020533,0.036417,0.02599,0.011311,-0.041984,-0.008362,-0.020633,0.006721,0.066661,0.00351,-0.009316,0.032517,-0.030757,0.036512,-0.004358,0.003113,0.001175,0.02302,0.052982,-0.028263,0.041382,0.029834,-0.014404,-0.005835,0.023497,-0.03925,-0.001499,-0.023229,-0.01516,-0.018393,0.012549,-0.036359,0.005106,0.010994,-0.067832,-0.009937,0.008569,0.030512,0.005349,0.026973,-0.024495,0.004181,0.003231,0.017059,-0.005204,0.004135,0.001629,-0.000042,0.072454,0.007583,-0.018888,-0.000926,-0.013367,-0.02706,-0.00614,0.03289,-0.001911,-0.023469,0.055577,0.010349,0.04297,-0.021454,-0.009129,0.042671,0.023858,0.036396,-0.07389,0.019254,0.021254,-0.008578,0.000833,0.012246,0.010578,-0.002908,-0.024988,0.022083,-0.079154,0.022674,0.029692,0.018447,0.021523,-0.052344,0.002718,0.015269,-0.023723,-0.040327,0.027165,-0.014701,-0.024591,0.002296,0.014941,-0.009793,0.039288,0.014419,-0.020536,-0.005143,0.008943,-0.013948,-0.006971,-0.097122,-0.002997,-0.006833,0.016399,0.011194,0.005529,0.006114,-0.002228,-0.005668,-0.020552,0.006973,0.006459,0.021767,-0.002332,0.014067,-0.009467,0.008411,-0.003426,-0.004994,-0.008421,0.034305,-0.021632,-0.009208,0.031177,0.019118,0.012542,-0.050495,-0.002002,-0.018402,-0.00771,-0.019497,-0.016563,0.005221,0.026847,0.018586,0.056605,-0.001068,0.029604,-0.002573,0.041384,0.019271,0.00027,0.025024,0.038196,-0.006865,-0.006162,-0.010928,0.175126,0.015263,0.011405,-0.011004,0.007079,-0.002842,-0.013833,-0.023493,-0.028734,0.031653,-0.007768,0.038556,0.039669,-0.011018,0.003652,0.067545,-0.010758,0.019589,-0.026074,-0.018178,0.013352,0.020049,-0.202961,-0.01279,-0.054601,0.002684,0.035854,-0.015955,0.012499,-0.0244,0.00066,-0.018976,-0.02771,-0.030108,-0.023651,-0.007583,-0.015101,-0.055171,-0.007208,-0.022788,0.023807,0.015811,0.075692,0.065995,-0.049617,0.072896,0.017711,-0.028521,0.043839,-0.001349,0.003873,-0.027348,0.013128,0.008654,0.015556,-0.039367,-0.001411,-0.003795,-0.007061,0.020438,-0.024829,0.01005,0.014315,0.008888,-0.017127,-0.016162,0.012372,0.02262,0.024392,-0.012963,-0.021072,-0.008569,0.001947,-0.000671,-0.016963,-0.011515,0.038521,0.012762,-0.005222,-0.013527,-0.017725,0.040026,0.009422,0.019432,-0.005025,0.004234,-0.06777,0.009559,-0.005922,-0.030918,0.016891,-0.006129,0.038215,-0.001254,0.012221,0.034086,0.010467,0.125087,0.006312,0.047807,-0.031438,0.028523,0.016284,0.020629,-0.012016,-0.030064,-0.031095,-0.000938,0.011151,0.013739,0.017784,-0.018542,-0.049894,0.062655,0.019099,-0.005362,-0.062314,-0.023199,0.030739,0.046384,-0.01242,-0.002581,-0.028598,-0.001545,-0.005242,0.018513,0.022582,0.036379,0.022045,0.037673,-0.018603,-0.003854,0.007451,0.0053,-0.009853,-0.005322,-0.008747,0.0266,-0.001403,0.006249,-0.004863,0.029396,-0.000571,-0.04433,0.00617,0.011537,-0.019834,0.004388,-0.000025,0.020121,-0.012132,0.021422,0.0189,-0.025177,-0.01528,-0.01591,-0.042679,-0.000039,0.022986,-0.033781,-0.03344,0.019179,-0.041808,-0.107161,0.000237,-0.01084,-0.007224,0.029976,0.005113,-0.01876,-0.070466,0.009078,-0.010071,0.010363,0.01891,-0.007183,0.016076,-0.000163,-0.00435,0.011728,0.021729,-0.003876,0.014325,0.000838,-0.01065,-0.012684,-0.013741,0.011402,-0.031729,-0.007369,0.00051,0.029742,0.03389,0.017389,-0.032115,-0.018123,0.006105,0.018367,0.028951,-0.020092,0.003033,0.036841,0.033024,0.03517,-0.01484,-0.006525,0.002967,-0.020576,0.008492,0.012433,-0.016995,-0.054006,-0.001067,-0.012712,0.025079,0.013671,0.101017,0.010822,-0.043884,0.014823,-0.00664,-0.008494,-0.018037,0.03692,0.025138,-0.033838,-0.02391,-0.004273,0.01938,-0.007515,-0.024335,-0.013019,-0.043338,-0.018283,-0.038585,0.017411,-0.000809,0.011658,0.00045,0.025844,-0.001683,0.003947,0.014333,-0.001031,-0.005334,-0.009166,-0.014459,0.008177,0.02875,-0.007778,0.001188,-0.013952,0.004247,0.01461,-0.037905,0.006212,-0.002146,-0.029355,0.008854,-0.021423,0.007686,0.026234,0.031387,0.034454,-0.006772,0.006425,-0.007896,-0.015248,-0.007774,-0.011271,0.042115,-0.000224,-0.005868,0.025425,0.004774,-0.011843,0.013235,0.011288,0.009373,0.020629,0.000325,0.111232,-0.004399,0.012151,-0.006179,-0.028754,-0.019434,0.022227,0.048162,-0.039113,-0.002883,-0.000789,-0.013323,-0.04628,0.031538,-0.039015,-0.00793,-0.017234,-0.037919,-0.006644,-0.014828,0.089007,0.02112,-0.018152,-0.036741,-0.002171,-0.005379,0.009326,0.01636,0.007321,0.034244,-0.00622,0.015014,0.003531,-0.013869,0.011109,0.035858,-0.02134,0.015132,0.01668,-0.01547,0.035349,-0.026871,-0.013613,-0.026126,0.022226,0.008089,0.007481,0.005263,0.0165,0.075829,-0.007654,0.003218,0.039979,-0.038484,0.011907,0.00442,0.009932,-0.010839,0.007048,-0.006519,0.025072,-0.000788,0.035336,-0.012645,-0.012935,-0.040233,-0.007516,0.038369,-0.009449,0.002694,-0.01102,-0.002281,-0.002504,0.026201,-0.032107,-0.007242,-0.011012,-0.01217,0.032625,0.01463,0.760507,-0.008664,0.017935,0.005256,-0.006041,-0.012444,0.018974,0.003502,-0.015651,-0.000404,0.008295,-0.013656,0.017292,0.031502,0.01057,-0.002832,0.025798,-0.008696,0.02234,-0.031997,-0.039271,-0.020356,0.016164,0.037144,0.000175,0.051451,-0.015384,-0.045716,-0.000363,0.026464,-0.011114,-0.027599,-0.011354,0.000949,-0.017791,0.011894,-0.003528,0.009576,-0.003255,-0.084026,-0.010692,0.003922,0.014471,-0.024477,0.010925,0.000307,0.02242,0.004837,-0.020111,-0.00778,0.007802,-0.011332,0.001417,0.040385,0.001437,0.000576,0.014742,-0.033996,0.009189,0.025091,-0.003387,-0.00605,0.010497,0.069118,0.014591,0.055927,-0.000389,-0.009535,0.036176,0.022256,0.041191,-0.085295,0.034171,0.00891,0.000098,0.003977,0.02663,-0.023124,0.00454,-0.019604,0.027116,-0.069794,0.011754,0.004077,0.002767,0.002534,-0.044294,-0.000249,-0.002531,-0.034035,-0.045434,0.011816,0.016307,-0.0096,0.000925,0.008026,0.008861,0.053622,0.018886,-0.015385,0.008291,0.019723,0.017501,0.010277,-0.042838,-0.00435,0.018968,0.012092,0.01504,0.038469,0.028426,0.002059,-0.021505,-0.010684,-0.001327,0.002879,0.019634,0.023938,-0.007508,-0.001218,0.009736,-0.002692,0.018406,-0.016804,0.019476,-0.041254,-0.060225,0.038155,0.019761,-0.034218,0.015278,0.016434,-0.011993,-0.008563,-0.014985,-0.034253,-0.020858,0.000656,0.012563,0.005398,0.006419,0.021371,0.00355,0.001446,0.041475,0.030687,0.00908,0.010859,-0.002198,-0.006241,0.000196,0.114895,0.025647,0.012969,-0.023105,0.004301,0.012814,-0.012355,-0.034474,0.002896,0.050872,0.01052,0.023177,0.004079,-0.001074,-0.004115,0.073501,0.003517,0.009399,0.001772,0.01206,-0.00684,0.019337,-0.187413,-0.012065,-0.037282,0.003791,0.006004,0.016828,0.001464,-0.010643,-0.010415,-0.036077,0.004237,-0.026325,-0.045549,-0.037826,0.037334,-0.026217,0.057557,-0.017748,0.004996,-0.023155,0.044733,0.068004,-0.029529,0.089621,0.01866,0.006355,0.005857,0.005642,0.017737,-0.013458,-0.00611,0.027684,-0.001856,-0.037303,-0.0061,0.021264,-0.028768,0.034065,-0.029605,0.041404,-0.01326,0.0112,-0.027817,-0.002327,-0.017129,-0.021424,0.016833,0.013102,-0.012097,0.000671,0.015384,-0.01969,0.020844,-0.023778,0.017345,0.014009,0.000154,-0.02297,-0.036668,0.012887,-0.024065,0.011286,-0.009041,-0.001127,-0.034711,-0.004147,-0.006137,-0.036417,0.015945,0.030738,0.033765,-0.013891,0.018636,0.02306,0.031803,0.169115,0.014543,0.0395,0.000471,0.007839,-0.010793,0.012376,-0.018774,-0.013498,-0.033179,0.013906,0.012883,0.020444,-0.000887,-0.016614,-0.038934,0.056235,0.016254,-0.000765,-0.055679,0.031937,0.026078,0.018923,0.000058,0.016143,-0.026363,-0.010131,0.021417,0.033052,0.027052,0.040823,0.000875,0.029747,-0.012295,-0.006902,-0.037997,0.02435,-0.009865,0.006491,-0.016122,0.046409,-0.006874,0.00594,-0.051376,0.024376,0.010506,-0.034229,-0.014177,0.026595,-0.043472,-0.003456,-0.023992,0.007686,-0.030324,0.0242,0.026485,-0.002682,0.008438,-0.035066,-0.006439,0.004779,0.013489,-0.014121,-0.011568,0.031474,-0.001,-0.107465,0.037609,0.018223,-0.019993,0.042265,0.027333,0.003515,-0.079383,0.037593,0.001744,0.032414,0.020417,-0.015902,-0.006829,0.022189,-0.007704,0.043573,0.033382,-0.016206,0.003655,-0.020679,0.023273,-0.016636,-0.01878,0.024298,-0.013767,0.001557,-0.013995,-0.006624,0.025337,0.018631,-0.029361,-0.011658,-0.009805,0.035323,0.006089,0.024676,0.000928,-0.017008,0.007736,0.023301,-0.000441,-0.035973,-0.007859,-0.024389,0.02068,-0.020714,-0.028736,-0.02816,0.04851,0.001126,0.0047,0.012157,0.082975,0.011078,-0.029607,0.044317,0.023349,-0.000491,0.000081,0.058495,0.001053,-0.004432,-0.019853,-0.023348,-0.014431,-0.046615,-0.023408,-0.019772,-0.028271,-0.001929,-0.026028,0.022448,-0.000358,-0.025524,0.006226,-0.004022,0.002122,0.00949,0.008163,-0.021608,-0.007547,-0.039587,-0.012958,0.001774,0.032289,-0.020458,0.005357,-0.022045,0.043906,-0.007629,-0.056196,-0.016585,0.017554,-0.005554,0.02271,-0.047115,0.019076,0.038804,0.017346,0.00987,-0.007562,0.026156,0.023085,-0.024259,-0.022015,0.032572,0.020427,-0.017496,-0.025852,0.021003,-0.031024,-0.025724,0.028485,0.000782,0.032593,0.006069,0.006206,0.114531,0.011463,0.005703,0.01249,-0.02917,0.020587,0.050401,0.042888,-0.028632,-0.007046,0.005694,-0.00406,-0.02576,0.033006,0.051397,-0.003608,-0.016172,-0.019874,0.005096,-0.03894,0.109242,0.007295,0.003192,-0.012654,0.014832,0.011204,-0.009803,0.002966,-0.005472,-0.016341,0.041801,0.035695,-0.012664,0.007092,-0.015656,0.034925,-0.032896,-0.000513,0.007658,-0.000626,0.034282,-0.023617,0.002486,-0.020364,0.015424,0.02592,0.003826,0.024682,-0.001653,0.064031,0.011905,0.007361,0.048526,-0.037843,0.007695,0.028622,0.044357,-0.01714,0.027421,-0.014637,0.011096,-0.013344,0.016697,-0.016593,0.017584,-0.076414,-0.017819,0.035387,0.006911,0.010469,-0.005597,-0.003815,0.03144,-0.002875,0.017916,0.00744,-0.038568,-0.011123,0.004099,0.02071,0.74589,-0.00754,0.024953,-0.000371,0.015836,0.009494,0.015347,-0.017578,0.001381,-0.001613,0.017689,-0.007872,0.015383,0.029304,0.028367,-0.012304,0.008749,-0.011371,0.022252,-0.037039,-0.030242,-0.004885,0.041475,0.03966,-0.001611,0.08555,0.015051,-0.024387,-0.016824,0.037006,-0.024572,0.000615,-0.06172,-0.016119,-0.020608,0.008855,-0.007334,0.016792,0.03408,-0.087297,0.005117,0.003837,0.034042,-0.008769,-0.004022,-0.006205,0.022348,0.010704,0.011422,-0.024769,0.022315,0.012066,0.021856,0.048449,-0.0089,-0.008468,0.002911,-0.021727,-0.024866,0.009245,-0.006347,-0.031852,-0.019678,0.068497,0.019049,0.050986,-0.001681,0.017403,0.013814,0.012391,0.027963,-0.109646,-0.012242,0.036532,0.0034,-0.022191,0.017078,-0.019116,0.03495,-0.011305,0.027548,-0.068821,0.050774,-0.001524,0.023078,-0.016866,-0.043144,-0.031307,0.024791,-0.064107,-0.025824,-0.004037,-0.002972,0.032682,0.034617,0.036827,0.019067,0.009681,-0.038793,0.000238,0.023331,-0.00494,-0.02719,-0.006403,-0.053982,0.035309,0.015219,0.010193,0.038142,0.043005,0.056958,-0.01085,-0.036772,0.007832,0.003917,0.01162,0.006174,0.0078,-0.012256,0.004553,0.021735,-0.014173,-0.002231,-0.00759,0.023526,-0.072657,-0.021714,0.006706,0.004653,-0.000606,-0.045101,0.010314,-0.03807,-0.048837,-0.000585,-0.056443,-0.023122,0.014159,0.04302,-0.014487,0.011164,0.032645,0.026123,0.023821,-0.031016,-0.01275,0.022709,0.004667,-0.002524,-0.006481,0.001471,0.150941,0.013421,0.022546,0.003093,0.018314,0.018193,-0.000231,-0.018442,-0.004499,0.069456,0.032165,0.019042,0.003524,-0.023684,0.010676,0.061378,-0.000192,-0.005579,-0.034162,0.004896,-0.01757,0.027245,-0.16263,0.020841,-0.03898,-0.010988,0.0286,0.021014,0.005462,-0.054915,0.017932,-0.069273,-0.021387,-0.006148,-0.01613,0.006411,0.039736,-0.023926,0.031527,0.021003,0.008597,-0.047951,0.069075,0.039549,-0.021549,0.056539,0.029421,0.027833,0.026933,0.009477,0.037457,-0.007494,0.010388,-0.030663,0.019145,0.001837,-0.01637,0.008272,-0.029344,0.034022,-0.020242,0.018134,0.043879,0.010163,-0.012629,0.045327,-0.00349,-0.005925,-0.004282,-0.008379,0.008572,-0.005431,0.003129,-0.019983,0.031247,-0.020188,0.006477,0.007235,0.005642,-0.007652,0.001165,0.059737,0.006117,0.048962,0.009718,-0.006446,-0.051896,-0.014872,0.005587,-0.057616,0.022062,0.008405,-0.000496,0.011537,-0.020089,-0.014629,-0.006329,0.125521,-0.00411,0.042388,0.008468,-0.021243,-0.001566,-0.029962,-0.011848,-0.03282,-0.042844,-0.006599,0.025502,-0.01717,-0.007434,-0.06521,-0.014251,0.078454,0.068396,-0.000329,-0.093751,0.011842,0.020309,0.011116,0.01826,0.015144,-0.019827,0.013908,0.031792,0.013684,0.011798,0.003823,0.018314,0.008087,-0.036117,0.013591,-0.001194,0.024047,-0.049951,-0.006207,-0.052904,0.053062,-0.014599,-0.017603,-0.041341,0.007374,0.038556,-0.056695,-0.004553,0.024325,-0.028235,0.031334,-0.043956,0.012341,-0.066628,0.028252,-0.023828,0.001909,-0.022375,0.013565,0.003875,-0.028564,0.013645,-0.011513,-0.048637,0.03551,0.001296,-0.086329,0.021659,-0.003934,-0.017355,0.001684,0.004295,-0.044424,-0.052131,0.025503,0.005783,0.041623,0.030956,-0.03104,0.019241,-0.030053,-0.031309,-0.005311,0.020695,0.023192,-0.00163,-0.034988,-0.033112,0.015857,0.017526,0.036903,-0.049126,0.020368,0.004701,0.068667,0.03142,0.02556,-0.00392,-0.004814,-0.000966,-0.008245,0.019179,-0.038748,-0.047677,-0.000952,0.000241,0.020375,0.003859,-0.051756,-0.001873,-0.006233,0.010293,0.008374,-0.051544,-0.054021,0.010331,-0.00434,0.007099,0.020905,0.037406,-0.016742,-0.055771,0.053753,0.004765,-0.009253,-0.000045,0.049859,0.028509,-0.008189,-0.023795,0.019609,0.024201,-0.031909,-0.035888,0.008225,-0.034707,0.012786,0.000045,0.014393,0.004864,-0.010153,0.010654,0.05244,0.020494,-0.012837,-0.029311,0.01719,-0.064041,-0.049954,-0.002849,0.007878,0.06048,-0.03605,-0.038009,-0.022031,0.030562,-0.002379,-0.028792,0.011887,0.014778,0.0019,-0.007235,-0.04897,0.022005,0.022204,0.051861,0.041642,-0.030858,-0.008949,-0.009392,-0.036916,-0.00699,-0.012802,0.018405,-0.029285,-0.003922,0.010908,0.020917,-0.016189,0.031183,0.013044,0.031924,-0.033376,0.000534,0.114328,-0.001575,0.00859,-0.004546,-0.045916,0.02497,0.042005,0.035623,0.005179,0.009097,-0.023268,-0.02848,-0.014434,0.015831,-0.028959,0.018727,0.004829,-0.032452,-0.012643,0.009127,0.07175,0.021991,-0.009231,-0.055101,-0.008142,-0.00858,-0.013791,-0.008476,-0.020413,-0.057285,-0.001051,0.009914,-0.025378,-0.039733,0.038373,0.010603,-0.038112,0.004449,0.003756,0.017955,0.041258,-0.045784,0.025018,0.029602,0.015655,-0.005248,-0.011931,0.011554,-0.041192,0.025085,0.000929,0.010049,0.043742,-0.040325,-0.02472,-0.041711,0.01163,0.016477,0.016046,-0.034238,0.011736,0.07537,-0.027615,-0.025058,0.024781,-0.064702,-0.025076,0.03202,-0.031877,-0.004616,-0.059064,-0.041856,0.004426,0.017737,-0.007105,-0.020931,0.004006,-0.020505,-0.010902,0.034548,0.686423,-0.003707,0.01394,-0.044165,0.022655,0.028998,-0.034272,-0.020076,-0.005614,-0.01825,-0.007673,-0.025344,-0.002459,0.078903,0.031698,-0.005919,0.026289,-0.043444,-0.003593,-0.031048,0.00544,-0.045081,0.039883,0.055562,-0.007395,0.077572,0.00155,-0.051686,-0.025856,0.02002,-0.030774,0.000864,-0.039719,-0.011889,-0.043555,0.016434,-0.015123,0.001554,-0.032801,-0.079576,-0.00258,0.012782,0.012052,-0.018944,-0.014887,0.005749,0.008051,-0.032293,-0.03866,-0.038541,0.048609,0.02819,0.030254,0.043789,-0.017005,-0.010674,0.006671,-0.016407,-0.014597,-0.001425,-0.015019,0.035292,-0.022177,0.014013,0.023052,0.04828,-0.010675,0.006869,0.0279,0.047028,-0.000027,-0.089391,0.013658,0.057632,-0.022649,-0.001572,0.013298,-0.058424,-0.023584,-0.019562,0.038209,-0.041844,0.02117,0.015729,0.000619,-0.005279,-0.023736,-0.010063,0.006942,-0.016717,-0.006473,-0.004199,-0.001389,-0.016918,0.017841,0.013855,0.008404,0.039955,0.005949,-0.013145,0.020039,0.011764,-0.04085,0.008503,-0.039222,-0.01367,-0.003512,-0.00234,0.022711,0.047904,-0.002242,-0.008074,-0.035964,-0.024903,0.012342,-0.033825,0.014311,0.010683,-0.005946,0.018925,-0.025952,-0.01481,-0.004355,-0.00017,0.02359,-0.077617,-0.026492,0.00952,0.022879,-0.008327,0.014437,-0.015364,-0.013815,-0.027131,-0.013319,-0.025665,-0.01054,0.015215,0.028271,0.006884,-0.022167,0.016538,-0.007362,0.001804,-0.01003,0.034649,0.011791,0.07498,0.004332,-0.025697,-0.016642,0.133935,0.014379,0.004855,-0.015928,-0.006208,0.029794,0.010393,-0.033936,0.00267,0.052537,0.018851,0.022454,0.039502,-0.003635,0.005421,0.061697,-0.020279,0.01868,-0.001669,0.002335,-0.014862,0.015611,-0.227931,0.010209,-0.059048,-0.034372,0.025253,-0.000719,0.013751,-0.011829,-0.00899,-0.042231,-0.019955,-0.003592,-0.026513,-0.019098,0.033689,0.012452,0.038156,-0.029925,0.019249,-0.017781,0.074437,0.099182,-0.058161,0.058442,0.02898,-0.018333,0.035438,0.040332,-0.000576,-0.011819,-0.013492,0.010639,-0.004638,-0.050545,0.000567,-0.005571,-0.051463,0.014549,-0.029178,0.029502,0.012862,-0.033852,-0.003665,0.033219,0.00775,0.005432,-0.002046,0.008942,-0.05067,-0.027578,0.00026,-0.030176,0.008343,-0.007343,0.009587,-0.01299,-0.018697,0.020985,-0.011783,0.033801,0.014904,0.015516,-0.00223,-0.010632,-0.072912,-0.028365,-0.020665,-0.017087,0.025762,-0.000666,0.01999,0.020573,0.019076,0.008956,-0.00121,0.159367,0.029008,0.022414,-0.014086,0.017201,-0.007843,0.018723,-0.034565,-0.028818,-0.020736,0.002647,0.004997,-0.002504,0.029004,-0.023057,0.00359,0.053399,0.026012,-0.016716,-0.056092,0.050305,0.029215,0.025943,0.035636,0.054199,-0.030238,-0.034045,0.0053,0.017794,0.017392,0.053002,0.003122,0.015966,-0.018796,-0.020775,0.004501,-0.004121,0.001312,0.000206,0.009442,0.029012,-0.044789,-0.009884,-0.031694,0.005553,0.005677,-0.064005,-0.029515,0.013183,0.008805,0.029178,0.010274,0.004849,-0.047518,0.020923,-0.010323,-0.006706,0.014091,-0.023417,-0.025606,-0.025737,-0.020196,-0.020902,-0.047764,0.015877,-0.034403,-0.113597,0.00407,0.021431,-0.005766,0.026543,0.041379,-0.026108,-0.104114,0.00313,0.017273,0.007763,0.02778,-0.050044,-0.023525,0.014576,0.008687,0.028483,0.020545,0.012842,0.004781,0.001919,0.016351,-0.009337,-0.014538,-0.003387,-0.0236,-0.023148,-0.020425,0.007826,0.007745,0.021863,-0.02042,0.006784,-0.010688,-0.00206,0.005652,0.002469,0.001892,-0.002443,0.016316,0.023624,0.010869,-0.024923,0.03319,-0.034597,-0.003474,-0.003468,-0.022392,-0.052563,0.001802,-0.01307,0.026962,0.037373,0.091332,-0.008046,-0.038163,0.026808,0.011952,-0.011951,-0.030549,0.032379,-0.001885,-0.025687,-0.005808,-0.02553,-0.005262,-0.007743,-0.025346,-0.007052,-0.016612,-0.030526,-0.017881,0.007135,-0.006222,-0.037824,0.003405,0.017936,0.024788,-0.003274,0.021345,-0.031093,-0.012658,-0.02682,0.021157,-0.019409,0.030527,-0.010691,0.001887,0.00953,0.023294,0.011428,-0.014837,-0.003822,-0.002169,-0.01606,0.019357,-0.039652,-0.021531,0.025082,0.039661,0.013881,-0.002827,0.028197,0.003852,0.023045,0.009331,-0.019076,0.031874,-0.044397,0.007401,0.022557,-0.035969,0.013901,0.012982,0.000289,0.022336,-0.023268,0.015382,0.110431,-0.012159,-0.011031,-0.028082,-0.024209,0.007818,0.037866,0.074619,-0.024029,-0.018343,0.011314,-0.000396,0.013742,0.018684,-0.011081,0.014753,0.042778,-0.01301,0.004405,-0.010147,0.072188,0.00382,-0.042238,-0.018147,0.017196,0.005943,-0.003812,-0.023629,0.010471,-0.015208,0.011699,0.024337,-0.037493,0.012615,0.006211,0.014075,-0.037279,0.027855,0.004944,-0.006438,0.031987,-0.01096,-0.024247,-0.009428,0.005764,0.023581,-0.017196,0.037604,0.011108,0.019758,0.014693,-0.003275,0.018895,-0.003829,-0.014869,-0.009821,0.013207,-0.001856,-0.020633,-0.007069,0.008468,-0.008697,0.00575,-0.031655,-0.001867,-0.017717,-0.022553,0.044667,-0.026929,-0.028666,0.006177,0.012041,0.014336,0.018188,-0.014806,0.010313,-0.026737,0.002608,0.003162,0.019129,0.730957,-0.020797,-0.000686,0.008472,0.005013,0.016023,-0.023897,0.022558,-0.005793,0.017823,-0.013551,-0.022072,-0.010261,0.049514,0.035708,-0.03538,0.043345,-0.03298,0.005744,-0.037331,-0.020893,-0.044577,0.016808,0.01498,-0.004091,0.045794,-0.019866,-0.00736,0.017556,0.045666,-0.017482,0.022217,-0.033397,-0.031431,-0.047138,0.009253,-0.007643,0.002833,-0.01912,-0.074333,0.024721,-0.003287,0.015938,-0.013882,-0.021088,-0.011516,0.04139,-0.045157,-0.029327,-0.017275,0.012276,0.01962,-0.002712,0.04839,-0.013239,-0.020973,0.009381,-0.031382,0.002436,0.018908,0.022605,-0.026758,-0.026521,0.056857,0.0199,0.043648,0.004108,-0.015712,0.034438,0.010926,0.027188,-0.097059,0.023597,0.020546,0.016892,0.005307,0.037408,-0.016805,0.026049,-0.011875,0.005911,-0.059045,0.034207,0.01296,-0.009273,0.005599,-0.026957,0.0047,0.027375,-0.003127,-0.040688,0.01512,-0.008839,-0.003183,0.008717,0.024914,-0.014862,0.041427,-0.004713,0.012229,0.027826,0.026686,0.005826,0.006217,-0.037241,0.011523,0.002325,0.017662,0.00098,0.028155,0.041976,0.01185,-0.028921,-0.034503,0.000432,0.009172,0.025427,-0.008203,0.020965,0.029172,0.029116,-0.020983,0.004126,-0.015724,0.028901,-0.040566,-0.026313,0.027391,0.014578,-0.018301,-0.021403,0.012254,-0.018929,0.005182,-0.021738,-0.028778,-0.023827,0.022198,0.008462,0.03227,0.017777,0.014851,0.014339,0.013757,0.007052,0.00628,0.018712,0.009537,-0.000297,-0.014013,-0.00224,0.151817,0.019538,-0.005122,-0.00855,0.005235,0.01951,-0.003933,-0.017735,-0.003557,0.05969,-0.006574,-0.011764,0.012474,-0.020577,-0.005417,0.067665,-0.003895,-0.000146,-0.008764,-0.014243,-0.008603,0.010301,-0.215151,-0.013525,-0.034156,0.008849,0.020314,-0.011954,0.012461,-0.008989,0.006042,-0.033578,-0.01538,-0.027749,-0.03334,-0.008681,0.012021,-0.033134,0.051194,-0.007236,0.001744,-0.011983,0.042474,0.074554,-0.034492,0.095556,0.027141,-0.011401,0.011828,0.014612,0.005465,-0.008737,-0.003956,0.020328,0.004157,-0.025433,-0.004303,0.01766,-0.00163,0.026991,-0.043353,0.021384,0.00932,0.019381,-0.041688,-0.014958,-0.001003,0.007915,0.00956,-0.004371,-0.017243,-0.003747,0.022861,-0.016308,-0.012895,-0.031582,0.040302,0.012945,-0.018989,-0.014153,-0.050943,0.031419,0.005374,0.032578,-0.002408,0.012486,-0.04075,0.002748,0.000228,-0.033448,0.011545,-0.002391,0.033004,0.001708,0.01915,0.012652,0.042823,0.131432,0.015489,0.03719,-0.002663,0.033275,-0.010239,0.019759,-0.015164,-0.016658,-0.019544,0.013211,0.023555,0.001396,0.024816,-0.009336,-0.033938,0.042383,0.013231,-0.007582,-0.048427,0.013608,0.039675,0.011444,0.010604,0.016398,-0.014189,-0.010195,0.026184,0.009354,0.031026,0.02019,0.017692,0.026817,-0.007293,0.005781,-0.017825,0.015731,-0.014343,0.001611,0.003398,0.03757,-0.001965,-0.018682,-0.027365,0.028765,0.016753,-0.037899,-0.011999,0.018029,-0.017773,0.020019,-0.015615,0.017288,-0.027191,0.04089,0.017094,0.001332,0.003479,-0.008067,-0.02822,0.006111,0.012067,-0.028641,-0.027725,0.0168,-0.013563,-0.120181,0.01587,0.006916,-0.018602,0.006791,-0.000765,0.000215,-0.08196,0.016859,-0.00018,-0.013172,0.009934,0.008338,-0.001984,-0.000525,-0.019611,0.026202,0.027106,-0.002841,0.012249,0.001897,0.007669,0.015204,-0.012454,0.019845,-0.040247,-0.010031,-0.019372,0.010605,0.019236,0.021131,-0.021024,-0.00336,-0.006436,0.026719,0.01559,0.030957,-0.008235,-0.03316,0.013541,0.019657,-0.005313,-0.021894,-0.002552,-0.01422,0.025551,-0.001661,-0.02593,-0.04343,0.009092,0.015509,0.013645,-0.001835,0.098008,0.021685,-0.025512,0.029648,-0.016608,-0.01064,-0.012621,0.026818,0.001557,0.006141,-0.027368,-0.02905,-0.000062,-0.044574,-0.016404,-0.026015,-0.02486,-0.009878,-0.040949,-0.00344,-0.004914,-0.021048,0.006083,0.028845,0.015354,0.023159,0.026147,-0.019448,-0.019663,-0.032625,0.000743,0.015895,0.031576,-0.023005,0.010407,-0.013551,0.021235,-0.026145,-0.054359,-0.003501,0.013145,0.011788,0.002827,-0.041946,-0.009909,0.028137,0.037615,0.012295,-0.02416,0.022837,0.000554,-0.014509,0.00026,-0.041712,0.015352,0.001888,-0.036379,0.010726,-0.02219,-0.032489,0.026422,-0.006286,0.011323,0.008938,-0.00366,0.107777,0.009466,0.006419,0.003167,-0.010996,0.017589,0.028274,0.025125,-0.028773,-0.016278,-0.002954,-0.035701,-0.032361,0.026839,0.039041,0.001672,-0.000245,-0.018887,-0.006104,-0.021215,0.125081,0.022661,0.00267,-0.029271,0.006348,0.002772,0.022507,0.016409,-0.000958,-0.007174,0.030505,0.027476,-0.003103,-0.010952,0.014633,0.042103,-0.018463,-0.002214,0.000788,0.000718,0.034677,-0.024801,0.001017,-0.028274,0.023062,0.012081,-0.015239,0.005958,-0.007698,0.082682,0.016456,-0.011555,0.035451,-0.018553,0.009216,0.001284,0.023035,-0.010141,0.011082,-0.018159,0.041275,0.001843,0.004646,-0.020234,0.002594,-0.039807,0.01783,0.021123,0.000192,0.01071,-0.002093,-0.03188,0.01247,0.012304,-0.002469,-0.026055,-0.011348,-0.026827,0.004149,0.023674,0.757,-0.030893,0.016,0.012856,0.040183,-0.009791,0.014794,0.000322,0.007325,-0.021975,0.028861,-0.01006,0.025,0.038175,0.008928,-0.000905,0.022563,0.002416,0.026707,-0.02529,-0.018008,-0.023468,0.050267,0.061589,0.013251,0.069747,0.004794,-0.02061,0.014136,0.03334,-0.01465,-0.019529,-0.047744,0.005129,-0.033193,0.018603,-0.020652,0.004356,0.011252,-0.088594,-0.005436,0.021218,0.015254,-0.017159,0.015606,-0.004243,0.031782,0.005956,0.016843,-0.000117,0.021515,-0.026332,-0.001082,0.07439,-0.009697,-0.00086,0.005612,-0.036306,-0.016572,0.006933,0.002415,-0.013534,-0.012224,0.063777,0.023498,0.064326,-0.004826,-0.011667,0.003041,0.034223,0.033449,-0.083157,0.019517,0.014658,-0.005975,-0.004698,0.010793,-0.048525,0.013724,-0.008468,0.012006,-0.086532,0.00587,-0.006145,-0.02265,-0.01827,-0.030588,0.006579,0.02291,-0.02426,-0.025717,0.016478,0.010228,-0.006993,0.010261,0.009625,-0.012787,0.021406,-0.014028,0.000757,0.019681,0.007638,-0.003107,0.006418,-0.045018,-0.017926,0.009919,-0.009721,-0.006397,0.020685,0.02543,-0.008269,-0.01798,-0.024576,-0.02783,-0.015449,0.006379,-0.006244,0.026079,0.020156,0.030885,-0.007783,0.001596,-0.020051,0.031487,-0.020671,-0.049697,0.032453,0.042084,-0.019462,0.006029,0.009366,-0.008928,0.011128,-0.01759,-0.01477,-0.017393,0.014468,0.006811,0.012632,0.01987,0.014058,0.001913,-0.008712,0.001857,0.019381,0.016921,0.011406,-0.003126,-0.002961,-0.008991,0.175461,0.015335,-0.008504,-0.001325,-0.011393,0.012156,-0.01936,-0.004952,-0.037624,0.044836,0.001249,0.001686,0.007395,0.000648,-0.012432,0.075502,-0.014985,0.005256,-0.005927,-0.01812,-0.018525,0.006311,-0.221191,-0.014761,-0.025882,0.000503,0.020593,-0.013389,0.009368,-0.016899,-0.011332,-0.031522,0.005809,-0.016924,-0.038875,-0.027185,-0.010624,-0.027865,0.038476,-0.000926,-0.000404,0.002309,0.041143,0.069129,-0.024035,0.118016,0.034967,0.006507,0.00077,0.019445,0.00966,0.014866,0.003807,0.033483,-0.017158,-0.035332,-0.014188,-0.006696,-0.005711,0.039289,-0.051811,0.018842,0.001149,0.007709,-0.021761,0.000948,-0.002447,-0.006684,0.014969,-0.02383,-0.017373,-0.003473,0.01411,-0.010242,-0.002382,-0.020673,0.045668,0.00021,-0.038108,-0.002243,-0.033187,0.005749,0.009396,0.023378,-0.003241,-0.013568,-0.044881,0.010793,-0.018731,-0.011445,0.013568,0.012871,0.011572,-0.010974,0.009335,0.006633,0.046173,0.114449,0.012933,0.022269,0.007342,0.024395,-0.004949,-0.000811,-0.020175,-0.003865,-0.022425,0.004292,0.013112,-0.001617,0.022455,-0.01613,-0.020712,0.056298,0.006128,0.001427,-0.035076,0.029483,0.030203,0.002794,0.002028,0.008386,-0.008686,0.006186,0.024799,0.028992,0.026283,0.020889,0.011725,0.040729,0.004692,-0.001552,-0.006011,0.025459,-0.005349,0.014954,-0.010942,0.027246,-0.022605,0.001035,-0.029401,0.051628,0.001184,-0.027917,0.005826,0.019542,-0.005142,0.010876,-0.001396,0.000374,-0.022162,0.02808,0.023537,0.003889,0.033515,0.004236,-0.013778,0.007078,-0.003912,-0.045067,-0.030488,0.001645,-0.035834,-0.116673,0.001127,-0.005709,-0.016635,0.015,-0.010666,0.001259,-0.068763,0.042242,-0.00188,0.002472,0.012926,0.008335,0.023068,0.017935,-0.00277,0.036556,0.039056,-0.000718,0.001911,0.000131,-0.01525,0.010692,-0.020992,-0.004868,-0.029307,-0.005393,-0.008159,0.016005,0.008796,0.005522,-0.021432,-0.010819,0.007852,0.021534,0.019172,0.030254,-0.008333,-0.033907,0.01359,0.027766,-0.007643,-0.024379,0.001135,-0.017541,0.012222,-0.008507,-0.030849,-0.038668,0.02678,0.003276,0.017673,-0.001389,0.076512,0.018709,-0.030454,0.018955,-0.008156,0.001674,-0.032149,0.044307,-0.025863,0.007369,-0.025294,-0.011489,0.001556,-0.043594,-0.007914,-0.040126,-0.030066,-0.014448,-0.026247,-0.001304,-0.014522,-0.003667,-0.003701,-0.013314,0.013744,0.016373,0.030186,-0.023058,-0.006506,-0.036493,-0.006298,0.004099,0.032955,-0.02154,0.011618,-0.018846,-0.00087,-0.015416,-0.04437,-0.009183,-0.014499,0.002884,0.025412,-0.028402,0.003211,0.028965,0.014991,0.028984,-0.012033,0.026738,-0.000173,-0.02592,0.003873,-0.03133,0.013316,-0.030282,-0.036387,0.002332,-0.016786,-0.022626,0.018215,-0.017197,0.030063,-0.006366,-0.017703,0.108393,0.003305,-0.002308,-0.006957,-0.007517,0.004702,0.030799,0.03656,-0.031702,-0.008754,-0.015434,-0.021942,-0.037446,0.046933,0.065086,-0.014345,-0.002046,-0.021428,0.026827,-0.001324,0.066557,0.015389,-0.019252,-0.010531,0.005378,-0.006037,0.002454,0.012854,0.018777,-0.008647,0.021471,0.026471,0.000947,0.005963,0.006809,0.031371,-0.007505,-0.005367,0.004463,-0.008789,0.025488,-0.029711,-0.030351,-0.01375,-0.005295,0.023252,-0.016979,0.032908,0.00025,0.072472,0.002256,-0.002299,0.013288,-0.020373,0.00337,0.001053,0.028123,-0.023111,0.012846,-0.013647,0.027277,-0.014947,0.004002,-0.026062,-0.00729,-0.031354,-0.002464,0.021342,-0.034869,0.004547,-0.002362,-0.022147,0.010024,-0.002109,0.011749,-0.025792,-0.011878,-0.028682,0.007229,0.011874,0.772311,-0.01472,-0.000861,-0.0181,0.029826,-0.005262,0.010011,0.004655,0.015056,0.000093,0.014197,-0.013702,0.017087,0.014702,0.010057,-0.006735,0.014209,-0.010485,0.014766,-0.023234,-0.010921,-0.022125,0.029497,0.013485,-0.004941,0.065545,-0.004893,-0.030552,0.005126,0.032659,-0.038475,-0.011923,-0.036081,-0.028333,-0.013613,0.022931,-0.025887,-0.012612,-0.001786,-0.092263,-0.020299,0.01385,0.021482,-0.024225,0.011185,-0.007352,0.023587,0.014606,0.021874,-0.010038,0.017875,-0.011447,0.015965,0.074751,0.005234,-0.006908,0.005427,-0.040817,-0.008487,0.006716,0.004509,-0.022592,-0.015515,0.073008,0.025089,0.076651,-0.010706,-0.004224,-0.002282,0.009523,0.022822,-0.081837,0.011425,0.018658,-0.007355,-0.002759,-0.003696,-0.028663,-0.005812,-0.021285,-0.000407,-0.082454,0.019475,0.019012,-0.002067,0.001912,-0.045626,-0.001208,0.032515,-0.015443,-0.026195,0.028788,-0.015176,-0.012957,0.012598,-0.010166,-0.018356,0.022123,-0.007761,0.022384,0.025851,0.026244,0.010884,0.008196,-0.042127,-0.005931,0.026933,0.013871,-0.001065,0.024058,0.032533,0.005186,-0.005257,-0.010445,-0.030056,0.002854,0.014513,-0.018573,0.002327,0.004788,0.020459,-0.01462,0.007151,-0.017697,0.034596,-0.02693,-0.056511,0.02517,0.019013,-0.016871,-0.021435,-0.004857,-0.011429,-0.000447,-0.024793,-0.000161,-0.020256,0.008288,0.022577,0.015435,0.008524,0.007661,0.005437,0.009481,-0.013353,0.00972,0.037504,-0.007704,0.005113,0.008398,0.005462,0.187637,0.026857,0.009037,-0.003428,-0.003881,-0.00707,-0.003562,-0.014832,-0.030092,0.053433,-0.012661,0.001418,0.012807,-0.022056,-0.00348,0.051935,0.001212,0.013909,-0.010777,-0.014581,-0.025023,0.017739,-0.246386,-0.006705,-0.038716,0.015838,0.02046,-0.022243,0.011556,-0.019144,-0.006161,-0.012839,0.015648,-0.002694,-0.040972,-0.025107,-0.001436,-0.035572,0.034007,-0.029034,0.007515,0.00651,0.035339,0.110367,-0.011428,0.123199,0.025136,0.015094,-0.009491,-0.001733,0.013762,0.007726,-0.013062,0.036898,-0.008748,-0.039352,-0.01207,-0.00039,0.001685,0.04504,-0.048042,0.013216,0.017001,-0.000815,-0.023341,-0.003067,-0.023809,-0.005204,0.03078,-0.007906,-0.016267,0.015745,0.018336,-0.018206,-0.012194,-0.029139,0.060552,-0.008799,-0.026524,0.002704,-0.04382,-0.001516,0.025389,0.016116,-0.016214,0.000732,-0.046197,0.018115,-0.019794,-0.024624,0.012944,0.00452,0.011261,-0.012832,0.020774,0.017859,0.035495,0.119501,0.022163,0.026704,0.001802,0.026961,0.002284,0.005303,-0.022027,-0.022468,-0.030189,0.009593,0.012115,0.012921,0.016495,-0.025343,-0.018618,0.04657,-0.005463,0.001718,-0.053479,0.022723,0.040158,0.027308,0.018628,0.021696,-0.008415,0.008494,0.014882,0.006788,0.024251,0.016417,0.014921,0.032564,-0.00819,0.001853,-0.025221,0.00776,-0.026067,-0.006692,-0.026484,0.035021,-0.021482,-0.004429,-0.032738,0.034829,0.004402,-0.040055,0.011258,0.029048,-0.016592,0.022938,-0.00718,0.004911,-0.047965,0.014088,0.016673,0.009823,0.031396,0.001004,-0.011053,0.01017,0.012475,-0.033952,-0.02303,-0.000955,-0.038339,-0.107648,0.01043,-0.01695,-0.021279,0.017871,-0.002676,-0.008133,-0.086139,0.043088,-0.024984,-0.017519,-0.000678,-0.007647,0.003627,0.035769,-0.00808,0.032989,0.046455,-0.01864,0.019906,-0.004594,0.017669,0.000615,-0.022609,0.005062,-0.024739,-0.005453,-0.001194,0.018284,0.014294,0.021063,-0.021885,-0.005107,0.003355,0.022975,0.050345,0.020211,-0.012866,-0.017542,0.019622,0.02382,0.007176,-0.013894,0.003836,-0.023483,0.019646,-0.031688,-0.029765,-0.031364,0.034362,0.016603,-0.00091,-0.000107,0.11707,0.013995,-0.045302,0.040465,-0.008335,-0.018871,-0.025056,0.051682,-0.03969,-0.008418,-0.014156,-0.021134,0.004792,-0.046917,-0.033733,-0.035779,-0.02759,-0.004912,-0.024471,0.013701,0.000412,0.003476,-0.003396,-0.002817,0.004248,0.020941,0.030688,-0.020255,-0.012997,-0.034479,-0.004921,0.027961,0.046685,-0.013929,-0.014745,-0.016844,0.011824,-0.044197,-0.064247,-0.009881,-0.024647,-0.010594,0.030779,-0.033378,-0.004252,0.03359,0.018749,0.036487,-0.018917,0.022459,0.002611,-0.006509,0.007693,0.010223,0.019473,-0.01934,-0.028138,0.020675,-0.043376,-0.015222,0.027942,0.002427,0.006424,-0.015019,-0.012485,0.105515,0.015251,-0.007265,0.004902,-0.025384,0.009582,0.042009,0.045248,-0.027021,-0.002477,-0.019629,-0.036604,-0.025824,0.035899,0.009646,-0.024978,-0.003744,-0.001703,-0.000289,-0.019672,0.12677,0.013841,-0.014811,-0.021947,0.000249,0.00932,0.020626,0.00647,0.013329,0.017273,0.006955,0.042615,0.003172,-0.012216,0.005737,0.02149,0.00624,0.018233,0.015767,-0.004133,0.027176,-0.032258,-0.011179,-0.04091,0.024923,0.022,0.000849,0.023831,-0.019233,0.056429,-0.004006,-0.002218,0.042986,-0.031217,0.002384,0.018344,0.015104,-0.015559,0.028081,-0.010507,0.041754,0.018318,-0.008139,-0.02558,-0.013906,-0.026689,0.012937,0.02268,-0.016951,0.006138,-0.007557,-0.017576,0.015641,0.020749,-0.005116,-0.025661,0.000423,-0.03912,0.016957,0.023045,0.720768,-0.007646,0.01956,0.004469,0.041411,-0.010045,0.043915,-0.014215,0.0311,-0.013175,0.005757,-0.001825,0.017244,0.023166,0.027148,-0.018749,0.013316,0.002451,0.032902,-0.040442,-0.038263,-0.021787,0.036353,0.012049,0.022305,0.061923,-0.000271,-0.027871,0.008644,0.046613,-0.03659,-0.028704,-0.03894,-0.014037,-0.015796,0.019579,-0.039316,0.022271,0.003548,-0.070445,-0.013786,0.024031,0.015106,-0.015297,0.029346,-0.007961,0.023752,0.015263,0.020608,-0.006328,-0.002077,-0.019455,0.004419,0.079465,-0.003918,-0.001958,0.002249,-0.027886,0.015295,-0.002249,0.003003,-0.022551,-0.023977,0.066548,0.030379,0.069347,-0.008785,-0.026173,-0.019221,0.016393,0.025779,-0.069504,0.000561,0.006128,-0.012426,-0.00373,0.011832,-0.057163,0.010294,-0.002235,0.012751,-0.050501,-0.00487,-0.017067,-0.006071,-0.001841,-0.042516,0.025895,0.008154,-0.010172,-0.062796,0.019762,0.015297,-0.013086,0.013666,-0.009873,-0.008451,0.012919,-0.001278,0.002677,0.020657,-0.016848,-0.003147,0.024869,-0.043334,-0.004406,0.002326,-0.010892,-0.013563,0.03715,0.032991,-0.012092,-0.013389,-0.024882,-0.00715,-0.034604,0.017903,-0.002146,0.008246,0.02927,0.003849,-0.000766,-0.007971,-0.037022,0.028165,-0.026199,-0.044942,0.03403,0.025302,-0.004353,0.027797,0.008424,-0.005689,0.020531,-0.024274,-0.01861,-0.013469,0.00858,-0.000751,0.035797,0.010194,0.013029,-0.013732,-0.01008,0.006654,0.030211,0.010958,0.02089,0.003998,0.00534,0.000484,0.170992,0.002753,-0.01329,-0.001192,-0.014172,-0.004083,-0.019403,-0.015181,-0.034579,0.01181,0.004227,0.011814,0.009177,0.000089,0.004224,0.077654,-0.002964,-0.006435,-0.015274,-0.019057,-0.00462,-0.004316,-0.200587,-0.016443,-0.017027,-0.003867,0.015612,0.015749,0.017419,0.000599,-0.001483,-0.027809,-0.009192,-0.011589,-0.038195,-0.036279,-0.017174,-0.025984,0.043535,0.019711,-0.008033,-0.012368,0.035045,0.076868,-0.016086,0.129325,0.02086,0.008453,-0.004085,0.018112,0.028579,0.030487,0.011284,0.039843,-0.024065,-0.043949,-0.005181,0.00128,-0.023002,0.023201,-0.042386,0.010738,0.000119,0.007614,-0.021656,0.013139,-0.00778,-0.01434,0.015591,-0.030442,-0.025977,-0.003746,0.021728,-0.022871,0.012358,-0.000483,0.034568,-0.005209,-0.000912,0.001017,-0.032485,0.018292,0.019126,0.010762,0.022375,-0.008053,-0.0429,0.005349,-0.029452,-0.010853,-0.006395,0.012197,0.021319,-0.005617,0.018133,0.007478,0.062072,0.138113,0.009357,0.018169,0.013017,0.007622,-0.012206,0.004875,-0.021812,-0.005636,-0.016016,-0.004948,-0.001223,0.014833,0.011051,-0.02226,-0.025019,0.048003,-0.002488,-0.014119,-0.017637,0.024026,0.001922,-0.011756,0.002635,0.015991,-0.009681,-0.002032,0.027551,0.030355,0.025799,0.016138,0.03012,0.03173,0.007992,-0.004568,-0.015025,0.032225,-0.003585,0.020456,-0.014651,0.021282,-0.017459,-0.020301,-0.033353,0.03526,-0.003466,-0.02339,0.004407,0.024643,-0.008428,-0.003001,-0.00347,0.017024,-0.015265,0.008995,0.009607,0.004485,0.027979,-0.001995,0.001522,0.022848,-0.028768,-0.039163,-0.007347,0.008241,-0.034152,-0.095674,0.001727,-0.029104,0.0098,-0.005095,-0.012655,0.00089,-0.053363,0.034956,-0.003382,-0.007748,0.018146,0.001774,0.027948,-0.01689,-0.016616,0.049492,0.03507,-0.00141,0.014818,-0.003364,-0.005393,-0.009597,-0.009705,0.018211,-0.042853,0.000915,0.014197,0.017712,0.010487,-0.017321,-0.027139,-0.004899,0.007754,0.028122,0.020762,-0.000855,0.010484,-0.019637,0.004316,0.007946,0.006931,-0.020696,0.010192,-0.010648,-0.004162,0.008885,-0.016397,-0.033378,0.02178,0.010154,0.012601,0.006919,0.073971,0.025388,-0.028184,0.021934,-0.005415,0.006831,-0.021528,0.043659,-0.005694,-0.002371,-0.034938,0.011514,-0.009612,-0.032135,0.006014,-0.032092,-0.006653,-0.009246,-0.014236,0.001266,-0.022634,-0.002983,-0.000467,-0.000391,-0.012882,0.007085,0.015224,-0.027595,-0.009568,-0.042149,-0.006113,-0.008337,0.028965,-0.03478,0.014266,-0.010647,-0.013658,-0.016054,-0.037167,-0.00226,-0.003791,0.006535,0.022359,-0.012252,0.01615,0.040408,0.002729,0.026303,-0.007121,0.011193,0.020558,-0.016291,0.009263,-0.002048,0.001955,-0.031569,-0.036582,0.001658,-0.014663,-0.008212,0.032825,-0.022756,0.034769,-0.006459,0.007598,0.112271,0.022235,0.001157,-0.012224,-0.015821,0.00318,0.047879,0.027645,-0.018093,-0.006756,-0.009687,-0.014061,-0.043369,0.0402,0.028471,0.007358,0.013641,-0.018142,0.013344,0.003399,0.02452,0.017316,-0.020295,-0.00534,0.008489,-0.018812,-0.012307,0.004339,0.033564,-0.01659,0.019429,0.029061,-0.013885,0.026142,-0.003591,0.033141,0.00774,0.00231,0.008635,0.000859,0.011632,-0.033763,-0.022534,-0.010443,0.012591,0.022332,-0.017765,0.023169,-0.002534,0.070092,-0.002535,-0.010246,0.011766,-0.031189,0.020136,-0.003592,0.014985,-0.006634,0.000812,-0.003286,0.016524,-0.01085,-0.015589,-0.031197,-0.002109,-0.042362,-0.012085,0.029156,-0.023273,-0.006336,0.006843,0.002589,-0.009644,-0.000878,0.012324,-0.02508,-0.019213,-0.005988,-0.00479,0.007107,0.78789,0.003157,0.006968,-0.020685,0.032757,-0.011356,-0.004508,-0.002691,-0.003455,0.005917,0.040789,-0.008804,0.016802,-0.003924,0.010119,-0.007015,0.023744,-0.016927,0.001974,-0.004014,-0.025847,-0.019828,0.019144,0.022724,-0.015472,0.045595,-0.000321,-0.013122,0.016893,0.004557,-0.04358,-0.01358,-0.012118,-0.048605,-0.014203,0.019872,-0.040132,-0.013254,0.008626,-0.099703,0.007933,0.011172,0.00702,-0.032039,0.021776,-0.001029,0.023616,0.012105,0.004218,-0.013635,0.005754,-0.005303,0.019738,0.062309,0.002494,0.005488,0.000832,-0.031718,-0.035531,0.001624,0.012002,-0.016642,-0.019403,0.079214,0.029919,0.080818,-0.011224,0.004417,0.023144,0.011081,0.037163,-0.064986,0.011097,-0.005874,-0.001698,-0.009377,0.00976,-0.038428,0.011745,0.0097,0.005724,-0.072054,-0.005812,-0.030618,-0.001488,-0.013448,-0.032619,0.031614,0.023466,-0.010936,-0.06517,0.022731,0.021915,-0.008832,0.018769,-0.008054,-0.004168,0.0252,0.007374,0.013358,0.009995,-0.01477,0.012992,0.025895,-0.057048,0.001497,0.019019,-0.004417,-0.015799,0.022391,0.038346,-0.007594,-0.012039,-0.010551,-0.012601,-0.031567,0.0218,0.004817,0.006037,0.024937,-0.000737,0.001373,-0.007167,-0.035813,0.028365,-0.018676,-0.051632,0.033771,0.0256,-0.020299,0.010885,0.006966,-0.011647,0.013189,-0.00709,-0.01674,-0.013298,0.00905,0.00449,0.024179,0.019378,0.010246,-0.018181,-0.004656,0.007218,0.02569,0.017554,0.010538,0.017728,0.003205,-0.000909,0.180403,-0.004215,-0.014414,-0.001762,-0.001255,-0.012488,-0.011889,-0.033737,-0.015945,0.024409,0.019303,0.010864,-0.001087,0.001255,-0.003999,0.078066,0.000703,0.009901,-0.009874,-0.01829,-0.014748,0.011747,-0.213721,-0.020106,-0.017014,0.007111,0.012463,-0.000231,0.012615,0.005893,-0.005052,-0.037983,-0.001681,-0.00565,-0.056754,-0.031314,-0.021973,-0.030254,0.042178,0.007781,-0.003978,-0.016901,0.029077,0.087891,-0.000258,0.133485,0.016774,0.021395,-0.003911,0.015638,0.027613,0.018125,0.013171,0.034,-0.024588,-0.022212,-0.016649,-0.00148,-0.022928,0.034064,-0.044093,0.018736,0.01098,0.012839,-0.016346,0.003867,-0.007923,-0.031322,0.010054,-0.025972,-0.010929,0.012952,0.018274,-0.029058,0.007411,-0.002151,0.02385,0.004806,-0.007014,-0.022411,-0.035047,0.019698,0.024191,-0.000499,0.014674,-0.016183,-0.042717,-0.000232,-0.023804,-0.0136,0.003158,0.006801,0.019247,-0.009693,0.01524,0.02263,0.060284,0.110731,0.010419,0.009362,0.009318,0.01994,-0.003271,0.012179,-0.019354,-0.009168,-0.020044,0.010561,-0.008339,0.014475,0.018638,-0.032055,-0.028033,0.03014,-0.009193,-0.02714,-0.027451,0.022302,0.003251,-0.00063,0.007423,0.018961,-0.010994,-0.004372,0.017696,0.026535,0.015081,0.023626,0.029193,0.028352,-0.006106,-0.00408,0.00053,0.03381,-0.022627,0.001903,-0.010855,0.020824,-0.019829,-0.010136,-0.030215,0.046088,-0.005388,-0.029399,-0.006477,0.012214,-0.015002,-0.002463,-0.000515,-0.000394,-0.026181,0.004316,0.01231,0.002643,0.029518,0.002681,0.002606,0.01539,-0.027545,-0.03116,-0.015362,0.009742,-0.033423,-0.121676,0.00627,-0.02024,-0.000254,0.003022,0.005366,0.003272,-0.037135,0.037234,0.006297,-0.012746,0.012364,-0.003404,0.021237,-0.00523,-0.006906,0.044304,0.023284,-0.001382,0.011987,-0.008908,0.001011,-0.003103,-0.024356,0.014816,-0.061849,-0.001945,-0.00004,0.025438,0.011873,-0.01781,-0.034042,-0.018139,0.002217,0.030053,0.022673,-0.004149,0.000787,-0.019357,0.004661,0.010574,0.000622,-0.019627,0.015432,-0.020249,0.011491,0.009106,-0.025578,-0.039573,0.04268,0.010669,0.010636,-0.004142,0.070689,0.028663,-0.027427,0.029293,-0.008664,0.004468,-0.020689,0.036209,-0.000508,0.00148,-0.030505,0.007105,-0.007701,-0.025005,-0.011258,-0.033789,-0.01989,-0.011079,-0.008688,-0.000111,-0.022917,0.001653,0.006542,0.00674,-0.004557,0.007922,0.016937,-0.030394,-0.008082,-0.050337,-0.021669,-0.00534,0.034884,-0.038094,0.000568,-0.005322,-0.002798,-0.017722,-0.035526,0.005297,-0.009274,0.005608,0.029507,-0.016308,0.011021,0.042999,0.002465,0.040854,-0.006605,0.007044,0.016708,-0.018894,0.003439,-0.012788,0.008358,-0.030114,-0.034039,0.017537,-0.01954,-0.005202,0.027502,-0.008927,0.028819,-0.00472,0.002944,0.110203,0.014242,-0.011248,-0.003356,-0.023226,0.006277,0.050536,0.030543,-0.023279,-0.003597,-0.011216,-0.011251,-0.042533,0.040746,0.031172,0.015095,0.019562,-0.010371,0.005041,-0.002272,0.053888,0.026956,-0.015033,-0.01565,0.012036,-0.003233,-0.017633,0.003152,0.019287,-0.007084,0.02989,0.027929,-0.01245,0.015656,-0.003515,0.025414,0.001037,-0.004289,0.000394,0.001042,0.02566,-0.03749,-0.021463,-0.009405,-0.003974,0.015482,-0.018986,0.022949,-0.000493,0.056999,0.0091,-0.00183,0.021118,-0.029287,0.019637,-0.0079,0.019946,-0.007312,-0.004336,-0.016436,0.030908,0.003452,-0.013357,-0.035201,0.000313,-0.034139,-0.012297,0.033668,-0.024187,0.004515,0.008146,0.003779,-0.002501,-0.005754,0.023621,-0.023557,-0.017774,-0.011743,-0.008853,0.00474,0.777496,-0.005511,0.014251,-0.013097,0.034382,-0.02311,0.006912,-0.011615,0.013329,0.005159,0.019133,-0.012454,0.019323,0.005725,0.011988,-0.015498,0.019805,-0.020797,0.016974,-0.007285,-0.020349,-0.025803,0.02984,0.024546,-0.010445,0.038176,-0.000151,-0.026757,0.02015,0.018314,-0.048582,-0.002594,-0.004471,-0.021209,-0.000654,0.028474,-0.024521,-0.02292,0.0337,-0.096835,0.007923,0.007986,0.004922,-0.019224,0.028067,-0.006795,0.002194,0.02253,0.003473,-0.013538,0.005782,0.000079,0.007447,0.06072,-0.006784,-0.004314,-0.001202,-0.041038,-0.028333,0.001026,0.016087,-0.01825,-0.02587,0.072038,0.039652,0.084401,-0.00913,-0.000391,0.029204,0.008328,0.031943,-0.063088,0.004051,-0.004148,0.002156,-0.007048,0.007966,-0.04349,0.019969,0.007952,0.004594,-0.073358,-0.009704,-0.03064,-0.003641,-0.010576,-0.038665,0.033492,0.0215,-0.007977,-0.062917,0.025649,0.023379,-0.012877,0.013999,-0.008401,0.000653,0.023299,0.001123,0.012993,0.012145,-0.015291,0.017051,0.02266,-0.053314,0.003463,0.013682,-0.004687,-0.006823,0.022601,0.034883,-0.011546,-0.022742,-0.016242,-0.01827,-0.044822,0.021585,0.007723,0.012058,0.027401,-0.004888,-0.004273,-0.00696,-0.036701,0.025602,-0.018785,-0.050143,0.033322,0.021663,-0.016036,0.018559,0.007525,-0.013135,0.016747,-0.008071,-0.025093,-0.009697,0.009885,0.00746,0.024255,0.018177,0.006472,-0.017944,-0.007411,0.013801,0.025215,0.013422,0.008579,0.016691,0.001272,-0.004062,0.173951,-0.003269,-0.015749,-0.001245,-0.002575,-0.007079,-0.006952,-0.030719,-0.021254,0.03239,0.017743,0.012094,-0.00025,-0.000339,0.002324,0.076471,0.003524,0.011757,-0.012514,-0.018112,-0.008545,0.007011,-0.219418,-0.020265,-0.017163,0.005701,0.014289,-0.001366,0.017326,0.012218,-0.00487,-0.031074,0.001502,-0.004454,-0.055869,-0.024543,-0.008441,-0.021007,0.040806,0.009617,0.003055,-0.01759,0.025363,0.078056,0.003387,0.127634,0.016339,0.021404,0.001238,0.017823,0.025857,0.021685,0.0107,0.037975,-0.023516,-0.030374,-0.012679,-0.003336,-0.014703,0.036346,-0.048863,0.01536,0.010692,0.010036,-0.014633,0.009325,-0.005657,-0.02017,0.006676,-0.029056,-0.01762,0.005748,0.022052,-0.026218,0.007757,-0.008671,0.023204,0.003126,-0.01023,-0.018213,-0.038605,0.015434,0.020076,0.00809,0.01465,-0.014997,-0.043835,0.005304,-0.029555,-0.012839,0.009046,0.003778,0.020046,-0.011968,0.0182,0.026268,0.057709,0.119639,0.01374,0.006179,0.008733,0.022085,-0.003437,0.011811,-0.022021,-0.004099,-0.012395,0.011959,-0.010385,0.014655,0.019782,-0.02971,-0.020936,0.034875,-0.003383,-0.028442,-0.021642,0.015716,0.001626,-0.005068,0.005028,0.014952,-0.006402,-0.004371,0.020935,0.027196,0.020382,0.023727,0.025796,0.030654,-0.006625,-0.004319,-0.002519,0.034088,-0.01911,0.010647,-0.01565,0.023482,-0.014887,-0.009504,-0.028216,0.040297,-0.00735,-0.030678,-0.001683,0.005694,-0.009283,-0.008046,0.003158,0.001527,-0.026478,0.008197,0.011802,0.007877,0.031487,-0.001004,-0.005907,0.017177,-0.02683,-0.032635,-0.015873,0.01013,-0.034169,-0.123419,0.00904,-0.02635,0.002105,-0.003878,-0.002621,-0.000381,-0.043327,0.039023,0.002737,-0.011092,0.015375,-0.001327,0.019131,-0.006669,-0.006329,0.043605,0.023772,-0.005248,0.011768,-0.005185,0.006494,0.000116,-0.015901,0.023108,-0.061364,0.00032,0.000896,0.022782,0.015469,-0.015604,-0.031977,-0.007025,0.009918,0.029282,0.02743,0.002685,0.001466,-0.023975,0.001071,0.013018,-0.00327,-0.018447,0.018198,-0.01458,0.005673,0.002346,-0.017227,-0.0396,0.042093,0.011108,0.004009,-0.006181,0.062013,0.032963,-0.023829,0.025146,-0.003484,0.005317,-0.025858,0.034208,-0.009114,-0.001517,-0.027926,0.00974,-0.004287,-0.024404,-0.013221,-0.031817,-0.007187,-0.008976,-0.007994,-0.002785,-0.021846,-0.003849,0.00301,0.008382,0.002435,0.007816,0.014522,-0.03132,-0.011009,-0.051781,-0.018071,0.001557,0.034905,-0.036656,0.008284,-0.010715,-0.007131,-0.019877,-0.033105,0.002849,-0.009946,0.010747,0.02409,-0.014959,0.011331,0.036169,0.004608,0.036013,-0.007739,0.005951,0.020784,-0.017029,0.008289,-0.017402,0.005142,-0.033531,-0.037924,0.016354,-0.026436,-0.00844,0.024102,-0.007661,0.028024,-0.004769,-0.003463,0.110158,0.016494,-0.006831,-0.008721,-0.018857,0.006309,0.046913,0.035922,-0.025723,-0.008793,-0.017267,-0.013105,-0.04864,0.038981,0.0364,0.015296,0.020518,-0.011342,0.008774,-0.004645,0.041053,0.022685,-0.016084,-0.013042,0.012223,-0.008571,-0.015511,0.00563,0.017812,-0.008549,0.025855,0.029932,-0.014388,0.016448,-0.002843,0.028628,0.002562,-0.002919,0.000337,0.008156,0.024651,-0.038518,-0.025611,-0.012905,-0.001617,0.021112,-0.020279,0.027018,-0.000537,0.059156,0.002896,-0.001558,0.016286,-0.028582,0.017931,-0.009503,0.024436,-0.006726,-0.004318,-0.005667,0.028042,0.005421,-0.009952,-0.036049,0.004241,-0.031644,-0.015765,0.032615,-0.024811,0.001679,0.003915,0.00152,0.00207,-0.006148,0.024718,-0.02641,-0.020741,-0.016493,-0.005655,0.003164,0.777688,-0.005936,0.014574,-0.014346,0.035308,-0.016811,0.00406,-0.008633,0.014995,0.00747,0.023321,-0.016776,0.019624,0.003261,0.009384,-0.015007,0.022061,-0.023274,0.015948,-0.00486,-0.02479,-0.024169,0.025551,0.020452,-0.007809,0.036846,-0.004282,-0.020985,0.021815,0.022684,-0.045042,-0.008197,-0.010386,-0.023249,-0.003857,0.028163,-0.029596,-0.022023,0.02886,-0.096533,0.00771,0.009542,0.007552,-0.022981,0.027898,-0.009095,0.011878,0.025629,0.00324,-0.013833,0.009397,-0.005121,0.007823,0.06562,-0.004283,-0.001424,-0.000379,-0.040914,-0.026565,-0.003197,0.009464,-0.020237,-0.030179,0.076822,0.035027,0.093095,-0.018617,-0.001432,0.027805,0.008365,0.025368,-0.070173,0.006322,0.012611,0.001151,-0.00268,0.008195,-0.045967,0.005474,0.004209,0.014194,-0.070504,-0.011587,-0.025326,-0.00868,-0.013783,-0.048078,0.030177,0.014481,-0.008456,-0.05547,0.018744,0.021495,-0.016212,0.011591,-0.003148,-0.003119,0.036349,0.010197,0.009264,0.017887,-0.012223,0.009259,0.01675,-0.050654,0.004234,0.005241,-0.005022,-0.008211,0.025782,0.036857,-0.009441,-0.023453,-0.027169,-0.012847,-0.039669,0.016411,0.005635,0.021496,0.024293,0.006374,-0.000817,-0.003667,-0.031319,0.022056,-0.027959,-0.04237,0.042805,0.025855,-0.01093,0.012376,0.011481,-0.005584,0.017237,-0.012206,-0.018884,-0.012506,0.011144,0.003113,0.038738,0.016231,0.007922,-0.00316,-0.00408,0.015027,0.024235,0.020899,0.017068,0.003815,0.007878,-0.001752,0.170566,0.001372,-0.008782,0.001147,-0.018311,0.005087,-0.019195,-0.031,-0.032165,0.022418,0.015456,0.016821,0.002689,-0.004082,0.000417,0.075209,-0.001446,0.013886,-0.014109,-0.012218,-0.006058,0.010252,-0.198968,-0.023526,-0.020471,0.00486,0.017268,-0.000304,0.00969,0.003442,-0.003831,-0.025412,-0.005055,-0.012484,-0.043831,-0.022549,-0.01257,-0.023124,0.054171,0.013758,-0.004103,-0.017788,0.040464,0.078061,-0.018,0.120213,0.012426,-0.001379,0.005206,0.014746,0.02572,0.013565,0.008154,0.049359,-0.026035,-0.041259,0.001413,-0.00748,-0.01089,0.033918,-0.041521,0.009737,0.004482,0.00681,-0.019015,0.007219,-0.001756,-0.015863,0.009104,-0.02897,-0.012581,-0.01073,0.018789,-0.021016,0.011225,-0.013311,0.026499,-0.004619,-0.005562,-0.015025,-0.032534,0.017578,0.013095,0.016114,0.013746,-0.015022,-0.043273,0.011105,-0.032834,-0.019143,0.003284,0.018336,0.024916,-0.014658,0.018042,0.018243,0.05863,0.121966,0.018654,0.014904,0.00835,0.009852,-0.005955,0.018675,-0.017797,-0.005892,-0.021239,0.003786,0.007313,0.017891,0.017404,-0.013662,-0.031159,0.033226,-0.003015,-0.036202,-0.030837,0.018889,0.005943,-0.002989,0.001387,0.007822,-0.006387,0.003685,0.029991,0.027368,0.026916,0.026525,0.024009,0.042062,0.00634,-0.009912,-0.015175,0.046205,-0.010721,0.01598,-0.010155,0.027972,-0.022205,-0.012133,-0.033574,0.041642,-0.004211,-0.030787,0.001576,0.014786,-0.006913,0.003193,0.001818,0.006318,-0.025739,0.018668,0.01998,-0.002678,0.023624,-0.003251,-0.004938,0.010881,-0.035684,-0.03696,-0.018348,0.008908,-0.037841,-0.107196,0.009609,-0.034337,0.009087,0.005183,-0.005932,-0.002593,-0.067743,0.034076,-0.006973,0.002996,0.026309,0.003565,0.025035,-0.003895,-0.01477,0.043383,0.029983,-0.006011,0.017397,-0.009905,-0.007486,-0.007397,-0.01804,0.019618,-0.053171,-0.000267,0.004407,0.018316,0.005508,-0.011422,-0.03281,-0.01355,0.003605,0.039155,0.023568,-0.000322,0.002119,-0.021087,0.009626,0.013568,0.000714,-0.021544,0.012704,-0.021933,0.00805,-0.002872,-0.016529,-0.039207,0.028937,0.012119,0.02014,0.001439,0.076227,0.033244,-0.022783,0.030609,0.003805,0.00234,-0.022849,0.05075,-0.014437,-0.006748,-0.034612,0.010094,-0.010842,-0.037192,-0.010581,-0.04023,-0.01213,-0.006638,-0.017075,0.003036,-0.019546,-0.003944,-0.000128,0.006401,-0.004229,0.020375,0.022891,-0.026916,-0.011485,-0.047263,-0.014056,-0.002402,0.020864,-0.030621,0.006787,-0.011974,-0.000313,-0.012677,-0.035956,0.003333,-0.000475,0.010627,0.029639,-0.011849,0.004689,0.028272,0.008014,0.028695,-0.002667,0.014898,0.020651,-0.008354,0.000599,0.006355,0.000279,-0.02896,-0.018352,0.011758,-0.014017,-0.017885,0.024928,-0.006657,0.042629,-0.007681,0.013588,0.111899,0.020725,0.008292,-0.010168,-0.017394,0.003903,0.052578,0.028058,-0.029796,-0.002712,-0.007083,-0.005537,-0.040778,0.045542,0.04219,0.003797,0.02252,-0.015684,0.014584,-0.002304,0.062191,0.025985,-0.015702,-0.014329,0.009838,-0.006571,-0.005288,-0.000828,0.012855,-0.012425,0.02479,0.032088,-0.000923,0.018177,-0.003061,0.0369,0.005329,-0.002376,-0.000382,0.000891,0.016742,-0.03475,-0.026788,-0.019563,0.008363,0.03226,-0.018327,0.028278,-0.00718,0.067402,-0.000872,-0.000541,0.015483,-0.030833,0.014865,-0.000097,0.032081,-0.004818,-0.005398,-0.009561,0.031254,-0.009859,-0.001323,-0.03039,-0.004641,-0.040706,-0.0124,0.034931,-0.020081,0.000661,0.00522,0.002789,0.008949,-0.001834,0.01197,-0.027987,-0.026961,-0.018851,-0.005787,0.006033,0.779257,0.00148,0.003225,-0.013487,0.034678,-0.010554,0.00569,-0.000889,0.008868,-0.005068,0.039915,-0.010682,0.01375,0.005994,0.017803,-0.009107,0.02515,-0.023891,0.013597,-0.01648,-0.013287,-0.022406,0.039724,0.027963,-0.001552,0.049667,0.00484,-0.017782,0.007394,0.013393,-0.031925,0.001,-0.014633,-0.037993,-0.017128,0.017384,-0.029165,-0.014111,0.019304,-0.090813,0.004254,0.009817,0.002828,-0.022329,0.024763,-0.003844,0.011401,0.019282,0.010885,-0.012749,0.006876,0.00244,0.014211,0.060082,-0.001796,0.001013,0.00228,-0.033275,-0.033375,0.001214,0.014365,-0.022603,-0.017471,0.076646,0.029719,0.081838,-0.02222,0.000501,0.018484,0.012149,0.029072,-0.080231,0.011661,0.003013,0.01041,0.009916,0.018392,-0.021083,0.014417,0.000165,0.011438,-0.070484,-0.008317,-0.014971,0.004995,-0.001106,-0.052947,0.02329,0.001563,-0.006738,-0.078129,0.022347,0.017752,-0.015122,0.021174,0.000626,0.006748,0.051278,0.008764,0.021714,0.003234,-0.005614,0.000599,0.001439,-0.065333,0.014451,-0.003781,0.009592,0.013045,0.034641,0.037279,-0.011509,-0.021491,-0.030243,-0.003165,-0.034976,0.022362,-0.000057,0.011793,0.018683,0.006408,-0.009609,0.011122,-0.014553,0.033413,-0.05412,-0.03634,0.054262,0.015714,-0.005933,0.007214,0.017251,-0.022358,0.00929,-0.008944,-0.024962,-0.002264,0.012094,0.013521,0.034698,0.024834,0.007607,0.004844,-0.000456,0.032352,0.02743,-0.000582,0.006915,-0.000666,0.005205,-0.004252,0.153947,0.015077,-0.005685,0.003718,-0.014146,0.001924,-0.015118,-0.047598,-0.008486,0.035462,0.021836,0.023641,-0.000563,-0.002101,-0.003437,0.066891,-0.000705,0.021531,-0.012276,-0.010031,-0.002703,0.013492,-0.191573,-0.016835,-0.041844,0.00152,0.026005,0.001996,0.007638,0.00112,-0.002005,-0.019711,-0.010322,-0.011709,-0.060314,-0.024201,0.01807,-0.018271,0.053403,0.003306,0.011455,-0.02751,0.050921,0.062552,-0.019187,0.098844,0.011245,-0.014773,0.010232,0.020853,0.025252,0.007325,0.004514,0.030992,-0.031119,-0.049743,0.018125,0.00244,-0.029093,0.02127,-0.03902,0.011967,0.013363,0.017402,-0.034146,0.002879,0.007561,-0.008276,0.015473,-0.007454,-0.009211,-0.025503,0.028192,-0.031094,-0.000884,-0.006867,0.014827,-0.003886,-0.012411,-0.024136,-0.053037,0.020876,0.023123,0.012648,0.027645,-0.010372,-0.037076,0.000722,-0.031354,-0.022681,0.004175,0.016743,0.040574,-0.01811,0.023978,0.033303,0.055744,0.147606,0.02047,0.025939,0.004443,0.011572,-0.015335,0.013222,-0.023417,-0.006648,-0.030325,0.001804,0.003259,0.023451,0.002507,-0.012763,-0.039616,0.028194,0.008679,-0.026501,-0.039918,0.030088,0.017902,0.000693,0.000676,0.017883,-0.006213,-0.003621,0.02992,0.017024,0.028527,0.026601,0.02547,0.025091,-0.00368,0.000148,0.003586,0.030739,-0.014846,0.013644,-0.025044,0.043044,0.000078,-0.02143,-0.032906,0.024029,0.008729,-0.033179,-0.00435,0.02362,-0.008337,0.002018,0.00511,0.019093,-0.037195,0.013404,0.010156,0.007221,0.000046,-0.010857,-0.013266,0.003188,-0.021229,-0.018692,-0.024887,0.022363,-0.011459,-0.121199,0.019016,-0.020479,0.011859,0.006167,0.014062,0.004307,-0.097148,0.035226,-0.012593,0.012815,0.025084,-0.008586,0.004111,0.00039,-0.022391,0.038834,0.03636,-0.013106,0.022601,-0.014267,0.016857,0.004097,-0.011781,0.035604,-0.048019,-0.005353,-0.001737,0.023738,0.029611,-0.007312,-0.026462,-0.001092,0.004987,0.032914,0.021212,-0.00351,-0.009219,-0.019666,0.004654,0.02952,-0.010058,-0.023384,0.006813,-0.022521,0.013683,-0.006966,-0.002325,-0.050394,0.023251,0.013929,0.012586,0.006027,0.049369,0.041317,-0.018005,0.027912,0.004741,0.01932,-0.009211,0.036036,-0.004237,-0.013633,-0.033455,-0.013523,-0.005066,-0.0371,-0.013669,-0.017246,-0.007521,-0.006631,-0.013634,0.015305,-0.016992,-0.004709,0.007482,0.009856,-0.001101,0.010594,0.00692,-0.020648,-0.017425,-0.048721,0.000187,0.007307,0.028354,-0.040536,0.005535,-0.002251,0.02025,-0.016748,-0.041914,-0.006775,0.004416,0.027331,0.017583,-0.034528,0.011765,0.030048,0.013882,0.02782,-0.000519,0.006356,0.035523,-0.004875,-0.001741,0.007157,0.006969,-0.017994,-0.019487,0.009327,-0.041073,-0.012798,0.021552,-0.010333,0.035425,0.008386,0.002282,0.110971,0.02452,0.005704,-0.012736,-0.032066,0.007361,0.048744,0.056948,-0.016915,-0.006207,-0.000503,-0.011547,-0.048774,0.029657,0.010134,0.014749,0.023121,-0.024676,0.000969,-0.005215,0.048354,0.013102,-0.005187,-0.029381,0.015269,0.004745,-0.004064,-0.010013,0.004088,-0.007965,0.029709,0.030235,-0.018235,0.033974,-0.012669,0.030013,-0.01021,0.002005,-0.008704,0.018053,0.041038,-0.036803,-0.02075,-0.033509,0.033541,0.023934,-0.011265,0.003409,-0.017964,0.087089,0.002818,0.008253,0.031413,-0.02373,0.024114,0.017402,0.026482,0.002024,-0.016992,-0.007679,0.037304,-0.014574,-0.003294,-0.029667,0.005074,-0.059513,-0.003251,0.040249,-0.00855,-0.006315,0.004005,-0.006532,0.009091,-0.006556,0.019901,-0.029641,-0.037884,-0.021772,0.003761,0.021998,0.762198,0.005892,0.012021,-0.008011,0.025941,0.003548,0.007917,0.001776,0.019254,-0.016232,0.033061,-0.007173,0.016118,0.023876,0.01303,-0.011851,0.034299,-0.018577,0.016423,-0.017607,-0.01075,-0.026654,0.043798,0.044978,-0.010945,0.048608,0.00952,-0.020145,0.005759,0.029268,-0.022497,-0.009591,-0.030287,-0.032609,-0.029097,0.015744,-0.032381,0.006544,0.021576,-0.088884,0.007701,0.004311,0.005972,-0.027967,0.008744,-0.01972,0.032787,0.022149,-0.005243,-0.008315,0.005263,0.003954,-0.005235,0.046607,-0.011791,0.008822,-0.000186,-0.026579,-0.029149,-0.004155,0.020705,-0.014681,-0.026898,0.064309,0.023838,0.07352,-0.014633,0.002619,0.031822,0.020599,0.030495,-0.069265,0.032008,-0.013671,-0.033949,0.004705,0.032654,-0.058273,0.020161,0.017727,0.037672,-0.065044,0.014469,-0.026923,-0.014154,0.00455,-0.041588,0.009812,0.024607,-0.038554,-0.055069,0.027243,0.005553,0.008841,0.010892,-0.011276,-0.020963,-0.011904,-0.002811,-0.001739,0.035483,-0.027579,-0.014239,0.011715,-0.060346,-0.008233,0.007401,-0.012975,-0.012225,0.048644,0.004697,-0.018264,-0.008832,-0.010016,-0.020903,-0.029586,0.009739,0.003671,0.002771,0.019434,0.017285,0.003354,-0.011129,-0.01101,0.041851,-0.018068,-0.032596,0.014676,0.032056,-0.003299,0.006739,0.013709,0.009545,0.01094,-0.016873,-0.026787,0.002064,-0.004269,0.015324,0.021114,0.038004,0.022134,-0.003561,0.001152,0.016109,0.0366,0.022585,0.033202,-0.009616,0.007528,-0.007036,0.158834,-0.013119,-0.010126,0.00529,0.009487,0.017137,-0.008629,0.007465,-0.028423,0.026379,-0.010546,0.025778,0.001293,-0.006041,0.002513,0.09403,-0.017936,0.006529,-0.037586,-0.016239,-0.008397,0.012297,-0.176386,-0.00851,-0.020315,0.016543,0.0158,0.026974,0.006619,-0.017839,0.006353,-0.035301,-0.030007,-0.01938,-0.015208,-0.040078,-0.008587,-0.006661,0.027789,0.001494,0.009219,0.003146,0.047764,0.051081,-0.01634,0.120049,0.039224,0.013236,0.003452,0.030077,0.005878,0.040593,0.008179,0.035137,0.014471,-0.027592,0.000488,-0.001365,-0.029951,0.010478,-0.028468,0.010869,-0.005241,0.012252,-0.034306,0.020975,0.000857,-0.015624,0.00538,-0.043371,-0.039863,0.002767,0.022825,-0.003172,0.022533,0.008541,0.054939,-0.006447,-0.003012,-0.020208,-0.020062,0.012993,0.020422,0.016213,0.011928,0.01215,-0.049237,0.007615,-0.005365,0.006095,0.005161,0.00228,0.024283,-0.016963,0.006028,-0.020661,0.041722,0.105198,-0.00778,0.02385,0.020916,0.025057,0.000841,0.001964,-0.017888,0.01499,0.010227,-0.003473,-0.000189,-0.014641,0.005124,-0.041659,-0.041609,0.072036,0.002614,0.006672,-0.017106,0.022303,0.021207,-0.024816,0.005632,0.003321,-0.003954,-0.002515,0.034539,0.033206,0.000758,0.012112,0.0428,0.029433,-0.000216,0.000743,-0.000571,0.02858,0.022969,0.00752,-0.003436,0.016004,-0.023989,-0.001842,-0.024801,0.033946,-0.02117,-0.041827,0.010053,0.016939,0.009795,0.003138,-0.000747,0.033584,-0.012034,-0.022701,0.026026,-0.012533,0.013032,-0.023157,0.000423,0.018742,-0.013355,-0.044175,-0.027329,0.001108,-0.006891,-0.108898,-0.010495,0.005851,0.00185,0.016396,-0.002212,-0.001904,-0.049432,0.023229,0.012941,-0.051212,0.002938,0.013405,0.033325,-0.025239,0.023257,0.02182,0.012189,-0.003427,0.007057,0.038107,-0.001794,0.016868,-0.003456,0.017554,-0.039573,0.00212,-0.005801,0.008201,0.008138,-0.003917,-0.031682,-0.02076,0.019813,0.02254,0.006894,-0.006044,0.009415,-0.01343,0.015974,0.000854,-0.016011,-0.025133,-0.007223,0.009465,-0.007537,0.013654,-0.023815,-0.042265,-0.01607,-0.0124,0.008309,0.004445,0.054507,0.023337,-0.011821,0.002975,-0.006537,0.004511,-0.028211,0.035574,-0.006598,-0.009584,-0.014863,0.000754,-0.02006,-0.036941,-0.024584,-0.03081,-0.020616,-0.008203,-0.02623,-0.007399,-0.018685,-0.027028,0.013691,0.015349,-0.006398,-0.00346,0.003088,-0.021882,0.013158,-0.039995,-0.01808,0.000052,0.00549,-0.007253,0.032558,0.000421,-0.021495,0.000529,-0.034398,0.011461,0.003495,0.015952,-0.00248,-0.007828,0.008952,0.040567,0.020869,0.020583,-0.000071,0.024331,0.022344,-0.031953,0.018066,-0.089709,-0.010167,-0.031329,-0.032552,0.012707,-0.019731,-0.005477,-0.003573,-0.013934,0.045271,-0.009167,0.02069,0.113968,0.036903,0.007462,-0.007213,-0.026978,-0.005277,0.043382,0.027296,-0.011748,-0.019889,-0.014384,-0.009439,-0.036763,0.038343,0.020706,-0.021211,-0.002625,-0.051292,0.032536,-0.002226,-0.011681,0.002825,-0.030643,0.004783,0.006982,-0.016004,-0.024118,0.007017,0.037224,-0.023119,0.011825,0.010054,-0.009039,0.015561,0.014044,0.026295,-0.002366,-0.001923,0.004298,0.003322,0.000052,-0.01963,-0.005083,-0.031913,-0.001261,0.004749,-0.02294,0.016387,0.011943,0.06488,-0.004338,-0.01653,-0.00264,-0.036472,0.024963,-0.015601,0.006026,-0.024073,0.014317,0.028512,0.015581,0.003925,-0.001743,-0.02806,0.005933,-0.039704,-0.019348,0.026094,-0.035351,0.004254,0.000922,-0.006843,-0.000475,0.0232,0.001698,0.006369,-0.016773,-0.005373,-0.004125,-0.008165,0.781695,-0.013761,-0.030583,-0.00557,0.009368,-0.041253,-0.02245,-0.026678,-0.015482,0.007882,0.01339,-0.008198,0.022148,0.013606,0.023306,0.001191,0.033732,-0.021302,-0.002753,0.006914,-0.014443,-0.013497,0.02443,0.005352,-0.02311,0.045346,0.009139,-0.001624,0.03845,-0.009028,-0.03585,-0.030783,0.000643,-0.056366,-0.016836,0.0002,-0.01744,-0.018526,0.012427,-0.105953,0.008237,0.00373,0.010825,-0.01195,0.00508,-0.030544,0.025693,0.000919,0.000288,-0.01757,0.018886,-0.006901,0.012208,0.041547,-0.013532,-0.005333,0.00833,-0.046959,-0.020142,0.021317,0.007421,-0.027154,0.007235,0.081109,0.027959,0.072714,-0.003952,-0.012446,0.029008,0.019347,0.024658,-0.105153,-0.008704,0.00458,0.032548,-0.020461,0.016749,-0.018831,0.023505,-0.005171,-0.007553,-0.076421,0.001319,0.006108,-0.013758,-0.043186,-0.011363,-0.018681,0.022972,-0.028026,-0.054013,0.032233,-0.008335,-0.036799,0.039017,-0.004842,-0.008203,-0.009254,0.009513,0.00308,0.03623,0.026506,0.019129,-0.013087,-0.070543,-0.009487,0.014589,-0.007921,0.006264,-0.000518,0.024091,0.021351,-0.019326,-0.007522,-0.016403,-0.009373,0.034939,0.014601,0.013254,0.023924,0.017427,0.005967,0.001577,-0.019533,0.04035,-0.022794,-0.051703,0.010014,0.031518,0.000745,0.031303,-0.000859,-0.04021,0.042257,-0.002052,-0.003319,-0.023786,0.007575,0.005333,-0.001761,0.00654,-0.003026,0.000385,0.005285,0.02431,0.018871,0.002488,0.023725,-0.009507,0.021147,0.024387,0.145568,0.005873,-0.006005,0.020599,-0.033223,-0.026951,0.015802,-0.036436,-0.023824,0.037864,-0.008559,-0.003816,0.050796,0.031314,-0.009309,0.016841,0.03355,0.030425,-0.003472,0.004373,-0.017569,0.037735,-0.283609,-0.005047,-0.022762,0.029566,0.002659,-0.021168,0.034712,-0.02596,-0.0059,-0.026919,-0.005072,0.001881,-0.050915,-0.018358,-0.014804,-0.040131,0.033948,-0.019795,-0.009877,0.023008,0.036488,0.093587,-0.018877,0.142474,0.00896,0.012139,-0.009297,0.02429,0.010247,-0.012317,0.008421,0.044898,0.002837,-0.016634,-0.041666,-0.010953,-0.004002,0.038133,-0.015035,0.021634,0.026039,-0.03031,-0.006251,-0.007089,0.002417,-0.005664,0.020081,0.00485,-0.000008,-0.00386,0.020034,-0.014176,-0.013197,-0.023529,0.07186,-0.00623,-0.017883,0.021024,-0.042042,-0.014265,0.03723,0.00982,-0.029418,-0.034695,-0.004989,0.000816,0.014549,-0.026859,-0.000194,0.039824,0.030363,-0.020984,0.028825,0.032092,0.047096,0.192441,-0.001031,0.018031,0.015438,0.029961,-0.009306,0.009743,-0.022547,-0.000938,-0.015717,0.021731,-0.002657,-0.003719,0.057948,-0.032465,-0.009389,0.074732,-0.016049,0.004402,-0.041057,0.02917,0.030405,-0.007658,-0.010527,0.034838,-0.001642,-0.013475,0.008804,0.049105,-0.003471,0.027468,0.025071,0.033537,-0.008398,0.002107,-0.005437,0.0173,-0.046187,0.016512,-0.013664,0.021839,-0.04731,0.004829,-0.005628,0.034359,0.003208,-0.026371,-0.008178,0.016301,0.022179,0.015642,0.000806,-0.005372,0.001941,0.006578,0.004395,0.000088,0.00566,-0.022363,0.017849,0.019622,0.001393,-0.015101,0.023238,-0.002154,-0.044128,-0.145563,-0.002688,-0.00555,-0.022992,0.011391,-0.001374,0.000092,-0.038326,0.019144,-0.017683,-0.018797,0.023914,-0.003338,0.01758,0.030914,-0.012523,0.02678,0.020048,-0.008851,0.009572,0.006048,0.009225,0.002065,-0.030939,0.002136,-0.019007,0.001015,-0.022068,0.049673,-0.010302,0.007614,-0.019421,0.001392,0.006904,0.010874,0.05059,0.022555,0.021682,-0.019342,0.02172,0.000716,0.025603,-0.003715,0.007348,-0.025437,0.02369,-0.016985,-0.020846,-0.013449,0.037692,0.009254,0.033445,0.001378,0.102375,0.029113,-0.056647,0.024688,-0.006845,-0.016692,0.001245,0.044579,-0.002841,0.000543,0.010008,0.004922,0.013326,0.004735,-0.035112,-0.051073,-0.021679,-0.012124,-0.049113,-0.009514,-0.03345,0.002233,-0.019365,0.000765,0.019377,-0.010745,0.02118,-0.045632,0.008278,-0.013558,-0.018547,0.034499,0.04477,-0.010844,0.015999,-0.019005,-0.016961,-0.01704,-0.019218,0.019352,-0.033148,-0.005593,0.006915,-0.021211,0.018455,0.045028,0.018363,0.035347,-0.020379,0.03736,0.03107,-0.053748,-0.011279,-0.017724,0.03041,-0.019547,-0.03668,-0.013372,-0.025022,0.002991,0.018802,0.001775,-0.015681,-0.021811,-0.029851,0.090674,-0.005949,0.02006,0.000549,-0.024363,0.004342,0.041431,0.01606,-0.023459,0.016285,-0.009745,-0.018386,-0.018636,0.030524,-0.006553,-0.014059,0.002939,0.009742,0.024015,-0.033168,0.102865,0.023307,0.00779,-0.019154,-0.015386,-0.007335,0.019918,0.01975,0.016733,0.027692,-0.001852,0.071112,-0.019041,-0.015582,0.000757,0.045085,0.00301,-0.014007,0.003201,-0.004843,0.028562,-0.040247,-0.006986,-0.009652,-0.008789,0.013058,0.001089,-0.001962,-0.000932,0.071598,-0.009301,0.020972,0.039122,-0.027857,0.020453,0.022276,0.007938,0.011797,-0.023421,-0.012585,0.01485,0.008534,-0.004987,-0.009446,-0.033635,-0.027646,-0.007662,0.007566,-0.023055,0.046951,-0.021875,0.001452,0.022727,0.019685,0.022478,-0.01237,0.020728,-0.020733,0.014944,0.001835,0.698025,-0.024186,0.038716,0.010226,-0.006162,-0.003792,0.047672,-0.006663,0.01704,-0.007147,0.018018,0.02218,0.028924,-0.006919,0.003674,-0.02153,-0.009537,-0.034581,-0.001847,-0.021183,-0.020932,-0.027803,0.03032,0.01159,0.007251,0.041367,-0.012067,-0.009312,0.00571,0.03508,0.009552,-0.015361,-0.025275,0.006469,-0.017685,0.008364,-0.00086,-0.01258,0.031525,-0.053128,0.004585,0.018105,0.024035,0.01433,0.060711,-0.045278,0.011407,0.010964,0.00272,-0.016188,0.020165,0.017036,0.017962,0.066003,-0.015639,0.000077,-0.000241,-0.034105,0.010339,-0.001689,0.018058,-0.037356,-0.00682,0.042225,0.020931,0.039204,0.005284,-0.013859,-0.00461,0.028914,0.017176,-0.055678,0.017242,0.008945,0.000572,-0.018678,0.015136,-0.036495,-0.008163,0.004344,0.012109,-0.097624,0.009799,-0.003669,-0.012707,-0.025282,-0.048489,0.012396,0.021031,-0.00775,-0.043664,0.039109,0.016571,-0.008176,0.019515,0.014106,-0.028621,0.009782,0.011828,0.0057,0.015637,-0.015834,0.007545,0.023388,-0.051936,-0.016267,0.023654,-0.004248,-0.028594,0.020821,0.024524,0.018787,-0.033189,-0.027208,-0.02469,-0.023907,0.018712,-0.000266,0.010412,0.025467,0.003413,-0.012801,-0.005611,-0.018978,0.040321,-0.013026,-0.020092,0.01969,0.031222,0.001392,0.00366,0.006779,-0.000356,0.014094,-0.011983,-0.015479,-0.021708,0.02333,-0.001139,0.024944,0.021666,0.008466,-0.01203,-0.004445,0.007623,0.012774,0.028657,0.021228,0.003955,0.002438,0.004286,0.188067,0.012993,-0.009068,0.012703,-0.010582,0.009347,-0.025084,-0.01004,-0.04133,0.015635,0.005962,0.005143,0.023548,0.016771,-0.017539,0.083793,0.004561,0.006314,-0.01643,-0.013644,-0.018876,0.020641,-0.217573,-0.005058,-0.015993,0.00601,0.020261,0.002887,-0.002306,-0.007952,-0.014083,-0.022782,-0.008477,-0.015657,-0.053552,-0.026216,-0.038586,-0.02058,0.032751,0.011954,-0.022379,0.002121,0.033662,0.084157,-0.029526,0.114086,0.028184,-0.002984,-0.001032,0.018903,0.024737,0.010187,0.021974,0.051239,-0.010768,-0.050032,-0.01113,0.00977,-0.006125,0.03461,-0.035312,0.013308,0.000256,0.015355,-0.010214,-0.005011,0.000882,-0.027743,0.022753,-0.028655,-0.016267,-0.003924,0.023649,0.009963,0.001361,-0.027263,0.053422,-0.00134,-0.017202,-0.006239,-0.046374,0.013287,0.006574,0.020475,0.011205,-0.021165,-0.037745,0.010949,-0.010922,-0.015157,0.000046,0.011181,0.005417,-0.030197,-0.015774,-0.005556,0.058637,0.111581,0.019005,0.01918,0.002079,0.009474,-0.011057,-0.000405,-0.002568,-0.011798,-0.012741,0.027146,0.01443,-0.007811,0.017214,-0.011231,-0.050671,0.03724,0.00712,-0.01883,-0.028722,0.01714,0.017352,0.013784,-0.001099,-0.008894,-0.027496,-0.016642,0.006088,0.035904,0.037929,0.020957,0.010794,0.021005,-0.000996,0.00015,-0.025344,0.035786,-0.003054,0.010744,-0.00076,0.019269,-0.025635,0.006317,-0.025276,0.045488,0.000342,-0.023541,0.007777,0.027879,0.000396,0.028578,0.002025,-0.000222,-0.011453,0.017038,0.027574,-0.023874,0.047001,-0.002735,-0.016889,0.011764,-0.016473,-0.034415,-0.013824,-0.000012,-0.045233,-0.132287,-0.004337,-0.033455,-0.005777,0.03267,-0.032986,0.002336,-0.064156,0.045666,-0.01205,0.010496,0.02107,0.007078,0.029629,0.003455,-0.016873,0.041052,0.022324,0.008251,0.006571,-0.018788,-0.000287,0.003686,-0.026762,-0.006451,-0.061404,0.007393,-0.009267,0.010036,0.00382,0.010953,-0.042423,-0.012477,0.007571,0.034922,0.032242,-0.01467,0.003472,-0.029771,0.006702,0.006902,-0.012893,-0.012019,0.009004,0.005846,-0.004057,0.008752,-0.034399,-0.035298,0.021689,0.004428,0.032983,-0.004094,0.067327,0.024541,-0.026567,0.032096,0.003041,-0.008754,-0.032587,0.067892,-0.015825,-0.019391,-0.023644,-0.001047,-0.005081,-0.029421,-0.013318,-0.041485,-0.027084,-0.002916,-0.012822,-0.011417,-0.018564,-0.017383,-0.015488,-0.000436,-0.01221,0.010514,0.044735,-0.020521,0.026868,-0.034054,-0.002722,0.008225,0.021263,-0.02276,0.018985,-0.014516,-0.007696,0.006811,-0.034164,0.000286,-0.001567,0.003513,0.03047,-0.007916,0.001581,0.049435,0.029092,0.033453,-0.031492,0.017095,0.013298,-0.012054,-0.008039,-0.010758,-0.002664,-0.04956,-0.020514,-0.009412,-0.01486,-0.013354,0.025868,-0.01452,0.041375,-0.011779,0.000561,0.112258,0.014593,-0.013314,-0.015227,-0.013575,-0.005459,0.045417,0.028579,-0.039462,0.005116,-0.005637,-0.003074,-0.0307,0.075237,0.054509,-0.026617,0.008364,-0.024134,0.02274,-0.003785,0.011702,0.036215,-0.023814,-0.007466,-0.001506,-0.00064,0.008008,-0.001698,0.026913,-0.0003,0.008172,0.04069,-0.01229,-0.005537,-0.004016,0.039781,0.021138,-0.015427,0.027754,0.00159,0.018969,-0.013291,-0.03125,-0.024288,-0.004713,0.018067,0.00869,0.04906,-0.002396,0.042805,-0.007215,-0.010058,0.017382,-0.022706,-0.000671,0.005039,0.040382,-0.030355,-0.009449,-0.009085,0.029153,-0.015526,0.00897,-0.028472,-0.020543,-0.036693,-0.002424,0.028274,-0.025273,0.023316,-0.005319,-0.012998,0.019547,0.013528,0.011232,-0.018567,-0.024615,-0.006357,-0.005712,-0.001496,0.755093,-0.022543,0.015371,-0.024991,0.042521,-0.016936,-0.004345,0.005651,-0.001319,-0.003375,0.027717,-0.009916,0.01729,0.007256,0.02334,0.003783,0.01195,-0.010968,0.004394,-0.018056,-0.009867,-0.030079,0.033101,0.006014,0.005443,0.042863,-0.006024,-0.021555,0.010667,0.040032,-0.024648,-0.01088,-0.010858,-0.021633,-0.022499,0.016225,-0.022157,-0.008461,0.014119,-0.092831,-0.002679,0.020265,0.007065,-0.005963,0.00987,-0.005072,0.008412,0.010153,0.025976,-0.016212,0.016997,0.000521,0.01154,0.076209,-0.026448,-0.012049,0.008876,-0.016592,-0.030352,0.007673,0.007251,-0.028408,-0.01096,0.077321,0.015434,0.07374,-0.014587,-0.025595,-0.009699,0.015005,0.043897,-0.073481,0.024874,0.00489,0.004362,0.003632,0.007604,-0.040168,0.026144,0.010661,0.041509,-0.053636,-0.005716,-0.022864,-0.003527,-0.014453,-0.023517,-0.004003,0.01599,-0.01776,-0.058339,-0.006153,-0.002472,-0.005339,0.025905,-0.00615,-0.013863,-0.009975,0.017567,-0.012811,0.020168,0.011575,-0.000554,0.032095,-0.059733,-0.046707,0.009168,-0.00974,-0.006155,0.056596,0.038482,-0.00669,0.004645,0.001233,-0.024658,-0.006371,-0.006737,-0.024036,0.02088,0.032737,0.04708,0.000083,-0.011521,-0.026893,0.062352,-0.012873,-0.029047,0.044997,0.023199,-0.018833,0.001909,0.025762,-0.012702,-0.001535,-0.028715,-0.002074,-0.005119,0.050941,0.005537,0.020719,-0.002953,-0.013851,0.009478,0.012159,-0.0092,0.012491,0.021455,-0.001515,0.03028,0.011642,0.002987,0.199868,0.004002,-0.037708,-0.010431,-0.023476,0.022094,-0.003842,-0.011617,0.005848,0.013624,-0.003503,0.007219,0.008561,0.024557,-0.02027,0.047871,-0.008673,0.021613,-0.003764,-0.012728,-0.017451,0.019039,-0.20475,-0.009449,-0.019408,0.012411,0.011782,0.009533,0.006511,0.001515,-0.023398,-0.021742,-0.005643,-0.040901,-0.026529,-0.0087,-0.040089,-0.026405,0.042011,-0.006227,-0.012161,0.001741,0.029488,0.075614,0.005792,0.10077,0.032183,0.004874,0.030105,0.022096,0.002411,-0.006982,0.027277,0.018306,-0.000069,-0.03681,-0.022258,-0.011436,-0.003996,0.027106,-0.032249,0.012864,0.026105,-0.01939,-0.035736,0.001196,0.001205,-0.006388,-0.000751,-0.031459,0.016073,-0.005754,0.01881,-0.000775,-0.015299,-0.006456,0.033147,0.027239,-0.011167,0.008679,-0.021486,0.037463,0.034386,0.015919,0.004035,-0.017622,-0.031353,0.010778,-0.008429,-0.011611,0.004688,0.000086,-0.000958,-0.027766,-0.015596,0.005482,0.07078,0.143031,-0.00582,0.003141,0.019113,-0.0103,-0.014998,-0.008182,0.005955,-0.037129,-0.021992,-0.005612,0.013597,0.010773,-0.003194,-0.006455,-0.058446,0.026195,-0.007338,0.000648,-0.032674,0.022686,0.038589,0.032113,0.00596,0.005205,-0.031735,-0.013759,0.007982,0.013411,0.015987,0.028615,0.02365,0.039702,0.024857,-0.017229,-0.028135,0.032382,-0.036896,-0.002262,-0.002872,0.01803,-0.035218,0.003169,-0.045828,0.044922,0.004931,-0.0246,0.000975,0.015242,-0.01267,0.002756,-0.005923,-0.005911,-0.029207,0.024324,0.002694,-0.006792,0.036325,-0.020658,-0.005357,-0.007682,-0.010415,-0.020464,-0.01346,-0.012784,-0.042358,-0.195626,-0.006026,0.009255,-0.010042,0.009797,-0.010035,0.024412,-0.069675,0.055596,0.017999,-0.01691,0.001713,-0.017968,0.025769,0.021951,-0.019427,0.073087,0.02344,-0.007926,0.020165,0.007439,-0.018156,-0.008318,-0.035562,-0.031905,-0.028986,-0.003722,-0.013966,0.003697,-0.021434,-0.013593,-0.037414,-0.016989,-0.003277,0.010623,-0.02811,-0.019452,-0.016722,-0.01976,0.001543,-0.008634,-0.014464,-0.019079,0.022194,-0.035404,0.022698,0.002508,-0.044585,-0.049395,0.02809,0.003657,0.004897,-0.002761,0.09206,0.030335,-0.025904,0.041151,-0.009119,-0.017909,-0.015381,0.030983,0.007956,0.012878,-0.034155,-0.01805,0.003204,-0.049301,-0.015411,-0.046143,-0.034458,-0.0165,-0.012224,0.007999,-0.013401,-0.007712,0.026564,-0.015993,-0.013417,0.037986,0.03889,-0.014793,0.007737,-0.031345,-0.029128,0.006733,0.049815,-0.015037,0.013341,-0.02444,0.019102,-0.018867,-0.038024,-0.013904,0.002905,-0.00749,0.021264,-0.008027,0.014203,0.027029,0.014845,0.051214,-0.007842,0.002934,0.01332,-0.025278,-0.011491,-0.049903,0.021494,-0.03886,-0.023624,0.044214,-0.020032,-0.003238,0.022601,-0.022042,0.061807,0.010872,0.005563,0.104426,-0.033158,0.007241,-0.011168,-0.044211,0.011064,0.058646,0.03674,-0.028904,0.045206,-0.003364,-0.016741,-0.022041,0.03132,0.018357,0.011155,0.005031,-0.002435,0.017705,-0.009042,0.052588,0.020688,-0.019699,-0.020077,-0.016567,-0.006113,-0.008637,0.008785,0.016605,-0.027691,0.028298,0.028431,-0.030572,-0.003254,0.020446,0.021477,-0.00346,0.015672,-0.005994,-0.02606,0.009444,-0.011004,-0.00574,-0.001338,0.010215,0.029803,0.015605,-0.01516,-0.013259,0.107429,0.007099,-0.010568,0.030418,-0.024976,-0.008617,-0.004559,0.036544,-0.019237,0.009541,-0.024157,0.020838,0.011633,-0.001619,-0.037564,0.013566,-0.047303,-0.004316,0.029222,-0.052224,0.010764,-0.047633,-0.023755,0.030205,0.022448,0.021525,-0.038606,0.003774,-0.006634,0.00344,0.000815,0.717516,-0.015251,0.010412,-0.005453,0.040602,-0.020979,0.030008,0.006619,0.011043,-0.007821,-0.01443,-0.023684,-0.011966,0.033479,-0.005113,-0.002988,0.017277,-0.015994,0.017272,-0.003588,-0.020056,-0.043024,0.028711,0.021337,0.008844,0.024025,-0.009632,-0.027671,-0.003169,0.030158,-0.020878,-0.005537,-0.039529,-0.050698,-0.000545,0.031664,-0.00488,-0.005405,0.007815,-0.072033,-0.007956,0.019813,0.032208,-0.014213,0.027133,-0.026425,-0.008456,0.021749,0.045323,-0.006597,0.007616,-0.001868,0.01975,0.053985,-0.015955,-0.00284,0.002081,-0.017467,-0.008115,0.001644,0.023123,0.010315,-0.036164,0.088851,0.035076,0.041778,0.012492,-0.008324,0.010621,0.01369,0.038257,-0.088619,0.006072,0.045303,0.002179,-0.010123,0.022223,-0.035187,-0.007173,0.015418,0.009527,-0.062476,0.022854,-0.013702,-0.013991,-0.006101,-0.044321,-0.005493,0.035627,-0.022316,-0.048499,-0.010526,0.001487,-0.000406,0.002976,0.016983,-0.01292,0.047596,0.00678,0.005763,0.021058,0.003523,-0.018229,0.004985,-0.030902,0.011555,0.010027,-0.004775,-0.021247,-0.007061,0.037877,-0.012028,-0.024047,-0.047642,-0.006541,-0.019764,0.006973,0.000223,0.035476,-0.00235,0.035221,-0.016724,0.013636,-0.010703,0.028102,-0.024771,-0.040722,0.029946,0.036589,-0.041618,-0.01467,0.004692,-0.00541,-0.001397,-0.009877,-0.020682,-0.006209,0.013022,0.001242,0.034636,0.009354,0.008226,0.020469,-0.003425,-0.008341,-0.000554,0.031912,0.033021,-0.015785,-0.013627,0.009461,0.16631,0.006265,0.010827,0.016276,-0.008339,0.012857,-0.029548,-0.015156,-0.032073,0.039219,0.010821,0.009085,-0.002188,-0.011072,-0.004394,0.087593,-0.010584,0.01644,-0.017955,-0.005724,0.000189,0.022019,-0.167667,-0.015801,-0.03084,0.004153,0.01361,-0.005536,-0.004718,-0.015601,-0.003759,-0.029242,-0.003326,0.004247,-0.030851,-0.015943,-0.030142,-0.033604,0.039128,0.003957,-0.005449,-0.004857,0.038493,0.078892,-0.018391,0.096434,0.025354,0.009723,0.013604,0.012396,0.023903,0.008905,0.008454,0.014709,-0.004903,-0.024495,-0.002313,-0.015293,0.004085,0.029483,-0.0524,0.012516,0.010518,0.017955,-0.008439,0.006121,0.000491,-0.008951,-0.000485,-0.01662,-0.008295,-0.002681,0.026639,0.009378,-0.003785,-0.038799,0.045989,0.001055,-0.018995,-0.017671,-0.033567,0.00969,0.001023,0.031292,0.010016,-0.011092,-0.03336,0.014152,-0.015406,-0.016107,-0.002823,0.015332,0.009929,-0.014205,0.025483,0.008353,0.046836,0.094596,0.021012,0.019707,-0.002118,0.022363,-0.007008,0.020592,-0.008442,-0.016524,-0.010331,-0.009008,0.001685,-0.004678,0.018147,-0.006426,-0.026983,0.003947,-0.004912,-0.01189,-0.036968,0.023092,0.007161,-0.005401,0.012723,-0.008431,-0.041326,0.011913,0.013731,0.042081,0.033776,0.026,0.023177,0.027976,0.008312,-0.001343,0.006598,0.033238,0.00037,0.01459,0.000643,0.031545,-0.026175,-0.019774,-0.018775,0.052179,-0.009543,-0.03924,-0.017784,0.026286,-0.00477,0.025363,-0.01659,-0.0042,-0.016953,0.025075,0.034696,-0.011496,0.013754,-0.01586,-0.014174,-0.034626,-0.01506,-0.040492,-0.042167,0.011171,-0.040973,-0.113945,0.009009,-0.008446,-0.013497,0.014515,-0.021259,0.017236,-0.098416,0.027605,0.005564,-0.002689,0.013814,0.012727,0.028963,-0.000664,-0.00287,0.037065,0.021885,0.005244,0.011338,-0.014984,-0.033387,-0.002722,-0.025104,-0.005954,-0.0331,0.003123,-0.025726,0.028826,0.016572,0.000579,-0.041802,-0.030619,-0.007181,0.02781,0.019754,-0.011401,0.006771,-0.007822,0.024825,0.015385,-0.005734,-0.035139,0.028584,-0.007514,0.021575,-0.01235,-0.01595,-0.044663,0.011986,0.020924,0.014305,0.000463,0.075588,0.019723,0.001161,0.029732,0.006724,-0.008125,-0.015556,0.054239,-0.012386,0.01109,-0.030779,0.002154,-0.000401,-0.047135,0.000267,-0.051747,-0.0249,-0.005911,-0.03849,0.00546,-0.021702,0.002997,0.000395,0.00551,0.00967,0.024176,0.041821,-0.022144,-0.037569,-0.040365,-0.019623,0.006,0.009962,-0.010488,-0.010707,-0.015557,0.011831,-0.011206,-0.031071,-0.002709,-0.000414,-0.012338,0.015755,-0.027847,-0.005887,0.024838,0.015664,0.025239,-0.015621,0.023741,-0.0063,-0.008041,0.016467,-0.037903,0.004748,-0.004171,-0.009945,0.007712,-0.012676,-0.017852,0.029677,-0.00476,0.037911,-0.012891,0.004786,0.113052,0.00532,0.033105,-0.011616,-0.014068,0.004684,0.036631,0.031724,-0.039759,-0.019814,0.011164,-0.018305,-0.017622,0.051043,0.101534,-0.027441,-0.009192,-0.031135,0.029874,-0.018751,0.090429,0.034729,0.008054,-0.020701,0.011587,0.002587,0.009779,0.010847,0.012388,-0.013272,0.013035,0.027869,0.021933,-0.014199,0.026367,0.033924,-0.011391,-0.008777,-0.006301,-0.007204,0.001899,-0.02918,-0.032028,-0.024592,0.005654,0.019458,-0.007473,0.009106,-0.01098,0.081783,-0.009902,-0.001566,0.009436,-0.019895,0.015805,0.004436,0.03003,-0.01261,-0.000252,-0.010886,0.025359,-0.005654,0.005083,-0.01886,0.000261,-0.034189,0.007055,0.025122,-0.013485,-0.001243,0.001455,0.007398,0.019524,0.009162,0.003617,-0.01178,-0.034272,-0.02056,-0.007355,0.023652,0.773328,-0.016017,0.018217,-0.002447,0.023247,-0.005801,0.017702,0.007388,0.000724,-0.006415,0.030101,-0.005714,0.014425,0.002139,0.028426,-0.004411,0.012778,-0.030262,0.037894,-0.027903,0.00026,-0.007148,0.038613,0.049343,0.007481,0.064862,-0.011218,-0.031507,0.00774,0.029094,-0.02003,0.000828,-0.028357,-0.002182,-0.007426,0.022729,-0.031786,-0.015087,0.012012,-0.094775,-0.004363,0.012477,0.005715,-0.006984,0.007185,0.0027,0.028952,-0.002774,0.025175,-0.019148,0.001135,-0.018789,-0.000889,0.066671,0.003583,-0.001729,0.007844,-0.026524,-0.018835,0.011,0.003128,-0.010539,-0.005653,0.072945,0.01839,0.062424,-0.026505,-0.012101,-0.004479,0.019273,0.02642,-0.058831,0.017758,0.009189,-0.013867,-0.018244,0.002205,-0.017832,-0.000687,0.014711,0.005547,-0.098889,0.003049,-0.002452,-0.010003,-0.013986,-0.035571,0.011039,0.026382,-0.015905,-0.03526,0.032638,0.00073,-0.003156,0.006254,0.017528,-0.029475,0.009466,0.017009,-0.01624,0.022248,-0.016709,-0.007563,0.02079,-0.056432,-0.016022,0.022296,-0.00358,-0.025939,0.004403,0.04142,0.018035,-0.025026,-0.024312,-0.012158,-0.026493,0.008933,-0.005718,0.014563,0.021131,0.005759,-0.009199,-0.00646,-0.016531,0.032543,-0.002423,-0.00871,0.01486,0.012484,0.004779,-0.014397,0.010388,-0.002675,0.028366,-0.014251,-0.008459,-0.01495,0.018203,-0.004,0.015944,0.018521,0.00947,0.009446,0.002441,-0.007846,0.010844,0.021145,0.028734,0.016296,0.009539,0.016013,0.196973,0.010927,-0.00932,-0.003036,-0.003458,0.007974,-0.020429,-0.00556,-0.047406,0.017097,-0.001819,0.008396,0.023288,0.003763,-0.024509,0.088552,-0.007808,0.020021,-0.009926,-0.012466,-0.026806,0.042174,-0.209205,-0.007292,-0.020636,0.018856,0.026087,0.009478,0.017716,-0.006284,-0.000762,-0.024603,-0.015821,-0.027359,-0.039878,-0.018058,-0.062836,-0.028799,0.034635,-0.006028,-0.026223,0.006196,0.036167,0.080689,-0.0081,0.105082,0.021559,-0.002276,0.020068,0.007091,0.022708,0.004494,0.024374,0.032046,-0.000329,-0.053301,-0.015157,0.006422,-0.003437,0.027696,-0.044564,0.00482,-0.003834,0.021036,0.001111,-0.013362,0.021072,-0.029918,0.012292,-0.03378,-0.020745,-0.005549,0.023368,0.004334,0.005404,-0.015382,0.055083,0.008983,-0.022029,-0.016365,-0.034315,0.00732,0.010609,0.008021,0.013145,-0.00438,-0.036664,0.010779,-0.007266,-0.016889,0.006613,0.003779,-0.001542,-0.022816,0.009076,0.001071,0.061507,0.117712,0.009549,0.018134,0.005694,0.011437,-0.000993,0.009312,0.00709,0.011753,-0.003131,0.027887,0.008547,0.001695,0.032208,-0.015105,-0.058926,0.052457,0.006286,-0.007515,-0.03484,0.017058,0.011305,0.011041,-0.008352,0.007472,-0.028848,-0.014247,0.004912,0.016769,0.026214,0.025709,0.024716,0.006699,-0.002547,0.002743,0.003609,0.013956,-0.006526,0.012727,0.004788,0.013586,-0.020236,-0.003319,-0.019588,0.041555,-0.003023,-0.025668,0.01776,0.019795,0.012039,0.036823,-0.002619,-0.003142,-0.014935,0.003633,0.016395,-0.007193,0.034891,-0.009208,-0.017023,-0.009575,-0.020312,-0.03826,-0.010761,-0.01616,-0.028514,-0.154871,-0.006703,-0.015494,-0.015424,0.023418,-0.029764,0.002747,-0.060055,0.040073,0.004544,-0.020986,0.021854,-0.008424,0.030246,0.001515,-0.00904,0.032347,0.022751,0.010328,0.007236,-0.000185,-0.003071,0.006461,-0.029508,-0.007885,-0.053908,0.020378,0.001717,0.024812,0.012202,0.017643,-0.043331,-0.010178,-0.016738,0.021251,0.021556,-0.020666,0.003668,-0.012611,0.007348,0.016081,-0.01707,-0.001474,0.01274,0.004708,-0.000235,0.015326,-0.03682,-0.043526,0.016228,0.004318,0.022304,-0.003958,0.060022,0.010788,-0.027879,0.018393,-0.007751,-0.003164,-0.042552,0.049629,-0.028128,-0.024377,-0.022129,0.009142,-0.011836,-0.028198,-0.027385,-0.042734,-0.030229,-0.006989,-0.028877,-0.016662,-0.014439,0.012251,-0.019873,-0.003685,-0.001558,0.014382,0.043741,-0.016474,0.008782,-0.027096,-0.003498,-0.009242,0.016663,-0.029223,0.012909,-0.02625,0.001148,0.01352,-0.030957,-0.003231,0.000659,-0.00836,0.018448,-0.003725,-0.000727,0.050758,0.02606,0.02779,-0.039188,0.013988,0.008387,-0.008758,0.010496,-0.035479,0.001618,-0.044086,-0.011759,-0.003078,-0.008944,-0.004391,0.011275,-0.019885,0.0253,-0.000683,-0.006311,0.107727,0.014615,-0.030941,-0.009248,-0.01535,-0.00439,0.051641,0.025877,-0.041652,-0.007172,-0.009494,0.002134,-0.030842,0.065683,0.0594,-0.013547,0.024803,-0.036472,0.025953,-0.009136,0.03349,0.032499,-0.019569,-0.004617,0.002304,0.002196,0.018219,-0.004864,0.019205,-0.000179,0.001572,0.024126,-0.014645,0.003367,0.007362,0.026943,0.023702,-0.011137,0.026953,0.007692,0.025597,-0.012271,-0.03404,-0.027947,-0.006174,0.001404,-0.000382,0.038081,0.00927,0.066298,-0.002997,-0.013991,0.004152,-0.026593,-0.012414,0.011076,0.019639,-0.017906,-0.008758,-0.008472,0.005968,0.003127,0.01299,-0.037927,-0.019698,-0.033667,0.008353,0.011904,-0.027212,0.017567,0.010207,-0.010312,0.01392,0.015192,0.009764,-0.022754,-0.019832,-0.004348,0.011868,-0.007378,0.762882,-0.023992,0.016096,-0.024965,0.039077,-0.015624,0.00042,0.003771,0.003322,-0.006564,0.012267,-0.014688,0.004154,-0.002073,0.022326,-0.000025,-0.00292,-0.01403,-0.003528,-0.020865,-0.001083,-0.017375,0.018906,0.021729,0.001788,0.034952,-0.006069,-0.021883,0.027777,0.043445,-0.031501,-0.00283,-0.007069,-0.000236,-0.017014,0.013298,-0.021423,-0.000679,0.011163,-0.092951,0.006938,0.019898,0.011338,0.012253,0.005629,0.002022,0.000318,0.007769,0.026286,-0.028912,0.01239,-0.007667,-0.004776,0.060485,-0.043033,-0.016665,0.003621,-0.003549,-0.022164,0.000301,0.006972,-0.018159,-0.005234,0.079494,0.035599,0.081089,-0.01773,-0.036371,0.0072,0.004916,0.046056,-0.05969,0.013575,0.014596,-0.014303,-0.026665,-0.000688,-0.00597,0.006717,0.001777,0.002141,-0.11651,0.00588,0.006883,0.000468,-0.012688,-0.034607,0.004956,0.029863,-0.015753,-0.016656,0.02427,-0.013969,0.000381,0.010536,0.006305,-0.054892,0.002515,0.028067,-0.033089,0.028803,-0.004863,-0.009197,0.02455,-0.051014,-0.024172,0.031383,-0.001128,-0.020648,-0.021088,0.042026,0.029753,-0.028722,-0.032654,-0.009786,0.000405,0.012656,-0.010396,0.02036,0.029382,0.037432,-0.015369,-0.011645,-0.014602,0.043055,0.000747,0.000129,0.015178,0.013784,0.015135,-0.031803,-0.002866,-0.007538,0.014415,-0.02268,-0.005239,-0.03023,0.027097,-0.001268,0.012305,0.024323,0.007841,-0.000883,0.011643,-0.013931,0.007567,0.031707,0.037765,0.003128,0.012818,0.018612,0.203052,0.015763,-0.01736,-0.008631,-0.002602,-0.004752,-0.023021,-0.011456,-0.045445,0.01786,-0.008734,0.007792,0.034001,-0.006019,-0.006527,0.069159,-0.014271,0.004408,-0.013368,-0.006764,-0.024569,0.034789,-0.257751,-0.007231,-0.03118,0.02396,0.022247,-0.012192,0.016373,-0.003011,0.001387,-0.027967,-0.016721,-0.037934,-0.027878,-0.007982,-0.089897,-0.047018,0.028185,-0.004899,-0.018605,0.020318,0.03053,0.096086,-0.019211,0.094241,0.031528,0.002474,0.020676,0.008883,0.001647,0.003423,0.031545,0.02379,0.007361,-0.043484,-0.010859,0.007454,-0.004737,0.037444,-0.046636,-0.002297,0.013546,0.012735,-0.006964,-0.016316,0.02705,-0.015685,0.019608,-0.040977,-0.01846,-0.018517,0.020114,-0.001438,-0.013995,-0.028224,0.063257,0.005913,-0.020103,-0.007811,-0.034538,0.011044,0.003132,0.010425,0.019733,-0.003496,-0.032055,0.026887,0.001719,-0.007744,0.02166,0.008648,0.005301,-0.028927,0.018085,-0.000504,0.073944,0.119237,0.028157,0.036391,0.005786,0.012812,0.010665,0.018106,0.001751,0.002351,-0.013772,0.023221,0.009283,0.001644,0.013087,-0.019195,-0.068036,0.027188,0.001741,-0.012024,-0.042089,0.013091,0.02024,0.02834,-0.02085,-0.00102,-0.038321,-0.030851,-0.003691,0.006799,0.018204,0.004825,0.015204,0.010024,-0.007013,0.007839,0.006593,-0.001947,-0.014041,0.000204,0.016259,0.017109,-0.03264,0.001737,-0.022405,0.031184,-0.013206,-0.03181,0.026835,0.014261,0.007431,0.053761,-0.004609,0.001734,-0.018318,0.008198,0.023936,-0.009881,0.039841,0.000897,-0.030495,-0.009086,-0.008764,-0.02972,-0.018529,-0.012144,-0.043115,-0.171175,-0.010669,0.013595,-0.013534,0.023115,-0.021807,-0.008049,-0.071746,0.042365,0.003521,-0.025265,0.004691,0.006738,0.026362,0.01361,-0.013304,0.010402,0.011689,0.006091,0.014137,0.000146,-0.008107,0.019583,-0.047616,-0.01601,-0.043572,0.021621,-0.031155,0.024013,0.022329,0.03082,-0.044716,-0.004605,-0.027575,0.026236,0.029685,-0.038166,0.003485,0.00107,0.021522,0.01896,-0.003839,0.011816,0.015229,0.005238,-0.001167,0.018257,-0.03408,-0.035628,0.007181,0.002761,0.01709,-0.008251,0.075218,0.003691,-0.027851,0.018227,-0.033992,-0.00295,-0.040406,0.038054,-0.033157,-0.036748,-0.033247,-0.00391,-0.010069,-0.022442,-0.031948,-0.050381,-0.04096,-0.003235,-0.042874,-0.02546,0.001514,0.018083,-0.027136,0.001589,-0.009381,0.009439,0.043384,-0.007283,0.004763,-0.023535,-0.002368,-0.009095,0.017606,-0.020102,0.003046,-0.02197,-0.016937,0.012816,-0.028538,0.011409,-0.005178,-0.010674,0.012124,0.000671,-0.00206,0.041357,0.038361,0.025651,-0.040972,0.01291,-0.012185,-0.016318,0.017713,-0.032993,0.0081,-0.049364,-0.021211,-0.007194,-0.004136,-0.013767,0.008537,-0.032824,0.015238,-0.000643,-0.010444,0.103055,0.010204,-0.028095,-0.010783,-0.017731,-0.003614,0.038372,0.01956,-0.035689,0.001315,-0.010592,-0.009964,-0.021395,0.069833,0.041407,-0.031231,0.025292,-0.033976,0.021553,-0.018238,0.046542,0.04273,-0.014304,-0.02104,-0.004108,-0.007206,0.033728,-0.00328,0.02422,0.017908,-0.00725,0.014718,-0.005901,0.004792,0.033016,0.030539,0.03443,-0.010454,0.021085,-0.004012,0.041174,-0.014476,-0.023822,-0.029274,0.016299,0.002323,0.000296,0.02956,0.01769,0.042842,0.008698,-0.024864,0.019976,-0.027814,-0.019964,0.001627,0.005935,-0.020132,-0.011263,-0.009768,0.012139,0.011108,0.015678,-0.027152,-0.028836,-0.021085,0.02022,0.005427,-0.037579,0.01187,0.018544,-0.000396,0.002548,0.035695,0.005643,-0.016181,0.002707,0.00217,0.019508,-0.023094,0.718981,-0.02656,0.025165,-0.014515,0.041163,-0.031332,0.008086,0.010165,-0.005109,-0.012163,-0.001064,-0.006627,0.005182,0.001942,0.020896,-0.008473,-0.001373,-0.012819,-0.000094,-0.024603,-0.012774,-0.027259,0.026549,0.007274,0.013936,0.057577,0.013232,-0.019821,0.022566,0.036705,-0.015212,-0.006898,-0.007893,0.000139,-0.015965,0.029555,-0.029229,0.008653,0.009647,-0.083158,-0.00125,0.025821,0.002944,0.002247,0.007124,-0.009726,-0.003075,0.00905,0.004486,-0.026631,0.003286,-0.003643,-0.007756,0.065275,-0.043637,-0.003482,0.002303,0.006233,-0.014787,0.004274,0.021541,-0.017199,-0.010179,0.073346,0.017765,0.050646,-0.012435,-0.024099,-0.011942,0.021658,0.043162,-0.093368,0.015791,0.023701,-0.012974,-0.007979,0.001899,-0.02256,0.006636,0.001883,0.021936,-0.079471,0.028658,0.009862,-0.013707,-0.025094,-0.031393,0.004904,0.029514,-0.032625,-0.022094,0.011481,0.008704,0.001043,0.011751,0.014164,-0.0191,0.031498,0.007492,-0.011504,0.026396,0.015096,-0.006532,0.01771,-0.037476,-0.001734,0.018136,-0.009844,-0.018543,0.013914,0.025539,-0.011248,-0.026769,-0.014694,0.000861,-0.026266,0.010831,-0.00658,-0.001025,0.015389,0.034735,0.008409,-0.007981,-0.012208,0.018446,-0.016387,-0.028752,0.034013,0.029257,-0.043299,-0.000011,0.009637,0.00881,-0.002485,-0.008938,-0.022063,-0.018396,0.001163,-0.018689,0.027703,0.015853,0.019452,0.003636,-0.002769,0.008348,0.019562,0.025192,0.015395,0.011923,-0.01331,0.009251,0.185234,0.020086,0.003333,0.014082,-0.010634,0.013367,-0.030497,-0.006257,-0.040033,0.042296,0.002409,0.037316,0.005623,-0.004485,0.00164,0.095359,-0.007157,0.02561,-0.011759,0.008944,-0.000999,0.02128,-0.167285,-0.028374,-0.013502,0.02542,0.024259,0.000044,0.033082,-0.002601,-0.008973,-0.035703,0.005964,-0.025494,-0.050962,-0.02462,-0.046271,-0.018744,0.04238,-0.002464,-0.00283,-0.013409,0.037043,0.074606,-0.005852,0.117806,0.028339,0.00663,-0.001224,0.000107,0.009114,-0.000054,0.020256,0.017745,-0.029637,-0.038465,-0.0207,-0.000563,-0.008379,0.03063,-0.045187,0.003353,-0.006901,0.020579,-0.007989,0.006312,-0.01066,-0.022018,0.006755,-0.016506,-0.006367,-0.003848,0.009185,-0.003785,0.00368,-0.026471,0.035706,0.016118,-0.004323,-0.007241,-0.036824,0.029297,0.00068,0.019964,0.002098,-0.008847,-0.029984,0.010001,-0.009754,-0.010414,-0.002498,0.014919,0.016257,-0.036962,0.019815,0.012356,0.04448,0.112667,0.024011,0.029993,-0.008746,0.00936,0.001522,0.007047,0.006267,-0.005997,-0.013759,0.018301,0.031284,-0.01158,0.017742,-0.004043,-0.01757,0.03217,0.005042,-0.02441,-0.01626,0.016014,0.004868,-0.009467,0.00407,-0.002489,-0.037517,-0.015505,-0.011242,0.020831,0.031322,0.041058,0.010917,0.022984,0.017112,-0.00034,0.012778,0.026095,0.006422,0.006295,0.009463,0.025846,-0.043321,-0.011366,0.006644,0.04419,0.007626,-0.03365,-0.009246,0.021117,-0.002957,0.046616,-0.0134,0.003064,-0.007797,0.00033,0.01772,-0.012762,0.024753,-0.016116,-0.00674,-0.018168,-0.019172,-0.043785,-0.036198,-0.001405,-0.041316,-0.1144,0.019104,-0.019015,-0.01648,0.047361,-0.005494,-0.000612,-0.036996,0.040066,-0.010955,0.017546,0.007579,0.000851,0.019074,-0.003069,-0.005159,0.023777,0.005015,0.001845,0.01717,-0.013486,-0.012134,-0.016766,-0.009019,0.003323,-0.046683,0.003254,-0.008231,0.027208,0.006903,0.010285,-0.050588,-0.027894,-0.017192,0.051131,0.019946,-0.007333,-0.010058,-0.024949,0.031889,0.013003,-0.014294,-0.027368,0.005325,0.007796,0.024181,-0.013519,-0.033094,-0.033771,0.026001,-0.009433,0.012958,-0.003976,0.070423,0.022924,-0.004513,0.01771,-0.001841,0.00606,-0.011839,0.064232,-0.020496,0.009517,-0.024143,0.006025,-0.00282,-0.034497,-0.013708,-0.045143,-0.016449,-0.006858,-0.034617,0.00474,-0.010367,0.003513,-0.00931,0.014053,-0.008602,0.014008,0.06613,-0.026079,-0.016837,-0.026926,-0.015996,-0.005839,0.025536,-0.015114,0.016162,-0.011994,0.000572,0.000163,-0.024619,0.016843,-0.004768,-0.00863,-0.008158,-0.023286,0.005126,0.039437,0.008252,0.018659,-0.021834,0.006051,-0.013936,-0.009625,-0.010376,-0.029084,-0.008762,-0.031308,-0.013322,-0.003557,-0.018462,-0.014109,0.014445,-0.011389,0.036627,0.007734,-0.007668,0.113077,0.019452,-0.010954,-0.004759,-0.003785,-0.00148,0.049857,0.043721,-0.039477,-0.025439,0.002105,-0.014976,-0.038915,0.04048,0.09225,-0.023545,0.015243,-0.011302,0.020735,-0.016372,0.040183,0.033354,-0.001638,0.014491,0.020915,0.030807,-0.009954,0.009578,-0.003436,-0.015689,0.039367,0.032548,0.002982,-0.004164,0.0072,0.02671,-0.022849,-0.022411,0.006239,-0.004506,0.005877,-0.024621,-0.030583,-0.019367,-0.01144,0.018641,-0.003006,0.027911,0.024534,0.059296,-0.020694,-0.01397,0.013453,-0.018628,-0.001249,0.004555,0.027188,-0.008093,0.02264,-0.011566,0.013813,-0.003445,-0.002317,-0.02504,-0.010845,-0.014078,-0.002645,0.018493,-0.013742,0.020816,0.021816,0.002717,0.00116,0.020866,0.008782,-0.013836,-0.038131,-0.021117,-0.01821,0.004153,0.778385,-0.012257,0.014364,-0.019678,0.026286,0.001754,-0.00461,0.016252,-0.000837,-0.000184,0.039184,-0.008986,0.014251,0.013451,0.029154,-0.01181,0.002933,-0.031594,0.019304,-0.003247,0.003717,-0.007627,0.028279,0.035774,-0.006601,0.061007,-0.010534,-0.0142,0.001593,0.005898,-0.036752,0.011796,-0.024467,-0.020553,-0.017155,-0.002285,-0.0175,-0.01651,0.009267,-0.101721,0.000009,0.007192,-0.004712,-0.00403,0.015677,-0.002588,0.004698,0.009624,0.018476,-0.004477,0.01104,-0.00939,0.009384,0.059526,-0.004161,-0.019313,0.007496,-0.024267,-0.040531,0.018215,-0.0001,-0.023857,-0.010488,0.070668,0.017554,0.064683,-0.012224,-0.00482,0.004646,0.026426,0.033875,-0.089698,0.017265,0.031898,-0.000727,0.006949,0.021454,-0.048217,0.011635,-0.021205,0.009665,-0.055671,0.014419,-0.004318,-0.001778,-0.00731,-0.053027,-0.010559,0.021223,-0.020561,-0.044529,0.015922,-0.019878,-0.005112,0.01415,-0.010749,-0.00974,0.057353,-0.010835,0.00658,0.005164,0.007994,-0.002171,-0.003522,-0.037982,0.001229,0.031599,0.011388,0.021964,0.033006,0.034566,0.012297,-0.006741,-0.022419,-0.013125,-0.001354,0.006361,-0.01373,0.020886,0.008789,0.035522,-0.025992,-0.004507,-0.018835,0.051092,-0.037517,-0.04513,0.028464,0.024472,-0.033549,0.017872,0.010502,-0.003,-0.00442,-0.019593,-0.017941,0.007742,0.003393,0.014691,0.023041,0.016053,0.00914,-0.00743,0.021618,-0.003255,0.016227,0.010313,0.013723,-0.0078,0.000994,0.011715,0.154569,0.025893,0.000162,-0.001937,-0.005218,0.021162,-0.014518,-0.042668,-0.013256,0.045865,0.005541,0.017341,0.012075,0.004203,-0.018914,0.077479,-0.012202,0.00864,-0.020249,0.004051,-0.021877,0.016322,-0.188322,-0.001116,-0.052328,-0.005519,0.020091,-0.010078,-0.002269,-0.008841,-0.004264,-0.021399,0.004104,-0.017116,-0.039166,-0.028467,0.003922,-0.04022,0.059878,-0.010834,0.026214,0.002583,0.056055,0.065558,-0.0282,0.0872,0.030178,-0.007294,0.001998,0.01516,0.008688,0.016505,-0.019598,0.026378,-0.020137,-0.029988,0.002974,0.008354,-0.018472,0.041491,-0.047285,0.032765,0.009628,0.008237,-0.02127,0.012443,-0.004702,0.000895,0.024899,-0.027779,0.004605,-0.016801,0.021188,-0.013449,0.000845,-0.044554,0.037037,0.012974,-0.039147,-0.017854,-0.043846,0.030544,0.01508,0.0242,0.013221,-0.005497,-0.053812,0.01717,-0.004811,-0.022259,0.026536,0.011747,0.015874,-0.011815,0.015732,0.027776,0.047158,0.118367,0.008408,0.029504,-0.008993,0.03141,0.01801,0.010696,-0.004608,-0.017012,-0.047027,-0.021295,0.028989,0.017819,-0.012767,-0.006588,-0.038449,0.017095,0.002992,0.000795,-0.04266,0.008054,0.039379,0.019646,0.007917,0.01245,-0.018298,0.006174,0.019032,0.013521,0.020562,0.029933,0.02092,0.041659,-0.005557,0.004873,0.010789,0.010221,-0.014713,0.007016,-0.012941,0.041279,-0.020193,0.011853,-0.033194,0.014923,0.003866,-0.035579,-0.008129,0.009291,-0.025575,0.007217,-0.022703,-0.001248,-0.04248,0.02352,0.015453,0.000526,0.006845,-0.001969,-0.031279,-0.009803,-0.007912,-0.024035,-0.026397,0.019782,-0.049881,-0.088216,0.026254,0.016997,-0.012041,0.030893,-0.003823,0.000538,-0.095011,0.049078,-0.013038,0.003396,0.003654,0.019913,-0.004661,0.017702,-0.009582,0.029435,0.039572,-0.01877,0.005029,-0.009095,-0.009306,0.002149,-0.022811,0.014636,-0.028147,-0.000491,-0.011084,0.009301,0.015499,-0.002638,0.000126,-0.019053,-0.006725,0.029436,0.014371,0.009871,-0.029307,-0.017611,0.019916,0.02841,0.004988,-0.019512,0.004386,-0.02267,0.000868,-0.009196,-0.04654,-0.034628,0.038909,0.014638,0.027706,0.012857,0.074873,0.016813,-0.019,0.022481,-0.011907,0.011919,-0.019313,0.02752,-0.030181,0.003439,-0.03244,-0.032869,0.003827,-0.044172,-0.027025,-0.023606,-0.032423,0.002543,-0.020723,0.017395,0.001903,-0.006607,0.007435,-0.014258,0.020859,0.016742,0.014768,-0.01013,-0.017659,-0.033952,-0.019232,0.004038,0.052897,-0.011483,0.0012,-0.021628,0.014757,-0.020664,-0.038413,-0.00484,-0.019004,-0.01533,0.022124,-0.056533,0.003838,0.027485,0.020961,0.033188,-0.009034,0.018963,-0.002052,-0.025256,0.004785,0.014212,0.017374,-0.010508,-0.023204,-0.000926,-0.04002,-0.019211,0.03162,-0.00318,0.026809,-0.009485,-0.014624,0.114068,0.004142,0.009708,-0.027155,-0.019894,0.017404,0.027669,0.060248,-0.012279,-0.000558,-0.009935,-0.027115,-0.038513,0.037363,0.037626,-0.020926,-0.027431,-0.023816,0.040825,-0.013224,0.095379,0.028019,-0.004382,-0.03932,-0.007776,-0.002409,-0.002147,0.001097,0.006981,0.009809,0.012672,0.02295,0.00214,0.015815,0.012671,0.031077,-0.028529,0.000234,-0.008168,-0.022236,0.033551,-0.032245,-0.011033,-0.023846,0.020209,0.033698,-0.011133,0.003023,-0.011032,0.05899,0.020694,-0.001137,0.034546,-0.039839,0.0315,0.003747,0.008319,-0.014764,0.014265,-0.013772,0.028379,-0.006845,0.022461,-0.03469,0.012641,-0.069642,-0.017606,0.034026,-0.022033,-0.012463,-0.005414,0.003987,0.002346,0.004939,0.009877,-0.021492,-0.01916,-0.019759,-0.001532,0.015378,0.759142,-0.017935,0.022855,-0.000845,0.026135,-0.013815,0.02683,-0.006014,0.017287,-0.002627,0.003535,-0.015855,0.010053,0.014799,0.012284,-0.008327,0.010856,-0.022968,0.024942,-0.044994,-0.030477,-0.031209,0.021817,0.032571,-0.00138,0.065909,0.005372,-0.033909,-0.014268,0.036496,-0.060177,-0.001413,-0.053657,-0.015581,-0.021984,0.009483,-0.052784,0.007117,0.018115,-0.092445,-0.014911,0.01898,0.033394,-0.021504,0.003624,-0.001654,0.032141,0.027237,0.008996,-0.003579,-0.004448,-0.014026,0.013704,0.063323,0.001698,0.01099,0.009893,-0.038717,-0.005085,-0.000392,0.015254,-0.009049,-0.023538,0.060644,0.010332,0.043303,-0.014454,0.01611,0.009572,0.002102,0.029745,-0.101064,0.04545,0.000179,-0.000176,0.011908,0.016447,-0.02364,0.017418,-0.016537,0.002544,-0.055509,0.037705,-0.006287,-0.000283,0.002999,-0.036331,-0.009527,0.024544,-0.028704,-0.029329,0.023851,-0.019802,-0.001227,0.034023,-0.001854,-0.014559,0.047619,0.005448,0.022106,0.002655,0.024256,-0.004313,0.008629,-0.05736,-0.001167,0.022659,0.030994,0.010951,0.034116,0.026209,-0.007149,-0.002883,-0.025961,-0.003541,0.035816,-0.004661,-0.029265,0.017097,0.006527,0.027393,-0.025388,0.010179,-0.010591,0.034334,-0.019693,-0.048373,0.03201,0.009025,-0.019505,-0.019695,-0.006471,-0.003835,-0.01512,-0.014378,0.003808,0.001042,0.008852,0.017145,0.012554,0.00405,0.006122,0.000267,0.020874,0.00542,0.011575,0.036555,-0.022076,0.000821,0.011633,0.005252,0.180121,0.019705,0.017253,0.003458,-0.010443,0.016535,-0.010724,-0.026814,-0.002449,0.063035,-0.01089,0.010408,-0.00373,-0.00634,-0.019741,0.059097,-0.014002,0.00605,-0.013642,-0.006097,-0.02439,0.020471,-0.17925,-0.006951,-0.051866,0.000444,0.020655,-0.01376,-0.021192,-0.011704,0.01376,-0.013207,0.015215,-0.024596,-0.036266,-0.019186,0.018789,-0.041433,0.049287,-0.031694,0.008578,-0.012436,0.04913,0.083577,-0.019946,0.107295,0.040721,-0.000142,0.00362,-0.00855,0.005726,0.013787,-0.007629,0.015741,-0.016576,-0.027797,-0.009725,0.009744,-0.01738,0.031794,-0.040608,0.030584,0.027455,0.020442,-0.029189,-0.00305,-0.010349,0.006775,0.018713,0.001434,-0.024613,-0.000797,0.011451,-0.012799,-0.016587,-0.033237,0.039221,0.024001,-0.029678,-0.012353,-0.040096,0.03948,0.022946,0.033302,-0.005546,0.003084,-0.052975,0.020346,-0.02239,-0.031593,0.038823,0.00964,0.009959,-0.000345,0.018276,0.006728,0.038887,0.094475,0.002836,0.031027,-0.014504,0.038449,0.014615,0.017947,-0.025681,-0.012669,-0.039892,0.003571,0.004851,0.011586,0.006059,-0.023931,-0.02851,0.050203,0.008724,0.013983,-0.049585,0.018415,0.046722,0.035213,0.022274,0.022158,-0.013824,0.000326,0.010647,0.016519,0.015233,0.022058,0.020646,0.034941,-0.009933,0.017292,-0.004808,0.006222,-0.013551,-0.008594,-0.027466,0.037016,-0.022877,0.000395,-0.029588,0.028021,0.011279,-0.046887,-0.001203,0.035514,-0.048782,0.003194,-0.009333,-0.005351,-0.041726,0.011744,0.004187,0.014007,0.002559,0.001422,-0.013698,0.008045,0.017264,-0.027655,-0.046814,0.010217,-0.013432,-0.098386,0.029424,0.007722,-0.012463,0.019862,0.003116,-0.00136,-0.089564,0.04807,-0.030151,-0.008829,-0.00109,0.001554,-0.005775,0.029755,0.005718,0.026333,0.045478,-0.010755,0.012566,0.009631,-0.003695,-0.021982,-0.025281,0.008286,-0.026025,0.001701,-0.015074,0.0078,0.030977,0.02289,-0.008252,-0.005091,-0.011607,0.004408,0.02404,0.015761,-0.026028,-0.014218,0.019361,0.025965,-0.003654,-0.017162,-0.000314,-0.028423,0.028816,-0.007789,-0.033113,-0.039371,0.034236,0.010913,-0.006658,-0.004554,0.096584,0.0174,-0.034321,0.02527,-0.011183,0.005113,-0.006351,0.037182,-0.027384,-0.00206,-0.04777,-0.026965,0.009863,-0.063103,-0.039878,-0.023762,-0.032169,0.006963,-0.028999,0.046478,0.013763,0.009026,0.010354,-0.008344,0.02192,0.023894,0.032171,-0.004623,-0.012123,-0.037153,-0.010633,0.026869,0.053594,-0.022472,-0.010316,-0.015973,0.027921,-0.033665,-0.050484,-0.012071,0.007166,-0.01775,0.031024,-0.050305,0.006484,0.017065,0.031549,0.034379,-0.002998,0.019202,0.007172,-0.028422,0.011474,-0.018537,0.024742,0.000842,-0.013898,0.031989,-0.040079,-0.027477,0.036498,0.014627,0.044083,-0.013552,-0.014734,0.108429,-0.000248,-0.000546,-0.006074,-0.025192,0.022505,0.027197,0.063342,-0.009968,0.000335,-0.021233,-0.042968,-0.042771,0.025823,0.002276,0.008683,-0.021454,0.014455,-0.002046,-0.013265,0.144452,0.014492,-0.026003,-0.033431,-0.007608,0.003014,0.013427,-0.020793,-0.002102,0.010421,0.015024,0.012232,-0.015342,0.00875,-0.005682,0.026621,-0.020817,0.009695,-0.015761,0.000916,0.054757,-0.032649,0.015809,-0.030859,0.02089,0.043952,-0.012326,-0.00531,-0.000546,0.068545,0.002918,-0.002424,0.055393,-0.032555,0.016583,-0.003931,0.008107,-0.029262,0.034024,-0.017241,0.033352,-0.000124,-0.007739,-0.026475,0.009911,-0.06497,0.00627,0.037633,0.009844,0.011493,-0.005083,-0.004299,0.018196,0.010535,-0.006913,-0.020278,-0.018899,-0.030451,0.021753,0.037421,0.725934,-0.021488,0.023241,-0.001947,0.041994,-0.002308,0.054015,-0.01087,0.021277,-0.005692,-0.038128,-0.008961,0.026974,0.018204,0.023545,0.006104,0.043773,-0.00707,0.03992,-0.03826,-0.040483,-0.025759,0.024425,0.035068,-0.016474,0.052988,0.000531,-0.061925,0.007092,0.048344,-0.02889,-0.027567,-0.048671,-0.031012,-0.027438,0.017069,-0.039417,0.017688,0.018437,-0.082795,-0.013552,0.03697,0.019906,-0.024169,0.014519,-0.005167,0.034267,0.012323,0.019404,0.017308,0.002254,-0.003169,-0.0108,0.047049,-0.010795,0.013104,-0.001282,-0.031302,0.019628,-0.008865,0.015569,-0.004306,-0.013832,0.061607,0.032455,0.066897,-0.00312,-0.00269,0.011057,0.021006,0.023914,-0.051656,0.021802,0.026995,0.00772,-0.004129,0.00946,-0.044935,-0.002904,0.006108,0.005528,-0.054661,-0.0203,-0.012583,-0.02173,-0.02849,-0.031776,0.011886,0.002338,0.004218,-0.05663,0.01391,0.00175,-0.012012,0.032087,0.011981,-0.004538,0.020562,0.006348,-0.005307,0.020256,-0.008628,0.002464,0.004235,-0.059382,-0.013823,0.01473,0.020983,0.004185,0.016858,0.028615,0.003146,-0.021867,-0.021465,-0.006133,-0.003353,0.015849,0.008522,0.013275,0.019663,-0.006961,0.008235,-0.00978,-0.033022,0.026391,-0.025228,-0.024913,0.018542,0.042018,-0.006326,0.003744,0.007259,-0.008588,0.009842,0.001624,-0.02488,-0.010408,0.027506,0.000714,0.037568,-0.00181,0.011525,0.00659,0.002034,0.007605,-0.015992,0.014737,0.038417,0.01293,-0.015691,-0.003367,0.187523,0.005372,-0.018579,-0.01379,-0.019871,0.016216,-0.021209,-0.010771,-0.042033,0.018536,0.001397,0.011198,0.016022,0.020168,-0.005567,0.067267,-0.007413,0.015807,-0.018607,-0.036365,-0.012386,0.007425,-0.228962,-0.008138,-0.003355,0.016736,0.00527,-0.012693,0.021306,-0.021907,-0.006201,-0.043679,-0.006676,-0.003665,-0.042027,-0.003026,-0.036881,-0.027696,0.056654,0.015585,-0.00089,0.001566,0.051664,0.058144,-0.011756,0.117619,0.016528,0.001048,0.010338,0.001763,0.016229,0.014602,0.008579,0.044648,-0.021688,-0.032332,-0.006371,0.000398,-0.001017,0.026785,-0.032567,0.011124,-0.007858,-0.005438,-0.02234,-0.008832,-0.012404,-0.001903,0.010707,-0.028668,-0.009288,-0.008418,0.01824,-0.01901,0.003246,-0.010895,0.030352,0.017901,-0.01244,0.006064,-0.03976,0.035294,-0.009482,0.028085,-0.008178,-0.027589,-0.045814,0.016423,-0.031904,-0.012984,0.001983,-0.008266,0.003217,-0.034881,0.003128,-0.001821,0.068236,0.140921,-0.003339,0.025666,0.001155,-0.011754,0.008222,0.016171,-0.039504,-0.018297,-0.011659,0.000758,-0.003908,-0.002752,0.016799,-0.009753,-0.029965,0.064962,0.005262,-0.032381,-0.036464,0.027495,0.04071,0.016721,0.00538,0.010233,0.000431,-0.000556,0.01944,0.021299,0.01939,0.027199,0.025947,0.041008,0.006886,-0.01211,-0.044301,0.027836,-0.012336,0.011557,0.013874,0.023699,-0.035954,0.004985,-0.037069,0.050985,-0.0099,-0.031827,0.00857,0.010296,-0.010484,0.009312,-0.002482,-0.003032,-0.013529,0.041736,0.00387,-0.027755,0.03244,-0.012813,-0.010959,-0.000954,-0.010252,-0.03666,-0.007535,-0.005559,-0.046567,-0.116244,0.005093,-0.039745,-0.00949,0.00118,0.01206,-0.002391,-0.075482,0.022791,0.012447,0.00518,0.040384,0.013335,0.019595,-0.00149,-0.008364,0.057582,0.041672,0.000679,0.022253,0.000357,-0.021733,0.007738,-0.023966,-0.004957,-0.040775,-0.023948,0.006889,0.030837,-0.007287,-0.014378,-0.036371,-0.010487,0.020774,0.044732,0.006463,0.007284,-0.003357,-0.026784,-0.000524,0.009144,-0.007635,-0.038633,-0.001909,-0.018056,0.000715,-0.007694,-0.020189,-0.038669,0.023629,-0.0135,0.025638,0.002495,0.083999,0.008861,-0.038114,0.028281,0.00043,-0.011884,-0.025387,0.040467,-0.001015,-0.024272,-0.024011,-0.009684,-0.004737,-0.026889,0.005627,-0.037796,-0.020923,-0.001203,-0.005546,0.005444,-0.027302,-0.017248,-0.013622,0.00909,-0.00103,0.029482,0.049818,-0.032608,0.007429,-0.044919,0.000092,0.01276,0.026639,-0.022998,0.030039,-0.014285,0.025775,0.000886,-0.040726,-0.006085,-0.012486,0.006133,0.024838,-0.025216,-0.005295,0.039529,0.03875,0.036961,-0.01408,0.031821,0.025485,-0.020945,-0.027549,-0.032108,0.014487,-0.016886,-0.032686,0.020216,0.002418,-0.018494,0.024141,-0.017384,0.047362,-0.01027,0.003343,0.109645,-0.007889,0.011856,-0.013927,-0.016771,0.005575,0.043576,0.030549,-0.040076,0.00634,-0.009519,0.007308,-0.01998,0.046966,0.01293,0.000926,-0.006246,-0.004462,-0.00384,-0.005702,0.035493,0.027582,-0.021323,-0.002481,0.007959,-0.001516,0.018775,-0.002717,0.027952,-0.011261,0.037457,0.047033,-0.012827,0.014152,-0.007217,0.03723,0.008685,-0.012988,0.03077,-0.026658,0.017987,-0.016519,-0.028146,0.001274,-0.00353,0.039611,0.010055,0.013663,-0.005588,0.047669,-0.003867,0.009976,0.022244,-0.024721,0.004332,0.00033,0.057916,-0.026269,-0.018046,-0.034821,0.035575,-0.010631,-0.007995,-0.026984,-0.013484,-0.03597,-0.005931,0.040985,-0.037047,0.018586,-0.020732,-0.010893,0.020007,0.00953,0.010173,-0.005072,0.005904,-0.014693,-0.002408,0.0068,0.751673,-0.006269,-0.010514,-0.022385,0.019455,-0.004031,0.004009,-0.000562,0.005705,-0.012883,0.02662,-0.017348,0.025697,0.016057,0.01174,-0.010283,0.023373,-0.020426,-0.007502,-0.00491,0.001898,-0.03855,0.029885,0.035123,0.006439,0.0429,-0.007613,-0.017858,0.018355,0.020132,-0.017278,-0.003754,-0.020511,-0.012256,-0.015159,0.010268,-0.010778,-0.014123,0.008434,-0.085491,-0.001923,0.004243,0.017285,-0.035557,0.020439,-0.020723,0.031599,0.010109,0.02294,-0.002353,0.016498,0.002381,0.039394,0.061957,-0.004181,-0.002242,0.006121,-0.045606,-0.019637,0.012892,0.01301,-0.017119,-0.025086,0.060772,0.0054,0.093703,-0.00482,-0.013541,0.004257,0.010616,0.029161,-0.082907,0.012201,0.006307,0.006568,-0.001319,0.030462,-0.018927,0.003851,-0.018069,-0.0011,-0.064748,0.003144,0.005422,0.005361,-0.005623,-0.039927,-0.008142,0.018286,-0.018688,-0.0435,0.021174,-0.011347,-0.011797,0.019922,-0.011605,-0.018268,0.040201,-0.015353,0.009678,0.008537,0.01391,0.001075,0.004134,-0.056811,-0.006877,0.009546,0.014689,-0.002168,0.022565,0.021005,0.004891,-0.016532,-0.038251,-0.013059,-0.008991,0.021111,-0.007078,0.013645,0.008172,0.014788,-0.01364,0.006879,-0.013043,0.041983,-0.044888,-0.036266,0.032133,0.019654,-0.010252,-0.003727,0.005441,-0.025258,-0.00084,-0.022387,-0.006499,0.004479,0.019637,0.018653,0.019023,0.016177,0.010985,0.005941,0.001641,0.013099,0.014982,0.020303,0.025241,-0.003609,-0.009526,0.008837,0.174682,0.006206,-0.01767,-0.010697,-0.005956,0.006213,-0.005641,-0.022409,-0.007732,0.064028,-0.008525,0.013773,0.011829,-0.006376,-0.010869,0.068936,-0.010873,0.015216,-0.008799,-0.007901,-0.024948,0.01774,-0.200572,0.008332,-0.04193,-0.003791,0.028386,-0.007576,0.016533,-0.001666,0.003481,-0.022753,-0.016899,-0.021031,-0.030198,-0.023987,0.009781,-0.010544,0.049359,-0.027869,0.01431,-0.005005,0.04832,0.071023,-0.000752,0.115279,0.023891,0.007825,0.004337,0.011628,0.013923,-0.011456,-0.00248,0.023594,-0.002654,-0.033118,-0.004768,0.018434,-0.030647,0.03876,-0.046343,0.01628,0.009627,0.002508,-0.033719,0.001799,-0.007054,-0.010875,0.021078,-0.012924,-0.015543,0.020612,0.030783,-0.017308,-0.008129,-0.026393,0.038808,0.009652,-0.018592,-0.006704,-0.046545,0.016495,0.022343,0.013779,0.014784,-0.005578,-0.048514,0.000449,-0.008083,-0.036041,0.015833,0.020077,0.023266,-0.003147,0.017324,0.022821,0.036448,0.142346,0.014413,0.02672,0.000004,0.013191,-0.01002,-0.006865,-0.023828,-0.022425,-0.034445,0.012032,0.009673,0.009576,0.005331,-0.02852,-0.027243,0.04833,0.025878,-0.016341,-0.035502,0.024553,0.025602,-0.001383,0.020873,0.025459,-0.019602,-0.013404,0.006196,0.01034,0.016637,0.021778,0.024711,0.029755,-0.013407,0.001649,-0.006895,0.014864,-0.025822,-0.004272,-0.010098,0.035232,-0.030097,-0.00272,-0.042615,0.028442,-0.01095,-0.033852,-0.002369,0.005296,-0.015922,0.013044,-0.005881,0.009347,-0.03259,0.01125,0.007876,0.004285,0.013978,-0.009462,-0.010921,0.008902,0.001799,-0.028881,-0.024121,0.003534,-0.034803,-0.105288,0.015364,0.012865,-0.014317,0.018074,0.019894,0.006064,-0.099334,0.043031,-0.005852,0.01616,0.002954,-0.007719,-0.007975,0.014748,-0.013391,0.024324,0.03545,-0.010146,0.010056,-0.010241,0.015374,0.001006,-0.01819,0.012385,-0.028645,-0.009158,-0.016456,0.026871,0.025566,0.006166,-0.024027,-0.006177,0.01111,0.041567,0.009622,0.027683,-0.014602,-0.020432,0.000224,0.030574,-0.000021,-0.025276,-0.003894,-0.011776,0.019611,-0.021084,-0.030001,-0.040839,0.013755,0.002924,0.012239,0.01751,0.104614,0.017338,-0.02974,0.039437,-0.004666,-0.013505,-0.02157,0.0157,0.010225,0.00061,-0.01817,-0.018274,0.002675,-0.042322,-0.030442,-0.017301,-0.025552,0.00192,-0.032798,0.007957,0.006699,-0.006105,0.003696,-0.002823,0.010726,0.003388,0.02979,-0.030543,0.002201,-0.030365,-0.010752,0.002844,0.047877,-0.023518,0.006055,-0.020333,0.002683,-0.026761,-0.052572,-0.007381,0.005574,0.009356,0.01748,-0.038808,-0.002902,0.030849,0.028063,0.034385,-0.005139,0.019698,-0.001568,-0.018826,-0.008156,-0.001069,0.026961,-0.009931,-0.031654,0.007486,-0.029322,-0.020689,0.017782,-0.022792,0.004241,0.005407,-0.013915,0.110378,0.021347,0.00559,0.005054,-0.014131,0.012547,0.039634,0.067348,-0.03235,-0.016104,-0.022009,-0.020436,-0.033575,0.031327,0.023746,0.00269,0.010968,-0.017477,0.007415,-0.017259,0.106129,0.015145,-0.005641,-0.018152,-0.003078,0.005808,-0.006297,-0.000488,0.006068,0.012443,0.022705,0.033454,-0.004658,0.006576,-0.00214,0.032204,-0.021041,0.003171,-0.007425,-0.006813,0.037966,-0.037046,-0.016301,-0.027457,0.009333,0.013238,0.011262,0.006896,0.000938,0.080996,0.020283,-0.025058,0.026625,-0.016571,0.023089,0.006278,0.012154,-0.016184,0.016371,-0.000571,0.043862,-0.008527,-0.008908,-0.039728,0.000084,-0.04048,-0.014918,0.041358,-0.038206,0.021359,-0.011141,-0.007019,0.017515,0.014429,0.00813,-0.028402,-0.009548,-0.018327,0.00782,0.019411,0.762022,-0.026983,0.016157,-0.011669,0.0139,0.005178,0.011882,-0.012528,0.021387,-0.021818,0.015987,-0.010444,0.003519,0.040368,0.025455,-0.006589,0.029497,-0.009568,0.012102,-0.043273,-0.030115,-0.017369,0.022259,0.019053,0.005815,0.062426,-0.007454,-0.015012,0.001607,0.039686,-0.037958,-0.009163,-0.043366,-0.016582,-0.005462,0.014443,-0.044285,0.011703,0.011759,-0.082974,-0.00238,0.022244,0.026442,-0.018819,0.002141,-0.011355,0.025042,0.01329,0.02095,0.002982,0.003564,0.00305,-0.003263,0.055549,-0.007589,-0.008041,0.006852,-0.038546,-0.007911,0.006259,0.008988,-0.009616,-0.029776,0.061535,0.0172,0.062073,0.003888,-0.004721,-0.00639,0.024102,0.048533,-0.09051,0.020247,0.009844,-0.009165,0.00311,0.020838,-0.027417,0.011315,0.00387,0.011794,-0.0701,0.010665,0.002502,-0.004927,-0.00889,-0.027535,0.000653,0.017687,-0.019435,-0.043452,0.010431,-0.002717,-0.00643,0.019207,-0.006425,-0.019656,0.029178,-0.005524,0.001879,0.000315,0.006284,-0.001103,0.004242,-0.049269,-0.00449,0.016698,0.002062,0.015036,0.019834,0.025392,-0.007667,-0.003791,-0.029307,-0.018729,0.00038,0.016769,-0.000281,0.017255,0.021268,0.026506,-0.007335,-0.000506,-0.017653,0.035421,-0.025222,-0.041357,0.032812,0.022498,-0.018387,0.00257,0.004477,-0.011155,0.008202,-0.014826,-0.014498,-0.012241,0.014333,0.008148,0.013578,0.018844,0.020614,0.011575,0.002561,0.017696,0.023029,0.010598,0.00622,0.00204,-0.006933,0.009161,0.179905,0.006081,-0.016046,-0.007982,-0.010982,0.013459,-0.0103,-0.028085,-0.020849,0.04575,0.001543,0.008573,0.011577,-0.014425,-0.01456,0.07692,-0.010328,0.018451,-0.011625,0.002678,-0.014372,0.019612,-0.198645,0.004174,-0.040652,0.001025,0.011243,-0.020089,0.008965,-0.006468,-0.003392,-0.026891,0.003927,-0.016762,-0.035247,-0.019884,0.001821,-0.030444,0.043613,-0.012296,0.006434,-0.00699,0.048382,0.072691,-0.004248,0.121469,0.029402,0.009784,-0.007068,0.003363,0.010824,0.017329,0.010803,0.0198,-0.018246,-0.030744,-0.004764,0.000188,-0.009908,0.038266,-0.046963,0.014226,0.01054,0.008557,-0.031741,0.016969,-0.00944,-0.008547,0.016948,-0.016203,-0.003184,-0.004559,0.014879,-0.017202,-0.015249,-0.02993,0.034544,0.010715,-0.023559,-0.014423,-0.034678,0.024068,0.024045,0.021788,0.00324,-0.003965,-0.044769,0.012586,-0.0085,-0.015633,0.019277,0.01041,0.021704,-0.009664,0.015972,0.026095,0.049114,0.130279,0.010896,0.031727,0.014173,0.018542,0.007959,0.014671,-0.014923,-0.021022,-0.034501,-0.007197,0.018658,0.004943,-0.004971,-0.011966,-0.025102,0.047751,0.006282,-0.006676,-0.036674,0.01729,0.032582,0.009311,0.011442,0.009779,-0.020375,-0.007035,0.018124,0.008072,0.018772,0.021784,0.023011,0.027955,0.014395,0.005084,-0.005991,0.014063,-0.019299,0.000604,-0.005016,0.021183,-0.022935,0.005411,-0.019963,0.034793,0.008987,-0.033135,-0.00121,0.01817,-0.01117,0.02481,-0.015333,0.005019,-0.031295,0.030941,0.018421,-0.003973,0.020426,-0.013626,-0.027814,-0.008494,0.003968,-0.045386,-0.0308,0.015529,-0.034795,-0.096492,0.009703,0.005112,-0.01265,0.027949,0.00652,0.000465,-0.066164,0.036042,-0.005061,0.003905,0.002412,-0.002798,0.003806,0.020982,0.003064,0.017363,0.030908,-0.006649,0.011267,-0.006829,-0.013093,0.004314,-0.025757,0.003115,-0.028174,-0.003698,-0.012087,0.02156,0.009353,-0.006908,-0.022371,-0.008906,-0.000449,0.035437,0.023227,0.021593,-0.010034,-0.020931,0.019663,0.030853,0.003417,-0.014756,-0.00368,-0.017722,0.012927,-0.022789,-0.022697,-0.033206,0.02389,0.009521,0.013293,0.006574,0.086572,0.01583,-0.032392,0.025533,-0.012777,0.005833,-0.017285,0.027997,-0.012937,0.012378,-0.020096,-0.017957,0.007329,-0.031666,-0.020555,-0.033179,-0.019263,-0.013295,-0.024735,0.005505,0.002397,0.005576,-0.00342,-0.008151,0.005356,0.009673,0.03012,-0.015728,-0.010608,-0.033599,-0.028434,-0.000049,0.043432,-0.027605,0.012008,-0.012824,0.000647,-0.013849,-0.035033,0.001751,-0.010342,-0.000228,0.020582,-0.032626,0.000427,0.02639,0.017038,0.030857,-0.012319,0.019224,0.001501,-0.028839,0.003792,-0.008189,0.0189,-0.017795,-0.020802,0.012999,-0.017477,-0.019492,0.02175,-0.010878,0.011145,-0.003865,-0.010649,0.110702,0.000137,0.008963,0.001516,-0.014565,0.010039,0.036839,0.05684,-0.023095,-0.003401,-0.022548,-0.022813,-0.047886,0.033978,0.043386,-0.015067,0.005303,-0.026763,0.017503,-0.010011,0.082655,0.021213,-0.008997,-0.012992,0.014746,-0.006859,-0.003237,0.010815,0.015048,0.007838,0.022666,0.022124,-0.006407,0.009362,0.003331,0.023652,-0.014385,-0.008871,0.008839,-0.020634,0.029289,-0.035013,-0.014211,-0.018712,0.016633,0.02911,-0.005116,0.004461,0.003894,0.073694,0.010546,-0.010029,0.029296,-0.01686,0.02379,0.009523,0.010297,-0.01091,0.008453,-0.004476,0.027285,-0.00232,0.00313,-0.027819,-0.000488,-0.032116,-0.000717,0.026069,-0.027317,-0.002406,-0.008617,-0.004595,0.005034,0.000908,0.007921,-0.018245,-0.018428,-0.021303,0.004277,0.003525,0.789018,-0.014088,0.00974,-0.000401,0.023169,-0.012642,0.020829,0.010764,0.013889,0.005909,0.00574,-0.013088,0.017061,0.021329,0.01444,0.000682,0.011298,-0.027925,0.014253,-0.036009,-0.017077,-0.025839,0.025173,0.023185,0.011408,0.066032,0.001871,-0.036356,-0.000732,0.024388,-0.034269,-0.007636,-0.037397,-0.03038,-0.006443,0.006107,-0.037377,-0.0088,0.012265,-0.092269,-0.004315,0.016188,0.019328,-0.020565,0.005455,-0.014616,0.019841,0.017074,0.01205,-0.006731,0.003308,-0.008205,0.006075,0.059359,0.010352,0.002451,0.008193,-0.039307,-0.005359,-0.006032,0.015113,-0.009759,-0.025834,0.062343,0.0125,0.053236,-0.002397,0.001578,0.014381,0.009208,0.015247,-0.087499,0.045206,0.022261,-0.028929,0.018165,0.007375,-0.051508,0.002644,-0.049773,0.045269,-0.034715,0.020566,-0.003701,-0.003749,-0.002369,-0.05771,-0.029327,0.039612,-0.020123,-0.03491,0.015273,0.010905,-0.007048,-0.01359,-0.010826,0.014529,0.037779,-0.006774,-0.012478,0.021107,-0.038819,0.017665,0.003323,-0.029787,0.008754,0.013855,-0.011317,0.028883,0.058987,0.005709,0.019132,0.010016,-0.010412,-0.000111,-0.000471,0.002743,0.017804,-0.030973,0.042824,0.002738,-0.016687,-0.02202,-0.034707,0.022343,-0.03493,-0.011938,0.034939,0.016967,-0.02597,0.019415,0.006138,-0.023555,-0.016328,-0.003869,-0.026538,0.013749,-0.011476,0.032512,0.029468,0.000512,0.030903,0.005462,0.031591,0.051419,0.035668,0.010266,0.026036,-0.010387,0.011585,0.024053,0.172122,0.041383,-0.0007,-0.017399,-0.007786,0.030533,-0.012394,-0.006562,-0.02504,0.051725,0.012611,0.045225,0.017468,-0.006137,0.025034,0.075596,-0.010606,0.023487,-0.023052,0.017706,-0.030185,0.012873,-0.120828,0.022224,-0.031806,0.006652,-0.005849,0.01684,-0.025729,-0.041161,-0.003321,-0.029413,-0.001186,0.008731,-0.027322,-0.036606,0.048041,-0.037838,0.023529,0.007192,0.017543,0.020881,0.038291,0.077539,-0.037441,0.080328,-0.008797,-0.022808,0.002491,-0.012852,0.00337,0.011112,-0.006095,0.032293,-0.035353,-0.019368,-0.007758,0.020868,-0.009748,0.037629,-0.016778,0.012379,-0.026114,-0.011259,-0.031368,0.01603,-0.022496,0.007579,0.037936,-0.007285,-0.068869,-0.021231,0.002505,-0.00486,0.021982,-0.001824,0.032072,-0.004375,-0.019482,0.012592,-0.004535,0.009215,0.004597,-0.011542,-0.019029,-0.003174,-0.027627,0.028209,-0.014284,-0.018299,-0.005528,0.005772,0.033147,-0.050391,0.004658,-0.001172,0.004535,0.168358,0.006394,0.038012,0.023189,0.006742,-0.002543,-0.006398,-0.012916,0.011354,-0.010733,0.005085,0.037187,0.000216,0.005578,-0.035649,-0.02884,0.08869,0.01343,-0.02459,-0.054167,0.028095,-0.001053,0.01527,0.021074,0.023277,0.022311,-0.014437,0.018053,-0.005039,0.016331,0.053292,0.034777,0.012447,-0.025386,0.008222,-0.024635,0.0369,-0.017281,-0.010136,-0.016256,-0.009205,0.002387,-0.014781,0.004901,0.013362,0.015395,-0.055045,0.006618,0.041016,-0.032996,0.013417,-0.02173,0.005978,0.001306,-0.006425,0.017442,0.004531,0.01388,-0.033864,-0.001824,-0.006013,-0.016107,-0.026414,-0.043751,0.002357,-0.01765,-0.062732,0.006749,-0.019103,0.016907,0.019335,0.006265,-0.019148,-0.066829,0.022411,-0.016371,0.01751,0.041565,-0.007942,-0.011816,-0.000407,0.012682,0.042017,-0.001511,-0.010986,0.003598,0.011027,0.019571,0.026481,0.017944,0.017324,-0.000234,-0.001967,-0.020052,0.009596,0.000395,0.020378,-0.044427,-0.018727,-0.022076,0.030877,0.017952,0.015375,-0.01357,-0.024476,0.008458,0.022467,-0.030336,-0.033541,-0.00122,-0.022589,0.01855,-0.041889,-0.037048,-0.013748,-0.012055,-0.014126,0.03279,0.006226,0.063016,0.003673,0.017941,0.039627,0.002401,0.020543,-0.007159,0.052886,-0.034957,0.020688,-0.019854,0.012318,-0.023706,-0.036596,-0.021437,-0.016761,-0.006263,0.017074,-0.01336,-0.008539,-0.002126,-0.036135,-0.003549,0.024994,-0.029038,-0.000555,0.017678,-0.005796,-0.015787,-0.031325,0.002535,0.006723,0.020069,-0.01241,0.021734,-0.011216,0.021313,-0.007282,-0.044605,-0.001981,0.009176,-0.007206,-0.006652,-0.023723,-0.010999,0.050543,0.020599,0.010491,-0.0302,-0.003435,0.020701,-0.018082,-0.003897,0.023449,0.004711,0.018805,-0.0189,0.009884,-0.017062,0.002979,0.002251,0.009471,0.019425,-0.029399,0.026707,0.115924,0.007299,-0.006023,-0.017869,-0.025773,0.020358,0.0656,0.01067,0.01025,0.009019,-0.027677,-0.008075,-0.026237,-0.01462,0.042602,-0.032609,-0.009334,0.004084,-0.008611,-0.020989,0.076318,-0.013952,0.007519,0.02864,0.008054,0.013938,-0.023158,0.006154,0.028849,-0.021901,0.003681,0.02582,-0.013532,0.029887,0.007655,0.048011,-0.051733,-0.009959,-0.044286,0.031185,-0.005111,-0.008741,-0.005466,-0.03081,0.025214,0.022914,0.009129,-0.002254,-0.015096,0.090114,-0.005189,-0.03839,0.039132,-0.014758,0.000949,-0.012326,-0.007071,-0.026544,0.043925,0.005485,0.009898,0.011889,0.011463,-0.007448,0.003707,-0.035357,-0.014924,0.00756,0.001575,-0.021219,-0.003909,-0.026189,0.055277,0.023811,-0.010749,-0.039769,0.005948,-0.022204,-0.015238,0.006257,0.750581,-0.02648,0.030685,0.01059,0.021731,0.010477,-0.01474,-0.008781,-0.006303,-0.008887,0.029083,-0.012316,-0.012434,0.032539,0.02699,0.007249,0.027553,-0.016763,0.002403,-0.024048,-0.002257,-0.022785,0.009147,0.004948,-0.009569,0.059991,0.015309,-0.019947,-0.019005,-0.011268,-0.044138,-0.031494,-0.055204,-0.052903,-0.043177,0.004135,0.006506,0.014693,0.045406,-0.090272,0.007845,0.008545,0.011257,0.0207,0.016238,-0.022105,0.022016,0.01836,-0.008838,-0.03982,0.020803,-0.050611,-0.013166,0.0309,0.017081,-0.016513,0.011961,-0.034826,-0.0252,0.006661,0.012703,-0.018931,-0.002153,0.087156,0.016353,0.070085,0.003104,0.006543,0.044558,0.035837,0.017461,-0.081519,0.028911,0.00507,-0.03263,-0.004463,0.009522,-0.050898,-0.01485,-0.052236,0.032668,-0.015427,0.012979,-0.010365,0.00618,-0.018534,-0.050976,-0.026119,0.007657,-0.025397,-0.024315,-0.006707,0.000267,-0.013113,-0.012041,-0.024251,-0.007115,0.016705,-0.014421,-0.023128,0.008618,-0.040033,0.035009,0.014363,-0.011566,0.003144,0.020126,-0.012366,0.022002,0.059551,0.010241,0.025252,0.010914,-0.002456,0.004917,0.001061,0.005901,0.013096,-0.036591,0.03799,-0.007505,-0.002923,-0.018127,-0.033295,0.032573,-0.028794,-0.009142,0.03012,0.010845,-0.025159,0.021141,0.010807,-0.013674,-0.014768,-0.007934,-0.028902,-0.002831,-0.011931,0.032819,0.014829,-0.008451,0.025017,0.01616,0.038081,0.046066,0.033673,0.014139,0.020385,-0.001951,0.028476,0.006925,0.192692,0.030353,0.016801,-0.014294,-0.019252,0.019922,-0.017906,-0.022769,-0.036278,0.061077,-0.01683,0.024903,0.021168,0.004599,0.019539,0.059427,-0.043442,0.036121,-0.035278,0.014018,-0.015104,0.007141,-0.155958,0.009558,-0.013947,-0.007898,-0.019709,0.009236,-0.023158,-0.05324,0.003571,-0.023739,0.003451,0.014027,-0.030483,-0.047363,0.057305,-0.030024,0.021788,-0.014852,0.008778,0.023045,0.045357,0.085334,-0.015337,0.106556,-0.011492,-0.011229,-0.032398,-0.052518,-0.002959,0.015601,0.010629,0.02564,-0.040972,-0.030315,-0.003283,0.010102,-0.014025,0.052339,-0.0291,-0.00234,-0.02005,-0.006703,-0.040316,0.033957,-0.018131,-0.003629,0.044163,-0.005954,-0.067724,0.010466,-0.016612,0.005953,0.007965,0.000287,0.023919,0.003818,-0.008578,0.016303,-0.020709,0.016566,0.010358,0.007651,-0.022109,-0.003474,-0.024798,0.020072,-0.01036,-0.017278,0.001557,0.024099,0.008796,-0.038658,0.004853,-0.000982,0.018159,0.176394,-0.011592,0.047747,0.004525,0.00336,0.009641,-0.008642,-0.021878,0.029679,0.000765,0.000454,0.035689,0.012863,-0.001364,-0.037448,-0.021308,0.10314,0.018992,-0.028627,-0.04892,0.034128,0.027593,0.031837,0.027038,0.017001,-0.003648,-0.004726,-0.00258,-0.005062,0.005275,0.053751,0.018073,0.021021,-0.008618,0.012895,-0.029087,0.038895,-0.017463,-0.018621,-0.00409,0.000197,0.002976,0.006968,0.008525,0.025026,0.001518,-0.053956,-0.009078,0.034383,-0.027171,-0.00064,-0.037774,-0.004915,0.005877,0.017284,0.015194,0.006672,0.010739,-0.024459,0.015385,0.003949,-0.014817,-0.021939,-0.032434,0.006255,-0.005646,-0.071041,0.004634,-0.013298,0.0121,0.009304,0.005054,-0.014609,-0.086975,0.014037,-0.026183,0.019156,0.05345,-0.003417,0.009821,-0.027367,-0.004668,0.04904,0.00334,0.00502,0.004047,0.007489,0.022363,0.003499,0.010346,0.007813,0.022667,0.003017,-0.008727,-0.00148,-0.000765,0.024452,-0.029745,-0.025381,-0.0317,0.019018,0.016157,0.009377,-0.020825,-0.004784,0.008939,0.021154,-0.018969,-0.034959,0.009261,-0.008591,0.032384,-0.047099,-0.042784,0.003299,0.000884,-0.017109,0.015611,0.003116,0.075708,-0.013365,0.00744,0.031514,0.009537,0.013925,0.000128,0.05694,-0.029357,0.041929,-0.016123,0.037848,0.001479,-0.048912,-0.004164,-0.027832,-0.005503,0.016937,-0.023209,-0.00467,-0.038374,-0.015755,-0.015942,0.03858,-0.015084,0.003578,0.015766,-0.00825,-0.019327,-0.040142,0.010991,0.010589,0.015946,-0.0085,0.040253,-0.018202,0.032465,0.008732,-0.037645,-0.019449,0.027641,-0.032992,-0.008938,-0.040391,-0.003231,0.043324,0.006352,0.009681,-0.037252,0.003714,0.020733,-0.019392,-0.002708,0.044279,-0.01247,0.015092,-0.013641,0.015789,0.001276,0.005504,0.012459,-0.007731,0.021785,-0.026546,0.017573,0.110219,0.005243,-0.013781,-0.023396,-0.017412,0.037233,0.052195,0.007158,0.007717,0.015509,-0.030932,-0.004436,-0.021147,-0.023357,0.023337,-0.022672,0.01903,0.025671,-0.02978,-0.016033,0.073814,-0.000977,-0.002164,0.045405,0.008418,0.008332,-0.033404,0.026231,0.016907,-0.022109,0.008629,0.028134,-0.016206,0.034696,-0.004828,0.042588,-0.050359,-0.008115,-0.052734,0.018459,-0.006486,-0.0035,0.006412,-0.021161,0.011773,0.032978,0.010037,-0.007061,-0.023121,0.067063,0.011806,-0.030535,0.04776,-0.01185,-0.001511,-0.010648,-0.008325,-0.007463,0.050102,0.000898,-0.001365,0.010616,0.010189,0.014922,0.004503,-0.039355,0.001704,-0.001194,-0.000815,-0.032009,-0.016955,-0.025274,0.058464,0.015302,-0.000885,-0.029589,0.000243,-0.005796,-0.010854,0.019878,0.733256,-0.043037,0.031585,0.023167,0.002283,0.010063,0.017081,-0.009555,-0.008329,0.002316,0.00995,-0.026383,0.006956,0.02879,0.04115,0.015216,0.01474,-0.012623,-0.020224,-0.021978,-0.002762,-0.011192,-0.000435,-0.015912,-0.021242,0.057376,-0.000517,-0.001332,-0.035539,0.000975,-0.030631,-0.022262,-0.045418,-0.044582,-0.047935,0.005693,0.015318,0.005428,0.021578,-0.077409,0.017073,0.005557,0.02285,0.025479,0.022323,-0.007864,0.030785,0.022685,0.012935,-0.022282,0.037296,-0.040995,0.00021,0.041671,0.006543,-0.010652,0.007437,-0.046615,-0.012171,-0.006722,-0.00774,-0.00525,-0.000725,0.076829,0.003354,0.057278,-0.001935,0.040693,0.034536,0.022865,0.019637,-0.093165,0.028026,-0.00221,-0.011128,-0.00932,0.004973,-0.007553,0.012845,-0.044048,0.021817,-0.035473,0.020203,-0.004714,-0.003182,-0.035384,-0.040052,-0.015349,0.03021,-0.05373,-0.013596,-0.00881,0.028573,-0.006719,0.009114,-0.008885,-0.001451,0.016491,-0.021569,-0.020536,-0.015556,-0.032375,0.006641,-0.001701,-0.016969,-0.000597,0.015859,-0.008232,0.045616,0.040752,0.013488,0.034438,0.010219,0.005674,0.020173,-0.030344,0.036461,0.050417,-0.004914,0.029189,0.017381,0.014923,0.006932,-0.028827,0.01495,-0.046932,-0.012971,0.047128,0.004341,-0.02957,0.010967,0.0099,-0.014598,-0.028523,0.004603,-0.026035,0.013202,0.009582,-0.002162,0.030819,-0.009365,0.032349,0.037995,0.02453,0.058563,0.018762,-0.031784,0.017413,0.008692,0.019381,0.029073,0.180975,0.013141,0.007313,-0.042964,-0.014445,0.013617,-0.026418,-0.031096,-0.011789,0.048038,0.00884,0.013565,0.021478,-0.005011,0.014009,0.041498,-0.009,0.051883,-0.003505,0.057438,-0.009971,0.004678,-0.235526,0.002801,-0.028553,0.008702,-0.031776,0.013676,-0.00152,-0.015905,-0.021317,-0.02111,0.011961,0.006306,-0.016855,-0.028995,0.03452,-0.010032,0.040825,-0.021469,0.020181,0.016734,0.038886,0.098253,-0.030174,0.094978,-0.014292,-0.014938,-0.015974,-0.03898,-0.009825,-0.00655,0.009293,0.038948,-0.044006,-0.010736,-0.016988,0.031266,-0.009384,0.068964,-0.050424,0.01169,-0.023488,-0.028473,-0.026624,0.032368,-0.023583,-0.013953,0.009926,-0.005183,-0.054639,0.011757,-0.011781,-0.001251,0.020563,-0.031495,0.051246,0.000127,0.007333,0.039691,-0.010097,-0.004508,-0.015555,-0.014978,0.019841,0.007028,-0.040813,0.016037,0.00503,-0.03215,0.011202,0.03145,0.05196,-0.028041,0.011357,0.007091,-0.001138,0.169433,-0.012537,0.01354,0.020788,-0.018484,-0.003902,-0.006458,-0.031856,0.019242,-0.03523,0.034914,0.039436,0.00038,0.021274,-0.026881,-0.014753,0.112016,0.011257,-0.039243,-0.047007,0.049646,0.023017,0.04243,0.021197,0.007603,-0.028761,-0.033828,-0.021329,0.036045,-0.000935,0.062047,0.01016,0.017005,0.003034,0.017443,-0.045439,0.02038,-0.030279,-0.015767,-0.008197,0.005575,-0.005465,0.007831,0.036669,0.047994,-0.000595,-0.038797,-0.012598,0.024349,-0.017585,-0.014252,-0.054615,-0.024914,0.006924,0.030671,0.005114,0.017541,-0.014695,0.00369,0.050451,-0.006299,-0.005696,-0.020756,-0.004703,-0.003091,0.015081,-0.09701,0.007444,0.011129,0.001611,0.022086,-0.002223,0.02161,-0.053832,0.045093,0.009878,0.015974,0.054469,-0.011835,0.000305,-0.02571,0.001281,0.03808,0.006363,0.029456,0.017948,0.021359,0.039659,-0.030904,-0.016278,0.011591,0.041427,-0.002216,-0.007235,0.000914,-0.001526,0.000435,-0.037166,-0.015174,-0.042202,0.015185,0.004624,-0.003821,-0.026489,-0.019052,0.027306,0.018936,-0.024284,-0.063543,0.019966,0.028444,0.049499,-0.065814,-0.038074,0.008373,0.008041,-0.010772,0.038086,0.03315,0.053684,-0.004727,0.007806,0.006311,0.016316,0.017913,0.016651,0.066559,-0.045073,0.045656,-0.007396,0.038314,-0.002523,-0.043457,-0.027264,-0.037056,0.003777,0.013397,-0.044421,0.012699,-0.012472,-0.003194,-0.013641,0.028239,-0.005195,-0.018056,-0.004215,-0.001153,-0.009587,-0.006994,0.016005,0.003096,0.026847,-0.015537,0.044526,-0.036306,0.022676,-0.000534,-0.04415,-0.013518,0.016835,-0.021107,-0.015673,-0.039561,0.00551,0.033681,0.040218,0.004191,-0.025592,0.005338,0.030141,-0.022429,0.008204,0.058217,-0.016919,0.002906,0.011803,0.017886,-0.001253,-0.018041,0.007441,-0.00967,0.006069,-0.010481,0.017574,0.107058,0.000068,-0.006421,-0.032772,-0.046745,0.044979,0.074799,-0.000939,-0.016167,0.013674,-0.030072,-0.014191,-0.027563,-0.009358,0.009144,-0.031831,0.02187,0.017192,-0.011905,-0.016565,0.097785,0.001565,0.007776,0.052076,0.014281,0.006664,-0.016866,0.018759,-0.003856,0.007672,0.009466,0.044547,-0.018418,0.013499,0.001115,0.039126,-0.074658,0.007122,-0.024106,0.002763,-0.001493,0.003273,0.008688,-0.019914,0.008932,0.027386,0.007585,0.013625,0.005956,0.043472,-0.024815,-0.004931,0.046378,0.004945,-0.015647,-0.012515,-0.014074,-0.003716,0.041851,-0.012906,-0.000828,0.003688,0.005839,0.02299,-0.007902,-0.024166,-0.008825,0.006295,-0.005823,0.002171,-0.017234,-0.014769,0.031773,0.050762,-0.030492,-0.033154,0.023754,-0.014952,-0.012724,0.019284,0.685458,-0.042586,0.016373,0.036218,-0.010845,0.039385,0.016666,-0.004924,-0.028223,0.003012,-0.002434,-0.02254,0.004757,0.013045,0.042742,0.002479,-0.009071,-0.027255,-0.009674,-0.018752,0.008799,-0.006594,0.011539,0.003742,-0.000072,0.068165,0.018099,-0.020731,-0.03931,-0.008331,-0.021039,0.019315,-0.031854,-0.02242,-0.054063,0.01449,0.045738,0.002093,0.030513,-0.062881,0.032462,0.002968,0.026703,0.020861,0.035896,-0.025463,0.024468,0.003957,0.02414,-0.024614,0.032535,-0.018059,-0.031538,0.067137,0.004041,-0.015467,0.00763,-0.061483,-0.015121,-0.003922,0.005423,0.001458,-0.004755,0.059304,0.026683,0.043793,-0.012009,0.047025,0.040613,0.025115,0.005055,-0.069831,0.019291,0.026643,0.016616,0.011507,-0.009871,-0.035422,0.002888,-0.022236,0.015119,-0.049992,0.02621,-0.015649,0.004971,0.002042,-0.025884,0.007672,-0.011067,-0.019738,-0.062294,0.010189,0.014601,-0.014508,0.025314,-0.004863,0.008111,0.065977,0.028292,-0.019461,0.010113,-0.004675,0.011625,0.028299,-0.063724,0.031956,0.004656,-0.003253,0.011438,0.02605,0.003444,-0.033007,-0.004384,-0.005475,0.006657,0.006186,0.011355,0.020465,-0.000821,-0.01204,-0.02767,-0.005905,0.007103,-0.026158,0.002582,-0.036808,-0.054525,0.042519,0.044336,-0.029019,0.018137,0.013412,-0.003707,0.005595,-0.008994,-0.006762,-0.008303,-0.007096,0.041218,0.009402,-0.000759,0.037453,0.018842,0.021737,0.003979,0.002783,0.020661,0.016561,0.006931,-0.015934,0.012886,0.17388,-0.007533,0.017123,-0.029217,-0.015205,0.004624,-0.008029,-0.017656,-0.031203,0.030576,0.019662,0.043346,0.017736,-0.028535,0.016031,0.080478,-0.014604,0.011649,-0.006657,-0.003554,0.013135,0.012416,-0.185591,-0.017845,-0.047467,0.001361,0.01186,0.00895,-0.00926,-0.000648,-0.001191,-0.021866,0.002441,-0.010372,-0.022745,-0.043152,-0.010197,-0.005296,0.043012,-0.01265,0.001132,0.002471,0.039781,0.106352,-0.024318,0.170836,-0.012073,0.007885,0.001192,0.002604,-0.006656,0.023876,0.022269,0.032569,0.000853,-0.006949,-0.039677,0.001806,-0.02497,0.008455,-0.031435,-0.022259,0.020941,0.035889,-0.011255,0.031539,0.004759,-0.00986,-0.004984,-0.025516,-0.035598,0.01251,0.008571,-0.017078,-0.027977,-0.006327,-0.025594,-0.011023,0.006087,-0.007592,-0.015045,0.000246,0.03009,0.017511,-0.013706,-0.002077,-0.028938,-0.014107,-0.017685,0.004594,0.019641,0.046454,0.027927,-0.025881,0.011326,0.02623,0.025284,0.070524,0.014237,0.019683,0.018352,0.017098,-0.005598,0.000238,-0.013897,-0.004132,-0.006718,0.01196,0.019935,0.017443,0.029242,-0.022965,-0.003814,0.013093,0.007919,-0.013836,-0.056847,0.020109,0.02655,0.013907,-0.001454,0.031097,-0.033754,-0.015843,0.022527,0.01178,0.001239,0.036467,0.011437,0.011043,-0.001021,-0.002101,-0.023692,0.00145,-0.023551,0.021246,-0.040113,0.023883,-0.016203,-0.018184,-0.008419,0.011738,0.008855,-0.046515,-0.019072,0.020016,-0.053433,0.025588,-0.006941,-0.002603,-0.029934,0.008602,0.035143,-0.007526,0.015944,-0.010647,-0.002469,-0.006824,-0.001619,-0.01532,-0.020416,0.033642,-0.018866,-0.088706,0.02704,0.023409,0.008089,0.019409,0.011844,0.006997,0.00916,0.03132,0.007685,-0.013649,-0.001922,0.000622,0.007092,-0.003159,0.0217,0.012987,0.024954,-0.000009,0.009738,-0.012956,0.006305,-0.0226,-0.017214,-0.010823,-0.018208,0.016291,-0.00016,0.022574,0.007652,-0.006816,-0.020828,-0.013908,-0.031548,0.002856,0.008193,0.029602,-0.01109,-0.003638,0.032206,0.013724,-0.00678,-0.048259,0.017372,-0.014784,0.004599,0.029933,-0.002321,-0.023723,0.035307,-0.002372,0.031234,-0.01039,0.06847,0.026562,-0.024067,0.026385,-0.020217,0.005278,0.025205,0.036401,-0.003574,-0.015003,-0.013926,-0.010213,-0.019441,-0.031898,-0.034216,-0.039626,-0.025571,-0.016439,0.005232,0.002295,0.006997,0.000683,0.008707,0.041103,0.002556,0.008169,0.032996,-0.023785,-0.025444,-0.01107,-0.019782,-0.015672,0.026623,-0.021797,0.031785,0.012356,0.026858,-0.023557,-0.029065,-0.006091,-0.002344,0.003229,0.013547,-0.021567,0.007114,0.061076,-0.009924,0.030223,-0.014972,0.010128,0.012374,-0.007366,0.006894,-0.009075,0.026276,-0.019706,-0.022895,0.008657,0.000685,-0.021317,0.020606,0.015406,0.018344,0.029079,0.00737,0.110171,-0.004183,0.013644,0.028694,-0.004633,0.008947,0.068037,0.028099,-0.011924,-0.031527,0.003009,-0.021798,-0.005761,0.030242,0.023071,-0.00288,0.00254,-0.026805,0.015565,-0.024289,0.115183,0.04345,0.009966,0.007654,0.021649,-0.011532,-0.00608,-0.012178,0.012085,0.002933,0.048556,0.024812,-0.026922,0.013588,-0.001283,0.007837,-0.00343,0.029366,-0.00706,-0.002125,0.022631,-0.043753,-0.017928,-0.001514,-0.017332,0.024123,-0.007457,0.006955,0.006022,0.025436,-0.007083,0.027942,0.013681,-0.019157,0.010574,0.0135,0.010882,-0.014053,0.027244,-0.014045,0.023813,0.004774,0.028826,0.006111,-0.014812,-0.005868,-0.023982,0.02555,-0.003768,-0.012882,0.013283,-0.005321,0.02433,-0.007167,0.009883,-0.014925,-0.022031,-0.027143,-0.009017,-0.005288,0.767336,0.002673,0.013487,-0.007426,0.006517,-0.020558,0.008305,0.017314,-0.009722,0.016322,0.007655,-0.006189,-0.004527,0.007668,0.027344,-0.008476,0.033233,-0.008978,0.002354,-0.013828,-0.011769,0.022083,0.026064,0.014727,0.015324,0.053054,0.004294,-0.029723,0.002609,-0.030574,-0.040185,-0.006043,-0.037143,-0.018193,0.011112,0.010909,-0.005928,0.002766,0.022828,-0.105843,-0.014093,0.01486,0.026596,-0.007462,0.000585,0.005603,0.030517,0.057521,0.002079,-0.003496,0.00848,-0.025929,0.004912,0.048742,-0.012529,-0.022912,0.005246,-0.026795,-0.011224,0.03673,-0.014777,-0.017155,-0.029207,0.106026,0.034958,0.081637,0.006316,-0.006889,0.031203,0.007899,0.026196,-0.055083,-0.005495,0.011203,-0.010766,-0.000801,-0.002942,-0.047543,-0.009665,-0.025515,0.024262,-0.020014,0.024397,-0.016301,-0.001701,-0.009395,-0.036749,0.02489,-0.00314,-0.012968,-0.052121,-0.001984,0.02245,-0.001752,0.030127,0.008379,-0.007679,0.044102,0.030399,-0.01279,0.010909,0.000333,0.011314,0.04185,-0.058797,0.024441,0.014046,-0.014387,0.002079,0.025477,0.009905,-0.036112,0.001273,-0.004639,-0.007029,0.003932,0.018844,0.00975,-0.003319,-0.015377,-0.032182,0.00038,0.004183,-0.030408,0.001597,-0.026399,-0.043378,0.04082,0.032968,-0.034182,0.020324,0.010524,-0.00697,0.007731,-0.009476,-0.012159,-0.017574,-0.01163,0.023049,0.000861,0.010955,0.042934,0.013522,0.01372,-0.015163,0.00573,0.011789,0.009716,0.010091,-0.015664,0.008573,0.193656,-0.010438,0.02093,-0.001647,-0.010032,0.00997,-0.037438,-0.004756,-0.038785,0.023232,0.015044,0.05012,0.017592,-0.02464,0.00333,0.098327,-0.006664,0.00677,-0.000328,-0.003158,0.029458,0.01038,-0.157164,-0.024801,-0.055763,0.018262,0.003895,0.004253,-0.001249,0.006401,-0.003508,-0.022184,0.019147,-0.015991,-0.032328,-0.02627,-0.016107,-0.010612,0.031804,-0.001247,0.003091,-0.012498,0.039837,0.089188,-0.024687,0.154861,0.006263,0.021926,-0.014376,-0.002559,0.008025,0.02798,0.014066,0.018701,-0.017599,-0.014034,-0.039383,-0.017819,-0.019889,0.004692,-0.034274,-0.033872,-0.004837,0.024569,-0.007379,0.053507,-0.006256,-0.018051,0.001475,-0.030033,-0.038144,0.00439,-0.004741,-0.002275,-0.019512,-0.01662,-0.026204,-0.004198,-0.003234,-0.010189,-0.008151,0.00474,0.051845,0.011936,-0.008986,0.006187,-0.037974,-0.000514,-0.036503,-0.005606,0.017981,0.014233,0.011911,-0.028495,0.006977,0.008713,0.032612,0.046723,0.000591,0.014479,0.001586,0.0309,-0.025229,-0.017542,0.012433,-0.008985,0.009694,0.000451,-0.000709,-0.001537,0.018703,-0.035314,-0.012099,0.021697,0.014606,-0.013925,-0.052102,0.006836,0.006196,-0.004515,-0.010581,0.018802,-0.035038,-0.008214,0.02596,0.016098,0.018709,0.043467,0.022443,0.020787,-0.004462,0.014199,-0.027074,-0.005998,-0.032261,0.009567,-0.036445,-0.014721,-0.014366,-0.013651,-0.006616,0.024767,-0.009212,-0.022565,-0.018563,0.034413,-0.046498,0.033266,0.000019,-0.004785,-0.033335,-0.001075,0.030593,-0.003384,0.027172,-0.004056,0.000355,-0.014997,-0.003002,-0.02833,-0.020683,0.007342,-0.01207,-0.077353,0.024605,0.002243,0.001496,0.019067,0.004539,-0.013239,0.02322,0.013181,-0.002712,-0.010318,-0.001043,-0.004848,0.008067,-0.002886,0.016153,0.019675,0.006465,0.005393,0.004809,-0.014211,-0.020677,-0.028439,-0.022583,-0.009492,-0.039857,0.008977,-0.000768,0.018876,0.020244,-0.016238,-0.023746,-0.00017,-0.013981,0.025036,0.00372,0.00445,-0.004869,-0.000789,0.010916,0.008083,-0.012035,-0.045623,-0.006508,-0.011731,-0.007159,0.024491,-0.015077,-0.026242,0.010251,0.002787,0.025169,-0.023713,0.047643,0.030207,-0.036584,0.020035,-0.005503,0.023276,0.03102,0.041762,-0.011474,-0.010545,-0.019197,-0.0001,-0.008241,-0.022759,-0.028596,-0.024707,-0.010256,-0.020855,-0.002505,-0.010533,0.006599,0.007776,0.010571,0.029012,-0.020904,0.011798,0.042823,-0.014544,-0.003893,-0.010043,-0.034946,-0.033799,0.029967,-0.021869,0.012038,0.003127,0.008957,-0.011539,-0.037676,-0.013667,0.004015,-0.00204,-0.010266,-0.017431,-0.004296,0.065392,-0.010605,0.035572,-0.013599,0.0141,0.011212,-0.003443,0.009684,-0.021405,0.030907,-0.009522,-0.019911,0.020414,0.024522,0.003113,0.031227,0.011243,0.020727,0.015406,0.014324,0.11254,-0.006627,0.01594,0.019744,0.000998,0.004593,0.070033,0.036939,-0.004627,-0.035697,-0.009374,-0.03513,-0.003894,0.021503,0.026092,-0.009645,0.021832,-0.02385,0.013435,-0.008047,0.049432,0.035485,-0.012257,0.011152,0.035867,0.005503,-0.022608,-0.009372,0.018155,-0.018644,0.040515,0.010241,0.006846,0.021136,0.007899,0.008457,-0.001894,0.013432,0.000222,-0.010075,0.012056,-0.028091,-0.013092,0.003932,-0.042694,0.012583,-0.029996,0.009754,0.01152,0.031246,-0.017796,0.013523,0.022752,-0.011721,0.003877,0.023552,0.018217,-0.014333,0.02296,0.001116,0.012484,0.002953,0.014289,0.00645,-0.00084,-0.006654,-0.036193,0.025076,-0.011107,0.002664,-0.000125,-0.002966,0.012534,-0.009685,0.008659,-0.008856,-0.03227,-0.035314,-0.018319,0.003896,0.787329,0.000015,0.006805,-0.014199,0.011122,-0.019398,-0.008879,0.022975,-0.01861,0.015351,0.000067,-0.006792,-0.001313,-0.004591,0.025578,0.004407,0.030378,-0.017219,-0.013287,-0.014751,-0.006828,0.029262,0.016281,0.019793,-0.005312,0.050519,-0.000521,-0.028854,0.001746,-0.025114,-0.057299,-0.008871,-0.03237,-0.003595,0.021232,0.025054,-0.012016,-0.009382,0.02008,-0.10761,-0.012451,-0.004396,0.016647,-0.020662,0.016728,0.011406,0.017355,0.07086,0.004,-0.016823,0.012247,-0.021707,0.014286,0.051186,0.003689,-0.029546,0.007371,-0.040809,-0.018952,0.014148,-0.021466,-0.022123,-0.024331,0.090793,0.023484,0.086447,0.00868,-0.010227,0.026883,0.02646,0.038454,-0.078425,0.033835,0.025939,0.014521,0.004598,0.016295,-0.00963,0.004584,0.011866,0.006051,-0.058882,-0.003312,0.010298,-0.006678,-0.005178,-0.04256,0.008072,-0.004715,-0.018763,-0.044116,0.013587,0.007651,-0.041594,-0.007702,0.00695,0.033642,0.020207,0.017161,-0.025238,0.034507,-0.005373,0.041433,0.029446,-0.056588,-0.000895,0.015538,-0.012796,0.037347,0.032024,0.017828,-0.015853,-0.003326,-0.031562,0.01204,-0.016825,0.007882,0.031603,-0.000498,-0.00193,0.005617,-0.016711,0.012261,-0.007433,0.00897,-0.036721,-0.056708,0.036903,0.018018,-0.024829,-0.003449,0.003393,-0.019817,-0.007811,-0.02524,-0.0278,0.018553,0.006656,0.030093,0.033891,-0.009108,0.022298,0.045087,0.033462,0.045869,0.042926,0.007882,0.040706,-0.013584,-0.007436,0.005497,0.160821,0.01646,0.004966,-0.003696,-0.004189,0.004526,-0.001536,-0.02818,-0.016301,0.024746,0.017022,0.024409,-0.000722,-0.020205,0.034924,0.050459,0.011938,0.029546,-0.03528,0.002123,0.001316,0.013581,-0.188517,0.003054,-0.04001,0.032341,0.013526,-0.020312,-0.005237,-0.017273,-0.023607,-0.010372,-0.028928,-0.002319,-0.036721,0.002815,0.035559,-0.021607,0.040325,-0.01349,-0.001791,0.004499,0.040884,0.093852,-0.000492,0.053629,0.00773,-0.007547,-0.023706,0.005079,0.022159,-0.03022,0.000235,0.057198,0.038205,-0.034825,0.012685,0.037845,-0.019967,0.038224,-0.01755,0.007593,0.024262,0.004446,-0.023195,0.0021,-0.019532,-0.031388,0.016192,-0.017897,-0.01918,0.02123,0.022589,-0.028,-0.005816,-0.027061,0.013833,-0.00008,0.000955,0.01918,-0.030933,-0.022481,-0.024434,0.006701,-0.003512,-0.010637,-0.036972,0.010624,-0.004528,-0.04871,0.014444,0.016181,0.042309,-0.024723,0.030693,0.036487,0.054815,0.224906,0.014592,0.043462,0.009907,0.006188,-0.00201,0.022298,0.020977,-0.022651,-0.045701,0.005494,0.017221,0.027938,-0.010487,0.003068,-0.052909,0.069815,0.007257,-0.018812,-0.056934,-0.0094,0.02445,0.007417,0.000617,0.004992,-0.002327,-0.010549,-0.005724,0.001882,0.022519,0.024175,0.000908,0.037472,-0.00137,-0.000989,-0.036709,0.032631,-0.016868,0.023406,-0.040854,0.029892,-0.004227,-0.005065,-0.030434,0.053111,-0.01481,-0.039289,0.007002,0.015161,-0.030676,0.011709,-0.019553,0.013161,-0.023257,0.035669,0.001968,0.01074,-0.001773,-0.025708,-0.010981,0.013376,0.018466,-0.017356,-0.014075,0.030689,-0.008223,-0.091279,0.004668,-0.035235,-0.015665,0.042869,0.062595,0.0059,-0.093772,0.036669,0.003484,0.077679,0.050657,-0.016389,-0.013208,0.032854,0.005633,0.034487,0.039815,-0.020524,-0.001622,-0.012703,0.017171,-0.020758,-0.001089,0.036973,-0.027227,0.019491,0.007384,0.00075,0.020516,0.01631,-0.01061,-0.003789,-0.010306,0.037709,0.018929,0.009649,-0.001133,-0.012874,0.009023,0.051746,-0.026103,-0.030717,0.00186,-0.032557,0.005459,-0.024929,-0.003203,-0.038847,0.00735,0.021427,0.029225,0.014887,0.081428,0.01612,-0.01706,0.068158,0.02472,-0.000669,-0.0288,0.041542,-0.020216,-0.00661,-0.022675,-0.00272,-0.020869,-0.020911,-0.034694,0.008687,-0.022112,-0.003594,-0.012951,-0.013882,-0.019332,-0.035017,0.014189,0.025977,-0.012981,0.003858,-0.009181,-0.025574,-0.020985,-0.032703,-0.006057,-0.019379,0.032986,-0.011651,-0.009014,-0.029573,0.008366,-0.019115,-0.041368,-0.02334,0.01393,-0.003746,0.025528,-0.007649,0.011828,0.03439,0.007689,0.03263,-0.013802,0.014486,0.029079,-0.024617,-0.019114,0.073465,0.005597,-0.021115,-0.009382,-0.003392,-0.021292,-0.044411,0.03494,-0.018817,0.01365,0.0372,0.012745,0.110605,0.018572,0.007002,0.0013,-0.023241,0.031587,0.061363,0.015214,-0.037256,-0.016945,-0.004667,0.01922,-0.011265,0.041627,0.002138,-0.01374,-0.002768,-0.016579,-0.0185,-0.051907,0.07992,0.015641,0.01596,0.007674,0.004855,-0.003821,0.00965,0.029222,-0.017619,0.030313,0.028875,0.031248,-0.000004,-0.003465,-0.014772,-0.003184,-0.029443,-0.031935,0.004942,0.001762,-0.011034,-0.020849,-0.032842,-0.019497,0.033543,0.027492,0.018129,0.025853,-0.013888,0.048153,0.0114,-0.002131,0.015807,-0.036664,-0.029206,0.012282,0.045181,-0.008007,0.068328,-0.013226,0.035927,-0.009962,0.025347,0.009056,0.036503,-0.053014,-0.00652,0.018045,0.000806,0.025236,-0.002605,-0.026452,0.020049,0.014009,-0.015487,0.006202,-0.006159,-0.021569,0.005125,-0.010707,0.715555,-0.007041,0.010945,-0.00206,0.005185,-0.00743,0.028829,-0.020529,0.005909,-0.025346,0.036495,-0.015676,0.000734,0.017361,0.058542,-0.003851,0.019927,-0.003329,0.035212,-0.051226,-0.009021,-0.041363,0.024858,0.001642,0.019842,0.076546,0.032794,0.001259,-0.010536,0.043742,-0.014094,-0.001237,-0.03573,-0.03317,-0.012981,-0.020277,0.006629,0.030128,0.016997,-0.06491,-0.004285,-0.036034,0.037974,0.025806,0.012349,-0.034222,0.002615,0.006375,0.003445,-0.015929,0.023888,-0.014739,0.01853,0.021472,-0.021494,-0.015557,0.007548,-0.023775,0.010414,0.018242,-0.005566,-0.012349,0.004686,0.033701,0.05109,0.025671,0.009919,0.032903,0.020423,0.019609,0.044207,-0.073241,0.03913,0.031771,0.009303,0.003107,0.003497,0.003399,-0.000361,0.0207,0.012098,-0.06487,-0.007589,0.003959,-0.004937,0.004562,-0.048357,0.008169,-0.010205,-0.025746,-0.056735,0.013165,-0.003515,-0.022204,0.003048,0.019354,0.028238,0.041408,0.014169,-0.017304,0.015608,0.000372,0.026593,0.012581,-0.070554,-0.00733,0.013621,0.009718,0.024966,0.009804,0.012106,-0.020715,-0.023267,-0.027402,0.020013,-0.004416,0.01111,0.01869,0.016843,0.010502,0.014007,-0.022698,0.013297,-0.011513,0.012425,-0.030012,-0.047733,0.047015,0.009503,-0.015048,-0.011068,0.003826,-0.026299,0.003638,-0.030438,-0.02542,0.020535,0.008433,0.03906,0.046179,-0.009329,0.021742,0.021616,0.027828,0.050504,0.028866,0.009762,0.053645,-0.016722,-0.009309,0.011537,0.130385,0.010916,0.012369,-0.004798,0.023356,0.0089,-0.004685,-0.021768,-0.007584,0.025628,-0.004707,0.020191,-0.001854,-0.025933,0.020632,0.053387,-0.001158,0.014376,-0.035138,-0.002828,-0.001962,0.002863,-0.209828,0.000501,-0.038795,0.042049,0.005051,-0.017371,0.006822,-0.021932,-0.018342,-0.01275,-0.032528,-0.016133,-0.022102,0.00118,0.009678,-0.020455,0.022225,-0.013411,0.018003,-0.001741,0.042817,0.082694,0.002587,0.03618,0.012627,-0.008312,-0.007633,0.008846,0.024962,-0.038987,0.005023,0.0328,0.033089,-0.013463,0.008653,0.030135,-0.017905,0.033428,-0.007176,0.010254,0.019413,0.017829,-0.026154,-0.007613,-0.005057,-0.013474,0.015871,-0.012286,-0.015197,0.026946,0.032713,-0.026905,-0.006235,-0.018779,0.024228,-0.002739,0.008579,0.003955,-0.025211,-0.014244,-0.019957,-0.000964,0.007647,-0.010249,-0.040971,0.024762,0.000895,-0.035644,0.02666,0.006034,0.034624,-0.011143,0.021436,0.040214,0.047091,0.211411,0.01055,0.040407,0.009261,0.002049,-0.002839,0.018974,0.001929,-0.033316,-0.028926,-0.012645,-0.006633,0.010271,-0.026317,0.000171,-0.055339,0.068165,0.02563,-0.017652,-0.056163,-0.005905,0.021259,0.001422,-0.014955,0.006784,-0.010052,-0.028484,-0.017731,-0.007359,0.028422,0.005292,0.010858,0.028742,0.00612,-0.010661,-0.025307,0.018888,-0.012445,0.027283,-0.03945,0.01186,0.006516,0.000027,-0.018698,0.064263,-0.009265,-0.048087,-0.002016,0.010449,-0.01743,0.006492,-0.015405,0.013482,-0.021338,0.041327,-0.002061,0.009441,0.006694,-0.036262,-0.020652,0.004618,0.024538,-0.019313,-0.012675,0.029665,-0.014198,-0.103776,0.017115,-0.01923,-0.018325,0.025456,0.059047,0.00537,-0.089801,0.032421,-0.00041,0.105052,0.041765,-0.018249,-0.000131,0.035467,0.00149,0.038174,0.019114,-0.018745,0.001936,-0.008452,0.014426,-0.007658,-0.015912,0.041127,-0.031963,0.019068,0.000424,0.006088,0.033337,0.002995,-0.016516,0.007534,-0.014089,0.036876,0.019276,0.008857,-0.014409,0.001015,0.006505,0.047683,-0.018663,-0.013048,-0.007293,-0.038134,-0.00388,-0.013034,-0.005418,-0.04483,0.00956,0.017107,0.027559,0.011148,0.077315,0.000825,-0.004841,0.057435,0.003143,-0.008516,-0.01721,0.029949,0.008399,0.000937,-0.020477,0.00579,-0.007298,-0.0152,-0.037405,0.018881,-0.030762,-0.017275,-0.013598,-0.008525,-0.00689,-0.017642,0.021453,0.021891,0.001023,-0.002514,-0.000009,-0.029504,-0.02917,-0.020152,-0.011959,-0.029958,0.028284,-0.024879,-0.014493,-0.025974,0.006373,-0.017176,-0.038101,-0.008452,0.003243,-0.015405,0.019789,-0.006812,-0.005115,0.037265,0.018069,0.02299,-0.002718,0.00933,-0.005065,-0.033427,-0.000161,0.053728,0.02012,-0.011599,-0.014919,0.008828,-0.02126,-0.052374,0.015603,-0.018873,0.003735,0.033068,-0.001724,0.111205,0.025334,0.002435,0.014736,-0.022315,0.02244,0.05625,0.035651,-0.049365,-0.02081,-0.006878,-0.004268,-0.00641,0.048243,-0.000619,-0.020558,-0.001106,-0.025371,-0.026947,-0.048777,0.114244,0.015406,0.000674,-0.002485,0.013335,-0.010552,0.024764,0.010734,-0.010059,0.048204,0.009729,0.038063,0.004361,0.008768,-0.016161,-0.006179,-0.028388,-0.021389,0.01925,0.002344,-0.00401,-0.036831,-0.034152,-0.007723,0.022184,0.01252,0.034595,0.001259,-0.004847,0.05701,0.010674,0.002108,0.013596,-0.028435,-0.029829,-0.000204,0.036054,-0.004463,0.047517,-0.007432,0.039584,-0.008777,0.030429,0.002833,0.016643,-0.030242,-0.006405,0.022815,-0.009265,0.014798,-0.012264,-0.015476,0.001225,0.000533,-0.020844,0.000562,-0.004044,-0.000658,0.010879,-0.005505,0.736589,-0.001564,-0.0093,-0.000899,0.017313,-0.01496,0.014469,-0.026918,0.00207,-0.024969,0.033956,-0.014166,0.00561,0.031574,0.043729,0.000181,0.018402,-0.004283,0.031348,-0.049832,-0.003934,-0.027325,0.011629,0.020106,0.017086,0.09177,0.047841,-0.003978,-0.001012,0.04304,-0.02316,-0.007381,-0.038079,-0.014331,0.006099,-0.02179,-0.013621,0.014262,0.008541,-0.071145,-0.004106,-0.025245,0.031996,0.001604,0.007677,-0.025691,0.015705,0.004047,-0.003615,-0.015563,0.015215,0.002019,-0.011059,0.021445,-0.003683,-0.015767,0.007971,-0.04176,0.009252,0.010856,-0.005793,-0.016488,-0.007455,0.034017,0.04415,0.02604,0.00987,0.015052,0.011817,0.032373,0.02216,-0.073281,0.012548,0.00448,-0.008635,0.025378,0.002278,-0.043131,0.007204,0.025834,-0.02633,-0.016279,-0.008448,-0.009567,-0.014967,-0.007906,-0.007108,0.04996,0.001556,-0.035261,-0.086403,0.024189,-0.005546,-0.052517,0.049391,-0.010253,0.028677,-0.001971,0.023922,0.011618,0.044431,-0.034969,-0.021291,-0.008204,-0.058611,0.022754,0.007519,-0.044247,-0.021085,0.08572,0.047,-0.000232,-0.027043,0.04135,-0.022092,-0.022573,0.01956,0.04421,-0.035796,-0.005685,-0.032947,-0.041134,0.006959,0.020071,-0.001535,-0.054331,-0.048041,0.034606,-0.02353,0.034486,0.046793,-0.028049,-0.027012,-0.000457,0.029393,-0.02378,0.021499,0.001099,0.038967,-0.009817,-0.00737,-0.023792,0.00507,0.021246,0.05479,0.011599,-0.036505,0.011969,0.053205,0.007316,0.030209,0.133927,-0.02159,0.008048,-0.009657,-0.041193,0.009201,0.027097,-0.000807,0.026754,0.042194,0.018676,-0.026954,0.029296,0.043852,0.014763,0.044354,0.051521,0.059783,-0.010688,-0.006041,0.003484,0.046656,-0.233942,-0.018836,-0.009468,0.007902,-0.009266,-0.011744,0.006958,-0.031101,-0.01052,-0.022082,-0.025091,0.008092,-0.064596,-0.029501,0.018656,-0.028519,0.039187,0.033236,-0.029148,-0.011717,0.040791,0.058719,-0.044898,0.116891,-0.008792,0.008848,-0.02713,0.060206,-0.025359,0.007672,-0.013609,0.040655,0.03543,-0.017915,0.035949,0.002615,-0.029662,-0.000177,0.024557,0.004527,0.033112,-0.01678,-0.03229,-0.016184,0.016142,-0.00945,-0.000908,0.006261,-0.028464,0.009505,0.043196,-0.025531,-0.00125,-0.000999,0.047057,0.018449,0.003452,0.014095,-0.016128,-0.034622,0.036818,-0.031895,-0.039767,-0.077103,-0.034233,-0.016266,0.013851,-0.033229,-0.004643,0.007808,0.004373,-0.044415,0.017838,-0.003208,0.017647,0.204528,-0.020729,0.006402,0.038292,-0.007743,-0.02704,0.039252,-0.013099,0.009927,-0.017477,0.034339,0.042106,-0.043428,0.009992,-0.020127,0.007006,0.086543,-0.005323,-0.002762,-0.030601,0.013758,0.018417,0.004106,-0.018585,0.046881,0.022576,0.018474,0.019658,0.02291,-0.041005,-0.033707,-0.022282,0.012896,-0.012485,0.026396,-0.044017,-0.008298,-0.066306,0.034898,0.018232,0.038387,-0.023654,-0.007198,-0.027717,0.047481,-0.004481,-0.002178,0.02341,0.015402,0.033816,0.017551,0.034004,-0.027999,-0.002717,-0.00902,-0.007349,0.025127,-0.042331,-0.058854,0.004724,0.002355,0.023594,0.017324,0.03171,-0.001918,-0.070591,-0.060979,0.014147,0.003069,-0.002804,0.022192,0.011889,-0.016038,-0.019313,-0.004734,-0.000827,-0.041179,0.027588,-0.050826,0.00947,0.003243,-0.033841,0.056129,0.023152,-0.020223,0.030585,-0.015934,0.045092,-0.040733,-0.011648,-0.021495,0.007318,-0.000171,0.00791,-0.007972,-0.024824,0.035954,-0.020279,0.020179,-0.030432,0.022535,0.058285,0.006584,0.025096,-0.047068,-0.007907,-0.015749,0.043128,-0.030843,0.002782,-0.000163,0.045418,-0.032324,0.009016,-0.005389,0.030646,0.013125,0.000175,0.005946,0.01323,-0.005884,-0.05863,0.05448,-0.013332,-0.045303,0.02842,0.042309,-0.010182,-0.005859,-0.037163,0.039771,0.032351,0.00479,0.002454,-0.033367,0.060774,0.006699,0.009815,0.017001,-0.006976,-0.049031,-0.006216,0.000211,-0.013015,-0.025991,-0.009882,-0.023633,-0.002535,0.03483,-0.0195,-0.00612,0.019766,-0.009024,0.016228,0.008222,0.016138,0.005158,-0.051315,-0.007734,-0.036624,-0.019297,-0.010496,-0.004232,-0.013984,0.047003,0.006145,0.035101,-0.011499,0.056504,-0.012475,-0.012269,0.018811,0.030298,0.055262,0.013544,-0.024728,0.017073,-0.010263,0.055837,0.0338,0.032766,-0.034485,-0.030087,0.030302,0.104468,-0.031915,0.025457,-0.013567,-0.047246,0.013741,0.09336,0.001467,-0.019318,0.031942,-0.016187,0.00606,-0.00934,-0.020645,-0.047216,-0.000958,-0.008024,0.017305,0.033281,-0.020945,0.007505,-0.008865,0.010156,0.002362,-0.006718,-0.010708,0.047155,-0.004907,0.00164,0.009838,0.023659,0.051644,0.001103,0.014562,-0.025492,0.027813,-0.056373,0.028538,-0.016322,-0.004432,0.011036,0.015285,0.011741,0.004772,0.009077,0.055606,0.037262,0.003322,-0.021799,0.057869,0.025548,0.046245,0.076431,-0.065652,-0.013421,0.026817,-0.013376,0.03651,0.004786,0.004204,0.030067,0.017744,0.000553,0.009325,0.062358,-0.014066,-0.014658,0.014472,-0.010176,-0.018867,-0.013501,0.018469,0.087161,0.027351,0.019992,0.039862,0.037892,-0.002295,0.018445,0.008243,0.650586,-0.028384,0.069191,0.013756,-0.012242,0.048167,-0.008877,-0.028516,-0.012245,-0.022249,0.042626,-0.008804,-0.019849,-0.010645,0.019797,0.002482,-0.022084,-0.03226,0.027404,-0.013387,-0.004796,-0.018349,0.013912,-0.005105,0.003663,0.021138,-0.040118,-0.034039,0.019239,0.015408,0.046628,0.018589,-0.047179,-0.01364,-0.032489,0.029089,0.040492,-0.006568,0.046571,-0.050685,-0.008183,0.006506,0.044325,0.004691,0.02107,-0.04993,0.005975,0.001102,0.011718,-0.032581,0.023376,-0.036537,-0.005599,0.044619,0.004853,-0.023178,0.01252,0.00024,0.005976,-0.002009,-0.006573,0.005472,0.039567,0.043869,0.010684,0.020102,0.036475,-0.029322,-0.001113,0.023563,0.01895,-0.085632,0.030884,0.039103,-0.027507,0.015508,0.053736,-0.008069,-0.015137,-0.013977,0.032477,-0.054227,0.041516,0.031432,-0.00841,0.017943,-0.02032,-0.035737,0.008914,-0.002368,-0.036881,0.005353,-0.000156,-0.014566,0.016175,0.040909,0.001793,0.070754,0.01219,0.002309,0.003436,0.013003,-0.007954,-0.019408,-0.050062,-0.001035,-0.009161,-0.004252,-0.037771,0.057894,-0.016531,-0.033248,-0.021203,-0.02135,-0.038915,-0.012103,0.009665,0.000925,-0.021743,0.000844,-0.02238,-0.00462,0.02331,-0.031841,0.021217,-0.053027,-0.004283,0.010274,0.022174,0.007938,-0.011762,0.000531,-0.000386,-0.009599,-0.032508,-0.019597,0.007908,0.012872,-0.004328,0.016539,-0.000521,0.025805,-0.012621,-0.006576,-0.001814,0.027601,0.015805,0.028235,-0.024508,-0.023329,0.012646,0.17129,0.065839,0.036538,-0.028472,0.011978,0.001174,-0.027637,-0.004695,-0.011921,0.030588,0.030134,0.033977,0.015514,0.010801,-0.003878,0.06423,-0.013887,0.026303,0.001594,0.01207,-0.018023,-0.020952,-0.194722,0.000073,-0.024965,0.016401,0.033708,-0.007835,0.022573,-0.012532,-0.002781,-0.019429,-0.024288,-0.021197,-0.064889,-0.021877,0.01166,-0.018312,0.019289,-0.037857,0.008598,-0.026077,0.070716,0.068072,-0.037321,0.063299,0.010271,0.012598,0.008866,0.017745,0.015622,-0.010032,-0.020253,0.025653,-0.016019,-0.07175,-0.012722,-0.011319,-0.036644,0.007893,-0.031031,-0.004929,0.005688,0.017473,-0.020675,-0.010793,-0.00473,-0.018766,0.012208,-0.029118,-0.048308,-0.027029,0.013021,-0.018721,0.0058,-0.01099,0.03264,-0.020819,-0.061374,-0.029611,-0.017683,0.040911,0.009596,0.022994,-0.000401,-0.010864,-0.056834,-0.015079,0.002782,-0.055637,0.020264,0.042735,0.03643,-0.026587,0.020214,0.012134,0.03398,0.106729,0.012899,0.013071,0.010568,0.026245,-0.038654,0.002437,-0.013779,-0.000397,-0.029664,0.007655,-0.010123,0.04846,0.000559,0.003848,-0.041515,0.052244,0.009508,-0.013761,-0.059434,0.041074,0.019456,0.029751,-0.020823,0.009251,-0.032474,0.000642,-0.011146,0.008034,0.042679,0.058134,0.027336,0.022646,0.012056,0.009021,0.000321,0.027326,0.004511,-0.002369,-0.011692,0.039445,-0.006926,0.001087,-0.075583,0.019857,-0.030379,-0.030251,0.002309,0.058148,0.014021,0.002816,-0.012042,0.008265,-0.015448,0.017301,0.003775,0.002677,0.018522,-0.015805,0.005114,-0.022408,-0.019937,-0.006751,-0.03405,0.021459,-0.034815,-0.099614,0.021433,-0.008736,-0.007444,0.021934,0.012863,-0.006472,-0.077217,0.030187,-0.011052,0.010301,-0.003298,-0.00623,0.006972,0.019844,-0.005055,0.054049,0.032272,-0.008462,-0.003848,0.007166,0.02537,-0.024682,0.014045,0.021324,-0.022176,0.001795,0.01068,0.008754,0.032579,0.034017,-0.038882,-0.001657,-0.013005,0.001293,0.024202,-0.040955,-0.008768,0.000719,0.00027,-0.000021,-0.00216,-0.033821,0.022791,-0.02193,-0.002082,0.047845,-0.041614,-0.049186,-0.002096,0.006419,0.016903,-0.005596,0.10058,0.000826,-0.04958,0.027454,0.015324,0.008975,-0.019055,0.069961,-0.009393,-0.028605,-0.012191,0.004147,0.004566,-0.019934,-0.033508,0.013268,-0.001681,-0.021016,0.007889,0.021832,0.009175,-0.03792,0.00843,-0.025113,0.022661,0.010308,0.001095,-0.00017,-0.027681,-0.002104,-0.003462,0.008155,0.034569,-0.039459,-0.006429,-0.014553,0.014518,-0.01759,-0.026881,-0.008421,0.020795,-0.000612,0.015926,-0.046757,-0.033039,0.035246,0.015966,0.015669,-0.003284,0.005603,0.001113,0.046395,-0.005316,0.032358,0.033273,-0.02892,-0.019554,-0.015484,-0.060982,0.005659,0.022632,0.009043,0.046499,-0.015391,-0.007515,0.114252,-0.016886,0.021673,-0.01505,-0.021732,0.039741,0.067372,0.061275,-0.043554,-0.025921,0.019769,-0.019207,-0.039535,0.038838,-0.022025,0.010598,0.014226,-0.021399,0.007813,0.015501,0.079137,-0.008676,-0.025131,-0.009003,0.025374,-0.010583,-0.015026,-0.036717,0.000473,0.010155,0.028437,0.007525,-0.039011,0.024895,-0.012476,0.026737,-0.045223,0.001593,-0.007207,0.012486,0.061283,-0.031812,0.006958,-0.052659,0.031263,0.032563,-0.005499,-0.011968,0.027996,0.039476,-0.019246,0.019198,0.044352,-0.030097,-0.010309,0.027415,0.032531,0.006545,-0.029808,0.001089,0.031671,0.020762,0.023941,-0.056457,0.001028,-0.072157,-0.017914,0.055095,0.027464,0.009414,-0.028486,0.001639,0.025163,0.001531,0.016129,-0.014011,-0.047506,-0.030617,-0.004828,0.000762,0.712065,0.00268,0.036041,-0.003365,0.002708,-0.00676,-0.02054,0.01047,-0.010566,-0.026463,0.011941,0.020127,0.020022,0.037895,0.013509,-0.061786,0.039743,-0.004689,0.017506,-0.023407,-0.011086,-0.015488,0.06538,0.051628,0.005925,0.042639,-0.012653,-0.018861,0.00764,0.018628,-0.016005,0.014936,-0.025484,-0.041014,-0.032287,0.042296,-0.005978,0.045063,0.013246,-0.085922,0.013854,-0.010747,0.029049,-0.0118,-0.039968,-0.007707,0.012595,-0.007051,0.001981,0.007146,0.013732,0.003549,-0.010087,0.054941,-0.017266,-0.016334,0.006708,-0.00436,-0.052318,0.018321,-0.015197,-0.024763,0.010272,0.049961,0.004427,0.055461,0.014167,-0.030853,0.01067,0.006706,0.01582,-0.088943,0.038003,0.059095,-0.040986,0.016197,0.0454,-0.022721,-0.025837,-0.002781,0.024841,-0.045884,0.024857,0.007988,-0.001051,0.012728,-0.017088,-0.032974,0.003495,-0.007751,-0.050082,0.00525,-0.002417,-0.014871,0.024688,0.038249,-0.001045,0.064047,0.001738,0.007906,0.011008,-0.018709,-0.025886,-0.015373,-0.05408,0.0153,-0.006418,-0.02093,-0.04912,0.082013,-0.025413,-0.046305,-0.021175,-0.002322,-0.039146,-0.031529,0.009945,0.013896,-0.030161,0.015195,-0.030907,-0.005466,0.031246,-0.022217,0.025804,-0.059717,0.005766,-0.01101,0.014375,0.016393,0.014292,-0.002536,-0.003062,-0.012704,-0.031863,-0.015185,0.022988,0.01417,-0.004634,0.00684,-0.000998,0.00862,-0.021958,-0.0118,-0.010429,0.040357,0.00386,0.036035,-0.024725,-0.025389,0.016942,0.139334,0.065206,0.0186,0.002052,0.006086,-0.002071,-0.031069,-0.007306,-0.013658,0.044615,0.036975,0.021553,0.027687,0.01231,0.003005,0.065184,-0.015518,0.027377,0.015764,0.006205,-0.015542,-0.021155,-0.199353,-0.013674,-0.029094,0.018622,0.016377,-0.005778,0.00619,-0.013138,0.001774,-0.006492,-0.022904,0.009735,-0.069879,-0.033214,-0.014891,-0.005573,0.00846,-0.025088,0.005294,-0.024282,0.066064,0.079244,-0.061717,0.073687,0.013739,0.007613,0.011382,0.022146,-0.003359,-0.012012,-0.028523,0.023684,-0.000553,-0.046989,-0.007643,-0.00407,-0.046405,-0.004306,-0.016548,-0.005969,0.010524,0.018237,-0.017872,0.000837,-0.005055,-0.022655,0.005528,-0.041979,-0.060379,-0.027857,0.01723,-0.033106,0.004658,-0.017558,0.034908,-0.026011,-0.06063,-0.030879,-0.017016,0.042569,0.026163,0.026644,0.008671,-0.024229,-0.055673,-0.02391,-0.006665,-0.051917,0.040596,0.039189,0.039625,-0.021295,0.024103,0.005156,0.036751,0.114084,0.016691,0.020693,0.022596,0.013092,-0.067821,0.01311,-0.009945,0.014458,-0.039434,0.011049,-0.019986,0.041786,-0.004096,0.000656,-0.024555,0.017413,0.017463,-0.034048,-0.061529,0.039837,0.024545,0.032673,-0.027563,0.011041,-0.023417,-0.014306,-0.021854,0.017221,0.035476,0.062377,0.020804,0.018696,0.005779,0.002836,-0.005941,0.015791,0.011763,0.011735,-0.008001,0.055822,-0.014901,0.009998,-0.071941,0.01811,-0.021737,-0.022955,0.004229,0.052036,0.019774,0.008528,-0.002592,0.003275,-0.012677,-0.00592,0.004869,0.013933,0.005076,-0.018657,0.000724,-0.023087,-0.020866,0.004889,-0.004968,0.012149,-0.017973,-0.098154,0.031452,0.015098,-0.007349,0.024633,0.013226,-0.002762,-0.038851,0.007141,0.006606,-0.010009,-0.006741,-0.022822,0.007035,0.004461,-0.005431,0.043354,0.015657,-0.003434,-0.012616,-0.013292,0.030599,-0.01639,0.021828,0.02523,-0.01459,0.000652,0.003465,0.015877,0.009387,0.030725,-0.032952,0.018236,-0.003523,-0.000765,0.024458,-0.056068,-0.009261,-0.004687,0.009183,-0.004947,0.019426,-0.044879,0.038663,-0.017416,0.007242,0.049046,-0.027982,-0.044503,-0.015451,-0.000513,0.001066,0.007298,0.096255,-0.006534,-0.053527,0.043057,0.000407,-0.003337,-0.00913,0.074178,-0.008089,-0.041788,-0.016294,0.019939,0.027023,-0.024981,-0.024326,-0.022786,0.009938,-0.028902,0.019817,0.034216,0.008085,-0.056346,0.01705,-0.015266,0.028665,-0.011255,0.014301,-0.004562,-0.01404,0.006845,-0.004505,-0.001527,0.027424,-0.035732,0.001806,-0.019319,0.003843,-0.013132,-0.034041,0.003361,0.011624,0.019271,-0.000974,-0.054802,-0.059608,0.051617,0.008227,0.022338,-0.01701,0.010453,-0.005606,0.0481,0.001724,0.014005,0.035049,-0.030778,-0.01146,-0.002971,-0.045012,0.019694,0.03892,-0.011137,0.026417,-0.019178,0.001581,0.113991,-0.026209,0.023059,-0.022273,-0.032138,0.033525,0.055955,0.060163,-0.035637,-0.021696,0.012967,-0.019056,-0.015403,0.02497,-0.029298,0.009805,0.015056,-0.030093,0.007867,0.028656,0.070351,-0.006911,-0.022302,-0.007794,0.022077,-0.018525,-0.016576,-0.037606,0.012094,-0.004562,0.032672,0.02212,-0.034383,0.028849,-0.025597,0.011155,-0.053898,-0.00722,0.000442,-0.001995,0.052495,-0.005481,0.025785,-0.05801,0.02065,0.03318,-0.019768,-0.025247,0.032521,0.05346,-0.020015,0.009274,0.057057,-0.035824,0.005252,0.018786,0.040425,0.007853,-0.044779,-0.015546,0.045935,0.028624,0.019684,-0.049296,-0.00079,-0.058775,-0.014823,0.047024,0.02728,-0.0089,-0.029279,-0.004297,0.01451,0.008279,0.022056,-0.010307,-0.022399,-0.022406,-0.010478,0.001311,0.703247,-0.000727,0.047093,0.006223,-0.007614,0.004196,-0.027659,0.016504,-0.011362,-0.022763,0.024633,0.022791,-0.004927,0.013687,0.008468,-0.052741,0.014813,-0.009552,0.02675,-0.014042,-0.02058,-0.008868,0.069744,0.049731,0.009161,0.025012,-0.044186,-0.025573,0.025184,0.000351,-0.014807,0.019081,-0.011366,-0.022802,-0.037136,0.044294,0.018339,0.040944,0.011953,-0.086561,0.028536,-0.020565,0.028146,-0.019482,-0.031907,-0.01027,0.031745,-0.029713,-0.00328,-0.00704,0.011149,-0.011023,0.003421,0.057234,-0.013588,-0.019712,0.006217,-0.007047,-0.056912,-0.009236,-0.022563,0.005567,0.036883,0.064233,0.00138,0.02269,0.016863,-0.04367,-0.002811,0.019201,0.009553,-0.096769,0.013556,0.031737,0.001964,-0.004112,-0.003348,-0.012909,0.021655,0.009692,0.049916,-0.041474,0.039693,0.049861,0.015014,0.000079,-0.028478,0.026752,0.021914,-0.025852,-0.04676,0.043224,-0.038335,-0.023655,0.03445,0.011834,-0.002559,0.013735,0.024276,0.00758,0.002702,-0.010017,-0.007858,-0.001142,-0.046728,-0.014453,-0.053327,0.006905,0.042244,0.004968,-0.001007,0.002181,-0.014969,-0.03076,-0.003696,-0.040134,0.03995,0.006818,0.023649,0.006138,0.038308,-0.00772,-0.001293,-0.008459,0.001684,-0.052173,-0.024639,0.031965,0.02184,-0.005155,-0.040703,-0.010587,-0.018492,-0.013515,-0.029048,-0.009736,0.014585,0.000644,0.002483,0.014956,-0.014874,0.021585,0.003417,0.001039,0.049506,0.011361,-0.008581,0.069828,0.004266,-0.016029,0.050382,0.164513,0.030612,-0.011391,-0.002263,0.015429,0.033673,0.025413,-0.004861,-0.008438,0.050374,-0.018619,0.043431,0.022028,0.013094,-0.005801,0.046902,-0.002716,0.034552,-0.012075,-0.007676,-0.008739,0.007609,-0.211312,0.012541,-0.021579,0.018061,0.025257,-0.00617,0.03893,-0.01743,-0.005991,-0.015453,-0.020912,-0.004422,0.007938,0.02358,0.010619,0.010032,0.034731,-0.025296,0.028749,-0.029233,0.068299,0.052495,-0.031572,0.109753,0.009423,0.034432,0.012199,0.031894,-0.006791,-0.020193,0.007518,0.041063,-0.005138,-0.05961,-0.02321,0.000762,-0.029593,0.004596,-0.044648,-0.004157,0.022799,0.003471,-0.020578,-0.027575,0.013575,0.024816,0.028942,-0.005532,-0.057192,0.01797,0.037674,-0.010602,-0.008859,-0.012215,-0.002488,0.016525,0.014084,-0.001033,-0.030188,0.020759,-0.011901,-0.000996,-0.00087,-0.025249,-0.058215,0.005574,-0.01047,-0.031096,0.011054,-0.047651,0.008923,-0.035396,-0.018058,0.023859,0.034489,0.153963,-0.003243,0.040728,-0.001614,0.017913,0.00318,0.004492,-0.01014,-0.026409,-0.032566,0.043585,0.013931,0.023477,0.01086,-0.00362,-0.01602,0.085972,0.002609,-0.015555,-0.041211,-0.010597,0.041069,0.031447,-0.006152,0.026218,-0.056453,0.005998,0.006199,-0.009453,0.009577,0.027712,0.032974,-0.010341,0.020348,0.000328,-0.00309,0.031831,-0.032583,0.03595,-0.01665,0.01549,-0.014748,-0.017873,-0.036329,0.033804,-0.025511,-0.028927,-0.015839,0.027083,-0.025544,-0.001173,-0.005605,-0.010243,-0.025965,0.027986,0.022826,-0.012967,-0.024662,-0.0199,-0.058104,0.000287,-0.003397,-0.016415,-0.038794,0.029046,-0.05485,-0.10387,-0.018275,-0.020049,-0.031593,0.024542,0.014223,-0.008782,-0.134079,0.00374,-0.024822,0.06962,0.03916,-0.03188,-0.028101,0.004541,-0.005455,0.011923,0.034798,-0.048134,0.002713,0.004957,0.022304,-0.034048,-0.001964,0.012312,-0.023851,-0.003978,-0.005231,0.009557,0.036285,0.021184,-0.037466,-0.022891,-0.024927,0.038147,0.026483,-0.000152,-0.000718,0.030021,-0.016409,0.025138,0.004775,-0.004533,-0.008207,0.001677,0.011439,0.00532,-0.01974,-0.05462,0.024071,-0.01693,0.058928,-0.004387,0.072102,-0.011255,-0.017842,-0.012159,0.016627,-0.018848,-0.055258,0.030087,0.029951,0.006542,-0.030752,0.013712,0.024458,-0.013764,-0.038985,-0.017896,-0.012154,-0.036046,0.005428,0.003671,0.028508,0.036044,-0.00301,0.040575,0.01523,0.007367,-0.003212,-0.00289,-0.026756,-0.027629,-0.01733,-0.027396,0.054581,-0.039357,-0.000083,0.018732,0.020626,0.007563,-0.032189,-0.005348,0.00657,-0.034966,0.016092,-0.014802,0.038746,0.017241,0.034041,0.024947,0.001686,0.009233,0.003004,-0.009719,0.004459,0.075826,0.045836,-0.00136,-0.000994,0.023667,-0.016312,-0.039051,0.005544,0.004904,0.011377,0.020055,0.00813,0.106915,0.028817,0.025056,-0.012605,-0.031074,0.04448,0.04548,0.05942,-0.030521,-0.023629,-0.008406,-0.039955,-0.019075,0.043909,-0.030251,0.006026,-0.009556,-0.031902,-0.026228,-0.007852,0.131836,-0.007784,0.014785,0.006853,0.000027,0.013866,0.001894,0.03425,0.001354,0.015559,0.000783,0.007021,-0.000991,-0.003858,-0.00272,0.053305,-0.033298,0.003406,0.024864,-0.019558,0.008665,-0.034625,-0.000567,-0.021314,-0.000157,0.024947,0.019383,-0.002114,0.036979,0.080296,0.00595,-0.013549,0.033606,-0.02022,-0.013083,-0.004049,0.019726,-0.002346,0.033727,-0.008426,0.005391,0.005604,0.018261,-0.043603,-0.039225,-0.02864,-0.006677,0.045714,-0.007649,0.019193,0.007649,0.014427,0.001892,0.00147,-0.005166,0.003052,-0.000064,-0.025925,-0.013382,-0.020382,0.705342,0.007205,-0.000211,0.011405,0.004367,0.014539,0.007979,0.010154,-0.015413,-0.003589,0.00184,-0.002524,0.010364,0.025801,0.014914,0.012243,0.042947,0.006708,0.024448,-0.01706,0.024021,0.005996,0.022117,0.00257,0.011891,0.056437,-0.001271,-0.020009,0.018586,0.028966,-0.008713,-0.03385,-0.02563,-0.020896,0.007335,0.000232,0.002338,0.013549,0.001545,-0.072351,0.002364,-0.015734,0.023818,-0.016114,-0.00033,-0.022978,0.021923,0.012582,-0.009103,-0.021983,0.017981,-0.013994,0.004729,0.039001,0.005814,0.001049,0.018996,-0.049928,0.012499,-0.023544,0.021209,-0.024005,-0.011259,0.05699,-0.004694,0.042918,0.002987,-0.006644,0.014746,0.027175,0.046737,-0.085763,0.026524,0.023176,0.016099,-0.023913,0.023266,0.014548,0.001382,-0.016638,0.018313,-0.058441,0.030911,0.016017,0.033967,0.001803,-0.066436,-0.00211,0.004436,-0.033568,-0.075115,0.027235,-0.003402,-0.03559,0.022856,-0.010695,-0.019446,0.045518,0.011117,-0.002774,0.009795,0.022039,-0.036237,-0.036148,-0.065191,-0.030115,-0.016587,0.040416,0.028046,0.024617,0.002519,-0.000543,-0.013594,-0.023414,-0.001263,-0.008351,0.034295,-0.010013,0.017748,0.012889,0.017096,-0.00839,0.003017,-0.014077,0.02962,-0.054707,-0.021037,0.046832,0.013375,-0.00602,-0.050763,0.007495,-0.027268,-0.009294,-0.044397,-0.0338,-0.005221,0.020331,0.021624,0.03321,-0.004838,0.025136,-0.012818,-0.003922,0.024409,-0.014382,0.022056,0.051743,0.018452,0.019992,0.028362,0.138202,-0.003377,-0.031489,-0.013001,0.020152,0.011352,0.026382,-0.022155,-0.001524,0.052775,-0.004247,0.047354,0.004671,-0.00085,-0.019915,0.049001,0.011813,0.018684,-0.005894,0.013403,-0.011129,0.037305,-0.215304,0.014971,-0.049929,0.014222,0.031692,-0.005056,0.037663,0.0297,-0.02667,-0.017611,-0.023014,-0.026724,0.001526,-0.003218,0.001764,0.002373,0.032455,-0.032965,-0.002195,-0.017046,0.056164,0.069057,-0.034865,0.092133,0.014743,0.010958,0.023511,0.028387,0.016921,-0.033091,0.004216,0.023438,-0.022526,-0.052574,-0.013378,-0.003967,-0.047581,0.017654,-0.041739,0.011699,0.057784,-0.013344,-0.012175,-0.011116,0.020886,0.014963,0.023916,-0.009583,-0.024104,0.01677,0.030031,-0.008956,0.001148,-0.036539,0.015678,-0.021572,0.011766,0.010176,-0.00854,0.033104,0.006446,0.004439,0.020754,-0.002157,-0.054617,0.009641,-0.014123,-0.020173,0.035628,-0.010116,0.001893,0.00312,-0.00868,0.013594,0.030375,0.135346,0.032035,0.024512,-0.00181,0.000226,0.002782,0.009955,-0.020325,-0.014823,-0.023875,0.020257,-0.017567,0.030089,-0.005943,-0.029919,-0.027315,0.048841,0.002091,-0.010425,-0.057734,0.017471,0.033424,0.026937,-0.008125,0.007555,-0.052226,-0.015374,0.003289,0.000103,0.016628,0.021557,0.030856,-0.013308,0.001568,-0.019806,-0.007752,0.03731,-0.025334,-0.004928,-0.01592,0.02572,-0.042099,-0.013298,-0.034193,0.03932,-0.006013,-0.034098,-0.007363,0.033442,-0.001052,0.012089,-0.024477,-0.007077,-0.032092,0.01576,-0.015825,-0.018696,-0.008595,-0.022957,-0.031983,0.004181,-0.009765,-0.016674,-0.01188,0.037981,-0.060918,-0.117443,-0.010008,-0.010918,-0.025538,0.014939,0.024797,-0.0175,-0.107765,-0.000039,-0.024973,0.069844,0.016829,-0.033762,-0.042488,0.03257,-0.019984,0.020404,0.035206,-0.027684,-0.018511,0.005866,0.019548,-0.010114,-0.009955,0.016331,-0.02723,-0.003396,-0.004831,0.004991,0.030643,0.02142,-0.030802,0.005142,-0.025354,0.013432,0.007429,-0.019579,-0.006982,0.008259,0.007193,0.021866,-0.008766,-0.004614,0.009399,-0.018209,0.007678,-0.009567,-0.007447,-0.056108,0.013735,-0.003929,0.034596,-0.014775,0.109096,-0.002308,-0.023869,0.013884,0.012552,-0.011894,-0.025801,0.015452,0.023947,-0.003255,-0.014873,-0.003865,-0.010682,-0.013784,-0.03439,-0.003298,-0.030349,-0.014345,-0.034335,-0.004614,0.020788,0.005774,-0.004248,0.009099,0.005963,-0.001955,0.008092,-0.026104,-0.006106,-0.012824,-0.006304,-0.013096,0.032191,-0.020579,-0.014993,-0.008681,0.010603,-0.033932,-0.036024,-0.007628,0.009473,-0.022213,0.004446,-0.019043,0.025881,0.027324,0.046657,0.052021,-0.0121,0.016469,-0.003066,-0.009204,-0.00226,0.056309,0.008796,-0.012665,-0.024853,0.025261,-0.047651,-0.030102,0.012521,-0.012422,0.016263,0.019296,0.001725,0.110621,0.019887,0.032635,-0.02518,-0.013571,0.004002,0.052918,0.051401,-0.04595,-0.014141,-0.012445,-0.026613,-0.02604,0.036907,-0.035544,-0.001998,0.016917,-0.011165,-0.017572,-0.015116,0.126712,0.011452,-0.003001,0.00817,0.015469,0.018199,-0.004247,0.011822,0.01371,0.016214,0.028215,0.02807,-0.017905,-0.00687,0.006962,0.049721,-0.019278,0.006616,0.023803,-0.006196,0.022317,-0.048827,-0.009366,-0.018401,-0.000344,0.005364,0.032519,0.011402,0.02133,0.069432,-0.021637,-0.009697,0.029102,-0.021167,-0.009991,0.01785,-0.001089,0.009079,0.004074,0.007507,0.019253,-0.006548,-0.000289,-0.031161,-0.014224,-0.034505,-0.000349,0.07071,-0.028213,0.029424,-0.00321,0.0021,0.013847,0.023662,-0.009458,0.006806,0.011765,-0.019544,-0.001202,-0.013422,0.72502,-0.015335,0.024065,-0.01157,0.036939,0.001902,0.023338,0.014082,-0.008561,-0.001594,0.004807,-0.008101,-0.011131,0.052299,-0.005869,-0.01649,0.047539,0.007268,-0.000885,-0.024564,-0.016486,0.001721,0.043297,0.033596,0.031469,0.061857,0.012472,-0.017716,0.017831,0.023074,-0.007366,-0.009696,-0.012248,-0.041869,-0.002989,0.011557,-0.014702,0.039402,0.012263,-0.07522,0.012058,-0.004631,0.011822,-0.014979,-0.01017,-0.030224,0.007425,0.01744,-0.002729,-0.009852,-0.000289,0.00573,-0.028863,0.041028,-0.028962,0.007571,0.013758,-0.02988,0.013501,-0.022153,0.024329,-0.01165,-0.008906,0.053631,0.025501,0.039022,-0.004894,-0.016132,0.004264,0.020408,0.032963,-0.117484,0.033961,0.030586,0.014571,-0.007033,0.018858,0.007933,-0.003727,0.000639,0.042196,-0.051448,0.021506,0.038056,0.002961,-0.005619,-0.007681,0.017472,0.045185,-0.038314,-0.037867,0.008214,-0.023204,-0.043938,0.031763,0.029457,-0.005313,0.029078,0.011558,-0.007826,-0.019112,0.026982,0.019213,-0.008121,-0.0714,-0.010401,-0.050529,0.001585,0.039807,-0.001242,0.001016,-0.002106,-0.013627,-0.024743,-0.008684,-0.027202,0.060824,0.022717,0.015294,-0.020803,0.038482,-0.011586,0.005057,-0.002078,0.004784,-0.0516,-0.026966,0.03126,0.012713,0.017201,-0.022783,-0.004502,-0.007228,-0.029778,-0.006852,-0.010856,0.009033,-0.013319,0.010775,0.027293,-0.02806,0.007767,0.035466,-0.005174,0.030013,-0.018467,0.005498,0.049095,-0.021476,-0.018062,0.07067,0.145973,0.039819,-0.013344,-0.002226,0.009768,-0.023985,0.019211,-0.017942,-0.008228,0.060852,-0.025834,0.017435,0.040866,-0.006452,0.010226,0.029884,-0.002198,0.027507,0.008197,-0.015968,0.005024,0.026061,-0.230001,0.007064,-0.038964,-0.000807,0.018704,-0.021029,0.034469,-0.013589,-0.003381,0.000254,-0.002647,-0.002097,0.013524,0.045377,-0.022228,0.001883,0.028237,-0.056879,0.015136,-0.015238,0.08901,0.069056,-0.029051,0.133253,0.026989,0.035184,0.009051,0.009781,-0.011638,-0.023692,-0.017968,-0.005838,-0.00572,-0.0471,-0.022794,-0.01369,-0.011632,-0.005389,-0.045153,0.005404,0.014255,0.007759,-0.001954,-0.007133,0.010591,0.031112,0.019698,0.001106,-0.048834,0.017722,0.025479,0.019089,-0.042055,-0.032506,-0.000128,0.00758,0.002914,0.021156,-0.033245,0.023768,0.011724,0.017208,-0.004471,-0.028287,-0.043925,0.023765,-0.002882,-0.017952,0.014188,-0.0141,0.014122,0.003934,0.00393,0.017218,0.015979,0.144752,-0.000759,0.045649,-0.01904,0.014756,-0.008836,0.018381,-0.014454,-0.03246,-0.023638,0.007578,0.009399,0.011034,0.030965,-0.011618,0.009657,0.049259,0.013018,-0.017306,-0.024326,0.000413,0.029811,0.014227,-0.000521,0.013267,-0.038366,-0.008867,0.011501,0.022078,0.002499,0.046044,0.003217,0.004739,0.003036,-0.012793,0.00974,0.026494,-0.021786,0.019806,-0.005775,0.026839,-0.027369,-0.008854,-0.008445,0.043185,-0.002643,-0.01592,-0.019194,0.019604,-0.013978,-0.000092,-0.008074,-0.007517,-0.022769,0.03188,0.011642,0.002883,-0.001274,-0.011834,-0.035329,-0.003884,0.012918,-0.019572,-0.050008,0.021835,-0.028162,-0.094221,0.006514,-0.018639,-0.028199,0.002104,0.033257,0.008672,-0.073766,-0.007687,-0.016057,0.027964,0.042002,-0.045049,-0.033948,-0.002484,0.004263,0.034692,0.052267,-0.025032,0.004823,0.014823,-0.003694,-0.023191,-0.009667,0.008254,-0.033102,-0.001776,-0.00871,-0.000939,0.017692,0.019461,-0.056514,-0.042215,-0.007388,0.021901,0.059762,-0.025939,0.001781,0.00969,0.01122,0.043528,0.001946,-0.002912,-0.003003,-0.00387,0.011258,0.003629,0.002495,-0.066601,0.002628,-0.024094,0.042532,0.026453,0.106517,-0.005196,-0.025353,-0.005194,0.013907,-0.012936,-0.062688,0.030926,0.038252,0.010342,-0.011855,-0.008802,0.038239,0.00042,-0.031265,-0.036388,-0.024243,-0.033213,-0.038397,0.035057,0.005135,0.039945,-0.002836,0.049426,0.027305,-0.000753,-0.002843,-0.019688,-0.032316,-0.024203,-0.01265,-0.009516,0.038145,-0.036545,0.003831,0.002317,0.007453,0.017898,-0.01262,0.001578,-0.004277,-0.012556,0.002221,-0.019867,0.034128,0.045317,0.047095,0.005227,-0.00691,-0.004472,-0.005843,-0.017061,-0.001134,0.010953,0.062825,-0.006459,0.003885,0.035905,-0.009169,-0.027309,0.01478,0.018807,-0.007074,0.013097,-0.006759,0.101187,0.007745,0.029997,-0.02263,-0.030393,0.03227,0.03233,0.058354,-0.038271,-0.023816,0.010237,-0.014882,0.000932,0.01818,-0.065672,0.008907,-0.001044,-0.03277,-0.023632,-0.010821,0.159476,0.002891,0.006876,0.01014,0.003322,0.000144,0.001981,0.049038,0.006371,0.014626,0.030645,0.021434,-0.034508,-0.020712,0.006259,0.063039,-0.042816,0.013531,0.017539,-0.049468,0.003596,-0.032826,0.008671,-0.013906,0.011517,0.017031,0.019633,-0.017751,0.026816,0.086047,-0.001988,-0.019958,0.039045,-0.027875,-0.020707,-0.009674,0.001368,0.024042,0.014336,-0.004683,-0.000063,0.00717,-0.006453,-0.018453,-0.029842,-0.00755,-0.018664,0.04359,0.0103,0.031021,0.002717,0.010923,-0.009597,0.008908,-0.008384,-0.002648,0.009442,-0.037995,0.002618,-0.002437,0.703615,-0.007001,-0.001926,0.001647,-0.017051,-0.002336,0.014337,0.013791,-0.008766,0.012562,-0.018408,-0.020892,0.012972,0.035427,0.024844,0.003366,0.022363,-0.0018,0.025645,-0.031047,0.011809,-0.036456,0.022567,0.034854,0.013964,0.034418,0.008695,-0.041567,0.014465,0.025503,0.011462,-0.04829,-0.028001,-0.006277,-0.012802,0.011467,-0.0006,0.016247,-0.005967,-0.051898,-0.009026,-0.007245,0.017295,-0.021919,0.025022,-0.040189,0.041865,0.013617,-0.00115,-0.030747,0.014773,0.015952,-0.015458,0.041575,0.011421,-0.005294,0.00894,-0.055302,0.019049,-0.010852,0.029586,-0.014432,0.008827,0.041808,0.010629,0.034806,-0.002823,0.001531,0.02811,0.045935,0.010532,-0.082486,0.009534,0.041771,-0.002146,0.000997,-0.008031,-0.030704,0.003498,0.002583,0.01432,-0.019851,0.02549,0.00892,0.02152,-0.004935,-0.059178,0.013931,0.002358,-0.023286,-0.074091,0.015993,-0.000921,-0.022125,0.031767,0.027324,-0.022647,0.03984,0.036318,0.015339,0.001505,-0.014829,0.000581,-0.007859,-0.0528,0.002867,-0.016651,-0.003848,0.018421,-0.002068,0.000444,-0.031457,-0.006673,-0.024072,-0.010297,-0.007163,0.032347,0.020535,0.012659,-0.005882,-0.002691,-0.012525,0.001278,-0.023928,-0.004796,-0.031173,-0.027529,0.038525,0.026453,-0.004967,-0.003725,-0.002549,-0.01478,0.011388,-0.012358,-0.007443,0.010773,0.013201,0.022528,0.02857,-0.006988,0.043339,0.009597,0.017568,0.012514,0.011034,0.004129,0.040999,0.014781,-0.021954,0.041335,0.155035,0.007466,0.008328,-0.001161,0.016561,0.04215,0.009863,0.000278,-0.023382,0.04122,-0.012264,0.051378,0.020366,-0.008834,-0.01527,0.063099,0.002035,0.020194,0.003069,-0.004047,0.01813,-0.001925,-0.229316,0.004934,-0.050215,0.003482,0.036611,0.001719,0.026385,-0.016678,0.003897,-0.012371,-0.010682,-0.008511,-0.00702,0.007381,-0.008002,0.013174,0.024744,-0.006471,0.034674,-0.025256,0.077221,0.082106,-0.02849,0.114427,0.000644,0.024861,0.003841,0.030555,0.009358,-0.004262,0.003034,0.026519,-0.013817,-0.058194,-0.039534,-0.015321,-0.024079,0.017987,-0.041233,-0.012086,0.022401,0.027059,-0.011027,0.007136,0.004536,0.001933,0.011006,-0.020111,-0.04598,0.003507,0.037342,-0.00398,-0.019618,-0.023556,-0.01269,0.009889,0.018924,-0.019961,-0.028046,0.006614,-0.00792,-0.006554,-0.004756,-0.017745,-0.06898,0.01588,-0.031532,-0.008486,0.019995,-0.034834,0.017497,-0.031896,0.005902,0.011644,0.025843,0.121548,0.000056,0.037751,-0.007188,0.021899,-0.006846,0.000499,0.000283,-0.02583,-0.017462,0.035887,-0.011288,0.028145,0.007812,-0.028747,-0.009346,0.039445,0.004042,-0.03407,-0.04952,-0.015328,0.035082,0.026108,-0.015855,0.012732,-0.06142,-0.000582,0.016042,-0.007382,0.012212,0.029887,0.035194,0.016968,0.024286,-0.008174,-0.008509,0.005526,-0.037581,0.023965,-0.045748,0.00427,-0.009484,-0.022693,-0.012572,0.042024,-0.026514,-0.036093,-0.011666,0.02746,-0.041724,0.013801,-0.002504,-0.018529,-0.036449,0.023636,0.034243,-0.00713,0.002677,-0.012245,-0.026385,-0.009688,0.001732,-0.015436,-0.041525,0.020343,-0.027627,-0.067267,-0.001274,-0.026511,-0.025035,0.019497,0.022955,-0.014449,-0.078588,0.000869,-0.002088,0.077416,0.007638,-0.024122,0.011479,0.003935,0.004195,0.016354,0.035576,-0.027856,0.011549,-0.005848,0.003532,-0.047627,-0.015116,0.004255,-0.045643,0.002847,-0.005896,0.012506,0.02317,0.013458,-0.025441,-0.015297,-0.012732,0.028069,0.026994,-0.002063,-0.001973,0.026352,-0.003583,0.022555,-0.014971,-0.01902,-0.006457,0.002521,0.002894,0.031656,-0.009473,-0.044537,0.021289,0.004127,0.049263,-0.035033,0.075214,-0.008323,-0.034879,0.010505,0.007886,-0.006808,-0.025237,0.025595,0.021155,-0.007781,-0.038748,-0.001722,0.00242,-0.010752,-0.051627,-0.020702,-0.018715,-0.036133,0.015681,0.005064,0.032044,0.038501,0.002761,0.043561,-0.002982,0.007027,0.012605,-0.009077,-0.032421,-0.027005,-0.031165,-0.036134,0.040726,-0.033364,-0.000915,0.007138,0.003842,-0.001965,-0.04458,-0.000407,0.020247,-0.032461,-0.006427,-0.000604,0.008687,0.047221,0.024366,0.017939,0.00403,0.010736,-0.012271,-0.014092,0.019926,0.0833,0.046668,-0.000087,-0.015889,0.029716,0.008264,-0.028882,0.017129,0.007271,0.030428,0.02196,0.010663,0.108868,-0.000167,0.019387,0.014249,-0.023924,0.023667,0.045616,0.068001,-0.009859,-0.034837,-0.010563,-0.032557,-0.01782,0.057501,-0.018615,-0.004921,0.018391,-0.024364,-0.020047,-0.009876,0.146131,0.017251,0.006123,0.021923,-0.003075,0.010937,0.000662,0.007697,-0.006824,0.011366,0.015479,0.006159,0.015557,0.003905,-0.008797,0.035567,-0.036903,-0.002081,0.009623,-0.004392,0.007116,-0.036154,-0.000818,0.011978,-0.026786,0.00435,0.006066,0.014386,0.032682,0.053538,0.002834,-0.000235,0.015594,-0.023881,-0.015295,-0.008916,0.026706,-0.023727,0.011284,0.000379,0.019793,-0.006297,0.013632,-0.022812,-0.011705,-0.020706,-0.010034,0.052942,-0.002844,-0.001283,0.005373,0.004278,0.01481,-0.000883,0.012268,0.004408,-0.02678,-0.018053,-0.023851,-0.012869,0.729667,0.017491,-0.001167,0.002831,0.015732,-0.004998,0.020085,0.010832,-0.022851,0.011055,0.00623,-0.011374,0.003961,0.011239,0.040352,0.030065,0.048136,-0.023574,0.024704,-0.02998,0.0146,0.036655,0.025414,0.022248,0.003996,0.066352,-0.002563,-0.014986,0.006049,0.00814,-0.027641,-0.037453,-0.012715,-0.03893,0.001995,0.007968,-0.023264,0.0067,-0.001069,-0.082923,-0.009657,-0.009589,0.020177,-0.029864,-0.004884,-0.003153,0.031261,0.055555,-0.009931,-0.033132,0.002365,-0.019557,0.001742,0.064684,0.010203,-0.012357,0.01706,-0.057549,0.003451,-0.006765,0.003329,-0.004151,-0.007858,0.078163,0.000466,0.043623,0.008786,-0.029723,0.012025,0.039103,0.00928,-0.090482,0.05468,0.060462,-0.022102,-0.002089,0.041986,0.004238,-0.002255,-0.000793,0.012288,-0.054652,0.029532,0.03177,0.000745,0.011029,-0.021866,-0.002104,0.003022,-0.004803,-0.012986,0.003718,-0.024358,-0.032577,0.036826,0.010003,0.016351,0.014636,0.030979,-0.008428,-0.022585,-0.019196,0.017423,-0.01736,-0.077643,0.005194,-0.033012,0.009124,0.020564,0.09361,0.034466,-0.009452,0.015967,-0.034473,-0.028689,0.03401,-0.00618,0.029686,0.000676,0.02063,0.009911,0.000156,0.003461,0.017301,0.02393,0.024174,-0.029989,0.043813,0.026387,-0.013226,-0.068214,0.005798,0.018022,-0.02443,-0.046783,-0.00073,-0.015096,0.007213,0.028154,0.036462,-0.00931,0.027744,0.016285,0.02436,0.013085,0.043429,0.003208,0.036624,0.005292,-0.017266,-0.010148,0.198743,0.001556,0.03107,-0.005634,-0.004908,0.039552,0.008088,-0.027597,-0.007619,0.058075,-0.005586,0.026011,0.029726,-0.032778,0.006663,0.056271,-0.017848,0.041619,-0.028484,-0.011346,-0.008281,0.007446,-0.137959,0.024654,-0.04144,-0.002812,0.01834,0.005405,0.007016,-0.049573,-0.000212,-0.020141,-0.02083,-0.035371,-0.00161,-0.027882,0.009254,-0.011142,0.029766,0.002406,0.017312,-0.00094,0.043441,0.06346,-0.021631,0.06611,-0.006653,-0.030395,0.019675,-0.054677,0.015171,-0.00513,0.018339,0.048404,0.010613,-0.004119,0.006431,0.018759,0.005107,0.012301,-0.034999,-0.037928,0.025465,-0.000461,-0.02242,-0.004361,0.00807,-0.007588,-0.00465,0.000078,-0.038556,-0.017866,-0.007447,0.019126,-0.047515,0.025686,0.036018,-0.005532,-0.016078,0.005293,-0.046125,0.040595,0.004345,0.016765,0.02287,-0.00866,-0.047569,-0.013669,-0.005188,-0.04818,0.011446,0.018842,0.019221,-0.036621,0.028233,0.020621,-0.001325,0.11118,-0.026016,0.028855,-0.026486,0.05629,0.007905,0.016387,-0.004524,0.008624,-0.032597,-0.002216,-0.000394,-0.0065,0.028391,-0.052457,-0.029347,0.06712,-0.021018,-0.010972,-0.046784,-0.023314,0.033111,0.007328,0.00898,0.030629,-0.039816,-0.018653,-0.010676,0.003317,-0.016795,0.027616,0.012979,-0.008425,-0.002043,0.021381,0.005774,0.016535,0.017931,-0.016631,-0.038334,0.041987,0.014957,0.013566,-0.025831,0.038024,-0.011405,-0.021169,0.002394,0.01646,-0.048303,0.011316,-0.038302,0.015243,-0.004613,0.023016,-0.02143,-0.006868,-0.04188,-0.023741,-0.033983,0.035954,0.028515,-0.029324,-0.017286,0.027227,-0.001022,-0.027974,0.015808,0.000113,-0.015671,0.029659,-0.002429,-0.018668,-0.064434,0.069662,0.003805,-0.003846,0.028984,-0.028207,0.038874,-0.010671,-0.025129,0.028541,0.036729,0.023036,-0.001511,0.045776,-0.011397,-0.041963,-0.008688,0.016454,0.002325,-0.020659,0.033631,0.035058,0.033724,0.013608,-0.013746,-0.034364,0.006361,0.032791,0.036264,-0.016353,-0.00691,0.05901,0.023346,0.000511,-0.000264,0.002675,-0.004783,-0.016487,0.043448,0.019054,-0.050176,-0.03496,0.007628,-0.013657,0.032532,0.0125,0.083041,0.007502,-0.013422,0.016848,0.012817,-0.012794,0.014158,0.041197,-0.006263,-0.007338,-0.023275,-0.014434,0.010903,-0.040173,-0.010747,-0.002832,-0.042896,-0.025182,-0.026829,0.031355,0.009177,-0.020582,-0.019816,0.008241,0.001569,0.011361,0.00636,-0.022799,-0.028387,0.000673,0.001992,0.024641,0.060641,-0.047952,0.002876,-0.007374,0.001821,0.010443,-0.021754,-0.017496,-0.036898,-0.006547,-0.012478,-0.023039,-0.009974,0.045919,0.049365,0.033023,0.010899,0.026657,0.004026,-0.024206,0.015632,0.022639,0.042572,0.022047,0.001322,0.000424,-0.003032,-0.024662,0.021107,-0.017228,0.032572,-0.004701,0.012651,0.113628,-0.029764,0.004346,-0.006975,-0.062953,0.020038,0.026864,0.044126,-0.013683,-0.01059,-0.003641,-0.008613,-0.031182,0.00618,-0.036309,-0.009322,-0.019406,-0.013969,-0.014973,-0.008258,0.123413,0.014119,-0.012259,-0.02366,0.020821,-0.014427,0.010178,0.015315,0.000422,0.010623,-0.023006,0.006346,-0.042002,0.016359,-0.008063,0.017516,-0.012991,0.00435,0.018601,0.013655,0.012519,-0.000495,0.021481,0.002202,0.015727,0.044003,0.003378,0.000964,-0.02946,0.041436,0.005734,-0.005821,0.020328,-0.016347,0.001508,-0.017982,0.010099,-0.013917,-0.008344,-0.001721,0.048241,0.007755,-0.003049,-0.009869,0.000811,-0.070946,-0.034652,0.002492,0.002228,-0.008125,0.000975,-0.009446,0.005189,0.028497,-0.049769,-0.017199,-0.048455,-0.003978,0.040429,0.061921,0.715361,-0.025857,0.006269,-0.009556,-0.003325,0.008414,0.007222,0.028608,-0.011039,-0.00966,-0.013531,0.004463,0.054169,0.011899,0.042008,-0.033221,0.013276,-0.004536,0.041591,-0.055278,-0.007982,-0.023749,0.041133,0.060623,-0.024646,0.048353,-0.017809,-0.060923,-0.018621,0.053941,-0.002323,0.00402,-0.047137,-0.045049,-0.027586,0.009191,-0.018235,0.012292,-0.027677,-0.083465,-0.03007,0.009717,0.054888,-0.025951,0.022234,0.007436,0.037409,-0.01701,0.013568,0.047805,0.011775,-0.005513,0.012106,0.033178,-0.013704,-0.023816,0.012332,0.005378,-0.005037,0.059641,-0.018311,0.020665,-0.011953,0.057805,-0.000146,0.084302,-0.001406,-0.019735,0.072409,0.013729,0.044762,-0.086445,0.030092,0.042799,-0.019423,0.005924,0.019804,-0.045103,0.00494,0.023986,0.020561,-0.106658,0.004608,0.03421,-0.029799,-0.000931,-0.010977,0.017943,0.039828,-0.039373,-0.046642,0.01887,0.023612,-0.007641,0.013144,0.008259,-0.002614,0.020541,-0.020493,-0.012965,0.038025,-0.045385,-0.014316,0.013514,-0.051854,-0.011461,-0.000932,-0.008288,-0.01416,0.058967,-0.006481,-0.05848,-0.011669,-0.021679,0.001012,-0.032165,0.014549,0.002715,0.016467,0.022463,0.018432,0.00862,-0.006273,-0.021676,0.033828,-0.026158,-0.051174,0.021399,0.017373,-0.027821,-0.013527,0.001385,0.013109,0.015374,-0.048272,-0.003674,-0.006018,-0.008358,-0.005597,0.015771,0.000235,0.01559,0.011523,0.0025,-0.006632,0.035281,0.046302,-0.00041,-0.005158,-0.008142,-0.015069,0.150297,0.03339,0.021226,-0.005207,-0.003347,-0.002058,-0.015192,-0.014146,-0.045071,0.031208,-0.004263,-0.010377,-0.00503,-0.027443,0.02241,0.068461,-0.002843,0.013697,0.002107,-0.030509,-0.025395,0.006773,-0.219021,-0.004884,-0.037438,0.002018,-0.009209,0.002619,-0.011883,-0.020555,-0.018217,-0.02035,-0.012618,-0.01073,-0.029849,-0.034375,-0.007117,-0.026278,0.029542,0.004299,-0.007165,-0.0149,0.038326,0.070884,-0.038951,0.096064,0.020389,0.007429,0.006729,0.027882,-0.003552,0.002492,0.009125,0.048232,-0.007782,-0.004964,-0.027647,0.02593,-0.029998,0.01434,-0.021392,0.025716,0.016062,0.016598,-0.045967,0.007114,0.002332,-0.032275,0.028683,-0.019421,-0.050498,-0.003531,-0.004367,-0.009724,0.015035,-0.000552,0.058239,0.009103,-0.022702,-0.023603,-0.009226,0.025971,-0.007359,0.022051,0.00165,-0.00603,-0.040577,0.007734,-0.019521,-0.018165,0.004776,0.021035,0.030522,-0.022447,-0.004785,0.021766,0.058792,0.102322,-0.003786,0.026746,-0.011424,0.042743,-0.030559,-0.01079,-0.012111,-0.000941,-0.028108,0.026922,0.018084,0.008475,0.028385,-0.023584,-0.018801,0.044543,0.009042,0.007565,-0.045786,0.018612,0.031319,0.014814,-0.037222,0.021606,-0.008389,0.01374,0.019731,0.032885,0.010642,0.026801,0.013999,0.011159,-0.010272,-0.000039,-0.015892,0.036522,0.002644,0.025883,-0.032082,0.070732,-0.01026,0.002059,-0.035279,0.040482,-0.014881,-0.030661,0.000158,0.028405,-0.01938,-0.001905,-0.003878,0.010675,-0.016962,-0.015927,0.033973,0.027472,-0.004122,0.002474,0.004347,0.01489,0.009099,-0.019067,-0.040424,0.013121,0.001497,-0.118927,0.000342,0.000756,-0.043189,0.017964,0.024952,0.003123,-0.032137,0.027364,0.008284,-0.019422,0.004299,0.009033,-0.002402,-0.014503,0.003671,-0.001192,0.023012,0.017858,-0.005738,0.026877,0.021706,-0.008583,-0.030394,0.035996,-0.040402,0.019437,-0.009624,0.033432,0.005517,0.011918,-0.050704,0.006142,0.004559,0.017597,0.011918,0.020947,-0.00379,-0.030702,0.010255,0.00705,-0.017297,-0.048704,-0.00692,-0.02305,0.017866,0.012509,-0.016016,-0.041207,0.001397,-0.009271,-0.005228,0.004266,0.06379,-0.000881,-0.026338,0.041463,-0.011027,0.001259,-0.010659,0.038651,0.00387,0.000121,-0.035619,-0.012146,-0.013276,-0.067278,-0.000348,-0.019028,-0.041886,-0.004531,-0.006779,-0.007041,-0.017535,-0.034239,0.010965,0.008302,0.01895,0.018229,0.016731,-0.020534,-0.013681,-0.05118,0.008214,0.010966,0.047902,-0.012853,-0.025006,-0.017172,0.000579,-0.027549,-0.042012,-0.00382,-0.020976,0.008945,0.008631,-0.021913,0.000599,0.037796,0.031896,0.018999,0.013048,0.0371,-0.005884,-0.029591,0.009995,-0.026408,0.025324,-0.022279,-0.009024,-0.00276,-0.018769,-0.036013,0.029283,-0.010525,0.016717,-0.01123,0.012119,0.110148,0.002079,-0.005208,0.006864,-0.009565,0.00306,0.027897,0.019583,-0.014169,-0.02466,-0.008872,-0.019753,-0.017132,0.035276,0.059297,0.001867,-0.027855,-0.034068,0.003919,-0.005231,0.048565,-0.002397,-0.009429,-0.028297,0.012306,-0.003783,-0.009248,0.011876,0.025906,-0.006367,0.029302,-0.01908,-0.028387,-0.0136,0.001933,0.009008,-0.017017,-0.008633,0.000804,-0.008125,0.013238,-0.027434,-0.030815,-0.012175,-0.004424,0.005517,-0.025392,0.029603,-0.00593,0.057603,0.001223,-0.000067,0.029733,-0.016052,-0.011818,-0.008096,0.02463,-0.007991,0.035944,-0.000148,0.034104,-0.003006,0.012421,-0.001088,0.002674,-0.047108,-0.019188,0.027819,-0.008292,0.003222,0.025715,0.00494,0.0129,-0.021229,0.00329,-0.004282,-0.019554,-0.005697,-0.005285,0.007123,0.755568,0.003187,0.02374,-0.050655,0.015298,-0.025603,-0.005796,-0.009228,0.029368,0.010112,-0.002946,-0.014099,0.019614,0.016741,0.012758,-0.010524,0.037875,-0.008819,0.028078,-0.021192,-0.006275,-0.021851,0.048356,0.015502,0.004068,0.052408,0.021675,-0.050267,0.011648,0.007594,-0.04431,-0.003599,-0.030877,-0.025166,-0.012302,0.017499,-0.010631,0.004882,-0.001715,-0.09159,0.000802,0.001021,0.036283,-0.019266,-0.004809,-0.013007,0.001777,0.009808,0.003035,0.015267,0.006383,-0.004051,0.027948,0.049161,-0.014279,-0.018382,0.004723,-0.018876,-0.030797,0.01602,-0.019504,0.007278,-0.004724,0.075437,0.028191,0.068325,-0.008997,-0.003234,0.046947,0.01932,0.019878,-0.073587,0.02027,0.032432,-0.006421,0.005888,0.02357,-0.035104,0.012411,0.003992,0.009316,-0.086149,0.018876,0.004433,0.004358,0.010287,-0.023512,0.003027,0.030877,-0.042001,-0.029336,0.024321,0.013283,-0.020658,0.033953,0.00905,0.003705,0.039648,-0.00142,-0.016495,0.022447,-0.0038,-0.003972,0.00558,-0.066466,0.011798,-0.011206,-0.00489,-0.011247,0.058204,0.019618,-0.024904,0.009875,-0.015027,-0.019739,-0.012091,0.012254,0.015157,-0.003621,0.004629,0.004476,-0.013459,-0.009325,-0.036847,0.033433,-0.031475,-0.03515,0.003104,0.003435,-0.005545,-0.033136,0.019936,0.004658,0.01364,-0.024771,-0.010396,-0.016352,0.001284,0.029552,0.018023,0.012085,0.014421,0.009645,0.020266,-0.012777,0.035406,0.040284,0.001861,-0.007188,-0.011993,-0.0242,0.1405,0.032926,0.036763,-0.005749,-0.003457,-0.03515,-0.017426,-0.031674,-0.011571,0.043837,0.000258,-0.009836,0.010946,-0.02453,0.027796,0.064165,0.018074,0.01234,-0.008142,-0.038271,-0.019779,-0.007612,-0.214527,-0.00267,-0.05002,0.005183,-0.012861,0.009775,-0.037437,0.011609,0.009498,-0.015376,-0.021305,-0.004218,-0.053938,-0.050988,0.015514,-0.033296,0.044696,0.000273,-0.011891,-0.021301,0.028347,0.065851,-0.034158,0.084147,0.011567,0.01807,0.013009,0.013169,0.02721,0.003297,0.011535,0.035131,0.006684,-0.000391,0.002098,-0.002947,-0.020622,0.021401,-0.030614,-0.006738,0.016981,0.037578,-0.041045,0.011593,0.014904,-0.012916,0.01507,0.005328,-0.033027,0.008111,0.00628,-0.029455,0.028978,-0.003536,0.03985,-0.002857,-0.00342,-0.017022,-0.023786,0.049633,0.006563,0.03207,0.007882,-0.022473,-0.055984,0.005139,-0.01253,-0.020499,0.023506,0.031405,0.018314,-0.016181,0.013423,0.032287,0.050795,0.103763,0.015827,0.015003,-0.01787,0.023449,-0.023683,-0.015325,-0.006731,-0.022689,-0.01923,0.003421,-0.006738,0.023752,0.009898,-0.026569,-0.044164,0.034058,0.016592,0.008141,-0.050892,0.012761,0.026269,0.037882,-0.008937,0.051684,0.010001,0.000844,0.015933,0.043755,-0.009883,0.030462,0.024044,0.022355,-0.02355,-0.004188,-0.007488,0.023254,-0.019918,0.018741,-0.0347,0.051167,-0.009137,-0.012311,-0.032735,0.052261,-0.019958,-0.049003,-0.007789,0.044343,-0.03656,0.000312,-0.011465,-0.014605,-0.013255,-0.029084,0.005393,0.003048,0.009914,0.005291,0.01377,0.025801,0.007764,-0.020941,-0.027087,0.023063,0.017913,-0.092133,0.036121,-0.000934,-0.035851,0.021734,0.018598,0.005115,-0.057017,0.023103,0.004644,-0.018775,0.018012,0.01087,0.00478,-0.012586,-0.010749,0.028009,0.030893,0.000572,-0.006778,-0.014785,0.004444,-0.00897,-0.026341,0.016392,-0.040803,0.003655,-0.006501,0.026042,0.004391,0.02064,-0.014611,0.004583,0.007419,0.019539,0.029483,0.009696,-0.020351,-0.015874,-0.005147,0.013941,-0.017997,-0.059528,0.001327,-0.040011,0.033806,0.004796,-0.006959,-0.043441,0.003067,-0.004375,-0.001683,-0.003097,0.085229,0.009031,-0.04672,0.049293,0.007248,-0.009765,-0.019683,0.053982,-0.008861,-0.024571,-0.0337,0.008326,-0.009153,-0.064668,-0.016014,-0.016712,-0.060224,0.011276,-0.012085,0.008812,-0.005527,-0.018413,0.017769,-0.009515,0.026094,0.017397,0.022014,-0.015978,-0.00397,-0.037265,0.004551,0.036202,0.054403,-0.031214,-0.022555,-0.036946,0.025062,-0.046638,-0.037931,-0.01121,-0.012511,-0.01052,0.012106,-0.008926,-0.036752,0.036676,0.022624,0.035408,-0.021537,0.020703,-0.002623,-0.030647,-0.010132,-0.022203,0.045749,0.031728,-0.026752,0.020671,-0.01505,-0.029076,0.048571,0.021268,0.034776,0.006158,0.005998,0.111847,0.005897,0.005377,0.004063,-0.038814,0.008131,0.009838,0.014809,-0.02809,-0.006779,-0.012378,-0.030178,-0.048202,0.033965,0.022931,0.016255,-0.017124,-0.025867,-0.008934,-0.011569,0.089319,0.010663,-0.022083,-0.061803,-0.003196,0.014065,-0.009107,-0.015286,0.026704,-0.00545,0.044353,0.000931,-0.042498,-0.035293,-0.003024,-0.005715,-0.012423,0.011371,-0.01639,-0.000267,0.018048,-0.010202,-0.002971,-0.003001,0.003214,0.035287,-0.023361,-0.013823,-0.014566,0.063172,0.011977,-0.004865,0.029962,-0.019605,0.006592,0.002169,0.018713,-0.025674,0.011373,-0.017229,0.046649,-0.002607,0.007452,-0.016366,0.017311,-0.052009,-0.026744,0.027883,0.0012,-0.00154,0.00169,0.011754,-0.011298,-0.001632,-0.008004,0.008193,-0.001246,-0.008795,0.000618,0.029456,0.742197,0.003471,0.030254,-0.046604,0.014437,-0.016666,0.00969,-0.027409,0.018277,-0.013803,0.017815,-0.002454,0.027687,0.03181,0.011154,-0.011514,0.044439,-0.026143,0.017139,-0.025024,-0.004203,-0.029477,0.053189,0.040421,0.007256,0.053516,-0.007563,-0.061335,0.016358,0.005662,-0.033769,-0.000919,-0.026556,-0.011639,-0.01283,0.003406,-0.006819,-0.001238,0.024246,-0.086832,-0.01382,0.012356,0.022406,-0.025641,0.004415,-0.015997,-0.001101,0.000497,0.011715,0.018486,0.008217,-0.001905,0.040394,0.039147,-0.023501,-0.009599,0.005484,-0.024112,-0.024583,0.005129,-0.019576,0.00622,-0.002799,0.064182,0.029347,0.087683,0.010229,-0.013485,0.062736,0.030815,0.04464,-0.071264,0.013335,0.029106,0.00249,0.008143,0.015311,-0.012882,0.010455,0.01087,0.010036,-0.09121,0.029855,0.016431,-0.004093,0.007322,-0.015065,0.017776,0.011527,-0.012443,-0.057828,0.012835,0.011207,0.001342,0.025591,0.022973,-0.012835,0.03494,-0.000422,-0.018082,0.005962,0.002066,-0.035486,0.011598,-0.054262,0.016596,0.003512,0.018514,-0.018616,0.036971,0.012147,-0.040795,0.001501,-0.004422,0.005027,-0.014218,0.006997,0.012304,-0.000997,-0.019274,0.010525,0.016771,-0.006049,-0.022576,0.030148,-0.016373,-0.017642,0.012303,0.007324,-0.011273,-0.015456,0.017889,-0.004413,-0.005299,-0.013021,-0.022404,-0.010158,0.013549,0.021148,0.029257,0.014433,0.007322,-0.005437,0.001868,-0.011503,0.035757,0.027648,-0.003902,0.006661,-0.02455,-0.009115,0.170319,0.016031,-0.000814,-0.006269,-0.003026,0.001019,-0.029259,-0.037803,-0.032804,0.013038,-0.005389,0.032978,0.009985,-0.012695,-0.001173,0.086488,-0.017139,0.010663,-0.004833,-0.002755,-0.024928,0.013189,-0.192675,-0.017829,-0.042332,-0.001368,0.01107,-0.001908,0.021071,0.011803,0.011734,-0.006027,-0.019893,-0.010881,-0.037063,-0.036855,-0.031452,-0.025466,0.037437,-0.002393,-0.005602,-0.020249,0.044029,0.07697,-0.020541,0.117397,0.029027,0.026532,0.022688,0.012235,0.01549,0.009951,0.014398,0.015966,-0.00223,-0.025522,-0.013927,-0.004835,-0.034356,-0.002874,-0.039132,0.028547,0.016141,0.006111,-0.024685,0.016017,-0.004605,-0.033683,0.017748,-0.019122,-0.013734,-0.008443,0.006693,-0.016774,-0.002508,-0.014972,0.039879,0.032278,-0.002277,-0.040135,-0.020179,0.037683,0.008948,0.041146,0.020569,-0.010912,-0.055246,-0.00418,-0.008165,-0.018413,0.019835,0.025411,0.021061,-0.008789,0.004581,0.02189,0.039173,0.091773,0.018976,0.029251,-0.010126,0.036935,-0.024417,0.003784,-0.004906,-0.010647,-0.01665,0.008984,0.015626,0.013268,0.009171,-0.022486,-0.038204,0.003715,-0.002359,-0.002375,-0.041823,0.020623,0.007018,0.014913,-0.002741,0.033817,-0.045165,-0.016995,-0.004352,0.035386,-0.000063,0.038305,0.02562,0.0106,0.005611,0.001956,0.001964,0.013907,-0.001227,0.015274,0.016358,0.03306,-0.026701,-0.013522,-0.017043,0.058207,-0.014276,-0.053094,0.0006,0.043321,-0.025546,0.023775,-0.00321,-0.003266,-0.022885,-0.011955,0.004553,-0.013038,-0.003643,-0.02003,-0.004657,-0.004365,-0.012032,-0.021372,-0.034642,0.029845,-0.006301,-0.114263,0.026961,0.009565,-0.007601,0.022226,0.017057,-0.018422,-0.035928,0.009349,0.015863,-0.016601,0.002924,-0.004975,-0.007571,-0.026364,-0.010632,0.03269,0.020393,0.008303,0.019648,-0.010437,0.01754,-0.02413,-0.03937,0.005271,-0.061804,0.002386,-0.024595,0.021764,0.020685,0.012994,-0.057677,-0.011601,-0.000486,0.032224,0.015108,-0.0288,-0.00705,-0.014872,-0.005047,0.000521,-0.023377,-0.045694,-0.000265,-0.022695,0.026587,0.022967,-0.035237,-0.048029,-0.010848,-0.011154,-0.00769,0.007139,0.072212,0.031157,-0.02384,0.013559,0.007904,0.016575,-0.012293,0.035569,0.00571,-0.024216,-0.03106,-0.01746,0.014235,-0.057581,-0.016046,-0.019875,-0.026574,-0.015781,-0.021916,0.002758,-0.016024,0.001007,0.021959,0.021333,-0.007419,0.008426,0.0237,-0.014805,-0.00068,-0.03698,0.005234,0.026906,0.04104,-0.02658,0.002639,-0.014312,0.009696,-0.009837,-0.041336,-0.003306,0.003204,-0.005598,0.034353,-0.010854,-0.017946,0.040561,0.011822,0.033739,-0.001925,0.021256,-0.001529,0.007601,-0.01635,-0.037805,0.01598,-0.025223,0.005791,0.024029,-0.015424,0.001835,0.033392,0.007082,0.017578,0.003223,0.001819,0.11228,0.022145,0.004357,-0.015348,-0.030938,0.007192,0.039111,0.053434,-0.031473,-0.02194,0.010934,-0.010976,-0.041038,0.027907,0.037125,0.022142,0.010608,-0.02974,-0.007757,-0.00421,0.047946,0.022794,-0.032045,-0.038369,0.005742,0.015597,-0.010523,-0.013765,0.012848,-0.011006,0.035996,0.010297,-0.006236,-0.012157,-0.006075,0.013674,-0.010442,-0.014424,0.010022,-0.004806,0.016816,-0.035192,-0.008283,-0.024872,-0.011281,0.003515,0.012555,0.001661,0.031899,0.047404,0.003699,-0.005205,0.039257,-0.007424,0.005428,0.023876,0.029198,-0.021692,0.015508,-0.001431,0.023546,0.010783,0.000764,-0.021524,-0.013524,-0.041735,-0.007169,0.046229,-0.02156,0.000018,0.008783,0.027662,0.010289,0.002078,-0.022708,0.005079,-0.014192,-0.016974,-0.006001,0.016638,0.774245,-0.00038,0.027922,-0.032117,0.00386,-0.013472,-0.004713,-0.005307,0.020989,0.001255,0.012538,-0.00901,0.007804,0.005614,0.003669,-0.013691,0.025542,-0.019075,0.02146,-0.035012,-0.018161,-0.023432,0.047038,0.032276,0.018272,0.035075,-0.003856,-0.029435,0.032068,0.027276,-0.032261,-0.014616,-0.036914,-0.007402,-0.026684,0.037133,-0.02615,0.003935,0.025001,-0.092846,0.008008,0.019886,0.000734,-0.017488,-0.00052,-0.004442,-0.009668,0.02654,-0.007876,0.004302,-0.007404,0.006806,0.005655,0.050416,-0.039928,-0.009243,0.004758,-0.014848,-0.05081,-0.000981,-0.010631,-0.001666,0.01157,0.059296,0.025138,0.068362,-0.003164,-0.031303,0.025007,0.008903,0.027643,-0.071382,0.007498,0.030681,-0.008672,0.000042,0.016641,-0.02112,0.006697,0.015049,0.002621,-0.079499,0.024401,0.010783,-0.016121,-0.01548,-0.026693,0.019122,0.029725,-0.011305,-0.067845,0.025798,0.013726,-0.001379,0.021887,0.011614,-0.023089,0.030089,0.006458,-0.007409,0.01008,0.000983,-0.021839,0.001039,-0.043304,0.007813,-0.003888,0.017844,0.005646,0.02962,0.026197,-0.018424,-0.019436,-0.017452,-0.003084,-0.024797,0.001953,0.00302,0.003774,0.004006,0.02699,0.004609,-0.000268,-0.018209,0.024394,-0.015225,-0.022293,0.023724,0.002719,-0.019723,-0.037193,0.016549,0.006316,0.003817,-0.021091,-0.010954,-0.007282,0.007643,0.024634,0.029706,0.00338,0.004966,0.002036,-0.012326,-0.014521,0.02032,0.018638,0.007952,0.013977,-0.011626,0.001829,0.168021,0.016729,0.002189,-0.006094,0.01021,-0.003829,-0.025991,-0.037942,-0.031462,0.0181,-0.00033,0.021213,0.001809,-0.015629,-0.005005,0.080534,0.000422,0.0192,0.003237,-0.021669,-0.027455,0.019878,-0.199629,-0.003263,-0.027131,0.00231,0.015007,0.008662,0.01903,0.005311,0.001915,-0.030072,-0.019356,-0.025727,-0.050173,-0.026729,-0.029578,-0.02161,0.052757,-0.006641,-0.009082,-0.01521,0.03062,0.082212,-0.010627,0.104689,0.007697,0.003118,0.039289,0.000229,0.028414,-0.001374,0.017634,0.034196,-0.003971,-0.040367,0.00087,-0.004033,-0.014139,0.012198,-0.03788,0.024665,0.005469,0.00335,-0.016849,-0.002196,0.01136,-0.024599,0.014572,-0.002279,-0.027234,0.003531,0.006921,-0.017361,0.005922,-0.011968,0.04268,0.00343,-0.003617,-0.03601,-0.031167,0.030167,-0.006238,0.028188,0.027031,-0.009127,-0.04425,0.012233,-0.012733,-0.01835,0.001262,0.017773,0.010819,-0.011775,0.006363,0.042946,0.049534,0.092354,0.02717,0.017129,-0.010625,0.03191,-0.021567,0.001947,-0.00456,0.001062,-0.015395,0.025561,0.016147,0.005283,0.033947,-0.019814,-0.041209,0.015919,0.008187,0.005825,-0.033189,0.018747,0.006022,0.015659,-0.014108,0.021964,-0.014584,-0.012571,0.004379,0.032416,0.012113,0.029447,0.022078,0.010506,-0.00599,0.00355,0.006994,0.024763,-0.006552,0.01094,-0.008912,0.038886,-0.018095,-0.022201,-0.028655,0.054414,-0.013864,-0.034357,-0.006612,0.036823,-0.006336,0.02444,-0.025125,-0.008653,-0.020091,-0.006315,-0.000199,-0.004843,-0.012921,-0.022419,-0.015959,-0.000601,-0.021425,-0.026834,-0.037532,0.008378,-0.008191,-0.124539,0.017164,-0.013957,-0.03432,0.017529,0.00205,-0.00775,-0.0815,0.002735,0.010058,-0.021468,0.008388,-0.007921,-0.010198,-0.011543,-0.015288,0.048596,0.035225,-0.00586,0.021855,-0.005173,0.007211,-0.017692,-0.031199,0.006986,-0.070202,-0.004638,-0.016715,0.038539,0.021386,0.010504,-0.047134,-0.009075,-0.024209,0.019626,0.001094,-0.010232,-0.00417,-0.006756,-0.013703,0.009156,-0.028322,-0.033525,-0.000646,0.004432,0.024553,-0.00429,-0.02655,-0.044158,0.010168,0.006107,0.011042,0.004977,0.076546,0.020243,-0.017509,0.02579,0.014527,0.004389,-0.025706,0.045338,-0.003196,-0.006917,-0.020417,-0.01079,-0.010702,-0.065344,-0.015517,-0.032428,-0.039244,-0.001762,-0.013294,-0.00434,-0.020938,0.010045,0.000221,0.012766,0.016055,0.007337,0.039784,-0.015402,-0.011533,-0.033082,0.011556,0.008714,0.041067,-0.025416,-0.002779,-0.027231,0.026516,-0.017005,-0.039541,0.014089,-0.004795,-0.006328,0.018966,-0.003282,-0.009164,0.036765,0.021977,0.042147,-0.012917,0.015804,-0.0038,0.009853,-0.012671,-0.044129,0.018416,-0.006692,-0.011244,0.017492,-0.028155,-0.005887,0.035039,-0.000286,0.013659,0.003948,-0.003307,0.108808,0.026865,-0.000134,-0.01108,-0.036207,0.010471,0.050193,0.037461,-0.038444,-0.027774,0.006658,-0.019301,-0.032985,0.027044,0.05759,0.004879,0.007701,-0.02075,-0.007569,-0.000422,0.083744,0.029636,-0.016637,-0.02733,-0.004873,0.023573,0.015425,0.005213,0.004789,-0.020883,0.039319,0.021871,-0.009859,-0.025884,-0.002373,0.012558,-0.003774,-0.005235,0.022119,0.009992,0.023922,-0.025841,-0.023944,-0.020781,-0.008453,0.009998,0.004814,0.014631,-0.005826,0.073036,-0.006449,-0.008674,0.021154,-0.005259,-0.016828,0.012154,0.024319,-0.008478,0.0095,-0.010821,0.02662,0.011097,0.005978,-0.03672,-0.00361,-0.035521,-0.000901,0.037459,-0.019702,0.007052,0.010913,0.016764,0.005362,0.0057,-0.00354,-0.006818,-0.013256,-0.012591,0.002178,0.012516,0.770268,-0.001876,0.028256,-0.038259,0.027298,0.00375,0.003618,-0.004422,0.028375,0.00514,0.014244,-0.0071,0.013116,0.001459,0.023984,-0.014886,0.029181,-0.009161,0.018451,-0.030064,0.005501,-0.026688,0.04873,0.050482,0.015139,0.037738,0.002703,-0.034424,0.016112,0.016367,-0.023132,-0.009937,-0.016231,0.002781,-0.020092,0.028151,-0.025637,0.011557,0.018427,-0.08785,0.000847,0.018628,0.002163,-0.010261,-0.000466,-0.022497,-0.011823,0.020934,0.007846,0.007649,0.001953,-0.01742,0.011859,0.057382,-0.033719,-0.005009,0.00344,-0.007565,-0.030605,0.003274,-0.002257,-0.012673,0.011704,0.065057,0.042999,0.090875,-0.017327,-0.033668,0.033375,0.006773,0.026975,-0.081573,0.022072,0.033564,-0.015508,0.018828,0.003235,-0.037925,-0.006489,0.010853,0.00677,-0.09839,-0.003368,0.035468,-0.020142,0.000906,-0.020954,0.013845,0.045933,-0.044266,-0.041562,0.006281,0.013159,-0.007145,0.017987,0.00021,0.002395,0.037318,-0.003408,-0.006007,0.033384,-0.029496,-0.006849,0.018659,-0.056524,-0.008,-0.007606,0.004422,0.006093,0.045785,0.006836,-0.05784,-0.018937,-0.021914,-0.002886,-0.018168,0.003743,-0.005892,0.00884,0.018303,0.02251,-0.001511,-0.003755,-0.024886,0.027381,-0.025409,-0.041256,0.024288,0.01004,-0.031479,-0.007938,0.006201,0.00538,0.009831,-0.023112,-0.002072,-0.023529,0.002941,-0.00153,0.013964,-0.00715,0.018319,0.014712,0.007762,-0.004574,0.024216,0.043277,0.000353,-0.003016,-0.008178,-0.02116,0.15679,0.030742,0.030788,-0.010718,-0.007148,0.000291,-0.025675,-0.005039,-0.042062,0.053141,-0.005059,-0.001483,0.000751,-0.015232,0.016246,0.072776,0.00227,0.007878,-0.005149,-0.030587,-0.018068,0.015291,-0.215545,0.00079,-0.041143,0.005924,-0.005146,0.005946,-0.00933,-0.006345,-0.018521,-0.031406,-0.007606,-0.01022,-0.037162,-0.029396,0.005182,-0.019818,0.029064,-0.001607,-0.015235,-0.01198,0.045271,0.081142,-0.032057,0.108125,0.018303,0.012744,-0.000535,0.010277,0.002159,0.006058,0.00748,0.046272,-0.000833,-0.011867,-0.022432,0.011813,-0.023952,0.020218,-0.020592,0.018686,0.016301,0.013421,-0.043329,0.023488,-0.007711,-0.017474,0.028425,-0.006874,-0.040547,-0.007328,-0.004395,-0.004189,0.009412,0.003807,0.046679,0.019557,-0.011592,-0.016558,-0.007264,0.022994,0.005216,0.030561,-0.007031,-0.009116,-0.041395,0.018211,-0.022395,-0.021464,-0.002542,0.022055,0.01979,-0.036066,-0.006639,0.035484,0.04306,0.090084,0.007658,0.031187,-0.016906,0.046434,-0.017073,-0.000451,-0.009066,-0.014959,-0.027107,0.023205,0.017597,-0.000475,0.02444,-0.012787,-0.025509,0.052677,0.00684,0.002273,-0.047988,0.021348,0.025971,0.020717,-0.009672,0.024807,-0.004036,0.011612,0.022948,0.025233,0.013149,0.035887,0.01953,0.016852,0.000427,0.000786,-0.015391,0.025846,-0.007327,0.022923,-0.033515,0.064111,-0.012888,0.000563,-0.019439,0.032439,-0.016709,-0.026411,0.008088,0.025436,-0.019568,-0.004366,-0.004673,0.00638,-0.011629,-0.007055,0.035067,0.013573,0.004242,-0.002068,0.001347,0.009295,0.002108,-0.034409,-0.04515,0.011636,0.001268,-0.115837,0.003099,-0.011107,-0.046021,0.018782,0.018548,0.00232,-0.037768,0.021174,0.003401,-0.02119,0.015511,0.012635,0.001074,-0.000879,0.00635,0.01254,0.035379,0.00784,-0.003636,0.025532,0.005859,-0.01654,-0.033992,0.032804,-0.041794,0.019273,0.0021,0.02925,0.001872,0.009187,-0.043492,-0.002567,-0.002816,0.013098,0.01351,0.02624,-0.006116,-0.028115,0.011304,0.008727,-0.00441,-0.056947,-0.001854,-0.023102,0.017321,0.006619,-0.01733,-0.044888,0.005987,-0.013075,0.006173,0.000673,0.069238,0.000811,-0.017485,0.051641,0.008292,0.002078,-0.003069,0.038038,0.004316,-0.009269,-0.03024,-0.007131,0.002125,-0.063206,-0.003808,-0.022826,-0.042858,0.001046,-0.010878,0.004924,-0.009472,-0.02675,-0.00368,0.012727,0.021378,0.021204,0.029328,-0.030192,-0.006841,-0.032597,-0.001551,0.014389,0.056503,-0.013367,-0.019187,-0.015759,0.017742,-0.032672,-0.034691,-0.008321,-0.008035,0.015356,0.002455,-0.024626,-0.007201,0.039083,0.03331,0.020451,0.000615,0.038646,-0.001825,-0.015888,0.015586,-0.043282,0.029851,-0.004728,-0.001559,0.008958,-0.021799,-0.01684,0.032506,0.004687,0.017008,0.007434,0.002579,0.10994,0.003641,0.002387,0.002194,0.002046,0.020285,0.044898,0.010913,-0.025081,-0.017639,-0.015202,-0.022033,-0.041294,0.039809,0.05546,0.001828,-0.024321,-0.028127,0.008946,-0.012361,0.066973,-0.009779,-0.027582,-0.027862,0.012052,0.000754,0.003724,-0.000301,0.014383,-0.013457,0.033358,-0.006248,-0.025353,-0.018495,0.005781,0.016284,-0.005073,0.006329,-0.000623,-0.016377,0.019735,-0.027774,-0.024391,-0.014528,0.001325,0.02205,-0.022003,0.027341,-0.007612,0.065252,-0.007138,-0.005556,0.028059,-0.021115,0.002161,-0.004062,0.023875,-0.012909,0.017813,0.003536,0.026244,-0.004276,0.010542,-0.008149,-0.000056,-0.045043,-0.020049,0.02867,-0.000219,0.007567,0.023657,0.011693,0.013069,-0.010229,0.001386,-0.008162,-0.025043,-0.007218,-0.005111,0.012358,0.763576,0.001734,0.022818,-0.027424,0.014359,-0.029073,0.009737,-0.016498,0.022563,0.004111,-0.002134,-0.017156,0.020329,0.014425,0.025483,-0.021462,0.030799,0.001963,0.032543,-0.012787,-0.007626,-0.015203,0.048956,0.020925,0.001075,0.055871,0.027908,-0.051461,0.004707,-0.003578,-0.045507,-0.013688,-0.03288,-0.023004,-0.010951,0.012083,-0.007001,0.006157,0.004468,-0.0872,0.009041,-0.001312,0.028735,-0.011179,0.001964,-0.019032,0.00798,0.005026,0.014463,0.02513,0.003564,-0.022675,0.033737,0.047794,-0.009069,-0.013704,0.002255,-0.024282,-0.030903,0.010002,-0.006642,0.008716,0.002247,0.076262,0.029577,0.086261,0.003077,0.000744,0.046767,0.023865,0.051698,-0.052756,0.011985,0.002649,-0.010949,-0.013229,0.000936,0.004758,-0.013645,0.003542,0.032406,-0.094872,0.033858,0.006944,0.01671,0.02602,-0.063902,-0.028737,-0.016587,-0.005954,-0.063409,0.011488,-0.007881,-0.052176,-0.000839,0.015174,-0.025895,0.034208,0.005817,0.024404,0.021288,0.029053,-0.026774,0.042293,-0.004175,0.01305,-0.01509,0.028254,0.026311,0.050854,0.022102,0.017561,-0.009822,-0.01925,-0.040972,0.033602,0.043845,-0.03448,-0.001394,0.018687,0.022116,0.006717,-0.014187,0.012076,0.042215,-0.053562,-0.001429,-0.007271,0.03792,0.025581,0.007441,-0.001034,0.02619,-0.00082,-0.030365,-0.021848,-0.01776,0.010921,-0.044912,-0.004246,-0.007636,0.001692,0.024677,0.006298,-0.014815,-0.055274,0.01944,-0.018596,-0.020698,0.017595,0.005085,0.156552,0.004271,-0.018468,0.019077,0.012516,-0.032903,-0.006851,-0.030536,-0.021602,-0.012533,0.051499,0.013368,0.043132,0.007462,0.00415,0.059162,0.017356,0.029098,-0.018016,-0.042737,-0.026118,-0.003987,-0.15998,0.001364,-0.083912,0.019973,-0.001399,0.000023,0.022789,-0.072699,0.020735,0.003649,-0.023155,0.000686,-0.020175,-0.00325,-0.027236,-0.056726,0.002345,-0.024141,0.005206,-0.012394,0.027655,0.078994,-0.018522,0.117959,0.002784,-0.034549,0.013,0.010492,0.027762,-0.01785,0.006981,0.02013,0.02275,-0.015444,-0.004091,0.043364,-0.03271,0.023727,-0.036835,0.013207,-0.008129,-0.020031,-0.005793,0.016616,0.046348,-0.000413,0.019514,-0.054309,0.024107,-0.006777,-0.030103,-0.024942,-0.041591,-0.069346,0.06328,-0.017371,0.001665,0.013684,-0.049033,0.010618,0.028228,0.015642,-0.021211,-0.012676,-0.021616,-0.011229,-0.017926,-0.030042,0.007241,0.047734,-0.003632,-0.009717,-0.005429,-0.002954,0.0296,0.118763,0.026361,0.027876,-0.019169,0.027667,-0.023579,0.030855,-0.001817,-0.010133,-0.035726,0.016272,0.041977,-0.022679,-0.012307,-0.007931,-0.047777,0.041688,-0.013971,0.002238,-0.062554,0.001867,0.033797,0.030876,-0.027173,0.009609,-0.021632,0.001603,0.014747,0.0287,0.026679,0.001857,0.003977,0.011244,-0.010925,0.00391,-0.043832,-0.00099,0.00433,-0.006055,-0.021426,0.053614,-0.021728,-0.010305,-0.034192,0.039093,0.015275,-0.004107,-0.037887,0.056551,-0.005149,0.01793,0.02103,0.011093,-0.050159,0.020143,0.016817,0.004707,0.01219,0.014346,-0.011596,-0.011974,0.000075,-0.022052,0.010381,0.03771,-0.029162,-0.044946,0.001946,-0.017096,0.007983,0.040877,0.000962,-0.011199,-0.012822,0.019149,0.004368,0.016105,0.001792,-0.044237,-0.020082,-0.009767,-0.000537,-0.00326,0.030097,0.003293,0.021304,-0.000178,-0.042048,0.004563,-0.004306,0.007522,-0.069092,0.011847,-0.025466,-0.000939,0.019047,0.037679,0.003655,-0.011482,0.019389,0.048031,0.031231,-0.084038,-0.024753,0.026619,0.037186,0.040163,0.00667,-0.001262,-0.035935,-0.025709,0.009655,0.016351,-0.021913,-0.049268,0.033758,-0.005146,-0.009084,-0.00573,0.082017,-0.01476,-0.026016,0.006195,0.008602,-0.008852,0.000972,0.045885,0.029637,-0.022634,-0.009859,-0.024868,-0.030441,-0.051001,-0.052955,-0.038267,-0.010537,-0.02831,-0.013763,0.022378,-0.024642,-0.04579,0.040022,0.027239,-0.000772,0.024689,0.004828,-0.009657,-0.014969,-0.017931,0.009049,0.02303,0.027682,-0.028433,0.023772,-0.018406,0.036422,-0.029287,-0.035633,-0.016584,0.005608,-0.010325,0.040143,-0.05335,0.003932,0.066305,0.06772,0.032443,-0.031176,0.001395,0.035565,-0.007622,0.047658,0.082385,-0.009679,-0.03811,-0.009462,0.002962,-0.01669,0.014754,-0.013231,-0.004993,0.039573,0.00417,-0.004853,0.112445,-0.003372,0.022969,-0.039517,-0.021111,0.019049,0.061295,0.015759,0.014967,-0.028658,0.045394,0.007865,0.009786,0.006622,0.021263,-0.000046,0.001816,-0.021002,-0.024085,-0.029011,0.028337,0.035244,-0.022952,0.009132,-0.039058,-0.004223,0.021047,-0.015276,0.03007,-0.024599,0.012161,0.041575,-0.012553,-0.008452,-0.015024,0.034037,-0.009278,0.00158,-0.005331,-0.02092,0.029233,-0.06257,0.029354,-0.02537,0.028458,0.017623,0.009628,0.005056,-0.001661,0.023451,0.004089,-0.022133,0.025902,-0.04904,-0.006068,0.010917,0.01611,-0.005901,-0.010016,0.002407,0.025103,0.02399,-0.032064,-0.054607,0.000704,-0.057926,0.010526,-0.00038,-0.027425,0.012163,-0.001377,-0.023173,0.038245,0.028013,-0.020468,0.000453,-0.025841,-0.024275,0.012292,0.016856,0.717489,-0.025294,0.05394,0.001788,0.01011,-0.003981,0.004969,0.008759,0.028214,-0.009856,0.011207,0.022009,-0.008549,0.055914,0.020169,-0.015161,-0.008685,0.00739,-0.007661,0.002332,-0.017322,-0.014364,0.062514,0.03661,-0.014584,0.038946,-0.000119,-0.064627,0.01935,0.034796,0.006143,-0.002208,0.010123,0.028575,-0.034593,-0.015059,-0.042537,0.039575,0.005978,-0.062938,0.032669,-0.015226,0.012262,-0.026249,0.033282,-0.027495,0.013842,-0.021203,-0.011782,-0.014391,-0.00194,0.05998,-0.000567,0.040472,-0.016081,0.000528,0.016338,-0.018549,-0.002627,0.016194,0.028635,0.021675,-0.016932,0.03803,0.034901,0.023649,0.004701,-0.010415,0.007386,0.044372,0.043407,-0.089353,0.02683,0.012409,0.007185,0.036194,0.001154,-0.038432,-0.005896,0.005078,-0.001807,-0.074552,0.039562,0.004768,-0.012734,0.002082,-0.055467,0.007281,-0.004318,-0.014479,-0.076069,0.032737,0.001196,-0.051581,0.043366,0.007259,0.011566,0.017689,0.037191,-0.034963,0.009244,0.02131,-0.015946,0.005546,-0.036386,-0.036775,-0.001805,-0.017915,-0.001912,0.120309,0.024048,-0.014757,0.006202,0.014613,-0.008196,-0.010732,0.000678,-0.058328,-0.026781,0.009989,0.049537,-0.034694,-0.00048,-0.036643,0.034653,-0.011431,0.027263,0.034995,-0.003344,0.020131,-0.023717,-0.00387,-0.033891,0.03168,-0.007581,-0.009843,0.004009,-0.007631,0.031531,0.028275,0.008051,0.064699,0.009906,0.027896,-0.017876,0.024997,0.024174,0.018705,0.008942,0.008888,0.016176,0.120383,0.023585,0.009369,0.001137,0.014831,0.00701,-0.025581,-0.020653,-0.034693,0.033093,0.011639,-0.010543,0.03511,-0.031617,0.00983,0.080818,0.032752,-0.03186,-0.01806,-0.014003,-0.018725,-0.022765,-0.105807,-0.00892,-0.064346,-0.001388,0.021255,-0.005935,-0.002139,-0.009784,0.000431,-0.020463,-0.012754,-0.027758,-0.024389,-0.003776,-0.080709,-0.039846,0.006473,0.000045,-0.013963,-0.039219,0.093506,0.065036,-0.027778,0.024137,0.040284,0.012707,-0.013585,-0.01479,-0.012871,-0.019241,-0.00827,0.008519,-0.008202,-0.02121,-0.028425,-0.019463,-0.004705,0.045087,-0.014365,0.003844,0.04069,0.005225,-0.04617,-0.007617,0.011974,-0.013616,0.017029,-0.025577,-0.01582,-0.001611,-0.019594,-0.02616,-0.009004,0.019002,0.06609,0.00015,-0.034172,0.015282,0.020268,0.023736,-0.021298,0.026868,0.016756,-0.029863,-0.050025,0.004886,-0.024717,-0.001601,-0.008376,0.010939,0.046139,-0.028903,-0.012611,-0.004154,0.047963,0.09597,-0.00313,0.00659,-0.012127,0.03286,-0.006591,-0.020737,-0.020971,-0.006831,-0.007408,0.001956,0.005489,-0.034548,-0.029272,-0.006485,-0.02369,0.114144,0.010476,-0.007508,-0.094978,0.022498,-0.009636,-0.016253,-0.013788,0.009558,-0.02181,-0.014989,0.005969,0.040522,0.008934,0.003065,0.065156,0.008409,-0.01306,-0.000494,-0.001808,0.013455,0.008709,0.013885,0.004895,0.033289,-0.016351,0.033533,-0.014352,-0.017979,-0.022661,-0.020479,-0.004783,0.035489,-0.022929,0.02101,-0.025239,0.006199,-0.085551,0.012473,-0.011755,0.027035,0.004989,-0.011989,-0.02165,0.008893,0.022008,-0.025828,-0.01031,0.002258,-0.018652,-0.027666,-0.018151,0.001987,0.024694,0.069332,0.009532,0.007479,-0.065332,0.048492,-0.00489,-0.007097,0.02351,-0.023297,0.028226,0.013132,-0.013746,0.003637,0.041873,-0.027783,0.034811,0.002406,-0.067675,0.013429,-0.040669,-0.00172,-0.031788,-0.025794,-0.018588,-0.003956,0.028433,-0.001001,-0.029404,0.007857,-0.010542,0.02518,0.018223,-0.02886,-0.019889,0.008253,0.020257,0.011107,-0.010088,-0.010181,0.035451,0.005942,-0.005921,0.015143,-0.037188,-0.045552,0.041937,-0.01315,0.012631,0.012339,0.045717,0.006044,-0.041175,0.049935,-0.018423,0.010736,-0.038536,0.034387,-0.011284,-0.008372,-0.042784,-0.015994,-0.009638,-0.017078,-0.031851,-0.03781,-0.021011,-0.022306,-0.011354,-0.012768,-0.001693,0.018513,-0.033695,0.011479,-0.042727,0.007002,-0.012186,-0.017559,-0.006467,0.034823,-0.012971,-0.004924,0.023478,0.005954,-0.003084,-0.031276,-0.009868,0.013683,-0.014386,-0.002242,-0.033599,-0.007441,0.002894,-0.031406,-0.015089,0.057603,0.009329,0.010416,-0.026903,-0.004403,0.022557,-0.017217,0.008124,-0.046564,0.043596,-0.025285,-0.051984,-0.014688,-0.032659,0.008478,0.046072,-0.023932,0.039273,0.002554,-0.011444,0.114199,0.023972,0.003416,-0.004568,0.019134,0.012792,-0.006638,0.022318,0.008186,0.026954,-0.006385,-0.025133,-0.003116,-0.004453,0.06653,-0.023847,0.043173,-0.031539,0.016546,-0.014634,0.096245,0.013149,-0.004154,-0.022425,0.012976,-0.021811,0.011324,0.013799,-0.018463,0.028306,0.053226,0.017867,0.021937,0.041258,0.008355,0.020152,-0.055366,0.005418,-0.031586,0.015802,0.03728,-0.017393,0.01187,-0.015783,-0.004817,0.005746,-0.056,0.053142,-0.020593,0.085591,-0.000793,0.00934,0.01987,-0.018279,-0.009171,0.027239,0.023941,-0.025196,0.054017,-0.016993,0.052829,0.0084,0.042649,-0.057742,0.028876,-0.004025,-0.028119,0.026385,-0.001358,0.005098,-0.024264,0.006669,-0.001497,0.027608,-0.001767,-0.039791,-0.023801,-0.017437,-0.014828,-0.008848,0.730661,-0.018738,0.002995,-0.017496,0.030273,0.002052,0.014297,0.020991,-0.020786,-0.015828,0.003266,0.014867,0.015828,-0.009982,0.026244,0.012139,0.017939,-0.01101,-0.012914,-0.00986,0.002665,-0.022633,0.040145,-0.016951,0.020427,0.048356,0.049716,-0.017012,0.017001,0.04581,-0.02644,0.018155,-0.039096,-0.014962,0.028736,-0.007593,-0.04128,0.01678,-0.003403,-0.082081,-0.038147,0.002062,0.041165,-0.008603,0.012458,0.014165,-0.014433,-0.015181,-0.014354,-0.031599,0.01754,-0.005621,0.004638,0.06816,-0.010712,-0.03264,0.00734,-0.021648,-0.007298,-0.001402,0.023481,-0.011588,-0.026665,0.069345,0.030883,0.015191,-0.003647,0.014896,0.022614,0.004751,0.058692,-0.084201,0.028223,0.012885,0.026753,0.028969,0.009881,-0.019917,0.013667,0.00278,0.036249,-0.053066,0.061299,0.048,-0.05302,0.012435,-0.030723,-0.01454,0.037645,-0.036126,0.000753,-0.004691,0.014222,-0.01808,0.024584,0.020292,0.004624,0.035445,0.011514,-0.02243,0.019063,0.013952,-0.037795,-0.013387,-0.066006,-0.032708,0.001403,-0.001847,-0.028186,0.064261,0.021991,-0.022269,0.021365,-0.024145,-0.044462,-0.018257,0.014231,0.0383,-0.000245,0.019283,0.055654,-0.001325,-0.036275,-0.016079,0.035439,-0.030355,-0.031056,-0.000719,0.0127,-0.011174,-0.029653,-0.020518,-0.027043,-0.003956,-0.019271,-0.019647,-0.019829,0.018401,0.014484,0.018381,-0.055411,0.032618,0.025132,0.006714,0.014811,0.047415,0.023988,0.039125,-0.036411,-0.015597,-0.015493,0.19944,0.04168,-0.017067,0.010875,0.016434,0.014654,-0.021256,-0.039896,-0.028726,0.05412,0.057531,0.023417,0.021843,0.023518,0.057678,0.063138,0.017858,0.022817,0.014391,0.005545,-0.002189,0.010399,-0.149585,0.00462,-0.018001,0.012537,-0.008402,-0.022788,-0.006634,-0.02773,-0.017728,-0.010321,-0.018343,-0.000215,-0.00698,0.004681,-0.00776,-0.028823,0.036758,-0.004777,0.034191,-0.000706,0.049816,0.070864,-0.009736,0.068224,0.022864,0.029495,0.020529,0.00569,0.027776,-0.015284,0.023637,0.038629,0.015057,-0.031084,-0.026005,-0.005189,-0.010063,0.034601,-0.037603,0.012348,0.034648,0.041508,0.00217,0.005303,0.001679,-0.020639,-0.011641,-0.027664,-0.0411,0.004467,-0.006365,0.018765,0.019099,0.001506,-0.003804,0.017035,-0.00607,-0.001815,-0.032966,0.027891,-0.042016,0.020532,-0.030322,-0.016505,-0.065197,0.012151,-0.012607,-0.063087,0.005601,0.006648,0.036131,-0.043162,0.012599,-0.005248,0.033488,0.137478,0.011651,0.005214,-0.005063,0.049303,-0.033709,-0.001811,0.005614,-0.036244,-0.046668,0.010129,0.050797,0.051913,-0.003625,-0.019236,-0.033676,0.025676,0.028981,-0.015544,-0.07584,-0.022383,0.041023,0.013324,0.008321,0.048507,-0.011742,-0.004685,0.011275,0.036477,-0.020366,0.03287,0.024447,-0.000218,-0.031311,-0.000966,-0.038174,0.036006,0.005209,0.001104,0.008664,0.041368,-0.024754,-0.05204,-0.014467,0.057169,-0.057415,-0.031992,-0.008957,-0.006812,-0.047944,0.03255,-0.004601,-0.01776,-0.018369,0.010794,-0.02824,0.017151,-0.023543,-0.021307,-0.025272,-0.001443,0.038821,-0.015328,-0.022886,0.003343,0.006762,-0.107577,0.029877,-0.001012,-0.009109,0.020857,0.027039,-0.008989,-0.040515,0.038432,-0.02078,0.023663,-0.005406,-0.026156,-0.034095,-0.002743,-0.017771,0.013491,0.052463,0.003021,0.027469,0.001158,-0.011235,-0.016103,-0.011877,0.01462,-0.033924,0.032133,-0.007154,0.019533,0.053572,0.013902,-0.034206,-0.029577,0.000056,0.065518,0.009843,-0.000777,-0.023661,0.004658,-0.070908,0.039156,-0.038372,0.006566,-0.030306,-0.023966,-0.0045,0.035145,-0.038617,-0.051367,0.00152,-0.024777,-0.028072,0.0083,0.039927,0.0213,-0.045904,0.027844,0.020787,0.012323,-0.053576,0.057131,-0.029287,0.01681,-0.021823,-0.023159,-0.013241,-0.007398,-0.034774,0.009842,-0.031316,-0.016194,-0.002682,0.014657,0.008117,-0.009879,0.015628,-0.027416,0.007341,0.035969,0.011482,0.015889,-0.031811,-0.02455,0.013069,-0.00508,0.051395,-0.051303,-0.010399,0.002036,0.040369,-0.019066,-0.02648,-0.009171,0.033351,-0.020545,0.025778,-0.010704,-0.001598,0.040462,0.019637,0.063746,-0.018389,-0.025641,0.019726,-0.037032,0.034282,0.004209,0.053817,-0.00473,-0.012287,0.00763,-0.002822,-0.023792,0.053738,0.008972,0.038014,-0.008697,0.021313,0.114575,-0.005061,-0.008615,-0.003754,-0.014603,0.037317,0.036052,0.029218,0.000653,-0.008738,-0.004585,-0.017124,0.037522,0.020542,0.010311,-0.001367,-0.009534,0.000454,-0.023251,-0.042112,0.059957,0.001198,0.014825,-0.018269,0.010406,0.002352,-0.009372,0.009281,-0.000597,0.000515,0.058908,-0.001291,-0.007569,0.011547,0.001279,0.01543,-0.016724,-0.036892,-0.031457,0.024053,0.014499,-0.012642,0.020457,-0.009547,0.001089,0.052787,-0.004198,-0.016477,-0.016252,0.055677,-0.004296,-0.037594,-0.007403,-0.009877,-0.011189,0.01061,0.028927,-0.010043,0.043243,0.02229,0.01705,-0.009819,0.02078,-0.019274,-0.024458,-0.037676,-0.008422,0.023635,-0.01639,0.025583,-0.014718,-0.023456,0.037504,0.006366,-0.020651,-0.039082,-0.015713,-0.040414,-0.021603,0.022598,0.705442,-0.020676,0.061914,-0.024778,0.000296,0.016197,-0.042253,-0.014293,0.026214,-0.00725,0.008572,-0.02194,-0.00446,0.060079,-0.003124,-0.024912,-0.003364,0.005121,0.013733,-0.059744,0.02007,-0.013961,0.059728,0.019329,-0.032414,0.055534,0.011017,-0.028726,0.013061,0.038819,-0.002512,-0.009154,-0.051988,-0.022596,-0.047484,0.011439,-0.018729,0.016667,0.01271,-0.070832,0.025186,-0.012034,0.008303,0.013435,-0.007461,-0.014666,0.011416,0.022055,0.009425,0.013049,-0.012299,-0.018159,0.00592,0.038785,-0.007036,-0.032175,0.017884,-0.008116,-0.00746,0.013324,0.003637,-0.028238,0.001292,0.044785,0.017516,0.046951,-0.000183,0.015451,0.024175,0.00946,0.040722,-0.078911,0.026213,0.020112,0.007445,-0.007458,0.022389,-0.034995,-0.016067,-0.017951,0.028211,-0.053749,0.010298,0.002458,0.007,-0.0114,-0.050386,-0.009586,0.024211,0.000417,-0.05482,0.012987,0.005923,-0.014122,0.018568,0.030221,0.01397,0.052636,0.024603,-0.009891,0.025117,0.015818,-0.011631,0.014231,-0.041718,0.003778,0.020004,0.001475,-0.015442,0.048283,0.013238,-0.006325,-0.018405,-0.011813,0.007113,-0.013533,0.011529,0.018469,0.004797,0.003441,0.012758,0.001301,0.018526,-0.005803,0.015809,-0.03818,-0.042659,0.009959,0.028518,-0.047311,0.008031,0.028059,-0.026176,-0.02073,0.000658,-0.027831,0.016531,0.000383,0.011838,0.043226,0.014267,0.013572,0.009629,0.001354,0.004963,0.010049,0.02117,0.015971,-0.012163,-0.016608,-0.001182,0.120329,0.021083,0.004307,0.008128,-0.018378,0.008656,-0.016119,-0.027821,-0.038954,0.061398,0.012223,0.044576,-0.001763,-0.019318,-0.007384,0.081486,-0.011532,0.017147,-0.02437,0.015379,-0.021021,0.01612,-0.168584,-0.012777,-0.058374,-0.001175,0.01719,0.008007,-0.007053,-0.015388,-0.005869,-0.038722,-0.020569,-0.026606,-0.034791,-0.018931,-0.007197,-0.027237,0.044019,-0.012582,0.007065,-0.029497,0.044966,0.088634,-0.020641,0.08041,0.027042,0.009336,0.007843,-0.005602,0.025741,0.005161,-0.009735,0.043038,0.001701,-0.038385,-0.009399,-0.000558,-0.01982,0.039489,-0.032318,0.009605,-0.00289,0.00923,-0.028219,-0.010537,-0.011785,-0.025285,0.010454,-0.038141,-0.004661,-0.002592,0.038306,-0.006084,0.010881,-0.030742,0.043745,0.019528,-0.013038,-0.019744,-0.047389,0.029774,-0.003931,0.013659,0.004995,0.00724,-0.041534,0.000112,-0.013219,-0.01883,0.004313,0.026518,0.036839,-0.026773,0.011354,0.030184,0.023908,0.11446,0.02204,0.034648,-0.018133,0.014865,-0.010211,0.026485,0.002793,-0.010743,-0.02086,-0.001813,0.029249,0.006403,0.015659,-0.011435,-0.03259,-0.003039,-0.008451,-0.015415,-0.0421,0.028132,0.032608,0.015631,0.008952,0.019519,-0.064346,-0.001187,0.019478,0.023408,0.028031,0.047949,0.017801,0.022773,-0.005689,-0.012692,-0.004599,0.025817,-0.021065,0.028002,-0.008365,0.038814,-0.005182,-0.005815,-0.043098,0.026506,-0.007171,-0.039066,-0.022357,0.024069,-0.028513,0.017114,-0.013424,-0.000134,-0.051045,0.016723,0.022283,-0.010138,-0.002453,-0.001369,-0.007128,-0.012365,0.004121,-0.017026,-0.025087,0.011889,-0.004911,-0.103114,0.028796,0.015826,-0.00183,0.033382,0.013328,-0.000187,-0.056413,0.030043,-0.015048,0.032721,0.009501,0.001992,-0.012444,0.000604,-0.025921,0.029194,0.018949,-0.000158,-0.001394,-0.012435,0.022631,-0.022227,-0.012326,0.019424,-0.031181,0.000545,-0.028862,0.017666,0.037839,0.010423,-0.014604,-0.037923,0.003771,0.048253,-0.000604,0.026126,-0.00991,-0.017136,0.007604,0.021264,-0.013073,-0.042857,0.004325,-0.020271,0.03104,-0.01192,-0.008914,-0.036914,0.03024,0.003885,0.02318,0.009983,0.10428,0.043225,-0.02816,0.034449,0.015459,0.012939,-0.005643,0.051791,-0.011853,-0.011345,-0.026855,-0.024291,-0.010979,-0.044279,-0.041354,-0.017722,-0.043376,-0.001286,-0.027066,0.026686,0.015808,-0.015952,-0.007729,0.009065,0.022565,0.02586,0.032308,-0.026284,-0.011317,-0.042822,-0.02095,0.011818,0.035734,-0.014742,-0.014632,-0.032043,0.032366,-0.03005,-0.043104,0.013285,0.017294,-0.004842,-0.007597,-0.023745,0.017493,0.021957,0.034516,0.017764,0.005053,0.005234,0.003309,0.000155,-0.009835,-0.014476,0.02768,-0.017199,-0.008062,0.02413,-0.017892,-0.026926,0.029899,0.015084,0.025083,0.004764,0.004157,0.115748,0.006307,0.02455,-0.00164,-0.026857,0.015863,0.043987,0.055398,-0.032921,-0.039482,0.005168,-0.022901,-0.029257,0.043544,0.061071,0.001309,-0.005232,-0.010046,0.013275,-0.021323,0.123137,0.017762,0.007503,-0.026031,0.01763,0.014004,-0.011429,0.000759,0.005016,-0.014619,0.032074,0.022179,0.009941,-0.023365,0.000376,0.04232,-0.012631,-0.006605,-0.004416,-0.008045,0.0404,-0.022926,-0.010233,-0.03029,0.005408,0.030858,0.001696,0.017598,0.021656,0.044315,0.008646,-0.011767,0.050572,-0.034451,0.017463,0.032404,0.035704,-0.012431,0.001435,-0.030392,0.016508,-0.024809,0.017809,-0.022809,0.006996,-0.054276,-0.013921,0.041415,-0.016999,0.024827,0.010305,-0.002729,0.026742,-0.002679,0.008103,-0.019883,-0.02952,-0.030928,-0.006409,0.018177,0.758997,0.00271,0.01374,0.003632,0.016562,0.014909,0.021927,-0.009048,0.001784,-0.010839,0.021932,-0.01121,0.008568,0.014491,0.02491,-0.00974,0.016752,-0.024223,0.02027,-0.030842,-0.022617,-0.00204,0.044844,0.044014,-0.001988,0.073399,0.007704,-0.026477,-0.016996,0.012312,-0.022309,-0.003309,-0.051771,-0.013231,-0.004688,-0.003393,-0.012867,0.029842,0.031696,-0.093506,0.000159,-0.019321,0.020851,-0.001522,-0.02396,-0.017022,0.002411,0.002835,0.019088,-0.016859,0.017953,0.00438,0.002309,0.057877,-0.021687,-0.014911,0.007406,-0.026326,-0.031379,0.019962,0.011258,-0.01945,-0.004929,0.064823,0.026068,0.043737,0.004991,-0.017723,0.001772,0.015879,0.002061,-0.084054,-0.00089,-0.010705,-0.026005,-0.0014,0.029567,-0.026406,0.006818,0.026489,0.032957,-0.065334,0.0321,-0.013923,-0.001476,0.003229,-0.036614,-0.002816,0.016402,-0.013307,-0.053814,0.004006,0.012467,-0.000043,0.015387,0.021064,-0.003025,0.038473,0.01367,0.002408,0.002652,0.024894,-0.029741,0.02345,-0.05845,0.022495,-0.013323,-0.000581,0.038943,0.035816,0.038881,0.051367,0.007001,-0.051547,-0.005382,-0.050373,-0.000803,-0.01845,0.0114,0.011103,0.031956,0.001966,-0.010336,-0.034377,0.040513,-0.053704,-0.033392,0.000391,0.012968,-0.02035,0.020757,-0.009451,-0.018574,-0.02292,-0.045203,-0.017193,-0.004736,-0.014485,-0.009149,0.017761,0.02873,0.038222,0.008412,0.023171,0.067671,0.026574,0.001297,-0.000616,0.002221,-0.008183,-0.001498,0.182944,-0.022377,0.018944,-0.000338,0.015074,0.005132,-0.010852,0.001567,0.012989,0.038236,0.001306,0.031798,0.035237,0.001257,-0.006909,0.062798,-0.009864,0.032888,-0.015004,-0.000379,-0.009889,-0.013713,-0.164716,-0.0072,-0.072331,0.007418,0.021977,-0.027469,-0.007168,-0.017536,0.01297,-0.048953,-0.028851,0.035136,-0.023333,-0.054004,0.027726,-0.025961,0.002185,0.006756,0.023683,-0.004224,0.083745,0.066681,-0.042762,0.073487,0.017976,-0.014268,0.011772,0.008394,-0.00479,-0.028733,-0.024562,0.049924,0.014241,-0.03671,-0.006877,-0.004304,-0.026235,0.004098,-0.010024,0.033543,0.010523,-0.031143,-0.017483,0.007892,0.008862,0.010117,0.010403,0.017514,-0.029043,-0.046956,0.024115,-0.00932,-0.021723,-0.024081,0.032269,-0.00162,-0.026161,0.01618,-0.005392,-0.020981,0.022534,0.007827,-0.049933,0.017791,-0.035472,0.029329,-0.016031,-0.016599,0.014011,0.019111,0.053224,-0.037657,0.028732,0.036221,0.023625,0.141169,-0.008612,0.01158,0.030703,0.011031,0.013421,-0.014794,-0.017234,-0.000812,-0.010848,-0.002883,0.002049,-0.004805,0.01787,-0.031648,-0.055274,0.087176,0.029595,-0.033145,-0.039288,0.039361,0.038847,-0.00719,-0.01008,0.04023,-0.02188,-0.027514,0.041781,-0.005213,0.007426,0.00466,0.008334,0.030445,0.0264,-0.016006,0.027569,0.024347,0.012536,-0.004049,-0.011995,0.005443,0.002157,-0.007615,-0.006152,0.041975,-0.020423,-0.008426,0.028805,0.026828,-0.014966,0.019976,0.0155,0.013704,-0.050596,0.028631,0.011385,0.005773,-0.001848,-0.023728,-0.003091,-0.024293,-0.002874,-0.014548,-0.048071,0.00686,-0.020294,-0.10391,0.021633,-0.003128,0.002424,0.00854,0.013108,-0.026429,-0.050317,0.005199,-0.005988,-0.029194,-0.016091,-0.008812,-0.003184,0.011057,-0.011087,0.001654,0.015693,-0.02318,-0.000076,-0.014707,0.007673,0.01282,-0.022123,0.002375,-0.017704,-0.017927,-0.023162,0.017639,0.035491,-0.020664,-0.034015,0.013163,0.00304,0.026613,-0.003373,0.031198,0.000858,-0.032022,0.023427,-0.006366,-0.010054,-0.013323,0.045763,-0.016805,0.042727,-0.01054,-0.015661,-0.058225,0.013529,-0.012392,0.024304,0.024388,0.046499,0.015064,0.009125,0.037018,-0.000906,0.015265,-0.036611,0.020948,-0.019415,-0.02399,0.004706,-0.009537,0.011568,-0.019054,-0.028115,-0.015952,-0.013927,0.004757,-0.014309,-0.00785,0.048511,0.023853,-0.013212,0.025838,0.02497,0.023951,0.023825,-0.006556,-0.023883,-0.01218,0.00641,-0.004658,0.046831,-0.017646,0.00297,-0.022822,0.008869,0.014313,0.010884,-0.016143,-0.018564,0.009968,-0.004754,-0.015959,-0.01305,0.020891,0.035393,0.050977,-0.015537,0.004559,0.00105,-0.006583,-0.010876,-0.122719,0.032111,-0.011655,-0.048841,-0.00133,0.006222,-0.029993,0.017761,0.01895,0.002649,0.028325,0.037014,0.105946,0.010321,0.006306,-0.022554,-0.023189,0.016009,0.018845,0.053203,-0.036319,-0.009972,-0.023503,-0.014072,-0.005014,0.057358,0.016364,-0.018814,-0.005754,-0.046402,-0.002834,-0.016977,0.039596,0.024336,-0.019628,-0.00974,0.025164,-0.001061,-0.022956,0.016522,-0.022604,-0.011739,-0.006363,0.021728,0.010979,0.008358,-0.006761,0.017061,-0.052566,0.017866,-0.007745,0.005706,0.022162,-0.027165,0.003146,0.002116,0.019622,0.013526,0.008154,-0.02124,0.002928,0.128231,-0.008981,0.005305,0.053329,-0.04027,0.000478,0.017781,0.018394,-0.020134,0.018243,0.008087,0.037648,0.023239,0.004549,-0.047127,-0.004888,-0.039842,-0.028619,0.003772,-0.034667,-0.000825,-0.008973,-0.00172,-0.010181,0.03612,0.020129,-0.019868,-0.037712,-0.018393,0.032755,0.018754,0.730312,0.014352,0.018423,-0.017639,0.040311,-0.0174,0.054958,-0.0055,-0.000312,0.00661,-0.002577,-0.014178,-0.015117,0.019313,-0.013707,0.005,0.009934,-0.03598,0.028703,-0.034813,0.004871,-0.021245,-0.00605,0.041155,0.03903,0.04519,-0.003164,-0.006034,0.010463,0.026561,-0.015005,-0.006507,-0.036402,0.01274,-0.002112,0.007116,-0.018304,-0.004616,0.01672,-0.081818,0.000316,0.027486,0.019278,-0.00357,0.024306,-0.037425,0.031866,0.014022,-0.033517,-0.022161,0.009302,0.005274,0.003228,0.032161,0.025822,-0.026195,0.011482,-0.025052,-0.023016,0.023176,0.012083,-0.025057,0.027284,0.044939,0.037757,0.07168,-0.023185,-0.010104,0.032608,0.015758,0.037688,-0.10093,0.026244,0.025438,0.008144,-0.005589,0.021017,0.001048,-0.008017,-0.001086,0.005132,-0.049147,0.036489,0.021973,0.016811,-0.004498,-0.064414,0.001162,0.012792,-0.014325,-0.055158,0.004505,-0.021628,-0.025468,0.031781,-0.013978,-0.012327,0.029851,0.009426,0.010171,0.002476,0.018661,0.017184,-0.004957,-0.068232,-0.017524,-0.002653,0.025882,0.022891,0.011431,0.016219,0.004748,-0.002261,-0.01295,-0.002483,-0.010139,0.037588,-0.009861,0.007516,0.002001,0.022695,-0.001744,0.011222,0.004792,0.025593,-0.049754,-0.03573,0.043784,0.011355,-0.030045,-0.026745,0.006686,-0.028155,-0.006093,-0.034458,-0.000817,-0.00261,0.006507,0.01082,0.037094,0.011457,0.010949,0.002931,0.006072,0.009808,0.005845,0.019106,0.039265,-0.002786,-0.004327,0.015583,0.139229,0.025645,-0.010275,-0.001252,-0.009437,0.003563,0.007982,-0.017807,-0.008953,0.061683,-0.000368,0.02715,0.015419,-0.004347,0.001739,0.045351,0.013683,0.016929,-0.008332,-0.006152,0.000688,0.01597,-0.24144,0.015039,-0.023239,0.012427,0.017275,-0.026045,0.024489,-0.006723,-0.01749,-0.02535,-0.003162,-0.00081,-0.020794,0.001918,-0.015361,-0.02487,0.05075,-0.041122,0.011331,0.001439,0.068805,0.083698,-0.032202,0.080216,0.018482,0.009424,0.00108,0.001133,0.018765,-0.030383,-0.005943,0.031321,-0.004519,-0.045503,-0.007488,-0.012688,-0.001657,0.032528,-0.041269,0.008592,0.032745,0.003068,-0.004479,-0.021053,0.004691,0.007181,0.016864,-0.01425,-0.015923,0.01936,0.033946,-0.023773,-0.033022,-0.026514,0.030754,0.001333,-0.004239,0.004367,-0.043303,-0.002725,-0.01838,0.008851,0.021765,-0.014095,-0.049672,0.015299,-0.005319,-0.04454,0.018967,0.002146,0.026578,-0.016646,0.0203,0.038046,0.035695,0.158601,0.014805,0.043166,0.002423,0.017399,-0.006063,0.024257,-0.009228,-0.037111,-0.024175,0.024024,0.003805,0.017047,0.000244,-0.028369,-0.028838,0.044599,0.013045,-0.004591,-0.051338,0.005761,0.028415,0.014531,-0.000998,0.014736,-0.019686,0.012696,0.001141,0.006257,0.016688,0.034384,0.029743,0.002577,0.001976,-0.007477,-0.012522,0.019518,-0.030059,-0.024178,-0.026579,0.020502,-0.016056,0.003657,-0.036747,0.041833,-0.014374,-0.019366,-0.012038,0.007454,-0.004143,0.025548,-0.010249,0.005589,-0.019769,0.010365,0.0041,0.014365,-0.028904,-0.01704,-0.015457,0.013066,0.003843,-0.028343,-0.01325,0.029219,-0.050163,-0.130771,-0.007385,-0.006541,-0.016353,0.034711,0.025231,-0.010899,-0.123606,0.012159,-0.029716,0.026055,0.01705,-0.037882,-0.000069,0.035051,-0.008951,0.035545,0.057246,-0.031553,-0.012588,0.000848,0.036632,-0.013429,-0.026289,0.021697,-0.013869,-0.022459,-0.018873,0.011822,0.036304,0.019735,-0.035161,-0.012975,0.01292,0.039339,0.011412,-0.017748,0.001601,0.017359,0.000174,0.043535,-0.006994,-0.016604,-0.013081,-0.008483,0.006063,-0.006047,-0.035097,-0.042778,0.019028,0.009628,0.026512,0.001922,0.110474,-0.004498,-0.030199,0.019842,0.000034,-0.01951,-0.038495,0.028145,0.013511,-0.006128,-0.009542,-0.015236,0.018556,-0.017312,-0.027298,-0.014568,-0.016239,-0.009553,-0.033623,0.010074,0.013512,-0.009856,0.000285,0.02032,0.003494,0.010348,0.011066,-0.022161,-0.01646,-0.027052,-0.022133,0.020552,0.041609,-0.034884,-0.024106,-0.008408,0.018089,-0.027479,-0.044152,-0.010087,-0.000492,-0.015108,0.016221,-0.023134,0.00739,0.028758,0.041034,0.030912,-0.018426,0.010999,-0.008045,-0.018718,-0.016791,0.043302,0.028584,-0.003068,-0.016316,0.011863,-0.048792,-0.015308,0.019452,-0.002383,0.00003,0.02049,-0.015996,0.105942,0.000736,0.009322,-0.011268,-0.013745,0.02847,0.043742,0.056072,-0.027578,-0.009114,-0.008523,-0.006539,-0.004096,0.047629,-0.013703,-0.022172,0.00144,-0.012792,-0.000034,-0.024054,0.130262,0.016819,-0.003281,0.00713,0.000854,-0.003149,0.005525,0.026972,-0.001533,0.014311,0.0252,0.03715,-0.007738,-0.017468,-0.016503,0.030642,-0.017133,-0.003231,0.026964,-0.004641,0.01145,-0.055573,-0.011363,-0.040175,0.025621,0.018596,0.025212,0.034232,-0.013935,0.058708,-0.011999,-0.014693,0.050062,-0.033718,0.011834,0.00109,0.02107,0.001963,0.010896,-0.000133,0.034042,0.004529,0.010425,-0.029571,-0.012542,-0.012858,-0.017268,0.05292,-0.00742,0.023278,-0.021128,-0.007489,0.005179,0.030859,0.006416,-0.025508,-0.00186,-0.029046,0.003398,0.003869,0.721486,-0.017682,0.042559,-0.002169,0.015734,-0.00408,0.032656,-0.018711,0.008811,-0.010264,0.018252,-0.018387,0.029109,0.03648,0.035346,-0.012894,0.044231,-0.000869,0.014828,-0.047748,-0.015181,-0.014904,0.049638,0.025234,0.023247,0.085134,0.013363,-0.018609,0.011576,0.04737,-0.007922,-0.033163,-0.033424,-0.036326,0.005562,0.003682,-0.031172,0.044355,0.004147,-0.052759,0.00831,0.011085,0.036406,-0.01015,0.004712,-0.010726,0.017433,0.024717,-0.006644,-0.015019,-0.002306,-0.006777,-0.020454,0.050875,-0.018512,-0.007321,0.007658,-0.03982,0.017145,-0.008005,0.03529,-0.005859,-0.010371,0.052713,0.025391,0.027992,-0.018575,-0.018743,0.027755,0.033947,0.015502,-0.068875,0.035206,0.012384,0.003137,0.000606,0.001642,-0.034825,-0.016024,0.014086,0.017218,-0.077606,0.019335,0.025616,-0.013574,0.017787,-0.03867,0.01774,0.026093,-0.006773,-0.05092,0.009866,-0.001219,-0.041306,0.023589,0.009911,0.020504,0.043893,0.025309,-0.004254,0.015128,0.028344,0.006189,0.036097,-0.05084,-0.018326,-0.011544,-0.014303,0.012015,0.029723,-0.002073,-0.017133,0.007806,-0.009409,0.003714,0.006836,0.025364,0.028736,0.011761,0.010145,-0.014921,-0.013647,0.021944,-0.000811,-0.021378,-0.023966,-0.026931,0.027417,0.031678,-0.017029,0.002503,-0.000901,0.000356,-0.007699,-0.011964,-0.024261,-0.016382,-0.004612,0.049533,0.036075,-0.017033,0.032425,0.00752,0.020033,0.036814,0.013193,0.043137,0.0541,-0.020177,0.002847,0.023668,0.136638,0.030442,-0.00594,-0.009505,0.02816,0.021348,0.007656,-0.013951,-0.000966,0.046944,-0.009814,0.02582,0.025663,-0.032482,0.007112,0.051655,0.031115,0.011877,-0.005588,0.008297,0.026619,0.02383,-0.205127,0.006462,-0.028112,0.017535,0.013607,-0.000441,-0.014262,0.009973,0.015272,-0.013274,-0.001049,0.012517,-0.013479,0.023612,0.026709,0.003799,0.061686,-0.026126,0.01473,-0.018348,0.028475,0.126417,-0.026747,0.0488,0.024007,-0.006013,0.007258,0.020228,-0.004909,-0.001065,-0.011714,0.035834,-0.00285,-0.025208,-0.009143,0.003519,-0.004731,0.017622,-0.004585,0.017949,0.035706,0.016958,-0.018008,0.011681,-0.02376,0.002345,-0.014341,-0.00642,-0.021098,0.010454,0.011093,-0.017387,-0.006676,-0.000494,0.032633,0.003115,0.006152,0.005107,-0.022982,-0.001285,0.011271,0.000777,0.004485,-0.010331,-0.040435,-0.002888,-0.038872,-0.025607,0.02118,0.0052,0.034065,-0.016995,0.010122,0.020996,0.024058,0.176865,0.035977,0.027951,0.009899,-0.006799,-0.022611,0.028414,0.025221,-0.026528,-0.023608,0.00201,-0.000881,0.002022,0.005308,-0.038025,-0.000965,0.067007,0.006306,-0.038392,-0.0766,-0.00653,0.023212,0.016226,-0.012025,0.006116,-0.019446,-0.002546,0.035081,0.009369,0.006079,0.05037,0.025262,0.024677,0.004999,-0.019468,-0.057563,0.001682,0.002629,0.00388,-0.039806,0.032943,0.020806,-0.015683,-0.015089,0.055636,-0.008769,-0.042788,-0.009497,0.01704,-0.036468,0.013461,0.011808,-0.024517,-0.029623,0.031765,0.026424,0.0099,0.020918,-0.010448,-0.008015,0.007803,-0.006094,-0.019147,-0.010572,0.036789,-0.017799,-0.122676,0.014949,-0.032148,-0.013389,0.027171,0.053284,0.002344,-0.058312,0.029752,0.002546,0.040056,0.045016,-0.03211,-0.02206,0.036077,-0.009254,0.054793,0.006882,-0.034711,-0.001871,0.006326,0.038749,-0.003295,-0.0081,0.040028,-0.015234,0.000481,0.014513,-0.022347,0.012361,0.021393,-0.007403,-0.006688,-0.025123,0.036384,0.014451,0.030621,0.018992,-0.008153,0.019119,0.0415,-0.010092,-0.017277,-0.001681,-0.040998,0.002041,-0.003984,-0.019516,-0.050806,0.001378,-0.011092,0.032399,-0.007353,0.06917,-0.008623,-0.023943,0.044858,0.010091,-0.02275,-0.028729,0.037313,-0.005749,-0.012543,-0.018136,-0.010648,-0.015569,-0.003834,-0.040438,0.01111,-0.018509,-0.037433,0.000101,-0.003445,-0.007696,-0.005395,0.00335,0.028445,-0.00492,0.010848,-0.008439,-0.009519,-0.006963,-0.007924,-0.030149,-0.002791,0.024144,-0.013602,-0.012499,-0.000069,0.01502,-0.025148,-0.016231,-0.021251,0.038989,-0.016384,0.028727,-0.000045,0.020683,0.04472,0.033288,0.02746,-0.038133,-0.010066,0.008395,-0.019856,-0.007537,0.022752,0.011242,-0.024503,-0.023398,0.014314,-0.021976,-0.033474,0.03474,0.005545,0.002659,0.018534,0.027037,0.112368,-0.010423,0.005788,0.016858,-0.011527,0.007791,0.040741,-0.000563,-0.037006,-0.003163,0.005418,-0.019525,0.003321,0.047029,-0.001153,-0.006423,-0.01584,-0.045907,-0.010821,-0.070338,0.087136,0.011974,0.016915,-0.00298,0.001506,-0.029775,-0.012916,0.01424,0.006199,0.020555,0.020972,0.016307,-0.02055,-0.009001,-0.000456,0.020866,-0.034986,0.025612,0.015974,0.000519,-0.007212,-0.021265,0.016435,-0.02818,0.040125,0.033405,0.005725,0.026844,-0.017408,0.071325,0.01441,-0.038103,0.023566,-0.014786,-0.017829,0.014873,0.018868,-0.008104,0.02167,-0.010579,0.021894,-0.000754,-0.010376,-0.011733,-0.021737,-0.019046,-0.013088,0.043704,0.009336,0.013186,-0.018428,-0.007777,0.037528,0.00333,-0.01905,0.025271,0.006351,-0.026745,-0.007642,-0.003218,0.739165,-0.008899,0.036014,-0.01907,-0.016386,-0.007409,0.002226,-0.013616,-0.0304,-0.011354,0.026608,-0.001211,0.017024,0.039716,0.031333,-0.023479,0.025894,-0.007843,0.010639,-0.042028,-0.007708,-0.019854,0.032328,0.021639,0.021545,0.076602,0.022395,-0.020787,-0.021532,0.019702,-0.007707,-0.027095,-0.029684,-0.043577,0.009163,-0.007023,0.010826,0.026471,0.035103,-0.07333,-0.020333,-0.025631,0.037474,0.002689,0.025488,-0.031017,0.01843,-0.001625,0.001303,-0.02107,0.025629,-0.019834,-0.027406,0.04815,-0.006313,-0.008191,0.011284,-0.040221,-0.003649,0.004319,0.011489,-0.026431,0.003937,0.078444,0.008397,0.059726,0.002164,-0.004062,0.013789,0.055042,0.0278,-0.074468,0.04898,0.012317,0.003545,-0.006542,-0.006003,-0.045104,-0.012546,0.00749,0.024255,-0.081876,0.029443,0.02074,-0.025486,0.014318,-0.046601,0.015257,0.024268,-0.009268,-0.049908,0.012239,-0.004618,-0.036369,0.010278,0.001812,0.021122,0.04502,0.0198,-0.006162,0.018963,0.024448,0.009288,0.030241,-0.047957,-0.011334,-0.01011,-0.006647,0.002514,0.026697,-0.012481,-0.009152,-0.001789,0.001199,-0.002215,0.003722,0.019969,0.028117,0.001761,0.007849,-0.02082,-0.006018,0.02851,-0.004038,-0.024211,-0.017707,-0.040393,0.023046,0.02377,-0.019317,0.001838,-0.008885,0.015308,-0.004659,-0.010257,-0.02103,-0.014923,0.001844,0.047977,0.038775,-0.022424,0.028832,0.018094,0.02757,0.033123,0.016936,0.04241,0.043852,-0.014541,0.00713,0.026553,0.138471,0.030373,-0.00149,-0.004032,0.023405,0.022761,-0.000205,-0.00829,-0.003563,0.047497,-0.014419,0.02119,0.019443,-0.025688,0.004263,0.053568,0.027177,0.017366,-0.011261,0.002549,0.023557,0.026385,-0.215673,-0.007396,-0.029427,0.02246,0.017519,-0.011543,-0.023172,0.001605,0.013687,-0.004965,-0.000672,0.003591,-0.019691,0.016648,0.013679,-0.002555,0.058028,-0.027414,0.012068,-0.021557,0.017578,0.116166,-0.02277,0.068081,0.031038,-0.003994,0.011785,0.02088,0.003168,-0.003673,-0.01164,0.039153,-0.009806,-0.035707,-0.027215,-0.00192,-0.009515,0.020814,-0.011469,0.012616,0.036568,0.016917,-0.021875,0.017792,-0.02401,0.000278,-0.026741,-0.007431,-0.025884,-0.004299,0.013846,-0.015563,-0.02015,-0.003601,0.046109,-0.002169,0.004662,0.001252,-0.036313,-0.009528,0.006035,-0.00011,0.003421,-0.008246,-0.041977,-0.005166,-0.031697,-0.021221,0.014501,0.011524,0.025864,-0.020972,0.011067,0.021991,0.030556,0.153589,0.029633,0.029571,0.011889,-0.000582,-0.027356,0.028355,0.012189,-0.025909,-0.030888,0.003983,0.001043,0.003109,0.012577,-0.037025,-0.000719,0.065873,0.004911,-0.040012,-0.070785,-0.00999,0.032066,0.014843,-0.001709,0.015074,-0.006977,0.006136,0.027496,0.001447,-0.002519,0.0467,0.012395,0.024561,0.000528,-0.013058,-0.056767,-0.001454,0.008026,0.000916,-0.020911,0.036157,0.027868,-0.013073,-0.009805,0.045965,-0.007841,-0.044929,-0.003382,0.017497,-0.028938,0.017509,0.014945,-0.026666,-0.020814,0.031249,0.035654,0.010254,0.028282,-0.020287,-0.020804,0.007493,-0.004437,-0.022719,-0.023826,0.028744,-0.012657,-0.128927,0.024467,-0.031366,-0.026334,0.026627,0.053213,0.000693,-0.057907,0.03774,0.000425,0.036288,0.050277,-0.031389,-0.025225,0.037756,-0.004093,0.051546,0.009348,-0.041116,-0.00095,0.010134,0.042855,-0.001638,-0.001509,0.03691,-0.011776,-0.003952,0.020636,-0.028901,0.007329,0.022795,-0.011634,-0.004249,-0.024141,0.040833,0.024402,0.038857,0.023396,-0.014537,0.022705,0.037906,-0.013931,-0.021986,-0.005212,-0.035169,0.015811,-0.009298,-0.018851,-0.049029,0.004195,-0.003539,0.027019,-0.010104,0.074659,-0.013493,-0.027623,0.040821,0.017537,-0.029991,-0.030406,0.052596,-0.003689,-0.024071,-0.010212,-0.013312,-0.013633,-0.000924,-0.031454,0.003405,-0.010822,-0.035311,-0.007194,0.00347,-0.006421,-0.001785,0.010567,0.029241,-0.001097,0.017571,0.005525,-0.015939,-0.006787,-0.009792,-0.026734,-0.002629,0.0212,-0.016985,-0.007673,0.003151,0.011569,-0.037081,-0.026264,-0.028469,0.036294,-0.017437,0.030383,-0.001288,0.016752,0.050549,0.037985,0.027543,-0.041393,-0.001879,0.008262,-0.036782,-0.009989,0.018846,0.003692,-0.025608,-0.015828,0.018182,-0.022469,-0.026874,0.023729,0.007856,0.010545,0.018057,0.032451,0.112784,-0.006557,-0.004668,0.013373,-0.00715,0.014827,0.032565,0.002747,-0.034135,-0.008854,0.011763,-0.010882,-0.003929,0.038833,0.00732,-0.008667,-0.011477,-0.046633,-0.003038,-0.063803,0.07689,0.020425,0.012493,-0.004859,0.002406,-0.028009,-0.011471,0.007251,-0.008426,0.027361,0.017272,0.012221,-0.010649,-0.014244,0.000043,0.014248,-0.025315,0.020554,0.011683,0.004777,-0.007727,-0.038844,0.013635,-0.033089,0.034972,0.031634,0.005065,0.024172,-0.018512,0.071235,0.007492,-0.03509,0.031398,-0.017954,-0.016053,0.013071,0.006448,-0.004201,0.029966,-0.019723,0.018674,0.000435,-0.016951,-0.02007,-0.017706,-0.018629,-0.0177,0.039462,-0.000349,0.013238,-0.022084,-0.004833,0.040881,-0.004572,-0.015568,0.020908,0.005507,-0.035836,-0.006195,0.002981,0.735522,-0.008586,0.029282,-0.018478,-0.010233,-0.00548,-0.002611,-0.013519,-0.016159,-0.008941,0.0306,0.001674,0.027,0.040904,0.025288,-0.024721,0.022805,-0.015266,0.019143,-0.041585,-0.002418,-0.0223,0.029756,0.013352,0.009518,0.072746,0.024736,-0.01881,-0.010412,0.025923,0.001347,-0.029145,-0.03181,-0.041241,-0.002435,0.006537,0.003501,0.025168,0.044493,-0.075099,-0.026612,-0.0181,0.038655,0.006161,0.02542,-0.028551,0.019758,0.002683,0.002765,-0.018539,0.031468,-0.017516,-0.022025,0.046971,-0.004491,-0.013598,0.010882,-0.047076,-0.01366,0.011055,-0.002346,-0.033443,0.018598,0.08453,0.015986,0.065084,-0.000428,-0.00743,0.00489,0.053981,0.020933,-0.077664,0.016482,0.01871,-0.028027,0.000894,0.015159,-0.051732,-0.003901,-0.022183,0.013656,-0.050231,0.057617,-0.015629,-0.002298,0.028987,-0.006994,0.003998,0.003144,-0.001346,-0.073187,0.047443,0.003365,-0.027443,0.011526,-0.018892,0.006275,0.004584,0.005065,-0.006229,-0.006994,-0.018041,-0.021081,0.000117,-0.043818,0.006503,-0.006063,0.038327,-0.02573,0.086012,-0.002742,-0.02411,-0.010475,-0.013073,-0.015191,-0.017536,0.006051,0.019324,-0.009978,0.004522,-0.013371,-0.002424,0.009543,-0.039361,0.032792,-0.036976,-0.024135,0.02544,-0.006923,0.005501,-0.010564,0.014703,-0.009709,-0.020656,-0.042196,-0.024543,0.007043,0.004543,0.035683,0.008078,-0.023206,0.002591,-0.000476,-0.020658,0.006654,0.040698,-0.011274,0.022747,0.019082,-0.01127,-0.000211,0.166013,-0.008449,0.013031,-0.039743,0.011412,-0.003558,-0.018603,-0.027257,0.014682,0.019824,-0.008022,0.03704,0.026824,0.010845,-0.01783,0.06932,-0.011182,0.031737,-0.020927,-0.015126,-0.035629,0.009854,-0.175328,0.01322,-0.031336,-0.012398,-0.006157,0.004606,0.012789,0.001477,-0.024502,-0.012038,-0.010358,-0.007348,-0.050081,-0.013276,0.02397,-0.007599,0.057602,-0.005226,0.017896,-0.02247,0.058616,0.061949,0.001189,0.071642,0.005091,0.026424,0.013419,0.014354,0.021926,0.006646,0.023065,0.035705,-0.009056,-0.062811,0.008022,0.002572,-0.065715,-0.011177,-0.03896,0.007155,0.030813,-0.033007,-0.029256,0.001481,-0.010733,-0.024472,0.022617,-0.016148,-0.036319,0.011884,0.010027,-0.02936,-0.001987,-0.013101,0.02099,-0.009697,-0.009287,-0.014357,-0.017218,0.04367,0.033117,0.00832,0.034611,-0.021117,-0.047451,-0.020368,0.00999,-0.014925,0.015485,-0.005122,0.008498,-0.023867,0.008539,0.018919,0.027411,0.105792,0.005587,0.021712,-0.010249,0.024591,-0.015674,-0.008349,-0.036726,-0.016459,-0.020052,0.027464,-0.001468,0.013094,-0.014068,-0.026439,-0.034692,0.059206,-0.000031,0.010506,-0.053047,0.027967,0.02424,0.014185,-0.024559,0.039749,-0.033667,-0.017969,0.005199,0.008153,0.024764,0.029018,0.018402,-0.013559,0.005638,0.012256,-0.00756,0.027584,-0.021798,-0.012821,0.003014,0.038313,-0.014837,-0.01789,-0.06212,0.050425,-0.02697,-0.043428,-0.007953,0.065972,-0.006685,0.01482,-0.025535,-0.013067,0.001063,0.004088,-0.022562,-0.004201,-0.001329,-0.051902,-0.009853,-0.006488,-0.022427,-0.007168,-0.016537,0.033031,-0.008633,-0.121354,0.026931,-0.006232,0.006277,0.022352,0.014854,-0.028921,-0.118928,0.022569,0.00111,0.012076,0.026888,-0.040915,-0.015089,0.014292,-0.031443,0.049228,0.024077,-0.007348,-0.001253,-0.006836,0.030622,-0.00567,-0.023659,0.020041,-0.036919,-0.031841,-0.000371,0.030777,0.025634,0.006147,-0.056474,0.009135,-0.02126,0.001837,-0.001011,-0.016942,-0.007591,-0.020831,-0.023108,0.006498,-0.024389,-0.038045,0.005679,-0.00955,0.018884,0.034768,-0.031967,-0.057125,0.027289,0.006319,0.025355,0.012493,0.04871,0.030864,-0.017538,0.018703,0.025861,0.007895,0.00114,0.044297,0.003553,0.013075,-0.023164,0.003987,0.007796,-0.065822,-0.003503,-0.007241,-0.032687,-0.003562,0.008662,-0.009513,0.011301,-0.035397,0.003483,0.022194,0.004544,-0.013371,0.005638,-0.021317,0.004929,-0.031137,0.006931,-0.024687,0.050602,-0.028904,-0.004193,0.01217,0.033066,-0.012095,-0.049975,0.02266,-0.023333,0.004588,0.032624,-0.041035,0.01249,0.009864,0.008544,0.044639,0.031867,0.029379,0.005738,0.037063,0.002715,0.027997,0.018791,-0.028682,-0.013012,0.026034,-0.059093,0.005167,0.025479,-0.016032,0.009517,-0.003299,0.006776,0.115701,0.008391,0.01285,-0.027761,-0.031997,0.016786,0.067393,0.074157,-0.03045,-0.010334,0.01258,-0.04801,-0.030149,0.011713,0.004877,0.022072,-0.018023,-0.003146,0.019788,0.017695,-0.001269,-0.001221,-0.015096,-0.023078,0.00052,0.009759,0.00274,-0.012127,0.032982,-0.00834,0.041735,0.009823,-0.000574,0.023563,-0.016342,-0.004126,-0.026538,0.006863,-0.006797,0.035311,0.038855,-0.000687,-0.014014,-0.024344,0.034236,0.024445,0.020089,0.00941,0.003453,0.056581,-0.010756,0.012546,0.042819,0.007564,-0.003363,0.020029,0.021547,0.003044,0.005282,0.001825,0.011251,-0.017591,-0.011296,-0.032365,0.027938,-0.05223,-0.007585,0.060495,-0.024158,0.005346,0.001374,0.025217,0.02385,0.004776,-0.004947,0.004798,-0.018206,-0.001888,0.012037,0.036039,0.739665,-0.010075,0.04223,-0.021089,0.009279,0.04063,-0.019282,0.023492,0.00692,-0.011805,0.018093,-0.01453,-0.003155,0.020288,0.009806,-0.021374,0.041386,-0.018356,0.023369,-0.038085,-0.027531,-0.03057,0.014403,0.034317,0.012621,0.0125,-0.009808,-0.004495,0.020703,0.04957,-0.027262,0.005231,-0.034211,-0.037126,-0.015359,0.048243,-0.026411,0.033654,-0.005587,-0.078215,0.005164,0.02438,0.023133,-0.01792,-0.022662,0.001064,0.026419,0.012815,0.012497,-0.020616,0.017437,0.004985,-0.00592,0.04987,-0.048072,-0.010541,0.002321,-0.02624,-0.010659,0.025655,-0.011831,-0.012134,-0.009318,0.040787,0.04707,0.063241,0.013187,-0.03635,0.035027,-0.025308,0.058465,-0.06029,0.036511,0.000726,0.008409,-0.009947,0.011829,-0.008369,0.013575,0.010886,0.016738,-0.073889,0.060533,0.005912,-0.018954,0.011771,-0.057889,-0.025426,0.012811,-0.029112,-0.07815,-0.014097,0.01901,-0.027968,-0.011381,-0.016637,0.024161,0.031352,0.010882,-0.023664,-0.014134,0.001491,-0.002583,0.01492,-0.050444,-0.01492,0.012763,0.007422,-0.002719,0.153616,-0.007275,-0.007823,0.013762,0.018517,-0.007844,0.014495,0.021879,0.024011,0.012654,0.002537,0.001961,-0.003551,-0.011965,0.002029,0.00848,-0.029041,-0.019565,-0.027242,0.015179,-0.004449,-0.034048,-0.005883,0.032794,-0.017999,-0.053196,-0.011144,-0.01434,-0.014163,0.042593,0.018245,-0.006904,0.048308,-0.017445,0.01972,0.021133,0.043495,-0.021512,-0.004403,0.004891,0.003691,0.008738,0.151041,-0.036488,-0.02972,-0.035606,0.019575,0.02204,-0.023359,0.00382,0.005959,0.00345,0.002313,-0.003253,0.000009,0.006034,-0.011666,0.093229,-0.017179,0.001356,0.030545,0.01025,-0.005695,0.020985,-0.079572,0.033168,-0.026067,-0.008712,0.052553,-0.025703,-0.002536,-0.007255,0.033368,-0.024802,-0.011907,-0.038259,-0.054365,-0.044025,0.023547,-0.013102,0.021297,0.009233,0.013158,0.020108,0.0719,0.07458,-0.030087,0.065967,0.033896,-0.01274,0.02618,0.014783,0.004433,0.004768,0.014862,0.047017,0.001859,-0.00705,-0.000782,0.031572,-0.069645,0.029109,0.002805,0.016038,0.073238,0.001526,-0.021118,0.019572,-0.032412,-0.027208,0.01788,-0.023811,-0.002735,-0.023028,-0.002637,-0.001069,-0.010584,-0.019293,0.045217,0.019894,-0.010641,-0.033284,0.015537,0.018699,0.022719,-0.002465,0.017597,-0.021467,-0.047243,-0.004392,0.001496,0.005203,-0.006418,0.003618,0.02726,-0.00591,0.030753,0.033222,0.01213,0.097194,-0.004171,0.001227,0.016619,0.018271,0.013438,-0.001541,0.018879,-0.010923,-0.044735,-0.023669,0.008591,-0.011024,-0.01714,-0.023328,-0.045241,0.071274,0.010942,-0.004476,-0.063935,-0.006909,0.025824,0.030861,0.010488,0.03405,-0.018759,-0.019873,-0.003841,0.002059,-0.008616,-0.013832,0.033617,-0.004214,0.04063,0.017038,-0.017753,0.041573,-0.01687,0.008163,0.014514,0.039552,0.006946,-0.010903,-0.016844,0.013751,0.006201,-0.029463,0.002244,0.023705,-0.016653,0.012389,-0.021996,0.006001,-0.039068,0.005113,0.003706,-0.016626,-0.020902,-0.016963,0.017972,-0.003737,-0.027271,-0.018429,0.02005,0.056697,-0.033621,-0.014312,-0.005968,-0.015803,-0.02005,0.061939,0.01138,-0.023087,0.007557,0.014978,0.002486,-0.023625,-0.001024,-0.029924,0.015189,0.002304,-0.013798,-0.021035,0.009282,0.028869,0.015108,-0.009566,-0.009162,-0.014385,-0.031688,0.023398,-0.030628,-0.015511,0.016831,0.009411,0.006761,0.001718,-0.01562,-0.018905,-0.00179,0.012846,0.001523,0.006762,0.007787,0.002002,0.035046,0.016226,0.020648,-0.032135,0.024222,0.006017,0.007885,0.022621,-0.002521,-0.036907,0.009172,0.01854,0.02207,0.020314,0.047774,0.009818,-0.052514,0.016289,-0.009139,0.043534,0.006519,0.047458,0.043726,0.000856,-0.048066,-0.038486,-0.008165,-0.010937,-0.001506,-0.00934,0.003984,0.001762,-0.000368,0.020758,0.023284,-0.030041,0.01569,0.027123,-0.024375,-0.041838,-0.000646,-0.044355,0.010592,-0.060568,-0.011294,-0.037115,0.068476,-0.039681,0.00394,-0.028412,-0.003844,-0.004942,-0.015946,0.028136,0.012234,-0.001707,0.022644,-0.035412,0.002268,0.035638,0.03463,0.024422,0.000818,0.006893,-0.010845,-0.014815,-0.018275,0.00707,-0.000807,-0.05627,-0.042476,-0.011463,-0.022966,0.012858,0.042322,-0.00233,-0.007648,-0.003545,0.008512,0.116966,0.0108,-0.010321,-0.032266,-0.025295,-0.013881,0.050446,0.023466,-0.044412,-0.039022,0.000746,-0.019255,-0.003551,0.034203,-0.006072,-0.050254,0.03973,-0.007291,0.003306,0.020735,0.030897,-0.018284,-0.022322,-0.014653,-0.007655,0.011788,-0.013213,0.000923,0.002372,-0.01299,0.01203,0.02673,0.005106,0.035289,-0.007274,0.020651,-0.040462,0.001967,-0.019371,-0.021827,0.045431,0.001667,0.031658,0.000894,0.025378,-0.011987,-0.008783,-0.010301,-0.030956,0.014475,0.016402,-0.008985,0.020625,-0.016,0.020607,0.039711,-0.032606,0.00427,0.007006,0.010837,0.009873,0.011415,0.008214,-0.000919,0.021192,-0.062036,-0.034118,0.022008,-0.022851,-0.010343,-0.019869,0.015932,0.009031,-0.041671,-0.012083,0.009067,-0.044701,-0.029566,0.002805,0.004619,0.766647,-0.01412,0.009482,0.009341,0.02064,-0.021013,-0.007299,-0.016547,0.026902,-0.001992,-0.012293,-0.00576,0.021456,0.044354,0.006787,-0.012318,0.006589,-0.036613,-0.023952,-0.04143,-0.049756,-0.026336,0.024678,0.021047,-0.009042,0.034047,-0.012917,-0.021184,-0.015787,0.006707,-0.044968,-0.004531,-0.024284,-0.039724,0.012778,-0.019632,-0.026663,0.006093,0.036934,-0.102282,-0.00725,-0.024358,-0.010448,0.000255,-0.012413,-0.001045,0.015417,0.018862,-0.021721,-0.017264,0.014511,0.031121,0.03349,0.037277,0.00533,-0.01602,0.004108,-0.025353,-0.021275,-0.000649,-0.013963,-0.013492,0.010797,0.039145,0.003225,0.039816,0.004884,0.043151,0.004429,-0.036162,0.06138,-0.079365,0.040664,0.010909,0.016305,0.009496,-0.002224,0.002957,0.002154,0.009283,0.025671,-0.073074,0.049673,0.009271,-0.004461,0.024152,-0.048022,-0.011022,0.0034,-0.012319,-0.087524,-0.021183,0.022888,-0.025455,-0.005331,-0.014549,0.013161,0.022097,-0.000681,-0.013094,-0.019753,0.005835,0.004253,0.016966,-0.044955,-0.027203,0.008456,0.014084,-0.004594,0.140221,0.002261,-0.015689,0.007667,0.025632,-0.023221,0.013666,0.023054,0.0289,0.012003,0.003944,0.005516,-0.002509,0.004739,-0.010206,0.006399,-0.027423,-0.008491,-0.018185,0.008907,0.013187,-0.028629,0.000604,0.001003,-0.00563,-0.053738,-0.013233,-0.001833,-0.006457,0.040966,0.024128,-0.015638,0.040472,-0.01283,0.00725,0.027948,0.033887,-0.023534,0.003165,-0.002954,0.002738,0.003216,0.177516,-0.019275,-0.031545,-0.018769,0.008894,0.006919,-0.018511,-0.017503,-0.003249,0.014556,0.001824,0.005304,0.016101,-0.001146,-0.011484,0.084741,-0.00575,-0.012544,0.03385,0.000397,0.000779,0.029522,-0.09649,0.029986,-0.02174,-0.012883,0.019819,-0.018588,0.000945,0.001313,0.01704,-0.028457,0.003795,-0.017813,-0.039188,-0.04335,0.019259,-0.014175,0.005372,0.004972,0.015391,0.002365,0.069213,0.071809,-0.030213,0.077626,0.029476,-0.02214,0.027191,0.009888,-0.000978,-0.012358,0.003173,0.027604,0.001314,0.00694,-0.015339,0.005273,-0.051068,0.015716,-0.005023,-0.022303,0.083572,0.002207,-0.023075,0.028842,-0.022847,-0.025748,-0.003106,-0.035196,-0.010856,-0.037056,0.002298,0.001773,-0.03227,-0.027634,0.03312,0.028462,-0.004966,-0.027508,0.010342,0.016221,0.047931,-0.000073,0.003113,-0.0274,-0.039614,-0.009916,-0.006649,-0.002411,-0.002429,0.01513,0.011468,0.002652,0.026076,0.020701,0.020201,0.11021,0.006148,0.009988,-0.002931,-0.000995,0.013578,-0.005577,0.002443,-0.025478,-0.027909,-0.00671,0.001767,0.00055,-0.012808,-0.01965,-0.047663,0.032287,0.00887,0.01003,-0.052295,0.021476,0.027051,0.034542,0.004614,0.028951,-0.033317,-0.022047,0.002042,0.019619,-0.001368,-0.018867,0.047242,-0.023152,0.035672,0.009602,-0.033395,0.044543,-0.00653,-0.011533,0.016537,0.039964,0.017509,-0.006826,-0.027586,0.013811,0.015449,-0.032194,0.003857,0.022928,-0.024889,0.018398,-0.013361,0.001372,-0.054409,0.008812,-0.00609,-0.021385,-0.029409,-0.000165,0.016879,-0.003802,-0.024344,-0.021553,0.012486,0.061112,-0.030721,0.003027,0.00468,-0.004974,-0.008844,0.059166,0.014013,-0.024192,0.031455,-0.013302,-0.006727,-0.015455,0.017298,-0.012475,0.026466,-0.013126,-0.014469,-0.005509,0.007807,0.0128,0.029595,-0.023444,0.002205,-0.024716,-0.049816,0.020216,-0.036479,-0.019687,0.016032,0.010846,0.011567,0.001634,-0.012656,-0.026454,0.009825,0.031052,0.004053,0.014129,0.003572,0.001864,0.022678,0.01347,0.012306,-0.026532,0.00831,0.002206,0.013016,-0.000432,-0.008969,-0.024386,0.006614,0.008076,0.0188,0.029025,0.080678,0.026933,-0.053198,0.002003,-0.020936,0.04829,0.001679,0.042128,0.043119,0.010317,-0.032875,-0.029307,-0.0169,-0.016482,-0.001319,-0.028459,0.00542,-0.00408,0.001177,0.034535,0.007187,-0.018001,0.011542,0.031366,-0.03546,-0.018056,-0.005596,-0.035008,0.010788,-0.054551,-0.006856,-0.01308,0.060391,-0.04667,0.020412,-0.030138,0.008365,-0.017586,-0.010191,0.030098,0.018295,0.00342,0.015698,-0.041262,-0.018063,0.019071,0.046312,0.021275,0.006352,0.019769,-0.010046,-0.016957,-0.008317,0.052747,-0.015437,-0.045431,-0.038321,-0.001398,-0.020214,-0.000461,0.029467,-0.007402,-0.002617,-0.009392,0.007493,0.115747,0.006269,-0.00682,-0.033466,-0.020227,-0.011363,0.044618,0.024155,-0.031502,-0.035886,0.010397,-0.027706,-0.00144,0.034741,-0.003637,-0.025933,0.031956,-0.013885,0.011296,0.020588,0.060708,-0.01924,-0.022251,-0.007144,-0.013084,0.009919,-0.026191,-0.019112,0.007023,-0.027783,0.015432,0.013807,-0.002914,0.023825,-0.009199,0.015422,-0.027305,0.006131,-0.019123,-0.019174,0.021757,-0.013891,0.046224,-0.014525,0.030102,0.003407,-0.00068,-0.001623,-0.012437,0.019235,0.000863,-0.00824,0.014886,-0.01965,0.009671,0.044962,-0.011112,-0.001105,-0.007709,0.011877,0.012711,-0.003553,-0.005978,-0.016379,0.025465,-0.054616,-0.024122,0.014137,-0.02522,-0.025679,-0.026506,0.003101,0.017464,-0.032043,-0.009359,0.002205,-0.032037,-0.02174,0.001469,0.001736,0.774343,0.000359,0.027171,0.019206,0.018774,-0.00997,-0.010051,-0.01967,0.023742,0.002115,-0.024602,-0.002742,0.026848,0.047013,0.022876,-0.026566,0.006016,-0.032442,-0.009696,-0.046314,-0.036208,-0.019619,0.029611,0.031685,-0.010331,0.034142,-0.005487,-0.03092,-0.012826,-0.00025,-0.027729,-0.015236,-0.037247,-0.037306,-0.012431,-0.015459,-0.016292,0.009024,0.040958,-0.100157,0.00455,-0.022786,0.000996,-0.000924,-0.000761,0.001884,0.021103,0.021478,-0.020279,-0.0165,0.009809,0.035935,0.020618,0.03626,0.010201,-0.016569,0.008268,-0.016488,-0.001718,0.002941,-0.011383,-0.005438,-0.004578,0.042932,0.011715,0.015531,-0.001813,0.038093,0.012848,-0.021907,0.051838,-0.087448,0.028598,-0.00226,-0.005525,0.021079,0.016867,-0.029412,0.007887,-0.012235,-0.01142,-0.082433,0.030174,-0.013529,0.007926,0.012184,-0.050654,0.016762,0.001623,-0.0142,-0.069094,0.002954,0.00553,-0.03353,0.027069,0.012615,-0.010239,0.061684,-0.003391,0.016015,-0.001715,0.012374,0.000443,0.022369,-0.061105,0.006711,-0.017907,0.027624,-0.003378,0.075996,0.006387,0.009808,-0.01616,0.009134,-0.022126,0.003173,0.016113,-0.012285,-0.000535,0.001522,0.006133,-0.03749,0.012456,-0.026505,0.006676,-0.072445,-0.04077,0.05379,0.00988,-0.013546,0.017827,0.013076,-0.003793,0.015107,-0.0345,-0.020867,-0.010339,0.001203,0.02943,0.007506,0.004841,0.026415,-0.0196,-0.000249,0.002581,0.022969,-0.00055,0.023978,-0.005348,-0.01926,-0.00953,0.15694,0.024381,0.01687,-0.005912,0.007636,-0.008437,-0.021539,-0.05023,0.036937,0.038557,0.037028,0.048026,0.011832,-0.009738,0.00532,0.068676,-0.008883,0.00988,0.025038,0.002939,-0.024398,0.03029,-0.156915,-0.000328,-0.066985,-0.009862,0.02116,-0.00114,-0.027626,-0.009368,-0.005014,-0.032065,-0.003681,-0.004921,-0.016782,-0.045462,0.042144,-0.013585,0.040507,-0.011194,0.008825,-0.017083,0.048278,0.07948,-0.029341,0.076631,0.016521,-0.0243,0.043059,0.026151,0.03101,-0.02352,0.015749,0.017239,-0.020341,-0.058502,0.010895,0.015499,-0.036376,0.013247,-0.003023,0.023058,0.022688,0.011425,-0.023213,-0.014156,0.010223,-0.023088,0.006135,0.014802,-0.033742,-0.009904,0.025756,-0.012116,0.009655,-0.007867,0.038054,-0.026755,-0.023998,-0.03329,-0.050597,0.027851,0.028026,-0.010141,0.004182,-0.007958,-0.036011,-0.02515,-0.002694,-0.033198,0.005066,0.015768,0.038636,-0.009694,0.020867,0.02763,0.014582,0.128119,0.008017,-0.003897,-0.004195,0.00854,-0.017377,0.011667,-0.02624,-0.016154,-0.039666,0.003573,0.011139,0.01065,-0.002786,-0.009083,-0.049006,0.034954,0.037434,-0.018123,-0.056962,0.006553,0.010182,0.011328,0.020918,0.022685,0.003132,-0.005371,0.022384,0.019032,0.013696,0.008132,0.015325,0.009251,-0.01374,-0.003377,-0.032149,0.044963,-0.011925,0.014082,-0.015188,0.039867,-0.001061,-0.012003,-0.035377,0.026899,0.020899,-0.02523,-0.022381,0.015976,-0.031462,0.000404,-0.015771,0.018187,-0.032476,0.018717,0.025204,-0.01281,-0.000921,-0.021171,0.02284,-0.010233,0.002521,-0.015013,-0.013167,0.023442,-0.021654,-0.088809,0.02064,-0.005503,-0.007736,0.037897,0.020712,0.001626,-0.017114,0.011269,0.014896,0.014019,-0.004862,-0.034404,-0.011653,0.015073,-0.011716,0.031766,0.011869,-0.024079,-0.001767,-0.005798,0.010337,-0.009603,-0.027486,0.006282,-0.015159,-0.009576,0.006803,0.008701,0.031949,0.02617,-0.019627,-0.009511,0.015146,0.017039,-0.004559,-0.009549,-0.012032,-0.045324,-0.009427,0.015511,0.001082,-0.027986,-0.000559,-0.038511,0.043297,0.014145,-0.007092,-0.037289,0.013815,0.016851,-0.004822,-0.003567,0.074258,0.035282,-0.018151,0.03552,-0.007162,0.031383,0.017334,0.066535,0.009895,0.002966,-0.008745,-0.001689,0.021957,-0.051973,-0.02567,-0.001386,-0.008358,0.009078,0.008162,-0.001136,0.000289,-0.006724,0.021227,-0.010814,-0.010751,0.006925,0.018245,-0.014568,-0.019529,-0.00479,0.010086,-0.00535,0.026259,-0.037159,-0.002045,-0.008426,0.018729,-0.0104,-0.023559,-0.007674,0.00495,0.024537,0.024143,-0.039407,-0.012165,0.014836,0.037503,0.034904,0.003634,-0.007426,-0.010474,-0.010987,-0.00364,0.042746,0.026898,-0.002044,0.013303,-0.006335,-0.062486,-0.006225,0.005761,0.003326,0.043726,0.015859,0.019715,0.11718,-0.013368,0.021146,-0.011541,-0.034419,0.001751,0.035431,0.052587,-0.009673,0.006432,0.01896,-0.007527,-0.038284,0.022789,0.008647,-0.002846,-0.010101,-0.001952,0.020015,-0.014551,0.007558,-0.011618,-0.034029,-0.019305,0.014438,0.006483,0.007172,-0.008419,0.015888,-0.015224,0.053097,0.019742,-0.020853,0.018492,-0.002872,0.037342,-0.021789,0.000212,-0.003023,-0.007573,0.029859,-0.049999,-0.004552,-0.024491,0.036078,0.024388,-0.005405,-0.001379,-0.006595,0.062155,-0.011795,0.004496,0.050435,-0.024891,-0.000476,0.036416,0.032636,-0.015447,0.002077,0.003155,0.033892,0.003684,-0.011462,-0.03516,0.027506,-0.088017,-0.017641,0.049625,-0.004421,0.015299,-0.008798,0.007339,0.028096,-0.001683,0.007438,-0.01096,-0.026876,-0.020549,0.014853,0.037797,0.761728,0.016227,0.022021,-0.005505,0.008239,0.006265,-0.024642,0.00901,0.003734,-0.002468,0.00908,0.012626,-0.017206,0.037932,0.022266,-0.011028,0.047475,-0.004022,0.006377,-0.031782,-0.0249,-0.025901,0.029514,0.057013,-0.017899,0.04484,-0.00708,-0.023398,0.015282,0.002786,-0.030969,0.011085,-0.037931,-0.035511,-0.049015,0.004658,-0.018712,0.042024,0.027173,-0.090729,-0.00235,0.034029,0.03106,-0.026351,-0.007594,-0.03891,0.01931,0.006614,0.008164,-0.010021,0.004198,0.02659,-0.008855,0.021736,-0.002056,-0.008261,0.001385,-0.020413,-0.009751,0.018423,-0.019442,-0.003014,0.005335,0.058191,0.024956,0.043406,0.014825,0.016259,0.023619,0.013466,0.055789,-0.079338,0.038018,0.001426,-0.017654,-0.001232,0.017885,-0.0223,0.000755,-0.00408,0.018894,-0.076117,0.034091,0.002193,0.004608,0.022504,-0.036599,-0.01078,0.021091,-0.019179,-0.081344,-0.002793,-0.001174,-0.022072,0.013091,0.001255,0.014952,0.041393,-0.013465,-0.007478,-0.002138,0.00719,0.013268,0.016067,-0.048523,-0.000583,0.011269,0.003923,-0.007212,0.095037,0.004419,-0.023222,0.012421,-0.008778,-0.005603,-0.010021,0.021852,0.004809,0.008971,0.009803,0.003723,-0.009628,0.00512,-0.037989,0.012065,-0.014993,-0.027098,0.024007,0.023503,-0.008963,-0.002692,-0.00123,-0.001255,0.01145,-0.018982,-0.033465,-0.002974,0.000646,0.018599,0.025225,-0.001406,0.025204,-0.008914,0.004978,0.029925,0.023108,-0.015862,0.009816,0.003673,-0.01929,0.00283,0.170227,-0.00858,-0.002397,-0.015986,-0.004964,0.009347,-0.011216,-0.033188,0.009426,0.017451,0.019368,0.030544,0.007717,-0.01276,0.001826,0.101345,0.001212,0.013462,-0.002278,0.007037,0.006255,0.024215,-0.102216,0.009214,-0.029164,-0.011229,0.023296,0.008093,-0.02053,-0.003241,0.005822,-0.022614,0.005728,0.006798,-0.028522,-0.034084,0.017484,-0.030637,0.009377,0.007096,0.004165,-0.013387,0.067196,0.072384,-0.007496,0.124739,0.013679,-0.006397,0.008316,0.018621,0.012753,-0.000224,0.02481,0.020045,-0.010304,-0.029688,-0.005285,0.011914,-0.047829,0.020669,-0.016058,0.01868,0.013449,0.026366,-0.027102,0.027257,-0.019034,-0.036443,0.000676,-0.008391,-0.00188,-0.011284,-0.000208,-0.014525,0.003406,-0.010282,0.010436,-0.003016,-0.011805,-0.038194,-0.026537,0.037454,0.031239,0.003197,0.009107,0.001799,-0.034595,-0.01531,-0.010375,-0.013381,0.000614,0.014111,0.032767,-0.015934,0.013912,0.029825,0.034464,0.129534,0.013158,0.012227,0.004286,0.0211,-0.013728,0.005581,-0.015583,-0.012629,-0.017447,0.006275,0.0033,0.00978,-0.008887,-0.010679,-0.045927,0.033825,0.025691,-0.009731,-0.043862,0.01123,0.001886,0.016613,0.016076,0.021412,-0.010578,-0.017091,0.01041,0.021364,0.005926,0.010951,0.024472,0.009321,0.014128,0.006102,-0.021837,0.022132,-0.004468,-0.005574,-0.00101,0.028107,-0.010572,0.000223,-0.028945,0.015397,0.006876,-0.037395,-0.010776,0.021228,-0.029189,0.008033,-0.011544,-0.003028,-0.031356,-0.00375,0.012273,-0.013905,-0.016314,-0.019519,-0.001654,-0.011479,-0.013661,-0.035838,-0.007059,0.043753,-0.033444,-0.051506,0.010022,0.011772,-0.00367,0.038831,0.024584,-0.00896,-0.015498,0.004038,0.012683,-0.010349,0.002747,-0.019874,0.004159,-0.003026,0.02192,0.02599,0.014768,-0.013765,0.018053,-0.015299,0.007248,-0.002351,-0.024114,0.027254,-0.029776,-0.00069,-0.004933,0.018217,0.01368,0.000083,-0.032674,-0.002428,0.007982,0.017948,0.004124,0.010736,0.014455,-0.000367,0.018128,0.028898,-0.001898,-0.015996,0.012478,-0.009983,0.006104,0.008634,-0.016534,-0.036562,0.016154,0.006079,0.006112,0.015901,0.060523,0.042369,-0.024264,0.018604,0.000073,0.039629,0.010446,0.032127,0.027505,0.023691,-0.023203,0.001702,0.002868,-0.034202,-0.00606,-0.022297,-0.005368,-0.004083,0.013462,0.001512,-0.014759,-0.025036,0.013942,0.002213,-0.019384,-0.015356,0.008077,-0.035338,-0.034092,-0.040666,-0.014513,-0.015209,0.052993,-0.036392,0.0088,0.005097,0.006787,-0.019782,-0.027651,0.014033,-0.014841,0.017207,0.020077,-0.038912,-0.018568,0.038871,0.016446,0.04064,0.001227,0.006569,0.00475,-0.027189,0.003477,0.034771,-0.003808,-0.007007,-0.017947,0.009096,-0.044909,0.004046,0.037174,-0.007018,0.002448,0.008411,0.007209,0.119318,0.000318,0.009471,0.003522,-0.010373,0.012078,0.051145,0.043193,-0.02164,-0.007358,-0.001981,-0.023261,-0.035649,0.025025,0.011864,-0.009985,0.003651,-0.03153,0.01263,-0.0072,0.013574,0.004465,-0.013419,-0.016787,0.005418,-0.003419,-0.01982,-0.008672,0.005622,-0.027889,0.039405,0.00849,-0.017107,0.015196,-0.003094,0.002627,-0.020469,0.000079,-0.019472,-0.019942,0.021763,-0.019432,0.003255,-0.023029,0.02447,0.003432,-0.012667,-0.001237,0.002429,0.070506,-0.004692,-0.002753,0.018631,-0.035802,0.030691,0.022696,0.000541,0.001804,0.010142,0.00981,0.015934,0.002829,-0.003102,-0.017872,0.019807,-0.037445,-0.023768,0.031182,-0.020813,-0.016762,-0.006351,0.009002,0.013069,-0.007894,-0.00413,-0.011683,-0.035091,-0.00075,0.006906,0.018857,0.812798,0.002784,0.029228,-0.012708,0.010606,0.004126,-0.015625,0.002054,0.011946,0.013238,0.011784,-0.017439,0.013417,0.018975,0.006889,-0.011625,0.023708,-0.025857,0.012145,-0.043763,-0.025836,-0.021493,0.011387,0.017722,-0.011611,0.035051,0.00289,-0.025989,0.002974,-0.00919,-0.031947,0.008584,-0.031194,-0.029419,-0.024634,-0.002167,-0.027486,0.000236,0.030123,-0.09971,0.01174,0.007025,0.004693,-0.022196,0.003972,-0.020997,0.013815,0.01314,0.002355,-0.000098,-0.01323,0.011237,0.0005,0.035941,0.004719,-0.010264,0.004954,-0.032769,-0.024199,0.018766,-0.010785,0.000333,-0.006815,0.058843,0.011547,0.031203,-0.005387,0.017185,0.040044,-0.002903,0.055286,-0.078695,0.038305,-0.004082,-0.032238,0.000604,0.011121,-0.033956,0.000125,-0.004304,0.014161,-0.064458,0.031636,0.002147,0.011033,0.025613,-0.028449,-0.010511,0.028095,-0.021164,-0.078791,-0.001961,-0.000165,-0.024604,0.012263,0.004258,0.012179,0.024897,-0.004932,-0.006005,-0.006273,0.003343,0.006603,0.024808,-0.039522,-0.003841,-0.00459,-0.004845,-0.022598,0.114068,0.008468,-0.012124,0.006737,-0.013723,-0.006675,-0.001126,0.029401,0.008711,0.010712,0.011746,-0.003594,-0.019588,0.011613,-0.03538,0.021476,-0.002348,-0.023198,0.008015,0.02539,-0.005571,-0.008082,-0.010236,0.001882,0.020087,-0.01365,-0.032813,0.002187,-0.009564,0.01903,0.023678,-0.005132,0.021871,-0.009817,-0.011441,0.030594,0.027516,-0.02475,0.016302,0.008192,-0.017633,0.001521,0.170876,-0.017113,-0.01821,-0.01551,-0.012525,0.011922,0.000889,-0.03125,0.017651,0.014478,0.017483,0.02663,0.005033,-0.017174,0.011987,0.110583,-0.010857,0.005845,0.003564,0.008987,0.004108,0.027861,-0.075458,0.011649,-0.029393,-0.010785,0.023506,0.006452,-0.033009,-0.008871,0.009644,-0.022302,0.011642,0.006326,-0.015107,-0.041829,0.016514,-0.031946,0.003016,0.014711,-0.006302,-0.020339,0.065379,0.07112,-0.011581,0.116921,0.020016,-0.009118,0.01175,0.028747,0.008237,-0.005441,0.03664,0.013251,-0.007206,-0.019614,-0.004014,0.033441,-0.050038,0.026642,-0.014656,0.012798,0.004623,0.024503,-0.033192,0.029594,-0.031585,-0.042749,-0.004982,-0.010379,-0.003277,-0.008645,0.002326,0.002645,0.004929,-0.001281,0.029322,-0.00579,-0.009553,-0.041647,-0.024667,0.038886,0.047227,-0.011836,0.00756,0.007563,-0.029164,-0.026005,0.001116,-0.013157,-0.006399,0.01372,0.023665,-0.02815,0.003627,0.021576,0.030696,0.114532,0.002078,0.005043,0.002709,0.011462,-0.02347,0.003209,-0.015524,-0.002098,-0.01423,0.006321,0.00813,0.000362,-0.002117,-0.019966,-0.041662,0.039231,0.033814,-0.002214,-0.042305,-0.000873,-0.009391,0.006843,0.019405,0.008291,-0.031711,-0.008772,0.012918,0.015272,0.00037,0.007941,0.030149,-0.007947,0.002684,0.012605,-0.019558,0.019238,-0.003417,-0.008322,0.008067,0.013523,-0.011881,0.002263,-0.023521,0.017234,0.010095,-0.023464,-0.012913,0.011187,-0.031693,0.014269,-0.013029,-0.002128,-0.028698,-0.01168,0.016757,-0.023012,-0.029633,-0.023335,0.005537,-0.010374,-0.015179,-0.035498,-0.004853,0.042146,-0.031433,-0.042733,0.003306,0.016166,-0.011615,0.040271,0.025385,-0.002035,0.013423,0.003678,0.014204,-0.023466,-0.000714,-0.0139,0.000058,-0.009151,0.028757,0.015142,-0.013833,-0.008113,0.030866,-0.017609,0.010059,-0.006421,-0.02368,0.023382,-0.020423,-0.015354,-0.002185,0.017553,0.012565,0.013453,-0.039986,-0.015168,-0.004105,0.014915,0.002026,0.014796,0.024045,-0.002959,0.013827,0.033974,-0.00688,-0.013809,0.008175,0.007827,-0.000665,0.004948,-0.005168,-0.032331,0.007531,0.00486,0.007906,0.020599,0.051852,0.042504,-0.03277,0.018027,-0.002423,0.051946,0.026771,0.024464,0.033512,0.025184,-0.014243,-0.004126,0.002055,-0.034717,0.000131,-0.027727,0.006546,0.003249,0.005424,-0.009644,-0.014732,-0.03267,0.008519,0.003711,-0.030644,-0.017988,0.004577,-0.042465,-0.021313,-0.034725,-0.006795,-0.013243,0.048739,-0.040603,0.016191,0.015332,0.002463,-0.00806,-0.021073,0.014345,-0.014153,0.019199,0.014644,-0.037144,-0.018536,0.039125,0.02523,0.026738,0.007006,0.004371,0.00755,-0.026343,0.005399,0.046585,-0.003726,-0.006937,-0.016349,0.016313,-0.039925,0.005862,0.028526,-0.01447,0.002981,0.001752,0.01094,0.12172,0.003266,0.016782,0.006119,-0.01252,0.013926,0.056919,0.037972,-0.015466,-0.011289,-0.003114,-0.030454,-0.026283,0.026162,-0.004186,-0.018825,0.002534,-0.020866,0.007423,-0.006069,-0.03186,-0.000934,-0.01891,-0.008802,0.003745,-0.001486,-0.011776,-0.009344,0.011833,-0.024881,0.038869,0.014953,-0.020191,0.009221,0.00821,0.004279,-0.023533,-0.014612,-0.021534,-0.028327,0.021373,-0.020758,0.002363,-0.037119,0.022597,-0.003392,-0.008555,-0.009113,-0.001002,0.07222,0.000669,-0.004032,0.005303,-0.022959,0.031571,0.020869,-0.000808,-0.003952,0.002389,0.000873,0.009189,0.003351,-0.0072,-0.017318,0.022263,-0.026119,-0.026502,0.029435,-0.021334,-0.013113,0.002269,0.005832,0.016737,-0.017264,-0.013513,-0.008112,-0.033954,0.018999,0.008757,0.021315,0.811708,0.003239,0.040482,-0.001279,0.007526,-0.000022,-0.017936,0.00103,0.006055,0.01555,0.008876,-0.017453,0.013774,0.020638,0.00819,-0.00924,0.023856,-0.017668,0.002946,-0.035599,-0.03642,-0.013248,0.003141,0.006992,-0.016479,0.036514,-0.00354,-0.016645,0.002149,-0.019634,-0.030487,0.001035,-0.023446,-0.024452,-0.031727,-0.006299,-0.025162,0.003734,0.028495,-0.107408,0.011953,0.006233,0.005132,-0.023409,0.001254,-0.02306,0.014205,0.018163,0.011092,-0.003955,-0.003366,0.007778,-0.001475,0.039509,0.000456,-0.015696,0.006315,-0.021214,-0.025205,0.019133,-0.021387,0.01177,-0.000032,0.056755,0.00118,0.021055,-0.017642,0.01256,0.03755,0.002594,0.057646,-0.09034,0.042311,0.011335,-0.017683,0.010491,0.001102,-0.018179,-0.007236,-0.008457,0.024713,-0.075205,0.04546,0.00413,0.004542,0.016554,-0.039856,-0.004825,0.019785,-0.027432,-0.081902,0.004176,0.013208,-0.026438,0.002064,-0.002446,0.03153,-0.006478,-0.009678,-0.028892,-0.011406,0.006191,-0.002697,0.039833,-0.044672,-0.024232,0.001148,-0.012512,-0.003115,0.114034,0.01364,-0.025857,0.004779,0.005928,-0.015302,0.007118,0.035279,0.025189,0.013695,-0.006982,0.017453,-0.00192,0.011111,-0.030484,0.021876,-0.02276,-0.0228,0.002286,0.01304,0.021003,-0.00263,-0.001836,0.000724,0.030085,-0.033346,-0.036658,0.013421,-0.010751,0.020371,0.031882,0.004207,0.033126,-0.011828,-0.008579,0.016414,0.039586,-0.02825,0.02016,-0.008826,-0.010121,0.000057,0.152288,-0.002553,-0.028364,-0.028323,-0.002826,0.01303,-0.013026,-0.031481,-0.011348,-0.004275,0.005867,0.026324,0.005729,-0.024986,-0.003444,0.101091,-0.020972,-0.018651,-0.001994,0.007752,0.002809,0.018719,-0.074274,0.024833,-0.033193,0.002284,0.013745,0.006621,-0.010413,0.00232,0.012563,-0.036255,-0.002985,-0.006191,-0.018932,-0.045134,0.017236,-0.029736,-0.001843,0.022638,0.011615,-0.011749,0.077587,0.065102,-0.023781,0.102184,0.019007,-0.019429,0.028456,0.044781,0.00713,-0.003786,0.011229,0.020243,-0.002121,-0.006065,-0.005953,0.013648,-0.064381,0.005944,-0.019314,-0.004552,0.024572,0.00985,-0.0349,0.032861,-0.022864,-0.033717,0.017888,-0.02771,-0.012819,-0.032585,-0.001249,-0.014786,0.00723,-0.01414,0.04805,0.022603,-0.014857,-0.027529,0.003938,0.014464,0.051238,0.003975,-0.000052,-0.015179,-0.03758,-0.017421,-0.007087,-0.015623,0.011774,0.019733,0.013108,-0.020238,0.011964,0.01373,0.020465,0.120442,0.017811,0.018721,-0.001538,0.016196,-0.010377,-0.008472,-0.012271,-0.012832,-0.024653,-0.014758,0.008718,-0.001306,-0.003625,-0.035465,-0.053219,0.065672,0.03609,0.001362,-0.054935,0.021185,0.012367,0.019867,0.009418,0.022417,-0.026076,-0.015774,0.009191,0.036655,0.019954,-0.007221,0.050194,-0.004879,0.013416,0.008755,-0.020673,0.035621,0.005562,0.006122,0.012224,0.030066,0.000719,-0.009583,-0.024158,0.008783,0.005814,-0.028719,0.014484,0.009314,-0.040343,0.027645,-0.009871,0.005748,-0.042866,-0.001225,0.010777,-0.033449,-0.025875,-0.022825,-0.001704,-0.00606,-0.015665,-0.028131,-0.014838,0.043704,-0.03109,-0.040273,-0.022193,0.014773,-0.019946,0.059214,0.012973,-0.018804,0.019109,0.009479,-0.000673,-0.037253,-0.006943,0.000657,0.017773,-0.010068,0.024362,0.019714,-0.00818,-0.002045,0.039359,-0.017827,0.0012,-0.012907,-0.031364,0.030886,-0.025503,-0.002673,-0.011161,0.012226,0.025015,-0.003548,-0.038851,-0.028931,0.017016,0.012478,0.004019,0.006606,0.026344,-0.004606,0.026433,0.027805,0.013158,-0.041849,0.004981,-0.017248,0.011543,0.009364,-0.002569,-0.031902,-0.003346,0.00089,0.000323,0.023628,0.049858,0.03986,-0.050427,0.006648,-0.03223,0.052441,0.014619,0.027426,0.035181,0.00568,-0.026119,-0.010068,-0.007784,-0.044848,0.00176,-0.030387,-0.003077,0.006712,-0.007076,0.009923,-0.012941,-0.045699,0.022106,0.007453,-0.041877,-0.020521,-0.006231,-0.042148,0.006763,-0.051534,-0.000212,-0.00823,0.03955,-0.028186,0.016481,-0.01667,0.010529,0.008406,-0.024455,0.009984,-0.01068,-0.003528,0.017387,-0.037751,-0.023432,0.027388,0.028491,0.029005,0.009986,0.002149,0.013567,-0.015895,-0.003991,0.041369,-0.007553,-0.019466,-0.015459,0.000074,-0.049794,0.008611,0.029448,-0.017094,0.0038,-0.00645,0.009026,0.119736,0.011542,0.017199,-0.019131,-0.01403,-0.013658,0.047644,0.03229,-0.02163,-0.039606,0.015532,-0.026179,-0.02438,0.02116,0.007556,-0.020543,0.036663,-0.013546,0.022931,-0.000735,0.010898,-0.010908,-0.042457,-0.005712,0.004238,-0.008941,-0.031309,-0.01889,0.01548,-0.009415,0.027141,0.013791,-0.001693,0.038064,-0.004119,0.013322,-0.007372,0.005873,-0.015232,-0.028982,0.008062,-0.022499,0.028248,-0.027755,0.029464,-0.004923,-0.00277,0.001692,0.000885,0.043726,-0.008751,-0.010422,0.00761,-0.025395,0.036414,0.038058,-0.000563,-0.009492,0.010855,0.013003,0.002516,-0.013234,0.00866,-0.005763,0.015854,-0.047413,-0.031507,0.026674,-0.021639,-0.025763,-0.0131,-0.000238,0.004619,-0.025621,-0.018033,-0.004773,-0.04173,-0.00612,-0.000513,0.016104,0.786756,0.005652,0.021994,0.020347,0.002923,-0.017523,-0.015663,-0.01341,0.002368,0.012347,0.001876,-0.011301,0.026925,0.016493,-0.008941,-0.014122,0.013974,-0.03605,-0.013505,-0.036698,-0.0415,-0.026202,0.015302,0.000215,-0.007458,0.04114,-0.004876,-0.021238,0.017738,0.018611,-0.022375,-0.01038,-0.013703,-0.034157,-0.029482,-0.018172,-0.019368,0.012717,0.042136,-0.101746,0.018327,-0.002196,0.015372,-0.018555,-0.003225,0.000579,0.018721,0.018539,-0.011551,-0.025451,0.002159,0.021313,0.018407,0.051045,0.005853,-0.013022,0.005034,-0.020183,-0.010176,0.003278,-0.027091,0.000508,0.003078,0.070571,0.006212,0.005805,-0.007772,0.019012,0.02655,-0.001988,0.042024,-0.061532,0.027855,-0.006994,-0.005812,-0.017097,0.01048,-0.020959,0.020397,0.004048,0.020495,-0.081955,0.058556,-0.004402,-0.00591,0.023805,-0.055634,-0.012216,0.017218,-0.025603,-0.0748,-0.008866,0.0053,-0.021702,0.000868,-0.00596,0.023106,0.037503,0.013913,-0.027019,-0.001953,-0.006747,-0.000966,0.020781,-0.039289,0.003114,0.012752,-0.011881,-0.015104,0.146818,-0.01171,-0.00276,0.028882,0.001024,0.002086,0.015182,0.017213,0.001194,0.003723,0.008489,-0.016623,-0.013613,-0.0019,-0.014642,0.015702,-0.016024,-0.011968,-0.006235,0.014554,-0.006458,-0.022156,-0.000817,0.006599,-0.011154,-0.034328,-0.024916,-0.020719,-0.024001,0.037292,0.014684,-0.009745,0.029415,-0.009661,0.01014,0.001594,0.010498,-0.0025,0.003305,-0.002987,-0.008355,0.00833,0.136829,-0.034086,-0.031615,-0.022554,0.007956,0.023122,-0.012918,0.004124,-0.006766,0.007615,0.010279,-0.005169,0.001197,0.008392,0.017158,0.110248,-0.00419,0.019812,0.021528,0.008797,-0.001225,0.025671,-0.078599,0.014666,-0.034339,-0.009074,0.033579,-0.005804,-0.029272,-0.01128,0.023403,-0.026021,0.011013,-0.007755,-0.047118,-0.023848,0.012318,-0.022262,0.021164,0.014211,-0.00197,-0.006575,0.069922,0.08936,-0.021876,0.104205,0.031153,0.015221,0.019794,0.021975,0.005704,0.010888,0.019639,0.041869,0.010969,-0.020767,-0.021548,0.032826,-0.065529,0.036876,0.000429,0.024123,0.043491,0.002146,-0.024067,0.013657,-0.025427,-0.033902,-0.009154,-0.017085,-0.011258,0.01612,0.001925,-0.005689,-0.011492,-0.00415,0.040655,0.000583,0.009086,-0.031416,-0.003525,0.030015,0.011928,0.005183,0.016961,-0.002359,-0.036522,-0.016445,0.009408,0.002955,-0.008926,0.002699,0.024987,-0.018482,0.021917,0.034153,0.021996,0.094313,-0.001164,-0.001752,0.021088,0.007762,-0.008319,0.013954,0.009528,-0.013771,-0.010725,-0.011256,0.011457,0.004213,-0.024899,-0.026672,-0.034837,0.04514,0.032157,-0.018515,-0.04973,-0.012626,0.011402,0.027023,0.01429,0.024677,-0.028082,-0.012509,0.001984,0.007065,-0.019123,-0.000695,0.01173,-0.006093,0.001717,0.00482,-0.027453,0.032114,-0.029265,0.003862,0.026093,0.038684,-0.00658,-0.012704,-0.023705,0.025508,-0.009548,-0.031177,-0.011263,0.014639,-0.0244,0.012711,-0.01913,-0.011732,-0.031695,0.013023,0.003979,-0.005288,-0.028375,-0.005995,0.022767,0.005338,-0.018096,-0.019375,0.00263,0.043989,-0.023579,-0.048869,0.003835,0.001089,-0.013731,0.041115,0.015916,0.001601,0.01632,0.013684,0.007514,-0.026821,0.017421,-0.050138,0.01437,0.003271,-0.011226,-0.018871,-0.004418,0.026071,0.008901,0.005055,0.010706,-0.000057,-0.011488,0.026516,-0.032862,-0.016086,0.010211,0.013368,0.009537,0.013984,-0.022358,-0.004564,-0.014768,0.009943,-0.002277,-0.001587,0.033115,0.010214,0.00322,0.014566,0.002681,-0.016577,0.031123,0.002468,0.00534,0.025799,-0.012283,-0.039706,0.013003,0.015805,0.01675,0.009262,0.030505,0.010372,-0.064561,0.022804,0.009212,0.039118,0.023744,0.025955,0.039684,0.016993,-0.028884,-0.009043,-0.005101,-0.010628,0.006423,-0.012408,0.007997,-0.002188,0.012826,0.024152,0.002772,-0.032644,0.005996,0.021732,-0.00999,-0.029019,-0.005862,-0.036783,-0.002677,-0.046604,-0.020178,-0.043315,0.051473,-0.057532,0.011423,-0.003087,0.002198,-0.012219,-0.016326,0.023918,-0.002445,0.022828,0.016991,-0.027398,-0.00599,0.046957,0.035371,0.030338,-0.013359,-0.001712,0.00377,-0.019131,-0.011324,0.01708,-0.012401,-0.03471,-0.034867,0.012096,-0.003435,0.022363,0.052079,0.001732,0.003241,-0.008282,0.015575,0.118286,0.005878,0.000192,-0.019898,-0.010846,0.002302,0.051255,0.026447,-0.019092,-0.012446,-0.001739,-0.006252,-0.001316,0.031969,0.005017,-0.030867,0.02275,-0.016326,-0.013837,0.000054,-0.012105,-0.011219,-0.021086,-0.025618,-0.011173,0.007715,-0.008651,0.009062,0.004274,-0.025965,0.039163,0.020005,-0.012021,-0.000874,-0.00139,0.008315,-0.035703,-0.018894,-0.018876,-0.021423,0.043029,-0.003307,0.015464,-0.006553,0.012066,-0.012233,-0.006201,0.005236,-0.002765,0.023564,0.012748,-0.00529,0.022844,-0.012453,0.024823,0.016974,-0.025731,-0.009414,-0.006243,0.004301,0.01231,0.031857,-0.023886,0.001668,0.019851,-0.042531,-0.034448,0.029115,-0.017644,0.001916,-0.016442,0.017513,0.026304,-0.023082,-0.007738,0.00037,-0.030187,-0.017573,0.01805,0.01136,0.804815,-0.012373,0.022427,-0.025203,0.022537,-0.000172,-0.021294,-0.002264,0.010766,0.000591,-0.006104,-0.012987,0.03177,0.037812,-0.005777,-0.020142,0.014128,-0.033632,0.000653,-0.035288,-0.048727,-0.023952,0.022734,0.009016,-0.012106,0.027207,-0.007039,-0.021802,-0.007119,-0.017922,-0.041073,-0.005295,-0.021436,-0.024118,0.002382,0.00591,-0.02129,0.026915,0.033937,-0.110626,-0.009632,-0.009758,-0.002856,-0.015035,0.004981,-0.017044,0.011969,0.021809,0.002751,0.002905,0.004277,0.015987,0.023774,0.047111,-0.007978,-0.021964,0.005913,-0.024529,-0.02887,0.014364,-0.014969,0.005354,0.005026,0.030267,-0.011934,0.039591,-0.000065,0.015184,0.029685,-0.006642,0.044483,-0.065725,0.037232,0.007595,-0.028515,0.008095,0.017147,-0.030784,-0.025265,-0.008143,0.028554,-0.080065,0.020074,0.051033,-0.003256,0.007794,-0.004254,0.007499,-0.009958,0.00792,-0.058772,0.027898,0.004035,-0.014904,0.006661,0.016951,0.009582,0.054184,-0.025431,-0.007655,0.019429,-0.037089,-0.041442,-0.037037,-0.040051,-0.019378,0.002964,-0.007809,0.006378,0.066717,0.025328,-0.049152,-0.019965,-0.00858,-0.038433,0.003251,0.016451,-0.018472,0.030146,-0.002935,0.003758,-0.001999,0.019305,0.00209,0.007541,-0.044995,-0.029167,0.023711,-0.005781,-0.043887,-0.010491,0.003076,-0.018777,-0.03696,-0.019475,-0.016256,-0.008067,-0.024276,-0.010004,-0.040511,-0.004184,0.006989,-0.02589,-0.027892,-0.031369,0.014245,0.001048,-0.018722,-0.020745,0.016645,0.028804,0.148225,-0.029269,-0.002857,-0.048184,0.018705,0.004531,-0.000863,0.013545,-0.039821,0.061024,-0.006057,0.024349,0.009913,0.007002,0.03558,0.074068,0.004745,-0.01698,-0.0352,-0.000784,-0.008281,-0.010274,-0.117039,-0.007814,-0.057982,0.001613,-0.005163,-0.01648,0.007406,0.006033,0.014708,0.009256,0.034008,-0.018689,-0.037299,-0.026983,-0.020973,-0.02032,0.024262,-0.012182,-0.010964,-0.010358,0.038974,0.106408,-0.030734,0.109069,0.008748,0.015552,-0.002153,-0.01064,-0.00795,-0.044125,-0.00031,0.038681,0.020657,-0.009865,-0.04949,-0.004749,-0.026037,0.000583,-0.046557,0.008853,0.039333,0.024549,0.002031,0.001005,0.011812,-0.028546,-0.003975,-0.047252,-0.012105,-0.004012,-0.042225,-0.005743,-0.024971,-0.030708,0.025452,0.02512,0.02737,0.012116,-0.0229,0.039824,-0.012938,0.057053,0.017238,-0.023426,-0.015965,0.007674,-0.011599,-0.037272,0.02201,0.020466,0.041906,-0.041452,-0.016382,0.017289,0.030259,0.1498,0.00706,0.015461,0.002844,-0.003071,0.001429,-0.031197,0.04629,-0.005369,-0.004936,0.01679,0.015725,-0.007547,0.065055,-0.04933,-0.03965,0.062169,0.013089,-0.030414,-0.069636,0.039605,0.009512,0.026388,0.031613,0.030378,-0.042017,0.017721,0.027511,0.007418,0.007447,0.01506,0.021547,0.005699,-0.003868,0.001476,-0.0494,0.018616,-0.011775,-0.015174,0.006451,0.025735,-0.020812,0.014059,-0.060074,0.033463,-0.027013,-0.044937,-0.013238,0.026109,-0.02397,0.008822,-0.000346,-0.003894,0.003466,0.015177,0.01125,0.014625,-0.028174,0.001597,0.010961,-0.002343,0.024739,0.005177,-0.013181,0.047054,-0.027326,-0.129353,-0.022175,0.000478,-0.019192,0.048151,0.059032,-0.001133,-0.080821,0.041918,-0.049029,0.025753,0.057849,-0.058848,0.009885,-0.003841,0.029333,-0.01338,0.013532,-0.030907,-0.029231,0.008635,0.007616,0.004533,-0.012974,0.00136,-0.025606,-0.027816,0.01044,0.007633,0.014756,0.029391,-0.033669,0.047714,-0.035956,0.019641,0.017825,-0.01958,-0.00541,-0.032136,-0.009394,0.036228,-0.008344,-0.001455,-0.041209,0.020538,0.024974,0.024175,-0.009922,-0.045883,0.010846,-0.039754,0.014475,-0.020211,0.065964,-0.022802,-0.069076,-0.010188,-0.012946,-0.020681,0.011707,0.030138,-0.009198,-0.001644,-0.022861,-0.016836,-0.007795,-0.014032,-0.009029,-0.042729,-0.021499,-0.017276,-0.000718,0.037725,0.006504,-0.019362,0.007,0.011353,0.004147,0.020798,0.006075,-0.00399,0.02492,-0.052462,-0.005069,-0.004316,0.040445,-0.004695,-0.02006,0.028694,0.010293,-0.014768,-0.043257,-0.055033,0.019724,0.020981,0.020335,-0.026836,0.032226,0.028557,0.044217,0.041247,0.026172,0.015943,0.025832,0.001151,0.000488,-0.024428,0.00343,-0.048553,-0.019782,0.033065,-0.051158,0.019877,0.017675,-0.020985,0.012709,0.001534,-0.014868,0.10784,-0.012141,-0.011257,-0.001336,-0.003287,0.024095,0.076368,0.017625,-0.015428,-0.006818,-0.006982,-0.01986,-0.011504,0.048899,0.084825,0.025085,0.036142,-0.006411,0.017617,-0.015862,0.052464,-0.007288,0.023785,0.000675,0.039611,-0.016879,-0.00745,0.001805,0.04723,-0.033078,0.051617,0.00436,-0.026716,-0.004753,0.006768,0.006947,-0.010012,0.012092,-0.012272,-0.003761,0.000512,-0.01888,-0.030897,0.03486,-0.003249,-0.01636,-0.010499,0.01417,-0.001407,0.055125,-0.000091,-0.056239,0.034601,-0.014443,0.000808,-0.014848,0.004374,0.00736,0.030863,-0.013408,0.017206,0.039824,-0.015749,0.011032,-0.006205,-0.027738,-0.029084,0.036098,-0.000511,-0.000112,-0.048427,-0.025059,0.032856,0.018084,0.014022,-0.007131,-0.036759,-0.010627,0.036309,-0.0015,0.711124,-0.001022,0.039216,-0.023732,0.010469,0.028291,-0.012976,0.027275,-0.03099,-0.008947,0.022066,-0.012674,-0.002029,0.045644,0.029556,-0.036078,0.023779,-0.030363,0.020758,-0.039796,-0.010406,-0.022841,0.032203,-0.012751,-0.012374,0.053228,0.010845,-0.037995,-0.00348,0.023905,-0.011809,-0.000334,-0.024732,-0.023526,0.003544,0.011134,-0.004722,0.059861,0.011491,-0.079998,0.019075,0.011104,0.000056,0.032333,-0.009066,0.004166,0.025682,0.011297,-0.012389,-0.003134,0.007761,0.014591,-0.004404,0.057193,0.012157,-0.029455,-0.006221,-0.006994,0.014882,0.022181,0.002998,-0.046866,-0.034355,0.077767,0.019039,0.059671,0.025679,0.016701,0.042195,0.01383,0.055483,-0.071275,0.039516,0.010555,-0.007033,0.013726,0.021395,-0.023355,-0.025435,-0.00967,0.030256,-0.071678,-0.002048,0.026371,-0.003166,0.006463,-0.017111,0.024686,-0.011769,0.009116,-0.085911,0.024167,0.012524,-0.029551,0.019856,0.006469,0.028534,0.055789,-0.0256,-0.007257,0.00241,-0.042842,-0.032372,-0.028687,-0.049454,-0.00091,0.003364,0.000229,0.00163,0.075343,0.022732,-0.05237,-0.006172,-0.017056,-0.019223,-0.011425,0.01859,-0.01218,0.019877,-0.006263,-0.022633,-0.014002,0.007669,-0.008675,0.003556,-0.041267,-0.044132,0.024179,-0.005196,-0.02842,-0.002288,0.019203,-0.029689,-0.032366,-0.019545,-0.031467,0.007038,-0.008997,-0.001541,-0.018233,-0.014641,-0.014914,-0.019334,-0.031509,-0.007978,0.007305,0.005719,-0.006913,-0.010894,0.021766,0.016219,0.140621,-0.002172,-0.019611,-0.027818,0.013049,-0.011517,-0.000705,-0.016011,-0.029513,0.051258,0.013027,0.033563,-0.000826,-0.001763,0.036997,0.067999,0.015789,-0.009179,-0.03367,-0.009696,-0.005668,0.001512,-0.134304,-0.015217,-0.050332,-0.015653,-0.000699,-0.013826,0.001309,0.010328,-0.000046,-0.003995,0.013103,-0.003629,-0.050429,-0.023132,-0.009799,-0.013133,0.024077,-0.015455,-0.002064,-0.018852,0.047259,0.097206,-0.036449,0.117396,0.010265,0.008465,0.0163,-0.003948,0.00182,-0.008704,-0.001648,0.028643,-0.002849,-0.017887,-0.038535,0.014989,-0.045564,0.011158,-0.04835,0.018475,0.0444,0.017528,-0.014485,0.006056,0.007626,-0.02593,-0.013339,-0.040882,-0.022073,-0.004178,-0.021381,-0.010876,-0.026858,-0.037463,0.019661,0.019196,0.016913,-0.005105,-0.02676,0.04145,0.005272,0.05609,0.026369,-0.028212,-0.022168,-0.001021,-0.017074,-0.025644,0.026939,0.01917,0.033604,-0.033591,-0.007697,0.018157,0.038027,0.145576,0.007541,0.007488,0.008263,-0.003894,0.002517,-0.009016,0.03142,-0.009284,-0.016365,0.009735,0.007296,0.013814,0.033442,-0.042891,-0.042749,0.030175,0.001408,-0.022731,-0.06357,0.039692,0.003962,0.026082,0.039849,0.040708,-0.024214,0.016734,0.018905,0.010698,0.008587,0.009893,0.030595,0.002247,-0.012765,-0.005661,-0.029894,0.023088,-0.027566,-0.008585,-0.016918,0.043078,-0.016636,0.000934,-0.061718,0.022598,-0.027866,-0.045827,-0.021887,0.025128,-0.038008,-0.005835,-0.003984,-0.004282,-0.016326,0.015545,0.007118,0.024924,-0.027292,0.016184,0.011231,-0.002123,0.005436,0.005239,-0.003054,0.043704,-0.033563,-0.123116,-0.010456,0.003245,-0.002519,0.030525,0.045984,-0.006444,-0.070167,0.038411,-0.04328,0.002952,0.038332,-0.053139,0.002526,-0.009072,0.005565,0.000339,0.022467,-0.032792,-0.008563,0.01203,0.019632,-0.007666,-0.02155,0.027036,-0.041189,-0.027119,0.009185,0.000775,0.033338,0.013551,-0.0318,0.045646,-0.017234,0.031228,0.008338,-0.007208,0.007416,-0.0211,-0.016531,0.040872,0.005774,-0.007636,-0.028059,0.006131,0.0135,0.025912,-0.010744,-0.045912,0.033137,-0.025208,0.003834,-0.017051,0.058712,0.002148,-0.061719,0.001712,-0.011205,-0.012387,0.009765,0.016136,0.001435,-0.010427,-0.027606,-0.019799,-0.010625,-0.016159,-0.007742,-0.03651,-0.004405,-0.01147,0.013609,0.030747,0.000741,-0.021479,0.024823,0.016294,0.00528,0.013223,-0.004893,-0.011148,0.004527,-0.067014,-0.001306,0.011109,0.037634,-0.028394,-0.035131,0.033716,0.021524,-0.023006,-0.049205,-0.024532,0.012537,0.012913,0.019681,-0.039074,0.021012,0.041565,0.028219,0.036854,0.010788,-0.001326,0.034658,0.011438,0.009849,0.011528,0.000474,-0.040371,-0.029241,0.051909,-0.055865,0.020062,0.020751,-0.011522,0.010089,-0.007573,-0.0057,0.109122,0.004362,-0.0135,-0.00447,-0.007273,0.010555,0.066896,0.027073,-0.009411,-0.010482,-0.006305,-0.017715,-0.005434,0.046514,0.048453,0.039761,0.035713,-0.003366,-0.002785,-0.013365,0.048641,0.008572,0.018908,-0.011894,0.043052,-0.019027,-0.010563,-0.020458,0.03552,-0.03214,0.054336,-0.004185,-0.041371,0.018771,-0.019256,0.017441,-0.012235,0.006038,-0.025457,0.00395,0.014449,-0.026023,-0.012364,0.011317,0.014075,-0.009278,-0.009203,0.015947,0.004527,0.058496,-0.001711,-0.040913,0.037788,-0.033589,0.008886,-0.005854,0.008939,-0.001089,0.003004,-0.009746,0.02072,0.035307,-0.023508,0.006314,-0.002515,-0.061037,-0.043987,0.038496,-0.00318,0.005585,-0.042787,-0.008113,0.024859,-0.001939,0.026852,-0.018958,-0.039162,0.003547,0.028589,0.010482,0.734423,-0.009354,0.050111,-0.02364,0.017718,0.025223,-0.013319,0.01899,-0.008731,-0.01569,0.016153,-0.016518,-0.0044,0.041386,0.028443,-0.038882,0.034209,-0.024986,0.023372,-0.035713,-0.02217,-0.028341,0.032804,-0.000099,-0.022947,0.027401,0.021177,-0.034854,0.017018,0.032474,-0.021491,-0.00234,-0.011358,-0.014654,-0.0062,0.004459,-0.010923,0.057659,0.027668,-0.076839,0.017603,0.00184,0.002071,0.031356,-0.006416,0.000502,0.028407,0.031633,-0.027443,-0.002477,-0.003206,0.018786,-0.005892,0.048167,-0.007052,-0.01696,-0.006652,-0.009975,-0.01331,0.010468,0.025013,-0.025786,-0.041806,0.077767,0.016213,0.063913,0.016064,0.006997,0.059468,0.017605,0.055156,-0.073835,0.040015,0.011536,-0.012062,0.022704,0.022768,-0.024065,-0.021301,-0.008521,0.032951,-0.070916,-0.007218,0.01615,0.001316,0.011176,-0.019155,0.033103,-0.010991,0.012485,-0.079784,0.031864,0.012989,-0.026033,0.02591,0.005357,0.038699,0.059011,-0.019585,-0.008067,0.005151,-0.045655,-0.036171,-0.025935,-0.052233,0.005864,0.005059,0.002018,0.008776,0.06897,0.02792,-0.060532,-0.01112,-0.01152,-0.028168,-0.017603,0.018792,-0.01222,0.025562,-0.000461,-0.035002,-0.005826,0.013115,-0.012708,0.006407,-0.04434,-0.043717,0.032836,-0.006154,-0.030138,0.001154,0.015155,-0.031851,-0.027448,-0.017671,-0.033389,0.010328,-0.004632,0.002186,-0.016359,-0.003057,-0.01637,-0.020522,-0.027536,0.003569,0.012773,0.001687,-0.008492,-0.017784,0.028825,0.018116,0.15037,-0.006456,-0.013725,-0.027881,0.01772,-0.001106,0.008037,-0.018462,-0.035486,0.054133,0.015166,0.035898,-0.001631,-0.006482,0.040857,0.063008,0.011047,-0.007312,-0.039488,-0.008081,-0.007098,0.00201,-0.130736,-0.017268,-0.049461,-0.011523,-0.002709,-0.018008,0.003421,0.017378,0.001807,-0.009898,0.01528,-0.005831,-0.055544,-0.021469,-0.00069,-0.005246,0.02175,-0.016893,0.009728,-0.023052,0.045626,0.091741,-0.028665,0.114858,0.007951,0.010454,0.00961,-0.005549,-0.000259,0.000679,-0.002601,0.029688,-0.00612,-0.02099,-0.027714,0.007433,-0.045295,0.013718,-0.045842,0.018019,0.042951,0.016285,-0.014688,0.006417,0.010895,-0.026658,-0.013442,-0.038279,-0.025074,-0.003632,-0.024755,-0.009852,-0.026129,-0.037015,0.011641,0.019146,0.012046,-0.008296,-0.018265,0.041901,0.001555,0.05331,0.03048,-0.017472,-0.029902,0.001153,-0.023201,-0.025646,0.033288,0.021437,0.039359,-0.028942,-0.002944,0.021543,0.036778,0.153265,0.009716,0.004775,0.017791,0.000456,0.008213,-0.001242,0.028738,-0.010978,-0.017424,0.00947,0.001257,0.01096,0.033162,-0.047764,-0.032975,0.036585,-0.003518,-0.035392,-0.065873,0.043292,0.008011,0.02248,0.036508,0.040629,-0.018571,0.019063,0.024612,0.00385,0.014772,0.01777,0.029574,-0.003113,-0.016593,0.000392,-0.023842,0.029039,-0.023963,-0.01568,-0.01156,0.038873,-0.014344,-0.000084,-0.067485,0.018762,-0.03416,-0.043981,-0.012653,0.025983,-0.031688,-0.00808,0.004905,-0.004145,-0.021171,0.014733,0.005605,0.022449,-0.036138,0.025402,0.006508,0.000101,0.004337,0.006675,-0.007522,0.039723,-0.033652,-0.11757,-0.012083,0.002922,0.003388,0.025216,0.045007,-0.006261,-0.073544,0.036337,-0.046982,0.011423,0.04373,-0.046417,-0.000936,-0.011251,0.010015,-0.000002,0.020123,-0.0356,-0.006899,0.016937,0.030168,-0.009437,-0.021372,0.027554,-0.04937,-0.024875,0.008435,-0.006212,0.027761,0.006587,-0.033707,0.055855,-0.021569,0.034134,0.020612,-0.013161,0.008658,-0.014279,-0.017227,0.041577,0.010725,-0.002323,-0.032782,0.007067,0.004345,0.024177,-0.009291,-0.048016,0.034629,-0.021225,0.002513,-0.013845,0.052785,0.005526,-0.058288,0.007289,-0.01164,-0.009558,0.006113,0.008702,-0.00092,-0.008443,-0.033587,-0.016113,-0.007251,-0.008464,-0.019653,-0.028344,0.005183,-0.01731,0.022157,0.030701,0.000304,-0.02482,0.029535,0.014598,0.007964,0.012481,-0.006701,-0.008802,0.005533,-0.066533,-0.00338,0.013532,0.034353,-0.036643,-0.0362,0.027408,0.025911,-0.022514,-0.049573,-0.026282,0.014585,0.018567,0.011351,-0.036878,0.016802,0.043758,0.024528,0.042002,0.023274,-0.002932,0.037318,0.017546,0.016052,0.020993,-0.000038,-0.037483,-0.022538,0.052005,-0.06167,0.014863,0.025187,-0.012725,0.011419,-0.017363,-0.001586,0.109432,-0.00107,-0.011384,-0.000251,-0.007735,0.017633,0.066588,0.031374,-0.009253,-0.012047,-0.000483,-0.019827,-0.005829,0.048537,0.041971,0.045792,0.036971,-0.007826,0.001243,-0.016294,0.050644,0.007347,0.022187,-0.002943,0.047568,-0.019712,-0.016763,-0.026459,0.026478,-0.028586,0.045419,-0.007827,-0.039227,0.023946,-0.016405,0.016932,-0.010337,0.008616,-0.038165,0.008188,0.017354,-0.033195,-0.021022,0.013149,0.014087,-0.012591,-0.008884,0.024077,0.002301,0.061987,-0.002638,-0.042694,0.050277,-0.037851,0.015574,-0.009082,0.002389,0.010095,-0.00234,-0.00389,0.027627,0.035729,-0.021278,0.004931,-0.003543,-0.056224,-0.04716,0.03925,0.004294,0.005371,-0.039234,-0.008578,0.027636,0.001824,0.026809,-0.023125,-0.036116,-0.002492,0.027335,0.011112,0.722875,-0.007801,0.040937,-0.020637,0.02278,0.019417,-0.013689,0.014842,-0.009415,-0.013902,0.018642,-0.018955,-0.006909,0.033482,0.028137,-0.044382,0.036653,-0.028261,0.025862,-0.036884,-0.024663,-0.029775,0.0261,-0.004133,-0.02147,0.028995,0.022199,-0.030539,0.019587,0.034313,-0.021938,-0.002761,-0.012121,-0.022342,-0.003509,0.012504,-0.011293,0.052747,0.03042,-0.070595,0.025166,-0.001759,0.008909,0.029695,-0.010798,0.006835,0.03382,0.030242,-0.0338,0.000743,-0.006454,0.014008,-0.00568,0.050058,-0.004115,-0.013882,-0.008491,-0.008997,-0.015707,0.011396,0.024285,-0.026256,-0.041162,0.075282,0.013766,0.073391,0.019509,0.001679,0.063405,0.016179,0.029992,-0.089949,0.027906,0.013349,-0.006771,0.017826,0.026149,-0.012117,0.015743,-0.037755,0.013814,-0.082502,0.043808,-0.002923,0.015037,0.007827,-0.065782,-0.009998,0.021624,0.001903,-0.051363,0.009463,-0.018702,-0.005109,0.036203,0.023838,-0.007175,0.073013,-0.003836,-0.003866,0.02267,0.027648,-0.015506,0.009886,-0.054118,0.011685,0.010199,-0.002414,0.004917,0.033943,0.023502,0.003016,-0.027871,-0.01914,-0.011586,0.010819,0.012592,0.004477,0.01076,0.013952,0.039364,-0.0354,-0.007728,-0.017085,0.021631,-0.056604,-0.022887,0.012312,0.020324,-0.013,-0.01056,0.0056,-0.017133,-0.013476,-0.028622,-0.032094,-0.00631,-0.001701,0.022484,0.037574,0.030304,0.010376,0.015168,0.01739,-0.031435,-0.017117,0.019483,0.013262,-0.018114,-0.023148,-0.004747,0.147351,0.03298,-0.009324,0.002012,0.018764,-0.00032,-0.027684,-0.040529,-0.029806,0.04055,-0.005591,0.016431,0.012369,-0.029951,-0.018463,0.068332,-0.003415,-0.027178,-0.002909,-0.01296,-0.012515,0.002224,-0.170355,0.002982,-0.035417,0.004239,0.010436,-0.031734,-0.01915,-0.023272,-0.002773,-0.043678,0.004281,-0.013702,-0.028653,-0.000381,-0.006306,-0.056941,0.063226,0.000601,0.012304,-0.018581,0.049064,0.084499,-0.02728,0.086236,0.013381,-0.029159,0.035597,0.014071,-0.012351,0.006715,0.004878,0.018902,0.015167,-0.021446,-0.016518,-0.010954,-0.012258,0.027632,-0.039572,0.030696,0.052127,-0.009068,-0.027642,-0.014176,0.019212,0.020031,0.022447,-0.008637,-0.006797,-0.013317,0.01165,-0.002798,-0.032981,-0.017,0.034499,0.020193,-0.014188,0.003036,-0.024947,0.031954,0.001299,0.0425,-0.010529,-0.005336,-0.060563,0.021827,-0.001692,-0.030429,0.021238,-0.002769,0.025371,-0.024308,0.013481,0.018432,0.044643,0.101575,0.032943,0.036248,-0.018254,0.030615,0.01889,0.028686,-0.017627,-0.038215,-0.032263,0.01039,0.030268,0.00752,-0.007963,-0.014993,-0.017542,-0.009783,-0.007366,-0.013438,-0.05549,0.014786,0.034267,0.037314,0.005717,0.006225,-0.010078,0.009078,0.009866,0.019759,0.011252,0.037045,0.006868,0.042604,0.006581,-0.00916,0.00268,0.004291,-0.013526,0.002552,0.003286,0.055281,0.006586,-0.006945,-0.023562,0.033192,-0.00299,-0.041411,-0.025255,0.010353,-0.013916,0.017151,-0.006523,0.020834,-0.036499,0.025135,-0.000314,-0.022529,-0.003076,0.003947,-0.024906,-0.019438,-0.003501,-0.022985,-0.032319,0.02622,-0.047389,-0.111406,0.011326,-0.001314,-0.003804,0.02648,0.007323,-0.029864,-0.061058,0.016238,0.012146,0.011593,0.002519,0.011965,-0.004267,0.032226,-0.004465,0.008826,0.028774,0.001462,0.004409,-0.010812,-0.010749,0.012703,-0.010334,0.008735,-0.026694,-0.026078,-0.026145,-0.00793,0.018999,-0.019829,0.000667,0.003125,0.009634,0.024114,0.013485,0.010993,-0.024879,-0.005952,0.012945,0.00188,0.000651,-0.031553,0.012912,-0.019745,-0.001376,0.003177,-0.028371,-0.059172,0.015725,-0.017181,0.020497,0.023316,0.097491,0.026336,-0.028154,0.028882,-0.031694,0.006686,-0.014922,0.019307,-0.002508,-0.008093,-0.02792,-0.028426,0.008812,-0.051346,-0.004612,-0.016843,-0.018796,0.021534,-0.024582,0.003299,-0.004855,-0.002043,-0.011485,0.011171,0.018815,0.007231,0.00283,0.001091,-0.001445,-0.019467,-0.014407,0.02611,0.048142,-0.011971,-0.00223,-0.013308,0.036973,-0.028863,-0.04623,0.013523,-0.003316,0.011758,-0.00246,-0.046831,-0.005173,0.007672,0.044643,0.026678,-0.027872,0.026486,-0.000676,-0.009152,0.00934,-0.03796,0.009802,-0.00527,-0.028322,0.018083,-0.030154,-0.00847,0.029947,-0.006294,0.027026,0.011189,0.003987,0.109789,-0.009519,-0.001999,-0.028135,-0.024489,-0.000048,0.032324,0.021211,-0.015316,-0.000364,-0.014413,-0.027842,-0.005228,0.028839,0.041042,-0.021801,-0.00397,-0.015766,0.022586,-0.018003,0.124221,0.015941,-0.023917,-0.040248,-0.001064,-0.024494,0.004381,-0.000864,-0.011278,0.008126,0.01277,0.016175,0.008751,-0.01077,0.006738,0.049437,-0.017721,0.023489,0.003328,-0.009831,0.017311,-0.03069,-0.013689,-0.004347,0.014475,0.038036,-0.001818,-0.007244,-0.002356,0.051183,-0.003067,-0.022567,0.021574,-0.025262,0.011939,-0.009619,-0.00188,-0.035329,0.003549,-0.020599,0.027126,0.009542,-0.003436,-0.02704,-0.00688,-0.063254,-0.011839,0.046965,-0.027446,-0.002421,-0.006799,-0.019121,0.016034,0.023107,0.006917,-0.014894,0.011457,-0.01491,0.020313,-0.006864,0.756412,-0.018046,-0.004942,0.008442,0.025572,-0.01576,0.017674,0.007447,-0.005354,0.002367,-0.010017,0.002451,0.027172,0.01086,0.00318,-0.000898,0.03457,-0.007736,0.030791,-0.025671,-0.034589,-0.039854,0.041597,0.030512,0.010293,0.065167,-0.002557,-0.03985,0.007824,0.027935,-0.053257,-0.025329,-0.043819,0.009878,-0.017171,0.011604,-0.015739,0.015383,0.020363,-0.077272,-0.008353,-0.002914,0.004073,-0.034389,-0.004404,-0.002806,0.022098,0.028959,-0.00906,0.00053,0.017095,-0.01334,0.004889,0.072631,0.020925,-0.005949,0.007464,-0.019567,0.003615,0.017967,0.016704,-0.022444,-0.017057,0.083995,0.024337,0.065791,0.00482,-0.003316,0.036488,0.027199,0.04461,-0.077648,0.034314,-0.007414,0.020257,-0.007354,0.004399,-0.003285,-0.004695,0.025606,0.009559,-0.099098,0.004455,0.037276,-0.016798,0.007769,-0.001504,0.006817,-0.002065,-0.030236,-0.032785,0.004893,0.019651,-0.023992,-0.014114,-0.007922,0.015046,-0.003424,0.013537,-0.028466,0.032097,0.024232,0.007316,0.018202,-0.058388,-0.003615,0.034231,-0.038745,0.010584,0.082387,0.008111,-0.018948,-0.000566,-0.014501,0.009734,0.007505,0.030601,0.016394,0.019223,-0.049898,-0.017966,0.018031,0.025172,-0.006054,0.02425,-0.025553,-0.03989,-0.002931,0.032188,-0.025579,0.009583,0.007372,-0.015039,-0.003991,-0.013473,-0.030822,-0.016561,-0.021843,0.025952,-0.007539,0.015244,0.018797,-0.001884,0.000926,0.031422,0.039315,0.037393,0.032641,-0.003633,-0.019846,0.010097,0.135481,0.035727,-0.008751,-0.00896,-0.021204,0.022606,-0.005514,-0.01509,-0.017575,-0.017738,0.003758,0.020694,0.004303,-0.044646,-0.002178,0.086031,0.00929,0.041242,-0.012226,0.026847,-0.018731,0.026171,-0.187593,0.010723,-0.030044,0.022062,-0.00793,0.034287,0.020558,0.009509,0.003358,-0.012204,-0.022821,-0.034826,-0.023577,-0.018377,-0.0152,-0.01013,0.068627,-0.008534,-0.021862,0.005729,0.026009,0.100406,0.001923,0.112979,0.006032,-0.009575,-0.001647,0.022955,0.010113,-0.015965,-0.001151,0.022829,0.004385,-0.006274,-0.030421,0.030677,-0.053185,0.016849,-0.0232,0.010809,-0.004715,-0.013611,-0.034597,0.015312,-0.019469,-0.047613,0.021615,0.001641,0.006541,-0.001373,0.009143,-0.047089,0.031475,-0.017256,0.059688,-0.014154,-0.010038,0.013058,-0.034447,-0.002787,0.024833,0.033125,-0.029231,-0.005874,-0.038396,-0.021726,-0.021544,-0.047007,0.001195,0.00273,0.047401,-0.042672,0.032847,0.027164,0.029204,0.14934,0.01668,0.033172,0.01172,0.03377,-0.008473,-0.008851,0.022746,-0.044386,-0.020961,0.035641,0.007562,0.004368,0.027335,-0.00907,-0.040788,0.049314,0.020126,-0.020332,-0.067224,0.001158,0.020965,0.007139,0.005769,0.063844,0.017577,-0.007825,-0.004791,0.04003,0.020594,0.041382,0.026819,0.001761,0.017188,0.010038,-0.066596,0.020315,-0.022802,-0.012722,0.010934,0.022955,-0.019246,-0.024821,-0.038247,0.018542,-0.005968,-0.017419,-0.018216,0.011649,-0.01627,0.036865,-0.010843,0.010314,-0.019766,0.001294,-0.00632,0.007853,-0.016507,-0.024064,0.003214,0.044348,0.006857,-0.001486,0.022447,0.025812,-0.023763,-0.084565,-0.007135,-0.010972,-0.043373,0.014938,0.059861,0.004542,-0.011652,0.034218,-0.009268,-0.03626,0.037401,-0.032576,-0.006916,0.010903,-0.021509,0.043872,-0.005392,-0.015317,0.048236,-0.02025,0.036586,-0.003086,0.008079,0.026628,-0.033342,-0.013597,-0.007955,0.021972,-0.005228,0.008513,-0.045202,0.008116,-0.015765,0.024453,0.007074,0.004089,0.036978,-0.001011,-0.002026,0.007428,-0.00163,-0.017434,0.021687,-0.015202,0.022658,-0.022783,-0.035936,-0.031328,0.01497,-0.02829,0.003704,0.001022,0.030116,0.008126,-0.030288,0.039438,-0.003078,0.021246,-0.006796,0.041586,0.030115,0.019851,-0.033593,0.0301,0.01672,-0.021763,-0.01652,-0.014022,0.016628,-0.022868,-0.020021,-0.010121,-0.017864,-0.007007,-0.007151,0.004477,-0.030262,-0.032059,-0.001353,-0.024382,-0.01324,-0.012391,-0.01913,-0.003535,0.043842,-0.01361,0.029121,-0.009127,0.01029,-0.033374,-0.054249,-0.017563,-0.010145,-0.017332,0.048762,-0.023628,-0.005743,0.056868,0.004048,0.031862,-0.006837,0.036694,0.035528,-0.008741,-0.022558,0.014239,0.016572,-0.017779,-0.039397,0.021796,-0.0269,-0.005144,0.028158,-0.001269,0.013187,-0.012115,-0.014376,0.107855,0.016276,0.014143,0.004021,-0.024146,0.015355,0.06579,0.018297,-0.031076,-0.001672,0.006429,-0.004932,-0.02309,0.03942,0.02623,-0.000469,0.01705,0.005384,-0.009466,-0.047143,0.049103,0.015607,-0.009933,-0.010037,0.023777,0.000019,-0.007662,0.019329,0.025623,0.023101,0.037185,0.085237,-0.013536,0.008292,-0.02916,0.016454,-0.000978,-0.014622,0.01153,0.027484,0.03013,0.002133,-0.005677,-0.006759,0.013947,0.034225,0.003175,-0.011921,0.01435,0.015586,-0.006139,-0.02094,0.043288,-0.024948,0.01889,0.021298,-0.001744,-0.000067,0.023578,-0.00426,0.007611,0.008241,0.005372,-0.013186,-0.010827,-0.01401,-0.004055,0.03079,0.038208,-0.003668,-0.04473,-0.002924,0.012822,0.038095,-0.014731,0.008149,-0.018473,-0.037128,0.018457,0.004051,0.740722,0.016264,0.029903,-0.012604,0.000241,-0.018728,0.002485,0.007379,-0.027923,-0.008533,0.028503,-0.010368,0.014613,0.016564,0.023677,-0.021546,-0.011407,-0.046362,0.011488,-0.039269,-0.004366,-0.024116,0.026632,-0.009238,0.033477,0.060837,-0.002536,0.016,-0.00815,0.025736,-0.010642,0.001716,-0.01995,-0.061318,-0.030325,-0.005609,-0.001682,0.025985,0.053278,-0.091089,0.013253,0.001483,0.048108,-0.02405,0.037706,-0.009184,0.015955,0.00973,0.006169,0.003536,0.008072,-0.006163,-0.01238,0.038016,-0.01197,-0.03071,-0.000721,-0.006587,-0.02652,0.022489,0.003107,-0.025102,-0.002603,0.051992,0.033511,0.032408,0.018018,0.005577,0.008004,0.04921,0.01738,-0.078164,0.030626,0.021441,-0.011928,0.004435,0.042857,-0.035309,0.011789,-0.013345,0.019835,-0.034922,0.044558,0.028379,-0.020538,0.022036,-0.029324,0.012312,0.028941,0.002832,-0.028719,-0.004256,0.005992,-0.028605,-0.016593,0.020759,0.003548,0.012572,0.004319,-0.002315,0.052113,-0.01147,0.030641,-0.000226,-0.02896,-0.01288,0.006107,0.006811,0.031576,0.064065,0.011477,0.034917,0.001771,-0.001004,0.017088,0.030241,0.043858,0.00257,0.021213,-0.000827,-0.003918,-0.008432,-0.000841,-0.013694,-0.000919,-0.041599,-0.033138,0.032641,-0.001705,-0.031815,0.017076,0.039633,-0.020465,-0.012354,-0.030899,-0.035223,-0.011606,0.008948,0.034033,0.008926,-0.0047,0.025892,0.028264,0.049103,0.030589,0.032924,-0.002103,0.043058,-0.007642,-0.011145,0.015109,0.145448,0.023926,0.012295,-0.014788,0.00144,0.036946,-0.003399,-0.031636,0.024189,0.067529,0.003896,0.005892,0.010986,-0.022008,0.014625,0.079539,0.007361,0.004853,-0.030038,0.024361,-0.009759,0.012266,-0.11993,-0.01053,-0.03348,0.007901,0.009616,0.009947,0.007775,-0.012892,-0.014334,-0.031438,-0.012758,-0.008995,-0.047529,-0.007713,0.043766,-0.013236,0.039573,-0.020272,0.005939,0.021245,0.042443,0.095092,-0.023035,0.077163,-0.006016,-0.01842,-0.013135,-0.013395,0.015837,0.023447,-0.014227,0.046011,-0.007833,0.00487,0.015346,0.010621,-0.034563,0.026879,-0.033883,0.002525,0.014643,-0.018966,-0.023475,0.005893,-0.026748,-0.01426,0.009804,-0.004594,-0.035018,0.000966,0.001837,-0.023105,0.013059,-0.019313,0.015312,0.000953,-0.013508,0.004911,-0.017396,0.023818,-0.020403,-0.002458,-0.014119,0.035767,-0.051943,0.004444,0.000763,-0.039315,0.007645,-0.010349,0.039719,-0.014729,0.015955,0.014697,0.029233,0.154432,-0.027314,0.048203,0.047019,0.019076,0.003317,0.032606,-0.007246,-0.012612,-0.014577,0.009969,0.039441,-0.006474,0.030237,0.010399,-0.02586,0.072652,0.003676,-0.002194,-0.076515,0.006668,0.022789,-0.001829,0.02362,0.026124,0.01424,-0.014393,0.012311,-0.000239,0.029719,0.042631,-0.009809,0.006393,0.000325,0.017783,-0.061301,0.022309,-0.030345,-0.010902,-0.02561,0.011799,0.01851,-0.023623,-0.033146,-0.015826,0.018721,-0.038863,-0.021733,0.025686,-0.028837,0.036816,-0.019015,0.012439,-0.033849,0.055409,0.007528,0.009616,-0.006659,-0.014826,-0.017584,0.003792,0.007965,-0.023333,0.016628,0.01974,-0.028376,-0.077467,0.009525,0.010353,-0.004137,0.01689,0.029922,-0.012687,-0.084808,0.004761,-0.010049,0.00231,0.035059,-0.030698,0.007581,-0.005786,-0.001865,0.052009,0.030428,0.016365,0.018001,-0.000937,0.015684,0.007082,0.002372,0.019161,-0.023375,-0.015752,0.020665,0.010682,0.001118,0.043781,-0.03006,0.015366,-0.024116,0.023963,-0.006175,-0.002997,0.001845,-0.011688,0.00749,0.034335,-0.002028,-0.042518,0.002631,-0.029151,0.004592,-0.013555,-0.024982,-0.013864,0.011709,-0.008386,0.034807,0.010047,0.066424,0.023932,-0.021319,0.061453,0.005166,0.007861,-0.007926,0.042687,0.021,0.022445,-0.029924,-0.016775,-0.027157,-0.012975,-0.030171,-0.014927,-0.000661,-0.029969,-0.022137,-0.013927,-0.015717,-0.054111,0.003658,0.022067,-0.001535,0.005408,0.007406,-0.046433,-0.008006,0.005659,0.000267,-0.00351,0.021684,-0.009271,0.019236,-0.009995,0.04077,-0.019034,-0.041862,-0.026972,0.006766,-0.017206,-0.012839,-0.044018,-0.004234,0.038462,0.016627,0.001204,-0.032709,0.013339,0.010285,-0.010363,0.0027,0.005815,0.017089,-0.002371,-0.012776,-0.004698,0.003434,-0.009451,0.037726,0.011899,0.02063,0.006303,0.036904,0.114301,0.007006,0.01579,-0.011622,-0.030858,0.01007,0.060945,0.026005,-0.025947,-0.032229,-0.013102,-0.015096,-0.008255,0.009984,0.02694,0.006869,-0.008522,-0.01246,-0.028035,-0.055332,0.108754,0.021362,0.007013,-0.016612,0.029597,0.004145,-0.006967,0.021457,0.014879,-0.025053,0.045901,0.027971,-0.006245,0.025587,0.001979,0.017165,-0.034248,-0.035081,-0.020376,0.001312,0.004545,-0.025722,0.026081,-0.005593,0.023654,0.004132,-0.005968,0.012652,-0.019293,0.058445,0.024524,-0.035114,0.022133,-0.022555,0.004077,0.034803,0.000284,-0.005509,0.042454,-0.024361,0.018861,-0.000223,0.031273,-0.007754,0.024438,-0.02281,0.019205,0.036632,0.019527,0.001184,-0.029602,-0.050757,0.059428,0.005046,-0.01594,-0.018646,-0.015781,-0.054498,-0.010855,0.021775,0.742383,-0.040699,0.022557,0.013278,0.016119,0.02722,-0.016567,0.011134,-0.023603,-0.004006,0.034349,-0.030396,-0.028556,0.014187,0.018025,-0.014417,0.002784,0.008873,0.051581,-0.041335,-0.009392,-0.031399,0.046116,0.025659,0.020959,0.06106,0.010113,-0.010121,-0.002028,0.028689,-0.03626,-0.015109,-0.05945,-0.042359,-0.046188,0.027394,0.007492,0.023839,0.030845,-0.081586,-0.004521,-0.00322,0.036059,0.011867,0.031146,-0.009961,0.022387,0.00828,0.004308,-0.024197,0.037694,-0.069043,-0.005861,0.055475,-0.008928,-0.009781,0.011811,-0.037698,-0.047867,0.004989,0.022033,-0.005605,-0.000783,0.079648,0.04962,0.047603,-0.001352,0.032469,0.004549,0.0231,0.02609,-0.076668,0.032804,0.028727,0.003887,0.018665,0.038147,-0.039905,0.021676,-0.019745,0.004099,-0.03223,0.009906,0.039424,-0.049599,0.008566,-0.003737,0.020759,0.012904,-0.008511,-0.037717,0.001368,0.011645,-0.003148,-0.031119,0.012911,-0.006353,0.024102,-0.002937,0.008146,0.03569,-0.017159,0.042883,-0.003838,-0.035616,-0.010941,-0.028899,0.001249,0.030529,0.069121,0.023681,0.056702,0.0025,0.0069,0.025053,0.030166,0.010386,0.010959,0.004815,-0.021755,-0.000687,-0.003628,0.000083,-0.009017,0.019852,-0.033513,-0.027909,0.038261,-0.019717,-0.01624,-0.003767,0.01623,-0.003645,-0.010998,-0.019665,-0.00473,-0.013602,0.018428,0.06441,0.014726,-0.008469,0.012401,0.02526,0.033716,0.034065,0.063701,-0.004555,0.03989,-0.002327,0.010312,0.023499,0.167624,0.022118,0.019977,0.001981,-0.002115,0.03263,0.000799,-0.009462,0.019186,0.052514,0.000271,-0.004693,0.024817,-0.035967,0.022177,0.080887,0.000869,0.012568,-0.024323,0.050044,-0.004678,0.047407,-0.091452,0.002887,-0.030182,0.005943,0.020625,0.020057,-0.005925,-0.029514,0.00217,-0.028948,-0.011599,0.014532,-0.042402,-0.02036,0.006799,-0.003046,0.037381,-0.008108,-0.002305,-0.000693,0.033314,0.111019,-0.02979,0.119969,-0.01797,-0.008874,-0.000411,-0.01964,0.03132,0.018192,-0.007347,0.075713,-0.025366,-0.026526,0.017456,0.016501,-0.053208,0.029165,-0.010141,0.005325,0.029349,-0.001011,-0.016637,0.003779,-0.018925,-0.003321,-0.016727,-0.010502,-0.051064,-0.02735,-0.007498,-0.029812,0.000654,-0.006433,0.019693,-0.000481,-0.016155,0.00691,-0.013796,0.009072,-0.027575,-0.019944,0.004686,0.014168,-0.053638,-0.003036,-0.00762,-0.043199,-0.000532,-0.014291,0.014792,-0.01154,0.025843,0.011639,0.04431,0.133599,-0.041911,0.028647,0.044874,0.023053,-0.002615,0.041534,0.024401,-0.012624,-0.013979,0.022803,0.054791,-0.016476,0.053413,0.028008,-0.021668,0.049433,0.017167,-0.01784,-0.064878,0.010423,0.004775,-0.004633,0.036707,0.044619,0.023666,-0.00521,0.012263,-0.028181,0.016949,0.065774,0.002182,-0.004612,0.008911,0.015878,-0.054206,0.006627,-0.032796,-0.012738,-0.02936,0.020955,0.021518,-0.030101,-0.013924,-0.036024,0.015457,-0.014947,-0.028434,-0.001249,-0.021229,0.053943,-0.003887,0.010714,-0.034255,0.030946,0.01355,-0.007034,-0.012285,-0.003454,-0.001824,0.021003,-0.000935,-0.013451,0.038643,0.003391,-0.028926,-0.064439,0.008383,0.017732,-0.027878,0.015177,0.026038,-0.005566,-0.043632,0.013797,-0.021163,0.007363,0.031874,-0.031811,0.020819,-0.019993,0.028759,0.043405,0.025373,-0.008306,0.038557,-0.007698,0.018031,0.008544,-0.030258,0.04745,-0.029571,-0.037687,0.021644,-0.003634,-0.017152,0.029435,-0.038102,0.024753,-0.018312,0.010246,-0.008256,-0.020631,-0.009406,-0.003425,0.01459,0.006854,0.03062,-0.054601,0.01953,-0.018653,0.011368,0.006479,-0.019716,-0.01924,0.023793,-0.022255,0.0267,0.001112,0.043226,0.03606,-0.02095,0.069171,-0.005583,0.00216,-0.014817,0.036791,0.020313,0.009058,-0.041832,-0.031974,-0.007288,-0.01185,-0.038074,-0.04724,0.000441,-0.017958,-0.021419,-0.018666,-0.008354,-0.065912,-0.015602,0.006583,0.000926,0.006899,0.010606,-0.046876,0.022747,0.006716,0.026418,-0.030748,0.035456,-0.000822,0.010236,0.019913,0.033799,-0.025839,-0.036249,-0.006754,0.009554,0.006396,-0.031962,-0.036287,-0.015454,0.043319,0.010891,0.014646,-0.018516,0.013183,-0.011884,-0.007387,0.010111,0.019449,0.015252,-0.008764,0.017275,0.004375,0.011592,-0.002094,0.052295,0.001673,-0.009387,-0.00133,0.05169,0.11855,0.008725,0.018243,-0.020825,-0.011942,0.018841,0.059611,0.011886,-0.030473,-0.008704,-0.014954,-0.00792,-0.006136,0.007636,-0.008644,-0.014055,-0.008932,-0.023324,-0.011724,-0.044783,0.110098,0.023011,0.027418,0.007847,0.026851,0.009845,-0.010469,0.018877,0.034054,-0.011814,0.026267,0.014639,-0.003566,0.040512,0.012929,0.016644,-0.008751,-0.026176,-0.032597,0.000779,0.004898,-0.002327,0.027341,-0.028487,0.013257,0.009859,-0.00566,0.023053,-0.01712,0.07662,0.000472,-0.045731,0.027394,-0.016271,0.006465,0.021696,-0.007833,-0.005003,0.040829,0.008531,0.027267,-0.000321,0.028482,-0.012349,0.005973,0.027236,0.026611,0.042329,0.018765,-0.007546,-0.030329,-0.053254,0.051813,-0.001247,-0.01351,-0.032101,-0.013888,-0.064423,-0.018254,0.013118,0.714784,-0.049975,0.028167,0.006065,0.019281,0.030244,-0.020426,0.007344,-0.016134,-0.021725,0.032941,-0.012591,-0.036166,0.018677,0.013562,-0.018876,-0.000086,0.03054,0.043442,-0.042147,0.011238,-0.020602,0.047603,0.017257,0.010511,0.056897,0.023272,-0.014413,0.002281,-0.00498,-0.058535,-0.010374,-0.013158,-0.045159,-0.046321,0.029309,0.000036,0.02295,0.054932,-0.084116,0.005018,-0.006314,0.043949,0.010718,0.032836,-0.018552,0.016531,-0.000861,0.003514,-0.020651,0.039304,-0.066498,-0.002952,0.037678,-0.019053,-0.018752,0.003415,-0.077268,-0.038087,-0.021351,0.031287,-0.023137,0.024686,0.094417,0.016259,0.081198,-0.000258,0.046919,-0.002941,0.026762,-0.00368,-0.076476,0.025982,0.016676,0.016494,-0.009976,0.039501,-0.05276,0.009621,-0.007918,0.016091,-0.011315,0.004574,0.040367,-0.059248,0.011333,0.028394,-0.006691,0.043779,-0.040739,-0.005095,0.006451,0.0036,-0.016128,-0.015873,0.030368,-0.030821,-0.024081,0.003301,0.018239,0.058839,-0.023588,0.040419,-0.021832,-0.027182,-0.035247,-0.033693,0.001577,0.047079,0.07095,0.027156,0.066098,0.023181,0.001427,0.006992,0.012878,0.033334,0.013607,0.012693,-0.018608,0.018283,-0.0027,-0.034698,-0.018281,0.029072,-0.047912,-0.024835,0.031787,-0.038176,-0.038892,0.001664,0.022385,-0.008031,-0.019928,-0.024106,0.003678,-0.015653,-0.011486,0.056765,0.018927,-0.023796,0.022002,0.015909,0.026537,0.002286,0.043865,0.003251,0.059049,-0.02026,-0.00242,0.017846,0.178508,0.042968,0.041638,-0.003113,0.002518,0.015938,-0.030409,-0.010777,0.027714,0.056191,-0.020362,-0.03262,0.013971,-0.032716,0.021908,0.065481,0.007072,0.002165,-0.011271,0.036063,-0.016511,0.036147,-0.156649,0.000679,-0.026566,0.005686,-0.007115,0.017895,0.030999,-0.002988,-0.017887,-0.033591,-0.024441,0.012567,-0.036661,-0.025039,0.007657,0.011028,0.016964,-0.012073,0.010002,0.015446,0.055924,0.096531,-0.0208,0.102487,-0.005605,-0.038147,-0.011918,0.001035,-0.000627,-0.00405,-0.013728,0.059418,-0.02408,-0.00839,0.016482,0.001114,-0.060532,0.018341,-0.006807,-0.010614,0.025817,-0.044095,-0.003951,0.016307,0.000775,0.01514,-0.021786,0.003176,-0.047939,-0.00215,-0.01738,-0.013869,0.009438,-0.010715,-0.024738,0.002837,-0.030706,0.006745,-0.012461,0.030771,-0.029363,-0.01597,-0.016339,0.032459,-0.078604,-0.008922,-0.021582,-0.035295,0.005813,-0.012289,-0.005728,-0.004258,0.031507,0.003848,0.070381,0.099933,-0.05943,0.036706,0.019806,0.020945,0.020784,0.054251,0.005703,-0.02261,-0.044848,0.020989,0.037361,-0.02513,0.017045,0.026048,-0.002312,0.05196,0.031231,-0.007341,-0.07461,0.033827,0.024618,-0.027115,0.013628,0.02886,0.003282,0.000653,-0.021231,0.007139,0.031246,0.076131,-0.009295,0.005316,0.002525,-0.000014,-0.032227,-0.004214,-0.027093,0.000579,-0.012311,0.035028,0.010697,-0.049366,-0.007754,-0.03823,-0.010116,-0.000422,-0.024023,-0.011829,-0.018491,0.016378,-0.000203,-0.014812,-0.027649,0.042855,0.014495,0.007517,-0.014751,-0.00759,0.005193,-0.004691,0.004577,-0.002446,0.011315,0.006196,-0.012981,-0.086434,-0.018808,0.030716,-0.03051,0.021763,0.036233,0.013656,-0.077057,-0.008279,-0.008203,-0.007212,0.012718,-0.038672,0.033558,-0.030424,-0.005187,0.042492,0.026116,0.00686,0.044078,-0.000253,0.008435,0.006502,-0.041496,0.035069,-0.03893,-0.010824,0.032905,0.016448,-0.030659,0.028556,-0.021198,0.025908,-0.0104,0.012187,-0.004859,-0.058079,-0.003785,-0.023376,0.018402,-0.006214,0.04519,-0.048574,0.016189,-0.015724,-0.010605,0.012969,-0.032792,-0.026231,0.016197,-0.036688,0.017573,0.020247,0.022434,0.013527,-0.017354,0.078359,0.013697,0.014104,-0.030932,0.04002,0.004197,0.012005,-0.067875,-0.017081,0.016711,-0.03765,-0.005235,-0.045129,-0.033375,-0.034528,-0.028364,0.015106,-0.000146,-0.073773,-0.016924,0.050936,0.013483,0.012308,0.013968,-0.069518,0.011639,0.000229,0.02849,-0.014447,0.046203,0.010313,-0.000445,0.026809,0.031102,0.000169,-0.01344,0.007824,0.014553,-0.001883,-0.038644,-0.045454,0.003874,0.034661,0.026725,0.018599,-0.005329,0.024621,-0.021095,-0.012305,0.007305,-0.030115,-0.010597,-0.022079,0.021735,-0.010087,0.01587,-0.021261,0.062792,-0.023143,-0.000543,-0.017652,0.063701,0.113481,0.022144,-0.007743,-0.039549,-0.007847,0.031476,0.026673,0.030364,-0.048147,-0.034462,-0.014627,0.018155,0.0286,-0.001945,-0.026695,0.028093,-0.007776,-0.037332,-0.008377,-0.041355,0.091586,0.002422,0.005671,0.017943,0.029042,0.035695,0.010773,0.042474,-0.010161,-0.011524,0.053003,0.000824,-0.022211,0.045811,-0.008086,0.021945,0.00865,-0.030394,-0.01504,-0.031294,0.025365,-0.010329,0.03712,-0.024851,0.003224,-0.003504,-0.020237,0.027915,-0.019473,0.022192,0.032653,-0.037526,0.03852,-0.015358,-0.030302,0.015525,-0.011499,-0.017612,0.020914,0.005641,-0.00201,-0.027565,0.016161,0.015117,0.01246,0.027306,0.023347,0.050592,0.009959,0.014945,-0.017002,-0.05195,0.04796,-0.019425,0.000104,-0.036571,0.00721,-0.072786,-0.035344,0.010021,0.679074,-0.042039,0.014556,0.01152,-0.004068,0.020277,-0.02091,0.002754,-0.026395,0.008411,0.012689,-0.01612,-0.04616,0.032965,0.022335,-0.009252,0.005582,0.021647,0.046615,-0.025346,0.003656,-0.048466,0.028636,0.010563,0.008162,0.075287,-0.001336,-0.022052,-0.010693,0.000138,-0.079834,-0.014213,-0.012816,-0.026778,-0.056763,0.028217,0.014845,0.024406,0.042581,-0.074364,0.024291,-0.012707,0.046716,-0.016966,0.042413,-0.007534,0.020898,-0.00909,0.016822,-0.004327,0.055285,-0.047039,-0.00589,0.054909,-0.025802,-0.006036,0.007478,-0.086749,-0.039894,-0.030361,0.015234,-0.02338,-0.00554,0.071797,0.032142,0.053499,-0.004918,0.043093,0.011726,0.020823,0.025128,-0.0794,0.021456,0.026498,0.017565,-0.011304,0.052419,-0.050499,0.002419,-0.006289,0.03364,-0.015888,0.005831,0.005893,-0.058877,0.048492,0.040356,-0.020784,0.045718,-0.033319,-0.032232,-0.008181,0.001878,-0.025657,-0.032765,0.010501,-0.018179,-0.018206,0.021811,0.010416,0.044652,-0.008454,0.027473,-0.009666,-0.031202,0.002354,-0.019239,0.005623,0.032617,0.071712,0.003778,0.048801,0.021892,-0.007264,0.003181,0.031184,0.043086,0.030231,-0.00332,-0.019077,0.009976,-0.019141,-0.022687,-0.000115,0.037892,-0.040099,-0.037816,0.041351,-0.037675,-0.016335,0.003307,0.008324,0.004728,-0.029936,-0.03294,-0.003014,0.00137,-0.004652,0.061811,0.02077,-0.020613,0.021434,0.018759,0.06992,0.00941,0.037503,-0.018003,0.025966,-0.030226,-0.008653,0.018228,0.165535,0.028926,0.007111,0.005164,0.009313,0.051158,-0.022588,-0.006937,0.014309,0.062816,-0.012429,-0.021543,0.003087,-0.030786,0.008396,0.072349,-0.001313,0.011851,-0.008042,0.042931,-0.003652,0.032363,-0.137871,-0.020245,-0.011825,0.022977,0.023506,0.013946,0.030564,-0.033359,-0.028952,-0.013326,-0.019206,-0.000146,-0.031963,0.001256,0.031174,0.001156,0.023842,-0.041831,0.021598,0.011048,0.035511,0.10476,-0.02728,0.093841,-0.000532,-0.027618,-0.017508,-0.007898,0.011262,-0.002017,-0.003994,0.058954,-0.037871,-0.002786,0.013489,0.004541,-0.052377,0.044937,-0.015972,-0.015277,0.014625,-0.009025,-0.040185,0.037412,0.002525,-0.011966,-0.002027,-0.012519,-0.052578,-0.010881,0.000712,-0.013821,-0.009963,-0.033358,0.001143,-0.018607,-0.015788,-0.002883,-0.033512,0.007054,-0.016167,-0.018992,0.000737,0.02799,-0.067013,0.007908,0.011847,-0.040692,0.002173,-0.0116,0.00094,-0.011121,0.032734,0.025654,0.044353,0.106647,-0.060932,0.023981,0.042656,0.007477,0.022499,0.057347,0.006285,-0.013068,-0.013981,0.021751,0.041444,-0.046739,0.007103,0.005882,-0.005549,0.049335,0.024055,-0.009518,-0.066923,0.035944,0.030412,-0.02799,-0.016394,0.003397,0.018315,-0.000435,-0.003779,0.018202,0.032303,0.051629,-0.003206,0.006383,-0.008262,0.020736,-0.065106,0.008082,-0.027348,-0.006955,-0.002041,0.035695,0.026337,-0.063938,-0.015143,-0.023318,0.01292,-0.003708,0.009445,-0.018921,-0.023561,0.02835,0.002986,-0.006345,-0.044239,0.079861,-0.010102,0.021619,-0.023468,-0.00071,0.017293,0.019141,-0.012087,0.000814,0.019106,0.027069,-0.031162,-0.081583,-0.008303,0.026005,-0.030774,0.032735,0.068394,0.01311,-0.063797,0.018298,0.00145,0.000365,0.005237,-0.032252,0.033256,-0.029049,0.019467,0.020792,0.016135,0.018578,0.024151,-0.006632,0.004926,0.027353,-0.008337,0.036847,-0.037271,-0.018927,0.010338,0.008681,-0.016398,0.030256,-0.019057,0.042932,-0.026934,0.028407,0.014,-0.02422,-0.012624,0.015286,-0.007222,0.013342,0.035673,-0.03156,0.023181,-0.023281,0.032169,-0.009341,-0.015193,-0.024233,0.036902,-0.030371,0.031602,0.005558,0.031759,0.038148,-0.005059,0.08831,-0.023866,0.010018,-0.006373,0.042575,-0.01619,0.00422,-0.048576,-0.019379,0.028143,-0.009478,-0.012819,-0.031103,-0.032841,-0.035507,-0.028301,0.008026,0.003471,-0.05594,0.003437,0.063157,-0.020768,-0.007742,-0.006843,-0.064703,0.008457,0.013595,0.015347,-0.029649,0.032714,0.031051,0.020199,0.041579,0.026826,-0.010502,-0.027227,0.001944,0.016685,-0.010886,-0.031522,-0.025512,-0.016894,0.041602,0.006732,0.02086,-0.029821,0.030254,0.007435,0.004148,-0.01393,-0.015635,-0.014823,-0.015919,0.002441,-0.001596,-0.001376,-0.001679,0.059107,-0.030709,0.014633,-0.013821,0.027941,0.114612,0.029451,-0.008074,-0.031406,-0.016132,0.025006,0.042722,0.019232,-0.055221,-0.033986,-0.0168,0.016299,0.00726,0.011559,-0.002141,0.012605,0.011572,-0.045754,-0.013846,-0.068095,0.100922,-0.010629,0.005923,0.012854,0.031047,0.042422,0.02419,0.042704,-0.010965,-0.004131,0.050494,0.00769,-0.005723,0.019906,-0.014793,0.016338,0.003836,-0.044255,-0.007694,-0.021004,-0.002182,-0.034761,0.04746,-0.023114,0.008194,0.008913,-0.02727,0.039112,-0.031168,0.040254,0.051195,-0.06057,0.027104,-0.009869,-0.009662,0.004642,-0.00939,0.001178,0.015297,-0.003845,0.011619,0.001801,0.014816,0.008324,0.00017,-0.003685,0.046264,0.043798,0.017014,0.017073,-0.05239,-0.046133,0.055956,-0.006111,0.00129,-0.035169,0.016996,-0.076991,-0.019493,0.026505,0.679705,-0.052678,0.005248,0.000594,0.012881,0.0314,-0.0125,0.01112,-0.004083,-0.004214,0.022546,-0.010473,-0.038634,0.015022,0.013844,-0.030265,-0.002026,0.021695,0.026663,-0.030142,-0.000862,-0.022,0.049393,0.006233,0.001322,0.064835,-0.013561,-0.006483,-0.04051,0.007278,-0.058135,-0.015474,-0.001833,-0.029175,-0.041763,0.055285,-0.000506,0.014406,0.056671,-0.081746,-0.008928,-0.027873,0.061071,0.013525,0.02985,-0.012566,0.029781,0.000469,0.018357,-0.013139,0.065711,-0.056721,0.000509,0.043084,-0.039005,-0.006693,0.00669,-0.06393,-0.055388,-0.037203,0.013381,-0.054517,0.007209,0.084212,0.013891,0.059213,-0.003916,0.032202,-0.003832,0.019905,0.032088,-0.065116,0.012131,0.040798,-0.004224,-0.003129,0.056756,-0.038763,0.024609,-0.020606,0.022681,-0.027282,0.018397,0.007617,-0.066471,0.033637,0.029317,-0.007708,0.022137,-0.01696,-0.031972,-0.02206,0.004708,-0.01378,-0.039396,-0.018279,-0.021017,0.006696,0.025467,0.001112,0.047548,0.002455,0.035761,-0.001288,-0.045869,0.017047,-0.024528,0.005187,0.000685,0.065648,0.002164,0.052078,0.014659,0.004705,-0.008624,0.024912,0.028479,0.017865,-0.012114,-0.018956,0.017714,-0.009792,-0.011156,0.003597,0.022562,-0.024955,-0.02864,0.043332,-0.02319,0.013161,-0.003362,0.018231,0.012637,-0.015073,-0.026326,-0.001969,0.004332,-0.000731,0.069385,0.011917,-0.02025,0.019756,0.00655,0.064631,0.013007,0.04218,-0.004151,0.019853,-0.010418,-0.002421,0.024937,0.160148,0.011277,0.002193,0.006142,0.003954,0.038861,-0.011994,0.002601,-0.00027,0.058753,-0.003851,-0.005418,0.013028,-0.0203,-0.003383,0.086297,0.011676,0.012983,-0.009337,0.053493,-0.007353,0.03919,-0.107546,-0.014437,-0.017457,0.020508,0.036093,0.016271,0.020806,-0.040304,-0.014565,-0.019686,-0.015567,-0.006852,-0.036721,-0.020263,0.002671,-0.021658,0.036042,-0.027453,0.017955,0.022545,0.027703,0.105084,-0.043625,0.106412,-0.004694,-0.028906,0.002697,-0.011366,0.004702,-0.000932,0.000944,0.042531,-0.02851,-0.009138,0.010332,-0.017264,-0.036736,0.037047,0.011672,-0.002627,0.007415,0.004601,-0.040258,0.025855,-0.002225,-0.011099,0.012451,-0.009475,-0.064257,-0.020356,0.00333,0.002608,0.006887,-0.037447,0.028276,-0.011428,-0.010259,-0.003739,-0.029772,0.006126,-0.002089,-0.019554,-0.003897,0.027854,-0.060829,0.012186,0.028445,-0.023678,-0.00566,-0.012133,0.012718,0.002426,0.030059,0.005467,0.030095,0.074921,-0.052059,0.034681,0.069782,0.004566,0.014333,0.050965,0.013155,-0.004307,0.005752,0.022688,0.041837,-0.043315,0.032577,0.010279,0.004034,0.052935,0.018029,-0.003814,-0.058528,0.005495,0.026218,-0.033295,0.001133,0.01084,0.020549,-0.00781,0.012449,-0.015256,0.017239,0.04439,0.016781,0.015183,-0.013821,0.019958,-0.050379,0.008445,-0.033563,-0.005399,0.008906,0.005926,0.023728,-0.050262,-0.005924,-0.014677,0.013106,0.002402,0.002999,-0.00677,-0.015828,0.037951,0.016116,0.014928,-0.04809,0.061005,-0.0079,0.002741,-0.026221,-0.00324,0.01996,0.036289,-0.035336,0.00689,0.022278,0.01642,-0.033666,-0.090519,0.010201,0.019612,-0.038647,0.026215,0.050557,-0.003312,-0.012835,0.008407,-0.01044,0.002126,0.005455,-0.020032,0.02819,-0.035632,0.05402,0.014385,0.002495,0.024641,0.012229,-0.010885,0.000069,0.04882,-0.016737,0.027866,-0.032506,-0.017806,-0.006403,-0.000565,-0.018762,0.043522,-0.035563,0.04896,-0.027986,0.007136,0.033185,-0.017512,-0.030673,0.005619,-0.021331,0.005804,0.032113,-0.037516,0.028395,-0.041642,0.055245,-0.003861,-0.010633,-0.031455,0.025402,-0.033712,0.02943,-0.021739,0.028761,0.036375,-0.005927,0.069499,-0.046984,0.003821,0.003247,0.051516,-0.003699,0.002476,-0.042235,-0.001605,0.03498,-0.003164,0.000518,-0.03221,-0.018085,-0.017306,-0.031315,-0.00438,-0.007947,-0.045471,-0.008622,0.059816,-0.017776,-0.00523,-0.037722,-0.04917,0.016529,0.022549,0.015727,-0.039263,0.03043,0.038533,0.040944,0.039431,0.033085,-0.019839,-0.024104,0.002192,0.017026,-0.006725,-0.017303,-0.023086,-0.008725,0.030721,0.010501,0.020504,-0.042793,0.017926,0.007413,0.017394,-0.031563,-0.024043,-0.001096,0.028482,-0.005657,-0.001513,0.015023,-0.005847,0.055811,-0.015,0.007148,-0.007276,0.023868,0.116055,0.026315,0.001384,-0.027288,-0.014364,0.00594,0.074141,0.024438,-0.037839,-0.022524,-0.014854,-0.007712,-0.001683,0.006761,0.010293,-0.006237,-0.007626,-0.004725,-0.030398,-0.056147,0.100586,-0.014924,0.006734,0.01131,0.044439,0.059253,0.022568,0.043223,0.021455,-0.001284,0.02635,0.002256,0.012858,0.011894,0.010627,0.02201,-0.022253,-0.055169,-0.026831,-0.013487,-0.000704,-0.028708,0.032354,-0.022938,0.00997,0.009481,-0.02769,0.0362,-0.024397,0.065693,0.028824,-0.052274,0.031268,-0.008831,0.012257,-0.016955,-0.003046,0.006573,0.031916,-0.015437,0.032841,0.006002,0.025929,-0.019205,-0.005817,-0.011607,0.061444,0.047441,0.013253,-0.018683,-0.034923,-0.039237,0.038408,-0.008204,-0.001547,-0.040249,0.009303,-0.073816,-0.022129,0.030145,0.696609,-0.061213,-0.010311,-0.005992,0.02852,0.020943,-0.026255,-0.001043,0.024842,-0.033623,0.029454,-0.011085,-0.040327,0.01779,-0.006597,-0.01936,0.001911,0.006062,0.023628,-0.013848,-0.005211,-0.000186,0.051154,0.028255,0.01584,0.058672,-0.013756,-0.002182,-0.02124,0.000795,-0.061387,-0.014819,0.004493,-0.024948,-0.041791,0.051552,0.000674,0.009767,0.066426,-0.093249,-0.002665,-0.017453,0.054292,0.022175,0.037224,-0.012758,0.027137,0.01598,0.032052,-0.026232,0.058322,-0.049843,0.000562,0.038151,-0.022376,-0.022302,0.016616,-0.075987,-0.065996,-0.050745,0.024908,-0.056465,0.009142,0.096252,0.005925,0.081032,0.003042,0.015612,0.0031,-0.000491,0.023855,-0.07035,0.034713,0.044331,-0.009074,-0.022628,0.061839,-0.043114,0.034267,-0.005683,0.012233,-0.034778,0.039564,0.030299,-0.045754,0.031755,0.026645,-0.010554,0.020787,-0.002967,-0.020793,-0.048258,0.021095,-0.024919,-0.036859,-0.003072,-0.009854,0.010108,0.01431,0.00542,0.046285,0.014845,0.026137,0.031543,-0.049535,0.000325,-0.027741,0.019205,0.003755,0.066785,0.000433,0.036128,-0.007021,0.009121,-0.007161,0.035503,0.044018,-0.013457,-0.000447,-0.026824,0.017566,0.001342,-0.019671,0.017031,0.028375,-0.003624,-0.028733,0.055634,-0.008441,-0.005789,-0.000498,-0.005718,0.013293,-0.017052,-0.016871,0.000394,-0.003363,-0.00815,0.067229,-0.015731,-0.013513,0.011108,0.015957,0.06427,0.01688,0.047268,-0.006851,0.011159,-0.010588,-0.021241,0.017396,0.170311,-0.001332,0.005436,0.008797,0.00373,0.032075,0.004961,-0.012169,0.016681,0.069396,0.006735,-0.005548,0.012339,-0.00241,-0.002794,0.080945,0.012557,0.020237,-0.016489,0.04949,-0.033152,0.01876,-0.108442,-0.015952,-0.038985,0.004458,0.048013,0.019446,-0.002054,-0.017032,-0.014376,-0.008711,-0.023705,-0.016385,-0.029388,-0.007232,0.014221,-0.00151,0.045732,-0.037787,0.011685,0.033597,0.041925,0.104609,-0.042979,0.100858,-0.0065,-0.004152,-0.014962,-0.011057,-0.002007,0.034895,-0.007671,0.043505,-0.037547,-0.010132,0.018184,-0.017047,-0.036087,0.033499,-0.00384,0.012688,-0.003283,0.013456,-0.045545,0.021095,-0.044601,-0.026319,0.018302,-0.016423,-0.041947,-0.010079,-0.014722,0.020543,-0.005499,-0.020085,-0.000543,0.005569,0.005516,-0.003871,-0.019395,0.028479,-0.014758,-0.001832,0.015054,0.030934,-0.065787,0.022497,0.032978,-0.018114,-0.008927,-0.015577,0.028113,-0.020837,0.020581,0.006396,0.018955,0.079841,-0.048303,0.041068,0.060208,0.030965,0.010821,0.062962,0.014212,0.011918,0.011865,0.021474,0.022048,-0.028919,0.046533,0.011626,0.009981,0.051352,0.034569,-0.009182,-0.040173,-0.024798,0.032674,-0.004098,-0.001667,-0.00795,0.019965,0.000315,0.041728,-0.008114,0.024613,0.039715,0.015636,-0.008065,-0.019924,0.020961,-0.044862,0.040958,-0.064551,-0.025188,0.002622,0.018128,0.035387,-0.026927,-0.023622,-0.004746,0.009111,0.007687,0.003484,-0.009974,-0.030512,0.04942,0.009018,0.018654,-0.045543,0.044684,-0.006254,0.021639,-0.030043,-0.027312,-0.016855,0.048581,-0.013343,0.001226,0.028326,0.007561,-0.012076,-0.090568,0.013117,0.008239,-0.045805,0.019954,0.045427,0.00666,-0.021169,0.00374,0.002283,-0.006972,0.020126,-0.033198,0.011507,-0.017243,0.034192,0.012599,-0.01746,0.04624,-0.009984,-0.006636,-0.013793,0.023629,-0.0368,0.029035,-0.020842,-0.027667,-0.039584,-0.000686,0.006674,0.059387,-0.032297,0.042786,-0.009061,0.001019,-0.007966,-0.025726,-0.025446,0.011234,-0.017274,0.025913,0.035897,-0.0337,0.035523,-0.03113,0.031296,0.003375,-0.003034,-0.03058,0.0097,-0.020956,0.036346,-0.022764,0.026446,0.02635,-0.024482,0.076112,-0.01938,-0.013272,-0.013542,0.024658,0.015747,0.016774,-0.060308,-0.003446,0.015494,0.005424,-0.028669,-0.045568,-0.012656,-0.023404,-0.031169,0.019209,-0.006005,-0.057678,-0.009031,0.0279,0.012405,-0.018556,-0.015365,-0.059813,0.018787,0.03885,0.007091,-0.017382,0.039652,0.025991,0.051191,0.016117,0.036406,-0.019232,-0.029384,-0.006846,0.034143,-0.009591,-0.020943,-0.017732,-0.01755,0.036987,0.00516,0.0164,-0.072234,0.037414,0.006989,-0.00796,-0.008685,-0.015908,-0.00397,-0.00286,-0.009148,-0.016264,0.022859,-0.002854,0.050718,0.002533,0.012497,0.021567,0.012401,0.114917,0.003583,0.008769,-0.013009,-0.013508,0.011423,0.074931,0.018297,-0.040557,-0.031901,-0.018036,-0.010881,-0.013686,0.019522,0.022062,-0.02586,-0.014321,0.007838,-0.007473,-0.068755,0.119186,0.012322,0.005108,-0.012513,0.039651,0.038796,0.000437,0.02627,0.011015,-0.025863,0.023565,0.001613,0.002703,0.004133,0.032436,0.008753,-0.036309,-0.072901,-0.015565,-0.014375,0.009452,-0.030746,0.032108,-0.006345,0.006725,0.010636,-0.025038,0.030806,-0.031381,0.081352,0.02622,-0.024351,0.031854,-0.010632,0.012667,-0.004021,0.016768,0.000604,0.021346,-0.015741,0.05009,0.003352,0.039273,-0.031133,-0.005618,0.00646,0.063188,0.040436,0.016618,-0.019172,-0.036347,-0.049464,0.013201,0.00173,-0.005064,-0.05478,-0.011873,-0.053423,-0.010917,0.045456,0.683893,-0.07427,0.002543,-0.001282,0.011331,0.029251,-0.003004,0.003104,0.012596,-0.029046,0.021294,-0.026052,-0.013313,0.004567,-0.001992,-0.043284,0.001941,0.013468,0.025658,-0.0421,-0.000879,-0.005607,0.070621,0.030488,0.0383,0.059694,0.00583,-0.011611,0.013682,0.016349,-0.039473,-0.008664,-0.023322,-0.031221,-0.044551,0.042221,-0.015463,-0.012389,0.050023,-0.086146,-0.028119,-0.000774,0.048664,0.007128,0.065146,0.0043,0.023989,0.019966,0.007936,-0.001186,0.050189,-0.053342,0.00125,0.034739,-0.006764,-0.010817,0.016394,-0.075673,-0.048954,-0.040976,0.051767,-0.008195,0.016506,0.095154,0.031086,0.079099,0.0153,-0.005477,-0.005591,0.023088,0.026747,-0.062263,0.044668,0.037325,-0.019695,-0.027712,0.057947,-0.050597,0.047736,-0.023574,-0.00895,-0.039608,0.027405,0.02597,-0.035629,0.011487,0.006823,-0.007196,0.000386,0.004085,-0.028293,-0.043541,0.033442,-0.032519,-0.040669,-0.000123,0.007191,0.020501,0.013845,0.011282,0.059324,-0.008075,0.031402,0.029886,-0.060886,-0.013254,-0.031595,0.009802,0.001807,0.081542,0.004726,0.033135,-0.008007,0.020654,-0.010385,0.032795,0.038457,-0.008142,0.006816,-0.012684,0.007285,0.001776,-0.005818,0.014735,0.014083,-0.01242,-0.02787,0.036906,-0.022579,-0.016056,0.007433,-0.010255,0.019891,-0.020218,-0.008117,-0.002387,-0.001995,0.003469,0.076546,-0.005471,-0.018722,0.010235,0.020368,0.054603,0.032974,0.034569,-0.004707,0.023586,-0.012168,-0.011731,0.000069,0.158661,0.015881,0.013761,0.025654,0.01578,0.017158,0.014331,-0.012427,0.019091,0.070174,0.000885,0.010359,0.021419,0.009676,-0.005872,0.078006,0.000682,0.022262,-0.030011,0.033485,-0.038591,0.024811,-0.109656,-0.011039,-0.036412,0.003949,0.035123,0.020227,-0.02637,-0.011655,-0.010436,-0.023298,-0.028144,-0.011136,-0.039521,-0.021351,0.004926,-0.010417,0.052059,-0.022544,0.002533,0.036106,0.035765,0.100392,-0.045849,0.093303,0.000036,0.009879,-0.010026,-0.018224,0.003124,0.049116,-0.007736,0.061553,-0.047457,-0.030541,0.005998,-0.023856,-0.04735,0.050398,0.014108,0.022817,0.012852,0.006008,-0.03512,0.016327,-0.059631,-0.027484,0.013774,-0.005672,-0.035182,-0.018062,-0.01815,0.023499,0.004476,-0.021861,0.000994,-0.014625,-0.003076,-0.005504,-0.016801,0.031473,-0.025182,0.013763,0.005888,0.031982,-0.058335,0.020284,0.048468,-0.028673,-0.020477,-0.008424,0.023747,-0.0212,0.005223,0.004532,0.016786,0.088301,-0.023696,0.057016,0.05025,0.033564,-0.000436,0.067732,0.026003,0.016714,0.011564,0.0225,0.0286,-0.017553,0.061742,0.009905,0.017857,0.043747,0.040226,-0.03969,-0.041101,-0.033705,0.031054,0.007732,0.000826,-0.0058,0.025344,0.003934,0.041799,-0.035303,0.021843,0.058782,0.031653,-0.012719,-0.011952,0.026971,-0.047537,0.035186,-0.062432,-0.033973,0.015087,0.018765,0.050569,-0.021989,-0.03443,-0.017112,0.013796,-0.005203,-0.003608,-0.006858,-0.014689,0.054884,-0.001533,0.006171,-0.055489,0.044398,0.002774,0.013797,-0.0261,-0.033779,-0.019046,0.032165,-0.012466,0.00788,0.046404,0.000039,0.002073,-0.080322,0.013055,-0.000472,-0.048858,0.02156,0.048713,-0.012782,-0.029688,0.005941,-0.010213,0.017886,0.033847,-0.03618,0.020444,-0.017096,0.026241,0.015159,-0.011464,0.023673,-0.004814,-0.009797,-0.002158,0.013939,-0.042121,0.032638,-0.002191,-0.052141,-0.019479,-0.000937,-0.001303,0.056665,-0.036156,0.035213,-0.014217,-0.005536,-0.017972,-0.031675,-0.027564,0.021638,-0.029703,0.019509,0.028006,-0.035585,0.037092,-0.003893,0.01423,0.003714,-0.00152,-0.027829,0.009159,-0.010253,0.033184,-0.010529,0.015608,0.027176,-0.023717,0.065562,0.00349,-0.021856,-0.012612,0.027952,0.033716,0.02462,-0.058441,-0.005885,0.000391,0.012962,-0.040186,-0.049104,0.019275,-0.02473,-0.02299,0.014849,-0.01971,-0.071566,0.003259,0.004257,0.010413,-0.022582,-0.017772,-0.049444,0.02308,0.027121,0.013873,-0.014305,0.039283,0.012003,0.048931,0.002597,0.04536,-0.026275,-0.040428,-0.003049,0.046287,-0.008569,-0.037277,-0.01051,-0.020566,0.040424,0.002589,0.017112,-0.078764,0.020993,-0.007253,-0.013952,0.003759,0.004004,-0.005745,-0.031257,0.020145,-0.021048,0.019058,-0.000307,0.035311,0.001727,0.019067,0.041128,0.022831,0.116511,-0.000933,0.010241,-0.018285,-0.016517,0.018208,0.076194,0.013383,-0.01843,-0.015999,-0.020348,-0.00135,0.004122,0.013054,0.013215,-0.040812,-0.023188,0.024204,-0.000851,-0.06056,0.105595,0.033934,0.018731,-0.011473,0.026434,0.032196,-0.008415,0.031306,0.025657,-0.023234,0.023947,0.012804,-0.00166,0.030919,0.020101,0.013271,-0.026591,-0.068093,-0.008363,0.010468,0.006176,-0.021329,0.026705,-0.011804,0.001559,0.019875,-0.006607,0.042684,-0.044919,0.063011,0.026901,-0.026911,0.033447,-0.024675,0.007892,-0.004729,0.004707,0.006914,0.024561,-0.009608,0.05353,0.013103,0.048546,-0.030045,-0.004704,0.033057,0.064446,0.040738,0.011217,-0.027962,-0.026032,-0.048148,0.021467,-0.011102,0.003652,-0.045591,-0.016001,-0.065575,-0.018194,0.042159,0.672355,-0.068668,0.038985,0.011792,0.004939,0.032627,-0.014129,-0.008941,0.012754,-0.031276,0.026953,-0.036016,-0.019993,0.010937,0.018073,-0.042394,0.003344,0.008342,0.000228,-0.057835,-0.014912,-0.005591,0.067078,0.026818,0.048839,0.059589,0.032831,0.000269,0.031283,0.002119,-0.044313,-0.014211,-0.01704,-0.038354,-0.044662,0.035839,-0.012588,-0.004098,0.049716,-0.080002,-0.02265,0.017146,0.04558,0.005767,0.068751,-0.004602,0.011625,0.03206,-0.005344,-0.011057,0.040281,-0.050219,0.012374,0.038063,-0.009439,-0.010195,0.012979,-0.068934,-0.029725,-0.026645,0.05626,0.011506,0.048995,0.087273,0.016587,0.067486,0.002158,-0.000268,-0.02669,0.034521,0.031633,-0.079519,0.019898,0.003006,-0.011568,0.01252,0.009022,0.004368,-0.01893,-0.037949,0.017745,-0.06322,0.012868,0.016953,0.03065,0.005634,-0.079822,0.00635,-0.010863,-0.009842,-0.036971,0.019699,0.00237,-0.007353,0.05738,0.001992,-0.000046,0.043978,0.004188,-0.011822,0.022364,0.018954,-0.036456,0.038451,-0.052497,-0.006517,0.016893,0.016418,0.001134,0.079444,0.025318,-0.006655,0.014356,0.012514,-0.01545,0.03692,0.010692,0.004496,-0.005113,-0.005656,-0.011928,0.006507,0.004684,-0.001853,0.024843,-0.037839,-0.013863,0.016771,0.009219,-0.019391,0.031989,0.007472,-0.021038,-0.023314,-0.021802,-0.028631,-0.009765,0.012675,0.031804,0.007244,-0.016018,0.043503,0.025245,0.022153,-0.022438,-0.032758,0.001706,0.007783,0.011198,-0.012976,-0.010327,0.155982,-0.017259,-0.005926,-0.010863,0.017719,-0.025672,-0.020166,-0.01058,-0.03311,0.030013,0.013802,0.047437,0.009683,-0.020042,0.012653,0.070516,0.002591,0.006091,-0.005919,-0.012473,0.037165,0.004024,-0.16676,-0.024449,-0.062631,0.002333,0.022191,-0.015778,-0.006027,0.002886,-0.014831,-0.017377,-0.027256,-0.034993,-0.019518,-0.032234,-0.014578,-0.014968,0.010474,-0.024146,-0.010075,0.009807,0.041759,0.088602,-0.033327,0.137034,0.001525,-0.012123,0.014442,0.003464,-0.002372,0.011717,0.025336,0.013065,0.016743,-0.043843,-0.063941,-0.02066,-0.029396,0.019021,-0.017045,-0.021924,0.041032,-0.018984,-0.013555,0.017036,0.022312,0.009059,-0.007224,-0.036871,-0.014363,0.000846,-0.010894,0.003834,-0.034824,-0.032099,0.006552,-0.003792,0.015143,-0.0218,-0.003613,0.002619,0.021546,0.024762,-0.021918,0.017115,-0.020904,-0.026838,0.00645,-0.033904,0.020149,0.040504,0.035323,-0.016365,0.00961,-0.024171,0.008606,0.138944,0.002529,0.03318,0.001689,-0.011487,0.014904,0.001266,-0.020344,-0.01546,-0.003237,0.009316,0.018726,0.018225,0.001405,-0.014622,-0.024058,0.036332,0.035572,0.030231,-0.039388,0.010272,0.075503,0.024021,0.018964,0.016077,-0.050841,-0.009969,0.017084,0.031004,0.009999,0.008877,0.023459,-0.020977,-0.022795,-0.004748,-0.035363,-0.00535,-0.029018,0.02093,-0.006079,0.015499,0.001446,-0.003576,-0.014431,0.020324,-0.001824,-0.040732,-0.025668,0.020605,-0.043884,0.036867,-0.015064,0.019391,-0.032972,0.018799,0.003582,-0.02734,0.026931,0.035987,0.001802,-0.017038,0.012275,-0.009052,0.009081,0.016586,-0.036439,-0.02829,0.000288,0.011282,0.008402,0.001634,0.002625,-0.003733,0.007997,0.02391,0.011446,0.002907,0.028371,-0.032965,0.000809,-0.015525,-0.020864,-0.004381,0.013466,-0.006316,0.013893,-0.028046,0.011653,0.000445,-0.009144,-0.008206,-0.034551,-0.010137,-0.017858,0.018168,0.027602,-0.006665,0.000413,0.012529,0.000219,0.003417,0.006278,0.025706,0.000524,0.004299,-0.006757,0.004302,-0.031377,-0.048423,-0.006688,-0.000356,0.012201,0.017027,-0.024034,-0.034776,0.00061,-0.005848,-0.000859,-0.003004,0.085281,0.01574,-0.038443,0.01064,0.019883,0.027241,0.029602,0.037161,0.000682,-0.021492,0.001047,-0.023268,-0.034968,-0.026436,-0.023334,-0.043238,-0.015738,-0.014644,-0.002211,-0.012333,-0.002006,-0.019022,0.001721,0.039461,0.008156,0.009997,0.014239,-0.029535,0.016892,-0.021074,-0.043278,-0.009422,0.030025,-0.027081,0.017891,0.021742,0.056738,-0.031871,-0.03177,0.012179,0.024449,0.028185,-0.000988,-0.008184,0.006109,0.050738,-0.000995,0.040982,-0.025041,0.012034,0.00567,-0.014296,-0.011436,0.022917,-0.020734,-0.029167,-0.032937,0.019448,-0.002097,-0.022613,0.029209,0.011585,0.021814,0.038562,-0.020063,0.104899,-0.024878,0.002345,-0.010127,-0.01134,0.009091,0.066572,0.019063,-0.001727,-0.013914,-0.006082,-0.012023,0.029612,0.026325,0.004939,-0.0062,0.014834,-0.016723,0.010206,-0.001141,0.137371,0.020138,0.002485,0.021981,0.026507,-0.000195,0.014742,-0.000905,-0.002318,-0.004138,0.063571,0.009439,-0.013849,0.0096,-0.016541,0.026075,-0.006457,0.054583,0.00964,0.016357,0.024539,-0.049873,-0.004826,0.004167,-0.015429,0.037395,0.009172,0.004788,0.016278,0.005395,-0.021041,-0.001517,0.027107,-0.022587,-0.006238,0.024777,-0.023326,-0.005577,-0.006434,0.003127,0.030042,0.002167,0.002293,0.00218,0.003321,-0.024275,-0.028672,0.000924,-0.029686,0.002555,-0.012525,-0.041182,0.00208,0.025339,-0.012501,-0.032415,-0.012517,-0.033404,-0.005613,-0.003835,0.76358,0.003031,-0.001184,-0.030189,0.015661,0.004185,0.005776,0.034433,-0.005406,0.021147,0.016855,-0.001928,-0.01342,0.023338,0.005184,-0.024743,0.016706,0.01368,-0.006258,-0.004391,-0.020311,0.0005,0.05052,0.031459,-0.002472,0.038513,-0.016642,-0.019585,-0.005968,-0.011003,-0.037431,0.001713,-0.01977,-0.005793,-0.001828,-0.004829,-0.007476,0.035206,0.013879,-0.079703,-0.007237,-0.00673,0.013414,-0.010053,-0.000003,0.004028,0.017721,0.06034,-0.021232,-0.008534,0.023094,-0.009002,-0.007331,0.040324,0.016399,-0.039601,0.01357,-0.029706,0.019295,0.021425,-0.001253,-0.005209,-0.017746,0.073251,0.021717,0.04672,0.012613,-0.001243,0.035979,0.016988,0.027397,-0.098214,0.034388,0.042662,-0.017518,-0.002242,0.035709,0.006052,0.003834,-0.033904,0.00726,-0.035514,0.037557,0.016916,-0.023287,0.011641,-0.039156,0.00896,0.013223,-0.041764,-0.059189,0.00353,-0.010957,-0.005974,0.016822,-0.008726,0.02238,0.029108,0.004494,-0.015493,0.015741,-0.01752,-0.002381,0.004867,-0.04579,-0.020674,0.005816,0.006251,-0.012828,0.097671,0.032858,-0.019245,0.01376,0.007174,0.000661,0.002432,0.019807,-0.006887,0.012023,0.007818,-0.015819,-0.00901,-0.006373,-0.008193,0.042444,-0.026712,-0.039474,-0.010259,0.026602,-0.015099,-0.027835,0.006702,-0.015086,0.004852,-0.035815,-0.009922,-0.019575,0.010135,0.027262,0.014045,-0.014802,0.016895,0.027744,0.002494,0.004732,0.01962,0.003753,0.040385,0.012699,0.009261,0.008817,0.026857,0.017462,-0.019577,-0.021132,0.016171,0.028595,-0.016894,-0.015974,-0.046523,0.030348,-0.010542,0.013624,0.00093,0.007281,0.010598,0.103408,0.016833,-0.003836,-0.005697,0.007809,0.013189,0.02987,-0.038114,0.018997,-0.056245,0.014911,-0.00695,0.025013,0.006621,-0.02152,0.001435,-0.013996,-0.001839,-0.003921,-0.025873,-0.02429,-0.025084,-0.009731,0.033229,-0.016891,0.021296,-0.014103,0.094427,0.054631,-0.034648,0.099073,0.015425,0.0231,0.026453,0.031605,0.00603,0.009021,-0.001964,0.007217,0.015193,-0.026091,-0.032784,0.033833,-0.029162,0.012319,-0.009603,-0.019036,0.003453,-0.0218,-0.029517,0.02071,-0.00129,-0.000812,0.007591,-0.013325,-0.006735,-0.019179,0.011245,-0.000833,0.008211,-0.004182,0.053716,-0.010093,-0.015207,-0.010937,0.035467,-0.002062,-0.060443,0.00247,0.016893,-0.025607,-0.036151,-0.006768,0.0116,-0.015758,0.024875,-0.005865,0.013285,-0.033381,-0.00076,-0.000425,0.029778,0.169494,-0.015049,0.012686,0.016679,-0.012119,0.004904,0.006715,-0.011663,-0.027783,-0.000479,0.001597,0.018921,-0.002081,0.006042,-0.04261,-0.054501,0.120638,0.041162,0.002729,-0.06978,-0.011572,0.031943,-0.009645,0.021988,0.032824,-0.012359,-0.013183,-0.008589,0.036093,0.01328,-0.002464,0.026413,-0.014927,-0.003141,-0.010299,0.009356,0.000317,-0.013726,0.02179,-0.0249,0.042368,-0.036347,-0.035891,-0.025293,0.008454,-0.012336,-0.019676,-0.010608,0.032744,-0.040571,0.000967,-0.023075,-0.013708,-0.025439,0.003688,-0.031974,0.049916,-0.027148,0.002472,0.01364,-0.006332,0.002315,-0.024408,0.008969,0.014909,-0.037299,0.023969,0.005999,0.063181,-0.018322,0.023926,-0.031868,0.014845,0.015893,0.011896,-0.030629,0.010102,0.000106,-0.002363,0.032296,-0.000121,-0.03406,0.015741,0.043418,0.016285,0.019695,-0.001857,-0.029856,0.009626,0.001292,0.011995,-0.014739,0.018711,-0.00406,0.01834,0.007715,0.021413,-0.002487,-0.000068,-0.021234,0.036764,0.026592,-0.012114,0.022941,0.018147,0.026412,0.027981,0.02987,-0.025289,-0.018404,-0.016635,0.01926,-0.006896,-0.008571,-0.019416,0.033906,0.004426,0.01882,-0.003475,0.010094,-0.005154,-0.026424,0.024784,-0.011853,0.024856,-0.038574,0.031314,0.011682,0.002441,-0.017088,-0.009823,-0.030169,-0.018735,-0.005723,-0.048928,0.006007,-0.004829,-0.016498,0.01602,-0.010022,-0.000703,0.014729,0.004862,-0.029209,0.009637,-0.003817,-0.023462,-0.017034,-0.015838,-0.000356,-0.02267,0.018274,-0.025828,0.000572,-0.000172,0.055822,-0.009849,-0.052636,-0.003145,-0.024392,-0.00682,0.017799,-0.010134,-0.02739,0.064434,0.033643,0.012223,-0.013607,0.006712,0.01467,-0.017453,0.016816,0.007199,0.011703,-0.003935,-0.000387,0.030687,-0.022906,-0.007574,0.050403,-0.005836,0.00237,-0.032363,-0.004905,0.114927,0.003038,0.00879,-0.007582,-0.01534,0.02227,0.014158,0.033896,-0.001454,-0.025089,0.005822,-0.026357,-0.035549,0.01206,0.048077,-0.047274,0.020186,-0.017659,0.001006,-0.033797,0.069904,0.011799,-0.015827,-0.015852,0.013739,-0.016045,0.001597,0.018994,0.027078,-0.012063,0.046212,0.030763,-0.03413,0.049689,0.003401,0.01368,-0.065719,-0.002296,0.002815,0.013011,0.022665,-0.034644,0.011744,0.003232,0.016932,0.009262,-0.000102,0.028198,0.015972,0.046677,-0.013469,-0.017927,0.009327,-0.005885,0.035235,0.014932,0.014289,-0.006927,-0.006334,0.000052,-0.002788,0.000606,-0.007288,-0.015067,-0.005023,-0.053705,-0.031865,0.013391,-0.016169,0.013494,-0.031002,-0.018172,-0.00512,0.009505,0.001241,-0.005635,-0.017403,-0.003437,0.021647,0.024311,0.78898,-0.027424,0.018312,0.003523,0.020719,0.025239,-0.01622,0.012399,-0.003605,-0.031694,-0.009998,-0.00008,0.016345,0.007205,0.01787,-0.020718,-0.000872,-0.01538,0.004642,-0.030668,-0.031479,-0.000228,0.0206,0.02669,-0.013665,0.074793,0.021797,-0.032361,0.012235,0.036239,-0.023989,0.014659,-0.022448,-0.009752,-0.016571,0.014012,-0.021508,0.02935,-0.007695,-0.097496,0.000403,-0.018236,0.023369,-0.008533,0.012097,-0.012362,0.038301,0.002733,0.014363,0.000154,0.006443,-0.008709,0.029644,0.047949,-0.006643,-0.031536,0.001172,-0.011572,-0.022047,-0.007228,0.004619,0.013089,-0.01635,0.067457,0.009658,0.023399,0.028086,-0.017124,0.028612,0.032171,0.026754,-0.089864,0.01612,0.042332,-0.023536,-0.007295,0.032561,0.002408,-0.008604,-0.027918,0.001209,-0.033276,0.041885,0.009527,-0.027889,0.015601,-0.045223,0.010186,0.011116,-0.050237,-0.053034,-0.000376,-0.010635,-0.013724,0.012856,-0.003897,0.016616,0.028426,0.00475,-0.013245,0.003495,-0.016488,-0.007185,0.015223,-0.039586,-0.027634,-0.001136,0.006247,-0.023495,0.107,0.028589,-0.011559,0.028819,0.022587,0.000089,0.0006,0.026505,-0.008826,0.002531,0.001159,-0.021402,-0.006249,-0.000129,-0.004555,0.03862,-0.022295,-0.035907,-0.010835,0.02503,-0.009817,-0.044877,0.001019,-0.011795,0.013411,-0.031646,-0.008421,-0.010767,0.012158,0.031733,0.012932,-0.009716,0.020166,0.029189,0.006075,0.012363,0.021003,0.011693,0.037118,0.008791,0.010204,-0.001158,0.020142,0.012672,-0.016896,-0.02107,0.01717,0.034263,-0.013235,-0.014925,-0.051054,0.024623,-0.015198,0.003545,0.01236,0.005307,0.012578,0.107228,0.019668,-0.003652,-0.00905,0.011318,0.005455,0.031788,-0.019901,0.021264,-0.059445,0.019913,-0.015788,0.021804,-0.000297,-0.017828,0.00302,-0.014898,0.003224,-0.002273,-0.017068,-0.027785,-0.030619,-0.008774,0.019276,-0.012669,0.01402,-0.02301,0.083532,0.060281,-0.03638,0.105223,0.016354,0.029847,0.007435,0.033566,0.004421,0.000715,-0.005524,0.010565,0.015561,-0.035928,-0.042972,0.032223,-0.026301,0.012165,-0.002176,-0.01264,-0.003652,-0.024089,-0.027273,0.025855,-0.009539,-0.00269,0.016816,-0.012825,0.002541,-0.021345,0.011422,-0.000015,0.010868,-0.005233,0.074012,-0.025604,-0.011549,0.001141,0.0449,-0.010709,-0.070733,0.000224,0.006118,-0.029618,-0.034958,-0.010263,0.002203,-0.016196,0.013821,-0.014036,-0.001231,-0.03,-0.017008,-0.005312,0.024429,0.155554,-0.021226,0.006218,0.007264,-0.012131,-0.005872,-0.0024,-0.006648,-0.030061,0.005455,0.005994,0.025196,-0.003504,0.000169,-0.038712,-0.062984,0.113499,0.056284,-0.003697,-0.088551,-0.026289,0.032396,-0.012236,0.021833,0.037649,-0.013358,-0.019639,-0.004874,0.038557,0.023234,-0.01009,0.029213,-0.024107,-0.010959,-0.003777,0.006258,-0.008021,-0.004996,0.012757,-0.015704,0.044511,-0.045962,-0.04391,-0.01145,0.015558,-0.006185,-0.020758,-0.015663,0.044789,-0.036973,0.000328,-0.020176,-0.014992,-0.022005,-0.002808,-0.036976,0.060584,-0.010835,-0.00274,0.011108,-0.003672,0.001429,-0.021116,0.013306,0.012845,-0.043358,0.0243,0.0092,0.069645,-0.026017,0.027014,-0.037307,0.016809,0.053227,0.012517,-0.023388,0.020869,-0.001829,-0.000359,0.034641,-0.003495,-0.034581,0.019494,0.041429,0.010894,0.022765,-0.016055,-0.026996,0.013567,0.002093,0.009124,-0.011024,0.024453,-0.000332,0.001079,0.009499,0.024394,-0.008264,0.005581,-0.009805,0.035371,0.037185,-0.002728,0.024337,0.020904,0.033997,0.033598,0.032983,-0.027438,-0.009821,-0.024297,0.028333,-0.011595,0.002975,-0.026732,0.032461,0.008575,0.009332,0.006612,-0.012307,-0.004963,-0.024875,0.030787,-0.017358,0.029563,-0.031438,0.024273,0.019997,-0.001784,-0.016023,-0.014552,-0.021871,-0.027078,-0.007396,-0.054703,0.018432,-0.00921,-0.018271,0.012004,-0.014017,0.004883,0.025909,0.006378,-0.043062,0.000355,0.00094,-0.018738,-0.013649,-0.013058,-0.003096,-0.016779,0.020988,-0.031794,-0.001729,0.002895,0.051868,-0.015198,-0.052553,-0.007034,-0.02746,-0.016978,0.029555,-0.007152,-0.027473,0.072069,0.027887,0.013004,-0.010779,0.00996,0.016829,-0.01815,0.013427,0.021712,0.002031,-0.005475,0.004144,0.026268,-0.028076,-0.002728,0.053473,-0.006038,-0.001769,-0.033759,-0.009383,0.115467,0.002278,0.006623,-0.006213,-0.02316,0.016193,0.01125,0.029241,-0.005857,-0.02871,0.015826,-0.02619,-0.041392,0.007759,0.043873,-0.059517,0.018261,-0.011621,0.007181,-0.042994,0.061084,0.013959,-0.011996,-0.004734,0.008454,-0.016056,0.002346,0.012172,0.027424,-0.002589,0.042704,0.02462,-0.029828,0.055064,0.002252,0.006406,-0.067996,-0.002081,-0.00367,0.007358,0.017871,-0.030344,0.00366,0.001525,0.012659,0.006797,0.003,0.026965,0.012144,0.031232,-0.025301,-0.018293,0.013119,-0.002723,0.035153,0.015299,0.025193,0.00167,-0.006198,0.001764,-0.007016,-0.002214,-0.010101,-0.0085,-0.006014,-0.036989,-0.034192,0.012056,-0.010341,0.015842,-0.038993,-0.022388,-0.006126,0.012458,-0.003197,-0.00038,-0.02077,-0.006781,0.021364,0.025225,0.773671,-0.026259,0.021132,0.001804,0.016316,0.022804,-0.016182,0.010571,-0.002201,-0.026961,-0.004069,0.000494,0.012858,-0.00326,0.014661,-0.023977,0.002669,-0.012028,-0.000376,-0.033278,-0.033905,0.00064,0.019277,0.013461,-0.007374,0.078859,0.023739,-0.027362,0.012291,0.046052,-0.024617,0.013344,-0.012646,0.002229,-0.030531,0.014668,-0.026959,0.031763,-0.013985,-0.097033,0.002051,-0.023438,0.023975,-0.01807,0.016227,-0.007841,0.028003,0.003212,0.02209,0.008001,0.005505,-0.007139,0.030965,0.046395,-0.010907,-0.049369,-0.000859,-0.014092,-0.026945,-0.005782,-0.001766,0.01282,-0.022133,0.080662,0.00392,0.024848,0.038112,-0.022957,0.022566,0.029928,0.001612,-0.059282,0.02831,0.036189,-0.026589,-0.011539,0.036831,-0.015069,-0.008743,-0.03347,0.020454,-0.054971,0.022801,-0.012332,-0.020165,0.02983,-0.02586,0.000986,0.000437,-0.052353,-0.067968,0.019368,-0.008215,-0.009155,0.018998,-0.029438,0.007692,0.024486,-0.019586,0.008563,-0.025522,-0.046434,-0.009621,0.014803,-0.034674,-0.012171,0.021152,0.03279,-0.027194,0.105047,0.028235,-0.009049,0.023072,0.012268,0.008213,0.001939,0.020158,0.015612,-0.016091,0.009453,-0.08357,-0.023629,-0.006837,-0.009201,0.046005,-0.022448,-0.028028,-0.020883,0.011891,0.002481,-0.017362,0.025738,-0.013843,0.00663,-0.019468,-0.02097,-0.016007,0.032166,0.008969,0.013941,-0.035671,-0.005326,0.014745,-0.000648,-0.003228,0.013769,0.013232,0.019577,0.025954,-0.005709,0.016511,0.093694,0.03851,0.008407,-0.011935,0.00851,-0.002908,-0.023287,-0.026455,-0.041092,0.012404,-0.00389,0.051859,0.020298,0.033359,0.006324,0.086655,0.02209,-0.010198,0.003187,-0.002879,-0.004136,0.040925,-0.085219,0.040694,-0.038537,0.023892,-0.036614,0.024258,0.00346,-0.028222,0.005734,0.010008,0.001779,-0.007806,-0.028013,-0.017819,-0.001507,-0.012085,0.008577,-0.003142,0.008799,-0.007857,0.061551,0.024194,-0.028937,0.091714,0.00753,0.014564,0.025177,0.030812,-0.003657,-0.005445,0.016614,0.011125,0.031669,-0.026384,-0.034115,0.069592,-0.022956,-0.005147,0.015947,-0.013088,0.007909,-0.005349,-0.019954,0.032209,-0.014663,-0.005846,0.007995,-0.027724,-0.003556,-0.019887,0.017869,0.000612,-0.007923,-0.014186,0.071027,0.020424,-0.014976,-0.010701,0.019855,0.018185,-0.05926,0.007104,0.005731,-0.032777,-0.034539,0.008717,0.048055,-0.017389,0.038412,-0.013837,0.017197,-0.006663,-0.027613,-0.021627,0.041986,0.163141,-0.022263,-0.005275,0.009543,-0.040752,-0.016228,0.001189,-0.007904,-0.043959,0.004117,0.004648,0.019969,0.029993,0.013882,-0.051346,-0.081795,0.072769,0.041799,0.028417,-0.071797,-0.018988,0.032012,0.013948,0.020715,0.024403,-0.003001,-0.017064,-0.030498,0.028003,-0.014243,-0.027848,0.029947,-0.029357,-0.012031,0.009364,-0.000456,0.000782,-0.017685,0.044407,-0.007335,0.023312,-0.024189,-0.015126,-0.030738,0.048579,-0.021928,-0.015285,0.005223,0.033326,-0.05011,-0.022199,-0.023753,-0.027057,-0.02761,0.044995,-0.033409,0.055294,-0.025605,0.000494,0.006045,-0.014776,0.018931,-0.00188,0.030816,0.014849,-0.044579,0.033855,0.023475,0.062054,-0.031615,0.034859,-0.047763,0.019908,0.073405,0.048969,-0.027308,0.009862,0.019365,0.006211,0.056278,-0.035367,-0.038436,0.022939,0.043986,0.030905,0.014591,0.00049,-0.032532,-0.005846,-0.002159,0.016274,-0.02581,0.025156,-0.019825,0.028819,0.015866,0.035224,-0.025777,0.021964,-0.002942,0.024825,0.034888,-0.049613,0.021965,-0.011793,0.007528,0.011382,0.038256,-0.0089,-0.025666,-0.033723,0.031672,0.017176,-0.018094,-0.017696,0.030893,-0.005146,-0.010352,-0.007759,0.019379,-0.000019,-0.025056,0.020728,-0.012713,0.013188,-0.036418,0.047875,0.03293,-0.021679,-0.033541,-0.020584,-0.006999,0.009126,-0.005628,-0.053052,0.005763,0.018365,0.013181,0.032102,-0.006436,0.007995,0.00346,0.035977,-0.016522,0.012718,-0.011082,-0.00696,0.007459,-0.014101,0.033249,0.008732,0.043752,-0.034324,0.012527,-0.015354,0.049821,0.014277,-0.028751,-0.013139,-0.033376,-0.026425,0.022501,-0.01346,-0.044595,0.080396,0.056618,0.028728,-0.034483,0.03135,0.007289,-0.024617,0.017346,0.027198,0.01844,-0.010023,-0.01108,0.064119,-0.030653,-0.016882,0.021824,-0.01783,0.006027,-0.02965,0.001408,0.116644,0.000279,0.004617,-0.027212,-0.028029,0.028734,0.023091,0.039401,0.005847,-0.011989,0.010044,-0.022682,-0.019291,0.029641,0.041398,-0.012604,0.005935,0.008553,-0.007573,-0.008139,-0.009265,0.018156,-0.016217,-0.036988,0.008157,-0.014043,-0.013861,-0.012726,0.061881,-0.000056,0.056398,0.019946,-0.067943,0.016019,-0.01711,0.009956,-0.051353,0.001068,0.01575,0.012564,0.010183,-0.008162,-0.002583,-0.013873,0.022355,0.031066,0.025154,0.011675,0.012556,0.036152,0.010088,-0.009281,0.034262,-0.016494,0.018857,0.026571,0.018122,0.008608,-0.008591,-0.017305,0.004998,0.014639,-0.01794,-0.036593,0.00542,-0.064189,-0.03606,0.017961,-0.019985,0.026351,-0.03209,-0.023106,0.002848,0.007291,0.020723,-0.011716,-0.010677,0.032486,0.043519,0.078817,0.726761,-0.015046,0.032929,-0.021401,0.012724,0.028606,-0.022063,0.002748,-0.019683,-0.006329,-0.007562,-0.00727,0.003229,0.018516,0.002908,-0.032641,-0.008645,-0.022815,0.000033,-0.021638,-0.046407,-0.014065,0.006159,0.065485,0.011452,0.034889,0.004545,-0.018268,0.039416,0.070924,-0.006414,0.008602,-0.021318,0.014655,-0.028726,0.019815,-0.032081,0.018259,-0.028429,-0.101179,0.007617,0.004437,0.031627,-0.015538,0.027111,-0.009426,0.04037,0.006051,0.013389,-0.002918,0.001535,-0.013098,0.045301,0.034608,-0.029161,-0.034235,0.001328,0.000006,-0.027477,0.007998,0.001949,0.0506,-0.021942,0.085644,0.005776,0.060999,0.021783,-0.014247,0.048196,0.01489,0.016289,-0.107452,0.041852,0.037168,-0.003705,0.003746,0.021434,-0.007654,-0.000029,-0.024099,0.029723,-0.056514,0.039995,-0.021843,-0.032383,0.00983,-0.040673,-0.002061,0.009841,-0.053262,-0.043826,0.018959,-0.000497,0.004486,0.023543,-0.035207,0.022271,0.04036,-0.007349,0.004107,0.011343,-0.025348,-0.009138,-0.013718,-0.048223,-0.009365,0.004748,0.027592,-0.014045,0.088987,0.037271,-0.025108,0.001422,-0.021675,-0.001986,0.012578,0.019218,-0.009101,0.021961,0.01434,-0.034558,-0.023484,-0.008735,-0.017656,0.047503,-0.048703,-0.071953,0.012578,0.009945,-0.008819,-0.026809,0.021928,-0.03138,0.007402,-0.030976,-0.001491,-0.026577,0.006224,0.009845,-0.020668,-0.020109,-0.004271,0.053274,-0.005989,0.009007,0.013777,0.012373,0.046115,0.019271,0.005128,0.014108,0.035316,0.015784,-0.013141,-0.017364,0.024248,0.032774,0.003297,-0.021371,-0.021722,0.04152,-0.010369,0.026831,-0.005723,0.003526,0.025412,0.069874,0.031873,-0.01302,-0.003666,0.009788,0.025961,0.050444,-0.119951,0.022913,-0.039167,0.006906,-0.008483,0.005287,0.020447,-0.024602,-0.00302,-0.019154,-0.026016,-0.007856,-0.037765,0.028442,-0.007714,0.010456,0.042633,-0.023178,0.052336,-0.022193,0.115693,0.030959,-0.024723,0.094271,0.011877,0.015516,0.040209,0.032173,-0.001426,-0.008626,0.006188,0.001386,0.02289,-0.000401,-0.020449,0.027466,-0.045913,0.012842,-0.012549,0.011926,0.041435,-0.001599,-0.033133,0.019402,-0.009579,0.024844,-0.035402,-0.007468,-0.000553,0.013975,0.019771,0.004856,0.012987,-0.026747,0.034729,0.012832,-0.019358,-0.01412,0.039359,0.022906,-0.064596,0.013744,0.038127,0.011054,-0.035011,-0.009529,-0.004937,-0.025593,0.042649,-0.005239,0.018025,-0.02556,0.014476,-0.011975,0.0218,0.178007,-0.001342,0.044243,0.0115,-0.028353,0.007848,0.014208,-0.025634,-0.022874,-0.019188,0.003916,0.018061,0.035823,0.004989,-0.043164,-0.037679,0.089303,0.040412,-0.019465,-0.089834,0.009397,0.056635,0.024694,0.019363,0.015317,0.01464,0.003129,0.02057,0.018889,0.012104,-0.015197,0.028684,-0.026876,-0.02619,-0.017945,0.002308,0.0202,-0.013106,0.019897,-0.032866,0.059834,-0.025183,-0.039307,-0.01604,0.007657,-0.025073,-0.060601,-0.012373,0.027911,-0.044615,-0.02997,-0.010284,0.009076,-0.031361,0.020153,-0.008754,0.029192,-0.038689,-0.000641,0.012267,-0.002672,0.013192,-0.001819,0.005193,0.017881,-0.024167,-0.045113,0.032543,0.049473,-0.020732,0.007767,-0.012523,0.022146,-0.016754,0.019898,-0.032175,-0.014257,-0.002105,-0.031801,0.02469,0.006431,-0.030441,-0.005469,0.06263,0.010212,0.008946,0.014425,-0.009283,-0.000276,-0.029862,0.02297,-0.024883,0.016009,-0.005563,0.02202,0.034688,0.022397,-0.010443,0.00313,0.003074,0.02726,0.046582,-0.002895,-0.002721,-0.005547,0.039871,0.031878,0.040383,-0.025276,-0.023666,-0.019039,0.003283,0.018842,-0.02578,-0.038375,0.044069,-0.001539,-0.011127,-0.016638,0.02492,-0.038625,-0.039971,0.032162,-0.016305,0.007711,-0.030017,0.02368,0.022421,0.004957,-0.012921,0.006552,-0.016812,-0.012456,-0.022796,-0.048701,-0.019531,-0.00829,-0.00917,0.041734,0.0085,0.009664,0.040937,0.041296,-0.004667,0.018064,-0.003033,-0.033465,-0.028086,-0.035267,0.007579,-0.012433,0.02029,-0.049666,-0.013779,0.005762,0.066112,-0.003077,-0.066099,-0.005457,-0.01366,-0.003861,0.020489,-0.042236,-0.011823,0.047757,0.046168,0.029341,-0.007705,-0.013827,0.010337,-0.051034,0.0444,-0.052867,0.0213,0.012733,-0.008878,0.048175,-0.031697,-0.025337,0.024855,-0.019098,0.040741,-0.03128,-0.043066,0.11355,0.015589,0.007238,0.022084,-0.023796,0.029553,0.009875,0.041029,-0.00688,-0.003114,0.005281,-0.031389,0.005452,0.022234,0.030348,-0.005389,-0.021188,-0.022947,-0.018311,-0.018763,0.085676,-0.002222,-0.022939,-0.032472,0.020145,-0.007039,0.000947,0.002993,0.01809,-0.026434,0.058858,0.020363,-0.061668,0.025734,0.021345,0.025402,-0.057619,-0.013605,-0.000754,0.024103,0.048316,-0.015611,0.02856,-0.008866,0.033187,0.016575,0.00938,0.000333,0.005547,0.055916,0.004009,0.002152,0.017954,-0.033629,0.011595,0.020886,-0.025179,-0.010331,-0.014116,-0.016142,0.007551,0.018578,-0.009742,-0.03114,-0.018679,-0.103251,-0.027244,0.027173,-0.007851,0.016033,-0.026119,-0.006974,0.016311,0.020287,0.033952,-0.015261,-0.01893,0.006513,0.027037,0.050452,0.718631,0.004588,0.02482,-0.010696,0.009025,0.029504,-0.007678,-0.019424,0.006131,-0.020278,-0.012333,-0.013506,0.014766,0.037237,0.022885,-0.033362,-0.004892,-0.040853,0.008205,-0.028174,-0.017676,-0.038543,0.002754,0.066418,-0.012559,0.043314,0.014865,-0.025785,0.004739,0.045192,-0.011426,0.002998,-0.034654,-0.017247,-0.021171,0.017951,-0.050615,0.022143,-0.000256,-0.081172,-0.003078,0.014194,0.044195,-0.009041,-0.006221,0.002151,0.072214,0.007883,-0.01272,-0.014012,0.006261,0.009766,0.014955,0.029256,-0.003375,-0.01842,0.006116,-0.036056,-0.011145,-0.005422,0.039322,0.025384,-0.015746,0.063817,0.011995,0.051585,0.008897,-0.02467,0.034103,0.01677,0.022622,-0.095309,0.027488,0.012141,-0.005,0.00632,0.029929,-0.028554,0.000179,-0.013759,0.002244,-0.056511,0.014091,0.006615,0.003362,0.018925,-0.041178,0.002547,0.029368,-0.010229,-0.029787,0.02171,-0.002582,-0.011768,0.011857,-0.017004,-0.011291,0.037449,-0.002809,0.017993,0.000858,0.009904,0.004083,0.009934,-0.044511,0.00236,0.011685,0.025112,0.010765,0.031213,0.010323,0.01298,-0.012462,-0.014741,-0.015439,0.000484,0.01327,-0.01656,0.002708,0.008607,0.01258,-0.012037,0.005167,-0.001349,0.036184,-0.045723,-0.050431,0.039245,0.012603,-0.028153,-0.022713,0.00834,-0.018467,-0.002999,-0.030586,-0.001955,-0.000565,0.006941,0.041675,0.01317,0.014293,0.012687,0.011586,0.007321,0.014304,0.015259,0.02728,0.022113,-0.002368,-0.006177,0.020656,0.159443,0.018155,-0.004507,-0.004049,0.001266,0.005053,0.016349,-0.024084,-0.002061,0.073648,-0.008763,0.02333,0.015703,-0.015547,-0.005837,0.061421,-0.000645,0.019483,-0.00949,-0.007956,-0.029663,0.021093,-0.199133,0.002946,-0.050859,0.00028,0.012368,-0.012913,0.011708,-0.007009,-0.008514,-0.01428,-0.004445,-0.019011,-0.0284,-0.009067,0.030465,-0.018579,0.051678,-0.027172,0.025916,-0.015667,0.050538,0.078452,0.000446,0.102344,0.029647,0.012686,0.002607,0.002443,0.023574,-0.012902,-0.000346,0.021964,-0.001973,-0.037184,-0.003055,-0.004469,-0.023546,0.047009,-0.042234,0.022094,0.014682,-0.000359,-0.034297,0.002792,-0.013843,-0.00493,0.021868,-0.011238,-0.012864,0.02677,0.027576,-0.01917,-0.023655,-0.029889,0.04448,0.019087,-0.021211,-0.002511,-0.035153,0.015278,0.01792,0.003262,0.003092,0.009679,-0.053311,0.013578,-0.014975,-0.035677,0.019393,0.005275,0.036873,-0.009315,0.017248,0.021912,0.030825,0.138242,0.016688,0.032003,0.011939,0.014133,0.005063,0.002144,-0.012833,-0.033257,-0.021858,0.016018,0.009523,0.006329,0.009542,-0.030017,-0.011654,0.0548,0.010141,-0.000882,-0.028922,0.028669,0.035814,0.014238,0.015402,0.027796,0.001109,-0.007149,0.013995,0.006096,0.027643,0.023936,0.024343,0.025128,-0.012202,0.006895,-0.001363,0.014086,-0.023553,-0.015489,-0.030721,0.037545,-0.011868,-0.002836,-0.043092,0.022685,0.001768,-0.048178,-0.015949,0.012088,-0.01821,0.010908,-0.01627,0.008816,-0.032175,0.014539,0.011801,-0.001373,-0.00677,-0.002773,-0.024719,0.00006,0.011211,-0.030533,-0.03235,0.003504,-0.028047,-0.100689,0.020584,0.012208,-0.006589,0.028604,0.024481,0.000671,-0.097147,0.048982,-0.026765,0.017319,0.006348,-0.02287,-0.01183,0.02751,-0.005478,0.029369,0.038358,-0.02408,0.008031,-0.004551,0.033467,-0.000625,-0.024136,0.011482,-0.017521,-0.007817,-0.012278,0.011067,0.021406,0.018052,-0.018865,0.000804,0.004017,0.023274,0.02646,0.013158,-0.023057,-0.012142,0.003351,0.036161,-0.007309,-0.017754,-0.001852,-0.011348,0.01721,-0.02208,-0.035061,-0.042523,0.01931,0.013678,0.014896,0.008662,0.093204,0.017429,-0.033234,0.0464,-0.004169,-0.021898,-0.018147,0.023134,-0.01593,0.01049,-0.01849,-0.01821,0.002905,-0.043158,-0.037307,-0.019423,-0.023233,0.000658,-0.021135,0.015199,0.016686,0.002184,0.001171,0.002267,0.016158,0.014902,0.02114,-0.019752,-0.013583,-0.02966,-0.009004,0.012983,0.048198,-0.029921,-0.007869,-0.015613,0.02027,-0.038493,-0.059816,-0.006174,-0.002819,0.005869,0.004525,-0.036208,-0.004879,0.020998,0.027471,0.023336,-0.016012,0.013134,-0.004418,-0.01661,0.014639,0.000438,0.026956,-0.001234,-0.024911,0.010706,-0.032485,-0.021257,0.02212,-0.014073,0.002485,0.012828,-0.00776,0.107861,0.009637,-0.00053,0.007273,-0.032533,0.025407,0.036611,0.070839,-0.01555,-0.011971,-0.026405,-0.029267,-0.033175,0.025413,0.010354,-0.006902,-0.004386,-0.01178,0.008801,-0.022819,0.121768,0.006511,0.005358,-0.021359,0.007257,0.000078,0.003633,0.010936,0.008836,0.001134,0.017267,0.025637,-0.01531,-0.002956,0.00865,0.032759,-0.031793,0.015502,-0.004157,0.005881,0.032471,-0.023633,-0.015425,-0.042867,0.020748,0.017226,0.00992,0.003405,-0.007611,0.073255,0.021991,-0.019588,0.043264,-0.015904,0.02034,0.006725,0.015737,-0.004561,0.022199,0.003678,0.038524,0.010696,0.001037,-0.022852,0.002842,-0.04581,-0.001264,0.03994,-0.016078,0.010679,-0.012369,-0.015209,0.021577,0.022929,0.000902,-0.027682,-0.00299,-0.018541,0.004945,0.01314,0.75894,-0.02635,0.017984,0.000129,0.017399,0.005338,0.024365,-0.01112,0.024863,-0.018238,0.003236,-0.006919,0.01412,0.029116,0.03289,-0.008767,0.027069,-0.013427,0.023694,-0.043468,-0.029148,-0.030612,0.033731,0.0338,0.002305,0.055056,-0.003866,-0.028446,0.00008,0.048051,-0.023031,-0.013208,-0.052361,-0.024605,0.00179,0.007355,-0.03546,0.016762,0.008284,-0.079004,-0.012198,0.023915,0.030142,-0.017166,-0.015467,-0.009867,0.02508,0.007398,0.032045,0.000177,0.008609,-0.007249,-0.010201,0.056651,-0.014,-0.008596,0.005488,-0.030785,0.018731,0.000358,0.01224,-0.00549,-0.023369,0.050762,0.027721,0.062979,0.004824,-0.011659,0.018536,0.018156,0.02933,-0.088386,0.02651,0.037734,-0.012534,0.001595,0.042905,-0.009728,0.026538,-0.00672,0.002586,-0.053373,0.047497,0.008386,0.002342,0.030248,-0.03008,0.009058,0.036818,0.010921,-0.083083,-0.017437,-0.016028,0.014508,-0.019972,0.013494,-0.016609,0.062652,-0.026868,0.022266,0.015093,0.018995,-0.023484,-0.00449,-0.040083,0.002071,0.006509,0.007669,-0.003697,0.013554,0.039593,0.003059,-0.024076,-0.037053,0.007531,-0.005064,0.001383,0.009431,0.038734,0.000227,0.031026,-0.039978,-0.007758,-0.002846,0.017347,-0.057646,-0.019603,0.03279,0.017872,-0.036574,-0.039818,-0.019628,-0.020061,-0.001948,-0.023599,-0.032357,-0.000495,0.003093,0.023485,0.026356,-0.012513,0.021695,0.049742,0.019998,-0.049831,-0.036307,0.01567,0.036513,-0.00306,0.000816,0.026474,0.149132,0.009415,0.02177,-0.004512,0.005223,0.029033,-0.028143,-0.030215,-0.027126,0.012475,0.005137,0.006368,0.014287,-0.012111,0.024766,0.074476,-0.009866,0.026755,-0.009462,0.003274,0.025984,0.010423,-0.153672,0.002029,-0.035133,-0.006602,-0.001412,-0.014228,0.002132,-0.007097,0.022263,-0.016414,-0.011618,0.010832,-0.025586,0.014786,0.011483,-0.034365,0.041896,0.005341,0.009928,-0.026477,0.056031,0.065337,-0.027047,0.052685,0.010975,-0.011636,0.049563,0.00721,0.013791,-0.020998,0.011365,-0.011165,0.023424,-0.000327,0.004984,0.001415,0.001713,0.017258,-0.023675,0.026821,0.053138,0.008243,0.00844,-0.009677,0.026508,-0.002941,0.015562,-0.000497,-0.036951,0.000797,0.004597,-0.001338,-0.017179,-0.028597,0.035024,0.008894,-0.014483,-0.031475,-0.005131,0.019631,0.019074,0.029961,0.013957,0.012884,-0.026839,-0.002386,0.002874,-0.036361,-0.003601,0.00102,0.019038,-0.001424,0.044934,0.005618,0.013532,0.081722,-0.005571,0.027713,-0.002217,0.019028,-0.039839,0.010552,0.005818,-0.023729,0.010431,-0.024543,-0.013873,0.013632,0.012159,-0.029733,-0.041176,0.008012,0.013514,0.019002,-0.097246,0.023625,-0.000593,-0.004261,0.022406,-0.001452,-0.028301,0.008862,0.021331,0.027644,0.030307,0.02469,0.017513,0.017192,0.000491,0.012474,-0.001093,0.040772,-0.009373,0.011596,-0.009266,0.052805,-0.00178,-0.02593,-0.013202,0.031713,-0.003932,-0.053631,-0.028104,0.02155,-0.02398,0.025764,-0.026541,0.003489,-0.031561,0.041092,0.02801,-0.010829,0.003985,-0.034825,-0.01289,-0.046166,-0.01164,-0.013602,-0.060947,0.017273,-0.040364,-0.122461,-0.000582,-0.009291,-0.004881,-0.004852,-0.010154,0.016087,-0.123422,-0.008346,0.039833,-0.029644,-0.000087,-0.012643,0.010061,-0.010997,-0.003738,0.023613,0.013436,0.007645,-0.007014,-0.033176,-0.036897,0.008373,-0.02688,0.027326,-0.023632,-0.003069,-0.033802,0.024844,0.032646,-0.014066,-0.02545,-0.008831,-0.018918,-0.001495,0.019153,-0.016073,0.008693,0.021815,0.026741,-0.0186,-0.036412,-0.033729,0.037894,0.001053,0.03281,-0.003898,-0.0245,-0.060953,0.004828,0.024557,0.006707,0.018822,0.078138,-0.008574,-0.011734,0.021789,0.01727,0.004985,-0.02109,0.029259,-0.017701,0.010542,-0.014059,-0.006567,-0.019096,-0.045749,-0.001947,-0.035134,-0.026243,0.020895,-0.027848,0.012191,-0.022201,0.001035,0.00668,0.034564,0.012884,0.014812,0.010754,-0.023823,-0.050667,-0.053501,-0.002076,0.029969,0.020139,0.00165,-0.015961,-0.011053,0.04108,-0.024383,-0.012019,0.014732,0.00671,-0.013937,0.009893,-0.033235,-0.022716,0.023845,0.024996,0.051392,-0.025881,0.010212,-0.006216,-0.007992,0.042294,-0.080657,-0.012028,0.014866,0.011038,-0.002015,-0.015802,-0.009811,0.010849,-0.019238,0.013177,-0.012088,0.013379,0.108325,-0.005082,0.033376,0.000355,0.015642,0.014515,0.022307,0.015473,-0.03677,-0.00575,-0.004178,-0.039336,0.026571,0.008674,0.111371,-0.010628,-0.035954,-0.040984,0.017814,-0.011046,0.075432,0.016477,-0.006254,-0.040155,0.036819,-0.008518,0.019638,0.022011,0.032826,-0.028158,0.010264,0.019913,0.019022,-0.034984,0.045768,0.008813,-0.006379,0.017405,0.01076,-0.003091,0.005824,-0.042448,-0.000443,-0.031677,0.025418,0.012664,-0.011592,-0.000162,-0.017879,0.108396,-0.011505,-0.012423,0.014818,-0.010554,0.014258,0.019127,-0.002773,0.000017,0.007969,-0.017571,0.020464,0.043991,-0.014342,-0.02497,0.003095,-0.054141,0.009704,0.0222,0.002287,-0.030181,-0.00515,0.011434,0.011487,0.029063,0.014481,-0.002597,0.007148,-0.016562,-0.000685,0.042949,0.732604,-0.011244,-0.003602,-0.003324,0.044963,0.004752,0.020947,0.02128,0.008529,-0.026645,0.013624,0.029394,0.005445,0.040403,0.013047,0.012416,0.011541,-0.01529,0.044982,-0.019631,-0.020674,-0.013545,0.045988,0.100688,0.015534,0.059252,-0.013976,-0.034859,0.019954,0.037654,-0.006701,-0.009299,-0.046881,0.045867,0.000242,0.0161,-0.005407,-0.0165,-0.011549,-0.084017,-0.009635,0.032325,0.000522,-0.01508,0.011234,-0.010168,0.04265,-0.007897,0.013829,-0.011625,0.013231,0.009062,-0.011593,0.055457,0.014861,-0.011648,0.002851,-0.015217,0.018577,0.02953,0.005038,-0.013786,-0.003996,0.069691,0.017701,0.074885,-0.023128,0.009756,0.016438,0.016691,0.028678,-0.071349,0.018976,0.042723,-0.013285,0.001628,0.010965,-0.009306,0.012954,-0.009786,0.000835,-0.067003,0.032301,0.007907,0.003898,0.038688,-0.050212,0.009334,0.022621,0.000213,-0.078133,-0.004853,-0.014876,-0.013733,-0.021916,0.012352,-0.014887,0.073454,-0.002984,0.020588,0.008522,0.019047,-0.017421,0.011741,-0.04356,0.001005,0.009361,0.007085,-0.022079,0.024301,0.032643,0.000681,-0.01659,-0.033074,-0.006914,-0.007267,0.000918,-0.003812,0.024212,-0.002519,0.013109,-0.033779,0.002084,0.001089,0.013104,-0.03798,-0.029098,0.025103,0.010322,-0.021498,-0.027408,-0.016957,-0.016288,0.006877,-0.028614,-0.03135,-0.012076,0.012921,0.026502,0.037497,-0.006913,0.018016,0.013443,0.027041,-0.034083,-0.020631,0.02776,0.020057,-0.010754,0.009513,0.011093,0.132789,0.020192,0.019225,-0.000723,-0.005128,0.012363,-0.038658,-0.020703,-0.04219,0.018595,0.000817,0.006,0.01231,-0.009003,0.017314,0.079803,-0.009011,0.031939,-0.008695,-0.005197,0.025743,0.016012,-0.17073,0.004627,-0.022899,0.007869,0.010504,-0.007049,-0.010017,-0.013144,0.004915,-0.010439,0.005352,0.00842,-0.02553,0.002288,0.014553,-0.042154,0.030869,-0.009936,0.003431,-0.0104,0.040037,0.087676,-0.043437,0.064249,0.009149,-0.004286,0.022176,0.000606,0.031123,-0.014354,0.010599,0.018289,0.019679,-0.021263,0.010659,0.007191,0.005339,0.021202,-0.024718,0.023844,0.041017,0.008888,0.00851,-0.007188,0.020562,-0.000516,0.026609,-0.011836,-0.036833,0.002852,0.007814,-0.012337,-0.007721,-0.018543,0.048844,0.000013,-0.013499,-0.015487,-0.02312,-0.002031,0.020879,0.019942,0.005126,0.000966,-0.037717,0.000753,-0.010594,-0.037988,-0.011541,0.002328,0.004938,-0.012775,0.028094,0.022876,0.037656,0.098246,0.001375,0.013168,-0.011439,0.020439,-0.032199,0.013032,-0.007383,-0.025638,0.000252,-0.028166,-0.003265,0.009929,0.011061,-0.009156,-0.054405,0.015252,0.002914,0.000286,-0.09027,0.006747,-0.006144,0.007299,0.009623,0.001545,-0.025163,0.009295,0.015569,0.025022,0.04469,0.023881,0.020191,0.005045,-0.004504,0.0017,-0.016738,0.016725,-0.002868,0.01252,0.003632,0.046437,0.002171,-0.019545,-0.017114,0.034359,-0.003689,-0.057568,-0.018509,0.040433,-0.023563,0.024003,-0.016126,0.007603,-0.0332,0.017292,0.024101,-0.000072,0.035034,-0.039097,-0.001892,-0.037048,-0.003472,-0.032055,-0.033843,0.013331,-0.053509,-0.11817,-0.000678,-0.016797,-0.005472,0.002788,-0.003125,-0.000728,-0.112375,0.007629,0.027493,0.008556,0.020712,0.001814,0.022729,0.006323,-0.000532,0.042792,0.017243,-0.00401,0.022871,-0.021326,-0.021435,0.004157,-0.031322,0.010276,-0.022713,0.005378,-0.013886,0.013694,0.030883,0.000974,-0.030106,-0.002256,-0.014688,0.004942,0.020916,-0.010993,0.006474,0.022258,0.023229,-0.010446,-0.026389,-0.034466,0.039109,-0.01716,0.028328,-0.011174,-0.028748,-0.052644,0.004502,0.001725,0.017551,0.015973,0.091192,-0.005162,-0.011187,0.032173,0.021195,-0.000355,-0.014962,0.040891,-0.002288,-0.008091,-0.029122,-0.008276,-0.00962,-0.051248,-0.000682,-0.019584,-0.012558,0.00479,-0.02356,0.000785,-0.031172,-0.004968,0.0071,0.013989,0.000003,0.006913,0.019594,-0.017084,-0.05374,-0.03478,-0.002088,0.017874,0.012744,-0.010715,-0.00625,-0.006093,0.026136,-0.020104,-0.037867,-0.004667,0.005519,-0.020138,0.027425,-0.039421,-0.016243,0.027812,0.017953,0.032978,-0.030234,0.024708,0.001724,-0.00467,0.024966,-0.039654,-0.014247,-0.001522,0.015335,0.014689,-0.032312,-0.00466,0.029705,-0.002823,0.0208,0.004318,0.021734,0.111752,0.001314,0.022374,-0.009329,-0.005095,0.001541,0.041962,0.014584,-0.036829,-0.003711,0.011737,-0.022815,0.014803,0.018616,0.077194,-0.016733,-0.019472,-0.039326,0.014819,-0.02846,0.066511,0.018539,-0.011365,-0.026396,0.015987,-0.015371,0.013638,0.007188,0.020162,-0.017134,-0.002633,0.03883,0.029757,-0.017735,0.021217,0.019957,0.002619,0.024828,0.011005,-0.006871,0.004501,-0.037332,0.00457,-0.029008,0.016681,0.016275,-0.009817,0.004175,-0.004908,0.087826,-0.028402,-0.022473,0.016593,-0.014046,0.003949,0.032749,0.003408,-0.009204,0.003312,0.00435,0.015263,0.033823,-0.007447,-0.018659,-0.005638,-0.041595,0.002663,0.029075,-0.000019,-0.016496,-0.014212,0.006261,0.02298,0.018699,0.005669,-0.00514,-0.009122,-0.013733,0.01478,0.033664,0.768776,-0.015991,0.017639,-0.009087,0.037733,-0.003861,0.016219,0.00541,0.013101,-0.015097,0.021296,0.012399,0.000964,0.03038,0.020729,-0.016189,0.002307,-0.00728,0.046366,-0.03305,-0.031505,-0.009994,0.052669,0.071045,0.027368,0.06595,-0.003038,-0.036759,0.015115,0.036578,-0.007669,-0.015687,-0.043941,0.023085,-0.002705,0.016383,-0.016002,0.011538,-0.010228,-0.077915,-0.00987,0.016615,0.003269,-0.005202,0.024314,0.001038,0.038212,-0.002645,0.008067,-0.004713,-0.011648,-0.007421,0.007792,0.052737,0.016515,-0.01601,0.005074,-0.011796,0.016239,0.028202,-0.006796,-0.015737,-0.012965,0.077337,0.020841,0.074483,-0.022375,0.002066,0.004849,0.02713,0.028299,-0.070872,0.038097,0.021532,-0.024539,0.021213,0.001291,-0.055769,-0.015901,-0.006744,0.031013,-0.047949,-0.02144,0.034286,-0.007378,-0.012619,-0.016327,0.009215,0.026802,-0.050953,-0.027865,0.013293,0.001293,-0.022549,-0.027269,0.016143,-0.016697,0.01518,0.015792,0.000903,0.011188,0.005203,0.015737,-0.011015,-0.038122,0.01522,0.00454,-0.018994,0.033964,0.074628,0.009869,0.02773,-0.005835,-0.007017,0.014907,-0.007592,0.000481,0.025053,-0.012927,-0.01131,0.003333,-0.003668,0.023272,-0.02658,0.022725,-0.018648,-0.03408,0.043463,0.045963,-0.02306,0.00249,-0.00534,-0.004056,0.016732,-0.007089,-0.036713,-0.002738,0.008029,0.053668,0.002826,-0.004279,0.050056,0.01954,0.02954,0.067073,0.045037,-0.009762,0.02208,-0.021964,0.021665,0.013137,0.159651,0.021682,0.038979,-0.007685,-0.028133,0.038811,-0.009435,-0.006613,0.004279,0.061534,0.029364,0.000211,0.020909,-0.036939,-0.009696,0.077696,-0.021952,0.030297,-0.019881,0.028584,0.000175,0.028862,-0.123248,0.014258,-0.021045,0.009051,-0.018289,-0.003378,-0.027521,-0.02503,-0.01233,-0.0048,0.014871,0.005247,-0.023987,-0.049964,0.036542,0.002942,0.029463,-0.011405,-0.002135,-0.011934,0.04311,0.084305,-0.050891,0.087508,-0.014526,0.002576,-0.011321,-0.020505,0.000362,0.001615,0.023614,0.051257,0.00973,-0.024245,-0.013353,0.038814,-0.03983,0.041186,-0.044618,-0.011316,0.014402,-0.000562,-0.010479,0.016071,-0.009343,-0.020659,0.012766,-0.027942,-0.039866,0.022542,0.008597,-0.024315,0.026989,0.000749,0.023437,-0.000408,0.002295,0.02812,-0.034037,0.003974,-0.001201,-0.006926,-0.002955,0.003154,-0.042747,0.00062,-0.001749,-0.031727,0.006117,0.02274,0.019807,-0.044594,0.014158,-0.003987,0.02431,0.197505,-0.017333,0.024552,0.046826,0.004863,-0.039751,-0.001968,0.00035,-0.026091,-0.042874,0.014922,0.032823,-0.007992,0.005621,-0.009357,-0.029565,0.114856,0.033204,0.009708,-0.064075,0.013239,-0.000846,0.004055,0.019232,0.007187,0.003447,-0.017018,0.00885,0.012398,-0.017326,0.03568,0.001228,-0.002541,0.008062,0.018603,-0.05747,0.00797,-0.021311,-0.014308,-0.00739,0.015409,0.009995,0.010059,-0.017633,-0.003324,0.025892,-0.032947,-0.000355,0.015931,-0.003654,0.019566,-0.022421,0.028114,-0.016396,0.007073,0.017226,0.010083,-0.015653,-0.017565,0.033203,0.019406,0.020325,-0.021576,-0.00456,0.009906,-0.043536,-0.057617,0.008209,0.018982,-0.007919,0.017254,-0.003724,-0.019374,-0.062629,0.01693,-0.004595,0.012648,0.043649,-0.01644,-0.011517,-0.009221,0.028393,0.05484,0.026794,-0.001467,0.045822,-0.005933,0.045145,-0.028259,-0.011541,0.025041,0.003346,-0.007369,0.006136,-0.014076,-0.022598,0.032945,-0.041486,-0.027635,-0.00222,0.022278,0.015214,0.037255,-0.023708,-0.001056,0.004722,0.021651,-0.027328,-0.023888,-0.00826,-0.015141,0.02418,-0.039927,-0.023301,0.001623,0.014104,-0.024612,0.052431,0.010814,0.050318,0.007148,-0.012179,0.041613,0.019781,0.001377,-0.002456,0.040197,-0.009633,0.01627,0.010468,0.011113,-0.016197,-0.025707,-0.036708,-0.013356,-0.000216,-0.00084,-0.031608,-0.013926,0.013872,-0.001603,-0.009944,0.027351,0.004977,0.00717,0.011166,-0.038795,-0.017216,-0.023269,-0.006622,0.00011,0.027278,-0.01277,0.013392,-0.017639,0.027139,-0.023485,-0.062406,-0.027914,-0.013946,-0.000261,0.026223,-0.036027,-0.000551,0.029672,0.036447,0.00598,-0.016693,0.010439,0.02768,-0.014662,0.001888,0.087257,0.036212,-0.017733,-0.00345,0.041072,-0.016532,-0.002355,0.009276,0.008385,0.003133,-0.013463,0.039684,0.116168,0.005204,0.022328,0.009998,-0.014372,0.047642,0.028438,0.019984,-0.009573,-0.008759,0.010766,-0.008258,-0.033944,-0.00201,0.010568,-0.048787,-0.010174,-0.018967,-0.004621,-0.035762,0.067146,-0.008466,-0.0013,0.016542,0.04412,-0.013001,0.006215,-0.007614,0.018188,-0.001996,0.011577,0.067783,-0.004565,0.048921,-0.004166,0.036579,-0.03245,-0.013775,0.002526,0.0094,0.003733,-0.014269,-0.004427,-0.01709,0.024835,0.043668,0.02358,-0.005572,0.002131,0.049663,-0.006199,-0.027433,-0.001057,-0.024512,0.002837,-0.002716,-0.029551,-0.013068,0.037506,0.000419,-0.003568,0.015431,0.048425,-0.010075,0.006845,-0.021024,0.010592,0.020716,-0.010111,0.006584,-0.026056,-0.005801,0.04907,0.037654,-0.007145,0.012061,0.013427,-0.0197,-0.012506,-0.008341,0.743157,-0.037691,0.023411,-0.011572,-0.01131,0.031118,-0.014779,-0.008477,-0.027454,0.006061,0.006771,-0.014853,0.004904,0.007858,0.019627,0.006414,0.002264,-0.006207,0.023237,-0.026459,-0.020836,-0.01288,0.021565,-0.001388,-0.028707,0.045215,0.034684,-0.019692,-0.035098,0.012499,-0.040283,-0.006495,-0.040952,-0.041786,-0.031982,0.010334,0.032457,0.029932,0.020384,-0.086896,0.000189,0.006016,0.032794,0.009697,-0.00646,-0.01839,0.020125,-0.008349,-0.02053,-0.01216,0.001732,-0.040064,-0.014273,0.055036,0.016208,-0.02869,0.008023,-0.050907,-0.013688,0.028752,0.00949,-0.001495,0.007434,0.076983,0.013518,0.029574,-0.014982,0.024331,0.009547,0.015986,0.040348,-0.097772,0.036393,0.021165,-0.012402,0.008812,0.035509,-0.015573,0.010254,-0.01082,0.002604,-0.080518,0.019664,0.005667,-0.000029,-0.0079,-0.025263,0.007921,0.019402,0.004275,-0.070492,0.011735,-0.005788,-0.006078,0.037553,0.003811,-0.026475,0.057224,0.019253,0.012294,0.007704,0.034011,-0.002607,0.002569,-0.064879,-0.013335,0.000429,0.033209,0.002355,0.055636,0.020812,0.016645,-0.028614,0.009462,-0.015389,0.008479,0.01167,-0.002591,-0.009269,0.012782,0.020125,-0.011053,0.003438,-0.0067,0.033911,-0.034139,-0.022763,0.038727,0.007154,-0.005101,-0.012349,0.016068,-0.015344,-0.001415,-0.017723,-0.009131,-0.01882,-0.001648,0.006811,0.02806,0.010795,0.021274,-0.003747,-0.001612,-0.023582,-0.001144,0.009086,0.019603,0.010313,0.000183,0.012184,0.171406,0.029784,0.000488,-0.005489,0.006046,-0.000337,-0.023357,-0.037497,-0.011499,0.046023,0.010489,0.039617,0.017582,0.010449,-0.013871,0.064928,0.011283,0.018471,0.002,0.007264,-0.040309,0.034397,-0.20918,-0.008222,-0.03779,-0.016193,0.028049,0.011083,0.022317,0.000467,-0.003186,-0.041233,-0.011962,-0.033657,-0.050319,-0.012871,-0.007995,-0.030871,0.065555,-0.026091,0.003431,-0.029259,0.052051,0.073751,-0.029682,0.084773,0.026809,-0.019282,0.025338,-0.007958,0.025808,-0.020513,0.007996,0.015137,-0.013394,-0.056543,-0.002765,0.006325,-0.016276,0.015046,-0.019184,0.020008,0.018574,0.016741,0.004094,-0.03372,0.027691,-0.011785,0.002517,0.005073,-0.028238,-0.009969,0.012697,-0.019659,-0.007328,-0.016737,0.042508,-0.001373,-0.017698,-0.013528,-0.05622,0.050203,0.03291,0.023507,0.002703,-0.008518,-0.052054,-0.002768,-0.010883,-0.041095,0.011357,0.012565,0.010127,-0.022376,0.029587,0.028375,0.026591,0.110944,0.007307,0.015244,0.000996,-0.003047,-0.013451,0.027517,-0.006353,-0.030343,-0.029382,0.000793,0.004901,0.011748,0.011759,-0.013846,-0.039469,0.014737,0.017409,0.008192,-0.045508,0.03492,0.034655,0.010028,-0.005448,0.028583,-0.013208,-0.016551,0.001946,0.013764,0.0249,0.022823,0.027027,-0.003317,-0.003851,0.003945,0.004422,0.037533,-0.007181,0.003235,-0.005459,0.040153,0.002692,0.003988,-0.043314,0.041884,0.037752,-0.036515,-0.019479,0.03444,-0.029716,0.022449,-0.027002,0.009172,-0.035328,0.028209,-0.002876,-0.025562,0.011966,-0.038791,0.002783,-0.003154,0.001203,-0.021377,-0.019813,0.030768,-0.021856,-0.103855,0.020559,-0.008033,-0.01176,0.025351,-0.003669,-0.006124,-0.075823,0.013595,0.009972,-0.007409,-0.004352,-0.018669,-0.004206,-0.00164,-0.018929,0.051081,0.045128,-0.026721,0.005797,0.008619,0.006818,-0.003171,-0.021762,0.012052,-0.038324,-0.024195,0.004914,0.01318,0.029686,0.019462,-0.034309,-0.016153,-0.002071,0.008445,-0.0021,-0.024023,-0.020326,-0.017426,-0.003377,0.01241,-0.017052,-0.005298,0.006009,-0.008758,0.036461,-0.002696,-0.022522,-0.042233,0.030492,0.004898,0.003382,0.014955,0.108625,0.015878,-0.031506,0.023235,0.00519,0.008951,-0.003236,0.049913,0.005092,-0.020426,-0.008327,-0.055088,0.000884,-0.041713,-0.019668,-0.016299,-0.035352,0.003948,-0.004077,0.021184,0.0039,-0.001912,-0.013727,-0.002581,0.000719,0.007445,0.033158,-0.011153,-0.004619,-0.009031,0.017732,0.018541,0.031664,-0.040288,-0.000035,-0.016527,0.028037,-0.007899,-0.032635,-0.003815,0.008587,-0.001195,0.017942,-0.041331,0.009166,0.037766,0.049039,0.036469,-0.013732,0.012359,0.022971,0.008252,-0.017259,0.000954,0.012877,-0.015884,-0.028911,0.014543,-0.04231,-0.001745,-0.008165,0.010767,0.030334,0.006692,-0.006362,0.109785,0.008816,0.015363,-0.02022,-0.042824,0.019908,0.047162,0.057736,-0.02679,-0.007209,0.010734,-0.017185,-0.01259,0.038101,-0.005104,-0.003152,-0.011804,-0.007135,-0.006827,0.003471,0.110761,-0.004388,-0.031492,-0.028956,0.015881,0.013266,0.019753,-0.004229,-0.000542,-0.015213,0.049867,0.037762,-0.025162,0.004655,-0.002672,0.033647,-0.002962,0.005364,0.038778,-0.010003,0.045085,-0.030574,0.011741,-0.048408,0.019349,0.012477,0.006137,-0.0009,0.009781,0.067633,-0.004055,-0.005345,0.031161,-0.003706,-0.01068,0.025576,0.033484,-0.028512,-0.016922,-0.014266,0.01225,0.017984,0.002981,-0.024722,-0.000739,-0.065883,0.007524,0.056584,-0.013705,0.015139,-0.006691,0.011883,0.021015,0.012497,0.013144,-0.001708,-0.031571,-0.00139,0.025138,0.025769,0.73889,0.000648,0.017419,-0.020957,0.024749,0.006101,0.007328,0.0071,0.020693,-0.026362,0.013095,0.001571,0.00072,0.021143,0.027935,-0.029124,0.044165,-0.011114,0.01713,-0.018729,-0.017499,-0.02273,0.063288,0.074357,-0.006282,0.048286,0.000296,-0.028898,0.008438,0.035784,-0.01664,-0.010971,-0.035012,-0.014606,-0.032967,0.005482,-0.030954,0.038569,0.015114,-0.085548,0.008823,0.033104,0.012701,-0.022139,-0.014176,-0.029907,0.012039,0.010189,0.008824,-0.001301,0.015042,0.012761,0.004525,0.049886,-0.025296,-0.004474,0.007193,-0.008775,-0.007526,0.00125,0.008718,-0.015529,-0.008776,0.040483,0.026364,0.05298,-0.00123,-0.0101,0.022587,0.003744,0.022224,-0.05776,0.021762,0.011877,0.04276,0.004694,0.015054,-0.020699,-0.00684,-0.010166,-0.001044,-0.047237,0.009728,0.001454,0.011888,-0.01435,-0.055296,0.006634,0.00038,0.003729,-0.079642,0.008799,-0.011173,-0.032868,0.023305,-0.011935,-0.00957,0.029334,0.020468,0.020046,0.010614,0.034281,0.011221,0.044838,-0.046171,-0.010941,0.006229,0.004022,-0.007579,0.026988,0.027373,0.01705,-0.025391,0.027129,-0.011037,0.020759,0.04129,0.010971,-0.005065,0.020103,0.002543,-0.009248,0.001108,-0.020222,0.01202,-0.021534,-0.028556,0.0062,0.046902,-0.011087,0.018804,0.026199,0.00303,0.014841,-0.024662,-0.004367,-0.005954,0.003807,0.043785,0.037083,0.011433,0.023524,0.008135,0.009516,-0.020705,0.0045,0.044026,0.029765,-0.035059,-0.000836,-0.007594,0.184356,0.031112,-0.036391,-0.00759,0.001243,0.012975,-0.022171,-0.020906,-0.027069,-0.007225,0.024755,0.013643,0.009196,0.011234,-0.025051,0.049875,0.008601,0.008141,-0.00975,-0.016322,0.02185,0.024427,-0.217885,-0.007521,-0.024033,-0.009077,-0.001266,-0.032484,0.005419,-0.006221,0.015287,-0.014834,-0.003236,-0.006903,-0.018698,-0.015432,-0.007288,-0.037231,0.055007,0.000181,-0.016273,0.019725,0.006613,0.096581,-0.021957,0.143381,0.014069,-0.01884,-0.031967,0.022828,0.001427,0.004316,0.015616,0.067873,-0.018092,-0.022049,-0.037272,0.019783,-0.005844,0.00082,-0.030874,-0.014098,0.061074,-0.017698,-0.01662,-0.004933,-0.017978,-0.01093,0.018933,-0.043075,-0.008536,0.006863,0.040331,-0.03061,-0.008958,-0.042615,0.043024,-0.009578,-0.02239,-0.011519,-0.043149,0.007398,0.032966,0.005485,-0.02911,-0.003877,-0.042863,-0.008095,-0.007521,-0.026249,0.013268,-0.00262,0.017931,-0.032136,0.007019,0.006578,0.067569,0.074931,0.011832,0.009935,-0.010557,0.013141,-0.006685,0.022564,-0.028369,-0.058501,-0.034815,0.019002,0.036148,0.000354,-0.010475,-0.033082,-0.025717,0.012892,-0.004698,-0.020518,-0.077707,-0.005945,0.041989,-0.006886,-0.011975,-0.008847,-0.022531,0.004574,0.028002,0.030554,0.029394,0.021994,0.022507,-0.004923,-0.003016,-0.001429,-0.051893,0.028053,-0.01593,0.018449,-0.031154,0.021135,-0.027345,-0.009182,-0.017359,0.031981,-0.000573,-0.027125,-0.024117,0.027951,-0.029961,-0.010799,0.018021,-0.004941,-0.047705,0.027632,0.040372,-0.009974,0.009881,0.000107,-0.004205,0.006493,0.007969,-0.02192,-0.014921,0.011028,-0.045743,-0.072717,0.012493,-0.024967,0.000602,0.034852,-0.005124,-0.032341,-0.049302,0.026345,-0.018367,0.014198,0.038483,-0.007288,0.00886,0.016628,-0.011176,0.026349,0.007461,0.002244,0.009303,-0.025529,0.01316,-0.019147,-0.027743,-0.002109,-0.027325,-0.016282,-0.011623,-0.012975,0.008059,-0.026967,-0.019397,-0.007115,-0.002455,0.052114,0.009103,0.000122,-0.021095,-0.003202,0.017875,0.002554,0.018587,-0.017072,-0.015903,-0.018592,-0.017986,0.011261,-0.013171,-0.022082,0.028452,-0.007788,0.004549,0.003401,0.118471,0.019665,-0.028567,0.010253,-0.013488,-0.01102,-0.0026,0.050064,0.014701,-0.016221,-0.028885,-0.0331,-0.002743,-0.023524,-0.018539,-0.029872,-0.021236,0.003722,-0.000505,0.006684,0.011556,-0.031616,-0.006978,0.008964,-0.025981,-0.003711,0.022359,-0.012169,0.037482,-0.016683,-0.019511,-0.004122,0.034832,-0.012618,0.013689,-0.024799,-0.002952,-0.026365,-0.034535,0.008736,0.006196,-0.015386,0.030289,-0.016766,-0.005086,0.033291,0.034122,0.036727,-0.025796,-0.003355,-0.008968,-0.005248,-0.02212,0.058082,0.01733,-0.028674,-0.035089,-0.000714,0.001126,-0.038381,0.021803,-0.014735,0.012634,-0.004174,0.025326,0.107358,-0.007945,0.00521,0.005984,0.000979,0.012852,0.057372,0.016141,-0.030235,-0.007595,-0.017292,-0.022093,0.008183,0.058167,0.005314,-0.012357,0.005664,-0.001653,-0.013343,-0.012435,0.094543,0.018921,-0.017298,-0.031817,-0.022363,-0.0282,0.018525,-0.002966,0.031526,0.004936,0.029522,0.024964,0.008002,0.007992,-0.011065,0.034983,0.017696,0.01662,0.022588,-0.030007,0.026355,-0.036744,-0.008894,-0.022932,0.020437,0.033857,0.000068,0.028418,-0.000437,0.024735,0.00403,-0.02308,0.053345,-0.03929,0.000872,0.013041,-0.003325,-0.024564,0.015782,-0.02547,0.02306,-0.025618,-0.03482,-0.021443,-0.015367,-0.024764,-0.023111,0.023968,-0.02675,0.028316,-0.021404,-0.002823,0.026102,0.004208,0.005093,0.002054,0.014425,-0.02402,-0.010802,0.021131,0.742198,-0.00367,-0.010552,0.023338,0.029,-0.024985,0.023061,-0.002027,0.007442,-0.009912,-0.00868,0.021148,0.020543,0.029526,0.012449,-0.000693,0.031894,-0.007829,-0.005538,-0.001691,-0.013293,-0.013736,0.058356,0.028215,0.038675,0.054877,0.013611,-0.029525,-0.00017,0.024623,-0.008461,-0.028946,-0.029187,0.012027,0.011344,0.002838,-0.010366,0.029609,0.034117,-0.085025,-0.028014,-0.010365,0.00945,-0.022203,0.023947,-0.017488,0.011531,0.047028,0.019188,-0.03364,0.006108,0.024028,0.012152,0.039899,0.007779,0.001319,0.012299,-0.039267,0.017818,0.002932,0.023966,-0.039736,-0.021374,0.084575,0.018029,0.035657,-0.002679,0.010766,0.001501,0.027241,0.025871,-0.121543,0.037686,0.041851,0.001044,-0.001075,0.022269,-0.025059,0.00277,0.001157,-0.000982,-0.07435,0.029144,0.029318,-0.007159,0.002588,-0.027473,-0.010327,0.044075,-0.034751,-0.045633,-0.006467,-0.024848,-0.011378,0.043538,-0.002221,0.000387,0.033878,0.004227,0.014404,0.00784,0.018661,0.020471,-0.018638,-0.064851,0.01833,0.020397,0.015896,0.033383,0.026342,0.017485,0.007396,0.000767,-0.009061,-0.003634,0.007298,0.009767,-0.006196,-0.002017,-0.008655,0.033958,-0.025254,-0.005056,-0.011255,0.032488,-0.049551,-0.059132,0.013092,0.038557,-0.027163,-0.012533,-0.019322,-0.018222,-0.002181,-0.047934,-0.024637,-0.011966,0.00346,0.003657,0.023921,0.017002,0.006037,-0.000815,0.026861,-0.026822,0.019282,0.012992,0.013189,-0.029316,-0.023683,0.008829,0.141804,0.03399,0.008775,0.026406,-0.002786,0.00855,0.005675,-0.057744,0.016627,0.067387,-0.004983,0.024688,0.031272,0.008428,0.004652,0.032525,-0.005102,-0.002389,-0.017625,-0.00592,-0.021799,0.027953,-0.24147,0.021659,-0.049875,0.002875,0.008598,-0.005203,0.012435,-0.022787,0.00619,-0.030082,-0.026539,0.002548,-0.029701,-0.001494,0.016687,-0.034431,0.044635,-0.010517,0.033337,-0.012032,0.057908,0.092012,-0.023548,0.074631,0.029632,0.006087,0.004446,0.014184,0.004384,-0.021204,-0.010884,0.00829,-0.001079,-0.04332,-0.004807,0.000427,0.008867,0.068133,-0.041149,0.02375,0.033651,0.015133,-0.009216,0.002304,-0.007608,0.016635,0.003859,-0.003964,-0.01843,0.000047,0.026646,0.011087,-0.031171,-0.038597,0.03303,0.018719,-0.015739,-0.004083,-0.030582,0.030471,0.020297,0.018989,0.009533,0.015045,-0.04228,0.00033,-0.002408,-0.042239,0.004735,-0.012983,0.038831,-0.03253,0.02222,0.023162,0.014923,0.169191,0.005054,0.050654,0.007322,-0.000076,0.011721,-0.004903,0.011407,-0.027314,-0.032089,-0.011553,-0.006735,0.001516,0.010368,-0.041415,-0.037568,0.035194,0.007354,-0.00546,-0.056718,0.007028,0.065076,0.019611,0.003063,0.023881,-0.021808,0.002718,0.018771,-0.000294,-0.00978,0.030122,0.032575,0.021136,0.008349,-0.007138,0.018615,0.019786,-0.029081,0.006023,-0.026087,0.041795,0.005146,0.001015,-0.008631,0.037305,0.005304,-0.079858,-0.018394,0.003654,-0.029846,-0.002817,-0.020077,-0.010274,-0.046247,0.040233,-0.004349,0.000049,0.004932,-0.000819,-0.012731,0.007956,0.024158,-0.019529,-0.045017,0.056105,-0.030084,-0.117733,0.013709,0.00437,-0.025893,0.031895,0.023986,-0.003591,-0.085841,0.030901,-0.036822,-0.026948,0.014993,-0.003447,-0.003735,0.014178,-0.001834,0.019838,0.048599,-0.029405,-0.003104,-0.001361,0.012757,-0.00094,-0.031901,0.006373,0.002433,0.005244,-0.008608,0.019522,0.015095,0.021925,-0.004804,-0.017718,-0.001228,0.019345,0.03798,0.007395,0.005609,0.000397,0.032976,0.027155,-0.005599,-0.016995,0.016826,-0.016801,0.027428,-0.013708,-0.038229,-0.044248,0.002153,0.003682,0.019303,0.011199,0.09991,0.01752,-0.046951,0.031901,-0.008626,-0.010174,-0.024226,0.02905,-0.025067,-0.008311,-0.024776,-0.016641,0.006804,-0.032552,-0.025755,-0.01097,-0.035148,0.010222,-0.038485,0.016886,0.013727,0.011044,0.007827,0.014094,0.018062,0.030889,0.006181,0.008396,-0.042726,-0.0582,-0.025875,0.005979,0.056011,-0.017676,-0.004807,-0.011095,0.015683,-0.014057,-0.039895,0.00548,-0.004549,-0.029262,0.000646,-0.025347,0.006675,0.014224,0.033228,0.044044,-0.011176,0.000703,-0.000081,-0.039293,-0.0043,-0.00571,0.021659,0.019079,-0.053132,0.005117,-0.044718,-0.019642,0.024636,-0.004338,0.023176,0.001777,-0.007889,0.102311,-0.00924,0.02228,0.004659,-0.036703,0.021126,0.012432,0.04996,-0.016321,-0.003168,-0.002431,-0.042333,-0.011346,0.027287,-0.007846,-0.000477,-0.015902,-0.02805,0.001681,-0.024059,0.13261,0.030996,0.003484,-0.030873,-0.001376,-0.006729,0.011538,0.031624,-0.004782,0.033163,0.007511,0.015795,-0.029285,-0.018987,0.01074,0.022484,-0.034669,0.013306,-0.014472,-0.013256,0.02646,-0.031802,0.026251,-0.013825,0.039222,0.036602,0.011881,-0.022517,-0.022464,0.076885,0.016883,0.021353,0.039804,-0.030062,0.015422,-0.009102,0.016138,-0.004467,-0.003351,-0.018853,0.026977,0.024079,0.028389,0.002616,-0.034522,-0.06447,-0.001994,0.016863,-0.000948,-0.001422,-0.006007,0.002742,-0.002568,0.016289,0.008526,-0.016889,-0.012821,-0.027022,0.027941,0.022506,0.704546,-0.006106,0.034295,0.002648,-0.018368,-0.003604,0.028502,0.001546,0.01976,-0.006214,-0.011906,-0.021639,0.01919,0.03742,0.022845,0.001193,0.025288,-0.003751,0.027506,-0.059158,-0.006557,-0.029266,0.037819,0.046922,-0.00309,0.060775,0.007786,-0.018161,-0.007926,0.053954,-0.006716,-0.011005,-0.050185,-0.012269,-0.014558,0.004801,-0.028741,0.022566,0.004673,-0.057142,-0.022209,0.002686,0.034162,-0.024576,0.018922,-0.02026,0.02724,0.024129,-0.004721,-0.000616,0.019914,0.017095,0.017416,0.053327,0.000106,0.003185,0.005516,-0.040333,0.013959,0.007045,-0.018327,0.005454,-0.018583,0.054365,0.021261,0.031142,0.001945,0.012209,0.039397,0.015464,0.024155,-0.095381,0.027999,0.022288,-0.010653,-0.009175,0.01238,-0.018299,0.00086,-0.010693,0.004949,-0.086238,0.025058,0.008085,0.00531,0.009972,-0.051699,0.00456,0.00873,-0.018016,-0.061908,0.012091,-0.013717,-0.010107,0.021257,-0.008913,-0.011271,0.046115,-0.002868,0.006715,0.003376,0.006365,0.004027,-0.007428,-0.078515,0.007281,0.026345,0.020238,0.005334,0.024247,0.014821,-0.013934,-0.001755,-0.023096,-0.00644,-0.017401,0.016112,-0.006563,0.010475,0.010982,-0.000524,-0.013476,0.009734,-0.032949,0.037631,-0.036035,-0.038181,0.046396,0.03196,-0.02349,-0.002232,-0.008509,-0.008189,0.006872,-0.019461,-0.018505,-0.01072,0.015478,0.001898,0.016921,0.013767,0.014443,0.016774,0.0125,0.018425,0.024384,0.00614,0.011566,0.005064,-0.024949,0.005348,0.140204,-0.001947,-0.016835,-0.009845,0.001773,0.008794,-0.010017,-0.02783,-0.003864,0.046909,0.0049,0.034302,0.025775,-0.003221,-0.015343,0.070831,-0.006808,0.026761,-0.003771,0.001086,-0.00874,0.024431,-0.201985,0.003671,-0.045328,0.00379,0.004279,-0.001861,0.016803,-0.009168,-0.02062,-0.004371,-0.004656,-0.010171,-0.031435,-0.016,0.006386,-0.017568,0.034683,-0.01849,0.021342,-0.001645,0.054594,0.065774,-0.004629,0.09135,0.028509,-0.000302,0.005308,0.009367,0.016655,-0.00314,0.020602,0.019582,-0.010655,-0.022285,-0.004312,-0.006886,-0.02118,0.048823,-0.043233,0.017218,0.00913,0.013109,-0.010199,0.014213,0.004171,-0.008447,0.016189,-0.019213,-0.002969,-0.000646,0.021334,-0.020125,0.006009,-0.022202,0.018102,0.003467,-0.013452,-0.017375,-0.025915,0.018509,0.022443,0.012029,0.002684,0.007235,-0.042733,-0.001691,0.002667,-0.016629,0.025221,0.013128,0.022321,-0.013963,0.021,0.027326,0.031884,0.150071,0.007734,0.034505,0.005961,0.017182,0.009741,-0.003014,-0.009967,-0.016407,-0.035144,-0.008448,-0.001273,0.017873,-0.011377,-0.019911,-0.035177,0.040925,0.00898,0.009223,-0.035116,0.015343,0.028859,0.010611,0.003431,0.018013,-0.010878,-0.013599,0.001717,-0.01205,0.011298,0.027181,0.019899,0.021668,0.012698,-0.005305,-0.020873,0.013414,-0.024971,0.002059,-0.019004,0.031656,-0.026394,0.005843,-0.02594,0.033302,-0.009956,-0.045304,0.000843,0.017224,-0.006031,0.029504,-0.014074,0.013181,-0.038419,0.0175,0.01724,0.005016,0.006514,-0.010321,-0.023478,-0.016877,0.003342,-0.034402,-0.022378,0.03009,-0.026501,-0.112018,0.004982,0.004003,-0.009239,0.028674,0.012844,-0.004428,-0.07966,0.017893,-0.00888,0.019744,0.004569,-0.014285,0.006631,0.008635,-0.000957,0.02136,0.025166,-0.021257,0.014969,-0.01045,0.009751,0.019266,-0.031324,0.024766,-0.019589,0.012592,-0.017922,0.025067,0.019046,0.005215,-0.028538,-0.000423,0.009364,0.026374,0.020159,0.012026,-0.001219,-0.008309,0.019201,0.021653,-0.009961,-0.02168,0.000204,-0.018336,0.023575,-0.009505,-0.030861,-0.046623,0.021369,0.008449,0.012672,0.026724,0.076929,0.01145,-0.031148,0.040349,0.004455,-0.002135,-0.035948,0.029284,0.002253,-0.002212,-0.014186,-0.016785,0.019391,-0.024129,-0.031789,-0.021292,-0.03638,-0.01185,-0.020613,-0.002002,0.008351,0.018115,0.001149,0.007043,-0.001968,0.010841,0.014024,-0.016504,-0.028788,-0.039769,-0.020811,-0.002433,0.031156,-0.028516,0.00109,-0.012719,0.018794,-0.021631,-0.038954,-0.00438,-0.009466,0.012223,0.017568,-0.031749,-0.008158,0.03548,0.01138,0.045102,-0.002649,0.018852,-0.00409,-0.020972,-0.011079,-0.00594,0.006128,-0.011886,-0.029389,0.021631,-0.039621,-0.0211,0.018117,-0.009344,0.013534,0.010666,-0.022065,0.113689,0.006741,0.009257,0.019749,-0.03215,0.003371,0.037774,0.064894,-0.035722,0.001999,-0.007496,-0.0173,-0.021621,0.026172,0.022385,-0.008097,0.00007,-0.022638,0.016448,-0.005512,0.078588,0.01821,-0.012751,-0.010556,0.013677,-0.011303,0.000089,0.006035,0.02109,0.014593,0.024332,0.037865,-0.012832,0.004565,0.01076,0.004745,-0.00581,0.012533,0.015233,0.01675,0.021706,-0.037201,-0.024433,-0.040033,0.029638,0.017349,0.00131,-0.000304,-0.000642,0.087343,0.010901,-0.01408,0.03288,-0.019002,0.028383,0.019201,0.006864,-0.013148,0.01107,0.011826,0.030995,-0.008704,0.013476,-0.027861,-0.006355,-0.043355,0.00043,0.035154,-0.014935,-0.000477,-0.016875,0.009034,0.009236,0.007861,-0.003926,-0.016559,-0.024559,-0.021493,-0.001931,0.012882,0.778615,-0.004256,0.023598,-0.011791,0.027588,-0.002349,0.006834,0.0025,0.014789,-0.00684,0.009727,-0.014063,0.0136,0.031634,0.01164,-0.004167,0.007374,-0.023502,0.014904,-0.051501,-0.027137,-0.02991,0.014138,0.03328,0.006295,0.067115,0.004497,-0.011965,0.000515,0.03632,-0.029894,-0.016711,-0.031536,-0.028542,0.008318,0.012632,-0.028933,0.004629,-0.004298,-0.08635,-0.011613,0.027589,0.021543,-0.023947,0.016395,-0.00142,0.028354,0.012368,0.005984,0.004228,-0.013313,0.009991,0.00777,0.067489,-0.008855,0.006357,0.003481,-0.041026,0.001576,0.002427,0.014056,-0.00343,-0.033417,0.071727,0.020686,0.048285,0.00204,0.00778,0.014012,0.004547,-0.009654,-0.12623,0.061938,0.057532,0.015987,0.003453,0.014273,-0.063612,0.040385,-0.038855,0.023593,-0.10327,0.050174,0.001193,0.000549,0.002096,-0.064404,-0.01008,0.009669,-0.042047,-0.038315,0.01241,-0.000112,-0.008817,0.036893,-0.030001,0.019731,0.059651,-0.006498,-0.000319,0.002417,-0.024832,0.018624,-0.009987,-0.039643,0.008122,0.011014,0.002929,0.018573,0.08195,0.030064,-0.020765,0.009044,-0.039854,0.001789,0.02312,0.01588,0.015137,-0.019278,0.018719,0.008134,-0.027014,0.004654,-0.027513,0.046137,-0.051649,-0.065121,0.043749,0.005054,-0.040097,-0.017292,0.004812,-0.03439,-0.025307,-0.013344,-0.009436,-0.01878,0.003012,0.001261,0.00657,-0.002431,0.005956,0.048594,-0.000395,-0.014711,-0.008116,-0.011507,0.047343,0.005205,0.004022,0.012624,0.045752,0.001635,0.006259,-0.02049,0.020105,0.022979,0.001356,-0.045985,-0.03043,0.075403,0.035008,0.058065,-0.006117,0.008586,0.012235,0.034212,0.019869,0.026232,0.005998,0.017164,0.007542,0.01486,-0.182458,0.027637,-0.052036,-0.004946,0.027681,-0.00537,0.029211,-0.0491,-0.016397,-0.040526,-0.025176,-0.004448,-0.030752,0.013042,0.035416,0.014376,0.068743,-0.007592,0.028625,-0.006587,0.061262,0.079862,-0.030251,0.124062,0.02294,0.013826,0.019793,-0.003015,0.022963,0.014456,0.018131,0.043591,-0.000309,-0.005971,-0.010856,0.005461,-0.021206,0.056031,-0.024626,0.022418,0.067788,0.009355,-0.003793,0.027687,-0.008377,-0.027212,-0.020449,-0.01758,0.001529,0.036578,0.005504,0.02675,-0.003123,0.002814,0.015821,0.024053,0.011908,0.020688,-0.001729,0.020093,-0.030794,0.012035,0.007735,-0.002135,-0.031067,0.003439,0.000064,-0.042516,0.043226,0.004232,0.049147,-0.026451,0.004361,-0.012091,-0.015956,0.112744,0.002158,0.047494,0.02669,-0.004799,0.024406,-0.032481,0.005644,-0.009575,-0.033646,0.015302,0.037681,0.060062,0.021663,-0.021577,-0.019709,0.072318,0.041593,-0.032169,-0.083669,0.01466,0.057452,0.035093,0.019962,0.028138,-0.004688,0.003667,0.040138,-0.006018,0.009192,0.065704,0.021842,-0.000629,-0.025075,-0.019364,-0.011932,0.066448,-0.014346,-0.000664,-0.041337,0.034396,-0.016637,-0.037789,-0.009319,0.018034,-0.04332,-0.038677,-0.011381,0.023091,-0.053205,-0.002745,-0.025787,0.021596,-0.051224,0.02477,0.023939,0.011799,-0.038567,0.006616,-0.003889,-0.025509,0.017228,0.006811,-0.03085,0.027391,0.007348,-0.146757,0.042199,-0.018944,-0.01465,0.010795,0.010489,-0.003488,-0.027871,0.021156,-0.047092,-0.000141,-0.010007,-0.045661,-0.008592,0.01649,-0.012677,-0.01196,0.029205,-0.019866,0.022536,-0.002817,0.037725,-0.016032,0.037709,0.027631,-0.018561,0.012496,0.008259,0.020362,0.054927,0.02725,-0.017945,0.018162,-0.019986,0.017045,0.032839,-0.01738,-0.037045,-0.018342,0.017608,0.004296,0.005084,-0.004531,-0.026433,-0.019747,0.005584,0.000073,-0.063016,-0.020737,0.029364,-0.009989,0.01558,-0.002144,0.072304,0.001792,-0.056045,0.045579,0.00331,-0.006826,0.025075,0.045316,-0.024694,0.006011,-0.000946,-0.022991,-0.016744,-0.018701,-0.03004,0.005368,-0.034839,-0.009282,-0.011604,0.014518,0.028011,0.010806,0.029557,0.062008,0.013806,0.00799,-0.010349,-0.011349,-0.062434,-0.05376,-0.008326,-0.013081,0.019843,-0.047365,-0.015861,0.011311,0.026409,-0.021082,-0.048934,0.008794,0.011745,-0.009667,0.013854,-0.046433,0.054286,0.026406,0.015635,0.05485,-0.024283,-0.009968,0.013853,-0.021603,-0.004458,0.0016,0.027174,-0.025839,-0.016109,0.048698,-0.012885,-0.028631,0.016736,0.019757,0.016549,-0.007727,-0.045417,0.108544,-0.021209,-0.009417,-0.006367,-0.057456,0.029403,0.062785,-0.01115,-0.001199,0.001677,0.00714,-0.024202,0.053167,-0.007443,0.010842,0.004065,-0.014612,0.014067,-0.019323,-0.015658,0.060704,0.0193,0.010224,-0.005443,0.006547,-0.004802,0.006,-0.002759,0.02417,0.011961,0.045179,0.0612,-0.041477,-0.024165,0.04255,0.023697,-0.04459,0.003711,-0.00245,0.019255,0.013813,-0.034292,0.027546,-0.028029,0.032645,0.051171,-0.004035,0.000303,-0.01793,0.063206,-0.020391,-0.000556,0.018694,-0.038093,-0.000178,0.007587,-0.04092,-0.010049,0.010672,-0.035122,0.010567,0.049297,0.031077,-0.008856,-0.019315,-0.06792,0.008631,0.021209,-0.000575,-0.019953,-0.019212,-0.002419,0.055519,0.027835,-0.00179,-0.035157,0.018201,-0.017053,-0.018303,0.018976,0.67648,0.002329,0.055094,-0.021387,0.007249,0.017005,-0.018161,-0.036177,-0.00637,-0.016133,0.014082,-0.040693,0.032142,0.044946,0.039731,-0.011026,-0.000259,-0.002365,0.027958,-0.044056,0.01283,-0.008138,0.000915,0.055816,-0.027243,0.071522,0.010899,-0.022596,-0.021805,0.005657,-0.014976,0.001899,-0.024452,-0.020315,-0.028421,0.031329,-0.016445,0.017956,0.023405,-0.058402,0.017217,-0.02043,0.049226,0.000493,0.000241,-0.001825,0.040956,0.012048,-0.020032,-0.02864,0.0244,-0.026902,0.000392,0.044762,-0.027743,-0.018508,0.007116,-0.010172,-0.000797,0.01298,-0.002674,0.012603,-0.024146,0.0669,0.03062,0.065666,0.003804,0.002415,0.030764,0.010878,0.016395,-0.07877,0.036056,0.032008,0.024985,-0.001521,-0.018593,-0.029726,0.008578,0.013264,-0.021178,-0.061713,0.009513,0.020065,-0.012511,-0.009904,-0.028377,0.016846,0.003096,-0.004719,-0.06047,0.011115,0.000261,-0.023026,0.024277,-0.003745,0.002809,0.020489,0.019553,0.004194,0.021926,0.049152,-0.005395,0.025953,-0.061509,-0.002226,0.00936,0.002389,0.016433,0.036689,0.013019,-0.00433,0.015104,-0.008965,-0.005506,-0.010186,0.016526,0.021328,0.016316,0.008587,0.011832,0.000556,-0.00307,-0.019133,-0.001575,-0.008829,-0.037486,0.031963,0.053397,0.010068,0.000693,-0.001603,-0.021413,0.006482,-0.005701,-0.027409,0.008952,0.006776,0.032539,0.034844,-0.009357,0.013856,0.015217,0.027956,-0.005516,0.023689,0.024108,0.0249,0.004477,-0.00456,-0.009379,0.180964,0.033607,0.004735,-0.01217,0.01366,0.019415,-0.00819,-0.011209,-0.042073,0.00942,-0.016837,-0.005389,0.031232,-0.030472,0.005156,0.055968,0.02177,-0.001676,-0.017493,-0.011062,0.020467,0.019786,-0.219612,-0.000615,-0.023387,0.008291,0.011369,0.000972,0.022304,-0.015914,0.005869,-0.023672,-0.022975,-0.015835,-0.025589,-0.010467,-0.005225,-0.025582,0.062865,-0.010049,-0.002741,-0.007303,0.031002,0.099258,-0.014492,0.093765,0.01957,0.003604,-0.011425,0.012582,-0.00699,-0.004446,0.005553,0.037051,-0.000759,-0.017482,-0.001845,0.002537,0.004054,0.008025,-0.043159,0.017385,0.033582,0.022753,-0.032664,-0.008004,-0.021461,-0.010044,0.010496,-0.01663,-0.008086,0.000496,0.007742,-0.02837,-0.01921,-0.035016,0.027141,0.014535,-0.021154,-0.003032,-0.029746,0.000635,0.024993,0.023982,-0.003877,-0.016312,-0.051555,-0.001793,-0.034746,-0.033198,0.005635,0.014777,0.0212,-0.005966,0.005905,0.023471,0.047329,0.134381,0.017663,0.014475,-0.007229,0.024992,-0.022108,0.000679,0.012899,-0.038557,-0.056309,-0.007751,0.021867,0.003617,0.017368,-0.003016,-0.037961,0.044949,0.000798,-0.036088,-0.071352,-0.010256,0.038407,0.018441,-0.008443,0.021084,-0.006759,0.008515,0.006927,0.020002,0.000029,0.012682,0.013791,0.037805,0.02435,-0.00693,-0.051452,0.043451,0.000701,0.014226,-0.023807,0.019299,-0.012048,-0.001174,-0.025675,0.047635,0.002883,-0.031946,-0.001145,0.019521,-0.014321,0.001962,-0.008102,0.003952,-0.038002,0.018468,0.026607,0.013061,0.014327,-0.010398,-0.00662,0.039698,0.017112,-0.028869,-0.00842,0.031938,-0.022654,-0.101993,0.004368,-0.017651,-0.019172,0.031372,0.036951,-0.006777,-0.08827,0.017331,0.004849,0.007645,0.05208,-0.014203,-0.01331,0.008774,-0.018296,0.025397,0.040231,-0.010075,0.021227,-0.010751,0.011287,0.004618,-0.018399,0.004033,-0.019288,0.001772,-0.007414,-0.005212,0.012583,-0.006199,-0.008312,-0.004235,-0.028006,0.031036,0.020646,0.040516,-0.01212,-0.019279,0.017442,0.035846,0.009884,-0.033193,-0.000687,-0.043208,-0.001798,-0.01239,-0.01381,-0.044005,-0.001775,-0.002019,0.026481,-0.007836,0.091426,-0.005543,-0.04124,0.009717,-0.004014,-0.014031,-0.02988,0.028413,0.006341,-0.006372,-0.027925,0.000117,-0.014913,-0.034673,-0.00925,-0.011348,-0.035025,-0.010845,-0.030455,0.011481,-0.027896,0.002353,0.000208,0.030732,-0.013166,0.003268,0.00159,0.008353,0.006339,-0.034134,-0.017457,0.006136,0.040706,-0.021245,0.004536,-0.023802,0.018021,-0.013924,-0.042542,-0.030385,0.011989,-0.008406,0.02269,0.003482,0.008677,0.022455,0.030419,0.039791,-0.022807,0.012946,0.004464,-0.013749,-0.016061,0.016239,0.013175,-0.021707,-0.062424,0.023499,-0.033926,-0.033393,0.039215,0.002785,0.002244,0.003815,0.003044,0.106634,0.026125,0.00285,0.009743,-0.015309,0.001637,0.034565,0.006268,-0.044903,-0.009259,-0.016839,-0.017939,-0.019489,0.044646,0.027166,-0.005782,0.004596,-0.025073,-0.03242,-0.043313,0.114089,0.010553,0.004902,-0.010457,-0.008012,-0.005873,0.000016,0.007879,0.002126,0.045102,0.02684,0.021368,-0.007121,-0.010998,0.003697,0.003672,-0.003186,-0.003726,0.013908,-0.007255,0.01694,-0.025146,-0.007896,-0.008445,0.022794,0.019352,-0.005685,0.011671,0.00003,0.053497,0.010685,-0.015154,0.031471,-0.039805,-0.002127,-0.007662,0.017239,-0.012531,0.035371,-0.013663,0.02231,0.011144,-0.026872,-0.018015,-0.039103,-0.049236,-0.01916,0.037586,0.018551,0.020911,-0.03259,0.002243,0.008006,0.022009,-0.007458,0.005497,0.002446,-0.038901,0.005969,0.013055,0.743884,0.001288,0.018504,0.004887,-0.000378,-0.03481,0.025013,-0.038382,0.002955,-0.019473,0.031223,0.011295,0.0138,0.035563,0.021171,-0.014003,0.019592,-0.011026,0.015301,-0.042601,-0.00047,-0.033521,0.041006,0.019627,0.028804,0.077532,0.012868,-0.009276,0.012399,0.054418,0.001087,-0.023655,-0.024478,-0.038549,-0.001886,0.01236,0.007295,0.01779,-0.004694,-0.073063,-0.016541,-0.027361,0.023991,-0.013023,0.013548,-0.021257,0.011026,0.0269,0.013749,0.002301,0.022485,-0.012054,0.035963,0.048575,-0.000371,-0.009995,0.007599,-0.019679,0.00528,0.018131,-0.024455,-0.025333,-0.00295,0.067197,0.013916,0.074758,0.009229,-0.016594,0.012593,0.045346,0.024491,-0.083773,0.033799,0.040686,0.00886,-0.008174,-0.002319,-0.027195,0.015894,-0.01158,-0.012203,-0.059396,0.01864,0.019756,-0.015179,0.013852,-0.042658,-0.008126,0.02172,0.000491,-0.047112,0.008559,-0.00018,-0.014041,0.031557,0.010151,0.004916,0.037886,0.025429,-0.007679,0.026964,0.026408,-0.003631,0.010788,-0.058702,0.003427,0.016524,-0.006135,-0.003981,0.051203,0.019537,0.010631,0.008051,-0.013922,-0.002186,-0.015722,0.012003,0.019109,-0.010771,0.020691,0.012835,-0.011619,-0.014001,-0.023911,0.024622,-0.046482,-0.041608,0.021269,0.037948,-0.015615,-0.012878,-0.002988,-0.018213,0.011887,-0.024095,-0.018044,-0.004454,0.014311,0.0367,0.045285,-0.001328,0.022761,0.020088,0.021157,-0.004392,0.003826,0.034095,0.027139,-0.013364,-0.025582,-0.007039,0.155558,0.039606,0.011683,-0.00066,-0.001711,0.007197,-0.011888,-0.029623,-0.021419,0.041734,0.005011,-0.000398,0.011645,-0.026646,0.015127,0.07004,0.012938,0.002699,-0.012972,-0.022803,-0.008805,0.021049,-0.173658,0.00969,-0.034294,0.017629,0.000156,0.008927,0.009367,-0.025961,-0.006235,-0.03848,-0.019489,-0.021733,-0.024539,-0.006071,0.01055,-0.030486,0.042212,0.012123,0.010881,0.004675,0.039885,0.079332,-0.014157,0.085748,0.016167,0.000941,0.004631,0.001977,0.006046,-0.005161,0.008182,0.026526,-0.003113,-0.033754,0.003704,0.01119,0.000416,0.046755,-0.036998,0.012607,0.016957,0.011977,-0.040358,0.002464,-0.011748,-0.015731,0.015446,0.000959,-0.009893,0.005436,0.020179,0.005741,-0.017221,-0.023557,0.021107,0.005047,-0.016189,-0.006863,-0.028467,0.028376,0.015849,0.019904,0.007009,0.012875,-0.052567,-0.006474,-0.00945,-0.035826,-0.000493,0.008574,0.021074,-0.015961,0.011723,0.024362,0.047454,0.136144,0.021466,0.020807,0.005545,0.024177,-0.008665,0.011037,0.008284,-0.033782,-0.045772,-0.006942,0.026293,0.011031,0.02437,-0.012075,-0.037842,0.042023,0.008154,-0.025012,-0.047026,0.013404,0.035505,0.01273,0.006971,0.020905,-0.00775,0.004523,0.016763,0.024246,-0.006771,0.018976,0.02725,0.023508,0.005945,-0.004796,-0.026527,0.034742,-0.004623,0.024426,-0.025938,0.023813,-0.009082,-0.000739,-0.027243,0.037984,-0.008087,-0.047051,-0.019516,0.012076,-0.020887,0.004586,-0.028243,0.001346,-0.049444,0.026814,-0.002941,0.00352,0.003733,0.000602,-0.016515,0.013144,0.036548,-0.034672,-0.026267,0.036221,-0.015511,-0.072793,0.008478,-0.00097,-0.006634,0.030943,0.037586,0.001082,-0.080383,0.026891,-0.012363,0.022127,0.02544,-0.005304,-0.005644,0.004461,-0.006557,0.032183,0.036778,-0.006352,0.021056,-0.005991,-0.004401,-0.009562,-0.0154,0.013971,-0.02317,-0.012748,-0.019729,0.014029,0.004688,0.006019,-0.007702,-0.009501,-0.007662,0.035772,0.013805,0.03895,-0.01636,-0.009632,0.000351,0.023004,-0.006786,-0.017105,0.0012,-0.036499,0.024484,-0.021095,-0.029513,-0.044277,-0.003134,-0.004489,0.020014,0.016584,0.098645,0.022103,-0.035067,0.042122,-0.006816,0.000566,-0.032215,0.00812,-0.006009,0.007828,-0.032271,-0.012081,-0.014011,-0.0434,-0.006717,-0.008595,-0.029371,0.006218,-0.021629,0.003779,-0.025155,-0.010742,0.016066,0.012458,-0.003274,0.016599,0.006596,-0.00845,-0.019261,-0.048506,-0.01366,0.013038,0.044386,-0.022334,0.000957,-0.025356,0.023676,-0.018312,-0.045667,-0.006502,0.007558,-0.010106,-0.003017,-0.015993,0.001113,0.029477,0.03723,0.021385,-0.033712,0.030338,0.023067,-0.017252,-0.010995,-0.007563,0.022961,0.008767,-0.054013,0.007881,-0.02457,-0.034031,0.04442,-0.008147,0.017189,0.005081,0.007048,0.111016,0.020278,-0.00132,0.010052,-0.017556,0.00891,0.021608,0.014451,-0.027319,0.010249,-0.023614,-0.020665,-0.022997,0.019908,0.041524,-0.013506,-0.001191,-0.023998,-0.00567,-0.032672,0.113356,0.026685,-0.006277,-0.024247,0.00638,-0.009756,-0.000031,0.01064,-0.006313,0.013238,0.035009,0.021346,-0.011598,-0.008922,-0.005903,0.019786,-0.02503,0.002625,0.007236,0.000786,0.003412,-0.024293,0.005709,-0.011816,0.022465,0.038079,0.003844,0.004726,-0.007838,0.063631,0.020985,-0.006972,0.007103,-0.028097,0.012545,0.003249,0.02647,-0.023189,0.033115,-0.021152,0.029768,0.013463,0.008208,-0.020994,-0.019091,-0.055091,-0.020164,0.034915,-0.003502,0.005033,-0.022375,-0.02048,0.011666,0.011274,-0.013369,-0.022301,-0.009517,-0.031956,-0.003016,0.021369,0.769795,-0.009718,0.016468,-0.005703,0.019979,-0.011286,0.004265,-0.018405,0.022618,-0.012221,0.012402,-0.01147,0.012298,0.037171,0.027943,-0.012757,0.027024,0.011607,0.022325,-0.042476,-0.013277,-0.028441,0.056789,0.039968,0.023036,0.077984,0.009944,-0.010273,0.011716,0.042574,-0.010993,-0.012578,-0.051465,-0.020786,-0.006007,0.012654,-0.020806,0.021784,0.008842,-0.076403,-0.020442,-0.018714,0.020328,-0.019193,0.014321,-0.022588,0.021484,0.020047,0.018919,0.006385,0.018504,-0.014323,0.030072,0.049135,0.009526,-0.015988,0.010774,-0.024505,-0.002676,0.017298,-0.026922,-0.010387,-0.016108,0.064107,0.023768,0.073793,0.006762,-0.000621,0.028917,0.026023,0.006148,-0.069978,0.053793,0.035536,0.001776,-0.004119,0.007189,-0.023914,-0.003395,-0.027367,-0.025353,-0.078274,0.033149,0.02581,0.012281,0.025241,-0.041666,-0.001948,0.02641,0.010642,-0.05001,0.006755,-0.02307,-0.03584,0.010055,0.000259,0.009185,0.036449,0.005854,-0.013077,0.041305,0.048941,0.015703,-0.008784,-0.054473,0.005311,0.003244,-0.020619,0.012284,0.073428,0.002881,-0.006804,-0.004962,-0.025213,0.007973,-0.016849,0.007283,0.04561,0.011353,0.006927,0.005317,-0.015283,-0.002635,0.003311,0.019714,-0.045702,-0.055198,0.026912,0.01439,-0.033713,-0.020538,-0.009008,-0.021025,-0.005034,-0.022755,-0.011313,-0.006618,0.014588,0.038154,0.029749,0.011016,0.017406,0.01032,0.032683,0.009004,-0.006677,0.024323,0.026305,-0.010562,-0.016196,-0.025278,0.164063,0.027081,0.005003,-0.013298,-0.015615,0.030663,-0.005511,-0.048877,-0.009613,0.046148,0.027814,-0.014387,0.013029,-0.000028,0.002058,0.070102,0.002858,0.038035,-0.008893,-0.031302,-0.000447,0.003638,-0.158871,-0.004418,-0.02529,0.009305,0.017304,0.015172,-0.031565,-0.021212,-0.012253,-0.036306,-0.016224,-0.026934,-0.024165,-0.012357,0.004878,-0.02187,0.052618,-0.013393,0.01223,0.006659,0.024858,0.083547,-0.027559,0.084048,0.020056,-0.017808,0.023234,0.006077,0.00535,0.021978,0.033599,0.059683,0.008039,-0.028075,0.002911,0.008863,-0.024324,0.028221,-0.029806,-0.038392,0.006683,0.023079,-0.008454,0.01804,-0.018144,-0.013124,-0.005493,-0.008184,-0.015311,0.011157,0.005895,0.002428,0.006433,0.012729,0.037705,0.011077,-0.003541,-0.016487,-0.059907,0.034856,0.013978,0.020371,0.003489,0.001385,-0.050566,-0.015603,-0.014206,-0.020067,0.007964,0.027314,0.010435,-0.040358,-0.004422,0.047499,0.051095,0.100527,-0.003991,0.005386,0.006007,0.031329,0.007245,0.005888,-0.00017,-0.011607,-0.049903,0.019755,0.05606,0.023637,0.012759,0.005483,-0.031713,0.029924,-0.02017,-0.014713,-0.04202,0.025824,0.031918,0.010754,0.01521,0.014573,-0.020295,0.015809,0.007283,-0.001809,0.012959,0.013105,0.01493,-0.006724,-0.016824,0.007297,-0.032433,0.024396,0.014097,0.010457,-0.024151,0.061066,-0.004769,-0.018217,-0.042852,0.016156,-0.003448,-0.036432,-0.007384,0.037198,-0.038795,0.024607,-0.027456,0.007277,-0.030356,0.024882,0.008282,0.008187,0.008675,-0.002784,0.000269,0.002758,0.021744,-0.029717,-0.026094,0.024977,-0.033178,-0.073482,0.009273,0.00127,0.009455,0.027474,0.021601,0.010333,-0.090709,0.044997,-0.002301,-0.000586,-0.00397,-0.003518,-0.005277,0.00381,-0.027439,0.004337,0.064412,-0.006431,0.028137,-0.028825,0.005691,0.003199,-0.035095,0.024027,-0.021014,-0.004289,-0.003118,0.010262,0.014436,0.026459,-0.012299,-0.031098,-0.003628,0.040341,-0.001966,0.019108,-0.018834,-0.014156,0.002356,0.015194,-0.017616,-0.011791,0.027009,-0.026906,0.044439,-0.018612,-0.022527,-0.032764,0.022764,-0.021588,0.050323,0.01879,0.077918,0.01778,-0.009369,0.059361,0.014839,-0.014933,-0.019119,0.023189,-0.00508,-0.011489,-0.006332,-0.020528,0.001273,-0.074096,-0.006402,-0.013183,-0.02943,-0.025496,-0.003991,-0.016752,0.003725,-0.00996,-0.000114,0.00107,0.006213,0.011947,0.014012,-0.020098,-0.01913,-0.03433,0.015755,0.005437,0.018973,-0.039157,-0.001011,-0.006171,0.031366,-0.025647,-0.042854,-0.003363,0.000627,0.005336,0.00249,-0.029118,-0.020371,0.037666,0.055086,0.033877,-0.057299,0.01879,0.023675,-0.020748,-0.012829,-0.012877,0.042203,-0.005247,-0.002749,0.003816,-0.013575,-0.038264,0.036323,0.008928,0.018472,-0.00041,0.027065,0.115274,-0.002397,0.013544,0.005788,-0.018068,0.034332,0.022305,0.018429,-0.025993,-0.007649,0.006496,-0.024907,-0.018972,-0.007597,0.028257,-0.009608,-0.014987,-0.011794,0.008311,-0.01693,0.097076,0.020816,-0.004322,-0.038939,0.001896,-0.009875,-0.005196,-0.006013,0.001214,0.013415,0.023895,0.036969,-0.022111,-0.014481,-0.015195,0.022975,0.004885,0.002888,0.007272,0.02115,-0.004431,-0.037596,-0.011402,-0.034648,0.009586,0.041123,0.005911,-0.009608,-0.01721,0.055534,0.000642,-0.02032,0.006636,-0.038192,-0.00296,0.002853,0.006187,-0.03048,0.046516,-0.038846,0.033962,-0.000631,-0.010648,-0.032127,-0.019629,-0.030062,-0.014607,0.031298,-0.004662,-0.003983,-0.005761,-0.015954,0.00823,0.009139,-0.014748,-0.033878,-0.020974,-0.01475,0.014878,0.023256,0.752802,-0.007145,0.027187,-0.007801,0.002553,0.001301,0.000507,-0.043626,0.011772,-0.001313,0.006227,-0.004269,-0.003449,0.036864,0.035921,-0.030601,0.028803,0.017296,0.030574,-0.029497,-0.019297,-0.030708,0.037796,0.028095,0.01876,0.063347,0.017654,-0.035999,0.020757,0.02081,-0.031851,-0.013628,-0.049817,-0.012782,0.00222,0.031161,-0.01501,0.025019,-0.002021,-0.082687,-0.01667,0.001386,0.024576,-0.010416,0.016777,-0.038134,0.022762,0.030669,0.005091,0.034085,0.019299,-0.004897,0.019187,0.031678,-0.010792,-0.006101,0.005814,-0.018836,-0.018804,0.045305,-0.014892,-0.023475,-0.033548,0.07935,0.010046,0.06614,-0.027787,0.004365,0.044417,0.003081,-0.000719,-0.073677,0.053956,0.033153,0.014475,0.002621,0.022849,-0.012873,-0.006563,-0.03066,-0.02618,-0.082713,0.013276,0.038613,0.016012,0.019149,-0.043798,-0.001171,0.003811,0.01807,-0.047264,0.004281,-0.030957,-0.033077,0.011531,-0.004749,0.012606,0.026336,0.002309,-0.020942,0.041072,0.03291,0.01595,0.007331,-0.058964,0.002686,0.010071,-0.010836,0.012648,0.077343,0.009341,0.009266,-0.003493,-0.022117,-0.003041,-0.007346,0.014133,0.04813,0.014824,0.021958,-0.000325,-0.010993,0.009551,0.006616,0.048313,-0.04825,-0.047235,0.012328,0.006851,-0.034462,-0.026816,-0.004483,-0.015121,-0.001323,-0.015088,-0.009249,-0.001706,0.013055,0.047745,0.029968,0.00715,0.028149,0.032744,0.021061,0.026663,-0.000046,0.009704,0.022295,-0.017527,-0.005726,-0.012504,0.165467,0.037909,-0.001578,-0.001385,-0.016987,0.033319,-0.012421,-0.031328,-0.003705,0.053011,0.029263,-0.007569,0.011111,-0.037238,0.007482,0.064897,0.014958,0.035014,-0.015496,-0.014899,-0.002389,0.006544,-0.154027,-0.017045,-0.030992,0.010305,0.028018,0.009379,-0.010249,-0.019789,-0.025571,-0.013893,-0.024136,-0.033105,-0.028299,-0.010246,0.004566,-0.011795,0.051213,0.002491,0.015051,-0.015919,0.02537,0.091326,-0.023267,0.084383,0.027251,-0.028832,0.012431,0.018843,0.016672,0.009978,0.003666,0.075865,0.028902,-0.016068,-0.023479,0.009813,-0.020551,0.026812,-0.014139,-0.018444,0.037642,0.01127,-0.00408,0.027167,-0.012512,-0.016017,0.001813,-0.010297,-0.012982,0.011261,0.016501,-0.016053,0.001226,-0.011516,0.028802,0.019668,0.001193,-0.017026,-0.046693,0.038855,0.002916,0.016685,-0.010895,0.017357,-0.048044,-0.022641,-0.012234,-0.034159,0.028218,0.024336,0.013681,-0.02265,-0.00508,0.027707,0.044727,0.113261,-0.000536,0.029844,0.006058,0.035624,-0.020267,0.007342,0.004021,-0.018741,-0.055357,0.000998,0.037087,0.023319,0.016289,-0.002708,-0.052415,0.040721,0.000307,-0.005092,-0.05308,0.006793,0.047222,0.007667,0.015193,0.006358,-0.027593,0.008486,0.016052,-0.015056,0.012213,0.00894,0.012003,-0.01543,-0.025718,0.003903,-0.038645,0.022554,0.008958,0.006494,-0.022153,0.052102,-0.018025,-0.015577,-0.03835,0.014511,0.008158,-0.021085,0.005416,0.040327,-0.040164,0.024355,-0.028976,-0.003775,-0.032361,0.030796,0.004163,-0.004089,-0.003712,0.007761,-0.008938,0.00672,0.007056,-0.027039,-0.019762,0.017756,-0.019523,-0.055903,0.016845,0.014612,-0.004515,0.035032,0.016782,0.007522,-0.06219,0.027229,-0.006249,0.02226,-0.00781,-0.015109,-0.013683,-0.013661,-0.04271,0.007503,0.047127,-0.011099,0.022365,-0.030076,0.025563,0.001078,-0.032181,0.049246,-0.017235,-0.018224,-0.016307,0.003585,0.013862,0.034731,-0.010075,-0.021162,-0.013501,0.044748,0.015887,0.025576,-0.020403,-0.02085,-0.001332,0.011577,0.00459,-0.006342,0.007661,-0.025556,0.035267,-0.013977,-0.027044,-0.032799,0.029909,-0.008515,0.03275,0.019608,0.088194,0.010369,-0.027889,0.068157,0.011605,-0.004851,-0.00762,0.026998,-0.016163,-0.009947,0.013718,-0.025647,0.000826,-0.069379,-0.030114,-0.005466,-0.037066,-0.009834,0.006459,-0.004623,0.004352,-0.017459,0.000165,0.023344,-0.000816,0.016072,0.012962,-0.017967,0.003232,-0.028926,0.003007,0.014252,0.028076,-0.037843,-0.018038,-0.011539,0.034862,-0.037205,-0.053849,0.015951,0.0063,0.01447,0.000085,-0.02178,-0.001147,0.035886,0.060768,0.045872,-0.049351,0.007622,0.016825,-0.018066,-0.011723,0.013917,0.020808,-0.012979,-0.032219,0.008213,-0.007405,-0.035606,0.052263,-0.00191,0.00998,-0.000406,0.029409,0.116911,0.007683,0.010644,0.011024,-0.03158,0.035615,0.018098,0.028878,-0.000264,-0.002745,0.019644,-0.042375,-0.0062,-0.000079,0.022404,-0.009697,-0.002161,-0.007406,-0.002898,-0.010541,0.109411,0.036222,-0.018841,-0.035649,0.008676,-0.030153,-0.01235,-0.015952,-0.00687,0.01623,0.021134,0.032571,-0.007554,-0.005119,0.003927,0.017048,-0.000764,0.006905,0.009802,0.016197,-0.013002,-0.038872,-0.005636,-0.025185,0.014358,0.043565,-0.003942,0.000553,-0.012841,0.060061,0.047984,-0.027029,0.016658,-0.03028,0.00736,-0.00352,0.001757,-0.029452,0.039338,-0.024219,0.024739,-0.006028,-0.011339,-0.042685,-0.018156,-0.052696,-0.010381,0.032353,-0.017807,0.010125,-0.020011,-0.024958,0.030935,0.019018,-0.009467,-0.019308,-0.017214,-0.014215,0.007507,0.012223,0.747165,-0.01038,0.032239,-0.006644,-0.007314,0.000384,0.01278,-0.035376,0.012222,0.001675,0.016063,0.01062,-0.012712,0.046351,0.02282,-0.007895,0.022136,0.006001,0.019951,-0.02054,0.0038,-0.04714,0.040605,0.033951,0.011393,0.075431,0.011773,-0.024736,0.001073,0.031404,-0.021876,-0.020442,-0.047052,-0.015461,0.011049,0.01336,-0.005927,0.03988,-0.011589,-0.08356,-0.00946,0.01211,0.015855,-0.005617,-0.00102,-0.026459,0.020788,0.03362,0.009998,0.008289,0.025363,0.005768,0.023367,0.052479,-0.015712,-0.012821,0.005921,-0.032318,-0.017792,0.033682,-0.00285,-0.007603,-0.005184,0.07147,0.017436,0.062696,-0.025489,0.004942,0.023928,0.01891,0.03562,-0.075384,0.027045,0.023713,0.010091,0.01289,0.012475,-0.037047,0.021213,-0.017551,0.003269,-0.070584,0.02199,0.021696,-0.02296,0.009391,-0.048373,0.015154,0.012971,-0.012837,-0.033712,0.006775,0.000953,-0.000006,0.005151,0.017853,0.007831,0.059814,0.006173,-0.002315,0.028147,0.019372,0.000905,0.021842,-0.059389,-0.001069,0.028693,-0.007001,0.004718,0.051691,0.023882,0.006615,-0.008492,-0.010513,-0.029324,-0.004522,-0.004356,-0.008093,-0.001129,0.001017,0.026186,-0.010144,-0.014284,0.0017,0.03199,-0.054899,-0.046473,0.011509,0.020423,-0.037809,0.006355,0.012507,-0.013379,0.004326,-0.022758,-0.008334,-0.000641,0.018516,0.032402,0.045285,0.009752,0.015081,0.01467,0.02567,-0.019976,0.011119,0.026728,0.013818,-0.018321,-0.017411,-0.005685,0.143535,0.034176,0.006153,0.004196,0.003478,0.011975,-0.02904,-0.017013,-0.034354,0.038479,0.002649,0.011783,0.005353,0.005085,-0.012029,0.073173,0.002283,0.010524,-0.016354,-0.003347,-0.009205,0.011521,-0.17732,0.005513,-0.042017,0.008367,0.013797,-0.001395,-0.006417,-0.032351,-0.015466,-0.027189,-0.001435,-0.006889,-0.030837,-0.024568,0.021184,-0.03331,0.05839,0.001504,0.016995,-0.004282,0.04114,0.068153,-0.026635,0.096327,0.019878,-0.01271,0.005953,0.006379,0.01938,0.026355,0.008157,0.037129,0.005981,-0.036731,-0.001444,0.000347,-0.016166,0.040785,-0.058009,0.02996,0.021111,0.002712,-0.018667,0.006346,-0.005686,-0.007397,0.033827,-0.011346,-0.003078,-0.004417,0.021569,-0.000864,-0.006225,-0.029621,0.048062,0.020934,-0.023918,0.000934,-0.047516,0.015915,0.003602,0.025551,-0.011654,0.00063,-0.057205,0.005264,-0.014071,-0.028134,0.007903,0.016769,0.021477,-0.035268,-0.002867,0.02839,0.054636,0.111869,0.025699,0.020324,-0.005639,0.029211,0.006711,0.002838,-0.00096,-0.034927,-0.033669,-0.007209,0.036348,0.019641,0.006025,0.000967,-0.031253,0.034368,0.006639,0.001125,-0.047644,0.019093,0.028387,0.012515,0.011347,0.021068,-0.00758,0.026736,0.018213,0.016719,0.030427,0.023119,0.003986,0.044063,-0.000699,-0.00255,-0.005811,0.01874,-0.020243,0.033192,-0.021901,0.045957,-0.00621,-0.002179,-0.026615,0.028292,0.003757,-0.041184,-0.00853,0.018945,-0.01893,0.007128,-0.011578,0.002888,-0.048393,0.030628,0.017444,-0.003478,0.006852,0.002926,-0.018191,0.013284,0.008788,-0.037318,-0.024459,0.022027,-0.025688,-0.074218,0.015676,0.002432,-0.011497,0.024052,0.013457,-0.000736,-0.09417,0.046852,-0.010821,-0.003165,0.008482,0.004746,0.008817,0.029906,-0.000681,0.024984,0.051409,-0.020098,0.029023,-0.009397,-0.005402,-0.012558,-0.015095,0.01237,-0.009498,-0.00149,-0.017813,0.011242,0.023334,0.006823,0.001885,-0.008639,-0.002122,0.01893,0.006387,0.015874,-0.017645,-0.015861,0.006457,0.031392,-0.014762,-0.029251,0.008823,-0.02679,0.014533,-0.029096,-0.027549,-0.042862,0.017822,0.001512,0.02205,0.006161,0.082456,0.029794,-0.028045,0.03821,-0.005267,0.002511,-0.018973,0.031465,-0.013306,0.001396,-0.037185,-0.025538,-0.015527,-0.043631,-0.003741,-0.020808,-0.024299,0.003853,-0.009392,-0.001034,-0.008929,-0.022839,0.001193,0.003917,0.006102,0.017367,0.012862,-0.012985,-0.005901,-0.038041,-0.014205,0.002898,0.041097,-0.001077,-0.000643,-0.024484,0.016954,-0.027249,-0.064544,-0.006915,-0.004984,-0.013373,0.014928,-0.033516,-0.000429,0.024466,0.032472,0.027594,-0.027907,0.01077,0.011597,-0.019554,-0.016518,-0.016264,0.018061,0.001494,-0.029465,0.015489,-0.032668,-0.022821,0.036371,0.004735,0.018893,0.003692,0.009396,0.111481,0.015679,0.013233,-0.009957,-0.022579,0.023267,0.021895,0.028564,-0.015888,-0.017475,-0.017891,-0.019576,-0.032014,0.032471,0.048894,-0.011346,0.000002,-0.024218,0.0253,-0.032336,0.096988,0.020524,-0.018905,-0.033738,0.013685,-0.008471,0.00286,0.017219,-0.000499,0.002113,0.023317,0.011563,0.003998,-0.012298,-0.004573,0.026106,-0.020299,0.006085,0.008159,-0.001819,0.008898,-0.024491,-0.017329,-0.01779,0.020852,0.040608,-0.001554,0.002409,-0.006305,0.067277,0.002671,0.002084,0.027886,-0.040276,0.027498,0.016279,0.016612,-0.021274,0.032675,-0.008053,0.016574,0.014647,0.025758,-0.01592,-0.002108,-0.066669,-0.028956,0.034664,0.000767,-0.011868,-0.004862,-0.021657,-0.001528,-0.003217,0.002283,-0.023108,-0.009648,-0.023344,0.002293,0.010179,0.768725,-0.021471,0.000354,0.002021,0.026409,-0.015721,0.01408,-0.01784,0.030291,-0.003416,0.017998,-0.005103,0.006062,0.011313,0.023513,-0.002371,0.02123,-0.004941,0.029214,-0.044573,-0.025765,-0.029484,0.036233,0.018613,0.004509,0.071208,0.010214,-0.019171,-0.00029,0.038049,-0.042175,-0.022555,-0.04963,-0.008448,-0.021794,0.016617,-0.040127,0.020567,0.021761,-0.073016,-0.01583,-0.007747,0.016489,-0.026832,0.003986,-0.005439,0.026934,0.028479,0.014789,-0.015994,0.023304,-0.014723,0.02964,0.071585,-0.006168,-0.00928,0.010642,-0.024252,-0.00782,0.014077,-0.012866,-0.014488,-0.031376,0.083076,0.023292,0.063676,-0.00239,0.001923,0.022832,0.019212,0.026288,-0.073759,0.033875,0.019328,0.01294,0.010763,0.004964,-0.03816,0.026487,-0.013808,0.000425,-0.061194,0.015056,0.013349,-0.015784,0.00542,-0.047509,0.011407,0.018785,-0.006031,-0.037325,0.00209,0.006594,0.00891,0.006338,0.036857,0.005989,0.057098,-0.004921,0.005115,0.026653,0.029415,-0.010237,0.016153,-0.053672,0.004851,0.021332,-0.015468,0.000458,0.059165,0.023691,0.010537,-0.008838,-0.007243,-0.029793,-0.009704,-0.012527,-0.005695,0.012973,-0.001623,0.040594,-0.022639,-0.016829,-0.006278,0.039005,-0.045583,-0.054749,0.023344,0.027724,-0.04356,0.008996,0.021649,-0.009412,-0.005233,-0.026743,-0.015147,0.002729,0.020292,0.026413,0.032581,0.005535,0.007519,0.024812,0.023264,-0.022053,0.009186,0.03961,0.010117,-0.007445,-0.014875,-0.022966,0.155843,0.040294,0.005504,0.004722,0.00569,0.023226,-0.041204,-0.014038,-0.028388,0.040618,0.000354,0.001655,0.007844,-0.001435,-0.012864,0.064762,-0.001996,0.008442,-0.014087,-0.016738,-0.011001,0.007956,-0.161871,-0.003464,-0.030758,-0.002548,0.002933,0.000239,-0.010271,-0.047828,-0.019758,-0.035908,-0.005074,-0.003975,-0.025555,-0.020192,0.01682,-0.038466,0.058136,0.000557,0.020788,0.003679,0.048643,0.072134,-0.038079,0.071121,0.026748,-0.02341,0.01965,0.02023,0.013184,0.021172,-0.003726,0.038895,0.007494,-0.040853,0.002504,0.001506,-0.00957,0.030885,-0.047852,0.030942,0.02638,0.003176,-0.022469,0.002047,-0.000181,0.005383,0.025783,-0.017741,-0.001872,-0.007399,0.023839,0.007234,-0.009066,-0.026849,0.057951,0.00854,-0.037473,0.009292,-0.025009,0.02019,0.008959,0.022626,-0.015507,0.004356,-0.053715,0.007727,-0.011883,-0.023838,0.008204,0.010329,0.016983,-0.014722,0.009891,0.016246,0.062161,0.111654,0.023521,0.014643,-0.012265,0.03071,0.010333,0.001606,0.000816,-0.032981,-0.038178,-0.01135,0.033941,0.019661,-0.005574,0.012251,-0.033179,0.036904,0.004494,0.003235,-0.058132,0.013858,0.023301,0.022881,-0.010758,0.024753,-0.003199,0.027345,0.023037,0.014685,0.0312,0.018701,-0.01026,0.047345,-0.002178,-0.007411,-0.005673,0.009265,-0.010832,0.033541,-0.022059,0.030631,0.002234,-0.004437,-0.030106,0.042111,-0.004629,-0.041808,-0.020235,0.031702,-0.009574,-0.003743,-0.015191,0.012284,-0.049037,0.017495,0.019654,0.003997,0.008521,0.015071,-0.015133,0.013705,0.011036,-0.031672,-0.035891,0.013144,-0.025436,-0.079341,0.02229,0.002262,-0.01285,0.01553,0.000193,-0.003436,-0.106715,0.050138,0.000573,0.000764,0.005138,-0.000642,0.031015,0.047263,-0.014103,0.028671,0.042988,-0.029523,0.020609,0.002254,-0.015383,-0.00237,-0.019494,-0.003311,-0.006775,0.003417,-0.01911,0.008935,0.02481,-0.000588,0.006475,-0.012279,0.001338,0.009494,0.003973,0.013676,-0.018077,-0.016801,-0.002134,0.038244,-0.020922,-0.013769,0.012212,-0.039572,0.013835,-0.026723,-0.042629,-0.052809,0.028663,0.014733,0.029307,0.016544,0.072722,0.028999,-0.022267,0.037127,-0.001648,0.001838,-0.022844,0.02732,-0.016567,0.010781,-0.033764,-0.022255,0.000725,-0.049777,-0.00174,-0.024465,-0.013741,-0.01086,0.002375,-0.001596,0.00792,-0.028571,0.008741,-0.008567,0.020535,0.020154,0.009044,-0.011212,-0.006267,-0.024978,-0.018009,0.003998,0.050054,-0.011314,-0.020019,-0.031894,0.020398,-0.032813,-0.068817,-0.006889,-0.006658,-0.012669,0.008739,-0.04642,-0.005341,0.017397,0.031849,0.030278,-0.029354,0.009825,0.010482,-0.024168,-0.001764,-0.019111,0.016824,-0.002833,-0.03609,0.012848,-0.033134,-0.025261,0.04499,-0.001905,0.035634,0.004452,0.003774,0.111903,0.005039,0.003211,-0.006444,-0.034959,0.018491,0.024185,0.017842,-0.03046,-0.008352,-0.021448,-0.027142,-0.025226,0.036451,0.043645,-0.030097,-0.009587,-0.019773,0.02639,-0.015926,0.088411,0.017854,-0.021885,-0.045113,0.010762,-0.014751,0.002507,0.018492,-0.009097,0.004583,0.023018,0.01936,0.004471,0.00368,-0.000912,0.028329,-0.032108,0.015471,-0.000201,0.002376,0.021888,-0.017016,-0.025674,-0.013097,0.032893,0.049633,-0.016584,0.014169,-0.006397,0.069704,-0.001579,-0.003884,0.026589,-0.051057,0.01763,0.004649,0.018619,-0.034114,0.029791,-0.034744,0.026679,0.011423,0.027263,-0.019245,0.000507,-0.055841,-0.027289,0.031283,-0.001835,-0.019068,-0.006598,-0.038884,0.003093,0.002176,-0.005977,-0.028157,-0.009047,-0.025575,0.010587,0.017337,0.753632,-0.017223,-0.013014,-0.001561,0.026678,-0.00313,0.026613,-0.004083,0.024632,-0.001471,0.011954,-0.00643,0.009064,0.018782,0.012965,0.002525,0.013776,0.001647,0.043003,-0.049407,-0.029268,-0.030453,0.036728,0.022264,-0.004769,0.069999,-0.000984,-0.02173,0.00334,0.048618,-0.038986,-0.020653,-0.055398,-0.020908,-0.021741,0.025681,-0.037629,0.024182,0.010824,-0.069038,-0.028705,-0.011154,0.012433,-0.032583,0.013039,-0.005765,0.033499,0.017582,0.025101,-0.009925,0.028955,-0.012628,0.036223,0.07481,0.0042,-0.003439,0.01099,-0.035052,0.004919,0.017523,-0.006054,-0.016127,-0.03446,0.082843,0.030046,0.05829,-0.004081,0.001212,0.018011,0.021669,0.02865,-0.08727,0.036312,0.032645,0.016753,0.000477,0.000051,-0.033639,0.019367,-0.002695,-0.016491,-0.069067,0.003316,0.01041,-0.004524,-0.005808,-0.029201,0.021522,-0.003833,-0.001977,-0.050837,0.003746,-0.003383,-0.024447,0.016999,0.003193,0.004654,0.025038,0.004399,0.002572,0.025099,0.044798,-0.003796,0.022274,-0.050594,-0.002855,-0.00283,0.004595,0.019096,0.032844,0.015499,0.009422,-0.002517,-0.011342,-0.013786,-0.007702,0.016362,0.011714,0.015955,0.008998,0.034965,0.002576,-0.007734,-0.01276,0.012745,-0.025008,-0.047164,0.035798,0.040108,0.006938,0.009455,0.001438,-0.017673,0.008114,-0.006561,-0.026224,0.010089,-0.001079,0.039185,0.024203,-0.00641,0.012802,0.028278,0.010861,-0.006676,0.023088,0.023746,0.020062,-0.007616,0.000624,-0.012417,0.185031,0.028331,0.00429,0.009595,0.012151,0.006342,-0.009111,-0.006757,-0.047054,0.020378,-0.006878,-0.004817,0.032876,-0.028791,0.017314,0.052345,0.019182,-0.004409,-0.015323,-0.018041,0.010961,0.018284,-0.208422,-0.002645,-0.032673,-0.00221,0.018015,-0.013414,0.014899,-0.028342,-0.003267,-0.027004,-0.020952,-0.029283,-0.021365,0.000744,-0.001038,-0.020587,0.061591,-0.006095,0.001244,-0.005983,0.034348,0.092659,-0.020451,0.098856,0.026147,-0.005578,-0.013827,0.016416,-0.012118,0.000645,-0.006669,0.031762,0.013893,-0.030548,-0.008486,-0.007073,-0.001027,0.011981,-0.040163,0.020294,0.026338,0.007776,-0.035305,-0.012411,-0.012161,-0.007168,0.006983,-0.024628,-0.013972,0.010473,0.001825,-0.018976,-0.030716,-0.03994,0.032445,0.007588,-0.028452,0.005554,-0.028607,0.008861,0.014073,0.029671,-0.010422,-0.019398,-0.049795,0.009973,-0.028382,-0.045525,0.015126,0.012707,0.023389,0.005296,0.008937,0.025872,0.053233,0.150008,0.01812,0.010741,-0.012227,0.020819,-0.010923,0.003011,0.014274,-0.033792,-0.056774,-0.001412,0.029682,0.013868,0.018647,-0.00368,-0.036261,0.038433,0.004857,-0.024978,-0.064026,0.000012,0.044985,0.016832,-0.003379,0.016785,0.002218,0.008804,0.017296,0.014537,0.000366,0.010263,0.009586,0.04795,0.015359,-0.006374,-0.052646,0.038695,0.00432,0.016241,-0.019024,0.023414,-0.015496,0.002418,-0.035876,0.046351,-0.010955,-0.032111,-0.016513,0.009574,-0.024872,0.006949,-0.006697,0.020171,-0.039902,0.031896,0.02829,0.013883,0.003532,0.010923,-0.0116,0.036675,0.021376,-0.028735,-0.016504,0.019345,-0.030738,-0.110657,0.009197,-0.012058,-0.020916,0.033872,0.041817,-0.002795,-0.081291,0.020429,-0.0135,0.025403,0.040142,-0.012365,-0.020249,0.015956,-0.020993,0.015115,0.031577,-0.013746,0.01437,-0.003586,0.000533,0.002181,-0.022116,-0.007607,-0.019597,-0.012038,-0.008446,0.006418,0.008629,-0.013468,-0.002847,0.008216,-0.019913,0.031076,0.010002,0.045997,-0.013755,-0.036763,0.006181,0.025247,0.011533,-0.027354,-0.004878,-0.025205,-0.000844,-0.01386,-0.009078,-0.04668,0.009768,0.003422,0.017149,0.006143,0.089701,0.0089,-0.030573,0.024795,-0.00606,-0.015031,-0.031175,0.030531,0.000672,0.007444,-0.0271,-0.016319,-0.016987,-0.038204,-0.003395,-0.013026,-0.033525,-0.003255,-0.015913,0.00899,-0.016462,-0.00672,-0.007279,0.012084,-0.00732,0.00953,0.000643,-0.000507,0.011681,-0.023409,0.001816,-0.005012,0.054169,-0.019183,0.016992,-0.020019,0.012785,-0.030111,-0.045326,-0.03359,0.007836,0.016799,0.013292,-0.009711,0.014644,0.009398,0.031116,0.035606,-0.015763,0.01657,0.007147,-0.009653,-0.015115,0.012471,0.012626,-0.022671,-0.058607,0.017619,-0.028504,-0.036322,0.036453,-0.012641,0.007375,0.012879,0.008376,0.106402,0.027053,0.007397,0.000663,-0.007164,0.012226,0.03102,0.00287,-0.036627,0.006292,-0.026928,-0.006301,-0.014776,0.045778,0.028733,-0.010702,0.004715,-0.023901,-0.017012,-0.033457,0.117924,0.011926,-0.013904,-0.023012,-0.001665,-0.011332,0.008346,0.013833,-0.004137,0.021647,0.032287,0.032022,-0.009767,-0.005654,0.005855,0.002474,-0.001617,-0.004456,0.00857,-0.013015,-0.000933,-0.023648,-0.018689,-0.015283,0.01598,0.017166,-0.007942,0.006966,-0.011504,0.05339,0.009466,-0.028036,0.024859,-0.03457,-0.002961,-0.009153,0.011231,-0.008476,0.03387,-0.010515,0.036573,0.012865,-0.023344,-0.013167,-0.029933,-0.054738,-0.020036,0.035071,0.005033,0.019588,-0.030914,-0.020701,0.008558,0.028317,-0.007697,-0.009575,0.010565,-0.031033,0.014681,0.031354,0.746518,0.001045,0.003588,0.001252,0.002595,-0.028353,0.028607,-0.028415,0.009569,-0.018101,0.012964,0.011962,0.002989,0.031505,0.015262,-0.014273,0.030501,-0.010627,0.012212,-0.043616,-0.006899,-0.044111,0.041087,0.013345,0.016334,0.080919,0.012465,-0.013379,0.011767,0.046091,-0.004391,-0.006881,-0.029883,-0.03348,0.001434,0.005067,0.002914,0.01801,-0.001991,-0.075156,-0.011876,-0.017965,0.02562,-0.014689,0.017255,-0.03892,0.019126,0.016324,0.026592,-0.00005,0.032135,0.000714,0.031977,0.053156,0.003543,-0.010994,0.004412,-0.01777,0.009377,0.015428,-0.009908,-0.037768,-0.017199,0.054518,0.01465,0.06859,0.01988,0.000942,0.015864,0.03972,0.024375,-0.083998,0.033597,0.043353,0.006091,-0.002769,0.018139,-0.036429,0.021509,-0.005838,-0.008782,-0.061573,-0.000224,-0.000164,-0.005317,0.001848,-0.039606,0.01212,0.015491,-0.01493,-0.030326,0.00398,0.006645,-0.009905,0.016959,0.027438,0.005827,0.024072,0.005353,0.004518,0.029837,0.043633,0.005092,0.026299,-0.05235,-0.007382,0.005274,-0.010021,0.016572,0.042098,0.035432,0.018738,-0.016556,-0.022614,-0.024165,-0.005991,0.00453,0.00871,0.003555,0.008405,0.038168,-0.0031,-0.01158,-0.016365,0.02533,-0.044193,-0.04513,0.032696,0.030501,-0.009772,0.006801,0.002411,-0.017409,0.001122,-0.02266,-0.029139,0.012013,0.003299,0.052689,0.026374,0.001636,0.010496,0.03396,0.012088,-0.009089,0.006324,0.023736,0.018946,-0.015648,-0.003507,-0.005884,0.162802,0.031962,0.009308,0.02429,0.006739,-0.010238,-0.012316,-0.023225,-0.039772,0.037464,0.006344,-0.014573,0.026477,-0.042031,0.03121,0.049286,0.017045,-0.006956,-0.010976,-0.020114,0.003926,0.022625,-0.177234,0.011622,-0.034503,0.001088,0.019534,-0.008755,-0.003276,-0.027379,-0.007041,-0.017908,-0.024721,-0.037062,-0.020277,0.005718,0.016553,-0.024898,0.060359,0.010013,0.020755,-0.013992,0.049837,0.087371,-0.022628,0.074013,0.042826,-0.003449,-0.008669,0.023356,-0.007944,-0.004734,-0.009051,0.02052,0.023693,-0.042791,0.008962,-0.0102,-0.005339,0.026527,-0.041211,0.026763,0.016955,-0.015695,-0.041673,-0.006659,-0.004346,0.006228,0.012681,-0.020853,-0.016314,0.02329,0.01583,0.007286,-0.03695,-0.034422,0.024732,-0.000944,-0.028754,0.009065,-0.028218,0.029466,-0.003827,0.033099,-0.009485,-0.008855,-0.063772,0.008207,-0.015774,-0.051163,0.001804,0.00644,0.037355,-0.005586,0.007132,0.022441,0.052818,0.164053,0.013764,0.020147,-0.012616,0.017809,-0.0052,0.010233,0.002933,-0.04497,-0.048648,-0.003976,0.036513,0.026276,0.013254,-0.02355,-0.044599,0.032239,0.012468,-0.01085,-0.043178,-0.005523,0.050864,0.02431,0.00444,0.016779,0.008175,0.001825,0.0317,0.016392,-0.001886,0.022281,0.000243,0.051226,-0.001631,-0.014663,-0.028509,0.025914,-0.005906,0.032708,-0.022172,0.023815,-0.011025,0.006093,-0.029793,0.043892,-0.017638,-0.039871,-0.02591,-0.007503,-0.052974,0.000423,-0.007053,0.015052,-0.049051,0.037315,0.009863,0.00302,0.006098,0.026268,-0.028625,0.020012,0.02635,-0.027463,-0.031422,0.031031,-0.013488,-0.09814,0.011007,-0.008884,-0.021323,0.026122,0.043601,-0.002034,-0.082264,0.025656,-0.032142,0.030861,0.025177,0.001484,-0.025473,0.018791,-0.020139,0.016362,0.031486,-0.023456,0.024541,-0.004239,-0.009644,-0.007439,-0.0149,0.000869,-0.022154,-0.01154,-0.021083,0.008439,0.007027,0.000167,0.018557,0.003998,-0.017381,0.0322,0.018669,0.044328,-0.019159,-0.026007,-0.002476,0.020942,-0.001259,-0.021903,0.000347,-0.027118,0.006787,-0.01957,-0.013168,-0.046983,0.010757,0.002376,0.018013,0.009368,0.090351,0.026119,-0.030095,0.032027,-0.009258,-0.019898,-0.041899,0.02415,-0.017561,0.013369,-0.031836,-0.030682,-0.023849,-0.046105,-0.006774,-0.00294,-0.040986,0.013392,-0.011579,0.011804,-0.009733,-0.008552,0.002715,0.002519,-0.011152,0.02695,-0.00756,0.001811,-0.004364,-0.028413,0.005726,0.005081,0.066031,-0.021564,0.013782,-0.018738,0.020445,-0.039293,-0.053219,-0.011727,0.018146,0.018012,-0.005542,0.000287,0.019183,-0.00017,0.034432,0.028139,-0.025217,0.017754,0.017327,-0.0001,-0.007657,-0.002817,0.008402,0.001275,-0.058943,0.013181,-0.015647,-0.044327,0.030916,-0.018015,0.013133,0.02001,0.013713,0.106543,0.036245,0.00523,-0.000869,-0.005828,0.018368,0.007129,0.015474,-0.014784,0.010787,-0.028489,-0.007169,-0.021094,0.041784,0.028457,-0.016016,0.006575,-0.024852,-0.008267,-0.03278,0.145978,0.017513,-0.020852,-0.04292,0.009275,-0.003041,0.015755,0.027152,-0.019869,0.015548,0.022279,0.005466,-0.019361,-0.00884,0.009148,0.007783,-0.01109,0.004014,0.004308,-0.004194,-0.007384,-0.02423,-0.008675,-0.0324,0.024776,0.019241,0.000072,-0.006816,-0.019852,0.041116,0.010969,-0.020204,0.011879,-0.024603,-0.00576,-0.016206,0.015343,-0.011673,0.032993,-0.008856,0.040312,-0.002717,0.002169,-0.007102,-0.02032,-0.069432,-0.014194,0.027107,-0.001529,0.024009,-0.024477,-0.040935,0.002765,0.021475,-0.011248,-0.025893,0.017969,-0.042633,0.015244,0.031629,0.736348,-0.000022,-0.012249,-0.002709,0.00913,-0.019202,0.018077,-0.029671,0.028087,-0.014374,0.005546,-0.006822,0.000665,0.034209,0.018323,-0.004948,0.028633,0.004436,0.011594,-0.051077,-0.017881,-0.058125,0.04528,0.026684,0.019198,0.083765,0.015183,-0.015423,0.011475,0.037274,-0.001278,-0.00534,-0.044944,-0.015128,0.000986,0.005587,-0.013211,0.020732,-0.003172,-0.070875,-0.011797,-0.017452,0.022015,-0.016061,0.012342,-0.050685,0.027061,0.015118,0.024109,-0.025433,0.036967,0.002654,0.024859,0.053114,0.006721,-0.013215,0.005066,-0.003924,0.014237,0.00641,-0.01925,-0.028794,-0.02054,0.039438,0.013117,0.064786,0.026884,0.006061,0.033204,0.039673,0.022685,-0.085415,0.031408,0.033995,0.020323,-0.003241,0.009423,-0.02995,0.023276,-0.006024,-0.011612,-0.067706,0.014238,0.011881,-0.023327,0.011514,-0.041772,-0.004392,0.021021,0.000026,-0.050333,0.006808,0.004798,-0.025134,0.03524,0.002504,-0.007579,0.033596,0.027313,0.006365,0.035311,0.045234,-0.014951,0.032021,-0.067221,0.004325,0.013002,0.005792,0.014694,0.050861,0.040254,0.011781,-0.002147,-0.011565,-0.028323,-0.004552,0.016613,0.006097,-0.002578,0.010357,0.016983,0.000366,-0.010654,-0.012271,0.030201,-0.063947,-0.041276,0.013962,0.046075,-0.019189,-0.007321,0.014683,-0.012911,0.02018,-0.021963,-0.012871,-0.011123,0.017758,0.059316,0.042735,-0.001825,0.011754,0.023888,0.027186,-0.009993,-0.007747,0.040425,0.029728,-0.01321,-0.01426,-0.012649,0.152439,0.042794,0.014404,0.023725,0.004468,-0.025782,-0.014295,-0.016349,-0.038545,0.020447,0.006632,-0.025832,0.024821,-0.020273,0.021363,0.053819,0.010591,-0.010426,-0.018899,-0.02912,0.006563,0.023979,-0.19344,-0.003483,-0.046073,0.019118,0.004697,-0.012997,0.007173,-0.03134,-0.006641,-0.030796,-0.024899,-0.030672,-0.021041,0.003622,0.012887,-0.027509,0.046686,-0.002024,0.01478,-0.005044,0.03188,0.088681,-0.017781,0.091756,0.016803,0.000098,-0.002045,0.007664,0.00528,-0.0012,0.0042,0.024651,0.007175,-0.046911,0.010097,0.006217,0.007754,0.041117,-0.029653,0.022922,0.027959,-0.009268,-0.046222,-0.002252,-0.01745,-0.003246,0.01125,-0.000555,-0.000517,0.002957,0.01778,0.015831,-0.025914,-0.034092,0.034348,0.005295,-0.028761,0.008528,-0.036601,0.027307,0.032343,0.036616,-0.009062,0.007173,-0.05482,0.001982,-0.010666,-0.047572,-0.009802,0.021313,0.02115,-0.022614,-0.000365,0.026417,0.052405,0.124446,0.020818,-0.005615,-0.00412,0.018494,-0.003737,0.026464,0.019995,-0.042083,-0.047892,-0.010157,0.032676,0.012134,0.028164,-0.00321,-0.036298,0.024406,0.004915,-0.020412,-0.056203,0.003746,0.057069,0.019113,-0.000922,0.020728,0.006234,0.019827,0.029423,0.030199,0.00186,0.021785,0.007062,0.038606,0.019081,-0.009103,-0.025547,0.033585,-0.001534,0.039704,-0.023403,0.035133,-0.018319,-0.00196,-0.023891,0.045138,-0.010281,-0.035199,-0.02156,0.004393,-0.021028,-0.011446,-0.002094,-0.000359,-0.044985,0.031713,0.014802,0.000248,0.002876,0.002365,-0.015139,0.018063,0.026649,-0.022987,-0.015763,0.035102,-0.006808,-0.081901,0.015737,-0.003285,-0.013967,0.028034,0.032556,0.002215,-0.081374,0.024636,-0.008423,0.007355,0.027796,0.005698,-0.022527,0.01493,-0.004526,0.037456,0.034585,-0.003798,0.047119,0.000919,-0.007442,-0.010006,-0.018122,-0.005154,-0.015335,-0.019762,-0.028569,0.006145,0.004031,-0.006831,0.009708,0.00455,-0.018239,0.03072,0.013038,0.043032,-0.018436,-0.025808,0.006056,0.021185,0.006223,-0.026512,0.009328,-0.042804,0.025306,-0.024251,-0.007982,-0.048288,0.013949,-0.007897,0.022982,0.01924,0.112293,0.030677,-0.033268,0.036169,-0.023231,-0.014745,-0.027054,0.013981,-0.003144,0.004373,-0.0272,-0.041869,-0.014362,-0.044531,-0.002117,-0.016071,-0.034395,0.014561,-0.030185,0.00015,-0.019819,-0.009227,0.012045,0.009509,-0.003512,0.022469,0.012562,-0.003537,-0.010053,-0.050857,-0.01414,0.028371,0.047625,-0.016003,0.005266,-0.02753,0.020872,-0.032399,-0.053459,-0.003265,0.004966,-0.012176,-0.007606,-0.004992,0.00215,0.014796,0.041851,0.022366,-0.025288,0.009669,0.017134,-0.001252,-0.013297,-0.018141,0.023728,0.008038,-0.051461,0.023187,-0.018514,-0.020268,0.036503,-0.008794,0.013169,0.01158,0.007608,0.107962,0.029001,0.001651,0.012496,-0.01742,0.016963,0.009989,0.008724,-0.026625,0.018757,-0.021753,-0.019398,-0.012035,0.03544,0.031877,-0.00086,0.004102,-0.02643,-0.007771,-0.036196,0.144846,0.031213,-0.010143,-0.030391,0.0135,-0.003364,0.014497,0.021515,-0.006032,0.022317,0.029098,0.016235,-0.001752,-0.013324,0.00695,0.024673,-0.00819,0.017165,0.009654,-0.017614,-0.00518,-0.019691,0.015324,-0.01278,0.011619,0.031021,0.013371,-0.006381,-0.008688,0.051608,0.010075,-0.018585,0.021878,-0.033466,0.009961,0.002854,0.017483,-0.021621,0.039096,-0.012248,0.036109,0.010289,0.007807,0.001454,-0.035028,-0.082615,-0.013508,0.035044,0.00389,0.016123,-0.03184,-0.023554,-0.010309,0.020752,-0.011493,-0.016153,0.009515,-0.05058,0.011317,0.029432,0.726442,-0.003966,0.005109,0.00291,0.015612,-0.021142,0.033683,-0.031085,0.044787,-0.018766,0.004969,-0.007992,0.009224,0.03481,0.023601,-0.011374,0.031052,0.011962,0.022275,-0.03325,-0.029252,-0.04337,0.067286,0.036175,0.037687,0.074272,0.011648,-0.001281,0.006032,0.052807,-0.00587,-0.015208,-0.047485,-0.013331,0.000617,0.011267,-0.01063,0.02447,0.003262,-0.067807,-0.017484,-0.026908,0.022783,-0.025762,0.009754,-0.043774,0.025965,0.028135,0.023847,-0.018217,0.01614,0.001643,0.043484,0.062197,0.01356,-0.017088,0.008868,-0.021155,0.00124,0.021858,-0.029033,-0.015698,-0.02904,0.055158,0.020817,0.076694,0.019022,-0.013158,0.018098,0.034836,0.024118,-0.092464,0.046606,0.022886,0.003915,0.003904,0.025975,-0.022052,0.020581,-0.017981,-0.008457,-0.058449,0.024473,0.005444,0.005797,0.026765,-0.025505,-0.012924,0.018822,-0.009177,-0.030791,0.00506,0.006925,-0.016319,0.015434,0.000808,-0.002682,0.031287,0.014749,0.006897,0.034515,0.026361,0.004757,0.012568,-0.05563,0.011598,0.007326,0.004907,0.010473,0.046528,0.026231,-0.007343,-0.016371,-0.02222,-0.003435,-0.005718,0.012776,0.017147,0.008556,0.015763,0.031369,0.008392,0.00356,-0.013415,0.027727,-0.067232,-0.035352,0.046687,0.014534,-0.039093,-0.020995,0.021135,-0.012532,-0.018437,-0.032059,0.004913,-0.008804,0.016534,0.048397,0.024322,0.002533,0.02149,0.012492,0.013978,0.013348,-0.023522,0.028722,0.023274,-0.011068,-0.006171,0.007616,0.149343,0.026629,-0.011349,0.006907,-0.026549,-0.014818,0.000846,-0.033172,-0.011161,0.079975,0.004718,-0.021792,0.003695,-0.050013,0.009745,0.071081,-0.017711,0.015929,-0.007839,-0.012265,-0.015525,0.010691,-0.148259,-0.006732,-0.047888,-0.0069,0.006751,0.002082,-0.02682,-0.013197,-0.012708,-0.012083,-0.010021,-0.042871,-0.018538,-0.017237,0.017566,-0.010726,0.043777,-0.02827,0.019217,-0.010514,0.054674,0.074077,0.00126,0.082918,0.03979,-0.001641,0.007514,-0.000288,-0.003461,0.010154,0.014271,0.010372,0.009813,-0.052688,-0.005612,0.007832,-0.031556,0.038929,-0.01198,-0.006463,0.016178,0.012923,-0.02939,0.01279,-0.016197,0.002182,-0.008972,-0.031818,-0.026846,0.026924,0.024376,0.031876,-0.019281,-0.018116,0.035487,0.012376,-0.019099,-0.00414,-0.043201,0.047013,0.020115,0.013789,-0.02015,0.011338,-0.052332,0.007539,-0.008681,-0.038469,0.014118,0.011757,0.021927,-0.019789,-0.000306,0.025326,0.02887,0.124399,0.020738,0.019002,0.00555,0.015679,0.014334,0.017426,-0.011656,-0.02686,-0.055809,0.013939,0.030264,-0.001984,0.011533,-0.017581,-0.04503,0.05619,0.010641,-0.005973,-0.025499,0.015073,0.034152,0.023948,0.010682,-0.004739,-0.015602,-0.019167,0.015674,0.006616,-0.010381,0.011307,0.018351,0.018249,-0.010695,0.009139,-0.028355,0.006741,-0.004769,0.020924,-0.019534,0.038254,0.004719,-0.000374,-0.028608,0.034875,-0.002898,-0.033594,-0.024911,0.01784,-0.021216,0.004329,-0.010747,-0.01211,-0.031708,0.026087,0.028992,-0.002411,0.002692,0.009156,-0.017696,0.003358,0.021808,-0.034911,-0.035003,0.006296,-0.008076,-0.084252,0.006276,0.006144,-0.013561,0.026115,0.022677,0.023683,-0.073754,0.049946,-0.0097,0.016837,-0.014231,-0.011389,-0.020082,0.009625,-0.011751,0.018026,0.009805,-0.007685,0.023412,-0.016171,0.003378,-0.005819,-0.017393,-0.009446,-0.009947,-0.024027,-0.03159,0.026684,0.00425,0.019139,-0.002975,0.00976,-0.025714,0.050892,0.011302,0.047492,-0.04516,-0.030244,0.001873,0.01476,-0.003776,-0.022141,0.021932,-0.029785,0.033502,0.001087,-0.012187,-0.040564,0.01143,0.003747,0.028327,0.015633,0.08847,0.031383,-0.015593,0.043662,0.007584,-0.017291,-0.010867,0.016018,-0.010054,0.026123,-0.014221,-0.038415,-0.002556,-0.042283,-0.029442,-0.018361,-0.016513,0.004871,-0.031874,0.02225,0.01573,-0.003138,0.001038,-0.006629,0.013244,0.021532,0.033862,-0.020011,-0.011415,-0.017909,-0.004884,0.024233,0.026203,-0.027139,0.0176,-0.019169,0.030172,-0.027088,-0.048723,-0.002687,0.006652,-0.004113,-0.014254,-0.020967,0.009216,0.009411,0.047522,0.027241,-0.026804,0.018686,0.005336,-0.007762,0.021812,-0.04081,0.038697,0.001111,-0.011621,0.001511,-0.011678,-0.014479,0.007793,-0.005748,0.010678,0.016459,0.018827,0.112086,-0.004645,0.001783,0.013784,-0.010861,0.032626,0.016535,0.052296,-0.013005,0.009203,-0.036982,-0.014076,-0.045808,0.008309,0.033614,0.006594,0.011399,-0.024787,0.009531,-0.026779,0.128111,-0.003332,-0.017386,-0.034208,0.003861,-0.004513,0.015937,0.020553,-0.004449,0.003552,0.02068,0.007447,-0.013311,0.003456,-0.001939,0.032002,-0.002146,0.018514,-0.011088,0.002593,-0.004037,-0.031426,0.02378,-0.022868,0.006854,0.03645,0.029694,-0.033451,-0.016021,0.074086,0.030413,-0.016417,0.02396,-0.004394,0.005753,-0.022874,0.029536,-0.010526,0.040694,0.013979,0.02709,0.004626,0.021973,-0.018905,-0.021478,-0.079453,-0.011312,0.028132,-0.027058,0.010141,-0.014297,-0.027314,0.015732,0.01187,-0.017011,-0.031046,-0.010271,-0.034637,0.021901,0.037512,0.756362,0.00428,0.005467,-0.000437,0.016188,0.015209,0.023758,-0.024891,0.035239,0.0023,-0.021229,-0.015321,-0.015753,0.044108,0.029613,-0.009322,0.043171,0.011273,0.02467,-0.035109,-0.022556,-0.04082,0.038113,0.04868,0.010895,0.067071,0.004301,-0.03098,0.003085,0.047243,-0.022853,-0.004274,-0.051235,-0.01776,0.02371,0.00326,-0.016079,0.023701,-0.000667,-0.086265,-0.006116,-0.000925,0.024665,-0.00136,0.003686,-0.060919,0.03463,0.014761,0.040308,-0.000445,0.026935,-0.004554,-0.011972,0.045063,0.000626,-0.01568,0.006193,0.000786,-0.005651,0.014418,-0.035788,-0.01166,-0.033337,0.049693,0.016411,0.052233,0.02688,-0.00183,0.028383,0.033366,0.022516,-0.078798,0.023901,0.021689,0.009993,0.010029,0.030099,-0.0189,0.003879,-0.014478,0.006155,-0.054875,-0.031916,-0.019047,0.005348,0.013382,-0.018571,0.001929,0.016898,-0.016965,-0.049131,-0.016405,0.016815,0.005405,0.009431,0.000886,-0.008237,0.037746,0.026835,0.011244,0.025308,0.007616,-0.004366,0.022504,-0.056949,0.019939,-0.001989,0.01325,0.026528,0.035722,0.014439,0.005281,-0.016413,-0.023496,-0.007938,-0.001328,0.008173,0.014364,-0.006248,0.009264,0.018153,-0.015925,-0.013937,-0.016019,0.034928,-0.045327,-0.02797,0.043775,0.010612,-0.010959,0.011621,0.008817,-0.007676,-0.021948,-0.021963,-0.013248,0.010798,0.016587,0.040056,0.013536,0.003416,0.013799,0.020069,0.026224,0.006353,-0.008719,0.010014,0.012019,0.008106,-0.020076,0.016602,0.148976,0.011064,-0.008292,0.023301,-0.020041,0.011581,-0.022108,-0.024331,-0.01657,0.062231,-0.000739,0.000223,0.010597,-0.030173,0.004151,0.06302,-0.012261,0.016123,-0.012831,0.001394,-0.031409,0.034369,-0.16536,-0.011152,-0.026374,-0.000178,0.017359,0.009829,-0.02596,-0.029441,-0.008476,-0.014665,-0.015435,-0.041038,-0.027144,0.007836,0.038538,-0.005062,0.069911,-0.012608,0.008763,-0.012718,0.049274,0.083922,-0.012923,0.085718,0.04104,0.008175,0.016111,0.005267,0.003041,-0.015987,0.014805,0.011822,0.005644,-0.041546,-0.0066,0.009627,-0.036309,0.043039,-0.005793,0.035368,0.028538,-0.017561,-0.050074,0.011367,-0.004551,-0.012155,0.014334,-0.033745,-0.027064,0.021724,0.009157,0.007032,-0.017534,-0.05092,0.028235,0.003617,-0.024661,-0.004348,-0.039427,0.035424,0.005903,0.014105,0.001655,0.000112,-0.051055,0.003434,0.003564,-0.050898,0.036915,0.017522,0.030068,-0.009817,0.004665,0.029728,0.033558,0.149002,-0.006076,0.020412,0.011603,-0.000725,0.018217,0.021797,-0.006911,-0.021555,-0.038315,-0.003083,0.006898,-0.000111,-0.000032,-0.028926,-0.032078,0.05073,0.017486,-0.005324,-0.030241,0.026337,0.031687,0.026453,-0.000868,0.000512,0.011528,-0.011393,0.02381,0.011333,0.000019,0.030457,0.001104,0.023773,-0.022054,0.002809,-0.053747,0.027149,-0.017947,0.011939,-0.002462,0.03843,0.009391,-0.003792,-0.030835,0.036581,0.006838,-0.03596,-0.001854,-0.003002,-0.027958,0.000791,0.006394,0.005231,-0.040161,0.048285,0.000339,-0.004375,-0.003765,0.00475,-0.000865,0.00397,-0.00812,-0.024793,-0.025921,0.0197,-0.023672,-0.099069,0.019396,0.007221,-0.021571,0.042952,0.057393,0.016833,-0.071951,0.05748,0.017091,0.033629,0.010637,-0.008438,-0.024892,0.014556,-0.022858,0.026796,0.017233,-0.004612,0.018751,-0.00289,-0.005965,0.008959,-0.012714,-0.007689,-0.030564,-0.005409,-0.034768,0.024546,0.001104,0.007527,0.000084,0.012471,-0.016198,0.039028,0.031983,0.031228,-0.026824,-0.030294,-0.020473,0.014804,-0.005086,-0.031336,0.006043,-0.028863,0.032741,-0.017423,-0.023649,-0.033941,0.019587,-0.011785,0.027588,0.009778,0.097095,0.022592,-0.016404,0.080967,-0.002248,-0.015903,-0.014192,0.041081,-0.003385,0.004956,-0.023895,-0.021778,0.013514,-0.035692,-0.022744,-0.0114,-0.015934,0.020928,-0.014372,0.027964,0.012398,-0.020283,0.003182,0.019171,0.007446,0.018755,0.021931,-0.026401,-0.000082,-0.034197,0.004281,0.009285,0.062227,-0.013134,0.027393,-0.015381,0.054267,-0.027359,-0.035677,-0.008817,0.011237,0.011281,0.004167,-0.03421,0.003206,0.017271,0.034304,0.049545,-0.03582,0.041808,0.031821,0.012269,-0.020515,-0.034611,0.028405,0.008384,-0.028127,0.015299,-0.022356,-0.012677,0.018239,-0.023728,0.02646,0.009924,0.000218,0.111293,0.02069,0.001748,-0.001505,-0.024744,0.03445,0.024367,0.046371,-0.031034,0.020068,-0.024855,0.004821,-0.040939,0.022414,0.0107,0.009269,0.009959,0.000276,-0.00753,-0.027925,0.116788,-0.014231,-0.039824,-0.034001,0.023374,0.021811,0.008009,0.013243,-0.00826,-0.00464,0.037061,0.019756,-0.021307,-0.010007,-0.001772,0.03638,-0.017606,0.003646,-0.00936,-0.01274,-0.000702,-0.030953,0.006824,-0.017946,0.014767,0.046353,0.00197,0.002286,-0.037172,0.055023,0.028729,-0.01838,0.024761,-0.015191,0.014983,-0.016848,0.021663,-0.00594,0.016032,-0.019,0.043098,0.006709,-0.015975,-0.028987,-0.015843,-0.08456,-0.009646,0.04231,0.002612,0.024875,-0.032839,-0.020941,0.028647,-0.007038,-0.015075,-0.022243,0.015323,-0.033903,0.013232,0.033239,0.74413,-0.030826,-0.03192,-0.016707,0.011701,0.008661,0.013257,-0.0251,0.040405,-0.022219,-0.006497,-0.010814,-0.004718,0.036237,0.009538,-0.016199,0.018489,0.000413,-0.000843,-0.031053,-0.038695,-0.057131,0.053225,0.019732,0.002224,0.046605,-0.008824,-0.019284,-0.007788,0.045552,-0.034633,0.00443,-0.033176,-0.006641,0.006562,0.000804,-0.002777,-0.002918,0.020577,-0.082348,-0.006482,-0.002269,0.047494,-0.010558,0.001142,-0.040302,0.021005,0.014874,0.037351,-0.033922,0.024031,-0.00564,0.013822,0.033589,-0.006651,-0.016594,0.004519,-0.01284,-0.025606,-0.016932,0.001911,-0.026286,-0.027069,0.041379,0.019533,0.060058,0.01659,0.019402,0.030132,0.036654,0.027645,-0.080996,0.037129,0.00916,0.022279,0.000598,0.006272,-0.029279,0.012985,-0.019293,-0.024645,-0.071853,0.011935,0.014894,-0.008662,0.004176,-0.050112,0.01769,0.020076,0.000541,-0.032282,0.002146,-0.005423,-0.004982,0.007219,0.017623,0.000879,0.060359,0.001527,0.016996,0.033426,0.031834,0.001817,0.013426,-0.046211,0.006337,-0.011527,-0.003095,0.000667,0.043823,0.022972,0.010953,-0.021639,-0.023703,-0.007982,-0.003236,0.005128,-0.001411,0.018334,0.011089,0.033488,-0.02573,-0.010917,-0.012212,0.028776,-0.044752,-0.045366,0.033193,0.026172,-0.017939,-0.002557,0.001556,-0.018158,-0.004195,-0.023004,-0.010937,0.008944,0.010072,0.036878,0.031881,-0.002719,0.013208,0.033542,0.01317,-0.000102,-0.009077,0.033339,0.025571,-0.007338,-0.026956,-0.033962,0.145596,0.038046,-0.004905,0.003953,-0.001205,0.013441,-0.022057,-0.042943,-0.008392,0.060567,0.004863,0.008089,-0.004191,-0.032594,0.010517,0.0699,-0.005504,0.01022,-0.004782,-0.019968,-0.007762,0.010885,-0.137423,-0.001952,-0.031085,-0.00187,0.02263,-0.02042,-0.024795,-0.035481,0.004201,-0.025322,-0.014472,-0.03845,-0.006582,-0.012461,0.027788,-0.0247,0.061564,-0.022424,0.017309,-0.011605,0.048329,0.085696,-0.014646,0.065546,0.036702,-0.020099,0.013162,-0.00366,-0.005914,0.013357,0.019764,0.030582,0.008308,-0.049306,0.011966,0.009103,-0.011885,0.019014,-0.03995,-0.002994,0.015154,0.003361,-0.029494,-0.006195,0.007882,-0.003543,0.011496,-0.005108,-0.025504,0.008819,0.017202,0.013613,-0.011587,-0.02777,0.040975,0.001368,-0.025645,0.00509,-0.032426,0.036639,0.006992,0.029306,-0.002733,0.001197,-0.047533,0.003213,-0.007592,-0.055887,0.007835,0.031317,0.021624,-0.000136,0.017209,0.02141,0.04624,0.127791,0.012844,0.008375,-0.020351,0.030785,0.005509,0.012434,0.001787,-0.022744,-0.05628,0.001626,0.022495,0.013381,0.008717,-0.010443,-0.046029,0.034609,0.025175,-0.008788,-0.059472,0.004209,0.029659,0.009277,0.009292,0.014921,-0.00209,-0.000514,0.016544,0.004453,0.005488,0.015734,0.00652,0.033147,-0.007182,-0.002436,-0.016732,0.028835,0.009626,0.009354,-0.008212,0.045794,-0.005793,0.003037,-0.04155,0.046186,-0.003739,-0.026241,-0.022375,0.024734,-0.012807,0.014912,-0.02038,0.021693,-0.039811,0.024902,0.031744,0.002746,0.002553,0.017679,-0.013329,0.015257,0.034775,-0.029691,-0.033964,0.002262,-0.020859,-0.099315,0.01933,0.003073,-0.006484,0.014638,0.028511,0.015148,-0.093083,0.044685,-0.001696,0.025858,0.002583,-0.000184,0.001114,0.009675,-0.026806,-0.007912,0.040901,-0.023779,0.021458,-0.007252,-0.014188,-0.012497,-0.014501,-0.00034,-0.02179,-0.008658,-0.035084,0.02543,0.019726,0.011769,-0.001141,-0.018492,0.007585,0.046823,0.010975,0.034557,-0.020125,-0.02402,-0.013835,0.022761,-0.014953,-0.020933,0.009257,-0.027859,0.02239,-0.017709,-0.013203,-0.056984,0.020009,-0.002277,0.022545,0.028935,0.089686,0.02048,-0.016289,0.05831,0.010989,0.004381,-0.022415,0.019313,-0.001691,0.016389,-0.02459,-0.018996,-0.007396,-0.065711,-0.019294,-0.003573,-0.018721,0.003868,-0.021266,-0.003854,0.009949,-0.011465,-0.008148,-0.006623,-0.001871,0.036035,0.034099,-0.016691,-0.014841,-0.031662,0.009057,0.01015,0.036459,-0.032071,-0.006075,-0.025084,0.021852,-0.029957,-0.048083,-0.017763,0.001242,0.000629,0.002081,-0.036659,-0.006959,0.014993,0.049747,0.034601,-0.029743,0.016842,0.01223,-0.01191,-0.006255,-0.024818,0.038821,0.005094,-0.010446,0.007281,-0.01793,-0.034595,0.02498,-0.000082,0.017923,0.01717,0.021175,0.113402,0.01004,0.012071,-0.003574,-0.013005,0.035187,0.026424,0.028218,-0.020337,-0.006896,-0.022669,-0.015848,-0.028755,0.019938,0.048358,-0.025912,0.006655,-0.022925,0.003825,-0.025233,0.106916,0.010668,-0.02973,-0.042786,0.010843,-0.000766,0.002717,0.015087,-0.021103,0.008187,0.025955,0.021033,-0.015467,-0.002882,-0.00029,0.044252,-0.022312,-0.007688,-0.005085,0.011913,-0.002314,-0.037203,-0.002257,-0.030748,0.013785,0.035885,0.013473,-0.018402,-0.01071,0.066838,0.005792,-0.015883,0.007916,-0.023374,-0.002845,-0.01231,0.020967,-0.023156,0.044285,-0.012635,0.034765,0.005087,-0.003322,-0.035815,-0.008953,-0.061397,-0.023195,0.041806,-0.006259,0.020629,-0.014298,-0.019087,0.01437,0.015238,-0.011676,-0.035776,-0.000294,-0.025469,0.007321,0.041812,0.758515,-0.003746,-0.001318,-0.013335,-0.004268,0.013792,-0.005052,-0.016107,0.016665,-0.015792,0.015362,0.000158,0.003339,0.046753,0.029914,-0.007242,0.047073,0.015852,0.041036,-0.034766,-0.033332,-0.035756,0.04341,0.042302,0.000233,0.087976,-0.004184,-0.021244,0.012882,0.035874,-0.026368,-0.004855,-0.042732,-0.010833,-0.009455,0.011999,-0.040675,0.01764,0.002244,-0.077856,-0.018573,0.003496,0.034539,-0.011743,0.011595,-0.045449,0.028343,0.016055,0.024857,0.002302,0.026105,-0.009276,0.004713,0.045681,-0.004313,-0.009895,0.007246,-0.003542,-0.010825,0.026309,-0.021934,-0.015483,-0.028317,0.055227,0.034059,0.062467,-0.004821,0.005018,0.019077,0.019008,0.03104,-0.078731,0.011046,-0.006549,0.009972,0.015995,0.012993,-0.024866,0.040612,-0.01706,0.009437,-0.052427,0.008764,-0.026639,0.0107,0.013196,-0.063167,0.025101,0.005346,0.008285,-0.087127,0.041436,0.018157,-0.011469,0.006049,-0.003944,0.025235,0.055573,-0.012801,0.013659,-0.001422,-0.002353,0.007094,0.013272,-0.0512,0.019727,0.011157,0.011609,0.00505,0.063282,0.019354,-0.009952,-0.01618,-0.024114,-0.013805,-0.031294,0.003151,-0.007788,0.016179,0.01281,0.004276,-0.015781,0.006185,-0.024757,0.038856,-0.052664,-0.047394,0.051891,0.008836,-0.015845,0.014082,0.012616,-0.032888,-0.002536,-0.043635,-0.00163,0.0079,0.008304,0.032074,0.042772,0.011511,-0.005219,0.005916,-0.006189,0.017613,0.02839,0.005222,-0.007507,0.006696,0.008263,-0.010961,0.14618,0.022182,-0.003062,-0.014195,0.000267,-0.000671,-0.008943,-0.046169,-0.009592,0.032175,0.010812,0.022354,-0.006201,-0.015525,-0.004645,0.061863,0.00151,0.023931,-0.01045,-0.012552,-0.009909,0.012355,-0.156484,-0.00299,-0.036865,-0.014442,0.022116,0.00469,-0.019658,-0.003256,-0.013651,-0.021482,-0.000041,-0.014964,-0.063144,-0.036284,0.040348,-0.011777,0.058756,0.004374,0.005221,-0.019425,0.035062,0.081441,-0.013605,0.111358,-0.001743,-0.010812,0.028139,0.01193,0.028166,0.007935,0.015385,0.038441,-0.028667,-0.044733,0.003292,0.006302,-0.035605,0.020903,-0.031294,0.040782,0.036731,-0.001098,-0.029953,0.013749,-0.003322,-0.012206,0.021331,-0.003871,-0.017593,-0.006539,0.019603,-0.029739,-0.012626,-0.008771,0.027503,0.007367,-0.022327,-0.027084,-0.041836,0.020098,0.018591,-0.000383,0.012869,-0.011553,-0.041258,0.003841,-0.027375,-0.02881,0.006189,0.010702,0.040422,0.000728,0.020152,0.039968,0.042377,0.132599,0.033742,0.021246,-0.010474,0.021351,-0.003631,-0.004014,-0.026083,-0.007936,-0.031461,0.00539,0.025753,0.016559,-0.006973,-0.002427,-0.024707,0.016319,0.00545,-0.021243,-0.037185,0.029819,-0.003443,0.006392,0.001054,0.028309,0.016751,-0.010401,0.010597,0.014618,0.024339,0.02279,0.008664,0.032027,-0.016909,0.008445,0.010473,0.011403,-0.021013,0.000864,-0.033562,0.039909,0.00892,-0.018531,-0.036744,0.014379,0.013018,-0.037922,-0.021662,0.018905,-0.011888,-0.005904,0.001106,0.007641,-0.046285,0.004218,-0.001851,0.003986,-0.006266,0.006424,-0.017284,0.012319,-0.022719,-0.008404,-0.022292,0.013279,-0.01165,-0.115538,0.023058,-0.016019,0.021157,0.003442,0.016305,-0.016278,-0.12248,0.030585,-0.003049,0.018042,0.018276,-0.016321,-0.014846,0.00415,-0.020219,0.047402,0.037692,-0.019158,0.024152,-0.005112,0.028242,0.003138,-0.016871,0.033138,-0.039441,-0.010009,-0.019314,0.016949,0.027687,-0.018899,-0.01786,0.009247,0.011262,0.0074,0.010697,-0.00201,-0.013992,0.000409,-0.008193,0.014649,-0.015332,-0.017751,0.011094,-0.019738,0.015485,-0.004586,-0.010256,-0.054365,0.010776,0.017232,0.014642,0.013121,0.053084,0.046355,-0.00328,0.036853,0.00684,0.020476,-0.013475,0.020148,-0.019438,0.006644,-0.033435,0.005053,0.003926,-0.045466,-0.011064,-0.00075,0.00232,0.006906,0.00057,0.010536,0.001157,-0.021494,0.010083,0.009608,0.01158,-0.004062,0.005672,-0.011733,-0.014877,-0.04116,-0.002314,0.00287,0.051249,-0.028735,-0.001472,-0.012634,0.015594,-0.024874,-0.059144,0.003433,0.013363,0.014561,0.014208,-0.028545,0.010941,0.012952,0.002035,0.037961,-0.006048,0.004354,0.026925,-0.003168,0.005432,0.01781,-0.002996,-0.018011,-0.023281,0.01071,-0.061558,-0.004584,0.048094,0.000797,0.012137,0.025943,-0.005381,0.108582,0.030205,-0.015902,-0.015202,-0.028437,0.013972,0.038616,0.059374,-0.009029,-0.003147,-0.015091,-0.016545,-0.036229,0.01614,0.027892,0.029329,0.023803,-0.007859,-0.002399,-0.00554,0.062692,0.001316,-0.007634,-0.016802,-0.003292,0.000939,-0.010215,-0.001794,-0.000732,-0.012725,0.020509,0.013881,-0.003308,0.012583,-0.013747,0.036153,-0.026855,0.011794,-0.027609,0.027992,0.039869,-0.042004,-0.033502,-0.028958,0.027863,0.019559,-0.013519,0.014729,-0.011437,0.078346,0.003216,-0.00492,0.045691,-0.02316,0.029699,0.020922,-0.001394,-0.002777,0.010303,0.002757,0.047917,0.000501,0.000806,-0.029741,0.010773,-0.067502,-0.012149,0.053829,-0.011701,-0.021406,0.006283,-0.003324,0.017744,-0.001836,0.010278,-0.023051,-0.025137,-0.014794,0.001992,0.02444,0.757046,-0.003953,0.012351,-0.004166,0.027821,0.010155,0.011367,0.004209,0.028586,-0.009022,0.034376,-0.007232,0.00734,0.011677,0.016079,-0.010601,0.037079,-0.011897,0.026525,-0.032532,-0.028899,-0.038248,0.032211,0.029893,-0.021373,0.04094,0.001981,-0.026394,0.007188,0.039976,-0.048631,-0.024451,-0.046102,-0.008607,-0.040107,0.031632,-0.036346,0.013925,0.030443,-0.072253,0.008295,0.002013,0.007251,-0.023963,0.016272,-0.000938,0.0237,0.034003,-0.016283,-0.011199,0.003501,-0.01201,-0.00392,0.039686,-0.012078,-0.001512,0.002375,-0.047925,-0.028661,-0.005551,0.017778,-0.023739,-0.024044,0.067529,0.017532,0.080746,-0.012552,0.006122,0.043954,0.015621,0.02993,-0.082867,0.034652,0.020998,0.01714,0.005705,0.015925,-0.031296,0.020347,-0.012995,-0.006468,-0.069257,0.017988,0.007844,-0.010903,0.007671,-0.04635,0.006805,0.022398,-0.007921,-0.030509,0.008154,-0.001513,0.000046,0.00347,0.015246,0.00152,0.054083,0.005861,0.00953,0.022149,0.026208,0.003025,0.010854,-0.042081,0.015303,0.004815,-0.006723,-0.004065,0.047676,0.023604,0.006274,-0.017764,-0.017968,-0.015906,-0.007908,0.004098,0.007339,0.011625,0.010989,0.033395,-0.014179,-0.013091,-0.008181,0.033873,-0.048567,-0.052969,0.030283,0.02361,-0.033156,-0.004883,0.009975,-0.011355,0.003031,-0.021556,-0.017399,0.000257,0.010609,0.036858,0.03502,0.00502,0.012853,0.033274,0.013891,-0.001602,0.005215,0.029801,0.019807,-0.005189,-0.021042,-0.017853,0.143172,0.039985,0.003591,-0.003469,0.000688,0.015274,-0.022594,-0.031977,-0.016549,0.052749,0.000278,0.004325,0.003049,-0.019447,0.008086,0.072503,-0.009508,0.018645,-0.012043,-0.018792,-0.013046,0.017766,-0.152913,-0.002438,-0.040224,-0.001242,0.007224,-0.014756,-0.008314,-0.037082,-0.011595,-0.033277,-0.005412,-0.021202,-0.018892,-0.017296,0.028487,-0.032559,0.057143,-0.008606,0.021786,-0.00355,0.044777,0.077243,-0.028036,0.077342,0.022656,-0.018105,0.010979,0.000342,0.008027,0.01132,0.012526,0.035816,0.005715,-0.038164,0.012587,0.006526,-0.008474,0.031447,-0.038762,0.019292,0.009455,0.009512,-0.032467,0.001283,-0.003975,-0.00368,0.018999,-0.005349,-0.017975,0.005504,0.018151,0.008803,-0.011557,-0.023405,0.049405,0.002123,-0.022245,-0.006885,-0.033147,0.023011,0.006045,0.02072,-0.001899,0.005829,-0.049564,0.00763,-0.016277,-0.035188,0.006454,0.016415,0.020938,-0.010578,0.015325,0.027594,0.046228,0.119402,0.021303,0.015713,-0.006366,0.032826,0.007598,0.009398,-0.00066,-0.028996,-0.048668,-0.006496,0.033605,0.018093,0.010239,0.001275,-0.037258,0.034485,0.01111,-0.006371,-0.053877,0.023445,0.0303,0.011312,0.003631,0.017693,-0.007128,0.010579,0.021647,0.012072,0.01783,0.019636,0.003836,0.031686,-0.010162,-0.002263,-0.01144,0.022069,0.000112,0.017483,-0.016534,0.037961,-0.006842,-0.001945,-0.032731,0.047372,-0.001877,-0.044536,-0.026394,0.028687,-0.01901,0.008594,-0.021673,0.014765,-0.045097,0.024561,0.025301,-0.001831,0.001058,0.008084,-0.018281,0.006744,0.023998,-0.034924,-0.040046,0.01476,-0.015496,-0.088368,0.031338,0.00406,-0.007817,0.021559,0.010078,0.012986,-0.095084,0.049239,-0.00584,0.014487,0.004497,0.001877,0.002946,0.021002,-0.013127,0.015791,0.043441,-0.020514,0.020544,-0.010529,-0.007556,-0.00658,-0.022322,0.009471,-0.018344,-0.005529,-0.025183,0.015017,0.019236,0.000712,-0.004963,-0.01633,-0.001055,0.030712,0.005145,0.033246,-0.028631,-0.023766,0.007919,0.028413,-0.010901,-0.022564,0.005053,-0.029056,0.022923,-0.027927,-0.021887,-0.046887,0.020949,0.006363,0.017719,0.019227,0.097421,0.014451,-0.017388,0.045957,0.004386,0.000168,-0.026135,0.020367,-0.017086,0.016559,-0.026422,-0.022568,-0.001024,-0.062515,-0.014001,-0.012405,-0.022992,-0.005556,-0.010894,0.001959,0.001644,-0.021894,0.005824,0.003848,0.013478,0.026331,0.020145,-0.012571,-0.017084,-0.03418,0.00008,0.003155,0.045098,-0.020681,-0.010546,-0.020897,0.024737,-0.027427,-0.063901,-0.008491,-0.004967,-0.003794,0.003058,-0.040077,-0.004631,0.019871,0.034952,0.022418,-0.034015,0.019365,0.013397,-0.01646,0.000959,-0.014229,0.026315,0.004791,-0.021827,0.012198,-0.023449,-0.038098,0.032313,0.000898,0.016613,0.012569,0.010847,0.112747,0.020954,0.006408,-0.004482,-0.024425,0.030079,0.022617,0.029741,-0.025556,-0.009734,-0.02266,-0.022612,-0.027843,0.025283,0.05697,-0.023181,-0.013615,-0.021349,0.009653,-0.022181,0.113346,0.012798,-0.013834,-0.042297,0.011983,-0.005812,-0.001087,0.013797,-0.012205,0.008721,0.029105,0.02489,-0.006333,-0.010201,0.000921,0.037901,-0.025906,0.005185,0.000818,0.006795,0.008529,-0.027496,-0.016129,-0.025707,0.021691,0.037535,-0.007499,-0.004502,-0.006353,0.070876,0.002873,-0.011247,0.018317,-0.032576,0.006332,0.003583,0.02176,-0.021935,0.03761,-0.027644,0.030914,0.006059,0.005794,-0.023956,-0.009074,-0.049845,-0.021217,0.035636,-0.003244,-0.00093,-0.002011,-0.025316,0.009307,0.005284,-0.01046,-0.029684,-0.003401,-0.02218,0.007285,0.028565,0.768339,-0.016465,-0.003466,-0.003729,0.020686,0.001731,0.011962,-0.015351,0.0241,-0.01012,0.014866,-0.002399,0.005023,0.034028,0.020833,-0.005883,0.026226,0.010756,0.04336,-0.038388,-0.023439,-0.030034,0.044319,0.040875,0.006814,0.088337,0.00039,-0.02065,0.009273,0.037109,-0.030719,-0.0086,-0.054969,-0.009486,-0.01451,0.018507,-0.037792,0.015822,0.011492,-0.078305,-0.022905,0.006475,0.017922,-0.014635,0.005208,-0.017737,0.030188,0.014252,0.021966,-0.001928,0.024956,-0.012462,0.022602,0.053395,-0.001196,-0.012083,0.010182,-0.024253,-0.004396,0.021771,-0.012526,-0.016643,-0.025966,0.06839,0.030114,0.06826,-0.006432,0.000074,0.029125,0.013596,0.01574,-0.07965,0.033175,0.054646,0.002605,-0.008059,0.016311,-0.036843,0.021187,-0.012259,-0.005829,-0.055447,-0.000586,-0.000638,-0.001836,-0.006081,-0.043801,0.007873,0.00978,-0.01276,-0.034343,0.011487,0.007126,-0.010446,0.020198,0.029322,0.003978,0.020888,0.01412,-0.001305,0.03091,0.044836,0.001682,0.025049,-0.055474,0.002999,0.010906,-0.006532,0.011561,0.047853,0.037474,0.0247,-0.013218,-0.019166,-0.024824,-0.011333,0.003126,0.010735,0.007277,-0.001277,0.02641,0.000359,-0.010213,-0.018382,0.027516,-0.048175,-0.044285,0.018971,0.034772,-0.004999,0.005549,-0.004324,-0.0148,0.001158,-0.022648,-0.022254,0.007164,0.009586,0.058529,0.020844,0.000759,0.003369,0.030863,0.012216,-0.010258,0.009645,0.027926,0.016168,-0.014718,-0.001748,-0.007015,0.173774,0.037717,0.003907,0.026589,0.007636,-0.0051,-0.010504,-0.016449,-0.039573,0.022575,-0.002337,-0.018312,0.037769,-0.031911,0.029514,0.050555,0.019247,-0.013743,-0.016037,-0.023222,0.005151,0.027178,-0.18833,0.00585,-0.033339,-0.00046,0.017649,0.003588,0.00051,-0.024797,-0.007972,-0.018666,-0.028665,-0.035994,-0.011999,0.008084,0.008085,-0.026744,0.069423,0.020304,0.021207,-0.008631,0.046018,0.080789,-0.025231,0.080294,0.042339,-0.003684,-0.007,0.02679,-0.005896,-0.003951,-0.016823,0.027539,0.024511,-0.038702,0.00354,-0.012336,-0.004265,0.035558,-0.044015,0.033651,0.015696,-0.006634,-0.038548,-0.002349,-0.016013,0.00813,0.020085,-0.023988,-0.011179,0.021191,0.018312,0.001393,-0.023805,-0.038182,0.029448,0.005599,-0.025098,0.007032,-0.023155,0.031224,0.002731,0.028582,-0.006346,-0.002973,-0.064614,0.009678,-0.022473,-0.040837,-0.003427,0.003409,0.033544,-0.010397,-0.003989,0.023429,0.053222,0.159254,0.016894,0.024027,-0.012259,0.012033,-0.008512,0.003342,0.007877,-0.038924,-0.055226,-0.010214,0.041518,0.022238,0.015635,-0.021199,-0.050887,0.034441,0.014966,-0.005418,-0.03894,-0.001876,0.050618,0.023757,0.006595,0.019102,0.006268,0.009685,0.036518,0.019451,0.001053,0.019397,-0.001632,0.04977,-0.008689,-0.01092,-0.038272,0.034632,-0.006962,0.035038,-0.025302,0.018477,-0.017671,0.007302,-0.033732,0.034969,-0.023242,-0.03357,-0.021324,-0.002568,-0.049363,-0.003671,-0.009026,0.010538,-0.046359,0.02866,0.003456,0.010591,0.006985,0.02894,-0.028188,0.025393,0.016888,-0.0265,-0.033018,0.026068,-0.022125,-0.091616,0.005699,-0.00871,-0.021417,0.020909,0.040624,0.002248,-0.09905,0.024409,-0.029626,0.022169,0.030044,-0.003844,-0.030085,0.021792,-0.021622,0.024481,0.033721,-0.022039,0.027254,-0.010391,-0.006325,-0.003552,-0.018479,0.001421,-0.033613,-0.01249,-0.01935,-0.002226,0.002349,0.002494,0.013915,-0.005487,-0.021825,0.026374,0.02013,0.044761,-0.017867,-0.034725,0.008078,0.018129,0.001581,-0.020896,-0.001199,-0.024676,0.003332,-0.022914,-0.024038,-0.040873,0.009732,0.010667,0.016876,0.003848,0.095052,0.019862,-0.034471,0.035793,-0.015286,-0.018444,-0.048061,0.018566,-0.019126,0.007044,-0.03231,-0.034524,-0.019643,-0.049543,-0.007969,-0.007446,-0.047313,0.006928,-0.009309,0.010788,-0.014923,-0.004747,0.010375,-0.001931,-0.01151,0.031187,-0.006122,0.005927,0.00102,-0.031508,0.002734,0.004632,0.063888,-0.023724,0.013245,-0.021861,0.010754,-0.041566,-0.05871,-0.008151,0.016311,0.01553,0.004692,0.004415,0.021017,-0.002981,0.033096,0.03501,-0.027552,0.026718,0.012873,-0.005669,-0.011213,-0.003027,0.001884,-0.003353,-0.058766,0.01901,-0.022736,-0.042151,0.04461,-0.022492,0.015252,0.016543,0.009792,0.106595,0.042808,0.001833,-0.003907,-0.01115,0.016629,0.007773,0.015408,-0.013891,0.015655,-0.026352,-0.005005,-0.02559,0.048943,0.024903,-0.015853,0.011808,-0.018311,-0.014451,-0.030855,0.138738,0.015476,-0.025982,-0.04094,-0.001122,-0.005403,0.016008,0.031056,-0.012631,0.020839,0.019426,0.006932,-0.018369,-0.008069,0.007594,0.006405,-0.010437,0.008411,0.002259,-0.006641,-0.000496,-0.028687,-0.008852,-0.026873,0.022305,0.020996,-0.003166,0.002735,-0.023158,0.027765,0.020653,-0.019106,0.015973,-0.025041,-0.004059,-0.01141,0.016404,-0.012545,0.041712,-0.007755,0.031976,0.003706,-0.003549,-0.011707,-0.02357,-0.07393,-0.011327,0.031922,-0.005816,0.024754,-0.025247,-0.031505,0.006201,0.026315,-0.004116,-0.023417,0.018706,-0.04233,0.014848,0.023908,0.728041,-0.001,-0.007893,-0.012219,0.014264,-0.026141,0.024338,-0.033508,0.03669,-0.008136,-0.000821,-0.010032,-0.007142,0.032901,0.014365,-0.00472,0.021299,-0.007897,0.001881,-0.050761,-0.012161,-0.059758,0.041874,0.022362,0.023978,0.07943,0.017891,-0.020564,0.009653,0.034191,-0.010304,-0.007702,-0.047214,-0.024378,0.001369,0.007967,-0.006935,0.021697,-0.002245,-0.07331,-0.018643,-0.009429,0.018149,-0.024463,0.017517,-0.043994,0.017391,0.019253,0.019964,-0.009143,0.02914,0.005941,0.040767,0.048613,0.002527,-0.011815,0.002969,-0.006268,0.00973,0.009511,-0.025753,-0.030749,-0.022233,0.043983,0.003886,0.062624,0.023343,0.008606,0.024689,0.040325,0.024223,-0.080164,0.0321,0.024333,0.012982,0.01166,0.020592,-0.02529,0.028031,-0.030645,0.011035,-0.064262,0.027864,0.015856,-0.024605,0.01509,-0.040397,0.01649,0.010544,-0.015004,-0.033938,0.016615,0.009631,0.005548,0.002954,0.018336,0.00782,0.047443,0.005117,-0.000187,0.030009,0.017172,0.000279,0.02729,-0.064466,0.006292,0.027605,-0.001888,-0.000701,0.063743,0.022479,0.004346,-0.023107,-0.012088,-0.029019,-0.003776,0.002796,0.001651,0.006941,0.003825,0.017019,-0.012552,-0.016104,0.007282,0.030545,-0.06379,-0.050204,0.01691,0.024544,-0.05281,-0.016214,0.015153,-0.007398,0.007281,-0.035068,0.001908,-0.005194,0.027423,0.05856,0.037631,-0.000197,0.013602,0.024829,0.023108,-0.004016,0.009108,0.030089,0.015492,-0.018323,-0.023957,-0.005473,0.134686,0.043295,-0.003286,0.00678,0.008837,0.006758,-0.028557,-0.014998,-0.027742,0.04908,-0.004366,0.004531,0.012353,-0.007193,0.000999,0.065773,0.000083,0.012796,-0.017169,-0.01789,-0.004425,0.025332,-0.168627,0.003268,-0.030305,0.008683,0.013941,-0.004273,-0.017371,-0.042055,-0.017657,-0.015075,-0.011012,-0.007572,-0.019854,-0.012206,0.031395,-0.023601,0.054988,0.005974,0.025076,-0.00248,0.042441,0.060967,-0.031863,0.088276,0.019985,-0.01465,0.017027,0.010071,0.010886,0.017234,0.011011,0.028209,0.001307,-0.035184,0.007247,0.003033,-0.012293,0.042211,-0.053027,0.034884,0.018112,-0.001564,-0.025569,0.01022,-0.006442,0.000143,0.025113,-0.011902,-0.005661,0.004048,0.020189,0.007877,-0.004755,-0.022658,0.044712,0.015435,-0.033111,0.002942,-0.045047,0.023867,-0.003674,0.020815,-0.012488,0.014485,-0.056041,-0.003137,-0.012033,-0.032511,0.001758,0.012838,0.02412,-0.035177,0.001229,0.030042,0.047104,0.130547,0.027266,0.018457,0.000271,0.026007,0.002157,0.009146,0.000319,-0.030091,-0.042564,-0.003815,0.03209,0.025318,0.008268,-0.0022,-0.029757,0.046608,0.005258,0.000422,-0.051579,0.029317,0.030285,0.020496,0.002546,0.027543,0.009084,0.019899,0.015089,0.018,0.025262,0.022676,0.000444,0.036477,-0.000686,-0.003265,-0.005852,0.012072,-0.023312,0.024662,-0.024154,0.044161,-0.006048,-0.000175,-0.031563,0.017126,-0.009562,-0.033317,-0.019805,0.024922,-0.024135,0.00438,-0.008252,0.00827,-0.039891,0.022269,0.009049,-0.000577,-0.002477,0.002901,-0.02822,0.006077,0.013627,-0.032516,-0.023848,0.020597,-0.003308,-0.064341,0.019868,0.013294,-0.013489,0.021898,0.015655,-0.007029,-0.082465,0.047681,-0.013761,-0.00319,0.004349,0.001632,0.004257,0.038322,-0.00135,0.037678,0.040293,-0.024628,0.04005,0.003785,0.003188,-0.010773,-0.013704,0.017266,-0.005229,-0.012464,-0.017773,0.012567,0.012483,0.008338,-0.003408,0.006836,-0.009276,0.013339,0.010222,0.016967,-0.016321,-0.019638,0.004095,0.035801,-0.008935,-0.024481,0.004411,-0.028909,0.012019,-0.033583,-0.044844,-0.044182,0.019238,-0.000325,0.024166,0.016406,0.07088,0.033134,-0.025797,0.044277,-0.017848,-0.003345,-0.021588,0.029028,-0.009208,0.018291,-0.035805,-0.029042,-0.000861,-0.041685,-0.001894,-0.018981,-0.016586,-0.005762,-0.012716,-0.000681,-0.001928,-0.023884,0.011573,0.006019,-0.001885,0.021621,0.010725,-0.014925,-0.009415,-0.029058,-0.011806,0.002914,0.036535,-0.02182,0.000454,-0.027041,0.028267,-0.026842,-0.077935,0.003857,-0.005411,-0.018166,0.006149,-0.02951,-0.001346,0.025421,0.02659,0.014596,-0.02806,0.006026,0.00258,-0.004102,-0.006305,-0.0252,0.016175,-0.002304,-0.02741,0.019828,-0.035514,-0.024814,0.044634,-0.006777,0.02274,0.005294,0.013372,0.111091,0.01513,-0.004949,0.009301,-0.023577,0.032085,0.017231,0.03177,-0.012138,-0.001618,-0.016592,-0.024039,-0.025636,0.026461,0.042555,-0.006401,-0.001036,-0.026897,0.023534,-0.034319,0.094189,0.00939,-0.01694,-0.029301,0.019471,-0.010449,0.010393,0.028684,-0.002709,-0.00271,0.013376,0.007627,-0.007594,0.007756,-0.006314,0.042755,-0.020945,0.012162,0.001655,0.009259,0.012408,-0.017184,-0.004217,-0.023539,0.027544,0.044094,0.000326,0.0034,-0.019346,0.067656,0.007113,-0.002355,0.031155,-0.033621,0.026113,0.005486,0.014978,-0.022544,0.038916,-0.009126,0.015492,0.020194,0.022189,-0.011465,-0.012441,-0.069601,-0.022744,0.032385,0.002804,-0.012289,-0.007998,-0.035387,0.004422,0.003745,-0.008013,-0.028815,-0.010565,-0.034478,0.00816,0.023408,0.762728,-0.014527,0.000976,0.006243,0.030012,-0.004619,0.014567,-0.017071,0.0455,-0.000067,0.014799,-0.00653,0.012783,0.014173,0.023785,0.000238,0.01317,0.003415,0.031561,-0.049198,-0.030968,-0.044563,0.044682,0.031374,0.009932,0.072475,0.008561,-0.015627,-0.000714,0.04926,-0.029282,-0.022135,-0.060055,-0.007173,-0.016007,0.02203,-0.041706,0.021436,0.015747,-0.071123,-0.013627,-0.004405,0.010765,-0.019394,0.013713,-0.014309,0.029789,0.027802,0.02015,-0.026469,0.02252,-0.012833,0.033368,0.072169,-0.010482,-0.010732,0.010556,-0.029032,-0.002189,0.019088,-0.02705,-0.006989,-0.033143,0.079013,0.019056,0.062401,0.011637,-0.001502,0.01909,0.027584,0.023878,-0.08875,0.039729,0.041662,0.006988,0.00734,0.014685,-0.041341,0.021115,-0.017219,0.008549,-0.06628,0.014196,0.010039,-0.005435,0.004133,-0.035537,0.018166,0.011175,-0.010019,-0.037798,0.018961,0.005291,-0.004535,0.007286,0.015048,0.01095,0.03582,-0.005551,-0.008679,0.026945,0.029803,-0.003788,0.030602,-0.072892,0.003863,0.016046,-0.007289,-0.003557,0.055307,0.017753,0.012274,-0.006432,-0.014334,-0.033303,-0.009243,0.011954,-0.005169,0.002404,-0.00801,0.022017,-0.01165,-0.015894,-0.007567,0.033928,-0.061531,-0.04898,0.017378,0.0286,-0.018505,-0.006835,0.009288,-0.007297,0.001974,-0.021142,-0.01635,-0.002634,0.015871,0.046496,0.018898,0.007331,0.008983,0.024863,0.012764,-0.010223,0.020947,0.029032,0.017567,-0.017607,-0.005183,-0.004103,0.149247,0.046329,-0.007585,0.01209,0.009635,0.005457,-0.012494,-0.00383,-0.037848,0.048278,-0.01634,0.006633,0.022832,-0.024124,0.008097,0.055718,0.003913,-0.0072,-0.011358,-0.019832,-0.000969,0.008727,-0.205989,0.000655,-0.037848,0.005288,0.021968,-0.00171,0.001897,-0.037115,-0.012663,-0.007321,-0.019203,-0.027856,-0.015365,-0.004294,0.015368,-0.018439,0.05964,0.003452,0.028221,-0.010536,0.039115,0.080783,-0.026469,0.097642,0.03767,-0.006556,0.004051,0.022886,0.012665,0.011148,-0.015502,0.042325,0.008332,-0.04208,-0.011042,-0.01544,-0.013351,0.037463,-0.04757,0.023309,0.029472,0.003286,-0.02714,0.002451,-0.017979,0.007304,0.035587,-0.016673,-0.019017,0.016722,0.039408,-0.012469,-0.007208,-0.022707,0.044693,0.018212,-0.028155,0.00664,-0.042002,0.024793,0.004713,0.032573,-0.019131,0.004405,-0.062148,0.001132,-0.010729,-0.029191,0.010153,0.005868,0.022213,-0.026975,0.006766,0.015366,0.044639,0.141545,0.019664,0.034524,-0.004277,0.024208,-0.01354,-0.005528,-0.004453,-0.031089,-0.054928,0.002321,0.036324,0.010274,0.011991,-0.015704,-0.037063,0.041028,0.011298,0.000402,-0.040429,0.007331,0.057705,0.020611,0.012078,0.038449,0.002993,0.00788,0.025487,0.009784,0.017104,0.021388,-0.000418,0.037632,-0.003697,-0.009943,-0.020292,0.02183,-0.013024,0.036452,-0.029263,0.042787,-0.00603,-0.003325,-0.026304,0.017799,-0.017966,-0.03574,-0.014541,0.003617,-0.031639,0.015098,-0.014865,0.003351,-0.045447,0.02057,0.011301,0.003052,0.004729,0.019148,-0.035372,0.015993,0.016643,-0.026936,-0.033542,0.019161,-0.004199,-0.08685,0.009981,0.00761,-0.026171,0.029972,0.020201,-0.00023,-0.092603,0.03146,-0.025713,-0.002058,0.00565,-0.014178,-0.01501,0.023377,-0.011788,0.012751,0.047468,-0.02803,0.031265,-0.00314,0.026561,-0.008229,-0.013936,0.016343,-0.009759,-0.009532,-0.018679,0.006478,0.018992,0.016121,0.001903,0.001836,-0.014902,0.017471,0.02148,0.032429,-0.016123,-0.019439,-0.001549,0.034003,0.001876,-0.030374,0.001986,-0.022563,0.017547,-0.022873,-0.030046,-0.047038,0.016151,-0.007181,0.017166,-0.00222,0.074079,0.028891,-0.034665,0.032105,-0.024929,-0.026233,-0.038072,0.034815,-0.024738,0.009926,-0.028429,-0.034734,-0.005728,-0.055478,-0.016484,-0.010194,-0.030946,-0.00421,-0.002133,0.01646,0.000691,-0.01581,-0.000786,0.000323,-0.000594,0.031627,0.012181,-0.003607,-0.008146,-0.032464,-0.009028,0.010736,0.035818,-0.023035,-0.00615,-0.019699,0.017035,-0.035722,-0.063057,0.00961,0.009151,0.010592,0.013113,-0.010399,0.021101,0.000345,0.03054,0.031607,-0.016455,0.013861,-0.001395,-0.002126,-0.013257,-0.016148,0.004095,0.002266,-0.054303,0.023208,-0.033745,-0.042391,0.039435,-0.017948,0.005203,0.01426,0.005839,0.107806,0.029477,-0.009238,0.000198,-0.01782,0.024878,0.008404,0.043988,0.002119,-0.008889,-0.011858,-0.024997,-0.021817,0.042216,0.033647,-0.014751,0.009663,-0.014349,0.010821,-0.023143,0.107579,0.01251,-0.030056,-0.03012,0.021973,-0.000332,0.010356,0.025857,-0.000973,0.014677,0.009185,0.003577,-0.00057,0.009854,0.013694,0.007049,-0.018065,0.017898,0.004273,0.005375,0.012571,-0.024365,-0.015698,-0.027098,0.024281,0.026627,-0.015537,0.005127,-0.012291,0.051377,0.01804,-0.007435,0.031114,-0.016919,0.017437,0.000419,0.013924,-0.013983,0.045343,-0.002642,0.027893,0.006103,0.015839,-0.010859,-0.030525,-0.07633,-0.017431,0.037314,-0.006321,0.004578,-0.018589,-0.038499,0.000988,0.020038,-0.007202,-0.033032,0.007424,-0.023768,0.012214,0.028097,0.74294,0.004806,-0.014204,0.003945,0.014753,-0.010281,0.014936,-0.032423,0.04388,-0.006907,0.007534,-0.002704,0.002157,0.025822,0.016092,0.003193,0.020711,-0.021018,0.012021,-0.04448,-0.016351,-0.045869,0.033483,0.022839,-0.00066,0.074111,0.009775,-0.016675,0.00869,0.047432,-0.026563,-0.014308,-0.059476,-0.022389,-0.009153,0.007306,-0.025596,0.022597,0.007213,-0.074808,-0.014972,0.003749,0.01092,-0.030211,-0.002138,-0.021907,0.024105,0.024344,0.023753,-0.034133,0.026076,0.012427,0.029794,0.070021,-0.002012,-0.01156,0.003827,-0.026568,-0.002827,-0.000915,-0.015851,-0.021375,-0.026114,0.067393,0.009526,0.060024,0.016281,0.001368,0.013451,0.033506,0.017259,-0.072647,0.046801,0.03847,-0.000261,-0.000189,0.008955,-0.026917,0.00259,-0.019737,-0.011777,-0.07523,0.032668,0.019337,0.004584,0.020654,-0.04037,-0.001301,0.027389,-0.002172,-0.042073,0.008901,-0.019757,-0.022252,0.004307,-0.000858,0.003743,0.041005,0.011598,-0.00535,0.040552,0.037069,0.017619,-0.000544,-0.049077,0.010154,0.014982,-0.014894,0.006802,0.05901,0.0058,-0.008133,-0.00626,-0.026624,0.004827,-0.018197,0.008719,0.033692,0.004997,0.000084,0.010056,-0.015927,-0.00631,-0.002728,0.017602,-0.037067,-0.053133,0.027199,0.018766,-0.035955,-0.017481,-0.002483,-0.018178,-0.004785,-0.020589,-0.019882,-0.006079,0.01598,0.034089,0.033561,0.009768,0.015684,0.007515,0.030883,0.004862,0.003045,0.022174,0.023883,-0.005722,-0.013853,-0.013579,0.162259,0.029047,0.015172,-0.015178,-0.01362,0.022362,-0.007973,-0.03605,-0.016689,0.03877,0.01703,-0.006078,0.013291,0.003319,0.005021,0.073942,-0.003698,0.035089,-0.008646,-0.021401,0.003963,0.006188,-0.173572,-0.00458,-0.029165,0.004158,0.012328,0.006721,-0.015315,-0.021882,-0.016267,-0.029289,-0.00955,-0.013868,-0.030086,-0.014062,0.012243,-0.027461,0.050737,-0.011336,0.014337,0.012228,0.033163,0.082184,-0.028393,0.094791,0.014193,-0.015227,0.018042,0.004265,0.00758,0.018876,0.026584,0.052615,0.01043,-0.021336,0.008529,0.005465,-0.022929,0.033571,-0.040561,-0.017154,0.000377,0.02725,-0.018101,0.019629,-0.018077,-0.013884,0.006275,-0.010523,-0.013566,0.007546,0.006364,0.003989,0.000662,0.003649,0.042668,0.010746,-0.006336,-0.017546,-0.058812,0.018117,0.004058,0.020958,-0.000272,0.003503,-0.050513,-0.005965,-0.017208,-0.021731,0.005064,0.023566,0.016791,-0.035773,-0.000896,0.045155,0.053268,0.105979,0.001291,0.013037,0.001284,0.034175,0.003626,0.010452,-0.014142,-0.020096,-0.039394,0.01424,0.055256,0.030977,0.011793,0.007736,-0.029456,0.026347,-0.018533,-0.006618,-0.037251,0.027971,0.027921,0.004638,0.01227,0.021282,-0.014875,0.021621,0.009258,0.005379,0.020893,0.017772,0.010088,0.00544,-0.014799,0.006029,-0.030477,0.022043,-0.000312,0.012013,-0.024918,0.049361,-0.011558,-0.008133,-0.037471,0.023172,-0.001705,-0.044878,-0.009097,0.029935,-0.032864,0.020258,-0.032917,0.008552,-0.038376,0.021272,0.009511,0.007197,0.005963,-0.008169,-0.008129,0.004222,0.023015,-0.034687,-0.028066,0.023427,-0.027744,-0.07391,0.016858,-0.001672,-0.000188,0.031218,0.010199,0.008983,-0.094889,0.040958,-0.003346,-0.004828,0.001075,-0.002498,-0.000293,0.01125,-0.016058,0.016499,0.06398,-0.009868,0.028967,-0.027062,0.008421,-0.000012,-0.033352,0.028625,-0.022756,-0.004652,-0.001326,0.011551,0.015784,0.019857,-0.015179,-0.023287,-0.004166,0.033723,0.000764,0.022153,-0.020362,-0.017636,0.01434,0.016391,-0.011507,-0.022127,0.018207,-0.02546,0.039427,-0.022451,-0.027541,-0.028986,0.023105,-0.009053,0.036569,0.008484,0.091847,0.008787,-0.014284,0.049573,0.014536,-0.018118,-0.028826,0.026569,-0.008016,-0.010579,-0.016596,-0.024475,-0.007559,-0.061257,-0.004187,-0.016101,-0.023683,-0.019157,-0.00524,-0.013857,-0.003386,-0.011238,-0.001894,0.007406,0.01013,0.019807,0.010339,-0.019524,-0.023033,-0.035157,0.009456,-0.001974,0.029862,-0.028745,-0.000223,-0.011331,0.031189,-0.025284,-0.048339,-0.003017,-0.015902,0.001653,0.003855,-0.031555,-0.012301,0.041035,0.034578,0.025849,-0.053613,0.024632,0.023151,-0.009016,-0.010507,0.005769,0.034692,0.0008,-0.008233,0.009399,-0.01823,-0.033108,0.037883,0.010252,0.016819,0.001214,0.022901,0.113028,0.01198,0.014781,0.004859,-0.021997,0.025705,0.028669,0.020888,-0.022606,-0.013698,-0.001409,-0.020437,-0.018647,0.008196,0.035344,-0.011414,-0.016322,-0.020527,0.006783,-0.019792,0.108127,0.021523,0.002539,-0.035435,0.001616,-0.01144,-0.00955,0.000235,0.006117,0.010221,0.030064,0.032309,-0.012964,-0.018053,-0.01346,0.019517,-0.005406,0.006162,0.012923,0.014864,0.006502,-0.030284,-0.020614,-0.027836,0.011468,0.031868,-0.003417,-0.000849,-0.011884,0.060865,-0.010587,-0.014306,0.014198,-0.04002,0.005425,0.014208,0.010849,-0.021046,0.043938,-0.038941,0.030722,0.004817,-0.0066,-0.024421,-0.022764,-0.028612,-0.015078,0.030048,0.001022,-0.010539,-0.001877,-0.017713,0.007038,0.003661,-0.017355,-0.027134,-0.016811,-0.012624,0.014487,0.016002,0.764966,-0.017736,0.019765,-0.00139,0.023175,-0.001341,0.010767,-0.038875,0.014705,-0.001288,0.013571,-0.009208,-0.000003,0.028777,0.03134,-0.028693,0.022201,0.012072,0.03774,-0.035069,-0.017364,-0.024301,0.042453,0.030107,0.022789,0.070276,0.015053,-0.02445,0.013576,0.021655,-0.030008,-0.013352,-0.052233,-0.010142,-0.00435,0.028854,-0.020286,0.021572,0.003602,-0.082239,-0.020582,0.007102,0.019627,-0.011364,0.013501,-0.025323,0.018621,0.024336,0.007954,0.022354,0.018875,-0.016894,0.025405,0.043725,-0.010122,-0.008396,0.006288,-0.018203,-0.017287,0.037671,-0.008942,-0.021981,-0.028695,0.079548,0.015549,0.072387,-0.022116,-0.001014,0.041701,0.008168,0.019202,-0.068645,0.039105,0.035518,-0.002066,0.000709,0.005246,-0.025533,-0.005627,-0.019989,-0.010381,-0.074605,0.031077,0.021895,-0.003815,0.011255,-0.043452,0.010275,0.028588,-0.003253,-0.043923,0.002864,-0.013976,-0.015085,0.008312,-0.001085,0.00375,0.047271,0.009296,0.000274,0.038229,0.030332,0.016443,0.007241,-0.050958,0.002987,0.016398,-0.008353,0.00907,0.057771,0.014549,-0.010272,-0.003032,-0.023182,0.002877,-0.026298,0.01061,0.022679,-0.004079,-0.000393,0.005946,-0.019211,-0.007794,-0.003555,0.017119,-0.038048,-0.052418,0.029827,0.017159,-0.035424,-0.008821,-0.006098,-0.018336,-0.009902,-0.010826,-0.020296,0.001113,0.016132,0.032892,0.045278,0.00378,0.014034,0.010727,0.025548,0.000316,0.005187,0.023364,0.020139,-0.007328,-0.015551,-0.010801,0.16738,0.037985,0.010273,-0.008974,-0.012136,0.011643,-0.017142,-0.029078,-0.020731,0.040123,0.014652,0.004586,0.009501,0.008907,-0.000589,0.070518,0.003035,0.024289,-0.008011,-0.01572,0.006488,0.00635,-0.182372,-0.000573,-0.020541,0.007028,0.00839,0.003738,-0.009922,-0.030376,-0.018761,-0.03207,-0.005374,-0.008121,-0.031524,-0.013999,0.014918,-0.024306,0.053354,-0.013472,0.010729,0.007551,0.028805,0.08483,-0.0279,0.100119,0.012344,-0.013104,0.012135,-0.00128,0.015107,0.01055,0.026684,0.052712,0.006321,-0.030219,0.010616,0.008761,-0.024599,0.035626,-0.049466,-0.010696,0.001872,0.020696,-0.018274,0.020199,-0.017243,-0.014309,0.011189,-0.01211,-0.01143,0.009516,0.007098,0.003401,0.001379,-0.005274,0.042202,0.013834,-0.006483,-0.008298,-0.057806,0.008049,0.005975,0.02205,-0.002321,-0.000831,-0.049446,-0.009813,-0.021606,-0.027557,0.002966,0.024393,0.015387,-0.041563,-0.010657,0.040405,0.055517,0.115202,0.003911,0.007545,-0.011404,0.027015,-0.003255,0.00546,-0.013529,-0.021956,-0.043412,0.016013,0.04548,0.032907,0.009743,0.008621,-0.028317,0.023607,-0.012203,0.000471,-0.045513,0.022843,0.020411,0.007578,0.01326,0.026143,-0.014593,0.020374,0.009975,0.007897,0.02409,0.021284,0.008399,0.015028,-0.008661,0.00363,-0.029016,0.0258,-0.008536,0.01121,-0.023474,0.049693,-0.013121,0.002069,-0.039846,0.022961,-0.004095,-0.049263,-0.00622,0.025054,-0.03181,0.018574,-0.028401,0.012041,-0.037397,0.018506,0.012103,0.008563,0.007724,-0.010191,-0.007893,0.004016,0.027313,-0.032007,-0.023341,0.021314,-0.024834,-0.082974,0.022231,-0.00699,-0.004365,0.027121,0.016536,0.005623,-0.101625,0.036654,0.002052,-0.00493,0.014307,-0.004149,-0.000071,0.017892,-0.014699,0.021376,0.058021,-0.015918,0.031813,-0.02693,0.015916,-0.005101,-0.026501,0.028721,-0.021655,-0.009466,-0.001461,0.013237,0.023829,0.015073,-0.01827,-0.014263,0.000787,0.031535,-0.003882,0.016248,-0.015057,-0.021768,0.008301,0.020299,-0.01,-0.030066,0.01979,-0.027276,0.030126,-0.03097,-0.03392,-0.027184,0.026411,-0.006395,0.036086,0.012473,0.094764,0.004197,-0.013345,0.049899,0.015972,-0.014915,-0.030197,0.032933,-0.000683,-0.020103,-0.013243,-0.023311,-0.009217,-0.050153,-0.003307,-0.014416,-0.019714,-0.011456,-0.00354,-0.011582,-0.005055,-0.009902,-0.001137,0.010196,0.00897,0.017095,0.005531,-0.019784,-0.014976,-0.036906,0.009776,-0.000974,0.033068,-0.029417,-0.001096,-0.011901,0.022713,-0.029255,-0.048359,-0.012321,-0.016789,0.001393,0.011264,-0.035314,-0.016929,0.040507,0.02983,0.023716,-0.046227,0.021586,0.028483,-0.003936,-0.016774,0.015346,0.032121,0.00001,-0.008503,0.012668,-0.029159,-0.034443,0.036957,0.007439,0.018302,0.001086,0.025132,0.112894,0.020168,0.011834,-0.001746,-0.026072,0.016227,0.035892,0.016051,-0.028923,-0.008727,-0.003885,-0.01435,-0.011586,0.012412,0.027282,-0.011755,-0.010061,-0.014541,0.00967,-0.01564,0.098798,0.019931,-0.002795,-0.028495,-0.000684,-0.006797,-0.004609,0.00245,0.003487,0.011912,0.031324,0.040264,-0.007206,-0.019151,-0.019131,0.020007,-0.001891,0.007671,0.018869,0.010104,0.008851,-0.030537,-0.025243,-0.024469,0.005722,0.038129,0.000209,0.012451,-0.011625,0.059873,-0.015879,-0.020242,0.016076,-0.043501,0.00363,0.023493,0.015799,-0.021472,0.042374,-0.035147,0.026301,0.011186,-0.004388,-0.024523,-0.016158,-0.037738,-0.019263,0.033851,-0.000958,-0.004282,-0.004826,-0.00731,0.005294,0.003993,-0.015432,-0.028409,-0.018653,-0.01277,0.008901,0.013334,0.761148,-0.022731,0.018868,-0.000785,0.023617,-0.008576,0.0073,-0.04228,0.027109,-0.001936,0.016369,-0.005655,0.004128,0.03093,0.036821,-0.019847,0.028753,0.006057,0.038552,-0.037655,-0.022626,-0.020328,0.037857,0.017896,0.021385,0.070079,0.015659,-0.017239,0.0068,0.0299,-0.031395,-0.01106,-0.044272,-0.014509,-0.012227,0.024967,-0.018441,0.020547,0.009992,-0.079685,-0.017429,0.005032,0.024185,-0.014678,0.006785,-0.021337,0.018719,0.026694,0.002964,0.011923,0.011877,-0.01723,0.03011,0.045742,-0.005751,-0.007914,0.004291,-0.011134,-0.016449,0.034213,-0.018928,-0.02411,-0.031815,0.086204,0.020506,0.075054,-0.016574,0.000333,0.04005,0.01792,0.018363,-0.066481,0.02492,-0.001519,0.004958,-0.006365,-0.003657,-0.055929,-0.017023,-0.03141,0.015648,-0.03979,0.038332,0.043194,-0.019138,0.019869,-0.041814,0.017388,0.000201,0.010701,-0.065619,0.016917,0.01133,-0.004953,0.028997,-0.007291,0.003704,0.008849,-0.015102,-0.003566,-0.008611,-0.004864,-0.041852,0.021731,-0.037335,-0.012745,-0.00163,-0.052197,0.000403,0.073723,0.016623,0.029712,0.010258,-0.006235,-0.001691,0.002291,-0.013161,-0.02071,-0.021457,-0.012344,-0.006505,-0.014359,0.006325,0.013516,0.003498,-0.034092,-0.025557,0.022717,-0.004552,-0.011908,0.015571,-0.008323,-0.010557,-0.006478,-0.002328,-0.029987,-0.007642,-0.0097,0.028917,0.021909,0.01078,0.031507,0.000129,0.025641,0.038449,0.028803,0.001033,0.028184,-0.022831,0.007611,0.031938,0.182132,0.007313,-0.008537,0.025408,0.005227,0.028237,-0.023458,-0.001082,-0.021573,0.004784,0.019108,0.008711,0.039699,0.009827,0.004327,0.111692,-0.002387,0.002701,-0.006014,-0.017125,0.028484,0.022465,-0.079365,0.005602,-0.020028,0.014472,-0.003841,0.017311,-0.009575,-0.01364,0.014189,-0.012908,-0.01726,-0.018562,-0.016441,-0.032771,-0.012425,-0.010495,0.030483,0.017237,-0.034451,-0.019032,0.043319,0.077549,-0.04651,0.093105,0.013829,0.001551,0.015448,0.00738,0.021369,0.010072,0.008998,0.036496,-0.022435,-0.023089,-0.013598,0.005235,-0.059838,0.02719,-0.036773,0.002515,0.004049,0.01687,-0.027028,0.020154,-0.01787,0.002553,-0.014516,-0.023217,-0.026618,-0.017107,0.011521,0.008762,0.008214,0.027707,0.064996,0.014443,-0.022538,0.041143,-0.030735,-0.001659,0.032696,0.006862,0.017242,-0.007969,-0.054896,-0.004369,-0.038899,-0.017413,-0.012239,0.003573,0.024522,-0.022812,-0.017681,0.02845,0.030127,0.049541,0.001549,0.006834,-0.010589,0.034095,-0.029337,0.014452,-0.002906,-0.02559,-0.012704,0.010521,0.023858,0.005452,-0.003459,-0.008671,-0.029186,0.029715,0.016161,-0.012064,-0.038783,0.022072,-0.02588,0.019429,0.015903,0.042356,0.025843,0.004017,0.007852,0.016204,0.001046,0.034068,0.02154,-0.023472,-0.006027,0.011812,-0.03086,-0.004199,-0.000585,0.01399,-0.023763,0.026159,0.007936,-0.010895,-0.064347,-0.012805,0.002165,-0.023691,-0.007892,0.012313,-0.022232,0.042399,-0.024528,0.001517,-0.030891,-0.017597,0.027574,-0.006064,0.011839,-0.001199,-0.023522,-0.00561,0.021242,-0.041771,-0.029662,0.021664,-0.014807,-0.047296,-0.00642,-0.025271,0.006547,0.030666,-0.000834,0.01935,-0.014424,0.033058,-0.014126,0.005178,0.039546,-0.016946,0.011083,0.02016,0.004366,0.019857,0.030058,-0.046726,0.012983,0.013744,0.026099,0.00194,0.001327,0.020555,-0.015585,-0.03746,0.02133,0.010137,0.008271,0.022097,0.000723,0.001143,0.031046,0.014943,-0.02124,0.004679,0.016999,0.012335,0.029463,0.022766,-0.002017,-0.04819,0.015725,-0.012904,0.003499,-0.00563,-0.034052,-0.037142,-0.002111,-0.026763,0.031996,-0.005957,0.04232,0.008902,-0.022395,0.016643,0.02129,0.008382,-0.008026,0.001032,0.008064,0.006294,-0.019773,0.003871,-0.010192,-0.020302,-0.015912,-0.031835,-0.010768,-0.007749,-0.005066,0.000516,0.018307,-0.00248,-0.023893,-0.01351,-0.016588,-0.030916,0.025131,-0.041605,0.00153,-0.031302,-0.019274,-0.023758,0.014198,-0.018977,0.026967,0.001165,-0.001416,-0.01651,-0.067357,-0.016079,-0.000394,0.001519,-0.009758,-0.016042,-0.017589,0.049395,0.014765,-0.003799,-0.029228,0.01359,0.032772,-0.022618,0.015901,-0.021962,0.008712,-0.036561,-0.031224,-0.003463,-0.004719,0.018235,0.020058,-0.014289,0.002024,0.015094,0.006554,0.123722,0.018218,0.019032,-0.015604,-0.00286,-0.020331,0.043939,-0.000844,-0.006567,-0.016975,0.002418,-0.040251,-0.040264,0.044618,-0.036781,-0.040017,0.0285,-0.004364,0.003027,0.01301,0.042557,0.020189,0.009524,-0.008999,-0.007092,-0.024487,-0.012793,-0.017574,0.025092,-0.004108,0.004372,0.011759,-0.002288,0.010993,0.003226,0.014052,-0.008145,0.001962,0.022214,0.011845,-0.026099,-0.027966,0.006998,-0.050245,0.003807,0.005662,-0.011597,0.024115,-0.029889,0.071774,-0.018853,-0.003268,-0.001274,-0.019402,0.035767,0.036678,0.024762,-0.03376,0.012593,-0.005137,0.002465,0.00959,0.015423,-0.021344,0.008675,-0.019053,-0.053467,0.041793,0.006939,-0.017324,-0.023726,0.001922,0.012744,0.02708,-0.000541,-0.002902,-0.018664,-0.021352,-0.007227,0.002424,0.791775,-0.008458,0.018318,0.002046,-0.011033,0.019785,-0.034364,-0.016005,0.000542,-0.00266,0.038481,-0.00862,0.019758,0.006406,0.023782,-0.002,0.015089,-0.025476,0.02194,-0.036694,0.0174,-0.043293,0.011792,0.016669,-0.013199,0.057251,0.010408,-0.018012,-0.003505,-0.034684,0.008753,-0.008036,-0.036279,-0.062427,-0.026434,0.023498,-0.040133,0.02907,0.002911,-0.109485,-0.008218,-0.010657,0.01353,0.00713,-0.00479,-0.017488,0.019129,-0.010138,-0.003466,-0.006966,-0.004992,-0.032649,-0.006282,0.023722,-0.010847,-0.022688,0.008571,-0.02521,-0.002489,0.027817,0.005917,-0.030096,0.007148,0.095776,0.001551,0.065526,0.011199,0.00103,0.02931,0.051387,0.027206,-0.091767,0.024645,0.015279,0.005223,-0.016691,-0.003138,-0.049288,-0.020186,-0.026744,0.028986,-0.046638,0.040794,0.057226,-0.026142,0.035024,-0.0433,0.025479,0.017915,0.009147,-0.055313,0.025547,0.000287,-0.028441,0.025288,0.007682,-0.002464,0.007442,-0.027178,-0.003651,-0.007648,0.013153,-0.037937,0.019423,-0.028995,-0.009084,0.006314,-0.055316,0.001019,0.083506,0.031167,0.028512,-0.009767,0.005114,-0.001214,-0.00044,-0.006009,-0.014435,0.005784,0.001311,0.009943,-0.009973,0.001887,0.006764,-0.01182,-0.025833,-0.031991,0.020356,-0.005076,-0.009057,-0.006778,-0.00071,-0.010596,0.004659,-0.009752,-0.016844,-0.006045,-0.01956,0.016346,0.019463,0.006667,0.026747,-0.004121,0.027856,0.031458,0.022858,0.000758,0.019763,-0.035562,0.009109,0.034838,0.165651,-0.009351,-0.026774,0.019861,0.000131,0.017026,-0.019451,-0.005067,-0.037573,0.010554,0.012753,-0.00233,0.040007,0.00279,0.013579,0.09427,-0.016832,-0.000069,-0.001916,-0.036659,0.026201,0.036411,-0.096966,0.009609,-0.010935,0.022329,-0.011405,-0.004232,-0.01214,-0.009643,0.015427,-0.009479,-0.023108,-0.029799,-0.016982,-0.001938,-0.028462,-0.000707,0.028205,-0.001145,-0.036327,-0.014569,0.034228,0.094646,-0.040626,0.085457,0.007457,-0.003923,0.018801,-0.003524,0.000829,-0.003542,0.025517,0.03466,-0.022276,-0.014683,-0.017353,-0.031013,-0.06108,0.022015,-0.02015,-0.000823,0.008813,0.01256,-0.028239,0.024686,-0.027448,0.002388,-0.02247,-0.031667,-0.01826,-0.017358,0.007736,0.019628,0.00964,0.023054,0.071554,0.027959,-0.007368,0.040265,-0.048012,0.02201,0.028957,0.015459,0.018864,-0.020745,-0.062932,-0.018821,-0.036021,-0.01286,-0.008265,-0.006799,0.020263,-0.010025,-0.03345,0.050283,0.032555,0.08581,-0.001476,0.002481,-0.01369,0.02542,-0.030375,0.005246,0.001203,-0.030649,-0.016163,-0.00621,0.02936,0.011613,-0.009603,-0.003604,-0.009875,0.030317,0.002422,-0.002624,-0.033178,0.029874,-0.009539,0.01912,0.024701,0.073103,0.01628,-0.000506,-0.001917,0.008689,0.005149,0.031822,0.022147,-0.037155,-0.010156,0.009803,-0.035523,0.011958,0.00144,0.024366,-0.018256,0.039839,-0.000824,-0.007414,-0.061682,-0.028907,-0.009801,-0.041119,-0.002877,0.02327,-0.014832,0.047241,-0.026681,0.000695,-0.018764,-0.023757,0.005278,-0.024584,0.000403,0.003679,-0.016949,-0.009868,0.028231,-0.031274,-0.029504,0.031538,-0.022818,-0.075871,-0.017264,-0.010619,0.016065,0.036943,0.010686,0.028105,0.004232,0.020224,-0.025411,0.018317,0.025337,-0.020267,-0.000583,-0.001932,-0.012866,0.01556,0.009174,-0.026817,0.031667,0.01568,0.036246,0.006428,0.00061,0.0307,-0.005424,-0.026757,0.045728,0.008463,0.013161,0.007466,-0.011756,-0.011654,0.035494,0.008783,-0.001294,0.009684,0.021461,0.015047,0.035729,0.009909,-0.010725,-0.046223,0.011218,-0.018853,0.004494,-0.002042,-0.039784,-0.036888,0.002421,-0.031202,0.045708,0.008222,0.039798,0.018299,-0.024572,0.02952,0.018873,0.022967,-0.014649,0.002854,0.020686,-0.003738,-0.019626,0.005731,0.00687,-0.036163,-0.003949,-0.034211,-0.011721,-0.006558,-0.002491,0.015677,0.015641,0.002934,-0.01066,-0.015118,-0.016789,-0.052649,0.019887,-0.039227,-0.016823,-0.027591,0.002238,-0.032047,0.008801,-0.023412,0.02331,-0.001729,-0.010802,-0.022686,-0.07328,-0.025467,0.008676,-0.00292,0.008874,-0.031008,-0.016452,0.046752,0.0146,-0.007724,-0.006264,0.013584,0.00991,-0.040632,0.008771,-0.004389,0.015975,-0.042537,-0.027905,0.00796,-0.006585,-0.001225,0.006206,-0.038861,-0.012569,0.011487,0.014665,0.12222,0.00728,0.014671,0.003391,-0.020226,-0.024528,0.044923,-0.006095,-0.002211,-0.018667,0.007584,-0.062011,-0.02808,0.028872,-0.023424,-0.02377,0.027291,-0.008688,0.026461,0.012885,0.076544,0.003956,0.020522,0.000366,-0.000342,-0.020669,-0.018083,-0.006885,0.04083,0.000265,0.016789,0.00536,-0.001607,0.00626,0.014094,0.023198,-0.014078,0.01345,0.007591,-0.002912,-0.024575,-0.028284,0.031382,-0.044437,0.011168,0.008398,-0.015141,-0.006575,-0.022825,0.058579,-0.032733,-0.026211,0.017865,-0.029711,0.04106,0.066502,0.014871,-0.018203,0.014911,-0.031596,0.000277,0.006545,0.006646,-0.027558,0.002242,-0.027034,-0.050489,0.036836,0.019292,-0.018145,-0.030363,-0.014108,0.02404,0.023379,-0.013871,0.007518,-0.025011,-0.009722,0.001171,0.014406,0.76097,0.006559,0.015894,0.003159,-0.008344,0.037336,-0.038736,-0.014868,0.022366,0.008461,0.057212,0.002685,0.012066,0.00761,0.030541,-0.012437,-0.013476,-0.012456,0.044402,-0.03558,0.011285,-0.060656,0.029469,0.020881,-0.033426,0.064374,0.011707,-0.021546,-0.010316,-0.032286,0.037832,0.008367,-0.049615,-0.04906,-0.049093,0.022147,-0.042092,0.034842,-0.00704,-0.102398,0.003332,-0.003617,0.009713,0.007788,0.00829,-0.039283,0.031815,-0.019275,-0.010469,0.012254,-0.009195,0.00694,0.00918,0.026308,-0.003941,-0.021242,0.003524,-0.004887,-0.010778,0.013583,-0.003731,-0.021496,0.000808,0.09973,0.011939,0.038525,0.009545,0.009906,0.031345,0.042259,0.017068,-0.090148,0.051695,0.007637,0.00909,0.002938,0.016547,-0.034969,-0.006353,-0.024433,0.010934,-0.059852,0.024401,0.023576,-0.008248,0.016709,-0.033276,0.006593,0.024667,-0.002899,-0.029256,0.014207,0.000153,-0.013233,0.017455,-0.003211,0.003249,0.047904,-0.001993,0.004024,0.011795,0.006229,0.003938,0.02742,-0.054135,0.00039,0.010092,0.001527,0.001544,0.049428,0.003773,0.002419,-0.004279,-0.000728,-0.003719,0.010473,0.007666,0.002872,-0.001837,0.002276,0.00333,-0.029015,0.002204,0.002484,0.015892,-0.049021,-0.039915,0.02244,0.021283,-0.032917,-0.029636,-0.004815,-0.000605,-0.006219,-0.019835,-0.001107,-0.008505,0.00919,0.046914,0.018838,-0.003909,0.021137,0.014961,0.023151,0.011297,0.007534,0.03336,0.028607,-0.021991,-0.029493,0.015866,0.165796,0.031445,0.008504,0.002469,0.006592,0.016487,-0.004867,0.000641,-0.022846,0.057519,0.005066,0.018978,0.017834,-0.018152,-0.007302,0.071366,-0.01345,0.020172,-0.017779,-0.019198,0.002064,0.008918,-0.169869,-0.005426,-0.031518,0.002731,0.005805,-0.014524,-0.018517,-0.012726,0.006936,-0.010126,-0.011274,-0.016397,-0.02267,-0.003235,0.029022,-0.013423,0.046538,-0.000823,0.008731,0.005079,0.040105,0.082668,-0.029199,0.110984,0.030266,0.003588,0.000005,0.009814,-0.006108,0.023185,0.008183,0.028857,0.011222,-0.029934,-0.012815,0.012517,-0.028429,0.03861,-0.039627,0.02296,0.024494,0.006937,-0.029911,0.013412,-0.01835,-0.004557,0.003238,0.001266,-0.007553,0.017665,0.022128,0.006387,-0.002045,-0.006354,0.026988,0.022319,-0.017755,0.009139,-0.036307,0.020802,0.017072,0.017522,-0.013113,0.011907,-0.054145,-0.005847,-0.009903,-0.030262,0.013666,0.016165,0.019552,-0.030641,-0.004771,0.009691,0.03527,0.118788,0.01896,0.026258,-0.000561,0.020547,-0.012068,0.011964,0.012558,-0.033465,-0.023369,0.008394,0.037791,0.012939,0.017937,-0.019322,-0.022154,0.05643,0.012059,-0.00919,-0.044287,0.02818,0.023804,0.011538,0.02384,0.029023,0.009022,0.012484,0.023955,0.017573,0.02819,0.03458,0.025405,0.014678,0.003272,-0.004251,-0.012362,0.029641,-0.007999,0.008867,-0.034032,0.047078,-0.007249,0.002635,-0.026564,0.013719,0.008698,-0.033059,-0.010928,0.009046,-0.02484,0.017682,-0.021231,-0.015762,-0.034748,0.023836,0.01857,-0.000578,-0.00232,-0.000472,-0.022858,0.003632,0.013698,-0.040802,-0.023406,0.02962,-0.019056,-0.073649,0.01356,-0.000504,-0.017414,0.045319,0.024133,0.003586,-0.056472,0.024789,-0.033769,-0.006434,0.021882,-0.001585,-0.003436,0.026387,-0.004138,0.027682,0.030417,-0.037439,0.012353,0.00327,0.023438,-0.02295,-0.014906,0.028491,-0.018775,-0.022225,-0.005167,0.016031,0.016588,0.026993,-0.006096,0.003421,-0.00646,0.015403,0.010256,0.019665,0.001885,-0.006226,0.008263,0.034846,0.007169,-0.023689,-0.003188,-0.008155,0.007817,-0.01787,-0.029256,-0.039706,0.013698,-0.010654,0.027357,0.008246,0.066106,0.019668,-0.026223,0.039999,0.00567,-0.017819,-0.019164,0.021391,-0.00966,0.001023,-0.039916,-0.022127,-0.011972,-0.038291,-0.023071,-0.016262,-0.020374,0.008225,-0.007114,0.020551,0.020448,-0.012961,-0.007221,0.015729,0.004242,0.017356,0.012743,-0.032137,-0.012302,-0.040225,-0.012285,0.002714,0.04361,-0.025728,0.005021,-0.023904,0.026192,-0.019427,-0.057507,0.007336,0.006281,-0.005445,0.013582,-0.035658,-0.006344,0.018481,0.027305,0.023824,-0.023918,0.003278,0.008183,-0.013068,0.000633,0.001106,0.020431,-0.006569,-0.028504,0.019991,-0.018981,-0.023333,0.019112,-0.000196,0.012697,0.011878,0.004376,0.1117,0.005901,-0.012572,0.018268,-0.013158,0.028726,0.029264,0.029347,-0.004999,-0.004665,-0.021521,-0.039853,-0.017425,0.037334,0.006992,-0.023571,0.007539,-0.020972,0.013791,-0.027564,0.097984,0.027802,-0.008537,-0.014954,0.020364,-0.011406,-0.00371,0.010644,-0.002867,0.004919,0.029348,0.018516,-0.022756,0.002841,-0.001239,0.02942,-0.026698,0.01019,0.001753,-0.001306,-0.000267,-0.016633,0.004464,-0.035005,0.0058,0.039478,-0.011712,0.008271,-0.016271,0.06893,0.017581,-0.003214,0.031765,-0.02318,0.017297,0.012709,0.013165,-0.011553,0.031389,-0.006641,0.018904,0.009762,0.012038,-0.004865,-0.010483,-0.045082,-0.012357,0.030868,0.010781,0.01318,-0.0201,-0.007482,0.024535,0.015163,0.005978,-0.016643,0.009221,-0.026449,-0.009021,0.029552,0.784138,-0.018848,0.033626,-0.002543,0.006182,0.004869,0.003754,-0.027575,0.022062,-0.008315,0.009184,-0.008947,0.017601,0.019138,0.032508,-0.014823,0.023649,-0.009958,0.018251,-0.030698,-0.005657,-0.0421,0.031584,0.036273,-0.004327,0.067388,0.011893,-0.02108,0.000474,0.022028,-0.001222,-0.02123,-0.065503,-0.023043,0.013429,0.006265,-0.02574,0.020986,0.013123,-0.087384,-0.022659,0.005149,0.020562,-0.022336,0.005701,-0.015308,0.024666,0.015988,0.021386,-0.010908,0.014277,-0.014916,0.006164,0.053237,-0.011541,-0.010412,0.007472,-0.034813,0.00617,0.013968,-0.012662,-0.000936,-0.0222,0.07635,0.028665,0.068251,0.016822,0.005834,0.014851,0.035734,0.02709,-0.06723,0.02723,0.010449,0.003999,-0.015745,0.00045,-0.050973,-0.007134,-0.03087,0.002498,-0.051197,0.038626,0.048557,-0.019495,0.012619,-0.041303,0.004633,0.003667,0.014083,-0.048586,0.008637,0.011363,-0.001649,0.037696,-0.004137,0.005122,0.018599,-0.024163,-0.009299,-0.00934,-0.00753,-0.041845,0.018548,-0.045433,-0.012704,-0.008955,-0.045379,0.004856,0.074804,0.023866,0.023878,0.010434,-0.014364,0.00089,0.005325,-0.007887,-0.01937,-0.011895,-0.009745,-0.001721,-0.013519,0.003028,0.019542,0.001861,-0.033363,-0.040018,0.021076,-0.008457,-0.019229,0.009155,-0.019494,-0.010713,-0.0095,0.000904,-0.026001,-0.003791,-0.005154,0.029359,0.020702,0.007299,0.021765,-0.000533,0.017001,0.027803,0.030927,0.001812,0.028203,-0.018107,0.006517,0.02672,0.177627,0.005399,-0.012792,0.014338,0.000958,0.024996,-0.022071,0.001998,-0.023063,-0.003116,0.023306,0.013729,0.039448,0.010652,0.008368,0.10323,-0.008158,0.009033,0.006994,-0.021436,0.012676,0.02176,-0.108003,0.005021,-0.030062,0.01081,0.002418,0.005482,-0.021828,-0.009335,0.020548,-0.014056,-0.010684,-0.010439,-0.024662,-0.027102,-0.002059,-0.005441,0.037384,0.014286,-0.02586,-0.010623,0.042481,0.07251,-0.050245,0.096368,0.012094,0.007687,0.014012,0.00544,0.022451,0.008532,0.007632,0.041226,-0.010076,-0.018745,-0.013305,0.025975,-0.057674,0.031129,-0.046437,0.005027,0.001482,0.016848,-0.032383,0.012345,-0.027688,0.003664,-0.011983,-0.025811,-0.020168,-0.016648,0.01827,0.015904,0.00485,0.03109,0.06054,0.01684,-0.017982,0.031144,-0.031194,0.001849,0.028688,0.012737,0.016849,-0.015496,-0.052883,-0.004746,-0.037959,-0.014419,-0.015201,0.017602,0.017068,-0.035432,-0.020212,0.031399,0.032272,0.060801,0.008438,0.020542,-0.017379,0.032757,-0.024208,0.014075,-0.002204,-0.021862,-0.019237,0.012808,0.035824,0.010954,0.006743,-0.009866,-0.01796,0.028845,0.026407,-0.027704,-0.033709,0.020703,-0.018275,0.026964,0.019159,0.038309,0.024106,0.000954,0.005847,0.017606,-0.001587,0.033094,0.010411,-0.023499,-0.007345,0.0066,-0.022951,0.005679,-0.004495,0.00987,-0.028885,0.040628,0.001145,-0.002593,-0.063458,-0.018686,0.00006,-0.023159,-0.017717,0.012923,-0.019267,0.03831,-0.026582,-0.00157,-0.040334,-0.01963,0.047174,-0.000858,0.004108,-0.015201,-0.029426,-0.00879,0.028722,-0.040608,-0.028068,0.033626,-0.014642,-0.05876,0.010151,-0.018069,-0.005687,0.027135,-0.004856,0.018855,-0.023434,0.032223,-0.019655,-0.010146,0.039071,-0.020578,0.007304,0.023953,0.007021,0.027122,0.035272,-0.046171,0.003649,0.001171,0.023654,-0.007611,-0.017571,0.025893,-0.013522,-0.039651,0.016847,0.008746,0.008096,0.022766,0.002882,-0.005215,0.027533,0.006285,-0.025295,0.011671,0.015821,0.002855,0.0235,0.030565,0.000604,-0.047176,0.022268,-0.007516,-0.002881,-0.015844,-0.024866,-0.034805,-0.017739,-0.031639,0.033617,-0.009472,0.045825,-0.003075,-0.022486,0.021249,0.025203,0.002593,-0.010218,-0.001718,0.011598,0.018073,-0.016842,-0.006861,-0.014828,-0.030853,-0.015201,-0.039875,-0.00925,-0.001203,-0.011518,-0.000386,0.027556,0.001386,-0.020738,-0.009128,-0.003704,-0.029595,0.024444,-0.039524,-0.007538,-0.031413,-0.015038,-0.011375,0.025445,-0.020243,0.015485,-0.0013,0.000957,-0.011321,-0.064337,-0.01071,-0.002159,0.001776,-0.010901,-0.018291,-0.023367,0.044366,0.014509,-0.006761,-0.034717,0.018189,0.031949,-0.033948,0.026834,-0.00198,0.005984,-0.036353,-0.019973,0.000897,-0.004055,0.0176,0.013432,-0.004403,0.003355,0.02333,-0.002405,0.12034,0.019519,0.012165,-0.005835,-0.004118,-0.01611,0.040435,-0.005061,-0.005511,-0.012884,-0.012158,-0.037601,-0.029109,0.043244,-0.017708,-0.045699,0.020973,-0.005816,-0.009432,0.002819,0.061604,0.032883,0.00175,-0.009585,-0.011585,-0.027608,-0.005178,-0.010974,0.019735,-0.017583,0.00795,0.020731,0.004384,0.003554,0.015913,0.020143,-0.014955,0.007785,0.024112,0.0115,-0.020265,-0.019166,0.00146,-0.04632,0.008487,0.004505,-0.00031,0.021684,-0.026818,0.070963,-0.021422,0.001349,0.010461,-0.017166,0.028993,0.044224,0.026596,-0.030755,0.013101,-0.009068,0.013665,0.009618,0.018677,-0.016967,0.001091,-0.019903,-0.051211,0.033687,0.007359,-0.00864,-0.011325,-0.002324,0.017127,0.017408,-0.001494,-0.005627,-0.013226,-0.011187,0.004427,0.005774,0.787754,-0.01393,0.023468,-0.000403,-0.020151,0.024298,-0.02477,-0.020211,0.000467,-0.004823,0.038794,-0.024353,0.021432,0.014939,0.028607,-0.006207,0.012887,-0.017753,0.022261,-0.04303,0.022051,-0.037348,0.023128,0.015783,0.008489,0.066142,0.013559,-0.026504,0.006276,-0.028343,0.009358,0.001123,-0.047983,-0.041351,-0.021034,0.017932,-0.042399,0.02469,-0.003259,-0.100144,-0.018574,-0.000965,0.013723,0.002375,0.00409,-0.021598,0.022391,-0.002198,-0.00836,-0.001385,0.007109,-0.035635,-0.00173,0.021874,-0.017748,-0.022035,0.005603,-0.029469,0.006721,0.028609,-0.005627,-0.031094,0.003904,0.093119,0.011923,0.071588,0.011349,0.000834,0.02407,0.048281,0.023794,-0.071238,0.02201,0.013089,0.004469,-0.007295,-0.002601,-0.046472,-0.018894,-0.03138,0.010337,-0.05219,0.034187,0.04305,-0.021635,0.013216,-0.039887,0.012584,0.014083,0.006927,-0.052272,0.012612,0.006739,-0.008571,0.028264,-0.007763,0.006268,0.023168,-0.008601,-0.004021,0.002467,0.001865,-0.035698,0.016706,-0.045696,-0.008726,-0.000129,-0.04306,0.006504,0.063292,0.019595,0.020768,0.008722,-0.012035,-0.0057,-0.007588,-0.002598,-0.014229,-0.009863,-0.003197,0.000888,-0.018627,-0.002204,0.017136,0.008551,-0.030034,-0.040355,0.024815,-0.003505,-0.017863,0.006952,-0.002145,-0.018607,-0.006617,-0.000104,-0.024133,-0.00305,0.000477,0.030626,0.025076,0.004026,0.022086,-0.001334,0.028199,0.031816,0.026429,0.00395,0.028886,-0.01634,-0.0002,0.03126,0.178285,0.010728,-0.000949,0.016272,0.003518,0.023123,-0.024275,-0.001664,-0.027693,0.018681,0.016124,0.01024,0.035048,0.010502,0.001956,0.0975,-0.004761,0.002423,0.002197,-0.021045,0.02272,0.026615,-0.125692,0.004542,-0.020972,0.012295,0.007736,0.005603,-0.009621,-0.015796,0.009088,-0.019433,-0.012949,-0.012982,-0.022001,-0.020128,-0.005847,-0.004744,0.039144,0.004023,-0.022005,-0.007439,0.040982,0.079905,-0.042116,0.10378,0.01145,0.009097,0.014403,0.005835,0.0218,0.010122,0.021226,0.031325,-0.012926,-0.019583,-0.015084,0.008343,-0.054231,0.02897,-0.04332,0.008043,0.007214,0.018589,-0.024981,0.022265,-0.027993,0.005075,-0.006166,-0.015826,-0.022753,-0.00734,0.017406,0.01484,0.000963,0.022761,0.060753,0.014355,-0.019205,0.027162,-0.036878,-0.000716,0.023114,0.008544,0.016584,-0.014289,-0.049729,0.000998,-0.039355,-0.017407,-0.017101,0.011586,0.02887,-0.032435,-0.022596,0.031041,0.032108,0.081869,0.008038,0.018331,-0.010139,0.030696,-0.027229,0.014241,-0.008844,-0.022906,-0.016698,0.011728,0.032385,0.01158,0.008313,-0.005834,-0.020897,0.019269,0.006651,-0.01696,-0.034146,0.023744,-0.013542,0.014279,0.01982,0.035481,0.017143,0.004606,0.004946,0.026484,0.000964,0.033637,0.010898,-0.013837,-0.006503,0.004722,-0.02356,0.005402,-0.002716,0.015401,-0.025859,0.033178,0.006069,-0.003947,-0.059873,-0.009128,0.003479,-0.030585,-0.008933,0.019045,-0.021517,0.034957,-0.024343,0.0013,-0.034486,-0.014968,0.029553,-0.004308,0.012784,-0.008351,-0.022417,-0.003877,0.021958,-0.045679,-0.024312,0.028559,-0.021913,-0.075395,0.004336,-0.024489,-0.004669,0.029998,0.005041,0.026159,-0.035006,0.031174,-0.013159,-0.008062,0.035806,-0.020054,0.006989,0.020462,0.000582,0.021365,0.040688,-0.039517,0.008419,0.006144,0.022772,-0.008062,-0.009193,0.024904,-0.016259,-0.024536,0.017622,0.013334,0.009376,0.022654,-0.010522,-0.008808,0.021938,0.014945,-0.011043,0.009542,0.012391,0.001507,0.025347,0.028896,0.000768,-0.035783,0.02011,-0.009946,0.003948,-0.015391,-0.031605,-0.032508,-0.007502,-0.026661,0.043399,-0.007487,0.053684,0.005538,-0.012419,0.019049,0.02311,-0.000828,-0.009482,0.017509,0.009418,0.006279,-0.009588,-0.001286,-0.005979,-0.030734,-0.012832,-0.037945,-0.012792,-0.002884,-0.009322,0.001894,0.022111,0.003203,-0.015228,-0.001718,-0.001572,-0.024748,0.020831,-0.045296,-0.009843,-0.031296,-0.010724,-0.024505,0.018982,-0.02128,0.011786,0.005575,-0.001791,-0.018734,-0.058703,-0.009634,0.002966,-0.001721,-0.001567,-0.023571,-0.015664,0.048329,0.020644,-0.002733,-0.029497,0.019308,0.028238,-0.025011,0.013846,0.00478,0.015545,-0.029893,-0.023654,0.006818,-0.010641,-0.000383,0.025552,-0.007943,0.001462,0.024101,0.005056,0.119783,0.019603,0.013069,-0.009667,-0.013396,-0.008233,0.042184,0.003163,-0.014408,-0.018121,-0.005598,-0.034088,-0.029173,0.040908,-0.01167,-0.031582,0.015416,-0.010008,0.003049,0.001944,0.06961,0.01952,0.002914,-0.011138,-0.005516,-0.018291,-0.012957,-0.007734,0.023627,-0.007704,0.015545,0.017533,0.002411,-0.002148,0.005564,0.02239,-0.018137,-0.001126,0.023409,0.006813,-0.021546,-0.022576,0.002242,-0.043939,0.007218,0.013649,-0.008974,0.026886,-0.021833,0.070861,-0.023664,-0.006251,0.01202,-0.027016,0.027353,0.041979,0.028111,-0.02716,0.018812,-0.013017,0.01961,0.012909,0.012494,-0.031652,0.002064,-0.032107,-0.043748,0.037193,0.01247,-0.011894,-0.006672,-0.000797,0.011382,0.021821,0.000373,-0.008991,-0.018931,-0.012306,-0.005262,0.006541,0.794952,-0.016349,0.019661,-0.001648,-0.005236,0.021764,-0.024478,-0.0271,0.016128,0.002698,0.037423,-0.011273,0.019153,0.014293,0.036452,-0.001308,0.01855,-0.015969,0.027378,-0.035291,0.008698,-0.03319,0.027329,0.017172,-0.002408,0.062673,0.012579,-0.026543,-0.000911,-0.024103,0.004596,-0.005861,-0.044228,-0.041651,-0.025994,0.022171,-0.036296,0.028283,-0.004523,-0.097783,-0.010529,-0.002541,0.012354,0.005116,-0.002377,-0.022739,0.024183,-0.005889,-0.006153,-0.000301,0.005063,-0.026994,0.001548,0.032199,-0.007229,-0.01845,0.006048,-0.024172,-0.005283,0.026365,-0.004692,-0.029856,-0.002959,0.0983,0.018363,0.065863,0.00694,-0.003576,0.031583,0.043231,0.025848,-0.065947,0.016306,0.014017,0.005394,-0.006066,0.01024,-0.055609,0.013926,-0.002112,0.017048,-0.085267,0.010235,-0.005905,-0.020711,-0.008205,-0.058873,0.000836,0.021903,-0.012608,-0.023537,-0.003189,0.013033,-0.007613,0.014446,0.005851,-0.004703,0.030287,-0.003327,-0.001721,0.020578,0.022486,-0.01053,0.011845,-0.060573,0.001562,0.010582,-0.009926,-0.008093,0.02861,0.033469,-0.017264,-0.005763,-0.031376,-0.01785,-0.016085,-0.005875,-0.002549,0.025403,0.014799,0.020043,-0.008757,0.003016,-0.016847,0.030468,-0.023936,-0.051686,0.02609,0.036694,-0.033225,0.019715,0.007209,-0.009898,0.020448,-0.023209,-0.014826,-0.02393,0.018209,-0.000416,0.020879,0.013594,0.016461,0.006494,0.002079,0.005264,0.021713,0.027922,0.010476,0.004754,-0.012618,-0.020259,0.155567,0.012547,-0.001308,-0.002161,-0.008539,0.013188,-0.037497,-0.00286,-0.031321,0.030675,-0.001326,-0.002078,0.001181,-0.001047,0.007262,0.078535,-0.008018,0.012682,-0.003051,-0.014834,-0.001109,0.012951,-0.196053,-0.014453,-0.035552,0.001812,0.017587,-0.013326,0.003955,-0.008851,-0.008722,-0.027446,0.006664,-0.011197,-0.036691,-0.027205,-0.005512,-0.021848,0.045511,0.001689,-0.003536,-0.010826,0.020627,0.067415,-0.045546,0.108566,0.028713,0.010818,0.000123,0.024582,0.019754,0.018766,0.009845,0.046717,-0.016595,-0.039529,-0.015732,0.002406,-0.006478,0.033452,-0.046022,0.014205,0.000881,0.016243,-0.036105,0.010677,-0.003649,-0.003703,0.010104,-0.031529,-0.010454,-0.005376,0.015616,0.003391,0.00522,-0.027609,0.043883,0.009124,-0.024609,-0.000906,-0.033657,0.008627,0.008432,0.019994,-0.010387,-0.020984,-0.043938,0.009323,-0.023589,-0.026446,0.005474,0.019866,0.01683,-0.016916,0.010712,0.019896,0.054013,0.101247,0.024534,0.022225,-0.006107,0.03464,-0.005745,-0.000227,-0.018628,-0.002978,-0.028646,0.003881,0.022257,0.001724,0.012975,-0.009401,-0.032005,0.037893,0.007306,-0.004698,-0.03245,0.01503,0.015753,0.000392,0.001809,-0.000315,-0.018991,0.005672,0.029643,0.035302,0.015859,0.026906,0.02114,0.047003,0.006524,-0.005862,-0.019016,0.031081,0.004802,0.016459,-0.012747,0.02324,-0.010762,0.00264,-0.030299,0.046112,-0.009477,-0.029728,0.005505,0.02307,-0.000265,-0.000267,-0.005967,0.00765,-0.039064,0.01637,0.031666,0.00043,0.029971,-0.000415,-0.007474,0.013333,-0.015593,-0.037971,-0.032747,0.00591,-0.037233,-0.099208,0.027477,-0.015722,-0.007737,0.013314,-0.004511,-0.003298,-0.053649,0.034223,0.001445,0.004959,0.02317,0.007506,0.01782,0.004559,-0.015354,0.03243,0.021041,0.004331,0.020457,-0.015979,-0.014184,-0.000848,-0.025997,-0.008123,-0.021696,-0.008633,0.002183,0.020804,0.017969,-0.008535,-0.017699,-0.023064,0.010443,0.031446,0.004313,0.025223,-0.002018,-0.022177,0.002108,0.017589,-0.002039,-0.04549,0.00622,-0.028982,0.005896,-0.000034,-0.031849,-0.038743,0.019799,0.004927,0.033412,-0.007215,0.078065,0.01779,-0.030482,0.01461,0.008959,0.001027,-0.014625,0.049837,-0.014778,-0.005687,-0.030956,-0.003465,-0.002865,-0.04709,-0.001868,-0.027778,-0.030361,-0.017649,-0.025381,0.001638,-0.016417,-0.010025,0.000412,-0.004301,0.012047,0.013162,0.016417,-0.016048,-0.007165,-0.040516,-0.009541,0.007519,0.039448,-0.010372,0.001854,-0.018895,0.001678,-0.021445,-0.054734,-0.015348,0.008319,0.007503,0.021416,-0.022068,-0.007033,0.025606,0.023295,0.02586,-0.02301,0.023572,0.007601,-0.015204,-0.007895,-0.018381,0.01471,-0.013923,-0.031849,0.00655,-0.007801,-0.025482,0.037911,-0.002409,0.037951,0.003051,-0.008063,0.111864,0.01402,0.007655,-0.008785,-0.012956,0.009986,0.04073,0.029022,-0.040657,-0.013662,-0.014287,-0.010194,-0.044707,0.041925,0.070781,-0.009117,0.014323,-0.017563,0.019893,0.002723,0.069041,0.016366,-0.029344,-0.005604,-0.000662,0.003405,-0.013529,0.003236,-0.002013,-0.009761,0.018647,0.036364,0.020814,-0.009707,0.00725,0.038886,-0.004307,0.000866,-0.000413,-0.002324,0.023876,-0.029869,-0.029261,-0.01244,-0.011641,0.019934,-0.026804,0.034228,-0.007931,0.064162,-0.001643,-0.00414,0.018068,-0.021182,0.019103,0.012407,0.044158,-0.027897,0.013475,-0.013168,0.024703,-0.020206,0.004184,-0.029324,-0.006595,-0.047369,-0.013136,0.027288,-0.016937,0.001311,-0.002992,-0.010569,0.023567,0.008435,0.003383,-0.002085,-0.025211,-0.037327,-0.001521,0.021377,0.775954,-0.021589,0.003818,-0.012163,0.032694,-0.008356,0.009033,-0.004544,0.011659,0.005444,0.0334,-0.016652,0.019268,0.025176,0.01263,-0.002289,0.018626,-0.010844,0.011968,-0.032792,-0.021846,-0.020397,0.04465,0.012839,-0.003738,0.071107,-0.013202,-0.025183,-0.002223,0.028832,-0.049801,-0.00816,-0.028525,-0.01611,-0.02791,0.016734,-0.025399,-0.007287,-0.000813,-0.091323,-0.013937,0.008531,0.023845,-0.021228,0.008897,-0.016743,0.01086,0.017258,0.009382,-0.001381,0.018262,0.004509,0.015936,0.071082,0.003161,-0.018294,0.007263,-0.042743,-0.026469,0.006212,-0.008187,-0.020851,-0.00487,0.072026,0.032099,0.100571,-0.021275,-0.00547,-0.000057,0.022059,0.014431,-0.08317,0.053161,0.025476,-0.018277,0.02839,0.000932,-0.053321,0.00987,-0.047229,0.040998,-0.04636,0.031693,-0.00329,-0.0098,0.001777,-0.051477,-0.026762,0.028782,-0.016515,-0.032618,0.020485,0.014415,-0.013181,-0.018111,-0.010023,0.017275,0.043429,-0.009099,-0.016407,0.024813,-0.034082,0.017052,0.00971,-0.037902,0.00839,0.019963,-0.009814,0.019624,0.062812,0.004046,0.012463,0.001612,-0.010461,0.001117,0.001937,0.008677,0.027137,-0.024058,0.048372,0.002212,-0.021095,-0.015744,-0.042285,0.019012,-0.043007,-0.019943,0.027351,0.009183,-0.019705,0.005675,0.008569,-0.020955,-0.019208,-0.01407,-0.021207,0.017058,-0.009334,0.038197,0.032934,-0.003993,0.028832,-0.000073,0.031253,0.042419,0.040057,0.025118,0.033304,-0.015777,0.005826,0.015579,0.177936,0.049789,-0.001998,-0.026123,0.003941,0.033612,-0.019519,-0.015293,-0.037241,0.04787,0.010203,0.046857,0.014054,-0.009162,0.018047,0.070537,-0.004467,0.027011,-0.017802,0.018175,-0.036882,0.01561,-0.124137,0.02449,-0.032062,0.015491,-0.007037,0.007434,-0.033679,-0.039889,0.00088,-0.034234,-0.005113,0.007172,-0.031127,-0.028677,0.052206,-0.033555,0.029092,0.008582,0.029427,0.023542,0.037455,0.08729,-0.039973,0.082671,-0.007231,-0.037742,0.015504,-0.002369,0.000071,0.004942,-0.012567,0.036942,-0.029706,-0.026065,-0.009594,0.020227,-0.004261,0.039664,-0.020981,0.016082,-0.015265,-0.01578,-0.03856,0.010148,-0.021754,0.005179,0.037589,-0.010984,-0.069464,-0.026871,0.0073,-0.016831,0.016284,-0.008508,0.034983,-0.002916,-0.022899,0.015116,-0.011484,0.013878,0.004684,-0.00552,-0.016087,-0.004885,-0.039837,0.024366,-0.006938,-0.021083,-0.006064,0.005808,0.039897,-0.047502,0.00725,0.008315,0.004707,0.158266,0.01218,0.044804,0.015771,0.005767,0.004835,-0.008354,-0.014725,0.007269,-0.013458,0.004053,0.034448,-0.001659,0.014125,-0.029031,-0.023236,0.082642,0.003959,-0.027593,-0.054777,0.02845,0.004753,0.024323,0.020905,0.015711,0.031511,-0.008652,0.01592,-0.002885,0.02664,0.05124,0.029432,0.023929,-0.026193,0.006686,-0.018624,0.041851,-0.016248,-0.004107,-0.008401,0.002643,0.005838,-0.010894,-0.000262,0.011292,0.008397,-0.059344,0.005689,0.035407,-0.036101,0.017688,-0.017228,0.009869,-0.001682,-0.009256,0.017962,-0.001978,0.006496,-0.030773,-0.002177,-0.010349,-0.0196,-0.018828,-0.042088,0.007293,-0.011876,-0.071241,0.00212,-0.026507,0.014787,0.026461,0.008269,-0.023945,-0.065839,0.019365,-0.018929,0.017411,0.037518,-0.008231,-0.010628,0.000383,0.012958,0.041066,-0.001087,-0.017566,0.000648,0.017845,0.026312,0.021614,0.016477,0.018594,-0.008859,-0.014112,-0.023286,0.010287,0.007703,0.023496,-0.049009,-0.010773,-0.012366,0.028708,0.020221,0.015091,-0.013966,-0.028567,0.007931,0.019656,-0.022852,-0.035049,-0.005561,-0.019096,0.017497,-0.031263,-0.032185,-0.024168,-0.023073,-0.016825,0.033638,0.015635,0.062068,0.007983,0.015875,0.049676,-0.004892,0.026049,0.00044,0.056993,-0.031532,0.017426,-0.016857,0.013964,-0.021947,-0.042171,-0.03444,-0.015549,-0.01817,0.021905,-0.006489,-0.007131,0.008653,-0.044607,0.006663,0.03086,-0.028128,0.004379,0.015902,-0.006316,-0.00938,-0.03032,0.010426,0.005979,0.023871,-0.013053,0.016505,-0.014251,0.013937,-0.009813,-0.044055,0.003822,0.006949,-0.009112,-0.008595,-0.018011,-0.01578,0.039327,0.021601,0.015788,-0.025026,-0.006187,0.021892,-0.020909,-0.002096,0.015452,-0.007615,0.01874,-0.016713,0.016144,-0.023464,-0.005485,-0.00418,0.003179,0.022673,-0.033971,0.033766,0.11558,0.011254,-0.010343,-0.018046,-0.02784,0.012769,0.063629,0.01467,0.008398,0.005671,-0.021268,0.003228,-0.012406,-0.018389,0.039415,-0.031267,-0.012401,0.006423,-0.006629,-0.019437,0.065704,-0.013973,0.003373,0.019351,-0.001617,0.004888,-0.016202,0.008287,0.021498,-0.011559,-0.001714,0.01725,-0.004646,0.037092,0.01109,0.051007,-0.046427,-0.007946,-0.049829,0.03239,-0.001359,-0.001512,-0.007374,-0.0333,0.033312,0.024503,0.002191,0.003716,-0.018539,0.081394,-0.005556,-0.035569,0.039763,-0.014795,0.000834,-0.00731,-0.008931,-0.026659,0.0383,0.004944,0.016048,0.012032,0.015025,-0.010547,0.001151,-0.046572,-0.019367,0.020319,0.006365,-0.025016,-0.002241,-0.03016,0.055657,0.020012,-0.015182,-0.037421,0.012783,-0.018508,-0.014596,0.011413,0.742688,-0.02499,0.031071,0.007837,0.01397,0.008406,-0.013868,-0.014734,0.002057,-0.006998,0.028418,-0.009004,-0.018646,0.03414,0.026456,0.00564,0.035425,-0.022802,0.002392,-0.025161,-0.010923,-0.035738,0.021118,0.0052,-0.007607,0.048855,0.015797,-0.022765,-0.018173,-0.00016,-0.0421,-0.033211,-0.054867,-0.046418,-0.043243,0.003631,0.008188,0.023947,0.050605,-0.088532,0.004674,0.003536,0.015752,0.009983,0.015873,-0.023078,0.022627,0.021995,-0.014226,-0.039901,0.030415,-0.044758,-0.009042,0.036788,0.014072,-0.010866,0.014551,-0.04488,-0.018234,0.018265,0.00712,-0.01973,-0.007373,0.09008,0.025866,0.06909,-0.003131,-0.007545,0.048766,0.028996,0.022126,-0.090553,0.031137,0.032797,0.010854,0.021635,-0.032209,-0.017892,0.022102,-0.016708,0.007579,-0.066833,0.00314,0.004147,-0.038084,0.003769,-0.057733,-0.088387,0.02846,-0.039735,-0.057345,0.035908,0.025561,0.030692,0.050521,-0.025355,0.021518,0.037024,-0.004755,-0.01058,-0.007909,-0.004464,0.008432,0.004541,-0.044941,0.041227,0.014204,0.011417,0.013579,0.072543,-0.004106,0.010251,0.009145,0.013364,0.00976,-0.022779,0.003207,0.049226,-0.041666,0.059913,0.022675,0.003358,-0.013179,-0.034573,0.042489,-0.059513,-0.035538,0.028489,0.040545,-0.03936,0.047543,0.005285,-0.040682,0.011939,-0.017222,0.000298,0.003618,-0.01957,0.004353,0.028682,-0.016901,-0.004832,0.051214,0.015814,0.00984,-0.019796,0.000573,-0.005116,0.003845,0.019358,0.023621,0.158951,0.058427,-0.009412,-0.015511,-0.001467,-0.003161,-0.027167,-0.03981,-0.04219,0.060817,-0.01993,0.028951,0.025105,-0.021597,0.011319,0.053168,-0.010741,0.034645,-0.005373,0.027901,-0.041687,0.03055,-0.165013,0.014539,-0.036363,-0.005604,-0.024223,0.001504,-0.009168,-0.035656,0.002153,-0.046904,0.018052,0.013685,-0.039814,0.013937,0.025298,-0.013832,0.055414,0.01718,0.013454,0.020197,0.046557,0.093137,-0.029171,0.087998,-0.00914,0.014252,-0.016739,-0.03003,0.013972,0.00425,-0.013334,0.043545,-0.042452,-0.039527,-0.00898,0.026532,0.009742,0.083504,-0.047752,0.002297,-0.020495,-0.003633,-0.03172,0.022122,-0.029695,0.004865,0.047502,-0.031427,-0.037186,0.021455,0.024625,0.022657,0.015806,-0.052327,0.049102,0.003507,0.030333,0.003994,0.006478,0.037079,0.021789,0.016796,-0.008413,0.008103,-0.055017,0.032115,0.014733,0.006363,0.01028,-0.010962,0.040139,-0.01383,0.016201,0.008241,-0.015274,0.153394,0.018905,0.038379,-0.013008,-0.011032,0.007476,-0.058691,0.018744,0.002134,-0.01751,-0.014841,0.0306,0.009143,-0.000959,-0.022221,0.017014,0.062792,0.023435,-0.066491,-0.04492,0.052388,0.017212,0.04739,0.003893,0.00232,0.004269,-0.032383,0.018841,0.007703,-0.000737,0.040383,0.041501,0.016056,0.026153,0.002849,-0.0242,0.033129,-0.005771,0.020323,-0.035674,-0.02331,0.007123,-0.002337,0.001687,-0.004253,-0.008878,-0.065356,-0.008645,0.004365,-0.028027,-0.024553,-0.029004,-0.002914,-0.00634,0.014117,0.003216,-0.021092,0.007897,-0.005922,0.03781,-0.037348,0.006162,-0.005306,-0.015628,0.012548,-0.029543,-0.095109,0.014012,-0.041124,0.023124,0.009797,0.009267,0.001452,-0.056344,0.021519,0.002892,0.00222,0.034762,-0.01788,-0.028137,-0.015489,-0.003019,0.055868,0.008866,-0.016157,-0.021666,0.000781,0.017483,0.028466,-0.013774,-0.009518,-0.031538,-0.028935,0.011034,-0.006329,0.018418,-0.009766,-0.03112,-0.007288,-0.030809,0.023481,0.019757,0.012474,-0.03094,-0.006329,0.053089,0.016106,-0.002014,-0.020978,-0.001563,0.011286,0.019553,-0.047928,-0.049915,-0.015531,-0.012625,0.004234,-0.005349,0.023874,0.05525,-0.000053,-0.003985,0.007059,-0.009346,0.007005,0.004862,0.015404,-0.050508,0.039225,-0.034861,0.027884,-0.01043,-0.028439,-0.018132,-0.011712,-0.021029,0.028524,-0.037817,0.026064,-0.00751,-0.044193,0.035726,0.013542,-0.008111,0.018128,0.006334,0.004737,-0.004685,-0.005655,0.008157,0.015087,0.039203,0.001237,0.037725,-0.015273,0.010926,-0.059134,-0.064528,0.008573,0.046255,-0.038294,0.002954,-0.056162,-0.001282,0.033797,0.013832,0.010345,0.012521,0.020732,-0.01723,-0.003293,-0.004039,-0.018883,-0.03015,-0.012867,-0.043401,-0.009746,-0.038159,0.006146,0.025531,-0.019025,0.000334,-0.035313,-0.014111,0.111799,0.040458,-0.015978,-0.004821,-0.039442,0.013531,0.058493,0.01094,-0.028983,0.036721,-0.051683,-0.012038,0.002559,-0.02874,0.040441,-0.04387,-0.011345,0.024716,-0.017075,-0.022869,0.065841,0.003087,-0.02207,0.017633,-0.044177,-0.01121,-0.037316,-0.004699,0.010008,0.018119,0.005007,0.025129,0.013937,0.000996,0.019564,0.063707,-0.031662,0.004858,-0.019666,0.007224,0.00182,0.000711,0.022188,-0.024483,0.01953,0.043906,0.002203,-0.031536,-0.002683,0.075688,0.002818,-0.027316,0.07665,-0.021863,0.009604,-0.003551,-0.039644,-0.022932,0.024044,-0.008889,0.025477,0.002425,0.01746,-0.065534,-0.02787,-0.068083,-0.006381,0.017939,-0.007129,-0.037197,-0.009401,-0.002827,0.064789,-0.000729,-0.002202,-0.027533,-0.013963,-0.022038,-0.008728,0.02167,0.682431,0.004395,0.038629,0.00492,0.01859,0.024171,0.016199,-0.008309,0.025691,0.01902,0.000023,-0.041258,-0.030229,0.037827,0.03539,0.006882,0.025398,-0.004633,0.009207,-0.030269,-0.04033,-0.008443,0.001416,0.02723,-0.008479,0.058217,-0.010526,-0.038077,-0.030052,0.005585,-0.01473,-0.011749,-0.071245,0.005353,-0.039871,0.043277,0.018276,0.04548,0.015231,-0.07121,0.018891,-0.024595,0.013639,0.008217,0.044985,0.01976,0.066701,0.038365,0.004571,0.012478,0.019711,-0.029152,0.002202,0.027737,0.002043,0.012496,0.012091,-0.019142,0.009521,-0.005553,-0.018413,-0.007215,-0.007412,0.063458,0.036568,0.063584,0.017028,0.003506,0.015105,0.034911,0.013967,-0.098429,0.019813,0.005232,-0.005103,-0.004612,0.003626,-0.023786,0.025928,-0.035724,0.03813,-0.055433,-0.000747,0.013312,-0.006357,-0.006067,-0.026509,-0.004295,0.022976,-0.003126,-0.036574,-0.004804,-0.006326,0.007789,0.00187,-0.008509,0.006141,0.023822,-0.00989,-0.010904,0.01452,0.013163,0.007167,0.026359,-0.053347,0.00048,0.004725,-0.000195,0.012304,0.056897,0.035282,-0.006689,-0.014113,-0.000835,-0.00569,0.012751,0.023332,0.035075,0.006718,0.021828,0.014156,-0.003749,0.002811,-0.01347,0.032566,-0.048946,-0.003854,0.028099,0.013986,-0.022501,0.008529,0.023031,-0.039415,-0.0085,-0.021656,-0.041388,-0.026511,-0.005702,0.038573,-0.01036,0.004968,0.024769,0.040093,0.046814,0.006154,0.000672,0.025444,0.001806,0.017179,-0.003837,0.033591,0.149844,0.022809,0.003595,-0.019992,0.003468,0.044063,-0.001802,-0.028004,-0.01086,0.044989,0.01192,0.022928,0.008325,-0.0252,0.004691,0.078731,0.005467,0.01389,-0.054119,0.012658,-0.006077,-0.001052,-0.136537,0.004911,-0.040375,-0.011534,0.004104,0.008458,0.000992,-0.027966,0.005737,-0.046948,-0.015354,-0.026583,-0.032097,-0.008813,0.029157,0.002575,0.05415,-0.002326,0.021163,-0.008775,0.044099,0.064293,-0.037162,0.085796,0.009952,0.016234,0.001694,0.008135,0.013203,0.010828,0.004287,0.039365,-0.005973,0.011466,-0.007864,-0.026323,-0.012007,0.013892,-0.029189,0.01403,0.018993,0.027724,-0.030644,0.030096,0.008663,0.003043,-0.004447,0.012617,-0.02393,-0.022248,0.00804,-0.016996,0.018144,-0.018909,0.041603,0.001168,-0.026242,-0.003828,-0.012698,0.027109,0.005098,0.002103,-0.009925,0.010035,-0.041333,0.008562,-0.011399,-0.037131,0.019229,0.022241,0.021167,-0.029713,-0.002285,-0.002331,0.015521,0.137484,-0.004946,0.037875,0.038073,-0.003221,-0.017112,0.005978,0.012861,-0.028974,-0.022568,-0.001041,0.026591,0.007567,0.012524,-0.002021,-0.007675,0.053753,0.042135,-0.002162,-0.096435,0.025627,0.0188,0.040513,-0.007444,0.01183,-0.00265,0.012869,0.02517,0.006373,0.025127,0.039803,-0.011821,-0.007054,0.001133,0.003402,-0.027858,0.037314,-0.028703,-0.002089,-0.040806,0.045121,-0.001872,-0.01317,-0.034429,-0.010764,0.050879,-0.029845,-0.000923,0.0304,-0.01086,0.005907,-0.028352,-0.002614,-0.008645,-0.003667,0.015572,-0.009016,-0.024592,0.000294,-0.010247,-0.022057,0.010451,-0.027615,-0.027609,0.014239,-0.028864,-0.07834,0.000628,-0.009295,0.00097,0.011142,0.015158,-0.046343,-0.045808,0.002811,-0.012574,-0.001801,0.025459,-0.041178,-0.00096,0.0157,-0.001829,0.006735,0.024016,-0.009252,-0.005203,-0.002353,0.025283,0.005043,-0.003015,0.04518,-0.015833,0.015525,0.008161,0.03226,-0.000592,0.031032,-0.01622,-0.008692,-0.020686,0.012277,-0.002274,0.004093,-0.006433,0.000914,0.034432,0.022903,0.018996,-0.038738,-0.015399,-0.001812,0.036562,-0.004768,-0.055252,-0.022605,0.005649,-0.008487,0.006275,0.013738,0.059524,0.014215,-0.036434,0.057423,0.019145,-0.005249,0.00209,0.041676,0.015133,0.002963,0.00287,0.00922,-0.007639,-0.046533,-0.011721,-0.021416,-0.000481,-0.000142,-0.019781,0.011552,0.010017,-0.019308,0.008267,0.024504,-0.001355,0.005499,-0.00574,-0.026181,-0.032281,-0.02509,-0.005692,0.004823,0.014049,-0.03154,-0.012249,-0.026039,0.008093,-0.028073,-0.035683,0.005076,-0.020783,-0.001372,-0.002421,-0.043475,0.022395,0.041263,0.027707,0.000081,-0.031384,-0.001328,0.034454,-0.012668,-0.007059,0.000019,0.021,0.002023,-0.001467,-0.01789,0.009153,-0.035408,0.022691,0.015188,0.010183,-0.002951,-0.008764,0.112131,-0.007588,0.022246,0.000048,-0.024,0.027087,0.051254,0.03568,-0.010714,-0.011687,-0.010872,-0.02211,-0.020714,0.003546,0.035424,0.003059,-0.012722,-0.033987,0.004704,-0.019837,0.119098,0.005037,-0.026798,0.004183,0.025995,-0.010555,-0.009921,-0.005039,0.004836,-0.029728,0.029784,0.035222,-0.018439,-0.015131,0.035281,0.026516,-0.032532,-0.022315,0.017278,0.016623,0.016951,-0.037005,-0.004533,-0.04241,0.013413,0.033793,0.012865,0.011835,-0.014826,0.066875,0.007464,-0.025507,0.02714,-0.012173,0.000556,0.002911,-0.008585,-0.010927,0.047838,-0.036465,0.002622,0.044224,0.000767,-0.005284,0.024206,-0.053078,-0.001596,0.04034,-0.002742,-0.006677,-0.043295,-0.014617,0.040915,0.006248,0.016642,-0.010405,-0.002214,-0.035477,-0.003225,0.00659,0.768946,0.01193,0.025826,-0.006625,0.014447,0.041807,-0.019561,-0.013581,-0.001086,-0.017224,-0.002239,-0.015673,0.009523,0.02718,0.017184,-0.02667,0.015087,-0.012955,0.028566,-0.026042,-0.000204,-0.024573,0.018917,0.037128,-0.002696,0.093631,0.008108,-0.02532,-0.025242,0.004094,-0.040933,0.000423,-0.043837,-0.017899,-0.034286,0.007808,0.018823,0.010535,-0.018933,-0.090861,-0.010473,0.013351,0.009316,-0.002824,0.007522,-0.031544,0.038522,0.011458,-0.008485,-0.039084,0.048289,-0.008849,-0.019434,0.039927,-0.00914,-0.009209,0.012419,-0.020401,-0.02323,0.020253,-0.002332,0.00601,-0.018985,0.076897,0.035108,0.041963,-0.003473,0.004041,0.026141,0.016061,0.03871,-0.089563,0.039269,0.042654,-0.000905,0.028152,0.026007,-0.013685,0.013098,0.023392,0.038089,-0.050907,0.023977,0.03253,-0.005745,0.000401,-0.046602,0.025257,0.019014,-0.021172,-0.017618,0.019786,-0.018344,-0.026852,0.005624,0.035716,-0.00165,0.021721,0.020518,-0.01427,-0.004208,-0.005068,0.012503,-0.006902,-0.058161,-0.005881,-0.009748,-0.009477,0.021627,0.002649,0.008575,-0.004124,-0.006325,-0.032678,-0.012673,-0.015817,0.011699,0.017828,0.004847,-0.021568,0.020584,-0.007969,-0.02179,0.004404,0.023923,-0.054438,-0.027691,0.030547,0.020037,-0.017206,-0.043267,0.003509,-0.038675,-0.045729,-0.025624,-0.032872,0.018758,-0.014973,0.026297,0.045815,-0.012537,0.02323,0.021633,0.00573,0.040593,0.022408,0.015812,0.054839,-0.016829,-0.001796,0.028463,0.143909,0.0468,0.009421,-0.0007,0.007768,-0.003676,0.023301,-0.025738,-0.019859,0.049749,-0.017098,0.042094,0.008624,-0.015287,0.024422,0.059354,0.014462,0.012506,-0.001864,-0.015195,-0.006226,-0.000614,-0.212856,0.002553,-0.025591,0.019863,0.017526,-0.022467,0.017289,-0.027508,-0.00841,-0.019274,-0.0297,-0.00758,-0.016602,0.021522,-0.008253,-0.042916,0.022401,-0.000474,0.033631,-0.023007,0.069396,0.037533,-0.028861,0.075772,0.020417,0.011806,0.011634,0.008535,0.014537,-0.01083,-0.011187,0.031654,0.012365,-0.047499,-0.025115,-0.006006,-0.001673,0.013486,-0.026805,-0.022766,0.001658,0.011071,-0.009379,-0.021518,-0.008674,0.006031,0.011873,-0.008529,-0.046913,0.000481,0.008197,-0.000428,-0.02487,-0.025938,-0.001313,0.028043,0.020455,-0.024901,-0.017338,0.025774,-0.049355,0.014854,-0.003858,-0.01085,-0.072143,0.011614,0.003539,-0.053671,0.004642,-0.016555,0.040192,-0.011977,0.014298,0.008212,0.043751,0.150064,-0.00562,0.038003,-0.00658,0.023408,-0.008855,0.023533,-0.001471,-0.037846,-0.041245,0.026602,0.013562,0.034215,0.004854,-0.029899,-0.036575,0.042087,0.022681,-0.007038,-0.056953,-0.02597,0.037683,0.015644,-0.005912,0.024563,-0.025697,0.002716,0.018595,-0.003673,0.018765,0.035493,0.023302,-0.005298,-0.011188,-0.001709,0.001808,0.031441,-0.027176,0.024847,-0.015752,0.023121,0.00165,0.00013,-0.031368,0.044999,-0.033826,-0.046858,-0.013475,0.009988,-0.051422,0.012266,-0.01969,0.007941,-0.017537,0.021092,0.008746,-0.009081,-0.032245,-0.001729,-0.031539,-0.002001,0.000028,-0.014281,-0.054881,0.027795,-0.024955,-0.108789,-0.002157,-0.028883,-0.016332,0.032785,0.026199,-0.014811,-0.083071,0.022278,-0.022919,0.108732,0.023004,-0.033227,-0.012063,0.000108,-0.016951,0.00021,0.035691,-0.043943,-0.001559,0.019773,0.011684,-0.035237,0.002361,0.03207,-0.026692,-0.007363,-0.013546,0.01675,0.03319,0.025549,-0.025416,-0.011791,-0.00267,0.043511,0.03899,-0.021967,0.02633,0.015414,-0.010312,0.034417,-0.025368,-0.032253,-0.020844,-0.007753,0.00392,0.014549,-0.01744,-0.06568,0.014376,-0.010531,0.031144,-0.018035,0.070375,0.009616,-0.04964,0.003058,0.037217,-0.015194,-0.052538,0.037124,-0.001335,-0.018269,-0.029115,-0.003199,0.00335,-0.020985,-0.036469,0.010902,-0.025978,-0.01812,0.026427,-0.01215,0.013584,0.012215,-0.001673,0.025653,0.016962,0.023097,0.019774,-0.002725,-0.029837,-0.03914,-0.032053,-0.034859,0.033014,-0.026613,-0.014139,0.011504,0.02883,-0.010695,-0.037966,0.019314,0.008502,-0.003904,0.004456,0.008772,0.016535,0.019327,0.035237,0.045493,-0.024113,0.00178,0.01007,-0.027879,-0.015166,0.09756,0.037603,0.009807,0.000883,0.023593,-0.003248,-0.027073,0.013872,0.017509,0.026746,0.019465,0.016747,0.109816,0.002523,0.017668,-0.011176,-0.021486,0.035859,0.016491,0.063431,-0.009262,-0.023145,-0.001726,-0.020412,-0.013177,0.029346,-0.036561,-0.007405,-0.028596,-0.034045,-0.029403,-0.034276,0.122875,0.014232,0.01245,-0.01126,0.042197,0.005386,-0.024277,0.032176,0.001707,-0.003565,0.021719,-0.00283,-0.005742,-0.008871,0.001198,0.034185,-0.046005,-0.018798,0.026088,0.001684,0.01639,-0.041697,-0.017022,-0.026962,-0.002307,0.015877,0.011888,-0.001077,0.0148,0.052722,0.02037,-0.005394,0.019788,-0.017777,-0.022457,-0.019168,0.020995,-0.006932,0.020065,-0.013004,0.022481,-0.006842,0.035471,-0.016307,-0.021769,-0.032555,-0.009131,0.068015,-0.015108,0.033448,0.001307,-0.022978,0.01131,0.010049,-0.00008,-0.001085,0.004524,-0.040543,0.005664,-0.003767,0.720102,0.004722,0.000469,-0.015875,0.011089,-0.002495,-0.008537,0.001778,-0.004542,-0.017,-0.000445,-0.020444,0.014305,0.029768,0.02763,0.015166,0.039028,-0.014986,0.034404,-0.022728,0.020853,-0.030345,0.038468,0.042103,-0.012091,0.070395,0.00402,-0.031572,0.010057,0.036616,0.001152,-0.026664,-0.029327,-0.012266,0.002203,-0.00249,-0.009513,0.018755,0.023604,-0.069341,-0.019716,-0.023395,0.030689,-0.013616,0.014637,-0.024327,0.002117,0.02391,-0.007264,0.004563,0.004316,-0.00127,0.003966,0.04801,-0.020404,-0.023073,0.010014,-0.033854,-0.020505,0.023342,0.019579,-0.006897,0.006725,0.034953,-0.021404,0.043717,-0.002305,-0.00695,0.031883,0.033916,0.040863,-0.106419,0.035206,0.025585,-0.015841,0.012755,0.017144,-0.022573,-0.006427,-0.011692,0.018281,-0.075624,0.021793,0.023247,-0.011876,-0.008298,-0.019143,0.024626,0.002995,-0.012637,-0.063305,0.014376,-0.004822,-0.030149,0.021852,-0.018586,-0.032836,0.034638,-0.018365,-0.006973,0.021842,-0.021879,0.000915,-0.02554,-0.043242,-0.007048,0.023729,0.002772,-0.005947,0.038764,0.017108,-0.009005,0.009031,-0.033377,-0.017755,0.00248,0.039703,-0.003543,0.005243,0.024155,0.00643,-0.027365,0.003783,-0.033091,0.039555,-0.025883,-0.047594,0.028779,0.005405,-0.029282,-0.011584,0.013584,-0.023448,-0.012457,-0.020293,-0.031552,0.003927,0.00325,-0.00949,-0.004863,0.005741,0.005896,0.016028,-0.000047,-0.012082,0.021748,0.012121,0.00115,-0.003174,0.004003,0.036399,0.162697,0.009731,0.002036,-0.017448,-0.004506,0.010192,0.007764,-0.023606,-0.007469,0.06634,-0.004392,0.023079,0.012516,-0.003412,-0.00438,0.052927,0.016755,-0.001373,-0.009137,-0.00611,-0.022384,-0.007651,-0.231491,0.017034,-0.021219,-0.002865,0.004879,-0.010399,0.016785,-0.004061,-0.010646,-0.009154,-0.016017,-0.010267,-0.050326,-0.007747,-0.000363,-0.012994,0.046175,-0.033845,0.00701,-0.025778,0.059881,0.104832,0.003561,0.101382,0.02335,0.022805,-0.005753,0.002233,0.000353,-0.004416,0.006062,0.00853,-0.023032,-0.034878,-0.023252,-0.009374,-0.026318,0.059119,-0.053011,-0.00286,0.029069,0.007377,-0.007764,0.004089,-0.012212,-0.01402,0.003801,-0.026666,-0.027572,0.018979,0.010155,-0.022443,-0.017923,-0.013924,0.028124,0.00754,-0.01449,-0.02012,-0.040887,0.028481,0.010431,0.020053,0.01593,-0.001441,-0.031274,0.004774,0.006088,-0.027473,0.034643,0.011403,0.029721,-0.022049,0.029859,0.004591,0.035261,0.182015,-0.000612,0.030698,0.00399,0.010698,-0.007114,-0.009787,0.006268,-0.00936,-0.021971,0.021184,0.004211,0.036594,0.003443,-0.029886,-0.016806,0.043758,0.0046,0.002526,-0.043225,0.047549,0.039004,0.028307,-0.00549,0.014197,-0.039669,-0.010643,0.006362,-0.00194,0.007941,0.038997,0.010564,0.007153,0.011718,0.001011,-0.038612,0.014713,-0.032365,-0.024845,-0.023458,0.061425,-0.015428,0.002123,-0.04951,0.023382,-0.02114,-0.053411,-0.001671,0.016698,-0.028555,0.00375,-0.008501,-0.000638,-0.018413,0.008365,-0.000561,0.013589,0.007269,0.017797,-0.005079,-0.015801,0.003658,-0.014875,-0.03614,0.014302,-0.021496,-0.12942,0.007495,-0.012594,-0.013877,0.052805,0.025945,-0.018701,-0.098556,0.050212,-0.015798,-0.016557,-0.015035,-0.056841,-0.015466,0.02107,-0.013507,0.01691,0.042616,-0.007293,-0.008521,0.028144,0.041077,0.015351,-0.015593,0.031925,-0.03802,0.002579,0.009253,-0.000434,0.014745,0.034564,-0.043881,0.016732,-0.025582,0.016978,0.018816,0.005346,-0.008093,-0.019169,0.017369,0.034833,-0.030785,-0.009485,0.000846,0.019823,0.011128,-0.002063,-0.05612,-0.032486,0.021801,-0.014381,-0.021661,0.007434,0.091344,0.008893,-0.052463,0.038175,-0.003103,-0.018424,-0.022942,0.025373,-0.013898,0.021443,-0.020461,-0.00682,0.003049,-0.036498,-0.045807,-0.024488,-0.011924,-0.006791,-0.013907,0.008501,0.019749,-0.016711,0.007885,0.004305,0.016519,0.019293,0.026321,-0.000988,-0.027555,-0.046178,-0.013757,0.006046,0.036296,-0.034007,-0.017382,0.00693,0.027754,-0.036429,-0.036976,0.00384,0.007084,0.010213,0.005232,-0.041676,0.01305,0.032329,0.020457,0.04203,0.005324,0.001091,0.018877,-0.005945,-0.00821,0.01249,0.00732,-0.016621,-0.028665,0.026141,-0.066832,-0.002545,0.022434,-0.018797,0.01841,-0.008088,-0.004639,0.106038,0.015286,-0.005243,0.019573,-0.011781,0.03075,0.043047,0.05265,-0.014685,-0.002803,-0.017671,-0.023058,-0.016334,0.043776,0.026916,0.030405,-0.007863,-0.004265,0.026833,-0.024331,0.109219,0.010517,0.010747,-0.000636,0.01588,0.010382,-0.013357,0.004001,0.024024,0.011024,0.040272,0.009224,-0.032621,0.004802,0.000526,0.010553,-0.015792,-0.004413,-0.005964,0.012256,0.029241,-0.010789,-0.011015,-0.028866,0.019083,0.017552,-0.008497,0.01338,0.007487,0.063374,0.003426,-0.027933,0.057955,-0.022747,0.008283,0.007064,-0.001823,-0.01016,0.010404,-0.012387,0.035274,0.020269,-0.005458,-0.016627,0.005912,-0.039589,-0.001004,0.027906,-0.003355,-0.005264,-0.029954,-0.004843,0.015357,0.020348,0.007747,-0.022212,-0.026306,-0.014407,0.004708,-0.005873,0.71697,-0.019431,0.030406,-0.008447,0.025826,0.011532,0.004415,0.021714,-0.003507,-0.018435,-0.005613,-0.020738,0.010628,0.048618,0.025083,-0.024749,0.022077,-0.030576,0.028978,-0.035683,-0.034056,-0.023423,0.023723,0.018894,-0.017073,0.037893,0.009837,-0.012916,0.002916,0.036256,-0.021659,0.004414,-0.032937,-0.050673,-0.006799,0.021937,-0.022844,0.017025,0.004831,-0.074426,0.008278,0.027194,0.031933,0.012534,-0.000824,-0.0072,0.014342,0.023499,0.011554,0.012616,-0.000013,-0.019483,0.002615,0.062678,-0.019879,-0.005451,-0.008188,-0.03943,-0.012837,0.000162,0.038763,-0.010708,-0.034649,0.048667,0.011147,0.048991,-0.000151,0.002855,0.03415,0.004665,0.037111,-0.111371,0.05915,0.026703,0.010794,0.008285,0.019899,-0.028917,0.005548,-0.001783,0.017708,-0.068109,0.038036,-0.000956,0.008692,0.005693,-0.031507,-0.005046,0.019938,-0.029177,-0.050773,0.018334,0.02442,-0.023824,0.003151,0.005374,0.002129,0.017297,-0.003255,-0.011215,0.015312,-0.010646,-0.003774,-0.023792,-0.055322,0.00044,0.015802,0.013235,0.002286,0.04995,0.001994,-0.005861,0.006243,-0.005963,0.007245,0.000331,0.017764,0.019642,-0.002934,0.027241,0.004606,-0.034829,0.001784,-0.040229,0.034661,-0.044583,-0.05562,0.030597,0.013465,-0.031374,-0.027479,0.027974,-0.036643,-0.024276,-0.027723,-0.003602,-0.007856,-0.001354,0.007189,0.000595,-0.001061,0.015114,0.020855,-0.003862,0.008489,0.014916,0.015549,0.018518,-0.018237,-0.006592,0.014157,0.097486,0.030258,0.004512,-0.009794,0.013146,0.019461,0.025382,-0.037827,-0.010569,0.076863,0.006937,0.017138,0.007891,-0.016345,0.021531,0.048824,0.014296,0.019935,0.008412,-0.004228,-0.029137,0.015332,-0.212517,0.00752,-0.047204,-0.010036,0.009417,-0.006188,-0.016071,-0.003412,0.003045,-0.017183,-0.020098,-0.012595,-0.055604,-0.002134,0.034905,-0.011381,0.049029,-0.031079,0.014901,-0.022092,0.0616,0.064743,-0.013229,0.050602,0.033342,0.023512,0.005933,0.008926,0.005942,-0.010528,0.002999,0.013236,0.004045,-0.037599,-0.019741,0.013497,-0.02733,0.053991,-0.035015,-0.008336,0.034695,0.027284,-0.030394,0.013071,-0.002097,-0.022447,-0.01578,-0.021447,-0.056673,0.028312,0.00865,-0.011961,0.006682,-0.027499,0.024692,0.016797,0.019342,-0.008916,-0.023694,0.045161,0.006665,0.011909,0.016082,-0.009509,-0.03126,0.014625,0.005137,-0.032217,0.029966,0.001839,0.021421,0.007268,0.015873,0.017879,0.035743,0.174293,0.013655,0.037628,-0.002232,0.001351,-0.009736,-0.014783,-0.02221,0.003922,-0.034993,0.003529,0.002931,0.029947,0.007762,-0.041236,-0.024728,0.086309,0.022637,-0.00934,-0.044644,0.037416,0.033242,0.039499,-0.00403,0.025989,-0.023851,-0.018814,0.005431,0.022605,-0.008358,0.032433,0.026279,-0.00188,-0.026201,-0.000898,-0.013733,0.018761,-0.021062,-0.016485,-0.010486,0.046793,-0.019292,-0.017148,-0.042998,0.038284,-0.017359,-0.074561,-0.017073,0.027703,-0.015829,0.012405,-0.015235,0.004547,-0.04462,0.013907,0.001455,-0.0054,-0.006361,0.003437,-0.005237,-0.00186,0.02165,-0.011395,-0.039663,0.0298,0.018726,-0.132946,0.032867,0.009543,-0.012173,0.032308,0.041241,-0.012542,-0.077687,0.042984,-0.029738,0.023875,-0.000227,-0.040528,-0.013765,0.005636,-0.024106,0.016844,0.00343,-0.007902,-0.005933,0.000597,0.033538,-0.000035,-0.012725,0.026114,-0.031093,-0.001828,-0.014181,0.013501,0.035474,0.026142,-0.036126,0.021347,-0.015826,0.03087,0.027487,0.024659,-0.041946,-0.01393,-0.003346,0.021645,-0.032103,-0.01923,-0.005512,-0.016988,0.00717,-0.011322,-0.033308,-0.041717,0.018305,-0.017319,-0.005543,0.008485,0.074365,-0.000123,-0.039393,0.034513,0.014144,-0.024759,-0.009469,0.019907,-0.013793,0.010074,-0.024271,-0.003053,-0.007473,-0.035427,-0.048619,0.003717,-0.040112,0.005179,-0.019295,0.020983,0.01752,-0.006405,0.008462,0.021472,0.028692,0.016944,0.008967,-0.01296,-0.039427,-0.046049,-0.00083,0.021511,0.043916,-0.036245,-0.011152,-0.014134,0.033305,-0.043519,-0.055387,0.00775,0.010408,-0.001294,-0.004691,-0.025627,0.010833,0.019366,0.042072,0.037091,-0.025859,0.009667,0.008874,-0.03705,0.017908,-0.00297,0.027704,-0.001699,-0.007625,0.031966,-0.035886,-0.016411,0.02568,-0.015607,0.011115,-0.00678,0.014412,0.107322,0.008463,-0.013302,0.006294,-0.022702,0.035077,0.045812,0.051841,-0.002974,0.005061,-0.018297,-0.028558,-0.020807,0.019138,0.033715,0.011134,-0.008755,-0.008642,0.003969,-0.023632,0.111417,0.006287,0.008766,-0.032132,0.011929,0.002249,-0.01559,0.015031,0.02654,-0.004151,0.02432,0.029639,-0.026855,-0.018799,-0.003724,0.026137,-0.032646,-0.002107,-0.013503,0.038178,0.016949,-0.016277,-0.002754,-0.015663,0.020188,0.022843,-0.013342,-0.013395,-0.01126,0.086667,0.01209,-0.020334,0.0576,-0.011904,0.008088,0.010748,0.014436,-0.021662,-0.010579,-0.018484,0.029724,0.032762,-0.008665,-0.006299,0.00886,-0.057076,-0.006588,0.024822,-0.012403,0.00042,-0.014629,-0.005988,0.022096,0.017717,0.006804,-0.020893,-0.019878,-0.011312,0.002766,0.029521,0.728458,-0.010746,0.039235,-0.017705,-0.003388,0.027502,0.017729,-0.000749,0.008735,-0.020465,0.00264,-0.012974,0.005936,0.058577,0.02947,-0.011218,0.016134,-0.022954,0.036333,-0.02599,-0.032997,-0.045504,0.02739,0.0588,-0.013305,0.049294,0.036274,-0.015422,0.00701,0.043867,-0.011431,-0.016998,-0.058558,-0.02925,-0.021138,0.025738,0.001006,0.015225,0.032524,-0.071824,0.017784,0.008562,0.035116,0.004748,0.002144,-0.025077,0.016659,0.016312,0.008782,0.008112,0.00649,-0.00386,-0.004417,0.048716,-0.018995,-0.007886,0.002767,-0.010882,-0.007401,0.000285,-0.001407,-0.001594,-0.017168,0.041783,0.028514,0.042188,-0.003501,-0.010689,0.036325,0.019151,0.030266,-0.081544,0.041851,0.010156,-0.01765,0.011252,0.04712,-0.075544,0.007528,0.004599,0.035636,-0.055384,0.015975,-0.021632,-0.009444,0.010964,-0.034583,0.009191,0.02876,-0.018059,-0.0931,0.036046,0.003565,0.005407,0.031619,-0.01944,0.003241,0.008402,-0.010414,-0.015785,0.021037,-0.035291,-0.019796,0.019513,-0.082482,-0.020163,0.002125,-0.019259,-0.002859,0.061095,-0.012006,-0.002759,0.001465,-0.010986,-0.023849,-0.011484,0.004555,0.020728,0.002073,-0.000872,0.00921,-0.014361,0.006739,0.003994,0.038144,-0.027898,-0.028941,0.001898,0.020453,0.010274,0.01317,0.019071,0.006921,0.008115,-0.028596,-0.035876,0.022729,-0.004653,0.031177,0.015029,0.020718,0.002954,0.006262,0.015719,0.013022,0.035331,0.021742,0.038896,-0.017253,0.009927,0.020716,0.134198,0.007116,-0.009624,0.005338,0.000225,0.013668,-0.006414,0.005717,-0.029729,0.042383,-0.017888,0.012576,0.002338,-0.017469,0.019643,0.072661,-0.008711,-0.002004,-0.037657,-0.019539,-0.011674,0.011903,-0.192368,-0.007753,-0.037374,-0.002147,0.014619,0.019479,-0.022917,-0.029301,0.021261,-0.01315,-0.04016,-0.006239,-0.022287,-0.028743,-0.002052,0.004132,0.042204,-0.006474,0.003326,0.001024,0.042058,0.058199,-0.020662,0.089726,0.030221,0.017911,0.031128,0.039442,-0.003407,0.038344,0.001746,0.039371,0.011847,-0.027477,-0.002993,0.017097,-0.04556,0.008999,-0.012032,0.010923,0.024706,0.007395,-0.045131,0.031867,-0.011898,-0.002086,-0.012315,-0.028521,-0.051759,0.004167,0.028286,-0.009923,0.015078,0.011448,0.074039,-0.006118,-0.011742,-0.00739,-0.033626,0.021827,0.034446,0.003812,0.023757,0.00294,-0.049049,-0.00151,0.00526,0.00236,0.009723,0.00791,0.02422,-0.018078,-0.00677,-0.016107,0.032545,0.148482,-0.009455,0.038015,0.033067,0.017717,-0.012309,-0.002457,-0.016367,0.014703,-0.007034,0.001197,-0.00301,0.005255,0.005128,-0.050149,-0.030993,0.066648,0.012481,-0.008979,-0.02548,0.01455,0.032961,-0.024839,-0.006251,0.03126,0.012289,-0.002587,0.038972,0.018609,-0.021067,0.007385,0.032712,0.012798,-0.003452,-0.007911,-0.009144,0.030029,0.017784,0.024675,-0.033462,0.030319,-0.004488,0.000279,-0.032529,0.012626,-0.018475,-0.043615,-0.010263,0.021477,-0.004232,0.007105,-0.005293,0.007219,-0.033673,-0.013464,0.01545,-0.012662,-0.006726,-0.01517,-0.012341,0.020056,-0.018173,-0.026318,-0.024828,0.010872,-0.001064,-0.097805,-0.000599,0.016976,-0.008719,0.020716,0.02182,-0.005523,-0.074735,0.018545,0.007852,-0.055573,0.006934,0.011421,0.01567,0.001274,0.002399,0.029313,0.00828,-0.02726,0.01087,0.039479,0.030546,0.028098,-0.011425,0.036659,-0.023209,-0.022899,-0.017937,-0.008423,0.003134,0.010057,-0.039822,-0.004024,0.008258,0.01964,0.006884,-0.005097,0.020242,-0.009805,0.002883,0.006351,-0.004961,-0.031547,-0.010346,0.005585,-0.004831,0.016311,-0.021795,-0.039338,-0.00239,-0.023237,0.008907,-0.004742,0.02757,0.020043,-0.005289,0.017622,0.004796,-0.004561,-0.032141,0.022352,-0.006657,-0.018921,-0.007705,-0.010099,-0.015342,-0.050594,-0.032215,-0.021833,-0.032308,0.010768,-0.005639,0.009316,0.003584,-0.045366,0.029676,0.017577,-0.017327,0.010019,-0.008596,-0.041246,0.012349,-0.031104,-0.010337,-0.014316,0.009231,0.004124,0.012882,-0.001193,-0.009674,-0.002195,-0.043465,0.015495,0.01289,0.019476,-0.009868,-0.009039,0.022828,0.029365,0.018008,0.034031,-0.007962,0.012547,0.029493,-0.031949,0.018507,-0.060919,-0.003638,-0.032783,-0.044094,0.027522,-0.026576,0.00007,0.004543,-0.022803,0.036038,-0.005657,0.038445,0.11121,0.044147,0.001151,-0.00967,-0.03343,-0.001494,0.036843,0.018057,-0.004852,-0.01853,0.000571,-0.031576,-0.035988,0.056341,-0.026047,-0.012037,0.010323,-0.023229,0.021778,-0.012503,0.035552,0.007674,-0.020797,0.004606,0.01031,-0.020806,-0.01457,0.016312,0.035691,-0.008017,0.022741,-0.004861,-0.020384,0.016539,0.016415,0.019117,-0.0096,0.0018,-0.018871,0.001445,0.003246,0.000851,0.011077,-0.04046,0.021795,-0.00606,-0.027811,-0.001666,0.001415,0.072285,0.007032,-0.026725,0.010768,-0.03961,0.031488,-0.001299,-0.00417,-0.011066,0.015346,0.023542,0.031801,0.005675,0.000295,-0.008195,0.01248,-0.052472,-0.039791,0.039233,-0.025202,0.002735,-0.009999,0.000745,0.012546,0.027484,0.006363,0.022387,0.006241,-0.006675,-0.007362,0.006366,0.765219,-0.007014,-0.013136,-0.008359,0.006099,-0.016074,-0.000626,-0.036142,0.012129,-0.015791,0.017402,-0.012331,0.000392,0.013799,0.004008,0.001657,0.028138,-0.03436,0.009861,-0.011012,-0.017704,-0.022368,0.034431,0.006088,-0.02839,0.053313,0.019337,-0.005073,0.014319,-0.00049,-0.011543,-0.025811,-0.00625,-0.056945,-0.011042,0.001985,-0.004366,0.00788,0.017235,-0.094695,0.001165,-0.009144,0.029143,-0.016748,0.003966,-0.040336,0.031715,0.000236,-0.008047,-0.035124,0.010736,0.011399,0.024721,0.042637,-0.015988,0.004849,0.000028,-0.04998,-0.025541,0.011761,0.006654,-0.00838,0.014422,0.070088,0.025076,0.0506,0.004472,-0.001244,0.031464,0.034094,0.038453,-0.061596,0.0208,0.013502,-0.022256,0.01047,0.022523,-0.047601,0.004982,0.006856,0.028304,-0.090822,-0.000519,-0.020842,0.009681,-0.001075,-0.054753,0.009257,0.023191,-0.020252,-0.070547,0.036847,-0.004877,0.005254,0.027316,-0.014425,-0.009914,0.021422,0.02078,-0.026956,0.03008,-0.025508,-0.02846,0.027486,-0.088115,-0.005993,0.021613,-0.012547,-0.014567,0.032224,0.004718,0.013652,-0.004662,-0.039207,-0.002143,-0.004119,-0.010715,0.005621,0.010007,0.001482,0.03252,-0.01811,-0.010285,-0.012994,0.0466,-0.010898,-0.012194,0.021148,0.023864,0.027235,0.005642,0.016067,-0.013884,0.007555,-0.025711,-0.013168,-0.005004,0.014086,0.022412,0.017837,0.017621,-0.012243,0.019994,0.022057,-0.010782,0.022468,0.01714,0.031277,0.001886,0.015472,0.026856,0.162009,0.010091,-0.006435,0.004178,0.005652,-0.003002,-0.023452,-0.008115,-0.044363,0.022332,-0.020453,0.012981,0.020078,-0.019247,0.010996,0.07804,-0.011499,0.003172,-0.021092,-0.018295,-0.028406,0.014979,-0.191003,-0.011007,-0.053893,-0.006107,0.027874,0.007515,-0.011371,-0.024867,0.002639,-0.032467,-0.044019,-0.017207,-0.030117,-0.025409,-0.062177,-0.022989,0.042666,-0.018576,-0.003159,0.01757,0.045823,0.067119,-0.026654,0.07422,0.03224,0.020888,0.039927,0.017721,-0.003368,0.020859,0.015646,0.019249,0.028247,-0.031597,0.0018,0.008378,-0.021525,0.02221,-0.035352,0.003337,0.023866,0.007708,-0.032368,-0.002088,0.016059,0.000852,0.000981,-0.045084,-0.04228,-0.005726,0.014196,-0.011063,-0.0036,-0.006662,0.082846,-0.007655,-0.016728,-0.010225,-0.026008,0.013836,0.025322,0.013943,0.018522,-0.009867,-0.047543,0.019091,0.002159,-0.001017,0.003539,0.011018,0.015616,-0.008033,-0.007872,-0.012336,0.0602,0.141791,0.002546,0.038306,0.023585,0.008053,-0.00012,-0.003786,-0.009969,0.005251,-0.021312,0.004396,0.013362,0.005847,0.006813,-0.025026,-0.050532,0.034113,0.005232,-0.008436,-0.034081,0.025818,0.012599,-0.004434,-0.013298,0.015768,-0.000203,-0.018502,0.010717,0.017881,-0.011371,0.004365,0.038769,0.021469,-0.013482,-0.008911,0.003396,0.017109,0.012394,0.020316,-0.005851,0.011251,-0.018797,0.015912,-0.0342,0.030949,-0.017175,-0.049036,-0.005862,0.030276,0.014165,0.024204,-0.006173,0.024112,-0.042131,-0.002435,0.016679,-0.002045,0.004811,-0.003136,-0.02441,0.009578,-0.019031,-0.026096,-0.015702,0.002498,-0.029162,-0.128325,0.001195,0.028269,-0.004777,0.018551,-0.007351,-0.013571,-0.084811,0.031313,0.010942,-0.034548,0.003223,0.01834,0.033936,0.007582,-0.003823,0.0409,0.012493,-0.013558,0.016124,0.019094,-0.017579,0.025511,-0.035005,0.011414,-0.036247,-0.009242,-0.019223,-0.000051,0.007278,0.016036,-0.031781,-0.010641,0.000585,0.020682,0.003435,-0.030956,0.01289,-0.015245,0.004445,0.008629,-0.006964,-0.018383,0.011567,0.012105,-0.015122,0.021624,-0.033328,-0.039724,-0.013909,-0.015512,0.032226,-0.001464,0.064226,0.020025,-0.02087,0.023014,-0.012035,-0.003773,-0.047985,0.035479,-0.014374,-0.030258,-0.027149,-0.002013,-0.015377,-0.038989,-0.031264,-0.044502,-0.041906,0.011717,-0.019694,-0.005818,-0.00729,-0.01043,0.004611,0.002974,-0.000732,0.023248,0.010758,-0.013256,0.016381,-0.010338,-0.007978,-0.004783,0.024308,0.00027,0.017338,-0.020063,0.001738,0.004833,-0.036628,0.015611,0.000261,0.003714,0.003295,0.007083,0.000189,0.027693,0.014862,0.035051,-0.029092,0.024823,0.019719,-0.014824,0.023617,-0.057182,0.00023,-0.042898,-0.021182,0.015755,-0.020373,-0.005509,0.005836,-0.023503,0.032988,-0.001057,0.006756,0.110208,0.048021,-0.001177,-0.01622,-0.03092,-0.013176,0.033925,0.010901,-0.025447,0.005419,-0.019968,-0.023069,-0.025286,0.051416,0.008442,-0.012048,0.02178,-0.033987,0.023281,-0.009082,0.063417,0.013583,-0.017823,-0.021535,-0.003942,-0.023701,0.011538,0.004178,0.02364,0.002649,0.019405,0.018122,-0.001355,-0.001336,0.016236,0.027171,0.009756,-0.005352,-0.000308,-0.00869,0.024213,-0.007477,0.005036,-0.032487,0.007,0.0049,-0.010227,0.008299,0.013314,0.095214,0.002646,-0.034938,0.016661,-0.033787,0.008317,0.010681,-0.000409,-0.016071,-0.008926,0.006418,0.030918,0.008689,0.011218,-0.035052,0.005489,-0.058135,-0.015906,0.03389,-0.036311,-0.001011,0.010508,0.005765,0.018595,0.025771,0.008216,-0.010909,-0.000254,-0.002516,0.010828,-0.00313,0.760798,-0.020188,-0.004874,-0.027027,0.021876,-0.026438,0.009917,-0.012637,-0.002541,-0.006404,0.011484,-0.018558,-0.006835,-0.003184,0.0214,-0.01214,0.007076,-0.012231,0.006191,-0.014355,-0.034097,-0.020226,0.02603,-0.002611,-0.002758,0.049468,0.013642,-0.003115,0.014419,0.025496,-0.028461,-0.011985,-0.005156,-0.021859,-0.015941,0.012584,-0.027595,0.014533,0.016552,-0.088051,-0.012029,0.008003,0.031331,0.00908,0.008488,-0.001809,0.019657,-0.001288,-0.009704,-0.030493,0.004568,-0.012853,0.00422,0.064517,-0.032616,0.006305,0.005466,-0.023921,-0.02135,0.007541,0.011446,-0.027555,0.006833,0.069976,0.045603,0.052898,-0.004711,-0.011652,0.020898,0.027038,0.027486,-0.08613,0.038994,0.021475,0.013262,0.01676,0.0241,-0.055129,-0.00799,-0.003889,0.034306,-0.057399,-0.005611,-0.004519,-0.048301,0.016593,-0.00372,0.000019,0.010887,-0.000193,-0.064912,0.021305,0.010766,-0.010066,0.015141,-0.009563,0.007048,0.031081,0.017605,-0.016248,0.023031,-0.019765,-0.005745,0.008522,-0.095837,-0.000293,-0.004084,-0.019431,-0.007407,0.077628,0.003404,0.007358,0.011199,0.006077,-0.007876,-0.002352,0.00248,0.035688,-0.027195,0.003338,-0.014365,-0.010454,-0.000088,0.006965,0.014941,-0.031744,-0.034003,0.017179,0.005884,-0.012193,0.003675,-0.004506,0.003073,0.00023,-0.015232,-0.007946,0.001853,0.013835,0.057918,0.016461,-0.006025,0.020685,0.022372,0.025315,0.02109,0.018601,0.024633,0.037971,-0.009099,0.012275,0.022751,0.122815,0.025747,-0.005549,0.002961,-0.01165,0.030338,-0.01453,0.015935,-0.039667,0.04357,-0.014728,0.017145,0.013686,-0.033939,0.024446,0.064696,-0.000906,0.010904,-0.017671,0.001464,0.008308,0.033787,-0.207549,0.000583,-0.02733,-0.000353,0.0197,0.01391,-0.004816,-0.042697,0.014306,-0.014256,-0.026057,-0.007253,-0.023552,-0.008906,-0.004753,0.009071,0.035735,-0.008131,0.018639,-0.024185,0.027202,0.087068,-0.042327,0.074054,0.023572,-0.02527,0.029024,0.03098,0.015574,-0.006914,0.003604,0.066981,0.0003,-0.040455,-0.025966,0.015223,-0.039249,0.026286,-0.017569,-0.009617,0.045702,0.010244,-0.046152,0.025452,0.014248,0.005822,-0.026146,-0.018098,-0.041296,-0.00618,0.024742,-0.021606,0.013398,0.006235,0.06219,-0.012545,-0.021394,0.035,-0.026695,0.00791,0.011159,-0.021239,0.032727,-0.010173,-0.050887,-0.003792,-0.025011,-0.032219,0.018939,0.012404,0.00713,-0.02294,0.010126,0.008552,0.023499,0.153748,-0.008014,0.011911,0.019318,-0.003958,-0.012345,0.005717,0.0028,-0.022094,-0.028347,0.003351,-0.003515,-0.007778,0.015841,-0.018729,-0.024706,0.061574,0.004359,-0.031308,-0.045651,0.028081,0.033321,-0.000735,-0.003056,0.034333,0.022832,0.00121,0.021878,0.009137,-0.015011,0.021718,0.018179,0.034308,0.001929,-0.010209,-0.047619,0.003784,-0.010072,0.031027,-0.026447,0.054989,0.016869,-0.02772,-0.017813,-0.000343,-0.008568,-0.030756,-0.011493,-0.006705,-0.011234,0.020289,-0.007237,-0.01035,-0.026562,0.040306,0.014785,0.001066,-0.013856,-0.00273,0.02075,0.022004,-0.018979,-0.014788,-0.03386,0.029494,-0.00878,-0.089974,0.001368,0.011396,-0.026565,0.034527,0.047274,0.023668,-0.050288,0.021938,-0.020507,0.003792,0.018029,0.000028,0.021081,0.004974,0.011081,0.006925,0.025099,-0.042647,0.022646,0.006788,0.050256,0.003751,-0.024169,0.038705,-0.018912,-0.033723,-0.00452,-0.011243,-0.003853,0.010345,-0.001071,0.01548,-0.012269,0.025665,0.028378,0.022963,0.024204,-0.010575,-0.003938,0.005457,0.023628,-0.040157,0.000006,-0.012052,0.035444,-0.000588,-0.018142,-0.032251,0.030643,-0.005335,0.00941,-0.013735,0.045048,0.015141,-0.00393,0.068615,-0.006676,-0.025815,-0.025454,0.017902,-0.033416,-0.015545,-0.017734,-0.028568,0.006888,-0.023436,-0.008059,-0.016662,-0.033344,-0.006484,-0.0035,0.011766,0.017697,-0.024803,0.002901,0.032387,-0.019183,0.029209,-0.004935,-0.032461,-0.003646,-0.022093,0.020419,-0.03817,0.019519,0.004689,0.002912,0.013828,0.019054,-0.03978,-0.041074,-0.005766,0.010229,0.016686,-0.003505,-0.010942,0.017738,0.026123,0.016152,0.041352,0.000823,0.014858,0.009215,-0.023211,0.002102,-0.01862,-0.000943,-0.017192,-0.034616,0.019454,-0.034666,-0.011232,0.023358,-0.047057,0.005598,-0.012268,0.040162,0.110256,0.015296,-0.005605,-0.021268,-0.002563,0.023526,0.02076,0.024704,-0.010827,-0.013979,0.015597,-0.017046,-0.001648,0.039352,-0.009318,0.00177,0.016733,-0.026987,0.017492,-0.036968,0.072886,-0.001484,-0.007871,0.016388,0.031116,-0.012528,0.008874,0.02355,0.014585,0.006878,0.022963,0.009652,-0.005107,0.031321,-0.000459,0.022302,-0.008872,0.006048,-0.015936,0.00991,-0.011387,0.002893,0.001321,-0.03861,0.0141,0.015445,-0.035359,0.037575,-0.021209,0.061571,0.016619,-0.036332,0.006038,-0.024766,0.019319,-0.000105,-0.017733,0.007489,0.021137,-0.004238,0.032047,0.001378,-0.001643,0.016451,-0.011733,-0.044029,-0.013758,0.04854,0.004625,0.000838,-0.035465,-0.028424,0.035777,0.013409,0.010693,0.027852,0.024917,-0.02885,0.004254,-0.003044,0.75424,-0.011182,0.01438,-0.014668,0.017767,0.005388,-0.007865,-0.030758,0.022245,-0.029457,0.022862,-0.004496,-0.00036,0.023912,-0.012806,-0.008348,0.026397,-0.032558,0.014803,-0.018209,-0.011955,-0.042177,0.040224,0.011061,-0.026607,0.064127,0.020688,-0.01056,-0.024967,-0.012306,-0.006334,-0.025048,0.010583,-0.063214,0.015847,0.023047,0.011351,0.044305,0.023217,-0.088942,0.003189,-0.030716,0.0462,-0.000503,-0.002868,-0.037722,0.022591,-0.022523,0.016324,-0.034834,0.031886,-0.005984,0.015878,0.041407,-0.017658,-0.014927,0.002638,-0.050585,-0.017242,-0.011937,0.00044,-0.026715,0.011009,0.073037,-0.004527,0.040463,0.008592,0.018358,0.015753,0.025986,0.028176,-0.068587,0.033351,-0.001066,0.012578,0.00658,0.01186,-0.036312,-0.006918,-0.016274,0.021788,-0.067924,0.020835,0.005729,-0.003692,0.001252,-0.02443,0.013972,-0.009606,-0.007985,-0.08538,0.019269,0.016394,-0.021845,0.030373,0.010054,0.002529,0.041134,0.002379,-0.017338,0.007897,0.01946,-0.008272,0.034788,-0.079895,-0.009053,-0.011236,-0.015453,0.016118,0.041585,0.005971,-0.020931,0.002783,0.010006,-0.007548,-0.002878,0.034388,0.013914,0.013041,0.001277,-0.000979,-0.0127,0.01781,-0.012304,0.013715,-0.034622,-0.036804,0.019774,0.040077,-0.012176,0.007763,0.01894,-0.011129,0.007201,-0.018988,-0.024673,-0.011665,0.002217,0.025899,-0.012861,0.011251,0.026524,0.022373,0.00215,-0.007225,0.015443,0.039667,0.025132,-0.019462,0.012407,0.024297,0.179566,0.01153,-0.02644,-0.011909,-0.01192,0.003363,-0.007467,-0.000685,-0.044364,0.016964,-0.002956,0.029064,0.028255,-0.022485,0.005159,0.066987,0.000432,-0.006309,-0.000749,-0.000714,0.015915,0.012822,-0.199925,-0.010379,-0.038436,0.014314,0.021854,0.014666,0.005773,-0.006057,0.004229,-0.020753,-0.020031,-0.00918,-0.028929,-0.017064,-0.011918,-0.00562,0.060527,-0.004925,-0.010487,0.000707,0.032318,0.102465,-0.021286,0.120302,0.012012,0.005659,0.000746,0.025417,-0.002388,0.022526,-0.015065,0.042251,-0.009643,-0.022345,-0.034689,-0.002035,-0.031484,0.008313,-0.017479,0.003782,0.041071,0.004699,-0.012974,0.00579,-0.007304,-0.010682,0.009427,-0.015886,-0.026817,-0.001011,0.011859,-0.020728,0.000822,-0.015437,0.027258,-0.004205,-0.020286,0.009674,-0.026227,0.004626,0.028283,0.030515,-0.010232,0.001203,-0.042246,-0.008263,-0.005152,-0.006986,0.024021,0.015979,0.016546,-0.010561,-0.012989,0.010613,0.033049,0.123363,0.016267,0.030815,0.019433,0.011903,-0.026404,-0.002569,0.001931,-0.013472,-0.031299,0.00332,0.012813,-0.003283,0.017144,-0.033117,-0.027576,0.063094,0.016469,-0.013446,-0.060598,0.017937,0.026483,0.00548,-0.013384,0.031082,-0.019567,0.012402,0.045411,0.011724,0.014233,0.025629,0.011686,0.028887,-0.004003,-0.002238,-0.053929,0.020016,-0.03078,0.031573,-0.024172,0.016255,-0.010884,-0.006598,-0.02527,0.02787,-0.00458,-0.034868,-0.009291,0.009126,-0.051003,0.011688,0.003244,-0.005214,-0.019781,0.015472,0.015341,0.00427,0.003282,-0.00356,-0.00252,0.009129,-0.004431,-0.024514,-0.0091,0.003211,-0.0135,-0.114628,0.000138,-0.010204,-0.005657,0.040631,0.03206,0.004332,-0.043781,0.02725,-0.013419,-0.007024,0.023184,-0.020058,-0.012791,0.027611,-0.007719,0.028694,0.013814,-0.013909,0.003516,0.010876,0.031658,0.011802,-0.015277,0.013282,-0.030354,-0.004823,-0.008351,-0.001049,0.013014,0.002082,-0.016559,0.00814,-0.020833,0.024694,0.011212,0.023523,-0.002735,-0.038575,0.000001,0.010133,0.003623,-0.027284,-0.018793,-0.016979,-0.00253,0.016236,-0.014722,-0.038516,0.009547,-0.007412,0.026227,0.003244,0.057975,0.016572,-0.051281,0.035297,-0.003477,-0.009942,-0.0102,0.048821,0.010207,-0.010967,-0.014696,-0.01132,-0.000721,-0.030388,-0.027529,-0.005117,-0.02843,-0.013101,-0.007143,0.001663,0.002707,-0.007955,0.018581,0.019029,0.00424,0.008123,0.012415,-0.011527,0.026324,-0.001131,-0.017339,-0.008577,0.022852,-0.014871,0.005807,-0.001265,0.010111,-0.02506,-0.034493,0.00374,0.014747,0.030828,0.023741,-0.016321,0.037968,0.031477,-0.000037,0.065104,-0.009922,0.001293,0.02579,-0.026101,-0.006425,-0.044205,0.009019,-0.034163,-0.052691,0.016712,-0.008859,-0.01035,0.047347,-0.026621,0.012867,0.017769,0.010047,0.106616,0.000019,-0.008025,0.010821,-0.013362,0.0025,0.06257,0.021146,-0.036024,-0.011058,0.005311,-0.018582,-0.011101,0.046815,0.024472,0.004537,-0.00047,-0.009151,-0.005743,-0.027457,0.049371,0.01726,-0.014954,-0.004808,0.022638,-0.013493,-0.006022,0.016412,0.026471,0.006759,0.036718,0.025729,-0.026305,0.02777,-0.00152,0.014073,-0.00918,0.035714,-0.007323,0.007194,0.007525,-0.016505,-0.015306,-0.004742,0.025414,0.025321,-0.039747,0.009669,0.009763,0.042551,0.022559,-0.014161,0.02455,-0.010649,0.003232,0.025021,0.004477,-0.026449,0.021545,-0.011259,0.038017,0.001971,-0.015381,-0.000586,-0.038444,-0.047348,-0.024537,0.046333,-0.007284,0.021008,-0.022004,-0.01657,0.01735,0.013163,0.001811,0.002942,0.011916,-0.042157,-0.003882,0.010784,0.77004,-0.000489,0.002985,-0.017685,0.006623,-0.016289,0.01526,-0.01486,0.006581,-0.014456,-0.00627,-0.000392,-0.012296,0.025651,-0.006643,0.000978,0.030751,-0.023812,-0.014729,-0.023952,-0.022763,-0.018545,0.041884,0.009541,0.006085,0.04521,0.007868,-0.031248,-0.001853,0.012617,-0.026338,-0.008617,-0.022818,-0.04629,0.021504,0.00182,0.016853,0.017785,0.015159,-0.091336,-0.004602,-0.004057,0.025774,-0.016337,0.016003,-0.021367,0.022672,0.011624,0.017484,-0.019163,0.009968,0.013842,0.025376,0.041658,0.001145,-0.004821,0.003377,-0.03554,-0.02968,0.006147,0.016056,-0.026091,-0.015469,0.070996,0.024081,0.067955,0.010684,0.005644,0.019459,0.036365,0.03254,-0.08353,0.047493,0.012445,0.000674,0.007976,0.023437,-0.042238,-0.006365,-0.010979,0.037016,-0.074745,0.02566,0.010925,-0.016795,0.010042,-0.022295,0.001286,0.000473,-0.008952,-0.072173,0.015313,0.00997,-0.034299,0.020117,-0.000683,0.008575,0.020278,0.003409,-0.013341,0.010212,0.00893,-0.009437,0.025523,-0.078023,-0.016142,-0.002307,-0.007843,0.006389,0.051707,-0.002448,-0.011177,0.003179,0.0012,-0.011019,-0.003243,0.034385,0.012532,0.011917,0.012762,-0.009064,-0.010099,0.024011,-0.005563,0.012337,-0.030921,-0.03436,0.016327,0.036973,-0.012953,-0.007378,0.016982,0.003744,0.004227,-0.022938,-0.021057,-0.009819,0.003099,0.042739,0.005628,0.011774,0.023307,0.015131,0.009125,0.006719,0.0185,0.037799,0.026471,-0.022959,0.024008,0.01622,0.145168,0.018665,-0.007545,-0.003612,-0.003475,0.009098,-0.00318,0.004575,-0.030395,0.037687,-0.015073,0.009338,0.01833,-0.022751,0.001227,0.053806,0.008798,-0.004886,-0.004119,-0.011885,0.013997,0.00602,-0.231201,-0.00327,-0.038826,0.00459,0.016821,0.004812,-0.007277,-0.010813,0.00822,-0.010273,-0.014564,-0.008245,-0.038438,0.005859,0.008767,-0.006867,0.050066,-0.021665,0.0127,-0.015304,0.035103,0.096539,-0.026641,0.086901,0.028414,0.004569,0.001835,0.039394,0.003965,0.013986,-0.018136,0.043394,-0.016179,-0.026435,-0.038308,0.003097,-0.026552,0.020525,-0.021096,0.016598,0.034721,0.003015,-0.033079,0.002928,-0.017901,0.002238,0.006422,-0.021779,-0.028415,0.000447,0.02489,-0.021174,0.000209,-0.014453,0.049804,-0.004244,-0.01738,0.01146,-0.037066,0.008459,0.014422,0.015211,0.002014,-0.007743,-0.048328,0.006675,-0.011897,-0.020739,0.015355,0.016113,0.014289,-0.012054,0.000442,0.010912,0.022989,0.162943,0.01546,0.02891,0.016426,0.011772,-0.023981,0.001024,0.006134,-0.014909,-0.028723,-0.004185,0.00976,0.007354,0.017399,-0.033081,-0.017635,0.082114,0.008052,-0.014859,-0.053368,0.013635,0.04391,0.013442,-0.004157,0.024738,0.001918,0.01772,0.033769,0.006948,0.011908,0.022659,0.01756,0.040241,0.002858,-0.007985,-0.044537,0.02583,-0.011947,0.018717,-0.038611,0.042325,0.004436,-0.003619,-0.040129,0.029038,-0.01417,-0.033002,-0.009346,0.00235,-0.038495,0.01006,0.001181,-0.009713,-0.027244,0.023857,0.00912,0.022206,0.004207,0.004162,0.002866,0.019291,-0.002461,-0.024767,-0.030709,0.012581,-0.011775,-0.103343,0.003864,-0.01069,-0.020133,0.03266,0.035595,-0.000309,-0.068676,0.02529,-0.009312,-0.005378,0.018341,-0.019224,-0.012425,0.021015,-0.010007,0.037119,0.0206,-0.023045,0.005713,0.02443,0.048605,0.009229,-0.004546,0.019045,-0.019376,-0.011744,-0.004054,-0.006073,0.00239,0.015206,-0.009386,0.005815,-0.012236,0.036215,0.016356,0.047257,0.009924,-0.026886,0.006295,0.020208,0.005745,-0.034785,-0.015746,-0.014343,0.0107,-0.007757,-0.018225,-0.031351,0.012247,-0.010237,0.018784,0.010225,0.064802,0.013701,-0.029645,0.045927,-0.000639,-0.017115,-0.037332,0.043868,-0.001711,-0.003189,-0.012384,-0.027149,-0.006886,-0.029634,-0.025947,0.007208,-0.022001,-0.013584,-0.007716,0.008241,0.001635,-0.01722,0.017521,0.007725,0.000195,0.014598,0.011695,-0.015562,0.000499,-0.023377,-0.001911,-0.011285,0.034953,-0.013594,0.002714,-0.003235,0.004221,-0.03848,-0.038393,-0.01383,0.019942,0.014233,0.026447,-0.010158,0.020893,0.020146,0.021827,0.034124,-0.011834,0.009308,0.012612,-0.033321,-0.008573,0.000779,0.006222,-0.018721,-0.042489,0.017475,-0.037143,-0.020035,0.031775,-0.018933,0.012474,0.018367,0.011795,0.106287,0.012326,-0.00552,0.008282,-0.012713,0.015688,0.023826,0.030848,-0.017909,-0.020897,0.00678,-0.029908,-0.024522,0.05192,0.015504,0.014746,-0.006356,-0.020442,0.001986,-0.050146,0.07567,0.009922,-0.011689,-0.00459,0.016926,-0.01411,-0.017153,0.014601,0.011904,0.00556,0.026354,0.011,-0.015938,0.014268,0.009864,0.015847,-0.038281,0.019675,-0.008433,0.015943,0.007626,-0.015852,-0.00769,-0.011779,0.031159,0.010038,-0.029211,0.021736,-0.001013,0.055324,0.024095,-0.018343,0.020198,-0.016206,0.006952,0.01058,-0.005502,-0.011513,0.034203,-0.013695,0.040973,0.000009,-0.014095,-0.005499,-0.018071,-0.058999,-0.014273,0.039152,-0.008527,0.011175,-0.02995,-0.017077,0.025172,0.010382,-0.002931,0.01741,0.01982,-0.027403,0.011815,0.003217,0.760927,-0.010174,0.014335,-0.027247,-0.000466,-0.006261,0.005241,-0.022723,0.022707,-0.010689,0.00279,-0.001815,0.002643,0.033702,-0.002448,-0.006637,0.020419,-0.020897,0.00114,-0.028281,-0.019992,-0.027985,0.035735,0.00992,-0.004688,0.063422,0.030987,-0.025103,-0.008084,0.026545,-0.010858,-0.027931,-0.039559,-0.049694,0.013366,0.003958,0.011994,0.026376,0.010838,-0.08031,-0.006386,-0.010141,0.039289,-0.028382,0.013884,-0.029877,0.029525,0.011811,0.017861,-0.014738,0.018348,0.017331,0.015896,0.052052,0.001922,-0.010964,0.002871,-0.044416,-0.018931,0.010259,0.010572,-0.024108,-0.009014,0.062022,0.013506,0.058019,0.013309,0.014246,0.007586,0.034635,0.022473,-0.098672,0.058317,0.021615,0.005921,0.011449,0.015781,-0.027595,-0.012976,-0.014202,0.006373,-0.072911,0.03224,0.009221,-0.022142,0.021252,-0.024532,0.007205,0.021225,-0.023718,-0.051701,0.003969,-0.00204,-0.010734,0.030989,0.006872,0.002701,0.070717,-0.009174,-0.008954,0.012324,0.027307,0.029777,0.01443,-0.062344,0.010491,0.010296,0.036061,0.010197,0.022713,0.009304,-0.006976,-0.005117,-0.004793,-0.010004,-0.014774,0.025471,-0.029564,0.013496,0.015456,0.016017,-0.016753,-0.00883,-0.036097,0.001956,-0.045626,-0.053903,0.039845,0.017854,-0.017445,-0.005588,0.000736,0.024619,0.006071,-0.029443,-0.031541,0.003629,0.008286,0.002238,0.011558,0.023039,0.024782,-0.018934,0.021981,0.019123,0.008509,0.021257,0.000143,0.001875,-0.035235,0.020305,0.179847,0.017009,0.059676,-0.03438,0.037157,-0.004249,-0.025873,-0.019101,0.010611,0.026036,0.039682,0.040335,-0.001482,0.00183,-0.019422,0.07538,0.017804,0.012169,-0.003258,0.016141,-0.013269,0.002162,-0.132401,-0.004079,-0.041767,-0.002759,0.030223,-0.001074,-0.015586,0.001173,0.003173,-0.007308,0.003836,-0.00217,-0.030464,-0.037569,0.007093,-0.028567,0.027656,-0.005282,0.037166,0.012055,0.055656,0.077517,-0.015519,0.122647,0.010111,0.004565,0.0183,0.011105,0.004823,-0.00608,0.010735,0.01339,-0.008602,-0.021019,-0.018735,0.012543,-0.020973,0.009326,-0.033574,0.029436,0.006816,0.019309,-0.012673,0.015546,0.014242,-0.009214,0.017153,-0.005297,-0.017109,-0.006224,-0.002736,-0.007987,0.012324,0.010959,0.008797,-0.00356,-0.0418,-0.024005,-0.030526,0.007944,-0.000111,0.018927,0.008748,0.003831,-0.036883,0.003239,-0.002103,-0.017882,-0.001204,0.014024,0.046506,-0.007919,0.018781,0.016939,0.019373,0.085696,0.0182,0.013395,-0.00023,0.037721,0.013962,0.014672,0.005303,-0.025222,-0.008471,0.011147,0.009657,0.019208,0.004801,-0.019984,-0.04742,0.033979,0.009124,-0.003469,-0.052181,0.023894,0.019505,0.020791,0.009942,0.035134,0.027109,-0.019495,0.006259,0.027332,0.006006,0.030509,0.030674,0.032163,0.022904,0.003232,-0.028583,0.018935,-0.017562,-0.014269,-0.029507,0.052395,-0.009014,0.004178,-0.038131,0.0105,-0.01733,-0.045677,-0.027767,0.019146,-0.017278,0.018795,-0.023249,-0.003862,-0.012112,0.002982,-0.007184,-0.00738,-0.012362,-0.040332,-0.006604,-0.029182,0.003561,-0.016085,-0.019464,0.041214,-0.064317,-0.143338,0.036716,-0.001098,-0.017347,0.033743,0.023976,-0.036129,-0.059963,0.004678,-0.013656,-0.02252,-0.010997,-0.023094,-0.006403,0.01213,0.030975,0.021411,0.041565,-0.037962,-0.011423,0.005508,0.008784,0.004781,-0.018089,0.017954,-0.013038,0.014145,-0.006835,0.008367,0.027953,0.017018,-0.007312,0.004193,0.007582,0.031151,0.009769,-0.015834,-0.01285,0.001877,0.021757,0.017233,0.002532,-0.025544,-0.001511,-0.039979,0.01865,0.037754,-0.041976,-0.039888,0.024422,-0.027788,0.018191,0.003476,0.063262,0.034593,-0.021857,0.008806,-0.017678,0.010475,0.015143,0.055055,0.011312,-0.021621,-0.037947,-0.011272,0.000568,-0.039311,-0.022164,-0.026365,-0.027178,0.00936,-0.017487,0.01671,0.014136,-0.014671,0.007252,-0.017491,-0.007137,0.006101,-0.002583,-0.016395,-0.056289,-0.030528,-0.012994,0.004582,0.04268,-0.01871,0.00239,0.006524,0.026109,-0.035631,-0.031649,-0.022003,-0.017801,0.00723,0.020928,-0.045014,-0.012167,0.043812,0.003935,0.009035,-0.011591,0.001099,0.0005,-0.015525,-0.011999,-0.001694,0.021241,-0.000646,-0.019645,-0.006824,-0.062577,-0.019628,0.018626,-0.000884,0.033007,0.005068,-0.006392,0.113695,-0.01539,0.014352,0.004705,-0.020374,0.023387,0.038391,0.053477,0.002882,-0.017099,0.028847,-0.024161,-0.045646,0.019865,0.002553,-0.004909,-0.041573,-0.022874,0.035899,-0.037448,0.104357,0.022757,-0.028569,-0.010341,-0.012234,0.016695,0.003447,-0.026122,0.006721,-0.007305,0.042308,0.025127,-0.039196,0.015389,-0.00248,0.014801,-0.034272,0.025357,-0.008747,-0.00444,0.052697,-0.046655,-0.008453,-0.008542,-0.003361,0.022149,-0.019297,0.002764,0.005283,0.068269,0.006626,0.027252,0.053141,-0.037168,-0.004824,0.027757,0.016398,0.009142,0.017419,-0.020331,0.02245,-0.005352,0.028339,-0.036846,0.014207,-0.070291,-0.033715,0.045857,-0.006143,-0.00647,-0.003148,0.004769,0.016563,0.02334,-0.005319,-0.020605,-0.034293,-0.033975,0.004786,0.019211,0.743439,-0.005103,0.016445,-0.026147,0.026046,0.013288,-0.009858,0.016644,0.003024,-0.004173,-0.009568,-0.006801,0.02178,0.027499,0.015875,-0.021692,0.036114,-0.030925,0.023177,-0.034503,-0.028224,-0.040336,0.038455,0.038826,-0.014957,0.051985,-0.015642,-0.048571,-0.006313,0.029177,-0.026611,0.025213,-0.037675,-0.02974,-0.013933,0.010068,-0.013827,0.01521,0.009167,-0.097059,0.007685,0.007025,0.011342,-0.022293,-0.025487,-0.010655,0.020579,0.016789,-0.009257,0.007311,-0.016111,-0.005908,0.005205,0.051195,-0.019573,0.005812,0.003738,-0.039677,-0.019933,0.01516,0.006788,-0.020953,-0.012499,0.072631,0.008641,0.074376,0.001425,0.000297,0.034022,0.000169,0.022768,-0.086954,0.037398,0.016661,-0.000958,0.009089,0.02744,-0.039868,-0.015738,-0.01007,0.022784,-0.080513,0.036722,0.012386,-0.025813,0.026598,-0.009126,0.016902,0.022189,-0.032992,-0.034035,-0.001604,0.017574,-0.020448,0.032075,0.032722,0.012769,0.06626,0.015758,-0.002616,0.017275,0.027873,0.023406,0.016634,-0.064807,0.015172,-0.00241,0.017543,-0.008863,0.008231,0.004221,-0.02443,-0.003319,0.003795,0.002382,-0.01634,0.025361,-0.021249,0.025699,-0.009612,0.003585,-0.019277,-0.003398,-0.02617,-0.016635,-0.04201,-0.037045,0.0432,0.01786,-0.009204,0.012127,0.004859,0.016598,0.004177,-0.035709,-0.028701,-0.017483,-0.000816,0.002937,0.012073,0.022298,0.02846,-0.017601,0.02847,0.013376,0.026658,0.029394,0.009662,-0.014164,-0.034868,0.012841,0.189039,0.017173,0.053843,-0.034117,0.031001,-0.009671,-0.029983,-0.027176,-0.002167,0.010003,0.037666,0.053021,0.010209,-0.000033,0.006184,0.071308,0.002767,0.022812,-0.006368,0.013178,-0.015629,0.005005,-0.158679,-0.010991,-0.047417,0.009282,0.019312,0.00676,-0.012223,0.004857,0.014508,-0.00245,0.002517,0.010541,-0.039538,-0.01232,-0.004348,-0.034305,0.010301,0.00007,0.014642,-0.00908,0.044775,0.116756,-0.027886,0.103636,0.020613,0.000083,0.005218,0.020348,0.008294,0.019987,-0.00333,0.032045,-0.016902,-0.031001,-0.005017,0.008749,-0.007138,0.010637,-0.015639,0.024814,-0.00404,0.018676,-0.01292,0.018365,-0.003075,-0.024589,0.020632,0.004136,-0.027599,-0.019263,0.001183,-0.024233,0.013196,0.012918,0.023272,-0.025443,-0.03158,-0.015785,-0.015034,0.013032,0.000871,0.024059,0.013048,-0.002176,-0.040763,0.014062,-0.01445,-0.022716,0.009945,0.025243,0.042923,-0.044103,0.009793,0.003421,0.02743,0.106802,0.017291,0.003171,-0.001029,0.035047,-0.002919,0.01135,0.012798,-0.017541,0.012232,0.003544,-0.008141,0.020855,0.020718,-0.031286,-0.058734,0.025817,0.022419,-0.008492,-0.068408,0.001866,0.018519,0.025598,-0.001895,0.022096,0.004355,-0.003921,0.010946,0.024173,0.011019,0.039346,0.02296,0.027353,0.02813,-0.00115,-0.024658,0.013372,-0.017599,-0.0054,-0.018982,0.040024,-0.008131,-0.021073,-0.014033,0.03488,-0.018912,-0.041821,-0.018306,0.054275,-0.027382,0.022122,0.001927,-0.000602,-0.020513,0.005219,0.010282,0.008829,0.025433,-0.028717,0.000843,-0.022854,0.000418,-0.026473,-0.024119,0.029189,-0.04211,-0.137351,0.034073,-0.004341,-0.015244,0.035904,0.022283,-0.036248,-0.04149,0.023055,-0.026242,0.01147,-0.004737,-0.026061,0.007167,0.008245,0.020555,0.023885,0.024614,-0.026268,-0.002953,0.005502,0.012199,-0.010656,-0.020888,-0.001015,-0.002119,0.012336,0.000223,0.005719,0.026073,0.024002,-0.033854,0.005516,0.002192,0.028275,0.03566,-0.024373,-0.011199,0.019994,0.017438,0.020588,-0.003312,-0.019627,0.011062,-0.041296,0.011662,0.0426,-0.029578,-0.050388,0.007019,-0.017781,0.026222,0.005262,0.064283,0.043157,-0.015679,0.004225,0.000551,0.00951,0.02651,0.066252,0.000251,-0.025559,-0.033719,0.011483,-0.001569,-0.034962,-0.021699,-0.015004,-0.016563,-0.013533,-0.007423,0.011038,0.006045,-0.021909,0.031506,-0.030227,-0.02734,-0.006826,0.025011,-0.006014,-0.036733,-0.002634,-0.008444,0.016968,0.032822,-0.00637,-0.017352,-0.000298,0.009776,-0.038185,-0.028405,-0.022549,-0.000984,-0.013829,0.037469,-0.025493,-0.003562,0.049384,0.014885,0.021584,0.002509,-0.000059,0.009253,-0.003488,-0.012441,0.019893,0.034614,-0.018149,-0.006699,-0.007174,-0.042823,-0.006979,0.024097,-0.004671,0.028881,-0.003502,0.01651,0.115894,-0.029551,0.014287,0.007098,-0.012214,0.034725,0.061179,0.035752,-0.017555,-0.016029,0.03253,-0.036603,-0.049718,0.034787,0.030922,-0.011721,-0.027726,-0.043007,0.019488,-0.027947,0.080703,0.033665,-0.033984,-0.010345,0.013308,0.012212,0.011784,-0.013864,0.038746,-0.012364,0.032104,0.020849,-0.044009,0.000103,0.006785,0.008619,-0.019877,0.022474,-0.014777,-0.018449,0.02839,-0.032629,0.004358,-0.017591,0.007983,0.015968,-0.027752,0.007768,-0.006212,0.057331,-0.006803,0.019347,0.055601,-0.03794,-0.011189,0.042855,0.024659,0.017725,0.014152,-0.001319,0.021036,0.004074,0.033752,-0.020744,0.00036,-0.057119,-0.028626,0.052322,-0.007678,-0.015835,0.004279,0.003784,0.02464,0.012107,-0.032671,0.006069,-0.031229,-0.028546,-0.011239,0.026604,0.742963,0.002205,-0.003197,-0.027817,0.002308,-0.00368,-0.009072,0.026514,-0.007125,-0.00346,0.013762,0.000341,0.008124,0.007007,0.01722,-0.025648,0.035706,-0.03262,0.029198,-0.042049,-0.015304,-0.020297,0.048295,0.019574,-0.019594,0.064528,0.007291,-0.055961,-0.009212,0.036939,-0.028494,0.014563,-0.027614,-0.036219,-0.013967,0.003349,-0.012011,0.021793,0.00288,-0.08011,-0.003124,-0.009477,-0.000962,-0.02249,-0.016854,-0.00944,0.010792,-0.004534,-0.00184,0.015038,0.00706,0.008283,-0.016913,0.040073,-0.015465,-0.012855,0.004795,-0.024725,-0.034904,0.021402,0.010263,-0.012597,-0.021531,0.074622,0.017509,0.048595,0.012551,0.000661,0.04058,0.024794,0.027585,-0.0367,0.017253,0.009665,-0.041798,-0.025595,-0.005654,0.010066,-0.008929,-0.005268,0.004549,-0.119828,0.018349,0.013791,0.000626,0.002991,-0.036721,0.015261,0.019354,-0.005373,-0.022298,0.034215,-0.01018,0.000339,0.001314,0.002821,-0.04336,-0.001459,0.038578,-0.043094,0.02736,-0.019858,-0.013776,0.0218,-0.058017,-0.027515,0.031548,-0.0033,-0.019335,0.020561,0.041641,0.037027,-0.01705,-0.025748,-0.009585,-0.007992,0.009734,-0.000257,-0.004893,0.020086,0.011686,-0.023679,-0.024672,-0.013644,0.052237,0.00085,0.0216,0.013656,-0.001226,0.030049,-0.034186,-0.005882,0.00365,0.028077,-0.024915,-0.000253,-0.02863,0.025123,0.016641,0.001702,0.01774,0.016828,0.015464,0.032294,-0.016858,-0.00477,0.025159,0.042396,0.011814,0.013554,0.025296,0.197515,0.024339,-0.007189,-0.017831,0.012889,-0.008102,-0.034176,-0.007632,-0.035924,0.007139,0.000304,0.00478,0.043766,0.005567,-0.007947,0.078309,-0.003745,0.012875,-0.006006,-0.013111,-0.030872,0.0348,-0.228301,0.0042,-0.031983,0.035115,0.023897,-0.007229,0.005332,-0.007132,0.001991,-0.021555,-0.025972,-0.038953,-0.031795,-0.006317,-0.076395,-0.037932,0.028725,-0.008461,-0.024665,0.011859,0.040872,0.087798,-0.02386,0.0665,0.01537,-0.012291,0.033415,-0.000066,-0.001713,0.000881,0.036337,0.019602,0.018983,-0.044884,-0.008986,0.012352,-0.013871,0.031199,-0.033754,-0.001473,0.007591,0.011002,-0.002907,-0.012274,0.045005,-0.017115,0.018725,-0.040737,-0.028861,-0.011283,0.010056,-0.001004,-0.014279,-0.007074,0.05777,-0.000032,-0.019162,-0.00804,-0.032616,0.007983,0.002724,-0.00305,0.033766,-0.005314,-0.035267,0.026701,0.003997,-0.011348,0.016464,0.004108,-0.007348,-0.028599,0.019636,-0.003716,0.073546,0.123494,0.012927,0.019539,-0.005551,0.008899,0.009718,0.013251,0.018088,0.010599,-0.003972,0.029578,0.019613,0.00605,0.020634,-0.013468,-0.090531,0.055555,0.00591,-0.001393,-0.045262,0.017022,0.010402,0.037883,-0.031382,0.000264,-0.023233,-0.024727,-0.012864,-0.001899,0.018303,0.00145,0.011812,-0.015809,-0.024336,0.014385,0.009333,-0.008824,-0.005484,-0.002763,0.007286,0.006804,-0.004469,0.012369,-0.011548,0.019683,-0.007876,-0.029076,0.021532,0.019456,0.010118,0.056161,-0.005818,0.002845,-0.031597,0.003129,0.004201,-0.000935,0.04768,-0.002879,-0.03133,-0.003867,-0.003659,-0.026541,-0.009419,-0.010942,-0.026423,-0.175833,-0.016366,0.009473,-0.01946,0.027759,-0.027889,-0.016648,-0.072508,0.045531,0.015369,-0.045218,0.017403,-0.014855,0.020722,0.012742,-0.013258,0.002054,0.005339,0.013499,0.008041,0.003405,-0.016272,0.026102,-0.04465,-0.013937,-0.053864,0.027034,-0.014697,0.013612,0.016067,0.031551,-0.036284,0.002468,-0.032229,0.003312,0.026112,-0.049967,0.013647,0.029729,0.004783,0.023263,-0.012891,0.022928,0.023824,0.006096,-0.016876,0.023183,-0.042239,-0.051341,0.002264,-0.020342,0.024169,-0.004954,0.035563,-0.011964,-0.031407,0.021826,-0.027031,0.008345,-0.043987,0.045476,-0.041777,-0.045089,-0.028438,-0.017099,-0.03095,-0.014336,-0.023551,-0.053157,-0.028313,-0.001798,-0.032053,-0.039962,-0.002167,0.025517,-0.034722,-0.001992,-0.003965,0.006491,0.026351,0.002865,0.010566,-0.002621,0.009872,-0.014078,0.0248,-0.019339,0.016039,-0.011991,0.00322,0.0188,-0.029378,0.010857,-0.016138,-0.016833,0.007737,0.003091,-0.012519,0.053252,0.046637,0.021061,-0.05263,0.002407,0.002338,-0.004973,0.019873,-0.041228,0.010066,-0.050134,-0.004624,-0.020902,-0.016416,0.009756,0.004273,-0.046845,-0.003286,0.014074,-0.000571,0.1043,0.013319,-0.040925,-0.016901,-0.008564,0.000833,0.057501,-0.002738,-0.024551,0.017446,-0.014599,-0.006759,-0.014773,0.062207,0.048857,-0.029604,0.029769,-0.048239,0.021566,-0.018605,0.022408,0.035733,-0.020684,-0.023271,-0.00901,-0.013887,0.047135,-0.014907,0.014267,0.011866,-0.006937,0.010253,-0.020873,0.014176,0.024783,0.014448,0.033172,-0.007076,0.031846,0.004777,0.045321,0.011658,-0.013782,-0.025066,0.01352,-0.007668,0.012243,0.041916,0.01486,0.046055,0.008225,-0.029509,0.016773,-0.030745,-0.027132,0.011911,-0.007761,-0.023409,-0.001552,-0.002701,0.007618,0.020218,0.027314,-0.038681,-0.02151,-0.036931,0.002426,0.010045,-0.034461,0.003135,0.014151,-0.006994,0.015325,0.041142,0.013602,-0.015833,-0.002997,0.017301,0.027856,-0.027589,0.714112,-0.039472,0.030435,-0.036557,0.038049,-0.018962,0.000051,0.011853,-0.023328,-0.018346,-0.013384,-0.016886,0.003214,-0.004272,0.027434,-0.005076,-0.000387,-0.002227,-0.000097,-0.015662,-0.010855,-0.039493,0.008371,0.010021,0.002663,0.034345,0.012215,-0.010677,0.03058,0.05427,-0.009441,0.003154,-0.01391,0.015266,-0.010394,0.027467,-0.026256,0.024234,0.014799,-0.074148,-0.00445,0.025255,0.011283,0.018941,0.000402,-0.004517,-0.011951,0.006527,0.004975,-0.036443,0.012173,-0.013092,-0.014363,0.046088,-0.059224,-0.018289,0.005513,0.013039,-0.018229,0.001788,0.017164,-0.017096,-0.004571,0.083776,0.031343,0.062139,-0.00112,-0.034283,0.008752,0.009095,0.02696,-0.028319,0.01276,0.002624,-0.046775,-0.024212,-0.012885,0.010522,-0.012858,-0.004426,0.002348,-0.113314,0.019897,0.012784,0.000445,0.010368,-0.038051,0.017508,0.012987,-0.006342,-0.017867,0.038071,-0.008725,0.001683,0.004582,0.002521,-0.038809,-0.007129,0.036604,-0.045637,0.026041,-0.022343,-0.019342,0.03045,-0.056468,-0.030496,0.032088,-0.009356,-0.026385,0.038006,0.045482,0.034307,-0.010163,-0.019436,-0.007709,-0.006988,0.008875,-0.005409,-0.003614,0.011724,0.006625,-0.023252,-0.02381,-0.014502,0.052291,-0.005948,0.027429,0.009311,-0.006292,0.02809,-0.030117,-0.00167,0.008025,0.030085,-0.022423,0.002063,-0.025105,0.022321,0.018653,0.002941,0.014443,0.018097,0.012633,0.029466,-0.018522,-0.001648,0.017519,0.038831,0.016873,0.019673,0.030065,0.18573,0.013697,-0.001602,-0.018971,0.02082,-0.000833,-0.028892,-0.004796,-0.029256,0.006207,0.000143,0.009056,0.040182,0.010809,-0.005638,0.08689,-0.005882,0.014507,-0.007047,-0.010902,-0.032021,0.037901,-0.196688,0.003657,-0.025259,0.033326,0.023499,0.00475,-0.000348,-0.003428,0.005541,-0.009703,-0.022274,-0.034929,-0.03011,-0.0053,-0.072327,-0.034167,0.024914,-0.010028,-0.029245,0.014627,0.031911,0.087562,-0.026851,0.069568,0.019334,-0.01477,0.025567,-0.00124,0.005935,0.004143,0.033659,0.013257,0.016519,-0.046099,-0.005989,0.017086,-0.019846,0.03248,-0.028386,0.002877,0.008367,0.006331,0.005478,-0.013656,0.042152,-0.017102,0.015805,-0.045825,-0.028399,-0.008315,0.007987,0.000094,-0.007834,0.001115,0.057209,-0.001342,-0.015246,-0.009883,-0.027771,0.004829,0.017164,-0.010712,0.033036,-0.000877,-0.031645,0.015996,0.005962,-0.008465,0.022145,-0.007672,-0.017221,-0.020196,0.016648,-0.000536,0.066747,0.113288,0.010605,0.013041,-0.006387,0.013356,0.005727,0.010848,0.022069,0.007524,0.005504,0.033904,0.019321,0.008423,0.018862,-0.013958,-0.089943,0.058741,0.013162,0.002369,-0.047728,0.010581,0.004293,0.033419,-0.027768,0.010141,-0.023055,-0.021259,-0.009704,0.007351,0.027595,0.002997,0.016627,-0.026107,-0.028053,0.012629,0.013578,-0.01052,0.004267,0.00351,0.005514,0.001564,-0.004194,0.016702,-0.001725,0.013674,-0.012812,-0.031758,0.018511,0.022281,0.009847,0.046979,0.002066,0.005171,-0.025392,-0.010095,-0.000847,0.001201,0.042836,-0.003499,-0.024668,-0.006101,-0.003408,-0.025982,-0.003089,-0.009581,-0.01741,-0.176951,-0.016174,0.01086,-0.015123,0.029875,-0.029348,-0.013909,-0.05981,0.041838,0.01844,-0.038974,0.022202,-0.01124,0.029097,0.005746,-0.013776,0.011267,-0.000501,0.012087,0.009489,0.008512,-0.006954,0.027255,-0.042866,-0.013749,-0.057766,0.023344,-0.006121,0.009779,0.016598,0.024213,-0.02965,0.006675,-0.03015,-0.003085,0.02351,-0.045285,0.02073,0.037607,0.003368,0.015526,-0.017035,0.020186,0.02747,0.009278,-0.012429,0.025225,-0.045495,-0.052823,0.007868,-0.022292,0.01669,-0.004582,0.029985,-0.006201,-0.033562,0.020454,-0.024323,0.008049,-0.041566,0.042689,-0.040996,-0.046255,-0.029193,-0.015819,-0.035482,-0.011677,-0.025028,-0.041597,-0.020901,-0.004587,-0.025839,-0.040321,-0.002838,0.023687,-0.032502,-0.003708,-0.006694,0.006052,0.029194,0.000755,0.011259,0.004995,0.004842,-0.021244,0.031027,-0.02504,0.019012,-0.006395,0.008649,0.021551,-0.025514,0.002478,-0.020885,-0.018113,0.01343,0.009589,-0.013076,0.059899,0.036317,0.016613,-0.055098,0.003099,0.009504,-0.003365,0.018516,-0.05433,0.00438,-0.052322,0.001809,-0.022234,-0.021922,0.02309,0.014264,-0.043407,-0.007269,0.015473,-0.003082,0.106722,0.013655,-0.044503,-0.016955,-0.004978,0.000611,0.063824,0.002268,-0.026217,0.019321,-0.00942,-0.013815,-0.018595,0.062951,0.03711,-0.020692,0.029108,-0.051815,0.028263,-0.011989,0.016616,0.032218,-0.020557,-0.021291,-0.004371,-0.013214,0.041169,-0.014947,0.021145,0.002644,-0.015132,0.012448,-0.020428,0.012572,0.017515,0.008045,0.02719,-0.008616,0.029659,0.006564,0.042826,0.016885,-0.017288,-0.029068,0.000489,-0.007441,0.013618,0.0441,0.009948,0.051085,0.000837,-0.039376,0.013658,-0.026968,-0.025441,0.022195,-0.002561,-0.020705,0.000206,-0.005268,0.008565,0.019931,0.024944,-0.045446,-0.014562,-0.031808,0.000252,0.004124,-0.03375,-0.001536,0.009795,-0.012555,0.014534,0.041157,0.015047,-0.021735,-0.009004,0.01383,0.035024,-0.020975,0.732604,-0.032969,0.028361,-0.038182,0.037027,-0.015801,-0.002651,0.008718,-0.016127,-0.013226,-0.009425,-0.022896,0.007427,-0.008955,0.022703,-0.005678,0.001048,0.000388,0.001646,-0.012098,-0.01001,-0.022845,-0.009167,0.010375,0.002597,0.026838,0.007739,-0.002705,0.028697,0.051714,-0.013121,0.002377,-0.011164,0.01731,-0.011365,0.029435,-0.03098,0.027722,0.013867,-0.085126,-0.008361,0.024534,0.01841,0.027671,0.010101,0.000237,-0.011409,0.010572,0.004696,-0.038588,0.014789,-0.015985,-0.019622,0.041938,-0.060462,-0.018987,0.005391,0.00974,-0.009457,-0.003837,0.006816,-0.02601,-0.009589,0.089792,0.026877,0.069291,0.003668,-0.036347,0.01074,0.015549,0.037446,-0.047922,0.021642,0.015634,-0.033416,-0.026163,-0.005641,0.000089,-0.011118,-0.010116,0.004439,-0.11539,0.016038,0.011891,0.006528,0.003027,-0.044144,0.017118,0.020144,-0.008641,-0.023526,0.033909,-0.00576,0.002163,0.008706,-0.005742,-0.04201,0.008308,0.035631,-0.040997,0.029342,-0.017976,-0.017646,0.025462,-0.0523,-0.021075,0.032605,0.003791,-0.034145,0.023965,0.045631,0.033743,-0.00975,-0.027007,-0.004486,-0.008068,0.009831,-0.002353,-0.000786,0.013949,0.012034,-0.022036,-0.021793,-0.012987,0.051255,-0.000801,0.006996,0.01952,-0.003565,0.025596,-0.038498,-0.002789,-0.00291,0.016323,-0.024017,-0.006149,-0.018008,0.026969,0.026624,0.006342,0.017423,0.016449,0.017212,0.028987,-0.012095,0.008082,0.028668,0.048242,0.013878,0.012379,0.028063,0.186716,0.024051,-0.015773,-0.017012,0.012676,-0.006619,-0.031134,-0.01196,-0.02385,0.021222,-0.00195,0.008709,0.043999,-0.002574,-0.007771,0.080416,-0.001715,0.019429,-0.006933,-0.010455,-0.030876,0.037536,-0.212477,0.006725,-0.032764,0.026432,0.026465,-0.006732,0.005996,-0.006518,0.004296,-0.019127,-0.022378,-0.037692,-0.03484,-0.010221,-0.074111,-0.032829,0.034602,-0.00991,-0.012563,0.008438,0.046772,0.094179,-0.020667,0.066706,0.021556,-0.004826,0.02637,0.002508,0.003229,0.004743,0.032563,0.019117,0.006936,-0.047077,-0.008006,0.005633,-0.009778,0.028024,-0.039437,-0.002208,0.010736,0.010458,-0.008271,-0.009555,0.034322,-0.015832,0.013452,-0.040573,-0.024603,-0.000376,0.009473,-0.00131,-0.005688,-0.014926,0.059607,0.01047,-0.017601,-0.00855,-0.035783,0.010191,0.005071,-0.000257,0.035559,0.00023,-0.042288,0.023798,0.002832,-0.006529,0.015646,0.008208,-0.003552,-0.025609,0.01738,-0.007816,0.075268,0.130443,0.020588,0.021273,-0.004251,0.004007,0.012665,0.015402,0.013909,0.008968,-0.010014,0.023767,0.018063,0.010432,0.010728,-0.01498,-0.077781,0.049915,0.009854,-0.000506,-0.042489,0.025436,0.012194,0.032917,-0.025828,0.005271,-0.024778,-0.028799,-0.013481,0.005724,0.021468,0.004935,0.015496,-0.014165,-0.018052,0.00547,0.010242,-0.004785,-0.009235,-0.006508,0.007354,0.015211,-0.001546,0.014616,-0.012707,0.016164,-0.00765,-0.031047,0.01836,0.022114,0.002586,0.048261,-0.006597,0.01332,-0.035633,0.008315,0.009983,-0.009194,0.040556,0.006086,-0.035577,-0.013551,-0.003023,-0.02465,-0.018218,-0.013048,-0.029236,-0.164876,-0.007824,0.006731,-0.011686,0.031272,-0.020009,-0.010397,-0.059675,0.046471,0.015393,-0.027773,0.008846,-0.011725,0.013703,0.018492,-0.012724,0.005456,0.002991,0.009643,0.00214,-0.004362,-0.001325,0.023203,-0.051632,-0.003645,-0.054842,0.015983,-0.009304,0.007332,0.017584,0.023745,-0.044349,0.004039,-0.028151,0.01087,0.025502,-0.03271,0.001897,0.025082,0.002126,0.026083,-0.01358,0.009618,0.023605,0.006303,-0.016831,0.017205,-0.043584,-0.051095,0.017905,-0.01306,0.017792,0.003883,0.041637,-0.004647,-0.026922,0.030642,-0.029296,0.009449,-0.041374,0.041975,-0.044406,-0.041598,-0.033158,-0.01131,-0.019084,-0.020365,-0.026996,-0.048004,-0.030125,-0.004863,-0.028653,-0.036565,-0.000494,0.023751,-0.032282,-0.006348,-0.002395,0.007094,0.027973,0.002855,0.010337,-0.004732,0.009123,0.000739,0.028483,-0.023442,0.011133,-0.011582,-0.00532,0.011284,-0.028992,0.010323,-0.00986,-0.006188,0.009842,-0.001945,-0.018495,0.04543,0.037568,0.01438,-0.049839,0.004163,0.002859,-0.008167,0.018455,-0.028737,0.006598,-0.047532,-0.011082,-0.015445,-0.019273,0.00086,0.013093,-0.045265,-0.001756,0.010247,-0.006586,0.107869,0.025222,-0.03849,-0.014281,-0.005438,0.00333,0.053413,0.0139,-0.028867,0.005214,-0.013614,-0.00967,-0.014002,0.061823,0.045188,-0.031588,0.023313,-0.044188,0.026787,-0.019211,0.023012,0.032335,-0.01685,-0.023437,-0.012259,-0.0157,0.042731,-0.011201,0.01273,0.004675,-0.005929,0.00829,-0.017529,0.01985,0.023006,0.019232,0.028749,-0.005642,0.030223,-0.00511,0.046079,0.007921,-0.018469,-0.033728,0.012675,-0.002603,0.012822,0.045148,0.012264,0.051874,0.011897,-0.02198,0.015814,-0.025118,-0.01757,0.013801,-0.004533,-0.023853,0.003361,-0.003032,0.010937,0.017285,0.032242,-0.041113,-0.016058,-0.040833,0.001922,0.014596,-0.035051,-0.004141,0.017629,-0.010664,0.013939,0.034964,0.011177,-0.022334,-0.002162,0.012562,0.018901,-0.021563,0.733321,-0.040355,0.021933,-0.03169,0.045704,-0.017402,0.007911,0.007658,-0.019596,-0.016221,-0.007962,-0.019678,-0.001353,-0.001326,0.030697,-0.007267,-0.000974,-0.013112,-0.000055,-0.018847,-0.019745,-0.038762,0.007397,0.017125,0.009217,0.034441,0.012017,-0.000703,0.022321,0.055562,-0.01972,0.004695,-0.011867,0.012585,-0.009081,0.029476,-0.039924,0.018516,0.015561,-0.080469,-0.002498,0.029293,0.021152,0.016333,-0.013431,-0.001224,-0.002771,0.010098,0.010051,-0.031652,0.014933,-0.023531,-0.012361,0.046795,-0.055252,-0.020254,0.010936,0.008003,-0.018513,-0.005117,0.022057,-0.016376,-0.013447,0.078386,0.030989,0.061641,-0.011514,-0.028935,0.00778,0.011238,0.03549,-0.035497,0.017654,0.011264,-0.041541,-0.025449,-0.016146,0.006767,-0.013846,-0.010346,0.00085,-0.114462,0.018073,0.008755,0.006115,-0.001265,-0.045584,0.018216,0.014439,-0.008121,-0.027975,0.04016,-0.009702,0.001951,0.008595,-0.002329,-0.038529,-0.001582,0.032385,-0.036228,0.032467,-0.021277,-0.026392,0.030853,-0.050983,-0.027488,0.038504,-0.001488,-0.037856,0.032873,0.050183,0.027984,-0.007018,-0.016007,-0.006827,-0.002917,0.0109,-0.01071,-0.000876,0.010948,0.007921,-0.025022,-0.021323,-0.017779,0.052232,0.000075,0.019361,0.012749,-0.006536,0.027114,-0.030649,-0.004458,0.000736,0.026007,-0.02469,0.000362,-0.023274,0.023702,0.018002,0.006671,0.014715,0.019006,0.012949,0.027463,-0.021763,0.005308,0.020043,0.038028,0.019172,0.021032,0.035242,0.187018,0.017266,-0.006929,-0.016502,0.015522,-0.006294,-0.028617,-0.007744,-0.022235,0.019837,-0.003093,0.010936,0.037678,0.008739,-0.010565,0.081811,-0.002841,0.012793,-0.004961,-0.011517,-0.032039,0.037911,-0.200161,0.002086,-0.02467,0.02505,0.026115,0.003117,0.003978,-0.001003,0.00709,-0.006029,-0.015412,-0.034315,-0.034117,-0.005094,-0.067517,-0.032003,0.020955,-0.005995,-0.02476,0.007869,0.032557,0.099743,-0.026247,0.076191,0.028179,-0.007595,0.021705,0.00419,0.005267,0.001332,0.025683,0.00991,0.009105,-0.047605,-0.011549,0.013705,-0.013834,0.027864,-0.033744,0.005225,0.009694,0.003859,0.00777,-0.01451,0.037584,-0.017997,0.012068,-0.047672,-0.027243,-0.004478,0.014913,0.001835,-0.001321,-0.006516,0.065705,0.004878,-0.014031,-0.006646,-0.029691,0.004162,0.027563,-0.005871,0.023805,0.000376,-0.031706,0.015077,0.002635,-0.007944,0.016754,-0.003152,-0.013653,-0.019569,0.017257,-0.006275,0.069142,0.121879,0.0148,0.0163,-0.008475,0.006916,0.007833,0.010796,0.0115,0.010895,0.001892,0.035409,0.021387,0.009163,0.01205,-0.019494,-0.082616,0.06112,0.013382,0.004013,-0.049146,0.014534,0.009355,0.03201,-0.021164,0.011523,-0.031977,-0.019963,-0.007981,0.009725,0.028333,0.001848,0.02158,-0.021765,-0.02593,0.009556,0.009853,-0.007364,-0.000957,0.006927,0.004486,0.007909,-0.000049,0.015006,-0.002492,0.0107,-0.009496,-0.032289,0.017704,0.026436,0.00087,0.03918,0.006976,0.010781,-0.031568,-0.009076,0.007256,-0.002053,0.045809,-0.003088,-0.027247,-0.011532,-0.00245,-0.022051,-0.003655,-0.011826,-0.024263,-0.174943,-0.012743,0.00216,-0.008364,0.027395,-0.021259,-0.009696,-0.060359,0.045631,0.010024,-0.024317,0.013032,-0.008941,0.021296,0.00493,-0.016552,0.014512,-0.003959,0.010836,0.00302,0.000227,0.002797,0.027159,-0.043505,-0.014343,-0.058079,0.020434,-0.007664,0.004257,0.017713,0.024184,-0.036999,0.007912,-0.029852,0.003708,0.027983,-0.032722,0.010888,0.035655,-0.002525,0.014526,-0.017338,0.015314,0.028296,0.004675,-0.0062,0.017905,-0.045287,-0.054506,0.015532,-0.013618,0.011961,0.002454,0.039444,-0.002138,-0.034033,0.020358,-0.027959,0.005302,-0.037792,0.04225,-0.046828,-0.049545,-0.030479,-0.009012,-0.025032,-0.015341,-0.02735,-0.040128,-0.025627,-0.006226,-0.020102,-0.036546,-0.002219,0.025688,-0.028872,-0.010437,-0.008834,0.008461,0.029233,-0.003839,0.010626,0.00408,0.007695,-0.009166,0.032994,-0.030116,0.015874,-0.006939,0.000594,0.013207,-0.029218,-0.000863,-0.013759,-0.017158,0.015223,0.003471,-0.013535,0.058941,0.031006,0.010552,-0.047342,0.007223,0.012894,-0.008709,0.020487,-0.036374,0.007078,-0.043892,-0.001873,-0.019513,-0.026456,0.019828,0.017264,-0.040062,-0.011329,0.012411,-0.010209,0.1065,0.019439,-0.046301,-0.015512,-0.004206,0.002227,0.070248,0.017689,-0.032299,0.013783,-0.009537,-0.01227,-0.018013,0.06069,0.034987,-0.021335,0.026219,-0.04349,0.027026,-0.007929,0.014174,0.032321,-0.022639,-0.023417,-0.006479,-0.009277,0.041615,-0.016769,0.01846,-0.001029,-0.013963,0.013531,-0.015948,0.016614,0.015485,0.011931,0.024929,-0.011867,0.029733,-0.002656,0.046769,0.008525,-0.020579,-0.032074,0.004474,-0.00754,0.012336,0.051574,0.012415,0.061567,-0.001564,-0.033692,0.01678,-0.022798,-0.023324,0.02932,-0.00012,-0.01651,0.003124,-0.007464,0.011947,0.013309,0.024312,-0.045069,-0.015329,-0.030932,0.002819,0.008285,-0.036839,-0.010754,0.01499,-0.017038,0.023587,0.037749,0.012353,-0.023997,-0.00671,0.015551,0.027688,-0.017601,0.734528,-0.026375,0.024061,-0.034987,0.040568,-0.010294,0.000555,0.010596,-0.009524,-0.00457,-0.007708,-0.026471,-0.001462,-0.001737,0.019267,-0.003037,0.001636,-0.005539,0.000972,-0.016434,-0.019184,-0.017998,-0.010537,0.011531,0.006852,0.023169,0.006889,-0.000543,0.028557,0.056989,-0.020694,0.006831,-0.016572,0.016695,-0.015003,0.030441,-0.039778,0.023502,0.013152,-0.083089,-0.007589,0.033566,0.020961,0.029143,-0.00035,0.004122,-0.008303,0.012356,0.008723,-0.034698,0.013446,-0.021071,-0.014049,0.044616,-0.054661,-0.017849,0.00894,0.00943,-0.007178,-0.012413,0.013963,-0.02281,-0.016995,0.083074,0.028939,0.061134,-0.005242,-0.036889,0.007132,0.017602,0.039323,-0.073427,0.019391,0.029887,-0.014954,0.001234,0.018588,-0.018132,-0.020678,-0.03075,0.016997,-0.052629,0.035051,-0.000509,-0.034861,0.008732,-0.066921,0.016232,0.020756,-0.047426,-0.05281,0.054436,0.015879,-0.033829,0.029946,-0.012817,0.02677,0.025807,-0.039795,-0.005914,-0.001545,-0.006162,-0.006575,-0.003456,-0.064467,0.010732,0.025967,0.012239,0.006061,0.125636,0.000774,0.005855,0.003837,-0.002275,0.003721,-0.005367,-0.020686,-0.012833,-0.015892,0.001119,-0.012352,-0.027729,0.023478,-0.044588,0.037468,-0.065806,-0.041258,0.057845,-0.01712,-0.01906,-0.021507,0.016856,-0.008297,-0.00286,-0.038355,-0.002717,-0.016412,0.003834,0.010811,0.049318,-0.000325,0.009662,0.016813,-0.019439,0.017027,0.036146,0.036278,0.023504,0.021086,-0.000262,0.004771,0.110403,-0.012956,0.021469,-0.0151,0.01373,0.021935,0.017362,-0.031422,0.017354,0.059479,0.022134,0.046554,-0.003772,-0.026691,0.020886,0.069663,0.003422,0.034029,0.015151,-0.020388,-0.014585,0.019149,-0.127354,0.043093,-0.041978,0.003144,0.004549,0.011584,-0.005641,0.000163,-0.019457,-0.006753,-0.01461,-0.032281,-0.028249,-0.040416,0.023245,0.003157,0.033126,-0.001199,0.013395,-0.017467,0.051409,0.112529,0.002064,0.042847,0.00123,-0.000348,0.044137,0.001511,0.044248,-0.000693,0.003946,0.037921,-0.005497,-0.069469,-0.022229,-0.003599,-0.01575,0.057404,-0.019038,0.005314,0.010054,-0.009962,-0.012296,0.031615,-0.012683,0.009511,0.011143,-0.010668,-0.053719,0.015763,-0.007986,-0.020844,-0.014939,-0.024099,0.05398,-0.027347,-0.003662,0.01085,-0.003854,0.026328,0.022143,0.007843,0.004315,-0.006869,-0.037602,-0.010195,0.027723,0.012347,-0.009965,0.033003,0.029181,0.003581,0.005576,0.009625,0.018769,0.113883,0.021214,0.023659,-0.00924,-0.00324,-0.000166,-0.00838,0.008065,-0.020334,-0.025113,0.039726,0.043783,0.043486,0.02351,-0.048217,-0.041652,0.084355,0.028523,-0.011579,-0.043528,0.049569,0.022006,0.036389,-0.00532,0.027726,-0.007651,0.014661,0.016727,0.035364,0.030204,0.007932,0.021711,0.005119,-0.055174,0.000225,-0.013147,0.027738,0.003057,-0.037255,-0.005786,0.028001,-0.064228,-0.044295,-0.025838,0.009419,-0.02598,-0.032957,0.005268,0.026974,-0.020116,-0.025019,-0.030514,-0.00904,-0.059704,-0.014354,-0.003276,0.014649,-0.023236,0.015882,0.024092,0.006799,0.009827,-0.010343,-0.011001,0.033702,-0.004389,-0.057605,0.030289,-0.025239,-0.025249,0.036201,0.010135,0.025473,-0.060615,0.028461,-0.023644,0.010643,-0.024963,-0.060787,-0.017114,-0.004551,-0.013433,0.009081,0.028012,-0.035913,0.010852,-0.00693,0.015061,0.017949,0.010979,-0.004682,-0.024131,-0.023579,-0.004957,0.022932,0.019375,0.035647,-0.015957,-0.009191,-0.012355,-0.00816,-0.001394,0.022869,-0.000136,0.006462,-0.001121,0.046437,-0.022416,0.007016,0.017241,0.016847,-0.005532,-0.034519,-0.041335,-0.049735,0.002588,-0.020613,0.035416,-0.022595,0.01969,0.009383,-0.024141,0.025334,0.043202,-0.033469,0.008079,0.085283,0.025274,0.022712,-0.026604,-0.002796,-0.044178,-0.036851,-0.025891,-0.049279,-0.044256,0.014271,0.003029,-0.022965,0.008628,-0.031595,0.025727,0.01528,-0.014747,-0.014075,-0.02367,-0.037346,-0.047923,-0.038856,0.005751,-0.026305,0.038055,0.012795,-0.040604,0.021101,0.065126,-0.047268,-0.049067,0.013813,0.000008,0.012221,0.018779,-0.015838,-0.000604,0.049493,0.04269,0.03286,-0.012543,0.006825,0.017119,-0.011627,-0.00144,-0.003089,0.010288,-0.016837,-0.028093,0.02553,-0.037887,-0.011868,0.017716,-0.014416,0.002248,-0.00152,0.003597,0.118119,0.005079,-0.027013,0.003231,-0.064402,0.012726,0.055427,0.03121,-0.002626,0.00811,-0.010067,-0.060624,-0.021588,-0.011007,0.024741,0.006057,0.003319,0.062401,-0.01478,0.008168,0.025323,0.024234,0.002285,-0.018928,0.004583,0.024995,0.000518,-0.033221,0.030091,-0.043915,0.044178,0.027454,-0.020796,-0.002661,0.005626,0.001837,-0.045096,0.006102,-0.062247,0.035607,0.041013,0.012902,-0.017616,-0.011659,0.030643,0.005239,0.00721,0.011646,-0.016107,0.05716,-0.031024,-0.004509,0.036409,-0.038116,-0.005386,0.001836,-0.00206,-0.011133,0.00833,-0.018078,0.033859,0.001779,-0.026527,-0.019858,0.045004,-0.008929,-0.037902,0.030798,-0.019829,-0.035896,-0.011095,0.0126,0.021563,0.058589,-0.025326,-0.001634,-0.019257,0.021384,-0.003446,-0.01595,0.716989,-0.002094,0.062874,-0.041116,0.017399,0.063262,0.005587,-0.012929,0.015898,-0.003389,0.023709,-0.030578,0.003796,0.05835,0.038546,-0.022473,0.022565,0.002429,0.002845,-0.023331,-0.030405,-0.049653,0.014383,0.020889,-0.004996,0.01562,0.005064,-0.015918,-0.006237,0.038307,0.01097,-0.002637,-0.030434,-0.032854,-0.028278,0.012551,-0.035826,0.045273,-0.029989,-0.075418,0.02399,0.02641,0.030952,-0.056064,-0.008473,-0.001591,0.041649,0.035745,0.012227,-0.028076,-0.00374,-0.007989,-0.079349,0.035647,-0.025706,-0.015533,0.002004,-0.016607,-0.010506,-0.013222,0.002196,0.005563,-0.014623,0.056261,0.052554,0.053227,-0.02452,-0.000876,0.026636,0.004712,0.0482,-0.094756,0.030035,-0.013738,-0.012283,-0.015294,-0.021141,0.047476,-0.003167,-0.025988,-0.011536,-0.075204,0.014425,0.037352,0.021727,-0.010144,-0.05036,0.02345,0.040985,-0.016575,-0.051172,0.029761,0.007255,-0.030238,0.016861,-0.002871,-0.007738,0.034207,0.0031,-0.025715,0.048636,0.029073,-0.00951,0.043746,-0.031838,-0.005236,-0.009402,-0.001629,0.065878,0.019045,0.045007,0.00521,-0.008054,-0.002612,-0.034789,0.038666,0.02392,0.013136,0.007676,-0.002403,0.040054,-0.006178,-0.021006,-0.02103,0.003258,-0.078512,-0.003104,0.007599,0.040207,-0.009791,-0.001924,0.00818,-0.026067,0.000092,-0.010803,-0.020904,-0.018431,-0.018309,0.010882,0.001522,0.014889,0.013231,0.008344,-0.002158,-0.03814,-0.024128,-0.00876,0.036987,-0.013899,0.025439,-0.002809,0.177739,-0.002806,0.002141,-0.027569,0.021816,-0.060916,0.000663,-0.032191,-0.027399,0.001492,0.029657,0.013652,0.067975,0.007452,-0.006438,0.03978,0.035063,-0.001441,0.003738,-0.021085,-0.014973,0.01782,-0.198872,-0.03013,-0.07144,-0.003352,-0.001442,-0.005633,0.005529,-0.021379,0.004816,-0.021905,-0.003708,0.007274,-0.033033,0.004824,-0.039526,-0.017895,0.037329,-0.024606,-0.003591,0.015954,0.048965,0.063527,-0.023003,0.128365,0.029634,-0.001013,-0.004772,0.025358,-0.009588,-0.013556,-0.028942,0.019488,0.035296,-0.02288,-0.014224,0.015323,0.008322,0.035763,-0.024668,-0.008116,0.021275,-0.007627,-0.023448,0.031351,-0.030492,-0.009683,0.014702,-0.031206,0.011419,-0.029073,-0.014213,-0.024669,0.003526,-0.038661,0.03245,0.029804,0.010156,0.02121,-0.036805,-0.016216,0.03546,0.008236,-0.02255,-0.041584,-0.010418,-0.003026,0.021093,-0.020919,0.017238,0.009712,0.035762,-0.025001,-0.003847,0.023176,0.01698,0.150623,0.050107,0.014527,0.006397,0.00972,0.009901,0.013321,0.040543,-0.031311,-0.01148,0.023711,-0.001897,0.023473,0.003895,-0.025026,-0.03414,0.063389,0.001938,0.015329,-0.064909,0.00737,0.019688,-0.017893,-0.001267,0.024436,-0.012464,-0.002835,-0.013518,0.053098,0.006425,0.026289,0.017885,0.018927,0.008575,0.000234,-0.040561,0.038701,-0.029203,-0.024145,-0.037073,0.018163,-0.018386,-0.022755,-0.030453,0.034252,-0.01015,-0.007853,-0.00856,0.072092,-0.025544,0.026994,-0.028786,0.004053,-0.015287,0.020042,-0.000049,0.022937,0.009695,0.008985,0.015233,-0.004908,0.003146,-0.017311,0.014027,-0.017938,-0.011548,-0.098271,-0.004942,-0.007368,-0.002618,-0.006129,0.03156,-0.024825,-0.011138,-0.017711,0.006113,-0.005768,0.018044,-0.014724,0.012522,-0.034938,-0.022336,0.031814,0.032234,0.001954,0.008178,0.008158,-0.017335,-0.008775,-0.025071,-0.01344,-0.036046,0.012284,-0.010449,0.014156,0.020143,0.000756,-0.018486,0.023184,-0.002662,0.036142,0.02044,-0.069568,0.03438,0.010222,0.026925,0.041397,0.025602,-0.020781,0.02145,-0.028723,0.017803,-0.002632,0.002591,-0.036625,0.002978,0.001819,0.033504,-0.013424,0.104431,0.030745,0.007656,0.015578,-0.013641,0.013604,0.001773,0.056499,0.003469,-0.017783,0.011906,-0.018424,-0.020961,-0.040848,0.009711,-0.039304,-0.01782,0.002401,-0.062239,0.009945,-0.020224,-0.014904,0.013852,0.038177,-0.035475,0.008564,0.013556,-0.037105,0.006805,-0.030089,0.002424,0.027702,0.028133,0.030926,0.002991,-0.006627,0.015775,-0.028949,-0.036219,0.005829,-0.019683,0.028562,0.013653,-0.045901,-0.025503,0.049282,0.054744,-0.008042,-0.006287,0.006137,-0.008317,0.004914,-0.03698,0.038629,-0.001752,-0.015983,-0.031,0.000295,-0.033493,0.013375,0.033887,0.01492,0.011988,0.021034,0.011588,0.099218,-0.015398,0.060315,-0.033147,-0.013051,0.020485,0.046456,-0.007861,-0.029523,0.013084,0.001163,-0.026747,-0.012585,0.063084,-0.013071,-0.005047,-0.007224,-0.037708,0.003337,-0.00769,0.096996,0.0213,-0.029329,-0.011504,0.034524,-0.015234,0.017031,-0.012089,0.01681,-0.001422,0.031558,0.035506,0.002205,-0.013587,-0.006026,0.016723,-0.01382,0.053082,0.025558,-0.064245,0.012383,-0.010604,0.022679,-0.01316,0.028338,0.015229,-0.003971,-0.000634,0.024153,0.05045,-0.02969,-0.010027,0.00128,-0.036907,-0.018512,0.004413,0.004897,0.001911,0.010343,0.024265,0.044288,0.035037,-0.001964,0.001896,-0.005328,-0.045195,-0.018987,0.002104,-0.01335,0.029848,-0.036176,-0.00261,-0.021336,0.021922,-0.031319,-0.009011,0.025018,-0.006211,0.021117,-0.034721,0.716206,-0.012333,0.028693,0.024383,-0.000965,0.028532,0.005917,0.003008,0.023843,-0.041833,0.017931,-0.00224,-0.032233,0.013262,0.000926,-0.024899,0.024096,0.02451,0.011959,-0.001665,-0.010938,-0.032997,0.06158,0.014971,0.036118,0.04282,0.012243,-0.028343,-0.009963,-0.006764,0.003732,-0.000962,-0.035644,0.031588,-0.021976,-0.012712,0.009079,0.036183,0.036405,-0.048219,-0.025649,-0.016541,-0.006101,-0.009699,0.024844,-0.016654,0.023254,0.034355,-0.023816,-0.025205,0.04292,0.011378,0.016005,0.045974,0.020303,-0.008136,0.016063,-0.01565,-0.002436,0.01777,-0.017089,-0.029306,-0.015,0.021711,0.016331,-0.001476,0.034783,-0.039842,0.019692,0.034536,0.047799,-0.117982,0.019669,0.008646,0.011236,-0.010247,0.035362,-0.044386,0.010647,-0.014879,0.019662,-0.062125,0.004524,0.02666,-0.001814,-0.006266,-0.063185,0.021292,0.007969,-0.037891,-0.049782,0.018576,0.01135,-0.008864,0.024676,0.017754,0.026994,0.054708,0.00938,-0.011232,0.030032,0.002229,0.011485,-0.015521,-0.05355,0.018215,0.001871,-0.005022,0.014362,0.028751,0.023306,-0.026208,-0.01525,-0.017369,-0.023784,0.009819,0.011891,0.00697,0.006281,-0.021867,0.002306,-0.023361,-0.003433,-0.044792,0.038954,-0.074993,-0.073598,0.027864,0.007583,-0.037998,0.009955,-0.00099,-0.050043,-0.025432,-0.041333,-0.011868,-0.015542,-0.001963,0.031255,-0.023122,0.006847,0.029119,0.021855,-0.01039,-0.027487,0.022444,0.007678,0.001651,-0.005682,-0.017644,0.034404,0.069167,0.02112,0.021696,-0.003106,0.016092,0.007404,0.01732,-0.021924,-0.016375,0.085662,0.009333,0.020277,0.005035,-0.021491,0.033915,0.059328,0.003501,-0.023145,0.002986,-0.019267,-0.002983,0.002193,-0.181196,0.012971,-0.036049,-0.003327,0.004213,0.010575,-0.003701,-0.005276,-0.008528,-0.001901,-0.000995,-0.016189,-0.05516,0.013051,0.05348,-0.017818,0.03465,0.004771,-0.001415,-0.040026,0.089556,0.090528,-0.000509,0.077298,0.044333,0.040078,0.018026,-0.002675,-0.012046,0.011228,-0.007382,0.004932,0.014206,-0.066687,-0.023201,-0.003659,-0.005652,0.022158,-0.033009,0.005667,0.01516,-0.00525,-0.001821,0.017834,0.001733,-0.023834,-0.00361,0.013056,-0.033633,-0.003586,-0.002994,0.012896,-0.020143,-0.00942,-0.028319,0.015435,0.016584,-0.027446,-0.017644,0.0202,-0.020227,0.033359,-0.003881,-0.010702,-0.040803,0.004221,0.019349,-0.037123,0.017191,0.021755,0.03118,-0.021725,0.033152,0.006747,0.031736,0.192808,0.03444,0.011759,0.021493,0.011684,0.003436,0.011707,-0.004667,-0.015246,-0.015287,-0.00529,0.025699,0.016168,0.015602,-0.028929,-0.028196,0.075896,0.044786,-0.002502,-0.038613,0.038027,0.021504,0.038755,0.031581,0.006697,-0.058735,-0.020854,0.040622,0.019878,-0.007998,0.019914,0.01758,-0.003591,-0.010089,-0.001374,-0.021505,0.005955,-0.038529,0.007552,0.002819,0.055087,0.007792,-0.02425,-0.034729,0.030717,-0.020681,-0.028632,-0.026977,0.042225,-0.059787,0.003529,-0.026377,0.006429,-0.064417,0.032154,0.00528,0.004631,-0.012115,-0.006598,-0.022643,-0.01561,0.024109,-0.002644,-0.013253,0.032168,-0.017733,-0.094097,0.025312,0.003886,-0.020231,0.039446,0.055904,-0.011893,-0.06557,0.033202,-0.046993,0.081079,-0.016016,-0.043444,-0.010053,0.00903,-0.02997,0.011036,0.024069,-0.015871,-0.010876,-0.007352,0.019353,-0.019906,0.004265,0.021504,-0.033914,0.015422,0.001505,-0.009541,0.044644,0.03188,0.002009,-0.000371,-0.004142,0.033825,0.039191,-0.000044,0.002566,0.001472,-0.028679,0.024009,-0.008228,0.000923,-0.016323,0.019962,-0.007156,0.005544,-0.010443,-0.058916,0.033123,0.004067,0.006583,-0.018531,0.065069,0.032019,-0.067878,0.033166,0.023907,-0.012428,0.001591,0.030187,-0.047479,0.001328,-0.004201,-0.008105,-0.002358,-0.031618,-0.032188,0.012841,-0.011059,-0.007881,0.000423,0.01836,0.026877,-0.002925,-0.005483,0.013142,0.013971,0.019269,0.002517,-0.005929,-0.025149,-0.032709,-0.011112,0.006502,0.036307,-0.026278,-0.024155,-0.005751,0.052509,-0.028764,-0.051677,0.004734,0.032986,0.021245,-0.013823,-0.017214,0.046428,0.028941,0.024553,0.061117,-0.037854,-0.011413,0.023032,-0.022036,-0.01074,0.063485,0.033204,-0.000716,0.000745,0.017539,-0.030829,-0.01535,0.018721,-0.006375,0.036137,0.003297,-0.008423,0.11115,0.015686,0.022847,-0.009718,-0.015736,0.029538,0.053454,0.04849,-0.003042,-0.005447,0.005458,-0.017119,-0.012559,0.037705,0.021894,0.007963,-0.003466,-0.014756,-0.01865,-0.015212,0.118848,0.023995,-0.002994,-0.008682,0.04144,0.026202,-0.025901,0.006365,-0.000895,-0.040306,0.040694,0.023709,-0.044882,0.025134,0.000646,0.041725,-0.036971,0.01523,-0.01806,0.028322,-0.008284,-0.032233,-0.019005,-0.006718,0.023582,0.019556,-0.001928,0.013561,0.013092,0.045469,0.020369,0.000225,0.044144,-0.029238,0.004205,0.027707,0.033836,0.001354,0.018296,-0.011482,-0.007582,0.006397,0.010208,-0.009202,0.030972,-0.052301,0.031319,0.026814,0.013034,0.022156,-0.016388,-0.016199,0.017461,0.017278,0.045531,0.002196,-0.029477,0.003455,0.001545,0.020828,0.707878,0.002028,0.015009,0.006344,0.013876,0.011055,0.015366,0.016803,-0.019568,-0.011452,0.007238,-0.01968,0.003972,0.04694,0.040141,-0.000861,0.01347,-0.03072,0.034096,-0.01273,-0.02517,0.009374,0.016288,0.032637,-0.047835,0.060163,0.031662,-0.025946,0.005838,0.009795,-0.028482,-0.013661,-0.047563,-0.021271,-0.023661,-0.00451,-0.032534,0.033283,0.042393,-0.061895,0.023877,0.019974,0.040764,0.013292,0.006666,-0.040745,0.005905,-0.032296,-0.00219,-0.014833,0.026086,-0.01048,0.01572,0.057864,-0.017707,-0.008798,0.00733,-0.002405,-0.015135,-0.010343,0.041823,-0.001552,-0.029448,0.008185,0.0248,0.029288,-0.018187,0.004853,0.043775,0.033538,0.057439,-0.120183,0.048386,0.020024,0.019948,-0.013827,-0.009154,0.008184,0.001122,-0.009363,0.005616,-0.07534,0.022827,-0.00538,-0.008544,0.001964,-0.040445,-0.020584,0.006682,-0.001752,-0.093817,-0.014056,-0.040143,-0.026056,0.022872,0.00071,-0.01567,0.026247,-0.019417,0.000482,-0.001134,0.027755,0.003998,0.023557,-0.040916,0.0087,0.010243,0.039471,0.016335,0.072582,0.02931,0.023762,-0.028875,-0.021117,-0.015295,0.012414,0.021197,0.004603,0.003838,0.024297,0.063984,-0.02785,0.018946,-0.011761,0.003364,-0.035328,-0.007978,0.013411,-0.002739,0.027757,0.035102,-0.012661,-0.02153,-0.016212,-0.041955,0.004374,-0.008891,0.0017,0.013382,0.021156,0.008757,0.00761,-0.011529,0.013177,0.014382,0.026837,0.000558,0.03634,0.005635,0.006959,0.023547,0.123992,0.006539,-0.026278,-0.01074,0.019315,-0.018571,-0.002894,-0.006632,-0.005968,0.038488,0.00973,-0.004663,0.043201,0.004675,-0.017941,0.046872,0.018399,0.002963,0.018013,0.003698,-0.018998,0.033342,-0.193123,0.014381,-0.047097,-0.004438,-0.005782,-0.009172,-0.003386,0.00567,0.026067,-0.046934,0.007614,-0.016627,-0.037077,-0.044389,-0.037235,-0.030978,0.011343,0.005904,0.003606,-0.002376,0.057066,0.098299,-0.003204,0.125697,0.049072,-0.020404,0.020053,0.02502,-0.001314,-0.001739,-0.015605,0.011162,0.013657,-0.01608,-0.011568,-0.027764,-0.062059,0.018286,-0.017647,0.008996,0.060994,-0.035894,-0.048098,0.02624,-0.025934,-0.008948,0.00185,-0.013717,0.000745,-0.005143,-0.01182,-0.05387,-0.03964,-0.023605,0.066369,0.011169,-0.018758,-0.020807,-0.005903,0.019818,0.068834,0.03163,0.009216,-0.01854,-0.036922,0.007196,-0.005373,-0.03288,0.020262,0.019329,0.018915,-0.020339,-0.00472,-0.000064,0.041117,0.128494,0.049933,0.007792,-0.001109,0.014429,-0.005346,0.002898,-0.030374,-0.055206,-0.017216,0.000816,0.005543,-0.005539,-0.01523,-0.012912,-0.014282,0.024553,0.011197,-0.0363,-0.070542,0.021975,0.033433,-0.011325,0.022063,0.031104,-0.02824,-0.030382,-0.00408,0.03022,0.018491,0.01069,0.000846,0.021361,0.008478,0.00678,-0.046531,0.000367,-0.052621,-0.016771,0.024106,0.039162,-0.010802,-0.03485,-0.020032,0.046097,-0.000357,-0.030732,0.006884,0.018153,-0.015492,0.014611,-0.027708,-0.014652,-0.023235,0.025273,-0.010124,0.026527,0.019029,-0.011574,0.010595,0.010981,0.005551,-0.010737,-0.006986,0.03187,-0.044912,-0.055626,0.00514,-0.003131,0.002118,0.060166,0.028277,-0.011879,-0.034637,0.008305,-0.012476,0.011076,-0.012991,-0.037608,-0.028327,0.009772,-0.042427,0.013632,0.034658,-0.016907,0.03835,-0.023851,-0.031081,-0.020926,-0.040592,0.002728,-0.007343,-0.005899,-0.012389,0.013817,0.024077,0.034606,-0.017281,-0.016245,-0.003523,0.031969,0.016274,-0.032597,-0.015874,0.01705,0.004646,0.016089,0.016845,-0.009023,0.01601,-0.012085,0.02148,-0.005459,-0.021334,-0.046755,-0.025642,0.020756,0.017893,-0.0022,0.068504,0.026353,-0.041728,0.0251,-0.011629,-0.031332,-0.005207,0.044966,0.033289,0.004771,-0.016623,0.004671,0.020008,-0.021741,-0.018077,-0.052463,0.000257,0.007856,-0.006996,0.003463,0.001522,-0.026531,0.004802,-0.006495,-0.012544,-0.027261,0.028373,-0.029507,-0.0084,-0.011273,-0.024278,-0.013925,0.057754,-0.013846,0.00244,-0.014866,-0.021618,-0.02922,-0.002217,0.003779,0.017898,0.022877,0.007185,-0.066282,-0.036377,0.027411,0.057063,0.047736,-0.012433,0.010404,-0.019151,-0.026509,-0.009087,0.072636,0.007373,-0.038915,-0.006116,0.029272,-0.010234,0.011196,0.054983,-0.038189,-0.011178,-0.000683,-0.015315,0.111441,0.006099,0.004212,-0.026335,-0.016185,-0.021927,0.018953,0.042499,-0.011274,0.004518,-0.015024,-0.029858,-0.037432,0.045303,-0.017586,-0.006958,0.034795,-0.00192,-0.008341,0.003116,0.080789,-0.003387,-0.015685,-0.034599,-0.001554,-0.003398,0.003823,-0.026714,0.015165,0.001502,0.043442,0.022821,0.032427,0.008337,-0.007452,0.011281,0.020837,0.005925,-0.001337,-0.068979,0.044829,-0.038469,0.02223,-0.000085,0.002994,0.000738,-0.000839,-0.02196,0.014764,0.065436,-0.027541,-0.015553,0.059233,-0.042117,0.02295,0.00085,-0.026745,-0.00992,-0.001896,0.026568,0.027845,0.004823,-0.030673,-0.016586,-0.008609,-0.04342,0.0162,0.027817,-0.051764,0.017575,-0.018482,-0.00307,0.004001,-0.003471,-0.004923,-0.016579,0.009705,-0.015691,0.002639,0.017724,0.725091,-0.014117,0.020703,0.017417,0.046289,-0.020453,0.015722,0.011623,0.017297,0.012689,-0.006458,-0.025823,0.000101,0.058707,-0.004911,-0.020405,0.001858,-0.047009,0.019782,-0.019516,-0.026759,-0.021733,0.039399,0.006924,0.016815,0.021343,0.015123,-0.047896,0.023634,0.028406,-0.028851,0.005239,-0.037899,0.005047,0.006496,0.008057,-0.032549,0.022013,0.011065,-0.060546,0.007646,0.016306,-0.013394,-0.015894,-0.022958,-0.04964,0.00261,0.007398,-0.005924,-0.028589,-0.001224,0.037809,-0.004495,0.082911,0.012921,-0.005333,0.010016,-0.026162,0.011446,-0.00384,0.00707,0.012975,-0.013937,0.037341,-0.00154,-0.054586,0.010216,0.010488,0.022965,-0.011143,0.049935,-0.09009,0.02055,0.015754,0.018438,-0.003509,0.018917,-0.004102,0.001768,-0.017314,0.022405,-0.071412,0.0185,0.019422,-0.000485,0.009297,-0.034428,0.008189,0.01583,-0.021775,-0.039384,0.01931,-0.003731,-0.026688,0.011254,-0.014712,-0.015318,0.033283,0.00562,0.004081,0.011205,0.015275,-0.005885,-0.000659,-0.070471,-0.007322,0.010506,0.005912,0.007508,0.014369,0.011015,0.00485,-0.013842,-0.0289,0.00658,-0.006557,0.025394,0.003783,0.005971,0.013675,-0.009868,-0.003809,0.005302,-0.005764,0.028627,-0.04322,-0.036875,0.050528,0.013116,-0.013961,-0.022383,0.00477,-0.020295,-0.000816,-0.018271,-0.011262,-0.01415,0.018899,0.02175,0.037552,-0.002913,0.013762,0.004074,0.00869,0.02288,0.008311,0.028057,0.04571,-0.009043,0.002733,0.010162,0.150789,0.012002,-0.024291,-0.011667,0.010509,0.006144,0.00935,-0.022549,-0.021267,0.050987,-0.002906,0.036098,0.028308,-0.013612,0.006934,0.061304,-0.009697,0.021323,-0.001635,-0.022373,0.000033,0.029043,-0.219989,-0.004842,-0.032106,0.013666,0.01362,-0.020418,0.014888,-0.009429,-0.014841,-0.026048,-0.0192,-0.019878,-0.035094,-0.003393,-0.001085,-0.012183,0.047212,-0.041122,0.000173,0.011611,0.03827,0.071222,-0.017443,0.099235,0.020807,0.011222,0.003696,0.017483,0.019891,-0.005435,0.006036,0.017868,-0.001468,-0.043362,-0.00373,-0.006365,-0.022054,0.032871,-0.032134,0.012822,0.034049,0.015081,-0.014094,-0.007246,-0.004369,0.010575,0.012946,-0.00653,-0.028522,0.010814,0.014921,-0.030808,-0.020062,-0.017774,0.045446,-0.008201,-0.007994,0.013909,-0.043145,0.003853,0.020133,0.009021,-0.009016,-0.010854,-0.048636,0.019593,-0.009789,-0.038396,0.023868,0.006371,0.022602,0.007606,0.012935,0.038061,0.028809,0.14958,0.03202,0.021409,-0.001755,0.017697,-0.005503,0.007424,-0.009843,-0.035766,-0.031251,0.005481,-0.006741,0.011265,0.01483,-0.020656,-0.027321,0.048223,0.009967,-0.025481,-0.064855,0.028408,0.023408,0.015389,0.002387,0.029396,-0.004678,-0.001114,0.005158,0.010427,0.018232,0.026622,0.026944,0.008832,-0.006882,0.002304,-0.000161,0.009693,-0.021778,-0.010468,-0.025059,0.032003,-0.01338,-0.004738,-0.019376,0.026471,-0.0024,-0.046251,0.000168,0.01342,-0.008441,0.038329,-0.015963,0.013655,-0.025502,0.003285,0.006322,0.001489,0.002303,-0.020117,-0.026674,-0.003207,0.008028,-0.041808,-0.022916,0.021423,-0.050593,-0.111375,-0.003276,-0.001189,-0.015266,0.030713,0.032813,-0.0041,-0.075833,0.035514,-0.026706,0.015813,0.017675,-0.02605,-0.004753,0.024728,-0.004079,0.028979,0.038383,-0.016711,0.000511,-0.013157,0.017399,0.00211,-0.013501,0.024671,-0.019694,-0.005663,-0.005705,0.031099,0.026359,0.017937,-0.038223,0.007498,0.000534,0.01295,0.020666,-0.001775,0.010116,0.010129,0.02324,0.035173,-0.019287,-0.028955,0.010864,-0.021648,0.009586,-0.009096,-0.023333,-0.040174,0.009833,-0.013503,0.028702,0.010878,0.121811,0.010636,-0.020727,0.035195,0.0112,-0.017328,-0.025478,0.029102,0.018823,-0.007843,-0.018058,-0.005219,0.008691,-0.014022,-0.022459,-0.017343,-0.026852,-0.016432,-0.028278,0.005461,0.007162,-0.005557,0.008361,0.012485,0.009167,-0.011855,0.028049,-0.01998,-0.020028,-0.018898,-0.013302,-0.011677,0.017825,-0.015455,0.00348,-0.016746,0.002949,-0.023854,-0.038814,0.00063,-0.003142,-0.003922,0.019756,-0.039016,-0.015149,0.031592,0.025924,0.028868,-0.023775,0.01403,0.016559,-0.017199,-0.015077,0.016376,0.035319,-0.01704,-0.013521,0.021919,-0.032292,-0.015308,0.021996,-0.012414,-0.00639,0.017668,-0.00868,0.108751,0.00104,0.000994,0.003573,-0.020884,0.007937,0.044293,0.046856,-0.034065,-0.023006,-0.003723,-0.022902,-0.016159,0.032927,-0.008036,-0.015849,0.0125,-0.013258,-0.004324,-0.023749,0.11337,0.013759,0.00495,-0.007142,0.013798,0.002133,0.01152,0.012471,0.006161,0.02025,0.011411,0.043723,-0.009928,-0.009493,0.013237,0.034993,-0.01525,0.007772,0.015182,0.00022,0.016664,-0.040844,-0.006808,-0.039938,0.026195,0.007754,0.004362,0.009372,0.00213,0.083863,-0.003883,-0.021573,0.027825,-0.012018,0.009691,0.017695,-0.005796,-0.011188,-0.001803,-0.004899,0.044573,0.020333,0.007543,-0.012927,-0.004715,-0.023982,-0.011912,0.038681,-0.020336,0.011851,-0.011815,-0.014894,0.015614,0.024715,-0.006085,-0.003467,-0.003856,-0.010084,0.010179,0.006761,0.762016,-0.018515,0.033362,0.000897,0.006364,-0.00273,0.003382,-0.014635,0.008609,-0.017134,0.024714,-0.003336,0.004094,0.022436,0.034211,-0.015118,0.029924,-0.003351,0.019952,-0.03171,-0.015326,-0.036647,0.03276,0.020171,0.013842,0.072014,0.00817,-0.013123,0.000874,0.033735,0.002567,-0.020472,-0.03774,-0.018428,-0.015352,0.014232,-0.014274,0.016005,-0.0069,-0.067903,-0.004311,-0.002746,0.013158,-0.015719,0.015153,-0.023374,0.035776,0.004186,0.012329,0.006945,0.00421,-0.006254,-0.015381,0.038295,-0.013624,-0.020794,0.009646,-0.045783,0.008733,0.013478,0.020393,-0.008965,-0.025029,0.064332,0.02803,0.060803,0.013498,-0.005547,0.025348,0.029044,0.047906,-0.098184,0.050198,0.0046,-0.034171,0.03741,0.014457,-0.019509,-0.017779,0.013673,0.046233,-0.079808,-0.007888,0.03223,-0.021539,0.005039,-0.010806,0.015667,0.009307,-0.030662,-0.041779,0.001092,0.009364,-0.001653,0.03856,0.000245,-0.039183,0.030937,0.019164,-0.003078,0.000752,0.006076,0.014236,0.014821,-0.072133,-0.003813,-0.004045,-0.017138,0.001065,0.053872,0.066438,0.020184,-0.027778,-0.000149,-0.007296,0.029914,0.039883,0.005195,-0.050911,-0.002384,0.0302,-0.011183,-0.024214,0.000822,0.024019,-0.039313,-0.024754,0.062699,-0.015322,-0.011244,-0.01927,-0.002379,-0.032471,-0.02202,0.007988,-0.048434,-0.013713,0.001163,0.015006,-0.013768,0.02604,0.009772,-0.014187,0.014116,-0.021015,-0.014442,0.038645,0.013283,0.026714,-0.017637,0.023695,0.151215,0.024134,-0.017097,-0.041898,-0.028592,0.014367,-0.007991,-0.028901,0.014565,0.050845,0.019842,-0.01515,0.010513,0.022016,-0.000639,0.052487,-0.00597,-0.004767,0.004151,0.000163,-0.005416,0.019012,-0.248638,-0.025562,-0.009432,0.039021,-0.018795,-0.011627,0.012128,-0.010629,0.016049,-0.05474,-0.009448,-0.034784,-0.024171,-0.033847,-0.034022,-0.021176,0.067498,-0.035024,0.001877,-0.02919,0.025854,0.065185,-0.010271,0.107027,0.01889,0.03883,0.037525,0.010247,0.034404,-0.013835,0.008872,0.010778,-0.016766,-0.041057,-0.009565,-0.003357,-0.023684,0.009563,-0.003591,0.018433,0.001252,-0.016102,-0.036149,-0.028666,-0.022114,-0.02641,-0.011749,-0.017914,-0.012345,-0.01044,0.023321,0.007041,0.025311,-0.01306,0.033407,0.031172,0.019533,0.005107,-0.01207,0.05312,0.016972,-0.006313,0.02011,-0.013734,-0.065361,-0.011599,0.026499,-0.043258,0.028393,0.004486,0.0161,-0.034422,0.028554,0.006877,-0.010926,0.132499,-0.023415,0.056631,0.007582,0.019802,-0.020528,0.023767,0.023817,-0.02361,-0.022883,0.019316,0.009871,0.000641,0.013003,-0.022283,-0.034693,0.049991,-0.010716,0.014444,-0.021627,0.078589,0.055328,0.041148,-0.00382,0.011105,-0.032294,0.014577,0.043314,0.012824,0.018608,0.008284,0.02354,-0.00857,0.001325,0.006682,-0.012548,0.076184,-0.036185,0.017679,-0.015622,0.030721,0.004415,0.018885,-0.037586,0.045728,0.012077,-0.022319,-0.003638,0.006812,-0.049739,0.043678,-0.045224,0.015106,0.012246,0.019673,-0.003963,-0.011569,0.013176,-0.02065,0.030866,-0.019435,0.019773,0.001378,-0.020605,-0.000703,-0.02458,-0.11964,-0.001188,-0.008425,0.010798,0.034596,0.013301,0.019134,-0.021242,0.036487,0.021895,0.00192,0.007562,-0.035483,-0.02479,0.019254,-0.031086,0.053341,0.05344,0.007996,-0.006271,0.004031,0.028296,-0.028285,-0.052211,-0.010401,-0.021284,-0.005779,-0.019203,-0.001036,-0.006235,0.029396,-0.025192,-0.026219,-0.011588,0.027166,0.013473,-0.009337,0.023868,0.015052,-0.022025,0.011386,0.024787,-0.042085,-0.018654,-0.041793,0.05936,-0.014884,-0.051724,-0.045233,0.023086,-0.024243,-0.011743,-0.018108,0.058378,-0.001868,-0.03932,0.02374,-0.00798,-0.031655,-0.021473,0.049315,0.01383,0.017298,-0.028334,-0.021674,0.048415,-0.03655,0.020181,-0.029161,0.006653,-0.007693,-0.014477,0.019762,-0.010816,-0.018504,0.022773,-0.022244,-0.022014,0.016778,0.01369,-0.003404,-0.012173,-0.048427,-0.016763,0.032808,0.031269,-0.058979,-0.012612,-0.000337,0.04419,0.019258,-0.030975,-0.001524,0.025959,-0.030054,0.007046,-0.02061,0.016462,0.054894,0.042609,0.032363,0.003298,0.02543,0.03779,-0.028588,-0.017404,-0.014839,0.012049,0.001365,-0.04818,0.009856,0.002234,0.015473,0.026406,0.012336,0.031323,-0.009285,0.021624,0.104777,-0.020533,-0.004284,0.003249,-0.062475,0.018677,0.056934,0.031635,-0.016922,0.01912,-0.000746,-0.033152,-0.028214,0.025605,0.006525,0.037565,-0.026585,-0.005352,-0.002908,-0.038902,0.111493,-0.000254,-0.000321,-0.010411,0.015955,0.016319,0.009104,-0.018194,0.000721,-0.009309,0.047353,-0.002875,-0.030303,0.012067,0.034012,0.048599,-0.018751,0.010352,-0.016548,0.001074,0.032924,-0.030059,0.015547,0.008969,0.017988,0.027197,0.010739,0.003422,-0.006738,0.054534,0.008274,0.010457,0.070926,-0.030452,-0.002057,0.013434,0.030879,-0.023139,0.017653,-0.028866,0.002978,-0.001895,-0.006727,-0.030828,0.017296,-0.079754,-0.010833,0.029375,0.005219,-0.016839,-0.008504,-0.01415,0.003768,0.00065,-0.002848,0.046413,-0.007725,-0.019922,0.008147,0.015056,0.685236,0.004947,0.036299,-0.002888,0.011401,0.02584,0.025672,-0.029426,-0.017844,-0.009699,-0.022444,-0.007056,0.004327,0.022155,0.012833,0.020881,0.01094,0.00379,0.009604,-0.023501,0.02408,-0.02476,0.068669,0.063047,-0.005844,0.05147,-0.008215,-0.045243,-0.000612,0.048898,0.000849,-0.007781,-0.03584,-0.005779,-0.002604,0.031838,-0.001345,-0.003408,0.034514,-0.068873,0.004436,-0.004023,0.056085,-0.023264,0.016095,-0.026218,-0.028576,0.015153,0.026647,-0.017937,0.014059,0.017226,0.018259,0.054724,0.009175,-0.015158,0.012277,-0.004165,-0.013393,0.008688,0.01877,0.004462,0.000488,0.053203,0.032709,0.037152,0.008341,-0.01209,0.031874,0.011686,0.013184,-0.086436,0.048265,0.0493,-0.002394,-0.009534,-0.001873,-0.043271,-0.020369,-0.008243,0.00953,-0.06249,0.001778,0.01482,0.001433,-0.007321,-0.056373,-0.027245,0.00435,-0.011254,-0.046117,0.012672,0.002538,-0.024309,0.046954,0.003484,0.005561,0.023864,0.01785,0.008959,0.026683,0.003406,0.009655,-0.013016,-0.041869,0.027436,0.006855,0.016868,0.030279,0.064088,-0.005931,0.001311,0.005841,0.012707,0.004079,0.006781,0.000602,0.018436,-0.010793,0.031784,0.013334,0.001558,-0.017833,-0.015601,0.013374,-0.047501,-0.025128,0.018563,0.035954,-0.034996,0.007108,0.000214,-0.036967,-0.003409,-0.037132,-0.003392,-0.029725,-0.022003,0.031025,0.005421,0.003606,0.017298,0.022689,-0.010787,0.017271,0.004032,0.046325,0.011167,-0.020713,-0.042865,0.02592,0.114785,0.033094,0.00692,0.02328,0.006685,0.016991,0.016215,-0.058317,-0.008876,0.083279,0.020691,0.044372,0.015789,-0.021951,0.034577,0.047641,0.022906,-0.004887,-0.001192,0.005305,-0.032978,0.03083,-0.174735,-0.000827,-0.050915,-0.002725,-0.00476,-0.005558,0.009762,-0.001029,0.010701,-0.05773,-0.007644,0.002767,-0.030879,-0.002378,0.027738,-0.011411,0.068789,-0.037625,0.010116,-0.01414,0.037575,0.091275,-0.013785,0.045642,0.035436,0.039873,-0.005127,0.008312,0.001673,-0.017871,-0.020297,0.038389,0.000837,-0.042999,-0.008774,0.006667,0.012696,0.071786,-0.013329,0.039376,0.013535,0.004829,-0.037787,0.007439,-0.003558,-0.011798,0.006833,-0.012366,-0.022601,0.017356,0.009291,-0.013912,-0.006783,-0.027003,0.029896,0.023336,0.021892,0.011854,-0.008559,0.024177,0.015159,0.025206,-0.018259,0.016227,-0.042069,0.007459,-0.007151,-0.042867,-0.00343,-0.007054,0.028748,-0.02857,0.008587,0.036146,0.032049,0.162223,0.024752,0.052758,0.013166,-0.024684,-0.012431,0.001038,0.020049,-0.015432,-0.040987,-0.000907,0.009578,0.006144,0.012308,-0.043952,-0.03783,0.07713,0.021395,-0.03205,-0.062926,0.031737,0.072333,0.014957,0.010522,0.007138,-0.0064,-0.004599,0.033768,0.018017,-0.003812,0.047466,0.086889,0.000781,0.004255,0.015822,-0.04711,0.02911,-0.010498,0.00502,-0.022361,0.029473,-0.001363,-0.009061,-0.048605,0.024498,-0.03102,-0.068585,-0.014258,0.00782,-0.053012,-0.001656,-0.001774,-0.005921,-0.046321,0.028467,-0.000457,0.034123,-0.011393,-0.00663,0.002646,0.021673,0.035623,-0.002585,-0.013106,0.065385,-0.009568,-0.115714,0.012867,0.007809,-0.009368,0.043955,0.064109,-0.011655,-0.063371,0.035604,-0.07015,0.067865,0.01215,-0.032102,-0.035929,0.02077,0.019991,0.025736,0.001315,-0.020941,-0.014924,-0.006319,0.01686,-0.013705,-0.031907,0.033915,-0.012246,-0.013229,-0.016182,0.001107,0.006502,0.034458,0.003668,-0.016978,-0.012391,0.024837,0.027923,0.036666,-0.010088,-0.003183,0.000527,0.033012,0.0077,-0.004264,-0.021661,-0.016313,-0.010585,-0.003181,-0.04033,-0.032556,0.012524,0.003392,0.00809,0.015938,0.06168,0.020579,-0.033807,0.049477,0.028341,-0.015401,-0.005647,0.025247,-0.01334,-0.011327,-0.027461,-0.00108,-0.004963,-0.00453,-0.027857,0.008902,-0.047118,0.017499,-0.003431,0.013636,0.01797,0.002932,0.013795,0.005797,0.024026,0.044721,0.000244,0.022669,-0.022493,-0.050265,-0.018669,0.021678,0.083711,-0.026378,-0.019167,-0.006551,0.016469,-0.045045,-0.066766,-0.011679,0.019221,-0.005676,-0.006199,-0.005929,0.006472,0.012271,0.032118,0.041198,-0.014196,0.004269,0.036029,-0.030812,0.00899,0.043684,0.028718,-0.022284,-0.048705,0.027058,-0.026623,-0.010855,0.028024,-0.018741,0.030745,0.018606,0.023477,0.109735,-0.011166,-0.004662,0.023544,-0.033713,-0.003962,0.054702,0.024465,-0.02159,0.028611,-0.014863,-0.026005,-0.016175,0.038308,0.051186,-0.001514,-0.03177,-0.007739,-0.009272,-0.054368,0.121503,0.020344,0.003476,-0.035122,0.002488,-0.020918,-0.025225,0.001095,0.0273,0.009728,0.054515,0.045878,-0.029792,-0.02107,-0.000074,0.052958,-0.034904,0.020251,-0.03056,-0.002852,0.035189,-0.031274,0.034738,-0.013659,0.037268,0.043896,-0.000889,-0.003017,-0.033727,0.063474,0.037796,-0.040698,0.048131,-0.000375,0.001093,0.00422,0.042591,-0.017111,-0.003083,-0.004795,0.016516,0.030319,-0.002327,-0.013154,-0.017932,-0.058757,0.002986,0.039249,-0.018981,0.022906,-0.009976,-0.002046,0.049802,-0.000952,0.040354,-0.02409,-0.00827,-0.031527,0.004495,0.032965,0.6863,-0.00606,0.056091,-0.003698,-0.019477,0.01873,0.009452,-0.024625,-0.009241,-0.020735,-0.013321,-0.013502,-0.001387,0.035483,0.032336,-0.019812,0.044199,0.016058,0.011563,-0.056273,-0.008963,-0.014757,0.060464,0.03772,0.028056,0.07776,0.003763,0.002449,-0.000433,0.035419,-0.000933,-0.027474,-0.055438,-0.044012,0.010399,-0.014698,-0.002642,0.042899,0.00727,-0.07177,-0.023985,-0.020494,0.036082,0.011806,0.010635,-0.018105,0.025761,0.017443,0.009502,0.014636,0.004099,-0.015178,0.039526,0.04451,-0.00272,-0.006532,0.005371,-0.014593,0.019331,-0.002133,-0.015388,0.009987,-0.042935,0.043715,0.005615,0.04197,0.02814,0.015647,0.027899,0.032034,0.071131,-0.10244,0.016835,0.016856,0.009751,-0.006474,0.007883,0.041871,0.014921,-0.03577,0.00709,-0.053172,0.02727,0.042303,0.03391,-0.008505,-0.053823,0.018144,0.008571,-0.026115,-0.06441,0.003063,-0.017475,-0.056359,0.015902,-0.003968,0.012255,0.036614,0.017629,0.005507,0.071327,0.003654,0.013298,0.02757,-0.028836,0.004606,0.002398,-0.008187,0.022348,0.069106,0.039516,0.009147,-0.008007,0.015266,-0.002377,0.025665,0.021556,0.001406,0.006685,0.0289,0.031421,0.022596,0.008749,-0.019269,-0.001294,-0.068219,-0.025817,0.036329,0.007979,-0.006359,0.040165,-0.01616,-0.034842,-0.005371,0.001156,-0.033863,0.027792,-0.009134,0.019333,-0.000279,0.000209,0.003649,0.001865,0.016984,0.002324,-0.001801,-0.009082,-0.018459,-0.006662,-0.008424,0.008445,0.091491,-0.009379,-0.01194,0.034141,-0.000643,-0.006004,0.015017,-0.023371,-0.016829,-0.002101,0.050581,0.009589,0.036547,-0.012515,0.014185,0.046477,0.026512,0.050541,-0.003555,0.000507,-0.018209,0.031877,-0.189166,0.005885,-0.048991,0.019659,0.006729,-0.010818,0.009369,-0.053517,-0.017939,-0.014009,-0.000113,-0.032804,-0.052799,-0.020024,-0.000984,-0.048941,0.025421,-0.031902,0.006566,-0.009109,0.06802,0.102668,-0.048415,0.130753,0.013825,0.00868,0.027508,0.014631,0.010373,-0.020637,-0.014128,0.00029,0.033165,-0.006976,-0.002268,0.000479,-0.005492,0.028769,0.002105,-0.013875,0.008125,-0.006593,-0.001903,0.024374,0.008189,-0.002769,0.023879,-0.021702,0.006158,-0.00983,0.005873,-0.013908,-0.018617,-0.020345,0.057134,-0.008298,0.009604,-0.023292,-0.005249,-0.001967,0.021696,0.036867,-0.008197,-0.056793,-0.022559,-0.009154,-0.006696,-0.045503,0.011453,0.012031,0.019716,0.00458,0.023397,0.031016,0.048682,0.166549,0.010748,0.032516,-0.005517,0.013338,0.009002,-0.001292,-0.009188,-0.018285,0.005784,-0.018749,0.00148,0.013891,0.000934,-0.026183,-0.002202,0.062876,0.029039,-0.007684,-0.05256,-0.037062,0.045851,-0.006805,-0.012622,0.042897,0.000026,-0.046584,-0.005638,0.038866,0.005169,0.044004,0.001232,0.008493,-0.009939,0.00341,-0.015138,0.02705,0.000967,0.002464,0.008898,0.008536,-0.020387,-0.022618,-0.002204,-0.006141,-0.007257,-0.012328,0.006508,0.04814,-0.0273,0.003418,0.003104,0.016009,-0.029949,0.022128,-0.02423,0.03546,-0.0124,-0.016157,-0.009995,0.024041,-0.005247,-0.01971,-0.017955,0.013387,-0.011686,-0.051704,-0.023225,0.001834,-0.013349,0.023848,-0.01082,0.016358,-0.026928,0.015857,0.008873,0.019874,0.024864,-0.022556,0.016126,0.011885,0.009554,0.077071,0.019447,-0.000845,-0.003737,0.010959,-0.031651,-0.022562,0.023815,0.00644,0.000063,0.012182,0.02527,-0.005111,0.02359,0.030712,-0.002254,0.02186,0.012239,0.059228,0.011198,-0.087944,-0.000104,0.036226,0.012242,0.045787,0.023006,-0.017863,-0.021435,-0.015116,0.022074,-0.011899,-0.019165,-0.037393,-0.006433,0.001674,-0.018753,0.024822,0.079999,-0.031858,-0.037604,0.028527,0.046271,-0.008149,-0.030575,0.078235,0.017144,-0.016816,0.016614,-0.023043,0.01947,0.001844,-0.019954,-0.024714,-0.026227,0.011733,-0.070282,0.000312,0.013944,-0.018896,-0.019591,-0.00362,-0.009882,0.031753,0.003047,-0.017949,0.025798,-0.005734,-0.036681,0.025476,0.012117,0.008071,0.013058,-0.000183,0.015731,-0.020962,-0.028196,-0.0286,0.014997,0.02959,0.042911,-0.011469,0.004432,0.033173,0.040866,0.020396,0.004151,0.047289,0.027378,-0.030545,-0.010353,0.152776,-0.020128,-0.022377,0.006074,0.021893,-0.017617,0.019909,0.038026,-0.002519,0.003319,0.027981,0.006197,0.106455,0.013054,0.022968,-0.022954,-0.002369,-0.011445,0.057889,0.033761,-0.007687,0.011782,-0.004557,0.018946,0.025338,0.033034,0.012243,-0.000141,-0.026328,-0.016593,0.013341,-0.023397,0.082206,0.0411,0.004508,0.015201,-0.0114,0.012771,0.007306,0.012634,0.028367,-0.018413,-0.005365,0.036885,-0.013009,0.01589,-0.024233,0.01852,-0.009567,0.000295,-0.011722,-0.035963,0.020053,-0.021496,-0.003532,-0.020434,0.058518,-0.018822,-0.044965,-0.003435,0.020984,0.055158,-0.03925,-0.010522,0.023851,-0.03806,0.002143,0.034644,-0.000361,0.000179,0.024538,0.029445,0.059626,0.018016,-0.011438,-0.032444,0.02976,-0.046954,-0.004315,0.00192,-0.006745,-0.00461,-0.058758,0.006677,0.005443,-0.001921,0.011782,-0.000132,-0.004874,-0.005114,0.006044,-0.007218,0.720038,0.013426,0.036741,-0.013496,0.040322,0.026156,-0.015308,-0.019129,0.00958,-0.030879,0.006741,-0.011225,-0.024595,0.060198,0.023019,-0.036886,0.013004,-0.002129,0.01452,-0.046704,-0.021006,-0.02413,0.03386,-0.0021,0.007327,0.047782,0.005703,-0.040456,0.008271,0.052723,-0.025306,-0.003364,-0.04762,0.042334,-0.000313,0.006767,-0.010447,0.030433,0.030322,-0.053256,0.00811,-0.013993,0.001588,0.018283,0.002925,-0.01418,-0.001983,-0.018492,-0.01185,-0.001099,0.022142,0.035842,0.001733,0.04706,-0.014193,-0.003802,0.008103,-0.008088,-0.019233,-0.010955,-0.009252,-0.007652,0.002911,0.029655,0.025372,-0.014136,-0.00391,0.002547,0.01313,0.01574,0.024955,-0.108117,0.014094,0.021644,-0.01579,-0.025528,0.047585,0.005237,0.031115,-0.042727,0.004702,-0.078833,0.06784,0.023262,-0.013772,0.010525,-0.030728,-0.024066,0.015738,-0.005188,-0.043031,0.001123,-0.04363,-0.008665,0.040989,-0.002483,-0.006448,0.064653,-0.02266,-0.00678,0.032152,0.038986,-0.009004,-0.010957,-0.018927,-0.019414,-0.000139,0.029234,0.020715,0.069356,0.029995,-0.016166,0.019296,-0.030127,-0.022241,0.025773,0.015699,-0.020244,0.030896,0.010701,0.004667,-0.023995,0.00927,-0.013199,0.012701,-0.043514,-0.040185,0.020708,-0.028783,0.001,-0.050749,0.035589,-0.029768,0.013047,-0.047968,-0.031687,-0.017244,0.009062,0.031169,-0.004415,-0.006583,0.023199,0.045467,0.024531,-0.054895,-0.020532,-0.006011,0.041153,-0.001093,-0.03727,0.008325,0.17957,-0.041441,-0.00821,-0.007167,0.041118,0.026688,0.028715,-0.030719,0.016333,0.043191,0.035638,0.012604,-0.048968,0.013122,-0.003055,0.033071,0.027315,0.008453,-0.036675,0.019816,-0.002911,0.021225,-0.09044,0.015234,-0.019523,0.011219,0.047763,0.002013,0.021927,-0.013279,-0.020112,-0.072457,-0.053636,-0.026624,-0.028643,0.004325,-0.011345,-0.006771,0.061774,-0.010975,0.034198,0.00388,0.072333,0.050867,-0.043905,0.100727,-0.007072,-0.037277,0.04277,0.007889,0.014596,0.006701,-0.01892,0.034908,0.034993,0.031571,-0.007249,0.027787,-0.040061,0.045402,-0.018296,0.056803,0.08019,0.012069,0.001243,0.007813,-0.003388,0.000763,-0.004578,-0.019472,0.032327,-0.033236,0.000915,-0.007165,0.01426,-0.012644,0.008261,0.019221,-0.031898,-0.014656,-0.01338,0.031901,-0.045206,0.021343,0.009438,0.020682,-0.040872,-0.029364,0.006224,-0.036965,-0.004604,-0.015047,0.045782,-0.014542,0.034464,-0.024784,-0.004491,0.087475,-0.007425,0.061236,0.009054,0.009519,-0.015312,0.018833,-0.011836,-0.01872,-0.004544,0.018868,0.051949,0.061325,0.017375,0.012353,-0.021026,0.018997,0.018064,-0.008936,-0.115918,-0.018794,0.077222,0.026186,0.042031,0.001015,0.023243,-0.015135,-0.018558,0.001942,0.004893,0.022673,0.049033,0.00527,-0.016417,-0.007466,-0.011209,0.052528,-0.024568,0.007714,-0.030636,0.058285,-0.024318,-0.051127,-0.033303,-0.017095,-0.040127,-0.031996,0.010584,-0.00949,-0.045525,0.019976,-0.058857,-0.003821,-0.016843,0.0682,-0.007612,0.018548,-0.047685,0.005178,-0.013771,0.006207,0.010926,-0.003552,0.000242,0.050178,-0.017748,-0.00614,0.005267,-0.0008,-0.018362,-0.005805,0.028568,-0.030124,0.038415,-0.015049,-0.036476,0.026704,0.011934,0.01487,0.021371,0.018139,-0.006302,-0.014851,0.086498,0.027217,-0.005923,0.014004,-0.032468,-0.013843,0.01185,0.025522,-0.036709,0.011139,-0.005289,0.059258,0.058711,0.035888,-0.021655,-0.001875,-0.013097,0.000101,0.032196,-0.045461,-0.006448,-0.00286,0.013255,0.001455,0.008334,-0.039723,0.033529,-0.030522,0.023764,0.063678,-0.078615,-0.042123,0.019024,-0.018055,0.004045,0.036449,0.121678,0.004175,-0.01873,0.032106,-0.036189,0.000988,0.020517,0.05515,0.019728,-0.00136,-0.003757,-0.058383,-0.006553,-0.030882,-0.026033,-0.01858,-0.024658,-0.004422,-0.023053,0.00684,0.004792,-0.012796,0.018472,0.037806,0.008608,0.030302,-0.023793,-0.029962,-0.061687,-0.035375,0.00812,0.008868,0.051828,-0.044257,0.019596,0.013339,0.029498,-0.002873,-0.040318,-0.001487,0.005349,-0.018979,-0.003567,-0.023447,0.022133,0.044342,0.043632,0.0116,-0.017017,-0.014505,0.025822,-0.012417,0.015643,0.037241,0.037303,0.008806,-0.032075,-0.006043,-0.014248,-0.052464,0.046594,0.017386,0.033003,0.001204,-0.034059,0.114524,-0.003808,0.041025,-0.017904,-0.06183,0.009174,-0.003858,0.024289,0.012783,-0.021177,0.028605,-0.071312,0.034496,0.007872,-0.05687,0.026777,-0.008946,-0.007762,-0.001035,-0.010801,0.183446,0.033933,-0.038131,-0.0218,0.005412,-0.006603,0.020848,-0.022725,-0.013716,-0.005495,0.074729,0.019807,-0.02545,-0.020805,0.011143,-0.009022,-0.034154,-0.018554,0.00108,0.009581,0.061812,-0.02457,0.042927,-0.02277,0.021711,0.024115,0.014865,-0.000391,-0.019469,0.056246,-0.010398,-0.000072,0.013651,-0.039636,-0.015927,0.005095,-0.010545,0.03211,0.017549,-0.019041,0.016453,0.047278,0.025485,-0.004673,0.026835,-0.057589,0.012315,0.023641,-0.045646,0.042461,-0.02406,-0.0181,0.02081,0.017023,-0.016236,-0.054867,-0.02594,-0.02469,-0.021226,0.040822,0.645838,-0.014309,0.043426,-0.027334,0.006051,0.018842,-0.043225,-0.000391,-0.003368,-0.019261,0.009701,-0.012353,-0.005545,0.037357,0.01244,-0.043695,0.008932,-0.038176,0.014122,-0.024426,0.015806,-0.055937,0.012424,0.072028,0.016189,0.058698,0.005473,-0.039467,-0.005492,0.033665,-0.027919,-0.00402,-0.03901,-0.007608,-0.051614,0.030321,-0.016513,-0.019174,-0.001449,-0.068768,0.009709,-0.015348,0.001102,-0.009047,-0.002717,0.006688,0.027194,0.01892,0.002045,-0.004342,0.035534,-0.011389,0.008585,0.043283,-0.026562,0.006984,0.021043,-0.03227,0.000569,0.031573,-0.013551,0.033338,-0.000767,0.060837,0.020763,0.057376,0.007431,-0.038861,0.027353,0.000688,0.02683,-0.053282,0.051157,0.006266,-0.000102,0.026172,0.005864,-0.019519,-0.015993,-0.003077,-0.01555,-0.068282,0.037071,0.043722,-0.028473,0.031655,-0.010469,0.017528,-0.019311,-0.021041,-0.028762,-0.007398,0.013585,0.000179,0.013623,0.043796,-0.014752,-0.002125,-0.014143,0.010811,-0.001255,0.020489,-0.012903,0.034036,-0.055275,0.005954,-0.020635,-0.017957,0.033005,0.050027,0.018712,0.004093,0.006087,-0.006909,0.031007,-0.003971,0.009944,0.039,-0.001374,0.012828,0.045159,0.004507,0.019756,-0.017695,0.05157,-0.016326,-0.036439,0.021014,0.035605,-0.027077,-0.014936,-0.006624,0.017195,-0.007615,-0.023379,-0.0639,-0.026083,-0.009646,-0.013304,-0.013921,0.03221,0.003524,0.019748,0.004036,-0.01094,0.04779,0.040261,-0.005572,0.013187,0.007765,-0.012467,0.172111,-0.026806,0.009723,-0.005521,-0.015637,0.024736,0.004093,-0.030475,-0.026537,-0.014433,0.049749,0.001471,0.056055,-0.028483,-0.032453,0.072079,-0.013836,0.029269,0.004506,-0.005263,0.013916,-0.022656,-0.268182,-0.042371,-0.008695,0.011363,-0.013256,-0.013794,0.01934,-0.003598,0.025547,-0.028414,0.0387,-0.019665,-0.033614,-0.034597,-0.014366,0.003949,0.052952,-0.007784,-0.011851,-0.026198,0.052516,0.094403,-0.026374,0.109189,0.014407,-0.005325,0.005174,0.006323,-0.022256,0.003235,0.01885,0.05354,-0.01358,-0.003757,0.004537,0.044901,-0.000017,-0.000553,-0.038775,0.021079,0.008686,0.00807,0.0002,0.022745,0.009573,-0.013816,0.01187,-0.028563,-0.009589,-0.007251,-0.007099,-0.031135,0.030302,0.020151,0.045232,0.006994,-0.000791,-0.00994,-0.046946,0.051748,0.039821,0.028929,0.0071,0.00895,-0.046609,0.012826,-0.000687,0.00064,-0.008838,0.006581,0.017336,-0.006193,0.021326,-0.003216,0.036244,0.075882,0.010512,0.065141,-0.02246,0.029406,-0.012001,-0.03026,0.017283,-0.017341,-0.054865,0.017363,0.005212,-0.03613,0.010917,0.009253,0.00111,0.085961,0.038327,-0.023207,-0.049109,0.046928,0.022735,0.016526,0.008764,0.029686,-0.049385,-0.008476,0.019261,0.017238,0.012803,0.031708,-0.002132,0.001834,0.015706,0.013136,-0.029347,-0.028057,-0.017348,0.023345,0.00267,0.021404,-0.007099,0.000885,0.007952,0.04358,-0.002551,-0.033008,0.03348,-0.008671,-0.002245,0.035625,0.03935,0.009219,-0.028768,0.002081,0.003369,-0.009818,-0.008781,0.01175,-0.018992,-0.008833,0.008311,0.009138,0.011783,-0.018303,-0.026034,-0.147649,-0.017102,-0.012609,-0.027648,-0.014123,-0.013896,0.010482,-0.014614,0.010904,-0.032407,-0.129116,-0.011639,-0.011526,-0.028594,-0.038587,-0.002168,0.008907,0.013717,0.003405,0.042939,-0.00215,0.023435,-0.014743,-0.016454,0.049168,0.003944,-0.017366,-0.008151,-0.0001,-0.043388,-0.026704,-0.043211,-0.028391,-0.005861,0.019424,-0.030572,-0.014834,0.018318,0.019086,0.004291,0.020007,-0.024718,-0.0097,0.032724,0.009153,0.027846,-0.004797,-0.006574,-0.050215,0.005005,-0.022628,0.042504,0.003097,-0.024619,0.063052,-0.019407,0.030119,-0.002641,0.005912,0.006244,0.004892,-0.005235,0.0012,0.017781,-0.045187,0.026502,-0.043754,-0.017403,-0.023455,0.041546,0.005694,-0.036148,-0.020704,0.001008,0.029312,0.016584,0.050169,-0.000295,0.01247,-0.013388,-0.006813,-0.047598,-0.028025,-0.001841,-0.007593,0.031402,0.000954,-0.000942,-0.01218,-0.010143,-0.005634,-0.014127,-0.013381,0.020768,0.026328,0.006781,-0.005332,0.006149,0.016711,0.030921,0.032065,0.002335,-0.001633,-0.018476,-0.023805,0.001165,-0.085009,-0.014517,-0.034389,-0.03262,0.011903,-0.001562,0.019595,0.047273,-0.03132,-0.036702,0.004162,0.036339,0.097153,0.015017,0.029207,-0.004214,0.001371,0.048152,0.069143,0.016293,-0.017975,-0.032531,0.032526,-0.040779,-0.023467,0.036971,0.028599,-0.037777,-0.004783,-0.038389,0.007239,-0.03676,0.036509,-0.003016,-0.00854,-0.02251,0.038753,-0.014493,0.026602,0.02929,-0.035236,-0.04362,0.019728,0.013647,0.006934,0.04933,-0.015948,0.000771,-0.01228,-0.040552,-0.003253,0.015826,0.01797,-0.024602,-0.00507,-0.012602,0.013228,0.029386,0.000882,0.000933,0.042627,0.04529,-0.001498,0.021626,0.014026,-0.004506,0.0146,0.005165,-0.025755,0.019713,-0.000062,-0.023199,-0.014031,0.022779,0.053673,-0.068815,-0.008425,-0.013742,0.042108,0.016998,-0.035441,0.016066,-0.012733,-0.012597,-0.015573,0.019084,-0.013564,0.025169,0.021816,-0.011756,-0.004202,0.011183,0.69619,-0.001603,0.014146,-0.034905,-0.015487,0.026729,0.015317,0.004742,-0.028731,-0.010085,0.039201,-0.019017,0.009288,0.018615,-0.008842,0.011337,-0.015281,-0.02114,-0.005718,0.005155,0.008454,-0.029648,0.032254,0.053764,-0.002516,0.05662,-0.036977,0.004134,-0.030318,0.004747,-0.001026,-0.015312,-0.021542,0.022947,-0.030473,-0.017021,0.018836,0.010327,-0.020032,-0.07396,0.011164,-0.006306,0.049495,-0.007489,0.033512,-0.011434,0.029514,-0.00813,0.011193,0.015993,-0.01364,0.024321,-0.006246,0.052012,0.018793,-0.013132,0.009783,-0.02254,-0.02843,0.004736,0.005345,-0.002748,0.009523,0.057359,0.031948,0.069065,-0.029057,-0.01871,0.019937,0.014102,0.091428,-0.072883,0.006627,0.031362,0.00978,-0.00074,0.010116,0.004718,-0.005815,-0.024433,-0.000804,-0.061034,0.051845,0.045028,0.022051,0.023173,-0.050396,0.007015,-0.012244,-0.005415,-0.022832,0.015869,0.010283,-0.003229,0.031239,-0.010868,0.003319,0.043864,-0.009156,0.000198,0.018023,0.027253,0.012322,-0.02642,-0.040349,0.001931,0.010507,0.017756,-0.045689,0.0827,0.009124,-0.034529,-0.017115,-0.013504,-0.006568,-0.021884,0.026933,-0.013542,0.005685,-0.01211,-0.038521,0.008426,0.007207,0.021591,0.022099,-0.057114,-0.026424,0.061505,-0.00144,0.019058,-0.016692,-0.001771,-0.006956,-0.008832,-0.029349,-0.017557,-0.023944,-0.007523,0.044205,0.015164,-0.025194,0.031827,0.012195,0.00686,0.014524,0.01333,0.007647,0.025156,0.014108,0.001947,0.009385,0.08817,0.006079,-0.001353,-0.039451,0.029418,-0.00998,0.020973,-0.016748,-0.007968,0.04332,0.0242,0.030277,0.042867,-0.025275,-0.001431,0.058604,0.003952,0.029839,-0.008995,-0.010555,0.004977,0.02769,-0.153286,0.041794,-0.029417,0.017738,0.032867,-0.026418,0.014418,-0.017384,-0.024755,0.005607,0.002338,-0.002684,-0.02972,-0.002748,-0.014369,-0.026457,0.038666,-0.061845,0.011473,0.012374,0.089683,0.117999,-0.052004,0.02154,0.032985,0.009496,0.005006,0.010217,0.029104,-0.023294,-0.002762,0.011872,-0.021777,-0.073369,-0.00471,-0.036803,-0.004941,0.037752,-0.040477,-0.000527,0.037718,-0.009775,-0.00454,0.028842,0.013219,0.004623,0.018308,0.012886,-0.025022,-0.001118,-0.006455,-0.049693,-0.021251,-0.010055,0.032706,-0.026937,0.008926,-0.008377,0.008131,0.019481,-0.003032,0.024175,0.033578,-0.022209,-0.036163,0.0169,0.01893,-0.037143,0.026603,0.010176,0.003886,0.017462,0.027982,0.049944,-0.003559,0.185818,0.044546,0.019983,-0.010179,0.039743,0.012215,0.031165,0.006947,-0.023943,-0.001915,0.00883,-0.013412,0.040305,0.013802,-0.024527,-0.04854,0.080815,0.027597,-0.010237,-0.073731,0.024007,0.016218,0.028678,0.014007,0.017173,-0.002928,-0.024682,-0.012147,-0.0019,0.02374,0.017902,0.015599,0.00094,-0.017393,-0.006106,0.01604,-0.008468,-0.015199,-0.050734,0.015224,0.032079,-0.032982,-0.010312,-0.039816,0.011191,-0.031629,-0.026463,-0.020795,0.016732,-0.00486,0.035378,-0.023808,0.013136,-0.022577,0.018235,-0.024526,0.018605,-0.003893,-0.017681,-0.001628,-0.023934,0.010434,-0.007157,-0.011703,0.034143,-0.041897,-0.072814,0.011295,0.00888,-0.006555,0.039861,0.04809,0.005543,-0.048044,0.000277,-0.020277,0.054376,-0.010484,-0.041037,0.009208,0.027347,0.000105,0.034425,0.016317,-0.020483,-0.011201,-0.013808,0.01323,0.009765,-0.0184,0.001961,-0.043171,0.008087,-0.026632,-0.005952,0.041886,0.049532,-0.037971,0.008645,0.003713,0.019893,0.019896,-0.03817,0.021877,-0.002932,0.016344,0.015484,-0.031337,0.007036,0.005748,-0.018711,0.000097,0.011672,-0.03617,-0.045116,0.024407,0.003849,0.038868,-0.006715,0.131859,-0.017974,-0.038432,0.028879,-0.004426,-0.008163,-0.022446,0.032255,-0.003778,-0.016626,-0.030321,-0.014966,-0.019525,0.006537,-0.037881,-0.004417,-0.014588,-0.016207,-0.047796,-0.001066,-0.001501,-0.013568,-0.007466,0.02199,-0.008223,-0.012573,-0.021413,-0.0201,-0.032859,-0.030385,-0.01283,-0.011079,0.03037,-0.028313,-0.002064,-0.023253,0.018538,-0.013837,-0.046375,0.023893,-0.009454,0.023293,0.03459,-0.026868,-0.026203,0.032803,0.05595,0.009431,-0.012878,0.004449,-0.026438,0.000097,-0.02377,0.092029,0.038594,-0.034334,-0.016088,0.045463,-0.082344,0.009571,0.019699,-0.026833,0.016671,-0.005703,-0.012967,0.115448,-0.010156,-0.025644,-0.009124,-0.012335,-0.009066,0.033653,0.070196,0.020708,-0.021455,0.001784,-0.002513,-0.006848,0.034252,0.003569,-0.007449,0.015994,0.01227,0.034583,0.00268,0.046062,0.009375,-0.016452,0.015394,0.00518,-0.01389,0.027924,-0.012973,-0.005715,-0.022646,-0.002926,0.025763,-0.01309,0.002888,0.000537,0.032057,-0.00616,0.017066,-0.01578,-0.005053,0.030931,-0.028571,-0.004058,-0.03743,0.021542,0.001144,-0.003232,0.02424,0.013352,0.033071,-0.015078,0.001046,0.014309,-0.016765,0.009547,-0.021515,0.016145,0.005524,0.00442,0.003194,0.031246,0.032444,0.012865,-0.006251,0.017241,-0.003377,-0.016637,0.037125,-0.038925,0.001213,-0.031684,-0.007872,0.033263,0.025578,0.005192,-0.022292,-0.017539,-0.00019,0.028134,-0.011436,0.728672,-0.026699,0.049166,-0.016397,0.052369,0.025603,-0.01041,0.019646,0.000088,-0.014707,0.006064,-0.013564,0.015239,0.051049,0.054294,-0.043252,0.03458,-0.011703,0.020352,-0.016066,-0.020116,-0.028837,0.024691,0.027402,0.010994,0.042498,0.044079,-0.001982,-0.001279,0.023476,0.00621,-0.010003,-0.022389,-0.000759,-0.020318,0.027365,-0.022099,0.055196,-0.03553,-0.060793,0.024083,0.008512,0.021871,-0.029616,-0.009311,-0.008832,0.02492,0.010773,-0.024272,-0.017391,-0.005154,-0.003373,-0.039362,0.039383,-0.032238,-0.024122,0.015327,-0.014977,0.015457,0.002387,0.00776,-0.000551,-0.014236,0.050401,0.032044,0.0244,0.001604,-0.025551,0.025505,0.011773,0.040003,-0.082074,0.03281,0.017395,0.009385,-0.003477,0.032768,0.002723,-0.011031,0.0016,0.000181,-0.097479,0.015918,0.025767,0.007643,-0.008573,-0.059605,-0.011367,0.011506,-0.003885,-0.060493,0.019646,-0.007071,-0.015806,0.027295,0.020254,-0.026395,0.040202,0.003999,0.012137,0.005967,0.044227,-0.018368,0.02393,-0.03396,-0.00737,-0.000142,0.01583,-0.011315,0.036552,0.050576,0.012426,-0.012413,-0.022111,-0.005852,0.007437,0.030492,0.005908,-0.002149,0.014516,0.023197,-0.007663,-0.009527,-0.017439,0.046161,-0.030599,-0.017933,0.007879,0.032746,-0.02228,-0.004391,0.013558,-0.000016,0.000778,-0.021358,-0.00602,-0.017156,0.015313,-0.020681,0.022082,0.013928,0.021355,0.015746,0.011248,0.017057,-0.00434,0.028189,-0.003294,0.009048,-0.003983,-0.026835,0.159737,-0.008135,-0.018027,-0.000115,-0.00282,0.000861,-0.041434,-0.020282,-0.018026,0.032025,0.034602,-0.005449,0.016618,-0.001818,-0.023009,0.068611,0.007448,0.022101,-0.008511,-0.02968,-0.032526,0.030306,-0.186775,-0.00397,-0.02915,0.014069,-0.006526,-0.003985,0.016026,-0.01488,0.011632,-0.020518,-0.006349,-0.023552,-0.038944,-0.010157,-0.01409,-0.041017,0.053038,-0.010805,-0.012298,-0.005723,0.018696,0.087773,-0.035046,0.12899,0.030228,-0.01399,-0.008363,0.018318,0.015755,-0.013008,0.014899,0.040371,-0.011804,-0.032901,-0.021341,0.036186,-0.002788,0.031489,-0.035216,0.022,0.000833,-0.005835,-0.016553,0.019172,-0.00313,-0.019074,0.004955,-0.029628,0.006707,-0.008351,0.011841,-0.003915,0.012429,-0.023611,0.051229,0.012607,0.003676,-0.005714,-0.059125,0.037008,0.017331,0.022827,0.013181,-0.008537,-0.039377,-0.008818,-0.014775,-0.034294,0.013421,0.025046,0.025469,-0.027579,0.016298,0.013232,0.044195,0.113994,0.030449,-0.000801,-0.014198,0.024822,-0.024246,0.019817,-0.01084,-0.013149,-0.00422,0.013943,0.015199,-0.002639,0.01241,-0.020326,-0.049131,0.019151,-0.015328,-0.013046,-0.048054,0.012757,0.029607,0.017315,0.022185,0.013778,-0.038447,-0.010094,-0.006195,0.032409,0.029874,0.021661,0.020214,0.001375,-0.014288,-0.003061,-0.048699,0.012158,-0.019692,0.001194,-0.000629,0.040254,-0.012561,-0.023165,-0.018539,0.037403,0.006632,-0.022369,-0.012457,0.04129,-0.018674,0.024481,-0.001375,-0.000414,-0.035145,0.006183,0.018532,-0.016493,0.0133,-0.004099,0.001088,-0.000612,0.008609,-0.0286,-0.00396,0.032218,-0.025468,-0.051834,0.018401,-0.027372,-0.006397,0.026082,0.004558,-0.00775,-0.0007,0.019494,-0.005064,-0.005331,0.006849,0.000973,0.001775,0.003049,-0.020376,0.034152,0.02229,-0.017337,0.046318,-0.029659,0.019809,-0.017441,-0.032269,0.013834,-0.035108,-0.008297,-0.009624,-0.001938,0.017891,0.008387,-0.032116,-0.005101,0.020907,0.053453,0.00496,-0.013724,0.002855,-0.003733,0.002939,0.026265,-0.00038,-0.014122,-0.009349,-0.020978,0.022749,-0.00319,-0.028041,-0.043519,0.032466,-0.014253,-0.005808,0.014156,0.103947,0.020004,-0.023494,0.049753,0.022438,-0.011185,-0.001622,0.031294,0.026427,0.01312,-0.006526,-0.032655,0.016519,-0.066273,-0.018473,-0.042584,-0.010615,-0.008591,-0.026284,-0.002223,-0.010857,-0.015575,0.000039,0.015828,-0.005298,0.000563,0.027814,-0.039686,-0.001616,-0.031117,-0.008607,0.019846,0.023192,-0.020507,0.013031,-0.017029,0.011041,-0.038139,-0.065845,-0.005683,0.015041,0.000405,0.028401,-0.033484,-0.019735,0.037599,0.0405,0.028976,-0.01723,0.024979,0.010739,-0.004242,-0.027611,0.031966,-0.002118,-0.022528,-0.021684,0.020792,-0.011837,-0.012682,0.013092,-0.022967,0.01218,-0.008382,0.009575,0.114507,0.005569,0.023322,-0.001398,-0.016903,0.027094,0.065212,0.041509,-0.031497,-0.011597,0.024169,-0.016177,-0.019197,0.017729,0.028084,-0.018612,0.008747,-0.006183,0.012945,0.000325,0.073418,0.020297,-0.020375,-0.027093,0.004533,-0.000963,0.019931,0.004055,0.009961,-0.023403,0.035707,0.054345,0.020395,0.000955,-0.01316,0.034195,0.026581,-0.013066,0.024884,-0.023589,0.026258,-0.033495,0.014467,-0.035048,0.024868,0.033376,-0.007994,0.016404,-0.011661,0.064039,-0.011106,-0.008631,0.031907,-0.021216,0.020134,0.029617,0.028342,-0.012323,-0.013203,-0.02991,0.030802,-0.010168,-0.002448,-0.022445,-0.000463,-0.043348,-0.014612,0.020379,-0.01389,0.02255,0.002537,-0.003539,0.023467,0.004926,0.000557,-0.019141,-0.028872,-0.014749,-0.003658,0.023274,0.761559,-0.017719,0.012959,-0.010186,0.026865,0.004548,0.023411,-0.013902,0.038285,0.003248,0.018935,0.007428,-0.009014,0.034208,0.00798,0.002651,0.007959,0.003187,0.011084,-0.028585,-0.008425,-0.036225,0.058833,0.054705,0.000445,0.051544,0.012062,-0.0352,0.01019,0.020888,-0.018084,0.004023,-0.021365,0.013051,-0.032144,0.000866,-0.03047,0.018137,0.014485,-0.076743,0.011466,0.022063,-0.010682,-0.026488,0.035868,-0.022778,0.001264,0.01005,0.021224,-0.006682,0.004695,0.028567,0.007124,0.059503,0.009742,-0.015357,0.011533,-0.021448,-0.016619,0.017066,0.022565,0.009492,-0.013108,0.059526,0.023781,0.032007,-0.024931,-0.007856,0.007278,0.030008,0.020786,-0.097904,0.010673,0.008131,0.012879,0.00379,0.011456,-0.017863,0.02941,-0.031224,0.038024,-0.04855,-0.026404,-0.014774,-0.001062,0.008195,-0.047698,0.026701,0.01697,0.006294,-0.067963,0.011352,0.008931,-0.006307,0.00232,-0.013224,0.014272,0.018063,-0.004108,-0.003441,0.011457,-0.006796,0.00971,0.039124,-0.062629,-0.004331,0.007214,0.01015,0.007802,0.082098,0.034777,-0.014733,-0.021705,0.000007,-0.002311,-0.016039,0.022894,0.020666,0.010466,0.018204,-0.017626,-0.010695,0.000682,-0.04045,0.027701,-0.049446,-0.022511,0.032986,-0.00178,-0.01945,0.010133,0.029738,-0.038937,-0.011134,-0.028921,-0.038538,-0.008435,-0.000704,0.037967,0.021521,-0.007277,0.00179,0.042051,0.038458,0.027422,0.011625,0.013606,0.003287,0.000806,0.012046,0.032638,0.162563,0.015576,-0.003813,-0.008936,-0.003085,0.010455,-0.006407,-0.030593,-0.001277,0.023408,0.011657,0.018048,-0.010687,-0.02527,0.016135,0.06732,0.01551,0.007094,-0.05056,0.013459,-0.014299,0.000312,-0.123269,-0.002235,-0.039036,-0.027704,0.002837,0.011272,-0.012437,-0.001564,-0.0095,-0.034168,-0.014047,-0.005206,-0.054976,-0.019838,0.033504,0.002282,0.054739,0.012278,0.014671,-0.036566,0.051377,0.064813,-0.022547,0.102656,0.007881,0.004999,0.0145,0.014158,0.028709,0.014364,0.017234,0.050577,-0.019726,-0.004967,-0.006749,-0.008583,-0.041011,-0.004309,-0.02072,0.018634,0.038313,0.018065,-0.02177,0.038025,0.010429,-0.009171,0.01138,0.009088,-0.03554,-0.026952,0.015999,-0.028904,0.006284,-0.015282,0.042391,-0.009614,-0.018939,-0.002716,-0.018069,0.025018,0.013145,0.000643,0.004794,0.003565,-0.036289,0.006706,-0.017733,-0.038012,0.012933,0.026638,0.030699,-0.026703,0.006654,0.006995,0.03413,0.15832,0.009541,0.026378,0.038076,-0.013703,-0.01926,0.009378,-0.007374,-0.006309,-0.020722,0.01043,0.018782,0.020149,0.000976,-0.015618,-0.006249,0.04455,0.022904,-0.01006,-0.084528,0.027134,0.005813,0.009579,0.007224,0.019091,0.011722,0.017975,0.02298,0.012569,0.031186,0.025362,-0.012331,-0.010505,-0.014387,0.009418,-0.02437,0.032363,-0.033384,0.002178,-0.05419,0.045789,-0.010875,-0.011722,-0.0404,-0.004143,0.02695,-0.027562,-0.008345,0.047774,-0.011665,0.003842,-0.015204,0.005273,-0.023901,-0.018999,0.000388,0.000047,-0.033777,0.005648,0.011701,-0.014732,-0.009968,-0.021649,0.003753,0.033828,-0.03026,-0.067718,0.006146,-0.028216,0.026248,-0.010075,0.015432,-0.039761,-0.059341,0.004723,-0.000413,0.001457,0.0278,-0.035717,-0.001342,0.003956,-0.010948,0.033384,0.024747,-0.015888,0.015964,-0.001203,0.038542,-0.019858,-0.013097,0.056905,-0.028235,0.004262,0.02158,0.02782,0.002123,0.008531,-0.029802,-0.006532,-0.001093,0.019873,-0.011493,-0.015126,-0.012629,0.000453,0.029329,0.001155,0.009492,-0.025487,0.009422,-0.006833,0.01197,0.005112,-0.034747,-0.018185,0.019876,-0.003591,-0.008016,0.023927,0.055985,0.042015,-0.031605,0.050603,0.021763,0.007905,0.010057,0.053114,0.025812,-0.010962,-0.003595,0.009214,-0.005719,-0.051875,-0.009224,-0.024421,0.003404,0.012369,0.00162,0.004027,-0.010257,-0.02255,0.02484,0.015948,-0.0178,0.002456,-0.010774,-0.021782,-0.027744,-0.047862,0.014372,-0.006524,0.014716,-0.059818,-0.01797,-0.007013,0.002143,-0.049623,-0.041361,0.012342,-0.020121,0.011173,0.011373,-0.039475,0.021138,0.03357,0.019121,0.024658,-0.014096,-0.000294,0.047088,0.000764,0.007961,0.056733,0.011253,-0.01458,-0.023472,-0.007566,-0.006698,-0.015522,0.033666,0.008571,0.016728,0.0019,0.022615,0.113678,0.006188,0.009646,-0.016354,-0.025861,0.01003,0.056461,0.05254,-0.007103,-0.011001,-0.006803,-0.014615,-0.026226,0.005853,0.004849,0.015522,-0.001878,-0.020147,-0.014344,-0.000757,0.068945,0.012709,-0.025824,-0.001984,0.021199,-0.016402,-0.022882,-0.01623,0.004951,-0.027091,0.03279,0.025088,-0.033528,0.010932,0.000531,0.036311,-0.029084,-0.006479,-0.005162,0.028159,0.014121,-0.029259,-0.007096,-0.051664,0.029374,0.023982,0.022135,0.009345,-0.019156,0.059961,0.015253,-0.024673,0.037279,-0.024874,0.010539,0.012649,-0.010471,0.00091,0.014737,-0.024449,0.004815,0.025297,-0.014311,-0.027444,0.031914,-0.066128,-0.014137,0.051531,-0.013932,-0.008168,-0.046569,0.006373,0.031368,0.000616,0.010143,-0.013674,-0.02494,-0.018732,-0.010938,0.010828,0.757515,0.024422,0.021618,-0.014684,0.009791,0.041231,-0.019076,-0.006359,-0.005321,-0.016682,0.002654,-0.016307,0.005553,-0.000054,0.014278,-0.026466,0.034241,-0.010044,0.022328,-0.016321,-0.016573,-0.035015,0.022121,0.018596,-0.007467,0.066665,0.018647,-0.021266,-0.016436,0.013402,-0.04414,-0.009831,-0.033149,-0.038854,-0.045898,0.019964,0.003625,0.011783,-0.003903,-0.082871,0.008272,0.016863,0.000522,-0.015654,0.000836,-0.021228,0.06352,0.020079,-0.029845,-0.039735,0.025696,0.006811,-0.014,0.032364,-0.013961,-0.004296,-0.001089,-0.021018,-0.040551,0.010518,0.020889,0.021513,-0.021816,0.068096,0.043091,0.043174,-0.012838,0.016834,0.031554,0.011511,0.018348,-0.109647,0.033962,0.021399,-0.017029,0.003143,0.013592,-0.012432,-0.000473,-0.022483,0.023512,-0.086929,0.017316,0.001903,-0.006489,-0.000065,-0.028135,-0.004512,0.019062,-0.02828,-0.049254,-0.001292,-0.003051,-0.018458,0.034712,-0.01346,-0.007364,0.017149,-0.011528,0.00567,0.007705,0.006669,0.004549,-0.014548,-0.04588,0.013992,0.014503,0.01826,0.004351,0.071984,0.028065,0.019132,-0.00918,-0.010991,-0.008183,0.014241,0.01373,0.001146,0.006837,0.038546,0.012706,-0.021289,-0.008337,-0.020384,0.040559,-0.0406,-0.026215,0.024789,-0.001155,-0.019918,-0.015736,-0.008887,-0.025047,-0.010607,-0.033257,-0.026569,-0.03637,-0.019705,-0.00208,-0.004206,0.013196,0.011676,0.030726,0.01402,0.004668,-0.004564,0.030203,-0.004268,-0.005552,-0.002956,0.006775,0.137236,0.005457,-0.000414,-0.00035,-0.017447,0.027027,0.000906,-0.037756,-0.001352,0.071881,0.031386,0.011873,0.018095,-0.021183,0.009282,0.058157,0.001236,0.004582,-0.00977,0.012029,-0.03175,0.01801,-0.201529,0.007417,-0.058925,-0.012944,0.013206,-0.008726,0.006615,0.010447,0.009526,-0.033926,-0.011392,-0.047273,-0.046689,-0.004153,0.022028,-0.013433,0.061341,-0.032387,0.001698,-0.028828,0.054421,0.078749,-0.010393,0.10004,0.03549,0.022053,0.005358,-0.001177,0.006464,-0.018645,-0.011187,0.007398,-0.000554,-0.025896,-0.017187,-0.000658,-0.009152,0.040375,-0.036198,0.01581,0.036214,0.019458,-0.036134,0.016274,0.006153,-0.011221,0.005666,-0.027188,-0.017677,0.019914,0.003814,-0.00211,0.000941,-0.031264,0.032847,0.003752,0.010381,-0.002707,-0.009001,0.039168,0.029051,0.017936,0.015426,0.026935,-0.03537,-0.003292,-0.003238,-0.039588,0.026902,0.002802,0.026075,-0.014575,0.014648,0.005367,0.02388,0.150656,0.008107,0.057774,0.020286,-0.000288,-0.013982,-0.007093,-0.004982,-0.017156,-0.024341,-0.004714,0.020498,0.017239,0.00397,-0.031241,-0.018897,0.048038,0.038513,-0.006628,-0.04301,0.049944,0.062421,0.040225,0.001168,0.003639,-0.036419,-0.017716,0.022501,0.011535,0.009956,0.026368,0.01887,-0.004875,0.003748,0.008974,-0.026432,0.026106,-0.021176,0.000862,-0.005396,0.049598,-0.017693,0.005366,-0.040556,0.018253,-0.003345,-0.056929,-0.012219,0.018563,-0.019692,-0.002317,-0.023224,0.006364,-0.047814,0.020424,0.000494,0.003041,0.009491,0.010969,0.009234,0.020961,0.03531,-0.022555,-0.032484,0.046466,-0.008414,-0.111699,0.008393,0.012025,-0.01479,0.023521,0.038087,-0.004329,-0.072121,0.010467,-0.038425,0.000443,-0.011714,-0.040116,-0.019716,-0.004101,0.004858,0.014912,0.025265,-0.001513,-0.009768,0.007936,0.010783,0.007753,-0.030575,0.040194,-0.011922,0.003993,-0.019025,0.004895,0.021062,0.033403,-0.008452,0.01362,-0.019768,0.033652,0.025196,0.036789,-0.015938,-0.025336,0.015109,0.038949,0.002717,-0.02558,-0.006974,-0.007619,0.029685,-0.010015,-0.028655,-0.028524,0.007214,0.014705,0.007016,-0.001039,0.09844,0.024413,-0.032092,0.031943,0.002266,-0.009051,-0.020397,0.028819,-0.016864,0.014233,-0.013327,-0.030443,0.006219,-0.042852,-0.032109,-0.019303,-0.019981,0.008136,-0.036029,0.018119,0.005649,0.002653,0.005724,0.015606,0.024614,0.030029,0.014723,-0.011434,-0.030571,-0.06602,-0.005681,0.031298,0.053874,-0.061615,-0.017235,-0.002471,0.028894,-0.023342,-0.04637,0.004151,0.006814,0.029715,-0.020996,-0.046167,0.015838,0.017748,0.033193,0.034589,-0.003767,0.018057,0.028744,-0.033325,0.004804,-0.010848,0.011434,-0.01183,-0.048398,0.016156,-0.039021,-0.022469,0.023981,-0.016254,0.01646,-0.00084,-0.00188,0.108815,-0.003137,0.008646,0.008301,-0.02744,0.039258,0.022173,0.045764,-0.012824,0.007275,-0.005687,-0.037853,-0.0145,0.014881,0.03345,0.008656,-0.000688,-0.007071,0.006117,-0.021782,0.136723,0.015427,-0.024026,-0.018235,0.025606,-0.005774,-0.012772,-0.004814,0.013655,-0.014,0.043395,0.02454,-0.042029,-0.004352,0.005289,0.016658,-0.011864,0.004241,-0.013144,0.000246,0.056845,-0.030794,0.029535,-0.02921,0.018562,0.014899,-0.001495,-0.017314,-0.023322,0.068729,0.010592,-0.031642,0.043013,-0.012008,0.014806,0.0012,0.008749,-0.005679,0.013212,0.002701,0.017845,0.016177,-0.003051,-0.028562,0.009774,-0.066858,0.037399,0.026969,-0.0192,0.009012,-0.030235,-0.000735,0.010298,0.016453,0.014107,-0.017839,-0.023632,-0.014535,0.018403,0.047145,0.726649,-0.010995,0.054076,-0.011179,0.022382,0.029388,0.013811,0.001449,0.014231,-0.023463,-0.00882,-0.016151,0.009394,0.051083,0.018043,-0.019275,0.019308,0.006051,0.02547,-0.034136,-0.01634,-0.033194,0.028879,0.046042,0.00088,0.052241,0.022279,-0.02744,-0.013722,0.03854,-0.018107,-0.005899,-0.038831,-0.045322,-0.025414,0.003861,0.002403,0.021876,-0.005993,-0.081982,0.014307,0.024283,0.021198,-0.010038,0.006977,-0.011243,0.023144,0.011923,0.016922,0.015054,0.010482,-0.00313,0.00529,0.050904,-0.014493,-0.006952,-0.002088,-0.02964,-0.003206,-0.018081,0.012174,0.023772,-0.035948,0.042949,0.030508,0.038431,0.009809,0.006803,0.025478,0.006138,0.047348,-0.108629,0.010132,0.040989,-0.001319,0.020349,0.030715,0.021662,0.002153,-0.030957,0.023792,-0.070179,0.039833,-0.011962,0.005613,0.001136,-0.038887,-0.013091,0.015436,-0.018371,-0.046412,0.017345,-0.00951,0.00243,0.032295,0.015328,0.011445,0.076503,-0.001858,-0.00372,0.021789,0.039305,-0.014105,-0.015617,-0.028708,-0.017549,-0.008155,0.059791,0.011284,0.050107,0.012413,-0.027241,0.01764,0.001354,0.00346,0.031097,0.01287,-0.017722,-0.005563,0.022078,0.010696,-0.012553,0.001625,-0.014901,0.026352,-0.051056,-0.00663,-0.001779,-0.016995,-0.001835,-0.029585,0.037768,-0.028699,-0.007712,-0.042446,-0.01993,-0.00821,0.020776,0.019181,0.001386,-0.008587,0.033099,-0.020006,0.036249,0.003299,-0.008705,-0.005221,0.017428,0.014138,-0.005436,-0.002078,0.115205,-0.00486,0.004054,-0.028135,0.020409,0.013101,-0.003622,-0.010988,-0.010729,0.037918,0.034396,0.017317,-0.010729,0.028996,-0.012222,0.067256,0.016886,0.03827,-0.008205,-0.001626,-0.007499,0.010991,-0.124017,0.014959,-0.028305,0.004469,0.039498,0.017197,0.023531,0.006439,0.010702,-0.021566,-0.022307,-0.035118,-0.028554,-0.028516,0.008237,-0.044692,0.025605,-0.019611,0.021019,0.000806,0.083632,0.071047,-0.042589,0.077375,0.024616,-0.003144,0.021427,0.043925,0.010737,-0.009674,0.01766,0.023337,-0.009611,-0.021867,0.002964,0.033582,-0.045924,0.02427,-0.038382,-0.002428,0.002997,0.005179,-0.018828,0.024068,0.013713,-0.001311,0.022903,-0.015627,0.02911,-0.01249,0.011405,-0.000677,0.020776,0.005553,0.0286,-0.004397,-0.021715,-0.047088,-0.003125,0.032448,-0.014634,0.038823,0.027502,-0.038987,-0.051628,0.007555,-0.009146,-0.039827,0.00634,0.006158,0.064457,-0.005895,0.015873,0.003434,0.025152,0.132623,0.023392,0.026054,0.015364,0.021466,0.023181,0.022864,-0.00375,-0.002385,-0.004525,0.008901,0.002376,0.038361,-0.012896,-0.046036,-0.030875,0.084611,0.013006,-0.009511,-0.071679,0.012078,0.047897,0.036316,0.031501,0.018761,-0.00894,-0.021812,0.007115,0.019136,-0.005651,0.022958,0.033194,0.02499,0.021621,-0.015094,-0.005108,0.035634,-0.031963,0.026629,-0.00711,0.031445,-0.025894,-0.027553,-0.031766,0.024723,-0.024036,-0.028535,-0.003977,0.052367,-0.02383,0.015071,-0.00764,-0.005242,-0.047558,0.039422,-0.000964,0.007245,0.001736,0.013817,0.006836,0.00349,0.007575,-0.023858,-0.012852,0.032946,-0.032285,-0.03553,0.010168,0.02842,-0.007152,0.030093,0.024878,-0.03481,-0.050689,0.018985,-0.022218,0.04837,0.018194,0.013599,0.026508,0.011736,-0.023966,0.039106,0.037722,-0.008835,0.009186,0.036716,-0.00921,-0.02435,-0.011474,-0.003294,-0.058403,-0.028792,-0.009324,0.030767,0.032719,0.018964,-0.020863,-0.021772,-0.004606,0.037044,0.044088,-0.034372,-0.028118,0.018311,-0.000121,0.022798,0.002713,-0.027391,-0.009583,-0.053695,0.029734,0.021335,-0.052851,-0.045593,0.022206,-0.004137,0.030088,-0.0107,0.095977,-0.003044,-0.029675,0.04869,0.031347,-0.006533,0.011817,0.033851,-0.004213,-0.018286,-0.016574,-0.03624,-0.021435,-0.038251,-0.026079,0.019275,-0.033935,0.00724,-0.031471,0.020886,0.004134,-0.038016,0.008152,-0.015835,-0.010993,0.022201,-0.017535,-0.029046,-0.025255,-0.052264,-0.033222,0.029198,0.022079,-0.040339,0.007666,-0.007445,0.013282,-0.031834,-0.045723,-0.017688,0.008898,-0.014705,0.013516,-0.053573,-0.023645,0.023113,0.036602,0.022638,-0.006131,0.00707,0.009971,-0.00667,-0.020663,0.042749,0.020401,-0.01446,-0.0242,0.007605,-0.029781,-0.004002,0.038289,0.008107,0.015487,0.001477,-0.008202,0.115021,-0.022843,0.030929,-0.01202,-0.007984,-0.001921,0.026353,0.050922,0.0073,-0.007467,-0.005117,-0.035004,-0.036717,0.05432,-0.017654,0.002113,0.012412,-0.042251,-0.000216,-0.022942,0.132894,0.009981,-0.032012,-0.026033,-0.002084,0.000037,0.008979,-0.0176,0.012105,-0.007292,0.038867,0.021926,-0.034819,0.011996,-0.018285,0.040364,-0.033139,0.017145,-0.006461,-0.006226,0.057376,-0.036204,0.025131,0.001608,0.016751,0.030305,-0.01615,0.007241,0.015828,0.046348,-0.000346,0.00939,0.023443,-0.028652,0.022917,0.018625,-0.007303,0.004576,-0.003216,0.006544,0.018399,0.027295,0.005752,-0.014065,0.013286,-0.06956,-0.022838,0.032117,-0.028771,0.006515,-0.035047,-0.012117,-0.004134,0.011047,-0.02931,-0.020718,-0.010177,0.007526,-0.007091,0.017983,0.738787,-0.019167,0.024251,-0.00911,0.017834,0.010527,-0.023611,-0.016116,-0.00184,-0.019001,-0.008688,-0.006211,0.003526,0.071365,0.004524,-0.051798,0.021279,-0.023922,-0.012771,-0.002393,-0.017468,-0.013821,0.048743,0.03481,-0.01,0.075921,0.018018,-0.060972,-0.000988,0.013241,-0.034181,0.016856,-0.058206,-0.0158,-0.024306,-0.00484,-0.025881,-0.004267,0.012958,-0.084958,0.008824,-0.011674,-0.017163,0.002154,-0.00763,-0.003866,0.029838,-0.029986,-0.031067,0.005262,0.014778,0.003854,0.009542,0.039553,-0.01888,-0.004158,0.012197,-0.019079,-0.000845,0.003948,-0.01145,0.030375,-0.010037,0.034945,0.000262,0.027835,0.006254,0.013241,0.015583,0.007778,0.029122,-0.101426,0.024848,0.047878,-0.001726,-0.019335,0.014097,-0.014593,-0.001811,0.011455,0.015416,-0.082565,0.039755,0.056147,-0.005649,0.009064,-0.010764,0.000078,0.042425,-0.037675,-0.031261,-0.029508,-0.033253,-0.02153,-0.012356,0.014026,-0.010702,0.048206,0.014549,-0.010148,0.03405,0.022089,0.01267,-0.003125,-0.054766,0.004053,-0.015419,-0.021674,0.001733,0.029186,0.013264,0.001622,0.000384,-0.030381,0.027241,-0.01688,0.02421,0.013758,0.010702,0.014043,0.039215,-0.03405,-0.022323,0.007267,0.021902,-0.047085,-0.043456,0.01914,0.011725,0.00184,-0.050255,-0.029065,-0.010643,-0.005376,-0.035866,-0.02434,0.00454,0.021509,0.000456,0.034781,-0.016802,0.022421,0.014455,0.033269,0.010472,0.009534,0.006621,0.024639,-0.01583,-0.027018,0.000291,0.162721,0.003806,0.001183,-0.025182,0.010773,0.025543,0.001325,-0.022508,0.001334,0.053072,0.002584,0.001025,0.014864,0.014466,0.015883,0.047913,-0.012011,0.019969,-0.005515,-0.021595,-0.004635,0.001275,-0.234555,-0.004012,-0.016469,0.009374,0.014433,-0.004909,0.002176,-0.029535,0.03,-0.034828,-0.023597,-0.011902,-0.02122,0.018917,0.013492,-0.018655,0.052102,-0.017954,0.029906,-0.007282,0.040407,0.089289,-0.029782,0.062623,0.038423,-0.008851,0.009578,-0.017889,0.01016,-0.03,0.021156,0.021022,-0.011607,-0.014077,-0.005865,0.001848,-0.010681,0.031998,-0.018512,-0.011539,0.000244,0.038983,-0.005195,0.017486,-0.016755,0.019064,-0.002354,0.000014,-0.010834,0.017254,0.002593,0.00098,-0.000298,-0.00933,0.03981,0.015717,0.006932,-0.009559,-0.056225,0.04398,0.004321,0.018936,0.012303,-0.008947,-0.051974,-0.015364,-0.015286,-0.041482,-0.007189,-0.018839,0.022079,-0.038076,-0.005914,0.030352,0.025919,0.140182,-0.020799,0.002686,-0.001592,0.030293,0.007035,0.002913,-0.013297,-0.023623,-0.001562,0.00929,0.022454,0.011116,0.015633,-0.013486,-0.018028,0.010558,0.016249,-0.019949,-0.038677,0.005113,0.037409,0.027036,0.001751,0.015032,-0.048908,-0.009544,0.000032,-0.003136,0.011628,0.030627,0.03862,-0.004627,0.011857,0.001657,-0.008195,0.027092,0.014348,0.015262,-0.016771,0.050043,0.001348,-0.003227,-0.009117,0.034106,0.001385,-0.053127,-0.028972,0.029588,-0.03005,0.005503,-0.055443,0.008252,-0.008822,0.030226,0.012255,-0.009186,0.007578,-0.002863,-0.020471,-0.013876,0.01501,-0.027085,-0.049575,0.029661,-0.032136,-0.069296,0.012982,-0.010076,-0.001704,0.013664,0.009243,0.016059,-0.064406,0.034142,-0.02322,0.01574,-0.000151,-0.010038,-0.000339,0.012052,-0.006475,-0.003283,0.050547,-0.02432,0.023277,-0.00595,0.016061,-0.016494,-0.015323,0.033552,-0.009561,0.009474,0.023077,0.038323,0.03029,0.044405,-0.026843,-0.018586,0.006503,0.004184,0.02314,-0.011368,0.012024,0.003489,0.023389,0.0337,-0.010739,-0.016801,0.024478,-0.004217,0.044307,-0.007423,-0.03331,-0.041511,0.014084,-0.010131,0.045589,0.00276,0.095637,0.005384,-0.026195,0.030707,0.001996,-0.027249,-0.028273,0.025548,0.001316,-0.013537,-0.012819,-0.019568,0.029326,-0.043447,0.001533,-0.03729,-0.019367,-0.032279,-0.003226,0.000816,0.015906,-0.000678,0.007546,0.017945,0.020153,0.020006,-0.00332,-0.009656,-0.058312,-0.030727,0.004087,-0.007902,0.02188,-0.020375,0.001189,0.004837,0.005463,-0.008461,-0.037758,0.011403,-0.008749,-0.015857,-0.006812,-0.024518,-0.009232,0.036814,0.024201,0.028716,-0.018423,0.008589,0.034896,-0.017891,0.001868,0.005187,0.03305,-0.007428,0.000834,0.027997,-0.011714,-0.049073,-0.005679,-0.000711,-0.001138,0.00546,0.040009,0.108745,-0.005452,0.018385,-0.008825,-0.044823,0.011881,0.026086,0.022551,-0.032528,-0.035933,0.01084,-0.055277,-0.003209,0.008719,-0.042374,-0.025195,-0.054786,-0.036382,-0.00616,-0.00925,0.126179,0.007975,0.031357,-0.025761,0.001588,-0.01099,0.001513,0.037852,0.037109,0.010104,0.013333,0.030532,-0.006319,-0.010757,0.022163,0.025522,-0.026115,0.002512,0.011404,-0.018019,0.017194,-0.01407,0.023791,-0.029327,0.015309,0.032504,0.007526,-0.02155,-0.006538,0.105545,-0.005189,-0.007516,0.021969,-0.018222,-0.020325,0.006135,0.020977,-0.011116,0.034544,-0.033606,0.02458,0.01896,0.019171,0.008882,-0.036945,-0.015606,0.026948,0.026344,-0.002103,-0.002256,0.007693,-0.024862,-0.013096,-0.001746,-0.013431,0.002499,-0.033949,0.018244,0.028579,0.038706,0.733535,-0.017515,0.009724,-0.012759,0.008635,-0.006913,0.00158,-0.002826,0.021104,-0.005835,0.016019,-0.004794,0.025129,0.036906,0.017309,0.00182,0.018859,-0.009415,0.054881,-0.042901,0.010921,-0.024107,0.012439,0.056783,-0.011286,0.050194,0.037306,-0.028535,-0.005372,0.033809,-0.001372,-0.006854,-0.015341,-0.003806,-0.035202,0.018888,-0.018552,-0.00105,-0.001528,-0.075722,-0.002726,0.006808,0.011554,-0.015159,0.026757,-0.030342,0.012941,-0.020519,-0.018358,0.011584,0.027461,0.002185,0.01608,0.039635,0.002666,0.001266,0.010699,-0.032669,0.005657,0.024573,-0.024023,0.011582,-0.030625,0.069424,0.021599,0.04241,-0.023061,0.022348,0.050855,0.010264,-0.023331,-0.084638,-0.004041,0.01573,0.016983,0.00284,0.03501,-0.015256,0.002466,0.02199,-0.005469,-0.052326,0.040816,0.05861,-0.028824,-0.064278,0.035441,-0.044853,0.045925,-0.017293,-0.03996,0.004788,-0.012533,-0.049542,0.062992,0.00726,-0.032465,-0.040427,0.008326,-0.016889,0.038008,0.00697,0.023458,-0.025322,-0.061403,-0.013956,0.024705,-0.007853,0.00898,0.038959,0.037908,0.006025,-0.023788,-0.015091,-0.033482,0.021546,0.035401,-0.002,0.013465,0.031195,0.043515,0.021971,-0.035976,0.027743,0.048011,0.003869,-0.069896,0.022794,0.048554,-0.01803,-0.00304,-0.025635,-0.024194,0.000161,-0.029218,-0.04157,0.001423,0.003665,0.015929,-0.02423,0.005572,0.002744,-0.008142,0.053495,-0.008155,0.0039,-0.017036,0.031748,-0.00193,0.018937,0.016144,0.187784,-0.000823,0.005529,0.038479,0.014964,-0.010291,-0.016421,-0.023935,0.009171,0.057673,-0.030659,-0.009247,0.06433,0.026492,-0.01069,0.002196,0.026654,0.001239,-0.003391,-0.014679,-0.029788,-0.012626,-0.240692,0.008828,-0.027873,0.018042,0.007252,-0.010496,0.03545,-0.024724,0.020405,-0.023515,-0.011132,-0.02055,-0.039469,0.0179,0.015968,-0.001074,0.045482,0.005257,-0.00179,0.004947,0.045957,0.126877,-0.026573,0.111934,-0.002792,-0.013315,0.012285,-0.042258,0.020139,-0.017306,-0.02529,0.031944,0.006431,-0.021765,-0.010264,0.012467,0.022826,0.027423,-0.052659,-0.004559,0.031065,0.004955,-0.005085,0.018274,-0.034124,-0.003708,0.01731,0.0305,0.009427,0.004357,-0.008573,0.001884,0.033577,0.009866,0.030787,0.032929,-0.005873,0.029502,-0.054179,0.037687,0.044663,0.031802,0.034709,-0.013524,-0.037405,-0.011167,-0.019941,-0.030472,0.010908,0.016461,0.006309,-0.050662,0.039415,0.02805,-0.016596,0.130641,-0.044913,0.021805,0.026618,0.046896,0.00788,-0.015009,-0.026399,-0.013929,0.014725,0.010017,-0.030455,-0.034202,0.024409,-0.032053,-0.000147,0.074022,-0.02228,0.006663,-0.054876,0.050018,0.029162,0.005729,-0.015103,0.005354,-0.028534,-0.0367,0.021548,0.049265,-0.029001,0.059454,-0.010341,-0.013381,-0.017113,0.018477,-0.003853,-0.01553,-0.043254,0.031657,0.002564,-0.005713,-0.037313,0.014814,0.020144,0.05945,-0.006094,-0.030179,0.000556,0.025991,0.000237,0.014966,0.017186,-0.000018,0.011671,-0.019835,0.023234,-0.021381,-0.011318,-0.017871,0.040919,0.004314,-0.008306,-0.002935,-0.015269,0.012798,-0.027801,-0.121436,-0.036788,-0.025179,0.00184,0.029989,-0.001436,-0.027076,-0.058653,-0.024383,-0.033431,-0.068932,0.038948,-0.03642,-0.017573,0.040393,-0.011557,-0.012295,0.053974,0.003469,0.003769,0.010499,-0.003525,-0.000606,-0.049208,0.010945,0.016837,0.00788,-0.007821,0.043235,0.044151,0.02447,-0.010204,-0.00938,0.01887,-0.003707,0.021311,-0.023703,0.019302,0.038956,0.034007,0.047893,0.008017,-0.023678,0.003958,-0.027571,0.076869,-0.015282,-0.000185,-0.009744,0.009693,0.023784,-0.011763,0.000749,0.063636,0.01621,-0.050043,0.002552,0.000817,-0.006719,-0.024172,0.060199,0.00347,0.022973,-0.009182,0.041274,0.027662,-0.005571,0.005397,-0.04947,-0.014876,-0.01484,-0.024255,0.040391,-0.004788,-0.010857,-0.048627,0.033142,0.080224,-0.035229,0.003183,-0.055213,-0.007265,0.033823,0.017424,0.041484,0.007139,-0.008507,0.014084,0.013709,-0.026755,-0.026694,0.004427,0.017164,-0.027027,0.026648,-0.025162,-0.013255,0.003272,0.031245,0.035823,0.046915,0.002595,0.016461,0.009297,-0.044833,0.009598,-0.046726,0.040419,0.023327,-0.0419,0.014614,0.005221,0.013,0.007585,-0.016926,-0.043985,-0.024486,0.012527,0.08943,-0.035814,0.051879,-0.0133,-0.039657,0.053825,0.005518,0.031276,-0.032149,-0.001971,-0.006182,-0.044539,-0.025888,0.014582,-0.01385,-0.009691,0.00869,-0.015361,0.009601,-0.025239,0.128755,-0.008902,0.036806,-0.013484,0.03135,-0.020055,-0.006014,0.056678,-0.006074,0.025454,-0.015888,0.023682,-0.003503,-0.033029,-0.007465,-0.040409,-0.021535,-0.037576,-0.025626,0.003699,0.028382,-0.022702,0.010279,-0.010017,0.012507,0.02036,0.025238,-0.025951,0.028655,0.076002,-0.019014,0.020766,0.00697,-0.008995,-0.014787,-0.056153,-0.032079,-0.016343,-0.028695,-0.029011,0.015027,-0.000057,-0.0148,-0.030861,-0.037529,-0.02645,-0.024914,0.025461,-0.009205,0.034587,-0.02497,-0.000293,-0.011183,0.029618,-0.007101,-0.023109,-0.016327,0.012358,0.06272,0.02434,0.62856,-0.05062,0.005085,0.029481,-0.028214,0.007423,0.063545,-0.019206,-0.001455,-0.002763,-0.011808,0.01162,0.068392,-0.028271,0.000105,0.01989,-0.005875,-0.003132,0.015818,-0.013125,-0.022267,-0.073458,0.049743,0.058232,0.0102,0.009444,-0.001762,-0.026381,0.000671,0.04789,0.057421,0.005996,-0.006368,0.010107,-0.053032,0.008392,0.020097,-0.026652,-0.018694,-0.030818,0.010299,-0.009796,0.018254,-0.030371,0.076813,0.0047,0.027467,0.020484,-0.037465,0.016794,0.05772,0.044935,-0.007982,0.018972,-0.037649,0.008048,0.000983,-0.069943,0.002673,0.002243,0.031024,-0.008878,-0.011818,0.04152,0.035851,0.041273,-0.003042,0.012586,0.071973,0.06023,0.004788,-0.088987,0.048751,0.022565,-0.018387,-0.030639,0.026261,-0.034632,-0.007883,0.036136,-0.007795,-0.085279,0.009354,0.050818,-0.009534,0.010898,0.015596,0.032312,0.041739,-0.012827,-0.037199,-0.006025,-0.017789,-0.00814,0.005177,-0.007471,-0.004599,0.040961,-0.027521,-0.000193,0.027673,-0.005092,0.008581,0.026083,-0.069108,-0.013487,0.011349,-0.000303,0.004395,0.033205,0.046952,0.003227,-0.026888,-0.02778,0.013975,-0.003854,0.027519,-0.004386,0.000945,0.038445,0.035149,-0.024972,-0.024743,-0.007875,0.017998,-0.050753,-0.02959,0.036983,0.01265,-0.005258,-0.017136,-0.025105,-0.00589,0.010141,-0.011734,0.01198,-0.010323,0.008271,0.012322,0.009911,-0.032475,0.014133,0.065195,0.019705,-0.02975,0.004013,0.011141,-0.00015,0.058881,-0.008836,0.011749,0.179184,0.037891,0.002848,-0.005344,-0.019628,0.017914,-0.024047,-0.047908,-0.048594,-0.001675,0.000112,-0.031493,0.035307,-0.003919,0.002249,0.061788,-0.035228,0.042572,0.021894,-0.021143,0.004752,0.002921,-0.208725,0.014157,-0.024811,0.016905,0.011862,-0.012705,0.037094,0.00744,0.016252,-0.039682,-0.003112,-0.010068,-0.027828,-0.006042,-0.013204,-0.014359,0.051941,-0.025825,0.000174,-0.003777,0.064068,0.087163,-0.052218,0.092872,0.034011,0.030609,0.010568,-0.023208,0.020486,0.013985,0.021492,0.022852,-0.010471,-0.008131,-0.029603,0.034825,-0.007324,0.022175,-0.002955,0.037718,0.003396,-0.006818,-0.020965,-0.002824,-0.018545,-0.002113,0.033262,-0.016979,-0.020781,-0.002982,0.028955,-0.017805,0.000559,-0.002544,0.040709,0.018105,-0.019465,-0.013889,-0.019131,0.034421,0.027292,0.006047,0.010834,-0.009017,-0.065273,0.001236,-0.04491,-0.00435,0.011118,0.024096,0.033569,-0.013507,0.019909,0.000209,0.024167,0.064588,-0.04311,0.013952,0.006564,0.0507,-0.041188,0.020929,0.012803,0.008874,-0.010138,0.010735,0.004406,-0.00753,-0.010153,-0.014787,-0.037348,0.037607,-0.00816,0.022412,-0.087983,0.010199,0.039444,0.0175,0.022841,-0.018771,-0.015732,-0.008998,0.024396,-0.009534,0.015326,0.039173,0.043236,0.022105,0.014741,-0.000791,-0.008581,0.029709,-0.010458,0.010832,-0.001169,0.030839,0.008852,-0.005822,-0.020524,0.062308,0.000381,-0.021395,-0.019191,0.024007,-0.017513,0.016495,0.011561,0.003701,-0.027801,0.030347,0.038145,0.015522,0.006933,-0.012746,0.001606,0.001602,0.017463,-0.013348,-0.054427,0.005098,-0.02692,-0.123699,0.007756,-0.008466,0.015578,-0.030209,0.022017,0.054115,-0.029938,-0.00361,-0.000698,-0.013262,-0.016121,-0.028581,0.009417,0.015248,0.005887,0.017087,0.031862,0.002,0.02112,-0.041583,-0.007176,-0.016639,-0.027565,0.058505,-0.029979,0.009094,-0.027924,0.0114,0.009218,0.009846,-0.015573,-0.014454,0.013876,-0.01183,0.020734,0.013725,0.021111,-0.01721,0.033877,0.037159,-0.011025,-0.028163,0.011133,-0.008566,0.043765,-0.000286,-0.011292,-0.05926,0.03281,0.007519,0.04121,0.035092,0.072671,0.005893,-0.037808,0.02275,-0.020668,-0.018996,0.002162,0.017194,-0.025963,-0.017486,0.004153,-0.007657,0.012182,-0.039884,-0.021905,-0.049455,-0.032552,0.005768,-0.032781,0.016323,-0.01822,0.01335,0.01091,0.030871,0.003854,0.008625,0.005996,-0.01848,-0.00922,-0.027571,0.03001,0.016641,0.033611,0.004857,0.002555,-0.012493,0.013276,-0.029915,-0.007571,0.021439,0.010299,-0.004507,0.009528,-0.021257,-0.026179,0.032565,0.032453,0.062279,0.012226,0.024032,0.018866,-0.063003,-0.031866,-0.044934,-0.002364,-0.002484,0.00107,-0.002661,0.006374,-0.009724,0.027088,-0.016535,0.004034,-0.031102,0.012607,0.107081,0.011704,0.016705,0.003585,0.04591,0.033634,0.039673,0.016686,-0.024105,0.01116,-0.01457,-0.051933,-0.002947,0.035724,0.031055,-0.006839,-0.023642,-0.008334,0.03942,-0.018021,0.125248,0.009299,-0.010191,-0.023482,0.02561,-0.015102,0.02502,0.023425,0.012271,0.00699,0.01396,0.003235,0.000184,0.025185,-0.014931,0.009181,0.011056,-0.012925,0.057782,-0.039464,0.003803,-0.0237,-0.023089,-0.028575,0.020948,0.014757,0.00348,-0.002531,0.009902,0.080998,-0.014105,0.009673,0.020234,-0.014511,0.007422,-0.000592,0.022254,-0.003466,0.028404,-0.01948,0.027987,0.025247,0.013344,-0.023085,-0.015298,-0.029206,0.022333,0.038416,-0.008811,0.006219,0.012793,-0.015813,-0.00329,0.02169,0.000374,-0.010159,0.012962,-0.02812,0.021747,0.030026,0.71532,-0.008761,-0.00247,-0.022045,0.031043,0.000722,0.047274,0.001685,0.011657,-0.014835,0.005546,0.028749,-0.00146,0.047515,0.008982,0.017158,0.005271,0.001557,0.042817,0.00348,-0.022423,-0.02914,0.032413,0.043877,0.016396,0.048549,-0.015432,-0.016567,-0.005863,0.035318,-0.0167,-0.028391,-0.028767,0.018865,0.005251,0.031217,0.007104,-0.022616,0.006009,-0.078004,0.018417,0.012845,0.043893,-0.031388,0.029431,-0.032934,0.006021,0.009934,0.015492,0.017524,0.011241,0.02981,0.005126,0.050872,0.002416,-0.011571,0.009117,-0.036943,-0.004756,0.052532,0.014658,-0.04438,-0.018371,0.079747,0.049123,0.059282,-0.030612,0.022361,0.041249,0.024938,0.054603,-0.122725,0.003649,0.02985,0.017104,-0.012901,0.027391,-0.009407,0.005984,-0.009933,0.004709,-0.074311,0.032769,0.025017,0.008727,0.007012,-0.052173,0.029806,0.027521,-0.042089,-0.050903,0.030535,-0.01365,-0.000112,0.029692,0.014168,0.009265,0.084571,0.00788,-0.006351,0.019459,0.017067,-0.014792,-0.005739,-0.055708,0.044165,-0.009461,-0.000916,0.006487,0.031881,0.027226,0.013022,0.016593,-0.031386,-0.028052,0.024417,0.006715,-0.006645,-0.021538,-0.031932,0.024428,-0.038206,-0.001963,-0.027972,0.04399,-0.060392,-0.047254,0.033854,0.009382,-0.024015,-0.024463,-0.013549,-0.034159,-0.023257,-0.029211,-0.009771,-0.025294,0.022432,0.020477,-0.017598,0.01583,0.016366,0.028681,-0.011781,-0.044008,0.012731,0.010892,0.014937,0.000552,-0.012218,0.010236,0.10222,0.010204,0.01796,-0.029553,-0.001616,-0.004311,0.009046,-0.045902,-0.015382,0.062757,0.006556,0.04349,0.018541,-0.006977,0.030543,0.061707,0.018553,0.006503,0.007477,-0.01386,-0.001558,0.023646,-0.201807,0.003571,-0.057397,0.013075,0.02624,0.001061,0.010888,-0.022364,-0.016241,-0.002168,-0.006645,-0.026524,-0.043733,-0.006808,0.005323,-0.025193,0.05549,0.001629,0.006066,-0.018259,0.06202,0.075753,-0.004745,0.089982,0.025573,0.038832,0.023878,-0.011377,0.008065,0.008072,0.020409,0.000418,-0.007588,-0.072075,-0.017073,0.000825,-0.012964,0.013334,-0.032605,-0.005688,0.018125,0.022897,0.001543,0.013014,0.006493,-0.014108,0.017646,0.019276,-0.02029,-0.011146,-0.008374,-0.000305,-0.008342,-0.008698,0.015124,0.012979,-0.003005,-0.026033,-0.026611,0.051819,0.009138,0.024069,0.022728,0.011697,-0.046048,-0.007527,0.015771,-0.028779,0.01866,0.003491,0.017191,-0.033556,0.030302,0.002689,0.026289,0.150878,0.014502,0.035711,-0.004552,0.00264,0.009179,0.014264,-0.005136,0.016581,-0.013745,0.009253,0.025679,0.023532,0.00848,-0.041173,-0.03277,0.044669,0.030611,0.007393,-0.060879,0.033773,0.034215,0.023046,0.011836,0.01363,-0.056996,-0.024624,0.029887,0.014693,0.01161,0.020896,0.03511,-0.001693,-0.018613,0.000755,0.019157,0.014011,-0.030536,0.012359,-0.001989,0.045694,-0.013198,-0.030617,-0.010737,0.040751,-0.008795,-0.048338,-0.026117,0.041535,-0.069757,0.022028,-0.038928,0.016762,-0.022828,0.037061,0.011198,-0.018179,-0.004203,-0.019329,-0.024531,-0.038654,0.009412,-0.019054,-0.027462,0.0255,-0.022171,-0.091925,0.012038,-0.02928,-0.023242,0.041693,0.032356,-0.021593,-0.06849,0.011016,-0.028911,0.040187,-0.009389,-0.011732,0.002134,0.003214,-0.049273,-0.006657,0.035031,-0.041155,-0.011626,-0.004156,0.006676,-0.026044,-0.001278,0.014089,-0.043275,0.014388,-0.017309,-0.000799,0.031673,0.015746,-0.019188,-0.003988,0.005028,-0.001686,0.040174,-0.026178,-0.002668,0.004778,0.016152,0.019155,-0.039013,0.000594,0.013939,0.020164,0.004326,0.028686,-0.04345,-0.055342,0.026527,-0.004753,0.004376,-0.010069,0.079705,0.018225,-0.038561,0.032843,0.00242,-0.003,0.006877,0.039064,-0.02128,0.019796,-0.001913,-0.037273,-0.010085,-0.062426,-0.02116,-0.020311,-0.01842,0.005563,-0.014726,0.000171,-0.000249,-0.001516,-0.001505,0.027581,0.01008,0.028311,0.026604,-0.014511,-0.04307,-0.034125,0.028669,0.013659,0.020203,-0.024821,-0.022664,0.011587,0.037714,-0.026682,-0.057038,0.008919,0.021164,0.000019,0.004147,-0.019496,0.029818,0.029221,0.050572,0.08288,-0.017243,0.005291,0.020354,-0.029146,-0.00308,0.02215,0.029202,0.008927,-0.008336,0.014269,-0.031246,-0.011477,0.016278,0.006479,0.038786,-0.002559,-0.015765,0.110945,0.012402,-0.003784,-0.008023,-0.034219,0.019968,0.040699,0.032188,-0.018151,-0.017491,0.018126,-0.04649,-0.013929,0.03528,0.000372,0.012435,-0.008198,-0.024719,-0.004503,-0.030058,0.099895,0.022508,-0.008538,-0.009266,0.026707,0.030017,-0.004683,0.018123,0.00509,-0.029212,0.04839,0.012625,-0.017263,0.009456,0.004714,0.044745,-0.036963,0.013082,0.002767,0.007382,0.014543,-0.02001,0.005199,-0.022126,0.028098,0.030808,-0.005483,0.008788,0.011104,0.075065,-0.010118,-0.005649,0.041015,-0.014855,-0.005019,0.020758,-0.012401,-0.00972,-0.008215,-0.007886,0.014668,0.000335,0.011948,-0.016203,-0.008132,-0.058522,0.027464,0.027816,-0.004726,0.026838,-0.003896,-0.012544,0.006031,0.044472,0.025253,-0.027587,-0.045419,0.01688,0.009384,0.005384,0.723918,-0.002793,0.011139,-0.009784,0.034179,-0.001698,0.013338,0.025393,0.021679,-0.012931,0.012881,-0.00581,0.005766,0.036028,-0.003617,0.004203,0.034118,-0.033643,0.034116,-0.012208,-0.014308,-0.012093,0.043863,0.059641,-0.033375,0.039995,0.008605,-0.033264,0.003319,0.02562,-0.025539,0.001201,-0.029362,-0.010649,-0.026641,-0.016421,-0.024493,0.007333,0.021213,-0.069652,-0.009398,0.013037,0.006695,-0.002836,0.007655,-0.005766,0.004764,-0.002218,-0.018229,0.000065,0.026353,-0.019557,0.012233,0.05687,-0.001459,-0.000097,0.011258,-0.011006,-0.016084,0.007116,0.039103,0.012094,-0.021114,0.051121,0.019641,0.040813,-0.00234,-0.015945,0.023246,0.016119,0.039565,-0.103616,0.027115,0.019087,0.008053,0.009727,0.014095,-0.03079,-0.016751,0.007827,0.011147,-0.05034,0.015157,0.015102,-0.004777,0.019748,0.000731,-0.015264,0.029267,-0.024108,-0.029134,0.027787,0.006963,-0.014919,0.018151,-0.020901,-0.019807,-0.008285,0.009742,0.012772,0.004046,-0.018521,0.010097,-0.019266,-0.040878,0.002706,0.019485,0.008359,0.018712,0.025464,0.024942,0.005683,0.02946,-0.027518,-0.020766,0.029168,-0.006088,-0.003631,0.00572,0.031659,0.026528,-0.012417,0.011175,-0.022342,0.062801,-0.037387,-0.055669,0.046493,-0.002104,-0.031676,-0.04216,-0.001606,-0.026602,-0.013565,-0.027582,0.001494,-0.005999,0.001152,0.028116,0.00075,0.006974,0.020305,0.038857,0.015212,0.030396,0.007033,0.027924,0.033024,0.003499,0.01869,0.0226,0.15118,0.027148,0.007257,-0.026603,-0.006668,0.014343,0.011722,-0.025069,0.002465,0.116333,-0.003534,0.0055,0.024173,-0.030466,0.024615,0.046192,0.012871,0.024867,0.001543,-0.015732,-0.046126,0.029615,-0.221341,0.014596,-0.055577,0.012087,-0.001215,-0.00292,0.029006,-0.007471,-0.001494,-0.019733,0.012788,-0.010574,-0.048081,-0.01451,0.016221,-0.030688,0.052746,-0.033934,0.028909,-0.013496,0.050401,0.082978,0.009943,0.07363,0.038813,0.031547,-0.000786,-0.001731,0.021551,-0.013446,-0.024015,0.010604,-0.026403,-0.015951,-0.006727,-0.001057,-0.013743,0.051526,-0.03776,-0.002425,0.039412,0.014074,-0.022507,0.000834,-0.007868,-0.009291,-0.001772,-0.011482,-0.043255,0.028391,0.024472,-0.007037,-0.022748,-0.048797,0.026601,0.030735,0.004354,-0.005706,-0.035043,0.026336,0.019317,-0.004352,0.006667,0.018362,-0.041607,0.017085,-0.022113,-0.050774,0.028194,-0.022424,0.028872,0.019155,0.046447,0.023529,0.026695,0.158173,0.005757,0.047606,0.005584,0.014168,0.020586,0.000837,-0.02769,-0.020114,-0.014899,0.009459,0.003483,0.001601,-0.012373,-0.050135,-0.027268,0.081095,0.009666,-0.004901,-0.046823,0.032269,0.040334,0.032552,0.020234,0.020624,-0.014034,-0.024385,0.009148,-0.005615,0.008503,0.017354,0.045628,0.012898,-0.020673,0.022635,-0.016375,0.006333,-0.016841,-0.032419,-0.026179,0.020784,-0.005144,-0.02507,-0.030227,0.028667,-0.018563,-0.045093,0.001667,0.019583,-0.034189,0.023716,-0.014994,0.021759,-0.045815,0.031539,0.018643,-0.003336,0.007179,0.027503,-0.022357,-0.004399,0.020531,-0.015889,-0.047281,0.002916,0.002529,-0.124757,0.004448,0.004833,-0.020597,0.050693,0.024765,0.003572,-0.095526,0.057353,-0.033228,0.030756,-0.024295,-0.066692,-0.019593,0.001949,-0.027606,0.00179,0.029905,-0.024014,0.00423,0.023865,0.043449,0.02981,-0.042473,0.015779,-0.045942,0.00779,0.002368,0.009466,0.026189,0.038438,-0.039146,-0.014683,-0.001333,0.011083,0.055299,0.005833,-0.036576,-0.013049,0.002825,0.048372,-0.006886,-0.017932,-0.027677,-0.017153,0.011279,-0.016012,-0.017873,-0.0531,0.01599,0.020994,-0.031144,-0.011111,0.057065,-0.0048,-0.037585,0.030108,-0.00173,-0.024226,-0.022218,0.017992,-0.058609,0.039173,-0.015659,-0.017897,0.023298,-0.053621,-0.042154,-0.014316,-0.03838,-0.007744,-0.027101,0.025735,0.030335,-0.000201,-0.00443,0.008359,0.017743,0.027665,0.024903,-0.008276,-0.036127,-0.039987,-0.010068,0.020043,0.057113,-0.044473,-0.045431,0.009244,0.029057,-0.044074,-0.029744,-0.014151,-0.007433,0.004313,-0.000583,-0.030055,0.008207,0.021406,0.026557,0.051792,-0.031418,0.016818,-0.008215,-0.041278,0.037543,0.002107,0.017992,-0.008146,-0.00498,0.033626,-0.026532,-0.027094,0.013054,-0.018193,-0.005241,-0.006411,0.002015,0.108057,-0.002294,-0.01622,0.008763,-0.02618,0.019908,0.014106,0.071669,-0.002317,0.004067,-0.028822,-0.025196,-0.010135,0.013926,-0.00299,0.000495,-0.018944,0.005841,0.005863,-0.028199,0.107616,-0.009255,0.011225,-0.010961,0.009334,0.010696,-0.020727,0.024115,0.025751,0.004676,0.024221,0.019683,-0.015921,-0.017292,0.010435,0.021403,-0.024073,0.011591,-0.009484,0.018311,0.039489,-0.01587,-0.01252,-0.043033,0.045891,0.023832,-0.006147,-0.00497,-0.0112,0.067546,0.032445,-0.035445,0.0539,-0.018706,-0.002141,-0.024783,0.00754,-0.022765,0.02254,-0.003163,0.027491,0.026075,-0.020614,-0.023043,0.010926,-0.014522,0.017449,0.027808,0.005142,0.002701,-0.004831,-0.017801,0.02747,0.010251,0.005158,-0.016599,0.005007,-0.013051,0.018792,0.019044,0.693067,-0.023501,0.027471,-0.002721,0.029405,0.007947,0.031049,-0.015802,0.012675,-0.027232,-0.019323,-0.004017,0.026536,0.061205,0.023807,-0.009116,0.026044,-0.025886,0.048732,-0.026729,-0.049402,-0.049694,0.024682,0.053384,-0.011558,0.030044,0.014046,-0.017999,0.011569,0.05164,-0.029548,-0.013251,-0.037254,-0.02773,-0.004747,0.023217,-0.032726,0.013703,0.005619,-0.064223,0.026864,0.040193,0.024132,-0.012711,-0.007037,-0.025108,0.012572,0.002993,0.003449,0.013653,0.002496,-0.022961,-0.024972,0.051886,-0.025717,-0.014329,0.00596,-0.049199,0.019139,-0.018558,0.022337,-0.000578,-0.024306,0.015473,0.00797,0.063514,-0.018032,-0.022186,0.032893,0.018886,0.022751,-0.095233,0.043786,0.034382,0.002344,0.007404,0.005587,-0.017406,0.01028,0.022953,0.005441,-0.067215,0.003531,0.0063,0.001154,-0.000036,-0.037272,-0.000105,0.00068,-0.019357,-0.057942,-0.001178,-0.009896,-0.020038,0.024755,0.00842,0.005116,0.023981,-0.001564,0.015719,0.002609,0.017756,0.013775,-0.022158,-0.047807,0.005861,0.004725,0.026378,0.011408,0.05768,0.005986,-0.005047,0.016298,-0.0166,-0.016485,0.006446,0.02144,0.014037,0.01748,0.022052,0.011781,-0.014068,0.002486,-0.022878,0.031677,-0.03381,-0.033094,0.026425,0.01933,-0.002626,-0.009899,-0.003884,-0.027914,-0.001182,-0.029403,-0.021605,-0.019308,0.002062,0.017903,0.033631,-0.001178,0.030612,0.031161,0.00653,0.034666,0.014234,0.015809,0.023738,0.008698,-0.013887,-0.006296,0.10056,0.017513,-0.018249,-0.00259,0.01235,0.025007,0.014329,-0.021345,0.000629,0.0582,0.008315,0.031951,0.009601,-0.008248,0.013399,0.054928,0.010447,0.020617,-0.002346,-0.004972,0.009321,0.027167,-0.204774,0.016978,-0.043291,0.012915,0.014906,-0.014681,0.017886,0.003703,-0.001183,-0.016754,-0.014807,0.016734,-0.025233,0.00717,0.041377,-0.004014,0.05672,-0.029474,0.022388,-0.019826,0.062636,0.070238,-0.00526,0.06421,0.017663,0.008533,-0.006204,0.028923,0.003047,-0.029665,-0.009785,0.01586,0.004289,-0.028693,-0.020163,0.000447,-0.003625,0.029688,-0.031133,0.003146,0.043181,0.013304,-0.038098,0.005524,0.002057,-0.008951,-0.000997,-0.006804,-0.043735,0.023257,0.024496,-0.021142,-0.012427,-0.036634,0.024269,0.01401,0.017273,-0.006951,-0.015165,0.014327,-0.020417,0.012969,0.002783,-0.01263,-0.039133,0.015621,-0.025066,-0.049895,0.03079,-0.0026,0.029799,-0.000842,0.021435,0.0014,0.043421,0.174336,0.000391,0.036748,0.002661,-0.009955,0.003906,-0.002498,-0.006149,-0.026166,-0.039282,-0.005974,-0.017372,0.012173,-0.017472,-0.02622,-0.046863,0.082167,0.031475,-0.025564,-0.050829,0.018444,0.060193,0.001472,-0.009781,0.014703,-0.012525,-0.004037,0.01367,0.016638,0.007122,0.018461,0.042458,0.008136,0.011561,-0.007827,-0.024834,0.031455,-0.012968,-0.000246,-0.018637,0.01749,-0.010995,-0.017791,-0.022244,0.048024,-0.012337,-0.046973,-0.006124,0.022017,-0.028864,0.012314,-0.005741,0.012853,-0.06435,0.027011,0.000917,0.01307,-0.002406,-0.008905,-0.00246,0.01206,0.02081,-0.026857,-0.025107,0.043818,-0.009725,-0.125589,0.017758,-0.003811,-0.025931,0.018425,0.044108,0.004475,-0.081366,0.021123,-0.018792,0.070454,0.024565,-0.030595,-0.013649,0.016864,-0.013471,0.02166,0.017681,-0.025302,0.003401,-0.004908,0.018391,-0.013317,-0.0096,0.031966,-0.008422,-0.009423,-0.014898,0.010708,0.012082,0.014465,-0.010252,-0.017821,-0.025615,0.033815,0.016466,0.047875,-0.01688,0.00703,0.014021,0.031715,-0.010904,-0.003429,0.007961,-0.02044,0.005721,0.002105,-0.021843,-0.048589,0.00025,0.009216,0.010492,-0.012387,0.075508,-0.005449,-0.042269,0.028054,0.012753,-0.01223,-0.035866,0.030097,-0.010067,0.017666,-0.033526,0.001469,-0.010932,0.003688,-0.040964,0.004119,-0.036947,-0.004905,-0.012774,0.016214,-0.004534,0.008996,0.001978,0.023055,0.004045,0.021834,0.007965,-0.016551,-0.03491,-0.046104,-0.008692,0.01322,0.05845,-0.038053,-0.006968,0.00762,0.018968,-0.028829,-0.05453,-0.007243,0.00819,-0.005346,0.003669,-0.013664,0.015165,0.013827,0.045559,0.034065,-0.023206,0.018783,0.025178,-0.047883,0.026493,0.046875,0.024997,-0.019257,-0.043431,0.017453,-0.024463,-0.028234,0.035234,-0.001704,0.000161,0.009497,0.009693,0.109197,0.000933,0.01031,-0.011121,-0.017821,0.023659,0.034188,0.041973,-0.026255,0.01259,-0.016062,-0.034452,-0.014977,0.046816,0.024042,0.002555,-0.003109,-0.029261,-0.029942,-0.032582,0.127569,0.000836,-0.000676,-0.014886,0.004756,-0.004961,-0.012749,0.01267,0.025943,0.014374,0.030033,0.017064,-0.018331,-0.008056,0.001473,0.027352,-0.040073,-0.013709,0.006768,0.005592,0.014104,-0.039205,0.019802,-0.002639,0.029824,0.015514,0.011682,-0.027915,-0.010728,0.066088,0.012992,-0.027863,0.027177,-0.013086,-0.011987,0.012187,0.028531,-0.001185,0.013914,0.012606,0.026922,0.0068,-0.021131,-0.02983,-0.002056,-0.057626,0.016176,0.047979,-0.028531,0.000714,-0.020132,0.002343,0.010434,0.010419,-0.00137,0.006756,0.006933,-0.027374,0.010801,0.021312,0.745095,0.004909,0.003514,-0.013205,0.014444,0.015016,0.02666,0.005913,-0.003876,-0.029185,0.000041,0.000443,0.010328,0.061554,0.019267,-0.014968,0.026123,-0.022913,0.029922,-0.040715,0.008545,-0.016045,0.044647,0.034087,0.000282,0.083316,0.034587,-0.018279,0.009346,0.029234,-0.001135,-0.01829,-0.039366,-0.048928,-0.008386,-0.011255,-0.010012,0.008311,-0.000004,-0.064346,-0.009666,-0.014551,0.01792,-0.016508,0.022111,-0.03621,0.020319,0.01251,-0.010389,0.004577,-0.007578,-0.011311,-0.00312,0.034621,0.001727,-0.023612,0.011661,-0.035408,0.013107,-0.008079,0.001407,0.002289,-0.023129,0.033182,-0.00039,0.041824,0.013321,-0.011038,0.020089,0.026123,0.037171,-0.08029,0.025188,-0.004483,0.002516,0.002769,0.027428,-0.034484,-0.003048,0.015892,0.01821,-0.077525,0.00634,0.006826,0.01141,0.004044,-0.038415,-0.003554,-0.002162,-0.015995,-0.055987,-0.01357,-0.000238,-0.023886,0.029099,-0.01251,0.003294,0.048194,0.016503,-0.01643,0.007715,0.021291,-0.012526,-0.002072,-0.05733,0.01794,0.006032,0.014309,0.016732,0.070075,-0.001556,-0.025814,0.002765,-0.019078,0.003633,-0.003975,0.010126,0.012376,0.018587,-0.006096,-0.005386,-0.016951,0.001688,-0.021996,0.024742,-0.04618,-0.025648,0.00597,0.010338,-0.012828,-0.023831,0.00149,-0.016024,-0.003634,-0.01227,-0.016348,-0.007239,0.003548,0.017356,-0.007027,-0.002682,0.011909,0.018218,0.012526,-0.004484,0.014245,-0.001305,0.000266,0.011576,-0.011591,0.017012,0.190403,-0.023708,-0.009802,-0.012637,-0.00345,-0.000997,-0.007008,-0.000803,-0.008325,0.024653,0.014968,0.02565,0.026992,0.011007,-0.002677,0.065382,-0.011352,0.00635,-0.008928,0.011983,-0.014435,0.017701,-0.171702,-0.012466,-0.036239,-0.010989,0.036989,-0.011912,-0.021604,-0.005786,0.014036,-0.015447,-0.008317,-0.006524,-0.044954,0.001467,0.011933,-0.027835,0.041834,-0.002332,-0.00277,-0.031115,0.057478,0.089993,-0.003249,0.096794,0.025374,0.024697,0.015187,0.012867,0.012315,0.033449,0.003612,0.019321,0.002023,-0.006153,-0.004418,0.001998,-0.040247,0.048066,-0.034697,0.009982,0.026224,0.009379,-0.030392,0.047542,-0.033967,-0.016331,0.006901,-0.003785,-0.015561,-0.00924,0.008346,-0.009581,0.011528,-0.039548,0.012816,0.017304,-0.003502,-0.016244,-0.011331,0.048276,0.010562,0.034852,0.008086,-0.000916,-0.046801,-0.015905,-0.017026,-0.014125,0.011269,0.020305,0.022696,-0.00979,0.003356,0.020864,0.025082,0.125103,0.001764,0.037297,-0.003283,0.046601,-0.017115,-0.01798,0.001341,-0.000228,-0.057405,-0.016904,-0.012041,0.024278,-0.032859,-0.030152,-0.043629,0.022205,0.00599,-0.00389,-0.045163,0.027515,0.046384,0.038142,0.013316,0.011296,-0.025109,-0.002694,0.00675,-0.006372,-0.004452,0.015752,0.034182,-0.002346,0.01521,-0.007528,-0.014387,0.019504,-0.00906,0.00134,-0.039384,0.048905,-0.020474,-0.021208,-0.010318,0.037114,-0.004568,-0.049924,-0.009474,0.029225,-0.039775,0.004031,-0.019058,0.004072,-0.023477,0.009532,0.034321,-0.008937,-0.000965,-0.001671,-0.018872,-0.022507,-0.000555,-0.028543,-0.019076,0.046077,-0.011814,-0.102308,0.010589,-0.003085,-0.00807,0.038622,0.013607,-0.009918,-0.061859,0.002982,0.002145,-0.009047,0.006682,-0.034032,-0.010979,-0.009239,-0.010503,0.006058,0.031925,-0.019775,0.044891,0.010614,0.030318,-0.010475,-0.031451,0.007832,-0.028868,-0.030623,-0.00982,0.00311,0.017552,0.001434,-0.023733,-0.006858,0.001722,-0.005999,0.000525,0.000748,-0.006157,-0.016337,0.017025,0.034154,0.007735,-0.028025,0.012913,0.001234,-0.002703,0.020656,0.003648,-0.039745,0.011879,0.028881,0.030583,-0.009616,0.083916,0.001247,-0.042751,0.012454,0.014226,0.010775,-0.002056,0.034293,0.041208,0.013207,-0.027069,-0.004202,0.009798,-0.031177,-0.022114,-0.015179,-0.025327,-0.020313,-0.021159,0.030413,0.006165,-0.00203,0.015759,0.003607,0.008852,0.006359,0.00862,-0.002308,0.004314,-0.054669,-0.023772,0.002417,0.055271,-0.038885,-0.023697,-0.017435,0.042972,-0.025983,-0.032868,0.001703,0.007038,0.013667,0.018186,-0.020866,0.011182,0.024257,0.037834,0.0539,0.000421,0.010711,0.000174,-0.000961,-0.023944,-0.0041,0.028478,-0.027104,-0.039739,0.037977,-0.030955,0.003376,0.044871,-0.007885,0.036773,0.003915,-0.002324,0.11446,0.016718,0.010295,0.007506,-0.039796,-0.000996,0.0464,0.051635,-0.027415,0.001403,-0.002656,-0.024731,-0.02698,0.034842,0.013637,-0.002395,0.007338,-0.012338,-0.016448,0.006973,0.077377,0.004692,-0.020435,-0.020684,0.018637,0.00831,-0.014225,0.012836,0.024468,0.004103,0.026336,0.006211,-0.012377,-0.011151,0.024887,0.012169,-0.002864,0.011334,-0.01067,-0.010232,0.025716,-0.012977,-0.005398,-0.001623,0.024992,-0.010522,-0.03343,0.005087,-0.002641,0.044895,0.026369,-0.037895,0.043077,-0.028687,0.017005,0.027762,-0.006598,-0.019489,0.010445,-0.022447,0.004761,0.002391,-0.020456,-0.032161,-0.005378,-0.067331,0.007158,0.029279,-0.016884,-0.023941,-0.025456,0.015053,0.037573,0.004897,-0.016411,0.004628,-0.019701,0.004682,0.003849,0.028281,0.762546,-0.012379,0.024918,0.020747,0.013488,-0.022085,0.025208,0.000047,0.010235,-0.005666,-0.002444,-0.017527,0.007376,0.045355,-0.01317,-0.011993,0.031782,-0.026373,0.002574,-0.049395,-0.034257,-0.026707,0.037566,0.020699,-0.006723,0.047629,-0.01018,-0.03373,0.007828,0.036125,-0.035738,-0.012988,-0.031054,-0.038507,0.002738,0.006352,-0.017764,0.003136,0.015521,-0.081845,-0.008025,0.027448,0.013517,-0.017359,-0.029917,-0.001886,-0.004641,0.00005,0.010067,-0.000819,0.01443,0.018456,0.014994,0.057011,-0.008753,-0.001235,-0.002739,-0.038909,-0.029862,-0.009517,0.009591,-0.009904,-0.043944,0.063808,0.014315,0.043156,0.010132,0.008604,0.032853,0.025103,0.035146,-0.098221,0.060573,0.026193,0.001398,0.006857,0.017248,-0.024422,-0.005709,-0.015517,0.007096,-0.077372,0.035829,0.009512,-0.018648,0.02199,-0.023345,-0.005307,0.022442,-0.027716,-0.043294,0.007714,-0.003478,0.001799,0.028361,0.001674,0.005479,0.065285,0.003665,-0.008424,0.01244,0.021248,0.024435,0.015556,-0.059256,0.015434,0.004412,0.025543,-0.001141,0.032073,0.007838,-0.011145,-0.017893,-0.014638,-0.01791,-0.001959,0.011128,-0.018335,0.009427,0.018597,0.013758,-0.014825,0.001006,-0.030023,0.010074,-0.037241,-0.057119,0.04226,0.023589,-0.022957,-0.017623,0.008567,0.016247,-0.004603,-0.023084,-0.026761,0.007224,0.001302,0.002132,0.018753,0.011797,0.026338,-0.022668,0.026272,0.009412,0.006207,0.029213,-0.001163,-0.00755,-0.031333,0.003422,0.172475,0.00995,0.049772,-0.033618,0.030859,-0.000976,-0.007836,-0.026573,0.00564,0.034977,0.035103,0.035399,0.001873,-0.00935,-0.008352,0.074673,0.00176,0.013552,-0.002246,0.007232,-0.004989,0.011233,-0.164074,0.006215,-0.035901,0.003331,0.033311,0.000791,-0.019879,-0.007098,0.007252,-0.007116,0.003355,-0.012943,-0.031973,-0.031456,0.002343,-0.031844,0.034134,-0.010178,0.034262,0.007018,0.055212,0.080901,-0.014433,0.116685,0.014644,-0.009219,0.016554,0.004524,0.011371,0.001683,0.011439,0.01456,-0.004711,-0.016655,-0.017481,0.012663,-0.018598,0.016925,-0.038371,0.023978,0.001607,0.022549,-0.009463,0.004886,0.012061,-0.012845,0.01426,-0.013128,-0.023654,-0.003665,-0.000705,-0.00616,0.002345,0.002441,0.015158,-0.004197,-0.028054,-0.023599,-0.03814,0.017678,-0.013188,0.022841,0.010655,-0.000104,-0.039283,0.005625,0.001045,-0.015614,-0.000127,0.015509,0.042899,-0.002692,0.022462,0.017994,0.017765,0.113006,0.015431,0.020623,-0.005596,0.027465,0.008643,0.015046,-0.008313,-0.033108,-0.012372,0.001961,0.023357,0.017632,0.013137,-0.019264,-0.043206,0.03782,0.011805,-0.009742,-0.060012,0.027423,0.029978,0.025281,0.006249,0.031786,-0.000505,-0.012509,0.004223,0.020128,0.01017,0.032663,0.028964,0.029452,0.007759,-0.006057,-0.020445,0.006033,-0.014199,-0.016983,-0.02156,0.056312,-0.018473,-0.002302,-0.04014,0.015927,-0.012079,-0.043409,-0.029111,0.017862,-0.026384,0.018349,-0.02693,-0.008822,-0.017212,0.011363,-0.002398,-0.006682,-0.009394,-0.03197,-0.005423,-0.020457,0.018586,-0.019278,-0.032382,0.039659,-0.05284,-0.12368,0.025108,0.001727,-0.019148,0.041591,0.021635,-0.023245,-0.060688,0.01003,-0.002401,-0.004412,-0.0118,-0.008248,0.003891,0.00214,0.019907,0.016538,0.033917,-0.022354,-0.010018,0.014893,0.010117,-0.003281,-0.025206,0.013412,-0.02095,0.012558,-0.019997,0.00323,0.021637,0.022881,-0.016354,-0.004161,0.005991,0.034781,0.013871,0.007396,-0.006375,0.006638,0.027641,0.02205,0.005975,-0.01738,-0.010167,-0.022887,0.022667,0.032838,-0.03006,-0.045031,0.024703,-0.022201,0.017271,0.01233,0.079179,0.027029,-0.022027,0.014077,-0.022061,0.001911,0.009633,0.051306,-0.002716,-0.021266,-0.0342,-0.01372,-0.008748,-0.044927,-0.026736,-0.027555,-0.03156,0.011642,-0.013109,0.016902,0.019607,-0.0077,0.002815,0.002648,-0.005639,0.007801,-0.001294,-0.033219,-0.059568,-0.02747,-0.011389,0.000175,0.04571,-0.008687,-0.001455,0.007298,0.018998,-0.024166,-0.03196,-0.007279,-0.023497,0.004989,0.020915,-0.041471,0.001278,0.047736,0.024059,0.009471,0.000429,0.006811,-0.004035,-0.023782,0.007405,0.001298,0.023598,-0.000042,-0.021013,-0.007532,-0.052844,-0.023271,0.019567,0.004028,0.031346,0.002743,-0.000412,0.114556,-0.015191,0.011521,0.006159,-0.016077,0.021749,0.033875,0.056728,0.002874,-0.012965,0.022496,-0.0312,-0.03127,0.018857,0.003966,-0.003539,-0.038066,-0.018098,0.026171,-0.040912,0.10326,0.026673,-0.020289,-0.018119,-0.010873,0.00918,0.005339,-0.011904,0.004524,-0.009866,0.035345,0.025024,-0.037803,0.012689,-0.011387,0.019409,-0.030528,0.02084,-0.016536,-0.00499,0.042151,-0.042865,-0.011441,-0.005637,0.00137,0.020029,-0.013328,0.001116,0.012271,0.070588,-0.001047,0.023313,0.045547,-0.034657,-0.009437,0.011623,0.013874,0.004422,0.007264,-0.022765,0.022835,-0.008381,0.017517,-0.020996,0.00333,-0.055164,-0.028111,0.040033,-0.01412,-0.009529,-0.006381,-0.002611,0.008934,0.021976,-0.007467,-0.020171,-0.026008,-0.018705,0.010936,0.01918,0.756023,-0.0027,0.012892,-0.025722,0.029636,0.015941,-0.009606,0.009978,-0.0016,-0.003805,-0.011995,-0.007608,0.020552,0.023718,0.027775,-0.02854,0.035986,-0.03303,0.032631,-0.031485,-0.020513,-0.033164,0.026635,0.048901,-0.011706,0.058532,-0.001658,-0.044388,-0.00502,0.024935,-0.022758,0.016929,-0.047626,-0.023174,-0.0217,0.002877,-0.016328,0.017914,0.012924,-0.094198,0.007569,0.010428,0.020026,-0.01895,-0.017788,-0.004436,0.017187,0.014229,0.004253,0.012438,-0.010843,0.005294,0.004028,0.050368,-0.018334,-0.00505,0.005287,-0.03061,-0.001864,0.023542,0.000589,-0.020965,-0.006721,0.073031,0.015685,0.066493,-0.000379,-0.003432,0.038714,0.004007,0.065701,-0.098271,0.030435,0.039346,0.000306,0.028318,-0.002403,-0.008164,0.013902,-0.01431,0.019556,-0.068221,0.006745,0.027508,-0.001221,0.01185,-0.062473,0.014894,0.007656,-0.015447,-0.044949,0.020349,-0.026163,-0.027538,0.014337,0.003636,0.005393,0.044034,0.01874,-0.008918,0.010659,-0.011388,0.0054,-0.00183,-0.046581,0.011674,0.00094,0.004847,0.028844,0.011309,0.022755,-0.021413,-0.007024,-0.001369,-0.011803,-0.006595,0.026145,0.013555,0.000869,-0.019794,-0.012835,-0.004898,0.007147,-0.008488,0.015629,-0.046406,-0.052187,0.040056,0.014926,-0.031163,0.013866,0.015779,-0.036203,-0.00969,-0.035432,-0.020685,0.004622,0.008586,0.011112,0.017578,-0.015538,0.028373,0.005592,0.022129,0.04807,0.015652,0.007641,0.039385,-0.022999,-0.010164,0.049024,0.129708,0.024971,-0.002166,-0.002112,-0.010192,-0.006165,0.032724,-0.025506,0.022118,0.05287,0.020973,0.048247,-0.001871,0.008437,0.01061,0.058121,0.002126,0.013469,0.009548,0.015743,0.019685,0.016796,-0.170843,0.002284,-0.031005,0.027575,-0.001041,-0.019776,-0.000843,-0.005616,0.002647,-0.010731,0.00318,0.015046,-0.033131,-0.00466,0.018855,-0.021734,0.025221,-0.024927,0.01576,-0.007028,0.092459,0.089982,-0.024043,0.090735,0.041295,0.001309,0.007393,0.026934,0.029083,-0.024272,-0.01228,0.039212,-0.011376,-0.057482,-0.002885,-0.009059,-0.013226,0.032265,-0.030093,0.003263,0.015968,-0.00847,-0.017849,0.015214,0.008299,0.0021,-0.00219,-0.003601,-0.030389,0.001356,0.026525,-0.006755,-0.024378,-0.025259,0.002833,-0.011738,0.003756,-0.019145,-0.011119,0.003619,-0.017551,0.014387,0.000394,-0.043243,-0.041608,0.02047,0.019584,-0.043486,0.005031,0.007031,0.013177,-0.026928,0.019976,0.004014,0.035162,0.193874,0.00195,0.062813,0.004912,-0.000556,0.033596,0.035645,0.004134,-0.021558,-0.0309,-0.000543,-0.009891,0.042972,0.006011,-0.026263,-0.022684,0.081715,0.017374,-0.01078,-0.052261,-0.002836,0.020703,0.00194,-0.006635,0.015596,-0.009442,0.009061,0.015629,0.033587,0.00855,0.041513,-0.005571,0.018084,-0.005218,-0.008431,-0.031504,0.024368,-0.005843,-0.017835,-0.013388,0.035309,-0.023517,-0.019905,-0.006847,0.044938,-0.022074,-0.039529,-0.002017,0.039662,-0.033492,0.007017,0.003081,-0.000149,-0.04436,0.018756,-0.006938,0.036202,-0.002939,-0.011452,-0.012659,0.008165,0.013409,-0.028543,-0.013103,0.038212,-0.030047,-0.069053,0.004232,-0.015721,-0.012361,0.033398,0.049658,-0.005767,-0.094395,0.010589,-0.02818,0.089229,0.027511,-0.051098,-0.000228,0.019771,-0.001038,0.03385,0.030364,-0.010424,-0.010303,0.010785,0.010659,-0.016136,-0.019857,0.022133,-0.031278,0.011259,0.00209,0.003601,0.023462,0.053099,-0.031869,-0.005423,-0.004831,0.042037,0.02807,-0.011226,-0.004055,0.021297,0.006997,0.039546,-0.027661,0.009665,-0.00848,-0.019601,0.001733,-0.002668,-0.01516,-0.03597,-0.009785,0.003578,0.009823,0.005327,0.104348,-0.017684,-0.030367,0.015088,0.030595,-0.012066,-0.041414,0.040717,-0.006878,-0.019714,-0.022149,-0.015696,-0.003805,0.009147,-0.053279,-0.009471,-0.022112,0.003406,-0.025917,-0.002279,0.01004,0.02717,0.011143,0.007951,0.008056,0.000739,0.000917,-0.042282,-0.036769,-0.045996,-0.036584,-0.012318,0.027654,-0.030416,-0.010833,-0.01995,0.02945,-0.02319,-0.014457,0.017121,0.015872,-0.010634,0.027742,-0.017855,0.000463,0.037568,0.01793,0.025888,-0.015441,-0.010215,-0.002901,-0.019715,-0.012941,0.12605,0.029422,-0.008803,0.036786,0.019502,-0.018636,0.003542,0.021363,0.016676,0.013091,0.023732,0.01859,0.112413,0.002707,0.0026,-0.01322,-0.02426,0.015863,0.037759,0.051861,-0.013959,0.003457,0.003712,0.004128,-0.011603,0.05922,-0.028603,-0.002845,0.014547,-0.022863,-0.024684,-0.018649,0.111875,0.01238,-0.005117,-0.019121,0.012782,0.002226,-0.003476,0.015588,0.019055,0.010372,0.044223,0.018053,-0.043073,-0.004672,-0.014268,0.031701,-0.033912,-0.003401,-0.005721,-0.008235,0.018901,-0.047814,-0.011582,-0.004439,0.012113,0.019525,0.024939,0.008502,0.026372,0.055924,0.003646,-0.016872,0.039088,-0.043862,-0.025497,0.027496,0.00623,-0.006115,0.025872,-0.003462,0.024316,-0.013989,-0.009256,-0.010598,0.002087,-0.025165,-0.019639,0.040982,-0.041248,0.009898,-0.032736,-0.003646,0.021508,0.024995,-0.021192,-0.01835,-0.007855,-0.021508,0.003655,-0.008086,0.722183,0.003919,0.020273,-0.007768,0.009973,0.023281,-0.014493,0.014973,0.005172,-0.009005,0.002194,-0.025693,0.005839,0.044481,0.05245,-0.035231,0.024635,0.002896,0.036333,-0.003663,0.003076,-0.023343,0.014146,0.009059,-0.00422,0.066083,0.044683,-0.036632,-0.016286,0.027817,-0.033397,-0.031058,-0.048732,-0.033101,-0.010585,0.000256,-0.022344,0.037564,0.01187,-0.059398,-0.006789,-0.014576,0.025168,0.002304,-0.006994,-0.03695,0.036452,0.008042,-0.010634,-0.026406,-0.026566,-0.004558,-0.038342,0.020505,0.002775,-0.012443,0.00513,-0.033148,-0.014003,0.009809,0.01807,0.010575,0.01038,0.032563,0.034245,0.003436,-0.00814,0.026747,0.018547,0.025587,0.031078,-0.084215,0.036499,0.035131,0.006894,-0.008854,0.003191,-0.027866,0.014732,-0.025429,-0.008467,-0.064021,0.026866,0.021657,-0.016373,0.000012,-0.052111,-0.004505,0.008798,-0.006677,-0.054861,0.018671,-0.001212,-0.009249,0.039641,0.000562,-0.002501,0.040025,0.024571,-0.012086,0.022047,0.022262,0.001076,0.003122,-0.059482,-0.002243,0.026977,0.001909,0.003819,0.034995,0.033311,0.012015,0.009816,-0.009867,-0.00361,-0.017992,0.01579,0.024309,-0.005675,0.014487,0.00985,-0.021804,-0.010285,-0.027656,0.024987,-0.034974,-0.043779,0.020505,0.047163,-0.01983,-0.008061,-0.001099,-0.014685,0.003463,-0.02657,-0.023076,0.009436,0.020955,0.037315,0.04549,-0.001036,0.025206,0.012579,0.022794,-0.007702,0.012292,0.026305,0.02705,-0.011088,-0.022349,-0.002313,0.151931,0.035397,0.013646,-0.007785,0.002833,0.014276,-0.013145,-0.032699,-0.018381,0.044759,0.001332,0.013285,0.01606,-0.01607,0.02418,0.069564,0.018245,0.002452,0.004602,-0.005074,-0.003916,0.01762,-0.184062,0.011354,-0.026361,0.016901,-0.001912,0.012832,0.002153,-0.023979,-0.006308,-0.036214,-0.007712,-0.023676,-0.026843,-0.012316,0.016147,-0.028998,0.046272,0.007223,0.008428,-0.003985,0.040843,0.070453,-0.007589,0.077334,0.015569,0.003371,0.005523,-0.007594,0.01136,-0.00652,0.016157,0.025729,-0.0001,-0.025574,0.00241,0.010336,-0.00138,0.049251,-0.036792,0.018239,0.019111,0.018736,-0.035766,-0.007408,-0.010895,-0.026996,0.017348,-0.003344,-0.015793,-0.000139,0.010234,0.003202,-0.003262,-0.034418,0.012448,0.012882,-0.015695,-0.011503,-0.028147,0.032908,0.015652,0.020679,-0.000231,0.002948,-0.050196,-0.000177,0.000419,-0.032195,-0.002818,0.022964,0.021968,-0.012004,0.023392,0.029473,0.050853,0.136771,0.024296,0.019991,-0.010825,0.019125,-0.002068,0.009318,-0.006192,-0.029039,-0.040276,-0.015097,0.021269,0.023993,0.01975,-0.003256,-0.047327,0.050869,0.014465,-0.017544,-0.049875,0.021534,0.031129,0.026821,0.014781,0.023667,-0.001367,0.009817,0.01926,0.029531,-0.000059,0.020579,0.01887,0.038518,0.000873,-0.005159,-0.033212,0.036335,-0.008898,0.017763,-0.02423,0.027717,-0.018417,0.002043,-0.033807,0.029818,-0.020405,-0.045192,-0.014877,0.020293,-0.018759,0.00104,-0.031924,0.00026,-0.050743,0.021424,-0.000181,0.004692,-0.008928,-0.002108,-0.011565,0.008801,0.04262,-0.027421,-0.015019,0.041025,-0.020839,-0.074795,0.014009,-0.002949,-0.013622,0.036951,0.02899,0.005374,-0.08604,0.035329,-0.008869,0.037141,0.016315,0.002637,-0.007712,-0.004397,-0.009666,0.037984,0.038284,-0.008252,0.020131,-0.013675,-0.015891,-0.007397,-0.015252,0.020423,-0.022859,-0.003985,-0.023628,0.010379,0.022513,0.003316,-0.01432,-0.008139,-0.006975,0.041663,0.003247,0.033096,-0.013533,-0.010794,-0.006786,0.015573,-0.004787,-0.026017,0.009634,-0.037751,0.029174,-0.025905,-0.035516,-0.04665,0.008654,-0.003881,0.022534,0.021287,0.103684,0.0131,-0.033859,0.042577,-0.009523,0.004882,-0.035371,0.015511,-0.006371,0.002774,-0.029898,-0.000826,-0.014773,-0.046644,-0.010205,-0.013365,-0.035543,0.01491,-0.006998,0.008691,-0.029219,-0.000422,0.013615,0.012187,-0.002155,0.014995,-0.007127,-0.002576,-0.030306,-0.054845,-0.016557,0.009858,0.054681,-0.015874,0.006764,-0.026692,0.038957,-0.018827,-0.040367,0.000897,0.009633,-0.019036,0.008776,-0.022871,0.000515,0.028892,0.039936,0.03182,-0.030898,0.023039,0.021342,-0.03223,-0.001067,0.010472,0.015124,0.017098,-0.045378,0.018218,-0.029647,-0.036892,0.034577,-0.003707,0.024347,0.006587,0.008048,0.11262,0.022586,-0.000099,0.003567,-0.018519,0.008133,0.028443,0.028353,-0.021274,0.018085,-0.016473,-0.014189,-0.027029,0.030156,0.041931,-0.01152,-0.011261,-0.003932,-0.01192,-0.023245,0.108781,0.022958,-0.012967,-0.02706,-0.003194,-0.004213,-0.003,0.00422,-0.00276,0.005529,0.030895,0.025787,-0.010188,-0.00509,-0.00544,0.014023,-0.032502,0.0077,0.004989,0.004328,0.003663,-0.027591,0.00193,-0.004441,0.008594,0.038552,0.001523,0.014671,0.002116,0.072295,0.018403,-0.004869,0.014476,-0.032526,0.018207,0.00856,0.026399,-0.024042,0.030819,-0.021209,0.035144,0.007934,0.010277,-0.020649,-0.002931,-0.071763,-0.027621,0.040271,-0.004143,0.008769,-0.02121,-0.002898,0.010166,0.007166,-0.010703,-0.013984,-0.003842,-0.024744,-0.005947,0.014822,0.760108,-0.012058,0.013879,-0.007525,0.021042,-0.008333,0.006682,-0.017981,0.026742,-0.016722,0.013874,-0.015431,0.008104,0.037366,0.031501,-0.015261,0.013397,-0.000599,0.019691,-0.045036,-0.023515,-0.030949,0.046182,0.045183,0.022752,0.071085,0.005552,-0.01867,0.007662,0.035637,-0.0051,-0.012807,-0.046372,-0.015328,-0.014945,0.01829,-0.022955,0.021584,0.006677,-0.076806,-0.011353,-0.005071,0.02717,-0.014045,0.01289,-0.013,0.020749,0.023663,0.01848,0.010735,0.016815,-0.001384,0.037522,0.039162,0.010497,-0.014084,0.01146,-0.021898,0.000062,0.018844,-0.026918,-0.009832,-0.020501,0.054481,0.020141,0.0728,0.004523,0.00695,0.026858,0.020063,0.011061,-0.088668,0.021711,0.016885,-0.023079,0.003694,-0.014018,-0.042611,0.006498,0.00091,0.012101,-0.083484,0.018815,0.015394,-0.006654,0.023686,-0.0307,-0.036945,0.03217,0.004265,-0.023251,0.007715,-0.022519,-0.008421,0.030459,-0.013849,-0.012754,0.04905,0.000835,-0.033805,0.016788,0.000387,-0.014011,0.029669,-0.031193,0.004774,-0.018641,0.006813,-0.00046,0.091677,0.004269,-0.017416,-0.016191,-0.018542,-0.034705,0.003496,0.010456,0.002642,0.033835,0.046709,-0.006719,-0.018273,0.0018,-0.000748,0.032379,-0.027673,-0.000385,0.028669,0.014164,-0.007474,-0.008866,0.048377,-0.020085,-0.015746,-0.011146,-0.024587,-0.015015,0.021949,0.023932,0.005549,-0.007435,0.028599,0.004491,0.013111,-0.010183,0.015464,0.0325,0.030488,-0.026469,-0.008567,-0.016223,0.163083,0.019556,0.027118,0.000686,-0.017922,0.01059,-0.021214,-0.008904,-0.00525,0.050448,0.023295,-0.011135,0.00473,0.009886,-0.005352,0.076874,0.019655,0.018122,0.004705,-0.01653,0.002142,0.000111,-0.156675,-0.016994,-0.063994,-0.016796,0.004921,-0.008161,-0.020404,0.014487,-0.007065,-0.005517,-0.029433,-0.033022,-0.052664,-0.007285,0.01431,-0.025446,0.06918,0.000963,-0.004943,0.003198,0.069183,0.090006,-0.040452,0.0835,0.015288,0.007741,-0.002189,-0.025216,0.057921,-0.008103,-0.010002,0.027691,0.016025,-0.006996,-0.014435,-0.018925,-0.027491,-0.022467,-0.023474,-0.003085,0.030463,0.016482,-0.005674,0.047505,0.026679,-0.000656,-0.000319,-0.015879,-0.022716,-0.000018,0.040707,0.020278,0.034963,-0.014398,0.021796,-0.005539,0.034896,0.001904,-0.02045,0.055305,0.025624,0.006668,0.009086,-0.011202,-0.067118,-0.015696,-0.01779,-0.021008,0.002866,0.001602,0.024187,-0.020431,0.029449,-0.000828,0.023996,0.095791,0.033378,0.031908,0.008192,0.020922,-0.017376,0.023494,0.025604,-0.037027,-0.016775,0.016029,0.017761,0.020689,-0.006211,0.003418,0.002615,0.042367,0.007799,-0.002967,-0.053122,0.023924,0.043338,0.03368,0.013651,0.034335,-0.023223,-0.02716,-0.00797,0.041771,0.023011,0.051288,0.021391,0.017953,0.004018,-0.001808,-0.029907,0.00494,-0.02242,0.029473,0.01419,0.015056,-0.023762,0.015223,-0.041965,-0.004495,-0.017661,-0.025484,0.002709,0.016374,-0.013012,0.010166,-0.039445,-0.019644,-0.054344,0.006308,0.046545,-0.038568,0.020337,0.021501,0.036141,-0.01573,0.024602,-0.025618,-0.00813,0.03926,-0.047617,-0.038297,0.028149,-0.025174,-0.016078,0.022503,0.038714,-0.016696,-0.01952,-0.011486,-0.03201,-0.020973,0.024234,-0.018568,0.002493,0.019871,-0.002132,0.02627,0.047368,0.018653,-0.017509,-0.007831,0.01069,-0.027397,-0.029451,0.023557,-0.037194,-0.002101,0.017814,0.005581,0.000973,0.016436,-0.011537,-0.023776,-0.013324,0.022771,0.029374,0.031832,0.0188,-0.003963,0.005485,0.050124,-0.009269,-0.013467,-0.003195,-0.006813,0.012214,0.014145,-0.028685,-0.040958,-0.006412,-0.019658,0.009981,0.012408,0.063168,0.017703,-0.029802,0.055558,0.025334,0.029669,-0.030379,0.069376,-0.026399,-0.018905,-0.017862,-0.032506,0.02333,-0.016991,-0.033178,-0.038114,-0.017904,-0.011232,-0.002394,0.000678,0.038149,-0.01958,-0.011326,0.005746,-0.004442,0.019639,0.018974,-0.009394,-0.031068,-0.004779,-0.020327,0.005178,0.02251,-0.043528,-0.001984,-0.024402,0.027411,-0.037287,-0.069324,-0.015084,0.004815,0.040929,0.004849,-0.044759,-0.009866,0.022694,0.01603,0.037899,-0.017168,0.020217,0.026123,-0.023225,-0.007306,0.012267,0.017561,0.034223,-0.012594,0.016011,-0.022647,0.016987,-0.015925,0.017223,0.019799,0.022383,-0.016393,0.115843,0.002045,0.006287,-0.028071,-0.010922,0.024224,0.030577,0.055178,0.027797,-0.026983,-0.010887,-0.031492,0.020598,0.030041,0.020224,0.008268,-0.011498,0.00262,0.03,-0.029019,0.100856,0.01516,-0.034763,-0.042571,0.007054,0.004203,0.014481,-0.036426,-0.003514,-0.031228,0.03269,-0.000384,-0.033498,-0.00373,-0.031502,0.006688,-0.007107,-0.006186,-0.032263,-0.029704,0.031449,-0.060222,0.016484,-0.012916,0.002338,0.049269,-0.017527,-0.015845,-0.009297,0.035454,-0.004452,-0.034031,0.029208,-0.033865,-0.034332,0.008508,-0.029814,-0.037778,-0.009239,-0.009301,-0.005304,0.004758,-0.032238,-0.029836,0.024413,-0.046992,-0.011693,0.034907,-0.033714,0.015644,0.014565,0.001391,0.005067,0.030481,-0.013496,0.016707,-0.025451,0.012804,-0.001258,0.012645,0.742577,0.011309,0.037643,-0.031044,-0.013669,0.022384,-0.024143,-0.027895,0.004346,-0.012917,0.025285,-0.005728,-0.010069,0.045258,0.043477,-0.021233,0.02772,0.010396,0.021345,0.009303,0.017898,-0.045439,0.042855,0.054053,-0.024876,0.05399,0.01739,-0.024947,-0.000026,0.014441,-0.018643,-0.011912,-0.043923,-0.030078,-0.006966,0.012334,0.013397,0.009319,0.02512,-0.082289,0.0185,0.005394,0.032739,0.000967,-0.001031,-0.037215,-0.020107,0.004756,0.000497,0.023866,0.014373,-0.027784,0.033254,0.017357,-0.008833,-0.012481,0.018153,-0.016314,-0.017626,-0.010565,0.062804,0.016382,-0.01332,0.055219,0.002247,0.044494,0.021268,0.013476,0.049979,0.008325,0.042865,-0.107312,0.029764,0.01892,-0.006411,0.000147,0.020411,-0.024957,0.011105,-0.014117,0.048391,-0.047734,0.039674,0.020586,-0.026185,-0.008981,-0.013748,0.004997,0.032976,-0.027791,-0.031644,0.008875,0.023828,-0.002779,0.020611,0.004994,-0.006001,0.028248,0.02178,-0.020675,0.012892,0.001599,-0.006973,0.030491,-0.065492,-0.008232,-0.008723,-0.003879,-0.028779,0.067458,0.026727,0.00424,0.000551,-0.013673,-0.017678,0.016547,-0.006829,0.004988,-0.012938,0.011929,0.013277,-0.017845,0.001491,-0.014242,0.030435,-0.026335,-0.019847,0.034418,0.013215,-0.043971,-0.037157,-0.000419,-0.019724,-0.022135,-0.008034,-0.014949,-0.019008,0.007419,0.007325,0.003003,0.006557,0.025275,0.003477,0.019142,-0.004737,0.01888,0.030313,0.011348,-0.013077,-0.007567,0.006872,0.154156,0.03311,0.013445,-0.010156,0.003976,0.012223,-0.007914,-0.028057,0.001446,0.088526,0.018182,0.015728,0.001822,-0.009136,0.026317,0.069472,0.011094,0.006833,0.029445,-0.017414,-0.03174,0.012267,-0.167797,-0.007899,-0.036253,0.009688,0.013436,0.043161,-0.019503,-0.013442,-0.003195,-0.015906,-0.001612,-0.050814,-0.023056,-0.002489,-0.002288,-0.049262,0.04615,-0.006176,0.013053,-0.027923,0.055034,0.054141,-0.018353,0.078943,0.044975,0.012295,0.023707,-0.012188,-0.004883,-0.000421,0.014473,-0.006481,-0.011405,-0.044814,-0.019997,-0.008161,-0.019486,0.044693,-0.035913,0.000853,0.000947,0.042598,-0.033143,-0.013244,-0.003098,-0.001737,-0.00665,-0.014712,-0.048637,-0.000311,0.002701,0.011397,-0.003213,0.009092,0.020523,0.02355,-0.011062,-0.01454,-0.027062,0.051709,0.000578,0.009609,0.003339,0.00874,-0.055643,-0.009778,0.004568,-0.042247,-0.005026,-0.008025,0.030004,-0.023962,0.031517,0.006711,0.023704,0.130143,0.000746,0.013819,0.012265,0.009473,-0.007046,0.032611,-0.017983,-0.022121,-0.016374,0.005906,0.029288,0.019579,0.020202,-0.026034,-0.015099,0.052964,0.011952,-0.010516,-0.035807,0.040396,0.048944,0.024399,0.013414,0.020603,-0.051904,-0.010526,0.00464,0.024462,0.009891,0.014888,0.029613,-0.003393,-0.015467,0.003383,-0.008875,0.040919,-0.014212,-0.020199,0.006878,0.045879,0.018599,-0.000805,-0.030951,0.032222,0.007594,-0.03204,-0.023895,0.0172,-0.050887,0.013162,-0.025403,0.00043,-0.028527,0.022703,0.008787,-0.007438,0.002446,0.017816,-0.015843,-0.005905,0.011862,-0.03103,-0.045207,0.02762,0.016977,-0.054599,0.013416,0.01978,-0.018282,0.047489,0.017471,0.004832,-0.056384,0.028613,0.011314,0.010207,-0.009671,-0.022925,-0.012869,-0.021498,-0.011332,0.007832,0.021759,0.00466,0.000593,0.001359,0.017659,-0.020189,-0.011548,0.013031,-0.022789,0.000905,-0.009031,0.005066,0.040285,0.025977,-0.024733,-0.02658,0.011648,0.00721,0.009486,0.028587,-0.016046,-0.002962,-0.008197,0.015254,-0.012144,0.000055,-0.023403,0.0003,0.038857,-0.002001,-0.033751,-0.039203,0.025605,-0.001612,-0.003514,0.000356,0.083078,0.026658,-0.025125,0.013523,0.006264,-0.010161,-0.023782,0.036018,-0.000379,0.005667,-0.011893,-0.05124,0.000901,-0.045224,-0.035009,-0.020618,-0.023677,-0.001524,-0.030438,0.013052,0.018933,-0.004049,-0.017487,0.02398,0.017852,0.023646,0.00636,-0.010226,-0.047152,-0.046965,-0.003678,0.020179,0.018148,-0.031024,-0.014657,-0.00278,0.035917,-0.010182,-0.030263,0.01658,0.017981,0.019503,-0.017713,-0.011759,0.028646,0.039421,0.027274,0.026157,-0.029119,0.01515,0.033045,-0.022414,0.004227,-0.006819,0.024525,-0.000082,-0.002081,0.022846,0.000148,-0.014684,0.000996,-0.000927,0.022202,0.005488,0.017256,0.110637,-0.01919,0.003186,0.003209,-0.023385,0.008198,0.012521,0.054437,-0.005787,-0.008564,0.004403,-0.03004,-0.026902,0.018838,0.013943,0.013546,-0.02363,0.000724,-0.001761,-0.020741,0.129891,-0.011123,0.008418,-0.00733,0.024887,0.002625,-0.012816,0.014201,0.01218,-0.016165,0.047264,0.010231,-0.039364,0.00184,0.010569,0.049449,-0.008031,0.006852,0.01767,0.03086,0.031953,-0.011678,0.007984,-0.028059,0.005002,0.035951,-0.006666,-0.02002,0.024002,0.064808,0.024634,0.022691,0.049223,-0.009398,-0.003277,-0.007091,0.019374,-0.019546,0.010268,-0.016058,-0.005843,0.001057,0.010244,-0.01068,0.011676,-0.058629,0.013029,0.022327,-0.015877,0.007475,-0.002234,-0.018577,0.006634,0.014955,0.013926,0.004723,-0.040609,0.000939,0.018427,0.001825,0.763424,-0.011988,0.028978,0.006023,0.024879,0.006104,0.000337,-0.022344,0.023058,-0.01069,0.010838,-0.015309,0.031009,0.014728,0.026369,0.000624,0.043151,-0.01872,0.021655,-0.010035,-0.037361,-0.007605,0.030744,0.051645,-0.030984,0.058122,0.022058,-0.023646,0.006719,0.034756,-0.008444,-0.00972,-0.066132,-0.033784,-0.020933,-0.007907,-0.012215,-0.002058,0.021849,-0.081049,0.038258,0.000715,0.02646,-0.023114,0.004092,-0.023709,0.007822,0.004608,0.025056,0.010642,0.018844,-0.01207,0.000527,0.061041,-0.010413,-0.018259,0.008208,-0.023531,-0.013929,0.004507,-0.005188,0.00558,-0.017271,0.04888,0.013324,0.050069,0.0215,0.008794,0.038088,0.037437,0.02281,-0.098601,0.040324,0.020412,-0.004896,0.00019,0.025814,-0.016938,-0.002381,-0.026553,0.009216,-0.074629,0.028423,0.003744,-0.016521,0.020717,-0.032965,0.006095,0.001519,-0.03732,-0.065441,-0.000077,-0.003895,-0.008447,0.024134,-0.007446,0.011574,0.070836,-0.012864,-0.006679,-0.005052,-0.004088,0.025102,0.008671,-0.061146,-0.000516,0.006077,0.018212,0.00507,0.053287,0.008185,-0.026995,-0.004337,0.010358,-0.020778,-0.008769,0.00828,-0.000679,0.021538,0.007945,-0.005409,-0.016567,0.007523,-0.012657,0.01528,-0.039484,-0.051408,0.039652,0.021027,-0.030309,-0.00453,0.0152,0.006654,0.000223,-0.039957,-0.015318,-0.009822,-0.011689,-0.000949,0.007014,0.007989,0.02055,-0.015764,0.016459,0.004362,0.01585,0.013554,0.003323,0.004882,-0.01655,-0.005194,0.135622,-0.010947,0.027902,-0.022921,0.014613,0.003408,0.010981,-0.034004,-0.000458,0.021105,0.017133,0.034265,0.015322,-0.010015,0.005554,0.077678,-0.002942,0.017429,-0.014122,0.000065,-0.002932,0.003975,-0.171038,0.003629,-0.035375,-0.004558,0.01622,-0.001843,-0.01237,-0.003177,-0.004666,-0.008793,0.011684,0.002693,-0.03853,-0.029601,0.005025,-0.021991,0.040494,-0.006393,0.024927,-0.014054,0.063435,0.082275,-0.019855,0.108826,0.009219,-0.019795,0.019924,0.016365,0.01129,0.001702,0.008032,0.025833,0.001446,-0.01837,-0.02242,-0.000118,-0.023806,0.043818,-0.028491,0.017422,0.020853,0.018494,-0.007588,0.008598,0.008478,-0.021307,0.019421,-0.004576,-0.00945,0.000253,0.004272,-0.03041,-0.00846,-0.001543,0.021224,0.004324,-0.014946,-0.018223,-0.015767,0.016823,-0.011445,0.01579,0.00561,-0.01194,-0.043952,-0.000018,0.005161,-0.019263,0.031364,0.030888,0.041871,-0.011945,0.019999,0.008801,0.022047,0.151479,0.019115,0.020872,-0.001413,0.016589,0.020869,0.008018,-0.000573,-0.031216,-0.014959,0.000724,0.000194,0.017312,0.01963,-0.029357,-0.036004,0.041784,0.033333,-0.017419,-0.052497,0.024264,0.027943,0.011754,0.005888,0.032522,-0.006457,0.001311,0.00485,0.017829,-0.006798,0.036848,0.012333,0.018926,0.009902,-0.01162,-0.019373,0.00874,-0.00783,-0.007479,-0.020943,0.046963,-0.02129,-0.008127,-0.041082,0.021424,-0.012868,-0.046524,-0.018399,0.022032,-0.035197,0.005721,-0.008259,-0.011894,-0.040641,0.014467,-0.003404,0.021442,-0.010207,-0.014284,0.000902,0.002325,0.001316,-0.03269,-0.028144,0.043917,-0.030574,-0.064762,0.010673,0.015815,0.001352,0.03605,0.02631,-0.006439,-0.042315,0.013797,-0.013265,0.029607,-0.006582,-0.020913,0.008737,0.006053,0.017729,0.025371,0.031235,-0.011156,0.003963,0.015739,0.014346,-0.00414,-0.016513,0.014179,-0.009509,0.018582,-0.000809,0.014415,0.013304,0.027608,-0.009427,0.005281,-0.002521,0.02652,0.01483,0.00835,0.005468,0.021224,0.024767,0.0363,0.014563,-0.016613,0.000004,-0.027603,0.014216,0.013183,-0.033694,-0.037726,0.008093,-0.005925,0.023881,-0.010425,0.08229,0.019528,-0.020839,0.021848,-0.009847,0.004466,-0.001656,0.042236,0.005833,-0.004758,-0.029721,-0.00072,-0.006809,-0.03193,-0.020739,-0.028953,-0.034969,-0.010765,-0.000683,0.014545,-0.003186,-0.005419,0.013457,0.021269,0.001434,0.003589,-0.003319,-0.029445,-0.054348,-0.043114,-0.016352,-0.00719,0.051105,0.000753,-0.003827,0.003197,0.032629,-0.029413,-0.047361,0.006445,-0.028183,-0.005651,0.030285,-0.027581,-0.00302,0.044932,0.020785,0.027449,0.00171,0.017014,0.002976,-0.021874,0.007424,0.034519,0.020723,0.0034,-0.024297,0.015258,-0.048882,-0.005403,0.028846,-0.001864,0.01755,0.000718,0.00556,0.115603,-0.005766,0.011353,0.010997,-0.023852,0.018297,0.032626,0.048082,-0.000543,-0.015412,0.016952,-0.040908,-0.023813,0.031686,0.022669,0.002325,-0.006834,-0.009926,0.01151,-0.017256,0.105407,0.032296,-0.016016,-0.008999,0.009159,-0.000555,0.004907,-0.002443,0.028754,-0.01623,0.028335,0.020155,-0.040422,0.019972,-0.011808,0.010314,-0.029816,0.020683,-0.030291,0.005127,0.022678,-0.031918,0.005963,-0.009035,0.010272,0.001087,0.001872,0.007279,-0.001186,0.061575,0.003134,0.013458,0.034198,-0.038701,0.02818,0.008351,0.011401,0.012819,-0.008599,0.001969,0.023061,-0.001156,0.018875,-0.000784,0.005009,-0.054753,-0.024662,0.037247,-0.029303,-0.009389,-0.022808,0.004657,-0.000761,0.004617,-0.010192,-0.001896,-0.027924,-0.00829,0.005931,0.023044,0.77817,-0.009188,0.016384,-0.020234,0.027293,0.017924,-0.009188,0.019875,0.007119,-0.013577,-0.004443,-0.010352,0.011292,0.016219,0.028573,-0.035214,0.018733,-0.025008,0.029844,-0.045436,-0.017935,-0.019468,0.026763,0.012955,-0.024625,0.067613,0.012767,-0.033231,-0.012919,0.020099,-0.021867,0.013707,-0.050816,-0.037386,-0.01471,0.007722,-0.039112,0.024726,0.005059,-0.084474,0.000818,0.004208,0.017115,-0.025898,-0.001808,-0.007877,0.030665,0.012448,0.001366,-0.003034,-0.017072,0.032281,0.009427,0.032927,-0.020356,-0.016795,0.003095,-0.036896,-0.019698,0.011445,-0.006656,-0.002438,-0.003906,0.067932,0.01587,0.038098,0.013997,0.0071,0.042049,0.0034,0.006061,-0.083749,0.032891,-0.005005,0.007533,0.005498,0.029256,-0.014325,-0.00871,-0.015895,-0.022162,-0.061483,0.019697,0.000714,0.001325,-0.004361,-0.049969,0.00493,0.003928,-0.003581,-0.050306,0.01168,-0.003249,-0.037784,0.023281,-0.004354,-0.010598,0.056156,0.017417,0.021716,0.008357,0.023606,-0.00805,0.005711,-0.064338,-0.014514,-0.007312,0.058409,0.009904,0.070931,0.008832,0.019181,-0.003211,-0.025524,0.001197,0.009798,0.019656,0.009682,0.004059,0.018676,0.007931,-0.00846,0.0276,-0.006552,0.027035,-0.029995,-0.03582,0.041526,0.03118,-0.003262,-0.007691,0.009064,-0.033576,-0.01207,-0.033345,0.002406,0.006791,0.021152,0.03339,0.032043,0.004953,0.021496,0.006708,0.013735,0.034018,0.009575,0.039923,0.031356,-0.000241,-0.026494,-0.010233,0.138251,0.029413,-0.009534,-0.01209,0.020761,0.017357,-0.014134,-0.030849,0.010387,0.043751,-0.00412,0.041764,-0.007959,-0.001371,0.008166,0.056336,0.007389,0.021976,-0.014941,-0.00121,-0.025699,0.024066,-0.173891,-0.005752,-0.051815,-0.000483,0.030629,-0.004919,0.010396,0.006631,0.009155,-0.030943,-0.024687,-0.05303,-0.020429,-0.003783,0.026382,-0.012566,0.091037,-0.043711,0.003894,-0.019169,0.034471,0.080692,0.001743,0.075595,0.013946,-0.012183,0.014676,0.006644,0.024311,-0.028831,0.003232,0.045052,-0.008401,-0.063398,0.016244,0.027904,-0.032945,0.008386,-0.025577,0.011224,0.02203,0.008589,-0.024071,-0.031794,0.008981,-0.00583,0.00161,0.004062,-0.027945,0.025797,0.029779,-0.020296,-0.003054,-0.032148,0.048335,0.004496,-0.018914,0.007599,-0.053311,0.023235,0.00298,0.000903,0.003132,-0.002739,-0.051247,-0.002458,-0.01472,-0.056368,0.01086,0.030703,0.035699,-0.018086,0.009361,0.033546,0.033923,0.128266,0.007285,0.018263,0.002687,0.005071,-0.009744,0.000223,-0.018793,-0.022765,-0.049856,0.009706,-0.007711,0.011466,-0.000753,-0.009641,-0.043494,0.04177,0.036291,-0.022452,-0.060427,0.026864,0.030759,0.003092,0.004757,0.022479,0.014266,-0.01904,0.016269,0.013795,0.022848,0.028258,0.03789,0.016845,0.001549,0.016225,-0.036007,0.062971,0.005944,-0.004597,-0.008335,0.038243,-0.024277,-0.002722,-0.063447,0.028218,-0.008904,-0.031824,-0.014412,0.025671,-0.01613,0.018996,-0.022101,0.01391,-0.017822,0.021172,0.019355,-0.023641,0.00653,-0.020174,0.011648,0.002434,0.022455,-0.01906,-0.015298,0.006155,-0.028831,-0.10573,-0.002693,0.008438,-0.00933,0.023305,0.029787,0.005936,-0.095522,0.026367,0.001132,0.022412,0.018639,-0.016185,-0.020757,0.025693,-0.031445,0.020013,0.034965,-0.01181,-0.005277,0.000539,0.024674,-0.015744,-0.021094,0.00341,-0.01889,-0.027776,0.001919,0.015664,0.038799,0.005215,-0.033706,-0.031874,-0.017256,0.031267,-0.004433,0.003101,-0.022714,-0.013173,-0.02807,0.040669,-0.014496,-0.026232,-0.002777,-0.022758,0.041522,-0.008299,-0.023208,-0.044704,0.020382,0.003835,0.017978,0.029676,0.086101,0.016711,-0.01297,0.053442,0.01464,-0.006703,0.00753,0.037355,0.024603,-0.005511,-0.002785,0.000165,-0.001214,-0.03667,-0.040169,0.005482,-0.020918,0.003015,-0.012881,0.009611,0.02455,-0.012303,0.00004,-0.010826,-0.009448,0.00737,0.020603,-0.001677,0.002224,-0.007624,0.009797,0.005458,0.026267,-0.035759,-0.021823,-0.025209,0.015818,-0.026066,-0.039589,-0.032648,0.007743,0.011209,0.030756,-0.028557,0.006652,0.019317,0.064676,0.029174,-0.007095,0.020905,0.021675,-0.002802,-0.004291,0.020822,0.045152,0.000862,-0.019255,0.004808,-0.040729,-0.02675,0.025228,-0.006762,0.02066,0.017016,0.009126,0.111577,-0.019278,0.018882,-0.000557,-0.036896,0.015608,0.056099,0.070235,-0.027255,-0.011049,0.003076,-0.01737,-0.032267,0.028777,0.010488,-0.001778,0.002481,-0.002572,-0.013975,-0.035096,0.110536,-0.02125,-0.02328,-0.013421,0.006332,-0.012802,0.015494,-0.003032,-0.006355,0.023315,0.038511,0.039486,-0.011519,-0.009086,0.0015,0.050652,-0.010271,-0.017417,-0.003254,0.009576,0.026146,-0.043488,0.003011,-0.025484,0.028474,0.018406,0.02582,0.000193,-0.009315,0.053998,0.016425,-0.010315,0.03886,-0.01572,-0.001609,0.008739,0.044872,-0.034089,0.022594,-0.001011,0.032915,0.004233,-0.017861,-0.035381,0.018726,-0.074747,-0.005305,0.072102,-0.001329,0.046627,-0.016774,0.015733,0.034597,0.018441,-0.005453,-0.00075,-0.006452,-0.018729,0.018793,0.033017,0.729431,0.003522,0.02103,-0.022805,0.007287,0.008092,0.007337,-0.024969,-0.006305,-0.028973,0.021699,0.009194,-0.000841,0.029958,0.045218,-0.020947,0.072256,-0.000591,0.010708,-0.03514,-0.010123,-0.033401,0.039311,0.04646,0.014952,0.075553,0.013196,-0.000022,0.017239,0.036457,-0.017487,-0.014139,-0.049156,-0.040781,-0.010021,0.010584,-0.005879,0.038421,0.011588,-0.073759,-0.002925,-0.00225,0.035887,-0.029509,-0.019204,-0.034534,0.014019,0.030908,0.028028,0.014228,0.021179,-0.004554,-0.019032,0.033523,-0.040245,-0.006881,0.006937,-0.015787,0.009605,0.010946,-0.006978,-0.006373,-0.008266,0.045292,0.027438,0.062847,0.023201,-0.016045,0.019019,0.011359,0.00931,-0.08467,0.054128,0.02388,-0.024013,-0.009709,0.050728,-0.011359,-0.004584,-0.011438,0.00767,-0.075375,0.021224,-0.009046,-0.015457,0.046821,-0.028457,-0.030107,0.019652,-0.015673,-0.059298,-0.002552,-0.000529,-0.020183,0.002122,0.003546,0.008935,0.051841,0.015081,-0.002655,-0.00765,0.011416,-0.000433,0.006447,-0.038919,-0.037812,0.004105,0.009939,-0.020686,0.100617,-0.001945,-0.043428,0.000434,0.00404,-0.026051,-0.00911,-0.009169,0.012575,0.016547,0.015201,-0.004358,-0.008389,-0.023689,-0.017652,0.024471,-0.009073,-0.02447,0.03828,0.033111,0.003214,0.003429,0.013241,0.009116,0.01493,-0.002976,-0.018384,-0.006911,0.002481,0.014863,0.012929,-0.005276,0.038757,0.00863,0.019261,0.039954,0.020627,0.008817,0.036172,0.009023,0.00429,0.018653,0.100336,0.008872,0.028185,-0.017901,0.003063,0.030207,0.007501,-0.031398,0.035197,0.014684,-0.011249,0.043083,0.051922,-0.032558,0.014177,0.088642,0.006721,0.021162,-0.031448,-0.007478,0.019415,-0.017563,-0.123787,-0.006758,-0.055615,-0.03029,0.017564,0.007686,-0.00359,-0.00851,0.024947,0.024204,0.014339,0.023225,-0.029096,-0.01354,0.041083,0.006524,0.018057,0.015703,0.023647,0.003058,0.082695,0.070305,-0.035721,0.108953,0.00479,-0.024373,0.01466,0.0294,0.019282,-0.023503,-0.005342,0.026874,-0.017023,-0.0237,-0.024183,0.009646,-0.046096,0.037952,-0.006047,0.022223,0.006536,0.031185,-0.002931,0.009973,-0.010037,-0.023485,0.031321,-0.012278,0.003173,-0.020112,-0.006768,-0.009984,-0.015608,-0.00765,0.007589,-0.011407,-0.001495,-0.009883,-0.013192,0.007837,0.010229,0.020358,-0.005951,-0.029003,-0.036626,-0.004063,0.009839,-0.023998,0.012898,0.03878,0.010249,-0.006008,0.013796,0.014158,0.012824,0.132087,0.029829,0.004223,0.003628,0.005483,0.002044,0.000904,-0.023314,-0.042976,-0.026215,0.001201,-0.016009,0.002659,-0.017053,-0.024707,-0.034693,0.06844,0.054143,-0.008597,-0.048965,0.004877,0.013524,-0.01211,0.009276,0.032814,-0.002723,-0.011993,0.028237,0.028426,0.012497,0.023324,0.035313,-0.001975,0.031088,-0.001417,-0.037957,0.024307,0.032853,-0.010152,-0.020993,0.002561,-0.047514,0.036919,-0.036188,0.019091,0.005707,-0.059992,-0.014907,0.033039,-0.019841,-0.005707,-0.021297,0.002289,-0.009279,0.00369,0.003157,0.004966,-0.008054,-0.021198,-0.009889,-0.019252,-0.0005,-0.031504,-0.031598,0.030827,0.01304,-0.028888,0.019818,0.012773,0.00568,0.043659,0.038737,0.007769,-0.020416,0.029543,0.011065,0.035609,0.017389,-0.045312,0.011639,-0.004075,0.007026,0.022836,0.030563,-0.009023,-0.005157,-0.025938,-0.031689,0.005197,-0.022803,0.028858,-0.034523,0.037012,0.009176,0.018512,0.004475,0.020346,-0.005337,0.015599,-0.003141,0.025326,0.010016,-0.019971,0.003322,0.017799,0.009489,0.042319,-0.027298,-0.035245,0.010776,-0.032331,0.027679,0.00419,-0.028,-0.039941,-0.011978,-0.002338,0.016128,-0.022493,0.06447,0.003558,-0.006565,0.024556,0.016209,0.005212,-0.013811,0.059023,0.001928,-0.016002,-0.036237,0.007493,-0.011349,-0.03905,-0.030598,-0.039733,-0.030401,-0.009101,0.013679,-0.003058,-0.016375,-0.005776,0.008143,0.022217,-0.008358,-0.010161,-0.001196,-0.023138,-0.018862,-0.022001,-0.018944,-0.033627,0.062985,0.004045,0.002052,0.001271,0.008408,0.000996,-0.015207,0.0208,-0.005143,-0.009504,0.026315,-0.024858,-0.005365,0.05094,0.019024,0.032231,-0.009818,0.017634,-0.009162,-0.007492,0.007709,0.022524,0.017335,0.000576,-0.013493,0.007011,-0.016464,-0.005568,0.038721,-0.004493,-0.009622,0.013375,-0.001562,0.117758,-0.005842,0.017217,0.014888,-0.038436,0.048832,0.0325,0.039426,-0.004747,-0.01181,-0.024859,-0.018312,-0.012604,0.017915,0.014225,0.009621,-0.028105,-0.033002,0.003946,-0.000796,0.074303,0.012967,-0.007386,-0.010749,0.004744,0.015097,-0.020145,-0.018489,0.009383,-0.02565,0.023188,0.02543,-0.04724,0.012962,-0.014851,0.01986,-0.045207,0.007873,-0.024422,-0.020352,0.007634,0.014655,0.0193,-0.016697,0.01229,-0.004843,-0.011329,0.020436,0.023465,0.069056,0.021421,0.011474,0.006034,-0.054845,0.02073,0.009469,0.02963,-0.002074,0.007778,0.002199,0.048237,-0.004908,0.020693,-0.008274,0.002126,-0.027956,-0.021963,0.030981,-0.031578,-0.022975,-0.027386,-0.003881,0.004238,0.011862,-0.01681,0.007594,-0.023668,0.005201,0.006453,0.037395,0.779035,0.008215,0.015989,-0.003717,0.012019,0.04127,-0.015337,-0.013239,0.004064,-0.021561,-0.000527,-0.027941,0.033383,0.007353,0.015652,-0.003622,0.011398,-0.028044,0.047667,-0.034321,-0.015069,-0.019619,0.020364,0.015984,-0.014317,0.045971,0.0107,-0.012368,-0.023851,-0.000996,-0.01919,0.005453,-0.055504,-0.010302,-0.034443,0.000031,-0.023937,-0.008605,0.019186,-0.099338,-0.021043,0.006274,0.017425,-0.029216,-0.000181,-0.003258,0.022217,-0.026793,-0.016577,-0.022235,0.015066,0.027744,0.025264,0.032558,-0.007834,-0.019335,0.013473,-0.038217,-0.050175,0.000066,0.012944,-0.016769,0.007015,0.067683,0.015059,0.03224,0.024932,0.01225,0.009151,-0.007313,0.027901,-0.076584,0.042316,0.011768,-0.009801,0.01342,0.01556,-0.001056,-0.015954,0.007903,0.005982,-0.055714,0.017413,0.002088,0.011008,0.002466,-0.058218,-0.010073,-0.004339,-0.006614,-0.061368,0.006486,-0.029138,-0.017893,0.009147,-0.032571,-0.003884,0.023306,0.01337,-0.004476,0.027888,-0.008108,0.002065,-0.01285,-0.064337,-0.018823,0.023919,0.008357,-0.004085,0.067576,0.004978,-0.00607,0.009997,-0.038535,0.023841,0.00416,0.024176,-0.002013,0.00856,0.029797,-0.001924,-0.018706,-0.001349,0.005603,0.030112,-0.025637,-0.04434,0.030524,0.002836,-0.049597,-0.022731,0.009891,-0.027629,-0.015706,-0.009153,-0.023715,0.018981,0.018314,0.02084,0.020385,0.007201,0.012663,0.035366,0.020079,0.021764,0.022008,0.015869,0.015573,-0.000018,-0.00341,0.037159,0.146762,-0.009362,-0.017941,-0.024583,-0.008065,0.020086,0.004955,-0.012746,-0.000742,0.077056,0.012939,0.017609,0.01247,-0.008387,-0.005776,0.062157,0.015669,0.001632,-0.002455,0.005024,-0.028624,0.002856,-0.185634,0.015456,-0.056508,-0.014113,0.023734,0.000264,-0.008896,-0.009953,-0.011217,-0.007761,0.011907,-0.024904,-0.05128,-0.005432,0.01966,-0.018204,0.070611,-0.031949,-0.004583,-0.031582,0.058268,0.07888,-0.007541,0.093981,0.021931,0.011406,0.000843,-0.017887,0.021141,-0.005376,0.004646,0.014618,-0.006223,-0.039496,-0.021708,0.014225,-0.03975,0.04484,-0.052571,0.003266,0.022608,0.01331,-0.027423,0.016607,-0.016136,-0.020162,-0.012382,-0.03027,-0.028947,0.016768,-0.013996,-0.018644,-0.015474,-0.032155,0.020771,0.017208,0.018431,-0.016531,-0.039079,0.041398,-0.000773,0.006249,0.009282,0.006334,-0.042352,-0.001854,0.001411,-0.022784,-0.003045,0.001278,0.013369,-0.022782,0.011886,0.021093,0.036193,0.162354,0.000941,0.027504,-0.001504,0.021061,-0.009236,0.006736,-0.006614,-0.022541,-0.035038,-0.00497,0.02043,0.028392,0.002886,-0.025356,-0.019803,0.058947,0.007344,-0.017545,-0.042262,0.030386,0.045592,0.031179,0.019311,0.024049,-0.010244,-0.015223,0.00112,0.005394,-0.001861,0.013593,0.037556,-0.007086,0.014649,0.016089,-0.036613,0.008493,-0.041381,-0.036186,-0.002937,0.058339,-0.026756,0.011477,-0.043265,0.013488,0.004393,-0.051462,-0.004995,0.030482,-0.041612,-0.006924,-0.013524,0.001956,-0.011629,0.020868,0.012656,-0.009351,0.002361,-0.01349,0.000073,0.003069,0.018599,-0.013192,-0.03002,0.017854,-0.013849,-0.128436,-0.000403,0.017152,0.010537,0.053914,0.020492,-0.029334,-0.116791,0.044086,0.004091,0.020582,0.006997,-0.050498,-0.02575,0.043621,-0.00791,0.018581,0.042395,-0.02259,0.007534,0.007963,0.011703,-0.00381,-0.023671,0.045812,-0.019846,-0.018984,-0.00108,-0.000824,0.024523,0.021245,-0.039599,0.033546,-0.002596,0.032973,0.001426,0.000705,-0.013603,-0.027619,-0.017051,0.032161,-0.025833,-0.03064,-0.014268,-0.000994,0.023089,-0.001741,-0.038198,-0.029852,0.017585,0.011871,0.016228,-0.006662,0.095865,-0.005924,-0.03867,0.038375,0.005581,-0.027018,-0.018233,0.040199,0.001399,-0.006352,-0.023401,-0.000261,-0.001012,-0.021001,-0.026177,-0.019238,-0.029834,0.003168,-0.009185,0.009354,-0.012744,-0.003263,0.015354,0.017257,0.02062,0.007659,0.022346,-0.007087,-0.011886,-0.03737,-0.012104,0.031218,0.034839,-0.041795,0.00041,0.015796,0.042233,-0.034618,-0.057841,-0.010583,0.014262,0.009836,0.019081,-0.055856,0.008887,0.022612,0.04223,0.038544,-0.031202,0.014331,0.026736,-0.011831,-0.016159,0.010561,0.016076,-0.013616,-0.029942,0.032683,-0.046006,-0.016362,0.00508,-0.016504,0.040322,0.003947,-0.015737,0.110601,0.032232,0.007384,0.009495,0.002474,0.032022,0.035273,0.049401,-0.002099,0.015493,-0.028916,-0.003427,-0.017544,0.012041,0.018162,0.009148,-0.005424,-0.01247,0.009865,-0.021166,0.066168,0.022553,0.012986,-0.010023,0.021631,0.006864,-0.012515,0.000212,0.019906,-0.012438,0.02746,0.029168,-0.010649,-0.015277,-0.028964,0.012629,-0.014192,0.000793,0.000874,0.001871,0.037591,-0.015459,-0.004385,-0.010633,0.023709,0.016801,0.004465,0.005157,0.002455,0.060898,0.013184,-0.020749,0.034455,-0.028845,0.024776,0.0142,0.010469,-0.010184,0.014185,-0.019204,0.025549,0.031292,-0.012351,-0.034546,0.022403,-0.054225,-0.024164,0.042552,-0.01408,0.012432,-0.04135,-0.004516,0.040081,0.011773,0.017874,-0.034727,-0.011575,-0.010961,0.018943,0.005564,0.734,-0.048743,0.034733,-0.006663,0.014422,0.015819,0.012741,0.009848,0.009442,-0.010684,0.019645,-0.003905,0.014739,0.046104,0.023806,-0.013285,0.009015,-0.00688,0.022181,-0.041778,-0.034309,-0.015692,0.026076,0.030131,0.014385,0.033451,0.021663,-0.012436,0.011046,0.05451,-0.017684,-0.0043,-0.021067,-0.029384,-0.016745,0.0246,-0.019546,0.02109,0.020425,-0.073534,0.015769,0.036567,0.03031,0.012745,-0.018963,-0.008123,0.004132,0.027588,-0.012568,0.015339,0.016766,-0.016339,0.016472,0.050503,-0.016136,-0.015914,-0.002232,-0.025249,0.015223,0.013872,0.027885,-0.020028,-0.048317,0.052044,0.0096,0.055838,-0.007208,0.005132,0.024486,0.01948,0.040185,-0.078597,0.040472,0.042947,-0.037484,0.03109,-0.004872,-0.040034,0.014963,-0.0391,0.024207,-0.07893,0.023727,0.023205,-0.010783,0.001096,-0.030474,-0.000026,0.006343,-0.020138,-0.024221,0.026571,-0.001839,-0.015458,-0.009359,0.005992,0.003139,0.027401,0.014106,-0.017975,0.026066,0.008242,-0.025433,0.008894,-0.045084,-0.033699,0.013439,-0.006885,0.007081,0.036146,-0.017333,-0.011166,-0.032715,-0.011335,-0.015811,-0.01301,-0.000467,-0.014827,-0.024739,-0.001598,0.002527,-0.005372,-0.005918,0.006367,0.020983,-0.057443,-0.038923,0.025846,0.006208,-0.044002,0.021784,0.002774,0.000042,-0.012936,-0.020753,-0.046218,-0.016674,0.003231,0.030578,0.01364,-0.019166,0.029382,-0.007653,0.02353,0.016639,0.041881,0.000894,0.037022,-0.000624,0.016131,0.02557,0.137304,0.036631,0.016561,0.001211,-0.004857,0.005022,-0.007023,-0.022054,-0.027148,0.064218,0.001683,0.070407,0.006605,0.008062,0.01263,0.081173,0.011969,0.012267,-0.011492,0.032566,0.005598,0.003633,-0.194871,-0.027153,-0.025393,0.003537,0.016775,0.006099,0.049422,0.004582,-0.015967,-0.038267,0.013101,-0.019453,-0.089327,-0.00681,0.0006,0.005658,0.01185,-0.009897,0.041106,-0.010987,0.03074,0.074351,-0.013431,0.066722,0.022237,0.003612,0.030711,0.019049,0.013895,-0.014627,0.001497,0.023721,0.004007,-0.057922,-0.004024,0.01076,-0.039045,0.020997,-0.01548,-0.00253,-0.003436,0.019613,-0.000538,0.023765,0.006769,-0.013798,0.012067,0.00644,-0.026651,-0.026183,0.007468,-0.025891,-0.007985,-0.000399,0.020711,-0.004871,-0.002975,-0.006304,-0.013473,-0.017795,0.009613,0.033676,-0.013556,-0.013838,-0.057729,0.01299,0.01264,-0.026492,-0.019283,0.0053,0.021821,-0.042992,0.028329,0.02837,0.015118,0.159498,0.015565,0.023358,-0.000149,0.001432,-0.001577,0.016874,0.014114,-0.010466,-0.022601,0.030874,0.033968,0.011795,0.01797,-0.000587,-0.017632,0.092254,0.020502,0.001367,-0.033745,0.007875,0.000583,-0.006481,0.002644,0.009017,0.006231,-0.004096,-0.000143,0.012205,0.039749,0.027597,-0.029823,0.015302,0.002925,0.007256,-0.009519,0.018565,0.020907,0.015895,-0.016961,0.042513,-0.00803,-0.012347,-0.004539,0.014299,-0.010681,-0.057404,-0.026024,0.018918,0.000941,0.047008,-0.021592,0.009633,-0.010212,-0.009127,-0.026932,-0.00353,0.015869,-0.034377,0.005435,-0.014708,-0.01516,-0.023899,-0.049944,-0.004615,-0.04165,-0.127366,0.013054,0.00045,-0.023254,0.064538,0.021589,-0.017492,-0.066069,0.046333,-0.014599,0.063786,0.021058,-0.032786,0.000058,0.020942,-0.012488,0.031263,0.00325,-0.037416,0.004452,0.007131,0.019607,-0.002105,0.010317,0.021865,-0.04266,-0.00969,0.012106,-0.001219,0.018056,0.046869,-0.013866,-0.005291,-0.03093,0.058618,0.015014,-0.010396,0.002746,-0.025371,0.014631,0.007038,-0.005455,-0.021303,-0.023785,0.0053,0.016254,-0.015723,-0.040043,-0.036997,0.010429,-0.008308,0.012789,0.016378,0.066039,0.00839,-0.010634,0.013746,0.018185,0.008761,-0.021907,0.076988,-0.03646,-0.007783,-0.005467,0.000923,-0.010623,-0.012833,-0.017928,0.007909,-0.010483,-0.01143,0.00613,0.002686,-0.007839,-0.008686,0.010285,0.009231,-0.008225,0.002057,0.05781,-0.039784,-0.010623,-0.018075,0.006277,-0.030547,0.032515,-0.030748,0.037408,-0.019083,0.033218,-0.008877,-0.010985,0.007556,-0.008797,-0.001998,-0.001398,-0.024305,-0.001856,0.020175,0.002672,0.020123,-0.02113,-0.010505,0.012697,-0.000446,0.012111,0.038032,-0.00804,-0.051587,0.019623,-0.004224,-0.028214,0.002153,-0.003297,0.009716,0.056685,0.027856,0.015438,0.112242,0.008085,-0.005026,-0.021537,0.014779,0.000336,0.064923,0.047472,-0.023809,-0.039581,0.014771,-0.005319,-0.031533,0.036564,0.031253,-0.011103,-0.007525,0.001134,0.018648,-0.01562,0.032932,0.005954,-0.001332,-0.001036,0.029751,0.033143,-0.020045,-0.017021,-0.010306,-0.02379,0.03014,0.016916,-0.017856,0.017362,0.009798,-0.000282,-0.051484,0.017482,-0.004398,0.025247,0.027101,-0.031682,-0.024248,-0.005636,0.007645,0.010306,-0.005875,0.025356,0.032897,0.042033,-0.018842,-0.029854,-0.003729,-0.019848,-0.024502,0.012281,-0.018226,-0.007106,0.027029,-0.01205,0.004241,0.0216,-0.004621,-0.03974,0.014119,-0.023505,-0.042677,0.026797,-0.0034,0.004834,-0.001191,0.006584,0.025449,0.053854,0.008637,-0.001973,-0.02119,-0.022923,0.00387,0.028274,0.741305,-0.000556,0.019328,-0.007563,0.000521,0.031581,-0.027838,0.022388,0.005087,-0.016849,0.019381,-0.019012,-0.018878,0.042876,0.032337,-0.052512,-0.005201,-0.034095,0.029724,-0.000908,-0.00777,-0.008534,0.028633,0.023661,-0.020836,0.043397,-0.001924,-0.002093,-0.00061,0.022862,-0.034353,0.024694,-0.046274,-0.047031,-0.031038,-0.013301,-0.001179,0.023917,-0.00328,-0.08575,-0.021095,-0.011986,0.012795,-0.00042,-0.005945,-0.027547,0.019114,-0.021166,-0.018515,0.003816,0.017003,-0.016936,0.011897,0.019556,-0.007337,-0.025905,0.006894,-0.028261,-0.029264,0.066668,-0.010027,-0.041644,-0.012436,0.053617,0.030119,0.058842,0.00635,-0.010114,0.015008,0.04131,0.035362,-0.08512,0.034963,0.031155,-0.031911,0.046965,0.003384,-0.029198,0.015995,-0.040141,0.027906,-0.089986,0.034414,0.025546,-0.000358,-0.010482,-0.034114,0.006578,0.017505,-0.00144,-0.042095,0.025912,-0.022084,-0.016395,0.004219,0.015935,-0.008086,0.030888,0.001323,-0.006415,0.042222,0.015398,-0.027074,0.026047,-0.046453,-0.027865,0.012482,-0.0051,0.02172,0.034754,-0.007518,0.003812,-0.044873,-0.010898,-0.010996,0.005866,0.003623,-0.01251,-0.017153,0.006785,0.018692,-0.001539,-0.009187,0.009302,0.030572,-0.060208,-0.034654,0.038779,0.010053,-0.039556,0.025128,0.00524,-0.009131,-0.014223,-0.022684,-0.023655,0.006,0.009379,0.01694,0.044706,-0.019366,0.014723,-0.00705,0.026311,0.009208,0.030495,0.011106,0.039013,-0.01355,0.029505,0.021596,0.153974,0.047324,-0.0038,0.019758,-0.000056,0.003225,-0.011232,-0.02702,-0.018227,0.068476,0.003175,0.057106,0.005885,0.015442,0.008159,0.0666,0.005636,0.01636,-0.006143,0.018218,0.009586,0.012553,-0.220146,-0.030094,-0.019911,0.012319,0.031629,-0.007236,0.03921,-0.008173,-0.011087,-0.024181,0.016153,-0.023525,-0.075373,0.011509,0.008725,-0.018742,0.013216,-0.019413,0.033627,-0.035335,0.017192,0.074157,-0.016099,0.090565,0.027806,-0.017907,0.038436,0.025547,0.012983,-0.016996,0.010124,0.012627,0.002875,-0.066243,0.000599,0.002534,-0.02834,0.021878,-0.018875,-0.010333,0.011913,0.016388,-0.00527,0.013687,0.006779,-0.000423,-0.00264,-0.013549,0.003976,-0.014403,0.012472,-0.015203,-0.0188,-0.004327,0.046649,0.003335,-0.022039,-0.006649,-0.027457,-0.007292,0.014557,0.0401,-0.020426,-0.006843,-0.055898,-0.003429,0.005319,-0.039007,-0.036471,0.007042,0.024465,-0.047189,0.033483,0.022478,0.013276,0.15234,0.015156,0.021385,0.000909,0.002267,0.008992,0.035902,0.005299,-0.011849,-0.034255,0.025624,0.041084,0.014034,0.001204,0.004799,0.003009,0.038401,0.002502,-0.008694,-0.034066,0.013903,0.01513,0.004805,0.001433,0.007833,-0.004525,-0.001303,-0.008932,0.004171,0.03281,0.024342,-0.022208,0.034193,0.019,0.001555,-0.003036,0.022077,0.0119,0.015174,-0.013895,0.070574,-0.013438,-0.004407,-0.008761,0.009282,0.021558,-0.059158,-0.021851,0.019674,-0.003191,0.035848,0.000307,0.029735,-0.020561,-0.000187,-0.016348,-0.006503,0.020674,-0.027927,-0.00161,-0.024728,-0.001658,-0.022233,-0.037132,-0.017144,-0.04436,-0.112047,0.027266,-0.009013,-0.02553,0.057383,0.017885,-0.022016,-0.068311,0.044575,-0.020653,0.039116,0.013093,-0.010316,-0.0191,0.012252,-0.02101,0.031217,0.016725,-0.0359,0.009625,-0.007205,0.015904,-0.0125,0.015157,0.019111,-0.046171,-0.020868,0.000923,0.000614,0.024905,0.045665,-0.017649,0.002625,-0.011214,0.06447,0.014455,-0.006022,0.00741,-0.026086,0.002899,0.005555,-0.014759,-0.012337,-0.012479,-0.000194,0.024485,-0.009723,-0.02869,-0.039906,-0.001203,-0.025311,0.019631,0.024499,0.093852,0.023135,0.006916,0.010878,0.012528,-0.018861,-0.030844,0.064717,-0.017034,-0.005141,-0.002227,-0.017999,0.008227,-0.02685,-0.016858,-0.005063,0.007499,-0.005633,-0.005814,-0.000964,0.003662,-0.001315,0.004956,0.015305,0.00508,0.002409,0.049706,-0.031835,0.00263,-0.006334,-0.002191,-0.012601,0.032761,-0.035863,0.03658,-0.013676,0.033823,-0.019244,-0.031028,0.022898,-0.003701,0.00635,-0.003414,-0.023219,0.003097,0.022813,0.003719,0.020056,-0.03082,-0.028234,0.010591,-0.001045,0.007872,0.027147,-0.008679,-0.037644,0.02918,0.008786,-0.026014,0.008781,-0.01886,0.012006,0.053233,0.032911,0.018212,0.110064,0.005635,0.001688,-0.022377,-0.000679,-0.014734,0.055584,0.045974,-0.015371,-0.040738,0.010145,-0.011333,-0.024137,0.04056,0.014093,-0.003174,-0.01439,-0.009905,0.010121,-0.009374,0.069685,0.008814,0.010108,-0.005054,0.014402,0.038248,-0.019032,-0.015289,-0.007793,-0.018221,0.024948,0.014625,-0.008865,0.016858,0.009099,0.021237,-0.022902,0.002747,0.007118,0.00606,0.033833,-0.03512,0.002038,-0.027297,0.008513,0.010449,0.002693,0.01172,0.037128,0.05323,-0.032468,-0.031149,-0.000778,-0.01864,-0.019484,0.015873,-0.018724,-0.01021,0.024025,-0.027952,0.02504,0.028683,-0.006406,-0.037863,-0.004526,-0.034102,-0.028438,0.028909,-0.009241,0.010429,-0.003639,-0.008367,0.019879,0.056533,0.003508,-0.017439,-0.026674,-0.019052,0.006202,0.042604,0.733261,0.001705,0.014212,-0.007293,0.010463,0.013648,-0.026901,0.00715,0.021178,-0.012802,0.030509,-0.015051,-0.015036,0.044212,0.021485,-0.041675,-0.003122,-0.02245,0.041598,-0.003317,-0.007226,-0.014756,0.032974,0.01693,-0.01128,0.026926,0.02069,-0.005442,-0.002755,0.014701,-0.028834,0.008256,-0.047734,-0.037999,-0.050059,-0.013247,-0.022603,0.020825,0.003454,-0.081292,-0.010858,-0.000633,0.013474,-0.004974,0.002382,-0.041609,0.018155,-0.011678,-0.012356,-0.015751,0.014519,0.0001,0.02169,0.022738,0.008103,-0.017512,0.005101,-0.030876,-0.013388,0.062329,-0.004996,-0.020742,-0.021875,0.05972,0.030964,0.062725,0.004002,-0.008614,0.014033,0.037409,0.039195,-0.083304,0.034279,0.048122,-0.027516,0.036877,0.005548,-0.03696,0.011577,-0.020726,0.025293,-0.081576,0.014083,0.001498,-0.009226,-0.015012,-0.02028,-0.00439,0.004387,-0.00415,-0.043463,0.018105,-0.01435,-0.019503,0.012336,0.017702,0.001311,0.030993,0.011658,-0.00925,0.031622,0.003007,-0.034922,0.005142,-0.057827,-0.013325,-0.005575,0.01604,0.00401,0.036496,-0.007753,-0.007485,-0.036823,-0.01583,-0.000185,-0.009541,0.004199,-0.007009,-0.005815,-0.000831,-0.011672,0.010149,-0.007511,-0.004323,0.02812,-0.056412,-0.013378,0.023232,0.009598,-0.027386,0.024017,0.008849,0.000252,0.000959,-0.015214,-0.045347,-0.006128,-0.005779,0.026426,0.029047,-0.026809,0.016225,-0.000759,0.018652,0.006692,0.029273,-0.008164,0.055885,-0.003597,0.008057,0.018024,0.136704,0.0218,-0.012489,0.006018,-0.004677,0.013555,-0.00908,-0.027479,-0.027164,0.060742,-0.009262,0.063098,0.017767,0.009381,0.021098,0.076978,-0.002667,0.02551,-0.011922,0.011481,0.005032,0.005738,-0.220102,-0.022268,-0.02417,0.005185,0.020105,-0.009446,0.042799,0.001431,0.002106,-0.029194,-0.002298,-0.010164,-0.061337,0.011454,-0.016352,-0.005563,0.017129,0.000881,0.041536,-0.037368,0.03882,0.059072,-0.012204,0.067009,0.029598,-0.01051,0.043756,0.017657,0.009136,-0.013179,-0.000954,0.01307,0.000485,-0.052143,0.004111,-0.000784,-0.028733,0.005523,-0.004682,-0.003416,0.003123,0.011136,-0.012005,0.020712,0.004771,0.001691,0.009647,-0.007783,-0.015993,-0.013032,0.014452,-0.032534,-0.006345,-0.001334,0.040334,0.004175,-0.004932,-0.001744,-0.014177,0.011398,0.018456,0.03717,-0.008693,-0.017203,-0.05513,-0.000817,-0.000433,-0.034212,-0.01332,0.013759,0.023024,-0.039338,0.038158,0.014651,0.018626,0.162826,0.005894,0.025868,-0.00594,-0.00291,0.013107,0.037526,-0.006788,-0.000616,-0.023956,0.014397,0.012456,0.006197,0.012026,-0.008848,-0.003335,0.055755,0.011961,-0.016514,-0.030349,0.01845,0.021579,0.004384,-0.008037,0.008509,0.002347,-0.007803,0.002749,0.01627,0.033713,0.030742,-0.011486,0.024302,0.016913,-0.01049,-0.008917,0.020364,0.01998,0.022472,0.000377,0.058978,-0.011576,-0.014288,-0.009581,0.026118,-0.010824,-0.063476,-0.020572,0.020774,0.011537,0.037628,-0.005012,0.018937,-0.00588,0.001116,-0.033212,-0.012643,0.009071,-0.029445,0.003826,-0.022836,-0.010004,-0.031009,-0.032312,-0.02176,-0.029765,-0.126972,0.039613,-0.013744,-0.010485,0.038453,0.037631,-0.008168,-0.062375,0.029102,-0.005053,0.023824,0.01733,-0.022073,-0.01436,0.002727,-0.016745,0.038958,0.006197,-0.032352,0.015652,0.003771,0.014389,-0.001436,0.011384,0.023277,-0.041033,-0.028443,0.011279,0.009114,0.011245,0.037282,-0.017414,-0.005014,-0.02034,0.065532,0.001851,0.000757,0.011791,-0.020733,0.007916,-0.001336,-0.006582,-0.021476,-0.012869,-0.00253,0.013774,-0.000606,-0.016905,-0.043637,0.007943,-0.036561,0.002162,0.017082,0.087336,-0.000451,-0.013193,0.015702,0.017114,-0.000516,-0.028444,0.058574,-0.016202,-0.020818,-0.007258,-0.011075,0.00349,-0.026097,-0.01995,-0.005963,-0.007507,-0.01409,0.003465,0.005612,-0.010047,-0.022532,0.005839,0.018901,-0.007935,0.010225,0.060505,-0.033897,-0.002098,-0.011824,0.009188,-0.008059,0.031215,-0.026047,0.037401,-0.012849,0.03694,-0.017119,-0.018449,0.014236,-0.002296,0.012781,-0.008786,-0.026732,-0.007632,0.019005,0.01338,0.038352,-0.016194,-0.003894,0.004538,-0.0028,0.006333,0.008609,0.001473,-0.033153,0.018739,0.00928,-0.020487,0.001236,-0.00276,-0.001258,0.050066,0.016442,0.012873,0.112678,-0.001401,0.024098,-0.019779,0.008715,0.003072,0.067065,0.053986,-0.023911,-0.023746,0.004578,-0.014468,-0.031576,0.042206,0.015602,0.011347,-0.022311,-0.006345,0.010955,-0.003723,0.035113,0.015818,0.002525,-0.007251,0.024397,0.030821,-0.014141,-0.017868,0.000869,-0.029198,0.032485,0.019558,-0.02049,0.020339,0.004705,0.022524,-0.040747,0.003377,0.00614,0.004378,0.026377,-0.01882,-0.000891,-0.019211,0.009168,0.018634,-0.003907,0.003245,0.029754,0.0536,-0.014228,-0.020402,0.013053,-0.023934,-0.017875,0.007764,0.014531,-0.008707,-0.003871,-0.020304,0.023313,0.008797,-0.021069,-0.043383,0.005086,-0.030355,-0.02492,0.041626,-0.019861,0.004765,-0.006688,0.005126,0.006877,0.048329,-0.001178,-0.000883,-0.015895,-0.02522,0.003814,0.033353,0.758711,0.004662,0.002249,-0.012016,-0.001369,0.016118,-0.026133,0.012897,0.002735,-0.021092,0.023418,-0.017943,-0.005826,0.037983,0.017301,-0.042562,0.00402,-0.028984,0.02901,0.01108,-0.001386,-0.017241,0.034465,0.037706,-0.022969,0.036145,-0.003029,-0.005991,0.020404,0.014765,-0.016611,0.021826,-0.031448,-0.042971,-0.036497,-0.013374,-0.009502,0.0025,-0.005955,-0.089463,-0.014111,-0.008361,0.015999,-0.01971,0.003749,-0.030809,0.024976,-0.022097,-0.003661,-0.000824,0.018695,-0.005481,0.035289,0.022388,-0.008108,-0.017895,0.003695,-0.045453,-0.029135,0.045845,-0.002835,-0.015014,-0.006699,0.048886,0.020773,0.069635,0.019134,-0.013417,0.013639,0.032644,0.042746,-0.099417,0.023331,0.018552,0.011182,0.001499,0.050839,-0.030528,-0.011062,0.017454,0.028617,-0.078085,0.007418,0.023636,-0.024305,0.006725,-0.045913,0.007413,0.029431,-0.013273,-0.065608,0.008521,0.003683,-0.003055,0.006459,0.041714,0.000866,0.07843,0.003254,-0.002059,-0.001221,0.002762,-0.013232,-0.036003,-0.039463,-0.004017,-0.014527,-0.013085,0.020493,0.022113,0.011012,-0.012496,-0.010513,-0.027635,-0.020329,-0.031196,0.025767,-0.017408,-0.019105,-0.027284,0.050013,-0.030545,0.000865,0.014818,0.027668,-0.074395,-0.035899,0.027526,0.026161,-0.02038,-0.026239,0.000251,-0.013779,-0.000692,-0.027531,-0.044158,-0.005061,-0.015799,0.048881,-0.007455,-0.001245,0.012241,0.033437,-0.029024,-0.028409,0.003895,0.020248,0.035212,-0.014983,-0.023816,0.021378,0.12368,0.041285,0.025932,-0.000096,0.010649,0.031138,0.00522,-0.016928,-0.005989,0.067283,0.001785,0.049992,0.025367,-0.001368,0.025065,0.082953,0.016785,0.011389,0.001937,-0.004611,0.007169,-0.000209,-0.146764,-0.030329,-0.037349,0.015552,0.000921,-0.016293,0.016058,-0.015212,0.011395,-0.021794,0.01303,-0.014923,-0.063624,-0.003368,-0.006248,-0.013515,0.018124,-0.018299,0.031454,-0.032095,0.049299,0.033763,-0.035656,0.094002,-0.003073,0.0242,0.048822,-0.01104,0.028177,0.007205,0.030025,0.025737,0.003878,-0.037601,-0.028493,-0.020868,-0.012023,0.007441,-0.022239,-0.027113,0.045954,0.014353,-0.005212,-0.000505,-0.012381,-0.000125,0.010471,-0.000696,-0.013662,-0.025724,0.007006,0.004159,-0.042326,-0.028376,0.011848,-0.002493,0.001309,-0.036102,-0.020051,0.036414,0.005255,0.042565,0.003187,-0.026295,-0.034749,0.027418,0.000801,-0.027725,-0.016932,-0.001578,0.045291,-0.05059,0.031679,0.013639,0.008962,0.121675,0.02014,0.016515,0.011197,0.015464,-0.008218,0.019038,0.013667,-0.006083,-0.001487,0.016736,0.029467,0.00555,-0.004961,-0.02489,-0.036705,-0.044418,0.023886,-0.009453,-0.06373,0.013222,-0.002159,0.019961,0.00105,0.009349,-0.012563,-0.00893,0.011237,0.029815,0.028157,0.031895,-0.011365,0.000483,0.025895,0.00198,0.027743,-0.001907,0.005045,0.014829,-0.003824,0.061892,0.011199,-0.043582,-0.017278,0.025596,-0.01849,-0.039657,-0.044027,0.025813,-0.023415,0.010325,-0.027297,-0.013382,-0.014058,0.040335,-0.010959,0.008895,-0.034829,-0.038191,-0.024494,-0.038124,-0.003468,0.00202,-0.033424,0.01079,-0.004403,-0.107626,0.023777,-0.005833,-0.008098,0.025106,0.018098,0.000103,-0.087748,0.01107,-0.015304,0.028752,0.002765,-0.00972,-0.003302,0.002012,-0.021395,0.015693,0.024153,-0.04257,-0.01457,-0.002673,0.020664,-0.011569,-0.005507,0.040154,-0.028011,0.016463,-0.004306,0.009028,0.026882,0.024714,-0.019072,0.00945,-0.002489,0.021044,0.020716,-0.012734,0.008384,-0.008547,-0.014866,-0.004986,-0.024946,-0.012539,-0.018682,0.003034,0.02178,0.020665,0.006646,-0.080062,0.03048,-0.006993,0.030245,-0.001566,0.036881,0.000903,-0.008566,0.004464,0.027123,0.014377,-0.028967,0.04262,-0.018119,-0.02755,-0.001206,-0.030441,0.001319,-0.046811,0.00387,-0.024465,0.000985,0.000186,0.00827,0.01423,0.008798,-0.025574,-0.014474,-0.006709,0.007474,0.015941,0.062447,-0.02736,-0.060721,-0.021716,0.010786,0.028492,0.029655,-0.047524,-0.011979,-0.007373,0.04611,-0.032567,-0.027086,0.008416,0.011306,-0.001026,0.002483,-0.023201,0.010012,0.034971,0.033091,0.059606,-0.023696,-0.012949,-0.000081,0.009054,0.001077,-0.020795,0.00993,0.00763,-0.019554,0.031697,-0.05309,-0.006375,0.027723,0.02305,0.014814,0.020979,-0.028738,0.113007,-0.017669,0.004118,-0.01341,0.006744,0.010856,0.044651,0.045519,-0.00046,-0.027289,0.006787,-0.018898,-0.019531,0.011133,0.030081,0.001265,-0.003149,-0.021168,-0.011473,-0.037992,0.10604,-0.00661,0.009797,-0.028202,0.031088,0.011104,0.00294,0.002309,-0.022713,-0.050226,0.057794,0.013839,-0.006354,-0.005691,0.010538,0.030984,-0.030003,0.034032,-0.006455,0.009682,0.017492,-0.008352,-0.001898,-0.01541,0.012043,0.02783,0.000312,0.009705,0.032966,0.096023,-0.013383,-0.008564,0.006727,-0.018374,-0.008858,0.027033,0.017835,-0.002511,-0.019999,0.008329,0.010253,0.014591,0.01061,-0.012974,-0.045987,-0.015703,0.000459,0.033824,0.026725,0.018638,-0.014948,-0.001234,0.016847,0.012059,0.023848,0.000053,-0.021153,-0.01051,0.017022,0.02931,0.74306,0.00118,0.011468,-0.007758,0.008223,0.007498,-0.012929,0.025727,-0.00076,-0.028796,0.006158,-0.022854,0.005722,0.024822,0.021436,-0.008045,0.040234,-0.032888,0.03056,-0.030325,-0.010579,-0.001948,0.04755,0.072615,-0.035118,0.030963,-0.001388,-0.019084,0.002473,0.043211,-0.010499,-0.002407,-0.00356,0.011632,-0.032586,-0.006645,0.007704,0.008467,0.011812,-0.092871,-0.007484,-0.013673,-0.016059,-0.000805,0.012255,-0.046894,0.021334,0.007753,-0.008551,0.016414,0.013963,-0.017291,0.006587,0.056876,0.000959,-0.011224,0.006311,-0.01003,-0.05406,0.018133,0.035984,-0.012205,-0.01828,0.053082,-0.00853,0.068715,0.014753,-0.034916,0.030519,0.042249,0.041692,-0.086488,0.025047,0.009139,-0.000415,0.021688,0.029952,-0.013039,-0.004572,-0.008425,0.004363,-0.106707,0.028009,0.030711,-0.006303,0.000182,-0.048817,0.008875,0.028259,-0.006845,-0.075755,0.013313,-0.005898,-0.020715,-0.005257,0.021153,-0.009084,0.066029,0.00776,-0.003055,0.007463,0.018638,-0.012217,-0.00763,-0.04879,-0.002511,-0.005202,0.002631,0.037475,0.027153,0.014524,0.000496,-0.019594,-0.011661,-0.030501,-0.012488,0.021232,-0.012752,-0.015674,-0.019844,0.034509,-0.026359,-0.009458,0.01436,0.02813,-0.051803,-0.03314,0.025671,0.019387,-0.009256,-0.021646,0.027249,-0.003094,0.008739,-0.038587,-0.050367,0.000482,-0.008192,0.032463,0.017771,0.013244,0.013599,0.015495,-0.007112,-0.015504,0.002389,0.031069,0.022203,-0.029151,-0.007965,0.00949,0.121785,0.051795,0.027478,0.005019,0.014035,0.009554,-0.012502,-0.038265,-0.000557,0.051625,0.012386,0.038033,0.017483,-0.003708,0.004653,0.078386,0.015715,0.005421,0.004144,0.005068,0.008283,0.020662,-0.167665,-0.028714,-0.03617,0.013058,0.011808,-0.013764,0.019352,-0.008005,0.0073,-0.034786,0.016635,-0.030798,-0.073755,-0.003411,-0.002026,-0.034458,0.031868,-0.023868,0.035236,-0.02272,0.037056,0.047623,-0.034375,0.096541,-0.005783,-0.006497,0.054311,0.011211,0.030255,-0.008123,0.025674,0.030491,-0.010409,-0.030625,-0.014751,-0.012384,-0.015532,0.01173,-0.032659,-0.009566,0.048615,0.004121,-0.005257,-0.000404,0.00618,0.006841,0.003482,-0.012367,-0.011066,-0.021574,0.002365,-0.004068,-0.03235,-0.026953,0.031258,0.007198,-0.008909,-0.036851,-0.034193,0.045259,-0.002876,0.032346,-0.000599,-0.008038,-0.038549,0.020104,-0.003745,-0.030157,-0.012844,0.000418,0.037786,-0.043842,0.02731,0.021579,0.023188,0.111854,0.023001,0.030691,0.008719,0.018338,0.001703,0.018679,0.009641,-0.007366,-0.011643,0.005663,0.014843,0.009595,0.002888,-0.023175,-0.038295,-0.030501,0.005292,0.003883,-0.076389,0.0063,0.002923,0.033523,-0.011335,0.012312,0.003273,0.003007,0.008958,0.030645,0.038313,0.019777,-0.01559,0.018059,0.007001,0.007026,0.0155,0.007214,-0.005579,0.015659,-0.008164,0.06464,0.02526,-0.035296,-0.020656,0.030698,0.008104,-0.032473,-0.028868,0.030132,-0.020169,0.017806,0.001156,-0.00777,-0.029498,0.017115,-0.008298,0.009211,-0.021916,-0.021301,0.001283,-0.029112,0.005413,-0.008147,-0.031104,0.008686,-0.020452,-0.087835,0.01576,-0.013997,-0.008057,0.012686,-0.005493,-0.018625,-0.088634,0.016298,-0.013787,0.00596,0.009939,0.008221,-0.001579,0.010085,-0.016074,0.036783,0.02358,-0.026233,0.002813,-0.00439,0.023378,-0.007506,-0.011648,0.020276,-0.042758,0.011125,-0.022837,0.007139,0.023482,0.027861,-0.024035,-0.000922,-0.000476,0.028683,0.019593,-0.012627,-0.001776,-0.008648,-0.007634,0.000971,-0.020446,-0.013338,-0.019389,-0.010077,0.024631,0.01082,0.001369,-0.055578,0.01802,-0.014079,0.020382,0.018188,0.047783,-0.000533,-0.007554,0.013249,0.006869,0.015912,-0.041007,0.040573,-0.021131,-0.020751,0.002575,-0.026823,0.00221,-0.051835,0.00475,-0.024057,0.010549,0.003832,0.005653,0.005634,0.005821,-0.021512,-0.011342,-0.002424,0.009784,0.000451,0.045512,-0.027209,-0.035482,-0.018632,0.017687,0.034446,0.039581,-0.048104,-0.000069,-0.019305,0.029551,-0.037949,-0.030953,0.006781,-0.001391,-0.003465,0.013305,-0.028649,-0.014369,0.032365,0.045518,0.043073,-0.032013,-0.011994,0.010351,0.012507,0.008095,-0.031897,0.004374,0.001319,-0.017972,0.01768,-0.051282,0.00647,0.022888,0.028205,0.017112,0.016336,-0.005554,0.109705,-0.010063,-0.002884,-0.014636,0.0071,0.00521,0.03426,0.043962,0.007299,-0.01832,0.008579,-0.009189,-0.029774,0.011894,0.038988,0.000681,0.002485,-0.018925,-0.013256,-0.043455,0.075724,0.004924,-0.015431,-0.04797,0.012644,0.003172,0.002258,0.00539,-0.010291,-0.042643,0.050267,0.017504,-0.004814,-0.003625,-0.004505,0.040984,-0.011531,0.026502,0.004229,0.017828,0.029658,-0.020704,-0.00412,-0.00732,0.025239,0.021809,0.009569,0.008555,0.037828,0.069889,-0.033197,0.00676,0.001241,-0.02869,-0.011644,0.021346,0.002323,-0.016286,-0.020983,-0.001185,0.008399,0.024172,0.013296,-0.011067,-0.037858,-0.05279,-0.019453,0.033304,0.022722,0.011276,-0.025536,-0.008176,0.025923,0.022283,0.003153,-0.003051,-0.009057,-0.016265,0.031386,0.029207,0.765041,-0.001119,0.00131,-0.012363,0.009852,-0.004592,-0.017732,0.009626,0.015957,-0.020405,-0.000877,-0.00072,0.009511,0.011656,0.01639,-0.022195,0.01681,-0.02782,0.027333,-0.030165,-0.019423,-0.014535,0.054699,0.075168,-0.022949,0.024151,0.005616,-0.029872,0.003295,0.052125,-0.005726,-0.005559,-0.011138,0.016395,-0.043327,0.008773,0.004347,0.034285,0.017479,-0.087387,0.000564,-0.009827,-0.009089,-0.012752,0.00441,-0.037711,0.035548,0.022516,0.007134,0.000621,0.006041,-0.006734,0.012709,0.060058,0.006533,-0.006201,0.005214,-0.005384,-0.031044,0.025119,0.018482,-0.000073,-0.010632,0.05907,0.009218,0.073256,0.003176,-0.02097,0.036606,0.024116,0.034336,-0.084605,0.028195,0.030701,0.000924,0.010653,0.036763,-0.034654,0.003066,0.003606,0.016219,-0.075483,0.00451,-0.000615,-0.020526,-0.011358,-0.024686,-0.007038,0.008016,-0.008217,-0.082956,0.01103,0.004093,-0.014771,0.013016,0.016103,0.001112,0.050171,0.017526,0.003331,0.021091,0.007294,-0.016481,-0.023223,-0.058857,0.00274,-0.004187,0.020682,0.009528,0.036158,0.009957,-0.016078,-0.01486,-0.035799,-0.01961,-0.017337,0.020044,-0.002045,0.000557,-0.013092,-0.005845,-0.012644,-0.012813,-0.002633,0.026628,-0.050384,-0.01339,0.011837,0.032104,-0.007195,-0.030266,0.020757,0.000046,0.01198,-0.024661,-0.055606,-0.011016,-0.011394,0.04817,0.012941,-0.001642,0.021939,0.029538,0.000885,-0.007067,0.010921,0.017525,0.036567,-0.014183,-0.030832,0.002951,0.118264,0.034009,-0.002734,-0.002136,-0.000984,0.023241,-0.019399,-0.022559,-0.012746,0.036274,0.004191,0.038588,0.019293,0.005808,0.023458,0.077359,0.002062,0.024594,0.003558,-0.011309,0.008193,0.013143,-0.173401,-0.016139,-0.030052,0.018388,-0.000569,-0.01651,0.007378,-0.003683,0.015521,-0.030967,-0.010185,-0.006859,-0.059984,0.009106,-0.027163,-0.006686,0.051428,-0.00673,0.050644,-0.031421,0.06179,0.030226,-0.03165,0.071403,-0.016433,0.003683,0.045567,0.010173,0.02301,0.004217,0.019438,0.021616,-0.011563,-0.02331,-0.015644,-0.00901,-0.009174,-0.01073,-0.010708,-0.009442,0.046914,0.005203,-0.018954,0.017167,-0.016466,-0.001254,-0.008774,0.000378,-0.026017,-0.020076,0.010863,-0.024112,-0.009931,-0.027205,0.017487,0.006906,0.007286,-0.015101,-0.027155,0.059492,-0.013426,0.025874,0.001413,-0.017641,-0.049753,0.023701,-0.015874,-0.027431,-0.006297,0.005964,0.034509,-0.046678,0.028671,0.018813,0.024979,0.150305,-0.001901,0.039161,-0.000072,0.015614,0.004215,0.032098,-0.000756,-0.010948,-0.009176,0.000647,-0.000861,-0.000038,0.00521,-0.019247,-0.029058,0.018715,0.013222,-0.019985,-0.048157,0.026262,0.014703,0.030698,-0.013259,0.013919,0.024593,-0.003967,0.000089,0.027251,0.030477,0.030392,0.002624,0.017315,0.002052,-0.016914,0.002864,0.005689,-0.002752,0.020124,-0.009016,0.059032,0.007359,-0.035349,-0.035134,0.036663,-0.027118,-0.043051,-0.027006,0.024425,-0.01435,0.02335,-0.001889,-0.01093,-0.021809,0.013067,-0.023949,0.011352,-0.032521,-0.023286,-0.002086,-0.023254,0.007072,-0.018306,-0.028053,-0.001324,-0.001456,-0.075004,0.022252,-0.01757,-0.00606,0.001376,0.013511,0.001945,-0.082246,0.010932,-0.011114,0.005598,0.003216,0.00926,-0.00282,-0.007439,-0.006756,0.043114,0.02373,-0.026058,0.027274,0.013387,0.007009,-0.006549,-0.005146,0.03236,-0.039344,-0.013454,-0.018392,0.017437,0.01333,0.016719,-0.026849,-0.010894,0.000583,0.046836,0.001334,0.019256,0.004892,-0.001778,-0.012497,-0.000752,-0.012032,-0.024626,-0.00747,-0.01632,0.008361,0.017962,-0.005039,-0.054936,0.018117,-0.028454,0.012101,0.010399,0.033021,-0.015296,-0.027535,0.022805,0.014645,0.026104,-0.033836,0.038914,-0.007178,-0.028055,-0.012682,-0.016386,-0.005461,-0.046004,-0.005405,-0.020213,-0.003093,0.000922,0.006771,0.022395,-0.007303,-0.039388,-0.000614,0.02099,0.004324,0.011828,0.050398,-0.032817,-0.036792,-0.022373,0.019906,0.026857,0.032963,-0.032719,0.018535,-0.017291,0.041452,-0.029029,-0.030273,0.007308,-0.00173,0.007792,0.009715,-0.032431,-0.019946,0.034279,0.051207,0.048092,-0.012428,0.004204,0.008535,-0.001352,0.006683,-0.027565,0.0115,-0.000199,-0.01944,0.018888,-0.035446,-0.003283,0.034964,0.016201,0.027557,-0.00324,0.0118,0.113587,-0.013053,0.026246,-0.016565,0.004394,0.013026,0.041174,0.059843,-0.00977,-0.003256,-0.001471,-0.020086,-0.037091,0.022853,0.03191,0.019869,-0.00325,-0.005842,-0.017215,-0.031473,0.063577,0.005018,-0.006832,-0.023756,0.018976,-0.003918,0.019617,-0.013607,-0.007622,-0.039319,0.059584,0.029098,-0.020472,0.005966,-0.007975,0.03925,-0.022267,0.015148,0.002372,0.026922,0.019326,-0.005984,0.000533,0.002493,0.025147,0.034862,0.005014,0.005483,0.021965,0.051966,-0.004574,-0.002628,0.012167,-0.035065,0.001614,0.014685,0.035904,-0.018075,-0.013848,-0.01432,0.015397,0.009729,0.003173,-0.027793,-0.028958,-0.048448,-0.014733,0.044981,0.008992,0.013203,-0.026846,0.015688,0.009572,0.016239,0.004352,0.008304,0.000649,-0.027523,0.023379,0.019998,0.773946,-0.002388,-0.001454,-0.018612,0.009621,0.005215,-0.020232,0.003002,0.007605,-0.026383,0.009783,-0.012907,0.019139,0.014371,0.011132,-0.017091,0.01927,-0.035232,0.016208,-0.014483,-0.005282,-0.028917,0.065315,0.085254,-0.030139,0.033765,-0.00435,-0.024567,0.012834,0.034345,-0.000481,0.003826,-0.005288,-0.011259,-0.034739,0.001296,0.004139,0.019529,0.005971,-0.087535,0.00723,-0.011912,-0.006104,-0.024338,0.011273,-0.040986,0.030903,0.009179,0.008371,0.013886,0.00831,-0.006583,0.030227,0.04564,0.003511,-0.014332,0.008087,-0.026629,-0.035073,0.015582,0.022216,0.000412,-0.008675,0.038924,0.002493,0.078738,0.024542,-0.02481,0.032007,0.031252,0.019315,-0.105843,0.048198,0.014856,-0.009561,-0.016073,0.033015,-0.010082,0.018893,-0.016164,0.020241,-0.080122,0.029122,0.023997,0.015381,0.016532,-0.011835,0.023579,0.037415,-0.00578,-0.055122,0.009498,-0.018716,-0.00574,0.009154,0.00796,0.013397,0.062396,-0.020356,0.000854,0.01164,-0.005697,-0.003319,0.011503,-0.050751,0.007739,0.002981,-0.00273,0.01276,0.043045,0.040131,0.019425,-0.017334,-0.031079,-0.004221,0.013759,0.036809,0.004894,0.005943,0.03131,0.020428,-0.02832,-0.014669,-0.003681,0.03766,-0.058304,-0.03655,0.032426,0.006474,-0.020337,-0.01557,-0.022484,-0.010017,0.000404,-0.022473,-0.017473,-0.006565,0.00372,0.028773,0.019725,-0.01455,0.021333,0.081471,0.033692,0.00173,-0.016501,-0.004096,0.006884,0.040081,-0.006153,0.012785,0.142161,0.036426,-0.00529,-0.007956,-0.007537,0.026907,-0.006384,-0.045269,-0.016464,0.038104,0.021032,-0.000568,0.008439,-0.00644,-0.00424,0.063696,-0.019926,0.021383,-0.028352,0.003332,0.010253,0.017254,-0.156797,0.02685,-0.045092,0.000959,0.018087,0.003078,0.015281,0.00292,0.020238,-0.021849,-0.013596,-0.032782,-0.030408,-0.003649,0.036042,-0.001008,0.057716,-0.017795,0.003679,-0.029143,0.078007,0.067693,-0.046082,0.081695,0.02903,0.029382,0.008376,0.003182,-0.000743,0.003844,0.011637,0.009059,0.000378,-0.016644,0.0019,0.010788,-0.021407,0.022114,-0.02441,0.038065,0.020272,0.002498,-0.037643,0.001768,0.013384,-0.003418,0.00868,0.004177,-0.014986,-0.001922,0.014168,-0.010335,-0.006962,-0.013846,0.009132,0.007891,-0.033887,-0.030238,-0.023347,0.039354,-0.010984,0.011097,0.011299,0.025051,-0.036357,-0.002039,-0.013412,-0.01683,0.034106,0.021541,0.04574,-0.006327,0.011075,-0.021256,0.001472,0.138632,-0.004015,0.039434,0.001773,0.015988,-0.025432,0.001684,0.009707,-0.002341,-0.021309,0.0119,0.01691,0.024339,-0.007109,-0.023669,-0.016999,0.032274,0.019091,0.023382,-0.09592,0.027504,0.040232,0.044465,0.026295,-0.012095,-0.029792,0.000514,0.03344,-0.000716,0.01916,0.041251,0.000349,0.011671,0.009832,0.00103,-0.007515,0.028034,-0.029858,-0.01804,-0.01513,0.041423,0.001036,-0.030997,-0.046306,0.020184,0.02119,-0.044261,-0.023573,0.035074,-0.032851,0.0135,-0.016422,0.016409,-0.033933,0.018194,0.041453,-0.012875,-0.004017,-0.002307,-0.01091,-0.01392,0.001705,-0.021892,-0.056498,0.017428,-0.016746,-0.123721,0.015659,0.007379,0.010781,0.006221,0.017099,0.015848,-0.078011,0.004394,-0.014645,0.017096,0.004201,-0.037768,-0.016294,0.009915,-0.022922,0.013572,0.040118,-0.011591,-0.00398,-0.020199,0.008498,0.010918,-0.012535,0.060541,-0.038096,0.008306,-0.021742,0.015738,0.003351,0.011447,-0.02318,-0.009322,-0.015448,-0.002679,0.016054,0.014369,0.001888,0.00514,0.055892,0.043169,-0.020783,-0.034364,-0.007538,-0.011021,0.032857,0.003083,-0.035886,-0.053089,0.031407,0.019041,0.030458,0.020108,0.069444,0.011708,-0.064514,0.038561,-0.003747,-0.001492,-0.008223,0.021789,-0.0318,0.00162,0.007125,-0.011409,-0.016262,-0.038353,-0.029641,-0.023908,-0.014536,0.022449,-0.030216,0.030975,-0.002096,0.009921,0.02432,0.020373,0.012555,0.019344,0.002332,-0.039423,-0.02594,-0.056223,0.020089,0.012246,0.031068,-0.024333,-0.019559,-0.009452,0.030766,-0.03059,-0.02358,0.003229,0.010027,0.013405,0.002014,-0.05314,0.015095,0.038748,0.037625,0.04971,-0.002245,0.001109,0.029696,-0.043059,-0.01755,-0.009426,-0.008266,-0.00224,-0.017189,-0.020128,-0.018131,-0.030767,0.027059,0.007805,0.013521,-0.021529,-0.0043,0.112761,0.001791,0.020748,0.006254,0.017149,0.048667,0.019938,0.026731,-0.007934,-0.003698,-0.003694,-0.03434,0.000109,0.01837,0.039322,-0.000156,-0.015158,-0.026345,0.00862,-0.018581,0.131623,0.011668,-0.028186,-0.023761,0.043952,-0.006954,-0.018444,0.003642,-0.003946,-0.020596,0.03942,0.005516,-0.030077,-0.017889,0.022913,0.030566,-0.007231,-0.008874,0.043665,0.010681,0.026851,-0.04189,-0.021159,-0.030547,0.029071,0.029592,-0.003762,-0.004843,-0.014736,0.080572,-0.009247,-0.025493,0.04887,-0.024562,0.016942,0.009244,-0.001966,0.008418,0.039705,-0.017751,0.009222,0.042351,-0.003598,-0.013718,0.008505,-0.068908,0.040407,0.036915,0.001385,-0.000824,-0.010992,-0.024087,0.009119,0.04043,0.017956,-0.032866,-0.002922,-0.042651,0.004192,0.028741,0.724973,-0.005062,0.010436,-0.004029,0.041959,0.038158,0.021335,0.002561,0.008888,-0.023759,0.000002,0.019552,0.005529,0.063204,0.004397,-0.006572,0.016857,-0.00697,0.042459,-0.006686,-0.019338,-0.021269,0.0241,0.030694,-0.010802,0.079499,0.012226,-0.020262,-0.014268,0.012237,-0.016333,-0.00622,-0.044882,-0.013558,-0.015603,0.015675,-0.00115,0.005197,0.008097,-0.077079,-0.008574,0.040525,0.011053,-0.004634,-0.003659,-0.031369,0.021984,0.016336,-0.00287,-0.014899,0.029973,0.008861,-0.013382,0.052411,-0.019488,-0.004649,0.003113,-0.010929,0.003931,0.041938,0.025144,-0.01663,-0.025039,0.051429,0.045772,0.057547,-0.009783,0.020979,0.016387,0.016519,0.007541,-0.073926,0.023951,0.022576,0.002037,-0.003083,0.005666,-0.049625,0.000216,0.034573,0.008614,-0.041281,-0.005799,-0.041409,-0.025632,-0.012146,-0.014237,0.033503,0.01635,-0.005693,-0.045307,0.033091,-0.007066,-0.037979,0.025667,-0.002715,0.043632,0.026133,0.013967,-0.017694,0.039234,-0.021976,-0.028127,0.008599,-0.080027,0.011255,0.015684,-0.024026,-0.003284,0.083681,-0.008529,-0.010889,-0.013176,0.021374,-0.007979,-0.000667,-0.012557,0.03565,-0.000066,0.007469,-0.067012,-0.018482,0.006148,0.010903,-0.014396,-0.053542,-0.04305,0.026979,0.019169,0.004177,0.011391,-0.019409,0.00074,0.021312,0.00914,-0.006971,0.022012,0.02268,0.049585,0.030141,-0.01348,-0.000428,0.042383,0.040239,0.06378,0.016037,-0.019071,0.050972,0.013931,0.003995,0.000954,0.12234,-0.001651,0.008605,0.013914,-0.003844,0.014826,0.010938,-0.00552,-0.002576,0.032605,0.017278,0.022251,-0.005892,-0.001923,0.04375,0.057206,0.013234,0.079054,-0.023825,-0.016074,0.006887,0.030457,-0.199667,-0.00486,-0.040792,0.001497,0.012452,-0.02216,-0.017387,-0.023793,-0.007991,-0.016658,-0.039386,0.021549,-0.043514,-0.006179,0.021031,-0.010559,0.049018,0.0169,0.007168,-0.02766,0.023712,0.045516,-0.051622,0.067605,0.021629,-0.031599,-0.012244,0.049476,-0.006317,0.010058,-0.004706,0.041427,0.016878,-0.034087,0.023466,0.005426,-0.014435,0.026822,0.020551,0.007811,0.034142,-0.018042,-0.027761,0.009364,0.017931,-0.002149,-0.001301,0.00534,-0.038487,0.01161,0.029706,-0.038495,-0.000429,0.02002,0.040657,-0.017237,-0.021142,0.057749,-0.024227,-0.019786,0.01666,-0.013663,-0.016348,-0.026552,-0.015809,0.003438,-0.041202,-0.062363,0.023154,0.005648,0.018171,-0.039617,0.004838,0.028564,0.04322,0.235385,0.018185,0.013337,0.010911,-0.007052,-0.015412,0.030451,0.008066,-0.004678,-0.025208,0.006337,0.005896,-0.021769,0.004714,-0.005751,0.011072,0.092096,0.00487,-0.034831,-0.057743,-0.009049,0.006563,0.013715,-0.00776,0.026347,0.025555,0.005658,0.005926,0.009029,-0.014749,-0.011215,0.008449,0.02336,-0.005028,0.013574,-0.064129,0.018237,-0.013727,0.032217,0.000403,0.029044,-0.002537,-0.005635,-0.02519,0.038852,-0.0211,-0.035431,-0.009478,-0.007588,0.016985,0.030353,0.023168,-0.007201,-0.035433,0.021767,0.010673,-0.004235,-0.037495,-0.037674,-0.021821,-0.007641,0.011054,0.002631,0.021452,0.000948,-0.008361,-0.058849,0.007593,-0.001914,-0.004887,0.02557,0.061623,0.0006,-0.04005,-0.003229,0.00777,0.012408,0.045191,-0.03419,0.0001,0.010831,-0.01346,0.022256,0.008697,-0.03413,0.055297,-0.014789,0.03705,-0.015382,0.016993,0.015212,-0.020912,-0.019569,-0.004613,-0.005709,-0.000083,0.003288,-0.012541,0.042129,-0.020115,0.010444,0.032301,0.037549,0.023745,-0.031098,-0.000739,0.013173,-0.015259,-0.014359,0.016669,-0.033278,-0.000842,-0.0333,0.009216,-0.028659,0.009886,0.012441,0.002118,0.004059,0.021518,-0.010819,-0.02484,0.079683,-0.007564,-0.023669,-0.007961,0.034014,-0.037527,-0.028174,-0.022251,-0.005065,-0.019012,-0.009796,-0.013689,-0.011767,0.018909,0.002336,0.029788,0.001268,0.002565,-0.041734,0.005021,0.029435,-0.018471,0.022404,-0.000667,-0.00974,-0.010913,0.014683,-0.000036,-0.026995,0.030705,0.020819,0.009248,-0.022015,0.012624,-0.019792,-0.046121,-0.04331,-0.034891,-0.01112,-0.011996,-0.007415,-0.012636,0.038485,0.01025,0.050643,-0.012839,0.034271,-0.011304,-0.009602,0.015353,0.020098,0.023164,-0.012864,-0.006203,0.01623,-0.021856,-0.010548,0.024199,-0.015236,-0.008809,-0.0321,0.048185,0.106606,-0.024642,0.023128,-0.026852,-0.006838,0.017558,0.071364,0.033087,-0.010351,0.006788,-0.002663,0.000899,0.02717,0.018779,-0.017827,-0.006543,0.013448,-0.008416,0.002463,-0.005337,-0.02658,0.028699,0.006853,-0.001217,0.01264,-0.021388,0.039934,0.013305,-0.013742,-0.00644,0.011636,0.049076,0.00159,0.022939,-0.035702,0.022348,-0.059,0.003962,0.00249,0.005056,-0.011475,0.011135,0.00701,-0.017243,0.000633,0.049482,0.003015,0.032931,-0.04034,0.061312,0.027734,-0.011508,0.048291,-0.038998,-0.021197,0.019152,0.032106,0.026637,-0.01922,-0.012227,0.030528,0.019061,-0.009525,0.008421,0.044065,-0.019641,-0.015934,0.017097,-0.009868,-0.019367,-0.021735,-0.011278,0.075212,-0.002388,0.00128,0.025531,0.048955,-0.014981,0.005214,-0.013951,0.719974,-0.004076,0.037016,-0.007388,0.013732,0.042237,-0.019569,0.002624,0.008872,-0.031654,0.046561,0.005769,-0.010243,-0.003918,0.05886,-0.001987,0.008126,-0.039575,0.051712,0.005584,0.003949,-0.04215,-0.001332,-0.026347,-0.013899,0.037208,0.00458,-0.027617,0.001005,0.008725,0.010571,0.029617,-0.003755,-0.050865,-0.023732,0.017726,0.032742,0.041884,0.02507,-0.075554,-0.006238,-0.007913,0.060444,0.01319,0.024433,-0.047579,0.001846,-0.014426,0.005069,-0.0188,0.021743,-0.021165,0.018388,0.021923,-0.012316,-0.016028,0.014665,-0.039227,-0.000801,-0.007881,-0.008979,0.024956,0.028721,0.04022,0.001397,0.02934,0.012208,0.006081,0.022761,0.042851,0.016764,-0.080978,0.025088,-0.002632,-0.016016,0.00678,-0.010178,-0.024388,-0.012311,-0.013906,0.001527,-0.053184,0.052425,0.006926,-0.016364,0.018675,-0.025421,-0.022245,0.015902,-0.010556,-0.043965,0.024069,-0.017195,-0.024557,0.054675,0.009839,0.00404,0.04119,0.009698,-0.017496,0.022255,0.004866,0.021322,0.01364,-0.051311,0.020641,0.00967,-0.007526,0.014211,0.083944,0.04387,-0.002253,0.017483,-0.04315,-0.014569,0.011251,0.02743,-0.004605,0.006032,0.026239,0.01693,0.006941,0.01342,0.033334,0.02185,-0.027896,-0.039273,-0.000163,0.022587,-0.037517,-0.02264,0.001844,-0.034864,-0.003601,-0.046276,-0.053625,-0.002634,0.010446,0.02678,0.000476,-0.004264,0.018176,0.026328,0.026863,-0.004076,0.013071,0.012687,0.044219,-0.026466,-0.028606,-0.007142,0.170154,-0.005914,-0.015437,-0.013937,0.001127,0.030678,0.016247,-0.022659,-0.00732,0.068907,-0.005881,0.024868,0.013592,-0.005635,-0.00579,0.067077,-0.008026,0.036602,0.02308,-0.022334,-0.007484,-0.009245,-0.150906,-0.008186,-0.023578,-0.018714,0.036996,-0.009804,-0.016226,-0.001338,0.000869,-0.070122,-0.004688,-0.037757,-0.030228,0.011205,0.029045,0.005747,0.057824,-0.003722,0.03606,-0.014056,0.053991,0.07679,-0.023977,0.103316,0.002712,0.011181,0.002983,-0.032883,-0.000225,-0.016802,-0.00864,0.034908,0.00233,-0.036948,0.002775,0.027697,-0.035411,0.032907,-0.044201,0.002573,0.035699,0.016878,-0.020523,0.036067,-0.012451,-0.00536,0.007426,0.009943,-0.001045,-0.016152,-0.01355,-0.015835,0.020234,0.009564,0.023778,-0.026493,-0.02263,0.016805,-0.03829,0.042941,0.007983,0.056304,-0.001631,0.015645,-0.057853,-0.012996,0.010619,-0.021728,-0.004545,-0.000255,0.017373,-0.068423,0.013151,-0.013317,0.013211,0.12028,0.016983,0.045019,0.026192,0.019448,-0.059919,-0.007982,0.016222,-0.019956,0.030987,0.015786,0.041723,-0.010643,-0.026791,-0.023484,-0.007909,0.011043,0.037189,-0.018175,-0.061864,0.027432,0.040003,0.014261,0.00639,0.03102,-0.015158,-0.02279,0.014472,0.015889,-0.002689,0.046139,0.017842,-0.001284,0.030256,-0.003511,-0.008449,0.019274,-0.02135,-0.004577,0.018314,0.031117,-0.00214,0.006417,-0.047635,0.021143,-0.005222,-0.015791,-0.016101,0.021817,-0.032297,-0.016883,0.009873,0.006552,-0.024105,0.025826,0.042431,-0.020763,-0.007104,-0.002156,-0.017544,-0.019944,0.011215,-0.023262,-0.023461,0.029305,-0.011276,-0.094351,-0.000219,0.008186,0.023629,0.027082,-0.000762,-0.013006,-0.046549,0.017499,-0.039056,-0.023407,0.020855,-0.013442,-0.017573,0.003083,-0.007505,0.021094,0.07022,-0.006844,0.003235,0.015387,0.020065,-0.002092,-0.024148,0.021656,-0.006647,-0.005886,0.023258,-0.011043,0.034635,0.002725,-0.031191,-0.01228,-0.055749,0.016353,-0.0123,0.006619,0.011357,-0.012781,0.007477,0.048487,-0.039322,-0.031729,0.011017,0.013016,0.069237,0.020878,-0.027483,-0.038909,0.006884,-0.00727,0.013775,0.008775,0.049523,-0.007026,-0.024191,0.053432,-0.00374,-0.00147,-0.034495,0.024927,0.00187,-0.003757,-0.011342,-0.039563,-0.002776,-0.031532,0.018413,-0.024478,0.010724,-0.004065,-0.01647,0.023224,0.032112,-0.018357,0.016015,-0.004824,0.010063,0.009318,-0.000572,-0.019119,-0.008841,-0.031629,0.017954,-0.018245,0.036109,-0.010557,0.008951,0.018489,0.041476,-0.046203,-0.028962,0.001317,0.00052,0.030339,0.011925,-0.037711,-0.004118,0.041457,0.067648,0.040264,-0.013118,-0.002163,0.047293,-0.021304,-0.026125,0.003088,0.033299,-0.006839,-0.049869,0.026264,0.000469,-0.002185,-0.007632,0.02464,0.027791,0.001987,0.022646,0.113211,0.017922,0.051077,-0.004856,-0.043431,0.032601,-0.018863,0.016179,0.010971,-0.003484,0.016685,-0.037754,0.00197,0.023466,0.014194,-0.000582,0.019498,-0.02604,-0.000978,-0.017887,0.126928,-0.026561,-0.007867,0.008367,0.054759,-0.023882,0.000868,0.00999,0.019154,-0.01144,0.034839,0.005254,-0.031907,0.000399,-0.014025,0.01739,-0.036439,-0.005067,0.002636,0.00775,0.053133,-0.037443,0.004406,-0.03056,0.032148,0.028064,0.015822,0.00638,0.008991,0.068997,0.028454,-0.031438,0.01448,-0.037293,-0.014927,0.021658,-0.049209,-0.022271,-0.000392,-0.00811,0.010741,0.01569,0.003322,-0.054606,-0.004687,-0.053077,-0.003891,0.042588,-0.01464,0.007531,-0.059729,-0.024821,0.009201,0.031815,0.015415,-0.027133,-0.004341,-0.010723,0.009499,0.030055,0.726186,-0.011978,0.042773,-0.003185,0.006812,0.003978,-0.03283,0.016784,-0.005018,0.016362,0.04115,-0.028516,0.012911,0.02582,0.037354,-0.002837,0.001427,-0.013176,0.056397,-0.032001,-0.043418,-0.025486,0.040943,0.039767,0.017191,0.067823,0.011779,-0.045492,-0.00353,0.000769,-0.003076,-0.003569,-0.014154,-0.017748,-0.019712,0.009222,0.008796,0.019424,-0.001866,-0.07481,0.012235,0.003769,0.001592,-0.01089,0.002898,-0.010255,0.017932,0.005084,0.00242,0.015369,0.028621,-0.019948,0.008565,0.032231,0.014469,-0.008318,0.002989,-0.005976,-0.013165,-0.019588,0.013446,0.012647,0.010995,0.067343,0.059822,0.064328,-0.023692,-0.026094,0.015334,0.003665,0.046753,-0.076265,0.028672,0.02515,0.00931,-0.000051,0.027254,-0.001866,0.002058,-0.027601,0.027857,-0.084354,0.038762,0.012943,0.009854,-0.002025,-0.047055,-0.007242,-0.010391,0.004525,-0.025763,0.024734,0.004513,-0.014956,0.015706,-0.003527,-0.00942,0.030601,0.013673,-0.007572,0.009933,-0.012268,-0.00382,-0.002844,-0.068285,0.008125,-0.002253,0.025364,-0.00206,0.055542,-0.001588,0.00335,-0.010838,-0.02226,-0.019767,-0.005171,0.014703,-0.012882,0.003638,-0.006973,0.0029,0.00738,-0.003556,-0.001423,0.030909,-0.050292,-0.024904,0.025638,0.011583,-0.02155,-0.010356,0.004081,-0.017116,-0.006271,-0.04358,-0.01667,-0.011784,0.008959,0.051342,0.036775,0.003187,0.021309,0.010509,0.018142,0.022107,0.024742,0.013525,0.046093,0.00081,-0.013293,-0.005019,0.139264,0.038426,0.000036,-0.002106,0.005109,0.009197,-0.009811,-0.026107,-0.029336,0.050876,0.003198,0.040456,0.007348,-0.009633,0.001747,0.065173,0.000559,0.022155,-0.013444,0.006731,-0.003074,0.029664,-0.191159,0.000557,-0.046582,0.01447,0.015137,-0.023384,0.002361,-0.001659,-0.004894,-0.04446,-0.029539,-0.021043,-0.040815,-0.025332,0.023458,-0.008086,0.041237,-0.038428,0.017403,-0.020381,0.032384,0.063785,-0.043461,0.058579,0.028584,-0.007451,0.02818,-0.000164,0.01529,-0.005079,0.003708,0.039233,0.002432,-0.033255,0.004507,-0.002258,-0.039525,0.028111,-0.023392,0.016439,0.025496,0.010514,-0.028769,-0.010307,-0.005471,-0.006745,0.016568,-0.021232,-0.027763,-0.00032,0.011511,-0.031676,0.000235,-0.017098,0.045317,0.018779,-0.018092,-0.010918,-0.025349,0.040382,-0.011584,0.004056,0.002467,0.015835,-0.058806,0.005989,-0.014339,-0.041243,0.013625,0.03022,0.0422,-0.03357,0.011374,0.036185,0.031881,0.129869,0.026595,0.05096,-0.020957,0.025814,0.004244,-0.002708,-0.00831,-0.017835,-0.037934,0.025918,0.001631,0.031504,-0.002425,-0.0226,-0.039837,0.027266,0.003782,-0.005304,-0.050865,0.016943,0.055373,0.030276,-0.010874,0.019954,-0.001425,0.006024,0.002304,0.016687,0.021603,0.040785,0.026817,0.029104,0.009266,-0.002736,-0.004273,0.028005,-0.017394,0.010053,-0.021524,0.045832,-0.00212,-0.012739,-0.055139,0.009303,-0.018937,-0.031785,0.00729,0.041344,-0.015477,0.022704,-0.006823,0.006559,-0.020195,0.011688,-0.003244,0.005267,-0.026368,-0.015165,-0.028561,0.006013,-0.000133,-0.019317,-0.026009,0.005578,-0.017464,-0.106806,0.011583,-0.001562,-0.021035,0.037436,0.011548,-0.020614,-0.086353,0.026178,-0.013898,0.043653,0.013344,-0.005255,0.002528,0.025256,0.008569,0.022855,0.035245,-0.020882,0.010056,-0.001236,0.03099,-0.019933,-0.015741,0.03157,-0.01643,-0.022926,-0.018563,0.018375,0.035631,0.025304,-0.029003,0.01547,0.00662,0.01458,0.010269,-0.015606,-0.006255,0.013852,0.000107,0.025227,-0.015527,-0.041451,-0.002173,-0.019458,-0.00123,0.008603,-0.042383,-0.033205,0.014687,-0.013809,0.026683,0.021028,0.11104,-0.003167,-0.015442,0.047347,0.02801,-0.006224,-0.020903,0.031206,0.012826,-0.016426,-0.010751,-0.004098,-0.000961,-0.026184,-0.035394,-0.000445,-0.024981,-0.018285,-0.008161,0.000858,0.021152,-0.026444,0.004254,-0.007335,0.013385,0.011461,0.015833,-0.017135,-0.010038,-0.007096,0.008089,-0.004476,0.047518,-0.031041,-0.007276,-0.022883,0.010108,-0.017267,-0.052916,0.006319,0.006303,-0.014085,0.016552,-0.032915,-0.017478,0.005608,0.027209,0.020978,-0.016688,0.016625,0.001984,-0.000028,-0.015253,0.008456,0.027341,-0.031046,0.00682,0.024358,-0.035455,-0.018432,0.04512,0.002733,0.016727,0.020693,0.013401,0.111953,0.017156,0.017214,-0.015489,-0.024902,0.035674,0.039586,0.056479,-0.02009,-0.01745,-0.00718,-0.000472,-0.04574,0.05278,0.002261,0.005007,-0.009163,-0.024569,0.011759,-0.025887,0.105007,0.021124,-0.027441,-0.022528,0.008009,-0.01999,-0.00818,0.011507,0.014805,-0.00525,0.028053,0.016883,-0.011019,-0.013515,-0.005597,0.048471,-0.036369,0.002785,0.00196,0.011902,0.034705,-0.027163,0.011099,-0.038411,0.025134,0.017912,-0.009681,0.02295,-0.007059,0.055481,-0.016793,-0.008637,0.051677,-0.025703,0.017743,0.007212,0.022519,-0.018207,0.007252,0.002204,0.041952,-0.001555,0.02585,-0.026989,0.00095,-0.060548,-0.00262,0.058129,0.005854,0.013755,0.000787,-0.012672,0.019696,0.013685,-0.01127,-0.015058,-0.014056,-0.028715,0.000442,0.020011,0.754227,-0.002308,0.020627,0.009335,-0.00186,0.000654,0.008171,-0.007941,0.004124,-0.018189,0.017675,-0.002247,0.010897,0.020352,0.028061,-0.022088,0.043315,-0.020804,0.016896,-0.054078,-0.033159,-0.025197,0.051464,0.042092,0.020623,0.063901,0.004814,-0.022565,0.005959,0.03104,-0.012272,-0.01257,-0.02377,-0.029488,-0.011245,0.019731,-0.006908,0.023505,0.004188,-0.090776,0.0009,-0.001809,0.0279,-0.010367,-0.018908,-0.004846,0.024437,0.027009,-0.008712,-0.003454,0.003382,-0.007318,0.020757,0.032479,-0.018339,-0.011216,0.0071,-0.013646,-0.008154,0.021543,0.006428,0.007888,-0.014286,0.066,0.021938,0.035738,0.021132,-0.011437,0.016318,0.021975,0.050385,-0.0947,0.038704,0.027891,-0.031133,-0.004843,0.02526,-0.015836,-0.026811,-0.021598,0.036738,-0.064198,0.035675,0.007043,0.006938,0.024721,-0.012155,-0.001037,-0.009449,-0.00383,-0.061391,0.01789,0.017003,0.004761,0.011765,0.010972,-0.002174,0.037252,0.004957,-0.025421,-0.011636,0.016838,-0.004128,0.008264,-0.047006,0.008134,0.004041,0.010237,-0.029359,0.084569,-0.00374,-0.032588,-0.016015,-0.001289,-0.016414,-0.015461,0.019719,-0.019892,0.016846,-0.000401,-0.006978,0.004389,0.002127,-0.02308,0.030285,-0.048622,-0.032861,0.029583,0.019884,-0.028894,0.005716,-0.008612,0.00485,-0.010999,-0.042086,-0.02322,-0.015624,-0.010691,-0.009729,-0.004325,0.024253,0.032663,-0.002593,-0.006874,0.024849,0.041729,0.011237,0.003909,-0.006808,-0.013586,0.002338,0.149633,-0.008529,0.006698,-0.016537,0.015879,0.009243,-0.020638,-0.019725,-0.002054,0.030554,0.023797,0.035853,0.030459,-0.009408,0.018064,0.098338,-0.011247,0.007195,-0.006013,0.025218,-0.004154,-0.006107,-0.130152,-0.00758,-0.060194,0.000118,0.003929,0.000955,0.000727,0.000481,0.003988,-0.016851,0.006484,-0.006138,-0.033504,-0.044832,-0.006502,-0.023055,0.024594,0.001655,0.015878,-0.031386,0.068046,0.08001,-0.034067,0.117884,0.029211,-0.010424,0.000201,0.005145,-0.007628,0.014797,0.001099,0.012028,-0.00578,-0.011368,-0.03891,-0.014102,-0.040294,0.016771,-0.029332,0.007122,-0.00973,-0.004113,-0.014911,0.009735,-0.006381,-0.022011,0.010913,-0.030054,-0.015737,-0.018007,-0.011226,-0.004166,0.018959,-0.007778,0.025915,-0.005323,-0.005014,-0.025689,0.000286,0.04453,0.025237,0.041395,0.009696,-0.01397,-0.045575,-0.028991,-0.007232,-0.018817,0.02166,0.004763,0.024375,-0.032523,-0.004588,0.00314,0.014216,0.128415,0.017368,0.021427,-0.00551,0.020041,-0.018057,-0.011599,0.011641,-0.008255,-0.015063,0.011587,0.019713,0.0022,0.001408,-0.02575,-0.044072,0.045333,0.026057,-0.003327,-0.065729,0.024209,0.014813,0.011474,-0.005128,0.029916,-0.031328,-0.006252,0.024239,0.01987,0.020329,0.042073,0.027623,0.008317,0.013607,-0.008385,-0.034121,0.016025,0.002169,-0.00028,0.006774,0.030797,-0.004193,-0.001815,-0.031144,0.016913,0.000996,-0.03973,-0.007355,0.034952,-0.028099,0.018319,-0.017227,0.020083,-0.012033,0.015814,0.016609,0.013708,-0.000081,-0.01754,-0.000284,-0.015695,-0.000404,-0.031234,-0.015583,0.021107,-0.022831,-0.072216,0.0018,0.022191,-0.002035,0.056315,0.01657,-0.012293,-0.010824,0.013759,-0.019539,0.008712,-0.003948,-0.028171,0.004766,-0.005216,0.020376,0.012786,-0.015817,-0.005691,0.001521,-0.003953,0.015669,-0.005889,-0.010005,0.020382,-0.015754,-0.000269,-0.001028,0.013466,0.013384,0.017711,-0.011106,0.004153,-0.000611,0.028943,0.002517,0.01921,0.016355,0.007914,0.01682,0.023806,-0.012956,-0.023811,-0.003194,-0.010668,0.006369,0.020437,-0.031702,-0.049355,0.015457,-0.015649,0.0139,0.010718,0.075298,0.013943,-0.042489,0.01278,-0.003806,0.01747,0.018524,0.047944,0.007291,-0.015761,-0.016053,-0.000045,-0.003478,-0.048737,-0.022077,-0.03576,-0.020644,-0.033846,-0.022188,-0.001213,0.003687,-0.028438,-0.008672,0.014713,-0.017704,-0.002747,0.008371,-0.010089,-0.010985,-0.004622,-0.025192,-0.003921,0.023367,-0.013274,0.015267,0.016102,0.001825,-0.004261,-0.031644,-0.007108,-0.008149,0.011065,0.013822,-0.027962,-0.006691,0.039548,0.005323,0.025332,-0.010399,0.031757,0.02471,-0.00083,-0.010218,-0.053697,0.021533,-0.015677,-0.002352,0.009696,-0.026481,0.016769,0.018549,-0.015393,0.019403,-0.019363,-0.000177,0.120404,-0.009223,0.008008,-0.009476,0.000665,0.004184,0.054352,0.051506,-0.023041,-0.02794,0.011169,-0.054294,-0.013623,0.030337,0.030908,-0.00808,-0.000857,-0.05038,0.012914,-0.005336,0.023638,0.028696,-0.017698,-0.005065,0.040928,0.00031,-0.006024,0.003449,0.04377,-0.033774,0.03618,0.023019,-0.02128,0.035972,-0.013399,0.008325,-0.032001,0.004157,-0.019291,0.000378,0.016256,-0.028312,0.001296,-0.008311,-0.002572,0.010131,-0.027212,0.007343,0.015262,0.052726,-0.009488,-0.002538,0.027267,-0.031979,0.020488,0.028382,0.027599,-0.004136,0.028237,-0.000339,0.009004,-0.003418,0.003961,-0.012705,-0.024372,-0.018218,-0.033072,0.03733,-0.003703,-0.005894,-0.01007,0.005422,0.003792,0.003673,-0.001218,-0.009614,-0.042576,-0.023242,-0.007829,-0.001506,0.791923,0.005229,0.025996,-0.020257,-0.001868,-0.009688,-0.009624,0.018523,-0.008426,0.016688,0.012154,-0.004341,-0.00751,0.014613,0.013411,-0.017977,0.029682,-0.031313,0.016228,-0.030501,-0.022899,-0.009303,0.014674,0.018305,-0.017939,0.046319,-0.014108,-0.03439,0.004054,0.004367,-0.047015,0.010117,-0.01521,-0.026753,-0.012308,0.001869,-0.010005,0.014241,0.01075,-0.101278,0.010849,-0.002156,0.007593,-0.024985,0.00159,0.004755,0.016095,0.009178,0.003639,-0.010843,0.015244,0.019482,-0.010239,0.039667,0.000509,-0.0341,0.01139,-0.021265,-0.020303,0.01916,-0.008656,-0.02707,-0.011261,0.073309,0.014883,0.0275,0.009705,-0.00672,0.034417,0.024782,0.020724,-0.079719,0.018865,-0.000726,-0.004417,0.003661,0.010896,0.002174,-0.027875,-0.038057,0.027562,-0.07007,0.027752,0.020935,0.019326,0.011452,-0.041359,0.003455,0.00659,-0.00118,-0.051428,-0.00639,0.005657,0.004203,0.042561,-0.003116,0.015922,0.062346,0.036233,-0.020121,-0.000541,0.006596,-0.023933,0.010676,-0.0668,-0.011333,-0.007445,0.001679,-0.003123,0.048636,0.009067,-0.015504,-0.000159,-0.020477,-0.017067,0.014233,0.025384,-0.017109,-0.008165,-0.012732,-0.005002,-0.010085,-0.002217,-0.007875,0.02232,-0.044239,-0.021037,0.018404,0.024115,-0.015728,0.011479,-0.006388,-0.012434,-0.006517,-0.005416,-0.017912,-0.005226,-0.014355,0.018997,-0.007561,0.012384,0.032408,0.045725,0.006345,-0.019132,-0.000704,-0.006704,0.00164,-0.003599,-0.008326,0.015556,0.176354,-0.00069,-0.011915,-0.041536,0.001723,0.002285,-0.014141,0.010541,-0.039121,0.043414,0.005879,0.071778,0.018892,-0.003552,0.009417,0.074786,-0.001554,0.017055,0.007173,-0.02409,-0.006164,0.018094,-0.196381,-0.005269,-0.039061,0.011139,0.012493,0.012003,-0.004666,0.00267,-0.010011,-0.018222,0.008272,-0.011475,-0.009716,-0.028987,0.029396,-0.033231,0.038939,-0.029722,-0.00295,-0.000035,0.039708,0.095853,-0.014099,0.145175,0.005017,0.01356,-0.025879,0.000353,-0.006072,0.019788,0.005056,0.035868,0.007625,-0.034289,-0.046849,-0.001198,-0.035718,0.004139,-0.024268,-0.015853,0.025057,-0.002926,-0.009096,0.031196,-0.006437,-0.041861,-0.027149,-0.054055,-0.000048,-0.006098,-0.013361,-0.014782,-0.010095,-0.032446,0.023535,0.021495,0.017389,-0.007823,-0.034954,0.013284,0.010644,0.050331,-0.006192,0.011232,-0.042674,-0.018153,0.019335,-0.022284,-0.012455,0.015262,0.031281,-0.041298,-0.012113,0.027448,0.012855,0.125156,0.012106,0.017482,0.011015,0.010071,-0.0021,-0.019504,0.019497,-0.015256,-0.009477,0.029159,0.046037,0.014695,0.006922,-0.028665,-0.021838,0.05383,-0.00264,0.012319,-0.049048,0.01236,0.015693,0.013319,0.012449,0.028765,-0.054221,-0.013634,0.017597,0.026705,0.025304,0.028383,0.039356,-0.011576,0.005634,0.000806,-0.04552,0.006278,-0.010079,0.005099,-0.004977,0.045059,-0.017299,0.014774,-0.026588,0.027558,0.022101,-0.046193,-0.001271,0.039653,-0.043745,0.019349,-0.021555,0.018551,-0.021742,0.014465,0.008495,-0.010151,-0.00243,0.011143,0.007437,-0.009157,0.022165,-0.030156,-0.009386,0.025628,-0.001257,-0.078262,0.014568,0.000441,0.022082,0.025907,0.013938,0.011421,-0.026858,0.039327,-0.030169,-0.027138,0.053739,-0.030843,0.010005,0.011453,0.00583,0.021897,0.014641,-0.019465,0.011669,-0.025539,0.028734,-0.01592,0.000608,0.012938,-0.010685,0.000808,0.030185,0.003496,0.037659,0.00249,-0.024045,-0.000382,-0.013147,0.00953,-0.005567,0.023722,-0.008479,-0.017244,0.018257,0.031052,-0.021439,-0.021007,-0.009459,-0.016134,0.009129,0.015196,-0.029709,-0.025567,0.027134,-0.005819,0.012148,0.01613,0.075167,0.015622,-0.035684,0.030363,0.011194,0.006586,0.001922,0.04572,0.018007,0.001486,-0.012572,-0.01511,-0.022283,-0.043961,0.001796,-0.025672,-0.027695,-0.012259,0.005252,-0.000656,-0.011194,0.002022,-0.004231,0.033967,0.003393,-0.000541,-0.003199,-0.033376,0.009723,-0.001826,-0.002708,-0.010523,0.026289,-0.029992,0.014506,-0.002769,0.02335,-0.018016,-0.02606,-0.015541,0.021206,0.026629,0.016066,-0.028761,-0.007394,0.042345,0.006038,0.043904,-0.036681,0.010398,0.008851,-0.012286,-0.022973,-0.006962,-0.01247,-0.037081,-0.026608,0.045129,0.012656,0.008677,0.034084,-0.000809,0.022342,0.02247,0.017505,0.110449,-0.015202,0.002154,-0.011196,-0.003966,-0.00346,0.075833,0.011957,-0.042577,-0.022281,-0.006588,-0.017694,-0.00338,0.030354,0.016705,0.003108,-0.002633,-0.020417,-0.009127,-0.008937,0.043404,0.017731,-0.007146,0.017868,0.009972,-0.013124,0.008875,0.004448,0.022938,-0.034405,0.054309,0.029264,-0.017734,0.001228,-0.000032,0.001879,-0.001213,0.052359,0.002184,0.010022,0.015971,-0.023548,-0.007975,0.012941,-0.004641,0.024342,-0.00442,0.005606,0.019308,0.033173,-0.01368,-0.025494,-0.00741,-0.007455,-0.013179,0.039443,0.020214,-0.022012,0.017896,0.000404,-0.009928,0.045047,-0.019236,-0.016092,-0.020597,-0.045782,-0.017097,0.008338,-0.000243,0.024091,-0.019765,0.001104,0.026353,0.001517,-0.005752,-0.008095,-0.012544,-0.023435,0.003434,0.005235,0.764995,-0.014912,0.018004,-0.0148,-0.011936,-0.000132,-0.008451,-0.016875,-0.003619,0.011272,0.014057,-0.013964,-0.031052,0.023342,0.015093,-0.037021,0.021526,-0.013869,0.00997,-0.022298,-0.014083,-0.007003,0.039379,0.013301,0.005573,0.015422,-0.000795,-0.024712,-0.006181,-0.003395,-0.037766,0.002908,0.022463,-0.015873,-0.005804,-0.004354,0.01816,0.029933,0.010425,-0.090371,0.014693,0.02553,0.017909,-0.020562,0.02123,-0.020071,0.017113,0.032317,0.008746,-0.011768,0.012609,-0.011389,0.012905,0.043403,0.001211,-0.025412,0.010827,0.004148,-0.014234,0.029116,-0.009136,-0.017122,-0.019569,0.058734,0.030762,0.069969,-0.004466,0.002663,0.026183,0.015763,0.042639,-0.095661,0.032845,0.019885,0.006672,0.010482,0.008292,-0.011719,0.003855,-0.006098,0.010395,-0.086591,0.053525,0.034759,0.026183,0.015061,-0.019599,0.008513,0.021339,-0.034725,-0.0605,0.010112,0.002048,-0.001834,0.005536,-0.013702,0.008851,0.032292,0.021073,-0.026624,0.01976,0.005498,-0.016662,-0.001184,-0.067222,-0.006507,0.008098,0.009776,-0.014931,0.066566,-0.014744,-0.003176,-0.00014,-0.003085,-0.014183,0.010346,0.018905,0.016943,0.012131,0.000817,0.00377,-0.032546,0.022567,-0.021441,0.028063,-0.066784,-0.03346,0.023034,0.003183,-0.010415,-0.009678,0.018939,-0.032348,-0.018297,-0.028892,-0.008806,-0.00626,-0.005754,0.006262,0.023462,-0.007764,0.027406,0.008531,0.008043,0.018886,0.020358,0.010524,0.012464,-0.01642,-0.011899,-0.005392,0.129052,0.026841,-0.0221,-0.007057,-0.002665,0.001839,0.000441,-0.034932,-0.014603,0.047329,0.017142,0.03695,0.001861,0.011677,0.009803,0.046989,-0.006177,0.005997,0.022941,-0.006776,-0.036779,0.033291,-0.210504,0.018059,-0.05359,-0.004506,0.023455,-0.004846,-0.008196,0.003511,-0.009017,-0.016161,-0.020424,-0.002084,-0.047965,-0.010207,0.028383,-0.03158,0.062739,-0.032462,-0.00901,-0.022803,0.042337,0.068675,-0.02299,0.060759,0.026403,0.014372,0.005171,0.016296,0.01301,0.015543,0.002487,0.018983,0.011437,-0.021597,-0.035421,0.000152,-0.048607,0.04346,-0.029172,-0.008736,0.053359,0.020458,-0.025962,0.026844,-0.02879,-0.03218,-0.010747,-0.015364,-0.020539,0.016464,-0.003737,-0.021912,0.015125,-0.026398,0.038425,0.031447,0.021785,-0.004292,-0.036514,0.055064,-0.014606,0.032383,0.018126,-0.013822,-0.042422,-0.011749,0.008904,-0.035483,0.016097,0.009169,0.029285,-0.013081,0.007056,0.023769,0.022304,0.169215,0.00856,0.024569,-0.009117,0.024771,-0.022016,-0.023856,-0.003205,-0.016969,-0.02987,0.019651,0.01465,0.041299,-0.007171,-0.041651,-0.016417,0.051421,0.011692,-0.019182,-0.050834,0.008016,0.042169,0.039289,-0.011234,0.030606,-0.039201,-0.021774,-0.014836,0.034961,-0.025651,0.017735,0.02727,-0.018483,-0.006219,-0.000795,-0.002719,0.020627,-0.014213,-0.009612,-0.005216,0.052699,-0.015997,-0.011177,-0.024271,0.020817,-0.006911,-0.065,-0.025848,0.020759,-0.03388,0.021581,-0.034065,0.016776,-0.034175,0.006682,0.01054,-0.006065,-0.004987,0.007093,0.008183,0.006032,0.020625,-0.013643,-0.036529,0.033962,0.02672,-0.108666,0.039875,0.010442,0.013126,0.032099,0.032658,0.003534,-0.050303,0.028128,-0.035233,0.061821,0.012705,-0.023064,-0.028636,0.014944,-0.022415,0.014753,0.021232,-0.011229,0.007344,-0.014886,0.043508,-0.022144,-0.019681,0.026332,-0.021304,-0.020315,-0.008199,0.016477,0.046071,0.031328,-0.049254,0.006645,0.022288,0.01355,0.009935,0.016075,-0.029898,-0.011333,-0.009202,0.010614,-0.029391,-0.026685,0.001,-0.041353,0.031997,0.009002,-0.02962,-0.029171,0.017499,-0.010182,-0.000431,0.00533,0.086079,-0.010541,-0.038298,0.041095,0.019593,-0.011556,-0.006756,0.034966,0.006225,-0.015127,-0.029408,-0.006697,-0.002862,-0.038414,-0.019967,0.0056,-0.020394,0.01126,0.00257,0.01123,0.001813,-0.009191,0.017725,0.033235,0.017401,-0.005905,-0.005701,-0.023811,-0.015631,-0.031059,-0.003847,0.016354,0.047184,-0.014562,0.000977,-0.015382,0.016034,-0.026891,-0.057465,0.008664,0.004965,-0.008682,0.007843,-0.035293,0.020298,0.028789,0.024181,0.042421,-0.029574,0.027161,0.029885,-0.03613,-0.03566,0.051531,0.019139,-0.038698,-0.007739,0.038556,-0.01375,-0.007416,0.018619,-0.003865,0.025808,0.001433,0.043583,0.111314,0.015087,-0.018932,-0.025487,-0.02611,0.005817,0.035189,0.050762,-0.013797,-0.01358,-0.004957,-0.027415,-0.000062,0.037053,0.003492,0.012679,-0.004364,-0.013642,-0.018033,-0.011668,0.080092,0.022288,-0.002268,-0.022225,0.012076,0.00791,-0.022358,0.006524,0.0506,-0.006535,0.031277,0.033112,-0.037134,-0.013378,-0.009152,0.02726,-0.00993,-0.000447,0.002206,0.009415,0.032789,-0.027692,0.028458,-0.013744,0.024513,0.01902,0.000967,-0.023292,0.008737,0.046098,-0.001878,-0.002649,0.028612,-0.006131,0.021627,0.02759,0.008763,-0.015143,0.011794,-0.018342,0.02432,0.049848,0.011441,0.012263,0.008879,-0.07613,-0.005919,0.040801,-0.014976,0.016836,-0.009995,-0.002204,0.016728,0.010016,-0.00792,-0.000284,-0.004755,-0.011496,0.000444,0.037748,0.732732,-0.031512,0.050404,-0.009736,-0.011391,0.014442,0.003501,-0.007733,0.013317,-0.001002,0.002126,-0.012955,-0.001937,0.043268,0.013511,-0.016153,0.009639,-0.010151,0.036918,-0.027404,-0.025778,-0.029853,0.055301,0.041618,-0.016169,0.044757,0.035088,-0.023652,0.024717,0.038262,-0.019433,-0.016751,-0.043217,-0.025925,-0.033791,0.040703,-0.006412,0.023203,0.036145,-0.073051,0.021094,0.024856,0.012712,-0.012528,-0.000804,-0.02667,-0.006701,0.017727,-0.006884,-0.004413,-0.000548,0.019742,0.014624,0.053023,-0.03584,-0.01515,0.005333,-0.010486,0.001775,0.013318,-0.008695,-0.010603,-0.01375,0.037715,0.031472,0.029693,0.009232,0.011451,0.033059,0.016855,0.047233,-0.084353,0.018122,0.010365,-0.00632,-0.002865,-0.000977,-0.021359,0.017863,-0.011504,0.020346,-0.058456,0.021283,0.032613,-0.008479,0.020348,-0.037162,-0.011134,0.026139,-0.031198,-0.024647,0.039674,-0.012482,-0.012538,0.004421,0.005749,0.010112,0.041645,-0.016934,-0.027305,0.005275,-0.015984,-0.049283,-0.013874,-0.046359,-0.008588,0.001755,0.024232,0.003591,0.05092,-0.005035,-0.022746,-0.014714,-0.01749,-0.011933,0.000098,0.012234,-0.01223,0.005992,0.00242,-0.005401,-0.011024,0.000221,-0.015399,0.024319,-0.05782,-0.035172,0.028112,0.008585,-0.02396,-0.000407,-0.01564,-0.026197,-0.011253,-0.034294,0.000813,-0.018513,-0.003638,0.029632,0.009595,-0.021559,0.013186,-0.018307,0.022198,0.032102,0.012543,-0.00681,0.017645,-0.001225,-0.010431,0.003628,0.122123,-0.007798,-0.008403,-0.021975,-0.001615,0.007991,0.022373,-0.027509,-0.0002,0.040215,-0.01424,0.036509,0.01351,-0.020079,0.009363,0.05875,-0.006235,0.033257,-0.011594,0.017487,-0.011471,0.015861,-0.218243,-0.007885,-0.047637,-0.014857,0.022794,-0.020782,0.001513,0.003662,-0.017234,-0.011914,-0.002993,-0.00288,-0.025784,-0.015403,0.016924,0.001224,0.025557,-0.026313,-0.008709,-0.012551,0.077934,0.099908,-0.038823,0.073633,0.040028,0.016644,0.037674,0.02064,0.01191,0.000729,-0.004213,0.024465,0.003896,-0.043604,-0.00847,-0.001071,-0.028221,0.041544,-0.026771,0.015573,0.021939,-0.007131,-0.029283,0.013953,0.009209,0.001186,-0.00238,0.001396,-0.010962,-0.008968,0.00183,-0.012507,-0.011088,-0.012155,0.021458,0.008654,0.00429,0.019592,-0.003866,0.024101,-0.007795,0.04755,-0.01221,-0.009435,-0.049641,-0.006856,-0.011725,-0.012744,0.030226,0.01972,0.02739,0.00173,0.002371,0.014054,-0.000178,0.169492,0.020536,0.02321,-0.002212,0.029166,-0.00185,0.00396,-0.031661,-0.009025,-0.024037,0.002387,0.013106,0.024461,-0.000757,-0.014711,-0.02205,0.048846,-0.000811,-0.020493,-0.048874,0.006237,0.022934,0.014844,0.012679,0.014068,-0.030899,-0.007571,-0.002034,0.02311,0.022431,0.04084,0.018236,0.013889,0.005098,-0.02331,-0.001551,-0.010384,0.005997,0.006382,0.015265,0.031177,-0.012191,0.009893,-0.005798,0.03309,-0.012108,-0.06993,0.012904,0.012581,-0.006974,0.016824,-0.015783,0.025576,-0.013398,0.023535,0.019737,-0.007615,0.00453,-0.02098,-0.02992,-0.020129,0.01316,-0.029918,-0.030765,0.021781,-0.024601,-0.143991,0.005768,0.016093,-0.013855,0.058399,0.038078,-0.00591,-0.089736,0.012201,0.001727,0.027195,0.027209,0.002545,-0.031113,0.012048,-0.005677,0.022401,0.003009,-0.02754,0.009103,0.001197,0.031569,-0.011195,-0.017367,-0.002708,-0.041404,-0.012716,-0.020429,0.00443,0.029922,0.038186,-0.031692,0.009303,0.007435,0.008417,0.012471,0.011763,-0.005499,-0.017313,0.013933,0.018733,-0.007076,-0.014322,0.005744,-0.011591,0.027635,0.003184,0.007024,-0.04232,0.01222,-0.002659,0.006442,0.010409,0.111551,0.004318,-0.024911,0.010994,0.011149,0.001639,-0.02046,0.066157,0.007377,0.008613,-0.035358,0.003969,0.004931,-0.009103,-0.03617,-0.000522,-0.038964,-0.026861,-0.049352,0.012041,0.019557,-0.006054,0.016919,0.031622,0.014838,0.009715,0.002652,-0.014236,0.005385,-0.033412,0.013717,0.004376,0.049277,-0.004328,0.003344,0.002749,0.014497,0.006351,-0.035216,0.014371,0.001976,-0.010761,0.027936,-0.007686,0.005821,0.012647,0.012646,0.012232,-0.007216,0.026539,0.000928,-0.004098,-0.014178,0.01213,0.029991,-0.03339,0.015942,0.045419,-0.041232,-0.016525,0.019154,0.006055,0.022409,0.02242,-0.004625,0.11318,0.020542,-0.001086,-0.019929,-0.025825,0.001167,0.044317,0.070488,-0.008592,-0.028387,0.000538,-0.015563,-0.026585,0.007147,-0.005468,0.023555,0.01088,-0.009625,0.010215,-0.004718,0.076135,0.002717,-0.013535,-0.008713,0.020094,0.017402,-0.009262,-0.001946,0.007218,-0.009422,0.019416,0.009312,-0.007706,-0.033152,0.00368,0.043346,-0.012756,-0.004035,-0.007297,-0.021111,0.014335,-0.013641,-0.020783,-0.02008,0.004148,0.008362,-0.018833,0.021656,0.021322,0.05471,0.005633,-0.024,0.031822,-0.010641,-0.009055,-0.001145,0.008267,-0.007153,0.01044,-0.003135,0.03736,0.009436,0.00532,-0.030766,0.013267,-0.05252,0.005509,0.040977,-0.047505,-0.019307,-0.004323,0.012676,0.020075,0.018604,-0.016916,0.009172,-0.016217,0.000808,-0.006132,0.00516,0.758256,-0.004163,0.039894,-0.010984,0.005766,0.01167,0.017754,-0.005364,-0.013632,0.013736,0.013884,-0.016421,0.004558,0.035055,0.013552,-0.035278,0.031781,-0.022895,0.029793,-0.023997,-0.045131,-0.008422,0.004465,0.003511,0.0235,0.038793,0.019071,-0.025438,0.004154,0.025326,-0.026159,0.009257,-0.066648,-0.014988,-0.008314,0.019721,-0.023621,0.010659,0.019912,-0.073833,0.008013,0.022298,0.02853,-0.002473,-0.028907,0.007507,0.017104,-0.009118,-0.012189,-0.032395,-0.00841,0.009786,-0.008532,0.052901,-0.018891,-0.00437,0.006265,-0.028209,-0.020364,-0.005416,0.00427,0.002611,0.004858,0.063369,0.028814,0.031428,0.004222,-0.017588,0.03295,0.011961,0.035816,-0.069355,0.043322,-0.000081,-0.00602,0.011356,-0.012938,-0.056308,-0.003686,0.006083,0.02283,-0.056987,0.018114,0.03046,-0.027138,0.00489,-0.03439,0.016423,-0.002356,-0.005055,-0.033218,0.016767,0.005492,-0.040433,-0.005765,-0.005777,-0.003636,0.037515,0.021143,0.00613,0.032997,0.010489,0.029212,0.013319,-0.049549,-0.008683,0.013437,-0.018701,-0.006916,0.065452,-0.003997,-0.002409,-0.008699,0.009613,-0.004303,-0.014677,0.013789,-0.003661,-0.007901,0.011619,-0.031754,-0.030431,0.020939,0.01047,0.000544,-0.060121,-0.042985,0.027833,0.02603,-0.039477,-0.00336,0.020815,0.015463,0.002605,-0.024667,-0.019728,-0.01988,-0.006266,0.044737,0.013719,-0.003217,0.029368,0.022367,0.010493,0.030374,0.023497,0.00787,0.032213,-0.015001,0.001326,0.024121,0.145138,0.017243,0.011089,0.003066,0.001041,0.017458,0.006273,-0.018044,-0.037064,0.041183,0.013533,0.009894,0.008249,-0.013566,0.013693,0.083177,0.021737,0.02033,-0.023137,0.002473,0.008392,0.021984,-0.134257,-0.009664,-0.034452,0.012602,-0.003696,0.010546,-0.017985,-0.022965,-0.020251,-0.009246,-0.000214,0.003422,-0.028853,-0.006238,0.031305,-0.038516,0.036039,0.013124,0.014056,-0.007904,0.036933,0.088999,-0.013768,0.068964,0.020088,-0.038165,-0.009037,0.028382,0.02532,0.013548,0.005469,0.039527,0.005477,-0.042241,-0.002649,0.009211,-0.020432,0.027475,-0.006396,0.010731,0.030138,-0.023299,-0.003735,0.021601,0.00188,-0.001739,0.019651,-0.00838,-0.012699,0.00258,0.018791,-0.030883,0.00997,-0.000204,0.036444,-0.014007,-0.003711,0.027063,-0.031278,-0.006073,-0.018689,0.007119,-0.004421,0.000028,-0.035461,0.007905,-0.019974,-0.035614,0.011079,-0.001148,-0.001836,-0.031381,0.00213,0.010103,0.030133,0.154941,0.013327,0.014368,0.010417,-0.000446,-0.03019,0.026,0.008642,-0.023217,-0.021997,0.002851,0.009396,0.009592,-0.003043,-0.013263,0.001158,0.061772,-0.007782,-0.006608,-0.064706,-0.011724,-0.012467,-0.006057,0.007911,0.018576,0.003451,0.02348,0.027682,0.001376,0.027602,0.033097,-0.01593,0.016124,-0.015178,-0.002454,-0.036811,0.003766,0.006311,0.005349,-0.012395,0.029884,-0.001177,-0.017065,-0.035459,0.038647,-0.006527,-0.031826,-0.002394,0.025916,-0.013892,0.02157,-0.00198,-0.00213,-0.023462,-0.004195,-0.00961,0.015281,0.00198,-0.015109,-0.004055,0.015344,0.002033,-0.039713,0.008053,0.009398,-0.010876,-0.051811,0.022897,-0.014235,-0.009762,0.038568,0.035801,-0.009744,-0.05798,0.012569,0.008282,0.022294,0.014206,-0.021065,0.009756,0.042912,0.005457,0.033226,0.034824,-0.029584,0.013121,0.003775,0.053185,0.006052,0.030257,0.018109,-0.018738,-0.0038,0.025151,0.014834,-0.002113,0.039894,-0.008449,0.019135,-0.00007,0.036661,0.0272,0.036097,0.018039,-0.015356,0.013936,0.023264,-0.019033,-0.011115,-0.017048,-0.021917,-0.00455,-0.024771,-0.022571,-0.011578,0.000216,0.010401,0.020208,0.012025,0.082557,-0.012725,-0.01171,0.037175,0.00247,0.008131,-0.02166,0.057075,-0.011068,-0.003364,-0.019997,-0.012912,-0.015301,-0.019539,-0.029735,0.006503,0.005938,-0.014465,-0.008324,-0.019608,-0.013591,-0.012157,-0.001871,-0.003538,-0.014676,0.022213,0.005418,-0.015453,-0.014004,-0.005633,-0.002104,-0.020257,0.017226,0.005572,0.019498,0.002372,0.018086,-0.054143,-0.038444,-0.01979,-0.02137,0.000245,0.050983,-0.002527,-0.002758,0.035364,0.019307,0.017176,-0.027668,0.011066,0.006137,-0.032039,-0.015257,0.052906,0.020463,-0.026334,-0.003351,0.014677,-0.030743,0.020248,0.010067,-0.02176,0.015877,-0.016928,0.036378,0.120849,-0.024801,0.004238,-0.007969,-0.031198,0.002647,0.026762,0.039445,0.005661,-0.009335,0.008754,-0.020599,-0.016808,0.01352,0.010787,-0.005379,0.000329,-0.034875,0.020953,-0.027522,0.027367,0.036995,-0.007676,0.002041,0.021011,-0.003093,-0.010615,0.011061,0.015652,-0.013452,0.040411,0.045835,-0.014655,0.026134,-0.001712,0.015735,-0.037647,0.011759,-0.009043,0.034204,-0.024146,-0.007575,-0.016814,-0.025683,0.018312,0.002118,-0.005591,0.029428,-0.010939,0.042953,0.003954,-0.019733,0.009892,-0.0302,-0.000988,0.025805,-0.002948,-0.010239,0.042031,-0.012894,0.022689,0.015513,-0.002802,-0.034284,0.050496,-0.029864,-0.001357,0.020289,-0.026738,-0.009595,-0.028143,-0.019288,0.03779,0.019048,-0.007468,0.013902,-0.008483,-0.0235,-0.0075,-0.002973,0.786923,-0.014992,0.014695,-0.012523,0.024758,0.036231,-0.010602,0.004791,0.006077,0.015419,0.023029,0.007777,-0.005669,-0.018659,0.049694,0.001049,0.01785,-0.037923,0.044282,-0.010276,-0.020951,-0.042225,0.010341,0.005232,-0.022405,0.082742,0.015468,-0.017156,-0.004938,0.019743,-0.015795,-0.011909,-0.041194,-0.060064,-0.020651,0.005847,-0.02494,0.039128,0.016229,-0.099573,-0.022774,-0.010763,0.024565,-0.015293,0.023734,-0.01901,0.031016,-0.003597,0.02409,-0.029523,-0.005853,-0.004293,0.004243,0.030039,0.000561,-0.018274,0.008388,-0.024331,-0.005269,0.001416,0.019463,-0.003894,-0.003898,0.072225,0.027533,0.046639,-0.0139,0.010095,0.008973,0.032476,0.014983,-0.065693,0.038655,0.025529,0.008783,0.025893,0.013175,-0.038818,-0.031758,-0.012383,0.013618,-0.074842,0.035614,0.017296,-0.001857,0.022538,-0.036625,0.026624,0.007986,0.01147,-0.041806,-0.000534,-0.00049,-0.005162,-0.002626,0.000219,-0.009663,0.053866,0.001562,0.026493,0.010876,0.023081,0.02891,0.030389,-0.032181,-0.014452,0.013957,0.011674,0.005227,0.043792,0.022019,0.017431,-0.014327,0.031357,-0.015539,-0.025781,-0.007252,-0.016262,-0.021915,-0.00906,-0.009067,-0.03358,0.011995,0.006915,0.007373,-0.050269,-0.069304,0.025788,0.021993,-0.030053,-0.052666,0.014679,0.003905,-0.000362,-0.005899,-0.015142,0.007134,-0.000372,0.052313,0.03692,0.00762,0.004753,0.013029,0.00362,0.009529,0.01068,0.044507,0.025988,-0.020866,-0.017336,0.012029,0.172955,0.021047,0.008432,-0.007957,0.004412,0.008738,-0.022724,-0.028597,-0.031404,0.042922,0.003448,0.008214,0.020306,-0.000824,-0.009683,0.070412,0.009181,0.007521,-0.02754,-0.030295,-0.016317,0.031859,-0.171711,-0.00258,-0.022429,-0.001467,0.007092,-0.004522,-0.010345,-0.031077,-0.005635,-0.006021,0.001861,0.013789,-0.021903,-0.018517,0.005565,-0.041217,0.047664,0.005133,0.018983,-0.003987,0.020093,0.066003,-0.019549,0.127379,0.01021,-0.026387,-0.006786,0.010556,0.016003,0.004515,0.007138,0.038529,0.003521,-0.045822,0.002302,0.005455,-0.023675,0.029215,-0.062086,0.018236,0.009623,0.003447,-0.003128,0.020605,-0.021855,-0.002364,0.014343,-0.018579,-0.003606,0.010569,0.020828,-0.014227,-0.002979,-0.025057,0.045057,0.006568,-0.016894,-0.006389,-0.048082,0.020087,-0.012301,0.026573,-0.004196,0.007366,-0.056574,-0.018635,-0.036802,-0.013937,0.004672,0.006952,-0.001998,-0.026524,-0.014538,0.016319,0.056782,0.096728,0.018469,0.015206,-0.017993,0.00458,-0.009305,0.001411,-0.015279,-0.047099,-0.022951,0.010864,0.019908,0.03253,0.01102,-0.023054,-0.027499,0.023987,0.001701,-0.004768,-0.088005,0.020667,0.012999,-0.000478,0.016267,0.030262,0.006297,0.032222,0.034384,0.026211,0.060922,0.037644,-0.003699,0.017,-0.022497,-0.000292,-0.002882,0.011719,-0.020486,0.006732,-0.01844,0.053348,-0.014218,0.007795,-0.053273,0.023875,0.002496,-0.051641,0.005246,0.005612,-0.025037,0.013912,-0.018759,0.003548,-0.036766,0.006083,-0.007574,-0.002601,0.013539,-0.005411,-0.021912,0.014775,0.018629,-0.02924,-0.003435,0.030427,-0.023251,-0.075575,0.025974,-0.003907,-0.013434,0.033086,-0.001657,-0.00827,-0.092712,0.037844,0.009375,-0.002156,0.03764,0.003021,0.016697,0.045476,0.001294,0.03449,0.069213,-0.046485,0.011455,-0.007,0.03862,0.004642,-0.001821,0.032287,-0.027361,-0.008709,-0.003848,0.006803,0.003198,0.025506,-0.020477,-0.00086,-0.000782,0.014577,0.032766,-0.01956,-0.017126,-0.009325,0.018915,0.046648,-0.008403,-0.025829,-0.005852,-0.019583,0.001415,-0.02749,-0.025371,-0.031421,0.044571,0.014746,0.017005,0.011915,0.069991,0.008189,-0.000957,0.039037,-0.005124,-0.014812,-0.03331,0.049236,-0.016937,-0.020412,-0.032053,-0.045376,-0.01408,-0.050022,-0.013035,-0.03583,-0.017772,0.012888,0.023225,0.001856,0.005798,-0.007272,0.000121,0.005113,0.000774,0.020955,0.018596,-0.02997,-0.012405,-0.041137,0.008927,0.004283,0.041645,-0.013514,0.006913,0.000218,0.039492,-0.064228,-0.050128,-0.015323,-0.01809,-0.026162,0.055503,-0.038578,-0.010943,0.053764,0.034707,0.018013,-0.019376,0.000927,0.014818,-0.012649,-0.011548,0.010969,0.029323,-0.01055,-0.024813,0.00994,-0.043374,-0.014037,0.032554,-0.006706,0.028589,-0.025305,0.028933,0.116642,0.008603,-0.000165,0.007626,-0.031068,0.010512,0.015105,0.032523,0.002191,0.006406,0.003505,-0.038652,-0.009403,0.035422,-0.019167,-0.009913,-0.000988,-0.015103,0.005531,-0.02109,0.102247,0.03478,-0.00855,-0.037348,0.018462,-0.007701,-0.007606,0.007927,0.006438,0.004642,0.03374,0.012775,-0.00895,-0.001675,-0.015087,0.020192,-0.006997,0.015087,0.002849,0.007225,0.008462,-0.019136,-0.019906,-0.025532,0.012651,0.025555,-0.004711,0.024026,-0.0186,0.044348,-0.004196,-0.011457,0.020271,-0.057324,-0.017902,0.012329,0.016359,-0.005665,0.047432,-0.036586,0.013392,0.020674,-0.004887,-0.034016,-0.003316,-0.042172,-0.001023,0.032066,-0.016275,0.003237,-0.016687,-0.012363,-0.001186,0.003123,-0.007772,-0.019795,-0.019092,-0.01382,0.003968,0.010137,0.73611,-0.017816,0.00528,-0.010266,0.043446,-0.001703,0.001685,-0.026364,0.027139,-0.000155,0.020128,0.008689,0.012691,0.010534,0.041802,-0.025141,0.024626,-0.026454,0.038233,-0.024434,-0.027957,-0.053123,0.029815,0.050178,-0.002274,0.066139,0.018784,-0.02039,0.002902,0.051359,-0.023784,-0.017006,-0.042584,-0.005446,-0.013217,0.020916,-0.03734,0.023158,0.02508,-0.086838,-0.020759,0.011474,0.021747,-0.028767,0.011615,-0.004068,0.033453,0.021529,0.023882,-0.020263,-0.006219,0.000367,0.015433,0.05256,-0.017801,-0.006637,0.006284,-0.029742,-0.003606,0.011911,0.001756,-0.026334,-0.03558,0.086916,0.020162,0.0811,-0.004776,-0.00738,0.023128,0.019471,0.026208,-0.065088,0.038939,0.014129,-0.002827,0.010302,-0.00758,-0.047537,-0.007835,0.001487,0.006689,-0.046345,0.025396,0.016153,-0.012445,0.009298,-0.044517,0.018773,-0.00063,0.002931,-0.022981,0.001796,-0.005125,-0.011574,0.001646,0.0097,-0.011136,0.037657,0.01775,0.010213,0.017668,0.012979,0.021054,0.026778,-0.048022,-0.019401,0.020597,-0.01304,-0.018143,0.04323,0.0035,0.017001,0.007692,0.002407,-0.014333,-0.025356,0.015379,-0.007144,-0.002463,-0.006132,-0.012949,-0.019091,0.016052,-0.004322,0.015344,-0.042261,-0.036334,0.015729,0.013594,-0.007781,-0.016833,0.013317,0.005198,0.004322,-0.012892,-0.020424,-0.013456,-0.010656,0.034415,0.02816,0.011562,0.02613,0.006673,0.022871,0.00796,0.032167,0.035069,0.019395,-0.017447,-0.009858,0.005936,0.16204,0.016537,0.017872,0.002264,-0.006016,0.020249,-0.019639,-0.015998,-0.037978,0.029365,0.005234,0.009216,0.021167,-0.007706,0.00924,0.086936,0.022872,0.008873,-0.031621,-0.00147,0.004253,0.02281,-0.157983,-0.012736,-0.029092,-0.000344,0.008438,0.001603,-0.021656,-0.015941,-0.011393,-0.013167,0.02008,0.008497,-0.027907,-0.011985,0.003473,-0.038858,0.038352,0.009983,0.02431,-0.009289,0.034337,0.086388,-0.01672,0.09289,0.016578,-0.010949,-0.008877,0.003415,0.019779,0.008306,-0.002969,0.045874,0.00921,-0.051257,-0.002601,-0.007825,-0.018733,0.026064,-0.026829,0.017117,0.013882,-0.005158,-0.010681,0.020688,-0.011454,-0.007793,0.02836,-0.016734,-0.013491,-0.000151,0.014713,-0.019504,0.006482,-0.017321,0.043801,-0.014686,-0.009534,0.0017,-0.035203,0.011005,-0.011738,0.013831,-0.003336,0.001664,-0.051557,-0.002839,-0.030013,-0.029104,0.001224,0.008672,0.004918,-0.033286,-0.009041,0.002219,0.039295,0.11532,0.005854,0.019784,-0.006249,0.016797,-0.013624,0.011474,0.013086,-0.045702,-0.01566,-0.004192,0.014335,0.015888,0.000523,-0.020478,-0.020353,0.050923,0.003739,-0.011761,-0.069728,-0.003705,0.007905,-0.007243,0.00118,0.02604,-0.009817,0.013435,0.03564,0.016259,0.032299,0.038236,-0.003317,0.015499,-0.017888,-0.011367,-0.024909,0.023735,0.003312,-0.008872,-0.018935,0.024751,-0.005924,-0.00949,-0.02474,0.036185,-0.006125,-0.018184,-0.010552,0.045158,-0.022668,0.013309,0.000842,-0.008167,-0.036617,-0.010651,-0.002766,0.01491,0.016573,-0.005993,0.000755,0.014981,0.000913,-0.041563,-0.01001,0.028757,-0.021999,-0.083021,0.013515,-0.021881,-0.015527,0.030625,0.009696,-0.006847,-0.075997,0.020308,-0.001507,0.023242,0.015794,-0.010136,0.016852,0.021855,0.002896,0.03047,0.046851,-0.020198,0.004453,-0.002767,0.034412,-0.004501,0.001345,0.014062,-0.009749,-0.010769,-0.003464,0.005149,0.003327,0.025847,-0.016263,-0.001479,0.000975,0.025472,0.030659,0.014665,-0.001868,0.001634,0.018789,0.026157,-0.001247,-0.015272,-0.000136,-0.030533,0.004534,-0.024016,-0.023098,-0.025787,0.012311,0.006066,0.014389,0.00448,0.083018,0.003825,-0.022728,0.029616,0.012527,0.001444,-0.015437,0.04118,-0.014544,-0.011665,-0.033209,-0.017702,-0.002535,-0.032829,-0.03598,-0.010373,-0.011802,-0.005388,-0.005637,-0.012215,-0.028803,-0.005471,0.00215,-0.001367,-0.001226,0.008558,0.031713,-0.027172,-0.007035,-0.017013,-0.011189,-0.007909,0.019581,-0.006163,-0.002776,0.005746,0.016418,-0.042759,-0.039981,-0.019582,-0.003925,-0.009441,0.044401,-0.014549,-0.004194,0.037975,0.027169,0.022055,-0.015921,0.00842,0.011067,-0.031094,-0.00944,0.028485,0.022463,-0.01993,-0.01311,0.010709,-0.024706,0.007616,0.036217,-0.004517,0.02142,-0.015109,0.022838,0.11885,-0.01338,0.009626,-0.005601,-0.031179,0.008157,0.014464,0.04279,-0.001888,-0.006531,-0.003704,-0.011178,-0.025984,0.040429,0.021646,-0.009403,0.002767,-0.030859,0.022904,-0.027047,0.092557,0.029379,-0.026874,-0.006188,0.015541,-0.005991,-0.012142,0.007914,0.021585,0.002743,0.023288,0.031205,-0.014001,0.008551,-0.004167,0.016282,-0.017752,0.001344,-0.0015,0.006258,-0.013881,-0.014434,-0.026475,-0.027145,0.009795,0.025763,-0.001352,0.029283,-0.012889,0.041354,0.000886,-0.004932,0.032055,-0.042129,0.004584,0.006766,0.009194,-0.009744,0.045628,-0.002537,0.006786,0.013458,-0.001089,-0.027209,0.015124,-0.03368,-0.011898,0.042971,-0.003244,-0.005684,-0.019397,-0.017649,0.022938,0.013487,-0.006246,0.005748,-0.031462,-0.023736,0.00235,0.011662,0.793218,-0.005585,0.007184,-0.013188,0.034549,0.003461,-0.00085,-0.014381,0.006648,0.006911,0.014622,0.000688,0.003479,0.004236,0.027185,-0.002825,0.013761,-0.025822,0.034832,-0.024372,-0.004514,-0.034448,0.030217,0.010785,-0.004865,0.084622,0.019838,-0.029996,-0.007019,0.027404,-0.010227,-0.020721,-0.050031,-0.041583,-0.016657,0.016713,-0.028154,0.031788,0.004866,-0.096992,-0.021535,-0.020737,0.01958,-0.025235,0.018312,-0.000337,0.034426,0.01417,0.020958,-0.011482,0.014051,-0.000593,0.016518,0.057933,-0.006218,-0.016973,0.007658,-0.037953,-0.002842,-0.001704,-0.013041,-0.026584,-0.024789,0.084766,0.019135,0.056427,-0.008381,0.008157,0.00722,0.034034,0.048326,-0.114481,0.015262,0.037129,0.010311,0.019066,0.012055,-0.005131,-0.029335,-0.009443,0.008782,-0.046427,0.01364,0.022163,0.012847,0.032086,-0.020056,0.030227,0.010105,-0.019602,-0.030177,0.030089,-0.009846,-0.051309,0.006735,0.012635,0.010116,-0.023273,0.013942,0.010493,0.01843,0.052007,-0.000018,-0.040451,-0.071301,-0.003256,-0.011558,0.009564,0.047865,0.021001,0.012863,-0.026332,-0.030532,-0.001487,0.00218,-0.037274,0.049612,0.002631,0.05284,-0.012701,0.009045,-0.010191,0.010377,-0.00994,0.01863,-0.080391,-0.038188,0.054938,0.010659,-0.023517,-0.028685,-0.008928,-0.001609,0.011512,-0.027148,-0.041037,-0.030868,0.011648,0.009916,0.00675,-0.022695,0.03319,0.004072,0.009443,0.015142,0.005151,0.022696,0.075535,-0.013968,-0.023427,0.066972,0.151033,0.020385,-0.010884,-0.024877,0.020845,0.004441,0.034902,-0.031933,-0.002046,0.063025,-0.016931,0.047677,0.003069,-0.005337,0.026723,0.028933,0.006882,0.030469,-0.003086,0.012442,0.018514,-0.000859,-0.265724,0.007175,-0.047896,0.005343,0.018897,-0.008532,0.046479,0.029757,-0.026939,-0.011321,-0.026728,0.00323,-0.024682,-0.022353,-0.006594,0.018804,0.020326,-0.026342,0.021079,-0.027158,0.065107,0.060072,-0.022982,0.099365,0.0068,0.010669,0.034771,0.019633,0.02763,-0.049531,-0.01195,0.0263,-0.013981,-0.059341,-0.006224,-0.007263,-0.034609,0.037623,-0.058216,0.015075,0.026113,-0.023198,0.017278,-0.004531,0.015908,0.025168,0.001739,0.012855,-0.03841,0.008791,0.031884,-0.014592,-0.023793,-0.007452,0.000406,-0.029058,0.004895,0.010307,0.01041,0.010618,0.032478,0.018101,0.011587,-0.027229,-0.049724,0.025354,0.0017,-0.058775,0.022366,0.01001,0.016929,-0.009889,0.033123,0.008442,0.018321,0.169073,0.010576,0.010701,-0.009417,-0.008994,0.017079,0.015456,-0.000546,-0.014547,-0.03313,0.012913,-0.010001,0.021771,0.012226,-0.03167,-0.021238,0.098014,0.034003,0.000259,-0.045287,0.028596,0.034716,0.015828,0.000808,0.009915,-0.032857,-0.002602,0.011883,0.014751,0.009019,0.031285,0.003258,0.005007,-0.000171,-0.006108,-0.003962,0.042719,-0.024201,-0.004975,-0.024237,0.027598,-0.028053,0.000899,-0.023993,0.044441,-0.026301,-0.034603,-0.025016,0.014512,0.006984,0.016593,-0.011133,-0.001254,-0.026926,0.025627,-0.024988,0.008035,-0.014676,-0.013676,-0.022957,-0.010974,-0.016836,-0.025265,-0.015124,0.021411,-0.037063,-0.101861,0.002485,-0.03332,-0.037316,0.030715,0.076388,0.002839,-0.096143,0.009239,-0.017179,0.033341,0.031008,-0.062879,-0.030673,0.010426,-0.006327,0.036202,0.04084,-0.045113,-0.006511,-0.002966,0.013618,0.019233,-0.01695,0.006909,-0.041815,0.004933,-0.001014,0.030246,-0.012217,0.037889,-0.027326,0.012642,-0.014453,0.01898,0.041558,-0.025464,-0.00549,0.002013,0.017205,0.044004,-0.00646,0.000021,0.025661,-0.032086,-0.003529,-0.00563,-0.031539,-0.060408,-0.002998,-0.006458,0.024374,-0.01018,0.101476,-0.029177,-0.044249,0.003635,0.014964,-0.0284,-0.046166,0.062322,0.029551,-0.014346,-0.017588,0.003095,0.018931,0.010134,-0.050365,-0.004686,-0.028082,-0.045406,-0.027188,0.007476,0.00342,-0.007953,0.023101,0.011537,0.001613,-0.012336,-0.004058,-0.030064,-0.03904,-0.028455,-0.019405,-0.00221,0.019382,-0.007052,-0.020625,-0.002007,0.034136,-0.024931,-0.035051,-0.005524,-0.013759,0.00582,0.019047,-0.023018,0.009762,0.057921,0.01931,0.071998,-0.007591,-0.012236,-0.020007,-0.018685,-0.011049,0.042682,0.015605,-0.01233,-0.013189,0.001172,-0.026502,-0.012726,0.016509,0.009475,0.008449,-0.011378,0.019133,0.101468,-0.008054,0.003324,-0.010462,-0.019548,0.051729,0.067204,0.039458,-0.04466,-0.032239,0.010519,-0.025525,-0.016529,0.04607,-0.055404,-0.006133,-0.020403,-0.008104,-0.011641,-0.013268,0.109275,0.018389,0.009739,0.009812,0.011811,0.013985,0.004846,0.014823,0.001221,0.039077,0.015609,0.040187,-0.063678,-0.008067,0.001028,0.03239,-0.055757,0.015094,0.013823,0.007897,0.007722,-0.020979,-0.002184,-0.005078,0.03007,0.010192,0.012094,-0.015774,0.000975,0.055754,0.011592,-0.007705,0.050038,-0.042046,-0.020452,0.008246,-0.002767,-0.020041,0.016473,-0.003635,0.022375,0.009447,-0.001532,-0.003777,0.002634,0.009957,0.013787,0.043513,-0.044862,0.009784,-0.013075,0.014959,-0.01733,0.023897,-0.0156,0.005049,0.006303,-0.039207,-0.007576,-0.013685,0.677076,-0.010965,0.019682,-0.012076,-0.024712,0.006781,0.009919,0.017117,-0.021306,-0.016792,0.013533,0.004233,0.025321,0.036557,0.02028,-0.012232,0.017379,-0.013554,0.032829,-0.004854,-0.007386,-0.038063,0.01177,0.028891,-0.027754,0.053567,0.026819,-0.002497,0.02174,0.043648,-0.001113,-0.011526,-0.037076,-0.019795,-0.025567,-0.003595,0.006108,0.012176,-0.005819,-0.042264,-0.000274,-0.013393,0.029296,-0.013578,0.020009,-0.047309,0.031612,-0.000859,-0.038798,0.012588,-0.008909,0.028515,-0.029296,0.030361,-0.016762,-0.010872,0.011824,-0.037408,0.018194,0.008154,0.004306,-0.001344,0.00781,0.037229,0.020685,0.036305,0.001407,-0.006108,-0.004671,0.016619,0.031863,-0.062491,0.044287,0.019179,-0.006415,-0.004675,0.017535,-0.015965,0.009841,-0.030467,0.015959,-0.045336,0.022983,0.019466,-0.014336,0.03232,-0.024668,-0.018858,0.007383,-0.010389,-0.041673,0.017043,-0.006221,-0.001549,0.017143,0.015262,0.014921,0.050374,0.021556,-0.043555,0.022572,0.012081,-0.028169,-0.002042,-0.043562,-0.030841,0.006992,-0.014341,-0.007242,0.042633,0.008382,-0.027394,0.01529,-0.013857,-0.028951,0.015546,-0.001274,-0.000249,0.010009,-0.014199,-0.028438,-0.032132,0.010441,-0.015694,0.030181,-0.032476,-0.036412,0.021641,-0.018346,-0.0295,0.017353,0.013524,-0.019702,-0.019136,-0.050336,-0.048281,0.012915,0.036864,0.000964,-0.0111,-0.00522,0.039819,-0.000267,0.035974,0.01155,0.030549,0.01471,0.012352,0.001571,-0.012488,0.045735,0.101141,0.024911,0.036267,0.008157,-0.000672,0.024639,0.014361,-0.017256,-0.008806,0.055361,0.023025,0.041282,0.035146,-0.026297,0.00717,0.070631,-0.003161,0.005796,-0.01743,-0.005266,0.003766,-0.017128,-0.101521,-0.020145,-0.034769,0.015618,-0.014586,0.000512,0.000149,-0.0228,0.010547,-0.013506,0.008297,0.009849,-0.025002,0.019651,0.023367,-0.020985,0.027982,-0.040591,0.013861,-0.011093,0.05322,0.088628,-0.019066,0.095878,0.024246,0.052552,0.012452,0.015689,0.036881,-0.011728,-0.011158,0.050066,-0.000192,-0.024775,-0.004441,0.01976,-0.037968,0.050926,0.005253,0.018467,0.042118,-0.00344,-0.016691,0.008789,-0.012367,-0.025815,0.001666,0.008124,-0.010972,0.026384,0.036106,0.009325,-0.01255,-0.009117,0.030095,0.021966,0.028562,-0.008896,-0.006786,0.017837,0.009445,0.014628,-0.01697,-0.031279,-0.034831,0.027828,0.006661,-0.044964,-0.035245,0.00987,0.012879,-0.02669,-0.012272,0.020366,0.020883,0.2095,0.013416,0.038428,0.011493,0.01615,0.008496,0.051726,0.003869,-0.012386,0.007513,0.001387,0.023595,0.049021,0.007848,-0.018051,-0.026382,0.096551,0.019582,0.017606,-0.043109,0.022347,0.00245,0.010937,0.034011,-0.000064,0.014023,0.004013,0.045515,0.028056,0.005275,0.034422,0.008328,0.007629,0.001925,0.004246,-0.052229,-0.002501,0.012316,0.003952,-0.021208,0.01457,-0.003763,0.000106,-0.07224,0.025797,-0.025327,-0.051298,-0.019647,0.012701,-0.008757,-0.007912,-0.008984,0.019246,-0.047676,0.018167,-0.022706,-0.001308,0.011616,0.004943,-0.028666,-0.010821,0.020624,-0.0157,-0.035167,0.068157,0.021152,-0.035803,0.00876,0.007711,-0.016387,0.083973,0.040347,-0.039309,-0.077314,0.014773,-0.013927,0.079973,0.035432,-0.041114,0.000494,0.015226,-0.00012,0.009099,0.028858,0.002294,0.012033,-0.002424,-0.018157,-0.019802,0.000079,0.014926,-0.028463,0.013112,0.007584,0.022011,0.023462,0.04783,0.008977,-0.001513,-0.015512,0.016593,0.01448,-0.022306,-0.002719,0.014924,0.008173,0.04429,-0.033755,0.00129,-0.005109,-0.027302,0.060822,0.004169,-0.047802,-0.039619,0.027611,0.002581,-0.006951,0.01885,0.007405,0.00247,-0.039559,0.047934,0.042524,-0.012841,-0.017329,0.049108,-0.010344,-0.008989,-0.000725,0.006213,-0.015914,-0.047663,-0.047609,0.01163,-0.002533,0.027508,-0.008183,-0.005202,0.029097,0.011185,0.023401,-0.015003,0.023097,0.029154,-0.02212,-0.028406,-0.039184,-0.019939,-0.021784,-0.0232,0.044427,-0.046444,-0.006232,0.016897,0.03553,-0.02927,-0.026624,-0.021029,0.025615,0.004455,0.027136,-0.017897,0.010957,0.042418,0.058356,0.032973,-0.016694,-0.016359,0.013083,0.019773,0.006043,0.051572,0.002051,-0.02456,0.016407,0.03011,-0.008188,0.013778,0.022013,0.004933,0.033607,0.018662,0.00074,0.111441,0.01313,0.000687,-0.009301,-0.011283,0.033329,0.018881,0.014169,-0.014801,-0.006676,0.026629,0.020276,-0.020923,0.027844,-0.005362,0.020353,-0.025462,-0.003603,-0.015686,-0.018333,0.130001,-0.01376,-0.005251,0.019644,-0.010539,-0.021835,-0.014763,0.008448,0.032656,-0.046658,0.031937,0.022001,-0.035341,-0.025086,0.005884,0.020694,-0.025286,-0.018136,-0.026838,0.038619,0.016424,-0.007561,-0.026473,0.021133,0.000731,0.013237,0.002944,0.014821,0.011966,0.004021,-0.017295,0.002502,0.017644,-0.011791,0.017983,0.015309,0.011024,0.003032,0.00715,-0.000698,0.040027,0.008896,0.011491,-0.041309,0.022868,-0.03382,0.000825,0.022144,0.029405,-0.013634,-0.014485,0.020906,0.024402,0.023796,0.018891,-0.004067,-0.001344,-0.00391,0.031154,0.018737,0.73229,0.001289,0.031339,-0.012225,-0.011297,0.063127,-0.03569,-0.012813,-0.009097,0.009145,0.006042,-0.013403,-0.005114,0.042312,0.058893,-0.001088,0.026704,-0.049094,0.020877,-0.014166,-0.031253,0.012326,0.044911,0.031228,0.0152,0.037722,0.060404,-0.022028,0.003032,-0.009038,-0.024928,-0.007297,-0.058703,-0.010099,-0.026113,0.013191,-0.004074,0.042804,0.029012,-0.077435,0.027304,0.006831,0.050309,0.013999,-0.040483,-0.017671,0.03898,-0.052063,-0.017008,-0.011216,0.024636,-0.001006,-0.024156,0.017589,-0.008083,-0.020072,0.010954,-0.025125,-0.014949,0.01417,-0.009879,-0.033329,-0.013243,0.050846,0.050127,0.036348,0.000923,-0.017629,0.005279,0.056695,0.035263,-0.106658,0.04607,0.00814,-0.024156,-0.024061,0.006506,-0.041896,-0.013666,-0.019064,0.02389,-0.046539,-0.002278,-0.005204,-0.006032,-0.014137,-0.055548,-0.025093,-0.001206,-0.015806,-0.05219,0.003722,-0.001589,0.002314,0.016167,0.012102,0.008787,0.00673,0.002268,-0.008689,0.017673,-0.009459,-0.031297,0.007805,-0.05754,-0.009418,0.012131,0.029501,0.021925,0.051535,0.034967,-0.00236,-0.004431,-0.030058,-0.02535,-0.040577,0.00938,-0.000292,-0.010531,-0.02722,0.012756,0.001141,0.025216,-0.034262,0.015817,-0.062531,-0.01816,0.039728,-0.007019,-0.025609,0.067297,0.0127,-0.026306,-0.004417,-0.009364,-0.030701,-0.005563,0.007507,-0.003581,0.014175,-0.005115,0.003022,0.031684,0.012527,-0.049884,0.059993,0.008228,0.045861,-0.021898,-0.001395,-0.005026,0.088783,0.031018,0.005647,0.022485,0.02312,-0.02157,-0.027481,-0.004331,-0.011811,0.032833,0.012535,0.021929,0.045167,-0.006709,0.009592,0.070971,-0.017808,0.02017,0.00026,0.008128,0.01509,0.000248,-0.153195,-0.011246,-0.029749,0.013691,-0.037645,0.014331,-0.022895,-0.010209,0.008465,-0.032511,0.00948,0.008252,-0.049797,-0.034059,0.026056,-0.028013,0.029359,-0.049094,0.000604,-0.031689,0.027477,0.070111,-0.022953,0.106916,0.020945,-0.003867,-0.006054,0.022141,0.018861,-0.001126,-0.011827,-0.005693,0.017703,-0.035379,-0.027223,-0.004573,-0.042501,0.031294,-0.039989,0.009596,0.026159,0.03781,-0.002253,0.018803,-0.014369,0.001356,-0.012177,-0.021094,-0.0166,-0.00457,0.028173,-0.02129,0.024837,-0.029257,0.049692,0.036235,-0.008973,-0.001578,-0.015889,0.032837,0.050002,0.010184,-0.027474,-0.014219,-0.025835,-0.010673,0.009756,-0.042403,0.002741,0.026337,0.030557,-0.042283,0.005959,0.01636,0.05531,0.145773,0.017102,0.006214,-0.002125,-0.005566,-0.002695,0.017841,-0.027628,-0.004259,-0.024091,0.020389,0.00711,-0.017305,0.004713,0.032743,-0.006949,0.057304,0.012827,0.009668,-0.075234,0.009632,0.018539,0.00404,0.026218,0.037184,-0.014742,-0.001087,0.00608,0.039675,0.014425,0.071329,0.019711,0.033007,-0.025283,0.00842,-0.023645,-0.021436,-0.005841,0.017507,0.031006,0.02876,0.027336,-0.009801,-0.027193,0.019035,-0.009658,-0.016621,0.006339,0.029306,0.005197,0.020098,-0.005779,-0.004062,-0.009681,-0.008538,-0.000986,0.029725,-0.015447,-0.037633,0.007025,0.000852,-0.005139,-0.004851,-0.011605,-0.002926,-0.035553,-0.090773,0.01195,-0.00149,-0.008593,0.060001,0.024048,-0.010999,-0.067133,0.026765,-0.023239,-0.027939,0.022408,-0.016065,0.009714,0.009463,0.019201,0.03698,0.029491,-0.01986,0.009264,-0.013046,-0.002605,0.025748,0.007335,0.010138,0.003354,-0.01207,0.015417,0.041346,0.010281,-0.004085,-0.01627,-0.010478,0.011142,0.053991,0.013232,-0.013264,0.016922,-0.014758,-0.031202,0.008054,-0.011075,-0.018317,0.007417,-0.021398,0.008931,-0.00354,-0.03206,-0.039181,-0.019771,0.022532,0.044628,0.036105,0.053272,-0.007402,-0.054485,0.040092,0.025756,-0.000593,-0.006543,0.05865,0.008736,-0.010714,0.029744,-0.00383,0.017903,0.005312,-0.01164,-0.022111,-0.008642,-0.023519,-0.026317,-0.002832,-0.01953,0.008547,-0.00738,-0.010142,0.021513,0.02147,0.004736,-0.006119,0.011493,0.013595,-0.012745,-0.007702,0.033174,-0.00574,0.003156,0.009409,0.004443,-0.020817,-0.034097,0.001611,0.00476,0.045886,0.020615,-0.063225,-0.018765,0.021526,0.02673,0.013183,-0.028663,0.022216,-0.023592,-0.009967,-0.013725,0.046531,0.014136,-0.018399,-0.018854,0.013179,-0.011821,-0.006679,0.021091,0.015153,0.008793,0.004997,-0.029113,0.106328,-0.000977,0.001879,-0.036088,-0.02027,0.009005,0.053811,0.019656,-0.031308,0.016647,-0.011844,0.037917,-0.011861,0.042987,0.024592,-0.013332,0.014712,-0.03906,0.007269,0.01241,0.070305,0.003312,-0.001438,0.013661,-0.001369,-0.016562,-0.001371,0.000712,-0.00883,-0.003217,0.030195,0.051199,0.021043,-0.014232,-0.01857,-0.005868,-0.032845,0.0146,0.031789,-0.001212,0.02845,-0.009857,-0.035304,-0.02608,0.006035,0.025353,-0.011123,0.008812,0.011165,0.053091,-0.007057,0.007299,0.022051,-0.064546,0.064358,0.019043,-0.000958,0.003251,0.003361,-0.016068,0.039912,-0.007502,-0.004368,-0.04459,-0.002197,-0.051565,-0.027171,0.009453,0.012901,-0.003227,-0.015426,-0.029162,0.002631,-0.00212,-0.027201,-0.019085,-0.011076,-0.025304,0.022183,0.008013,0.761607,-0.001492,-0.003069,0.015919,0.005114,0.005255,0.014598,0.012347,-0.024359,0.021659,0.010497,-0.019869,0.028025,0.026577,0.027555,0.00115,0.013571,-0.050751,0.017597,-0.045191,-0.018159,-0.015215,0.050198,0.00481,0.033474,0.020273,-0.030446,-0.006012,0.011044,0.025173,-0.036438,0.000594,-0.029834,0.022748,-0.01889,0.001823,0.010557,0.028767,0.016841,-0.073587,-0.009515,0.01474,-0.001112,-0.022516,0.013271,-0.023688,0.028121,-0.021339,-0.007045,-0.047932,-0.008124,-0.013063,0.023445,0.067008,0.003508,-0.024354,0.008931,-0.019749,-0.006313,0.016073,0.004191,-0.032425,-0.017527,0.067021,0.030867,0.028674,0.003129,-0.005633,0.021531,0.027775,0.003917,-0.058355,0.012977,-0.005545,-0.009092,-0.000296,0.01374,-0.050169,-0.016696,-0.031523,0.015596,-0.003895,0.026347,-0.003779,0.015272,-0.002116,-0.027069,0.018644,-0.001467,-0.011192,-0.082475,0.024182,0.035852,-0.013728,0.026902,-0.014685,-0.01175,-0.006032,0.01154,-0.004052,0.04573,0.012914,-0.03178,0.051332,-0.042357,-0.008551,0.012522,0.002132,0.001529,0.087449,-0.005016,-0.019547,0.005097,-0.01083,0.01191,0.015641,0.000183,0.015368,-0.009541,0.011063,-0.033175,0.004868,-0.001266,-0.005298,0.021878,-0.020172,-0.033934,0.027901,0.0199,-0.0006,0.052296,0.01916,-0.011776,0.003122,-0.017229,-0.053009,0.017393,-0.005831,0.041028,0.013789,-0.016481,0.063365,0.021064,-0.005702,-0.003457,0.012198,0.015331,0.020073,0.003142,-0.018417,-0.018834,0.147335,0.015964,0.033261,0.00532,-0.015755,0.006504,-0.026176,0.000664,-0.049422,0.01603,0.029124,0.046691,0.02787,-0.009734,-0.010868,0.080816,-0.008191,0.010609,-0.010994,-0.019751,0.018043,0.014359,-0.100167,-0.032507,-0.050307,0.003929,0.015966,0.011517,-0.00537,0.013251,-0.009767,-0.036705,-0.017993,-0.027555,-0.037255,-0.014264,-0.030151,0.000418,0.010653,0.011586,-0.003411,0.012111,0.063405,0.088988,-0.018335,0.141646,-0.000471,-0.001275,0.012229,-0.003768,-0.001144,0.017932,-0.000284,0.016819,0.025191,-0.031233,-0.069799,-0.021179,-0.034117,0.011949,-0.01947,-0.036491,0.034461,0.002737,-0.016704,0.027985,-0.003138,-0.000786,0.000253,-0.012973,-0.036037,-0.010827,-0.003794,-0.013268,-0.024286,-0.014368,-0.041085,0.001332,0.0064,-0.023425,-0.013184,0.023409,0.052324,0.027091,-0.029287,0.006708,-0.013983,-0.040439,-0.022785,-0.022016,0.015427,0.02683,0.014853,-0.017271,-0.003763,0.005152,0.006212,0.07359,0.010413,0.011288,0.003895,0.013369,0.003414,-0.022777,0.024075,-0.018667,-0.016486,0.015173,0.021375,0.012994,0.022709,0.001243,-0.009769,0.06198,0.061293,0.022577,-0.036767,0.023718,0.038655,0.017922,0.000348,0.015701,-0.025338,-0.015399,0.014192,0.030052,0.035889,-0.001796,0.012754,-0.018044,-0.015571,0.005474,-0.044415,-0.003941,-0.006008,0.013211,-0.010235,-0.003727,-0.00686,-0.007623,-0.000844,0.025714,-0.008807,-0.036828,-0.011349,0.015192,-0.027262,0.038733,-0.015219,0.009523,-0.032356,0.04164,0.029445,-0.011328,0.038347,0.006855,-0.020641,-0.021264,-0.001885,-0.014515,0.00056,-0.003444,-0.003092,-0.028626,0.01606,0.030633,0.006605,0.013609,0.010121,-0.00167,0.011924,0.021303,0.019795,0.024954,0.018851,-0.039108,0.005479,-0.012278,-0.021422,0.008546,-0.000098,0.01049,0.020805,-0.004543,-0.027237,-0.016632,-0.00931,-0.00567,-0.032679,-0.012098,-0.019993,0.038915,0.004148,-0.02752,0.02719,-0.012735,-0.014594,-0.010743,0.023254,0.058105,0.009713,0.00771,-0.015911,-0.008319,-0.031321,-0.039136,-0.000866,-0.011766,-0.002913,0.028846,-0.03487,-0.031911,0.004641,-0.006068,0.030024,-0.018011,0.025551,0.018986,-0.043707,-0.003156,0.006098,0.025837,0.006177,0.035074,-0.004511,-0.007142,-0.004212,-0.001767,-0.017718,-0.031939,-0.02828,-0.037095,-0.014996,-0.009626,-0.012629,0.008851,0.013713,0.00732,-0.024714,0.013303,0.006235,-0.006071,0.03926,-0.000576,0.033603,-0.022317,-0.049848,-0.010338,0.025535,-0.025057,0.037926,0.031568,0.044171,-0.015071,-0.019856,-0.002186,-0.000073,0.003324,-0.014062,-0.016182,0.011204,0.05188,-0.025828,0.016466,-0.010801,0.016852,-0.003884,0.012048,0.009696,-0.003056,0.00506,-0.019768,-0.038476,-0.00707,0.009037,-0.010828,0.020721,-0.007268,-0.005631,0.036775,-0.024954,0.103619,-0.022316,0.014728,0.011327,0.019216,0.014179,0.053094,0.007693,-0.013165,-0.024901,-0.022178,-0.038523,0.020035,0.040207,0.049593,0.000154,0.008869,-0.027159,-0.012288,0.017186,0.142966,0.023377,-0.013594,0.052258,0.013583,-0.002248,0.014159,-0.005253,0.026438,-0.03104,0.068105,0.002734,-0.045897,0.046711,0.001112,0.003489,-0.005185,0.017325,-0.003647,0.025509,0.028248,-0.015332,-0.012848,0.030785,-0.026278,0.030912,0.004561,0.032499,0.018039,0.002035,0.005803,-0.00129,0.009606,-0.017292,-0.002782,0.030099,-0.017921,-0.010716,0.032144,-0.003679,0.032242,0.004398,-0.001884,-0.0053,0.004336,-0.00619,-0.020635,0.013036,-0.061795,0.008331,-0.002741,-0.015507,-0.005277,0.019997,0.02769,-0.007446,-0.021699,-0.041796,0.010062,-0.001685,0.776617,0.010595,0.003576,-0.007096,0.01201,-0.002725,0.006608,0.005862,-0.010715,0.030204,0.005429,0.007832,0.014808,0.013314,0.000991,-0.005463,0.027643,-0.005417,-0.040302,-0.00548,-0.007154,0.011307,0.00406,0.033256,-0.021124,0.022395,-0.037205,-0.020597,-0.024544,-0.001557,-0.052197,-0.00128,-0.009069,-0.019664,-0.009225,0.005201,-0.04067,-0.007134,0.035203,-0.099447,0.003366,-0.011456,-0.002079,-0.033377,-0.00394,0.019035,0.017365,0.061835,-0.000231,-0.016897,0.015084,-0.019658,0.00945,0.031205,-0.003471,-0.027471,0.002657,-0.0463,-0.004427,0.023067,-0.010878,-0.014772,-0.004894,0.074866,0.02278,0.069322,-0.00378,-0.024409,0.02183,0.036759,0.047725,-0.102776,0.018148,0.023843,0.012393,0.007507,0.013152,-0.002311,-0.007327,-0.026664,0.012354,-0.063851,0.031096,0.028235,0.00397,0.006282,-0.031865,0.01678,0.01754,-0.026315,-0.044255,0.032144,0.002395,-0.059446,0.022015,-0.016018,-0.018456,0.006213,0.001768,-0.002293,0.021771,0.024542,-0.003638,-0.032297,-0.073415,-0.013632,0.006727,0.013111,0.018955,0.029167,-0.008481,0.000609,-0.022794,-0.017653,-0.001113,-0.003385,0.033012,-0.003878,0.009171,0.001159,0.001454,-0.007797,0.00101,-0.008769,0.042035,-0.053751,-0.048594,0.061557,0.010824,-0.03489,-0.031601,-0.007658,-0.026744,-0.007334,-0.030091,-0.041385,-0.037566,0.006087,0.01673,0.009527,-0.010888,0.021574,-0.00962,0.009236,0.030974,0.009963,0.016828,0.062906,-0.013918,0.010963,0.038281,0.116097,0.022052,0.000334,-0.023617,0.005189,-0.008047,0.025138,-0.040085,-0.006473,0.071992,-0.018697,0.05719,0.011005,-0.008803,0.018031,0.032805,-0.003385,0.023134,-0.008127,0.001104,-0.006568,0.022275,-0.244363,0.00886,-0.033179,0.014857,0.005398,-0.025544,0.02769,0.004843,-0.032243,-0.028037,-0.023637,-0.018182,-0.047348,-0.018321,-0.005794,-0.012057,0.036146,-0.048279,0.001043,-0.000381,0.028596,0.0836,-0.008328,0.079671,-0.00488,0.03328,0.022412,0.016088,0.028464,-0.032252,-0.001491,0.017097,-0.017005,-0.063751,-0.017237,-0.028652,-0.023939,0.044271,-0.028207,0.01128,0.038701,-0.011552,0.002073,-0.017357,0.007333,0.023734,0.010442,0.017531,-0.048977,0.001246,0.026342,-0.035611,-0.028759,-0.014869,0.038573,-0.020601,-0.001786,0.017579,-0.017336,0.005439,0.016142,0.009748,0.012794,-0.017827,-0.028909,0.02848,0.012969,-0.042628,0.024049,0.017714,0.012498,-0.000114,0.043636,0.036542,0.032427,0.175178,0.02299,0.018714,-0.003953,0.006503,0.002294,0.011859,-0.004378,-0.027324,-0.013218,0.012992,-0.010552,0.024789,0.024972,-0.044894,-0.02667,0.087211,0.013643,-0.007193,-0.062782,0.044187,0.031159,0.013628,-0.015391,0.030427,-0.015975,-0.001488,0.0263,0.014291,0.007748,0.050262,0.032722,0.003196,-0.025382,0.001541,0.014405,0.015561,-0.03806,-0.030958,-0.013822,0.037543,-0.026475,-0.008517,-0.021487,0.026276,-0.020108,-0.047627,-0.004143,0.018955,-0.011362,0.050166,-0.036579,0.010634,-0.022591,-0.005893,-0.013112,0.006389,-0.013994,-0.021982,-0.008152,-0.000707,-0.01138,-0.022884,-0.022227,0.016927,-0.056112,-0.124852,-0.01232,-0.015261,-0.026832,0.0292,0.044029,-0.023166,-0.075459,0.029155,-0.050909,0.033721,0.016373,-0.049895,-0.007329,0.043857,-0.008595,0.031008,0.039292,-0.029453,-0.011483,-0.006028,0.030107,0.008736,-0.018869,0.029455,-0.033938,-0.013529,-0.010457,0.040002,0.01654,0.043949,-0.024129,0.004495,-0.024655,0.012775,0.029979,-0.019133,0.002463,0.019551,0.00729,0.025251,-0.024781,-0.010451,0.020495,-0.011756,0.019598,-0.014121,-0.039597,-0.033529,0.007733,-0.01783,0.031791,-0.000231,0.103191,0.006216,-0.050153,0.019414,0.01581,-0.033567,-0.020621,0.057642,0.006694,0.003125,-0.00632,-0.002936,0.005059,0.001133,-0.04252,-0.002989,-0.029412,-0.025333,-0.018214,-0.00172,-0.003466,-0.00565,0.011626,0.007693,0.011822,-0.013122,0.030084,-0.02481,-0.031933,-0.029449,-0.01211,0.002102,0.023978,-0.017066,-0.022936,-0.019717,0.028652,-0.043398,-0.027814,0.013446,-0.005919,-0.005793,0.009766,-0.02258,0.006353,0.047354,0.022541,0.046477,-0.02141,0.000666,0.017971,-0.011619,-0.014463,0.027122,0.030136,-0.013903,-0.010686,0.006174,-0.032537,0.004678,0.025727,0.004704,-0.002105,-0.013004,-0.005278,0.101385,-0.017091,0.002236,-0.009623,-0.030815,0.030791,0.055095,0.032322,-0.022583,-0.039803,0.006337,-0.029687,-0.012382,0.026676,-0.012443,-0.012236,-0.006661,0.01012,-0.009996,-0.033678,0.099836,0.020329,0.013226,0.009639,0.026613,0.021454,0.002117,0.007849,0.004574,0.026916,0.004196,0.041176,-0.027691,-0.005792,0.022313,0.025071,-0.036818,0.014495,0.004308,0.035127,0.028389,-0.047845,0.003551,-0.017117,0.027024,-0.003411,0.012077,0.002046,0.011523,0.071533,-0.015308,-0.01084,0.048782,-0.000821,-0.008351,0.013247,-0.019311,0.00707,-0.000993,-0.000809,0.039315,0.013046,0.003659,-0.005747,-0.003564,-0.023014,-0.005318,0.033345,-0.015444,0.005295,-0.014092,-0.01146,0.001629,0.031199,-0.004882,0.00662,0.003337,-0.027174,0.001852,-0.008359,0.707295,-0.013557,0.050264,-0.002807,0.000585,0.016675,0.008346,0.001411,-0.010319,-0.010967,0.010916,-0.003288,0.023162,0.035359,0.025919,-0.026773,0.024284,-0.008985,0.02474,-0.011359,-0.02657,-0.04199,0.044246,0.032882,-0.003436,0.061489,-0.002811,0.00027,-0.008826,0.032745,0.005229,-0.022089,-0.042255,-0.024541,-0.022316,0.010447,0.012462,0.042109,0.002885,-0.049467,-0.000856,0.008805,0.007884,-0.021232,0.010842,-0.039494,0.035552,0.013558,-0.004651,0.008789,0.009554,0.000445,-0.036679,0.049473,-0.039068,-0.01177,0.002756,-0.031048,0.005109,0.006588,0.031038,-0.011141,-0.016767,0.042182,0.043217,0.058783,0.011424,-0.007392,0.011838,0.028445,0.052901,-0.108189,0.023047,0.029423,0.015702,0.013797,0.015637,0.000928,-0.029519,-0.007372,0.018593,-0.058038,0.02862,0.031542,0.008532,0.023846,-0.037467,0.033777,0.010682,-0.024647,-0.042479,0.024689,-0.010332,-0.056921,0.03622,0.002828,0.001696,-0.005202,0.007154,0.00223,0.026709,0.035339,-0.006845,-0.037085,-0.087264,-0.010988,0.00123,0.011299,0.045748,0.036278,-0.00643,-0.009592,-0.020308,0.015227,0.010539,-0.013574,0.037741,0.006849,0.033251,-0.022523,0.001898,-0.007946,0.016177,-0.000495,0.03294,-0.065366,-0.060109,0.05406,0.013429,-0.035769,-0.033247,-0.012243,-0.014776,-0.002537,-0.024105,-0.034834,-0.035911,-0.004176,0.014958,0.002058,-0.020828,0.01896,0.005548,0.001622,0.018272,0.009337,0.025887,0.069391,-0.024067,-0.009928,0.056422,0.156205,0.002699,-0.00897,-0.025614,0.019291,-0.002225,0.026654,-0.036235,-0.003596,0.074575,-0.004828,0.05444,-0.013061,-0.013346,0.032208,0.023851,0.01475,0.027775,-0.000403,0.011951,0.014475,0.003834,-0.245858,0.018441,-0.044129,0.011875,0.022178,-0.007708,0.033407,0.028053,-0.022513,-0.009974,-0.036689,0.005882,-0.045349,-0.007611,-0.005351,0.008002,0.026723,-0.026863,0.021767,-0.024963,0.036792,0.071669,-0.008999,0.080413,-0.0035,0.033788,0.036389,0.025182,0.028747,-0.028005,-0.015652,0.043484,-0.023402,-0.054574,-0.006733,-0.010114,-0.031666,0.040693,-0.050704,-0.001114,0.039033,-0.031659,0.012482,-0.016383,0.007887,0.02833,-0.012031,0.020569,-0.042637,0.012342,0.028588,-0.009746,-0.033409,-0.010476,0.021222,-0.010533,0.016436,0.00998,-0.000231,0.015,0.017471,0.00277,0.009684,-0.010801,-0.043399,0.017927,-0.000172,-0.038863,0.024855,0.009017,0.031626,-0.01309,0.032247,0.008131,0.022949,0.167073,0.008911,0.018335,-0.007147,-0.004894,0.019244,0.016865,-0.004912,-0.020853,-0.034998,0.010321,-0.010744,0.02696,0.020909,-0.055533,-0.000382,0.089642,0.015087,0.009166,-0.050493,0.014123,0.044532,0.009208,-0.004419,0.014929,-0.040397,0.005974,0.030059,0.02577,-0.004608,0.039047,0.018944,0.000432,-0.008798,-0.006271,0.006548,0.040106,-0.041294,-0.023838,-0.013512,0.033676,-0.035305,-0.012348,-0.036083,0.032626,-0.021103,-0.043768,0.004435,0.025723,-0.010964,0.018891,-0.022102,0.006172,-0.033636,0.009005,-0.015027,-0.003857,-0.014755,-0.010335,-0.013678,0.003614,-0.021686,-0.02377,-0.015931,0.005879,-0.024981,-0.113432,0.010519,-0.025947,-0.040595,0.035279,0.065064,-0.008835,-0.071761,0.006906,-0.047638,0.025744,0.023635,-0.067859,-0.028882,0.030885,-0.000011,0.034791,0.038093,-0.050895,-0.001916,0.000995,0.036761,-0.004374,-0.020665,-0.000801,-0.039976,-0.018524,-0.005497,0.030711,-0.001414,0.045802,-0.019141,0.015462,-0.013435,0.020767,0.048595,-0.03257,0.005292,-0.012574,0.009228,0.046228,-0.014761,0.001079,0.010551,-0.024397,0.00792,-0.015809,-0.027373,-0.038945,0.010686,-0.002187,0.026491,-0.012431,0.076219,-0.002634,-0.048343,0.000059,0.011932,-0.027951,-0.044338,0.051593,0.021021,-0.000497,-0.012784,-0.012629,0.010733,0.004303,-0.053706,-0.005594,-0.040393,-0.045154,-0.012651,0.021282,0.006708,0.005541,0.027503,0.004486,0.00693,0.002404,-0.002987,-0.022891,-0.029491,-0.035974,-0.024071,-0.007118,0.014673,-0.025396,-0.027817,-0.002255,0.046706,-0.039797,-0.053387,0.011703,-0.005306,-0.001575,0.017434,-0.011368,0.017969,0.053109,0.007534,0.07393,-0.009519,-0.022309,-0.008879,-0.02813,-0.012183,0.015337,0.012678,-0.009094,-0.014433,0.022905,-0.021543,0.003102,0.026688,0.001259,0.004306,-0.010011,0.027266,0.101905,0.004321,-0.001196,-0.002542,-0.035161,0.046889,0.056518,0.035292,-0.034449,-0.041583,0.012122,-0.031243,-0.005898,0.03598,-0.05349,0.00385,-0.029991,0.004494,-0.011651,-0.020171,0.102316,0.022226,0.008655,0.021306,0.026813,0.029834,-0.002263,0.011488,0.002495,0.027349,0.02216,0.034849,-0.045957,-0.009005,0.014158,0.026175,-0.055764,0.015962,0.009638,0.024076,0.015803,-0.021449,0.009165,-0.014684,0.022748,0.009263,0.00794,0.000318,-0.004225,0.063825,0.00612,-0.012917,0.068855,-0.028626,0.003922,0.019789,-0.017307,-0.007779,0.006233,-0.004029,0.030193,0.018518,-0.020417,-0.014896,-0.000795,-0.002403,0.007275,0.02721,-0.01449,0.01218,-0.02339,0.003316,-0.008089,0.036548,-0.003176,0.013854,0.009378,-0.049057,-0.002552,0.002725,0.682443,-0.008328,0.044813,-0.007846,-0.014327,0.015324,0.010373,0.004073,-0.016399,-0.015624,0.01117,-0.011599,0.031252,0.045646,0.022213,-0.012103,0.019166,-0.013847,0.039896,-0.013899,-0.024846,-0.044631,0.032581,0.026596,-0.016069,0.059848,0.00997,-0.001728,0.015054,0.022632,0.00286,-0.007612,-0.019049,-0.039102,-0.000384,0.008207,0.014276,0.03406,-0.005103,-0.047382,0.000613,0.001907,0.035392,-0.022276,0.024004,-0.05479,0.040877,0.006043,-0.024045,0.01886,0.00495,0.024657,-0.041424,0.053968,-0.02459,-0.001199,0.006892,-0.024438,0.012121,-0.000306,-0.001325,-0.003021,-0.015457,0.041313,0.025968,0.049454,-0.000317,-0.005739,0.000969,0.030408,0.051741,-0.100077,0.01987,0.026039,0.010845,0.013817,0.016254,0.001815,-0.024284,-0.009603,0.016241,-0.057367,0.032495,0.039013,0.003883,0.020845,-0.037762,0.033238,0.007915,-0.02186,-0.047573,0.021509,-0.008947,-0.058059,0.040361,-0.001445,-0.001088,-0.000835,0.009564,-0.000104,0.029607,0.034001,-0.012475,-0.04151,-0.090664,-0.013464,0.001999,0.019688,0.047083,0.036816,-0.00776,-0.009821,-0.010279,0.020937,0.011189,-0.020426,0.039164,0.004202,0.028378,-0.02412,0.004301,-0.003568,0.017668,-0.000533,0.030824,-0.064505,-0.054536,0.053429,0.008704,-0.039592,-0.040653,-0.015772,-0.020124,0.004257,-0.021389,-0.036483,-0.042058,-0.004133,0.015151,-0.002394,-0.021764,0.027097,0.000127,0.008313,0.017946,0.014209,0.021336,0.076359,-0.022284,-0.008925,0.061469,0.168216,-0.001701,-0.003354,-0.028342,0.018598,-0.00255,0.021239,-0.034391,-0.003933,0.07149,-0.003364,0.051242,-0.011838,-0.012408,0.029589,0.025318,0.017984,0.026667,0.000985,0.012806,0.012842,-0.006641,-0.239853,0.018163,-0.047728,0.015131,0.020269,-0.010381,0.038931,0.03062,-0.019217,-0.008169,-0.038487,0.00707,-0.043685,-0.015294,-0.010517,-0.000881,0.01601,-0.022775,0.018931,-0.027124,0.037862,0.076206,-0.004722,0.082658,-0.008362,0.029968,0.037301,0.024121,0.028118,-0.02902,-0.014531,0.034912,-0.027835,-0.05035,-0.016289,-0.010741,-0.030953,0.044257,-0.052672,-0.00073,0.043721,-0.035378,0.018598,-0.017711,0.005668,0.022769,-0.010736,0.025339,-0.038501,0.017752,0.030968,-0.015728,-0.030595,-0.015471,0.019225,-0.009115,0.015905,0.01005,0.004843,0.012461,0.022744,0.006907,0.012265,-0.015029,-0.040711,0.013318,0.0071,-0.037675,0.019204,0.014008,0.027443,-0.017965,0.029455,0.006878,0.018843,0.150944,0.008621,0.013327,-0.010486,0.002534,0.016357,0.01274,-0.009651,-0.022731,-0.036005,0.014475,-0.009417,0.02115,0.019887,-0.061253,-0.001602,0.096597,0.013004,0.017862,-0.045836,0.014597,0.044274,0.00874,-0.012779,0.012704,-0.040646,0.002136,0.028764,0.028417,-0.008339,0.040046,0.019786,0.003084,-0.010166,-0.006013,0.004104,0.036008,-0.050707,-0.027367,-0.011915,0.030238,-0.040591,-0.00857,-0.033674,0.034183,-0.022203,-0.040105,0.006562,0.030211,-0.002751,0.017649,-0.023755,0.005345,-0.028481,0.001151,-0.015971,-0.002986,-0.007283,-0.01047,-0.007154,0.005492,-0.023753,-0.020012,-0.011329,0.008135,-0.027028,-0.115381,0.006676,-0.02582,-0.045036,0.036247,0.059589,-0.017381,-0.058658,0.001512,-0.03898,0.030936,0.022249,-0.073408,-0.018139,0.028114,-0.00204,0.029067,0.033236,-0.050995,0.001565,0.008881,0.032602,-0.004534,-0.021608,-0.002957,-0.047375,-0.01391,-0.002499,0.039833,-0.000823,0.050802,-0.015321,0.01787,-0.016422,0.011229,0.049964,-0.042295,0.002667,-0.019815,0.005478,0.045251,-0.013176,-0.002204,0.008146,-0.023173,0.009933,-0.017862,-0.028854,-0.036612,0.010848,0.000194,0.0285,-0.009819,0.070997,-0.002014,-0.048724,-0.009354,0.003934,-0.023402,-0.041684,0.048088,0.02334,-0.003371,-0.012911,-0.006638,0.008488,0.000068,-0.055475,-0.007254,-0.048597,-0.049571,-0.011188,0.0148,0.002332,0.008324,0.02935,-0.000081,0.005952,0.004121,0.001372,-0.016082,-0.023201,-0.036312,-0.025038,-0.009272,0.018533,-0.02654,-0.027816,-0.004349,0.045106,-0.044619,-0.047713,0.015449,-0.006613,-0.004513,0.013664,-0.007399,0.016765,0.058408,0.007859,0.079993,-0.005684,-0.019815,-0.010905,-0.028277,-0.013123,0.001958,0.014194,-0.004142,-0.016323,0.024522,-0.017845,0.010396,0.024655,-0.006419,0.003026,-0.011374,0.024121,0.102082,-0.00208,-0.00494,0.002433,-0.039288,0.042868,0.055701,0.038028,-0.036724,-0.043514,0.009209,-0.036688,-0.007724,0.032897,-0.055158,0.005153,-0.028443,0.009234,0.000377,-0.01765,0.084825,0.019395,0.012412,0.018581,0.026629,0.033424,-0.001156,0.00866,0.001574,0.034044,0.016675,0.035426,-0.045421,-0.005197,0.019487,0.02018,-0.05153,0.018761,0.014681,0.025387,0.014231,-0.021818,0.006513,-0.01051,0.014179,0.003122,0.008154,0.001452,-0.006753,0.06402,0.004829,-0.010882,0.076385,-0.030596,0.01322,0.017598,-0.019409,-0.012554,0.008107,-0.003209,0.032815,0.016223,-0.020858,-0.018407,-0.001659,0.000023,0.007914,0.026719,-0.013656,0.013363,-0.032435,0.00503,-0.011153,0.04045,-0.005831,0.016768,0.003865,-0.046426,-0.004413,-0.000429,0.683201,-0.004369,0.042294,-0.010082,-0.009824,0.009886,0.012178,0.004792,-0.021429,-0.022448,0.018231,-0.008684,0.0386,0.041323,0.019842,-0.01182,0.013546,-0.016737,0.040585,-0.010855,-0.034404,-0.040367,0.038164,0.03085,-0.01885,0.054373,0.002338,-0.002565,0.019756,0.024684,-0.006269,-0.006646,-0.01612,-0.031637,0.00303,0.010439,0.0045,0.028798,-0.007814,-0.054669,-0.001351,0.0002,0.031996,-0.018668,0.027066,-0.052454,0.036838,0.013314,-0.023781,0.023475,0.008374,0.027218,-0.040186,0.057532,-0.029272,0.00098,0.00712,-0.030677,0.005196,-0.006092,-0.007936,-0.004519,-0.016526,0.043271,0.026198,0.047845,-0.0009,-0.00816,0.00198,0.030132,0.058299,-0.097626,-0.002165,0.011665,0.011058,-0.000668,0.02038,-0.005319,-0.025277,-0.034615,0.010312,-0.05717,0.040885,0.042712,-0.002926,0.033794,-0.063355,0.021125,0.006558,-0.033675,-0.026818,0.025374,0.008979,-0.084366,0.030278,-0.005675,-0.006912,0.008014,-0.009078,-0.000014,0.033513,0.029071,-0.023521,-0.037095,-0.066276,-0.022354,-0.006847,0.032858,0.039912,0.057374,-0.016616,0.01982,-0.02915,0.010335,0.003133,-0.017861,0.015797,-0.013464,0.021256,-0.026775,0.022336,0.009225,0.028206,0.002419,0.039854,-0.090621,-0.052953,0.045003,-0.009812,-0.030919,-0.054576,-0.000642,-0.03379,-0.007691,-0.050847,-0.040186,-0.042063,-0.00763,0.025935,-0.019561,-0.009818,0.043774,0.022611,0.019673,0.017649,-0.001083,0.016886,0.074997,-0.015172,-0.002796,0.03222,0.178232,-0.015041,0.003866,-0.043956,0.025027,-0.016048,0.0369,-0.025137,-0.010311,0.047218,0.03821,0.045485,-0.033864,-0.002432,0.034773,0.024566,0.002772,0.026745,-0.006804,0.0075,0.023247,0.001798,-0.221983,0.015864,-0.046173,0.011904,0.028562,-0.027046,0.019276,0.028828,-0.009821,-0.028447,-0.052648,-0.023572,-0.051465,-0.013425,-0.007511,-0.010507,0.025749,-0.031078,0.014037,-0.017298,0.03972,0.077405,-0.016198,0.058686,-0.023902,0.042923,0.042016,0.035247,0.021468,-0.030737,0.004075,0.042191,-0.0262,-0.074165,-0.008863,0.002185,-0.053721,0.027601,-0.020433,-0.010696,0.055111,-0.042684,-0.002953,-0.017224,0.003457,-0.008293,-0.027569,0.026115,-0.029239,0.035266,0.026438,-0.01937,-0.034496,0.003392,0.01944,-0.023387,0.025248,-0.0022,-0.011962,0.028554,0.014436,0.015373,0.044412,-0.013701,-0.048478,0.008758,0.004594,-0.028909,-0.000961,0.014102,0.018357,-0.02882,0.017611,-0.002919,0.03125,0.130446,0.030885,0.013086,-0.003722,-0.007534,0.021379,0.025079,-0.020207,-0.025359,-0.023432,0.010809,-0.000735,0.040161,0.004613,-0.056352,0.004747,0.085458,0.039399,0.015524,-0.048599,0.025421,0.058553,0.020467,0.009621,0.005043,-0.053235,0.00202,0.024822,0.034653,-0.002509,0.067123,0.02918,-0.001439,-0.017401,0.000839,0.021272,0.056346,-0.038035,-0.018979,0.001456,0.02682,-0.041661,-0.024138,-0.03706,0.025851,-0.032206,-0.034624,0.007235,0.043618,-0.010507,0.009996,-0.042143,-0.007988,-0.033609,0.01942,0.002255,0.011303,-0.014777,-0.008006,-0.008946,0.004919,-0.034396,-0.008505,-0.006703,0.002775,-0.033753,-0.084912,-0.016038,-0.027681,-0.022594,0.041372,0.076452,-0.026163,-0.04664,-0.005658,-0.045973,0.036601,0.028335,-0.07634,-0.021282,0.045102,-0.015682,0.039841,0.02901,-0.03643,-0.022461,0.017755,0.029212,-0.014531,-0.027661,0.008129,-0.028943,-0.030265,0.012799,0.03236,0.036034,0.048632,-0.001879,0.000366,-0.016052,0.013053,0.007422,-0.070039,-0.009838,-0.035297,-0.013194,0.050445,-0.013279,-0.011911,0.014989,-0.00604,-0.006086,-0.018393,-0.023757,-0.041018,0.03106,0.006857,0.021357,-0.004311,0.044881,-0.001844,-0.047344,-0.006057,0.013246,-0.024585,-0.005644,0.08542,-0.006904,-0.010293,0.002559,-0.025614,-0.014175,-0.003387,-0.029262,0.001773,-0.042824,-0.029343,0.002443,0.013691,0.00534,-0.023674,0.039721,-0.029015,0.005402,0.019093,0.004203,-0.014483,-0.016105,-0.027616,-0.025199,0.009993,0.020149,-0.039093,-0.039639,-0.005068,0.043524,-0.037702,-0.055097,-0.004317,0.025966,-0.010464,0.018177,0.008561,0.008345,0.056637,0.028952,0.061844,-0.012386,-0.016935,-0.011856,-0.008849,0.000297,0.066807,0.028657,0.007951,0.014013,0.01664,-0.012759,0.011156,0.035405,-0.009686,0.016644,-0.010598,0.013666,0.109838,-0.008158,-0.010488,-0.022473,-0.034423,0.048737,0.048364,0.019145,-0.008912,-0.044789,0.013351,-0.037728,-0.00233,0.029059,-0.072659,-0.020913,-0.015533,0.017039,0.003815,-0.033114,0.069887,0.031024,0.013744,0.008458,0.026204,0.017753,0.005713,0.011391,0.003212,0.011808,0.027835,0.034601,-0.046845,0.001194,0.028516,0.034126,-0.061397,0.019231,0.022166,0.032721,0.026095,-0.018503,0.018146,-0.000163,0.023964,0.017494,0.010215,0.016899,-0.012503,0.060884,-0.007629,-0.01064,0.081907,-0.019999,0.004725,0.032183,-0.002171,-0.025268,0.014931,0.013098,0.032314,0.007267,-0.017768,-0.00112,0.003916,-0.017346,0.020848,0.02093,-0.008831,-0.008711,-0.031016,-0.008651,-0.014649,0.038092,-0.00424,0.004468,0.012382,-0.031983,-0.003631,0.030711,0.655179,0.007216,0.061388,-0.014368,0.005902,0.034057,0.018175,0.012501,-0.035225,-0.003038,0.02422,-0.010824,0.031635,0.049556,0.024492,-0.023554,0.030317,-0.013047,0.027357,-0.004294,-0.016679,-0.050385,0.037782,0.058907,-0.005457,0.043519,0.011859,-0.009079,0.017007,0.021516,-0.011827,0.0153,-0.026076,-0.036539,-0.015692,0.016886,0.003824,0.043155,0.005287,-0.052456,0.033873,0.016481,0.039351,-0.014173,-0.009687,-0.044736,0.030686,0.006217,-0.017921,0.009794,0.028788,0.018911,-0.059722,0.038521,-0.046414,0.001533,0.011172,-0.031813,0.005458,0.00225,0.002994,0.005459,-0.000248,0.022379,0.046806,0.055134,-0.011761,-0.0063,0.013806,0.006116,0.006106,-0.097105,0.029267,0.055721,0.010554,0.014045,0.037705,-0.033664,0.007073,0.016541,0.012569,-0.062883,0.020197,0.04571,0.014244,0.001515,-0.013912,0.019843,0.054885,-0.003075,-0.012514,0.009212,-0.017689,-0.023021,0.012453,0.034112,0.012567,0.045349,0.018801,-0.009422,0.019811,0.013717,0.006567,-0.001474,-0.05452,-0.019889,-0.005677,-0.035878,0.021915,0.023315,-0.000976,0.000795,-0.002274,-0.030074,0.010956,-0.031974,0.016944,0.008079,0.000446,-0.012374,0.024147,-0.027167,-0.009102,-0.012383,0.028006,-0.048389,-0.044874,0.015411,0.051275,-0.033661,-0.006243,-0.022698,-0.026935,-0.025022,-0.026905,-0.023595,0.006489,0.000395,0.029043,0.02,-0.00384,0.024531,0.015284,0.02819,0.015545,0.009812,0.005385,0.069915,-0.011255,-0.027427,0.027617,0.161832,0.034225,0.005881,0.020571,0.022844,-0.023479,0.021302,-0.045817,0.007018,0.074305,-0.007028,0.042754,0.018395,0.004773,0.021198,0.044702,0.002293,-0.003537,-0.000443,-0.03055,-0.003044,-0.010897,-0.244124,-0.003469,-0.048361,0.014602,0.028252,-0.02223,0.023053,-0.0278,0.006337,-0.035672,-0.025448,0.001731,-0.016747,0.001176,-0.008976,-0.028538,0.03499,-0.010947,0.022505,-0.005601,0.052453,0.082903,-0.04342,0.087542,0.023166,-0.001132,0.017812,-0.013085,0.011896,-0.029732,-0.012381,0.021029,0.012717,-0.042498,-0.026495,-0.006462,0.001336,0.019629,-0.033088,-0.019823,0.016718,0.013726,0.006984,0.001916,-0.015242,0.026411,0.01173,0.005306,-0.049952,0.011391,0.023546,0.000776,-0.012872,-0.020957,-0.014534,0.000293,0.002109,-0.017805,-0.019351,0.037261,-0.020103,0.007124,-0.009212,-0.006632,-0.045145,-0.035538,-0.006046,-0.035746,0.005266,-0.02795,0.053813,-0.026166,0.018715,0.021877,0.018988,0.157048,-0.012,0.045846,-0.011635,0.018076,0.013222,0.037593,0.006472,-0.026502,-0.007071,0.022539,-0.012656,-0.000064,0.042163,-0.040981,-0.018628,0.02848,0.013444,-0.009001,-0.041448,-0.015074,0.050192,0.017151,0.003015,0.023086,-0.04605,-0.019486,0.023377,0.013899,0.006672,0.058283,0.014892,-0.006308,0.001311,-0.016535,0.016802,0.006511,-0.020618,0.027324,-0.045502,0.033299,-0.011378,-0.00112,-0.003821,0.010267,-0.016011,-0.070047,-0.045468,0.007767,-0.024618,0.011875,-0.020219,-0.017264,-0.005178,0.045697,0.030576,-0.034933,-0.017159,-0.010751,-0.026682,-0.009321,0.003702,-0.007537,-0.054683,0.04463,-0.038523,-0.103754,-0.002735,-0.012331,-0.027956,0.013961,-0.002155,-0.037521,-0.076948,-0.014102,-0.011609,0.035658,0.038073,-0.035043,-0.000303,0.008076,0.008141,-0.003837,0.047525,-0.039825,0.015486,0.011232,0.01233,-0.025579,0.001787,0.017714,-0.026022,0.01505,0.004387,0.033671,0.02862,0.033458,-0.02461,-0.007843,-0.005899,0.008367,0.042216,-0.019337,0.014702,0.022692,0.015883,0.02956,-0.007258,-0.025075,0.034465,-0.014913,0.023302,0.010702,-0.011458,-0.060355,0.018677,-0.027592,0.040262,-0.017535,0.07517,0.031573,-0.042328,-0.00972,0.021123,-0.020945,-0.052809,0.035828,0.002828,-0.034176,-0.022458,0.003163,0.010347,-0.014132,-0.030818,-0.038162,-0.035969,-0.032239,-0.000127,0.005042,-0.004621,0.023208,-0.022867,0.039231,0.016094,0.006356,0.028271,-0.00641,-0.045647,-0.016574,-0.019619,0.00871,0.024501,-0.032833,0.010308,0.011153,0.021754,-0.013552,-0.043435,0.025923,0.010463,-0.027519,-0.008935,0.022193,0.02324,0.025997,0.030613,0.037206,-0.011607,-0.012877,-0.00888,-0.002328,-0.009976,0.028441,0.022901,0.008885,-0.007971,0.023387,0.003913,-0.040204,-0.012641,0.004554,0.02848,-0.006229,0.012406,0.106502,-0.017094,0.020638,-0.005884,-0.041364,0.028903,0.016511,0.036028,-0.014316,-0.021062,-0.008632,-0.022799,0.019154,0.027845,-0.036302,-0.015548,-0.030691,-0.036175,0.004244,-0.010362,0.126173,0.021371,0.028701,-0.019631,0.007997,-0.012342,0.027189,0.036563,0.011066,0.010736,0.014453,0.029818,-0.025733,-0.026992,0.007533,0.027174,-0.04451,0.011661,0.02618,-0.009262,0.008761,-0.019572,-0.001935,-0.030705,0.01535,0.026837,0.00817,-0.003422,0.00626,0.066773,0.035938,0.006111,0.025724,-0.028388,-0.034581,-0.0062,0.023908,-0.003665,0.005962,-0.031889,-0.000462,0.003053,0.01882,-0.004002,-0.0585,-0.030286,0.014354,0.031761,-0.010313,0.021455,0.020881,-0.01769,-0.005809,0.010201,-0.000257,-0.00247,-0.002149,-0.019574,0.000344,0.013778,0.703536,0.001292,-0.01811,-0.007377,-0.015478,-0.018505,0.008472,0.019408,-0.019097,-0.024083,0.021307,-0.01214,0.060348,0.008308,0.018119,0.010145,0.042732,-0.01423,0.024801,-0.00361,0.006425,-0.035385,0.032144,0.046973,-0.014734,0.048251,0.010894,-0.052084,0.015099,0.014796,0.006884,-0.028158,-0.025057,-0.015817,-0.019151,0.012561,0.009997,-0.001518,0.031643,-0.078219,-0.01773,-0.017333,0.021985,-0.028533,0.026969,-0.030768,0.004923,-0.028667,-0.018103,0.008277,0.018313,-0.008385,0.0146,0.057278,-0.017358,-0.003851,0.010124,-0.033342,0.003249,0.011436,0.018853,-0.027439,-0.010471,0.067015,0.008957,0.04503,-0.0141,-0.001242,0.032847,0.036239,0.046512,-0.066859,0.014543,0.009123,-0.00233,-0.005571,-0.003913,-0.022476,-0.017561,-0.053798,0.032667,-0.081611,0.041036,0.05687,-0.010592,0.025275,-0.036268,0.021725,0.022472,-0.018233,-0.052516,0.015454,-0.023949,-0.02619,-0.013467,0.008386,0.00798,0.041292,0.000581,0.003708,0.033788,0.005917,0.016341,0.020232,-0.02978,0.009703,-0.000873,-0.022828,0.014373,0.059432,0.02554,0.021238,0.006124,-0.010654,-0.000784,-0.000366,0.022159,-0.004391,-0.016634,-0.001239,0.007652,-0.011867,-0.003669,0.014698,-0.003494,-0.041384,-0.043682,0.044969,0.009305,-0.011516,0.000554,-0.021299,-0.017338,0.008651,-0.02757,-0.020687,0.010429,0.013358,0.031371,0.043714,-0.004283,0.02559,0.00204,0.01446,0.012409,0.010096,0.02938,0.014227,-0.032275,0.007261,0.015833,0.176506,0.020585,-0.011233,-0.008034,-0.004104,0.013765,-0.024898,0.007944,-0.036241,0.037508,0.026711,0.038321,0.016671,0.018902,-0.004921,0.082724,-0.014421,0.009227,-0.00611,-0.021934,0.007582,0.032806,-0.14628,0.012007,-0.013564,0.019428,0.017083,-0.00414,-0.008528,-0.027169,0.001508,-0.025553,-0.011874,-0.005969,-0.03536,-0.003537,0.029043,-0.02239,0.047408,-0.011823,0.006896,0.012094,0.036832,0.105386,-0.025331,0.09951,0.005606,-0.002903,0.000238,0.00025,0.007855,-0.001076,0.034734,0.051013,-0.006092,-0.050843,0.008161,0.007101,-0.023852,0.023925,-0.039455,-0.001662,-0.000816,0.007275,-0.028883,0.012102,-0.006022,0.007297,0.026324,-0.014882,-0.005289,0.011174,0.012784,-0.026903,0.000072,0.005507,0.049674,0.014291,-0.021059,0.025186,-0.053013,-0.000898,0.006543,0.014956,0.013126,-0.007624,-0.051261,0.012498,-0.020686,-0.027584,-0.024496,0.000248,0.02767,-0.058259,-0.02519,0.051378,0.038767,0.105681,0.012604,0.002718,-0.021842,0.023379,-0.020158,0.004393,0.010791,-0.04377,-0.022209,0.007715,0.04609,0.017939,0.014282,-0.004514,-0.024313,0.041061,0.008424,-0.030608,-0.041591,0.023556,-0.015053,0.015564,0.010833,0.023262,-0.006858,0.003105,0.000882,0.013553,0.033366,0.036538,0.016239,0.012603,-0.008482,0.019314,-0.026071,0.034221,-0.008106,0.003635,-0.012944,0.049569,0.014054,0.015711,-0.048658,-0.01018,0.001684,-0.033459,-0.007481,0.033801,-0.019352,0.024027,-0.027318,0.020089,-0.02791,0.006858,0.018882,-0.011987,0.018856,-0.018567,-0.010068,-0.00139,0.033335,-0.042899,-0.015435,-0.001561,-0.038809,-0.057461,0.004706,-0.01207,-0.00721,0.026203,0.006426,0.010009,-0.051206,0.052013,-0.036122,0.011818,0.045781,-0.016638,-0.016499,0.012438,-0.024047,0.024091,0.039886,-0.014898,0.025484,-0.021873,0.014678,0.001446,0.008801,0.026379,-0.021669,-0.008801,0.036183,0.000557,0.026567,0.030755,-0.028547,-0.011266,0.019324,0.009421,-0.011242,-0.006102,0.011824,-0.015307,0.026675,0.029837,-0.025321,-0.01817,0.024897,-0.00744,0.009499,-0.031656,-0.032618,-0.018306,-0.008742,-0.019161,0.052479,0.00288,0.080427,0.019241,-0.019333,0.057093,0.029982,0.000337,-0.010125,0.044711,0.008494,-0.022764,-0.016601,-0.014036,0.018776,-0.037232,0.003743,-0.008462,-0.000562,-0.006726,0.002099,0.001565,0.016222,-0.031817,0.002295,0.001016,-0.000731,-0.001199,0.007827,-0.019647,0.002921,-0.035584,0.012208,-0.036755,0.018322,-0.017192,0.005454,-0.001932,-0.002909,-0.025154,-0.051526,-0.010472,-0.015299,0.012662,-0.002462,-0.025077,-0.009093,0.02879,0.018999,0.026532,-0.036678,0.016533,0.045385,-0.017272,-0.015258,0.027382,0.013417,-0.044063,0.006085,0.022866,-0.027439,-0.009554,0.004773,-0.002193,0.002131,0.002515,0.034439,0.118469,0.002642,0.007498,-0.034212,-0.031117,-0.020399,0.047221,0.001604,-0.019317,-0.022823,0.010273,-0.031831,-0.001755,0.016088,0.011987,-0.022126,-0.003496,-0.012113,0.012619,-0.026198,0.042991,0.017875,0.017901,-0.018598,-0.006923,0.000898,-0.021748,0.010272,0.030883,-0.016524,0.016013,0.033651,0.017782,-0.002565,0.000572,0.055202,-0.014497,0.022494,0.004738,-0.002945,0.002889,-0.031359,0.002204,-0.030189,0.013192,0.019358,0.009449,0.017381,0.002685,0.061749,-0.052187,-0.050733,0.024328,-0.036956,0.013908,0.059199,-0.001125,-0.019076,0.053752,-0.029321,0.019747,0.024747,0.003303,-0.014843,-0.001038,-0.0259,-0.012454,0.035994,0.016237,0.016818,-0.026953,-0.027918,0.024111,-0.001936,-0.015828,-0.004023,0.002058,-0.000183,0.016109,0.010955,0.758907,-0.027372,0.022683,0.015034,0.004119,0.002968,-0.000205,-0.029264,0.02156,0.010421,0.045098,0.00606,0.012474,0.026119,0.03953,-0.023563,0.004104,0.001961,0.039101,-0.023436,-0.03242,-0.024694,0.046578,0.014723,0.017415,0.064682,0.034178,-0.02471,-0.009937,-0.008665,-0.020444,-0.028061,-0.0467,-0.03238,-0.020271,0.018716,-0.014895,0.043865,0.003075,-0.084191,0.001128,-0.000914,0.018577,-0.010104,0.026117,-0.035027,0.027808,-0.004079,-0.01462,-0.011299,0.007319,-0.026144,0.019805,0.032275,0.012639,-0.007815,0.008688,-0.02253,-0.015233,0.019639,-0.025298,-0.010652,-0.006447,0.080413,0.033181,0.058268,-0.01817,0.013181,0.025632,0.009232,0.043133,-0.076688,0.049938,0.013555,0.008149,0.01806,0.010135,-0.021611,-0.00336,-0.018276,0.0284,-0.077821,0.003758,0.005913,0.00237,0.000128,-0.070532,0.007346,-0.000475,-0.001665,-0.075865,0.017695,-0.001678,-0.024427,0.00128,-0.000787,0.013886,0.059008,0.014399,0.002225,0.008527,0.013447,0.022949,-0.00571,-0.063683,-0.010419,0.010878,0.021324,0.021523,0.048229,0.019778,-0.001394,-0.006298,-0.009816,-0.01947,-0.003152,0.006719,0.012723,0.009101,-0.009687,-0.003444,-0.023528,0.004137,-0.022758,0.014667,-0.048569,-0.055951,0.034481,0.03829,-0.017036,-0.000559,0.014069,-0.015503,-0.015792,-0.0418,-0.031862,-0.002036,0.002271,0.042196,0.040483,0.007848,0.015864,0.01558,0.014626,0.017082,0.00462,0.023388,0.02916,-0.00961,-0.008601,0.007145,0.139822,0.039087,-0.0144,-0.00806,-0.010984,0.001131,-0.004027,-0.041728,-0.016997,0.049425,0.003117,0.03306,0.002299,0.000298,0.009668,0.058754,0.027605,0.032711,0.007731,-0.000864,-0.01958,0.031237,-0.18158,0.012759,-0.043367,0.003379,0.012682,-0.009676,-0.005527,-0.025248,-0.006512,-0.0189,-0.009675,-0.010905,-0.038135,-0.016154,0.042942,-0.041466,0.050386,-0.021208,0.020744,-0.020193,0.053911,0.056082,-0.025516,0.08301,0.011321,-0.022592,0.005891,0.0248,0.013036,-0.001802,0.002824,0.047141,-0.011838,-0.046101,0.003718,0.010262,-0.033915,0.039593,-0.043526,0.010524,0.024843,-0.012875,-0.019985,-0.010779,0.004,-0.006571,0.020483,-0.00322,-0.010811,0.011037,0.028115,-0.019812,0.019419,-0.024424,0.033655,0.004222,-0.016199,-0.004319,-0.031363,0.016155,-0.007004,0.017151,-0.01495,0.004137,-0.045349,0.007583,-0.019833,-0.045422,0.002609,-0.007919,0.025219,-0.041923,0.006481,0.034239,0.059684,0.146268,0.015512,0.028603,-0.013349,-0.006562,0.00141,0.015762,-0.021041,-0.027931,-0.036988,0.010182,0.022549,0.04288,-0.016916,-0.012793,-0.031677,0.049487,0.019401,-0.009577,-0.065328,0.020726,0.037103,0.009385,0.009504,0.024671,0.013644,0.012371,0.005623,0.023632,0.026364,0.033927,-0.000921,0.04075,-0.009301,-0.004241,-0.020218,0.028234,-0.017293,0.000216,-0.021748,0.044573,0.004081,-0.001422,-0.050476,0.018745,-0.001267,-0.042646,0.010131,0.008637,-0.033398,0.014143,-0.018804,0.020002,-0.055502,0.037976,0.00505,0.010851,-0.000216,-0.005752,-0.018294,0.005316,0.015173,-0.018838,-0.012366,0.010685,-0.023931,-0.098528,0.010029,-0.018915,0.001441,0.01113,0.036772,-0.006511,-0.101363,0.041481,-0.008333,0.028232,0.025783,0.015804,-0.014926,0.03075,-0.012414,0.042054,0.025575,-0.031355,0.009796,-0.010746,0.012307,0.003061,-0.004807,0.035541,-0.033572,-0.020012,-0.007273,0.001661,0.005771,-0.009642,-0.015459,-0.000765,0.001833,0.03327,0.012689,0.01916,-0.016528,-0.018471,-0.009446,0.032174,-0.024768,-0.034002,0.0058,-0.034633,0.00338,-0.03089,-0.020632,-0.044162,0.029778,0.005683,0.012378,0.023935,0.096483,0.014832,-0.017846,0.0458,0.011675,0.010718,-0.027421,0.03436,-0.005744,-0.018282,-0.022721,-0.043396,-0.008172,-0.049966,-0.018979,0.008999,-0.009565,0.01865,-0.003133,0.000817,0.005681,-0.030575,0.004436,0.000595,-0.00299,0.02406,0.005812,-0.006292,-0.015477,-0.037739,0.010537,0.011831,0.042063,-0.04244,0.015192,-0.023526,0.034482,-0.046442,-0.043219,-0.006957,-0.001738,-0.007358,0.031581,-0.0495,0.004374,0.029706,0.027973,0.011423,-0.021199,0.028019,0.013233,-0.022483,-0.023208,0.008617,0.014885,0.002726,-0.027052,0.023359,-0.039414,-0.027571,0.012932,0.010865,0.034595,0.015289,0.02056,0.112019,0.01569,0.029777,-0.005372,-0.017439,0.001303,0.049962,0.062192,-0.026211,-0.010149,-0.014588,-0.01557,-0.027907,0.032746,0.002356,-0.005888,0.009188,-0.00604,-0.011938,-0.024275,0.110101,0.009307,-0.014643,-0.043247,0.02247,-0.00666,-0.006898,0.000097,-0.019722,0.008906,0.031423,0.026411,-0.018697,-0.00524,-0.007484,0.033287,-0.005585,-0.00111,0.020144,-0.005679,0.026855,-0.038777,0.008846,-0.016834,0.017484,0.033395,0.004144,0.00514,0.00996,0.049759,-0.006462,-0.020977,0.019959,-0.043952,-0.008427,0.031433,0.03881,-0.016048,0.028057,-0.022797,0.014585,-0.000356,0.013656,-0.038958,0.004184,-0.057364,-0.019654,0.049479,-0.017244,0.002723,-0.028155,0.012685,0.028743,0.003067,0.011397,-0.001385,-0.015237,-0.025658,0.002985,0.013773,0.735395,-0.013141,0.001841,-0.006702,0.020155,0.018194,0.011783,-0.014179,0.013852,-0.021188,0.00296,-0.007748,0.016546,0.03094,0.022681,-0.008606,0.03247,-0.022601,0.029587,-0.022613,-0.041351,-0.046335,0.047491,0.040454,0.018919,0.06109,0.000307,-0.012202,-0.008479,0.032453,-0.0406,-0.014165,-0.061194,-0.008626,-0.030015,0.009938,-0.020505,0.030527,0.033404,-0.075457,-0.022282,0.007365,0.014721,-0.020955,0.012409,-0.029129,0.019782,0.028276,0.012582,-0.00551,-0.004315,-0.010582,0.022531,0.036318,0.001854,-0.005801,0.00538,-0.012957,-0.011265,0.023536,0.000925,-0.009592,-0.035745,0.045548,0.026865,0.065913,0.015815,0.025671,0.012807,-0.002284,0.035667,-0.065966,0.044376,0.027453,-0.003072,-0.00659,0.027537,-0.016703,-0.01086,-0.03927,0.004599,-0.0596,0.006112,0.034038,-0.003755,0.012029,-0.04481,0.024089,-0.002035,-0.01179,-0.07711,0.013297,-0.007564,-0.023651,0.008026,0.002175,0.00216,0.051924,0.00925,0.006214,0.032722,-0.004238,-0.00277,0.012431,-0.056994,-0.014831,0.002906,0.011699,0.018041,0.064312,0.017786,0.011817,0.011748,-0.021051,-0.011519,-0.002164,0.027032,-0.000731,-0.002622,0.001962,-0.007599,-0.031886,-0.011771,0.005584,0.012729,-0.064952,-0.043724,0.019649,0.028398,-0.021143,-0.013237,-0.007901,-0.001686,-0.003273,-0.032758,-0.043741,0.006062,-0.008819,0.037914,0.034968,-0.010626,0.014635,0.015937,0.025569,0.019308,0.024811,0.020453,0.036025,-0.006959,-0.011258,0.024239,0.159996,0.028301,-0.015733,0.001551,0.011356,0.000334,-0.006504,-0.020905,-0.010868,0.024546,0.035275,0.025924,0.014837,0.018253,0.012407,0.063772,0.004069,0.013854,-0.0027,-0.007719,-0.010912,0.016148,-0.181333,0.005578,-0.008464,0.017599,-0.003357,-0.017777,-0.014063,-0.029977,-0.007759,-0.0411,-0.021631,0.014154,-0.03104,0.004391,0.005554,-0.027285,0.062147,-0.017411,0.010978,-0.009331,0.045572,0.076462,-0.026964,0.079843,0.005392,-0.019745,0.012712,0.014654,0.008535,-0.002809,0.003374,0.057397,0.006869,-0.037705,-0.002256,0.022547,-0.044775,0.034259,-0.020176,0.002391,0.049447,-0.00572,-0.014052,0.020461,-0.005329,-0.005683,-0.002747,-0.021801,0.013789,0.012464,0.012884,-0.028477,0.002425,-0.000336,0.025615,-0.001726,-0.000395,0.020198,-0.058803,0.028399,-0.008528,0.0176,-0.007202,-0.003467,-0.052928,-0.010485,-0.02277,-0.039944,0.00624,-0.020391,0.024026,-0.058178,-0.017337,0.034232,0.046253,0.143694,0.020065,0.007581,-0.005258,0.013183,-0.011334,0.024818,-0.01126,-0.026934,-0.012492,0.019027,0.005315,0.028632,-0.001585,0.009663,-0.010672,0.028306,0.000511,-0.014579,-0.052845,0.018013,0.015312,0.021518,0.001411,0.028091,-0.008489,0.009131,0.003332,0.020967,0.017394,0.044619,0.011271,0.006434,0.002132,-0.008475,-0.041346,0.015215,-0.02387,0.012704,-0.030482,0.04706,0.00915,0.004387,-0.065257,0.015416,-0.00355,-0.044352,-0.005851,0.01784,-0.025102,0.010991,-0.031059,0.003232,-0.023269,0.02137,-0.001924,-0.012057,-0.005305,-0.037775,0.004342,-0.009871,0.014013,-0.026599,0.004289,0.000599,-0.029333,-0.081618,0.014055,-0.016711,-0.005071,0.03991,0.026792,0.005312,-0.072545,0.031404,-0.015019,0.019249,0.033114,-0.018519,-0.032381,0.030433,-0.025572,0.03667,0.067604,-0.012874,0.027855,0.015058,0.016696,-0.017303,-0.004532,0.039275,-0.023831,-0.034434,0.025516,-0.004964,0.017264,0.016425,-0.015809,-0.018995,-0.000978,0.018049,-0.015612,-0.011442,-0.011683,-0.016927,0.00048,0.034295,-0.003146,-0.029566,0.002344,-0.027362,0.00362,-0.024513,-0.043422,-0.037037,0.011401,-0.012691,0.030488,0.022903,0.083768,0.00928,-0.011578,0.060269,0.016061,-0.010293,-0.012381,0.040582,0.020055,-0.040475,-0.01931,-0.036158,0.000961,-0.043575,0.000038,-0.015042,-0.007598,0.00594,0.019811,-0.00361,-0.001582,-0.047129,0.027866,0.01596,-0.014915,0.011965,0.002718,-0.013011,-0.005035,-0.035612,0.026612,-0.002039,0.051395,-0.029554,0.001151,0.00831,0.027192,-0.022045,-0.056051,0.000812,-0.00867,0.013991,0.037933,-0.025855,-0.003864,0.035765,0.047908,0.042789,-0.025373,0.017104,0.035487,-0.015211,-0.012445,0.033032,0.010023,-0.027569,-0.013429,0.032047,-0.035674,-0.019805,0.026644,-0.007783,0.026378,-0.022659,0.03034,0.116613,-0.010829,0.017669,-0.018525,-0.063004,0.010231,0.056074,0.025314,-0.017771,-0.004334,0.006502,-0.016983,-0.010173,0.04061,-0.045856,-0.011122,0.006965,0.001533,0.00227,-0.027879,0.093458,0.010724,0.000758,-0.017982,0.009248,-0.015446,0.012131,0.011674,0.010171,-0.009712,0.058516,0.048395,-0.014463,-0.014847,-0.002094,0.047413,-0.015583,0.023361,0.012884,-0.003423,0.000597,-0.014712,-0.001668,-0.007701,0.002669,0.0408,-0.009896,0.017529,-0.000873,0.031095,-0.023565,-0.033694,0.032973,-0.037018,0.011886,0.04131,0.043936,-0.051916,0.048469,-0.025208,0.017167,0.030802,-0.003175,-0.008319,0.003697,-0.0517,-0.010481,0.05705,-0.010181,0.024116,-0.023405,-0.000855,0.011679,-0.002493,-0.023313,-0.001806,-0.006789,-0.017768,0.004255,0.006834,0.741317,-0.015141,0.01696,-0.005548,0.006532,0.007859,-0.00411,-0.015502,0.012697,0.000275,0.013183,-0.000281,-0.007148,0.017647,0.032682,-0.024188,0.024885,-0.014981,0.028046,-0.015751,-0.032074,-0.050285,0.052647,0.02704,-0.000036,0.053662,0.014323,-0.016803,0.007384,0.012808,-0.026209,0.008304,-0.024823,-0.038385,-0.016104,0.009114,-0.002967,0.030505,0.023604,-0.07149,0.01631,0.003899,0.037655,-0.015061,0.005213,-0.029645,0.030578,-0.013143,-0.00308,-0.001342,-0.004661,-0.002099,0.011994,0.031961,-0.000569,-0.011927,0.011883,-0.040335,-0.001609,0.026375,0.006351,-0.004438,-0.009974,0.062942,0.026938,0.060611,-0.005884,0.011873,0.036914,0.018698,0.037488,-0.098337,0.022858,0.019,0.016518,0.002883,0.005326,-0.021934,0.001321,-0.013132,0.008326,-0.081023,0.020162,0.032406,0.000928,0.009583,-0.029381,0.013655,0.025035,-0.011578,-0.045078,-0.002341,-0.012886,-0.023718,0.002877,0.017715,0.000627,0.054636,0.010122,-0.005998,0.030355,0.030517,0.002954,0.017427,-0.050559,0.013184,-0.002846,0.003963,0.010271,0.053681,-0.004091,0.009255,-0.021445,-0.023732,0.00792,-0.00741,0.01159,0.007297,0.002302,0.003357,0.006201,-0.017016,-0.004278,0.002386,0.010414,-0.05219,-0.050314,0.019208,0.028717,-0.010558,-0.001987,0.018641,-0.019748,0.003711,0.004994,-0.019957,-0.003884,0.002279,0.033935,0.030728,-0.007451,0.016324,0.023309,0.021207,0.010902,0.005792,0.02467,0.00153,-0.016405,-0.008337,0.00943,0.149114,0.016159,0.012149,-0.004558,-0.01106,-0.009662,-0.012327,-0.014011,-0.022799,0.058036,0.005862,0.026929,0.019253,-0.007639,-0.002353,0.074406,0.003553,0.009431,0.002312,0.00421,-0.012906,0.047304,-0.176375,-0.009277,-0.033548,0.018895,0.020495,-0.010023,0.007839,-0.022924,-0.001001,-0.030109,-0.01323,0.017434,-0.034117,-0.006532,0.011548,-0.01948,0.048913,-0.016761,0.003514,0.005439,0.046309,0.084328,-0.025449,0.103569,0.015722,-0.003463,-0.00357,0.003333,-0.004063,-0.001161,0.019088,0.02309,0.015538,-0.021008,0.007441,0.021465,-0.026399,0.031184,-0.04554,0.009907,0.018668,0.006162,-0.028473,0.016515,-0.00882,-0.005706,0.001302,0.001897,-0.025186,0.010601,0.026851,-0.005274,-0.018227,-0.004596,0.03345,0.01179,-0.016339,-0.009688,-0.05519,0.021745,0.016029,-0.002318,-0.007399,0.005235,-0.043569,-0.011208,-0.00911,-0.027895,-0.010895,0.004142,0.03431,-0.020136,-0.00353,0.021299,0.032282,0.122671,0.023966,0.010601,0.018374,0.011153,-0.011277,0.015858,-0.000488,-0.017422,-0.039091,0.006373,0.03308,0.003816,0.020769,-0.002801,-0.003584,0.022959,0.017702,-0.014887,-0.037931,0.028064,0.017507,0.006502,0.004396,0.028872,-0.031529,-0.007533,-0.007922,0.018722,0.010121,0.035554,0.008219,0.011584,-0.011404,-0.00288,-0.024466,0.030458,-0.021475,0.015906,-0.024594,0.035404,0.012431,0.001156,-0.030396,0.015743,0.029045,-0.048645,-0.02397,0.020566,-0.022523,0.010789,-0.022244,-0.007271,-0.042595,0.017095,0.015158,-0.012523,0.006702,-0.00242,-0.007861,-0.022372,0.020157,-0.039525,-0.009476,0.015172,-0.015537,-0.07661,0.033475,0.014567,-0.012324,0.029828,0.009581,0.016114,-0.042054,0.029569,-0.011946,-0.009579,0.035294,0.003445,-0.020658,0.004179,-0.018945,0.03091,0.023695,-0.031856,0.014664,-0.009264,0.021992,-0.026292,-0.009711,0.014069,-0.006293,-0.004787,0.019162,0.01294,0.032718,0.009498,-0.026742,-0.016345,-0.005425,0.020175,0.009233,0.011462,-0.012345,-0.01989,0.034358,0.03616,-0.022653,-0.032152,0.030147,-0.008422,0.007885,-0.030985,-0.0166,-0.032224,0.009395,-0.009271,0.019091,0.015056,0.085845,0.023492,-0.030754,0.031178,0.003932,0.011185,0.002339,0.040163,0.005821,-0.00917,-0.019602,-0.021793,0.005236,-0.044193,-0.033871,-0.012234,-0.013779,-0.00453,-0.02059,0.011043,0.007891,-0.004013,0.015301,0.014346,0.014754,0.015275,0.022139,-0.012913,-0.024571,-0.010648,-0.021417,0.004191,0.035594,-0.019926,0.008963,-0.014132,0.015058,-0.018088,-0.052222,0.001962,0.004606,-0.003078,0.003195,-0.032073,0.01455,0.040918,0.022381,0.010522,-0.025482,0.027669,0.01357,-0.000946,-0.003307,-0.005225,0.033714,-0.009126,-0.012332,0.012578,-0.017129,-0.013135,0.017061,0.002946,0.001586,0.001649,0.005112,0.112391,0.009698,0.030165,0.017133,-0.012667,0.010049,0.050336,0.024068,-0.030807,-0.017521,-0.007445,-0.038871,-0.010205,0.009509,0.015545,-0.025488,-0.030132,-0.027462,0.004356,-0.034381,0.122775,0.012786,0.006294,-0.019098,0.020571,-0.003903,-0.011451,0.015041,0.008115,-0.010334,0.033387,0.0326,-0.005311,-0.036159,0.01051,0.047446,-0.009676,0.008371,0.003635,-0.013676,0.021098,-0.028536,0.012258,-0.02787,0.028807,0.038715,0.002754,-0.004243,0.008625,0.074311,-0.005681,-0.016599,0.03252,-0.030971,0.001092,0.040817,0.008058,-0.024783,0.034605,-0.023342,0.024963,0.023322,0.018,0.003499,-0.015224,-0.02696,0.003287,0.02205,0.018023,0.018779,0.011557,-0.026316,0.03273,0.003556,-0.005252,-0.022904,-0.025239,0.001523,0.008038,0.007292,0.777312,-0.023159,0.009543,-0.003481,0.019693,0.010165,-0.002562,-0.01149,0.019675,0.012148,0.018018,-0.003987,-0.003108,0.026739,0.019187,-0.003763,0.013353,0.001333,0.024995,-0.026086,-0.011739,-0.018906,0.035077,0.040221,0.01653,0.078298,0.034149,-0.01538,-0.007965,0.013904,-0.027817,-0.006114,-0.057621,-0.008389,-0.019174,0.011709,-0.003886,0.010923,0.026887,-0.078956,0.022139,0.012035,0.022385,0.007615,0.020532,-0.029156,0.02685,-0.005065,0.01156,-0.008075,0.020402,-0.028841,-0.003662,0.056595,0.005226,-0.014261,0.00811,-0.022091,-0.009221,0.028564,-0.015708,0.000417,-0.01938,0.078415,0.041859,0.06111,0.001982,-0.006583,0.006815,0.015154,0.032751,-0.077235,0.036534,0.014834,0.012968,-0.00634,0.004362,-0.030933,-0.0168,-0.047054,0.012038,-0.070083,0.026119,0.054298,-0.0144,0.01787,-0.030127,0.028092,0.024436,-0.011385,-0.044387,0.011261,-0.027098,-0.027748,-0.004275,0.017618,0.018499,0.046818,0.002996,-0.0072,0.033892,0.001133,0.015451,0.037289,-0.04684,0.005853,-0.007633,-0.01324,0.016097,0.061,0.016862,0.030491,0.006921,-0.013701,0.016663,-0.009997,0.027688,0.011877,-0.003283,0.001043,0.01376,-0.021525,-0.002462,0.012646,-0.00594,-0.039244,-0.050195,0.048587,0.015391,-0.016046,-0.014922,-0.013158,-0.001312,-0.005874,-0.017673,-0.017684,0.016093,0.01681,0.042026,0.043773,-0.008559,0.023487,0.013359,0.024164,0.023196,0.015614,0.039478,0.028716,-0.032355,-0.013498,0.008356,0.152809,0.029032,-0.003867,-0.001008,-0.005364,0.006446,-0.015704,0.001596,-0.020512,0.053172,0.011378,0.03232,0.005769,0.010944,-0.001888,0.070009,-0.010949,0.018965,-0.008255,-0.021315,0.001867,0.026693,-0.171837,0.01033,-0.012161,0.018039,0.020036,-0.018179,-0.012118,-0.035688,0.011935,-0.024666,-0.015856,-0.014937,-0.024862,0.004534,0.026076,-0.010303,0.053084,-0.014166,0.009529,0.001261,0.031706,0.109322,-0.024495,0.093183,0.018613,-0.003208,-0.002956,-0.010531,0.012259,-0.004431,0.030088,0.053241,-0.001756,-0.043378,0.004655,0.017664,-0.020378,0.025208,-0.04007,-0.008507,0.010637,0.007716,-0.028535,0.008542,-0.021436,-0.009653,0.015752,-0.00715,-0.006632,0.028814,0.025258,-0.016522,0.00418,0.005415,0.049828,0.013651,-0.027474,0.022573,-0.065672,0.010638,0.0072,0.002915,0.008455,0.000225,-0.05019,0.001161,-0.014549,-0.041494,-0.026843,0.004738,0.041881,-0.051545,-0.016728,0.054369,0.046034,0.123584,0.004172,0.001182,-0.01662,0.024161,-0.008432,0.009453,0.011096,-0.037724,-0.031232,0.011191,0.037593,0.013147,0.010824,-0.005457,-0.014486,0.043284,0.021211,-0.027456,-0.037373,0.022196,0.002474,0.015183,0.002335,0.026251,-0.001906,0.002636,0.009464,0.007817,0.02136,0.041618,0.015498,0.009271,-0.001457,0.007788,-0.031901,0.040553,-0.00027,0.006735,-0.023185,0.048037,0.013032,0.020436,-0.045576,-0.006616,-0.007146,-0.039266,-0.030307,0.024979,-0.020647,0.021054,-0.030245,0.015312,-0.031674,0.011826,0.016502,-0.021301,0.008506,-0.009166,-0.013571,-0.0066,0.030916,-0.02933,-0.014705,-0.003353,-0.032259,-0.071884,0.00902,-0.004075,-0.010174,0.02851,0.020067,0.028652,-0.066028,0.055668,-0.040503,0.017949,0.043307,-0.008459,-0.015994,0.016649,-0.031335,0.012557,0.033501,-0.035178,0.0246,-0.007908,0.025104,-0.014789,-0.000384,0.016484,-0.009791,-0.007546,0.029676,0.005154,0.028248,0.026636,-0.02798,-0.020411,0.009179,0.022961,0.004718,0.009412,0.001108,-0.011986,0.008997,0.041985,-0.011552,-0.02677,0.018413,-0.009624,0.017256,-0.042025,-0.026887,-0.037197,-0.009615,-0.022744,0.051261,0.017772,0.060771,0.031146,-0.016345,0.066205,0.028167,-0.002291,-0.022852,0.034092,0.004864,-0.019257,-0.022331,-0.009603,0.016936,-0.036342,-0.002092,-0.009158,-0.012512,-0.003845,0.002581,0.008125,0.031068,-0.020161,0.00223,0.011054,0.004928,0.009839,0.00169,-0.023402,-0.014527,-0.033191,0.00672,-0.024159,0.02622,-0.019008,0.002122,-0.018548,0.008284,-0.025756,-0.056302,-0.016404,-0.012996,-0.001241,0.002,-0.022745,0.003688,0.029949,0.026263,0.035495,-0.017595,0.020792,0.034735,-0.019817,-0.018109,0.032094,0.030636,-0.022126,0.0054,0.023288,-0.013166,-0.0364,-0.000954,-0.003319,-0.006775,0.009737,0.043683,0.114433,0.009123,0.01119,-0.009639,-0.033642,0.008908,0.045656,0.01444,-0.01651,-0.029568,-0.000399,-0.031532,-0.008516,0.026702,-0.002334,-0.024779,-0.019911,-0.007163,0.014373,-0.032412,0.08678,0.016408,0.024549,-0.019534,0.015077,-0.003189,0.000423,0.021256,0.01134,-0.012691,0.028649,0.041894,0.006057,-0.012803,0.004054,0.046143,-0.016848,0.000805,-0.005146,-0.011144,0.007585,-0.021125,0.000155,-0.028659,0.00489,0.028909,0.009673,0.010202,-0.005573,0.064584,-0.032653,-0.030781,0.028068,-0.041818,0.011393,0.039939,0.015613,-0.014461,0.059559,-0.029764,0.032189,0.018661,0.005523,-0.000939,0.00349,-0.023728,-0.014101,0.044419,0.0197,0.027728,-0.014755,-0.029814,0.020666,0.005533,-0.018013,-0.012787,0.009334,-0.003653,0.005874,0.024574,0.751855,-0.024066,0.01428,0.007151,0.002609,0.012926,0.005181,-0.020541,0.018719,-0.000456,0.03919,-0.002396,0.01124,0.02783,0.039892,-0.01864,0.012526,0.005386,0.051215,-0.041254,-0.017449,-0.030812,0.042678,0.024787,0.010849,0.064741,0.047254,-0.014195,-0.009294,0.003578,-0.016393,-0.014318,-0.040852,-0.030068,-0.010986,0.013995,-0.009636,0.034445,0.011898,-0.078441,-0.007262,-0.009164,0.036323,0.000504,0.015285,-0.044912,0.024511,-0.005884,-0.009048,-0.004669,0.012134,-0.017121,0.008141,0.034378,0.009457,-0.011952,0.008201,-0.018465,-0.008435,0.021421,-0.031528,-0.009188,-0.007526,0.071161,0.036763,0.065324,-0.014896,0.007667,0.021216,0.012603,0.037054,-0.094963,0.03085,0.019281,0.016105,0.009853,0.010951,-0.025616,0.003484,-0.022022,0.000318,-0.068376,0.02101,0.033747,0.004347,0.01553,-0.024089,0.016374,0.036345,-0.006994,-0.027264,-0.008105,-0.002253,-0.025209,-0.001053,0.022716,0.006832,0.049607,0.026038,-0.011778,0.026941,0.025895,0.00392,0.017965,-0.048824,0.003554,-0.009548,-0.015146,0.01306,0.054892,0.005086,0.021331,-0.027493,-0.018385,0.00925,0.003508,0.016998,0.009603,0.000716,0.008741,0.007933,-0.023159,-0.007788,0.010149,0.005093,-0.0504,-0.052599,0.018411,0.017639,-0.017285,-0.012561,0.019679,-0.012658,0.005929,0.005883,-0.015948,-0.008567,0.008432,0.033949,0.026954,-0.009632,0.014282,0.016418,0.023294,0.017494,0.004405,0.016654,0.017598,-0.016296,-0.003469,0.015306,0.143867,0.011499,0.013796,-0.008425,-0.011451,0.00262,-0.012149,-0.00011,-0.021029,0.0621,0.01703,0.032023,0.022322,-0.017185,0.001654,0.075519,-0.004387,0.009809,0.008285,-0.004184,-0.018927,0.040114,-0.159878,-0.009072,-0.033743,0.020606,0.010569,-0.009967,-0.000485,-0.020515,-0.002782,-0.019823,-0.007767,0.002313,-0.036485,-0.017301,0.018141,-0.005612,0.05024,-0.020042,-0.001992,0.005318,0.04564,0.072232,-0.031735,0.094644,0.025223,-0.002631,0.005257,0.009673,0.006029,0.000256,0.02896,0.034859,0.015337,-0.011683,0.01795,0.033824,-0.032092,0.039249,-0.047255,0.005778,0.010501,0.008885,-0.017326,0.012263,-0.010626,0.00515,-0.006226,-0.003511,-0.023876,0.011911,0.032474,0.002346,-0.016633,0.006125,0.038605,0.014055,-0.012421,-0.004956,-0.055013,0.021624,0.009185,0.006508,-0.006341,0.010176,-0.039552,0.001548,-0.013469,-0.024842,0.0012,-0.000652,0.02323,-0.027149,0.001662,0.021953,0.032429,0.127735,0.009426,0.021511,0.003866,0.011194,-0.000224,0.021489,0.00583,-0.02456,-0.031203,0.011532,0.038615,-0.003107,0.017785,-0.013634,0.00036,0.037734,0.010684,-0.008572,-0.034463,0.04084,0.011419,0.014497,0.007493,0.030053,-0.018791,-0.009543,-0.009161,0.020289,0.003779,0.03444,-0.008221,0.008549,-0.024115,0.001651,-0.0227,0.032183,-0.01647,0.005091,-0.030728,0.032969,0.013898,-0.000921,-0.042016,-0.001006,0.031147,-0.039179,-0.02801,0.027261,-0.029778,0.004656,-0.02852,-0.009052,-0.036416,0.011876,0.016814,-0.018288,0.000444,-0.00647,-0.000176,-0.014773,0.017008,-0.037684,-0.014351,0.012085,-0.013163,-0.073069,0.037077,0.024017,-0.003782,0.020727,0.001612,0.025241,-0.053924,0.024552,-0.028048,-0.018425,0.036214,-0.002097,-0.02295,0.010351,-0.019712,0.037504,0.023506,-0.038879,0.010562,-0.020329,0.024833,-0.025529,-0.014736,0.027618,-0.016276,-0.016052,0.023602,0.004557,0.037453,0.015115,-0.015495,-0.029558,-0.00814,0.015967,0.008566,0.019642,-0.014611,-0.005759,0.022493,0.045659,-0.025162,-0.038848,0.020562,-0.02724,0.01106,-0.04385,-0.016372,-0.018357,0.003623,-0.021929,0.027453,0.01452,0.085682,0.020678,-0.022995,0.034421,0.008847,0.005401,-0.00389,0.038561,-0.00253,0.011998,-0.021857,-0.02729,-0.018497,-0.046878,-0.021095,-0.020428,-0.015921,-0.002695,-0.015337,0.019068,0.025184,-0.013045,0.005806,0.016964,0.009625,0.004803,0.013329,-0.015723,-0.032935,-0.025105,-0.015588,0.004244,0.033242,-0.020504,0.01252,-0.023248,0.01879,-0.017825,-0.051132,-0.014741,0.000066,0.003664,0.007346,-0.044109,0.006593,0.044796,0.01938,-0.01277,-0.02947,0.031411,0.012479,-0.013535,0.010732,-0.009217,0.03641,-0.014228,-0.009173,0.018026,-0.013524,-0.007648,0.007598,0.004564,-0.002251,0.006254,0.006818,0.112907,0.01688,0.029187,0.011746,-0.004386,0.021031,0.036825,0.022542,-0.010441,-0.015738,-0.015052,-0.055688,-0.017257,0.012541,0.000297,-0.024893,-0.03228,-0.03234,0.001209,-0.035103,0.133821,-0.001511,-0.001562,-0.021193,0.033052,-0.008677,-0.008672,0.019282,0.008067,-0.016817,0.026773,0.019948,-0.008386,-0.040726,0.019127,0.047262,-0.010864,0.007457,0.009677,0.000749,0.024395,-0.015124,0.022836,-0.038772,0.021747,0.041109,0.00544,-0.011233,0.018977,0.071315,-0.007091,-0.028413,0.04153,-0.030804,0.000844,0.043321,0.006378,-0.03108,0.03093,-0.031632,0.012976,0.023209,0.016928,-0.004883,-0.003284,-0.032938,-0.007973,0.0105,0.017025,0.015405,0.001903,-0.025967,0.027062,0.010668,-0.012674,-0.007409,-0.011502,0.001349,0.012566,0.008805,0.768533,-0.029509,0.004299,0.005435,0.017373,0.027708,-0.005028,-0.014675,0.025536,0.016198,0.01647,-0.019461,0.004965,0.01858,0.03342,-0.014761,0.009386,0.006209,0.046294,-0.025053,-0.017179,-0.033512,0.033357,0.04884,0.007555,0.086362,0.030517,-0.021713,-0.002928,0.003314,-0.01138,-0.000085,-0.065062,-0.006921,-0.019016,0.007952,-0.017584,0.024366,0.00891,-0.083355,0.008101,0.021755,0.028984,0.009948,0.015581,-0.023528,0.031821,-0.009835,-0.000993,-0.008399,0.036189,-0.027676,-0.014329,0.048192,0.004128,-0.011356,0.008506,-0.030631,-0.004642,0.025583,-0.0239,0.006328,-0.006502,0.078339,0.041968,0.062707,-0.003801,0.010525,-0.003388,0.015483,0.043828,-0.0947,0.020562,0.018277,0.016046,-0.003189,-0.010434,-0.027101,-0.003019,-0.023113,0.018684,-0.078401,0.029354,0.037504,-0.003646,0.019391,-0.025922,0.015705,0.035945,-0.010788,-0.033988,0.003206,-0.020264,-0.025181,-0.00063,-0.005553,-0.000408,0.051148,0.008152,-0.006074,0.040841,0.028784,0.009684,0.020857,-0.049117,0.012722,0.006913,-0.001251,0.025243,0.054873,-0.002736,0.003708,-0.003742,-0.014693,0.005559,0.004313,0.009714,0.008231,-0.003225,0.009686,0.012132,-0.013391,-0.010089,0.006904,0.001461,-0.044678,-0.051252,0.023982,0.020493,-0.006515,-0.009107,0.017102,-0.011718,0.002903,0.005864,-0.019495,-0.003701,-0.001118,0.042287,0.026856,-0.012588,0.016239,0.013261,0.021365,0.005753,0.003424,0.012143,-0.001297,-0.017526,-0.005192,0.018567,0.15981,0.012349,0.004877,-0.014101,-0.008237,-0.002547,-0.008642,-0.004647,-0.03393,0.063246,0.011623,0.027587,0.015533,0.003293,0.005073,0.074228,-0.002665,0.009404,0.000861,0.005006,-0.002826,0.042859,-0.166131,-0.000279,-0.022482,0.015987,0.014653,-0.0057,0.004498,-0.028298,-0.003181,-0.032431,-0.00767,0.024347,-0.032583,-0.005287,0.020284,-0.0164,0.046385,-0.021903,0.015999,0.007171,0.038069,0.092743,-0.018681,0.113953,0.014988,0.013006,-0.009164,-0.00567,-0.002705,0.00883,0.027589,0.030972,0.012883,-0.012862,0.008891,0.010074,-0.027165,0.029142,-0.044273,-0.009978,0.011837,0.010818,-0.031658,0.016068,-0.015692,0.000477,-0.004128,-0.007774,-0.025232,0.016048,0.023853,-0.007518,-0.010312,-0.004814,0.034975,0.005979,-0.016965,-0.006076,-0.056051,0.016008,0.006495,0.005553,-0.011755,0.012431,-0.04058,-0.012315,-0.011369,-0.027304,-0.015488,0.009344,0.026821,-0.034732,-0.008809,0.024676,0.029383,0.122722,0.018635,0.014116,0.017663,0.010633,0.001889,0.002976,-0.006203,-0.015338,-0.040804,0.021423,0.041067,0.015364,0.015113,-0.002991,0.008225,0.030662,0.010991,-0.006119,-0.040517,0.029625,0.008972,0.020668,0.019859,0.037437,-0.027385,-0.000838,-0.008782,0.023273,0.009867,0.03791,0.007305,0.001963,-0.009539,0.002358,-0.024544,0.030155,-0.021484,0.012655,-0.024156,0.038653,0.001001,-0.00211,-0.024753,0.012004,0.023644,-0.056085,-0.020696,0.02937,-0.033229,0.01126,-0.028751,-0.006018,-0.035073,0.013925,0.016117,-0.011909,0.014009,-0.004136,-0.010057,-0.022054,0.023375,-0.041085,-0.009938,0.018176,-0.020697,-0.069258,0.037145,0.007008,-0.008293,0.012217,0.007917,0.01414,-0.041315,0.041759,-0.027241,-0.028538,0.038632,0.006582,-0.021857,0.00263,-0.022666,0.024614,0.034897,-0.029989,0.017949,-0.003505,0.027419,-0.014657,-0.000391,0.020061,0.005495,0.004913,0.021791,0.013912,0.034754,0.011446,-0.023073,-0.017736,-0.009541,0.01528,0.017572,0.014414,-0.009902,-0.01767,0.032755,0.03456,-0.022115,-0.029936,0.034558,-0.008645,0.006566,-0.035522,-0.027163,-0.017265,0.008862,-0.016372,0.032328,0.016711,0.079436,0.022842,-0.022247,0.030339,0.002415,-0.000697,-0.00992,0.033583,0.007396,-0.004131,-0.022429,-0.023083,0.009202,-0.045412,-0.021784,-0.019755,-0.010517,0.002645,-0.0127,0.016364,0.005156,0.00161,0.011539,0.016422,0.009905,0.02251,0.018471,-0.01543,-0.026678,-0.01972,-0.011126,-0.00917,0.028598,-0.026963,0.010689,-0.003566,0.018748,-0.021323,-0.045635,-0.004912,0.005189,-0.003258,0.009844,-0.031853,0.002384,0.04987,0.019873,0.004599,-0.031848,0.021602,0.025871,-0.014904,0.005503,-0.002186,0.021829,-0.012668,-0.009407,0.017509,-0.012665,-0.016738,0.013493,0.004422,-0.001512,-0.000745,0.010675,0.111685,0.00947,0.02507,0.005762,-0.021199,0.006287,0.046531,0.001638,-0.028181,-0.009835,-0.008672,-0.042454,-0.011608,-0.000246,0.005846,-0.027415,-0.041026,-0.02702,0.011355,-0.030769,0.122584,0.015932,0.005432,-0.013395,0.015072,-0.00201,-0.020515,0.015448,0.016322,-0.02261,0.03383,0.030193,-0.003567,-0.027475,0.007263,0.034768,-0.018427,0.018445,0.001435,-0.008172,0.014694,-0.032382,0.020659,-0.025637,0.022034,0.04117,0.000404,-0.013808,0.006356,0.074078,-0.025289,-0.034821,0.025521,-0.028426,-0.004908,0.041912,0.008436,-0.030015,0.040108,-0.030782,0.024296,0.030565,-0.003855,-0.002561,-0.013802,-0.01553,-0.00374,0.0056,0.026947,0.008113,0.013979,-0.024592,0.026848,0.002393,-0.01255,-0.021519,-0.020015,0.01247,0.011732,0.0073,0.772065,-0.030099,0.013729,-0.001749,0.008765,0.010503,-0.00174,-0.012614,0.03164,0.012693,0.020977,-0.006875,0.008827,0.032707,0.025974,-0.008643,0.012055,-0.00077,0.033155,-0.025613,-0.014931,-0.018526,0.029506,0.031123,0.020008,0.069144,0.028711,-0.021834,-0.011569,0.000334,-0.035466,0.002126,-0.055783,-0.01364,-0.023228,0.020802,-0.004911,0.008898,0.02434,-0.080599,0.019874,0.020111,0.020819,0.01168,0.022016,-0.026864,0.026256,-0.00255,0.003893,-0.015595,0.024066,-0.031264,-0.013232,0.04942,0.011957,-0.010527,0.006774,-0.011826,-0.005088,0.025394,-0.026245,-0.001545,-0.02907,0.082725,0.039829,0.072905,-0.009136,-0.000818,0.015675,0.008384,0.03871,-0.078654,0.037735,-0.006874,0.011579,0.000193,0.008896,-0.032493,-0.012509,-0.051996,-0.004022,-0.060604,0.019003,0.045795,0.000591,0.009416,-0.042851,0.027359,0.021314,-0.006905,-0.043887,0.006584,-0.011432,-0.027793,0.007258,0.015432,0.006552,0.063011,0.007119,0.008832,0.034202,-0.003062,0.012883,0.026723,-0.040214,0.010663,-0.016429,0.006773,0.033026,0.052848,0.01238,0.040561,0.005121,-0.005263,0.009605,0.002051,0.027347,0.000851,0.006678,-0.009172,0.023531,-0.026329,-0.00223,0.00012,-0.00655,-0.051117,-0.051424,0.053709,0.026871,-0.027646,-0.009768,-0.006412,-0.014714,-0.020837,-0.011697,-0.01795,0.010529,0.003805,0.0513,0.035361,-0.01044,0.018697,0.001143,0.014896,0.019618,0.01156,0.029325,0.03187,-0.019247,-0.023193,0.01133,0.135243,0.031641,0.006363,0.011657,0.005247,0.004692,-0.021493,-0.019093,-0.002136,0.058566,0.019028,0.034062,0.000208,0.002736,0.01329,0.070258,-0.016469,0.011803,-0.008991,-0.01628,-0.001974,0.025683,-0.147154,0.003684,-0.025511,0.002428,0.032584,-0.022475,-0.032176,-0.030549,0.019943,-0.028374,-0.016828,-0.019401,-0.026449,-0.006879,0.032765,-0.019264,0.061882,-0.020323,0.008804,0.001939,0.031942,0.10254,-0.01807,0.077083,0.02504,-0.001815,0.01784,-0.001492,0.004378,0.007056,0.024696,0.048202,0.005022,-0.045074,0.011903,0.026615,-0.03103,0.016326,-0.030605,-0.015045,0.015261,-0.010033,-0.029356,0.009222,-0.010523,0.000321,0.007086,-0.006102,-0.017061,0.0235,0.022468,-0.006484,0.01331,0.001683,0.049859,0.004455,-0.023521,0.012922,-0.04736,0.013056,-0.005427,0.002324,0.008218,0.002519,-0.042501,0.000798,-0.01257,-0.049679,-0.013902,0.013556,0.035205,-0.052886,-0.013583,0.047857,0.039868,0.133764,-0.005052,0.006306,-0.013203,0.025253,-0.011425,-0.001619,-0.005518,-0.02715,-0.053576,0.004847,0.023605,0.021792,0.007622,-0.015817,-0.01856,0.054823,0.037416,-0.016704,-0.053049,0.01338,0.000752,0.007012,0.008003,0.022309,0.014387,-0.004132,0.021183,0.00479,0.017301,0.046126,0.010103,0.009017,-0.009136,0.006181,-0.035995,0.028985,-0.004472,0.00122,-0.013411,0.052586,0.013937,0.004743,-0.055667,-0.005768,-0.011432,-0.031277,-0.030865,0.021425,-0.019203,0.014603,-0.021765,0.021258,-0.02549,0.004309,0.023701,-0.010739,0.001181,-0.013846,-0.000324,-0.00841,0.033664,-0.024158,0.001305,-0.01278,-0.033667,-0.091167,0.00858,-0.000857,-0.00795,0.025086,0.026525,0.039598,-0.064282,0.048685,-0.036527,0.014253,0.037198,0.0022,-0.022997,0.017552,-0.044411,0.008143,0.034112,-0.026253,0.011501,-0.003711,0.016696,-0.019189,0.001102,0.015121,-0.013607,-0.017985,0.025228,0.01284,0.023126,0.03458,-0.015249,-0.020342,0.000351,0.022539,0.002583,0.003488,-0.006872,-0.01974,-0.002356,0.040696,-0.022779,-0.037231,0.013121,-0.016566,0.015108,-0.041117,-0.030062,-0.030322,-0.007422,-0.014826,0.044198,0.027136,0.065894,0.030825,-0.016163,0.076484,0.034553,0.00108,-0.011392,0.031423,0.013042,-0.020828,-0.017754,-0.016365,0.004962,-0.043569,-0.014419,-0.001941,-0.006576,0.011045,-0.004574,0.004589,0.043659,-0.014845,-0.008422,0.00089,-0.002632,0.010909,0.019104,-0.016921,-0.007778,-0.013306,0.027511,-0.019846,0.036659,-0.017118,-0.000504,-0.013654,0.015309,-0.035153,-0.050098,-0.032801,-0.013447,0.009692,0.008374,-0.027003,-0.004925,0.026771,0.03328,0.04589,-0.00645,0.022043,0.031567,-0.025098,-0.013252,0.02202,0.054914,-0.011555,0.023548,0.014749,-0.020495,-0.023764,0.003717,0.008943,-0.000026,0.002905,0.041786,0.114625,-0.000972,0.011811,-0.015554,-0.035537,0.023799,0.035711,0.017406,-0.010164,-0.017828,-0.006173,-0.015779,-0.024441,0.027992,-0.009165,-0.019119,-0.026496,-0.005045,0.005705,-0.038923,0.107132,0.006696,0.007635,-0.029058,0.018919,-0.000178,0.00715,0.012815,0.00018,-0.025784,0.042979,0.039123,-0.014007,-0.006046,0.012029,0.052501,-0.026673,-0.010562,-0.020112,-0.000673,0.001205,-0.029757,0.005867,-0.017934,-0.002163,0.02191,0.017452,0.003253,-0.010475,0.055456,-0.027667,-0.030522,0.029258,-0.035151,0.00349,0.029234,0.024982,-0.028475,0.049523,-0.021618,0.041274,0.012174,0.000493,-0.018312,0.009058,-0.046469,-0.011441,0.04116,0.01759,0.037658,-0.015676,-0.020397,0.016863,0.007068,-0.021499,-0.027188,0.011226,-0.021815,0.015254,0.029054,0.750518,-0.011385,0.007416,0.001121,-0.008083,0.023794,-0.007499,-0.018624,0.007702,0.00324,0.024923,0.006341,0.001994,0.032298,0.043078,-0.028496,0.027664,0.016459,0.047393,-0.034098,-0.030225,-0.033316,0.043242,0.035352,-0.000059,0.071574,0.036331,-0.010929,-0.005912,-0.013546,-0.022988,-0.014002,-0.029123,-0.025099,-0.012632,0.014658,-0.013833,0.037499,0.018968,-0.08136,-0.014533,0.004412,0.047084,-0.005289,0.007466,-0.060282,0.020777,-0.001474,0.006466,0.008786,0.022379,-0.017533,-0.015435,0.036471,0.002831,-0.00648,0.00617,-0.005122,-0.00054,0.016314,-0.026893,-0.016551,-0.002334,0.062774,0.04612,0.05577,-0.010465,0.008888,0.013839,0.018462,0.055763,-0.070468,0.020259,0.013274,0.014608,-0.020967,0.002239,-0.032767,-0.018763,-0.037175,0.007312,-0.081721,0.026102,0.048053,0.008798,0.010255,-0.045555,0.007514,0.0163,-0.001454,-0.073549,0.017133,-0.01681,-0.028197,0.01129,0.00276,0.005438,0.029741,0.000818,0.005573,0.03411,0.007512,-0.008463,0.01212,-0.043227,-0.006025,-0.010087,-0.045871,0.002389,0.068108,0.014151,0.028794,-0.004395,-0.013376,-0.000044,-0.000463,0.031473,0.022527,0.000628,0.013054,-0.013887,-0.003907,0.004075,0.005834,0.006105,-0.040232,-0.054116,0.021512,0.006028,-0.006145,0.030706,0.00142,-0.022791,-0.000711,-0.023047,-0.022561,0.019505,0.005808,0.032657,0.048256,-0.007891,0.008256,0.00897,0.027639,0.035478,0.002434,0.018518,0.022405,-0.012589,0.002726,0.021059,0.181977,0.028991,-0.023404,0.009173,-0.004751,0.012368,-0.010511,-0.004925,-0.035442,0.042934,0.019359,0.031072,0.012692,-0.006398,-0.003075,0.070925,-0.007304,0.024303,-0.007115,-0.017189,0.013666,0.031428,-0.145608,-0.002839,-0.027354,0.012541,0.014075,-0.010394,-0.008756,-0.006628,-0.012518,-0.045845,-0.024431,-0.00389,-0.031051,0.005289,0.025148,-0.010968,0.04246,-0.022717,-0.009535,0.016856,0.029449,0.098748,-0.022228,0.098411,0.01862,0.009606,-0.002679,0.015008,0.015619,-0.001192,0.025094,0.038096,0.002752,-0.025827,-0.011898,0.009835,-0.047781,0.0316,-0.02641,-0.015737,0.016967,-0.008776,-0.030461,0.021839,-0.025283,0.003224,0.012016,-0.025738,-0.020818,0.018732,0.012886,0.001397,0.006572,-0.007521,0.048503,0.00028,-0.001927,0.005329,-0.058765,0.024333,0.014595,0.006621,0.005266,-0.01441,-0.046789,-0.002901,-0.029161,-0.023231,-0.005178,0.017797,0.034087,-0.03322,-0.029356,0.031556,0.026225,0.15108,0.007589,0.013296,-0.01179,0.01068,-0.005359,0.007496,-0.01318,-0.035168,-0.001367,0.012642,0.047534,0.009448,0.022322,-0.006929,-0.011765,0.022511,0.009541,-0.028098,-0.029109,0.021032,0.005217,0.019495,0.011799,0.017984,-0.005821,0.006652,-0.009113,0.021673,0.012193,0.026694,0.009835,-0.002525,-0.01911,0.002996,-0.034385,0.034143,-0.007807,0.000211,-0.013084,0.06071,0.004214,0.010132,-0.048447,-0.019632,-0.005591,-0.039989,-0.009959,0.025947,-0.020935,0.020199,-0.018786,-0.002196,-0.040636,-0.01071,0.031089,-0.021139,0.006995,-0.014837,0.001355,0.003855,0.022894,-0.027425,-0.006074,0.02228,-0.050753,-0.055188,0.017329,-0.000497,0.006903,0.028555,0.013267,0.022886,-0.048339,0.035612,-0.025155,0.008332,0.038497,-0.024471,-0.017321,0.00319,-0.029124,0.022871,0.03215,-0.029728,0.030386,-0.013395,0.030843,-0.011131,-0.00897,0.024283,-0.022593,-0.005696,0.031038,0.014258,0.024333,0.020618,-0.039569,-0.022703,0.018633,0.015849,0.000747,0.012203,0.009215,-0.012301,0.020975,0.009909,-0.018307,-0.031162,0.040037,-0.010392,0.008053,-0.021495,-0.026229,-0.010495,-0.008398,-0.025965,0.042731,0.00197,0.102931,0.034482,-0.015853,0.047992,0.02886,-0.003777,-0.023502,0.016043,0.010182,0.016134,-0.012968,0.011442,0.026869,-0.045856,-0.004518,-0.023252,-0.007502,-0.004585,0.001201,0.013839,0.01917,-0.019067,0.005688,0.009048,0.021723,-0.019613,0.005151,-0.031439,-0.004654,-0.033614,0.001507,-0.021557,0.023872,-0.019971,0.010313,-0.004515,0.003437,-0.022022,-0.063023,-0.015085,-0.010656,-0.000586,-0.001147,-0.036832,-0.016838,0.021724,0.021468,0.000663,-0.038192,0.016735,0.031442,-0.041227,0.011806,0.058443,0.006343,-0.032668,0.012055,0.019953,-0.02821,-0.014769,0.002748,-0.014261,-0.014389,-0.001287,0.028939,0.117896,0.009632,-0.007867,-0.017807,-0.026624,-0.006485,0.033088,0.022498,-0.016224,-0.022462,-0.00654,-0.024361,-0.006521,0.015457,-0.007656,-0.012555,-0.009654,0.004578,0.002266,-0.017022,0.068812,0.020323,0.001949,-0.024892,-0.018261,-0.008941,-0.014116,0.009149,0.033299,-0.010466,0.029857,0.034266,0.023704,-0.003339,0.015545,0.049316,-0.00957,0.006279,-0.002101,-0.024585,0.005342,-0.023129,0.015355,-0.047123,0.006952,0.023226,-0.002012,0.004247,-0.008458,0.064255,-0.048797,-0.048757,0.031428,-0.042316,0.01649,0.051822,-0.00061,-0.016357,0.034695,-0.029952,0.034186,0.011594,-0.005152,-0.017039,0.001095,-0.020718,-0.010985,0.034897,0.000336,0.015563,-0.00575,-0.026285,0.027135,0.004402,-0.006075,-0.007316,-0.007448,0.018876,0.014269,0.023274,0.76047,-0.027731,0.020877,0.013511,-0.000854,0.024523,0.00047,-0.031789,0.031929,0.012469,0.031852,-0.007393,-0.000467,0.017221,0.024349,-0.024555,0.012586,0.003223,0.032104,-0.025985,-0.026444,-0.032296,0.034677,-0.004859,0.007259,0.041419,0.025769,-0.032231,-0.006046,0.002614,-0.009317,-0.011652,-0.04271,0.001937,-0.043566,0.014002,-0.018531,0.016715,0.002309,-0.083539,0.007343,-0.009636,0.016574,-0.015495,0.015653,-0.029302,0.030606,0.01038,-0.005437,-0.00687,0.007045,-0.017885,0.01647,0.037226,0.007792,-0.013938,0.011436,-0.02161,-0.005115,0.020357,-0.02535,-0.006893,-0.006222,0.088038,0.034507,0.03338,-0.015212,0.014426,0.032766,0.012159,0.034232,-0.085297,0.021375,0.00901,-0.000884,0.009883,0.023136,-0.029107,-0.011759,-0.011541,0.01512,-0.066804,0.006304,0.007015,0.011137,-0.011445,-0.064946,0.006763,0.00627,-0.00599,-0.058712,0.015221,0.002991,-0.020028,0.009804,-0.005911,0.007309,0.042193,-0.001285,0.012159,-0.004431,0.003764,0.011503,-0.003732,-0.064418,-0.007894,0.018752,0.017983,0.017251,0.025112,0.007817,-0.007824,-0.010352,-0.026516,-0.01572,-0.011585,0.004362,-0.010179,0.013971,0.013071,0.022979,-0.02393,0.013623,-0.00743,0.029421,-0.041457,-0.054406,0.041841,0.024679,-0.020301,-0.006503,0.015523,-0.02106,-0.013507,-0.028387,-0.019991,0.012096,0.002599,0.036747,0.026571,0.021625,0.008636,0.01525,0.002417,0.02639,0.021852,0.018294,0.02924,-0.01116,0.000537,0.015526,0.151849,0.008306,-0.018423,-0.002018,-0.006069,0.000517,0.002288,-0.03824,-0.015638,0.060503,0.003601,0.028223,0.01705,-0.010009,-0.011188,0.058829,0.009142,0.013264,-0.013195,0.00147,-0.018929,0.017218,-0.209186,0.00935,-0.060602,0.001066,0.019274,-0.011634,-0.00563,-0.019965,-0.007975,-0.021196,-0.012904,-0.020611,-0.039028,-0.019999,0.020973,-0.014267,0.05065,-0.027725,0.013271,-0.009925,0.037553,0.073954,-0.010183,0.094811,0.028857,0.005438,0.007559,0.016263,0.027676,-0.009151,0.001387,0.022964,-0.01073,-0.039442,-0.013328,-0.006177,-0.049916,0.047235,-0.044964,0.016075,0.020326,-0.008209,-0.025418,0.000796,-0.005219,-0.004136,0.02477,-0.028831,-0.012089,0.008674,0.02801,-0.033872,-0.004285,-0.034177,0.038953,0.001501,-0.029116,0.005218,-0.025531,0.002072,0.016015,0.009353,0.00058,-0.0059,-0.048776,0.020163,-0.016866,-0.028256,0.039616,-0.001638,0.037224,-0.018208,0.017136,0.031232,0.04169,0.153779,0.037097,0.024943,0.009543,0.006382,0.009451,-0.001492,-0.011288,-0.032082,-0.040517,0.017872,0.028495,0.011668,-0.005675,-0.025791,-0.01678,0.046071,0.001841,-0.010468,-0.046758,0.026617,0.03217,0.007604,0.01181,0.025639,0.000311,-0.003384,0.002667,0.016142,0.029234,0.032883,0.009491,0.039674,-0.000291,-0.005483,-0.015608,0.028896,-0.027295,0.007705,-0.029729,0.045239,-0.011688,-0.003816,-0.039686,0.017595,-0.007304,-0.039907,0.004814,0.012715,-0.010289,0.012947,-0.009489,0.008871,-0.03769,0.022998,0.007712,-0.001632,-0.012299,-0.002706,-0.021588,0.009737,0.00681,-0.018111,-0.022429,0.002987,-0.039083,-0.131737,0.007597,-0.004709,0.014767,0.019088,0.026028,-0.008493,-0.091624,0.059784,-0.015195,0.039805,0.007075,-0.002776,-0.018817,0.032141,-0.008094,0.047292,0.029706,-0.000567,0.001759,-0.000626,0.026089,0.010847,-0.022577,0.019283,-0.028666,-0.009358,-0.014426,0.012433,0.007964,-0.004879,-0.021819,-0.002574,0.00855,0.022078,0.012987,0.015628,-0.016972,-0.018162,-0.008646,0.023776,-0.029491,-0.038356,-0.006051,-0.027271,0.010023,-0.028256,-0.02972,-0.044357,0.020148,0.014647,0.019801,0.017677,0.107421,0.022302,-0.023104,0.050319,0.001426,0.005943,-0.033668,0.019505,-0.011421,-0.006202,-0.025315,-0.019217,-0.000897,-0.040691,-0.027482,0.002972,-0.022354,0.002272,-0.000252,0.00707,0.006103,-0.01326,0.01417,0.008269,0.008268,0.011924,0.018865,-0.013353,-0.002337,-0.024323,-0.00783,0.012352,0.048583,-0.023698,-0.002396,-0.02809,0.010243,-0.038671,-0.039423,-0.00462,-0.001675,-0.000297,0.008795,-0.047945,0.009499,0.020088,0.016118,0.015016,-0.015196,0.019513,-0.001345,-0.029518,0.00143,0.001409,0.017053,-0.006876,-0.0337,0.010511,-0.035289,-0.026402,0.02228,-0.000261,0.0042,0.01626,0.002195,0.109523,0.016926,0.010986,-0.005828,-0.018474,0.015408,0.039151,0.059591,-0.033688,-0.015405,-0.023953,-0.021376,-0.028059,0.041114,0.004798,0.005502,0.014016,-0.009089,-0.010054,-0.032769,0.117279,0.0156,-0.001289,-0.026225,0.017058,-0.002431,-0.012902,0.013235,-0.010711,0.008278,0.007163,0.052806,-0.012279,-0.007649,0.008925,0.021615,-0.02611,-0.004213,0.012256,-0.00127,0.032987,-0.046423,-0.034807,-0.025615,0.013676,0.024757,-0.002779,0.003064,0.002566,0.067394,0.012046,-0.021387,0.027638,-0.028236,0.015436,0.015042,0.022927,-0.012651,0.025622,-0.002885,0.032924,0.00542,0.009125,-0.032811,0.015145,-0.043911,-0.022323,0.044023,-0.010213,0.004338,-0.020916,-0.007455,0.030431,0.015885,0.011406,-0.011733,-0.001944,-0.027443,0.009369,0.007458,0.743486,-0.017244,0.009916,0.001616,0.014366,-0.005914,0.026775,-0.006221,0.012954,-0.017388,0.002062,-0.006999,0.009626,0.022569,0.015583,-0.00361,0.034395,-0.026639,0.020387,-0.041839,-0.042023,-0.025193,0.024378,0.016679,0.008889,0.05577,-0.010583,-0.011209,-0.002673,0.036477,-0.029606,-0.010801,-0.032455,-0.031868,-0.011634,0.009402,-0.030367,0.02041,0.024154,-0.086979,-0.006151,0.016899,0.024675,-0.014659,0.00032,-0.019835,0.006659,0.0251,0.029297,-0.007243,0.004186,-0.011895,0.008489,0.053863,-0.005663,-0.007443,0.00425,-0.037728,-0.004203,-0.003566,0.020542,-0.01231,-0.021822,0.046394,0.029148,0.059522,-0.000076,-0.000664,0.011755,0.009474,0.037628,-0.083152,0.031618,0.027874,-0.00034,-0.015365,0.02513,-0.000552,-0.019065,-0.033117,0.008993,-0.070713,0.027791,0.032706,0.013024,-0.003858,-0.064455,0.004509,0.0044,-0.001264,-0.079674,-0.006887,-0.024506,-0.017735,0.020224,-0.007186,-0.010435,0.046333,0.015653,0.010971,0.020047,0.009206,-0.01246,0.007883,-0.063514,-0.017506,0.002041,-0.000745,0.017771,0.049256,0.014411,0.02651,0.005271,-0.027409,0.010634,-0.014684,0.031258,0.00799,-0.00557,0.004794,-0.001683,-0.023493,-0.002622,0.001977,0.015251,-0.057716,-0.039847,0.025459,0.002965,-0.023043,0.002358,-0.004389,-0.02159,-0.002574,-0.023966,-0.018736,0.002413,0.008438,0.021544,0.048598,0.006346,0.008317,0.004565,0.016608,0.01871,0.00573,0.020304,0.025159,-0.008813,0.000472,0.027426,0.161922,0.001412,-0.01563,-0.002821,-0.008274,0.009494,-0.014512,-0.01524,-0.01325,0.037783,0.010906,0.0344,0.022538,0.007296,-0.000361,0.069565,0.006583,0.002326,0.010187,-0.006404,-0.0054,0.033192,-0.187401,-0.01028,-0.023571,0.008016,0.011835,-0.006893,0.009719,-0.003763,-0.009559,-0.035158,-0.017645,-0.000827,-0.033579,0.004296,0.000043,-0.008663,0.051879,-0.031767,0.005728,-0.000924,0.037669,0.084541,-0.028645,0.101696,0.014308,0.006293,0.016816,-0.006333,0.017446,-0.011601,0.006209,0.033821,-0.009701,-0.040512,-0.018295,-0.001168,-0.062174,0.04247,-0.021489,-0.005081,0.025231,0.0032,-0.026682,0.020756,-0.012022,-0.006948,-0.004172,-0.025004,-0.012487,0.015779,0.021176,-0.018272,0.003495,-0.005428,0.0434,0.002943,0.000477,0.005701,-0.043148,0.017645,0.005149,0.010568,0.00887,-0.010087,-0.049026,-0.007026,-0.020269,-0.021888,0.005833,0.007413,0.019618,-0.038941,-0.022895,0.04445,0.03912,0.122161,0.01151,0.017798,-0.008328,0.002289,-0.000479,0.012841,-0.011833,-0.041143,-0.028055,0.021376,0.02749,0.017543,0.008581,-0.002608,-0.007291,0.024918,0.006601,-0.020029,-0.029571,0.032937,0.017856,0.02176,0.011407,0.029121,-0.019536,-0.001679,-0.002398,0.018801,0.019308,0.033268,0.007036,-0.007116,-0.000736,-0.002625,-0.037592,0.024599,-0.026374,-0.001589,-0.02574,0.049946,-0.002708,0.006254,-0.05684,-0.002834,0.001389,-0.031726,-0.003255,0.023126,-0.015225,0.013046,-0.022391,-0.006617,-0.031825,0.002277,0.000646,-0.014578,-0.002739,-0.015893,-0.003828,-0.009982,0.00618,-0.027418,-0.007803,0.016659,-0.048407,-0.094098,0.012989,0.000016,0.016038,0.024794,0.033563,0.022715,-0.070008,0.021423,-0.023148,0.02094,0.019287,-0.031517,-0.025944,0.022787,-0.021433,0.021403,0.054013,-0.022877,0.0158,-0.014976,0.036916,-0.010806,-0.021289,0.030987,-0.015783,-0.021286,0.024359,0.008964,0.015497,0.006616,-0.030455,-0.016783,0.000908,0.021181,-0.001117,-0.000285,-0.004174,-0.007923,0.010447,0.024833,-0.009521,-0.034618,0.025339,-0.021486,0.004084,-0.037357,-0.037621,-0.022628,0.0054,-0.023903,0.036112,0.010991,0.10111,0.011173,-0.018668,0.043739,0.014088,0.001342,-0.020502,0.020483,0.02797,-0.003699,-0.013455,-0.026964,0.028259,-0.035676,-0.003239,-0.025703,-0.008148,-0.001738,0.002889,-0.002499,0.013986,-0.010022,0.008902,0.010344,0.012454,-0.007662,0.013139,-0.024127,-0.014741,-0.026053,-0.002694,-0.005733,0.039483,-0.028619,0.00568,0.005633,0.026566,-0.02756,-0.049255,0.000821,-0.006993,0.007921,0.006404,-0.041435,-0.011561,0.033491,0.021594,0.016209,-0.016498,0.02985,0.022549,-0.027449,-0.004776,0.00704,0.018223,-0.023322,-0.008752,0.023085,-0.032342,-0.015799,0.021219,-0.00751,-0.001469,0.00601,0.008184,0.113162,0.005842,0.00837,-0.01186,-0.038526,0.013223,0.040771,0.038146,-0.026371,-0.010379,0.000162,-0.01778,-0.024035,0.036019,-0.0232,0.004282,-0.012873,-0.011114,-0.00563,-0.008165,0.121685,0.009075,-0.009241,-0.01381,0.007087,0.003346,-0.009986,0.000202,0.02373,-0.008589,0.04662,0.041978,0.005183,-0.01184,0.009663,0.039482,-0.012245,0.016098,0.005903,-0.026617,0.008135,-0.033275,0.010761,-0.031859,0.000974,0.024749,0.007581,0.007805,0.006052,0.07053,-0.033427,-0.039941,0.043778,-0.032749,0.023405,0.042439,0.013138,-0.022582,0.018215,-0.020173,0.035213,0.024497,-0.000688,-0.027568,-0.011072,-0.02587,-0.010302,0.052467,0.000892,0.022947,-0.010223,-0.005043,0.024299,0.011351,-0.007304,-0.010824,-0.019627,-0.006617,0.009684,0.010405,0.764033,-0.021773,0.011404,-0.000554,0.00929,0.012879,0.001949,-0.022955,0.026799,-0.001336,0.014238,-0.018904,0.000103,0.021755,0.021654,-0.018607,0.016576,0.001665,0.025837,-0.034414,-0.025502,-0.03018,0.036421,0.010998,0.011741,0.050465,0.019315,-0.032256,0.00138,0.013164,-0.006454,0.006405,-0.032937,-0.028029,-0.017979,0.017537,-0.020386,0.020435,0.004338,-0.08292,0.019092,0.012826,0.02561,-0.014806,0.002885,-0.027566,0.020882,0.008541,-0.001988,-0.008469,-0.000761,-0.002876,0.005535,0.043207,0.002764,-0.008589,0.006317,-0.027161,-0.013826,0.013967,0.005348,-0.007259,-0.024609,0.07572,0.024067,0.037244,-0.006323,-0.003577,0.026289,0.019165,0.021841,-0.08584,0.037573,0.008166,0.013516,-0.014723,0.001744,-0.034941,0.012422,-0.029804,-0.007557,-0.061952,0.027556,0.044173,-0.012399,-0.008616,-0.032356,0.004731,-0.004335,0.00303,-0.039549,0.008169,0.013501,-0.016629,0.027555,0.00525,0.000471,0.049357,-0.011901,-0.004998,0.021191,0.007303,-0.007373,0.020278,-0.068027,0.00241,-0.00056,-0.008916,0.000047,0.049898,0.011006,0.009187,-0.028127,-0.011237,0.000233,0.008979,0.01431,0.004923,0.005205,0.012975,0.01118,-0.007176,0.005679,0.004604,-0.003474,-0.047109,-0.033293,0.017418,0.002755,-0.025989,-0.009197,-0.004743,-0.013684,-0.019622,-0.003762,-0.007067,-0.009291,0.006367,0.031496,0.021834,0.00047,0.020629,0.023066,0.017918,0.006101,0.016425,0.018966,0.034493,-0.005001,-0.015568,0.013096,0.165935,0.023799,-0.007946,-0.001022,0.007644,0.001476,-0.013865,-0.010585,-0.028571,0.023618,0.005266,0.024205,0.03952,0.001298,0.000421,0.077386,-0.006754,0.027477,-0.009052,-0.007266,-0.021869,0.028512,-0.182962,-0.006895,-0.031995,0.012607,-0.002649,-0.007686,-0.02494,-0.011893,0.018005,-0.031592,-0.021361,-0.011127,-0.028238,-0.008143,0.001643,-0.013191,0.06228,0.018786,-0.017215,-0.000418,0.038499,0.080926,-0.044445,0.108831,0.018226,0.005899,0.003758,-0.003072,-0.003117,0.003634,0.004697,0.044156,0.021204,-0.022044,-0.025333,0.033886,-0.027795,0.032261,-0.037752,0.0161,0.032577,0.013662,-0.021816,0.00224,-0.035722,0.001951,0.000164,0.005585,-0.012557,0.011418,0.023411,0.008541,-0.001527,0.004516,0.039409,0.027111,-0.014808,0.02329,-0.036321,0.019696,0.021462,0.009583,-0.009744,0.008383,-0.051393,-0.005379,-0.017199,-0.029237,0.002214,0.026641,0.019789,-0.028381,-0.012634,0.011313,0.037836,0.084141,0.026525,0.03466,-0.005878,0.032079,-0.021431,0.016069,0.01717,-0.019153,-0.031454,0.009387,0.028905,0.00234,0.032119,-0.014085,-0.010484,0.023657,0.0312,-0.049413,-0.046016,0.017782,0.009498,0.037723,0.016861,0.034546,-0.012867,-0.007942,0.005138,0.009604,0.005864,0.030523,0.023735,-0.005615,0.004516,0.001412,-0.016021,0.029408,-0.024405,0.009424,-0.021276,0.037452,0.001533,0.003046,-0.030155,0.006386,0.009283,-0.030229,-0.030919,0.014743,-0.013965,0.025403,-0.026793,-0.023659,-0.03162,-0.000635,0.066384,-0.002811,-0.004569,-0.014791,-0.020229,-0.00986,0.019585,-0.040488,-0.0237,0.022041,0.000868,-0.08729,0.009195,-0.003545,-0.022118,0.026965,0.004636,0.004018,-0.028797,0.031546,-0.023012,-0.010971,0.030987,-0.006506,-0.017455,0.023543,-0.005133,0.036194,0.02515,-0.045489,0.000237,0.005872,0.013437,-0.027864,-0.034348,0.019829,-0.000062,-0.031431,0.005804,0.021491,0.022447,0.020433,-0.011751,-0.005111,-0.006555,0.010673,-0.011601,0.02572,0.008281,-0.011606,0.03163,0.02653,0.006543,-0.036722,0.022205,0.004752,0.008728,-0.014448,-0.024644,-0.034547,-0.007289,-0.013928,0.023978,0.008019,0.081757,0.007281,-0.036854,0.034153,0.010946,-0.016752,-0.003538,0.008941,0.010587,0.015759,-0.029852,-0.009757,-0.010988,-0.030972,-0.040208,-0.03035,-0.019212,0.002884,-0.017574,0.021528,0.016648,-0.013603,-0.002215,0.011894,0.029642,-0.005938,0.027668,-0.032348,-0.005926,-0.010298,-0.012009,0.015568,0.033233,-0.022466,0.006929,-0.01158,0.016485,-0.012133,-0.06444,0.013796,0.017672,-0.008414,-0.022411,-0.018632,-0.011989,0.035149,0.028759,0.018735,-0.030272,0.018603,0.012146,-0.024918,0.01551,-0.004579,0.016951,-0.026498,-0.018922,0.001752,-0.001014,-0.003981,0.008971,-0.007711,-0.010922,0.029558,0.000637,0.111443,0.007291,-0.004338,0.010034,-0.002605,0.019086,0.05306,0.000334,-0.027235,-0.011501,-0.023009,-0.023488,-0.015345,0.03359,0.020209,-0.035168,-0.000638,-0.009245,0.013197,-0.019919,0.121537,0.037622,-0.002139,-0.014116,-0.00691,-0.0246,-0.000143,0.012002,0.009956,-0.010482,0.01256,0.037981,-0.00717,0.000063,0.010361,0.034394,-0.001195,0.014904,0.006868,0.000669,0.002743,-0.009665,0.007571,-0.043612,0.013566,0.026936,0.004839,0.008197,-0.023328,0.071432,-0.005719,0.001297,0.026454,-0.015203,0.020317,0.025482,0.016278,-0.013546,0.021485,-0.000623,0.029792,0.014372,0.021619,0.002325,-0.025169,-0.021153,-0.032362,0.033386,0.011289,0.006568,-0.000283,-0.018045,0.030034,0.006625,0.000093,-0.021221,0.001649,-0.011458,-0.004,0.005422,0.774235,-0.028653,0.032642,0.008629,0.006331,0.004795,0.012177,-0.024082,0.010222,-0.00521,0.027581,-0.017498,0.005258,0.016696,0.025483,0.002793,0.019074,-0.002714,-0.005304,-0.039927,0.009157,-0.042382,0.040954,0.033434,0.018755,0.065326,0.026304,-0.023149,0.015617,-0.010602,-0.007808,-0.01414,-0.05612,-0.006753,0.009083,0.014836,-0.019022,0.007061,0.014753,-0.08718,-0.003819,0.006602,0.00541,-0.004438,0.019072,-0.025082,0.018865,0.008444,0.003165,-0.003905,0.017919,-0.033145,0.00743,0.04275,-0.028653,-0.016571,0.00668,-0.027068,0.018169,0.037119,0.001614,0.000456,-0.000174,0.088448,0.032591,0.073305,0.001282,-0.001011,0.016096,0.041415,0.021977,-0.075736,0.040679,0.013678,0.020443,-0.018288,0.002162,-0.039391,-0.020673,-0.021041,0.01227,-0.067731,0.034379,0.048773,-0.010178,0.015618,-0.038424,0.009307,0.012976,0.007431,-0.059679,0.023454,-0.013374,-0.02027,0.01349,0.015034,0.013217,0.03483,-0.003146,0.001361,0.016663,0.011442,-0.023561,0.030786,-0.053718,-0.013489,-0.003668,-0.033768,-0.019628,0.061287,0.015396,0.026837,-0.00648,-0.007225,0.009066,-0.007882,0.02144,0.007611,0.008162,0.019029,-0.000214,-0.026452,-0.002783,0.007773,0.002795,-0.036476,-0.045172,0.019532,0.00337,-0.013433,-0.004885,0.00073,-0.011194,-0.001912,-0.016793,-0.016481,0.001829,0.006949,0.035285,0.044015,-0.003385,0.015196,0.010335,0.034106,0.026389,0.018801,0.021469,0.037932,-0.023045,-0.009656,0.004646,0.165294,0.027487,-0.011187,0.01142,0.002057,0.026896,-0.015627,-0.004874,-0.029631,0.040339,0.008451,0.01288,0.020291,-0.005762,-0.007277,0.079961,0.002136,0.014009,-0.007469,-0.01767,0.01057,0.013215,-0.152244,-0.002364,-0.02593,0.003464,0.017382,-0.009286,-0.008489,-0.009793,0.011227,-0.026216,-0.031303,-0.03217,-0.018612,-0.000446,0.009167,-0.01388,0.045422,0.002414,-0.005663,-0.005234,0.028367,0.102483,-0.02834,0.07162,0.021237,-0.004843,0.010391,0.010345,0.027001,0.000474,0.011679,0.051932,-0.014313,-0.031669,-0.018532,0.016613,-0.042553,0.023849,-0.032715,-0.007463,0.016608,0.009539,-0.025757,-0.000449,-0.025419,-0.001904,0.003335,-0.023053,-0.017227,0.006867,0.027973,0.002198,0.021549,0.004354,0.059422,0.008202,-0.013968,0.021815,-0.051688,0.027714,0.024782,0.010109,0.013843,-0.006506,-0.058756,-0.004679,-0.031937,-0.033699,-0.009813,0.018489,0.04207,-0.026428,-0.015374,0.036209,0.030373,0.09852,0.011026,0.013452,-0.024134,0.028551,-0.017106,0.015797,0.006543,-0.02806,-0.01387,0.011985,0.024646,0.013389,0.024906,-0.005713,-0.018473,0.014054,0.013616,-0.030465,-0.040598,0.01708,0.017052,0.024872,0.008497,0.028161,0.012773,0.007559,0.013289,0.008232,0.020989,0.033322,0.010807,0.001446,-0.007903,-0.001324,-0.02933,0.022529,0.000381,0.01532,-0.016977,0.044089,0.008625,0.002267,-0.055087,-0.002462,-0.001739,-0.042892,-0.02022,0.01895,-0.018998,0.030459,-0.00959,-0.003476,-0.038997,-0.000897,0.036916,-0.015243,0.002036,-0.000534,-0.019237,-0.005113,0.023764,-0.032446,-0.025142,0.021149,-0.02864,-0.091838,0.002782,-0.019073,-0.003037,0.040701,0.016268,0.029628,-0.054598,0.032988,-0.016649,0.006775,0.032683,-0.006547,-0.006135,0.021478,-0.021854,0.007933,0.026496,-0.042507,0.008494,-0.000905,0.036794,-0.016446,-0.008515,0.015792,-0.011855,-0.023131,0.02152,0.018225,0.020302,0.023435,-0.00899,-0.021936,0.020473,0.021617,0.000301,0.040136,0.004696,-0.001429,0.016114,0.020685,0.006023,-0.026267,0.021651,-0.007699,0.014474,-0.017054,-0.013331,-0.038736,-0.004233,-0.031339,0.038703,0.002946,0.082258,0.017371,-0.012853,0.042548,0.029048,-0.001716,-0.02825,0.015336,0.010852,0.010155,-0.01211,0.000288,0.009437,-0.041188,-0.016962,-0.019506,-0.018597,-0.01438,-0.001158,0.007735,0.03034,-0.014602,0.001701,0.008813,0.010303,-0.008574,0.016229,-0.03926,-0.009728,-0.033929,0.001046,-0.019172,0.021585,-0.024712,-0.000924,-0.003778,0.006092,-0.031614,-0.060582,-0.013811,0.011635,-0.005576,-0.004619,-0.023512,-0.015166,0.016267,0.034469,0.014508,-0.020721,0.014112,0.029979,-0.032027,0.001599,0.003048,0.015909,-0.02099,-0.014678,0.006975,-0.011387,-0.034503,0.017945,-0.013162,-0.011887,0.016309,0.024242,0.11745,0.021746,0.006601,-0.001034,-0.021014,0.010976,0.038649,0.026725,-0.020197,-0.035188,-0.007162,-0.044068,-0.026302,0.038829,0.006072,-0.014312,0.001935,-0.007958,0.011898,-0.01866,0.104079,0.017879,0.00561,-0.043894,-0.006676,-0.015336,-0.00316,-0.004901,0.006487,-0.004554,0.021004,0.030303,0.01088,-0.008446,0.01037,0.028567,-0.011933,-0.007133,0.006656,-0.005721,0.000419,-0.020974,-0.000268,-0.054371,0.003578,0.020538,-0.017119,0.013133,-0.025067,0.072579,-0.014017,-0.018434,0.014163,-0.036724,0.037568,0.03129,0.017877,-0.016957,0.024413,-0.024302,0.033676,-0.000451,0.005754,-0.023502,0.004976,-0.031801,-0.027562,0.045964,0.011996,0.016735,-0.007833,-0.013376,0.003537,0.007481,0.002736,-0.012587,-0.007022,-0.00485,0.003184,0.017665,0.775406,-0.009341,0.019168,0.003206,-0.000327,0.012881,-0.002836,-0.036619,0.023146,-0.003082,0.035163,-0.002653,0.009958,0.02292,0.026532,-0.000558,0.027638,-0.013331,0.030913,-0.038552,-0.011665,-0.047929,0.042838,0.037148,-0.008682,0.059314,0.012685,-0.025998,-0.002399,0.00566,0.00434,-0.00747,-0.036932,-0.01766,-0.024746,0.012675,-0.028197,0.022384,-0.000244,-0.095474,-0.002558,-0.020179,0.013397,-0.012704,0.003934,-0.025011,0.028599,0.003364,0.007789,-0.003946,0.010757,-0.010467,0.010488,0.036351,-0.005685,-0.015278,0.011192,-0.022918,-0.004935,0.029864,-0.020236,-0.0195,0.00099,0.090008,0.027934,0.055969,-0.00351,-0.002256,0.025401,0.032214,0.032325,-0.091676,0.03734,0.010773,0.000084,-0.009076,0.008864,-0.037566,0.010946,-0.031536,-0.006256,-0.06167,0.028403,0.03848,-0.00874,-0.004555,-0.028496,0.002091,0.002938,0.001787,-0.020811,-0.005124,0.019049,-0.011864,0.015932,-0.004021,-0.00432,0.043553,-0.005435,-0.002208,0.013657,0.006763,-0.000118,0.018873,-0.062045,-0.006031,-0.010235,-0.017666,0.002188,0.043078,0.013264,0.020384,-0.023671,-0.017464,0.003914,0.004625,0.006277,-0.001587,-0.004517,0.001374,0.015264,-0.00656,0.00169,0.006525,-0.000957,-0.042062,-0.033128,0.024567,0.000505,-0.024715,-0.002997,-0.009594,-0.016852,-0.010798,0.002361,-0.007184,-0.008584,0.003244,0.03304,0.013654,-0.002758,0.022716,0.013147,0.012511,0.018387,0.016176,0.01432,0.027189,0.005592,-0.019881,0.015666,0.153304,0.015505,-0.005273,-0.003536,0.000641,0.005554,-0.013277,0.001331,-0.011769,0.041234,0.015756,0.02072,0.033629,-0.003967,0.007833,0.082967,-0.009337,0.022007,0.00128,-0.0038,-0.017554,0.033087,-0.16111,-0.000383,-0.037291,0.006508,-0.002843,-0.008501,-0.026519,-0.004595,0.024049,-0.017916,-0.017632,-0.015516,-0.031599,-0.012352,0.013551,-0.001587,0.058118,0.001356,-0.014494,-0.008476,0.043635,0.068165,-0.040907,0.095359,0.028979,0.010144,0.001991,-0.00503,0.005263,0.003083,0.010438,0.041216,0.009507,-0.01651,-0.008019,0.030498,-0.041057,0.032877,-0.037247,0.020763,0.017444,0.015054,-0.031709,0.016434,-0.042556,0.009949,-0.014637,-0.000552,-0.010045,0.015261,0.014846,0.013125,0.001619,0.014344,0.04177,0.017374,-0.007864,0.01742,-0.030557,0.023872,0.009271,0.004348,-0.002252,0.004968,-0.044772,0.010131,-0.020914,-0.036171,0.008503,0.023253,0.017561,-0.031053,-0.012572,0.011226,0.030385,0.090894,0.015363,0.038007,-0.004084,0.0236,-0.009686,0.022265,0.018533,-0.023707,-0.026747,0.013339,0.027486,0.001441,0.034473,-0.021657,-0.010515,0.029563,0.02589,-0.0399,-0.035958,0.025078,0.00745,0.035636,0.014912,0.030496,-0.006431,-0.013698,0.005298,0.013953,0.000519,0.036257,0.015413,-0.007745,-0.002673,0.002925,-0.014687,0.033854,-0.01719,-0.000166,-0.027794,0.037653,0.009887,0.01078,-0.04186,0.004054,0.015624,-0.025126,-0.042449,0.019547,-0.018285,0.024156,-0.029515,-0.016904,-0.033217,0.00316,0.052514,-0.007743,-0.007964,-0.024421,-0.017859,-0.007821,0.021085,-0.035318,-0.030189,0.014483,-0.001182,-0.079998,0.023073,0.004353,-0.024008,0.025028,0.005026,0.018192,-0.038688,0.026336,-0.036239,-0.001797,0.034839,-0.00685,-0.012151,0.025069,0.000271,0.043731,0.020303,-0.048452,0.000875,-0.005295,0.01216,-0.028524,-0.040228,0.023233,-0.001693,-0.043915,0.013419,0.009879,0.017743,0.02368,-0.005904,-0.011702,-0.001881,0.003957,-0.006019,0.022637,0.005298,-0.008902,0.018001,0.041457,0.00376,-0.04064,0.025858,-0.000285,0.01131,-0.022647,-0.025965,-0.03013,-0.009702,-0.017094,0.023416,0.002592,0.082225,0.005474,-0.026048,0.032113,0.017101,-0.020426,-0.012674,0.008481,0.000621,0.019247,-0.032184,-0.019805,-0.013139,-0.030215,-0.03018,-0.04246,-0.018853,0.009056,-0.025283,0.027278,0.02607,-0.019047,-0.007686,0.010964,0.024802,-0.008307,0.012598,-0.030994,-0.025394,-0.014553,-0.005785,0.01374,0.037542,-0.027244,0.01533,-0.024943,0.022809,-0.011207,-0.058631,-0.000778,0.019778,0.000183,-0.017972,-0.040756,-0.016716,0.033892,0.031637,-0.005367,-0.033973,0.018968,0.012888,-0.031841,0.024822,-0.017519,0.02631,-0.026486,-0.002817,0.005644,0.000251,-0.004268,-0.003016,-0.010371,-0.001957,0.040146,0.007018,0.113131,0.008525,0.013762,0.010054,0.006991,0.024015,0.032803,0.00525,-0.019994,-0.018444,-0.02578,-0.035491,-0.032725,0.030407,0.000288,-0.034665,-0.017527,-0.005682,0.013294,-0.026273,0.131781,0.028001,-0.001913,-0.026634,0.002587,-0.028245,-0.004186,0.009208,0.017301,-0.028117,0.013355,0.034824,-0.006,-0.00718,0.024343,0.026393,-0.009288,0.00765,0.012621,0.00934,0.014084,-0.011155,0.017129,-0.046358,-0.00057,0.022626,0.003495,0.003702,-0.015713,0.089733,0.002145,-0.001012,0.032309,-0.010672,0.019417,0.025081,0.029424,-0.017058,0.020716,-0.009461,0.026252,0.005314,0.017216,-0.006475,-0.014554,-0.01723,-0.030716,0.029271,0.013235,0.00326,-0.002153,-0.019794,0.021093,0.005368,-0.004362,-0.012905,-0.001247,-0.008834,-0.004973,0.010689,0.778372,-0.032699,0.023239,0.012609,-0.000395,0.021368,0.007634,-0.014795,0.018091,-0.010736,0.017886,-0.027622,0.011085,0.017694,0.029032,-0.010336,0.021352,-0.000709,0.011748,-0.035038,0.008073,-0.036587,0.036478,0.0435,0.017005,0.077825,0.034899,-0.034012,0.01277,-0.022076,0.000474,-0.00677,-0.05343,-0.017333,0.00201,0.018431,-0.026069,0.01484,-0.001803,-0.096407,-0.005611,0.007707,0.018887,-0.017823,0.012402,-0.03113,0.020058,0.001468,0.003643,0.000182,0.030074,-0.032765,-0.013443,0.038492,-0.013421,-0.014148,0.009073,-0.026257,0.017538,0.023557,0.0018,0.003006,0.004605,0.080493,0.032624,0.068293,-0.003199,-0.002556,0.013379,0.029496,0.036859,-0.086346,0.020766,0.025506,0.014526,-0.018846,-0.013638,-0.028631,-0.005678,-0.021967,0.011004,-0.072736,0.030214,0.03825,-0.002454,0.017608,-0.026843,0.010577,0.021112,-0.001446,-0.031752,0.017183,0.004958,-0.023807,-0.000835,-0.00403,-0.005701,0.044427,0.009751,-0.013142,0.023325,0.02586,0.007294,0.030629,-0.06051,-0.005283,0.008872,-0.009192,0.005715,0.032026,-0.00202,0.010716,-0.012091,-0.019141,0.006503,0.010879,0.011375,0.004976,0.010113,0.024837,0.015157,-0.015895,0.006104,-0.006536,-0.010172,-0.051499,-0.03468,0.017783,0.005519,-0.021048,0.007526,0.018559,-0.013951,0.000156,-0.012819,-0.012261,-0.005002,0.006851,0.042483,0.014883,-0.018652,0.0313,0.014619,0.031852,-0.005826,0.012518,0.000742,0.014102,-0.005539,-0.009805,0.022011,0.176053,0.002876,-0.003086,-0.008174,0.012679,0.014602,-0.013878,0.000276,-0.031758,0.050842,0.013431,0.025894,0.023268,0.001659,0.00573,0.076241,0.006757,0.004481,-0.002694,0.004877,-0.01483,0.031522,-0.132011,-0.007111,-0.017746,0.009973,-0.006306,-0.009108,-0.018577,-0.00352,0.008096,-0.031664,-0.025453,0.001406,-0.022663,-0.01647,0.027977,-0.00731,0.06288,0.006701,0.002715,0.003673,0.046222,0.089697,-0.033921,0.104564,0.027464,0.020305,-0.003499,-0.012347,-0.008088,0.008492,0.019439,0.037264,0.016722,-0.013171,-0.015385,0.003722,-0.035448,0.03738,-0.035486,-0.005467,0.030354,0.005437,-0.029796,0.012964,-0.023931,0.00134,-0.017052,-0.012949,-0.01099,0.014959,0.013448,-0.014535,0.001442,-0.009331,0.030908,0.014873,-0.027345,-0.001562,-0.051533,0.019287,0.001551,0.002131,-0.01831,0.01458,-0.047009,-0.00754,-0.009423,-0.035063,0.007753,0.014533,0.02065,-0.025991,-0.001451,0.01413,0.013912,0.117088,0.023658,0.015685,0.013394,0.016154,-0.002171,0.009694,0.011232,-0.028461,-0.035749,0.015006,0.041111,0.003751,0.021649,-0.017369,0.006737,0.030189,0.009392,-0.025964,-0.044164,0.027838,0.008122,0.036541,0.018609,0.039104,-0.007953,-0.012277,0.001236,0.025385,0.006732,0.025813,0.016471,-0.010084,-0.001131,-0.003476,-0.030215,0.028646,-0.017779,0.006511,-0.021419,0.034633,0.000958,-0.013076,-0.023764,0.034451,0.015251,-0.041215,-0.017645,0.023773,-0.033629,0.015709,-0.026431,-0.02067,-0.02183,0.011478,0.03787,-0.016602,0.005707,-0.010483,-0.016218,-0.008174,0.014755,-0.040116,-0.030333,0.02994,-0.020455,-0.070509,0.026854,-0.000474,-0.016593,0.015202,0.021554,0.020877,-0.0047,0.033241,-0.022274,0.007902,0.029341,0.002203,-0.0112,0.009325,-0.014602,0.035423,0.04199,-0.04251,-0.009077,0.003243,0.01436,-0.026891,-0.009482,0.020481,0.002514,-0.005476,0.009584,0.019006,0.028856,0.00905,-0.006388,-0.013199,-0.00286,0.003623,0.006212,0.021043,0.006551,-0.008213,0.027271,0.019986,-0.01493,-0.045252,0.028925,-0.000054,0.001858,-0.014855,-0.031994,-0.021253,-0.000539,-0.013768,0.036284,0.01511,0.092329,0.027909,-0.013858,0.027281,-0.000907,-0.008739,-0.012354,0.016858,0.015193,0.004727,-0.028949,-0.019515,-0.00444,-0.028583,-0.036952,-0.025837,-0.031334,-0.003868,-0.004754,0.014021,0.01013,-0.004879,0.002127,0.020371,0.008612,0.025573,0.028316,-0.019121,-0.028526,-0.022442,-0.002144,-0.000605,0.021595,-0.013949,0.014058,-0.006234,0.005683,-0.020648,-0.05051,0.000711,0.021639,-0.005145,0.00221,-0.027693,-0.014489,0.04086,0.032383,0.011403,-0.011802,0.014778,0.009366,-0.038237,0.011681,-0.010875,0.008199,-0.011858,-0.013082,-0.002192,0.003163,-0.020198,0.019241,-0.006148,-0.005323,0.011614,-0.000307,0.113107,0.014548,0.008015,-0.001684,-0.014171,0.017375,0.036776,0.011308,-0.030189,-0.0198,-0.010188,-0.030362,-0.040953,0.017364,0.011063,-0.027387,-0.016331,-0.017813,0.019457,-0.02364,0.120725,0.025523,-0.001465,-0.022642,0.015226,-0.020106,-0.010626,0.009576,0.013552,-0.028613,0.033133,0.045538,-0.014076,-0.015122,0.006284,0.018904,-0.021718,0.011163,-0.004549,0.004287,0.010463,-0.017145,0.015049,-0.055172,0.016359,0.035626,-0.00758,-0.010122,-0.015977,0.09723,-0.009173,-0.029935,0.018853,-0.006665,0.011075,0.021748,0.019362,-0.009139,0.017371,-0.013887,0.02711,0.014606,0.00428,-0.006207,0.002036,-0.009787,-0.0221,0.021721,0.021579,0.009952,0.005449,-0.021714,0.03495,0.005742,-0.000008,-0.017509,-0.018478,0.012631,0.003115,0.015573,0.785139,-0.026645,0.029104,0.004153,-0.00778,0.0095,0.003803,-0.013553,0.016678,0.001168,0.010708,-0.01144,0.012104,0.016409,0.020091,0.011043,0.032039,-0.019384,0.002543,-0.033998,0.006053,-0.040137,0.03372,0.025413,0.017089,0.055865,0.018058,-0.03281,-0.007122,-0.013457,-0.014489,-0.003861,-0.055922,-0.008173,0.001538,0.02142,-0.004881,-0.000428,0.012214,-0.095779,0.017762,0.00449,0.012758,0.000181,0.019483,-0.019462,0.030047,-0.00519,0.004755,0.000513,0.028635,-0.029755,-0.005962,0.041876,0.00512,-0.012184,0.010256,-0.020922,0.005965,0.024639,-0.018264,-0.009923,-0.024754,0.080388,0.035149,0.073409,-0.010601,0.00132,0.023638,0.01794,0.038479,-0.093293,0.029981,-0.002041,0.015277,-0.008631,0.008275,-0.030204,-0.013821,-0.030129,-0.001207,-0.068345,0.027632,0.044201,-0.001459,0.00779,-0.043158,0.017752,0.016127,-0.004147,-0.052796,0.003573,-0.005985,-0.017722,0.022419,0.021372,0.005661,0.055114,0.010706,0.018125,0.027812,0.015738,-0.014193,0.028235,-0.055644,-0.001775,-0.022702,-0.014998,0.01308,0.031654,0.017917,0.030156,-0.019277,-0.005846,0.012275,0.003354,0.019629,0.01219,0.018127,0.013116,0.018489,-0.021928,-0.005832,0.004284,-0.005015,-0.049003,-0.048522,0.043428,0.018366,-0.011592,0.004789,-0.011143,-0.019327,-0.007001,-0.002894,-0.008682,0.009037,0.000589,0.035926,0.032371,-0.005119,0.015228,0.004227,0.017522,0.026197,-0.002744,0.022607,0.028345,-0.013138,-0.022802,0.001924,0.147061,0.021206,-0.000039,0.006464,0.003876,0.02133,-0.020854,-0.01272,-0.007653,0.06967,0.007403,0.027296,0.008515,0.0007,0.001437,0.071432,-0.00816,0.018932,0.005559,-0.013932,-0.012684,0.03032,-0.155491,-0.014001,-0.035858,0.004216,0.020741,-0.016868,-0.018093,-0.007294,0.017703,-0.033154,-0.027121,-0.040002,-0.028493,-0.003272,0.016585,-0.015319,0.067228,-0.023496,0.001374,-0.001383,0.025752,0.091968,-0.014355,0.070489,0.041555,0.014112,0.018921,-0.00515,0.009443,-0.005722,0.024588,0.026815,-0.008106,-0.037302,-0.009545,0.014274,-0.042016,0.025673,-0.014287,-0.00137,0.010944,0.001266,-0.02525,-0.002259,-0.021009,0.000412,0.007743,-0.003852,-0.022599,0.011798,0.024746,0.009542,0.014095,-0.008833,0.055381,0.007637,-0.020224,0.008041,-0.034138,0.031348,0.015171,0.011173,0.000485,-0.003071,-0.044436,-0.003951,-0.02068,-0.039511,0.000331,0.024503,0.036818,-0.027562,-0.013479,0.039014,0.023617,0.115792,-0.008337,0.014978,-0.025137,0.017161,0.002195,0.016281,-0.009326,-0.027075,-0.028273,0.007454,0.030046,0.00223,0.027869,-0.022667,-0.006312,0.03889,0.028345,-0.026822,-0.03652,0.022168,0.019744,0.017997,0.009583,0.025695,0.006378,-0.009475,0.014136,0.00865,0.013475,0.032489,0.000916,0.014924,-0.015471,0.004582,-0.022626,0.03058,0.006639,-0.002804,-0.020321,0.053326,0.014407,0.010129,-0.043315,0.000635,0.004716,-0.019542,-0.028387,0.021655,-0.015421,0.019248,-0.015593,-0.002653,-0.020823,0.00584,0.0347,-0.012329,0.001778,-0.004412,-0.003407,-0.011241,0.038621,-0.021837,-0.026249,-0.00255,-0.024051,-0.104463,0.015685,-0.006938,0.003346,0.028591,0.031072,0.043077,-0.051181,0.029601,-0.029487,0.006991,0.024662,-0.0059,-0.020851,0.017421,-0.038105,-0.002874,0.027668,-0.038449,0.004862,-0.013063,0.021319,-0.019543,-0.019197,0.005957,-0.010932,-0.004963,0.019536,0.027933,0.030985,0.02505,-0.008645,-0.028757,0.00511,0.02817,0.007557,0.031779,-0.004526,-0.015508,-0.002131,0.030073,-0.013041,-0.024914,0.022495,-0.017701,0.009519,-0.041851,-0.019042,-0.030737,0.00171,-0.027186,0.027864,0.008607,0.082324,0.024602,-0.009486,0.052701,0.031671,0.003485,-0.020864,0.016033,0.0228,0.008665,-0.01267,-0.012456,0.016339,-0.052513,-0.025466,-0.01761,-0.016047,0.004386,-0.021261,0.010517,0.04911,-0.004535,-0.009858,-0.001774,0.017476,0.002562,0.016574,-0.023554,-0.017379,-0.01193,0.013647,-0.014148,0.032849,-0.028947,0.010559,-0.020033,0.009702,-0.01719,-0.044745,-0.01829,0.003121,0.002404,-0.006949,-0.036301,-0.017505,0.017449,0.042356,0.015465,-0.01371,0.024626,0.022771,-0.04288,0.009501,-0.019715,0.044804,-0.009748,0.007158,0.009837,-0.005357,-0.033111,-0.004429,-0.002628,-0.005005,0.017861,0.025631,0.11414,0.001361,0.013898,-0.006604,-0.019518,0.017961,0.035929,0.029783,-0.025749,-0.017316,-0.01896,-0.024163,-0.044883,0.031772,0.006323,-0.012375,-0.034692,-0.007308,0.01016,-0.032333,0.130456,0.002634,-0.005067,-0.042408,-0.00111,-0.005828,0.004836,0.012809,0.003147,-0.019162,0.040205,0.037876,-0.000313,-0.013586,0.017353,0.045503,-0.019872,-0.006705,0.001183,-0.007245,0.014903,-0.035385,0.022353,-0.047388,-0.010137,0.027583,0.003818,-0.012417,-0.013021,0.085262,-0.018679,-0.020179,0.041664,-0.02677,0.019574,0.024174,0.035068,-0.020119,0.025485,-0.028698,0.034378,-0.004914,0.001391,-0.01916,0.015081,-0.045807,-0.016232,0.04197,0.018041,0.040573,0.011287,-0.016414,0.011546,-0.002643,-0.010433,-0.006528,-0.002168,-0.01505,0.017073,0.036232,0.758682,-0.010349,0.005955,0.011839,-0.012811,0.018865,0.009654,-0.024168,0.026164,-0.00376,0.024503,-0.006294,0.002951,0.025435,0.042772,-0.014855,0.031268,0.020187,0.041067,-0.028008,-0.020242,-0.034576,0.044854,0.057967,-0.004948,0.073539,0.018363,-0.028876,0.002911,-0.004729,0.011685,-0.00348,-0.035996,-0.003065,-0.026987,0.009202,-0.020163,0.01455,-0.00014,-0.095465,0.003332,-0.002712,0.035479,-0.016325,0.012214,-0.061998,0.02306,0.010019,0.018737,0.011124,0.02666,-0.013205,-0.012143,0.031481,-0.002778,-0.007161,0.009348,-0.009184,-0.003482,0.015434,-0.025538,-0.016048,-0.000566,0.073977,0.048671,0.046253,0.009128,0.006343,0.016431,0.024221,0.020395,-0.069851,0.035995,0.043146,-0.016182,0.012617,0.013981,-0.041342,-0.008465,0.0344,0.017618,-0.091322,0.016599,0.000852,0.016244,-0.009596,-0.032166,0.005304,0.023006,-0.016242,-0.037419,0.01774,0.001923,-0.032053,0.026156,0.001688,0.004852,0.022042,0.031966,0.006847,0.024467,-0.032391,-0.013071,0.025526,-0.061854,0.002109,0.001626,-0.057172,-0.007917,0.070072,-0.00474,-0.01157,-0.010398,0.008439,-0.018855,-0.030835,0.032689,0.028946,-0.014422,0.003031,-0.006443,-0.014315,-0.013529,-0.009174,0.047652,-0.05312,-0.028154,-0.007085,0.016026,0.007113,-0.012401,0.007494,-0.008442,-0.000349,-0.045928,-0.031385,0.003845,0.009322,0.02578,0.042757,-0.000506,0.013043,0.017973,0.023439,0.000929,0.02814,0.02209,0.051077,-0.013368,-0.026255,-0.000302,0.149794,0.019855,-0.012987,0.019847,-0.003067,-0.002567,0.005534,-0.042186,0.001477,0.044719,0.022855,0.012706,0.005865,-0.01445,0.010449,0.059599,0.000817,0.009762,-0.010283,-0.021861,-0.003498,-0.007445,-0.204543,0.00293,-0.033338,0.011596,-0.006092,-0.012889,-0.002583,-0.003867,0.00614,-0.002415,-0.037664,0.02253,-0.03621,-0.022215,-0.014303,-0.037549,0.05762,-0.013676,0.00099,-0.026392,0.04763,0.082753,-0.052191,0.06922,0.024172,-0.011501,0.014166,0.005527,0.026669,-0.02016,0.002579,0.033744,-0.004119,-0.019164,0.00884,0.021566,-0.02144,0.002945,-0.026206,-0.001268,0.016755,0.021739,-0.000477,-0.007417,0.01509,-0.009935,0.009253,-0.014145,-0.06736,-0.0011,0.021279,-0.036995,-0.011542,-0.009118,0.045437,0.000252,-0.007242,0.004264,-0.03707,0.057274,-0.004628,0.02449,0.015938,-0.0356,-0.062225,-0.001283,-0.019607,-0.032947,0.051767,-0.020319,0.042644,-0.011249,0.020452,-0.003291,0.045673,0.131272,-0.011674,0.05402,0.006288,0.011483,-0.011504,0.027118,-0.006479,-0.026649,-0.03327,0.010887,-0.024519,0.014833,0.023608,-0.034365,-0.013673,0.014831,0.00601,-0.019155,-0.067077,-0.025709,0.047881,0.043473,-0.014664,0.009594,-0.002061,-0.002071,-0.002515,0.033558,0.009706,0.038805,0.028593,0.001482,-0.023174,-0.01014,-0.013127,0.024173,0.004818,0.017838,-0.026178,0.047269,-0.0242,0.015142,-0.024387,0.045998,-0.016365,-0.047268,-0.01679,0.012956,-0.024347,0.022558,0.01305,-0.017103,-0.020827,0.002897,0.007249,-0.019818,-0.025487,-0.01446,-0.019997,0.024324,0.000004,-0.01905,-0.016253,0.015457,0.002709,-0.08965,-0.005341,0.007823,-0.015477,0.020322,0.000917,-0.0104,-0.067114,0.021021,0.007872,0.009313,0.021271,-0.007053,0.016546,-0.0043,0.007814,0.003826,0.029776,-0.006335,-0.009567,-0.00233,0.034136,-0.011965,-0.012715,0.035532,-0.035468,-0.013853,-0.031426,0.021998,0.018033,0.03039,-0.030521,-0.003997,0.017512,0.02244,0.011911,-0.033749,0.023546,-0.010385,0.020409,0.016608,-0.008623,-0.021621,0.016036,-0.014419,0.018344,0.026382,0.012884,-0.052156,-0.007464,-0.03376,-0.005303,0.010309,0.077511,-0.009538,-0.043753,0.052754,-0.010649,-0.026443,-0.027987,0.050961,-0.010138,-0.019005,-0.023058,0.009843,-0.00284,-0.032654,-0.020613,-0.024066,-0.037016,-0.00839,0.017802,-0.001234,-0.002152,-0.005838,-0.011777,0.026587,0.014374,-0.011149,0.034173,-0.006361,0.00045,0.003034,-0.02479,-0.007777,0.0046,-0.026761,0.002472,-0.01156,0.008865,-0.035134,-0.057254,0.00919,-0.012534,0.001316,0.013611,0.000644,-0.001569,0.038073,0.039128,0.036442,-0.016317,0.006728,0.009855,-0.037138,-0.019428,-0.002442,0.010714,0.00818,0.007234,0.03625,-0.010739,-0.015713,0.028787,0.014791,0.026644,0.010327,0.032219,0.111644,-0.006599,0.023643,-0.007238,-0.04436,0.015576,0.033252,0.046496,0.002159,-0.02701,-0.010928,-0.015953,0.005957,0.033104,-0.038759,0.005239,-0.033672,-0.028143,0.011664,-0.005567,0.06405,0.010532,-0.013804,-0.035632,-0.008209,-0.03823,-0.011547,0.024011,0.041021,0.010366,0.028356,0.017942,-0.034528,-0.022778,-0.019694,0.011576,-0.039427,-0.005982,0.023945,-0.010002,0.000755,0.008686,0.011732,-0.053714,0.041225,0.034316,0.00458,-0.005818,0.002075,0.068442,0.008509,-0.009128,0.027939,-0.034249,-0.006633,-0.013297,0.033586,-0.017544,-0.004286,-0.025783,0.032219,0.026156,0.009116,0.019794,-0.029421,-0.037746,-0.015323,0.05267,-0.01768,-0.029434,-0.005391,0.001141,0.008374,0.015106,-0.002985,0.017007,0.035767,-0.002721,0.008523,0.025618,0.737857,-0.018542,0.011045,-0.019099,0.004255,-0.00822,-0.038581,-0.024143,-0.02336,-0.017016,0.026363,-0.00972,0.008842,-0.002889,0.018818,0.011214,0.045292,-0.034153,0.039924,-0.007118,0.004215,-0.0364,0.044661,0.044082,-0.001872,0.051628,-0.003356,-0.045201,0.059364,0.02399,0.017999,-0.032311,0.010718,-0.045039,-0.016893,0.009306,0.019157,0.007216,0.018756,-0.077156,0.015151,-0.014601,0.012019,-0.035096,0.023182,-0.017604,0.02968,0.002298,-0.01374,-0.002791,0.013571,-0.000448,0.022379,0.036456,-0.01911,-0.009827,0.014289,-0.040565,-0.019491,-0.008944,-0.002614,0.01024,0.032699,0.084114,0.008883,0.039062,0.002005,-0.032849,0.045022,0.03092,0.037102,-0.088288,0.044652,0.016334,0.010825,0.002427,0.023583,-0.013963,-0.001749,-0.010175,0.02383,-0.066884,0.021492,-0.016463,-0.003343,-0.022981,-0.06207,0.000424,0.01605,-0.001154,-0.065223,0.017891,0.017057,-0.018863,0.025508,0.004672,0.003893,0.043691,0.002894,-0.024337,0.027919,0.0264,-0.014114,0.010795,-0.046678,-0.028769,0.007781,-0.001853,-0.006409,0.035118,0.010096,0.008189,-0.008365,-0.023364,-0.007962,0.018434,0.029887,0.00262,-0.000752,0.011249,0.036937,-0.023264,-0.010347,-0.045449,0.029602,-0.041651,-0.025059,0.013003,0.026614,0.004575,0.006889,0.010566,-0.006128,0.009039,-0.032271,0.002609,-0.012063,-0.00147,0.024013,0.008738,0.022176,0.025849,0.030494,-0.003793,-0.018368,-0.000065,0.03399,0.038678,-0.022765,-0.023424,-0.005393,0.180893,0.014791,-0.031692,-0.017702,-0.004039,-0.001755,-0.034881,-0.024999,-0.0502,0.024559,0.01365,-0.012231,0.020567,-0.028835,-0.013903,0.073341,0.008009,0.006074,-0.012332,-0.009022,-0.008692,0.009689,-0.190466,-0.011745,-0.039379,0.007102,0.009157,-0.014152,-0.002537,-0.01668,-0.01207,-0.046088,-0.015731,-0.019061,-0.024244,-0.006871,-0.042496,-0.035545,0.040978,-0.009814,-0.00549,-0.01287,0.049433,0.074884,-0.029912,0.123353,0.033081,-0.002378,-0.005841,0.019531,-0.010622,0.01641,-0.002293,0.031215,-0.010385,-0.023536,-0.022295,0.017868,-0.028438,0.017669,-0.046538,0.016082,0.047858,-0.020524,-0.032739,0.026507,-0.016317,-0.012054,0.02321,-0.026965,0.004465,0.001507,0.013523,-0.015123,0.001967,-0.029393,0.038919,0.013453,-0.002811,0.01117,-0.022132,0.012732,0.036928,0.025501,0.004071,-0.008187,-0.05925,0.004103,0.003562,-0.009736,0.013653,0.00191,0.022796,-0.015692,0.009543,0.021595,0.040775,0.072443,0.035921,0.024129,-0.007758,0.02292,-0.017786,0.021014,-0.024894,-0.029716,-0.052876,-0.019319,0.03324,-0.002973,-0.026805,-0.029622,-0.030802,0.017115,0.014299,-0.001776,-0.072095,0.027388,0.028119,0.018062,0.018092,-0.003885,-0.048259,-0.009799,0.01023,0.032449,0.008379,0.019076,0.013859,0.026024,0.004209,-0.00447,-0.018297,0.023397,-0.004957,0.026095,0.00935,0.042681,-0.027602,0.014682,-0.03661,0.034488,0.014879,-0.036385,-0.015885,0.016987,-0.019577,0.006556,-0.030273,0.009179,-0.039896,0.044411,0.030902,-0.01664,0.019881,-0.001353,-0.026271,-0.003018,-0.005953,-0.032903,-0.022263,0.024836,-0.041737,-0.080459,0.006645,0.007771,-0.006397,0.031429,0.018031,-0.012318,-0.041385,0.011757,-0.000912,-0.011626,-0.003392,0.004582,-0.002941,0.010372,-0.014047,0.012604,0.021087,-0.018482,0.012157,-0.005358,-0.028234,-0.016539,-0.026241,-0.002767,-0.029572,-0.021463,-0.018018,0.00524,0.024031,-0.031534,-0.011677,-0.005441,0.009625,0.023602,-0.000593,0.005373,-0.014176,-0.026895,0.00645,0.036763,0.018724,-0.033673,0.005086,-0.035259,-0.004485,-0.004662,-0.025352,-0.050244,0.028407,0.011025,0.025369,0.003953,0.095344,0.024127,-0.026397,0.024797,-0.016743,0.017555,-0.01133,0.012332,0.00194,-0.022231,-0.030487,-0.04676,0.015473,-0.04314,0.008413,-0.026696,-0.024482,-0.003832,-0.036073,-0.004489,-0.003081,-0.017258,-0.007168,0.016878,-0.00871,0.002597,0.017176,-0.024674,0.015244,-0.034127,-0.024142,0.006081,0.026824,-0.012028,0.010944,-0.023403,0.000165,-0.018207,-0.041974,0.018282,-0.000892,0.004221,0.015314,-0.053963,-0.016632,0.019038,0.050683,0.037888,-0.005848,0.009479,-0.008732,-0.014234,-0.007785,-0.010233,0.000028,-0.013253,-0.022988,0.026563,-0.006943,-0.009243,0.032509,-0.027434,0.009477,0.003168,-0.0107,0.111456,0.003267,0.027392,-0.020712,-0.008303,-0.001532,0.031826,0.015562,-0.045082,-0.011818,-0.02264,-0.011614,-0.018222,0.039354,0.031458,-0.022726,0.022011,-0.009552,-0.00331,-0.003315,0.108465,0.01909,-0.023463,-0.034865,0.018901,-0.021089,-0.003874,-0.012444,0.004574,0.005946,0.024116,0.028766,0.016522,0.017571,-0.000487,0.020523,0.004185,0.008321,0.0067,-0.05479,0.024583,-0.029229,-0.010861,-0.019744,-0.005483,0.030381,-0.014876,0.014127,0.013271,0.041106,0.011643,-0.020555,0.007961,-0.023939,0.01287,0.00461,0.021384,-0.025638,0.018648,-0.026157,0.042681,-0.001162,-0.01053,-0.029474,-0.01759,-0.033711,-0.019279,0.052538,-0.030415,0.008638,-0.011486,-0.002226,0.010599,0.008107,0.0061,-0.022549,0.010108,-0.033178,0.008223,-0.013776,0.759867,-0.012691,-0.012846,0.017485,0.026385,-0.022462,0.028292,-0.01592,0.011631,0.000234,-0.004671,-0.001902,0.003302,0.03473,0.009681,-0.001636,0.031861,-0.016661,0.005651,-0.005687,-0.02372,-0.050649,0.040633,0.034121,0.017081,0.044676,0.025535,-0.03184,0.01557,0.003828,-0.046774,-0.005032,-0.011343,-0.014065,-0.008417,0.005632,-0.028813,0.014227,0.030008,-0.085019,-0.022155,-0.001367,0.031335,-0.042607,-0.000441,-0.014326,0.003687,0.005405,0.015874,-0.018257,0.012192,0.017645,0.014813,0.046124,0.012251,-0.010397,0.010432,-0.02722,-0.021095,0.003785,0.013439,-0.033871,0.001309,0.057377,0.019278,0.032312,-0.012721,-0.004967,0.003099,0.017896,0.03931,-0.090492,0.041793,0.018264,-0.011778,-0.001694,0.021743,-0.023898,-0.017991,-0.013056,0.001697,-0.072678,0.026364,0.009738,0.003078,0.012362,-0.032233,-0.003274,-0.003985,-0.013103,-0.064976,0.026426,-0.00265,-0.034528,0.018902,-0.010675,-0.015126,0.032384,-0.001995,0.004351,0.003201,-0.002648,0.000012,-0.000625,-0.047113,-0.011295,0.012726,0.036738,0.002126,0.06192,0.009727,-0.010374,-0.006335,-0.011852,0.005951,-0.009896,0.022141,-0.008072,0.003949,0.019794,0.010666,-0.021606,-0.001258,-0.015866,0.033263,-0.023454,-0.038406,0.029741,0.012716,-0.005688,-0.020798,0.014747,0.000049,-0.004001,-0.029602,-0.027129,-0.006696,0.002633,0.01642,0.004851,-0.009092,0.020441,-0.000983,-0.00573,0.021808,0.024876,0.012588,0.013692,0.008466,-0.021138,0.015154,0.167951,-0.009579,0.012581,-0.034981,0.003088,0.011429,-0.005445,-0.017619,-0.006158,0.03057,-0.005879,0.030077,0.011058,-0.011687,-0.011631,0.071893,0.001632,0.025737,-0.023956,0.009809,-0.02257,0.015642,-0.213949,0.009319,-0.029915,-0.002871,0.010706,0.001721,0.023591,0.000707,-0.014698,-0.001891,-0.013706,-0.013508,-0.038676,-0.009393,0.002573,-0.014456,0.04381,-0.020815,0.007246,-0.022935,0.058562,0.073684,-0.002142,0.09,0.028477,0.000868,0.013449,0.004843,0.018341,-0.015077,0.016425,0.011372,-0.006459,-0.024572,-0.011705,0.019347,-0.032736,0.025893,-0.041544,0.018621,0.011866,0.011175,-0.016418,0.010221,-0.012949,-0.014744,0.016254,-0.019892,-0.016671,0.018108,0.014827,-0.026239,0.008807,-0.01646,0.032084,-0.012446,-0.003451,-0.01112,-0.04405,0.029107,0.023276,0.010005,0.031985,-0.008214,-0.049936,-0.011825,-0.005929,-0.016058,0.034827,0.002895,0.024164,-0.017311,0.019502,0.027691,0.026342,0.139759,0.026307,0.016508,-0.009234,0.018612,-0.00415,-0.011954,-0.027873,-0.02506,-0.020092,0.008393,0.005336,0.004363,-0.011435,-0.027105,-0.025698,0.036906,0.022512,0.007284,-0.04174,0.020007,0.040109,0.014084,-0.013243,0.017628,-0.036001,-0.022264,-0.010483,0.005437,0.02579,0.023247,0.020154,0.016059,0.004955,-0.005383,-0.007977,0.014021,-0.018837,0.006063,-0.010875,0.038068,-0.025554,-0.001853,-0.037343,0.029002,-0.000646,-0.057812,-0.009238,0.022769,-0.003788,0.020216,-0.027476,-0.005414,-0.012472,0.008605,-0.000822,-0.008067,0.001754,-0.027622,-0.018935,-0.00548,0.004658,-0.031259,-0.012174,0.023794,-0.027061,-0.08902,0.017661,-0.00306,-0.014388,0.032864,0.027966,-0.007937,-0.076184,0.020711,-0.000211,0.016717,-0.010145,-0.020978,-0.001102,0.019537,-0.008196,0.044048,0.028232,-0.00999,0.004322,0.003978,0.021432,0.00116,-0.017675,0.024015,-0.025855,-0.003587,-0.018147,0.028177,0.023693,0.022619,-0.026122,0.008475,0.006569,0.011535,0.008397,0.000144,-0.01653,-0.014177,0.004163,0.021986,-0.011697,-0.016482,-0.002526,-0.005418,0.022953,0.00317,-0.029465,-0.037524,0.024867,-0.003421,0.001894,0.012391,0.09333,0.010732,-0.022214,0.019463,0.009083,-0.008093,-0.009402,0.038411,0.013578,0.005426,-0.021325,-0.007,-0.005011,-0.044213,-0.031452,-0.025602,-0.031846,-0.005271,-0.002844,0.009359,0.010324,-0.018954,0.000945,0.011971,0.007676,0.001075,0.016196,-0.022418,-0.017171,-0.032412,-0.002422,-0.003676,0.039062,-0.01816,0.003131,-0.014637,0.010435,-0.020604,-0.052224,-0.000926,-0.015244,0.00278,0.018105,-0.033238,0.004349,0.038521,0.021749,0.024438,0.014918,0.018781,-0.012255,-0.011589,0.002769,0.025471,0.027129,-0.013222,-0.03868,0.022496,-0.048466,-0.002248,0.021697,-0.019066,0.007205,0.013598,-0.002755,0.114527,0.00503,0.007716,0.004377,-0.025365,0.017403,0.05906,0.077411,-0.025457,-0.016182,-0.00482,-0.044264,-0.021225,0.021883,0.000236,0.010695,-0.015706,-0.013814,0.015025,-0.002602,0.072672,0.026739,-0.003609,-0.018528,0.009787,0.012968,0.003219,0.001768,0.024142,-0.011981,0.020744,0.028888,-0.021718,0.008639,-0.01221,0.004406,-0.015044,-0.007859,0.001836,-0.00769,0.030221,-0.023614,-0.015756,-0.035628,0.005969,0.006807,-0.003141,0.011657,-0.000711,0.082108,0.008309,-0.003866,0.042468,-0.011655,0.003112,0.026294,0.014792,-0.003267,0.012565,0.009233,0.035037,-0.003848,0.000718,-0.03128,0.005935,-0.041459,-0.011589,0.045151,-0.017886,0.005368,-0.017153,0.003443,-0.000398,0.015402,-0.00033,-0.009429,-0.026249,0.000901,0.002719,0.031768,0.771727,-0.009842,0.025643,-0.02623,0.017694,0.014056,0.015664,0.008936,0.009969,-0.01232,0.012074,-0.011503,0.002962,0.030974,0.016655,-0.016143,0.033841,-0.030676,0.018772,-0.046571,-0.03819,-0.022319,0.012905,0.051975,0.000918,0.045285,0.006424,-0.01285,0.007592,0.037342,-0.036496,0.006675,-0.030145,-0.034949,-0.017456,0.019819,-0.044221,0.011665,0.003084,-0.096772,0.014787,0.015021,0.022246,-0.01363,-0.014255,-0.001634,0.01595,0.010342,0.01978,-0.004728,0.000796,0.014566,-0.00137,0.054156,-0.029452,0.00154,0.003303,-0.02835,-0.005277,0.008832,0.004321,-0.000114,-0.013477,0.044442,0.030364,0.048005,0.004952,-0.023228,0.013698,-0.005238,0.058676,-0.090122,0.013845,0.012774,-0.001931,0.016101,-0.003669,-0.011332,0.007336,0.01394,0.058395,-0.073821,0.011194,0.024517,0.002713,-0.001001,-0.056349,0.005235,-0.005859,-0.02249,-0.063126,0.014374,0.002408,-0.029013,0.026333,0.012492,-0.000723,0.051442,0.027916,-0.015304,0.007513,0.03814,-0.036076,0.026093,-0.050033,-0.026467,-0.007305,-0.007898,0.038954,0.016314,0.017235,0.001157,-0.008012,0.014103,-0.005167,0.024702,0.023391,0.017598,0.002087,0.015675,0.009799,0.005949,0.014978,-0.001403,0.018328,-0.016004,0.01552,0.009747,0.030219,-0.016347,0.016712,0.018814,-0.020983,-0.014396,-0.013103,-0.006791,-0.00909,0.003393,0.00301,0.055541,-0.023913,0.031053,-0.006548,0.000776,0.011463,-0.013204,0.02695,0.018548,-0.042122,-0.000158,0.00872,0.135987,0.025457,-0.020569,-0.005845,0.018129,0.013482,0.001627,-0.016645,-0.023281,0.030149,0.028125,0.008584,0.014201,-0.010466,0.021001,0.063411,0.020212,0.007894,0.017412,0.0031,0.037799,0.004711,-0.185187,0.006939,-0.058978,-0.002009,0.015666,0.000413,-0.001982,0.013558,0.015098,0.006469,0.004813,-0.008486,-0.030002,-0.0006,-0.018611,-0.030537,0.038977,-0.041568,0.003424,-0.003746,0.06925,0.10069,-0.046938,0.092718,0.039817,0.009496,0.000143,0.031494,0.010886,-0.000704,-0.015789,0.000488,0.006869,-0.054336,-0.036198,0.00767,-0.024045,0.001955,-0.022331,0.013667,0.020783,-0.002735,0.009353,-0.002807,0.010535,0.005339,0.001515,-0.040601,-0.03042,0.004244,0.002481,0.016156,-0.028119,-0.023382,0.020342,-0.003696,0.008671,-0.03376,-0.038451,0.027541,0.02246,0.020841,-0.015146,-0.030422,-0.054966,0.009889,-0.000741,-0.030093,0.010378,0.008253,0.03506,-0.006298,0.006249,0.015741,0.023652,0.14807,0.023175,0.024967,-0.021746,0.02099,-0.007161,0.054412,-0.002371,-0.044481,-0.048451,-0.005839,0.031794,0.006612,0.004778,-0.036616,-0.019345,0.063138,0.024677,-0.012108,-0.056112,-0.005524,0.024478,0.015561,-0.011205,0.001927,-0.055176,0.023607,0.022779,0.052905,0.000615,0.023876,0.024794,0.014382,0.002961,-0.009981,-0.030956,-0.000742,-0.023141,0.006263,-0.006182,0.004575,-0.030795,-0.004329,-0.022145,0.037642,-0.016868,-0.025629,-0.030633,0.026713,-0.024908,0.010658,0.015222,-0.017305,-0.044927,0.016018,-0.002635,-0.005719,-0.013219,0.001274,-0.005926,0.03016,0.008791,-0.020558,-0.01126,0.045136,-0.034435,-0.046849,0.009936,-0.033571,-0.005895,0.019656,0.047437,-0.0187,-0.05064,0.007549,-0.009065,0.054855,0.007576,-0.030133,-0.023846,-0.012645,-0.019497,0.026499,0.040568,-0.005874,-0.005721,0.002891,-0.009423,-0.006073,-0.004865,0.026897,-0.041562,-0.002662,-0.0206,-0.008283,0.010825,0.022431,-0.020329,-0.014562,-0.007504,0.056037,0.000435,-0.02692,0.003105,-0.0006,-0.018784,0.016506,-0.001534,0.018209,-0.025168,-0.020205,-0.010131,0.024796,-0.018429,-0.052253,-0.010349,-0.012125,0.017487,-0.015521,0.107299,-0.005896,-0.050898,-0.010721,0.021038,-0.0106,-0.027535,0.026528,0.023721,-0.022478,-0.016207,-0.029092,-0.007956,-0.010947,-0.016986,-0.008921,-0.023373,-0.011334,0.000311,0.035846,-0.005435,-0.023128,0.007766,0.029923,0.001308,0.004164,0.015503,-0.023254,-0.001623,-0.007742,-0.0277,0.001727,0.038733,-0.014106,0.029701,-0.011906,0.000648,-0.028622,-0.024666,0.001131,0.043291,-0.004305,0.033871,-0.022179,0.013019,0.038229,0.06129,0.04237,-0.015667,-0.018236,0.001854,-0.008602,-0.002952,0.044505,0.000102,-0.021516,0.012043,0.020625,-0.006804,-0.008811,0.024988,0.030472,0.02084,0.017695,0.026087,0.113458,0.002438,0.003214,-0.022028,0.009272,0.009805,0.030438,0.038713,-0.01661,-0.01717,0.005217,0.003936,-0.002901,0.037821,-0.032447,0.03118,0.00131,-0.039489,-0.007363,-0.030838,0.102667,0.030013,0.000116,-0.013366,-0.001582,-0.00822,-0.025259,0.013481,-0.009589,-0.014112,0.021013,-0.003758,-0.02401,-0.021826,-0.004661,0.044622,-0.037928,-0.002583,0.006418,-0.027964,0.035164,-0.071755,0.004342,-0.027617,0.019935,0.031752,-0.007449,0.000713,0.010019,0.073671,0.004828,-0.040081,0.014936,-0.038686,-0.011432,-0.004171,0.022577,-0.019308,-0.010106,0.002799,0.024108,-0.014587,-0.026353,-0.047759,-0.018045,-0.015666,-0.023281,0.034531,-0.01666,0.017957,-0.01395,0.022468,0.027972,0.024423,0.009249,-0.007095,0.000679,-0.036559,-0.028661,0.003388,0.743267,-0.011817,0.032371,-0.000037,0.000522,0.020266,0.005079,0.007705,0.005415,0.000921,-0.010329,-0.021752,0.005071,0.043895,0.017663,-0.006763,0.048915,-0.012474,0.016264,-0.011759,-0.017258,-0.003153,0.038467,0.062815,0.006348,0.04732,0.039722,-0.033256,0.010674,0.020728,-0.021939,-0.031496,-0.026127,-0.003846,-0.031403,-0.012491,-0.020352,0.046556,0.029107,-0.074647,0.017974,-0.030213,0.011391,0.013178,0.031925,-0.026695,0.02352,0.000925,-0.008163,-0.014944,0.004868,0.027101,-0.040264,0.041786,-0.003906,-0.00457,0.008401,-0.0392,-0.012619,-0.001111,0.041928,-0.013323,0.013845,0.01662,-0.005219,0.037286,-0.022901,-0.006671,0.027309,0.047957,0.02187,-0.102164,0.051465,0.024996,-0.000841,0.014161,0.019004,-0.028793,-0.003845,-0.021657,0.011252,-0.075052,0.044533,0.010683,-0.020942,0.025413,-0.01724,-0.003387,0.029068,-0.033916,-0.036623,0.00586,0.001167,0.003526,0.031393,0.002951,0.009644,0.064087,0.011798,-0.001602,0.015439,0.010727,0.025328,0.01113,-0.068636,0.012262,-0.00234,0.014986,0.006258,0.030565,0.010289,-0.017788,-0.017121,-0.021616,-0.019768,-0.004378,0.008967,-0.007515,0.014098,0.024371,0.010818,-0.015945,0.005773,-0.031962,0.012967,-0.036614,-0.052066,0.045937,0.028651,-0.015053,-0.023751,0.015563,0.014208,-0.006149,-0.018346,-0.020744,-0.002523,-0.003361,0.00209,0.019512,0.006792,0.028892,-0.007042,0.023206,0.013247,0.005903,0.029668,0.006176,-0.01101,-0.032717,-0.000141,0.169141,0.015042,0.048143,-0.036266,0.029998,0.001039,-0.014473,-0.033157,0.00335,0.02761,0.035526,0.038339,0.000992,-0.018551,0.003699,0.071897,0.004935,0.010858,0.004323,0.002619,-0.00233,0.002957,-0.176277,0.007897,-0.032603,0.003894,0.02814,0.001346,-0.014562,-0.013822,0.009136,-0.019425,-0.000822,-0.002043,-0.041809,-0.02176,-0.00103,-0.0266,0.042136,-0.013492,0.029181,0.001759,0.065311,0.082655,-0.017288,0.107732,0.011131,-0.004225,0.024676,0.006243,0.014142,0.002988,0.011429,0.010618,-0.008703,-0.019647,-0.016438,0.011287,-0.01554,0.017697,-0.032078,0.018335,0.005866,0.027716,-0.016477,0.003468,0.008984,-0.017064,0.011552,-0.008983,-0.02924,-0.018202,0.004161,-0.019749,-0.004314,-0.005085,0.0081,-0.008361,-0.023409,-0.012372,-0.038274,0.027051,-0.007855,0.026216,0.013788,-0.000244,-0.042344,0.009553,0.005296,-0.015666,0.001232,0.019086,0.053499,-0.006668,0.024778,0.015677,0.014184,0.130781,0.027883,0.027788,-0.005883,0.032142,0.01133,0.01013,-0.007289,-0.034016,-0.009732,-0.001388,0.01714,0.014963,0.026429,-0.02957,-0.038801,0.046116,0.019961,-0.015904,-0.057044,0.029214,0.026919,0.042107,0.001548,0.033381,-0.001852,-0.010557,-0.002155,0.010848,0.007445,0.039583,0.030523,0.026581,0.019774,-0.009724,-0.010879,0.013231,-0.009365,-0.006692,-0.02382,0.050294,-0.013755,-0.009792,-0.039086,0.020132,-0.004165,-0.045722,-0.02358,0.02592,-0.022952,0.023186,-0.02296,-0.005705,-0.016782,0.013128,0.007889,-0.005171,-0.007861,-0.023178,0.000543,-0.021441,0.005662,-0.021245,-0.045386,0.034017,-0.033124,-0.115828,0.031199,-0.005323,-0.011286,0.038792,0.017007,-0.02141,-0.074886,0.019189,0.002298,-0.004532,-0.005256,-0.019239,0.012783,0.002923,0.019693,0.012054,0.03694,-0.012511,-0.00865,0.025236,0.002285,-0.002156,-0.021556,0.017967,-0.017767,0.014796,-0.020155,0.008059,0.020142,0.020835,-0.02747,-0.010794,0.001322,0.023423,0.017801,0.004353,-0.004687,0.019188,0.023659,0.02889,-0.000452,-0.01771,-0.001408,-0.014159,0.019141,0.034731,-0.027025,-0.057627,0.018142,-0.017559,0.022979,0.010998,0.06689,0.02799,-0.020986,0.01403,-0.016957,0.003754,0.009287,0.057167,-0.012,-0.01903,-0.032605,-0.00402,-0.00743,-0.045721,-0.027323,-0.027445,-0.032422,0.011956,-0.005484,0.020718,0.012136,-0.007291,0.008179,0.006955,-0.006017,0.004093,-0.001653,-0.028249,-0.061362,-0.033035,-0.010172,0.001271,0.041641,-0.007761,-0.006031,0.000996,0.021557,-0.021396,-0.03488,-0.003081,-0.017224,0.003989,0.017066,-0.028508,-0.000166,0.044867,0.027731,0.009961,0.006685,0.007799,0.001436,-0.01543,0.007515,0.007059,0.026178,0.009049,-0.021146,-0.004049,-0.05641,-0.01731,0.021138,0.004636,0.031574,0.001343,0.003424,0.112692,-0.017841,0.010521,0.01178,-0.019656,0.025532,0.043364,0.044767,-0.003382,-0.016623,0.019407,-0.027581,-0.032743,0.02238,0.009354,-0.008207,-0.032523,-0.021092,0.010512,-0.030127,0.10254,0.020854,-0.020438,-0.014443,-0.006594,-0.000682,0.006086,-0.010453,0.006253,-0.015542,0.028409,0.023612,-0.047629,0.006779,-0.001695,0.02263,-0.031629,0.019763,-0.022721,-0.004677,0.03847,-0.02829,-0.002203,-0.001366,0.01733,0.021299,-0.010953,0.005616,0.008267,0.073188,-0.001045,0.020329,0.04393,-0.026141,-0.007052,0.001616,0.01655,-0.004078,0.002718,-0.018529,0.015047,-0.005013,0.01831,-0.017682,0.002777,-0.061149,-0.03106,0.044476,-0.009633,-0.015776,-0.003864,-0.003646,0.006008,0.024302,-0.013785,-0.013344,-0.031555,-0.016076,0.01689,0.020157,0.751523,-0.005483,0.007602,-0.022673,0.025666,0.009485,-0.014274,0.016237,-0.002783,-0.013683,-0.007666,-0.006723,0.026136,0.020271,0.033493,-0.025368,0.043663,-0.03723,0.030293,-0.025982,-0.021116,-0.037414,0.033437,0.05266,-0.02081,0.057288,-0.008736,-0.045324,-0.008531,0.032973,-0.016527,0.010129,-0.045333,-0.031425,-0.02664,0.005583,-0.01499,0.023111,0.009453,-0.088163,0.01121,0.008795,0.021659,-0.019654,-0.021913,-0.001564,0.025604,0.003053,-0.000138,0.014486,-0.002687,-0.001901,0.005233,0.049265,-0.014157,-0.006519,0.004138,-0.026602,-0.009276,0.024341,0.001781,-0.015759,-0.006307,0.06274,0.016354,0.066497,0.003827,-0.010941,0.047484,0.013894,0.025021,-0.107098,0.037741,0.014294,-0.028274,0.004549,0.031733,-0.024505,0.011584,-0.025048,0.025942,-0.073789,0.027644,0.030871,-0.014486,-0.0025,-0.021903,0.010301,0.023883,-0.022199,-0.05632,0.018257,-0.012857,-0.030341,0.018498,-0.023217,-0.02784,0.022959,-0.014805,-0.017037,0.023172,-0.001071,0.00546,0.004375,-0.049665,-0.013766,0.029294,-0.002815,0.000093,0.055463,0.027984,0.001835,0.009593,-0.029167,-0.01521,0.00395,0.033943,0.005292,0.010112,0.026403,0.012837,-0.022378,-0.006338,-0.022676,0.046732,-0.028861,-0.044142,0.026281,0.015577,-0.034325,-0.015095,0.00908,-0.017751,-0.004754,-0.029991,-0.026998,-0.004603,0.000595,-0.013779,0.007752,0.008533,0.015124,0.028204,0.001544,-0.015437,0.01119,0.026978,0.003605,-0.014148,-0.004108,0.016778,0.167242,0.014934,-0.005132,-0.008401,-0.010905,0.01357,0.006847,-0.022183,-0.009986,0.057393,0.004649,-0.001894,0.033396,-0.006017,0.009535,0.058818,0.002176,-0.000054,-0.001172,-0.007402,-0.010906,-0.005929,-0.210686,0.015743,-0.020981,0.00287,0.016861,-0.009909,-0.002078,-0.01756,-0.004189,-0.00887,0.004228,-0.025368,-0.034847,0.000172,0.017002,-0.026526,0.052006,-0.019449,0.00851,-0.019606,0.054848,0.092847,-0.003911,0.113951,0.020815,0.011729,-0.010109,-0.004804,-0.00734,0.004092,0.012406,0.003832,-0.018712,-0.039332,-0.019763,-0.007925,-0.006734,0.049226,-0.044544,-0.000036,0.020873,0.002608,-0.029661,0.01257,-0.016485,-0.021174,0.005552,-0.026307,-0.022767,0.004922,-0.007872,-0.010322,-0.008114,-0.015208,0.027756,0.012667,-0.010724,-0.003542,-0.038858,0.030826,0.009603,0.021267,0.006879,-0.007278,-0.038079,0.002198,0.015649,-0.039515,0.018395,0.009883,0.024002,-0.024131,0.017428,0.009761,0.028452,0.173624,0.007826,0.020264,0.006027,0.020249,-0.016958,-0.007145,0.011836,-0.028856,-0.021627,0.009732,0.032495,0.027912,0.01184,-0.026752,-0.014401,0.047322,0.021105,-0.003006,-0.033027,0.045753,0.046813,0.03836,-0.009487,0.006733,-0.043258,-0.01586,0.00207,0.009047,0.004829,0.036372,0.008563,0.000144,0.014915,0.006874,-0.023367,0.023489,-0.025685,-0.024632,-0.013054,0.062525,-0.027203,0.008483,-0.043104,0.024184,-0.014019,-0.031903,-0.023133,0.017744,-0.019753,0.002725,-0.005933,0.00398,-0.026153,0.016447,0.002257,0.009207,0.006837,0.017372,-0.008774,-0.009256,0.008196,-0.024319,-0.035222,0.028774,-0.009914,-0.101422,0.003534,0.004923,-0.013373,0.039799,0.027076,-0.009337,-0.089634,0.042683,-0.027411,-0.004822,-0.013772,-0.041571,-0.020823,0.003319,-0.006496,0.025087,0.039796,0.004229,0.00199,0.027908,0.012778,0.005626,-0.012703,0.016821,-0.020944,-0.005127,0.003926,0.009013,0.017701,0.020988,-0.031205,0.012478,-0.017126,0.0239,0.015041,0.02245,-0.006962,-0.013956,0.018329,0.024863,-0.013913,-0.011081,0.009913,0.009709,0.031114,-0.012243,-0.051265,-0.031252,0.010701,-0.012786,0.006666,-0.002045,0.105548,0.014281,-0.046526,0.036771,-0.016221,-0.014669,-0.031539,0.023631,-0.004721,0.036244,-0.016023,-0.022599,-0.005386,-0.047731,-0.028319,-0.024002,-0.020095,-0.008164,-0.025506,0.003471,-0.009995,0.003683,-0.007009,0.00617,0.01068,0.019412,0.021608,-0.006334,-0.021558,-0.05925,-0.022673,0.015306,0.036126,-0.033064,-0.005835,0.008292,0.036167,-0.042551,-0.039132,0.019694,-0.001368,0.006052,-0.003574,-0.034749,0.026141,0.040272,0.033281,0.03992,-0.007167,0.012675,0.019573,-0.020602,-0.001344,0.019511,0.013835,-0.007943,-0.034051,0.007612,-0.04681,-0.010134,0.015753,-0.006421,0.014834,-0.00567,0.011302,0.106982,-0.001703,-0.004104,0.00544,-0.016071,0.045307,0.023242,0.040013,0.008847,0.009179,-0.012338,-0.027008,-0.009363,0.031785,0.042168,0.01607,-0.009994,-0.015907,0.025868,-0.02872,0.128031,0.006435,0.005478,-0.001743,0.019388,0.00895,-0.015774,0.02068,0.030736,-0.001888,0.031546,0.011808,-0.047246,0.013388,0.006718,0.004722,-0.02773,-0.00161,-0.00676,0.00677,0.027711,-0.013401,0.009395,-0.017654,0.013211,0.018477,0.000013,0.004055,0.000049,0.07332,0.008311,-0.039371,0.035114,-0.009106,0.017089,0.007036,-0.002189,0.002118,0.01742,-0.004254,0.023932,0.018593,0.002872,-0.018819,-0.008721,-0.047175,0.008055,0.026444,-0.012514,-0.002157,-0.032277,-0.011536,0.007158,0.029128,0.006239,-0.031348,-0.021615,-0.00558,0.021712,0.001827,0.736212,-0.010727,0.036788,-0.003068,0.029526,0.00387,0.013578,0.014555,0.015145,-0.016153,0.002207,-0.023055,0.019365,0.03602,0.016271,-0.025754,0.016598,-0.025884,0.036017,-0.028149,-0.022457,-0.036497,0.026138,0.018921,-0.010472,0.04322,0.026795,-0.030933,-0.012212,0.033561,-0.022284,-0.001587,-0.032934,-0.040868,-0.012092,0.018894,-0.032847,0.00492,0.006642,-0.076105,0.023735,0.023791,0.023173,-0.004762,0.012916,-0.022349,0.015572,0.009472,0.023186,0.00431,0.007236,-0.00285,0.004625,0.052835,0.001939,-0.009069,-0.000279,-0.02492,-0.011483,0.00617,0.011846,-0.004656,-0.030045,0.046343,0.023142,0.050413,-0.004038,-0.005237,0.040855,-0.000184,0.030786,-0.068318,0.016704,-0.002235,0.012959,-0.006733,0.007486,-0.009331,-0.00645,0.000991,0.010816,-0.08298,0.011144,0.01993,-0.00257,-0.014321,-0.035205,0.019464,0.020298,-0.013862,-0.034272,0.008596,0.010298,-0.006354,0.007938,0.023659,-0.019945,0.050877,0.020323,-0.006572,0.034578,0.022769,-0.009525,0.040648,-0.058541,0.000439,-0.002428,-0.000911,0.001158,-0.001549,0.033364,0.010139,-0.016657,-0.024538,-0.008324,-0.002898,0.029129,0.002969,0.014541,0.018962,0.022372,0.005893,-0.007984,0.006589,0.035078,-0.032654,-0.020373,0.016097,0.03145,-0.016202,-0.016201,0.004508,-0.011915,0.004844,-0.025231,-0.008254,-0.005808,0.003778,-0.001654,0.025608,0.011072,0.017907,0.005119,0.005292,-0.002321,-0.009444,0.032648,0.030188,-0.006114,-0.005315,-0.002354,0.18326,0.020109,-0.016977,-0.004518,-0.002674,0.010101,-0.01552,-0.019792,-0.029255,0.030337,0.019389,0.034365,0.036376,-0.018355,-0.010827,0.073043,0.001742,0.011885,-0.008017,-0.009529,-0.001576,0.031417,-0.221336,-0.013187,-0.027788,0.020494,0.007063,-0.009301,-0.006851,-0.006994,0.008466,-0.038904,-0.011241,-0.000503,-0.017253,0.000123,-0.019916,-0.030551,0.043336,-0.008152,-0.002398,-0.004065,0.035111,0.093834,-0.035041,0.130709,0.026784,0.004287,0.011354,0.015998,0.001378,0.016738,0.008264,0.041059,-0.012881,-0.020412,-0.016642,0.00161,0.006213,0.044955,-0.039929,0.00435,0.028523,0.015499,-0.014076,-0.012501,-0.003717,-0.004556,0.017366,-0.025113,-0.006014,-0.013458,0.018785,-0.001697,0.002534,-0.026843,0.046169,0.021899,0.00001,0.010264,-0.026259,0.008012,0.01372,0.008439,0.005082,0.00634,-0.040399,-0.003771,-0.008368,-0.026755,0.011041,0.012182,0.026064,-0.042983,0.015629,0.012767,0.036657,0.12307,0.03783,0.018414,-0.021894,0.009931,0.004582,0.027292,0.008174,-0.022273,-0.007739,0.023117,0.018403,-0.0132,0.023395,-0.029637,-0.049538,0.020615,-0.016505,-0.009522,-0.043585,0.011442,0.021572,0.027429,-0.011231,0.006613,-0.031035,-0.00777,0.008544,0.027157,0.009704,0.033029,0.019957,-0.000055,0.003796,-0.012233,-0.025002,0.025578,-0.021475,0.021895,-0.034013,0.028667,0.004126,-0.004803,-0.015797,0.045714,0.014225,-0.024691,0.000194,0.03365,-0.007444,0.019946,-0.015189,0.000844,-0.025396,0.007754,0.026919,-0.016053,0.007063,0.005876,-0.008535,-0.005739,0.0012,-0.038917,-0.015577,0.0112,-0.021129,-0.11634,0.005538,-0.020754,-0.008276,0.037262,-0.003677,0.011376,-0.025086,0.02286,-0.014137,-0.014841,0.020543,-0.01223,-0.009999,0.004859,0.001851,0.010326,0.026816,0.004704,0.012847,-0.002742,-0.001248,-0.025487,-0.010624,0.013395,-0.033661,0.023291,-0.012401,0.003142,0.021839,0.008916,-0.030874,-0.008035,-0.004013,0.035527,0.02535,-0.011876,0.017636,-0.000248,0.019119,0.015897,-0.008933,-0.020854,0.004789,-0.003174,0.014395,-0.00811,-0.021724,-0.044048,0.025486,-0.014934,0.031562,0.015748,0.093125,0.018538,-0.022806,0.030307,0.001434,0.003119,-0.008808,0.041447,0.006288,-0.003489,-0.017184,0.016161,0.001404,-0.039364,-0.029354,-0.048653,-0.017321,-0.029677,-0.027609,0.000686,0.0025,-0.013176,-0.011639,0.018109,-0.001383,0.021142,0.029337,-0.014225,-0.007179,-0.030441,-0.009859,-0.001039,0.018343,-0.022521,-0.001368,-0.019956,0.007621,-0.016752,-0.039887,0.015695,-0.001403,-0.00356,0.008594,-0.031503,0.002829,0.047143,0.039635,0.021199,-0.036828,-0.001214,0.00022,-0.005038,-0.013084,-0.019597,0.014515,-0.015411,0.002,0.028737,-0.004277,-0.023951,0.026117,0.014932,0.014811,0.01915,0.0319,0.10796,-0.000683,0.00695,-0.007447,-0.02075,0.027865,0.060746,0.010307,-0.022193,-0.023837,-0.006291,-0.00964,-0.026162,0.051666,0.037252,-0.034883,0.016673,-0.025956,0.010865,-0.029634,0.072546,0.036777,-0.028346,-0.013207,-0.003127,-0.009633,0.022008,0.022856,0.008678,0.000764,0.00866,0.024602,-0.012828,-0.006958,0.003929,0.044889,-0.002187,0.009932,0.035548,-0.013048,0.015803,-0.02249,0.000231,-0.031815,0.020902,0.023387,-0.008336,0.020886,0.01309,0.041923,-0.01494,-0.005341,0.040657,-0.019089,0.000309,0.015917,0.02865,-0.009304,0.008395,-0.014833,0.007753,0.008224,0.021994,-0.016532,-0.029171,-0.034976,-0.013079,0.02502,-0.006992,0.033593,0.009419,-0.014962,0.025334,0.021422,-0.005734,-0.010444,0.005535,-0.008375,0.011098,0.01265,0.770095,0.006316,0.00775,0.00398,0.015073,-0.010548,0.008163,0.00458,-0.004043,-0.003384,0.014819,-0.004044,0.001775,0.009101,0.016449,0.005802,0.012654,-0.001153,0.003576,-0.01976,0.002104,-0.027987,0.065788,0.027818,0.016328,0.056166,0.002534,-0.035705,0.006274,0.009462,-0.015587,-0.008529,-0.016111,0.01358,0.00361,0.0088,0.012405,0.009371,0.020453,-0.086102,-0.003196,-0.01076,-0.009898,-0.008105,0.022623,-0.027067,-0.003486,0.010347,0.023482,-0.01242,0.013764,0.010387,0.016135,0.053695,-0.006635,-0.007079,0.011175,-0.00892,-0.010461,0.004941,0.023986,-0.004887,-0.005356,0.089738,0.029879,0.04972,0.005853,-0.013669,0.028136,0.046326,0.021861,-0.063172,0.024415,0.001677,0.003557,-0.002363,-0.004533,-0.058023,-0.021013,-0.024915,0.019059,-0.049811,0.036481,0.043597,-0.020292,0.017789,-0.040115,0.019955,0.004943,0.014351,-0.070471,0.018513,0.007692,-0.002849,0.017385,-0.005768,0.004562,0.013814,-0.01565,-0.00231,-0.00327,-0.002572,-0.033728,0.024745,-0.03603,-0.012629,-0.004151,-0.052627,-0.001383,0.086204,0.015606,0.03322,0.005246,0.003424,-0.001699,0.001421,-0.007244,-0.012398,-0.028946,-0.012684,-0.004869,-0.017171,0.014415,0.012744,-0.002642,-0.032014,-0.033696,0.025008,-0.004884,-0.014121,0.012348,-0.013046,-0.01048,-0.00151,-0.004427,-0.029957,-0.010493,-0.003047,0.035259,0.030814,0.013848,0.031885,-0.003946,0.029805,0.037498,0.033784,0.003253,0.028454,-0.021504,0.008715,0.031533,0.178264,0.010885,-0.008453,0.031053,0.005182,0.020815,-0.020557,0.00228,-0.024987,0.012004,0.022088,0.013007,0.032571,0.007809,0.007575,0.109218,-0.003258,0.005469,-0.007458,-0.013092,0.026069,0.030003,-0.075743,0.005937,-0.02647,0.012476,-0.00091,0.019715,-0.015974,-0.018728,0.008968,-0.016359,-0.017812,-0.018852,-0.0147,-0.028119,-0.006329,-0.007533,0.028716,0.014778,-0.034415,-0.019057,0.034297,0.081238,-0.041747,0.088791,0.011388,-0.000369,0.012766,0.00349,0.027606,0.008312,0.012158,0.044132,-0.025872,-0.030868,-0.020977,0.013423,-0.056847,0.027346,-0.032797,0.000538,0.017369,0.021645,-0.020914,0.018061,-0.024363,0.001232,-0.011893,-0.025635,-0.023504,-0.014523,0.015559,0.008887,0.013145,0.026131,0.063298,0.011764,-0.023743,0.034173,-0.036184,0.007204,0.028695,0.002127,0.020694,-0.007976,-0.055954,-0.007368,-0.040517,-0.024035,-0.014762,0.000528,0.019139,-0.025479,-0.025385,0.028679,0.026727,0.059242,0.001437,0.002868,-0.001205,0.039238,-0.034013,0.010263,0.007418,-0.031424,-0.013292,0.013946,0.031234,0.006044,-0.00108,-0.008223,-0.031977,0.029014,0.010148,-0.013109,-0.038096,0.017235,-0.028506,0.019581,0.01763,0.047934,0.020343,0.001542,0.00762,0.017091,0.003026,0.038236,0.014305,-0.021149,-0.004789,0.012423,-0.03696,-0.00572,-0.002909,0.013189,-0.022038,0.025584,0.011224,-0.00809,-0.060857,-0.014589,0.004836,-0.024958,-0.006157,0.017292,-0.015609,0.037657,-0.02532,-0.000593,-0.038202,-0.015998,0.02478,-0.011414,0.010988,0.00054,-0.025039,0.003015,0.013072,-0.041513,-0.022032,0.01824,-0.023657,-0.031552,-0.003471,-0.020672,-0.000778,0.035312,-0.001361,0.02044,-0.004007,0.035711,-0.01355,0.009606,0.041698,-0.017597,0.008635,0.01523,0.004245,0.018675,0.031665,-0.048685,0.017042,0.011463,0.030962,0.000744,0.00064,0.02865,-0.018224,-0.040739,0.021312,0.00781,0.006824,0.019669,-0.000541,-0.00431,0.026882,0.01079,-0.011198,0.004773,0.023246,0.011926,0.023456,0.017387,0.002168,-0.047256,0.017874,-0.006721,0.007139,-0.003197,-0.033727,-0.036317,-0.000289,-0.024681,0.034705,-0.011703,0.046522,0.009389,-0.020856,0.028004,0.023741,0.008433,-0.010038,0.016933,0.009239,-0.000455,-0.017018,-0.004006,-0.007749,-0.015975,-0.018713,-0.029082,-0.009906,-0.006838,0.005762,0.004549,0.016996,-0.01408,-0.015069,-0.006995,-0.016313,-0.026885,0.023883,-0.045664,0.005349,-0.028498,-0.011444,-0.033699,0.020106,-0.017875,0.024348,0.006913,0.001086,-0.016965,-0.061011,-0.014357,0.003892,0.010605,-0.002878,-0.017704,-0.017447,0.041907,0.014638,-0.000891,-0.028004,0.001614,0.034252,-0.019649,0.011966,-0.014982,0.015031,-0.038331,-0.022196,-0.004439,-0.007207,0.025803,0.018576,-0.015912,0.006696,0.010431,0.014672,0.124709,0.012168,0.012093,-0.0129,-0.006905,-0.016603,0.042561,0.007631,-0.006734,-0.015818,0.011804,-0.050006,-0.038735,0.034946,-0.040916,-0.035094,0.02621,-0.003047,0.005666,0.007982,0.028678,0.021022,0.008779,-0.008667,-0.009345,-0.019951,-0.016217,-0.023085,0.030161,-0.003849,0.012024,0.00888,0.010181,0.009557,0.008167,0.022027,-0.011646,0.006905,0.018447,0.01013,-0.026901,-0.020831,0.007067,-0.054782,0.004792,0.009089,-0.017091,0.023472,-0.03069,0.068444,-0.02539,-0.009253,0.000239,-0.023489,0.036395,0.03373,0.018019,-0.035171,0.02328,-0.009297,0.007974,0.012756,0.010521,-0.016053,0.01123,-0.008647,-0.044071,0.04411,0.007927,-0.015419,-0.025643,-0.006171,0.009557,0.027789,-0.005073,0.005334,-0.017993,-0.025346,-0.006525,0.000689,0.791681,-0.008836,0.022531,0.003422,-0.007311,0.017144,-0.038118,-0.020748,0.001992,-0.003729,0.043455,-0.000954,0.01853,0.008496,0.022716,-0.004175,0.014082,-0.020727,0.021125,-0.03598,0.008272,-0.041769,0.009687,0.014589,-0.016633,0.053223,0.010282,-0.021902,-0.004227,-0.028808,0.006236,-0.009142,-0.035878,-0.059841,-0.026577,0.024008,-0.034387,0.034928,0.005975,-0.108794,-0.007434,-0.014144,0.0149,0.003001,-0.00032,-0.025869,0.022277,-0.018303,-0.003102,-0.012369,-0.00008,-0.029506,-0.005284,0.025356,-0.008625,-0.023089,0.002148,-0.02971,-0.006534,0.026857,-0.004143,-0.029714,0.016536,0.091755,-0.000892,0.068023,0.00706,0.007412,0.030108,0.045621,0.018264,-0.07105,0.031023,0.010028,0.003422,0.008167,0.017836,-0.040064,-0.018853,-0.017708,0.010866,-0.058304,0.016344,0.024218,-0.019226,0.014737,-0.043147,0.016396,0.016222,0.005209,-0.05469,0.014771,-0.009802,-0.011266,0.020473,0.007674,0.002746,0.05379,0.007878,0.003365,0.005923,0.004636,-0.003806,0.03704,-0.065659,-0.005933,-0.000294,-0.017381,0.000702,0.050823,0.013304,0.015332,0.00928,0.001569,0.002215,0.002516,0.015192,0.015207,0.000647,-0.008575,-0.030502,-0.004859,0.015523,-0.00291,0.011657,-0.036399,-0.028347,0.01327,0.014107,-0.014998,-0.002188,0.00251,-0.004464,-0.004932,-0.011132,-0.026788,-0.006121,0.014118,0.047205,0.022225,0.014614,0.025311,-0.003473,0.035319,0.024378,0.020511,0.027691,0.026602,-0.012247,0.005122,0.027435,0.150156,0.020369,0.007745,0.014962,0.003865,0.009509,-0.023536,0.007633,-0.031257,0.030107,0.024903,0.010197,0.020292,-0.009292,0.011046,0.084758,0.0033,0.020582,-0.023539,0.002725,0.010773,0.033495,-0.16052,-0.000143,-0.032432,0.019571,0.011754,-0.002365,-0.030796,-0.020005,0.001152,-0.012747,-0.006745,-0.01155,-0.030737,-0.007471,0.008146,-0.009792,0.033138,0.005156,-0.00812,-0.01228,0.018839,0.096455,-0.041219,0.086301,0.011201,-0.005037,-0.00508,0.007716,0.016337,0.022795,0.00364,0.063248,0.003505,-0.03006,-0.011752,0.028304,-0.02724,0.033066,-0.012877,0.007983,0.033753,0.011311,-0.013776,0.026663,-0.013532,-0.00411,-0.004769,-0.008524,-0.032208,0.007098,0.013412,-0.000856,0.018155,0.014294,0.045283,-0.015597,-0.000493,0.008251,-0.037558,0.012521,0.008612,-0.004453,0.004328,0.000447,-0.049637,-0.008248,-0.038667,-0.041313,0.001285,0.009755,0.019937,-0.031418,-0.012394,0.007732,0.022573,0.11687,-0.006955,0.015625,0.010593,0.02886,-0.037008,0.005135,0.006558,-0.025089,-0.028673,0.003791,0.018121,0.008936,0.015679,-0.016779,-0.029167,0.027982,0.010053,-0.013619,-0.063773,0.008777,0.017056,0.015423,0.014592,0.021342,0.00813,-0.000094,0.025007,0.000168,0.007458,0.049744,0.022983,-0.000399,-0.006687,-0.001105,-0.052559,0.011084,-0.007691,0.001409,-0.024191,0.02693,0.00453,-0.014115,-0.035256,0.008779,0.010203,-0.029171,-0.016704,0.036565,-0.027968,0.028105,-0.011773,-0.007089,-0.03075,0.001376,0.014755,-0.000749,0.02651,0.002461,-0.001646,0.007869,-0.001777,-0.041153,-0.006501,0.026656,-0.032778,-0.081752,0.021995,0.001504,-0.012039,0.029477,0.011455,0.006486,-0.03896,0.011847,-0.010393,0.012826,0.039444,-0.021817,0.003313,-0.000632,-0.000911,0.035313,0.040315,-0.03206,0.022823,-0.004642,0.039869,-0.012242,-0.007697,0.033464,-0.010291,-0.021674,0.016237,-0.00882,-0.000792,0.020155,-0.016399,0.007545,-0.008608,0.013158,0.008889,0.0099,0.010922,0.002131,0.024708,0.012419,0.007601,-0.033696,0.002978,-0.002599,0.010985,-0.017548,-0.022363,-0.026074,0.019779,-0.017413,0.02529,0.010115,0.071965,0.009404,-0.01984,0.051596,0.012535,0.00478,0.006175,0.024158,0.014291,-0.011767,-0.024142,-0.010854,-0.010192,-0.027611,-0.036053,-0.018752,-0.003701,-0.005472,0.003807,-0.004142,-0.000046,-0.019785,0.011031,0.011805,-0.016889,-0.005767,0.01215,-0.039866,0.00229,-0.023012,-0.01219,-0.015937,0.023186,-0.01727,-0.003885,0.011282,0.025106,-0.044491,-0.044065,-0.011079,0.01554,0.024164,0.022717,-0.017687,0.006757,0.04425,0.025985,0.03862,-0.023568,0.008102,0.021284,-0.01401,-0.014029,0.025311,0.016053,-0.012753,-0.018305,0.014913,-0.022523,-0.004819,0.045274,-0.005612,0.006556,-0.002265,0.026269,0.120405,0.002953,0.02178,-0.001828,-0.024729,0.012335,0.036528,0.025162,-0.018134,-0.000085,0.01353,-0.033821,-0.021774,0.03368,-0.005012,-0.017347,0.002679,-0.031695,0.020128,-0.029102,0.085473,0.009705,-0.010515,0.008245,0.004912,-0.01634,-0.01014,-0.000797,0.029412,-0.000029,0.027342,0.035164,-0.016887,0.006632,-0.000308,0.020409,-0.024147,0.021858,0.010864,0.015409,-0.026426,-0.008216,0.002119,-0.035443,0.016078,0.037019,-0.008142,0.029708,-0.024729,0.058955,-0.007842,-0.025188,0.031861,-0.021074,0.026795,0.028779,0.001564,-0.024621,0.028595,-0.009951,0.010518,0.009795,-0.00371,-0.022967,0.005115,-0.0276,-0.024387,0.047083,0.021888,-0.001234,-0.038079,-0.013,0.026581,0.019098,-0.010111,0.003472,-0.006269,-0.026499,0.001564,0.000233,0.784929,-0.011746,0.028514,-0.007557,0.005801,0.011458,-0.007772,-0.032277,-0.010439,-0.002637,0.030933,0.007736,0.012432,0.02821,0.017819,-0.00945,0.020759,-0.002892,0.011848,-0.033484,-0.013502,-0.028402,0.035199,0.009614,-0.013451,0.073901,0.015136,-0.019085,-0.008973,-0.010384,-0.020676,-0.022011,-0.02707,-0.045108,-0.001101,0.009134,-0.004808,0.044636,0.015342,-0.091738,-0.005655,-0.012078,0.020629,-0.020873,0.014712,-0.020836,0.033795,0.003249,-0.002292,-0.009943,0.019018,-0.012112,-0.003602,0.057079,-0.002281,-0.016982,0.001777,-0.057518,-0.010795,0.006721,-0.00145,-0.024799,-0.004753,0.10109,0.026527,0.064651,0.006123,0.029371,0.019189,0.050652,0.019872,-0.07195,0.058675,0.002373,-0.04637,0.018719,0.016795,-0.039989,-0.022909,-0.030089,0.025839,-0.058074,0.042708,0.01139,-0.023767,0.008,-0.034137,0.010233,0.00716,0.012267,-0.032787,0.014694,-0.014371,-0.029512,0.01793,-0.029348,0.002694,0.044765,-0.029252,-0.005769,0.004671,0.008436,0.039135,0.01067,-0.048807,-0.001476,0.007742,0.019267,0.017286,0.059677,0.009092,0.021949,-0.029575,-0.008219,-0.026873,-0.022577,0.015459,0.010322,0.000587,0.00958,0.005523,-0.026573,0.009806,-0.024712,0.01181,-0.023036,-0.019568,0.007469,0.035741,-0.025476,0.008276,-0.002256,0.008153,-0.01479,-0.018236,-0.007507,-0.01589,-0.027469,0.020557,0.025331,-0.021697,0.018368,0.017156,-0.017254,0.007936,0.032287,-0.003002,0.002921,0.00354,0.005841,0.002196,0.156082,-0.000876,0.023307,-0.037852,0.003955,0.02309,-0.004503,-0.010589,-0.025129,0.008915,0.012129,0.017556,0.032443,-0.020882,-0.019643,0.07061,-0.00087,-0.00109,-0.016866,-0.006181,-0.003554,-0.020438,-0.199635,0.016186,-0.036241,0.006568,0.005541,-0.013412,0.010808,-0.022366,-0.00874,-0.012811,0.008377,0.002533,-0.04094,-0.020651,0.002344,-0.028271,0.048206,-0.01758,0.000424,-0.00008,0.040025,0.070085,-0.02338,0.08321,0.015017,-0.009631,0.005532,0.012446,0.00514,0.023211,0.002913,0.045772,0.006532,-0.048256,-0.016211,-0.008147,-0.024947,0.027725,-0.055515,-0.000548,-0.025213,-0.008954,-0.027058,0.01769,-0.038273,-0.016587,0.013889,-0.031518,-0.027689,-0.007338,-0.021474,-0.046274,-0.015779,-0.003825,0.035418,-0.008636,-0.014548,-0.006862,-0.039013,0.009205,0.001192,-0.002433,0.01822,-0.0103,-0.045411,0.008559,0.002276,-0.007241,-0.000743,-0.008237,0.01095,-0.009297,-0.000526,0.00623,0.006983,0.171756,0.022071,0.023576,-0.00248,0.036053,-0.000755,0.012987,-0.027275,-0.033722,-0.03622,0.018516,0.030065,0.026526,0.011391,-0.021364,-0.003705,0.063891,0.020723,0.000908,-0.049213,0.025149,0.031518,0.021762,-0.004906,0.002726,-0.021593,-0.014148,0.010112,0.007765,0.04086,0.062056,0.01472,0.033312,0.006919,-0.009605,-0.031263,0.015378,0.014921,-0.014269,0.01372,0.043729,-0.039589,0.021182,-0.056297,0.02696,-0.021154,-0.044123,-0.022914,0.016762,-0.00902,0.008143,-0.050867,-0.000715,0.002042,0.015398,-0.016047,0.014985,-0.00917,-0.00978,-0.013467,-0.004149,-0.006766,-0.022766,-0.025596,0.011089,-0.037165,-0.070238,0.003377,-0.000945,0.015233,0.039804,-0.003296,-0.010956,-0.06195,-0.0087,0.020123,0.020762,0.003326,-0.035141,-0.016516,0.027305,-0.004208,0.024177,0.029234,-0.004472,-0.010001,0.006661,0.018016,0.019617,-0.008163,0.016034,-0.036455,0.001922,0.018325,0.008475,0.011511,0.021245,-0.018224,0.014227,0.023627,0.004152,-0.001966,0.004223,0.01809,-0.029158,0.011474,0.008992,0.013053,-0.036507,-0.003072,0.002353,0.008966,0.000286,-0.043777,-0.03405,0.009996,-0.016265,0.026558,0.007286,0.108336,0.015659,-0.004714,0.024201,-0.004173,-0.003428,-0.009804,0.044618,0.002,0.006175,-0.034977,-0.026599,-0.01881,-0.029901,0.002415,-0.03227,-0.026778,0.018853,0.010304,-0.033717,-0.016603,0.005498,-0.000967,-0.003322,0.010958,-0.011979,0.014607,-0.026647,-0.012826,-0.028138,-0.000994,-0.01912,0.022492,0.01107,0.021093,-0.018739,0.02878,-0.016409,-0.049068,-0.000467,-0.039695,0.027516,0.03595,-0.014078,-0.009882,0.038396,0.028157,0.014754,-0.003923,0.020718,-0.00309,0.000738,-0.019272,0.057246,0.026102,-0.023051,-0.019203,0.021912,-0.045748,-0.011374,0.028953,-0.014412,0.05908,0.021789,0.013113,0.116992,-0.02883,-0.01252,-0.003159,-0.023847,-0.004188,0.025819,0.039297,-0.022743,-0.027477,0.007889,-0.027297,-0.019597,0.0424,-0.005092,0.013626,-0.019337,-0.014623,0.033926,-0.000232,0.04935,0.019459,-0.033373,-0.000697,0.013254,-0.012659,-0.009565,-0.004679,0.036385,-0.029258,0.019056,0.046325,-0.014271,0.022311,-0.004771,0.000236,-0.023117,0.01504,-0.003063,-0.006567,0.035623,-0.00926,-0.048959,-0.017126,0.009713,0.018785,0.00073,0.021359,0.009571,0.045904,0.008871,-0.02282,0.020043,-0.013405,-0.001216,0.015322,0.020663,-0.031832,-0.00385,0.011232,0.02774,-0.000223,-0.007065,-0.033945,0.005924,-0.03585,-0.004759,0.024849,-0.017137,-0.002967,-0.029482,0.006189,0.034846,0.017367,0.005483,-0.019948,0.000334,0.005654,0.016894,0.008949,0.753735,-0.005338,0.043928,-0.023737,0.059363,-0.003364,-0.013432,0.013239,0.005822,0.002621,-0.01411,-0.022033,0.0115,0.002465,0.01017,-0.039588,0.042101,-0.035786,0.00901,-0.012563,-0.027112,-0.018919,0.007446,0.014128,-0.018467,0.016695,0.005727,-0.039231,0.000033,0.018143,-0.041524,0.019349,-0.02975,-0.034907,0.012924,0.021161,0.006369,0.017869,-0.023858,-0.092333,0.031405,0.023367,0.038328,-0.013614,-0.003343,0.012763,0.039122,0.008163,0.02278,-0.011917,0.001444,0.016512,0.00367,0.061664,-0.000455,-0.011352,0.001306,-0.047651,-0.021841,0.024955,-0.006315,-0.049029,-0.016516,0.061661,0.019918,0.064564,0.018967,-0.023555,0.015372,-0.012209,0.022639,-0.077111,0.049986,-0.003224,-0.035012,0.011174,0.01201,-0.038032,-0.005605,-0.027383,0.024399,-0.06609,0.031826,0.008857,-0.02366,0.004988,-0.038539,0.001385,0.007993,0.008303,-0.040915,0.014247,-0.012266,-0.01736,0.010634,-0.032759,0.013994,0.042813,-0.024398,-0.009373,-0.00465,-0.002777,0.026173,0.013554,-0.065824,-0.001384,0.013082,0.018816,0.013346,0.061323,0.010922,0.005759,-0.034732,-0.009676,-0.011123,-0.013887,0.0142,0.007474,0.003071,0.013822,0.008234,-0.024499,0.004157,-0.029561,0.024806,-0.028261,-0.020435,0.005213,0.030303,-0.01723,0.018604,0.007958,-0.006402,-0.024337,-0.025995,-0.002502,-0.006647,-0.02094,0.014885,0.018748,-0.004017,0.009575,0.011548,-0.009056,0.005887,0.018783,0.007899,-0.000553,0.001776,0.009203,0.001867,0.155373,0.00623,0.016156,-0.023094,-0.003262,0.023427,-0.003863,-0.017418,-0.03378,0.01462,0.016972,0.005397,0.033937,-0.017096,-0.022429,0.07301,-0.004627,0.004769,-0.018741,-0.001397,-0.004875,-0.017734,-0.205821,0.015146,-0.025745,0.008177,0.010112,-0.010312,-0.003573,-0.01809,-0.004331,-0.019331,0.004471,-0.003699,-0.047633,-0.015669,0.011304,-0.020132,0.047506,-0.014787,-0.00855,0.003189,0.052784,0.077526,-0.027159,0.084725,0.020114,-0.006705,0.016608,0.020187,0.008155,0.022336,-0.008573,0.04551,0.005916,-0.038776,-0.019179,0.004615,-0.028142,0.02861,-0.0463,0.007738,-0.008453,-0.006963,-0.031766,0.021777,-0.027815,-0.018395,0.015462,-0.023018,-0.036711,-0.00491,-0.012129,-0.044775,-0.009775,-0.012816,0.037716,0.008883,-0.012631,0.014519,-0.031418,0.01674,0.011921,0.008402,0.006159,-0.012152,-0.043824,0.00653,0.001349,-0.008414,0.013442,-0.006295,0.01245,0.001285,0.014845,0.001279,0.011936,0.153735,0.020397,0.02977,-0.003763,0.034345,0.001292,0.012455,-0.01975,-0.023512,-0.039615,0.00857,0.037524,0.003096,0.012802,-0.017138,-0.005065,0.058721,0.021094,-0.007266,-0.036564,0.031312,0.036618,0.029846,-0.004688,-0.004461,-0.013823,-0.024563,0.006643,0.015297,0.02934,0.054193,0.031917,0.037866,0.007663,-0.00799,-0.033206,0.014841,0.013067,-0.00539,0.015839,0.054187,-0.034579,0.02648,-0.04611,0.027954,-0.010025,-0.045166,-0.015431,0.019342,-0.010882,0.011852,-0.031418,0.001265,0.003196,0.009854,0.002672,0.004842,-0.004042,-0.012486,0.000786,-0.003989,-0.000464,-0.027614,-0.032004,0.004537,-0.042549,-0.108509,0.008618,0.011744,0.021073,0.048146,0.008294,-0.008298,-0.053071,0.000345,0.014672,0.007589,0.007321,-0.023711,-0.016052,0.018296,0.003923,0.034229,0.017999,-0.004961,-0.014826,0.006233,0.01144,0.015088,-0.004593,0.006094,-0.034473,0.006073,0.010705,0.014323,0.014157,0.010415,-0.019324,0.016644,0.026434,0.002673,-0.011785,0.016908,0.007416,-0.041857,0.013709,0.000965,0.004369,-0.029366,0.006638,0.005474,0.003951,-0.001091,-0.03035,-0.035495,0.003914,-0.009597,0.024514,0.013709,0.102991,0.020916,-0.005392,0.030799,-0.014986,0.002108,-0.009655,0.049182,-0.002675,-0.000992,-0.035565,-0.019216,-0.014836,-0.038772,0.000459,-0.019134,-0.020512,0.012856,-0.002072,-0.00892,-0.007364,-0.00419,-0.001366,0.016491,0.022498,-0.004702,0.017735,-0.018955,0.006218,-0.035525,0.001166,0.000647,0.026022,0.010055,0.019038,-0.024259,0.028554,-0.003115,-0.041348,0.000451,-0.029971,0.025489,0.022466,-0.017489,0.005081,0.030206,0.02617,0.029775,-0.016489,0.029616,0.008441,-0.007587,-0.018456,0.022803,0.015692,-0.020067,-0.022062,0.024435,-0.047878,-0.011503,0.031563,-0.016065,0.041315,0.016731,0.01561,0.113705,-0.024536,-0.010699,-0.01457,-0.021892,-0.005131,0.037638,0.042729,-0.030487,-0.029291,0.009484,-0.018632,-0.012561,0.035616,0.020816,0.017652,-0.015553,-0.014514,0.034291,-0.018435,0.046121,0.020589,-0.031195,-0.005592,0.013459,-0.0078,-0.023406,-0.000644,0.030174,-0.02551,0.018486,0.054574,-0.011956,0.007088,-0.006495,0.019598,-0.028301,0.00833,0.002482,-0.016558,0.027732,-0.014177,-0.046765,-0.009591,0.00622,0.030209,-0.001025,0.017929,0.017533,0.052093,0.001983,-0.030249,0.030997,-0.015434,0.017971,0.013941,0.013503,-0.02988,0.000775,0.004977,0.025065,-0.001366,0.006498,-0.029331,0.010985,-0.056668,0.001692,0.032537,-0.0178,-0.008214,-0.024196,-0.002835,0.037192,0.004914,0.011266,-0.013533,0.007671,0.003013,0.026206,0.018933,0.763798,-0.005907,0.038594,-0.019933,0.043705,-0.011771,0.000533,-0.005602,0.004389,0.012649,-0.014945,-0.016786,0.007577,0.009956,0.00672,-0.031777,0.034971,-0.028767,0.015335,-0.011559,-0.038765,-0.0206,0.008389,0.007542,-0.009503,0.020709,0.016,-0.042307,0.012331,0.014469,-0.053036,0.011845,-0.031283,-0.02836,0.002319,0.018509,0.007853,0.006991,-0.002834,-0.087931,0.028771,0.023392,0.041276,-0.00721,0.001931,0.012575,0.036526,0.010611,0.012307,-0.020828,0.003322,-0.000349,0.010515,0.058475,0.001478,-0.008255,0.005302,-0.053351,-0.022215,0.023359,0.003156,-0.044064,-0.012954,0.068685,0.017163,0.061816,0.012047,-0.022192,0.030243,-0.011366,0.034469,-0.070875,0.028159,0.020971,-0.020947,-0.011316,0.027113,-0.026515,0.004057,0.004631,0.011014,-0.08357,0.019563,0.024803,-0.007701,-0.001927,-0.041981,-0.003982,0.013533,-0.002128,-0.052212,0.002381,-0.01196,-0.009892,0.026923,-0.025893,-0.013417,0.044503,-0.014451,-0.015915,0.009861,0.005583,0.00711,0.00844,-0.049943,-0.001506,0.012728,0.026274,0.010924,0.048908,0.024604,-0.007491,-0.010532,-0.027265,-0.001214,-0.008482,0.018373,0.004234,0.005506,0.017419,0.013518,-0.011223,-0.011653,-0.030179,0.030708,-0.015599,-0.026719,0.011037,0.016365,-0.022762,0.00005,0.003175,0.005263,-0.011322,-0.014795,-0.013659,-0.006089,0.004662,0.011219,0.021356,-0.000606,0.003484,0.014326,-0.00994,-0.002375,0.017264,0.006316,0.006852,0.012933,-0.008788,0.007087,0.167193,0.003806,-0.00138,-0.01759,-0.003296,0.00394,-0.007972,-0.019563,-0.017851,0.0446,0.004556,0.0059,0.036297,-0.012017,-0.016489,0.080284,0.003282,-0.005286,-0.011605,-0.001436,-0.017131,0.004929,-0.208333,0.002994,-0.035583,0.001816,0.016235,-0.010977,0.006883,0.00035,-0.00353,-0.016945,0.004874,-0.008924,-0.041323,-0.021508,-0.007747,-0.022237,0.069709,-0.025427,0.003094,-0.008714,0.047729,0.077491,-0.014983,0.088753,0.024648,0.001099,0.014112,0.007913,0.01444,0.01417,0.012562,0.025479,-0.016503,-0.020814,-0.015187,0.006457,-0.012277,0.027519,-0.060875,0.013352,0.006043,-0.001324,-0.021723,0.019687,-0.014681,-0.006064,0.00881,-0.020247,-0.017224,0.007095,0.004547,-0.024102,-0.005735,-0.017048,0.034871,0.014249,-0.006212,-0.008844,-0.051966,0.037668,0.009039,0.018268,0.020772,-0.006838,-0.051266,0.005332,-0.006375,0.000257,0.020319,0.008877,0.016999,-0.000105,0.012051,0.023683,0.040892,0.125515,0.032276,0.021333,-0.006541,0.042371,-0.004646,0.004825,-0.023879,-0.01495,-0.035597,0.008273,0.020163,0.006333,0.006965,-0.020463,-0.019871,0.025094,0.012734,0.019894,-0.02618,0.020761,0.037286,0.018182,0.006786,0.002846,-0.02391,-0.024798,-0.013304,0.017191,0.014678,0.031535,0.04079,0.027971,-0.002663,-0.004739,-0.020821,-0.005532,-0.007703,-0.01557,-0.00682,0.044292,-0.035203,0.019945,-0.049322,0.029372,0.000713,-0.029766,-0.006887,0.012446,-0.006255,0.013635,-0.032451,0.004681,-0.015535,0.013908,0.006741,-0.001278,0.005264,-0.013371,-0.008195,-0.008613,-0.009755,-0.033061,-0.02552,0.015189,-0.034363,-0.108836,0.022109,0.004379,-0.00545,0.039416,0.013774,-0.014354,-0.074595,0.01823,0.012854,-0.022828,0.006683,-0.018163,-0.017073,0.014934,0.002418,0.025925,0.040187,-0.009959,0.008398,-0.000997,0.012104,0.00261,-0.027788,0.019353,-0.038154,-0.004597,-0.005078,0.021306,0.015425,0.001145,-0.028565,0.005041,0.009636,0.01151,-0.002907,-0.001734,-0.004431,-0.041468,0.005829,0.023726,-0.004933,-0.035285,-0.003412,0.012931,0.008066,-0.001342,-0.036292,-0.034826,0.026279,0.008456,0.016343,0.007131,0.098181,0.005543,-0.021888,0.016316,-0.019199,0.004878,-0.007037,0.037189,0.0074,-0.000404,-0.026154,-0.023796,0.008614,-0.039143,-0.008171,-0.031134,-0.033834,0.00429,-0.011843,0.002453,-0.022331,0.007761,-0.00166,0.008182,0.015622,0.003156,0.028506,-0.009237,-0.009007,-0.042228,0.000364,0.020979,0.032644,-0.009,0.004022,-0.013081,0.024789,-0.02522,-0.038381,0.004596,-0.023009,0.018586,0.017719,-0.034153,-0.003379,0.039464,0.032274,0.030229,-0.009254,0.027948,-0.00071,0.002507,-0.012172,-0.006279,0.009342,-0.011849,-0.034684,0.023604,-0.054645,-0.024702,0.032492,-0.024279,0.021399,0.013218,-0.010953,0.114291,0.003999,-0.007702,-0.019736,-0.024079,0.006347,0.039896,0.057551,-0.030221,-0.016207,0.000843,-0.008014,-0.018684,0.026854,0.037317,-0.003255,-0.011202,-0.020123,0.016451,-0.008554,0.042443,0.010948,-0.014638,-0.00966,-0.00594,0.013775,0.002393,-0.00302,0.010423,-0.013005,0.029294,0.036673,-0.01433,-0.006092,0.000498,0.013151,-0.012104,-0.005255,0.022125,-0.007858,0.027827,-0.024523,-0.045408,-0.02853,0.017223,0.022145,-0.005658,0.028757,0.000903,0.060504,0.010433,-0.025886,0.036686,-0.01888,0.017195,0.01105,0.027108,-0.031689,0.001049,-0.007192,0.027782,-0.002656,0.00105,-0.038334,0.006375,-0.048775,0.001045,0.031982,-0.02445,-0.000239,0.002502,0.008749,0.010845,0.008018,0.016568,-0.018364,-0.008219,-0.002311,0.018985,0.008391,0.773104,-0.015225,0.032382,-0.017523,0.031462,-0.020045,0.004324,-0.0006,0.018335,0.00548,0.006084,-0.007929,0.021663,0.029026,0.015664,-0.016044,0.024632,-0.030615,0.01415,-0.034127,-0.037146,-0.030126,0.010677,0.03625,0.006698,0.039077,0.002253,-0.036353,0.018899,0.025384,-0.043679,-0.000814,-0.0169,-0.012932,-0.015315,0.034225,-0.032593,0.001867,0.00768,-0.093319,0.016073,0.045397,0.014593,-0.014571,0.006147,0.00137,0.01689,0.013762,0.013523,0.000882,-0.007602,-0.004992,0.009688,0.071989,-0.004356,0.00222,0.004396,-0.033677,-0.020438,0.006524,0.006399,-0.024782,-0.026288,0.065333,0.021594,0.073956,-0.018613,-0.026349,0.024783,0.001134,0.014781,-0.069436,0.032054,0.032334,0.014041,0.010094,0.026256,-0.050618,-0.024168,-0.011903,0.033146,-0.023513,0.022914,-0.007781,-0.020117,0.033799,-0.036876,0.030706,0.026256,-0.005614,-0.028507,0.01189,0.010482,-0.051761,0.009161,-0.00152,0.013175,-0.002265,0.029237,0.002023,0.008159,-0.019395,-0.030065,0.012996,-0.06696,0.000273,-0.014792,-0.013421,0.032204,0.11692,0.013015,0.002937,-0.004464,-0.032164,-0.003387,-0.009499,-0.014545,-0.011932,0.030053,0.027412,0.017649,-0.041122,0.006605,-0.026189,0.036007,-0.066019,-0.025361,-0.002044,-0.013674,0.015683,0.026939,0.006407,0.005336,0.004575,-0.003516,-0.034069,0.006957,-0.01553,0.037,0.019922,-0.018791,0.013158,0.029407,0.009279,0.022984,0.020668,0.018793,0.030166,0.029049,0.032251,0.025646,0.141016,-0.027341,0.016346,0.030719,0.005979,-0.002399,-0.025708,0.009179,0.00115,0.056091,0.014047,0.015271,-0.001656,0.003028,0.033051,0.061168,-0.003534,0.029455,0.009438,-0.023717,-0.010971,0.007811,-0.15216,-0.003078,-0.047796,-0.000173,-0.01658,0.002785,-0.033378,-0.032528,-0.009975,0.010475,-0.035786,-0.003137,-0.007872,-0.034953,0.020308,-0.024595,0.02214,0.012566,-0.016862,-0.031129,0.031636,0.068448,-0.032902,0.049148,0.004652,0.006952,0.039594,0.022024,0.002496,0.001478,-0.008938,0.03416,-0.005597,-0.050012,-0.004148,0.007287,-0.043449,0.008126,-0.026579,-0.002385,0.021987,-0.032487,-0.059121,0.028419,-0.0356,0.041859,0.017641,0.007357,-0.056871,-0.003649,0.029763,0.015674,-0.026284,0.006946,0.028665,0.01127,-0.012297,0.024864,-0.01754,0.017297,0.047953,0.038322,-0.003255,-0.00424,-0.024037,-0.018381,-0.055292,-0.023445,-0.004605,0.019059,0.036077,-0.044071,-0.035788,-0.021193,0.069449,0.142254,0.008448,0.011898,-0.000837,-0.007158,-0.019243,0.004879,0.007109,0.007707,-0.024871,0.010231,0.017552,-0.003186,0.017857,-0.055276,-0.037292,0.078964,-0.008279,-0.007623,-0.023898,0.018335,0.038906,0.026989,-0.008817,0.034844,-0.034439,0.019262,0.048961,0.063611,0.032366,-0.012879,0.002474,-0.001506,0.002579,-0.006404,-0.030391,0.040065,0.01428,-0.007235,-0.005205,0.086097,-0.027954,-0.043514,-0.069973,0.025305,-0.020232,-0.048391,0.011193,0.039094,-0.009424,-0.014035,-0.02786,0.017849,-0.042678,0.012475,0.024266,-0.033551,-0.014762,-0.034011,-0.016462,-0.014736,0.010353,-0.020266,-0.008679,0.024471,-0.029059,-0.122337,0.014649,-0.031834,0.024209,0.017082,-0.005191,0.023676,-0.057161,-0.015818,0.009392,-0.029926,0.03369,-0.071462,0.005218,0.028248,-0.001073,0.056959,0.021365,-0.008562,0.030392,0.00838,0.00787,-0.016425,-0.005189,-0.018011,-0.011482,-0.0019,0.003889,0.014382,0.045448,0.015091,-0.005652,-0.001729,-0.015666,-0.016714,0.008714,-0.002095,0.043391,-0.032848,0.011781,-0.008298,0.003194,-0.010883,-0.007984,-0.026229,-0.001731,0.00376,-0.027557,-0.030129,-0.021237,0.002777,0.016682,0.012202,0.025658,0.002149,-0.02305,0.032032,0.029673,-0.020206,0.000983,0.071169,0.020562,-0.029026,-0.03221,-0.01054,-0.020268,-0.067787,-0.030158,-0.02279,-0.000452,0.008364,0.009876,-0.009993,0.01,-0.020102,-0.003589,0.027312,0.000028,0.002633,0.020897,0.006946,-0.038784,-0.026305,-0.016007,-0.007257,0.030724,-0.026784,-0.007048,0.011863,0.041524,-0.035208,-0.046969,-0.017598,0.002205,-0.003458,0.024816,-0.019866,0.021833,0.024371,0.00716,0.018468,-0.016826,0.023562,0.035416,-0.020185,0.009803,-0.014319,0.006121,-0.003304,0.002993,0.004702,-0.000996,0.008963,-0.003503,-0.009283,0.018193,0.008241,0.034152,0.114066,-0.02824,0.032088,-0.030325,-0.046812,-0.000754,0.041396,-0.010699,-0.028446,-0.015471,0.003015,-0.032505,0.001164,-0.000488,0.015178,0.003937,-0.023342,-0.024652,0.016544,0.009924,0.000381,0.035996,-0.015517,-0.008271,0.021206,-0.032049,-0.015999,0.005636,0.011206,-0.022274,0.011273,0.024123,-0.018237,0.003635,0.003909,0.016038,-0.050737,0.00291,-0.013843,0.000379,0.001252,0.010989,-0.014133,-0.03063,0.026943,0.029559,-0.008435,-0.001203,-0.031933,0.074694,0.004592,-0.00751,0.039157,-0.029988,-0.000615,0.023987,0.041474,-0.02949,-0.003438,-0.011471,0.017205,-0.009533,-0.018522,-0.036671,0.021589,-0.023389,-0.022142,0.028507,-0.026926,-0.01943,-0.028533,-0.000624,0.045998,0.053556,0.014572,0.000613,0.001655,-0.013864,-0.022704,0.048219,0.739007,-0.019604,0.027566,-0.002658,-0.010672,0.040029,0.003014,-0.008916,0.002731,-0.003442,0.039264,-0.017046,0.002562,0.013417,0.028317,-0.001062,0.022494,0.003865,-0.000688,-0.016794,-0.016042,-0.020992,0.02408,0.012838,0.000754,0.032737,0.029074,-0.033248,0.006257,0.000951,0.025976,0.001164,-0.038895,-0.061467,-0.039165,0.031322,-0.010531,0.039757,0.02349,-0.079482,0.006705,0.014603,0.035334,-0.005881,0.011847,-0.04428,0.007295,0.000187,-0.012305,-0.011079,0.0062,-0.008687,0.002263,0.023905,-0.003134,-0.000481,0.009515,-0.028484,-0.010477,-0.003131,0.003797,0.036009,-0.018782,0.067965,0.039121,0.036481,-0.034999,-0.018981,0.035124,0.009894,0.054878,-0.081035,0.044142,0.003086,-0.004212,0.004261,0.011017,-0.016554,-0.01058,-0.03246,0.027494,-0.100231,0.020706,0.024701,-0.003422,0.017335,-0.044079,0.003627,-0.003843,-0.023666,-0.036749,0.031586,0.030561,-0.0301,-0.010507,-0.004194,-0.003858,0.021577,0.003358,-0.005433,0.014541,0.021894,-0.00014,-0.001398,-0.063561,0.015524,0.030257,0.012568,-0.005988,0.041981,0.018275,-0.011372,-0.004435,-0.008382,-0.001691,0.017076,0.028703,0.005114,0.000393,-0.002575,0.001736,-0.013666,0.008685,-0.013339,0.028157,-0.035808,-0.018525,0.028298,0.020767,-0.030434,-0.007171,0.000395,0.008894,-0.022145,-0.039121,-0.031245,-0.001063,0.009744,0.01394,0.013778,-0.004676,0.036478,0.020708,0.003394,0.033387,0.010282,0.013942,0.018949,-0.020075,-0.009616,-0.000772,0.149723,0.02722,-0.006871,-0.013686,0.009949,0.001664,-0.026772,-0.01614,-0.02032,0.035465,0.009731,0.038656,0.030003,-0.043434,-0.009276,0.080145,0.00032,0.019631,-0.019156,-0.011256,0.020732,0.011581,-0.143938,-0.016143,-0.055708,0.007844,-0.000106,0.005378,-0.028541,-0.00894,0.003788,-0.002917,-0.002625,-0.014429,-0.042979,-0.019639,0.009156,-0.03327,0.036988,-0.02644,-0.000819,-0.015618,0.051859,0.085332,-0.031707,0.077253,0.018455,0.001228,0.014237,0.024191,0.004143,0.015911,-0.004413,0.022383,0.020289,-0.034433,-0.020028,-0.009726,-0.027649,0.031413,-0.045748,0.026637,0.029006,-0.003094,-0.018652,-0.014976,0.010904,0.007991,0.002772,-0.028776,-0.021936,-0.016215,0.02151,-0.032638,-0.001393,-0.040617,0.02656,-0.005713,0.015671,-0.001538,-0.03695,0.028989,-0.008617,0.01774,-0.007124,0.001944,-0.04915,0.003143,-0.003867,-0.038242,0.00996,0.014099,0.013866,-0.011356,0.023833,0.025587,0.019551,0.153394,0.039327,0.025327,-0.029605,0.021026,-0.005084,0.003037,-0.005944,-0.032822,-0.035001,0.015059,0.009222,0.032159,0.010154,-0.024082,-0.042513,0.076195,0.007638,-0.006753,-0.060501,0.026342,0.027687,0.040684,0.004738,0.004251,-0.024061,0.011939,0.011,0.017527,0.01963,0.039439,0.019815,0.029901,-0.020384,-0.000536,-0.011233,0.003578,-0.002243,0.00279,-0.007525,0.036406,0.006319,-0.009423,-0.037297,0.020392,-0.004524,-0.026144,0.021362,0.00842,-0.028032,0.038499,-0.004483,0.019018,-0.030855,0.018297,0.010014,-0.012368,-0.023138,-0.007254,-0.002355,-0.007833,0.020266,-0.0304,-0.026676,0.027448,-0.024335,-0.100671,-0.004996,-0.018449,-0.017115,0.056935,0.028273,-0.018663,-0.030231,0.031155,-0.031054,-0.004207,0.00863,-0.016428,-0.015662,-0.006845,0.002363,0.023628,0.007639,-0.024485,0.014089,-0.01049,0.0063,0.004636,-0.00606,0.036096,-0.037018,-0.003295,0.000445,0.018564,0.032268,0.022171,-0.032993,0.008823,0.000088,0.025274,0.002736,0.01879,0.012321,0.015576,0.013762,0.028979,-0.035033,-0.038744,-0.0103,-0.016608,0.012745,0.004385,-0.029885,-0.0428,0.022215,-0.001341,0.017176,0.016215,0.104295,0.014549,-0.020049,0.038108,0.009603,-0.0083,0.005115,0.059288,-0.00107,0.002738,-0.044858,-0.016889,-0.009882,-0.021181,-0.034737,-0.022154,-0.013444,-0.012396,-0.029559,0.002319,0.000895,-0.027314,0.005598,0.013158,0.005393,0.002694,0.036662,-0.002675,-0.0093,-0.0277,0.002808,-0.004633,0.018551,0.004308,-0.012495,-0.026602,0.017706,-0.019316,-0.045112,-0.011372,0.002913,0.00382,0.024911,-0.040045,0.006382,0.030201,0.025855,0.032007,-0.025778,-0.013667,0.012181,-0.030221,-0.019005,0.022017,0.016111,-0.039232,0.006932,0.010302,-0.036207,-0.018997,0.027475,0.01239,0.025974,0.015136,0.013217,0.115805,-0.013588,-0.006316,-0.007866,-0.008526,0.00248,0.036874,0.028684,-0.004387,-0.015973,0.018047,0.019807,-0.021706,0.021811,0.049689,-0.011636,0.024519,-0.025484,0.006656,-0.023345,0.043602,0.031113,-0.007666,-0.002695,0.024902,0.002807,-0.020686,0.021852,-0.01293,0.000955,0.037481,0.032719,-0.003797,0.001335,-0.019673,0.040029,-0.027834,0.008761,-0.003613,0.007238,0.019768,-0.04544,0.001258,-0.015275,0.029658,0.016814,-0.021513,0.02286,0.017942,0.031271,-0.007098,-0.020293,0.030247,-0.026076,-0.015014,0.015219,0.01162,-0.014018,0.011498,-0.018001,0.020441,0.014511,0.012037,-0.034357,0.009434,-0.035916,-0.024165,0.035679,-0.031719,-0.004692,-0.009417,-0.013602,0.02991,-0.004351,-0.002993,-0.007271,-0.018669,-0.030443,0.020469,0.012394,0.772315,-0.019137,0.042981,0.004234,0.009969,0.00288,-0.013127,0.005093,0.005255,0.012318,0.005708,-0.022805,-0.008374,0.030438,0.027086,-0.02165,0.013755,-0.024986,0.02264,-0.010444,-0.030032,-0.027921,0.048385,0.036938,-0.000084,0.048926,0.013753,-0.025204,-0.018931,0.028097,-0.025738,-0.022042,-0.028908,-0.005691,-0.014505,0.017182,0.003808,0.030344,0.027342,-0.076745,-0.003138,0.012608,0.026707,-0.001571,-0.004556,-0.01039,0.008415,-0.011388,-0.008404,-0.025028,0.018815,-0.010203,-0.002834,0.042475,0.006729,-0.022609,0.014103,-0.038111,-0.004046,0.020062,0.015026,-0.013824,-0.009727,0.068032,0.030588,0.046996,0.002582,0.018642,0.030092,0.032278,0.058926,-0.071476,0.035485,-0.003526,-0.017959,-0.000898,0.006181,-0.024208,-0.014678,-0.011285,0.030203,-0.100668,0.019755,0.02511,-0.01155,0.020698,-0.027107,0.013835,0.005306,-0.025008,-0.004082,0.024706,0.032331,-0.031023,-0.008087,0.007591,-0.006594,0.009702,0.000694,-0.002981,0.012195,0.020139,-0.002042,0.012434,-0.045571,0.01272,0.007395,0.008238,-0.016683,0.037123,0.016412,-0.008748,0.007609,0.006346,-0.002219,0.011581,0.034418,-0.002351,0.00506,-0.012535,0.011153,0.006294,0.010875,-0.020569,0.022651,-0.025894,-0.008921,0.017923,0.020872,-0.022743,-0.000864,-0.002789,0.007357,0.001608,-0.021057,-0.027345,-0.01398,0.005398,0.014145,0.016206,0.002776,0.045349,0.024698,0.006345,0.02931,0.015,0.024268,0.022479,-0.019602,0.001762,-0.000887,0.166372,0.006925,-0.01104,-0.002501,0.008139,-0.0089,-0.032231,-0.000568,-0.027983,0.027851,0.02603,0.021091,0.022099,-0.021941,0.001381,0.089035,-0.007072,0.019413,-0.021666,-0.009791,0.02042,0.025622,-0.159151,-0.022621,-0.045379,0.013379,-0.003044,0.01153,-0.0203,-0.009241,0.00211,0.002886,0.003775,-0.021907,-0.026556,-0.018688,-0.00036,-0.043972,0.023309,-0.026115,-0.002367,-0.017895,0.034162,0.091332,-0.030477,0.090624,0.033566,0.001027,0.001371,0.027352,0.001069,0.029295,-0.002147,0.012239,0.02362,-0.043839,-0.015136,-0.00575,-0.013983,0.019032,-0.036869,0.023463,0.020428,-0.003938,-0.01195,-0.001344,-0.000576,0.007871,0.007787,-0.025456,-0.021006,-0.008464,0.01115,-0.027625,0.012172,-0.024767,0.041166,-0.008593,0.012998,0.004742,-0.027897,0.008524,0.001256,0.01912,-0.00712,-0.004809,-0.051719,0.003508,-0.017298,-0.034389,0.017291,0.005699,0.006813,-0.005977,0.026768,0.007516,0.022127,0.126091,0.042837,0.023095,-0.022907,0.025167,-0.015621,0.003134,0.00404,-0.029427,-0.029611,0.005885,0.008287,0.01912,-0.000905,-0.032099,-0.038562,0.069184,0.004433,-0.011454,-0.06882,0.01619,0.011055,0.022262,0.010611,0.011317,-0.03274,0.011805,0.017632,0.026102,0.028151,0.033409,0.017426,0.020798,-0.031644,0.000956,-0.006689,0.005337,0.003125,-0.000205,-0.002763,0.026637,0.006727,-0.014216,-0.004913,0.042148,-0.001958,-0.020647,0.018662,0.011626,-0.025347,0.034072,0.001524,0.01113,-0.017201,-0.001164,0.013941,-0.002579,-0.008872,-0.005491,0.008735,-0.00696,0.020918,-0.039615,-0.023204,0.024995,-0.027767,-0.088232,-0.006031,-0.019382,-0.019578,0.051729,0.029665,-0.003846,-0.010077,0.034082,-0.027001,-0.022202,0.009299,-0.020229,-0.012218,-0.026695,0.006228,0.033632,0.000577,-0.01215,0.016836,-0.01053,0.007979,0.000747,0.005956,0.017255,-0.037161,-0.000444,0.010058,0.016279,0.020716,0.01784,-0.039009,0.009673,0.002569,0.017209,0.003741,0.017479,0.023126,0.014867,0.026487,0.023222,-0.0327,-0.036025,-0.001064,-0.017336,0.016521,0.013342,-0.018958,-0.030276,0.013907,0.004717,0.004106,0.017658,0.127091,0.016217,-0.014479,0.037883,-0.000955,-0.001953,0.010526,0.058427,0.008159,0.001481,-0.04388,-0.025268,-0.020086,-0.010914,-0.03681,-0.025315,0.003806,-0.013511,-0.048699,0.003182,-0.010981,-0.011553,0.006356,0.008299,-0.009792,-0.002022,0.041717,-0.011148,-0.00389,-0.022872,-0.005452,-0.004176,0.006207,0.011731,0.003207,-0.019169,-0.002111,-0.018707,-0.038069,-0.013748,0.007084,0.00462,0.033685,-0.030572,-0.007083,0.037243,0.02205,0.022792,-0.024951,-0.006036,0.013883,-0.025528,-0.024421,0.03729,0.01317,-0.043683,0.005863,0.004825,-0.037944,-0.013257,0.036637,0.00431,0.013154,0.006213,0.009243,0.117297,-0.004327,-0.001113,-0.008122,-0.011382,-0.002776,0.043007,0.024956,-0.019469,-0.015605,0.022988,0.024908,-0.041521,0.009062,0.055833,-0.013061,0.025186,-0.039805,0.011738,-0.031681,0.006129,0.035851,-0.015135,0.017148,0.01269,-0.002124,-0.020287,0.008657,-0.008828,0.00219,0.021925,0.03673,-0.000435,-0.000199,-0.022217,0.038026,-0.027221,0.010624,0.009641,-0.004709,0.001583,-0.038214,0.00595,-0.00754,0.027544,0.015615,-0.025879,0.025598,0.01151,0.023397,-0.018682,-0.024627,0.026563,-0.021621,-0.018094,0.020456,0.00582,-0.002057,0.021628,-0.016216,0.016808,0.003404,0.00189,-0.039876,0.009607,-0.031148,-0.022752,0.023619,-0.033643,-0.004346,-0.005517,-0.023962,0.024693,0.003498,-0.033747,0.011462,-0.014926,-0.03346,0.016897,0.016498,0.785118,-0.02284,0.035494,-0.002219,0.009255,-0.002332,-0.022308,0.004684,0.00165,0.010977,0.00621,-0.023387,-0.012767,0.014962,0.012843,-0.023057,0.014482,-0.02014,0.005628,-0.00248,-0.015872,-0.014833,0.038211,0.021122,0.00034,0.055076,0.007819,-0.037422,-0.012799,0.018745,-0.024075,-0.020938,-0.020606,0.001219,-0.017765,0.008324,-0.011048,0.019906,0.018912,-0.086393,0.003814,0.010724,0.025126,-0.015576,0.008495,0.001147,0.008159,-0.007836,-0.00385,-0.017039,0.018928,-0.003944,-0.007467,0.040492,0.019787,-0.027885,0.013928,-0.043153,-0.00223,0.007592,0.000258,-0.007216,-0.007973,0.073792,0.029347,0.050764,0.00809,0.019307,0.034149,0.035349,0.052859,-0.107496,0.023168,0.017516,-0.01782,-0.017066,0.008472,-0.004817,0.026949,0.002996,0.072726,-0.051635,0.027016,0.046137,0.005263,-0.006465,-0.033999,0.003977,0.017793,-0.020113,-0.054422,0.048954,-0.051502,-0.008154,0.029705,0.004255,-0.019908,0.017249,0.02351,0.002198,-0.001231,0.016431,0.006609,-0.027644,-0.049363,-0.006885,-0.026909,0.005994,0.030663,0.016457,0.00796,0.021468,-0.013587,-0.018959,0.029377,-0.036231,0.043185,0.035042,0.026005,0.013392,0.024908,-0.006307,-0.00376,-0.002722,0.009917,-0.054191,-0.027309,0.030852,0.018899,-0.004198,-0.008812,-0.008289,-0.044449,-0.031101,-0.014808,0.011377,0.035198,-0.006209,-0.00016,0.029869,-0.014435,0.019657,-0.005095,-0.014834,0.020189,-0.002575,-0.005816,0.035882,0.016419,-0.021739,0.054889,0.145918,0.006343,-0.013793,-0.010262,-0.002775,0.02575,0.015428,0.005436,-0.016416,0.065486,-0.004382,0.058167,0.033983,0.010047,0.009828,0.059265,-0.006311,0.048198,-0.000907,-0.021187,0.001531,0.020516,-0.187093,0.023353,-0.021589,-0.003181,0.003704,-0.02419,0.016707,-0.022555,-0.017092,-0.042662,-0.001747,-0.000714,-0.002194,0.026551,-0.00922,-0.00813,0.051015,-0.048056,0.02708,0.01437,0.09159,0.065457,-0.051262,0.103744,0.017135,0.017536,0.009134,0.003528,-0.004684,-0.029058,0.042052,0.005891,-0.030466,-0.037885,0.005553,-0.010915,-0.007343,-0.006221,-0.041639,-0.005044,-0.005613,-0.017384,-0.001097,0.008623,0.007525,0.01924,0.010834,-0.005508,-0.02102,0.021384,0.026737,0.023373,-0.005675,-0.037344,0.013807,-0.009947,0.011911,-0.019831,-0.038487,0.030551,-0.001324,0.014938,0.02333,-0.043897,-0.053964,0.011671,0.007926,-0.036199,-0.015894,-0.005792,0.005665,-0.005824,-0.029811,0.03394,0.029933,0.159031,-0.012981,0.040767,-0.010415,0.014551,0.003599,0.045555,-0.005104,-0.038936,-0.033947,0.006419,0.027387,0.022146,0.031453,-0.002805,0.017768,0.086119,0.019259,-0.014541,-0.03423,0.017119,0.030822,0.022025,-0.010579,0.03322,-0.058071,0.002746,-0.001093,0.048338,0.007624,0.040345,0.04244,-0.008248,0.007931,-0.003527,0.007282,0.033292,-0.029893,0.015422,-0.003284,0.023423,-0.036819,-0.001013,-0.038217,0.021988,-0.028237,-0.021669,-0.019562,0.036921,-0.021278,0.024983,0.002466,0.002926,-0.033943,0.039742,0.017101,0.002652,-0.011228,-0.044391,-0.014646,-0.014576,0.036136,-0.014053,-0.012716,0.035031,-0.058107,-0.064487,-0.00929,0.015788,-0.020771,0.041022,0.024394,-0.000884,-0.095133,-0.001897,-0.032761,0.049469,0.025077,-0.034071,-0.010092,0.007064,-0.010357,0.017397,0.020731,-0.016919,0.013372,0.002801,0.002189,-0.013116,-0.032063,0.024011,-0.045432,-0.005114,0.000932,0.016363,0.011022,0.017774,-0.051526,-0.015346,-0.002774,0.017641,0.019161,-0.008007,0.015456,-0.001661,-0.004383,0.017181,-0.01367,0.00091,0.001255,0.01178,0.004969,-0.009505,-0.028834,-0.035969,-0.005397,-0.007703,0.06086,0.003036,0.117245,0.00574,-0.023828,0.001336,0.011726,-0.020226,-0.029717,0.031357,0.034142,0.006395,-0.042013,-0.006035,0.041788,0.0027,-0.015196,-0.028129,-0.022989,-0.035546,-0.020577,0.019684,0.04287,0.044314,0.006605,0.047261,0.008472,-0.043244,0.015083,-0.013818,-0.001032,-0.023789,-0.023358,-0.003351,0.060807,-0.015019,0.015848,-0.00153,0.009462,-0.005052,-0.025479,-0.000345,0.011742,-0.022792,-0.005159,-0.032183,0.013836,0.02786,0.037386,0.023978,0.000766,-0.004113,-0.002778,-0.039492,0.00116,0.051942,0.031978,-0.024766,0.033075,0.017711,-0.013621,-0.030056,-0.012218,0.003873,-0.006425,0.013143,0.006277,0.113065,0.014041,0.023701,-0.046762,-0.019821,0.005913,0.031558,0.060687,-0.026466,-0.014733,-0.000151,-0.022651,-0.010393,0.006325,-0.032955,0.013351,-0.017744,-0.030366,-0.004687,-0.007245,0.125601,0.001513,0.03351,0.003408,-0.003311,0.039538,0.008396,0.0354,0.021325,0.019203,0.025759,0.042461,0.000081,-0.017435,0.033696,0.062914,-0.023175,0.004632,-0.014198,-0.018388,0.023587,-0.048747,0.002023,-0.0036,-0.002823,0.033309,0.013744,-0.010788,0.048009,0.096487,-0.023342,-0.034506,0.017062,-0.009505,0.004784,0.051314,0.012133,0.00573,0.000697,-0.025579,0.019215,0.015715,-0.026148,-0.014433,-0.01682,0.013827,-0.019569,0.039157,-0.004358,0.032418,0.00686,0.007856,-0.014638,-0.018375,-0.003172,0.000866,-0.012068,0.004639,0.011716,-0.017334,0.707571,-0.019701,0.02615,0.016106,-0.000212,0.029502,0.012996,0.010724,0.014885,-0.014778,-0.014178,-0.01265,0.005944,0.042941,0.013469,-0.025157,-0.006714,0.017336,0.029394,-0.020594,0.003889,0.011611,0.002617,0.02813,-0.002965,0.061271,0.020406,-0.042687,0.004351,0.001313,-0.000628,-0.033624,-0.051229,-0.012618,-0.047769,0.003165,-0.047601,0.019725,-0.005838,-0.066514,-0.006216,0.016748,0.028104,-0.000507,0.005427,-0.043393,0.016948,-0.017854,-0.023043,-0.008352,0.018382,0.006015,-0.007568,0.045082,0.01652,-0.009684,0.018875,-0.026146,-0.016327,-0.001863,0.015359,-0.025591,0.004401,0.033537,0.017316,0.024804,-0.016849,-0.005226,0.024816,0.010513,0.074053,-0.096123,0.034426,0.003699,-0.007545,-0.018692,0.019428,-0.00341,0.008726,-0.038881,0.047314,-0.074991,0.017841,0.044708,0.020469,0.012397,-0.049426,-0.001188,0.013978,-0.024663,-0.043843,0.027121,-0.044688,-0.026256,0.010142,-0.012777,-0.007124,0.017427,0.000509,0.008795,0.026577,0.011109,-0.000089,-0.025338,-0.0572,0.012143,0.013603,0.003089,0.023673,0.046085,0.014809,0.019577,0.01104,-0.009908,0.021767,-0.015759,0.029968,0.04946,0.001235,0.020586,-0.001742,-0.014261,-0.028464,-0.00856,0.016668,-0.047496,-0.047093,0.034765,0.013075,-0.022635,0.005613,-0.001539,-0.02662,-0.027987,-0.026463,-0.000368,0.028056,-0.006186,0.007121,0.025689,-0.010082,0.010786,0.003376,-0.002039,0.019984,0.000597,0.005194,0.008419,0.000921,-0.013403,0.029509,0.124526,0.00897,-0.009382,-0.020408,-0.011411,0.025851,0.015417,-0.005992,-0.029594,0.090077,0.019533,0.054989,0.017487,0.010876,0.02526,0.060641,-0.000255,0.039141,0.007324,-0.017886,0.011337,0.033343,-0.167408,0.003715,-0.029339,0.016838,-0.005919,-0.022952,-0.009335,-0.013471,-0.005649,-0.010893,0.003398,-0.003752,-0.05186,0.005402,0.024169,-0.015597,0.061972,-0.053645,0.012215,-0.003322,0.063336,0.086851,-0.028494,0.081427,0.020769,0.001694,0.008761,-0.022052,0.006055,-0.003749,0.031133,0.009101,-0.014811,-0.045105,0.009491,-0.0104,-0.007123,0.020411,-0.041918,-0.00541,0.011356,-0.009459,-0.023796,0.037426,-0.01696,0.006923,-0.010277,-0.016194,-0.02776,0.033198,0.017246,0.001516,-0.001131,-0.030367,0.032972,-0.000065,0.008202,0.006293,-0.034726,0.030167,-0.010059,0.018525,0.022205,-0.020951,-0.040411,0.006426,0.000366,-0.044433,0.00183,0.010784,0.031241,-0.008251,-0.022499,0.033926,0.022671,0.169709,-0.00621,0.020975,-0.016893,-0.001904,0.020656,0.033263,-0.003356,-0.029415,-0.02898,0.000801,0.02806,0.036231,0.030412,-0.006661,0.019573,0.08576,0.016033,-0.013723,-0.031397,0.029754,0.025813,0.026981,0.000095,0.025584,-0.017149,-0.000558,0.001478,0.03693,0.007691,0.051926,0.036953,0.010288,-0.010225,0.011527,-0.013425,0.033641,-0.013523,-0.010767,-0.021138,0.035365,-0.01997,0.001644,-0.03454,-0.014207,-0.004144,-0.051395,-0.006228,0.021728,-0.023286,0.030508,-0.011496,0.010112,-0.04524,0.027556,-0.000315,0.010303,0.001564,-0.034904,0.004106,-0.01629,0.028977,-0.015386,-0.008054,0.004757,-0.025043,-0.08913,0.007895,0.019389,-0.000028,0.028401,0.042136,-0.008009,-0.081497,0.025411,-0.062532,0.037666,0.017519,-0.05439,-0.018458,0.020385,-0.00716,0.02069,0.005361,-0.021984,0.022307,-0.001903,0.00187,0.01118,-0.025577,0.034047,-0.037822,0.007868,0.020998,0.006878,0.030158,0.023814,-0.04718,-0.016069,0.014376,0.014963,0.024011,0.011976,0.01764,-0.008036,0.000562,0.025209,-0.034418,-0.017348,0.008303,-0.013669,0.001606,-0.042536,-0.043851,-0.015606,-0.015134,-0.013485,0.044825,0.010155,0.109836,0.021945,-0.032695,0.030584,0.02964,-0.033429,-0.0264,0.027565,0.004159,-0.009176,-0.041927,-0.011629,0.018934,-0.006068,-0.012073,-0.019258,-0.016983,-0.006882,-0.023502,0.02322,0.023767,0.008567,0.000487,0.024177,0.033695,-0.024661,0.011457,-0.009753,-0.009749,-0.051274,0.001617,0.013518,0.041276,-0.018163,-0.006392,-0.00899,0.030022,-0.028621,-0.052592,-0.015936,0.010953,0.012179,-0.004085,-0.053591,0.000404,0.028599,0.021644,0.023184,-0.031719,-0.00577,0.032659,-0.039715,-0.016591,0.031339,0.024208,-0.039314,0.025559,0.003207,-0.024929,-0.02532,-0.006082,-0.010276,-0.001686,0.012275,0.017223,0.111392,0.007125,0.006566,-0.022718,-0.004142,0.010869,0.030669,0.016539,0.000928,-0.017198,-0.008361,-0.01105,-0.001531,-0.008075,0.017547,0.008513,-0.010313,-0.010806,0.008461,-0.019407,0.122914,0.011208,0.025702,-0.010368,0.014197,0.047568,0.002897,0.033815,0.022441,-0.012216,0.047849,0.046466,-0.018522,-0.02733,0.034785,0.04921,-0.0095,0.006221,-0.03165,-0.000243,0.048149,-0.041439,0.018755,-0.02801,0.008472,0.037113,-0.004774,-0.006152,0.02001,0.081272,-0.01653,-0.071278,0.03702,-0.004086,0.014528,0.075696,0.002855,0.011817,0.003192,-0.037171,0.025227,0.025289,-0.026749,-0.018268,0.002435,-0.01247,-0.020969,0.027413,-0.004666,0.013858,-0.00329,-0.027187,0.016825,-0.009262,-0.019054,-0.022685,-0.026212,0.001247,0.014833,0.007686,0.713074,-0.038768,0.029291,0.020812,0.011319,0.019964,-0.007378,-0.016499,0.035253,-0.019971,0.001315,-0.012577,0.009992,0.05156,0.025833,-0.035282,-0.026941,0.016663,0.036793,-0.017175,-0.027191,-0.01237,0.027437,0.027594,-0.012545,0.055847,0.04226,-0.047135,-0.027317,-0.001444,0.006388,-0.018604,-0.064918,-0.012954,-0.059421,0.00473,-0.026006,0.030533,0.005513,-0.063799,0.004761,0.025828,0.039192,0.008594,-0.009191,-0.051378,0.0202,0.006303,-0.020243,-0.013849,0.005135,-0.019443,-0.005926,0.057674,0.009329,-0.012086,0.00665,-0.020255,-0.016933,-0.001401,0.002606,-0.017451,-0.01245,0.044791,0.050969,0.04664,-0.021546,0.01386,0.019028,0.002989,0.060184,-0.105316,0.028407,0.015225,0.002007,-0.021613,0.030643,0.002399,0.009998,0.000522,0.038851,-0.085051,0.014943,0.046115,0.012555,0.003551,-0.020529,-0.000965,0.043416,-0.023561,-0.040726,0.04092,-0.039433,-0.015923,0.014773,0.015357,-0.006752,0.014566,0.003832,-0.00036,0.010981,0.030127,0.001481,-0.033518,-0.072996,0.010527,0.001112,-0.027215,0.028933,0.017767,0.014036,0.012697,-0.003832,-0.016257,0.026232,-0.032028,0.036749,0.035982,0.015251,0.017,0.018375,-0.011637,-0.02524,-0.023966,0.019055,-0.040194,-0.050804,0.027714,0.025896,-0.000934,-0.012946,-0.011844,-0.034101,-0.030598,-0.014995,0.012682,0.019146,-0.005445,-0.00156,0.019661,-0.004185,0.005995,0.013293,-0.000857,0.019107,0.003178,0.004139,0.036845,0.001203,-0.021752,0.040727,0.14171,0.017085,-0.006226,0.001327,0.000782,-0.014548,0.027028,-0.019265,0.003088,0.08953,0.004672,0.041217,0.04843,-0.001287,0.031757,0.037942,0.005028,0.023214,0.006085,-0.035683,0.017219,0.014299,-0.231627,-0.002691,-0.03446,0.01696,0.000486,-0.037793,0.017404,-0.027114,-0.00438,-0.035974,-0.003642,0.0043,-0.040084,0.020567,-0.00387,-0.01421,0.045823,-0.054568,0.005433,0.015447,0.069394,0.089227,-0.027291,0.1122,0.021949,0.008742,0.007553,-0.012889,0.00955,-0.012977,0.015228,-0.006287,-0.017846,-0.033506,0.009246,-0.007138,0.012634,0.006061,-0.053052,0.005976,0.014807,-0.031798,0.002552,0.019979,-0.030127,0.02481,0.000034,0.005177,-0.011939,0.025258,0.03994,0.023069,-0.009745,-0.048682,0.019191,-0.005134,0.001042,0.003161,-0.032268,0.032668,0.022217,0.014974,0.009742,-0.018428,-0.042535,0.001924,0.013617,-0.041855,-0.005228,0.001578,0.049824,0.009443,-0.018668,0.031167,0.016881,0.158509,-0.019158,0.036171,-0.016192,0.020812,0.00303,0.04304,-0.005906,-0.022304,-0.01547,-0.000706,0.003647,0.007735,0.047068,-0.024426,0.012175,0.062,0.003558,-0.015705,-0.04201,0.031337,0.026251,0.021969,-0.010257,0.038047,-0.037447,-0.011487,0.016829,0.047051,0.002436,0.05194,0.045211,0.011895,-0.019467,0.007384,0.011538,0.026629,-0.036028,0.002353,-0.045028,0.030205,-0.027825,0.008601,-0.007898,-0.002492,-0.002327,-0.048016,-0.025521,0.02067,0.002219,0.03933,-0.008551,0.009888,-0.021851,0.038168,0.01059,-0.012123,-0.002522,-0.035425,-0.003403,-0.011512,0.033497,-0.013686,-0.021322,0.030604,-0.047114,-0.102767,-0.000052,0.021777,-0.023922,0.027922,0.019094,-0.015301,-0.071461,0.007472,-0.038884,0.003663,0.013013,-0.051801,-0.002735,0.020694,-0.000926,-0.006171,0.022826,-0.00772,0.011916,0.003947,0.006155,0.005166,-0.04045,0.023786,-0.047056,0.019439,0.01602,0.032689,0.024706,0.021895,-0.056004,-0.010177,0.015056,-0.012441,0.050212,-0.001801,0.033752,-0.000831,0.017746,0.030755,-0.01693,-0.010697,0.018147,-0.006739,0.009227,-0.023704,-0.007801,-0.033551,-0.008473,-0.007237,0.054264,-0.00419,0.129302,0.024954,-0.037555,0.013929,0.015739,-0.02992,-0.022358,0.023307,0.005657,0.000882,-0.032283,-0.001991,0.036916,0.005573,-0.010691,-0.031683,-0.032574,-0.029398,-0.036476,0.026484,0.019485,0.050643,-0.008586,0.033526,0.023488,-0.050554,0.020019,-0.01568,-0.008784,-0.029135,-0.016423,0.021188,0.027136,-0.00528,-0.003353,-0.004124,0.011483,-0.026066,-0.028921,0.006934,-0.000345,-0.000822,-0.028835,-0.035287,0.019015,0.042362,0.029865,0.025782,-0.012422,-0.01753,0.007673,-0.039012,-0.008401,0.004057,0.030502,-0.018563,0.021402,-0.003386,-0.018111,-0.03334,-0.016859,0.000683,-0.011325,-0.000546,-0.003022,0.10453,-0.015303,0.028987,-0.020692,-0.033307,0.010202,0.036275,0.02697,-0.012088,-0.010181,-0.000963,-0.027526,0.004959,-0.001756,-0.042331,-0.012337,-0.016055,-0.021282,-0.00258,-0.011676,0.135407,0.002664,0.034696,-0.020351,0.003858,0.02825,0.019296,0.055084,0.018039,0.032502,0.022387,0.048982,-0.01311,-0.054388,0.050771,0.043474,-0.024377,0.005136,-0.024303,-0.011825,0.032414,-0.0442,0.000325,-0.020432,0.02024,0.022946,0.00242,-0.019233,0.022787,0.082697,-0.01236,-0.02479,0.025824,-0.013254,0.000212,0.062823,-0.00686,0.004632,-0.014288,-0.042702,0.01093,0.013887,-0.030173,-0.005864,-0.031388,0.009993,-0.019585,0.026497,-0.003878,0.036607,0.00639,-0.011328,-0.011114,0.001605,-0.03251,0.001382,-0.004401,0.015247,0.025454,0.007931,0.685284,-0.027253,0.025384,0.027649,-0.002675,0.002799,0.014193,-0.004549,0.01592,-0.020586,-0.005738,-0.007681,0.029024,0.032737,0.00745,-0.019335,-0.009756,0.001502,0.034945,-0.015524,-0.011301,-0.025978,0.02507,0.047808,-0.022108,0.040938,0.031106,-0.063924,-0.005674,0.015661,0.034346,-0.025675,-0.052269,0.008462,-0.066161,0.00809,-0.03126,0.010481,0.002847,-0.050952,-0.017368,0.023619,0.038593,-0.001015,0.021171,-0.069406,0.004894,-0.016341,-0.02192,0.007344,0.018539,-0.000991,-0.004009,0.059247,0.005524,-0.002437,0.009532,-0.028264,-0.019879,0.007957,0.016861,-0.03097,0.001702,0.035874,0.048376,0.038732,-0.012557,-0.006577,0.028085,0.015222,0.061211,-0.090705,0.046908,0.001957,-0.006602,-0.036773,0.015535,-0.004506,0.017947,-0.03756,0.056808,-0.069549,0.02964,0.04644,0.010744,0.016037,-0.041958,0.001077,0.018105,-0.02672,-0.033643,0.026639,-0.044052,-0.020288,0.010769,-0.007373,-0.010582,0.024115,-0.005389,0.011316,0.021768,0.014381,0.00855,-0.015456,-0.052692,0.021451,0.012205,-0.004202,0.018051,0.060113,0.018989,0.01993,0.0145,-0.007487,0.02511,-0.02,0.035048,0.048117,0.016564,0.027035,0.013786,-0.011714,-0.049648,-0.011876,0.005356,-0.052912,-0.057354,0.030762,0.00657,-0.017164,-0.00535,-0.011561,-0.031766,-0.032687,-0.022605,0.019534,0.041737,-0.004029,-0.000553,0.029503,-0.010784,0.003603,0.013763,-0.005049,0.005819,0.000014,0.008278,0.000582,0.010628,-0.025493,0.030761,0.144015,0.000355,-0.008206,-0.026572,-0.008952,0.029125,0.010278,-0.002346,-0.023384,0.096106,0.027358,0.0553,0.01704,-0.003729,0.025794,0.061795,-0.001008,0.04437,0.006697,-0.031366,0.01669,0.037516,-0.144776,0.006019,-0.025074,0.022495,0.000699,-0.038393,-0.01698,-0.013545,-0.007062,-0.019747,0.004957,-0.008137,-0.032047,0.008343,0.024648,-0.014915,0.06837,-0.060333,0.011793,0.001597,0.064801,0.088048,-0.016577,0.088131,0.020131,0.012432,0.014459,-0.025734,-0.012515,0.010408,0.039925,-0.002374,-0.007544,-0.031156,0.016793,-0.011139,0.004543,0.012538,-0.050757,-0.0053,0.013385,-0.02169,-0.019664,0.042254,-0.028398,0.010351,-0.015235,-0.018932,-0.009049,0.047603,0.030138,0.009553,0.008006,-0.029012,0.023998,0.01238,0.003126,0.006766,-0.03941,0.044653,-0.010948,0.023312,0.029544,-0.014539,-0.051035,-0.001252,0.001091,-0.023657,-0.00564,0.006398,0.042495,0.004107,-0.037625,0.034827,0.025258,0.141474,-0.012724,0.022931,-0.026624,0.010962,0.015845,0.030353,-0.000829,-0.036435,-0.025451,0.000917,0.041236,0.024861,0.021869,-0.002458,0.022206,0.071674,0.014411,-0.012423,-0.027178,0.034653,0.032999,0.034317,0.007955,0.025856,-0.018934,-0.005802,0.00595,0.031243,0.003797,0.056085,0.051,0.016223,-0.019492,0.013952,-0.015703,0.040771,-0.016102,-0.007624,-0.025154,0.03882,-0.023402,0.004457,-0.039391,-0.027169,-0.011282,-0.041639,-0.009483,0.016004,-0.030394,0.039677,-0.014046,0.012627,-0.045619,0.030633,-0.000025,0.003947,-0.004693,-0.028565,0.003151,-0.016088,0.035071,-0.011739,-0.003636,0.011749,-0.044058,-0.101457,-0.005868,0.029643,-0.009466,0.046565,0.03423,0.003036,-0.068811,0.036984,-0.064609,0.010099,0.002747,-0.046868,-0.015987,0.017462,-0.006566,0.007918,0.013331,-0.016788,0.028374,-0.010326,-0.007308,0.012271,-0.035656,0.029114,-0.044299,0.03282,0.029081,0.006148,0.032679,0.018248,-0.046423,-0.028462,0.018265,0.001402,0.035116,0.009799,0.025838,-0.017578,0.004578,0.031497,-0.035462,-0.014154,0.009781,-0.004055,0.005659,-0.037032,-0.042095,-0.022883,-0.017332,-0.019734,0.064263,0.009742,0.095906,0.025514,-0.025048,0.032693,0.026078,-0.020371,-0.027299,0.012656,0.000085,0.0039,-0.050242,-0.009896,0.030789,-0.016869,-0.004424,-0.027584,-0.01839,-0.005275,-0.02053,0.033558,0.04136,0.020503,0.007606,0.029082,0.033434,-0.025117,-0.001502,-0.005721,-0.012808,-0.035664,0.007555,0.011007,0.038703,-0.015818,-0.005437,0.005844,0.018046,-0.020037,-0.046811,-0.018676,0.009114,0.014379,-0.016016,-0.051406,-0.003142,0.021604,0.024863,0.017455,-0.019992,-0.003691,0.027065,-0.058456,-0.007654,0.001036,0.023697,-0.037483,0.026303,0.002038,-0.019285,-0.041285,-0.009519,-0.015302,-0.011751,0.010988,0.013498,0.113642,-0.001,0.006735,-0.024034,-0.01103,0.004069,0.024689,0.011936,0.002094,-0.025955,-0.002559,-0.021224,0.001361,-0.012584,0.00934,0.011201,-0.014405,-0.016337,0.015649,-0.021188,0.121325,0.011141,0.025134,-0.020021,0.019112,0.047902,0.007134,0.036042,0.018163,-0.0021,0.046456,0.043325,-0.017373,-0.043631,0.043829,0.043616,-0.006919,0.002719,-0.052857,-0.000669,0.041868,-0.043061,0.019214,-0.031711,0.014592,0.043394,-0.007644,-0.014972,0.021637,0.063478,-0.024441,-0.069983,0.035369,-0.00768,0.018438,0.074394,-0.001598,0.010119,0.014614,-0.050001,0.02374,0.033697,-0.024126,-0.026612,0.001508,0.000195,-0.022383,0.034571,0.00872,0.029707,-0.000427,-0.031799,0.001152,-0.010135,-0.024972,-0.015304,-0.028199,0.02566,0.020215,0.004753,0.690765,-0.043948,0.029236,0.024689,0.008728,0.021771,-0.007002,-0.032992,0.04971,-0.021034,-0.009097,-0.012673,0.01364,0.045216,0.017316,-0.037139,-0.032726,0.013969,0.043315,-0.027393,-0.023332,-0.027111,0.035651,0.027753,-0.01602,0.042674,0.034482,-0.058863,-0.031319,0.000907,0.014845,-0.015826,-0.078529,-0.011532,-0.056356,-0.000988,-0.043959,0.015219,-0.019289,-0.064914,-0.001207,0.041544,0.036333,0.006995,0.007061,-0.061686,0.012277,0.010654,-0.017005,-0.000576,-0.00355,-0.0233,0.002678,0.058662,0.016896,-0.010205,0.009335,-0.018513,-0.023612,-0.007915,-0.008747,-0.025058,-0.02045,0.050585,0.04909,0.057142,-0.018598,0.006679,0.026421,-0.029527,0.08262,-0.085964,0.02749,0.001945,-0.004385,-0.031017,0.018608,0.010319,0.014175,-0.032587,0.060369,-0.066172,0.018728,0.04775,0.006918,0.018665,-0.039524,0.006478,0.012709,-0.02863,-0.041313,0.036979,-0.057794,-0.008629,0.01694,0.001907,-0.009112,0.029654,-0.007351,0.001663,0.019076,0.015392,-0.02154,-0.012136,-0.051406,0.020806,-0.004604,-0.016445,0.012437,0.049788,0.009968,0.010601,0.013761,-0.011288,0.023119,-0.02418,0.028691,0.054524,0.015392,0.019579,-0.008941,0.017689,-0.050851,-0.006433,0.005044,-0.061393,-0.048066,0.026664,0.002207,-0.007356,0.010606,-0.004292,-0.047649,-0.029703,-0.013801,0.014899,0.0244,0.003705,0.004788,0.034007,-0.014734,0.008192,-0.0007,0.00878,0.005629,-0.006771,0.007121,0.008042,0.022854,-0.024922,0.031327,0.123682,-0.002774,-0.004687,-0.017776,0.001223,0.015775,0.00862,0.002044,-0.013572,0.087442,0.023534,0.054602,0.023078,-0.006127,0.037574,0.069038,-0.013273,0.049662,0.016194,-0.028143,0.007204,0.042091,-0.147294,-0.003733,-0.027212,0.020711,0.001729,-0.039071,0.004501,-0.005849,-0.011218,-0.018645,0.009299,-0.00074,-0.03305,0.021533,0.008735,-0.0041,0.047938,-0.060523,0.015287,0.009679,0.087275,0.087018,-0.03945,0.096971,0.023595,0.014592,0.018525,-0.029656,0.003421,-0.004654,0.035747,0.009397,-0.025705,-0.045859,0.009663,-0.016999,0.004923,-0.003657,-0.044421,-0.006548,0.013034,-0.036459,-0.012684,0.040443,-0.015927,0.006456,-0.0006,-0.020846,-0.018444,0.04835,0.028217,0.023213,-0.003375,-0.022435,0.03046,0.006894,0.003121,-0.007524,-0.034951,0.046374,-0.00789,0.0258,0.032391,-0.024936,-0.05431,0.008839,0.006902,-0.041382,-0.008239,0.016176,0.037416,0.010279,-0.037587,0.031003,0.023033,0.149402,-0.021494,0.028938,-0.016608,0.008974,0.005993,0.040482,-0.01123,-0.030388,-0.007616,-0.01076,0.037331,0.028154,0.038376,-0.003397,0.026033,0.070151,0.01584,-0.025259,-0.031438,0.027016,0.017211,0.029633,-0.000132,0.041132,-0.026753,-0.011573,0.003225,0.056111,0.011718,0.058771,0.045647,0.005889,-0.020445,0.006954,-0.008591,0.048791,-0.017201,-0.002702,-0.014325,0.024733,-0.019791,0.006164,-0.032842,-0.009891,-0.015623,-0.037817,-0.009801,0.028493,-0.022709,0.040053,0.002884,0.0099,-0.045241,0.030891,-0.005217,0.006697,0.000487,-0.034425,0.009618,-0.022761,0.019702,-0.012575,0.001431,0.008488,-0.048963,-0.069345,0.001762,0.031385,-0.000537,0.030106,0.037343,0.00804,-0.068756,0.01407,-0.05844,0.043975,0.011803,-0.0603,0.002141,0.015569,-0.005922,0.00898,0.004808,-0.012828,0.029089,0.001342,0.001804,-0.007049,-0.048464,0.026685,-0.041718,0.019424,0.025184,0.003269,0.019204,0.012408,-0.054236,-0.023744,0.017411,0.011528,0.029652,-0.006553,0.038389,-0.007132,-0.004803,0.024255,-0.032849,-0.011695,-0.002743,-0.011238,0.004782,-0.033266,-0.037276,-0.024968,-0.019589,-0.030843,0.044823,-0.004441,0.104102,0.00952,-0.038291,0.042188,0.041096,-0.024011,-0.037609,0.021868,0.003458,0.004589,-0.04092,0.002219,0.032156,-0.010864,-0.005905,-0.025582,-0.019521,-0.020942,-0.02275,0.031662,0.035571,0.028447,0.001806,0.026107,0.024536,-0.039871,0.012682,-0.020078,-0.010438,-0.033683,0.002722,0.020505,0.033267,-0.017003,0.007954,-0.002261,0.004981,-0.016289,-0.034294,-0.021323,0.025529,0.013428,-0.007833,-0.038454,-0.011327,0.022564,0.014113,0.024933,-0.016515,-0.006956,0.015161,-0.063655,-0.005076,0.024044,0.009862,-0.039565,0.042752,-0.0017,-0.008792,-0.026412,-0.006963,-0.019506,-0.006328,0.004916,0.017322,0.116186,0.003269,0.012208,-0.027025,0.011433,0.003912,0.017657,0.029375,0.002645,-0.01679,-0.002186,-0.005461,0.008941,-0.011238,0.000824,0.019114,-0.001967,-0.014206,0.007176,-0.012125,0.093121,0.006526,0.010317,-0.005985,0.012316,0.0425,0.00291,0.041142,0.017596,-0.011447,0.050061,0.024377,-0.008585,-0.030733,0.037725,0.048313,-0.00119,0.003944,-0.04456,-0.01186,0.020843,-0.034024,0.018249,-0.020181,-0.002075,0.036813,-0.009624,-0.004128,0.029225,0.069982,-0.03594,-0.057793,0.026421,0.000117,0.025621,0.077018,-0.003832,0.011481,0.013073,-0.039511,0.022139,0.022249,-0.030449,-0.014119,-0.003044,0.005322,-0.031571,0.035512,-0.011048,0.029902,-0.003619,-0.012945,-0.001024,-0.007983,-0.031179,-0.013201,-0.014639,0.017057,0.028746,0.010745,0.708331,-0.042671,0.017457,0.023139,0.005531,0.029277,-0.026605,-0.027911,0.039511,-0.01258,-0.007024,-0.008745,0.002959,0.048982,0.016859,-0.042326,-0.032543,0.0132,0.023726,-0.026047,-0.027375,-0.011721,0.029411,0.023339,-0.017293,0.050968,0.033602,-0.068259,-0.023189,-0.002087,0.029451,-0.014495,-0.06457,0.004615,-0.07307,0.000499,-0.030311,0.021354,-0.023835,-0.065668,0.000803,0.024966,0.032331,0.000717,0.017893,-0.055606,0.020752,0.001907,-0.027118,-0.000176,0.000899,-0.017998,-0.007744,0.05865,0.015164,-0.016223,0.011256,-0.013577,-0.037358,-0.012272,-0.006257,-0.018876,-0.001906,0.034448,0.046745,0.031745,-0.022369,0.012123,0.022281,-0.00379,0.079158,-0.088144,0.036381,0.020479,0.007645,-0.004165,0.008786,-0.015436,0.005419,-0.030456,0.01832,-0.076356,0.00005,0.006716,-0.014263,-0.010655,-0.049159,0.00317,-0.003499,-0.021094,-0.068938,0.019109,-0.005209,-0.024045,0.007012,-0.012511,0.019087,0.012199,0.002889,-0.015599,0.025898,0.001821,-0.021029,-0.003645,-0.071154,0.012751,0.036851,0.013916,0.004595,0.053584,0.018971,-0.005341,-0.00651,0.006249,0.013256,0.003811,0.009229,0.012501,0.006511,-0.009166,-0.015992,-0.012249,0.005463,-0.018389,0.026582,-0.051528,-0.032237,0.015672,0.02033,-0.015472,0.013964,0.011368,-0.023978,-0.00036,-0.033327,-0.025153,0.006674,0.014465,0.01628,0.011784,-0.025332,0.011847,0.011688,0.017439,0.023676,0.000518,-0.004228,0.029986,0.001632,-0.016083,0.006357,0.130673,0.012138,-0.020161,-0.018522,0.001927,0.005259,0.002272,-0.021844,-0.020192,0.02925,0.005075,0.033566,0.022239,-0.018806,0.011224,0.071693,-0.006702,0.046246,-0.009094,-0.02137,0.003605,0.043427,-0.15276,-0.006738,-0.034803,0.011303,-0.010118,-0.004521,-0.020599,-0.024976,0.003101,-0.027976,-0.012488,0.013069,-0.035622,-0.003701,-0.016959,-0.014404,0.056431,-0.020864,0.003245,-0.001098,0.070212,0.07971,-0.030905,0.087662,0.025429,-0.003675,0.015233,0.007146,0.005623,0.007541,0.001964,0.017359,-0.002741,-0.025524,-0.002269,0.005812,-0.02575,0.017888,-0.019567,0.011235,0.035546,-0.006811,-0.02822,0.005328,0.000405,0.003347,-0.004744,-0.013634,-0.022406,0.006108,0.029111,-0.030433,0.01142,-0.033713,0.048863,0.002824,-0.00385,0.010107,-0.045715,0.029618,0.002861,0.011431,-0.004205,-0.010927,-0.038583,-0.005692,-0.001127,-0.039648,0.003938,0.01108,0.01006,-0.020989,0.012283,0.027747,0.04859,0.172296,0.009632,0.041073,-0.00681,-0.005442,0.019412,0.025721,-0.017022,-0.014696,-0.023355,-0.005403,0.01347,0.008927,0.027247,-0.014473,-0.022816,0.05963,0.011994,-0.027149,-0.048997,0.048594,0.033705,0.017629,0.010111,0.031493,0.00523,0.004358,-0.000838,0.030084,-0.010736,0.045284,0.022232,0.014206,-0.008091,-0.010575,-0.020289,0.009288,-0.00204,0.019377,0.013622,0.045827,-0.014811,-0.009611,-0.045118,0.028317,-0.00955,-0.038011,0.020726,0.026272,-0.024258,0.024412,0.013992,0.012035,-0.037224,-0.000702,-0.010352,-0.007319,-0.025588,-0.019959,-0.003052,-0.014199,0.017189,-0.026412,-0.001816,0.011315,-0.029879,-0.079298,0.014711,-0.007799,-0.007492,0.030461,0.051723,-0.009223,-0.028196,0.006823,-0.013386,-0.018443,0.020995,-0.011456,-0.019019,-0.020546,-0.005328,0.042227,0.013745,-0.018168,0.041598,-0.01469,0.00611,-0.000404,-0.008973,0.020359,-0.031799,-0.01453,-0.00347,0.001079,0.013998,0.003391,-0.048638,0.003227,0.004731,0.01228,0.006478,0.026251,0.016849,-0.003797,0.008601,0.012237,-0.020846,-0.037939,0.020539,-0.016048,0.001944,0.002426,-0.021187,-0.031193,0.01041,-0.034726,0.013068,0.018057,0.111928,0.028909,-0.031671,0.036108,-0.005337,-0.003569,-0.016234,0.045733,0.020764,-0.010309,-0.028281,-0.020871,-0.001596,-0.029195,-0.020072,-0.0253,-0.01232,-0.010672,-0.014031,0.016088,-0.002786,-0.017338,0.006507,0.033375,-0.009308,-0.003912,0.021897,-0.014386,-0.01863,-0.036833,0.004287,0.017347,0.04807,-0.008456,0.00867,-0.027526,0.026733,-0.011785,-0.055864,0.001399,-0.021014,0.004876,0.006724,-0.048593,-0.013488,0.044006,0.036412,0.033829,-0.023068,0.013673,0.011013,-0.02921,-0.002748,0.015685,0.027182,-0.023021,0.018959,0.029203,-0.030986,-0.010447,0.01844,-0.000966,0.006111,-0.010804,0.020103,0.112654,0.003203,0.007654,-0.019071,-0.001821,0.004322,0.0373,0.028869,-0.00322,0.000359,0.002289,0.016617,0.003656,0.01756,0.008614,0.003943,0.008323,-0.002645,-0.007649,-0.016031,0.082485,0.030487,-0.011811,-0.006687,0.018482,0.007601,-0.000238,0.017159,0.020322,-0.018062,0.047211,0.060288,-0.007871,-0.005151,-0.028529,0.047787,-0.01592,0.000022,-0.011503,-0.011597,0.005976,-0.026904,0.02483,-0.006941,0.007823,0.040084,-0.011858,-0.001999,0.016342,0.060981,-0.010087,-0.031838,0.056443,-0.03514,0.007776,0.044346,0.016592,0.00638,-0.011331,-0.007046,0.016099,0.025314,-0.010592,-0.022373,0.015006,-0.041138,-0.032619,0.030734,-0.031542,-0.013349,-0.030525,-0.008714,0.035509,0.003656,-0.002793,-0.000326,0.009206,-0.018724,0.002629,0.023975,0.771477,-0.0188,0.016923,-0.005474,-0.003993,0.028194,0.014486,0.011567,0.025564,-0.001224,0.019089,-0.004483,-0.004283,0.016515,0.015325,-0.025819,-0.003658,-0.031108,0.013341,-0.022328,-0.018703,-0.037524,0.044417,0.019469,0.018521,0.024545,0.010731,-0.009258,-0.006748,0.01567,-0.004603,-0.011126,-0.028974,-0.002874,-0.041108,0.005446,-0.004218,0.029631,0.02638,-0.06868,0.011939,0.025892,0.03473,-0.0052,0.002831,-0.021829,0.041261,-0.021378,0.008517,-0.030167,0.012259,-0.00471,0.014536,0.050537,0.003334,-0.019174,0.015091,-0.037807,-0.014516,0.009889,0.019264,0.003743,-0.006321,0.043124,0.03513,0.031341,0.000465,0.025759,0.025041,0.020402,0.063573,-0.070442,0.040264,0.001654,0.010488,0.012043,0.038409,0.006717,-0.003914,-0.028775,0.032351,-0.104581,0.023966,0.025192,0.012063,0.007138,-0.056701,-0.009082,-0.021743,-0.029695,-0.067148,0.039667,0.030533,-0.025405,0.013811,0.038834,0.011924,0.043362,0.00062,0.002258,0.007214,-0.000973,-0.015511,-0.035021,-0.077911,0.014511,0.022035,0.032737,0.001059,0.059617,0.029922,-0.021791,0.002372,-0.010642,-0.006641,0.002586,0.004349,-0.001015,0.007296,-0.002156,-0.008288,-0.000599,0.021459,0.002126,0.026085,-0.045667,-0.017432,0.033619,0.009416,-0.010806,-0.027452,-0.001786,0.003723,-0.023747,-0.059356,-0.038194,-0.00563,0.002542,0.020382,0.021896,-0.002144,0.029952,-0.000003,-0.013915,0.042284,0.003438,0.025012,0.023273,-0.013369,-0.002775,0.005852,0.106053,0.024774,-0.023898,-0.012651,0.036193,0.00419,-0.012914,-0.015106,-0.021576,0.036434,0.010596,0.043199,0.006659,-0.025048,0.011156,0.071862,-0.00305,0.0111,-0.043509,-0.011512,0.032543,0.01393,-0.120863,-0.009866,-0.06287,-0.009162,0.022072,-0.034808,-0.023448,-0.001602,0.005051,0.00995,0.002871,-0.023921,-0.031904,0.005734,0.035288,-0.013484,0.03063,-0.035782,0.002174,-0.019991,0.082448,0.075495,-0.033376,0.068049,0.023901,-0.001858,0.027896,0.007427,-0.00398,-0.000726,0.000045,0.028151,0.024459,-0.041869,-0.013684,-0.007194,-0.027541,0.025973,-0.034933,0.030308,0.063159,-0.000192,-0.015742,-0.000625,0.01195,0.016773,0.002884,-0.033858,-0.022884,0.008869,0.000491,-0.015257,-0.014598,-0.034856,0.010704,0.015383,0.031264,-0.011858,-0.005477,0.043889,-0.018691,0.039315,-0.008153,-0.012619,-0.043903,0.010899,-0.014529,-0.049726,0.03441,0.019655,0.030202,-0.014689,0.000782,0.028853,0.009431,0.172648,0.038951,0.022604,-0.016603,0.009977,0.028839,0.017281,-0.006755,-0.022723,-0.045455,0.022673,0.010679,0.048998,-0.003784,-0.015217,-0.041031,0.084465,0.011852,-0.012365,-0.051534,0.024932,-0.000773,0.025367,0.008414,-0.018662,-0.005894,-0.009372,0.015208,0.015713,0.012001,0.014266,0.029928,0.031344,-0.009107,0.00555,-0.011714,0.013246,-0.025204,-0.011115,-0.01895,0.0289,-0.00032,-0.003202,-0.049019,0.004841,-0.041694,-0.048546,0.007367,0.002993,-0.033628,0.009667,-0.018906,0.021583,-0.023444,0.033586,-0.002857,-0.018606,-0.032401,-0.003461,-0.009481,-0.012538,0.020287,-0.012496,-0.003416,0.032738,-0.039081,-0.123783,0.006365,-0.021747,-0.022755,0.047594,0.045299,-0.014201,-0.097074,0.027499,-0.028196,0.039375,0.009422,-0.010753,-0.019314,-0.0025,-0.014966,0.003758,0.015848,-0.024348,0.008385,-0.014153,-0.008588,-0.002622,0.005616,0.03069,-0.031102,-0.010356,0.02018,0.001306,0.060165,0.015609,-0.038764,-0.002409,-0.013162,0.01602,0.002746,0.011351,-0.013581,0.026718,-0.006952,0.025691,-0.037702,-0.030873,-0.013426,-0.019878,-0.007783,0.006208,-0.011259,-0.053023,0.021216,-0.015158,0.029871,0.009992,0.084133,0.023782,-0.034153,0.022907,0.014728,0.000605,0.020556,0.041222,0.017651,-0.025153,-0.046059,-0.000957,-0.016162,0.000001,-0.038373,-0.001323,-0.021569,-0.013169,-0.015768,0.015164,0.019927,-0.044238,0.001986,0.001548,0.020652,-0.007594,-0.002821,0.007602,0.013708,-0.028027,-0.001991,0.022041,0.050943,-0.010347,-0.034646,-0.001011,0.018495,-0.003666,-0.043955,-0.025775,0.026099,0.018871,0.018438,-0.053045,0.017001,0.001303,0.035203,0.042206,-0.013352,0.002257,0.001972,-0.025796,-0.025875,-0.006944,0.008238,-0.04168,0.007244,0.027073,-0.037807,-0.026321,0.032457,0.012804,0.031394,0.017985,-0.004761,0.115257,0.002352,-0.007242,-0.01788,0.015093,0.007479,0.043388,0.058009,-0.004854,-0.008602,0.010002,-0.000075,-0.010891,0.042337,0.036255,0.006251,0.026863,-0.023517,0.003253,-0.013045,0.070937,0.013966,0.004501,-0.02994,0.018792,0.011203,-0.014973,0.034938,-0.022942,-0.010142,0.034106,0.017664,-0.004604,-0.039632,-0.013235,0.060514,-0.017165,0.01383,-0.024425,-0.009737,0.031827,-0.021866,-0.002764,-0.006123,0.010537,0.011914,-0.019792,0.032143,-0.000204,0.005682,-0.004229,-0.036877,0.013105,-0.027482,-0.024409,0.017539,0.026434,-0.004872,0.021798,-0.020303,0.005577,0.028894,0.017231,-0.01701,0.027562,-0.049097,-0.024941,0.057529,-0.033282,0.008728,-0.044057,0.013597,0.040442,0.013308,-0.00097,-0.017526,-0.018132,-0.009277,0.027266,0.014012,0.737386,-0.0132,0.05227,0.005446,0.006671,-0.006024,-0.010325,0.010606,-0.031685,0.010959,-0.007602,-0.013678,-0.018162,0.055997,0.028294,-0.004603,0.03289,-0.010425,0.030275,-0.014949,-0.027422,-0.013437,0.043599,0.025131,-0.002714,0.064808,0.041312,-0.025693,-0.023649,0.013893,-0.035836,-0.026328,-0.027013,-0.00819,-0.000515,0.004966,0.000489,0.021764,0.018871,-0.07198,0.00671,-0.015077,0.026415,0.007878,-0.018745,-0.024208,0.001613,0.013306,-0.020696,-0.013399,-0.001015,-0.013009,-0.004657,0.032399,-0.010978,-0.011714,0.005543,-0.022812,-0.005977,0.004134,0.020214,-0.014603,-0.015146,0.040833,0.019554,0.04849,0.025556,0.031727,0.03922,0.002852,0.061905,-0.08318,0.048369,0.015797,0.016358,-0.002498,0.035975,0.004523,-0.000706,-0.037716,0.01233,-0.111157,0.01171,-0.00542,0.012381,0.005211,-0.067218,0.004051,-0.009759,-0.013738,-0.067906,0.036608,0.007672,-0.024325,0.019765,0.019612,-0.003833,0.039722,0.006308,-0.010288,0.00545,0.007388,-0.00178,-0.010982,-0.08058,0.027584,0.016471,0.03642,0.010847,0.054959,0.012451,-0.017254,0.001204,-0.016662,-0.010891,0.007769,0.013432,0.014014,0.019432,-0.006028,0.001168,0.020445,0.008987,-0.005074,0.015745,-0.048688,-0.019521,0.017792,0.010654,0.003109,-0.020465,-0.003508,-0.004971,-0.010833,-0.089679,-0.035226,0.026993,0.011863,0.019422,0.043829,0.011394,0.033862,0.013241,0.00387,0.054327,0.000671,0.044505,0.029933,-0.013096,0.004047,-0.001468,0.143115,0.029883,-0.031764,-0.00845,0.029812,-0.006015,-0.023138,-0.028161,-0.007283,0.025465,0.020269,0.050501,0.021538,-0.039657,0.00177,0.057632,0.011161,0.013723,-0.021485,-0.018543,0.017427,0.012027,-0.165885,-0.007677,-0.06385,0.012745,0.003125,-0.028107,-0.007447,-0.013113,-0.007038,-0.009489,-0.006578,-0.02515,-0.014021,0.006799,0.024665,-0.016297,0.027266,-0.018154,0.013945,-0.00828,0.066629,0.071843,-0.029607,0.074608,0.0329,-0.014114,0.025478,0.020657,0.002063,0.006063,-0.005606,0.031326,0.030998,-0.044043,-0.012126,-0.003122,-0.038376,0.0171,-0.0339,0.025968,0.076131,-0.020671,-0.023415,-0.00846,0.014339,0.004357,0.011867,-0.02526,-0.032896,0.003921,0.016242,-0.024933,0.00501,-0.041017,0.013583,0.016037,0.026522,-0.008681,-0.002249,0.018174,0.011971,0.024525,-0.027706,0.011546,-0.058897,0.01783,0.001694,-0.055428,0.038634,-0.018652,0.026045,-0.018036,0.013366,0.010893,0.017627,0.144207,0.024713,0.020404,-0.021115,0.013495,0.007447,0.032137,-0.035154,-0.060325,-0.050554,0.017653,0.007727,0.036404,-0.019295,-0.017855,-0.030418,0.065313,0.010541,-0.00888,-0.064634,0.022866,0.022334,0.028191,-0.007187,-0.023801,0.000374,0.014043,0.009932,0.031225,0.014888,0.01532,0.025557,0.047598,-0.013135,0.006344,-0.027879,0.03078,-0.033351,-0.020959,-0.008527,0.035599,-0.010493,-0.025456,-0.045135,0.033509,-0.020712,-0.038053,0.022017,0.01243,-0.019088,0.018777,-0.010645,0.020724,-0.022064,0.038496,-0.009633,-0.034958,-0.022105,0.008034,0.007162,0.000307,0.038662,-0.019998,-0.0225,0.022047,-0.042233,-0.120145,0.018646,-0.019738,-0.015164,0.049551,0.043999,-0.026661,-0.061847,0.00386,-0.021936,0.070601,0.011378,-0.017248,-0.03073,-0.017257,-0.016704,0.013781,0.015018,-0.016368,0.030415,-0.025759,-0.013261,-0.009428,-0.021346,0.02635,-0.034042,-0.017764,0.002689,0.004053,0.034029,0.021172,-0.04028,0.000818,0.001769,0.017823,0.001661,0.002801,-0.006072,0.016531,0.011116,0.016801,-0.038144,-0.040286,0.000927,-0.01674,-0.004522,0.003477,-0.00988,-0.068141,0.01285,-0.005868,0.018923,0.023721,0.113945,0.019719,-0.02308,0.031758,0.006921,-0.011934,-0.000065,0.036063,0.032129,-0.019288,-0.024709,-0.009528,-0.006098,-0.016288,-0.038547,-0.014711,0.006366,-0.009424,-0.009958,0.003098,0.018454,-0.050826,0.004281,0.009411,0.002981,-0.002571,0.017227,0.001426,0.016772,-0.034832,-0.002973,0.005434,0.045526,-0.007727,-0.031156,-0.022929,0.021565,-0.001476,-0.033383,0.003377,0.018992,0.005528,0.039398,-0.03685,0.009776,-0.007581,0.037937,0.036417,-0.013268,0.010977,-0.004288,-0.033,-0.02332,0.050175,0.014192,-0.042021,0.009712,0.037272,-0.006813,-0.034322,0.042167,0.006727,0.037057,0.011271,0.013771,0.116828,-0.006252,-0.015331,-0.0349,0.003224,-0.006316,0.021817,0.048031,-0.010288,-0.006945,0.016824,0.006221,-0.012828,0.032681,-0.00853,-0.012957,0.023206,-0.00181,-0.014152,-0.00998,0.05487,0.018481,-0.02626,-0.028171,0.003519,-0.00925,-0.01161,0.016411,-0.022571,0.020433,0.035991,0.024106,0.010342,-0.017397,-0.018691,0.049368,-0.023789,0.005609,-0.008991,-0.015878,0.021687,-0.046986,-0.000015,0.00036,-0.00071,0.002094,-0.013946,0.030503,0.01671,0.030507,-0.011337,-0.014535,0.030647,-0.029467,-0.010481,0.011097,-0.001367,-0.019385,0.021934,0.000684,0.014339,-0.000917,0.016123,-0.021138,0.011379,-0.03997,-0.025824,0.07021,-0.047414,0.02138,-0.046629,-0.006491,0.044016,0.011389,-0.028143,-0.017458,-0.003473,-0.017637,0.027907,0.019487,0.72731,-0.012866,0.029655,0.000776,0.019962,-0.00501,-0.016813,0.011588,0.002926,-0.011444,-0.008739,-0.019305,-0.01634,0.035518,0.024191,0.000817,0.027172,-0.018942,0.018712,-0.00487,-0.032331,-0.030328,0.039463,0.027015,0.004226,0.055933,0.037681,-0.015968,0.003927,0.033816,-0.024259,-0.009726,-0.032418,-0.00648,-0.003579,0.018867,-0.012262,0.027502,0.012895,-0.058565,0.001668,-0.018506,0.015766,-0.011483,-0.033426,-0.04748,0.021799,0.024915,-0.02567,-0.008638,0.005477,-0.00634,0.012959,0.028553,-0.012455,-0.013729,0.015252,-0.038797,0.013142,0.012607,0.013361,-0.017333,-0.011569,0.017912,0.032148,0.019864,0.004626,0.027409,0.030922,0.012154,0.068776,-0.080226,0.039952,0.022025,-0.016434,-0.003981,0.012816,-0.014838,-0.004376,-0.028451,0.017991,-0.073329,0.01025,-0.004658,0.009903,0.000872,-0.052182,0.016448,-0.004659,-0.038078,-0.054573,0.034313,0.005629,-0.042004,0.013194,-0.019288,0.010687,0.021888,0.01147,-0.002174,0.029782,-0.023217,-0.031335,-0.008383,-0.05808,0.017656,0.043909,-0.002994,-0.013899,0.067334,0.009075,-0.013388,-0.008114,0.021116,0.012256,-0.018382,0.029576,0.034745,0.001746,0.012209,-0.031021,-0.019913,0.012157,-0.008665,0.037662,-0.034724,-0.024416,-0.000848,0.003126,-0.009304,0.014513,0.010962,-0.024552,-0.003244,-0.042625,-0.015819,0.015876,0.024938,0.030815,0.018124,-0.007993,0.005429,0.017845,0.005758,0.033602,0.004871,-0.016898,0.032924,-0.005125,-0.010045,-0.006806,0.129159,0.009974,-0.020579,0.008916,-0.008215,0.009763,0.007155,-0.018592,-0.009379,0.0476,0.030434,0.028417,0.015758,-0.01106,0.004988,0.072138,0.004762,0.061863,-0.006246,-0.022687,0.00915,0.03562,-0.15065,-0.020584,-0.043341,0.014655,-0.01748,-0.032822,-0.032351,-0.016947,-0.007224,0.005692,-0.012771,0.018884,-0.04879,-0.026551,0.000049,-0.020193,0.05759,-0.019958,-0.001772,0.002554,0.065166,0.072659,-0.055353,0.079082,0.011969,-0.00372,0.007134,0.008479,0.001146,-0.00813,0.00438,0.038042,-0.00488,-0.003581,0.006626,0.010298,-0.031314,0.019006,-0.022266,0.006789,0.030012,0.010975,-0.026359,0.015749,0.013539,-0.004131,0.008976,-0.017817,-0.035109,0.004665,0.030065,-0.040292,0.006114,-0.035697,0.043408,0.000777,-0.002582,-0.000286,-0.048362,0.031086,0.000786,0.010429,-0.001884,-0.042655,-0.042688,0.003349,-0.005357,-0.027939,0.038685,0.006014,0.022844,-0.01417,0.003275,0.017083,0.047027,0.163991,0.022314,0.037609,-0.003665,-0.00625,-0.0102,0.034199,-0.001552,-0.028721,-0.0298,-0.007273,0.018979,0.022213,0.01112,-0.014088,-0.020522,0.050107,0.01601,-0.004736,-0.034557,0.014555,0.029932,0.035752,-0.014512,0.01698,0.020737,0.001879,-0.018943,0.059448,0.004331,0.039513,0.018461,0.021669,-0.031786,-0.000404,-0.010562,0.019748,-0.000822,0.017803,-0.012633,0.060483,-0.028126,0.008175,-0.045421,0.016571,0.005154,-0.021467,0.015655,0.022886,-0.020437,0.020748,0.027979,-0.004075,-0.051557,-0.007903,-0.005295,-0.003869,-0.032617,-0.011983,-0.013656,-0.007644,0.024689,-0.017682,0.027726,0.010473,-0.008371,-0.070622,0.007228,0.012307,-0.008627,0.044519,0.034968,-0.017909,-0.036202,0.016218,-0.028682,0.000652,0.021309,-0.019475,-0.014556,-0.024274,-0.013516,0.016842,0.004589,-0.007602,0.008425,-0.045137,0.006481,0.002217,-0.004234,0.02316,-0.036842,-0.009002,-0.012462,0.019724,0.013072,0.006775,-0.034595,0.007296,-0.007643,0.023706,0.020916,0.005536,0.01035,-0.019687,0.026144,0.017602,-0.011639,-0.046189,0.00838,-0.016012,0.018066,-0.001532,-0.002459,-0.022481,0.012687,-0.029721,-0.000559,0.023524,0.112024,0.014701,-0.029324,0.063428,-0.019562,-0.019105,-0.008813,0.069814,0.000354,-0.019547,-0.054689,0.018064,-0.005807,-0.032631,-0.010896,-0.034535,-0.019702,-0.01363,-0.009653,0.023605,0.00528,-0.024187,0.003836,0.018377,0.005728,-0.045039,0.039204,-0.009234,-0.00609,-0.02781,-0.003088,0.001795,0.035007,-0.000564,-0.004579,-0.035774,0.021032,-0.028874,-0.053394,0.009749,-0.026507,0.007711,-0.000721,-0.036212,-0.033125,0.037644,0.023591,0.017071,-0.032079,0.00824,0.009338,-0.041606,-0.013838,0.034453,0.017641,-0.019356,0.0239,0.036001,-0.026609,-0.023677,0.052054,0.01608,-0.001978,0.001961,0.024242,0.116116,-0.007537,0.006833,-0.017506,-0.001047,0.020363,0.03797,0.031289,0.00171,-0.003905,-0.019292,0.001836,0.009173,0.006971,0.012338,-0.007617,0.007552,-0.012362,0.013527,-0.002039,0.06872,0.005937,-0.016099,-0.025539,-0.005888,-0.00688,0.01101,0.016722,0.026102,-0.021519,0.044385,0.063522,-0.01785,-0.003917,-0.015124,0.032085,-0.042657,-0.004171,-0.010571,-0.008028,0.010818,0.001305,0.029104,-0.031417,0.022004,0.046809,-0.005474,0.001322,0.002286,0.06531,0.011601,-0.025345,0.065524,-0.026267,0.012383,0.050123,0.014591,0.003269,-0.008339,-0.02291,0.031855,0.023587,0.008145,-0.002729,0.019976,-0.020962,-0.042469,0.032247,-0.023842,-0.033269,-0.003059,0.000803,0.044917,0.009786,-0.002942,0.003888,0.030202,-0.003202,0.005687,0.023742,0.748722,-0.040085,0.030527,0.007679,0.002231,0.051188,-0.015404,-0.009122,0.015294,-0.021067,0.037155,-0.004721,-0.022484,-0.003957,0.033326,-0.032623,-0.005893,-0.026964,0.029628,-0.004724,-0.020272,-0.037945,0.040301,0.036052,0.012235,0.032565,-0.005267,-0.055005,-0.009738,0.023497,0.005842,-0.03038,-0.025494,0.003485,-0.050117,0.011295,0.006647,0.019894,0.022193,-0.074872,0.010075,0.006303,0.031552,-0.008078,0.005643,-0.023626,0.054029,-0.012296,-0.001327,-0.031072,0.011049,-0.017023,0.01623,0.034524,-0.000039,-0.015401,0.017213,-0.03977,-0.015812,-0.015083,-0.006392,0.017963,0.013019,0.057982,0.026543,0.013445,0.00991,-0.001433,0.003231,0.01533,0.08884,-0.106051,0.043012,0.008692,0.017611,-0.024582,0.034928,-0.021537,-0.001552,-0.014985,0.023078,-0.08576,0.007213,-0.012949,-0.001213,-0.003141,-0.084734,0.000414,0.011736,-0.01959,-0.06557,0.028374,0.00168,-0.017748,0.008237,-0.012356,-0.014696,0.046685,-0.001712,0.00623,0.000981,0.005129,0.027823,-0.000063,-0.027966,0.03453,0.026745,0.006006,0.028263,0.062971,0.022117,-0.003579,0.003813,-0.006782,-0.006796,0.017329,0.017529,0.00931,0.027588,0.021365,0.006785,0.018676,-0.005622,-0.033167,0.023285,-0.050949,-0.027293,0.02863,0.024337,-0.025215,0.022918,0.019284,-0.020089,-0.032266,-0.064088,-0.007651,-0.013205,-0.017234,0.022782,0.025032,-0.002547,0.014407,0.020697,-0.004493,0.037577,-0.011352,0.040607,0.005005,0.010013,0.004941,-0.010549,0.097722,0.019602,-0.02702,0.024623,0.007183,0.005617,0.00292,-0.029586,-0.018335,0.049716,0.02204,0.036552,0.005199,-0.025021,0.003334,0.057697,0.006527,0.010592,0.004014,-0.006146,0.015703,0.03434,-0.131577,0.003625,-0.053669,0.01394,-0.0108,-0.030838,-0.005163,-0.0028,0.018981,-0.011522,0.001333,-0.010554,-0.022297,0.004635,0.028184,-0.03158,0.051684,-0.041608,0.001973,-0.00773,0.068185,0.099268,-0.011777,0.086443,0.051812,0.014977,-0.008057,0.01008,-0.015264,0.009984,-0.011538,0.030688,0.027807,-0.037469,-0.011599,-0.018433,-0.02375,0.021945,-0.035553,-0.004318,0.048266,-0.030263,-0.018181,0.01274,-0.00101,-0.000562,-0.001726,-0.024903,-0.005689,0.004109,0.035391,-0.005029,-0.00058,-0.033364,0.025549,0.006343,0.028606,-0.003799,-0.01146,0.006151,0.012331,0.000295,-0.013326,-0.015742,-0.026447,0.003939,0.01116,-0.06694,0.013925,0.004554,0.017619,-0.023785,0.02231,0.005824,0.009171,0.15236,0.039707,0.013428,-0.021129,0.003706,0.022541,0.046851,0.005939,-0.039167,-0.020333,-0.001294,0.027783,0.039099,-0.003859,-0.002827,-0.02151,0.051456,0.014327,-0.006242,-0.032717,0.031225,0.032274,0.01391,-0.008008,-0.001531,0.010481,0.007257,0.009626,0.03185,-0.010635,0.03684,0.033772,0.020597,-0.012263,-0.003778,-0.027252,0.021963,-0.011301,-0.005989,-0.020999,0.057555,-0.002278,-0.007071,-0.021713,0.026776,-0.005709,-0.039463,-0.020292,0.028816,-0.020964,0.025801,-0.004002,0.02111,-0.065489,0.020404,-0.000554,0.013011,-0.0258,-0.010937,-0.003035,0.015386,0.031385,-0.021081,0.004904,0.019761,-0.034843,-0.08625,0.034622,0.011967,-0.003289,0.050864,0.023007,-0.001726,-0.018471,0.013971,-0.034915,0.070866,0.010093,-0.014893,-0.018911,0.006352,0.002793,0.012997,0.014614,-0.023991,0.015074,-0.013085,-0.0118,-0.017369,0.003918,0.011018,-0.025024,-0.016591,0.005685,-0.002415,0.026868,0.008631,-0.020501,0.004149,0.016049,0.041925,0.00836,-0.001733,-0.008658,-0.016373,0.019669,0.033476,-0.014706,-0.030118,-0.01402,-0.018094,-0.007186,-0.022429,-0.002385,-0.038287,0.027655,0.000328,0.009152,0.00987,0.146987,0.021943,-0.02277,0.040815,0.018837,-0.024815,-0.024099,0.019422,0.002405,0.001781,-0.033413,-0.000593,0.023192,-0.025775,-0.035095,-0.018757,-0.01654,0.010759,-0.045531,0.03363,0.018829,-0.014456,0.008202,0.025389,0.013747,0.004981,0.002679,-0.01292,-0.022318,-0.045292,-0.036193,0.021237,0.044923,-0.000516,-0.010302,-0.037535,0.037441,-0.021322,-0.045838,-0.000451,0.000101,0.001176,0.02887,-0.053879,0.011611,-0.000538,0.04795,0.014415,-0.025222,-0.008527,0.007833,-0.04043,-0.013324,0.090901,0.020746,-0.02745,0.002486,0.026967,-0.015719,-0.027944,-0.00891,0.010557,-0.006266,0.019165,-0.000512,0.113342,0.011424,0.003121,-0.017347,0.001196,0.012956,0.032664,0.032027,0.007415,-0.014054,-0.007217,0.005911,0.012799,0.036992,0.021834,-0.01323,0.001773,0.002766,-0.005979,-0.016651,0.114181,0.018341,-0.01613,-0.039898,0.011143,0.005103,0.013294,0.023273,0.004263,-0.005702,0.035718,0.032327,-0.012949,-0.018785,0.005971,0.057957,-0.022327,-0.016548,-0.002754,-0.014266,-0.000103,-0.039568,0.032284,-0.017987,0.016527,0.001644,-0.011681,0.011526,0.004227,0.017538,-0.015385,-0.024941,0.046515,-0.052131,-0.01201,0.049646,-0.005481,-0.002467,0.018381,-0.002376,0.031357,0.001891,-0.010603,-0.022864,0.013884,-0.045574,-0.016368,0.031486,-0.023198,0.021742,-0.042236,-0.000327,0.048326,0.01038,-0.001043,-0.016613,0.003762,0.001215,0.029991,0.024127,0.73531,-0.012714,0.046728,0.003001,0.032429,0.021043,-0.000098,0.011999,0.022883,0.002632,-0.015237,-0.023721,-0.017824,0.048201,0.023465,-0.013335,0.022341,0.007372,0.020363,-0.025331,-0.042221,-0.012823,0.059722,0.030375,0.014543,0.079692,0.028306,-0.032468,-0.011287,-0.016337,-0.032178,-0.011545,-0.05056,-0.000694,-0.014043,0.007768,-0.022945,0.05198,0.014937,-0.055039,0.008903,-0.0031,0.024837,-0.004467,0.013926,-0.053982,0.032169,0.009919,-0.008841,-0.016669,-0.006796,0.000828,0.003305,0.051243,0.001946,-0.020591,0.015414,-0.033877,0.008251,-0.006621,0.02234,-0.023164,-0.030076,0.014367,0.052483,-0.014867,0.002335,0.013696,0.026741,0.012355,0.063041,-0.070933,0.012216,-0.0062,0.008652,-0.020311,0.034567,0.016677,0.003409,-0.007857,0.029644,-0.085934,0.009532,-0.009533,-0.005884,-0.009406,-0.07852,0.016695,-0.004443,-0.01359,-0.060968,0.023296,0.015282,-0.034281,0.023635,-0.018158,-0.029286,0.03526,0.002979,-0.003992,-0.001063,0.005289,-0.001523,0.00838,-0.042114,0.013599,0.011264,0.018687,0.000445,0.025775,0.032867,-0.01094,-0.000161,-0.017772,-0.005899,-0.008477,0.025377,0.008764,0.029356,0.011993,0.007388,0.009183,0.004916,-0.023253,0.023052,-0.047361,-0.005844,0.042004,0.0151,-0.015491,0.014667,0.027629,-0.033689,0.001255,-0.046656,-0.015623,-0.016532,0.002793,-0.018371,0.023097,0.01442,0.016647,0.015178,0.011632,0.026215,0.00326,0.017219,0.026367,0.018456,0.003943,0.006524,0.127873,0.004083,-0.036006,0.002957,0.007299,-0.009656,-0.005001,-0.030567,-0.005669,0.035333,0.010942,0.035899,0.018162,-0.010582,0.011518,0.07365,-0.006938,0.030948,-0.002264,-0.000284,0.018495,0.029253,-0.185698,-0.003222,-0.062863,0.003497,0.004767,-0.032311,0.005329,0.010123,-0.008778,-0.016347,-0.015577,-0.012608,-0.00975,-0.002322,0.002305,-0.014972,0.02502,-0.039251,-0.018159,0.010409,0.050759,0.090137,-0.010741,0.136726,0.026436,0.018214,-0.009778,0.029117,0.002538,-0.009861,0.00532,0.023705,0.004107,-0.044937,-0.014084,-0.009361,-0.023653,0.039628,-0.041665,-0.005736,0.027899,-0.001119,-0.02117,-0.01012,0.004073,-0.014441,0.023005,-0.046987,-0.00069,-0.003303,0.023093,-0.006028,-0.012693,-0.035096,0.038109,0.002841,-0.002127,-0.008273,-0.018975,-0.006533,0.021491,-0.011308,-0.020987,-0.015733,-0.041085,0.000757,0.013618,-0.034914,0.029298,0.015023,0.028416,-0.026284,0.034936,0.024014,0.031199,0.107626,0.037366,0.022689,-0.016851,0.005051,0.012717,0.043169,-0.014281,-0.012382,-0.014176,0.0219,0.002469,0.011796,-0.00561,-0.018136,-0.041626,0.015823,0.001808,-0.013989,-0.017434,0.020685,-0.002016,-0.015816,-0.009546,-0.009053,-0.009259,-0.011826,-0.000047,0.037175,0.004351,0.032844,0.030142,0.01925,0.002321,-0.007191,-0.032613,0.030247,-0.012672,0.01086,-0.034509,0.031157,-0.020894,0.002316,-0.016853,0.043656,-0.008932,-0.037977,-0.018948,0.025376,-0.01212,0.005144,0.001838,0.010546,-0.052763,0.010714,0.01197,0.017595,-0.001474,0.004367,-0.004474,0.014151,0.004841,-0.03146,-0.024551,0.000036,-0.034674,-0.070398,0.00326,-0.004947,-0.001986,0.032055,0.014949,-0.00918,-0.014894,0.015269,-0.010715,0.038565,-0.00406,-0.031911,-0.0089,0.010788,0.016373,0.008279,0.021554,-0.012202,0.010089,-0.011325,-0.02632,-0.00451,-0.028191,-0.001105,-0.017087,0.003288,0.005996,0.012591,0.037276,-0.000819,-0.04917,0.01102,-0.0021,0.026689,0.013336,-0.041732,0.009523,0.001264,0.021352,0.02532,-0.023034,-0.045778,0.005468,0.00131,0.006258,-0.015193,-0.014117,-0.042647,-0.001044,-0.006716,0.009451,0.005998,0.160502,0.02149,-0.017685,0.021708,0.014828,-0.020733,-0.005168,0.039708,0.019639,-0.003841,-0.023047,0.017852,-0.001127,-0.027056,-0.026257,-0.033328,-0.040295,-0.024054,-0.051516,0.010929,0.004471,-0.018431,0.018607,0.021491,-0.005203,-0.004954,0.013898,-0.024187,-0.004789,-0.019891,-0.040154,0.013329,0.040727,0.003982,-0.014963,-0.028673,0.021604,-0.006647,-0.027232,0.000914,0.001688,-0.004942,0.016449,-0.03602,-0.002664,0.030083,0.028095,0.008967,-0.044221,-0.010244,0.004687,-0.023786,-0.012072,0.059183,0.031278,-0.014391,0.009751,0.004503,-0.006868,-0.01109,0.015143,-0.001389,0.008142,0.015561,-0.000014,0.113144,0.008913,0.010162,0.00276,0.007081,0.004548,0.040852,0.038069,-0.028553,-0.022877,-0.015041,0.015036,-0.014775,0.051692,0.01711,-0.013466,0.021689,-0.009099,0.000435,-0.011088,0.082425,0.00887,-0.022991,0.000542,0.0072,0.003915,0.009234,0.003199,0.013382,0.01496,0.032404,0.028185,0.012956,-0.032731,-0.000446,0.038718,-0.016382,-0.000817,0.005608,-0.035199,0.021909,-0.028639,0.00862,-0.028466,0.016097,0.003524,-0.012231,0.030753,0.022169,0.029685,-0.001709,-0.007692,0.031633,-0.047914,0.010114,0.034159,0.013176,-0.0006,0.010973,-0.000858,0.036072,-0.016904,-0.002637,-0.017847,0.014309,-0.024061,-0.015744,0.041262,-0.034902,0.030641,-0.021808,0.002424,0.043475,0.037534,-0.021701,-0.019221,-0.003973,-0.005154,0.021768,-0.004251,0.769368,-0.032749,0.021314,0.004578,0.053003,-0.005682,-0.007393,0.020409,0.005634,-0.013951,-0.006363,0.003173,-0.009539,0.030477,0.017628,-0.009335,0.031879,0.011081,-0.006894,-0.028914,-0.03582,0.003336,0.048404,-0.014341,0.028022,0.057361,0.016155,-0.020053,-0.007718,-0.00363,-0.017158,0.004873,-0.021411,0.027257,-0.012804,0.015732,-0.015823,0.005875,0.010497,-0.073397,-0.009415,-0.004523,0.008607,-0.010683,0.005467,-0.040706,0.008453,0.04202,-0.001484,-0.023016,-0.00566,0.026669,-0.004355,0.043296,-0.017842,-0.024628,0.011379,-0.051735,-0.010906,-0.005375,0.017767,-0.019944,-0.00955,0.03415,0.034386,0.011457,0.015109,0.012565,0.023498,0.012405,0.060834,-0.08985,0.006498,0.020781,0.011888,0.006192,0.031347,-0.029961,-0.012104,0.016022,0.010879,-0.090851,0.022168,0.007666,-0.006088,0.004312,-0.033395,0.002003,0.015009,-0.047525,-0.034608,0.009342,0.033007,-0.024886,0.007557,0.020358,-0.010166,0.030749,0.009554,0.000687,0.017532,0.031837,-0.022769,0.008404,-0.042831,0.02213,-0.001696,0.006353,-0.000859,0.015837,0.047952,-0.03582,-0.012088,-0.039464,-0.012279,0.020903,0.016894,0.005103,0.021979,0.003042,0.011833,0.006773,-0.003941,-0.010144,0.027428,-0.036601,-0.045407,0.015561,0.024784,-0.024419,0.008635,0.014401,0.014329,0.004752,-0.007432,-0.034762,-0.024663,0.003111,0.006684,0.014055,0.003318,0.006322,0.031476,-0.008567,0.001675,0.018247,0.022868,0.001331,-0.020543,-0.004101,-0.018758,0.145617,-0.00184,-0.001438,-0.01275,0.01735,0.015552,-0.031281,-0.02426,-0.029584,0.040295,0.015549,0.004916,0.017152,-0.034821,0.007902,0.08261,-0.01217,0.012617,-0.019373,-0.005021,0.011722,0.02971,-0.168153,-0.014688,-0.029567,0.004052,-0.005579,-0.005213,0.008306,-0.003663,0.013685,-0.020618,-0.00901,-0.01583,-0.038191,-0.006817,-0.009042,-0.017297,0.067843,-0.006342,0.010571,-0.022537,0.04503,0.070311,-0.017507,0.10577,0.031336,0.009221,0.001966,0.021098,0.001479,0.008799,0.015341,0.025854,-0.004276,-0.004559,0.003552,0.001632,-0.024942,0.014659,-0.049293,0.023289,0.026201,0.007794,-0.025912,0.04405,-0.018409,0.001433,0.00267,-0.026069,-0.005045,-0.015333,0.01325,-0.015377,0.024679,-0.047853,0.046631,0.02038,-0.002922,-0.023368,-0.016424,0.039034,-0.012103,0.03152,0.017279,0.019532,-0.033373,0.007647,-0.029233,-0.030328,0.011443,0.030585,0.029895,-0.012261,0.023236,0.025621,0.030735,0.119308,0.04348,0.023678,-0.015135,0.040059,-0.004349,0.013277,-0.012848,0.001143,-0.04185,-0.007633,0.017805,0.010331,0.01409,-0.032684,-0.032096,0.01699,-0.005198,-0.011595,-0.065151,0.029359,-0.004381,0.011152,0.00629,-0.008669,-0.035582,0.010897,0.011849,0.037253,0.031927,0.018058,0.013951,0.044153,-0.000372,-0.003778,-0.001778,0.016113,0.016676,0.020794,-0.00277,0.061151,0.009676,-0.028625,-0.010607,0.050864,-0.000075,-0.040588,-0.003719,0.039041,-0.00453,0.010202,-0.017127,0.012071,-0.026362,-0.00485,0.019321,0.002104,-0.029316,-0.014091,-0.010797,-0.009933,0.007888,-0.020458,-0.021757,0.007329,-0.005032,-0.095903,0.027731,-0.033355,-0.026196,0.019426,0.002911,-0.000582,-0.053334,0.026711,-0.006676,-0.047198,-0.00006,-0.00423,0.003645,-0.027375,0.001118,0.018184,0.02699,0.004459,0.03532,-0.021799,-0.010501,-0.019082,-0.02322,0.028969,-0.049209,0.005801,-0.020526,0.021864,0.01499,0.008078,-0.030341,-0.016965,0.002556,0.026681,0.024651,-0.002133,0.003073,-0.016697,0.034398,0.012225,0.001615,-0.034116,0.008779,-0.018531,0.003972,0.006198,-0.028313,-0.04554,0.006635,-0.001692,0.008989,0.000106,0.088766,0.001157,-0.028372,0.038059,0.007461,-0.00842,-0.013773,0.047282,0.009984,0.015577,-0.022002,-0.02622,0.007566,-0.065257,-0.040391,-0.045504,-0.016048,-0.017818,-0.049817,0.01253,-0.021356,-0.014271,0.016639,0.040845,-0.005753,0.004432,0.036191,-0.024735,-0.010717,-0.047178,-0.010341,0.004119,0.024469,-0.009469,-0.006245,-0.045758,0.009041,0.003171,-0.048927,-0.002468,0.012604,-0.008664,0.017485,-0.04889,-0.014237,0.020246,0.040277,0.018695,-0.007786,-0.005775,-0.014176,-0.022806,-0.011201,-0.04141,0.00133,-0.024892,-0.013336,0.007454,-0.027769,-0.024756,0.036858,-0.01211,0.036085,-0.003084,-0.005872,0.113411,0.016789,0.015989,-0.006676,-0.010323,0.006912,0.038925,0.033682,-0.052605,-0.015188,0.021887,0.014484,-0.0257,0.025226,0.06501,-0.007245,-0.00308,-0.045522,-0.001841,-0.024681,0.068873,0.013556,-0.012212,-0.029845,0.002516,0.00127,0.005048,0.016167,-0.0246,-0.030962,0.027183,0.019792,0.006322,-0.009537,0.008176,0.034389,-0.01462,-0.034469,-0.003586,0.001378,0.024639,-0.03595,0.009288,-0.010202,0.011202,0.007927,-0.028752,0.001433,0.002375,0.063166,-0.002111,-0.00681,0.032875,-0.027366,0.000805,0.020686,0.01727,0.003315,-0.003863,-0.032736,0.033226,0.000085,0.017735,-0.0208,-0.002041,-0.06057,-0.020017,0.017937,0.004861,0.012564,0.02494,-0.004592,0.017253,-0.005292,-0.010917,-0.001673,-0.017872,-0.029131,0.013672,0.022995,0.758847,0.018144,0.023065,-0.009802,0.007013,-0.022847,0.016623,-0.007455,0.035117,0.022048,0.025792,-0.000353,0.02513,0.017736,0.018504,-0.020086,0.012596,-0.014635,0.01858,-0.023524,-0.008902,-0.035277,0.05175,0.068215,-0.005442,0.062148,-0.011314,-0.03084,-0.029289,0.022953,-0.021202,-0.020376,-0.015258,-0.00185,-0.026197,0.010339,-0.022493,0.013379,0.01698,-0.086918,0.005084,0.015127,0.014081,-0.025945,0.000971,-0.016779,0.041484,-0.005953,-0.000639,0.002054,0.013208,0.019351,0.011901,0.059305,0.000672,-0.001881,0.012286,-0.033291,-0.031695,0.009952,0.013979,-0.015443,-0.000661,0.052637,0.013634,0.05355,-0.022727,-0.009868,0.017825,0.035002,0.037293,-0.070807,0.044695,0.032061,-0.043684,-0.016363,0.003885,-0.033678,-0.019577,-0.011724,0.020237,-0.066008,0.01343,0.021814,0.003375,0.009843,-0.03372,0.037724,-0.001828,0.014296,-0.044956,0.004871,-0.011249,-0.021532,0.026587,-0.010573,-0.020715,0.023863,-0.016812,-0.01322,0.008392,-0.006248,0.014478,0.006716,-0.043039,-0.020069,0.031955,0.010963,-0.02054,0.066212,0.017053,0.02188,0.004501,0.004182,-0.022071,-0.001513,0.034775,0.003486,0.004537,0.01,-0.006625,-0.010019,-0.001692,-0.009477,0.035466,-0.017861,-0.02788,0.013648,0.003009,-0.033586,-0.002018,0.000818,-0.012088,-0.005821,-0.034847,-0.016657,0.01936,-0.014926,0.012938,0.018247,-0.006065,0.017604,0.017059,-0.003282,-0.013009,0.033763,0.018377,0.00929,0.014245,0.003161,0.014439,0.195349,-0.007882,-0.008703,-0.021007,0.007497,0.002144,0.011386,-0.030483,-0.018209,0.044299,0.000629,0.016419,0.032545,-0.009519,-0.017752,0.078148,0.019593,0.00901,-0.009832,-0.008612,-0.011079,-0.00689,-0.199654,0.016037,-0.037053,0.010478,-0.012033,-0.008411,0.002731,-0.011137,-0.006744,-0.006302,-0.001037,0.004307,-0.041478,-0.011758,-0.041384,-0.039898,0.072413,-0.022886,0.022586,-0.006797,0.052306,0.088844,-0.025676,0.083236,0.014215,-0.014367,0.002324,-0.000215,0.023786,0.012899,0.014062,0.03227,-0.001583,-0.027831,-0.034939,-0.020438,-0.016561,0.042381,-0.047058,-0.016953,0.00134,-0.014796,-0.002752,-0.015405,-0.004239,0.006315,0.017346,-0.032717,-0.012671,0.026386,0.010119,-0.033439,-0.024098,0.006058,0.017544,0.010605,-0.003779,0.000651,-0.040481,0.01292,0.011833,-0.008339,0.015293,-0.003122,-0.056919,0.006258,0.023301,-0.014402,0.022891,-0.038297,0.01527,-0.025952,0.012266,0.002422,0.043722,0.133479,0.015932,0.026763,-0.014045,0.02839,-0.001717,0.031782,0.000366,-0.028896,-0.007327,0.017246,0.026015,0.005718,0.006736,-0.026838,-0.01032,0.031422,0.006716,0.000869,-0.024572,0.021456,0.042966,0.012756,-0.000518,0.011308,-0.028957,-0.023912,-0.006359,-0.00164,0.012528,0.045528,0.027511,0.010634,0.000895,-0.003181,-0.033573,-0.002015,-0.004413,-0.036505,0.003384,0.032949,-0.024831,0.019746,-0.067209,0.021194,-0.018162,-0.039786,-0.015454,0.005822,-0.009279,0.015312,-0.024321,0.009766,-0.021506,-0.002751,0.003743,-0.011028,-0.002425,0.010723,0.009809,-0.007647,0.006215,-0.027269,-0.033426,-0.009733,-0.050709,-0.083329,0.007212,-0.015365,0.013925,0.068004,0.018681,-0.027133,-0.037103,0.018836,-0.001929,-0.000837,0.003076,-0.044878,-0.017691,0.024898,-0.025803,0.018883,0.027823,-0.004381,-0.002927,0.007766,0.00601,0.012277,-0.042605,0.021013,-0.036386,-0.011283,0.0026,0.008918,0.012599,-0.002855,-0.033088,0.01957,0.001591,0.031871,-0.000014,-0.016044,-0.000838,-0.027299,0.009906,0.015804,-0.015952,-0.009836,-0.015725,0.025795,0.012489,-0.011175,-0.058747,-0.036851,0.034167,-0.018041,-0.004034,0.010852,0.077944,0.011391,-0.024896,0.016578,-0.02669,-0.003566,-0.026179,0.032384,-0.009178,-0.003062,-0.009193,-0.008649,0.004455,-0.02911,-0.015587,-0.030265,-0.027419,-0.003491,0.021018,-0.019644,-0.006573,0.001765,-0.015795,-0.004783,-0.001608,0.004031,0.043594,-0.009019,-0.02342,-0.016027,-0.016703,-0.003388,0.037498,-0.02077,0.003579,0.009638,0.027776,-0.016727,-0.040704,0.027908,-0.043668,0.025607,0.008776,-0.008796,-0.004843,0.048793,0.023658,0.026963,-0.003097,0.006449,0.001628,0.002153,-0.000224,0.02064,0.010541,-0.027123,-0.017036,0.020875,-0.041352,-0.020653,0.020365,-0.008774,0.025639,0.002549,0.011815,0.115586,-0.01492,-0.02761,-0.015116,-0.022489,0.012161,0.052224,0.052398,-0.015306,0.002699,-0.010995,-0.018891,0.002345,0.042893,-0.004407,-0.022895,-0.022288,-0.00428,0.04304,0.004406,0.063089,0.026922,0.008171,0.002859,0.026768,-0.001775,0.005503,0.005233,0.013014,-0.015237,0.00974,0.028858,-0.037494,0.007809,-0.001079,0.006836,-0.015298,0.000643,0.016093,-0.002372,-0.005583,-0.018967,-0.042262,-0.051639,-0.003179,0.032837,0.005386,0.016157,0.00076,0.01893,0.018033,-0.033806,0.057541,-0.034735,0.006632,0.005013,0.009752,-0.026182,0.013566,0.010059,0.023904,0.006079,0.003361,-0.017618,-0.001028,-0.00667,-0.001968,0.018447,-0.03251,0.004538,-0.014958,0.010197,-0.00989,0.020801,0.025449,-0.03535,0.006724,-0.00609,-0.006025,0.001341,0.755557,-0.014995,0.026557,-0.030405,0.025177,0.002251,-0.004161,0.028518,-0.012416,-0.015616,-0.000957,-0.011042,0.021372,0.016426,0.030124,-0.026518,0.012645,-0.041785,0.011403,-0.030496,-0.040505,-0.037079,0.01916,0.022895,-0.002931,0.035325,-0.010262,-0.004753,0.035344,0.018234,-0.030925,0.001236,-0.036853,-0.023347,0.012077,0.027714,-0.026417,0.01083,0.010426,-0.099093,0.028493,0.0242,0.02266,-0.012078,0.011878,-0.004236,0.005105,0.013092,0.020711,0.000799,0.00302,0.01065,0.000018,0.073464,-0.008143,-0.019181,0.007222,-0.051371,0.001468,0.014216,0.038292,-0.041989,-0.040789,0.065852,0.008755,0.074502,0.002184,-0.033739,0.031697,0.003804,0.031136,-0.082952,0.027201,0.030816,-0.008813,-0.008917,0.023232,-0.013331,-0.022749,-0.03959,0.038155,-0.061398,0.035461,0.02446,0.004769,0.004922,-0.049088,-0.020227,-0.015372,-0.031397,-0.072593,0.013817,-0.003347,-0.020793,0.017374,0.025733,0.032852,0.076166,0.005777,0.007512,0.026666,0.016945,-0.025597,-0.006593,-0.070836,-0.010561,0.011436,0.004695,-0.003656,0.031081,-0.001871,-0.019936,-0.028645,-0.015807,-0.00913,-0.008599,0.039496,0.022151,-0.005649,-0.012952,-0.013421,-0.011062,0.013779,-0.010136,0.035158,-0.076029,-0.030657,0.052394,0.033001,-0.022642,-0.008622,0.011044,-0.031746,-0.008091,-0.040741,-0.035774,-0.009913,0.010809,0.00006,0.017815,0.002353,0.028773,-0.030673,0.002551,0.009477,0.021596,-0.003253,0.038137,-0.014223,-0.013549,0.0097,0.142819,0.036698,0.006722,-0.000492,0.001012,0.004571,0.004722,-0.030353,-0.026624,0.01971,0.037581,0.077801,0.029264,0.005644,0.004028,0.057673,-0.010593,0.017539,-0.009923,0.014534,0.011285,-0.007383,-0.204362,0.003274,-0.04274,0.002776,0.034827,-0.014195,0.000706,-0.001232,-0.012852,-0.021793,-0.019071,0.010818,-0.04396,0.007608,0.025155,0.005769,0.005008,-0.030598,0.00822,-0.02214,0.072762,0.096073,-0.054367,0.068597,0.009531,-0.000787,0.029796,0.026837,0.020616,-0.005668,-0.03535,0.034237,0.002494,-0.050264,-0.018842,-0.024566,-0.038885,0.035465,-0.013701,0.028719,0.03871,0.004908,-0.016119,-0.011352,-0.000937,-0.020148,0.004181,0.002088,-0.018042,-0.042708,0.021229,-0.043388,-0.01127,-0.025348,0.000602,-0.004154,-0.003072,-0.00321,-0.033347,0.037546,0.004692,0.019409,-0.033916,-0.016371,-0.063756,-0.010551,0.010409,-0.036477,0.025293,0.021657,0.033376,-0.036107,0.023207,0.020798,0.015093,0.12003,0.01036,0.035312,-0.034808,0.002125,-0.023553,0.015307,-0.028481,-0.032114,-0.02406,0.030807,-0.013564,0.044626,0.002579,-0.022383,-0.024558,0.060205,0.003313,-0.031185,-0.074309,0.019247,0.022674,0.011518,-0.001319,0.031224,-0.025824,-0.020955,0.0112,0.013178,0.015733,0.046967,0.001812,-0.00317,-0.006267,-0.008209,-0.004579,0.005413,0.000402,0.004636,-0.014427,0.022658,-0.030347,-0.007448,-0.033735,0.017378,-0.009431,-0.063213,-0.020051,0.020801,-0.023483,0.024202,-0.009736,0.009428,-0.019211,0.021641,-0.006301,0.000255,-0.006841,-0.011527,-0.0052,-0.020669,-0.008544,-0.018027,-0.020078,0.024069,-0.007041,-0.087144,-0.014368,-0.004615,-0.013475,0.034467,0.045119,-0.024087,-0.085868,-0.00134,-0.024102,0.08753,0.011806,-0.024166,-0.020768,0.016334,-0.000315,0.036541,0.020606,-0.00125,-0.006384,0.020878,0.009916,-0.004876,-0.009469,0.024969,-0.017556,0.001389,0.010092,-0.007006,0.046772,0.046498,-0.033692,0.006225,-0.014219,0.012932,0.011919,-0.01934,-0.005372,0.035301,0.00307,-0.005569,-0.027924,-0.02742,0.004098,-0.031505,0.013607,0.012661,-0.016253,-0.054374,-0.013129,-0.029767,0.025197,0.020902,0.099171,0.000456,-0.021555,0.015035,0.026358,-0.004502,-0.011342,0.064587,0.002924,-0.049315,-0.028105,-0.008646,-0.013918,0.008152,-0.01991,0.002614,-0.02225,-0.022463,-0.004339,-0.001534,0.02593,-0.028286,-0.014329,0.007558,-0.002201,0.011699,0.011333,-0.020487,-0.015654,-0.013028,-0.01164,0.0136,0.021418,-0.01043,-0.010394,-0.016484,0.037205,-0.004559,-0.014994,-0.010103,0.011969,-0.014647,0.015192,-0.035404,0.007685,0.038355,0.02652,0.028978,0.000694,-0.004303,0.012001,0.014894,-0.023629,0.050162,0.021873,-0.045972,0.022052,0.013749,-0.018053,0.02365,0.017172,0.010885,0.057179,0.000596,0.010653,0.113174,-0.00963,0.01619,-0.01405,-0.030242,0.00923,0.069311,0.051833,-0.023323,-0.00061,0.013665,-0.017834,-0.022164,0.044325,-0.010085,0.007496,0.009759,-0.025286,-0.006801,0.012865,0.106724,0.011901,-0.019387,0.001624,0.019143,0.005469,0.000276,-0.010667,0.010173,-0.006034,0.019227,0.016171,-0.013679,-0.003787,-0.002636,0.020956,-0.020924,-0.000086,-0.009927,-0.005605,0.039257,-0.031314,-0.007068,-0.029703,0.018539,0.001712,-0.000855,0.008141,0.025009,0.060976,-0.021509,-0.024173,0.038208,-0.0213,0.002687,0.011807,0.022996,-0.012763,0.002729,0.004215,0.01129,0.009424,0.018594,-0.014529,-0.007005,-0.052628,-0.017806,0.057315,-0.029499,0.029303,-0.004628,0.005184,0.018974,0.031785,-0.010002,-0.008614,-0.020802,-0.030513,0.000011,-0.002546,0.730664,0.004827,0.019163,0.010297,0.013357,0.011373,0.004885,0.0158,0.000813,-0.006912,0.006508,-0.019261,-0.008813,0.034612,0.007695,-0.017414,0.035473,-0.022482,0.026409,-0.015429,-0.019671,0.000695,0.052848,0.027113,-0.01419,0.050101,0.006089,-0.010199,0.012622,0.044687,-0.019543,0.011872,-0.044642,-0.026172,-0.021578,0.016213,-0.006224,0.033585,0.023893,-0.072221,0.007814,-0.008846,0.000292,-0.013664,-0.018276,-0.030949,0.02431,0.006819,-0.030771,-0.026512,-0.007419,0.011131,0.001607,0.050826,-0.005671,-0.004238,0.011908,-0.024471,-0.012175,0.012007,0.021209,-0.028586,0.008442,0.063982,0.032755,0.046296,0.00774,-0.014848,0.021083,0.013586,0.028999,-0.067137,0.028138,0.026725,-0.020826,-0.005575,0.019945,0.001734,-0.021101,-0.029574,0.040022,-0.061414,0.045903,0.028918,0.017488,0.001373,-0.057582,-0.018902,-0.020701,-0.010367,-0.082649,0.014238,-0.010675,-0.003645,0.026765,0.022603,0.027545,0.062582,-0.001142,0.018009,0.019562,0.026318,-0.0223,-0.001157,-0.072701,0.002703,0.016948,0.005324,-0.008764,0.040492,-0.002788,-0.027281,-0.012163,-0.008281,-0.005148,-0.029189,0.016761,0.010474,-0.002427,-0.033762,-0.014352,0.005567,0.006624,-0.013426,0.028513,-0.06889,-0.015011,0.052262,0.032481,-0.005029,0.002598,-0.009141,-0.025995,-0.006204,-0.045185,-0.032026,-0.018649,0.001479,0.010866,0.034393,0.006853,0.034653,-0.026542,0.024814,-0.004929,0.038796,0.002891,0.028898,0.001044,-0.006383,0.003193,0.134646,0.031749,0.010714,0.000385,0.000161,-0.000588,-0.02515,-0.03686,-0.020778,0.024323,0.027785,0.072049,0.03192,0.007605,-0.005204,0.058953,-0.007383,0.016767,-0.01449,0.002657,0.008916,-0.001634,-0.188981,0.010362,-0.039595,0.007429,0.043111,0.002333,0.013062,0.01212,-0.017076,-0.015328,-0.020782,0.024883,-0.038383,-0.002029,0.0154,-0.012719,-0.002059,-0.047955,0.014326,-0.038615,0.069645,0.109537,-0.052332,0.040399,0.017077,0.000847,0.022567,0.019335,0.028678,-0.000134,-0.030752,0.043282,0.000213,-0.05693,-0.018575,-0.030711,-0.042375,0.022999,-0.016351,0.039061,0.030215,-0.000084,0.003232,-0.005415,-0.01128,-0.0284,-0.003554,-0.020753,-0.014641,-0.03907,0.011637,-0.052714,0.009537,-0.024305,0.030084,-0.003983,-0.009687,0.000333,-0.020312,0.043842,0.00844,0.026083,-0.027029,-0.005662,-0.064789,-0.010276,-0.00225,-0.039857,0.031708,0.021559,0.01716,-0.023819,0.024352,0.026442,0.012017,0.102028,0.001318,0.03106,-0.031929,0.005556,-0.02706,0.011056,-0.014,-0.043697,-0.038813,0.021458,-0.02648,0.049957,0.001492,-0.023705,-0.027949,0.07879,-0.001561,-0.030545,-0.077923,0.006347,0.012032,0.023599,0.007014,0.013261,-0.040661,-0.024497,0.010009,0.009421,0.034974,0.042109,0.017665,-0.002969,-0.001795,-0.008451,-0.002093,0.006629,0.002201,-0.005034,-0.019538,0.028618,-0.019507,-0.002802,-0.027319,0.02895,0.003504,-0.058304,-0.005037,0.039321,-0.027306,0.012128,-0.008455,0.013814,-0.025125,0.018721,-0.002795,0.011195,0.006674,-0.011437,0.013703,-0.015399,-0.001126,-0.011897,-0.003512,0.025409,-0.01462,-0.097107,-0.01784,-0.006936,-0.005146,0.027102,0.042297,0.003234,-0.097795,0.00221,-0.027526,0.08234,-0.004582,-0.015213,-0.020917,0.008252,-0.004584,0.028465,0.022711,-0.011072,-0.006874,0.016717,0.020307,0.003002,-0.002623,0.020905,-0.012375,-0.00024,0.016136,-0.016817,0.051203,0.051345,-0.033866,0.013393,-0.023758,-0.001591,0.0246,-0.0068,0.001278,0.028018,-0.008857,-0.004633,-0.028291,-0.021078,0.018555,-0.047505,0.007925,0.000857,-0.025894,-0.063305,-0.007143,-0.020936,0.012425,0.009045,0.094638,-0.006348,-0.027414,0.015223,0.018222,-0.001974,-0.019785,0.061868,0.011841,-0.038938,-0.028963,-0.000601,-0.001668,-0.005459,-0.022265,0.024895,-0.015345,-0.029103,0.00869,-0.008855,0.011867,-0.019289,-0.01015,0.001666,-0.008198,0.011387,-0.000431,-0.004575,-0.00581,0.006176,-0.011195,0.021995,0.009403,-0.009821,-0.021679,-0.015413,0.032479,-0.009031,-0.026381,-0.023534,0.008641,-0.017949,0.032687,-0.04066,0.011767,0.036323,0.032646,0.03624,-0.002428,-0.00272,0.010119,0.009782,-0.032931,0.026848,0.014743,-0.05055,0.017685,0.017327,-0.027955,0.035995,0.027104,0.022602,0.044393,0.01207,-0.004099,0.113394,-0.007965,0.023316,-0.017231,-0.021939,-0.003558,0.07001,0.051195,-0.028361,-0.018683,0.011276,-0.020529,-0.038018,0.039216,0.006932,-0.007456,0.010881,-0.019221,-0.000481,0.013269,0.093643,0.022049,-0.040209,-0.013858,0.028676,-0.009407,0.003057,-0.02032,0.011373,-0.00403,0.012262,0.016332,-0.001546,-0.004619,-0.012652,-0.001978,-0.011431,-0.001305,0.009348,-0.01244,0.040126,-0.033004,-0.001181,-0.049497,0.019456,0.000351,0.002873,0.018644,0.034269,0.053979,-0.029791,-0.030786,0.026826,-0.030603,0.02156,0.000961,0.031647,0.004062,0.006674,-0.000315,0.008247,0.020651,0.017836,-0.0227,-0.010827,-0.045102,-0.01227,0.072654,-0.033828,0.026012,-0.016244,0.011135,0.020048,0.023072,-0.006277,0.00049,-0.022487,-0.027773,0.008068,-0.010377,0.732421,-0.003615,0.025293,-0.002981,0.013075,0.003231,0.01011,0.007344,-0.005767,-0.010711,0.011288,-0.017962,-0.002279,0.039894,-0.003627,-0.021551,0.032487,-0.022535,0.020823,-0.021028,-0.023547,0.014976,0.053171,0.027185,-0.00443,0.045685,0.010094,-0.008257,0.017674,0.042062,-0.008312,0.002438,-0.018416,-0.035124,-0.017399,0.027005,-0.002194,0.023156,0.008389,-0.068999,0.023185,-0.004396,0.01241,-0.019504,-0.019455,-0.012267,-0.001586,0.010992,-0.030288,-0.020758,-0.007968,0.004905,-0.00074,0.052519,-0.01158,-0.00837,0.013669,-0.032627,-0.007689,-0.007679,0.010984,-0.042206,0.001238,0.071695,0.032055,0.037978,0.004857,-0.020988,0.025034,0.011472,0.053135,-0.076941,0.031684,0.027624,0.008938,-0.005929,0.013525,-0.017102,0.002845,-0.012668,0.015023,-0.078418,0.034869,0.017334,0.019904,0.018631,-0.012851,0.013975,0.01733,-0.026226,-0.068492,0.023966,0.02072,-0.001446,-0.010057,-0.018128,0.03852,0.018307,0.00847,-0.010177,0.007494,-0.020517,-0.016585,0.025919,-0.065467,-0.004903,0.014844,0.026191,-0.010727,0.095277,-0.021882,0.000021,0.001112,0.003733,-0.028259,-0.005197,0.0043,0.030475,0.007971,-0.007334,-0.022395,-0.029637,0.040971,-0.023303,0.031621,-0.075958,-0.036508,0.021423,-0.006446,-0.023302,-0.020434,0.024622,-0.017365,-0.02601,-0.047623,-0.026741,0.004231,0.002059,0.022109,0.032853,0.012417,0.015192,-0.011996,-0.0143,0.014775,0.043674,-0.005155,0.017274,-0.007716,-0.015242,-0.003417,0.129393,0.055101,-0.021547,0.009395,-0.008288,0.00172,0.013139,-0.058394,-0.012517,0.04265,0.021278,0.040024,-0.013189,0.004352,0.008634,0.058034,-0.006014,0.004056,0.026632,-0.021,-0.018571,0.016528,-0.17761,0.005959,-0.06369,-0.009329,0.00887,-0.011575,-0.027723,-0.004886,-0.013834,-0.010392,-0.025127,-0.002421,-0.058699,-0.021884,0.028422,-0.017728,0.053924,-0.015205,-0.008619,0.001737,0.041125,0.071569,-0.027003,0.050277,0.014216,0.018809,0.028359,0.01107,0.034243,0.010222,-0.012638,0.026874,0.008562,-0.024077,-0.017864,0.002519,-0.035081,0.038481,-0.021665,0.003006,0.055229,0.010305,-0.033591,0.018132,-0.029765,-0.028168,-0.013189,-0.019607,-0.038209,0.004783,-0.004647,-0.024788,-0.004999,-0.014248,0.03593,0.036441,0.019953,-0.00998,-0.028206,0.05139,0.00344,0.00947,0.012052,-0.019417,-0.051288,-0.020802,-0.00001,-0.018504,0.029214,-0.000475,0.032452,-0.014183,0.000905,0.027238,0.033442,0.153818,0.027054,0.02207,-0.009085,0.018755,-0.026426,-0.020241,-0.004173,-0.00939,-0.028035,0.031369,0.018902,0.036885,-0.023646,-0.037802,-0.021034,0.044932,0.008933,-0.017661,-0.050764,-0.005207,0.022905,0.049193,-0.009371,0.011513,-0.02537,-0.030195,-0.016275,0.041311,-0.019028,0.025711,0.023154,-0.014683,-0.026779,0.007949,-0.00775,0.018588,-0.01585,-0.011969,0.005313,0.04697,-0.015318,-0.003651,-0.0363,0.021384,-0.015338,-0.067842,-0.026391,0.008808,-0.011791,0.034692,-0.02627,-0.000586,-0.038605,-0.010377,0.008464,-0.02641,-0.019766,-0.008257,-0.007613,0.002527,0.010225,-0.007525,-0.031439,0.023644,0.013439,-0.109618,0.023119,0.025183,0.016008,0.056582,0.048104,-0.007549,-0.066205,0.011182,-0.028252,0.073597,0.022048,-0.008171,-0.001681,0.009568,-0.029204,0.013005,-0.001285,-0.011445,-0.006409,-0.005025,0.0452,-0.011365,-0.032678,0.030998,-0.033663,-0.012674,-0.023475,0.011898,0.041437,0.020868,-0.055352,-0.000655,0.029228,0.006375,0.022437,-0.010725,-0.02168,0.00044,-0.006771,-0.015301,-0.019733,-0.02104,0.000082,-0.028178,0.004997,0.030491,-0.041417,-0.027917,-0.006483,-0.000101,-0.003235,0.015876,0.060766,-0.006411,-0.031742,0.041825,0.006067,0.000163,-0.007568,0.053375,-0.009226,-0.014489,-0.026383,-0.002766,0.001998,-0.041178,-0.01868,0.008453,-0.016019,0.016608,-0.000601,0.011717,0.011738,-0.021627,0.003928,0.038768,0.014372,-0.000481,0.013854,-0.021526,-0.001812,-0.045159,0.002471,0.020001,0.037274,-0.012918,-0.011746,-0.003608,0.009662,-0.015323,-0.049039,0.001442,-0.019856,-0.001177,0.014472,-0.032462,0.017604,0.032497,0.025926,0.030077,-0.019318,0.017078,0.017754,-0.03847,-0.032254,0.045568,0.019234,-0.040399,0.012472,0.036304,-0.028145,0.000568,0.018105,0.005492,0.03493,-0.000001,0.044646,0.114325,0.009716,-0.036451,-0.043165,-0.036681,-0.006766,0.013761,0.053149,-0.020236,-0.008081,0.00637,-0.014158,0.001969,0.033719,0.012962,-0.006285,0.010696,-0.002759,-0.01376,-0.018243,0.02823,0.036998,0.001153,0.006527,0.003809,0.003848,-0.015067,0.013078,0.039379,0.007535,0.025327,0.017782,-0.042371,-0.00755,-0.03332,0.029552,-0.027963,-0.012297,-0.003881,0.017038,0.033834,-0.011624,0.011248,-0.029014,0.041171,0.020444,0.013208,-0.015395,0.004209,0.034508,0.008263,-0.005901,0.044972,-0.006958,0.008352,0.018681,0.019194,-0.019128,0.011696,-0.008765,0.027692,0.045403,0.000786,0.009543,0.029924,-0.064119,-0.010179,0.047849,-0.036107,0.013525,-0.021768,-0.013335,0.031193,0.024391,0.004162,0.000048,-0.018714,0.001976,0.02535,0.028904,0.736883,-0.02582,0.072585,0.007784,-0.010226,0.023064,-0.002051,0.003558,0.009866,-0.000437,0.000588,-0.020947,-0.000837,0.033012,0.022179,-0.00988,0.003248,-0.01343,0.034222,-0.023696,-0.036545,-0.027827,0.035423,0.0369,-0.006146,0.041775,0.024999,-0.010273,0.023871,0.04347,-0.018886,-0.015133,-0.061315,-0.010132,-0.041052,0.048505,-0.001224,0.018515,0.038388,-0.079625,0.0146,0.007707,0.010605,-0.001061,-0.016314,-0.016278,0.004147,0.038645,-0.025661,-0.007695,0.002276,0.007917,0.006508,0.05002,-0.037062,-0.006901,0.009422,0.000751,0.000464,0.002336,-0.008006,-0.001627,-0.015046,0.051363,0.020266,0.023496,0.011932,0.005841,0.041211,0.017165,0.048364,-0.055263,0.019421,0.021328,0.007597,-0.006647,0.019655,-0.000829,-0.008067,-0.025075,0.032816,-0.086336,0.048502,0.00602,0.024118,0.007852,-0.046648,0.008836,0.00343,-0.023674,-0.099137,0.035114,0.010416,0.002424,0.008752,0.009965,0.021291,0.03942,-0.011952,-0.006796,-0.000461,-0.00123,-0.038962,0.028484,-0.065675,-0.004903,0.027202,0.027561,-0.018605,0.080066,0.000253,0.000637,0.00072,0.003862,-0.034135,-0.018359,0.00118,0.027132,0.004088,-0.048228,-0.029173,-0.009013,0.021201,-0.019275,0.041124,-0.066394,-0.022295,0.028858,0.001397,-0.001984,0.00676,0.002967,-0.015013,-0.0195,-0.040043,-0.036964,0.004632,-0.000593,0.021289,0.0567,0.015273,0.016028,-0.027917,0.009401,-0.002006,0.060823,0.004965,0.023507,0.004603,-0.000851,-0.016476,0.12122,0.050496,-0.013549,0.038017,-0.013436,-0.023059,-0.024949,-0.065165,-0.027197,0.013463,0.026337,0.056844,0.00783,0.017264,0.001272,0.060038,-0.006376,-0.002226,0.012579,-0.023518,-0.017659,0.01878,-0.148672,-0.000272,-0.066793,-0.025386,0.043473,0.015844,-0.023126,0.01469,-0.008593,-0.004124,-0.029888,0.015264,-0.067794,-0.019858,0.002631,-0.009328,0.02975,-0.03737,-0.019825,-0.012799,0.053048,0.081369,-0.055043,0.038565,0.011289,0.006306,0.034001,0.019011,0.038243,0.027071,-0.017513,0.029799,0.009027,-0.045468,-0.00685,-0.016162,-0.045874,0.013741,-0.014511,0.03047,0.057117,0.006032,-0.014448,0.017144,-0.039,-0.023762,0.00059,-0.019872,-0.031472,-0.028083,-0.004717,-0.026601,0.007429,-0.021286,0.036076,0.022799,-0.000272,-0.021559,-0.03094,0.06972,0.002642,0.01997,-0.004521,-0.017036,-0.053997,-0.030338,-0.021293,-0.025357,0.031999,0.009082,0.032888,-0.008265,0.002132,0.031155,0.019343,0.118051,0.032462,0.01041,-0.020795,0.02816,-0.043352,-0.026349,-0.004924,-0.036624,-0.039198,0.036921,-0.000309,0.023063,-0.019345,-0.032811,-0.023975,0.03308,-0.003292,-0.027778,-0.060079,-0.017647,0.005796,0.036094,-0.007179,0.005399,-0.046045,-0.026495,-0.016907,0.060012,0.009346,0.036912,0.004246,0.004571,-0.021991,0.005369,0.008749,-0.001876,-0.026361,-0.014251,-0.008863,0.050313,-0.021612,-0.003973,-0.026469,0.023074,-0.0025,-0.068951,-0.018467,0.028077,-0.005705,0.024513,-0.016055,0.005047,-0.016269,-0.005966,0.007784,-0.021722,0.004253,0.009275,0.006093,0.002197,0.011825,0.005672,-0.015854,0.028953,-0.008452,-0.103167,0.015251,0.022674,0.006564,0.042335,0.046962,-0.010552,-0.091945,-0.000381,-0.033781,0.101438,-0.004352,0.007049,-0.006362,0.014212,-0.02494,0.015685,0.00788,-0.017539,0.004935,-0.021667,0.018882,-0.008669,-0.022018,0.0166,-0.024912,-0.018218,-0.024178,0.000288,0.046895,0.021333,-0.054557,0.003175,0.039803,-0.004302,0.028225,-0.040268,0.002685,0.006151,-0.011152,-0.025291,-0.033342,-0.032602,0.001775,-0.023529,0.016571,0.027129,-0.032051,-0.044656,-0.021174,0.003957,-0.00484,0.022388,0.047766,0.011529,-0.038389,0.039146,0.004076,-0.001516,-0.01607,0.063854,0.00894,-0.033307,-0.041948,0.003736,0.005874,-0.029191,-0.014111,0.021012,-0.017175,0.001642,0.012353,-0.002836,0.015559,-0.02419,-0.008007,0.017956,-0.004335,-0.001683,0.00977,-0.027573,0.021076,-0.027873,-0.004822,0.032018,0.036091,-0.000266,0.001707,-0.018737,0.003854,-0.004922,-0.038696,0.001626,0.016884,-0.005364,0.029749,-0.030377,0.013088,0.040822,0.026567,0.05232,-0.015941,0.017236,0.013092,-0.026415,-0.050535,0.000882,0.016611,-0.065037,0.018022,0.014078,-0.024741,0.030247,0.044581,0.025646,0.038168,0.001575,0.031055,0.116164,0.00991,-0.000892,-0.049834,-0.02483,-0.024134,0.011766,0.087075,-0.010606,-0.00581,0.003652,0.000161,-0.022172,0.044933,0.026111,-0.002117,0.023059,-0.012899,0.01016,-0.00207,-0.022051,0.027721,-0.025321,-0.013484,-0.008892,-0.0072,-0.020695,0.001815,0.03523,0.008865,0.025974,0.01192,-0.010818,-0.019709,-0.03052,-0.000445,0.00362,-0.01413,0.011397,-0.010378,0.035533,-0.024628,0.017638,-0.0533,0.020834,0.021969,0.000404,0.008696,0.020635,0.022342,-0.017899,-0.01972,0.029561,-0.014845,0.039983,0.010712,0.036734,-0.013277,-0.002589,-0.021982,0.038236,0.024992,0.016804,-0.003361,0.0108,-0.074952,-0.003696,0.068742,-0.065027,0.026556,0.005975,0.001574,0.038512,0.028213,-0.007914,0.000524,-0.021277,-0.023512,0.006498,0.024604,0.718085,-0.024842,0.050502,0.010569,-0.008753,0.007406,0.005987,0.003245,-0.004538,0.015834,-0.003977,-0.029783,0.003729,0.03427,-0.001574,-0.003815,0.003235,-0.029801,0.028407,-0.021914,-0.057012,-0.006074,0.052268,0.028939,0.002308,0.032351,0.003941,-0.009771,0.029931,0.04214,-0.002969,-0.023451,-0.030283,0.002521,-0.055602,0.05772,-0.01641,0.006884,0.039062,-0.073092,0.014375,-0.005864,-0.004125,-0.026602,-0.005771,-0.014972,-0.013831,0.030031,-0.035442,-0.012938,-0.016438,0.006481,0.025837,0.060446,-0.038941,-0.001355,0.013799,-0.018556,-0.011809,0.005718,-0.009708,-0.015888,0.016414,0.063164,0.027055,0.018931,0.004764,-0.000493,0.038512,0.007408,0.027025,-0.088645,0.054572,0.003689,0.013564,0.016959,0.022578,-0.017231,-0.006634,-0.004304,-0.011928,-0.059096,0.033076,-0.010141,0.021858,0.019475,-0.037821,-0.021706,-0.003262,-0.01626,-0.061818,0.024005,-0.013179,-0.013888,0.001398,0.005058,0.010663,0.046405,0.006734,-0.003117,0.016606,0.00175,0.00755,0.001967,-0.053443,-0.001684,0.009931,0.031518,0.013717,0.018106,0.009927,-0.014155,0.001693,-0.022629,0.012814,0.00303,0.032126,0.000059,0.016188,0.01248,-0.008259,-0.018238,0.026231,-0.016265,0.019875,-0.070624,-0.05914,0.033335,0.011298,-0.028661,0.001372,0.000619,-0.022996,-0.02977,-0.026684,-0.025813,0.017113,0.008595,0.034341,0.013612,0.012405,0.003838,0.01052,0.012776,0.016665,0.032747,0.026591,0.013229,-0.023287,0.000917,0.026945,0.145553,0.008809,-0.005039,-0.023027,0.000506,0.003143,-0.009553,-0.013603,-0.01051,0.080471,0.011345,0.001898,0.008573,-0.018417,-0.004331,0.048316,-0.004918,0.015823,-0.02153,-0.001957,-0.024041,0.010425,-0.196195,0.016538,-0.061998,-0.00003,0.020579,-0.003149,-0.000381,0.008081,-0.011829,-0.025988,-0.000727,-0.03245,-0.045717,-0.004499,0.046498,-0.023381,0.039284,-0.026397,0.001767,-0.016578,0.037768,0.078226,0.00659,0.080692,0.023061,0.00825,0.009834,0.013773,0.001248,-0.014114,-0.022875,0.032557,0.030059,-0.049902,0.00254,0.026595,-0.040084,0.024326,-0.030143,0.022308,0.041025,-0.000883,-0.042574,0.003587,-0.00813,-0.024847,0.016936,-0.003402,-0.022905,0.036208,0.007039,-0.034123,0.004057,-0.023646,0.008506,0.016947,0.012592,-0.011596,-0.045802,0.014374,-0.000709,0.021812,0.006636,-0.001838,-0.048738,-0.01158,-0.002511,-0.03123,0.012531,0.012326,0.037609,-0.011596,0.015446,0.029437,0.021698,0.15499,0.007511,0.029281,-0.008453,0.03855,-0.030554,-0.002246,-0.04087,-0.007682,-0.042848,-0.00542,0.006994,0.00586,-0.005282,-0.01493,-0.029944,0.058396,0.006472,-0.005509,-0.054966,0.005743,0.028338,0.022264,0.010801,0.023412,-0.021914,-0.013365,0.003368,-0.003108,0.01855,0.025652,0.012696,0.008719,0.002621,0.000235,-0.022513,0.020475,-0.022463,-0.012196,-0.001343,0.037798,0.008412,-0.02067,-0.051301,0.028391,-0.032545,-0.027129,-0.010641,0.022228,-0.02969,-0.000292,-0.005726,0.016541,-0.038737,0.003938,-0.004631,0.008823,-0.002926,-0.022571,-0.008809,0.004873,0.011318,-0.014826,-0.012497,0.003694,-0.012309,-0.126887,0.012314,0.020907,-0.004341,0.035768,0.030152,-0.009155,-0.127832,0.037616,-0.027099,0.054559,0.019385,-0.049689,-0.010756,0.017355,-0.028743,0.043796,0.056171,-0.009464,-0.005437,-0.002689,0.039591,-0.000964,-0.022927,0.012009,-0.019694,-0.005501,0.002602,0.017058,0.032556,0.024536,-0.044699,0.013026,-0.011113,0.039169,-0.000348,0.006153,-0.012126,-0.004057,-0.012087,0.027341,0.001867,-0.035128,-0.023103,-0.040858,0.023186,-0.006869,-0.00933,-0.043674,0.02181,0.023043,0.025479,0.007041,0.10428,0.005171,-0.043581,0.053845,0.002008,-0.005717,-0.01572,0.03626,0.008796,-0.009362,-0.011903,-0.007739,0.004238,-0.044968,-0.032106,0.005807,-0.02154,-0.004741,-0.023451,0.013744,0.014901,-0.019733,0.026892,-0.006355,0.006605,0.00733,0.009376,-0.019058,0.014165,-0.035241,-0.002016,0.007313,0.035886,-0.020374,-0.016076,-0.005919,0.021077,-0.034121,-0.049519,-0.020245,0.003143,0.009432,0.025915,-0.043567,0.009618,-0.001347,0.032216,0.046299,-0.009624,0.02675,0.018068,-0.018739,-0.008354,0.045385,0.031401,-0.015464,-0.030817,0.037401,-0.046187,-0.030139,0.01501,-0.008074,0.036342,0.002433,0.009179,0.10939,0.009735,0.009267,0.001874,-0.022705,0.007829,0.038247,0.062103,-0.029632,-0.011994,-0.00658,-0.005168,-0.018938,0.02202,0.03345,0.00941,0.01824,-0.001908,-0.006033,-0.018779,0.103786,0.019918,-0.007787,-0.007791,0.027233,-0.007611,-0.014092,-0.005311,0.007031,0.000685,0.035219,0.040128,-0.005577,0.004362,-0.014359,0.008991,-0.011786,0.019207,-0.017967,0.02184,0.040351,-0.047775,-0.02668,-0.010363,0.029446,0.006416,0.003094,0.019018,-0.012472,0.059544,0.019683,-0.016609,0.053903,-0.02318,0.021063,0.016837,-0.009543,-0.002286,0.034032,-0.010219,0.037737,-0.003839,0.001865,-0.028426,0.016532,-0.064946,-0.011242,0.050431,-0.004812,0.026479,-0.018658,0.001045,0.033053,0.013522,0.003023,-0.024253,-0.017073,-0.034605,0.005127,0.029051,0.723359,-0.006447,0.031361,-0.013782,0.01147,0.018709,0.008608,-0.024452,0.00533,0.009561,0.00701,-0.002719,-0.007318,0.036696,0.026229,-0.01333,0.018443,-0.034585,0.040235,-0.054428,-0.016767,-0.026035,0.022074,0.026725,0.023222,0.058441,0.030289,-0.033358,0.012708,0.053096,-0.042757,-0.016361,-0.043354,-0.041627,-0.005332,0.023016,-0.022456,0.036756,0.029064,-0.059232,0.011646,0.034618,0.030904,0.009024,-0.007289,-0.000623,0.013241,-0.006363,-0.002512,-0.005257,0.011532,0.011232,-0.017254,0.034338,-0.02439,-0.010672,-0.00054,-0.030754,0.015128,0.007391,0.008197,-0.014553,-0.031571,0.056582,0.03106,0.056967,-0.008573,-0.011115,-0.002937,0.02143,0.021812,-0.099032,0.03497,-0.009889,-0.014261,0.023357,0.002422,-0.037218,0.001921,0.003384,0.022266,-0.063471,0.016127,-0.00647,0.01673,0.020903,-0.005281,0.004227,0.031992,-0.030574,-0.012576,0.024248,-0.01412,-0.0049,0.038186,0.03038,0.015078,0.056321,0.005417,0.012414,0.023706,-0.005525,0.035222,-0.01894,-0.065793,0.028617,-0.000228,0.001569,-0.021749,0.029209,0.001339,-0.010998,0.007769,0.001734,0.014964,-0.027421,0.024659,0.008786,0.027401,0.01296,0.035673,-0.014868,-0.008213,-0.012964,0.002756,-0.05554,0.00736,0.017864,-0.017526,0.013071,0.008607,0.004665,-0.025883,0.010957,-0.042905,-0.007379,0.000302,-0.003165,0.020811,0.03073,0.00928,0.015946,0.00159,0.02509,0.059852,0.025226,0.030898,0.024876,0.002014,-0.013866,-0.000485,0.166752,0.025285,0.027046,-0.022521,0.033481,-0.008882,-0.00968,-0.016737,0.00098,0.02271,-0.001934,0.06086,0.012617,0.004074,0.00052,0.064531,0.002539,0.028449,-0.016411,-0.022041,-0.026048,-0.022724,-0.125223,-0.016714,-0.056754,0.020711,0.001264,-0.007077,0.002062,0.005441,0.021358,0.000971,-0.003328,0.005749,-0.054342,-0.018064,-0.025269,-0.02394,0.012881,-0.009001,0.020188,0.005752,0.053858,0.0927,-0.04159,0.094348,0.003297,0.028167,0.002331,0.04041,0.022312,-0.022411,0.014316,0.039706,-0.006607,-0.00979,-0.032468,-0.0167,-0.03587,0.001285,-0.019405,0.005659,0.009253,0.024447,-0.009788,-0.007902,0.007036,-0.009153,0.01116,0.005165,-0.019422,-0.003417,0.004112,-0.051097,0.011011,0.000153,0.02248,-0.023605,-0.02276,-0.025505,-0.016379,0.002952,-0.026608,0.002434,0.00172,-0.026006,-0.050885,0.031719,-0.013736,-0.050954,0.011183,0.001278,0.027455,-0.016079,0.006663,0.008965,0.060586,0.104607,0.01521,0.01739,0.038667,0.041266,-0.001744,0.003999,0.002372,-0.022683,-0.011105,0.009594,-0.008478,0.033895,-0.009434,0.00197,-0.049865,0.005455,0.026842,-0.027476,-0.061486,-0.001386,-0.016209,0.02827,0.009767,0.047226,0.050258,-0.032508,0.00879,0.04845,-0.00523,0.021354,0.056498,0.023938,0.019106,-0.001873,-0.004061,0.038205,0.010559,0.001923,-0.020157,0.018238,-0.023683,-0.026958,-0.009598,0.041883,-0.007612,-0.033347,-0.02982,0.041716,0.018303,0.01034,0.001755,-0.008101,-0.032682,0.000877,-0.011028,-0.001169,-0.012598,-0.001891,-0.026081,-0.028295,-0.011028,-0.009697,-0.0017,0.030313,-0.036822,-0.142692,0.052193,0.015982,0.010955,0.030843,0.006457,-0.045737,-0.065822,0.012914,0.004806,0.028779,0.006651,-0.042351,-0.0087,0.00221,-0.006383,0.031287,0.035542,-0.009671,-0.017175,-0.035066,-0.010834,0.000073,0.00118,0.006238,-0.004409,-0.010635,0.0003,0.016312,0.000671,0.014731,-0.033148,0.023949,0.001596,0.002702,0.028905,-0.031793,-0.024074,0.037549,-0.005255,0.019768,-0.014861,-0.041579,0.011861,-0.022364,0.031861,0.008293,-0.013329,-0.056982,0.013552,-0.040794,0.012546,-0.005558,0.058731,0.043255,-0.021303,0.012093,0.013128,0.007398,0.000001,0.053009,0.002843,0.000764,-0.075797,0.025072,0.011392,-0.028494,-0.009826,-0.026064,0.001671,0.012198,-0.010722,-0.005531,-0.025563,-0.012613,0.031852,-0.041868,0.000238,-0.016389,0.007371,0.003653,-0.020188,-0.031277,-0.035318,-0.000098,0.050978,0.019412,-0.004652,-0.008062,0.064336,-0.038317,-0.039632,-0.005419,0.016222,-0.010625,0.02556,-0.020667,-0.016641,0.01624,0.004804,0.035923,-0.019602,0.013465,0.010948,-0.035389,-0.020658,0.020626,0.042404,0.006855,-0.010882,0.002648,-0.015817,-0.01869,0.046749,0.002078,0.023328,0.017832,-0.018067,0.10996,-0.032117,-0.009724,0.006202,-0.023855,0.013139,0.024257,0.030283,-0.028183,0.024088,-0.00156,-0.036747,-0.027698,0.026736,-0.002625,0.01909,-0.004787,-0.031046,0.014056,0.003574,0.110351,-0.016503,-0.029156,-0.019719,0.002982,-0.010689,0.008114,-0.032696,0.020709,-0.022471,-0.003552,0.046923,-0.030844,0.005095,0.007334,0.025563,-0.03251,-0.000799,-0.051565,0.012059,0.044739,-0.006464,0.003931,0.003363,-0.008005,0.016098,-0.004643,-0.016319,0.003791,0.061846,0.028526,0.035538,0.043945,-0.020485,0.022529,0.003417,-0.004145,0.002182,0.030662,-0.009058,0.03775,0.026555,0.040668,-0.012075,0.034708,-0.02993,-0.054956,0.039957,-0.005209,-0.012243,-0.009928,0.001116,0.042049,0.001089,-0.015977,0.013367,0.01265,-0.033602,0.014998,0.015143,0.744279,-0.005019,0.000756,-0.033488,-0.011069,0.020493,0.006107,-0.005245,-0.008276,-0.014548,0.023666,-0.011124,0.012599,0.001618,0.003212,-0.00429,0.033236,-0.023995,0.031235,-0.01667,-0.015956,-0.034257,0.03985,-0.015094,-0.017272,0.053737,0.028267,-0.048697,0.014546,0.037217,-0.024724,0.003696,-0.022437,0.008833,-0.007792,0.021208,0.019755,0.000862,-0.011646,-0.073658,0.015867,-0.003105,0.006384,-0.022432,0.004913,-0.006047,0.023877,-0.008454,0.011996,0.023002,0.039687,0.00837,-0.02752,0.028215,0.01783,-0.033226,0.002587,-0.062099,-0.055406,-0.005477,-0.001319,-0.017469,0.009513,0.0528,0.027394,0.030001,0.035125,0.004226,0.034547,0.011715,0.012245,-0.092232,0.045691,-0.00523,-0.013237,0.003133,0.036854,-0.029901,0.008533,0.006867,0.00526,-0.068791,0.018011,0.000558,0.017865,0.031256,-0.009917,-0.00394,0.058237,-0.025545,-0.021232,0.022196,-0.011302,0.001932,0.049996,0.015749,0.009008,0.066242,-0.002561,0.006028,0.010399,0.003997,0.037806,-0.021581,-0.071968,0.005942,0.006808,0.010636,-0.027517,0.064331,-0.002971,-0.03054,0.018792,-0.001089,-0.006199,-0.020457,0.017079,-0.008786,0.019362,0.025477,0.042519,-0.028436,-0.020456,-0.016459,0.019198,-0.039032,-0.01789,0.024359,-0.011463,0.007647,-0.00334,0.009978,-0.00061,0.024816,-0.037328,-0.013484,-0.003107,-0.004549,0.004738,0.024837,0.005593,0.021414,0.008961,0.008628,0.035689,0.00116,0.032455,0.021371,0.011079,-0.02059,0.000291,0.159211,0.024517,0.036859,-0.026654,0.047378,0.015817,-0.01237,-0.023025,0.029,0.031954,0.001687,0.056688,0.017213,0.003907,0.004068,0.075062,0.017139,0.025308,-0.011392,-0.022514,-0.009828,-0.025106,-0.10992,-0.026376,-0.043478,0.001458,0.013544,-0.0158,-0.009489,-0.005304,0.013692,0.011168,-0.00244,0.00095,-0.053456,-0.014694,-0.016283,-0.013345,0.024809,-0.02248,0.014861,0.011938,0.074351,0.070699,-0.017576,0.111364,0.00483,0.019743,0.012103,0.043635,0.014537,-0.021367,0.022236,0.035794,-0.011408,-0.000465,-0.030534,-0.009148,-0.048012,0.016086,-0.026732,0.011278,0.021489,0.030243,-0.001625,-0.011875,0.001877,-0.009597,0.006005,-0.012599,0.001673,-0.003342,0.011977,-0.025572,0.004781,-0.000451,0.008492,-0.014035,-0.016819,-0.034096,-0.036795,0.016811,-0.023551,-0.003434,0.006134,-0.004734,-0.046094,0.026398,-0.010838,-0.028045,0.014342,0.026298,0.025122,-0.002445,0.01958,0.006158,0.055305,0.114045,0.038091,0.012568,0.015,0.038194,0.013892,-0.014562,-0.008235,-0.030479,-0.013796,0.011985,-0.013116,0.028583,-0.017696,-0.011966,-0.04848,-0.015851,0.031358,-0.01803,-0.034558,-0.006779,-0.023043,0.013801,0.013239,0.059555,0.04159,-0.015577,-0.000252,0.038286,-0.017494,0.020609,0.056338,0.027689,0.02184,0.000245,-0.0176,0.034957,0.01053,-0.009686,-0.035462,0.0205,-0.024367,0.00663,-0.022221,0.044383,-0.004384,-0.042158,-0.038262,0.032542,0.015904,-0.000639,-0.014622,-0.018275,-0.029341,0.011366,-0.007979,-0.008815,-0.019739,-0.003275,-0.033102,-0.023611,0.000433,-0.013845,-0.006514,0.048428,-0.014239,-0.129694,0.055422,0.007389,-0.001879,0.029485,0.010542,-0.035195,-0.057652,0.028636,-0.000799,-0.027667,-0.000608,-0.036597,-0.004404,-0.009345,-0.010164,0.026449,0.04503,-0.005994,-0.024813,-0.020627,-0.0358,0.016121,-0.009707,0.011049,-0.020398,0.007277,0.006046,0.00944,0.01714,0.017991,-0.02554,0.032129,0.008784,0.005908,0.012391,-0.039389,-0.035615,0.039734,-0.000339,0.031731,-0.019635,-0.042451,0.009169,-0.022563,0.026177,0.017334,-0.021972,-0.047439,0.009857,-0.012081,0.006482,-0.006739,0.047994,0.041466,-0.015392,0.007568,0.017165,0.004174,-0.005404,0.045491,0.016599,0.009264,-0.05585,0.000413,0.00187,-0.022679,-0.011048,-0.036214,-0.022264,0.012417,-0.002318,0.009013,-0.028527,-0.015721,0.017869,-0.022815,0.01179,-0.00347,-0.01253,-0.01127,-0.025058,-0.032934,-0.032273,0.009179,0.074704,0.015722,-0.01472,0.001529,0.044709,-0.032955,-0.033655,-0.005866,0.016228,-0.003716,0.012895,-0.027752,-0.004462,0.033174,0.002072,0.041264,-0.016069,0.015932,0.000371,-0.026075,0.002252,-0.012945,0.027305,0.017029,-0.029404,-0.005544,-0.033943,-0.035133,0.035853,-0.019416,-0.002548,0.014935,-0.024892,0.111235,-0.028571,0.001455,0.000127,-0.027237,0.028783,0.028384,0.028751,-0.016059,0.012149,-0.007515,-0.026643,-0.006852,0.028685,-0.002439,0.014945,-0.00673,-0.038444,0.00583,-0.008173,0.116029,-0.008121,-0.021641,-0.013556,-0.021047,0.003376,0.014455,-0.027317,0.003843,-0.02242,0.011076,0.026512,-0.043853,0.018883,0.001469,0.020445,-0.038779,-0.011832,-0.046681,0.008162,0.04581,-0.004048,0.00066,0.009276,0.002221,0.015942,0.004734,-0.009588,-0.003817,0.070168,0.030509,0.030404,0.033927,-0.033392,0.02087,-0.001213,0.004823,-0.015448,0.035654,-0.005779,0.048378,0.018303,0.031869,-0.024907,0.030018,-0.039187,-0.04051,0.037292,-0.025185,-0.010286,-0.011034,-0.008601,0.021147,0.000072,0.00092,-0.002021,-0.007872,-0.005947,0.022786,0.031296,0.749945,-0.005732,0.01454,-0.028371,0.012917,0.02391,0.008152,-0.005939,0.015384,-0.021229,0.00816,-0.018172,0.017794,0.029182,0.004516,0.009346,0.033897,-0.031088,0.023723,-0.027434,-0.032609,-0.02692,0.033865,0.011435,-0.014877,0.042411,0.030084,-0.043544,0.0094,0.042502,-0.025592,0.025408,-0.030359,0.006464,-0.026887,0.013979,-0.015163,-0.00865,-0.004966,-0.089668,0.013477,0.008142,-0.001759,-0.013656,-0.002667,-0.013006,0.028424,-0.012135,-0.00847,0.028721,0.032202,0.025872,-0.02059,0.036275,0.013689,-0.018278,0.003078,-0.043595,-0.053321,-0.004129,0.007923,-0.016287,0.004093,0.04333,0.031775,0.04206,0.033841,0.020363,0.032473,0.007528,0.061717,-0.106566,0.027012,0.022928,0.012408,0.006796,0.004964,-0.01595,0.015744,0.014102,0.020758,-0.071653,0.02512,0.027408,-0.00065,0.0142,-0.044859,-0.013226,0.030749,-0.057869,-0.026774,0.019618,-0.000039,-0.008481,0.0226,0.014442,-0.006388,0.035569,0.004703,-0.018632,0.007128,0.022966,-0.008579,0.001834,-0.068504,-0.016319,0.006154,-0.006023,-0.002427,0.024902,0.028243,-0.024202,-0.001388,-0.020903,-0.013888,0.023301,0.010192,0.006952,0.008554,0.002135,0.002313,0.005382,-0.007197,-0.002419,0.029922,-0.047874,-0.040377,0.019135,0.007724,-0.018368,-0.028157,-0.000595,-0.028768,-0.025134,-0.021716,-0.038999,-0.007058,0.011281,0.001733,0.022173,-0.025211,0.029996,0.005669,0.024715,0.015265,0.00786,0.021534,0.010204,-0.000109,-0.008349,0.02236,0.1348,-0.004053,0.001152,0.005689,0.009112,0.007199,0.0093,-0.026319,-0.004731,0.073749,0.017385,0.016048,0.008215,-0.015883,0.016124,0.064688,0.010824,0.011583,-0.000003,-0.003876,0.011252,0.012182,-0.168216,-0.000915,-0.028219,0.003495,-0.006268,-0.022352,0.001163,-0.000895,0.004855,-0.005837,-0.025236,-0.03439,-0.029658,0.023116,0.021599,-0.033859,0.034627,-0.020711,0.015538,-0.023684,0.074523,0.078982,-0.008972,0.0572,0.033226,0.016735,0.008522,0.006519,0.024501,-0.008739,-0.003596,0.01166,0.02687,-0.054823,-0.02798,-0.002279,-0.00389,0.006038,-0.032352,0.004807,0.034773,0.002126,-0.008361,0.010779,0.005711,-0.001204,0.000589,-0.015303,-0.041956,0.028253,0.010948,0.019159,-0.012625,-0.013222,0.011482,0.032107,0.021989,-0.005508,-0.012378,0.048268,-0.014946,0.012392,0.00827,-0.01025,-0.068635,0.005841,-0.015523,-0.056763,0.029606,-0.003286,0.030288,0.007322,0.0021,0.000447,0.014867,0.151351,0.010635,0.032335,-0.002255,0.021856,-0.008126,0.025123,-0.014096,-0.031151,-0.032393,0.007851,0.02354,0.028706,0.025745,-0.031736,-0.018151,0.045684,0.020151,-0.005373,-0.054721,-0.018497,0.040009,0.01943,-0.000723,-0.003832,-0.041685,-0.010621,0.017624,0.018915,-0.004217,0.023777,0.01221,-0.010223,-0.019893,-0.008632,0.005761,0.015043,0.003336,0.005606,0.00803,0.019929,0.002645,-0.024879,-0.015088,0.062822,-0.022799,-0.062878,-0.006485,0.015009,-0.035073,0.012368,0.001598,-0.001752,-0.053443,0.019794,-0.019887,-0.004947,-0.02758,0.014892,-0.00929,-0.002177,0.014512,-0.03126,-0.051012,0.029747,-0.011838,-0.074673,0.02201,-0.007863,-0.009609,0.021771,0.034324,0.00305,-0.044302,0.015095,-0.019963,0.083263,0.023746,-0.026547,-0.008443,0.015072,-0.016912,0.009356,0.038648,-0.00916,-0.015583,0.011237,0.027285,-0.028641,-0.013561,0.033285,-0.039648,0.009428,-0.017084,-0.001304,0.023075,0.028318,-0.016837,-0.001547,0.010266,0.040541,0.03134,0.010223,0.004884,-0.002643,-0.012954,0.034875,-0.008932,-0.010973,-0.026672,-0.011703,0.015552,0.013224,-0.012498,-0.059907,0.0156,-0.020348,-0.007061,-0.011464,0.100048,-0.000691,-0.046133,0.02504,0.035462,-0.008489,-0.033832,0.036286,-0.007053,0.015198,-0.026884,-0.020068,-0.010071,-0.030515,-0.03864,0.011396,-0.04243,0.001888,-0.014551,0.017762,0.019351,0.014504,-0.005371,0.004736,0.029732,0.030881,0.003377,-0.012572,-0.040786,-0.038481,-0.015562,-0.00673,0.029561,-0.041401,-0.020444,-0.006935,0.031853,-0.00038,-0.0425,-0.003422,0.024533,-0.001399,0.002492,-0.007697,0.013748,0.016276,0.035783,0.045534,-0.014038,0.004775,0.005064,-0.040705,0.011449,0.050857,0.02777,-0.001547,0.000545,0.03106,-0.009366,-0.020046,-0.001437,0.018412,0.043464,0.00899,0.002966,0.112041,0.00289,0.010433,0.007312,-0.010755,0.031378,0.005119,0.039785,-0.006656,-0.011138,0.012797,-0.010599,-0.006439,0.033755,-0.02593,0.000054,-0.004251,-0.013485,-0.010909,-0.030731,0.149496,0.004066,-0.002694,-0.010573,0.021565,-0.006956,-0.025813,0.018855,-0.016191,-0.024776,0.034993,-0.002314,-0.027764,-0.019254,0.001965,0.021672,-0.045746,-0.025181,-0.008174,0.003761,0.025335,-0.02976,0.002845,-0.017251,0.004705,0.031027,-0.00296,-0.004384,0.009786,0.064524,0.016741,-0.004933,0.022209,-0.006178,-0.015504,-0.009198,0.011408,-0.003206,0.025391,-0.007016,0.028241,-0.016752,0.007122,-0.022803,-0.007197,-0.024103,-0.013622,0.044971,-0.008937,0.024621,-0.018987,-0.007207,0.007643,0.009555,-0.01644,-0.016828,-0.005102,-0.028755,0.004639,0.037227,0.753105,-0.001982,0.038008,-0.030739,-0.004824,0.011005,-0.01627,-0.013668,0.010719,0.003804,-0.015094,-0.031416,-0.00621,0.053841,0.022207,0.003435,0.028255,-0.014889,0.022771,-0.039762,-0.0047,-0.013639,0.034901,0.082799,-0.022568,0.064624,0.017546,-0.02815,0.017192,0.00273,0.00351,0.002865,-0.031974,-0.020735,-0.034782,0.016019,-0.015727,0.014228,0.01964,-0.070988,0.012727,-0.006392,0.026397,0.01155,0.000031,-0.013018,0.032416,-0.006348,-0.001662,-0.008049,0.001533,0.006868,-0.023149,0.041294,-0.011139,-0.018524,0.004281,-0.031326,-0.013498,0.003294,0.029248,-0.004828,-0.002087,0.02982,0.003999,0.045694,-0.009344,-0.002863,0.033954,0.035663,0.007605,-0.081388,0.007576,0.025115,-0.002517,0.009709,-0.001037,-0.03295,-0.000701,-0.015575,0.024024,-0.051079,0.027346,-0.009811,-0.004431,0.02305,-0.036569,0.014971,-0.003116,-0.024184,-0.048321,-0.000518,0.020806,-0.013297,0.011524,-0.000848,0.004608,0.066958,0.02929,-0.012276,0.008817,-0.00891,0.015606,0.038349,-0.058343,0.018005,0.009593,-0.01452,0.015281,0.032496,0.015223,-0.038958,0.003368,-0.011048,-0.001119,0.004489,0.00619,0.009523,0.002129,-0.006199,-0.02525,0.00253,0.002265,-0.020684,0.002907,-0.035041,-0.053273,0.048847,0.024368,-0.020953,0.008794,0.004175,0.001815,0.007751,-0.02409,-0.018101,-0.004006,-0.002705,0.032369,0.017748,-0.006737,0.037959,0.004234,0.017748,0.000433,0.018787,0.01248,0.013121,0.002404,-0.021616,0.004711,0.180983,0.000421,0.030444,-0.022096,-0.00029,0.010028,-0.013899,-0.017335,-0.021845,0.032053,0.023019,0.04047,0.017634,-0.030744,0.012127,0.080417,-0.010361,0.005247,-0.002695,0.003793,0.011743,0.000936,-0.180275,-0.005881,-0.032474,-0.000327,0.019671,0.005192,-0.009528,-0.012496,-0.001,-0.002705,0.004039,-0.003207,-0.020758,-0.031925,-0.00071,-0.008297,0.029995,-0.00363,0.02284,-0.001942,0.041594,0.100785,-0.016845,0.144646,-0.00529,-0.008076,0.002181,-0.00181,0.009334,0.015796,0.008606,0.032051,-0.006719,-0.023738,-0.019179,-0.00768,-0.022751,0.017389,-0.029369,-0.015297,0.002925,0.041234,-0.020677,0.027561,0.004483,-0.018218,0.011005,-0.021515,-0.036661,0.005473,0.012005,-0.014019,-0.031697,0.003856,-0.01361,-0.005502,-0.008442,-0.009996,-0.022747,0.001026,0.023575,0.022134,-0.010387,0.004973,-0.033788,-0.00711,-0.034399,-0.006037,0.015854,0.035592,0.03698,-0.023439,0.016623,0.020667,0.027819,0.11512,0.008967,0.021286,-0.006865,0.034351,-0.00693,0.004133,-0.004045,-0.027413,0.003611,0.001616,-0.00932,0.019013,0.027945,-0.031832,-0.009045,0.019402,0.017826,-0.013273,-0.048764,0.024297,0.017286,0.015384,-0.012723,0.027018,-0.03567,-0.001611,0.01782,-0.003617,0.008897,0.037462,0.020987,0.030886,-0.004487,-0.001129,-0.017915,-0.010066,-0.022865,-0.001541,-0.040411,0.023707,-0.010402,-0.019747,-0.024687,0.016525,0.001917,-0.030415,-0.004121,0.014656,-0.043078,0.027996,-0.006923,0.003528,-0.029976,0.013418,0.025602,0.006788,0.035763,-0.025538,-0.003362,-0.007652,0.001998,-0.021756,-0.027124,0.02787,-0.02067,-0.07495,0.012935,0.00472,0.003103,0.022959,0.018435,-0.011348,-0.027392,0.019701,0.003624,0.012795,-0.002407,-0.018479,0.026106,0.002832,0.021991,0.020471,0.03276,-0.01101,0.010165,0.00354,0.012858,-0.01994,-0.024422,-0.003234,-0.025554,0.012086,-0.010089,0.023661,0.019052,-0.006295,-0.008042,-0.010626,-0.018508,0.00863,0.007451,0.014453,0.01242,0.024846,0.027596,0.019409,-0.006896,-0.043848,0.00052,-0.014489,0.003892,0.032656,-0.02059,-0.035519,0.012136,0.006752,0.035122,-0.03203,0.075233,0.01985,-0.017409,0.023149,-0.019012,0.000678,0.021062,0.053596,-0.005067,-0.018758,-0.024532,-0.00055,-0.026287,-0.034222,-0.021987,-0.02326,-0.023322,-0.029078,0.020178,0.00646,-0.001861,-0.00366,0.009698,0.024321,-0.010456,0.012606,0.026041,-0.02492,-0.041554,-0.031604,-0.027846,-0.021377,0.035282,-0.019936,0.017443,0.006861,0.011758,-0.029016,-0.044228,-0.009821,-0.009574,0.00521,0.0195,-0.022713,-0.003391,0.070426,-0.007628,0.017444,-0.008304,0.011084,0.013198,-0.012239,0.009336,0.03169,0.030686,-0.007751,-0.01998,-0.008268,-0.017647,-0.005458,0.029014,0.003281,0.032534,0.018407,0.010794,0.113023,-0.005378,0.016303,0.026316,-0.001907,0.014968,0.058993,0.04252,0.007281,-0.033451,0.012504,-0.025243,-0.016931,0.026455,0.016371,-0.007852,-0.007392,-0.026997,0.011637,-0.019678,0.100148,0.044669,-0.010241,0.013619,0.021757,-0.002127,-0.002434,0.002589,0.021644,-0.009399,0.027594,0.013377,-0.022467,0.015773,-0.007608,-0.007967,-0.010795,0.024099,-0.015286,0.006192,0.024487,-0.03765,-0.019239,-0.004588,-0.009899,0.018962,-0.003016,0.017561,-0.009715,0.053267,0.000409,0.021099,0.027007,-0.021771,0.009515,0.019874,0.011701,-0.005144,0.019889,-0.001305,0.018764,-0.000999,0.020616,0.005937,0.000589,-0.014437,-0.025349,0.016011,-0.020642,-0.028094,-0.003481,-0.003693,0.010193,0.007167,-0.005264,-0.007976,-0.031962,-0.0148,-0.004622,0.013559,0.772187,-0.011726,0.010562,-0.010453,0.002767,-0.010676,-0.007151,0.040495,-0.014041,0.013119,0.008233,0.001698,0.002962,-0.006026,0.036554,-0.009886,0.043742,-0.017619,0.016624,-0.029361,-0.006994,0.014165,0.019561,0.020884,-0.016012,0.060416,-0.008919,-0.026624,-0.008393,-0.004616,-0.039893,0.000491,-0.036371,-0.043579,0.001044,0.012359,-0.024496,0.009615,0.004426,-0.102023,-0.015114,0.007155,0.030789,-0.030008,-0.010576,0.014413,0.032489,0.043729,-0.007823,0.000875,0.007593,-0.018444,0.002226,0.044874,-0.018789,-0.021354,0.004984,-0.040233,-0.010764,0.013853,-0.027766,-0.012845,-0.032833,0.09524,0.024151,0.071645,0.006797,-0.014062,0.031065,0.019833,0.025548,-0.063272,-0.008341,0.010821,-0.014893,0.008986,-0.005257,-0.045912,-0.015326,-0.019911,0.022838,-0.02345,0.020595,-0.0114,-0.006933,0.000865,-0.037988,0.030548,-0.001092,-0.022341,-0.035686,-0.014165,0.024267,-0.003055,0.028344,0.00981,-0.017848,0.040518,0.031397,-0.001372,0.018253,0.00587,0.013079,0.043235,-0.050968,0.015621,0.013445,-0.015619,-0.000865,0.022452,0.007149,-0.03632,0.002941,-0.007772,-0.011476,0.003375,0.016935,0.008036,-0.003553,-0.016896,-0.033982,-0.001444,0.010639,-0.036627,0.000686,-0.032373,-0.033924,0.043062,0.022928,-0.029973,0.021259,0.006254,-0.002383,0.017446,-0.015686,-0.016908,-0.015159,-0.008049,0.018373,0.008428,0.011045,0.044869,0.007123,0.013642,-0.027583,0.015183,0.001494,0.011536,0.005215,-0.022105,0.006175,0.197547,-0.010606,0.029918,-0.001817,-0.009468,0.017097,-0.030619,-0.007295,-0.033867,0.023152,0.024124,0.04433,0.018781,-0.02608,0.011425,0.091774,-0.002744,0.001433,-0.000632,0.00885,0.029546,0.003062,-0.170121,-0.015243,-0.047349,0.013593,0.008764,0.001189,-0.0081,0.00646,-0.009824,-0.012796,0.02561,-0.007279,-0.041338,-0.019655,-0.011524,-0.010757,0.016557,0.005752,0.015426,-0.012224,0.044039,0.091883,-0.026266,0.139217,0.013272,0.011133,-0.01662,-0.000019,0.017616,0.025523,0.003157,0.017931,-0.015878,-0.026067,-0.025192,-0.017466,-0.013838,0.01508,-0.027816,-0.026882,-0.007088,0.028664,-0.009437,0.052778,-0.00461,-0.020242,0.012446,-0.033027,-0.042385,0.007473,-0.005756,-0.000918,-0.015425,-0.009954,-0.018612,-0.004005,-0.006796,-0.006566,-0.007771,0.004362,0.044181,0.010931,-0.011068,0.012392,-0.039645,0.005084,-0.044569,-0.00631,0.016666,0.009602,0.009561,-0.03578,0.005339,-0.003472,0.032552,0.057144,-0.001021,0.008714,-0.008163,0.02981,-0.024908,-0.011768,0.013421,-0.030566,0.010771,-0.002784,-0.007949,0.009106,0.019133,-0.034611,-0.00647,0.018195,0.019047,-0.019167,-0.051877,0.001142,0.009052,-0.003105,-0.013159,0.012945,-0.041964,-0.000353,0.025774,0.018129,0.028901,0.042754,0.027752,0.022382,-0.003165,0.013557,-0.028467,-0.006511,-0.023788,-0.006233,-0.04487,-0.016251,-0.018047,-0.021074,-0.006283,0.026459,-0.022647,-0.011477,-0.018491,0.039143,-0.051179,0.03056,-0.00188,-0.0129,-0.032288,0.000181,0.017977,0.010682,0.045613,-0.019002,0.011068,-0.008708,-0.001456,-0.035452,-0.023196,0.009298,-0.015565,-0.084889,0.026516,-0.001054,-0.005595,0.026182,-0.000319,-0.01672,0.016349,0.014507,-0.000325,0.022165,-0.010347,-0.008621,0.024786,0.009358,0.012188,0.019653,0.018107,-0.004672,0.000678,-0.011278,-0.019425,-0.023016,-0.020188,-0.012673,-0.042621,0.013103,-0.000709,0.017466,0.025742,-0.003478,-0.01926,0.000755,-0.008442,0.034439,0.011791,-0.00763,0.00436,0.018583,0.010517,0.014616,-0.001665,-0.036257,-0.004648,-0.021382,-0.006316,0.021167,-0.018434,-0.028142,0.002738,0.002807,0.030721,-0.030884,0.05886,0.024245,-0.035714,0.02108,-0.007515,0.017249,0.022666,0.04369,-0.016264,-0.02488,-0.025733,-0.00178,-0.01164,-0.010436,-0.025263,-0.015425,0.000758,-0.023197,0.004922,-0.00993,0.0035,0.01083,0.014959,0.010432,-0.028678,0.015485,0.05161,-0.013963,-0.016051,-0.015302,-0.043657,-0.02675,0.037224,-0.02512,0.001334,0.004994,0.002023,-0.017281,-0.036226,-0.018827,-0.000162,-0.012697,0.0035,-0.011472,-0.008578,0.070778,-0.006032,0.023753,-0.013786,0.003354,0.011243,-0.008979,0.001764,0.022223,0.038167,-0.007975,-0.01713,0.013652,0.013212,0.006137,0.033052,0.011012,0.024073,0.008513,0.020325,0.114094,-0.010504,0.017609,0.020302,-0.006959,0.009908,0.065512,0.045126,0.008144,-0.027186,-0.003755,-0.044256,-0.01172,0.030999,0.022075,-0.005269,0.012667,-0.027052,0.011849,-0.008301,0.064043,0.041011,-0.021528,0.016974,0.041016,0.014291,-0.02567,-0.012171,0.029369,-0.019968,0.028689,0.006573,-0.000469,0.02023,0.003432,0.000543,-0.009747,0.01805,-0.001,-0.012477,0.013652,-0.02654,-0.014485,0.006577,-0.035769,0.005952,-0.023793,0.021915,0.007381,0.044941,-0.020824,0.008692,0.033673,-0.018771,-0.001483,0.0224,0.016393,-0.007587,0.026753,0.009421,0.009521,-0.004447,0.010349,0.00913,0.001932,-0.008303,-0.0353,0.025608,-0.019166,-0.001515,-0.008302,-0.005336,0.008039,0.010161,-0.00385,-0.006392,-0.037366,-0.029074,-0.015173,0.006219,0.776964,-0.006823,0.002768,-0.011214,0.018319,-0.002954,-0.010699,0.029938,-0.021111,0.021558,-0.001088,0.002252,0.013265,-0.007219,0.039774,-0.000459,0.036145,-0.021071,-0.000522,-0.017686,-0.00354,0.024281,0.009577,0.015698,-0.014749,0.06778,-0.002914,-0.028407,0.002342,-0.015596,-0.055379,-0.006943,-0.041514,-0.028698,0.012791,0.028226,-0.025567,-0.001331,0.00436,-0.098222,-0.021365,-0.006764,0.015817,-0.029063,0.000297,0.009016,0.018193,0.059801,0.000984,-0.013668,0.008235,-0.021008,0.003785,0.048383,0.000526,-0.032106,0.005774,-0.046849,-0.017779,0.006889,-0.02517,-0.01871,-0.027014,0.09319,0.013824,0.083223,0.005294,-0.017253,0.021566,0.032819,0.043866,-0.078175,0.061866,0.018216,-0.009366,0.003046,0.004021,-0.037363,0.013002,-0.022095,0.011435,-0.056526,0.039911,0.027027,0.02745,0.029624,-0.025377,-0.016296,-0.015016,0.007764,-0.047804,0.033255,-0.006709,-0.022887,0.009362,-0.007848,0.010316,0.005472,0.010241,-0.023633,0.024063,-0.004819,-0.001014,-0.021194,-0.072648,-0.001047,0.016949,0.00955,-0.000414,0.074569,-0.009856,-0.016805,0.003377,-0.011322,0.005753,-0.022107,0.005621,0.039827,0.017019,0.003056,0.000734,0.00852,0.022673,-0.017111,0.024592,-0.059487,-0.043393,0.059045,0.006623,-0.013455,-0.002594,0.02542,-0.026562,-0.025299,-0.029818,-0.021278,-0.009026,-0.019924,0.01932,0.032243,0.031402,0.02086,-0.014628,0.017337,0.034053,0.026536,0.018397,0.05482,-0.01344,-0.002084,0.020496,0.157709,0.01111,-0.011842,-0.031869,-0.022073,0.013819,0.037158,-0.027165,-0.014881,0.044425,0.015718,0.017142,0.009175,-0.018253,-0.004821,0.070154,-0.020042,0.044405,0.002627,0.014811,-0.003522,-0.005021,-0.172018,0.024617,-0.067238,0.00205,0.002999,-0.005273,-0.020256,0.007087,-0.040756,-0.029597,-0.006275,-0.003019,-0.050438,-0.023321,-0.012751,-0.008706,0.031328,-0.036538,0.01552,-0.006732,0.0653,0.092384,-0.013457,0.059313,0.030459,0.001454,0.046342,0.019107,0.004975,0.018073,0.030284,0.038144,0.000012,-0.036514,-0.013355,0.002988,-0.062287,0.017171,-0.014487,-0.027542,0.011209,-0.005081,-0.024501,0.015348,-0.021187,-0.042623,-0.000338,-0.040299,-0.034158,0.01772,0.000864,-0.017295,0.00506,0.00479,0.031577,-0.000796,0.001676,-0.004939,-0.029235,0.036114,0.013625,0.020189,-0.015979,-0.028761,-0.060722,-0.013037,0.01556,-0.000857,0.021784,0.028017,-0.004245,-0.021539,0.013604,0.026203,0.036628,0.161408,0.032029,0.035953,0.010481,0.011226,0.03194,0.008282,-0.016306,-0.019347,-0.035314,0.002529,0.046728,0.033042,-0.000317,-0.023738,-0.020441,0.062941,-0.012589,0.011349,-0.020016,0.038553,0.037817,0.026479,0.007447,0.025103,-0.026681,-0.026855,-0.020772,0.006123,0.010111,0.005287,0.02296,-0.031206,-0.006462,0.008283,-0.018061,0.004702,-0.010417,-0.013732,-0.00899,0.036028,-0.032139,-0.012321,-0.019124,0.003713,-0.011207,-0.058788,0.024556,0.032209,-0.018406,0.022161,-0.045126,0.01301,-0.013694,0.008177,0.008359,0.001053,0.007432,-0.005958,0.004358,-0.005163,-0.013548,-0.019617,-0.016719,0.004406,-0.006584,-0.098911,-0.000948,0.001327,0.008646,0.055549,0.032513,-0.008514,-0.082069,0.02982,0.006581,0.06217,-0.006824,-0.020504,-0.003627,0.015984,-0.029222,0.026367,0.006219,-0.017564,0.001142,0.009768,0.022544,0.001528,-0.037393,0.013316,-0.031458,-0.010712,-0.005569,0.028061,0.034557,0.030185,-0.045257,0.018034,-0.007574,0.03862,-0.006759,-0.002423,-0.021333,-0.013254,0.011935,-0.00529,-0.027746,-0.018618,0.013511,-0.023857,0.032161,0.017704,-0.015347,-0.036219,0.030729,-0.016271,0.02388,0.018812,0.057392,0.005144,-0.010819,0.015271,0.014163,0.003997,-0.046873,0.050483,-0.023361,-0.023576,-0.011414,-0.001052,0.008609,-0.013106,-0.036386,-0.010769,-0.027223,-0.006171,0.005203,-0.012159,0.01462,-0.014222,0.018783,-0.013133,-0.00163,-0.014963,0.023912,-0.014071,-0.001679,-0.029285,0.004493,0.018568,0.029274,-0.024398,-0.004603,-0.030217,0.022655,-0.00712,-0.021184,0.0054,-0.016267,-0.003208,0.016216,-0.026776,0.002802,0.045142,0.027146,0.024977,-0.019227,0.017759,0.01746,-0.007332,-0.006889,0.054125,0.044263,-0.008599,0.008455,0.043611,-0.017428,-0.021151,-0.012154,0.016839,0.005463,-0.000021,0.02631,0.118942,0.013462,-0.025171,-0.01378,-0.031924,0.002487,0.02079,0.077609,-0.011449,-0.003443,-0.005925,-0.016654,-0.013441,-0.005323,-0.006019,0.013243,-0.005829,0.010917,-0.003828,0.008063,0.050214,0.021667,0.003229,-0.016983,0.006371,0.00678,-0.000743,-0.000134,0.051289,0.015508,0.032326,0.035625,-0.03974,0.013983,-0.035447,0.033352,-0.015079,0.00389,-0.003301,0.013687,-0.001422,-0.025391,-0.011382,-0.036434,0.008213,0.010259,0.020765,-0.012767,-0.001659,0.0603,0.021134,-0.028642,0.045459,-0.019027,-0.001996,0.00361,0.023674,-0.017683,0.016273,0.004797,0.013753,-0.021102,0.001624,-0.019707,-0.010461,-0.015061,-0.02424,0.05397,-0.032029,-0.01266,-0.017533,-0.011368,0.017526,0.022766,-0.019126,-0.018921,-0.014793,-0.012126,0.002492,0.042273,0.742072,-0.013342,0.047142,-0.007556,0.002085,0.029378,0.009556,0.00193,-0.00577,-0.012276,-0.008531,-0.019017,-0.031585,0.006482,0.027044,-0.045505,0.022185,-0.030769,0.035258,-0.024298,-0.026626,-0.02666,0.010201,0.020222,-0.001974,0.041206,0.017161,-0.018153,0.027151,0.058611,-0.030109,-0.021529,-0.055837,-0.033157,0.017108,0.020475,-0.016621,0.023838,0.018027,-0.082906,0.015955,0.012638,0.048666,-0.002388,-0.034527,-0.01733,0.045655,0.023426,0.01414,0.009633,-0.002036,0.014863,-0.013871,0.040711,-0.028553,-0.003931,0.003058,-0.004557,-0.007682,0.018685,-0.007663,-0.012247,-0.017797,0.048158,0.021446,0.017398,0.016321,-0.031486,0.031886,-0.009835,0.068194,-0.11692,0.035019,0.025069,0.006091,-0.000726,0.004917,-0.025871,0.007118,0.004145,0.02416,-0.065494,0.032248,0.018147,-0.004513,-0.013592,-0.030909,-0.010446,0.027043,-0.035834,-0.072444,0.020136,-0.012706,-0.004671,0.036991,-0.00253,-0.003103,0.019299,-0.01942,-0.007355,0.0247,-0.008909,-0.006319,-0.008302,-0.045917,0.002857,0.009502,-0.002321,-0.012972,0.053179,0.017438,-0.017834,-0.012453,-0.013228,-0.019154,0.020404,0.014657,0.001586,-0.001225,0.022864,0.011672,-0.016804,-0.019746,-0.023719,0.053624,-0.039048,-0.039849,0.021422,0.013191,-0.031685,-0.012351,0.008872,-0.043024,-0.032849,-0.028902,-0.011652,0.005249,0.01107,-0.010965,0.004641,-0.001587,0.000282,0.005197,0.016378,-0.013753,0.009319,0.022148,-0.006353,0.004636,-0.004254,0.039003,0.141013,0.005378,-0.004371,-0.015139,-0.000855,-0.006044,0.027532,-0.029842,-0.007543,0.060052,0.013415,0.01517,-0.003413,0.004577,0.011363,0.048371,0.004502,0.023265,0.014604,-0.002069,-0.030394,0.018469,-0.202699,0.022477,-0.04482,-0.002316,0.004711,-0.018804,0.001501,-0.019421,0.00107,-0.012144,0.002067,-0.006562,-0.042381,0.018907,-0.011432,-0.027482,0.051331,-0.024472,0.003334,-0.004588,0.072321,0.097461,-0.019535,0.097248,0.039232,0.017443,0.015433,-0.008013,0.01581,-0.003224,-0.006898,0.01037,-0.01124,-0.036079,-0.046672,-0.001318,-0.005661,0.031191,-0.034673,-0.008456,0.046776,0.005071,-0.026997,0.003807,-0.008241,-0.014071,0.000542,-0.027773,-0.022815,0.008124,-0.000209,-0.006057,-0.021918,-0.031526,0.050192,0.012728,0.015187,-0.005034,-0.017833,0.039855,0.014873,0.01631,0.012141,-0.021232,-0.03535,0.003445,0.020082,-0.026387,0.027027,0.001928,0.023935,-0.018622,0.022498,-0.01978,0.024186,0.164204,0.0072,0.044441,0.016096,0.023971,-0.004042,0.001034,-0.012996,-0.021768,-0.021499,-0.004546,0.014128,0.039612,0.020709,-0.033806,-0.012434,0.024648,-0.001968,-0.009374,-0.044653,0.026071,0.043346,0.032193,0.019308,0.036057,-0.0375,-0.014836,0.003627,0.029832,-0.012755,0.029453,0.030326,-0.003878,-0.005735,-0.007512,-0.012156,0.016195,-0.0256,-0.013908,0.013947,0.025336,-0.034366,-0.02238,-0.0328,0.041511,-0.013594,-0.077005,-0.012896,0.023654,-0.015552,0.00664,-0.030139,0.00496,-0.034186,0.014393,0.01247,0.002255,-0.017277,0.001596,0.008977,-0.023615,0.019449,-0.021989,-0.020977,0.01641,-0.010632,-0.099643,0.01024,-0.002256,0.003463,0.025879,0.031018,-0.009504,-0.035473,0.012311,-0.00841,0.013845,-0.015744,-0.040249,-0.002237,0.015207,-0.005058,0.024243,0.011605,-0.014121,0.002066,0.018765,0.021979,-0.012194,-0.016792,0.009094,-0.025269,-0.000184,-0.013427,0.006578,0.021661,0.034904,-0.031917,0.01223,0.00357,0.034674,0.026181,0.020258,-0.006015,-0.009306,-0.001366,0.031324,-0.011117,-0.006212,-0.006032,0.007846,0.032913,0.003146,-0.027812,-0.041945,0.028245,-0.022737,-0.013038,0.002759,0.109521,0.014588,-0.0572,0.014296,0.013911,-0.011999,-0.023649,0.04625,-0.007922,0.00166,-0.014477,-0.017829,0.010484,-0.029661,-0.033984,-0.031324,-0.020687,0.00314,-0.020076,0.016844,0.018435,0.002637,0.00918,0.013686,0.008092,0.014807,0.018091,-0.022402,-0.03031,-0.044894,-0.027806,0.022914,0.037311,-0.026313,-0.022102,0.001059,0.018989,-0.03549,-0.047475,0.018127,0.00634,-0.013887,0.008411,-0.026224,0.014692,0.030975,0.04498,0.045158,-0.014685,0.01054,0.019294,-0.036904,-0.010895,0.044956,0.009704,-0.014019,-0.012166,0.05725,-0.024931,-0.005658,0.007409,-0.001532,0.02882,-0.00756,-0.005778,0.107421,0.006902,-0.017235,0.001254,-0.029731,0.013139,0.043256,0.053443,0.013599,0.005331,-0.011734,-0.027746,-0.004605,0.009778,0.012162,0.011176,-0.000403,0.021468,0.004948,-0.005274,0.114672,0.00826,0.020565,-0.01112,0.01451,0.01098,-0.007215,0.007896,0.021222,-0.008174,0.051781,0.013048,-0.031608,-0.026533,-0.013256,0.041582,-0.025214,-0.02477,-0.004092,0.003745,0.029512,-0.020521,0.003246,-0.019201,0.023846,0.006593,-0.004424,-0.013629,0.002195,0.081825,-0.005009,-0.007247,0.052627,-0.018543,-0.01079,0.009983,0.013342,-0.002913,-0.008036,-0.024641,0.024706,0.023705,-0.02047,-0.009452,-0.004055,-0.041014,-0.012251,0.020071,-0.031821,0.004301,-0.014936,-0.024869,0.014125,0.012856,-0.004109,-0.032983,-0.013294,-0.014878,0.006543,0.013134,0.73775,-0.015609,0.039452,-0.018823,0.016957,0.022437,0.03256,0.018451,0.0244,-0.013339,-0.008713,-0.020238,0.015521,0.056498,0.028046,-0.00905,0.029768,-0.012756,0.039163,-0.028348,-0.017088,-0.041732,0.025848,0.043785,-0.021523,0.039872,0.013263,-0.031595,0.006008,0.017803,-0.019605,-0.028108,-0.036157,-0.020027,-0.033122,0.029279,-0.023604,0.02493,0.04798,-0.062478,0.030627,0.021553,0.037614,0.012681,0.012437,-0.014987,0.018991,0.019558,0.013044,-0.007771,0.005358,0.001064,-0.017002,0.061015,-0.005553,-0.015703,-0.000939,-0.012943,0.001354,-0.007859,0.036386,0.006754,-0.008779,0.034482,0.032273,0.014619,-0.011451,-0.028015,0.030987,0.025575,0.032425,-0.081148,0.041385,0.020142,0.005078,0.007835,0.00848,-0.050837,0.008048,0.009034,0.024049,-0.045001,-0.000006,-0.003652,-0.032165,0.006455,-0.021591,0.008918,0.014006,-0.01895,-0.063635,0.027319,0.004447,-0.024188,0.011285,-0.00748,0.033343,0.030608,0.03041,-0.018955,0.048011,-0.004547,-0.014479,0.014293,-0.080464,-0.006292,0.016363,-0.004818,0.005832,0.069728,0.017613,-0.005205,-0.004573,-0.000468,-0.005649,-0.009098,0.007812,0.025502,0.007645,0.00562,-0.053352,-0.004336,-0.004724,-0.000082,0.007118,-0.060104,-0.033471,0.003976,0.034563,-0.017296,-0.012645,0.01346,0.005805,0.022219,0.002028,-0.045522,-0.018834,0.006949,0.061013,0.016975,-0.016635,0.027015,0.027617,0.021529,0.019453,0.016936,0.004657,0.045626,-0.020953,-0.015111,0.011479,0.123794,0.021674,0.002621,-0.000357,0.007215,0.017048,0.002505,-0.00683,-0.01791,0.03875,0.000866,0.023665,0.001428,-0.016009,0.048243,0.075682,0.002,0.037608,-0.006468,-0.003519,0.000635,0.026674,-0.143183,0.002488,-0.044293,0.016174,-0.011877,-0.001647,-0.029388,-0.009794,-0.014189,-0.033951,-0.034036,0.017249,-0.034324,-0.003202,-0.003925,0.011184,0.053272,0.015605,0.032444,-0.021606,0.041127,0.07031,-0.024604,0.055715,0.016687,-0.000369,0.013527,0.030883,0.014041,0.023874,-0.00433,0.032509,0.006149,-0.040469,0.00753,0.00313,-0.007112,0.017529,0.00115,0.001284,0.031805,-0.019088,-0.017235,0.018853,0.001216,-0.015638,-0.002939,0.000284,-0.046523,0.003959,0.033173,-0.028305,0.027435,0.000807,0.016616,-0.028883,-0.002317,0.033762,-0.022629,0.030821,-0.018107,-0.007498,-0.003598,-0.007291,-0.057826,-0.014857,-0.003576,-0.038341,0.007685,-0.002754,0.015751,-0.034515,0.010335,0.020251,0.042512,0.196333,-0.004183,0.020449,0.025576,0.01247,-0.010509,0.030349,0.003284,-0.021114,-0.018831,0.006565,-0.020975,-0.001163,0.010268,-0.012952,-0.001701,0.100044,0.006497,-0.029,-0.051112,0.009347,0.025777,0.017884,-0.010413,0.022002,0.017184,0.008441,0.017146,0.023951,0.018156,0.028142,0.009383,-0.001278,0.004072,-0.014956,-0.02429,0.027425,-0.005032,0.01711,-0.01961,0.040106,0.000201,-0.025829,-0.05308,0.030484,-0.012366,-0.048123,-0.016045,0.038519,0.006532,0.026,0.001957,-0.000486,-0.037039,0.005841,-0.011148,0.006422,-0.021785,-0.022871,0.000383,-0.001838,0.012158,-0.028396,0.007332,0.014446,-0.003533,-0.039952,0.017901,-0.002685,0.002784,0.021719,0.046113,-0.003616,-0.042764,0.016004,0.002641,0.011256,0.022137,-0.013982,0.015077,0.016087,0.001174,0.048611,0.033128,-0.009655,0.031899,0.00161,0.027445,0.001985,0.011332,0.049333,-0.039303,-0.012417,0.001802,0.004558,-0.00342,0.015783,-0.022971,0.0136,-0.006196,0.027976,0.006997,0.019712,0.014671,-0.007115,0.000236,0.011923,-0.016147,-0.021366,0.001919,-0.033736,-0.003083,-0.023071,-0.008704,-0.0324,0.030193,-0.026764,0.000683,0.010154,0.030891,-0.006827,-0.027255,0.056726,0.015521,0.008821,-0.022335,0.050273,-0.010412,-0.015874,-0.032968,-0.00673,-0.027993,-0.018824,-0.031421,-0.000474,-0.007574,-0.020561,0.025228,0.010853,-0.020278,-0.039985,0.008653,0.009637,-0.028806,0.0131,0.007075,-0.028927,-0.024189,-0.00409,-0.000502,-0.017916,0.030176,0.003828,0.006064,-0.009134,0.03534,-0.026733,-0.029576,-0.00303,-0.004522,-0.002059,0.019644,-0.027594,0.002674,0.045515,0.037013,0.03161,-0.024531,0.019305,0.02048,-0.01574,0.003166,0.024897,0.024271,-0.021,-0.009035,0.016741,-0.015183,-0.002682,0.031818,-0.005679,0.032853,-0.023611,0.049928,0.116957,-0.002214,0.038667,-0.016476,-0.024096,0.013279,0.045867,0.050205,-0.007901,-0.003615,0.007127,-0.025056,-0.015615,0.027886,-0.032317,-0.006451,0.006956,-0.006631,-0.00935,-0.021875,0.037537,0.021438,0.004697,0.001794,0.031184,-0.022985,0.01379,-0.000457,0.009925,-0.011829,0.035812,0.055233,-0.042354,0.024008,-0.021369,0.022609,-0.0436,-0.000737,-0.000665,0.040331,-0.0106,0.000128,-0.000072,-0.002713,0.025821,0.040157,-0.009408,0.010518,-0.007362,0.036439,0.00327,-0.017703,0.028705,-0.040307,0.005246,0.010851,0.037841,-0.023956,0.008955,-0.018906,0.003411,0.011722,0.000118,-0.012701,0.025108,-0.03971,-0.024646,0.03545,-0.014921,-0.00869,-0.030625,-0.019945,0.028096,0.021634,-0.008744,0.018222,0.013415,-0.038166,-0.011278,-0.016654,0.771578,0.000213,-0.009296,-0.009584,-0.001728,0.025632,-0.0132,0.007365,-0.00349,-0.013495,0.041612,-0.009415,0.011758,0.005983,0.032684,-0.020827,0.010915,-0.038477,0.033791,-0.0034,-0.003794,-0.040803,0.036037,0.037203,-0.015753,0.055086,-0.000113,-0.008937,0.001394,0.027027,-0.002467,0.021812,-0.011213,-0.046623,-0.012764,0.011942,0.001199,0.041517,0.012416,-0.083908,0.008719,-0.02792,0.028509,-0.004561,0.009798,-0.031069,0.019921,-0.025498,-0.002274,-0.022584,0.013835,-0.010718,0.014752,0.031181,-0.002266,-0.018427,0.009926,-0.036404,-0.002849,0.007454,0.012355,-0.005444,-0.013531,0.048307,0.030063,0.053123,0.013733,0.00223,0.035718,0.039402,0.029084,-0.069787,0.043073,0.038487,0.010089,0.01331,0.014075,-0.024632,-0.009014,0.01041,0.006813,-0.041085,0.003284,-0.009506,-0.023592,0.007006,-0.039238,-0.00162,-0.0035,0.004457,-0.064679,0.023833,-0.002739,-0.031634,0.00608,0.00054,0.020007,0.039687,0.014838,-0.014086,0.030983,-0.018114,-0.001341,-0.026918,-0.075716,-0.010033,0.021909,0.03427,-0.000303,0.056846,-0.010147,-0.01642,-0.003486,-0.022261,0.011612,0.013161,0.017895,0.00298,-0.007727,0.000594,-0.040308,-0.006425,-0.008846,-0.015435,0.032507,-0.052974,-0.039112,0.021519,0.009568,-0.014451,-0.017957,0.003033,-0.014254,0.020591,-0.008426,-0.031516,-0.004605,0.010297,0.031524,0.044827,-0.003418,0.002836,0.017791,0.013175,0.042835,-0.00099,0.011536,0.039496,0.010397,-0.018508,0.014927,0.138652,0.01736,-0.011919,-0.029974,0.011316,0.035962,0.001777,-0.001945,-0.035767,0.057564,0.00381,0.036152,0.011212,-0.001603,0.02688,0.068495,0.010666,0.025125,-0.022678,-0.024403,0.003559,0.023347,-0.181108,0.01745,-0.063217,0.011177,-0.006383,-0.016154,0.012646,-0.016651,-0.00065,-0.03991,0.002891,0.001875,-0.02484,0.020074,-0.001429,-0.01892,0.052755,-0.001722,0.028332,-0.002371,0.065436,0.044889,0.00588,0.072346,-0.007352,0.003141,0.028324,0.007875,0.02292,-0.002251,-0.008557,0.019952,-0.000954,-0.020346,-0.000631,0.0019,-0.020844,0.014263,-0.031885,0.010661,-0.006104,0.004708,-0.026864,0.007768,-0.015928,0.012243,0.024045,-0.00798,-0.030444,-0.01001,0.003774,-0.035623,-0.003174,-0.00284,0.032606,0.022168,-0.002508,-0.017921,-0.021217,0.051619,-0.024903,0.002917,0.002518,-0.008339,-0.049036,0.016935,-0.030911,-0.021024,-0.005203,-0.009855,0.028686,-0.016467,0.014549,0.024464,0.039786,0.173525,-0.01364,0.031727,0.002895,0.0021,0.022038,0.015731,-0.02849,-0.033744,-0.012699,0.012184,-0.009419,-0.005851,0.012482,-0.01584,-0.035402,0.084512,0.020364,-0.031767,-0.051911,0.0263,0.05237,0.011172,0.000083,0.012788,0.010379,-0.009711,0.017779,0.006924,0.019978,0.023658,0.037116,0.021214,-0.008721,-0.002737,-0.037589,0.008895,-0.012419,-0.007564,-0.006869,0.045229,-0.017484,0.002199,-0.032755,0.022437,-0.013903,-0.044266,-0.010806,0.034053,-0.010136,0.011973,-0.005756,-0.005153,-0.029037,0.041734,-0.020463,0.000331,-0.018532,-0.014501,-0.011864,0.006075,0.006197,-0.031881,-0.015737,0.009396,-0.02095,-0.107473,0.006186,-0.024177,-0.015549,0.00772,0.031619,-0.024734,-0.102525,0.0091,-0.011381,0.012236,0.026209,-0.015939,0.020533,0.019175,0.007559,0.039021,0.051234,-0.024661,0.026508,0.01136,-0.013431,0.001593,-0.017982,0.048041,-0.019734,-0.033485,0.014749,0.032822,-0.002667,0.004978,-0.040797,0.006442,0.011221,0.026922,0.001779,-0.003223,-0.010413,0.002032,-0.007272,0.027955,-0.025362,-0.023239,-0.003761,-0.029234,-0.010389,-0.009633,-0.01643,-0.039382,-0.004934,-0.019841,0.018296,-0.007169,0.062151,0.000666,-0.047457,0.0223,0.01451,-0.011475,-0.016692,0.029709,0.011288,-0.013462,-0.031162,-0.013927,-0.012442,-0.003088,-0.02221,-0.017402,-0.025529,-0.020608,0.011796,0.002594,-0.023055,-0.030834,-0.006807,0.014214,-0.00963,0.014703,0.023121,-0.021169,-0.013535,-0.018682,-0.002242,0.007053,0.028879,-0.020884,0.012853,0.006985,0.045322,-0.007277,-0.045542,-0.006636,0.003754,0.004467,0.004799,-0.038392,-0.014906,0.02127,0.060506,0.034113,-0.009521,0.030196,0.025832,-0.020228,0.005948,-0.026132,0.034302,0.002698,-0.017251,0.0275,-0.014391,-0.007217,0.025559,-0.009334,0.035985,-0.008445,0.010222,0.113668,-0.017889,0.017613,-0.016971,-0.015955,0.024772,0.046703,0.075592,-0.01478,-0.013,-0.026613,-0.003839,-0.006095,0.029998,0.015259,-0.014051,-0.01924,-0.021463,-0.010218,-0.03445,0.040399,0.01044,0.004591,0.005156,0.013218,0.002479,0.014575,-0.007929,0.044347,-0.026112,0.030887,0.027715,-0.016482,0.019654,-0.009731,0.010369,-0.043634,-0.011803,0.019261,-0.015302,0.020129,-0.00841,-0.020675,-0.007497,0.035379,0.013353,0.016926,-0.003484,0.014223,0.05563,0.004139,0.013313,0.027723,-0.02672,0.016367,0.00256,0.035119,-0.007738,0.013491,-0.010135,0.036886,0.001379,0.009898,-0.027838,0.014952,-0.039832,-0.006864,0.063701,-0.030821,0.011412,-0.0302,-0.019237,0.0344,0.007881,0.013724,0.010912,0.016066,-0.01158,0.003276,-0.007009,0.7549,0.008563,0.007814,-0.009533,0.01569,0.021949,-0.007425,0.00445,0.007009,-0.015929,0.015449,-0.015648,0.031425,0.034108,0.021696,-0.020548,0.031039,-0.03434,0.006557,-0.023763,0.001252,-0.04402,0.027814,0.055128,-0.006648,0.048067,0.009846,-0.010423,0.02291,0.014825,0.000081,-0.016293,-0.032008,-0.02424,-0.014622,0.000812,-0.021058,0.000996,0.010072,-0.073869,0.002347,-0.016122,0.001608,-0.034996,-0.00581,-0.016919,0.065878,-0.009125,0.005112,0.003282,0.014471,-0.002874,0.030296,0.044655,-0.022637,-0.011459,0.012443,-0.049714,-0.009616,0.008211,0.016353,-0.015412,-0.02088,0.058926,0.007684,0.08789,0.008567,-0.009912,0.026402,0.007217,0.036754,-0.065059,0.040992,0.022404,0.011182,0.012145,-0.000626,-0.027259,-0.018535,0.021549,0.02026,-0.03687,0.004067,-0.005251,-0.018299,0.001879,-0.050641,0.010879,-0.007961,0.006754,-0.048059,0.022403,-0.008255,-0.033629,0.007292,0.003777,0.018831,0.034576,0.02569,-0.024706,0.039232,-0.00654,-0.007539,-0.020346,-0.068024,-0.015393,0.017239,0.029134,-0.004769,0.058237,-0.006295,-0.002837,0.013038,-0.003615,0.011189,0.019928,0.024618,-0.001384,0.00137,0.00874,-0.040631,0.006865,0.003766,-0.014727,0.011046,-0.055078,-0.020468,0.008056,0.009735,-0.016154,-0.01917,0.004598,-0.010134,0.032741,-0.021474,-0.016583,-0.020115,0.016442,0.028369,0.054124,-0.00055,0.015421,0.005636,0.023226,0.033131,-0.007298,0.024542,0.041193,-0.00082,-0.017873,0.005634,0.151887,0.00156,-0.015861,-0.02025,0.013698,0.032309,0.00165,0.005708,-0.035882,0.039464,0.006264,0.036073,0.004639,0.00607,0.023233,0.070394,0.00882,0.035827,-0.018719,-0.026989,-0.0021,0.013633,-0.166496,0.002955,-0.064742,0.008941,-0.014304,-0.014497,0.007938,-0.021188,-0.01601,-0.034908,0.002898,0.000237,-0.029678,0.026237,-0.018782,-0.023983,0.03436,-0.00234,0.012263,-0.010817,0.057979,0.065874,-0.008965,0.089037,0.001429,-0.003184,0.013209,0.006419,0.016568,0.007358,-0.017125,0.023733,0.001652,-0.019241,-0.009431,0.004095,-0.009552,0.018271,-0.022305,0.012675,0.00085,-0.011802,-0.007467,0.004736,-0.018416,0.013504,0.028489,-0.008918,-0.019673,-0.007946,0.007636,-0.026703,0.004446,0.003057,0.039645,0.006706,0.008158,-0.004305,-0.018426,0.045444,-0.009452,0.003495,-0.005031,-0.013797,-0.055236,0.0066,-0.036018,-0.022733,-0.025552,-0.015544,0.004838,-0.03934,0.008352,0.0121,0.035966,0.154659,-0.012379,0.010022,-0.009234,0.012272,0.013851,0.035166,-0.018906,-0.038135,-0.004136,0.002826,-0.014303,-0.006932,0.00036,-0.024218,-0.032972,0.072371,0.018598,-0.041653,-0.075384,0.015211,0.051399,0.007482,-0.002362,-0.002833,-0.011367,-0.008945,0.029211,0.019198,0.032038,0.026971,0.027779,0.011115,-0.015769,-0.003895,-0.040947,0.017854,-0.005993,-0.01854,-0.00447,0.026472,-0.032284,-0.01106,-0.001984,0.035215,-0.003291,-0.028907,-0.015071,0.048071,-0.01014,0.008852,-0.003491,-0.007066,-0.032785,0.038754,-0.012206,0.000247,0.002185,-0.020962,-0.007247,0.0074,0.009653,-0.039769,-0.002899,0.006922,-0.027911,-0.071324,-0.009011,-0.032929,-0.011823,0.006084,0.025854,-0.024107,-0.081946,-0.007798,-0.008147,0.030788,0.037121,-0.019695,0.021603,0.004325,-0.000144,0.037958,0.049426,-0.025461,0.029948,0.00297,-0.031306,-0.00136,-0.019115,0.032904,-0.016279,-0.032458,0.014162,0.038511,-0.000948,0.006766,-0.041139,0.00579,0.023676,0.021146,0.01601,-0.014097,-0.005244,0.011774,-0.004826,0.018363,-0.022245,-0.017482,-0.008071,-0.030211,-0.007565,-0.012911,-0.014351,-0.040071,0.006314,-0.015332,0.015561,0.001716,0.083679,-0.002208,-0.038595,0.021249,0.028421,-0.006916,-0.002436,0.035338,0.023653,-0.020673,-0.037314,-0.010963,-0.010405,-0.004304,-0.022897,-0.020149,-0.008088,-0.029022,0.003904,-0.005899,-0.032028,-0.0339,0.014002,0.016139,-0.025924,0.007884,0.025116,-0.012148,0.001458,-0.015569,-0.016771,0.001693,0.017036,-0.014096,0.015559,0.006246,0.035302,-0.007325,-0.04171,-0.007091,0.004212,-0.005353,0.036943,-0.029477,-0.021502,0.031297,0.068764,0.024641,-0.002107,0.024283,0.023389,-0.023465,-0.010127,0.004774,0.034508,0.010996,0.001483,0.027387,-0.003697,-0.005008,0.036387,-0.00236,0.043983,-0.012165,0.015879,0.116082,-0.03033,0.028072,-0.015384,-0.023022,0.004777,0.053481,0.073686,-0.029916,-0.014732,-0.012773,-0.000759,-0.006342,0.031958,-0.007679,-0.014985,-0.012578,-0.014769,-0.009139,-0.028938,0.049085,0.01907,0.001793,0.015331,0.020519,-0.001931,0.025414,-0.009169,0.054513,-0.022669,0.021734,0.035903,-0.02126,0.022918,-0.009221,0.013469,-0.026014,-0.002592,0.015333,-0.027773,0.012667,-0.012217,-0.017595,-0.010887,0.026015,0.014,0.014018,-0.00369,0.013438,0.028807,-0.014124,0.029558,0.025599,-0.039628,0.024359,0.009611,0.026491,-0.015809,0.025399,-0.007649,0.039732,-0.013913,0.015753,-0.016831,0.012825,-0.032474,-0.010287,0.060918,-0.026086,0.008823,-0.027457,-0.01077,0.033202,0.002085,-0.004535,0.025214,0.00873,-0.018541,-0.004312,-0.012164,0.765428,0.008434,0.009636,-0.012279,0.01184,0.021958,-0.0186,0.01976,0.004308,-0.009455,0.022829,-0.004635,0.023941,0.02629,0.021969,-0.016712,0.038795,-0.016569,0.008725,-0.027064,0.004242,-0.032604,0.020627,0.051365,-0.00971,0.050559,0.016087,-0.017121,0.025145,0.013334,-0.00193,-0.029282,-0.04042,-0.028283,-0.013851,0.004553,-0.022888,0.001999,0.004267,-0.073214,-0.000121,-0.036692,0.000036,-0.044846,-0.001379,-0.010139,0.056038,-0.019797,0.006315,0.019495,0.024696,0.01287,0.020343,0.043323,-0.020421,-0.016283,0.014414,-0.051766,-0.009704,0.01167,0.00426,-0.016289,-0.026709,0.060654,0.008531,0.073677,0.002191,-0.003274,0.018763,0.005522,0.021085,-0.065469,0.039906,0.038821,0.001573,0.016461,-0.000612,-0.006494,-0.011842,-0.01573,0.050263,-0.062949,0.01991,0.01466,0.004861,-0.004931,-0.052218,0.019655,0.00916,0.004769,-0.050296,-0.004357,-0.010044,-0.020072,0.009451,-0.014914,-0.013365,0.01155,-0.003636,-0.014046,0.019338,-0.019944,-0.02211,0.031084,-0.052349,-0.024605,-0.010447,-0.005,0.000171,0.079122,0.019227,-0.004851,-0.007971,-0.035006,0.00039,-0.021394,0.011635,0.009973,0.0043,0.005901,-0.016141,-0.043716,-0.014966,-0.032031,0.027397,-0.032518,-0.008072,0.024834,0.017467,-0.016888,-0.014271,0.017598,-0.018504,-0.011954,-0.040382,-0.056489,0.026928,0.009519,-0.009122,0.014157,0.015352,0.023263,0.016314,0.017802,0.013103,0.018322,0.014516,0.031667,-0.016267,-0.003655,0.042684,0.139986,0.015533,-0.020237,0.000354,-0.025077,-0.007436,-0.014736,-0.0298,0.002521,0.020586,0.040929,0.035458,0.017395,-0.004134,-0.016159,0.084273,0.011463,-0.011393,-0.011419,-0.010151,-0.016121,-0.009269,-0.161899,-0.014197,-0.027134,-0.004589,0.003659,0.013213,-0.001893,-0.035725,-0.008413,-0.023849,-0.003474,-0.006279,-0.034285,-0.010568,0.010494,-0.006559,0.024791,0.020461,-0.011097,-0.020768,0.041117,0.079562,-0.016693,0.116612,0.006041,-0.008822,0.034117,0.031995,0.038876,-0.004858,0.000361,0.031818,-0.004532,-0.038166,-0.016395,0.027988,-0.052142,0.017811,-0.036243,0.00818,0.037017,-0.015926,-0.013035,0.023942,-0.00198,-0.008507,-0.00932,-0.036404,-0.027015,-0.002272,0.025201,0.00267,-0.005702,-0.008627,0.004701,-0.001058,0.013064,0.004679,-0.019082,0.018161,-0.000755,0.007098,-0.001383,0.004415,-0.046538,-0.036674,-0.001703,-0.029541,-0.011044,-0.006094,-0.009202,-0.019638,-0.019298,-0.013149,0.03607,0.127215,0.015934,0.020942,-0.002595,0.004945,-0.04969,0.025495,-0.019444,-0.038005,-0.030901,-0.018742,-0.004787,0.020057,-0.011759,-0.009529,-0.023059,0.024005,0.00544,-0.011163,-0.07175,0.000957,-0.000007,0.010527,0.036983,0.017812,-0.035297,0.006614,0.014107,0.025127,0.041766,0.040449,-0.00688,-0.015172,0.009512,-0.000583,-0.055097,0.032765,-0.032217,0.000824,0.004645,0.047142,-0.027337,-0.010903,-0.065402,0.037026,0.000341,-0.020652,0.023216,0.016806,-0.037082,0.024563,0.006067,-0.007275,-0.039777,0.01115,-0.005099,-0.010072,0.009749,-0.004314,-0.012558,-0.03405,-0.010455,-0.022745,-0.013859,0.030418,-0.027911,-0.106954,-0.004755,-0.010415,0.013198,0.040969,0.005346,-0.020852,-0.053638,0.021657,0.01751,-0.009687,0.028892,-0.030703,0.002149,0.02474,-0.014071,0.041038,0.044434,-0.018054,0.020662,-0.015573,0.022096,-0.002059,-0.018359,0.016407,-0.032697,-0.021281,-0.001366,-0.000885,0.012965,0.00884,-0.026636,0.000719,-0.02752,0.046098,0.003114,-0.01602,0.018947,-0.010268,-0.004439,0.045316,-0.001317,-0.032423,-0.015348,0.004134,0.02075,-0.002955,-0.018347,-0.038799,0.0159,-0.005429,0.013027,0.007964,0.03429,0.005803,-0.034842,0.018044,0.015728,0.00334,-0.036023,0.050577,0.007817,-0.00752,0.005064,-0.005077,0.001103,-0.031294,-0.008987,-0.020009,-0.004879,0.014656,-0.001464,-0.029884,0.00114,-0.013709,0.013261,0.000398,-0.000408,0.009333,0.022451,-0.01567,0.002154,-0.072686,-0.032724,-0.006619,0.029209,-0.022503,0.002651,0.010147,0.044725,-0.021751,-0.023447,-0.000432,0.005524,0.004316,0.048912,-0.030845,-0.014895,0.05239,0.036122,0.044382,-0.029134,0.018286,0.038599,-0.001288,-0.007021,0.048549,0.011542,-0.005221,-0.010465,0.017462,-0.012337,0.014212,0.022885,-0.005921,0.050258,-0.008659,0.030064,0.115975,0.016618,0.000261,-0.004724,-0.015248,0.011521,0.010149,0.023039,-0.010742,0.012041,0.047055,-0.009017,0.007847,0.029647,-0.027911,0.007667,-0.006776,0.001711,-0.017062,-0.012519,0.018808,0.022774,-0.01014,-0.009235,0.036402,0.005363,-0.018622,-0.02378,0.021231,-0.011711,0.044118,0.022633,-0.024845,0.007642,-0.037541,0.024545,-0.000129,0.022014,0.029026,-0.008611,0.006119,-0.019242,-0.001887,0.000623,-0.002875,0.036143,-0.011315,0.041267,0.002811,0.012701,-0.025316,-0.010537,0.002704,-0.056791,0.001967,0.017065,0.005772,-0.023436,0.0182,-0.026033,0.004211,-0.004176,-0.011322,-0.0492,0.002233,-0.036238,-0.011839,0.044898,-0.013275,-0.005124,-0.026877,0.001762,0.005535,-0.009509,-0.012428,-0.026939,-0.011851,-0.003022,0.017615,-0.007379,0.774894,-0.032252,0.012833,0.013147,0.018578,0.014601,-0.033253,-0.007457,0.00705,-0.002699,0.00567,0.009484,0.005891,0.005145,0.017108,-0.005113,0.016681,-0.039488,-0.013783,-0.023312,-0.021954,-0.037207,0.042623,0.015881,0.017675,0.035871,0.019331,-0.016051,0.041595,0.035446,-0.014911,0.011265,-0.025638,-0.011092,-0.025393,0.003923,0.003634,0.028538,0.019674,-0.086384,0.007127,-0.001555,0.015143,-0.030647,-0.014815,0.005547,0.001358,0.021697,-0.009004,-0.028279,-0.001238,-0.010846,0.012382,0.018696,0.003483,-0.015699,0.011623,-0.014652,-0.025599,0.036529,0.016387,-0.003519,-0.017383,0.069705,0.026159,0.045847,-0.02722,-0.007713,0.022128,0.021729,0.06132,-0.086102,0.031913,0.01136,0.000072,-0.013025,0.036117,-0.017778,0.008802,0.003689,0.020035,-0.083845,0.01805,-0.001682,-0.000666,-0.011071,-0.066085,-0.01673,0.020711,-0.013703,-0.04008,0.014467,0.002179,-0.003629,0.030666,0.001629,-0.004287,0.054959,-0.007464,-0.002817,-0.003905,0.003555,-0.023712,0.004454,-0.036899,-0.008832,0.006343,0.016292,0.04025,-0.000843,0.024605,0.020379,-0.016664,-0.02265,-0.013403,-0.009585,0.003883,-0.012516,0.005228,-0.001337,0.034947,0.001421,0.005477,-0.023904,0.041792,-0.029969,-0.035812,0.036511,0.013389,-0.009216,-0.006197,0.012597,-0.017763,-0.010681,-0.023909,-0.019219,-0.011384,0.017901,0.023555,0.039787,0.033708,0.01152,0.020715,-0.0021,0.010355,0.020826,0.026063,0.029265,0.01079,-0.004377,-0.000117,0.165048,0.009494,-0.022968,0.006675,-0.003557,0.001694,-0.009694,-0.031006,-0.017077,0.047251,-0.006409,0.01671,0.016466,-0.027812,-0.000268,0.076488,0.001117,0.004347,-0.017314,-0.000497,-0.002935,0.012883,-0.179556,-0.013627,-0.06527,0.011334,0.022391,-0.02773,0.003077,-0.009378,0.003303,-0.026831,0.006399,-0.021372,-0.024298,-0.012111,-0.029955,-0.034592,0.037319,-0.016283,0.00597,-0.013573,0.050712,0.063388,-0.012438,0.099982,0.028971,0.012601,0.002473,-0.00279,0.017917,0.001623,0.017441,0.004779,-0.007766,-0.029773,-0.015835,-0.010911,-0.005725,0.027056,-0.030061,0.01747,0.028569,-0.007203,-0.025015,0.008048,0.009541,0.003979,0.009821,-0.019492,0.002535,-0.007282,0.017866,-0.002004,-0.029365,-0.040673,0.046348,0.012216,-0.025453,-0.023943,-0.020777,0.022524,0.000768,0.019094,0.007913,0.000256,-0.052992,0.026646,-0.008036,-0.015456,0.018588,0.005033,0.026202,-0.00447,0.014889,0.02589,0.050228,0.110909,0.025899,0.037704,0.01268,0.020733,0.016208,0.023101,-0.016791,-0.0296,-0.050672,0.009885,0.025503,-0.009165,-0.023991,-0.029344,-0.017585,0.02662,-0.009257,-0.005801,-0.026946,0.013751,0.029907,0.005431,-0.005614,-0.017072,-0.003118,-0.005681,0.001175,0.028841,0.012954,0.020441,0.012011,0.022516,-0.0031,-0.003721,0.001373,0.015888,-0.018784,-0.01635,0.016161,0.020903,-0.016832,-0.001092,-0.016309,0.04212,0.010963,-0.037319,-0.014776,0.026532,0.02626,0.015125,-0.01057,0.019716,-0.027202,0.026868,-0.002174,-0.004919,-0.005188,-0.009309,-0.041252,0.002033,0.010319,-0.02917,-0.02759,0.017218,-0.05746,-0.115176,0.006608,0.010411,-0.002163,0.018167,0.007282,-0.008512,-0.101352,0.029479,-0.01883,0.044593,-0.000748,-0.012341,0.011725,0.023633,0.003383,0.013014,0.03218,-0.01556,0.012268,-0.018712,-0.007896,0.014196,-0.034596,0.006408,-0.024348,-0.002746,-0.033201,0.008821,0.016246,-0.017635,-0.032883,-0.010746,0.013188,0.028882,0.033665,-0.035665,-0.032786,-0.016493,-0.00815,0.022363,-0.021034,-0.028141,-0.007182,-0.017463,0.003164,-0.019653,-0.021867,-0.043409,0.016025,0.004502,0.014451,0.011959,0.106503,0.004366,-0.032474,0.026596,-0.005245,0.009981,-0.016992,0.036022,-0.009199,-0.004895,-0.015416,-0.016933,0.005284,-0.043541,-0.017133,-0.021232,-0.023153,-0.002385,-0.039601,0.009201,0.004279,0.016041,-0.020808,0.001078,0.01198,0.014225,0.038716,-0.009044,0.013889,0.001597,-0.018053,0.007801,0.023084,-0.03037,-0.005415,-0.019495,0.015982,-0.022743,-0.019276,-0.015655,-0.007926,-0.013388,-0.000782,-0.037196,0.001796,0.020086,0.039336,0.022915,-0.039968,0.018128,-0.019994,-0.029785,0.005686,-0.001883,0.021296,-0.018468,-0.0113,0.014998,-0.013539,-0.010508,0.026983,-0.000331,0.028021,0.002975,-0.03185,0.11184,0.000895,0.006493,-0.031907,-0.021365,-0.001061,0.031393,0.066419,-0.033077,0.001734,-0.017253,-0.00923,-0.02341,0.022613,0.019456,-0.03203,0.016534,-0.038161,0.015308,-0.003716,0.077176,0.00587,-0.008466,-0.026192,0.010866,-0.014512,-0.004746,0.015889,-0.001707,0.006401,0.022326,0.037289,0.022971,-0.004787,0.009096,0.025528,-0.020466,-0.008151,0.011112,-0.027902,0.02466,-0.032615,-0.038009,-0.023312,0.014526,0.024899,-0.002128,0.013207,0.00899,0.053625,-0.007137,-0.018159,0.030296,-0.035173,0.004236,-0.004992,0.016095,-0.009249,0.003077,-0.001257,0.048197,-0.000897,0.00335,-0.032377,0.014805,-0.024151,-0.006073,0.045179,-0.01527,0.021299,0.001422,-0.001593,0.032601,0.038906,0.003955,-0.021965,-0.007765,-0.027503,0.008752,0.021028,0.768883,-0.008384,0.005674,0.010379,0.024843,-0.01824,0.018929,0.02125,-0.004083,0.007157,-0.002001,-0.009875,0.025723,0.027987,0.019526,0.010684,0.026325,-0.023469,0.026212,-0.038671,-0.038313,-0.009328,0.03198,0.022463,0.027853,0.067995,0.026495,-0.023952,-0.007646,0.039439,-0.026985,-0.014745,-0.004586,-0.014214,0.001494,0.004502,-0.033784,-0.003881,0.016409,-0.086647,-0.016524,0.018596,0.017285,-0.018092,-0.004136,-0.01395,0.010361,0.029087,0.010523,-0.002436,-0.000034,-0.009366,0.001637,0.061612,0.010291,0.007507,0.013406,-0.032842,-0.00921,-0.019377,0.033627,-0.003714,-0.019568,0.047582,0.017935,0.041169,-0.010878,-0.013041,0.013358,0.024429,-0.006695,-0.079175,0.020253,0.019051,0.000987,-0.011257,0.001898,-0.038005,-0.000835,-0.058994,0.013075,-0.027514,-0.003383,-0.012834,-0.017102,0.013496,-0.046385,0.012246,0.000038,-0.01956,-0.049704,0.021263,0.017512,-0.008757,0.03995,-0.019657,0.023582,0.045944,0.001043,-0.01947,0.00073,0.003888,-0.014666,0.031876,-0.050945,-0.008477,0.010274,0.021174,0.008441,0.067865,-0.007285,-0.025774,-0.011094,-0.038633,0.001274,0.003049,0.029717,-0.008372,0.025897,-0.006635,-0.033034,-0.02941,-0.002147,-0.011373,0.021867,-0.044577,-0.062491,0.033745,-0.00528,0.000835,-0.000502,-0.001189,-0.007982,0.007602,0.009698,-0.020095,-0.011412,0.008578,0.014598,-0.034114,-0.011208,0.026148,0.045342,-0.01046,0.024978,-0.008157,-0.003751,0.05049,0.005152,-0.009436,0.031619,0.177341,0.012272,0.011916,-0.023327,0.000329,0.027959,0.016808,0.000036,-0.034321,0.019591,0.014498,0.030516,-0.011086,-0.007404,0.022712,0.07826,0.00976,-0.0205,-0.015695,-0.005907,0.016714,0.033074,-0.149605,-0.009814,-0.028164,0.014683,-0.015794,0.016032,0.020554,-0.020767,-0.04075,-0.034664,-0.053503,0.006264,-0.030615,0.012852,-0.00895,-0.001226,0.028791,0.021396,0.00239,0.003827,0.067497,0.07653,-0.019695,0.126972,-0.00363,-0.015207,0.01662,0.008996,-0.026237,0.017991,0.002622,0.004793,0.012317,0.003316,-0.038585,0.017056,-0.064458,0.029845,-0.013564,0.029681,0.023422,-0.012017,-0.009331,0.034589,-0.027993,-0.007863,-0.028358,0.002932,-0.027313,-0.014467,-0.003342,0.012485,0.014453,-0.01116,-0.01297,-0.00677,-0.023256,0.003419,0.018945,0.033205,0.00195,0.031273,-0.012203,0.015601,-0.044389,-0.023507,-0.018156,-0.003615,0.043525,0.008707,0.022724,-0.017382,-0.001467,-0.01686,0.011325,0.115031,0.014736,0.027364,0.013482,0.013417,-0.021144,0.005782,-0.016405,-0.011545,-0.02366,0.028644,0.03623,0.004869,0.012151,0.001588,-0.022625,0.061703,0.018911,0.019401,-0.067929,0.014228,0.022636,0.019423,0.041222,0.005909,0.003253,0.008047,0.03008,0.014432,0.010248,0.021669,-0.018433,0.008871,-0.022576,-0.011482,-0.042286,0.028887,-0.010011,0.024452,-0.012215,0.040357,-0.018561,-0.005581,-0.012604,0.016852,0.014251,-0.042674,-0.001965,0.024032,-0.050357,-0.019421,-0.014258,-0.007917,-0.013112,0.041115,-0.00002,0.01839,-0.014207,-0.032533,-0.004362,-0.021308,0.005269,-0.025497,0.007661,0.027404,-0.041542,-0.07651,0.0321,0.021736,-0.007611,0.034719,0.028096,0.020393,-0.034169,0.018851,0.002601,-0.015857,0.044901,-0.028659,0.007165,0.030327,-0.025335,0.028325,0.050428,0.011268,0.02257,0.016422,0.011024,-0.033196,-0.015623,0.013865,-0.010357,0.001014,0.002912,0.001165,0.027278,-0.000259,-0.011413,0.00849,-0.008299,0.002659,0.011223,0.010938,0.029913,-0.029465,0.03137,0.032658,0.028213,-0.008261,0.008686,0.0031,-0.008212,0.023033,-0.046763,-0.026637,0.020546,-0.011535,-0.000645,0.00436,0.039673,-0.012543,-0.038328,0.022357,-0.002862,0.012752,0.001745,0.048153,0.000653,-0.008907,-0.014232,-0.010483,-0.014187,-0.030482,-0.014378,-0.033227,0.005047,0.011838,-0.020676,-0.001685,0.007282,-0.009013,0.006339,0.046737,0.008256,0.016809,0.029991,-0.039855,-0.014349,-0.013011,0.009248,-0.024265,0.017344,-0.021834,0.002361,0.002998,0.068759,0.001815,-0.040846,-0.013897,-0.007503,-0.003506,0.030145,-0.033603,0.017324,0.056176,0.017811,0.041015,-0.022275,-0.004015,0.019672,-0.01993,0.010902,0.001122,0.019045,-0.004565,-0.04167,0.032527,-0.015762,-0.003291,0.021431,-0.015154,0.045169,0.0011,-0.017499,0.116358,0.000409,0.029808,0.011736,-0.013126,0.025558,0.040492,0.007395,-0.031713,-0.002715,0.022658,-0.04236,0.016162,0.025654,-0.032078,0.006909,-0.015814,-0.007987,-0.040371,0.000858,0.045784,0.003446,-0.009177,0.011043,0.050752,0.001734,0.015104,-0.019668,0.013212,-0.016086,0.067023,0.01704,-0.062538,0.045142,0.004656,0.021361,-0.026568,0.011625,0.001323,0.016242,0.022672,0.019554,0.006481,-0.015497,-0.002111,0.031403,0.000984,-0.001329,0.017365,0.016896,-0.004786,0.017504,0.019784,-0.029133,-0.015587,0.04366,-0.027136,-0.0232,0.018982,-0.031183,-0.004203,0.018539,-0.005607,-0.025225,-0.032286,-0.060713,-0.023271,0.035827,-0.011704,0.022363,-0.003619,-0.010447,0.049739,0.02916,-0.000487,-0.014415,-0.02322,0.008616,0.005881,0.018551,0.75738,0.006426,0.003752,0.006415,0.002854,0.023589,-0.013838,-0.025581,0.007153,0.002202,-0.004098,0.00157,-0.044163,0.022063,0.036089,-0.04327,0.001347,-0.039929,-0.027059,-0.008799,-0.020659,-0.028503,-0.005039,0.043568,0.005147,0.040965,-0.006894,-0.012914,-0.015733,0.028689,-0.035374,0.036485,-0.035332,-0.028406,-0.018591,-0.025599,-0.008048,0.023337,-0.007076,-0.098595,-0.009844,0.024126,0.027516,-0.014752,0.000222,-0.021122,0.032678,0.009185,-0.015182,-0.006529,-0.0025,-0.007146,0.019661,0.030385,0.008645,-0.004834,0.003718,-0.026243,-0.021358,0.025582,0.02396,-0.003453,-0.022339,0.075453,0.020987,0.063844,0.017078,-0.016057,0.020772,0.031718,0.008205,-0.100271,0.050972,0.048606,0.013068,0.015276,-0.004775,-0.003765,0.025512,-0.001494,0.037583,-0.073757,0.009333,0.000531,0.001182,0.009458,-0.045335,0.02328,-0.006176,-0.023309,-0.066018,0.028758,0.007688,-0.02335,0.007941,0.010561,-0.015952,0.031023,0.03453,0.017796,-0.003901,-0.002705,0.012698,-0.020947,-0.05004,-0.013287,0.019861,0.020538,0.041855,0.040123,0.014344,0.009607,0.022691,-0.025967,0.001018,-0.016067,0.01385,0.013742,0.012747,0.011636,0.004693,-0.036997,0.007181,-0.030433,0.005655,-0.060749,-0.018898,0.032511,0.03588,-0.012831,0.005687,0.005502,-0.019165,-0.006444,-0.017912,-0.035906,-0.03482,-0.00258,0.015229,0.047163,0.02568,0.025971,-0.035217,0.036315,0.003624,0.030206,0.019372,0.02,-0.003359,-0.010291,-0.010086,0.083012,0.009761,-0.001652,-0.005722,0.011954,0.01841,-0.027404,-0.015764,-0.021518,0.029282,-0.009443,0.047246,0.019039,0.012208,-0.012423,0.067496,-0.009552,0.024617,-0.007918,0.006767,-0.01697,0.018515,-0.188521,-0.000436,-0.056988,0.032826,0.017389,-0.005001,0.017766,-0.001742,-0.015487,-0.035652,0.001244,0.006561,-0.033539,-0.01259,0.01746,-0.021502,0.035002,-0.007414,0.021281,-0.020388,0.067543,0.092713,-0.051249,0.092094,0.001835,0.015273,0.005311,0.033452,0.006794,-0.022133,-0.001868,0.028894,-0.004975,-0.042441,0.024166,-0.018536,-0.032652,0.033461,-0.047777,0.005027,0.034771,-0.020201,-0.017765,-0.002409,0.017166,0.011295,0.030998,-0.011262,-0.054763,0.006048,0.00617,-0.010611,-0.013454,-0.033167,0.012996,0.006861,0.009422,-0.030282,0.000009,-0.014061,0.001956,0.023351,0.03295,-0.039428,-0.041079,-0.004336,-0.020669,-0.040567,0.026172,0.010608,0.006159,-0.014135,0.01471,0.004265,0.032184,0.16264,0.006557,0.026797,0.006051,-0.000816,0.01948,-0.012471,-0.004554,-0.033822,-0.038631,-0.040858,-0.029784,0.016207,-0.014505,-0.031073,-0.051224,0.069923,0.012453,-0.031369,-0.068747,-0.023526,0.043802,0.017719,-0.00187,0.018183,-0.04526,-0.019867,0.015694,0.001059,0.008932,0.026462,0.001492,0.023252,0.018443,-0.021432,-0.005578,0.026018,-0.028986,0.008219,0.001157,0.019607,-0.00589,-0.01187,0.004717,0.071568,-0.034525,-0.045127,0.004971,0.025747,-0.008992,0.022243,0.002613,0.01135,-0.046558,0.039147,0.001023,0.002426,0.019512,-0.011722,-0.024233,0.017824,0.00906,-0.022036,-0.00961,0.066819,-0.020641,-0.12064,-0.011671,0.002965,-0.027837,0.024933,0.011778,-0.016359,-0.118435,0.011018,-0.022236,0.061378,0.015406,-0.026484,0.002343,-0.004204,-0.020298,0.007972,0.020402,-0.038046,0.025202,-0.017107,-0.005142,-0.011471,-0.017985,0.006887,0.006068,-0.007793,-0.009754,0.028731,0.020976,0.059282,-0.009158,-0.011723,-0.04509,0.03762,0.019339,-0.025453,-0.000954,0.004401,0.01897,0.028254,-0.03613,-0.022573,-0.011091,-0.039025,0.008625,-0.00432,-0.012614,-0.045313,-0.005369,0.034887,0.02391,-0.021512,0.070638,0.014255,-0.02928,0.017797,0.018732,-0.019194,-0.017355,0.035662,-0.004196,0.016286,-0.03823,-0.005492,-0.004627,-0.022885,-0.0473,-0.032539,-0.034982,-0.012796,-0.034041,-0.002393,0.023105,0.00704,-0.008965,0.026833,-0.01507,-0.008117,0.011047,-0.017153,-0.028297,-0.035265,-0.016913,-0.035198,0.057945,-0.028454,0.016921,-0.014589,-0.004482,-0.00122,-0.024463,-0.00598,0.023524,-0.016105,0.030269,-0.025825,-0.005895,0.012875,0.03661,0.042883,-0.020507,0.027487,0.012954,-0.041781,0.009182,0.043574,0.010439,-0.028629,-0.005433,0.004443,-0.010692,-0.000536,-0.000209,-0.00328,0.034017,0.016261,0.00406,0.113526,0.002023,0.009478,-0.013274,-0.020982,0.00512,0.013858,0.03471,-0.031154,0.004594,-0.002746,0.006791,-0.011887,0.027799,0.048497,-0.003714,0.016409,-0.02506,-0.012107,-0.00305,0.118365,0.014234,0.008816,0.001167,0.006956,0.013619,-0.008557,0.023768,0.033659,0.008696,0.008368,0.010337,0.004456,0.01203,0.008175,0.031663,-0.021622,-0.02592,0.008805,0.001927,0.017926,-0.041745,0.032258,0.000108,-0.002385,0.012131,0.023578,-0.016857,-0.004549,0.051007,0.005173,-0.010377,-0.000592,-0.02372,-0.014321,-0.016956,0.030306,-0.011257,0.001019,0.037668,0.01379,-0.006048,-0.002497,-0.020104,-0.008819,-0.03553,0.030382,0.037264,-0.037784,-0.018114,-0.002748,0.018897,-0.011518,-0.008894,-0.012255,0.008007,0.003346,-0.03073,0.017604,-0.025657,0.724168,-0.00712,0.010079,-0.001705,0.012642,-0.005964,0.009069,0.003373,0.006751,-0.016357,0.006448,-0.003216,0.017841,0.03675,0.021215,-0.039805,0.00969,-0.023248,0.039508,-0.042322,-0.00498,0.003849,0.055206,0.022191,-0.01966,0.098343,0.026786,-0.020258,-0.015885,0.000969,0.002364,-0.031074,0.001032,-0.072268,-0.015686,-0.004888,-0.003162,0.016651,0.009607,-0.071012,-0.007432,-0.027835,0.008834,-0.037144,0.01812,-0.032989,0.007949,0.005934,-0.012818,0.022609,-0.000806,0.030358,0.003597,0.06814,-0.002503,-0.014733,0.014492,-0.062339,-0.022957,-0.003084,-0.002997,0.009808,-0.007023,0.062896,0.008271,0.017061,-0.002577,-0.006612,0.002633,0.024508,0.060637,-0.07681,0.016775,0.033645,0.014983,-0.009475,0.049509,0.022418,0.001149,0.013963,0.025581,-0.0988,-0.002915,0.045826,0.007375,-0.004486,-0.056471,-0.00383,0.03543,-0.038379,-0.072443,-0.021515,-0.043955,-0.018111,0.03848,0.001004,-0.007248,0.033576,0.025117,-0.011015,0.038002,-0.003524,0.025064,0.009479,-0.048063,-0.015188,-0.025268,-0.015433,0.009809,0.058041,-0.002758,0.01403,-0.01567,-0.031367,-0.03163,-0.02231,0.041702,-0.001869,0.03385,0.044962,0.050243,-0.024218,-0.008531,0.022964,-0.005444,-0.023208,-0.061833,0.004742,-0.008,0.012346,-0.009622,-0.008166,0.015796,0.011174,-0.019864,0.0043,0.037974,0.027858,0.034331,0.032797,-0.012335,0.026549,0.015793,0.028766,0.018735,-0.035076,0.057758,-0.008706,0.001368,-0.011597,-0.010677,0.137818,0.008361,-0.024109,-0.029894,0.0197,0.012057,-0.006988,0.041964,-0.009824,0.093602,0.00824,0.00484,0.026542,-0.009207,-0.000381,0.034849,-0.018565,0.030827,0.000589,-0.011308,-0.022965,0.017234,-0.12145,0.011508,-0.048453,0.026404,0.013658,-0.031814,0.007281,-0.010829,-0.000397,-0.018059,-0.006407,-0.028393,-0.03686,0.007897,0.023388,-0.017124,0.031982,-0.014673,-0.008275,0.008334,0.04669,0.079993,-0.031494,0.103831,0.008332,0.03199,-0.020299,-0.022259,-0.006274,-0.001761,0.016417,0.012633,0.043614,-0.02259,-0.014869,-0.013344,-0.036129,0.017789,-0.066613,-0.012639,0.00873,0.006657,-0.022576,0.022543,0.001569,0.010084,-0.015814,0.011057,0.001622,0.038318,0.058421,0.01912,0.022459,-0.031075,0.068018,0.01701,0.018855,-0.008381,-0.064328,0.036971,0.00807,0.000593,0.014575,-0.010895,-0.041728,0.036019,-0.03652,-0.016528,-0.001056,0.008951,0.018974,0.000531,-0.023518,0.046026,-0.005766,0.205426,0.047031,-0.002663,0.000277,-0.001557,0.007467,0.004214,0.003716,-0.044113,0.005009,-0.000478,0.019251,-0.004608,-0.021894,-0.00415,0.006987,0.038981,0.020948,-0.018347,-0.025728,0.039122,0.012356,-0.028018,0.016524,0.039327,-0.022757,-0.042789,0.007542,0.011501,-0.009641,0.04547,-0.007092,0.020142,-0.002044,-0.015526,-0.008781,0.014309,-0.018686,0.028338,-0.022881,0.011145,-0.004857,0.014603,-0.015182,-0.003478,-0.005082,-0.028687,-0.017538,0.05184,-0.016454,-0.012269,-0.040282,-0.037416,-0.027624,0.038065,0.007511,-0.021618,0.032549,-0.014219,0.016842,-0.020894,0.01678,0.003486,-0.010123,-0.017421,-0.033051,-0.139298,0.031939,-0.002466,-0.000419,0.021975,0.053852,0.021171,-0.023084,0.019243,-0.060346,0.075696,0.056059,-0.015202,-0.040728,0.048664,-0.035066,0.015669,0.016358,-0.013946,0.006458,0.003619,-0.004304,-0.017074,-0.015664,0.014862,-0.047559,0.000085,0.040865,0.001339,0.048544,-0.000897,0.001771,-0.030146,-0.008439,0.012283,0.03208,0.049432,-0.006209,0.024855,0.010509,0.042164,-0.022962,-0.009544,0.012738,-0.025293,0.015115,-0.009696,-0.011515,-0.029825,-0.023109,0.020058,0.027812,0.020612,0.095831,0.047592,-0.03666,0.032206,0.01804,0.00984,-0.046056,0.003421,-0.007509,-0.0118,-0.025505,0.024306,0.024378,-0.001821,0.009106,-0.013866,-0.031543,0.013708,-0.00448,0.058672,0.023762,-0.010163,-0.016362,0.015369,0.027193,-0.005463,-0.000744,-0.019726,-0.021492,-0.020229,0.027418,-0.004676,0.012854,-0.037053,0.003583,-0.001076,-0.015547,-0.05814,-0.065293,-0.006758,-0.009998,-0.001441,0.017645,-0.060031,0.021915,0.043089,0.035322,0.008608,-0.004852,-0.001851,0.037648,-0.033717,0.038099,-0.045518,0.016114,-0.007874,-0.033413,0.015317,-0.002611,-0.047631,-0.021181,0.006852,-0.058912,0.055508,0.00388,0.109452,0.027982,-0.004639,0.019921,-0.005348,0.014674,0.053796,-0.006085,-0.014497,-0.049928,-0.036107,-0.06434,-0.011983,0.002951,-0.021042,-0.030791,0.001338,-0.022701,0.011836,-0.028984,0.140412,0.022066,0.027569,-0.020252,-0.019571,0.010852,0.01286,0.034797,-0.011813,0.023661,0.025868,0.027561,0.02891,-0.05913,-0.00687,0.031527,-0.006451,0.009996,-0.027398,-0.016689,0.028037,-0.028622,0.04363,-0.037987,-0.039585,0.016633,-0.01228,-0.013493,-0.014696,0.065251,-0.00989,-0.044703,0.035071,-0.025334,-0.008926,0.037162,0.011224,-0.012597,0.010443,-0.030043,0.027209,0.022183,-0.014001,-0.015257,0.004026,-0.024909,0.008404,0.023867,0.006396,0.045873,-0.004866,0.001701,0.045392,-0.002325,-0.014904,0.028682,-0.004403,0.018083,0.03578,0.014462,0.667013,-0.009935,-0.003717,0.005007,0.004785,0.03935,0.027655,-0.029341,0.052773,-0.000826,0.038979,-0.000945,0.03409,0.046188,0.030713,-0.021859,0.023484,0.009579,0.046799,0.010174,-0.032112,-0.047941,0.033353,0.051732,0.014235,0.09477,0.04273,-0.014255,-0.018607,-0.002802,0.024975,0.016264,-0.072612,0.018508,-0.017823,-0.000312,0.007227,0.016666,-0.010537,-0.069858,0.012826,0.021342,0.019972,0.007808,0.005085,-0.025875,0.039501,0.020061,-0.026594,0.005678,0.036458,-0.032254,0.026112,-0.001575,-0.009869,-0.01736,0.012488,-0.024302,0.018751,-0.010021,-0.036681,0.008787,-0.023816,0.038325,0.027365,0.053485,0.026926,-0.007868,0.028115,0.025971,0.034065,-0.077078,0.056396,0.01451,0.005181,-0.023257,0.002084,-0.033577,-0.010871,0.00307,0.011903,-0.048802,0.007085,0.060395,0.002718,-0.005978,-0.10755,-0.010328,0.003237,-0.01296,-0.069654,0.03585,-0.006545,0.016892,0.057751,-0.006498,0.013799,0.038231,-0.036716,-0.012734,-0.013388,-0.015334,-0.025582,-0.026333,-0.065337,-0.014361,0.028051,-0.012456,0.005833,0.093105,0.009663,-0.017912,-0.000241,-0.026637,-0.019391,0.02444,0.002886,-0.023087,-0.006149,0.010598,-0.026667,-0.005489,0.009185,-0.008107,0.025974,-0.062225,-0.02822,0.007573,-0.003152,-0.025567,-0.00166,0.00205,-0.039714,-0.02753,-0.024732,-0.037613,-0.018801,-0.019819,-0.006099,-0.004551,0.017113,0.020839,0.010028,0.009272,0.014046,0.01615,-0.006398,0.000375,-0.020168,0.018465,0.008459,0.100213,-0.001884,-0.001756,-0.008569,0.015933,0.030578,-0.007811,-0.021562,-0.009198,0.036937,0.031602,0.044873,-0.015616,0.03776,0.009631,0.076144,0.00999,0.004031,0.012569,-0.015717,0.007108,0.012235,-0.138807,0.01909,-0.028829,0.005617,-0.037179,-0.001226,-0.002858,-0.024798,-0.001192,-0.003227,0.024721,-0.020657,-0.010821,-0.028835,0.035253,-0.025211,0.035687,-0.005051,0.001648,0.008073,0.050697,0.047967,-0.051295,0.059508,0.040966,0.019167,0.003221,0.005824,0.013651,0.009702,0.01048,0.036656,0.001951,-0.020692,-0.053361,0.019315,-0.0356,0.036503,-0.032153,-0.014734,0.004195,-0.004317,-0.030262,0.032825,-0.025268,-0.007794,-0.015389,-0.028626,-0.016546,-0.001145,-0.002352,0.015168,-0.000089,0.023205,0.060207,0.001534,0.006355,0.016592,-0.021983,-0.003576,0.007119,0.035297,-0.002229,-0.024724,-0.027101,-0.014702,0.002785,-0.024598,0.007371,0.029234,0.011138,-0.04612,-0.001327,0.023851,0.037942,0.16516,-0.016468,0.018671,0.020354,0.013235,-0.025593,0.013296,0.011533,-0.010439,-0.02805,0.028301,0.042522,0.036811,-0.009008,-0.022841,-0.032061,0.124417,0.050338,-0.020666,-0.061738,0.002458,0.016206,0.024514,0.029131,0.02341,-0.004215,0.012994,-0.009948,0.036202,0.013928,0.004312,0.015446,-0.027039,0.026973,0.007802,-0.041015,0.021129,0.005788,0.010231,-0.033087,0.036264,-0.004825,-0.009128,-0.05027,-0.022478,-0.00781,-0.034353,-0.027223,0.015125,-0.027656,0.026445,-0.016377,-0.018576,-0.024979,0.017437,0.041859,0.009277,-0.018024,-0.012809,-0.00415,-0.017065,0.050373,-0.002455,-0.020055,0.045025,0.014514,-0.08632,-0.015903,0.01944,0.045635,0.016974,0.004027,0.002537,-0.041466,0.02848,-0.025292,0.036975,0.019689,-0.005666,0.000786,0.043878,-0.012213,0.042151,0.013128,-0.055684,0.017169,0.009744,0.026606,-0.001253,0.015917,0.008868,-0.020404,0.003215,0.015216,-0.000957,0.016451,0.037316,0.003561,0.012303,0.020112,0.034719,-0.02367,0.01852,0.007887,-0.02637,0.009278,0.0227,-0.016316,-0.030508,-0.008487,-0.005179,-0.001854,-0.026276,-0.038654,-0.012824,-0.010582,-0.058126,0.020784,0.015348,0.05122,0.003707,-0.02437,0.010637,0.019731,-0.014444,0.005831,0.003707,-0.002373,0.024077,-0.006786,-0.017369,-0.020431,-0.045416,-0.024834,-0.00078,-0.035501,-0.009745,0.010423,-0.012483,0.022056,-0.012061,-0.009266,0.020741,0.010096,-0.004076,0.002904,-0.018837,-0.039381,-0.036492,-0.02084,0.057036,0.013835,-0.048469,-0.016917,0.013511,0.024015,-0.002846,-0.081219,-0.010682,0.003742,0.007534,-0.034974,-0.010041,-0.009957,0.038464,0.000215,0.029642,-0.041071,0.048299,0.044133,-0.056542,0.017875,-0.004351,-0.035872,-0.063126,-0.016692,0.043942,-0.017017,0.00401,-0.018985,-0.00098,0.023984,0.014897,-0.020385,0.114547,-0.001606,-0.006593,-0.013621,0.001842,0.011004,0.041726,0.004435,-0.030674,-0.001586,-0.020589,-0.007093,-0.022627,0.040213,0.007901,-0.026166,0.03336,0.003628,0.018633,-0.018874,0.03853,0.037721,-0.013862,-0.019242,0.021475,-0.020888,0.005042,-0.010612,0.003109,-0.028636,0.00039,0.06263,-0.027549,0.001251,-0.017819,0.011634,-0.018823,0.036544,0.021992,0.038332,0.014895,-0.044685,0.028561,-0.039414,0.015128,-0.002659,0.024246,0.001352,-0.025812,0.06986,0.012052,-0.003215,0.025298,-0.010188,0.022053,0.053681,0.017082,-0.012081,-0.022813,0.034913,-0.009977,0.017854,0.017719,0.025063,0.002931,-0.041058,-0.071028,0.009543,0.007864,0.014265,-0.048672,-0.002697,0.046575,0.020967,0.019734,-0.013301,0.005903,-0.014819,-0.010965,0.021836,0.732409,-0.020919,0.034842,0.004586,-0.041322,0.039518,0.002579,0.011138,-0.005619,0.015232,0.041598,-0.041439,0.014682,0.024168,0.037165,-0.007008,-0.001769,-0.026121,0.011559,-0.02508,0.00603,-0.025507,0.017473,0.014689,-0.013255,0.041074,0.020937,-0.012292,0.013403,0.014751,0.007667,-0.004204,-0.029161,-0.032038,-0.016751,0.025477,-0.007145,0.0114,-0.003897,-0.094949,0.034294,0.004494,0.036801,0.007197,0.01831,-0.02085,0.03491,0.001674,0.004809,-0.026853,-0.015569,-0.051744,-0.008107,0.043726,-0.050058,-0.022952,-0.00052,-0.019927,0.028125,0.03122,0.007647,-0.000388,-0.016814,0.058617,0.011529,0.038619,-0.022001,0.018144,-0.004161,0.05082,0.033036,-0.07867,0.046413,0.05528,-0.020778,-0.021444,0.005608,-0.030194,0.007571,-0.010663,0.00774,-0.070465,0.011043,0.029539,0.007823,-0.004314,-0.070896,-0.020911,0.003816,-0.022067,-0.05772,0.005167,0.011784,0.005646,0.02725,-0.031254,0.018001,0.040536,0.002204,-0.004114,0.003935,-0.01124,0.006316,-0.000974,-0.065328,0.015362,0.011089,-0.010747,-0.013081,0.103011,-0.009459,-0.017123,0.005697,-0.005031,-0.037659,0.00856,0.001752,-0.025066,0.0131,0.028039,-0.038061,-0.004653,-0.001663,-0.005681,0.007844,-0.034983,-0.024784,0.01688,0.01068,-0.007749,0.011331,-0.015312,-0.008118,-0.014895,0.003111,-0.021743,-0.012195,-0.016735,0.010782,0.011524,0.007345,0.015581,0.001644,0.03191,0.023272,-0.004251,-0.009055,0.00825,-0.026329,-0.013256,0.023138,0.102513,0.007439,-0.009244,0.017361,0.029355,0.004896,0.002408,-0.016914,-0.026177,0.080225,0.020308,0.032261,-0.00261,0.011346,0.000017,0.085528,-0.008541,0.010386,0.009743,0.001577,-0.000712,0.018992,-0.163816,0.022917,-0.042534,-0.029163,-0.022357,0.014178,-0.017565,-0.047899,-0.0089,-0.009865,0.013197,-0.017443,-0.013907,-0.023584,0.034362,-0.010687,0.038681,-0.006504,-0.001671,0.032304,0.054196,0.052378,-0.062194,0.043928,0.02433,0.033788,0.017768,0.026201,-0.016644,0.006705,0.014286,0.025965,-0.032843,-0.044669,-0.043673,-0.016138,-0.044142,0.046043,-0.020427,-0.004135,0.010263,-0.001845,-0.039897,0.049992,-0.034627,-0.012817,0.021851,-0.027895,-0.038576,0.010658,-0.019702,0.041546,-0.009896,-0.01012,0.044747,-0.019007,0.020957,0.003769,-0.024595,0.019418,0.008009,0.041465,0.019237,0.000057,-0.035943,-0.008879,0.031222,-0.018898,-0.018274,0.038181,0.024827,-0.013139,-0.014994,0.014371,0.016035,0.158342,0.003226,0.015171,0.018899,0.041811,-0.033595,0.030022,0.008013,-0.005636,-0.00465,0.001085,0.022704,0.035125,0.023903,-0.030657,-0.006188,0.095308,0.061964,-0.016832,-0.038396,-0.01657,0.01159,0.027483,0.010553,0.002361,-0.035088,0.010848,0.030255,0.016033,0.001812,0.015043,0.032171,-0.016364,-0.008037,0.001641,-0.041564,0.017804,-0.035734,-0.000333,-0.004435,0.038793,0.014681,0.001773,-0.041442,-0.004324,0.005493,-0.027168,-0.008606,0.020653,-0.016804,0.045391,-0.000428,-0.011819,-0.044498,0.034996,-0.009006,0.01905,-0.027022,-0.008198,0.006851,-0.00876,0.029346,-0.015095,-0.005442,0.027299,0.000269,-0.042031,0.012611,0.006126,0.026246,0.031372,0.0273,-0.020992,-0.006961,0.006974,-0.012494,0.034755,0.028793,0.006123,0.001273,0.034126,-0.008716,0.015052,-0.008032,-0.036848,-0.015644,-0.00287,0.022826,-0.002434,-0.011354,0.002641,-0.003328,0.000179,-0.011398,0.011249,0.002073,0.051972,0.001248,0.028244,0.00099,0.031616,-0.002964,0.032045,0.013016,0.019114,-0.006244,0.006137,0.002179,0.002478,0.005403,0.01362,-0.005134,-0.007596,-0.026549,0.000221,-0.010093,-0.016344,0.032139,-0.004982,0.054951,0.03082,-0.024307,0.023311,0.028715,-0.007077,0.010074,0.019422,0.004038,0.005986,-0.009303,-0.013316,0.008845,-0.015074,-0.021015,-0.01469,-0.008991,-0.002976,-0.01131,0.013046,-0.005211,-0.02285,-0.009198,0.023127,-0.006973,-0.015784,-0.024186,-0.025903,-0.046688,-0.026009,-0.018496,0.019094,0.025309,-0.025308,0.021373,-0.002127,0.039563,-0.021912,-0.080553,0.024603,0.026131,0.031151,-0.003342,-0.014569,-0.029658,0.020367,0.003385,0.014182,-0.065263,0.048944,0.034108,-0.037327,-0.0009,0.034199,-0.023578,-0.054543,-0.010733,0.034504,-0.025291,0.017129,-0.001619,0.00608,0.03075,0.006478,-0.004158,0.12186,0.007815,-0.00377,-0.012909,-0.003475,0.006644,0.022511,0.02935,-0.020801,-0.017011,-0.002653,-0.014247,-0.040928,0.037535,0.017065,-0.044059,-0.0076,0.017517,0.012627,-0.03113,0.037464,0.019063,-0.006262,-0.022426,0.014715,0.012042,-0.0105,-0.012536,0.024799,-0.028194,0.003229,0.042134,-0.035566,0.006205,-0.006604,0.042153,-0.045527,-0.004738,0.019675,0.039727,-0.00705,-0.045708,0.020029,-0.031851,0.003582,0.021589,0.008879,0.009709,-0.031079,0.049989,0.006776,-0.027734,-0.001673,-0.028769,0.031779,0.025078,-0.002737,-0.022061,-0.020413,-0.003833,0.034426,0.019623,0.012096,-0.00527,-0.005615,-0.023777,-0.030548,0.011816,-0.026059,-0.003126,-0.031073,-0.009805,-0.000728,-0.003804,0.015685,-0.025404,-0.003581,-0.021702,0.014662,0.030506,0.762869,-0.044054,0.025759,0.004241,-0.013928,0.040326,-0.017657,-0.010365,0.035419,-0.018264,0.010701,-0.032188,0.016695,0.021697,0.027991,-0.020145,-0.0154,-0.0362,-0.010202,-0.025522,-0.018463,-0.006258,0.022771,0.012828,-0.006406,0.042299,0.026767,-0.018037,0.001517,0.014702,0.001931,-0.024749,-0.025982,-0.035463,-0.031218,0.001338,0.005299,-0.01262,-0.001461,-0.095268,-0.000739,0.020292,0.024719,-0.000087,0.040251,-0.013222,0.048388,0.003157,-0.004218,-0.003153,-0.033824,-0.017545,0.003884,0.053625,-0.000378,-0.032915,0.015017,0.006358,0.01572,0.018995,0.011048,0.027094,-0.013434,0.062096,-0.003747,0.022265,-0.015454,0.017934,-0.004198,0.040415,0.009718,-0.088763,-0.006656,0.023019,-0.025717,0.013802,0.019245,-0.015305,0.013411,-0.032299,0.035958,-0.096099,0.023826,0.028795,0.016117,-0.01379,-0.03937,0.007414,0.012297,-0.030123,-0.045329,0.030118,-0.001365,-0.023485,0.014128,0.0054,0.004001,0.024467,0.002008,-0.021127,0.003955,0.001754,-0.000068,0.014231,-0.054249,-0.009348,0.000341,0.015886,0.017012,0.039061,0.01132,0.020274,-0.024882,-0.021782,-0.01448,-0.018999,0.001088,-0.008904,0.011279,0.038889,0.030062,-0.012535,-0.014873,0.000789,0.034396,-0.051371,-0.035327,0.003153,0.035655,-0.015759,-0.000922,-0.008532,-0.003703,-0.00179,-0.035963,-0.017689,-0.036319,0.037296,0.01568,0.017388,0.008094,0.02366,0.000707,0.016201,0.049964,-0.010214,-0.012072,-0.004546,-0.009427,-0.006628,-0.01541,0.140971,-0.002351,-0.018115,-0.007142,0.015749,0.015678,0.001638,-0.0215,0.01353,0.039384,0.004498,-0.016035,0.023991,-0.0136,-0.000779,0.050691,0.001328,0.008881,-0.018539,-0.01257,-0.008962,-0.01459,-0.258189,0.013382,-0.036092,0.006145,0.019743,-0.012688,0.009463,-0.019561,-0.016732,-0.036056,-0.035423,-0.007778,-0.045541,-0.012557,0.035356,-0.024397,0.044808,0.015362,-0.001298,-0.014106,0.020525,0.047505,-0.034464,0.088938,0.029116,-0.013157,0.011615,0.013646,0.016033,-0.019358,0.006758,0.041195,-0.019896,-0.042052,-0.031852,0.017735,-0.031859,0.055808,-0.009982,0.012804,-0.006175,0.013863,-0.018325,0.013246,-0.013321,-0.004089,0.043697,-0.012777,-0.020919,-0.008173,0.003515,-0.009056,0.038777,-0.012113,0.044408,0.024613,-0.003386,0.015327,-0.022142,0.002822,0.029035,0.01572,-0.013446,-0.013614,-0.039042,-0.007755,-0.020124,-0.041097,0.018161,0.007774,0.034025,-0.034369,-0.000439,-0.011906,0.019645,0.178781,-0.003369,0.03004,0.014019,0.001661,0.003944,-0.022846,-0.025326,0.005113,-0.023743,0.002319,0.018172,-0.011524,0.009665,-0.024536,-0.034825,0.084607,-0.003401,-0.000529,-0.037245,0.002626,0.047878,0.02029,-0.021363,-0.004001,0.002741,-0.022434,0.015763,0.012371,0.00791,0.022575,0.025636,0.019602,0.002522,0.005658,-0.026537,0.032154,0.002276,0.021411,-0.02292,0.044608,0.007345,-0.011816,-0.020204,-0.002488,-0.002398,-0.052785,0.000769,0.023857,0.007397,0.038573,-0.01138,0.010116,-0.019418,0.050729,0.00414,-0.017845,0.016929,-0.004455,-0.026099,0.000543,-0.00418,-0.032272,-0.0301,-0.000005,-0.04074,-0.074873,-0.016491,-0.025173,0.006976,0.018351,-0.012751,-0.012767,-0.051472,0.02349,0.003805,0.052305,0.01439,0.000977,-0.006712,0.01757,0.022425,0.033993,0.019267,0.008343,0.01463,0.006345,-0.005196,-0.003203,-0.018648,0.016087,-0.029965,0.005538,0.01025,0.02817,-0.002766,0.01591,-0.008317,0.00847,0.012518,0.031593,0.038224,0.035672,-0.012483,-0.020051,-0.034843,-0.016311,-0.012339,-0.013564,0.00902,-0.030639,0.023363,-0.00033,-0.037221,-0.034952,0.012658,-0.019827,0.041393,0.009989,0.081956,-0.001416,-0.015975,0.047159,0.003889,-0.003082,-0.034742,0.038728,-0.014599,0.007487,-0.003293,-0.00901,0.006423,-0.059001,-0.022436,-0.010702,-0.029381,-0.02153,0.006914,-0.00266,-0.006373,-0.003049,0.004723,0.024243,0.020655,0.012679,0.012272,-0.022327,-0.016669,-0.030178,-0.006933,0.010447,0.027525,-0.017138,0.020104,-0.016307,0.013463,-0.008974,-0.05958,0.012192,0.007476,-0.005423,0.008643,-0.010621,0.023808,0.003283,0.01953,0.024468,-0.02434,0.010277,0.015524,-0.026089,-0.017075,-0.031719,0.0052,-0.045055,-0.045492,0.015057,-0.009845,-0.012803,0.032789,-0.005613,0.013844,0.019588,0.0247,0.108572,-0.001663,0.001292,-0.007093,-0.027025,0.013137,0.049422,0.022276,-0.044773,-0.003031,-0.012362,-0.040793,-0.01984,0.034858,0.017449,0.007547,-0.035306,-0.029723,0.012335,-0.035996,0.058905,0.025729,-0.026554,-0.019287,0.008537,-0.023694,0.003537,0.005259,0.009149,-0.022981,-0.015694,0.011567,0.007786,0.017626,0.014758,0.018334,-0.008346,0.005105,0.014173,0.000221,0.015901,-0.010552,0.021308,-0.016073,0.007241,0.020985,0.001075,0.000769,-0.025784,0.106029,0.023351,0.012979,0.027779,-0.021767,0.022063,0.005028,0.018115,-0.014996,0.020239,-0.013127,0.032035,-0.005879,0.024745,-0.004017,-0.015543,-0.092067,-0.018377,0.009195,-0.001798,0.010015,-0.015653,-0.010877,0.02052,-0.010708,0.000345,-0.022063,-0.004054,-0.004584,0.008965,0.006643,0.740146,0.004584,0.021424,-0.023496,0.026324,-0.018214,0.021267,-0.001619,0.01105,-0.00601,0.013224,-0.005413,0.024853,0.026068,0.000227,0.016367,0.006673,0.00644,-0.011098,-0.038292,-0.022181,-0.029097,0.025004,0.037759,-0.003613,0.045859,-0.000817,-0.040379,0.009986,0.023447,-0.051899,-0.010841,-0.033519,-0.019291,-0.011537,0.009754,0.001054,-0.011627,0.012234,-0.085961,0.005891,-0.007826,0.014926,-0.005498,0.03702,-0.006589,0.022858,0.003026,0.015727,-0.014023,0.031814,0.01302,0.049719,0.033179,-0.01231,-0.009609,0.00659,-0.034113,-0.009193,0.015734,-0.008435,-0.027525,-0.038433,0.054707,0.00338,0.060019,0.009988,0.027077,0.010899,0.024116,0.001352,-0.082666,0.003857,0.023051,0.008848,0.003563,-0.00017,-0.035322,0.004734,-0.021902,0.025647,-0.048704,-0.002449,-0.034748,-0.024792,0.006797,-0.023907,0.009858,0.007325,-0.011245,-0.021236,0.011152,0.013313,-0.000938,0.032998,-0.010075,0.006758,0.046828,-0.003064,-0.000649,0.005733,0.031218,-0.022432,0.035334,-0.048398,-0.010318,0.003577,0.022022,-0.006482,0.044208,0.017517,-0.031931,-0.023634,-0.031119,-0.002142,0.004808,0.014685,-0.017141,0.026585,-0.000159,-0.02173,-0.00813,-0.004824,-0.007195,0.038571,-0.068628,-0.053893,0.035981,-0.002268,-0.006561,-0.007495,0.000427,-0.007468,0.011192,-0.003083,-0.016913,-0.017686,0.009408,0.014559,-0.003117,0.00362,0.016451,0.058733,0.000251,0.005811,-0.005068,0.017266,0.03413,0.000797,-0.017075,0.029227,0.182776,0.019718,-0.012645,-0.024292,0.005754,0.036756,-0.001509,-0.010234,-0.036572,0.026176,0.010667,0.02469,0.002731,-0.013723,0.011053,0.063947,0.014723,-0.011457,-0.023478,-0.016811,0.002607,0.029234,-0.191841,0.008742,-0.028158,0.007284,-0.003532,-0.012781,0.027788,-0.025778,-0.02291,-0.040778,-0.033568,-0.019104,-0.01557,0.019519,-0.00886,-0.009345,0.040834,0.021712,0.025334,-0.012506,0.064457,0.057117,-0.013742,0.142594,0.010811,-0.013626,0.015947,0.004772,-0.023837,0.001324,0.001294,0.012232,0.004387,0.003537,-0.012257,-0.003095,-0.03582,0.016607,-0.036368,0.039051,0.028355,0.003601,-0.028935,0.018661,-0.024485,0.015263,-0.008457,0.012575,-0.010747,-0.016591,0.006667,0.00247,0.008313,-0.016876,0.016567,0.028037,-0.028048,-0.024477,0.010469,0.03995,0.013349,0.041528,-0.012767,0.033527,-0.060416,-0.011558,-0.029298,-0.029531,0.033119,0.011584,0.032756,-0.024621,0.011598,-0.000792,0.035747,0.104668,0.020883,0.019586,-0.003473,0.017922,-0.013895,0.010727,-0.036154,-0.013999,-0.020027,0.033795,0.019678,0.014338,0.016714,-0.008824,-0.013535,0.032377,0.024481,0.01867,-0.078849,0.023613,0.051303,0.033075,0.027869,0.011153,-0.007385,0.018131,0.033683,0.009563,0.022649,0.011213,-0.00853,0.016457,-0.019292,-0.009875,-0.023204,0.0321,-0.013245,0.019416,-0.014222,0.052068,-0.030033,-0.002787,-0.008743,0.017808,0.018501,-0.050994,-0.011186,0.010009,-0.02504,-0.010464,-0.003745,0.003866,-0.023354,0.043307,0.007847,-0.008128,-0.018061,-0.012304,-0.024963,-0.019777,0.012983,-0.026893,-0.002873,0.010664,-0.012491,-0.108966,0.021077,0.010426,-0.016162,0.024852,0.018898,0.005664,-0.047418,0.02178,-0.010213,-0.031784,0.018619,-0.022959,-0.012155,0.003643,-0.001309,0.00754,0.048147,-0.00469,0.027766,0.01223,0.008186,-0.028305,-0.027274,0.01891,-0.012031,-0.00603,-0.00433,0.017277,0.035545,-0.00441,-0.020259,0.01057,0.006969,0.01831,0.012846,0.025095,0.011253,-0.022974,0.034973,0.016068,0.031339,-0.02791,0.000182,-0.018836,0.001985,0.026872,-0.036801,-0.048906,0.013193,-0.011403,-0.013199,0.012724,0.089689,-0.007744,-0.039452,0.026662,-0.016457,-0.000949,-0.006957,0.038848,0.00532,0.002317,-0.007607,-0.016336,-0.00854,-0.041999,-0.023036,-0.031857,-0.005906,-0.012099,-0.023375,0.005208,0.005921,-0.001848,0.004927,0.049144,0.012641,0.026096,0.03698,-0.042348,-0.01284,-0.037615,0.000435,-0.008105,0.020414,-0.027029,0.007606,-0.007835,0.038199,-0.006895,-0.047526,-0.013924,-0.002984,-0.001553,0.012581,-0.034623,0.002522,0.026889,0.045368,0.026304,-0.018838,0.00069,0.018486,-0.021873,0.012174,-0.042793,0.021396,0.013325,-0.03722,0.032733,-0.005258,-0.021936,0.006286,-0.017837,0.033138,-0.001718,-0.024375,0.109804,0.008298,0.018594,0.01228,-0.020416,0.030536,0.036761,0.043821,-0.039852,0.000293,0.001042,-0.042192,0.011519,0.018866,-0.000767,-0.000061,-0.027745,-0.024374,-0.016632,0.015804,0.085293,0.005912,-0.017792,0.002309,0.045689,-0.001087,0.022973,-0.011035,0.00664,-0.014057,0.044761,-0.000831,-0.036726,0.028192,0.036095,0.026191,-0.016749,0.014423,0.017679,0.000096,0.030788,-0.006353,0.001776,-0.043753,0.003177,0.035036,-0.008452,-0.008346,0.004353,0.043713,-0.000824,0.020281,0.023593,-0.030093,-0.007147,0.026267,-0.012745,-0.010417,0.020893,-0.022602,0.013264,0.027133,-0.008465,-0.029532,-0.035393,-0.065872,-0.012136,0.043422,-0.012584,0.016314,0.008826,-0.009923,0.031857,0.021959,0.005464,-0.01933,-0.018812,0.000757,0.003463,0.026123,0.742486,0.024581,-0.006572,0.004416,0.013843,0.005014,0.00346,-0.033776,0.030079,0.004181,-0.009665,-0.005501,-0.017899,0.032856,0.018674,-0.033811,0.021549,-0.027792,0.00483,-0.012051,-0.006522,-0.040847,0.010218,0.062148,0.007112,0.050979,-0.006045,-0.02173,-0.007213,0.025878,-0.032601,0.014312,-0.046616,-0.003521,-0.015376,-0.014699,-0.045077,-0.014604,-0.013339,-0.084889,-0.013525,0.015286,0.019892,-0.04233,-0.011108,-0.016269,0.059121,0.008151,-0.015682,-0.021412,0.009431,0.013395,0.020609,0.030053,0.000577,-0.011231,0.012046,-0.013004,-0.013271,0.021921,0.011076,-0.004751,-0.018069,0.090531,0.01443,0.085403,0.003644,-0.043194,0.028823,0.020303,0.031719,-0.074263,0.034624,0.019613,0.015425,-0.027008,0.007568,-0.030774,-0.025817,-0.009489,0.009971,-0.064976,0.040884,0.048136,-0.017268,0.011138,-0.04884,0.010324,0.029488,0.000331,-0.047059,0.016682,-0.014508,-0.014834,0.042013,0.007409,0.010781,0.038079,-0.009201,-0.004596,-0.00173,0.004699,-0.036646,0.015198,-0.053117,-0.008842,0.001599,-0.040541,-0.013345,0.052746,0.030943,0.002983,-0.004157,-0.009455,0.004972,0.001504,0.006734,0.004421,0.008523,0.016062,-0.002142,-0.009355,-0.002907,0.007117,0.001814,-0.035654,-0.036428,0.01608,-0.00884,-0.019637,-0.011762,-0.010998,-0.008472,-0.007733,-0.008577,-0.016853,0.002654,0.007758,0.023691,0.051061,-0.009462,0.011149,-0.000477,0.04566,0.021661,0.009718,0.021217,0.030634,-0.01403,-0.005631,0.024341,0.159736,0.008295,-0.016671,0.000232,0.019312,0.015603,-0.0124,-0.001382,-0.031831,0.035252,0.002982,0.012769,0.032011,0.013823,0.018709,0.070332,-0.001452,0.016671,0.003929,-0.041769,0.01705,0.028202,-0.182615,-0.010643,-0.017216,0.02032,0.011031,-0.026662,-0.004491,-0.007245,0.022753,-0.011654,-0.016588,-0.016904,-0.018731,0.018513,-0.006786,-0.006131,0.049093,-0.020468,-0.013247,-0.00171,0.017178,0.081071,-0.020607,0.094055,0.025695,0.009093,0.004946,-0.004816,0.000767,0.00079,0.015728,0.024625,-0.011413,-0.019037,-0.009316,0.000032,-0.038854,0.03153,-0.035684,0.00603,0.011435,0.021418,-0.030381,0.019644,-0.035958,0.007125,-0.01522,-0.014484,-0.007856,-0.000413,0.031811,0.004384,0.004769,0.019153,0.055088,0.018535,-0.001733,0.015222,-0.054499,0.021951,0.017052,0.010332,0.011859,-0.025944,-0.052513,-0.004728,-0.038479,-0.025086,-0.009027,0.003818,0.030234,-0.020689,-0.030194,0.039318,0.031073,0.124344,0.017394,0.023812,-0.030946,0.008465,-0.022118,0.01877,0.005824,-0.032391,-0.010525,0.007535,0.026864,0.008828,0.001587,-0.015961,-0.006213,0.017389,0.01651,-0.039434,-0.046031,0.013327,0.009533,0.026547,0.014369,0.035112,0.008498,0.015248,0.011162,0.028498,0.00818,0.027425,0.024035,-0.005157,0.005703,-0.003369,-0.024978,0.024754,0.002717,0.023222,-0.02551,0.059432,-0.00088,-0.007824,-0.056943,0.00029,-0.012332,-0.046174,-0.007464,0.01645,-0.026898,0.029038,-0.012969,-0.011822,-0.034222,0.006514,0.03941,-0.007398,0.020117,-0.017242,-0.035496,-0.010955,0.023606,-0.026711,-0.027344,0.034934,-0.028936,-0.097122,0.0117,-0.019126,-0.00516,0.031492,0.025136,0.025353,-0.054501,0.031881,-0.015107,0.019037,0.039132,-0.013214,0.003575,0.012768,-0.018182,0.017397,0.02522,-0.038345,0.008603,0.000942,0.023877,-0.010087,-0.00837,0.02085,-0.019705,-0.012572,0.022681,0.015955,0.017523,0.021974,-0.014184,-0.011129,0.014863,0.021367,0.000292,0.023803,0.0155,0.019323,0.03031,0.031908,-0.005778,-0.030891,0.006623,-0.010972,0.001542,-0.015319,-0.023195,-0.039934,-0.008696,-0.029807,0.042825,-0.005823,0.080873,-0.001419,-0.015203,0.028556,0.019349,-0.015066,-0.026439,0.001563,0.017295,-0.0045,-0.016069,0.002296,0.000332,-0.032166,-0.010038,-0.025174,-0.027513,-0.015975,0.006091,0.021591,0.015974,0.001262,0.005567,0.006997,-0.000807,-0.01111,0.009319,-0.037277,-0.038802,-0.029046,-0.012141,-0.015022,0.029299,-0.031327,-0.000348,-0.001135,0.0046,-0.013955,-0.073392,-0.020995,0.02181,-0.017521,0.003557,-0.023131,-0.018021,0.042687,0.028138,0.012569,-0.024365,0.020818,0.021926,-0.046844,0.018745,0.013096,0.000106,-0.033961,-0.016166,0.018296,-0.013734,-0.026798,0.009117,-0.015525,-0.010211,0.024711,0.005079,0.115461,0.00972,0.009885,0.00735,-0.006497,0.002195,0.03913,-0.001477,-0.026615,-0.030649,-0.001852,-0.043215,-0.017012,0.056339,-0.00515,-0.023042,0.008946,-0.025166,0.010268,-0.029624,0.11608,0.03154,0.016916,-0.020956,-0.00398,-0.013619,-0.004858,0.012711,0.00709,0.002733,0.018556,0.021658,0.005356,-0.020148,0.021473,0.017152,-0.030585,-0.00354,0.006344,-0.005783,-0.007728,-0.02198,0.026011,-0.0436,0.005383,0.017012,-0.016642,0.014164,-0.029142,0.079245,-0.013437,-0.02827,0.025231,-0.027149,0.01448,0.041364,0.028671,-0.003995,0.017856,-0.022196,0.021845,0.012343,0.004346,-0.011792,0.001686,-0.029144,-0.022581,0.037418,0.016705,0.010352,-0.022644,-0.010848,0.017846,0.018745,-0.005526,-0.000121,-0.003253,0.0005,-0.00971,0.008888,0.755475,-0.010295,0.038216,-0.001839,-0.020211,0.017656,-0.011836,-0.026759,0.020343,-0.00699,0.050755,-0.011359,0.013296,0.021978,0.035342,-0.008556,0.017325,-0.009198,0.031673,-0.038158,0.004399,-0.042759,0.044622,0.024397,0.006314,0.072954,0.022956,-0.02284,-0.006089,-0.023466,0.040962,-0.001342,-0.052175,-0.020527,-0.03041,0.018158,-0.039203,0.023533,-0.012346,-0.087763,-0.017889,-0.010247,0.015852,-0.007969,0.016588,-0.028775,0.028653,-0.002464,-0.007255,0.020566,0.012926,-0.01442,0.008878,0.033125,-0.013462,-0.008275,0.004862,-0.033789,0.005995,0.024186,-0.020038,-0.019132,-0.005841,0.090969,0.028137,0.059883,0.008986,-0.012729,0.026131,0.043177,0.049689,-0.132478,0.015242,0.009551,-0.006549,0.009005,0.029157,-0.007607,0.006153,-0.032439,0.012356,-0.056604,0.040099,0.021221,-0.006103,0.019982,-0.010787,-0.027831,0.035944,-0.058892,-0.049339,-0.008764,-0.021549,-0.004078,0.029068,0.02871,-0.00641,0.079146,-0.009986,-0.02038,0.01937,0.03552,0.012009,-0.003412,-0.032915,-0.001316,-0.00688,0.027164,-0.001069,0.024975,0.020381,-0.006831,-0.024341,0.017145,0.005161,0.018272,0.012103,-0.009326,-0.012356,0.033853,0.029008,-0.014334,0.007225,-0.001609,0.022173,-0.039782,-0.018201,0.011499,0.015383,0.001883,-0.017879,0.0142,-0.011321,-0.005206,-0.017804,-0.000225,-0.024705,-0.017468,-0.026478,-0.008643,-0.01183,0.021218,-0.011116,0.010701,0.002856,-0.01613,0.028584,0.007163,0.001946,-0.012008,0.005736,0.171332,-0.003796,0.017622,-0.021486,0.000292,0.00423,0.001148,-0.009389,0.005291,0.016908,0.042108,0.016838,0.020655,-0.026079,0.003798,0.067059,-0.015634,0.028643,-0.011269,-0.000775,-0.003945,-0.00281,-0.171592,-0.010353,-0.036089,0.013836,0.009468,-0.011199,-0.006311,0.008917,0.029927,-0.004972,-0.007094,-0.007983,-0.029493,-0.009013,-0.007127,-0.031422,0.034303,-0.021426,-0.007027,0.009628,0.093895,0.085185,-0.039578,0.11854,0.017773,0.004456,0.019364,0.020952,0.008931,0.004955,-0.002629,-0.013735,-0.002015,-0.021103,-0.033165,-0.011101,-0.034812,0.035761,-0.020083,-0.010636,0.01934,-0.007237,-0.027224,0.009433,0.001285,-0.005926,-0.001159,-0.021832,0.006004,-0.021756,-0.007397,-0.002644,-0.016884,-0.022869,0.022888,0.003352,-0.004583,-0.046159,-0.040206,0.024357,0.016527,0.036804,0.007454,-0.026075,-0.039992,0.019549,0.014864,-0.043544,-0.008411,0.017737,0.023334,-0.003478,0.009546,0.02379,0.032216,0.143568,0.033952,0.024474,0.005819,0.036925,0.004508,0.037426,-0.002113,-0.03023,-0.02231,-0.001509,0.020768,0.039162,0.026455,-0.040116,-0.02974,0.034039,0.035405,-0.003838,-0.041883,0.02361,0.020613,0.028702,-0.005002,0.03185,0.008308,-0.004408,0.024488,0.050224,-0.020877,0.0263,0.019668,0.03611,0.011623,-0.004133,0.001026,0.019181,-0.005825,-0.012858,-0.00061,0.012666,-0.037035,-0.008147,-0.04606,0.043049,0.008885,-0.025136,-0.030907,0.036136,0.006543,-0.004607,-0.02067,-0.001447,-0.026577,0.047718,-0.008286,0.032462,-0.030122,0.019205,-0.00697,-0.024506,-0.014286,-0.036676,-0.058748,0.059408,-0.017405,-0.052074,0.035975,0.029141,0.00851,0.027087,0.027234,-0.0452,-0.03198,0.014529,0.018234,0.00839,0.009422,-0.01713,0.017473,0.031739,0.003794,0.031392,0.038791,-0.014107,-0.003142,0.015333,-0.017689,-0.013476,-0.00667,-0.007409,-0.0383,0.001603,-0.004883,0.032487,0.006952,0.036809,-0.027113,0.003266,0.008025,0.003436,0.039009,-0.038107,-0.025033,0.014302,0.026859,0.01829,-0.002728,-0.020061,0.006489,-0.022433,0.062329,0.021981,-0.031232,-0.043959,0.005001,-0.01097,0.02339,0.001685,0.113496,0.02972,-0.021838,-0.001027,0.008626,-0.008053,-0.002863,0.036542,-0.007604,0.007139,-0.028777,-0.01548,0.00756,-0.02504,-0.018269,-0.049141,-0.016162,0.025823,-0.03278,0.0141,0.004973,-0.008307,0.021344,0.002353,0.009218,0.005621,0.007692,-0.016756,-0.027534,-0.045016,-0.01394,0.015613,0.043559,0.006097,-0.001154,-0.020919,0.010974,-0.012149,-0.010256,-0.009469,0.003582,-0.026468,0.011868,-0.030799,-0.024229,0.021302,0.025962,0.009527,-0.009755,0.012324,-0.002502,-0.015312,-0.00255,0.05006,0.018736,-0.022414,-0.003471,-0.000152,-0.010962,0.011605,0.017442,-0.00045,0.012415,-0.007623,0.00564,0.114603,-0.04226,-0.003906,-0.014093,-0.005966,0.026709,0.025689,0.009739,0.004207,0.007479,0.027354,-0.051109,-0.024197,0.024919,-0.042263,0.041746,-0.001408,-0.029959,0.00737,-0.01052,0.119921,0.013122,-0.015502,-0.02202,-0.024266,-0.02056,-0.008472,-0.004143,0.015829,-0.042595,0.024264,0.011585,-0.032231,-0.01458,-0.000547,0.035667,-0.030904,-0.003263,-0.040014,-0.031697,0.020961,-0.032163,0.041738,0.019982,0.00922,0.014961,0.001224,-0.005103,0.007377,0.065419,0.0052,0.023961,0.039306,-0.007898,-0.000913,0.003603,0.013667,0.015225,-0.028615,0.003616,0.00654,0.033235,-0.016669,-0.011135,0.000855,-0.052885,-0.019731,0.026303,-0.027274,-0.011459,-0.037141,-0.016578,0.010091,0.024022,-0.012031,-0.014598,-0.014533,0.009905,0.017179,0.018295,0.740578,-0.008475,0.031934,-0.019321,0.02595,0.006281,-0.018446,0.008067,0.02477,-0.023384,-0.032756,-0.026834,0.015527,0.0292,0.007706,-0.01492,0.050301,-0.023435,0.028382,-0.007765,-0.015358,-0.025623,0.050693,0.034431,-0.014159,0.056132,0.020118,-0.062516,0.008695,0.006379,-0.029984,0.010774,-0.043469,-0.007938,-0.02103,0.017341,-0.019455,-0.000958,0.032591,-0.07186,0.017252,-0.000989,-0.014,-0.003729,0.006253,-0.024335,0.047193,-0.03028,-0.018506,0.014066,0.014875,0.026003,-0.020744,0.036455,-0.011811,-0.009779,0.011226,-0.02075,-0.037614,0.006491,-0.003303,-0.001566,0.002,0.019135,0.014181,-0.002224,0.002527,0.018848,0.028142,0.012408,0.032536,-0.069942,0.037702,0.009186,-0.007227,0.014417,0.010103,-0.015796,0.019209,-0.014274,0.003072,-0.064249,0.010073,0.020817,0.017436,0.007909,-0.064951,0.005004,0.004165,-0.01083,-0.041534,0.035958,-0.015514,-0.035581,0.006704,-0.01379,0.028356,0.016815,0.021801,-0.024451,0.029822,0.001641,-0.006705,0.011175,-0.038965,-0.012302,0.014802,0.014306,0.009951,0.078607,0.018692,-0.019289,0.000579,-0.014955,-0.01091,0.00008,0.035916,0.002526,-0.01016,0.009319,-0.027689,-0.030465,0.006421,-0.018542,0.010387,-0.064753,-0.032764,0.03307,0.00153,-0.037715,0.030954,0.004382,-0.017507,0.007437,-0.028956,-0.039226,0.017497,0.010817,0.021249,0.015823,0.025617,0.02225,0.001716,0.03544,0.061687,0.016348,-0.005478,0.010041,-0.016296,0.031427,0.040712,0.147901,0.031531,0.003365,0.023171,-0.014372,-0.012289,0.000981,-0.036866,0.006001,0.046684,0.047346,0.053278,0.00388,0.028558,-0.017971,0.072343,0.014565,0.034446,-0.01098,0.01412,-0.002627,-0.000213,-0.105553,0.002219,-0.050152,0.007425,0.003359,-0.001976,-0.014803,-0.021675,-0.011424,-0.02243,0.000912,-0.022711,-0.048488,0.004188,0.036735,-0.01898,0.010131,-0.014397,-0.001892,0.008212,0.046025,0.103101,-0.010728,0.082379,0.016281,-0.004322,-0.011711,0.012282,0.019134,-0.003873,-0.018236,0.041392,0.015138,-0.047148,0.011628,0.009545,-0.036074,0.017434,-0.017643,0.008655,0.025759,-0.031622,-0.013033,0.014386,0.008552,-0.030228,-0.010841,-0.018059,-0.001348,0.015775,0.012672,-0.008125,-0.012321,-0.020521,0.020096,0.002338,-0.002999,-0.01399,-0.01931,0.005503,-0.000929,-0.001516,-0.025254,-0.018577,-0.027381,-0.019888,-0.000627,-0.030473,-0.001984,0.017257,0.016717,-0.011788,-0.002472,0.013376,0.03332,0.171996,0.002399,-0.002077,0.029104,0.014646,-0.017471,0.044121,0.005605,-0.039381,-0.019349,-0.000134,0.00432,0.036296,0.006732,-0.007992,-0.023841,0.07278,0.001972,0.005345,-0.077169,-0.012288,0.008401,0.003127,0.0368,0.003278,-0.005685,-0.002911,0.027617,-0.00711,0.02408,0.050151,0.008459,-0.016997,-0.011433,0.013289,-0.060989,0.006475,-0.002355,-0.004013,-0.026441,0.040881,-0.025334,-0.021817,-0.050825,-0.004674,-0.001296,-0.018138,-0.000227,0.025158,-0.047025,0.008456,0.003755,-0.009507,-0.043788,0.01566,0.00228,0.00951,-0.005435,-0.011923,0.022062,-0.01757,0.018112,-0.024186,0.000878,-0.011369,-0.019234,-0.038002,-0.007485,-0.004846,-0.008107,0.049904,0.0065,-0.025183,-0.06219,0.025991,-0.018205,0.048792,0.019906,-0.023898,-0.007966,0.051888,0.002398,0.053149,0.026134,-0.050138,0.019674,0.003933,0.031474,0.001155,-0.002544,0.01765,-0.025884,0.009476,0.025851,-0.014922,0.01785,0.02941,-0.004455,0.031904,-0.008321,0.040861,0.010817,-0.01295,0.019225,-0.019066,0.014737,0.045107,-0.013389,-0.000342,-0.008502,0.010826,0.020805,-0.013494,-0.027669,-0.023688,0.042918,0.01078,-0.001394,0.003897,0.061382,-0.00505,-0.066722,0.060756,0.02862,0.015479,0.000388,0.073666,-0.027349,-0.016568,0.006563,0.016105,-0.006925,-0.008215,-0.050749,0.017594,0.008497,0.000765,-0.010935,-0.018417,-0.015842,-0.01724,0.014894,-0.000183,-0.025478,0.002065,-0.001124,-0.014632,-0.010966,-0.021971,-0.045126,0.002067,0.012977,-0.00514,-0.008677,-0.00268,0.035418,-0.03633,-0.043418,-0.012309,0.003935,0.009359,0.037887,-0.03417,0.007406,0.039758,0.014462,0.022525,-0.045948,0.009541,0.041266,0.004497,-0.016692,0.135638,0.022332,-0.003449,0.008204,0.00773,-0.055175,0.021426,0.010942,-0.002863,0.035483,-0.007605,0.005285,0.11597,-0.017899,0.002337,0.003063,-0.016135,0.00456,0.026069,0.016956,0.00233,0.011975,0.034978,0.008176,-0.014201,0.03104,0.017071,-0.015356,-0.004402,-0.005414,0.031132,-0.032052,0.000882,0.01808,0.017106,0.024998,0.021304,0.019763,0.001743,-0.025748,0.023907,-0.011159,0.047765,0.049389,-0.030751,0.001968,-0.029867,0.02604,-0.03973,0.009562,0.013773,0.029684,0.02518,-0.046327,-0.010986,-0.023721,0.042682,0.022867,0.009646,0.038874,0.027117,0.051217,-0.004686,-0.004386,0.03817,-0.043525,0.005741,0.04749,-0.017759,-0.011193,0.042118,0.008325,0.014169,0.003024,0.013392,-0.019707,0.034816,-0.033049,-0.012853,0.027699,0.010328,0.006842,-0.034052,-0.03917,0.056808,0.012787,0.002514,-0.044282,-0.012367,-0.018833,0.041289,-0.012173,0.742361,-0.025981,0.048855,0.01251,0.013571,0.029489,-0.006243,-0.014407,0.008864,-0.00548,0.015432,0.015911,-0.012346,-0.010764,0.036456,-0.03182,-0.000586,-0.010741,0.006764,-0.029711,-0.022769,-0.008632,0.029221,-0.002187,0.011504,0.041871,0.02442,-0.040158,0.020481,0.013053,-0.006253,0.010713,-0.046853,-0.035443,-0.034668,-0.01222,0.012401,0.034401,0.051452,-0.067141,0.02156,0.01236,0.02782,0.011908,-0.009436,-0.030461,0.027532,0.023478,-0.01159,-0.047833,0.006401,-0.035527,-0.000535,0.022202,-0.024535,-0.014169,0.003162,-0.008292,-0.002445,0.044283,0.007954,-0.028132,0.002336,0.035082,0.033723,0.037152,-0.028125,-0.016277,-0.001741,0.050818,0.024475,-0.107012,0.02626,0.003494,0.016052,-0.025278,0.002022,-0.021496,-0.009474,-0.03581,-0.004119,-0.06978,0.042134,0.017136,-0.01589,0.009729,-0.038862,-0.009921,0.035547,-0.023518,-0.058413,0.021065,0.005018,-0.042399,0.016502,-0.014101,-0.014395,0.017089,-0.019418,-0.011931,0.008052,0.020249,0.002209,-0.022481,-0.066899,0.000929,0.011496,0.032328,0.005834,0.061499,0.001026,0.001484,-0.018426,-0.004406,0.002872,0.028395,0.015976,-0.012211,0.007204,0.016728,0.00911,-0.00025,0.018209,-0.01096,0.031532,-0.039423,-0.048296,0.042285,0.034472,-0.035297,0.000131,0.005387,-0.009304,0.002715,-0.041727,-0.006634,-0.009953,-0.01478,0.025761,-0.011384,0.007653,0.011455,-0.000129,0.012657,0.01684,0.006032,0.016563,0.007334,-0.001435,-0.020189,0.031504,0.131595,-0.000066,0.006621,-0.011065,-0.009061,0.004725,0.027333,-0.01264,-0.013945,0.072292,0.018385,0.048535,0.007573,-0.033704,-0.000388,0.055733,0.001412,0.035392,-0.019042,0.010368,0.000487,0.003731,-0.19916,0.014984,-0.030126,-0.010762,0.00999,-0.004926,-0.006052,-0.004816,-0.001825,0.005868,-0.041534,-0.015071,-0.040921,-0.002895,0.024712,-0.01079,0.057267,-0.044618,0.008514,-0.014672,0.055676,0.09152,-0.016554,0.088867,-0.012675,-0.013609,0.005574,-0.002978,0.014748,-0.006071,0.001656,0.033336,0.00326,-0.036531,-0.016628,-0.022619,-0.019941,0.031298,-0.045546,0.006012,0.020376,-0.002229,-0.015557,0.015752,0.003381,-0.013511,0.005506,0.012624,-0.017583,0.026819,0.008643,-0.024227,-0.013445,-0.013666,0.027299,0.018632,-0.004937,0.000043,-0.018795,0.039013,0.019361,-0.007613,0.016057,-0.009223,-0.046868,0.023787,-0.008961,-0.044014,0.037501,0.018353,0.019851,-0.016168,0.024595,0.01943,0.023988,0.143115,0.018626,0.026875,0.002898,0.015234,0.005601,-0.009245,-0.014442,-0.022593,-0.017592,-0.000324,-0.000024,0.021066,0.019912,-0.016721,-0.027966,0.048015,0.007423,0.022715,-0.031302,0.027714,0.054509,0.027787,-0.010705,0.006386,-0.008489,-0.009602,0.009096,0.018154,0.008073,0.04318,0.000936,-0.000405,-0.00518,0.000346,-0.014192,0.019757,-0.014409,0.00687,-0.016422,0.026807,-0.015388,0.003764,-0.02753,0.025236,-0.008891,-0.035317,-0.011878,0.027313,-0.012877,0.003279,-0.02288,0.006259,-0.040279,0.00137,-0.02046,-0.006446,-0.017987,-0.008945,-0.000917,0.011058,-0.005425,-0.026659,-0.035727,0.017978,-0.012718,-0.09253,0.010167,0.003629,-0.013101,0.035721,0.045175,-0.011309,-0.071776,0.009004,-0.043374,0.010392,0.013573,-0.047928,-0.042749,0.034778,-0.004145,0.056027,0.027705,-0.03014,-0.011108,-0.005754,0.030488,-0.006409,-0.024669,0.029371,-0.002314,-0.012629,-0.008637,-0.021696,0.015065,0.03096,-0.022322,0.023589,-0.000101,0.032164,0.012073,0.010899,0.002629,-0.033493,0.007799,0.047764,-0.002047,-0.041383,0.01377,-0.034199,0.027346,-0.024225,-0.025287,-0.035848,0.010362,-0.020619,0.023648,-0.00137,0.088062,0.009748,-0.03928,0.046937,0.006495,-0.012482,-0.037909,0.056245,-0.001623,0.020096,-0.038344,0.001765,-0.019103,-0.049879,-0.03175,-0.016002,-0.037456,0.012813,-0.011637,0.020961,0.003627,-0.009436,-0.003079,0.02527,0.027846,0.013227,0.015429,-0.02131,-0.020157,-0.035453,-0.011989,0.017126,0.041785,-0.020902,-0.020765,-0.042948,0.044241,-0.01636,-0.048796,0.000374,0.000629,-0.000206,-0.007216,-0.033095,0.008636,0.028211,0.026848,0.025645,-0.021079,0.010651,-0.000094,-0.022479,-0.001692,0.009568,0.017785,0.008498,-0.023463,0.020696,-0.036778,0.001109,0.019754,0.000208,0.00092,0.004849,-0.002973,0.107577,0.010869,-0.014679,-0.000717,-0.036724,0.031866,0.04231,0.049341,-0.011353,-0.030055,0.014227,-0.036817,-0.022937,0.036191,0.02369,-0.011432,0.006204,0.002386,0.000391,-0.037211,0.122141,-0.000454,-0.0289,0.004771,0.0252,-0.013809,-0.014462,-0.004149,0.002256,-0.017891,0.023935,0.0318,-0.035909,0.007664,-0.004381,0.009672,-0.025698,0.011742,-0.017428,-0.002172,0.04176,-0.019206,0.005537,-0.027459,0.021976,0.03131,0.002512,0.003293,0.023401,0.075581,-0.007387,-0.013921,0.040418,-0.007962,0.015789,0.007972,-0.005278,-0.010608,0.031008,-0.002456,0.025962,0.02465,-0.025786,-0.016582,-0.011901,-0.039017,-0.001981,0.046736,0.011493,0.024064,-0.02959,0.006025,0.019654,0.020217,-0.008452,-0.00093,-0.01728,-0.006997,0.013621,0.017318,0.742047,-0.013968,0.047046,-0.027179,-0.006221,0.022132,0.039764,0.001617,0.01684,-0.010809,0.003912,-0.014362,0.01752,0.022613,0.036811,0.000431,0.010485,-0.0031,0.015048,-0.029048,-0.025299,-0.044886,0.047383,0.044721,-0.002946,0.036132,0.023501,-0.049511,0.014234,0.021352,-0.023476,-0.011481,-0.043178,-0.021552,-0.034837,0.013258,-0.010715,0.015213,0.007491,-0.063451,0.017348,0.015875,0.025394,-0.013992,0.000941,-0.017913,0.0341,0.015929,0.030393,-0.000459,0.00268,0.012077,-0.037679,0.048551,-0.020809,-0.010311,0.008891,-0.035953,-0.008809,-0.00839,0.043489,-0.006701,-0.031916,0.05429,0.036059,0.05095,-0.003639,-0.020398,0.032698,0.009509,0.052442,-0.092155,0.027951,0.021406,-0.011632,-0.012184,0.002714,-0.017405,-0.012565,-0.016389,0.028936,-0.084381,0.012976,0.021566,0.018167,-0.013315,-0.046868,0.009449,0.006633,-0.017599,-0.034143,0.005912,-0.000102,0.002527,0.025203,0.016393,0.016794,0.042061,-0.021115,-0.03635,0.030381,0.019349,-0.015918,0.015056,-0.031136,0.011754,-0.000597,-0.014882,0.024143,0.045447,0.040129,-0.008682,-0.030481,-0.029073,-0.013131,-0.003691,0.001606,-0.007288,0.007513,0.017155,0.015887,-0.006495,-0.000557,-0.006128,0.027961,-0.054323,0.002781,0.012682,0.033749,-0.000043,0.02052,-0.017588,-0.019644,-0.01479,-0.021434,-0.018046,-0.009566,0.013931,0.028745,0.016896,0.001829,0.024488,0.007514,0.008756,0.003382,0.042758,0.02479,0.023864,0.010186,-0.000294,-0.011583,0.164143,0.009768,0.011054,0.006056,0.019548,-0.012375,-0.015784,-0.031842,-0.026501,0.050456,-0.004367,0.020286,0.04484,-0.021652,0.010042,0.065347,-0.01322,0.009107,-0.003793,0.003822,-0.013949,-0.00871,-0.138192,-0.011021,-0.063824,-0.001889,0.011385,-0.005312,-0.011986,-0.01523,-0.011811,-0.02486,-0.009159,-0.016982,-0.04083,-0.006709,0.008292,-0.042305,0.008889,-0.042842,0.022716,-0.001633,0.08919,0.093819,-0.051917,0.018179,0.043324,-0.018413,0.02727,0.041386,-0.023712,0.021517,-0.010857,0.019949,0.01709,-0.032654,-0.006298,-0.019338,-0.001001,0.007224,-0.02197,-0.002694,0.013722,0.000859,-0.020231,0.027538,-0.004216,-0.001246,0.008007,-0.010968,-0.018514,-0.018061,0.005974,-0.018438,0.003063,-0.016463,0.019059,0.011399,0.006928,-0.002197,-0.028117,0.052072,0.044336,0.021635,-0.00747,-0.039682,-0.070211,0.008755,-0.021644,-0.030734,0.013821,0.021971,0.030218,0.002006,0.014633,0.033994,0.005049,0.153081,0.039157,0.02154,-0.007741,0.051039,-0.006086,0.016574,-0.019054,-0.040182,-0.039079,-0.010072,0.007136,0.029047,0.006206,-0.038681,-0.040542,0.058535,0.012723,-0.004635,-0.070096,0.006696,0.035701,0.037287,0.008553,0.006318,-0.027033,-0.032949,0.015008,0.018392,0.004805,0.030473,0.018241,0.041332,-0.014203,-0.010523,0.011561,-0.007259,-0.000484,-0.010614,0.011467,0.019696,-0.033385,-0.014042,-0.023994,0.037718,-0.000978,-0.041292,-0.012521,0.042436,-0.003895,0.022213,-0.002501,0.022335,-0.042247,0.061444,-0.003135,0.008865,0.008125,-0.00308,-0.01861,-0.01913,0.009216,-0.030028,-0.025513,0.013533,-0.055849,-0.053391,-0.011301,0.021651,0.002933,0.029489,0.024413,-0.001433,-0.049425,-0.006719,0.011422,0.083477,0.009515,-0.025058,0.011196,0.017068,-0.002116,0.020546,-0.001164,-0.018808,0.030982,0.020202,-0.048505,-0.014493,-0.013027,0.009482,-0.042671,-0.004867,-0.015217,-0.000134,0.022749,0.038823,-0.006357,0.022454,0.0117,0.002201,0.007737,-0.004695,0.026712,0.008057,0.000796,0.017946,0.028667,-0.015064,0.02664,-0.02215,-0.001632,0.005693,-0.015727,-0.060105,0.026491,0.00168,0.028807,0.023087,0.123682,0.014443,-0.017269,0.025638,-0.00761,0.005304,-0.005164,0.037847,0.0108,-0.036308,-0.027096,-0.013854,0.020491,-0.022614,-0.01857,-0.016569,-0.030354,-0.016367,-0.024892,0.008775,0.012144,-0.013747,-0.013274,0.020497,0.010365,0.019817,-0.008604,-0.023417,0.00332,-0.00751,-0.009264,-0.000797,0.03425,0.000516,-0.010382,-0.032895,-0.005537,-0.010074,-0.048182,0.01092,-0.003016,0.006157,0.026036,-0.044077,-0.023631,-0.002079,0.045353,0.012749,-0.00409,0.01963,-0.017072,0.004765,-0.015977,0.028108,0.033674,-0.05699,0.00075,0.044215,-0.01675,-0.000801,0.010521,-0.000552,0.028896,0.004817,0.008879,0.117092,-0.038822,0.005482,-0.031077,-0.02738,-0.020136,0.029635,0.048511,-0.011515,0.004007,0.005961,-0.022749,-0.020532,0.035621,0.02499,-0.017605,0.037796,-0.006625,0.007555,0.005447,0.082924,0.026993,-0.028035,-0.035115,0.009008,-0.028611,0.016145,-0.011372,0.013156,0.003521,0.009456,0.024071,-0.003667,0.004382,0.019591,0.007395,-0.017802,0.012765,-0.004607,-0.035729,0.044029,0.001108,-0.002779,-0.017538,0.018483,0.013834,-0.018385,0.019993,0.038792,0.072706,0.011024,-0.016618,0.024308,-0.031563,0.003015,-0.011136,0.021675,-0.004823,-0.002326,-0.023042,0.034305,-0.013256,0.021169,-0.019178,-0.003888,-0.031969,-0.014218,0.041269,-0.049454,0.014559,-0.040018,-0.022842,0.023794,0.019694,-0.003913,-0.02725,0.007083,-0.006574,0.028844,-0.008634,0.747555,-0.011874,0.021814,0.024909,0.007481,-0.001542,-0.00973,0.014867,0.006255,0.008556,-0.018351,-0.016001,-0.004482,0.04667,0.027595,-0.031118,0.043238,-0.019822,0.013811,-0.044653,-0.0466,-0.026352,0.033876,0.025242,0.006297,0.048679,-0.009373,-0.030643,-0.007965,0.025552,-0.016826,0.010259,-0.035774,-0.027735,-0.022735,0.04468,-0.01082,0.00831,-0.004111,-0.073523,0.009373,-0.022295,0.00096,0.000732,-0.020261,-0.003927,0.039673,-0.040726,-0.01305,-0.021542,0.021849,0.004097,0.022846,0.069224,0.027762,-0.008691,0.013097,-0.014069,0.025689,0.014007,0.016274,-0.016229,-0.030289,0.04251,0.023376,-0.012652,0.000997,-0.010995,0.02488,0.022958,0.042618,-0.051491,0.047282,-0.006436,0.041539,0.008287,0.015668,-0.036519,0.008368,-0.019659,0.008566,-0.051661,-0.011661,0.02327,-0.008704,0.030606,-0.050369,-0.029223,0.031682,-0.015726,-0.043308,0.005626,0.024722,-0.024117,0.013674,0.013526,0.046595,-0.002707,0.006606,-0.051874,0.027072,-0.013947,-0.017003,0.020223,-0.105402,-0.031745,0.00845,0.007786,-0.043477,0.06791,-0.024292,-0.01233,-0.002969,-0.001096,0.002051,0.005055,-0.002724,0.010815,0.059799,-0.015516,-0.040673,-0.032132,-0.004171,-0.030561,0.019766,-0.047864,-0.045784,0.020692,0.011311,-0.029044,-0.009175,0.019393,0.005015,-0.033691,-0.018891,-0.012482,0.004329,0.009938,0.064272,0.026317,-0.010794,0.015899,0.025826,0.008657,0.053402,-0.008165,0.013953,0.030651,-0.002414,0.008625,0.000545,0.127305,0.011758,0.022375,-0.010004,-0.012137,0.037548,-0.003686,-0.020522,-0.030267,0.06993,-0.006698,0.0634,-0.004134,-0.012344,-0.019915,0.063385,0.009783,0.002676,-0.025416,-0.002252,-0.018575,0.040926,-0.144555,-0.014556,-0.034297,-0.010667,-0.02084,0.007339,-0.029587,-0.007,0.025233,-0.015247,-0.034396,-0.026092,-0.041135,-0.014596,0.032356,0.002088,-0.019426,0.00104,-0.004378,-0.039114,0.042709,0.052403,-0.039433,0.029026,0.061769,0.023548,0.034902,-0.004234,0.018735,0.003987,0.026807,0.026874,0.026376,0.002119,-0.005556,0.017269,-0.00199,0.04972,-0.026043,0.005225,0.039671,0.036887,-0.038566,0.017307,-0.037122,-0.032194,0.005706,-0.007309,-0.029774,0.012639,0.032725,0.017458,0.017766,-0.016797,0.027451,-0.004018,0.002037,0.032792,0.009989,0.040126,0.0193,0.005089,-0.001845,0.023874,-0.029924,0.004061,0.008297,-0.044388,0.039926,-0.000108,0.027063,-0.008736,-0.008047,0.018986,0.024745,0.144492,0.023397,0.026733,0.012471,0.00696,-0.00773,-0.021675,0.009034,0.008804,-0.038569,0.02205,0.014073,0.009355,0.009176,-0.010093,-0.036047,0.121038,0.042204,-0.017843,-0.063433,-0.006055,0.049984,-0.010493,0.00436,-0.001501,-0.01193,0.005025,-0.022037,0.038935,0.009667,0.016092,0.005469,0.002708,0.009078,0.000567,-0.039936,-0.000852,0.006467,0.012145,-0.005042,0.001626,0.02796,0.012116,-0.029878,0.044128,-0.037465,-0.017355,0.004354,0.028051,0.024693,0.032746,-0.019036,-0.005666,-0.028156,0.003301,0.017491,-0.008715,-0.030651,0.004084,0.017569,-0.044374,0.019449,-0.007714,-0.031913,0.007502,-0.007929,-0.14027,0.00335,0.013956,0.000617,0.031187,0.023413,-0.01737,-0.017592,0.046648,0.001042,0.096338,0.04351,-0.01312,0.029963,-0.005078,0.01844,0.019371,0.006678,0.003186,0.007134,0.005586,0.025855,-0.030005,0.002229,0.040997,0.015799,0.009605,0.025302,0.004575,0.038507,0.006516,-0.032842,0.024893,-0.000329,0.035511,0.017926,0.018432,0.003856,-0.026104,-0.009222,0.022466,-0.015673,-0.010369,-0.024011,-0.027757,0.020627,-0.035476,-0.006456,-0.048739,0.014297,-0.022784,0.026645,0.032863,-0.020394,0.022957,-0.026825,0.043141,0.033968,-0.011536,-0.032129,0.034783,-0.007179,-0.00228,-0.014158,0.015105,-0.020903,0.004305,-0.039792,0.020357,-0.055422,0.000095,0.010192,0.01535,0.031829,-0.031109,0.003244,-0.001672,0.016862,0.021085,-0.000034,-0.038373,0.013196,-0.018094,-0.020912,-0.001238,0.0001,-0.012991,-0.005369,-0.008466,0.018968,0.012742,-0.019069,-0.020248,0.060824,0.010191,-0.012855,-0.021444,-0.017542,0.011941,0.042035,0.055251,0.00417,-0.007534,-0.016839,0.005723,-0.011292,-0.013076,-0.003087,-0.060616,-0.015299,0.040077,0.009869,-0.028532,0.015545,0.009307,0.043853,0.02032,0.024203,0.112307,0.024049,0.013739,-0.015671,0.019653,0.039261,0.053616,0.05001,0.004076,-0.023034,0.005247,-0.031225,-0.032064,0.016399,0.021259,-0.04283,-0.014176,0.013747,-0.009844,0.003008,-0.080609,0.014259,-0.009392,-0.000446,0.010128,-0.025035,-0.016135,0.02804,0.013197,0.002826,-0.011096,0.018128,-0.039008,-0.002911,0.004463,0.00931,-0.033009,-0.024061,-0.013374,0.035737,0.008447,-0.029378,0.003042,-0.01297,0.00921,0.030121,-0.013363,0.024963,-0.0124,0.034811,0.006223,-0.016789,0.02565,0.015289,-0.001396,0.037183,0.040348,-0.035767,-0.022003,-0.023099,0.058862,0.015275,0.003245,-0.023609,0.015232,-0.058295,-0.028165,0.02451,-0.004897,0.027326,-0.029166,0.005256,0.052716,-0.01089,-0.013152,0.018492,-0.018241,-0.01613,0.000455,0.033866,0.725993,-0.021117,0.012233,0.028586,-0.029296,-0.016482,0.010368,-0.050135,-0.03572,0.025071,0.029302,0.007113,0.002579,0.053006,0.009523,-0.005817,0.024644,-0.036531,-0.012419,-0.004921,-0.037405,-0.032919,-0.019648,0.031079,-0.00058,0.053489,0.025912,0.016634,0.006112,0.033018,-0.022706,-0.024016,-0.047589,-0.000637,-0.024194,0.026198,0.003039,0.006436,-0.001889,-0.077554,0.026677,-0.013861,0.035309,0.019532,0.009893,-0.047743,0.009876,0.053782,0.01678,-0.023804,0.014913,0.013542,0.030122,0.03512,-0.029207,-0.021244,0.012606,-0.039617,-0.012331,-0.00515,-0.018436,-0.004915,-0.000476,0.075559,0.009817,0.053252,-0.004146,0.014501,0.00314,0.033811,0.047678,-0.058981,0.045887,-0.004515,0.033791,-0.001175,0.01166,-0.03086,0.003584,-0.021774,0.009092,-0.051545,-0.013057,0.027764,-0.010658,0.027949,-0.049397,-0.020498,0.027688,-0.01713,-0.047777,0.00973,0.028996,-0.014389,0.02923,0.008226,0.046404,-0.002457,0.012326,-0.045054,0.028758,-0.01209,-0.008218,0.025183,-0.110783,-0.034986,-0.000774,0.004263,-0.044495,0.078128,-0.014097,-0.011186,-0.010898,0.011749,-0.00186,0.001003,-0.00762,0.014098,0.061705,-0.017353,-0.042632,-0.038541,0.006243,-0.030913,0.020651,-0.045953,-0.046275,0.019274,0.007561,-0.023285,-0.002687,0.016119,0.007024,-0.031494,-0.014727,-0.010458,0.009806,0.006651,0.059288,0.024808,-0.017522,0.020223,0.025366,0.006761,0.043269,0.000618,0.01222,0.030662,0.00308,0.01158,0.009022,0.132841,0.012171,0.031176,-0.009656,-0.009923,0.024089,-0.004341,-0.022113,-0.030653,0.06259,-0.002309,0.05402,0.003042,-0.013544,-0.009696,0.0679,0.002008,0.009734,-0.022062,0.002996,-0.015789,0.046406,-0.145011,-0.011963,-0.03731,-0.011,-0.021981,0.013992,-0.034916,-0.002177,0.014998,-0.011021,-0.028427,-0.020942,-0.040822,-0.01981,0.034852,-0.004328,-0.005956,0.002259,-0.003671,-0.028987,0.050868,0.050945,-0.041533,0.034333,0.063127,0.01425,0.044869,0.013659,0.01519,0.003666,0.024145,0.020716,0.032303,0.009776,-0.004306,0.013382,0.001691,0.039795,-0.030534,0.002043,0.03114,0.021212,-0.033877,0.027362,-0.035136,-0.021379,0.002441,-0.005966,-0.02455,0.016598,0.023478,0.012832,0.016006,-0.008511,0.028399,-0.012425,-0.00482,0.030056,0.011297,0.034042,0.031836,0.009243,0.00026,0.01906,-0.038415,0.005571,0.010264,-0.044856,0.03875,0.003467,0.025472,-0.005949,-0.007545,0.011849,0.027669,0.161762,0.023545,0.025288,0.005754,0.01311,-0.020949,-0.011596,0.005884,0.007464,-0.037749,0.014627,0.022171,0.012954,0.008212,-0.011644,-0.033644,0.123731,0.051235,-0.019069,-0.057723,-0.007558,0.052151,-0.011889,0.008601,0.007692,-0.0062,0.000971,-0.014937,0.04278,0.004313,0.013008,-0.000626,0.008196,0.01244,-0.004999,-0.045108,-0.001965,0.003469,0.00832,0.000852,0.008161,0.030454,0.012055,-0.024638,0.042215,-0.033921,-0.020187,-0.010116,0.022453,0.023014,0.032621,-0.029528,-0.002283,-0.025286,0.005086,0.011402,-0.009893,-0.032638,-0.003608,0.024596,-0.053543,0.019521,-0.01426,-0.02641,0.016728,-0.004126,-0.123097,0.018352,0.01598,0.002076,0.032114,0.033881,-0.006005,-0.005729,0.028799,-0.001106,0.075246,0.03328,-0.018183,0.02341,0.006609,0.007874,0.027671,0.011136,-0.002577,0.007018,0.005254,0.029603,-0.031041,-0.002098,0.038787,0.009401,0.012895,0.03006,0.001793,0.03356,0.013784,-0.026206,0.02794,0.012776,0.028729,0.015928,0.028536,-0.001614,-0.026036,-0.008003,0.013022,-0.001451,-0.009017,-0.017837,-0.033969,0.020111,-0.03464,0.00066,-0.047402,0.00791,-0.014714,0.013601,0.030348,-0.005561,0.019172,-0.027839,0.042123,0.030326,-0.01512,-0.022972,0.029535,-0.000925,0.002613,-0.022737,0.017666,-0.013169,0.000819,-0.04101,0.009213,-0.055114,0.004372,-0.000112,0.021219,0.031362,-0.030777,0.000078,0.002071,0.009614,0.01054,-0.000691,-0.044437,0.012185,-0.012131,-0.016256,-0.005854,-0.003081,-0.009772,0.000861,-0.011444,0.014274,0.018206,-0.017228,-0.006913,0.056344,0.007213,-0.016885,-0.023566,-0.010685,0.011174,0.035819,0.047442,0.00205,-0.011115,-0.012104,0.010456,-0.006599,-0.004847,-0.004733,-0.061794,-0.01052,0.040835,0.005977,-0.018194,0.009673,-0.002611,0.040241,0.017297,0.024878,0.11443,0.025834,0.014517,-0.024551,0.019227,0.021495,0.046716,0.048606,0.00319,-0.023001,0.000705,-0.03232,-0.029677,0.012222,0.008667,-0.040125,-0.005743,0.017549,-0.006594,0.006738,-0.051787,0.016605,-0.014405,-0.002123,0.010279,-0.02024,-0.005386,0.026184,0.008183,-0.011814,-0.002727,0.027232,-0.048455,0.000773,0.003029,0.00979,-0.035032,-0.017696,-0.017042,0.024379,0.011518,-0.019886,0.002511,-0.010042,0.013971,0.027864,-0.012745,0.027067,-0.013229,0.035569,-0.000698,-0.009466,0.022506,0.015152,0.002248,0.045638,0.047448,-0.026419,-0.025085,-0.031411,0.058706,0.011327,-0.000206,-0.01619,0.019253,-0.05565,-0.034748,0.024762,-0.017206,0.012696,-0.036594,-0.004416,0.053912,-0.002993,-0.018151,0.012307,-0.013563,-0.018546,-0.002644,0.035042,0.741227,-0.027399,0.014497,0.028557,-0.019342,-0.002143,0.006142,-0.046079,-0.026117,0.021764,0.019954,0.005419,0.003209,0.051502,0.009983,-0.005524,0.017984,-0.036677,-0.013403,-0.009127,-0.039963,-0.033071,-0.01802,0.032103,0.002193,0.052078,0.019797,0.007868,0.009956,0.026956,-0.022049,-0.015814,-0.051739,0.000999,-0.026578,0.028804,0.002944,0.012234,-0.003976,-0.076973,0.026893,-0.005715,0.029596,0.025847,0.016416,-0.047813,0.009717,0.036808,0.017709,-0.02398,0.012531,0.017139,0.036035,0.027149,-0.021779,-0.029263,0.012053,-0.038985,0.005046,-0.00429,-0.010962,-0.000404,-0.008772,0.072419,0.015063,0.045964,-0.008603,0.020458,0.010709,0.035931,0.035166,-0.10248,0.040544,0.020572,-0.001016,-0.008089,0.009555,-0.037449,-0.007706,-0.02696,0.024604,-0.067837,0.032544,0.011133,-0.012821,0.010188,-0.039774,0.018063,0.007446,-0.013799,-0.05012,0.022497,0.010913,-0.045994,0.031172,-0.006549,0.009703,0.016232,-0.001245,0.01415,0.027627,-0.000819,-0.010302,-0.015758,-0.074341,0.006999,0.005971,0.002703,0.022958,0.062802,-0.001205,-0.016153,-0.023915,0.006856,0.013855,-0.011139,0.014923,0.030988,0.007951,0.000539,-0.017147,0.000686,-0.001227,-0.01651,0.032541,-0.053333,-0.036632,0.028622,0.01578,-0.027807,0.000591,0.011265,-0.014505,-0.021565,-0.025795,-0.011672,-0.00788,0.005654,0.029535,0.005953,-0.015052,0.009272,0.012794,0.006346,0.011069,0.023251,0.01107,0.034948,0.001014,-0.011227,0.010552,0.109786,0.010873,0.00595,0.006651,0.004609,-0.000165,0.005285,-0.042785,-0.015487,0.059638,0.032101,0.042386,-0.000057,0.005469,0.03363,0.054201,-0.000566,0.03904,-0.007529,0.005865,-0.012119,0.016564,-0.194205,-0.003086,-0.033279,0.002212,-0.001448,-0.011276,-0.031713,-0.000459,-0.002632,-0.029798,-0.03479,-0.001387,-0.041585,-0.016967,0.034066,-0.003536,0.047353,-0.017096,-0.003699,-0.016547,0.042684,0.069139,-0.030333,0.069515,0.013117,0.020448,0.01618,0.016715,0.031084,0.010704,0.001203,0.061249,0.002817,-0.027751,-0.013273,0.002592,-0.044049,0.035634,-0.014415,0.017777,0.029294,-0.003796,-0.031362,0.033527,-0.0115,-0.010692,-0.009307,0.004018,-0.03065,0.011764,0.006548,-0.021306,0.001556,-0.015321,0.032658,0.001673,0.007264,0.021131,-0.023022,0.044618,0.023717,0.018296,0.019756,-0.011577,-0.043028,0.010512,-0.005894,-0.031671,0.029061,0.019918,0.025434,-0.02724,0.00925,0.012472,0.04965,0.142462,0.019581,0.033818,-0.012974,0.008579,-0.009341,0.012968,0.01279,-0.014478,-0.033515,-0.003064,0.001088,0.035235,0.03064,-0.034261,-0.028702,0.05509,0.03118,-0.023736,-0.039962,0.040928,0.033905,0.020938,-0.010899,0.032982,0.00344,0.003312,0.011893,0.046007,0.027659,0.045961,0.021071,-0.001566,-0.003359,-0.00365,0.00503,0.047033,-0.009144,0.003591,-0.015167,0.054126,-0.025158,-0.01892,-0.03538,0.030756,0.005065,-0.053617,-0.011159,0.038751,-0.011795,0.00972,-0.012189,-0.019431,-0.046688,0.000392,-0.009217,0.005402,-0.015074,-0.014124,-0.012759,-0.008592,-0.00241,-0.017031,-0.015108,0.00667,0.01895,-0.101867,0.014449,-0.00699,0.000909,0.046411,0.06642,-0.006457,-0.054924,0.02179,-0.047253,0.017843,0.023311,-0.048917,-0.044598,0.014056,-0.0141,0.04702,0.016985,-0.020983,0.002693,-0.020446,0.013612,-0.007715,-0.019666,0.024503,-0.019783,-0.03159,-0.002253,0.02324,0.037087,0.037978,-0.018556,0.012699,-0.001682,0.023678,0.000716,0.007627,0.009003,-0.018541,-0.007989,0.024804,-0.012215,-0.03388,0.009545,-0.026305,0.005857,-0.016211,-0.01407,-0.035706,0.003316,-0.030125,0.020723,0.016915,0.082307,0.015653,-0.024508,0.050239,0.036224,-0.025914,-0.021262,0.05876,0.007923,-0.012345,-0.04007,-0.008412,-0.029845,-0.030849,-0.040871,-0.026389,-0.041181,0.002755,0.00738,0.014905,0.008849,-0.020778,0.0147,-0.002723,0.025366,-0.002541,0.020755,-0.0262,-0.02429,-0.032759,-0.007809,-0.008835,0.041173,-0.031822,0.004592,-0.022342,0.053101,-0.038042,-0.068397,0.008843,0.007636,-0.008905,-0.003133,-0.003292,-0.017373,0.018586,0.028554,0.036785,-0.031342,0.014639,0.012346,-0.02548,-0.006188,0.029636,0.018551,-0.015292,0.005699,0.030175,-0.019343,-0.006693,0.021365,0.000707,0.017425,0.015363,0.043814,0.112275,-0.001826,-0.003266,0.000689,-0.033395,0.030857,0.063763,0.01456,-0.021118,-0.025475,-0.012001,-0.026321,-0.018313,0.025249,0.025537,-0.004016,0.003854,0.010956,0.015117,-0.013265,0.113442,0.0236,-0.000848,-0.030753,0.00996,-0.006869,-0.012518,0.00945,0.023991,-0.017888,0.037753,0.050527,-0.037675,-0.005608,-0.001725,0.014238,-0.04148,-0.002543,-0.010481,0.024687,0.014505,-0.015108,0.017153,-0.036948,0.017881,0.026809,-0.009466,0.009211,-0.009974,0.07547,-0.004231,-0.023086,0.051282,-0.027604,0.012545,0.045949,0.014557,0.003833,-0.000562,-0.020098,0.030843,0.006376,0.007186,-0.005858,0.016528,-0.039814,-0.030239,0.042791,0.000657,-0.005499,-0.017054,0.005079,0.02186,0.014624,-0.001243,0.004329,-0.010671,-0.025013,-0.000073,0.032454,0.73843,-0.018761,0.046689,-0.008044,-0.011883,0.027561,0.016545,-0.019752,0.010893,-0.029331,0.027026,-0.010639,0.021342,0.020885,0.042066,-0.033517,0.020649,-0.014119,0.018071,-0.030218,-0.013532,-0.042345,0.03349,0.051888,-0.002765,0.054775,0.032776,-0.012924,-0.003013,0.016913,0.011036,-0.027052,-0.027409,-0.037932,-0.014181,0.023762,0.009334,0.023009,0.022157,-0.068308,0.013116,-0.000318,0.027457,-0.0076,0.005968,-0.03793,0.036889,0.008619,-0.001757,-0.013338,0.006427,-0.00437,-0.002856,0.033816,-0.012363,-0.009628,0.004622,-0.021607,0.005898,0.007191,0.010508,0.023864,-0.005376,0.055433,0.059783,0.046024,0.006608,-0.007729,0.029667,0.025384,0.006769,-0.087762,0.047297,0.021406,-0.033114,0.032644,0.040529,-0.035848,0.019298,0.034733,0.036607,-0.055882,0.02351,0.006681,-0.009887,-0.000895,-0.055009,0.010061,0.048377,-0.044742,-0.073685,0.030221,-0.013706,0.01533,0.005907,-0.003026,-0.022603,0.020077,0.018055,0.013633,0.026254,-0.035991,-0.004569,-0.002768,-0.061768,-0.001555,0.005894,-0.00023,0.019634,0.049198,0.004866,-0.025128,-0.014008,-0.022878,-0.019262,-0.021877,0.010267,0.004073,0.003611,0.011897,0.045056,-0.012338,-0.017099,0.001675,0.050461,-0.040533,-0.01565,0.001935,0.026796,0.010696,-0.024127,0.002465,-0.002873,-0.007293,-0.017722,-0.026327,0.001708,-0.00486,0.012854,0.032341,0.036291,0.021432,0.001412,0.019564,0.012277,0.029155,0.020126,0.039843,-0.01572,-0.004467,0.018334,0.136967,0.005171,0.011098,-0.000865,0.018769,0.017301,0.002808,-0.002941,-0.005488,0.043329,-0.017948,0.036272,0.004738,0.001474,0.004586,0.06529,-0.008192,-0.003882,-0.040388,-0.016231,-0.000399,0.002005,-0.20235,-0.001032,-0.040706,0.01139,0.029362,0.014037,0.010191,-0.030422,0.017044,-0.03987,-0.043235,0.002626,-0.007973,-0.028089,-0.002441,-0.008443,0.036811,-0.000519,0.021426,-0.022081,0.059404,0.064344,-0.033248,0.082386,0.024389,0.019366,0.031144,0.039011,-0.005436,0.008201,0.021929,0.028568,0.017746,-0.027543,0.002294,0.005735,-0.043375,0.014217,-0.029779,0.008255,0.012291,0.031508,-0.019666,0.014719,-0.00334,-0.005977,0.011646,-0.017222,-0.06583,-0.00458,0.038079,0.006114,0.007441,0.007209,0.062608,-0.008488,0.002754,-0.034786,-0.030291,0.019016,-0.017501,0.010428,0.028022,-0.00164,-0.056517,0.010661,-0.007928,-0.013358,0.013446,-0.030278,0.050918,-0.034737,0.022979,-0.009351,0.024699,0.155416,-0.010419,0.047973,0.020301,0.031841,0.003167,-0.001267,-0.022934,-0.013724,-0.011866,0.003844,-0.009983,-0.00036,-0.00269,-0.035818,-0.047475,0.067526,-0.001386,-0.002259,-0.03385,-0.000219,0.031527,-0.006637,0.000739,0.029938,-0.027478,0.004678,0.031507,0.009805,-0.01346,0.004675,0.035726,0.008437,0.01355,-0.001417,0.007602,0.023407,-0.007345,0.019592,-0.013427,0.042796,-0.020626,-0.008186,-0.017631,0.036017,-0.031131,-0.066521,0.007389,0.026265,-0.015946,0.002015,-0.013485,0.007459,-0.030449,-0.013407,0.022502,-0.017521,-0.015269,-0.019752,-0.010337,0.019421,-0.003315,-0.025495,-0.041943,0.041661,0.000709,-0.100975,-0.010794,0.001712,-0.006667,0.01455,-0.000813,-0.007879,-0.091101,0.007156,0.002535,-0.031077,-0.001279,0.015481,0.034252,-0.011776,0.025435,0.009453,0.026645,-0.017264,0.016784,0.047618,0.01212,0.003396,-0.007886,0.035893,-0.033252,0.004471,-0.021086,0.007862,0.013156,0.031383,-0.036892,-0.019251,-0.011051,0.026041,0.014441,-0.039737,0.013243,0.009466,0.012354,0.00732,-0.028916,-0.003258,-0.010693,0.018162,0.007249,0.0285,-0.018523,-0.04418,-0.02721,-0.01552,0.028293,-0.006013,0.070712,0.012244,-0.013509,0.008916,0.005,-0.015012,-0.05113,0.023266,0.017612,-0.017899,-0.032174,-0.005788,-0.027519,-0.022305,-0.048799,-0.02183,-0.036152,-0.008785,0.002406,0.009879,0.012522,-0.01167,0.012541,0.042155,-0.016614,-0.000027,-0.007846,-0.014509,-0.011908,-0.038251,-0.010328,-0.023785,0.019563,-0.005146,0.018515,0.002268,-0.018019,0.008796,-0.053472,0.018228,0.020263,-0.012045,-0.011061,0.009825,0.020783,0.033835,0.045553,0.018702,-0.012539,0.000127,0.018393,-0.036655,0.028666,-0.025543,0.007122,-0.019493,-0.029001,0.029297,-0.01587,-0.008363,-0.00599,0.002971,0.027025,0.013027,0.018186,0.110137,0.039481,0.003614,-0.005977,-0.046579,0.015993,0.038763,0.025071,-0.002788,-0.033218,-0.005655,-0.01288,-0.039322,0.044671,-0.019763,-0.0204,0.0003,-0.052667,0.001561,-0.016923,0.069486,-0.000958,-0.007102,-0.004197,0.00106,-0.00522,-0.011594,0.023843,0.0423,0.000712,0.003834,0.000507,-0.023078,-0.004572,0.019964,0.036827,-0.027276,-0.002438,0.007067,-0.009828,0.006845,-0.009108,0.035774,-0.026808,0.039953,-0.010184,0.020765,-0.007443,0.022709,0.091947,0.008071,-0.017762,0.001937,-0.04895,0.002753,-0.026477,0.004079,-0.021114,0.003659,0.035774,0.021462,0.010013,0.003409,-0.025719,-0.018178,-0.059943,-0.009693,0.034776,-0.030819,-0.003395,0.00846,-0.004711,-0.00018,0.020394,-0.002647,0.024682,-0.006404,-0.010721,0.005504,-0.019871,0.733092,-0.001536,-0.036557,0.00595,-0.001758,-0.031715,-0.014448,-0.014504,-0.010244,-0.008953,0.001855,-0.01447,0.043521,0.031566,0.038114,0.007712,0.051121,-0.025098,0.02539,-0.015624,0.003197,-0.011712,0.040822,0.016492,-0.037215,0.069353,0.025858,-0.007263,0.033297,-0.006817,0.000492,-0.051896,0.002708,-0.066951,-0.029218,0.000501,-0.018505,-0.004365,0.024941,-0.082208,0.007899,-0.016009,0.02334,-0.009952,0.002971,-0.034727,0.020286,-0.008711,-0.02509,-0.011999,0.006183,-0.011452,0.018059,0.035386,-0.015239,-0.000549,0.0095,-0.056025,-0.010421,0.010902,0.024842,-0.007899,0.014216,0.076786,0.018108,0.034808,0.008942,-0.019794,0.04254,0.044765,0.009166,-0.108026,0.030471,0.044475,0.006132,0.017934,0.015666,-0.019284,0.013105,0.030959,0.032419,-0.053653,0.034918,0.031617,0.013383,0.00201,-0.019705,0.017569,0.03634,-0.039598,-0.062807,0.009447,-0.009709,-0.024777,0.0191,0.012938,-0.022506,0.039209,0.022521,0.004538,0.00752,0.006562,0.003822,-0.003968,-0.063942,-0.025473,-0.009991,-0.003032,0.026756,0.013616,0.000965,-0.010795,-0.01723,-0.016393,-0.012438,-0.010838,0.031394,-0.006252,0.017139,0.018621,0.034323,-0.028311,-0.005498,-0.009053,0.028141,-0.033142,-0.033813,0.025938,0.029131,0.003062,-0.027754,-0.001466,-0.011979,0.002057,-0.014838,-0.013766,-0.010046,-0.01188,-0.003764,0.02255,-0.010016,0.022596,0.001823,0.012317,0.025081,0.011668,0.019589,0.035975,-0.011572,-0.018943,0.028461,0.145875,0.017807,-0.003721,0.007938,0.012057,0.007144,0.000833,-0.023686,0.000751,0.040945,-0.011054,0.028615,0.030928,-0.003763,0.013596,0.042627,-0.00126,0.00947,-0.007418,-0.010114,0.002198,0.000965,-0.258354,0.007038,-0.041691,-0.002602,0.013222,-0.002883,0.010018,-0.004132,-0.003419,-0.016951,-0.029691,0.008582,-0.014714,0.012094,-0.005316,-0.003495,0.040766,-0.010388,0.0119,-0.018786,0.056494,0.062657,-0.039366,0.085838,0.021389,0.010403,0.013162,0.035874,0.017272,-0.028319,0.00203,0.029859,-0.016584,-0.023736,-0.028967,0.015219,-0.032569,0.027103,-0.041092,-0.002013,0.029228,0.020058,-0.009181,-0.01075,-0.007569,0.021478,0.014023,-0.009174,-0.045046,-0.007526,0.02678,-0.003069,-0.01523,-0.022444,0.030064,0.003373,0.005053,-0.006467,-0.030838,0.025016,-0.022894,0.011854,0.016758,-0.016828,-0.050998,0.004255,-0.022472,-0.035359,0.029594,-0.01705,0.033617,-0.015294,0.003467,0.014028,0.035146,0.179556,0.000591,0.045274,0.000274,0.00113,-0.008144,0.005136,-0.015434,-0.033239,-0.032026,0.008306,-0.00945,0.009224,0.010022,-0.028695,-0.021674,0.045584,0.003999,-0.017936,-0.048669,-0.004542,0.039405,0.019162,-0.018301,0.033688,-0.044198,0.000173,0.011733,0.026812,-0.000094,0.01962,0.012607,0.002969,0.021094,-0.02153,-0.006244,0.025238,-0.019086,0.010305,-0.023978,0.041544,-0.021111,-0.019097,-0.023347,0.05443,-0.012733,-0.036587,-0.013148,0.030122,-0.017713,0.014092,-0.006221,-0.017926,-0.021412,0.027049,0.024159,-0.007748,-0.014329,-0.018134,-0.016959,0.004915,0.020166,-0.02872,-0.044982,0.044658,-0.0227,-0.091857,0.00721,-0.025328,-0.006672,0.006149,0.018601,-0.007194,-0.064795,0.012335,-0.005184,0.018205,0.023332,-0.010267,0.0019,0.023179,0.004137,0.021282,0.042036,-0.012469,0.0073,0.014294,0.030044,-0.025096,-0.017199,0.022595,-0.033856,0.003038,-0.018797,0.013837,0.021608,0.034208,-0.027973,-0.00886,-0.01151,0.031643,0.0374,-0.010173,-0.002498,0.012672,0.021376,0.01912,-0.002183,0.002376,-0.002835,-0.014499,0.024713,0.012152,-0.013325,-0.037809,-0.004105,-0.013291,0.025106,-0.005735,0.092993,-0.002288,-0.02651,0.000518,0.002465,-0.024741,-0.033263,0.032906,0.030953,0.011281,-0.035077,-0.014119,0.005821,-0.002447,-0.03124,-0.022792,-0.041359,-0.026478,-0.012399,0.017733,0.009582,0.011664,-0.007976,0.047809,0.004557,-0.003825,0.02214,-0.019588,-0.024574,-0.021485,-0.008417,-0.009087,0.037914,-0.014393,0.008037,0.002733,0.001175,-0.006083,-0.04194,0.003361,0.008016,-0.034422,0.013589,-0.003805,0.027698,0.03395,0.045896,0.00424,-0.012298,0.003833,0.001213,-0.032037,0.008547,0.033838,0.024569,-0.006347,-0.01125,0.010214,-0.008918,-0.025898,0.006245,0.005737,0.002177,0.007728,0.016686,0.106097,-0.003779,0.014495,-0.001355,-0.032431,0.034507,0.019337,0.033204,-0.0352,-0.016903,-0.003525,-0.025506,-0.009725,0.035944,-0.040462,0.01416,-0.016967,-0.03726,-0.015581,-0.030081,0.129484,0.005285,0.002838,-0.017167,-0.000671,-0.004863,-0.012452,0.0294,0.030636,0.026281,0.011452,0.022042,-0.033052,-0.021729,0.006166,0.043808,-0.036334,-0.010266,0.024333,-0.018628,-0.002407,-0.032927,0.00733,-0.011965,0.024396,0.016444,0.025304,-0.011432,0.01435,0.082386,0.010694,0.003929,0.030867,-0.02907,-0.012205,-0.001885,0.024064,-0.010395,-0.010736,0.001088,0.029281,0.012748,-0.013171,-0.013259,-0.033552,-0.040861,0.003373,0.038929,-0.011633,0.01109,0.008936,-0.004021,0.000562,0.001591,-0.003612,0.007808,0.010408,-0.021581,-0.006374,0.013361,0.740437,-0.001235,0.00694,-0.002775,-0.003326,-0.002883,0.018237,0.016815,0.002553,0.000584,-0.008915,-0.014671,0.042429,0.020667,0.01001,0.01336,0.035878,0.003526,0.042324,-0.024923,-0.010249,-0.023476,0.041928,0.037727,0.004177,0.070621,0.015256,-0.026357,0.026369,0.018138,0.000815,-0.027474,-0.026692,-0.029621,-0.008605,0.00737,-0.00443,-0.005132,0.028162,-0.073205,0.001302,-0.008968,0.00876,-0.019273,0.015627,-0.032912,0.01271,-0.013579,-0.010726,0.002504,0.004647,0.008025,-0.000162,0.056432,-0.015226,0.002745,0.01334,-0.036609,-0.006584,-0.004537,0.014916,-0.007573,-0.001267,0.064838,0.020255,0.02967,-0.000719,-0.002491,0.024773,0.039345,0.011445,-0.083235,0.030471,0.016883,0.009397,-0.000281,0.024731,-0.033087,0.014384,-0.019315,0.002916,-0.065461,0.011164,0.001139,-0.000453,-0.006779,-0.05196,0.007807,0.029549,-0.007715,-0.03625,0.006128,-0.005833,-0.009937,0.019453,0.017316,-0.011336,0.035978,-0.003058,0.012092,0.011091,0.024588,0.00916,0.026719,-0.064712,-0.011832,0.013279,-0.002602,0.004561,0.036669,0.03656,0.022027,-0.034462,-0.022003,-0.023941,0.006721,0.013689,-0.005256,0.002805,0.019843,0.034947,-0.012153,-0.004881,-0.010747,0.038561,-0.041619,-0.040174,0.011255,0.031451,-0.029179,-0.013968,0.01459,-0.014137,0.004503,-0.02525,-0.010949,-0.006106,0.011918,0.027881,0.017952,0.013371,0.012076,0.015741,0.006503,-0.015558,-0.011915,0.03975,0.009913,-0.01775,-0.011599,-0.016755,0.163738,0.027948,-0.012148,0.006694,-0.002325,0.011029,-0.0215,-0.011277,-0.034398,0.023749,-0.007685,-0.008071,0.021951,-0.016244,-0.009978,0.057524,-0.00124,-0.00646,-0.017784,-0.025958,-0.013705,0.010572,-0.212359,-0.003401,-0.015114,0.005857,0.013178,-0.018199,-0.004376,-0.019847,-0.018867,-0.031815,-0.018619,-0.028478,-0.019286,-0.012159,-0.007548,-0.030573,0.063344,0.014314,0.007704,-0.002189,0.039728,0.081252,-0.02101,0.113532,0.025256,-0.023836,0.009954,0.020661,0.000945,0.012482,0.006007,0.043971,0.00839,-0.037271,-0.012537,-0.005139,-0.00834,0.034058,-0.031347,0.017453,0.018605,-0.001384,-0.024252,-0.003877,-0.007387,-0.003004,0.026869,-0.022731,0.00315,0.009215,0.028388,0.004228,-0.006994,-0.032629,0.043556,0.016063,-0.033505,0.013466,-0.045809,0.024392,0.015715,0.033686,-0.01325,-0.005382,-0.060679,-0.001712,-0.007039,-0.019659,0.027122,0.014426,0.012727,-0.009907,-0.000965,0.009113,0.064109,0.117885,0.025179,0.024297,-0.007331,0.009583,-0.006188,0.014022,-0.006875,-0.0368,-0.049909,-0.005051,0.040245,0.010286,0.007854,-0.000479,-0.027451,0.041627,-0.000546,-0.004607,-0.039797,0.021671,0.042864,0.023826,-0.010623,0.008812,-0.000583,0.016774,0.033882,0.013425,0.022812,0.023264,0.00855,0.040742,-0.003465,-0.011369,-0.019537,0.030039,-0.019579,0.02997,-0.009394,0.029455,-0.027087,-0.001763,-0.028912,0.043421,-0.000195,-0.034318,-0.018761,0.00652,-0.018119,0.007786,-0.019623,0.004231,-0.045763,0.035557,0.011815,-0.020108,0.011295,0.016046,-0.026895,0.015309,0.008507,-0.033263,-0.030188,0.017472,-0.038041,-0.094271,0.01302,0.004765,-0.008224,0.027002,0.010279,-0.010384,-0.079208,0.038431,0.002908,0.011043,0.015504,0.003326,-0.000645,0.033127,-0.006592,0.032542,0.030054,-0.009416,0.021137,-0.008177,0.004264,-0.003308,-0.019879,0.003386,-0.03584,-0.015364,-0.022077,0.009445,0.005015,-0.004981,-0.001171,-0.014035,0.00877,0.032316,-0.000662,0.034176,-0.014388,-0.045779,0.005673,0.014327,0.007297,-0.014913,-0.001511,-0.029653,0.020201,-0.023617,-0.027243,-0.041623,0.032489,-0.00432,0.031987,0.014172,0.107332,0.032277,-0.032837,0.034241,-0.031808,-0.013106,-0.030898,0.029098,-0.015339,0.0104,-0.028761,-0.030807,0.002627,-0.046933,-0.015431,-0.01852,-0.037926,0.008433,-0.004212,0.006875,-0.002436,-0.012155,0.003524,-0.004194,0.018509,0.023682,0.012876,-0.015734,0.002034,-0.03721,-0.019182,0.012247,0.050531,-0.022732,-0.003808,-0.025533,0.023673,-0.032687,-0.063354,0.01845,-0.003668,-0.002569,0.015915,-0.017865,0.013124,0.007418,0.033908,0.040769,-0.013613,0.012354,-0.004283,-0.002799,-0.012889,-0.012794,0.013717,-0.012082,-0.055243,0.018104,-0.01673,-0.04301,0.040663,-0.019344,0.019892,0.005295,0.000075,0.106417,0.010217,-0.010285,0.008534,-0.013759,0.015775,0.026329,0.020676,-0.01849,0.004082,-0.009051,-0.032136,-0.01959,0.057593,0.027761,-0.013581,0.005325,-0.007687,0.006027,-0.010844,0.123093,0.021476,-0.027828,-0.028657,0.014446,-0.014036,0.01401,0.008978,-0.00497,0.015233,0.015259,0.021571,-0.007037,-0.004921,0.004679,0.028663,-0.000031,0.01708,0.008697,-0.011917,0.006778,-0.010119,-0.023045,-0.012246,0.026533,0.039655,-0.002928,0.01308,-0.008266,0.056688,0.017706,-0.00858,0.027523,-0.021667,0.015639,0.003176,0.0153,-0.028238,0.016251,-0.028047,0.026451,-0.009944,-0.007699,-0.016188,-0.020727,-0.056682,-0.010159,0.033478,-0.013197,0.015498,-0.022493,-0.023628,0.007423,0.013095,-0.002765,-0.023828,0.005122,-0.008441,0.002787,0.021573,0.748491,-0.001646,-0.00877,-0.012688,0.029467,-0.017614,0.024696,-0.013775,0.024727,-0.004607,0.004527,-0.011081,0.007356,0.024359,0.012296,-0.000773,0.01026,-0.008464,0.012827,-0.027846,-0.021268,-0.05592,0.051869,0.027611,0.016867,0.065435,0.005409,-0.019602,0.000031,0.035818,-0.041119,-0.003925,-0.050708,-0.009731,-0.007941,0.000161,-0.022269,0.012194,0.010302,-0.077635,-0.017617,0.007913,0.013716,-0.029531,0.011391,-0.012633,0.018876,0.039281,0.036392,-0.027158,0.014983,0.011153,0.018375,0.066992,-0.003773,-0.00755,0.002914,-0.035634,-0.005938,0.005428,-0.00276,-0.01789,-0.021219,0.062793,0.021464,0.063164,0.009066,-0.005868,0.011751,0.032814,0.033843,-0.080266,0.028357,0.031134,0.02676,-0.007085,0.049303,-0.018991,-0.018513,-0.033816,0.04759,-0.067565,0.035306,-0.024222,-0.016065,0.011747,-0.045336,0.007768,0.024829,-0.037475,-0.014499,0.015151,0.005326,-0.03372,0.011417,0.009702,0.016715,0.052297,0.021493,-0.021023,0.012858,-0.027343,0.006558,0.024961,-0.079692,-0.019299,0.020438,-0.018311,0.015419,0.023015,0.020261,-0.019283,-0.029125,-0.045588,0.014627,0.000464,0.011639,0.040156,0.015903,0.015322,-0.025231,-0.023137,-0.024708,0.002116,0.019433,-0.049735,-0.053048,0.029813,0.017282,0.000751,-0.029987,0.023345,-0.001159,-0.011364,-0.021776,-0.016996,0.024569,0.01696,0.03507,0.045723,-0.012308,0.013052,0.008155,0.04346,0.021031,0.018169,0.029559,0.044147,0.006735,-0.012528,0.013403,0.161753,0.011266,-0.006844,-0.022139,0.008899,-0.006677,-0.027005,-0.034773,-0.03385,0.055454,0.014186,0.0513,-0.040491,-0.011277,0.041532,0.048793,-0.007235,0.047221,0.005965,-0.020765,-0.016767,0.01723,-0.225235,0.005071,-0.023642,0.022413,0.005765,-0.02362,-0.029083,-0.027509,-0.028005,-0.032631,-0.020204,-0.005248,-0.036862,0.011675,0.000376,0.005976,0.031321,-0.011773,0.021515,0.006511,0.024852,0.054107,-0.030103,0.074829,0.00938,0.002809,0.02519,0.002822,0.00433,-0.005707,0.010225,0.023885,0.003303,-0.025299,0.002073,0.03569,-0.028562,0.036419,-0.034043,0.016064,0.032393,0.018823,-0.028749,0.016871,-0.035472,-0.008236,0.006219,-0.00871,-0.057966,-0.006439,0.038574,-0.005485,-0.002762,0.006412,0.01985,-0.022588,-0.007324,-0.01537,-0.073659,0.020733,-0.033171,-0.004674,0.014396,-0.017794,-0.05029,-0.002434,-0.013528,-0.035315,0.022888,0.00529,0.057412,-0.017715,-0.003088,0.0524,0.025213,0.159558,0.022805,0.013465,-0.014722,0.012234,-0.006863,0.016399,-0.025976,-0.001457,-0.006607,0.015775,0.018865,0.001925,0.009679,-0.046497,-0.005707,0.039873,-0.00242,-0.030075,-0.05438,0.010255,0.013671,0.008628,0.000214,0.003103,-0.011157,0.024292,-0.020696,0.028637,0.00543,0.025119,0.026761,0.027041,-0.016427,-0.012307,0.011407,0.026796,-0.005785,0.033309,-0.005825,0.066058,-0.019956,-0.03042,-0.070925,0.021818,-0.018822,-0.067769,-0.007045,0.006114,-0.044001,0.029804,-0.029572,-0.006211,-0.031659,0.030406,0.031575,-0.020153,-0.014791,-0.02657,-0.035388,0.000513,-0.006617,-0.013329,-0.031594,0.039484,-0.020729,-0.075293,0.01296,-0.01288,-0.013103,0.039834,0.036669,-0.016301,-0.075114,0.048661,-0.01255,0.040587,0.037619,-0.001373,0.023717,0.008412,0.003925,0.030704,0.032238,-0.012078,0.011792,-0.003619,0.008893,-0.01357,-0.005776,0.020404,-0.013498,0.005994,-0.036006,0.025372,0.011978,0.009753,-0.048688,-0.021713,-0.021431,0.015082,0.010222,-0.035133,0.010235,0.006304,0.01546,0.049928,-0.0224,-0.039268,-0.001633,-0.023192,0.003793,0.000237,0.000545,-0.032144,0.000378,-0.011611,0.054915,0.035335,0.087081,0.010243,-0.005507,0.031541,-0.001761,0.021154,-0.014683,0.043116,0.003428,-0.002385,-0.022853,-0.00554,-0.011862,-0.029727,-0.007568,-0.006661,-0.031264,-0.001781,0.016789,0.036789,0.011293,-0.048926,0.035162,0.034926,-0.027146,0.010064,0.01139,-0.030098,-0.035734,-0.047832,0.008977,-0.013569,0.021555,0.003951,-0.000644,-0.025497,0.004347,0.013559,-0.039908,-0.016794,0.02828,0.002741,0.017306,-0.024286,-0.015573,0.040361,0.040063,0.015506,-0.010552,0.012429,0.011902,-0.003759,0.010517,0.073492,0.004671,-0.022319,0.02324,0.016809,-0.031045,-0.031404,0.01056,0.009572,0.031553,-0.019739,0.01801,0.111339,0.01339,0.01235,-0.015258,-0.016102,0.010149,0.027092,0.027098,-0.020495,-0.023382,0.01848,-0.006283,-0.003964,0.025177,-0.023518,0.003157,0.003235,-0.013229,-0.007272,-0.017638,0.110445,0.023513,0.022328,0.006562,0.003666,-0.03265,0.006745,0.006875,-0.026345,0.003728,0.018037,0.009413,-0.001724,-0.027682,-0.003913,0.025473,-0.021334,-0.004635,-0.01993,0.003053,0.017034,-0.005076,0.000825,-0.028647,0.010468,0.038663,-0.018621,0.022415,-0.022644,0.065792,-0.008899,-0.026793,0.019449,-0.011231,-0.013056,0.000715,0.022442,0.005129,-0.005169,-0.016194,0.038584,-0.000574,0.004927,-0.002569,0.014816,-0.049783,-0.025661,0.027777,0.004501,0.002655,0.007545,0.008951,0.014655,0.000083,-0.012587,-0.008358,0.003963,-0.007977,0.000815,0.01164,0.712232,-0.012928,0.014359,0.005675,-0.016165,0.002739,-0.00743,-0.031389,0.023145,0.006757,0.03022,-0.017195,-0.013281,0.014936,0.040244,-0.014927,0.036834,-0.012435,0.032335,-0.022866,-0.026017,-0.057268,0.060655,0.027476,0.018903,0.078374,0.007913,-0.027931,-0.013777,0.01639,0.012094,-0.01001,-0.034833,0.001962,-0.041702,0.014053,-0.006019,0.029345,-0.003709,-0.072507,-0.020698,-0.00077,0.015605,-0.012287,-0.001388,-0.038853,0.028543,0.00723,-0.034415,0.002425,0.048448,-0.023641,-0.009819,0.044569,-0.031096,-0.017099,0.015298,-0.03,-0.007747,0.025611,-0.002275,-0.005983,-0.010149,0.05935,0.031904,0.060225,-0.013895,-0.01716,0.045387,0.019479,0.038526,-0.086232,0.017925,0.029508,0.021451,-0.016168,0.04486,-0.021172,-0.010868,-0.034335,0.042534,-0.065839,0.031773,-0.020006,-0.021261,-0.006424,-0.054105,0.011042,0.027243,-0.018402,-0.016859,0.022762,0.009383,-0.036213,0.022272,0.000242,0.013721,0.046253,0.021622,-0.028376,0.011359,-0.022497,0.003867,0.032531,-0.066178,-0.0121,0.016698,-0.027131,0.00356,0.031331,0.02494,-0.015789,-0.025627,-0.03647,0.019635,-0.011668,0.00543,0.043215,0.026605,0.011929,-0.019745,-0.01244,-0.010389,-0.014873,0.019582,-0.046484,-0.046613,0.0377,0.01216,-0.006439,-0.015999,0.029388,-0.020611,-0.004734,-0.024426,-0.019166,0.023402,0.018825,0.034518,0.044371,-0.016671,0.003838,0.016727,0.03946,0.010428,0.021705,0.031499,0.038677,0.014788,-0.012247,0.013662,0.161884,0.007112,-0.003537,-0.01253,0.002851,-0.013646,-0.033033,-0.034208,-0.033269,0.06021,0.015906,0.03354,-0.036019,-0.015501,0.04138,0.049379,-0.00577,0.050177,-0.003395,-0.015423,-0.024969,0.022484,-0.213408,-0.0018,-0.025327,0.02465,0.006712,-0.011694,-0.02919,-0.018429,-0.029544,-0.038667,-0.027926,-0.005107,-0.050358,0.004291,-0.010704,-0.000736,0.045462,-0.015528,0.00414,0.003274,0.022546,0.060323,-0.025559,0.095746,0.021322,0.010992,0.010958,-0.004635,0.003999,-0.012414,0.015861,0.035657,0.000723,-0.013345,0.008338,0.041766,-0.027328,0.038546,-0.041524,0.004246,0.026291,0.009812,-0.027745,0.018406,-0.036707,-0.00978,0.000614,-0.003972,-0.050076,0.004047,0.030231,-0.003317,0.00754,0.004795,0.026,-0.023481,-0.006364,-0.01527,-0.0706,0.018037,-0.011258,-0.003891,0.008892,-0.024272,-0.050269,-0.008771,-0.015325,-0.03072,0.028156,0.003078,0.052425,-0.017819,-0.003834,0.038433,0.031871,0.142542,0.022094,0.013264,-0.010866,0.007799,-0.020683,-0.000029,-0.029686,-0.008485,-0.003173,0.012194,0.022805,-0.001939,0.006598,-0.035271,-0.006863,0.022958,-0.000833,-0.028273,-0.055676,0.008154,0.018376,0.005512,0.006028,0.010352,-0.017548,0.017681,-0.025454,0.041614,-0.000625,0.021596,0.022727,0.03008,-0.020347,-0.010583,0.008631,0.029779,-0.002686,0.042562,-0.019402,0.06408,-0.039661,-0.023761,-0.05853,0.030166,-0.023853,-0.064448,-0.020116,0.006282,-0.040463,0.028013,-0.032221,-0.024845,-0.035708,0.016434,0.026248,-0.018862,-0.008396,-0.023776,-0.022065,0.006799,-0.006514,-0.021133,-0.030603,0.041503,-0.030192,-0.062057,0.017667,-0.00089,-0.012729,0.034144,0.033018,-0.004284,-0.077381,0.039354,-0.018562,0.033046,0.044518,0.000937,0.004904,0.000853,-0.003083,0.032782,0.04098,-0.012192,0.017109,-0.007763,0.005621,-0.016772,-0.017533,0.011058,-0.002739,0.009218,-0.029866,0.021189,0.02161,0.001226,-0.041276,-0.01717,-0.010022,0.024509,0.006701,-0.024358,0.013732,-0.011652,0.025865,0.034265,-0.019561,-0.044582,0.00499,-0.028294,0.011609,-0.00485,0.006421,-0.030037,-0.007918,0.00041,0.037707,0.020015,0.107602,0.006778,-0.011449,0.031611,0.009172,0.013168,-0.01522,0.050345,0.005476,0.000765,-0.022457,-0.004362,-0.011505,-0.04057,-0.013203,-0.019677,-0.039337,-0.005741,0.012609,0.041281,-0.009347,-0.048261,0.027497,0.033368,-0.028496,0.008243,0.012026,-0.030142,-0.02945,-0.043969,-0.001843,-0.005261,0.014574,0.002411,0.002824,-0.019626,0.015513,0.011959,-0.040083,-0.013211,0.035833,-0.005145,0.017463,-0.012215,-0.015436,0.038019,0.038853,0.020028,-0.012747,0.016785,0.009637,-0.004654,-0.000605,0.075039,0.003043,-0.020956,0.019742,0.025519,-0.023014,-0.031774,0.014142,0.001352,0.017472,-0.021576,0.007956,0.11045,0.023294,0.008623,-0.013171,-0.015433,0.011141,0.024622,0.020231,-0.019629,-0.028781,0.011227,-0.020409,0.001033,0.020304,-0.017526,-0.001242,0.003422,-0.001937,-0.003696,-0.010815,0.121832,0.030262,0.021177,-0.000032,0.004519,-0.025075,0.003013,0.017319,-0.015232,0.004043,0.024475,0.007879,0.007777,-0.03921,-0.001852,0.012664,-0.022531,-0.004924,-0.019484,-0.003772,0.016704,-0.001374,0.000091,-0.028425,-0.006241,0.043121,-0.024073,0.02018,-0.01789,0.084249,-0.009593,-0.030586,0.029395,-0.005679,-0.000839,0.017232,0.014925,0.001229,-0.000318,-0.023247,0.048288,0.001368,-0.006035,0.006789,0.025765,-0.051514,-0.029288,0.023986,-0.007941,0.004321,0.004406,0.007554,0.012141,0.007016,-0.015197,-0.009597,-0.000688,-0.007214,0.007012,0.006006,0.722822,-0.027416,0.018539,-0.004817,-0.010719,0.006758,-0.003069,-0.02725,0.02806,0.006262,0.031353,-0.012284,-0.012401,0.015315,0.034148,-0.004981,0.03467,-0.008703,0.039953,-0.020792,-0.026778,-0.047269,0.051889,0.025804,0.020565,0.075971,0.008664,-0.029331,-0.012208,0.012778,0.003384,-0.001214,-0.03127,0.009427,-0.04125,0.014675,-0.006755,0.025003,0.001645,-0.065375,-0.020809,0.014483,0.017535,-0.000415,0.002241,-0.036784,0.024474,0.010612,-0.019679,0.009331,0.037509,-0.024043,-0.012236,0.039879,-0.025261,-0.016851,0.014928,-0.026794,-0.008905,0.032601,-0.008111,-0.010548,-0.002501,0.058314,0.040617,0.058546,-0.01103,-0.019353,0.042807,0.01281,0.03099,-0.059137,0.029764,0.014199,-0.017365,0.013868,0.013508,-0.01244,-0.011447,0.005542,-0.004505,-0.128077,0.017981,0.048683,0.022769,0.016365,-0.019024,0.000507,0.028852,-0.010929,-0.039151,0.024204,-0.032676,-0.013694,0.000944,0.004145,-0.024739,0.039347,0.03352,-0.018399,0.008832,-0.007481,-0.006687,0.029592,-0.077501,-0.019717,-0.002488,0.002234,-0.005955,0.004976,0.030899,0.012932,-0.027216,-0.015028,-0.009569,-0.000531,0.029347,0.003529,0.008116,0.015418,-0.010748,-0.032464,-0.022458,-0.008903,0.035132,-0.018912,0.009679,-0.014369,0.01523,0.008551,-0.035893,0.015655,-0.005163,0.007154,-0.036549,-0.015863,-0.015398,0.009113,0.012778,0.008395,0.004965,0.014506,-0.002974,0.028374,-0.019677,-0.002822,0.01071,0.013032,-0.006695,0.014126,0.016208,0.183601,0.026283,0.008183,-0.021056,-0.001302,0.000837,0.000694,-0.037713,-0.014358,0.020657,0.019765,0.021123,0.050286,0.014456,-0.018976,0.064216,0.017521,-0.003069,0.002585,-0.010048,-0.018933,0.022125,-0.231088,0.010937,-0.034868,0.025264,0.028317,-0.003117,0.016526,-0.02093,0.020057,-0.009747,-0.014432,0.000188,-0.039326,-0.007456,-0.023692,-0.056637,0.038305,0.006459,0.007456,0.009162,0.0479,0.10312,-0.008396,0.061634,0.016793,-0.031772,0.034423,-0.004689,0.020608,-0.0072,0.020586,0.039845,0.008674,-0.041507,-0.011734,0.029315,-0.003699,0.013233,-0.021973,-0.016062,0.005183,0.024586,0.003799,0.00983,0.021375,-0.016387,0.012766,-0.03486,-0.027055,-0.020748,-0.004571,0.007892,-0.005742,-0.012007,0.05052,0.01968,0.002812,-0.02845,-0.040124,0.037406,0.011998,0.008234,0.002849,-0.005999,-0.057515,0.006001,0.007748,-0.014653,0.016339,-0.014452,0.031859,-0.023151,0.017987,0.014812,0.043862,0.149946,0.001892,0.043595,-0.002283,0.008948,0.017137,0.018391,0.027398,0.007698,-0.011451,0.01403,0.009677,0.015243,0.040465,-0.022856,-0.059026,0.041924,0.015469,0.014715,-0.076523,-0.012963,0.021417,0.064804,-0.013481,0.00811,-0.032455,-0.016915,0.00706,0.010512,0.005516,0.032401,0.01238,-0.001471,0.006083,-0.003777,-0.027418,-0.001005,-0.005986,0.019977,-0.00472,0.034478,-0.005633,-0.005127,-0.028713,0.028362,-0.013969,-0.05244,-0.016605,0.027664,-0.014437,0.026523,-0.005174,-0.026069,-0.023215,0.0126,0.013909,-0.006542,0.020069,-0.006706,-0.004826,-0.012345,0.005475,-0.022857,-0.033359,0.018137,-0.052868,-0.127433,-0.003886,-0.006754,-0.003827,0.032071,-0.014306,-0.034452,-0.07949,0.022114,0.006694,0.020146,0.014978,-0.043653,0.022674,0.012654,0.012662,0.001353,0.024479,0.002889,-0.011691,0.023667,0.012939,0.001585,-0.026334,-0.003668,-0.040911,0.029684,-0.012283,0.00785,0.035997,0.052678,-0.039158,-0.010337,-0.015214,0.038737,0.023477,-0.042574,-0.006499,0.009033,0.004987,0.031392,-0.008485,0.022489,-0.008375,-0.006804,0.006373,0.043458,-0.039137,-0.049618,0.003822,-0.033864,0.038284,0.008755,0.087166,-0.011843,-0.047591,0.010219,-0.029172,-0.014875,-0.023663,0.038791,-0.025672,-0.057381,-0.013997,-0.003449,-0.00774,-0.034023,-0.033773,-0.037277,-0.038209,0.002284,0.002139,-0.015523,-0.00635,0.022533,-0.004228,-0.00113,-0.000572,0.020892,0.007106,-0.012252,-0.00469,-0.022404,-0.009841,0.009101,0.026026,-0.027863,0.014002,0.005092,0.00523,0.004762,-0.045142,0.011735,0.002765,-0.012201,0.015772,0.000472,-0.009771,0.032523,0.056418,0.035362,-0.023552,0.008395,0.023607,0.000148,0.008295,0.019678,0.018903,-0.032486,-0.008294,0.02715,-0.018159,0.01121,-0.018522,0.00342,0.026416,0.021043,0.035396,0.109145,-0.014095,-0.031718,-0.009282,-0.022717,-0.000179,0.047467,0.024857,-0.015289,0.009775,0.006515,-0.005927,-0.016352,0.065503,-0.011647,-0.007511,-0.000324,-0.048523,0.014479,-0.031177,0.020609,0.023129,-0.021052,-0.041122,0.016105,-0.006476,0.026975,-0.007854,0.03731,0.009023,0.015202,0.02508,-0.048583,-0.011599,0.009937,0.006361,0.011754,0.029028,0.040341,-0.007618,0.030977,0.003032,-0.011706,-0.020956,0.033993,0.006353,0.007741,0.024051,0.03388,0.047708,0.009723,0.007894,0.033277,-0.041935,-0.026515,0.013263,0.000898,-0.013664,-0.015231,-0.008934,-0.01541,0.009066,0.021504,-0.003618,-0.038269,-0.05658,-0.002017,0.02932,-0.00814,-0.000374,-0.020504,-0.002152,0.028027,0.033631,-0.012593,-0.013789,-0.003376,0.024784,0.034574,0.003418,0.726148,-0.020718,0.032111,-0.025017,0.013736,-0.021364,-0.01136,0.029919,-0.011093,-0.008029,-0.004482,-0.013217,-0.009207,0.008369,0.023463,-0.027244,0.019116,-0.012663,0.020571,-0.034228,-0.016811,-0.0395,0.024399,0.034278,-0.009738,0.02525,-0.000484,-0.049558,0.031066,0.029607,-0.0003,0.000994,-0.015369,-0.014885,-0.036893,0.012005,-0.014197,0.028553,-0.008877,-0.074629,0.017399,0.007541,-0.003072,0.011949,0.003599,-0.000496,0.009033,-0.005533,0.003909,-0.026728,-0.006526,-0.00253,-0.001154,0.04288,-0.038323,0.001782,0.005916,0.009157,0.004163,0.038668,0.01013,0.007501,-0.016885,0.062261,0.020086,0.045636,-0.014339,-0.037107,0.046707,0.00932,0.025844,-0.074052,0.034243,-0.009351,-0.04028,0.022397,0.025692,-0.030533,0.003992,0.024052,0.030622,-0.090153,0.022753,-0.001509,-0.004273,0.011646,-0.02554,0.004217,0.045368,-0.031354,-0.05222,0.033519,-0.015083,0.012032,0.008782,-0.008282,-0.029057,0.01039,0.023417,-0.011699,0.033913,-0.029161,-0.009586,0.024347,-0.065697,-0.013155,0.001368,-0.004843,-0.013227,0.041098,0.016923,-0.007275,-0.017194,-0.011678,-0.017336,-0.013165,0.015297,0.010908,0.010099,0.01914,0.018505,-0.00444,-0.023514,-0.00525,0.051189,-0.016598,0.00401,-0.009065,0.012508,0.012897,-0.036194,0.015436,0.000257,0.001342,-0.020386,-0.026104,-0.006063,-0.000358,0.032908,0.026422,0.036201,0.018463,0.012189,0.016774,-0.001585,0.029178,0.022722,0.033054,-0.016088,0.010651,0.006103,0.15114,0.004131,0.00086,-0.010894,0.00353,0.009711,-0.00406,-0.013903,-0.016709,0.028477,-0.005254,0.019995,0.012052,-0.008214,-0.005894,0.073389,-0.003062,-0.002345,-0.029882,-0.021507,-0.009363,0.020217,-0.211772,-0.000033,-0.047555,0.021078,0.030198,0.017035,0.004379,-0.018176,0.016257,-0.030239,-0.043059,-0.012218,-0.024362,-0.02437,-0.017576,-0.033356,0.038122,0.001995,0.018659,-0.008706,0.045394,0.071689,-0.00941,0.091272,0.020415,0.008884,0.029252,0.017973,0.001114,0.022429,0.025676,0.034283,0.018806,-0.029549,-0.000752,-0.00222,-0.02601,0.006134,-0.019675,-0.004146,0.005238,0.01818,-0.02285,0.020605,0.009393,-0.015828,0.007617,-0.032229,-0.048075,-0.010045,0.010652,0.004451,0.009483,0.007368,0.061039,-0.003329,0.005361,-0.025783,-0.02388,0.0365,0.021187,0.002139,0.022814,0.015891,-0.064322,0.011526,0.00521,0.000584,0.005907,-0.010182,0.042591,-0.028637,0.027441,-0.016087,0.037982,0.139669,0.002963,0.042442,0.018187,0.030401,0.004198,0.0076,-0.005477,0.007089,0.007744,0.007507,0.000428,-0.001523,0.008206,-0.042916,-0.051823,0.060037,-0.006326,0.017,-0.040211,0.006271,0.024785,0.013428,-0.007843,0.016309,-0.005402,-0.01211,0.029105,0.024968,-0.006867,0.006995,0.027656,0.004219,-0.004528,-0.002605,-0.005196,0.025325,-0.001361,0.015121,-0.003722,0.037283,-0.012975,-0.002778,-0.022308,0.025924,-0.015911,-0.061507,0.000518,0.015802,-0.004371,0.016252,-0.017156,0.017235,-0.026052,-0.022058,0.013012,-0.014395,0.000632,-0.007267,-0.002575,0.003901,-0.020089,-0.030754,-0.028717,0.01179,-0.014033,-0.119549,-0.005444,0.019426,0.004974,0.02827,-0.007939,-0.013708,-0.065038,0.020802,0.015183,-0.045605,0.002791,-0.007431,0.026633,-0.00613,0.014985,0.007715,0.016683,0.005041,-0.003361,0.046776,0.016794,0.017098,-0.017507,0.025714,-0.034831,0.016589,-0.015867,0.008782,0.018517,0.023416,-0.044754,-0.014404,-0.001212,0.033652,0.013001,-0.03985,0.021663,0.004011,0.002202,0.008167,-0.02365,-0.003662,-0.012685,0.008268,0.003469,0.035259,-0.033553,-0.045443,-0.0129,-0.027389,0.025564,0.009106,0.067454,0.017022,-0.026999,0.014004,-0.016986,0.000484,-0.039602,0.029125,-0.013864,-0.042822,-0.016978,0.003394,-0.031751,-0.043856,-0.042719,-0.03445,-0.029634,-0.003329,-0.005516,-0.009294,-0.005194,-0.012594,0.005925,0.007857,-0.01483,0.01486,0.003237,-0.020688,0.004168,-0.020829,-0.016244,-0.011635,0.00387,-0.010542,0.018368,0.000774,-0.021864,0.009409,-0.035214,0.027377,0.017188,0.00357,-0.002966,0.004951,0.003035,0.030357,0.046389,0.022136,-0.017921,0.01344,0.031194,-0.023229,0.017751,-0.048659,0.00149,-0.022298,-0.027546,0.030096,-0.013749,0.004048,-0.007542,-0.000481,0.034002,0.006333,0.030709,0.107341,0.024539,-0.010602,-0.003815,-0.03419,-0.000082,0.037046,0.025944,0.001868,-0.012353,-0.008442,-0.016487,-0.032889,0.047642,-0.008446,-0.023596,0.002537,-0.05691,0.015214,-0.019294,0.030706,0.006204,-0.018331,-0.012705,0.012103,-0.020274,0.000869,0.004307,0.037144,-0.00174,-0.00095,0.00319,-0.043049,0.007988,0.015185,0.018628,-0.002415,0.012709,0.023862,-0.007239,0.019981,0.005756,0.016404,-0.036704,0.031173,-0.001299,-0.003072,0.009668,0.02543,0.066522,0.005276,-0.011323,0.014919,-0.040523,-0.003849,0.001575,-0.015498,-0.017771,-0.005227,0.021789,0.009275,0.011063,0.013496,-0.019256,-0.01617,-0.058113,-0.020034,0.029899,-0.01676,-0.004583,0.001081,-0.009981,0.005392,0.038812,-0.00699,0.006045,-0.013627,0.001639,0.014268,-0.011759,0.765342,-0.019669,-0.017409,-0.005965,0.00149,-0.043242,-0.030061,-0.00435,-0.009131,-0.007196,-0.005143,-0.013981,0.01703,0.005814,0.030703,-0.000345,0.037515,-0.027624,0.009621,-0.013599,-0.015036,-0.027591,0.039133,0.025495,-0.03079,0.043143,0.009706,-0.019113,0.030273,0.003645,-0.002937,-0.019106,0.000744,-0.049908,-0.027678,0.006975,-0.018027,0.005604,0.016797,-0.087945,0.014283,-0.000736,0.017113,0.003843,0.000668,-0.030041,0.009898,0.005237,0.000485,-0.016884,0.007738,-0.010401,0.006474,0.034186,-0.026797,-0.000575,0.005396,-0.016879,-0.01658,0.018637,0.013634,-0.005232,0.009314,0.077837,0.027567,0.048246,0.006086,-0.036972,0.051674,0.021579,0.03212,-0.040524,0.020498,0.009544,-0.01239,0.016606,0.018544,-0.01456,-0.010443,0.00637,0.003867,-0.134862,0.036088,0.018647,0.014602,0.016369,-0.005781,0.001672,0.020444,-0.006943,-0.05697,0.054472,0.00182,-0.012393,-0.002081,0.014785,-0.042702,0.007586,0.032145,-0.006702,0.01208,-0.031506,-0.008148,0.032999,-0.072121,-0.019786,0.010213,0.000025,-0.027799,0.014643,-0.000371,0.00461,-0.02956,-0.008627,-0.024488,-0.002654,0.029682,-0.008881,0.00336,0.021658,-0.013841,-0.021239,-0.029983,-0.001683,0.066965,-0.035782,0.019657,-0.00704,-0.01291,0.024725,-0.027,-0.000777,0.011017,-0.004296,-0.033117,-0.00888,-0.024573,0.003441,0.035589,0.02617,0.021551,0.012227,-0.001918,0.015909,-0.016284,0.018767,0.020808,0.019974,-0.009509,0.022609,0.014995,0.192979,0.027748,-0.006262,0.001802,0.011009,0.012572,-0.009879,-0.044659,-0.015533,0.009316,0.010186,0.026523,0.048984,0.025052,0.000271,0.059974,0.022448,-0.004867,-0.001068,-0.017071,-0.005298,0.016703,-0.231416,0.014258,-0.04407,0.016371,0.016126,-0.001051,-0.008064,-0.019345,0.012217,-0.015906,-0.030102,0.00211,-0.060923,-0.001961,-0.023572,-0.046388,0.018323,0.026554,0.005269,0.000691,0.031635,0.10831,-0.020353,0.058049,0.017394,-0.028971,0.031989,0.009372,0.010136,-0.020165,0.031597,0.046853,0.00766,-0.034344,-0.011406,0.028672,-0.007641,0.005611,-0.004353,0.007737,0.033632,0.013309,0.001565,-0.005798,0.025089,-0.030059,0.028144,-0.020049,-0.026484,-0.030871,-0.018593,0.003876,-0.015217,0.008527,0.059765,0.007621,0.02371,-0.029999,-0.020028,0.044851,0.026548,0.011685,0.011579,-0.012542,-0.062406,0.004177,0.008794,-0.009734,-0.000705,-0.015497,0.027778,-0.022061,-0.005331,0.00797,0.027415,0.126441,0.008234,0.040984,-0.023157,-0.008053,0.006929,0.014158,0.028431,-0.006281,0.000011,0.036983,0.013804,-0.011558,0.029398,-0.032564,-0.064418,0.044986,0.00682,0.014715,-0.058657,-0.003558,0.002863,0.075815,-0.03061,-0.002392,-0.00164,-0.037815,0.001983,0.019983,0.021408,-0.000642,0.007627,-0.008372,-0.00093,0.007162,-0.019621,0.022803,0.009016,0.010778,-0.014289,0.034816,-0.015873,0.003044,-0.012961,0.03663,-0.003797,-0.052233,-0.001053,0.016573,-0.000085,0.045188,-0.002705,-0.014636,-0.003758,0.012108,0.017127,-0.029806,0.019568,-0.004703,-0.01396,0.011481,-0.011649,-0.006591,-0.039032,0.001103,-0.032854,-0.131543,-0.007047,-0.006522,0.009816,0.057765,-0.022661,-0.028837,-0.086719,0.042727,-0.015085,0.017373,0.016721,-0.035299,0.019603,-0.005858,0.000252,-0.014354,0.018897,0.005406,-0.011652,0.010695,0.00548,0.003825,-0.032054,-0.000345,-0.064175,0.01476,-0.025866,0.013036,0.034017,0.037905,-0.051421,0.002352,-0.013461,0.03966,0.042164,-0.075698,0.00235,0.011719,-0.005861,-0.000499,-0.028741,0.029062,-0.004798,0.00357,-0.010513,0.046909,-0.030696,-0.055224,-0.02394,-0.027885,0.037238,0.026891,0.047389,0.011359,-0.03722,0.023151,-0.022668,-0.00698,-0.028807,0.048649,-0.022344,-0.063145,-0.029303,0.004759,-0.016868,-0.033097,-0.016668,-0.020832,-0.025693,-0.011981,0.029852,-0.015791,-0.003312,-0.007389,-0.011707,0.013744,-0.028387,0.021702,0.025294,-0.00994,0.041163,-0.002218,0.013612,0.007861,0.031194,-0.031606,0.028989,0.023273,-0.023934,0.03203,-0.022598,0.022091,0.006312,-0.006116,-0.004089,0.013005,-0.001908,0.032505,0.075828,0.041311,-0.018738,-0.002063,0.055626,-0.009694,0.01175,-0.006645,-0.002745,-0.063746,0.011275,-0.00901,-0.007769,0.012564,-0.013362,0.00086,0.015539,0.011437,0.063374,0.104627,0.000408,-0.034506,-0.035845,-0.00764,0.001169,0.030884,0.01602,-0.008208,0.008401,-0.003004,0.000313,-0.021014,0.063422,-0.001542,-0.027578,0.003776,-0.052457,0.012042,-0.033777,-0.026189,0.023096,-0.007894,-0.041266,0.005597,-0.003865,0.01529,-0.000895,0.040381,-0.0008,0.003624,0.016513,-0.059915,0.000297,0.003265,0.017752,-0.003528,0.01541,0.044855,-0.002567,0.03885,0.016094,-0.003586,-0.025471,0.034968,0.001384,0.028901,0.048612,0.026074,0.023694,0.01991,-0.003965,0.030047,-0.020812,-0.023326,0.01624,0.000143,-0.010137,-0.012985,-0.005277,0.006408,0.003109,0.040003,-0.006377,-0.041555,-0.059122,-0.011662,0.033655,-0.012571,-0.000854,-0.0099,0.002243,0.024578,0.04404,-0.013784,0.00203,-0.01397,0.020604,0.033113,0.006612,0.703239,-0.006927,0.015989,-0.026871,-0.002517,-0.037837,-0.029169,0.036901,-0.02636,-0.008272,0.006791,-0.013959,-0.014694,0.004253,0.022946,-0.012947,0.031481,0.00934,0.02063,-0.029341,-0.020115,-0.059551,0.041658,0.01904,-0.00516,0.022621,-0.017542,-0.025783,0.021477,0.026698,0.008948,-0.013707,0.006614,-0.000898,-0.044527,0.021864,-0.03317,0.01263,0.000978,-0.080733,0.018347,0.016869,-0.006782,0.003626,0.004363,-0.003454,0.005964,-0.004657,-0.022881,-0.015226,0.014446,-0.001913,0.008107,0.037177,-0.067281,0.005785,0.012655,0.013531,-0.005467,0.02768,0.019235,-0.012525,-0.019255,0.06736,0.009155,0.057538,0.006025,-0.043392,0.028897,0.013683,0.021595,-0.052345,0.01336,0.009132,-0.024724,0.014106,0.008738,-0.0014,-0.004258,0.010221,0.00014,-0.107919,0.020306,0.024623,-0.000951,0.007541,-0.017475,0.012419,0.029492,-0.005054,-0.049364,0.032036,-0.01571,0.004462,-0.004388,0.014602,-0.041912,0.007896,0.044717,-0.016219,0.027265,-0.017597,-0.016987,0.013083,-0.070398,-0.01778,0.010528,-0.006184,-0.005544,0.008512,0.032847,0.024031,-0.029772,-0.016402,-0.018504,-0.018751,0.014731,-0.002377,0.004584,0.022185,0.014513,-0.030174,-0.03125,-0.008419,0.046549,-0.015083,0.02219,-0.012576,-0.004143,0.016916,-0.062382,0.009708,0.000946,0.022584,-0.035897,-0.004547,-0.019487,0.007796,0.027853,0.002221,0.009629,0.016927,0.013051,0.011548,-0.021956,-0.0047,0.00824,0.038745,-0.00554,0.028104,0.024169,0.197162,0.024118,0.004204,-0.023218,0.007708,0.004726,-0.017135,-0.025627,-0.015641,0.00806,0.009095,0.01707,0.041195,0.012761,-0.019912,0.064683,0.008648,0.015206,0.003749,-0.019814,-0.025938,0.041352,-0.24394,0.005422,-0.02494,0.027345,0.033276,0.001457,0.019967,-0.00855,0.028388,-0.008604,-0.025027,-0.008054,-0.051621,0.003897,-0.037187,-0.052194,0.03906,-0.001857,-0.007347,0.002022,0.039375,0.08986,-0.011003,0.065008,0.007476,-0.017529,0.048137,-0.000932,0.024025,-0.011004,0.02359,0.034632,0.004355,-0.068299,-0.00892,0.019252,-0.014615,0.016229,-0.009135,0.002193,0.007855,0.02586,0.013916,-0.013136,0.047663,-0.033777,0.013254,-0.018238,-0.042314,-0.022213,-0.003901,0.0041,0.000348,-0.00094,0.049459,0.008955,0.002792,-0.044487,-0.040329,0.034049,0.03208,0.00047,0.021696,0.010162,-0.039096,0.021463,0.002973,-0.02985,-0.000126,-0.00915,0.002639,-0.028678,0.032982,0.007128,0.043518,0.146702,0.005019,0.020799,-0.004289,0.014857,0.009048,0.01277,0.016802,0.014428,0.00423,0.03115,-0.000532,0.006212,0.054314,-0.034228,-0.077961,0.070471,0.010765,0.023456,-0.06761,0.002718,0.013385,0.046193,-0.028137,0.005598,-0.02657,-0.017388,0.005896,0.012486,0.025958,0.015081,0.024496,-0.029004,-0.021615,0.022994,0.016729,0.002455,0.002825,0.025941,-0.013353,0.022964,-0.004746,-0.007229,-0.015951,0.022881,-0.01638,-0.038193,0.002223,0.019452,0.000637,0.048458,-0.0134,-0.016955,-0.018759,-0.000013,-0.00506,-0.005404,0.012532,-0.019705,-0.010993,-0.017723,-0.014353,-0.015663,-0.034345,-0.010888,-0.017083,-0.159276,-0.014629,-0.00981,-0.003794,0.021522,-0.035016,-0.024884,-0.087649,0.022708,0.018046,-0.032793,0.016027,-0.038146,0.019954,-0.001401,-0.004514,-0.001244,0.022733,0.004993,0.000199,0.020253,0.004865,0.014852,-0.031841,0.002622,-0.064381,0.027631,-0.007034,0.025951,0.025333,0.042611,-0.052496,-0.005947,-0.031411,0.022512,0.030697,-0.056684,0.007276,0.023336,-0.013482,0.007296,-0.028098,0.029452,0.003809,0.001133,-0.007282,0.040077,-0.044159,-0.057318,-0.003048,-0.020539,0.030187,0.003206,0.042435,-0.004555,-0.042474,0.003014,-0.017969,-0.006611,-0.046696,0.040615,-0.041282,-0.05679,-0.016825,-0.008363,-0.020442,-0.039792,-0.039469,-0.026886,-0.025021,0.000209,0.010211,-0.025759,-0.000009,0.029059,-0.022019,-0.001231,0.002606,0.020921,0.029954,-0.007693,0.005451,-0.000824,0.004826,-0.008787,0.029298,-0.036822,0.016843,-0.001959,-0.002233,0.016298,-0.039033,0.017147,0.009973,-0.018205,-0.002141,0.005374,-0.008342,0.044339,0.056029,0.05107,-0.031902,0.0058,0.025637,-0.00038,0.021937,-0.025668,0.00719,-0.045026,0.000527,0.009809,-0.010565,0.019495,-0.012253,-0.002892,0.009782,0.013431,0.034571,0.101241,-0.00345,-0.042648,-0.005186,-0.016048,-0.005649,0.06088,0.015571,-0.013965,-0.003263,-0.009796,-0.00536,-0.005594,0.068491,0.004394,-0.016558,0.021851,-0.047866,0.007017,-0.021662,0.020029,0.019408,-0.007795,-0.030172,0.004879,0.003107,0.037484,-0.008373,0.019029,-0.008454,-0.007171,0.007281,-0.039608,0.008787,0.004354,0.019812,0.014049,0.020284,0.045592,0.004597,0.048725,0.016841,0.002866,-0.032184,0.026087,-0.011636,0.010157,0.022949,0.024689,0.080361,0.009308,-0.012411,0.01506,-0.02909,-0.036357,0.033828,-0.01217,-0.018235,-0.019244,-0.005039,-0.006765,0.023161,0.026106,-0.032717,-0.03883,-0.045781,0.007009,0.010793,-0.018396,0.000244,-0.007045,-0.003358,0.0192,0.030923,0.001846,-0.005258,-0.002822,0.023683,0.04806,-0.000406,0.701006,-0.012417,0.024472,-0.031348,0.013888,-0.021096,-0.007061,0.02643,-0.002052,-0.011406,-0.016734,-0.015829,0.000435,0.002861,0.024485,-0.01668,0.024011,0.003731,0.005518,-0.016569,0.005376,-0.030495,0.033802,0.046864,-0.014173,0.000184,-0.002402,-0.028495,0.031236,0.049828,0.004803,-0.004281,0.006571,0.016856,-0.039303,0.022599,-0.015526,0.024554,0.010259,-0.077558,0.018255,0.019854,0.004864,0.022833,0.000669,-0.014646,-0.009279,-0.002452,-0.00209,-0.03342,0.014644,-0.002855,0.00442,0.043814,-0.064522,-0.002315,0.00269,0.014744,-0.003999,0.014568,0.018621,-0.008089,-0.005598,0.059571,0.028741,0.068066,-0.010867,-0.054692,0.040887,-0.004658,0.041935,-0.089597,0.00289,0.031774,0.008899,-0.008667,0.009285,-0.014412,-0.007987,-0.016266,0.020266,-0.116525,0.004112,0.022152,-0.011963,0.001231,-0.057268,-0.013112,0.021056,-0.025399,-0.027552,0.01538,0.005141,-0.020368,0.025245,0.028625,0.013364,0.029977,0.006559,-0.011746,0.047266,0.037729,-0.012636,0.009347,-0.052018,-0.011372,0.002437,-0.012725,0.001928,0.056131,0.044238,-0.004648,-0.017678,-0.029609,-0.017093,-0.001638,0.001232,0.004807,0.011691,0.025667,0.051059,-0.012473,-0.000538,-0.021743,0.032047,-0.026985,-0.024834,0.012593,0.06022,-0.015393,0.027749,0.007893,-0.006541,0.011865,-0.045286,-0.044399,-0.035859,0.018845,-0.011943,0.021742,0.014884,0.010553,-0.010337,0.01246,-0.034476,0.003713,0.016006,0.010473,-0.004449,-0.020485,-0.0234,0.143207,0.009365,0.009277,0.011737,-0.007172,0.009693,-0.026435,-0.004819,-0.034045,0.019083,0.005217,0.016595,0.023245,-0.012074,0.007728,0.076108,-0.014701,0.003194,-0.007636,-0.005143,0.000132,-0.021728,-0.198432,-0.029259,-0.020277,0.008389,0.037466,-0.01629,-0.000151,-0.007584,0.003904,-0.033582,-0.019497,-0.011981,-0.018434,-0.013806,-0.012605,-0.027211,0.052949,-0.025243,0.005037,-0.019656,0.059069,0.083031,-0.048553,0.061192,0.01934,-0.006141,0.020661,0.014119,0.003768,0.004657,-0.009219,0.043894,-0.010008,-0.04156,-0.011388,0.013233,0.00018,0.027747,-0.026885,0.008771,0.022005,0.01108,-0.032735,-0.004451,0.011843,0.00176,0.018999,-0.050811,0.001554,-0.030468,0.015405,-0.005064,0.01775,-0.022561,0.046365,-0.01624,-0.010193,0.011725,-0.038566,0.028972,0.009909,0.028005,0.000264,-0.026298,-0.038822,0.005873,-0.025571,-0.033481,0.02744,0.028766,0.019281,-0.020128,0.004393,0.021226,0.02994,0.138205,0.043344,0.031421,-0.019541,0.016729,-0.013892,0.016749,-0.015949,-0.014809,-0.004777,-0.001494,0.006366,0.003565,0.014176,-0.025239,-0.027495,0.019857,0.00702,-0.013477,-0.055482,0.019766,0.020073,0.03053,0.012474,-0.019791,-0.027587,0.003216,0.011555,0.027499,0.023874,0.025962,0.02468,0.031232,0.000554,-0.02039,-0.0079,0.019514,0.004311,0.019372,-0.002531,0.03571,-0.017703,-0.010035,-0.031275,0.040063,-0.007784,-0.023515,0.002959,0.032493,0.001673,0.015943,-0.014769,0.011197,-0.037681,0.029696,0.035685,0.004637,0.009025,0.006704,-0.003782,0.006311,0.006275,-0.032926,-0.014161,0.021948,-0.043325,-0.086614,-0.000664,-0.018594,-0.00887,0.007495,-0.003239,-0.022804,-0.050607,0.023453,-0.000566,-0.025786,0.013828,-0.003098,0.012615,-0.006212,-0.019532,0.026341,0.022757,0.007314,0.026357,-0.015772,-0.023783,-0.008499,-0.018467,0.008746,-0.026828,0.000055,0.000419,0.008695,0.024267,0.009959,-0.01562,-0.012665,0.008222,0.029982,0.009828,-0.008588,0.007464,-0.001873,0.008336,0.024606,-0.009189,-0.020883,0.018722,-0.020378,0.012187,0.012434,-0.021898,-0.03689,0.026348,-0.012433,0.00914,-0.00675,0.11959,0.012153,-0.027202,0.04012,-0.002803,0.002119,-0.022028,0.055745,0.016235,-0.003581,-0.01777,-0.007546,-0.006458,-0.051139,-0.014205,-0.050266,-0.023581,-0.000809,-0.040605,0.012043,-0.011211,-0.0372,-0.009572,0.00807,-0.00434,0.01673,0.00345,-0.028782,-0.011708,-0.021157,0.020367,0.041251,0.042462,-0.013499,-0.001083,-0.02608,0.0007,-0.025954,-0.062012,-0.010522,0.002023,0.00796,0.021897,-0.024354,-0.019066,0.017883,0.040223,0.030496,-0.02077,0.016815,-0.021765,0.006017,-0.015166,-0.005667,0.001469,-0.043855,-0.005795,0.00754,-0.029856,-0.016494,0.033063,0.002198,0.018933,-0.018233,-0.009029,0.11469,0.002077,0.025883,-0.028099,-0.014823,0.012903,0.044894,0.015445,-0.021912,-0.010701,0.018973,-0.032738,-0.0278,0.038003,0.060541,-0.010377,0.006379,-0.029938,0.017356,-0.013226,0.079851,0.020873,-0.03608,-0.032766,-0.012203,-0.013743,0.031025,0.01189,0.002721,-0.015158,0.026641,0.038307,0.035968,0.001108,-0.014911,0.038179,0.009684,-0.002721,0.000051,-0.027244,0.02367,-0.007384,0.002634,-0.021546,0.018011,0.028688,-0.015054,0.042142,0.008436,0.079939,-0.01472,-0.021677,0.023907,-0.030759,-0.004042,0.025419,0.046739,-0.019877,-0.009413,-0.019723,0.022476,-0.015454,0.007386,-0.026874,-0.012395,-0.059814,-0.01518,0.01457,-0.014853,-0.008089,-0.004496,-0.026149,0.009208,0.005073,0.001617,-0.014836,-0.014553,-0.003761,0.023549,0.011381,0.753914,0.005625,0.016548,0.007,0.026227,-0.018403,0.007721,0.000004,0.00751,0.0058,0.025577,-0.004327,0.01555,0.008918,0.001967,-0.019966,0.002542,0.00131,0.021309,-0.020643,-0.02845,-0.02702,0.057835,0.020975,0.004919,0.064112,0.007469,-0.034073,-0.009998,0.022995,-0.036243,0.012322,0.000313,0.001167,-0.047574,0.009418,-0.004096,0.027207,0.009361,-0.078826,0.002985,-0.018523,0.008595,-0.011548,0.009936,-0.008573,0.013907,0.003883,0.006467,0.001441,0.021074,0.00236,0.013883,0.079754,0.014856,-0.008103,0.006851,0.004984,-0.012697,0.029642,-0.000999,-0.024187,0.006222,0.061145,0.04132,0.022618,-0.010743,-0.009394,-0.008333,0.008203,0.039505,-0.079698,0.007697,0.039712,-0.023174,-0.024327,0.005974,-0.017441,-0.002318,-0.011078,0.046316,-0.073967,0.021476,0.019091,-0.001407,0.001426,-0.075938,-0.001329,0.022072,-0.013545,-0.040165,0.016032,-0.001304,0.001626,0.039274,0.000086,-0.015534,0.0297,-0.001688,-0.031473,0.007709,0.017568,-0.002677,0.026511,-0.039301,-0.014767,0.003641,0.001885,0.008746,0.092287,0.011033,0.025513,0.00357,-0.028503,-0.016931,-0.002067,-0.007436,0.011858,0.008304,0.035786,0.053489,-0.007077,-0.030874,-0.020007,0.053006,-0.026009,0.009363,0.007645,0.019777,-0.014439,0.01371,-0.002386,-0.008882,0.002289,-0.03661,-0.01824,-0.008389,0.026548,0.009827,0.031706,0.003879,0.017801,0.008428,0.019432,-0.057055,0.02966,0.015875,0.035331,0.033524,-0.009441,-0.007513,0.179018,0.023109,0.013321,0.022705,-0.028545,0.010662,-0.044394,-0.021682,-0.040886,0.018542,-0.016997,-0.000372,0.022823,-0.014116,0.000115,0.070684,0.014704,0.025422,-0.007792,0.000557,-0.014233,-0.020698,-0.159226,-0.028848,-0.050646,0.019457,0.011644,0.002356,0.01372,-0.012473,-0.002476,-0.024793,-0.030933,-0.038535,-0.033052,-0.045168,-0.025214,-0.032218,0.028105,-0.020007,0.008725,-0.008382,0.057142,0.049107,-0.033873,0.041162,0.021703,-0.002143,0.009957,0.003282,-0.000572,-0.006553,0.011762,0.032155,-0.017844,-0.017758,0.021513,-0.013357,-0.019542,0.025025,-0.021826,-0.004271,0.014541,0.023078,-0.004635,-0.000379,0.003257,0.018105,0.022954,-0.034797,-0.013538,-0.038862,-0.006063,-0.016938,0.004787,-0.036529,0.038521,0.008395,-0.029106,-0.001142,-0.033145,0.068304,0.048477,0.012235,0.038022,-0.006303,-0.052651,-0.024061,-0.012351,-0.001865,0.038677,0.021275,0.032812,-0.010997,0.026421,-0.010501,0.055511,0.089772,0.018316,0.054049,0.013468,0.030414,-0.037294,-0.014886,-0.001816,-0.02807,-0.045999,-0.015509,0.033773,-0.001947,-0.021576,-0.005835,-0.053974,0.023035,0.000399,-0.004042,-0.062439,0.012196,0.036728,0.020202,-0.013438,-0.036522,-0.041933,-0.01621,-0.00433,0.013586,0.027935,0.022185,0.013552,0.039688,-0.00553,0.011662,0.003558,0.018652,-0.009372,0.046802,0.010527,0.02977,-0.033694,-0.008162,-0.046945,0.039981,-0.003821,-0.036919,0.009325,0.038337,0.001379,0.016967,-0.017817,0.014672,-0.046143,0.052632,0.032346,0.012116,0.040344,-0.003231,-0.026106,-0.003519,-0.013351,-0.026693,-0.02608,0.027586,-0.061198,-0.085903,-0.002994,0.019606,-0.006758,0.032947,-0.014548,-0.020603,-0.117805,0.055265,0.014218,-0.003917,0.008374,-0.027653,0.004924,-0.001764,-0.04762,0.015696,0.017206,0.003964,0.014766,-0.002138,-0.050165,-0.038553,-0.029484,-0.001278,-0.033102,0.005152,-0.017953,0.017215,0.022255,0.019454,-0.016648,-0.019593,0.004374,0.018934,0.008562,-0.050489,-0.013832,0.0151,-0.018845,0.024065,0.013291,-0.00154,0.012635,-0.002381,0.018737,0.007969,-0.054481,-0.043025,0.012139,0.017483,0.007381,0.008983,0.074822,0.01441,-0.027939,0.026888,-0.01274,0.027153,-0.01625,0.040833,0.010583,0.004086,-0.023213,-0.016217,0.001863,-0.044748,-0.014867,-0.041619,-0.020315,-0.007148,-0.023476,0.003695,-0.00168,-0.019156,-0.013869,0.007423,0.023548,0.007331,0.009658,-0.014989,-0.001165,-0.004857,-0.0107,0.006429,0.04668,-0.01522,-0.002954,-0.013274,0.012443,-0.008375,-0.025328,-0.002476,0.002329,-0.021704,0.028072,-0.027016,-0.001201,0.02781,0.060735,0.026756,-0.038131,-0.007759,-0.002494,0.004533,0.003659,-0.01065,0.006176,-0.034648,-0.014689,-0.013359,-0.006256,0.01051,0.043986,0.014149,0.006449,0.015403,-0.021864,0.110362,0.00861,0.012391,-0.04311,-0.002103,-0.002147,0.014412,0.051351,-0.033169,0.001593,0.005805,-0.020595,-0.027416,0.015798,0.071236,-0.033189,0.021496,-0.055063,-0.000684,-0.0045,0.032182,0.029301,-0.023464,-0.047312,-0.015005,-0.017842,0.029768,-0.032042,0.021908,0.032241,0.018622,0.016955,0.008039,0.055089,-0.003288,-0.02871,0.024973,-0.016566,0.023193,-0.053116,0.0368,-0.009418,0.006904,-0.044297,0.028311,0.047973,-0.011583,0.018208,0.02149,0.054052,-0.016279,-0.01757,0.015266,-0.03541,0.013915,0.011895,0.001995,-0.02977,0.012057,-0.010645,0.011186,-0.013416,-0.002385,-0.031369,-0.033814,-0.050223,-0.015394,0.027397,-0.030139,0.020568,0.003538,-0.015024,0.00123,0.010359,-0.005194,-0.030082,-0.009787,-0.022229,0.003645,0.002875,0.743023,-0.005111,-0.007153,0.010434,0.012114,-0.038545,0.00448,0.017629,-0.001856,0.004699,0.006339,0.001797,0.013709,0.003874,-0.000467,-0.018901,0.000758,-0.015332,0.015387,-0.029799,-0.034506,-0.022266,0.037845,0.021283,-0.002698,0.060758,-0.003274,-0.019138,0.013703,-0.004673,-0.045109,0.014133,-0.002007,-0.01454,-0.016477,0.013906,-0.062747,-0.00148,-0.001745,-0.079484,-0.025549,-0.000535,-0.026506,-0.021697,0.000244,-0.014315,0.004184,0.017156,0.007666,-0.015829,-0.003218,0.022812,0.002376,0.054155,-0.001661,0.010847,0.0078,-0.029313,-0.007199,0.008772,-0.003414,-0.036512,0.004958,0.06269,0.020809,-0.003167,-0.008481,0.002367,-0.013717,-0.000244,0.053626,-0.064175,0.008185,0.018999,-0.021867,0.019494,0.004219,-0.026428,0.041866,-0.011404,0.022925,-0.049231,0.011144,0.012828,-0.02546,0.023562,-0.020699,0.015907,0.018616,0.00697,-0.0156,-0.019112,0.004931,-0.006886,0.02747,-0.011074,0.027795,-0.019412,-0.012105,-0.056684,0.025387,-0.003001,-0.003828,-0.003838,-0.020434,-0.004219,0.003464,-0.013279,0.025415,0.117633,-0.014145,-0.00739,0.029992,-0.016708,-0.017903,-0.03722,-0.014206,0.020281,0.020345,0.036216,0.062965,-0.004649,0.004002,0.004007,0.02326,-0.03242,-0.011756,0.023634,-0.018739,-0.028061,0.009368,0.01425,-0.013762,-0.024828,-0.038274,-0.028185,-0.01793,0.013441,0.025578,0.009973,-0.02598,0.027945,0.024524,0.013444,-0.062043,0.009471,-0.009606,0.025319,0.03276,-0.011328,-0.000127,0.154526,-0.011628,0.025462,0.007567,-0.027663,0.03254,-0.005613,-0.022292,-0.009562,0.044183,0.00378,0.01429,-0.004744,-0.029375,0.017034,0.077351,0.020933,0.025965,-0.000978,-0.019225,0.015567,-0.053831,-0.176084,-0.027892,-0.076074,0.000874,-0.006688,0.006061,-0.003842,0.005418,-0.020591,-0.033555,-0.016396,-0.028523,-0.035681,-0.037177,-0.029951,-0.044104,0.027239,-0.013769,0.002658,-0.029852,0.052202,0.044211,-0.024493,0.072082,0.002585,-0.012528,0.047377,-0.009794,0.009514,-0.015649,0.020886,0.009619,0.023564,-0.017928,0.002473,-0.022321,-0.007279,0.046876,-0.026058,-0.027468,0.018944,0.005428,-0.011083,-0.008903,-0.000318,0.005787,0.022835,-0.004124,-0.014907,-0.060976,-0.003631,-0.011967,0.000788,-0.017195,0.028354,0.021779,-0.006303,0.013523,0.000134,0.039848,0.07163,0.028151,0.042179,0.00053,-0.036238,0.013016,-0.011551,-0.003875,0.030891,0.005813,0.026395,-0.015766,-0.007063,-0.016644,0.038549,0.101352,0.020646,0.042216,0.019047,0.031196,-0.034463,0.000825,0.033824,-0.025439,0.002506,0.002877,0.016061,0.006814,-0.03193,-0.046208,-0.012844,0.023218,-0.003767,0.010525,-0.055594,0.016336,0.001783,0.001803,0.004969,0.013462,0.00919,-0.021718,-0.009993,0.02166,0.027588,0.031493,0.039353,0.045162,-0.002918,0.015347,-0.029237,0.01289,-0.029408,0.032176,0.00516,0.034895,-0.022954,-0.010844,-0.020749,0.008349,0.009258,-0.052708,-0.038557,0.007984,-0.03111,0.031772,-0.036227,0.014048,-0.032788,0.034759,-0.008874,0.015126,0.004319,-0.016968,-0.022384,-0.015921,-0.005726,-0.017757,-0.010919,0.000125,-0.046474,-0.132171,0.007901,0.016181,0.025997,0.052758,0.000801,-0.014468,-0.098049,0.03805,0.030896,-0.051915,0.009553,-0.054924,0.019873,0.043363,-0.025445,0.01946,-0.027112,-0.027137,-0.00005,0.012819,-0.040269,-0.021602,-0.035678,0.009181,-0.023374,0.011592,-0.03938,0.022353,0.023956,0.002719,-0.009309,0.013709,0.039163,0.012034,-0.004073,-0.079967,0.000012,-0.010146,-0.032659,0.015498,-0.01355,-0.011285,0.004512,-0.015964,0.016104,0.016534,-0.048226,-0.044412,0.005386,0.007619,-0.005589,-0.010426,0.024409,0.019635,-0.038026,0.066248,-0.011649,0.050682,-0.006004,-0.011994,-0.018415,0.002534,-0.058215,-0.005742,0.002955,-0.022161,-0.029861,-0.037081,0.007757,-0.005711,0.009986,-0.003689,-0.015901,-0.01518,-0.002978,0.01621,0.034993,0.001791,0.011501,-0.026192,-0.028091,-0.012934,-0.042238,-0.010292,0.049191,-0.003368,-0.008698,0.01003,0.047648,0.010544,-0.002263,0.000086,0.004822,-0.018207,0.008472,-0.029384,-0.008473,0.032453,0.045788,0.010136,-0.022933,-0.000898,0.0254,0.023749,0.010597,-0.089504,0.033304,-0.019494,0.005833,0.007838,-0.046836,0.035683,0.003389,0.04105,0.008102,0.014669,-0.037505,0.104561,-0.001511,0.01198,-0.030492,-0.008873,0.0222,0.036697,0.026298,-0.043747,-0.026305,0.020466,-0.067829,-0.02951,-0.014283,0.075649,-0.007369,-0.001932,-0.030932,0.023896,-0.02348,0.066354,0.02674,-0.013725,0.018232,0.022226,-0.016355,0.005752,-0.01295,-0.004735,0.001677,0.033056,0.074194,0.009061,0.022666,-0.023494,-0.012416,0.008206,-0.005205,-0.003067,-0.023535,-0.003363,-0.000996,-0.011708,-0.044395,0.026218,0.056491,0.010894,0.005077,0.03592,0.090205,-0.019386,0.013895,0.033998,-0.007003,-0.006575,0.019027,0.025658,-0.00465,0.020989,-0.030277,0.005213,0.015738,-0.00191,-0.022491,-0.000632,-0.020988,-0.049675,0.017146,-0.01449,0.011437,-0.024072,-0.015274,0.001354,0.023856,0.021492,-0.029664,-0.005806,-0.013464,0.006184,0.009083,0.724118,-0.00431,-0.022318,-0.027153,0.027976,-0.011717,0.003787,0.008944,-0.023317,-0.018206,-0.010886,0.000741,0.005947,-0.02183,0.002889,0.017872,-0.0037,0.003145,0.006165,-0.02295,-0.035621,-0.003818,0.014018,0.029837,-0.009233,0.047566,0.010228,0.002909,0.038689,-0.011161,-0.040444,-0.012386,-0.027465,-0.0037,0.008462,0.005296,-0.05689,0.014269,0.034703,-0.076352,0.004013,-0.015066,-0.001141,-0.017857,-0.000476,-0.006958,0.02588,0.032016,0.016948,0.003742,0.007453,-0.009301,-0.004274,0.048207,-0.014162,-0.02062,-0.003411,-0.032965,0.00691,0.022871,0.013134,-0.052593,0.008838,0.064693,0.015363,0.028708,-0.000957,-0.012959,0.037934,0.004812,0.039382,-0.09081,0.035798,-0.009437,0.032077,0.019716,0.032233,-0.021329,0.0181,0.000137,0.009918,-0.068431,-0.016441,-0.022424,0.024192,0.041789,-0.056833,0.00285,0.029142,-0.006588,-0.058416,0.045272,0.012825,-0.031283,0.012819,0.002315,0.036488,0.024163,0.005829,0.01241,0.023949,-0.016462,0.021606,-0.004027,-0.078827,0.020244,0.008871,0.006358,0.037178,0.070567,0.009808,-0.027067,-0.020321,-0.005884,-0.009465,-0.008578,-0.004182,0.023975,0.022226,0.019091,-0.038079,-0.011364,0.019527,-0.021095,0.008668,-0.052502,-0.061077,0.045989,-0.000857,-0.033674,-0.019016,0.044553,-0.039467,-0.025066,-0.031252,-0.031457,0.01773,0.013532,0.016758,0.004827,0.009474,0.014463,-0.009765,0.030929,0.057935,0.002505,0.005567,0.007457,-0.017851,0.009175,0.015319,0.135687,-0.003178,0.02162,0.002113,0.02618,0.013988,0.018919,-0.047631,0.020288,0.070731,0.028293,0.021089,-0.044586,-0.009662,0.027984,0.048451,0.009241,0.028335,-0.009118,-0.007846,-0.001393,0.02759,-0.142509,-0.02058,-0.054564,-0.002192,-0.010784,-0.00363,-0.042656,0.021568,-0.015729,-0.016013,-0.028566,-0.03529,-0.077833,-0.001588,0.075426,-0.016142,0.032275,-0.015932,0.018851,-0.037207,0.060556,0.057446,-0.010115,0.047363,0.018482,0.022001,0.031379,0.027829,0.016254,0.009436,0.01691,0.043375,0.017227,-0.032265,0.002953,0.035984,-0.062542,0.032118,-0.025514,0.002783,0.059987,-0.011847,-0.02666,0.026531,0.013796,-0.017864,-0.024527,-0.008565,-0.037948,0.032252,0.018259,0.00489,-0.001148,-0.011571,0.009614,-0.006577,0.016406,0.011578,-0.012449,0.028988,0.014683,0.006071,0.029556,-0.006011,-0.03255,0.008272,-0.013673,-0.046689,0.010739,0.013638,0.015412,-0.018952,0.021436,0.02789,0.034949,0.192075,0.015309,0.027058,0.026697,0.000804,0.025215,0.016823,-0.02155,-0.014485,-0.022391,0.011222,0.006959,0.045812,0.002712,-0.019759,-0.029646,0.098189,0.005731,-0.029659,-0.052019,0.017156,0.013866,0.007741,0.006098,0.005173,0.015192,-0.006618,0.015233,0.014511,-0.003948,0.017969,0.020269,0.008241,-0.032209,0.013165,-0.002459,0.045147,-0.008334,0.008761,-0.040298,0.018098,0.013756,-0.023339,-0.034549,0.028713,-0.014208,-0.05372,-0.038865,0.016042,-0.035164,-0.008997,-0.019548,0.002694,-0.057299,0.018329,-0.000063,0.012628,-0.014167,-0.010519,0.023951,-0.007953,-0.011286,-0.004412,-0.022053,0.047792,0.007626,-0.095391,0.035793,-0.020466,0.014695,0.027599,0.054981,-0.003361,-0.064447,0.035509,-0.017234,0.035181,0.040121,-0.014159,-0.012072,0.027797,-0.027584,0.02312,0.02324,-0.017743,0.014822,0.005866,0.014861,-0.019047,-0.01648,0.051559,-0.051456,0.005003,0.006949,0.013806,0.036495,0.022311,-0.009554,0.012755,0.000285,0.012984,0.031442,0.005734,-0.01824,-0.01977,-0.010907,0.04124,-0.030616,-0.022836,0.004055,-0.051114,0.008358,-0.011295,-0.018441,-0.039153,0.043688,0.014283,-0.012146,0.040122,0.041011,0.027238,-0.025824,0.048871,0.029121,0.007908,0.005063,0.029681,-0.014572,-0.007852,-0.032216,0.007345,-0.011751,-0.004028,-0.036496,0.003534,0.004892,0.027453,0.020871,0.024027,0.036477,-0.031194,0.024328,0.014624,0.028719,0.010293,-0.026047,-0.025335,-0.03641,-0.041878,0.002972,-0.015644,0.037567,-0.041473,-0.01812,-0.009238,0.03463,-0.048225,-0.046652,-0.013206,0.011483,0.015255,0.005701,-0.035045,0.031598,0.00474,0.013042,0.045068,-0.012371,-0.016299,0.039891,0.005631,0.026871,0.059514,0.033172,-0.006819,-0.014861,0.043756,-0.03085,-0.027929,0.016455,0.006571,0.035949,0.01843,0.019724,0.111919,0.005625,-0.036544,-0.00127,-0.0359,0.043672,0.023442,0.043955,0.010454,-0.010144,-0.017558,-0.027463,-0.022744,0.000872,-0.026124,0.016462,0.016015,-0.007427,-0.027961,-0.010014,0.105648,0.009426,0.023814,-0.038542,0.028792,-0.017815,0.005011,-0.01351,-0.01822,-0.003332,0.034767,-0.000684,-0.061037,0.00576,-0.034206,0.031778,-0.03701,-0.002002,-0.057952,0.056836,0.044054,-0.03207,0.001025,-0.013753,0.033313,0.018703,-0.003001,-0.008984,-0.024412,0.054328,0.016893,0.003023,0.051958,-0.017799,-0.013468,0.026393,-0.01151,-0.023318,-0.026237,-0.014698,0.023343,0.001507,0.005099,-0.021855,0.029121,-0.05833,-0.034099,0.025015,0.00297,0.021556,-0.035876,-0.007461,0.0338,0.008699,0.003924,0.003259,-0.013148,-0.017714,-0.000618,0.048476,0.697696,0.002395,0.035302,-0.01401,-0.002933,0.031993,-0.011474,-0.026007,0.000097,-0.005319,0.018884,-0.010233,0.000683,0.033497,0.050241,-0.027496,0.026899,-0.01292,0.034311,-0.004875,-0.013631,-0.070035,0.018038,0.065991,-0.034744,0.037351,0.03869,-0.041317,-0.013269,0.029449,-0.007966,0.006608,-0.047044,-0.032477,-0.016173,0.029253,0.020658,0.0197,0.037767,-0.06631,0.016659,-0.004804,0.033044,0.0119,-0.01822,-0.021123,0.016614,0.011609,-0.017413,-0.017972,0.015288,-0.003999,-0.021989,0.008019,-0.017807,-0.02171,-0.002198,-0.022724,-0.000508,0.014225,-0.002012,0.010397,-0.016673,0.02865,0.042968,0.063686,0.003305,0.028406,0.046131,0.014663,0.026925,-0.064319,0.011541,0.01603,0.026313,0.001591,0.011938,-0.036208,-0.021924,-0.00595,0.015571,-0.038432,0.008384,0.001688,-0.010376,0.000704,-0.050948,0.016315,0.004261,-0.019473,-0.071047,0.006595,0.010188,0.004551,0.042363,0.018453,0.018958,0.067703,0.021347,-0.035878,0.013555,0.005129,-0.019598,0.007869,-0.068042,0.003195,0.01533,0.003904,-0.008994,0.050759,0.012779,-0.030546,0.019271,-0.010315,-0.01651,-0.002052,0.0132,0.003376,-0.008153,-0.007851,-0.025759,-0.025391,0.014552,0.01364,0.031985,-0.069223,-0.040721,0.033529,0.006797,-0.022286,-0.005039,0.013069,-0.010573,0.001359,-0.001069,-0.025434,0.001586,0.004726,0.017388,-0.017643,0.007539,0.042313,0.022919,0.019126,-0.037813,0.001188,0.01099,0.027011,-0.003322,-0.012784,0.005022,0.152333,-0.006171,-0.030633,-0.025448,-0.002517,-0.011562,-0.006481,-0.004584,-0.049392,0.026113,0.009712,0.051456,0.008275,-0.007815,0.027822,0.092365,0.023826,0.004211,0.014257,0.001483,-0.011582,0.00977,-0.165874,-0.0325,-0.071594,0.014331,0.003438,0.000793,-0.015374,-0.008014,-0.002412,-0.023908,-0.005009,-0.013457,-0.026754,-0.017263,-0.031962,-0.027476,0.022207,0.021901,-0.019643,0.00604,0.04172,0.093606,-0.03155,0.144844,0.006763,0.008815,-0.002174,-0.001289,-0.015313,0.017669,0.014724,0.023971,0.02296,-0.022842,-0.054622,-0.025264,-0.039046,-0.00244,-0.012359,-0.002595,0.050567,0.009184,0.010869,0.030569,0.028357,-0.013028,-0.012098,0.00279,-0.008251,-0.01124,0.000993,-0.011034,-0.014455,-0.016364,-0.017745,0.00147,-0.009533,-0.016215,0.014543,0.010601,0.004488,0.017035,-0.001887,-0.001588,-0.04652,-0.024953,0.007364,-0.022092,0.011474,0.012473,0.028133,-0.035711,-0.00892,-0.014157,0.01975,0.076261,-0.012827,0.017352,0.015273,0.014181,-0.012717,0.003212,0.004395,-0.000543,-0.012093,0.020253,0.025221,0.009573,-0.007593,-0.016699,-0.033865,0.039115,0.026449,0.006204,-0.067978,0.005741,0.03368,-0.001199,0.011549,0.025159,-0.041238,-0.019163,0.050189,0.008628,0.006283,0.023374,0.00482,-0.021584,-0.008623,0.000359,-0.027037,0.00688,-0.032411,0.042028,-0.008253,0.034618,0.005687,-0.014414,-0.000095,0.020405,0.012786,-0.04021,-0.034132,0.003809,-0.044062,0.016674,0.004674,-0.008754,-0.011562,0.022389,0.008391,-0.010681,0.003928,0.000187,-0.014394,-0.035296,0.002915,-0.021376,-0.00299,0.025691,-0.019419,-0.084934,-0.001546,0.000847,-0.006259,0.02496,0.018784,-0.002029,-0.04895,0.017507,0.005568,-0.011323,0.010271,-0.017611,0.000837,0.008827,-0.006925,0.011932,0.015854,-0.027663,0.014448,-0.014582,0.025893,0.001476,0.001184,0.004038,-0.029961,-0.004194,-0.024816,0.005132,0.005418,-0.004154,-0.016049,0.000839,0.001363,-0.002569,0.016018,0.005278,-0.00083,-0.003218,0.024447,0.000394,-0.023243,-0.021323,-0.003871,0.000234,0.0001,0.044473,-0.031526,-0.039534,0.004588,0.017575,0.001596,-0.007389,0.055769,0.013176,-0.043432,0.019683,0.011458,0.031447,0.029557,0.033572,-0.005488,-0.024162,-0.004068,-0.017875,-0.014316,-0.034076,-0.018625,-0.007277,-0.018181,-0.0128,-0.014348,-0.005726,-0.00498,-0.018896,0.013153,0.028677,-0.019889,0.014758,0.021375,-0.005841,0.002656,0.005278,-0.041955,-0.011288,-0.002712,-0.00469,-0.008885,0.037733,0.048726,-0.024825,-0.023679,-0.011353,0.005914,0.019613,0.038402,-0.042544,0.024543,0.054223,-0.006937,0.073441,-0.016595,0.011042,0.018437,-0.016132,0.002844,-0.033922,0.010593,-0.025936,-0.024963,0.012557,0.010406,-0.004622,0.029363,-0.011751,0.032024,0.027447,-0.001098,0.111343,-0.031116,0.012704,0.003156,-0.013158,-0.007334,0.071374,0.019913,-0.017156,-0.006956,0.000513,-0.017269,0.007749,0.036732,0.001861,-0.005656,-0.000093,-0.025915,0.023395,-0.014562,0.056352,0.020684,0.015049,0.011665,0.028405,0.005455,0.003222,0.000425,0.008443,-0.015505,0.057822,0.018002,-0.021971,0.025184,-0.000461,0.02952,-0.000446,0.032864,-0.012053,0.008563,0.000968,-0.010372,-0.009441,0.010517,0.005711,0.031218,-0.007518,-0.000152,-0.003529,0.013057,-0.015752,-0.005929,0.00641,-0.019518,-0.011731,0.031338,-0.018378,-0.019315,0.027333,-0.001019,0.023296,0.00686,0.01962,-0.011393,-0.006466,-0.020605,-0.020331,0.029752,-0.006437,0.005008,-0.019224,-0.013571,0.022062,0.008508,0.014323,-0.023089,-0.030189,-0.034503,-0.012049,-0.008199,0.786873,-0.019726,0.001541,-0.010252,-0.000381,-0.023291,-0.001638,0.018076,-0.008641,-0.016246,-0.000256,-0.001674,-0.020628,0.024821,-0.010792,-0.013594,0.013842,-0.00756,-0.009549,-0.025582,-0.014503,-0.001134,0.053474,0.023698,-0.004734,0.019944,0.002877,-0.035807,0.002408,0.018666,-0.030955,0.010125,-0.042193,-0.008857,0.006086,-0.011081,-0.001128,0.00487,0.019207,-0.097995,-0.02015,0.010304,0.006547,-0.014539,0.001576,-0.008677,0.018912,0.02912,-0.016394,-0.005644,-0.00158,-0.023574,0.024979,0.029007,-0.008755,-0.032669,0.013718,-0.009963,-0.011461,0.006166,0.014949,-0.010084,-0.037387,0.075636,0.031368,0.058513,-0.004272,-0.005846,0.021981,0.031873,0.047032,-0.047615,0.010503,0.016016,-0.012806,-0.002432,-0.003358,-0.023599,0.024187,-0.004004,0.038893,-0.076854,0.033632,0.003276,-0.005193,0.025039,-0.022203,-0.01381,0.015432,0.013401,-0.015135,0.012741,0.008373,-0.002713,0.028031,0.01696,-0.029824,-0.009458,0.010259,-0.014425,-0.011105,-0.022482,-0.027063,0.004861,-0.032298,0.010268,-0.02479,0.029267,-0.005684,0.063327,-0.020144,0.021732,-0.002652,0.01884,-0.039762,0.025078,0.015763,-0.024957,-0.003048,0.030866,-0.00388,0.049674,-0.008034,-0.007354,0.035027,-0.070049,-0.016824,-0.009953,0.005798,0.018581,-0.030314,-0.010014,-0.024132,-0.002542,-0.039806,0.017431,-0.020457,0.011674,0.026314,0.017763,-0.002528,0.012126,0.037935,0.017075,0.016844,0.006531,0.008679,0.03374,-0.014093,0.000442,0.009643,0.127742,0.029629,0.00213,-0.00033,0.004912,-0.022029,-0.002315,-0.031868,-0.03012,0.025701,0.034842,0.013525,0.006036,0.023955,0.032802,0.06737,-0.006735,-0.009681,0.008465,-0.015101,-0.036947,0.002101,-0.211335,-0.004071,-0.077079,0.000428,0.011081,-0.027899,0.010717,-0.040306,-0.00209,-0.026088,-0.009957,-0.02639,-0.029479,-0.015554,-0.025388,-0.047771,0.00146,-0.018313,-0.013687,-0.015546,0.020043,0.046403,-0.020873,0.084724,0.022805,-0.021476,0.003591,0.001264,0.0215,-0.019629,-0.004386,0.015552,0.002742,0.000114,-0.016743,0.002301,-0.027124,0.005307,-0.021421,-0.016955,-0.018729,-0.020182,-0.002087,0.014814,0.004144,-0.012034,0.004228,-0.040667,-0.046475,-0.008295,-0.015603,-0.015557,-0.010905,-0.012223,0.043207,0.001681,-0.024443,0.00381,0.005402,0.060613,0.036585,-0.008194,0.011773,-0.017486,-0.059168,0.026292,-0.024718,-0.042893,0.032132,0.018421,0.011983,0.002384,0.025116,0.006105,0.026374,0.119359,-0.00426,0.036467,0.007948,0.018821,-0.029859,0.01038,-0.016352,-0.021192,-0.034431,0.046605,0.042452,-0.015402,-0.006551,-0.017401,-0.04823,0.056791,0.000339,0.01178,-0.034318,0.019076,0.038406,0.024402,-0.055818,0.03386,-0.005585,-0.012909,0.008025,0.032399,0.01709,-0.001258,0.045807,-0.004549,-0.016341,0.022734,-0.013451,0.00373,-0.006191,-0.013021,-0.014289,0.038216,0.001747,0.014836,-0.029999,0.041802,0.003774,-0.015704,-0.009965,0.045048,-0.015277,0.028016,0.002322,-0.011722,-0.038788,0.004218,0.026656,-0.003587,0.005802,0.004091,-0.006064,0.022699,-0.002162,-0.025809,-0.012935,0.008173,-0.040477,-0.0824,0.000481,0.015515,0.00427,0.024772,0.021036,-0.029885,-0.032749,0.013808,-0.005562,0.079431,0.027832,-0.040274,-0.005042,-0.019745,-0.016821,0.014158,0.04754,0.002164,0.046808,0.013275,-0.001556,-0.011413,-0.017706,-0.004097,-0.03243,0.006442,-0.018349,0.021244,0.007255,0.053305,-0.023813,-0.005377,-0.005303,0.032891,-0.025564,-0.077444,-0.028955,0.033823,-0.034554,0.040921,-0.023575,-0.005497,-0.020518,-0.024311,0.030048,0.022167,-0.002341,-0.045975,-0.014854,0.020689,-0.010392,0.005537,0.091264,-0.012225,-0.017008,-0.019219,0.006358,0.01583,-0.005054,0.034928,0.012565,-0.014677,0.006391,-0.014138,-0.015852,-0.009199,-0.0353,-0.007743,-0.020447,-0.035391,0.022995,-0.027793,-0.020371,-0.007904,-0.000923,0.006012,0.02848,0.019876,0.027204,0.008512,0.007553,0.011477,-0.010464,0.009014,0.040395,-0.037881,0.001916,-0.015954,0.027544,-0.024737,-0.027321,0.00504,0.033054,-0.012707,0.012176,-0.011747,-0.01318,0.03122,0.058385,0.035835,-0.044676,0.025357,0.010932,-0.033711,0.017183,0.081664,-0.002091,-0.019101,0.015532,0.005869,0.008278,-0.032306,0.035164,-0.021245,0.046891,0.013951,0.010579,0.112626,0.010002,-0.016849,-0.062154,-0.006814,0.048,0.044649,0.052562,0.016473,-0.031271,-0.000452,-0.029114,-0.007976,0.024641,-0.017666,-0.008716,0.018467,-0.028974,-0.017491,-0.012089,0.044563,0.008799,0.000481,-0.013392,-0.006674,0.012689,-0.021551,-0.005957,0.044451,0.001145,0.020974,0.017976,-0.019306,-0.011694,-0.004863,0.006322,-0.045836,0.008011,-0.005406,-0.021031,0.010899,-0.040824,-0.015558,-0.045814,0.001611,0.043106,-0.005112,0.026165,0.018157,0.021455,-0.008089,-0.038683,0.036783,-0.045256,-0.016317,0.011773,0.013773,0.001544,0.035356,-0.003467,0.039027,-0.003785,-0.022752,-0.042388,-0.016913,-0.059581,-0.00735,0.039825,-0.026793,-0.012904,0.014353,-0.016097,0.003339,0.042424,-0.001253,-0.007809,-0.009966,-0.01081,0.0152,0.024453,0.745381,-0.009447,0.003455,0.019928,-0.014198,0.013635,-0.008588,0.016682,0.000758,-0.021733,-0.006841,0.015169,0.002599,0.037391,0.013011,-0.000727,0.016143,-0.017734,-0.003883,-0.009869,-0.019689,-0.019045,0.025828,0.076341,-0.024858,0.058935,-0.002445,-0.04288,0.05621,0.034432,-0.00679,-0.055558,-0.018877,0.023794,-0.046427,0.014947,-0.017897,0.018156,-0.000314,-0.074358,0.000419,-0.019325,0.00929,0.000235,0.028167,-0.030855,0.009835,-0.009738,-0.010658,-0.002502,0.022055,0.01434,0.012785,0.036355,-0.01925,-0.003958,0.024013,-0.041496,-0.010121,-0.012801,0.004133,-0.006824,-0.00209,0.02999,0.027415,0.034163,0.008424,-0.018071,0.039991,0.037962,0.04455,-0.103013,0.042806,0.007658,0.030684,0.014186,0.02933,-0.004042,-0.007623,-0.021149,0.020909,-0.077438,0.0099,-0.001508,0.012983,0.007793,-0.038701,0.009902,0.00948,-0.001022,-0.071314,0.031801,-0.006904,-0.035191,0.003526,0.005961,0.000898,0.024526,0.00991,-0.022604,0.017194,0.013179,-0.003964,0.002187,-0.09244,-0.022157,0.017968,0.019815,0.043759,0.030772,-0.006516,-0.003399,-0.013481,-0.007276,0.008022,-0.002325,0.021462,0.013216,0.013341,-0.005553,-0.013968,-0.005647,0.011282,0.00758,0.048821,-0.056435,-0.051579,0.052828,0.008495,-0.026198,-0.014313,0.001088,-0.008599,-0.013811,-0.027178,-0.039299,0.004691,-0.014667,0.045658,0.013111,-0.001301,0.021652,0.001992,0.012414,0.056145,-0.00429,0.034584,0.041259,-0.001687,-0.01005,0.026602,0.151714,0.011005,-0.022591,0.008046,0.008712,0.011384,0.024885,-0.030297,-0.028811,0.045739,-0.015212,0.051154,-0.005772,-0.018127,0.000898,0.047198,-0.016317,0.030006,-0.00591,-0.008491,-0.004191,0.029775,-0.195545,0.007027,-0.036904,0.024097,-0.006818,-0.012419,0.002561,0.000255,-0.018158,-0.009398,-0.025693,-0.012205,-0.025652,0.009979,0.007721,-0.026661,0.031294,-0.021252,0.016124,-0.03039,0.043362,0.06166,-0.010973,0.084483,0.000362,0.00516,0.025743,0.031394,0.03084,-0.018893,0.000553,0.056208,0.017584,-0.04381,-0.029077,-0.00254,-0.052999,0.026294,-0.01797,0.010001,0.059188,-0.033506,-0.00076,-0.014129,0.011172,0.004103,-0.004557,0.000271,-0.029035,0.014961,0.025434,-0.018506,-0.019284,-0.0228,0.00598,-0.001365,0.011224,0.008161,-0.017099,0.01632,-0.001222,0.027309,-0.005476,-0.014204,-0.051431,0.015303,0.005255,-0.047995,0.014325,-0.000698,0.007788,-0.020288,0.021778,0.045906,0.035722,0.164066,0.009106,0.025202,-0.007098,0.015178,0.003526,0.034913,-0.010247,-0.031453,-0.020981,0.001556,-0.014516,0.023245,0.018293,-0.02646,-0.02023,0.061412,0.015289,-0.010188,-0.044834,0.001618,0.033444,0.023502,-0.013792,0.010465,-0.004041,0.015442,0.009838,0.042173,0.007295,0.046766,-0.001049,0.007365,-0.00813,-0.002711,-0.011747,0.040246,-0.016873,-0.012675,-0.014041,0.044261,-0.020766,-0.018817,-0.043577,0.04373,-0.02925,-0.024472,-0.019094,0.011676,-0.037674,0.010855,-0.02117,-0.018166,-0.041675,0.012789,-0.020786,-0.003356,-0.019482,-0.018199,-0.041209,0.010257,-0.011985,-0.02288,-0.020566,0.013035,-0.009443,-0.089956,-0.013031,0.003252,-0.003138,0.035623,0.059433,-0.003245,-0.084648,0.021111,-0.030623,0.071626,0.038041,-0.067044,-0.023248,0.02075,-0.019789,0.055491,0.034652,-0.035829,-0.001679,0.020952,0.018087,-0.007902,-0.013194,0.025655,-0.043495,-0.014362,0.003729,0.002901,0.001689,0.008822,-0.029662,0.003298,-0.017834,0.039714,0.018316,-0.016007,0.000994,-0.015371,-0.007478,0.02766,-0.014419,-0.021627,-0.013842,-0.033446,0.012921,0.003137,-0.027626,-0.048361,0.005533,-0.020438,0.027932,0.008135,0.079291,0.019891,-0.035502,0.036404,0.014558,-0.017833,-0.057322,0.036761,0.016474,-0.016532,-0.004939,-0.006595,0.00834,-0.034911,-0.044373,-0.003996,-0.039416,-0.004397,0.009544,0.000733,0.021422,-0.02077,0.024603,0.001424,0.011645,0.02389,0.012754,-0.025356,-0.019092,-0.044215,-0.019577,-0.017266,0.036559,-0.028762,-0.010171,-0.014018,0.036093,-0.025226,-0.037662,0.002198,0.001331,0.003861,0.01581,-0.014993,0.035644,0.017954,0.029473,0.0694,-0.004681,0.008038,0.005681,-0.019766,-0.030096,0.06275,0.014489,0.007365,-0.01066,0.030635,-0.007238,-0.024622,0.029944,0.00762,0.010989,0.014645,0.026639,0.110377,0.016069,-0.004869,-0.009838,-0.035085,0.018956,0.02486,0.033503,-0.011975,-0.011823,-0.010075,-0.014419,-0.014359,0.016385,-0.020804,0.017728,0.01169,0.019915,-0.027341,-0.020942,0.129881,0.037949,-0.029836,-0.006344,0.02461,-0.008388,-0.009511,0.013929,-0.008442,0.008099,0.03302,0.03013,-0.036081,0.000842,0.016954,0.02527,-0.04321,0.013364,0.008151,0.005247,0.005225,-0.02551,-0.020567,-0.010409,0.010806,0.014322,0.011038,0.002779,-0.000987,0.061987,0.005577,-0.027961,0.024061,-0.022249,0.002168,0.02151,0.003817,-0.021729,0.026069,-0.026917,0.02526,0.004808,-0.004298,-0.029281,-0.016815,-0.026117,-0.00189,0.062485,-0.015506,0.036205,-0.024276,-0.004164,0.022892,0.029286,0.008239,0.007743,0.018053,-0.024159,0.002942,0.020743,0.717534,-0.001562,0.023914,-0.024628,0.001467,0.03075,0.000119,-0.011514,0.003537,-0.001906,-0.000062,-0.020321,0.00296,0.025078,0.033387,-0.012579,0.035979,-0.022849,0.021427,-0.019748,-0.012743,-0.068064,0.026888,0.018239,-0.012714,0.061172,0.030435,-0.032997,0.000637,0.034324,-0.017841,-0.038013,-0.064533,-0.037611,-0.000278,0.00296,0.004565,0.029276,0.017639,-0.06471,0.007231,-0.002999,0.028613,-0.010584,0.004606,-0.023323,0.002888,0.009273,0.00372,-0.001659,-0.002352,0.018955,0.000751,0.025226,-0.0279,-0.010769,0.001538,-0.042525,-0.007933,0.017388,0.03074,0.002695,0.002169,0.038544,0.042353,0.060562,0.006774,-0.002028,0.034092,0.031961,0.042952,-0.097728,0.023934,0.014691,0.017108,0.004723,0.013802,-0.005778,-0.009433,-0.027828,0.035217,-0.061197,0.016817,0.020165,0.015136,0.022694,-0.058021,0.001917,0.022314,0.000726,-0.059325,0.017727,-0.017628,-0.029032,0.014068,0.006934,0.002397,0.040125,0.008426,-0.023874,0.023018,0.036096,-0.032212,-0.02384,-0.083949,-0.010121,-0.008642,0.005825,0.033341,0.046655,-0.012122,-0.004423,-0.015103,-0.015315,0.008592,-0.022088,0.011769,0.00572,0.007058,0.002147,-0.024561,-0.013657,0.006619,-0.011369,0.050441,-0.064538,-0.02111,0.039471,0.007496,-0.032528,-0.006904,0.009118,-0.035836,0.000956,-0.030011,-0.038291,-0.010429,0.004241,0.032292,0.016613,-0.008905,0.013742,-0.005635,0.010971,0.019192,-0.000456,0.006,0.059268,-0.006995,0.008863,0.014858,0.133751,0.011682,-0.027935,-0.004189,-0.026453,-0.003164,0.00136,-0.040932,-0.012852,0.05565,0.026238,0.055937,-0.016208,-0.002921,0.009086,0.043037,-0.017918,0.020521,0.007882,0.018025,-0.002814,0.042338,-0.184948,0.003351,-0.040622,-0.004127,0.015057,0.01123,0.013426,0.008964,-0.017275,-0.030314,-0.028193,-0.023103,-0.027459,-0.009355,0.014892,-0.006674,0.041781,-0.036814,-0.002786,-0.01926,0.031735,0.064783,-0.034186,0.072001,0.009706,0.002992,0.022376,0.02643,0.050978,-0.004144,-0.013294,0.051401,-0.002584,-0.057186,-0.005821,0.001786,-0.046885,0.023544,-0.022377,0.006458,0.052663,-0.021424,-0.017651,0.006604,-0.000927,0.010337,-0.008402,0.007327,-0.04067,0.017325,0.029916,-0.01874,0.009376,-0.0096,0.009766,-0.034071,0.015287,0.006262,-0.011334,0.041517,0.002315,0.005401,0.009691,-0.005214,-0.04674,-0.005958,-0.012766,-0.050902,0.019906,0.009979,0.01621,-0.02135,0.010397,0.016564,0.012122,0.171649,0.014426,0.030161,-0.004017,-0.008763,-0.010396,0.010648,-0.019602,-0.014857,-0.021517,0.000388,-0.004923,0.028976,0.008477,-0.016013,-0.024089,0.052128,0.032397,0.001026,-0.059296,0.027653,0.032983,0.023689,-0.002206,0.02237,-0.038729,0.000196,-0.009366,0.017819,0.023626,0.048845,0.020504,-0.015243,-0.001868,-0.004915,-0.017148,0.034882,-0.0217,-0.000378,-0.031127,0.042407,-0.041845,-0.025554,-0.052194,0.027869,-0.004243,-0.043662,-0.01253,0.023175,-0.035977,0.01476,-0.024164,-0.010282,-0.033257,0.015413,-0.013683,-0.006212,0.000154,-0.029269,-0.007462,0.000133,-0.022989,-0.020352,0.000178,0.01937,-0.017191,-0.103568,0.007374,-0.003068,0.001918,0.031397,0.041823,-0.001728,-0.123687,0.001455,-0.022896,0.058004,0.045242,-0.054712,-0.032373,0.027143,-0.02316,0.058498,0.046361,-0.021433,0.005099,-0.002615,0.028505,-0.005264,-0.031293,0.027277,-0.026787,-0.023661,-0.004132,0.00078,0.025467,0.018848,-0.020046,0.002631,-0.033439,0.008145,-0.007813,-0.012381,0.003183,-0.007089,0.009624,0.029982,-0.019163,-0.018344,0.014695,-0.022565,0.006652,-0.006996,-0.006581,-0.045395,-0.004218,-0.005272,0.038103,0.020167,0.095917,0.021861,-0.017021,0.042513,0.019542,-0.004505,-0.040997,0.046068,0.01376,-0.007462,-0.017535,-0.035302,-0.009813,-0.023827,-0.026714,-0.006229,-0.017836,-0.005334,0.010179,-0.032011,0.008697,-0.028002,0.004948,-0.000821,0.003841,0.01657,0.035895,-0.03473,-0.011628,-0.037941,-0.000085,0.001445,0.041399,-0.026044,-0.001035,-0.012899,0.03101,-0.051155,-0.022199,0.002559,0.021989,0.0083,0.017673,-0.035724,0.030333,0.045364,0.029848,0.060421,-0.030469,0.010496,0.022064,-0.002045,-0.029972,0.035139,0.010439,-0.013978,-0.001327,0.010261,-0.032055,0.006745,0.012635,-0.002674,0.026077,0.019948,0.03073,0.110017,0.017759,0.00107,-0.0237,-0.035334,0.021048,0.039101,0.045805,-0.016689,-0.016824,-0.00448,-0.007251,-0.00387,0.027864,-0.025155,0.014195,0.000065,0.0008,-0.01653,-0.008141,0.145915,0.031211,-0.035605,0.005656,0.021111,-0.002154,-0.013161,0.014061,0.010352,-0.016268,0.052431,0.028081,-0.047513,-0.004788,0.012863,0.036321,-0.031757,0.038388,0.019004,0.006759,0.015692,-0.044445,0.027502,-0.027095,0.025586,0.031179,0.008504,-0.002403,-0.003804,0.070265,-0.002573,-0.038058,0.022453,-0.005018,-0.007257,0.03847,0.008405,-0.005697,0.013445,-0.003642,0.028464,0.005822,-0.007063,-0.032879,0.002301,-0.041193,-0.000173,0.046544,-0.011958,0.003751,-0.009271,-0.002952,0.018365,0.018396,-0.007823,0.000989,-0.001559,-0.018124,-0.013994,-0.00411,0.713137,-0.015614,0.036228,-0.013797,0.015288,0.041915,0.01106,-0.00126,-0.008106,-0.010632,0.014112,-0.014052,-0.005375,0.035114,0.024585,-0.035587,0.058087,-0.006777,0.01432,-0.01608,-0.012394,-0.033006,0.038428,0.024603,0.002231,0.056207,0.033903,-0.02284,0.002164,0.011719,-0.010262,-0.019894,-0.05024,-0.045489,-0.018326,0.006348,0.015788,0.045957,0.017337,-0.061149,0.029663,0.000757,0.025311,-0.024216,-0.010482,-0.030301,0.015716,-0.005988,-0.017432,-0.00998,0.000916,0.006781,-0.024488,0.035038,-0.016815,0.001719,0.004564,-0.033518,-0.008763,0.008604,0.034211,-0.001457,-0.016815,0.054311,0.051106,0.048212,-0.012896,0.018386,0.014432,0.01403,0.032836,-0.063358,0.021809,0.01671,-0.007236,0.008493,0.009281,-0.008056,-0.027178,-0.013881,-0.014211,-0.068285,0.010907,0.042479,-0.006216,0.005308,-0.022291,0.030303,0.019461,-0.017367,-0.040256,-0.020558,0.000142,-0.006289,0.006934,-0.003519,-0.005457,0.051188,0.020427,-0.002503,0.027578,0.014485,0.002082,0.024887,-0.044286,-0.011602,0.00349,-0.013458,0.024257,0.04218,0.033878,-0.008093,-0.01231,-0.018867,-0.024711,-0.008983,-0.001133,-0.008996,-0.015449,0.004825,0.019473,-0.009868,-0.011604,0.003344,0.00674,-0.040619,-0.0351,0.003142,0.009517,-0.015552,-0.010716,0.003962,-0.014773,0.00145,0.002335,-0.035569,-0.006751,0.01056,0.023394,0.030884,0.004677,0.015064,-0.007687,0.013414,-0.01858,0.000704,0.015834,0.013193,-0.011156,-0.018622,0.004255,0.188264,0.028403,0.002888,-0.008989,0.011212,-0.00343,-0.029821,-0.01755,-0.044709,0.027584,0.011932,0.013728,0.034896,0.004947,-0.006049,0.080209,0.002958,-0.010499,-0.013106,-0.016905,0.000157,0.014943,-0.192095,-0.013814,-0.016852,0.010454,0.006201,-0.013227,0.012997,-0.025941,-0.004318,-0.029068,0.015112,0.003194,-0.040946,-0.01042,-0.009776,-0.025139,0.052292,-0.001744,0.001889,0.010091,0.038015,0.08264,-0.039293,0.111789,0.002907,-0.002644,0.00127,0.000353,0.014244,-0.000973,0.004703,0.033244,0.018699,-0.021419,-0.003982,0.005177,-0.002797,0.032818,-0.050692,0.006581,0.014584,0.017328,-0.008696,0.026557,-0.014072,-0.004219,0.015341,-0.029705,-0.0039,-0.013299,-0.008503,-0.00132,-0.017904,-0.023329,0.044333,0.011595,-0.006927,0.006874,-0.047633,0.002233,0.004131,0.025328,0.012597,-0.001189,-0.043578,0.003643,-0.026098,-0.027418,0.013744,0.009403,0.012343,-0.027354,-0.027391,0.021302,0.041373,0.130078,0.027756,0.006876,-0.004325,0.020466,-0.014021,0.000666,0.011488,-0.038214,-0.019073,0.009896,0.019543,0.009477,0.018527,-0.005535,-0.030653,0.013768,-0.008018,-0.009421,-0.061456,0.018734,0.011683,0.018186,0.012729,0.002881,-0.016894,0.013376,0.025666,0.033142,0.032112,0.026419,0.023717,0.016983,-0.00193,-0.00374,-0.032797,0.015134,-0.018528,0.017269,-0.024733,0.030425,-0.003425,0.006586,-0.031859,0.043354,0.000605,-0.033604,0.003055,0.021561,0.002379,0.014832,-0.029204,0.003801,-0.014278,0.013633,0.007845,-0.007945,0.006889,-0.005469,-0.010183,0.00446,0.014151,-0.04581,-0.012438,0.020603,-0.032634,-0.101089,0.004649,-0.007063,-0.018011,0.035645,0.002181,0.003169,-0.062729,0.019151,0.016776,-0.038989,0.034222,-0.007606,0.018973,0.010434,0.000064,0.017988,0.056081,-0.016018,0.022501,-0.001234,0.014706,-0.005802,-0.019969,0.011728,-0.035764,0.006024,-0.003953,0.004614,0.011088,0.004089,-0.014535,-0.021215,0.006535,0.017314,-0.001234,-0.01557,-0.004798,-0.018916,0.015978,0.036128,0.00305,-0.030474,0.002153,-0.015138,0.012277,-0.024834,-0.026232,-0.025107,0.01889,-0.009164,0.028913,-0.005045,0.093735,-0.002937,-0.023953,0.030925,0.002137,-0.00234,-0.005352,0.050369,0.005449,-0.01185,-0.013266,-0.01287,-0.013011,-0.044611,0.000128,-0.038725,-0.006567,-0.003,-0.020822,0.009995,-0.02181,-0.01111,-0.002587,0.02473,-0.007397,0.007104,0.014903,-0.030206,-0.004235,-0.032704,-0.002438,-0.007607,0.029626,-0.015824,0.001416,0.006242,0.020334,-0.032428,-0.037791,-0.013308,-0.0172,0.014557,0.018875,-0.038556,-0.015581,0.048505,0.027662,0.021622,-0.021607,0.014103,0.021269,0.005541,-0.019156,-0.001247,0.015061,-0.0095,-0.020849,0.025024,-0.049076,-0.0132,0.038809,-0.005957,0.023094,0.012439,0.019026,0.110174,0.00823,0.020418,-0.014441,-0.014473,0.020442,0.051285,0.005411,-0.022076,-0.009595,-0.007711,-0.018434,-0.026561,0.038332,0.027858,-0.017555,-0.007058,-0.033298,0.007458,-0.028889,0.079368,0.007878,-0.014331,-0.013111,0.004697,-0.014009,-0.001523,0.01858,0.012298,-0.01516,0.033628,0.03382,0.011769,-0.021216,-0.012082,0.031719,-0.001006,0.000989,0.020576,-0.007378,-0.010772,-0.004412,-0.018109,-0.010585,0.02496,0.021001,-0.006309,0.030586,0.003171,0.055967,-0.035087,-0.023774,0.021296,-0.043363,0.003751,0.018534,0.0259,-0.021206,0.03197,-0.017347,0.017374,0.033036,0.011238,-0.009043,-0.012354,-0.042994,-0.015331,0.019753,-0.006751,0.003441,-0.026256,-0.020592,-0.007348,-0.003059,-0.008383,-0.020649,-0.011726,-0.011648,0.005496,-0.00034,0.774639,-0.019144,0.012299,0.010806,0.011994,-0.017573,0.009172,-0.027599,0.021906,-0.008089,0.021461,-0.005539,0.013836,0.021056,0.02006,-0.015871,0.021382,0.002073,0.027462,-0.02288,-0.018474,-0.025228,0.051253,0.023079,0.006872,0.062763,0.00994,-0.019873,-0.000164,0.015461,-0.017107,-0.005755,-0.019681,-0.005688,-0.017397,0.00998,0.003824,0.026452,0.010256,-0.083716,-0.008792,-0.009771,0.004739,-0.016107,0.013011,-0.025898,0.020099,0.021126,0.011402,-0.00766,0.01749,-0.019073,0.02239,0.066355,0.013962,-0.008158,0.005562,-0.015483,-0.015254,0.016791,-0.013406,-0.023848,-0.0182,0.087681,0.017229,0.056918,0.002726,-0.01041,0.040694,0.042149,0.060541,-0.101257,0.037658,0.003665,0.004045,-0.016241,0.020744,-0.014752,0.003379,-0.002156,0.020743,-0.082649,0.036556,0.027859,-0.036926,0.013034,-0.065554,-0.019437,0.000984,-0.020105,-0.082985,-0.003364,0.014436,-0.008164,0.022389,-0.006255,0.026504,0.042837,-0.020393,-0.010451,0.0139,0.031031,0.009939,-0.01581,-0.034635,0.00403,0.024459,0.02034,0.024573,0.091192,0.036352,-0.028514,-0.007463,-0.005742,-0.026471,0.02143,0.029371,0.009664,0.017774,0.011467,0.016232,0.001552,0.000406,-0.041617,0.048256,-0.049497,-0.039326,-0.012517,-0.000892,-0.015671,0.036971,0.014356,-0.043565,-0.019669,-0.047535,-0.027782,-0.014127,-0.001353,0.013854,-0.009496,-0.006347,0.022521,0.005857,-0.017253,0.012873,-0.002722,0.003275,-0.010102,0.021062,0.00632,0.0054,0.057736,-0.020114,-0.017678,-0.022041,0.010115,0.013773,0.023153,-0.033497,-0.019412,0.041032,0.014718,0.01042,0.003844,-0.009119,0.007024,0.071061,0.019043,-0.025944,0.015493,-0.008418,0.003134,0.032088,-0.129809,0.021024,-0.034767,-0.010734,0.003805,0.000787,-0.008898,-0.007251,0.001727,-0.011709,0.009814,-0.020879,-0.015814,0.00278,0.012255,-0.032545,0.038606,-0.010415,-0.006722,-0.035085,0.086306,0.106706,-0.016981,0.070457,0.032399,0.004662,0.01836,0.009669,-0.000747,-0.009133,-0.013447,0.041133,0.004927,-0.028421,-0.022243,0.012275,-0.019874,0.031767,-0.034055,0.008537,0.038337,-0.005845,-0.021485,0.058204,-0.014658,-0.017634,0.002196,-0.009221,-0.005891,-0.016988,0.011783,-0.00309,-0.032383,-0.053937,0.006812,0.021824,0.01048,-0.023466,0.004953,0.039396,0.000423,0.041879,0.013193,-0.033812,-0.021232,0.01434,-0.001734,-0.031042,0.013451,0.023807,0.017898,0.014282,0.020124,0.022464,0.003584,0.131078,0.06365,0.002241,0.00408,0.021519,0.007324,0.010113,-0.01156,-0.02384,-0.031257,-0.010911,0.020779,0.030493,-0.02133,-0.029899,-0.045433,0.046986,0.012834,-0.000524,-0.035187,0.021207,0.032234,0.040838,0.031316,-0.002238,-0.042961,-0.03428,0.019459,0.020249,-0.036437,0.00589,0.026148,0.007316,-0.012623,-0.007716,-0.027332,0.016674,-0.028656,-0.004322,0.027144,0.037761,-0.025308,-0.022184,-0.044754,0.027358,-0.013924,0.003215,-0.005405,0.056026,-0.024778,0.024014,-0.035792,0.018388,-0.060785,0.018689,-0.005984,0.01249,-0.003148,-0.012638,-0.00448,0.016685,0.005643,-0.01376,0.004112,0.026775,-0.043515,-0.077903,0.006725,0.01747,0.001425,0.056859,0.040677,-0.012219,-0.025577,-0.000319,-0.030776,0.050483,-0.011318,-0.01795,-0.006738,-0.012016,-0.056519,0.023737,0.021984,-0.005256,-0.001784,-0.009086,0.007047,-0.006027,-0.05764,0.00766,-0.038731,-0.004784,-0.023368,-0.006806,0.040244,-0.006767,-0.028723,-0.021858,0.033492,0.034662,0.034615,-0.005786,0.000573,0.004817,0.003677,0.039415,0.020617,-0.0345,0.011415,-0.010293,-0.017246,0.012967,-0.010895,-0.060886,0.035274,0.027391,0.018255,-0.022156,0.097674,0.024968,-0.03918,0.022338,0.00924,0.001841,0.018849,0.027528,-0.014943,0.002181,-0.007811,-0.03358,0.017592,-0.050261,-0.010878,0.002949,-0.016141,0.00322,-0.025457,0.030133,0.000987,-0.043231,-0.015001,0.013671,-0.026017,0.020346,0.00341,-0.0362,0.004022,-0.063787,0.000017,0.035077,0.046528,-0.029767,-0.018505,-0.021652,0.023005,-0.008888,-0.04278,0.010765,-0.000852,0.004594,-0.00737,-0.021273,0.01912,0.031161,0.026616,0.048531,-0.022014,0.022316,0.012541,-0.024012,0.001532,0.062042,0.002013,-0.0202,-0.009903,0.024571,-0.030124,-0.012279,0.035384,-0.001883,0.006716,-0.017127,-0.021183,0.117758,-0.009487,0.037544,-0.045629,0.012622,-0.011783,0.037513,0.045224,-0.017004,-0.011293,0.018002,-0.025084,0.016062,0.047392,0.042105,-0.00385,0.032694,-0.010665,-0.012663,-0.000117,0.105067,0.003736,-0.022477,-0.035766,0.041027,0.017863,-0.02668,-0.016606,0.001597,-0.039859,0.022334,0.026527,-0.020223,0.011693,-0.001396,0.043453,-0.026338,0.008585,-0.017424,-0.018528,-0.010499,-0.029116,-0.001,0.006444,0.037748,0.003588,0.001469,0.012134,0.028032,0.034041,0.007016,-0.029468,0.021091,-0.037104,0.000404,0.009419,0.019431,0.014529,-0.007177,0.00613,-0.001569,-0.005547,-0.01273,-0.024957,0.004113,-0.042876,0.001987,0.035036,-0.029849,-0.020509,-0.031373,-0.008816,0.017794,-0.004842,0.034561,-0.008175,-0.000403,0.005851,0.019782,0.032086,0.748317,0.001083,0.042218,0.010473,0.013289,0.008048,0.018916,-0.004003,0.01016,0.003306,-0.01432,-0.006818,0.005053,0.077516,0.011964,-0.022928,0.017284,-0.027201,0.039491,-0.003813,-0.033684,-0.026438,0.026731,0.035709,-0.013833,0.041777,0.007936,-0.0536,-0.026916,0.009279,-0.052523,-0.005554,-0.048012,-0.012431,-0.020753,-0.005455,-0.038981,0.010916,0.031964,-0.061944,-0.004179,0.007268,0.010562,0.024341,-0.005901,-0.007066,0.01865,-0.023338,0.002576,-0.013197,-0.00135,0.010531,0.003547,0.059697,-0.024074,-0.010299,0.00777,-0.001706,-0.004484,-0.007493,0.018734,0.016747,-0.01204,0.010333,0.033807,-0.002244,-0.024217,-0.001947,0.028406,0.002266,0.051917,-0.0864,0.015096,0.0475,-0.006357,-0.023828,-0.005642,-0.004185,-0.003535,0.012701,0.017066,-0.074103,0.040092,0.016474,0.039412,0.043542,-0.023675,-0.020042,-0.010361,-0.015492,-0.039654,-0.010882,-0.005549,-0.049492,0.003398,0.007551,-0.004053,0.029597,0.009161,-0.006444,0.018017,-0.001659,-0.008291,-0.015416,-0.065274,-0.019125,-0.01014,-0.000618,0.026612,0.068631,0.000365,-0.002788,0.014208,-0.029307,-0.021117,0.012374,0.010566,0.021582,0.0161,0.043003,0.00682,-0.04839,0.013359,-0.011244,0.022371,-0.066083,-0.005826,0.014034,0.003825,-0.025021,0.011327,0.01697,-0.022005,-0.006674,-0.013463,-0.022546,-0.002025,0.01017,0.035987,0.030386,-0.022288,0.031625,0.030686,-0.007022,0.033738,0.022221,0.008856,0.029595,-0.006644,0.005855,0.011136,0.076163,-0.001537,-0.034689,-0.012283,0.037221,0.055129,0.003745,-0.000868,0.004462,0.045381,-0.010024,0.058264,0.010884,-0.00189,0.00219,0.066572,0.014246,0.022323,0.007353,0.009193,-0.003342,0.01386,-0.10415,0.017146,-0.058386,0.011074,0.017999,-0.005644,0.028899,-0.004087,0.008929,0.006658,-0.010733,0.015192,-0.019397,0.003924,0.04703,0.00317,0.064842,-0.000868,-0.003801,-0.031905,0.07481,0.083303,-0.013142,0.056495,-0.000625,0.003448,-0.035247,0.015425,0.002429,-0.022635,-0.023074,0.044067,0.016552,-0.043263,-0.002096,0.008018,-0.031815,-0.001377,-0.006861,-0.002175,0.080152,0.008815,-0.017616,0.020779,-0.00388,0.007354,0.027626,-0.005943,-0.021175,0.020024,0.051842,-0.025233,0.036114,-0.025615,0.011058,-0.010889,0.011224,0.019624,0.003356,0.036979,-0.023628,0.009218,-0.018298,-0.052962,-0.035616,-0.027156,-0.022252,-0.022932,0.023062,-0.008388,0.026363,-0.005674,0.011606,0.025043,0.017507,0.130161,0.031423,0.008811,0.005948,0.009689,-0.002304,0.011266,0.011134,-0.01346,-0.051296,0.034338,-0.019475,-0.005492,-0.028038,-0.019171,-0.000553,0.068469,0.012946,-0.03272,-0.061639,0.015886,0.002353,0.021975,-0.020479,0.014914,-0.036331,0.019106,-0.004936,-0.002404,0.011527,0.019892,0.019469,-0.008034,0.034877,0.000212,-0.032883,0.032965,-0.01177,0.004809,-0.020888,0.023209,-0.006079,-0.03978,-0.036466,0.051114,0.010496,-0.028771,-0.021306,0.054979,-0.046575,0.026987,-0.008767,-0.032329,-0.057209,0.030302,-0.01064,0.003788,0.010051,-0.012155,0.020359,0.010444,-0.004053,-0.01762,-0.002676,0.016522,-0.014732,-0.070832,-0.029809,-0.015062,-0.014863,0.069823,0.008791,-0.016803,-0.115676,0.031988,-0.008462,0.077487,0.042885,-0.063958,-0.02859,0.029571,-0.027593,0.039324,0.019262,-0.01076,-0.017742,-0.018971,-0.038375,-0.009047,-0.011504,0.043784,-0.040513,-0.02079,-0.034175,0.021299,0.002098,0.031699,-0.045886,-0.012239,-0.027135,-0.017631,-0.002706,-0.053913,0.008462,-0.011911,0.000961,0.030155,-0.034623,-0.00223,-0.004712,-0.027238,-0.001863,0.00956,-0.024662,-0.064099,-0.006379,-0.01076,0.044271,0.003808,-0.020175,-0.006179,-0.021113,0.03791,0.014437,0.006487,-0.02561,0.050802,0.020388,-0.016889,-0.036246,-0.002767,-0.018153,-0.045715,-0.008612,-0.038141,-0.018961,-0.017635,0.005139,-0.025709,0.008576,0.000223,-0.008996,0.01574,-0.021648,0.024628,-0.010095,-0.031177,0.000851,-0.003844,-0.040297,-0.008885,0.026517,-0.016764,0.019176,-0.019717,0.008649,-0.00876,-0.034048,-0.018718,-0.01188,0.008143,-0.009219,-0.011584,0.023892,0.050628,0.029859,0.041609,-0.040263,0.037256,0.022688,-0.021248,-0.01134,0.017832,0.047851,-0.010187,-0.009188,0.024846,-0.004209,-0.035331,0.040552,0.0039,0.051254,-0.001061,0.006965,0.11064,0.038484,0.002415,-0.017801,-0.014778,-0.00282,0.029624,0.00078,-0.039728,0.005037,-0.012004,0.033817,0.037918,0.030421,-0.028449,0.025195,0.005336,-0.026475,-0.020536,-0.008705,0.067055,0.019357,0.002278,-0.026719,0.007519,-0.029452,-0.028791,0.000484,0.03529,0.001675,0.054923,0.025802,-0.002274,0.024238,0.006546,0.030008,-0.068897,-0.004779,-0.01013,-0.005242,-0.023746,-0.010332,-0.014251,0.024497,0.007399,0.024744,-0.009805,0.010783,0.036587,0.049637,0.037461,-0.049848,0.00008,-0.00793,-0.051461,0.00368,0.038255,-0.03955,0.032717,0.008268,0.020625,-0.026284,0.014329,-0.018755,0.03263,-0.053008,-0.009524,0.049436,-0.018134,-0.038432,0.011384,0.000174,0.012039,0.017405,-0.020391,0.040425,0.008404,0.017213,-0.006431,-0.002227,0.735763,0.008874,-0.001281,-0.002225,0.019585,0.019074,0.012534,0.023359,-0.01576,-0.010791,-0.003563,0.003918,-0.046694,0.037189,0.021959,-0.004929,0.028813,-0.014678,0.049385,-0.031706,0.004531,-0.002168,0.050613,0.012324,0.01827,0.059694,0.015905,0.000496,0.002234,0.039827,-0.013045,-0.00354,-0.024131,-0.067142,0.001221,-0.021394,-0.021454,0.024117,-0.000841,-0.062698,-0.006233,-0.020955,0.016591,-0.038516,-0.006128,-0.015029,0.023381,-0.04766,-0.014277,-0.018917,-0.02398,-0.013674,-0.015727,0.023066,0.002262,-0.002751,0.007692,-0.041847,0.018676,0.041239,0.024838,0.029043,0.008447,0.097923,0.034899,0.035271,0.032731,-0.029429,0.012946,0.012453,0.031485,-0.083133,0.046596,0.021948,-0.006888,-0.000416,0.045903,-0.015416,0.011227,0.012199,-0.005392,-0.073689,0.042417,0.007876,0.003762,0.029385,-0.048679,-0.022849,0.022139,-0.031139,-0.040179,-0.000488,-0.026094,-0.003701,0.050036,0.02005,0.021223,0.036445,0.034084,0.004873,0.00968,0.023318,0.000366,-0.00475,-0.060296,-0.004418,-0.021714,0.024251,0.013486,0.026082,0.007648,-0.059502,0.016863,-0.001559,-0.018531,-0.020513,0.011309,0.011042,0.024917,-0.011909,0.003407,-0.028259,0.005281,-0.012044,0.014756,-0.040251,-0.029555,0.033968,0.024975,-0.00419,-0.017015,0.023629,-0.011759,0.007668,-0.037996,-0.02775,-0.005773,0.022834,0.008908,0.007136,-0.012096,0.047186,-0.006416,0.028489,0.011447,0.013236,0.02195,0.028593,0.001065,-0.017588,0.031598,0.117686,0.018925,0.023851,-0.01047,0.022412,0.036021,0.007839,-0.032314,0.021331,0.049341,0.002835,0.032768,0.027765,-0.015967,0.019264,0.0656,0.000371,0.039821,-0.005077,-0.008959,0.01526,-0.018416,-0.176992,0.022408,-0.032123,0.013613,0.036482,0.00369,-0.015206,-0.030599,0.016425,0.009941,-0.015822,0.017365,-0.018236,0.00356,0.023759,0.005104,0.018668,-0.023471,0.007205,-0.001273,0.096502,0.067016,-0.025577,0.048596,0.021877,0.011814,0.024791,0.022359,0.029074,-0.032416,0.011946,0.014241,-0.014736,-0.033881,-0.003756,0.027534,-0.030274,0.037287,-0.029616,0.02147,0.031348,0.025795,-0.020409,0.003295,0.00767,-0.01379,0.004847,0.004347,-0.024696,0.010021,0.002905,0.005757,0.003028,-0.028403,-0.004501,-0.019526,0.004634,-0.012169,-0.026534,0.032998,-0.013906,0.019703,0.025257,-0.027934,-0.055871,0.023865,0.008773,-0.041798,0.019597,0.018087,0.03313,0.007009,0.014155,0.004479,0.016301,0.164538,0.023976,0.017858,0.007581,0.011439,0.018397,0.018958,-0.022734,-0.026511,-0.027903,0.011581,-0.008584,0.020718,-0.003278,-0.037792,-0.033268,0.108035,0.031666,-0.031048,-0.064277,-0.000389,0.020693,0.031625,0.003872,0.01763,-0.012067,0.000098,0.018098,0.01032,-0.005604,0.046552,0.035408,0.012363,0.012848,-0.017513,-0.011304,0.016173,-0.002066,0.013133,-0.028886,0.019684,-0.023078,0.001098,-0.033614,0.043,-0.01871,-0.048527,-0.01671,0.052503,-0.025628,0.010111,-0.005585,-0.025894,-0.03303,0.02063,0.020453,-0.015366,-0.014368,0.000622,-0.000244,-0.000261,0.022338,-0.030341,-0.051265,0.032053,-0.00072,-0.07051,0.019499,0.003381,-0.00859,0.018912,0.049201,0.01494,-0.078833,0.027819,-0.012528,0.078908,0.024819,-0.024513,-0.002741,0.012396,-0.003822,0.039039,0.04231,-0.007118,0.001433,-0.001417,-0.014888,-0.006504,-0.018724,0.021565,-0.049538,0.040591,-0.019253,-0.002361,-0.001754,0.028529,-0.018008,-0.002598,-0.015751,0.018134,0.025249,-0.002083,-0.008696,0.012998,0.003826,0.026906,-0.047979,-0.002828,0.013373,-0.023192,0.020124,0.031753,-0.016269,-0.069198,0.005249,-0.001758,0.028282,-0.009548,0.06495,-0.022581,-0.041021,0.016375,0.021911,0.012065,-0.030544,0.055279,0.002982,-0.019424,-0.044998,0.006635,-0.020202,0.004928,-0.040414,0.015184,-0.035398,-0.022177,0.018263,0.027124,-0.011379,-0.000923,0.009968,0.031916,0.010179,0.010125,-0.027749,-0.003811,-0.038863,-0.015997,-0.028925,0.000104,0.055801,-0.011057,-0.009904,-0.001539,0.008052,0.005448,-0.031935,-0.009939,0.033681,-0.014944,0.0026,-0.027945,0.012189,0.035158,0.017541,0.046375,-0.012307,0.000012,-0.023282,-0.025499,0.030628,0.042914,0.042035,0.023598,-0.005508,0.000894,-0.018472,-0.023029,0.020655,-0.007195,0.021533,0.016779,0.005425,0.113725,-0.012282,0.007664,0.000195,-0.015375,0.059118,0.037813,0.048084,-0.012668,-0.0161,-0.004428,-0.024567,-0.034497,0.049762,-0.004711,0.020863,-0.00793,-0.036446,-0.000808,-0.032731,0.111427,0.011277,-0.006154,-0.006712,-0.018689,0.016822,-0.007263,0.011487,-0.000356,0.00619,0.029312,0.025247,-0.039759,-0.022114,-0.023251,0.031963,-0.044736,0.011648,-0.033108,-0.002109,0.009163,-0.014006,0.019422,0.01163,0.013031,0.017495,0.000899,0.00356,0.040825,0.080791,0.022916,-0.006953,0.039786,-0.032592,0.013294,0.003024,0.026858,-0.007943,0.009214,0.010001,0.036183,-0.005252,0.032888,-0.010411,0.006914,-0.037933,-0.013999,0.048392,-0.016639,-0.005325,-0.01677,-0.013322,-0.000705,0.016755,-0.018461,0.02091,-0.012368,-0.013458,-0.009233,0.028463,0.734753,-0.002295,0.018541,-0.016073,0.000698,0.026036,-0.001644,-0.012603,-0.028408,-0.006537,-0.013266,-0.026551,0.017706,0.048026,0.033074,-0.004114,0.0305,-0.018414,0.034789,-0.031428,-0.013065,-0.014056,0.027059,0.009139,-0.005716,0.072517,0.016883,-0.031874,0.00524,0.027602,-0.012245,-0.012798,-0.04976,-0.023309,-0.038629,-0.000068,-0.038007,0.007941,0.004003,-0.071313,-0.002075,-0.0242,0.00619,-0.012081,0.003134,-0.011352,0.036557,-0.024097,-0.019254,-0.01163,0.032988,0.013419,0.002223,0.046793,-0.008538,-0.005758,0.018946,-0.045897,-0.007794,-0.017874,0.004466,0.000304,-0.000899,0.041262,0.014901,0.058191,0.018188,0.01926,0.003085,0.035533,0.024016,-0.083153,0.040981,0.023277,-0.009829,0.001102,0.028295,-0.029071,0.005676,0.030348,0.002367,-0.066983,0.034672,0.000036,0.006753,0.026316,-0.034984,-0.024041,0.020797,-0.030515,-0.025761,-0.001883,-0.027683,-0.004789,0.042955,0.018519,0.013436,0.041646,0.039047,0.003856,0.01437,0.012293,-0.012183,0.009279,-0.050793,-0.009402,-0.023519,0.008139,0.025949,0.018989,0.015536,-0.045565,0.023644,-0.008356,-0.010835,-0.027234,0.021326,0.011353,0.024213,-0.012802,-0.015362,-0.026349,0.006228,0.006055,0.009686,-0.053882,-0.015595,0.039305,0.022931,0.003877,-0.0001,0.005531,-0.011463,0.005179,-0.032416,-0.023818,-0.008566,0.017531,0.012802,0.008983,-0.015196,0.039765,-0.016849,0.021143,0.010472,0.017242,0.031092,0.04695,-0.003124,-0.026716,0.035758,0.128687,0.019496,0.019538,-0.011725,0.017408,0.018922,0.013954,-0.017171,0.016809,0.041041,0.002659,0.034003,0.027473,-0.010961,0.022866,0.063026,-0.014924,0.045488,-0.008795,0.000587,0.0149,-0.012726,-0.19504,0.016468,-0.039507,0.018693,0.029506,0.009248,0.000009,-0.018296,0.008093,-0.002336,-0.002767,0.02461,-0.020019,-0.004567,0.014063,0.000162,0.016189,-0.024959,0.009631,-0.002091,0.078307,0.088278,-0.03296,0.062436,0.028395,0.005426,0.014725,0.021303,0.026274,-0.028052,-0.000672,0.014944,-0.021209,-0.043543,0.000987,0.013419,-0.034027,0.026479,-0.026854,0.02212,0.020653,0.012352,-0.011681,0.011212,0.010713,-0.00082,0.006814,0.016886,-0.038703,0.013483,0.006169,0.00155,0.001144,-0.019022,0.003721,-0.023274,-0.005727,-0.004411,-0.016361,0.025847,-0.028511,0.009609,0.022475,-0.026897,-0.06024,0.01731,0.003437,-0.047508,0.026878,0.009191,0.026528,-0.000592,0.006531,0.003342,0.019409,0.169838,0.009667,0.026199,0.005128,0.010992,0.00833,0.02183,-0.005745,-0.031766,-0.032617,0.013604,-0.011727,0.01297,0.003183,-0.028256,-0.006812,0.087684,0.029625,-0.033801,-0.063124,-0.008701,0.028759,0.025196,0.007558,0.018979,-0.021139,0.004286,0.015611,0.016748,0.00493,0.057363,0.024273,0.012169,0.013752,-0.024889,-0.008072,0.01828,-0.00168,-0.001531,-0.018651,0.021599,-0.025199,-0.010232,-0.021192,0.053909,-0.017166,-0.039438,-0.019255,0.058411,-0.013506,-0.000378,0.002818,-0.041351,-0.036235,0.032191,0.016065,-0.004054,0.003514,-0.002124,-0.001629,-0.003128,0.012891,-0.032632,-0.040674,0.040543,-0.013053,-0.070365,0.013018,0.000841,-0.019772,0.010028,0.04387,0.008751,-0.087477,0.014289,-0.011487,0.071879,0.022202,-0.037908,0.007868,0.002464,-0.004456,0.050845,0.05271,-0.008902,0.011624,0.01207,0.011816,-0.018402,-0.014832,0.004934,-0.03999,0.028683,-0.015264,-0.000269,-0.00683,0.026155,-0.027986,-0.007337,-0.019007,0.012664,0.031831,-0.012824,-0.004592,0.033779,0.009488,0.026075,-0.02715,-0.005254,0.019461,-0.028587,0.015396,0.029175,-0.000323,-0.060352,-0.005391,-0.003734,0.033656,-0.010327,0.073096,-0.034669,-0.036295,0.018137,0.015471,0.017473,-0.033639,0.049175,0.006709,-0.024484,-0.032411,0.004651,-0.015264,0.002044,-0.03034,0.004351,-0.021714,-0.040359,0.006848,0.019546,-0.014843,0.005232,0.014162,0.026959,-0.003355,0.001376,-0.015888,-0.003561,-0.031784,-0.001279,-0.043387,-0.000192,0.032805,-0.005845,-0.01437,-0.004413,0.011646,0.001946,-0.024048,-0.009995,0.034388,-0.015357,0.003505,-0.024358,0.01854,0.040218,0.016266,0.03631,-0.010233,0.004285,-0.020961,-0.024121,0.013625,0.053242,0.03735,-0.002609,0.001037,0.006295,-0.015231,-0.004761,0.018337,-0.000568,0.02349,0.00799,0.002283,0.113847,-0.022281,0.000174,-0.007374,-0.034941,0.045865,0.036464,0.052465,-0.021874,-0.023526,0.008714,-0.015693,-0.013634,0.046808,-0.016295,0.015107,0.000027,-0.03002,-0.00338,-0.036158,0.116671,0.012986,0.001041,0.009521,-0.010851,0.02316,0.007034,0.008296,-0.003521,0.017136,0.033605,0.040174,-0.044059,-0.021213,-0.023251,0.027647,-0.038279,0.008233,-0.019031,-0.020252,-0.006305,-0.023346,0.005644,-0.001373,0.014087,0.022747,0.004068,0.008379,0.041023,0.04218,0.013374,-0.003141,0.041953,-0.027978,0.003461,0.014362,0.022316,0.005627,0.007914,0.006133,0.036109,-0.003404,0.027886,-0.006686,-0.005077,-0.019968,-0.00585,0.047946,-0.01568,-0.009086,-0.02423,-0.009118,0.012639,0.025636,-0.030255,0.010969,-0.009716,-0.017648,-0.009152,0.021767,0.743097,-0.003136,0.01549,-0.004444,-0.005582,0.016941,-0.008737,-0.002495,-0.035425,-0.006638,-0.003306,-0.021224,0.005392,0.033394,0.038799,-0.016391,0.027487,-0.008282,0.030046,-0.032952,-0.008019,-0.01501,0.02965,-0.003777,0.003996,0.086787,0.020628,-0.027722,0.012616,0.027383,-0.006374,-0.011856,-0.044462,-0.043579,-0.041714,-0.002297,-0.029073,0.015776,0.006859,-0.066054,-0.005668,-0.032317,0.012877,-0.018095,0.000503,-0.019951,0.037496,-0.033365,-0.027453,-0.019312,0.01654,0.009253,-0.019678,0.046717,0.005297,-0.012632,0.016744,-0.044627,-0.002831,-0.028289,0.011625,0.001972,0.00274,0.049069,0.019825,0.046989,0.015153,0.022136,0.005843,0.042622,0.026611,-0.065674,0.038168,0.025474,0.001641,0.02392,0.000785,-0.008272,-0.009871,0.009864,0.028387,-0.053988,0.014796,0.01412,-0.002178,-0.027924,-0.048371,0.006357,-0.000967,0.019163,-0.066934,0.021448,-0.002018,-0.021736,0.010321,-0.007897,0.009876,0.026813,0.001804,-0.021537,-0.007792,-0.015379,-0.020575,0.012926,-0.055724,-0.016069,-0.028739,0.001031,0.009053,0.043188,0.018824,-0.028883,0.005548,-0.034488,-0.015691,-0.009861,-0.003422,0.004594,0.004294,0.003087,-0.006447,-0.013422,-0.00051,-0.026456,0.02318,-0.047325,-0.009082,0.014216,-0.010399,-0.020517,0.011768,0.001382,-0.025449,-0.023759,-0.03553,-0.036232,0.03857,0.02245,0.014208,0.041415,0.008115,0.011456,0.000229,0.010086,0.048173,0.029572,0.013863,0.038913,0.012254,0.018576,0.041266,0.148533,0.028314,-0.000611,0.005663,0.003501,0.033856,-0.003878,-0.035703,-0.013962,0.048909,0.030395,0.01634,0.00736,0.001205,-0.005754,0.069894,0.008795,-0.001955,-0.022566,0.000631,0.026835,-0.007545,-0.174097,0.006747,-0.020892,0.014822,0.027063,0.013273,0.001319,-0.010452,0.003133,0.006221,0.002718,-0.022496,-0.010713,0.008565,0.014272,-0.009058,0.034663,0.003652,0.00329,-0.027479,0.049437,0.060146,-0.031194,0.07759,0.011427,-0.005303,0.022759,0.017081,0.02046,-0.001876,-0.012651,0.043502,0.013943,-0.039588,-0.023366,0.005198,-0.030668,0.004146,-0.031522,-0.00366,0.038556,0.004631,-0.032931,-0.000791,-0.007736,0.013844,0.008988,-0.032105,-0.04117,-0.000916,0.025893,0.006391,0.004211,-0.002928,0.028263,0.01838,0.001532,-0.023302,-0.028853,0.023969,-0.012749,0.012933,0.004796,-0.033188,-0.052968,0.007378,-0.017627,-0.022789,0.001486,-0.020193,0.024209,-0.018102,-0.005487,0.018176,0.035214,0.154734,0.002794,0.021551,0.00677,0.034924,-0.005061,0.032073,-0.009677,-0.02525,-0.047224,0.015833,0.008357,0.03568,-0.004232,-0.027609,-0.028518,0.042518,-0.002828,-0.013487,-0.056731,-0.010724,0.014822,0.028048,0.011001,0.01477,-0.014984,0.027038,0.014068,0.022685,0.020385,0.024868,0.01526,0.027329,0.003188,-0.006735,-0.052901,0.013702,-0.020707,0.012791,-0.006989,0.014459,-0.005848,-0.000307,-0.048241,0.019376,-0.021464,-0.025252,0.008044,0.010232,-0.045745,-0.001029,-0.016231,-0.003161,-0.02883,0.006166,-0.010458,0.010179,-0.023783,-0.00145,-0.02219,-0.011962,0.004075,-0.010799,-0.004902,0.016713,-0.039663,-0.11043,0.004677,-0.020243,0.001988,0.023688,0.029928,-0.018869,-0.121243,0.02733,-0.020297,0.056023,0.018831,-0.021924,-0.003731,0.021714,-0.019535,0.018976,0.03637,-0.046435,-0.020096,0.018101,0.027744,-0.017616,0.007554,0.044348,-0.047719,-0.002038,0.007949,-0.008935,0.028246,0.029853,-0.012867,0.010017,-0.005747,0.041936,0.010909,0.001417,0.032336,-0.013858,-0.033982,0.025617,0.001378,-0.011338,-0.033184,-0.001877,0.016576,0.014203,-0.031186,-0.045044,0.017229,0.000665,0.02727,-0.004278,0.077418,0.011423,-0.034054,0.008802,0.032129,-0.016095,-0.028254,0.024288,-0.006371,-0.022474,-0.03159,-0.005773,0.007476,-0.014958,-0.020201,-0.012125,-0.011408,0.004426,0.011234,-0.015215,0.048071,-0.006128,0.017102,0.009788,0.00292,0.017842,-0.009466,-0.018826,-0.022677,-0.039966,-0.032297,-0.008268,0.007796,-0.019892,-0.000491,0.008846,0.028248,-0.024553,-0.04451,0.02347,0.023098,0.005738,0.033931,-0.021307,0.002995,0.01202,0.014603,0.03219,-0.015324,0.011964,0.019522,0.004378,-0.016597,0.062713,0.008182,-0.016143,-0.001157,0.017869,-0.024413,-0.006509,0.025583,0.004853,0.016137,0.026877,0.016324,0.114953,0.017381,0.011702,-0.01944,0.014153,0.015019,0.044599,0.051276,-0.021796,0.002959,0.027091,-0.016761,-0.029698,0.04533,-0.017843,0.021955,-0.006487,-0.024022,-0.021277,-0.010409,0.061777,0.022014,-0.007997,-0.012319,-0.002921,-0.001695,-0.035583,-0.00187,0.000477,-0.017159,0.020129,0.018344,-0.00475,-0.0075,-0.025599,0.033412,-0.040457,-0.017755,0.012348,0.005363,0.023886,-0.034869,-0.003397,-0.010784,0.022304,0.036455,0.00006,0.026845,0.017294,0.043003,0.006763,0.010646,0.012524,-0.047035,-0.024523,0.021755,0.029569,-0.003165,0.016228,-0.018544,0.034633,-0.022261,0.011736,-0.035933,0.008269,-0.049352,-0.017411,0.068747,-0.007738,0.013938,-0.023873,-0.009487,0.02657,0.004115,0.005691,-0.025962,-0.007611,-0.016713,0.004639,-0.007878,0.762172,-0.01598,0.010099,0.012082,0.024015,0.022703,-0.017649,-0.015326,0.021711,-0.01177,0.003484,-0.016321,0.000865,0.025083,0.025142,0.006887,0.050237,-0.023101,0.008307,-0.030636,-0.003547,-0.007361,0.030758,-0.004289,0.004608,0.05099,0.015661,-0.020938,0.015201,0.018108,-0.014109,-0.024947,-0.024475,-0.048247,0.017219,-0.005643,-0.015538,0.036795,0.01797,-0.080968,-0.000109,-0.022555,0.045545,0.000503,-0.007061,-0.013861,0.005724,0.03631,-0.017246,-0.005319,-0.013218,-0.028855,0.019078,0.040534,0.011648,-0.004889,0.003731,-0.039315,-0.019209,0.005535,0.03387,-0.018472,0.000983,0.058072,0.003505,0.047395,-0.011123,-0.005077,0.030118,0.037219,0.06317,-0.091241,0.026941,0.02193,0.015613,0.01042,0.009342,-0.018653,-0.00954,-0.017533,0.032313,-0.076661,0.011464,0.039561,0.003782,-0.007101,-0.061366,0.007367,0.02504,-0.015221,-0.042605,0.028916,-0.002636,-0.008404,0.025226,0.0114,0.001878,0.03588,0.00418,-0.013964,0.01233,0.01423,-0.00913,0.022016,-0.05369,-0.017232,-0.009075,-0.019801,-0.006399,0.044227,0.020618,-0.013975,-0.009567,-0.021481,-0.016212,0.004876,0.025324,0.008086,0.011589,-0.007994,-0.000314,-0.020561,-0.000983,-0.017342,0.036388,-0.045326,-0.037652,0.001433,0.015746,-0.03636,-0.004068,0.018861,-0.029763,-0.02564,-0.022151,-0.040758,-0.000608,0.001685,0.020061,0.009991,-0.018667,0.026006,0.000994,0.008671,-0.000547,0.014674,0.021405,0.021865,-0.008547,0.003224,0.035321,0.13108,0.031917,0.003183,0.012172,0.00062,-0.005884,0.013254,-0.032847,-0.008441,0.065467,0.018485,0.0217,-0.003596,-0.014162,0.013918,0.069505,0.019598,0.006122,0.011594,-0.004713,0.003222,0.000249,-0.184347,-0.001512,-0.031202,0.00224,0.027296,-0.010441,-0.003622,0.000415,0.000029,-0.003373,-0.002427,-0.016707,-0.035272,0.005056,-0.001985,-0.037652,0.020633,-0.027931,0.003561,-0.018439,0.060336,0.093858,-0.021979,0.098508,0.039651,0.023718,0.014737,0.00676,0.019167,-0.002896,-0.011416,0.018667,0.013522,-0.060846,-0.034092,-0.023603,-0.012815,0.035502,-0.035422,-0.000747,0.02346,0.003836,-0.018937,0.016612,-0.009088,-0.0011,-0.001073,-0.013225,-0.032268,0.004422,0.023163,0.022188,-0.017083,-0.015449,0.022042,-0.004466,0.015319,-0.016084,-0.024082,0.020001,-0.004604,0.012202,0.001196,-0.008769,-0.048654,-0.012922,0.002063,-0.032544,0.011557,0.004252,0.033945,-0.019613,0.020643,-0.012351,0.019593,0.166587,0.019463,0.037663,0.002126,0.015606,-0.006649,0.035112,0.000467,-0.028451,-0.021714,0.017768,0.008514,0.02406,0.020157,-0.036692,-0.01579,0.047635,-0.001499,-0.007479,-0.042582,-0.004429,0.039528,0.013049,0.019172,0.018182,-0.054869,-0.007192,0.020905,0.035788,-0.001375,0.038986,0.009761,-0.000474,-0.011457,-0.01392,-0.019513,0.017854,-0.022033,0.023376,-0.002508,0.036506,-0.010867,-0.015174,-0.03288,0.028102,-0.018858,-0.051759,-0.012324,0.030148,-0.029102,0.010576,-0.008876,-0.007231,-0.034871,0.011977,0.014597,-0.006935,-0.015406,0.003583,-0.006496,-0.013054,0.009276,-0.02545,-0.031892,0.024702,-0.025777,-0.097353,0.012537,-0.005005,-0.004851,0.035693,0.014052,-0.003785,-0.051735,0.008537,-0.02947,0.04161,0.019176,-0.028707,-0.015971,0.011544,-0.009776,0.031376,0.036029,-0.004985,-0.001817,0.002113,0.037515,-0.02191,-0.003642,0.012694,-0.038752,0.003064,-0.017317,-0.005354,0.02947,0.03415,-0.024917,0.004172,-0.008839,0.047607,0.037401,0.004817,0.005504,-0.01003,-0.011522,0.027714,-0.005853,-0.007668,-0.023208,0.008928,0.018798,0.000993,-0.026011,-0.039022,0.028013,-0.017041,-0.003248,-0.009463,0.095099,0.021427,-0.053906,0.018923,0.040107,-0.016509,-0.022498,0.05964,-0.022077,-0.014223,-0.006524,-0.012611,-0.0044,-0.028442,-0.042583,-0.002769,-0.010096,-0.002392,-0.001101,0.009549,0.004121,-0.014589,-0.005301,0.014867,0.00545,0.016036,0.022697,-0.03006,-0.024809,-0.027498,-0.015444,0.004392,0.013599,-0.025655,-0.007325,0.000962,0.022125,-0.036763,-0.036925,0.018602,0.023179,0.006687,0.015426,-0.021143,0.022146,0.043267,0.030381,0.044891,-0.024613,-0.011892,0.025226,-0.011056,-0.005378,0.051067,-0.005759,-0.018802,0.0006,0.029954,-0.010664,-0.007376,0.016498,0.011771,0.043317,0.011365,0.015013,0.110004,0.00033,0.002074,-0.004182,-0.006699,0.018036,0.027946,0.036863,0.004812,-0.014811,0.00971,0.003649,-0.004608,0.044466,0.000829,0.00056,-0.011255,-0.019567,-0.002552,-0.01455,0.114716,0.028538,-0.012329,-0.004657,0.0265,0.006616,-0.018304,0.010005,-0.006588,-0.012024,0.035337,0.008886,-0.036358,-0.014321,-0.007226,0.045906,-0.029154,-0.000384,0.002152,0.003129,0.00515,-0.041957,-0.002325,-0.034176,0.014149,0.018095,0.003673,0.012352,0.009964,0.036211,-0.007975,-0.006365,0.031368,-0.023338,-0.024883,0.023515,0.017353,-0.013781,0.02025,-0.01365,0.019178,0.003231,0.006522,-0.018644,-0.008213,-0.036588,-0.021863,0.025843,-0.007027,0.020941,-0.012497,-0.015569,0.005327,0.022928,-0.001258,-0.023365,-0.017675,-0.030748,0.000888,0.015196,0.764567,-0.009381,0.021938,-0.00374,0.00323,0.022543,-0.005872,0.005634,0.00711,-0.003943,-0.001157,-0.030834,0.008857,0.028364,0.029844,-0.014033,0.019992,-0.020472,0.026373,-0.018802,-0.002463,-0.001323,0.045853,0.032095,-0.007983,0.053706,0.028102,-0.026791,0.007686,0.003709,-0.004379,-0.005145,-0.035399,-0.018927,-0.026774,0.025624,0.008184,0.043712,0.04317,-0.077233,0.012683,-0.002043,0.031691,0.006251,0.011164,-0.040394,0.003392,0.003293,-0.002947,-0.023467,0.011319,-0.00341,-0.005072,0.052494,-0.000566,-0.019495,0.004551,-0.017264,-0.015563,0.009336,0.02623,-0.006689,-0.004118,0.043505,0.02143,0.024552,-0.011642,-0.000516,0.017876,0.03633,0.041984,-0.065536,0.028751,0.040027,0.012343,0.006384,0.007696,-0.033294,-0.010956,-0.001806,0.006708,-0.073411,0.01947,0.035537,-0.020047,0.017448,-0.039295,0.018233,0.037833,-0.020039,-0.037213,-0.008769,-0.004222,-0.005905,-0.000224,0.002282,0.013902,0.045903,0.017296,0.003122,0.032995,0.008322,0.006837,0.031458,-0.03511,0.004025,0.003138,-0.016065,0.020619,0.035409,0.020845,-0.006554,0.005849,-0.016858,-0.009515,-0.019531,0.00518,-0.013052,-0.016512,-0.008313,0.012458,-0.02196,-0.010043,0.000712,0.007821,-0.03457,-0.052075,0.023148,0.019181,-0.026919,-0.005893,0.001111,-0.010838,0.001718,-0.003359,-0.03688,0.001665,0.016117,0.037875,0.044172,-0.003305,0.012416,0.003291,0.02979,0.011315,0.008777,0.021747,0.031018,-0.005703,-0.010386,0.005746,0.162921,0.033712,0.022454,-0.004532,-0.000716,0.002535,-0.030624,-0.009864,-0.030753,0.040252,0.022425,0.016777,0.01379,0.008448,0.004894,0.082534,0.000188,0.009427,-0.022432,-0.014812,0.01476,0.020258,-0.177674,0.001127,-0.01537,0.008554,0.010633,-0.009158,-0.003139,-0.032927,-0.00624,-0.023638,0.00851,0.009477,-0.029784,-0.019856,0.010449,-0.031083,0.051919,-0.005592,0.012706,0.00339,0.036477,0.096137,-0.023319,0.103167,0.008599,0.002919,-0.001678,0.002227,0.02331,0.005218,0.027881,0.042342,0.001669,-0.037323,0.019817,0.01365,-0.014476,0.025631,-0.047942,0.008345,0.008562,0.024828,-0.017168,0.023094,-0.015267,-0.00093,0.016605,-0.008621,-0.012501,-0.00142,0.013245,0.00497,-0.006792,-0.004237,0.037121,-0.000083,-0.007352,-0.013836,-0.050774,-0.005752,0.000074,0.016318,0.011178,-0.000293,-0.046584,0.005052,-0.030047,-0.030869,-0.019534,0.011041,0.016663,-0.045853,-0.005973,0.031528,0.052957,0.129889,0.006662,0.006675,-0.0081,0.033227,-0.016563,0.002201,-0.004852,-0.034954,-0.026174,0.006711,0.025992,0.01394,0.013911,-0.011057,-0.028751,0.020054,-0.0065,-0.01197,-0.055365,0.001489,-0.0006,0.00203,0.009164,0.022931,-0.013639,0.025491,0.019389,0.032123,0.023175,0.029247,0.000506,0.009207,-0.009182,0.002026,-0.022179,0.011468,-0.019146,0.01533,-0.033834,0.033194,-0.002188,0.003362,-0.038349,0.035121,-0.004335,-0.034796,-0.001834,0.03261,-0.017643,0.010202,-0.031964,-0.000088,-0.0272,0.004695,0.017944,0.004297,0.017675,-0.009548,-0.006129,0.007544,0.023722,-0.042489,-0.025354,0.029676,-0.022941,-0.073143,0.022385,-0.021018,-0.01569,0.027705,-0.004598,0.006905,-0.096686,0.034269,-0.004998,-0.023757,0.034156,-0.016389,0.021213,0.012721,-0.005883,0.027282,0.060962,-0.023604,0.019883,-0.002078,0.015961,-0.008646,-0.009665,0.036155,-0.020038,0.00548,-0.001189,0.004541,0.006654,0.02268,-0.025336,-0.002001,-0.00159,0.027726,0.007316,-0.016517,-0.002494,-0.016061,0.019507,0.042063,-0.009706,-0.029795,0.006084,-0.026182,0.011872,-0.023681,-0.032879,-0.021542,0.011653,0.001226,0.027562,0.000138,0.085997,0.007004,-0.013255,0.031576,0.021877,-0.009788,-0.016209,0.051643,0.001016,-0.006967,-0.025291,-0.016451,-0.012995,-0.042856,-0.005691,-0.023714,-0.009102,-0.001108,-0.006049,-0.010858,-0.010259,-0.00833,0.000473,0.02007,-0.00886,0.009363,0.015663,-0.0312,-0.024165,-0.037844,0.001136,-0.025375,0.01899,-0.014574,-0.008316,0.004651,0.004625,-0.030192,-0.043915,-0.015408,-0.011797,-0.001142,0.020157,-0.030778,-0.017486,0.049641,0.022246,0.014691,-0.036103,0.009929,0.0239,-0.006064,-0.003824,0.036934,0.018723,0.00085,-0.010003,0.017404,-0.040871,-0.019186,0.043905,0.006539,0.030272,0.002155,0.01894,0.115846,0.010936,0.014898,-0.010706,-0.027117,0.01109,0.040661,0.006109,-0.023897,-0.016608,0.006548,-0.012491,-0.011976,0.025177,0.019752,-0.034824,-0.009306,-0.022711,0.015235,-0.034528,0.060855,0.014293,0.003298,-0.018522,0.008051,-0.009174,-0.0062,0.022974,0.003297,-0.008314,0.033349,0.019197,0.003483,-0.009459,-0.014222,0.034307,-0.01949,-0.003242,0.013212,0.004249,-0.005427,-0.028101,-0.035638,-0.015753,0.02513,0.028048,0.000951,0.023957,-0.007072,0.060089,-0.029512,-0.016687,0.012486,-0.051183,-0.005393,0.020426,0.026835,-0.021326,0.047561,-0.025918,0.012109,0.017262,0.014663,-0.022389,-0.000482,-0.034101,-0.020154,0.022163,0.007804,0.000284,-0.003341,-0.006756,0.003423,0.006432,-0.012389,-0.014524,-0.0134,-0.019071,0.011244,0.010137,0.769576,-0.018685,0.018998,0.006204,0.0091,0.001451,-0.001868,-0.020656,0.03233,-0.006342,0.038711,-0.001074,0.019406,0.029745,0.042727,-0.016996,0.023533,0.00024,0.040236,-0.041059,-0.010488,-0.003889,0.039516,0.024972,0.00691,0.078911,0.020724,-0.019345,-0.008474,0.029694,-0.004861,-0.018709,-0.042674,-0.023692,-0.017761,0.016502,-0.026866,0.037908,0.011732,-0.084091,-0.01841,-0.000298,0.018393,-0.014882,0.006282,-0.020462,0.019206,0.001481,0.002313,-0.002166,0.01999,-0.022393,0.02558,0.062711,0.006858,0.000621,0.006503,-0.020465,-0.012588,0.026008,-0.015794,-0.011452,-0.01408,0.083681,0.036788,0.063,-0.019698,0.000153,0.024418,0.034582,0.028374,-0.06306,0.029478,0.037145,0.004362,0.005281,-0.005959,-0.040764,-0.011904,0.012978,0.009682,-0.066717,0.021197,0.023951,-0.024664,0.004022,-0.040352,0.025622,0.018673,-0.022902,-0.01947,-0.011546,0.000226,-0.006027,0.000479,0.012673,-0.006571,0.047499,0.019324,0.000672,0.020733,0.018812,0.002696,0.023905,-0.035749,-0.015209,-0.001044,-0.011312,-0.000104,0.026303,0.015826,0.001815,0.02118,-0.013548,-0.021427,-0.021246,0.013749,-0.012539,-0.005337,-0.010154,0.005829,-0.024563,0.003487,-0.02161,0.011876,-0.031042,-0.034171,0.016733,0.005816,-0.018672,-0.007378,0.000821,0.000526,0.002904,0.00183,-0.029438,-0.007508,0.006884,0.023896,0.032456,0.000353,0.02216,-0.000001,0.026667,-0.006968,0.032996,0.023666,0.026985,-0.00583,-0.011461,0.002821,0.138645,0.023537,0.019942,-0.006499,-0.005704,0.015041,-0.026114,-0.00706,-0.035383,0.030231,0.006086,-0.000173,0.028542,-0.011127,0.014814,0.076085,0.013235,0.005083,-0.012265,-0.004128,0.007277,0.013045,-0.210698,-0.007774,-0.033511,0.008172,0.00187,-0.00304,-0.001606,-0.025019,-0.000433,-0.017366,0.024864,0.005706,-0.029201,-0.022534,-0.004017,-0.032167,0.029119,-0.011884,0.013441,-0.005153,0.028505,0.101722,-0.024592,0.101141,0.019791,-0.002913,-0.010671,-0.007808,0.013497,0.008996,-0.004161,0.036003,0.00213,-0.038769,0.011756,0.001137,-0.001075,0.035653,-0.027652,0.010787,0.03046,0.019768,-0.016382,0.029491,-0.015754,0.006983,0.020733,-0.006744,-0.019421,-0.005306,0.004547,-0.010626,0.000092,-0.004181,0.050079,-0.016473,0.005944,-0.000836,-0.024438,-0.001799,-0.00168,0.025876,-0.003064,-0.00454,-0.051282,0.003292,-0.034306,-0.029673,-0.015388,0.018111,0.001603,-0.044885,-0.015009,0.00331,0.041686,0.137077,0.001805,0.004562,-0.024533,0.026172,-0.023614,0.010725,0.006622,-0.044225,-0.021924,-0.003476,0.016149,0.010341,-0.000508,-0.023161,-0.025428,0.038612,-0.002584,-0.030582,-0.073015,-0.015727,0.017259,0.003029,0.009908,0.023997,-0.03517,0.009474,0.022748,0.031994,0.016328,0.038541,-0.001441,0.014469,-0.008138,-0.014207,-0.032993,0.00994,-0.009031,0.002152,-0.020742,0.028462,-0.000131,-0.010871,-0.018986,0.056267,-0.011386,-0.023702,-0.005524,0.051788,-0.019092,0.003206,-0.010208,-0.010811,-0.023646,-0.002617,0.007407,0.020541,0.042231,-0.003055,0.001251,0.020939,0.007943,-0.045059,-0.024689,0.037472,-0.023433,-0.084897,0.021599,-0.019468,-0.039818,0.025615,0.003859,0.000095,-0.084862,0.029904,0.01092,0.008796,0.020256,-0.022215,0.021968,0.002939,-0.000337,0.027721,0.056527,-0.033748,0.010593,-0.00623,0.013824,-0.011897,-0.009931,0.027182,-0.015553,0.01803,-0.004439,-0.004907,0.004185,0.035023,-0.023364,0.017589,-0.008613,0.025289,0.039649,-0.001856,-0.005779,0.002034,0.018237,0.03653,-0.000217,-0.029349,0.001717,-0.040721,0.002699,-0.021142,-0.024893,-0.022599,-0.000462,0.010333,0.013536,-0.010778,0.096334,-0.012746,-0.038436,0.032624,0.012715,-0.016722,-0.011238,0.041569,-0.003106,-0.02682,-0.030601,-0.010819,-0.019243,-0.034022,-0.013639,-0.022904,-0.005017,-0.013362,-0.020699,-0.014095,-0.04307,0.008925,0.01403,0.009718,-0.002197,0.013211,0.018073,-0.023156,-0.027963,-0.026546,-0.012493,-0.001683,0.015657,-0.005549,-0.014538,0.001026,0.010395,-0.031978,-0.042035,-0.021639,0.004808,-0.015712,0.030562,-0.023868,-0.023558,0.050855,0.037705,0.027742,-0.03254,0.002764,0.023381,-0.010545,-0.010524,0.048347,0.021699,-0.004387,-0.008418,0.02374,-0.026221,0.006957,0.048989,0.012859,0.023211,-0.00002,0.017574,0.11442,0.002931,0.010572,-0.003822,-0.036032,0.018223,0.026751,0.015202,-0.023669,-0.014542,0.005897,-0.017349,-0.018144,0.03541,0.026244,-0.027709,0.002374,-0.038746,0.009284,-0.043009,0.109327,0.015586,-0.015268,0.001914,0.00897,0.001757,-0.007871,0.009387,0.021185,0.002818,0.025914,0.025789,-0.006575,-0.00844,-0.005599,0.020009,-0.014426,-0.003479,0.01371,0.004309,-0.01852,-0.019419,-0.031581,-0.009873,0.014581,0.030214,0.000947,0.025073,-0.016301,0.040702,-0.025241,-0.007096,0.024233,-0.043332,-0.005881,0.023765,0.023847,-0.014054,0.052485,0.000711,0.00423,0.015494,0.007512,-0.023271,-0.009396,-0.02387,-0.010225,0.026079,0.006562,-0.005658,-0.009871,-0.012485,0.000613,0.016552,-0.018764,-0.009486,-0.031312,-0.03159,0.01282,-0.00253,0.764425,-0.010885,0.015432,-0.007048,0.012662,0.011168,-0.00529,-0.005866,0.022061,0.000926,0.017819,-0.007606,0.020528,0.029286,0.039793,-0.006005,0.008555,-0.001383,0.040628,-0.031856,0.00401,0.008063,0.036446,0.007706,0.008016,0.095828,0.01265,-0.023545,-0.001659,0.016246,-0.005237,-0.023517,-0.038432,-0.027184,-0.024282,0.008656,-0.016853,0.034075,0.005562,-0.079198,-0.021074,-0.01121,0.010705,-0.026301,0.007741,-0.020295,0.016897,0.000734,0.004326,0.01138,0.014854,-0.017156,0.02061,0.064914,0.006985,-0.014598,0.0083,-0.036276,-0.008256,-0.001721,-0.02204,-0.014776,-0.012702,0.089042,0.024157,0.051764,-0.016431,-0.003845,0.01749,0.048182,0.02315,-0.080989,0.028917,0.019411,0.012883,0.000731,0.009249,-0.028569,0.00737,-0.009902,-0.00589,-0.061754,0.003562,0.019129,-0.011656,0.000963,-0.031068,0.003341,0.035215,-0.019002,-0.033639,-0.003358,-0.003693,0.008293,0.008841,0.021796,-0.002773,0.054152,0.013123,0.003039,0.028278,0.032947,0.001417,0.026254,-0.053246,0.003324,0.012311,-0.008808,0.00684,0.034221,0.029427,0.004357,-0.03047,-0.020133,-0.019402,0.005934,0.01649,-0.001533,0.001238,0.020919,0.042444,-0.006255,-0.016192,-0.01177,0.027557,-0.044759,-0.037442,0.014074,0.021136,-0.02952,-0.001088,0.000488,-0.007481,0.007967,-0.013592,-0.016951,-0.018219,0.008483,0.022396,0.03095,0.00504,0.01445,0.008756,0.017488,-0.018546,0.000096,0.034745,0.021592,-0.012288,-0.017952,-0.005586,0.166614,0.032888,0.005466,0.006415,0.002053,0.004864,-0.026339,-0.022201,-0.028307,0.032841,0.002373,-0.005105,0.02998,-0.012993,-0.003765,0.071736,-0.004723,0.011906,-0.020999,-0.019331,-0.008728,0.013274,-0.208604,-0.013179,-0.020481,0.017953,0.008739,-0.01556,-0.001781,-0.024014,0.006562,-0.03809,-0.005845,-0.005172,-0.025208,-0.012158,-0.000998,-0.035085,0.057554,-0.005907,0.006044,-0.009674,0.043529,0.088344,-0.029244,0.102651,0.02565,-0.006037,0.005381,0.011284,0.009821,0.006638,0.000604,0.035063,0.009366,-0.016277,-0.00848,0.008798,0.006787,0.038394,-0.032988,0.026788,0.021395,0.011811,-0.017071,0.003711,-0.013703,0.004906,0.026698,-0.008163,-0.005586,0.007792,0.024694,0.005986,-0.004897,-0.020512,0.053982,0.009276,-0.016073,-0.004275,-0.040382,0.027198,0.023593,0.03002,-0.004816,0.003873,-0.049234,0.009006,-0.008019,-0.029931,0.004206,0.010725,0.017578,-0.025636,0.010112,0.01913,0.040907,0.111065,0.021625,0.017581,-0.001751,0.021809,-0.003278,0.01775,0.00666,-0.038451,-0.032585,-0.005539,0.021893,0.000861,0.009198,-0.008093,-0.026743,0.021475,0.005511,-0.015033,-0.056426,0.019403,0.029382,0.022963,0.001273,0.007367,-0.006669,0.003153,0.022659,0.019288,0.01349,0.018974,0.013743,0.031409,-0.000612,-0.005314,-0.017246,0.014213,-0.013688,0.023704,-0.022386,0.023652,-0.011258,-0.001447,-0.011469,0.048756,0.01032,-0.046188,-0.011914,0.019616,-0.015358,0.001752,-0.018825,0.004685,-0.023777,0.026624,0.028996,-0.01254,0.013734,-0.003081,-0.006761,0.004356,0.012713,-0.042273,-0.032455,0.015407,-0.013279,-0.094652,0.013425,-0.008583,-0.022587,0.019307,0.005454,-0.002071,-0.065294,0.030328,-0.001204,-0.030721,0.013063,0.01146,0.004241,0.023565,-0.002591,0.026952,0.037515,-0.006118,0.014696,-0.006638,-0.010101,-0.001994,-0.023461,0.012071,-0.022842,0.004165,-0.016126,0.015008,0.00257,0.006764,-0.005809,-0.022459,-0.005391,0.028602,0.01813,0.02322,-0.007882,-0.028217,0.015857,0.022167,0.002046,-0.014701,0.004488,-0.025853,0.027573,-0.022958,-0.025584,-0.040944,0.017394,-0.001254,0.023456,0.010301,0.100244,0.013484,-0.028425,0.032022,-0.013744,-0.015046,-0.017136,0.03668,-0.008891,0.003206,-0.024246,-0.017942,0.003865,-0.054847,-0.003514,-0.029758,-0.026517,0.001152,-0.028607,0.003058,-0.002806,-0.0095,-0.001543,0.018853,0.0117,0.017554,0.020904,-0.018051,-0.010201,-0.027019,-0.009721,0.009439,0.038882,-0.016991,-0.004761,-0.020393,0.014668,-0.024567,-0.052914,0.004829,0.001039,-0.00508,0.002465,-0.030718,-0.018359,0.034082,0.036853,0.029144,-0.0216,0.012256,-0.003082,-0.006813,-0.012043,-0.032159,0.009928,-0.003197,-0.036649,0.016774,-0.019417,-0.021676,0.032983,-0.003611,0.009245,0.002491,0.00817,0.108076,0.005978,0.004955,-0.005626,-0.010982,0.018711,0.031737,0.004427,-0.042332,-0.006111,-0.009668,-0.022147,-0.028538,0.043181,0.051445,-0.029905,-0.007305,-0.022177,0.005381,-0.026068,0.102517,0.015872,-0.010234,-0.03791,0.001579,-0.007991,0.02268,0.021347,-0.004573,0.001338,0.02267,0.03042,-0.001824,-0.014171,0.000703,0.029811,-0.002618,-0.001145,0.01421,-0.018729,0.01151,-0.007937,-0.006772,-0.027164,0.030047,0.030677,-0.004573,0.008433,-0.000552,0.06676,0.00008,-0.013005,0.023575,-0.033997,0.020656,0.000393,0.031869,-0.023619,0.015907,-0.025365,0.028972,0.008794,0.012943,-0.015497,-0.029469,-0.049618,-0.006259,0.024126,-0.002559,0.009689,0.005971,-0.02134,-0.005265,0.002839,-0.001298,-0.019238,-0.000333,-0.021905,0.013671,0.009309,0.772332,-0.002421,-0.003225,0.00961,0.012605,-0.021622,0.022993,-0.018656,0.030367,-0.004737,0.020473,-0.005126,0.019154,0.020935,0.019132,0.004038,0.022243,0.002599,0.022033,-0.028896,-0.005538,-0.031303,0.052552,0.039451,0.011745,0.066949,0.012968,-0.026302,0.001046,0.030996,-0.017136,-0.016707,-0.037759,0.009026,-0.012794,0.014373,-0.020175,0.0063,0.010013,-0.082437,-0.01285,-0.008678,-0.000083,-0.01646,0.019629,-0.018709,0.027675,0.012278,0.027736,-0.006357,0.030487,-0.006259,0.029152,0.072528,0.00714,-0.000815,0.006446,-0.029369,-0.000317,0.013857,-0.013183,-0.017952,-0.010571,0.079137,0.035818,0.064579,-0.002901,-0.0157,0.016063,0.034553,0.02041,-0.080665,0.026219,0.026968,-0.007216,0.008449,0.006472,-0.05114,0.022967,-0.016147,0.013781,-0.073941,0.009617,0.008659,-0.01243,-0.018827,-0.03422,0.020798,0.016476,-0.026543,-0.0357,0.007858,0.007047,-0.003667,0.011837,0.019598,-0.004629,0.023636,-0.015688,-0.008767,0.018606,0.024371,-0.000924,0.02206,-0.053598,-0.008723,-0.010876,-0.001863,0.003834,0.036407,0.024197,0.003797,-0.020959,-0.004695,-0.027628,-0.010306,0.008036,-0.003246,0.028697,0.017917,0.029498,-0.000187,-0.01033,-0.013924,0.031286,-0.031703,-0.036579,0.001042,0.040225,-0.015978,0.02041,0.000988,-0.006644,0.001959,-0.020503,-0.016014,-0.010433,0.00792,0.010529,0.008005,0.016402,0.019675,-0.000279,0.000246,-0.008143,0.004755,0.015555,0.013206,-0.015783,0.000296,-0.007879,0.177605,0.020813,-0.007282,0.002412,-0.001277,0.01736,-0.001874,0.003624,-0.036031,0.028758,0.000844,0.003171,0.04708,-0.010435,0.010763,0.060173,-0.000124,-0.010134,-0.008869,-0.016236,0.006699,-0.010529,-0.24397,-0.001405,-0.019303,0.00538,0.022477,0.001788,0.004535,-0.010832,0.000009,-0.026581,-0.021102,-0.016498,-0.027775,-0.0193,0.003185,-0.016885,0.045112,0.008208,0.000242,-0.005796,0.030854,0.083934,-0.026285,0.118151,0.04105,0.008589,0.009174,0.031115,0.003773,0.018252,-0.015204,0.042403,-0.005257,-0.033051,-0.022548,-0.009998,-0.012069,0.038893,-0.034167,0.022853,0.019205,-0.001373,-0.026439,-0.003442,-0.016689,0.009775,0.029881,-0.030807,-0.016323,0.01196,0.01811,-0.009088,0.020017,-0.019653,0.042384,0.009974,-0.018728,0.007202,-0.020913,0.005,0.018925,0.039504,-0.012584,-0.010173,-0.041174,0.001465,-0.011465,-0.012843,0.010205,0.00074,0.015161,-0.011313,0.002178,-0.011343,0.035923,0.131005,0.010371,0.024179,0.007637,0.008275,-0.015432,-0.014678,0.005059,-0.023429,-0.031437,-0.00039,0.030877,-0.005409,0.011469,-0.024969,-0.017553,0.068501,0.012174,0.008079,-0.026287,0.006488,0.045138,0.01084,-0.006219,0.018347,0.000806,0.002533,0.024255,0.020608,0.013823,0.020501,0.007836,0.031744,0.006823,-0.012794,-0.026056,0.03799,-0.000319,0.02986,-0.023798,0.024126,-0.008364,-0.001718,-0.015793,0.035012,-0.007635,-0.039284,-0.000245,0.013488,-0.015252,0.011532,-0.012129,-0.000035,-0.019857,0.026047,0.022218,-0.014809,0.034462,0.014385,-0.003298,0.026569,0.001679,-0.037707,-0.036887,0.007848,-0.022503,-0.118762,-0.004326,-0.009573,-0.021822,0.016599,0.01521,-0.004919,-0.06426,0.021515,0.000688,-0.020198,0.023456,-0.010803,0.000092,0.004538,-0.017151,0.024202,0.033598,0.002485,0.013695,-0.003787,0.014334,0.019854,-0.024836,-0.005063,-0.032274,0.004007,-0.002427,0.005367,0.014375,-0.002298,-0.003362,-0.002377,-0.003019,0.031444,0.018483,0.035724,-0.005999,-0.040353,-0.005388,0.004332,-0.001992,-0.025695,-0.001868,-0.019937,0.019149,-0.019003,-0.0189,-0.041354,0.015521,-0.006633,0.022996,-0.00533,0.067041,0.01595,-0.043233,0.026179,-0.014651,-0.016248,-0.037226,0.032272,-0.023821,-0.000079,-0.015468,-0.014622,-0.000623,-0.051679,-0.018674,-0.008001,-0.039605,-0.020242,-0.012855,0.006472,-0.025153,-0.010075,0.001944,0.011583,0.00044,0.013938,0.015725,-0.012923,-0.007874,-0.034415,-0.009185,0.000645,0.0327,-0.022496,0.011497,-0.015491,-0.001934,-0.025585,-0.033815,0.002742,0.007586,0.024945,0.014368,-0.005132,0.01545,0.023807,0.018281,0.033626,-0.011519,0.016604,-0.003809,-0.019948,-0.020159,-0.066244,-0.003026,-0.025006,-0.069884,0.018618,-0.019907,-0.030329,0.035843,-0.021048,0.01239,0.006644,0.004866,0.103324,0.011644,-0.002866,-0.008738,-0.005599,0.012269,0.020727,0.013113,-0.029599,-0.012894,0.001161,-0.019984,-0.025458,0.054186,0.050652,-0.006347,-0.003617,-0.029543,0.004603,-0.02276,0.040406,0.012339,-0.020201,-0.013248,0.008355,-0.001163,0.009678,0.032454,-0.001717,-0.002347,0.01559,0.011084,-0.020311,0.005067,0.023053,0.008862,-0.003758,0.004851,0.02209,0.009156,0.01004,-0.035439,-0.026244,-0.001623,0.00493,0.020223,-0.019423,0.013528,-0.004586,0.060911,0.017585,0.00507,0.015757,-0.011056,0.012612,-0.006918,0.032575,-0.023284,0.026051,-0.008998,0.031482,-0.002562,0.000784,-0.011074,-0.026688,-0.053183,-0.022192,0.014915,-0.01214,0.012623,-0.015427,-0.030549,0.017937,0.015628,-0.010943,-0.027343,0.004367,-0.017198,0.008845,0.013694,0.766041,0.016398,-0.009428,-0.019671,0.009496,-0.022895,0.013731,-0.015624,0.024155,-0.005797,0.016574,-0.010266,0.012842,0.026119,0.00035,0.00593,0.016725,-0.018682,-0.007559,-0.013972,-0.003793,-0.043038,0.035418,0.021368,0.000541,0.05667,-0.009174,-0.020417,0.009722,0.021334,-0.030278,-0.013432,-0.03518,-0.025169,-0.006637,-0.000852,-0.004458,0.004384,0.000936,-0.086237,-0.012386,0.000341,0.024809,-0.025306,0.015961,-0.024416,0.021781,0.027873,0.033066,-0.012762,0.028509,0.02079,0.037278,0.056444,0.005942,-0.001954,0.004275,-0.039525,-0.012819,-0.002467,-0.015072,-0.037232,-0.012777,0.064459,0.009981,0.076446,0.003996,0.000594,0.016123,0.032742,-0.002068,-0.064631,0.018469,0.023154,0.036867,-0.023473,0.012994,-0.029129,-0.002783,-0.03846,-0.009142,-0.067338,0.026153,0.04452,0.0256,-0.005708,-0.051276,0.001207,-0.00233,0.002929,-0.066505,0.007782,-0.046196,-0.025225,0.022037,-0.004129,0.011028,0.037035,-0.015661,-0.009036,0.020876,0.034346,0.013305,0.048518,-0.048723,0.000027,-0.004803,0.003618,0.032612,0.075543,0.040204,0.044451,-0.00892,-0.002122,-0.013643,0.006032,0.023712,0.022479,0.009891,0.006241,0.031756,-0.010833,-0.012983,-0.008102,0.050434,-0.032037,-0.02954,-0.008882,0.048924,-0.035514,0.010531,-0.011429,0.011331,-0.004555,0.002956,-0.02088,0.006834,-0.002173,0.019258,0.016583,0.019163,0.025808,0.026578,0.008728,-0.003671,0.012115,-0.007391,0.007555,-0.000661,-0.015493,-0.011583,0.171249,0.027116,-0.007059,0.012323,0.006875,0.021885,-0.022917,-0.016085,-0.022538,0.011447,0.042619,-0.008108,0.049603,-0.02611,-0.014607,0.053247,0.004516,0.016415,-0.022427,-0.002279,0.006491,0.013046,-0.214395,-0.013856,-0.023658,0.019863,0.032981,0.005298,0.013854,-0.023048,-0.002732,-0.005333,-0.018828,-0.02331,-0.034364,-0.018351,0.004425,-0.007052,0.051258,0.016357,0.012709,-0.025628,0.006233,0.101872,-0.033843,0.09064,0.029399,-0.033311,0.003471,0.021101,0.009949,-0.005925,-0.01848,0.077876,0.002147,-0.010714,-0.037491,0.012472,0.001382,0.018681,-0.018792,0.001133,0.034532,-0.012814,-0.024885,0.025738,0.006987,-0.015324,0.022811,-0.01261,0.003442,0.006896,0.032035,-0.027406,0.026727,-0.039352,0.029505,0.012471,-0.010709,-0.011332,-0.047767,0.048467,0.008901,0.019427,0.001781,0.019708,-0.043275,-0.035894,-0.004499,-0.018233,0.035762,0.033154,0.013523,-0.041493,0.002201,0.01492,0.041883,0.0873,0.016362,0.038932,-0.002795,0.039054,-0.06004,-0.017792,0.005661,-0.024451,-0.056855,-0.006757,0.033069,-0.003922,0.005093,-0.01321,-0.055352,0.030996,0.018994,0.0044,-0.065918,-0.001046,0.057913,0.000332,0.009192,-0.005865,-0.056568,0.003851,0.022352,-0.033394,0.043648,0.02294,0.005609,0.002078,-0.011658,-0.005535,-0.041042,0.022337,-0.013713,0.039243,-0.019016,0.048999,-0.034886,-0.007031,-0.0195,0.017975,0.015091,-0.027348,0.015861,0.04406,-0.035381,0.009906,-0.011023,-0.022917,-0.037568,0.033091,0.01568,-0.02024,0.008562,-0.004516,-0.005507,0.007297,-0.014545,-0.015779,-0.007883,0.013105,-0.027047,-0.083724,0.014381,0.012752,-0.022746,0.029101,0.00455,-0.010817,-0.064377,-0.003328,0.012961,-0.007723,0.008535,0.000448,-0.032818,-0.026686,-0.062396,0.011917,0.035439,0.00049,0.002428,-0.040885,0.04196,-0.002841,-0.01774,0.047112,-0.022114,-0.001901,-0.00783,-0.010238,0.017963,0.018872,-0.016161,-0.036704,-0.00491,0.046599,0.006201,0.028119,-0.011669,-0.015654,-0.000814,0.001925,0.030169,0.001567,-0.017348,0.002346,0.048271,-0.004589,-0.017597,-0.028217,0.026737,-0.011659,0.030844,0.01003,0.082029,0.017602,-0.020208,0.046983,0.015674,0.014848,-0.019938,0.035307,0.006844,0.011988,0.02399,-0.029204,-0.001102,-0.06457,-0.017256,-0.017323,-0.044934,0.007281,-0.001699,-0.005674,0.005382,-0.004168,-0.012165,0.046982,0.008156,-0.00194,0.010277,-0.022532,0.028492,-0.027253,0.011668,-0.014143,0.039373,-0.00894,-0.025743,-0.025194,0.043584,-0.040395,-0.036419,0.008652,0.031546,0.009957,-0.001107,-0.023438,0.029318,0.039867,0.059481,0.064578,-0.019083,-0.034004,-0.004593,-0.006983,-0.040209,0.033607,-0.00965,-0.034124,-0.07014,0.002909,-0.007741,-0.023293,0.069668,-0.023696,-0.000482,-0.016531,0.029264,0.114524,0.005981,0.03076,-0.008749,-0.037162,0.039138,0.024446,0.015859,-0.019154,-0.003754,0.040486,-0.051571,-0.000651,0.033329,0.029614,-0.028294,0.004065,-0.021833,-0.010981,-0.010315,0.064394,0.045074,-0.040244,-0.023902,-0.011582,-0.02624,0.001271,-0.007855,-0.002015,0.012583,0.008496,0.008451,0.012825,0.018366,0.000671,-0.01921,0.017394,0.022826,0.020121,-0.029761,0.011141,-0.029129,0.002567,-0.024721,0.014621,0.049063,-0.032385,0.007197,-0.026406,0.038843,0.036009,-0.027702,0.013309,-0.020769,0.023207,0.017461,0.01402,-0.044946,0.011984,-0.047584,0.014684,-0.022658,-0.031388,-0.026958,-0.031537,-0.073663,-0.015809,0.014162,-0.014561,0.036349,0.003768,-0.008624,0.020953,0.028566,-0.000856,0.002501,0.005128,-0.000929,-0.001141,0.017795,0.710074,0.012229,0.007471,0.011484,-0.006429,-0.009772,0.028486,-0.032774,-0.002783,-0.000149,0.030451,0.027874,-0.007735,0.052067,-0.012851,0.009455,0.019526,-0.010055,-0.014714,-0.013237,0.011442,-0.048774,0.035688,0.029271,0.004995,0.057325,0.000503,-0.021602,-0.00882,0.016181,-0.016891,-0.006336,-0.021359,0.025856,0.003985,0.014667,-0.009691,0.044574,-0.018543,-0.083831,-0.010779,0.009554,-0.013134,-0.025124,0.028425,-0.017845,0.013448,0.040804,0.035322,-0.031185,0.035226,0.057273,0.043029,0.051463,-0.012152,0.002899,0.003927,-0.040714,-0.003458,-0.003303,0.011156,-0.008881,0.018989,0.08096,0.014443,0.049048,-0.011682,0.005942,-0.001044,0.019287,0.017925,-0.073599,0.026658,0.002351,-0.003072,0.007409,0.014095,-0.011139,-0.00139,-0.032509,-0.007129,-0.060093,0.009766,0.02215,0.012971,0.011188,-0.070438,-0.005155,0.015188,-0.005188,-0.051088,0.024706,-0.021818,-0.026626,0.003595,-0.012404,0.003806,0.03765,0.031579,-0.004916,0.027959,0.002711,0.004552,0.006489,-0.065032,-0.022101,0.028761,0.005084,0.005837,0.03999,0.015595,-0.000428,0.000053,-0.009909,-0.000002,-0.003124,0.018376,-0.00293,-0.00242,0.009639,-0.012658,-0.02234,0.016827,-0.006387,0.01472,-0.051107,-0.042886,0.03611,0.011585,-0.035647,0.005513,0.01411,-0.024854,-0.006615,-0.030777,-0.022986,0.005028,0.017566,0.031409,0.028036,0.022524,0.021077,0.003546,0.037101,0.021074,0.01036,0.014196,0.019588,-0.002933,0.009132,0.039444,0.143652,0.020279,0.014521,-0.008006,-0.007289,0.005063,-0.009001,-0.015477,-0.004557,0.052909,0.01827,0.030301,-0.002033,0.006431,-0.016641,0.062183,0.00945,0.025637,-0.01363,0.00209,-0.012006,0.018305,-0.177939,0.012058,-0.025763,0.004637,0.016447,0.000943,0.00447,-0.014105,-0.012561,-0.014114,-0.011978,-0.029083,-0.039821,-0.016678,0.024198,-0.020828,0.042412,-0.01237,0.005213,0.010163,0.038905,0.097236,-0.023797,0.083316,0.007895,-0.006176,-0.000674,-0.002499,0.018065,-0.00613,0.002514,0.058591,-0.000676,-0.037203,0.001063,0.021288,-0.027728,0.028546,-0.028122,0.01103,0.023057,-0.007623,-0.01675,0.016761,-0.002086,-0.02084,0.002908,-0.014889,-0.020729,0.013218,0.019809,-0.012948,0.009943,-0.015121,0.039453,-0.004306,-0.013851,0.012726,-0.043764,0.000992,-0.003772,-0.008057,-0.010378,0.000966,-0.045013,0.000743,-0.014373,-0.04124,0.019971,0.031402,0.033831,-0.022833,0.002793,0.029691,0.03087,0.164041,0.00384,0.027279,0.009508,0.018416,-0.012476,0.013579,-0.015633,-0.035369,-0.027893,0.017201,0.01769,0.032929,0.012024,-0.010163,-0.01825,0.065015,0.004679,0.0051,-0.039726,0.011685,0.007607,0.018923,0.019334,0.019045,0.005244,-0.010252,0.010553,-0.005408,0.008025,0.034019,0.014053,0.005732,-0.020319,0.005686,-0.061326,0.012576,-0.027256,0.003362,-0.040358,0.03198,-0.012189,-0.001438,-0.050108,0.003855,0.014095,-0.039656,-0.006139,0.023303,-0.02378,0.003604,-0.007329,-0.002017,-0.031474,0.001188,0.007297,0.011861,-0.001494,-0.024933,0.007599,0.003713,0.009341,-0.027333,-0.007582,0.004311,-0.034196,-0.094975,0.007772,0.001411,-0.004347,0.033828,0.02026,-0.006575,-0.11414,0.03163,-0.028109,0.034264,0.029461,-0.033829,-0.023642,0.0402,-0.004996,0.041756,0.046887,-0.030169,0.013246,0.009084,0.044732,-0.000986,-0.008636,0.022269,-0.013488,-0.0128,0.016755,0.009571,0.014858,0.024092,-0.017816,0.001399,-0.009254,0.029935,0.000798,0.012225,0.002287,-0.004055,0.00984,0.026081,-0.010219,-0.017355,0.000717,-0.006137,0.024156,-0.02637,-0.033069,-0.020092,0.027557,0.009994,0.029124,0.01038,0.096402,0.01912,-0.038765,0.053548,0.021175,-0.005664,-0.015716,0.048449,-0.006012,-0.00944,-0.00421,-0.002126,-0.011946,-0.028236,-0.039184,0.006622,-0.008298,0.00044,-0.016236,-0.000479,0.001276,-0.034665,0.001288,0.008499,-0.002537,-0.005627,-0.002105,-0.039216,0.005253,-0.021514,-0.017167,0.012193,0.029046,-0.008694,-0.009874,-0.005246,0.020416,-0.044624,-0.061832,-0.015115,0.002757,0.010164,0.020778,-0.039692,0.016708,0.041474,0.017942,0.028909,-0.024124,0.016868,0.029921,-0.000843,-0.027307,0.036323,0.023163,-0.008684,-0.014002,0.002022,-0.053255,-0.000208,0.022664,-0.001541,0.011544,0.003739,0.009206,0.109484,0.011306,0.008707,0.00725,-0.025889,0.03148,0.041844,0.034853,-0.009214,-0.01216,0.005042,-0.010738,-0.029419,0.017732,0.007154,-0.008629,-0.001161,-0.002276,0.010253,-0.033194,0.109957,0.017239,-0.003049,0.005327,0.009617,0.000844,0.007549,-0.007721,0.021303,0.00089,0.040514,0.050689,-0.012726,-0.004836,-0.008134,0.016512,-0.021702,0.013906,0.005933,0.027436,0.031221,-0.031645,-0.016338,-0.01873,0.027238,0.020427,0.017738,0.04041,-0.006507,0.05102,-0.003411,-0.018736,0.039314,-0.017793,0.031524,0.038243,-0.002899,-0.012476,0.03919,-0.010835,0.017405,0.01438,0.00839,-0.021897,0.024017,-0.042129,-0.015775,0.038815,0.008174,-0.000909,-0.028152,-0.013436,0.043698,0.026266,-0.007936,-0.030223,0.001728,-0.019314,0.009491,0.001311,0.756438,-0.02649,0.032575,0.00162,0.021758,0.029031,0.005071,-0.022237,0.00189,0.000399,0.02152,0.004189,0.004488,0.014965,0.033865,-0.015839,0.017496,0.004618,0.022126,-0.033581,-0.030519,-0.013196,0.030174,0.006022,0.00485,0.060426,0.021018,-0.022299,-0.011284,0.031803,-0.021368,-0.003695,-0.044696,-0.037929,-0.021849,0.004145,0.000524,0.043262,0.021486,-0.071642,0.010036,0.022152,0.041951,0.005602,-0.006826,-0.01681,0.027103,0.025318,-0.003832,-0.016205,0.008264,-0.020911,-0.015904,0.047337,-0.017667,-0.00425,0.001979,-0.007164,-0.014166,0.025446,0.006917,-0.022762,-0.006601,0.06986,0.042743,0.047304,-0.005447,0.020105,0.008163,0.031965,0.002092,-0.100833,-0.007676,0.005045,0.015931,-0.01399,0.013501,0.009941,0.024176,-0.043913,-0.027053,-0.084941,0.022789,0.023039,0.020486,-0.006928,-0.061991,0.003076,0.01266,-0.027765,-0.06996,0.020031,-0.031567,-0.035191,0.039449,-0.006143,0.004231,0.044629,0.004214,0.004799,0.016892,0.034431,0.001467,0.021096,-0.064133,-0.009127,0.018175,0.022322,0.018539,0.051174,0.027318,0.016475,0.000772,-0.013401,0.001174,0.015223,0.026932,0.017367,0.002328,0.013944,0.027565,-0.02403,0.010447,-0.009758,0.045972,-0.043098,-0.033654,0.017333,0.026896,-0.031982,-0.004827,0.001639,-0.019702,-0.009536,-0.014379,-0.035694,-0.015824,0.030396,0.005873,0.00926,0.017631,0.022205,0.020602,0.01506,-0.003245,-0.011913,0.006968,-0.008724,-0.011702,-0.020969,0.00354,0.137451,-0.003425,-0.012191,-0.008357,0.006188,0.003873,-0.004733,-0.017357,-0.006824,0.017299,0.023268,-0.000626,0.035671,-0.002471,-0.027996,0.049963,0.006923,0.016653,-0.002437,0.001162,0.000575,-0.009335,-0.241313,-0.001715,-0.03754,0.019191,0.027993,0.003778,0.026932,-0.024076,-0.02626,-0.025742,-0.028633,-0.019715,-0.050628,-0.015166,0.001497,-0.002565,0.058135,0.01811,-0.010818,-0.001463,0.024151,0.085962,-0.025023,0.117127,0.016515,-0.017536,0.01102,0.013647,0.024238,-0.002668,0.009047,0.046677,0.006644,-0.020459,-0.042709,0.012191,-0.022308,0.036434,-0.007031,0.02012,0.037097,0.001427,-0.005382,0.031671,0.002692,-0.019639,0.016495,-0.000599,0.004281,0.0117,0.014567,-0.006471,0.016985,-0.029586,0.039886,0.013614,-0.016084,0.005864,-0.047195,0.01584,0.036508,0.012917,-0.004531,0.012678,-0.037669,-0.019209,-0.002124,-0.019954,0.040048,0.041431,0.019724,-0.020088,-0.00365,0.002347,0.018633,0.142076,0.00613,0.04027,-0.006497,0.016296,-0.032395,-0.025164,-0.015888,-0.007068,-0.04795,-0.022042,0.000954,0.023,-0.001671,-0.005392,-0.025986,0.042394,0.011477,0.005972,-0.060487,0.020877,0.034471,0.00714,0.009532,0.011924,-0.019558,-0.024919,0.016952,-0.017874,0.015212,0.027057,0.020299,-0.006047,-0.001679,-0.008784,-0.041446,0.007195,-0.014476,0.024019,-0.021259,0.02144,-0.034232,0.000703,-0.014822,0.01066,0.017309,-0.046786,0.005828,0.049737,-0.027722,0.009569,-0.011308,0.001174,-0.033963,0.025241,-0.004355,-0.017657,0.01064,-0.023687,-0.025152,-0.009591,-0.007061,-0.023353,0.008645,0.006116,-0.064663,-0.096219,0.008074,0.002415,-0.010082,0.032958,0.014883,-0.019711,-0.042484,-0.008415,0.00046,-0.006655,0.004835,-0.034831,-0.031602,0.025357,-0.035442,0.02532,0.055997,-0.022213,0.005464,-0.013709,0.02974,0.002476,-0.020151,0.029959,-0.030363,0.004992,0.007567,0.020379,0.013573,-0.007136,-0.011134,-0.018213,0.00089,0.038899,0.009721,0.015859,-0.012599,-0.02922,-0.001129,0.015626,0.004161,-0.014569,0.003184,0.008827,0.047258,-0.002281,-0.018296,-0.038622,0.03105,0.007637,0.013496,0.012145,0.079992,0.013787,-0.045246,0.031202,0.011507,0.013119,-0.002703,0.043808,0.003505,0.00146,0.026489,-0.019689,0.007707,-0.036763,-0.020965,-0.019,-0.021818,-0.003838,-0.024263,0.011442,-0.000434,0.005301,0.016674,0.032794,0.003744,0.0026,-0.005374,-0.02343,0.013232,-0.03152,-0.017208,0.013561,0.040065,-0.026322,-0.013632,-0.020331,0.042678,-0.02462,-0.056215,0.006717,0.01444,0.011129,0.013489,-0.036567,0.035138,0.03453,0.053565,0.071071,-0.019996,-0.01594,0.019656,-0.003479,-0.029008,-0.008616,0.001611,-0.014643,-0.058229,0.009884,-0.039395,-0.015423,0.062096,-0.010552,0.019219,0.011166,-0.011042,0.108633,0.013117,0.037439,0.014673,-0.055262,0.034071,0.046722,0.015649,-0.02558,0.007482,0.013913,-0.03947,-0.009252,0.020878,-0.004428,-0.004453,-0.010074,-0.017461,0.002417,-0.023049,0.092744,0.028194,-0.032151,0.014315,0.000921,-0.000272,0.011873,-0.017592,-0.007092,0.021296,0.033421,0.040685,0.007534,-0.002726,0.004779,-0.001628,-0.002743,0.013757,0.035393,-0.003324,0.027373,-0.032977,0.016157,-0.018822,0.026147,0.047122,-0.013207,0.012676,-0.013226,0.070007,-0.001984,-0.008188,0.02486,-0.044936,0.034276,0.040874,-0.01436,-0.033919,0.005927,-0.019451,0.030285,0.000445,-0.006351,-0.007173,-0.010248,-0.076151,-0.005554,0.018555,0.000331,0.020669,-0.011034,-0.000348,0.004049,0.021594,-0.009759,-0.011016,-0.0033,-0.022947,0.005141,0.008404,0.725863,0.020668,0.025946,-0.016327,0.00858,0.000663,0.032363,-0.023342,0.013419,-0.008955,0.022978,0.023257,0.01631,0.032364,0.000192,-0.00155,-0.006417,0.004006,-0.005571,-0.026582,-0.018719,-0.030062,0.030511,0.055838,0.014312,0.053289,-0.002193,-0.033513,-0.002267,0.029847,-0.034249,-0.005683,-0.026454,0.00601,-0.027635,0.014676,-0.009155,0.026261,0.007524,-0.072602,-0.000206,0.009749,0.009866,-0.026309,0.026635,-0.024479,0.025184,0.039266,0.004202,-0.022638,0.022022,0.034411,0.007002,0.049823,-0.026899,-0.003849,0.000537,-0.044014,-0.018375,0.001901,0.015337,-0.008768,-0.010224,0.074011,0.040408,0.049248,0.006914,0.007478,0.017936,0.029273,0.014963,-0.094727,0.02881,0.019843,0.00927,0.028081,0.010553,-0.022986,0.018175,-0.034072,0.027176,-0.061397,0.030237,0.005191,-0.00379,-0.016596,-0.053489,-0.029256,0.0222,-0.018426,-0.050519,0.002026,-0.001506,-0.008459,0.028855,-0.00754,0.002742,0.035182,0.001139,-0.033004,0.02477,-0.016684,0.004548,-0.009209,-0.044988,-0.001143,0.040007,0.013993,0.00103,0.024981,0.02619,0.018461,-0.00024,0.003592,0.002529,-0.00735,0.022011,0.027834,-0.00816,0.038187,0.016403,0.002545,-0.004448,-0.056673,0.029131,-0.032057,-0.013595,0.031818,0.026878,-0.017966,0.011241,0.018801,-0.014817,-0.010838,0.002396,-0.012191,0.031212,0.021066,0.007586,0.046377,0.015029,0.022287,0.018403,0.02615,0.027298,0.014963,0.013466,0.020971,0.013445,-0.003829,0.025484,0.158295,0.04061,-0.004643,-0.01914,0.001382,0.020634,-0.031862,-0.010271,-0.033523,0.052487,-0.001696,0.022853,0.022226,-0.014854,0.000216,0.073275,0.001564,0.037155,0.012336,0.023508,-0.044349,0.027744,-0.18414,0.024735,-0.037653,0.003966,-0.00694,0.000026,-0.007536,-0.027032,0.002044,-0.036409,0.008415,-0.009217,-0.029451,-0.015802,0.014169,-0.036894,0.049304,0.023936,0.011407,0.018431,0.048678,0.078261,-0.025674,0.095414,0.006346,-0.016566,0.003183,-0.027628,-0.010091,-0.0051,-0.001551,0.022004,-0.029898,-0.017736,-0.030711,0.011551,0.002077,0.032655,-0.050417,0.01857,-0.00984,0.002958,-0.030159,0.002505,-0.0127,-0.00119,0.019424,-0.006878,-0.041668,-0.006481,0.011722,-0.000938,0.016003,-0.03511,0.046402,0.010163,-0.010071,0.003124,-0.035514,0.027027,-0.002249,-0.005303,-0.013485,0.009606,-0.046642,0.021625,0.000748,-0.009495,0.006496,0.026876,0.030074,-0.022653,0.003421,0.013759,0.007826,0.129715,0.008586,0.039737,0.009756,0.016392,0.004886,-0.003433,-0.008839,-0.001757,-0.009077,0.003631,0.029228,0.010918,0.020364,-0.026847,-0.000967,0.048672,0.007389,-0.027494,-0.043384,0.05225,-0.001579,0.013934,0.031984,0.010548,0.00956,-0.028754,-0.001461,-0.001383,0.005101,0.057767,0.024671,0.02118,-0.013623,0.00363,-0.022259,0.017704,-0.013234,0.008055,-0.017747,-0.009227,-0.028282,-0.010309,0.000245,0.039452,0.014756,-0.051318,-0.013579,0.034873,-0.017925,-0.01119,-0.032567,0.016005,-0.000165,0.0011,0.017327,-0.008735,-0.002978,-0.022017,0.024332,-0.019012,-0.024673,-0.028066,-0.031638,-0.004465,-0.017858,-0.079893,0.01923,-0.021711,0.006286,0.018514,0.009697,-0.004276,-0.03836,0.015749,-0.007356,-0.003109,0.027098,-0.002581,-0.011637,0.003888,-0.008497,0.046142,0.022302,-0.011563,0.001228,0.015989,0.006519,0.010377,-0.00612,0.000232,-0.008214,-0.011276,-0.004621,0.015667,0.015211,0.000811,-0.058951,-0.005365,-0.008622,0.032418,0.003414,0.002726,-0.023224,-0.001557,0.034234,0.022218,-0.027334,-0.044337,-0.002097,0.005587,0.055524,-0.03003,-0.033261,-0.027174,0.00267,0.003264,0.026247,0.013668,0.071325,0.003653,-0.004884,0.024419,-0.010627,0.010593,0.003888,0.051943,-0.013288,0.023243,-0.007804,0.034641,0.007928,-0.042401,-0.032824,-0.030741,-0.01856,0.009958,-0.03558,0.009708,-0.020903,-0.022116,0.000521,0.028628,-0.015632,-0.008457,0.002999,-0.025508,-0.020691,-0.00529,-0.001349,0.020258,0.012812,-0.009647,0.018788,-0.028955,0.01835,-0.032299,-0.034842,0.004403,0.02465,-0.011908,-0.018442,-0.043517,-0.011858,0.044533,0.034859,0.022434,-0.020392,0.006565,0.015227,-0.010402,0.002575,-0.011535,0.006349,0.028751,-0.012406,0.021904,-0.016825,0.005801,0.016628,0.005044,0.005716,-0.019132,-0.00186,0.113484,0.008605,-0.015343,-0.024674,-0.038008,0.015633,0.059429,0.027641,-0.019787,0.014294,-0.031453,-0.008651,-0.035338,-0.018096,0.038292,-0.029847,-0.016737,0.024512,-0.005814,-0.014548,0.097214,-0.008879,0.010259,0.026417,-0.001143,0.005641,-0.018638,0.002581,0.010433,0.000219,0.021126,0.025341,-0.002603,-0.000548,0.006669,0.043989,-0.044383,-0.003958,-0.016472,0.021307,0.018444,-0.013666,-0.008767,-0.023123,0.020272,0.021606,0.011805,0.004788,-0.000211,0.081837,-0.004065,-0.014913,0.037198,-0.01355,0.00673,-0.004085,-0.00259,-0.020822,0.015794,-0.019554,0.019103,0.020288,0.003377,-0.017227,0.001589,-0.025936,-0.007171,0.035286,0.018312,-0.023509,0.007823,-0.017412,0.034723,0.023877,-0.009843,-0.056399,-0.012524,-0.020292,0.000718,0.011974,0.762542,-0.032289,0.015852,0.02669,0.017851,0.014252,-0.003505,-0.024573,0.001735,-0.004539,0.022925,0.001597,0.007136,0.024922,0.015204,0.015219,0.02438,-0.010794,0.003012,-0.015622,-0.002746,-0.027535,0.007603,0.042883,-0.00404,0.056846,0.01392,-0.014784,-0.011549,-0.007304,-0.019335,-0.006162,-0.030406,-0.004308,-0.042723,0.035157,0.008377,0.009984,0.03812,-0.084357,0.010837,0.019872,0.025971,-0.001802,0.016846,-0.022871,0.046012,0.033005,0.006964,-0.019084,0.028498,-0.024965,-0.014283,0.05506,-0.013372,-0.014785,0.015208,-0.041786,-0.016601,0.009844,0.006717,-0.012266,-0.011955,0.070575,0.033052,0.073088,-0.01368,-0.000412,0.04081,0.037537,0.026219,-0.08015,0.024414,0.016145,-0.000642,0.010951,0.008595,-0.050611,0.023431,-0.012811,0.014068,-0.079141,0.008455,0.005023,-0.01347,-0.015203,-0.032495,0.022061,0.021738,-0.028163,-0.037142,0.011938,0.009829,-0.009536,0.009111,0.015358,-0.010867,0.01871,-0.010631,0.001028,0.021472,0.021186,-0.00154,0.024552,-0.056624,-0.013162,-0.006425,-0.006555,0.006834,0.023491,0.032004,-0.002216,-0.031571,-0.012152,-0.028574,-0.006797,0.008818,-0.00663,0.029891,0.025351,0.030558,-0.000959,-0.008464,-0.011436,0.028225,-0.029367,-0.041256,0.013096,0.038112,-0.018481,0.016139,0.000802,-0.006631,0.005622,-0.020546,-0.015757,-0.012758,0.015398,0.006048,0.012884,0.020216,0.017194,-0.007804,-0.002722,-0.003038,0.004342,0.01801,0.00968,-0.013347,0.005118,0.000227,0.181684,0.016573,-0.006406,-0.001135,-0.003517,0.014907,-0.001955,0.000577,-0.038321,0.026623,0.000621,-0.005743,0.036066,-0.010522,0.005348,0.058671,-0.008127,-0.006755,-0.008882,-0.016561,0.002552,0.000125,-0.25003,-0.008151,-0.02038,0.003751,0.019658,-0.005304,0.003544,-0.004648,0.000577,-0.028343,-0.01724,-0.017077,-0.032697,-0.019738,0.000023,-0.015908,0.041544,0.00161,-0.003199,-0.006267,0.030302,0.081605,-0.025023,0.117895,0.039938,0.009315,0.006983,0.033165,0.004149,0.013866,-0.007405,0.038467,-0.000683,-0.029821,-0.015936,-0.006217,-0.007502,0.037262,-0.028685,0.021474,0.015433,-0.003244,-0.025159,-0.007182,-0.009537,0.006342,0.018352,-0.031578,-0.017828,0.007838,0.018774,-0.005999,0.014776,-0.018924,0.047102,0.003556,-0.024745,0.004009,-0.024077,0.002061,0.017542,0.039505,-0.013313,-0.011721,-0.041783,0.005758,-0.007667,-0.013965,0.013995,0.006283,0.015191,-0.007213,0.000705,-0.007825,0.039375,0.131937,0.008758,0.020875,0.014215,0.011397,-0.015946,-0.007366,0.000195,-0.021237,-0.022919,0.004679,0.024086,-0.006645,0.020262,-0.026369,-0.022126,0.068238,0.012055,0.00249,-0.029177,0.009877,0.043331,0.014539,-0.010516,0.011215,0.004477,0.00474,0.031732,0.022519,0.014837,0.021291,0.007502,0.040253,0.007363,-0.011776,-0.027427,0.032397,-0.006941,0.028606,-0.027791,0.02645,-0.016489,0.003784,-0.018037,0.042666,-0.005454,-0.039361,0.003221,0.012019,-0.015408,0.011525,-0.001382,0.000142,-0.015629,0.024041,0.018941,-0.007976,0.032434,0.009904,-0.002518,0.020995,-0.001036,-0.041741,-0.032737,0.001096,-0.027149,-0.126749,-0.006486,-0.012564,-0.02192,0.013951,0.010907,-0.001346,-0.059556,0.02855,-0.000346,-0.016612,0.024946,-0.000291,-0.002198,0.008573,-0.010752,0.031497,0.031556,0.002386,0.011738,0.003768,0.005203,0.022053,-0.019371,-0.003226,-0.035175,0.003537,-0.00186,0.008234,0.010655,0.008053,-0.008132,-0.006592,0.000231,0.029271,0.021261,0.035004,-0.003551,-0.044373,-0.005116,0.000184,0.00299,-0.024094,0.000026,-0.022718,0.023665,-0.016055,-0.018693,-0.041697,0.009017,-0.011073,0.02365,-0.001689,0.073387,0.016711,-0.045372,0.026322,-0.009664,-0.019702,-0.037034,0.036603,-0.020895,0.00687,-0.017013,-0.010821,0.001456,-0.050396,-0.019013,-0.012331,-0.038795,-0.014322,-0.015193,0.005565,-0.02027,-0.009802,0.00757,0.012631,0.003999,0.009178,0.017351,-0.021567,-0.007133,-0.032673,-0.007575,-0.003508,0.033265,-0.022054,0.01599,-0.014339,-0.001862,-0.022279,-0.031739,0.002708,0.003002,0.024046,0.016449,-0.007854,0.012364,0.027499,0.018903,0.032849,-0.008699,0.014997,0.006644,-0.022497,-0.015074,-0.064759,0.001893,-0.030699,-0.061929,0.019768,-0.01291,-0.025051,0.027038,-0.019026,0.019053,0.009296,0.004076,0.102098,0.010318,-0.003877,-0.007032,-0.003768,0.00949,0.023187,0.009931,-0.033754,-0.007422,-0.000884,-0.016863,-0.030137,0.055962,0.047694,-0.002297,-0.004392,-0.026966,0.00323,-0.022256,0.055074,0.010366,-0.023019,-0.008516,0.004305,-0.005606,0.012248,0.026888,0.007905,-0.006888,0.01805,0.016868,-0.019697,0.000648,0.024823,0.01751,0.001487,0.002593,0.02169,0.007225,0.011618,-0.029873,-0.019098,-0.003042,0.005111,0.017875,-0.021279,0.015806,-0.004966,0.067284,0.015449,-0.001376,0.017634,-0.004273,0.005399,-0.010204,0.032219,-0.022242,0.012326,-0.013939,0.035158,-0.001467,-0.002527,-0.011581,-0.028791,-0.053125,-0.014362,0.017513,-0.018807,0.017605,-0.012106,-0.033279,0.017852,0.013622,-0.010918,-0.019706,0.007792,-0.021771,0.013037,0.009768,0.764747,0.010403,-0.009399,-0.019739,0.016146,-0.017425,0.013652,-0.016381,0.023688,-0.002579,0.018958,-0.011952,0.013079,0.023974,0.00091,0.004505,0.016638,-0.013192,-0.000568,-0.01201,-0.009389,-0.038273,0.040867,0.017168,0.004522,0.058237,-0.005421,-0.02489,0.010327,0.019218,-0.027079,-0.01542,-0.032583,-0.020978,-0.005491,0.005567,-0.002468,-0.002385,-0.000692,-0.083181,-0.009071,0.000182,0.021972,-0.025579,0.02326,-0.032487,0.024262,0.017229,0.034124,-0.01341,0.024727,0.016954,0.027179,0.059988,0.004691,-0.004318,0.002653,-0.040387,-0.008273,0.000759,-0.008542,-0.030899,-0.010025,0.063079,0.021507,0.07539,0.003665,-0.007398,0.015022,0.030183,-0.00493,-0.088012,0.016016,0.032289,0.019892,0.007835,0.014478,-0.02586,-0.001563,-0.042949,0.000417,-0.050361,0.01644,-0.00286,0.0059,0.027243,-0.036351,-0.002856,-0.013815,0.008611,-0.031054,0.006797,-0.005184,-0.025425,0.038416,0.009024,-0.001554,0.035929,0.003685,0.017859,0.006075,0.046635,0.003057,0.040456,-0.066015,0.000851,-0.019364,0.025778,0.016394,0.043843,0.015379,-0.003946,-0.019654,-0.01485,0.017408,0.006685,0.010807,0.000031,0.045551,0.004759,0.001814,-0.016096,0.005462,-0.014102,0.034922,-0.050243,-0.030991,0.007633,0.006174,-0.010459,0.022991,-0.012113,0.024484,0.01365,-0.003677,-0.02786,-0.013814,0.004485,0.028138,-0.013187,-0.009583,0.008362,0.023596,0.017002,-0.02395,0.014067,-0.001095,0.026666,-0.010165,-0.000297,0.018754,0.195752,0.007464,-0.015201,0.008654,0.002974,0.032873,-0.021979,-0.017448,-0.035623,0.023342,0.016038,0.009954,0.053058,-0.008708,0.016365,0.063992,-0.007062,0.003277,-0.018271,-0.011084,-0.001339,0.012368,-0.23081,-0.029387,-0.037364,0.005029,0.032856,0.007655,0.016105,-0.014422,-0.003817,0.006541,-0.043005,-0.025976,-0.004309,-0.007247,-0.035634,-0.002528,0.026191,0.01006,-0.016944,-0.018291,0.026329,0.079883,-0.032152,0.097639,0.02318,-0.021557,0.035322,0.018542,-0.015486,0.010211,-0.009886,0.03207,0.007629,-0.014132,-0.03524,0.016427,-0.032487,0.010792,-0.015258,0.000762,0.033027,-0.006972,-0.023826,0.044776,-0.014899,0.023877,0.005215,-0.001184,-0.014126,-0.012626,0.015839,-0.026433,0.024897,-0.004199,0.051077,-0.029001,-0.019176,-0.01484,-0.018256,0.01426,0.051117,0.0499,-0.003657,0.03645,-0.051666,-0.02534,-0.031031,-0.016581,0.016778,0.022069,0.027574,-0.018028,-0.009032,-0.006417,0.032547,0.081983,-0.004514,0.025195,-0.006533,0.024474,-0.034779,-0.011294,-0.008831,-0.022367,-0.042734,-0.004561,0.017417,0.000791,0.003575,-0.021107,-0.04503,0.02261,0.024303,0.027743,-0.052223,0.015576,0.042893,0.022117,0.003999,-0.000494,-0.031285,-0.00304,0.031068,0.006817,0.02951,0.031856,0.009702,0.016022,0.009905,-0.009733,-0.050331,0.005308,0.011032,0.045917,-0.021766,0.042004,-0.011679,-0.016215,-0.018584,0.022074,0.02859,-0.062254,-0.010489,0.022892,-0.015308,0.012565,-0.021737,0.013584,-0.032228,0.044315,0.00831,-0.031582,0.01228,-0.015595,-0.00827,-0.003109,0.016153,-0.042347,0.001946,0.009191,-0.040328,-0.122171,0.033066,-0.002466,-0.001973,0.016546,0.012457,0.011775,-0.018473,0.004159,-0.001178,-0.069899,0.03525,-0.021687,-0.011966,0.000025,-0.021291,0.020606,0.029127,-0.012523,0.02148,-0.016307,0.019546,-0.015005,-0.012552,0.032058,-0.014023,0.00553,0.005122,0.005381,0.003917,0.011982,0.000711,0.004666,-0.02771,0.013668,0.013922,0.013623,0.015835,-0.015377,0.018192,0.000609,0.024515,0.00153,-0.006436,-0.013606,0.024535,0.030695,-0.01523,-0.035716,0.003746,-0.004736,0.000814,0.020295,0.081994,-0.001712,-0.036496,0.034477,-0.000097,0.017459,0.007269,0.055781,0.001512,-0.003655,-0.002166,-0.0176,0.018405,-0.066421,-0.021203,-0.019296,-0.004019,0.010644,-0.007179,-0.00782,0.003816,0.00416,0.005479,0.049227,0.001733,0.007542,0.021344,-0.023633,0.001214,-0.008498,0.002583,-0.009754,0.020483,-0.016673,0.030638,-0.00223,0.026327,-0.039715,-0.037997,0.008782,0.024956,0.014647,0.024973,-0.035937,-0.001263,0.019165,0.034953,0.047499,-0.014958,-0.014842,-0.007925,-0.006038,-0.0124,-0.044915,-0.002929,-0.01465,-0.049177,0.004011,-0.016054,-0.015922,0.032078,-0.029129,0.022605,0.013341,0.014854,0.110977,-0.016889,0.043177,-0.016249,-0.025598,0.02581,0.059127,0.019332,-0.054731,-0.01854,0.020663,-0.042997,-0.008287,0.0398,0.003595,-0.021368,-0.019417,-0.046066,-0.010579,0.018833,0.052167,0.015711,-0.04472,-0.024887,-0.00148,-0.023044,0.018037,-0.011169,-0.000929,-0.00619,0.033027,0.013119,-0.040901,0.021619,0.00832,-0.002436,-0.010546,0.036894,0.026304,0.001287,0.00851,-0.023356,0.015586,-0.040629,0.035495,0.041382,-0.029961,-0.002293,-0.004043,0.031768,0.015421,0.003002,0.040687,-0.019599,0.003164,0.033409,0.024405,-0.028037,-0.011036,-0.049363,0.016169,0.00083,-0.028589,-0.039859,-0.010884,-0.038909,-0.007479,0.02903,0.019994,0.011557,0.002548,-0.009896,-0.00005,0.019105,-0.007973,-0.004992,-0.009515,-0.012294,0.004251,0.041178,0.738109,0.024502,-0.002111,-0.009718,0.005692,-0.009505,0.02244,-0.026195,-0.000625,-0.003664,0.005317,0.027783,-0.010263,0.045084,-0.002066,-0.008829,0.026158,-0.009142,-0.010279,0.003548,0.007626,-0.027406,0.031134,0.049072,-0.002589,0.05139,0.005601,-0.015583,-0.02143,-0.027138,-0.021617,0.00207,-0.017927,-0.03219,-0.023658,0.011154,0.005749,0.012695,0.004381,-0.08557,-0.007024,0.024067,0.004866,-0.042602,0.041115,-0.021622,0.036755,-0.001044,0.008552,0.00924,0.015671,0.047419,0.038747,0.029992,0.006078,-0.00341,0.005615,-0.038103,-0.018733,0.002572,0.000973,0.009446,-0.002045,0.086028,0.028026,0.054606,-0.00546,-0.006924,0.018329,0.029649,0.025086,-0.062245,0.032839,-0.012144,-0.025801,0.013575,0.028795,-0.055951,0.014234,0.025438,0.034318,-0.061194,0.01827,-0.018778,-0.017069,0.01331,-0.042804,0.011327,0.02834,-0.035626,-0.059185,0.027201,0.001259,0.007176,0.011385,-0.008603,-0.008023,-0.002091,-0.000484,-0.005445,0.034605,-0.027616,-0.01672,0.017814,-0.057757,-0.006603,0.006063,-0.016937,-0.002503,0.071483,0.003029,-0.025333,-0.00315,-0.000793,-0.021174,-0.025769,0.011737,0.004583,-0.001599,0.009788,0.017061,0.00343,-0.013785,-0.003359,0.045038,-0.022737,-0.030775,0.004081,0.015192,-0.002269,0.002095,0.009749,0.006797,0.00422,-0.013097,-0.030049,0.004592,-0.007207,0.028601,0.023416,0.031636,0.024635,-0.001941,0.011607,0.014557,0.029583,0.020774,0.034703,-0.009282,0.006068,-0.007804,0.146201,-0.001871,-0.002551,0.001208,0.01044,0.018708,-0.017262,-0.00131,-0.025546,0.028403,-0.013031,0.025715,-0.001527,-0.015278,0.004538,0.095699,-0.017033,0.000364,-0.040675,-0.02234,0.001701,0.010508,-0.165692,-0.008058,-0.028172,0.024373,0.010273,0.031637,0.001918,-0.023623,0.01029,-0.041064,-0.035612,-0.011562,-0.01113,-0.041016,-0.003487,-0.00695,0.033394,0.006164,0.009048,-0.004494,0.045532,0.06113,-0.021661,0.111167,0.028136,0.009698,0.009608,0.032447,0.005466,0.040145,0.007218,0.041094,0.019426,-0.016283,-0.001419,-0.000349,-0.037638,0.00145,-0.026901,0.012301,0.001657,0.008564,-0.037645,0.025551,-0.002953,-0.014345,0.012029,-0.032857,-0.040035,0.00312,0.022258,-0.000626,0.020721,0.018595,0.05425,-0.008334,0.000253,-0.024121,-0.022326,0.01619,0.019445,0.014904,0.017755,0.01619,-0.05578,0.00514,-0.004253,-0.005202,0.003767,-0.001611,0.025842,-0.022309,0.004743,-0.013581,0.040854,0.103724,-0.002931,0.023393,0.017273,0.03098,-0.008819,0.006283,-0.019878,0.005029,0.006293,0.0023,-0.00182,-0.011849,-0.001701,-0.042439,-0.042221,0.065004,-0.00189,0.00469,-0.026693,0.013829,0.013156,-0.016432,0.007091,0.006962,-0.002008,-0.002251,0.037745,0.035057,-0.00446,0.008936,0.039942,0.018518,-0.005997,0.001178,-0.010881,0.021228,0.019321,0.009902,-0.005787,0.021704,-0.014398,-0.008583,-0.028983,0.030784,-0.017014,-0.05065,0.004724,0.013957,0.004187,0.003916,-0.012014,0.038195,-0.022912,-0.025718,0.025495,-0.017212,0.00217,-0.022354,0.001564,0.020921,-0.004937,-0.043502,-0.02439,0.011336,-0.000696,-0.098055,-0.006589,0.009926,0.001654,0.021856,0.004478,-0.007472,-0.043761,0.01845,0.019882,-0.069553,0.006307,0.009872,0.025919,-0.020313,0.021079,0.018457,0.010587,-0.010936,0.009681,0.036864,0.010253,0.014593,-0.00524,0.028995,-0.039239,0.002764,-0.014181,0.00263,0.00523,-0.002525,-0.027211,-0.016179,0.015619,0.021926,0.002485,-0.011362,0.01693,-0.005311,0.011757,-0.000714,-0.018653,-0.023123,-0.012765,0.00806,-0.000755,0.00969,-0.022784,-0.042394,-0.023967,-0.016692,0.01111,0.004196,0.053054,0.022228,-0.009694,-0.002665,-0.002187,0.012123,-0.021508,0.029679,0.001426,-0.01144,-0.00744,0.00108,-0.023179,-0.03664,-0.02813,-0.024535,-0.021727,-0.003022,-0.014595,-0.010879,-0.017856,-0.029429,0.015547,0.02487,-0.018515,-0.004677,-0.005436,-0.019518,0.014143,-0.039744,-0.020609,-0.005345,0.004732,-0.001852,0.01656,0.004189,-0.016516,-0.009352,-0.034278,0.011845,0.004274,0.012539,-0.001229,-0.00951,0.004132,0.045031,0.026472,0.019902,-0.003363,0.023734,0.02638,-0.019795,0.017834,-0.075326,-0.003375,-0.024789,-0.030988,0.016512,-0.021744,-0.001917,0.000882,-0.003965,0.038118,-0.002022,0.028228,0.114881,0.036377,0.0129,-0.007923,-0.034972,-0.001931,0.051643,0.015871,-0.008843,-0.022709,-0.009846,-0.010839,-0.033974,0.02999,0.009541,-0.028253,0.002097,-0.058533,0.018456,-0.008604,-0.00176,-0.003258,-0.025327,-0.01078,0.004401,-0.019929,-0.017426,0.007218,0.026627,-0.014969,0.011603,0.003784,-0.011915,0.013605,0.005342,0.023126,-0.003473,-0.00592,0.015584,0.00297,-0.012598,-0.014933,0.004333,-0.039245,0.016895,0.001154,-0.023488,0.011701,0.011794,0.049844,-0.003721,-0.016966,0.002555,-0.038502,0.029057,-0.010216,0.003412,-0.022829,0.017525,0.027231,0.023866,0.012214,-0.000553,-0.035067,0.001509,-0.047603,-0.027126,0.026956,-0.022703,-0.000051,0.003211,-0.001611,-0.005624,0.023414,0.000667,0.008303,-0.018876,-0.000864,0.000419,-0.010859,0.789055,-0.004221,-0.035778,0.003873,-0.002961,-0.045711,-0.026476,-0.035534,-0.005705,0.00275,0.013043,-0.009682,0.02773,0.016176,0.026742,0.007702,0.040391,-0.019703,0.004163,0.00197,-0.016756,-0.019281,0.040508,0.008718,-0.02005,0.046693,0.017144,0.001048,0.032686,-0.010214,-0.025968,-0.032617,0.000791,-0.05619,-0.012941,0.001428,-0.013826,-0.009291,0.024444,-0.101809,0.008248,-0.005625,0.005429,-0.015107,0.002837,-0.036493,0.019192,-0.001068,-0.006179,-0.011623,0.020553,-0.012431,0.017174,0.037995,-0.009086,-0.00519,0.006259,-0.037881,-0.020056,0.019872,0.007771,-0.025129,0.012062,0.084616,0.030686,0.066587,0.001267,-0.019532,0.04074,0.033548,0.031669,-0.085516,0.044491,0.030567,0.007722,0.009531,0.009214,-0.003588,0.004478,-0.002036,-0.002625,-0.070774,0.018423,0.020598,-0.002603,0.000154,-0.045667,0.01123,0.035175,-0.016526,-0.046279,0.009156,-0.029895,-0.021935,0.00984,-0.007453,0.004518,0.045121,0.028758,0.000273,0.020563,0.011882,0.011836,0.005044,-0.057507,0.003871,0.006672,0.012006,0.012679,0.021537,0.028607,-0.0038,-0.000638,-0.014833,0.003057,-0.004398,0.025303,-0.002216,-0.004548,0.006932,0.024374,-0.02783,0.003552,-0.011112,0.020508,-0.040325,-0.041109,0.027811,0.007965,-0.019324,-0.024835,0.012205,-0.018045,-0.009843,-0.021666,-0.023033,0.003586,0.028932,0.01539,0.034641,0.009074,0.007198,0.003921,0.033879,0.009386,0.000661,0.013316,0.027841,-0.013823,-0.008688,0.034275,0.156546,0.031235,0.015571,-0.01035,0.003866,0.012297,-0.003654,-0.014206,-0.002739,0.062007,0.00848,0.016153,0.011458,0.005079,-0.005994,0.066359,0.007859,0.005967,-0.003906,-0.01248,0.000955,0.015833,-0.219111,0.003903,-0.023525,0.01948,0.015147,-0.005795,0.007439,-0.027167,0.008352,-0.016245,-0.004509,-0.013495,-0.032012,-0.002033,0.002412,-0.02763,0.051566,-0.015566,0.015382,0.00918,0.044295,0.089098,-0.021213,0.102061,0.013381,0.000545,0.007392,0.001924,0.010092,-0.008932,0.004692,0.032181,-0.007466,-0.030638,0.008131,0.02286,-0.008929,0.023914,-0.051531,0.005288,0.024932,0.029329,-0.016519,0.011525,-0.007193,0.004727,-0.002125,-0.003946,-0.024184,0.012346,0.037688,-0.003823,-0.006369,-0.020984,0.030849,0.001394,-0.011968,-0.004418,-0.043868,0.004282,-0.004519,0.01325,0.008285,-0.01212,-0.03955,0.01442,-0.018496,-0.031862,0.016006,0.006013,0.036373,-0.02146,0.008585,0.018963,0.048129,0.147946,0.003691,0.03081,-0.002343,0.024416,-0.005887,0.01351,-0.006079,-0.026604,-0.023338,0.016485,-0.003002,0.015431,0.001006,-0.016795,-0.029976,0.032618,0.006223,-0.014643,-0.047662,0.005397,0.019395,0.010345,0.006774,0.020263,-0.007976,0.004837,0.011127,0.015488,0.018393,0.037439,0.01548,0.020802,-0.002564,-0.00084,-0.030273,0.011589,-0.017589,0.007837,-0.044376,0.04352,-0.007928,-0.001206,-0.031685,0.023955,0.016514,-0.041303,-0.000205,0.010822,-0.029646,0.009875,-0.002808,-0.007257,-0.030195,0.013722,0.022742,0.009802,0.009623,-0.016973,-0.011534,-0.001734,0.014669,-0.034375,-0.022027,0.019792,-0.035157,-0.114626,0.01458,-0.011706,-0.026176,0.02218,0.010853,0.000298,-0.100321,0.030539,-0.022216,-0.022135,0.024338,-0.017179,0.005607,0.032234,-0.010651,0.03379,0.044945,-0.030574,0.002084,0.001875,0.024634,0.004898,-0.00189,0.03988,-0.025172,-0.00053,-0.005527,0.009576,0.017327,0.023319,-0.030724,0.001894,-0.008522,0.024881,0.012082,0.002635,-0.004577,-0.001472,0.020347,0.043968,-0.006957,-0.015441,0.003882,-0.001434,0.00805,-0.002435,-0.036425,-0.0337,0.000256,0.009342,0.011565,0.001593,0.080252,0.008632,-0.028795,0.030988,0.003171,-0.021998,-0.023663,0.027113,-0.002469,-0.010033,-0.024754,-0.016078,-0.006967,-0.027675,-0.023684,-0.02403,-0.02081,-0.00096,-0.03413,0.009122,-0.000546,-0.007955,0.006099,0.019454,0.003248,0.006065,0.005728,-0.024986,-0.020163,-0.035428,-0.021598,0.001031,0.027562,-0.018572,-0.014783,-0.009595,0.028606,-0.02979,-0.056598,-0.008488,0.002957,-0.000121,0.008759,-0.034,-0.001522,0.045806,0.034747,0.022663,-0.035142,0.009435,0.013987,-0.00907,-0.009888,-0.003327,0.024308,0.006528,-0.010466,0.008244,-0.0419,-0.000546,0.037275,-0.006415,0.007691,0.015921,-0.001734,0.108383,0.014412,0.013518,0.000709,-0.018739,0.025838,0.038584,0.035344,-0.026602,-0.00925,0.004378,-0.0159,-0.020987,0.029072,0.008533,-0.017674,-0.006613,-0.02476,-0.003098,-0.042002,0.110364,0.013261,0.004162,-0.019951,-0.000211,0.008077,0.013306,0.007683,0.005591,0.013592,0.026591,0.028224,-0.00989,-0.004253,-0.007709,0.028377,-0.023784,0.001717,0.022054,-0.00374,0.025577,-0.025562,-0.008315,-0.022186,0.0238,0.02652,0.007888,0.020955,0.000102,0.081534,0.0037,-0.011232,0.025794,-0.032897,0.000255,0.018909,0.012664,-0.016268,0.022709,-0.014544,0.028468,0.008522,0.007784,-0.022344,-0.001551,-0.033273,-0.010353,0.026129,0.011122,-0.003644,-0.014225,-0.02178,0.008986,0.013902,-0.01008,-0.013628,-0.008235,-0.024962,0.011408,0.001135,0.762302,-0.02239,0.026415,0.000123,0.015778,-0.000904,0.020918,-0.005883,0.018004,-0.027154,0.017099,-0.00616,0.021588,0.040445,0.030581,-0.00543,0.024917,-0.003004,0.023341,-0.034571,-0.011635,-0.012654,0.032147,0.034841,-0.002104,0.067592,0.013921,-0.034797,0.00563,0.035838,-0.010113,-0.015405,-0.039615,-0.023321,-0.015667,0.004419,-0.021769,0.035619,0.014915,-0.07395,-0.010465,0.014004,0.037425,-0.003123,0.001002,-0.019089,0.023485,0.018432,0.008084,-0.001881,0.002941,-0.020683,-0.014179,0.055426,-0.003066,0.000859,0.006319,-0.021983,-0.015537,0.014325,0.014132,-0.011318,-0.010929,0.076481,0.035622,0.052678,-0.013467,-0.00845,0.023281,0.038284,0.047242,-0.101255,0.03684,0.033343,0.007912,0.003938,0.039224,0.001363,0.014489,0.015559,0.01522,-0.081668,0.019288,0.017216,-0.001748,-0.014853,-0.023964,0.007638,0.04356,-0.020974,-0.037451,0.004875,-0.012165,-0.015559,0.018254,0.01919,-0.015095,0.03714,0.018259,-0.008426,0.012198,0.007709,0.007956,-0.00997,-0.052333,0.00618,-0.007481,0.004623,0.006282,-0.00081,0.028748,-0.008254,-0.002646,-0.031644,0.007863,-0.004968,0.036248,0.004663,0.011621,0.007956,0.035562,-0.018368,0.001053,-0.013341,0.028918,-0.045253,-0.034251,0.027866,0.027227,-0.022984,-0.032645,0.01306,-0.021716,-0.018766,-0.003399,-0.026812,-0.000348,0.010311,-0.011358,0.027558,0.011928,0.011018,0.021571,0.002581,0.009668,-0.005211,-0.000443,0.033456,-0.018028,-0.017385,0.029398,0.149309,0.03678,0.004052,0.000838,-0.003985,0.008891,0.010921,-0.018586,-0.01044,0.06616,-0.003276,0.008943,0.012567,-0.017807,0.006931,0.060585,0.000678,0.004449,0.003275,-0.018541,-0.002236,0.004235,-0.244963,-0.018699,-0.03147,0.016679,0.018938,-0.019712,0.023461,-0.023382,0.018426,-0.033418,-0.015727,-0.013664,-0.034312,0.005202,-0.020111,-0.042177,0.037492,-0.018078,0.010078,-0.019249,0.050049,0.060693,-0.018959,0.109839,0.030499,0.002033,0.0042,-0.00726,-0.009477,-0.002887,0.003921,0.005071,-0.006951,-0.0239,-0.008852,0.009609,0.002236,0.027377,-0.045085,-0.005591,0.017103,0.035081,-0.023486,-0.002842,-0.016794,0.016965,-0.000122,-0.007686,-0.018193,0.011934,0.044056,0.005958,-0.017547,-0.040813,0.016887,0.018136,-0.012474,-0.019149,-0.037385,0.027534,-0.019702,0.016396,0.003743,-0.003481,-0.036052,0.012316,0.008706,-0.03373,0.002015,0.006661,0.030235,-0.015319,0.014602,0.008558,0.047146,0.153613,0.00671,0.028366,-0.000213,0.020267,-0.012871,0.017338,-0.00875,-0.009723,-0.018971,0.024245,0.000981,0.006542,0.00527,-0.032042,-0.02155,0.032453,0.014264,-0.018874,-0.0235,0.00248,0.031774,0.014245,-0.010262,0.020521,-0.051157,-0.013659,0.00608,0.014666,0.013415,0.034849,0.024404,0.005902,0.008749,-0.00834,0.007925,0.013439,-0.024052,0.014698,-0.023115,0.038084,-0.017971,0.000474,-0.026007,0.044697,-0.002977,-0.038687,-0.005492,0.014368,-0.021986,0.012223,-0.020947,0.006242,-0.019791,0.023362,0.019894,-0.008472,0.003642,-0.015829,-0.024127,-0.006559,0.012367,-0.02973,-0.034568,0.026481,-0.010337,-0.124132,0.009573,-0.007319,-0.034821,0.019549,0.005126,-0.001912,-0.075397,0.02563,-0.020775,-0.018892,0.018202,-0.022659,-0.001934,0.003834,-0.02227,0.017872,0.027205,-0.01833,0.00142,0.016229,0.018571,0.00329,-0.003914,0.027622,-0.040156,0.012638,-0.019514,0.014417,0.023477,0.017787,-0.050818,-0.005839,-0.004598,0.02782,0.035434,-0.001884,0.004066,-0.005863,0.020226,0.045405,-0.01239,-0.028838,-0.010262,-0.001011,0.01134,-0.003788,-0.024649,-0.049711,0.014443,0.007102,0.015764,-0.00776,0.083633,0.016173,-0.034123,0.014835,0.001593,-0.01776,-0.020747,0.036681,0.007524,0.001827,-0.025598,-0.015545,0.0071,-0.035244,-0.028967,-0.026094,-0.031659,-0.016175,-0.050947,0.007978,-0.001729,0.00504,0.002152,0.026797,0.006341,0.010108,0.028416,-0.009936,-0.034241,-0.035882,-0.029081,0.003952,0.025924,-0.03029,-0.016926,-0.022872,0.019752,-0.014185,-0.03913,0.012022,0.010667,-0.001472,-0.012769,-0.028878,0.005714,0.04279,0.036218,0.035137,-0.02716,-0.000511,-0.002171,-0.017472,-0.006887,-0.0327,0.022468,0.006051,-0.012996,0.011102,-0.036859,-0.017591,0.032634,-0.011258,0.008601,0.003134,-0.011833,0.105021,0.003268,0.015107,0.012965,-0.021986,0.032997,0.027994,0.039127,-0.029276,-0.021622,-0.001233,-0.018659,-0.023251,0.034986,0.01814,-0.012393,-0.017663,-0.029448,-0.012078,-0.038604,0.120493,0.023684,0.012715,-0.012262,0.014742,0.013229,0.005931,0.022605,-0.004697,0.018422,0.039107,0.019307,-0.019092,-0.008881,0.007591,0.035349,-0.021633,-0.007567,0.014453,-0.000641,0.03332,-0.030162,-0.0127,-0.013088,0.026736,0.026139,-0.004746,-0.004088,0.016271,0.081541,0.001514,-0.012132,0.032537,-0.02679,-0.002968,0.010897,0.025492,-0.017184,0.003244,-0.027273,0.024308,0.018493,0.003624,-0.010406,-0.026803,-0.020874,0.008833,0.021685,0.010669,0.01754,0.007364,-0.010025,0.003798,0.007434,0.000839,-0.019182,-0.023562,-0.017941,0.009306,0.002389,0.747382,-0.003336,0.027898,0.00195,0.009102,-0.013573,0.01794,0.015206,0.006333,-0.025889,0.01369,-0.012086,0.033917,0.038625,0.009951,-0.003427,0.011917,-0.015063,0.026533,-0.015336,0.01276,-0.020282,0.035463,0.053639,-0.002467,0.063835,0.013247,-0.040841,-0.003413,0.03865,-0.004881,-0.013592,-0.038087,-0.002608,-0.004039,0.008224,-0.023824,0.008774,0.02095,-0.076398,-0.011619,0.008046,0.028121,-0.006655,0.011317,-0.032477,0.013686,0.008519,0.007066,0.003824,0.001922,-0.002095,-0.003623,0.057904,0.003477,0.001196,0.004403,-0.019201,-0.029404,0.011293,0.026013,0.001285,-0.010643,0.057087,0.014449,0.059156,-0.01536,-0.019063,0.018087,0.034614,0.024782,-0.101252,0.034171,0.027807,-0.001356,0.020056,0.012841,-0.031738,0.012815,-0.020385,0.008378,-0.058174,0.039459,-0.00429,-0.004241,-0.015557,-0.042811,-0.026345,0.032595,-0.020525,-0.053139,0.007272,-0.008348,-0.008061,0.010802,-0.015887,-0.008478,0.034054,-0.005867,-0.011075,0.015395,-0.007483,0.012271,-0.013202,-0.044374,0.005102,0.018087,0.013396,0.003652,0.024526,0.034176,0.011023,0.008733,-0.01039,0.003394,0.011352,0.028312,0.01487,-0.01618,0.045227,0.034916,-0.009508,-0.011608,-0.04679,0.044145,-0.03352,-0.023091,0.03238,0.01577,-0.012578,-0.017771,0.020897,-0.013234,-0.015847,-0.009928,-0.012571,0.011849,0.007754,0.005249,0.028949,0.014824,0.00354,0.01341,0.017725,-0.000334,0.016898,0.011667,0.019335,-0.007269,-0.003979,0.035655,0.15286,0.037477,-0.016878,-0.023373,0.004253,0.017856,-0.009427,-0.022486,-0.02478,0.065106,-0.011474,0.019925,0.029516,-0.007617,0.012302,0.052197,-0.005052,0.034995,0.009236,-0.002122,-0.039715,0.017417,-0.232271,0.011793,-0.035619,0.005502,-0.002089,-0.009345,0.002805,-0.035492,0.007729,-0.035361,-0.005089,0.003202,-0.032637,-0.009711,-0.003146,-0.034917,0.053973,-0.011018,0.028224,0.022058,0.049471,0.081279,-0.022328,0.089592,0.011904,-0.01313,0.004514,-0.017852,-0.011208,-0.012031,-0.004798,0.021467,-0.036946,-0.015693,-0.016644,0.000292,0.013131,0.043451,-0.048774,0.009546,0.005825,0.010124,-0.025488,-0.003907,-0.02472,0.012749,0.02016,-0.014112,-0.050785,-0.000194,0.01492,-0.021097,-0.005956,-0.037673,0.053496,0.009654,-0.007824,0.002203,-0.02825,0.0253,0.011391,-0.000845,-0.0074,-0.001487,-0.038704,0.026785,0.000679,-0.020246,0.005546,0.009409,0.034304,-0.018132,0.018437,0.009691,0.01667,0.144331,0.006869,0.04559,-0.003842,0.019429,0.001013,-0.01653,-0.016854,-0.003085,-0.012577,-0.001438,0.012501,0.001368,0.015261,-0.043555,-0.019205,0.034479,0.002645,-0.027119,-0.050615,0.037745,0.020853,0.020566,0.019827,0.01632,0.000118,-0.021604,0.000641,-0.001646,0.013131,0.051005,0.034941,0.014616,-0.007745,-0.002243,-0.009248,0.01932,-0.014164,-0.000948,-0.032216,0.015766,-0.016767,-0.00604,0.002872,0.039038,0.013167,-0.055278,-0.000999,0.028033,-0.021844,0.008337,-0.031088,0.01753,-0.007377,0.002547,0.02163,0.001958,0.005016,-0.014026,-0.005482,-0.005611,-0.018043,-0.023564,-0.046168,0.005656,-0.009428,-0.103427,0.017049,-0.027068,-0.00111,0.008369,0.002049,-0.005093,-0.075273,0.028675,-0.01867,-0.034877,0.009686,-0.011197,-0.001639,0.005896,0.000632,0.038004,0.018715,-0.020701,-0.013219,0.021969,0.012609,0.031513,-0.004888,0.016848,-0.017554,0.002865,-0.022967,0.012627,0.012611,0.011905,-0.05868,-0.008082,-0.018196,0.02162,0.02831,0.007697,-0.024448,0.000019,0.026506,0.022689,-0.017743,-0.040521,0.006005,-0.000848,0.031371,-0.026225,-0.043121,-0.038165,-0.005169,-0.008557,0.01403,0.000536,0.087024,-0.013743,-0.004735,0.019553,-0.009215,-0.004652,-0.01607,0.043413,-0.00789,0.027626,-0.010002,0.013609,0.004628,-0.055417,-0.035216,-0.032883,-0.041424,0.005798,-0.037806,0.017102,0.000385,-0.019789,0.013786,0.033058,-0.018007,0.003965,0.006279,0.000437,-0.027974,-0.033637,-0.009677,0.022573,0.028607,-0.011252,-0.005492,-0.016747,0.019169,-0.025297,-0.047886,0.008059,0.021423,-0.011834,-0.019226,-0.034006,-0.014518,0.042496,0.041838,0.018103,-0.01469,-0.006398,0.004421,-0.019829,0.010847,-0.019762,0.000155,0.035003,-0.028228,0.029455,-0.03768,0.006294,0.022667,-0.005833,0.007357,-0.022303,-0.011558,0.104879,0.014057,-0.017506,-0.016751,-0.027722,0.020771,0.056654,0.036728,-0.010852,0.006938,-0.030425,-0.024097,-0.017182,-0.007705,0.030247,-0.029658,-0.027053,0.025405,-0.017113,-0.025715,0.119643,-0.014802,0.008046,0.012446,-0.02201,0.008201,0.002917,0.011197,0.01321,0.011669,0.015278,0.02008,-0.004623,0.003423,0.01132,0.038497,-0.034983,-0.009784,-0.018971,0.020907,0.023277,-0.00727,-0.000253,-0.024992,0.044821,0.016363,-0.00246,-0.005434,-0.009051,0.100336,-0.001467,-0.030139,0.047698,-0.019501,0.006533,-0.010503,-0.00285,-0.025266,0.019103,-0.006447,0.024119,0.027929,-0.010877,-0.00319,-0.020528,-0.034206,-0.003169,0.020903,0.013889,-0.029235,0.003991,-0.019608,0.02404,0.018982,-0.008418,-0.046332,0.003327,-0.023741,0.008627,0.009464,0.737036,-0.019442,0.028653,0.012773,0.019597,-0.013248,0.018309,-0.016275,0.022456,-0.030148,0.015373,-0.004822,0.018892,0.046554,0.009828,0.014184,0.028987,-0.00918,0.01114,-0.024027,0.003424,-0.040339,0.021365,0.048596,-0.018088,0.053679,0.005552,-0.020843,-0.001558,0.016343,-0.023513,-0.036845,-0.022656,-0.008798,-0.040122,0.028563,-0.01386,0.011808,0.031574,-0.068593,0.005911,0.021327,0.022745,0.001131,0.032344,-0.020133,0.038938,0.025455,0.007019,-0.010677,0.021686,-0.027389,-0.010438,0.062755,-0.006789,-0.005064,0.006946,-0.042028,-0.009563,-0.001508,0.017907,-0.014882,-0.008639,0.064919,0.026238,0.065443,-0.011426,-0.021764,0.039491,0.032968,0.026095,-0.098214,0.039465,-0.014573,0.006239,0.00424,0.0071,-0.005124,0.011836,-0.002625,-0.038859,-0.079181,0.019682,0.005388,0.001433,-0.018038,-0.035633,0.024844,0.029921,-0.015956,-0.046325,0.003143,-0.023357,-0.036591,0.015825,-0.005917,-0.016834,0.049734,-0.003201,0.024448,0.022214,0.023579,0.020884,-0.011004,-0.060027,0.002848,-0.020336,0.052226,0.026907,0.024531,0.034903,0.003117,-0.015095,-0.003711,0.003829,0.010697,0.044695,-0.011516,0.015695,0.00865,0.046666,-0.028584,0.005284,-0.006073,0.026812,-0.042041,-0.048444,0.047167,0.024242,0.005408,-0.034821,0.005311,-0.027162,-0.022008,-0.032729,-0.00377,0.011265,0.012864,0.001568,0.002682,0.002605,0.003954,0.009233,0.01726,-0.016029,-0.023818,0.019595,0.027961,-0.008597,-0.028708,0.000861,0.15744,0.014892,-0.02257,-0.010656,0.011072,0.019254,-0.010338,-0.05355,0.026659,0.06496,-0.008592,0.02301,0.004078,-0.005811,0.003353,0.05025,-0.004887,0.012565,0.00069,-0.021046,-0.021056,0.002488,-0.232232,0.006803,-0.031519,0.006348,0.033283,-0.024512,-0.018797,-0.010096,0.047036,-0.020575,-0.01316,-0.030515,-0.001374,-0.005895,0.015201,-0.020185,0.086021,-0.048122,0.030978,0.00077,0.055069,0.085654,0.013896,0.083707,0.010205,-0.02135,0.027139,-0.005559,-0.001083,0.007668,0.016586,0.015125,-0.009858,-0.041676,0.022376,0.018461,-0.017447,0.002253,-0.046129,-0.028676,0.023998,0.015338,-0.024581,-0.00581,0.010466,-0.000592,-0.000641,0.008077,-0.033124,0.025685,0.050664,-0.006019,0.008337,-0.033199,0.054794,0.001357,-0.032098,0.012451,-0.04106,0.037251,0.007546,0.022689,0.030388,0.001901,-0.041429,0.010109,0.006613,-0.054242,0.010179,0.031376,0.02333,-0.009823,0.014204,0.00431,0.022572,0.136322,-0.029299,0.021836,-0.014211,0.013865,-0.009685,-0.0083,-0.0152,-0.007592,-0.048643,0.011237,-0.032969,-0.007825,-0.010565,-0.035773,-0.047074,0.031891,0.033203,-0.005183,-0.056905,-0.013965,0.035705,0.009545,0.014006,0.004871,0.005612,-0.021959,0.016367,0.007524,0.010102,0.023873,0.037948,0.01114,0.004868,0.007324,-0.019676,0.02557,-0.004121,-0.012383,-0.015396,0.056518,-0.009303,0.008358,-0.055339,0.03472,-0.001702,-0.022246,-0.007803,0.011715,-0.005159,0.020546,-0.012767,0.020067,-0.004968,0.013508,0.033477,-0.009954,0.026798,-0.002341,-0.002183,0.008913,0.02192,-0.021919,-0.010902,-0.01972,-0.023432,-0.143618,-0.009958,0.000394,-0.017224,0.015673,0.006138,0.01417,-0.088079,0.035274,-0.008241,-0.038115,0.001678,-0.024409,0.000388,0.012121,-0.040359,-0.008082,0.044847,-0.020659,-0.007788,0.017995,0.005331,0.006063,-0.014439,0.000931,-0.034564,0.003731,-0.019429,0.033613,0.03234,0.024598,-0.023933,-0.019013,-0.007675,0.045374,0.026757,0.00225,0.000932,-0.025494,-0.01463,0.04786,-0.02786,-0.023293,0.012707,0.007946,0.042634,-0.003451,-0.031642,-0.049979,-0.011422,0.00683,0.012915,0.021847,0.063195,0.006989,-0.035051,0.051548,-0.004745,-0.018157,-0.004925,0.024874,0.015449,-0.016505,0.004816,-0.00317,0.00485,-0.05574,-0.038583,-0.012286,-0.019236,0.004004,-0.057257,0.008188,0.014235,0.002639,-0.002849,0.002277,0.003148,0.027223,0.041894,-0.014655,-0.008652,-0.004232,0.010149,0.027762,0.013234,-0.025625,-0.013176,-0.026794,-0.006349,-0.01539,-0.031265,-0.010818,0.006922,0.010477,0.018602,-0.030183,-0.017642,0.029128,0.08045,0.054167,-0.002809,-0.001199,0.0027,-0.01641,-0.021614,-0.063282,0.057774,0.02406,0.000761,-0.003534,-0.030084,0.000226,0.020534,-0.000991,0.011612,0.006767,0.007517,0.104898,-0.009784,0.037838,0.000227,-0.01337,0.039579,0.037161,0.049617,-0.019551,-0.016869,-0.005741,-0.030625,-0.033293,0.007461,0.017365,-0.013484,-0.001913,-0.023084,-0.001154,-0.049435,0.10305,0.003725,-0.029455,-0.013091,0.01301,0.009197,0.024187,0.004397,-0.005226,0.020377,0.018903,0.020704,-0.018819,0.007411,0.016559,0.042674,-0.012291,-0.029023,-0.019037,0.009155,0.014553,-0.042488,0.015728,-0.002408,0.024794,0.026815,0.039856,-0.009347,-0.00958,0.070914,0.005911,-0.013347,0.014419,-0.024476,-0.015292,-0.002419,0.018303,-0.023112,0.031167,-0.029418,0.045832,0.000897,0.001251,-0.049892,-0.012017,-0.056821,-0.017035,0.043548,-0.005186,0.04499,-0.02015,-0.002241,-0.00234,0.01317,0.002787,-0.018082,-0.005082,-0.02471,0.03726,0.029392,0.704946,0.000338,0.002484,-0.028688,-0.013424,0.024784,0.002644,-0.008453,0.007307,-0.044268,0.000516,-0.005911,0.013993,0.04905,0.028805,-0.0022,0.05379,0.006453,0.024073,-0.018234,-0.014651,-0.022578,0.017209,0.058973,-0.013301,0.060393,0.006583,-0.026146,0.016727,0.029358,-0.016904,-0.013767,-0.026416,-0.01234,-0.002663,0.01337,-0.015516,0.02006,0.007051,-0.065064,-0.008936,0.021808,0.043684,-0.022627,0.027089,-0.058636,0.027191,0.024205,0.0201,0.013329,0.0123,-0.007938,-0.036806,0.046474,-0.015925,0.011886,0.001813,-0.000018,-0.032747,0.015731,-0.006801,-0.015876,-0.033458,0.044732,0.047242,0.049323,0.004489,-0.01198,0.006968,0.02488,0.03001,-0.095221,0.035866,0.015602,0.005251,0.002173,0.016164,-0.020666,0.022217,-0.001667,-0.002091,-0.082314,0.014898,0.010386,-0.006384,-0.018963,-0.014473,0.014512,0.032001,-0.020196,-0.042458,0.014324,-0.005424,-0.023257,0.016403,-0.004995,-0.007082,0.02625,0.002438,0.001085,0.023319,0.028147,0.010694,0.003932,-0.046044,0.005576,0.004674,0.015652,0.015333,0.017145,0.035298,0.007713,-0.010984,-0.018665,-0.027028,0.001786,0.036019,-0.008865,0.02111,0.027805,0.03603,-0.011151,-0.005607,-0.019338,0.025872,-0.043466,-0.038913,0.021094,0.024799,-0.013397,-0.02122,0.009729,-0.027105,-0.003688,-0.014456,-0.019392,-0.007067,0.010343,0.015425,0.00914,0.028389,0.010066,0.016939,0.002889,-0.002927,-0.008864,0.010038,0.013919,-0.010176,0.007419,0.026764,0.171528,0.023209,-0.018227,-0.001728,0.006618,-0.00285,0.021099,-0.017981,-0.018348,0.059556,-0.001425,-0.004359,0.031682,-0.022904,-0.004274,0.046824,0.001175,0.004731,0.000069,-0.012918,-0.009255,0.006627,-0.251971,-0.003723,-0.036156,0.013978,0.005638,-0.014793,0.012478,-0.005411,0.017612,-0.029927,-0.011049,-0.023887,-0.035099,-0.00065,-0.004979,-0.037852,0.053273,-0.011332,0.010977,-0.007042,0.039605,0.095384,-0.004944,0.109577,0.037724,0.006762,-0.00074,0.012933,-0.00857,0.000334,-0.006122,0.017035,0.001794,-0.022888,-0.000087,0.004411,-0.006636,0.028998,-0.038347,0.005519,0.035326,0.009679,-0.030853,-0.003868,-0.008215,0.008974,0.006107,-0.014895,-0.008564,0.026208,0.030645,-0.017132,-0.002789,-0.042909,0.038777,0.026391,-0.021358,0.005353,-0.031632,0.012091,0.010756,0.020269,-0.005097,-0.000043,-0.032239,0.006537,-0.010449,-0.025013,0.024922,-0.000115,0.029216,-0.002847,0.008587,0.006608,0.040317,0.153055,0.008943,0.039204,0.005003,0.021356,-0.017689,0.004426,-0.008463,-0.022866,-0.036995,0.007251,0.010355,0.001035,-0.005145,-0.038274,-0.022265,0.039792,-0.008847,0.001327,-0.029199,0.006595,0.043051,0.027104,-0.00725,0.017211,-0.01016,-0.015931,0.018914,0.010809,0.005142,0.022899,0.014688,0.024018,0.001496,-0.005092,-0.023914,0.016097,-0.016509,0.006557,-0.029027,0.040231,-0.019806,0.005293,-0.025075,0.039368,0.000493,-0.045022,-0.007069,0.014889,-0.010774,0.009061,-0.007675,0.005939,-0.018644,0.015858,0.013187,-0.000945,0.014246,0.010417,-0.018037,0.004895,0.016094,-0.030547,-0.03949,0.002878,-0.022854,-0.143492,-0.00076,0.001298,-0.025329,0.013605,0.010917,-0.008312,-0.077613,0.025694,-0.019826,-0.031738,0.008685,-0.021274,-0.022151,0.026292,-0.018522,0.015466,0.030671,-0.024044,0.007759,0.009501,0.034489,0.029276,-0.023136,0.006783,-0.034415,0.007134,-0.011682,0.013693,0.018136,0.010995,-0.022806,0.006239,-0.00553,0.035043,0.034051,0.025361,-0.006303,-0.027699,0.023702,0.035117,0.008256,-0.02125,-0.006509,-0.010756,0.019292,-0.01797,-0.018627,-0.039206,0.014573,0.016511,0.014659,-0.007058,0.093781,0.010316,-0.048247,0.026292,-0.018124,-0.02118,-0.032105,0.01205,-0.007807,0.00358,-0.012467,-0.023362,0.008313,-0.040276,-0.029754,-0.019554,-0.03785,-0.012578,-0.044941,0.008813,-0.002102,0.000823,0.012637,0.019007,-0.00071,0.015374,0.018073,-0.009762,-0.000962,-0.031798,-0.023801,0.019351,0.039763,-0.034702,-0.016645,-0.019404,0.007064,-0.034656,-0.041545,0.002114,0.004888,0.014982,0.002164,-0.023181,0.006275,0.020225,0.031925,0.038838,-0.018398,0.00989,0.004063,-0.02223,-0.005546,-0.034662,0.018077,-0.009846,-0.052736,0.03015,-0.035256,-0.015938,0.033854,-0.030701,-0.010243,0.002346,-0.008333,0.100817,0.004244,0.005702,0.006078,-0.020599,0.013477,0.017517,0.02819,-0.017507,-0.003042,-0.011969,-0.028831,-0.028181,0.037385,0.027875,-0.005395,-0.009708,-0.028915,0.003492,-0.031999,0.108215,0.018771,0.006375,-0.017738,-0.003417,0.00318,0.013241,0.015639,0.012762,0.024039,0.029288,0.020507,-0.015134,0.0007,0.021726,0.012763,-0.008803,0.005703,0.008274,0.000025,0.032093,-0.028366,-0.00982,-0.015433,0.029139,0.010127,-0.008164,0.000683,-0.001292,0.068618,0.0149,-0.012967,0.036505,-0.023435,0.001043,0.000128,0.016292,-0.011614,0.022357,-0.013724,0.034832,0.013975,-0.011461,-0.013112,-0.02187,-0.04251,0.008124,0.017424,-0.006815,0.016676,-0.028629,-0.022061,0.010581,0.010967,-0.000677,-0.023972,0.017757,-0.031454,0.025525,0.012219,0.745572,-0.007407,0.019944,-0.001514,0.012055,-0.010088,0.028888,-0.009613,0.022714,-0.027545,0.008557,-0.006303,0.024616,0.036925,0.00557,0.001042,0.01882,-0.012609,0.012247,-0.022412,-0.008328,-0.051091,0.039588,0.036695,0.01216,0.05978,0.002501,-0.040776,0.005725,0.042024,-0.003392,-0.017004,-0.028314,-0.018989,0.009407,0.008919,-0.018239,0.012061,0.004244,-0.074958,-0.006419,0.01744,0.026816,-0.004938,0.007288,-0.034862,0.016457,0.015655,0.02051,-0.010663,0.01192,0.008647,0.009052,0.059963,-0.008363,0.002235,-0.001958,-0.029829,-0.00266,-0.011509,0.013783,-0.011267,-0.014515,0.054563,0.017987,0.046747,-0.003324,-0.01992,0.014792,0.024694,0.04266,-0.075519,0.037757,0.006706,0.001378,0.017086,0.027997,0.008873,0.001293,0.013095,-0.02066,-0.085042,0.015786,0.044046,-0.012895,-0.007657,-0.034186,-0.001594,0.030948,-0.019232,-0.041443,-0.011939,-0.001192,-0.016171,0.032986,0.007462,-0.009404,0.050646,0.017901,-0.005355,0.012575,0.023202,0.002852,0.013616,-0.060544,0.01897,0.007875,0.008185,0.023771,0.036815,0.031503,-0.017147,0.009033,-0.016592,-0.000078,0.001701,0.020574,-0.003586,0.00198,-0.027,0.03133,-0.002983,0.002237,0.002982,0.015676,-0.025808,-0.035455,0.01713,0.017473,-0.032728,-0.017373,0.013064,0.002544,-0.000711,0.002751,-0.042017,-0.00914,0.02231,0.015504,0.018999,0.012944,0.009706,0.017725,0.010821,0.00379,0.00712,0.009439,0.014521,-0.005601,-0.026058,-0.000407,0.167257,0.020487,0.019909,-0.008272,0.010205,0.005493,-0.03691,-0.025719,0.007241,0.050514,0.016331,0.0071,0.020828,-0.011135,-0.024202,0.070554,-0.002236,0.007532,-0.004156,-0.003601,-0.006947,0.021266,-0.205912,-0.022912,-0.02341,0.014222,0.014133,-0.026172,0.010771,-0.010164,0.021438,-0.020143,0.019786,-0.002532,-0.034529,-0.019842,-0.010688,-0.020779,0.064575,-0.00941,0.010508,-0.007097,0.020993,0.097019,-0.027693,0.115075,0.004265,0.009063,-0.000948,0.013108,0.014542,-0.002481,0.007489,0.02029,-0.017304,-0.014577,0.004081,0.006563,-0.002068,0.013089,-0.059327,0.024952,0.023081,0.018454,-0.018465,0.030735,-0.003598,-0.010232,-0.005332,-0.006359,-0.014512,-0.01475,0.005406,-0.00512,-0.000507,-0.036942,0.043714,0.005847,-0.02087,-0.009064,-0.045519,0.008918,-0.003175,0.026532,0.017596,-0.001875,-0.027292,0.0089,-0.019702,-0.034047,0.002254,0.026604,0.016703,-0.02425,0.012993,0.021706,0.03108,0.124107,0.0309,0.019482,-0.000537,0.03848,-0.017594,0.006366,-0.005429,-0.017937,-0.018409,0.019023,0.01048,0.004326,0.017079,-0.022862,-0.024092,0.012826,0.000454,-0.002553,-0.045773,0.038359,0.023063,-0.004969,0.01218,0.012257,-0.020508,0.000877,0.001801,0.049189,0.024406,0.028929,0.023092,0.011708,0.00344,0.008166,-0.024777,0.008001,-0.013519,-0.003882,-0.031869,0.031239,-0.00361,-0.006415,-0.012586,0.031801,0.016239,-0.011037,0.00401,0.014903,-0.019084,0.009527,-0.02442,0.004251,-0.016971,0.000973,0.020058,0.003084,-0.007201,-0.007886,0.011245,-0.005142,0.000311,-0.02053,-0.005214,0.021807,-0.007831,-0.116865,0.024254,-0.015421,-0.022751,0.030425,0.002991,0.014972,-0.052639,0.017769,-0.012939,-0.073317,0.021905,-0.002867,0.009803,0.00639,0.009013,0.054464,0.055378,-0.008074,0.018288,-0.004569,0.025611,-0.017864,-0.023245,0.022191,-0.027689,0.000724,-0.006507,0.011399,0.023274,0.005879,-0.03351,-0.017607,-0.012517,0.02033,0.000135,-0.027648,-0.004188,-0.024391,0.012864,0.036569,-0.023133,-0.044925,0.001832,0.010205,0.037235,-0.009428,-0.022036,-0.027109,0.006191,0.005247,0.012796,-0.001661,0.060706,0.008074,-0.027187,0.025601,0.007784,0.003619,-0.004164,0.044527,0.004057,-0.016118,-0.0278,-0.034488,-0.002968,-0.042639,-0.01889,-0.039207,-0.011177,-0.010496,-0.052523,0.01263,-0.011914,0.009468,0.004246,0.013142,-0.004635,0.004533,0.020174,-0.010454,-0.007435,-0.040684,0.009064,0.016157,0.028854,-0.026741,-0.003459,-0.029093,0.020517,-0.034926,-0.044513,-0.022819,-0.001925,0.007133,0.030704,-0.058282,-0.016251,0.056447,0.046733,0.022394,-0.029769,0.008435,0.008349,0.010052,-0.035483,-0.035702,0.009767,-0.00894,-0.008029,0.012621,-0.052467,-0.005121,0.044624,0.008374,0.023906,0.011617,-0.016091,0.109265,0.031466,0.028309,-0.008123,-0.029835,0.039024,0.041092,0.031565,-0.034103,-0.017032,0.011591,0.000681,-0.041354,0.019774,0.049797,-0.024638,-0.000296,-0.037131,-0.008041,-0.039352,0.05679,0.009975,-0.013052,-0.013736,0.012058,0.007944,-0.000135,0.009988,-0.018207,-0.012179,0.043043,0.0441,-0.007516,-0.019582,-0.022853,0.039944,-0.01603,-0.026037,0.010516,0.002967,0.025354,-0.031114,-0.003262,-0.00707,0.024925,0.010373,0.001033,0.023765,0.010431,0.064323,-0.023936,-0.014496,0.029097,-0.032154,0.00465,0.023375,0.03631,-0.016265,0.024532,-0.023763,0.032882,0.00862,0.008285,-0.029843,0.002775,-0.039367,-0.009133,0.016878,0.024119,0.000148,0.007826,0.009963,-0.000524,0.013715,-0.006916,-0.00596,-0.010717,-0.0338,0.008848,0.004466,0.749561,-0.00551,0.031148,-0.007976,0.005018,-0.013509,0.020791,0.002306,0.019634,0.006574,0.012118,-0.001898,0.048088,0.02709,0.018838,-0.003001,0.020959,0.000988,0.017633,-0.035221,-0.015721,-0.007004,0.047131,0.047929,0.013185,0.055058,0.008556,-0.048759,0.002574,0.02231,-0.006335,-0.028849,-0.00961,0.004013,-0.015332,0.008953,-0.011463,0.047662,0.021745,-0.079984,-0.009164,0.033913,0.01992,-0.021161,0.004272,-0.041929,0.008891,0.022396,0.023044,0.005487,0.000317,-0.009942,-0.020303,0.079073,0.010827,0.005334,0.008524,-0.011371,-0.033023,0.006364,0.010376,-0.01549,-0.009894,0.079613,0.048905,0.074844,-0.031721,-0.018157,0.026156,0.025372,0.028546,-0.039043,0.020879,0.012499,0.012917,0.011157,-0.000231,-0.036214,-0.014238,-0.005236,0.002383,-0.083857,0.024955,0.017166,0.001411,0.006033,-0.024758,0.02752,0.019077,0.001419,-0.080984,0.044822,0.014084,-0.009528,0.009256,0.009658,-0.023229,0.035084,0.014157,0.012613,0.017126,-0.013158,0.001826,0.051515,-0.050379,-0.00664,0.013056,-0.008275,-0.035085,0.056773,-0.001427,-0.00698,-0.014019,0.004035,-0.031427,-0.011675,0.032297,-0.0127,-0.002907,0.022956,-0.014059,-0.028883,-0.018891,-0.010533,0.048811,-0.039498,-0.020613,0.012444,-0.005187,0.001467,0.001374,-0.000811,0.008081,-0.014771,-0.007257,-0.022969,-0.013833,0.018687,0.016381,0.043954,0.016017,0.013038,-0.018505,0.005079,-0.009357,0.02907,0.02952,0.014897,-0.00821,0.001434,0.012,0.176555,0.023575,-0.010967,0.02241,0.015777,0.008983,-0.015978,-0.030887,-0.022462,0.019126,0.028632,0.005981,0.023468,0.018957,-0.008068,0.087328,0.022039,-0.001857,-0.004539,-0.011757,0.009928,-0.001185,-0.174061,0.007599,-0.029064,0.008341,0.004106,0.013596,-0.023507,-0.017512,-0.001548,-0.018837,-0.018409,0.00376,-0.055726,-0.019287,-0.005936,-0.017574,0.027628,0.025868,-0.015048,-0.012993,0.028252,0.124531,-0.032632,0.108581,0.023617,-0.014531,-0.007902,0.015368,0.022485,0.006262,0.026052,0.062575,-0.014893,-0.025087,-0.012359,0.026008,-0.009525,0.006442,-0.021707,0.020741,0.050838,0.00638,-0.015125,0.003979,-0.010212,-0.023947,0.030538,-0.010746,-0.009412,-0.005593,0.00385,-0.000493,-0.00629,0.007295,0.051496,-0.011553,0.014113,-0.008655,-0.032916,0.03137,0.025304,0.024404,0.015815,-0.021916,-0.050541,-0.01037,-0.011429,-0.013577,-0.003903,-0.016538,0.0116,-0.028893,-0.035481,-0.008886,0.036659,0.079817,0.004195,0.011267,-0.001909,0.01821,-0.025727,0.002642,0.017748,-0.048699,-0.002417,0.037207,0.027709,-0.01596,0.004965,-0.020124,-0.045656,0.021353,0.001926,-0.004135,-0.050992,0.019129,-0.011884,0.034886,-0.000553,0.00747,-0.010272,-0.032847,0.003062,0.024322,0.022435,0.002117,0.012423,-0.001381,0.005076,0.003644,-0.0439,0.029274,-0.01087,0.018737,-0.017728,0.023698,-0.014851,0.00659,-0.022102,0.033753,0.022015,-0.034765,-0.002771,0.03106,-0.00427,0.014896,-0.022291,-0.001741,-0.001441,0.004127,0.024673,-0.034157,0.033411,-0.006357,-0.009876,0.017966,-0.001234,-0.023489,-0.025964,0.008911,-0.024373,-0.106302,0.005444,-0.01783,0.004545,0.060882,-0.019503,-0.00196,-0.056783,0.043181,-0.027224,0.005518,0.021926,-0.019247,0.007487,0.002349,-0.013298,0.022408,0.034865,-0.010033,0.003996,-0.019184,0.012499,-0.000825,-0.01655,0.008191,-0.058659,-0.009737,-0.0163,0.00215,0.013458,0.006447,-0.037847,0.008657,-0.001441,0.030631,0.02937,-0.041652,0.008264,-0.022977,-0.005916,0.001818,-0.017134,-0.000032,-0.003632,0.005669,0.003371,0.013468,-0.030514,-0.044203,-0.007221,-0.007035,0.016802,0.01534,0.051295,0.029572,-0.030377,0.046206,-0.004255,-0.002385,-0.004604,0.067579,0.005271,-0.033568,-0.032871,-0.001272,-0.020719,-0.036674,-0.000481,-0.019832,0.002522,-0.009329,0.021507,-0.006981,-0.012656,-0.042369,-0.004929,0.039874,-0.033024,0.005394,0.031058,-0.010961,0.054943,-0.024928,0.013413,0.014538,0.030387,-0.016408,0.017738,0.018258,-0.022566,0.017482,-0.025498,0.007006,-0.001302,0.011926,0.030241,-0.003826,0.006714,0.054473,0.058791,0.032653,-0.022433,0.000709,0.049121,0.00093,-0.025782,-0.032107,-0.005359,-0.038793,-0.002184,-0.001466,-0.031419,-0.000922,0.032014,-0.00716,0.005839,-0.005651,0.049631,0.113562,0.016011,-0.002086,-0.035107,-0.016774,0.009109,0.038384,0.0085,-0.023237,-0.003886,0.004399,-0.022437,-0.021346,0.050551,0.010549,-0.032708,0.008709,-0.032786,0.007968,-0.024577,-0.024775,0.023518,-0.003002,-0.028723,-0.000918,-0.007197,0.006978,0.008567,0.04339,-0.005597,0.022368,0.029428,-0.035532,0.000903,-0.038862,0.026388,-0.00246,-0.013095,0.050834,0.00324,0.002071,-0.004536,-0.020201,-0.027069,0.010826,0.023819,0.023383,0.036618,0.007216,0.016096,-0.002753,-0.005847,0.023109,-0.006494,0.015166,0.012396,0.028448,-0.021109,0.028,-0.011552,0.028218,0.006267,0.017261,-0.02312,-0.021542,-0.041783,-0.021165,0.046755,-0.006084,0.009418,-0.015344,-0.013806,0.016012,0.014313,-0.006386,0.001037,-0.016223,0.006361,0.006669,-0.000039,0.761538,-0.001458,0.003548,-0.012959,0.014325,-0.021525,-0.036103,0.001308,-0.006519,-0.005586,0.022522,0.005579,-0.009613,0.00804,0.016954,0.000101,0.033493,0.005283,0.021926,-0.022493,-0.01016,-0.051087,0.049769,0.013435,0.003054,0.039923,0.000341,-0.01719,0.022405,0.025352,-0.005837,-0.019383,-0.007864,-0.007792,-0.033737,0.026175,-0.029658,0.016711,0.016443,-0.098752,0.008594,0.012312,-0.011611,-0.0209,0.010585,-0.003146,0.011525,0.004966,0.001932,0.00117,0.033819,-0.006612,0.011517,0.05958,-0.031823,-0.001345,0.011598,-0.009556,-0.01937,0.001279,0.006929,-0.026184,-0.015498,0.090642,0.009675,0.077389,0.004672,-0.027263,0.020658,0.032022,0.048719,-0.075873,0.017826,-0.016953,0.05086,-0.018757,-0.004351,-0.011361,0.005229,0.028445,-0.008685,-0.10209,-0.008117,0.050103,-0.014352,-0.003456,0.003815,0.002354,-0.015141,-0.026094,-0.038997,0.011381,0.013582,-0.018291,0.000428,-0.004566,-0.008941,0.011461,0.005488,-0.015538,0.029029,0.043002,-0.001966,0.01273,-0.064206,0.000065,0.023111,-0.028771,0.015989,0.047445,0.015902,-0.022483,-0.017276,-0.017084,0.008043,0.007264,0.030894,0.010418,0.017238,-0.02961,0.001966,0.015744,0.0171,-0.003851,0.033488,-0.017113,-0.042764,0.004453,0.038444,-0.026255,0.024681,0.001704,-0.020965,0.002645,-0.002448,-0.021835,-0.01419,-0.016568,0.011088,-0.012147,0.015651,0.00658,-0.018464,0.004234,0.021269,0.028468,0.041827,0.024085,-0.002551,-0.004957,0.015136,0.16837,0.028822,-0.023362,-0.008365,-0.014492,0.006293,-0.017805,-0.026285,-0.027027,-0.027154,-0.015904,0.01205,0.025479,-0.038343,-0.007693,0.063874,0.017332,0.047989,-0.000423,0.004059,-0.016194,0.034422,-0.224971,0.001011,-0.018353,0.018836,0.00254,0.016005,0.040538,0.010513,0.021149,-0.013464,-0.020449,-0.030579,-0.022524,-0.031166,-0.033161,-0.021708,0.074588,-0.017511,-0.031837,0.013723,0.013737,0.106094,-0.008788,0.135753,0.009797,-0.012763,-0.021032,0.01398,0.002773,-0.00624,0.011425,0.018638,0.009553,-0.01019,-0.029023,0.011617,-0.038615,0.014166,-0.020862,0.025998,0.008366,-0.008128,-0.019549,0.003587,-0.018926,-0.038058,0.03261,-0.008461,0.017674,-0.000341,0.008028,-0.046812,0.009395,-0.016709,0.068629,-0.003055,-0.006485,0.001233,-0.045769,-0.00139,0.052024,0.038109,-0.025591,-0.012633,-0.027735,-0.0139,-0.032346,-0.051207,0.009721,0.017174,0.044479,-0.02722,0.01379,0.043585,0.036418,0.137135,0.01316,0.030715,-0.007456,0.035317,-0.004601,-0.000798,0.01866,-0.053439,-0.029086,0.041904,0.012871,-0.002876,0.052284,-0.010501,-0.042746,0.036559,0.006836,-0.028946,-0.077745,0.005747,0.032899,0.004929,0.009216,0.038021,0.00842,-0.004599,-0.005271,0.030773,0.0187,0.037178,0.03334,0.015746,0.02171,0.015502,-0.063535,0.016095,-0.02563,-0.012116,0.00926,0.006341,-0.028495,-0.011656,-0.035491,0.029916,-0.006721,-0.028671,-0.014717,0.008247,-0.00744,0.025208,-0.001952,0.030188,-0.007166,-0.003793,0.005051,0.005376,-0.007632,-0.027248,0.005828,0.048021,0.027136,0.000174,0.025446,0.028754,-0.029683,-0.107232,-0.008259,-0.036801,-0.029993,0.00417,0.053585,-0.000882,-0.005945,0.019251,0.013461,-0.036019,0.045653,-0.015528,-0.010293,0.003276,-0.021182,0.035923,-0.002414,-0.010216,0.04832,-0.002849,0.021817,-0.003254,-0.007384,0.011477,-0.0483,-0.017256,-0.017838,0.030776,-0.007717,-0.002558,-0.033317,-0.003803,-0.019256,0.021455,0.010996,0.018807,0.02468,-0.003832,-0.000282,-0.001006,-0.002857,-0.007812,0.022751,-0.015344,0.009579,-0.02118,-0.038721,-0.030587,0.021358,-0.031262,0.001408,0.005632,0.046182,-0.000009,-0.031622,0.022157,-0.007767,-0.004045,0.002275,0.036041,0.046955,0.008154,-0.015832,0.033171,0.014089,-0.034181,0.00121,-0.022171,0.013654,-0.013594,-0.018288,-0.013393,-0.017524,-0.003429,-0.010058,0.02906,-0.01266,-0.036891,0.013413,-0.006473,0.00527,-0.022144,-0.008931,0.011843,0.052387,-0.01532,0.028456,-0.015781,-0.013637,-0.041668,-0.054786,-0.011352,-0.015705,-0.014868,0.045124,-0.021942,0.004325,0.06065,0.018893,0.04955,0.004144,0.042109,0.021933,-0.015464,-0.022396,-0.016745,0.011848,-0.026858,-0.043681,0.018461,-0.027597,-0.008343,0.041407,0.003969,0.007179,-0.002689,-0.019023,0.101469,0.015619,0.013294,0.004571,-0.012211,0.007053,0.073235,0.019763,-0.035326,0.001427,-0.013614,-0.00245,-0.024552,0.040135,0.025129,0.012406,0.009648,0.000337,-0.007856,-0.039137,0.042539,0.023362,-0.007119,-0.01287,0.007709,-0.002359,0.010148,0.025207,0.010788,0.019906,0.025789,0.084764,-0.011472,0.001033,-0.028484,0.026417,0.044454,-0.011348,0.029375,0.00826,0.032066,-0.013276,-0.016622,-0.012532,0.009199,0.021176,0.008398,-0.006035,0.005641,0.020499,-0.00375,-0.020498,0.033597,-0.03231,0.016054,0.023617,0.015915,0.002768,0.014387,-0.010221,0.010095,0.022569,0.002406,-0.038313,-0.046374,-0.033558,0.005121,0.008581,0.026743,0.014371,-0.03467,0.010494,0.007831,0.026604,0.00447,-0.000557,-0.010445,-0.030265,0.027667,0.008127,0.719528,0.018324,0.029078,-0.011481,-0.009087,-0.042041,0.019923,0.002292,-0.010566,-0.005461,0.01336,0.001945,0.016459,0.015166,0.0219,-0.007915,-0.00495,-0.026857,0.014074,-0.029955,-0.003237,-0.022183,0.047472,0.000958,0.056787,0.041335,0.000294,0.013048,-0.007164,0.019764,-0.003992,-0.001816,-0.020863,-0.026787,-0.020051,-0.008166,0.013375,0.005766,0.050949,-0.084588,0.016227,-0.001119,0.037262,-0.01513,0.057398,-0.018248,0.006226,0.022686,0.007583,0.031206,0.012433,0.002761,0.012977,0.049443,-0.020484,-0.020239,0.000142,-0.003286,-0.0118,0.011896,-0.000265,-0.039703,-0.015852,0.045785,0.035248,0.053238,0.018586,0.005734,0.012969,0.055283,0.021266,-0.078699,0.027692,0.032837,0.025243,-0.03111,0.020688,-0.024772,-0.011186,-0.015276,0.004284,-0.053291,0.042122,0.000605,-0.038029,-0.041836,-0.038834,-0.02048,0.036407,-0.013793,-0.090262,-0.004867,0.032545,-0.002374,0.016812,0.016976,0.007382,0.015661,0.002698,-0.005769,0.040169,0.013189,-0.020311,0.041019,-0.056918,-0.00248,-0.02388,-0.00121,0.022234,0.089879,0.020653,0.026687,-0.004537,0.003948,-0.011411,0.011714,-0.002497,0.032743,-0.011505,0.01748,0.02132,0.000765,0.004276,0.004977,0.025054,-0.005885,-0.034264,0.036604,0.028097,-0.042957,0.007536,0.006684,-0.021766,-0.017076,0.015312,-0.00531,-0.009646,-0.014892,0.040601,0.018605,0.014758,0.002666,0.002799,0.038231,-0.016834,0.033662,0.025129,0.006558,-0.007732,-0.026723,0.001071,0.147376,0.042651,0.014947,0.011224,0.032374,0.027472,-0.035357,-0.028298,-0.009206,0.052369,0.027721,0.00536,0.021793,-0.023802,-0.027134,0.08094,0.034313,-0.010607,0.015252,0.003904,-0.060354,-0.007575,-0.17961,-0.018689,-0.03351,0.006733,0.024374,0.070906,-0.009636,-0.010812,0.014433,-0.047615,0.007448,-0.0453,-0.049122,-0.017638,-0.003819,-0.023616,0.076265,-0.01698,0.00142,-0.012552,0.025696,0.076002,-0.044342,0.072389,0.025017,-0.001857,0.00825,-0.034083,0.019977,-0.010727,0.00899,0.032139,-0.027831,-0.025558,0.014388,-0.003057,-0.010822,0.025506,-0.020507,0.01866,-0.019713,0.04081,-0.010922,-0.007395,-0.016045,0.007992,-0.001928,0.0065,-0.0298,-0.040609,0.002014,-0.013328,0.014045,0.001289,0.011338,0.030312,-0.032035,-0.038786,-0.051726,0.045297,0.020698,0.019001,0.006069,-0.007004,-0.050874,-0.023098,-0.018927,-0.000703,-0.023077,-0.023736,0.032976,0.000505,0.015344,0.025909,0.01523,0.06292,-0.017707,0.007836,-0.015448,-0.003907,-0.02299,0.023171,-0.011645,-0.028184,-0.020631,-0.017201,0.019408,-0.025312,-0.00109,-0.013934,-0.000066,-0.007001,0.004412,-0.001113,-0.048615,0.055638,0.014022,0.008302,-0.005423,0.029853,-0.000084,-0.011525,0.005439,0.021097,0.034791,0.031982,0.034123,-0.00026,-0.0251,0.015605,-0.02534,0.030671,0.010079,-0.003194,-0.012015,0.010003,0.020904,-0.009302,-0.021741,0.010343,0.012712,-0.012503,-0.010435,0.012822,-0.046109,0.013435,-0.038306,-0.018735,-0.021947,0.015405,-0.007265,-0.026057,-0.018041,-0.017691,-0.01146,-0.022078,0.008843,-0.001831,-0.032215,0.032008,0.003436,-0.071004,0.009916,0.013835,-0.012014,0.015874,0.018446,0.024583,-0.095052,-0.012488,0.011862,-0.04493,0.009113,-0.05396,0.006632,-0.007721,-0.006616,0.023403,0.017247,-0.028057,0.007867,-0.045052,0.005701,0.025183,-0.021977,0.022062,-0.023909,0.017702,-0.001336,-0.020722,0.034263,-0.012817,-0.010362,-0.055779,0.010601,0.001086,-0.009933,-0.0312,-0.021895,-0.008558,-0.013117,0.03112,-0.007754,0.011022,-0.035774,0.000444,0.046213,-0.013935,-0.020578,-0.035606,0.016323,-0.003884,0.044662,0.030457,0.019335,0.018008,-0.018303,-0.001131,0.016914,0.031012,0.0251,0.055635,0.021723,-0.010888,0.010844,-0.046295,-0.019284,-0.060929,-0.024414,-0.054959,-0.026288,-0.017364,-0.033103,-0.00623,0.021271,-0.011428,-0.006208,0.021303,-0.009986,-0.004697,0.001528,-0.002038,-0.031046,-0.031577,0.00873,0.001883,0.002465,0.007658,-0.012441,-0.02436,0.02112,-0.01409,-0.006581,0.006666,0.021383,0.01888,-0.030744,-0.024739,0.010989,0.045376,0.028696,0.01158,-0.034626,0.003915,0.012791,-0.018159,-0.011195,-0.078273,0.0308,-0.009994,0.001385,0.029639,-0.007298,0.014194,0.021211,-0.004568,-0.003459,-0.004965,0.005657,0.112266,0.003208,0.015686,0.009261,-0.015745,0.015931,0.040939,0.043457,-0.00511,-0.008192,0.01913,-0.02524,-0.035603,-0.002891,0.083163,0.008244,-0.020274,0.000771,0.005426,-0.04109,0.079709,-0.029854,0.000432,-0.015295,0.000801,-0.009047,0.010366,0.014942,-0.007457,-0.042365,0.047144,0.0449,-0.000323,-0.011784,-0.00128,0.025774,0.040208,-0.011916,0.038544,0.029731,0.041125,0.000405,0.013349,-0.050426,-0.003171,0.045467,-0.009649,0.009934,0.032611,0.072323,0.002637,0.016863,0.071158,-0.023171,-0.00948,-0.000897,0.016855,-0.025928,0.014131,-0.026879,-0.023147,0.019728,0.041193,-0.004962,0.032183,-0.037639,0.029258,0.035071,-0.010523,0.019517,0.005925,0.010894,0.01882,0.036817,0.016584,0.0047,-0.030326,-0.010624,0.051373,-0.001977,0.7214,0.031301,0.013968,0.033373,0.008109,0.0097,-0.002982,-0.027232,0.004427,-0.014537,0.020372,-0.001012,0.047892,-0.013322,0.024214,0.018553,0.016087,-0.014999,-0.001282,-0.006686,-0.020223,0.012146,0.057915,0.068624,0.000535,0.075715,0.015164,-0.032951,-0.014221,0.019379,0.01441,-0.057284,-0.056849,0.021483,-0.038791,-0.013676,0.013513,0.011634,0.008888,-0.089057,0.018834,-0.010947,0.014563,-0.038631,0.020857,-0.051266,0.014399,0.019327,0.018517,0.007951,0.008388,-0.007596,0.031079,0.049328,-0.034497,0.012079,0.00401,-0.039622,-0.046076,-0.026454,-0.001179,-0.023539,0.022069,0.080431,0.038245,0.076441,0.03232,0.004708,0.029116,0.032413,0.010227,-0.066599,0.039683,-0.038752,0.020356,0.005325,-0.008198,-0.023809,0.015313,-0.006632,-0.037764,-0.073737,0.017751,0.014617,-0.003635,-0.013032,-0.030836,0.023236,0.032456,0.004405,-0.035167,-0.00049,-0.026419,-0.013424,0.030832,0.005295,-0.018584,0.060146,-0.016226,0.010426,0.036031,0.02803,0.015732,0.01836,-0.053819,0.011619,-0.031303,0.044382,0.036257,0.049371,0.029452,0.002421,-0.023777,0.018901,0.007158,0.005771,0.035933,-0.005763,0.009225,0.010943,0.053068,-0.008934,-0.008516,-0.009953,0.01845,-0.038207,-0.045334,0.031347,0.039898,0.015838,-0.010721,-0.014353,-0.01434,-0.013699,-0.004268,0.008031,0.012803,0.006306,0.013135,-0.002817,0.004979,0.018213,-0.002233,0.010047,-0.04367,-0.030711,0.026777,0.015651,0.013535,-0.048818,-0.010925,0.179584,0.004051,-0.021163,-0.009541,0.01549,0.020446,-0.039735,-0.07054,0.016703,0.051132,-0.000759,0.021669,0.015117,-0.004719,0.014019,0.070199,-0.007071,0.01896,-0.000566,-0.007056,-0.019399,-0.002043,-0.182703,0.006672,-0.015696,-0.011595,0.045771,-0.023052,-0.026065,-0.007358,0.061491,-0.004118,0.002049,-0.018479,0.005149,-0.018218,0.017873,-0.017977,0.085158,-0.030369,0.013526,-0.00356,0.054789,0.095331,0.006126,0.091417,0.012944,-0.022124,0.028217,-0.006361,-0.0035,0.029432,0.031699,0.029325,-0.009246,-0.051032,0.018787,0.015446,-0.005792,-0.006172,-0.032793,-0.027299,0.009696,-0.000478,-0.002796,-0.001551,0.004639,-0.003952,0.011106,0.010107,-0.030173,0.009791,0.035348,0.000804,0.02355,-0.020676,0.041574,0.00725,-0.044701,0.018947,-0.020936,0.053151,0.01142,0.034257,0.013243,0.00614,-0.061759,-0.013851,0.003962,-0.047302,0.008528,0.033649,0.018666,-0.013418,0.015932,0.005659,0.029419,0.063029,-0.029686,0.011988,-0.011122,0.025403,-0.014938,-0.009561,0.008812,-0.020004,-0.04722,0.015389,-0.034859,-0.020347,-0.003396,-0.024123,-0.045159,0.012842,0.029173,-0.011198,-0.075907,-0.016175,0.017175,0.008907,0.023488,0.000368,0.007625,-0.01496,0.023988,0.010249,0.015762,0.028958,0.033888,0.003096,0.012728,0.015835,-0.032861,0.031643,-0.022455,-0.007468,-0.001721,0.059407,-0.011858,0.003969,-0.047102,0.026048,0.002255,0.000041,-0.009581,0.023956,0.000224,0.008668,-0.00482,0.013154,0.00981,0.004872,0.049952,-0.036638,0.026764,-0.003529,0.003723,-0.014114,0.020634,-0.019622,0.006202,-0.020985,-0.030566,-0.12529,-0.010439,0.001599,0.00769,0.020608,0.009798,0.029532,-0.052313,0.029176,0.016388,-0.038945,0.00601,-0.014713,0.007183,-0.006057,-0.0365,-0.023513,0.044441,-0.007217,-0.000831,-0.000162,-0.019644,-0.002359,-0.013922,-0.02657,-0.036842,0.007234,-0.018579,0.033153,0.023118,0.023451,-0.000046,-0.036146,-0.000163,0.056522,0.015583,-0.025952,0.001954,-0.015277,-0.019667,0.031726,-0.03079,-0.012692,0.013271,0.01389,0.051071,0.006766,-0.027299,-0.051845,-0.013106,-0.019663,0.031988,0.042621,0.025499,0.021806,-0.025992,0.067083,0.006175,-0.001587,0.006291,0.037184,0.011198,-0.01079,0.010385,-0.009195,-0.001984,-0.064236,-0.024416,-0.018885,0.002581,0.007796,-0.038414,0.010294,0.020256,0.018984,-0.016954,0.00411,-0.007121,0.043478,0.062753,-0.019186,-0.006352,0.009794,0.026211,0.02718,0.01904,-0.01145,0.001781,-0.009061,-0.020008,-0.014491,-0.027491,-0.012212,0.016136,-0.006376,0.022481,-0.006151,-0.012941,0.049999,0.068436,0.060506,0.003514,-0.00448,0.011525,-0.010926,-0.047014,-0.099019,0.052789,0.031326,0.00287,-0.010516,-0.004817,0.012794,0.012008,0.022386,0.017918,-0.002969,0.027112,0.108284,-0.003447,0.042509,-0.007609,-0.014098,0.043922,0.040284,0.037688,-0.015925,-0.010582,0.004065,-0.025449,-0.03265,-0.005395,0.037033,-0.028237,0.010377,-0.020091,-0.002491,-0.047595,0.049925,-0.001773,-0.053285,-0.008209,0.014165,-0.001887,0.011284,0.000569,-0.022221,-0.014325,0.017686,0.016205,-0.031048,0.019606,0.011436,0.054635,-0.006034,-0.04504,-0.014434,-0.003155,-0.008272,-0.036567,0.021097,-0.006194,0.018082,0.029102,0.043632,-0.019062,-0.010645,0.053606,0.005984,-0.015696,-0.000451,-0.00791,-0.008765,-0.012873,0.015636,-0.026342,0.052209,-0.03084,0.04382,0.003494,0.005612,-0.058095,-0.021773,-0.076095,-0.028609,0.052432,-0.016322,0.056357,-0.010445,0.004547,0.013355,0.023126,0.015586,-0.024852,-0.000471,-0.022737,0.028434,0.031369,0.711704,0.009588,-0.019616,-0.025361,-0.020846,0.026447,-0.030289,-0.009549,-0.007247,-0.025862,0.010288,0.001536,0.005274,0.034061,0.024986,0.003165,0.059194,0.003073,0.021669,-0.014312,-0.020135,-0.029194,0.020354,0.050674,-0.01647,0.062793,-0.007481,-0.026475,0.011829,0.016533,-0.026798,-0.01109,-0.036088,0.017273,-0.002081,0.007374,-0.00643,0.006162,0.018177,-0.080138,0.000668,-0.000522,0.029305,-0.018407,0.055714,-0.056287,0.012054,0.029147,0.005615,0.035441,0.026338,-0.015366,-0.021487,0.036203,-0.001509,0.015347,0.007033,0.015675,-0.042416,0.013841,-0.022683,-0.011282,-0.046401,0.064044,0.03795,0.067828,0.009377,-0.002886,0.013474,0.011064,0.024502,-0.084418,0.029772,0.035557,0.004643,0.002778,0.019909,-0.022039,0.020405,-0.035851,0.006459,-0.073129,0.015233,0.030087,-0.014248,0.007426,-0.059255,-0.002791,0.004229,-0.015797,-0.051777,0.017056,0.007329,-0.009661,0.012619,0.009653,0.006004,0.04547,0.008266,-0.003364,0.026629,0.008807,0.00663,0.01791,-0.06251,0.012766,0.041194,0.008983,0.017754,0.051837,0.021316,0.015966,-0.008768,-0.009356,-0.024851,-0.002903,0.012219,-0.004476,0.002264,-0.007512,0.023584,-0.017994,-0.010378,-0.000264,0.034222,-0.068966,-0.05205,0.015342,0.022184,-0.044022,0.005142,0.007116,-0.009329,0.001936,-0.035359,-0.016139,-0.003089,0.017564,0.043837,0.049539,0.002138,0.014371,0.003726,0.027779,0.002216,0.018129,0.029361,0.028435,-0.025031,-0.028961,0.007962,0.140474,0.04463,0.003273,0.007821,0.00183,0.001641,-0.017328,-0.024787,-0.015125,0.046627,0.005125,0.021174,0.018651,-0.013547,0.014917,0.067297,0.001973,-0.00052,-0.018566,-0.001341,-0.009285,0.017785,-0.192732,0.0026,-0.040051,0.018686,0.011671,-0.00368,-0.007448,-0.029274,-0.023541,-0.023536,-0.016512,-0.008242,-0.018464,-0.010478,0.024741,-0.029212,0.042131,-0.005631,0.021265,-0.002812,0.036809,0.081515,-0.022081,0.083663,0.015059,-0.012363,0.017832,0.0061,0.021968,0.001757,0.008921,0.034073,0.013118,-0.038665,-0.009287,0.00545,-0.025846,0.055307,-0.044434,0.038246,0.027145,-0.014635,-0.028833,0.000823,-0.004339,-0.012919,0.03181,-0.025152,-0.009104,0.000755,0.011129,-0.005312,0.001283,-0.026511,0.037549,0.009547,-0.024953,0.002468,-0.035181,0.013809,-0.001714,0.020172,-0.016645,0.0122,-0.053315,0.009638,0.002499,-0.035511,0.01677,0.012927,0.024664,-0.03167,0.006925,0.042982,0.041464,0.137794,0.031215,0.028728,0.001473,0.014927,0.002509,0.001364,-0.007388,-0.034351,-0.052845,-0.003821,0.038511,0.022606,0.005142,-0.002527,-0.02304,0.047266,-0.005115,-0.005467,-0.048157,0.020636,0.03541,0.017199,0.010564,0.015106,-0.00339,0.019426,0.013358,0.014605,0.026617,0.027809,-0.00065,0.03803,-0.001359,-0.003551,-0.021486,0.005765,-0.029796,0.008552,-0.027859,0.044714,-0.004713,0.003693,-0.036216,0.019685,-0.011503,-0.034133,0.00148,0.007879,-0.018328,0.005025,-0.025013,0.004978,-0.035061,0.024507,0.002501,-0.000141,-0.010582,-0.004638,-0.018124,0.004821,0.019858,-0.027682,-0.024996,0.017772,-0.020249,-0.082951,0.015768,-0.002459,-0.010074,0.042175,0.0313,-0.009624,-0.09032,0.044597,-0.013553,0.017407,0.010971,-0.004419,-0.01843,0.03343,0.001754,0.039494,0.054971,-0.0205,0.027796,0.001423,0.014351,-0.005539,-0.010716,0.015454,-0.006963,-0.016325,-0.015578,-0.000907,0.013982,0.014795,-0.008594,-0.000764,-0.00273,0.014924,0.010829,0.014105,-0.021747,-0.021627,0.000618,0.025534,-0.02521,-0.022127,0.005598,-0.018391,0.017676,-0.028622,-0.042074,-0.034089,0.013181,-0.005163,0.025867,0.022049,0.101406,0.027215,-0.022041,0.058738,-0.011269,-0.010529,-0.021306,0.025881,-0.008136,0.006327,-0.021437,-0.036008,-0.00759,-0.037087,-0.017462,-0.009889,-0.021071,0.00589,-0.016664,-0.009809,-0.00691,-0.024438,0.001039,0.00794,-0.004252,0.011133,0.006511,-0.013314,-0.017326,-0.035113,-0.004477,-0.001919,0.041465,-0.014729,0.002298,-0.028026,0.022838,-0.02972,-0.064839,0.012533,-0.005893,-0.011988,0.014196,-0.033563,0.002604,0.026032,0.016607,0.027365,-0.030225,0.007448,-0.002044,-0.025424,-0.015908,0.001417,0.011546,-0.009806,-0.019423,0.008798,-0.042181,-0.020495,0.049171,-0.010391,0.017292,0.006625,0.009236,0.113005,0.017476,-0.002861,-0.003584,-0.029792,0.01703,0.035062,0.028904,-0.017477,-0.006698,-0.010316,-0.013015,-0.03375,0.025787,0.02915,0.003386,-0.000835,-0.019931,0.009361,-0.047116,0.096812,0.006222,-0.014588,-0.025279,-0.000968,-0.005702,0.008751,0.023686,-0.001951,0.004784,0.022926,0.023395,0.00714,0.000835,-0.008202,0.035703,-0.024368,0.011098,0.006966,-0.003311,0.009128,-0.022373,-0.009263,-0.012211,0.010962,0.041336,0.003135,0.000667,-0.014466,0.070914,-0.000623,-0.010803,0.026143,-0.035767,0.022547,0.011002,0.01685,-0.024276,0.039381,-0.004075,0.031278,0.017087,0.018757,-0.013685,-0.008766,-0.073723,-0.025792,0.037331,-0.007492,-0.005003,0.000523,-0.022657,0.016318,0.01935,-0.010042,-0.023493,-0.005772,-0.022448,0.008492,0.006958,0.751069,-0.012737,0.014056,0.008535,0.027274,-0.013029,0.025231,-0.022728,0.035041,0.000045,0.010989,-0.012425,-0.003435,0.02109,0.030955,0.001584,0.014294,-0.002472,0.028616,-0.044615,-0.049151,-0.033279,0.038057,0.013807,0.023824,0.060275,0.0032,-0.000393,-0.002519,0.047008,-0.038381,-0.014062,-0.055507,-0.002872,-0.008445,0.008117,-0.034363,0.02714,0.017777,-0.075919,-0.008774,0.00647,0.022586,-0.018135,0.000655,-0.017277,0.017878,0.032781,0.018634,-0.016027,0.007308,-0.004993,0.035919,0.073787,-0.008739,-0.009372,0.00889,-0.031306,-0.006298,0.013508,-0.019091,-0.010165,-0.017009,0.070193,0.022923,0.051485,0.005175,0.011678,0.018793,0.027043,0.025685,-0.073153,0.044507,0.032995,0.001029,-0.029139,0.001759,-0.012483,-0.001513,-0.037091,-0.00086,-0.079321,0.029083,0.048353,0.018532,0.006323,-0.055176,-0.005909,0.015382,0.011864,-0.063552,0.018836,-0.007411,-0.017037,0.010503,0.000563,0.011847,0.03798,0.027482,-0.014687,0.048368,0.027661,0.011498,-0.011001,-0.062761,0.002072,0.009764,-0.01574,0.027009,0.060695,0.020498,-0.01501,0.003406,-0.020534,0.020015,-0.030689,0.001779,0.039749,-0.001342,0.009436,0.012089,-0.007068,-0.001791,-0.000394,0.013619,-0.055817,-0.047375,0.041393,0.026301,-0.029346,0.001233,0.002815,-0.026492,-0.013692,-0.017894,-0.029782,-0.00272,0.001729,0.028863,0.032014,-0.000464,0.023435,0.009371,0.022923,0.002614,-0.007666,0.009064,0.035747,-0.027493,-0.008002,-0.01367,0.132891,0.048123,-0.003164,-0.003733,-0.016376,0.014369,0.000553,-0.041868,-0.005841,0.051229,0.0256,0.032187,0.003739,0.000529,0.007601,0.072197,0.011531,0.018717,0.008339,0.000863,-0.009612,0.003616,-0.150603,-0.003268,-0.023634,0.015593,0.007436,0.025334,-0.010915,-0.028037,-0.023071,-0.043544,-0.023998,-0.023898,-0.042086,-0.010897,0.018266,-0.017964,0.042235,-0.012766,0.010224,-0.005361,0.041669,0.08113,-0.026975,0.058183,0.037716,-0.020637,0.021332,-0.006009,0.020057,-0.004616,0.018821,0.055542,0.007629,-0.028907,-0.01003,0.014423,-0.036384,0.055828,-0.013034,-0.014939,0.008002,0.027807,-0.00822,0.018361,-0.000046,-0.024109,0.00766,-0.013744,-0.02434,0.015334,-0.006918,-0.001291,0.010339,-0.006073,0.028791,0.021778,-0.000358,-0.00002,-0.045884,0.022416,0.010078,0.014765,0.006124,0.006914,-0.040969,-0.011532,-0.000028,-0.041129,0.01033,0.014918,0.015877,-0.03854,-0.000398,0.042817,0.040418,0.150071,0.005659,0.008831,0.007552,0.013807,0.003913,0.004653,-0.008319,-0.02435,-0.051928,0.017564,0.062985,0.030636,0.01479,0.00327,-0.041225,0.057813,-0.002421,-0.00779,-0.027499,0.027341,0.028149,0.026206,0.021686,0.023248,-0.032893,0.005975,-0.004465,-0.004632,0.022172,0.027217,0.007768,0.016577,-0.005252,0.009503,-0.041724,0.036735,0.002535,0.016767,-0.019546,0.048989,-0.004622,-0.015749,-0.040537,0.010739,-0.003075,-0.030301,-0.00182,0.020077,-0.031932,0.021314,-0.032707,0.016264,-0.04401,0.035221,-0.002359,0.015147,-0.006571,-0.009646,-0.000247,0.000228,0.040283,-0.016512,-0.026476,0.003945,-0.000302,-0.094248,0.012791,-0.010175,0.019511,0.025718,0.03812,0.028252,-0.073479,0.050932,-0.006269,0.064962,0.004915,-0.013367,-0.036432,0.022371,-0.034773,0.013304,0.04172,-0.005392,0.024875,-0.028579,0.002776,0.006365,-0.022017,0.034171,-0.022042,-0.004903,0.013321,-0.001679,0.031254,0.016439,-0.011078,-0.035706,0.000837,0.026478,0.004153,0.021133,-0.02686,-0.015448,-0.006944,0.00554,-0.028829,-0.018472,0.006125,-0.02887,0.036041,-0.025607,-0.042201,-0.035961,0.033562,-0.009103,0.041531,0.01937,0.094023,0.018549,-0.03138,0.056785,0.024221,0.007584,-0.027716,0.03699,-0.000025,-0.019735,-0.001912,-0.038703,-0.005483,-0.048596,-0.01547,0.014781,-0.015463,0.000126,0.002624,-0.016886,0.005707,-0.011742,0.007911,0.010885,0.012618,0.016485,-0.003643,-0.015299,-0.028133,-0.044392,0.001745,0.013815,0.044738,-0.032433,-0.004577,-0.01989,0.030665,-0.023923,-0.042092,-0.00673,-0.006436,0.015641,-0.00302,-0.045016,0.004461,0.036644,0.022276,0.04255,-0.055048,0.021114,0.046416,-0.019278,-0.020319,0.013477,0.02806,-0.027894,-0.004008,0.015461,-0.028342,-0.041816,0.018803,-0.010745,0.013928,0.024517,0.028811,0.113415,0.016185,0.015594,-0.000245,-0.02661,0.004986,0.044841,0.022061,-0.028026,-0.01019,0.015463,-0.002272,-0.023917,0.010259,0.035035,-0.001219,-0.025412,-0.001238,-0.005523,-0.030225,0.115051,0.016007,0.004722,-0.033732,0.000177,-0.003401,-0.014031,0.000065,0.010816,-0.001558,0.044551,0.050477,-0.025287,-0.020729,-0.018514,0.033193,-0.000582,0.008803,0.026176,0.016321,0.019811,-0.038955,0.005189,-0.025292,0.003855,0.032995,0.011622,-0.0028,0.006136,0.051435,-0.010752,-0.037874,0.022852,-0.024256,0.000486,0.028908,0.029447,-0.041253,0.04521,-0.038561,0.024405,0.008291,0.001641,-0.016187,0.001322,-0.049449,-0.007559,0.034972,-0.008656,0.023983,-0.016104,-0.006582,0.009038,0.003269,-0.010019,-0.019336,-0.022131,-0.015137,0.00217,0.013341,0.739491,-0.017246,0.032177,0.000832,-0.008175,0.005218,0.000239,-0.038744,0.011171,-0.003051,0.003741,-0.011462,-0.000816,0.042082,0.028904,-0.024902,0.015494,0.01624,0.024712,-0.031433,-0.038971,-0.014538,0.034854,0.038838,0.010911,0.070352,0.022435,-0.016107,0.007468,0.035757,-0.038903,-0.005744,-0.060129,-0.019741,-0.015236,0.016699,0.001348,0.027845,0.006188,-0.087264,-0.001423,0.00577,0.038295,0.008928,0.004018,-0.035141,-0.00671,0.013081,-0.003733,0.008484,0.014147,-0.009144,0.029414,0.035114,-0.00517,-0.015088,0.001351,-0.009071,-0.021279,0.041379,-0.023898,-0.011576,-0.03714,0.043209,0.02148,0.04846,-0.014147,0.037151,0.019983,-0.006442,0.017168,-0.072316,0.021697,0.027308,0.02005,0.00489,0.004802,-0.032471,0.0072,-0.007392,0.003072,-0.060105,0.006952,-0.000878,-0.006893,-0.015262,-0.031097,0.01294,0.012335,-0.015734,-0.049326,0.001773,0.009978,-0.015605,0.029779,0.008024,0.001488,0.02385,0.00347,0.00257,0.018072,0.0363,-0.009564,0.018347,-0.06311,-0.004125,-0.025943,-0.002636,0.009516,0.018103,0.02513,-0.006207,-0.026118,-0.005239,-0.014812,-0.009565,0.01715,0.002358,0.034618,0.016411,0.026096,-0.010047,-0.000286,-0.017317,0.01729,-0.028941,-0.028394,0.006628,0.03911,-0.006964,0.018658,0.000574,-0.006355,0.010041,-0.009284,-0.016109,-0.00594,0.00658,0.024148,0.005874,0.007565,0.015356,0.002154,-0.002674,-0.016651,0.000376,0.018986,0.029524,-0.013159,0.00018,0.005959,0.206307,0.012251,-0.018302,-0.008597,-0.00735,0.022073,-0.006081,0.003657,-0.055553,0.010473,-0.000211,0.004697,0.049797,-0.012146,0.025199,0.063069,0.006957,-0.018211,-0.006547,-0.01445,0.01706,0.005991,-0.221449,-0.011681,-0.016487,-0.003236,0.016141,0.003573,0.014877,0.00306,0.007054,-0.033421,-0.012771,-0.006174,-0.011791,-0.008511,-0.026554,-0.011697,0.053872,0.008111,-0.011806,0.000563,0.034615,0.085565,-0.024717,0.122369,0.033916,0.011003,0.009631,0.021929,-0.009967,0.013739,-0.010993,0.037276,0.00121,-0.009988,-0.018026,-0.00491,-0.007346,0.015711,-0.027488,0.018692,0.033059,0.004491,-0.028652,-0.012036,-0.019894,0.007674,0.011459,-0.033666,-0.011893,0.004884,0.01546,-0.016954,-0.001848,-0.030626,0.023276,0.005317,-0.02044,0.009142,-0.012612,0.003649,0.023039,0.044233,-0.007385,-0.014399,-0.044953,-0.002317,-0.012915,-0.009383,0.016217,0.005307,0.011645,0.000469,0.00248,0.004145,0.043789,0.112854,0.025195,0.013836,0.000594,0.004844,-0.006886,-0.001981,0.001315,-0.029735,-0.036958,0.011006,0.030481,-0.007754,0.005396,-0.021422,-0.022687,0.051643,0.010504,-0.015734,-0.046219,0.00496,0.032046,0.01383,-0.002949,0.006384,-0.01162,-0.000573,0.033751,0.031545,0.004359,0.012492,0.011518,0.037713,0.017387,-0.015428,-0.045331,0.038704,0.001089,0.032844,-0.018143,0.016765,-0.029513,-0.004116,-0.013338,0.044228,-0.00563,-0.046184,-0.017893,0.008616,-0.029192,-0.002742,0.002244,0.006706,-0.008583,0.025815,0.027715,-0.016352,0.014815,0.007005,-0.005322,0.02829,0.003021,-0.036007,-0.023431,0.019448,-0.032509,-0.132362,0.010133,-0.009946,-0.007997,0.025268,0.023325,0.005224,-0.060353,0.0211,0.003682,-0.01469,0.032921,-0.01076,-0.007639,0.01104,-0.017862,0.020244,0.01504,0.002906,0.010482,-0.007817,-0.000466,0.010825,-0.019276,-0.011508,-0.039868,0.000503,-0.007129,-0.001998,0.008161,-0.011074,-0.00433,-0.002082,-0.009544,0.027825,0.01277,0.031792,0.001611,-0.042578,0.005242,-0.007226,0.021404,-0.02457,0.000521,-0.020441,0.000697,0.002769,-0.014465,-0.041548,0.002389,-0.000451,0.031931,0.007751,0.08459,0.006477,-0.035117,0.018501,-0.013629,-0.019648,-0.028768,0.027454,-0.00222,-0.002927,-0.025703,-0.013005,-0.008031,-0.043228,-0.013466,-0.014571,-0.026913,-0.007614,-0.022861,-0.002087,-0.018484,-0.000051,0.005954,0.032351,-0.001543,0.016212,0.016604,-0.020187,0.008931,-0.02069,-0.011201,-0.006211,0.047685,-0.016704,0.024934,-0.020542,-0.00037,-0.023375,-0.030371,-0.003642,0.016084,0.026705,0.028763,-0.009668,0.009558,0.023918,0.021966,0.04765,-0.008532,-0.001103,0.002561,-0.011967,-0.012528,-0.063453,0.000616,-0.038094,-0.060856,0.012812,-0.012949,-0.029859,0.033622,-0.028519,0.019612,0.012086,0.004942,0.10217,0.014046,0.001269,-0.008269,-0.001588,0.004653,0.041678,-0.00438,-0.046675,-0.015782,-0.001979,-0.017859,-0.019201,0.073431,0.037295,0.002624,-0.001551,-0.029648,-0.013638,-0.011867,0.060001,0.010986,-0.022649,-0.020588,-0.001388,-0.01761,0.003381,0.017569,0.006327,-0.006273,0.028508,0.024657,-0.023863,0.008221,0.017455,0.019247,-0.002782,0.017242,0.014185,-0.004834,0.011577,-0.035358,-0.016137,0.002782,0.004642,0.019348,-0.022184,0.017583,-0.001511,0.046874,0.014947,-0.011394,0.019465,-0.008622,0.003336,-0.011675,0.028509,-0.027331,0.010726,-0.022641,0.033094,0.005592,-0.02875,-0.016335,-0.029184,-0.045865,-0.014237,0.026189,-0.00753,0.025735,-0.010967,-0.016544,0.017572,0.016135,-0.006062,-0.009301,0.011872,-0.022673,0.005164,0.010161,0.768585,0.01226,-0.008736,-0.002366,0.012164,-0.028689,0.028572,-0.028854,0.022239,-0.021509,0.008981,0.000247,-0.002709,0.030939,0.006626,-0.006419,0.025026,-0.01513,0.00192,-0.003577,-0.00059,-0.031154,0.046701,0.008026,0.014075,0.0514,-0.001324,-0.019563,0.000463,0.005334,-0.013175,-0.015053,-0.02094,-0.023059,0.005759,-0.001399,0.008648,0.003726,-0.000628,-0.089217,-0.017955,-0.001724,0.020759,-0.012698,0.021809,-0.026593,0.009417,0.022182,0.026796,-0.004437,0.016494,0.013988,0.02952,0.046968,0.01679,-0.000565,0.008598,-0.031403,-0.018563,0.004213,0.000592,-0.032906,-0.011826,0.068148,0.003522,0.069822,0.011985,-0.009503,0.01296,0.039881,0.025879,-0.080662,0.02913,0.025117,0.009832,0.014175,0.00792,-0.020836,0.001261,-0.009564,0.000192,-0.072505,0.011593,0.038845,-0.022864,0.013227,-0.017725,0.010435,0.041606,-0.024513,-0.036762,-0.007461,0.002827,-0.002828,0.003947,0.017222,0.009311,0.049943,0.01288,0.004902,0.037051,0.031175,0.007356,0.030747,-0.055685,0.006897,0.017435,-0.009681,0.014999,0.041541,0.030688,0.00223,-0.020519,-0.018143,-0.020231,0.004766,0.024266,-0.011101,-0.001733,0.006416,0.034307,-0.008237,-0.019159,0.003741,0.019218,-0.056612,-0.053611,0.012132,0.013009,-0.03057,-0.016191,-0.002185,-0.004111,0.013397,-0.007557,-0.007678,-0.010141,0.010982,0.036392,0.036098,-0.000275,0.011168,0.002495,0.02866,-0.011542,-0.004136,0.031949,0.020395,-0.018044,-0.021785,-0.009615,0.171835,0.042861,0.007506,0.002809,0.00607,-0.001994,-0.029275,-0.018398,-0.018118,0.052888,0.012238,-0.007317,0.015608,0.003608,-0.015637,0.062307,-0.004954,0.019824,-0.014913,-0.026547,0.008253,0.031616,-0.218735,0.001091,-0.012006,0.030529,0.005636,-0.013283,0.002421,-0.029011,0.004012,-0.025827,-0.011052,0.01435,-0.029536,-0.010768,0.011783,-0.041134,0.048995,-0.014461,0.013497,-0.007103,0.031059,0.097004,-0.035086,0.101691,0.017458,-0.015498,-0.004011,0.01546,0.009349,0.004939,0.011302,0.034337,0.008719,-0.00957,-0.001495,0.017973,0.011838,0.035695,-0.045638,0.01494,0.02181,0.010977,-0.01898,0.012784,-0.023329,-0.001368,0.023146,0.003237,0.007936,0.011323,0.018545,0.006646,-0.010532,-0.016243,0.057339,0.002976,-0.024809,-0.017468,-0.046908,0.01183,0.019006,0.028114,-0.001144,0.002122,-0.043133,0.012059,-0.005321,-0.029301,-0.008953,-0.009463,0.017908,-0.038657,0.004241,0.021552,0.034115,0.116644,0.009859,0.014556,0.007735,0.023621,0.000843,0.009796,0.004279,-0.031106,-0.023535,0.020199,0.022619,-0.0032,0.022463,-0.005908,-0.023211,0.010806,-0.007415,-0.005758,-0.061926,0.020243,0.033099,0.021725,0.005834,0.009224,-0.001982,0.01701,0.013994,0.028939,0.018699,0.015801,0.002866,0.02715,-0.001136,-0.000014,-0.024561,0.014383,-0.02,0.021033,-0.038874,0.045082,-0.003412,-0.006412,-0.024207,0.032047,0.017443,-0.046839,-0.008519,0.013978,-0.018292,0.000984,-0.026743,0.003126,-0.022838,0.029503,0.021868,-0.007633,0.022389,-0.011419,0.000851,-0.002384,0.021391,-0.037391,-0.033004,0.021706,-0.009904,-0.100756,0.016444,-0.009862,-0.02328,0.013571,0.002011,0.008763,-0.064996,0.033496,-0.006282,-0.054426,0.016101,0.001815,0.005597,0.030663,0.003941,0.02984,0.058174,-0.01577,0.016395,-0.001903,0.004508,0.001191,-0.018954,0.023138,-0.01586,0.00113,0.000169,0.008541,0.003741,0.01599,-0.016702,-0.008017,-0.008659,0.02163,0.016753,0.002506,0.004627,-0.026938,0.022157,0.036129,-0.002923,-0.01944,0.004091,-0.033203,0.036282,-0.034156,-0.029515,-0.036223,0.019838,-0.007703,0.020987,0.013643,0.098582,0.011319,-0.024517,0.042993,-0.016033,-0.022631,-0.009285,0.039099,-0.003118,-0.000052,-0.017738,-0.034364,0.000223,-0.050639,0.007172,-0.036508,-0.016658,-0.013279,-0.033915,0.004385,0.004703,-0.019441,0.010444,0.020926,-0.005083,0.017661,0.009862,-0.023796,-0.012998,-0.026973,0.00164,0.008398,0.025782,-0.010707,-0.00792,-0.007878,0.01791,-0.025611,-0.071083,-0.002039,-0.008871,-0.011869,0.008786,-0.0328,-0.022138,0.049402,0.03857,0.017967,-0.02958,0.010728,0.004304,-0.00638,-0.017963,-0.021196,0.011058,-0.003826,-0.024936,0.023303,-0.024596,-0.017684,0.031552,0.004518,0.007353,-0.004257,0.018009,0.107444,0.011028,0.004288,-0.012017,-0.028469,0.021335,0.031984,-0.006261,-0.038153,-0.009793,-0.008172,-0.027765,-0.017761,0.025856,0.029542,-0.028016,-0.01526,-0.016799,0.006221,-0.039931,0.097561,0.01058,0.002764,-0.036659,0.005318,-0.004174,0.030507,0.027641,-0.002796,-0.00315,0.023797,0.031635,-0.000445,-0.007946,-0.007695,0.035563,-0.007225,-0.002007,0.026688,-0.015829,0.014689,-0.012853,0.00575,-0.030728,0.031426,0.029026,0.005364,0.004869,-0.001151,0.069788,-0.008753,-0.003745,0.019066,-0.039187,0.004558,0.019645,0.037194,-0.013613,0.035457,-0.028052,0.030966,0.018918,0.012114,-0.009176,-0.02353,-0.044284,-0.002698,0.022007,0.008114,0.004157,0.003004,-0.026258,-0.006996,-0.002203,-0.004508,-0.017943,0.002702,-0.026687,0.021341,0.017201,0.748113,-0.005997,0.003958,0.015616,0.009371,-0.020941,0.024528,-0.026365,0.045974,-0.00827,0.024146,-0.00604,0.01438,0.024209,0.027377,-0.016316,0.021789,0.011484,0.024728,-0.03892,-0.008483,-0.030749,0.053676,0.035797,0.015462,0.057976,0.028469,-0.02943,0.009071,0.034853,-0.002571,-0.01948,-0.035981,-0.000924,-0.01954,0.013722,-0.03293,0.015437,0.013579,-0.073681,-0.010765,-0.003125,0.007694,-0.012505,0.021792,-0.029944,0.021929,0.01388,0.028384,-0.016719,0.025333,-0.009331,0.03019,0.077232,0.009032,-0.000392,0.005829,-0.027731,0.00384,0.016173,-0.013845,-0.012058,-0.015427,0.08812,0.028724,0.06883,-0.011366,-0.017879,0.012539,0.033621,0.041736,-0.062802,0.027329,0.031339,0.022347,0.00386,0.006925,-0.04035,0.017016,0.007677,-0.016133,-0.060169,-0.012399,0.001309,-0.020376,-0.004478,-0.020676,0.010792,0.014115,0.00165,-0.064409,-0.001056,-0.007575,-0.013159,0.031714,0.017272,0.014906,0.038082,0.017435,-0.000973,0.038334,0.013001,-0.007993,0.012929,-0.061385,0.004702,-0.001033,0.02693,0.000437,0.044015,0.021611,-0.013247,-0.008412,-0.017474,-0.008354,-0.000242,0.011806,0.000329,0.0087,0.006979,-0.008566,-0.005309,-0.011344,-0.03053,0.023165,-0.042805,-0.029263,0.004571,0.024844,-0.011541,-0.0107,0.001603,-0.004228,0.008982,0.003281,-0.032022,-0.010126,0.00556,0.038758,0.036887,-0.008435,0.022664,0.017322,0.026412,-0.008781,-0.006613,0.014526,0.03962,0.002341,-0.024039,-0.005346,0.157815,0.01497,-0.015307,-0.005505,-0.004966,0.017809,-0.036064,-0.029549,-0.022666,0.031118,0.008957,0.001392,0.013637,-0.001114,0.020156,0.071524,-0.0043,0.031392,-0.002477,-0.028616,-0.000185,0.020629,-0.185604,0.007672,-0.011772,0.026207,-0.000804,-0.012375,-0.011781,-0.016195,0.021593,-0.02535,-0.023036,0.012984,-0.036387,0.005277,-0.021919,-0.029911,0.068018,0.003668,0.016697,-0.023924,0.048153,0.076355,-0.027106,0.077358,0.012074,-0.00558,0.00691,0.004403,0.010247,0.013987,0.016846,0.030587,-0.008105,-0.020166,0.005815,0.006985,0.002656,0.000306,-0.01658,0.000731,0.036725,-0.006407,-0.025286,0.006335,-0.005323,-0.005559,-0.003853,0.004352,-0.020499,0.006237,0.015751,-0.026814,0.023945,-0.008172,0.01809,0.012686,0.004619,0.013363,-0.026197,0.053254,-0.003129,0.025983,-0.006925,-0.013106,-0.048705,0.001019,-0.021995,-0.037588,0.003663,-0.004492,0.012793,-0.038553,0.012417,0.014137,0.066989,0.137547,-0.013888,0.027313,-0.002162,0.006101,-0.000521,0.032372,-0.018928,-0.024333,-0.013232,0.004361,-0.015996,-0.011919,0.009983,-0.012777,-0.011146,0.058701,-0.001646,-0.032515,-0.040802,0.01372,0.03907,0.0267,-0.004935,0.011988,0.020538,0.001048,0.009658,0.023014,0.008067,0.037873,0.021302,0.023589,-0.009347,-0.018962,-0.036795,0.01299,-0.016731,0.019358,-0.006007,0.043744,-0.010085,-0.008509,-0.044915,0.046291,-0.009499,-0.044954,-0.011872,0.01301,-0.013622,0.014836,-0.005757,-0.003123,-0.022443,0.011639,0.001914,-0.02106,0.005835,-0.014372,0.005408,-0.014254,0.031932,-0.03815,-0.010495,0.001972,-0.010903,-0.088802,0.020495,-0.02853,-0.012892,0.001957,0.032813,0.005538,-0.064007,0.012653,0.014572,-0.018082,0.026671,0.02246,0.001845,0.009581,-0.002159,0.043775,0.038395,-0.022176,0.038257,0.015893,-0.006674,-0.004716,-0.011694,0.019395,-0.044906,-0.016975,-0.008365,0.022612,-0.00356,-0.002432,-0.024832,-0.004128,-0.002824,0.046371,-0.008111,0.024554,0.001195,-0.019143,-0.007828,0.003824,-0.02036,-0.029341,0.01081,-0.023479,0.010511,-0.007801,-0.009055,-0.046347,0.015308,-0.034487,0.007404,0.019877,0.064193,-0.01366,-0.036804,0.046851,0.007952,0.001834,-0.005592,0.038257,0.00655,-0.014754,-0.02216,-0.021014,-0.011057,-0.04566,-0.008263,-0.018735,-0.023655,0.002029,-0.002088,0.002445,-0.010793,-0.0369,-0.009407,0.043735,-0.006222,0.026846,0.036134,-0.016971,-0.007231,-0.019834,0.012158,0.013154,0.02669,-0.008132,0.010962,0.000865,0.030549,-0.026952,-0.046139,-0.001015,0.001395,-0.000427,0.016426,-0.020589,-0.009875,0.045631,0.057189,0.042006,-0.01362,0.017823,0.010281,-0.015037,-0.026777,-0.045582,0.026996,0.000002,-0.022962,0.023129,0.000556,-0.012811,0.040897,0.001285,0.024038,-0.01528,0.03757,0.11261,-0.005808,0.035235,-0.017884,-0.029057,0.02566,0.051566,0.032227,-0.026857,0.008102,-0.004943,-0.01305,-0.025386,0.023996,-0.001411,0.006616,-0.012668,-0.001735,-0.007124,-0.020145,0.053712,0.017518,-0.012202,-0.019217,0.004425,-0.008521,0.040039,-0.004042,0.003554,-0.015796,0.050725,0.043892,-0.017182,0.009839,-0.015955,0.032569,-0.004805,-0.001905,0.033556,0.003687,-0.00235,-0.008488,-0.003002,-0.000601,0.015522,0.047939,0.005073,-0.006208,-0.007054,0.044912,0.005236,-0.005347,0.027931,-0.024944,0.005901,0.009758,0.059979,-0.021546,0.011486,-0.037046,0.029669,0.007819,-0.009634,-0.028196,-0.013967,-0.051757,-0.004404,0.03944,-0.008326,0.012779,-0.0231,-0.005091,0.008864,0.010271,-0.005288,0.006867,0.015586,-0.031031,0.005915,0.00509,0.77438,-0.000589,-0.017057,-0.018141,0.007937,-0.004318,-0.005116,-0.004916,0.00539,-0.024005,0.02865,-0.013549,0.019919,0.013357,0.014447,-0.012427,0.028545,-0.014574,0.019694,-0.005215,0.00629,-0.046256,0.06023,0.059051,-0.001819,0.053728,0.005049,-0.032019,0.018882,0.009109,-0.002077,0.004592,-0.015092,-0.008411,-0.004714,0.009829,0.000226,0.012139,0.010779,-0.080203,0.009051,-0.007789,0.021843,-0.03245,0.024142,-0.032789,0.013447,0.005294,0.022794,0.003009,0.017838,-0.009651,0.042181,0.048474,0.004848,-0.004879,0.010555,-0.024716,-0.012509,0.00421,0.007558,-0.007869,-0.008273,0.058975,0.020388,0.086368,0.015759,-0.010361,0.015961,0.027279,0.039138,-0.059669,0.041856,0.028629,-0.005191,0.007811,0.003002,-0.04946,0.001641,0.028502,0.012781,-0.08255,0.008613,-0.024649,0.000588,-0.002139,-0.039578,0.011838,0.007986,-0.018546,-0.049353,0.024093,0.015029,-0.018544,0.030349,-0.001585,0.009824,0.014987,0.010495,0.003723,0.031258,-0.030469,-0.01517,0.038845,-0.050045,0.002252,0.012356,-0.030457,-0.025958,0.067506,-0.005684,-0.019485,-0.005536,0.020332,-0.023575,-0.037356,0.026237,0.025341,-0.014373,0.021483,-0.004448,-0.009858,-0.00239,-0.010871,0.043728,-0.029687,-0.042518,-0.008798,0.006824,-0.003054,0.013856,0.012408,0.005005,0.017271,-0.016573,-0.033866,0.000222,-0.007467,0.04112,0.037827,0.007206,0.01203,-0.003357,0.006703,-0.00097,0.040365,0.025419,0.042807,-0.007363,-0.008899,-0.006872,0.152744,0.017233,-0.007857,0.020784,-0.005308,0.009801,-0.008905,-0.022958,-0.015942,0.03193,0.020057,0.012743,-0.000207,-0.024266,0.007066,0.081293,0.000654,0.003663,-0.024945,-0.023609,0.007951,0.0085,-0.171128,0.00715,-0.024012,0.011895,-0.005979,0.010302,-0.012573,0.003353,0.012222,-0.006016,-0.027108,0.018976,-0.036875,-0.037712,-0.009297,-0.019384,0.048149,-0.00493,-0.015751,-0.0198,0.03068,0.089106,-0.04272,0.100424,0.02681,-0.0059,-0.007545,0.01567,0.024762,0.022534,0.016335,0.050571,-0.011279,-0.004693,0.008484,0.021002,-0.030759,0.006162,-0.024257,0.01798,0.026943,0.019529,-0.031249,0.001676,0.001661,-0.019557,0.020606,-0.028123,-0.04433,0.000568,0.02418,-0.031788,0.013602,0.000634,0.054591,-0.017957,-0.000392,0.000373,-0.037066,0.037062,0.016728,0.028801,0.020045,-0.034561,-0.041807,0.003461,-0.018517,-0.009291,0.038564,-0.000249,0.022064,-0.012918,0.001029,0.009203,0.059766,0.124619,0.004202,0.03478,0.011172,0.014026,-0.027934,0.014062,-0.003214,-0.015905,-0.029188,0.008985,-0.008389,0.006213,0.010022,-0.036241,-0.015774,0.033093,0.003652,-0.01961,-0.05042,-0.01737,0.02027,0.028415,-0.004488,0.009888,-0.001861,-0.014839,0.0069,0.043422,0.004568,0.01828,0.029432,0.008662,-0.012713,-0.008454,-0.02057,0.032794,-0.002351,0.018604,-0.015525,0.048337,-0.020183,0.017158,-0.026993,0.039589,-0.005501,-0.038458,-0.019114,0.020881,-0.007022,-0.001767,0.011186,0.001464,-0.02443,-0.023582,0.012241,-0.018993,-0.003862,-0.018941,-0.014558,0.033677,0.006617,-0.033541,-0.002049,0.011785,0.000235,-0.101882,0.003873,0.006332,-0.010431,0.027567,0.00447,-0.007942,-0.047762,0.029325,0.0065,-0.014711,0.028921,0.001384,0.0146,-0.011495,0.005945,0.015796,0.012049,-0.004026,0.00181,-0.014027,0.032874,0.003279,-0.008432,0.033897,-0.051834,-0.007098,-0.02873,0.011777,0.001052,0.002989,-0.033716,0.004141,0.004992,0.023514,0.01376,-0.012089,0.008333,-0.030279,0.013006,0.002739,-0.016117,-0.027786,0.009597,-0.011298,0.011882,-0.005954,0.008207,-0.036102,-0.007954,-0.029068,-0.008905,0.00383,0.06213,0.002709,-0.034917,0.051211,-0.011868,-0.010274,-0.002386,0.064174,-0.011795,-0.007707,-0.02796,0.009752,-0.014188,-0.043334,-0.016531,-0.019713,-0.027137,-0.003891,0.012209,-0.010867,-0.025585,-0.037332,0.006047,0.030722,-0.002039,-0.015001,0.030934,-0.016338,0.014075,-0.011857,-0.01983,-0.014199,0.013383,-0.013914,0.008933,-0.011151,-0.00596,-0.039032,-0.039764,0.003252,0.000745,0.00593,0.015163,-0.006618,-0.002203,0.061721,0.022898,0.03534,-0.018294,0.011563,0.016511,-0.031989,-0.01776,-0.017313,0.005563,-0.006512,-0.006828,0.037123,-0.028267,-0.018191,0.054803,0.002222,0.019643,-0.003073,0.032305,0.114914,0.020698,0.009576,-0.006918,-0.032854,0.014471,0.041018,0.023411,-0.008372,-0.030673,-0.010614,-0.013024,-0.01647,0.037673,0.0136,-0.003082,-0.00085,-0.032109,0.018283,-0.018155,0.005566,0.016234,-0.032161,-0.016932,0.00079,-0.017294,-0.020212,0.0081,0.033339,-0.012737,0.027564,0.027821,-0.020212,-0.000436,-0.018044,0.018776,-0.015045,-0.009315,0.028316,-0.004143,-0.001147,0.000927,-0.0077,-0.045211,0.020446,0.022623,-0.000972,0.010056,-0.004852,0.065324,-0.006229,-0.007694,0.025922,-0.024471,0.022749,-0.006627,0.031975,-0.01566,0.001571,-0.018561,0.034626,0.022728,0.005322,-0.002711,-0.009262,-0.039231,-0.033797,0.037536,-0.013472,-0.010135,0.007411,-0.002298,0.011468,0.014248,0.000905,0.021966,0.014168,0.000766,0.013693,0.010896,0.773373,-0.012975,0.006851,-0.007872,0.012438,-0.009593,-0.029949,-0.028188,-0.015475,-0.004652,0.037977,-0.012552,0.009827,0.009039,0.02287,-0.005152,0.036296,-0.027115,0.032881,0.009632,-0.015293,-0.032446,0.05503,0.025852,0.004578,0.055288,-0.004343,-0.024819,0.027514,0.008839,-0.004999,-0.016371,-0.001663,-0.044534,-0.002691,0.013823,0.004249,0.007058,0.019854,-0.093099,0.011695,-0.009627,0.006296,-0.037505,0.019391,-0.022277,0.018203,0.007858,0.005845,-0.011222,0.026973,-0.00317,0.029067,0.040837,-0.010046,-0.003822,0.011627,-0.045097,-0.030046,-0.018368,-0.017295,0.004404,0.020233,0.089178,0.018684,0.060548,0.00619,-0.025776,0.028759,0.030282,-0.000849,-0.074208,0.051781,0.010553,-0.034313,-0.008444,0.046625,-0.011636,-0.007813,-0.014545,0.01153,-0.063137,0.017935,0.003667,-0.013287,0.043703,-0.03001,-0.028347,0.038047,-0.011045,-0.055607,0.006536,-0.005938,-0.012942,0.008559,-0.00654,0.012935,0.036319,0.024101,-0.007573,0.003877,0.013331,0.00218,0.013453,-0.039876,-0.043456,0.006181,0.003741,-0.014689,0.112114,0.003452,-0.033282,0.012757,-0.006387,-0.033337,-0.000502,-0.012218,0.004769,0.007737,0.016442,-0.0027,0.000509,-0.02516,-0.01232,0.020219,0.001759,-0.021469,0.034296,0.04336,-0.004743,-0.000416,0.00509,0.009808,0.012406,-0.004426,-0.028851,-0.01739,0.00414,0.01648,0.020009,0.006218,0.050425,0.006848,0.014675,0.046328,0.014535,0.010778,0.0374,0.006108,0.005557,0.010924,0.113985,0.012165,0.01901,-0.010134,-0.001188,0.039848,0.002695,-0.024518,0.021345,0.021242,-0.018569,0.043577,0.047522,-0.037876,0.006112,0.102505,0.004586,0.011577,-0.033722,-0.008796,0.02162,-0.012604,-0.100111,-0.004856,-0.04693,-0.025968,0.010472,0.017737,-0.00347,-0.012751,0.016957,0.008953,0.012088,0.009238,-0.034997,-0.015741,0.025228,-0.001133,0.014959,0.016346,0.022545,0.001718,0.076554,0.077832,-0.038882,0.122299,0.015656,-0.020738,0.015342,0.024651,0.017645,-0.012249,0.003704,0.036373,-0.022131,-0.035102,-0.029,-0.001602,-0.051334,0.031093,-0.005834,0.015177,-0.011193,0.026512,-0.007327,0.009721,-0.005505,-0.026297,0.034225,-0.019927,-0.000681,-0.026781,-0.006712,-0.007293,-0.016956,-0.007646,0.018265,-0.003689,-0.007142,-0.006945,-0.009012,0.012207,0.007116,0.019532,-0.00677,-0.01416,-0.037613,-0.01106,-0.000738,-0.020577,0.005001,0.039678,0.00685,-0.015722,0.010707,0.015868,0.013414,0.097629,0.032901,0.006328,0.000118,0.008145,-0.005667,0.009992,-0.013547,-0.043495,-0.024929,0.008079,0.002751,0.002301,-0.010803,-0.024007,-0.040614,0.085026,0.050494,-0.006142,-0.040328,-0.004717,0.010713,-0.007891,0.017646,0.01945,0.00602,0.001307,0.037511,0.035767,0.01115,0.013416,0.037227,0.002521,0.014034,0.006648,-0.044422,0.028225,0.030306,-0.012608,-0.024143,-0.000355,-0.033105,0.028268,-0.029447,0.020005,-0.002533,-0.042285,-0.003688,0.018375,-0.022398,0.005569,-0.020806,0.000339,-0.013957,0.008355,0.012349,0.000262,-0.008292,-0.011412,-0.006204,-0.012933,-0.001823,-0.04078,-0.04296,0.030906,-0.005941,-0.019383,-0.002102,0.011519,0.002042,0.054254,0.020714,0.003622,-0.012598,0.032681,0.001479,0.024332,0.025542,-0.025076,0.019897,-0.017476,-0.004345,0.015675,0.019992,-0.006863,0.00637,-0.030239,-0.034236,0.005507,-0.020877,0.023255,-0.027714,0.032552,0.000019,0.023877,0.000561,0.01766,0.001101,0.001453,-0.004295,0.029788,0.012821,-0.000491,0.010105,0.021178,-0.001785,0.046373,-0.027715,-0.038118,0.000039,-0.021206,0.024222,-0.012297,-0.027423,-0.037648,-0.01182,-0.005836,0.02251,-0.021262,0.045194,-0.004028,-0.020269,0.024727,0.026591,0.016208,-0.015578,0.055185,-0.000541,-0.001784,-0.040836,0.009776,-0.01728,-0.034712,-0.030749,-0.037512,-0.024514,-0.010943,0.015307,-0.001477,-0.011621,-0.008345,0.006803,0.016697,-0.025133,-0.004951,0.007151,-0.024375,-0.011457,-0.015551,-0.023388,-0.024572,0.061809,-0.007673,0.005798,0.009874,0.020178,0.011684,-0.008309,0.026705,0.004817,-0.015253,0.02456,-0.021706,-0.014577,0.051378,0.013421,0.036783,-0.014892,0.020685,-0.001163,-0.006044,0.00816,0.016818,0.005117,0.011383,-0.02005,0.007353,-0.00428,-0.007339,0.048182,0.004038,-0.005731,0.002556,-0.007361,0.119872,-0.003353,0.02524,0.013178,-0.027684,0.048151,0.039694,0.036024,-0.000458,-0.01245,-0.021061,-0.02258,-0.027892,0.012664,0.036923,-0.009182,-0.015449,-0.03322,-0.001715,-0.010173,0.040913,0.011621,-0.018673,-0.005761,0.008439,0.012948,-0.014815,-0.019101,-0.006757,-0.030844,0.015567,0.013122,-0.045106,0.013117,-0.013743,0.01989,-0.04173,0.0024,-0.021967,-0.007382,0.000966,0.013196,0.013587,-0.016355,0.02273,-0.001823,-0.010858,0.032476,0.034016,0.062231,0.017965,0.006414,0.017981,-0.052082,0.032421,0.000537,0.027881,-0.015674,0.01503,0.003175,0.039575,-0.004242,0.023708,-0.003452,-0.00534,-0.015909,-0.0245,0.029744,-0.02941,-0.023506,-0.032574,-0.014977,0.009883,0.007563,-0.011747,0.005473,-0.028984,-0.003154,0.008981,0.030241,0.789386,0.002017,0.025335,0.014075,0.004572,0.039882,-0.021889,-0.014699,0.003471,-0.009334,0.009867,-0.01665,0.047762,0.005592,0.017287,-0.007434,0.014814,-0.021129,0.036807,-0.037865,-0.016223,-0.023046,0.025476,0.00396,-0.017479,0.05145,-0.001154,-0.009638,-0.020267,0.002473,-0.017601,0.007642,-0.05433,-0.021103,-0.024989,-0.000282,-0.023236,-0.005508,0.022028,-0.105021,-0.027477,0.004498,0.009065,-0.03394,-0.000095,-0.014866,0.011595,-0.013507,-0.015604,-0.020979,0.014848,0.015729,0.034301,0.045903,-0.006701,-0.027627,0.013994,-0.032753,-0.047194,0.009613,0.011046,-0.016953,0.001965,0.07727,-0.001782,0.045343,0.018877,0.012951,0.006831,0.001715,0.01937,-0.078111,0.043781,0.01026,-0.043012,-0.010219,0.039935,-0.020582,-0.008625,-0.011735,0.013605,-0.055702,0.019569,0.012473,-0.010324,0.047683,-0.040951,-0.023625,0.037269,-0.017662,-0.054351,-0.004132,-0.008697,-0.021435,0.011251,0.002011,0.009003,0.040983,0.035118,-0.002833,0.005837,0.016521,-0.010929,0.011325,-0.027946,-0.040243,-0.005923,-0.003491,-0.019943,0.096451,0.003146,-0.02903,0.022288,0.000919,-0.033452,-0.004188,-0.006353,0.000267,0.001159,0.0014,-0.00081,0.010552,-0.025313,-0.008051,0.015325,0.003485,-0.010996,0.042298,0.046018,-0.006998,0.004591,0.004983,-0.000795,0.017066,-0.007473,-0.02959,-0.015259,0.003032,0.013732,0.025814,0.007685,0.052194,0.001203,0.0205,0.048947,0.01988,0.021572,0.03676,0.004331,0.004604,0.013461,0.111067,0.017484,0.019515,-0.008341,-0.012202,0.030215,0.002991,-0.020821,0.013529,0.005783,-0.01755,0.045457,0.053525,-0.030788,0.007143,0.100319,0.009791,0.011377,-0.033348,-0.001432,0.017022,-0.008235,-0.089107,-0.006522,-0.04884,-0.029704,0.014474,0.023511,-0.008018,-0.011324,0.008438,0.00612,0.012847,0.014798,-0.028281,-0.013584,0.009016,-0.00138,0.007221,0.016797,0.022375,-0.004499,0.077504,0.091137,-0.053549,0.120263,0.023738,-0.021265,0.001839,0.027321,0.015281,-0.011598,-0.003455,0.033014,-0.028531,-0.039903,-0.0278,-0.004287,-0.044686,0.024163,0.003588,0.02162,-0.011014,0.019142,-0.007962,0.010647,-0.00316,-0.026448,0.037442,-0.017915,-0.001344,-0.034072,-0.00299,-0.011845,-0.014895,-0.006475,0.024964,-0.018255,-0.005141,0.001683,-0.011978,0.005968,-0.00841,0.025304,-0.008291,-0.01769,-0.04404,0.000631,-0.011462,-0.021122,-0.00766,0.039515,0.007897,-0.022458,0.006349,0.012048,0.013558,0.098367,0.031643,0.008188,0.004723,0.010637,-0.014228,0.003737,-0.010127,-0.054803,-0.014185,0.004965,0.005946,0.006659,-0.008962,-0.024219,-0.04343,0.08547,0.053032,-0.018574,-0.055033,-0.013635,0.020833,-0.006356,0.019176,0.018773,0.003372,0.008418,0.033695,0.036896,0.024327,0.015596,0.031542,0.004604,0.011397,0.00759,-0.042813,0.019333,0.025448,-0.01716,-0.021596,-0.001419,-0.031891,0.019266,-0.018484,0.024979,0.000197,-0.03535,-0.007248,0.03839,-0.027316,0.001334,-0.016165,-0.00659,-0.011891,0.00482,0.016607,0.005389,0.001829,-0.015502,-0.001317,-0.003258,0.006582,-0.041458,-0.042908,0.032842,-0.016144,-0.024179,-0.003277,-0.000372,-0.003099,0.061985,0.025126,-0.002232,-0.007575,0.023167,0.006501,0.056604,0.025655,-0.023392,0.027253,-0.016637,-0.013227,0.02532,0.019802,-0.010999,0.014723,-0.029054,-0.034785,0.003019,-0.028543,0.017304,-0.027633,0.028682,-0.006924,0.020967,0.002595,0.009841,-0.005054,0.001831,-0.004713,0.03278,0.016987,-0.001937,0.016928,0.013098,0.003989,0.043217,-0.033167,-0.033288,0.006033,-0.024989,0.020676,-0.006319,-0.02029,-0.039798,-0.005714,0.000649,0.024846,-0.011767,0.05477,-0.004696,-0.019263,0.026062,0.022323,0.022077,-0.012555,0.065376,0.004123,-0.005562,-0.050706,0.012439,-0.014579,-0.034832,-0.034914,-0.035149,-0.015194,-0.012503,0.017065,-0.004357,-0.017706,-0.000108,0.01267,0.009417,-0.039075,-0.003825,0.019906,-0.018081,-0.014437,-0.003963,-0.024142,-0.018416,0.062512,-0.006386,0.008088,0.005323,0.016322,0.011927,-0.006666,0.027594,0.013543,-0.024819,0.038933,-0.015215,-0.012827,0.059527,0.01334,0.044681,-0.008868,0.017995,-0.007695,-0.011495,0.002561,0.049767,0.008062,0.003084,-0.009615,0.002916,-0.012433,0.004181,0.055548,0.002033,-0.000881,-0.003798,-0.007752,0.12145,-0.010349,0.022997,0.014931,-0.039855,0.047765,0.038899,0.042822,-0.003988,-0.01523,-0.006031,-0.018764,-0.037463,0.010518,0.032998,-0.013114,-0.016371,-0.031673,-0.002781,-0.021715,0.056405,0.009381,-0.020932,0.007698,0.011427,0.018547,-0.014633,-0.016082,0.000035,-0.021316,0.019965,0.020018,-0.043843,0.007321,-0.014342,0.025487,-0.040331,0.012702,-0.029537,-0.007316,-0.011877,0.014169,0.005618,-0.015518,0.021863,-0.001518,-0.019485,0.03509,0.034899,0.052091,0.005398,0.001245,0.029115,-0.049588,0.032755,0.003044,0.030161,-0.014378,0.029293,0.004114,0.039766,-0.008664,0.024624,-0.004176,-0.003122,-0.007899,-0.02492,0.033623,-0.023664,-0.022879,-0.03363,-0.01653,0.012066,0.016156,-0.024526,0.015383,-0.032456,-0.009467,0.006528,0.028573,0.778106,0.005884,0.022012,0.013819,-0.006862,0.036357,-0.022324,-0.007146,0.002801,-0.009559,0.020627,-0.016939,0.04968,-0.00263,0.022527,-0.007935,0.010707,-0.02454,0.035953,-0.038627,-0.0197,-0.013886,0.024091,0.002233,-0.010633,0.058515,0.000268,-0.00654,-0.023361,0.006258,-0.015347,-0.000684,-0.050659,-0.027422,-0.027798,0.002701,-0.026518,0.002048,0.015374,-0.097645,-0.02757,-0.008793,0.001458,-0.032152,-0.007987,-0.007361,0.011257,-0.026065,-0.009662,-0.016675,0.018367,0.010436,0.034404,0.041221,0.000613,-0.035068,0.014337,-0.038171,-0.051722,0.013111,0.010291,-0.009066,0.002712,0.077412,0.005108,0.035471,0.012277,0.017052,0.004296,0.003625,0.048253,-0.061882,0.028395,0.010677,-0.002683,-0.016737,0.004648,-0.00917,-0.006713,-0.038364,0.000723,-0.039458,0.010229,0.03446,-0.038295,0.009935,-0.061772,-0.010801,0.000713,0.019846,-0.045443,0.020948,-0.029268,-0.029396,0.022111,-0.019572,0.013183,0.032373,-0.00496,-0.039072,0.055779,0.002278,-0.008236,-0.022018,-0.070998,-0.018122,0.03129,0.009126,0.006529,0.073912,-0.01675,0.00073,-0.022216,-0.001387,0.009922,0.009714,0.059002,-0.003468,0.011708,-0.020684,-0.043682,0.000004,0.005014,0.008795,0.043081,-0.043305,-0.052601,0.034066,-0.001628,-0.049065,-0.017173,-0.009579,-0.036834,0.001986,-0.028544,-0.035177,-0.014091,0.003077,0.020229,0.020641,0.003326,0.008319,0.008948,0.019258,0.025041,0.002708,-0.001684,0.074725,0.008636,-0.018144,0.050335,0.126065,0.020254,0.005428,-0.035928,-0.00034,0.001616,0.022737,-0.000502,-0.015983,0.056811,-0.00276,0.04577,-0.007321,0.016242,0.034193,0.050718,0.008201,-0.005456,-0.003029,-0.005113,0.003741,0.022961,-0.178639,-0.001267,-0.03272,-0.00151,0.002978,-0.028435,0.027408,-0.001687,-0.019839,-0.048046,0.011462,-0.008109,-0.044171,0.000892,-0.017967,0.003496,0.039867,-0.011079,0.017243,0.002571,0.083028,0.073852,-0.009044,0.086532,0.006456,0.024951,0.020312,-0.010002,0.033106,-0.005891,-0.017948,0.022891,-0.007227,-0.036316,-0.02725,0.005287,-0.025885,0.020889,-0.020984,0.006134,-0.044531,-0.028993,0.001641,-0.015989,0.006775,0.008626,-0.01413,-0.011507,-0.030703,-0.033832,0.000331,-0.02103,-0.008597,-0.003648,0.04193,0.015866,0.015963,-0.010086,-0.019185,0.037972,-0.014092,0.01703,-0.013677,-0.00518,-0.033448,0.026202,-0.001343,-0.01533,-0.030305,0.003282,-0.002,-0.0283,0.01863,0.024645,0.046069,0.173541,0.005259,0.029297,-0.023367,-0.023949,0.001034,0.035722,-0.047232,-0.043733,0.030547,0.000539,-0.001333,0.032981,0.023089,-0.023042,-0.030245,0.121625,0.038324,-0.013625,-0.029543,0.031169,0.039095,-0.009042,0.011901,0.022279,0.000006,-0.020328,0.026061,0.017322,-0.002252,0.023396,0.039879,-0.007212,-0.026611,0.009059,-0.058424,-0.001396,-0.020938,-0.028203,0.032197,0.024053,-0.054376,0.03407,-0.02559,-0.00299,-0.038066,-0.022263,-0.019658,0.028045,-0.01665,-0.012735,-0.025279,-0.024278,0.000813,0.042071,-0.029812,-0.00426,-0.020113,-0.002432,-0.012857,-0.006253,-0.001687,-0.012756,0.009785,-0.021852,-0.037626,-0.106885,-0.008862,-0.031793,-0.000287,0.012844,0.023116,-0.020305,-0.083749,-0.005019,-0.052281,0.008918,0.027606,-0.053716,-0.011248,0.035907,-0.011322,0.038121,0.027912,-0.028323,-0.002934,0.009453,-0.016105,-0.006645,-0.080604,0.036148,-0.01651,-0.007386,0.032798,0.009429,0.044864,0.03102,-0.034751,0.020916,0.015191,0.061687,-0.02716,-0.033609,0.000184,0.00471,0.016584,0.030066,-0.003716,-0.031136,-0.015167,0.005602,0.023857,0.003858,-0.00376,-0.021096,0.012052,0.000678,0.00871,0.020372,0.081402,0.016982,-0.056696,0.022357,-0.016312,0.000999,-0.023804,0.047,-0.009578,-0.033515,-0.000885,-0.018898,0.0018,0.033601,-0.006518,-0.024015,-0.023663,-0.002448,0.00136,-0.029547,-0.021489,0.016655,-0.028247,-0.018352,0.009765,-0.014612,0.056945,-0.061829,-0.022841,-0.025745,0.014965,0.001801,0.044852,-0.033959,0.015879,0.013814,0.050609,0.008803,-0.013711,0.001392,-0.00202,0.011817,0.004043,-0.043822,-0.009248,0.053677,0.035044,0.019938,-0.008524,0.014398,0.05316,-0.038212,-0.025913,-0.018454,0.057484,0.009947,-0.006586,0.035166,-0.003113,0.026746,-0.011376,0.001435,0.05048,0.004312,-0.014358,0.10972,-0.001436,-0.003641,-0.030844,-0.036904,0.027897,0.047803,0.05364,-0.028837,-0.034669,0.022992,0.014535,-0.008806,0.022621,-0.019802,-0.021645,-0.044246,-0.006249,-0.008981,-0.024861,0.019595,0.011891,0.010973,0.020403,0.040524,0.030161,0.011255,-0.017294,0.046635,-0.056678,0.072781,0.007946,-0.033999,0.009677,0.015012,0.004494,-0.035889,-0.000408,0.023415,-0.019963,0.016286,-0.010884,-0.023185,-0.008732,0.038784,-0.00145,0.022629,0.012597,0.028557,0.036541,-0.002403,0.018242,0.031982,0.006075,0.007339,0.032435,0.006015,-0.028278,-0.0073,-0.019272,0.043088,-0.014738,0.021441,-0.022533,0.01079,-0.021304,0.00697,0.033535,-0.052706,0.000171,-0.020746,0.002362,0.03428,0.017737,0.029181,-0.02008,0.031464,-0.013018,-0.000804,0.023847,0.698201,0.013812,0.027856,-0.004354,0.025828,0.04963,-0.022954,0.015635,-0.001187,0.020101,0.019258,-0.010324,-0.005376,0.048691,0.043448,-0.022202,0.026412,-0.029265,-0.004869,-0.01773,-0.010017,-0.022283,-0.010824,0.050648,-0.008867,0.038147,0.030503,-0.01732,0.017328,0.014881,0.015575,-0.005818,-0.059105,0.009256,0.006606,0.012739,-0.010914,0.040221,0.005118,-0.054633,-0.000093,0.031317,0.018948,-0.001489,-0.042687,-0.054336,0.081086,-0.008916,-0.008979,0.009632,0.003399,0.01467,0.001392,0.055428,-0.010737,-0.018581,0.006688,-0.025695,-0.012116,0.026196,0.023141,-0.013601,-0.034411,0.040103,0.037002,0.073681,-0.00756,-0.000114,-0.008648,0.032792,0.030391,-0.092897,0.029458,0.008736,0.006486,0.003323,0.021501,-0.010611,0.01579,-0.018579,-0.002646,-0.078083,0.029403,0.029773,0.007176,0.012966,-0.025644,0.002364,0.032943,-0.036429,-0.022131,0.014852,-0.005566,-0.01157,0.017593,0.015969,-0.007713,0.061357,0.009723,0.004192,0.023866,0.029754,0.002127,0.021882,-0.053055,0.007675,-0.009082,0.01486,0.001637,0.03285,0.037922,-0.00461,-0.02804,-0.010847,-0.001758,0.009114,0.00589,-0.001134,-0.008736,0.01257,0.025925,-0.014318,0.002046,-0.001983,0.033118,-0.048472,-0.041696,0.012632,0.021073,-0.024735,-0.011629,0.005457,-0.010676,-0.003042,-0.003682,-0.015306,-0.019163,0.014232,0.010476,0.015643,-0.003897,0.022934,0.013353,0.01427,0.009229,0.005645,0.013002,-0.001311,-0.004263,-0.010688,-0.012649,0.148041,0.030598,0.019924,-0.025919,0.010745,0.005542,-0.027101,-0.034729,-0.006603,0.054884,0.009592,0.010412,0.012479,-0.001377,0.006199,0.077648,-0.000745,0.007385,-0.00593,-0.019553,-0.011011,0.038243,-0.190529,0.00003,-0.036174,0.016324,0.016079,0.009563,0.00048,-0.009511,0.000385,-0.021205,0.008153,-0.018116,-0.027745,-0.017077,0.018472,-0.039995,0.062259,-0.008055,0.011079,-0.020011,0.048703,0.059867,-0.035876,0.092104,0.032066,-0.007387,0.012095,0.002807,0.002027,0.002008,0.009256,0.011372,-0.009663,-0.024338,-0.003446,0.021967,-0.013675,0.01985,-0.030014,0.021251,0.006545,0.044262,-0.027304,0.013635,-0.008423,0.008872,0.029119,0.003643,-0.013887,0.000651,0.00393,0.000666,0.001691,-0.001807,0.026898,0.020281,-0.005347,-0.015821,-0.054791,0.031923,0.010837,0.031529,0.001325,0.002318,-0.047823,-0.006513,-0.023731,-0.03566,0.003958,0.019029,0.028164,-0.013358,0.015263,0.027723,0.045878,0.119006,0.018139,0.019086,-0.011778,0.021815,-0.002563,-0.000462,-0.020768,-0.006112,-0.027415,0.001015,0.016247,0.002281,0.024286,-0.019692,-0.032985,0.045403,0.00206,0.009683,-0.0547,0.023529,0.020826,0.017626,0.009957,0.028652,-0.029324,-0.004771,0.012656,0.015143,0.023458,0.029896,0.020997,0.023422,-0.012319,0.004731,-0.004091,0.009077,-0.01767,0.012968,-0.013799,0.041305,-0.002268,-0.015669,-0.020121,0.035132,0.0172,-0.043712,-0.01482,0.035614,-0.034397,0.012536,-0.020279,0.010243,-0.044215,0.031292,0.024326,-0.000036,0.01412,-0.016172,-0.014207,-0.018511,0.018112,-0.032486,-0.035283,0.022299,-0.01038,-0.101341,0.0303,-0.001867,-0.012513,0.025121,0.019628,0.012431,-0.056768,0.036742,0.004946,-0.018901,0.018486,0.007174,-0.002125,0.009974,-0.010302,0.024219,0.046447,-0.017785,0.013659,-0.018893,0.00083,-0.014847,-0.017618,0.018181,-0.031471,0.008516,-0.015485,0.015502,0.038924,0.011087,-0.01059,-0.012058,0.010425,0.02213,0.029861,0.020932,-0.028234,-0.02082,0.012654,0.024401,0.006531,-0.012198,0.001672,-0.031795,0.029656,-0.001479,-0.021223,-0.040279,0.027866,-0.005727,0.007984,0.014806,0.098294,0.016189,-0.018243,0.027818,0.000834,-0.004937,-0.004909,0.033275,-0.006968,-0.003374,-0.021211,-0.04056,0.006743,-0.055002,-0.017082,-0.023759,-0.026458,0.000789,-0.030608,0.015857,0.004042,-0.007052,0.001688,0.016011,0.016137,0.016836,0.021066,-0.022122,-0.014224,-0.038223,0.014289,0.014816,0.037524,-0.023864,0.00217,-0.004641,0.016877,-0.01964,-0.047415,-0.007229,0.014297,0.00803,0.011705,-0.039292,-0.007409,0.038621,0.039341,0.008902,-0.01617,0.035714,0.026993,-0.008517,-0.000861,-0.03567,0.020874,0.00458,-0.028186,0.017268,-0.037029,-0.023384,0.025233,-0.000545,0.016298,0.014603,0.011725,0.111499,0.009277,0.013421,0.002102,-0.018321,0.020126,0.03597,0.041688,-0.025205,-0.018737,0.010051,-0.035227,-0.034705,0.015176,0.037948,-0.001381,-0.023667,-0.023023,0.008283,-0.019703,0.09086,0.010522,-0.013889,-0.033717,0.003832,0.004293,0.013318,-0.002411,-0.007481,-0.009221,0.023323,0.018286,-0.012517,0.0024,0.003078,0.043629,-0.00643,0.011546,0.021148,-0.003825,0.028454,-0.036086,-0.006424,-0.036662,0.023473,0.026132,-0.015069,-0.007005,0.006818,0.086847,0.010432,0.00997,0.041147,-0.019054,0.014794,0.012624,0.032285,-0.027823,-0.000687,-0.026291,0.029071,0.015805,0.002949,-0.021074,-0.00404,-0.072417,-0.000467,0.022019,0.002491,0.015753,0.014406,-0.02485,-0.010994,-0.005397,0.007345,-0.013959,-0.038358,-0.004303,0.001431,0.014189,0.760499,-0.015644,0.015955,-0.000031,0.03483,-0.005975,0.015721,-0.021723,0.032436,-0.010865,0.012655,0.000784,0.021707,0.031922,0.027112,-0.003598,0.041995,0.003654,0.032511,-0.033647,-0.033547,-0.025152,0.048164,0.060426,-0.009855,0.068646,0.010961,-0.03951,-0.005955,0.042054,-0.03014,-0.000829,-0.060033,0.003534,-0.024988,0.011641,-0.030192,0.012217,0.026351,-0.092751,-0.001846,0.016057,0.016284,-0.021207,0.005543,-0.00992,0.029329,0.00327,0.01019,0.005912,0.02689,-0.002385,0.013554,0.046479,-0.002712,-0.005804,0.007666,-0.023102,-0.00754,0.010786,-0.014945,0.008586,-0.014292,0.066399,0.015625,0.073803,0.00154,0.009521,0.028396,0.024241,0.041984,-0.065536,0.028751,0.040027,0.012343,0.006384,0.007696,-0.033294,-0.010956,-0.001806,0.006708,-0.073411,0.01947,0.035537,-0.020047,0.017448,-0.039295,0.018233,0.037833,-0.020039,-0.037213,-0.008769,-0.004222,-0.005905,-0.000224,0.002282,0.013902,0.045903,0.017296,0.003122,0.032995,0.008322,0.006837,0.031458,-0.03511,0.004025,0.003138,-0.016065,0.020619,0.035409,0.020845,-0.006554,0.005849,-0.016858,-0.009515,-0.019531,0.00518,-0.013052,-0.016512,-0.008313,0.012458,-0.02196,-0.010043,0.000712,0.007821,-0.03457,-0.052075,0.023148,0.019181,-0.026919,-0.005893,0.001111,-0.010838,0.001718,-0.003359,-0.03688,0.001665,0.016117,0.037875,0.044172,-0.003305,0.012416,0.003291,0.02979,0.011315,0.008777,0.021747,0.031018,-0.005703,-0.010386,0.005746,0.162921,0.033712,0.022454,-0.004532,-0.000716,0.002535,-0.030624,-0.009864,-0.030753,0.040252,0.022425,0.016777,0.01379,0.008448,0.004894,0.082534,0.000188,0.009427,-0.022432,-0.014812,0.01476,0.020258,-0.177674,0.001127,-0.01537,0.008554,0.010633,-0.009158,-0.003139,-0.032927,-0.00624,-0.023638,0.00851,0.009477,-0.029784,-0.019856,0.010449,-0.031083,0.051919,-0.005592,0.012706,0.00339,0.036477,0.096137,-0.023319,0.103167,0.008599,0.002919,-0.001678,0.002227,0.02331,0.005218,0.027881,0.042342,0.001669,-0.037323,0.019817,0.01365,-0.014476,0.025631,-0.047942,0.008345,0.008562,0.024828,-0.017168,0.023094,-0.015267,-0.00093,0.016605,-0.008621,-0.012501,-0.00142,0.013245,0.00497,-0.006792,-0.004237,0.037121,-0.000083,-0.007352,-0.013836,-0.050774,-0.005752,0.000074,0.016318,0.011178,-0.000293,-0.046584,0.005052,-0.030047,-0.030869,-0.019534,0.011041,0.016663,-0.045853,-0.005973,0.031528,0.052957,0.129889,0.006662,0.006675,-0.0081,0.033227,-0.016563,0.002201,-0.004852,-0.034954,-0.026174,0.006711,0.025992,0.01394,0.013911,-0.011057,-0.028751,0.020054,-0.0065,-0.01197,-0.055365,0.001489,-0.0006,0.00203,0.009164,0.022931,-0.013639,0.025491,0.019389,0.032123,0.023175,0.029247,0.000506,0.009207,-0.009182,0.002026,-0.022179,0.011468,-0.019146,0.01533,-0.033834,0.033194,-0.002188,0.003362,-0.038349,0.035121,-0.004335,-0.034796,-0.001834,0.03261,-0.017643,0.010202,-0.031964,-0.000088,-0.0272,0.004695,0.017944,0.004297,0.017675,-0.009548,-0.006129,0.007544,0.023722,-0.042489,-0.025354,0.029676,-0.022941,-0.073143,0.022385,-0.021018,-0.01569,0.027705,-0.004598,0.006905,-0.096686,0.034269,-0.004998,-0.023757,0.034156,-0.016389,0.021213,0.012721,-0.005883,0.027282,0.060962,-0.023604,0.019883,-0.002078,0.015961,-0.008646,-0.009665,0.036155,-0.020038,0.00548,-0.001189,0.004541,0.006654,0.02268,-0.025336,-0.002001,-0.00159,0.027726,0.007316,-0.016517,-0.002494,-0.016061,0.019507,0.042063,-0.009706,-0.029795,0.006084,-0.026182,0.011872,-0.023681,-0.032879,-0.021542,0.011653,0.001226,0.027562,0.000138,0.085997,0.007004,-0.013255,0.031576,0.021877,-0.009788,-0.016209,0.051643,0.001016,-0.006967,-0.025291,-0.016451,-0.012995,-0.042856,-0.005691,-0.023714,-0.009102,-0.001108,-0.006049,-0.010858,-0.010259,-0.00833,0.000473,0.02007,-0.00886,0.009363,0.015663,-0.0312,-0.024165,-0.037844,0.001136,-0.025375,0.01899,-0.014574,-0.008316,0.004651,0.004625,-0.030192,-0.043915,-0.015408,-0.011797,-0.001142,0.020157,-0.030778,-0.017486,0.049641,0.022246,0.014691,-0.036103,0.009929,0.0239,-0.006064,-0.003824,0.036934,0.018723,0.00085,-0.010003,0.017404,-0.040871,-0.019186,0.043905,0.006539,0.030272,0.002155,0.01894,0.115846,0.010936,0.014898,-0.010706,-0.027117,0.01109,0.040661,0.006109,-0.023897,-0.016608,0.006548,-0.012491,-0.011976,0.025177,0.019752,-0.034824,-0.009306,-0.022711,0.015235,-0.034528,0.060855,0.014293,0.003298,-0.018522,0.008051,-0.009174,-0.0062,0.022974,0.003297,-0.008314,0.033349,0.019197,0.003483,-0.009459,-0.014222,0.034307,-0.01949,-0.003242,0.013212,0.004249,-0.005427,-0.028101,-0.035638,-0.015753,0.02513,0.028048,0.000951,0.023957,-0.007072,0.060089,-0.029512,-0.016687,0.012486,-0.051183,-0.005393,0.020426,0.026835,-0.021326,0.047561,-0.025918,0.012109,0.017262,0.014663,-0.022389,-0.000482,-0.034101,-0.020154,0.022163,0.007804,0.000284,-0.003341,-0.006756,0.003423,0.006432,-0.012389,-0.014524,-0.0134,-0.019071,0.011244,0.010137,0.769576,-0.018685,0.018998,0.006204,0.0091,0.001451,-0.001868,-0.020656,0.03233,-0.006342,0.038711,-0.001074,0.019406,0.029745,0.042727,-0.016996,0.023533,0.00024,0.040236,-0.041059,-0.010488,-0.003889,0.039516,0.024972,0.00691,0.078911,0.020724,-0.019345,-0.008474,0.029694,-0.004861,-0.018709,-0.042674,-0.023692,-0.017761,0.016502,-0.026866,0.037908,0.011732,-0.084091,-0.01841,-0.000298,0.018393,-0.014882,0.006282,-0.020462,0.019206,0.001481,0.002313,-0.002166,0.01999,-0.022393,0.02558,0.062711,0.006858,0.000621,0.006503,-0.020465,-0.012588,0.026008,-0.015794,-0.011452,-0.01408,0.083681,0.036788,0.063,-0.019698,0.000153,0.024418,0.034582,0.028374,-0.06306,0.029478,0.037145,0.004362,0.005281,-0.005959,-0.040764,-0.011904,0.012978,0.009682,-0.066717,0.021197,0.023951,-0.024664,0.004022,-0.040352,0.025622,0.018673,-0.022902,-0.01947,-0.011546,0.000226,-0.006027,0.000479,0.012673,-0.006571,0.047499,0.019324,0.000672,0.020733,0.018812,0.002696,0.023905,-0.035749,-0.015209,-0.001044,-0.011312,-0.000104,0.026303,0.015826,0.001815,0.02118,-0.013548,-0.021427,-0.021246,0.013749,-0.012539,-0.005337,-0.010154,0.005829,-0.024563,0.003487,-0.02161,0.011876,-0.031042,-0.034171,0.016733,0.005816,-0.018672,-0.007378,0.000821,0.000526,0.002904,0.00183,-0.029438,-0.007508,0.006884,0.023896,0.032456,0.000353,0.02216,-0.000001,0.026667,-0.006968,0.032996,0.023666,0.026985,-0.00583,-0.011461,0.002821,0.138645,0.023537,0.019942,-0.006499,-0.005704,0.015041,-0.026114,-0.00706,-0.035383,0.030231,0.006086,-0.000173,0.028542,-0.011127,0.014814,0.076085,0.013235,0.005083,-0.012265,-0.004128,0.007277,0.013045,-0.210698,-0.007774,-0.033511,0.008172,0.00187,-0.00304,-0.001606,-0.025019,-0.000433,-0.017366,0.024864,0.005706,-0.029201,-0.022534,-0.004017,-0.032167,0.029119,-0.011884,0.013441,-0.005153,0.028505,0.101722,-0.024592,0.101141,0.019791,-0.002913,-0.010671,-0.007808,0.013497,0.008996,-0.004161,0.036003,0.00213,-0.038769,0.011756,0.001137,-0.001075,0.035653,-0.027652,0.010787,0.03046,0.019768,-0.016382,0.029491,-0.015754,0.006983,0.020733,-0.006744,-0.019421,-0.005306,0.004547,-0.010626,0.000092,-0.004181,0.050079,-0.016473,0.005944,-0.000836,-0.024438,-0.001799,-0.00168,0.025876,-0.003064,-0.00454,-0.051282,0.003292,-0.034306,-0.029673,-0.015388,0.018111,0.001603,-0.044885,-0.015009,0.00331,0.041686,0.137077,0.001805,0.004562,-0.024533,0.026172,-0.023614,0.010725,0.006622,-0.044225,-0.021924,-0.003476,0.016149,0.010341,-0.000508,-0.023161,-0.025428,0.038612,-0.002584,-0.030582,-0.073015,-0.015727,0.017259,0.003029,0.009908,0.023997,-0.03517,0.009474,0.022748,0.031994,0.016328,0.038541,-0.001441,0.014469,-0.008138,-0.014207,-0.032993,0.00994,-0.009031,0.002152,-0.020742,0.028462,-0.000131,-0.010871,-0.018986,0.056267,-0.011386,-0.023702,-0.005524,0.051788,-0.019092,0.003206,-0.010208,-0.010811,-0.023646,-0.002617,0.007407,0.020541,0.042231,-0.003055,0.001251,0.020939,0.007943,-0.045059,-0.024689,0.037472,-0.023433,-0.084897,0.021599,-0.019468,-0.039818,0.025615,0.003859,0.000095,-0.084862,0.029904,0.01092,0.008796,0.020256,-0.022215,0.021968,0.002939,-0.000337,0.027721,0.056527,-0.033748,0.010593,-0.00623,0.013824,-0.011897,-0.009931,0.027182,-0.015553,0.01803,-0.004439,-0.004907,0.004185,0.035023,-0.023364,0.017589,-0.008613,0.025289,0.039649,-0.001856,-0.005779,0.002034,0.018237,0.03653,-0.000217,-0.029349,0.001717,-0.040721,0.002699,-0.021142,-0.024893,-0.022599,-0.000462,0.010333,0.013536,-0.010778,0.096334,-0.012746,-0.038436,0.032624,0.012715,-0.016722,-0.011238,0.041569,-0.003106,-0.02682,-0.030601,-0.010819,-0.019243,-0.034022,-0.013639,-0.022904,-0.005017,-0.013362,-0.020699,-0.014095,-0.04307,0.008925,0.01403,0.009718,-0.002197,0.013211,0.018073,-0.023156,-0.027963,-0.026546,-0.012493,-0.001683,0.015657,-0.005549,-0.014538,0.001026,0.010395,-0.031978,-0.042035,-0.021639,0.004808,-0.015712,0.030562,-0.023868,-0.023558,0.050855,0.037705,0.027742,-0.03254,0.002764,0.023381,-0.010545,-0.010524,0.048347,0.021699,-0.004387,-0.008418,0.02374,-0.026221,0.006957,0.048989,0.012859,0.023211,-0.00002,0.017574,0.11442,0.002931,0.010572,-0.003822,-0.036032,0.018223,0.026751,0.015202,-0.023669,-0.014542,0.005897,-0.017349,-0.018144,0.03541,0.026244,-0.027709,0.002374,-0.038746,0.009284,-0.043009,0.109327,0.015586,-0.015268,0.001914,0.00897,0.001757,-0.007871,0.009387,0.021185,0.002818,0.025914,0.025789,-0.006575,-0.00844,-0.005599,0.020009,-0.014426,-0.003479,0.01371,0.004309,-0.01852,-0.019419,-0.031581,-0.009873,0.014581,0.030214,0.000947,0.025073,-0.016301,0.040702,-0.025241,-0.007096,0.024233,-0.043332,-0.005881,0.023765,0.023847,-0.014054,0.052485,0.000711,0.00423,0.015494,0.007512,-0.023271,-0.009396,-0.02387,-0.010225,0.026079,0.006562,-0.005658,-0.009871,-0.012485,0.000613,0.016552,-0.018764,-0.009486,-0.031312,-0.03159,0.01282,-0.00253,0.764425,-0.010885,0.015432,-0.007048,0.012662,0.011168,-0.00529,-0.005866,0.022061,0.000926,0.017819,-0.007606,0.020528,0.029286,0.039793,-0.006005,0.008555,-0.001383,0.040628,-0.031856,0.00401,0.008063,0.036446,0.007706,0.008016,0.095828,0.01265,-0.023545,-0.001659,0.016246,-0.005237,-0.023517,-0.038432,-0.027184,-0.024282,0.008656,-0.016853,0.034075,0.005562,-0.079198,-0.021074,-0.01121,0.010705,-0.026301,0.007741,-0.020295,0.016897,0.000734,0.004326,0.01138,0.014854,-0.017156,0.02061,0.064914,0.006985,-0.014598,0.0083,-0.036276,-0.008256,-0.001721,-0.02204,-0.014776,-0.012702,0.089042,0.024157,0.051764,-0.016431,-0.003845,0.01749,0.048182,0.028328,-0.039112,0.002996,0.002355,-0.001493,0.005317,-0.033826,-0.012748,-0.023612,-0.009392,0.017066,-0.041844,0.031526,-0.004947,-0.008106,0.012852,-0.001236,0.006211,0.001061,0.012595,-0.056353,0.02007,0.004239,-0.013422,0.011804,-0.028416,-0.016263,0.023846,0.017861,-0.048853,0.006074,-0.041307,-0.063037,0.005136,-0.051562,-0.002643,-0.016423,-0.030246,-0.006083,0.086474,0.013496,-0.029915,0.008781,-0.013051,-0.023069,-0.027125,0.025141,-0.01948,-0.005783,-0.012141,0.001665,-0.011792,-0.00288,0.000069,0.032576,-0.034779,-0.013106,0.016715,0.001264,-0.007199,0.036342,0.01219,-0.021915,-0.047741,-0.015794,-0.022924,0.000671,0.035796,-0.00364,-0.000073,-0.007703,0.01772,0.004925,0.010419,0.026114,0.029807,-0.003544,0.013692,0.027634,-0.024582,0.046878,0.112583,0.007928,0.023378,0.014512,0.022671,0.017705,-0.030952,-0.031286,-0.01634,0.043983,0.008711,0.019708,0.025346,0.010821,-0.000106,0.104053,0.011357,-0.025304,0.012856,0.008539,0.012878,-0.033184,-0.106737,-0.016647,-0.060825,0.038762,0.004594,0.017214,0.022448,-0.017569,0.00432,-0.011849,-0.000628,0.004878,-0.006489,-0.010044,-0.000301,-0.009115,0.017824,0.005997,-0.002658,-0.031446,0.03679,0.075306,-0.039898,0.131751,0.019024,0.02867,-0.01834,0.020933,0.036832,0.023991,-0.008829,0.009015,0.009126,-0.010942,-0.032659,-0.018648,-0.049399,0.000388,-0.041835,0.047228,0.006375,0.014811,-0.00986,0.010871,0.010539,0.014239,-0.010644,-0.039242,-0.039135,0.019978,0.026416,0.020265,-0.007812,0.009883,0.018697,0.006132,-0.006793,0.019009,-0.002812,0.007063,0.020559,0.01088,0.022365,-0.031898,-0.03746,0.006868,-0.016184,-0.017158,-0.007111,-0.017886,0.038455,-0.033712,-0.014269,0.008849,0.010441,0.097679,0.029779,0.019395,0.021145,0.009187,-0.026957,0.022062,0.02096,-0.001855,0.002036,0.025523,0.005016,-0.008881,-0.008451,-0.012892,-0.024295,0.045764,0.003874,-0.003754,-0.031249,0.027571,-0.000942,-0.013301,0.02579,0.026311,-0.000875,0.00561,-0.00653,0.043836,0.015517,0.01328,0.023771,0.0115,0.029156,-0.001628,-0.051423,0.001211,0.02459,0.020731,0.011015,-0.009164,0.01195,0.005692,-0.026611,0.026177,0.023218,-0.006456,0.018478,0.017549,-0.002979,0.028273,-0.026565,0.010527,-0.032511,-0.016835,-0.001233,0.021384,0.019169,-0.001055,0.000231,0.023348,0.012877,-0.007619,0.001356,0.008829,-0.026647,-0.083158,-0.004706,-0.012102,-0.009147,0.043198,0.020377,0.005218,-0.060354,0.022251,-0.001048,-0.020283,0.029939,-0.027837,0.021037,-0.003053,0.001126,0.027802,0.03124,-0.00259,-0.007809,0.0141,-0.011167,0.005689,-0.002087,0.001765,-0.053941,-0.016748,-0.003044,0.016035,0.012809,0.004938,-0.004153,0.003907,-0.000464,0.034452,0.004011,-0.003508,0.029204,0.015854,-0.022558,0.01461,0.020519,-0.003382,-0.015786,-0.008926,0.035106,-0.004792,-0.015498,-0.051716,0.011477,-0.022403,0.03893,0.000329,-0.002695,-0.010168,-0.007863,0.00873,0.030029,-0.005084,-0.01434,0.029612,0.006289,0.000342,0.004405,0.007599,-0.000444,-0.021634,-0.026887,-0.039731,0.001749,-0.013173,-0.015073,-0.013851,0.042397,0.004809,-0.023473,0.010041,0.009439,-0.014751,0.014265,-0.002027,0.025218,-0.036411,-0.02595,-0.033115,0.024251,-0.001262,0.000817,0.010921,0.0171,-0.021853,-0.019755,0.000174,0.002659,0.006087,0.002592,-0.013876,0.025887,0.043977,0.024238,0.024926,-0.021877,0.025082,0.006843,0.033495,0.023139,-0.02579,0.002619,-0.026641,0.005509,-0.012291,-0.014482,-0.009785,0.032651,-0.031289,-0.034369,0.046284,-0.000632,0.111945,-0.001723,-0.001871,-0.038922,0.001847,-0.014008,0.047739,0.001692,-0.028653,0.008074,0.00032,-0.002714,-0.009221,0.04486,-0.003391,-0.0006,-0.007012,-0.03611,-0.029711,0.021975,0.062284,0.0057,-0.011787,-0.007615,-0.00847,-0.012313,-0.033083,0.028265,0.038713,-0.010225,0.019596,0.010668,0.019968,0.008073,0.006788,0.007072,-0.019679,-0.039048,0.031378,-0.014478,0.00714,-0.011786,-0.00958,0.014564,-0.025756,0.030515,-0.036253,0.023053,0.011884,0.046329,-0.010302,0.004605,0.011254,-0.020356,0.006643,-0.016465,0.021187,-0.00579,0.014696,-0.01339,0.048281,0.022062,-0.002766,-0.052805,-0.002946,-0.055978,-0.007786,0.038323,0.035271,-0.032177,0.011453,0.019572,-0.015805,0.010811,0.020096,-0.034702,-0.008765,0.000375,-0.002053,-0.01662,0.787471,-0.011947,-0.020385,-0.010191,-0.001342,0.011704,-0.033777,-0.007877,0.021899,0.007497,-0.015291,-0.002994,0.036655,-0.009539,0.017327,0.027002,0.034783,-0.0279,0.012731,-0.017239,-0.005745,-0.009836,0.038869,0.00621,-0.005461,0.035852,0.047484,-0.047362,0.026915,0.022706,-0.05252,-0.029015,-0.013041,0.000856,0.022628,0.000442,0.002528,0.014671,0.018592,-0.104936,-0.013252,-0.006533,0.0413,-0.001097,-0.020351,-0.010372,0.001854,0.006112,-0.024723,-0.00637,0.010009,-0.051554,-0.019999,0.034299,0.020997,-0.021138,0.00721,-0.01667,-0.026853,-0.00235,0.021477,-0.042838,-0.033214,0.100477,0.059829,0.089273,0.009021,-0.018001,0.026827,0.033817,0.035132,-0.097691,0.057411,0.00912,0.010109,0.008512,-0.006188,-0.043265,-0.007102,-0.031638,0.01216,-0.049169,0.01329,0.025207,-0.012431,0.006379,-0.026224,-0.009656,0.0371,-0.03211,-0.028824,0.017849,0.002185,-0.031455,0.006177,-0.014925,-0.008218,0.004229,-0.003823,-0.015225,0.022124,-0.005211,0.012638,-0.009548,-0.047435,0.011367,0.020911,0.015665,0.021534,0.045922,0.0006,0.015697,0.001896,-0.019312,0.006924,0.049222,-0.00193,-0.00085,0.006418,0.020068,0.011036,-0.01145,0.018049,0.000539,0.021628,-0.041836,-0.053912,0.03939,0.023436,-0.03736,-0.015716,0.000331,-0.005151,-0.002676,-0.026355,-0.019162,0.000165,-0.023203,0.049944,-0.021945,0.000374,0.010552,-0.007676,0.051143,0.030297,0.011215,0.011891,0.006301,-0.009913,-0.01727,0.030954,0.159812,0.014451,0.009837,0.001193,-0.013293,0.010725,0.014641,-0.00694,-0.007781,0.10074,0.016155,0.041834,-0.006855,-0.021703,0.017193,0.049589,-0.012727,0.023217,-0.02688,0.018538,0.008492,0.001982,-0.163769,0.006432,-0.037255,-0.005145,0.002858,-0.005656,-0.026967,-0.024094,0.026078,0.013903,-0.045269,-0.02106,-0.04266,0.005207,0.061237,-0.018443,0.057091,-0.02377,0.023311,-0.019294,0.034937,0.08355,-0.03789,0.074907,0.002048,-0.017138,0.00122,0.008854,-0.001294,0.013673,0.004662,0.04264,0.008079,-0.045295,-0.0036,-0.001098,-0.008721,0.03479,-0.048923,-0.010064,0.0149,0.001299,-0.039795,0.028744,-0.015402,-0.017244,-0.012029,0.007579,-0.032406,0.012452,-0.000904,-0.005739,-0.006788,0.003392,0.019411,0.013514,-0.002228,0.013362,-0.003018,0.040602,-0.012241,-0.013642,-0.00744,-0.010148,-0.043598,0.023304,-0.017266,-0.060118,0.035331,0.009241,0.028934,-0.057786,0.023742,0.007673,0.030032,0.176731,0.000289,0.038098,0.027082,0.007864,0.009016,-0.010936,-0.013489,-0.007738,-0.021493,0.004756,-0.01278,0.002441,0.003674,-0.013672,-0.030726,0.087717,0.002593,0.019631,-0.043923,0.013328,0.057459,0.04359,-0.015215,0.005056,0.00226,0.002078,0.034495,0.029544,0.021521,0.042389,-0.012349,-0.01047,0.009735,0.017482,-0.019575,0.023381,-0.013338,0.016301,-0.024463,0.024507,0.020604,0.000934,-0.027846,0.019147,-0.013314,-0.060201,-0.001429,0.019221,-0.029564,0.000285,-0.008098,0.009064,-0.030203,0.01284,-0.017917,-0.000478,-0.018843,-0.017028,-0.010525,0.018465,0.011412,-0.011537,-0.04145,0.011345,-0.003751,-0.090718,0.012727,0.001805,-0.020208,0.027352,0.033389,-0.013082,-0.096113,0.025945,-0.048106,0.008655,0.036272,-0.016533,-0.034883,0.028297,-0.002059,0.037393,0.041221,-0.023659,0.00285,0.003706,0.032598,-0.011864,-0.009892,0.052565,0.005059,-0.033619,-0.008554,-0.039541,-0.006486,0.047331,-0.012011,0.033234,-0.017523,0.030972,0.017817,0.018439,0.016323,-0.032063,-0.019158,0.053121,-0.008003,-0.040264,0.010659,-0.053751,0.038254,-0.032705,-0.020301,-0.009188,-0.003449,-0.018732,0.028466,0.008303,0.07566,-0.001986,-0.032326,0.060467,0.014918,-0.018417,-0.016356,0.060736,-0.004157,0.013713,-0.060713,0.008693,-0.038401,-0.050998,-0.039942,-0.010335,-0.009688,0.024051,-0.002361,0.029101,0.01214,-0.030482,-0.015941,0.017544,0.026625,0.023427,-0.005357,-0.016659,-0.014238,-0.017424,0.000947,0.023257,0.03666,-0.03454,-0.011715,-0.04248,0.039869,-0.018749,-0.051702,-0.009707,0.007489,-0.012201,-0.017859,-0.028873,0.004021,0.008706,0.018368,0.012252,-0.024348,0.022933,0.023862,-0.042671,0.007026,0.020415,0.029471,0.012828,-0.005936,0.012445,0.00507,-0.012629,0.005437,0.009494,0.031832,-0.012328,0.031085,0.10699,-0.007557,-0.004316,0.003037,-0.029889,0.045291,0.031344,0.032763,0.00458,-0.009884,-0.006637,-0.021734,-0.027312,0.027169,0.008926,-0.011533,0.005337,-0.014742,-0.003049,-0.04811,0.162008,-0.008988,-0.019231,-0.011432,0.023148,-0.023248,-0.017764,0.003314,0.005531,-0.026573,0.017193,0.028784,-0.034379,0.019692,0.002314,0.018229,-0.015386,-0.007951,-0.027655,0.007721,0.042676,-0.00254,0.028133,0.001448,0.017005,0.060353,-0.02217,0.001974,0.01695,0.069564,0.019175,-0.014761,0.035483,-0.004129,0.017399,-0.003147,-0.003126,-0.026226,0.043745,-0.008274,0.034313,0.025056,-0.015551,-0.01977,0.001515,-0.053636,0.012625,0.019203,0.026304,0.010014,-0.04429,-0.007543,0.037001,0.015412,-0.025415,-0.00049,-0.010196,-0.011623,0.010607,0.021231,0.705087,-0.020869,0.03533,-0.000584,-0.027734,0.025742,0.030791,-0.001396,0.015749,-0.009917,-0.022755,-0.030082,0.018641,0.014507,0.051841,0.011886,0.00682,-0.001443,0.02658,-0.022671,-0.022907,-0.032056,0.047891,0.032126,-0.002849,0.037702,0.015101,-0.05079,0.000866,0.020185,-0.022246,0.001474,-0.050254,-0.04663,-0.053434,0.006705,-0.000901,0.007322,0.024236,-0.076696,-0.007795,0.006199,0.036191,0.006611,-0.003792,-0.013324,0.03051,-0.013563,0.037401,0.000939,0.021157,0.002437,-0.032471,0.039119,0.002364,-0.00092,0.007792,-0.035623,-0.006379,0.004841,0.034238,-0.012523,-0.046232,0.055815,0.0238,0.056888,-0.002039,0.014209,0.030723,0.031253,0.017815,-0.046215,0.014642,0.018246,-0.025553,-0.011565,0.004866,-0.021745,-0.015416,-0.00114,0.012133,-0.08939,0.018786,-0.001852,0.007257,-0.017954,-0.064257,-0.004315,0.020965,-0.011017,-0.022551,0.011568,0.010291,0.008338,0.036087,0.017955,-0.006328,0.02528,0.007057,-0.015102,0.02803,0.011255,-0.010892,0.000078,-0.059069,-0.026525,0.004775,-0.028006,-0.009943,0.055371,0.022278,0.023291,-0.020288,-0.036157,-0.011863,-0.022401,-0.008047,-0.009956,-0.003204,0.000783,0.039738,-0.020548,-0.016996,-0.023204,0.042707,-0.017899,-0.005019,0.026407,0.032612,-0.002401,0.010991,-0.011318,-0.000077,0.007357,-0.008497,-0.016598,-0.032167,0.020595,0.02254,0.027449,0.00977,0.012973,0.009257,0.008326,-0.000026,0.014553,0.017851,0.03994,0.030193,-0.024153,-0.013555,0.156762,0.018572,-0.016347,-0.004664,0.002941,0.004055,-0.054515,-0.004328,-0.03001,0.039958,-0.022098,0.016532,0.045888,-0.005299,0.009249,0.087716,0.009469,0.001775,-0.016652,-0.014755,-0.01053,-0.021304,-0.168798,-0.024992,-0.049339,0.014959,0.017507,-0.012324,0.011265,-0.028843,-0.008837,-0.032245,-0.002631,-0.026266,-0.041939,-0.023177,-0.033307,-0.032617,0.038123,-0.001764,-0.002536,0.013871,0.052776,0.04815,-0.032677,0.058755,0.011813,0.003771,0.030255,0.004476,0.001123,0.015773,0.001647,0.025863,0.000812,-0.030939,-0.001842,-0.027498,-0.016489,0.024424,-0.042816,0.008213,0.011601,0.0068,-0.02149,-0.009757,0.010652,0.033504,0.018375,-0.05039,-0.020797,-0.016526,0.002914,-0.023703,-0.009142,0.002817,0.041781,-0.020073,-0.023416,0.011276,-0.028157,0.023214,-0.02258,-0.002253,0.025815,-0.010672,-0.064592,0.007336,-0.022602,-0.000528,0.018088,0.004815,0.019795,-0.004075,0.010214,0.014973,0.061537,0.098494,0.017944,0.039001,0.001138,0.018921,0.015279,0.009773,-0.012788,-0.023406,-0.03337,0.016315,0.025251,0.003562,-0.006653,-0.005837,-0.039492,0.022451,0.004429,-0.019758,-0.029493,0.009525,0.00853,0.036909,0.008591,-0.007207,0.0002,-0.019827,0.001461,0.027196,0.005647,0.01898,0.004988,0.032997,-0.002899,-0.012672,0.009945,0.006867,0.013549,0.011029,0.003328,0.011192,-0.009753,0.006407,-0.014241,0.044597,-0.002958,-0.024615,-0.014345,0.029627,0.042186,0.015265,-0.013321,0.010949,-0.029426,0.031634,0.010059,-0.005083,0.015584,-0.001049,-0.028026,0.016345,-0.006152,-0.037455,-0.02791,0.030692,-0.058939,-0.12782,-0.010389,0.005544,-0.007764,0.002413,-0.027191,-0.001727,-0.096769,0.038533,0.02877,-0.000471,0.007365,-0.017227,0.030335,0.024462,-0.01976,0.01799,0.033716,0.008224,0.015919,-0.024881,-0.036345,0.022446,-0.019184,-0.000789,-0.04582,-0.011884,-0.013115,0.009911,0.014309,0.005009,-0.027314,-0.001048,0.018241,-0.013098,0.01706,-0.021489,-0.003234,0.013357,-0.016056,0.024731,-0.002291,-0.028687,0.029941,-0.015117,-0.005211,0.001575,-0.036344,-0.04329,0.014081,-0.012937,0.036284,0.003287,0.078741,-0.003102,-0.012714,0.011346,-0.005988,0.013474,-0.033914,0.039908,-0.014111,-0.024187,-0.027543,-0.021497,0.010129,-0.024644,0.011728,-0.043891,-0.025458,0.000823,-0.022797,-0.002965,-0.036742,0.016773,-0.02798,-0.009856,0.016823,0.013894,0.014311,-0.024772,-0.00059,-0.005737,0.014761,0.021667,0.029107,-0.009793,0.002438,-0.022594,0.01687,-0.017554,-0.036982,-0.009871,-0.016614,-0.006332,0.016565,-0.013833,-0.004144,0.025224,0.025327,0.026621,-0.039814,0.030245,-0.000504,-0.01586,0.001239,-0.042423,0.013022,-0.03939,-0.020987,-0.001149,-0.019316,-0.009103,0.029903,-0.02625,0.02223,0.014552,-0.023391,0.111201,-0.002695,0.002607,-0.030564,-0.016841,-0.018065,0.034623,0.021542,-0.035315,0.016286,-0.021688,-0.006086,-0.030652,0.029967,0.04937,-0.026026,0.023583,-0.046518,0.00255,0.012591,0.037764,0.002101,-0.033555,-0.030351,-0.011534,-0.028464,0.016682,-0.000984,0.011743,-0.000243,0.033842,0.031168,0.020566,0.014803,0.004361,0.004146,-0.006217,-0.002831,0.018348,0.000292,0.038629,-0.014324,-0.03553,-0.002882,0.01325,0.036208,0.001354,0.044164,0.010905,0.053487,-0.006787,-0.009406,0.002609,-0.033097,0.011957,-0.012473,0.02692,-0.034488,0.004316,-0.009895,0.030261,0.001404,0.014015,-0.051272,0.009943,-0.023427,-0.029538,0.047424,-0.020711,0.001371,0.000382,-0.027886,0.023341,0.016602,0.026464,-0.033183,-0.013824,-0.013268,0.019658,-0.006077,0.775171,-0.020488,0.008257,-0.016092,0.026623,-0.008396,-0.00077,0.005988,0.002817,-0.006988,0.019561,-0.027848,0.011108,0.012338,0.022386,-0.014121,0.01397,-0.010592,0.014151,-0.021317,-0.035714,-0.034034,0.03651,-0.004564,-0.00036,0.053321,-0.008357,-0.009512,-0.001257,0.036318,-0.038648,0.00069,0.002228,-0.0116,-0.026493,0.034009,-0.014955,-0.012879,-0.008317,-0.083734,-0.024495,0.003678,0.00818,-0.018295,-0.010521,-0.006128,0.012217,0.012759,-0.001546,-0.008877,0.010891,-0.02405,-0.001214,0.0697,0.01128,-0.007906,0.015341,-0.016454,-0.03647,0.012738,0.0103,-0.031092,-0.013623,0.083204,0.036525,0.056235,-0.007359,-0.004956,0.012987,0.019634,0.009889,-0.076511,0.016671,0.063862,-0.008792,-0.020603,-0.011938,-0.018023,0.009963,-0.019024,0.055078,-0.046344,0.058612,0.037066,0.012674,0.002092,-0.02823,0.030899,0.023465,-0.015021,-0.052764,0.000877,-0.010853,-0.032608,0.018143,-0.018078,-0.014733,0.017356,0.009281,-0.024838,0.014208,-0.004701,0.010674,-0.003774,-0.030461,-0.034739,-0.048278,-0.011719,-0.019707,0.063845,-0.012147,-0.000472,0.0079,-0.003439,-0.011558,-0.026662,-0.007777,0.019588,0.001079,0.003807,0.000053,-0.036967,-0.015478,-0.023268,0.014365,-0.02617,-0.009441,0.003407,0.035488,0.008795,0.022383,0.032838,-0.034128,-0.030378,-0.032301,-0.044085,0.021701,0.014114,0.024363,0.023266,-0.015591,0.031589,0.046773,0.025809,0.036381,0.010031,-0.002132,0.044987,0.006546,-0.009176,0.036399,0.067221,0.033061,-0.031394,-0.013928,-0.01399,0.030621,-0.029949,-0.015854,-0.022436,0.052061,-0.008637,0.040773,0.011223,0.010319,0.000767,0.091327,-0.003027,0.000578,0.028414,0.004345,0.009992,0.013635,-0.059012,-0.025132,-0.016144,0.02221,-0.002409,0.011435,0.00963,-0.015578,0.015949,-0.026404,0.006295,-0.004567,-0.009649,0.010047,0.00159,-0.01048,0.024501,-0.027382,-0.010576,-0.035156,0.055338,0.0356,-0.027356,0.127129,-0.012725,0.042283,-0.01742,0.005246,0.014669,-0.005316,-0.004872,0.054713,0.009481,-0.033651,-0.006316,-0.006829,-0.0451,-0.001211,-0.019438,-0.000566,0.03835,-0.002658,-0.009449,0.011372,-0.010471,0.010517,-0.005231,-0.026247,-0.004352,0.019615,0.037778,-0.009821,0.034879,-0.007109,-0.036723,0.007887,0.015482,0.013492,0.015067,0.010782,-0.057067,0.014814,-0.006942,-0.012406,-0.028023,-0.019508,-0.00233,-0.029919,-0.030018,0.001814,-0.003957,-0.033783,-0.009585,0.015111,0.03864,0.140265,0.03738,0.03288,0.017423,-0.010791,-0.03009,0.004813,0.000147,-0.047146,-0.029824,0.006017,0.038667,0.010875,-0.01101,-0.022441,0.007571,0.047929,0.016531,-0.036941,-0.043477,-0.011888,-0.012169,0.027355,-0.024047,0.009019,-0.067506,0.023258,-0.012342,0.013027,0.03836,0.052884,0.001202,-0.021454,0.033548,-0.012878,-0.024805,0.000022,-0.002461,-0.00958,-0.034295,0.032376,0.009334,-0.001518,-0.052276,0.047233,0.008867,-0.038409,0.001472,0.040096,-0.041999,0.011544,-0.019273,-0.033588,-0.043649,-0.000749,0.011571,-0.025047,0.016879,0.007365,0.00049,0.008757,0.012261,-0.011378,-0.031219,0.03766,-0.024358,-0.079361,-0.024677,-0.008615,-0.005555,0.050904,0.022528,-0.00772,-0.128549,0.01183,-0.01113,0.010192,0.066432,-0.03279,-0.010259,0.017449,-0.031656,0.035113,0.02752,-0.006888,-0.004191,0.001937,0.001774,-0.002007,-0.017122,0.016364,-0.019186,0.00109,-0.008258,-0.016169,0.017047,0.011893,-0.039943,-0.006926,-0.026557,0.008152,0.007838,-0.045432,0.002462,-0.02657,-0.009493,0.030355,-0.016035,-0.024103,0.008324,-0.016873,0.001328,-0.012073,-0.010632,-0.064587,0.00581,0.002744,0.037929,0.024416,-0.026773,-0.00744,0.009421,0.026022,0.033575,0.013281,-0.030827,0.059931,0.026283,0.00382,-0.022356,0.013811,-0.022374,-0.048537,-0.023851,-0.024636,-0.030432,0.006318,0.002504,-0.026726,-0.019194,0.009775,0.011126,0.031077,-0.009546,0.041183,0.044731,-0.020158,-0.020672,-0.008348,-0.045127,-0.011965,0.033685,-0.021403,0.00999,-0.012249,0.048379,0.032868,-0.028441,-0.003715,0.010026,0.019682,0.028225,-0.000638,0.010623,0.053453,0.046018,0.050639,-0.047869,-0.004338,0.024381,0.010013,0.000821,-0.012909,0.024327,-0.031013,0.022927,0.001808,0.00016,-0.022625,0.037493,-0.002068,0.052909,-0.018752,0.011188,0.118091,0.037039,-0.001252,-0.029915,-0.012853,-0.008945,0.025671,0.007874,-0.05559,-0.022553,0.015524,0.000086,-0.018056,0.049881,0.004491,-0.002092,-0.017213,-0.018564,-0.028947,-0.042383,0.072849,0.013443,0.010284,-0.025708,0.017446,-0.003165,-0.019823,0.025465,0.014878,-0.020263,0.03988,0.006383,-0.021815,0.00749,-0.004977,0.05869,-0.027893,0.01765,0.008966,0.003675,-0.008125,-0.011307,-0.002902,0.053219,-0.014796,0.048791,0.004446,0.004316,0.033742,0.0261,-0.010955,-0.015173,-0.021553,-0.035705,-0.033217,0.003291,0.030662,-0.019354,0.047986,-0.005288,-0.003294,-0.013472,0.022161,-0.027349,-0.011362,-0.050751,-0.008253,0.055988,0.007943,-0.033227,0.001156,0.018859,0.000568,-0.038969,-0.018764,0.008765,-0.000539,0.004076,0.00134,0.001715,0.753634,-0.012961,-0.018066,0.030031,0.000928,0.01387,0.002726,0.00812,-0.01784,0.013951,-0.014382,-0.011049,-0.026851,0.022589,0.01156,-0.011717,0.00138,-0.052428,0.030378,-0.014668,0.009709,-0.018036,0.054791,0.04463,0.029671,0.070572,-0.009154,-0.001556,0.023023,0.007407,-0.024028,-0.019583,-0.037487,-0.037176,0.003586,-0.016627,-0.000791,0.000537,0.028159,-0.082855,0.0165,-0.01268,0.025837,-0.013646,0.004432,-0.025399,-0.019666,-0.02852,-0.015871,-0.014158,-0.003952,-0.011029,0.001221,0.008937,0.013062,-0.010198,0.012261,-0.037407,-0.05321,0.038943,0.018582,-0.018544,-0.010176,0.059331,0.028319,0.062029,-0.017449,-0.003303,0.011326,0.022179,0.021892,-0.076317,0.026248,-0.015154,0.013866,0.017904,-0.013635,-0.043022,-0.008811,-0.014149,0.002213,-0.041364,-0.044276,0.021928,-0.025498,0.000326,-0.011456,0.006753,0.034233,-0.028606,-0.03756,0.007625,-0.005838,-0.03264,-0.011566,0.000338,-0.005888,0.035893,0.004592,0.008645,0.020638,-0.026659,0.019197,-0.014318,-0.071302,-0.001025,-0.01838,-0.002388,0.036158,0.050597,0.01817,0.020444,0.001208,-0.004471,0.020492,-0.004146,0.005101,0.029161,-0.006537,-0.001464,-0.029508,-0.011494,0.008311,-0.037497,0.037423,-0.033837,-0.046792,0.052672,0.003528,-0.025108,0.009948,0.000247,-0.024492,-0.007477,-0.02217,0.010666,-0.011564,0.030505,0.037144,0.014006,-0.024991,0.028859,-0.000466,0.028632,0.049514,0.025663,-0.005424,0.051942,0.00351,0.00676,0.016797,0.140491,0.045898,0.03212,-0.00393,-0.021987,0.038063,-0.032055,-0.027909,0.027951,0.051292,-0.004868,0.024133,-0.000005,-0.032438,0.025818,0.060775,-0.013758,0.023422,-0.023555,0.025218,-0.010554,0.038542,-0.169813,0.012616,-0.026968,0.000118,0.002508,-0.011108,-0.014932,-0.037431,0.011415,-0.022291,-0.023033,0.002594,-0.020797,-0.030026,0.045767,0.006117,0.025364,-0.032506,0.00803,-0.023073,0.035037,0.109424,-0.01939,0.071626,0.005104,-0.023426,-0.001726,-0.005067,0.009424,-0.004171,0.013009,0.059239,0.010918,-0.049508,0.004608,0.039024,-0.037418,0.050043,-0.0165,-0.027567,0.022392,-0.023683,-0.012604,0.020874,0.017717,-0.00906,-0.018128,0.003141,-0.044948,0.007102,0.019926,-0.018256,0.011187,-0.005439,0.023187,-0.010356,-0.022896,0.044154,-0.017153,0.008739,0.009208,-0.023378,0.0103,-0.016357,-0.051036,-0.018167,-0.014154,-0.075892,0.023358,0.02122,0.008435,-0.014394,0.020519,0.003445,0.045381,0.169522,-0.044657,0.005831,0.011334,-0.003176,-0.018512,0.018609,0.002249,-0.013209,-0.060739,0.020182,0.006223,-0.004026,0.016637,-0.001331,-0.051627,0.096614,0.022153,-0.031736,-0.072745,0.037834,0.009932,-0.011888,0.010602,0.024734,0.018713,-0.007013,-0.004698,0.004842,-0.001268,0.043014,0.009029,0.009896,0.006147,0.01021,-0.055563,0.011984,0.002318,0.001261,-0.002845,0.042965,0.002367,-0.004007,-0.018557,-0.011606,0.016413,-0.040295,-0.003558,-0.007096,-0.001739,0.011287,0.001311,0.014201,-0.00792,0.014618,0.030575,0.002062,-0.006396,-0.012343,0.039022,0.005339,0.009444,-0.003747,0.000951,-0.012351,-0.031172,-0.091648,-0.005802,0.023567,0.001129,0.039791,0.047982,0.012881,-0.083476,0.020265,-0.004878,0.052672,0.012766,-0.018044,0.004254,-0.009717,0.005862,0.041122,0.035932,-0.014129,0.044662,0.000535,0.038871,-0.024572,-0.024728,0.033629,-0.010333,-0.025122,0.022377,-0.009016,0.001,0.012711,-0.015817,0.001952,-0.010886,0.025464,0.024829,0.011578,0.00773,-0.014394,-0.004258,0.008887,0.001536,-0.040149,0.001626,-0.020771,0.021196,-0.018466,-0.030746,-0.017657,0.023706,-0.023435,0.013726,0.033249,0.073356,0.012289,-0.00948,0.092692,0.021762,-0.007417,-0.006726,0.033305,-0.015099,-0.009451,-0.028047,-0.004975,0.00257,-0.026949,-0.022558,-0.007831,-0.003921,0.000094,-0.022425,-0.00399,0.035068,-0.029252,-0.021075,0.017421,-0.005551,0.008611,0.014238,-0.032296,-0.02383,-0.012932,0.02499,-0.003514,0.042653,-0.007674,-0.012586,0.000447,0.024561,-0.02158,-0.030083,-0.019915,-0.004392,0.003544,0.007611,-0.035881,0.004548,0.031796,0.040815,0.037424,0.010121,0.012469,-0.00372,-0.009923,0.001014,0.046532,0.038102,-0.019821,0.041436,0.026506,-0.025572,-0.010382,0.016277,-0.023243,-0.000966,-0.032294,0.060435,0.112787,-0.006721,0.004953,-0.00747,-0.010235,0.053297,0.037591,0.044143,-0.02766,0.012565,0.000713,0.007827,-0.008465,-0.003721,-0.026608,0.007047,-0.0051,-0.038394,0.009583,-0.02773,0.100416,-0.024242,-0.007429,0.034903,0.031542,0.001648,0.010864,0.001117,0.010329,0.005477,0.017053,0.048424,-0.014993,0.049127,-0.018982,0.05037,-0.005444,0.001584,-0.031468,0.007623,-0.010602,-0.008756,0.014964,-0.040609,-0.004133,0.039813,0.024729,0.007222,-0.019617,0.059222,0.002854,-0.036618,0.022375,-0.026847,-0.003064,0.004304,-0.015444,-0.015244,0.040664,0.01632,0.017579,-0.012416,0.006181,0.00416,0.004557,-0.0201,-0.016535,0.041179,-0.007736,0.023022,-0.031447,-0.015246,0.050889,0.013439,-0.006559,-0.019499,0.009598,-0.045107,-0.001223,0.008805,0.719717,-0.020452,0.014948,-0.017728,-0.005639,0.03936,-0.019615,-0.004954,-0.031082,-0.000376,0.018632,0.000144,-0.02215,0.02782,0.052202,-0.012885,0.024911,0.009053,0.01705,-0.018456,-0.034207,-0.033212,0.006,0.006297,-0.045888,0.058888,0.029306,-0.008588,-0.023707,0.005869,-0.057761,-0.009385,-0.004159,-0.027103,-0.008555,0.007729,0.026599,0.037084,0.043017,-0.078877,0.014648,-0.016557,0.062786,0.00314,-0.01074,-0.039684,0.027893,-0.012688,0.00916,-0.028114,0.022727,-0.026414,-0.030311,0.038841,-0.017412,-0.019283,0.003506,-0.049152,-0.010227,-0.004508,-0.00314,-0.024999,0.004994,0.068406,0.044212,0.044076,-0.008781,0.045194,0.01484,0.019394,0.037081,-0.070123,0.005659,0.041449,-0.010858,0.040881,-0.008274,0.007265,0.012699,-0.009336,0.031719,-0.071406,0.042173,0.015772,-0.005008,0.00107,-0.040206,0.02068,0.001256,-0.019974,-0.003629,0.018424,0.001359,-0.01788,0.028091,-0.042189,0.012014,0.022449,0.008006,0.011138,-0.000163,-0.002267,-0.018145,0.009585,-0.051976,-0.028976,-0.000604,0.009586,-0.040789,0.14626,0.001492,0.012855,0.005754,-0.025433,-0.018657,-0.036573,0.00368,0.009053,0.019275,0.003811,-0.010905,-0.007803,-0.020939,-0.021692,0.005178,-0.032577,-0.012974,0.002127,0.018764,-0.022893,-0.00102,0.014282,-0.009692,0.009172,-0.046829,-0.022041,-0.028028,0.038219,-0.00122,0.009598,0.006047,0.036282,-0.007234,-0.001666,0.007723,0.047761,0.014112,0.028744,0.011238,-0.010304,-0.013895,0.189464,-0.008041,0.006711,0.000733,-0.027801,0.030308,-0.017255,-0.025587,-0.033747,0.015937,-0.010287,0.033331,0.017872,-0.006575,0.002401,0.079242,-0.02433,0.048953,0.011908,0.019099,0.006648,0.00216,-0.092081,-0.018537,-0.046219,0.010608,0.034072,-0.00712,0.01954,0.000488,-0.028562,-0.002764,-0.040288,-0.028192,-0.021573,-0.02926,0.043657,-0.021416,0.041813,-0.026689,0.023528,-0.003393,0.088447,0.052246,-0.022133,0.02953,0.003832,-0.012369,-0.006943,0.016061,0.002076,-0.02109,-0.007951,0.008801,-0.022036,-0.034824,0.018365,-0.008085,0.009016,0.040515,-0.00889,-0.011733,-0.003726,0.011423,-0.005949,-0.007536,0.015027,0.025657,0.01685,-0.019169,-0.042067,-0.006239,0.017997,-0.035909,0.019415,-0.011088,0.040146,-0.013809,-0.022635,-0.01192,-0.010702,0.041378,0.000317,0.020231,0.023621,0.005559,-0.059634,-0.015382,0.000878,-0.032113,0.019992,0.024731,0.014344,-0.002268,-0.016141,0.007837,0.025443,0.049984,0.014423,0.010441,0.006024,0.030405,-0.01964,0.012886,-0.023773,-0.036219,-0.001119,0.010709,-0.004366,0.016806,-0.014997,-0.010698,-0.008085,0.00908,-0.004265,-0.013631,-0.07857,0.009128,0.044791,0.006879,0.0154,0.002574,0.011113,0.041259,0.003642,0.003014,0.050111,0.028111,-0.002737,0.006983,-0.038877,0.025574,0.003837,0.006069,-0.00011,0.005651,0.012137,0.025496,-0.042298,0.010517,-0.037058,0.0388,-0.024281,-0.036579,-0.007398,0.032185,-0.000791,0.019618,-0.013785,0.02423,-0.012445,0.028297,-0.004364,-0.013703,-0.020408,0.018461,-0.006364,0.005843,-0.018933,-0.008079,-0.012605,0.021638,-0.04742,-0.037914,-0.04227,-0.01122,-0.043289,0.02107,0.01255,-0.021608,-0.129083,0.015475,0.006088,0.008253,0.015691,-0.032984,0.041646,-0.003653,-0.022077,-0.001997,0.015049,-0.027211,0.009354,-0.004774,-0.004695,-0.014596,-0.010281,0.005973,-0.039993,-0.008374,0.013132,-0.004545,-0.00121,-0.002527,-0.005906,-0.026568,0.033536,0.042977,0.01346,-0.024634,0.028543,0.018119,0.006199,0.014795,-0.001801,-0.033801,0.022216,-0.012923,0.012493,0.010032,-0.001528,-0.020462,0.025151,0.012521,0.021874,-0.011404,0.137338,0.000936,-0.01733,0.03098,-0.013962,0.041539,-0.03278,0.041024,0.017251,0.005359,-0.008448,0.013505,-0.000319,-0.00233,-0.018201,-0.042382,0.000714,-0.00848,-0.022076,-0.032792,0.003007,-0.00626,-0.01613,-0.003807,-0.012669,-0.0099,0.026411,-0.019866,0.005365,-0.024522,-0.0277,0.016219,0.034966,-0.023065,0.002969,0.006332,0.009945,-0.012601,-0.03189,-0.015504,0.026855,0.005998,0.02704,-0.01518,-0.008469,0.004253,0.017797,0.035853,-0.023752,-0.00736,0.007596,-0.005108,0.009534,0.022817,-0.000841,-0.048312,0.013607,0.0149,-0.013556,-0.002484,0.021798,0.022354,0.038813,-0.035618,-0.015175,0.110274,0.016921,0.014865,-0.032428,-0.013464,0.017625,0.015015,0.064852,-0.021461,-0.009178,-0.010055,-0.024948,-0.023812,0.015583,0.026311,0.015888,0.020432,0.006501,0.016061,0.011221,0.116664,0.019845,-0.002713,-0.007485,-0.003132,-0.003718,-0.00384,-0.004129,0.023462,-0.006573,0.005597,0.03494,0.034707,0.061207,-0.041812,0.028901,-0.012632,0.044114,0.009808,-0.001116,0.038855,-0.032322,-0.005329,-0.050629,0.02185,0.051818,-0.024549,-0.008944,0.018369,0.084415,-0.008499,0.019493,-0.004626,-0.051307,0.021385,0.011932,0.00435,0.00517,0.038507,-0.011473,0.028173,0.020199,0.042737,-0.00585,0.006424,-0.02837,-0.047632,0.063107,0.013893,-0.008562,0.003296,0.003038,-0.010008,0.011612,-0.001863,-0.004964,-0.027438,-0.023698,0.039873,0.008993,0.746608,-0.009837,-0.014677,0.030738,-0.004392,0.000682,0.003449,0.033048,-0.014656,-0.022384,0.031531,0.002537,0.02396,-0.011638,0.024769,-0.004487,0.025275,-0.00814,0.014627,-0.060283,-0.007725,-0.047553,0.078321,0.038037,0.006741,0.060803,0.017874,-0.027278,-0.004757,0.014347,-0.018707,0.012302,-0.014,-0.053082,-0.012305,-0.006379,-0.028048,0.017843,-0.016157,-0.088164,-0.008392,-0.010451,-0.005349,-0.009183,-0.01881,-0.008647,0.035098,0.035854,0.011958,-0.036381,-0.01021,0.02439,-0.003429,0.048988,0.001739,-0.023575,0.008615,-0.027988,-0.010827,0.013589,0.007263,-0.027447,0.020655,0.029379,0.018402,0.067192,0.006612,0.024704,0.008926,-0.011923,0.052997,-0.088382,0.029918,0.037226,-0.007757,-0.001318,0.010621,-0.019355,0.016077,0.010146,0.038116,-0.072513,0.007626,0.021886,0.002829,-0.013734,-0.053387,0.016961,0.008069,-0.022981,-0.03812,0.027226,-0.026272,-0.00631,0.035825,-0.014823,0.009581,0.053854,0.01079,-0.018027,-0.010073,-0.00268,0.005403,0.018761,-0.054278,-0.002321,-0.009077,0.007389,-0.001242,0.01716,0.016988,-0.032415,-0.001024,-0.017771,0.00991,-0.011398,0.021176,0.029153,0.017203,-0.006964,-0.009682,-0.015827,0.001453,-0.027033,0.011834,-0.02729,-0.027451,0.019978,0.018808,-0.01369,-0.00977,0.025382,-0.047148,-0.026535,-0.01447,-0.028861,0.01432,0.03216,-0.002549,0.043897,-0.001408,0.017003,0.000068,0.018216,-0.001273,0.020506,0.003718,0.002293,0.012225,-0.006666,0.037657,0.140678,-0.000532,0.00425,-0.003995,0.009677,0.00412,-0.018951,-0.012763,-0.011457,0.062558,0.024749,0.039897,-0.001379,-0.006601,0.006899,0.078859,-0.004854,-0.008015,0.003892,-0.003517,0.009273,0.005866,-0.182453,0.002715,-0.041311,0.013604,0.011517,-0.014965,0.006689,-0.013201,0.009827,-0.006044,0.000653,-0.013864,-0.029299,-0.000606,-0.002547,-0.020591,0.036819,-0.026168,0.003342,-0.003939,0.082874,0.097978,-0.02001,0.10283,0.01842,0.019444,0.00472,-0.000301,0.017683,-0.006871,0.009338,0.022888,-0.021785,-0.053272,-0.02337,0.012163,0.004103,0.008971,-0.041556,-0.014579,0.015507,0.023966,-0.021542,0.008773,-0.00865,-0.009982,0.006104,-0.03204,-0.049092,0.004762,0.013124,0.024615,-0.004773,-0.029265,0.018434,0.012509,0.021364,-0.020077,-0.040065,0.029267,-0.003928,0.009891,-0.001916,-0.026961,-0.057085,-0.007796,-0.008891,-0.023447,0.022021,0.00804,0.01995,-0.010748,-0.002872,0.024805,0.045287,0.150071,-0.003065,0.04274,0.012419,0.028065,-0.023348,0.021138,-0.009378,-0.029061,-0.036926,-0.002186,0.008914,0.012934,0.027202,-0.029789,-0.017554,0.042893,0.013414,-0.020098,-0.042441,-0.012202,0.010146,0.027108,0.001757,0.031747,-0.029144,-0.005251,0.017426,0.029535,0.024984,0.039991,0.027629,0.00046,0.007295,-0.010951,-0.033311,0.000686,-0.022046,-0.006399,-0.015874,0.017364,-0.021311,0.005365,-0.0051,0.045583,-0.014955,-0.041927,0.003023,0.033897,-0.047095,0.001276,0.01866,-0.002897,-0.033299,0.017605,0.015956,0.007867,-0.009788,-0.005896,-0.016808,-0.003791,0.024698,-0.028593,-0.029172,0.032761,-0.024485,-0.106728,0.01218,0.004473,-0.007818,0.032745,0.019188,-0.011242,-0.070998,0.007675,-0.011823,0.039536,0.023465,-0.027309,0.017347,0.00079,0.007259,0.027501,0.020048,-0.022561,-0.006257,0.010827,0.009127,-0.021669,-0.01176,0.021519,-0.026846,-0.002455,-0.003755,0.002065,0.027225,0.019839,-0.042213,0.01846,-0.013173,0.038569,0.022594,-0.015882,0.015363,-0.010528,0.002372,0.026343,-0.000688,-0.013746,-0.008944,0.009436,0.000643,0.020219,-0.028157,-0.042851,0.000956,0.006528,0.002744,-0.011152,0.081965,0.006371,-0.040269,0.007688,0.022597,-0.017346,-0.022046,0.05587,0.005431,-0.012908,-0.018472,-0.004452,0.006168,-0.006527,-0.031729,-0.012181,-0.034155,0.000786,-0.021161,0.030092,0.014922,0.014092,0.009228,0.031951,0.013206,0.008821,0.028,-0.021561,-0.016401,-0.044556,-0.0256,0.001985,0.033863,-0.023569,0.000969,0.00203,0.030301,-0.004092,-0.03778,0.002777,0.025273,-0.017117,0.026036,-0.017596,-0.008687,0.023052,0.022708,0.037889,-0.004493,-0.005552,0.024382,-0.014044,-0.001677,0.050019,0.02732,-0.000029,0.007204,0.018628,-0.02884,-0.008976,0.011094,0.010874,0.037913,0.016792,0.011024,0.114985,0.02738,0.010691,0.017261,-0.001299,0.028584,0.029764,0.059952,-0.022974,0.004508,0.006509,-0.009606,0.003577,0.035886,-0.016191,0.029316,0.008216,-0.019169,-0.000878,-0.015107,0.090705,0.024074,0.004488,-0.014313,0.006278,0.015196,-0.009919,-0.002675,0.007957,0.012383,0.034703,0.018578,-0.010838,-0.010157,-0.012055,0.034868,-0.036085,-0.00088,-0.002978,-0.015229,0.024807,-0.017518,-0.00682,-0.005657,-0.00055,0.027783,0.002535,0.022083,0.025195,0.058926,0.006174,-0.010443,0.035441,-0.024121,-0.0027,0.016962,0.028347,-0.007332,0.008583,-0.013347,0.02182,-0.007259,-0.002748,-0.009003,-0.008725,-0.028172,-0.019055,0.050797,-0.012012,0.0139,-0.029329,0.003608,0.010875,0.005099,-0.007595,-0.014965,-0.011111,-0.025822,0.026,0.011527,0.769537,-0.016422,0.015596,-0.00318,0.027095,0.021858,-0.013526,-0.003181,0.001915,-0.01867,0.000302,-0.016926,0.011721,0.042917,0.003562,-0.000412,0.013846,-0.018764,0.00725,-0.024619,-0.015883,0.015761,0.007562,0.036209,0.005888,0.077569,0.02145,-0.017511,0.018601,0.017482,-0.004837,-0.021978,-0.021531,-0.014793,-0.019142,0.001884,-0.016344,0.021896,0.000622,-0.080929,-0.013563,0.007739,0.020614,0.005611,0.005589,-0.010104,0.022576,0.016623,-0.005233,-0.008219,0.000707,-0.003157,-0.013657,0.054634,0.017213,-0.01153,0.003134,-0.044171,-0.033195,0.014699,0.015195,-0.031368,0.007377,0.037448,0.001397,0.026533,-0.018059,0.007648,0.015252,0.032415,0.047402,-0.088764,0.031734,0.029558,0.015093,0.007371,0.01002,-0.016925,-0.004702,-0.0141,0.005735,-0.083832,0.02302,0.043096,0.017618,0.017684,-0.022985,-0.021203,0.03367,-0.018541,-0.051261,-0.017134,-0.01287,-0.022835,0.017396,-0.00252,-0.005866,0.062448,0.041336,0.013247,0.005454,0.024912,0.008756,0.021147,-0.076258,0.011993,0.000138,-0.014434,0.011005,0.003225,0.022444,-0.004035,-0.018149,-0.021849,0.000786,-0.001728,0.009586,0.002456,0.008485,-0.010345,0.013811,-0.024483,-0.011194,-0.000114,0.030368,-0.030262,-0.043193,0.014057,0.037652,-0.015824,-0.027613,0.01075,0.003866,-0.007176,-0.02359,-0.034097,-0.009875,0.01921,0.016652,0.028777,-0.007623,0.012831,0.001903,0.029516,0.002778,-0.012834,0.007137,0.007025,-0.015776,-0.019218,0.005145,0.15995,0.016961,0.01125,-0.016243,-0.005595,0.011437,-0.012471,-0.030276,-0.006467,0.035764,0.017914,0.013944,0.026299,-0.01253,0.010685,0.064141,0.005301,0.007853,-0.01086,-0.002148,0.001092,0.020244,-0.211996,0.002217,-0.039428,0.007767,0.01157,-0.013983,0.001828,-0.022412,0.023806,-0.005167,-0.000269,0.004045,-0.046991,-0.016004,-0.018335,-0.046922,0.055797,-0.022976,0.028031,0.002655,0.060071,0.090826,-0.025775,0.07364,0.02929,-0.010813,0.0185,-0.011764,0.036292,-0.012533,0.002005,0.023731,-0.000003,-0.025723,-0.006365,0.013375,0.005166,0.01773,-0.024058,-0.003737,0.004193,0.017214,0.002553,0.009353,0.005961,0.011641,0.008175,-0.015723,-0.029205,-0.023652,0.007883,0.008499,-0.017288,-0.017771,0.030377,-0.005734,-0.006628,-0.015197,-0.040566,0.02759,-0.004632,0.024932,0.014509,0.000628,-0.053209,0.01729,-0.003591,-0.029441,0.008466,-0.007559,0.044537,-0.013634,0.014969,0.023422,0.024348,0.121295,0.000248,0.042921,-0.023471,0.0253,0.004859,0.025608,-0.010151,-0.031369,0.000868,-0.003377,0.000311,-0.006288,0.033834,-0.039001,-0.031382,0.011129,-0.000673,-0.001832,-0.058699,-0.015683,0.022076,0.025889,-0.003685,0.013644,-0.015937,0.000991,0.006151,0.024995,0.013293,0.048758,0.020249,0.014139,-0.00081,-0.004997,-0.006489,-0.000467,-0.013745,0.00257,-0.030573,0.035653,-0.024074,-0.009053,-0.025246,0.024946,-0.002534,-0.060495,-0.024265,0.024788,-0.005446,0.036793,-0.008897,-0.020508,-0.017977,0.010753,0.011745,-0.012813,-0.019439,-0.02765,-0.011101,-0.013013,0.003765,-0.029053,-0.037583,0.027777,-0.031382,-0.109337,0.006074,-0.01264,0.005436,0.014111,0.001661,-0.007318,-0.089351,0.019465,-0.001088,-0.000963,0.027496,-0.021591,0.019676,0.020318,0.008748,0.021834,0.040477,-0.009253,0.005404,0.008143,0.017479,0.000608,-0.01855,0.022623,-0.027788,0.005078,-0.034939,-0.001423,0.019058,0.030504,-0.023478,-0.008527,0.002454,0.043949,0.027704,-0.031021,0.003897,0.00281,0.020306,0.021748,-0.007872,-0.011437,-0.00549,-0.014428,0.014896,0.025185,-0.024675,-0.046837,0.010224,-0.015093,0.029599,0.009217,0.095159,0.003723,-0.023407,0.021508,-0.005858,-0.014294,-0.029255,0.054864,-0.015268,-0.019302,-0.017996,-0.011823,0.006288,-0.053456,-0.006667,-0.028228,-0.018412,0.000981,-0.005038,0.01462,0.000836,0.004665,-0.008109,0.017815,-0.00117,0.020567,0.017093,-0.021037,-0.037264,-0.022694,-0.007105,0.01818,0.016675,-0.019076,0.009886,-0.007211,0.019186,-0.02382,-0.047041,0.002532,-0.018171,0.008937,0.024623,-0.031361,0.000337,0.031068,0.036438,0.021484,-0.005851,0.008678,0.008267,-0.011725,-0.00345,-0.029876,0.013032,0.002035,-0.01257,0.027778,-0.032884,-0.003234,0.008457,0.020028,0.028202,0.022762,0.014996,0.108561,-0.000477,0.01114,-0.001288,-0.022414,0.011461,0.040689,0.02978,-0.013617,-0.013065,0.02506,-0.021913,-0.016442,0.041101,-0.019899,-0.014791,-0.035362,-0.032827,0.002961,-0.031651,0.082725,0.019385,-0.010306,-0.049352,0.001595,-0.013336,0.017422,0.023035,0.000923,-0.014976,0.004815,0.02697,-0.028358,-0.015469,-0.005014,0.026416,-0.012003,0.018951,0.013678,-0.004604,0.023379,-0.023872,0.009262,-0.03885,0.036723,0.009536,-0.012001,-0.005356,0.010668,0.077304,-0.00759,-0.004963,0.040577,-0.026523,-0.007734,0.017516,0.020581,-0.006843,-0.006607,-0.015798,0.014758,-0.006182,0.005593,-0.006032,-0.02756,-0.054187,-0.017261,0.033369,-0.000114,0.005055,-0.016381,0.00599,0.001975,0.031713,-0.00333,-0.002165,-0.004658,-0.013476,0.022533,0.013365,0.757008,-0.018105,0.016576,-0.009568,0.008141,-0.003786,0.011532,0.000832,-0.007012,-0.016364,0.001367,-0.014879,0.019394,0.007453,0.036189,-0.012723,0.030245,-0.018071,0.03226,-0.039798,-0.011791,-0.023526,0.055544,0.084615,-0.008692,0.05677,0.010614,-0.042072,-0.005118,0.031383,0.006391,-0.014673,-0.029698,-0.001725,-0.026828,0.009378,-0.018707,0.039366,0.019237,-0.084809,0.003457,0.00754,0.0057,-0.016676,0.015706,-0.018496,0.03167,-0.003086,0.010348,-0.002286,0.002321,0.005598,0.002615,0.055876,-0.010244,0.012023,0.006164,-0.012768,-0.009719,0.024447,0.028814,-0.009263,-0.000028,0.061431,0.020822,0.056233,-0.018839,-0.016298,0.036199,0.025885,0.032863,-0.110445,0.025938,0.023211,0.020719,-0.0179,0.000489,-0.044841,0.01371,0.003489,0.013097,-0.079306,0.024771,0.021973,-0.003963,0.01383,-0.032509,-0.012899,0.037587,-0.016276,-0.051858,0.009409,-0.017571,0.003272,0.046009,-0.033855,-0.022035,0.025257,-0.001214,-0.023501,0.018989,0.015167,0.004416,0.003394,-0.04646,0.009633,0.010944,0.024481,-0.004931,0.044179,0.020844,0.000434,-0.008959,-0.017616,-0.017735,0.034603,0.008061,-0.015707,0.026406,0.027519,0.02385,-0.001653,-0.014719,-0.004125,0.058413,-0.00823,-0.041799,0.035603,0.020798,-0.026679,-0.018864,-0.004264,-0.013489,-0.015076,-0.033818,-0.004581,-0.008635,-0.004713,0.011528,-0.008733,0.010412,0.00086,-0.010019,0.01696,-0.002659,0.006016,0.003158,0.007884,0.002389,-0.003562,0.019674,0.158677,-0.00402,0.00432,-0.002922,-0.006359,0.002931,0.015094,-0.024421,-0.005369,0.068648,0.019843,0.027929,0.0183,-0.003815,0.003045,0.061071,0.004058,0.013512,-0.014315,0.025275,0.001366,-0.001643,-0.197992,0.003437,-0.057105,0.004537,0.02071,-0.019975,0.005399,-0.00845,0.010451,0.017447,-0.019741,-0.020876,-0.051738,0.000112,-0.030716,-0.021021,0.053233,-0.016479,0.003749,-0.014936,0.069321,0.110234,-0.019147,0.101755,0.023754,-0.014734,0.024448,-0.016776,0.004366,-0.00785,0.013581,0.034283,0.009494,-0.031394,-0.044116,-0.003787,0.018515,0.004393,-0.022665,-0.006672,0.022692,0.004205,-0.004349,0.030105,0.010669,-0.010738,0.002,-0.013529,-0.009056,0.013953,-0.002319,-0.001308,-0.002103,-0.009588,0.032572,0.024717,0.012456,-0.006209,0.001595,0.046401,0.036589,0.009877,0.033082,-0.010047,-0.050282,0.015214,-0.020409,-0.018087,0.049117,0.006645,0.03523,-0.029241,0.024309,-0.005376,0.017934,0.119651,0.026413,0.027916,0.011889,0.030752,-0.003518,0.002942,-0.008246,-0.034192,-0.009966,-0.017911,0.010965,0.011399,0.01662,-0.030378,-0.027891,0.014852,0.005152,0.013396,-0.032216,0.006795,0.044173,0.042821,-0.009385,0.007335,-0.028544,-0.023998,0.011957,0.011218,-0.009374,0.030405,0.017037,-0.01359,-0.00437,-0.006474,-0.011762,0.014746,-0.011356,-0.001641,0.006533,0.018319,-0.037032,0.012417,-0.00165,0.02962,-0.012163,-0.045795,-0.004976,0.040864,0.003316,0.007227,0.000838,0.014714,-0.039254,0.00804,-0.011358,-0.037042,-0.016155,0.002654,0.005444,-0.0108,0.016668,-0.024969,-0.031058,0.024958,-0.035179,-0.095184,0.010029,-0.001301,0.012125,0.029742,0.009385,-0.010849,-0.032807,-0.017326,-0.016528,0.007853,-0.00941,-0.030702,0.003357,0.038869,-0.022376,0.021508,0.014276,-0.028231,-0.014607,0.007789,-0.006638,-0.021542,-0.051136,0.020263,-0.026953,0.010597,-0.009446,-0.019211,-0.005041,0.024815,-0.033342,-0.007738,0.009963,0.044229,0.024575,-0.014445,-0.00604,0.002914,0.020716,0.020625,-0.005238,0.004457,0.003186,0.002881,0.031156,0.012257,-0.025264,-0.05099,0.036072,-0.025867,-0.016259,-0.005856,0.100694,0.002196,-0.045965,0.0285,-0.011936,0.005673,-0.019334,0.050632,-0.018291,0.013951,-0.032279,-0.012245,0.007501,-0.0618,-0.053623,-0.047612,-0.033049,0.002293,-0.02272,0.026746,0.015559,0.02562,-0.021328,0.012243,-0.003733,0.032477,0.027251,-0.028507,-0.024088,-0.021881,-0.028418,0.018266,0.045117,-0.027758,-0.004695,-0.002046,0.024482,0.002379,-0.039071,0.016561,0.006626,0.001305,-0.012081,-0.019367,-0.010052,0.030779,0.036921,0.02559,-0.007454,0.01763,0.002389,-0.03382,0.013032,0.00357,0.022899,-0.007423,-0.027558,0.036006,-0.016182,-0.006119,-0.007861,-0.007269,0.018744,-0.005598,0.004652,0.113073,-0.003558,0.004403,-0.016731,-0.025783,0.036145,0.021,0.056434,-0.012191,-0.000669,0.025879,-0.040361,-0.00731,0.050579,0.00777,-0.014884,-0.004653,0.000009,0.025472,-0.019222,0.088562,-0.000576,-0.019839,-0.025506,0.013511,0.003853,-0.007628,-0.002734,0.006856,-0.019518,0.021911,0.010276,-0.053511,0.010984,0.015224,0.00856,-0.01046,-0.029187,-0.017967,-0.022212,0.035906,-0.00176,0.015976,-0.039137,0.032748,0.012131,0.0013,-0.010753,0.013866,0.092468,0.001055,-0.006723,0.049271,-0.019163,0.010183,-0.010757,-0.004936,-0.00944,0.013906,-0.008399,0.015728,-0.016214,-0.007633,-0.031055,-0.021344,-0.043968,-0.006481,0.02944,-0.00971,0.011922,-0.021463,0.026907,0.015127,0.020989,-0.008554,-0.02573,-0.015484,0.006804,0.021448,0.022138,0.743697,0.000592,0.028184,-0.011405,-0.004345,-0.001939,0.041057,0.013179,0.024213,-0.014704,-0.013222,-0.006549,0.023116,0.019263,0.031935,-0.011603,-0.001122,-0.01592,0.036164,-0.016803,-0.020742,-0.040452,0.034617,0.078762,-0.009902,0.027348,0.005651,-0.047101,0.008247,0.003024,-0.008079,-0.006431,-0.028026,-0.009874,-0.041597,0.035099,-0.054956,0.003939,0.003945,-0.082774,0.027156,0.013388,0.000366,-0.001416,0.012276,0.002592,0.029236,-0.003558,0.015744,0.004949,-0.011111,0.014918,-0.008657,0.048978,-0.018017,0.006001,0.001527,-0.022934,0.001307,-0.025908,0.064421,0.010313,-0.024033,0.049019,0.036559,0.038531,-0.004801,-0.048092,0.017958,0.02018,0.03501,-0.092515,0.022732,0.011772,0.008105,-0.003624,-0.002269,-0.022596,0.016255,0.020307,0.003691,-0.082634,0.040002,0.011619,0.018465,-0.006667,-0.023181,0.000104,0.006952,-0.014769,-0.050014,-0.001207,-0.017124,-0.004305,0.022798,-0.017753,-0.015582,0.02446,0.044765,-0.01437,0.032848,0.026401,0.007202,0.010704,-0.077002,0.004266,-0.008344,0.00101,0.004482,0.027003,0.010772,-0.003563,-0.01894,-0.019958,0.008994,0.003984,0.00635,0.008375,-0.002043,0.016268,0.035759,0.008234,-0.025096,-0.00889,0.040037,-0.019709,-0.015171,0.021591,0.029084,-0.014089,-0.041414,0.00081,-0.014813,-0.003118,-0.036741,-0.006171,-0.025156,0.014222,0.006875,0.016027,0.020986,0.020624,-0.015956,0.021147,-0.007746,0.008264,0.013873,0.012966,0.001711,-0.013092,0.009584,0.173947,0.004206,-0.004815,-0.001965,-0.012329,0.020343,-0.013277,-0.046028,-0.00252,0.025804,-0.009156,0.030816,0.018008,-0.001651,0.000748,0.058141,0.006727,0.033142,-0.008084,0.007315,-0.023088,0.031205,-0.214274,-0.001792,-0.052711,0.008411,0.01101,0.011211,0.003209,0.004238,0.006435,-0.015095,-0.035368,-0.022611,-0.040489,-0.008538,-0.040684,-0.024719,0.046979,-0.022285,0.014753,0.004592,0.074932,0.083298,-0.006241,0.070297,0.040347,-0.011539,0.046544,0.001151,0.007441,-0.02675,0.029768,0.030752,0.004678,-0.028312,-0.025406,0.017712,-0.025531,0.016317,-0.017666,-0.012194,0.019617,0.017475,-0.003843,-0.007724,0.015709,-0.013322,0.011834,-0.028746,-0.020679,0.002941,0.011559,-0.016856,-0.017828,-0.011344,0.054367,0.012915,0.008246,-0.014931,-0.030382,0.051389,0.029379,0.01508,0.019106,-0.00176,-0.044209,0.005384,-0.012209,-0.014056,0.02782,0.003436,0.024215,-0.025718,0.013233,0.024656,0.033257,0.113887,-0.005393,0.036392,-0.003632,0.017095,0.012342,0.017147,-0.006749,-0.031414,-0.022633,0.000601,0.018376,0.002884,0.0272,-0.029883,-0.05009,0.023455,0.003165,-0.003046,-0.040183,0.003618,0.030283,0.020212,-0.015788,0.016775,-0.027773,-0.034123,-0.002455,-0.003236,0.022077,0.024822,0.026756,-0.003847,-0.002721,-0.007045,-0.002988,0.015593,0.004454,0.002152,0.004453,0.041093,-0.033169,-0.009356,-0.025042,0.048612,0.005492,-0.049274,-0.009393,0.043617,-0.01477,0.029662,-0.038214,-0.001573,-0.0154,0.017187,0.007124,-0.028407,-0.008295,-0.027692,-0.001508,0.001335,-0.007662,-0.020885,-0.028741,0.009263,-0.018646,-0.122321,-0.011077,0.0172,0.001622,0.019171,-0.021236,0.010673,-0.062731,0.018293,0.024435,0.010695,-0.009602,-0.010397,0.02277,0.017612,-0.017937,0.013381,0.016624,-0.011446,0.008511,0.013732,-0.017529,-0.00075,-0.04277,0.012412,-0.039598,0.004915,-0.025169,0.019424,0.018633,0.036086,-0.028046,-0.019933,-0.011934,0.037078,0.000388,-0.021571,-0.014106,0.017401,0.008433,-0.006699,-0.010902,0.002169,0.011575,-0.002006,0.023298,0.016595,-0.032986,-0.05495,0.005994,-0.022155,0.007898,0.004545,0.08903,0.01107,-0.029649,0.025118,-0.009001,-0.013672,-0.020158,0.030757,0.00201,-0.02323,-0.015368,-0.005145,0.01059,-0.044445,-0.03899,-0.025742,-0.039091,-0.012732,-0.020062,-0.012552,0.025017,0.019487,-0.024486,0.005767,-0.006994,0.010819,0.048096,-0.007025,-0.005837,0.001649,-0.014134,0.007474,0.027958,-0.015463,0.015392,-0.019216,0.00228,-0.001578,-0.036862,0.007871,-0.00439,-0.013142,-0.001845,-0.002212,-0.013127,0.030611,0.046172,0.036118,-0.007773,0.01971,0.000249,-0.011482,-0.003882,-0.010859,0.017873,-0.002973,-0.009028,0.034802,0.003679,-0.01243,0.012152,0.00096,0.006799,0.028167,0.006629,0.105028,-0.000535,0.014583,0.000944,-0.032693,0.008895,0.040804,0.05607,-0.027576,-0.009268,0.001822,-0.022979,-0.032519,0.02085,-0.003841,-0.003393,-0.008682,-0.008582,0.006855,-0.019779,0.088687,0.014284,-0.012677,-0.028834,0.005119,-0.006097,0.004487,0.014281,0.01886,-0.005568,0.021958,0.030276,-0.036016,-0.008662,0.002321,0.037722,-0.001609,0.005122,0.021963,-0.006647,0.024224,-0.020531,0.00869,-0.048894,0.017188,-0.012053,0.029818,-0.012432,0.010003,0.09949,0.013609,-0.010432,0.043411,-0.017743,-0.014291,-0.001515,0.03324,-0.011203,0.006968,0.002833,0.015133,-0.006042,0.023927,-0.021946,-0.030744,-0.030279,-0.01261,0.048822,-0.020744,0.01083,-0.00427,0.004999,0.006485,0.023576,-0.004956,0.012631,-0.003146,-0.015404,0.015755,0.016656,0.761694,0.001203,0.020719,-0.028629,0.004785,-0.007779,0.009741,0.009561,0.001044,-0.015405,0.005176,-0.012022,-0.000341,0.013196,0.019324,-0.018489,0.038871,-0.018556,0.021934,-0.03435,-0.017344,-0.033243,0.040967,0.065297,0.010078,0.055092,0.005774,-0.031234,0.023257,0.013665,-0.007816,-0.026484,-0.035879,-0.01822,-0.012677,0.01544,-0.01692,0.031146,0.005207,-0.087591,0.019443,-0.000839,0.014337,-0.007263,0.007565,-0.023894,0.004327,0.011206,0.004822,-0.000101,0.011882,0.003219,0.013207,0.042739,-0.043411,0.004886,0.003009,-0.018786,-0.013617,0.002337,0.012498,0.007645,-0.015841,0.045866,0.032056,0.027714,-0.001974,-0.031072,0.019971,0.01156,0.05328,-0.106984,0.026049,0.017806,0.001679,-0.002276,0.021857,-0.010651,0.000344,-0.008536,-0.001747,-0.071488,0.039805,0.021421,0.009793,-0.014284,-0.040055,-0.017296,0.041965,-0.029894,-0.04995,-0.009526,-0.017171,-0.010879,0.028835,0.001536,-0.018663,0.046537,0.026523,0.006309,0.008611,0.02878,0.01032,-0.00042,-0.054222,0.010746,0.007993,0.00212,0.016076,0.009629,0.026983,-0.004118,-0.018628,-0.029246,0.001003,0.001602,0.016449,0.00947,0.011017,-0.008783,0.030659,-0.009882,-0.002347,0.000973,0.028337,-0.024562,-0.042004,0.036155,0.033269,-0.019433,-0.014969,0.000749,-0.012983,-0.007854,-0.019686,-0.025297,-0.018466,0.012214,0.002526,0.016822,0.009327,0.010771,0.005888,0.012305,-0.002158,0.008035,0.013959,0.005033,-0.011445,-0.023103,0.010033,0.128352,0.004308,0.003402,-0.006816,-0.012619,-0.001951,-0.01034,-0.026613,0.004934,0.050973,0.000031,0.012149,0.025369,-0.020948,-0.000959,0.067418,-0.000776,0.007918,-0.010975,0.00821,-0.00977,0.030907,-0.214815,-0.000037,-0.042241,0.005438,0.016107,-0.009817,0.006209,-0.008617,0.013211,-0.019281,0.006497,-0.007232,-0.050268,-0.01867,-0.023758,-0.03169,0.050478,-0.024504,0.010827,-0.010402,0.060116,0.087203,-0.026589,0.099693,0.0266,0.010781,0.024478,-0.012216,0.041257,-0.012218,0.006928,0.006378,-0.00454,-0.028248,-0.008781,-0.016345,0.00069,0.037235,-0.025518,0.014167,0.001939,0.007823,-0.008633,0.011745,0.004989,0.008467,-0.006206,-0.013851,-0.009853,-0.026075,0.007963,-0.004131,-0.019824,-0.021457,0.037782,-0.002184,-0.004708,-0.016823,-0.040203,0.027518,-0.007848,0.024204,0.020287,0.001114,-0.046905,0.005046,-0.005631,-0.032549,0.004662,0.015549,0.028601,-0.027378,0.024633,0.029509,0.02967,0.142688,0.012517,0.031112,-0.014872,0.023905,0.00409,0.02601,-0.019938,-0.021634,-0.009658,0.007507,-0.001194,-0.003897,0.026593,-0.034445,-0.030585,0.017678,-0.00618,-0.00485,-0.043712,0.017529,0.023731,0.012013,0.005765,0.021105,-0.021809,-0.005557,-0.006133,0.024866,0.011782,0.037931,0.018288,0.011155,-0.004506,-0.009813,-0.001232,0.002145,-0.022081,-0.010041,-0.010533,0.035175,-0.016344,-0.002272,-0.009231,0.040567,0.004534,-0.035875,-0.031363,0.037448,0.000595,0.025046,-0.011452,-0.016505,-0.018242,0.012046,0.007861,-0.003721,-0.020103,-0.020142,-0.00406,-0.00461,-0.000529,-0.028025,-0.033912,0.021436,-0.032719,-0.122968,0.007101,-0.009544,-0.010008,0.021345,0.006726,0.000557,-0.08152,0.018171,-0.019264,-0.015883,0.010768,-0.014234,0.016982,0.017366,0.000749,0.029813,0.033086,-0.002019,0.002418,-0.005366,0.006876,-0.003513,-0.032429,0.017856,-0.027244,-0.009042,-0.037554,0.012881,0.016936,0.018092,-0.033374,-0.014741,0.016176,0.045351,0.035516,-0.018753,-0.002678,0.012018,0.017248,0.013706,-0.004402,-0.01827,0.002393,-0.013424,0.030113,0.003979,-0.01988,-0.040755,0.014155,0.008229,0.020821,0.003614,0.10115,0.008485,-0.031958,0.018424,-0.001411,-0.004749,-0.02194,0.054263,-0.001193,0.000145,-0.016441,-0.004696,0.015912,-0.034452,-0.01106,-0.036466,-0.013977,-0.002884,-0.029758,0.012693,-0.011195,0.012649,-0.013786,0.012666,0.00005,0.006798,0.033381,-0.02544,-0.020925,-0.016745,-0.012993,0.029126,0.035363,-0.015201,0.000764,-0.013848,0.006995,-0.017433,-0.033795,0.00588,-0.017581,0.014461,0.011079,-0.043537,-0.005648,0.029226,0.039581,0.022025,-0.004773,0.012935,-0.009088,-0.020202,-0.009318,-0.027846,0.019506,0.009448,-0.01901,0.010139,-0.036307,-0.008907,0.028617,0.009588,0.018842,0.004316,-0.007822,0.107796,-0.006464,0.025697,-0.010337,-0.022245,0.007321,0.039217,0.044785,-0.031866,-0.007991,0.015855,-0.009508,-0.031302,0.02702,0.02646,-0.008764,-0.015068,-0.027538,0.002504,-0.02177,0.110387,0.017725,-0.013139,-0.024674,0.002285,-0.002295,0.00918,0.03279,-0.001485,-0.022757,0.022664,0.029868,-0.02073,-0.014121,-0.004631,0.026185,-0.005067,-0.002992,-0.000739,-0.008336,0.029563,-0.03901,0.0066,-0.024694,0.029464,0.008671,0.001236,-0.004864,0.001339,0.078482,-0.017736,-0.004855,0.045835,-0.0252,0.012578,0.013994,0.01321,-0.008686,-0.015332,-0.015967,0.027138,0.000711,0.001598,-0.015379,-0.006413,-0.053515,-0.020224,0.035661,-0.00258,0.009519,-0.007916,0.008936,0.004091,0.022839,0.005961,-0.019179,-0.006081,-0.027252,0.009783,0.020904,0.762567,-0.011889,0.026688,-0.006752,0.017711,-0.010296,0.022811,0.009204,0.001509,0.006559,0.007726,-0.015853,0.033984,0.021306,0.029684,-0.010793,0.016166,-0.01523,0.024797,-0.03888,-0.006584,-0.016351,0.046662,0.074807,0.000848,0.062094,0.005041,-0.04366,-0.000597,0.038911,-0.001765,-0.017949,-0.032349,-0.002687,-0.020194,0.014263,-0.02999,0.025383,0.021672,-0.080788,0.014433,0.024756,-0.002486,-0.020373,0.003936,-0.028844,0.015969,-0.013033,0.009779,-0.001442,0.003907,0.008283,0.000468,0.061754,-0.009571,0.00163,0.00343,-0.020437,-0.022831,0.008601,0.022785,-0.008379,0.001115,0.056504,0.025753,0.042661,-0.012331,-0.011076,0.038329,0.024557,0.045776,-0.062415,0.030682,0.016413,-0.006046,0.013858,0.019906,-0.022835,-0.008395,-0.000034,0.053305,-0.064452,0.006624,0.038877,-0.020873,0.001986,-0.02682,0.020754,0.044047,-0.012531,-0.026703,0.025929,0.001176,-0.013731,0.002531,0.021035,0.01167,0.044228,-0.010099,-0.032332,-0.004713,-0.009189,0.001868,-0.013444,-0.050142,-0.018645,-0.028691,-0.025878,-0.041756,0.085693,0.014734,-0.002729,-0.016494,-0.018178,-0.027791,-0.012726,0.016497,0.011232,-0.001109,0.016335,-0.016037,-0.018164,0.009609,-0.023261,0.026752,-0.056528,-0.048255,-0.025419,0.005261,-0.032133,-0.008787,-0.014097,-0.022428,-0.023018,-0.033196,-0.015659,0.003419,-0.006461,0.055852,0.033252,-0.03348,0.019909,0.027552,-0.014554,0.030539,0.023302,0.00649,0.033318,0.008422,0.007871,0.041062,0.118459,0.021814,0.000564,-0.019539,-0.001454,-0.010868,0.02646,-0.033563,-0.008259,0.080401,-0.015063,0.028877,-0.007766,0.003133,0.028617,0.075102,0.001698,0.008312,0.009387,-0.024925,-0.019936,-0.017726,-0.188107,-0.003767,-0.031227,0.016185,0.010121,-0.009725,0.005836,-0.014887,0.003831,-0.005764,0.001118,-0.00401,-0.013454,0.008428,-0.018154,-0.039481,0.004203,0.000052,0.024277,-0.032033,0.045026,0.057659,-0.028431,0.057402,0.048541,0.007104,0.002415,-0.011179,-0.009807,-0.005959,-0.00932,0.025794,0.026175,-0.054503,-0.023692,-0.023165,-0.008056,0.026221,-0.0177,-0.031359,-0.011034,0.014079,-0.018333,0.030848,-0.045282,0.003961,0.010224,-0.011219,-0.013644,0.002907,0.015212,0.003732,-0.018564,0.01819,0.035691,-0.002928,-0.005288,-0.021988,0.002075,0.013355,-0.00418,0.026198,0.003231,-0.00897,-0.056581,-0.003068,0.001234,-0.039473,0.000467,-0.002571,0.032359,-0.01413,0.019169,-0.015362,0.031143,0.150825,0.024613,0.016613,-0.005225,-0.000345,-0.014658,0.026156,0.007369,-0.005886,-0.02075,0.028392,0.003762,0.033099,0.002567,-0.022104,-0.027932,0.036825,0.021846,-0.006746,-0.055514,-0.007867,0.031638,-0.0071,0.020382,0.00248,-0.040545,-0.016056,0.029766,0.015398,-0.001108,0.031832,0.029232,-0.009534,0.00877,-0.006781,-0.031346,0.026789,-0.021513,0.047055,0.006373,0.042049,0.005932,-0.023355,-0.059666,0.032379,-0.03086,-0.070988,-0.006028,0.025203,-0.015272,0.009516,-0.036301,-0.006406,-0.022182,0.031173,0.020612,0.013663,0.009239,-0.019435,-0.022845,-0.031441,-0.006377,-0.019259,-0.027048,0.019601,-0.032121,-0.098832,0.020837,-0.004048,-0.010177,0.03895,0.018357,-0.010135,-0.056475,0.023487,-0.020942,0.057836,0.024547,-0.03312,-0.005313,-0.021104,-0.027419,0.028972,0.026228,-0.004867,-0.005063,0.023692,0.040884,-0.006044,0.014152,0.038734,-0.005708,0.025296,-0.000634,0.006739,0.026049,0.020694,-0.014845,0.000762,-0.007857,0.030588,0.036394,0.005513,0.015116,0.006959,-0.034335,0.04192,-0.013635,-0.035815,-0.008025,0.003883,0.018783,0.029166,-0.029392,-0.054792,0.036089,-0.012708,0.009862,-0.016247,0.086749,0.015906,-0.049087,0.007167,0.040998,0.008941,-0.040733,0.054086,-0.026575,-0.02438,-0.001085,-0.004944,0.002757,-0.042869,-0.020142,0.018297,0.000082,-0.007007,0.025,0.003814,0.005254,-0.026394,-0.018542,0.008043,0.005364,0.034796,0.027842,-0.007817,-0.033522,-0.033524,-0.031165,-0.00804,0.003655,-0.02793,-0.018064,0.018192,0.036451,-0.018928,-0.049959,0.02543,0.024689,0.001338,0.005778,-0.014477,0.018374,0.035257,0.017726,0.027151,-0.034074,-0.01195,0.001835,-0.015482,0.009079,0.056945,0.008153,-0.004276,0.012618,0.050533,-0.005714,-0.017205,0.009008,0.011406,0.028598,0.011915,-0.005761,0.114956,0.003376,0.012535,-0.008661,-0.013276,0.031288,0.016185,0.038381,0.001131,-0.033344,0.002964,-0.043696,0.006064,0.039336,-0.014437,0.010109,-0.023434,-0.020598,-0.002883,-0.026623,0.066438,0.017103,-0.002442,-0.018471,0.052639,0.003037,-0.011206,-0.009245,-0.009779,-0.017425,0.025991,0.004644,-0.031582,0.004818,0.006105,0.021803,-0.054848,0.009533,0.00763,0.001767,0.019627,-0.030282,-0.007468,-0.049643,0.01951,0.012441,-0.018229,0.000249,0.029207,0.036723,0.012315,-0.011663,0.024712,-0.013102,-0.048335,0.01655,0.040432,0.019997,0.021053,-0.01909,0.019254,-0.001096,0.013509,-0.021428,-0.01819,-0.029387,0.012456,0.036863,-0.004134,0.012491,-0.010811,-0.006298,0.007799,0.005354,0.024155,-0.006932,-0.01743,-0.008459,-0.011456,0.024589,0.752041,0.010159,0.016198,0.003608,-0.000356,0.020235,-0.015322,0.02226,-0.019883,-0.024131,0.022887,-0.031525,0.007754,0.028876,0.033559,0.000569,0.058484,-0.03808,0.03345,-0.006893,0.001408,-0.015001,0.026653,0.031578,-0.025828,0.044956,0.016739,-0.039684,0.009506,-0.011397,-0.024009,-0.010793,-0.042104,-0.027052,-0.016395,0.014595,-0.006766,0.008054,0.041763,-0.082408,-0.006046,-0.02498,0.019392,0.007233,0.027648,-0.02537,-0.007221,-0.002274,0.025936,-0.009815,0.000826,0.009477,0.010847,0.041561,-0.007024,-0.031672,0.0092,-0.024315,-0.030689,-0.009093,0.012765,-0.000918,-0.003657,0.053999,-0.02701,0.053706,-0.003676,-0.008908,0.011605,0.039475,0.047649,-0.100417,0.043502,0.004897,-0.02413,0.01054,0.02767,-0.024702,0.018697,0.000216,0.044042,-0.087716,0.009759,0.022101,-0.00691,-0.013326,-0.01282,0.010048,-0.007099,-0.005392,-0.047646,0.018242,-0.013143,0.005221,0.036036,-0.003776,0.001288,0.045137,-0.013531,-0.008292,0.008779,0.001039,0.000578,-0.021658,-0.058736,0.009653,-0.020282,0.009684,-0.012478,0.061444,0.000354,-0.018467,-0.022575,-0.04313,-0.007778,-0.017113,0.017621,-0.007815,0.026062,0.017072,0.003183,-0.015955,-0.004632,-0.021923,0.031967,-0.042677,-0.023403,0.017534,-0.00355,-0.009438,-0.009286,-0.006997,-0.020823,-0.031285,-0.015181,-0.007138,0.007199,-0.005964,0.019267,0.009247,-0.002459,0.007381,-0.003919,-0.015418,0.012072,0.023365,0.010252,0.008898,-0.004172,-0.011817,0.017404,0.128469,-0.00433,-0.009947,0.000241,-0.005218,0.02324,0.012012,-0.039822,0.007064,0.052951,0.010423,0.027864,0.005414,-0.016937,0.013008,0.066389,0.003484,-0.007009,0.017952,-0.012142,-0.028599,-0.00483,-0.194242,0.017898,-0.035095,0.002675,0.020126,-0.008788,-0.018676,-0.014878,0.027589,-0.002629,-0.006101,-0.010327,-0.030865,0.012613,0.014749,-0.011244,0.036465,-0.01837,0.017916,-0.038949,0.078705,0.064319,-0.025665,0.098416,0.038759,0.002576,0.012825,0.003105,0.00616,0.007633,-0.001633,0.021548,-0.022058,-0.056137,-0.011694,0.012558,-0.029345,0.012944,-0.03542,-0.014615,0.018823,0.001939,-0.033456,0.032525,-0.008934,-0.008532,0.006769,-0.012928,-0.031315,0.011623,0.005911,-0.004917,-0.008038,0.003706,0.01474,-0.020437,0.000602,-0.028452,-0.011436,0.051464,0.031482,0.037851,0.027913,-0.006641,-0.045456,-0.001524,-0.017294,-0.037082,-0.003378,0.001041,0.033116,-0.019264,-0.002236,-0.000071,0.032978,0.165688,0.022153,0.028001,0.010941,0.032813,-0.010463,0.009412,-0.006202,0.00384,-0.023168,0.011421,-0.00364,0.040291,0.015529,-0.053411,-0.012678,0.040251,0.040917,-0.013963,-0.041778,0.018233,0.036372,0.017798,0.011823,0.017555,-0.042888,-0.03247,0.030817,0.027871,0.002649,0.038875,0.029714,-0.011646,0.013768,-0.004523,-0.000988,0.023354,-0.021085,-0.00086,0.001308,0.077371,-0.019,-0.015454,-0.053663,0.018446,-0.020387,-0.058083,-0.004697,0.025427,-0.013905,0.016313,-0.005283,0.017581,-0.022891,0.029343,0.007003,0.002835,0.011349,0.003921,-0.022031,-0.016385,-0.008683,-0.016786,-0.024841,0.012352,-0.015901,-0.125715,0.021491,-0.003352,-0.000688,0.035085,0.042672,-0.019152,-0.059011,0.009724,-0.010274,0.033917,0.001816,-0.052104,-0.022772,-0.003475,-0.019866,0.013657,0.014241,-0.003945,-0.000943,0.019772,0.029002,0.002482,-0.01346,0.023217,-0.036712,-0.012768,-0.017092,0.010293,0.009809,0.015372,-0.039743,0.014804,0.007475,0.030775,0.037815,0.008515,0.015586,-0.013554,-0.015535,0.012881,-0.016045,-0.016233,-0.004302,0.011844,0.002505,0.018893,-0.033283,-0.057656,0.028891,-0.014282,0.00421,-0.000216,0.083626,0.015477,-0.038951,0.030416,0.017134,0.003717,-0.02836,0.031652,0.00626,-0.01532,-0.02501,-0.013254,0.001325,-0.049429,-0.018887,-0.003997,-0.003417,-0.009427,-0.008842,0.007584,0.007105,-0.01755,-0.002026,0.01455,0.011865,0.011725,0.028565,-0.006587,-0.034927,-0.051385,-0.008626,0.005999,0.024468,-0.036176,0.00681,0.015281,0.033399,-0.032168,-0.037374,0.022123,0.013843,0.020277,0.008097,-0.024864,0.010325,0.02867,0.029812,0.04683,-0.018113,-0.00266,0.029322,-0.009591,-0.006359,0.017953,0.02802,-0.005297,0.002215,0.02864,-0.026895,-0.00513,0.00992,-0.000006,0.0365,0.001971,0.01794,0.111399,0.012865,0.020968,-0.015266,-0.003876,0.01729,0.03043,0.060976,-0.01033,-0.005537,-0.009601,-0.016217,-0.029345,0.025696,-0.001095,0.049894,0.00452,-0.020215,-0.001254,-0.013004,0.085263,0.012116,-0.020469,-0.021548,0.022288,0.024867,-0.008291,-0.01414,0.005897,-0.023252,0.033269,0.008086,-0.040805,0.004402,0.012235,0.040993,-0.021955,0.002674,-0.003673,0.001981,0.03714,-0.029365,0.003785,-0.020437,0.00004,0.016366,-0.00312,-0.011425,0.011862,0.082028,0.016713,-0.013834,0.031281,-0.026204,0.003304,0.001915,0.025578,0.004663,-0.00317,-0.005734,0.024661,-0.004607,0.002013,-0.045663,-0.007331,-0.038175,-0.00455,0.038962,-0.008266,0.012896,-0.007644,-0.00032,0.014627,0.001715,-0.000463,0.005127,-0.031454,-0.010722,0.001201,0.019192,0.753114,0.000718,0.029703,-0.013222,-0.004777,0.014959,-0.010804,0.019328,0.002138,-0.024126,0.00213,-0.01945,0.026158,0.047147,0.025874,0.007225,0.060795,-0.025228,0.011475,-0.006746,-0.024298,-0.017719,0.018834,0.033346,-0.035073,0.032811,0.026349,-0.035931,0.001889,0.019997,-0.013837,0.001646,-0.04247,-0.034659,-0.040466,0.022677,-0.01788,0.016041,0.01447,-0.077312,0.014074,0.003768,0.023974,-0.007389,-0.010656,-0.024875,0.016466,-0.005439,0.017585,0.01398,0.007149,0.016215,-0.011164,0.042894,-0.013854,-0.00997,0.001966,-0.006087,-0.02786,-0.00332,0.012989,0.014303,-0.029351,0.035639,0.013362,0.031207,0.00685,-0.001763,0.029201,0.036162,0.032465,-0.087008,0.002955,-0.01786,0.026366,-0.000959,-0.015803,-0.016679,0.018066,-0.003626,-0.005923,-0.083698,0.011729,-0.001957,-0.024633,-0.008795,-0.005005,0.008682,0.013934,-0.029419,-0.061002,0.042213,0.002051,-0.032543,0.02555,-0.006445,-0.009873,0.02132,0.009558,0.01016,0.026872,0.019414,0.02387,0.011838,-0.063309,0.011306,0.011224,-0.011778,0.010055,0.021866,0.015918,-0.002722,-0.007915,0.010857,-0.01826,-0.013422,0.039506,-0.005247,0.015011,0.034976,0.014565,-0.002513,0.00827,-0.020564,0.037772,-0.030125,-0.065699,0.020476,0.025468,-0.008438,0.002921,0.008734,-0.029203,0.015814,-0.00576,-0.007692,-0.018569,-0.003747,-0.001737,-0.013912,0.014892,0.001654,-0.0023,0.017127,0.015215,0.014667,0.021567,0.017455,-0.008759,0.006109,0.03208,0.165512,-0.000961,-0.016739,-0.000536,-0.013567,-0.017637,0.014202,-0.037366,-0.009978,0.025437,0.015121,0.009736,0.018875,0.012101,-0.011175,0.035506,0.015442,0.011765,0.00258,-0.011677,-0.006317,0.019,-0.263329,0.00409,-0.016887,0.033397,0.00315,-0.015904,0.022573,-0.019794,-0.003568,-0.034301,-0.002354,0.002638,-0.064818,-0.026712,0.001982,-0.039026,0.045978,-0.029011,-0.039418,-0.002512,0.026171,0.103227,-0.004427,0.165296,-0.01215,0.03055,0.000853,0.030464,0.007888,0.00242,0.009257,0.025797,-0.007981,-0.014942,-0.026316,0.005792,-0.019498,0.010952,-0.02452,0.030915,0.03131,-0.011011,-0.006467,-0.016372,0.003829,-0.020526,0.022713,0.007647,-0.004276,0.010875,0.011428,-0.02826,-0.012828,-0.018993,0.041674,-0.010021,-0.016599,0.012946,-0.028572,-0.004337,0.04673,0.025347,-0.016068,-0.02331,-0.014431,-0.020355,0.010345,-0.032796,0.004439,0.026021,0.036557,-0.018831,0.02823,0.029228,0.054282,0.14498,0.009977,0.026157,-0.004661,0.026412,-0.015019,0.001489,-0.043976,-0.008191,-0.026612,0.018558,-0.011044,0.01856,0.021575,-0.03707,-0.018946,0.046602,-0.004728,-0.023863,-0.075171,0.017963,0.018403,0.010494,-0.000783,0.037823,-0.026641,-0.015694,0.016682,0.032679,0.000415,0.030269,0.016282,0.02832,-0.022593,0.004638,-0.002454,0.000722,-0.053576,0.0117,-0.015379,0.026537,-0.040532,-0.009574,-0.004093,0.030609,-0.004493,-0.048056,-0.009621,0.00849,-0.002757,0.018095,-0.003955,0.017788,-0.011458,-0.005854,0.008233,0.011477,0.002347,-0.030151,0.001484,0.021351,0.007611,-0.024033,0.016616,0.014924,-0.02824,-0.161984,-0.003121,0.004337,-0.023352,0.010089,0.014468,0.002991,-0.061726,0.02364,0.004336,-0.037978,0.010382,-0.006643,-0.013778,0.02433,-0.004297,0.023098,0.030538,-0.002604,0.00447,0.008641,0.015609,0.008003,-0.01879,0.010982,-0.027227,0.000886,-0.013401,0.041915,0.024301,0.010215,-0.029476,0.007369,-0.004832,0.010113,0.024453,0.018126,0.004976,-0.00287,0.016901,0.0365,0.005455,-0.017492,0.007871,-0.028391,0.022219,-0.011296,-0.006392,-0.023716,0.016173,0.00594,0.01,0.002752,0.097058,0.021258,-0.047544,0.009712,-0.001927,-0.003228,0.011331,0.041156,0.002756,-0.012484,0.005227,0.017765,0.005463,0.003039,-0.010123,-0.030202,-0.015674,0.000612,-0.028498,-0.008168,-0.020527,0.003204,-0.008184,0.008106,0.020563,-0.016662,0.031514,-0.030936,0.014252,-0.029377,-0.027052,0.008027,0.017293,-0.003753,-0.008753,0.015277,0.000958,-0.023076,-0.021363,0.006249,-0.02461,-0.006149,0.029874,-0.029056,0.038108,0.057536,0.016952,0.05143,-0.010838,0.035289,0.047514,-0.055143,-0.01313,0.006648,0.043007,-0.01446,-0.032846,0.005247,-0.030653,0.007861,0.020749,0.014984,0.005621,-0.00613,-0.017918,0.09546,-0.001898,0.015288,0.022016,-0.030536,0.002167,0.054213,0.018583,-0.010986,0.00808,-0.002047,-0.018937,-0.024896,0.023692,-0.004586,0.002395,0.000637,-0.010058,0.001674,-0.039664,0.073803,0.023363,0.012429,-0.024591,0.009318,-0.002945,0.002226,0.007485,0.006086,0.018266,0.019587,0.053635,-0.02767,-0.004824,-0.016688,0.035351,0.00941,0.001783,0.01886,-0.003577,0.037832,-0.058688,-0.010588,-0.009216,0.010687,-0.006637,-0.020237,-0.000005,0.004186,0.047694,0.000238,0.032925,0.031207,-0.022761,0.008033,0.01514,-0.004309,0.012705,-0.004806,-0.022848,0.018415,0.021554,-0.008748,-0.019497,-0.035223,-0.042912,-0.018277,0.02423,-0.032249,0.019934,-0.008994,-0.008919,0.005357,0.011206,0.012194,-0.007364,0.016899,-0.031363,0.021833,0.011956,0.728293,-0.00703,0.019311,0.000058,0.011709,-0.03324,0.029407,-0.008705,-0.005031,0.006116,0.013479,0.010075,0.017381,0.009968,0.00344,-0.02209,0.020679,-0.010406,0.017039,-0.008044,-0.006184,-0.02613,0.034737,0.016853,0.018904,0.034771,0.005505,-0.034338,0.013378,0.030989,-0.010901,-0.007888,-0.029064,0.005851,-0.015297,0.023529,-0.000214,-0.013086,0.041785,-0.05285,0.010809,0.005941,0.017617,0.007426,0.033342,-0.028778,0.006636,0.019611,0.002066,-0.00213,0.011066,0.010663,0.007239,0.041697,-0.015944,-0.013772,-0.004273,-0.030001,0.006096,0.002742,0.019619,-0.024732,-0.008355,0.068311,0.035711,0.059495,0.001938,-0.012391,0.023177,0.025035,0.036682,-0.085801,0.015189,-0.007839,0.021015,0.024274,-0.005756,-0.027931,0.015955,-0.009255,-0.004882,-0.073845,-0.003161,-0.000741,-0.011152,0.005642,-0.022916,0.021165,0.006649,-0.024554,-0.055792,0.035873,0.011779,-0.038355,0.014738,-0.011175,0.036737,0.030758,0.028013,0.010326,0.032527,-0.004628,0.026471,0.016247,-0.05562,0.005675,0.020825,-0.023499,0.017884,0.041055,0.013447,-0.003808,-0.01258,0.00456,-0.002572,-0.026722,0.021882,0.004168,0.003462,0.006794,-0.01387,-0.027491,0.036663,-0.002996,0.017818,-0.05722,-0.060777,0.029508,0.027163,-0.004837,0.006173,0.014491,-0.01574,0.013279,-0.004364,-0.017021,-0.000783,0.002101,0.024942,-0.004679,0.013068,0.00687,-0.005037,0.021852,0.046481,0.032635,-0.009419,0.031139,-0.01319,0.022855,0.050219,0.160631,0.0137,-0.005062,-0.00353,-0.012214,-0.00479,0.024751,-0.045334,-0.008119,0.034658,0.024978,0.021986,0.012004,0.000984,0.014468,0.054287,0.008637,0.025039,-0.025931,-0.006649,0.000273,0.020828,-0.219928,-0.012655,-0.033648,0.019718,0.006467,-0.006409,-0.003205,-0.029418,-0.006939,-0.013706,-0.008652,-0.006037,-0.061579,-0.024629,0.039436,-0.032127,0.038171,0.001115,0.004056,0.003881,0.037448,0.100852,-0.009586,0.108846,0.002432,-0.010307,0.007567,0.033148,0.031447,0.002438,0.001171,0.041605,-0.005562,-0.021209,0.01413,0.008187,-0.028762,0.028014,-0.00116,0.026201,0.033293,-0.027367,-0.003346,-0.007063,0.015757,-0.012032,0.014276,-0.005877,-0.022082,0.001907,0.029876,-0.041679,0.007676,-0.00701,0.027006,-0.022835,-0.017436,0.012478,-0.030184,-0.014329,0.033157,0.011329,-0.019335,-0.01563,-0.033921,-0.015027,0.00776,-0.043387,0.011214,0.002386,0.027251,-0.031867,0.024576,0.03241,0.051597,0.180087,-0.005065,0.012221,0.010827,0.020886,-0.02304,0.02039,-0.017552,-0.025994,-0.029036,-0.003671,-0.000018,0.006816,0.012482,-0.0239,-0.01338,0.066851,-0.00039,-0.02441,-0.075401,0.012835,-0.008164,0.006822,0.000527,0.044662,0.00805,-0.008074,0.03077,0.011886,-0.000704,0.033812,0.005694,0.018974,-0.029699,0.011812,-0.012147,0.008873,-0.051485,0.023734,-0.026515,0.032568,-0.018606,-0.011675,-0.02833,0.026592,-0.007521,-0.050379,-0.004426,0.017058,-0.005111,0.011088,0.013125,-0.011236,-0.015936,0.000957,0.003196,0.023811,-0.003618,-0.037312,0.007306,0.00705,0.000896,-0.027714,0.008106,0.004053,-0.036878,-0.111207,0.017332,0.006277,-0.007263,0.020628,0.028594,-0.009085,-0.074982,0.01406,-0.004178,-0.013187,0.023446,-0.03195,-0.00806,0.03345,-0.008076,0.048742,0.025719,-0.028403,0.009139,0.013162,0.055667,0.012763,0.000456,0.0282,-0.032546,-0.007598,-0.007958,0.035334,0.013417,0.02166,-0.019784,0.022965,-0.007861,0.01766,0.031724,0.025122,0.006895,-0.007924,-0.003277,0.041263,-0.011792,-0.015388,-0.003145,-0.039523,0.011588,-0.018111,-0.0002,-0.015537,0.025222,0.013484,0.027127,0.012185,0.074394,0.03112,-0.030461,0.04099,0.002166,0.011666,0.004253,0.061389,-0.003566,-0.018937,-0.010408,0.018115,-0.00666,-0.002785,-0.033423,0.001199,0.017359,-0.006193,-0.003028,-0.009316,-0.018791,-0.01973,0.007025,0.011271,0.016087,-0.005026,0.00249,-0.023264,0.002839,-0.03071,-0.010224,-0.007648,0.027587,-0.02257,-0.007581,0.004433,0.010755,-0.045854,-0.020365,-0.004548,-0.028664,0.005414,0.038267,-0.027083,0.005261,0.042743,0.005494,0.028754,-0.029174,0.022617,0.046032,-0.038625,-0.002317,0.058687,0.0409,-0.010535,-0.013967,0.001743,-0.035825,0.02061,0.018759,0.008065,0.018016,-0.016995,0.014606,0.107755,-0.011745,0.01209,0.015869,-0.032755,0.005764,0.058728,0.027895,0.000109,0.006814,-0.003106,-0.019826,-0.019854,0.014559,-0.026419,0.00216,0.001176,-0.018805,-0.007861,-0.03247,0.047081,0.034693,0.016544,-0.024585,0.014092,0.002455,0.001913,0.013816,0.01719,0.001237,0.006755,0.062652,-0.030946,0.005822,-0.024733,0.029416,-0.015692,0.016219,-0.017337,0.016642,0.029798,-0.034793,-0.01437,-0.008068,0.021002,0.005165,-0.010995,0.019432,-0.003144,0.053419,0.007854,0.004231,0.028884,-0.034787,-0.004986,0.036594,-0.021804,0.005502,0.02039,-0.013901,0.012811,0.013294,-0.000456,-0.01436,0.01934,-0.029431,-0.035089,0.014618,-0.023272,-0.000729,-0.03503,-0.009025,0.028335,0.006854,0.005198,-0.003257,0.011627,-0.023314,0.013509,0.009915,0.743157,-0.009797,0.02528,-0.000386,0.018905,0.006616,0.003346,0.006188,0.00348,-0.00052,0.015678,-0.009744,-0.001669,-0.011547,0.043161,-0.016885,0.021835,-0.035136,0.013932,-0.002878,-0.013622,-0.035162,0.017183,0.007523,0.010042,0.041221,0.009024,-0.036449,0.005629,0.026551,-0.015351,-0.004885,-0.040791,-0.025652,-0.016857,-0.013226,-0.002913,0.015173,0.041807,-0.068051,-0.009522,-0.002298,0.037538,-0.005777,0.011653,-0.031654,0.025463,-0.00216,0.001592,-0.02671,-0.009763,0.000903,0.005441,0.026392,-0.008367,-0.006338,0.001385,-0.034518,-0.002385,0.005727,0.029356,-0.01881,-0.009683,0.061545,0.033759,0.044356,-0.001866,0.021895,0.028672,0.028278,0.028649,-0.076151,0.047541,0.00231,-0.004829,0.008679,0.000184,-0.040687,-0.007643,-0.025719,-0.008947,-0.052798,-0.005375,0.031544,-0.009669,-0.001973,-0.053889,0.012958,0.034816,-0.022532,-0.040934,0.015912,-0.013921,-0.029873,0.001073,0.001723,0.007803,0.027398,0.014214,0.009735,0.030255,-0.002124,0.005723,-0.006476,-0.058518,-0.01532,-0.005674,0.011392,0.030872,0.050589,0.000959,0.002962,-0.002383,0.007917,-0.002321,0.004605,0.016832,0.002852,0.020564,0.010014,0.001376,-0.015231,0.019505,-0.006939,-0.004193,-0.03992,-0.021681,0.049337,0.049789,-0.008307,0.027516,-0.001451,-0.036855,-0.027324,-0.017269,-0.011636,-0.020491,0.023326,0.017453,0.003351,-0.012517,0.034958,0.006867,0.02332,0.047716,0.011166,0.004896,0.031372,-0.018344,-0.02184,0.012895,0.130569,0.036386,0.005755,-0.003752,-0.001331,0.033075,-0.017466,-0.03896,0.002799,0.069209,-0.002692,0.029406,-0.001243,-0.010807,-0.001563,0.070311,0.007637,0.019255,-0.012177,0.007549,-0.018303,-0.007956,-0.137023,0.012842,-0.036583,-0.005369,0.02191,-0.004198,-0.013789,-0.015827,0.025631,-0.023179,-0.019656,-0.018271,-0.013351,-0.016777,0.057064,0.00142,0.061485,-0.028807,0.014935,-0.005993,0.034451,0.086456,-0.008626,0.046702,0.009486,-0.014905,0.007811,-0.019516,0.008482,0.011034,0.003124,0.055831,-0.01193,-0.05591,-0.002869,0.025458,-0.025505,0.039736,-0.016679,-0.017845,0.012872,-0.007365,-0.031115,0.007287,-0.018933,-0.021285,0.019123,-0.009774,-0.052688,0.01126,0.016424,-0.016268,0.038615,-0.021867,0.036858,-0.013605,-0.01488,0.048644,-0.020543,0.016261,0.017513,0.005643,-0.007573,-0.011628,-0.044127,-0.001182,-0.001844,-0.058954,0.009875,0.018157,0.039297,-0.030278,-0.013612,0.013009,0.010013,0.158921,-0.034463,0.003879,0.002335,0.014777,-0.008748,-0.011237,-0.013384,-0.017115,-0.060083,0.014564,-0.006479,-0.002622,-0.000889,-0.021346,-0.05786,0.112247,0.032746,-0.0344,-0.082767,-0.005949,0.009888,-0.002422,0.012008,0.023022,0.009016,-0.020073,0.016227,0.002061,0.006591,0.043271,0.017017,0.003587,0.005117,0.020715,-0.066251,0.024781,-0.001226,-0.012068,-0.00434,0.040613,0.013787,-0.003926,-0.025239,0.009485,-0.002133,-0.031515,-0.003752,0.036322,0.00029,0.024321,-0.011277,0.013316,-0.001695,0.012958,0.035009,0.028143,0.010643,-0.015573,0.008392,0.006308,0.019973,-0.01912,-0.012884,-0.008184,-0.033336,-0.120904,-0.010059,-0.003733,-0.002281,0.02273,0.038901,0.009042,-0.093062,0.034795,0.004671,0.057543,0.029502,-0.017344,-0.005179,0.012743,-0.014863,-0.004053,0.017749,-0.00529,0.010968,-0.015773,0.021332,-0.006769,0.017091,-0.000116,0.004419,-0.00145,-0.002926,0.024036,0.015153,0.050059,-0.012343,-0.005581,-0.013955,0.043136,0.024195,0.033476,-0.007645,-0.016876,-0.01177,0.020676,-0.026012,-0.010909,0.000528,-0.015895,0.013192,-0.036952,-0.023726,-0.02287,0.003974,-0.012655,0.043865,0.032885,0.045063,0.01518,-0.022312,0.077006,0.017714,0.005566,0.008122,0.050135,0.011063,0.011839,-0.005615,0.023546,-0.027794,-0.03192,-0.042426,0.01985,-0.017739,-0.000486,-0.023852,-0.005034,0.029239,-0.00632,-0.010292,-0.004809,-0.006563,0.002191,0.035496,-0.02563,-0.01089,-0.00932,0.009864,-0.000793,0.009323,-0.01178,0.003211,-0.03302,0.025194,-0.019148,-0.037592,-0.016921,0.010129,0.00887,0.034145,-0.010307,-0.004763,0.022902,0.060198,0.058967,-0.001413,0.026091,0.025796,-0.021708,-0.021913,0.03171,0.057908,-0.00552,0.016459,0.004829,-0.006452,0.002698,0.012422,0.010716,0.0191,-0.011014,0.031164,0.11261,-0.022189,0.02136,-0.011217,-0.027102,0.029708,0.070116,0.046186,-0.012382,-0.014568,-0.007508,-0.0167,-0.051382,0.016848,0.042506,-0.016616,-0.004525,-0.001861,-0.018489,-0.045798,0.097896,-0.017812,-0.030109,0.007334,0.011157,-0.005815,0.004851,-0.00868,0.007179,-0.005462,0.013778,0.0443,0.002951,0.018872,0.011564,0.031874,-0.02361,-0.008138,-0.028274,0.019642,-0.001512,-0.039298,-0.006573,-0.006339,-0.005507,0.035678,0.040614,-0.009103,-0.008293,0.078148,0.002763,-0.027966,0.02028,-0.021504,-0.002625,0.006134,0.00908,-0.022297,0.047244,0.003458,0.024302,-0.016538,0.020371,-0.031148,0.020465,-0.074498,-0.034371,0.04292,0.002273,0.031027,-0.018379,0.008425,0.049832,0.017748,0.000186,-0.017206,-0.000896,-0.030556,0.004591,0.010728,0.736565,0.000652,0.00454,0.000319,-0.011388,0.028207,-0.015291,-0.011092,-0.023306,-0.015845,0.025814,-0.002496,0.001495,0.01443,0.042326,-0.002037,0.023846,0.000197,0.001804,-0.028308,-0.025948,-0.010718,0.018892,0.015783,-0.008716,0.054776,0.019293,-0.014761,0.002631,0.022129,-0.047488,-0.007634,-0.056248,-0.046967,-0.008256,0.007921,0.030796,0.029275,0.011049,-0.078174,0.002952,-0.008615,0.033496,0.001892,-0.004094,-0.042422,0.023439,0.024844,0.01256,-0.016651,0.015887,-0.045795,-0.032153,0.041643,-0.011137,-0.015186,0.003508,-0.016028,-0.03884,0.022927,-0.015962,-0.022659,-0.012044,0.071524,0.027932,0.032145,0.011782,0.026496,0.016484,0.029269,0.028917,-0.087237,0.048195,0.028199,0.00873,0.002211,0.016014,-0.050292,0.002799,-0.009461,0.039658,-0.080736,0.019375,0.01801,-0.003381,-0.005579,-0.014084,0.017062,0.005986,-0.022024,-0.051803,0.003807,-0.005004,-0.007226,0.020366,0.004647,0.006492,0.046294,-0.008399,-0.021438,0.024149,0.005262,0.002018,0.024408,-0.071611,-0.028694,0.01884,-0.007518,0.023785,0.05993,-0.005901,0.011148,0.014024,0.010811,-0.032529,-0.007128,0.040677,0.001587,0.011409,-0.007431,0.018009,-0.023879,0.008335,0.013567,0.023296,-0.053338,-0.043272,0.029325,0.031524,-0.017244,-0.003138,0.022126,-0.000445,-0.011669,-0.010578,-0.020475,0.002579,-0.008275,0.041064,0.008602,0.025803,0.029484,0.014702,0.017313,-0.005128,0.010828,0.041191,0.029445,-0.019291,0.006501,0.03198,0.144171,0.025964,0.016296,0.011392,-0.01043,-0.006263,0.013147,0.002512,-0.047316,0.052536,-0.003961,0.024181,0.014605,-0.030199,0.013862,0.045447,0.009533,-0.01681,-0.014951,0.006489,0.004662,-0.007362,-0.217132,-0.007931,-0.060252,0.006471,0.035109,-0.004095,-0.020322,-0.016198,0.001518,-0.007105,-0.014115,-0.019015,-0.030567,-0.004207,0.015612,-0.012393,0.029536,-0.007131,0.007367,-0.016293,0.038015,0.106237,-0.019671,0.073592,0.029316,0.024374,0.00313,0.029066,0.006842,0.022482,-0.04463,0.046143,0.008759,-0.041853,-0.023856,-0.00665,-0.039937,0.030626,-0.025847,0.008864,0.047247,-0.002525,-0.033842,-0.007665,-0.027376,-0.006291,0.010712,-0.010893,-0.025383,0.014369,0.037008,-0.020503,0.023008,-0.027942,0.035194,0.012945,-0.012164,0.032416,-0.025735,0.022377,-0.012971,0.020111,-0.018339,0.003755,-0.04592,-0.000925,-0.000796,-0.0068,0.017257,0.014425,0.023377,-0.029732,-0.000828,0.004515,0.016604,0.167737,0.014576,0.045469,0.011233,0.006283,-0.016119,-0.016445,0.021455,-0.037749,-0.043407,-0.010852,-0.001898,0.019614,-0.00254,-0.039108,-0.016984,0.060513,-0.008254,-0.016216,-0.051795,-0.005907,0.076617,0.004798,0.009513,0.033971,0.006716,0.008297,0.027895,-0.013156,0.008887,0.020516,0.012014,0.016463,0.006084,-0.015226,-0.01642,0.026563,-0.017711,0.01847,-0.048529,0.03272,0.003841,-0.009195,-0.006254,0.020848,-0.016801,-0.047054,-0.009335,0.00087,-0.027821,0.028146,-0.014687,0.000982,-0.035263,0.042575,-0.004898,-0.004161,0.000518,0.014038,-0.001853,0.00835,0.008811,-0.023869,-0.025608,0.022209,-0.007052,-0.11222,-0.000803,0.007492,-0.045565,0.029526,0.027372,-0.005376,-0.07727,0.028096,-0.037228,0.011342,0.019467,-0.007164,-0.022475,0.023903,-0.031187,0.009186,0.040106,-0.022417,0.023336,0.018901,0.04813,0.003428,-0.002827,0.010463,-0.027388,-0.004284,-0.002482,0.000198,0.022877,0.025768,-0.013667,-0.001748,-0.007903,0.029546,0.025511,0.017357,0.003339,0.003357,0.014716,0.028165,0.009162,-0.043458,-0.024333,-0.012059,0.018118,-0.020334,0.00423,-0.032467,0.029547,-0.003419,0.013939,-0.003759,0.049048,0.022578,-0.046748,0.029707,0.00243,-0.027157,-0.031743,0.058632,-0.028472,-0.006794,-0.012268,-0.026737,-0.016315,-0.028989,-0.032086,0.001444,-0.031918,-0.005388,-0.022743,0.023625,0.00175,-0.013306,0.003551,0.015005,-0.012054,0.030108,-0.006232,-0.012682,-0.002291,-0.02695,-0.006871,-0.011548,0.01932,0.002306,-0.028716,-0.012945,0.025149,-0.027307,-0.029171,-0.01688,0.035383,0.004843,0.029806,0.010999,0.036644,0.01873,0.018341,0.035927,-0.004776,0.021715,0.017809,-0.035739,-0.02691,0.012879,0.016006,-0.005877,-0.03563,0.028742,-0.012801,-0.012889,0.022438,-0.014477,0.01235,0.011493,0.00711,0.108399,0.015065,0.004375,0.005204,-0.037536,0.008357,-0.002362,0.0452,0.000235,-0.033876,0.023585,-0.038202,-0.019393,0.048646,0.021499,0.004799,-0.002421,-0.00677,0.002536,-0.040464,0.097813,0.021982,-0.012751,-0.008116,0.02386,-0.006127,-0.001182,0.00045,0.019018,0.018349,0.033061,0.008547,-0.012567,0.00821,0.023511,-0.00873,-0.017169,0.017338,-0.016087,0.015763,-0.000108,-0.003406,-0.025963,0.00245,0.024321,0.000343,-0.021232,0.014185,-0.007347,0.039375,0.04267,-0.005137,0.013598,-0.014496,0.005047,0.009105,0.007491,-0.018806,0.050655,-0.008338,0.032173,-0.00791,0.016005,-0.001143,-0.009482,-0.07145,-0.013453,0.029935,-0.021477,0.011106,-0.026368,-0.020912,0.033301,0.029993,-0.003346,-0.007459,0.024765,-0.017833,0.014254,0.022985,0.736484,0.004063,0.002208,0.002154,-0.00047,-0.013285,0.010322,-0.032689,0.019367,-0.008272,0.00213,-0.025381,-0.016263,0.025494,0.014787,0.00421,0.018921,-0.03201,0.006553,-0.039514,-0.009673,-0.047548,0.026534,0.005749,0.003348,0.074019,0.030652,-0.0219,-0.012216,0.034811,-0.013662,-0.019842,-0.04342,-0.042632,0.014626,-0.00679,-0.016168,0.030358,0.030918,-0.074576,-0.012953,0.004174,0.040158,-0.01554,-0.031818,-0.010784,0.021368,0.014867,0.025426,-0.039329,0.011955,0.01826,0.023506,0.05969,-0.007337,-0.005006,0.000015,-0.030969,-0.017783,-0.001757,-0.00626,-0.018509,-0.013506,0.059033,0.008164,0.04417,0.011277,0.015573,0.000155,0.030026,0.027461,-0.084222,0.050127,0.034203,0.011628,-0.003466,0.016573,-0.048864,0.00154,-0.007065,0.03499,-0.074315,0.021621,0.010454,-0.010489,0.001094,-0.012545,0.016183,0.002444,-0.019014,-0.050168,-0.00082,0.001249,-0.003449,0.021852,0.010257,0.00405,0.041239,-0.003458,-0.020859,0.028265,0.008811,0.000136,0.025114,-0.072681,-0.029383,0.01281,-0.015655,0.013227,0.067521,-0.009476,0.004476,0.019659,0.009362,-0.035412,0.00028,0.033028,0.008676,0.003953,-0.005701,0.017238,-0.025389,0.007575,0.013653,0.018731,-0.045592,-0.04544,0.018948,0.028664,-0.017952,-0.012953,0.020549,0.002326,-0.007282,-0.02032,-0.024278,0.003973,-0.003325,0.040979,0.005774,0.01223,0.03203,0.018612,0.016187,-0.016949,0.013598,0.039593,0.024483,-0.021514,0.002595,0.031259,0.143368,0.027599,0.017785,0.00281,-0.016062,0.003371,0.003532,0.008407,-0.050707,0.052666,-0.007158,0.017795,0.018109,-0.031115,0.016679,0.0497,0.010542,-0.022498,-0.015391,-0.000299,0.011086,-0.006303,-0.221218,-0.003276,-0.056614,0.010336,0.025088,0.002655,-0.015633,-0.022575,0.00336,-0.000321,-0.0118,-0.019895,-0.029508,-0.003431,0.008623,-0.011616,0.033326,-0.004295,0.014216,-0.010937,0.034885,0.112019,-0.023093,0.082386,0.029931,0.023648,0.009384,0.0323,0.011015,0.013127,-0.037748,0.053471,0.005536,-0.036999,-0.032461,-0.001885,-0.035838,0.025333,-0.028838,0.012584,0.048418,0.005486,-0.027991,-0.003251,-0.026857,-0.004619,0.018407,-0.017057,-0.032534,0.016097,0.038886,-0.016363,0.022605,-0.021442,0.035422,0.009247,-0.019731,0.030208,-0.029462,0.019171,-0.007481,0.023485,-0.008122,0.006122,-0.048526,-0.002593,-0.001327,-0.012037,0.009228,0.008418,0.022081,-0.035946,0.000871,-0.003038,0.028943,0.153248,0.009641,0.043689,0.017394,0.009475,-0.020697,-0.024599,0.01344,-0.032823,-0.040124,-0.00927,-0.001864,0.01104,0.006255,-0.035082,-0.027291,0.055454,0.001406,-0.013905,-0.05417,-0.002783,0.066494,0.004236,0.011931,0.039076,0.003929,0.006216,0.025163,-0.008179,0.009633,0.018855,0.012878,0.018103,0.003406,-0.012378,-0.0228,0.024252,-0.016929,0.022705,-0.048394,0.039574,0.014358,-0.015799,-0.00769,0.019607,-0.01518,-0.044918,-0.013332,0.005147,-0.033341,0.021759,-0.01777,-0.0036,-0.036331,0.034948,-0.000856,-0.004141,0.009569,0.017738,-0.000803,0.005954,0.005604,-0.022208,-0.033723,0.023311,0.002666,-0.121035,-0.002309,0.003666,-0.042493,0.020976,0.023913,0.004217,-0.066499,0.02851,-0.033747,-0.007414,0.011427,-0.007894,-0.017658,0.023499,-0.027314,0.00605,0.042583,-0.024471,0.021916,0.01605,0.048682,0.006129,-0.00453,0.018879,-0.018775,-0.004478,0.000392,0.000261,0.020264,0.028255,-0.014871,0.005079,-0.01365,0.030741,0.018407,0.020839,0.001495,0.002918,0.010638,0.025712,0.012135,-0.046221,-0.023467,-0.006448,0.024362,-0.017319,-0.001628,-0.037989,0.028548,-0.001324,0.005372,-0.004589,0.041983,0.020402,-0.043812,0.023168,0.003877,-0.029222,-0.02739,0.048976,-0.034674,-0.003032,-0.004211,-0.031284,-0.012336,-0.034914,-0.026297,0.002685,-0.032167,-0.005198,-0.022125,0.018612,0.000439,-0.017347,0.006305,0.010448,-0.008255,0.032677,-0.003795,-0.01604,-0.00189,-0.026172,-0.00538,-0.015226,0.017478,0.002066,-0.023744,-0.007848,0.017632,-0.024175,-0.032808,-0.013979,0.040912,0.006696,0.034351,0.004371,0.028519,0.020716,0.023558,0.038668,0.001164,0.016155,0.011564,-0.037549,-0.025615,0.000704,0.002451,-0.004949,-0.03938,0.019059,-0.018248,-0.010747,0.031468,-0.023784,0.011136,0.01356,0.002537,0.10704,0.015532,0.00895,0.006714,-0.033418,0.009758,0.000883,0.045366,0.000348,-0.033322,0.021781,-0.040247,-0.019843,0.044626,0.017521,-0.000335,-0.005459,-0.005448,0.008894,-0.041688,0.09381,0.010984,-0.018042,-0.005392,0.027252,-0.007325,-0.000924,0.01055,0.020668,0.013625,0.036433,-0.005206,-0.011173,0.017494,0.024036,-0.014292,-0.017216,0.025061,-0.015694,0.014918,-0.005032,-0.006305,-0.02396,0.000178,0.031474,0.007811,-0.027605,0.011211,-0.010847,0.03879,0.037163,-0.000693,0.015537,-0.013991,-0.000007,0.006727,0.005876,-0.021088,0.057466,-0.00631,0.032054,-0.003523,0.01221,-0.001721,-0.014018,-0.07224,-0.020691,0.03193,-0.010266,0.004818,-0.023925,-0.018716,0.025069,0.026704,0.00116,0.003205,0.017857,-0.020263,0.00954,0.0165,0.741798,-0.000446,0.002842,-0.003155,-0.008147,-0.010484,0.004904,-0.037601,0.026387,-0.009528,0.001823,-0.021385,-0.017517,0.029181,0.010074,0.005429,0.026958,-0.027038,0.011318,-0.041644,-0.002877,-0.05181,0.024303,0.010045,-0.003742,0.067712,0.024861,-0.018682,-0.001503,0.034865,-0.007409,-0.023423,-0.048103,-0.035883,0.009556,0.003306,-0.011184,0.043043,0.020111,-0.076719,-0.015621,-0.000657,0.031811,-0.018099,-0.024526,-0.00593,0.024894,0.015276,0.019421,-0.036762,0.021053,0.016863,0.022562,0.056556,-0.00711,-0.012056,-0.001968,-0.028843,-0.019294,0.004548,-0.015328,-0.016341,-0.013469,0.067938,0.001076,0.049462,0.007084,0.011473,-0.001553,0.03972,0.031082,-0.090745,0.046349,0.025976,0.000178,0.006093,0.014808,-0.049129,0.003723,-0.01351,0.033731,-0.080585,0.020503,0.014055,-0.0081,0.001539,-0.014292,0.014794,0.003971,-0.019881,-0.045305,0.005406,-0.001301,-0.013061,0.013579,0.001443,-0.000909,0.03616,-0.002127,-0.016111,0.027872,0.005364,0.000595,0.021621,-0.069708,-0.028897,0.016133,-0.003874,0.010412,0.051689,-0.008465,0.011528,0.007972,0.006304,-0.031127,-0.003631,0.036868,-0.0011,0.009832,0.002238,0.014886,-0.029265,0.006095,0.014381,0.019954,-0.046871,-0.03624,0.032966,0.023167,-0.015541,-0.010211,0.024718,0.002563,-0.00904,-0.013653,-0.020973,-0.00269,-0.006378,0.039792,0.006852,0.019029,0.029233,0.011541,0.019947,-0.0061,0.013493,0.042247,0.022927,-0.02133,0.005774,0.033289,0.141747,0.014943,0.013091,0.002237,-0.008578,-0.003029,0.009141,0.003667,-0.039695,0.052903,-0.00284,0.009833,0.018042,-0.024152,0.014412,0.050602,0.003869,-0.011592,-0.014774,0.003116,0.000876,-0.005103,-0.228903,-0.00775,-0.049183,0.001864,0.030451,-0.001545,-0.016235,-0.015911,-0.005061,-0.005481,-0.010135,-0.015311,-0.03286,-0.006196,0.008037,-0.016333,0.028445,-0.008578,0.007634,-0.018128,0.036213,0.101671,-0.019893,0.084571,0.031403,0.014839,0.008618,0.027692,0.007203,0.010779,-0.031303,0.040868,0.007342,-0.036766,-0.02513,0.000754,-0.039599,0.030004,-0.024227,0.007649,0.034905,0.001532,-0.028337,0.005209,-0.022997,0.000137,0.008814,-0.019671,-0.032967,0.012323,0.028505,-0.016402,0.022228,-0.016826,0.049654,-0.001675,-0.016204,0.026601,-0.024819,0.014361,-0.010328,0.017038,-0.016958,-0.001254,-0.045036,0.001759,-0.001666,-0.014992,0.011738,0.011632,0.022111,-0.028052,0.001738,-0.001022,0.01575,0.168989,0.005039,0.040886,0.015227,0.006139,-0.021695,-0.018774,0.018602,-0.030855,-0.030757,-0.008477,-0.006951,0.014384,0.00595,-0.032368,-0.018581,0.058433,0.001715,-0.012968,-0.047882,0.000003,0.058983,0.005438,0.009309,0.034459,0.011945,0.000601,0.023239,-0.006889,0.005528,0.015124,0.010394,0.019258,0.002336,-0.013652,-0.026175,0.023605,-0.013878,0.018812,-0.040149,0.039872,0.007859,-0.011697,-0.007726,0.024308,-0.005817,-0.053912,-0.00799,0.008276,-0.027679,0.026719,-0.007216,-0.001187,-0.034544,0.030849,0.000563,-0.000923,0.011226,0.009648,-0.002725,0.006591,0.005072,-0.032749,-0.024121,0.021545,-0.013887,-0.110389,0.002034,0.004596,-0.040314,0.02361,0.023184,-0.000256,-0.067179,0.0258,-0.027067,0.009414,0.017034,-0.005054,-0.021002,0.023431,-0.014735,0.02412,0.0397,-0.021022,0.016013,0.018796,0.044571,0.008149,0.002135,0.008013,-0.018792,-0.005864,0.00101,0.005471,0.013656,0.026975,-0.016391,0.004665,-0.005425,0.026712,0.026561,0.028694,-0.000172,-0.003226,0.01493,0.023763,0.008981,-0.035331,-0.017552,-0.017089,0.014582,-0.012819,0.000451,-0.026438,0.025297,-0.00134,0.014701,0.000096,0.058461,0.013738,-0.037889,0.032134,0.008267,-0.025565,-0.030845,0.054199,-0.023481,-0.005443,-0.007459,-0.025561,-0.00909,-0.031734,-0.028773,0.000066,-0.030068,-0.010239,-0.025275,0.028464,-0.005374,-0.014773,0.00324,0.011819,-0.007764,0.020565,-0.004687,-0.018035,-0.001858,-0.028834,-0.009374,-0.0147,0.017546,-0.003917,-0.013183,-0.006372,0.021143,-0.035436,-0.037203,-0.013055,0.036128,0.012629,0.029302,0.002658,0.02511,0.023125,0.020281,0.036669,-0.00545,0.026138,0.016029,-0.041023,-0.020027,0.011565,0.012581,-0.013014,-0.035133,0.023201,-0.019991,-0.008215,0.017044,-0.019648,0.012909,0.010657,0.009154,0.108106,0.004907,0.003833,0.012178,-0.033374,0.012567,0.004654,0.037567,-0.003286,-0.027933,0.014791,-0.038106,-0.027175,0.04722,0.024998,0.006803,-0.011378,-0.015712,0.008406,-0.043947,0.100173,0.018625,-0.01909,0.000969,0.021745,-0.003718,-0.006927,0.007138,0.028843,0.008119,0.038236,0.008391,-0.011396,0.011128,0.028751,-0.008462,-0.013986,0.022147,-0.014798,0.012784,-0.000971,-0.006441,-0.018451,-0.003959,0.020954,0.005386,-0.021775,0.013737,-0.009503,0.055378,0.030116,-0.013794,0.016709,-0.012523,0.006362,0.011873,0.003742,-0.015707,0.046479,-0.006815,0.036258,-0.004253,0.011995,-0.000887,-0.00403,-0.068269,-0.013461,0.029594,-0.016477,0.009356,-0.028199,-0.021887,0.033932,0.025618,-0.008584,0.002612,0.019055,-0.0167,0.014101,0.010957,0.754848,-0.001675,0.009062,-0.010736,0.002533,-0.008811,0.003823,-0.031007,0.02063,-0.009571,0.008203,-0.019263,-0.011954,0.025334,0.013289,0.000562,0.014086,-0.020299,0.008732,-0.036639,-0.008738,-0.038589,0.025777,0.012574,-0.009792,0.075816,0.027451,-0.024837,-0.005087,0.031851,-0.013375,-0.022721,-0.049504,-0.044211,0.003192,0.001339,-0.011043,0.029836,0.025262,-0.075473,-0.013975,-0.003264,0.033329,-0.01564,-0.019309,-0.008757,0.027679,0.006094,0.024778,-0.038908,0.02231,0.018914,0.013126,0.050403,-0.001898,-0.01264,0.00109,-0.029304,-0.015123,0.004594,-0.00428,-0.010045,-0.005794,0.066374,0.011648,0.046158,0.013061,0.019445,-0.004512,0.037531,0.02689,-0.090602,0.05022,0.029622,0.007825,0.004257,0.018746,-0.046089,0.000482,-0.007497,0.033592,-0.079211,0.019872,0.016686,-0.005641,-0.000202,-0.008969,0.014203,0.0059,-0.020224,-0.049429,0.004268,-0.004531,-0.017423,0.020134,0.006062,0.006789,0.042104,0.003065,-0.019647,0.024578,0.006297,0.004101,0.025428,-0.070433,-0.0245,0.015637,-0.003705,0.022847,0.04757,-0.004489,0.009657,0.009216,0.003505,-0.023975,-0.001048,0.039822,0.002015,0.012355,0.003606,0.015967,-0.028293,0.009363,0.012494,0.015875,-0.053687,-0.041686,0.035401,0.03145,-0.019584,-0.012167,0.026661,0.003663,-0.014331,-0.013816,-0.017778,-0.000758,-0.007889,0.047807,0.004544,0.018035,0.029417,0.01508,0.021594,-0.004994,0.013144,0.044186,0.030496,-0.022948,0.002153,0.034617,0.145515,0.024934,0.010386,0.005967,-0.008003,-0.006551,0.006137,0.001365,-0.041569,0.052663,-0.003064,0.018586,0.013714,-0.037556,0.018829,0.044196,0.005882,-0.014064,-0.014529,0.004853,0.001506,0.000028,-0.218802,-0.006431,-0.056388,0.007159,0.030683,-0.001673,-0.020965,-0.021974,-0.000529,-0.003832,-0.014069,-0.015649,-0.036695,-0.000863,0.014852,-0.013802,0.032708,-0.01112,0.00507,-0.016575,0.038655,0.10441,-0.017861,0.081499,0.028851,0.020881,0.007518,0.032047,0.006742,0.01293,-0.034831,0.042423,0.012968,-0.036178,-0.024297,-0.000304,-0.04356,0.026315,-0.024831,0.009109,0.046888,-0.000698,-0.032615,-0.00266,-0.025068,-0.006108,0.004145,-0.013678,-0.025359,0.015749,0.033128,-0.019643,0.020259,-0.021489,0.037513,0.008935,-0.019697,0.027453,-0.02781,0.01802,-0.012302,0.011022,-0.01518,0.004398,-0.047396,0.002107,-0.005716,-0.015623,0.016928,0.006523,0.026266,-0.031386,0.003758,0.002629,0.019034,0.171188,0.013481,0.037002,0.014152,0.002332,-0.016708,-0.017327,0.019876,-0.033615,-0.043323,-0.007864,-0.001919,0.015422,0.002803,-0.034723,-0.019205,0.057946,-0.003084,-0.013891,-0.054915,-0.00286,0.069647,0.010294,0.009797,0.029884,0.008275,0.007663,0.025261,-0.013673,0.006938,0.017837,0.009643,0.019561,0.00748,-0.01821,-0.022104,0.022432,-0.015097,0.019075,-0.045798,0.039879,0.008819,-0.011997,-0.011583,0.023552,-0.009056,-0.051283,-0.012288,0.000585,-0.031995,0.023752,-0.0056,-0.000939,-0.033974,0.040846,0.000431,-0.003724,0.004802,0.010832,-0.00864,0.004297,0.006414,-0.026636,-0.024525,0.022576,-0.010668,-0.109686,0.007493,0.005095,-0.04085,0.024179,0.031429,-0.002278,-0.073723,0.028009,-0.034379,0.017012,0.019706,-0.006096,-0.032513,0.027851,-0.01978,0.018937,0.040147,-0.02488,0.018352,0.017542,0.046431,-0.000886,-0.000049,0.010386,-0.021343,-0.00642,0.000337,0.002494,0.016441,0.027313,-0.01607,-0.000306,-0.007866,0.028273,0.025479,0.027987,-0.001968,0.000726,0.013531,0.031607,0.011181,-0.040194,-0.022994,-0.019835,0.014655,-0.015202,0.00418,-0.034601,0.024931,-0.002371,0.013757,0.001889,0.055892,0.018065,-0.040496,0.037176,0.001606,-0.027755,-0.031494,0.050487,-0.024839,-0.007062,-0.012253,-0.027443,-0.012563,-0.028218,-0.031044,0.002079,-0.03209,-0.005744,-0.02077,0.026546,0.007151,-0.01476,0.00304,0.015064,-0.009274,0.025587,-0.005034,-0.016758,-0.001078,-0.027556,-0.006455,-0.011373,0.023868,-0.002656,-0.019345,-0.012012,0.02482,-0.036754,-0.038561,-0.01889,0.037062,0.005439,0.028905,0.006705,0.03119,0.019494,0.019519,0.038801,-0.002876,0.023414,0.018971,-0.034366,-0.021445,0.018065,0.02045,-0.008594,-0.031421,0.025651,-0.016935,-0.016349,0.014773,-0.016288,0.010096,0.014111,0.013374,0.10752,0.009627,0.004535,0.010164,-0.036315,0.016091,0.005725,0.042327,-0.003281,-0.026254,0.016748,-0.040805,-0.022497,0.050757,0.016379,0.010554,-0.010565,-0.016831,-0.001721,-0.047328,0.111594,0.014698,-0.01225,-0.008301,0.02517,-0.004533,-0.001663,0.001477,0.02026,0.011533,0.038175,0.009909,-0.012717,0.012323,0.029626,-0.008129,-0.015602,0.018594,-0.017182,0.008379,0.0028,-0.005182,-0.014555,-0.004426,0.025584,0.004756,-0.02044,0.006948,-0.009044,0.046771,0.038411,-0.008829,0.01535,-0.014524,0.003714,0.014077,0.005796,-0.01727,0.047647,-0.007265,0.037689,-0.003053,0.013102,-0.001689,-0.004575,-0.074143,-0.017909,0.033836,-0.017627,0.013729,-0.028848,-0.017079,0.037275,0.026756,-0.009319,0.002142,0.024797,-0.021358,0.010967,0.019809,0.738909,0.002448,0.005847,-0.006264,-0.001982,-0.008931,0.012016,-0.035474,0.013258,-0.013215,-0.000412,-0.019242,-0.017719,0.025515,0.018118,0.00425,0.021159,-0.02216,0.009238,-0.0444,-0.012691,-0.046534,0.029686,0.014128,-0.004702,0.0744,0.031253,-0.025907,-0.009809,0.036759,-0.015049,-0.020154,-0.046434,-0.041443,0.011127,-0.006275,-0.009193,0.033026,0.028967,-0.072853,-0.01538,0.001377,0.036518,-0.015778,-0.02137,-0.017446,0.023322,0.006479,0.027237,-0.041755,0.016113,0.018601,0.016069,0.056251,-0.004084,-0.009369,0.001349,-0.027061,-0.012118,0.003242,-0.002241,-0.010794,-0.011778,0.05988,0.011273,0.046021,0.011583,0.017824,-0.005543,0.030319,0.030298,-0.08243,0.024143,0.024797,-0.004068,0.005995,0.013015,-0.039841,-0.005356,-0.025649,0.027275,-0.052677,0.02566,-0.010845,-0.011589,0.002407,-0.018665,0.011334,0.006782,-0.011724,-0.054926,-0.004596,0.017691,-0.017807,0.021615,0.010121,-0.012571,0.041437,0.015891,-0.015847,0.007567,0.008484,0.003616,0.028853,-0.070948,0.002444,-0.001116,-0.012978,-0.007552,0.022042,-0.002706,-0.028723,-0.004312,-0.005921,-0.013181,-0.00145,0.030413,0.010732,0.007294,0.00439,-0.004683,-0.003849,0.008647,-0.019052,0.008033,-0.032439,-0.04491,0.033669,0.025322,-0.019623,0.000685,0.019526,-0.010346,0.000317,-0.016083,-0.012808,-0.004272,-0.00342,0.031179,0.00659,0.009539,0.028657,0.014942,0.015545,-0.017037,0.013429,0.032795,0.015995,-0.017907,-0.007899,0.017524,0.182519,0.010299,0.001692,-0.004934,-0.006429,0.006358,-0.013531,0.000885,-0.05286,0.039489,-0.008407,0.026371,0.016248,-0.023096,0.000494,0.070569,-0.00021,0.005329,0.004962,-0.004169,0.020619,0.000991,-0.217231,-0.009899,-0.050314,0.006342,0.010876,0.006437,-0.002737,-0.00849,0.007065,-0.009403,-0.00663,-0.027051,-0.031076,-0.019295,-0.002054,-0.006547,0.041146,-0.009449,0.008977,-0.015801,0.039746,0.088669,-0.021696,0.142213,0.01649,0.025582,-0.006899,0.013844,0.001704,0.018577,-0.005094,0.026059,-0.008379,-0.021724,-0.032431,-0.006625,-0.028384,0.022603,-0.039593,-0.010817,0.013379,0.018255,-0.024816,0.033366,-0.018712,-0.005308,0.001158,-0.029717,-0.03216,0.005604,0.011727,-0.01774,-0.001493,-0.023972,0.017384,0.002401,-0.014002,-0.004749,-0.02291,0.009064,0.031468,0.015108,-0.020057,0.000323,-0.051991,0.006076,-0.020446,-0.005536,0.016513,0.009923,0.021337,-0.019307,0.003665,0.012015,0.0291,0.111698,0.007867,0.019509,-0.003735,0.01944,-0.027358,-0.014887,0.00412,-0.015555,-0.015158,0.008617,0.011794,0.00607,0.018849,-0.039223,-0.011729,0.04109,0.008094,-0.019426,-0.051617,0.011029,0.032867,0.008393,-0.009645,0.022435,-0.019412,0.00189,0.027634,0.018385,0.007054,0.041237,0.017021,0.044984,0.009348,-0.006989,-0.02102,0.024632,-0.022233,0.020599,-0.045785,0.019605,-0.006431,-0.008414,-0.018358,0.026698,-0.003897,-0.029715,-0.024546,0.010948,-0.039883,0.009246,-0.000813,-0.007001,-0.02658,0.005524,0.024724,0.001016,0.021202,0.002159,-0.00192,0.005182,-0.002707,-0.031519,-0.035454,0.006709,-0.008408,-0.102717,0.013363,-0.004558,-0.015364,0.021319,0.022161,-0.002026,-0.037391,0.014929,-0.001124,-0.017938,-0.000113,-0.002816,-0.004163,0.012381,0.001634,0.030549,0.020394,-0.010387,0.006306,0.011026,0.017128,-0.010221,-0.00752,-0.002281,-0.029078,-0.006659,0.001792,0.012939,0.019219,-0.000519,-0.025589,0.00894,-0.008349,0.028121,0.010224,0.028529,-0.00474,-0.015713,0.012857,0.025019,0.01448,-0.04686,-0.004659,-0.022285,-0.007911,0.002122,-0.013956,-0.034534,0.010017,-0.000729,0.016952,-0.010353,0.069733,0.025694,-0.032821,0.026193,-0.002875,-0.007048,-0.005246,0.038694,-0.009781,-0.011349,-0.022943,-0.011276,-0.011634,-0.040164,-0.029066,-0.014605,-0.03355,-0.018679,-0.009463,0.01141,0.012058,-0.011011,0.021286,0.026175,-0.003564,0.025539,0.022241,-0.027136,-0.00806,-0.018773,-0.017421,-0.019051,0.027304,-0.01137,0.016246,-0.015172,0.003163,-0.027935,-0.0429,-0.011631,0.017317,0.008985,0.003053,-0.011176,0.005978,0.032193,0.014054,0.034081,0.00148,0.023064,0.007103,-0.017535,-0.004912,-0.035819,0.029989,-0.005767,-0.030469,0.018909,0.00366,-0.009167,0.03023,-0.010583,0.021675,0.01643,0.018478,0.105899,0.008056,0.008373,0.013226,-0.009077,0.012534,0.040031,0.04367,-0.011977,-0.031748,-0.004049,-0.029548,-0.019364,0.047252,0.024308,0.005051,-0.000083,-0.021557,0.005185,-0.028023,0.088918,0.026365,-0.022378,-0.012772,0.021753,0.001717,-0.015346,0.001961,0.019422,-0.006183,0.035571,0.008402,0.000039,0.021396,0.016324,0.003241,-0.011378,0.013493,-0.010888,-0.006622,0.015242,-0.029272,-0.015386,-0.001081,-0.018142,0.017502,-0.03936,0.00887,0.007416,0.051998,0.012007,0.006807,0.017881,-0.010456,0.012732,0.008995,0.014788,-0.014243,0.024775,-0.006394,0.034789,0.002583,0.001157,0.002376,-0.01195,-0.036052,-0.031321,0.035101,-0.008178,0.011355,-0.017343,-0.008781,0.019485,0.013832,0.005712,-0.002826,-0.009003,-0.015443,-0.013702,0.007886,0.780726,0.000199,0.000737,-0.014795,0.006552,-0.01627,0.003955,-0.012917,0.013115,-0.005295,-0.000377,-0.001421,-0.014151,0.013875,0.014872,-0.004367,0.025292,-0.024438,0.005592,-0.024796,-0.010014,-0.00902,0.03229,0.016752,-0.002863,0.061832,0.006082,-0.028027,0.005685,-0.00058,-0.035333,-0.016595,-0.034692,-0.036226,0.01171,0.012935,0.000385,0.002599,0.003588,-0.095562,-0.017098,-0.002031,0.024387,-0.027543,0.004289,-0.004695,0.016631,0.03411,0.020072,-0.02249,0.01308,0.003412,0.017693,0.054276,-0.003758,-0.01725,0.004938,-0.038364,-0.019615,0.020604,-0.01055,-0.017334,-0.01019,0.077566,0.019856,0.066823,0.016674,-0.012675,0.014332,0.025625,0.029848,-0.088797,0.030575,0.025577,0.009291,0.015307,0.015088,-0.04423,0.003466,-0.019932,0.026577,-0.055336,0.028178,-0.006818,-0.01472,0.007542,-0.01257,0.013734,0.011253,-0.007026,-0.053503,0.000127,0.004384,-0.025682,0.018367,0.006739,0.001061,0.041374,0.001378,-0.0132,0.006978,0.009938,0.002624,0.023494,-0.07521,-0.003908,-0.008785,-0.007555,0.003034,0.023864,-0.001623,-0.011024,-0.00877,-0.005823,-0.007045,-0.004286,0.018942,0.008489,0.014767,0.009441,0.009779,-0.009642,0.002545,-0.012117,0.015768,-0.032534,-0.035521,0.027614,0.025937,-0.008394,-0.001683,0.020402,-0.00417,-0.005682,-0.01798,-0.013165,0.000908,0.00177,0.035249,0.007935,0.010868,0.020387,0.011333,0.020582,-0.003766,0.016308,0.033616,0.019664,-0.023816,0.001776,0.018551,0.176699,0.0202,0.001055,-0.011297,-0.012344,0.007135,-0.006454,-0.007249,-0.049203,0.032333,-0.005088,0.011687,0.019973,-0.015895,0.004501,0.061592,-0.004642,0.017559,0.00017,-0.004618,0.005363,0.005888,-0.217959,-0.003491,-0.046178,0.003643,0.015539,0.000973,-0.006104,-0.011747,0.008671,-0.001321,-0.01052,-0.022074,-0.032988,-0.007295,0.008718,-0.016604,0.041957,-0.009241,0.006861,-0.012601,0.038241,0.081543,-0.027405,0.11305,0.021092,0.014826,0.004332,0.016853,0.00508,0.01624,-0.011992,0.037161,-0.002197,-0.026786,-0.02325,0.005945,-0.033699,0.02469,-0.032122,0.008403,0.01982,0.006987,-0.033652,0.013821,-0.017261,-0.006057,0.009174,-0.016563,-0.031194,0.000364,0.014289,-0.027167,0.005108,-0.015955,0.03472,0.0029,-0.017068,-0.000394,-0.027144,0.019819,0.019838,0.01389,-0.013665,-0.003875,-0.052277,0.013406,-0.012069,-0.019057,0.014852,0.012175,0.028353,-0.013777,0.001296,0.016112,0.032805,0.139682,0.00763,0.025816,0.00078,0.012325,-0.017225,-0.004956,0.000076,-0.014183,-0.025487,0.008467,0.012938,0.005195,0.018859,-0.033246,-0.020121,0.056495,0.009704,-0.016211,-0.047511,0.017117,0.038816,0.014982,-0.000742,0.024899,0.003304,0.004419,0.025966,0.015665,-0.001617,0.036402,0.01286,0.045787,0.000726,-0.010443,-0.02286,0.0354,-0.01293,0.01823,-0.039531,0.035956,-0.003363,-0.011341,-0.027842,0.02946,0.003925,-0.04285,-0.019228,0.012414,-0.035614,0.004774,-0.001764,-0.004569,-0.022875,0.012713,0.017189,0.007443,0.008324,-0.001996,-0.007033,0.007373,-0.006572,-0.035295,-0.037177,0.006528,-0.012665,-0.111325,0.004452,-0.004999,-0.018863,0.023709,0.027361,-0.005072,-0.066035,0.014975,-0.001519,-0.006341,0.015331,-0.009628,-0.011018,0.016537,-0.000583,0.033932,0.022294,-0.017125,0.001738,0.015211,0.02849,-0.007582,-0.002498,0.007609,-0.020356,-0.00651,0.002572,0.008454,0.015301,0.012745,-0.020382,0.012421,-0.006395,0.023491,0.021358,0.030548,-0.002115,-0.015341,0.01001,0.02472,0.01254,-0.042507,-0.004536,-0.022272,0.003499,-0.007472,-0.015032,-0.03596,-0.00313,-0.007294,0.018603,0.001184,0.074755,0.02347,-0.026343,0.030786,-0.002241,-0.013447,-0.017392,0.031811,-0.010973,-0.007545,-0.022952,-0.011649,-0.009742,-0.043727,-0.026376,-0.007905,-0.035319,-0.004364,-0.01462,0.011265,0.006717,-0.017944,0.016283,0.020886,0.008712,0.023076,0.015759,-0.029691,-0.007103,-0.026658,-0.00699,-0.013726,0.029393,-0.007228,0.017543,-0.018389,0.012866,-0.035431,-0.045024,-0.011003,0.016103,0.014518,0.012454,-0.010132,0.011807,0.01986,0.023072,0.0352,-0.005063,0.019936,0.011895,-0.022137,-0.012293,-0.019512,0.024676,-0.006214,-0.027315,0.015946,-0.013264,-0.015048,0.026293,-0.013302,0.009938,0.014331,0.02191,0.105818,0.00953,0.006499,0.004538,-0.012712,0.017046,0.029023,0.038904,-0.02274,-0.018204,-0.00439,-0.030064,-0.029384,0.044927,0.013236,0.01416,-0.00834,-0.030618,-0.001859,-0.031746,0.107342,0.011706,-0.018455,-0.017616,0.008004,-0.00879,-0.014907,0.005344,0.024027,0.002595,0.027204,0.01446,-0.002782,0.020213,0.017782,0.0067,-0.017496,0.011667,-0.010663,-0.002102,0.014971,-0.022005,-0.010121,-0.013746,0.002219,0.022649,-0.029661,0.000848,-0.0011,0.06764,0.016087,-0.00462,0.022882,-0.015359,0.016829,0.012999,0.008517,-0.010051,0.02522,-0.00581,0.042715,0.001949,-0.003324,-0.00838,-0.009021,-0.050432,-0.022628,0.041839,-0.008648,0.010257,-0.024289,-0.010247,0.027151,0.018497,-0.008362,-0.000923,0.008219,-0.021289,-0.005572,0.01157,0.778437,-0.004936,-0.000488,-0.011333,0.009516,-0.009497,0.009709,-0.023116,0.023383,-0.014737,0.003825,-0.003272,-0.005566,0.01913,0.008474,-0.00292,0.030599,-0.021197,0.017726,-0.026751,-0.014127,-0.031587,0.037785,0.013224,-0.009448,0.061786,0.013801,-0.035334,0.004793,0.012508,-0.023407,-0.019593,-0.037143,-0.041021,0.002972,0.008967,0.002676,0.009756,0.005339,-0.086232,-0.011067,-0.000312,0.024026,-0.026291,0.008336,-0.014452,0.019381,0.018014,0.02491,-0.012519,0.018014,0.013159,0.011976,0.046255,-0.00218,-0.007859,0.001162,-0.039767,-0.020012,0.009259,-0.002754,-0.022962,-0.000249,0.07077,0.016777,0.056639,0.017774,0.002558,0.018415,0.023894,0.054503,-0.077055,0.036077,0.009234,-0.008286,0.011101,0.022757,-0.024794,0.002816,-0.003461,0.017148,-0.079612,0.018879,0.017106,0.019088,0.010195,-0.047501,-0.010152,-0.009254,-0.022196,-0.07767,0.005085,0.001656,-0.012036,0.015397,0.002337,0.002188,0.042031,0.006508,-0.010188,0.001377,0.013747,-0.001177,0.020642,-0.050845,-0.004666,0.011992,0.016885,0.004346,0.076561,-0.004562,-0.024314,-0.006537,-0.00904,-0.021961,0.001285,0.030066,-0.010828,0.005967,0.00993,-0.002981,-0.005252,0.006337,-0.027565,0.024474,-0.029693,-0.048159,0.031331,0.030482,-0.027303,0.01273,0.005934,-0.006547,0.007023,-0.021454,-0.025421,-0.00973,0.011146,0.015998,0.009321,-0.001474,0.031017,-0.004235,0.006244,0.020412,0.024707,-0.006835,-0.008053,0.005361,-0.005332,-0.00706,0.16481,-0.002815,0.007727,-0.018229,-0.005562,-0.008821,-0.010376,-0.024305,0.017953,0.02081,0.02688,0.044812,-0.002926,0.001291,0.00277,0.0826,0.005501,-0.001728,0.005365,0.016554,0.00678,0.029852,-0.158022,0.016946,-0.045289,-0.007723,0.012646,0.012001,-0.000428,-0.002596,-0.011044,-0.013017,0.013897,-0.006151,-0.026495,-0.030893,0.032731,-0.028038,0.039866,0.005275,0.009974,-0.019094,0.034568,0.079101,-0.019576,0.109879,0.017888,-0.000464,-0.011659,0.01258,0.011178,-0.00248,0.021876,0.023216,-0.011692,-0.035897,-0.028115,0.02263,-0.038002,0.023647,-0.032828,0.019229,0.013537,0.007026,-0.034127,0.024397,-0.011089,-0.045182,0.005475,-0.004553,-0.010112,-0.003126,0.004311,-0.005557,0.011984,-0.018449,0.023554,-0.0205,0.001609,-0.029802,-0.041511,0.028458,0.020699,0.011824,-0.001427,0.006831,-0.029814,-0.019744,0.007141,-0.015824,0.009219,0.027391,0.032441,-0.035092,-0.001884,0.040799,0.027272,0.15152,0.008905,0.014736,0.018162,0.004942,-0.016283,-0.007144,-0.022083,-0.016938,-0.027523,0.01683,0.012894,0.019857,0.003747,-0.018771,-0.043227,0.065467,0.0243,-0.005741,-0.054844,0.025501,0.013271,0.016591,0.031889,0.027988,-0.01692,-0.001592,0.008424,0.010098,0.018382,0.008657,0.014102,-0.004209,-0.009088,0.007356,-0.034104,0.013153,-0.018596,0.000541,-0.016389,0.025939,-0.01992,0.00456,-0.028136,0.008891,0.01664,-0.036884,-0.006819,0.02638,-0.045684,0.009983,-0.01783,0.004886,-0.038466,0.005869,0.009496,-0.00022,-0.018602,-0.039611,0.013317,-0.006737,0.000907,-0.026942,-0.006929,0.041115,-0.02296,-0.082437,0.019533,0.001077,-0.013617,0.038444,0.035835,-0.014602,-0.028621,0.018305,0.013506,-0.008587,0.007726,0.003769,-0.017954,0.010013,0.01691,0.038851,0.009558,-0.019323,0.022091,0.000002,0.025866,-0.015109,-0.011128,0.027497,-0.012274,-0.009006,-0.005935,0.010473,0.012127,0.006626,-0.016986,0.00098,-0.000276,0.021009,0.006329,0.011587,0.000272,-0.030305,0.012151,0.022134,-0.007783,-0.009297,0.000987,-0.012454,0.002161,0.011416,-0.023397,-0.013299,0.026258,-0.011145,0.008098,0.017065,0.072316,0.029235,-0.03594,0.022846,0.008681,0.040141,0.022926,0.052777,0.020164,0.005599,-0.011207,-0.008778,0.015034,-0.046262,-0.013335,-0.003142,-0.014864,0.008457,0.012246,0.013698,-0.012939,-0.02894,0.009026,-0.000016,0.003493,-0.00674,0.004864,-0.026832,-0.020715,-0.032828,0.008703,-0.011309,0.033204,-0.040362,0.03285,0.008764,0.007009,-0.032968,-0.037014,0.002644,-0.019262,0.024139,0.020319,-0.049122,0.001873,0.036901,0.008721,0.039089,0.001158,0.026203,0.021499,-0.025901,-0.01154,0.028592,-0.010161,-0.018149,-0.031884,0.019635,-0.047423,-0.011249,0.016397,-0.009468,0.027318,0.021429,0.014416,0.115715,-0.002589,0.001967,0.005341,-0.015258,0.020993,0.06485,0.050213,-0.007293,-0.001618,0.002543,-0.013804,-0.028233,0.012094,0.016538,-0.005728,0.01263,-0.001482,0.006452,-0.018575,0.009903,0.014169,-0.024068,-0.012133,0.013323,0.001412,-0.027116,-0.010831,0.002149,-0.027945,0.053634,0.021094,-0.023932,-0.003863,-0.007834,0.01682,-0.015167,0.022157,0.002072,-0.00649,0.035264,-0.043527,-0.003328,-0.016974,0.023182,0.013805,-0.022806,-0.005042,0.005634,0.064008,-0.000721,0.002005,0.029483,-0.016927,0.008828,0.033641,-0.005171,-0.007659,0.000619,0.008546,0.008729,0.012932,-0.007018,-0.032144,0.01254,-0.05807,-0.034799,0.032816,-0.002423,0.00767,-0.005737,0.011821,0.02729,0.001051,0.004417,-0.014201,-0.023017,0.003063,0.006005,0.015209,0.78376,-0.002156,0.026626,-0.022257,0.010587,0.002527,-0.009834,0.006399,0.004572,0.016903,-0.0026,-0.010329,0.001384,0.019465,0.008631,-0.01231,0.018576,-0.023075,0.007629,-0.024861,-0.036379,-0.021724,0.021416,0.025703,0.003569,0.040251,-0.003108,-0.030473,-0.003217,0.002025,-0.045016,0.009537,-0.019688,-0.029388,-0.026889,0.011493,-0.002574,0.012036,0.027453,-0.104083,0.012244,0.021174,0.019737,-0.024088,0.02181,-0.01347,0.026323,0.023916,0.008138,0.002894,-0.010549,0.002478,0.006475,0.046178,0.004975,-0.005154,0.002638,-0.021148,-0.015866,0.035247,-0.006429,-0.013783,-0.01928,0.058258,0.018997,0.039715,-0.006186,0.025234,0.029874,0.019456,0.057706,-0.052301,0.030747,-0.004862,-0.043222,0.003114,0.009053,-0.044238,0.000522,0.007567,0.021225,-0.095308,0.030642,0.012777,0.013072,0.016625,-0.053421,-0.020104,0.00003,-0.01164,-0.075125,0.010808,0.000032,0.006528,0.017383,0.022132,0.005793,0.029817,-0.018795,-0.018706,-0.014635,0.006839,-0.010095,0.035679,-0.035105,-0.024766,0.006885,-0.015929,-0.011242,0.099065,-0.024596,-0.029015,0.013971,-0.007442,-0.044024,-0.004977,0.04544,-0.010457,0.007748,-0.003469,-0.029111,-0.000512,0.009567,-0.029958,0.019861,-0.02601,-0.033834,0.008525,0.017436,-0.02378,0.032102,-0.003249,-0.016191,0.013597,-0.018026,-0.032069,0.001142,-0.010918,-0.006571,-0.008757,0.021513,0.019658,-0.00421,-0.011638,-0.023264,0.034077,-0.007281,0.00432,-0.007959,0.008503,-0.021548,0.152535,0.003789,-0.012259,-0.027458,0.005228,-0.015018,0.003223,-0.019716,0.013283,0.002098,0.038341,0.055353,-0.021255,0.008097,-0.008519,0.091795,0.001956,0.002646,-0.000724,0.005524,0.003646,0.008513,-0.16414,0.01786,-0.042019,-0.013267,-0.001905,0.011159,-0.007945,-0.002388,-0.010477,-0.011209,0.046778,0.004517,-0.013033,-0.048922,0.044284,-0.038283,0.013935,0.01382,-0.000354,-0.017264,0.018712,0.073879,-0.033994,0.114585,0.028302,0.007194,-0.036343,0.037821,0.008967,0.005972,0.00948,0.026111,-0.010727,-0.036244,-0.031592,0.012538,-0.034643,0.00648,-0.016075,0.012971,0.007725,-0.006034,-0.02725,0.026376,-0.040148,-0.043659,0.005316,-0.023306,-0.012769,0.005459,-0.008087,0.01292,0.014594,-0.003974,0.059736,-0.017764,0.015915,-0.044428,-0.027544,0.018501,0.054972,0.022083,0.007186,0.00039,-0.029918,-0.025701,0.01388,-0.020072,-0.003366,0.003107,0.023741,-0.044257,-0.01746,0.009855,0.028025,0.129598,-0.013426,0.004654,-0.001736,0.019391,-0.035976,-0.006059,-0.013877,-0.015794,-0.00089,0.026736,0.017241,0.01863,0.006877,-0.032342,-0.053395,0.061105,0.031241,0.002006,-0.050187,-0.004668,-0.008133,0.012374,0.026482,0.023906,-0.028013,0.006223,0.014753,0.026323,0.023916,-0.009364,0.011888,-0.028436,-0.020454,0.024872,-0.045491,0.027018,-0.011807,0.002065,0.005865,0.006748,-0.011451,0.019913,-0.017825,0.016112,0.018022,-0.035069,-0.002411,0.020217,-0.048743,0.007298,0.004701,0.008878,-0.025252,-0.00267,0.009259,-0.021258,-0.024963,-0.021978,0.012922,-0.004606,0.006634,-0.00479,-0.001245,0.043618,0.002929,-0.113332,-0.00352,0.008449,0.007813,0.027693,0.020203,-0.000682,0.003664,0.010149,0.009011,-0.027156,0.027418,-0.010414,0.007216,0.004911,0.030022,0.03136,-0.024803,-0.02082,0.024679,-0.014608,0.058258,0.002318,-0.013809,0.01442,0.001463,-0.005944,-0.012781,0.001087,0.017174,0.007409,-0.030288,0.007476,0.011302,0.019549,0.012186,-0.006155,0.011667,-0.047042,-0.004459,0.011289,-0.015519,-0.001044,0.002711,-0.024114,-0.009997,0.017718,-0.020943,-0.026663,-0.007258,-0.003628,-0.005446,-0.000487,0.045402,0.042806,-0.03615,0.009567,-0.002539,0.046447,0.024386,0.030778,0.031706,0.004894,-0.01785,-0.004531,0.016177,-0.055549,0.017943,-0.001727,-0.005691,0.019602,0.029724,-0.023819,-0.018272,-0.009225,0.005105,0.009082,-0.028944,-0.024063,-0.001526,-0.020625,-0.00308,-0.016453,0.011785,0.018479,0.022434,-0.04282,0.009184,0.007744,-0.015719,-0.029928,-0.027927,-0.003175,-0.024019,0.019419,0.022251,-0.036294,-0.0088,0.035053,0.009847,0.053989,-0.014088,0.02635,0.024934,-0.040433,-0.013047,0.006036,-0.039913,-0.032555,-0.017391,0.031564,-0.042097,0.020935,0.014892,-0.002565,0.022717,0.018724,0.016862,0.113282,-0.017967,0.004186,-0.031378,-0.004754,0.013503,0.071922,0.040638,-0.03429,-0.016193,0.023588,0.000551,-0.02755,0.017115,0.028876,-0.006916,0.014681,0.014693,0.010477,-0.007406,-0.096551,0.014195,-0.045232,-0.02898,0.008112,-0.011731,-0.033699,0.001088,0.027833,-0.038737,0.042031,0.009183,-0.012298,-0.019685,-0.008183,0.000912,0.004338,0.02341,0.012039,-0.016917,0.017469,-0.027989,-0.010093,-0.030681,0.006019,-0.007893,-0.001515,-0.011731,0.004096,0.044966,0.0009,-0.004215,0.025909,-0.028705,0.010996,0.041535,0.013367,0.001421,-0.00168,0.03116,-0.004778,0.013616,-0.006703,-0.01521,-0.000272,-0.034181,-0.03741,0.025404,-0.01733,0.010814,-0.008591,0.00799,0.032207,-0.01451,-0.00535,-0.01346,-0.003908,0.006117,0.006005,0.034019,0.761376,0.013595,0.019855,-0.005959,-0.00191,0.004493,-0.014906,-0.000861,-0.000073,0.021987,0.004071,-0.016969,-0.003428,0.007882,0.00261,-0.010399,0.02854,-0.024722,0.005359,-0.018581,-0.042051,-0.006495,0.01593,-0.014894,-0.000691,0.013931,-0.006095,-0.009703,0.015399,0.012075,-0.046258,-0.022696,0.00891,-0.017205,-0.018926,0.013231,0.017763,0.0104,0.019506,-0.103724,0.026363,0.016142,0.028084,-0.045059,0.032687,-0.003363,0.018269,0.022802,0.010083,-0.019977,-0.015195,0.006668,0.008738,0.056077,0.014753,-0.012878,0.005207,-0.025169,-0.010618,0.03009,-0.031968,-0.014217,-0.022549,0.06703,0.020164,0.031996,0.00057,0.01828,0.029067,0.014304,0.051481,-0.092311,0.035322,0.013118,-0.032239,-0.000694,0.007411,-0.039891,0.003618,-0.007813,0.004322,-0.058087,0.026531,0.014015,0.013842,0.023066,-0.034971,-0.003285,0.035549,-0.033062,-0.078896,0.00841,0.014516,-0.018443,0.026229,0.002946,0.026659,0.006333,-0.003314,-0.012701,-0.003999,-0.004506,0.005917,0.029203,-0.026382,-0.004375,-0.016537,-0.022772,-0.00003,0.102933,0.011512,-0.013002,-0.003772,-0.022902,0.001142,-0.006261,0.025363,0.025054,0.012221,0.009444,0.005924,-0.01556,0.013245,-0.030166,0.0315,-0.013114,-0.028763,-0.008205,0.035072,0.009966,-0.002917,-0.001223,-0.007537,0.026272,-0.023874,-0.040409,0.00515,-0.014572,0.021745,0.018213,-0.009006,0.016635,0.005508,-0.017969,0.020127,0.027857,-0.01786,0.018163,0.005138,-0.018387,-0.002314,0.147634,-0.009128,-0.031225,-0.013392,-0.022318,0.002661,-0.001659,-0.038883,0.002135,0.011737,0.010461,0.027276,-0.000938,-0.029981,0.017674,0.115296,-0.018525,-0.000906,-0.011912,0.00878,-0.001193,0.035454,-0.081577,0.016142,-0.039341,-0.007086,0.008236,0.007615,-0.035066,-0.009623,0.003491,-0.029416,0.005288,-0.00349,-0.019278,-0.0408,0.01004,-0.0342,0.014781,0.014349,-0.007677,-0.01408,0.072656,0.068116,-0.007805,0.11404,0.013055,0.011929,0.017338,0.044878,-0.003012,-0.003381,0.025523,0.019443,0.012861,-0.017655,-0.009709,0.036304,-0.054081,0.021518,-0.024476,-0.001106,-0.003209,0.01394,-0.048068,0.038309,-0.030454,-0.036713,-0.00032,-0.020073,0.002007,-0.00201,0.006449,0.002699,0.011634,-0.010263,0.041293,-0.000603,-0.001455,-0.040099,-0.021192,0.018528,0.030698,-0.010596,0.009939,0.01606,-0.033333,-0.01993,0.007757,-0.013482,-0.011745,0.017104,0.021846,-0.030218,0.002048,0.017928,0.029348,0.118313,0.013197,0.019712,0.01773,0.010639,-0.020452,-0.005297,-0.010634,-0.007617,-0.018686,-0.003912,0.026351,-0.006249,0.013132,-0.037023,-0.043307,0.06421,0.050361,-0.003431,-0.044804,0.009473,0.008487,-0.000087,0.005174,0.010802,-0.028762,-0.005661,0.013994,0.024249,-0.000996,0.003291,0.041605,-0.013038,-0.008911,0.011664,-0.022676,0.021151,-0.004399,-0.001657,0.009493,0.001475,-0.004662,-0.004487,-0.028543,0.014288,0.012071,-0.023896,-0.01625,-0.000324,-0.032308,0.020917,-0.025795,0.009193,-0.04189,-0.013096,-0.004755,-0.020959,-0.050472,-0.028834,0.00742,-0.008963,-0.007787,-0.033759,-0.013191,0.043263,-0.028043,-0.033734,-0.004339,0.014857,-0.014112,0.033112,0.024618,0.002555,0.022931,0.00158,0.009481,-0.044429,-0.002077,0.006352,-0.0016,-0.003176,0.034525,0.037641,-0.014294,-0.007294,0.045418,-0.015116,0.006285,-0.004996,-0.023422,0.037268,-0.014514,-0.021155,-0.010447,0.023193,0.009859,0.006902,-0.040176,-0.015758,0.000044,0.016161,0.003136,0.025999,0.024891,-0.007223,0.015755,0.041832,-0.000504,-0.019622,0.00783,0.003623,-0.007413,-0.001502,0.006117,-0.02792,0.002977,-0.002479,0.003974,0.018371,0.0435,0.040414,-0.034912,0.019741,-0.000944,0.059323,0.026723,0.01386,0.022483,0.016492,-0.022498,-0.004342,0.003956,-0.039923,-0.013319,-0.043136,0.008037,0.015491,-0.008182,-0.007239,-0.015909,-0.042018,0.021318,0.007584,-0.02954,-0.013708,-0.012296,-0.049536,-0.013438,-0.041168,-0.005323,-0.009375,0.034169,-0.035771,0.019258,0.00741,0.009983,-0.002027,-0.039327,0.012215,-0.014107,0.012283,0.014811,-0.040243,-0.023644,0.028013,0.027888,0.029398,0.010644,0.007129,0.02134,-0.016357,0.022281,0.038657,-0.014013,-0.004842,-0.02129,0.026461,-0.050041,0.008309,0.024455,-0.02808,0.004925,-0.008676,0.008724,0.122545,0.017695,0.029412,0.007026,-0.010351,0.014598,0.050264,0.031465,-0.017471,-0.020234,-0.00328,-0.034433,-0.028003,0.01333,0.009953,-0.032402,0.011934,-0.015867,-0.003781,-0.013756,-0.001941,-0.002093,-0.031738,-0.010119,0.005549,-0.013813,-0.011288,-0.007652,0.001785,-0.021816,0.040267,0.013207,-0.023256,0.013327,0.007388,0.012602,-0.018622,-0.007986,-0.020932,-0.028268,0.01256,-0.026216,0.01246,-0.027266,0.028697,0.008347,-0.000843,-0.008527,0.00254,0.05544,0.003047,-0.007365,0.003982,-0.012249,0.024118,0.027707,-0.003146,-0.006559,-0.007925,0.002318,0.004448,-0.001234,-0.004822,-0.011434,0.015897,-0.03367,-0.031314,0.025836,-0.027878,-0.017375,-0.008039,0.001393,0.013089,-0.017889,-0.012363,-0.010397,-0.02352,0.015762,0.005918,0.017696,0.798688,0.000972,0.043886,-0.009386,0.016724,0.008521,-0.013521,-0.012678,0.007188,0.019666,0.003739,-0.0166,0.014668,0.005603,-0.000017,-0.010407,0.010779,-0.018129,-0.014483,-0.028806,-0.035168,-0.027961,0.010473,0.006076,-0.008773,0.052534,-0.012119,-0.008853,0.011237,-0.008596,-0.020929,-0.012954,-0.018388,-0.01437,-0.038322,-0.012268,-0.009265,0.014618,0.027512,-0.105963,0.021141,0.003073,0.018324,-0.017084,0.003117,-0.007021,0.020752,0.016007,0.01374,-0.004305,-0.00312,-0.005255,0.008641,0.052099,0.016925,-0.01898,0.008087,-0.013371,-0.018662,0.02545,-0.023444,0.017275,-0.003685,0.059712,-0.004374,0.00857,-0.01895,0.010349,0.041409,0.017035,0.047952,-0.082344,0.036245,-0.000671,-0.044457,0.006083,0.005985,-0.050725,0.004925,0.006522,0.006726,-0.057343,0.04082,0.006707,0.006112,0.021087,-0.045736,-0.003545,0.026378,-0.019774,-0.079178,0.013852,0.016719,-0.015089,0.02086,-0.005139,0.023371,0.003476,-0.014917,-0.018026,-0.000603,-0.001614,-0.00201,0.037216,-0.037192,-0.005147,-0.010492,-0.025647,-0.003213,0.096197,0.015372,-0.019312,0.010887,-0.01639,-0.009608,-0.004501,0.026196,0.011056,0.015093,0.001764,0.001536,-0.004076,0.011259,-0.03059,0.028258,-0.015218,-0.016607,-0.005015,0.026539,0.006553,0.002567,-0.007932,-0.009913,0.025338,-0.01971,-0.047606,0.00897,-0.02001,0.023903,0.022417,0.000079,0.023366,0.00144,-0.008261,0.020686,0.033092,-0.02022,0.01975,-0.009349,-0.016161,-0.006361,0.134179,-0.011926,-0.026721,-0.012493,-0.008232,0.010213,-0.005452,-0.020048,-0.015263,0.003065,0.011744,0.032415,-0.001842,-0.021838,0.007008,0.117621,-0.013069,-0.002709,-0.01893,0.001946,0.006666,0.027735,-0.067695,0.005591,-0.043233,0.003744,0.011418,0.015627,-0.039621,-0.01066,0.005399,-0.034751,0.010604,-0.008649,-0.016838,-0.038756,0.011712,-0.034872,0.006041,0.015335,-0.016329,-0.025703,0.064296,0.074458,-0.014055,0.121425,0.018242,-0.003334,0.01358,0.037709,0.008584,0.001491,0.017552,0.03505,0.009717,-0.021717,-0.010319,0.003093,-0.049836,0.011958,-0.022127,0.003899,0.005833,0.013084,-0.034133,0.026989,-0.027802,-0.02963,-0.004099,-0.022351,-0.014935,-0.003864,0.009439,-0.00404,0.013085,0.001735,0.055122,0.000961,0.005159,-0.029644,-0.012465,0.016399,0.042713,-0.009634,0.000304,0.005896,-0.043164,-0.023518,-0.013127,-0.017086,-0.009241,0.019788,0.007312,-0.020014,-0.01165,0.01904,0.023919,0.110514,0.006063,0.020092,-0.000047,0.013681,-0.017937,0.004438,-0.025191,-0.006625,-0.01692,-0.000368,0.027084,-0.00669,0.01198,-0.027768,-0.035171,0.06223,0.041644,-0.001329,-0.049068,0.014765,-0.008492,0.005335,0.006923,0.017006,-0.019717,-0.00324,0.025766,0.023353,0.027595,0.008322,0.03368,-0.005371,-0.024124,0.010937,-0.021655,0.025377,0.008194,-0.000934,0.01292,0.002831,0.000879,-0.00009,-0.039364,0.014568,0.011206,-0.015052,-0.002279,0.016299,-0.016974,0.021957,-0.000112,0.010272,-0.033285,-0.016997,0.008226,-0.024911,-0.030105,-0.031703,-0.004141,-0.004037,-0.009724,-0.036879,-0.010499,0.026604,-0.018654,-0.062345,-0.00844,0.016636,-0.006471,0.035161,0.0274,0.000688,-0.001477,0.002052,0.0064,-0.035877,0.005454,-0.006261,0.006582,-0.001819,0.039701,0.037628,-0.002213,-0.001911,0.048978,-0.01252,0.011207,-0.005642,-0.008302,0.033163,-0.005751,-0.017351,-0.002812,0.014895,0.024695,-0.00606,-0.03743,-0.008066,0.004462,0.011357,0.007366,0.017814,0.02789,-0.002028,0.023956,0.029987,-0.015972,-0.022267,0.01608,-0.003963,-0.000294,0.007565,0.010549,-0.035005,0.00484,0.004374,0.00022,0.021638,0.063343,0.03694,-0.028483,0.008259,-0.004742,0.05858,0.023525,0.017925,0.027727,0.013892,-0.016852,0.006185,-0.01664,-0.042065,-0.014038,-0.033473,-0.002055,0.014292,-0.004913,-0.014883,-0.026625,-0.039676,0.009403,-0.004454,-0.038504,-0.014948,0.006269,-0.038799,-0.001328,-0.033428,-0.008428,-0.013414,0.025269,-0.029232,0.024479,0.010681,0.006958,0.00451,-0.026998,0.007379,-0.019871,0.025954,0.002316,-0.037072,-0.01846,0.023687,0.024736,0.03431,0.004975,0.006226,0.026795,-0.014413,0.011999,0.018515,-0.017655,-0.002573,-0.015568,0.01952,-0.049957,0.016441,0.030259,-0.021956,0.017595,-0.005855,0.018837,0.121982,0.01181,0.021102,-0.002468,-0.011528,0.020231,0.061601,0.040046,-0.020528,-0.020061,0.001137,-0.021255,-0.032065,0.018171,-0.003753,-0.015279,0.010762,-0.009162,0.015078,-0.00348,-0.013496,-0.014162,-0.037932,-0.010488,0.001857,-0.014422,-0.012242,-0.008631,0.005394,-0.02536,0.026329,0.016095,-0.013445,0.014684,0.012149,0.008992,-0.011193,0.002247,-0.008796,-0.021308,-0.010502,-0.031102,-0.003536,-0.033766,0.013196,-0.002987,-0.008835,-0.002839,0.001973,0.054397,-0.011455,-0.001813,0.007705,-0.02172,0.032634,0.037506,0.011696,-0.016074,0.003819,0.013048,0.003568,-0.001581,-0.011003,-0.016906,0.01053,-0.022181,-0.042316,0.038094,-0.014474,-0.0255,-0.005946,-0.004447,0.017388,-0.014807,-0.023523,0.002179,-0.024636,-0.003624,0.007621,0.013156,0.808591,0.004106,0.030552,-0.003954,0.005419,-0.008542,-0.005693,-0.013788,0.006865,0.019924,0.02172,-0.01589,0.028704,-0.001378,-0.00372,-0.012134,0.020571,-0.034015,0.001251,-0.024419,-0.030632,-0.017255,0.005401,0.003341,-0.010962,0.044619,-0.007163,-0.013553,0.016775,-0.007689,-0.018832,-0.012096,-0.007556,-0.020157,-0.017932,-0.005831,-0.011701,0.014245,0.030092,-0.107987,0.026001,-0.004008,0.009506,-0.030404,0.006419,-0.000438,0.012023,0.017125,0.01899,-0.012169,-0.000863,-0.009453,0.007301,0.049111,0.011777,-0.018334,0.009088,-0.032118,-0.018307,0.024306,-0.023165,0.002385,-0.010192,0.068908,0.008206,0.023912,-0.014008,0.006675,0.037924,0.014718,0.051075,-0.082986,0.026967,0.008616,-0.030976,-0.003342,0.010878,-0.044499,0.001913,-0.000859,0.015198,-0.05984,0.035746,0.000389,0.011293,0.021803,-0.028673,-0.007843,0.023972,-0.029673,-0.077123,-0.00422,0.01036,-0.017089,0.020841,-0.003076,0.012522,0.011083,-0.007596,-0.009109,-0.012999,-0.012155,-0.004305,0.01655,-0.032924,-0.000951,-0.007719,-0.008504,-0.008199,0.114333,0.001489,-0.008138,0.006875,-0.013471,0.005278,-0.012996,0.025182,0.018463,0.010226,0.01275,-0.004303,-0.011046,0.015229,-0.032088,0.027383,-0.012012,-0.017227,0.003659,0.02599,0.013292,-0.00297,-0.006228,-0.009852,0.027165,-0.016955,-0.032346,0.002073,-0.007147,0.025109,0.018021,-0.010371,0.015068,-0.002061,-0.008595,0.021789,0.025947,-0.016373,0.005211,0.006079,-0.01742,0.002179,0.158962,-0.024154,-0.03081,-0.009062,-0.019078,0.004624,-0.000298,-0.034636,0.011965,0.014222,0.01192,0.019013,0.008075,-0.021247,0.018905,0.108117,-0.01684,0.005906,0.000828,0.006736,0.003688,0.041947,-0.09513,0.024253,-0.027164,-0.013714,0.013414,0.005747,-0.032921,-0.009708,0.002766,-0.028575,0.009108,-0.001703,-0.022577,-0.036424,0.015332,-0.034192,0.015517,0.01134,-0.010981,-0.015863,0.066636,0.06083,-0.003719,0.114691,0.012673,0.014404,0.009548,0.031837,0.00108,0.000268,0.033476,0.021554,0.004386,-0.020415,-0.01164,0.035335,-0.055073,0.032069,-0.017874,0.00438,0.010745,0.016297,-0.041681,0.037245,-0.032291,-0.042362,-0.005886,-0.023096,-0.00825,0.003798,0.00253,0.00395,0.000938,-0.011519,0.040383,0.004359,-0.001063,-0.042487,-0.021185,0.032024,0.03019,-0.008894,0.011665,0.015039,-0.031799,-0.020547,0.012305,-0.011044,-0.005836,0.006708,0.019692,-0.016728,0.005208,0.019433,0.034529,0.127957,0.001683,0.012079,0.014704,0.002845,-0.019067,-0.008513,-0.012024,-0.012571,-0.014526,-0.001475,0.014176,-0.002981,0.001163,-0.028453,-0.046475,0.047983,0.039127,-0.005297,-0.046923,0.006063,0.007711,0.01093,0.010525,0.008593,-0.036429,-0.007256,0.008656,0.015819,-0.016161,0.00006,0.039949,-0.021824,0.000312,0.01146,-0.021436,0.018056,-0.010306,-0.009179,0.01569,0.000819,-0.010199,0.000868,-0.024235,0.021324,0.007731,-0.034154,-0.011477,0.005703,-0.028443,0.021177,-0.017043,-0.004667,-0.041085,-0.007986,-0.006724,-0.015795,-0.044755,-0.022782,0.012665,-0.004124,-0.012546,-0.030536,-0.005697,0.051238,-0.028457,-0.017783,0.000863,0.009732,-0.014116,0.032361,0.023024,-0.005367,0.015507,-0.002153,0.008535,-0.031213,0.006718,-0.007867,0.001526,-0.012602,0.032807,0.018586,-0.019685,-0.010673,0.031761,-0.015874,0.014388,-0.006977,-0.031996,0.028582,-0.017527,-0.018305,-0.013499,0.026622,0.003185,0.005871,-0.043161,-0.008281,0.001342,0.015539,0.009272,0.020258,0.029531,0.005876,0.00761,0.032973,0.003977,-0.013609,0.006909,0.008563,-0.008207,0.000999,0.001541,-0.028182,0.005326,0.001373,0.007637,0.022094,0.044688,0.033533,-0.039757,0.021766,-0.000022,0.051685,0.019979,0.014031,0.033254,0.019078,-0.016509,-0.000697,0.010064,-0.028731,0.001502,-0.038508,0.009648,0.007594,-0.0026,-0.000046,-0.017188,-0.036484,0.015556,0.006157,-0.020841,-0.008987,-0.006993,-0.041288,-0.008911,-0.044416,-0.009493,-0.010293,0.047142,-0.044432,0.018419,0.005212,0.003752,-0.010475,-0.03306,0.022722,-0.015219,0.011512,0.009588,-0.039412,-0.019477,0.031555,0.021594,0.038724,0.011495,0.0093,0.014855,-0.022089,0.01059,0.05766,-0.005933,-0.012975,-0.028101,0.026401,-0.038433,0.01268,0.031466,-0.024654,0.002321,-0.010085,0.01132,0.121064,0.013172,0.022209,0.008133,-0.006674,0.011833,0.043466,0.035327,-0.018552,-0.010127,-0.007374,-0.028121,-0.026531,0.016461,0.000961,-0.029673,0.013006,-0.018119,-0.004789,-0.003578,-0.022653,-0.000564,-0.022866,-0.009335,-0.000599,-0.008028,-0.01202,-0.009838,0.010819,-0.018186,0.043844,0.01012,-0.021281,0.004948,0.001979,0.009472,-0.01781,-0.012239,-0.02275,-0.02403,0.021344,-0.020135,0.011803,-0.029755,0.030995,0.011021,-0.005299,-0.012755,0.001577,0.06079,0.007537,-0.009826,0.007576,-0.01502,0.026727,0.01605,-0.012701,0.004364,-0.017867,0.007849,0.012324,0.010699,-0.01067,-0.016134,0.006303,-0.034014,-0.023628,0.025313,-0.02786,-0.009666,-0.008496,0.007442,0.01567,-0.01877,-0.009193,-0.001716,-0.024648,0.01704,0.013774,0.016652,0.80893,-0.008577,0.043653,-0.01572,0.012797,0.005448,-0.018707,-0.014173,0.004267,0.013024,-0.008883,-0.016502,0.014599,0.01109,-0.000838,-0.012027,0.012405,-0.021147,-0.010436,-0.0389,-0.032422,-0.017992,0.00446,0.002347,-0.013289,0.038461,-0.010035,-0.00641,0.010497,-0.013444,-0.017272,-0.015924,-0.016266,-0.022747,-0.034998,-0.004982,-0.00898,0.001409,0.021856,-0.104305,0.019152,-0.000298,0.010064,-0.013503,0.007102,-0.007308,0.019601,0.021572,0.007747,0.002513,-0.013539,0.004242,0.008356,0.044747,0.011091,-0.012692,0.007582,-0.017406,-0.016985,0.017794,-0.018742,0.020413,-0.011623,0.057613,-0.005884,0.010397,-0.010092,0.014388,0.04352,0.005826,0.019094,-0.090017,0.049581,0.017732,-0.012337,0.0088,0.036692,-0.012955,-0.014458,-0.022779,0.020941,-0.082073,-0.003203,0.00082,-0.006626,0.009795,-0.006576,-0.002108,0.010792,-0.033952,-0.061672,0.000351,0.012786,-0.007411,0.033224,0.003162,-0.017842,0.057827,-0.000431,0.005078,-0.010012,0.001036,0.009607,0.008895,-0.060709,-0.001042,0.000745,0.03068,0.011175,0.052369,0.01784,-0.014874,-0.010626,-0.009225,-0.003578,-0.009763,0.008543,-0.017236,-0.011551,0.0184,0.00781,-0.023719,-0.008069,-0.020598,0.027879,-0.03893,-0.041762,0.03842,0.015705,-0.014137,-0.006935,0.008437,0.002013,0.002958,-0.011323,-0.035227,-0.021221,0.013651,-0.017446,0.001579,0.015164,0.012923,-0.006758,0.012828,0.010647,-0.006993,0.013761,0.005826,0.007641,-0.017127,0.007889,0.173169,-0.001273,0.012748,-0.025828,0.003476,0.001404,-0.017542,-0.032493,0.009231,0.038631,0.023509,0.031409,0.009386,-0.007547,0.003296,0.070862,-0.010616,-0.008612,-0.005095,-0.016706,-0.016101,0.00859,-0.184676,0.00555,-0.033517,-0.014034,0.00897,0.01447,0.008009,-0.005347,0.008023,-0.01389,-0.001047,-0.015608,-0.028695,-0.019433,0.011393,-0.015284,0.044796,0.009928,0.010598,-0.00666,0.038575,0.058613,-0.011639,0.119663,0.007341,0.012927,0.021957,0.017657,0.011127,-0.01798,0.018795,0.001953,-0.022759,-0.010836,-0.031302,0.032273,-0.038083,0.040873,-0.025093,0.032002,0.011067,0.022877,-0.018819,0.010245,-0.01416,-0.010652,0.011346,-0.018666,-0.013882,-0.017902,-0.003893,-0.020512,0.000066,-0.005116,0.016107,0.013829,-0.024169,-0.013166,-0.041526,0.040963,0.01031,0.029418,0.016552,0.006907,-0.045575,-0.018155,-0.009541,-0.021,0.031398,0.021256,0.040317,-0.014309,0.016175,0.017056,0.029861,0.118258,0.011046,0.013453,0.01382,0.000873,0.006654,-0.003993,-0.005255,-0.03369,-0.007687,0.014077,-0.013151,0.018835,0.018011,-0.025448,-0.053865,0.035863,0.012225,-0.006552,-0.064828,0.037327,0.03152,0.032438,0.017199,0.031124,-0.005014,-0.018491,0.005316,0.015162,0.011037,0.029855,0.022156,0.002737,0.011173,0.006653,-0.03323,0.026629,-0.027825,0.000384,-0.012076,0.037807,-0.016381,0.004223,-0.04965,0.023475,0.011199,-0.046015,-0.011035,0.033617,-0.044081,0.011616,-0.017849,-0.005904,-0.023103,0.017382,-0.008283,0.007586,0.012899,-0.020861,0.000159,-0.003205,-0.002468,-0.032934,-0.023185,0.041308,-0.025056,-0.079686,0.028114,0.002506,-0.007192,0.034392,0.0287,-0.018803,-0.055795,0.050369,0.011191,-0.005805,0.019737,-0.019138,0.008901,0.006617,0.005731,0.05862,0.034485,-0.01893,0.001113,0.01325,-0.000995,0.01698,-0.011095,0.028248,-0.03218,0.018335,-0.019962,0.018413,0.006419,0.014318,-0.017273,0.006917,0.006379,0.025201,0.013302,-0.018168,-0.014496,-0.014201,0.023607,0.024113,0.00843,-0.023882,-0.00295,-0.033839,0.013325,0.030852,-0.053022,-0.02618,0.020372,-0.025132,0.012506,0.000854,0.077625,0.019805,-0.030107,0.024569,0.003643,0.002762,-0.004158,0.055007,0.01843,0.002398,-0.031685,-0.030587,0.00177,-0.045877,-0.005044,-0.033823,-0.013525,0.010355,-0.002296,0.022246,-0.01668,-0.021727,0.015617,0.007401,0.012427,0.019429,0.005698,-0.035951,-0.035986,-0.060721,-0.00117,0.023532,0.040809,-0.038398,0.010388,0.015108,0.036919,-0.028338,-0.040351,-0.012049,-0.002604,-0.00573,0.026002,-0.057298,0.000663,0.053662,0.021913,0.01764,-0.009988,0.026152,0.025272,-0.007908,0.001215,-0.022171,0.01504,-0.023703,-0.035235,0.012861,-0.044745,-0.02384,0.024771,-0.011993,0.045494,0.011255,0.012534,0.113701,-0.013235,0.021478,0.017985,-0.029175,0.030029,0.028871,0.04363,-0.003006,0.0093,0.014162,-0.028334,-0.039593,0.017411,-0.008462,0.021122,-0.01458,-0.008591,0.002937,-0.018585,0.07246,0.007343,-0.027482,-0.022552,0.009125,0.006789,-0.016299,-0.022772,0.016299,-0.016705,0.041626,0.031534,-0.053128,0.007756,-0.008101,0.037891,-0.026,0.031408,-0.00158,-0.008225,0.034527,-0.022439,0.01905,-0.009203,0.027423,0.025922,-0.014261,-0.005573,0.004665,0.060106,0.021296,-0.005627,0.048226,-0.020386,0.00668,0.010068,0.018973,-0.009784,-0.015327,-0.024876,0.017364,0.007258,-0.012138,-0.033331,-0.003974,-0.069189,-0.023222,0.037072,-0.007359,0.010001,-0.007144,-0.003583,0.005084,-0.002133,0.005706,-0.007796,-0.03169,-0.004802,0.010774,0.018496,0.753575,-0.007656,0.000411,-0.030246,0.020798,0.00921,-0.008931,-0.000386,0.004245,-0.023647,-0.026003,-0.008941,0.019784,0.035507,0.000868,-0.014417,0.026889,-0.022559,0.013567,-0.027621,-0.028319,-0.041275,0.042874,0.047951,-0.014644,0.040902,-0.015559,-0.048058,-0.001737,0.033842,-0.031436,0.019744,-0.035716,-0.02838,-0.023444,-0.007212,0.000816,-0.007368,0.01012,-0.098553,0.007191,0.016762,0.00636,-0.029925,0.02266,-0.001823,0.029307,0.007882,0.005703,0.007336,-0.022605,0.019143,0.028251,0.036826,-0.003446,0.006632,-0.00003,-0.036556,-0.024065,0.014107,0.015012,0.013956,-0.034427,0.063973,0.003934,0.068872,0.013341,0.020968,0.040141,0.013292,0.026569,-0.091956,0.042245,0.022636,-0.00014,0.01373,0.024542,-0.032725,-0.014646,-0.010967,0.019385,-0.081531,0.008053,-0.004299,-0.013079,0.011749,-0.022442,0.009675,0.011138,-0.035573,-0.049004,0.000384,0.011011,-0.00412,0.01505,0.002917,0.00459,0.053539,0.005041,-0.000696,0.013011,0.003494,0.006947,0.011884,-0.054812,0.002642,-0.002337,0.026381,0.006954,0.045858,0.019443,-0.01434,-0.006604,-0.007209,0.002019,-0.006798,0.009433,-0.004975,0.001967,0.011432,-0.009637,-0.028869,-0.003165,-0.027781,0.016253,-0.056192,-0.043453,0.03287,0.012764,-0.010463,-0.005372,0.006812,-0.005036,0.000641,-0.028711,-0.031617,-0.025475,0.01142,0.005768,0.013633,0.017151,0.009705,-0.013086,0.024187,0.007114,0.013562,0.031291,0.010564,0.004547,0.000578,0.003961,0.138101,0.004481,0.025937,-0.021555,-0.000908,0.002179,-0.020905,-0.029079,-0.002867,0.043058,0.035027,0.038627,0.005923,0.003029,0.015151,0.063677,-0.000146,0.013374,-0.007802,-0.012661,-0.022414,0.012382,-0.199862,0.006074,-0.044757,0.004997,0.001352,0.004762,-0.010229,-0.001046,0.009299,-0.02914,0.018273,-0.000468,-0.04956,0.004553,0.029924,-0.014882,0.030836,0.01182,0.010863,-0.025586,0.034193,0.092756,-0.024255,0.112915,0.016479,0.007844,0.015592,0.019025,0.027401,-0.002197,-0.002782,0.021205,-0.015244,-0.029367,-0.020884,0.032187,-0.023632,0.039452,-0.014313,0.02778,0.019668,0.014156,-0.017132,0.016927,-0.011308,-0.005702,0.002346,-0.004007,-0.024808,-0.011642,0.004324,-0.024863,0.012418,0.006764,0.022955,-0.003432,-0.006407,-0.010416,-0.022373,0.036134,0.012626,0.025963,0.014363,-0.000405,-0.047008,-0.003863,-0.023448,-0.033194,0.010284,0.021489,0.045374,-0.040719,0.021125,0.008838,0.033278,0.116886,-0.007512,0.007783,0.016427,0.009853,-0.004198,-0.000629,0.00823,-0.023592,-0.002087,0.006666,-0.023545,0.021734,0.022876,-0.029806,-0.058514,0.036476,0.013675,-0.01216,-0.083266,0.018994,0.042424,0.027063,0.016848,0.028612,0.010875,-0.005058,0.024454,0.0226,0.021161,0.022726,0.019438,-0.000267,0.011499,-0.000279,-0.038855,0.034604,-0.01555,-0.002051,-0.017078,0.045733,-0.011841,-0.024573,-0.036437,0.028788,0.007964,-0.049096,-0.013314,0.062205,-0.041125,0.005786,0.000903,-0.004451,-0.04203,0.019893,-0.003235,0.015473,0.020967,-0.013727,0.010583,-0.006912,-0.010433,-0.027524,-0.028513,0.039895,-0.027281,-0.108743,0.026731,-0.004537,-0.005637,0.023849,0.024895,-0.008155,-0.044805,0.031832,-0.003089,0.014058,0.012782,-0.023073,0.016734,0.010655,-0.006646,0.052826,0.048967,-0.032515,0.013838,0.002249,0.002433,0.000123,-0.011081,0.039722,-0.026639,0.009149,-0.004572,0.020174,0.000716,0.031587,-0.027518,0.007498,-0.004628,0.026417,0.032893,-0.010472,-0.010072,-0.007175,0.006602,0.026937,-0.001487,-0.018224,0.009818,-0.050664,0.020254,0.021022,-0.030125,-0.03695,0.013494,-0.020545,0.007409,0.007619,0.079248,0.023485,-0.021492,0.04338,0.017742,-0.002371,0.00686,0.052377,0.006763,-0.01976,-0.03222,-0.021855,0.003633,-0.047522,-0.027136,-0.025355,-0.006309,-0.00213,0.003382,0.01072,-0.006255,-0.022079,0.028033,-0.004532,-0.007849,0.016811,0.011041,-0.031149,-0.036813,-0.039389,-0.003671,0.023882,0.026826,-0.037539,-0.006685,0.018039,0.039263,-0.04104,-0.036205,-0.013779,0.013545,-0.024506,0.033622,-0.052283,-0.008339,0.041818,0.02078,0.019687,-0.008559,0.02323,0.029017,-0.003801,-0.004809,0.012724,0.019518,-0.021591,-0.013691,0.025491,-0.040522,0.000984,0.033139,0.002589,0.047534,0.001624,0.018011,0.113574,-0.018324,0.020884,0.016412,-0.030976,0.033672,0.041878,0.051097,-0.013865,0.016008,0.019165,-0.029928,-0.038389,0.023487,0.010766,0.019733,-0.00579,-0.007338,0.010007,-0.026018,0.091969,0.004713,-0.032439,-0.014871,0.019726,0.00604,-0.006819,-0.022437,0.023845,-0.01254,0.03579,0.027761,-0.046273,0.010705,-0.000276,0.031491,-0.032041,0.028979,-0.016383,-0.018821,0.01764,-0.014399,0.019946,-0.011856,0.030412,0.035661,-0.011774,0.004453,-0.000297,0.060477,0.002191,0.003102,0.051663,-0.031121,0.013404,0.019269,0.026149,0.016116,-0.000444,-0.019251,0.02839,-0.005817,-0.006164,-0.019069,0.005277,-0.067915,-0.022323,0.049735,-0.004349,0.008741,-0.001229,-0.012806,0.018292,-0.002887,-0.006769,-0.003531,-0.026211,-0.021788,0.004975,0.024659,0.745196,-0.002736,0.004498,-0.038779,0.009673,0.008113,-0.006098,-0.004665,0.018831,-0.023829,-0.000354,-0.021661,0.014629,0.039339,0.007105,-0.018897,0.03667,-0.019917,0.032058,-0.030712,-0.019961,-0.033514,0.04563,0.045854,-0.017908,0.053131,0.004221,-0.036918,-0.002302,0.036771,-0.025433,-0.008979,-0.031221,-0.031218,-0.028574,0.009637,-0.014101,0.010967,0.011429,-0.082409,0.010217,-0.010454,0.010331,-0.029862,0.010753,0.004385,0.028548,0.001232,0.009631,0.005387,0.005088,0.0121,0.020448,0.028157,-0.004968,-0.00565,-0.000906,-0.043846,-0.019957,0.002893,0.022365,0.016238,-0.030448,0.079557,0.025724,0.067277,-0.002735,0.020537,0.030387,0.019607,0.030618,-0.079126,0.05392,0.02822,0.003768,-0.004716,0.019615,-0.018434,-0.020802,0.011551,0.016214,-0.068328,0.034044,0.010218,-0.004516,0.004527,-0.024423,-0.001142,-0.023297,0.001507,-0.08795,-0.005926,-0.000102,-0.017362,0.015553,-0.002956,-0.002956,0.040403,0.006186,-0.002355,0.004768,-0.001087,0.002164,0.022126,-0.05501,-0.019305,0.00665,0.04415,0.015868,0.06142,0.015027,-0.002232,0.00013,-0.03257,0.008859,-0.018201,0.036372,0.01539,0.006633,0.031039,-0.002928,-0.016159,-0.002556,-0.017512,0.014028,-0.026108,-0.019699,0.024288,0.015924,0.011122,-0.010932,-0.001594,0.010819,0.020386,-0.040429,-0.024913,-0.003648,0.018115,0.023526,0.01845,-0.001846,0.028017,-0.009259,-0.009609,0.048277,0.019268,0.004898,0.013728,-0.000524,-0.007802,-0.000659,0.165838,0.002369,0.022471,-0.033011,0.012654,0.023053,-0.036265,-0.011132,0.005999,0.026286,0.003877,0.015771,0.022028,-0.003078,-0.028395,0.074338,0.015416,0.016101,-0.03338,-0.007584,-0.022761,0.012968,-0.178046,0.005795,-0.027534,0.019325,0.025595,-0.015543,0.00366,-0.004837,-0.001519,-0.005072,0.000179,-0.013827,-0.054683,-0.012461,0.013332,-0.030159,0.040453,0.010058,0.006389,-0.007853,0.066688,0.062494,-0.030961,0.077069,0.026149,-0.018164,0.014372,0.020177,0.010239,-0.01946,0.010038,0.019464,-0.016566,-0.018928,-0.009419,0.019233,-0.007708,0.020127,-0.031565,0.022738,0.017049,0.032674,-0.021327,0.041202,-0.016735,-0.026049,0.026523,-0.022946,-0.024877,0.005572,0.004341,-0.010257,0.010273,-0.016669,0.032912,0.005032,-0.009253,-0.018107,-0.043327,0.036768,0.027069,0.020445,0.044363,-0.033696,-0.047538,-0.006654,0.004503,-0.013882,0.020173,0.006118,0.033346,-0.01113,-0.00363,0.022781,0.028743,0.12107,0.018451,0.009667,-0.000866,0.028515,0.009996,0.000472,-0.006804,-0.009986,-0.02398,-0.00862,-0.007188,-0.021329,-0.004706,-0.01492,-0.052592,0.036111,0.004515,0.000508,-0.063514,-0.001603,0.033307,0.034831,-0.027775,0.009159,0.001344,-0.038204,0.012026,0.010651,0.013414,0.013718,0.038355,0.018534,0.026027,0.003406,-0.033989,0.027147,-0.010228,-0.007906,-0.002072,0.043252,0.008639,0.006376,-0.018864,0.033741,0.006396,-0.049659,-0.010527,0.046089,-0.000839,0.030814,-0.010366,-0.008187,-0.029926,0.03559,-0.011672,-0.013264,0.012918,-0.021845,-0.002044,-0.005869,-0.008893,-0.032028,-0.015101,0.0301,-0.046251,-0.068591,0.000971,-0.019839,-0.02088,0.030579,0.022236,-0.015585,-0.090402,0.006562,0.001982,0.021249,-0.002177,-0.015911,0.01548,-0.002213,-0.00482,0.017669,0.016195,-0.027857,0.007878,-0.000246,-0.008688,-0.010565,-0.032505,0.035334,-0.028276,0.002532,-0.02612,0.018846,0.010061,0.013854,-0.029872,-0.004216,0.026711,0.028855,0.010977,0.001472,0.001028,0.005164,0.000954,0.013027,0.003239,-0.010067,-0.018396,-0.017692,0.007858,0.019571,-0.021688,-0.045064,0.037593,-0.01974,0.033755,0.000353,0.077015,0.004252,-0.006786,0.017416,-0.00341,0.006016,0.000587,0.039475,0.037306,-0.018538,-0.018261,0.002077,0.000437,-0.038689,-0.019696,-0.036343,-0.019196,-0.012036,-0.02043,0.024164,0.000742,-0.02813,0.007198,0.008236,-0.007134,-0.001647,-0.003962,-0.028452,-0.004676,-0.024549,-0.014806,0.014442,0.02263,-0.013323,0.009531,-0.028919,0.023454,-0.0111,-0.050656,-0.006135,0.001846,-0.018115,0.013152,-0.042428,-0.019871,0.018733,0.03651,0.022689,-0.002116,0.028801,-0.018032,-0.011182,-0.008622,0.025663,0.023596,-0.009836,-0.03359,0.029185,-0.033743,-0.005959,0.023431,-0.019789,0.036147,0.020412,0.006813,0.11745,0.008545,0.022077,0.001074,0.003663,0.00602,0.045881,0.067323,-0.024553,0.008456,-0.008164,-0.035676,-0.015507,0.033666,0.030705,-0.003387,0.010087,-0.026334,0.026096,-0.005642,0.07862,0.025434,-0.011563,0.006709,-0.008616,0.01656,0.010262,-0.000641,0.020127,-0.019484,0.001778,0.027192,-0.004916,0.023907,-0.027958,0.021664,-0.000474,-0.016271,-0.008224,-0.034407,0.017757,-0.000546,0.008414,-0.028233,0.017925,0.008129,-0.006502,0.02494,-0.01175,0.095317,0.013494,0.006972,0.041889,-0.032509,0.008932,0.016386,0.031217,-0.01017,0.015144,0.001492,0.034396,-0.011021,0.025089,-0.027935,0.008935,-0.04423,-0.009487,0.055456,-0.022508,0.003991,-0.045491,0.00738,-0.001055,-0.006126,0.007078,-0.006817,-0.028005,-0.000265,0.019745,0.028226,0.764898,-0.004731,0.02035,-0.009374,0.016992,-0.006326,0.003672,-0.001152,0.006723,-0.003826,0.01367,-0.015926,0.019395,0.045854,0.022535,-0.002409,0.030522,-0.010522,0.015094,-0.038709,-0.034642,-0.026069,0.037656,0.042142,-0.016145,0.048334,0.015602,-0.026008,0.01951,0.037439,-0.027482,-0.007114,-0.001782,-0.038668,-0.014721,-0.005713,-0.035768,-0.010199,0.008546,-0.092388,0.021045,-0.023582,0.011092,-0.010377,0.003896,-0.001116,0.029561,0.018276,0.003384,-0.027334,0.007651,0.034922,0.029381,0.060024,-0.012035,0.001201,0.009962,-0.045267,-0.000347,-0.016855,-0.002835,-0.013976,-0.022338,0.051624,0.001229,0.051964,-0.009885,-0.003567,0.017705,0.009939,0.016352,-0.096379,0.015083,0.022407,-0.00705,0.005524,-0.004088,-0.018343,0.00127,-0.005628,0.006365,-0.073186,-0.013109,0.016782,0.002949,0.013788,-0.026799,-0.028027,0.03403,-0.037211,-0.043486,0.008758,-0.003622,-0.023313,0.04348,-0.014575,-0.002437,0.040502,0.033515,0.007106,0.02358,0.028303,-0.00538,-0.00333,-0.060194,0.038303,0.011216,0.019503,0.022292,0.050351,0.001484,0.015637,-0.027264,0.001721,0.038604,-0.037107,-0.012954,0.021029,-0.031165,0.018966,0.007311,-0.001897,-0.006997,0.004551,0.033804,-0.073925,-0.03391,0.026144,0.019423,-0.035943,-0.020411,0.000442,-0.029442,0.007794,-0.027428,-0.022433,-0.03041,-0.009936,0.037563,0.009529,-0.025746,0.014601,0.034593,0.002976,0.010193,-0.021374,0.027094,-0.005968,-0.021698,-0.014121,0.013855,0.186472,0.037884,-0.00734,0.020884,-0.021229,-0.026569,-0.022208,-0.077126,0.021285,0.074268,0.003477,0.016898,0.015807,-0.028418,0.009052,0.057859,-0.002995,-0.018971,-0.000865,-0.003901,-0.026981,0.053684,-0.168651,-0.010292,-0.066788,0.000393,-0.003785,-0.000545,0.008777,0.009387,-0.015545,-0.037541,-0.036919,-0.01078,-0.036078,-0.01166,0.01187,-0.008205,0.046646,-0.007453,0.02424,-0.006313,0.041408,0.065153,-0.014887,0.077686,0.032924,0.036853,-0.003189,-0.013915,0.029088,-0.01607,-0.012452,0.013167,-0.013677,-0.042478,-0.00058,0.02719,-0.017538,0.06319,-0.014993,0.014395,0.009335,0.02428,-0.025788,0.034648,-0.019926,-0.004879,-0.005359,-0.017585,-0.015869,0.015614,0.040319,0.041852,-0.007653,-0.038591,0.01399,-0.008988,0.029513,-0.008893,-0.02393,0.040896,0.032565,0.003376,-0.002778,0.04408,-0.059541,0.003468,0.006893,-0.027363,-0.011819,-0.024109,0.028084,-0.009101,-0.005754,0.020354,0.00452,0.122961,0.026681,0.030287,0.035424,-0.002207,-0.003598,-0.001499,0.00365,-0.026723,-0.041216,0.009014,-0.006871,0.003337,-0.003946,-0.024058,-0.004487,0.083707,0.039871,0.001523,-0.023389,0.051762,0.04373,0.018509,-0.005722,-0.001082,-0.024747,-0.011972,0.022086,0.013916,-0.002835,0.015718,0.055238,0.017323,0.004924,0.027889,-0.009116,0.01642,-0.027442,0.039069,-0.037191,0.007453,0.001397,0.046705,-0.046327,0.043161,0.016567,-0.06798,-0.004892,-0.004566,-0.043474,-0.004437,-0.008685,-0.02347,-0.038988,0.041642,-0.016051,-0.021864,0.016266,-0.01726,0.016402,-0.020103,0.032352,-0.020076,-0.003566,0.040356,-0.015315,-0.069819,0.012454,0.01104,0.009777,0.02464,0.035418,-0.004666,-0.087153,0.038337,-0.031846,0.014717,0.021296,-0.013619,-0.031131,0.025462,-0.002432,0.046811,0.020776,-0.024857,-0.010262,-0.002626,0.023087,0.000684,-0.023119,0.025563,-0.020081,-0.036876,-0.007909,0.008549,0.01354,0.013947,-0.009931,-0.017404,0.004796,0.01875,0.029983,0.012692,-0.002225,-0.014723,0.018967,0.036346,0.011792,-0.029405,-0.011343,0.009084,0.024907,-0.026215,-0.04711,-0.027256,-0.007786,0.030063,0.008936,0.021157,0.073437,0.037424,-0.02579,0.026799,-0.00841,-0.013145,0.035194,0.035897,-0.013825,0.001563,-0.03357,-0.032021,0.02911,-0.014373,-0.025874,-0.000823,-0.013915,0.015636,-0.035879,0.018909,-0.005339,-0.023557,0.035807,-0.019278,0.03195,0.028603,0.016643,0.006895,-0.00717,-0.033994,-0.03135,0.031671,0.057068,-0.022427,0.001911,-0.018902,0.018495,-0.029791,-0.054753,0.00258,0.023192,-0.035604,-0.018515,-0.0391,0.007344,0.024236,0.0303,0.030449,0.014449,0.015842,0.019806,-0.011495,-0.005011,-0.040616,0.025468,-0.025698,-0.03599,-0.008454,-0.043993,-0.001101,0.041358,-0.029862,0.037308,-0.008563,0.021401,0.111642,0.006815,0.029467,0.01934,-0.014731,0.004021,0.037542,0.040666,-0.02752,0.02962,-0.031195,-0.056841,-0.032602,0.008562,0.000937,0.001739,-0.02175,-0.036852,-0.005801,-0.016113,0.125103,0.027227,-0.007695,-0.023393,0.005684,0.011778,-0.013439,0.010802,-0.005924,0.036725,0.035354,0.018746,-0.02535,-0.006827,0.006797,0.045467,-0.011276,0.034633,-0.029479,-0.007988,0.054547,-0.026939,0.027761,-0.012781,0.031301,0.072329,0.017737,-0.01298,-0.019763,0.086949,0.034651,-0.021586,0.062826,0.005514,0.002372,0.025571,0.018432,-0.020366,-0.007799,-0.005452,0.036346,0.02839,0.012125,-0.053233,-0.024774,-0.070112,0.025031,0.016995,-0.03024,0.004066,-0.011092,-0.008403,0.035063,-0.013529,0.012399,-0.020067,-0.053307,-0.012648,0.005564,0.028322,0.690641,-0.000253,0.037663,-0.010352,-0.004505,0.026102,0.015231,-0.009847,0.011298,0.002765,-0.034747,-0.003424,-0.002894,0.039791,0.028537,0.017497,0.030594,0.018023,0.012024,-0.022311,-0.011657,-0.0002,0.008434,0.049044,-0.009214,0.060765,0.000888,-0.041603,-0.010535,0.071431,-0.029239,-0.0128,-0.070802,-0.024697,-0.005277,0.016311,-0.010043,0.029848,0.024881,-0.081701,-0.000342,-0.014545,0.022686,0.011168,-0.004364,-0.026722,0.037558,0.004201,0.040721,0.02923,0.004027,0.012554,0.010367,0.068087,-0.002583,0.013965,0.012669,-0.024106,0.011495,0.01459,-0.040352,0.00294,-0.047743,0.052491,0.020342,0.047026,0.02508,0.032006,0.023757,0.02964,0.032658,-0.081926,0.044574,0.007492,0.029922,0.015409,0.006781,0.008411,0.001327,-0.037986,0.018155,-0.060278,0.029465,0.01946,-0.000814,0.016834,-0.053544,0.000023,-0.010495,-0.003444,-0.069973,0.030845,0.012592,-0.064699,-0.022859,-0.004838,0.027737,0.006061,0.013916,-0.008013,0.032724,0.018618,-0.005877,-0.016079,-0.110454,0.003789,0.019123,0.047066,0.025297,0.061074,-0.002085,-0.014582,-0.010583,-0.00758,0.003484,-0.000656,0.00905,0.014505,0.026441,0.004594,-0.044356,0.015328,0.029221,-0.012596,0.016899,-0.050704,-0.047991,0.042038,0.016783,-0.027399,-0.023011,0.006371,0.001162,0.000181,-0.051972,-0.034231,-0.004375,-0.001701,0.040289,0.027183,-0.012115,0.028578,0.024418,0.025131,0.064101,0.011986,0.003815,0.065243,-0.016276,-0.000387,0.020556,0.10821,0.01679,-0.014176,0.001672,0.032189,0.02033,0.037302,-0.038785,-0.002323,0.035488,0.003773,0.054042,-0.013182,-0.021269,0.022318,0.04894,-0.009174,0.046072,-0.025237,0.005968,0.009559,0.051105,-0.166361,-0.018294,-0.070477,0.004143,-0.02434,-0.035723,-0.017819,0.015927,-0.035521,-0.018745,-0.042337,-0.013743,-0.014442,-0.008209,0.014192,-0.014753,0.038769,-0.035573,0.024765,-0.022424,0.045281,0.05694,-0.019566,0.047226,-0.006357,0.004429,0.032474,0.036346,0.027838,-0.032176,-0.014993,0.047839,0.008641,-0.044841,-0.027156,0.006696,-0.034787,0.028764,-0.00945,0.003162,0.06748,-0.016749,-0.009287,-0.004138,0.000868,0.019353,-0.004395,-0.022089,-0.040774,-0.007532,0.038724,-0.03931,-0.019391,-0.038598,0.032882,-0.010434,0.006171,0.023603,0.009446,0.010277,-0.000548,0.008325,-0.015385,-0.000696,-0.035379,0.016602,0.00155,-0.05355,0.013722,0.013027,0.01127,-0.000524,0.011653,0.029543,0.025066,0.163835,0.024683,0.015512,-0.003824,-0.003454,0.009388,0.038186,-0.015117,-0.027127,-0.038134,0.008195,0.002068,0.02698,0.007438,-0.009944,-0.043928,0.091971,-0.009834,0.000146,-0.067092,0.018251,0.030305,-0.004818,-0.027183,-0.00454,0.007788,0.019811,0.008153,0.020503,0.025316,0.038661,0.02924,0.01797,-0.007199,-0.010126,-0.02448,0.04431,0.003892,0.006677,-0.013076,0.01694,-0.015398,0.007539,-0.038051,0.027916,-0.01122,-0.049885,-0.006902,0.01834,-0.005514,0.023177,-0.032417,0.019179,-0.031924,0.018685,-0.012404,0.004442,-0.034747,-0.041389,-0.004161,-0.00376,-0.006566,-0.007457,0.010063,0.023593,-0.014453,-0.077503,0.006355,-0.02355,0.003083,0.035102,0.062409,-0.013203,-0.052885,0.017076,-0.021602,0.057942,0.040979,-0.021868,-0.0487,0.024302,0.003049,0.048902,0.019913,-0.023366,-0.001651,-0.012534,0.020901,-0.02199,-0.020485,0.03912,-0.037857,0.002334,0.013257,-0.0042,0.01978,0.027412,-0.021012,-0.013318,-0.011451,0.016521,-0.013406,-0.008297,-0.008736,-0.00536,-0.017988,0.033345,-0.032108,-0.052076,-0.002361,-0.044633,0.018879,-0.007626,-0.024107,-0.03763,0.000878,-0.017821,0.030458,0.032091,0.100698,0.002916,-0.031578,0.053503,0.013689,-0.021647,-0.020506,0.05148,0.01178,-0.017794,-0.03764,0.004486,-0.007243,-0.005126,-0.049792,-0.015239,-0.016484,-0.012224,-0.004293,-0.009339,-0.001164,-0.021406,0.039791,0.014415,-0.007821,0.002488,0.012565,-0.003037,-0.009662,-0.010858,0.001164,0.000802,0.028248,-0.021905,-0.006093,-0.040559,0.013396,-0.036625,-0.041774,-0.006932,0.009379,-0.011938,0.046102,-0.028792,0.008602,0.007083,0.023869,0.038457,-0.004633,0.009137,0.01436,-0.013986,-0.002963,0.058989,0.001109,-0.013584,0.027122,0.038852,-0.007763,-0.047767,0.030899,0.003092,0.016355,0.025026,0.022592,0.114056,0.016447,-0.019299,-0.023901,-0.001613,0.004315,0.034717,0.027493,-0.019315,-0.01095,-0.005614,-0.016817,-0.01424,0.032243,-0.008299,0.006955,0.008372,-0.008156,-0.030026,-0.016675,0.091443,0.017431,0.002391,-0.010388,0.030612,-0.011344,0.000561,0.007758,-0.017839,0.015523,0.0275,0.030682,-0.01163,-0.014489,-0.003695,0.042512,-0.031969,-0.011448,-0.018837,0.051328,0.011043,-0.042608,-0.007247,-0.042581,0.041312,0.016731,0.013813,0.008732,0.019144,0.041624,-0.01308,-0.008051,0.029845,-0.019102,-0.031107,0.048907,0.0283,-0.019027,0.039347,-0.031099,0.023123,-0.007237,0.010855,-0.031946,0.025498,-0.052142,-0.019857,0.050142,-0.018565,0.032989,-0.017671,-0.0009,0.024423,0.006277,-0.003416,0.015652,0.002679,-0.03019,0.001578,0.005096,0.722085,-0.003328,0.027385,-0.014899,-0.002925,0.010833,0.014374,-0.027439,0.002264,-0.012767,0.02253,0.004135,0.006861,0.04303,0.039862,-0.004281,0.023186,-0.012226,0.027301,-0.01417,-0.014159,-0.047843,0.036889,0.047163,0.015337,0.049241,0.034831,0.004008,0.004644,0.035323,-0.001035,-0.023639,-0.037989,-0.020366,-0.014991,0.006822,0.023463,0.052963,0.020588,-0.071586,0.00802,0.009312,0.029245,-0.002927,-0.000385,-0.035204,0.015239,0.009059,0.002201,-0.039503,0.003903,0.007991,-0.008288,0.003921,-0.038112,-0.02004,0.008555,-0.035386,0.019767,0.011498,0.006767,-0.006523,-0.002266,0.041463,0.074937,0.037123,0.003406,0.006565,0.02908,-0.00176,0.042823,-0.080873,0.052476,0.031059,0.009916,0.021572,0.014899,-0.038445,0.006221,-0.027969,0.014853,-0.055499,0.050498,0.031162,-0.004389,0.032709,-0.055777,0.012768,0.042917,-0.036381,-0.021977,0.036879,-0.024474,-0.015482,0.000415,0.004523,0.012945,0.014881,-0.003467,-0.019859,0.027049,0.004353,0.00335,-0.017973,-0.052815,-0.004881,0.021833,-0.007232,0.018963,0.047124,0.008825,-0.021142,-0.012542,-0.025301,-0.002095,-0.007554,0.018745,0.036714,0.001636,-0.00671,-0.024735,-0.01564,-0.001858,0.005924,0.019155,-0.069952,-0.075206,0.016266,0.019841,-0.049505,-0.020071,-0.004817,-0.029878,-0.012494,-0.043523,-0.028218,0.019825,-0.002643,0.020977,0.025821,0.013651,0.034713,-0.001612,0.037962,0.027869,0.004282,0.032841,0.03388,-0.034217,0.004885,0.007024,0.130786,0.045165,0.008244,0.006152,-0.000066,0.014822,0.035761,-0.029468,-0.011613,0.071865,0.029108,0.037424,-0.016226,0.013412,0.03065,0.056031,0.007849,0.04298,-0.000362,-0.014152,0.010364,0.00811,-0.162775,0.001128,-0.023971,0.024299,0.000259,-0.007874,-0.029312,-0.03357,-0.009769,-0.031781,-0.006585,-0.016952,-0.042124,0.013996,0.01703,-0.0247,0.035807,-0.039492,0.027182,-0.004198,0.041739,0.064701,-0.026467,0.054137,0.035989,0.029066,0.022736,0.004314,-0.004869,0.006559,0.015506,0.038439,0.028577,-0.032349,0.011067,-0.004488,-0.019712,0.043418,-0.014482,-0.02777,0.014005,0.018177,-0.01296,0.011931,-0.018119,-0.016439,-0.013162,-0.016615,-0.047676,0.041679,0.01521,0.016682,-0.007058,-0.0026,0.020433,0.013355,0.019873,-0.01225,-0.041109,0.018375,-0.02869,0.01503,-0.007031,-0.016288,-0.045201,-0.003312,-0.000058,-0.042819,-0.004465,-0.00093,0.022444,-0.038182,-0.006153,0.035622,0.047118,0.162857,-0.002772,0.021309,0.002166,0.01919,0.03865,0.026739,-0.01402,-0.03591,-0.03547,0.026853,0.056136,0.058514,0.025102,-0.014545,-0.014139,0.104769,0.008017,0.010023,-0.050555,0.014797,0.038404,0.014727,0.014995,0.013492,-0.023221,0.023744,0.00365,-0.006707,0.000703,0.047606,0.019013,-0.015806,-0.016032,0.009968,-0.012037,0.036328,0.001698,0.008052,-0.011142,0.059219,-0.002778,-0.02344,-0.043161,0.007158,-0.055117,-0.056883,-0.013869,0.041991,-0.034393,0.018426,-0.024232,0.018163,-0.051877,0.02483,0.011634,0.00456,-0.020227,-0.002173,-0.021629,-0.001834,0.031947,-0.013505,-0.040885,0.020347,-0.021453,-0.097555,0.019011,-0.007947,-0.009321,0.053345,0.030739,-0.011837,-0.080936,0.038122,-0.068228,0.05652,0.010552,-0.000507,-0.015525,0.005299,-0.015718,-0.00273,0.016551,-0.013892,0.037805,-0.008655,0.016451,-0.007778,0.002437,0.030258,-0.019994,0.007995,0.003216,0.004471,0.032141,0.039386,-0.02035,-0.011415,-0.005744,0.023844,0.024085,-0.000813,-0.006001,0.005179,-0.002024,0.03098,-0.028915,-0.015794,-0.007208,-0.020009,0.010257,-0.013351,-0.032189,-0.026986,0.032769,-0.018283,0.022237,0.010559,0.067244,0.00835,-0.033034,0.042755,0.034913,-0.019383,-0.033342,0.042927,-0.01441,-0.031948,-0.035036,-0.015934,-0.006285,-0.020955,-0.027715,0.028546,-0.008622,-0.002739,0.000837,-0.01167,0.030111,-0.006927,0.005947,-0.002098,0.018457,0.033675,-0.005534,0.001224,-0.050504,-0.032377,-0.005837,-0.00574,0.052606,-0.042955,-0.005854,-0.008128,0.051149,-0.016197,-0.042387,0.002128,-0.001298,0.001218,0.002203,-0.016444,0.008963,0.029627,0.021098,0.035958,-0.039711,-0.001743,0.026671,-0.032766,0.023723,0.061646,0.046294,-0.010705,0.030192,0.025366,-0.007737,-0.026464,0.001335,0.013079,0.029768,-0.0075,0.040908,0.110247,0.000821,-0.005028,-0.003177,-0.017433,0.022751,0.020896,0.031637,-0.000492,-0.013875,0.00289,-0.018615,-0.012286,0.021269,0.014107,0.002415,-0.0234,-0.001496,0.00167,-0.026691,0.124959,0.028836,0.013762,-0.016357,0.022272,-0.011448,0.001333,0.020937,0.008684,0.001092,0.032593,0.025824,-0.045029,-0.017541,0.000168,0.055916,-0.01863,0.000003,-0.024581,0.041144,0.009462,-0.034982,0.006161,-0.022419,0.007982,0.027223,-0.005208,-0.004359,-0.011201,0.043854,-0.01384,-0.017164,0.031282,-0.035143,-0.013048,0.020785,-0.003567,-0.006261,0.035005,-0.019549,0.034085,0.016033,0.014864,-0.010815,-0.015841,-0.030246,-0.007552,0.032981,-0.006858,0.008667,-0.00588,-0.016978,0.026883,-0.001355,-0.000895,-0.020002,-0.009943,-0.024554,0.005879,0.013575,0.71653,-0.020234,0.036176,-0.006532,-0.007501,0.010079,-0.002501,-0.036162,0.005801,0.007186,-0.001926,-0.022847,-0.004397,0.041183,0.057125,-0.044364,0.014917,-0.009469,0.052234,-0.019515,-0.000311,-0.033346,0.029028,0.024353,0.007157,0.077666,0.04672,-0.026031,-0.008172,0.015566,-0.013898,-0.011533,-0.0635,-0.032397,-0.015388,0.02109,-0.009628,0.031332,0.02382,-0.070423,0.015786,-0.001106,0.039411,0.020725,-0.012436,-0.038718,0.026293,-0.009256,-0.026118,-0.001825,0.019141,-0.019494,0.001784,0.032931,-0.010634,-0.018281,0.004045,-0.020607,-0.003375,0.028644,-0.018755,-0.016163,-0.021914,0.042648,0.010064,0.062959,-0.039476,0.011175,0.036952,0.019485,0.056319,-0.085378,0.03455,0.017586,-0.008105,-0.005225,0.004762,-0.025669,-0.00508,-0.022755,0.031983,-0.072117,0.038225,0.046742,-0.001267,0.018415,-0.049668,0.031657,0.037366,-0.026456,-0.018137,0.029726,-0.040425,-0.001829,0.019086,0.015122,0.001279,0.030475,0.001684,-0.00189,0.015074,0.024103,0.022775,0.007634,-0.045219,-0.006022,0.00024,-0.004581,-0.01544,0.032486,0.022824,-0.000424,0.009834,-0.005724,-0.00195,-0.012455,0.028569,0.012141,-0.01356,-0.026381,0.000559,-0.027339,0.000483,-0.005625,0.025845,-0.052934,-0.050922,0.016446,0.012571,-0.0163,-0.014275,-0.016986,-0.0153,-0.023905,-0.037775,-0.017815,0.021073,0.000335,0.021513,0.02839,-0.012553,0.016193,0.003931,0.020063,-0.000691,0.002174,0.040465,0.009391,-0.006225,0.003175,0.018924,0.145434,0.035807,0.006047,-0.001101,-0.009583,0.013157,0.017768,-0.017427,-0.031243,0.07957,0.022815,0.02632,0.010373,0.014228,0.005317,0.064288,0.014907,0.028542,0.010325,-0.010813,0.013829,0.02437,-0.206279,0.009943,-0.014955,0.025217,-0.002016,-0.036793,-0.012146,-0.024803,0.001739,-0.018286,0.007661,0.003695,-0.024852,0.019509,0.005394,-0.03186,0.039655,-0.04005,0.022774,-0.005715,0.046412,0.09683,-0.018903,0.108287,0.029369,0.041406,-0.004631,-0.010511,0.000103,0.006744,-0.008934,0.03494,0.015055,-0.060228,-0.010093,-0.017063,0.00413,0.02541,-0.041605,-0.008373,0.010346,0.025509,-0.019506,0.021659,-0.028004,0.013157,0.007494,-0.00959,-0.024259,0.024457,0.025956,0.007678,-0.011611,-0.006295,0.02803,0.006387,0.026152,-0.005459,-0.037662,0.010287,0.002856,0.011899,-0.014829,-0.023579,-0.050875,0.006839,-0.014687,-0.046821,-0.023936,-0.015956,0.018502,-0.036142,-0.008912,0.00885,0.031647,0.116645,0.005645,0.018767,-0.020087,0.014315,-0.001677,0.032686,0.000433,-0.020894,-0.00989,0.016767,0.036598,0.027621,0.027576,-0.025234,-0.02656,0.052602,0.017191,0.003008,-0.039907,0.003176,0.031114,0.01496,0.018412,0.020869,-0.03184,0.008543,0.02045,0.024895,0.01934,0.06635,0.014879,-0.001542,-0.017987,-0.0066,-0.014392,0.039977,-0.011271,0.001167,-0.006726,0.06312,-0.012261,-0.005295,-0.024362,0.019772,-0.016594,-0.047994,-0.013823,0.043859,-0.043426,0.016461,-0.013201,0.005052,-0.049893,0.020627,0.018285,0.000633,0.02452,-0.002224,-0.021905,0.004269,0.035447,-0.028255,-0.040657,0.019858,-0.029337,-0.105377,0.016064,-0.013201,-0.026857,0.047358,0.017962,-0.010877,-0.030479,0.013192,-0.036676,0.021497,0.022019,-0.02038,-0.002865,0.016524,-0.01129,0.023961,0.025022,-0.022617,0.006382,0.000456,0.018809,-0.012448,-0.003588,0.023479,-0.018845,0.011907,0.017242,-0.015907,0.030471,0.028632,-0.034618,-0.002234,0.006368,0.025862,0.033842,-0.003545,0.00408,0.000148,0.014137,0.026926,-0.012855,-0.012335,-0.003952,-0.003887,0.016026,-0.017167,-0.045452,-0.042982,0.017377,-0.016158,0.010489,0.012493,0.086963,0.017009,-0.043883,0.030764,0.026516,-0.012132,-0.028444,0.039043,-0.007174,-0.023654,-0.028304,-0.015072,0.015361,-0.040563,-0.025044,0.000504,-0.011394,-0.002189,-0.014524,0.004796,0.014628,0.01426,0.009112,0.003919,0.006626,0.026002,0.013469,-0.013046,-0.03553,-0.024667,-0.022998,0.004077,0.040094,-0.038055,-0.004794,0.013197,0.027966,-0.028447,-0.041677,0.005588,-0.002078,-0.003558,0.019456,-0.02996,0.002946,0.030118,0.029473,0.020835,-0.025681,-0.011665,0.025669,-0.015729,-0.000059,0.02745,0.019772,-0.013502,0.020746,0.029534,-0.018535,-0.012662,0.023852,0.022568,0.024169,0.002266,0.029049,0.110312,-0.003901,0.01221,-0.022495,-0.021214,0.006184,0.039429,0.027203,-0.0196,-0.013277,0.00463,-0.027665,-0.015298,0.040503,-0.005171,-0.007879,-0.029846,-0.008267,0.013029,-0.028154,0.132917,0.021869,0.001565,-0.010693,0.022623,0.003109,-0.008885,0.011058,0.00809,0.00188,0.02275,0.020889,-0.026039,-0.015922,0.001024,0.040537,-0.030931,0.006438,-0.000537,-0.014099,0.009037,-0.043649,0.000504,-0.030595,-0.000516,0.041304,-0.003731,-0.001583,0.025001,0.047186,-0.044949,-0.033505,0.050043,-0.028837,-0.00206,0.040699,0.007406,-0.011176,0.031949,-0.018457,0.014897,0.01965,-0.003706,-0.011243,-0.021777,-0.027316,-0.001552,0.027167,0.010344,0.006447,-0.019847,-0.009433,0.01684,0.012523,-0.004373,-0.020991,-0.017639,-0.023533,-0.005107,0.008259,0.74406,-0.013689,0.032431,-0.010892,0.002944,0.0164,0.005139,-0.011645,0.024035,-0.003917,0.006582,-0.013909,0.010704,0.033535,0.020345,-0.03541,0.023007,-0.004749,0.046598,-0.015561,-0.010966,-0.006673,0.037433,0.024207,0.00352,0.065424,0.034861,-0.03177,-0.004712,0.000551,-0.005757,-0.022932,-0.049951,-0.010149,-0.036811,0.021672,-0.024711,0.036898,0.020446,-0.074161,0.011216,0.003347,0.030611,0.00908,0.022299,-0.027759,0.020372,-0.001884,-0.006614,-0.000179,0.015956,-0.00037,-0.010644,0.045673,0.006896,-0.017585,0.005669,-0.023705,0.005799,0.019167,0.000574,-0.012842,-0.014324,0.073248,0.024826,0.061253,-0.020032,-0.007378,0.02264,0.026206,0.010935,-0.066283,0.021769,0.021363,0.0191,-0.010213,0.02704,0.025226,-0.026371,-0.011631,0.026707,-0.066079,-0.003967,0.021761,0.022054,-0.018304,-0.033054,0.005519,-0.001337,0.023098,-0.096367,0.020713,0.002939,-0.036205,0.03067,-0.009517,-0.008949,0.031813,0.033853,0.016851,0.010903,-0.000122,0.022078,0.018366,-0.063153,0.001811,-0.02304,0.016737,0.04855,0.045336,0.002657,0.004925,0.017736,-0.013249,-0.003852,-0.018727,0.012891,0.007027,0.010682,0.001915,0.001354,-0.006586,-0.004702,-0.002257,0.016528,-0.044643,-0.012847,0.003738,0.020747,0.007753,-0.011656,0.0075,-0.027919,-0.020478,-0.034411,-0.016158,0.0086,-0.008911,0.035917,0.035663,0.014628,0.001263,-0.022544,-0.017652,0.008999,-0.000533,0.031814,0.019199,0.003734,0.003673,0.013704,0.200692,0.022251,-0.024163,0.01107,0.007918,0.003495,-0.016176,-0.025029,-0.027485,0.009648,0.028515,0.001534,0.042645,0.003692,-0.014985,0.067705,0.021338,0.020203,-0.04128,-0.015058,-0.003491,0.041397,-0.172079,-0.004206,-0.006572,0.013431,0.021007,0.004711,-0.013455,-0.007517,0.026648,-0.028218,-0.013336,0.012515,-0.043827,0.003228,-0.005953,-0.023559,0.031679,0.007468,-0.002545,-0.005892,0.028596,0.069693,-0.062128,0.139448,-0.002112,-0.012212,0.024,0.017402,0.012128,-0.013662,0.006965,0.061503,0.001406,-0.039084,-0.020514,0.021045,-0.025008,0.010084,0.004307,0.026756,0.049119,-0.001016,-0.017352,-0.001865,-0.031119,0.001953,0.019338,-0.048775,-0.004728,-0.026449,0.008489,-0.013798,-0.017487,-0.015513,0.032904,0.019371,-0.012365,-0.005363,-0.036728,0.026857,0.025855,0.018608,-0.000205,-0.018472,-0.032497,-0.009015,-0.013281,-0.031281,0.008901,0.003147,0.014032,-0.04441,-0.028182,0.045162,0.026011,0.083076,0.042905,0.020407,0.005791,0.009613,0.007146,0.007131,0.017277,-0.031346,-0.043846,0.033333,0.01388,-0.008306,0.005107,-0.027762,-0.02713,-0.011214,-0.011815,-0.050499,-0.075602,-0.000249,0.011879,0.042366,-0.016093,0.008732,-0.003441,-0.017457,0.009977,0.027934,0.020996,0.031573,0.040762,0.009254,0.009481,0.010137,-0.013049,0.03992,-0.026345,-0.00003,-0.029809,0.012282,-0.004589,-0.009496,-0.011702,0.009753,0.013409,-0.019573,-0.022801,0.029722,-0.023864,0.02598,-0.005615,-0.01307,-0.011572,0.023078,-0.005417,-0.015699,-0.009788,0.015213,-0.003863,0.003393,0.01139,-0.019866,-0.008143,0.023331,-0.035965,-0.095826,0.000424,-0.038001,0.013437,0.037512,0.009565,-0.02504,-0.08909,-0.001369,0.00137,0.025149,0.026646,-0.01689,0.001727,0.003768,-0.012999,0.037078,0.032601,0.000207,0.006866,-0.00003,0.013496,-0.013562,-0.019714,0.019748,-0.030145,-0.026301,-0.008536,-0.005853,-0.012599,-0.016391,-0.035382,-0.009703,0.023237,0.021345,0.014023,-0.053835,-0.000106,0.015157,0.006177,-0.004222,-0.005432,-0.020164,-0.004167,-0.00646,0.008,0.005606,-0.025115,-0.036515,0.028475,-0.010655,0.036227,0.01975,0.067331,0.006807,-0.033827,0.033046,0.017063,0.006164,-0.001783,0.036209,0.033959,-0.005192,-0.01113,-0.010457,0.022588,-0.029632,-0.010223,-0.03902,0.012767,-0.004642,0.01527,-0.003125,0.013436,-0.032439,-0.000503,0.015038,-0.021626,-0.007518,0.006118,-0.020683,0.00047,-0.017164,-0.027305,0.012324,0.042409,-0.026061,0.000866,0.01411,0.001524,-0.009048,-0.037355,0.012484,0.008056,-0.001833,0.017716,-0.021929,-0.028315,0.044353,0.043441,0.038528,-0.010605,-0.000089,0.02058,-0.004704,-0.024175,-0.024541,0.023632,-0.038064,-0.023678,0.011188,-0.035948,0.002479,0.055983,0.013329,0.028236,-0.00377,0.018774,0.111044,-0.026932,0.024504,-0.01726,-0.008103,0.017174,0.028486,0.051171,-0.050381,0.010402,-0.007008,-0.011536,-0.04142,0.042956,0.004092,0.012434,0.018128,-0.014089,-0.011055,0.004849,0.049973,0.012029,-0.03785,-0.007964,-0.008015,-0.035852,-0.017085,0.035524,0.014949,-0.032665,0.017509,0.033445,-0.026795,-0.022072,-0.02492,0.038723,-0.007201,-0.002185,0.009608,-0.021481,0.001307,-0.00725,-0.011939,-0.011365,0.01635,0.025101,0.022014,0.055041,0.023921,0.038529,0.00436,-0.004906,0.047205,-0.029732,0.013364,-0.00026,0.042195,-0.028633,-0.004497,-0.021977,0.01207,0.022641,0.009979,-0.029133,-0.009461,-0.047768,-0.023923,0.048508,0.022447,0.020411,-0.025259,0.023335,0.038464,0.006852,0.004629,-0.004366,-0.006095,0.007501,0.002992,0.027462,0.74936,0.001927,0.041266,0.026977,0.007888,-0.029142,0.015029,-0.009355,-0.006699,0.008996,-0.016578,-0.008789,-0.002913,0.015672,0.019274,0.009139,0.034865,0.015524,-0.000506,-0.045438,-0.022464,-0.026234,0.072886,0.011915,0.017129,0.036873,-0.012854,-0.025903,0.000355,0.009593,-0.025012,-0.034848,-0.009897,0.008119,0.000076,0.000606,0.009521,0.029621,0.034471,-0.081799,0.016525,-0.020984,0.016302,-0.001335,0.031906,-0.019142,0.00441,0.046155,-0.001227,-0.000364,0.011235,0.010853,0.02346,0.048462,-0.002998,-0.00271,0.009242,-0.026221,-0.010436,0.019925,0.031703,-0.008323,-0.03493,0.075498,0.0116,0.049751,0.006158,-0.005862,0.037481,0.046219,0.022903,-0.085713,0.041501,0.035153,-0.002394,0.000666,0.022256,-0.021525,0.021231,-0.041031,0.014738,-0.076886,0.025396,0.016219,0.002454,0.009461,-0.050718,-0.0095,0.000671,-0.014138,-0.073443,0.011846,0.008608,-0.015657,0.022592,-0.000081,0.005208,0.050501,0.01224,-0.014293,0.021618,0.012656,0.014037,0.014056,-0.081136,0.00757,0.034103,0.01366,0.032576,0.050126,0.018931,0.002877,-0.004076,-0.011461,-0.011707,-0.011854,0.007597,0.000941,0.007739,-0.015423,0.013503,-0.024644,-0.001188,-0.006706,0.027381,-0.066904,-0.056719,0.019714,0.027444,-0.033132,0.008138,0.00353,-0.009558,-0.01115,-0.049793,-0.027693,0.011191,0.013057,0.03192,0.030522,-0.008064,0.018566,0.003956,0.024131,0.005124,0.031346,0.02643,0.025297,-0.014013,-0.032942,0.017569,0.12183,0.047575,0.005877,0.003177,0.002626,0.003177,-0.013751,-0.047319,0.006061,0.040925,0.006584,0.033148,0.024706,-0.015566,0.01791,0.060962,0.000175,0.007239,-0.004072,0.012693,-0.012238,0.016578,-0.188076,0.005955,-0.037038,0.019488,0.008678,0.01401,-0.00994,-0.017714,-0.03174,-0.022895,-0.022697,-0.00704,-0.02676,-0.021542,0.019387,-0.024699,0.04393,-0.012967,0.022982,-0.004027,0.048836,0.066814,-0.022869,0.074763,0.010124,-0.017548,0.032362,0.005105,0.034775,-0.009819,0.016252,0.03237,0.002735,-0.034096,-0.017148,-0.000732,-0.022821,0.054631,-0.02847,0.042862,0.036356,-0.005569,-0.008654,0.000911,0.003333,-0.015044,0.01592,-0.014559,-0.017659,-0.017234,0.009468,-0.012685,0.006306,-0.021316,0.028585,0.017958,-0.031886,0.00703,-0.040776,0.020419,-0.010935,0.013362,-0.017655,0.016075,-0.047627,0.006721,0.006126,-0.036025,0.021565,0.024833,0.026383,-0.025374,0.012183,0.050164,0.04924,0.14271,0.028066,0.050718,-0.002831,0.00666,-0.009065,0.003614,-0.017092,-0.020827,-0.043389,-0.000713,0.024581,0.039848,0.014962,0.002108,-0.029596,0.041647,-0.002039,-0.001244,-0.051502,0.030874,0.033011,0.036187,0.015862,0.032873,-0.003353,0.018808,0.008423,0.014196,0.013158,0.035067,-0.001636,0.040756,-0.01239,-0.009718,-0.024542,0.014318,-0.026796,0.005563,-0.027901,0.051241,-0.00198,0.00195,-0.054329,0.015827,-0.014834,-0.03183,0.00128,0.002428,-0.026322,-0.000122,-0.023006,-0.008375,-0.037948,0.023252,0.002391,-0.006106,-0.015648,-0.023549,-0.023266,-0.012409,0.012526,-0.01551,-0.020961,0.024862,-0.021657,-0.092548,0.018412,0.004063,-0.014705,0.04145,0.033588,0.00097,-0.087026,0.041217,-0.005702,0.041577,0.008022,-0.023872,-0.028827,0.018352,0.001312,0.044907,0.052932,-0.009991,0.019798,0.005408,0.020352,-0.002334,-0.006914,0.025131,-0.007773,-0.002347,-0.010302,0.001824,0.025788,0.024345,-0.016472,-0.009382,-0.004135,0.015662,0.004161,0.024957,-0.017143,-0.009712,-0.009386,0.022259,-0.018865,-0.034552,0.01783,-0.034862,0.031837,-0.009754,-0.038732,-0.05227,0.012331,-0.018369,0.025231,0.023923,0.080213,0.024559,-0.025471,0.057792,-0.018273,-0.002562,-0.02285,0.038357,-0.001789,-0.007249,-0.018332,-0.025467,-0.000006,-0.039184,-0.021922,-0.014272,-0.01041,0.006763,0.004996,-0.004538,-0.001967,-0.008681,0.009003,0.005754,0.001203,0.009249,-0.003545,-0.004655,-0.037388,-0.056091,-0.006122,0.001851,0.046641,-0.013459,0.010708,-0.018744,0.038018,-0.02784,-0.050083,0.00739,-0.004953,-0.01183,0.028695,-0.029091,0.006938,0.034622,0.012657,0.035908,-0.02362,0.005031,0.00322,-0.035588,-0.013114,0.021396,0.011128,0.008894,-0.018549,0.011768,-0.051139,-0.017543,0.03395,-0.004558,0.027487,0.010476,0.015341,0.111921,0.010852,0.002685,-0.006214,-0.044949,0.016776,0.044774,0.044872,-0.014542,0.000569,-0.003873,-0.013106,-0.029267,0.030793,0.027506,0.017196,-0.003552,-0.005397,-0.010324,-0.032132,0.097885,0.014292,-0.026705,-0.020817,-0.005608,-0.006727,-0.000846,0.008141,0.002064,-0.002674,0.032219,0.018718,-0.016636,0.011108,-0.008295,0.022302,-0.026798,0.015144,-0.006424,0.007411,0.012258,-0.021643,-0.005211,-0.005943,0.007512,0.033465,0.007794,-0.007866,0.009841,0.07009,-0.005658,0.002751,0.028723,-0.040035,0.015164,0.010134,0.023449,-0.025022,0.03287,-0.013419,0.025377,0.01387,0.023664,-0.004815,-0.001836,-0.088831,-0.029916,0.058721,-0.008611,0.002619,-0.0121,-0.004116,0.007439,0.025736,-0.004546,-0.010716,-0.00371,-0.031555,0.002129,0.009483,0.745071,-0.00845,0.010652,-0.006716,0.022979,-0.003045,0.009698,-0.012797,0.029045,0.004337,-0.002792,-0.015991,-0.009233,0.017282,0.033121,0.00071,0.004918,-0.014678,0.015369,-0.041518,-0.037496,-0.040717,0.03834,0.027706,0.006604,0.050779,0.003333,-0.016444,0.008302,0.048578,-0.040991,-0.017866,-0.061001,-0.016963,-0.015596,0.015208,-0.018641,0.034469,0.020612,-0.066494,0.004834,0.011495,0.02571,-0.023707,-0.013862,-0.0282,0.010873,0.023476,0.013397,-0.011231,-0.002326,0.010544,0.026867,0.039771,-0.01205,-0.015003,0.006093,-0.022046,-0.016848,0.018975,-0.013579,0.000383,-0.013888,0.066396,0.019032,0.05421,0.000456,0.021567,0.023262,0.021801,-0.00249,-0.061457,0.025953,0.047094,-0.008039,-0.020453,0.016962,-0.016447,-0.011221,-0.034727,0.023323,-0.076755,0.020246,0.029395,0.022199,-0.004607,-0.069992,-0.009234,-0.00247,-0.00667,-0.084799,0.02634,0.019821,-0.023787,0.024699,0.026334,0.025563,0.056957,0.019706,-0.002739,0.044651,0.029279,-0.020737,-0.009312,-0.074677,-0.006386,0.00128,-0.010228,0.018986,0.062939,0.011216,-0.005054,-0.005569,-0.032912,0.014956,-0.021425,-0.011735,0.035437,-0.004867,0.01094,-0.00538,-0.009361,-0.004881,-0.024851,0.026962,-0.06069,-0.011974,0.037309,0.053342,-0.013353,0.004759,0.016553,-0.026391,-0.023527,-0.033696,-0.041039,0.013266,-0.00172,0.021601,0.039166,0.013415,0.028281,0.007679,0.026421,0.008508,-0.002545,0.011955,0.039507,-0.015924,-0.010783,-0.028906,0.127198,0.043205,0.015405,0.001081,-0.001831,-0.003498,-0.019593,-0.072088,-0.023408,0.022367,0.041531,0.064134,0.013415,0.000885,0.016533,0.063936,0.008233,0.017022,0.002464,0.009286,-0.018546,-0.006504,-0.151227,-0.0031,-0.036604,0.00487,0.021807,0.019131,-0.004167,-0.030982,-0.025833,-0.037494,-0.038746,-0.030413,-0.032096,-0.013868,0.017145,-0.004348,0.052539,-0.031106,0.016097,-0.04521,0.05696,0.087635,-0.050168,0.031307,0.024132,-0.034528,0.034586,0.008797,0.017895,-0.010724,-0.000027,0.054723,0.008795,-0.028986,0.002015,0.002906,-0.029564,0.054692,-0.004282,0.011441,0.052407,-0.009703,-0.024912,-0.007481,0.01178,-0.022152,0.016448,-0.018261,-0.019424,-0.000663,0.000854,-0.024717,0.01066,-0.022398,0.001698,0.00295,0.008122,0.011421,-0.036041,0.05307,-0.002306,0.026562,-0.001523,-0.00323,-0.048349,-0.024936,-0.002344,-0.03737,0.025126,0.029441,0.024784,-0.021084,0.010289,0.054497,0.027828,0.141337,0.025221,0.012155,-0.025429,0.006835,-0.021933,0.006135,-0.025384,-0.027761,-0.033224,0.032408,0.035945,0.041748,0.013984,-0.000905,-0.045408,0.035589,0.014154,0.000745,-0.040607,0.017412,0.020653,0.053558,0.026947,0.032666,-0.029967,-0.006573,-0.017613,0.00464,-0.000609,0.032868,-0.015938,0.037739,-0.019341,-0.004799,-0.019236,0.026325,-0.015288,0.021094,-0.0291,0.040165,-0.023651,-0.010249,-0.065752,0.008643,-0.021973,-0.039372,-0.001437,-0.009242,-0.035519,0.013681,-0.031337,0.016596,-0.037748,0.034705,0.003026,-0.003918,-0.017903,0.001262,0.016818,-0.005034,0.000111,0.000624,-0.025894,0.017431,-0.002245,-0.10823,0.001136,0.001729,0.008889,0.03059,0.052135,0.000501,-0.090709,0.035361,0.0018,0.09243,0.023082,-0.014329,-0.04624,0.020568,-0.038629,0.022246,0.033459,-0.012859,0.012999,-0.002907,-0.006567,-0.006928,-0.009741,0.026548,-0.018074,-0.021927,0.006159,-0.005641,0.053144,0.00868,-0.001882,-0.021066,-0.0088,0.014944,-0.008713,0.005283,-0.016136,0.007154,-0.01905,0.019605,-0.040954,-0.040957,0.012051,-0.047622,0.013446,-0.005886,-0.025872,-0.060661,0.037454,-0.001827,0.038508,0.020781,0.071781,0.028013,-0.021665,0.064138,0.0168,0.010428,-0.005181,0.042477,0.001163,-0.022843,-0.018273,-0.019293,-0.019813,-0.034117,-0.015107,0.00718,-0.034677,0.007198,0.008917,-0.006787,0.00023,-0.033147,-0.006844,0.004625,0.016417,0.020825,-0.005521,-0.01038,-0.006997,-0.031068,0.006567,0.032122,0.046382,-0.018068,0.007604,-0.014069,0.015007,-0.030463,-0.034143,-0.009576,0.010501,0.001251,0.012242,-0.022986,0.007636,0.034431,0.042317,0.048648,-0.016622,0.023428,0.039553,0.013818,-0.034229,0.012378,0.001979,-0.04151,-0.004767,0.013096,-0.041017,-0.028338,0.012135,-0.002062,0.047363,0.016515,0.02136,0.117254,0.015018,0.02611,-0.026449,-0.02014,-0.00673,0.070796,0.047936,-0.019678,-0.004358,0.030259,0.002233,-0.026227,0.010132,0.023957,0.000905,-0.000475,-0.006331,-0.013388,-0.0085,0.095791,0.024965,-0.019577,-0.027748,-0.000382,0.001751,0.003503,0.001933,0.016605,-0.005773,0.047048,0.049735,-0.01286,-0.034148,-0.00714,0.033393,0.00748,-0.008594,0.006743,0.005884,0.036434,-0.029392,0.004544,-0.017211,-0.00055,0.039779,0.004388,0.010168,0.005861,0.032794,-0.023939,-0.039294,0.012699,-0.024385,-0.01062,-0.004318,0.049568,-0.02948,0.019309,-0.023272,0.015041,0.008729,0.014563,-0.001818,0.015152,-0.081385,-0.025413,0.07461,-0.031537,0.016731,-0.008449,0.014631,0.005291,0.01677,-0.004062,-0.008119,-0.016571,-0.02256,0.00288,0.00401,0.711185,-0.01577,0.029052,0.003586,0.000807,-0.003709,-0.001894,-0.022867,0.001202,-0.016058,-0.006038,0.005148,-0.012771,0.046848,0.01538,-0.023077,0.036047,0.002189,0.012152,-0.024584,-0.052117,-0.028013,0.053755,0.055802,0.008605,0.06482,-0.013222,-0.028726,0.002294,0.02686,-0.049026,0.012037,-0.032486,-0.046502,-0.035722,0.009658,-0.001524,0.043222,0.022609,-0.080633,-0.014458,-0.009164,0.01963,-0.014295,-0.008664,-0.031332,-0.022077,0.014797,-0.020802,0.00553,-0.003651,-0.004186,0.019454,0.054782,-0.006646,-0.003292,0.00357,0.000277,-0.001486,0.051216,-0.005224,-0.009103,-0.015959,0.057177,0.027863,0.056796,0.006266,0.026439,0.024816,-0.009052,0.057463,-0.060237,0.003016,0.027339,-0.030664,-0.034235,0.021522,-0.035703,-0.041977,-0.006013,0.079211,-0.061116,0.045545,0.005544,0.00786,-0.000771,-0.075646,0.004587,0.037264,-0.017802,-0.043364,0.026326,-0.017113,0.022747,-0.001683,-0.019507,-0.00368,-0.003046,-0.040521,-0.00934,-0.02653,0.003353,0.009646,0.05081,0.003383,-0.021579,0.014226,-0.003819,0.027624,0.09066,0.011756,0.024176,0.00908,-0.035344,-0.024649,-0.0458,-0.025675,0.004781,-0.005411,0.013294,0.009353,-0.001237,-0.038231,-0.005528,0.025933,-0.025851,-0.008335,0.01105,0.044096,-0.042214,0.010007,-0.041396,-0.020079,0.005467,-0.01668,-0.054966,0.040624,0.000223,0.023505,0.014072,-0.000794,0.016582,-0.005372,-0.00362,-0.002359,0.062743,-0.004061,0.026838,0.006515,-0.015938,0.010048,0.170267,-0.002198,-0.001545,0.037943,-0.003163,-0.047056,-0.040416,-0.028955,-0.01134,0.021292,-0.005571,0.026672,0.022921,-0.010809,0.006352,0.07768,-0.003992,-0.02354,-0.012089,-0.018641,-0.030198,-0.006392,-0.116107,-0.011988,-0.013153,-0.005952,0.01332,0.00495,-0.020474,0.032537,-0.014078,-0.02147,0.013108,-0.021776,-0.033452,-0.04521,0.025394,-0.012647,0.027592,0.005971,0.000736,-0.001765,0.038911,0.046568,-0.023374,0.048024,0.003152,0.015763,-0.013186,0.010471,0.017629,0.002194,-0.01145,0.031565,-0.042657,-0.059626,0.044932,-0.014867,-0.02958,-0.006598,0.018382,-0.012021,-0.010402,0.056136,-0.001922,0.022426,-0.027261,0.020636,0.003302,-0.049616,-0.046392,-0.017647,-0.009755,0.004169,-0.03664,-0.049696,0.026599,-0.023229,-0.033948,0.008753,-0.057514,0.051907,0.031916,-0.035163,0.025811,-0.006359,-0.025304,-0.042853,-0.024848,0.018453,0.013497,0.052448,0.017656,0.006221,0.007036,-0.008274,0.026126,0.087953,0.055766,0.045985,0.000153,0.067979,-0.058123,-0.013398,-0.038674,-0.028153,0.001705,0.013972,0.022093,-0.017487,0.025627,-0.023857,-0.038394,-0.004689,-0.000059,-0.00846,-0.058114,-0.020407,0.02723,-0.02797,-0.005696,-0.024077,-0.050876,-0.017736,0.022821,0.047191,0.031916,0.034375,0.001223,-0.001854,-0.011406,0.039657,0.010028,0.012391,-0.02252,0.025643,0.001631,0.034383,-0.012224,-0.01333,-0.062454,0.024365,-0.02647,0.00375,0.008978,-0.007045,-0.00277,0.017094,0.010224,-0.008224,-0.03389,0.011764,0.018663,0.027512,0.012923,0.006458,-0.008444,-0.004507,-0.021745,-0.020882,-0.018913,0.026566,-0.054322,-0.091317,-0.004226,0.02239,-0.016454,0.043268,-0.032006,-0.014487,-0.070715,0.042043,-0.009822,0.021175,0.033507,-0.062698,0.016722,-0.024879,-0.014057,0.007697,-0.001135,0.012076,0.003358,-0.020885,0.01107,-0.022861,-0.019691,0.007123,-0.018554,-0.0095,-0.011919,0.043868,0.022732,-0.006586,-0.017992,-0.012741,0.012438,0.031759,0.012778,-0.067518,0.028762,-0.002126,-0.012035,-0.013327,0.017786,-0.036702,0.027744,-0.005064,0.049806,-0.017168,-0.043008,-0.01764,0.040677,0.018775,0.013923,-0.013015,0.026382,-0.000212,-0.00687,0.023256,-0.017633,0.023602,-0.032016,0.058787,0.004719,0.028664,-0.003116,-0.02271,-0.016015,-0.040403,0.021105,-0.049124,-0.028651,0.010013,-0.009989,0.019369,0.009561,0.012846,-0.019662,0.046294,0.031652,-0.016664,0.021589,-0.05108,-0.020412,-0.018054,-0.002603,-0.029249,0.038038,-0.010025,0.009725,0.01762,0.006508,-0.010881,-0.019237,-0.028504,0.012923,-0.016157,0.017836,-0.042918,0.003399,0.047416,0.002942,0.025913,-0.023484,-0.022444,-0.035609,-0.004522,0.025619,-0.041723,0.029,-0.026993,-0.01167,0.004321,0.00654,-0.004143,0.014578,-0.023144,0.030407,0.013384,0.021094,0.111251,0.001246,0.005146,-0.027743,-0.001862,0.004586,0.014301,0.037524,0.020748,0.031786,0.010685,0.025458,0.026836,-0.000555,0.077617,-0.011973,0.020188,-0.041021,-0.008674,0.016649,-0.104949,0.019204,-0.010707,0.002677,-0.02988,-0.026042,-0.009026,-0.022681,0.018202,0.00791,0.02816,-0.024431,0.019025,0.056623,-0.020717,-0.032369,0.036827,-0.021943,0.017969,-0.037291,0.017002,0.014817,-0.045891,-0.027799,0.04199,0.044568,-0.01719,0.023771,-0.017598,0.035116,-0.025072,-0.039201,0.011209,-0.071055,0.011016,0.007637,0.017321,-0.060928,0.038185,-0.029107,0.003997,-0.011905,-0.031344,-0.02991,-0.002315,-0.045277,0.007179,-0.006201,-0.042063,0.029406,0.029023,-0.009185,0.007842,-0.004482,0.000257,-0.018292,-0.033061,-0.02536,0.041237,0.009839,0.719979,-0.008334,0.049602,0.024333,-0.016032,0.016725,-0.034002,-0.000752,0.011495,0.057889,0.000798,-0.001765,0.034289,0.029231,0.017471,-0.017196,0.008592,-0.02879,0.001308,-0.016905,-0.034942,-0.016357,0.032329,0.015176,-0.007076,0.082474,-0.036727,-0.009084,0.00916,0.008156,-0.017665,0.048572,-0.000042,-0.02902,-0.010364,0.038821,0.021866,-0.017378,-0.01529,-0.086623,0.000741,0.025171,-0.035752,0.007668,-0.006175,-0.024994,0.019274,-0.011145,0.034772,-0.020131,0.014594,0.002311,0.014684,0.039692,0.04427,-0.006205,0.006401,-0.041741,-0.024079,0.002953,-0.039266,-0.019182,0.020837,0.056921,0.006022,-0.002839,0.018194,0.016337,0.001407,0.004277,0.055497,-0.098068,0.018825,0.022549,-0.002413,0.008063,0.024051,-0.023482,0.015432,-0.017015,0.00071,-0.120844,0.012367,0.000436,0.000064,-0.00474,-0.036914,0.002991,0.015026,-0.006477,-0.036962,0.039332,-0.016307,-0.007501,0.028302,0.012961,-0.013066,0.044836,-0.002073,-0.012849,0.002284,0.026378,-0.013549,-0.00359,-0.041357,-0.009877,-0.005259,0.010337,-0.004017,0.031184,0.026227,0.015154,-0.020727,-0.033801,-0.022332,0.014396,0.02133,-0.002055,0.019324,0.006801,0.039722,-0.02248,-0.002165,-0.022931,0.029818,-0.030807,-0.046747,0.011138,0.04187,0.00114,-0.003318,0.003479,-0.016761,-0.002122,-0.043964,-0.027948,-0.011922,0.021923,0.010951,0.025653,0.0366,0.01612,0.014774,0.032549,-0.008705,0.003319,0.031209,0.009682,-0.02324,-0.004655,0.003449,0.144958,0.03081,-0.014259,0.012767,0.004529,0.003996,-0.009133,-0.018804,-0.033022,0.059155,-0.010829,0.014458,0.002749,-0.014482,-0.009147,0.063179,-0.018092,0.012923,0.001844,-0.008739,-0.018451,0.004548,-0.196984,0.010932,-0.033236,0.006569,0.020767,-0.021927,-0.005087,-0.013527,-0.01179,-0.059313,-0.018858,-0.021495,-0.026589,-0.004924,-0.012637,-0.044676,0.048544,-0.008925,0.01252,-0.017923,0.035525,0.085534,-0.030965,0.092644,0.019828,-0.009417,0.032029,0.001408,-0.007381,0.006137,0.015082,0.031861,-0.002157,-0.039436,-0.015287,-0.013599,-0.010868,0.025497,-0.044667,0.013625,0.043178,-0.012888,-0.026321,-0.022696,0.00888,0.018135,0.021668,-0.019089,-0.009101,-0.00345,0.025734,-0.004708,-0.022145,-0.022819,0.049814,0.022432,-0.022061,-0.012213,-0.029605,0.027255,0.00608,0.03402,-0.010114,-0.0181,-0.05607,0.015136,-0.012518,-0.045824,-0.00218,0.018875,0.02154,-0.031521,0.01458,0.01681,0.05121,0.120935,0.011113,0.031261,-0.01806,0.023771,0.009977,0.030751,-0.021023,0.002064,-0.019993,-0.002753,0.00978,0.009922,-0.003113,-0.012001,-0.017141,0.014766,-0.005358,-0.022137,-0.053149,0.019385,0.050564,0.026577,-0.002369,-0.001955,-0.013031,0.025559,0.006541,0.021722,0.011817,0.021273,0.004558,0.039759,0.00074,-0.008448,0.007003,0.007247,-0.025273,-0.00287,0.010367,0.050144,0.010771,-0.004981,-0.029655,0.03863,-0.003393,-0.052143,-0.004395,0.024471,-0.024781,0.013108,-0.006344,0.010462,-0.047503,0.030031,0.010429,-0.000548,0.016469,0.016332,-0.030062,0.007725,0.014276,-0.029863,-0.042212,0.013276,-0.035511,-0.103966,0.011361,0.006662,-0.024668,0.033484,-0.003752,-0.033362,-0.061036,0.025148,0.001291,0.005218,-0.002725,0.015,0.005668,0.012148,-0.003509,0.006396,0.025985,-0.022675,0.011205,-0.006751,-0.019928,-0.001027,-0.022461,0.007194,-0.011512,-0.021099,-0.023192,0.007005,0.020558,0.002142,-0.018323,0.013284,0.005393,0.04197,0.020142,0.01779,-0.002475,-0.001742,0.024411,0.017991,-0.016632,-0.015419,0.006324,-0.018935,0.011525,0.000671,-0.014928,-0.046862,0.029669,-0.013132,-0.00478,0.018702,0.130359,0.01168,-0.022896,0.031452,-0.019003,-0.0048,-0.041994,0.022797,0.000883,-0.00468,-0.022187,-0.016326,0.007501,-0.043717,-0.014581,-0.030739,-0.023445,0.003157,-0.03882,0.002977,0.013435,0.001614,-0.002087,0.009118,0.014005,0.008066,0.009404,0.004067,-0.015878,-0.027466,-0.017189,0.019813,0.043492,-0.016665,0.004322,-0.021506,0.010105,-0.011822,-0.059441,0.011447,0.001365,-0.013937,0.018827,-0.019855,-0.004469,-0.013894,0.04106,0.032984,-0.031748,0.006975,-0.001012,-0.0072,0.003281,0.000347,0.012006,-0.017293,-0.012653,0.009086,-0.00887,-0.02274,-0.003772,0.004987,0.019023,-0.015681,0.000375,0.110104,0.018587,0.01864,-0.021901,-0.01998,0.015539,0.032597,0.045237,-0.022516,-0.018861,-0.011275,-0.026652,-0.029676,0.034772,0.04689,-0.007632,-0.021824,-0.018793,0.031085,-0.014396,0.131363,0.022558,-0.015602,-0.031951,0.008677,-0.02436,0.027743,0.007846,-0.006008,0.016271,0.012022,0.007517,0.022713,-0.006582,0.002323,0.047871,-0.006021,0.009454,-0.001345,-0.010701,0.017528,-0.03064,0.01096,-0.013285,0.021239,0.027063,-0.019782,-0.019554,0.008123,0.055763,-0.007026,-0.010362,0.017078,-0.028237,0.003816,0.004159,-0.00971,-0.027979,0.000528,-0.028017,0.039831,-0.002067,0.010203,-0.023009,-0.019193,-0.064299,-0.009724,0.037885,-0.02312,-0.002269,0.009915,0.000562,0.027206,0.011355,0.005982,-0.015797,0.000679,-0.023759,0.01035,0.001124,0.753942,-0.005399,0.006649,-0.008042,0.023863,-0.007196,0.021927,0.00322,0.000944,-0.001231,0.001788,-0.007563,0.01592,0.001356,0.013038,-0.013168,0.023425,-0.022157,0.028989,-0.025278,-0.028696,-0.033036,0.02715,0.028216,0.014613,0.070287,0.001448,-0.0415,0.010943,0.015499,-0.030179,-0.011687,-0.038718,-0.000338,-0.022088,0.017346,-0.020367,0.013278,0.01629,-0.068407,-0.008647,0.002762,0.010449,-0.013977,0.006875,-0.018373,0.023763,0.016827,-0.007044,-0.006272,0.02234,0.003084,0.019126,0.060939,0.008428,-0.013526,0.009379,-0.016524,0.018094,0.020245,0.021235,-0.026201,-0.014159,0.070777,0.02032,0.043184,-0.000836,0.002508,0.011092,0.008876,0.00998,-0.086386,0.024071,0.025772,-0.007889,0.010087,0.03194,-0.032489,-0.003907,-0.01634,0.019083,-0.078346,0.034758,-0.001087,-0.018957,0.027823,-0.037996,0.003252,0.020008,-0.010802,-0.029906,0.014283,-0.000611,-0.016277,-0.000944,-0.00175,0.01849,0.068918,0.022804,0.003479,-0.005719,-0.011344,0.018456,0.012068,-0.064124,0.000066,0.001618,0.00247,0.01463,0.027061,0.008521,-0.034405,-0.00313,-0.028686,-0.01361,-0.013619,0.002624,-0.000984,0.015723,-0.002174,-0.014116,-0.015058,0.00046,-0.009032,0.019119,-0.050692,-0.063753,0.032724,0.012813,-0.00625,-0.027956,0.01102,0.004487,-0.016831,-0.040842,-0.033091,-0.003523,0.017198,0.031218,0.02521,0.000646,0.021009,-0.015156,0.023112,0.017726,-0.00331,0.019662,0.034319,-0.004521,-0.030289,-0.00109,0.135785,0.03634,0.047161,-0.02788,0.0156,0.012197,-0.006149,-0.030944,-0.007932,0.036855,0.022628,0.05433,-0.006165,0.004159,0.009756,0.061879,0.013572,0.022207,-0.009579,-0.001511,0.010107,-0.000762,-0.186929,0.020268,-0.036741,-0.002759,0.035177,-0.005703,-0.017927,-0.010987,-0.005071,-0.036443,-0.007795,-0.004126,-0.047231,-0.018506,0.033373,-0.012381,0.038396,-0.011808,0.039112,-0.003392,0.046404,0.084769,-0.02967,0.073588,-0.011936,-0.01713,0.018764,-0.011175,0.01374,-0.001094,0.005849,0.051104,0.000412,-0.032428,0.012469,0.02255,-0.010117,0.024237,-0.028644,0.02371,0.016189,0.024141,-0.03397,0.002701,-0.009745,-0.014532,0.017881,0.010538,-0.046492,-0.02412,0.025803,-0.017631,-0.009633,0.013101,0.012622,0.001052,-0.023004,-0.021335,-0.03072,0.034902,-0.013596,0.018997,0.015717,-0.007077,-0.048511,0.015592,-0.011443,-0.022167,0.013437,0.023729,0.058148,-0.028841,0.020426,0.049329,0.022649,0.146841,0.006364,0.043644,-0.01707,0.035462,-0.001394,0.002338,-0.009877,-0.01707,-0.014365,0.002608,0.000226,0.016897,0.026443,-0.030264,-0.036423,0.054895,-0.004585,-0.006038,-0.04794,0.01517,0.032594,0.04221,-0.004594,0.033982,0.00512,0.009321,0.003429,0.00546,0.010396,0.047373,0.015861,0.028153,-0.002351,0.000306,0.018746,0.025331,-0.018657,0.007285,-0.042278,0.050991,0.010863,-0.008279,-0.04028,0.009564,-0.019983,-0.031946,-0.008893,0.014862,-0.022656,0.018569,-0.010252,-0.020817,-0.016443,0.009607,0.010198,0.002099,-0.008637,-0.018018,-0.022077,-0.00741,-0.010689,-0.011509,-0.04355,0.030451,-0.031277,-0.095905,0.017077,-0.02218,-0.00617,0.028447,0.001,-0.02749,-0.12223,0.030169,-0.020742,0.029522,0.027127,-0.019775,0.03157,0.022922,0.01096,0.018377,0.058069,-0.01509,-0.000394,0.020805,0.031062,-0.020649,-0.018084,0.04326,-0.01025,0.001352,-0.003033,0.022247,0.024037,0.021674,-0.031975,-0.014055,-0.011497,0.011151,0.021627,-0.020141,-0.015596,0.026436,0.014637,0.032392,-0.021457,-0.028239,-0.000729,-0.029775,-0.000593,0.041044,-0.033489,-0.046721,0.035442,-0.000608,0.020593,0.000335,0.055085,0.01399,-0.016098,0.035825,0.008174,0.001891,0.007405,0.049311,-0.014016,-0.029615,-0.022423,-0.002224,-0.018692,-0.042674,-0.01976,0.01021,-0.022536,-0.014799,0.030199,0.030096,0.001947,-0.031911,0.015046,0.010777,0.004967,0.008927,0.018964,-0.028712,-0.056797,-0.032758,0.004197,-0.011727,0.037005,-0.028617,-0.004322,-0.014016,0.021135,-0.022623,-0.041203,-0.017593,-0.011574,-0.007988,0.017382,-0.023499,-0.004348,0.041659,0.015186,0.00929,-0.009586,0.005752,0.008435,-0.005451,0.009358,0.030541,0.034918,0.006392,-0.009173,0.001631,-0.043976,-0.011745,0.034525,0.010119,0.035934,-0.000233,0.015601,0.110589,0.000857,0.00872,-0.006869,-0.020658,0.02141,0.040824,0.05276,0.002162,-0.026641,0.017601,-0.006369,-0.024262,0.028609,0.004455,-0.009771,-0.014161,-0.026887,-0.003779,-0.028105,0.065739,0.017457,-0.023752,-0.025149,0.007767,-0.020016,0.011636,0.011542,0.01505,-0.000642,0.022291,0.028261,-0.045038,0.011135,-0.001794,0.014789,-0.032934,0.023746,-0.004902,0.019639,0.047246,-0.026661,0.003013,-0.018231,0.042334,0.0354,0.011419,0.020753,-0.012305,0.054431,0.004494,0.020049,0.021975,-0.024247,0.001093,-0.01344,0.005492,0.004552,-0.001499,-0.005309,0.019564,0.000566,0.039531,-0.009612,0.005143,-0.072779,-0.017291,0.04206,0.000157,-0.007055,-0.002435,-0.010449,0.022517,0.013273,-0.012159,-0.006643,-0.036764,-0.014617,0.011915,0.031249,0.742191,-0.009621,0.001952,-0.007142,0.003937,-0.001051,-0.022633,0.001557,-0.014397,-0.023513,0.008059,0.009479,0.029572,0.012826,0.036009,-0.034297,0.025442,-0.020414,0.039291,-0.029298,-0.022325,-0.021832,0.051984,0.060259,-0.013662,0.066844,-0.007474,-0.031124,-0.022191,0.041468,0.009815,-0.007159,-0.031673,-0.041126,-0.021809,0.013672,-0.018804,0.025397,-0.004111,-0.08379,-0.023442,-0.012036,0.037733,-0.019735,-0.00933,-0.011278,0.045979,0.016379,-0.017608,0.030129,0.015802,-0.021487,0.014294,0.037562,-0.020577,0.001206,0.005594,-0.016847,-0.01968,0.018393,0.006194,-0.002439,-0.007653,0.068399,-0.002479,0.061014,-0.002654,-0.015003,0.05279,0.01167,0.007693,-0.078028,0.008534,0.028622,-0.016108,0.012733,0.022986,-0.050516,-0.019038,-0.00809,0.030871,-0.079263,0.031943,-0.008071,-0.028535,0.01589,-0.026036,0.004146,0.020336,-0.023366,-0.012467,0.008126,0.008081,-0.020179,0.005164,0.01604,0.00532,0.055839,0.032625,0.004957,0.003803,-0.004014,0.018221,0.023447,-0.054848,-0.003441,-0.006559,-0.006789,-0.004481,0.027387,-0.001223,-0.028812,-0.005718,-0.032604,-0.021316,-0.005012,0.002568,0.000966,0.011635,0.006372,-0.026941,-0.014717,0.003769,-0.019052,0.000829,-0.03559,-0.051741,0.027741,0.003415,-0.001948,-0.009369,0.006456,-0.004847,-0.019945,-0.02306,-0.0333,-0.000082,0.011602,0.044175,0.032778,0.002773,0.032,-0.017841,0.026602,0.01491,0.006,0.027916,0.02928,-0.009379,-0.024085,0.002918,0.129128,0.025944,0.062518,-0.029346,0.01563,0.006567,-0.019176,-0.019009,-0.027373,0.03276,0.011889,0.050193,-0.000795,0.006063,0.010845,0.067444,0.016407,0.029498,-0.012165,0.008704,0.006139,0.007029,-0.190739,0.006889,-0.028146,0.022332,0.031076,-0.004359,-0.0244,-0.000888,-0.004244,-0.020166,0.006893,0.001716,-0.043966,-0.011574,0.037004,-0.016469,0.020642,-0.003898,0.029423,-0.019166,0.037573,0.107893,-0.03318,0.078721,0.002081,-0.018295,-0.001846,-0.007789,0.008716,0.007671,0.00386,0.064393,-0.003356,-0.041363,0.010755,0.02486,-0.00926,0.025948,-0.01575,0.014194,0.01515,0.020268,-0.033155,0.016734,-0.018309,-0.011184,0.031824,0.000214,-0.048179,-0.021163,0.020057,-0.018567,0.009056,0.021022,0.026925,-0.008946,-0.024243,-0.020961,-0.022402,0.029965,-0.015527,0.030087,-0.00173,-0.021527,-0.051601,0.018986,-0.026424,-0.021008,0.010613,0.02127,0.043751,-0.049566,0.008415,0.037649,0.036216,0.128396,0.001952,0.036239,-0.019566,0.035293,-0.010364,0.00017,0.00472,-0.018815,-0.019699,-0.007016,-0.004085,0.015843,0.0158,-0.035551,-0.033407,0.047477,-0.004501,-0.008756,-0.064576,0.003794,0.030195,0.043328,0.006039,0.020151,-0.002171,0.001482,0.00237,0.002904,0.020045,0.042366,0.010516,0.029947,-0.003294,0.002246,0.010827,0.029078,-0.019478,0.002229,-0.02491,0.043997,-0.006135,-0.017008,-0.036958,0.022779,-0.025834,-0.015437,0.00055,0.050215,-0.025312,0.021173,0.000902,-0.016728,-0.009519,0.00843,0.010348,0.012394,0.029699,-0.031248,-0.008449,-0.012792,-0.014402,-0.019231,-0.033834,0.028041,-0.043244,-0.110042,0.019161,-0.023129,-0.013417,0.016171,-0.006764,-0.037385,-0.101066,0.028754,-0.00959,0.033499,0.023539,-0.018327,0.041526,0.014505,0.001707,0.030904,0.044874,-0.022479,0.00216,0.010644,0.048102,-0.024166,-0.009223,0.032087,0.004173,0.01075,0.001344,0.014448,0.020344,0.035127,-0.03179,-0.000161,-0.023267,-0.000887,0.045462,-0.005553,-0.009488,0.030012,0.011607,0.031007,-0.035212,-0.027297,0.006121,-0.040564,-0.011818,0.042711,-0.027116,-0.042144,0.022935,-0.000768,0.017478,0.003234,0.063681,0.015043,-0.007202,0.022358,0.002257,0.003182,0.008038,0.053552,-0.021546,-0.048095,-0.023912,0.008108,-0.010293,-0.045984,-0.008667,0.008442,-0.02101,-0.021191,0.018159,0.026863,-0.001306,-0.035122,0.013236,-0.001504,-0.010729,0.016332,0.04122,-0.023169,-0.048332,-0.029503,0.002989,0.005047,0.031978,-0.019234,-0.017445,-0.000985,-0.000823,-0.030779,-0.038997,-0.021681,-0.004363,-0.030702,0.027526,-0.003364,-0.011154,0.045954,0.01454,0.003484,-0.001994,0.01304,0.004104,-0.003286,0.005864,0.049779,0.026565,-0.015175,0.010417,-0.003477,-0.04298,-0.00055,0.039223,0.01141,0.024365,-0.016844,0.027239,0.114159,-0.00947,0.011718,-0.011455,-0.02035,0.02646,0.043228,0.036432,-0.014129,-0.015985,0.023977,-0.011226,-0.03092,0.031065,0.022872,-0.001348,-0.006822,-0.028968,-0.003612,-0.044199,0.065853,0.0343,-0.021552,-0.01732,0.009295,-0.007352,0.008241,-0.005766,0.023745,0.005489,0.0156,0.020059,-0.040321,0.006807,0.002152,0.019823,-0.033471,0.014849,-0.008911,0.004395,0.034956,-0.027395,-0.000617,-0.022721,0.034614,0.039546,0.006382,0.026038,-0.008171,0.039246,-0.014102,0.015217,0.0291,-0.034701,-0.007063,-0.006524,0.02214,0.014125,0.002548,-0.000286,0.001554,0.002466,0.037122,-0.021507,0.000317,-0.05968,-0.0213,0.044472,-0.002897,-0.012242,-0.00583,-0.001895,0.022736,0.019856,-0.02197,-0.00134,-0.035245,-0.013642,0.012529,0.019445,0.743187,-0.004711,-0.012108,-0.004086,0.002281,-0.000101,-0.028509,0.016261,-0.014497,-0.020563,0.016957,0.012495,0.026918,0.004063,0.041061,-0.033633,0.029689,-0.012344,0.049439,-0.03064,-0.010495,-0.017134,0.04837,0.039939,-0.007926,0.075866,-0.004341,-0.023267,-0.021944,0.038397,0.00592,-0.014325,-0.017863,-0.051795,-0.0269,0.009614,-0.018814,0.027862,-0.009063,-0.085036,-0.028972,-0.031554,0.019782,-0.017038,-0.008744,0.001407,0.033669,0.019234,-0.003559,0.035467,0.020843,-0.021264,0.022939,0.039211,-0.020155,-0.008009,0.004591,-0.017196,-0.013253,0.019426,-0.002177,-0.007236,0.001813,0.078049,-0.014744,0.06723,-0.000272,-0.014323,0.046866,0.011622,0.021413,-0.038496,0.01121,0.015778,-0.001584,0.005881,0.006614,-0.046996,-0.010652,-0.02213,0.030762,-0.085012,0.045624,-0.021533,0.003825,0.013987,-0.010893,0.018054,0.018507,-0.01279,-0.056331,0.044136,0.034473,-0.008615,-0.001329,0.005688,-0.025585,0.02283,0.022298,0.010963,0.009167,-0.028523,-0.006939,0.033045,-0.050821,-0.015511,0.007835,0.007309,-0.035649,0.040002,-0.021655,-0.017796,-0.033866,-0.022331,-0.025863,-0.012854,0.035789,-0.009585,0.012769,0.026343,-0.041359,-0.028396,-0.014131,-0.010244,0.05896,-0.04303,-0.01345,0.023401,-0.01429,0.006676,-0.003297,0.012775,0.007331,-0.023158,-0.018056,-0.02685,-0.008533,0.005266,0.021952,0.034679,0.020874,0.011361,-0.019876,0.008271,-0.004802,0.025022,0.022272,0.024666,-0.002591,-0.015478,0.018361,0.170352,0.028637,-0.002924,0.017125,0.011125,0.015438,-0.016125,-0.043533,-0.036971,0.020101,0.016864,0.035528,0.02012,0.014462,-0.005969,0.088481,-0.005673,-0.007173,0.00777,0.00276,-0.001752,0.006121,-0.136715,0.012283,-0.047204,0.007903,0.000031,0.018928,-0.028208,-0.005753,-0.009395,-0.022378,-0.023746,-0.007057,-0.063864,-0.006046,-0.001194,-0.008254,0.024885,0.037809,0.001754,-0.007228,0.030227,0.10481,-0.024631,0.090783,0.003682,-0.017068,0.009862,0.017013,0.004468,0.001682,0.012471,0.040189,-0.0013,-0.020875,0.010549,0.015058,-0.016405,-0.010518,-0.017833,0.027182,0.0491,0.009083,-0.026195,0.005044,-0.002125,-0.017607,0.031975,-0.00786,-0.042348,-0.020589,-0.004128,-0.011814,-0.010323,-0.009624,0.030427,-0.004437,0.02178,-0.003642,-0.009786,0.050219,0.00203,0.029512,0.006457,-0.026431,-0.051758,0.001246,-0.002671,-0.002853,0.010752,-0.009043,0.026141,-0.008973,-0.045858,0.000365,0.023617,0.068155,0.016642,0.031175,-0.012044,0.003299,-0.014475,-0.003511,0.007888,-0.030454,-0.004582,0.033757,0.033203,-0.027753,0.014166,-0.027605,-0.041587,0.014178,0.009702,0.000896,-0.045577,0.019356,-0.003991,0.045386,-0.015544,-0.006638,-0.010601,-0.046888,0.007412,0.029371,0.016777,0.011684,0.00786,0.007446,-0.002926,0.002088,-0.011312,0.018956,-0.002064,0.008185,-0.009954,0.02339,-0.02403,-0.007388,-0.012838,0.029747,0.022619,-0.042374,-0.02185,0.029548,0.001967,0.039101,-0.023146,-0.009274,0.009566,-0.00663,0.018858,-0.035891,0.024692,-0.004806,-0.026357,0.014095,-0.010138,-0.013219,-0.028219,0.016075,-0.030601,-0.141957,-0.002697,0.007031,-0.008923,0.076534,-0.011787,-0.018376,-0.087234,0.046819,-0.035788,0.062544,0.017341,-0.023725,0.00283,-0.006258,-0.000751,0.012322,0.020961,0.003632,-0.013701,-0.015456,0.003067,-0.009601,-0.024307,-0.008055,-0.041679,0.000676,-0.027656,0.025868,0.026658,0.009527,-0.044208,0.019628,0.002876,0.022741,0.038196,-0.069907,-0.003041,-0.001484,-0.007678,-0.001186,-0.018181,-0.015157,0.000956,-0.011193,0.004144,0.017878,-0.010309,-0.043308,-0.028062,-0.002742,0.030434,0.027627,0.032912,0.026911,-0.036898,0.033295,-0.001865,0.013228,0.005179,0.057738,-0.012552,-0.042381,-0.035491,0.011037,-0.023019,-0.043021,0.00093,-0.007359,-0.010043,-0.006639,0.006076,0.005208,-0.004589,-0.04702,-0.002663,0.037317,-0.02797,0.010106,0.045928,-0.018396,0.042422,-0.014555,0.009119,0.001407,0.034931,-0.004128,0.025018,0.016897,-0.017946,0.049299,-0.009291,0.008041,0.004455,0.019595,0.010831,0.000556,0.000444,0.045817,0.055255,0.040036,-0.005116,0.004125,0.054155,-0.002313,-0.00361,-0.051816,0.003038,-0.041459,0.008888,-0.033255,-0.014077,0.000482,0.026449,-0.012176,0.022869,-0.00803,0.044275,0.111497,0.006751,-0.001756,-0.048358,0.000273,0.003315,0.027173,0.034694,-0.021188,0.001458,-0.000133,-0.003562,-0.020577,0.041104,0.046996,-0.015458,0.003709,-0.049151,0.003156,-0.025553,-0.066054,0.026943,-0.001297,-0.016431,0.01203,-0.003582,-0.002579,0.00242,0.052969,-0.006399,0.014836,0.026334,-0.057482,0.011257,-0.019609,0.02616,-0.018539,-0.008978,0.022711,0.015563,0.022249,-0.010179,-0.024964,-0.011325,0.013464,0.026682,0.02375,0.04338,0.011784,-0.006309,-0.000144,-0.007549,0.023012,-0.003908,0.009187,0.008588,0.017129,-0.003061,0.019926,0.001216,0.030269,-0.005295,0.038796,-0.012097,-0.029547,-0.062742,-0.018387,0.067333,-0.020379,0.000469,-0.002409,-0.009697,0.035069,0.013307,-0.004734,-0.011054,-0.027818,0.006548,0.018186,0.001694,0.749196,-0.003467,-0.001186,-0.006527,0.002623,-0.017469,-0.041478,0.016799,-0.026816,0.009026,0.020767,-0.000842,-0.016133,0.00423,0.022721,-0.002924,0.034091,0.003551,0.015349,-0.019811,-0.018069,-0.067905,0.050354,0.000555,-0.00054,0.056582,-0.010554,-0.022642,-0.007761,0.0201,-0.016903,-0.024486,-0.026058,-0.00967,-0.039309,0.017637,-0.026239,0.006768,0.010344,-0.095097,0.00678,0.013936,-0.00569,-0.026061,-0.016392,0.001882,0.00939,0.012663,-0.019865,0.008203,0.02291,-0.011183,-0.000692,0.03646,-0.038412,-0.005147,0.016954,-0.009138,-0.030626,0.010547,0.011733,-0.024877,-0.011215,0.103028,-0.007258,0.066615,-0.001772,-0.025547,0.036177,0.022145,0.022976,-0.058448,0.014803,0.015759,-0.011437,-0.004197,0.004083,-0.045844,-0.008699,-0.02458,0.031947,-0.091971,0.045467,-0.007879,-0.006932,0.014459,-0.017435,0.014267,0.015511,-0.005061,-0.056174,0.046683,0.021246,-0.01126,0.002953,0.007068,-0.02791,0.039513,0.016795,0.005929,0.003977,-0.01495,-0.008471,0.02939,-0.064476,-0.015182,0.013896,-0.001922,-0.042004,0.040796,-0.011129,-0.017318,-0.020158,-0.007036,-0.0249,-0.006278,0.032068,-0.008711,0.008184,0.020879,-0.023867,-0.018703,-0.006923,-0.016889,0.037276,-0.036743,-0.013348,0.026271,-0.005065,0.001845,-0.005451,-0.00253,0.012154,-0.020703,-0.022885,-0.007794,-0.01063,0.007006,0.017043,0.045842,0.018062,0.017174,-0.023187,0.018826,-0.008515,0.022312,0.037247,0.009185,-0.006821,-0.004455,0.014944,0.16484,0.024735,0.004466,0.008161,0.013504,0.015131,-0.016081,-0.029352,-0.033354,0.023847,0.018252,0.028271,0.02493,0.011327,0.000941,0.087861,-0.0019,0.00794,0.001025,0.005587,-0.002907,0.004381,-0.167772,0.011422,-0.036539,0.013458,0.007263,0.005539,-0.038862,-0.004993,-0.001209,-0.026913,-0.017666,-0.005811,-0.046655,-0.016954,-0.00033,-0.008617,0.018879,0.02063,0.005757,-0.01069,0.041526,0.122937,-0.0408,0.096313,0.015951,-0.015492,0.004516,0.010361,0.002716,0.004529,0.004989,0.051433,-0.006212,-0.026969,-0.017648,0.014653,-0.00863,0.007795,-0.017558,0.030108,0.05576,0.009725,-0.018567,-0.006121,0.0065,-0.017512,0.030405,-0.015974,-0.039114,-0.016398,0.005634,-0.00143,-0.013525,0.000906,0.050617,-0.005651,0.014174,-0.001766,-0.021478,0.04366,0.007684,0.031906,0.012455,-0.018675,-0.061472,0.003054,-0.01779,-0.018858,0.001103,-0.008999,0.018034,-0.015646,-0.032676,0.003822,0.020398,0.070943,0.014453,0.031709,-0.014466,0.005855,-0.018176,0.012491,0.018102,-0.027055,-0.000171,0.02787,0.023373,-0.016757,0.020376,-0.030183,-0.046113,0.022667,0.004064,-0.010946,-0.057636,0.027791,0.003224,0.044844,-0.006252,0.009506,0.004119,-0.037828,0.003575,0.022322,0.011567,0.018446,0.021244,0.008485,-0.00274,-0.002767,-0.03011,0.022162,-0.008788,0.00209,-0.001988,0.034683,-0.010329,-0.002396,-0.012625,0.034994,0.01728,-0.047092,-0.014406,0.037962,-0.011355,0.033958,-0.003236,-0.000487,-0.009404,-0.004534,0.019109,-0.022251,0.028928,0.001944,-0.01568,0.008942,-0.004676,-0.023119,-0.031715,0.013952,-0.037677,-0.120936,0.00265,-0.003513,-0.003979,0.073744,-0.006556,-0.015124,-0.051968,0.043765,-0.033963,0.041718,0.021022,-0.01026,0.000377,-0.006977,0.006026,0.01602,0.020325,-0.014183,-0.005579,-0.005303,0.004924,-0.016423,-0.024057,0.001879,-0.036596,-0.012332,-0.008494,0.002896,0.027657,0.013497,-0.042631,0.015658,-0.004465,0.027043,0.038866,-0.031702,0.010024,0.006097,0.012178,-0.002657,-0.019021,-0.01545,0.002104,-0.002416,-0.000923,0.029904,-0.030188,-0.048883,-0.006837,-0.010263,0.028297,0.028088,0.066744,0.033052,-0.027491,0.043949,-0.009851,0.004278,0.003439,0.059309,0.000752,-0.039112,-0.043193,0.001991,-0.024346,-0.027128,-0.010773,-0.012505,-0.009957,-0.015087,0.00029,0.012948,-0.004883,-0.036538,0.000243,0.02574,-0.025943,0.007092,0.034628,-0.014619,0.014229,-0.013004,0.010054,0.016634,0.03765,-0.007752,0.018182,0.010867,-0.01409,0.02838,-0.028032,0.010496,0.001202,0.012186,0.019814,-0.007299,-0.000081,0.035535,0.05096,0.023204,-0.005374,0.005581,0.038841,0.002641,-0.007052,-0.028356,0.002393,-0.041939,0.008621,-0.01951,-0.019699,0.000577,0.02862,-0.001129,0.013796,-0.009971,0.03962,0.114071,-0.003144,0.004492,-0.034129,-0.005504,-0.001388,0.039402,0.022381,-0.030397,-0.00174,0.002442,-0.028285,-0.02626,0.041863,0.031758,-0.022331,-0.00051,-0.043424,0.019509,-0.027313,0.009008,0.009915,-0.012626,-0.015392,-0.002296,-0.018711,0.008577,-0.005117,0.056567,-0.002435,0.011439,0.033785,-0.030338,-0.002236,-0.014797,0.032578,-0.020175,0.002546,0.015681,0.004221,0.007972,-0.005656,-0.003992,-0.025997,0.01417,0.018926,0.020428,0.031657,0.01135,0.017073,-0.00325,-0.013771,0.036536,-0.00122,0.008704,0.014339,0.006145,-0.006248,0.01864,-0.000108,0.023649,0.004451,0.02275,-0.010479,-0.021079,-0.041834,-0.022939,0.065389,-0.016886,-0.005282,-0.006874,-0.006199,0.030468,0.013114,-0.014181,-0.004082,-0.017046,-0.005762,0.01074,0.00714,0.768721,-0.004101,0.003605,-0.026713,0.008408,-0.007035,-0.032715,0.002011,-0.018592,-0.009637,0.016793,0.005808,-0.017927,0.004294,0.016229,-0.007173,0.03015,0.00844,0.023842,-0.027481,-0.021891,-0.041133,0.050036,-0.000338,0.005357,0.062863,0.002386,-0.031083,0.000523,0.019459,-0.0132,-0.027896,-0.023698,-0.01294,-0.028628,0.019422,-0.031426,0.019854,0.01031,-0.094447,-0.001281,0.004216,-0.009673,-0.01123,-0.002549,-0.003421,0.025383,0.004921,-0.01674,0.004933,0.023706,-0.010307,-0.00112,0.051832,-0.030906,-0.018091,0.016975,-0.01513,-0.013977,0.01564,0.019644,-0.02356,-0.006326,0.098489,-0.000815,0.074165,0.011207,-0.018651,0.02575,0.024127,0.015324,-0.086411,0.027748,0.02108,-0.00513,0.011681,0.007472,-0.039213,-0.00772,-0.014871,0.018796,-0.066055,0.032849,-0.001247,-0.019418,0.029,-0.029927,0.013846,0.009831,-0.022844,-0.039937,-0.005048,0.012498,-0.01205,0.002749,0.001617,0.011482,0.069279,0.02062,-0.004701,0.004795,0.002908,0.021459,0.020349,-0.062701,0.006968,0.00851,-0.006923,0.011544,0.028834,0.00834,-0.031898,-0.004404,-0.024659,-0.00792,-0.005035,0.010009,0.001834,0.010485,-0.001163,-0.009704,-0.003564,-0.000955,-0.018304,0.006639,-0.038272,-0.05846,0.045462,0.025387,-0.018368,-0.005808,0.010458,0.009409,-0.005528,-0.023255,-0.027146,-0.006142,0.011954,0.020803,0.015076,-0.007004,0.035457,-0.000449,0.02048,0.020297,0.019176,0.017112,0.014416,-0.001119,-0.027731,0.007235,0.164728,0.022833,0.043522,-0.025897,0.008844,0.016199,-0.008459,-0.032102,-0.007171,0.021423,0.030753,0.032469,0.010396,-0.014123,0.010175,0.074469,-0.003791,0.009488,-0.004219,0.008131,0.008948,0.001254,-0.179731,0.008907,-0.028668,-0.003477,0.018153,-0.004811,-0.010759,-0.015192,-0.003367,-0.007103,0.004704,0.004557,-0.033472,-0.022715,0.014872,-0.015157,0.031479,-0.006486,0.035123,0.004033,0.050468,0.092581,-0.028273,0.119228,0.002788,-0.012094,0.007649,-0.001608,0.015853,0.015952,0.004479,0.032406,-0.004205,-0.023519,-0.009282,0.005198,-0.019334,0.02218,-0.034442,0.010716,0.004006,0.031361,-0.016616,0.023175,0.00446,-0.023494,0.015211,0.00005,-0.035673,-0.014122,0.014235,-0.013423,-0.017606,-0.002143,-0.000164,-0.000316,-0.009645,-0.00949,-0.028725,0.022265,0.009212,0.025573,0.00345,-0.002859,-0.040538,0.013611,-0.022103,-0.018095,0.016426,0.024701,0.044803,-0.020957,0.009759,0.024491,0.03368,0.136871,0.010792,0.032064,-0.013719,0.028284,-0.001782,0.009886,-0.013288,-0.033224,-0.000534,0.007763,-0.002852,0.013432,0.025269,-0.028593,-0.029509,0.045524,0.016605,-0.009481,-0.046829,0.026174,0.019497,0.021019,-0.004294,0.029358,-0.013668,-0.000856,0.011053,-0.000836,0.006686,0.041715,0.015432,0.032049,-0.003103,-0.00358,-0.021007,0.002963,-0.016685,-0.001509,-0.036099,0.040184,-0.003324,-0.010285,-0.036964,0.017463,0.009488,-0.044184,-0.011399,0.01592,-0.035724,0.021049,-0.017306,-0.00029,-0.024567,0.018403,0.010911,0.007631,0.012868,-0.030391,-0.01271,-0.015778,-0.002088,-0.024865,-0.033058,0.02875,-0.026717,-0.108527,0.016416,0.001484,-0.004963,0.036181,0.022079,-0.014513,-0.069559,0.024132,-0.003902,0.021204,0.008994,-0.028345,0.019747,0.00974,0.025952,0.02492,0.037506,-0.018053,0.002767,0.015182,0.019509,-0.012906,-0.024908,0.025307,-0.018297,0.016298,-0.012219,0.007871,0.018831,0.01419,-0.01974,-0.003783,-0.005678,0.018375,0.012717,0.002647,0.012315,0.024274,0.028246,0.032488,-0.000425,-0.032682,0.003111,-0.021753,0.003222,0.027193,-0.031557,-0.046162,0.013877,-0.006041,0.03435,-0.006768,0.068323,0.014817,-0.014153,0.02269,-0.006248,0.000356,0.012986,0.04528,-0.008834,-0.022832,-0.0332,0.00045,-0.019381,-0.03197,-0.008069,-0.010198,-0.01837,-0.019629,0.009769,0.015938,-0.002198,-0.008541,0.0065,0.016039,-0.009977,0.014367,0.022168,-0.028317,-0.05102,-0.029316,-0.019979,-0.01912,0.030945,-0.009073,0.006004,-0.004276,0.01422,-0.024806,-0.041858,-0.014584,-0.013245,0.001336,0.024843,-0.032984,-0.003516,0.055874,0.011639,0.01871,-0.014177,0.00542,0.015571,-0.014734,0.006303,0.025399,0.024556,-0.009622,-0.011062,-0.006177,-0.035945,-0.000094,0.031093,0.0009,0.015966,0.006737,0.016685,0.113168,-0.003401,0.015425,0.015103,-0.0088,0.023047,0.055831,0.049055,-0.005585,-0.026213,0.016068,-0.022763,-0.024162,0.022985,0.020784,-0.009685,-0.010684,-0.037939,0.008611,-0.027164,0.090502,0.031212,-0.011592,-0.000272,0.016646,-0.004158,-0.011527,0.003651,0.020918,-0.008556,0.019689,0.018759,-0.039802,0.014634,-0.01007,0.008511,-0.027064,0.027575,-0.01012,0.005992,0.019654,-0.031803,-0.007863,-0.008806,0.016361,0.022888,-0.003717,0.016032,-0.00641,0.06358,-0.002709,0.010588,0.032841,-0.025406,0.009509,0.015598,0.014793,0.0018,0.02388,0.000296,0.013545,0.0048,0.023452,-0.000258,-0.005993,-0.042007,-0.029707,0.035038,-0.015406,-0.026984,-0.010542,-0.001205,0.018647,0.015182,-0.007449,-0.009339,-0.028268,-0.016061,-0.0012,0.017726,0.77078,-0.016043,0.007246,-0.013119,0.009793,0.001843,-0.014793,0.025987,-0.009129,0.003992,0.006789,-0.004735,0.015979,0.007521,0.037526,-0.012788,0.033687,-0.019607,0.031696,-0.033415,-0.01674,-0.013556,0.033815,0.027764,-0.019771,0.063589,-0.006346,-0.040011,-0.011261,0.025551,-0.022605,0.002271,-0.037937,-0.041906,-0.011849,0.008313,-0.020488,0.01808,0.008505,-0.091334,-0.01303,0.005943,0.029756,-0.023276,-0.012051,0.004588,0.036324,0.012974,-0.019915,0.00849,0.003851,-0.014517,0.001699,0.045004,-0.014484,-0.013189,0.00429,-0.023347,-0.016706,0.014481,-0.00746,-0.014712,-0.024368,0.088559,0.018895,0.070997,-0.002596,-0.001845,0.039794,0.014942,0.02444,-0.068043,0.002621,0.007624,-0.013263,0.00601,0.000677,-0.054531,-0.01677,-0.018719,0.018458,-0.039194,0.019728,-0.005395,-0.011139,0.007536,-0.032932,0.034095,0.006681,-0.02368,-0.032001,-0.014695,0.025853,-0.005101,0.026424,0.010281,-0.015034,0.043573,0.031887,0.000575,0.017,0.01532,0.018478,0.030325,-0.059058,0.011188,0.01061,-0.009036,-0.009138,0.022868,0.010352,-0.036038,0.001026,-0.013941,-0.012516,0.004591,0.015417,0.010329,0.001133,-0.015503,-0.029008,-0.010062,0.006339,-0.037331,-0.001295,-0.033942,-0.032836,0.039645,0.023299,-0.023655,0.021814,0.003647,0.001019,0.008225,-0.017764,-0.022062,-0.022064,0.003848,0.02262,0.011524,0.003512,0.045795,0.004168,0.018458,-0.017335,0.020646,0.013832,0.018434,0.002937,-0.024177,0.007837,0.178779,0.003062,0.034547,-0.008079,-0.004201,0.023101,-0.027838,-0.019461,-0.028716,0.022361,0.027406,0.042019,0.022416,-0.017803,0.0185,0.089503,-0.00309,0.008852,0.003293,0.012258,0.019065,0.005761,-0.1773,-0.007539,-0.041999,0.011292,0.007626,-0.004707,-0.010801,0.006167,-0.004703,-0.014905,0.015704,-0.005832,-0.036819,-0.020919,-0.001991,-0.016941,0.021254,0.006678,0.018132,-0.011246,0.045224,0.100725,-0.032104,0.136224,0.009602,0.004494,-0.012826,-0.000823,0.014031,0.026582,0.001934,0.022367,-0.009911,-0.027463,-0.018933,-0.011971,-0.009515,0.024222,-0.028811,-0.015164,0.002852,0.029487,-0.00983,0.051065,-0.001912,-0.020467,0.013886,-0.023777,-0.04131,-0.005035,0.002377,-0.006643,-0.004918,-0.009163,-0.006464,-0.008449,-0.004813,-0.009858,-0.010518,0.011055,0.039684,0.017188,-0.011342,0.011368,-0.046769,0.011055,-0.035039,-0.01736,0.016456,0.018028,0.012296,-0.034254,0.002627,-0.00445,0.038753,0.067553,0.00281,0.01581,-0.011296,0.021934,-0.018764,0.000799,0.002712,-0.033842,0.008342,0.000305,-0.00379,0.009706,0.024309,-0.033551,-0.025437,0.030508,0.024182,-0.017104,-0.05277,0.008375,0.020366,0.007019,-0.006429,0.015471,-0.033431,-0.000454,0.019412,0.012999,0.020363,0.045306,0.021756,0.023677,-0.006152,0.008412,-0.028801,-0.003256,-0.01964,-0.006582,-0.034894,0.001325,-0.012469,-0.021008,-0.007036,0.032239,-0.016055,-0.02706,-0.018025,0.044897,-0.052823,0.022348,-0.000103,-0.009615,-0.038693,0.009675,0.016444,0.009798,0.044132,-0.026495,0.002703,-0.014933,-0.003763,-0.037832,-0.030967,0.018667,-0.024566,-0.093667,0.031207,-0.003774,-0.00926,0.028847,0.000398,-0.016548,0.000326,0.014724,-0.00107,0.02447,-0.002516,-0.012597,0.024541,0.011081,0.018709,0.023991,0.019153,-0.010748,-0.002551,-0.006101,-0.009123,-0.022208,-0.017989,0.002353,-0.034961,0.01589,0.00032,0.010492,0.02533,0.007256,-0.024606,-0.003368,-0.010779,0.029741,0.020629,0.002361,0.006586,0.025977,0.017162,0.015979,0.002365,-0.034573,0.002354,-0.030478,-0.008941,0.0229,-0.030135,-0.033904,0.007642,-0.008775,0.031579,-0.011655,0.073341,0.022717,-0.031413,0.01791,-0.010495,0.007406,0.022582,0.043153,-0.012417,-0.029955,-0.032069,-0.003665,-0.010924,-0.015053,-0.020432,-0.01124,-0.007815,-0.023533,0.00165,0.002323,0.002142,0.010484,0.015253,0.008425,-0.026638,0.013108,0.049212,-0.018416,-0.023481,-0.008184,-0.035699,-0.016491,0.032382,-0.016202,0.007183,0.006386,0.004517,-0.021423,-0.035769,-0.021818,0.000707,-0.013574,0.014767,-0.017166,-0.007555,0.062057,0.007738,0.022603,-0.014157,0.001279,0.011247,-0.01105,0.001957,0.020194,0.03726,-0.013259,-0.012065,0.001341,0.008966,0.002952,0.033474,0.012272,0.016866,0.003596,0.025638,0.11495,-0.014693,0.011443,0.011521,-0.013869,0.015546,0.068169,0.046371,-0.004356,-0.023978,0.004257,-0.040994,-0.020672,0.035872,0.030935,-0.012451,0.007783,-0.032841,0.005308,-0.014964,0.094096,0.034789,-0.029203,0.006333,0.031075,0.00717,-0.01959,-0.015717,0.031694,-0.009026,0.029262,0.013813,-0.01706,0.017483,0.003983,0.005691,-0.013087,0.023196,-0.000593,-0.015306,0.006882,-0.034875,-0.00744,0.001825,-0.013985,0.013164,-0.015786,0.017214,0.00489,0.039579,-0.023466,0.004536,0.039163,-0.022833,0.000072,0.023945,0.016244,-0.007519,0.024964,0.009615,0.0074,0.001535,0.016812,0.003033,-0.005616,-0.022219,-0.039484,0.036567,-0.021722,-0.008284,-0.00586,0.002278,0.02084,0.011788,-0.00785,-0.001614,-0.038891,-0.022885,-0.01503,0.007051,0.776216,-0.011125,-0.001622,-0.012754,0.015924,-0.005702,-0.011636,0.023412,-0.015445,0.015432,0.002017,0.005898,0.014952,0.007544,0.036354,-0.008894,0.0369,-0.017636,0.016613,-0.025155,-0.007351,0.014935,0.020842,0.021663,-0.012254,0.073424,-0.005512,-0.041792,0.002343,-0.00317,-0.042642,-0.009427,-0.036581,-0.036987,0.001145,0.027109,-0.031892,0.003594,0.006588,-0.091875,-0.017262,-0.004292,0.012783,-0.02491,-0.004773,0.005882,0.027494,0.042414,-0.004768,-0.005882,0.004044,-0.017888,-0.000042,0.050268,-0.00108,-0.032677,0.00809,-0.037269,-0.013608,0.009987,-0.017994,-0.020477,-0.021922,0.091793,0.018319,0.080954,0.002107,-0.010918,0.02797,0.030948,0.009489,-0.082459,0.009791,0.024183,-0.002548,0.004985,-0.001597,-0.034336,-0.000276,-0.019199,0.019524,-0.053908,0.02695,-0.005707,-0.00562,0.020649,-0.034845,0.016221,0.00483,-0.022836,-0.047775,-0.000097,0.021652,-0.015172,0.010228,-0.002309,-0.003443,0.065688,0.027131,-0.008029,0.012158,-0.0023,0.02046,0.033591,-0.058543,0.017019,0.012738,-0.01608,0.013683,0.028793,0.017415,-0.041476,-0.001368,-0.011468,-0.003906,0.004691,0.011061,0.011291,0.001087,-0.0038,-0.019976,-0.000286,0.00187,-0.024046,0.00591,-0.033592,-0.055254,0.047098,0.026321,-0.025479,0.008202,0.00297,0.003359,0.009885,-0.022659,-0.019834,-0.006069,-0.000923,0.025069,0.015036,-0.006282,0.036532,0.004049,0.016077,-0.009669,0.016781,0.01277,0.011174,0.001434,-0.022582,0.003601,0.182627,0.00268,0.034627,-0.016378,0.000565,0.011935,-0.01506,-0.018147,-0.020091,0.033986,0.023537,0.038452,0.018535,-0.028449,0.007464,0.082275,-0.006408,0.00368,-0.00047,0.005636,0.013412,0.000565,-0.177993,-0.007462,-0.033446,0.00035,0.019157,0.006894,-0.007146,-0.007363,-0.003815,-0.005858,0.005082,-0.005256,-0.023056,-0.036205,-0.005129,-0.009348,0.034994,-0.003769,0.023083,-0.004357,0.043222,0.099172,-0.018132,0.145461,-0.002741,-0.005155,0.001099,0.000863,0.010121,0.014462,0.010595,0.0263,-0.004456,-0.026013,-0.020545,-0.008406,-0.017685,0.019003,-0.035764,-0.016336,-0.001846,0.044763,-0.015206,0.030852,0.004373,-0.015899,0.008912,-0.021356,-0.033554,0.002877,0.011344,-0.010859,-0.029149,-0.001148,-0.01509,-0.004198,-0.007403,-0.006223,-0.023464,0.003314,0.024862,0.018788,-0.008324,0.006941,-0.034557,-0.004688,-0.035648,-0.005501,0.015459,0.037124,0.03275,-0.021063,0.017399,0.020961,0.030457,0.106635,0.012127,0.022755,-0.01132,0.029713,-0.008573,0.003225,-0.000786,-0.02948,0.002794,0.003105,-0.008489,0.021976,0.031977,-0.030401,-0.013428,0.013687,0.016914,-0.012311,-0.045931,0.024499,0.012628,0.014978,-0.012575,0.02701,-0.032824,-0.003708,0.015664,-0.000077,0.0129,0.039691,0.022188,0.032641,-0.000768,-0.002318,-0.021104,-0.007582,-0.024157,-0.003048,-0.04154,0.021067,-0.012472,-0.015667,-0.024261,0.01755,0.001223,-0.029917,-0.00367,0.015743,-0.043096,0.029844,-0.011932,0.003448,-0.034389,0.011205,0.022595,0.003928,0.034806,-0.027945,-0.004428,-0.007876,-0.000065,-0.022096,-0.026893,0.030005,-0.023195,-0.074548,0.01371,0.004796,-0.002228,0.024206,0.014579,-0.010954,-0.015617,0.017505,0.002101,0.00659,-0.007552,-0.014243,0.020559,0.00453,0.021202,0.022788,0.035085,-0.008186,0.007329,0.000602,0.005941,-0.018662,-0.024103,-0.00174,-0.028214,0.012799,-0.008474,0.024627,0.018905,-0.001728,-0.011466,-0.011329,-0.015846,0.015838,0.005928,0.007013,0.01209,0.022113,0.030554,0.02127,-0.004224,-0.042249,0.000673,-0.015594,0.004673,0.028653,-0.021862,-0.035217,0.013253,0.004162,0.034952,-0.033426,0.078591,0.021532,-0.02275,0.023169,-0.018774,0.000551,0.016708,0.052632,-0.011297,-0.020046,-0.0249,-0.00413,-0.023683,-0.033415,-0.023459,-0.024044,-0.019622,-0.027838,0.016253,0.006382,-0.001194,-0.000175,0.008824,0.024144,-0.016572,0.013069,0.02965,-0.024748,-0.045001,-0.030582,-0.028773,-0.021801,0.034105,-0.016538,0.015444,0.005126,0.012462,-0.026967,-0.045208,-0.010286,-0.009368,0.003213,0.015156,-0.025085,-0.006585,0.069134,-0.001511,0.015257,-0.009894,0.008401,0.010183,-0.009825,0.012577,0.025127,0.030068,-0.005461,-0.022687,-0.006735,-0.019968,-0.005901,0.028233,0.00258,0.030969,0.020186,0.012423,0.112798,-0.003015,0.011869,0.021938,-0.002459,0.014648,0.055988,0.045518,0.00934,-0.032628,0.01177,-0.026969,-0.012341,0.029755,0.02071,-0.010198,-0.006193,-0.024949,0.014062,-0.01986,0.10484,0.045382,-0.014728,0.012603,0.02286,0.005324,-0.006335,0.00045,0.014254,-0.008095,0.030564,0.014198,-0.023237,0.016647,-0.003739,-0.007077,-0.011173,0.019572,-0.012081,0.005631,0.017982,-0.038022,-0.019097,-0.004151,-0.010614,0.015004,-0.004542,0.018659,-0.007147,0.054279,-0.002474,0.022341,0.026618,-0.021259,0.0081,0.01895,0.012738,-0.007312,0.017529,-0.00305,0.017749,0.00092,0.020403,0.005783,0.000193,-0.018751,-0.024036,0.017036,-0.018517,-0.024686,-0.001789,-0.001502,0.007207,0.00788,0.001604,-0.009671,-0.035617,-0.012673,-0.005428,0.010622,0.773497,-0.01235,0.013373,-0.015046,0.009281,-0.008627,-0.009878,0.039528,-0.013507,0.013118,0.007082,0.000849,0.00864,-0.000777,0.038937,-0.007474,0.039143,-0.020889,0.016192,-0.028949,-0.006793,0.01005,0.020342,0.024945,-0.016839,0.06209,-0.0094,-0.029905,-0.00212,-0.004576,-0.040455,-0.00012,-0.037913,-0.036796,-0.002786,0.01838,-0.02701,0.010731,0.011199,-0.101781,-0.011559,0.012066,0.028435,-0.030023,-0.008947,0.012663,0.03253,0.045286,-0.008332,-0.001946,0.004131,-0.015445,0.000776,0.050484,-0.01878,-0.023753,0.005309,-0.036991,-0.012812,0.011167,-0.026429,-0.011841,-0.03112,0.094453,0.02624,0.074224,0.004592,-0.019526,0.029649,0.017083,0.025663,-0.065548,-0.004493,0.00699,-0.011618,0.005351,-0.00347,-0.046154,-0.014247,-0.020654,0.017003,-0.031808,0.017417,-0.004844,-0.012368,0.000675,-0.034492,0.032524,0.006674,-0.022482,-0.031648,-0.012439,0.025689,-0.00555,0.027204,0.005665,-0.020351,0.03844,0.03076,0.000136,0.021929,0.011687,0.020682,0.036671,-0.050673,0.016031,0.015776,-0.014825,-0.0049,0.021667,0.009583,-0.037055,-0.00198,-0.008151,-0.011017,0.005545,0.018477,0.012556,-0.004308,-0.013971,-0.027269,-0.009593,0.009991,-0.042613,0.001188,-0.032949,-0.033773,0.036286,0.021368,-0.028703,0.016884,0.002313,0.00149,0.019357,-0.018441,-0.01684,-0.020012,-0.003381,0.014399,0.00975,0.009185,0.043419,0.006054,0.012665,-0.036129,0.014483,0.005708,0.010852,0.005879,-0.022161,0.005674,0.195984,-0.004649,0.03459,-0.002455,-0.005677,0.02042,-0.030047,-0.009098,-0.03067,0.024493,0.027588,0.043099,0.020647,-0.023811,0.012274,0.094199,0.001527,0.004152,0.001688,0.014644,0.02485,0.002175,-0.166599,-0.016587,-0.04726,0.012494,0.005131,-0.002293,-0.009856,0.010432,-0.008166,-0.016934,0.022572,-0.009126,-0.042873,-0.02506,-0.012545,-0.011562,0.021354,0.005732,0.01644,-0.013051,0.043142,0.095794,-0.028653,0.140686,0.014472,0.010107,-0.015339,0.000291,0.013261,0.022829,0.002209,0.014492,-0.011281,-0.022526,-0.023932,-0.012937,-0.010087,0.020165,-0.029353,-0.02538,-0.007699,0.031593,-0.004557,0.055216,-0.006447,-0.019857,0.012392,-0.029144,-0.03903,0.001938,-0.007523,-0.003982,-0.012364,-0.009121,-0.015169,-0.001613,-0.006133,-0.008907,-0.008385,0.003022,0.046729,0.009378,-0.010012,0.014374,-0.041938,0.005751,-0.040862,-0.009242,0.017911,0.01208,0.006728,-0.035165,0.005353,-0.004481,0.033993,0.050916,0.003267,0.00874,-0.011617,0.025552,-0.022883,-0.007947,0.015455,-0.034552,0.009376,-0.001806,-0.005593,0.012744,0.019547,-0.035351,-0.013623,0.01692,0.023132,-0.017479,-0.051303,0.003504,0.011057,-0.000693,-0.013263,0.011147,-0.041089,-0.000831,0.02101,0.020726,0.029791,0.045819,0.029248,0.023097,0.002644,0.012836,-0.030336,-0.003623,-0.022214,-0.010138,-0.042434,-0.009619,-0.020808,-0.020066,-0.004992,0.031955,-0.0215,-0.010684,-0.01708,0.044034,-0.056319,0.027909,-0.001825,-0.017658,-0.037966,0.000064,0.017395,0.006291,0.045014,-0.022746,0.008593,-0.007694,-0.004018,-0.034364,-0.028997,0.015142,-0.018208,-0.083853,0.030531,-0.002003,-0.012485,0.027857,-0.002538,-0.014941,0.031787,0.012306,0.000379,0.013957,-0.014678,-0.005137,0.02612,0.014466,0.013811,0.021082,0.021743,-0.007667,0.000742,-0.013052,-0.023024,-0.022256,-0.017231,-0.006347,-0.04407,0.015428,0.00058,0.014885,0.024184,-0.00032,-0.021587,-0.000676,-0.011085,0.035686,0.011328,-0.015624,0.004604,0.018391,0.013662,0.017089,0.00439,-0.032528,-0.00119,-0.026026,-0.003504,0.017369,-0.023094,-0.026361,0.003492,-0.002231,0.028253,-0.026834,0.066548,0.024309,-0.038916,0.022246,-0.009772,0.013464,0.022382,0.04052,-0.016711,-0.028209,-0.028335,-0.008653,-0.008208,-0.01065,-0.025352,-0.017807,-0.000263,-0.023796,0.002475,-0.006066,0.001986,0.010323,0.015263,0.010169,-0.033404,0.017729,0.052175,-0.012299,-0.021587,-0.011132,-0.041807,-0.022318,0.039093,-0.018951,0.001168,0.005253,-0.001052,-0.016049,-0.035079,-0.018315,0.00015,-0.01602,0.007003,-0.010785,-0.010558,0.068025,0.001723,0.022949,-0.014918,-0.003624,0.00893,-0.006804,0.003507,0.022267,0.038109,-0.009962,-0.015102,0.011664,0.011372,0.004343,0.031915,0.011366,0.021944,0.007308,0.023591,0.113823,-0.008965,0.011737,0.011751,-0.012731,0.011332,0.065815,0.040663,0.004895,-0.026261,0.001025,-0.045722,-0.013914,0.033211,0.025756,-0.009657,0.010122,-0.025749,0.012954,-0.012976,0.074451,0.040729,-0.024125,0.011058,0.035933,0.016033,-0.02326,-0.015479,0.02786,-0.014671,0.029826,0.010303,-0.001718,0.01877,0.007102,0.001172,-0.01178,0.014298,0.001889,-0.018662,0.007645,-0.029301,-0.008483,0.008237,-0.030837,0.008038,-0.02158,0.017955,0.008772,0.04279,-0.021766,0.008771,0.035845,-0.017878,-0.002455,0.020273,0.019771,-0.010365,0.025306,0.006092,0.010067,-0.003269,0.012265,0.008989,0.000287,-0.016887,-0.032885,0.026455,-0.019946,-0.003906,-0.007266,-0.001293,0.008976,0.009223,-0.003718,-0.003232,-0.041706,-0.024005,-0.015769,0.004431,0.775719,-0.006964,0.004012,-0.011448,0.020488,-0.004321,-0.012008,0.029774,-0.016471,0.0179,-0.002912,0.005096,0.017148,0.00167,0.039506,-0.00281,0.033667,-0.021112,0.004367,-0.02024,-0.003574,0.020024,0.013146,0.023948,-0.012105,0.070439,-0.005842,-0.033773,0.006177,-0.017009,-0.051145,-0.006599,-0.042119,-0.023919,0.007168,0.031567,-0.031431,0.002082,0.00636,-0.098082,-0.01874,-0.003188,0.013342,-0.025831,0.002486,0.0038,0.01915,0.05864,-0.00242,-0.012406,0.003983,-0.0184,0.002638,0.05171,-0.002273,-0.03293,0.006911,-0.041012,-0.01568,0.006587,-0.025974,-0.016656,-0.025716,0.092174,0.016074,0.082103,0.003726,-0.018907,0.022854,0.031829,0.010407,-0.055525,0.017861,0.027371,0.010021,-0.002814,0.010766,-0.047711,-0.016181,-0.011042,0.035391,-0.073492,-0.005921,-0.035286,0.004095,0.010798,-0.020213,0.020891,0.012283,-0.028764,-0.048377,0.019524,0.031323,0.000468,0.022993,-0.005088,-0.0149,0.044657,0.030398,0.01939,-0.010591,-0.030617,-0.008383,0.033407,-0.051899,-0.013912,0.005703,0.020359,0.007461,0.038609,0.017791,-0.020564,-0.021626,-0.043944,-0.001862,-0.012323,0.024387,0.00521,0.011124,0.02023,-0.040052,-0.025877,-0.023248,-0.02683,0.049204,-0.052841,-0.021889,0.031344,-0.007675,0.008143,-0.014868,0.019263,0.008348,-0.035479,-0.011161,-0.03342,0.000464,0.031291,0.011447,0.023483,0.011815,0.001687,-0.010709,0.020206,-0.002028,0.004551,0.026556,0.013646,0.013707,-0.025071,0.020414,0.173193,0.009167,0.005534,0.016772,0.005724,0.02834,-0.013585,-0.036845,-0.01451,0.026507,0.022836,0.043769,0.00627,0.010325,-0.001175,0.06659,-0.015976,0.007456,-0.010842,-0.008561,-0.019842,0.012125,-0.172572,0.016176,-0.009026,0.013047,0.001298,0.00909,-0.030529,-0.015728,0.000566,-0.023418,-0.026187,-0.007132,-0.053588,0.018172,0.031527,0.008873,0.038522,0.041863,0.013717,0.000067,0.032595,0.097389,-0.031463,0.10167,0.004619,-0.015957,0.033857,0.0102,0.009816,-0.008606,0.015627,0.041779,-0.010126,-0.025125,0.005985,0.030033,-0.024169,0.022884,-0.003816,0.042091,0.045022,0.000242,-0.029918,0.017004,-0.024908,-0.020243,0.018127,-0.012934,-0.044408,-0.012071,-0.00479,-0.003032,-0.012954,-0.019008,0.013363,0.01913,0.013002,-0.007864,-0.032569,0.054864,-0.004192,0.035652,0.008253,-0.031224,-0.043927,-0.012372,-0.007374,-0.011809,0.039894,-0.006059,0.043564,-0.027148,-0.022853,-0.003443,0.030084,0.110682,0.003397,0.026656,-0.007723,-0.005653,-0.003658,-0.001696,-0.007677,-0.024563,-0.005675,0.015424,0.009797,-0.01477,0.006291,-0.026481,-0.036071,0.005318,0.005001,0.000965,-0.04868,0.032145,0.024357,0.06407,-0.000038,0.001518,-0.008086,-0.027164,0.002753,0.021574,0.013835,0.022931,0.00497,-0.003094,-0.006462,-0.004628,-0.031399,0.034898,-0.023918,0.014618,0.005816,0.049076,-0.018289,-0.003617,-0.022349,0.024234,0.016821,-0.044964,0.00012,0.015885,-0.02124,0.026526,-0.01554,-0.013226,-0.013613,0.012577,-0.007884,-0.043354,0.017214,-0.009754,-0.02491,-0.012312,-0.012178,-0.006366,-0.021019,0.02679,-0.03057,-0.145838,0.013077,-0.001292,-0.00821,0.068982,0.015606,-0.009009,-0.112198,0.053296,-0.001226,0.052419,0.038435,-0.029986,0.006167,-0.002913,-0.021237,0.038238,0.038283,-0.000715,-0.00229,-0.005072,0.017746,-0.007127,-0.021925,0.003279,-0.038238,-0.007714,-0.029527,0.023763,0.010688,0.008539,-0.043629,0.021146,0.001933,0.020656,0.03348,-0.051653,-0.000809,0.00446,-0.00348,0.009927,-0.016693,-0.022283,-0.002497,-0.016585,0.006517,0.010652,-0.022217,-0.033884,-0.004788,-0.027254,0.040271,0.011616,0.066601,0.008267,-0.02517,0.047004,0.000177,-0.00395,0.002454,0.051052,-0.003849,-0.034734,-0.027215,-0.018162,-0.012579,-0.048812,0.003857,-0.011221,0.000462,0.002373,0.002782,0.013942,0.011277,-0.044424,-0.005311,0.0356,-0.013935,0.02384,0.040297,-0.031495,0.014007,-0.039125,0.010734,0.028898,0.047891,-0.009034,0.00193,0.014259,0.024985,0.017667,-0.022836,-0.000991,0.003378,0.005607,0.019711,-0.010974,-0.009685,0.044475,0.039864,0.049979,-0.013248,0.029089,0.049881,-0.001577,-0.020264,-0.016091,0.003283,-0.024459,-0.007217,0.014093,-0.029013,-0.00721,0.017216,-0.010918,0.038008,-0.022898,0.039669,0.110479,0.012932,0.013543,-0.022456,-0.014614,0.015217,0.025824,0.047842,-0.017357,0.011904,0.006911,-0.005757,-0.006004,0.03101,0.003218,0.003563,0.002508,-0.014835,-0.006892,-0.010397,-0.001288,0.008657,-0.009166,-0.020006,0.028159,0.002296,-0.003278,-0.0093,0.036893,-0.00722,0.031358,0.029418,-0.057699,-0.004242,-0.020542,0.038163,-0.00927,-0.001905,0.007338,0.00058,0.020724,0.003406,-0.006017,-0.000409,0.01672,0.048141,0.0138,0.040632,-0.020961,0.011839,0.007881,-0.001841,0.040599,-0.017033,0.007171,0.009661,0.015242,-0.006844,0.003009,-0.026736,0.016489,0.000221,0.008646,-0.019594,-0.021785,-0.069315,-0.02329,0.062244,-0.016803,0.002062,-0.005769,-0.005215,0.062832,0.006547,-0.013447,-0.007714,-0.016998,0.00794,0.018296,0.026436,0.73866,-0.012809,-0.026253,-0.008993,-0.004993,-0.008874,-0.022992,0.002423,-0.011401,0.00426,0.006535,-0.019038,-0.0124,0.017959,0.024442,-0.009054,0.035743,-0.006639,0.003383,-0.026342,-0.028415,-0.077682,0.058832,0.014778,0.007417,0.042156,-0.00163,-0.015988,-0.016926,0.04249,-0.020446,0.001715,-0.031019,-0.013601,-0.043444,-0.003694,-0.017201,-0.001717,-0.000646,-0.084577,0.005571,0.010936,0.012952,-0.020733,-0.00367,0.005756,0.006573,0.031967,-0.02639,-0.006839,0.011802,-0.021773,0.017709,0.024446,-0.030259,0.000195,0.006996,-0.01659,-0.01547,0.013385,0.029502,-0.000147,-0.03498,0.098774,-0.012564,0.064939,-0.013274,-0.006749,0.053359,0.015593,0.015622,-0.065628,0.018538,0.03601,0.008399,0.002029,0.009668,-0.046299,-0.016959,-0.023066,0.028707,-0.073591,0.035972,-0.015748,-0.01723,0.029349,-0.043167,0.019866,0.021169,-0.025,-0.035466,0.021658,0.016792,-0.020086,-0.001371,-0.003125,0.013028,0.056406,0.023729,0.01697,0.003614,-0.029377,0.005157,0.021553,-0.052596,-0.007898,0.01742,0.002059,0.00376,0.029668,0.010304,-0.022441,-0.024443,-0.037796,-0.0116,-0.005882,0.012111,0.007611,0.01494,0.009682,-0.037362,-0.028264,-0.012809,-0.006018,0.024335,-0.054017,-0.045293,0.030322,0.005762,0.006075,-0.016932,0.013514,0.007275,-0.026569,-0.034896,-0.040989,0.003491,0.01623,0.02541,0.047675,0.003934,0.013383,-0.011923,0.033864,0.013983,0.012023,0.012734,0.032539,0.002234,-0.030276,0.004419,0.159046,0.03558,0.034329,-0.01596,0.018994,0.018432,-0.016074,-0.046501,-0.019732,0.029184,0.033525,0.056849,0.001214,0.011452,0.014658,0.073685,-0.001758,0.024046,-0.004607,-0.006586,-0.002134,0.012199,-0.167477,0.023654,-0.036802,0.00445,0.025806,-0.00043,-0.036291,-0.031122,-0.023772,-0.020949,-0.018974,-0.006712,-0.044829,0.004208,0.021921,-0.009953,0.0242,0.011175,0.035296,0.006185,0.040451,0.099896,-0.034535,0.067296,-0.00121,-0.044374,0.02224,0.014769,-0.005216,0.003086,-0.000072,0.036792,-0.004454,-0.02755,0.023945,0.023269,-0.003042,0.01991,-0.02603,0.034672,0.026102,0.022669,-0.023237,0.018568,-0.003161,-0.015697,0.026286,-0.012137,-0.062332,-0.029647,0.023058,-0.024301,-0.012067,-0.004162,0.022056,-0.001452,-0.010319,-0.009771,-0.032426,0.038084,-0.011077,0.023197,0.022612,-0.022176,-0.052355,0.008302,-0.004475,-0.021923,0.022453,-0.003175,0.053064,-0.018956,-0.010103,0.035449,0.027999,0.140148,0.012303,0.032305,-0.016816,0.01864,-0.01289,0.007177,-0.011635,-0.017491,-0.012718,0.000883,0.016639,-0.013083,0.010718,-0.030253,-0.033352,0.024278,0.014254,0.001352,-0.049193,0.021812,0.014868,0.03687,-0.010414,0.01282,0.001659,-0.007981,-0.002652,0.011829,0.006863,0.032712,0.018251,0.037767,-0.018467,0.000984,-0.002063,0.006597,-0.009321,0.008571,-0.018143,0.057085,-0.002559,-0.018085,-0.027551,0.015068,0.005941,-0.051708,-0.007792,0.006834,-0.01104,0.044904,-0.015333,-0.010002,-0.024351,0.014091,0.022905,-0.016103,0.006178,-0.01096,-0.030054,-0.003871,-0.007506,-0.014776,-0.035948,0.03211,-0.031232,-0.116315,0.002122,-0.010482,-0.009471,0.06042,0.01659,-0.031897,-0.116973,0.036275,-0.023924,0.050473,0.032443,-0.01673,0.030575,-0.005016,0.017911,0.014927,0.036724,-0.010899,0.005983,0.007327,0.008773,-0.016652,-0.014956,0.020579,-0.014473,-0.005917,-0.028243,0.035123,0.024658,0.009987,-0.035728,0.004625,-0.007414,0.002549,0.025802,-0.038601,-0.004105,0.032131,0.015342,0.030844,-0.025236,-0.020676,0.002311,-0.015602,0.003329,0.024376,-0.017981,-0.03965,-0.000893,0.001892,0.035955,0.0163,0.061249,0.010709,-0.018567,0.03282,-0.002524,0.00242,0.00654,0.0538,-0.021092,-0.022784,-0.029551,-0.005636,-0.024936,-0.033264,0.003039,0.016148,-0.019009,0.001296,0.006631,0.021704,-0.000959,-0.048615,0.010066,0.028129,-0.017037,0.011428,0.01613,-0.028096,-0.028338,-0.033318,-0.003324,-0.006064,0.02888,0.000672,-0.004599,-0.004918,0.003866,0.009611,-0.033561,-0.019583,0.001682,0.008536,0.016511,-0.01193,-0.006886,0.044421,0.025098,0.023009,-0.005618,0.000789,0.013988,0.001273,0.001366,0.044634,0.001401,-0.019493,0.004666,-0.015627,-0.034883,0.006681,0.030863,0.000004,0.023955,-0.018346,0.051884,0.114661,0.001197,0.010832,-0.03483,-0.004319,0.000718,0.035936,0.049992,-0.010564,-0.014144,0.023779,-0.004449,0.000586,0.016803,0.022746,-0.024935,-0.003725,-0.037642,0.002393,-0.030464,0.006392,0.020848,0.004168,-0.013002,0.004431,-0.009974,0.014754,0.008482,0.027084,0.002455,0.010759,0.029768,-0.028515,0.000198,-0.013203,0.016037,-0.031588,0.005362,-0.010053,0.02582,0.033927,-0.009658,-0.019002,-0.018905,0.030273,0.033439,0.003385,0.034229,-0.024051,0.031256,-0.006885,0.000185,0.027726,-0.021585,-0.000637,0.002094,0.012578,0.015885,0.019932,-0.00699,0.026032,-0.003623,0.038668,-0.005105,-0.004751,-0.064118,-0.024427,0.053594,-0.019435,-0.022355,-0.009907,-0.008851,0.042623,0.020246,-0.019577,-0.015264,-0.021344,-0.007422,0.031653,0.025831,0.747421,0.000021,0.004467,0.004491,-0.00315,0.005515,-0.023695,0.00873,-0.01223,0.000435,0.037527,-0.007759,0.005595,0.019467,0.051755,-0.021075,0.032441,-0.006348,0.024289,-0.022764,-0.022668,-0.043148,0.049892,0.029979,-0.006121,0.066766,-0.000943,-0.030863,-0.022727,0.040417,0.000842,-0.020108,-0.033688,-0.021071,-0.04462,0.006524,-0.022345,0.026096,-0.008289,-0.081534,-0.020383,-0.004348,0.023376,-0.034235,-0.012333,-0.006599,0.041449,0.022439,-0.033974,0.007656,0.01897,-0.039683,0.00672,0.043784,-0.03379,-0.003819,0.013058,-0.020397,-0.010942,0.020029,0.003849,-0.009361,-0.013787,0.082789,-0.0037,0.053164,-0.02076,-0.011608,0.047504,0.010689,0.004885,-0.06973,0.022926,0.024371,0.000368,-0.008339,0.007726,-0.045558,-0.0026,-0.016341,0.035507,-0.077506,0.043531,-0.009919,-0.023805,0.014778,-0.04993,0.0143,0.004493,-0.02262,-0.016932,0.005148,0.017113,-0.02147,0.008983,0.01283,0.006958,0.062478,0.026919,0.019036,0.005162,-0.000275,0.011727,0.016963,-0.055284,-0.012467,0.006487,-0.012589,-0.000256,0.027225,0.006324,-0.013144,-0.019291,-0.027457,-0.008694,0.000277,0.012778,0.001945,0.024377,0.005102,-0.021641,-0.022592,-0.004335,-0.014356,-0.014841,-0.039994,-0.040403,0.028907,0.010537,0.002679,-0.006926,-0.005616,-0.006652,-0.01275,-0.034524,-0.024022,-0.017954,-0.002439,0.02848,0.046701,0.00811,0.033003,-0.008019,0.044782,0.004119,0.012516,0.020294,0.025171,-0.006919,-0.010853,0.002074,0.126553,0.024327,0.040784,-0.021185,0.02337,0.019563,-0.026402,-0.036677,-0.026665,0.013096,0.023922,0.052597,0.010563,-0.001046,0.0188,0.072557,-0.002793,0.035688,-0.014264,-0.000609,-0.013182,0.015282,-0.186613,0.00317,-0.01883,0.025184,0.031698,-0.018431,-0.032254,-0.018782,-0.011542,-0.028633,-0.005568,-0.005819,-0.023491,-0.000127,0.031017,-0.029152,0.012393,0.00656,0.03159,-0.010422,0.045882,0.116913,-0.04729,0.059703,0.019057,-0.039935,0.023033,0.010287,-0.011933,0.002636,-0.009899,0.034926,0.005841,-0.036583,0.010918,0.022416,0.006128,0.032377,-0.015459,0.022519,0.030794,0.008998,-0.018957,0.014411,0.011421,-0.004081,0.025664,-0.015047,-0.059014,-0.023618,0.012243,-0.024666,0.010713,0.000593,0.039546,-0.016519,-0.011404,-0.005357,-0.019467,0.020808,-0.016649,0.033408,0.000254,-0.019602,-0.058736,0.013639,-0.025241,-0.03218,0.021003,0.002555,0.031625,-0.028864,-0.006069,0.018828,0.029948,0.121722,0.021932,0.021219,-0.029876,0.02105,-0.014587,0.009816,-0.015018,-0.021793,-0.019156,-0.011139,0.0078,0.001289,-0.003452,-0.034903,-0.032139,0.043321,0.010301,-0.015348,-0.076016,0.002526,0.023826,0.030373,0.001933,0.006717,-0.003259,0.000939,0.004388,0.001845,0.0133,0.040758,0.008245,0.038576,-0.012386,-0.013246,-0.011873,0.001263,-0.016741,-0.004205,0.00044,0.049183,-0.000168,-0.009806,-0.017413,0.037661,-0.005476,-0.049731,-0.006665,0.039228,-0.028922,0.040493,0.009172,-0.005156,-0.032768,0.00729,0.014807,0.0087,0.026567,-0.022019,-0.009971,-0.019148,-0.004317,-0.02516,-0.023613,0.021361,-0.042066,-0.113528,0.012304,-0.010826,-0.014277,0.036585,0.013728,-0.030319,-0.097651,0.025943,-0.007504,0.064333,0.022963,-0.010286,0.025422,0.01031,0.023647,0.024625,0.028793,-0.02274,0.009766,0.007198,0.017214,-0.015488,-0.00548,0.012364,-0.006942,0.000498,-0.001353,0.013184,0.029382,0.02655,-0.022404,0.000738,-0.017827,0.00392,0.037516,-0.003916,0.004764,0.035746,0.02851,0.026456,-0.024977,-0.02227,0.007234,-0.03292,-0.005046,0.034126,-0.026215,-0.037926,0.004119,-0.002078,0.036465,0.008186,0.096803,0.007034,-0.015318,0.026498,-0.00618,-0.002397,-0.00248,0.053051,-0.008624,-0.026928,-0.026094,0.00161,-0.010916,-0.029023,-0.000219,0.009403,-0.010943,-0.010086,-0.016157,0.009133,-0.015302,-0.0199,0.007606,0.01426,-0.01198,0.005952,0.012298,-0.018946,-0.050178,-0.031025,0.000566,0.001167,0.022901,0.006946,-0.015531,-0.001643,0.005153,-0.010551,-0.049139,-0.018033,0.007068,-0.009906,0.033178,-0.014099,-0.014998,0.032972,0.029672,0.007559,0.00175,0.011779,0.006498,-0.004458,-0.004923,0.050141,0.002589,-0.032809,0.007195,0.003921,-0.024755,0.000988,0.030362,0.013765,0.023308,-0.018466,0.044731,0.114609,-0.019286,0.00601,-0.021138,-0.021577,0.010678,0.047678,0.027392,-0.027034,-0.006,0.022501,-0.016165,-0.014673,0.021181,0.031296,-0.025179,-0.004518,-0.032329,0.005456,-0.034735,0.088158,0.027241,-0.015999,-0.01339,0.011996,-0.005571,0.021526,-0.014379,0.021468,0.009666,0.004135,0.042782,-0.012556,-0.000121,0.00411,0.02927,-0.028279,0.013676,-0.011517,0.013164,0.014164,-0.013613,0.005709,-0.01585,0.025118,0.025372,-0.007159,0.024873,-0.009542,0.019379,-0.02832,-0.004669,0.033197,-0.0378,-0.017008,0.010839,0.014278,0.018045,0.01799,0.001035,0.01134,0.002988,0.030507,-0.009716,0.004923,-0.054699,-0.016458,0.055407,-0.019164,-0.031082,-0.011688,-0.006194,0.040443,0.021862,-0.041237,-0.004338,-0.021907,-0.022167,0.028105,0.018859,0.754336,-0.004972,-0.014382,-0.008326,0.008643,0.012262,-0.020663,0.008032,-0.007494,-0.000035,0.017237,0.007144,-0.000645,0.018979,0.044038,-0.022505,0.025823,-0.012315,0.03695,-0.030455,-0.017347,-0.012803,0.054113,0.016024,0.002605,0.094448,0.011487,-0.046237,-0.023165,0.025878,-0.000586,-0.020088,-0.024845,-0.041911,-0.031728,-0.006752,-0.014111,0.041444,-0.010362,-0.078157,-0.032389,-0.01674,0.009394,-0.026212,-0.00155,-0.004972,0.043094,0.010123,-0.019837,0.008643,0.00807,-0.021452,0.009108,0.041044,-0.012935,-0.016429,0.01173,-0.021581,0.006381,0.016553,0.005195,-0.010724,-0.008324,0.079304,0.007454,0.047601,-0.003346,-0.010696,0.02913,0.027798,0.051722,-0.083974,0.025874,0.015074,-0.025068,0.015528,0.017541,-0.006333,0.028819,-0.028114,0.004865,-0.062541,0.031956,0.009595,-0.004143,0.017593,-0.053339,0.004532,0.018445,0.006372,-0.040169,0.011767,0.00241,-0.032621,0.037067,-0.010632,-0.003048,-0.001997,-0.005339,-0.026233,0.036312,0.01265,-0.008706,-0.00207,-0.041617,-0.013945,0.013695,0.012722,0.004057,0.101072,-0.002238,0.001183,0.001018,-0.014633,-0.007402,-0.028119,0.0065,0.00907,0.015746,0.037835,0.049542,-0.008015,-0.00042,-0.001745,0.028143,-0.029605,-0.032394,0.032098,-0.000964,-0.025599,-0.023895,0.010307,-0.020565,-0.007169,-0.030821,-0.030131,-0.02147,0.028868,0.004402,0.022428,-0.010316,0.018777,0.013002,0.007672,-0.028376,0.010348,-0.000789,0.02175,0.022524,-0.024231,0.014464,0.1655,-0.017689,0.011074,-0.003269,-0.014348,0.012035,-0.007579,-0.019481,0.011456,0.051515,0.001411,0.020102,-0.010467,-0.035235,-0.001767,0.074586,0.006364,0.019432,-0.00106,0.00278,-0.007487,-0.012968,-0.196015,-0.001188,-0.063889,0.002879,0.006461,0.011008,0.014374,0.005451,-0.033893,-0.026083,-0.024124,-0.026558,-0.028677,-0.025445,-0.03261,-0.024625,0.043243,-0.024452,-0.010468,-0.031024,0.049563,0.060123,-0.011066,0.089232,0.010463,-0.001785,0.04023,-0.004771,0.033877,-0.016952,0.033211,0.026812,0.019156,-0.037036,-0.016947,-0.001926,-0.01961,0.044877,-0.029395,0.002025,0.011633,-0.006513,-0.005393,-0.010592,0.006047,-0.009402,0.028078,-0.028851,-0.012219,-0.021494,0.013532,-0.01774,0.016074,-0.011958,0.039462,-0.006916,0.000561,0.005562,-0.015201,0.035444,0.04118,0.025156,0.034267,0.005784,-0.042655,0.003962,0.004682,-0.01161,0.033516,0.007327,0.014109,-0.017247,0.006036,0.017488,0.03212,0.131526,0.033664,0.039473,0.014577,0.020739,-0.033554,0.007039,-0.003486,-0.028994,-0.007198,0.004488,0.003176,0.024955,-0.002155,-0.023482,-0.016193,0.018494,-0.006761,0.024882,-0.046837,0.027573,0.015382,0.012639,-0.002713,0.027356,-0.005427,-0.018194,-0.020984,0.015408,0.042739,0.028299,0.034271,0.028811,0.003343,0.003893,-0.021187,0.014627,-0.036165,0.013713,0.006052,0.039211,-0.029335,0.01264,-0.043897,0.014321,0.009754,-0.052813,-0.022557,0.033042,-0.003317,0.008203,-0.050358,0.011165,-0.031286,0.015214,-0.006633,0.007354,0.002896,-0.027214,-0.016629,-0.010973,-0.015888,-0.025958,-0.015851,0.000854,-0.044777,-0.100456,0.01389,-0.004378,0.008087,0.041403,0.018537,-0.016814,-0.084198,0.027646,0.004049,-0.025476,-0.001636,-0.044987,-0.006952,0.040078,-0.022967,0.046483,-0.000277,-0.003802,-0.010717,0.003138,-0.01988,-0.007914,-0.041141,0.027646,-0.035859,-0.001392,-0.021464,0.031199,0.032774,0.016175,-0.021623,0.005367,0.015438,0.028006,-0.006317,-0.039514,0.001736,-0.017814,-0.018191,0.020319,-0.0198,-0.016049,0.009345,-0.012715,0.029797,0.013245,-0.043304,-0.044403,0.017678,0.005045,-0.000232,0.011599,0.09566,0.031032,-0.034459,0.052296,-0.010225,0.02164,-0.023568,0.021901,0.003952,-0.016194,-0.040361,-0.001625,-0.000281,-0.03529,-0.03585,-0.037628,-0.029769,-0.001132,0.003252,-0.007119,-0.013948,-0.023802,0.006395,0.019675,0.013186,-0.002385,0.034094,-0.028493,-0.01251,-0.012196,-0.02614,-0.003729,0.05296,-0.030446,0.009082,-0.008916,0.031989,-0.007732,-0.030578,0.015863,0.00685,-0.004763,0.007171,-0.041462,-0.017177,0.042487,0.031518,0.011758,-0.007942,0.00016,0.00818,0.011447,-0.01541,-0.01565,0.016418,-0.014678,-0.001897,0.011738,-0.060009,0.03332,0.016551,0.01508,0.013247,0.007166,-0.025838,0.111479,0.006074,0.013114,-0.021843,-0.018411,0.016924,0.04444,0.037723,-0.053109,-0.03237,-0.001184,-0.06104,-0.042877,-0.002964,0.032198,-0.002337,0.000323,-0.004945,0.011121,0.001761,0.081659,0.034296,-0.020688,-0.012554,0.022966,-0.003299,0.010602,-0.011625,0.005323,-0.002189,0.04063,0.054615,-0.002527,0.020237,-0.027768,0.008338,0.003052,0.001113,0.007121,-0.027148,0.019513,-0.001823,-0.017535,-0.0464,0.013077,0.035048,0.014372,0.012364,0.030403,0.088907,0.000041,-0.013921,0.036022,-0.006145,-0.007624,0.029973,0.028772,-0.02223,0.02435,-0.019279,0.02758,-0.007236,-0.004502,-0.033494,-0.002717,-0.025852,-0.040901,0.039967,-0.019483,0.02488,-0.02452,0.00328,-0.006413,0.01606,0.010682,-0.02974,-0.021194,-0.022043,0.000832,0.008983,0.74235,-0.009712,0.000558,-0.033536,0.027723,0.000151,-0.001056,0.025725,-0.001686,-0.022325,0.013254,-0.007834,0.011263,-0.004921,0.011554,0.005331,0.011457,-0.007856,0.005095,-0.030669,-0.033287,-0.005142,0.01429,0.039215,0.002953,0.034489,0.012423,0.001444,0.012515,0.014693,-0.025719,-0.011548,-0.041747,-0.031592,-0.004133,0.019641,-0.04492,0.031354,0.009909,-0.080899,0.007546,-0.005977,0.007713,-0.018589,-0.016876,0.00593,0.007913,0.019071,0.029019,0.008462,0.009767,0.012237,-0.007051,0.059518,-0.035009,-0.01388,0.003618,-0.038013,-0.007709,0.01928,0.017165,-0.035374,0.010103,0.050587,0.042473,0.042122,-0.003804,-0.017393,0.016243,-0.004445,0.048212,-0.057314,-0.001004,0.011013,0.002875,0.015441,0.001031,-0.031135,0.013195,-0.006883,0.004788,-0.051047,0.02069,0.035981,-0.017183,-0.007215,-0.052971,0.027606,0.001825,-0.016178,-0.039227,0.00582,-0.014298,-0.016494,0.013899,-0.028424,0.013932,0.04333,0.017461,0.004898,0.004317,0.004722,0.022849,0.039462,-0.051076,0.01353,0.021363,-0.016021,-0.012688,0.030107,0.006791,-0.027939,0.019328,0.010984,-0.024151,-0.01133,0.014497,0.007309,0.000231,-0.023203,-0.006768,0.004396,-0.021894,-0.021616,0.03341,-0.042986,-0.057662,0.020783,0.024572,-0.043466,0.014894,0.015576,-0.007765,-0.006583,-0.028499,-0.013641,-0.024484,-0.003296,0.000521,0.037466,0.024027,0.019044,0.007781,0.018659,-0.037766,0.01862,0.002638,0.020211,-0.008586,0.003702,0.018673,0.174932,-0.004927,0.000138,-0.026228,-0.00936,0.001988,-0.041165,-0.033948,-0.026076,0.032232,0.016404,0.032531,-0.001369,0.021812,0.017411,0.081966,0.015255,0.027204,-0.004585,0.005734,0.021257,0.018605,-0.14784,-0.018135,-0.049537,0.006693,0.022079,-0.027325,0.007541,-0.015353,-0.022442,-0.008563,0.023865,-0.007421,-0.024109,-0.038909,0.024342,-0.020806,0.050715,0.016403,0.003036,0.010195,0.015094,0.080223,-0.021587,0.129863,0.00223,0.020822,-0.012521,-0.002805,0.016437,0.015062,0.013706,0.042671,0.004257,-0.040928,-0.003424,-0.00226,-0.01966,0.033883,-0.056347,-0.003609,0.005775,0.015737,-0.009561,0.042217,-0.020468,-0.023001,0.029632,-0.051851,-0.025653,0.008173,-0.007643,-0.017883,0.00631,-0.003535,0.028858,0.015247,-0.009035,0.012054,0.016185,-0.031381,0.035414,0.004579,-0.0234,-0.00905,-0.041085,-0.016518,-0.018551,-0.032641,0.005634,-0.005587,0.024082,-0.024863,0.024436,0.02066,0.043079,0.076452,0.015708,0.018817,0.003782,0.031385,-0.016791,0.006672,-0.008562,-0.038632,-0.031052,-0.023434,0.032751,0.019129,-0.004346,-0.025665,-0.021887,0.027746,0.021174,-0.017669,-0.066146,-0.013787,-0.018903,-0.025277,0.000141,0.026566,-0.025776,0.0007,0.01558,0.022522,0.046789,0.051969,0.0111,0.026996,0.006116,0.010775,-0.036281,0.038955,-0.013141,0.004694,-0.010757,0.018596,-0.009027,0.012098,-0.007785,0.020535,-0.007207,-0.029443,0.003575,0.025251,-0.018281,0.017375,-0.006051,0.027942,-0.032487,0.001368,0.038786,0.002905,0.014899,-0.012831,0.001889,0.006398,0.002349,-0.025849,-0.022506,0.020305,-0.056438,-0.103464,0.034281,-0.003268,0.001269,0.041635,0.004907,-0.012951,-0.019729,0.036789,-0.029639,-0.004434,0.000883,0.003697,0.011306,0.025804,0.021799,0.013597,0.013537,0.010082,-0.008201,-0.027319,-0.029091,-0.002083,-0.021251,0.004586,-0.021932,-0.007356,0.005955,0.019178,0.034176,-0.017034,-0.022456,-0.005578,0.001133,0.048896,-0.019499,-0.023005,-0.014481,0.006407,0.039946,0.017512,0.013178,-0.035208,-0.013734,-0.049388,-0.022117,-0.01046,-0.019632,-0.032443,0.027594,0.00454,0.018423,-0.002542,0.095675,0.021003,-0.020983,0.009868,0.007514,0.018114,-0.005927,0.039554,-0.016734,-0.026018,-0.047417,-0.010528,-0.019307,-0.021119,-0.007929,-0.011385,-0.019935,-0.018255,-0.011062,-0.028391,-0.006069,-0.003067,-0.007922,-0.004617,-0.014292,0.00188,0.026871,-0.013291,0.00893,-0.04604,-0.018429,-0.035645,0.050009,-0.005017,0.009819,0.01764,-0.005147,0.005074,-0.037691,-0.020327,-0.006944,-0.011401,0.024865,-0.005852,0.000121,0.041771,-0.015781,0.032726,-0.016115,0.006435,0.025233,-0.023502,-0.012685,0.011819,0.022405,-0.014643,0.000213,0.010585,0.010869,-0.006318,0.010522,0.005674,0.01446,0.012373,0.019367,0.113337,0.005813,0.009134,-0.00434,-0.002132,0.020127,0.068605,0.055257,-0.027687,-0.008198,-0.024653,0.003844,-0.011134,0.006902,0.032754,-0.002477,-0.015938,-0.001591,0.018416,-0.00965,0.045926,0.014254,-0.013479,-0.019259,0.030898,-0.004055,-0.038835,-0.007685,0.035031,-0.001334,0.027346,0.029169,0.025866,0.010163,0.012289,-0.000182,-0.013692,-0.000025,0.017487,-0.03533,0.00393,-0.050985,-0.013314,-0.001305,0.004838,0.027969,-0.023392,0.002335,0.005536,0.060629,-0.00707,-0.023077,0.032409,-0.012486,0.012515,0.016554,0.020839,-0.001333,0.050437,0.015818,0.015055,0.005125,0.009394,-0.03419,0.009559,-0.055246,-0.03017,0.025447,-0.022623,-0.007486,-0.003602,0.009791,0.0179,0.003581,0.010028,0.003769,-0.026956,-0.025525,-0.030037,0.003004,0.767315,-0.035961,-0.008846,-0.009412,0.013045,-0.024894,0.007962,0.000874,-0.005859,0.000708,0.016212,0.010016,0.015961,0.020827,0.018421,-0.001377,0.012995,-0.020985,0.014427,-0.025354,-0.027284,-0.009704,0.013279,0.005228,0.01831,0.06166,0.002921,-0.020029,0.011403,0.000869,-0.044878,0.010688,-0.032188,0.008294,-0.004125,0.017615,-0.035197,0.01516,0.020093,-0.088413,-0.010978,-0.019632,0.036617,-0.023647,0.025715,0.019423,0.003746,0.045862,0.007066,-0.014277,0.00421,-0.004393,0.027992,0.022389,0.002879,-0.026098,0.011346,-0.038482,-0.013975,-0.00219,-0.021164,-0.03593,-0.036918,0.099569,0.025774,0.08301,0.01146,0.023008,0.018843,0.023548,0.05122,-0.071997,0.012304,-0.007743,0.013495,-0.004496,-0.000141,-0.015366,0.012267,-0.027188,-0.010299,-0.059047,0.010776,0.022512,0.013789,-0.030169,-0.050298,0.023123,0.024361,-0.010011,-0.052951,-0.005937,0.001869,-0.00956,0.03297,-0.02797,-0.018854,0.02133,0.022452,-0.002665,0.028419,0.010179,0.016119,0.039921,-0.052088,0.025767,0.013402,-0.018053,0.003096,0.01227,0.026808,-0.020112,0.000927,-0.019573,-0.014266,-0.004705,0.021221,0.047745,0.023148,-0.013894,0.01722,-0.006977,-0.006372,-0.038593,0.027448,-0.045498,-0.044363,0.032724,0.028072,-0.036696,0.004711,0.005989,-0.015573,0.007826,-0.021188,-0.012422,-0.028969,-0.003792,-0.004801,0.048971,0.014396,0.029291,0.040366,-0.004438,-0.026064,-0.008044,0.008091,0.05014,0.023309,-0.021492,-0.004414,0.181865,0.006617,-0.021341,-0.001914,0.006383,0.004604,-0.03384,-0.040265,-0.027272,0.021691,0.01939,0.022339,0.011311,-0.01906,0.007787,0.074422,0.027691,0.044479,0.009521,-0.001706,0.016251,0.017384,-0.153436,-0.014163,-0.063244,0.01017,0.019075,-0.035452,0.016775,-0.003516,-0.025426,-0.040472,0.00464,-0.003938,-0.026089,-0.022337,-0.004439,0.005445,0.055814,0.005965,0.001506,-0.01292,0.020048,0.072395,-0.024353,0.133127,0.028463,0.012468,-0.021719,0.012532,-0.005587,0.008251,0.017152,0.0132,0.000337,-0.016744,-0.017415,0.0023,-0.003652,0.035618,-0.057651,-0.020418,-0.012765,0.021299,-0.021892,0.050633,-0.020456,-0.022955,0.011388,-0.033727,-0.011563,-0.007,-0.012656,-0.018964,-0.014781,-0.025898,0.027935,0.032271,-0.009346,0.012362,0.002489,-0.00457,0.052007,0.000181,-0.006742,-0.020593,-0.031292,0.007204,-0.016819,-0.021816,0.002181,-0.002042,0.019466,-0.026355,0.009365,0.031903,0.033249,0.065574,0.028041,0.014121,0.004392,0.033584,0.002598,0.012614,-0.00118,-0.036328,-0.020119,0.003319,0.02613,0.015439,0.006104,-0.046267,-0.018418,0.007982,0.005783,-0.009595,-0.06321,0.006797,-0.000166,-0.011913,-0.014273,0.007547,-0.026507,-0.006376,0.000467,0.036499,0.031231,0.047463,0.026376,0.020803,0.032957,0.014001,-0.027278,0.043208,-0.006316,-0.001299,-0.032938,0.02474,-0.022247,-0.003961,-0.01659,0.033627,-0.01334,-0.0186,-0.023084,0.036824,-0.038145,0.007841,-0.028924,0.014839,-0.046702,0.017363,0.037808,-0.014352,0.010641,-0.000575,0.002255,0.004567,-0.002175,-0.011416,-0.029017,0.014184,-0.027796,-0.080749,0.043078,-0.018571,0.007332,0.00532,0.002916,-0.003551,0.037982,0.021275,0.000929,0.005595,-0.009141,-0.003184,0.002787,0.014379,0.002178,0.012411,0.01254,0.002922,0.004848,-0.018863,-0.059712,-0.018611,-0.045032,-0.0075,-0.042456,0.000481,0.002323,0.020487,0.027539,-0.04522,-0.026533,-0.025047,-0.004462,0.045609,-0.009283,-0.025674,-0.009114,0.012,0.021408,0.015322,0.011639,-0.04439,0.009863,-0.045491,0.000131,-0.003696,-0.013385,-0.044072,0.045887,0.004724,0.045748,-0.009087,0.107669,0.029981,-0.015284,0.035365,0.001346,0.02261,0.009392,0.018964,0.002059,-0.025318,-0.040801,-0.019799,-0.007416,-0.033741,0.005113,-0.025283,-0.029686,-0.024288,-0.027771,-0.020807,0.001058,0.01999,0.00718,0.020748,-0.021498,0.021219,0.017102,-0.008265,-0.0047,-0.025651,-0.02468,-0.004063,0.060927,-0.000121,-0.002582,-0.011953,-0.002222,-0.00918,-0.064392,0.004237,-0.003283,-0.010506,0.008195,-0.029452,0.003527,0.042389,0.031756,0.024444,-0.014598,0.001036,0.009377,-0.004695,0.000482,-0.000298,0.021154,0.008197,-0.003617,0.028791,0.02951,-0.01191,0.013467,0.014297,0.014621,0.013534,0.015535,0.108396,0.019695,0.034002,0.014441,-0.007291,0.013919,0.071877,0.019054,-0.044076,-0.015199,-0.031621,-0.020717,-0.021992,0.024095,0.036708,-0.012873,-0.00966,0.000731,0.01513,-0.001167,0.097197,0.03413,-0.007791,-0.022735,0.033685,-0.009464,-0.028607,-0.009911,0.01614,0.002511,0.024317,0.048953,0.031492,-0.014053,0.022981,0.014404,-0.010834,-0.001237,0.024751,-0.067625,0.015423,-0.039108,0.0076,-0.010655,-0.005335,0.028279,-0.005582,-0.006144,0.022024,0.053085,-0.012927,-0.005384,0.022379,-0.022886,0.007078,0.000187,0.053845,-0.011129,0.033032,-0.026085,0.020041,-0.015154,0.008999,-0.008179,-0.002408,-0.0383,-0.022989,0.036432,-0.018957,0.015893,0.003352,0.01429,0.002381,0.019945,-0.001063,-0.010671,-0.034729,-0.009348,-0.015103,-0.001685,0.749212,-0.017786,-0.00153,0.009555,0.019561,-0.018901,0.018691,0.016012,0.001326,-0.001774,0.005358,0.001272,0.011775,0.020989,0.019649,0.00023,0.030226,0.001639,0.007248,-0.024945,-0.014765,-0.022984,0.020094,0.021966,0.043579,0.063515,0.008067,0.001384,0.002844,-0.015804,-0.034695,0.010686,-0.034662,0.023052,-0.00378,0.023485,-0.024805,-0.009091,0.02438,-0.08997,-0.030997,-0.022761,0.027885,-0.009847,0.014353,-0.016329,0.002375,0.0717,-0.00417,-0.028667,0.019198,0.00074,0.036189,0.031655,0.006691,-0.031206,0.014396,-0.034696,-0.013662,0.005907,-0.006077,-0.025321,-0.039919,0.072658,0.042267,0.080195,0.008537,-0.004789,0.019742,0.016059,0.05789,-0.09372,0.04673,0.027435,0.016424,0.00198,0.023702,-0.013552,-0.00229,-0.028964,0.011485,-0.078164,0.025359,0.026743,0.006304,0.00465,-0.060056,-0.013274,0.007678,-0.025642,-0.067428,0.043433,0.00879,-0.02808,0.000007,0.005241,0.010529,0.013346,0.011458,-0.018601,0.034553,0.003723,-0.008892,-0.021919,-0.063364,-0.017016,0.024241,0.0185,0.030234,0.051804,0.01055,-0.010771,-0.011328,0.011226,-0.00062,0.008069,0.009147,0.009846,0.0037,0.006363,-0.008945,-0.0179,0.008765,-0.015287,0.021551,-0.04965,-0.076341,0.034469,0.021739,-0.021013,-0.0168,0.026751,-0.024833,-0.038619,-0.054705,-0.027945,-0.008908,-0.00641,0.009955,-0.013337,0.004641,0.027751,0.006461,0.021596,0.019115,0.005307,0.006787,0.017529,-0.022535,0.000867,0.045407,0.102989,0.021685,0.010566,-0.001712,0.008356,0.001199,0.031714,-0.045519,0.005026,0.058691,0.016052,0.056204,-0.00301,-0.021896,0.011245,0.048655,0.020387,0.012429,0.007477,0.013783,-0.014688,0.014254,-0.18573,0.003235,-0.046566,-0.007493,-0.011836,-0.005446,-0.005706,-0.000878,-0.01613,-0.034874,-0.011443,-0.016658,-0.072039,0.008218,0.029739,-0.016804,0.024236,-0.02793,0.009567,-0.023057,0.055954,0.091441,-0.018502,0.049272,0.034521,0.019031,0.026937,0.00967,0.032226,-0.01208,-0.003217,0.039012,0.010798,-0.0527,-0.017453,0.02654,-0.028346,0.053044,-0.010117,0.016571,0.036502,-0.008169,-0.010216,0.009564,0.001651,-0.029361,-0.004978,-0.015432,-0.035203,-0.000863,0.001216,-0.003867,-0.019088,-0.034451,0.025257,0.008121,0.010201,0.009481,-0.021053,0.002927,0.00876,0.012219,0.005365,-0.021037,-0.03705,0.012936,0.009911,-0.038652,0.009862,0.016215,0.006798,-0.006039,0.00941,0.021211,0.028023,0.224615,0.038601,0.044149,0.012229,-0.007196,0.023269,0.005849,-0.030415,-0.015119,-0.041168,0.012514,0.015268,0.037111,0.011578,-0.038504,-0.028707,0.114381,0.011785,-0.007392,-0.06067,0.021403,0.029739,0.028295,0.017736,0.011238,-0.019324,-0.003754,0.005324,0.021592,-0.00559,0.028253,0.014594,-0.000593,-0.023672,-0.00524,-0.031626,0.020055,-0.007096,-0.005418,-0.00834,0.029014,-0.008055,-0.012019,-0.04341,0.015429,-0.024655,-0.052283,-0.032627,0.028347,-0.014437,0.021943,-0.021175,0.014924,-0.054997,0.014438,0.000323,-0.001382,-0.017827,-0.012127,0.001799,-0.012419,0.011698,-0.008582,-0.023843,0.036721,0.005902,-0.086472,0.020448,-0.00846,0.003691,0.030099,0.0524,-0.005296,-0.06658,0.036571,-0.038589,0.067312,0.012376,-0.035499,-0.026984,0.021985,-0.014194,0.015891,0.022662,-0.004044,0.002425,0.0176,0.016573,-0.012187,-0.019345,0.020781,-0.023688,-0.000183,-0.000185,0.004488,0.03788,0.043658,-0.00985,0.006124,-0.003228,0.033196,0.020424,0.004049,-0.025152,0.005014,-0.010707,0.033607,-0.026775,-0.026287,-0.003498,-0.026281,0.019013,-0.023126,-0.02909,-0.029275,0.036603,-0.013429,0.009706,0.027151,0.095533,0.015784,-0.050849,0.035233,0.036071,-0.01113,0.00281,0.060048,-0.020645,-0.022277,-0.017405,-0.013024,-0.024164,-0.013288,-0.043721,0.015971,-0.017834,0.020389,0.007431,0.006508,0.023685,-0.005582,0.011231,0.011722,0.005349,0.00822,0.002945,-0.028096,-0.033096,-0.058887,-0.010845,0.000069,0.046042,-0.024912,-0.013623,-0.004856,0.033745,-0.036437,-0.042005,-0.004706,0.006338,-0.005607,0.014854,-0.031104,0.017904,0.028657,0.02956,0.032034,-0.015952,0.014817,0.024697,-0.026851,0.015939,0.078883,0.013755,-0.01079,0.015122,0.034656,-0.054772,-0.015973,0.002858,0.001481,0.035528,0.001086,0.008083,0.108424,0.01326,-0.029384,-0.004099,-0.027757,0.033632,0.057999,0.035022,0.01134,-0.001638,0.005775,-0.019554,-0.022213,0.024248,0.009574,0.003031,-0.023407,0.007433,-0.008086,-0.01933,0.121768,0.014469,0.006905,-0.02417,0.023011,0.012206,-0.010664,0.008421,0.010438,-0.028148,0.035763,0.024759,-0.037525,-0.012172,0.00085,0.039343,-0.040331,-0.017098,-0.015552,0.038638,0.03403,-0.042537,-0.005167,0.000576,0.023525,-0.004322,0.014086,0.021859,0.012757,0.04266,-0.015345,-0.000397,0.046575,-0.030233,-0.022541,0.041799,-0.002659,-0.012332,0.000215,-0.003133,0.008192,0.02635,0.006539,-0.015951,0.021383,-0.05789,-0.01489,0.027891,-0.027653,0.012904,-0.027193,0.003015,0.016449,0.021107,-0.003689,-0.02466,-0.009246,-0.019355,0.008793,0.023427,0.704788,0.008828,0.035546,-0.012464,-0.015233,0.035546,0.002008,-0.007992,0.00682,0.001192,-0.008114,-0.02598,-0.00732,0.055068,0.052443,-0.028256,-0.000292,-0.005544,0.03072,-0.036325,-0.035639,-0.018492,0.02242,0.049639,-0.009271,0.050721,0.028258,-0.01897,-0.009561,0.039353,-0.007839,-0.001678,-0.047094,-0.029915,-0.033805,0.027208,-0.00866,0.042217,0.034406,-0.061811,0.034447,0.010696,0.046738,0.027393,-0.02158,-0.03501,0.013579,-0.017314,-0.0172,-0.026744,0.012638,0.003855,-0.014547,0.035947,-0.008324,-0.019521,0.003886,-0.001163,-0.002174,0.024726,-0.003161,-0.008209,-0.009466,0.026268,0.033445,0.025241,-0.020414,0.015857,0.016246,0.0085,0.034451,-0.072171,0.01988,-0.006467,-0.015047,0.028061,0.005978,-0.023688,-0.018051,-0.025782,-0.010807,-0.067493,0.024388,0.014985,0.008458,0.020026,-0.038675,-0.016492,0.02607,-0.003812,-0.033781,0.00958,0.000574,-0.032423,0.02514,0.014313,0.000263,0.050109,0.022896,-0.018657,0.042985,-0.000372,0.042707,0.016309,-0.033652,0.024289,0.015828,-0.002728,0.041904,0.065414,0.045542,-0.002657,0.010064,-0.025378,-0.001689,0.014088,0.030989,-0.020564,0.005731,0.020202,0.013033,0.009813,0.006255,0.035365,0.008256,-0.034497,-0.04229,0.023897,0.041602,-0.053884,0.006082,0.029853,-0.041825,-0.022459,-0.033985,-0.056733,0.01051,-0.002544,0.042226,0.010544,-0.011001,0.028115,0.032459,0.038299,0.018521,-0.000663,0.021487,0.04314,-0.033674,-0.022623,0.021512,0.182821,0.00582,-0.009647,-0.009558,0.000834,0.012721,0.021648,-0.013357,-0.000543,0.069754,0.005039,0.025286,0.00705,-0.009855,-0.003021,0.055907,-0.018774,0.038898,-0.005029,-0.027181,0.000149,0.007346,-0.141397,-0.000672,-0.016106,-0.013503,0.04746,-0.015754,-0.028656,0.004089,0.0043,-0.041936,-0.000991,-0.02059,-0.03109,0.025666,0.046888,-0.000361,0.046538,-0.012581,0.033049,0.013381,0.054706,0.10077,-0.02464,0.093427,0.000297,-0.004283,-0.015219,-0.016917,0.002176,-0.007243,-0.02375,0.037275,0.014549,-0.039116,0.00634,0.046167,-0.023438,0.025185,-0.049968,-0.003232,0.039729,0.000431,-0.024908,0.02385,-0.001002,-0.007099,0.004224,0.005613,0.003895,0.000365,-0.008557,-0.012868,0.010344,0.008898,0.015337,-0.015962,-0.010893,0.017178,-0.047783,0.02143,-0.018345,0.045051,-0.021588,-0.001952,-0.042181,-0.004603,0.002566,-0.029105,-0.001372,0.014301,0.01566,-0.067579,0.008146,-0.001356,0.019474,0.165536,0.021266,0.040344,0.023153,-0.003412,-0.04927,0.006658,0.002751,-0.036467,0.016994,0.019689,0.032063,0.000741,-0.030124,-0.018618,-0.019403,0.039336,0.006909,-0.013472,-0.04715,0.028703,0.016291,0.012936,0.008716,0.018921,0.012475,-0.02458,0.005749,0.011185,0.02017,0.050468,0.016662,0.024115,0.023046,-0.013258,-0.016846,0.013038,-0.049782,-0.004005,0.006318,0.014385,0.00294,-0.001612,-0.04577,0.021081,-0.001619,-0.019588,-0.015806,0.023769,-0.043399,-0.013777,-0.003663,0.005698,-0.016823,0.018317,0.038909,-0.004901,-0.002566,-0.009811,-0.01423,-0.020142,0.021267,-0.017514,-0.017326,0.00132,-0.022951,-0.070502,0.018344,0.004026,0.008891,0.027146,-0.006845,-0.013379,-0.032918,0.026147,-0.033437,0.000995,0.03998,-0.004993,-0.010728,0.024526,-0.003224,0.043333,0.061525,-0.021529,0.0261,0.011326,0.030479,-0.008027,-0.004352,0.017981,-0.02027,-0.00438,0.039995,-0.01775,0.024066,0.01133,-0.035155,-0.010914,-0.059323,0.029052,-0.015991,-0.002575,0.024455,-0.021376,0.021932,0.066445,-0.036558,-0.045593,0.002409,0.011336,0.064612,0.008498,-0.010175,-0.023589,0.013933,0.01184,0.017414,0.026721,0.062873,0.013523,-0.030937,0.070914,0.000586,-0.000675,-0.026985,0.032542,-0.002193,-0.002244,-0.017152,-0.038651,-0.009468,-0.022316,-0.001112,-0.01151,0.021653,0.004253,-0.021902,0.020995,0.045492,-0.046643,0.002007,-0.005744,-0.003413,-0.003093,-0.003544,-0.021679,-0.000154,-0.022471,0.040336,-0.004898,0.033989,0.004082,0.005806,-0.005221,0.03804,-0.062354,-0.042812,-0.015365,-0.010799,0.026272,0.01829,-0.044277,-0.002773,0.042323,0.047215,0.036781,-0.020546,0.000911,0.03614,0.000193,-0.052633,0.060555,0.0308,-0.011756,-0.02002,0.018611,-0.012481,0.014203,-0.007454,0.012355,0.021842,0.011763,0.024299,0.115059,0.020334,0.051509,-0.006372,-0.05398,0.028078,0.002663,0.019739,0.020513,0.004418,-0.006846,-0.028162,0.006225,0.015763,-0.003968,-0.012366,0.023981,-0.018167,0.006589,-0.035862,0.109479,-0.0155,0.007303,0.011813,0.045186,-0.021865,0.014885,0.010963,0.004272,-0.022959,0.028531,0.019699,-0.020455,0.006636,-0.020068,0.034872,-0.03023,-0.017123,-0.004545,0.01081,0.035568,-0.032983,-0.016381,-0.026473,0.031697,0.02077,0.01205,0.019913,-0.00084,0.058631,0.008521,-0.027295,0.026663,-0.037606,-0.018243,0.046916,-0.0459,-0.011497,0.0111,-0.019673,0.012998,0.017688,0.005654,-0.03703,0.016863,-0.042842,0.001083,0.020897,-0.007979,0.008993,-0.062361,-0.04776,0.034048,0.037113,0.008343,-0.026448,0.015066,-0.018414,0.011842,0.030659,0.717004,-0.01459,0.019457,0.004028,-0.000098,0.003956,-0.017269,0.023323,-0.012205,0.025168,0.034655,-0.035943,0.004019,0.023785,0.058293,-0.002865,-0.001143,-0.003528,0.062131,-0.020954,-0.053285,-0.020701,0.030689,0.02292,0.019313,0.070958,0.019722,-0.038453,-0.011053,0.005337,-0.026373,-0.019086,-0.021978,-0.001113,-0.006474,-0.000367,0.022042,0.03942,0.005503,-0.072754,-0.000433,0.023323,0.021379,-0.003698,0.000371,-0.027803,0.017235,0.00525,-0.000004,-0.00775,0.029925,-0.019018,-0.00555,0.035957,0.013339,-0.0093,0.009123,0.011522,0.001784,-0.009717,0.006064,0.01454,0.011838,0.060549,0.068142,0.051496,-0.025393,0.008414,0.003581,-0.001542,0.072748,-0.052896,0.033044,0.01744,0.002032,0.017064,0.02495,0.004192,-0.011708,0.000915,0.043698,-0.113015,0.025257,0.006037,0.018892,-0.004313,-0.046113,0.008278,-0.006377,0.005444,-0.061082,0.028155,0.023346,-0.007903,0.013933,0.010486,-0.016875,0.061637,0.006095,-0.003853,-0.001212,-0.005998,0.002842,-0.003358,-0.066441,0.027097,-0.011538,0.002313,0.00777,0.090085,0.019533,-0.002033,-0.006235,-0.030978,0.003862,-0.001646,0.017846,0.006989,-0.000521,0.009525,-0.011129,0.016648,-0.008902,-0.005137,0.044677,-0.034258,-0.004297,0.000132,0.005911,-0.035574,-0.033931,0.027518,0.00525,-0.008446,-0.033486,-0.0287,0.008895,0.022422,0.02893,0.048298,-0.026557,0.019222,0.009705,0.007362,0.055263,0.014165,-0.005447,0.021171,0.008348,0.020472,0.01657,0.100131,0.026926,-0.033649,0.004973,-0.029447,-0.00449,-0.024716,-0.063826,-0.014793,0.041688,0.014855,0.044214,0.018316,-0.002469,0.009674,0.078124,-0.009635,0.017264,-0.013048,-0.003879,0.013445,0.011514,-0.139971,-0.043637,-0.047225,-0.015547,-0.002816,-0.036492,-0.010781,-0.030748,0.024124,0.021931,-0.004979,-0.028999,-0.033634,-0.010618,0.004657,-0.032926,0.039568,-0.028817,0.033725,0.001413,0.068075,0.071463,-0.044829,0.070226,0.012259,-0.013985,0.030594,-0.000685,0.040978,0.009253,-0.01844,0.03748,-0.005202,-0.053555,0.011942,-0.024756,-0.006624,0.009548,-0.000326,-0.002917,0.043141,0.032059,-0.004255,0.010732,-0.002528,0.037193,0.008897,-0.0174,-0.042355,-0.022262,0.01849,-0.022961,-0.001033,-0.034014,0.022534,-0.015203,0.029758,-0.004316,-0.046189,0.027442,-0.009233,0.002953,0.018298,0.000847,-0.044245,-0.031211,0.005508,-0.018513,0.018508,0.005212,0.039237,-0.005787,0.027698,0.037892,0.019039,0.128202,0.020613,0.016882,-0.017648,0.044438,-0.011004,0.036953,0.004942,-0.042566,-0.054779,-0.009687,0.014334,0.030915,-0.013315,-0.00023,-0.024018,0.011339,0.01474,-0.028498,-0.043846,0.003995,0.024322,0.026458,-0.015366,0.021385,-0.008662,0.012412,0.008505,0.039447,0.037291,0.046514,0.012121,0.008316,-0.02842,-0.003801,0.022147,0.01816,-0.012082,0.013476,-0.015802,0.027154,-0.018083,-0.003043,-0.025575,0.027164,-0.002113,-0.023836,-0.001188,0.013102,-0.017261,0.023729,-0.015295,-0.009386,-0.001797,-0.007282,-0.000572,-0.049389,-0.032862,0.005762,0.010438,-0.008127,0.003684,-0.00691,-0.019809,0.012908,-0.013219,-0.091084,0.016035,-0.00648,-0.005858,0.032248,0.012855,0.000212,-0.059985,0.018185,-0.001326,0.007414,0.008088,-0.038148,0.010242,-0.039147,-0.027948,0.025154,0.017679,-0.010793,0.007387,-0.025002,-0.015363,0.006049,-0.000267,0.052048,-0.043118,0.003119,-0.021096,0.02161,0.017742,0.014309,-0.031745,-0.009344,0.021599,0.015659,0.02785,-0.023676,0.014229,0.005674,-0.008051,0.00098,-0.035076,-0.020959,-0.015319,0.010673,0.019595,0.006805,-0.013021,-0.051394,0.022493,-0.018389,0.013521,-0.002794,0.092713,0.022843,-0.0207,0.032441,0.043567,0.002956,-0.010965,0.053865,0.005909,-0.01438,-0.021782,-0.033366,0.001702,-0.041416,-0.047606,-0.054558,0.00049,-0.014393,-0.010359,0.005064,0.009121,-0.026708,-0.001075,0.033075,0.000238,-0.0002,0.048212,-0.016366,-0.022869,-0.038512,-0.00931,0.002475,0.015517,-0.02575,-0.011018,-0.005948,0.017132,-0.033227,-0.049411,0.025876,-0.007084,0.021022,0.02846,-0.028307,-0.002334,0.05154,0.026705,0.039969,-0.013702,-0.014148,0.012086,-0.02844,-0.027032,-0.02039,0.014309,-0.011704,0.010731,0.029456,-0.031756,-0.034115,0.032897,0.034475,0.045056,0.036294,0.018759,0.11721,0.028549,0.000355,-0.012007,-0.024167,0.012188,0.01688,0.048796,0.003158,-0.007493,-0.017869,0.036017,-0.020872,0.037422,0.030123,-0.000817,0.010016,-0.05295,-0.006252,-0.009682,0.005369,0.020951,0.00342,-0.035597,0.006121,0.02267,-0.009855,0.02749,-0.042881,-0.010495,0.027769,-0.000241,-0.003804,-0.016644,-0.005315,0.04682,-0.030823,-0.026878,-0.001738,-0.016929,0.049118,-0.028562,0.002654,-0.029251,0.043055,0.023104,-0.041986,-0.008084,0.01504,0.061189,-0.003537,0.002537,0.02426,-0.023312,-0.015534,0.02399,0.01466,-0.003726,0.024708,-0.011691,0.032311,-0.005138,0.020394,-0.048976,-0.014417,-0.054785,-0.017987,0.040361,0.011713,0.00579,0.016244,0.002365,0.02872,0.006267,-0.004449,-0.019184,-0.019509,-0.03176,0.016835,0.024411,0.752304,-0.004183,0.017298,0.005223,0.00668,0.012712,-0.005878,0.014598,0.009816,0.007541,-0.003469,-0.014187,0.007173,0.022539,0.02041,0.000864,0.02567,-0.007483,0.042426,0.003993,-0.023253,-0.041628,0.071218,0.063882,-0.030552,0.036087,-0.019191,-0.0219,-0.004875,-0.023034,-0.030942,-0.025742,0.000586,0.033136,-0.033013,0.020518,-0.010784,0.015268,0.017053,-0.085693,0.003253,-0.000677,0.004795,0.014778,-0.002958,-0.021675,0.000851,0.036992,-0.004896,0.005779,-0.004884,0.004889,0.019641,0.032305,0.007694,0.001705,0.008859,-0.052658,-0.017369,0.008281,0.037087,-0.008668,-0.009155,0.054574,0.021254,0.0208,-0.002391,0.020149,0.030652,0.030973,0.052645,-0.094667,-0.010671,0.025718,0.01359,0.002481,0.000166,-0.000538,0.014856,0.004046,0.000644,-0.060511,0.020603,0.015897,0.002246,-0.011797,-0.037927,0.015136,0.021506,-0.017938,-0.05274,0.013301,-0.019284,-0.041177,0.022418,-0.007375,-0.015344,0.027905,0.028,-0.003187,0.02449,0.015243,0.006364,0.010829,-0.050061,0.002861,0.011889,-0.010112,-0.003905,-0.002648,0.011848,-0.026675,-0.006656,0.001372,-0.011664,-0.01039,0.02222,0.016908,-0.00084,0.001726,0.017796,0.00157,-0.012258,-0.019244,0.036038,-0.051904,-0.047207,0.029659,0.023591,-0.009734,0.000244,0.011454,-0.023312,0.005551,-0.034059,-0.00656,-0.023122,0.004641,-0.02484,0.020998,0.013661,0.015824,0.008065,0.012196,-0.015226,0.000468,0.009915,0.026287,0.000872,-0.013367,0.020051,0.17959,-0.005604,-0.014392,-0.01342,-0.019972,-0.01405,-0.007509,-0.040517,-0.011427,0.022024,0.008183,0.025968,0.020656,0.000888,0.012093,0.062602,0.012397,0.033547,0.00633,-0.004592,0.009543,0.02428,-0.218638,-0.012367,-0.038823,0.017715,0.001401,-0.023918,0.022919,-0.005774,-0.011945,-0.024228,-0.004616,0.006344,-0.021791,-0.025755,-0.028631,-0.028134,0.054042,-0.004547,-0.00515,0.014957,0.055374,0.079053,-0.026274,0.132797,0.004146,0.022118,0.007458,0.016582,0.027306,-0.020079,0.009044,0.025093,-0.001449,-0.035133,-0.025243,0.007121,-0.00413,0.022053,-0.037731,0.000073,0.017721,0.016132,-0.000689,0.007275,-0.001305,-0.013571,0.025244,-0.025315,-0.009918,-0.005466,0.016384,-0.01625,-0.025896,-0.026584,0.04053,-0.006977,-0.014025,0.016875,-0.015919,-0.000883,0.027318,0.011729,-0.006958,-0.033666,-0.040635,0.009989,-0.004385,-0.034987,0.026552,0.013146,0.040484,-0.019563,0.039606,0.015989,0.041489,0.124724,0.029746,0.036932,0.015971,0.022504,0.002436,0.024665,-0.002058,-0.034239,-0.032725,-0.00267,0.00376,0.015374,0.009519,-0.031865,-0.029801,0.025682,0.020731,-0.030426,-0.05626,-0.002911,0.010517,0.004595,-0.014157,0.025634,-0.024432,-0.017642,0.002851,0.028233,0.034511,0.042812,0.016408,0.025252,0.007153,-0.005148,-0.0184,0.05018,-0.023359,-0.003625,-0.018635,0.026025,-0.046621,0.004122,-0.005228,0.049572,0.004981,-0.01912,-0.000867,0.036759,-0.010203,0.000093,-0.009872,0.018146,-0.03117,0.017767,0.02626,-0.003115,0.005703,-0.011997,-0.005342,0.00871,-0.000121,-0.035022,-0.007713,0.024783,-0.033506,-0.11225,0.019043,-0.017873,-0.016069,0.019769,0.026898,-0.003379,-0.018985,0.019711,-0.014251,-0.003493,0.005387,-0.01196,0.011558,0.013506,-0.0019,0.035006,0.031274,0.013476,-0.013311,-0.00117,-0.027765,-0.01142,-0.018574,0.006037,-0.029888,-0.000144,-0.014874,0.021328,0.036156,0.002792,-0.029726,-0.007919,0.003874,0.038137,0.006403,-0.02503,0.005593,-0.005151,0.049628,0.018184,0.00116,-0.027962,0.02254,-0.038484,0.013883,-0.011846,-0.012017,-0.042317,0.018576,0.002858,0.006968,0.000092,0.130141,0.013209,-0.032243,0.027115,0.00625,-0.011161,-0.013864,0.049477,-0.006818,-0.022808,-0.023454,0.006116,-0.019816,-0.019977,-0.013136,-0.032951,-0.041745,-0.01237,-0.039774,-0.010941,0.006382,0.013356,-0.003057,0.011485,-0.00438,-0.004246,0.033457,-0.027305,0.001252,-0.028913,-0.037867,-0.008762,0.035574,0.006517,0.003341,-0.022208,0.00122,-0.007539,-0.029544,0.00415,0.007839,-0.0079,0.008164,-0.012754,0.011642,0.040647,0.021103,0.028335,-0.006592,0.000075,0.011108,-0.046193,-0.015622,0.008751,0.027343,0.007076,-0.002054,0.006309,0.003224,-0.000441,0.037056,0.01194,0.010625,0.014981,-0.002486,0.105694,-0.006524,0.030843,-0.006308,-0.015826,0.014473,0.05998,0.044035,-0.03889,-0.013174,-0.016954,-0.009697,-0.011932,0.037122,-0.003045,-0.00215,-0.018786,-0.001041,0.004777,-0.014893,0.093058,0.001642,-0.005649,-0.015893,0.001007,-0.008535,0.003614,0.0094,0.027243,0.018077,0.029109,0.048038,0.000195,-0.009325,0.004566,0.030595,-0.026928,0.002486,0.031237,-0.048027,0.007436,-0.037227,0.000855,-0.017484,0.016339,0.021185,-0.003473,0.003266,0.009171,0.065366,-0.002375,-0.001994,0.03584,-0.03315,0.009319,0.02279,0.029817,-0.011046,0.014645,-0.017527,0.033127,0.00949,0.00211,-0.005521,-0.014597,-0.028233,-0.021651,0.029489,-0.033199,0.02175,-0.002748,0.014786,0.004668,0.022201,0.01085,0.013844,0.00183,-0.016212,-0.009407,-0.012493,0.75858,-0.021582,0.00938,-0.000892,0.015357,-0.015708,0.012271,-0.007726,-0.001256,-0.018701,0.021691,-0.006586,0.004488,0.024235,0.004782,-0.009958,0.014803,-0.008748,0.033691,-0.007264,0.007604,-0.032696,0.031008,0.033901,0.026519,0.053723,0.003066,-0.035811,0.014821,0.005834,-0.011597,-0.011186,-0.028724,0.002729,-0.014983,0.00445,-0.013165,0.002208,0.031371,-0.076804,0.003655,-0.022833,0.016504,0.003849,0.022762,-0.008239,0.009575,0.022452,0.000646,-0.003162,0.012592,0.017962,0.006141,0.020844,-0.005159,-0.017184,0.008003,-0.041674,-0.011153,0.008926,-0.011149,-0.0093,0.00337,0.06559,0.032007,0.038025,0.00454,0.001083,0.025471,0.022033,0.031015,-0.097802,0.026881,0.039639,0.002838,0.004355,-0.000584,0.002007,0.00838,0.035455,0.026338,-0.039027,0.044852,0.036428,0.009283,0.010836,-0.042528,0.024024,0.020279,-0.030398,-0.04416,0.009149,-0.017943,-0.018335,0.029231,0.013006,-0.003632,0.00845,0.031687,-0.002926,-0.000816,0.007462,0.029737,-0.01787,-0.07188,-0.012923,-0.013068,0.005431,0.033985,0.005902,0.006826,-0.021482,0.00444,-0.010552,0.000952,-0.017914,0.032224,0.009742,0.010763,0.008651,0.029112,-0.013529,0.012904,0.002777,0.015236,-0.053444,-0.030915,0.060663,0.028691,-0.01645,-0.059666,-0.008771,-0.014529,-0.008866,-0.034248,-0.029321,-0.016978,0.010675,-0.001759,0.037959,-0.011791,0.034109,-0.004676,0.00987,0.016741,-0.001745,0.023337,0.067646,-0.011993,-0.018136,0.05299,0.165668,0.027193,-0.004235,-0.025374,0.012797,0.011908,0.014172,-0.008724,-0.015772,0.058094,-0.032249,0.039424,0.018551,-0.0118,0.015719,0.032855,-0.005496,0.015576,-0.007469,-0.006886,0.008052,0.00975,-0.260893,0.012266,-0.024931,0.03102,0.029956,-0.019155,0.036955,-0.009516,-0.009834,-0.010525,-0.01916,0.007534,-0.014416,0.00781,-0.016342,-0.007404,0.032341,-0.044342,0.01696,0.010751,0.058193,0.085462,-0.018615,0.077653,0.007861,0.027958,0.015093,0.006946,0.005838,-0.055015,-0.005873,0.020021,-0.013217,-0.058758,-0.006667,-0.007576,-0.003079,0.02064,-0.042696,-0.003216,0.046228,0.025391,-0.007908,-0.028754,0.009044,0.013192,0.00281,-0.003422,-0.053425,0.023581,0.041567,-0.018834,-0.029108,-0.031566,0.008414,-0.001057,0.007189,0.001184,-0.027551,0.001469,-0.013362,0.00202,0.028474,-0.03638,-0.042178,0.018593,-0.004184,-0.046409,0.016811,-0.009053,0.029246,-0.016351,0.028537,0.038058,0.026556,0.177396,-0.006047,0.052975,-0.006989,0.015593,0.000447,0.010392,0.006843,-0.038541,-0.030169,0.011363,-0.006353,0.020186,0.001198,-0.047667,-0.035555,0.090364,0.032581,-0.007207,-0.042951,-0.009184,0.040101,0.018655,-0.019537,0.028996,-0.040311,0.006161,0.007389,-0.01904,0.011583,0.024669,0.030192,0.006771,0.000825,-0.000319,0.005878,0.033665,-0.042556,-0.019202,-0.023424,0.022884,-0.003625,-0.009121,-0.019227,0.050487,-0.027463,-0.011352,-0.000064,0.00497,-0.016096,0.02859,-0.013235,0.001351,-0.021339,0.018625,-0.013039,-0.001256,-0.023261,-0.021772,-0.027979,0.011809,0.003905,-0.018765,-0.02596,0.03776,-0.04046,-0.13975,-0.019039,-0.0254,-0.043161,0.01807,0.015797,-0.018927,-0.118835,0.013278,-0.009023,0.033443,0.022429,-0.046906,0.015932,0.017358,0.004335,0.022242,0.048494,-0.035861,-0.009245,0.005532,0.018338,-0.01622,-0.021354,0.019728,-0.03783,0.007683,-0.000802,0.016459,0.030436,0.033947,-0.034233,-0.013868,-0.016811,0.027807,0.035179,-0.023788,-0.003778,0.032499,0.012214,0.043512,-0.020047,0.008623,-0.012985,-0.01243,0.002633,0.011883,-0.02819,-0.056504,0.008813,0.006287,0.041108,-0.031273,0.068362,-0.018852,-0.04398,-0.005221,-0.001186,-0.020862,-0.05074,0.041482,0.015335,-0.007589,-0.01906,0.003833,0.006236,0.012373,-0.045903,0.011151,-0.039817,-0.036202,-0.030959,0.017976,0.011453,0.013557,0.000808,0.039609,0.001013,-0.004151,-0.003772,-0.00563,-0.047598,-0.033274,-0.038873,-0.005976,0.037372,-0.03344,-0.035008,-0.000344,0.013939,0.000399,-0.024566,-0.012912,-0.003201,-0.028671,0.015298,-0.003465,0.027014,0.058639,0.019782,0.04073,0.004859,0.002775,-0.02542,-0.03106,-0.001458,0.045122,0.034289,0.00397,-0.018352,0.00168,-0.030094,-0.025314,0.014683,-0.004167,0.006728,0.023183,0.001746,0.100245,-0.001225,0.002333,-0.003046,-0.015343,0.034251,0.042123,0.052154,-0.025932,-0.017919,0.006238,-0.018512,-0.00483,0.044616,-0.050946,-0.016546,-0.00885,-0.017231,-0.028548,-0.035275,0.114685,0.006258,0.014432,0.023623,0.005991,0.010517,0.002311,0.032817,-0.009379,0.038589,-0.00075,0.023606,-0.020018,-0.015427,-0.015385,0.018168,-0.047212,-0.008969,0.021719,-0.00474,0.016993,-0.039259,-0.006815,0.00597,0.025992,0.005396,0.041301,-0.00145,-0.003019,0.065747,-0.009465,0.000544,0.030187,-0.026336,-0.027315,-0.02452,0.01663,-0.002174,0.022879,0.008837,0.022643,0.002281,0.010596,-0.006528,-0.022341,-0.000921,-0.009889,0.041284,-0.015707,0.017672,-0.01515,-0.018785,-0.006272,0.022579,-0.014881,-0.010916,0.007446,-0.030566,0.007728,-0.007519,0.687652,-0.007017,0.023185,-0.003279,0.009027,-0.012444,0.01428,0.011551,-0.01262,-0.007137,0.011687,-0.009124,0.038267,0.044386,0.014492,-0.005898,0.032472,0.001128,0.025687,-0.02577,0.006782,-0.012046,0.037278,0.035224,-0.003056,0.066524,0.017609,-0.00686,0.007373,0.048141,-0.008309,-0.02641,-0.020213,-0.02414,-0.019142,-0.007955,-0.011434,0.028665,-0.013052,-0.053477,-0.003647,-0.016781,0.041248,-0.014768,0.005272,-0.019814,0.022388,0.023671,-0.027596,0.011899,-0.000689,-0.010664,-0.032196,0.043222,-0.024323,-0.003287,0.009975,-0.050835,0.0225,-0.003532,0.008918,-0.004901,-0.001955,0.039671,0.012966,0.043358,-0.001853,-0.016224,0.01683,0.044712,0.033183,-0.108348,0.017429,0.02969,0.030306,-0.00542,0.015429,-0.000182,0.006084,0.0118,0.008716,-0.051353,0.042785,0.02152,0.013001,-0.008895,-0.017814,0.023197,0.020026,-0.021953,-0.033252,0.000178,-0.014992,-0.033226,0.021218,-0.002871,-0.001924,0.001547,0.010069,-0.00409,0.006272,0.021631,0.020148,0.000234,-0.065329,-0.017455,-0.008573,-0.001949,0.042197,0.008245,0.01564,-0.020334,-0.001176,-0.009447,0.016047,-0.019399,0.04334,0.002447,0.016787,-0.000379,0.025802,-0.014517,0.013514,-0.002811,0.020164,-0.065922,-0.05178,0.060476,0.02435,-0.025484,-0.028294,0.002277,-0.017718,-0.003991,-0.036587,-0.035643,-0.021969,0.001449,0.007332,0.018034,-0.002829,0.01542,0.010949,0.022385,0.012761,0.000021,0.017731,0.061899,-0.016113,-0.027069,0.03854,0.150448,0.025556,-0.008695,-0.023388,0.002388,0.003147,0.024506,-0.029935,0.000748,0.059754,-0.008446,0.028891,0.015636,-0.029453,0.022704,0.031869,-0.010445,0.037428,-0.012145,-0.000251,0.005834,0.01854,-0.25331,-0.001727,-0.035613,0.027384,0.014879,-0.045629,0.043372,-0.003847,-0.023978,-0.022378,-0.018715,0.014787,-0.022797,-0.019867,-0.018803,-0.01386,0.051133,-0.038029,0.015811,0.017004,0.053185,0.069883,-0.02274,0.093688,0.001959,-0.001145,0.01333,-0.008165,0.010413,-0.050035,-0.012146,0.016082,-0.01121,-0.042695,-0.004888,-0.009196,-0.016423,0.040218,-0.038857,0.008525,0.04758,0.000361,-0.004044,-0.012621,0.016768,0.005789,0.019836,0.009338,-0.032614,0.023699,0.025976,-0.022971,-0.031586,-0.020967,0.018969,0.002596,-0.004309,0.024469,-0.026232,-0.00723,-0.015432,0.007084,0.021713,-0.03232,-0.035902,-0.003492,0.004192,-0.051154,0.036769,-0.011775,0.018682,-0.009795,0.038921,0.037396,0.037714,0.178138,-0.024542,0.038825,-0.007744,-0.001127,0.000917,0.011136,0.00349,-0.022656,-0.029807,0.005574,-0.00533,0.009192,0.007598,-0.030426,-0.032406,0.066571,0.02222,-0.006583,-0.049476,-0.000338,0.031844,0.004674,0.000119,0.032146,-0.03762,0.001183,0.014155,0.000847,0.009296,0.044464,0.006686,0.006701,-0.009136,-0.004772,0.002316,0.036463,-0.037186,-0.019641,-0.011607,0.028729,-0.004026,0.031388,-0.015566,0.048882,-0.008956,-0.02693,-0.002676,-0.008405,-0.018842,0.024642,-0.019179,0.000179,-0.013916,0.017292,-0.020827,0.004823,-0.001827,-0.025423,-0.010386,0.014146,0.00119,-0.025497,-0.021675,0.028862,-0.041043,-0.142754,-0.013664,-0.000492,-0.036745,0.020107,0.046634,0.002116,-0.114117,0.009845,-0.007776,0.019851,0.02846,-0.052936,0.006789,0.027062,0.006516,0.043992,0.058841,-0.015244,-0.009002,-0.001639,0.020818,-0.01115,-0.014082,0.008529,-0.022213,0.001425,0.003685,0.034035,0.014795,0.022631,-0.039916,-0.005425,-0.00705,0.02173,0.0357,-0.02003,-0.003881,0.006635,0.03048,0.049107,-0.018545,-0.022844,0.007944,-0.033054,0.021286,-0.021136,-0.036199,-0.0464,-0.005274,-0.004683,0.024851,-0.012047,0.094591,-0.019197,-0.044344,0.022843,0.014484,-0.024119,-0.052916,0.040859,0.0128,-0.023873,-0.003146,-0.019648,0.00916,0.0017,-0.020239,-0.012416,-0.025625,-0.036342,-0.04914,-0.000519,-0.000048,-0.009896,0.015654,0.049994,-0.013081,-0.023929,0.010739,-0.021374,-0.023544,-0.038316,-0.024804,0.015716,0.031263,-0.020964,-0.026531,-0.016222,0.021207,-0.007905,-0.025269,-0.005182,-0.019465,-0.034554,0.028415,-0.012887,0.008455,0.046732,0.030358,0.055273,-0.018339,-0.004266,0.004166,-0.040339,-0.011566,-0.000886,0.01405,-0.0069,-0.012175,0.001469,-0.012192,-0.023177,0.016726,-0.008712,-0.009173,0.007328,0.017876,0.098993,-0.010188,0.001433,0.000541,-0.019244,0.039773,0.040303,0.045166,-0.031665,-0.035062,0.006019,0.006729,0.026416,0.034474,-0.036262,-0.01691,-0.006066,-0.009913,-0.019388,-0.036333,0.084912,0.012859,0.025547,0.007604,0.03121,0.006046,0.014944,0.031071,0.005316,0.054564,0.038051,0.048942,-0.027681,-0.003241,-0.023867,0.021344,-0.038623,0.000954,0.013637,-0.00715,-0.004689,-0.036905,-0.010599,-0.010713,0.0311,0.023963,0.025922,0.003717,-0.008874,0.043138,0.01219,0.009322,0.013358,-0.044762,-0.015803,-0.003696,0.017053,-0.004169,0.039042,-0.007858,0.03891,0.004915,0.016558,0.006363,-0.015718,0.006463,-0.00438,0.032616,-0.040286,0.024699,-0.015931,-0.016106,-0.008677,0.025326,-0.006338,-0.01257,0.003219,-0.05046,-0.009105,-0.009139,0.701805,-0.023622,0.015625,-0.01483,0.00458,-0.008913,-0.000389,0.00065,0.004225,-0.018431,0.011667,0.002094,0.029739,0.032237,0.028735,-0.005039,0.018695,-0.003243,0.011298,-0.041575,0.000695,-0.05238,0.026552,0.022262,0.000941,0.065902,0.027715,-0.012438,0.000233,0.063221,-0.009164,-0.029088,-0.017567,-0.00854,-0.023138,-0.021034,0.0027,0.018611,-0.003986,-0.041132,-0.006288,-0.008145,0.040414,-0.022359,0.0239,-0.022042,0.019599,0.033274,-0.019502,0.004709,-0.007459,0.00915,-0.02514,0.035078,-0.030104,-0.013697,0.008376,-0.052877,0.016431,0.014212,0.007757,0.006467,0.001335,0.058399,0.035832,0.030365,-0.006065,-0.004376,0.027605,0.025997,0.058463,-0.059731,0.014105,0.017124,-0.003989,-0.003696,0.011029,-0.039545,-0.022073,-0.025439,0.023171,-0.069384,0.011488,0.009603,-0.0117,0.002039,-0.064224,0.007123,0.002313,-0.014276,-0.055064,0.006343,-0.008656,-0.005872,0.024922,0.00226,0.005776,0.0676,0.019664,-0.005021,-0.012784,0.014942,0.01368,0.026952,-0.046087,0.016131,0.0147,-0.002319,0.011784,0.036858,0.009934,-0.027043,-0.001912,-0.003721,-0.010965,-0.013681,0.008029,0.002163,-0.006245,-0.015357,-0.009865,0.007778,-0.013441,-0.008781,0.002714,-0.033872,-0.062675,0.033558,0.016502,-0.045314,0.020921,0.011908,-0.03092,-0.016706,-0.018869,-0.006362,-0.008131,0.002248,0.017035,0.023355,0.010083,0.024641,0.009975,0.013586,0.005268,0.015165,0.019729,0.016838,0.000493,-0.007783,0.0157,0.164101,0.007956,-0.010523,-0.016088,-0.009175,0.000193,0.001713,-0.023464,-0.009596,0.027553,-0.005384,0.038245,-0.0038,-0.00887,-0.002135,0.091608,0.000962,0.032803,-0.000891,0.01455,0.015244,0.020243,-0.159717,-0.008283,-0.043395,-0.000245,0.01578,0.007907,0.001122,-0.01209,-0.001547,-0.003228,0.004203,0.003652,-0.025738,-0.023605,0.014651,-0.021601,0.030066,-0.014354,0.009693,-0.006842,0.046507,0.07987,-0.041755,0.135868,0.018775,0.010776,-0.015073,-0.004541,0.007799,0.01554,0.020392,0.030982,-0.017966,-0.014342,-0.02291,-0.009034,-0.035569,0.047364,-0.036654,0.007352,-0.025771,0.009166,-0.009705,0.032262,-0.020929,-0.028717,-0.00426,-0.025911,0.002729,-0.000487,-0.005398,-0.003788,-0.010272,-0.019443,0.020029,0.020415,-0.003842,-0.027706,-0.031351,-0.00137,0.015743,0.024618,-0.017892,0.005207,-0.044206,-0.009094,-0.002863,-0.030159,0.008874,0.034371,0.023637,-0.050583,0.002877,0.038091,0.047835,0.103002,0.014509,0.022483,-0.009045,0.018801,-0.006968,0.017529,-0.019196,-0.013365,-0.020254,0.027976,0.032458,0.041036,-0.007373,-0.037952,-0.030234,0.022659,0.009499,-0.009532,-0.060512,0.01893,-0.017461,0.006348,0.007946,0.020988,-0.03081,-0.003022,0.020154,0.034428,0.021151,0.040673,0.011327,0.010093,-0.011488,0.001912,-0.023882,0.014669,-0.0314,-0.009049,-0.010558,0.025537,-0.024516,0.006767,-0.036947,0.016843,-0.002978,-0.05346,-0.009085,0.027826,-0.043272,0.013259,-0.010871,0.023044,-0.045865,-0.003689,0.029002,-0.000687,0.002544,-0.006916,0.000262,0.001951,-0.001098,-0.027739,-0.006184,0.013208,-0.024623,-0.067032,0.019434,0.005038,0.002081,0.023819,0.018813,0.00213,-0.034966,0.031767,-0.001292,0.00637,0.013507,-0.000101,0.009594,0.008211,0.017945,0.036228,0.007129,-0.01099,0.014446,-0.015146,0.00251,-0.018999,-0.035094,0.023082,-0.030862,-0.001271,-0.017432,0.014342,0.020573,-0.005118,-0.016518,0.007318,0.000765,0.048154,0.010003,-0.008046,0.002768,0.006429,0.036723,0.028165,-0.002955,-0.042312,-0.003295,-0.021722,-0.012955,-0.017284,-0.043201,-0.031696,0.03901,-0.015982,0.020094,0.002439,0.095874,0.025068,-0.022213,0.018959,0.012081,0.010027,0.005012,0.054928,0.007725,-0.018421,-0.02234,0.004295,-0.011697,-0.038683,0.000423,-0.020759,-0.024915,-0.013005,0.013909,-0.000438,0.004196,-0.002731,0.00175,0.015839,-0.007526,-0.001576,0.014389,-0.029224,0.004696,-0.021976,-0.00702,-0.014241,0.035408,-0.007536,0.017098,0.005954,0.003574,-0.023587,-0.041149,-0.005173,-0.009594,-0.016996,0.024771,-0.01597,-0.005622,0.06657,-0.004757,0.016315,-0.022047,0.017241,0.003091,-0.018857,-0.02659,0.016792,0.003749,-0.007649,-0.008134,0.01244,0.003509,-0.018672,0.041666,0.023089,0.021102,-0.000145,0.014514,0.117857,0.000222,0.033131,0.000757,-0.01355,0.006904,0.073837,0.049437,-0.030811,-0.011995,0.000077,-0.016237,-0.029416,0.023241,0.007513,-0.002272,0.001986,-0.016764,0.004237,-0.013448,0.065023,0.031365,-0.010378,-0.020646,0.013644,-0.008655,-0.017521,-0.001813,0.006223,-0.017869,0.025589,0.021003,-0.001697,-0.012106,-0.009336,0.019828,-0.0114,0.016539,0.00305,-0.003723,0.011738,-0.036449,-0.006575,-0.016082,-0.012346,0.016325,-0.014987,0.012826,0.01631,0.044565,-0.000367,-0.008579,0.036084,-0.051407,0.026891,0.03259,0.016676,-0.008415,0.00984,0.003588,0.009556,0.009997,0.026842,-0.02395,-0.018002,-0.034147,-0.054823,0.030497,0.000817,0.018169,0.002323,0.031639,0.009875,0.009918,0.003019,-0.011851,-0.029362,-0.018963,-0.018507,0.013435,0.781259,0.001091,0.006249,-0.016276,0.010411,-0.005439,-0.003971,-0.015251,-0.000872,0.023839,0.017982,-0.021039,-0.001233,-0.000121,0.035514,-0.016973,0.020778,-0.010064,0.022711,-0.021429,-0.019066,-0.000568,0.013808,-0.000628,0.014353,0.064976,-0.004032,-0.029518,-0.01923,0.017215,-0.047981,0.005462,-0.018042,-0.003215,0.000763,0.015996,-0.013343,0.013015,0.031632,-0.096592,-0.007,0.005907,0.016187,-0.015281,0.01862,0.008012,0.016664,0.039016,0.006667,-0.007405,0.001133,0.011984,0.020053,0.057141,-0.007545,-0.016151,0.007255,-0.021593,-0.029496,0.018871,-0.009883,-0.026054,-0.025075,0.074416,0.019263,0.058374,0.00804,0.000142,0.020827,0.014348,0.025765,-0.053542,0.000852,0.01885,0.006126,-0.000038,0.011938,-0.044644,-0.021872,-0.01484,0.021769,-0.026091,0.014991,-0.010199,0.00901,0.003962,-0.036475,0.005697,-0.028092,-0.009717,-0.087385,0.00973,0.023466,0.014351,0.034778,0.024862,0.009676,0.077683,0.008051,-0.015673,0.002441,0.007845,-0.016814,0.021662,-0.063121,0.006126,0.023883,0.00897,-0.009318,0.053407,0.009098,-0.044126,0.018613,-0.00266,-0.017782,0.006785,0.017126,0.000065,-0.004902,0.00122,-0.0467,0.003264,-0.002243,-0.008086,0.022868,-0.046107,-0.042423,0.050771,0.027327,-0.028348,0.032742,0.012598,-0.006853,-0.003112,-0.008794,-0.015876,-0.000772,0.011571,0.005025,-0.009366,0.001979,0.047228,0.010569,0.009252,-0.021738,0.003913,0.017825,0.006152,0.00001,-0.008083,-0.007621,0.158751,-0.019047,-0.00114,-0.021096,-0.002148,0.000817,-0.018639,-0.001769,-0.038908,0.012942,-0.001273,0.059997,0.015551,-0.005241,0.013293,0.094692,0.005422,-0.00647,0.010779,-0.006568,0.00775,0.002961,-0.165472,-0.022656,-0.055732,-0.00713,0.006638,0.011773,-0.011121,0.000106,0.003473,-0.015534,-0.003244,-0.011947,-0.026131,-0.025988,-0.027726,-0.031921,0.025992,0.005061,-0.010322,-0.008313,0.0535,0.096418,-0.037394,0.165555,0.008237,0.002282,-0.011396,0.011019,-0.008702,0.030217,0.03377,0.009952,0.015448,-0.019167,-0.063824,-0.02357,-0.049735,-0.004711,-0.021584,-0.016634,0.027728,0.003717,0.000763,0.025624,0.02287,-0.012728,-0.004079,-0.01973,-0.011744,-0.018047,0.007096,0.007472,-0.019174,-0.020747,-0.025471,-0.008808,0.004431,-0.036625,-0.007958,0.029892,0.019491,0.039134,-0.007288,0.002216,-0.033634,-0.02417,-0.001439,-0.013264,0.013826,0.018429,0.026902,-0.02979,-0.003594,0.001379,0.032472,0.087491,-0.006282,0.023028,0.010243,0.011173,-0.014896,-0.01762,-0.020532,-0.00882,-0.001599,0.014064,0.000469,0.01332,0.007561,-0.020462,-0.045067,0.033329,0.017523,-0.004414,-0.05871,0.017124,0.021955,0.012941,0.009144,0.034173,-0.043882,-0.009294,0.033962,0.010777,0.008308,0.007019,0.027711,-0.010171,-0.01104,-0.001848,-0.03162,-0.003243,-0.027744,0.030137,-0.002014,0.015538,-0.00188,0.005619,-0.000189,0.011926,0.016973,-0.053028,-0.025971,0.017862,-0.044107,0.013081,-0.005203,0.019122,-0.012919,0.023175,0.025261,-0.009301,0.006399,0.001993,-0.017879,-0.023927,0.003817,-0.014485,0.003303,0.019315,-0.017885,-0.069808,-0.010978,0.001777,-0.001231,0.013405,0.024289,-0.018944,-0.016725,0.021077,0.003271,-0.021944,0.00944,-0.014304,-0.002033,-0.010854,0.004406,0.01658,-0.006826,-0.015725,0.011867,-0.009099,0.01153,-0.010643,-0.006029,-0.003119,-0.023329,-0.006654,-0.015045,0.011346,0.006919,-0.010432,-0.013988,0.005553,-0.006297,-0.002295,0.008594,0.027801,0.008364,0.000931,0.017136,-0.006234,-0.023995,-0.039979,-0.009343,0.00643,-0.018426,0.049241,-0.042352,-0.034611,0.015274,0.006846,0.003491,-0.009622,0.063395,0.012741,-0.050724,0.006529,-0.003871,0.029997,0.037729,0.040169,0.009536,-0.022673,-0.010462,-0.010117,-0.002763,-0.036287,-0.010559,-0.013913,-0.025292,-0.01594,0.006807,0.01117,0.00299,-0.007096,0.009962,0.036486,-0.010666,-0.000242,0.022541,0.00025,0.013318,-0.005951,-0.038402,-0.020501,-0.001086,-0.019206,0.015993,0.035476,0.041722,-0.02794,-0.031991,-0.017773,0.013727,0.00634,0.013439,-0.028781,0.027925,0.059035,-0.01156,0.058544,-0.020284,0.033782,0.020607,-0.00846,-0.005495,-0.038033,0.002909,-0.032908,-0.032226,0.005649,0.009172,-0.006989,0.038592,-0.000264,0.0192,0.035671,-0.008192,0.113221,-0.025334,0.018605,0.010772,-0.001144,0.000048,0.074499,0.031176,-0.024452,-0.015249,-0.003021,-0.024557,0.011161,0.024642,0.015399,-0.007466,0.02996,-0.022664,0.0219,0.000237,0.035977,0.03637,0.0039,0.012101,0.020828,0.015708,-0.001206,-0.006086,0.017511,-0.020166,0.04712,0.006264,-0.016317,0.022859,-0.015317,0.015288,0.00883,0.04075,-0.007095,0.011289,0.017502,-0.01779,-0.010472,0.005311,-0.014273,0.02524,-0.013222,-0.003981,0.001987,0.018002,-0.022134,0.00473,0.02156,-0.025946,0.005801,0.030032,-0.006456,-0.016758,0.000487,0.00665,0.018263,0.016061,0.013161,-0.018068,-0.010279,-0.012116,-0.036708,0.022038,-0.016146,0.005748,-0.005729,0.007798,0.012717,-0.023588,0.022728,-0.008047,-0.029011,-0.031288,-0.009684,-0.003642,0.776249,-0.001123,0.002275,-0.031301,0.007065,-0.024617,-0.011608,0.018292,-0.006703,0.02113,0.000107,-0.01451,-0.024979,0.011683,-0.01136,-0.000678,0.026788,-0.014701,-0.015667,-0.022532,-0.034947,0.018632,0.036381,0.011837,0.002762,0.018625,-0.013459,-0.026114,0.004774,0.011215,-0.047219,0.001285,-0.007072,-0.012876,-0.002095,0.010969,-0.010369,-0.011121,0.033307,-0.114745,0.006109,0.019561,0.006742,-0.020985,0.027435,0.023578,0.028627,0.05876,-0.015146,0.001218,-0.000058,-0.000051,0.02407,0.053682,-0.003861,-0.033103,0.015423,-0.022901,-0.016702,0.022523,-0.009655,-0.027094,-0.030146,0.081381,0.02854,0.06092,0.005694,-0.003153,0.028887,0.021847,0.026444,-0.043743,0.002607,0.022742,0.003038,-0.002509,0.013847,-0.053614,-0.030473,-0.01245,0.03399,-0.011634,0.015077,-0.023864,0.014367,-0.004787,-0.045393,0.003426,-0.037579,0.000913,-0.090515,0.003999,0.024774,0.016772,0.026085,0.035123,0.015595,0.07308,0.00838,-0.017706,0.000614,0.008334,-0.015855,0.030376,-0.063435,0.006113,0.021561,0.010322,-0.006171,0.062117,0.008197,-0.04171,0.017998,0.001631,-0.016393,-0.002555,0.019508,0.004785,-0.002447,-0.007311,-0.049793,0.00274,-0.004118,-0.008519,0.015874,-0.042793,-0.025753,0.049105,0.020633,-0.038841,0.045256,0.004584,-0.010561,0.002616,-0.001276,-0.022047,0.000492,0.009161,0.011841,-0.00588,0.000539,0.044776,0.005491,0.015603,-0.017451,0.004477,0.004018,0.003414,-0.001054,-0.004964,-0.012703,0.155691,-0.021185,-0.002293,-0.009057,-0.004982,0.010924,-0.031034,0.001907,-0.050023,0.011213,-0.004499,0.057517,0.016364,-0.003169,0.012428,0.09513,-0.002135,-0.004911,-0.001824,-0.007622,0.012946,0.007244,-0.144044,-0.025925,-0.055749,0.001359,0.006782,0.01364,-0.017991,0.003344,-0.0044,-0.017045,0.002873,-0.019214,-0.024268,-0.017771,-0.020402,-0.033014,0.008576,0.011791,-0.010943,-0.01708,0.046838,0.104343,-0.043221,0.145479,0.014346,0.003062,-0.015046,0.007439,-0.015588,0.032966,0.029561,0.021335,0.012422,-0.027349,-0.062044,-0.038605,-0.048357,-0.003239,-0.012465,-0.021486,0.026865,-0.00429,0.007864,0.019818,0.018562,-0.011781,-0.008974,-0.028364,-0.015786,-0.013931,-0.001514,0.014648,-0.016974,-0.017756,-0.023512,-0.006471,0.002449,-0.04355,-0.013301,0.032442,0.023771,0.035249,-0.008207,0.004202,-0.035268,-0.029682,-0.00568,-0.013137,0.014284,0.013081,0.028389,-0.034123,-0.010761,-0.004005,0.029574,0.071912,-0.015918,0.014805,0.005862,0.017301,-0.024505,-0.015948,-0.025501,-0.006991,0.004198,0.025133,-0.001557,0.007409,0.00041,-0.017218,-0.048359,0.038909,0.013114,-0.005023,-0.058738,0.007862,0.018833,0.023479,0.006558,0.027116,-0.039763,-0.004436,0.034518,0.008355,0.010815,0.007416,0.019459,-0.013093,-0.020335,0.001957,-0.03169,-0.00247,-0.031389,0.020113,0.006938,0.004012,0.000672,0.003928,0.005398,0.006384,0.012464,-0.057449,-0.024843,0.021749,-0.044748,0.008754,-0.000292,0.02162,-0.007284,0.025252,0.025622,-0.007406,0.013247,0.006536,-0.009113,-0.025622,0.008333,-0.016915,0.006557,0.01187,-0.012218,-0.056888,-0.018472,-0.00536,-0.003338,0.011111,0.010044,-0.016182,-0.026917,0.02012,0.001272,-0.002453,0.023346,-0.019456,-0.000757,-0.015532,0.002182,0.019386,-0.023834,-0.01246,0.01405,-0.014758,0.011718,-0.009804,-0.004825,-0.011192,-0.019841,-0.01762,-0.01097,0.010326,0.0069,-0.008349,-0.01628,0.004885,-0.00126,-0.004063,0.016856,0.031537,0.009927,0.000744,-0.000654,-0.021266,-0.029108,-0.039023,-0.012445,0.009466,-0.021486,0.044627,-0.044442,-0.031324,0.01009,0.008347,0.008076,-0.00742,0.060803,0.0158,-0.042621,0.005059,0.001706,0.036189,0.042815,0.04464,0.009235,-0.016103,-0.006283,0.000182,0.002435,-0.032998,-0.008008,-0.002887,-0.026111,-0.014185,0.008196,0.005426,0.006848,-0.015487,0.009441,0.036259,-0.016993,-0.004813,0.028375,0.002711,0.023768,-0.000031,-0.039415,-0.021874,-0.012634,-0.019486,0.01672,0.027217,0.041664,-0.025569,-0.03264,-0.021774,0.013985,0.005243,0.015788,-0.029528,0.0258,0.054635,-0.016915,0.058267,-0.022243,0.042925,0.018271,-0.005083,-0.01263,-0.016879,0.00441,-0.042321,-0.028465,0.005737,0.025295,-0.000212,0.040927,0.009876,0.015002,0.024566,-0.010561,0.114634,-0.034205,0.024734,0.000156,-0.002097,0.004896,0.077106,0.027874,-0.033273,-0.015538,-0.004381,-0.018979,0.011233,0.028141,0.018245,-0.014343,0.037617,-0.021316,0.02578,0.006767,0.027074,0.032036,-0.000445,0.015182,0.022258,0.004619,0.000033,-0.01053,0.021649,-0.021692,0.039545,0.000484,-0.006143,0.026776,-0.013334,0.009755,0.015016,0.041825,-0.004784,0.016389,0.015569,-0.017608,-0.01236,0.007229,-0.018432,0.022425,-0.008689,-0.006938,-0.001995,0.007264,-0.02735,0.000305,0.016078,-0.036655,0.010002,0.030168,-0.005796,-0.018013,-0.000242,0.007474,0.017149,0.019679,0.012942,-0.017289,-0.012716,-0.001446,-0.048302,0.016431,-0.010818,0.020768,-0.009119,0.014051,0.020499,-0.024782,0.016232,-0.009889,-0.022898,-0.04209,-0.015828,-0.00233,0.777489,-0.003094,0.000854,-0.033581,-0.003147,-0.02334,-0.017194,0.014714,-0.01647,0.027011,0.005008,-0.009315,-0.032118,0.00377,-0.014539,0.00159,0.025175,-0.013243,-0.013375,-0.022574,-0.040641,0.029405,0.035848,-0.008972,-0.003461,0.019214,-0.017768,-0.020285,-0.002061,0.014645,-0.049606,0.004901,-0.007908,-0.015664,0.006186,0.017452,0.000133,-0.014529,0.02769,-0.113199,0.008349,0.018271,-0.005838,-0.025124,0.035862,0.029001,0.02337,0.060287,-0.011468,-0.003225,-0.005535,0.003003,0.027821,0.047798,0.008373,-0.035714,0.017923,-0.033247,-0.012021,0.028139,-0.02109,-0.036563,-0.027453,0.079222,0.02631,0.059296,0.006571,-0.003221,0.021868,0.025366,0.026716,-0.064466,0.006664,0.028002,-0.002584,0.023561,0.005961,-0.023638,-0.024971,-0.013602,0.02474,-0.050316,0.015345,-0.017492,0.021931,0.004507,-0.033491,-0.005678,-0.027348,-0.010222,-0.086308,0.002219,0.007593,0.004656,0.040545,0.011226,0.004691,0.079523,0.007132,-0.000485,0.000834,0.002309,-0.012048,0.02139,-0.047454,0.017596,0.014501,0.013872,0.007102,0.035433,0.002308,-0.039499,0.012282,-0.001198,-0.008019,0.006595,0.020854,-0.017493,0.003625,0.000093,-0.035208,0.004385,0.000662,-0.009013,0.021939,-0.038815,-0.04067,0.056565,0.031482,-0.034755,0.022747,0.017981,-0.013016,-0.014722,-0.014933,-0.017112,-0.01133,0.010943,0.00188,-0.002767,0.002612,0.03514,0.013283,0.010338,-0.009157,0.010287,0.007391,0.004036,-0.002684,-0.001237,0.003084,0.163311,-0.011232,-0.006788,-0.027397,-0.013345,0.006153,-0.00847,-0.017623,-0.018195,0.016553,0.015814,0.061745,0.012479,-0.000739,0.012126,0.076509,-0.010915,-0.010682,0.000463,-0.009557,0.012889,0.002554,-0.193521,-0.012522,-0.050432,-0.011826,0.020159,0.004792,0.001201,-0.001323,0.00497,-0.004517,0.010674,-0.007176,-0.01781,-0.014126,-0.006125,-0.041191,0.03186,-0.016854,-0.001913,-0.018297,0.055492,0.094417,-0.034528,0.157155,0.003075,-0.00468,-0.014316,0.008611,0.006851,0.029623,0.025854,0.01684,0.002495,-0.018116,-0.047115,-0.01713,-0.043169,0.013292,-0.023165,-0.01532,0.006758,0.001857,-0.002618,0.016801,0.01404,-0.011644,-0.004101,-0.032932,-0.007316,-0.015408,0.002372,0.006224,-0.027745,-0.016081,-0.013053,-0.017467,-0.005266,-0.043441,-0.017344,0.025152,-0.001984,0.046088,-0.002953,0.003425,-0.022105,-0.021336,-0.005258,-0.019082,0.016425,0.019579,0.038847,-0.03492,0.010856,0.004378,0.038306,0.139556,-0.011453,0.03044,0.00219,0.013411,-0.006769,-0.011243,-0.039621,-0.004531,-0.003876,0.018174,-0.008955,0.031972,0.002675,-0.026278,-0.035064,0.023165,0.011957,-0.005667,-0.066574,0.01885,0.029061,0.013828,0.005695,0.038525,-0.042612,-0.008525,0.033884,0.002436,0.011075,0.015336,0.027813,-0.003447,-0.013731,-0.004081,-0.033328,-0.008008,-0.028181,0.007391,-0.013899,0.021897,-0.017559,0.000881,-0.009596,0.005556,0.009288,-0.078296,-0.022771,0.022124,-0.055428,0.016001,-0.012401,0.03491,-0.016536,0.027128,0.020833,0.006774,0.011784,-0.008971,-0.014664,-0.019513,0.003187,-0.013008,0.004789,0.026786,-0.018144,-0.118032,0.005048,0.01451,-0.000447,0.008613,0.02543,-0.016147,-0.042663,0.027537,-0.006893,-0.01191,0.005586,-0.01762,-0.005894,-0.010539,0.016298,0.018879,0.00472,-0.007916,-0.000892,-0.002979,0.016645,-0.00996,-0.017977,0.002935,-0.018651,-0.002963,-0.015375,0.006722,0.016504,0.001853,-0.017597,0.016039,-0.006417,0.015025,0.010974,0.021582,-0.001575,0.01114,0.019732,0.015497,-0.022598,-0.027175,-0.002576,-0.007618,-0.024055,0.033497,-0.036128,-0.036664,0.017053,0.000509,0.016897,-0.003741,0.077158,0.015884,-0.041418,0.012844,0.004955,0.017839,0.023811,0.042238,0.016885,-0.018259,-0.016552,-0.010299,-0.002524,-0.027648,-0.000044,-0.026042,-0.019095,-0.019612,0.003758,0.015823,-0.002273,-0.002703,0.005346,0.02673,0.002637,0.009598,0.021071,-0.000262,-0.001539,-0.011235,-0.02128,-0.002021,0.01221,-0.031443,0.01929,0.026773,0.036002,-0.040362,-0.040367,-0.026179,0.018744,0.001671,0.023418,-0.031514,0.020473,0.062055,-0.006201,0.04505,-0.014406,0.031496,0.029699,-0.011762,-0.004407,-0.019686,0.00077,-0.03147,-0.028327,0.016939,-0.005958,0.00593,0.036751,0.00215,0.020674,0.01962,-0.001805,0.112215,-0.031266,0.019436,0.017538,0.000838,0.008425,0.083371,0.043829,-0.019352,-0.004786,-0.013617,-0.03133,0.004496,0.032066,0.024432,-0.006197,0.017326,-0.044401,0.013775,-0.006448,0.061832,0.044098,0.000651,0.012446,0.012765,0.008746,-0.018846,-0.004014,0.02325,-0.024662,0.04636,-0.005035,-0.027857,0.013272,-0.004303,0.017653,0.001516,0.045675,-0.010304,0.009013,0.034716,-0.026481,-0.004566,0.00243,-0.006369,0.024294,-0.013524,-0.003865,0.00319,0.041646,-0.013661,0.001686,0.023515,-0.035304,-0.001482,0.030887,-0.002445,0.000312,0.005958,0.005465,0.021253,0.027578,0.00426,-0.017339,-0.01237,-0.025642,-0.023562,0.018621,-0.01335,0.000325,-0.000387,0.015632,0.016814,-0.009609,0.010879,-0.01376,-0.030818,-0.019243,-0.000912,-0.00029,0.756316,0.00831,0.008493,-0.02087,0.011501,-0.013662,-0.011155,0.012195,-0.01648,0.020952,-0.003548,-0.016153,-0.007373,0.011417,0.013455,-0.004132,0.02877,-0.011391,0.003066,-0.016229,-0.025731,0.022806,0.034878,0.009151,-0.004878,0.034738,-0.012786,-0.036388,-0.011686,0.012839,-0.046682,0.003883,-0.008751,-0.029042,-0.008217,0.016231,-0.005542,-0.015829,0.033433,-0.100029,0.002237,0.013782,0.019789,-0.018897,0.015319,0.023769,0.026996,0.055272,-0.017694,0.004161,0.000717,0.010129,0.010055,0.054288,-0.009579,-0.025525,0.007132,-0.026649,-0.01948,0.01574,0.007691,-0.024286,-0.024181,0.094324,0.020494,0.06333,0.00746,0.016268,0.023339,0.026328,0.035085,-0.055359,0.007872,0.033832,-0.01121,0.019226,0.009637,-0.032947,-0.045417,-0.011336,0.042123,-0.03069,0.014157,-0.020304,0.02628,0.000062,-0.041453,-0.006309,-0.040688,0.004397,-0.075139,-0.002101,0.009201,0.009167,0.031758,0.030249,0.009212,0.069037,0.013082,-0.002605,0.006894,0.002658,-0.016085,0.025781,-0.051411,0.011178,0.012563,0.018684,0.003242,0.034076,0.002697,-0.040297,0.012805,0.010264,-0.010381,-0.004596,0.022354,-0.014434,0.006735,-0.012799,-0.040507,0.013136,0.007923,-0.003856,0.006304,-0.03645,-0.011695,0.054718,0.01872,-0.040866,0.040151,0.007268,-0.012684,-0.007228,-0.008701,-0.016271,-0.014128,0.000461,0.008906,0.001612,0.001463,0.039377,0.002586,0.018409,-0.015197,0.022436,-0.008901,0.006122,-0.000783,-0.000327,-0.00151,0.168277,-0.019874,-0.007942,-0.014493,-0.01304,0.010663,-0.027514,-0.004449,-0.035748,0.011507,0.014017,0.061721,0.009478,-0.00414,0.018077,0.083246,-0.011105,0.000415,-0.016362,-0.009774,0.023598,0.003185,-0.165999,-0.024785,-0.060043,0.000576,0.014392,-0.004124,-0.00633,0.004057,-0.005275,-0.006204,0.025491,-0.016962,-0.008653,-0.006199,-0.010066,-0.049092,0.005208,-0.005562,-0.004013,-0.027127,0.043318,0.110532,-0.048493,0.142172,0.014665,-0.008696,-0.025456,0.00225,-0.001495,0.027846,0.022408,0.024593,-0.001768,-0.025809,-0.041623,-0.032781,-0.041211,0.017262,-0.015245,-0.015903,-0.003073,-0.014395,0.001603,0.013464,0.003976,-0.014023,-0.005794,-0.046589,-0.01029,-0.017873,-0.010235,0.012762,-0.019691,-0.01575,-0.000177,-0.014595,-0.005894,-0.048153,-0.021903,0.017994,-0.001832,0.041624,-0.004501,0.004076,-0.028863,-0.021268,-0.017358,-0.021573,0.008284,0.017422,0.035125,-0.048298,0.000436,-0.002339,0.028205,0.114354,-0.024302,0.018858,0.001148,0.019757,-0.019611,-0.006448,-0.034189,-0.001398,0.003305,0.024025,-0.008285,0.01853,-0.000417,-0.026894,-0.039416,0.035211,0.004832,-0.005874,-0.070278,0.00919,0.018535,0.017128,0.008941,0.027616,-0.041418,-0.002692,0.038229,0.001429,0.013854,0.018539,0.026198,-0.011657,-0.024512,0.003511,-0.037641,-0.006445,-0.025812,-0.000407,0.002176,0.007211,-0.011696,0.002409,-0.002691,0.004734,-0.010662,-0.08047,-0.015558,0.03174,-0.053282,0.011847,-0.007075,0.04371,-0.010909,0.031207,0.01406,0.00934,0.01836,-0.000919,-0.00908,-0.02785,0.001119,-0.016374,0.009493,0.02118,-0.014678,-0.096822,-0.005838,0.004388,0.000951,0.012257,0.016203,-0.023333,-0.050084,0.027698,-0.013403,0.017931,0.022907,-0.025592,0.003873,-0.019165,0.019824,0.022413,-0.021096,-0.006419,-0.00083,-0.016115,0.023377,-0.015513,-0.014716,-0.012598,-0.015389,-0.010048,-0.010804,0.01359,0.021461,0.007993,-0.023625,0.012679,-0.003208,0.016753,0.025852,0.022292,0.00484,0.010809,0.006215,-0.004616,-0.030207,-0.02912,-0.010079,-0.01251,-0.02874,0.0353,-0.036243,-0.040596,0.007316,-0.000416,0.022896,-0.003857,0.090106,0.022986,-0.02806,0.017347,0.00509,0.024087,0.035361,0.058765,0.013238,-0.01217,-0.019257,-0.005144,-0.002359,-0.017491,-0.00716,-0.012846,-0.018685,-0.023095,0.008863,-0.002883,-0.000378,-0.011691,0.006778,0.017866,-0.016865,0.005172,0.028892,-0.010662,0.012186,0.008741,-0.027153,-0.006593,-0.005067,-0.0311,0.004197,0.018978,0.02575,-0.029365,-0.037613,-0.033348,0.01726,-0.008474,0.020605,-0.026777,0.004736,0.062241,-0.012517,0.03412,-0.010201,0.044486,0.024484,-0.003332,-0.017492,-0.000569,0.008223,-0.042544,-0.01519,0.020788,0.014471,0.019861,0.0418,0.011918,0.013252,0.004329,-0.000091,0.114938,-0.051233,0.030919,0.001748,0.001663,0.016187,0.086994,0.046598,-0.03293,-0.015282,-0.008713,-0.028307,-0.000476,0.035574,0.030173,-0.011376,0.029966,-0.043347,0.028078,0.011374,0.062463,0.041732,-0.001701,0.026696,0.019877,-0.002818,-0.017862,-0.00911,0.024829,-0.026331,0.034033,-0.004526,-0.007914,0.013891,-0.001996,0.011418,0.009113,0.040908,-0.008321,0.007843,0.025534,-0.021477,-0.013454,0.003623,-0.016009,0.01298,-0.013937,0.00647,0.000461,0.034628,-0.024252,-0.003658,0.022667,-0.051528,-0.002516,0.033852,0.002501,0.007461,0.010648,0.007638,0.014754,0.025775,0.009487,-0.019559,-0.011056,0.001166,-0.036004,0.017933,0.000245,0.016761,-0.001585,0.021173,0.021208,-0.001671,-0.004339,-0.013955,-0.024524,-0.03911,-0.008223,0.000611,0.753809,0.020333,0.004977,-0.024331,0.005643,-0.007945,-0.013723,0.014097,-0.028752,0.025078,0.012837,-0.017731,-0.022688,-0.001666,0.013105,-0.008834,0.030192,-0.009962,0.010751,-0.018171,-0.025202,0.036918,0.035322,-0.023737,-0.01835,0.04399,-0.012203,-0.026407,-0.022106,0.011639,-0.050647,0.007576,-0.006542,-0.039555,0.012527,0.019786,0.002427,-0.006526,0.021762,-0.09728,0.006999,0.009922,0.003691,-0.020255,0.014947,0.029278,0.015594,0.050619,-0.018297,-0.010377,0.001192,0.016541,0.008477,0.053971,-0.001412,-0.037163,0.012737,-0.038543,-0.017316,0.021129,-0.00962,-0.036221,-0.016845,0.091255,0.025128,0.057263,0.008714,0.018359,0.01273,0.027989,0.032209,-0.079891,0.019377,0.033898,-0.006999,0.031263,0.001963,-0.018526,-0.025086,-0.013664,0.029469,-0.068024,0.028573,-0.005082,0.012432,0.018343,-0.012368,0.001153,-0.003878,-0.018987,-0.068279,-0.003172,-0.005443,0.006089,0.021829,0.012898,-0.000603,0.066907,0.009,-0.001492,0.001729,0.003824,-0.004758,0.017595,-0.036382,0.017365,0.005483,0.023986,0.024089,0.01342,-0.005163,-0.036315,0.006578,-0.010783,-0.007891,-0.009382,0.017867,-0.023864,0.012618,0.005052,-0.012454,0.006145,0.001645,-0.006012,0.020755,-0.037938,-0.043636,0.053217,0.033478,-0.031886,0.014207,0.014075,-0.004342,-0.015522,-0.014866,-0.026607,-0.025407,0.008787,-0.000462,-0.009063,0.017913,0.034251,0.002524,0.016071,0.026152,0.023949,0.005378,0.012248,-0.019744,-0.013769,0.010316,0.178111,0.006784,0.002265,-0.027028,-0.008699,0.020452,-0.012806,-0.032808,-0.003509,0.027268,0.018486,0.03924,0.015383,-0.008219,0.007497,0.073986,-0.020993,-0.00597,-0.008552,-0.004619,0.008379,0.005275,-0.183239,-0.001459,-0.049712,-0.00998,0.017437,0.003734,0.009665,-0.007489,0.004862,-0.000808,0.020416,-0.002544,-0.027478,-0.010044,0.023904,-0.038621,0.045291,-0.021983,0.01159,-0.013881,0.057954,0.076015,-0.032677,0.131801,0.008234,-0.004314,-0.016366,0.01077,0.015583,0.025301,0.013768,0.016427,-0.014421,-0.018231,-0.022797,-0.007408,-0.031571,0.019183,-0.030465,0.008949,-0.006226,0.007674,-0.023575,0.020908,0.002817,-0.015361,0.009937,-0.020124,-0.012396,-0.012181,-0.005154,-0.005227,-0.006651,-0.009839,0.00539,-0.013561,-0.007205,-0.030163,-0.023821,0.041548,-0.002221,0.046249,0.009012,-0.005146,-0.023438,-0.004656,-0.013363,-0.014249,0.025702,0.015028,0.045676,-0.02362,0.004281,0.010142,0.048918,0.159784,-0.007796,0.034986,0.00716,0.019521,-0.00221,-0.003219,-0.027942,-0.007328,-0.007264,0.00943,-0.005064,0.012577,0.012122,-0.028395,-0.027602,0.04783,0.007271,-0.003576,-0.064317,0.018331,0.022174,0.007752,-0.000685,0.043328,-0.021701,-0.008837,0.035186,0.006415,0.006879,0.035304,0.018543,0.014372,-0.007015,0.006887,-0.028017,-0.004178,-0.013241,-0.000897,-0.020409,0.015263,-0.008755,-0.0061,-0.022669,0.007161,0.007724,-0.073062,-0.016773,0.04132,-0.037179,0.022515,-0.019296,0.021001,-0.016062,0.017354,0.024014,0.013854,0.006268,-0.023007,-0.01118,-0.01353,-0.0048,-0.026572,-0.01264,0.02106,-0.015848,-0.140808,0.017733,0.01686,-0.006541,0.022412,0.032488,-0.023939,-0.074758,0.02308,-0.01624,0.001906,0.003753,-0.017596,-0.006868,-0.002643,0.03345,0.031423,0.020229,-0.016004,-0.000626,0.005509,0.013458,-0.003791,-0.023237,0.013337,-0.018159,0.001772,-0.011831,0.006644,0.021112,0.012891,-0.022554,0.015125,-0.010432,0.028857,0.014278,0.004553,-0.006565,0.009635,0.015708,0.039053,-0.010184,-0.016508,0.001078,-0.023869,-0.017344,0.008285,-0.034355,-0.032002,0.014656,-0.005167,0.036062,0.0117,0.072816,0.02158,-0.022123,0.020329,0.014473,0.005071,0.011256,0.044634,0.0154,0.000728,-0.017439,0.00149,-0.009734,-0.026836,-0.00772,-0.023996,-0.012947,-0.01824,-0.010646,0.019484,-0.015772,-0.018942,0.011047,0.012682,0.003129,0.008192,0.024568,-0.011767,-0.017176,-0.020327,-0.010491,0.008822,0.023642,-0.029473,0.017011,0.003226,0.005084,-0.035146,-0.041633,-0.026497,0.013463,-0.000045,0.022779,-0.041661,0.003764,0.052904,0.010016,0.028124,-0.005638,0.032642,0.031104,-0.013931,-0.007771,-0.021444,0.011568,-0.021497,-0.018641,0.019638,-0.024621,0.012617,0.040313,-0.007594,0.0087,-0.005916,0.007583,0.113978,-0.014621,0.018428,0.014675,0.006236,0.015772,0.067773,0.053863,-0.010713,-0.012404,-0.01274,-0.042148,-0.020486,0.027466,0.048568,-0.010302,0.013145,-0.064897,0.019949,-0.015106,0.064611,0.034166,-0.009518,0.008162,0.010309,0.006793,-0.034021,0.007552,0.029555,-0.027797,0.029222,0.009427,-0.034354,0.018147,0.000736,0.019504,-0.012913,0.031854,-0.008187,0.003205,0.02629,-0.032132,-0.006779,-0.01365,0.002491,0.010809,-0.00282,-0.001243,0.003277,0.07346,0.006234,0.001604,0.027753,-0.028074,0.009773,0.026626,0.012438,0.014304,0.026339,0.006261,0.014983,0.022053,0.005224,-0.020867,-0.021343,-0.035681,-0.018121,0.027408,-0.005658,-0.009327,0.000105,0.009092,0.020331,0.004545,-0.00335,-0.004269,-0.02627,-0.010381,0.001467,0.008854,0.752653,-0.001318,0.003117,-0.009434,0.018637,-0.008308,-0.008927,0.005783,-0.013702,0.017053,0.002596,-0.022665,0.002762,0.008597,0.034559,-0.011844,0.023976,-0.021156,0.018623,-0.01678,-0.014264,-0.004572,0.035687,0.018497,-0.012849,0.060962,-0.005474,-0.048421,-0.013804,0.017904,-0.039098,-0.001976,-0.022569,-0.03381,-0.01784,0.010106,-0.00383,-0.022019,0.032164,-0.098128,-0.003397,0.001374,0.021124,-0.034635,-0.005975,0.006533,0.038192,0.021783,-0.011333,0.010734,0.002856,0.00842,-0.006143,0.053126,-0.018082,-0.010212,0.003379,-0.032441,-0.039061,-0.000664,0.022372,-0.018941,-0.017194,0.084663,0.015924,0.057086,0.008947,0.031134,0.029523,0.030112,0.040396,-0.064334,0.015316,0.043959,-0.014466,0.030094,-0.00458,-0.041341,-0.043183,-0.015658,0.047374,-0.042523,0.021833,-0.016726,0.014234,0.007232,-0.029852,0.01658,-0.017601,-0.01191,-0.067796,-0.009519,0.002414,0.010843,0.022664,0.027009,0.002248,0.051084,0.013084,0.004483,0.00888,0.007965,-0.004929,0.030877,-0.043331,0.014002,0.006282,0.028336,0.014935,0.016848,-0.006827,-0.036195,0.010448,0.001016,-0.014981,-0.017457,0.021137,-0.021874,0.011638,-0.014605,-0.028401,0.005034,0.011093,-0.012414,-0.000896,-0.043076,-0.029457,0.053029,0.024334,-0.029234,0.033923,0.007432,-0.008538,-0.013534,-0.009631,-0.026267,-0.02968,0.003206,0.019487,0.001667,0.011883,0.041815,-0.003431,0.025935,0.022705,0.033401,-0.007449,0.017372,-0.009322,-0.01095,0.009612,0.173655,-0.004033,0.003041,-0.013204,-0.012073,0.028165,-0.027668,-0.030525,-0.020533,0.019651,0.024696,0.044081,0.013516,-0.008262,0.022023,0.074263,-0.01626,0.001399,-0.014991,-0.013264,0.017923,0.008905,-0.165781,-0.01362,-0.055935,-0.00136,0.011022,-0.00472,0.003757,-0.003756,-0.011895,-0.006072,0.026732,-0.000493,-0.023668,0.003052,0.019603,-0.045276,0.03157,-0.013838,0.011486,-0.023987,0.052413,0.09995,-0.041416,0.13513,0.010179,-0.007301,-0.022089,0.002353,0.011941,0.038653,0.011919,0.020582,-0.024062,-0.030053,-0.016878,-0.01984,-0.030572,0.02446,-0.01676,-0.000734,0.000307,-0.00993,-0.019501,0.024068,-0.009571,-0.018447,0.012877,-0.029747,-0.027975,-0.003316,-0.012425,-0.003864,0.00852,-0.00579,0.006798,-0.021472,-0.006312,-0.031899,-0.02362,0.028406,0.00041,0.039241,0.001445,-0.007995,-0.024366,-0.004916,-0.029348,-0.017548,0.017516,0.012293,0.039226,-0.038818,-0.003925,-0.006481,0.043674,0.132373,-0.020276,0.021967,0.011137,0.019589,-0.017384,-0.005484,-0.035284,-0.008684,-0.002689,0.002708,-0.010491,0.003592,0.001023,-0.022348,-0.033132,0.049513,0.00026,-0.002626,-0.069254,0.0129,0.015174,0.006786,0.010543,0.035138,-0.018724,-0.003816,0.043035,0.002053,0.009958,0.034388,0.010116,0.003625,-0.021501,0.015699,-0.031946,-0.00456,-0.016458,-0.007791,-0.012142,-0.002084,-0.000104,-0.011422,-0.009158,0.006895,-0.012682,-0.084051,-0.011629,0.055083,-0.044318,0.019791,-0.020666,0.02739,-0.021733,0.020764,0.019747,0.027423,0.024643,-0.014311,-0.00108,-0.016976,-0.009149,-0.025879,-0.001354,0.019911,-0.01344,-0.113081,0.012184,-0.002175,-0.005469,0.018039,0.024889,-0.031142,-0.064015,0.020986,-0.016932,0.032549,0.014364,-0.029875,0.000601,-0.006912,0.026237,0.044107,0.006116,-0.018726,0.003623,-0.007711,0.022236,-0.017792,-0.018937,0.002405,-0.016771,-0.001786,-0.004672,0.012657,0.025202,0.021278,-0.026183,0.015103,-0.00687,0.025695,0.028053,0.016998,-0.000673,0.017912,0.005256,0.020103,-0.018842,-0.013742,-0.002474,-0.031879,-0.031012,0.016645,-0.033583,-0.028738,0.011088,-0.002504,0.036409,0.017001,0.08846,0.032393,-0.009844,0.030846,0.019991,0.015193,0.034051,0.060166,0.014374,0.00403,-0.011048,0.005577,-0.012391,-0.021705,-0.017285,-0.006157,-0.009935,-0.020407,0.003242,0.005035,-0.00946,-0.026876,0.015955,0.000574,-0.013979,0.003445,0.039492,-0.022896,-0.003953,0.004172,-0.016898,0.003806,-0.007442,-0.036517,0.00236,0.001132,0.0055,-0.033855,-0.044629,-0.033327,0.016695,-0.009394,0.020998,-0.029485,-0.005002,0.062471,0.000359,0.02546,-0.000928,0.03983,0.035029,-0.011489,-0.018386,0.017522,0.018017,-0.037511,-0.014924,0.030366,-0.002079,0.023666,0.04932,0.003982,0.002201,-0.015354,0.015895,0.117327,-0.035668,0.033369,0.010976,0.006527,0.016332,0.079502,0.050273,-0.01574,-0.022486,-0.007511,-0.03456,-0.017974,0.023351,0.042753,-0.02141,0.026951,-0.060773,0.014531,0.003717,0.086875,0.031651,-0.01107,0.020456,0.020651,-0.000283,-0.034012,0.001469,0.036432,-0.01772,0.029233,0.010751,-0.024528,0.023153,0.005617,0.011414,-0.006984,0.03675,-0.003633,0.00806,0.020941,-0.02755,-0.009417,-0.014385,0.003784,0.012542,-0.002542,0.001713,-0.005525,0.057674,-0.012904,-0.004852,0.029594,-0.042414,-0.003019,0.044057,0.006827,0.018891,0.028295,0.007759,0.013827,0.023235,0.018836,-0.021917,-0.02043,-0.013281,-0.028555,0.030295,0.003393,0.005049,0.005146,0.017691,0.019631,0.008785,-0.016922,-0.002069,-0.020889,-0.037814,-0.007848,0.011398,0.743118,0.013746,-0.00835,-0.011045,0.01238,-0.007846,-0.005246,0.006219,-0.022464,0.020805,0.021274,-0.021002,-0.011003,-0.004532,0.038011,-0.01677,0.027083,-0.011563,0.02063,-0.019256,-0.015163,0.012117,0.039426,-0.001078,-0.023486,0.065502,-0.000178,-0.039687,-0.027744,0.018121,-0.045849,-0.010265,-0.025005,-0.051718,-0.006614,0.013036,-0.001953,-0.01369,0.015064,-0.090072,-0.007433,-0.01133,0.002699,-0.033991,-0.002354,0.011864,0.02718,0.023108,-0.010934,0.003301,0.005825,0.004554,-0.004533,0.0463,-0.01043,-0.023379,0.008707,-0.050906,-0.032258,0.002537,0.011045,-0.023564,-0.013055,0.085912,0.026262,0.051242,0.00999,0.033534,0.020245,0.037725,0.037826,-0.070992,0.01639,0.018351,0.034898,-0.000691,0.016562,-0.036762,-0.015888,0.012773,0.011576,-0.058771,0.023729,-0.003258,0.00025,-0.002213,-0.045021,0.030689,0.018648,-0.027396,-0.081073,0.010347,0.007062,-0.018291,0.035793,-0.00179,0.012752,0.070748,0.001727,-0.006611,0.010606,-0.009411,0.001896,0.005245,-0.068258,0.008481,0.025593,0.007865,-0.008385,0.062559,0.012222,-0.018764,0.009839,-0.036807,-0.004899,-0.012166,0.017013,0.002922,-0.010155,-0.018544,-0.023307,-0.050015,0.018941,-0.013625,0.032361,-0.068356,-0.070869,0.050869,-0.005237,-0.005321,-0.025911,0.00585,-0.019606,-0.019037,-0.01097,-0.015556,0.003684,0.010427,0.016079,-0.021516,-0.006531,0.00792,0.03726,0.001783,-0.026027,0.006499,0.010619,0.006783,0.004829,-0.01278,0.006791,0.180255,-0.01323,-0.033831,-0.025085,0.00426,-0.015317,-0.003289,-0.021297,-0.017468,0.013879,0.014582,0.040921,-0.005197,-0.005677,0.025338,0.062339,0.016466,0.00496,0.013653,-0.00903,-0.020614,0.011408,-0.167441,0.001945,-0.062052,-0.006904,0.007483,-0.000487,-0.001844,-0.00732,-0.022235,-0.020591,-0.02438,0.003365,-0.052431,-0.016576,-0.024843,-0.008286,0.056953,0.00439,-0.014358,-0.008073,0.045942,0.083033,-0.006483,0.136036,-0.003736,0.02038,0.017685,-0.001309,0.009745,0.020852,0.034428,0.014779,0.014452,-0.023978,-0.033706,-0.008156,-0.061771,0.026291,-0.02519,0.005774,0.053443,0.013041,0.003881,0.007552,0.003034,-0.025791,-0.016302,0.000902,-0.020141,0.007176,0.017357,-0.017775,-0.018406,-0.028845,-0.000855,0.010636,-0.013821,-0.016987,-0.015294,0.032962,-0.000291,0.003918,0.008229,0.006972,-0.036986,-0.024554,-0.004125,-0.003486,0.045909,0.007427,0.026206,-0.028352,-0.009224,-0.009184,0.04359,0.125003,0.001331,0.022934,0.007293,0.019887,-0.036023,-0.02202,-0.02161,-0.002762,-0.030638,0.018652,0.005667,0.02895,-0.037367,-0.020986,-0.040533,0.01044,0.017803,0.015099,-0.076517,0.018408,0.032919,0.003059,0.021684,0.042242,-0.052576,-0.012114,0.021098,0.012609,-0.003231,0.014363,0.007209,-0.01949,-0.01282,0.000558,-0.009188,0.031877,-0.034681,0.019726,-0.011278,0.045704,-0.001566,-0.005305,-0.016356,0.040436,-0.008356,-0.052257,-0.025863,0.01463,-0.046228,-0.003774,0.009814,-0.012683,-0.025608,0.01161,0.006034,-0.002899,-0.009071,-0.005874,-0.014462,-0.011479,0.000045,-0.002918,-0.029745,0.042981,-0.015434,-0.11444,0.019661,-0.011762,-0.001321,0.018408,0.020221,-0.007488,-0.063478,0.024316,0.002327,-0.005909,-0.02294,-0.029219,-0.006981,0.022013,-0.012044,0.017436,0.032889,-0.023976,0.005988,-0.015865,0.037603,-0.011065,-0.006029,0.031782,-0.048568,-0.015525,-0.034326,0.011438,0.023018,-0.004404,-0.031304,0.012881,0.011872,-0.002022,0.009367,-0.011616,-0.007446,-0.026996,0.016241,0.020476,-0.039165,-0.02977,0.008152,-0.013011,0.008047,0.02921,-0.020604,-0.035329,0.025665,0.02748,0.009742,-0.009835,0.069255,0.006924,-0.06687,0.023485,0.002126,0.012675,0.018754,0.045479,-0.004341,-0.027002,-0.004991,-0.017452,0.000253,-0.031939,-0.03395,-0.01462,-0.044262,0.006871,-0.001316,0.014104,0.002223,-0.007009,0.029906,0.027681,0.006013,0.011745,0.022681,-0.006085,0.005196,-0.036706,-0.021806,0.013448,0.012929,-0.007129,-0.029524,0.019136,0.052985,-0.041441,-0.048851,-0.012158,0.013516,-0.01281,0.039486,-0.038654,0.033661,0.051798,0.017798,0.072912,-0.017232,0.00037,0.028833,-0.039976,-0.010366,0.002896,0.018237,-0.026296,-0.036543,0.022147,-0.019012,-0.003259,0.030184,-0.012445,0.043791,0.006249,0.000022,0.110886,0.004987,-0.009161,0.003957,-0.022987,0.001418,0.05808,0.023602,-0.011436,-0.005154,-0.002267,-0.023169,0.026992,0.030889,-0.023795,0.006848,-0.001357,0.008905,-0.004835,0.002338,0.05842,0.038908,0.02476,-0.000988,0.030147,0.018224,-0.005428,-0.010263,0.028847,0.013814,0.045153,0.022475,-0.027307,0.018592,-0.019546,0.014093,0.005566,0.012123,-0.014406,0.006621,0.020535,-0.003658,-0.004806,-0.005053,0.026782,0.032687,-0.003436,-0.008459,-0.021094,0.042297,-0.02024,-0.007699,0.019878,-0.024374,0.006059,0.043827,-0.007541,-0.029381,0.012335,-0.002586,0.040148,0.031436,0.007827,-0.01554,-0.01664,-0.060633,0.00498,0.020457,-0.019702,-0.00128,-0.014515,0.007187,0.025204,0.007289,0.005677,-0.014943,-0.026723,-0.026234,-0.012663,0.019945,0.73764,-0.025304,0.025492,-0.026203,0.024029,-0.005512,0.021397,0.018043,0.014316,-0.019076,-0.002126,-0.015983,-0.011678,0.041748,0.004573,-0.015194,0.016591,-0.01161,0.01247,-0.029246,-0.024863,-0.016156,0.029783,0.037431,-0.010842,0.01772,-0.000933,-0.02531,0.024754,0.05927,-0.027155,-0.003524,-0.034387,-0.011827,-0.018823,0.023354,-0.019423,0.003811,0.033319,-0.088328,-0.011479,0.031196,0.0127,-0.001336,-0.001711,-0.010091,0.013341,0.043177,-0.011618,0.001181,-0.014221,0.006681,0.002549,0.027195,-0.033871,-0.016681,0.003309,-0.012332,-0.009769,0.008578,0.016193,-0.017657,-0.046807,0.074378,0.040505,0.05799,-0.009921,-0.000021,0.032251,0.016974,0.042494,-0.033062,-0.004294,0.012639,0.023232,0.001282,0.014153,-0.042738,-0.026576,0.009361,0.029206,-0.05792,0.041252,-0.025656,0.007576,-0.005572,-0.049334,0.029573,0.006929,-0.012942,-0.087157,0.011697,0.015518,-0.001594,0.028898,0.013241,0.009198,0.048816,0.009116,-0.004345,-0.009882,-0.018295,-0.006991,0.046457,-0.047752,0.00459,0.032343,0.004754,-0.023245,0.076993,-0.000325,-0.004894,0.020428,-0.018929,-0.018684,-0.02115,0.024716,0.010842,-0.008861,-0.028927,-0.045726,-0.047949,0.010971,-0.017311,0.033603,-0.051682,-0.044893,0.038541,-0.007289,-0.005954,0.001832,0.019152,-0.016704,-0.003471,-0.001029,-0.034931,-0.000479,-0.008206,0.01896,-0.002883,0.012577,0.011852,0.011645,0.00057,-0.031787,0.030884,0.009834,0.005719,0.011311,-0.013945,0.00059,0.201138,-0.013092,-0.029258,-0.009417,-0.008051,-0.027669,-0.020506,-0.029598,-0.019266,-0.01154,0.013931,0.043182,-0.001092,0.003655,0.005229,0.082265,0.01258,-0.005939,0.00611,-0.025394,-0.029735,0.001579,-0.11648,-0.007737,-0.060169,-0.006444,0.012476,0.01692,-0.020663,0.001396,-0.010622,-0.009977,-0.008516,0.005898,-0.0499,-0.038825,-0.029012,-0.021042,0.047857,0.027356,-0.025247,-0.011646,0.022876,0.101357,-0.002915,0.136272,0.001719,0.017908,-0.003179,0.010924,0.012037,0.032746,0.031856,0.017865,-0.005466,-0.039836,-0.024249,-0.02062,-0.060772,0.010859,-0.017269,0.00963,0.041807,0.010788,0.003164,0.020703,-0.017135,-0.0379,0.000814,-0.008235,-0.01337,-0.011827,0.005088,-0.01248,-0.008816,-0.023654,0.014683,0.018007,-0.008315,-0.030488,-0.029632,0.03635,0.014192,0.010957,0.009795,-0.009929,-0.037265,-0.032208,0.004893,0.006275,0.032557,-0.000948,0.011033,-0.032038,-0.028141,-0.008938,0.053461,0.097022,0.001035,0.007241,-0.012795,0.030822,-0.047007,-0.03103,-0.007622,-0.023408,-0.015561,0.025213,0.008941,0.009747,-0.036588,-0.031639,-0.038561,-0.015642,0.006132,0.005792,-0.065942,0.006755,-0.005649,0.012163,0.010602,0.037754,-0.069799,-0.007662,0.019119,0.029175,-0.00255,0.009946,0.003812,-0.026442,-0.005951,0.010531,-0.012124,0.014612,-0.04007,0.028089,0.008739,0.029966,-0.018591,-0.004663,-0.005932,0.040254,-0.011531,-0.037127,-0.02831,0.028553,-0.04765,0.002158,0.010266,-0.020273,-0.01221,-0.007187,0.012752,-0.030258,0.00111,0.002269,-0.020732,-0.003339,-0.001322,-0.001789,-0.01876,0.047865,-0.0192,-0.096372,0.005734,-0.005013,0.00199,0.036794,-0.0025,-0.020199,-0.044132,0.025891,0.004557,0.010313,-0.007115,-0.02089,0.009018,0.002456,-0.000734,0.013981,0.014041,-0.009424,0.018548,-0.033865,0.032694,-0.013962,-0.03687,0.00618,-0.046377,-0.025483,-0.043553,0.017243,0.024299,-0.02411,-0.05123,-0.004368,0.019599,-0.001295,0.014862,-0.039761,0.003264,-0.017108,0.001531,-0.003198,-0.031417,-0.03142,0.001711,-0.011788,0.007603,0.034346,-0.024312,-0.030447,0.005036,0.019102,0.001941,-0.015289,0.050988,0.032322,-0.060449,0.01621,0.004623,0.043001,0.026974,0.054203,0.010353,-0.030629,-0.014121,-0.005892,0.013275,-0.035855,-0.000363,-0.000679,-0.027822,0.008182,0.018175,-0.002913,-0.009479,-0.013526,0.019708,0.024357,-0.02164,-0.002811,0.028987,-0.009251,0.034193,-0.024496,-0.023419,0.014572,0.026492,-0.01224,-0.011772,0.023143,0.013975,-0.02173,-0.028621,-0.014044,0.005979,-0.008521,0.048449,-0.024001,0.021036,0.068139,0.004123,0.06773,-0.012677,0.012722,0.032968,-0.033855,-0.03128,0.031979,0.008052,-0.044753,-0.024652,0.009488,-0.000494,0.022054,0.053228,-0.003693,0.027649,0.004901,0.019141,0.114483,0.000938,0.001861,-0.016451,-0.023847,-0.011062,0.051205,0.027725,-0.014436,-0.005789,0.010698,-0.003943,0.01041,0.041382,0.005862,0.006617,0.014013,0.000258,0.008227,-0.005052,-0.047881,0.05412,0.010174,0.001133,0.030733,0.019698,-0.024771,-0.012136,0.049267,0.002187,0.040019,0.017524,-0.012907,-0.00125,-0.029153,0.008557,0.00803,0.002886,-0.015998,-0.003926,0.005578,-0.004647,-0.012244,-0.011528,0.002069,0.03385,0.009603,-0.002627,-0.018146,0.010677,-0.019948,-0.010863,0.020926,-0.030361,0.018629,0.035721,0.014857,-0.030145,0.018642,0.002058,0.035293,0.025077,0.011085,-0.005038,-0.010702,-0.041132,-0.014851,0.031035,-0.033584,0.004654,-0.000174,0.012284,0.018028,-0.000388,-0.002051,-0.005785,-0.037222,-0.027012,-0.013674,0.016274,0.750986,-0.025139,0.013994,-0.019603,0.008618,-0.01196,-0.009572,0.015817,-0.011789,-0.000398,-0.002133,-0.020466,-0.019019,0.008301,-0.000608,-0.009597,0.02623,-0.020825,0.010689,-0.031427,-0.034863,-0.011701,0.028648,-0.01038,-0.011062,0.013882,-0.017654,-0.013821,0.036178,0.050115,-0.029275,-0.007375,-0.018604,-0.011578,-0.02603,0.035129,-0.027141,-0.008424,0.033609,-0.10069,-0.018717,0.014718,-0.00555,-0.025389,0.012865,0.002499,0.004201,0.063956,-0.007972,-0.009118,-0.014375,0.010985,0.025368,0.033709,-0.038738,-0.015205,0.010061,-0.029728,-0.034756,0.003694,0.004355,-0.003392,-0.024162,0.076649,0.020368,0.050344,-0.006941,-0.00343,0.041154,0.020935,0.034785,-0.088744,0.02704,0.030476,-0.011384,0.007732,0.019706,-0.022447,-0.007353,-0.010313,0.022201,-0.068379,0.025109,-0.008392,-0.001177,0.029644,-0.024779,0.01227,-0.004185,-0.041136,-0.088602,0.018411,0.005146,0.001837,0.03665,0.000924,-0.01136,0.065321,0.009466,0.008324,-0.00881,-0.00349,-0.026319,0.020322,-0.074711,0.01146,0.021914,0.017367,-0.004481,0.031057,-0.008713,-0.050004,0.003693,0.011808,-0.002408,-0.003249,0.01362,0.010733,-0.003574,0.001045,-0.012326,0.012006,0.0139,-0.006141,0.024816,-0.04124,-0.038,0.029014,0.039297,-0.008016,0.013787,0.00891,0.007921,0.006119,-0.016483,-0.025335,-0.013687,0.017599,-0.007121,-0.005293,0.014249,0.028466,0.000571,0.011882,0.006942,0.020456,0.012373,0.010985,-0.018134,-0.023076,0.004366,0.144658,0.006551,0.004475,-0.009137,-0.006174,0.016632,0.008843,-0.016442,-0.002216,0.029832,0.022006,0.03716,0.017167,-0.004614,0.023527,0.080954,-0.019035,0.015517,0.007679,-0.014513,0.011525,0.010441,-0.189743,-0.013817,-0.049949,-0.010868,0.013751,-0.000086,-0.012727,-0.006194,0.006509,0.0038,0.003546,0.002771,-0.028215,-0.030619,-0.023011,-0.01902,0.047695,-0.013364,0.003751,-0.003355,0.057971,0.088023,-0.034701,0.146094,0.013939,0.010274,-0.018698,0.018497,-0.011947,0.033275,0.00228,0.007893,-0.027979,-0.018589,-0.022109,-0.003631,-0.031293,0.019657,-0.012065,0.026417,0.007118,0.03036,-0.017602,0.011752,-0.001421,-0.026546,0.000538,-0.027215,-0.025308,-0.010709,0.016455,-0.014194,-0.010057,-0.01817,0.020558,-0.017284,-0.004877,-0.03942,-0.040057,0.038942,0.020002,0.044904,0.00155,-0.010837,-0.036467,-0.0047,0.001933,-0.008261,0.027555,0.013401,0.034635,-0.024064,0.002845,0.020296,0.04684,0.134682,0.000412,0.04062,0.01929,0.014011,-0.02458,0.00158,-0.015696,-0.002962,-0.003206,0.019238,-0.006133,0.024095,0.009291,-0.043243,-0.021757,0.04813,0.010524,-0.011854,-0.057849,0.029187,0.014705,0.020713,-0.002646,0.042065,-0.016689,-0.005372,0.020182,0.012635,0.002139,0.023638,0.027945,0.005824,-0.004319,0.000792,-0.021155,0.006586,-0.011368,0.011268,-0.023797,0.035312,-0.026529,-0.000098,-0.014625,0.023752,-0.001282,-0.052443,-0.006181,0.031678,-0.030565,0.022869,0.010181,0.021157,-0.025021,-0.008253,0.014864,-0.003192,-0.01191,-0.01323,-0.02148,-0.015797,-0.006964,-0.018409,0.005163,0.020037,-0.008631,-0.102685,0.021696,0.027057,-0.008689,0.019929,0.045384,-0.021051,-0.011483,0.01766,0.004847,-0.047864,-0.001349,-0.004376,0.004336,-0.018663,0.026205,0.027722,0.00179,-0.00117,0.010779,-0.002041,0.012602,0.001139,0.000098,0.023967,-0.028557,-0.000952,-0.024483,0.011517,0.008652,0.001078,-0.035864,0.016019,-0.00365,0.021642,0.020665,-0.008044,0.003794,0.007412,0.022799,0.034441,-0.014527,-0.04234,0.008492,-0.018611,0.001261,0.015859,-0.03412,-0.039609,0.015567,-0.03059,-0.002265,0.001782,0.065639,0.026294,-0.037714,0.031482,-0.010117,0.00957,0.007802,0.050245,0.018679,-0.016764,-0.035643,-0.004038,0.000722,-0.033638,-0.012926,-0.0394,-0.014612,-0.022716,0.017636,0.029517,-0.019013,-0.015323,0.012799,0.013944,-0.006972,-0.007545,0.019585,-0.015378,-0.017026,-0.00695,-0.012913,-0.002302,0.026513,-0.016134,0.035015,0.004569,0.009068,-0.025585,-0.032614,-0.010662,0.00176,0.006801,0.006763,-0.03519,-0.001975,0.056667,0.002034,0.037583,-0.022587,0.033772,0.017889,-0.016868,-0.010568,-0.046951,0.003827,-0.018992,-0.009694,0.011532,-0.007584,0.006252,0.037693,-0.014874,0.002882,0.006782,0.010659,0.112225,-0.004253,0.022902,0.017029,-0.015694,0.021716,0.059098,0.05439,-0.020375,-0.010535,0.005083,-0.028499,-0.005085,0.014333,0.015684,-0.00863,0.018493,-0.043559,0.009962,-0.008398,0.050314,0.030081,-0.018619,0.011601,0.011895,0.006189,-0.004291,-0.002336,0.020562,-0.030964,0.045024,0.023804,-0.027035,0.012201,-0.013633,0.015443,-0.019675,0.01592,-0.001095,-0.005925,0.011132,-0.013934,0.01543,-0.018097,0.005513,0.028451,-0.014245,-0.011629,0.004685,0.086032,-0.004359,0.018663,0.034741,-0.030328,0.030692,0.025071,0.022141,-0.007489,-0.014229,0.002296,0.017241,0.027353,0.002777,-0.005102,-0.01045,-0.030332,-0.033522,0.026146,-0.009151,-0.017408,0.001416,0.003336,0.006269,0.002933,0.009629,0.009399,-0.006268,-0.007423,-0.011016,0.006941,0.765995,0.000117,0.006072,-0.021121,0.010347,0.009857,-0.002486,0.011432,0.001008,0.015625,0.02128,-0.005739,0.00541,-0.00485,0.014633,-0.015017,0.022333,-0.027478,0.022023,-0.008108,-0.017301,-0.003231,0.035539,0.033418,0.005985,0.043559,-0.038728,-0.032965,0.008517,0.006372,-0.026647,0.007005,0.005604,-0.007839,-0.015327,0.018549,-0.001373,-0.004678,0.039317,-0.103286,0.00159,-0.001964,0.026168,-0.03762,0.021994,-0.002686,0.046588,0.013981,-0.012402,-0.004254,0.011135,0.013174,0.009125,0.059888,-0.020282,-0.008741,0.007822,-0.039636,-0.027136,-0.004413,0.006418,0.004762,-0.007797,0.069599,0.017709,0.050513,0.020637,0.003632,0.026224,0.027344,0.042512,-0.075535,0.024894,0.039006,-0.014355,0.00182,0.012501,-0.040134,-0.017228,-0.007658,0.044646,-0.049552,0.015897,-0.045016,0.006568,0.015407,-0.045712,0.01655,-0.023961,-0.027726,-0.089365,0.022067,0.017849,-0.003053,0.037486,0.011292,0.000492,0.055247,0.020082,0.01203,-0.002989,-0.004472,-0.035905,0.047514,-0.087544,0.012021,0.030968,0.008714,-0.023782,0.051852,-0.00989,-0.044271,0.001036,0.029551,0.001539,-0.010124,0.014318,0.026013,-0.010704,-0.015511,-0.042394,0.015182,0.022116,-0.011063,0.014786,-0.051462,-0.024722,0.024687,0.017293,-0.004931,0.038262,0.004248,-0.001387,0.01682,-0.006341,-0.021563,-0.005503,0.007516,0.025494,0.007047,0.00315,0.024054,-0.009696,0.009581,-0.006952,0.026838,0.011907,0.017225,-0.000696,-0.012586,-0.00409,0.14337,-0.001782,-0.002889,0.004481,-0.002485,0.006373,0.002469,-0.013324,-0.021804,0.011727,0.020706,0.047858,0.002438,-0.011332,0.030019,0.081473,-0.018247,0.006484,-0.000711,-0.023471,0.013863,0.017093,-0.172539,-0.016137,-0.060717,-0.001816,0.009983,0.00638,-0.026714,0.001263,0.002243,0.002867,-0.003024,0.001744,-0.018631,-0.024462,-0.026736,-0.026641,0.021824,0.004971,0.004606,-0.009691,0.035342,0.108847,-0.047401,0.143235,0.021713,0.005346,-0.027831,0.014929,-0.017833,0.056347,0.001719,0.019615,-0.011011,-0.020426,-0.0165,-0.016624,-0.033442,0.013289,-0.001486,0.018467,0.012973,0.013471,-0.013619,0.00603,-0.004779,-0.031713,0.002768,-0.042281,-0.045705,-0.006155,0.014942,-0.013367,0.006857,-0.008434,0.037449,-0.024918,-0.00561,-0.048211,-0.033918,0.028319,0.030889,0.037119,-0.004581,-0.009954,-0.04412,-0.018186,-0.009873,-0.012975,0.029528,0.010835,0.030425,-0.028612,0.00429,0.000821,0.035832,0.111505,-0.016356,0.026808,0.017644,0.01665,-0.041196,0.00667,-0.018508,0.010921,-0.001575,0.029035,-0.022207,0.017763,-0.002496,-0.04197,-0.013719,0.036855,0.010446,-0.013136,-0.066617,0.019234,0.008107,0.031687,0.010008,0.03566,-0.024924,-0.003282,0.030626,0.015924,-0.000186,0.01328,0.028396,-0.014976,-0.024482,0.005151,-0.023673,0.008451,-0.012631,0.018675,-0.004178,0.03437,-0.021974,-0.001614,-0.003595,0.025075,-0.011873,-0.057383,-0.012006,0.034392,-0.031559,0.015211,0.020831,0.027486,-0.034026,-0.019504,0.015619,-0.002684,0.004278,-0.005381,-0.010699,-0.00178,-0.005545,-0.010625,0.028982,0.012679,-0.007622,-0.084261,0.004918,0.025292,-0.002252,0.007285,0.031206,-0.020817,0.01916,0.007532,-0.002661,-0.028164,0.008188,-0.008507,0.016245,-0.03365,0.028685,0.028212,-0.018267,0.00477,0.019345,-0.016606,0.032382,-0.011475,-0.005293,0.017225,-0.035803,-0.013957,-0.024972,0.012124,0.011875,-0.000056,-0.040691,0.019794,0.004906,0.021212,0.031105,0.005064,0.017396,0.0113,0.016098,0.000939,-0.030487,-0.046659,0.013579,-0.018097,-0.010343,0.012842,-0.028823,-0.038252,0.002672,-0.036999,-0.00976,-0.000767,0.069954,0.031545,-0.03433,0.035245,-0.010977,0.009126,0.019563,0.060297,0.00881,-0.019127,-0.034692,-0.002794,0.000303,-0.031918,-0.016574,-0.027841,-0.014919,-0.029704,0.036911,0.012765,-0.015597,-0.034426,0.014325,0.005199,-0.030599,-0.005101,0.032345,-0.018483,-0.001844,0.014659,-0.010328,-0.014023,0.000409,-0.024924,0.029666,0.007133,0.00115,-0.03298,-0.031402,-0.012583,0.005605,0.003141,0.001455,-0.025219,-0.009042,0.062742,-0.011566,0.036496,-0.022262,0.035163,0.028889,-0.019289,-0.018988,-0.015756,0.009461,-0.034226,0.004912,0.010191,0.01295,0.017022,0.050599,-0.001919,0.006953,-0.010639,0.030723,0.114203,-0.015197,0.042642,0.004055,-0.0174,0.020325,0.06857,0.051514,-0.026944,-0.022389,0.005977,-0.017826,0.002083,0.022184,-0.00462,-0.011221,0.025801,-0.039252,0.018884,0.011621,0.032913,0.033821,-0.028563,0.018786,0.024353,-0.00004,-0.004221,-0.003451,0.035137,-0.029949,0.038494,0.016204,-0.011237,0.016278,-0.011809,0.01191,-0.005355,0.020378,-0.000801,-0.003872,0.010841,-0.00457,0.025782,-0.030004,-0.004999,0.026084,-0.021217,-0.014332,0.003629,0.066413,-0.018171,0.014375,0.039536,-0.042546,0.02859,0.023827,0.018619,-0.005195,-0.022889,0.005727,0.020233,0.02819,0.006445,0.000101,-0.01058,-0.0138,-0.038887,0.025459,-0.009505,-0.011107,0.014164,0.01249,0.006861,0.006096,0.002668,0.01166,-0.006016,-0.022322,-0.013466,0.000983,0.755463,0.003442,-0.017157,-0.016573,0.001453,0.00043,-0.013849,0.00013,-0.013853,0.019189,0.028296,-0.003426,-0.014594,-0.01009,0.011177,-0.024387,0.026275,-0.023328,0.024429,-0.005858,-0.027929,0.008256,0.039066,0.016987,0.000114,0.03322,-0.046011,-0.0194,0.015,0.003964,-0.039523,0.010401,0.030053,-0.019803,0.006648,0.025489,0.009196,0.004221,0.021734,-0.09939,-0.001689,-0.007705,0.008811,-0.041966,0.028026,0.004647,0.036606,0.035581,-0.021392,-0.016296,0.02161,0.012294,0.020017,0.053249,-0.006463,-0.018877,0.014215,-0.052534,-0.008893,-0.01091,-0.005316,-0.001112,-0.008541,0.06589,0.030798,0.050037,0.025119,-0.016967,0.020519,0.029356,0.041583,-0.064834,0.023672,0.015171,-0.013118,0.01317,0.010281,-0.025938,0.002481,-0.026856,0.029975,-0.089606,0.012641,0.005594,-0.003798,0.010203,-0.041578,0.013374,-0.001818,-0.014204,-0.047187,0.035563,0.023357,-0.026378,0.010602,0.00761,0.002957,0.039403,-0.000963,-0.013121,0.010943,0.025757,-0.002364,-0.001016,-0.07475,0.005077,0.024267,0.016174,0.009693,0.031527,0.011344,-0.018333,-0.01526,-0.013223,-0.003666,-0.012959,0.009965,0.005868,0.004012,-0.000245,0.028444,-0.008751,-0.006748,-0.020928,0.022737,-0.018029,-0.028956,0.034977,0.027242,-0.018731,0.001811,-0.004466,-0.001021,0.004071,-0.023927,-0.036742,-0.006944,0.026419,0.007695,0.016763,0.001423,0.027329,0.008151,-0.002817,0.023885,0.009518,0.009333,0.010442,-0.009305,-0.024842,-0.013235,0.162118,0.013131,-0.005265,-0.029669,0.00482,0.016616,-0.03751,-0.022581,-0.033432,0.033793,0.002372,0.035517,0.031856,-0.023748,-0.004655,0.08486,-0.004258,0.015582,-0.017372,-0.013697,0.009473,-0.006477,-0.156418,-0.01432,-0.056516,-0.002437,0.0098,0.00548,-0.00201,-0.011036,-0.021417,-0.003769,-0.011771,-0.017668,-0.023472,-0.0367,-0.010553,-0.026,0.045964,-0.017329,0.001627,-0.007383,0.049479,0.063627,-0.043746,0.10983,0.007599,-0.00081,0.039704,0.007493,0.012661,0.024079,0.010387,0.028994,0.00152,-0.046768,-0.011909,-0.02163,-0.021273,0.015665,-0.045526,0.028488,0.0381,-0.004924,-0.014865,-0.00464,0.0065,0.015729,0.025185,-0.03325,-0.032047,-0.014173,0.021991,-0.032494,0.002569,-0.024278,0.024511,-0.016545,-0.000019,0.01286,-0.008165,0.018183,0.018222,0.025405,0.005545,-0.00615,-0.049371,0.011845,-0.014543,-0.018465,0.025073,0.004523,0.020143,-0.005908,0.022168,0.029968,0.022634,0.091766,0.034038,0.02657,-0.020698,0.026346,-0.003728,0.012653,-0.005738,-0.03867,-0.039549,0.001543,0.02391,0.017732,-0.000097,-0.019633,-0.042341,0.056238,0.004072,-0.004108,-0.055262,0.01912,0.010117,0.037401,0.007645,0.006259,-0.00308,0.001629,0.010506,0.018641,0.030697,0.027154,0.005486,0.044937,-0.004627,-0.001407,-0.003971,-0.000823,-0.015397,0.001446,-0.008135,0.029813,-0.001346,0.006023,-0.016343,0.014202,-0.003885,-0.028631,0.016965,0.015857,-0.005397,0.028987,-0.014052,0.006373,-0.027113,0.022228,0.022912,-0.009976,0.001929,-0.012203,-0.021802,-0.003568,-0.005543,-0.038468,-0.033587,0.014048,-0.053055,-0.128161,-0.011675,-0.014515,-0.004106,0.038165,0.02299,-0.009639,-0.060291,0.041216,-0.022406,0.003099,0.003857,-0.024753,-0.008186,0.001252,-0.002958,0.022602,0.011966,-0.005902,-0.009327,-0.017173,-0.03249,0.013641,-0.011965,0.023461,-0.034423,-0.006864,0.00343,0.0229,0.023292,-0.005147,-0.011405,-0.003524,0.002296,0.017164,-0.006796,0.002828,0.000672,-0.00915,0.007025,0.021385,-0.027026,-0.039962,0.004837,-0.0345,0.014386,0.002119,-0.024067,-0.056094,0.01783,-0.003821,0.023585,0.005925,0.102942,0.01627,-0.019466,0.02574,0.008027,0.008501,-0.015412,0.052592,0.003092,-0.011442,-0.031627,-0.019443,0.004342,-0.035649,-0.013297,-0.022697,-0.014508,-0.012816,-0.021766,0.006425,-0.004965,-0.016133,0.004648,0.004793,0.015779,0.00763,0.041117,-0.001278,0.00397,-0.022794,-0.004147,-0.001744,0.024821,-0.004604,0.0065,-0.01879,0.013711,-0.013228,-0.038724,0.000238,0.003785,-0.007665,0.012453,-0.032103,0.00724,0.025839,0.009218,0.038345,-0.012323,0.003793,0.007624,-0.020478,-0.024095,-0.030696,0.016657,-0.025444,-0.003575,-0.001887,-0.029039,-0.007613,0.038674,0.002769,0.023494,0.022997,-0.011302,0.114189,-0.005466,0.01011,-0.035004,-0.013571,-0.002868,0.05267,0.033151,-0.034625,-0.019024,0.008263,0.000757,-0.057808,0.020839,0.058948,-0.005975,0.01337,-0.026038,0.013674,-0.011962,0.015423,0.018333,-0.028313,-0.008106,0.008556,0.006499,-0.015314,0.00647,-0.01212,0.005591,0.020878,0.030398,0.009324,0.003477,-0.008257,0.036744,-0.019457,0.010217,0.012916,-0.01789,0.031848,-0.050641,-0.030516,-0.011843,0.021537,0.021268,-0.035017,0.021507,0.013957,0.084181,-0.005388,-0.017125,0.019919,-0.016667,0.016656,0.008477,0.014835,-0.013041,0.023378,-0.010901,0.018241,0.001823,0.025555,-0.027012,-0.007396,-0.042795,-0.034766,0.054347,-0.027756,-0.00161,-0.006237,-0.021638,0.018225,0.005706,0.000343,-0.005791,-0.025986,-0.038685,0.007164,0.002161,0.774344,-0.017055,0.018182,-0.008796,0.022064,-0.004621,-0.000628,-0.000254,-0.012075,0.002588,0.00988,-0.019744,-0.004756,0.019581,0.012519,-0.011282,0.033944,-0.007005,0.019148,-0.009014,-0.027673,-0.035966,0.033986,0.034944,-0.009569,0.053877,-0.009269,-0.031185,0.001474,0.038058,-0.05138,-0.00736,-0.031618,-0.008251,-0.021216,0.012321,-0.02066,0.021613,0.009482,-0.084756,-0.007089,0.006214,0.008618,-0.014062,0.004413,-0.002698,0.006317,0.00476,-0.003982,-0.003912,0.01528,-0.008619,0.005917,0.035719,-0.00255,-0.010756,0.006711,-0.057521,-0.007839,0.01595,0.014238,-0.028988,-0.004438,0.081743,0.027599,0.08627,-0.001173,-0.007799,0.019141,0.012897,0.052719,-0.093568,0.029391,0.002477,-0.007632,-0.000691,0.02367,-0.024611,-0.004568,-0.003518,0.01037,-0.057713,0.054374,0.018798,0.007636,0.008222,-0.026317,-0.006086,-0.007325,-0.000174,-0.070108,0.021338,0.004318,-0.012376,0.037088,-0.016165,-0.015191,0.029108,0.003896,0.007522,0.019268,0.014412,0.000978,-0.01834,-0.049382,-0.022554,0.011997,0.037631,-0.014645,0.07319,0.009922,-0.005683,-0.008105,-0.012423,-0.000744,-0.003765,0.034596,-0.00911,-0.00032,0.011011,-0.007212,-0.022323,-0.001585,-0.017844,0.044417,-0.036283,-0.028108,0.025018,0.010325,-0.004608,-0.008491,0.012492,-0.011713,-0.01174,-0.039455,-0.03208,0.001437,-0.001129,0.016551,-0.003463,-0.015951,0.009838,0.001767,-0.018161,0.000931,0.024907,0.007658,-0.003338,0.007553,-0.007891,0.023548,0.174794,-0.011436,0.000637,-0.037,-0.013053,0.014555,0.017798,-0.012646,0.003834,0.048837,0.007651,0.022528,0.024754,-0.001057,-0.021387,0.053723,0.022009,0.016706,-0.00621,-0.003882,-0.016766,0.007349,-0.201356,0.027099,-0.025374,-0.011857,0.00206,0.00464,0.009697,0.008122,-0.002128,0.005988,-0.009346,-0.002005,-0.050792,-0.003011,-0.010192,-0.02074,0.057134,-0.02753,-0.004515,-0.023016,0.0557,0.099344,-0.009193,0.090304,0.018213,0.029976,-0.005316,0.012272,0.025145,-0.00241,0.003878,0.014265,-0.028141,-0.045381,-0.01048,0.012709,-0.037547,0.033129,-0.044727,0.013698,0.032722,-0.000415,-0.021023,0.012449,-0.011176,-0.02586,0.01442,0.013315,-0.012612,0.016926,0.021751,-0.030847,-0.023197,-0.014965,0.019285,-0.006421,-0.002344,-0.010506,-0.041923,0.039384,0.017336,0.011715,0.029951,-0.02954,-0.035747,-0.006643,0.000005,-0.0126,0.024566,0.000041,0.017923,-0.013015,0.015685,0.017013,0.024368,0.155442,0.020109,0.017084,-0.008553,0.014902,-0.003802,-0.002215,-0.014613,-0.031243,-0.012313,0.005372,-0.002916,0.018059,0.00144,-0.030648,-0.027874,0.04845,0.008973,0.007024,-0.052851,0.032339,0.045242,0.022021,0.004224,0.019661,-0.037878,-0.024642,-0.001953,0.009857,0.013615,0.029745,0.019277,-0.006172,0.00547,-0.001533,-0.015124,0.005984,-0.021937,-0.018704,0.005821,0.052458,-0.036472,-0.007094,-0.067185,0.009051,-0.009572,-0.032774,-0.019561,0.037654,-0.021125,0.023136,-0.032914,-0.009081,-0.028817,0.001451,-0.020504,-0.007752,0.002416,-0.026242,-0.005779,-0.003655,-0.007541,-0.020371,-0.017038,0.028114,-0.025662,-0.084036,0.028648,-0.004662,-0.000676,0.043619,0.035287,-0.026018,-0.084228,0.023652,-0.014798,0.008365,-0.003142,-0.049296,-0.011164,0.031894,-0.0117,0.042333,0.030679,-0.018041,-0.012884,0.016244,0.029998,-0.002344,-0.023796,0.013834,-0.036369,-0.014066,-0.003975,0.012573,0.016583,0.015039,-0.040741,0.009574,-0.009032,0.021497,0.019986,-0.020717,0.005433,-0.032061,0.005409,0.01984,-0.020737,-0.004287,-0.004862,0.005084,0.022186,0.007428,-0.033495,-0.030051,0.034412,0.004672,0.012656,0.005753,0.10159,0.011074,-0.049854,0.034887,0.011467,0.003726,-0.014975,0.046062,-0.000365,0.003512,-0.016977,-0.037184,-0.009071,-0.039346,-0.020806,-0.007151,-0.023985,-0.005241,-0.007247,0.018424,0.007383,-0.017317,0.004007,0.002671,-0.010237,0.014171,0.019189,-0.025893,-0.016181,-0.058573,-0.015038,0.008011,0.027824,-0.03131,-0.00621,-0.000656,0.036749,-0.04474,-0.052295,0.019511,-0.018283,0.015413,0.018581,-0.042597,0.012564,0.042458,0.029197,0.037783,0.004507,0.012166,0.006663,-0.000015,-0.016293,0.064444,0.018086,-0.027496,-0.038896,0.039586,-0.082478,0.012088,0.029634,-0.013079,0.020853,-0.002193,-0.001129,0.110002,0.00821,-0.009396,-0.006586,-0.02912,0.014459,0.042092,0.074959,0.001447,-0.013142,0.012955,-0.025666,-0.027868,0.040046,-0.001746,0.025056,-0.008661,0.001703,0.019942,-0.010984,0.079254,0.004131,-0.008438,0.010228,0.008683,0.018757,0.003085,-0.011069,0.006572,-0.004321,0.028927,0.022292,-0.034421,0.008683,-0.003693,0.018519,-0.02518,0.001257,-0.000339,0.010595,0.043607,-0.026468,-0.005489,-0.032529,0.032566,0.009424,-0.018269,0.009873,0.003073,0.060953,0.010066,-0.008207,0.052525,-0.00626,0.01954,0.016057,0.001735,-0.010179,-0.007275,-0.007273,0.026066,0.008027,-0.017945,-0.041807,0.011909,-0.031192,-0.002617,0.039656,-0.01666,0.001684,-0.023911,0.001689,0.023897,0.017009,0.017197,-0.000025,-0.014092,-0.011793,0.019183,0.009689,0.73605,-0.0142,0.052984,-0.011256,0.042167,0.028172,0.011739,0.011246,0.012736,-0.01399,-0.004429,-0.020782,0.00597,0.041867,0.025686,-0.018121,0.038297,-0.042492,0.021697,-0.025148,-0.038944,-0.02986,0.027107,0.043976,-0.01463,0.032376,0.000311,-0.016354,0.023875,0.043456,-0.024431,-0.00113,-0.02629,-0.035221,-0.027114,0.017969,-0.024879,0.025594,0.013031,-0.072961,0.028078,0.030847,0.02424,-0.0157,-0.004037,-0.017428,0.020556,0.025457,0.01108,-0.009204,-0.005767,0.020649,-0.012449,0.047376,-0.033344,-0.004498,0.001873,-0.02896,-0.014783,0.011379,0.027328,-0.000997,-0.020078,0.039272,0.025441,0.044976,0.003132,-0.026222,0.029661,-0.00431,0.042727,-0.080786,0.048526,0.030098,-0.017303,0.014334,0.011502,-0.05386,-0.009278,0.018146,0.027341,-0.069898,0.016935,-0.015692,0.003066,0.004238,-0.038224,0.013699,0.008288,-0.022632,-0.043222,0.031383,0.010155,-0.047753,0.01227,-0.014564,0.011654,0.021799,0.036452,0.005655,0.037092,-0.035038,-0.004613,0.021367,-0.039869,0.009065,0.023398,-0.039533,-0.007953,0.087781,-0.005964,-0.007362,-0.000334,0.018081,-0.005583,-0.023068,0.021793,0.032221,-0.005964,0.005121,-0.009238,-0.024138,-0.0025,-0.00352,0.033756,-0.0421,-0.034412,0.009547,0.020427,-0.005257,-0.018029,0.022082,-0.007972,0.015265,-0.028654,-0.042791,-0.014313,-0.003634,0.054968,0.009523,0.005074,0.016657,-0.001921,0.003692,0.030045,0.033126,0.002348,0.049595,-0.022448,-0.006694,0.013556,0.119623,0.005346,0.000469,0.001654,-0.00356,0.010217,0.007578,-0.031389,-0.021686,0.03636,0.029289,0.009531,-0.012409,-0.028168,0.015209,0.086482,0.005773,-0.001605,-0.024369,-0.008893,-0.003579,0.010455,-0.12389,-0.000077,-0.036962,0.01332,-0.006505,0.013215,-0.029419,0.005617,0.002381,0.010293,-0.019221,0.011457,-0.037331,-0.033221,0.005219,-0.023643,0.044178,0.010816,-0.002352,-0.012645,0.021854,0.088181,-0.038479,0.072848,0.007461,0.002319,0.004659,0.015102,0.023732,0.016631,0.010199,0.051433,-0.004799,0.002227,0.006867,0.024357,-0.048096,0.018006,-0.017243,0.010069,0.01769,0.017119,-0.018884,-0.006434,0.020582,-0.0072,0.009988,-0.02603,-0.054617,-0.00185,0.018071,-0.045856,0.019199,-0.00008,0.020939,-0.023884,-0.0028,0.005306,-0.028359,0.044375,-0.009868,0.017261,0.017109,-0.026168,-0.043515,0.000217,-0.018203,-0.019814,0.045266,0.000927,0.025998,-0.021368,0.014344,0.015508,0.049126,0.15531,-0.012933,0.023931,0.028117,0.008992,-0.032955,0.007795,0.001437,-0.009276,-0.034055,0.005817,-0.023705,0.007767,-0.005343,-0.021025,-0.010292,0.049797,0.006217,-0.016013,-0.06587,-0.016485,0.03077,0.019952,-0.010723,0.024243,0.006008,-0.008853,0.012788,0.035312,0.016774,0.032702,0.019694,-0.001981,-0.024043,-0.004256,-0.016416,0.029076,-0.006888,0.018304,-0.017649,0.053655,-0.021577,-0.00379,-0.036535,0.028295,-0.00082,-0.043803,-0.02379,0.039786,-0.024888,0.018004,0.009131,-0.016049,-0.024994,-0.024825,-0.000834,0.011365,0.005186,-0.019428,-0.002812,0.029987,0.007898,-0.026474,0.011417,0.012069,0.004844,-0.073453,0.00736,0.006512,-0.004965,0.022228,0.015456,-0.024118,-0.028495,0.012194,-0.003875,0.010297,0.025484,-0.014904,0.011583,-0.000309,0.009338,0.036916,0.012295,-0.009335,0.000074,-0.020128,0.050373,0.010519,0.009161,0.046211,-0.042537,-0.01475,-0.016887,0.00942,-0.006524,0.020571,-0.014384,0.009871,0.000863,0.019864,0.014718,0.011213,0.006629,-0.012496,0.022645,0.025151,-0.024741,-0.026009,0.019087,-0.017413,0.005149,-0.023597,0.008358,-0.01569,-0.001573,-0.023691,0.001802,-0.005042,0.038403,-0.010717,-0.029212,0.05505,0.003375,0.000869,0.000634,0.063156,-0.024909,0.011218,-0.033241,0.01396,-0.022591,-0.038215,-0.038444,-0.024194,-0.016607,-0.00553,0.009899,-0.006086,-0.035113,-0.033793,0.010935,0.006452,-0.002414,-0.012573,0.026971,-0.018295,-0.011432,-0.013741,-0.027871,-0.024921,0.006021,-0.017533,0.002831,-0.023494,0.019197,-0.047797,-0.040107,-0.002439,-0.005329,0.008683,0.022957,-0.008663,-0.009009,0.041105,0.015801,0.009376,-0.030742,0.027932,0.026533,-0.026271,-0.022583,0.02513,0.030498,-0.009287,0.006211,0.032079,-0.019788,-0.001118,0.060344,-0.00065,0.026675,-0.011631,0.043866,0.121486,-0.003877,0.009104,-0.003372,-0.038242,0.013297,0.045387,0.033473,0.010637,-0.029259,-0.015175,-0.03989,-0.018981,0.023861,-0.005519,-0.005796,-0.022712,-0.030584,0.02088,-0.012552,0.03969,0.013883,-0.007522,-0.023854,0.031644,-0.005067,-0.027894,0.010554,0.049929,-0.012478,0.029887,0.043342,-0.03369,0.018322,-0.004066,0.015776,-0.046137,-0.007952,-0.005612,0.008144,0.005055,0.000277,0.00806,-0.035073,0.008957,0.024868,-0.00477,0.001512,0.000741,0.059314,-0.001717,-0.019497,0.02292,-0.022508,0.011995,-0.002072,0.02025,-0.017252,0.007357,-0.029002,0.024469,0.024798,0.010395,-0.003513,0.009572,-0.033086,-0.029307,0.014397,-0.000039,-0.031763,-0.012315,-0.01976,0.015204,0.018161,0.003632,0.014358,0.017417,-0.009687,0.006264,-0.005409,0.775004,-0.018853,0.018168,-0.014444,0.016244,0.009391,-0.029874,-0.019578,-0.024756,-0.016238,0.044681,-0.008224,0.008425,-0.00542,0.029199,-0.021242,0.016196,-0.036832,0.051231,0.000722,-0.013723,-0.026662,0.033179,0.054395,-0.006517,0.064534,-0.009062,-0.035598,-0.000518,-0.004523,-0.012253,-0.001292,-0.023649,-0.061849,-0.004508,0.005285,0.013013,0.020958,0.028086,-0.106464,-0.010024,-0.01448,0.003554,-0.025728,0.003653,-0.026546,0.023255,-0.000418,-0.002661,-0.027186,0.020004,-0.015124,0.004338,0.028291,0.002753,-0.007649,0.009256,-0.040646,-0.022134,-0.007493,-0.000952,0.013864,0.009716,0.07036,0.033328,0.044634,0.009287,-0.008633,0.031502,0.02461,0.025524,-0.079306,0.052731,0.038657,-0.000579,0.014999,0.026988,-0.029601,-0.007566,0.019069,0.00324,-0.074007,0.012921,-0.009599,0.009501,-0.003252,-0.057327,0.015437,0.007436,-0.038,-0.039433,0.028789,-0.000787,-0.03322,0.013865,-0.004977,-0.001035,0.029887,0.006176,0.044459,0.018572,-0.040242,0.00602,-0.014174,-0.046591,0.008339,0.029099,-0.01889,-0.002535,0.054202,-0.003302,-0.02933,0.004595,-0.000452,-0.023315,-0.018484,0.024693,0.019876,-0.012838,0.008591,-0.008916,-0.04623,0.008057,-0.01173,0.03639,-0.042258,-0.04321,0.016829,0.001887,0.003977,-0.012458,0.006761,-0.020217,0.000451,-0.044659,-0.029703,-0.007238,0.015555,0.027028,0.016782,0.013503,0.008471,0.013631,0.012835,0.01532,0.0204,0.012938,0.038329,-0.012329,-0.013873,0.018182,0.144963,0.014172,-0.017864,0.005869,0.015688,0.021025,0.022961,-0.024707,0.001381,0.050795,0.025334,0.020005,-0.003154,-0.020672,0.021997,0.055453,0.019234,0.029287,-0.017999,-0.019703,0.014625,0.017732,-0.202645,0.012314,-0.043518,0.012276,0.009956,-0.022959,-0.002359,-0.002311,0.001478,0.013463,-0.030071,0.024584,-0.033937,-0.008406,0.017159,-0.014963,0.040133,-0.011833,0.013805,-0.021022,0.037768,0.070147,-0.020823,0.069395,0.011744,0.004778,-0.00042,0.02393,0.012328,-0.02295,0.011685,0.028526,-0.006362,-0.019314,0.004395,0.044939,-0.040619,0.027208,-0.039944,0.003799,0.022196,0.039786,-0.024996,0.00223,0.018207,-0.012272,-0.009335,-0.001769,-0.067527,0.012335,0.032395,-0.051089,-0.008129,-0.030216,0.02661,0.003762,0.004549,-0.01925,-0.029188,0.035059,-0.023835,0.013823,0.019128,-0.027629,-0.041007,0.019373,-0.025415,-0.038201,0.044491,0.003804,0.034449,-0.007171,0.025324,0.007887,0.047544,0.174131,0.007642,0.035663,0.020012,-0.009278,-0.020889,0.005147,0.006426,-0.02611,-0.034107,0.009508,-0.019636,0.013083,-0.006657,-0.040199,-0.028042,0.042621,0.031253,-0.008326,-0.056626,-0.003023,0.040269,0.02997,-0.016755,0.03218,0.019447,-0.002716,-0.004978,0.013609,0.017086,0.022955,0.035376,0.006099,-0.02586,-0.006444,-0.009382,0.03515,-0.015569,0.021466,-0.037446,0.057942,-0.036027,-0.010704,-0.029556,0.032094,-0.015904,-0.047433,0.002615,0.029338,-0.03437,0.011059,0.002596,-0.009092,-0.042255,0.001758,0.000371,0.005454,0.001876,-0.017231,-0.032878,0.021194,0.014345,-0.018703,-0.000316,0.034112,0.007107,-0.088194,0.034377,-0.00253,-0.022881,0.020168,0.015876,-0.023095,-0.072287,0.046239,-0.013999,0.028736,0.009764,-0.014894,0.017075,-0.001281,-0.012312,0.015795,0.02082,-0.02836,-0.005859,-0.021997,0.016389,0.008286,-0.004175,0.035539,-0.028025,-0.013426,-0.019659,0.033715,0.005745,0.029618,-0.016883,0.001327,-0.010526,0.028457,0.027956,-0.007973,-0.011267,0.001971,0.018321,0.027865,-0.016483,-0.018468,0.01536,-0.023646,0.006337,0.005858,-0.001813,-0.037699,0.008191,-0.00704,0.004597,-0.005831,0.074712,-0.026728,-0.052374,0.057728,-0.000007,-0.023854,-0.007247,0.032427,-0.012744,-0.00066,-0.035029,0.025061,-0.01524,-0.024528,-0.033761,-0.004513,-0.033006,-0.006212,0.020496,0.009286,-0.004068,-0.015191,0.013272,0.013596,0.003229,-0.01306,0.020242,-0.026761,-0.018916,-0.028977,-0.031568,-0.017516,0.024008,-0.028439,-0.032813,-0.013893,0.025639,-0.049231,-0.067166,0.000065,-0.006772,0.001935,-0.005432,-0.028011,-0.008807,0.0407,0.028174,0.023833,-0.021279,0.005916,0.010005,-0.052427,0.02573,0.052989,0.029894,0.004115,-0.012342,0.026577,-0.028988,-0.021884,0.064786,-0.001217,0.009394,0.010008,0.013145,0.113256,-0.003908,-0.002782,-0.001784,-0.025731,0.040234,0.044441,0.049108,-0.004229,-0.006006,-0.02033,-0.042766,-0.008042,0.044883,-0.006742,0.007665,-0.014826,-0.02659,0.007562,-0.024858,0.096674,0.003518,-0.004706,-0.029596,-0.006234,-0.015767,-0.014534,0.019042,0.033518,0.00935,0.024985,0.034938,-0.037873,-0.005898,-0.002272,0.008422,-0.073721,0.005497,0.012685,0.008436,0.010838,0.009608,0.027777,-0.029276,0.038818,0.017369,0.01635,0.000628,-0.003784,0.077931,0.014125,-0.013081,0.049996,-0.027215,0.003648,-0.006685,0.026143,-0.008092,-0.005352,-0.019988,0.042427,0.02495,0.005778,0.004703,0.01168,-0.051977,-0.004336,0.039516,-0.016137,-0.018007,-0.012839,0.002722,0.028002,0.00831,0.006459,0.01581,0.021094,-0.001252,0.015145,0.019707,0.723189,-0.007032,0.028901,-0.019302,0.012761,0.020097,-0.020331,-0.015005,-0.007623,-0.03433,0.042858,-0.013029,0.004129,0.028107,0.024943,-0.013116,0.012142,-0.035195,0.052412,-0.01609,-0.001346,-0.0367,0.042247,0.043097,-0.002676,0.069838,-0.001844,-0.045202,0.020217,0.04775,0.012331,-0.021566,-0.029701,-0.051405,-0.01567,0.003588,-0.015809,0.000427,0.0035,-0.078936,-0.004156,-0.010314,0.022554,-0.033902,0.010964,-0.012013,0.057991,-0.011103,-0.012674,-0.017388,0.007467,-0.016679,0.012764,0.033692,-0.009975,-0.006565,0.009422,-0.03827,-0.019707,-0.015044,-0.013093,0.033069,0.013929,0.057862,0.005702,0.053681,0.01256,-0.038208,0.015737,0.032486,0.009843,-0.06974,0.032616,0.035291,0.005268,0.009346,0.006425,-0.045553,-0.012936,0.006857,0.008963,-0.064468,0.029639,-0.010075,0.005476,0.002586,-0.069919,0.012646,0.003084,-0.024184,-0.036447,0.010858,-0.010536,-0.045295,0.016334,0.001682,0.010372,0.022949,0.029029,0.029889,0.025973,-0.019663,0.004509,0.002957,-0.051923,0.01791,0.011537,-0.010415,0.001184,0.057484,-0.006305,-0.018743,0.014407,-0.00515,-0.013252,-0.006377,0.023954,0.012903,0.005744,-0.006588,-0.009996,-0.016858,0.005101,-0.008199,0.030626,-0.050977,-0.029159,0.009407,-0.002325,0.003248,-0.005079,0.013558,-0.024736,-0.000481,-0.049768,-0.028079,-0.002858,0.025394,0.033665,0.019776,0.009785,0.01843,0.017248,0.034931,0.023372,0.013637,0.023162,0.040144,-0.01186,-0.010295,0.002608,0.132359,0.001628,0.008301,-0.009081,0.011384,0.021645,0.009303,-0.019865,-0.009183,0.05302,0.020096,0.015016,-0.01615,-0.007002,0.031332,0.062904,0.029829,0.048574,-0.020267,-0.024044,0.005606,0.011265,-0.187028,0.011538,-0.052698,0.006793,0.009276,-0.023966,-0.009683,0.001189,0.002976,0.003048,-0.007971,0.035369,-0.027347,0.004179,0.01399,-0.021139,0.039451,-0.001968,0.014884,-0.022502,0.038353,0.086739,-0.033084,0.063264,0.011172,-0.003933,0.000608,0.016059,0.016016,-0.018489,0.014575,0.048501,-0.009533,-0.024792,-0.004913,0.037491,-0.028391,0.019352,-0.01973,-0.010441,0.023223,0.03971,-0.027304,0.00791,0.012358,-0.016087,0.006769,0.007579,-0.057859,0.008893,0.031864,-0.048129,0.007973,-0.019709,0.023784,-0.005897,0.01649,-0.002157,-0.019567,0.04047,-0.018007,0.016098,0.01614,-0.035678,-0.041569,0.016252,-0.03852,-0.04195,0.023747,0.011458,0.026372,-0.03582,0.022323,0.010458,0.051327,0.141819,-0.005538,0.037376,0.020529,0.002277,-0.004417,-0.005646,0.024508,-0.020638,-0.039152,0.001151,-0.030528,0.00261,-0.002689,-0.024183,-0.030153,0.061111,0.026167,-0.020888,-0.076198,0.001695,0.056937,0.030422,-0.013034,0.024531,0.021168,0.00381,0.028831,0.023677,0.023341,0.032558,0.022669,0.012615,-0.02545,-0.000387,-0.018481,0.050279,-0.0012,-0.001551,-0.037859,0.053133,-0.031056,-0.020711,-0.009967,0.042677,-0.005531,-0.035825,0.000861,0.056511,-0.035363,0.013372,0.006005,-0.019496,-0.043002,0.012376,-0.004919,0.014219,0.008236,-0.015308,-0.014417,0.009778,0.008914,-0.021736,0.00092,0.041642,-0.009156,-0.098953,0.014448,-0.017438,-0.025589,0.025342,0.016284,-0.025099,-0.077298,0.033002,0.000056,0.031923,0.01713,-0.029332,0.019519,0.00001,-0.002574,0.012278,0.028673,-0.036016,0.002645,-0.026909,0.003591,-0.00933,-0.015343,0.041306,-0.013314,-0.012402,-0.01025,0.022916,-0.008208,0.044444,-0.014253,0.000674,-0.011001,0.020467,0.017189,0.005611,-0.0035,-0.004935,0.012885,0.020089,-0.017546,-0.023319,0.024581,-0.02825,0.006299,-0.005336,0.00405,-0.053443,0.010863,-0.01243,0.002874,0.00417,0.052585,-0.02356,-0.043233,0.061284,0.0168,-0.021745,0.010615,0.035591,-0.006806,-0.017792,-0.025029,0.019897,-0.00404,-0.044749,-0.039369,-0.008659,-0.033202,-0.026294,0.011369,-0.000155,-0.008144,-0.013261,0.022367,0.016866,-0.013153,-0.009619,0.025456,-0.015511,-0.031493,-0.017245,-0.050768,-0.011129,0.012093,-0.01643,-0.040225,-0.024163,0.02377,-0.049942,-0.074397,-0.016669,0.022138,-0.015923,0.02031,-0.010609,-0.011123,0.030529,0.033569,0.027651,-0.022208,0.006129,0.001795,-0.043698,0.011915,0.044054,0.025433,-0.000843,0.0077,0.041981,-0.009739,-0.018396,0.078536,0.006155,0.022027,0.011587,0.009231,0.116062,-0.010666,0.009181,-0.000001,-0.026265,0.029291,0.068153,0.047421,-0.017529,-0.00248,-0.012351,-0.029394,-0.014805,0.047657,0.006468,0.004887,-0.020206,-0.025603,0.01585,-0.020718,0.091532,0.00649,0.000477,-0.019528,-0.012816,-0.025366,-0.000163,0.006268,0.033187,0.016423,0.03061,0.028613,-0.035461,0.006248,-0.000039,0.006854,-0.067791,0.004744,-0.00567,0.012378,-0.006711,0.022459,0.03378,-0.034156,0.034889,0.016056,0.006394,0.013889,0.001132,0.065667,0.015283,0.006036,0.053366,-0.03953,0.015057,0.006241,0.03437,-0.014349,0.015731,-0.021801,0.02764,0.008571,0.026728,0.019043,0.003246,-0.043218,-0.005829,0.052953,-0.020907,-0.018709,-0.014729,-0.000378,0.025731,-0.008372,0.000605,0.026123,0.021854,-0.013654,0.004027,0.016446,0.730795,-0.005187,0.011482,-0.031768,0.00782,0.02439,-0.022401,-0.018702,-0.011248,-0.039407,0.039204,-0.011081,0.02281,0.03192,0.01788,-0.01421,0.016439,-0.029449,0.047175,-0.022532,0.016486,-0.035363,0.041683,0.026187,-0.015768,0.06783,-0.007404,-0.043798,0.012059,0.054108,0.008326,-0.032508,-0.018627,-0.053513,-0.006012,-0.002849,-0.011569,-0.000178,-0.002789,-0.074806,-0.010747,-0.038908,0.020478,-0.036216,0.021577,-0.005712,0.045242,-0.008438,-0.001989,-0.007134,0.022886,-0.009251,0.013604,0.032912,-0.018101,-0.012665,0.005172,-0.046364,-0.009633,-0.006298,-0.00754,0.020453,0.014337,0.062552,0.014015,0.054025,0.009011,-0.023441,0.011465,0.029126,0.017259,-0.072647,0.046801,0.03847,-0.000261,-0.000189,0.008955,-0.026917,0.00259,-0.019737,-0.011777,-0.07523,0.032668,0.019337,0.004584,0.020654,-0.04037,-0.001301,0.027389,-0.002172,-0.042073,0.008901,-0.019757,-0.022252,0.004307,-0.000858,0.003743,0.041005,0.011598,-0.00535,0.040552,0.037069,0.017619,-0.000544,-0.049077,0.010154,0.014982,-0.014894,0.006802,0.05901,0.0058,-0.008133,-0.00626,-0.026624,0.004827,-0.018197,0.008719,0.033692,0.004997,0.000084,0.010056,-0.015927,-0.00631,-0.002728,0.017602,-0.037067,-0.053133,0.027199,0.018766,-0.035955,-0.017481,-0.002483,-0.018178,-0.004785,-0.020589,-0.019882,-0.006079,0.01598,0.034089,0.033561,0.009768,0.015684,0.007515,0.030883,0.004862,0.003045,0.022174,0.023883,-0.005722,-0.013853,-0.013579,0.162259,0.029047,0.015172,-0.015178,-0.01362,0.022362,-0.007973,-0.03605,-0.016689,0.03877,0.01703,-0.006078,0.013291,0.003319,0.005021,0.073942,-0.003698,0.035089,-0.008646,-0.021401,0.003963,0.006188,-0.173572,-0.00458,-0.029165,0.004158,0.012328,0.006721,-0.015315,-0.021882,-0.016267,-0.029289,-0.00955,-0.013868,-0.030086,-0.014062,0.012243,-0.027461,0.050737,-0.011336,0.014337,0.012228,0.033163,0.082184,-0.028393,0.094791,0.014193,-0.015227,0.018042,0.004265,0.00758,0.018876,0.026584,0.052615,0.01043,-0.021336,0.008529,0.005465,-0.022929,0.033571,-0.040561,-0.017154,0.000377,0.02725,-0.018101,0.019629,-0.018077,-0.013884,0.006275,-0.010523,-0.013566,0.007546,0.006364,0.003989,0.000662,0.003649,0.042668,0.010746,-0.006336,-0.017546,-0.058812,0.018117,0.004058,0.020958,-0.000272,0.003503,-0.050513,-0.005965,-0.017208,-0.021731,0.005064,0.023566,0.016791,-0.035773,-0.000896,0.045155,0.053268,0.105979,0.001291,0.013037,0.001284,0.034175,0.003626,0.010452,-0.014142,-0.020096,-0.039394,0.01424,0.055256,0.030977,0.011793,0.007736,-0.029456,0.026347,-0.018533,-0.006618,-0.037251,0.027971,0.027921,0.004638,0.01227,0.021282,-0.014875,0.021621,0.009258,0.005379,0.020893,0.017772,0.010088,0.00544,-0.014799,0.006029,-0.030477,0.022043,-0.000312,0.012013,-0.024918,0.049361,-0.011558,-0.008133,-0.037471,0.023172,-0.001705,-0.044878,-0.009097,0.029935,-0.032864,0.020258,-0.032917,0.008552,-0.038376,0.021272,0.009511,0.007197,0.005963,-0.008169,-0.008129,0.004222,0.023015,-0.034687,-0.028066,0.023427,-0.027744,-0.07391,0.016858,-0.001672,-0.000188,0.031218,0.010199,0.008983,-0.094889,0.040958,-0.003346,-0.004828,0.001075,-0.002498,-0.000293,0.01125,-0.016058,0.016499,0.06398,-0.009868,0.028967,-0.027062,0.008421,-0.000012,-0.033352,0.028625,-0.022756,-0.004652,-0.001326,0.011551,0.015784,0.019857,-0.015179,-0.023287,-0.004166,0.033723,0.000764,0.022153,-0.020362,-0.017636,0.01434,0.016391,-0.011507,-0.022127,0.018207,-0.02546,0.039427,-0.022451,-0.027541,-0.028986,0.023105,-0.009053,0.036569,0.008484,0.091847,0.008787,-0.014284,0.049573,0.014536,-0.018118,-0.028826,0.026569,-0.008016,-0.010579,-0.016596,-0.024475,-0.007559,-0.061257,-0.004187,-0.016101,-0.023683,-0.019157,-0.00524,-0.013857,-0.003386,-0.011238,-0.001894,0.007406,0.01013,0.019807,0.010339,-0.019524,-0.023033,-0.035157,0.009456,-0.001974,0.029862,-0.028745,-0.000223,-0.011331,0.031189,-0.025284,-0.048339,-0.003017,-0.015902,0.001653,0.003855,-0.031555,-0.012301,0.041035,0.034578,0.025849,-0.053613,0.024632,0.023151,-0.009016,-0.010507,0.005769,0.034692,0.0008,-0.008233,0.009399,-0.01823,-0.033108,0.037883,0.010252,0.016819,0.001214,0.022901,0.113028,0.01198,0.014781,0.004859,-0.021997,0.025705,0.028669,0.020888,-0.022606,-0.013698,-0.001409,-0.020437,-0.018647,0.008196,0.035344,-0.011414,-0.016322,-0.020527,0.006783,-0.019792,0.108127,0.021523,0.002539,-0.035435,0.001616,-0.01144,-0.00955,0.000235,0.006117,0.010221,0.030064,0.032309,-0.012964,-0.018053,-0.01346,0.019517,-0.005406,0.006162,0.012923,0.014864,0.006502,-0.030284,-0.020614,-0.027836,0.011468,0.031868,-0.003417,-0.000849,-0.011884,0.060865,-0.010587,-0.014306,0.014198,-0.04002,0.005425,0.014208,0.010849,-0.021046,0.043938,-0.038941,0.030722,0.004817,-0.0066,-0.024421,-0.022764,-0.028612,-0.015078,0.030048,0.001022,-0.010539,-0.001877,-0.017713,0.007038,0.003661,-0.017355,-0.027134,-0.016811,-0.012624,0.014487,0.016002,0.764966,-0.017736,0.019765,-0.00139,0.023175,-0.001341,0.010767,-0.038875,0.014705,-0.001288,0.013571,-0.009208,-0.000003,0.028777,0.03134,-0.028693,0.022201,0.012072,0.03774,-0.035069,-0.017364,-0.024301,0.042453,0.030107,0.022789,0.070276,0.015053,-0.02445,0.013576,0.021655,-0.030008,-0.013352,-0.052233,-0.010142,-0.00435,0.028854,-0.020286,0.021572,0.003602,-0.082239,-0.020582,0.007102,0.019627,-0.011364,0.013501,-0.025323,0.018621,0.024336,0.007954,0.022354,0.018875,-0.016894,0.025405,0.043725,-0.010122,-0.008396,0.006288,-0.018203,-0.017287,0.037671,-0.008942,-0.021981,-0.028695,0.079548,0.015549,0.072387,-0.022116,-0.001014,0.041701,0.008168]} \ No newline at end of file diff --git a/scripts/icon-search/.gitignore b/scripts/icon-search/.gitignore new file mode 100644 index 000000000000..908b413104ed --- /dev/null +++ b/scripts/icon-search/.gitignore @@ -0,0 +1 @@ +data/rendered_icons/ diff --git a/scripts/icon-search/README.md b/scripts/icon-search/README.md new file mode 100644 index 000000000000..b4ecbfa0c3f9 --- /dev/null +++ b/scripts/icon-search/README.md @@ -0,0 +1,60 @@ +# Icon Search + +Visual search for icons from `@gravity-ui/icons` using [CLIP](https://openai.com/research/clip) (model `Xenova/clip-vit-base-patch16`). + +A user uploads an image, and the system finds the most visually similar icons. + +## How it works + +### Precomputation (build time) + +The script `run.ts` prepares the data needed for search: + +1. **Render SVGs to PNGs** (`render-svgs.ts`) — each SVG icon from `@gravity-ui/icons` is rendered to a 224×224 PNG (160px icon centered on a white background) using `sharp`. + +2. **Compute embeddings** (`compute-embeddings.ts`) — each PNG is passed through the CLIP vision encoder (`@huggingface/transformers`). The resulting 512-dimensional vectors are normalized and saved to `public/static/icons-embeddings.json`. + +The script checks the installed version of `@gravity-ui/icons` against `data/icons_version.txt` and skips the work if the version hasn't changed. + +``` +npx tsx scripts/icon-search/run.ts +``` + +### Inference (runtime) + +The API route `src/pages/api/icons-search.ts` accepts a base64-encoded image via POST and returns the most similar icons. + +The model module (`src/api/icon-search-model.ts`) lazily loads the CLIP model and the precomputed embeddings on first request. It encodes the uploaded image, normalizes the resulting vector, and computes cosine similarity against all icon embeddings to find the top matches. + +``` +POST /api/icons-search +{ "image": "", "topK": 12 } +→ { "results": [{ "name": "...", "componentName": "...", "style": "...", "score": 0.95 }] } +``` + +## File structure + +``` +scripts/icon-search/ + run.ts — entry point, checks version and orchestrates the pipeline + render-svgs.ts — SVG → 224×224 PNG + compute-embeddings.ts — PNG → CLIP embeddings → JSON + constants.ts — shared paths + data/ + rendered_icons/ — intermediate PNGs (gitignored) + icons_version.txt — last processed @gravity-ui/icons version + +public/static/ + icons-embeddings.json — precomputed embeddings + icon index + +src/api/ + icon-search-model.ts — CLIP model singleton, search() + +src/pages/api/ + icons-search.ts — Next.js API route +``` + +## Dependencies + +- `@huggingface/transformers` — CLIP model inference (ONNX runtime) +- `sharp` — SVG rendering (bundled with `@huggingface/transformers`) diff --git a/scripts/icon-search/compute-embeddings.ts b/scripts/icon-search/compute-embeddings.ts new file mode 100644 index 000000000000..0548329038a2 --- /dev/null +++ b/scripts/icon-search/compute-embeddings.ts @@ -0,0 +1,235 @@ +/* eslint-disable no-console */ +/** + * Compute CLIP embeddings for all rendered icon PNGs. + * + * Uses multi-augmentation: for each icon, computes embeddings from several + * augmented renders (original, smaller, larger, inverted) and averages them + * to produce a more robust stored embedding. + * + * Run render-svgs.ts first, then: + * npx tsx scripts/icon-search/compute-embeddings.ts + */ + +import fs from 'fs'; + +import {AutoProcessor, CLIPVisionModelWithProjection, RawImage} from '@huggingface/transformers'; +import sharp from 'sharp'; + +import {EMBEDDINGS_JSON_PATH, ICONS_LIBRARY_METADATA_PATH, RENDERED_ICONS_DIR} from './constants'; + +const MODEL_ID = 'Xenova/clip-vit-base-patch16'; +const TARGET_SIZE = 224; + +type IconMeta = { + name: string; + svgName: string; + componentName: string; + style: string; +}; + +type IconEntry = { + name: string; + componentName: string; + style: string; +}; + +// Each augmented image has an associated weight for weighted averaging. +type AugmentedImage = {buffer: Buffer; weight: number}; + +async function createAugmentedImages(pngPath: string): Promise { + const original = fs.readFileSync(pngPath); + // Original gets double weight to keep the stored embedding close to the canonical render + const images: AugmentedImage[] = [{buffer: original, weight: 2}]; + + // Extract the icon from the center of the original 224x224 image + // Original is rendered at 200px icon on 224px canvas (offset=12) + const iconBuffer = await sharp(original) + .extract({left: 12, top: 12, width: 200, height: 200}) + .toBuffer(); + + // Smaller icon (140px on 224×224 canvas) + const smallIcon = await sharp(iconBuffer).resize(140, 140).png().toBuffer(); + const smallOffset = Math.floor((TARGET_SIZE - 140) / 2); + const smallImg = await sharp({ + create: { + width: TARGET_SIZE, + height: TARGET_SIZE, + channels: 3, + background: {r: 255, g: 255, b: 255}, + }, + }) + .composite([{input: smallIcon, left: smallOffset, top: smallOffset}]) + .png() + .toBuffer(); + images.push({buffer: smallImg, weight: 1}); + + // Even smaller icon (80px on 224×224 canvas) — helps match tiny user uploads + const tinyIcon = await sharp(iconBuffer).resize(80, 80).png().toBuffer(); + const tinyOffset = Math.floor((TARGET_SIZE - 80) / 2); + const tinyImg = await sharp({ + create: { + width: TARGET_SIZE, + height: TARGET_SIZE, + channels: 3, + background: {r: 255, g: 255, b: 255}, + }, + }) + .composite([{input: tinyIcon, left: tinyOffset, top: tinyOffset}]) + .png() + .toBuffer(); + images.push({buffer: tinyImg, weight: 1}); + + // Inverted colors (white icon on black background) + const invertedIcon = await sharp(iconBuffer) + .resize(200, 200) + .negate({alpha: false}) + .png() + .toBuffer(); + const invertedOffset = Math.floor((TARGET_SIZE - 200) / 2); + const invertedImg = await sharp({ + create: { + width: TARGET_SIZE, + height: TARGET_SIZE, + channels: 3, + background: {r: 0, g: 0, b: 0}, + }, + }) + .composite([{input: invertedIcon, left: invertedOffset, top: invertedOffset}]) + .png() + .toBuffer(); + images.push({buffer: invertedImg, weight: 1}); + + // Gray background + const grayIcon = await sharp(iconBuffer).resize(200, 200).png().toBuffer(); + const grayOffset = Math.floor((TARGET_SIZE - 200) / 2); + const grayImg = await sharp({ + create: { + width: TARGET_SIZE, + height: TARGET_SIZE, + channels: 3, + background: {r: 200, g: 200, b: 200}, + }, + }) + .composite([{input: grayIcon, left: grayOffset, top: grayOffset}]) + .png() + .toBuffer(); + images.push({buffer: grayImg, weight: 1}); + + // Off-center icon — helps match imprecisely cropped uploads + const offsetIcon = await sharp(iconBuffer).resize(160, 160).png().toBuffer(); + const offsetImg = await sharp({ + create: { + width: TARGET_SIZE, + height: TARGET_SIZE, + channels: 3, + background: {r: 255, g: 255, b: 255}, + }, + }) + .composite([{input: offsetIcon, left: 10, top: 50}]) + .png() + .toBuffer(); + images.push({buffer: offsetImg, weight: 1}); + + return images; +} + +export async function computeEmbeddings() { + if (!fs.existsSync(RENDERED_ICONS_DIR) || fs.readdirSync(RENDERED_ICONS_DIR).length === 0) { + console.error(`No rendered icons found in ${RENDERED_ICONS_DIR}`); + console.error('Run render-svgs.ts first.'); + process.exit(1); + } + + const metadata = JSON.parse(fs.readFileSync(ICONS_LIBRARY_METADATA_PATH, 'utf-8')); + const icons: IconMeta[] = metadata.icons; + const total = icons.length; + + console.log(`Loading CLIP model ${MODEL_ID}...`); + const [processor, visionModel] = await Promise.all([ + AutoProcessor.from_pretrained(MODEL_ID), + CLIPVisionModelWithProjection.from_pretrained(MODEL_ID), + ]); + console.log('Model loaded.'); + console.log('Using multi-augmentation embeddings (7 weighted variants per icon).'); + + const iconIndex: IconEntry[] = []; + const allEmbeddings: number[][] = []; + let skipped = 0; + + for (let i = 0; i < total; i++) { + const icon = icons[i]; + const pngPath = `${RENDERED_ICONS_DIR}/${icon.svgName}.png`; + + if (!fs.existsSync(pngPath)) { + skipped++; + continue; + } + + const augImages = await createAugmentedImages(pngPath); + const embeddings: {data: Float32Array; weight: number}[] = []; + + for (const aug of augImages) { + const imgBytes = new Uint8Array(aug.buffer); + const image = await RawImage.fromBlob(new Blob([imgBytes])); + const imageInputs = await processor(image); + + // eslint-disable-next-line camelcase + const {image_embeds: imageEmbeds} = await visionModel(imageInputs); + embeddings.push({data: imageEmbeds.data as Float32Array, weight: aug.weight}); + } + + // Weighted average of the embeddings + const dim = embeddings[0].data.length; + const averaged = new Float32Array(dim); + let totalWeight = 0; + for (const emb of embeddings) { + for (let j = 0; j < dim; j++) { + averaged[j] += emb.data[j] * emb.weight; + } + totalWeight += emb.weight; + } + for (let j = 0; j < dim; j++) { + averaged[j] /= totalWeight; + } + + // Normalize + let norm = 0; + for (let j = 0; j < dim; j++) { + norm += averaged[j] * averaged[j]; + } + norm = Math.sqrt(norm); + + const normalized: number[] = new Array(dim); + for (let j = 0; j < dim; j++) { + normalized[j] = averaged[j] / norm; + } + + allEmbeddings.push(normalized); + iconIndex.push({ + name: icon.name, + componentName: icon.componentName, + style: icon.style, + }); + + if ((i + 1) % 100 === 0 || i + 1 === total) { + console.log(` [${i + 1}/${total}] processed`); + } + } + + const embDim = allEmbeddings[0].length; + const flat: number[] = []; + for (const emb of allEmbeddings) { + for (const v of emb) { + flat.push(Math.round(v * 1e6) / 1e6); + } + } + + const output = {dim: embDim, icons: iconIndex, embeddings: flat}; + fs.writeFileSync(EMBEDDINGS_JSON_PATH, JSON.stringify(output)); + + const sizeMb = (Buffer.byteLength(JSON.stringify(output)) / (1024 * 1024)).toFixed(1); + console.log(`\nDone: ${iconIndex.length} embeddings computed, ${skipped} skipped.`); + console.log(`Dimensions: ${embDim}`); + console.log(`File size: ${sizeMb} MB`); + console.log(`Saved to: ${EMBEDDINGS_JSON_PATH}`); +} diff --git a/scripts/icon-search/constants.ts b/scripts/icon-search/constants.ts new file mode 100644 index 000000000000..2012ef4a76d0 --- /dev/null +++ b/scripts/icon-search/constants.ts @@ -0,0 +1,15 @@ +import path from 'path'; + +export const REPO_ROOT = path.resolve(__dirname, '..', '..'); +export const ICONS_LIBRARY_DIR = path.join(REPO_ROOT, 'node_modules', '@gravity-ui', 'icons'); +export const ICONS_LIBRARY_METADATA_PATH = path.join(ICONS_LIBRARY_DIR, 'metadata.json'); + +export const DATA_DIR = path.join(__dirname, 'data'); +export const RENDERED_ICONS_DIR = path.join(DATA_DIR, 'rendered_icons'); +export const ICONS_VERSION_PATH = path.join(DATA_DIR, 'icons_version.txt'); +export const EMBEDDINGS_JSON_PATH = path.join( + REPO_ROOT, + 'public', + 'static', + 'icons-embeddings.json', +); diff --git a/scripts/icon-search/data/.gitkeep b/scripts/icon-search/data/.gitkeep new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/scripts/icon-search/data/icons_version.txt b/scripts/icon-search/data/icons_version.txt new file mode 100644 index 000000000000..6618ab5451bf --- /dev/null +++ b/scripts/icon-search/data/icons_version.txt @@ -0,0 +1 @@ +2.17.0 \ No newline at end of file diff --git a/scripts/icon-search/evaluate.ts b/scripts/icon-search/evaluate.ts new file mode 100644 index 000000000000..169b7681f3b0 --- /dev/null +++ b/scripts/icon-search/evaluate.ts @@ -0,0 +1,680 @@ +/* eslint-disable no-console */ +/** + * Evaluate icon search quality using self-retrieval, augmented retrieval, + * and semantic group retrieval tests. + * + * Usage: + * npx tsx scripts/icon-search/evaluate.ts + */ + +import fs from 'fs'; +import path from 'path'; + +import {AutoProcessor, CLIPVisionModelWithProjection, RawImage} from '@huggingface/transformers'; +import sharp from 'sharp'; + +import {EMBEDDINGS_JSON_PATH, ICONS_LIBRARY_DIR, ICONS_LIBRARY_METADATA_PATH} from './constants'; + +const MODEL_ID = 'Xenova/clip-vit-base-patch16'; + +// ── Test configuration ─────────────────────────────────────────────────────── + +const TEST_ICONS = [ + // UI basics + 'heart', + 'star', + 'gear', + 'bell', + 'lock', + 'eye', + 'cloud', + 'trash-bin', + 'magnifier', + 'folder', + 'envelope', + 'globe', + 'calendar', + 'camera', + 'shield', + 'flag', + 'key', + 'moon', + 'play', + 'person', + // Navigation + 'house', + 'compass', + 'map-pin', + 'bookmark', + 'link', + // Actions + 'pencil', + 'copy', + 'scissors', + 'plus', + 'xmark', + 'check', + // Media + 'microphone', + 'volume', + 'headphones', + 'music-note', + // Data / Tech + 'database', + 'server', + 'code', + 'terminal', + 'bug', + 'chart-column', + // Communication + 'comment', + 'at', + // Files + 'file', + 'file-text', + 'paperclip', + 'archive', + // User-reported issues + 'binoculars', + // Misc + 'tag', + 'clock', + 'ban', + 'circle-info', + 'triangle-exclamation', + 'gift', + 'thumbs-up', + 'palette', + 'rocket', + 'wrench', +]; + +const SEMANTIC_GROUPS: {query: string; expected: string[]}[] = [ + {query: 'heart', expected: ['heart-fill', 'heart-crack']}, + {query: 'arrow-left', expected: ['arrow-right', 'arrow-up', 'arrow-down']}, + {query: 'lock', expected: ['lock-open', 'lock-fill']}, + {query: 'bell', expected: ['bell-fill', 'bell-slash']}, + {query: 'circle-check', expected: ['circle-check-fill']}, + {query: 'star', expected: ['star-fill']}, + {query: 'eye', expected: ['eye-slash']}, + {query: 'cloud', expected: ['cloud-check', 'cloud-gear', 'cloud-slash']}, + {query: 'folder', expected: ['folder-fill', 'folder-open']}, + {query: 'file', expected: ['file-text']}, + {query: 'person', expected: ['person-plus']}, + {query: 'gear', expected: ['gear-dot', 'gear-play']}, + {query: 'pencil', expected: ['pencil-to-line', 'pencil-to-square']}, + {query: 'comment', expected: ['comment-fill', 'comment-dot', 'comment-plus']}, +]; + +type Augmentation = { + name: string; + render: (svgBuffer: Buffer) => Promise; +}; + +const TARGET_SIZE = 224; + +const AUGMENTATIONS: Augmentation[] = [ + { + name: 'small-80px', + render: async (svgBuffer: Buffer) => { + const iconPng = await sharp(svgBuffer).resize(80, 80).png().toBuffer(); + const offset = Math.floor((TARGET_SIZE - 80) / 2); + return sharp({ + create: { + width: TARGET_SIZE, + height: TARGET_SIZE, + channels: 3, + background: {r: 255, g: 255, b: 255}, + }, + }) + .composite([{input: iconPng, left: offset, top: offset}]) + .png() + .toBuffer(); + }, + }, + { + name: 'large-200px', + render: async (svgBuffer: Buffer) => { + const iconPng = await sharp(svgBuffer).resize(200, 200).png().toBuffer(); + const offset = Math.floor((TARGET_SIZE - 200) / 2); + return sharp({ + create: { + width: TARGET_SIZE, + height: TARGET_SIZE, + channels: 3, + background: {r: 255, g: 255, b: 255}, + }, + }) + .composite([{input: iconPng, left: offset, top: offset}]) + .png() + .toBuffer(); + }, + }, + { + name: 'inverted', + render: async (svgBuffer: Buffer) => { + const iconPng = await sharp(svgBuffer) + .resize(160, 160) + .negate({alpha: false}) + .png() + .toBuffer(); + const offset = Math.floor((TARGET_SIZE - 160) / 2); + return sharp({ + create: { + width: TARGET_SIZE, + height: TARGET_SIZE, + channels: 3, + background: {r: 0, g: 0, b: 0}, + }, + }) + .composite([{input: iconPng, left: offset, top: offset}]) + .png() + .toBuffer(); + }, + }, + { + name: 'offset', + render: async (svgBuffer: Buffer) => { + const iconPng = await sharp(svgBuffer).resize(160, 160).png().toBuffer(); + return sharp({ + create: { + width: TARGET_SIZE, + height: TARGET_SIZE, + channels: 3, + background: {r: 255, g: 255, b: 255}, + }, + }) + .composite([{input: iconPng, left: 10, top: 50}]) + .png() + .toBuffer(); + }, + }, + { + name: 'inverted+norm', + render: async (svgBuffer: Buffer) => { + const iconPng = await sharp(svgBuffer) + .resize(160, 160) + .negate({alpha: false}) + .png() + .toBuffer(); + const offset = Math.floor((TARGET_SIZE - 160) / 2); + const inverted = await sharp({ + create: { + width: TARGET_SIZE, + height: TARGET_SIZE, + channels: 3, + background: {r: 0, g: 0, b: 0}, + }, + }) + .composite([{input: iconPng, left: offset, top: offset}]) + .png() + .toBuffer(); + return normalizeQueryImage(inverted); + }, + }, + { + name: 'gray-bg', + render: async (svgBuffer: Buffer) => { + const iconPng = await sharp(svgBuffer).resize(160, 160).png().toBuffer(); + const offset = Math.floor((TARGET_SIZE - 160) / 2); + return sharp({ + create: { + width: TARGET_SIZE, + height: TARGET_SIZE, + channels: 3, + background: {r: 200, g: 200, b: 200}, + }, + }) + .composite([{input: iconPng, left: offset, top: offset}]) + .png() + .toBuffer(); + }, + }, +]; + +// ── Query normalization (same as in icon-search-model.ts) ──────────────────── + +const QUERY_TARGET_SIZE = 224; +const QUERY_ICON_SIZE = 200; + +async function normalizeQueryImage(imageBuffer: Buffer): Promise { + const grayscale = sharp(imageBuffer) + .flatten({background: {r: 255, g: 255, b: 255}}) + .grayscale(); + const {data, info} = await grayscale.raw().toBuffer({resolveWithObject: true}); + + let sum = 0; + for (let i = 0; i < data.length; i++) { + sum += data[i]; + } + const meanBrightness = sum / data.length; + + let pipeline = sharp(data, {raw: {width: info.width, height: info.height, channels: 1}}); + if (meanBrightness < 128) { + pipeline = pipeline.negate({alpha: false}); + } + + pipeline = pipeline.threshold(192); + + const trimmed = await pipeline.trim().png().toBuffer(); + const trimmedMeta = await sharp(trimmed).metadata(); + const trimmedW = trimmedMeta.width || QUERY_ICON_SIZE; + const trimmedH = trimmedMeta.height || QUERY_ICON_SIZE; + + const scale = Math.min(QUERY_ICON_SIZE / trimmedW, QUERY_ICON_SIZE / trimmedH); + const newW = Math.round(trimmedW * scale); + const newH = Math.round(trimmedH * scale); + + const resized = await sharp(trimmed).resize(newW, newH).png().toBuffer(); + const left = Math.floor((QUERY_TARGET_SIZE - newW) / 2); + const top = Math.floor((QUERY_TARGET_SIZE - newH) / 2); + + return sharp({ + create: { + width: QUERY_TARGET_SIZE, + height: QUERY_TARGET_SIZE, + channels: 3, + background: {r: 255, g: 255, b: 255}, + }, + }) + .composite([{input: resized, left, top}]) + .png() + .toBuffer(); +} + +// ── Helpers ────────────────────────────────────────────────────────────────── + +type EmbeddingsData = { + dim: number; + icons: {name: string; componentName: string; style: string}[]; + embeddings: number[]; +}; + +function loadEmbeddings() { + const data: EmbeddingsData = JSON.parse(fs.readFileSync(EMBEDDINGS_JSON_PATH, 'utf-8')); + const emb = new Float32Array(data.embeddings); + return {dim: data.dim, icons: data.icons, embeddings: emb}; +} + +function cosineSimilarityRank( + queryEmb: Float32Array, + storedEmb: Float32Array, + dim: number, + numIcons: number, +): {index: number; score: number}[] { + let queryNorm = 0; + for (let j = 0; j < dim; j++) { + queryNorm += queryEmb[j] * queryEmb[j]; + } + queryNorm = Math.sqrt(queryNorm); + + const scores: {index: number; score: number}[] = new Array(numIcons); + for (let i = 0; i < numIcons; i++) { + let dot = 0; + const offset = i * dim; + for (let j = 0; j < dim; j++) { + dot += queryEmb[j] * storedEmb[offset + j]; + } + scores[i] = {index: i, score: dot / queryNorm}; + } + + scores.sort((a, b) => b.score - a.score); + return scores; +} + +async function embedImage( + imgBuffer: Buffer, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + processor: any, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + visionModel: any, +): Promise { + const imgBytes = new Uint8Array(imgBuffer); + const image = await RawImage.fromBlob(new Blob([imgBytes])); + const imageInputs = await processor(image); + // eslint-disable-next-line camelcase + const {image_embeds: imageEmbeds} = await visionModel(imageInputs); + return imageEmbeds.data as Float32Array; +} + +type IconMeta = { + name: string; + svgName: string; + componentName: string; + style: string; +}; + +function findSvgName(svgName: string, metadata: {icons: IconMeta[]}): string | null { + const icon = metadata.icons.find((i) => i.svgName === svgName); + return icon ? icon.svgName : null; +} + +function findIconIndexBySvgName( + svgName: string, + metadata: {icons: IconMeta[]}, + iconIndex: {name: string; componentName: string; style: string}[], +): number { + const meta = metadata.icons.find((i) => i.svgName === svgName); + if (!meta) return -1; + return iconIndex.findIndex( + (i) => + i.name === meta.name && + i.componentName === meta.componentName && + i.style === meta.style, + ); +} + +// ── Test runners ───────────────────────────────────────────────────────────── + +async function runSelfRetrievalTest( + iconIndex: {name: string; componentName: string; style: string}[], + embeddings: Float32Array, + dim: number, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + processor: any, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + visionModel: any, + metadata: {icons: IconMeta[]}, +) { + console.log('═══ Self-Retrieval Test ═══'); + console.log("Query with icon's own rendered PNG → expect rank #1\n"); + + let top1 = 0; + let top3 = 0; + let top5 = 0; + let mrrSum = 0; + let count = 0; + + for (const svgName of TEST_ICONS) { + const resolved = findSvgName(svgName, metadata); + if (!resolved) { + console.log(` SKIP: ${svgName} not found in metadata`); + continue; + } + + const svgPath = path.join(ICONS_LIBRARY_DIR, 'svgs', `${resolved}.svg`); + if (!fs.existsSync(svgPath)) { + console.log(` SKIP: ${resolved}.svg not found`); + continue; + } + + const targetIdx = findIconIndexBySvgName(svgName, metadata, iconIndex); + if (targetIdx === -1) { + console.log(` SKIP: ${svgName} not in embeddings index`); + continue; + } + + const svgBuffer = fs.readFileSync(svgPath); + const iconPng = await sharp(svgBuffer).resize(160, 160).png().toBuffer(); + const offset = Math.floor((TARGET_SIZE - 160) / 2); + const queryPng = await sharp({ + create: { + width: TARGET_SIZE, + height: TARGET_SIZE, + channels: 3, + background: {r: 255, g: 255, b: 255}, + }, + }) + .composite([{input: iconPng, left: offset, top: offset}]) + .png() + .toBuffer(); + + const queryEmb = await embedImage(queryPng, processor, visionModel); + const ranked = cosineSimilarityRank(queryEmb, embeddings, dim, iconIndex.length); + const rank = ranked.findIndex((r) => r.index === targetIdx) + 1; + + const status = rank === 1 ? '✓' : `✗ rank=${rank}`; + console.log(` ${svgName}: ${status} (score=${ranked[rank - 1].score.toFixed(4)})`); + + mrrSum += 1 / rank; + if (rank <= 1) top1++; + if (rank <= 3) top3++; + if (rank <= 5) top5++; + count++; + } + + console.log(`\n Results (n=${count}):`); + console.log(` MRR: ${(mrrSum / count).toFixed(4)}`); + console.log(` Top-1: ${top1}/${count} (${((top1 / count) * 100).toFixed(1)}%)`); + console.log(` Top-3: ${top3}/${count} (${((top3 / count) * 100).toFixed(1)}%)`); + console.log(` Top-5: ${top5}/${count} (${((top5 / count) * 100).toFixed(1)}%)`); + + return {top1, top3, top5, mrrSum, count}; +} + +async function runAugmentedRetrievalTest( + iconIndex: {name: string; componentName: string; style: string}[], + embeddings: Float32Array, + dim: number, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + processor: any, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + visionModel: any, + metadata: {icons: IconMeta[]}, +) { + console.log('\n═══ Augmented Retrieval Test ═══'); + console.log('Query with transformed icon → expect correct icon in top-5\n'); + + const augResults: { + name: string; + top1: number; + top3: number; + top5: number; + mrrSum: number; + count: number; + }[] = []; + + for (const aug of AUGMENTATIONS) { + let augTop1 = 0; + let augTop3 = 0; + let augTop5 = 0; + let augMrrSum = 0; + let augCount = 0; + + console.log(` --- ${aug.name} ---`); + + for (const svgName of TEST_ICONS) { + const resolved = findSvgName(svgName, metadata); + if (!resolved) continue; + + const svgPath = path.join(ICONS_LIBRARY_DIR, 'svgs', `${resolved}.svg`); + if (!fs.existsSync(svgPath)) continue; + + const targetIdx = findIconIndexBySvgName(svgName, metadata, iconIndex); + if (targetIdx === -1) continue; + + const svgBuffer = fs.readFileSync(svgPath); + const queryPng = await aug.render(svgBuffer); + const queryEmb = await embedImage(queryPng, processor, visionModel); + const ranked = cosineSimilarityRank(queryEmb, embeddings, dim, iconIndex.length); + const rank = ranked.findIndex((r) => r.index === targetIdx) + 1; + + const status = rank <= 5 ? '✓' : `✗ rank=${rank}`; + console.log(` ${svgName}: rank=${rank} ${status}`); + + augMrrSum += 1 / rank; + if (rank <= 1) augTop1++; + if (rank <= 3) augTop3++; + if (rank <= 5) augTop5++; + augCount++; + } + + augResults.push({ + name: aug.name, + top1: augTop1, + top3: augTop3, + top5: augTop5, + mrrSum: augMrrSum, + count: augCount, + }); + } + + console.log('\n Augmented Retrieval Summary:'); + console.log(' ' + '─'.repeat(62)); + console.log( + ` ${'Augmentation'.padEnd(16)} ${'MRR'.padStart(8)}` + + ` ${'Top-1'.padStart(8)} ${'Top-3'.padStart(8)} ${'Top-5'.padStart(8)}`, + ); + console.log(' ' + '─'.repeat(62)); + for (const r of augResults) { + const mrr = (r.mrrSum / r.count).toFixed(4); + const t1 = `${r.top1}/${r.count}`; + const t3 = `${r.top3}/${r.count}`; + const t5 = `${r.top5}/${r.count}`; + console.log( + ` ${r.name.padEnd(16)} ${mrr.padStart(8)}` + + ` ${t1.padStart(8)} ${t3.padStart(8)} ${t5.padStart(8)}`, + ); + } + + const totalCount = augResults.reduce((s, r) => s + r.count, 0); + const totalMrr = augResults.reduce((s, r) => s + r.mrrSum, 0) / totalCount; + const totalTop1 = augResults.reduce((s, r) => s + r.top1, 0); + const totalTop5 = augResults.reduce((s, r) => s + r.top5, 0); + console.log(' ' + '─'.repeat(62)); + console.log( + ` ${'OVERALL'.padEnd(16)} ${totalMrr.toFixed(4).padStart(8)}` + + ` ${`${totalTop1}/${totalCount}`.padStart(8)}` + + ` ${''.padStart(8)} ${`${totalTop5}/${totalCount}`.padStart(8)}`, + ); + + return {totalMrr, totalTop1, totalTop5, totalCount}; +} + +async function runGroupRetrievalTest( + iconIndex: {name: string; componentName: string; style: string}[], + embeddings: Float32Array, + dim: number, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + processor: any, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + visionModel: any, + metadata: {icons: IconMeta[]}, +) { + console.log('\n═══ Semantic Group Retrieval Test ═══'); + console.log('Query with one icon → expect related icons in top-10\n'); + + let groupHits = 0; + let groupTotal = 0; + + for (const group of SEMANTIC_GROUPS) { + const resolved = findSvgName(group.query, metadata); + if (!resolved) { + console.log(` SKIP: ${group.query} not found`); + continue; + } + + const svgPath = path.join(ICONS_LIBRARY_DIR, 'svgs', `${resolved}.svg`); + if (!fs.existsSync(svgPath)) continue; + + const svgBuffer = fs.readFileSync(svgPath); + const iconPng = await sharp(svgBuffer).resize(160, 160).png().toBuffer(); + const offset = Math.floor((TARGET_SIZE - 160) / 2); + const queryPng = await sharp({ + create: { + width: TARGET_SIZE, + height: TARGET_SIZE, + channels: 3, + background: {r: 255, g: 255, b: 255}, + }, + }) + .composite([{input: iconPng, left: offset, top: offset}]) + .png() + .toBuffer(); + + const queryEmb = await embedImage(queryPng, processor, visionModel); + const ranked = cosineSimilarityRank(queryEmb, embeddings, dim, iconIndex.length); + const top10Indices = ranked.slice(0, 10).map((r) => r.index); + + console.log(` ${group.query} →`); + for (const expectedSvgName of group.expected) { + const idx = findIconIndexBySvgName(expectedSvgName, metadata, iconIndex); + if (idx === -1) { + console.log(` SKIP: ${expectedSvgName} not in index`); + continue; + } + const rank = ranked.findIndex((r) => r.index === idx) + 1; + const hit = top10Indices.includes(idx); + console.log(` ${expectedSvgName}: rank=${rank} ${hit ? '✓' : '✗'}`); + if (hit) groupHits++; + groupTotal++; + } + } + + console.log( + `\n Group Retrieval: ${groupHits}/${groupTotal} in top-10` + + ` (${((groupHits / groupTotal) * 100).toFixed(1)}%)`, + ); + + return {groupHits, groupTotal}; +} + +// ── Main ───────────────────────────────────────────────────────────────────── + +async function main() { + console.log('Loading embeddings...'); + const {dim, icons: iconIndex, embeddings} = loadEmbeddings(); + console.log(` ${iconIndex.length} icons, ${dim}D embeddings`); + + console.log(`Loading CLIP model ${MODEL_ID}...`); + const [processor, visionModel] = await Promise.all([ + AutoProcessor.from_pretrained(MODEL_ID), + CLIPVisionModelWithProjection.from_pretrained(MODEL_ID), + ]); + console.log('Model loaded.\n'); + + const metadata: {icons: IconMeta[]} = JSON.parse( + fs.readFileSync(ICONS_LIBRARY_METADATA_PATH, 'utf-8'), + ); + + const selfResult = await runSelfRetrievalTest( + iconIndex, + embeddings, + dim, + processor, + visionModel, + metadata, + ); + const augResult = await runAugmentedRetrievalTest( + iconIndex, + embeddings, + dim, + processor, + visionModel, + metadata, + ); + const groupResult = await runGroupRetrievalTest( + iconIndex, + embeddings, + dim, + processor, + visionModel, + metadata, + ); + + console.log('\n═══════════════════════════════════════════'); + console.log('SUMMARY'); + console.log('═══════════════════════════════════════════'); + console.log(` Self-retrieval MRR: ${(selfResult.mrrSum / selfResult.count).toFixed(4)}`); + console.log( + ` Self-retrieval Top-1: ${((selfResult.top1 / selfResult.count) * 100).toFixed(1)}%`, + ); + console.log(` Augmented MRR: ${augResult.totalMrr.toFixed(4)}`); + console.log( + ` Augmented Top-5: ${((augResult.totalTop5 / augResult.totalCount) * 100).toFixed( + 1, + )}%`, + ); + console.log( + ` Group top-10 recall: ${( + (groupResult.groupHits / groupResult.groupTotal) * + 100 + ).toFixed(1)}%`, + ); + console.log('═══════════════════════════════════════════\n'); +} + +main().catch((err) => { + console.error(err); + process.exit(1); +}); diff --git a/scripts/icon-search/examples/XmarkShapeFill.png b/scripts/icon-search/examples/XmarkShapeFill.png new file mode 100644 index 000000000000..d1d779ead07e Binary files /dev/null and b/scripts/icon-search/examples/XmarkShapeFill.png differ diff --git a/scripts/icon-search/examples/xmark.png b/scripts/icon-search/examples/xmark.png new file mode 100644 index 000000000000..a1894cf9bc9e Binary files /dev/null and b/scripts/icon-search/examples/xmark.png differ diff --git a/scripts/icon-search/render-svgs.ts b/scripts/icon-search/render-svgs.ts new file mode 100644 index 000000000000..44363256ddf5 --- /dev/null +++ b/scripts/icon-search/render-svgs.ts @@ -0,0 +1,77 @@ +/* eslint-disable no-console */ +/** + * Render all SVG icons from @gravity-ui/icons to 224×224 PNG files. + */ + +import fs from 'fs'; +import path from 'path'; + +import sharp from 'sharp'; + +import {ICONS_LIBRARY_DIR, ICONS_LIBRARY_METADATA_PATH, RENDERED_ICONS_DIR} from './constants'; + +const TARGET_SIZE = 224; +const ICON_SIZE = 200; + +type IconMeta = { + name: string; + svgName: string; + componentName: string; + style: string; +}; + +async function renderSvg(svgPath: string, outputPath: string): Promise { + const svgBuffer = fs.readFileSync(svgPath); + const iconPng = await sharp(svgBuffer).resize(ICON_SIZE, ICON_SIZE).png().toBuffer(); + const offset = Math.floor((TARGET_SIZE - ICON_SIZE) / 2); + + await sharp({ + create: { + width: TARGET_SIZE, + height: TARGET_SIZE, + channels: 3, + background: {r: 255, g: 255, b: 255}, + }, + }) + .composite([{input: iconPng, left: offset, top: offset}]) + .png() + .toFile(outputPath); +} + +export async function renderSvgs() { + if (!fs.existsSync(ICONS_LIBRARY_DIR)) { + console.error(`Icons library directory not found: ${ICONS_LIBRARY_DIR}`); + console.error('Make sure node_modules are installed (npm install).'); + process.exit(1); + } + + fs.mkdirSync(RENDERED_ICONS_DIR, {recursive: true}); + + const metadata = JSON.parse(fs.readFileSync(ICONS_LIBRARY_METADATA_PATH, 'utf-8')); + const icons: IconMeta[] = metadata.icons; + const total = icons.length; + let rendered = 0; + let skipped = 0; + + for (let i = 0; i < total; i++) { + const icon = icons[i]; + const svgPath = path.join(ICONS_LIBRARY_DIR, 'svgs', `${icon.svgName}.svg`); + + if (!fs.existsSync(svgPath)) { + console.log(` SKIP: ${icon.svgName}.svg not found`); + skipped++; + continue; + } + + const outputPath = path.join(RENDERED_ICONS_DIR, `${icon.svgName}.png`); + await renderSvg(svgPath, outputPath); + rendered++; + + if ((i + 1) % 100 === 0 || i + 1 === total) { + console.log(` [${i + 1}/${total}] rendered`); + } + } + + console.log(`\nDone: ${rendered} rendered, ${skipped} skipped.`); + console.log(`Output: ${RENDERED_ICONS_DIR}`); +} diff --git a/scripts/icon-search/run.ts b/scripts/icon-search/run.ts new file mode 100644 index 000000000000..2653419c6d63 --- /dev/null +++ b/scripts/icon-search/run.ts @@ -0,0 +1,50 @@ +/* eslint-disable no-console */ +import fs from 'fs'; +import path from 'path'; + +import {computeEmbeddings} from './compute-embeddings'; +import {ICONS_LIBRARY_DIR, ICONS_VERSION_PATH} from './constants'; +import {renderSvgs} from './render-svgs'; + +function getInstalledVersion(): string { + const pkg = JSON.parse(fs.readFileSync(path.join(ICONS_LIBRARY_DIR, 'package.json'), 'utf-8')); + return pkg.version; +} + +function getSavedVersion(): string | null { + try { + return fs.readFileSync(ICONS_VERSION_PATH, 'utf-8').trim(); + } catch { + return null; + } +} + +async function main() { + const installedVersion = getInstalledVersion(); + const savedVersion = getSavedVersion(); + + if (installedVersion === savedVersion) { + console.log(`Icons version ${installedVersion} unchanged, skipping.`); + return; + } + + console.log( + savedVersion + ? `Icons version changed: ${savedVersion} -> ${installedVersion}` + : `First run, icons version: ${installedVersion}`, + ); + + console.log('\n[1/2] Rendering SVGs...\n'); + await renderSvgs(); + + console.log('\n[2/2] Computing embeddings...\n'); + await computeEmbeddings(); + + fs.writeFileSync(ICONS_VERSION_PATH, installedVersion); + console.log('\nDone!'); +} + +main().catch((err) => { + console.error(err); + process.exit(1); +}); diff --git a/scripts/icon-search/test-examples.ts b/scripts/icon-search/test-examples.ts new file mode 100644 index 000000000000..b2f6917fa5d4 --- /dev/null +++ b/scripts/icon-search/test-examples.ts @@ -0,0 +1,134 @@ +/* eslint-disable no-console */ +/** + * Test example user-uploaded images through the search pipeline. + * Usage: npx tsx scripts/icon-search/test-examples.ts + */ +import fs from 'fs'; +import path from 'path'; + +import {AutoProcessor, CLIPVisionModelWithProjection, RawImage} from '@huggingface/transformers'; +import sharp from 'sharp'; + +import {EMBEDDINGS_JSON_PATH} from './constants'; + +const MODEL_ID = 'Xenova/clip-vit-base-patch16'; +const EXAMPLES_DIR = path.join(__dirname, 'examples'); + +const QUERY_TARGET_SIZE = 224; +const QUERY_ICON_SIZE = 200; + +async function normalizeQueryImage(imageBuffer: Buffer): Promise { + const grayscale = sharp(imageBuffer) + .flatten({background: {r: 255, g: 255, b: 255}}) + .grayscale(); + const {data, info} = await grayscale.raw().toBuffer({resolveWithObject: true}); + + let sum = 0; + for (let i = 0; i < data.length; i++) { + sum += data[i]; + } + const meanBrightness = sum / data.length; + console.log( + ` mean brightness: ${meanBrightness.toFixed(1)}, will ${meanBrightness < 128 ? 'INVERT' : 'keep'}`, + ); + + let pipeline = sharp(data, {raw: {width: info.width, height: info.height, channels: 1}}); + if (meanBrightness < 128) { + pipeline = pipeline.negate({alpha: false}); + } + + pipeline = pipeline.threshold(192); + + const trimmed = await pipeline.trim().png().toBuffer(); + const trimmedMeta = await sharp(trimmed).metadata(); + const trimmedW = trimmedMeta.width || QUERY_ICON_SIZE; + const trimmedH = trimmedMeta.height || QUERY_ICON_SIZE; + console.log(` after trim: ${trimmedW}x${trimmedH}`); + + const scale = Math.min(QUERY_ICON_SIZE / trimmedW, QUERY_ICON_SIZE / trimmedH); + const newW = Math.round(trimmedW * scale); + const newH = Math.round(trimmedH * scale); + + const resized = await sharp(trimmed).resize(newW, newH).png().toBuffer(); + const left = Math.floor((QUERY_TARGET_SIZE - newW) / 2); + const top = Math.floor((QUERY_TARGET_SIZE - newH) / 2); + + return sharp({ + create: { + width: QUERY_TARGET_SIZE, + height: QUERY_TARGET_SIZE, + channels: 3, + background: {r: 255, g: 255, b: 255}, + }, + }) + .composite([{input: resized, left, top}]) + .png() + .toBuffer(); +} + +async function main() { + const data = JSON.parse(fs.readFileSync(EMBEDDINGS_JSON_PATH, 'utf-8')); + const embeddings = new Float32Array(data.embeddings); + const dim = data.dim; + const icons = data.icons; + + console.log('Loading model...'); + const [processor, visionModel] = await Promise.all([ + AutoProcessor.from_pretrained(MODEL_ID), + CLIPVisionModelWithProjection.from_pretrained(MODEL_ID), + ]); + + const files = fs.readdirSync(EXAMPLES_DIR).filter((f) => f.endsWith('.png')); + + for (const file of files) { + console.log(`\n=== ${file} ===`); + const imgBuffer = fs.readFileSync(path.join(EXAMPLES_DIR, file)); + + const meta = await sharp(imgBuffer).metadata(); + console.log(` size: ${meta.width}x${meta.height}, channels: ${meta.channels}`); + + for (const mode of ['raw', 'normalized'] as const) { + let queryBuffer: Buffer; + if (mode === 'normalized') { + queryBuffer = await normalizeQueryImage(imgBuffer); + } else { + queryBuffer = imgBuffer; + } + + const imgBytes = new Uint8Array(queryBuffer); + const image = await RawImage.fromBlob(new Blob([imgBytes])); + const imageInputs = await processor(image); + // eslint-disable-next-line camelcase + const {image_embeds: imageEmbeds} = await visionModel(imageInputs); + const queryData = imageEmbeds.data as Float32Array; + + let queryNorm = 0; + for (let j = 0; j < dim; j++) { + queryNorm += queryData[j] * queryData[j]; + } + queryNorm = Math.sqrt(queryNorm); + + const scores: {index: number; score: number}[] = []; + for (let i = 0; i < icons.length; i++) { + let dot = 0; + const offset = i * dim; + for (let j = 0; j < dim; j++) { + dot += queryData[j] * embeddings[offset + j]; + } + scores.push({index: i, score: dot / queryNorm}); + } + scores.sort((a, b) => b.score - a.score); + + console.log(` [${mode}] top-10:`); + for (let i = 0; i < 10; i++) { + const s = scores[i]; + const icon = icons[s.index]; + console.log( + ` ${i + 1}. ${icon.name} (${icon.componentName}, ${icon.style}) score=${s.score.toFixed(4)}`, + ); + } + } + } +} + +main().catch(console.error); diff --git a/src/api/icon-search-model.ts b/src/api/icon-search-model.ts new file mode 100644 index 000000000000..ffdbf7818de8 --- /dev/null +++ b/src/api/icon-search-model.ts @@ -0,0 +1,162 @@ +import fs from 'fs'; +import path from 'path'; + +import {AutoProcessor, CLIPVisionModelWithProjection, RawImage} from '@huggingface/transformers'; +import sharp from 'sharp'; + +type IconEntry = { + name: string; + componentName: string; + style: string; +}; + +type SearchResult = IconEntry & { + score: number; +}; + +type EmbeddingsData = { + dim: number; + icons: IconEntry[]; + embeddings: number[]; +}; + +// eslint-disable-next-line @typescript-eslint/no-explicit-any +let processor: any = null; +// eslint-disable-next-line @typescript-eslint/no-explicit-any +let visionModel: any = null; +let embeddings: Float32Array | null = null; +let embeddingsDim = 0; +let iconIndex: IconEntry[] | null = null; +let initPromise: Promise | null = null; + +const EMBEDDINGS_PATH = path.join(process.cwd(), 'public', 'static', 'icons-embeddings.json'); +const MODEL_ID = 'Xenova/clip-vit-base-patch16'; + +async function init() { + [processor, visionModel] = await Promise.all([ + AutoProcessor.from_pretrained(MODEL_ID), + CLIPVisionModelWithProjection.from_pretrained(MODEL_ID), + ]); + + const data: EmbeddingsData = JSON.parse(fs.readFileSync(EMBEDDINGS_PATH, 'utf-8')); + embeddings = new Float32Array(data.embeddings); + embeddingsDim = data.dim; + iconIndex = data.icons; +} + +function ensureLoaded(): Promise { + if (!initPromise) { + initPromise = init(); + } + return initPromise; +} + +const QUERY_TARGET_SIZE = 224; +const QUERY_ICON_SIZE = 200; + +/** + * Normalize a query image for consistent CLIP matching: + * 1. Flatten alpha onto white background, convert to grayscale + * 2. Auto-invert if dark background (white-on-dark → black-on-white) + * 3. Apply binary threshold to get crisp black icon on white + * 4. Trim whitespace, resize icon to fill ~200px, center on 224×224 white canvas + */ +async function normalizeQueryImage(imageBuffer: Buffer): Promise { + const grayscale = sharp(imageBuffer) + .flatten({background: {r: 255, g: 255, b: 255}}) + .grayscale(); + const {data, info} = await grayscale.raw().toBuffer({resolveWithObject: true}); + + // Check mean brightness to decide if we need to invert + let sum = 0; + for (let i = 0; i < data.length; i++) { + sum += data[i]; + } + const meanBrightness = sum / data.length; + + let pipeline = sharp(data, {raw: {width: info.width, height: info.height, channels: 1}}); + if (meanBrightness < 128) { + pipeline = pipeline.negate({alpha: false}); + } + + // Binary threshold: pixels < 192 become black (0), rest become white (255). + // This removes anti-aliasing artifacts and gray noise, producing a crisp icon. + pipeline = pipeline.threshold(192); + + // Trim empty space around the icon + const trimmed = await pipeline.trim().png().toBuffer(); + + const trimmedMeta = await sharp(trimmed).metadata(); + const trimmedW = trimmedMeta.width || QUERY_ICON_SIZE; + const trimmedH = trimmedMeta.height || QUERY_ICON_SIZE; + + // Resize to fit within QUERY_ICON_SIZE, preserving aspect ratio + const scale = Math.min(QUERY_ICON_SIZE / trimmedW, QUERY_ICON_SIZE / trimmedH); + const newW = Math.round(trimmedW * scale); + const newH = Math.round(trimmedH * scale); + + const resized = await sharp(trimmed).resize(newW, newH).png().toBuffer(); + + const left = Math.floor((QUERY_TARGET_SIZE - newW) / 2); + const top = Math.floor((QUERY_TARGET_SIZE - newH) / 2); + + return sharp({ + create: { + width: QUERY_TARGET_SIZE, + height: QUERY_TARGET_SIZE, + channels: 3, + background: {r: 255, g: 255, b: 255}, + }, + }) + .composite([{input: resized, left, top}]) + .png() + .toBuffer(); +} + +export async function search(imageBase64: string, topK = 12): Promise { + await ensureLoaded(); + + if (!processor || !visionModel || !embeddings || !iconIndex) { + throw new Error('Model not loaded'); + } + + const rawBuffer = Buffer.from(imageBase64, 'base64'); + const normalizedBuffer = await normalizeQueryImage(rawBuffer); + + const imageBytes = new Uint8Array(normalizedBuffer); + const image = await RawImage.fromBlob(new Blob([imageBytes])); + + const imageInputs = await processor(image); + // eslint-disable-next-line camelcase + const {image_embeds: imageEmbeds} = await visionModel(imageInputs); + + const queryData = imageEmbeds.data as Float32Array; + + // Normalize query embedding + let queryNorm = 0; + for (let j = 0; j < embeddingsDim; j++) { + queryNorm += queryData[j] * queryData[j]; + } + queryNorm = Math.sqrt(queryNorm); + + // Compute cosine similarity (stored embeddings are already normalized) + const numIcons = iconIndex.length; + const scores: {index: number; score: number}[] = new Array(numIcons); + + for (let i = 0; i < numIcons; i++) { + let dot = 0; + const offset = i * embeddingsDim; + for (let j = 0; j < embeddingsDim; j++) { + dot += queryData[j] * embeddings[offset + j]; + } + scores[i] = {index: i, score: dot / queryNorm}; + } + + scores.sort((a, b) => b.score - a.score); + + const icons = iconIndex; + return scores.slice(0, topK).map(({index, score}) => ({ + ...icons[index], + score: Math.round(score * 10000) / 10000, + })); +} diff --git a/src/components/Icons/Icons.scss b/src/components/Icons/Icons.scss index 0fd5575c0367..33c4846e73fc 100644 --- a/src/components/Icons/Icons.scss +++ b/src/components/Icons/Icons.scss @@ -58,6 +58,16 @@ $block: '.#{variables.$ns}icons'; } } + &__search-row { + display: flex; + align-items: center; + gap: 8px; + } + + &__search-input { + flex: 1; + } + &__search-icon { padding: 0 12px; color: rgba(255, 255, 255, 0.5); diff --git a/src/components/Icons/Icons.tsx b/src/components/Icons/Icons.tsx index 7d40f642cec9..2bc16575d937 100644 --- a/src/components/Icons/Icons.tsx +++ b/src/components/Icons/Icons.tsx @@ -11,6 +11,7 @@ import {IconCollection} from './IconCollection'; import {IconDialog} from './IconDialog/IconDialog'; import './Icons.scss'; import {IconsNotFound} from './IconsNotFound'; +import {ImageSearch} from './ImageSearch'; import {allIcons} from './constants'; import type {IconItem} from './types'; @@ -27,6 +28,7 @@ export const Icons: React.FC = ({currentIcon, onChangeCurrentIcon}) const isMobile = useIsMobile(); const [filterString, setFilterString] = React.useState(''); + const [imageSearchResults, setImageSearchResults] = React.useState(null); const [isOpenIconDialog, setIsOpenIconDialog] = React.useState(false); const [iconForDialog, setIconForDialog] = React.useState(); @@ -82,7 +84,26 @@ export const Icons: React.FC = ({currentIcon, onChangeCurrentIcon}) }, 100); }, []); + const handleImageSearchResults = React.useCallback((componentNames: string[]) => { + setImageSearchResults(componentNames); + setFilterString(''); + }, []); + + const handleImageSearchClear = React.useCallback(() => { + setImageSearchResults(null); + }, []); + const icons = React.useMemo(() => { + if (imageSearchResults) { + const resultSet = new Set(imageSearchResults); + const matched = allIcons.filter(({name}) => resultSet.has(name)); + // preserve the ranking order from the search results + matched.sort( + (a, b) => imageSearchResults.indexOf(a.name) - imageSearchResults.indexOf(b.name), + ); + return matched; + } + if (!filterString) { return allIcons; } @@ -97,7 +118,7 @@ export const Icons: React.FC = ({currentIcon, onChangeCurrentIcon}) keyword.toLowerCase().includes(searchLower), ), ); - }, [filterString]); + }, [filterString, imageSearchResults]); return ( @@ -121,12 +142,17 @@ export const Icons: React.FC = ({currentIcon, onChangeCurrentIcon}) - + { + setFilterString(value); + if (value) { + setImageSearchResults(null); + } + }} size="xl" placeholder={t('icons:filterPlaceholder')} startContent={ @@ -137,6 +163,11 @@ export const Icons: React.FC = ({currentIcon, onChangeCurrentIcon}) autoFocus={!isMobile} hasClear /> + diff --git a/src/components/Icons/ImageSearch/ImageSearch.scss b/src/components/Icons/ImageSearch/ImageSearch.scss new file mode 100644 index 000000000000..e78c582decd5 --- /dev/null +++ b/src/components/Icons/ImageSearch/ImageSearch.scss @@ -0,0 +1,65 @@ +@use '../../../variables.scss'; + +$block: '.#{variables.$ns}image-search'; + +#{$block} { + display: flex; + align-items: center; + + &__file-input { + display: none; + } + + &__upload-button { + color: rgba(255, 255, 255, 0.5); + + &:hover { + color: rgba(255, 255, 255, 0.8); + } + } + + &__preview { + display: flex; + align-items: center; + gap: 8px; + padding: 0 8px; + } + + &__preview-image { + width: 32px; + height: 32px; + object-fit: contain; + border-radius: 4px; + } + + &__loader { + display: flex; + } + + &__clear-button { + color: rgba(255, 255, 255, 0.5); + } + + &__drop-overlay { + position: fixed; + inset: 0; + z-index: 100; + display: flex; + align-items: center; + justify-content: center; + background: rgba(0, 0, 0, 0.7); + pointer-events: none; + } + + &__drop-content { + display: flex; + flex-direction: column; + align-items: center; + gap: 16px; + padding: 48px 64px; + border: 2px dashed rgba(255, 255, 255, 0.4); + border-radius: 16px; + color: rgba(255, 255, 255, 0.8); + font-size: 18px; + } +} diff --git a/src/components/Icons/ImageSearch/ImageSearch.tsx b/src/components/Icons/ImageSearch/ImageSearch.tsx new file mode 100644 index 000000000000..c07c56a6552b --- /dev/null +++ b/src/components/Icons/ImageSearch/ImageSearch.tsx @@ -0,0 +1,216 @@ +import {Picture, Xmark} from '@gravity-ui/icons'; +import {Button, Icon, Loader} from '@gravity-ui/uikit'; +import {useTranslation} from 'next-i18next'; +import React from 'react'; + +import {block} from '../../../utils'; + +import './ImageSearch.scss'; + +const b = block('image-search'); + +interface ImageSearchProps { + onResults: (componentNames: string[]) => void; + onClear: () => void; + isActive: boolean; +} + +async function searchByImage(base64: string): Promise<{name: string; componentName: string}[]> { + const res = await fetch('/api/icons-search', { + method: 'POST', + headers: {'Content-Type': 'application/json'}, + body: JSON.stringify({image: base64, topK: 12}), + }); + + if (!res.ok) { + throw new Error(`Search failed: ${res.status}`); + } + + const data = await res.json(); + return data.results; +} + +function fileToBase64(file: Blob): Promise { + return new Promise((resolve, reject) => { + const reader = new FileReader(); + reader.onload = () => { + const result = reader.result as string; + // strip data:image/...;base64, prefix + const base64 = result.split(',')[1]; + resolve(base64); + }; + reader.onerror = reject; + reader.readAsDataURL(file); + }); +} + +export const ImageSearch: React.FC = ({onResults, onClear, isActive}) => { + const {t} = useTranslation(); + + const [preview, setPreview] = React.useState(null); + const [loading, setLoading] = React.useState(false); + const [dragging, setDragging] = React.useState(false); + const fileInputRef = React.useRef(null); + const dragCounterRef = React.useRef(0); + + const handleImage = React.useCallback( + async (file: Blob) => { + const base64 = await fileToBase64(file); + const dataUrl = `data:image/png;base64,${base64}`; + setPreview(dataUrl); + setLoading(true); + + try { + const results = await searchByImage(base64); + onResults(results.map((r) => r.componentName)); + } catch { + onResults([]); + } finally { + setLoading(false); + } + }, + [onResults], + ); + + const handleFileChange = React.useCallback( + (e: React.ChangeEvent) => { + const file = e.target.files?.[0]; + if (file) { + handleImage(file); + } + }, + [handleImage], + ); + + const handlePaste = React.useCallback( + (e: ClipboardEvent) => { + const items = e.clipboardData?.items; + if (!items) return; + + for (const item of items) { + if (item.type.startsWith('image/')) { + e.preventDefault(); + const file = item.getAsFile(); + if (file) { + handleImage(file); + } + return; + } + } + }, + [handleImage], + ); + + React.useEffect(() => { + document.addEventListener('paste', handlePaste); + return () => document.removeEventListener('paste', handlePaste); + }, [handlePaste]); + + const handleDragEnter = React.useCallback((e: DragEvent) => { + e.preventDefault(); + dragCounterRef.current++; + if (e.dataTransfer?.types.includes('Files')) { + setDragging(true); + } + }, []); + + const handleDragLeave = React.useCallback((e: DragEvent) => { + e.preventDefault(); + dragCounterRef.current--; + if (dragCounterRef.current === 0) { + setDragging(false); + } + }, []); + + const handleDragOver = React.useCallback((e: DragEvent) => { + e.preventDefault(); + }, []); + + const handleDrop = React.useCallback( + (e: DragEvent) => { + e.preventDefault(); + dragCounterRef.current = 0; + setDragging(false); + + const file = e.dataTransfer?.files[0]; + if (file && file.type.startsWith('image/')) { + handleImage(file); + } + }, + [handleImage], + ); + + React.useEffect(() => { + document.addEventListener('dragenter', handleDragEnter); + document.addEventListener('dragleave', handleDragLeave); + document.addEventListener('dragover', handleDragOver); + document.addEventListener('drop', handleDrop); + return () => { + document.removeEventListener('dragenter', handleDragEnter); + document.removeEventListener('dragleave', handleDragLeave); + document.removeEventListener('dragover', handleDragOver); + document.removeEventListener('drop', handleDrop); + }; + }, [handleDragEnter, handleDragLeave, handleDragOver, handleDrop]); + + const handleClear = React.useCallback(() => { + setPreview(null); + setLoading(false); + if (fileInputRef.current) { + fileInputRef.current.value = ''; + } + onClear(); + }, [onClear]); + + const handleButtonClick = React.useCallback(() => { + fileInputRef.current?.click(); + }, []); + + return ( + +
+ + + {isActive && preview ? ( +
+ + {loading && } + +
+ ) : ( + + )} +
+ + {dragging && ( +
+
+ + {t('icons:imageSearch_drop')} +
+
+ )} +
+ ); +}; diff --git a/src/components/Icons/ImageSearch/index.ts b/src/components/Icons/ImageSearch/index.ts new file mode 100644 index 000000000000..ab75479123d0 --- /dev/null +++ b/src/components/Icons/ImageSearch/index.ts @@ -0,0 +1 @@ +export {ImageSearch} from './ImageSearch'; diff --git a/src/pages/api/icons-search.ts b/src/pages/api/icons-search.ts new file mode 100644 index 000000000000..9bdfdf65d9a9 --- /dev/null +++ b/src/pages/api/icons-search.ts @@ -0,0 +1,35 @@ +import type {NextApiRequest, NextApiResponse} from 'next'; + +import {search} from '../../api/icon-search-model'; + +export const config = { + api: { + bodyParser: { + sizeLimit: '4mb', + }, + }, +}; + +export default async function handler(req: NextApiRequest, res: NextApiResponse) { + if (req.method !== 'POST') { + res.setHeader('Allow', ['POST']); + return res.status(405).end(`Method ${req.method} Not Allowed`); + } + + const {image, topK} = req.body; + + if (!image || typeof image !== 'string') { + return res.status(400).json({error: 'image (base64) is required'}); + } + + try { + const results = await search(image, topK ?? 12); + return res.status(200).json({results}); + } catch (error) { + // eslint-disable-next-line no-console + console.error('Icon search error:', error); + return res.status(500).json({ + error: error instanceof Error ? error.message : 'Unknown error', + }); + } +}